: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:hsla(0,0%,100%,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(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);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-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.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:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:pointer;direction:ltr}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{flex:1 1}.Toastify__toast-icon{margin-inline-end:10px;width:20px;flex-shrink:0;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}}.f{--y:calc(var(--len) - var(--nth));position:absolute;bottom:0;right:0;width:100%;transform:translate3d(0,calc(var(--y) * -40%),0) scale(calc(1 - .05 * var(--y)));transition:all .3s;min-height:80px}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{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--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;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:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{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:auto;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border-radius:100%;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-right:2px solid var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes react-loading-skeleton{to{transform:translateX(100%)}}.react-loading-skeleton{--base-color:#ebebeb;--highlight-color:#f5f5f5;--animation-duration:1.5s;--animation-direction:normal;--pseudo-element-display:block;background-color:var(--base-color);width:100%;border-radius:.25rem;display:inline-flex;line-height:1;position:relative;overflow:hidden;z-index:1}.react-loading-skeleton:after{content:" ";display:var(--pseudo-element-display);position:absolute;top:0;left:0;right:0;height:100%;background-repeat:no-repeat;background-image:linear-gradient(90deg,var(--base-color),var(--highlight-color),var(--base-color));transform:translateX(-100%);animation-name:react-loading-skeleton;animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-timing-function:ease-in-out;animation-iteration-count:infinite}body.default-theme{--primary:#33aae3;--link:#fc7124;--info:#0071bb;--success:#6abd41;--warning:#f9b341;--danger:#d83740;--white:#fff;--primary-light:#effaff;--link-light:#ffa087;--info-light:#79b7e0;--success-light:#edf9f1;--warning-light:#feead3;--danger-light:#fbebec;--primary-dark:#0b96cf;--link-dark:#c64c2b;--info-dark:#0e386a;--success-dark:#539731;--warning-dark:#d29838;--danger-dark:#b52e35;--info-darker:#021167;--black:#112b4a;--black-bis:#3e3e3e;--grey-darker:#464753;--grey-dark:#6f7081;--grey:#8f90a6;--grey-light:#c7c9d9;--grey-lighter:#e4e4eb;--grey-lightest:#f2f2f5;--white-ter:#f5f5f5;--white-bis:#f9f9f9;--shadow-color:rgb(17 43 74/9%);--primary-exception:#33aae3;--black-exception:#112b4a;--danger-exception:#d83740;--success-exception:#6abd41;--white-exception:#fff;--grey-exception:#8f90a6;--grey-light-exception:#c7c9d9;--grey-lightest-exception:#f2f2f5;--primary-light-exception:#effaff;--primary-dark-exception:#0b96cf;--wiz-battle-close-button:#969696;--wiz-battle-modal-text:#021167;--wiz-battle-modal-bg:#fff}body.dark-theme{--primary:#33aae3;--link:#fc7124;--info:#0071bb;--success:#6abd41;--warning:#f9b341;--danger:#d83740;--white:#0d0d0d;--primary-light:#303030;--link-light:#ffa087;--info-light:#8dc2e5;--success-light:#191919;--warning-light:#452502;--danger-light:#191919;--primary-dark:#0b96cf;--link-dark:#c64c2b;--info-dark:#0e386a;--success-dark:#539731;--warning-dark:#d29838;--danger-dark:#b52e35;--black:#fff;--black-bis:#3e3e3e;--grey-darker:#464753;--grey-dark:#6f7081;--grey:#8f90a6;--grey-light:#eeee;--grey-lighter:#1f1f2a;--grey-lightest:#181818;--white-ter:#171717;--white-bis:#131313;--shadow-color:rgb(255 255 255/9%);--primary-exception:#33aae3;--black-exception:#112b4a;--danger-exception:#d83740;--success-exception:#6abd41;--white-exception:#fff;--grey-exception:#8f90a6;--grey-light-exception:#c7c9d9;--grey-lightest-exception:#f2f2f5;--primary-light-exception:#effaff;--primary-dark-exception:#0b96cf;--wiz-battle-close-button:#6e6e6e;--wiz-battle-modal-text:#8897ef;--wiz-battle-modal-bg:#1a1a1a}body.achromatopsia-theme{--primary:#959595;--link:#6b6b6b;--info:#5e5e5e;--success:#a3a3a3;--warning:#bababa;--danger:#5a5a5a;--white:#fff;--primary-light:#f8f8f8;--link-light:#b3b3b3;--info-light:#adadad;--success-light:#f6f6f6;--warning-light:#ededed;--danger-light:#eeee;--primary-dark:#7d7d7d;--link-dark:#636363;--info-dark:#3333;--success-dark:#818181;--warning-dark:#9d9d9d;--danger-dark:#4b4b4b;--black:#272727;--black-bis:#3e3e3e;--grey-darker:#474747;--grey-dark:#717171;--grey:#919191;--grey-light:#cacaca;--grey-lighter:#e5e5e5;--grey-lightest:#f2f2f2;--white-ter:#f5f5f5;--white-bis:#f9f9f9;--shadow-color:rgb(39 39 39/9%);--primary-exception:#959595;--black-exception:#272727;--danger-exception:#5a5a5a;--white-exception:#fff;--grey-light-exception:#cacaca;--grey-lightest-exception:#f2f2f2;--primary-light-exception:#f8f8f8;--primary-dark-exception:#7d7d7d;--wiz-battle-close-button:#969696;--wiz-battle-modal-text:#141414;--wiz-battle-modal-bg:#fff}body.tritanopia-theme{--primary:#00afbd;--link:#ea4a4e;--info:#007981;--success:#82afbd;--warning:#ffa7b3;--danger:#d73b3d;--white:#fff;--primary-light:#f5f8ff;--link-light:#ff9ca7;--info-light:#6fbac9;--success-light:#f3f5ff;--warning-light:#ffe6f4;--danger-light:#fde8fa;--primary-dark:#009aa6;--link-dark:#c6494e;--info-dark:#004146;--success-dark:#678c97;--warning-dark:#d88d97;--danger-dark:#b33234;--black:#003337;--black-bis:#413f44;--grey-darker:#47494f;--grey-dark:#6d7079;--grey:#8c909c;--grey-light:#c6c8d7;--grey-lighter:#e5e2f3;--grey-lightest:#f4f0ff;--white-ter:#faf7ff;--white-bis:#f9f9f9;--shadow-color:rgb(0 51 55/9%);--primary-exception:#00afbd;--black-exception:#003337;--danger-exception:#d73b3d;--success-exception:#82afbd;--white-exception:#fff;--grey-exception:#8c909c;--grey-light-exception:#c6c8d7;--grey-lightest-exception:#f4f0ff;--primary-light-exception:#f5f8ff;--primary-dark-exception:#009aa6;--wiz-battle-close-button:#96939f;--wiz-battle-modal-text:#00292a;--wiz-battle-modal-bg:#fff}body.deuteranopia-theme{--primary:#7e9de7;--link:#a67b16;--info:#2d6ebb;--success:#d2a04e;--warning:#f1b542;--danger:#916e37;--white:#fff;--primary-light:#fff5fb;--link-light:#dcaf81;--info-light:#a2ace3;--success-light:#fff3f5;--warning-light:#ffe8df;--danger-light:#ffe9ed;--primary-dark:#688bd2;--link-dark:#916d26;--info-dark:#003c69;--success-dark:#a77f3d;--warning-dark:#cb993a;--danger-dark:#795d30;--black:#192e4c;--black-bis:#463e41;--grey-darker:#4b4754;--grey-dark:#746d80;--grey:#948da5;--grey-light:#d5c3da;--grey-lighter:#f7ddec;--grey-lightest:#ffedf5;--white-ter:#fff1f6;--white-bis:#fff6f9;--shadow-color:rgb(25 46 76/9%);--primary-exception:#7e9de7;--black-exception:#192e4c;--danger-exception:#916e37;--success-exception:#d2a04e;--white-exception:#fff;--grey-exception:#948da5;--grey-light-exception:#d5c3da;--grey-lightest-exception:#ffedf5;--primary-light-exception:#fff5fb;--primary-dark-exception:#688bd2;--wiz-battle-close-button:#a39096;--wiz-battle-modal-text:#00263e;--wiz-battle-modal-bg:#fff}body.protanopia-theme{--primary:#8b9cda;--link:#928234;--info:#4d6bb5;--success:#bca83e;--warning:#d6bf46;--danger:#7d7455;--white:#fff;--primary-light:#faf6fd;--link-light:#c4b790;--info-light:#a3add9;--success-light:#fcf4ee;--warning-light:#f7ecd3;--danger-light:#f3eded;--primary-dark:#7889c5;--link-dark:#7f7339;--info-dark:#233968;--success-dark:#968630;--warning-dark:#b5a13e;--danger-dark:#696148;--black:#222d4b;--black-bis:#414040;--grey-darker:#474854;--grey-dark:#6e6f80;--grey:#8c8fa5;--grey-light:#c8c7d8;--grey-lighter:#e6e2ea;--grey-lightest:#f5f1f4;--white-ter:#fdf7f8;--white-bis:#fff6f9;--shadow-color:rgb(34 45 75/9%);--primary-exception:#8b9cda;--black-exception:#222d4b;--danger-exception:#7d7455;--success-exception:#bca83e;--white-exception:#fff;--grey-exception:#8c8fa5;--grey-light-exception:#c8c7d8;--grey-lightest-exception:#f5f1f4;--primary-light-exception:#faf6fd;--primary-dark-exception:#7889c5;--wiz-battle-close-button:#979494;--wiz-battle-modal-text:#002349;--wiz-battle-modal-bg:#fff}body.default-theme-kids-two-third-edition-spelling-bee-or-who-am-i{--primary:#f9b341;--link:#fc7124;--info:#0071bb;--success:#6abd41;--warning:#f9b341;--danger:#d83740;--white:#fff;--primary-light:#effaff;--link-light:#ffa087;--info-light:#79b7e0;--success-light:#edf9f1;--warning-light:#feead3;--danger-light:#fbebec;--primary-dark:#f9b341;--link-dark:#c64c2b;--info-dark:#0e386a;--success-dark:#539731;--warning-dark:#d29838;--danger-dark:#b52e35;--black:#112b4a;--black-bis:#3e3e3e;--grey-darker:#464753;--grey-dark:#6f7081;--grey:#464753;--grey-light:#c7c9d8;--grey-lighter:#e4e4eb;--grey-lightest:#f2f2f5;--white-ter:#f5f5f5;--white-bis:#f9f9f9;--shadow-color:rgb(17 43 74/9%);--primary-exception:#f9b341;--black-exception:#112b4a;--danger-exception:#d83740;--success-exception:#6abd41;--white-exception:#fff;--grey-exception:#8f90a6;--grey-light-exception:#c7c9d9;--grey-lightest-exception:#f2f2f5;--primary-light-exception:#effaff;--primary-dark-exception:#d79b3a}body.dark-theme-kids-two-third-edition-spelling-bee-or-who-am-i{--primary:#f9b341;--link:#fc7124;--info:#0071bb;--success:#6abd41;--warning:#f9b341;--danger:#d83740;--white:#0d0d0d;--primary-light:#636363;--link-light:#ffa087;--info-light:#8dc2e5;--success-light:#191919;--warning-light:#452502;--danger-light:#191919;--primary-dark:#f9b341;--link-dark:#c64c2b;--info-dark:#0e386a;--success-dark:#539731;--warning-dark:#d29838;--danger-dark:#b52e35;--black:#fff;--black-bis:#3e3e3e;--grey-darker:#464753;--grey-dark:#6f7081;--grey:#effaff;--grey-light:#eeee;--grey-lighter:#1f1f2a;--grey-lightest:#fff;--white-ter:#171717;--white-bis:#131313;--shadow-color:rgb(255 255 255/9%);--primary-exception:#f9b341;--black-exception:#112b4a;--danger-exception:#d83740;--success-exception:#6abd41;--white-exception:#fff;--grey-exception:#8f90a6;--grey-light-exception:#c7c9d9;--grey-lightest-exception:#f2f2f5;--primary-light-exception:#effaff;--primary-dark-exception:#d79b3a}body.achromatopsia-theme-kids-two-third-edition-spelling-bee-or-who-am-i{--primary:#bababa;--link:#6b6b6b;--info:#5e5e5e;--success:#a3a3a3;--warning:#bababa;--danger:#5a5a5a;--white:#fff;--primary-light:#f8f8f8;--link-light:#b3b3b3;--info-light:#adadad;--success-light:#f6f6f6;--warning-light:#ededed;--danger-light:#eeee;--primary-dark:#bababa;--link-dark:#636363;--info-dark:#3333;--success-dark:#a3a3a3;--warning-dark:#bababa;--danger-dark:#5a5a5a;--black:#272727;--black-bis:#3e3e3e;--grey-darker:#474747;--grey-dark:#717171;--grey:#919191;--grey-light:#cacaca;--grey-lighter:#e5e5e5;--grey-lightest:#f2f2f2;--white-ter:#f5f5f5;--white-bis:#f9f9f9;--shadow-color:rgb(39 39 39/9%);--primary-exception:#bababa;--black-exception:#272727;--danger-exception:#5a5a5a;--success-exception:#a3a3a3;--white-exception:#fff;--grey-light-exception:#cacaca;--grey-lightest-exception:#f2f2f2;--primary-light-exception:#f8f8f8;--primary-dark-exception:#a1a1a1}body.tritanopia-theme-kids-two-third-edition-spelling-bee-or-who-am-i{--primary:#f2abb4;--link:#ea4a4e;--info:#007981;--success:#82afbd;--warning:#ffa7b3;--danger:#d73b3d;--white:#fff;--primary-light:#f5f8ff;--link-light:#ff9ca7;--info-light:#6fbac9;--success-light:#f3f5ff;--warning-light:#ffe6f4;--danger-light:#fde8fa;--primary-dark:#f2abb4;--link-dark:#c6494e;--info-dark:#004146;--success-dark:#678c97;--warning-dark:#d88d97;--danger-dark:#b33234;--black:#003337;--black-bis:#413f44;--grey-darker:#47494f;--grey-dark:#6d7079;--grey:#8c909c;--grey-light:#c6c8d7;--grey-lighter:#e5e2f3;--grey-lightest:#f4f0ff;--white-ter:#faf7ff;--white-bis:#f9f9f9;--shadow-color:rgb(0 51 55/9%);--primary-exception:#f2abb4;--black-exception:#003337;--danger-exception:#d73b3d;--success-exception:#82afbd;--white-exception:#fff;--grey-exception:#8c909c;--grey-light-exception:#c6c8d7;--grey-lightest-exception:#f4f0ff;--primary-light-exception:#f5f8ff;--primary-dark-exception:#dd909a}body.deuteranopia-theme-kids-two-third-edition-spelling-bee-or-who-am-i{--primary:#e8b758;--link:#a67b16;--info:#2d6ebb;--success:#d2a04e;--warning:#f1b542;--danger:#916e37;--white:#fff;--primary-light:#fff5fb;--link-light:#dcaf81;--info-light:#a2ace3;--success-light:#fff3f5;--warning-light:#ffe8df;--danger-light:#ffe9ed;--primary-dark:#e8b758;--link-dark:#916d26;--info-dark:#003c69;--success-dark:#a77f3d;--warning-dark:#cb993a;--danger-dark:#795d30;--black:#192e4c;--black-bis:#463e41;--grey-darker:#4b4754;--grey-dark:#746d80;--grey:#948da5;--grey-light:#d5c3da;--grey-lighter:#f7ddec;--grey-lightest:#ffedf5;--white-ter:#fff1f6;--white-bis:#fff6f9;--shadow-color:rgb(25 46 76/9%);--primary-exception:#e8b758;--black-exception:#192e4c;--danger-exception:#916e37;--success-exception:#d2a04e;--white-exception:#fff;--grey-exception:#948da5;--grey-light-exception:#d5c3da;--grey-lightest-exception:#ffedf5;--primary-light-exception:#fff5fb;--primary-dark-exception:#d09c3c}body.protanopia-theme-kids-two-third-edition-spelling-bee-or-who-am-i{--primary:#d6bf46;--link:#928234;--info:#4d6bb5;--success:#bca83e;--warning:#d6bf46;--danger:#7d7455;--white:#fff;--primary-light:#faf6fd;--link-light:#c4b790;--info-light:#a3add9;--success-light:#fcf4ee;--warning-light:#f7ecd3;--danger-light:#f3eded;--primary-dark:#d6bf46;--link-dark:#7f7339;--info-dark:#233968;--success-dark:#968630;--warning-dark:#b5a13e;--danger-dark:#696148;--black:#222d4b;--black-bis:#414040;--grey-darker:#474854;--grey-dark:#6e6f80;--grey:#8c8fa5;--grey-light:#c8c7d8;--grey-lighter:#e6e2ea;--grey-lightest:#f5f1f4;--white-ter:#fdf7f8;--white-bis:#fff6f9;--shadow-color:rgb(34 45 75/9%);--primary-exception:#d6bf46;--black-exception:#222d4b;--danger-exception:#7d7455;--success-exception:#bca83e;--white-exception:#fff;--grey-exception:#8c8fa5;--grey-light-exception:#c8c7d8;--grey-lightest-exception:#f5f1f4;--primary-light-exception:#faf6fd;--primary-dark-exception:#b9a53f}body.default-theme-kids-four-third-edition-tongue-twister-or-scrambled-letters{--primary:#00aae8;--link:#fc7124;--info:#0071bb;--success:#6abd41;--warning:#f9b341;--danger:#d83740;--white:#fff;--primary-light:#effaff;--link-light:#ffa087;--info-light:#79b7e0;--success-light:#edf9f1;--warning-light:#feead3;--danger-light:#fbebec;--primary-dark:#00aae8;--link-dark:#c64c2b;--info-dark:#0e386a;--success-dark:#539731;--warning-dark:#d29838;--danger-dark:#b52e35;--black:#112b4a;--black-bis:#3e3e3e;--grey-darker:#464753;--grey-dark:#6f7081;--grey:#8f90a6;--grey-light:#c7c9d8;--grey-lighter:#e4e4eb;--grey-lightest:#f2f2f5;--white-ter:#f5f5f5;--white-bis:#f9f9f9;--shadow-color:rgb(17 43 74/9%);--primary-exception:#00aae8;--black-exception:#112b4a;--danger-exception:#d83740;--success-exception:#6abd41;--white-exception:#fff;--grey-exception:#8f90a6;--grey-light-exception:#c7c9d9;--grey-lightest-exception:#f2f2f5;--primary-light-exception:#effaff;--primary-dark-exception:#00aae8}body.dark-theme-kids-four-third-edition-tongue-twister-or-scrambled-letters{--primary:#00aae8;--link:#fc7124;--info:#0071bb;--success:#6abd41;--warning:#f9b341;--danger:#d83740;--white:#0d0d0d;--primary-light:#636363;--link-light:#ffa087;--info-light:#8dc2e5;--success-light:#191919;--warning-light:#452502;--danger-light:#191919;--primary-dark:#00aae8;--link-dark:#c64c2b;--info-dark:#0e386a;--success-dark:#539731;--warning-dark:#d29838;--danger-dark:#b52e35;--black:#fff;--black-bis:#3e3e3e;--grey-darker:#464753;--grey-dark:#6f7081;--grey:#effaff;--grey-light:#eeee;--grey-lighter:#1f1f2a;--grey-lightest:#fff;--white-ter:#171717;--white-bis:#131313;--shadow-color:rgb(255 255 255/9%);--primary-exception:#00aae8;--black-exception:#112b4a;--danger-exception:#d83740;--success-exception:#6abd41;--white-exception:#fff;--grey-exception:#8f90a6;--grey-light-exception:#c7c9d9;--grey-lightest-exception:#f2f2f5;--primary-light-exception:#effaff;--primary-dark-exception:#00aae8}body.achromatopsia-theme-kids-four-third-edition-tongue-twister-or-scrambled-letters{--primary:#959595;--link:#6b6b6b;--info:#5e5e5e;--success:#a3a3a3;--warning:#bababa;--danger:#5a5a5a;--white:#fff;--primary-light:#f8f8f8;--link-light:#b3b3b3;--info-light:#adadad;--success-light:#f6f6f6;--warning-light:#ededed;--danger-light:#eeee;--primary-dark:#7d7d7d;--link-dark:#636363;--info-dark:#3333;--success-dark:#818181;--warning-dark:#9d9d9d;--danger-dark:#4b4b4b;--black:#272727;--black-bis:#3e3e3e;--grey-darker:#474747;--grey-dark:#717171;--grey:#464753;--grey-light:#cacaca;--grey-lighter:#e5e5e5;--grey-lightest:#f2f2f2;--white-ter:#f5f5f5;--white-bis:#f9f9f9;--shadow-color:rgb(39 39 39/9%);--primary-exception:#959595;--black-exception:#272727;--danger-exception:#5a5a5a;--white-exception:#fff;--grey-light-exception:#cacaca;--grey-lightest-exception:#f2f2f2;--primary-light-exception:#f8f8f8;--primary-dark-exception:#7d7d7d}body.tritanopia-theme-kids-four-third-edition-tongue-twister-or-scrambled-letters{--primary:#068590;--link:#ea4a4e;--info:#007981;--success:#82afbd;--warning:#ffa7b3;--danger:#d73b3d;--white:#fff;--primary-light:#f5f8ff;--link-light:#ff9ca7;--info-light:#6fbac9;--success-light:#f3f5ff;--warning-light:#ffe6f4;--danger-light:#fde8fa;--primary-dark:#009aa6;--link-dark:#c6494e;--info-dark:#004146;--success-dark:#678c97;--warning-dark:#d88d97;--danger-dark:#b33234;--black:#003337;--black-bis:#413f44;--grey-darker:#47494f;--grey-dark:#6d7079;--grey:#8c909c;--grey-light:#c6c8d7;--grey-lighter:#e5e2f3;--grey-lightest:#f4f0ff;--white-ter:#faf7ff;--white-bis:#f9f9f9;--shadow-color:rgb(0 51 55/9%);--primary-exception:#00afbd;--black-exception:#003337;--danger-exception:#d73b3d;--success-exception:#82afbd;--white-exception:#fff;--grey-exception:#8c909c;--grey-light-exception:#c6c8d7;--grey-lightest-exception:#f4f0ff;--primary-light-exception:#f5f8ff;--primary-dark-exception:#009aa6}body.deuteranopia-theme-kids-four-third-edition-tongue-twister-or-scrambled-letters{--primary:#7e9de7;--link:#a67b16;--info:#2d6ebb;--success:#d2a04e;--warning:#f1b542;--danger:#916e37;--white:#fff;--primary-light:#fff5fb;--link-light:#dcaf81;--info-light:#a2ace3;--success-light:#fff3f5;--warning-light:#ffe8df;--danger-light:#ffe9ed;--primary-dark:#688bd2;--link-dark:#916d26;--info-dark:#003c69;--success-dark:#a77f3d;--warning-dark:#cb993a;--danger-dark:#795d30;--black:#192e4c;--black-bis:#463e41;--grey-darker:#4b4754;--grey-dark:#746d80;--grey:#464753;--grey-light:#d5c3da;--grey-lighter:#f7ddec;--grey-lightest:#ffedf5;--white-ter:#fff1f6;--white-bis:#fff6f9;--shadow-color:rgb(25 46 76/9%);--primary-exception:#7e9de7;--black-exception:#192e4c;--danger-exception:#916e37;--success-exception:#d2a04e;--white-exception:#fff;--grey-exception:#948da5;--grey-light-exception:#d5c3da;--grey-lightest-exception:#ffedf5;--primary-light-exception:#fff5fb;--primary-dark-exception:#688bd2}body.protanopia-theme-kids-four-third-edition-tongue-twister-or-scrambled-letters{--primary:#8b9cda;--link:#928234;--info:#4d6bb5;--success:#bca83e;--warning:#d6bf46;--danger:#7d7455;--white:#fff;--primary-light:#faf6fd;--link-light:#c4b790;--info-light:#a3add9;--success-light:#fcf4ee;--warning-light:#f7ecd3;--danger-light:#f3eded;--primary-dark:#7889c5;--link-dark:#7f7339;--info-dark:#233968;--success-dark:#968630;--warning-dark:#b5a13e;--danger-dark:#696148;--black:#222d4b;--black-bis:#414040;--grey-darker:#474854;--grey-dark:#6e6f80;--grey:#464753;--grey-light:#c8c7d8;--grey-lighter:#e6e2ea;--grey-lightest:#f5f1f4;--white-ter:#fdf7f8;--white-bis:#fff6f9;--shadow-color:rgb(34 45 75/9%);--primary-exception:#8b9cda;--black-exception:#222d4b;--danger-exception:#7d7455;--success-exception:#bca83e;--white-exception:#fff;--grey-exception:#8c8fa5;--grey-light-exception:#c8c7d8;--grey-lightest-exception:#f5f1f4;--primary-light-exception:#faf6fd;--primary-dark-exception:#7889c5}body.default-theme-pre-teens-scrambled-letters-or-spelling-bee{--primary:#6d458d;--link:#fc7124;--info:#0071bb;--success:#6abd41;--warning:#f9b341;--danger:#d83740;--white:#fff;--primary-light:#effaff;--link-light:#ffa087;--info-light:#79b7e0;--success-light:#edf9f1;--warning-light:#feead3;--danger-light:#fbebec;--primary-dark:#6d458d;--link-dark:#c64c2b;--info-dark:#0e386a;--success-dark:#539731;--warning-dark:#d29838;--danger-dark:#b52e35;--black:#112b4a;--black-bis:#3e3e3e;--grey-darker:#464753;--grey-dark:#6f7081;--grey:#fff;--grey-light:#c7c9d8;--grey-lighter:#e4e4eb;--grey-lightest:#f2f2f5;--white-ter:#f5f5f5;--white-bis:#f9f9f9;--shadow-color:rgb(17 43 74/9%);--primary-exception:#6d458d;--black-exception:#fff;--danger-exception:#d83740;--success-exception:#6abd41;--white-exception:#fff;--grey-exception:#8f90a6;--grey-light-exception:#c7c9d9;--grey-lightest-exception:#f2f2f5;--primary-light-exception:#effaff;--primary-dark-exception:#5a317b}body.dark-theme-pre-teens-scrambled-letters-or-spelling-bee{--primary:#9c5ecd;--link:#fc7124;--info:#0071bb;--success:#539731;--warning:#d29838;--danger:#b52e35;--white:#0d0d0d;--primary-light:#636363;--link-light:#ffa087;--info-light:#8dc2e5;--success-light:#191919;--warning-light:#452502;--danger-light:#191919;--primary-dark:#9c5ecd;--link-dark:#c64c2b;--info-dark:#0e386a;--success-dark:#539731;--warning-dark:#d29838;--danger-dark:#b52e35;--black:#fff;--black-bis:#3e3e3e;--grey-darker:#464753;--grey-dark:#6f7081;--grey:#bababe;--grey-light:#eeee;--grey-lighter:#1f1f2a;--grey-lightest:#fff;--white-ter:#171717;--white-bis:#131313;--shadow-color:rgb(255 255 255/9%);--primary-exception:#9c5ecd;--black-exception:#fff;--danger-exception:#d83740;--success-exception:#6abd41;--white-exception:#fff;--grey-exception:#8f90a6;--grey-light-exception:#c7c9d9;--grey-lightest-exception:#f2f2f5;--primary-light-exception:#effaff;--primary-dark-exception:#7e47a9}body.achromatopsia-theme-pre-teens-scrambled-letters-or-spelling-bee{--primary:#535353;--link:#6b6b6b;--info:#5e5e5e;--success:#a2a2a2;--warning:#bababa;--danger:#5a5a5a;--white:#fff;--primary-light:#f8f8f8;--link-light:#b3b3b3;--info-light:#adadad;--success-light:#f6f6f6;--warning-light:#f4f4f4;--danger-light:#eeee;--primary-dark:#535353;--link-dark:#636363;--info-dark:#3333;--success-dark:#818181;--warning-dark:#9d9d9d;--danger-dark:#4b4b4b;--black:#272727;--black-bis:#3e3e3e;--grey-darker:#474747;--grey-dark:#717171;--grey:#fff;--grey-light:#cacaca;--grey-lighter:#e5e5e5;--grey-lightest:#f2f2f2;--white-ter:#f5f5f5;--white-bis:#f9f9f9;--shadow-color:rgb(39 39 39/9%);--primary-exception:#535353;--black-exception:#fff;--danger-exception:#5a5a5a;--success-exception:#a2a2a2;--white-exception:#fff;--grey-light-exception:#cacaca;--grey-lightest-exception:#f2f2f2;--primary-light-exception:#f8f8f8;--primary-dark-exception:#3f3f3f}body.tritanopia-theme-pre-teens-scrambled-letters-or-spelling-bee{--primary:#63535a;--link:#ea4a4e;--info:#007981;--success:#82afbd;--warning:#ffa7b3;--danger:#d73b3d;--white:#fff;--primary-light:#f5f8ff;--link-light:#ff9ca7;--info-light:#6fbac9;--success-light:#f3f5ff;--warning-light:#fff0fd;--danger-light:#fde8fa;--primary-dark:#63535a;--link-dark:#c6494e;--info-dark:#004146;--success-dark:#678c97;--warning-dark:#d88d97;--danger-dark:#b33234;--black:#003337;--black-bis:#413f44;--grey-darker:#47494f;--grey-dark:#6d7079;--grey:#fff;--grey-light:#c6c8d7;--grey-lighter:#e5e2f3;--grey-lightest:#f4f0ff;--white-ter:#faf7ff;--white-bis:#f9f9f9;--shadow-color:rgb(0 51 55/9%);--primary-exception:#63535a;--black-exception:#fff;--danger-exception:#d73b3d;--success-exception:#82afbd;--white-exception:#fff;--grey-exception:#8c909c;--grey-light-exception:#c6c8d7;--grey-lightest-exception:#f4f0ff;--primary-light-exception:#f5f8ff;--primary-dark-exception:#504348}body.deuteranopia-theme-pre-teens-scrambled-letters-or-spelling-bee{--primary:#3e5786;--link:#a67b16;--info:#2d6ebb;--success:#d1a04e;--warning:#f1b542;--danger:#916e37;--white:#fff;--primary-light:#fff5fb;--link-light:#dcaf81;--info-light:#a2ace3;--success-light:#fff3f6;--warning-light:#fff1ef;--danger-light:#ffe9ed;--primary-dark:#3e5786;--link-dark:#916d26;--info-dark:#003c69;--success-dark:#a77f3d;--warning-dark:#cb993a;--danger-dark:#795d2f;--black:#192e4c;--black-bis:#463e41;--grey-darker:#4b4754;--grey-dark:#746d80;--grey:#fff;--grey-light:#d5c3da;--grey-lighter:#f7ddec;--grey-lightest:#ffedf5;--white-ter:#fff1f6;--white-bis:#fff6f9;--shadow-color:rgb(25 46 76/9%);--primary-exception:#3e5786;--black-exception:#fff;--danger-exception:#916e37;--success-exception:#d2a04e;--white-exception:#fff;--grey-exception:#948da5;--grey-light-exception:#d5c3da;--grey-lightest-exception:#ffedf5;--primary-light-exception:#fff5fb;--primary-dark-exception:#274774}body.protanopia-theme-pre-teens-scrambled-letters-or-spelling-bee{--primary:#375598;--link:#928234;--info:#4d6bb5;--success:#bca83e;--warning:#d6bf46;--danger:#7d7455;--white:#fff;--primary-light:#faf6fd;--link-light:#c4b790;--info-light:#a3add9;--success-light:#fcf4ee;--warning-light:#fdf3e4;--danger-light:#f3eded;--primary-dark:#375598;--link-dark:#7f7339;--info-dark:#233968;--success-dark:#968630;--warning-dark:#b5a13e;--danger-dark:#696148;--black:#222d4b;--black-bis:#414040;--grey-darker:#474854;--grey-dark:#6e6f80;--grey:#fff;--grey-light:#c8c7d8;--grey-lighter:#e6e2ea;--grey-lightest:#f5f1f4;--white-ter:#fdf7f8;--white-bis:#fff6f9;--shadow-color:rgb(34 45 75/9%);--primary-exception:#375598;--black-exception:#fff;--danger-exception:#7d7455;--success-exception:#bca83e;--white-exception:#fff;--grey-exception:#8c8fa5;--grey-light-exception:#c8c7d8;--grey-lightest-exception:#f5f1f4;--primary-light-exception:#faf6fd;--primary-dark-exception:#1a4488}.Toastify__toast-container{overflow-y:auto;overflow-x:hidden;max-height:100vh;max-width:450px}@media only screen and (max-width:480px){.Toastify__toast-container{padding:1rem}}.Toastify__toast-container .Toastify__toast{align-items:center}@media only screen and (max-width:480px){.Toastify__toast-container .Toastify__toast{margin-bottom:.4rem;border-radius:4px}}.Toastify__toast-container .Toastify__toast .Toastify__close-button{align-self:center;margin-left:.8rem;opacity:unset}@media only screen and (max-width:480px){.Toastify__toast-container .Toastify__toast .Toastify__close-button{margin-left:0}}.Toastify__toast-theme--colored.Toastify__toast--error .Toastify__close-button{color:var(--danger)}.Toastify__toast-theme--colored.Toastify__toast--success .Toastify__close-button{color:var(--success-dark)}/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */blockquote,body,dd,dl,dt,fieldset,figure,h1,h2,h3,h4,h5,h6,hr,html,iframe,legend,li,ol,p,pre,textarea,ul{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}ul{list-style:none}button,input,select,textarea{margin:0}html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}img,video{height:auto;max-width:100%}iframe{border:0}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}td:not([align]),th:not([align]){text-align:inherit}html{background-color:var(--white);font-size:16px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;min-width:300px;overflow-x:hidden;overflow-y:scroll;text-rendering:optimizeLegibility;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}article,aside,figure,footer,header,hgroup,section{display:block}body,button,input,optgroup,select,textarea{font-family:BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Helvetica,Arial,sans-serif}code,pre{-moz-osx-font-smoothing:auto;-webkit-font-smoothing:auto;font-family:monospace}body{color:var(--grey-dark);font-size:1em;font-weight:400;line-height:1.5}a{color:var(--link);cursor:pointer;text-decoration:none}a strong{color:currentColor}a:hover{color:var(--grey-darker)}code{color:#da1039;font-size:.875em;font-weight:400;padding:.25em .5em}code,hr{background-color:var(--white-ter)}hr{border:none;display:block;height:2px;margin:1.5rem 0}img{height:auto;max-width:100%}input[type=checkbox],input[type=radio]{vertical-align:baseline}small{font-size:.875em}span{font-style:inherit;font-weight:inherit}strong{color:var(--grey-darker);font-weight:700}fieldset{border:none}pre{-webkit-overflow-scrolling:touch;background-color:var(--white-ter);color:var(--grey-dark);font-size:.875em;overflow-x:auto;padding:1.25rem 1.5rem;white-space:pre;word-wrap:normal}pre code{background-color:transparent;color:currentColor;font-size:1em;padding:0}table td,table th{vertical-align:top}table td:not([align]),table th:not([align]){text-align:inherit}table th{color:var(--grey-darker)}@keyframes spinAround{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.button{background-color:var(--white);border-color:var(--grey-lighter);border-width:1px;color:var(--grey-darker);cursor:pointer;justify-content:center;padding:calc(.5em - 1px) 1em;text-align:center;white-space:nowrap}.button strong{color:inherit}.button .icon,.button .icon.is-large,.button .icon.is-medium,.button .icon.is-small{height:1.5em;width:1.5em}.button .icon:first-child:not(:last-child){margin-left:calc(-.5em - 1px);margin-right:.25em}.button .icon:last-child:not(:first-child){margin-left:.25em;margin-right:calc(-.5em - 1px)}.button .icon:first-child:last-child{margin-left:calc(-.5em - 1px);margin-right:calc(-.5em - 1px)}.button.is-hovered,.button:hover{border-color:var(--grey-light);color:var(--grey-darker)}.button.is-focused,.button:focus{border-color:#485fc7;color:var(--grey-darker)}.button.is-focused:not(:active),.button:focus:not(:active){box-shadow:0 0 0 .125em var(--link)}.button.is-active,.button:active{border-color:var(--grey-dark);color:var(--grey-darker)}.button.is-text{background-color:transparent;border-color:transparent;color:var(--grey-dark);text-decoration:underline}.button.is-text.is-active,.button.is-text.is-focused,.button.is-text.is-hovered,.button.is-text:active,.button.is-text:focus,.button.is-text:hover{background-color:var(--white-ter);color:var(--grey-darker)}.button.is-text[disabled],fieldset[disabled] .button.is-text{background-color:transparent;border-color:transparent;box-shadow:none}.button.is-ghost{background:none;border-color:transparent;color:var(--link);text-decoration:none}.button.is-ghost.is-hovered,.button.is-ghost:hover{color:var(--link);text-decoration:underline}.button.is-white,.button.is-white.is-hovered,.button.is-white:hover{background-color:var(--white);border-color:transparent;color:var(--black)}.button.is-white.is-focused,.button.is-white:focus{border-color:transparent;color:var(--black)}.button.is-white.is-focused:not(:active),.button.is-white:focus:not(:active){box-shadow:0 0 0 .125em var(--white)}.button.is-white.is-active,.button.is-white:active{background-color:var(--white);border-color:transparent;color:var(--black)}.button.is-white[disabled],fieldset[disabled] .button.is-white{background-color:var(--white);border-color:transparent;box-shadow:none}.button.is-white.is-inverted{color:var(--white)}.button.is-white.is-inverted,.button.is-white.is-inverted.is-hovered,.button.is-white.is-inverted:hover{background-color:var(--black)}.button.is-white.is-inverted[disabled],fieldset[disabled] .button.is-white.is-inverted{background-color:var(--black);border-color:transparent;box-shadow:none;color:var(--white)}.button.is-white.is-loading:after{border-left-color:var(--black)!important;border-bottom-color:var(--black)!important;border-right-color:transparent!important;border-top-color:transparent!important}.button.is-white.is-outlined{background-color:transparent;border-color:var(--white);color:var(--white)}.button.is-white.is-outlined.is-focused,.button.is-white.is-outlined.is-hovered,.button.is-white.is-outlined:focus,.button.is-white.is-outlined:hover{background-color:var(--white);border-color:var(--white);color:var(--black)}.button.is-white.is-outlined.is-loading:after{border-left-color:var(--white)!important;border-bottom-color:var(--white)!important;border-right-color:transparent!important;border-top-color:transparent!important}.button.is-white.is-outlined.is-loading.is-focused:after,.button.is-white.is-outlined.is-loading.is-hovered:after,.button.is-white.is-outlined.is-loading:focus:after,.button.is-white.is-outlined.is-loading:hover:after{border-left-color:var(--black)!important;border-bottom-color:var(--black)!important;border-right-color:transparent!important;border-top-color:transparent!important}.button.is-white.is-outlined[disabled],fieldset[disabled] .button.is-white.is-outlined{background-color:transparent;border-color:var(--white);box-shadow:none;color:var(--white)}.button.is-white.is-inverted.is-outlined{background-color:transparent;border-color:var(--black);color:var(--black)}.button.is-white.is-inverted.is-outlined.is-focused,.button.is-white.is-inverted.is-outlined.is-hovered,.button.is-white.is-inverted.is-outlined:focus,.button.is-white.is-inverted.is-outlined:hover{background-color:var(--black);color:var(--white)}.button.is-white.is-inverted.is-outlined.is-loading.is-focused:after,.button.is-white.is-inverted.is-outlined.is-loading.is-hovered:after,.button.is-white.is-inverted.is-outlined.is-loading:focus:after,.button.is-white.is-inverted.is-outlined.is-loading:hover:after{border-left-color:var(--white)!important;border-bottom-color:var(--white)!important;border-right-color:transparent!important;border-top-color:transparent!important}.button.is-white.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-white.is-inverted.is-outlined{background-color:transparent;border-color:var(--black);box-shadow:none;color:var(--black)}.button.is-black,.button.is-black.is-hovered,.button.is-black:hover{background-color:var(--black);border-color:transparent;color:var(--white)}.button.is-black.is-focused,.button.is-black:focus{border-color:transparent;color:var(--white)}.button.is-black.is-focused:not(:active),.button.is-black:focus:not(:active){box-shadow:0 0 0 .125em var(--black)}.button.is-black.is-active,.button.is-black:active{background-color:var(--black);border-color:transparent;color:var(--white)}.button.is-black[disabled],fieldset[disabled] .button.is-black{background-color:var(--black);border-color:transparent;box-shadow:none}.button.is-black.is-inverted{color:var(--black)}.button.is-black.is-inverted,.button.is-black.is-inverted.is-hovered,.button.is-black.is-inverted:hover{background-color:var(--white)}.button.is-black.is-inverted[disabled],fieldset[disabled] .button.is-black.is-inverted{background-color:var(--white);border-color:transparent;box-shadow:none;color:var(--black)}.button.is-black.is-loading:after{border-left-color:var(--white)!important;border-bottom-color:var(--white)!important;border-right-color:transparent!important;border-top-color:transparent!important}.button.is-black.is-outlined{background-color:transparent;border-color:var(--black);color:var(--black)}.button.is-black.is-outlined.is-focused,.button.is-black.is-outlined.is-hovered,.button.is-black.is-outlined:focus,.button.is-black.is-outlined:hover{background-color:var(--black);border-color:var(--black);color:var(--white)}.button.is-black.is-outlined.is-loading:after{border-left-color:var(--black)!important;border-bottom-color:var(--black)!important;border-right-color:transparent!important;border-top-color:transparent!important}.button.is-black.is-outlined.is-loading.is-focused:after,.button.is-black.is-outlined.is-loading.is-hovered:after,.button.is-black.is-outlined.is-loading:focus:after,.button.is-black.is-outlined.is-loading:hover:after{border-left-color:var(--white)!important;border-bottom-color:var(--white)!important;border-right-color:transparent!important;border-top-color:transparent!important}.button.is-black.is-outlined[disabled],fieldset[disabled] .button.is-black.is-outlined{background-color:transparent;border-color:var(--black);box-shadow:none;color:var(--black)}.button.is-black.is-inverted.is-outlined{background-color:transparent;border-color:var(--white);color:var(--white)}.button.is-black.is-inverted.is-outlined.is-focused,.button.is-black.is-inverted.is-outlined.is-hovered,.button.is-black.is-inverted.is-outlined:focus,.button.is-black.is-inverted.is-outlined:hover{background-color:var(--white);color:var(--black)}.button.is-black.is-inverted.is-outlined.is-loading.is-focused:after,.button.is-black.is-inverted.is-outlined.is-loading.is-hovered:after,.button.is-black.is-inverted.is-outlined.is-loading:focus:after,.button.is-black.is-inverted.is-outlined.is-loading:hover:after{border-left-color:var(--black)!important;border-bottom-color:var(--black)!important;border-right-color:transparent!important;border-top-color:transparent!important}.button.is-black.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-black.is-inverted.is-outlined{background-color:transparent;border-color:var(--white);box-shadow:none;color:var(--white)}.button.is-light,.button.is-light.is-hovered,.button.is-light:hover{background-color:var(--white-ter);border-color:transparent;color:#fff}.button.is-light.is-focused,.button.is-light:focus{border-color:transparent;color:#fff}.button.is-light.is-focused:not(:active),.button.is-light:focus:not(:active){box-shadow:0 0 0 .125em var(--white-ter)}.button.is-light.is-active,.button.is-light:active{background-color:var(--white-ter);border-color:transparent;color:#fff}.button.is-light[disabled],fieldset[disabled] .button.is-light{background-color:var(--white-ter);border-color:transparent;box-shadow:none}.button.is-light.is-inverted{background-color:#fff;color:var(--white-ter)}.button.is-light.is-inverted.is-hovered,.button.is-light.is-inverted:hover{background-color:#f2f2f2}.button.is-light.is-inverted[disabled],fieldset[disabled] .button.is-light.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:var(--white-ter)}.button.is-light.is-loading:after{border-color:transparent transparent #fff #fff!important}.button.is-light.is-outlined{background-color:transparent;border-color:var(--white-ter);color:var(--white-ter)}.button.is-light.is-outlined.is-focused,.button.is-light.is-outlined.is-hovered,.button.is-light.is-outlined:focus,.button.is-light.is-outlined:hover{background-color:var(--white-ter);border-color:var(--white-ter);color:#fff}.button.is-light.is-outlined.is-loading:after{border-left-color:var(--white-ter)!important;border-bottom-color:var(--white-ter)!important;border-right-color:transparent!important;border-top-color:transparent!important}.button.is-light.is-outlined.is-loading.is-focused:after,.button.is-light.is-outlined.is-loading.is-hovered:after,.button.is-light.is-outlined.is-loading:focus:after,.button.is-light.is-outlined.is-loading:hover:after{border-color:transparent transparent #fff #fff!important}.button.is-light.is-outlined[disabled],fieldset[disabled] .button.is-light.is-outlined{background-color:transparent;border-color:var(--white-ter);box-shadow:none;color:var(--white-ter)}.button.is-light.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-light.is-inverted.is-outlined.is-focused,.button.is-light.is-inverted.is-outlined.is-hovered,.button.is-light.is-inverted.is-outlined:focus,.button.is-light.is-inverted.is-outlined:hover{background-color:#fff;color:var(--white-ter)}.button.is-light.is-inverted.is-outlined.is-loading.is-focused:after,.button.is-light.is-inverted.is-outlined.is-loading.is-hovered:after,.button.is-light.is-inverted.is-outlined.is-loading:focus:after,.button.is-light.is-inverted.is-outlined.is-loading:hover:after{border-left-color:var(--white-ter)!important;border-bottom-color:var(--white-ter)!important;border-right-color:transparent!important;border-top-color:transparent!important}.button.is-light.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-light.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-dark,.button.is-dark.is-hovered,.button.is-dark:hover{background-color:var(--grey-darker);border-color:transparent;color:#fff}.button.is-dark.is-focused,.button.is-dark:focus{border-color:transparent;color:#fff}.button.is-dark.is-focused:not(:active),.button.is-dark:focus:not(:active){box-shadow:0 0 0 .125em var(--grey-darker)}.button.is-dark.is-active,.button.is-dark:active{background-color:var(--grey-darker);border-color:transparent;color:#fff}.button.is-dark[disabled],fieldset[disabled] .button.is-dark{background-color:var(--grey-darker);border-color:transparent;box-shadow:none}.button.is-dark.is-inverted{background-color:#fff;color:var(--grey-darker)}.button.is-dark.is-inverted.is-hovered,.button.is-dark.is-inverted:hover{background-color:#f2f2f2}.button.is-dark.is-inverted[disabled],fieldset[disabled] .button.is-dark.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:var(--grey-darker)}.button.is-dark.is-loading:after{border-color:transparent transparent #fff #fff!important}.button.is-dark.is-outlined{background-color:transparent;border-color:var(--grey-darker);color:var(--grey-darker)}.button.is-dark.is-outlined.is-focused,.button.is-dark.is-outlined.is-hovered,.button.is-dark.is-outlined:focus,.button.is-dark.is-outlined:hover{background-color:var(--grey-darker);border-color:var(--grey-darker);color:#fff}.button.is-dark.is-outlined.is-loading:after{border-left-color:var(--grey-darker)!important;border-bottom-color:var(--grey-darker)!important;border-right-color:transparent!important;border-top-color:transparent!important}.button.is-dark.is-outlined.is-loading.is-focused:after,.button.is-dark.is-outlined.is-loading.is-hovered:after,.button.is-dark.is-outlined.is-loading:focus:after,.button.is-dark.is-outlined.is-loading:hover:after{border-color:transparent transparent #fff #fff!important}.button.is-dark.is-outlined[disabled],fieldset[disabled] .button.is-dark.is-outlined{background-color:transparent;border-color:var(--grey-darker);box-shadow:none;color:var(--grey-darker)}.button.is-dark.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-dark.is-inverted.is-outlined.is-focused,.button.is-dark.is-inverted.is-outlined.is-hovered,.button.is-dark.is-inverted.is-outlined:focus,.button.is-dark.is-inverted.is-outlined:hover{background-color:#fff;color:var(--grey-darker)}.button.is-dark.is-inverted.is-outlined.is-loading.is-focused:after,.button.is-dark.is-inverted.is-outlined.is-loading.is-hovered:after,.button.is-dark.is-inverted.is-outlined.is-loading:focus:after,.button.is-dark.is-inverted.is-outlined.is-loading:hover:after{border-left-color:var(--grey-darker)!important;border-bottom-color:var(--grey-darker)!important;border-right-color:transparent!important;border-top-color:transparent!important}.button.is-dark.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-dark.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-primary,.button.is-primary.is-hovered,.button.is-primary:hover{background-color:var(--primary);border-color:transparent;color:#fff}.button.is-primary.is-focused,.button.is-primary:focus{border-color:transparent;color:#fff}.button.is-primary.is-focused:not(:active),.button.is-primary:focus:not(:active){box-shadow:0 0 0 .125em var(--primary)}.button.is-primary.is-active,.button.is-primary:active{background-color:var(--primary);border-color:transparent;color:#fff}.button.is-primary[disabled],fieldset[disabled] .button.is-primary{background-color:var(--primary);border-color:transparent;box-shadow:none}.button.is-primary.is-inverted{background-color:#fff;color:var(--primary)}.button.is-primary.is-inverted.is-hovered,.button.is-primary.is-inverted:hover{background-color:#f2f2f2}.button.is-primary.is-inverted[disabled],fieldset[disabled] .button.is-primary.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:var(--primary)}.button.is-primary.is-loading:after{border-color:transparent transparent #fff #fff!important}.button.is-primary.is-outlined{background-color:transparent;border-color:var(--primary);color:var(--primary)}.button.is-primary.is-outlined.is-focused,.button.is-primary.is-outlined.is-hovered,.button.is-primary.is-outlined:focus,.button.is-primary.is-outlined:hover{background-color:var(--primary);border-color:var(--primary);color:#fff}.button.is-primary.is-outlined.is-loading:after{border-left-color:var(--primary)!important;border-bottom-color:var(--primary)!important;border-right-color:transparent!important;border-top-color:transparent!important}.button.is-primary.is-outlined.is-loading.is-focused:after,.button.is-primary.is-outlined.is-loading.is-hovered:after,.button.is-primary.is-outlined.is-loading:focus:after,.button.is-primary.is-outlined.is-loading:hover:after{border-color:transparent transparent #fff #fff!important}.button.is-primary.is-outlined[disabled],fieldset[disabled] .button.is-primary.is-outlined{background-color:transparent;border-color:var(--primary);box-shadow:none;color:var(--primary)}.button.is-primary.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-primary.is-inverted.is-outlined.is-focused,.button.is-primary.is-inverted.is-outlined.is-hovered,.button.is-primary.is-inverted.is-outlined:focus,.button.is-primary.is-inverted.is-outlined:hover{background-color:#fff;color:var(--primary)}.button.is-primary.is-inverted.is-outlined.is-loading.is-focused:after,.button.is-primary.is-inverted.is-outlined.is-loading.is-hovered:after,.button.is-primary.is-inverted.is-outlined.is-loading:focus:after,.button.is-primary.is-inverted.is-outlined.is-loading:hover:after{border-left-color:var(--primary)!important;border-bottom-color:var(--primary)!important;border-right-color:transparent!important;border-top-color:transparent!important}.button.is-primary.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-primary.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-primary.is-light{background-color:var(--primary-light);color:var(--primary-dark)}.button.is-primary.is-light.is-active,.button.is-primary.is-light.is-hovered,.button.is-primary.is-light:active,.button.is-primary.is-light:hover{background-color:var(--primary-light);border-color:transparent;color:var(--primary-dark)}.button.is-link,.button.is-link.is-hovered,.button.is-link:hover{background-color:var(--link);border-color:transparent;color:#fff}.button.is-link.is-focused,.button.is-link:focus{border-color:transparent;color:#fff}.button.is-link.is-focused:not(:active),.button.is-link:focus:not(:active){box-shadow:0 0 0 .125em var(--link)}.button.is-link.is-active,.button.is-link:active{background-color:var(--link);border-color:transparent;color:#fff}.button.is-link[disabled],fieldset[disabled] .button.is-link{background-color:var(--link);border-color:transparent;box-shadow:none}.button.is-link.is-inverted{background-color:#fff;color:var(--link)}.button.is-link.is-inverted.is-hovered,.button.is-link.is-inverted:hover{background-color:#f2f2f2}.button.is-link.is-inverted[disabled],fieldset[disabled] .button.is-link.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:var(--link)}.button.is-link.is-loading:after{border-color:transparent transparent #fff #fff!important}.button.is-link.is-outlined{background-color:transparent;border-color:var(--link);color:var(--link)}.button.is-link.is-outlined.is-focused,.button.is-link.is-outlined.is-hovered,.button.is-link.is-outlined:focus,.button.is-link.is-outlined:hover{background-color:var(--link);border-color:var(--link);color:#fff}.button.is-link.is-outlined.is-loading:after{border-left-color:var(--link)!important;border-bottom-color:var(--link)!important;border-right-color:transparent!important;border-top-color:transparent!important}.button.is-link.is-outlined.is-loading.is-focused:after,.button.is-link.is-outlined.is-loading.is-hovered:after,.button.is-link.is-outlined.is-loading:focus:after,.button.is-link.is-outlined.is-loading:hover:after{border-color:transparent transparent #fff #fff!important}.button.is-link.is-outlined[disabled],fieldset[disabled] .button.is-link.is-outlined{background-color:transparent;border-color:var(--link);box-shadow:none;color:var(--link)}.button.is-link.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-link.is-inverted.is-outlined.is-focused,.button.is-link.is-inverted.is-outlined.is-hovered,.button.is-link.is-inverted.is-outlined:focus,.button.is-link.is-inverted.is-outlined:hover{background-color:#fff;color:var(--link)}.button.is-link.is-inverted.is-outlined.is-loading.is-focused:after,.button.is-link.is-inverted.is-outlined.is-loading.is-hovered:after,.button.is-link.is-inverted.is-outlined.is-loading:focus:after,.button.is-link.is-inverted.is-outlined.is-loading:hover:after{border-left-color:var(--link)!important;border-bottom-color:var(--link)!important;border-right-color:transparent!important;border-top-color:transparent!important}.button.is-link.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-link.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-link.is-light{background-color:var(--link-light);color:var(--link-dark)}.button.is-link.is-light.is-active,.button.is-link.is-light.is-hovered,.button.is-link.is-light:active,.button.is-link.is-light:hover{background-color:var(--link-light);border-color:transparent;color:var(--link-dark)}.button.is-info,.button.is-info.is-hovered,.button.is-info:hover{background-color:var(--info);border-color:transparent;color:#fff}.button.is-info.is-focused,.button.is-info:focus{border-color:transparent;color:#fff}.button.is-info.is-focused:not(:active),.button.is-info:focus:not(:active){box-shadow:0 0 0 .125em var(--info)}.button.is-info.is-active,.button.is-info:active{background-color:var(--info);border-color:transparent;color:#fff}.button.is-info[disabled],fieldset[disabled] .button.is-info{background-color:var(--info);border-color:transparent;box-shadow:none}.button.is-info.is-inverted{background-color:#fff;color:var(--info)}.button.is-info.is-inverted.is-hovered,.button.is-info.is-inverted:hover{background-color:#f2f2f2}.button.is-info.is-inverted[disabled],fieldset[disabled] .button.is-info.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:var(--info)}.button.is-info.is-loading:after{border-color:transparent transparent #fff #fff!important}.button.is-info.is-outlined{background-color:transparent;border-color:var(--info);color:var(--info)}.button.is-info.is-outlined.is-focused,.button.is-info.is-outlined.is-hovered,.button.is-info.is-outlined:focus,.button.is-info.is-outlined:hover{background-color:var(--info);border-color:var(--info);color:#fff}.button.is-info.is-outlined.is-loading:after{border-left-color:var(--info)!important;border-bottom-color:var(--info)!important;border-right-color:transparent!important;border-top-color:transparent!important}.button.is-info.is-outlined.is-loading.is-focused:after,.button.is-info.is-outlined.is-loading.is-hovered:after,.button.is-info.is-outlined.is-loading:focus:after,.button.is-info.is-outlined.is-loading:hover:after{border-color:transparent transparent #fff #fff!important}.button.is-info.is-outlined[disabled],fieldset[disabled] .button.is-info.is-outlined{background-color:transparent;border-color:var(--info);box-shadow:none;color:var(--info)}.button.is-info.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-info.is-inverted.is-outlined.is-focused,.button.is-info.is-inverted.is-outlined.is-hovered,.button.is-info.is-inverted.is-outlined:focus,.button.is-info.is-inverted.is-outlined:hover{background-color:#fff;color:var(--info)}.button.is-info.is-inverted.is-outlined.is-loading.is-focused:after,.button.is-info.is-inverted.is-outlined.is-loading.is-hovered:after,.button.is-info.is-inverted.is-outlined.is-loading:focus:after,.button.is-info.is-inverted.is-outlined.is-loading:hover:after{border-left-color:var(--info)!important;border-bottom-color:var(--info)!important;border-right-color:transparent!important;border-top-color:transparent!important}.button.is-info.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-info.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-info.is-light{background-color:var(--info-light);color:var(--info-dark)}.button.is-info.is-light.is-active,.button.is-info.is-light.is-hovered,.button.is-info.is-light:active,.button.is-info.is-light:hover{background-color:var(--info-light);border-color:transparent;color:var(--info-dark)}.button.is-success,.button.is-success.is-hovered,.button.is-success:hover{background-color:var(--success);border-color:transparent;color:#fff}.button.is-success.is-focused,.button.is-success:focus{border-color:transparent;color:#fff}.button.is-success.is-focused:not(:active),.button.is-success:focus:not(:active){box-shadow:0 0 0 .125em var(--success)}.button.is-success.is-active,.button.is-success:active{background-color:var(--success);border-color:transparent;color:#fff}.button.is-success[disabled],fieldset[disabled] .button.is-success{background-color:var(--success);border-color:transparent;box-shadow:none}.button.is-success.is-inverted{background-color:#fff;color:var(--success)}.button.is-success.is-inverted.is-hovered,.button.is-success.is-inverted:hover{background-color:#f2f2f2}.button.is-success.is-inverted[disabled],fieldset[disabled] .button.is-success.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:var(--success)}.button.is-success.is-loading:after{border-color:transparent transparent #fff #fff!important}.button.is-success.is-outlined{background-color:transparent;border-color:var(--success);color:var(--success)}.button.is-success.is-outlined.is-focused,.button.is-success.is-outlined.is-hovered,.button.is-success.is-outlined:focus,.button.is-success.is-outlined:hover{background-color:var(--success);border-color:var(--success);color:#fff}.button.is-success.is-outlined.is-loading:after{border-left-color:var(--success)!important;border-bottom-color:var(--success)!important;border-right-color:transparent!important;border-top-color:transparent!important}.button.is-success.is-outlined.is-loading.is-focused:after,.button.is-success.is-outlined.is-loading.is-hovered:after,.button.is-success.is-outlined.is-loading:focus:after,.button.is-success.is-outlined.is-loading:hover:after{border-color:transparent transparent #fff #fff!important}.button.is-success.is-outlined[disabled],fieldset[disabled] .button.is-success.is-outlined{background-color:transparent;border-color:var(--success);box-shadow:none;color:var(--success)}.button.is-success.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-success.is-inverted.is-outlined.is-focused,.button.is-success.is-inverted.is-outlined.is-hovered,.button.is-success.is-inverted.is-outlined:focus,.button.is-success.is-inverted.is-outlined:hover{background-color:#fff;color:var(--success)}.button.is-success.is-inverted.is-outlined.is-loading.is-focused:after,.button.is-success.is-inverted.is-outlined.is-loading.is-hovered:after,.button.is-success.is-inverted.is-outlined.is-loading:focus:after,.button.is-success.is-inverted.is-outlined.is-loading:hover:after{border-left-color:var(--success)!important;border-bottom-color:var(--success)!important;border-right-color:transparent!important;border-top-color:transparent!important}.button.is-success.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-success.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-success.is-light{background-color:var(--success-light);color:var(--success-dark)}.button.is-success.is-light.is-active,.button.is-success.is-light.is-hovered,.button.is-success.is-light:active,.button.is-success.is-light:hover{background-color:var(--success-light);border-color:transparent;color:var(--success-dark)}.button.is-warning,.button.is-warning.is-hovered,.button.is-warning:hover{background-color:var(--warning);border-color:transparent;color:#fff}.button.is-warning.is-focused,.button.is-warning:focus{border-color:transparent;color:#fff}.button.is-warning.is-focused:not(:active),.button.is-warning:focus:not(:active){box-shadow:0 0 0 .125em var(--warning)}.button.is-warning.is-active,.button.is-warning:active{background-color:var(--warning);border-color:transparent;color:#fff}.button.is-warning[disabled],fieldset[disabled] .button.is-warning{background-color:var(--warning);border-color:transparent;box-shadow:none}.button.is-warning.is-inverted{background-color:#fff;color:var(--warning)}.button.is-warning.is-inverted.is-hovered,.button.is-warning.is-inverted:hover{background-color:#f2f2f2}.button.is-warning.is-inverted[disabled],fieldset[disabled] .button.is-warning.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:var(--warning)}.button.is-warning.is-loading:after{border-color:transparent transparent #fff #fff!important}.button.is-warning.is-outlined{background-color:transparent;border-color:var(--warning);color:var(--warning)}.button.is-warning.is-outlined.is-focused,.button.is-warning.is-outlined.is-hovered,.button.is-warning.is-outlined:focus,.button.is-warning.is-outlined:hover{background-color:var(--warning);border-color:var(--warning);color:#fff}.button.is-warning.is-outlined.is-loading:after{border-left-color:var(--warning)!important;border-bottom-color:var(--warning)!important;border-right-color:transparent!important;border-top-color:transparent!important}.button.is-warning.is-outlined.is-loading.is-focused:after,.button.is-warning.is-outlined.is-loading.is-hovered:after,.button.is-warning.is-outlined.is-loading:focus:after,.button.is-warning.is-outlined.is-loading:hover:after{border-color:transparent transparent #fff #fff!important}.button.is-warning.is-outlined[disabled],fieldset[disabled] .button.is-warning.is-outlined{background-color:transparent;border-color:var(--warning);box-shadow:none;color:var(--warning)}.button.is-warning.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-warning.is-inverted.is-outlined.is-focused,.button.is-warning.is-inverted.is-outlined.is-hovered,.button.is-warning.is-inverted.is-outlined:focus,.button.is-warning.is-inverted.is-outlined:hover{background-color:#fff;color:var(--warning)}.button.is-warning.is-inverted.is-outlined.is-loading.is-focused:after,.button.is-warning.is-inverted.is-outlined.is-loading.is-hovered:after,.button.is-warning.is-inverted.is-outlined.is-loading:focus:after,.button.is-warning.is-inverted.is-outlined.is-loading:hover:after{border-left-color:var(--warning)!important;border-bottom-color:var(--warning)!important;border-right-color:transparent!important;border-top-color:transparent!important}.button.is-warning.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-warning.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-warning.is-light{background-color:var(--warning-light);color:var(--warning-dark)}.button.is-warning.is-light.is-active,.button.is-warning.is-light.is-hovered,.button.is-warning.is-light:active,.button.is-warning.is-light:hover{background-color:var(--warning-light);border-color:transparent;color:var(--warning-dark)}.button.is-danger,.button.is-danger.is-hovered,.button.is-danger:hover{background-color:var(--danger);border-color:transparent;color:#fff}.button.is-danger.is-focused,.button.is-danger:focus{border-color:transparent;color:#fff}.button.is-danger.is-focused:not(:active),.button.is-danger:focus:not(:active){box-shadow:0 0 0 .125em var(--danger)}.button.is-danger.is-active,.button.is-danger:active{background-color:var(--danger);border-color:transparent;color:#fff}.button.is-danger[disabled],fieldset[disabled] .button.is-danger{background-color:var(--danger);border-color:transparent;box-shadow:none}.button.is-danger.is-inverted{background-color:#fff;color:var(--danger)}.button.is-danger.is-inverted.is-hovered,.button.is-danger.is-inverted:hover{background-color:#f2f2f2}.button.is-danger.is-inverted[disabled],fieldset[disabled] .button.is-danger.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:var(--danger)}.button.is-danger.is-loading:after{border-color:transparent transparent #fff #fff!important}.button.is-danger.is-outlined{background-color:transparent;border-color:var(--danger);color:var(--danger)}.button.is-danger.is-outlined.is-focused,.button.is-danger.is-outlined.is-hovered,.button.is-danger.is-outlined:focus,.button.is-danger.is-outlined:hover{background-color:var(--danger);border-color:var(--danger);color:#fff}.button.is-danger.is-outlined.is-loading:after{border-left-color:var(--danger)!important;border-bottom-color:var(--danger)!important;border-right-color:transparent!important;border-top-color:transparent!important}.button.is-danger.is-outlined.is-loading.is-focused:after,.button.is-danger.is-outlined.is-loading.is-hovered:after,.button.is-danger.is-outlined.is-loading:focus:after,.button.is-danger.is-outlined.is-loading:hover:after{border-color:transparent transparent #fff #fff!important}.button.is-danger.is-outlined[disabled],fieldset[disabled] .button.is-danger.is-outlined{background-color:transparent;border-color:var(--danger);box-shadow:none;color:var(--danger)}.button.is-danger.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-danger.is-inverted.is-outlined.is-focused,.button.is-danger.is-inverted.is-outlined.is-hovered,.button.is-danger.is-inverted.is-outlined:focus,.button.is-danger.is-inverted.is-outlined:hover{background-color:#fff;color:var(--danger)}.button.is-danger.is-inverted.is-outlined.is-loading.is-focused:after,.button.is-danger.is-inverted.is-outlined.is-loading.is-hovered:after,.button.is-danger.is-inverted.is-outlined.is-loading:focus:after,.button.is-danger.is-inverted.is-outlined.is-loading:hover:after{border-left-color:var(--danger)!important;border-bottom-color:var(--danger)!important;border-right-color:transparent!important;border-top-color:transparent!important}.button.is-danger.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-danger.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-danger.is-light{background-color:var(--danger-light);color:var(--danger-dark)}.button.is-danger.is-light.is-active,.button.is-danger.is-light.is-hovered,.button.is-danger.is-light:active,.button.is-danger.is-light:hover{background-color:var(--danger-light);border-color:transparent;color:var(--danger-dark)}.button.is-small{font-size:.875rem}.button.is-small:not(.is-rounded){border-radius:8px}.button.is-normal{font-size:1rem}.button.is-medium{font-size:1.25rem}.button.is-large{font-size:1.5rem}.button[disabled],fieldset[disabled] .button{background-color:var(--white);border-color:var(--grey-lighter);box-shadow:none;opacity:.5}.button.is-fullwidth{display:flex;width:100%}.button.is-loading{color:transparent!important;pointer-events:none}.button.is-loading:after{position:absolute;left:calc(50% - (1em * .5));top:calc(50% - (1em * .5));position:absolute!important}.button.is-static{background-color:var(--white-ter);border-color:var(--grey-lighter);color:var(--grey);box-shadow:none;pointer-events:none}.button.is-rounded{border-radius:9999px;padding-left:calc(1em + .25em);padding-right:calc(1em + .25em)}.buttons{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start}.buttons .button{margin-bottom:.5rem}.buttons .button:not(:last-child):not(.is-fullwidth){margin-right:.5rem}.buttons:last-child{margin-bottom:-.5rem}.buttons:not(:last-child){margin-bottom:1rem}.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large){font-size:.875rem}.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large):not(.is-rounded){border-radius:8px}.buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large){font-size:1.25rem}.buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium){font-size:1.5rem}.buttons.has-addons .button:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.buttons.has-addons .button:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0;margin-right:-1px}.buttons.has-addons .button:last-child{margin-right:0}.buttons.has-addons .button.is-hovered,.buttons.has-addons .button:hover{z-index:2}.buttons.has-addons .button.is-active,.buttons.has-addons .button.is-focused,.buttons.has-addons .button.is-selected,.buttons.has-addons .button:active,.buttons.has-addons .button:focus{z-index:3}.buttons.has-addons .button.is-active:hover,.buttons.has-addons .button.is-focused:hover,.buttons.has-addons .button.is-selected:hover,.buttons.has-addons .button:active:hover,.buttons.has-addons .button:focus:hover{z-index:4}.buttons.has-addons .button.is-expanded{flex-grow:1;flex-shrink:1}.buttons.is-centered{justify-content:center}.buttons.is-centered:not(.has-addons) .button:not(.is-fullwidth){margin-left:.25rem;margin-right:.25rem}.buttons.is-right{justify-content:flex-end}.buttons.is-right:not(.has-addons) .button:not(.is-fullwidth){margin-left:.25rem;margin-right:.25rem}.container{flex-grow:1;margin:0 auto;position:relative;width:auto}.container.is-fluid{max-width:none!important;padding-left:32px;padding-right:32px;width:100%}@media screen and (min-width:1024px){.container{max-width:960px}}@media screen and (max-width:1215px){.container.is-widescreen:not(.is-max-desktop){max-width:1152px}}@media screen and (max-width:1407px){.container.is-fullhd:not(.is-max-desktop):not(.is-max-widescreen){max-width:1344px}}@media screen and (min-width:1216px){.container:not(.is-max-desktop){max-width:1152px}}@media screen and (min-width:1408px){.container:not(.is-max-desktop):not(.is-max-widescreen){max-width:1344px}}.box{background-color:var(--white);border-radius:6px;box-shadow:0 .5em 1em -.125em var(--shadow-color);color:var(--grey-dark);display:block;padding:1.25rem}a.box:focus,a.box:hover{box-shadow:0 .5em 1em -.125em rgba(var(--black),.1),0 0 0 1px var(--link)}a.box:active{box-shadow:inset 0 1px 2px rgba(var(--black),.2),0 0 0 1px var(--link)}.icon{align-items:center;display:inline-flex;justify-content:center;height:1.5rem;width:1.5rem}.icon.is-small{height:1rem;width:1rem}.icon.is-medium{height:2rem;width:2rem}.icon.is-large{height:3rem;width:3rem}.icon-text{align-items:flex-start;color:inherit;display:inline-flex;flex-wrap:wrap;line-height:1.5rem;vertical-align:top}.icon-text .icon{flex-grow:0;flex-shrink:0}.icon-text .icon:not(:last-child){margin-right:.25em}.icon-text .icon:not(:first-child){margin-left:.25em}div.icon-text{display:flex}.image{display:block;position:relative}.image img{display:block;height:auto;width:100%}.image img.is-rounded{border-radius:9999px}.image.is-fullwidth{width:100%}.image.is-1by1 .has-ratio,.image.is-1by1 img,.image.is-1by2 .has-ratio,.image.is-1by2 img,.image.is-1by3 .has-ratio,.image.is-1by3 img,.image.is-2by1 .has-ratio,.image.is-2by1 img,.image.is-2by3 .has-ratio,.image.is-2by3 img,.image.is-3by1 .has-ratio,.image.is-3by1 img,.image.is-3by2 .has-ratio,.image.is-3by2 img,.image.is-3by4 .has-ratio,.image.is-3by4 img,.image.is-3by5 .has-ratio,.image.is-3by5 img,.image.is-4by3 .has-ratio,.image.is-4by3 img,.image.is-4by5 .has-ratio,.image.is-4by5 img,.image.is-5by3 .has-ratio,.image.is-5by3 img,.image.is-5by4 .has-ratio,.image.is-5by4 img,.image.is-9by16 .has-ratio,.image.is-9by16 img,.image.is-16by9 .has-ratio,.image.is-16by9 img,.image.is-square .has-ratio,.image.is-square img{height:100%;width:100%}.image.is-1by1,.image.is-square{padding-top:100%}.image.is-5by4{padding-top:80%}.image.is-4by3{padding-top:75%}.image.is-3by2{padding-top:66.6666%}.image.is-5by3{padding-top:60%}.image.is-16by9{padding-top:56.25%}.image.is-2by1{padding-top:50%}.image.is-3by1{padding-top:33.3333%}.image.is-4by5{padding-top:125%}.image.is-3by4{padding-top:133.3333%}.image.is-2by3{padding-top:150%}.image.is-3by5{padding-top:166.6666%}.image.is-9by16{padding-top:177.7777%}.image.is-1by2{padding-top:200%}.image.is-1by3{padding-top:300%}.image.is-16x16{height:16px;width:16px}.image.is-24x24{height:24px;width:24px}.image.is-32x32{height:32px;width:32px}.image.is-48x48{height:48px;width:48px}.image.is-64x64{height:64px;width:64px}.image.is-96x96{height:96px;width:96px}.image.is-128x128{height:128px;width:128px}.subtitle,.title{word-break:break-word}.subtitle em,.subtitle span,.title em,.title span{font-weight:inherit}.subtitle sub,.subtitle sup,.title sub,.title sup{font-size:.75em}.subtitle .tag,.title .tag{vertical-align:middle}.title{color:var(--grey-darker);font-size:2rem;font-weight:600;line-height:1.125}.title strong{color:inherit;font-weight:inherit}.title:not(.is-spaced)+.subtitle{margin-top:-1.25rem}.title.is-1{font-size:3rem}.title.is-2{font-size:2.5rem}.title.is-3{font-size:2rem}.title.is-4{font-size:1.5rem}.title.is-5{font-size:1.25rem}.title.is-6{font-size:1rem}.title.is-7{font-size:.875rem}.subtitle{color:var(--grey-dark);font-size:1.25rem;font-weight:400;line-height:1.25}.subtitle strong{color:var(--grey-darker);font-weight:600}.subtitle:not(.is-spaced)+.title{margin-top:-1.25rem}.subtitle.is-1{font-size:3rem}.subtitle.is-2{font-size:2.5rem}.subtitle.is-3{font-size:2rem}.subtitle.is-4{font-size:1.5rem}.subtitle.is-5{font-size:1.25rem}.subtitle.is-6{font-size:1rem}.subtitle.is-7{font-size:.875rem}.progress{-moz-appearance:none;-webkit-appearance:none;border:none;border-radius:9999px;display:block;height:1rem;overflow:hidden;padding:0;width:100%}.progress::-webkit-progress-bar{background-color:var(--grey-lightest)}.progress::-webkit-progress-value{background-color:var(--grey-dark)}.progress::-moz-progress-bar{background-color:var(--grey-dark)}.progress::-ms-fill{background-color:var(--grey-dark);border:none}.progress.is-white::-webkit-progress-value{background-color:var(--white)}.progress.is-white::-moz-progress-bar{background-color:var(--white)}.progress.is-white::-ms-fill{background-color:var(--white)}.progress.is-white:indeterminate{background-image:linear-gradient(to right,var(--white) 30%,var(--grey-lightest) 30%)}.progress.is-black::-webkit-progress-value{background-color:var(--black)}.progress.is-black::-moz-progress-bar{background-color:var(--black)}.progress.is-black::-ms-fill{background-color:var(--black)}.progress.is-black:indeterminate{background-image:linear-gradient(to right,var(--black) 30%,var(--grey-lightest) 30%)}.progress.is-light::-webkit-progress-value{background-color:var(--white-ter)}.progress.is-light::-moz-progress-bar{background-color:var(--white-ter)}.progress.is-light::-ms-fill{background-color:var(--white-ter)}.progress.is-light:indeterminate{background-image:linear-gradient(to right,var(--white-ter) 30%,var(--grey-lightest) 30%)}.progress.is-dark::-webkit-progress-value{background-color:var(--grey-darker)}.progress.is-dark::-moz-progress-bar{background-color:var(--grey-darker)}.progress.is-dark::-ms-fill{background-color:var(--grey-darker)}.progress.is-dark:indeterminate{background-image:linear-gradient(to right,var(--grey-darker) 30%,var(--grey-lightest) 30%)}.progress.is-primary::-webkit-progress-value{background-color:var(--primary)}.progress.is-primary::-moz-progress-bar{background-color:var(--primary)}.progress.is-primary::-ms-fill{background-color:var(--primary)}.progress.is-primary:indeterminate{background-image:linear-gradient(to right,var(--primary) 30%,var(--grey-lightest) 30%)}.progress.is-link::-webkit-progress-value{background-color:var(--link)}.progress.is-link::-moz-progress-bar{background-color:var(--link)}.progress.is-link::-ms-fill{background-color:var(--link)}.progress.is-link:indeterminate{background-image:linear-gradient(to right,var(--link) 30%,var(--grey-lightest) 30%)}.progress.is-info::-webkit-progress-value{background-color:var(--info)}.progress.is-info::-moz-progress-bar{background-color:var(--info)}.progress.is-info::-ms-fill{background-color:var(--info)}.progress.is-info:indeterminate{background-image:linear-gradient(to right,var(--info) 30%,var(--grey-lightest) 30%)}.progress.is-success::-webkit-progress-value{background-color:var(--success)}.progress.is-success::-moz-progress-bar{background-color:var(--success)}.progress.is-success::-ms-fill{background-color:var(--success)}.progress.is-success:indeterminate{background-image:linear-gradient(to right,var(--success) 30%,var(--grey-lightest) 30%)}.progress.is-warning::-webkit-progress-value{background-color:var(--warning)}.progress.is-warning::-moz-progress-bar{background-color:var(--warning)}.progress.is-warning::-ms-fill{background-color:var(--warning)}.progress.is-warning:indeterminate{background-image:linear-gradient(to right,var(--warning) 30%,var(--grey-lightest) 30%)}.progress.is-danger::-webkit-progress-value{background-color:var(--danger)}.progress.is-danger::-moz-progress-bar{background-color:var(--danger)}.progress.is-danger::-ms-fill{background-color:var(--danger)}.progress.is-danger:indeterminate{background-image:linear-gradient(to right,var(--danger) 30%,var(--grey-lightest) 30%)}.progress:indeterminate{animation-duration:1.5s;animation-iteration-count:infinite;animation-name:moveIndeterminate;animation-timing-function:linear;background-color:var(--grey-lightest);background-image:linear-gradient(to right,var(--grey-dark) 30%,var(--grey-lightest) 30%);background-position:0 0;background-repeat:no-repeat;background-size:150% 150%}.progress:indeterminate::-webkit-progress-bar{background-color:transparent}.progress:indeterminate::-moz-progress-bar{background-color:transparent}.progress:indeterminate::-ms-fill{animation-name:none}.progress.is-small{height:.875rem}.progress.is-medium{height:1.25rem}.progress.is-large{height:1.5rem}@keyframes moveIndeterminate{0%{background-position:200% 0}to{background-position:-200% 0}}.notification{background-color:var(--white-ter);border-radius:12px;position:relative;padding:1.25rem 2.5rem 1.25rem 1.5rem}.notification a:not(.button):not(.dropdown-item){color:currentColor;text-decoration:underline}.notification strong{color:currentColor}.notification code,.notification pre{background:var(--white)}.notification pre code{background:transparent}.notification>.delete{right:.5rem;position:absolute;top:.5rem}.notification .content,.notification .subtitle,.notification .title{color:currentColor}.notification.is-white{background-color:var(--white);color:var(--black)}.notification.is-black{background-color:var(--black);color:var(--white)}.notification.is-light{background-color:var(--white-ter);color:#fff}.notification.is-dark{background-color:var(--grey-darker);color:#fff}.notification.is-primary{background-color:var(--primary);color:#fff}.notification.is-primary.is-light{background-color:var(--primary-light);color:var(--primary-dark)}.notification.is-link{background-color:var(--link);color:#fff}.notification.is-link.is-light{background-color:var(--link-light);color:var(--link-dark)}.notification.is-info{background-color:var(--info);color:#fff}.notification.is-info.is-light{background-color:var(--info-light);color:var(--info-dark)}.notification.is-success{background-color:var(--success);color:#fff}.notification.is-success.is-light{background-color:var(--success-light);color:var(--success-dark)}.notification.is-warning{background-color:var(--warning);color:#fff}.notification.is-warning.is-light{background-color:var(--warning-light);color:var(--warning-dark)}.notification.is-danger{background-color:var(--danger);color:#fff}.notification.is-danger.is-light{background-color:var(--danger-light);color:var(--danger-dark)}.b-checkbox.checkbox{outline:none;display:inline-flex;align-items:center}.b-checkbox.checkbox:not(.button){margin-right:.5em}.b-checkbox.checkbox:not(.button)+.checkbox:last-child{margin-right:0}.b-checkbox.checkbox input[type=checkbox]{position:absolute;left:0;opacity:0;outline:none;z-index:-1}.b-checkbox.checkbox input[type=checkbox]+.check{width:1.25em;height:1.25em;flex-shrink:0;border-radius:6px;border:2px solid var(--grey);transition:background .15s ease-out;background:transparent}.b-checkbox.checkbox input[type=checkbox]:checked+.check{background:var(--black) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;border-color:var(--black)}.b-checkbox.checkbox input[type=checkbox]:checked+.check.is-white{background:var(--white) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:var(--black)' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;border-color:var(--white)}.b-checkbox.checkbox input[type=checkbox]:checked+.check.is-black{background:var(--black) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:var(--white)' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;border-color:var(--black)}.b-checkbox.checkbox input[type=checkbox]:checked+.check.is-light{background:var(--white-ter) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;border-color:var(--white-ter)}.b-checkbox.checkbox input[type=checkbox]:checked+.check.is-dark{background:var(--grey-darker) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;border-color:var(--grey-darker)}.b-checkbox.checkbox input[type=checkbox]:checked+.check.is-primary{background:var(--primary) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;border-color:var(--primary)}.b-checkbox.checkbox input[type=checkbox]:checked+.check.is-link{background:var(--link) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;border-color:var(--link)}.b-checkbox.checkbox input[type=checkbox]:checked+.check.is-info{background:var(--info) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;border-color:var(--info)}.b-checkbox.checkbox input[type=checkbox]:checked+.check.is-success{background:var(--success) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;border-color:var(--success)}.b-checkbox.checkbox input[type=checkbox]:checked+.check.is-warning{background:var(--warning) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;border-color:var(--warning)}.b-checkbox.checkbox input[type=checkbox]:checked+.check.is-danger{background:var(--danger) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;border-color:var(--danger)}.b-checkbox.checkbox input[type=checkbox].is-indeterminate+.check,.b-checkbox.checkbox input[type=checkbox]:indeterminate+.check{background:var(--black) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23fff' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;border-color:var(--black)}.b-checkbox.checkbox input[type=checkbox].is-indeterminate+.check.is-white,.b-checkbox.checkbox input[type=checkbox]:indeterminate+.check.is-white{background:var(--white) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:var(--black)' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;border-color:var(--white)}.b-checkbox.checkbox input[type=checkbox].is-indeterminate+.check.is-black,.b-checkbox.checkbox input[type=checkbox]:indeterminate+.check.is-black{background:var(--black) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:var(--white)' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;border-color:var(--black)}.b-checkbox.checkbox input[type=checkbox].is-indeterminate+.check.is-light,.b-checkbox.checkbox input[type=checkbox]:indeterminate+.check.is-light{background:var(--white-ter) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23fff' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;border-color:var(--white-ter)}.b-checkbox.checkbox input[type=checkbox].is-indeterminate+.check.is-dark,.b-checkbox.checkbox input[type=checkbox]:indeterminate+.check.is-dark{background:var(--grey-darker) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23fff' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;border-color:var(--grey-darker)}.b-checkbox.checkbox input[type=checkbox].is-indeterminate+.check.is-primary,.b-checkbox.checkbox input[type=checkbox]:indeterminate+.check.is-primary{background:var(--primary) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23fff' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;border-color:var(--primary)}.b-checkbox.checkbox input[type=checkbox].is-indeterminate+.check.is-link,.b-checkbox.checkbox input[type=checkbox]:indeterminate+.check.is-link{background:var(--link) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23fff' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;border-color:var(--link)}.b-checkbox.checkbox input[type=checkbox].is-indeterminate+.check.is-info,.b-checkbox.checkbox input[type=checkbox]:indeterminate+.check.is-info{background:var(--info) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23fff' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;border-color:var(--info)}.b-checkbox.checkbox input[type=checkbox].is-indeterminate+.check.is-success,.b-checkbox.checkbox input[type=checkbox]:indeterminate+.check.is-success{background:var(--success) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23fff' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;border-color:var(--success)}.b-checkbox.checkbox input[type=checkbox].is-indeterminate+.check.is-warning,.b-checkbox.checkbox input[type=checkbox]:indeterminate+.check.is-warning{background:var(--warning) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23fff' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;border-color:var(--warning)}.b-checkbox.checkbox input[type=checkbox].is-indeterminate+.check.is-danger,.b-checkbox.checkbox input[type=checkbox]:indeterminate+.check.is-danger{background:var(--danger) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23fff' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;border-color:var(--danger)}.b-checkbox.checkbox input[type=checkbox]:focus+.check{box-shadow:0 0 .5em rgba(var(--grey),.8)}.b-checkbox.checkbox input[type=checkbox]:focus:checked+.check{box-shadow:0 0 .5em rgba(var(--black),.8)}.b-checkbox.checkbox input[type=checkbox]:focus:checked+.check.is-white{box-shadow:0 0 .5em rgba(var(--white),.8)}.b-checkbox.checkbox input[type=checkbox]:focus:checked+.check.is-black{box-shadow:0 0 .5em rgba(var(--black),.8)}.b-checkbox.checkbox input[type=checkbox]:focus:checked+.check.is-light{box-shadow:0 0 .5em rgba(var(--white-ter),.8)}.b-checkbox.checkbox input[type=checkbox]:focus:checked+.check.is-dark{box-shadow:0 0 .5em rgba(var(--grey-darker),.8)}.b-checkbox.checkbox input[type=checkbox]:focus:checked+.check.is-primary{box-shadow:0 0 .5em rgba(var(--primary),.8)}.b-checkbox.checkbox input[type=checkbox]:focus:checked+.check.is-link{box-shadow:0 0 .5em rgba(var(--link),.8)}.b-checkbox.checkbox input[type=checkbox]:focus:checked+.check.is-info{box-shadow:0 0 .5em rgba(var(--info),.8)}.b-checkbox.checkbox input[type=checkbox]:focus:checked+.check.is-success{box-shadow:0 0 .5em rgba(var(--success),.8)}.b-checkbox.checkbox input[type=checkbox]:focus:checked+.check.is-warning{box-shadow:0 0 .5em rgba(var(--warning),.8)}.b-checkbox.checkbox input[type=checkbox]:focus:checked+.check.is-danger{box-shadow:0 0 .5em rgba(var(--danger),.8)}.b-checkbox.checkbox .control-label{padding-left:calc(.75em - 1px)}.b-checkbox.checkbox.button{display:flex}.b-checkbox.checkbox[disabled]{opacity:.5}.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled)+.check{border-color:var(--black)}.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled)+.check.is-white{border-color:var(--white)}.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled)+.check.is-black{border-color:var(--black)}.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled)+.check.is-light{border-color:var(--white-ter)}.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled)+.check.is-dark{border-color:var(--grey-darker)}.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled)+.check.is-primary{border-color:var(--primary)}.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled)+.check.is-link{border-color:var(--link)}.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled)+.check.is-info{border-color:var(--info)}.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled)+.check.is-success{border-color:var(--success)}.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled)+.check.is-warning{border-color:var(--warning)}.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled)+.check.is-danger{border-color:var(--danger)}.b-checkbox.checkbox.is-small{border-radius:8px;font-size:.875rem}.b-checkbox.checkbox.is-medium{font-size:1.25rem}.b-checkbox.checkbox.is-large{font-size:1.5rem}.button,.file-cta,.file-name,.input,.pagination-ellipsis,.pagination-link,.pagination-next,.pagination-previous,.select select,.textarea{-moz-appearance:none;-webkit-appearance:none;align-items:center;border:1px solid transparent;border-radius:12px;box-shadow:none;display:inline-flex;font-size:1rem;height:2.5em;justify-content:flex-start;line-height:1.5;padding:calc(.5em - 1px) calc(.75em - 1px);position:relative;vertical-align:top}.button:active,.button:focus,.file-cta:active,.file-cta:focus,.file-name:active,.file-name:focus,.input:active,.input:focus,.is-active.button,.is-active.file-cta,.is-active.file-name,.is-active.input,.is-active.pagination-ellipsis,.is-active.pagination-link,.is-active.pagination-next,.is-active.pagination-previous,.is-active.textarea,.is-focused.button,.is-focused.file-cta,.is-focused.file-name,.is-focused.input,.is-focused.pagination-ellipsis,.is-focused.pagination-link,.is-focused.pagination-next,.is-focused.pagination-previous,.is-focused.textarea,.pagination-ellipsis:active,.pagination-ellipsis:focus,.pagination-link:active,.pagination-link:focus,.pagination-next:active,.pagination-next:focus,.pagination-previous:active,.pagination-previous:focus,.select select.is-active,.select select.is-focused,.select select:active,.select select:focus,.textarea:active,.textarea:focus{outline:none}.select fieldset[disabled] select,.select select[disabled],[disabled].button,[disabled].file-cta,[disabled].file-name,[disabled].input,[disabled].pagination-ellipsis,[disabled].pagination-link,[disabled].pagination-next,[disabled].pagination-previous,[disabled].textarea,fieldset[disabled] .button,fieldset[disabled] .file-cta,fieldset[disabled] .file-name,fieldset[disabled] .input,fieldset[disabled] .pagination-ellipsis,fieldset[disabled] .pagination-link,fieldset[disabled] .pagination-next,fieldset[disabled] .pagination-previous,fieldset[disabled] .select select,fieldset[disabled] .textarea{cursor:not-allowed}.b-checkbox.checkbox,.b-radio.radio,.button,.file,.is-unselectable,.pagination-ellipsis,.pagination-link,.pagination-next,.pagination-previous,.tabs{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.navbar-link:not(.is-arrowless):after,.select:not(.is-multiple):not(.is-loading):after{border:3px solid transparent;border-radius:2px;border-right:0;border-top:0;content:" ";display:block;height:.625em;margin-top:-.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:.625em}.box:not(:last-child),.level:not(:last-child),.notification:not(:last-child),.pagination:not(:last-child),.progress:not(:last-child),.subtitle:not(:last-child),.tabs:not(:last-child),.title:not(:last-child){margin-bottom:1.5rem}.modal-close{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-moz-appearance:none;-webkit-appearance:none;background-color:var(--black);border:none;border-radius:9999px;cursor:pointer;pointer-events:auto;display:inline-block;flex-grow:0;flex-shrink:0;font-size:0;height:20px;max-height:20px;max-width:20px;min-height:20px;min-width:20px;outline:none;position:relative;vertical-align:top;width:20px}.modal-close:after,.modal-close:before{background-color:var(--white);content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}.modal-close:before{height:2px;width:50%}.modal-close:after{height:50%;width:2px}.modal-close:active,.modal-close:focus,.modal-close:hover{background-color:var(--black)}.is-small.modal-close{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.is-medium.modal-close{height:24px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;width:24px}.is-large.modal-close{height:32px;max-height:32px;max-width:32px;min-height:32px;min-width:32px;width:32px}.button.is-loading:after,.control.is-loading:after,.select.is-loading:after{animation:spinAround .5s linear infinite;border-left:2px solid var(--grey-lighter);border-bottom:2px solid var(--grey-lighter);border-radius:9999px;border-right:2px solid transparent;border-top:2px solid transparent;content:"";display:block;height:1em;position:relative;width:1em}.image.is-1by1 .has-ratio,.image.is-1by1 img,.image.is-1by2 .has-ratio,.image.is-1by2 img,.image.is-1by3 .has-ratio,.image.is-1by3 img,.image.is-2by1 .has-ratio,.image.is-2by1 img,.image.is-2by3 .has-ratio,.image.is-2by3 img,.image.is-3by1 .has-ratio,.image.is-3by1 img,.image.is-3by2 .has-ratio,.image.is-3by2 img,.image.is-3by4 .has-ratio,.image.is-3by4 img,.image.is-3by5 .has-ratio,.image.is-3by5 img,.image.is-4by3 .has-ratio,.image.is-4by3 img,.image.is-4by5 .has-ratio,.image.is-4by5 img,.image.is-5by3 .has-ratio,.image.is-5by3 img,.image.is-5by4 .has-ratio,.image.is-5by4 img,.image.is-9by16 .has-ratio,.image.is-9by16 img,.image.is-16by9 .has-ratio,.image.is-16by9 img,.image.is-square .has-ratio,.image.is-square img,.is-overlay,.modal,.modal-background{bottom:0;left:0;position:absolute;right:0;top:0}.navbar-burger{-moz-appearance:none;-webkit-appearance:none;appearance:none;background:none;border:none;color:currentColor;font-family:inherit;font-size:1em;margin:0;padding:0}.b-radio.radio{outline:none;display:inline-flex;align-items:center}.b-radio.radio:not(.button){margin-right:.5em}.b-radio.radio:not(.button)+.radio:last-child{margin-right:0}.b-radio.radio+.radio{margin-left:0}.b-radio.radio input[type=radio]{position:absolute;left:0;opacity:0;outline:none;z-index:-1}.b-radio.radio input[type=radio]+.check{display:flex;flex-shrink:0;position:relative;cursor:pointer;width:1.25em;height:1.25em;transition:background .15s ease-out;border-radius:50%;border:2px solid var(--grey)}.b-radio.radio input[type=radio]+.check:before{content:"";display:flex;position:absolute;left:50%;margin-left:calc(-1.25em * .5);bottom:50%;margin-bottom:calc(-1.25em * .5);width:1.25em;height:1.25em;transition:transform .15s ease-out;border-radius:50%;transform:scale(0);background-color:var(--primary)}.b-radio.radio input[type=radio]+.check.is-white:before{background:var(--white)}.b-radio.radio input[type=radio]+.check.is-black:before{background:var(--black)}.b-radio.radio input[type=radio]+.check.is-light:before{background:var(--white-ter)}.b-radio.radio input[type=radio]+.check.is-dark:before{background:var(--grey-darker)}.b-radio.radio input[type=radio]+.check.is-primary:before{background:var(--primary)}.b-radio.radio input[type=radio]+.check.is-link:before{background:var(--link)}.b-radio.radio input[type=radio]+.check.is-info:before{background:var(--info)}.b-radio.radio input[type=radio]+.check.is-success:before{background:var(--success)}.b-radio.radio input[type=radio]+.check.is-warning:before{background:var(--warning)}.b-radio.radio input[type=radio]+.check.is-danger:before{background:var(--danger)}.b-radio.radio input[type=radio]:checked+.check{border-color:var(--primary)}.b-radio.radio input[type=radio]:checked+.check.is-white{border-color:var(--white)}.b-radio.radio input[type=radio]:checked+.check.is-black{border-color:var(--black)}.b-radio.radio input[type=radio]:checked+.check.is-light{border-color:var(--white-ter)}.b-radio.radio input[type=radio]:checked+.check.is-dark{border-color:var(--grey-darker)}.b-radio.radio input[type=radio]:checked+.check.is-primary{border-color:var(--primary)}.b-radio.radio input[type=radio]:checked+.check.is-link{border-color:var(--link)}.b-radio.radio input[type=radio]:checked+.check.is-info{border-color:var(--info)}.b-radio.radio input[type=radio]:checked+.check.is-success{border-color:var(--success)}.b-radio.radio input[type=radio]:checked+.check.is-warning{border-color:var(--warning)}.b-radio.radio input[type=radio]:checked+.check.is-danger{border-color:var(--danger)}.b-radio.radio input[type=radio]:checked+.check:before{transform:scale(.5)}.b-radio.radio input[type=radio]:focus+.check{box-shadow:0 0 .5em rgba(var(--grey),.8)}.b-radio.radio input[type=radio]:focus:checked+.check{box-shadow:0 0 .5em rgba(var(--primary),.8)}.b-radio.radio input[type=radio]:focus:checked+.check.is-white{box-shadow:0 0 .5em rgba(var(--white),.8)}.b-radio.radio input[type=radio]:focus:checked+.check.is-black{box-shadow:0 0 .5em rgba(var(--black),.8)}.b-radio.radio input[type=radio]:focus:checked+.check.is-light{box-shadow:0 0 .5em rgba(var(--white-ter),.8)}.b-radio.radio input[type=radio]:focus:checked+.check.is-dark{box-shadow:0 0 .5em rgba(var(--grey-darker),.8)}.b-radio.radio input[type=radio]:focus:checked+.check.is-primary{box-shadow:0 0 .5em rgba(var(--primary),.8)}.b-radio.radio input[type=radio]:focus:checked+.check.is-link{box-shadow:0 0 .5em rgba(var(--link),.8)}.b-radio.radio input[type=radio]:focus:checked+.check.is-info{box-shadow:0 0 .5em rgba(var(--info),.8)}.b-radio.radio input[type=radio]:focus:checked+.check.is-success{box-shadow:0 0 .5em rgba(var(--success),.8)}.b-radio.radio input[type=radio]:focus:checked+.check.is-warning{box-shadow:0 0 .5em rgba(var(--warning),.8)}.b-radio.radio input[type=radio]:focus:checked+.check.is-danger{box-shadow:0 0 .5em rgba(var(--danger),.8)}.b-radio.radio .control-label{padding-left:calc(.75em - 1px)}.b-radio.radio.button{display:flex}.b-radio.radio.button.is-selected{z-index:1}.b-radio.radio[disabled]{opacity:.5}.b-radio.radio:hover input[type=radio]:not(:disabled)+.check{border-color:var(--primary)}.b-radio.radio:hover input[type=radio]:not(:disabled)+.check.is-white{border-color:var(--white)}.b-radio.radio:hover input[type=radio]:not(:disabled)+.check.is-black{border-color:var(--black)}.b-radio.radio:hover input[type=radio]:not(:disabled)+.check.is-light{border-color:var(--white-ter)}.b-radio.radio:hover input[type=radio]:not(:disabled)+.check.is-dark{border-color:var(--grey-darker)}.b-radio.radio:hover input[type=radio]:not(:disabled)+.check.is-primary{border-color:var(--primary)}.b-radio.radio:hover input[type=radio]:not(:disabled)+.check.is-link{border-color:var(--link)}.b-radio.radio:hover input[type=radio]:not(:disabled)+.check.is-info{border-color:var(--info)}.b-radio.radio:hover input[type=radio]:not(:disabled)+.check.is-success{border-color:var(--success)}.b-radio.radio:hover input[type=radio]:not(:disabled)+.check.is-warning{border-color:var(--warning)}.b-radio.radio:hover input[type=radio]:not(:disabled)+.check.is-danger{border-color:var(--danger)}.b-radio.radio.is-small{border-radius:8px;font-size:.875rem}.b-radio.radio.is-medium{font-size:1.25rem}.b-radio.radio.is-large{font-size:1.5rem}.input,.select select,.textarea{background-color:var(--white);border-color:var(--grey-lighter);border-radius:12px;color:var(--grey-darker)}.input::-moz-placeholder,.select select::-moz-placeholder,.textarea::-moz-placeholder{color:var(--grey-darker)}.input::-webkit-input-placeholder,.select select::-webkit-input-placeholder,.textarea::-webkit-input-placeholder{color:var(--grey-darker)}.input:-moz-placeholder,.select select:-moz-placeholder,.textarea:-moz-placeholder{color:var(--grey-darker)}.input:-ms-input-placeholder,.select select:-ms-input-placeholder,.textarea:-ms-input-placeholder{color:var(--grey-darker)}.input:hover,.is-hovered.input,.is-hovered.textarea,.select select.is-hovered,.select select:hover,.textarea:hover{border-color:var(--grey-light)}.input:active,.input:focus,.is-active.input,.is-active.textarea,.is-focused.input,.is-focused.textarea,.select select.is-active,.select select.is-focused,.select select:active,.select select:focus,.textarea:active,.textarea:focus{border-color:var(--link);box-shadow:0 0 0 .125em var(--link)}.select fieldset[disabled] select,.select select[disabled],[disabled].input,[disabled].textarea,fieldset[disabled] .input,fieldset[disabled] .select select,fieldset[disabled] .textarea{background-color:var(--white-ter);border-color:var(--white-ter);box-shadow:none;color:var(--grey)}.select fieldset[disabled] select::-moz-placeholder,.select select[disabled]::-moz-placeholder,[disabled].input::-moz-placeholder,[disabled].textarea::-moz-placeholder,fieldset[disabled] .input::-moz-placeholder,fieldset[disabled] .select select::-moz-placeholder,fieldset[disabled] .textarea::-moz-placeholder{color:var(--grey)}.select fieldset[disabled] select::-webkit-input-placeholder,.select select[disabled]::-webkit-input-placeholder,[disabled].input::-webkit-input-placeholder,[disabled].textarea::-webkit-input-placeholder,fieldset[disabled] .input::-webkit-input-placeholder,fieldset[disabled] .select select::-webkit-input-placeholder,fieldset[disabled] .textarea::-webkit-input-placeholder{color:var(--grey)}.select fieldset[disabled] select:-moz-placeholder,.select select[disabled]:-moz-placeholder,[disabled].input:-moz-placeholder,[disabled].textarea:-moz-placeholder,fieldset[disabled] .input:-moz-placeholder,fieldset[disabled] .select select:-moz-placeholder,fieldset[disabled] .textarea:-moz-placeholder{color:var(--grey)}.select fieldset[disabled] select:-ms-input-placeholder,.select select[disabled]:-ms-input-placeholder,[disabled].input:-ms-input-placeholder,[disabled].textarea:-ms-input-placeholder,fieldset[disabled] .input:-ms-input-placeholder,fieldset[disabled] .select select:-ms-input-placeholder,fieldset[disabled] .textarea:-ms-input-placeholder{color:var(--grey)}.input,.textarea{box-shadow:inset 0 .0625em .125em rgba(var(--black),.05);max-width:100%;width:100%}[readonly].input,[readonly].textarea{box-shadow:none}.is-white.input,.is-white.textarea{border-color:var(--white)}.is-white.input:active,.is-white.input:focus,.is-white.is-active.input,.is-white.is-active.textarea,.is-white.is-focused.input,.is-white.is-focused.textarea,.is-white.textarea:active,.is-white.textarea:focus{box-shadow:0 0 0 .125em var(--white)}.is-black.input,.is-black.textarea{border-color:var(--black)}.is-black.input:active,.is-black.input:focus,.is-black.is-active.input,.is-black.is-active.textarea,.is-black.is-focused.input,.is-black.is-focused.textarea,.is-black.textarea:active,.is-black.textarea:focus{box-shadow:0 0 0 .125em var(--black)}.is-light.input,.is-light.textarea{border-color:var(--white-ter)}.is-light.input:active,.is-light.input:focus,.is-light.is-active.input,.is-light.is-active.textarea,.is-light.is-focused.input,.is-light.is-focused.textarea,.is-light.textarea:active,.is-light.textarea:focus{box-shadow:0 0 0 .125em var(--white-ter)}.is-dark.input,.is-dark.textarea{border-color:var(--grey-darker)}.is-dark.input:active,.is-dark.input:focus,.is-dark.is-active.input,.is-dark.is-active.textarea,.is-dark.is-focused.input,.is-dark.is-focused.textarea,.is-dark.textarea:active,.is-dark.textarea:focus{box-shadow:0 0 0 .125em var(--grey-darker)}.is-primary.input,.is-primary.textarea{border-color:var(--primary)}.is-primary.input:active,.is-primary.input:focus,.is-primary.is-active.input,.is-primary.is-active.textarea,.is-primary.is-focused.input,.is-primary.is-focused.textarea,.is-primary.textarea:active,.is-primary.textarea:focus{box-shadow:0 0 0 .125em var(--primary)}.is-link.input,.is-link.textarea{border-color:var(--link)}.is-link.input:active,.is-link.input:focus,.is-link.is-active.input,.is-link.is-active.textarea,.is-link.is-focused.input,.is-link.is-focused.textarea,.is-link.textarea:active,.is-link.textarea:focus{box-shadow:0 0 0 .125em var(--link)}.is-info.input,.is-info.textarea{border-color:var(--info)}.is-info.input:active,.is-info.input:focus,.is-info.is-active.input,.is-info.is-active.textarea,.is-info.is-focused.input,.is-info.is-focused.textarea,.is-info.textarea:active,.is-info.textarea:focus{box-shadow:0 0 0 .125em var(--info)}.is-success.input,.is-success.textarea{border-color:var(--success)}.is-success.input:active,.is-success.input:focus,.is-success.is-active.input,.is-success.is-active.textarea,.is-success.is-focused.input,.is-success.is-focused.textarea,.is-success.textarea:active,.is-success.textarea:focus{box-shadow:0 0 0 .125em var(--success)}.is-warning.input,.is-warning.textarea{border-color:var(--warning)}.is-warning.input:active,.is-warning.input:focus,.is-warning.is-active.input,.is-warning.is-active.textarea,.is-warning.is-focused.input,.is-warning.is-focused.textarea,.is-warning.textarea:active,.is-warning.textarea:focus{box-shadow:0 0 0 .125em var(--warning)}.is-danger.input,.is-danger.textarea{border-color:var(--danger)}.is-danger.input:active,.is-danger.input:focus,.is-danger.is-active.input,.is-danger.is-active.textarea,.is-danger.is-focused.input,.is-danger.is-focused.textarea,.is-danger.textarea:active,.is-danger.textarea:focus{box-shadow:0 0 0 .125em var(--danger)}.is-small.input,.is-small.textarea{border-radius:8px;font-size:.875rem}.is-medium.input,.is-medium.textarea{font-size:1.25rem}.is-large.input,.is-large.textarea{font-size:1.5rem}.is-fullwidth.input,.is-fullwidth.textarea{display:block;width:100%}.is-inline.input,.is-inline.textarea{display:inline;width:auto}.input.is-rounded{border-radius:9999px;padding-left:calc(calc(.75em - 1px) + .375em);padding-right:calc(calc(.75em - 1px) + .375em)}.input.is-static{background-color:transparent;border-color:transparent;box-shadow:none;padding-left:0;padding-right:0}.textarea{display:block;max-width:100%;min-width:100%;padding:calc(.75em - 1px);resize:vertical}.textarea:not([rows]){max-height:40em;min-height:8em}.textarea[rows]{height:auto}.textarea.has-fixed-size{resize:none}.checkbox,.radio{cursor:pointer;display:inline-block;line-height:1.25;position:relative}.checkbox input,.radio input{cursor:pointer}.checkbox:hover,.radio:hover{color:var(--grey-darker)}.checkbox input[disabled],.radio input[disabled],[disabled].checkbox,[disabled].radio,fieldset[disabled] .checkbox,fieldset[disabled] .radio{color:var(--grey);cursor:not-allowed}.radio+.radio{margin-left:.5em}.select{display:inline-block;max-width:100%;position:relative;vertical-align:top}.select:not(.is-multiple){height:2.5em}.select:not(.is-multiple):not(.is-loading):after{border-color:var(--link);right:1.125em;z-index:4}.select.is-rounded select{border-radius:9999px;padding-left:1em}.select select{cursor:pointer;display:block;font-size:1em;max-width:100%;outline:none}.select select::-ms-expand{display:none}.select select[disabled]:hover,fieldset[disabled] .select select:hover{border-color:var(--white-ter)}.select select:not([multiple]){padding-right:2.5em}.select select[multiple]{height:auto;padding:0}.select select[multiple] option{padding:.5em 1em}.select:not(.is-multiple):not(.is-loading):hover:after{border-color:var(--grey-darker)}.select.is-white:not(:hover):after,.select.is-white select,.select.is-white select.is-hovered,.select.is-white select:hover{border-color:var(--white)}.select.is-white select.is-active,.select.is-white select.is-focused,.select.is-white select:active,.select.is-white select:focus{box-shadow:0 0 0 .125em var(--white)}.select.is-black:not(:hover):after,.select.is-black select,.select.is-black select.is-hovered,.select.is-black select:hover{border-color:var(--black)}.select.is-black select.is-active,.select.is-black select.is-focused,.select.is-black select:active,.select.is-black select:focus{box-shadow:0 0 0 .125em var(--black)}.select.is-light:not(:hover):after,.select.is-light select,.select.is-light select.is-hovered,.select.is-light select:hover{border-color:var(--white-ter)}.select.is-light select.is-active,.select.is-light select.is-focused,.select.is-light select:active,.select.is-light select:focus{box-shadow:0 0 0 .125em var(--white-ter)}.select.is-dark:not(:hover):after,.select.is-dark select,.select.is-dark select.is-hovered,.select.is-dark select:hover{border-color:var(--grey-darker)}.select.is-dark select.is-active,.select.is-dark select.is-focused,.select.is-dark select:active,.select.is-dark select:focus{box-shadow:0 0 0 .125em var(--grey-darker)}.select.is-primary:not(:hover):after,.select.is-primary select,.select.is-primary select.is-hovered,.select.is-primary select:hover{border-color:var(--primary)}.select.is-primary select.is-active,.select.is-primary select.is-focused,.select.is-primary select:active,.select.is-primary select:focus{box-shadow:0 0 0 .125em var(--primary)}.select.is-link:not(:hover):after,.select.is-link select,.select.is-link select.is-hovered,.select.is-link select:hover{border-color:var(--link)}.select.is-link select.is-active,.select.is-link select.is-focused,.select.is-link select:active,.select.is-link select:focus{box-shadow:0 0 0 .125em var(--link)}.select.is-info:not(:hover):after,.select.is-info select,.select.is-info select.is-hovered,.select.is-info select:hover{border-color:var(--info)}.select.is-info select.is-active,.select.is-info select.is-focused,.select.is-info select:active,.select.is-info select:focus{box-shadow:0 0 0 .125em var(--info)}.select.is-success:not(:hover):after,.select.is-success select,.select.is-success select.is-hovered,.select.is-success select:hover{border-color:var(--success)}.select.is-success select.is-active,.select.is-success select.is-focused,.select.is-success select:active,.select.is-success select:focus{box-shadow:0 0 0 .125em var(--success)}.select.is-warning:not(:hover):after,.select.is-warning select,.select.is-warning select.is-hovered,.select.is-warning select:hover{border-color:var(--warning)}.select.is-warning select.is-active,.select.is-warning select.is-focused,.select.is-warning select:active,.select.is-warning select:focus{box-shadow:0 0 0 .125em var(--warning)}.select.is-danger:not(:hover):after,.select.is-danger select,.select.is-danger select.is-hovered,.select.is-danger select:hover{border-color:var(--danger)}.select.is-danger select.is-active,.select.is-danger select.is-focused,.select.is-danger select:active,.select.is-danger select:focus{box-shadow:0 0 0 .125em var(--danger)}.select.is-small{border-radius:8px;font-size:.875rem}.select.is-medium{font-size:1.25rem}.select.is-large{font-size:1.5rem}.select.is-disabled:after{border-color:var(--grey)}.select.is-fullwidth,.select.is-fullwidth select{width:100%}.select.is-loading:after{margin-top:0;position:absolute;right:.625em;top:.625em;transform:none}.select.is-loading.is-small:after{font-size:.875rem}.select.is-loading.is-medium:after{font-size:1.25rem}.select.is-loading.is-large:after{font-size:1.5rem}.file{align-items:stretch;display:flex;justify-content:flex-start;position:relative}.file.is-white .file-cta,.file.is-white.is-hovered .file-cta,.file.is-white:hover .file-cta{background-color:var(--white);border-color:transparent;color:var(--black)}.file.is-white.is-focused .file-cta,.file.is-white:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em var(--white);color:var(--black)}.file.is-white.is-active .file-cta,.file.is-white:active .file-cta{background-color:var(--white);border-color:transparent;color:var(--black)}.file.is-black .file-cta,.file.is-black.is-hovered .file-cta,.file.is-black:hover .file-cta{background-color:var(--black);border-color:transparent;color:var(--white)}.file.is-black.is-focused .file-cta,.file.is-black:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em var(--black);color:var(--white)}.file.is-black.is-active .file-cta,.file.is-black:active .file-cta{background-color:var(--black);border-color:transparent;color:var(--white)}.file.is-light .file-cta,.file.is-light.is-hovered .file-cta,.file.is-light:hover .file-cta{background-color:var(--white-ter);border-color:transparent;color:#fff}.file.is-light.is-focused .file-cta,.file.is-light:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em var(--white-ter);color:#fff}.file.is-light.is-active .file-cta,.file.is-light:active .file-cta{background-color:var(--white-ter);border-color:transparent;color:#fff}.file.is-dark .file-cta,.file.is-dark.is-hovered .file-cta,.file.is-dark:hover .file-cta{background-color:var(--grey-darker);border-color:transparent;color:#fff}.file.is-dark.is-focused .file-cta,.file.is-dark:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em var(--grey-darker);color:#fff}.file.is-dark.is-active .file-cta,.file.is-dark:active .file-cta{background-color:var(--grey-darker);border-color:transparent;color:#fff}.file.is-primary .file-cta,.file.is-primary.is-hovered .file-cta,.file.is-primary:hover .file-cta{background-color:var(--primary);border-color:transparent;color:#fff}.file.is-primary.is-focused .file-cta,.file.is-primary:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em var(--primary);color:#fff}.file.is-primary.is-active .file-cta,.file.is-primary:active .file-cta{background-color:var(--primary);border-color:transparent;color:#fff}.file.is-link .file-cta,.file.is-link.is-hovered .file-cta,.file.is-link:hover .file-cta{background-color:var(--link);border-color:transparent;color:#fff}.file.is-link.is-focused .file-cta,.file.is-link:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em var(--link);color:#fff}.file.is-link.is-active .file-cta,.file.is-link:active .file-cta{background-color:var(--link);border-color:transparent;color:#fff}.file.is-info .file-cta,.file.is-info.is-hovered .file-cta,.file.is-info:hover .file-cta{background-color:var(--info);border-color:transparent;color:#fff}.file.is-info.is-focused .file-cta,.file.is-info:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em var(--info);color:#fff}.file.is-info.is-active .file-cta,.file.is-info:active .file-cta{background-color:var(--info);border-color:transparent;color:#fff}.file.is-success .file-cta,.file.is-success.is-hovered .file-cta,.file.is-success:hover .file-cta{background-color:var(--success);border-color:transparent;color:#fff}.file.is-success.is-focused .file-cta,.file.is-success:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em var(--success);color:#fff}.file.is-success.is-active .file-cta,.file.is-success:active .file-cta{background-color:var(--success);border-color:transparent;color:#fff}.file.is-warning .file-cta,.file.is-warning.is-hovered .file-cta,.file.is-warning:hover .file-cta{background-color:var(--warning);border-color:transparent;color:#fff}.file.is-warning.is-focused .file-cta,.file.is-warning:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em var(--warning);color:#fff}.file.is-warning.is-active .file-cta,.file.is-warning:active .file-cta{background-color:var(--warning);border-color:transparent;color:#fff}.file.is-danger .file-cta,.file.is-danger.is-hovered .file-cta,.file.is-danger:hover .file-cta{background-color:var(--danger);border-color:transparent;color:#fff}.file.is-danger.is-focused .file-cta,.file.is-danger:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em var(--danger);color:#fff}.file.is-danger.is-active .file-cta,.file.is-danger:active .file-cta{background-color:var(--danger);border-color:transparent;color:#fff}.file.is-small{font-size:.875rem}.file.is-normal{font-size:1rem}.file.is-medium{font-size:1.25rem}.file.is-medium .file-icon .fa{font-size:21px}.file.is-large{font-size:1.5rem}.file.is-large .file-icon .fa{font-size:28px}.file.has-name .file-cta{border-bottom-right-radius:0;border-top-right-radius:0}.file.has-name .file-name{border-bottom-left-radius:0;border-top-left-radius:0}.file.has-name.is-empty .file-cta{border-radius:12px}.file.has-name.is-empty .file-name{display:none}.file.is-boxed .file-label{flex-direction:column}.file.is-boxed .file-cta{flex-direction:column;height:auto;padding:1em 3em}.file.is-boxed .file-name{border-width:0 1px 1px}.file.is-boxed .file-icon{height:1.5em;width:1.5em}.file.is-boxed .file-icon .fa{font-size:21px}.file.is-boxed.is-small .file-icon .fa{font-size:14px}.file.is-boxed.is-medium .file-icon .fa{font-size:28px}.file.is-boxed.is-large .file-icon .fa{font-size:35px}.file.is-boxed.has-name .file-cta{border-radius:12px 12px 0 0}.file.is-boxed.has-name .file-name{border-radius:0 0 12px 12px;border-width:0 1px 1px}.file.is-centered{justify-content:center}.file.is-fullwidth .file-label{width:100%}.file.is-fullwidth .file-name{flex-grow:1;max-width:none}.file.is-right{justify-content:flex-end}.file.is-right .file-cta{border-radius:0 12px 12px 0}.file.is-right .file-name{border-radius:12px 0 0 12px;border-width:1px 0 1px 1px;order:-1}.file-label{align-items:stretch;display:flex;cursor:pointer;justify-content:flex-start;overflow:hidden;position:relative}.file-label:hover .file-cta{background-color:var(--white-ter);color:var(--grey-darker)}.file-label:hover .file-name{border-color:var(--grey-lighter)}.file-label:active .file-cta{background-color:var(--white-ter);color:var(--grey-darker)}.file-label:active .file-name{border-color:var(--grey-lighter)}.file-input{height:100%;left:0;opacity:0;outline:none;position:absolute;top:0;width:100%}.file-cta,.file-name{border-color:var(--grey-lighter);border-radius:12px;font-size:1em;padding-left:1em;padding-right:1em;white-space:nowrap}.file-cta{background-color:var(--white-ter);color:var(--grey-dark)}.file-name{border:1px solid var(--grey-lighter);border-left-width:0;display:block;max-width:16em;overflow:hidden;text-align:inherit;text-overflow:ellipsis}.file-icon{align-items:center;display:flex;height:1em;justify-content:center;margin-right:.5em;width:1em}.file-icon .fa{font-size:14px}.label{color:var(--grey-darker);display:block;font-size:1rem;font-weight:700}.label:not(:last-child){margin-bottom:.5em}.label.is-small{font-size:.875rem}.label.is-medium{font-size:1.25rem}.label.is-large{font-size:1.5rem}.help{display:block;font-size:.875rem;margin-top:.25rem}.help.is-white{color:var(--white)}.help.is-black{color:var(--black)}.help.is-light{color:var(--white-ter)}.help.is-dark{color:var(--grey-darker)}.help.is-primary{color:var(--primary)}.help.is-link{color:var(--link)}.help.is-info{color:var(--info)}.help.is-success{color:var(--success)}.help.is-warning{color:var(--warning)}.help.is-danger{color:var(--danger)}.field:not(:last-child){margin-bottom:.75rem}.field.has-addons{display:flex;justify-content:flex-start}.field.has-addons .control:not(:last-child){margin-right:-1px}.field.has-addons .control:not(:first-child):not(:last-child) .button,.field.has-addons .control:not(:first-child):not(:last-child) .input,.field.has-addons .control:not(:first-child):not(:last-child) .select select{border-radius:0}.field.has-addons .control:first-child:not(:only-child) .button,.field.has-addons .control:first-child:not(:only-child) .input,.field.has-addons .control:first-child:not(:only-child) .select select{border-bottom-right-radius:0;border-top-right-radius:0}.field.has-addons .control:last-child:not(:only-child) .button,.field.has-addons .control:last-child:not(:only-child) .input,.field.has-addons .control:last-child:not(:only-child) .select select{border-bottom-left-radius:0;border-top-left-radius:0}.field.has-addons .control .button:not([disabled]).is-hovered,.field.has-addons .control .button:not([disabled]):hover,.field.has-addons .control .input:not([disabled]).is-hovered,.field.has-addons .control .input:not([disabled]):hover,.field.has-addons .control .select select:not([disabled]).is-hovered,.field.has-addons .control .select select:not([disabled]):hover{z-index:2}.field.has-addons .control .button:not([disabled]).is-active,.field.has-addons .control .button:not([disabled]).is-focused,.field.has-addons .control .button:not([disabled]):active,.field.has-addons .control .button:not([disabled]):focus,.field.has-addons .control .input:not([disabled]).is-active,.field.has-addons .control .input:not([disabled]).is-focused,.field.has-addons .control .input:not([disabled]):active,.field.has-addons .control .input:not([disabled]):focus,.field.has-addons .control .select select:not([disabled]).is-active,.field.has-addons .control .select select:not([disabled]).is-focused,.field.has-addons .control .select select:not([disabled]):active,.field.has-addons .control .select select:not([disabled]):focus{z-index:3}.field.has-addons .control .button:not([disabled]).is-active:hover,.field.has-addons .control .button:not([disabled]).is-focused:hover,.field.has-addons .control .button:not([disabled]):active:hover,.field.has-addons .control .button:not([disabled]):focus:hover,.field.has-addons .control .input:not([disabled]).is-active:hover,.field.has-addons .control .input:not([disabled]).is-focused:hover,.field.has-addons .control .input:not([disabled]):active:hover,.field.has-addons .control .input:not([disabled]):focus:hover,.field.has-addons .control .select select:not([disabled]).is-active:hover,.field.has-addons .control .select select:not([disabled]).is-focused:hover,.field.has-addons .control .select select:not([disabled]):active:hover,.field.has-addons .control .select select:not([disabled]):focus:hover{z-index:4}.field.has-addons .control.is-expanded{flex-grow:1;flex-shrink:1}.field.has-addons.has-addons-centered{justify-content:center}.field.has-addons.has-addons-right{justify-content:flex-end}.field.has-addons.has-addons-fullwidth .control{flex-grow:1;flex-shrink:0}.field.is-grouped{display:flex;justify-content:flex-start}.field.is-grouped>.control{flex-shrink:0}.field.is-grouped>.control:not(:last-child){margin-bottom:0;margin-right:.75rem}.field.is-grouped>.control.is-expanded{flex-grow:1;flex-shrink:1}.field.is-grouped.is-grouped-centered{justify-content:center}.field.is-grouped.is-grouped-right{justify-content:flex-end}.field.is-grouped.is-grouped-multiline{flex-wrap:wrap}.field.is-grouped.is-grouped-multiline>.control:last-child,.field.is-grouped.is-grouped-multiline>.control:not(:last-child){margin-bottom:.75rem}.field.is-grouped.is-grouped-multiline:last-child{margin-bottom:-.75rem}.field.is-grouped.is-grouped-multiline:not(:last-child){margin-bottom:0}@media print,screen and (min-width:769px){.field.is-horizontal{display:flex}}.field-label .label{font-size:inherit}@media screen and (max-width:768px){.field-label{margin-bottom:.5rem}}@media print,screen and (min-width:769px){.field-label{flex-basis:0;flex-grow:1;flex-shrink:0;margin-right:1.5rem;text-align:right}.field-label.is-small{font-size:.875rem;padding-top:.375em}.field-label.is-normal{padding-top:.375em}.field-label.is-medium{font-size:1.25rem;padding-top:.375em}.field-label.is-large{font-size:1.5rem;padding-top:.375em}}.field-body .field .field{margin-bottom:0}@media print,screen and (min-width:769px){.field-body{display:flex;flex-basis:0;flex-grow:5;flex-shrink:1}.field-body .field{margin-bottom:0}.field-body>.field{flex-shrink:1}.field-body>.field:not(.is-narrow){flex-grow:1}.field-body>.field:not(:last-child){margin-right:.75rem}}.control{box-sizing:border-box;clear:both;font-size:1rem;position:relative;text-align:inherit}.control.has-icons-left .input:focus~.icon,.control.has-icons-left .select:focus~.icon,.control.has-icons-right .input:focus~.icon,.control.has-icons-right .select:focus~.icon{color:var(--grey-dark)}.control.has-icons-left .input.is-small~.icon,.control.has-icons-left .select.is-small~.icon,.control.has-icons-right .input.is-small~.icon,.control.has-icons-right .select.is-small~.icon{font-size:.875rem}.control.has-icons-left .input.is-medium~.icon,.control.has-icons-left .select.is-medium~.icon,.control.has-icons-right .input.is-medium~.icon,.control.has-icons-right .select.is-medium~.icon{font-size:1.25rem}.control.has-icons-left .input.is-large~.icon,.control.has-icons-left .select.is-large~.icon,.control.has-icons-right .input.is-large~.icon,.control.has-icons-right .select.is-large~.icon{font-size:1.5rem}.control.has-icons-left .icon,.control.has-icons-right .icon{color:var(--grey-lighter);height:2.5em;pointer-events:none;position:absolute;top:0;width:2.5em;z-index:4}.control.has-icons-left .input,.control.has-icons-left .select select{padding-left:2.5em}.control.has-icons-left .icon.is-left{left:0}.control.has-icons-right .input,.control.has-icons-right .select select{padding-right:2.5em}.control.has-icons-right .icon.is-right{right:0}.control.is-loading:after{position:absolute!important;right:.625em;top:.625em;z-index:4}.control.is-loading.is-small:after{font-size:.875rem}.control.is-loading.is-medium:after{font-size:1.25rem}.control.is-loading.is-large:after{font-size:1.5rem}.dropdown{display:inline-flex;position:relative;vertical-align:top}.dropdown.is-active .dropdown-menu,.dropdown.is-hoverable:hover .dropdown-menu{display:block}.dropdown.is-right .dropdown-menu{left:auto;right:0}.dropdown.is-up .dropdown-menu{bottom:100%;padding-bottom:4px;padding-top:0;top:auto}.dropdown-menu{display:none;left:0;min-width:12rem;padding-top:4px;position:absolute;top:100%;z-index:20}.dropdown-content{background-color:var(--white);border-radius:12px;box-shadow:0 .5em 1em -.125em rgba(var(--black),.1),0 0 0 1px rgba(var(--black),.02);padding-bottom:.5rem;padding-top:.5rem}.dropdown-item{color:var(--grey-dark);display:block;font-size:.875rem;line-height:1.5;padding:.375rem 1rem;position:relative}a.dropdown-item,button.dropdown-item{padding-right:3rem;text-align:inherit;white-space:nowrap;width:100%}a.dropdown-item:hover,button.dropdown-item:hover{background-color:var(--white-ter);color:var(--black)}a.dropdown-item.is-active,button.dropdown-item.is-active{background-color:var(--link);color:#fff}.dropdown-divider{background-color:var(--grey-lightest);border:none;display:block;height:1px;margin:.5rem 0}.level{align-items:center;justify-content:space-between}.level code{border-radius:12px}.level img{display:inline-block;vertical-align:top}.level.is-mobile,.level.is-mobile .level-left,.level.is-mobile .level-right{display:flex}.level.is-mobile .level-left+.level-right{margin-top:0}.level.is-mobile .level-item:not(:last-child){margin-bottom:0;margin-right:.75rem}.level.is-mobile .level-item:not(.is-narrow){flex-grow:1}@media print,screen and (min-width:769px){.level{display:flex}.level>.level-item:not(.is-narrow){flex-grow:1}}.level-item{align-items:center;display:flex;flex-basis:auto;flex-grow:0;flex-shrink:0;justify-content:center}.level-item .subtitle,.level-item .title{margin-bottom:0}@media screen and (max-width:768px){.level-item:not(:last-child){margin-bottom:.75rem}}.level-left,.level-right{flex-basis:auto;flex-grow:0;flex-shrink:0}.level-left .level-item.is-flexible,.level-right .level-item.is-flexible{flex-grow:1}@media print,screen and (min-width:769px){.level-left .level-item:not(:last-child),.level-right .level-item:not(:last-child){margin-right:.75rem}}.level-left{align-items:center;justify-content:flex-start}@media screen and (max-width:768px){.level-left+.level-right{margin-top:1.5rem}}@media print,screen and (min-width:769px){.level-left{display:flex}}.level-right{align-items:center;justify-content:flex-end}@media print,screen and (min-width:769px){.level-right{display:flex}}.menu{font-size:1rem}.menu.is-small{font-size:.875rem}.menu.is-medium{font-size:1.25rem}.menu.is-large{font-size:1.5rem}.menu-list{line-height:1.25}.menu-list a{border-radius:0;color:var(--grey-dark);display:block;padding:.5em .75em}.menu-list a:hover{background-color:var(--primary-light);color:var(--grey-darker)}.menu-list a.is-active{background-color:var(--link);color:#fff}.menu-list li ul{border-left:1px solid var(--grey-lighter);margin:.75em;padding-left:.75em}.menu-label{color:var(--grey);font-size:.75em;letter-spacing:.1em;text-transform:uppercase}.menu-label:not(:first-child){margin-top:1em}.menu-label:not(:last-child){margin-bottom:1em}.navbar{min-height:3.25rem;position:relative;z-index:30}.navbar,.navbar.is-white{background-color:var(--white)}.navbar.is-white,.navbar.is-white .navbar-brand .navbar-link,.navbar.is-white .navbar-brand>.navbar-item{color:var(--black)}.navbar.is-white .navbar-brand .navbar-link.is-active,.navbar.is-white .navbar-brand .navbar-link:focus,.navbar.is-white .navbar-brand .navbar-link:hover,.navbar.is-white .navbar-brand>a.navbar-item.is-active,.navbar.is-white .navbar-brand>a.navbar-item:focus,.navbar.is-white .navbar-brand>a.navbar-item:hover{background-color:var(--white);color:var(--black)}.navbar.is-white .navbar-brand .navbar-link:after{border-color:var(--black)}.navbar.is-white .navbar-burger{color:var(--black)}@media screen and (min-width:769px){.navbar.is-white .navbar-end .navbar-link,.navbar.is-white .navbar-end>.navbar-item,.navbar.is-white .navbar-start .navbar-link,.navbar.is-white .navbar-start>.navbar-item{color:var(--black)}.navbar.is-white .navbar-end .navbar-link.is-active,.navbar.is-white .navbar-end .navbar-link:focus,.navbar.is-white .navbar-end .navbar-link:hover,.navbar.is-white .navbar-end>a.navbar-item.is-active,.navbar.is-white .navbar-end>a.navbar-item:focus,.navbar.is-white .navbar-end>a.navbar-item:hover,.navbar.is-white .navbar-start .navbar-link.is-active,.navbar.is-white .navbar-start .navbar-link:focus,.navbar.is-white .navbar-start .navbar-link:hover,.navbar.is-white .navbar-start>a.navbar-item.is-active,.navbar.is-white .navbar-start>a.navbar-item:focus,.navbar.is-white .navbar-start>a.navbar-item:hover{background-color:var(--white);color:var(--black)}.navbar.is-white .navbar-end .navbar-link:after,.navbar.is-white .navbar-start .navbar-link:after{border-color:var(--black)}.navbar.is-white .navbar-dropdown a.navbar-item.is-active,.navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-white .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-white .navbar-item.has-dropdown:hover .navbar-link{background-color:var(--white);color:var(--black)}}.navbar.is-black{background-color:var(--black)}.navbar.is-black,.navbar.is-black .navbar-brand .navbar-link,.navbar.is-black .navbar-brand>.navbar-item{color:var(--white)}.navbar.is-black .navbar-brand .navbar-link.is-active,.navbar.is-black .navbar-brand .navbar-link:focus,.navbar.is-black .navbar-brand .navbar-link:hover,.navbar.is-black .navbar-brand>a.navbar-item.is-active,.navbar.is-black .navbar-brand>a.navbar-item:focus,.navbar.is-black .navbar-brand>a.navbar-item:hover{background-color:var(--black);color:var(--white)}.navbar.is-black .navbar-brand .navbar-link:after{border-color:var(--white)}.navbar.is-black .navbar-burger{color:var(--white)}@media screen and (min-width:769px){.navbar.is-black .navbar-end .navbar-link,.navbar.is-black .navbar-end>.navbar-item,.navbar.is-black .navbar-start .navbar-link,.navbar.is-black .navbar-start>.navbar-item{color:var(--white)}.navbar.is-black .navbar-end .navbar-link.is-active,.navbar.is-black .navbar-end .navbar-link:focus,.navbar.is-black .navbar-end .navbar-link:hover,.navbar.is-black .navbar-end>a.navbar-item.is-active,.navbar.is-black .navbar-end>a.navbar-item:focus,.navbar.is-black .navbar-end>a.navbar-item:hover,.navbar.is-black .navbar-start .navbar-link.is-active,.navbar.is-black .navbar-start .navbar-link:focus,.navbar.is-black .navbar-start .navbar-link:hover,.navbar.is-black .navbar-start>a.navbar-item.is-active,.navbar.is-black .navbar-start>a.navbar-item:focus,.navbar.is-black .navbar-start>a.navbar-item:hover{background-color:var(--black);color:var(--white)}.navbar.is-black .navbar-end .navbar-link:after,.navbar.is-black .navbar-start .navbar-link:after{border-color:var(--white)}.navbar.is-black .navbar-dropdown a.navbar-item.is-active,.navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-black .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-black .navbar-item.has-dropdown:hover .navbar-link{background-color:var(--black);color:var(--white)}}.navbar.is-light{background-color:var(--white-ter);color:#fff}.navbar.is-light .navbar-brand .navbar-link,.navbar.is-light .navbar-brand>.navbar-item{color:#fff}.navbar.is-light .navbar-brand .navbar-link.is-active,.navbar.is-light .navbar-brand .navbar-link:focus,.navbar.is-light .navbar-brand .navbar-link:hover,.navbar.is-light .navbar-brand>a.navbar-item.is-active,.navbar.is-light .navbar-brand>a.navbar-item:focus,.navbar.is-light .navbar-brand>a.navbar-item:hover{background-color:var(--white-ter);color:#fff}.navbar.is-light .navbar-brand .navbar-link:after{border-color:#fff}.navbar.is-light .navbar-burger{color:#fff}@media screen and (min-width:769px){.navbar.is-light .navbar-end .navbar-link,.navbar.is-light .navbar-end>.navbar-item,.navbar.is-light .navbar-start .navbar-link,.navbar.is-light .navbar-start>.navbar-item{color:#fff}.navbar.is-light .navbar-end .navbar-link.is-active,.navbar.is-light .navbar-end .navbar-link:focus,.navbar.is-light .navbar-end .navbar-link:hover,.navbar.is-light .navbar-end>a.navbar-item.is-active,.navbar.is-light .navbar-end>a.navbar-item:focus,.navbar.is-light .navbar-end>a.navbar-item:hover,.navbar.is-light .navbar-start .navbar-link.is-active,.navbar.is-light .navbar-start .navbar-link:focus,.navbar.is-light .navbar-start .navbar-link:hover,.navbar.is-light .navbar-start>a.navbar-item.is-active,.navbar.is-light .navbar-start>a.navbar-item:focus,.navbar.is-light .navbar-start>a.navbar-item:hover{background-color:var(--white-ter);color:#fff}.navbar.is-light .navbar-end .navbar-link:after,.navbar.is-light .navbar-start .navbar-link:after{border-color:#fff}.navbar.is-light .navbar-dropdown a.navbar-item.is-active,.navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-light .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-light .navbar-item.has-dropdown:hover .navbar-link{background-color:var(--white-ter);color:#fff}}.navbar.is-dark{background-color:var(--grey-darker);color:#fff}.navbar.is-dark .navbar-brand .navbar-link,.navbar.is-dark .navbar-brand>.navbar-item{color:#fff}.navbar.is-dark .navbar-brand .navbar-link.is-active,.navbar.is-dark .navbar-brand .navbar-link:focus,.navbar.is-dark .navbar-brand .navbar-link:hover,.navbar.is-dark .navbar-brand>a.navbar-item.is-active,.navbar.is-dark .navbar-brand>a.navbar-item:focus,.navbar.is-dark .navbar-brand>a.navbar-item:hover{background-color:var(--grey-darker);color:#fff}.navbar.is-dark .navbar-brand .navbar-link:after{border-color:#fff}.navbar.is-dark .navbar-burger{color:#fff}@media screen and (min-width:769px){.navbar.is-dark .navbar-end .navbar-link,.navbar.is-dark .navbar-end>.navbar-item,.navbar.is-dark .navbar-start .navbar-link,.navbar.is-dark .navbar-start>.navbar-item{color:#fff}.navbar.is-dark .navbar-end .navbar-link.is-active,.navbar.is-dark .navbar-end .navbar-link:focus,.navbar.is-dark .navbar-end .navbar-link:hover,.navbar.is-dark .navbar-end>a.navbar-item.is-active,.navbar.is-dark .navbar-end>a.navbar-item:focus,.navbar.is-dark .navbar-end>a.navbar-item:hover,.navbar.is-dark .navbar-start .navbar-link.is-active,.navbar.is-dark .navbar-start .navbar-link:focus,.navbar.is-dark .navbar-start .navbar-link:hover,.navbar.is-dark .navbar-start>a.navbar-item.is-active,.navbar.is-dark .navbar-start>a.navbar-item:focus,.navbar.is-dark .navbar-start>a.navbar-item:hover{background-color:var(--grey-darker);color:#fff}.navbar.is-dark .navbar-end .navbar-link:after,.navbar.is-dark .navbar-start .navbar-link:after{border-color:#fff}.navbar.is-dark .navbar-dropdown a.navbar-item.is-active,.navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-dark .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link{background-color:var(--grey-darker);color:#fff}}.navbar.is-primary{background-color:var(--primary);color:#fff}.navbar.is-primary .navbar-brand .navbar-link,.navbar.is-primary .navbar-brand>.navbar-item{color:#fff}.navbar.is-primary .navbar-brand .navbar-link.is-active,.navbar.is-primary .navbar-brand .navbar-link:focus,.navbar.is-primary .navbar-brand .navbar-link:hover,.navbar.is-primary .navbar-brand>a.navbar-item.is-active,.navbar.is-primary .navbar-brand>a.navbar-item:focus,.navbar.is-primary .navbar-brand>a.navbar-item:hover{background-color:var(--primary);color:#fff}.navbar.is-primary .navbar-brand .navbar-link:after{border-color:#fff}.navbar.is-primary .navbar-burger{color:#fff}@media screen and (min-width:769px){.navbar.is-primary .navbar-end .navbar-link,.navbar.is-primary .navbar-end>.navbar-item,.navbar.is-primary .navbar-start .navbar-link,.navbar.is-primary .navbar-start>.navbar-item{color:#fff}.navbar.is-primary .navbar-end .navbar-link.is-active,.navbar.is-primary .navbar-end .navbar-link:focus,.navbar.is-primary .navbar-end .navbar-link:hover,.navbar.is-primary .navbar-end>a.navbar-item.is-active,.navbar.is-primary .navbar-end>a.navbar-item:focus,.navbar.is-primary .navbar-end>a.navbar-item:hover,.navbar.is-primary .navbar-start .navbar-link.is-active,.navbar.is-primary .navbar-start .navbar-link:focus,.navbar.is-primary .navbar-start .navbar-link:hover,.navbar.is-primary .navbar-start>a.navbar-item.is-active,.navbar.is-primary .navbar-start>a.navbar-item:focus,.navbar.is-primary .navbar-start>a.navbar-item:hover{background-color:var(--primary);color:#fff}.navbar.is-primary .navbar-end .navbar-link:after,.navbar.is-primary .navbar-start .navbar-link:after{border-color:#fff}.navbar.is-primary .navbar-dropdown a.navbar-item.is-active,.navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-primary .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link{background-color:var(--primary);color:#fff}}.navbar.is-link{background-color:var(--link);color:#fff}.navbar.is-link .navbar-brand .navbar-link,.navbar.is-link .navbar-brand>.navbar-item{color:#fff}.navbar.is-link .navbar-brand .navbar-link.is-active,.navbar.is-link .navbar-brand .navbar-link:focus,.navbar.is-link .navbar-brand .navbar-link:hover,.navbar.is-link .navbar-brand>a.navbar-item.is-active,.navbar.is-link .navbar-brand>a.navbar-item:focus,.navbar.is-link .navbar-brand>a.navbar-item:hover{background-color:var(--link);color:#fff}.navbar.is-link .navbar-brand .navbar-link:after{border-color:#fff}.navbar.is-link .navbar-burger{color:#fff}@media screen and (min-width:769px){.navbar.is-link .navbar-end .navbar-link,.navbar.is-link .navbar-end>.navbar-item,.navbar.is-link .navbar-start .navbar-link,.navbar.is-link .navbar-start>.navbar-item{color:#fff}.navbar.is-link .navbar-end .navbar-link.is-active,.navbar.is-link .navbar-end .navbar-link:focus,.navbar.is-link .navbar-end .navbar-link:hover,.navbar.is-link .navbar-end>a.navbar-item.is-active,.navbar.is-link .navbar-end>a.navbar-item:focus,.navbar.is-link .navbar-end>a.navbar-item:hover,.navbar.is-link .navbar-start .navbar-link.is-active,.navbar.is-link .navbar-start .navbar-link:focus,.navbar.is-link .navbar-start .navbar-link:hover,.navbar.is-link .navbar-start>a.navbar-item.is-active,.navbar.is-link .navbar-start>a.navbar-item:focus,.navbar.is-link .navbar-start>a.navbar-item:hover{background-color:var(--link);color:#fff}.navbar.is-link .navbar-end .navbar-link:after,.navbar.is-link .navbar-start .navbar-link:after{border-color:#fff}.navbar.is-link .navbar-dropdown a.navbar-item.is-active,.navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-link .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-link .navbar-item.has-dropdown:hover .navbar-link{background-color:var(--link);color:#fff}}.navbar.is-info{background-color:var(--info);color:#fff}.navbar.is-info .navbar-brand .navbar-link,.navbar.is-info .navbar-brand>.navbar-item{color:#fff}.navbar.is-info .navbar-brand .navbar-link.is-active,.navbar.is-info .navbar-brand .navbar-link:focus,.navbar.is-info .navbar-brand .navbar-link:hover,.navbar.is-info .navbar-brand>a.navbar-item.is-active,.navbar.is-info .navbar-brand>a.navbar-item:focus,.navbar.is-info .navbar-brand>a.navbar-item:hover{background-color:var(--info);color:#fff}.navbar.is-info .navbar-brand .navbar-link:after{border-color:#fff}.navbar.is-info .navbar-burger{color:#fff}@media screen and (min-width:769px){.navbar.is-info .navbar-end .navbar-link,.navbar.is-info .navbar-end>.navbar-item,.navbar.is-info .navbar-start .navbar-link,.navbar.is-info .navbar-start>.navbar-item{color:#fff}.navbar.is-info .navbar-end .navbar-link.is-active,.navbar.is-info .navbar-end .navbar-link:focus,.navbar.is-info .navbar-end .navbar-link:hover,.navbar.is-info .navbar-end>a.navbar-item.is-active,.navbar.is-info .navbar-end>a.navbar-item:focus,.navbar.is-info .navbar-end>a.navbar-item:hover,.navbar.is-info .navbar-start .navbar-link.is-active,.navbar.is-info .navbar-start .navbar-link:focus,.navbar.is-info .navbar-start .navbar-link:hover,.navbar.is-info .navbar-start>a.navbar-item.is-active,.navbar.is-info .navbar-start>a.navbar-item:focus,.navbar.is-info .navbar-start>a.navbar-item:hover{background-color:var(--info);color:#fff}.navbar.is-info .navbar-end .navbar-link:after,.navbar.is-info .navbar-start .navbar-link:after{border-color:#fff}.navbar.is-info .navbar-dropdown a.navbar-item.is-active,.navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-info .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-info .navbar-item.has-dropdown:hover .navbar-link{background-color:var(--info);color:#fff}}.navbar.is-success{background-color:var(--success);color:#fff}.navbar.is-success .navbar-brand .navbar-link,.navbar.is-success .navbar-brand>.navbar-item{color:#fff}.navbar.is-success .navbar-brand .navbar-link.is-active,.navbar.is-success .navbar-brand .navbar-link:focus,.navbar.is-success .navbar-brand .navbar-link:hover,.navbar.is-success .navbar-brand>a.navbar-item.is-active,.navbar.is-success .navbar-brand>a.navbar-item:focus,.navbar.is-success .navbar-brand>a.navbar-item:hover{background-color:var(--success);color:#fff}.navbar.is-success .navbar-brand .navbar-link:after{border-color:#fff}.navbar.is-success .navbar-burger{color:#fff}@media screen and (min-width:769px){.navbar.is-success .navbar-end .navbar-link,.navbar.is-success .navbar-end>.navbar-item,.navbar.is-success .navbar-start .navbar-link,.navbar.is-success .navbar-start>.navbar-item{color:#fff}.navbar.is-success .navbar-end .navbar-link.is-active,.navbar.is-success .navbar-end .navbar-link:focus,.navbar.is-success .navbar-end .navbar-link:hover,.navbar.is-success .navbar-end>a.navbar-item.is-active,.navbar.is-success .navbar-end>a.navbar-item:focus,.navbar.is-success .navbar-end>a.navbar-item:hover,.navbar.is-success .navbar-start .navbar-link.is-active,.navbar.is-success .navbar-start .navbar-link:focus,.navbar.is-success .navbar-start .navbar-link:hover,.navbar.is-success .navbar-start>a.navbar-item.is-active,.navbar.is-success .navbar-start>a.navbar-item:focus,.navbar.is-success .navbar-start>a.navbar-item:hover{background-color:var(--success);color:#fff}.navbar.is-success .navbar-end .navbar-link:after,.navbar.is-success .navbar-start .navbar-link:after{border-color:#fff}.navbar.is-success .navbar-dropdown a.navbar-item.is-active,.navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-success .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-success .navbar-item.has-dropdown:hover .navbar-link{background-color:var(--success);color:#fff}}.navbar.is-warning{background-color:var(--warning);color:#fff}.navbar.is-warning .navbar-brand .navbar-link,.navbar.is-warning .navbar-brand>.navbar-item{color:#fff}.navbar.is-warning .navbar-brand .navbar-link.is-active,.navbar.is-warning .navbar-brand .navbar-link:focus,.navbar.is-warning .navbar-brand .navbar-link:hover,.navbar.is-warning .navbar-brand>a.navbar-item.is-active,.navbar.is-warning .navbar-brand>a.navbar-item:focus,.navbar.is-warning .navbar-brand>a.navbar-item:hover{background-color:var(--warning);color:#fff}.navbar.is-warning .navbar-brand .navbar-link:after{border-color:#fff}.navbar.is-warning .navbar-burger{color:#fff}@media screen and (min-width:769px){.navbar.is-warning .navbar-end .navbar-link,.navbar.is-warning .navbar-end>.navbar-item,.navbar.is-warning .navbar-start .navbar-link,.navbar.is-warning .navbar-start>.navbar-item{color:#fff}.navbar.is-warning .navbar-end .navbar-link.is-active,.navbar.is-warning .navbar-end .navbar-link:focus,.navbar.is-warning .navbar-end .navbar-link:hover,.navbar.is-warning .navbar-end>a.navbar-item.is-active,.navbar.is-warning .navbar-end>a.navbar-item:focus,.navbar.is-warning .navbar-end>a.navbar-item:hover,.navbar.is-warning .navbar-start .navbar-link.is-active,.navbar.is-warning .navbar-start .navbar-link:focus,.navbar.is-warning .navbar-start .navbar-link:hover,.navbar.is-warning .navbar-start>a.navbar-item.is-active,.navbar.is-warning .navbar-start>a.navbar-item:focus,.navbar.is-warning .navbar-start>a.navbar-item:hover{background-color:var(--warning);color:#fff}.navbar.is-warning .navbar-end .navbar-link:after,.navbar.is-warning .navbar-start .navbar-link:after{border-color:#fff}.navbar.is-warning .navbar-dropdown a.navbar-item.is-active,.navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-warning .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link{background-color:var(--warning);color:#fff}}.navbar.is-danger{background-color:var(--danger);color:#fff}.navbar.is-danger .navbar-brand .navbar-link,.navbar.is-danger .navbar-brand>.navbar-item{color:#fff}.navbar.is-danger .navbar-brand .navbar-link.is-active,.navbar.is-danger .navbar-brand .navbar-link:focus,.navbar.is-danger .navbar-brand .navbar-link:hover,.navbar.is-danger .navbar-brand>a.navbar-item.is-active,.navbar.is-danger .navbar-brand>a.navbar-item:focus,.navbar.is-danger .navbar-brand>a.navbar-item:hover{background-color:var(--danger);color:#fff}.navbar.is-danger .navbar-brand .navbar-link:after{border-color:#fff}.navbar.is-danger .navbar-burger{color:#fff}@media screen and (min-width:769px){.navbar.is-danger .navbar-end .navbar-link,.navbar.is-danger .navbar-end>.navbar-item,.navbar.is-danger .navbar-start .navbar-link,.navbar.is-danger .navbar-start>.navbar-item{color:#fff}.navbar.is-danger .navbar-end .navbar-link.is-active,.navbar.is-danger .navbar-end .navbar-link:focus,.navbar.is-danger .navbar-end .navbar-link:hover,.navbar.is-danger .navbar-end>a.navbar-item.is-active,.navbar.is-danger .navbar-end>a.navbar-item:focus,.navbar.is-danger .navbar-end>a.navbar-item:hover,.navbar.is-danger .navbar-start .navbar-link.is-active,.navbar.is-danger .navbar-start .navbar-link:focus,.navbar.is-danger .navbar-start .navbar-link:hover,.navbar.is-danger .navbar-start>a.navbar-item.is-active,.navbar.is-danger .navbar-start>a.navbar-item:focus,.navbar.is-danger .navbar-start>a.navbar-item:hover{background-color:var(--danger);color:#fff}.navbar.is-danger .navbar-end .navbar-link:after,.navbar.is-danger .navbar-start .navbar-link:after{border-color:#fff}.navbar.is-danger .navbar-dropdown a.navbar-item.is-active,.navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-danger .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link{background-color:var(--danger);color:#fff}}.navbar>.container{align-items:stretch;display:flex;min-height:3.25rem;width:100%}.navbar.has-shadow{box-shadow:0 2px 0 0 var(--white-ter)}.navbar.is-fixed-bottom,.navbar.is-fixed-top{left:0;position:fixed;right:0;z-index:30}.navbar.is-fixed-bottom{bottom:0}.navbar.is-fixed-bottom.has-shadow{box-shadow:0 -2px 0 0 var(--white-ter)}.navbar.is-fixed-top{top:0}body.has-navbar-fixed-top,html.has-navbar-fixed-top{padding-top:3.25rem}body.has-navbar-fixed-bottom,html.has-navbar-fixed-bottom{padding-bottom:3.25rem}.navbar-brand,.navbar-tabs{align-items:stretch;display:flex;flex-shrink:0;min-height:3.25rem}.navbar-brand a.navbar-item:focus,.navbar-brand a.navbar-item:hover{background-color:transparent}.navbar-tabs{-webkit-overflow-scrolling:touch;max-width:100vw;overflow-x:auto;overflow-y:hidden}.navbar-burger{color:var(--grey-dark);cursor:pointer;display:block;height:3.25rem;position:relative;width:3.25rem;margin-left:auto}.navbar-burger span{background-color:currentColor;display:block;height:1px;left:calc(50% - 8px);position:absolute;transform-origin:center;transition-duration:86ms;transition-property:background-color,opacity,transform;transition-timing-function:ease-out;width:16px}.navbar-burger span:first-child{top:calc(50% - 6px)}.navbar-burger span:nth-child(2){top:calc(50% - 1px)}.navbar-burger span:nth-child(3){top:calc(50% + 4px)}.navbar-burger:hover{background-color:rgba(0,0,0,.05)}.navbar-burger.is-active span:first-child{transform:translateY(5px) rotate(45deg)}.navbar-burger.is-active span:nth-child(2){opacity:0}.navbar-burger.is-active span:nth-child(3){transform:translateY(-5px) rotate(-45deg)}.navbar-menu{display:none}.navbar-item,.navbar-link{color:var(--grey-dark);display:block;line-height:1.5;padding:.5rem .75rem;position:relative}.navbar-item .icon:only-child,.navbar-link .icon:only-child{margin-left:-.25rem;margin-right:-.25rem}.navbar-link,a.navbar-item{cursor:pointer}.navbar-link.is-active,.navbar-link:focus,.navbar-link:focus-within,.navbar-link:hover,a.navbar-item.is-active,a.navbar-item:focus,a.navbar-item:focus-within,a.navbar-item:hover{background-color:var(--white-bis);color:var(--link)}.navbar-item{flex-grow:0;flex-shrink:0}.navbar-item img{max-height:1.75rem}.navbar-item.has-dropdown{padding:0}.navbar-item.is-expanded{flex-grow:1;flex-shrink:1}.navbar-item.is-tab{border-bottom:1px solid transparent;min-height:3.25rem;padding-bottom:calc(.5rem - 1px)}.navbar-item.is-tab:focus,.navbar-item.is-tab:hover{background-color:transparent;border-bottom-color:var(--link)}.navbar-item.is-tab.is-active{background-color:transparent;border-bottom:3px solid var(--link);color:var(--link);padding-bottom:calc(.5rem - 3px)}.navbar-content{flex-grow:1;flex-shrink:1}.navbar-link:not(.is-arrowless){padding-right:2.5em}.navbar-link:not(.is-arrowless):after{border-color:var(--link);margin-top:-.375em;right:1.125em}.navbar-dropdown{font-size:.875rem;padding-bottom:.5rem;padding-top:.5rem}.navbar-dropdown .navbar-item{padding-left:1.5rem;padding-right:1.5rem}.navbar-divider{background-color:var(--white-ter);border:none;display:none;height:1px;margin:.5rem 0}@media screen and (max-width:768px){.navbar>.container{display:block}.navbar-brand .navbar-item,.navbar-tabs .navbar-item{align-items:center;display:flex}.navbar-link:after{display:none}.navbar-menu{background-color:var(--white);box-shadow:0 8px 16px var(--black);padding:.5rem 0}.navbar-menu.is-active{display:block}.navbar.is-fixed-bottom-touch,.navbar.is-fixed-top-touch{left:0;position:fixed;right:0;z-index:30}.navbar.is-fixed-bottom-touch{bottom:0}.navbar.is-fixed-bottom-touch.has-shadow{box-shadow:0 -2px 3px var(--black)}.navbar.is-fixed-top-touch{top:0}.navbar.is-fixed-top-touch .navbar-menu,.navbar.is-fixed-top .navbar-menu{-webkit-overflow-scrolling:touch;max-height:calc(100vh - 3.25rem);overflow:auto}body.has-navbar-fixed-top-touch,html.has-navbar-fixed-top-touch{padding-top:3.25rem}body.has-navbar-fixed-bottom-touch,html.has-navbar-fixed-bottom-touch{padding-bottom:3.25rem}}@media screen and (min-width:769px){.navbar,.navbar-end,.navbar-menu,.navbar-start{align-items:stretch;display:flex}.navbar{min-height:3.25rem}.navbar.is-spaced{padding:1rem 2rem}.navbar.is-spaced .navbar-end,.navbar.is-spaced .navbar-start{align-items:center}.navbar.is-spaced .navbar-link,.navbar.is-spaced a.navbar-item{border-radius:12px}.navbar.is-transparent .navbar-link.is-active,.navbar.is-transparent .navbar-link:focus,.navbar.is-transparent .navbar-link:hover,.navbar.is-transparent a.navbar-item.is-active,.navbar.is-transparent a.navbar-item:focus,.navbar.is-transparent a.navbar-item:hover{background-color:transparent!important}.navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus-within .navbar-link,.navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus .navbar-link,.navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link{background-color:transparent!important}.navbar.is-transparent .navbar-dropdown a.navbar-item:focus,.navbar.is-transparent .navbar-dropdown a.navbar-item:hover{background-color:var(--white-ter);color:var(--black)}.navbar.is-transparent .navbar-dropdown a.navbar-item.is-active{background-color:var(--white-ter);color:var(--link)}.navbar-burger{display:none}.navbar-item,.navbar-link{align-items:center;display:flex}.navbar-item.has-dropdown{align-items:stretch}.navbar-item.has-dropdown-up .navbar-link:after{transform:rotate(135deg) translate(.25em,-.25em)}.navbar-item.has-dropdown-up .navbar-dropdown{border-bottom:2px solid var(--grey-lighter);border-radius:6px 6px 0 0;border-top:none;bottom:100%;box-shadow:0 -8px 8px var(--black);top:auto}.navbar-item.is-active .navbar-dropdown,.navbar-item.is-hoverable:focus-within .navbar-dropdown,.navbar-item.is-hoverable:focus .navbar-dropdown,.navbar-item.is-hoverable:hover .navbar-dropdown{display:block}.navbar-item.is-active .navbar-dropdown.is-boxed,.navbar-item.is-hoverable:focus-within .navbar-dropdown.is-boxed,.navbar-item.is-hoverable:focus .navbar-dropdown.is-boxed,.navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed,.navbar.is-spaced .navbar-item.is-active .navbar-dropdown,.navbar.is-spaced .navbar-item.is-hoverable:focus-within .navbar-dropdown,.navbar.is-spaced .navbar-item.is-hoverable:focus .navbar-dropdown,.navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown{opacity:1;pointer-events:auto;transform:translateY(0)}.navbar-menu{flex-grow:1;flex-shrink:0}.navbar-start{justify-content:flex-start;margin-right:auto}.navbar-end{justify-content:flex-end;margin-left:auto}.navbar-dropdown{background-color:var(--white);border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top:2px solid var(--grey-lighter);box-shadow:0 8px 8px var(--black);display:none;font-size:.875rem;left:0;min-width:100%;position:absolute;top:100%;z-index:20}.navbar-dropdown .navbar-item{padding:.375rem 1rem;white-space:nowrap}.navbar-dropdown a.navbar-item{padding-right:3rem}.navbar-dropdown a.navbar-item:focus,.navbar-dropdown a.navbar-item:hover{background-color:var(--white-ter);color:var(--black)}.navbar-dropdown a.navbar-item.is-active{background-color:var(--white-ter);color:var(--link)}.navbar-dropdown.is-boxed,.navbar.is-spaced .navbar-dropdown{border-radius:6px;border-top:none;box-shadow:0 8px 8px var(--black),0 0 0 1px var(--black);display:block;opacity:0;pointer-events:none;top:calc(100% + (-4px));transform:translateY(-5px);transition-duration:86ms;transition-property:opacity,transform}.navbar-dropdown.is-right{left:auto;right:0}.navbar-divider{display:block}.container>.navbar .navbar-brand,.navbar>.container .navbar-brand{margin-left:-.75rem}.container>.navbar .navbar-menu,.navbar>.container .navbar-menu{margin-right:-.75rem}.navbar.is-fixed-bottom-desktop,.navbar.is-fixed-top-desktop{left:0;position:fixed;right:0;z-index:30}.navbar.is-fixed-bottom-desktop{bottom:0}.navbar.is-fixed-bottom-desktop.has-shadow{box-shadow:0 -2px 3px var(--black)}.navbar.is-fixed-top-desktop{top:0}body.has-navbar-fixed-top-desktop,html.has-navbar-fixed-top-desktop{padding-top:3.25rem}body.has-navbar-fixed-bottom-desktop,html.has-navbar-fixed-bottom-desktop{padding-bottom:3.25rem}body.has-spaced-navbar-fixed-top,html.has-spaced-navbar-fixed-top{padding-top:5.25rem}body.has-spaced-navbar-fixed-bottom,html.has-spaced-navbar-fixed-bottom{padding-bottom:5.25rem}.navbar-link.is-active,a.navbar-item.is-active{color:var(--black)}.navbar-link.is-active:not(:focus):not(:hover),a.navbar-item.is-active:not(:focus):not(:hover){background-color:transparent}.navbar-item.has-dropdown.is-active .navbar-link,.navbar-item.has-dropdown:focus .navbar-link,.navbar-item.has-dropdown:hover .navbar-link{background-color:var(--white-bis)}}.hero.is-fullheight-with-navbar{min-height:calc(100vh - 3.25rem)}.modal{align-items:center;display:none;flex-direction:column;justify-content:center;overflow:hidden;position:fixed;z-index:40}.modal.is-active{display:flex}.modal-background{background-color:rgba(70,71,83,.5)}.modal-card,.modal-content{margin:0 20px;max-height:calc(100vh - 160px);overflow:auto;position:relative;width:100%}@media screen and (min-width:769px){.modal-card,.modal-content{margin:0 auto;max-height:calc(100vh - 40px);width:640px}}.modal-close{background:none;height:40px;position:fixed;right:20px;top:20px;width:40px}.modal-card{display:flex;flex-direction:column;max-height:calc(100vh - 40px);overflow:hidden;-ms-overflow-y:visible}.modal-card-foot,.modal-card-head{align-items:center;background-color:var(--white-ter);display:flex;flex-shrink:0;justify-content:flex-start;padding:20px;position:relative}.modal-card-head{border-bottom:1px solid var(--grey-lighter);border-top-left-radius:6px;border-top-right-radius:6px}.modal-card-title{color:var(--grey-darker);flex-grow:1;flex-shrink:0;font-size:1.5rem;line-height:1}.modal-card-foot{border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top:1px solid var(--grey-lighter)}.modal-card-foot .button:not(:last-child){margin-right:.5em}.modal-card-body{-webkit-overflow-scrolling:touch;flex-grow:1;flex-shrink:1;overflow:auto;padding:20px}.card,.modal-card-body{background-color:var(--white)}.card{border-radius:.25rem;box-shadow:0 .5em 1em -.125em var(--shadow-color);color:var(--grey-dark);max-width:100%;position:relative}.card-content:first-child,.card-footer:first-child,.card-header:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card-content:last-child,.card-footer:last-child,.card-header:last-child{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}.card-header{background-color:transparent;align-items:stretch;box-shadow:0 .125em .25em rgba(var(--black),.1);display:flex}.card-header-title{align-items:center;color:var(--grey-darker);display:flex;flex-grow:1;font-weight:700;padding:.75rem 1rem}.card-header-icon,.card-header-title.is-centered{justify-content:center}.card-header-icon{-moz-appearance:none;-webkit-appearance:none;appearance:none;background:none;border:none;color:currentColor;font-family:inherit;font-size:1em;margin:0;align-items:center;cursor:pointer;display:flex;padding:.75rem 1rem}.card-image{display:block;position:relative}.card-image:first-child img{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card-image:last-child img{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}.card-content{padding:1.5rem}.card-content,.card-footer{background-color:transparent}.card-footer{border-top:1px solid var(--grey-lightest);align-items:stretch;display:flex}.card-footer-item{align-items:center;display:flex;flex-basis:0;flex-grow:1;flex-shrink:0;justify-content:center;padding:.75rem}.card-footer-item:not(:last-child){border-right:1px solid var(--grey-lightest)}.card .media:not(:last-child){margin-bottom:1.5rem}.tabs{-webkit-overflow-scrolling:touch;align-items:stretch;display:flex;font-size:1rem;justify-content:space-between;overflow:hidden;overflow-x:auto;white-space:nowrap}.tabs a{align-items:center;border-bottom:3px solid var(--grey-lighter);color:var(--black);display:flex;justify-content:center;margin-bottom:-3px;padding:1rem;vertical-align:top}.tabs a:hover{border-bottom-color:var(--primary);color:var(--black)}.tabs li{display:block}.tabs li.is-active a{border-bottom-color:var(--primary);color:var(--black)}.tabs ul{align-items:center;border-bottom:3px solid var(--grey-lighter);display:flex;flex-grow:1;flex-shrink:0;justify-content:flex-start}.tabs ul.is-center,.tabs ul.is-left{padding-right:.75em}.tabs ul.is-center{flex:none;justify-content:center;padding-left:.75em}.tabs ul.is-right{justify-content:flex-end;padding-left:.75em}.tabs .icon:first-child{margin-right:.5em}.tabs .icon:last-child{margin-left:.5em}.tabs.is-centered ul{justify-content:center}.tabs.is-right ul{justify-content:flex-end}.tabs.is-boxed a{border:1px solid transparent;border-radius:12px 12px 0 0}.tabs.is-boxed a:hover{background-color:var(--white-ter);border-bottom-color:var(--grey-lighter)}.tabs.is-boxed li.is-active a{background-color:var(--white);border-color:var(--grey-lighter);border-bottom-color:var(--primary)!important}.tabs.is-fullwidth li{flex-grow:1;flex-shrink:0}.tabs.is-toggle a{border:1px solid var(--grey-lighter);margin-bottom:0;position:relative}.tabs.is-toggle a:hover{background-color:var(--white-ter);border-color:var(--grey-light);z-index:2}.tabs.is-toggle li+li{margin-left:-1px}.tabs.is-toggle li:first-child a{border-top-left-radius:12px;border-bottom-left-radius:12px}.tabs.is-toggle li:last-child a{border-top-right-radius:12px;border-bottom-right-radius:12px}.tabs.is-toggle li.is-active a{background-color:var(--link);border-color:var(--link);color:#fff;z-index:1}.tabs.is-toggle ul{border-bottom:none}.tabs.is-toggle.is-toggle-rounded li:first-child a{border-bottom-left-radius:9999px;border-top-left-radius:9999px;padding-left:1.25em}.tabs.is-toggle.is-toggle-rounded li:last-child a{border-bottom-right-radius:9999px;border-top-right-radius:9999px;padding-right:1.25em}.tabs.is-small{font-size:.875rem}.tabs.is-medium{font-size:1.25rem}.tabs.is-large{font-size:1.5rem}.pagination{font-size:1rem;margin:-.25rem}.pagination.is-small{font-size:.875rem}.pagination.is-medium{font-size:1.25rem}.pagination.is-large{font-size:1.5rem}.pagination.is-rounded .pagination-next,.pagination.is-rounded .pagination-previous{padding-left:1em;padding-right:1em;border-radius:9999px}.pagination.is-rounded .pagination-link{border-radius:9999px}.pagination,.pagination-list{align-items:center;display:flex;justify-content:center;text-align:center}.pagination-ellipsis,.pagination-link,.pagination-next,.pagination-previous{font-size:1em;justify-content:center;margin:.25rem;padding-left:.5em;padding-right:.5em;text-align:center}.pagination-link,.pagination-next,.pagination-previous{border-color:var(--grey-lighter);color:var(--grey-darker);min-width:2.5em}.pagination-link:hover,.pagination-next:hover,.pagination-previous:hover{border-color:var(--grey-light);color:var(--grey-darker)}.pagination-link:focus,.pagination-next:focus,.pagination-previous:focus{border-color:#485fc7}.pagination-link:active,.pagination-next:active,.pagination-previous:active{box-shadow:inset 0 1px 2px rgba(var(--black),.2)}.pagination-link[disabled],.pagination-next[disabled],.pagination-previous[disabled]{background-color:var(--grey-lighter);border-color:var(--grey-lighter);box-shadow:none;color:var(--grey);opacity:.5}.pagination-next,.pagination-previous{padding-left:.75em;padding-right:.75em;white-space:nowrap}.pagination-link.is-current{background-color:var(--white);border-color:var(--primary);color:var(--primary)}.pagination-ellipsis{color:var(--grey-light);pointer-events:none}.pagination-list{flex-wrap:wrap}.pagination-list li{list-style:none}@media screen and (max-width:768px){.pagination{flex-wrap:wrap}.pagination-list li,.pagination-next,.pagination-previous{flex-grow:1;flex-shrink:1}}@media print,screen and (min-width:769px){.pagination-list{flex-grow:1;flex-shrink:1;justify-content:flex-start;order:1}.pagination-ellipsis,.pagination-link,.pagination-next,.pagination-previous{margin-bottom:0;margin-top:0}.pagination-previous{order:2}.pagination-next{order:3}.pagination{justify-content:space-between;margin-bottom:0;margin-top:0}.pagination.is-centered .pagination-previous{order:1}.pagination.is-centered .pagination-list{justify-content:center;order:2}.pagination.is-centered .pagination-next{order:3}.pagination.is-right .pagination-previous{order:1}.pagination.is-right .pagination-next{order:2}.pagination.is-right .pagination-list{justify-content:flex-end;order:3}}.column{display:block;flex-basis:0;flex-grow:1;flex-shrink:1;padding:.75rem}.columns.is-mobile>.column.is-narrow{flex:none;width:unset}.columns.is-mobile>.column.is-full{flex:none;width:100%}.columns.is-mobile>.column.is-three-quarters{flex:none;width:75%}.columns.is-mobile>.column.is-two-thirds{flex:none;width:66.6666%}.columns.is-mobile>.column.is-half{flex:none;width:50%}.columns.is-mobile>.column.is-one-third{flex:none;width:33.3333%}.columns.is-mobile>.column.is-one-quarter{flex:none;width:25%}.columns.is-mobile>.column.is-one-fifth{flex:none;width:20%}.columns.is-mobile>.column.is-two-fifths{flex:none;width:40%}.columns.is-mobile>.column.is-three-fifths{flex:none;width:60%}.columns.is-mobile>.column.is-four-fifths{flex:none;width:80%}.columns.is-mobile>.column.is-offset-three-quarters{margin-left:75%}.columns.is-mobile>.column.is-offset-two-thirds{margin-left:66.6666%}.columns.is-mobile>.column.is-offset-half{margin-left:50%}.columns.is-mobile>.column.is-offset-one-third{margin-left:33.3333%}.columns.is-mobile>.column.is-offset-one-quarter{margin-left:25%}.columns.is-mobile>.column.is-offset-one-fifth{margin-left:20%}.columns.is-mobile>.column.is-offset-two-fifths{margin-left:40%}.columns.is-mobile>.column.is-offset-three-fifths{margin-left:60%}.columns.is-mobile>.column.is-offset-four-fifths{margin-left:80%}.columns.is-mobile>.column.is-0{flex:none;width:0}.columns.is-mobile>.column.is-offset-0{margin-left:0}.columns.is-mobile>.column.is-1{flex:none;width:8.33333337%}.columns.is-mobile>.column.is-offset-1{margin-left:8.33333337%}.columns.is-mobile>.column.is-2{flex:none;width:16.66666674%}.columns.is-mobile>.column.is-offset-2{margin-left:16.66666674%}.columns.is-mobile>.column.is-3{flex:none;width:25%}.columns.is-mobile>.column.is-offset-3{margin-left:25%}.columns.is-mobile>.column.is-4{flex:none;width:33.33333337%}.columns.is-mobile>.column.is-offset-4{margin-left:33.33333337%}.columns.is-mobile>.column.is-5{flex:none;width:41.66666674%}.columns.is-mobile>.column.is-offset-5{margin-left:41.66666674%}.columns.is-mobile>.column.is-6{flex:none;width:50%}.columns.is-mobile>.column.is-offset-6{margin-left:50%}.columns.is-mobile>.column.is-7{flex:none;width:58.33333337%}.columns.is-mobile>.column.is-offset-7{margin-left:58.33333337%}.columns.is-mobile>.column.is-8{flex:none;width:66.66666674%}.columns.is-mobile>.column.is-offset-8{margin-left:66.66666674%}.columns.is-mobile>.column.is-9{flex:none;width:75%}.columns.is-mobile>.column.is-offset-9{margin-left:75%}.columns.is-mobile>.column.is-10{flex:none;width:83.33333337%}.columns.is-mobile>.column.is-offset-10{margin-left:83.33333337%}.columns.is-mobile>.column.is-11{flex:none;width:91.66666674%}.columns.is-mobile>.column.is-offset-11{margin-left:91.66666674%}.columns.is-mobile>.column.is-12{flex:none;width:100%}.columns.is-mobile>.column.is-offset-12{margin-left:100%}@media screen and (max-width:768px){.column.is-narrow-mobile{flex:none;width:unset}.column.is-full-mobile{flex:none;width:100%}.column.is-three-quarters-mobile{flex:none;width:75%}.column.is-two-thirds-mobile{flex:none;width:66.6666%}.column.is-half-mobile{flex:none;width:50%}.column.is-one-third-mobile{flex:none;width:33.3333%}.column.is-one-quarter-mobile{flex:none;width:25%}.column.is-one-fifth-mobile{flex:none;width:20%}.column.is-two-fifths-mobile{flex:none;width:40%}.column.is-three-fifths-mobile{flex:none;width:60%}.column.is-four-fifths-mobile{flex:none;width:80%}.column.is-offset-three-quarters-mobile{margin-left:75%}.column.is-offset-two-thirds-mobile{margin-left:66.6666%}.column.is-offset-half-mobile{margin-left:50%}.column.is-offset-one-third-mobile{margin-left:33.3333%}.column.is-offset-one-quarter-mobile{margin-left:25%}.column.is-offset-one-fifth-mobile{margin-left:20%}.column.is-offset-two-fifths-mobile{margin-left:40%}.column.is-offset-three-fifths-mobile{margin-left:60%}.column.is-offset-four-fifths-mobile{margin-left:80%}.column.is-0-mobile{flex:none;width:0}.column.is-offset-0-mobile{margin-left:0}.column.is-1-mobile{flex:none;width:8.33333337%}.column.is-offset-1-mobile{margin-left:8.33333337%}.column.is-2-mobile{flex:none;width:16.66666674%}.column.is-offset-2-mobile{margin-left:16.66666674%}.column.is-3-mobile{flex:none;width:25%}.column.is-offset-3-mobile{margin-left:25%}.column.is-4-mobile{flex:none;width:33.33333337%}.column.is-offset-4-mobile{margin-left:33.33333337%}.column.is-5-mobile{flex:none;width:41.66666674%}.column.is-offset-5-mobile{margin-left:41.66666674%}.column.is-6-mobile{flex:none;width:50%}.column.is-offset-6-mobile{margin-left:50%}.column.is-7-mobile{flex:none;width:58.33333337%}.column.is-offset-7-mobile{margin-left:58.33333337%}.column.is-8-mobile{flex:none;width:66.66666674%}.column.is-offset-8-mobile{margin-left:66.66666674%}.column.is-9-mobile{flex:none;width:75%}.column.is-offset-9-mobile{margin-left:75%}.column.is-10-mobile{flex:none;width:83.33333337%}.column.is-offset-10-mobile{margin-left:83.33333337%}.column.is-11-mobile{flex:none;width:91.66666674%}.column.is-offset-11-mobile{margin-left:91.66666674%}.column.is-12-mobile{flex:none;width:100%}.column.is-offset-12-mobile{margin-left:100%}}@media print,screen and (min-width:769px){.column.is-narrow,.column.is-narrow-tablet{flex:none;width:unset}.column.is-full,.column.is-full-tablet{flex:none;width:100%}.column.is-three-quarters,.column.is-three-quarters-tablet{flex:none;width:75%}.column.is-two-thirds,.column.is-two-thirds-tablet{flex:none;width:66.6666%}.column.is-half,.column.is-half-tablet{flex:none;width:50%}.column.is-one-third,.column.is-one-third-tablet{flex:none;width:33.3333%}.column.is-one-quarter,.column.is-one-quarter-tablet{flex:none;width:25%}.column.is-one-fifth,.column.is-one-fifth-tablet{flex:none;width:20%}.column.is-two-fifths,.column.is-two-fifths-tablet{flex:none;width:40%}.column.is-three-fifths,.column.is-three-fifths-tablet{flex:none;width:60%}.column.is-four-fifths,.column.is-four-fifths-tablet{flex:none;width:80%}.column.is-offset-three-quarters,.column.is-offset-three-quarters-tablet{margin-left:75%}.column.is-offset-two-thirds,.column.is-offset-two-thirds-tablet{margin-left:66.6666%}.column.is-offset-half,.column.is-offset-half-tablet{margin-left:50%}.column.is-offset-one-third,.column.is-offset-one-third-tablet{margin-left:33.3333%}.column.is-offset-one-quarter,.column.is-offset-one-quarter-tablet{margin-left:25%}.column.is-offset-one-fifth,.column.is-offset-one-fifth-tablet{margin-left:20%}.column.is-offset-two-fifths,.column.is-offset-two-fifths-tablet{margin-left:40%}.column.is-offset-three-fifths,.column.is-offset-three-fifths-tablet{margin-left:60%}.column.is-offset-four-fifths,.column.is-offset-four-fifths-tablet{margin-left:80%}.column.is-0,.column.is-0-tablet{flex:none;width:0}.column.is-offset-0,.column.is-offset-0-tablet{margin-left:0}.column.is-1,.column.is-1-tablet{flex:none;width:8.33333337%}.column.is-offset-1,.column.is-offset-1-tablet{margin-left:8.33333337%}.column.is-2,.column.is-2-tablet{flex:none;width:16.66666674%}.column.is-offset-2,.column.is-offset-2-tablet{margin-left:16.66666674%}.column.is-3,.column.is-3-tablet{flex:none;width:25%}.column.is-offset-3,.column.is-offset-3-tablet{margin-left:25%}.column.is-4,.column.is-4-tablet{flex:none;width:33.33333337%}.column.is-offset-4,.column.is-offset-4-tablet{margin-left:33.33333337%}.column.is-5,.column.is-5-tablet{flex:none;width:41.66666674%}.column.is-offset-5,.column.is-offset-5-tablet{margin-left:41.66666674%}.column.is-6,.column.is-6-tablet{flex:none;width:50%}.column.is-offset-6,.column.is-offset-6-tablet{margin-left:50%}.column.is-7,.column.is-7-tablet{flex:none;width:58.33333337%}.column.is-offset-7,.column.is-offset-7-tablet{margin-left:58.33333337%}.column.is-8,.column.is-8-tablet{flex:none;width:66.66666674%}.column.is-offset-8,.column.is-offset-8-tablet{margin-left:66.66666674%}.column.is-9,.column.is-9-tablet{flex:none;width:75%}.column.is-offset-9,.column.is-offset-9-tablet{margin-left:75%}.column.is-10,.column.is-10-tablet{flex:none;width:83.33333337%}.column.is-offset-10,.column.is-offset-10-tablet{margin-left:83.33333337%}.column.is-11,.column.is-11-tablet{flex:none;width:91.66666674%}.column.is-offset-11,.column.is-offset-11-tablet{margin-left:91.66666674%}.column.is-12,.column.is-12-tablet{flex:none;width:100%}.column.is-offset-12,.column.is-offset-12-tablet{margin-left:100%}}@media screen and (max-width:1023px){.column.is-narrow-touch{flex:none;width:unset}.column.is-full-touch{flex:none;width:100%}.column.is-three-quarters-touch{flex:none;width:75%}.column.is-two-thirds-touch{flex:none;width:66.6666%}.column.is-half-touch{flex:none;width:50%}.column.is-one-third-touch{flex:none;width:33.3333%}.column.is-one-quarter-touch{flex:none;width:25%}.column.is-one-fifth-touch{flex:none;width:20%}.column.is-two-fifths-touch{flex:none;width:40%}.column.is-three-fifths-touch{flex:none;width:60%}.column.is-four-fifths-touch{flex:none;width:80%}.column.is-offset-three-quarters-touch{margin-left:75%}.column.is-offset-two-thirds-touch{margin-left:66.6666%}.column.is-offset-half-touch{margin-left:50%}.column.is-offset-one-third-touch{margin-left:33.3333%}.column.is-offset-one-quarter-touch{margin-left:25%}.column.is-offset-one-fifth-touch{margin-left:20%}.column.is-offset-two-fifths-touch{margin-left:40%}.column.is-offset-three-fifths-touch{margin-left:60%}.column.is-offset-four-fifths-touch{margin-left:80%}.column.is-0-touch{flex:none;width:0}.column.is-offset-0-touch{margin-left:0}.column.is-1-touch{flex:none;width:8.33333337%}.column.is-offset-1-touch{margin-left:8.33333337%}.column.is-2-touch{flex:none;width:16.66666674%}.column.is-offset-2-touch{margin-left:16.66666674%}.column.is-3-touch{flex:none;width:25%}.column.is-offset-3-touch{margin-left:25%}.column.is-4-touch{flex:none;width:33.33333337%}.column.is-offset-4-touch{margin-left:33.33333337%}.column.is-5-touch{flex:none;width:41.66666674%}.column.is-offset-5-touch{margin-left:41.66666674%}.column.is-6-touch{flex:none;width:50%}.column.is-offset-6-touch{margin-left:50%}.column.is-7-touch{flex:none;width:58.33333337%}.column.is-offset-7-touch{margin-left:58.33333337%}.column.is-8-touch{flex:none;width:66.66666674%}.column.is-offset-8-touch{margin-left:66.66666674%}.column.is-9-touch{flex:none;width:75%}.column.is-offset-9-touch{margin-left:75%}.column.is-10-touch{flex:none;width:83.33333337%}.column.is-offset-10-touch{margin-left:83.33333337%}.column.is-11-touch{flex:none;width:91.66666674%}.column.is-offset-11-touch{margin-left:91.66666674%}.column.is-12-touch{flex:none;width:100%}.column.is-offset-12-touch{margin-left:100%}}@media screen and (min-width:1024px){.column.is-narrow-desktop{flex:none;width:unset}.column.is-full-desktop{flex:none;width:100%}.column.is-three-quarters-desktop{flex:none;width:75%}.column.is-two-thirds-desktop{flex:none;width:66.6666%}.column.is-half-desktop{flex:none;width:50%}.column.is-one-third-desktop{flex:none;width:33.3333%}.column.is-one-quarter-desktop{flex:none;width:25%}.column.is-one-fifth-desktop{flex:none;width:20%}.column.is-two-fifths-desktop{flex:none;width:40%}.column.is-three-fifths-desktop{flex:none;width:60%}.column.is-four-fifths-desktop{flex:none;width:80%}.column.is-offset-three-quarters-desktop{margin-left:75%}.column.is-offset-two-thirds-desktop{margin-left:66.6666%}.column.is-offset-half-desktop{margin-left:50%}.column.is-offset-one-third-desktop{margin-left:33.3333%}.column.is-offset-one-quarter-desktop{margin-left:25%}.column.is-offset-one-fifth-desktop{margin-left:20%}.column.is-offset-two-fifths-desktop{margin-left:40%}.column.is-offset-three-fifths-desktop{margin-left:60%}.column.is-offset-four-fifths-desktop{margin-left:80%}.column.is-0-desktop{flex:none;width:0}.column.is-offset-0-desktop{margin-left:0}.column.is-1-desktop{flex:none;width:8.33333337%}.column.is-offset-1-desktop{margin-left:8.33333337%}.column.is-2-desktop{flex:none;width:16.66666674%}.column.is-offset-2-desktop{margin-left:16.66666674%}.column.is-3-desktop{flex:none;width:25%}.column.is-offset-3-desktop{margin-left:25%}.column.is-4-desktop{flex:none;width:33.33333337%}.column.is-offset-4-desktop{margin-left:33.33333337%}.column.is-5-desktop{flex:none;width:41.66666674%}.column.is-offset-5-desktop{margin-left:41.66666674%}.column.is-6-desktop{flex:none;width:50%}.column.is-offset-6-desktop{margin-left:50%}.column.is-7-desktop{flex:none;width:58.33333337%}.column.is-offset-7-desktop{margin-left:58.33333337%}.column.is-8-desktop{flex:none;width:66.66666674%}.column.is-offset-8-desktop{margin-left:66.66666674%}.column.is-9-desktop{flex:none;width:75%}.column.is-offset-9-desktop{margin-left:75%}.column.is-10-desktop{flex:none;width:83.33333337%}.column.is-offset-10-desktop{margin-left:83.33333337%}.column.is-11-desktop{flex:none;width:91.66666674%}.column.is-offset-11-desktop{margin-left:91.66666674%}.column.is-12-desktop{flex:none;width:100%}.column.is-offset-12-desktop{margin-left:100%}}@media screen and (min-width:1216px){.column.is-narrow-widescreen{flex:none;width:unset}.column.is-full-widescreen{flex:none;width:100%}.column.is-three-quarters-widescreen{flex:none;width:75%}.column.is-two-thirds-widescreen{flex:none;width:66.6666%}.column.is-half-widescreen{flex:none;width:50%}.column.is-one-third-widescreen{flex:none;width:33.3333%}.column.is-one-quarter-widescreen{flex:none;width:25%}.column.is-one-fifth-widescreen{flex:none;width:20%}.column.is-two-fifths-widescreen{flex:none;width:40%}.column.is-three-fifths-widescreen{flex:none;width:60%}.column.is-four-fifths-widescreen{flex:none;width:80%}.column.is-offset-three-quarters-widescreen{margin-left:75%}.column.is-offset-two-thirds-widescreen{margin-left:66.6666%}.column.is-offset-half-widescreen{margin-left:50%}.column.is-offset-one-third-widescreen{margin-left:33.3333%}.column.is-offset-one-quarter-widescreen{margin-left:25%}.column.is-offset-one-fifth-widescreen{margin-left:20%}.column.is-offset-two-fifths-widescreen{margin-left:40%}.column.is-offset-three-fifths-widescreen{margin-left:60%}.column.is-offset-four-fifths-widescreen{margin-left:80%}.column.is-0-widescreen{flex:none;width:0}.column.is-offset-0-widescreen{margin-left:0}.column.is-1-widescreen{flex:none;width:8.33333337%}.column.is-offset-1-widescreen{margin-left:8.33333337%}.column.is-2-widescreen{flex:none;width:16.66666674%}.column.is-offset-2-widescreen{margin-left:16.66666674%}.column.is-3-widescreen{flex:none;width:25%}.column.is-offset-3-widescreen{margin-left:25%}.column.is-4-widescreen{flex:none;width:33.33333337%}.column.is-offset-4-widescreen{margin-left:33.33333337%}.column.is-5-widescreen{flex:none;width:41.66666674%}.column.is-offset-5-widescreen{margin-left:41.66666674%}.column.is-6-widescreen{flex:none;width:50%}.column.is-offset-6-widescreen{margin-left:50%}.column.is-7-widescreen{flex:none;width:58.33333337%}.column.is-offset-7-widescreen{margin-left:58.33333337%}.column.is-8-widescreen{flex:none;width:66.66666674%}.column.is-offset-8-widescreen{margin-left:66.66666674%}.column.is-9-widescreen{flex:none;width:75%}.column.is-offset-9-widescreen{margin-left:75%}.column.is-10-widescreen{flex:none;width:83.33333337%}.column.is-offset-10-widescreen{margin-left:83.33333337%}.column.is-11-widescreen{flex:none;width:91.66666674%}.column.is-offset-11-widescreen{margin-left:91.66666674%}.column.is-12-widescreen{flex:none;width:100%}.column.is-offset-12-widescreen{margin-left:100%}}@media screen and (min-width:1408px){.column.is-narrow-fullhd{flex:none;width:unset}.column.is-full-fullhd{flex:none;width:100%}.column.is-three-quarters-fullhd{flex:none;width:75%}.column.is-two-thirds-fullhd{flex:none;width:66.6666%}.column.is-half-fullhd{flex:none;width:50%}.column.is-one-third-fullhd{flex:none;width:33.3333%}.column.is-one-quarter-fullhd{flex:none;width:25%}.column.is-one-fifth-fullhd{flex:none;width:20%}.column.is-two-fifths-fullhd{flex:none;width:40%}.column.is-three-fifths-fullhd{flex:none;width:60%}.column.is-four-fifths-fullhd{flex:none;width:80%}.column.is-offset-three-quarters-fullhd{margin-left:75%}.column.is-offset-two-thirds-fullhd{margin-left:66.6666%}.column.is-offset-half-fullhd{margin-left:50%}.column.is-offset-one-third-fullhd{margin-left:33.3333%}.column.is-offset-one-quarter-fullhd{margin-left:25%}.column.is-offset-one-fifth-fullhd{margin-left:20%}.column.is-offset-two-fifths-fullhd{margin-left:40%}.column.is-offset-three-fifths-fullhd{margin-left:60%}.column.is-offset-four-fifths-fullhd{margin-left:80%}.column.is-0-fullhd{flex:none;width:0}.column.is-offset-0-fullhd{margin-left:0}.column.is-1-fullhd{flex:none;width:8.33333337%}.column.is-offset-1-fullhd{margin-left:8.33333337%}.column.is-2-fullhd{flex:none;width:16.66666674%}.column.is-offset-2-fullhd{margin-left:16.66666674%}.column.is-3-fullhd{flex:none;width:25%}.column.is-offset-3-fullhd{margin-left:25%}.column.is-4-fullhd{flex:none;width:33.33333337%}.column.is-offset-4-fullhd{margin-left:33.33333337%}.column.is-5-fullhd{flex:none;width:41.66666674%}.column.is-offset-5-fullhd{margin-left:41.66666674%}.column.is-6-fullhd{flex:none;width:50%}.column.is-offset-6-fullhd{margin-left:50%}.column.is-7-fullhd{flex:none;width:58.33333337%}.column.is-offset-7-fullhd{margin-left:58.33333337%}.column.is-8-fullhd{flex:none;width:66.66666674%}.column.is-offset-8-fullhd{margin-left:66.66666674%}.column.is-9-fullhd{flex:none;width:75%}.column.is-offset-9-fullhd{margin-left:75%}.column.is-10-fullhd{flex:none;width:83.33333337%}.column.is-offset-10-fullhd{margin-left:83.33333337%}.column.is-11-fullhd{flex:none;width:91.66666674%}.column.is-offset-11-fullhd{margin-left:91.66666674%}.column.is-12-fullhd{flex:none;width:100%}.column.is-offset-12-fullhd{margin-left:100%}}.columns{margin-left:-.75rem;margin-right:-.75rem;margin-top:-.75rem}.columns:last-child{margin-bottom:-.75rem}.columns:not(:last-child){margin-bottom:calc(1.5rem - .75rem)}.columns.is-centered{justify-content:center}.columns.is-gapless{margin-left:0;margin-right:0;margin-top:0}.columns.is-gapless>.column{margin:0;padding:0!important}.columns.is-gapless:not(:last-child){margin-bottom:1.5rem}.columns.is-gapless:last-child{margin-bottom:0}.columns.is-mobile{display:flex}.columns.is-multiline{flex-wrap:wrap}.columns.is-vcentered{align-items:center}@media print,screen and (min-width:769px){.columns:not(.is-desktop){display:flex}}@media screen and (min-width:1024px){.columns.is-desktop{display:flex}}.columns.is-variable{--columnGap:0.75rem;margin-left:calc(-1*var(--columnGap));margin-right:calc(-1*var(--columnGap))}.columns.is-variable>.column{padding-left:var(--columnGap);padding-right:var(--columnGap)}.columns.is-variable.is-0{--columnGap:0rem}@media screen and (max-width:768px){.columns.is-variable.is-0-mobile{--columnGap:0rem}}@media print,screen and (min-width:769px){.columns.is-variable.is-0-tablet{--columnGap:0rem}}@media screen and (min-width:769px)and (max-width:1023px){.columns.is-variable.is-0-tablet-only{--columnGap:0rem}}@media screen and (max-width:1023px){.columns.is-variable.is-0-touch{--columnGap:0rem}}@media screen and (min-width:1024px){.columns.is-variable.is-0-desktop{--columnGap:0rem}}@media screen and (min-width:1024px)and (max-width:1215px){.columns.is-variable.is-0-desktop-only{--columnGap:0rem}}@media screen and (min-width:1216px){.columns.is-variable.is-0-widescreen{--columnGap:0rem}}@media screen and (min-width:1216px)and (max-width:1407px){.columns.is-variable.is-0-widescreen-only{--columnGap:0rem}}@media screen and (min-width:1408px){.columns.is-variable.is-0-fullhd{--columnGap:0rem}}.columns.is-variable.is-1{--columnGap:0.25rem}@media screen and (max-width:768px){.columns.is-variable.is-1-mobile{--columnGap:0.25rem}}@media print,screen and (min-width:769px){.columns.is-variable.is-1-tablet{--columnGap:0.25rem}}@media screen and (min-width:769px)and (max-width:1023px){.columns.is-variable.is-1-tablet-only{--columnGap:0.25rem}}@media screen and (max-width:1023px){.columns.is-variable.is-1-touch{--columnGap:0.25rem}}@media screen and (min-width:1024px){.columns.is-variable.is-1-desktop{--columnGap:0.25rem}}@media screen and (min-width:1024px)and (max-width:1215px){.columns.is-variable.is-1-desktop-only{--columnGap:0.25rem}}@media screen and (min-width:1216px){.columns.is-variable.is-1-widescreen{--columnGap:0.25rem}}@media screen and (min-width:1216px)and (max-width:1407px){.columns.is-variable.is-1-widescreen-only{--columnGap:0.25rem}}@media screen and (min-width:1408px){.columns.is-variable.is-1-fullhd{--columnGap:0.25rem}}.columns.is-variable.is-2{--columnGap:0.5rem}@media screen and (max-width:768px){.columns.is-variable.is-2-mobile{--columnGap:0.5rem}}@media print,screen and (min-width:769px){.columns.is-variable.is-2-tablet{--columnGap:0.5rem}}@media screen and (min-width:769px)and (max-width:1023px){.columns.is-variable.is-2-tablet-only{--columnGap:0.5rem}}@media screen and (max-width:1023px){.columns.is-variable.is-2-touch{--columnGap:0.5rem}}@media screen and (min-width:1024px){.columns.is-variable.is-2-desktop{--columnGap:0.5rem}}@media screen and (min-width:1024px)and (max-width:1215px){.columns.is-variable.is-2-desktop-only{--columnGap:0.5rem}}@media screen and (min-width:1216px){.columns.is-variable.is-2-widescreen{--columnGap:0.5rem}}@media screen and (min-width:1216px)and (max-width:1407px){.columns.is-variable.is-2-widescreen-only{--columnGap:0.5rem}}@media screen and (min-width:1408px){.columns.is-variable.is-2-fullhd{--columnGap:0.5rem}}.columns.is-variable.is-3{--columnGap:0.75rem}@media screen and (max-width:768px){.columns.is-variable.is-3-mobile{--columnGap:0.75rem}}@media print,screen and (min-width:769px){.columns.is-variable.is-3-tablet{--columnGap:0.75rem}}@media screen and (min-width:769px)and (max-width:1023px){.columns.is-variable.is-3-tablet-only{--columnGap:0.75rem}}@media screen and (max-width:1023px){.columns.is-variable.is-3-touch{--columnGap:0.75rem}}@media screen and (min-width:1024px){.columns.is-variable.is-3-desktop{--columnGap:0.75rem}}@media screen and (min-width:1024px)and (max-width:1215px){.columns.is-variable.is-3-desktop-only{--columnGap:0.75rem}}@media screen and (min-width:1216px){.columns.is-variable.is-3-widescreen{--columnGap:0.75rem}}@media screen and (min-width:1216px)and (max-width:1407px){.columns.is-variable.is-3-widescreen-only{--columnGap:0.75rem}}@media screen and (min-width:1408px){.columns.is-variable.is-3-fullhd{--columnGap:0.75rem}}.columns.is-variable.is-4{--columnGap:1rem}@media screen and (max-width:768px){.columns.is-variable.is-4-mobile{--columnGap:1rem}}@media print,screen and (min-width:769px){.columns.is-variable.is-4-tablet{--columnGap:1rem}}@media screen and (min-width:769px)and (max-width:1023px){.columns.is-variable.is-4-tablet-only{--columnGap:1rem}}@media screen and (max-width:1023px){.columns.is-variable.is-4-touch{--columnGap:1rem}}@media screen and (min-width:1024px){.columns.is-variable.is-4-desktop{--columnGap:1rem}}@media screen and (min-width:1024px)and (max-width:1215px){.columns.is-variable.is-4-desktop-only{--columnGap:1rem}}@media screen and (min-width:1216px){.columns.is-variable.is-4-widescreen{--columnGap:1rem}}@media screen and (min-width:1216px)and (max-width:1407px){.columns.is-variable.is-4-widescreen-only{--columnGap:1rem}}@media screen and (min-width:1408px){.columns.is-variable.is-4-fullhd{--columnGap:1rem}}.columns.is-variable.is-5{--columnGap:1.25rem}@media screen and (max-width:768px){.columns.is-variable.is-5-mobile{--columnGap:1.25rem}}@media print,screen and (min-width:769px){.columns.is-variable.is-5-tablet{--columnGap:1.25rem}}@media screen and (min-width:769px)and (max-width:1023px){.columns.is-variable.is-5-tablet-only{--columnGap:1.25rem}}@media screen and (max-width:1023px){.columns.is-variable.is-5-touch{--columnGap:1.25rem}}@media screen and (min-width:1024px){.columns.is-variable.is-5-desktop{--columnGap:1.25rem}}@media screen and (min-width:1024px)and (max-width:1215px){.columns.is-variable.is-5-desktop-only{--columnGap:1.25rem}}@media screen and (min-width:1216px){.columns.is-variable.is-5-widescreen{--columnGap:1.25rem}}@media screen and (min-width:1216px)and (max-width:1407px){.columns.is-variable.is-5-widescreen-only{--columnGap:1.25rem}}@media screen and (min-width:1408px){.columns.is-variable.is-5-fullhd{--columnGap:1.25rem}}.columns.is-variable.is-6{--columnGap:1.5rem}@media screen and (max-width:768px){.columns.is-variable.is-6-mobile{--columnGap:1.5rem}}@media print,screen and (min-width:769px){.columns.is-variable.is-6-tablet{--columnGap:1.5rem}}@media screen and (min-width:769px)and (max-width:1023px){.columns.is-variable.is-6-tablet-only{--columnGap:1.5rem}}@media screen and (max-width:1023px){.columns.is-variable.is-6-touch{--columnGap:1.5rem}}@media screen and (min-width:1024px){.columns.is-variable.is-6-desktop{--columnGap:1.5rem}}@media screen and (min-width:1024px)and (max-width:1215px){.columns.is-variable.is-6-desktop-only{--columnGap:1.5rem}}@media screen and (min-width:1216px){.columns.is-variable.is-6-widescreen{--columnGap:1.5rem}}@media screen and (min-width:1216px)and (max-width:1407px){.columns.is-variable.is-6-widescreen-only{--columnGap:1.5rem}}@media screen and (min-width:1408px){.columns.is-variable.is-6-fullhd{--columnGap:1.5rem}}.columns.is-variable.is-7{--columnGap:1.75rem}@media screen and (max-width:768px){.columns.is-variable.is-7-mobile{--columnGap:1.75rem}}@media print,screen and (min-width:769px){.columns.is-variable.is-7-tablet{--columnGap:1.75rem}}@media screen and (min-width:769px)and (max-width:1023px){.columns.is-variable.is-7-tablet-only{--columnGap:1.75rem}}@media screen and (max-width:1023px){.columns.is-variable.is-7-touch{--columnGap:1.75rem}}@media screen and (min-width:1024px){.columns.is-variable.is-7-desktop{--columnGap:1.75rem}}@media screen and (min-width:1024px)and (max-width:1215px){.columns.is-variable.is-7-desktop-only{--columnGap:1.75rem}}@media screen and (min-width:1216px){.columns.is-variable.is-7-widescreen{--columnGap:1.75rem}}@media screen and (min-width:1216px)and (max-width:1407px){.columns.is-variable.is-7-widescreen-only{--columnGap:1.75rem}}@media screen and (min-width:1408px){.columns.is-variable.is-7-fullhd{--columnGap:1.75rem}}.columns.is-variable.is-8{--columnGap:2rem}@media screen and (max-width:768px){.columns.is-variable.is-8-mobile{--columnGap:2rem}}@media print,screen and (min-width:769px){.columns.is-variable.is-8-tablet{--columnGap:2rem}}@media screen and (min-width:769px)and (max-width:1023px){.columns.is-variable.is-8-tablet-only{--columnGap:2rem}}@media screen and (max-width:1023px){.columns.is-variable.is-8-touch{--columnGap:2rem}}@media screen and (min-width:1024px){.columns.is-variable.is-8-desktop{--columnGap:2rem}}@media screen and (min-width:1024px)and (max-width:1215px){.columns.is-variable.is-8-desktop-only{--columnGap:2rem}}@media screen and (min-width:1216px){.columns.is-variable.is-8-widescreen{--columnGap:2rem}}@media screen and (min-width:1216px)and (max-width:1407px){.columns.is-variable.is-8-widescreen-only{--columnGap:2rem}}@media screen and (min-width:1408px){.columns.is-variable.is-8-fullhd{--columnGap:2rem}}.section{padding:3rem 1.5rem}@media screen and (min-width:1024px){.section{padding:3rem}.section.is-medium{padding:9rem 4.5rem}.section.is-large{padding:18rem 6rem}}.footer{background-color:var(--white-bis);padding:3rem 1.5rem 6rem}.has-text-white,a.has-text-white:focus,a.has-text-white:hover{color:var(--white)!important}.has-background-white{background-color:var(--white)!important}.has-text-black,a.has-text-black:focus,a.has-text-black:hover{color:var(--black)!important}.has-background-black{background-color:var(--black)!important}.has-text-light,a.has-text-light:focus,a.has-text-light:hover{color:var(--white-ter)!important}.has-background-light{background-color:var(--white-ter)!important}.has-text-dark,a.has-text-dark:focus,a.has-text-dark:hover{color:var(--grey-darker)!important}.has-background-dark{background-color:var(--grey-darker)!important}.has-text-primary,a.has-text-primary:focus,a.has-text-primary:hover{color:var(--primary)!important}.has-background-primary{background-color:var(--primary)!important}.has-text-primary-light,a.has-text-primary-light:focus,a.has-text-primary-light:hover{color:var(--primary-light)!important}.has-background-primary-light{background-color:var(--primary-light)!important}.has-text-primary-dark,a.has-text-primary-dark:focus,a.has-text-primary-dark:hover{color:var(--primary-dark)!important}.has-background-primary-dark{background-color:var(--primary-dark)!important}.has-text-link,a.has-text-link:focus,a.has-text-link:hover{color:var(--link)!important}.has-background-link{background-color:var(--link)!important}.has-text-link-light,a.has-text-link-light:focus,a.has-text-link-light:hover{color:var(--link-light)!important}.has-background-link-light{background-color:var(--link-light)!important}.has-text-link-dark,a.has-text-link-dark:focus,a.has-text-link-dark:hover{color:var(--link-dark)!important}.has-background-link-dark{background-color:var(--link-dark)!important}.has-text-info,a.has-text-info:focus,a.has-text-info:hover{color:var(--info)!important}.has-background-info{background-color:var(--info)!important}.has-text-info-light,a.has-text-info-light:focus,a.has-text-info-light:hover{color:var(--info-light)!important}.has-background-info-light{background-color:var(--info-light)!important}.has-text-info-dark,a.has-text-info-dark:focus,a.has-text-info-dark:hover{color:var(--info-dark)!important}.has-background-info-dark{background-color:var(--info-dark)!important}.has-text-success,a.has-text-success:focus,a.has-text-success:hover{color:var(--success)!important}.has-background-success{background-color:var(--success)!important}.has-text-success-light,a.has-text-success-light:focus,a.has-text-success-light:hover{color:var(--success-light)!important}.has-background-success-light{background-color:var(--success-light)!important}.has-text-success-dark,a.has-text-success-dark:focus,a.has-text-success-dark:hover{color:var(--success-dark)!important}.has-background-success-dark{background-color:var(--success-dark)!important}.has-text-warning,a.has-text-warning:focus,a.has-text-warning:hover{color:var(--warning)!important}.has-background-warning{background-color:var(--warning)!important}.has-text-warning-light,a.has-text-warning-light:focus,a.has-text-warning-light:hover{color:var(--warning-light)!important}.has-background-warning-light{background-color:var(--warning-light)!important}.has-text-warning-dark,a.has-text-warning-dark:focus,a.has-text-warning-dark:hover{color:var(--warning-dark)!important}.has-background-warning-dark{background-color:var(--warning-dark)!important}.has-text-danger,a.has-text-danger:focus,a.has-text-danger:hover{color:var(--danger)!important}.has-background-danger{background-color:var(--danger)!important}.has-text-danger-light,a.has-text-danger-light:focus,a.has-text-danger-light:hover{color:var(--danger-light)!important}.has-background-danger-light{background-color:var(--danger-light)!important}.has-text-danger-dark,a.has-text-danger-dark:focus,a.has-text-danger-dark:hover{color:var(--danger-dark)!important}.has-background-danger-dark{background-color:var(--danger-dark)!important}.has-text-black-bis{color:var(--black-bis)!important}.has-background-black-bis{background-color:var(--black-bis)!important}.has-text-black-ter{color:#242424!important}.has-background-black-ter{background-color:#242424!important}.has-text-grey-darker{color:var(--grey-darker)!important}.has-background-grey-darker{background-color:var(--grey-darker)!important}.has-text-grey-dark{color:var(--grey-dark)!important}.has-background-grey-dark{background-color:var(--grey-dark)!important}.has-text-grey{color:var(--grey)!important}.has-background-grey{background-color:var(--grey)!important}.has-text-grey-light{color:var(--grey-light)!important}.has-background-grey-light{background-color:var(--grey-light)!important}.has-text-grey-lighter{color:var(--grey-lighter)!important}.has-background-grey-lighter{background-color:var(--grey-lighter)!important}.has-text-white-ter{color:var(--white-ter)!important}.has-background-white-ter{background-color:var(--white-ter)!important}.has-text-white-bis{color:var(--white-bis)!important}.has-background-white-bis{background-color:var(--white-bis)!important}.is-flex-direction-row{flex-direction:row!important}.is-flex-direction-row-reverse{flex-direction:row-reverse!important}.is-flex-direction-column{flex-direction:column!important}.is-flex-direction-column-reverse{flex-direction:column-reverse!important}.is-flex-wrap-nowrap{flex-wrap:nowrap!important}.is-flex-wrap-wrap{flex-wrap:wrap!important}.is-flex-wrap-wrap-reverse{flex-wrap:wrap-reverse!important}.is-justify-content-flex-start{justify-content:flex-start!important}.is-justify-content-flex-end{justify-content:flex-end!important}.is-justify-content-center{justify-content:center!important}.is-justify-content-space-between{justify-content:space-between!important}.is-justify-content-space-around{justify-content:space-around!important}.is-justify-content-space-evenly{justify-content:space-evenly!important}.is-justify-content-start{justify-content:start!important}.is-justify-content-end{justify-content:end!important}.is-justify-content-left{justify-content:left!important}.is-justify-content-right{justify-content:right!important}.is-align-content-flex-start{align-content:flex-start!important}.is-align-content-flex-end{align-content:flex-end!important}.is-align-content-center{align-content:center!important}.is-align-content-space-between{align-content:space-between!important}.is-align-content-space-around{align-content:space-around!important}.is-align-content-space-evenly{align-content:space-evenly!important}.is-align-content-stretch{align-content:stretch!important}.is-align-content-start{align-content:start!important}.is-align-content-end{align-content:end!important}.is-align-content-baseline{align-content:baseline!important}.is-align-items-stretch{align-items:stretch!important}.is-align-items-flex-start{align-items:flex-start!important}.is-align-items-flex-end{align-items:flex-end!important}.is-align-items-center{align-items:center!important}.is-align-items-baseline{align-items:baseline!important}.is-align-items-start{align-items:start!important}.is-align-items-end{align-items:end!important}.is-align-items-self-start{align-items:self-start!important}.is-align-items-self-end{align-items:self-end!important}.is-align-self-auto{align-self:auto!important}.is-align-self-flex-start{align-self:flex-start!important}.is-align-self-flex-end{align-self:flex-end!important}.is-align-self-center{align-self:center!important}.is-align-self-baseline{align-self:baseline!important}.is-align-self-stretch{align-self:stretch!important}.is-flex-grow-0{flex-grow:0!important}.is-flex-grow-1{flex-grow:1!important}.is-flex-grow-2{flex-grow:2!important}.is-flex-grow-3{flex-grow:3!important}.is-flex-grow-4{flex-grow:4!important}.is-flex-grow-5{flex-grow:5!important}.is-flex-shrink-0{flex-shrink:0!important}.is-flex-shrink-1{flex-shrink:1!important}.is-flex-shrink-2{flex-shrink:2!important}.is-flex-shrink-3{flex-shrink:3!important}.is-flex-shrink-4{flex-shrink:4!important}.is-flex-shrink-5{flex-shrink:5!important}.is-clearfix:after{clear:both;content:" ";display:table}.is-pulled-left{float:left!important}.is-pulled-right{float:right!important}.is-radiusless{border-radius:0!important}.is-shadowless{box-shadow:none!important}.is-clickable{cursor:pointer!important;pointer-events:all!important}.is-clipped{overflow:hidden!important}.is-relative{position:relative!important}.is-marginless{margin:0!important}.is-paddingless{padding:0!important}.m-0{margin:0!important}.mt-0{margin-top:0!important}.mr-0{margin-right:0!important}.mb-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.mx-0{margin-right:0!important}.my-0{margin-top:0!important;margin-bottom:0!important}.m-1{margin:.25rem!important}.mt-1{margin-top:.25rem!important}.mr-1{margin-right:.25rem!important}.mb-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.mx-1{margin-right:.25rem!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.m-2{margin:.5rem!important}.mt-2{margin-top:.5rem!important}.mr-2{margin-right:.5rem!important}.mb-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.mx-2{margin-right:.5rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.m-3{margin:.75rem!important}.mt-3{margin-top:.75rem!important}.mr-3{margin-right:.75rem!important}.mb-3{margin-bottom:.75rem!important}.ml-3,.mx-3{margin-left:.75rem!important}.mx-3{margin-right:.75rem!important}.my-3{margin-top:.75rem!important;margin-bottom:.75rem!important}.m-4{margin:1rem!important}.mt-4{margin-top:1rem!important}.mr-4{margin-right:1rem!important}.mb-4{margin-bottom:1rem!important}.ml-4,.mx-4{margin-left:1rem!important}.mx-4{margin-right:1rem!important}.my-4{margin-top:1rem!important;margin-bottom:1rem!important}.m-5{margin:1.5rem!important}.mt-5{margin-top:1.5rem!important}.mr-5{margin-right:1.5rem!important}.mb-5{margin-bottom:1.5rem!important}.ml-5,.mx-5{margin-left:1.5rem!important}.mx-5{margin-right:1.5rem!important}.my-5{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.m-6{margin:3rem!important}.mt-6{margin-top:3rem!important}.mr-6{margin-right:3rem!important}.mb-6{margin-bottom:3rem!important}.ml-6,.mx-6{margin-left:3rem!important}.mx-6{margin-right:3rem!important}.my-6{margin-top:3rem!important;margin-bottom:3rem!important}.m-auto{margin:auto!important}.mt-auto{margin-top:auto!important}.mr-auto{margin-right:auto!important}.mb-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}.mx-auto{margin-right:auto!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.p-0{padding:0!important}.pt-0{padding-top:0!important}.pr-0{padding-right:0!important}.pb-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.px-0{padding-right:0!important}.py-0{padding-top:0!important;padding-bottom:0!important}.p-1{padding:.25rem!important}.pt-1{padding-top:.25rem!important}.pr-1{padding-right:.25rem!important}.pb-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.px-1{padding-right:.25rem!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.p-2{padding:.5rem!important}.pt-2{padding-top:.5rem!important}.pr-2{padding-right:.5rem!important}.pb-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.px-2{padding-right:.5rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.p-3{padding:.75rem!important}.pt-3{padding-top:.75rem!important}.pr-3{padding-right:.75rem!important}.pb-3{padding-bottom:.75rem!important}.pl-3,.px-3{padding-left:.75rem!important}.px-3{padding-right:.75rem!important}.py-3{padding-top:.75rem!important;padding-bottom:.75rem!important}.p-4{padding:1rem!important}.pt-4{padding-top:1rem!important}.pr-4{padding-right:1rem!important}.pb-4{padding-bottom:1rem!important}.pl-4,.px-4{padding-left:1rem!important}.px-4{padding-right:1rem!important}.py-4{padding-top:1rem!important;padding-bottom:1rem!important}.p-5{padding:1.5rem!important}.pt-5{padding-top:1.5rem!important}.pr-5{padding-right:1.5rem!important}.pb-5{padding-bottom:1.5rem!important}.pl-5,.px-5{padding-left:1.5rem!important}.px-5{padding-right:1.5rem!important}.py-5{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.p-6{padding:3rem!important}.pt-6{padding-top:3rem!important}.pr-6{padding-right:3rem!important}.pb-6{padding-bottom:3rem!important}.pl-6,.px-6{padding-left:3rem!important}.px-6{padding-right:3rem!important}.py-6{padding-top:3rem!important;padding-bottom:3rem!important}.p-auto{padding:auto!important}.pt-auto{padding-top:auto!important}.pr-auto{padding-right:auto!important}.pb-auto{padding-bottom:auto!important}.pl-auto,.px-auto{padding-left:auto!important}.px-auto{padding-right:auto!important}.py-auto{padding-top:auto!important;padding-bottom:auto!important}.is-size-1{font-size:3rem!important}.is-size-2{font-size:2.5rem!important}.is-size-3{font-size:2rem!important}.is-size-4{font-size:1.5rem!important}.is-size-5{font-size:1.25rem!important}.is-size-6{font-size:1rem!important}.is-size-7{font-size:.875rem!important}@media screen and (max-width:768px){.is-size-1-mobile{font-size:3rem!important}.is-size-2-mobile{font-size:2.5rem!important}.is-size-3-mobile{font-size:2rem!important}.is-size-4-mobile{font-size:1.5rem!important}.is-size-5-mobile{font-size:1.25rem!important}.is-size-6-mobile{font-size:1rem!important}.is-size-7-mobile{font-size:.875rem!important}}@media print,screen and (min-width:769px){.is-size-1-tablet{font-size:3rem!important}.is-size-2-tablet{font-size:2.5rem!important}.is-size-3-tablet{font-size:2rem!important}.is-size-4-tablet{font-size:1.5rem!important}.is-size-5-tablet{font-size:1.25rem!important}.is-size-6-tablet{font-size:1rem!important}.is-size-7-tablet{font-size:.875rem!important}}@media screen and (max-width:1023px){.is-size-1-touch{font-size:3rem!important}.is-size-2-touch{font-size:2.5rem!important}.is-size-3-touch{font-size:2rem!important}.is-size-4-touch{font-size:1.5rem!important}.is-size-5-touch{font-size:1.25rem!important}.is-size-6-touch{font-size:1rem!important}.is-size-7-touch{font-size:.875rem!important}}@media screen and (min-width:1024px){.is-size-1-desktop{font-size:3rem!important}.is-size-2-desktop{font-size:2.5rem!important}.is-size-3-desktop{font-size:2rem!important}.is-size-4-desktop{font-size:1.5rem!important}.is-size-5-desktop{font-size:1.25rem!important}.is-size-6-desktop{font-size:1rem!important}.is-size-7-desktop{font-size:.875rem!important}}@media screen and (min-width:1216px){.is-size-1-widescreen{font-size:3rem!important}.is-size-2-widescreen{font-size:2.5rem!important}.is-size-3-widescreen{font-size:2rem!important}.is-size-4-widescreen{font-size:1.5rem!important}.is-size-5-widescreen{font-size:1.25rem!important}.is-size-6-widescreen{font-size:1rem!important}.is-size-7-widescreen{font-size:.875rem!important}}@media screen and (min-width:1408px){.is-size-1-fullhd{font-size:3rem!important}.is-size-2-fullhd{font-size:2.5rem!important}.is-size-3-fullhd{font-size:2rem!important}.is-size-4-fullhd{font-size:1.5rem!important}.is-size-5-fullhd{font-size:1.25rem!important}.is-size-6-fullhd{font-size:1rem!important}.is-size-7-fullhd{font-size:.875rem!important}}.has-text-centered{text-align:center!important}.has-text-justified{text-align:justify!important}.has-text-left{text-align:left!important}.has-text-right{text-align:right!important}@media screen and (max-width:768px){.has-text-centered-mobile{text-align:center!important}}@media print,screen and (min-width:769px){.has-text-centered-tablet{text-align:center!important}}@media screen and (min-width:769px)and (max-width:1023px){.has-text-centered-tablet-only{text-align:center!important}}@media screen and (max-width:1023px){.has-text-centered-touch{text-align:center!important}}@media screen and (min-width:1024px){.has-text-centered-desktop{text-align:center!important}}@media screen and (min-width:1024px)and (max-width:1215px){.has-text-centered-desktop-only{text-align:center!important}}@media screen and (min-width:1216px){.has-text-centered-widescreen{text-align:center!important}}@media screen and (min-width:1216px)and (max-width:1407px){.has-text-centered-widescreen-only{text-align:center!important}}@media screen and (min-width:1408px){.has-text-centered-fullhd{text-align:center!important}}@media screen and (max-width:768px){.has-text-justified-mobile{text-align:justify!important}}@media print,screen and (min-width:769px){.has-text-justified-tablet{text-align:justify!important}}@media screen and (min-width:769px)and (max-width:1023px){.has-text-justified-tablet-only{text-align:justify!important}}@media screen and (max-width:1023px){.has-text-justified-touch{text-align:justify!important}}@media screen and (min-width:1024px){.has-text-justified-desktop{text-align:justify!important}}@media screen and (min-width:1024px)and (max-width:1215px){.has-text-justified-desktop-only{text-align:justify!important}}@media screen and (min-width:1216px){.has-text-justified-widescreen{text-align:justify!important}}@media screen and (min-width:1216px)and (max-width:1407px){.has-text-justified-widescreen-only{text-align:justify!important}}@media screen and (min-width:1408px){.has-text-justified-fullhd{text-align:justify!important}}@media screen and (max-width:768px){.has-text-left-mobile{text-align:left!important}}@media print,screen and (min-width:769px){.has-text-left-tablet{text-align:left!important}}@media screen and (min-width:769px)and (max-width:1023px){.has-text-left-tablet-only{text-align:left!important}}@media screen and (max-width:1023px){.has-text-left-touch{text-align:left!important}}@media screen and (min-width:1024px){.has-text-left-desktop{text-align:left!important}}@media screen and (min-width:1024px)and (max-width:1215px){.has-text-left-desktop-only{text-align:left!important}}@media screen and (min-width:1216px){.has-text-left-widescreen{text-align:left!important}}@media screen and (min-width:1216px)and (max-width:1407px){.has-text-left-widescreen-only{text-align:left!important}}@media screen and (min-width:1408px){.has-text-left-fullhd{text-align:left!important}}@media screen and (max-width:768px){.has-text-right-mobile{text-align:right!important}}@media print,screen and (min-width:769px){.has-text-right-tablet{text-align:right!important}}@media screen and (min-width:769px)and (max-width:1023px){.has-text-right-tablet-only{text-align:right!important}}@media screen and (max-width:1023px){.has-text-right-touch{text-align:right!important}}@media screen and (min-width:1024px){.has-text-right-desktop{text-align:right!important}}@media screen and (min-width:1024px)and (max-width:1215px){.has-text-right-desktop-only{text-align:right!important}}@media screen and (min-width:1216px){.has-text-right-widescreen{text-align:right!important}}@media screen and (min-width:1216px)and (max-width:1407px){.has-text-right-widescreen-only{text-align:right!important}}@media screen and (min-width:1408px){.has-text-right-fullhd{text-align:right!important}}.is-capitalized{text-transform:capitalize!important}.is-lowercase{text-transform:lowercase!important}.is-uppercase{text-transform:uppercase!important}.is-italic{font-style:italic!important}.is-underlined{text-decoration:underline!important}.has-text-weight-light{font-weight:300!important}.has-text-weight-normal{font-weight:400!important}.has-text-weight-medium{font-weight:500!important}.has-text-weight-semibold{font-weight:600!important}.has-text-weight-bold{font-weight:700!important}.is-family-primary,.is-family-sans-serif,.is-family-secondary{font-family:BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Helvetica,Arial,sans-serif!important}.is-family-code,.is-family-monospace{font-family:monospace!important}.is-block{display:block!important}@media screen and (max-width:768px){.is-block-mobile{display:block!important}}@media print,screen and (min-width:769px){.is-block-tablet{display:block!important}}@media screen and (min-width:769px)and (max-width:1023px){.is-block-tablet-only{display:block!important}}@media screen and (max-width:1023px){.is-block-touch{display:block!important}}@media screen and (min-width:1024px){.is-block-desktop{display:block!important}}@media screen and (min-width:1024px)and (max-width:1215px){.is-block-desktop-only{display:block!important}}@media screen and (min-width:1216px){.is-block-widescreen{display:block!important}}@media screen and (min-width:1216px)and (max-width:1407px){.is-block-widescreen-only{display:block!important}}@media screen and (min-width:1408px){.is-block-fullhd{display:block!important}}.is-flex{display:flex!important}@media screen and (max-width:768px){.is-flex-mobile{display:flex!important}}@media print,screen and (min-width:769px){.is-flex-tablet{display:flex!important}}@media screen and (min-width:769px)and (max-width:1023px){.is-flex-tablet-only{display:flex!important}}@media screen and (max-width:1023px){.is-flex-touch{display:flex!important}}@media screen and (min-width:1024px){.is-flex-desktop{display:flex!important}}@media screen and (min-width:1024px)and (max-width:1215px){.is-flex-desktop-only{display:flex!important}}@media screen and (min-width:1216px){.is-flex-widescreen{display:flex!important}}@media screen and (min-width:1216px)and (max-width:1407px){.is-flex-widescreen-only{display:flex!important}}@media screen and (min-width:1408px){.is-flex-fullhd{display:flex!important}}.is-inline{display:inline!important}@media screen and (max-width:768px){.is-inline-mobile{display:inline!important}}@media print,screen and (min-width:769px){.is-inline-tablet{display:inline!important}}@media screen and (min-width:769px)and (max-width:1023px){.is-inline-tablet-only{display:inline!important}}@media screen and (max-width:1023px){.is-inline-touch{display:inline!important}}@media screen and (min-width:1024px){.is-inline-desktop{display:inline!important}}@media screen and (min-width:1024px)and (max-width:1215px){.is-inline-desktop-only{display:inline!important}}@media screen and (min-width:1216px){.is-inline-widescreen{display:inline!important}}@media screen and (min-width:1216px)and (max-width:1407px){.is-inline-widescreen-only{display:inline!important}}@media screen and (min-width:1408px){.is-inline-fullhd{display:inline!important}}.is-inline-block{display:inline-block!important}@media screen and (max-width:768px){.is-inline-block-mobile{display:inline-block!important}}@media print,screen and (min-width:769px){.is-inline-block-tablet{display:inline-block!important}}@media screen and (min-width:769px)and (max-width:1023px){.is-inline-block-tablet-only{display:inline-block!important}}@media screen and (max-width:1023px){.is-inline-block-touch{display:inline-block!important}}@media screen and (min-width:1024px){.is-inline-block-desktop{display:inline-block!important}}@media screen and (min-width:1024px)and (max-width:1215px){.is-inline-block-desktop-only{display:inline-block!important}}@media screen and (min-width:1216px){.is-inline-block-widescreen{display:inline-block!important}}@media screen and (min-width:1216px)and (max-width:1407px){.is-inline-block-widescreen-only{display:inline-block!important}}@media screen and (min-width:1408px){.is-inline-block-fullhd{display:inline-block!important}}.is-inline-flex{display:inline-flex!important}@media screen and (max-width:768px){.is-inline-flex-mobile{display:inline-flex!important}}@media print,screen and (min-width:769px){.is-inline-flex-tablet{display:inline-flex!important}}@media screen and (min-width:769px)and (max-width:1023px){.is-inline-flex-tablet-only{display:inline-flex!important}}@media screen and (max-width:1023px){.is-inline-flex-touch{display:inline-flex!important}}@media screen and (min-width:1024px){.is-inline-flex-desktop{display:inline-flex!important}}@media screen and (min-width:1024px)and (max-width:1215px){.is-inline-flex-desktop-only{display:inline-flex!important}}@media screen and (min-width:1216px){.is-inline-flex-widescreen{display:inline-flex!important}}@media screen and (min-width:1216px)and (max-width:1407px){.is-inline-flex-widescreen-only{display:inline-flex!important}}@media screen and (min-width:1408px){.is-inline-flex-fullhd{display:inline-flex!important}}.is-hidden{display:none!important}.is-sr-only{border:none!important;clip:rect(0,0,0,0)!important;height:.01em!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:.01em!important}@media screen and (max-width:768px){.is-hidden-mobile{display:none!important}}@media print,screen and (min-width:769px){.is-hidden-tablet{display:none!important}}@media screen and (min-width:769px)and (max-width:1023px){.is-hidden-tablet-only{display:none!important}}@media screen and (max-width:1023px){.is-hidden-touch{display:none!important}}@media screen and (min-width:1024px){.is-hidden-desktop{display:none!important}}@media screen and (min-width:1024px)and (max-width:1215px){.is-hidden-desktop-only{display:none!important}}@media screen and (min-width:1216px){.is-hidden-widescreen{display:none!important}}@media screen and (min-width:1216px)and (max-width:1407px){.is-hidden-widescreen-only{display:none!important}}@media screen and (min-width:1408px){.is-hidden-fullhd{display:none!important}}.is-invisible{visibility:hidden!important}@media screen and (max-width:768px){.is-invisible-mobile{visibility:hidden!important}}@media print,screen and (min-width:769px){.is-invisible-tablet{visibility:hidden!important}}@media screen and (min-width:769px)and (max-width:1023px){.is-invisible-tablet-only{visibility:hidden!important}}@media screen and (max-width:1023px){.is-invisible-touch{visibility:hidden!important}}@media screen and (min-width:1024px){.is-invisible-desktop{visibility:hidden!important}}@media screen and (min-width:1024px)and (max-width:1215px){.is-invisible-desktop-only{visibility:hidden!important}}@media screen and (min-width:1216px){.is-invisible-widescreen{visibility:hidden!important}}@media screen and (min-width:1216px)and (max-width:1407px){.is-invisible-widescreen-only{visibility:hidden!important}}@media screen and (min-width:1408px){.is-invisible-fullhd{visibility:hidden!important}}.is-border-radius-8{border-radius:8px}.is-border-radius-10px{border-radius:10px!important}.is-border-radius-12{border-radius:12px!important}.is-top-border-radius-12{border-radius:12px 12px 0 0!important}.is-border-radius-20{border-radius:20px!important}.is-border-radius-15px{border-radius:15px!important}.is-full-rounded{border-radius:9999px}.is-border-radius-40px{border-radius:40px!important}.is-rounded{border-radius:50%}.has-background-white-exception{background-color:var(--white-exception)}.has-background-primary-exception{background-color:var(--primary-exception)}.has-background-primary-dark-exception{background-color:var(--primary-dark-exception)}.has-background-black-exception{background-color:var(--black-exception)}.has-background-danger-exception{background-color:var(--danger-exception)}.has-background-grey-light-exception{background-color:var(--grey-light-exception)}.has-text-primary-exception{color:var(--primary-exception)}.has-text-black-exception{color:var(--black-exception)}.has-text-danger-exception{color:var(--danger-exception)}.has-text-success-exception{color:var(--success-exception)}.has-text-white-exception{color:var(--white-exception)}.has-text-grey-exception{color:var(--grey-exception)!important}.has-text-grey-light-exception{color:var(--grey-light-exception)}.has-background-transparent{background-color:transparent}.has-background-grey-lightest{background-color:var(--grey-lightest)}.is-border-none{border:none!important}.has-border-success{border:1px solid var(--success)}.has-border-danger{border:1px solid var(--danger)}.has-border-primary{border:1px solid var(--primary)}.has-border-grey{border:1px solid var(--grey-lighter)}.has-border-primary-2{border:2px solid var(--primary)}.embla__slide{flex:0 0 100%}.embla__next,.embla__prev{z-index:1;top:50%;transform:translateY(-50%);border:unset;padding:12px 18px;box-shadow:2px 2px 12px var(--shadow-color);line-height:0}@media screen and (max-width:768px){.embla__next,.embla__prev{padding:8px 12px}}.gap-1{grid-gap:.25rem;gap:.25rem}.gap-2{grid-gap:.5rem;gap:.5rem}.gap-3{grid-gap:.75rem;gap:.75rem}.gap-4{grid-gap:1rem;gap:1rem}.gap-5{grid-gap:1.5rem;gap:1.5rem}.gap-6{grid-gap:2rem;gap:2rem}.gap-7{grid-gap:3rem;gap:3rem}.is-fullsize{height:100%;width:100%}.is-fullwidth{width:100%}.is-fullheight{height:100%}.is-fullheight-container{height:100vh}.is-content-fit-width{width:-moz-fit-content;width:fit-content}.z-index-0{z-index:0}.z-index-1{z-index:1}.z-index-2{z-index:2}.z-index-5{z-index:5}.flex-gap-1{grid-gap:1rem;gap:1rem}.is-absolute{position:absolute}.max-w-600{max-width:600px}.max-w-720{max-width:720px}.max-w-370{max-width:370px}.is-background-none{background:none}.is-not-clickable{cursor:not-allowed}.b-0{bottom:0}.fullwidth-viewport-container{background-color:var(--white);padding:10px}@media screen and (max-width:1023px){.fullwidth-viewport-container{width:100vw;margin-left:-20px;padding:7px 20px}}@media screen and (max-width:768px){.m-0-mobile{margin:0!important}.is-background-none-mobile{background:none}}@media screen and (max-width:1023px){.mb-7-mobile{margin-bottom:4rem!important}}@media print,screen and (min-width:769px){.is-fixed-tablet{position:fixed}}.white-space-normal{white-space:normal}.w-answer-indicator{display:block;position:absolute;width:50px;height:50px;background:transparent;float:left}.w-answer-indicator .green{background:var(--success)}.w-answer-indicator .red,.w-answer-indicator .red:after,.w-answer-indicator .red:before{background:var(--danger)}.w-answer-indicator .back{width:50px;height:50px;border-radius:80px;position:absolute;animation-duration:.2s;animation-name:bounce-b}.w-answer-indicator .front{width:40px;height:40px;border-radius:65px;background:var(--white);position:absolute;top:5px;left:5px;animation-duration:.5s;animation-name:bounce-f}.w-answer-indicator .mark .check,.w-answer-indicator .mark .ex{animation-duration:.5s;animation-timing-function:ease;animation-name:mark}.w-answer-indicator .mark .check{z-index:99;opacity:1;transform-origin:left top;border-left:2px solid var(--success);border-top:2px solid var(--success);height:25px;width:12px;content:"";left:20px;top:36px;position:absolute;transform:rotate(-135deg)}.w-answer-indicator .mark .ex:before{height:3px;width:25px;left:13px;top:24px}.w-answer-indicator .mark .ex:after,.w-answer-indicator .mark .ex:before{opacity:1;transform-origin:center;content:"";position:absolute;transform:rotate(45deg)}.w-answer-indicator .mark .ex:after{height:25px;width:3px;left:23px;top:13px}@keyframes bounce-b{0%{transform:scale(.2)}50%{transform:scale(1)}65%{transform:scale(.9)}80%{transform:scale(1.01)}90%{transform:scale(.95)}to{transform:scale(1)}}@keyframes bounce-f{0%{transform:scale(.001)}55%{transform:scale(1.025)}68%{transform:scale(.95)}78%{transform:scale(1.01)}88%{transform:scale(.98)}to{transform:scale(1)}}@keyframes mark{0%{opacity:0}30%{opacity:0}48%{opacity:1}to{opacity:1}}.w-maze-exercise h3{margin-left:10px}.w-maze-exercise .column{position:relative}.w-maze-exercise-remaining-lives{position:absolute;bottom:-15px;right:11px}.w-maze-choice-image{height:62px;border-radius:8px;border-color:var(--grey-light)}@media screen and (max-width:768px){.w-maze-choice-image{height:44px}}.w-maze-choice{background:none;border:none}.w-maze-choice+.w-maze-choice{margin-top:8px}.w-maze-choice .w-answer-indicator{display:none}.w-maze-choice-is-question-column>div:before{content:"";position:absolute;left:278px;width:30px;height:29px;border-radius:50%;background-color:var(--white)!important;border-left:1px solid var(--grey)}@media screen and (max-width:768px){.w-maze-choice-is-question-column>div:before{left:155px;background-color:var(--white)}}@media screen and (min-width:769px)and (max-width:1023px){.w-maze-choice-is-question-column>div:before{left:224px;background-color:var(--white)}}.w-maze-choice-is-question-column-image>div:before{content:"";position:absolute;left:278px;width:30px;height:29px;border-radius:50%;background-color:var(--white)!important;border-left:1px solid var(--white)}@media screen and (max-width:768px){.w-maze-choice-is-question-column-image>div:before{left:155px;background-color:var(--white)}}@media screen and (min-width:769px)and (max-width:1023px){.w-maze-choice-is-question-column-image>div:before{left:224px;background-color:var(--white)}}.w-maze-choice-is-question-column-disable:before{border-left:1px solid var(--grey-lightest)!important}.w-maze-choice-is-answer-column>div:before{content:"";position:absolute;left:-6px;width:30px;height:29px;border-radius:50%;background-color:var(--white);border-left:1px solid var(--grey)}.w-maze-choice-is-answer-column-correct:before{animation:correct-answer-before-animation 1s ease-out;animation-fill-mode:forwards;border-left:1px solid var(--grey)}.w-maze-choice-is-answer-column-selected:before{background-color:var(--primary)!important}.w-maze-choice-is-answer-column-disable:before{background-color:var(--grey-lightest)!important;border-left:1px solid var(--grey-lightest)!important}.w-maze-choice-is-answer-column-wrong:before{background-color:var(--danger)!important}.w-maze-choice-container{width:286px;height:74px;border:1.5px solid;border-color:var(--grey-light);box-sizing:border-box;border-radius:8px;color:var(--black);cursor:pointer}@media screen and (min-width:769px)and (max-width:1023px){.w-maze-choice-container{width:230px;height:74px}}@media screen and (max-width:768px){.w-maze-choice-container{width:160px;height:55px}}.w-maze-choice-is-selected{border-color:var(--primary);background-color:var(--primary);color:var(--white-exception)}.w-maze-choice-label{text-align:center;width:85%;word-break:break-word}.w-maze-choice-is-correct{border-color:var(--grey-lightest);background-color:var(--grey-lightest);color:var(--black);animation:correct-answer-animation 1s ease-out}.w-maze-choice-is-correct .w-answer-indicator{display:block;animation:answer-indicator 0s ease-in 1s;animation-fill-mode:forwards}.w-maze-choice-is-correct .w-maze-choice-label{visibility:hidden;animation:choice-label 0s ease-in 1s;animation-fill-mode:forwards}.w-maze-choice-is-incorrect{border-color:var(--danger);background-color:var(--danger);animation:incorrect-answer-animation 1s ease-out}.w-maze-choice-is-incorrect .w-answer-indicator{display:block}.w-maze-choice-is-incorrect .w-maze-choice-label{visibility:hidden}.w-maze-choice:not(:disabled) .w-maze-choice-container:hover:before{border-color:var(--primary);background-color:var(--primary)}.w-maze-choice:not(:disabled) .w-maze-choice-container:hover{border-color:var(--primary);background-color:var(--primary);color:var(--white-exception)}@keyframes answer-indicator{to{visibility:hidden}}@keyframes correct-answer-before-animation{0%{background-color:var(--success);border-color:var(--success)}20%{background-color:var(--success);border-color:var(--success)}to{opacity:1;background-color:var(--grey-lightest);border-color:var(--grey-lightest)}}@keyframes correct-answer-animation{0%{background-color:var(--success);border-color:var(--success)}20%{background-color:var(--success);border-color:var(--success)}to{opacity:1}}@keyframes incorrect-answer-animation{0%{background-color:var(--danger);border-color:var(--danger)}20%{background-color:var(--danger);border-color:var(--danger)}to{opacity:1}}@keyframes choice-label{to{visibility:visible}}.switch[type=checkbox]{outline:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:inline-block;position:absolute;opacity:0}.switch[type=checkbox]:focus+label:after,.switch[type=checkbox]:focus+label:before{outline:1px dotted var(--grey-light)}.switch[type=checkbox][disabled]{cursor:not-allowed}.switch[type=checkbox][disabled]+label,.switch[type=checkbox][disabled]+label:after,.switch[type=checkbox][disabled]+label:before{opacity:.5}.switch[type=checkbox][disabled]+label:hover{cursor:not-allowed}.switch[type=checkbox]+label{position:relative;display:inline-flex;align-items:center;justify-content:flex-start;font-size:1rem;height:2.5em;line-height:1.5;padding-left:3.5rem;padding-top:.2rem;cursor:pointer}.switch[type=checkbox]+label:before{position:absolute;display:block;top:calc(50% - 1.5rem * .5);left:0;width:3rem;height:1.5rem;border:.1rem solid transparent;border-radius:12px;background:var(--grey-light-exception);content:""}.switch[type=checkbox]+label:after{display:block;position:absolute;top:calc(50% - 1rem * .5);left:.25rem;width:1rem;height:1rem;transform:translateZ(0);border-radius:12px;background:var(--white-exception);transition:all .25s ease-out;content:""}.switch[type=checkbox]+label .switch-active,.switch[type=checkbox]+label .switch-inactive{font-size:.9rem;z-index:1;margin-top:-4px}.switch[type=checkbox]+label.has-text-inside .switch-inactive{margin-left:-1.925rem}.switch[type=checkbox]+label.has-text-inside .switch-active{margin-left:-3.25rem}.switch[type=checkbox].is-rtl+label{padding-left:0;padding-right:3.5rem}.switch[type=checkbox].is-rtl+label:before{left:auto;right:0}.switch[type=checkbox].is-rtl+label:after{left:auto;right:1.625rem}.switch[type=checkbox]:checked+label:before{background:var(--primary-exception)}.switch[type=checkbox]:checked+label:after{left:1.625rem}.switch[type=checkbox]:checked.is-rtl+label:after{left:auto;right:.25rem}.switch[type=checkbox].is-outlined+label:before{background-color:transparent;border-color:var(--grey-light-exception)}.switch[type=checkbox].is-outlined+label:after{background:var(--grey-light-exception)}.switch[type=checkbox].is-outlined:checked+label:before{background-color:transparent;border-color:var(--primary-exception)}.switch[type=checkbox].is-outlined:checked+label:after{background:var(--primary)}.switch[type=checkbox].is-thin+label:before{top:.5454545456rem;height:.375rem}.switch[type=checkbox].is-thin+label:after{box-shadow:0 0 3px var(--grey)}.switch[type=checkbox].is-rounded+label:before{border-radius:24px}.switch[type=checkbox].is-rounded+label:after{border-radius:50%}.switch[type=checkbox].is-small+label{position:relative;display:inline-flex;align-items:center;justify-content:flex-start;font-size:.875rem;height:2.5em;line-height:1.5;padding-left:3.125rem;padding-top:.2rem;cursor:pointer}.switch[type=checkbox].is-small+label:before{position:absolute;display:block;top:calc(50% - 1.3125rem * .5);left:0;width:2.625rem;height:1.3125rem;border:.1rem solid transparent;border-radius:12px;background:var(--grey-light-exception);content:""}.switch[type=checkbox].is-small+label:after{display:block;position:absolute;top:calc(50% - .8125rem * .5);left:.25rem;width:.8125rem;height:.8125rem;transform:translateZ(0);border-radius:12px;background:var(--white-exception);transition:all .25s ease-out;content:""}.switch[type=checkbox].is-small+label .switch-active,.switch[type=checkbox].is-small+label .switch-inactive{font-size:.775rem;z-index:1;margin-top:-4px}.switch[type=checkbox].is-small+label.has-text-inside .switch-inactive{margin-left:-1.7375rem}.switch[type=checkbox].is-small+label.has-text-inside .switch-active{margin-left:-2.875rem}.switch[type=checkbox].is-small.is-rtl+label{padding-left:0;padding-right:3.125rem}.switch[type=checkbox].is-small.is-rtl+label:before{left:auto;right:0}.switch[type=checkbox].is-small.is-rtl+label:after{left:auto;right:1.4375rem}.switch[type=checkbox].is-small:checked+label:before{background:var(--primary-exception)}.switch[type=checkbox].is-small:checked+label:after{left:1.4375rem}.switch[type=checkbox].is-small:checked.is-rtl+label:after{left:auto;right:.25rem}.switch[type=checkbox].is-small.is-outlined+label:before{background-color:transparent;border-color:var(--grey-light-exception)}.switch[type=checkbox].is-small.is-outlined+label:after{background:var(--grey-light-exception)}.switch[type=checkbox].is-small.is-outlined:checked+label:before{background-color:transparent;border-color:var(--primary-exception)}.switch[type=checkbox].is-small.is-outlined:checked+label:after{background:var(--primary)}.switch[type=checkbox].is-small.is-thin+label:before{top:.4772727274rem;height:.328125rem}.switch[type=checkbox].is-small.is-thin+label:after{box-shadow:0 0 3px var(--grey)}.switch[type=checkbox].is-small.is-rounded+label:before{border-radius:24px}.switch[type=checkbox].is-small.is-rounded+label:after{border-radius:50%}.switch[type=checkbox].is-medium+label{position:relative;display:inline-flex;align-items:center;justify-content:flex-start;font-size:1.25rem;height:2.5em;line-height:1.5;padding-left:4.25rem;padding-top:.2rem;cursor:pointer}.switch[type=checkbox].is-medium+label:before{position:absolute;display:block;top:calc(50% - 1.875rem * .5);left:0;width:3.75rem;height:1.875rem;border:.1rem solid transparent;border-radius:12px;background:var(--grey-light-exception);content:""}.switch[type=checkbox].is-medium+label:after{display:block;position:absolute;top:calc(50% - 1.375rem * .5);left:.25rem;width:1.375rem;height:1.375rem;transform:translateZ(0);border-radius:12px;background:var(--white-exception);transition:all .25s ease-out;content:""}.switch[type=checkbox].is-medium+label .switch-active,.switch[type=checkbox].is-medium+label .switch-inactive{font-size:1.15rem;z-index:1;margin-top:-4px}.switch[type=checkbox].is-medium+label.has-text-inside .switch-inactive{margin-left:-2.3rem}.switch[type=checkbox].is-medium+label.has-text-inside .switch-active{margin-left:-4rem}.switch[type=checkbox].is-medium.is-rtl+label{padding-left:0;padding-right:4.25rem}.switch[type=checkbox].is-medium.is-rtl+label:before{left:auto;right:0}.switch[type=checkbox].is-medium.is-rtl+label:after{left:auto;right:2rem}.switch[type=checkbox].is-medium:checked+label:before{background:var(--primary-exception)}.switch[type=checkbox].is-medium:checked+label:after{left:2rem}.switch[type=checkbox].is-medium:checked.is-rtl+label:after{left:auto;right:.25rem}.switch[type=checkbox].is-medium.is-outlined+label:before{background-color:transparent;border-color:var(--grey-light-exception)}.switch[type=checkbox].is-medium.is-outlined+label:after{background:var(--grey-light-exception)}.switch[type=checkbox].is-medium.is-outlined:checked+label:before{background-color:transparent;border-color:var(--primary-exception)}.switch[type=checkbox].is-medium.is-outlined:checked+label:after{background:var(--primary)}.switch[type=checkbox].is-medium.is-thin+label:before{top:.6818181819rem;height:.46875rem}.switch[type=checkbox].is-medium.is-thin+label:after{box-shadow:0 0 3px var(--grey)}.switch[type=checkbox].is-medium.is-rounded+label:before{border-radius:24px}.switch[type=checkbox].is-medium.is-rounded+label:after{border-radius:50%}.switch[type=checkbox].is-large+label{position:relative;display:inline-flex;align-items:center;justify-content:flex-start;font-size:1.5rem;height:2.5em;line-height:1.5;padding-left:5rem;padding-top:.2rem;cursor:pointer}.switch[type=checkbox].is-large+label:before{position:absolute;display:block;top:calc(50% - 2.25rem * .5);left:0;width:4.5rem;height:2.25rem;border:.1rem solid transparent;border-radius:12px;background:var(--grey-light-exception);content:""}.switch[type=checkbox].is-large+label:after{display:block;position:absolute;top:calc(50% - 1.75rem * .5);left:.25rem;width:1.75rem;height:1.75rem;transform:translateZ(0);border-radius:12px;background:var(--white-exception);transition:all .25s ease-out;content:""}.switch[type=checkbox].is-large+label .switch-active,.switch[type=checkbox].is-large+label .switch-inactive{font-size:1.4rem;z-index:1;margin-top:-4px}.switch[type=checkbox].is-large+label.has-text-inside .switch-inactive{margin-left:-2.675rem}.switch[type=checkbox].is-large+label.has-text-inside .switch-active{margin-left:-4.75rem}.switch[type=checkbox].is-large.is-rtl+label{padding-left:0;padding-right:5rem}.switch[type=checkbox].is-large.is-rtl+label:before{left:auto;right:0}.switch[type=checkbox].is-large.is-rtl+label:after{left:auto;right:2.375rem}.switch[type=checkbox].is-large:checked+label:before{background:var(--primary-exception)}.switch[type=checkbox].is-large:checked+label:after{left:2.375rem}.switch[type=checkbox].is-large:checked.is-rtl+label:after{left:auto;right:.25rem}.switch[type=checkbox].is-large.is-outlined+label:before{background-color:transparent;border-color:var(--grey-light-exception)}.switch[type=checkbox].is-large.is-outlined+label:after{background:var(--grey-light-exception)}.switch[type=checkbox].is-large.is-outlined:checked+label:before{background-color:transparent;border-color:var(--primary-exception)}.switch[type=checkbox].is-large.is-outlined:checked+label:after{background:var(--primary)}.switch[type=checkbox].is-large.is-thin+label:before{top:.8181818183rem;height:.5625rem}.switch[type=checkbox].is-large.is-thin+label:after{box-shadow:0 0 3px var(--grey)}.switch[type=checkbox].is-large.is-rounded+label:before{border-radius:24px}.switch[type=checkbox].is-large.is-rounded+label:after{border-radius:50%}.switch[type=checkbox].is-white+label .switch-active{display:none}.switch[type=checkbox].is-white+label .switch-inactive{display:inline-block}.switch[type=checkbox].is-white:checked+label:before{background:var(--white)}.switch[type=checkbox].is-white:checked+label .switch-active{display:inline-block}.switch[type=checkbox].is-white:checked+label .switch-inactive{display:none}.switch[type=checkbox].is-white.is-outlined:checked+label:before{background-color:transparent;border-color:var(--white)!important}.switch[type=checkbox].is-white.is-outlined:checked+label:after{background:var(--white)}.switch[type=checkbox].is-white.is-thin.is-outlined+label:after{box-shadow:none}.switch[type=checkbox].is-unchecked-white+label:before{background:var(--white)}.switch[type=checkbox].is-unchecked-white.is-outlined+label:before{background-color:transparent;border-color:var(--white)!important}.switch[type=checkbox].is-unchecked-white.is-outlined+label:after{background:var(--white)}.switch[type=checkbox].is-black+label .switch-active{display:none}.switch[type=checkbox].is-black+label .switch-inactive{display:inline-block}.switch[type=checkbox].is-black:checked+label:before{background:var(--black)}.switch[type=checkbox].is-black:checked+label .switch-active{display:inline-block}.switch[type=checkbox].is-black:checked+label .switch-inactive{display:none}.switch[type=checkbox].is-black.is-outlined:checked+label:before{background-color:transparent;border-color:var(--black)!important}.switch[type=checkbox].is-black.is-outlined:checked+label:after{background:var(--black)}.switch[type=checkbox].is-black.is-thin.is-outlined+label:after{box-shadow:none}.switch[type=checkbox].is-unchecked-black+label:before{background:var(--black)}.switch[type=checkbox].is-unchecked-black.is-outlined+label:before{background-color:transparent;border-color:var(--black)!important}.switch[type=checkbox].is-unchecked-black.is-outlined+label:after{background:var(--black)}.switch[type=checkbox].is-light+label .switch-active{display:none}.switch[type=checkbox].is-light+label .switch-inactive{display:inline-block}.switch[type=checkbox].is-light:checked+label:before{background:var(--white-ter)}.switch[type=checkbox].is-light:checked+label .switch-active{display:inline-block}.switch[type=checkbox].is-light:checked+label .switch-inactive{display:none}.switch[type=checkbox].is-light.is-outlined:checked+label:before{background-color:transparent;border-color:var(--white-ter)!important}.switch[type=checkbox].is-light.is-outlined:checked+label:after{background:var(--white-ter)}.switch[type=checkbox].is-light.is-thin.is-outlined+label:after{box-shadow:none}.switch[type=checkbox].is-unchecked-light+label:before{background:var(--white-ter)}.switch[type=checkbox].is-unchecked-light.is-outlined+label:before{background-color:transparent;border-color:var(--white-ter)!important}.switch[type=checkbox].is-unchecked-light.is-outlined+label:after{background:var(--white-ter)}.switch[type=checkbox].is-dark+label .switch-active{display:none}.switch[type=checkbox].is-dark+label .switch-inactive{display:inline-block}.switch[type=checkbox].is-dark:checked+label:before{background:var(--grey-darker)}.switch[type=checkbox].is-dark:checked+label .switch-active{display:inline-block}.switch[type=checkbox].is-dark:checked+label .switch-inactive{display:none}.switch[type=checkbox].is-dark.is-outlined:checked+label:before{background-color:transparent;border-color:var(--grey-darker)!important}.switch[type=checkbox].is-dark.is-outlined:checked+label:after{background:var(--grey-darker)}.switch[type=checkbox].is-dark.is-thin.is-outlined+label:after{box-shadow:none}.switch[type=checkbox].is-unchecked-dark+label:before{background:var(--grey-darker)}.switch[type=checkbox].is-unchecked-dark.is-outlined+label:before{background-color:transparent;border-color:var(--grey-darker)!important}.switch[type=checkbox].is-unchecked-dark.is-outlined+label:after{background:var(--grey-darker)}.switch[type=checkbox].is-primary+label .switch-active{display:none}.switch[type=checkbox].is-primary+label .switch-inactive{display:inline-block}.switch[type=checkbox].is-primary:checked+label:before{background:var(--primary)}.switch[type=checkbox].is-primary:checked+label .switch-active{display:inline-block}.switch[type=checkbox].is-primary:checked+label .switch-inactive{display:none}.switch[type=checkbox].is-primary.is-outlined:checked+label:before{background-color:transparent;border-color:var(--primary)!important}.switch[type=checkbox].is-primary.is-outlined:checked+label:after{background:var(--primary)}.switch[type=checkbox].is-primary.is-thin.is-outlined+label:after{box-shadow:none}.switch[type=checkbox].is-unchecked-primary+label:before{background:var(--primary)}.switch[type=checkbox].is-unchecked-primary.is-outlined+label:before{background-color:transparent;border-color:var(--primary)!important}.switch[type=checkbox].is-unchecked-primary.is-outlined+label:after{background:var(--primary)}.switch[type=checkbox].is-link+label .switch-active{display:none}.switch[type=checkbox].is-link+label .switch-inactive{display:inline-block}.switch[type=checkbox].is-link:checked+label:before{background:var(--link)}.switch[type=checkbox].is-link:checked+label .switch-active{display:inline-block}.switch[type=checkbox].is-link:checked+label .switch-inactive{display:none}.switch[type=checkbox].is-link.is-outlined:checked+label:before{background-color:transparent;border-color:var(--link)!important}.switch[type=checkbox].is-link.is-outlined:checked+label:after{background:var(--link)}.switch[type=checkbox].is-link.is-thin.is-outlined+label:after{box-shadow:none}.switch[type=checkbox].is-unchecked-link+label:before{background:var(--link)}.switch[type=checkbox].is-unchecked-link.is-outlined+label:before{background-color:transparent;border-color:var(--link)!important}.switch[type=checkbox].is-unchecked-link.is-outlined+label:after{background:var(--link)}.switch[type=checkbox].is-info+label .switch-active{display:none}.switch[type=checkbox].is-info+label .switch-inactive{display:inline-block}.switch[type=checkbox].is-info:checked+label:before{background:var(--info)}.switch[type=checkbox].is-info:checked+label .switch-active{display:inline-block}.switch[type=checkbox].is-info:checked+label .switch-inactive{display:none}.switch[type=checkbox].is-info.is-outlined:checked+label:before{background-color:transparent;border-color:var(--info)!important}.switch[type=checkbox].is-info.is-outlined:checked+label:after{background:var(--info)}.switch[type=checkbox].is-info.is-thin.is-outlined+label:after{box-shadow:none}.switch[type=checkbox].is-unchecked-info+label:before{background:var(--info)}.switch[type=checkbox].is-unchecked-info.is-outlined+label:before{background-color:transparent;border-color:var(--info)!important}.switch[type=checkbox].is-unchecked-info.is-outlined+label:after{background:var(--info)}.switch[type=checkbox].is-success+label .switch-active{display:none}.switch[type=checkbox].is-success+label .switch-inactive{display:inline-block}.switch[type=checkbox].is-success:checked+label:before{background:var(--success)}.switch[type=checkbox].is-success:checked+label .switch-active{display:inline-block}.switch[type=checkbox].is-success:checked+label .switch-inactive{display:none}.switch[type=checkbox].is-success.is-outlined:checked+label:before{background-color:transparent;border-color:var(--success)!important}.switch[type=checkbox].is-success.is-outlined:checked+label:after{background:var(--success)}.switch[type=checkbox].is-success.is-thin.is-outlined+label:after{box-shadow:none}.switch[type=checkbox].is-unchecked-success+label:before{background:var(--success)}.switch[type=checkbox].is-unchecked-success.is-outlined+label:before{background-color:transparent;border-color:var(--success)!important}.switch[type=checkbox].is-unchecked-success.is-outlined+label:after{background:var(--success)}.switch[type=checkbox].is-warning+label .switch-active{display:none}.switch[type=checkbox].is-warning+label .switch-inactive{display:inline-block}.switch[type=checkbox].is-warning:checked+label:before{background:var(--warning)}.switch[type=checkbox].is-warning:checked+label .switch-active{display:inline-block}.switch[type=checkbox].is-warning:checked+label .switch-inactive{display:none}.switch[type=checkbox].is-warning.is-outlined:checked+label:before{background-color:transparent;border-color:var(--warning)!important}.switch[type=checkbox].is-warning.is-outlined:checked+label:after{background:var(--warning)}.switch[type=checkbox].is-warning.is-thin.is-outlined+label:after{box-shadow:none}.switch[type=checkbox].is-unchecked-warning+label:before{background:var(--warning)}.switch[type=checkbox].is-unchecked-warning.is-outlined+label:before{background-color:transparent;border-color:var(--warning)!important}.switch[type=checkbox].is-unchecked-warning.is-outlined+label:after{background:var(--warning)}.switch[type=checkbox].is-danger+label .switch-active{display:none}.switch[type=checkbox].is-danger+label .switch-inactive{display:inline-block}.switch[type=checkbox].is-danger:checked+label:before{background:var(--danger)}.switch[type=checkbox].is-danger:checked+label .switch-active{display:inline-block}.switch[type=checkbox].is-danger:checked+label .switch-inactive{display:none}.switch[type=checkbox].is-danger.is-outlined:checked+label:before{background-color:transparent;border-color:var(--danger)!important}.switch[type=checkbox].is-danger.is-outlined:checked+label:after{background:var(--danger)}.switch[type=checkbox].is-danger.is-thin.is-outlined+label:after{box-shadow:none}.switch[type=checkbox].is-unchecked-danger+label:before{background:var(--danger)}.switch[type=checkbox].is-unchecked-danger.is-outlined+label:before{background-color:transparent;border-color:var(--danger)!important}.switch[type=checkbox].is-unchecked-danger.is-outlined+label:after{background:var(--danger)}.field-body .switch[type=checkbox]+label{margin-top:.375em}*,body,html{padding:0;margin:0;box-sizing:border-box}body{background-color:var(--white);--toastify-color-error:var(--danger-light);--toastify-text-color-error:var(--danger);--toastify-toast-width:auto;--toastify-toast-min-height:unset;--toastify-text-color-success:var(--success-dark);--toastify-color-success:var(--success-light)}body input::-moz-placeholder{color:var(--grey)!important;opacity:1}body input:-ms-input-placeholder{color:var(--grey)!important;opacity:1}body input::placeholder{color:var(--grey)!important;opacity:1}@font-face{font-family:OpenDyslexic;src:url(/_next/static/media/OpenDyslexic-Regular.0f3361c2.otf) format("opentype");font-style:normal}@font-face{font-family:OpenDyslexic;font-weight:700;src:url(/_next/static/media/OpenDyslexic-Bold.01eb992e.otf) format("opentype");font-style:normal}body.dyslexia{--toastify-font-family:opendyslexic}body.dyslexia,body.dyslexia button,body.dyslexia input{font-family:OpenDyslexic,sans-serif}.button.is-outlined:not(:hover){background-color:transparent}:root{--toastify-color-error:var(--danger-light);--toastify-text-color-error:var(--danger);--toastify-toast-width:auto;--toastify-toast-min-height:unset;--toastify-text-color-success:var(--success-dark);--toastify-color-success:var(--success-light)}body.menu_default-theme__ZCT_a{--primary:#33aae3;--link:#fc7124;--info:#0071bb;--success:#6abd41;--warning:#f9b341;--danger:#d83740;--white:#fff;--primary-light:#effaff;--link-light:#ffa087;--info-light:#79b7e0;--success-light:#edf9f1;--warning-light:#feead3;--danger-light:#fbebec;--primary-dark:#0b96cf;--link-dark:#c64c2b;--info-dark:#0e386a;--success-dark:#539731;--warning-dark:#d29838;--danger-dark:#b52e35;--info-darker:#021167;--black:#112b4a;--black-bis:#3e3e3e;--grey-darker:#464753;--grey-dark:#6f7081;--grey:#8f90a6;--grey-light:#c7c9d9;--grey-lighter:#e4e4eb;--grey-lightest:#f2f2f5;--white-ter:#f5f5f5;--white-bis:#f9f9f9;--shadow-color:rgb(17 43 74/9%);--primary-exception:#33aae3;--black-exception:#112b4a;--danger-exception:#d83740;--success-exception:#6abd41;--white-exception:#fff;--grey-exception:#8f90a6;--grey-light-exception:#c7c9d9;--grey-lightest-exception:#f2f2f5;--primary-light-exception:#effaff;--primary-dark-exception:#0b96cf;--wiz-battle-close-button:#969696;--wiz-battle-modal-text:#021167;--wiz-battle-modal-bg:#fff}body.menu_dark-theme__iBpCq{--primary:#33aae3;--link:#fc7124;--info:#0071bb;--success:#6abd41;--warning:#f9b341;--danger:#d83740;--white:#0d0d0d;--primary-light:#303030;--link-light:#ffa087;--info-light:#8dc2e5;--success-light:#191919;--warning-light:#452502;--danger-light:#191919;--primary-dark:#0b96cf;--link-dark:#c64c2b;--info-dark:#0e386a;--success-dark:#539731;--warning-dark:#d29838;--danger-dark:#b52e35;--black:#fff;--black-bis:#3e3e3e;--grey-darker:#464753;--grey-dark:#6f7081;--grey:#8f90a6;--grey-light:#eeee;--grey-lighter:#1f1f2a;--grey-lightest:#181818;--white-ter:#171717;--white-bis:#131313;--shadow-color:rgb(255 255 255/9%);--primary-exception:#33aae3;--black-exception:#112b4a;--danger-exception:#d83740;--success-exception:#6abd41;--white-exception:#fff;--grey-exception:#8f90a6;--grey-light-exception:#c7c9d9;--grey-lightest-exception:#f2f2f5;--primary-light-exception:#effaff;--primary-dark-exception:#0b96cf;--wiz-battle-close-button:#6e6e6e;--wiz-battle-modal-text:#8897ef;--wiz-battle-modal-bg:#1a1a1a}body.menu_achromatopsia-theme__MdTi1{--primary:#959595;--link:#6b6b6b;--info:#5e5e5e;--success:#a3a3a3;--warning:#bababa;--danger:#5a5a5a;--white:#fff;--primary-light:#f8f8f8;--link-light:#b3b3b3;--info-light:#adadad;--success-light:#f6f6f6;--warning-light:#ededed;--danger-light:#eeee;--primary-dark:#7d7d7d;--link-dark:#636363;--info-dark:#3333;--success-dark:#818181;--warning-dark:#9d9d9d;--danger-dark:#4b4b4b;--black:#272727;--black-bis:#3e3e3e;--grey-darker:#474747;--grey-dark:#717171;--grey:#919191;--grey-light:#cacaca;--grey-lighter:#e5e5e5;--grey-lightest:#f2f2f2;--white-ter:#f5f5f5;--white-bis:#f9f9f9;--shadow-color:rgb(39 39 39/9%);--primary-exception:#959595;--black-exception:#272727;--danger-exception:#5a5a5a;--white-exception:#fff;--grey-light-exception:#cacaca;--grey-lightest-exception:#f2f2f2;--primary-light-exception:#f8f8f8;--primary-dark-exception:#7d7d7d;--wiz-battle-close-button:#969696;--wiz-battle-modal-text:#141414;--wiz-battle-modal-bg:#fff}body.menu_tritanopia-theme__8Mr6N{--primary:#00afbd;--link:#ea4a4e;--info:#007981;--success:#82afbd;--warning:#ffa7b3;--danger:#d73b3d;--white:#fff;--primary-light:#f5f8ff;--link-light:#ff9ca7;--info-light:#6fbac9;--success-light:#f3f5ff;--warning-light:#ffe6f4;--danger-light:#fde8fa;--primary-dark:#009aa6;--link-dark:#c6494e;--info-dark:#004146;--success-dark:#678c97;--warning-dark:#d88d97;--danger-dark:#b33234;--black:#003337;--black-bis:#413f44;--grey-darker:#47494f;--grey-dark:#6d7079;--grey:#8c909c;--grey-light:#c6c8d7;--grey-lighter:#e5e2f3;--grey-lightest:#f4f0ff;--white-ter:#faf7ff;--white-bis:#f9f9f9;--shadow-color:rgb(0 51 55/9%);--primary-exception:#00afbd;--black-exception:#003337;--danger-exception:#d73b3d;--success-exception:#82afbd;--white-exception:#fff;--grey-exception:#8c909c;--grey-light-exception:#c6c8d7;--grey-lightest-exception:#f4f0ff;--primary-light-exception:#f5f8ff;--primary-dark-exception:#009aa6;--wiz-battle-close-button:#96939f;--wiz-battle-modal-text:#00292a;--wiz-battle-modal-bg:#fff}body.menu_deuteranopia-theme__AoPqt{--primary:#7e9de7;--link:#a67b16;--info:#2d6ebb;--success:#d2a04e;--warning:#f1b542;--danger:#916e37;--white:#fff;--primary-light:#fff5fb;--link-light:#dcaf81;--info-light:#a2ace3;--success-light:#fff3f5;--warning-light:#ffe8df;--danger-light:#ffe9ed;--primary-dark:#688bd2;--link-dark:#916d26;--info-dark:#003c69;--success-dark:#a77f3d;--warning-dark:#cb993a;--danger-dark:#795d30;--black:#192e4c;--black-bis:#463e41;--grey-darker:#4b4754;--grey-dark:#746d80;--grey:#948da5;--grey-light:#d5c3da;--grey-lighter:#f7ddec;--grey-lightest:#ffedf5;--white-ter:#fff1f6;--white-bis:#fff6f9;--shadow-color:rgb(25 46 76/9%);--primary-exception:#7e9de7;--black-exception:#192e4c;--danger-exception:#916e37;--success-exception:#d2a04e;--white-exception:#fff;--grey-exception:#948da5;--grey-light-exception:#d5c3da;--grey-lightest-exception:#ffedf5;--primary-light-exception:#fff5fb;--primary-dark-exception:#688bd2;--wiz-battle-close-button:#a39096;--wiz-battle-modal-text:#00263e;--wiz-battle-modal-bg:#fff}body.menu_protanopia-theme__2VAIq{--primary:#8b9cda;--link:#928234;--info:#4d6bb5;--success:#bca83e;--warning:#d6bf46;--danger:#7d7455;--white:#fff;--primary-light:#faf6fd;--link-light:#c4b790;--info-light:#a3add9;--success-light:#fcf4ee;--warning-light:#f7ecd3;--danger-light:#f3eded;--primary-dark:#7889c5;--link-dark:#7f7339;--info-dark:#233968;--success-dark:#968630;--warning-dark:#b5a13e;--danger-dark:#696148;--black:#222d4b;--black-bis:#414040;--grey-darker:#474854;--grey-dark:#6e6f80;--grey:#8c8fa5;--grey-light:#c8c7d8;--grey-lighter:#e6e2ea;--grey-lightest:#f5f1f4;--white-ter:#fdf7f8;--white-bis:#fff6f9;--shadow-color:rgb(34 45 75/9%);--primary-exception:#8b9cda;--black-exception:#222d4b;--danger-exception:#7d7455;--success-exception:#bca83e;--white-exception:#fff;--grey-exception:#8c8fa5;--grey-light-exception:#c8c7d8;--grey-lightest-exception:#f5f1f4;--primary-light-exception:#faf6fd;--primary-dark-exception:#7889c5;--wiz-battle-close-button:#979494;--wiz-battle-modal-text:#002349;--wiz-battle-modal-bg:#fff}body.menu_default-theme-kids-two-third-edition-spelling-bee-or-who-am-i__MqeAt{--primary:#f9b341;--link:#fc7124;--info:#0071bb;--success:#6abd41;--warning:#f9b341;--danger:#d83740;--white:#fff;--primary-light:#effaff;--link-light:#ffa087;--info-light:#79b7e0;--success-light:#edf9f1;--warning-light:#feead3;--danger-light:#fbebec;--primary-dark:#f9b341;--link-dark:#c64c2b;--info-dark:#0e386a;--success-dark:#539731;--warning-dark:#d29838;--danger-dark:#b52e35;--black:#112b4a;--black-bis:#3e3e3e;--grey-darker:#464753;--grey-dark:#6f7081;--grey:#464753;--grey-light:#c7c9d8;--grey-lighter:#e4e4eb;--grey-lightest:#f2f2f5;--white-ter:#f5f5f5;--white-bis:#f9f9f9;--shadow-color:rgb(17 43 74/9%);--primary-exception:#f9b341;--black-exception:#112b4a;--danger-exception:#d83740;--success-exception:#6abd41;--white-exception:#fff;--grey-exception:#8f90a6;--grey-light-exception:#c7c9d9;--grey-lightest-exception:#f2f2f5;--primary-light-exception:#effaff;--primary-dark-exception:#d79b3a}body.menu_dark-theme-kids-two-third-edition-spelling-bee-or-who-am-i__z0_NN{--primary:#f9b341;--link:#fc7124;--info:#0071bb;--success:#6abd41;--warning:#f9b341;--danger:#d83740;--white:#0d0d0d;--primary-light:#636363;--link-light:#ffa087;--info-light:#8dc2e5;--success-light:#191919;--warning-light:#452502;--danger-light:#191919;--primary-dark:#f9b341;--link-dark:#c64c2b;--info-dark:#0e386a;--success-dark:#539731;--warning-dark:#d29838;--danger-dark:#b52e35;--black:#fff;--black-bis:#3e3e3e;--grey-darker:#464753;--grey-dark:#6f7081;--grey:#effaff;--grey-light:#eeee;--grey-lighter:#1f1f2a;--grey-lightest:#fff;--white-ter:#171717;--white-bis:#131313;--shadow-color:rgb(255 255 255/9%);--primary-exception:#f9b341;--black-exception:#112b4a;--danger-exception:#d83740;--success-exception:#6abd41;--white-exception:#fff;--grey-exception:#8f90a6;--grey-light-exception:#c7c9d9;--grey-lightest-exception:#f2f2f5;--primary-light-exception:#effaff;--primary-dark-exception:#d79b3a}body.menu_achromatopsia-theme-kids-two-third-edition-spelling-bee-or-who-am-i__wZDRW{--primary:#bababa;--link:#6b6b6b;--info:#5e5e5e;--success:#a3a3a3;--warning:#bababa;--danger:#5a5a5a;--white:#fff;--primary-light:#f8f8f8;--link-light:#b3b3b3;--info-light:#adadad;--success-light:#f6f6f6;--warning-light:#ededed;--danger-light:#eeee;--primary-dark:#bababa;--link-dark:#636363;--info-dark:#3333;--success-dark:#a3a3a3;--warning-dark:#bababa;--danger-dark:#5a5a5a;--black:#272727;--black-bis:#3e3e3e;--grey-darker:#474747;--grey-dark:#717171;--grey:#919191;--grey-light:#cacaca;--grey-lighter:#e5e5e5;--grey-lightest:#f2f2f2;--white-ter:#f5f5f5;--white-bis:#f9f9f9;--shadow-color:rgb(39 39 39/9%);--primary-exception:#bababa;--black-exception:#272727;--danger-exception:#5a5a5a;--success-exception:#a3a3a3;--white-exception:#fff;--grey-light-exception:#cacaca;--grey-lightest-exception:#f2f2f2;--primary-light-exception:#f8f8f8;--primary-dark-exception:#a1a1a1}body.menu_tritanopia-theme-kids-two-third-edition-spelling-bee-or-who-am-i__gYquv{--primary:#f2abb4;--link:#ea4a4e;--info:#007981;--success:#82afbd;--warning:#ffa7b3;--danger:#d73b3d;--white:#fff;--primary-light:#f5f8ff;--link-light:#ff9ca7;--info-light:#6fbac9;--success-light:#f3f5ff;--warning-light:#ffe6f4;--danger-light:#fde8fa;--primary-dark:#f2abb4;--link-dark:#c6494e;--info-dark:#004146;--success-dark:#678c97;--warning-dark:#d88d97;--danger-dark:#b33234;--black:#003337;--black-bis:#413f44;--grey-darker:#47494f;--grey-dark:#6d7079;--grey:#8c909c;--grey-light:#c6c8d7;--grey-lighter:#e5e2f3;--grey-lightest:#f4f0ff;--white-ter:#faf7ff;--white-bis:#f9f9f9;--shadow-color:rgb(0 51 55/9%);--primary-exception:#f2abb4;--black-exception:#003337;--danger-exception:#d73b3d;--success-exception:#82afbd;--white-exception:#fff;--grey-exception:#8c909c;--grey-light-exception:#c6c8d7;--grey-lightest-exception:#f4f0ff;--primary-light-exception:#f5f8ff;--primary-dark-exception:#dd909a}body.menu_deuteranopia-theme-kids-two-third-edition-spelling-bee-or-who-am-i__ngZ2r{--primary:#e8b758;--link:#a67b16;--info:#2d6ebb;--success:#d2a04e;--warning:#f1b542;--danger:#916e37;--white:#fff;--primary-light:#fff5fb;--link-light:#dcaf81;--info-light:#a2ace3;--success-light:#fff3f5;--warning-light:#ffe8df;--danger-light:#ffe9ed;--primary-dark:#e8b758;--link-dark:#916d26;--info-dark:#003c69;--success-dark:#a77f3d;--warning-dark:#cb993a;--danger-dark:#795d30;--black:#192e4c;--black-bis:#463e41;--grey-darker:#4b4754;--grey-dark:#746d80;--grey:#948da5;--grey-light:#d5c3da;--grey-lighter:#f7ddec;--grey-lightest:#ffedf5;--white-ter:#fff1f6;--white-bis:#fff6f9;--shadow-color:rgb(25 46 76/9%);--primary-exception:#e8b758;--black-exception:#192e4c;--danger-exception:#916e37;--success-exception:#d2a04e;--white-exception:#fff;--grey-exception:#948da5;--grey-light-exception:#d5c3da;--grey-lightest-exception:#ffedf5;--primary-light-exception:#fff5fb;--primary-dark-exception:#d09c3c}body.menu_protanopia-theme-kids-two-third-edition-spelling-bee-or-who-am-i__Wt8sj{--primary:#d6bf46;--link:#928234;--info:#4d6bb5;--success:#bca83e;--warning:#d6bf46;--danger:#7d7455;--white:#fff;--primary-light:#faf6fd;--link-light:#c4b790;--info-light:#a3add9;--success-light:#fcf4ee;--warning-light:#f7ecd3;--danger-light:#f3eded;--primary-dark:#d6bf46;--link-dark:#7f7339;--info-dark:#233968;--success-dark:#968630;--warning-dark:#b5a13e;--danger-dark:#696148;--black:#222d4b;--black-bis:#414040;--grey-darker:#474854;--grey-dark:#6e6f80;--grey:#8c8fa5;--grey-light:#c8c7d8;--grey-lighter:#e6e2ea;--grey-lightest:#f5f1f4;--white-ter:#fdf7f8;--white-bis:#fff6f9;--shadow-color:rgb(34 45 75/9%);--primary-exception:#d6bf46;--black-exception:#222d4b;--danger-exception:#7d7455;--success-exception:#bca83e;--white-exception:#fff;--grey-exception:#8c8fa5;--grey-light-exception:#c8c7d8;--grey-lightest-exception:#f5f1f4;--primary-light-exception:#faf6fd;--primary-dark-exception:#b9a53f}body.menu_default-theme-kids-four-third-edition-tongue-twister-or-scrambled-letters__5OXN3{--primary:#00aae8;--link:#fc7124;--info:#0071bb;--success:#6abd41;--warning:#f9b341;--danger:#d83740;--white:#fff;--primary-light:#effaff;--link-light:#ffa087;--info-light:#79b7e0;--success-light:#edf9f1;--warning-light:#feead3;--danger-light:#fbebec;--primary-dark:#00aae8;--link-dark:#c64c2b;--info-dark:#0e386a;--success-dark:#539731;--warning-dark:#d29838;--danger-dark:#b52e35;--black:#112b4a;--black-bis:#3e3e3e;--grey-darker:#464753;--grey-dark:#6f7081;--grey:#8f90a6;--grey-light:#c7c9d8;--grey-lighter:#e4e4eb;--grey-lightest:#f2f2f5;--white-ter:#f5f5f5;--white-bis:#f9f9f9;--shadow-color:rgb(17 43 74/9%);--primary-exception:#00aae8;--black-exception:#112b4a;--danger-exception:#d83740;--success-exception:#6abd41;--white-exception:#fff;--grey-exception:#8f90a6;--grey-light-exception:#c7c9d9;--grey-lightest-exception:#f2f2f5;--primary-light-exception:#effaff;--primary-dark-exception:#00aae8}body.menu_dark-theme-kids-four-third-edition-tongue-twister-or-scrambled-letters__AteWb{--primary:#00aae8;--link:#fc7124;--info:#0071bb;--success:#6abd41;--warning:#f9b341;--danger:#d83740;--white:#0d0d0d;--primary-light:#636363;--link-light:#ffa087;--info-light:#8dc2e5;--success-light:#191919;--warning-light:#452502;--danger-light:#191919;--primary-dark:#00aae8;--link-dark:#c64c2b;--info-dark:#0e386a;--success-dark:#539731;--warning-dark:#d29838;--danger-dark:#b52e35;--black:#fff;--black-bis:#3e3e3e;--grey-darker:#464753;--grey-dark:#6f7081;--grey:#effaff;--grey-light:#eeee;--grey-lighter:#1f1f2a;--grey-lightest:#fff;--white-ter:#171717;--white-bis:#131313;--shadow-color:rgb(255 255 255/9%);--primary-exception:#00aae8;--black-exception:#112b4a;--danger-exception:#d83740;--success-exception:#6abd41;--white-exception:#fff;--grey-exception:#8f90a6;--grey-light-exception:#c7c9d9;--grey-lightest-exception:#f2f2f5;--primary-light-exception:#effaff;--primary-dark-exception:#00aae8}body.menu_achromatopsia-theme-kids-four-third-edition-tongue-twister-or-scrambled-letters__t1zMn{--primary:#959595;--link:#6b6b6b;--info:#5e5e5e;--success:#a3a3a3;--warning:#bababa;--danger:#5a5a5a;--white:#fff;--primary-light:#f8f8f8;--link-light:#b3b3b3;--info-light:#adadad;--success-light:#f6f6f6;--warning-light:#ededed;--danger-light:#eeee;--primary-dark:#7d7d7d;--link-dark:#636363;--info-dark:#3333;--success-dark:#818181;--warning-dark:#9d9d9d;--danger-dark:#4b4b4b;--black:#272727;--black-bis:#3e3e3e;--grey-darker:#474747;--grey-dark:#717171;--grey:#464753;--grey-light:#cacaca;--grey-lighter:#e5e5e5;--grey-lightest:#f2f2f2;--white-ter:#f5f5f5;--white-bis:#f9f9f9;--shadow-color:rgb(39 39 39/9%);--primary-exception:#959595;--black-exception:#272727;--danger-exception:#5a5a5a;--white-exception:#fff;--grey-light-exception:#cacaca;--grey-lightest-exception:#f2f2f2;--primary-light-exception:#f8f8f8;--primary-dark-exception:#7d7d7d}body.menu_tritanopia-theme-kids-four-third-edition-tongue-twister-or-scrambled-letters__eDQOS{--primary:#068590;--link:#ea4a4e;--info:#007981;--success:#82afbd;--warning:#ffa7b3;--danger:#d73b3d;--white:#fff;--primary-light:#f5f8ff;--link-light:#ff9ca7;--info-light:#6fbac9;--success-light:#f3f5ff;--warning-light:#ffe6f4;--danger-light:#fde8fa;--primary-dark:#009aa6;--link-dark:#c6494e;--info-dark:#004146;--success-dark:#678c97;--warning-dark:#d88d97;--danger-dark:#b33234;--black:#003337;--black-bis:#413f44;--grey-darker:#47494f;--grey-dark:#6d7079;--grey:#8c909c;--grey-light:#c6c8d7;--grey-lighter:#e5e2f3;--grey-lightest:#f4f0ff;--white-ter:#faf7ff;--white-bis:#f9f9f9;--shadow-color:rgb(0 51 55/9%);--primary-exception:#00afbd;--black-exception:#003337;--danger-exception:#d73b3d;--success-exception:#82afbd;--white-exception:#fff;--grey-exception:#8c909c;--grey-light-exception:#c6c8d7;--grey-lightest-exception:#f4f0ff;--primary-light-exception:#f5f8ff;--primary-dark-exception:#009aa6}body.menu_deuteranopia-theme-kids-four-third-edition-tongue-twister-or-scrambled-letters__fOFln{--primary:#7e9de7;--link:#a67b16;--info:#2d6ebb;--success:#d2a04e;--warning:#f1b542;--danger:#916e37;--white:#fff;--primary-light:#fff5fb;--link-light:#dcaf81;--info-light:#a2ace3;--success-light:#fff3f5;--warning-light:#ffe8df;--danger-light:#ffe9ed;--primary-dark:#688bd2;--link-dark:#916d26;--info-dark:#003c69;--success-dark:#a77f3d;--warning-dark:#cb993a;--danger-dark:#795d30;--black:#192e4c;--black-bis:#463e41;--grey-darker:#4b4754;--grey-dark:#746d80;--grey:#464753;--grey-light:#d5c3da;--grey-lighter:#f7ddec;--grey-lightest:#ffedf5;--white-ter:#fff1f6;--white-bis:#fff6f9;--shadow-color:rgb(25 46 76/9%);--primary-exception:#7e9de7;--black-exception:#192e4c;--danger-exception:#916e37;--success-exception:#d2a04e;--white-exception:#fff;--grey-exception:#948da5;--grey-light-exception:#d5c3da;--grey-lightest-exception:#ffedf5;--primary-light-exception:#fff5fb;--primary-dark-exception:#688bd2}body.menu_protanopia-theme-kids-four-third-edition-tongue-twister-or-scrambled-letters__5qomE{--primary:#8b9cda;--link:#928234;--info:#4d6bb5;--success:#bca83e;--warning:#d6bf46;--danger:#7d7455;--white:#fff;--primary-light:#faf6fd;--link-light:#c4b790;--info-light:#a3add9;--success-light:#fcf4ee;--warning-light:#f7ecd3;--danger-light:#f3eded;--primary-dark:#7889c5;--link-dark:#7f7339;--info-dark:#233968;--success-dark:#968630;--warning-dark:#b5a13e;--danger-dark:#696148;--black:#222d4b;--black-bis:#414040;--grey-darker:#474854;--grey-dark:#6e6f80;--grey:#464753;--grey-light:#c8c7d8;--grey-lighter:#e6e2ea;--grey-lightest:#f5f1f4;--white-ter:#fdf7f8;--white-bis:#fff6f9;--shadow-color:rgb(34 45 75/9%);--primary-exception:#8b9cda;--black-exception:#222d4b;--danger-exception:#7d7455;--success-exception:#bca83e;--white-exception:#fff;--grey-exception:#8c8fa5;--grey-light-exception:#c8c7d8;--grey-lightest-exception:#f5f1f4;--primary-light-exception:#faf6fd;--primary-dark-exception:#7889c5}body.menu_default-theme-pre-teens-scrambled-letters-or-spelling-bee__4VF19{--primary:#6d458d;--link:#fc7124;--info:#0071bb;--success:#6abd41;--warning:#f9b341;--danger:#d83740;--white:#fff;--primary-light:#effaff;--link-light:#ffa087;--info-light:#79b7e0;--success-light:#edf9f1;--warning-light:#feead3;--danger-light:#fbebec;--primary-dark:#6d458d;--link-dark:#c64c2b;--info-dark:#0e386a;--success-dark:#539731;--warning-dark:#d29838;--danger-dark:#b52e35;--black:#112b4a;--black-bis:#3e3e3e;--grey-darker:#464753;--grey-dark:#6f7081;--grey:#fff;--grey-light:#c7c9d8;--grey-lighter:#e4e4eb;--grey-lightest:#f2f2f5;--white-ter:#f5f5f5;--white-bis:#f9f9f9;--shadow-color:rgb(17 43 74/9%);--primary-exception:#6d458d;--black-exception:#fff;--danger-exception:#d83740;--success-exception:#6abd41;--white-exception:#fff;--grey-exception:#8f90a6;--grey-light-exception:#c7c9d9;--grey-lightest-exception:#f2f2f5;--primary-light-exception:#effaff;--primary-dark-exception:#5a317b}body.menu_dark-theme-pre-teens-scrambled-letters-or-spelling-bee__HtXuH{--primary:#9c5ecd;--link:#fc7124;--info:#0071bb;--success:#539731;--warning:#d29838;--danger:#b52e35;--white:#0d0d0d;--primary-light:#636363;--link-light:#ffa087;--info-light:#8dc2e5;--success-light:#191919;--warning-light:#452502;--danger-light:#191919;--primary-dark:#9c5ecd;--link-dark:#c64c2b;--info-dark:#0e386a;--success-dark:#539731;--warning-dark:#d29838;--danger-dark:#b52e35;--black:#fff;--black-bis:#3e3e3e;--grey-darker:#464753;--grey-dark:#6f7081;--grey:#bababe;--grey-light:#eeee;--grey-lighter:#1f1f2a;--grey-lightest:#fff;--white-ter:#171717;--white-bis:#131313;--shadow-color:rgb(255 255 255/9%);--primary-exception:#9c5ecd;--black-exception:#fff;--danger-exception:#d83740;--success-exception:#6abd41;--white-exception:#fff;--grey-exception:#8f90a6;--grey-light-exception:#c7c9d9;--grey-lightest-exception:#f2f2f5;--primary-light-exception:#effaff;--primary-dark-exception:#7e47a9}body.menu_achromatopsia-theme-pre-teens-scrambled-letters-or-spelling-bee__bKd_Q{--primary:#535353;--link:#6b6b6b;--info:#5e5e5e;--success:#a2a2a2;--warning:#bababa;--danger:#5a5a5a;--white:#fff;--primary-light:#f8f8f8;--link-light:#b3b3b3;--info-light:#adadad;--success-light:#f6f6f6;--warning-light:#f4f4f4;--danger-light:#eeee;--primary-dark:#535353;--link-dark:#636363;--info-dark:#3333;--success-dark:#818181;--warning-dark:#9d9d9d;--danger-dark:#4b4b4b;--black:#272727;--black-bis:#3e3e3e;--grey-darker:#474747;--grey-dark:#717171;--grey:#fff;--grey-light:#cacaca;--grey-lighter:#e5e5e5;--grey-lightest:#f2f2f2;--white-ter:#f5f5f5;--white-bis:#f9f9f9;--shadow-color:rgb(39 39 39/9%);--primary-exception:#535353;--black-exception:#fff;--danger-exception:#5a5a5a;--success-exception:#a2a2a2;--white-exception:#fff;--grey-light-exception:#cacaca;--grey-lightest-exception:#f2f2f2;--primary-light-exception:#f8f8f8;--primary-dark-exception:#3f3f3f}body.menu_tritanopia-theme-pre-teens-scrambled-letters-or-spelling-bee__uN_JQ{--primary:#63535a;--link:#ea4a4e;--info:#007981;--success:#82afbd;--warning:#ffa7b3;--danger:#d73b3d;--white:#fff;--primary-light:#f5f8ff;--link-light:#ff9ca7;--info-light:#6fbac9;--success-light:#f3f5ff;--warning-light:#fff0fd;--danger-light:#fde8fa;--primary-dark:#63535a;--link-dark:#c6494e;--info-dark:#004146;--success-dark:#678c97;--warning-dark:#d88d97;--danger-dark:#b33234;--black:#003337;--black-bis:#413f44;--grey-darker:#47494f;--grey-dark:#6d7079;--grey:#fff;--grey-light:#c6c8d7;--grey-lighter:#e5e2f3;--grey-lightest:#f4f0ff;--white-ter:#faf7ff;--white-bis:#f9f9f9;--shadow-color:rgb(0 51 55/9%);--primary-exception:#63535a;--black-exception:#fff;--danger-exception:#d73b3d;--success-exception:#82afbd;--white-exception:#fff;--grey-exception:#8c909c;--grey-light-exception:#c6c8d7;--grey-lightest-exception:#f4f0ff;--primary-light-exception:#f5f8ff;--primary-dark-exception:#504348}body.menu_deuteranopia-theme-pre-teens-scrambled-letters-or-spelling-bee__VKh5L{--primary:#3e5786;--link:#a67b16;--info:#2d6ebb;--success:#d1a04e;--warning:#f1b542;--danger:#916e37;--white:#fff;--primary-light:#fff5fb;--link-light:#dcaf81;--info-light:#a2ace3;--success-light:#fff3f6;--warning-light:#fff1ef;--danger-light:#ffe9ed;--primary-dark:#3e5786;--link-dark:#916d26;--info-dark:#003c69;--success-dark:#a77f3d;--warning-dark:#cb993a;--danger-dark:#795d2f;--black:#192e4c;--black-bis:#463e41;--grey-darker:#4b4754;--grey-dark:#746d80;--grey:#fff;--grey-light:#d5c3da;--grey-lighter:#f7ddec;--grey-lightest:#ffedf5;--white-ter:#fff1f6;--white-bis:#fff6f9;--shadow-color:rgb(25 46 76/9%);--primary-exception:#3e5786;--black-exception:#fff;--danger-exception:#916e37;--success-exception:#d2a04e;--white-exception:#fff;--grey-exception:#948da5;--grey-light-exception:#d5c3da;--grey-lightest-exception:#ffedf5;--primary-light-exception:#fff5fb;--primary-dark-exception:#274774}body.menu_protanopia-theme-pre-teens-scrambled-letters-or-spelling-bee__KawPq{--primary:#375598;--link:#928234;--info:#4d6bb5;--success:#bca83e;--warning:#d6bf46;--danger:#7d7455;--white:#fff;--primary-light:#faf6fd;--link-light:#c4b790;--info-light:#a3add9;--success-light:#fcf4ee;--warning-light:#fdf3e4;--danger-light:#f3eded;--primary-dark:#375598;--link-dark:#7f7339;--info-dark:#233968;--success-dark:#968630;--warning-dark:#b5a13e;--danger-dark:#696148;--black:#222d4b;--black-bis:#414040;--grey-darker:#474854;--grey-dark:#6e6f80;--grey:#fff;--grey-light:#c8c7d8;--grey-lighter:#e6e2ea;--grey-lightest:#f5f1f4;--white-ter:#fdf7f8;--white-bis:#fff6f9;--shadow-color:rgb(34 45 75/9%);--primary-exception:#375598;--black-exception:#fff;--danger-exception:#7d7455;--success-exception:#bca83e;--white-exception:#fff;--grey-exception:#8c8fa5;--grey-light-exception:#c8c7d8;--grey-lightest-exception:#f5f1f4;--primary-light-exception:#faf6fd;--primary-dark-exception:#1a4488}.menu_wzd-navbar-menu__Lz7IP .menu_wzd-navbar-course-list__PMB4m .menu_wzd-navbar-course__Qnkvl:hover,.menu_wzd-navbar-menu__Lz7IP .menu_wzd-settings-link__Zwbrw:hover,.menu_wzd-navbar-menu__Lz7IP .menu_wzd-spotify-section__qF_04:hover{background-color:var(--primary-light)!important}.menu_wzd-navbar-menu__Lz7IP a{color:unset;text-decoration:none}.menu_wzd-navbar-menu__Lz7IP .menu_wzd-navbar-item__1c6lU img{max-height:unset}.menu_wzd-navbar-menu__Lz7IP .menu_wzd-social-links__mfmpD a:hover i{color:var(--primary-dark)!important}.menu_wzd-navbar-menu__Lz7IP .menu_user-profile___yasy img{height:67px;width:67px;overflow:hidden;-o-object-fit:cover;object-fit:cover}.menu_divider__XxBYO:first-child{display:none!important}body.dropdown_default-theme__ukISh{--primary:#33aae3;--link:#fc7124;--info:#0071bb;--success:#6abd41;--warning:#f9b341;--danger:#d83740;--white:#fff;--primary-light:#effaff;--link-light:#ffa087;--info-light:#79b7e0;--success-light:#edf9f1;--warning-light:#feead3;--danger-light:#fbebec;--primary-dark:#0b96cf;--link-dark:#c64c2b;--info-dark:#0e386a;--success-dark:#539731;--warning-dark:#d29838;--danger-dark:#b52e35;--info-darker:#021167;--black:#112b4a;--black-bis:#3e3e3e;--grey-darker:#464753;--grey-dark:#6f7081;--grey:#8f90a6;--grey-light:#c7c9d9;--grey-lighter:#e4e4eb;--grey-lightest:#f2f2f5;--white-ter:#f5f5f5;--white-bis:#f9f9f9;--shadow-color:rgb(17 43 74/9%);--primary-exception:#33aae3;--black-exception:#112b4a;--danger-exception:#d83740;--success-exception:#6abd41;--white-exception:#fff;--grey-exception:#8f90a6;--grey-light-exception:#c7c9d9;--grey-lightest-exception:#f2f2f5;--primary-light-exception:#effaff;--primary-dark-exception:#0b96cf;--wiz-battle-close-button:#969696;--wiz-battle-modal-text:#021167;--wiz-battle-modal-bg:#fff}body.dropdown_dark-theme__7bNCr{--primary:#33aae3;--link:#fc7124;--info:#0071bb;--success:#6abd41;--warning:#f9b341;--danger:#d83740;--white:#0d0d0d;--primary-light:#303030;--link-light:#ffa087;--info-light:#8dc2e5;--success-light:#191919;--warning-light:#452502;--danger-light:#191919;--primary-dark:#0b96cf;--link-dark:#c64c2b;--info-dark:#0e386a;--success-dark:#539731;--warning-dark:#d29838;--danger-dark:#b52e35;--black:#fff;--black-bis:#3e3e3e;--grey-darker:#464753;--grey-dark:#6f7081;--grey:#8f90a6;--grey-light:#eeee;--grey-lighter:#1f1f2a;--grey-lightest:#181818;--white-ter:#171717;--white-bis:#131313;--shadow-color:rgb(255 255 255/9%);--primary-exception:#33aae3;--black-exception:#112b4a;--danger-exception:#d83740;--success-exception:#6abd41;--white-exception:#fff;--grey-exception:#8f90a6;--grey-light-exception:#c7c9d9;--grey-lightest-exception:#f2f2f5;--primary-light-exception:#effaff;--primary-dark-exception:#0b96cf;--wiz-battle-close-button:#6e6e6e;--wiz-battle-modal-text:#8897ef;--wiz-battle-modal-bg:#1a1a1a}body.dropdown_achromatopsia-theme__oeAN6{--primary:#959595;--link:#6b6b6b;--info:#5e5e5e;--success:#a3a3a3;--warning:#bababa;--danger:#5a5a5a;--white:#fff;--primary-light:#f8f8f8;--link-light:#b3b3b3;--info-light:#adadad;--success-light:#f6f6f6;--warning-light:#ededed;--danger-light:#eeee;--primary-dark:#7d7d7d;--link-dark:#636363;--info-dark:#3333;--success-dark:#818181;--warning-dark:#9d9d9d;--danger-dark:#4b4b4b;--black:#272727;--black-bis:#3e3e3e;--grey-darker:#474747;--grey-dark:#717171;--grey:#919191;--grey-light:#cacaca;--grey-lighter:#e5e5e5;--grey-lightest:#f2f2f2;--white-ter:#f5f5f5;--white-bis:#f9f9f9;--shadow-color:rgb(39 39 39/9%);--primary-exception:#959595;--black-exception:#272727;--danger-exception:#5a5a5a;--white-exception:#fff;--grey-light-exception:#cacaca;--grey-lightest-exception:#f2f2f2;--primary-light-exception:#f8f8f8;--primary-dark-exception:#7d7d7d;--wiz-battle-close-button:#969696;--wiz-battle-modal-text:#141414;--wiz-battle-modal-bg:#fff}body.dropdown_tritanopia-theme__LCDW0{--primary:#00afbd;--link:#ea4a4e;--info:#007981;--success:#82afbd;--warning:#ffa7b3;--danger:#d73b3d;--white:#fff;--primary-light:#f5f8ff;--link-light:#ff9ca7;--info-light:#6fbac9;--success-light:#f3f5ff;--warning-light:#ffe6f4;--danger-light:#fde8fa;--primary-dark:#009aa6;--link-dark:#c6494e;--info-dark:#004146;--success-dark:#678c97;--warning-dark:#d88d97;--danger-dark:#b33234;--black:#003337;--black-bis:#413f44;--grey-darker:#47494f;--grey-dark:#6d7079;--grey:#8c909c;--grey-light:#c6c8d7;--grey-lighter:#e5e2f3;--grey-lightest:#f4f0ff;--white-ter:#faf7ff;--white-bis:#f9f9f9;--shadow-color:rgb(0 51 55/9%);--primary-exception:#00afbd;--black-exception:#003337;--danger-exception:#d73b3d;--success-exception:#82afbd;--white-exception:#fff;--grey-exception:#8c909c;--grey-light-exception:#c6c8d7;--grey-lightest-exception:#f4f0ff;--primary-light-exception:#f5f8ff;--primary-dark-exception:#009aa6;--wiz-battle-close-button:#96939f;--wiz-battle-modal-text:#00292a;--wiz-battle-modal-bg:#fff}body.dropdown_deuteranopia-theme__K5PCl{--primary:#7e9de7;--link:#a67b16;--info:#2d6ebb;--success:#d2a04e;--warning:#f1b542;--danger:#916e37;--white:#fff;--primary-light:#fff5fb;--link-light:#dcaf81;--info-light:#a2ace3;--success-light:#fff3f5;--warning-light:#ffe8df;--danger-light:#ffe9ed;--primary-dark:#688bd2;--link-dark:#916d26;--info-dark:#003c69;--success-dark:#a77f3d;--warning-dark:#cb993a;--danger-dark:#795d30;--black:#192e4c;--black-bis:#463e41;--grey-darker:#4b4754;--grey-dark:#746d80;--grey:#948da5;--grey-light:#d5c3da;--grey-lighter:#f7ddec;--grey-lightest:#ffedf5;--white-ter:#fff1f6;--white-bis:#fff6f9;--shadow-color:rgb(25 46 76/9%);--primary-exception:#7e9de7;--black-exception:#192e4c;--danger-exception:#916e37;--success-exception:#d2a04e;--white-exception:#fff;--grey-exception:#948da5;--grey-light-exception:#d5c3da;--grey-lightest-exception:#ffedf5;--primary-light-exception:#fff5fb;--primary-dark-exception:#688bd2;--wiz-battle-close-button:#a39096;--wiz-battle-modal-text:#00263e;--wiz-battle-modal-bg:#fff}body.dropdown_protanopia-theme__gPkzh{--primary:#8b9cda;--link:#928234;--info:#4d6bb5;--success:#bca83e;--warning:#d6bf46;--danger:#7d7455;--white:#fff;--primary-light:#faf6fd;--link-light:#c4b790;--info-light:#a3add9;--success-light:#fcf4ee;--warning-light:#f7ecd3;--danger-light:#f3eded;--primary-dark:#7889c5;--link-dark:#7f7339;--info-dark:#233968;--success-dark:#968630;--warning-dark:#b5a13e;--danger-dark:#696148;--black:#222d4b;--black-bis:#414040;--grey-darker:#474854;--grey-dark:#6e6f80;--grey:#8c8fa5;--grey-light:#c8c7d8;--grey-lighter:#e6e2ea;--grey-lightest:#f5f1f4;--white-ter:#fdf7f8;--white-bis:#fff6f9;--shadow-color:rgb(34 45 75/9%);--primary-exception:#8b9cda;--black-exception:#222d4b;--danger-exception:#7d7455;--success-exception:#bca83e;--white-exception:#fff;--grey-exception:#8c8fa5;--grey-light-exception:#c8c7d8;--grey-lightest-exception:#f5f1f4;--primary-light-exception:#faf6fd;--primary-dark-exception:#7889c5;--wiz-battle-close-button:#979494;--wiz-battle-modal-text:#002349;--wiz-battle-modal-bg:#fff}body.dropdown_default-theme-kids-two-third-edition-spelling-bee-or-who-am-i__5LZ_6{--primary:#f9b341;--link:#fc7124;--info:#0071bb;--success:#6abd41;--warning:#f9b341;--danger:#d83740;--white:#fff;--primary-light:#effaff;--link-light:#ffa087;--info-light:#79b7e0;--success-light:#edf9f1;--warning-light:#feead3;--danger-light:#fbebec;--primary-dark:#f9b341;--link-dark:#c64c2b;--info-dark:#0e386a;--success-dark:#539731;--warning-dark:#d29838;--danger-dark:#b52e35;--black:#112b4a;--black-bis:#3e3e3e;--grey-darker:#464753;--grey-dark:#6f7081;--grey:#464753;--grey-light:#c7c9d8;--grey-lighter:#e4e4eb;--grey-lightest:#f2f2f5;--white-ter:#f5f5f5;--white-bis:#f9f9f9;--shadow-color:rgb(17 43 74/9%);--primary-exception:#f9b341;--black-exception:#112b4a;--danger-exception:#d83740;--success-exception:#6abd41;--white-exception:#fff;--grey-exception:#8f90a6;--grey-light-exception:#c7c9d9;--grey-lightest-exception:#f2f2f5;--primary-light-exception:#effaff;--primary-dark-exception:#d79b3a}body.dropdown_dark-theme-kids-two-third-edition-spelling-bee-or-who-am-i__NVEPS{--primary:#f9b341;--link:#fc7124;--info:#0071bb;--success:#6abd41;--warning:#f9b341;--danger:#d83740;--white:#0d0d0d;--primary-light:#636363;--link-light:#ffa087;--info-light:#8dc2e5;--success-light:#191919;--warning-light:#452502;--danger-light:#191919;--primary-dark:#f9b341;--link-dark:#c64c2b;--info-dark:#0e386a;--success-dark:#539731;--warning-dark:#d29838;--danger-dark:#b52e35;--black:#fff;--black-bis:#3e3e3e;--grey-darker:#464753;--grey-dark:#6f7081;--grey:#effaff;--grey-light:#eeee;--grey-lighter:#1f1f2a;--grey-lightest:#fff;--white-ter:#171717;--white-bis:#131313;--shadow-color:rgb(255 255 255/9%);--primary-exception:#f9b341;--black-exception:#112b4a;--danger-exception:#d83740;--success-exception:#6abd41;--white-exception:#fff;--grey-exception:#8f90a6;--grey-light-exception:#c7c9d9;--grey-lightest-exception:#f2f2f5;--primary-light-exception:#effaff;--primary-dark-exception:#d79b3a}body.dropdown_achromatopsia-theme-kids-two-third-edition-spelling-bee-or-who-am-i__ET8UZ{--primary:#bababa;--link:#6b6b6b;--info:#5e5e5e;--success:#a3a3a3;--warning:#bababa;--danger:#5a5a5a;--white:#fff;--primary-light:#f8f8f8;--link-light:#b3b3b3;--info-light:#adadad;--success-light:#f6f6f6;--warning-light:#ededed;--danger-light:#eeee;--primary-dark:#bababa;--link-dark:#636363;--info-dark:#3333;--success-dark:#a3a3a3;--warning-dark:#bababa;--danger-dark:#5a5a5a;--black:#272727;--black-bis:#3e3e3e;--grey-darker:#474747;--grey-dark:#717171;--grey:#919191;--grey-light:#cacaca;--grey-lighter:#e5e5e5;--grey-lightest:#f2f2f2;--white-ter:#f5f5f5;--white-bis:#f9f9f9;--shadow-color:rgb(39 39 39/9%);--primary-exception:#bababa;--black-exception:#272727;--danger-exception:#5a5a5a;--success-exception:#a3a3a3;--white-exception:#fff;--grey-light-exception:#cacaca;--grey-lightest-exception:#f2f2f2;--primary-light-exception:#f8f8f8;--primary-dark-exception:#a1a1a1}body.dropdown_tritanopia-theme-kids-two-third-edition-spelling-bee-or-who-am-i__phckn{--primary:#f2abb4;--link:#ea4a4e;--info:#007981;--success:#82afbd;--warning:#ffa7b3;--danger:#d73b3d;--white:#fff;--primary-light:#f5f8ff;--link-light:#ff9ca7;--info-light:#6fbac9;--success-light:#f3f5ff;--warning-light:#ffe6f4;--danger-light:#fde8fa;--primary-dark:#f2abb4;--link-dark:#c6494e;--info-dark:#004146;--success-dark:#678c97;--warning-dark:#d88d97;--danger-dark:#b33234;--black:#003337;--black-bis:#413f44;--grey-darker:#47494f;--grey-dark:#6d7079;--grey:#8c909c;--grey-light:#c6c8d7;--grey-lighter:#e5e2f3;--grey-lightest:#f4f0ff;--white-ter:#faf7ff;--white-bis:#f9f9f9;--shadow-color:rgb(0 51 55/9%);--primary-exception:#f2abb4;--black-exception:#003337;--danger-exception:#d73b3d;--success-exception:#82afbd;--white-exception:#fff;--grey-exception:#8c909c;--grey-light-exception:#c6c8d7;--grey-lightest-exception:#f4f0ff;--primary-light-exception:#f5f8ff;--primary-dark-exception:#dd909a}body.dropdown_deuteranopia-theme-kids-two-third-edition-spelling-bee-or-who-am-i__Xc1ST{--primary:#e8b758;--link:#a67b16;--info:#2d6ebb;--success:#d2a04e;--warning:#f1b542;--danger:#916e37;--white:#fff;--primary-light:#fff5fb;--link-light:#dcaf81;--info-light:#a2ace3;--success-light:#fff3f5;--warning-light:#ffe8df;--danger-light:#ffe9ed;--primary-dark:#e8b758;--link-dark:#916d26;--info-dark:#003c69;--success-dark:#a77f3d;--warning-dark:#cb993a;--danger-dark:#795d30;--black:#192e4c;--black-bis:#463e41;--grey-darker:#4b4754;--grey-dark:#746d80;--grey:#948da5;--grey-light:#d5c3da;--grey-lighter:#f7ddec;--grey-lightest:#ffedf5;--white-ter:#fff1f6;--white-bis:#fff6f9;--shadow-color:rgb(25 46 76/9%);--primary-exception:#e8b758;--black-exception:#192e4c;--danger-exception:#916e37;--success-exception:#d2a04e;--white-exception:#fff;--grey-exception:#948da5;--grey-light-exception:#d5c3da;--grey-lightest-exception:#ffedf5;--primary-light-exception:#fff5fb;--primary-dark-exception:#d09c3c}body.dropdown_protanopia-theme-kids-two-third-edition-spelling-bee-or-who-am-i__smVh5{--primary:#d6bf46;--link:#928234;--info:#4d6bb5;--success:#bca83e;--warning:#d6bf46;--danger:#7d7455;--white:#fff;--primary-light:#faf6fd;--link-light:#c4b790;--info-light:#a3add9;--success-light:#fcf4ee;--warning-light:#f7ecd3;--danger-light:#f3eded;--primary-dark:#d6bf46;--link-dark:#7f7339;--info-dark:#233968;--success-dark:#968630;--warning-dark:#b5a13e;--danger-dark:#696148;--black:#222d4b;--black-bis:#414040;--grey-darker:#474854;--grey-dark:#6e6f80;--grey:#8c8fa5;--grey-light:#c8c7d8;--grey-lighter:#e6e2ea;--grey-lightest:#f5f1f4;--white-ter:#fdf7f8;--white-bis:#fff6f9;--shadow-color:rgb(34 45 75/9%);--primary-exception:#d6bf46;--black-exception:#222d4b;--danger-exception:#7d7455;--success-exception:#bca83e;--white-exception:#fff;--grey-exception:#8c8fa5;--grey-light-exception:#c8c7d8;--grey-lightest-exception:#f5f1f4;--primary-light-exception:#faf6fd;--primary-dark-exception:#b9a53f}body.dropdown_default-theme-kids-four-third-edition-tongue-twister-or-scrambled-letters__iYECW{--primary:#00aae8;--link:#fc7124;--info:#0071bb;--success:#6abd41;--warning:#f9b341;--danger:#d83740;--white:#fff;--primary-light:#effaff;--link-light:#ffa087;--info-light:#79b7e0;--success-light:#edf9f1;--warning-light:#feead3;--danger-light:#fbebec;--primary-dark:#00aae8;--link-dark:#c64c2b;--info-dark:#0e386a;--success-dark:#539731;--warning-dark:#d29838;--danger-dark:#b52e35;--black:#112b4a;--black-bis:#3e3e3e;--grey-darker:#464753;--grey-dark:#6f7081;--grey:#8f90a6;--grey-light:#c7c9d8;--grey-lighter:#e4e4eb;--grey-lightest:#f2f2f5;--white-ter:#f5f5f5;--white-bis:#f9f9f9;--shadow-color:rgb(17 43 74/9%);--primary-exception:#00aae8;--black-exception:#112b4a;--danger-exception:#d83740;--success-exception:#6abd41;--white-exception:#fff;--grey-exception:#8f90a6;--grey-light-exception:#c7c9d9;--grey-lightest-exception:#f2f2f5;--primary-light-exception:#effaff;--primary-dark-exception:#00aae8}body.dropdown_dark-theme-kids-four-third-edition-tongue-twister-or-scrambled-letters__jZV2L{--primary:#00aae8;--link:#fc7124;--info:#0071bb;--success:#6abd41;--warning:#f9b341;--danger:#d83740;--white:#0d0d0d;--primary-light:#636363;--link-light:#ffa087;--info-light:#8dc2e5;--success-light:#191919;--warning-light:#452502;--danger-light:#191919;--primary-dark:#00aae8;--link-dark:#c64c2b;--info-dark:#0e386a;--success-dark:#539731;--warning-dark:#d29838;--danger-dark:#b52e35;--black:#fff;--black-bis:#3e3e3e;--grey-darker:#464753;--grey-dark:#6f7081;--grey:#effaff;--grey-light:#eeee;--grey-lighter:#1f1f2a;--grey-lightest:#fff;--white-ter:#171717;--white-bis:#131313;--shadow-color:rgb(255 255 255/9%);--primary-exception:#00aae8;--black-exception:#112b4a;--danger-exception:#d83740;--success-exception:#6abd41;--white-exception:#fff;--grey-exception:#8f90a6;--grey-light-exception:#c7c9d9;--grey-lightest-exception:#f2f2f5;--primary-light-exception:#effaff;--primary-dark-exception:#00aae8}body.dropdown_achromatopsia-theme-kids-four-third-edition-tongue-twister-or-scrambled-letters__XrqS_{--primary:#959595;--link:#6b6b6b;--info:#5e5e5e;--success:#a3a3a3;--warning:#bababa;--danger:#5a5a5a;--white:#fff;--primary-light:#f8f8f8;--link-light:#b3b3b3;--info-light:#adadad;--success-light:#f6f6f6;--warning-light:#ededed;--danger-light:#eeee;--primary-dark:#7d7d7d;--link-dark:#636363;--info-dark:#3333;--success-dark:#818181;--warning-dark:#9d9d9d;--danger-dark:#4b4b4b;--black:#272727;--black-bis:#3e3e3e;--grey-darker:#474747;--grey-dark:#717171;--grey:#464753;--grey-light:#cacaca;--grey-lighter:#e5e5e5;--grey-lightest:#f2f2f2;--white-ter:#f5f5f5;--white-bis:#f9f9f9;--shadow-color:rgb(39 39 39/9%);--primary-exception:#959595;--black-exception:#272727;--danger-exception:#5a5a5a;--white-exception:#fff;--grey-light-exception:#cacaca;--grey-lightest-exception:#f2f2f2;--primary-light-exception:#f8f8f8;--primary-dark-exception:#7d7d7d}body.dropdown_tritanopia-theme-kids-four-third-edition-tongue-twister-or-scrambled-letters__aelN2{--primary:#068590;--link:#ea4a4e;--info:#007981;--success:#82afbd;--warning:#ffa7b3;--danger:#d73b3d;--white:#fff;--primary-light:#f5f8ff;--link-light:#ff9ca7;--info-light:#6fbac9;--success-light:#f3f5ff;--warning-light:#ffe6f4;--danger-light:#fde8fa;--primary-dark:#009aa6;--link-dark:#c6494e;--info-dark:#004146;--success-dark:#678c97;--warning-dark:#d88d97;--danger-dark:#b33234;--black:#003337;--black-bis:#413f44;--grey-darker:#47494f;--grey-dark:#6d7079;--grey:#8c909c;--grey-light:#c6c8d7;--grey-lighter:#e5e2f3;--grey-lightest:#f4f0ff;--white-ter:#faf7ff;--white-bis:#f9f9f9;--shadow-color:rgb(0 51 55/9%);--primary-exception:#00afbd;--black-exception:#003337;--danger-exception:#d73b3d;--success-exception:#82afbd;--white-exception:#fff;--grey-exception:#8c909c;--grey-light-exception:#c6c8d7;--grey-lightest-exception:#f4f0ff;--primary-light-exception:#f5f8ff;--primary-dark-exception:#009aa6}body.dropdown_deuteranopia-theme-kids-four-third-edition-tongue-twister-or-scrambled-letters__q166_{--primary:#7e9de7;--link:#a67b16;--info:#2d6ebb;--success:#d2a04e;--warning:#f1b542;--danger:#916e37;--white:#fff;--primary-light:#fff5fb;--link-light:#dcaf81;--info-light:#a2ace3;--success-light:#fff3f5;--warning-light:#ffe8df;--danger-light:#ffe9ed;--primary-dark:#688bd2;--link-dark:#916d26;--info-dark:#003c69;--success-dark:#a77f3d;--warning-dark:#cb993a;--danger-dark:#795d30;--black:#192e4c;--black-bis:#463e41;--grey-darker:#4b4754;--grey-dark:#746d80;--grey:#464753;--grey-light:#d5c3da;--grey-lighter:#f7ddec;--grey-lightest:#ffedf5;--white-ter:#fff1f6;--white-bis:#fff6f9;--shadow-color:rgb(25 46 76/9%);--primary-exception:#7e9de7;--black-exception:#192e4c;--danger-exception:#916e37;--success-exception:#d2a04e;--white-exception:#fff;--grey-exception:#948da5;--grey-light-exception:#d5c3da;--grey-lightest-exception:#ffedf5;--primary-light-exception:#fff5fb;--primary-dark-exception:#688bd2}body.dropdown_protanopia-theme-kids-four-third-edition-tongue-twister-or-scrambled-letters__1gYnf{--primary:#8b9cda;--link:#928234;--info:#4d6bb5;--success:#bca83e;--warning:#d6bf46;--danger:#7d7455;--white:#fff;--primary-light:#faf6fd;--link-light:#c4b790;--info-light:#a3add9;--success-light:#fcf4ee;--warning-light:#f7ecd3;--danger-light:#f3eded;--primary-dark:#7889c5;--link-dark:#7f7339;--info-dark:#233968;--success-dark:#968630;--warning-dark:#b5a13e;--danger-dark:#696148;--black:#222d4b;--black-bis:#414040;--grey-darker:#474854;--grey-dark:#6e6f80;--grey:#464753;--grey-light:#c8c7d8;--grey-lighter:#e6e2ea;--grey-lightest:#f5f1f4;--white-ter:#fdf7f8;--white-bis:#fff6f9;--shadow-color:rgb(34 45 75/9%);--primary-exception:#8b9cda;--black-exception:#222d4b;--danger-exception:#7d7455;--success-exception:#bca83e;--white-exception:#fff;--grey-exception:#8c8fa5;--grey-light-exception:#c8c7d8;--grey-lightest-exception:#f5f1f4;--primary-light-exception:#faf6fd;--primary-dark-exception:#7889c5}body.dropdown_default-theme-pre-teens-scrambled-letters-or-spelling-bee__5z_14{--primary:#6d458d;--link:#fc7124;--info:#0071bb;--success:#6abd41;--warning:#f9b341;--danger:#d83740;--white:#fff;--primary-light:#effaff;--link-light:#ffa087;--info-light:#79b7e0;--success-light:#edf9f1;--warning-light:#feead3;--danger-light:#fbebec;--primary-dark:#6d458d;--link-dark:#c64c2b;--info-dark:#0e386a;--success-dark:#539731;--warning-dark:#d29838;--danger-dark:#b52e35;--black:#112b4a;--black-bis:#3e3e3e;--grey-darker:#464753;--grey-dark:#6f7081;--grey:#fff;--grey-light:#c7c9d8;--grey-lighter:#e4e4eb;--grey-lightest:#f2f2f5;--white-ter:#f5f5f5;--white-bis:#f9f9f9;--shadow-color:rgb(17 43 74/9%);--primary-exception:#6d458d;--black-exception:#fff;--danger-exception:#d83740;--success-exception:#6abd41;--white-exception:#fff;--grey-exception:#8f90a6;--grey-light-exception:#c7c9d9;--grey-lightest-exception:#f2f2f5;--primary-light-exception:#effaff;--primary-dark-exception:#5a317b}body.dropdown_dark-theme-pre-teens-scrambled-letters-or-spelling-bee__jQQpD{--primary:#9c5ecd;--link:#fc7124;--info:#0071bb;--success:#539731;--warning:#d29838;--danger:#b52e35;--white:#0d0d0d;--primary-light:#636363;--link-light:#ffa087;--info-light:#8dc2e5;--success-light:#191919;--warning-light:#452502;--danger-light:#191919;--primary-dark:#9c5ecd;--link-dark:#c64c2b;--info-dark:#0e386a;--success-dark:#539731;--warning-dark:#d29838;--danger-dark:#b52e35;--black:#fff;--black-bis:#3e3e3e;--grey-darker:#464753;--grey-dark:#6f7081;--grey:#bababe;--grey-light:#eeee;--grey-lighter:#1f1f2a;--grey-lightest:#fff;--white-ter:#171717;--white-bis:#131313;--shadow-color:rgb(255 255 255/9%);--primary-exception:#9c5ecd;--black-exception:#fff;--danger-exception:#d83740;--success-exception:#6abd41;--white-exception:#fff;--grey-exception:#8f90a6;--grey-light-exception:#c7c9d9;--grey-lightest-exception:#f2f2f5;--primary-light-exception:#effaff;--primary-dark-exception:#7e47a9}body.dropdown_achromatopsia-theme-pre-teens-scrambled-letters-or-spelling-bee__m2_C5{--primary:#535353;--link:#6b6b6b;--info:#5e5e5e;--success:#a2a2a2;--warning:#bababa;--danger:#5a5a5a;--white:#fff;--primary-light:#f8f8f8;--link-light:#b3b3b3;--info-light:#adadad;--success-light:#f6f6f6;--warning-light:#f4f4f4;--danger-light:#eeee;--primary-dark:#535353;--link-dark:#636363;--info-dark:#3333;--success-dark:#818181;--warning-dark:#9d9d9d;--danger-dark:#4b4b4b;--black:#272727;--black-bis:#3e3e3e;--grey-darker:#474747;--grey-dark:#717171;--grey:#fff;--grey-light:#cacaca;--grey-lighter:#e5e5e5;--grey-lightest:#f2f2f2;--white-ter:#f5f5f5;--white-bis:#f9f9f9;--shadow-color:rgb(39 39 39/9%);--primary-exception:#535353;--black-exception:#fff;--danger-exception:#5a5a5a;--success-exception:#a2a2a2;--white-exception:#fff;--grey-light-exception:#cacaca;--grey-lightest-exception:#f2f2f2;--primary-light-exception:#f8f8f8;--primary-dark-exception:#3f3f3f}body.dropdown_tritanopia-theme-pre-teens-scrambled-letters-or-spelling-bee__5KCaX{--primary:#63535a;--link:#ea4a4e;--info:#007981;--success:#82afbd;--warning:#ffa7b3;--danger:#d73b3d;--white:#fff;--primary-light:#f5f8ff;--link-light:#ff9ca7;--info-light:#6fbac9;--success-light:#f3f5ff;--warning-light:#fff0fd;--danger-light:#fde8fa;--primary-dark:#63535a;--link-dark:#c6494e;--info-dark:#004146;--success-dark:#678c97;--warning-dark:#d88d97;--danger-dark:#b33234;--black:#003337;--black-bis:#413f44;--grey-darker:#47494f;--grey-dark:#6d7079;--grey:#fff;--grey-light:#c6c8d7;--grey-lighter:#e5e2f3;--grey-lightest:#f4f0ff;--white-ter:#faf7ff;--white-bis:#f9f9f9;--shadow-color:rgb(0 51 55/9%);--primary-exception:#63535a;--black-exception:#fff;--danger-exception:#d73b3d;--success-exception:#82afbd;--white-exception:#fff;--grey-exception:#8c909c;--grey-light-exception:#c6c8d7;--grey-lightest-exception:#f4f0ff;--primary-light-exception:#f5f8ff;--primary-dark-exception:#504348}body.dropdown_deuteranopia-theme-pre-teens-scrambled-letters-or-spelling-bee__CNfPv{--primary:#3e5786;--link:#a67b16;--info:#2d6ebb;--success:#d1a04e;--warning:#f1b542;--danger:#916e37;--white:#fff;--primary-light:#fff5fb;--link-light:#dcaf81;--info-light:#a2ace3;--success-light:#fff3f6;--warning-light:#fff1ef;--danger-light:#ffe9ed;--primary-dark:#3e5786;--link-dark:#916d26;--info-dark:#003c69;--success-dark:#a77f3d;--warning-dark:#cb993a;--danger-dark:#795d2f;--black:#192e4c;--black-bis:#463e41;--grey-darker:#4b4754;--grey-dark:#746d80;--grey:#fff;--grey-light:#d5c3da;--grey-lighter:#f7ddec;--grey-lightest:#ffedf5;--white-ter:#fff1f6;--white-bis:#fff6f9;--shadow-color:rgb(25 46 76/9%);--primary-exception:#3e5786;--black-exception:#fff;--danger-exception:#916e37;--success-exception:#d2a04e;--white-exception:#fff;--grey-exception:#948da5;--grey-light-exception:#d5c3da;--grey-lightest-exception:#ffedf5;--primary-light-exception:#fff5fb;--primary-dark-exception:#274774}body.dropdown_protanopia-theme-pre-teens-scrambled-letters-or-spelling-bee__b3f7R{--primary:#375598;--link:#928234;--info:#4d6bb5;--success:#bca83e;--warning:#d6bf46;--danger:#7d7455;--white:#fff;--primary-light:#faf6fd;--link-light:#c4b790;--info-light:#a3add9;--success-light:#fcf4ee;--warning-light:#fdf3e4;--danger-light:#f3eded;--primary-dark:#375598;--link-dark:#7f7339;--info-dark:#233968;--success-dark:#968630;--warning-dark:#b5a13e;--danger-dark:#696148;--black:#222d4b;--black-bis:#414040;--grey-darker:#474854;--grey-dark:#6e6f80;--grey:#fff;--grey-light:#c8c7d8;--grey-lighter:#e6e2ea;--grey-lightest:#f5f1f4;--white-ter:#fdf7f8;--white-bis:#fff6f9;--shadow-color:rgb(34 45 75/9%);--primary-exception:#375598;--black-exception:#fff;--danger-exception:#7d7455;--success-exception:#bca83e;--white-exception:#fff;--grey-exception:#8c8fa5;--grey-light-exception:#c8c7d8;--grey-lightest-exception:#f5f1f4;--primary-light-exception:#faf6fd;--primary-dark-exception:#1a4488}.dropdown_wzd-dropdown-btn__dEZAz{width:24px}.dropdown_wzd-dropdown-container__GUTUh{right:0;top:100%;width:375px;max-height:calc(100vh - 76px - 68px);margin-top:1px;box-shadow:4px 4px 24px var(--shadow-color);border-radius:8px;overflow:auto}.dropdown_wzd-dropdown-container__GUTUh::-webkit-scrollbar{width:2px}@media screen and (max-width:768px){.dropdown_wzd-dropdown-container__GUTUh{width:100%;height:calc(100vh - 58px);max-height:calc(100vh - 58px);box-shadow:unset;border-radius:unset}}body.notification_default-theme__BCMxU{--primary:#33aae3;--link:#fc7124;--info:#0071bb;--success:#6abd41;--warning:#f9b341;--danger:#d83740;--white:#fff;--primary-light:#effaff;--link-light:#ffa087;--info-light:#79b7e0;--success-light:#edf9f1;--warning-light:#feead3;--danger-light:#fbebec;--primary-dark:#0b96cf;--link-dark:#c64c2b;--info-dark:#0e386a;--success-dark:#539731;--warning-dark:#d29838;--danger-dark:#b52e35;--info-darker:#021167;--black:#112b4a;--black-bis:#3e3e3e;--grey-darker:#464753;--grey-dark:#6f7081;--grey:#8f90a6;--grey-light:#c7c9d9;--grey-lighter:#e4e4eb;--grey-lightest:#f2f2f5;--white-ter:#f5f5f5;--white-bis:#f9f9f9;--shadow-color:rgb(17 43 74/9%);--primary-exception:#33aae3;--black-exception:#112b4a;--danger-exception:#d83740;--success-exception:#6abd41;--white-exception:#fff;--grey-exception:#8f90a6;--grey-light-exception:#c7c9d9;--grey-lightest-exception:#f2f2f5;--primary-light-exception:#effaff;--primary-dark-exception:#0b96cf;--wiz-battle-close-button:#969696;--wiz-battle-modal-text:#021167;--wiz-battle-modal-bg:#fff}body.notification_dark-theme___W2HD{--primary:#33aae3;--link:#fc7124;--info:#0071bb;--success:#6abd41;--warning:#f9b341;--danger:#d83740;--white:#0d0d0d;--primary-light:#303030;--link-light:#ffa087;--info-light:#8dc2e5;--success-light:#191919;--warning-light:#452502;--danger-light:#191919;--primary-dark:#0b96cf;--link-dark:#c64c2b;--info-dark:#0e386a;--success-dark:#539731;--warning-dark:#d29838;--danger-dark:#b52e35;--black:#fff;--black-bis:#3e3e3e;--grey-darker:#464753;--grey-dark:#6f7081;--grey:#8f90a6;--grey-light:#eeee;--grey-lighter:#1f1f2a;--grey-lightest:#181818;--white-ter:#171717;--white-bis:#131313;--shadow-color:rgb(255 255 255/9%);--primary-exception:#33aae3;--black-exception:#112b4a;--danger-exception:#d83740;--success-exception:#6abd41;--white-exception:#fff;--grey-exception:#8f90a6;--grey-light-exception:#c7c9d9;--grey-lightest-exception:#f2f2f5;--primary-light-exception:#effaff;--primary-dark-exception:#0b96cf;--wiz-battle-close-button:#6e6e6e;--wiz-battle-modal-text:#8897ef;--wiz-battle-modal-bg:#1a1a1a}body.notification_achromatopsia-theme__O_h1S{--primary:#959595;--link:#6b6b6b;--info:#5e5e5e;--success:#a3a3a3;--warning:#bababa;--danger:#5a5a5a;--white:#fff;--primary-light:#f8f8f8;--link-light:#b3b3b3;--info-light:#adadad;--success-light:#f6f6f6;--warning-light:#ededed;--danger-light:#eeee;--primary-dark:#7d7d7d;--link-dark:#636363;--info-dark:#3333;--success-dark:#818181;--warning-dark:#9d9d9d;--danger-dark:#4b4b4b;--black:#272727;--black-bis:#3e3e3e;--grey-darker:#474747;--grey-dark:#717171;--grey:#919191;--grey-light:#cacaca;--grey-lighter:#e5e5e5;--grey-lightest:#f2f2f2;--white-ter:#f5f5f5;--white-bis:#f9f9f9;--shadow-color:rgb(39 39 39/9%);--primary-exception:#959595;--black-exception:#272727;--danger-exception:#5a5a5a;--white-exception:#fff;--grey-light-exception:#cacaca;--grey-lightest-exception:#f2f2f2;--primary-light-exception:#f8f8f8;--primary-dark-exception:#7d7d7d;--wiz-battle-close-button:#969696;--wiz-battle-modal-text:#141414;--wiz-battle-modal-bg:#fff}body.notification_tritanopia-theme__hhqYN{--primary:#00afbd;--link:#ea4a4e;--info:#007981;--success:#82afbd;--warning:#ffa7b3;--danger:#d73b3d;--white:#fff;--primary-light:#f5f8ff;--link-light:#ff9ca7;--info-light:#6fbac9;--success-light:#f3f5ff;--warning-light:#ffe6f4;--danger-light:#fde8fa;--primary-dark:#009aa6;--link-dark:#c6494e;--info-dark:#004146;--success-dark:#678c97;--warning-dark:#d88d97;--danger-dark:#b33234;--black:#003337;--black-bis:#413f44;--grey-darker:#47494f;--grey-dark:#6d7079;--grey:#8c909c;--grey-light:#c6c8d7;--grey-lighter:#e5e2f3;--grey-lightest:#f4f0ff;--white-ter:#faf7ff;--white-bis:#f9f9f9;--shadow-color:rgb(0 51 55/9%);--primary-exception:#00afbd;--black-exception:#003337;--danger-exception:#d73b3d;--success-exception:#82afbd;--white-exception:#fff;--grey-exception:#8c909c;--grey-light-exception:#c6c8d7;--grey-lightest-exception:#f4f0ff;--primary-light-exception:#f5f8ff;--primary-dark-exception:#009aa6;--wiz-battle-close-button:#96939f;--wiz-battle-modal-text:#00292a;--wiz-battle-modal-bg:#fff}body.notification_deuteranopia-theme__ftwul{--primary:#7e9de7;--link:#a67b16;--info:#2d6ebb;--success:#d2a04e;--warning:#f1b542;--danger:#916e37;--white:#fff;--primary-light:#fff5fb;--link-light:#dcaf81;--info-light:#a2ace3;--success-light:#fff3f5;--warning-light:#ffe8df;--danger-light:#ffe9ed;--primary-dark:#688bd2;--link-dark:#916d26;--info-dark:#003c69;--success-dark:#a77f3d;--warning-dark:#cb993a;--danger-dark:#795d30;--black:#192e4c;--black-bis:#463e41;--grey-darker:#4b4754;--grey-dark:#746d80;--grey:#948da5;--grey-light:#d5c3da;--grey-lighter:#f7ddec;--grey-lightest:#ffedf5;--white-ter:#fff1f6;--white-bis:#fff6f9;--shadow-color:rgb(25 46 76/9%);--primary-exception:#7e9de7;--black-exception:#192e4c;--danger-exception:#916e37;--success-exception:#d2a04e;--white-exception:#fff;--grey-exception:#948da5;--grey-light-exception:#d5c3da;--grey-lightest-exception:#ffedf5;--primary-light-exception:#fff5fb;--primary-dark-exception:#688bd2;--wiz-battle-close-button:#a39096;--wiz-battle-modal-text:#00263e;--wiz-battle-modal-bg:#fff}body.notification_protanopia-theme__jy_Wb{--primary:#8b9cda;--link:#928234;--info:#4d6bb5;--success:#bca83e;--warning:#d6bf46;--danger:#7d7455;--white:#fff;--primary-light:#faf6fd;--link-light:#c4b790;--info-light:#a3add9;--success-light:#fcf4ee;--warning-light:#f7ecd3;--danger-light:#f3eded;--primary-dark:#7889c5;--link-dark:#7f7339;--info-dark:#233968;--success-dark:#968630;--warning-dark:#b5a13e;--danger-dark:#696148;--black:#222d4b;--black-bis:#414040;--grey-darker:#474854;--grey-dark:#6e6f80;--grey:#8c8fa5;--grey-light:#c8c7d8;--grey-lighter:#e6e2ea;--grey-lightest:#f5f1f4;--white-ter:#fdf7f8;--white-bis:#fff6f9;--shadow-color:rgb(34 45 75/9%);--primary-exception:#8b9cda;--black-exception:#222d4b;--danger-exception:#7d7455;--success-exception:#bca83e;--white-exception:#fff;--grey-exception:#8c8fa5;--grey-light-exception:#c8c7d8;--grey-lightest-exception:#f5f1f4;--primary-light-exception:#faf6fd;--primary-dark-exception:#7889c5;--wiz-battle-close-button:#979494;--wiz-battle-modal-text:#002349;--wiz-battle-modal-bg:#fff}body.notification_default-theme-kids-two-third-edition-spelling-bee-or-who-am-i__ysNs_{--primary:#f9b341;--link:#fc7124;--info:#0071bb;--success:#6abd41;--warning:#f9b341;--danger:#d83740;--white:#fff;--primary-light:#effaff;--link-light:#ffa087;--info-light:#79b7e0;--success-light:#edf9f1;--warning-light:#feead3;--danger-light:#fbebec;--primary-dark:#f9b341;--link-dark:#c64c2b;--info-dark:#0e386a;--success-dark:#539731;--warning-dark:#d29838;--danger-dark:#b52e35;--black:#112b4a;--black-bis:#3e3e3e;--grey-darker:#464753;--grey-dark:#6f7081;--grey:#464753;--grey-light:#c7c9d8;--grey-lighter:#e4e4eb;--grey-lightest:#f2f2f5;--white-ter:#f5f5f5;--white-bis:#f9f9f9;--shadow-color:rgb(17 43 74/9%);--primary-exception:#f9b341;--black-exception:#112b4a;--danger-exception:#d83740;--success-exception:#6abd41;--white-exception:#fff;--grey-exception:#8f90a6;--grey-light-exception:#c7c9d9;--grey-lightest-exception:#f2f2f5;--primary-light-exception:#effaff;--primary-dark-exception:#d79b3a}body.notification_dark-theme-kids-two-third-edition-spelling-bee-or-who-am-i__Z4Gqe{--primary:#f9b341;--link:#fc7124;--info:#0071bb;--success:#6abd41;--warning:#f9b341;--danger:#d83740;--white:#0d0d0d;--primary-light:#636363;--link-light:#ffa087;--info-light:#8dc2e5;--success-light:#191919;--warning-light:#452502;--danger-light:#191919;--primary-dark:#f9b341;--link-dark:#c64c2b;--info-dark:#0e386a;--success-dark:#539731;--warning-dark:#d29838;--danger-dark:#b52e35;--black:#fff;--black-bis:#3e3e3e;--grey-darker:#464753;--grey-dark:#6f7081;--grey:#effaff;--grey-light:#eeee;--grey-lighter:#1f1f2a;--grey-lightest:#fff;--white-ter:#171717;--white-bis:#131313;--shadow-color:rgb(255 255 255/9%);--primary-exception:#f9b341;--black-exception:#112b4a;--danger-exception:#d83740;--success-exception:#6abd41;--white-exception:#fff;--grey-exception:#8f90a6;--grey-light-exception:#c7c9d9;--grey-lightest-exception:#f2f2f5;--primary-light-exception:#effaff;--primary-dark-exception:#d79b3a}body.notification_achromatopsia-theme-kids-two-third-edition-spelling-bee-or-who-am-i___IaAn{--primary:#bababa;--link:#6b6b6b;--info:#5e5e5e;--success:#a3a3a3;--warning:#bababa;--danger:#5a5a5a;--white:#fff;--primary-light:#f8f8f8;--link-light:#b3b3b3;--info-light:#adadad;--success-light:#f6f6f6;--warning-light:#ededed;--danger-light:#eeee;--primary-dark:#bababa;--link-dark:#636363;--info-dark:#3333;--success-dark:#a3a3a3;--warning-dark:#bababa;--danger-dark:#5a5a5a;--black:#272727;--black-bis:#3e3e3e;--grey-darker:#474747;--grey-dark:#717171;--grey:#919191;--grey-light:#cacaca;--grey-lighter:#e5e5e5;--grey-lightest:#f2f2f2;--white-ter:#f5f5f5;--white-bis:#f9f9f9;--shadow-color:rgb(39 39 39/9%);--primary-exception:#bababa;--black-exception:#272727;--danger-exception:#5a5a5a;--success-exception:#a3a3a3;--white-exception:#fff;--grey-light-exception:#cacaca;--grey-lightest-exception:#f2f2f2;--primary-light-exception:#f8f8f8;--primary-dark-exception:#a1a1a1}body.notification_tritanopia-theme-kids-two-third-edition-spelling-bee-or-who-am-i__Io0df{--primary:#f2abb4;--link:#ea4a4e;--info:#007981;--success:#82afbd;--warning:#ffa7b3;--danger:#d73b3d;--white:#fff;--primary-light:#f5f8ff;--link-light:#ff9ca7;--info-light:#6fbac9;--success-light:#f3f5ff;--warning-light:#ffe6f4;--danger-light:#fde8fa;--primary-dark:#f2abb4;--link-dark:#c6494e;--info-dark:#004146;--success-dark:#678c97;--warning-dark:#d88d97;--danger-dark:#b33234;--black:#003337;--black-bis:#413f44;--grey-darker:#47494f;--grey-dark:#6d7079;--grey:#8c909c;--grey-light:#c6c8d7;--grey-lighter:#e5e2f3;--grey-lightest:#f4f0ff;--white-ter:#faf7ff;--white-bis:#f9f9f9;--shadow-color:rgb(0 51 55/9%);--primary-exception:#f2abb4;--black-exception:#003337;--danger-exception:#d73b3d;--success-exception:#82afbd;--white-exception:#fff;--grey-exception:#8c909c;--grey-light-exception:#c6c8d7;--grey-lightest-exception:#f4f0ff;--primary-light-exception:#f5f8ff;--primary-dark-exception:#dd909a}body.notification_deuteranopia-theme-kids-two-third-edition-spelling-bee-or-who-am-i__OdEa_{--primary:#e8b758;--link:#a67b16;--info:#2d6ebb;--success:#d2a04e;--warning:#f1b542;--danger:#916e37;--white:#fff;--primary-light:#fff5fb;--link-light:#dcaf81;--info-light:#a2ace3;--success-light:#fff3f5;--warning-light:#ffe8df;--danger-light:#ffe9ed;--primary-dark:#e8b758;--link-dark:#916d26;--info-dark:#003c69;--success-dark:#a77f3d;--warning-dark:#cb993a;--danger-dark:#795d30;--black:#192e4c;--black-bis:#463e41;--grey-darker:#4b4754;--grey-dark:#746d80;--grey:#948da5;--grey-light:#d5c3da;--grey-lighter:#f7ddec;--grey-lightest:#ffedf5;--white-ter:#fff1f6;--white-bis:#fff6f9;--shadow-color:rgb(25 46 76/9%);--primary-exception:#e8b758;--black-exception:#192e4c;--danger-exception:#916e37;--success-exception:#d2a04e;--white-exception:#fff;--grey-exception:#948da5;--grey-light-exception:#d5c3da;--grey-lightest-exception:#ffedf5;--primary-light-exception:#fff5fb;--primary-dark-exception:#d09c3c}body.notification_protanopia-theme-kids-two-third-edition-spelling-bee-or-who-am-i__j5_1i{--primary:#d6bf46;--link:#928234;--info:#4d6bb5;--success:#bca83e;--warning:#d6bf46;--danger:#7d7455;--white:#fff;--primary-light:#faf6fd;--link-light:#c4b790;--info-light:#a3add9;--success-light:#fcf4ee;--warning-light:#f7ecd3;--danger-light:#f3eded;--primary-dark:#d6bf46;--link-dark:#7f7339;--info-dark:#233968;--success-dark:#968630;--warning-dark:#b5a13e;--danger-dark:#696148;--black:#222d4b;--black-bis:#414040;--grey-darker:#474854;--grey-dark:#6e6f80;--grey:#8c8fa5;--grey-light:#c8c7d8;--grey-lighter:#e6e2ea;--grey-lightest:#f5f1f4;--white-ter:#fdf7f8;--white-bis:#fff6f9;--shadow-color:rgb(34 45 75/9%);--primary-exception:#d6bf46;--black-exception:#222d4b;--danger-exception:#7d7455;--success-exception:#bca83e;--white-exception:#fff;--grey-exception:#8c8fa5;--grey-light-exception:#c8c7d8;--grey-lightest-exception:#f5f1f4;--primary-light-exception:#faf6fd;--primary-dark-exception:#b9a53f}body.notification_default-theme-kids-four-third-edition-tongue-twister-or-scrambled-letters__2QG6d{--primary:#00aae8;--link:#fc7124;--info:#0071bb;--success:#6abd41;--warning:#f9b341;--danger:#d83740;--white:#fff;--primary-light:#effaff;--link-light:#ffa087;--info-light:#79b7e0;--success-light:#edf9f1;--warning-light:#feead3;--danger-light:#fbebec;--primary-dark:#00aae8;--link-dark:#c64c2b;--info-dark:#0e386a;--success-dark:#539731;--warning-dark:#d29838;--danger-dark:#b52e35;--black:#112b4a;--black-bis:#3e3e3e;--grey-darker:#464753;--grey-dark:#6f7081;--grey:#8f90a6;--grey-light:#c7c9d8;--grey-lighter:#e4e4eb;--grey-lightest:#f2f2f5;--white-ter:#f5f5f5;--white-bis:#f9f9f9;--shadow-color:rgb(17 43 74/9%);--primary-exception:#00aae8;--black-exception:#112b4a;--danger-exception:#d83740;--success-exception:#6abd41;--white-exception:#fff;--grey-exception:#8f90a6;--grey-light-exception:#c7c9d9;--grey-lightest-exception:#f2f2f5;--primary-light-exception:#effaff;--primary-dark-exception:#00aae8}body.notification_dark-theme-kids-four-third-edition-tongue-twister-or-scrambled-letters__iLe8N{--primary:#00aae8;--link:#fc7124;--info:#0071bb;--success:#6abd41;--warning:#f9b341;--danger:#d83740;--white:#0d0d0d;--primary-light:#636363;--link-light:#ffa087;--info-light:#8dc2e5;--success-light:#191919;--warning-light:#452502;--danger-light:#191919;--primary-dark:#00aae8;--link-dark:#c64c2b;--info-dark:#0e386a;--success-dark:#539731;--warning-dark:#d29838;--danger-dark:#b52e35;--black:#fff;--black-bis:#3e3e3e;--grey-darker:#464753;--grey-dark:#6f7081;--grey:#effaff;--grey-light:#eeee;--grey-lighter:#1f1f2a;--grey-lightest:#fff;--white-ter:#171717;--white-bis:#131313;--shadow-color:rgb(255 255 255/9%);--primary-exception:#00aae8;--black-exception:#112b4a;--danger-exception:#d83740;--success-exception:#6abd41;--white-exception:#fff;--grey-exception:#8f90a6;--grey-light-exception:#c7c9d9;--grey-lightest-exception:#f2f2f5;--primary-light-exception:#effaff;--primary-dark-exception:#00aae8}body.notification_achromatopsia-theme-kids-four-third-edition-tongue-twister-or-scrambled-letters__h0sGM{--primary:#959595;--link:#6b6b6b;--info:#5e5e5e;--success:#a3a3a3;--warning:#bababa;--danger:#5a5a5a;--white:#fff;--primary-light:#f8f8f8;--link-light:#b3b3b3;--info-light:#adadad;--success-light:#f6f6f6;--warning-light:#ededed;--danger-light:#eeee;--primary-dark:#7d7d7d;--link-dark:#636363;--info-dark:#3333;--success-dark:#818181;--warning-dark:#9d9d9d;--danger-dark:#4b4b4b;--black:#272727;--black-bis:#3e3e3e;--grey-darker:#474747;--grey-dark:#717171;--grey:#464753;--grey-light:#cacaca;--grey-lighter:#e5e5e5;--grey-lightest:#f2f2f2;--white-ter:#f5f5f5;--white-bis:#f9f9f9;--shadow-color:rgb(39 39 39/9%);--primary-exception:#959595;--black-exception:#272727;--danger-exception:#5a5a5a;--white-exception:#fff;--grey-light-exception:#cacaca;--grey-lightest-exception:#f2f2f2;--primary-light-exception:#f8f8f8;--primary-dark-exception:#7d7d7d}body.notification_tritanopia-theme-kids-four-third-edition-tongue-twister-or-scrambled-letters__52AAy{--primary:#068590;--link:#ea4a4e;--info:#007981;--success:#82afbd;--warning:#ffa7b3;--danger:#d73b3d;--white:#fff;--primary-light:#f5f8ff;--link-light:#ff9ca7;--info-light:#6fbac9;--success-light:#f3f5ff;--warning-light:#ffe6f4;--danger-light:#fde8fa;--primary-dark:#009aa6;--link-dark:#c6494e;--info-dark:#004146;--success-dark:#678c97;--warning-dark:#d88d97;--danger-dark:#b33234;--black:#003337;--black-bis:#413f44;--grey-darker:#47494f;--grey-dark:#6d7079;--grey:#8c909c;--grey-light:#c6c8d7;--grey-lighter:#e5e2f3;--grey-lightest:#f4f0ff;--white-ter:#faf7ff;--white-bis:#f9f9f9;--shadow-color:rgb(0 51 55/9%);--primary-exception:#00afbd;--black-exception:#003337;--danger-exception:#d73b3d;--success-exception:#82afbd;--white-exception:#fff;--grey-exception:#8c909c;--grey-light-exception:#c6c8d7;--grey-lightest-exception:#f4f0ff;--primary-light-exception:#f5f8ff;--primary-dark-exception:#009aa6}body.notification_deuteranopia-theme-kids-four-third-edition-tongue-twister-or-scrambled-letters__G3LEe{--primary:#7e9de7;--link:#a67b16;--info:#2d6ebb;--success:#d2a04e;--warning:#f1b542;--danger:#916e37;--white:#fff;--primary-light:#fff5fb;--link-light:#dcaf81;--info-light:#a2ace3;--success-light:#fff3f5;--warning-light:#ffe8df;--danger-light:#ffe9ed;--primary-dark:#688bd2;--link-dark:#916d26;--info-dark:#003c69;--success-dark:#a77f3d;--warning-dark:#cb993a;--danger-dark:#795d30;--black:#192e4c;--black-bis:#463e41;--grey-darker:#4b4754;--grey-dark:#746d80;--grey:#464753;--grey-light:#d5c3da;--grey-lighter:#f7ddec;--grey-lightest:#ffedf5;--white-ter:#fff1f6;--white-bis:#fff6f9;--shadow-color:rgb(25 46 76/9%);--primary-exception:#7e9de7;--black-exception:#192e4c;--danger-exception:#916e37;--success-exception:#d2a04e;--white-exception:#fff;--grey-exception:#948da5;--grey-light-exception:#d5c3da;--grey-lightest-exception:#ffedf5;--primary-light-exception:#fff5fb;--primary-dark-exception:#688bd2}body.notification_protanopia-theme-kids-four-third-edition-tongue-twister-or-scrambled-letters__MP_7t{--primary:#8b9cda;--link:#928234;--info:#4d6bb5;--success:#bca83e;--warning:#d6bf46;--danger:#7d7455;--white:#fff;--primary-light:#faf6fd;--link-light:#c4b790;--info-light:#a3add9;--success-light:#fcf4ee;--warning-light:#f7ecd3;--danger-light:#f3eded;--primary-dark:#7889c5;--link-dark:#7f7339;--info-dark:#233968;--success-dark:#968630;--warning-dark:#b5a13e;--danger-dark:#696148;--black:#222d4b;--black-bis:#414040;--grey-darker:#474854;--grey-dark:#6e6f80;--grey:#464753;--grey-light:#c8c7d8;--grey-lighter:#e6e2ea;--grey-lightest:#f5f1f4;--white-ter:#fdf7f8;--white-bis:#fff6f9;--shadow-color:rgb(34 45 75/9%);--primary-exception:#8b9cda;--black-exception:#222d4b;--danger-exception:#7d7455;--success-exception:#bca83e;--white-exception:#fff;--grey-exception:#8c8fa5;--grey-light-exception:#c8c7d8;--grey-lightest-exception:#f5f1f4;--primary-light-exception:#faf6fd;--primary-dark-exception:#7889c5}body.notification_default-theme-pre-teens-scrambled-letters-or-spelling-bee__18UJJ{--primary:#6d458d;--link:#fc7124;--info:#0071bb;--success:#6abd41;--warning:#f9b341;--danger:#d83740;--white:#fff;--primary-light:#effaff;--link-light:#ffa087;--info-light:#79b7e0;--success-light:#edf9f1;--warning-light:#feead3;--danger-light:#fbebec;--primary-dark:#6d458d;--link-dark:#c64c2b;--info-dark:#0e386a;--success-dark:#539731;--warning-dark:#d29838;--danger-dark:#b52e35;--black:#112b4a;--black-bis:#3e3e3e;--grey-darker:#464753;--grey-dark:#6f7081;--grey:#fff;--grey-light:#c7c9d8;--grey-lighter:#e4e4eb;--grey-lightest:#f2f2f5;--white-ter:#f5f5f5;--white-bis:#f9f9f9;--shadow-color:rgb(17 43 74/9%);--primary-exception:#6d458d;--black-exception:#fff;--danger-exception:#d83740;--success-exception:#6abd41;--white-exception:#fff;--grey-exception:#8f90a6;--grey-light-exception:#c7c9d9;--grey-lightest-exception:#f2f2f5;--primary-light-exception:#effaff;--primary-dark-exception:#5a317b}body.notification_dark-theme-pre-teens-scrambled-letters-or-spelling-bee__ThUj8{--primary:#9c5ecd;--link:#fc7124;--info:#0071bb;--success:#539731;--warning:#d29838;--danger:#b52e35;--white:#0d0d0d;--primary-light:#636363;--link-light:#ffa087;--info-light:#8dc2e5;--success-light:#191919;--warning-light:#452502;--danger-light:#191919;--primary-dark:#9c5ecd;--link-dark:#c64c2b;--info-dark:#0e386a;--success-dark:#539731;--warning-dark:#d29838;--danger-dark:#b52e35;--black:#fff;--black-bis:#3e3e3e;--grey-darker:#464753;--grey-dark:#6f7081;--grey:#bababe;--grey-light:#eeee;--grey-lighter:#1f1f2a;--grey-lightest:#fff;--white-ter:#171717;--white-bis:#131313;--shadow-color:rgb(255 255 255/9%);--primary-exception:#9c5ecd;--black-exception:#fff;--danger-exception:#d83740;--success-exception:#6abd41;--white-exception:#fff;--grey-exception:#8f90a6;--grey-light-exception:#c7c9d9;--grey-lightest-exception:#f2f2f5;--primary-light-exception:#effaff;--primary-dark-exception:#7e47a9}body.notification_achromatopsia-theme-pre-teens-scrambled-letters-or-spelling-bee__tAhYK{--primary:#535353;--link:#6b6b6b;--info:#5e5e5e;--success:#a2a2a2;--warning:#bababa;--danger:#5a5a5a;--white:#fff;--primary-light:#f8f8f8;--link-light:#b3b3b3;--info-light:#adadad;--success-light:#f6f6f6;--warning-light:#f4f4f4;--danger-light:#eeee;--primary-dark:#535353;--link-dark:#636363;--info-dark:#3333;--success-dark:#818181;--warning-dark:#9d9d9d;--danger-dark:#4b4b4b;--black:#272727;--black-bis:#3e3e3e;--grey-darker:#474747;--grey-dark:#717171;--grey:#fff;--grey-light:#cacaca;--grey-lighter:#e5e5e5;--grey-lightest:#f2f2f2;--white-ter:#f5f5f5;--white-bis:#f9f9f9;--shadow-color:rgb(39 39 39/9%);--primary-exception:#535353;--black-exception:#fff;--danger-exception:#5a5a5a;--success-exception:#a2a2a2;--white-exception:#fff;--grey-light-exception:#cacaca;--grey-lightest-exception:#f2f2f2;--primary-light-exception:#f8f8f8;--primary-dark-exception:#3f3f3f}body.notification_tritanopia-theme-pre-teens-scrambled-letters-or-spelling-bee__UggRG{--primary:#63535a;--link:#ea4a4e;--info:#007981;--success:#82afbd;--warning:#ffa7b3;--danger:#d73b3d;--white:#fff;--primary-light:#f5f8ff;--link-light:#ff9ca7;--info-light:#6fbac9;--success-light:#f3f5ff;--warning-light:#fff0fd;--danger-light:#fde8fa;--primary-dark:#63535a;--link-dark:#c6494e;--info-dark:#004146;--success-dark:#678c97;--warning-dark:#d88d97;--danger-dark:#b33234;--black:#003337;--black-bis:#413f44;--grey-darker:#47494f;--grey-dark:#6d7079;--grey:#fff;--grey-light:#c6c8d7;--grey-lighter:#e5e2f3;--grey-lightest:#f4f0ff;--white-ter:#faf7ff;--white-bis:#f9f9f9;--shadow-color:rgb(0 51 55/9%);--primary-exception:#63535a;--black-exception:#fff;--danger-exception:#d73b3d;--success-exception:#82afbd;--white-exception:#fff;--grey-exception:#8c909c;--grey-light-exception:#c6c8d7;--grey-lightest-exception:#f4f0ff;--primary-light-exception:#f5f8ff;--primary-dark-exception:#504348}body.notification_deuteranopia-theme-pre-teens-scrambled-letters-or-spelling-bee__Vv4ef{--primary:#3e5786;--link:#a67b16;--info:#2d6ebb;--success:#d1a04e;--warning:#f1b542;--danger:#916e37;--white:#fff;--primary-light:#fff5fb;--link-light:#dcaf81;--info-light:#a2ace3;--success-light:#fff3f6;--warning-light:#fff1ef;--danger-light:#ffe9ed;--primary-dark:#3e5786;--link-dark:#916d26;--info-dark:#003c69;--success-dark:#a77f3d;--warning-dark:#cb993a;--danger-dark:#795d2f;--black:#192e4c;--black-bis:#463e41;--grey-darker:#4b4754;--grey-dark:#746d80;--grey:#fff;--grey-light:#d5c3da;--grey-lighter:#f7ddec;--grey-lightest:#ffedf5;--white-ter:#fff1f6;--white-bis:#fff6f9;--shadow-color:rgb(25 46 76/9%);--primary-exception:#3e5786;--black-exception:#fff;--danger-exception:#916e37;--success-exception:#d2a04e;--white-exception:#fff;--grey-exception:#948da5;--grey-light-exception:#d5c3da;--grey-lightest-exception:#ffedf5;--primary-light-exception:#fff5fb;--primary-dark-exception:#274774}body.notification_protanopia-theme-pre-teens-scrambled-letters-or-spelling-bee__xtRZm{--primary:#375598;--link:#928234;--info:#4d6bb5;--success:#bca83e;--warning:#d6bf46;--danger:#7d7455;--white:#fff;--primary-light:#faf6fd;--link-light:#c4b790;--info-light:#a3add9;--success-light:#fcf4ee;--warning-light:#fdf3e4;--danger-light:#f3eded;--primary-dark:#375598;--link-dark:#7f7339;--info-dark:#233968;--success-dark:#968630;--warning-dark:#b5a13e;--danger-dark:#696148;--black:#222d4b;--black-bis:#414040;--grey-darker:#474854;--grey-dark:#6e6f80;--grey:#fff;--grey-light:#c8c7d8;--grey-lighter:#e6e2ea;--grey-lightest:#f5f1f4;--white-ter:#fdf7f8;--white-bis:#fff6f9;--shadow-color:rgb(34 45 75/9%);--primary-exception:#375598;--black-exception:#fff;--danger-exception:#7d7455;--success-exception:#bca83e;--white-exception:#fff;--grey-exception:#8c8fa5;--grey-light-exception:#c8c7d8;--grey-lightest-exception:#f5f1f4;--primary-light-exception:#faf6fd;--primary-dark-exception:#1a4488}.notification_notification__0ykol:hover{background-color:var(--grey-lightest)}.notification_notification-image-container__Li_ob{max-width:85px;height:auto}.notification_notification-image-container__Li_ob img[alt=notification-illustration-egg]{max-height:40px}.notification_notification__0ykol .notification_mark-as-read__S81vb{width:40px}.notification_notification__0ykol .notification_mark-as-read__S81vb .notification_circle__EyYDb{padding:5px;border:none}.notification_notification__0ykol .notification_mark-as-read__S81vb .notification_circle__EyYDb:hover{border:4px solid rgba(255,255,255,.5)}.wzd-icon-badge_wzd-icon-badge__CyaQf .wzd-icon-badge_badge__sX8Ey{width:1.2rem;height:1.2rem}.wzd-icon-badge_wzd-icon-badge__CyaQf .wzd-icon-badge_badge__sX8Ey.wzd-icon-badge_top-right__h3fyL{top:-5px;right:-12px}body.notifications_default-theme__e5bvX{--primary:#33aae3;--link:#fc7124;--info:#0071bb;--success:#6abd41;--warning:#f9b341;--danger:#d83740;--white:#fff;--primary-light:#effaff;--link-light:#ffa087;--info-light:#79b7e0;--success-light:#edf9f1;--warning-light:#feead3;--danger-light:#fbebec;--primary-dark:#0b96cf;--link-dark:#c64c2b;--info-dark:#0e386a;--success-dark:#539731;--warning-dark:#d29838;--danger-dark:#b52e35;--info-darker:#021167;--black:#112b4a;--black-bis:#3e3e3e;--grey-darker:#464753;--grey-dark:#6f7081;--grey:#8f90a6;--grey-light:#c7c9d9;--grey-lighter:#e4e4eb;--grey-lightest:#f2f2f5;--white-ter:#f5f5f5;--white-bis:#f9f9f9;--shadow-color:rgb(17 43 74/9%);--primary-exception:#33aae3;--black-exception:#112b4a;--danger-exception:#d83740;--success-exception:#6abd41;--white-exception:#fff;--grey-exception:#8f90a6;--grey-light-exception:#c7c9d9;--grey-lightest-exception:#f2f2f5;--primary-light-exception:#effaff;--primary-dark-exception:#0b96cf;--wiz-battle-close-button:#969696;--wiz-battle-modal-text:#021167;--wiz-battle-modal-bg:#fff}body.notifications_dark-theme__doTJ1{--primary:#33aae3;--link:#fc7124;--info:#0071bb;--success:#6abd41;--warning:#f9b341;--danger:#d83740;--white:#0d0d0d;--primary-light:#303030;--link-light:#ffa087;--info-light:#8dc2e5;--success-light:#191919;--warning-light:#452502;--danger-light:#191919;--primary-dark:#0b96cf;--link-dark:#c64c2b;--info-dark:#0e386a;--success-dark:#539731;--warning-dark:#d29838;--danger-dark:#b52e35;--black:#fff;--black-bis:#3e3e3e;--grey-darker:#464753;--grey-dark:#6f7081;--grey:#8f90a6;--grey-light:#eeee;--grey-lighter:#1f1f2a;--grey-lightest:#181818;--white-ter:#171717;--white-bis:#131313;--shadow-color:rgb(255 255 255/9%);--primary-exception:#33aae3;--black-exception:#112b4a;--danger-exception:#d83740;--success-exception:#6abd41;--white-exception:#fff;--grey-exception:#8f90a6;--grey-light-exception:#c7c9d9;--grey-lightest-exception:#f2f2f5;--primary-light-exception:#effaff;--primary-dark-exception:#0b96cf;--wiz-battle-close-button:#6e6e6e;--wiz-battle-modal-text:#8897ef;--wiz-battle-modal-bg:#1a1a1a}body.notifications_achromatopsia-theme__ruK3o{--primary:#959595;--link:#6b6b6b;--info:#5e5e5e;--success:#a3a3a3;--warning:#bababa;--danger:#5a5a5a;--white:#fff;--primary-light:#f8f8f8;--link-light:#b3b3b3;--info-light:#adadad;--success-light:#f6f6f6;--warning-light:#ededed;--danger-light:#eeee;--primary-dark:#7d7d7d;--link-dark:#636363;--info-dark:#3333;--success-dark:#818181;--warning-dark:#9d9d9d;--danger-dark:#4b4b4b;--black:#272727;--black-bis:#3e3e3e;--grey-darker:#474747;--grey-dark:#717171;--grey:#919191;--grey-light:#cacaca;--grey-lighter:#e5e5e5;--grey-lightest:#f2f2f2;--white-ter:#f5f5f5;--white-bis:#f9f9f9;--shadow-color:rgb(39 39 39/9%);--primary-exception:#959595;--black-exception:#272727;--danger-exception:#5a5a5a;--white-exception:#fff;--grey-light-exception:#cacaca;--grey-lightest-exception:#f2f2f2;--primary-light-exception:#f8f8f8;--primary-dark-exception:#7d7d7d;--wiz-battle-close-button:#969696;--wiz-battle-modal-text:#141414;--wiz-battle-modal-bg:#fff}body.notifications_tritanopia-theme__h1jkY{--primary:#00afbd;--link:#ea4a4e;--info:#007981;--success:#82afbd;--warning:#ffa7b3;--danger:#d73b3d;--white:#fff;--primary-light:#f5f8ff;--link-light:#ff9ca7;--info-light:#6fbac9;--success-light:#f3f5ff;--warning-light:#ffe6f4;--danger-light:#fde8fa;--primary-dark:#009aa6;--link-dark:#c6494e;--info-dark:#004146;--success-dark:#678c97;--warning-dark:#d88d97;--danger-dark:#b33234;--black:#003337;--black-bis:#413f44;--grey-darker:#47494f;--grey-dark:#6d7079;--grey:#8c909c;--grey-light:#c6c8d7;--grey-lighter:#e5e2f3;--grey-lightest:#f4f0ff;--white-ter:#faf7ff;--white-bis:#f9f9f9;--shadow-color:rgb(0 51 55/9%);--primary-exception:#00afbd;--black-exception:#003337;--danger-exception:#d73b3d;--success-exception:#82afbd;--white-exception:#fff;--grey-exception:#8c909c;--grey-light-exception:#c6c8d7;--grey-lightest-exception:#f4f0ff;--primary-light-exception:#f5f8ff;--primary-dark-exception:#009aa6;--wiz-battle-close-button:#96939f;--wiz-battle-modal-text:#00292a;--wiz-battle-modal-bg:#fff}body.notifications_deuteranopia-theme__fT2cd{--primary:#7e9de7;--link:#a67b16;--info:#2d6ebb;--success:#d2a04e;--warning:#f1b542;--danger:#916e37;--white:#fff;--primary-light:#fff5fb;--link-light:#dcaf81;--info-light:#a2ace3;--success-light:#fff3f5;--warning-light:#ffe8df;--danger-light:#ffe9ed;--primary-dark:#688bd2;--link-dark:#916d26;--info-dark:#003c69;--success-dark:#a77f3d;--warning-dark:#cb993a;--danger-dark:#795d30;--black:#192e4c;--black-bis:#463e41;--grey-darker:#4b4754;--grey-dark:#746d80;--grey:#948da5;--grey-light:#d5c3da;--grey-lighter:#f7ddec;--grey-lightest:#ffedf5;--white-ter:#fff1f6;--white-bis:#fff6f9;--shadow-color:rgb(25 46 76/9%);--primary-exception:#7e9de7;--black-exception:#192e4c;--danger-exception:#916e37;--success-exception:#d2a04e;--white-exception:#fff;--grey-exception:#948da5;--grey-light-exception:#d5c3da;--grey-lightest-exception:#ffedf5;--primary-light-exception:#fff5fb;--primary-dark-exception:#688bd2;--wiz-battle-close-button:#a39096;--wiz-battle-modal-text:#00263e;--wiz-battle-modal-bg:#fff}body.notifications_protanopia-theme__Vng9h{--primary:#8b9cda;--link:#928234;--info:#4d6bb5;--success:#bca83e;--warning:#d6bf46;--danger:#7d7455;--white:#fff;--primary-light:#faf6fd;--link-light:#c4b790;--info-light:#a3add9;--success-light:#fcf4ee;--warning-light:#f7ecd3;--danger-light:#f3eded;--primary-dark:#7889c5;--link-dark:#7f7339;--info-dark:#233968;--success-dark:#968630;--warning-dark:#b5a13e;--danger-dark:#696148;--black:#222d4b;--black-bis:#414040;--grey-darker:#474854;--grey-dark:#6e6f80;--grey:#8c8fa5;--grey-light:#c8c7d8;--grey-lighter:#e6e2ea;--grey-lightest:#f5f1f4;--white-ter:#fdf7f8;--white-bis:#fff6f9;--shadow-color:rgb(34 45 75/9%);--primary-exception:#8b9cda;--black-exception:#222d4b;--danger-exception:#7d7455;--success-exception:#bca83e;--white-exception:#fff;--grey-exception:#8c8fa5;--grey-light-exception:#c8c7d8;--grey-lightest-exception:#f5f1f4;--primary-light-exception:#faf6fd;--primary-dark-exception:#7889c5;--wiz-battle-close-button:#979494;--wiz-battle-modal-text:#002349;--wiz-battle-modal-bg:#fff}body.notifications_default-theme-kids-two-third-edition-spelling-bee-or-who-am-i__oNLbO{--primary:#f9b341;--link:#fc7124;--info:#0071bb;--success:#6abd41;--warning:#f9b341;--danger:#d83740;--white:#fff;--primary-light:#effaff;--link-light:#ffa087;--info-light:#79b7e0;--success-light:#edf9f1;--warning-light:#feead3;--danger-light:#fbebec;--primary-dark:#f9b341;--link-dark:#c64c2b;--info-dark:#0e386a;--success-dark:#539731;--warning-dark:#d29838;--danger-dark:#b52e35;--black:#112b4a;--black-bis:#3e3e3e;--grey-darker:#464753;--grey-dark:#6f7081;--grey:#464753;--grey-light:#c7c9d8;--grey-lighter:#e4e4eb;--grey-lightest:#f2f2f5;--white-ter:#f5f5f5;--white-bis:#f9f9f9;--shadow-color:rgb(17 43 74/9%);--primary-exception:#f9b341;--black-exception:#112b4a;--danger-exception:#d83740;--success-exception:#6abd41;--white-exception:#fff;--grey-exception:#8f90a6;--grey-light-exception:#c7c9d9;--grey-lightest-exception:#f2f2f5;--primary-light-exception:#effaff;--primary-dark-exception:#d79b3a}body.notifications_dark-theme-kids-two-third-edition-spelling-bee-or-who-am-i__odIxq{--primary:#f9b341;--link:#fc7124;--info:#0071bb;--success:#6abd41;--warning:#f9b341;--danger:#d83740;--white:#0d0d0d;--primary-light:#636363;--link-light:#ffa087;--info-light:#8dc2e5;--success-light:#191919;--warning-light:#452502;--danger-light:#191919;--primary-dark:#f9b341;--link-dark:#c64c2b;--info-dark:#0e386a;--success-dark:#539731;--warning-dark:#d29838;--danger-dark:#b52e35;--black:#fff;--black-bis:#3e3e3e;--grey-darker:#464753;--grey-dark:#6f7081;--grey:#effaff;--grey-light:#eeee;--grey-lighter:#1f1f2a;--grey-lightest:#fff;--white-ter:#171717;--white-bis:#131313;--shadow-color:rgb(255 255 255/9%);--primary-exception:#f9b341;--black-exception:#112b4a;--danger-exception:#d83740;--success-exception:#6abd41;--white-exception:#fff;--grey-exception:#8f90a6;--grey-light-exception:#c7c9d9;--grey-lightest-exception:#f2f2f5;--primary-light-exception:#effaff;--primary-dark-exception:#d79b3a}body.notifications_achromatopsia-theme-kids-two-third-edition-spelling-bee-or-who-am-i__pSNrC{--primary:#bababa;--link:#6b6b6b;--info:#5e5e5e;--success:#a3a3a3;--warning:#bababa;--danger:#5a5a5a;--white:#fff;--primary-light:#f8f8f8;--link-light:#b3b3b3;--info-light:#adadad;--success-light:#f6f6f6;--warning-light:#ededed;--danger-light:#eeee;--primary-dark:#bababa;--link-dark:#636363;--info-dark:#3333;--success-dark:#a3a3a3;--warning-dark:#bababa;--danger-dark:#5a5a5a;--black:#272727;--black-bis:#3e3e3e;--grey-darker:#474747;--grey-dark:#717171;--grey:#919191;--grey-light:#cacaca;--grey-lighter:#e5e5e5;--grey-lightest:#f2f2f2;--white-ter:#f5f5f5;--white-bis:#f9f9f9;--shadow-color:rgb(39 39 39/9%);--primary-exception:#bababa;--black-exception:#272727;--danger-exception:#5a5a5a;--success-exception:#a3a3a3;--white-exception:#fff;--grey-light-exception:#cacaca;--grey-lightest-exception:#f2f2f2;--primary-light-exception:#f8f8f8;--primary-dark-exception:#a1a1a1}body.notifications_tritanopia-theme-kids-two-third-edition-spelling-bee-or-who-am-i__bxnDh{--primary:#f2abb4;--link:#ea4a4e;--info:#007981;--success:#82afbd;--warning:#ffa7b3;--danger:#d73b3d;--white:#fff;--primary-light:#f5f8ff;--link-light:#ff9ca7;--info-light:#6fbac9;--success-light:#f3f5ff;--warning-light:#ffe6f4;--danger-light:#fde8fa;--primary-dark:#f2abb4;--link-dark:#c6494e;--info-dark:#004146;--success-dark:#678c97;--warning-dark:#d88d97;--danger-dark:#b33234;--black:#003337;--black-bis:#413f44;--grey-darker:#47494f;--grey-dark:#6d7079;--grey:#8c909c;--grey-light:#c6c8d7;--grey-lighter:#e5e2f3;--grey-lightest:#f4f0ff;--white-ter:#faf7ff;--white-bis:#f9f9f9;--shadow-color:rgb(0 51 55/9%);--primary-exception:#f2abb4;--black-exception:#003337;--danger-exception:#d73b3d;--success-exception:#82afbd;--white-exception:#fff;--grey-exception:#8c909c;--grey-light-exception:#c6c8d7;--grey-lightest-exception:#f4f0ff;--primary-light-exception:#f5f8ff;--primary-dark-exception:#dd909a}body.notifications_deuteranopia-theme-kids-two-third-edition-spelling-bee-or-who-am-i__eRkF5{--primary:#e8b758;--link:#a67b16;--info:#2d6ebb;--success:#d2a04e;--warning:#f1b542;--danger:#916e37;--white:#fff;--primary-light:#fff5fb;--link-light:#dcaf81;--info-light:#a2ace3;--success-light:#fff3f5;--warning-light:#ffe8df;--danger-light:#ffe9ed;--primary-dark:#e8b758;--link-dark:#916d26;--info-dark:#003c69;--success-dark:#a77f3d;--warning-dark:#cb993a;--danger-dark:#795d30;--black:#192e4c;--black-bis:#463e41;--grey-darker:#4b4754;--grey-dark:#746d80;--grey:#948da5;--grey-light:#d5c3da;--grey-lighter:#f7ddec;--grey-lightest:#ffedf5;--white-ter:#fff1f6;--white-bis:#fff6f9;--shadow-color:rgb(25 46 76/9%);--primary-exception:#e8b758;--black-exception:#192e4c;--danger-exception:#916e37;--success-exception:#d2a04e;--white-exception:#fff;--grey-exception:#948da5;--grey-light-exception:#d5c3da;--grey-lightest-exception:#ffedf5;--primary-light-exception:#fff5fb;--primary-dark-exception:#d09c3c}body.notifications_protanopia-theme-kids-two-third-edition-spelling-bee-or-who-am-i__Q1gx9{--primary:#d6bf46;--link:#928234;--info:#4d6bb5;--success:#bca83e;--warning:#d6bf46;--danger:#7d7455;--white:#fff;--primary-light:#faf6fd;--link-light:#c4b790;--info-light:#a3add9;--success-light:#fcf4ee;--warning-light:#f7ecd3;--danger-light:#f3eded;--primary-dark:#d6bf46;--link-dark:#7f7339;--info-dark:#233968;--success-dark:#968630;--warning-dark:#b5a13e;--danger-dark:#696148;--black:#222d4b;--black-bis:#414040;--grey-darker:#474854;--grey-dark:#6e6f80;--grey:#8c8fa5;--grey-light:#c8c7d8;--grey-lighter:#e6e2ea;--grey-lightest:#f5f1f4;--white-ter:#fdf7f8;--white-bis:#fff6f9;--shadow-color:rgb(34 45 75/9%);--primary-exception:#d6bf46;--black-exception:#222d4b;--danger-exception:#7d7455;--success-exception:#bca83e;--white-exception:#fff;--grey-exception:#8c8fa5;--grey-light-exception:#c8c7d8;--grey-lightest-exception:#f5f1f4;--primary-light-exception:#faf6fd;--primary-dark-exception:#b9a53f}body.notifications_default-theme-kids-four-third-edition-tongue-twister-or-scrambled-letters__dOIOq{--primary:#00aae8;--link:#fc7124;--info:#0071bb;--success:#6abd41;--warning:#f9b341;--danger:#d83740;--white:#fff;--primary-light:#effaff;--link-light:#ffa087;--info-light:#79b7e0;--success-light:#edf9f1;--warning-light:#feead3;--danger-light:#fbebec;--primary-dark:#00aae8;--link-dark:#c64c2b;--info-dark:#0e386a;--success-dark:#539731;--warning-dark:#d29838;--danger-dark:#b52e35;--black:#112b4a;--black-bis:#3e3e3e;--grey-darker:#464753;--grey-dark:#6f7081;--grey:#8f90a6;--grey-light:#c7c9d8;--grey-lighter:#e4e4eb;--grey-lightest:#f2f2f5;--white-ter:#f5f5f5;--white-bis:#f9f9f9;--shadow-color:rgb(17 43 74/9%);--primary-exception:#00aae8;--black-exception:#112b4a;--danger-exception:#d83740;--success-exception:#6abd41;--white-exception:#fff;--grey-exception:#8f90a6;--grey-light-exception:#c7c9d9;--grey-lightest-exception:#f2f2f5;--primary-light-exception:#effaff;--primary-dark-exception:#00aae8}body.notifications_dark-theme-kids-four-third-edition-tongue-twister-or-scrambled-letters__HBioU{--primary:#00aae8;--link:#fc7124;--info:#0071bb;--success:#6abd41;--warning:#f9b341;--danger:#d83740;--white:#0d0d0d;--primary-light:#636363;--link-light:#ffa087;--info-light:#8dc2e5;--success-light:#191919;--warning-light:#452502;--danger-light:#191919;--primary-dark:#00aae8;--link-dark:#c64c2b;--info-dark:#0e386a;--success-dark:#539731;--warning-dark:#d29838;--danger-dark:#b52e35;--black:#fff;--black-bis:#3e3e3e;--grey-darker:#464753;--grey-dark:#6f7081;--grey:#effaff;--grey-light:#eeee;--grey-lighter:#1f1f2a;--grey-lightest:#fff;--white-ter:#171717;--white-bis:#131313;--shadow-color:rgb(255 255 255/9%);--primary-exception:#00aae8;--black-exception:#112b4a;--danger-exception:#d83740;--success-exception:#6abd41;--white-exception:#fff;--grey-exception:#8f90a6;--grey-light-exception:#c7c9d9;--grey-lightest-exception:#f2f2f5;--primary-light-exception:#effaff;--primary-dark-exception:#00aae8}body.notifications_achromatopsia-theme-kids-four-third-edition-tongue-twister-or-scrambled-letters__bjRih{--primary:#959595;--link:#6b6b6b;--info:#5e5e5e;--success:#a3a3a3;--warning:#bababa;--danger:#5a5a5a;--white:#fff;--primary-light:#f8f8f8;--link-light:#b3b3b3;--info-light:#adadad;--success-light:#f6f6f6;--warning-light:#ededed;--danger-light:#eeee;--primary-dark:#7d7d7d;--link-dark:#636363;--info-dark:#3333;--success-dark:#818181;--warning-dark:#9d9d9d;--danger-dark:#4b4b4b;--black:#272727;--black-bis:#3e3e3e;--grey-darker:#474747;--grey-dark:#717171;--grey:#464753;--grey-light:#cacaca;--grey-lighter:#e5e5e5;--grey-lightest:#f2f2f2;--white-ter:#f5f5f5;--white-bis:#f9f9f9;--shadow-color:rgb(39 39 39/9%);--primary-exception:#959595;--black-exception:#272727;--danger-exception:#5a5a5a;--white-exception:#fff;--grey-light-exception:#cacaca;--grey-lightest-exception:#f2f2f2;--primary-light-exception:#f8f8f8;--primary-dark-exception:#7d7d7d}body.notifications_tritanopia-theme-kids-four-third-edition-tongue-twister-or-scrambled-letters__Z_33g{--primary:#068590;--link:#ea4a4e;--info:#007981;--success:#82afbd;--warning:#ffa7b3;--danger:#d73b3d;--white:#fff;--primary-light:#f5f8ff;--link-light:#ff9ca7;--info-light:#6fbac9;--success-light:#f3f5ff;--warning-light:#ffe6f4;--danger-light:#fde8fa;--primary-dark:#009aa6;--link-dark:#c6494e;--info-dark:#004146;--success-dark:#678c97;--warning-dark:#d88d97;--danger-dark:#b33234;--black:#003337;--black-bis:#413f44;--grey-darker:#47494f;--grey-dark:#6d7079;--grey:#8c909c;--grey-light:#c6c8d7;--grey-lighter:#e5e2f3;--grey-lightest:#f4f0ff;--white-ter:#faf7ff;--white-bis:#f9f9f9;--shadow-color:rgb(0 51 55/9%);--primary-exception:#00afbd;--black-exception:#003337;--danger-exception:#d73b3d;--success-exception:#82afbd;--white-exception:#fff;--grey-exception:#8c909c;--grey-light-exception:#c6c8d7;--grey-lightest-exception:#f4f0ff;--primary-light-exception:#f5f8ff;--primary-dark-exception:#009aa6}body.notifications_deuteranopia-theme-kids-four-third-edition-tongue-twister-or-scrambled-letters__dmLj6{--primary:#7e9de7;--link:#a67b16;--info:#2d6ebb;--success:#d2a04e;--warning:#f1b542;--danger:#916e37;--white:#fff;--primary-light:#fff5fb;--link-light:#dcaf81;--info-light:#a2ace3;--success-light:#fff3f5;--warning-light:#ffe8df;--danger-light:#ffe9ed;--primary-dark:#688bd2;--link-dark:#916d26;--info-dark:#003c69;--success-dark:#a77f3d;--warning-dark:#cb993a;--danger-dark:#795d30;--black:#192e4c;--black-bis:#463e41;--grey-darker:#4b4754;--grey-dark:#746d80;--grey:#464753;--grey-light:#d5c3da;--grey-lighter:#f7ddec;--grey-lightest:#ffedf5;--white-ter:#fff1f6;--white-bis:#fff6f9;--shadow-color:rgb(25 46 76/9%);--primary-exception:#7e9de7;--black-exception:#192e4c;--danger-exception:#916e37;--success-exception:#d2a04e;--white-exception:#fff;--grey-exception:#948da5;--grey-light-exception:#d5c3da;--grey-lightest-exception:#ffedf5;--primary-light-exception:#fff5fb;--primary-dark-exception:#688bd2}body.notifications_protanopia-theme-kids-four-third-edition-tongue-twister-or-scrambled-letters__Z4Vrg{--primary:#8b9cda;--link:#928234;--info:#4d6bb5;--success:#bca83e;--warning:#d6bf46;--danger:#7d7455;--white:#fff;--primary-light:#faf6fd;--link-light:#c4b790;--info-light:#a3add9;--success-light:#fcf4ee;--warning-light:#f7ecd3;--danger-light:#f3eded;--primary-dark:#7889c5;--link-dark:#7f7339;--info-dark:#233968;--success-dark:#968630;--warning-dark:#b5a13e;--danger-dark:#696148;--black:#222d4b;--black-bis:#414040;--grey-darker:#474854;--grey-dark:#6e6f80;--grey:#464753;--grey-light:#c8c7d8;--grey-lighter:#e6e2ea;--grey-lightest:#f5f1f4;--white-ter:#fdf7f8;--white-bis:#fff6f9;--shadow-color:rgb(34 45 75/9%);--primary-exception:#8b9cda;--black-exception:#222d4b;--danger-exception:#7d7455;--success-exception:#bca83e;--white-exception:#fff;--grey-exception:#8c8fa5;--grey-light-exception:#c8c7d8;--grey-lightest-exception:#f5f1f4;--primary-light-exception:#faf6fd;--primary-dark-exception:#7889c5}body.notifications_default-theme-pre-teens-scrambled-letters-or-spelling-bee__hRwnR{--primary:#6d458d;--link:#fc7124;--info:#0071bb;--success:#6abd41;--warning:#f9b341;--danger:#d83740;--white:#fff;--primary-light:#effaff;--link-light:#ffa087;--info-light:#79b7e0;--success-light:#edf9f1;--warning-light:#feead3;--danger-light:#fbebec;--primary-dark:#6d458d;--link-dark:#c64c2b;--info-dark:#0e386a;--success-dark:#539731;--warning-dark:#d29838;--danger-dark:#b52e35;--black:#112b4a;--black-bis:#3e3e3e;--grey-darker:#464753;--grey-dark:#6f7081;--grey:#fff;--grey-light:#c7c9d8;--grey-lighter:#e4e4eb;--grey-lightest:#f2f2f5;--white-ter:#f5f5f5;--white-bis:#f9f9f9;--shadow-color:rgb(17 43 74/9%);--primary-exception:#6d458d;--black-exception:#fff;--danger-exception:#d83740;--success-exception:#6abd41;--white-exception:#fff;--grey-exception:#8f90a6;--grey-light-exception:#c7c9d9;--grey-lightest-exception:#f2f2f5;--primary-light-exception:#effaff;--primary-dark-exception:#5a317b}body.notifications_dark-theme-pre-teens-scrambled-letters-or-spelling-bee__FC0FN{--primary:#9c5ecd;--link:#fc7124;--info:#0071bb;--success:#539731;--warning:#d29838;--danger:#b52e35;--white:#0d0d0d;--primary-light:#636363;--link-light:#ffa087;--info-light:#8dc2e5;--success-light:#191919;--warning-light:#452502;--danger-light:#191919;--primary-dark:#9c5ecd;--link-dark:#c64c2b;--info-dark:#0e386a;--success-dark:#539731;--warning-dark:#d29838;--danger-dark:#b52e35;--black:#fff;--black-bis:#3e3e3e;--grey-darker:#464753;--grey-dark:#6f7081;--grey:#bababe;--grey-light:#eeee;--grey-lighter:#1f1f2a;--grey-lightest:#fff;--white-ter:#171717;--white-bis:#131313;--shadow-color:rgb(255 255 255/9%);--primary-exception:#9c5ecd;--black-exception:#fff;--danger-exception:#d83740;--success-exception:#6abd41;--white-exception:#fff;--grey-exception:#8f90a6;--grey-light-exception:#c7c9d9;--grey-lightest-exception:#f2f2f5;--primary-light-exception:#effaff;--primary-dark-exception:#7e47a9}body.notifications_achromatopsia-theme-pre-teens-scrambled-letters-or-spelling-bee__3jrNF{--primary:#535353;--link:#6b6b6b;--info:#5e5e5e;--success:#a2a2a2;--warning:#bababa;--danger:#5a5a5a;--white:#fff;--primary-light:#f8f8f8;--link-light:#b3b3b3;--info-light:#adadad;--success-light:#f6f6f6;--warning-light:#f4f4f4;--danger-light:#eeee;--primary-dark:#535353;--link-dark:#636363;--info-dark:#3333;--success-dark:#818181;--warning-dark:#9d9d9d;--danger-dark:#4b4b4b;--black:#272727;--black-bis:#3e3e3e;--grey-darker:#474747;--grey-dark:#717171;--grey:#fff;--grey-light:#cacaca;--grey-lighter:#e5e5e5;--grey-lightest:#f2f2f2;--white-ter:#f5f5f5;--white-bis:#f9f9f9;--shadow-color:rgb(39 39 39/9%);--primary-exception:#535353;--black-exception:#fff;--danger-exception:#5a5a5a;--success-exception:#a2a2a2;--white-exception:#fff;--grey-light-exception:#cacaca;--grey-lightest-exception:#f2f2f2;--primary-light-exception:#f8f8f8;--primary-dark-exception:#3f3f3f}body.notifications_tritanopia-theme-pre-teens-scrambled-letters-or-spelling-bee__uPrPk{--primary:#63535a;--link:#ea4a4e;--info:#007981;--success:#82afbd;--warning:#ffa7b3;--danger:#d73b3d;--white:#fff;--primary-light:#f5f8ff;--link-light:#ff9ca7;--info-light:#6fbac9;--success-light:#f3f5ff;--warning-light:#fff0fd;--danger-light:#fde8fa;--primary-dark:#63535a;--link-dark:#c6494e;--info-dark:#004146;--success-dark:#678c97;--warning-dark:#d88d97;--danger-dark:#b33234;--black:#003337;--black-bis:#413f44;--grey-darker:#47494f;--grey-dark:#6d7079;--grey:#fff;--grey-light:#c6c8d7;--grey-lighter:#e5e2f3;--grey-lightest:#f4f0ff;--white-ter:#faf7ff;--white-bis:#f9f9f9;--shadow-color:rgb(0 51 55/9%);--primary-exception:#63535a;--black-exception:#fff;--danger-exception:#d73b3d;--success-exception:#82afbd;--white-exception:#fff;--grey-exception:#8c909c;--grey-light-exception:#c6c8d7;--grey-lightest-exception:#f4f0ff;--primary-light-exception:#f5f8ff;--primary-dark-exception:#504348}body.notifications_deuteranopia-theme-pre-teens-scrambled-letters-or-spelling-bee__xg3YC{--primary:#3e5786;--link:#a67b16;--info:#2d6ebb;--success:#d1a04e;--warning:#f1b542;--danger:#916e37;--white:#fff;--primary-light:#fff5fb;--link-light:#dcaf81;--info-light:#a2ace3;--success-light:#fff3f6;--warning-light:#fff1ef;--danger-light:#ffe9ed;--primary-dark:#3e5786;--link-dark:#916d26;--info-dark:#003c69;--success-dark:#a77f3d;--warning-dark:#cb993a;--danger-dark:#795d2f;--black:#192e4c;--black-bis:#463e41;--grey-darker:#4b4754;--grey-dark:#746d80;--grey:#fff;--grey-light:#d5c3da;--grey-lighter:#f7ddec;--grey-lightest:#ffedf5;--white-ter:#fff1f6;--white-bis:#fff6f9;--shadow-color:rgb(25 46 76/9%);--primary-exception:#3e5786;--black-exception:#fff;--danger-exception:#916e37;--success-exception:#d2a04e;--white-exception:#fff;--grey-exception:#948da5;--grey-light-exception:#d5c3da;--grey-lightest-exception:#ffedf5;--primary-light-exception:#fff5fb;--primary-dark-exception:#274774}body.notifications_protanopia-theme-pre-teens-scrambled-letters-or-spelling-bee__afdJA{--primary:#375598;--link:#928234;--info:#4d6bb5;--success:#bca83e;--warning:#d6bf46;--danger:#7d7455;--white:#fff;--primary-light:#faf6fd;--link-light:#c4b790;--info-light:#a3add9;--success-light:#fcf4ee;--warning-light:#fdf3e4;--danger-light:#f3eded;--primary-dark:#375598;--link-dark:#7f7339;--info-dark:#233968;--success-dark:#968630;--warning-dark:#b5a13e;--danger-dark:#696148;--black:#222d4b;--black-bis:#414040;--grey-darker:#474854;--grey-dark:#6e6f80;--grey:#fff;--grey-light:#c8c7d8;--grey-lighter:#e6e2ea;--grey-lightest:#f5f1f4;--white-ter:#fdf7f8;--white-bis:#fff6f9;--shadow-color:rgb(34 45 75/9%);--primary-exception:#375598;--black-exception:#fff;--danger-exception:#7d7455;--success-exception:#bca83e;--white-exception:#fff;--grey-exception:#8c8fa5;--grey-light-exception:#c8c7d8;--grey-lightest-exception:#f5f1f4;--primary-light-exception:#faf6fd;--primary-dark-exception:#1a4488}.notifications_notification-panel__isQj0{right:50px;top:100%;width:375px;max-height:460px;height:460px;margin-top:10px;box-shadow:0 3px 12px var(--shadow-color),0 3px 12px var(--shadow-color);border-radius:8px;overflow:auto}.notifications_notification-panel-header__YB5Y9{position:sticky;top:0;z-index:1}.notifications_notification-panel-header__YB5Y9.notifications_shadowed__dqnZM{box-shadow:0 3px 5px var(--shadow-color)}.notifications_notification-panel-body__aDkJc .notifications_notification-item__v28nQ{border-bottom:1px solid var(--grey-lighter)}.notifications_notification-panel-body__aDkJc .notifications_notification-item__v28nQ:last-child{border-bottom:none}@media screen and (max-width:768px){.notifications_notification-panel__isQj0{width:100%;height:calc(100vh - 58px);max-height:calc(100vh - 58px);box-shadow:unset;border-radius:unset;margin-top:1px;right:0}}.notifications_notification-panel__isQj0 .notifications_mark-all-as-read__klkFv{color:var(--primary);cursor:pointer}.notifications_notification-panel__isQj0 .notifications_mark-all-as-read__klkFv:hover{text-decoration:underline}.notifications_notification-panel__isQj0 .notifications_mark-all-as-read__klkFv.notifications_disabled__J_v2s{color:var(--grey);cursor:not-allowed}.notifications_notification-panel__isQj0 .notifications_mark-all-as-read__klkFv.notifications_disabled__J_v2s:hover{text-decoration:none}body.wzd-navbar_default-theme__Db1wY{--primary:#33aae3;--link:#fc7124;--info:#0071bb;--success:#6abd41;--warning:#f9b341;--danger:#d83740;--white:#fff;--primary-light:#effaff;--link-light:#ffa087;--info-light:#79b7e0;--success-light:#edf9f1;--warning-light:#feead3;--danger-light:#fbebec;--primary-dark:#0b96cf;--link-dark:#c64c2b;--info-dark:#0e386a;--success-dark:#539731;--warning-dark:#d29838;--danger-dark:#b52e35;--info-darker:#021167;--black:#112b4a;--black-bis:#3e3e3e;--grey-darker:#464753;--grey-dark:#6f7081;--grey:#8f90a6;--grey-light:#c7c9d9;--grey-lighter:#e4e4eb;--grey-lightest:#f2f2f5;--white-ter:#f5f5f5;--white-bis:#f9f9f9;--shadow-color:rgb(17 43 74/9%);--primary-exception:#33aae3;--black-exception:#112b4a;--danger-exception:#d83740;--success-exception:#6abd41;--white-exception:#fff;--grey-exception:#8f90a6;--grey-light-exception:#c7c9d9;--grey-lightest-exception:#f2f2f5;--primary-light-exception:#effaff;--primary-dark-exception:#0b96cf;--wiz-battle-close-button:#969696;--wiz-battle-modal-text:#021167;--wiz-battle-modal-bg:#fff}body.wzd-navbar_dark-theme__sRwEt{--primary:#33aae3;--link:#fc7124;--info:#0071bb;--success:#6abd41;--warning:#f9b341;--danger:#d83740;--white:#0d0d0d;--primary-light:#303030;--link-light:#ffa087;--info-light:#8dc2e5;--success-light:#191919;--warning-light:#452502;--danger-light:#191919;--primary-dark:#0b96cf;--link-dark:#c64c2b;--info-dark:#0e386a;--success-dark:#539731;--warning-dark:#d29838;--danger-dark:#b52e35;--black:#fff;--black-bis:#3e3e3e;--grey-darker:#464753;--grey-dark:#6f7081;--grey:#8f90a6;--grey-light:#eeee;--grey-lighter:#1f1f2a;--grey-lightest:#181818;--white-ter:#171717;--white-bis:#131313;--shadow-color:rgb(255 255 255/9%);--primary-exception:#33aae3;--black-exception:#112b4a;--danger-exception:#d83740;--success-exception:#6abd41;--white-exception:#fff;--grey-exception:#8f90a6;--grey-light-exception:#c7c9d9;--grey-lightest-exception:#f2f2f5;--primary-light-exception:#effaff;--primary-dark-exception:#0b96cf;--wiz-battle-close-button:#6e6e6e;--wiz-battle-modal-text:#8897ef;--wiz-battle-modal-bg:#1a1a1a}body.wzd-navbar_achromatopsia-theme__V3SSh{--primary:#959595;--link:#6b6b6b;--info:#5e5e5e;--success:#a3a3a3;--warning:#bababa;--danger:#5a5a5a;--white:#fff;--primary-light:#f8f8f8;--link-light:#b3b3b3;--info-light:#adadad;--success-light:#f6f6f6;--warning-light:#ededed;--danger-light:#eeee;--primary-dark:#7d7d7d;--link-dark:#636363;--info-dark:#3333;--success-dark:#818181;--warning-dark:#9d9d9d;--danger-dark:#4b4b4b;--black:#272727;--black-bis:#3e3e3e;--grey-darker:#474747;--grey-dark:#717171;--grey:#919191;--grey-light:#cacaca;--grey-lighter:#e5e5e5;--grey-lightest:#f2f2f2;--white-ter:#f5f5f5;--white-bis:#f9f9f9;--shadow-color:rgb(39 39 39/9%);--primary-exception:#959595;--black-exception:#272727;--danger-exception:#5a5a5a;--white-exception:#fff;--grey-light-exception:#cacaca;--grey-lightest-exception:#f2f2f2;--primary-light-exception:#f8f8f8;--primary-dark-exception:#7d7d7d;--wiz-battle-close-button:#969696;--wiz-battle-modal-text:#141414;--wiz-battle-modal-bg:#fff}body.wzd-navbar_tritanopia-theme__WxR4E{--primary:#00afbd;--link:#ea4a4e;--info:#007981;--success:#82afbd;--warning:#ffa7b3;--danger:#d73b3d;--white:#fff;--primary-light:#f5f8ff;--link-light:#ff9ca7;--info-light:#6fbac9;--success-light:#f3f5ff;--warning-light:#ffe6f4;--danger-light:#fde8fa;--primary-dark:#009aa6;--link-dark:#c6494e;--info-dark:#004146;--success-dark:#678c97;--warning-dark:#d88d97;--danger-dark:#b33234;--black:#003337;--black-bis:#413f44;--grey-darker:#47494f;--grey-dark:#6d7079;--grey:#8c909c;--grey-light:#c6c8d7;--grey-lighter:#e5e2f3;--grey-lightest:#f4f0ff;--white-ter:#faf7ff;--white-bis:#f9f9f9;--shadow-color:rgb(0 51 55/9%);--primary-exception:#00afbd;--black-exception:#003337;--danger-exception:#d73b3d;--success-exception:#82afbd;--white-exception:#fff;--grey-exception:#8c909c;--grey-light-exception:#c6c8d7;--grey-lightest-exception:#f4f0ff;--primary-light-exception:#f5f8ff;--primary-dark-exception:#009aa6;--wiz-battle-close-button:#96939f;--wiz-battle-modal-text:#00292a;--wiz-battle-modal-bg:#fff}body.wzd-navbar_deuteranopia-theme__uWsKL{--primary:#7e9de7;--link:#a67b16;--info:#2d6ebb;--success:#d2a04e;--warning:#f1b542;--danger:#916e37;--white:#fff;--primary-light:#fff5fb;--link-light:#dcaf81;--info-light:#a2ace3;--success-light:#fff3f5;--warning-light:#ffe8df;--danger-light:#ffe9ed;--primary-dark:#688bd2;--link-dark:#916d26;--info-dark:#003c69;--success-dark:#a77f3d;--warning-dark:#cb993a;--danger-dark:#795d30;--black:#192e4c;--black-bis:#463e41;--grey-darker:#4b4754;--grey-dark:#746d80;--grey:#948da5;--grey-light:#d5c3da;--grey-lighter:#f7ddec;--grey-lightest:#ffedf5;--white-ter:#fff1f6;--white-bis:#fff6f9;--shadow-color:rgb(25 46 76/9%);--primary-exception:#7e9de7;--black-exception:#192e4c;--danger-exception:#916e37;--success-exception:#d2a04e;--white-exception:#fff;--grey-exception:#948da5;--grey-light-exception:#d5c3da;--grey-lightest-exception:#ffedf5;--primary-light-exception:#fff5fb;--primary-dark-exception:#688bd2;--wiz-battle-close-button:#a39096;--wiz-battle-modal-text:#00263e;--wiz-battle-modal-bg:#fff}body.wzd-navbar_protanopia-theme__h5aSJ{--primary:#8b9cda;--link:#928234;--info:#4d6bb5;--success:#bca83e;--warning:#d6bf46;--danger:#7d7455;--white:#fff;--primary-light:#faf6fd;--link-light:#c4b790;--info-light:#a3add9;--success-light:#fcf4ee;--warning-light:#f7ecd3;--danger-light:#f3eded;--primary-dark:#7889c5;--link-dark:#7f7339;--info-dark:#233968;--success-dark:#968630;--warning-dark:#b5a13e;--danger-dark:#696148;--black:#222d4b;--black-bis:#414040;--grey-darker:#474854;--grey-dark:#6e6f80;--grey:#8c8fa5;--grey-light:#c8c7d8;--grey-lighter:#e6e2ea;--grey-lightest:#f5f1f4;--white-ter:#fdf7f8;--white-bis:#fff6f9;--shadow-color:rgb(34 45 75/9%);--primary-exception:#8b9cda;--black-exception:#222d4b;--danger-exception:#7d7455;--success-exception:#bca83e;--white-exception:#fff;--grey-exception:#8c8fa5;--grey-light-exception:#c8c7d8;--grey-lightest-exception:#f5f1f4;--primary-light-exception:#faf6fd;--primary-dark-exception:#7889c5;--wiz-battle-close-button:#979494;--wiz-battle-modal-text:#002349;--wiz-battle-modal-bg:#fff}body.wzd-navbar_default-theme-kids-two-third-edition-spelling-bee-or-who-am-i__O1PYJ{--primary:#f9b341;--link:#fc7124;--info:#0071bb;--success:#6abd41;--warning:#f9b341;--danger:#d83740;--white:#fff;--primary-light:#effaff;--link-light:#ffa087;--info-light:#79b7e0;--success-light:#edf9f1;--warning-light:#feead3;--danger-light:#fbebec;--primary-dark:#f9b341;--link-dark:#c64c2b;--info-dark:#0e386a;--success-dark:#539731;--warning-dark:#d29838;--danger-dark:#b52e35;--black:#112b4a;--black-bis:#3e3e3e;--grey-darker:#464753;--grey-dark:#6f7081;--grey:#464753;--grey-light:#c7c9d8;--grey-lighter:#e4e4eb;--grey-lightest:#f2f2f5;--white-ter:#f5f5f5;--white-bis:#f9f9f9;--shadow-color:rgb(17 43 74/9%);--primary-exception:#f9b341;--black-exception:#112b4a;--danger-exception:#d83740;--success-exception:#6abd41;--white-exception:#fff;--grey-exception:#8f90a6;--grey-light-exception:#c7c9d9;--grey-lightest-exception:#f2f2f5;--primary-light-exception:#effaff;--primary-dark-exception:#d79b3a}body.wzd-navbar_dark-theme-kids-two-third-edition-spelling-bee-or-who-am-i__dEjYg{--primary:#f9b341;--link:#fc7124;--info:#0071bb;--success:#6abd41;--warning:#f9b341;--danger:#d83740;--white:#0d0d0d;--primary-light:#636363;--link-light:#ffa087;--info-light:#8dc2e5;--success-light:#191919;--warning-light:#452502;--danger-light:#191919;--primary-dark:#f9b341;--link-dark:#c64c2b;--info-dark:#0e386a;--success-dark:#539731;--warning-dark:#d29838;--danger-dark:#b52e35;--black:#fff;--black-bis:#3e3e3e;--grey-darker:#464753;--grey-dark:#6f7081;--grey:#effaff;--grey-light:#eeee;--grey-lighter:#1f1f2a;--grey-lightest:#fff;--white-ter:#171717;--white-bis:#131313;--shadow-color:rgb(255 255 255/9%);--primary-exception:#f9b341;--black-exception:#112b4a;--danger-exception:#d83740;--success-exception:#6abd41;--white-exception:#fff;--grey-exception:#8f90a6;--grey-light-exception:#c7c9d9;--grey-lightest-exception:#f2f2f5;--primary-light-exception:#effaff;--primary-dark-exception:#d79b3a}body.wzd-navbar_achromatopsia-theme-kids-two-third-edition-spelling-bee-or-who-am-i__9ZMQd{--primary:#bababa;--link:#6b6b6b;--info:#5e5e5e;--success:#a3a3a3;--warning:#bababa;--danger:#5a5a5a;--white:#fff;--primary-light:#f8f8f8;--link-light:#b3b3b3;--info-light:#adadad;--success-light:#f6f6f6;--warning-light:#ededed;--danger-light:#eeee;--primary-dark:#bababa;--link-dark:#636363;--info-dark:#3333;--success-dark:#a3a3a3;--warning-dark:#bababa;--danger-dark:#5a5a5a;--black:#272727;--black-bis:#3e3e3e;--grey-darker:#474747;--grey-dark:#717171;--grey:#919191;--grey-light:#cacaca;--grey-lighter:#e5e5e5;--grey-lightest:#f2f2f2;--white-ter:#f5f5f5;--white-bis:#f9f9f9;--shadow-color:rgb(39 39 39/9%);--primary-exception:#bababa;--black-exception:#272727;--danger-exception:#5a5a5a;--success-exception:#a3a3a3;--white-exception:#fff;--grey-light-exception:#cacaca;--grey-lightest-exception:#f2f2f2;--primary-light-exception:#f8f8f8;--primary-dark-exception:#a1a1a1}body.wzd-navbar_tritanopia-theme-kids-two-third-edition-spelling-bee-or-who-am-i__qMQIL{--primary:#f2abb4;--link:#ea4a4e;--info:#007981;--success:#82afbd;--warning:#ffa7b3;--danger:#d73b3d;--white:#fff;--primary-light:#f5f8ff;--link-light:#ff9ca7;--info-light:#6fbac9;--success-light:#f3f5ff;--warning-light:#ffe6f4;--danger-light:#fde8fa;--primary-dark:#f2abb4;--link-dark:#c6494e;--info-dark:#004146;--success-dark:#678c97;--warning-dark:#d88d97;--danger-dark:#b33234;--black:#003337;--black-bis:#413f44;--grey-darker:#47494f;--grey-dark:#6d7079;--grey:#8c909c;--grey-light:#c6c8d7;--grey-lighter:#e5e2f3;--grey-lightest:#f4f0ff;--white-ter:#faf7ff;--white-bis:#f9f9f9;--shadow-color:rgb(0 51 55/9%);--primary-exception:#f2abb4;--black-exception:#003337;--danger-exception:#d73b3d;--success-exception:#82afbd;--white-exception:#fff;--grey-exception:#8c909c;--grey-light-exception:#c6c8d7;--grey-lightest-exception:#f4f0ff;--primary-light-exception:#f5f8ff;--primary-dark-exception:#dd909a}body.wzd-navbar_deuteranopia-theme-kids-two-third-edition-spelling-bee-or-who-am-i__kvqlU{--primary:#e8b758;--link:#a67b16;--info:#2d6ebb;--success:#d2a04e;--warning:#f1b542;--danger:#916e37;--white:#fff;--primary-light:#fff5fb;--link-light:#dcaf81;--info-light:#a2ace3;--success-light:#fff3f5;--warning-light:#ffe8df;--danger-light:#ffe9ed;--primary-dark:#e8b758;--link-dark:#916d26;--info-dark:#003c69;--success-dark:#a77f3d;--warning-dark:#cb993a;--danger-dark:#795d30;--black:#192e4c;--black-bis:#463e41;--grey-darker:#4b4754;--grey-dark:#746d80;--grey:#948da5;--grey-light:#d5c3da;--grey-lighter:#f7ddec;--grey-lightest:#ffedf5;--white-ter:#fff1f6;--white-bis:#fff6f9;--shadow-color:rgb(25 46 76/9%);--primary-exception:#e8b758;--black-exception:#192e4c;--danger-exception:#916e37;--success-exception:#d2a04e;--white-exception:#fff;--grey-exception:#948da5;--grey-light-exception:#d5c3da;--grey-lightest-exception:#ffedf5;--primary-light-exception:#fff5fb;--primary-dark-exception:#d09c3c}body.wzd-navbar_protanopia-theme-kids-two-third-edition-spelling-bee-or-who-am-i__ThYEc{--primary:#d6bf46;--link:#928234;--info:#4d6bb5;--success:#bca83e;--warning:#d6bf46;--danger:#7d7455;--white:#fff;--primary-light:#faf6fd;--link-light:#c4b790;--info-light:#a3add9;--success-light:#fcf4ee;--warning-light:#f7ecd3;--danger-light:#f3eded;--primary-dark:#d6bf46;--link-dark:#7f7339;--info-dark:#233968;--success-dark:#968630;--warning-dark:#b5a13e;--danger-dark:#696148;--black:#222d4b;--black-bis:#414040;--grey-darker:#474854;--grey-dark:#6e6f80;--grey:#8c8fa5;--grey-light:#c8c7d8;--grey-lighter:#e6e2ea;--grey-lightest:#f5f1f4;--white-ter:#fdf7f8;--white-bis:#fff6f9;--shadow-color:rgb(34 45 75/9%);--primary-exception:#d6bf46;--black-exception:#222d4b;--danger-exception:#7d7455;--success-exception:#bca83e;--white-exception:#fff;--grey-exception:#8c8fa5;--grey-light-exception:#c8c7d8;--grey-lightest-exception:#f5f1f4;--primary-light-exception:#faf6fd;--primary-dark-exception:#b9a53f}body.wzd-navbar_default-theme-kids-four-third-edition-tongue-twister-or-scrambled-letters__H0eX3{--primary:#00aae8;--link:#fc7124;--info:#0071bb;--success:#6abd41;--warning:#f9b341;--danger:#d83740;--white:#fff;--primary-light:#effaff;--link-light:#ffa087;--info-light:#79b7e0;--success-light:#edf9f1;--warning-light:#feead3;--danger-light:#fbebec;--primary-dark:#00aae8;--link-dark:#c64c2b;--info-dark:#0e386a;--success-dark:#539731;--warning-dark:#d29838;--danger-dark:#b52e35;--black:#112b4a;--black-bis:#3e3e3e;--grey-darker:#464753;--grey-dark:#6f7081;--grey:#8f90a6;--grey-light:#c7c9d8;--grey-lighter:#e4e4eb;--grey-lightest:#f2f2f5;--white-ter:#f5f5f5;--white-bis:#f9f9f9;--shadow-color:rgb(17 43 74/9%);--primary-exception:#00aae8;--black-exception:#112b4a;--danger-exception:#d83740;--success-exception:#6abd41;--white-exception:#fff;--grey-exception:#8f90a6;--grey-light-exception:#c7c9d9;--grey-lightest-exception:#f2f2f5;--primary-light-exception:#effaff;--primary-dark-exception:#00aae8}body.wzd-navbar_dark-theme-kids-four-third-edition-tongue-twister-or-scrambled-letters__CwQMK{--primary:#00aae8;--link:#fc7124;--info:#0071bb;--success:#6abd41;--warning:#f9b341;--danger:#d83740;--white:#0d0d0d;--primary-light:#636363;--link-light:#ffa087;--info-light:#8dc2e5;--success-light:#191919;--warning-light:#452502;--danger-light:#191919;--primary-dark:#00aae8;--link-dark:#c64c2b;--info-dark:#0e386a;--success-dark:#539731;--warning-dark:#d29838;--danger-dark:#b52e35;--black:#fff;--black-bis:#3e3e3e;--grey-darker:#464753;--grey-dark:#6f7081;--grey:#effaff;--grey-light:#eeee;--grey-lighter:#1f1f2a;--grey-lightest:#fff;--white-ter:#171717;--white-bis:#131313;--shadow-color:rgb(255 255 255/9%);--primary-exception:#00aae8;--black-exception:#112b4a;--danger-exception:#d83740;--success-exception:#6abd41;--white-exception:#fff;--grey-exception:#8f90a6;--grey-light-exception:#c7c9d9;--grey-lightest-exception:#f2f2f5;--primary-light-exception:#effaff;--primary-dark-exception:#00aae8}body.wzd-navbar_achromatopsia-theme-kids-four-third-edition-tongue-twister-or-scrambled-letters__AvpRZ{--primary:#959595;--link:#6b6b6b;--info:#5e5e5e;--success:#a3a3a3;--warning:#bababa;--danger:#5a5a5a;--white:#fff;--primary-light:#f8f8f8;--link-light:#b3b3b3;--info-light:#adadad;--success-light:#f6f6f6;--warning-light:#ededed;--danger-light:#eeee;--primary-dark:#7d7d7d;--link-dark:#636363;--info-dark:#3333;--success-dark:#818181;--warning-dark:#9d9d9d;--danger-dark:#4b4b4b;--black:#272727;--black-bis:#3e3e3e;--grey-darker:#474747;--grey-dark:#717171;--grey:#464753;--grey-light:#cacaca;--grey-lighter:#e5e5e5;--grey-lightest:#f2f2f2;--white-ter:#f5f5f5;--white-bis:#f9f9f9;--shadow-color:rgb(39 39 39/9%);--primary-exception:#959595;--black-exception:#272727;--danger-exception:#5a5a5a;--white-exception:#fff;--grey-light-exception:#cacaca;--grey-lightest-exception:#f2f2f2;--primary-light-exception:#f8f8f8;--primary-dark-exception:#7d7d7d}body.wzd-navbar_tritanopia-theme-kids-four-third-edition-tongue-twister-or-scrambled-letters__MNmWY{--primary:#068590;--link:#ea4a4e;--info:#007981;--success:#82afbd;--warning:#ffa7b3;--danger:#d73b3d;--white:#fff;--primary-light:#f5f8ff;--link-light:#ff9ca7;--info-light:#6fbac9;--success-light:#f3f5ff;--warning-light:#ffe6f4;--danger-light:#fde8fa;--primary-dark:#009aa6;--link-dark:#c6494e;--info-dark:#004146;--success-dark:#678c97;--warning-dark:#d88d97;--danger-dark:#b33234;--black:#003337;--black-bis:#413f44;--grey-darker:#47494f;--grey-dark:#6d7079;--grey:#8c909c;--grey-light:#c6c8d7;--grey-lighter:#e5e2f3;--grey-lightest:#f4f0ff;--white-ter:#faf7ff;--white-bis:#f9f9f9;--shadow-color:rgb(0 51 55/9%);--primary-exception:#00afbd;--black-exception:#003337;--danger-exception:#d73b3d;--success-exception:#82afbd;--white-exception:#fff;--grey-exception:#8c909c;--grey-light-exception:#c6c8d7;--grey-lightest-exception:#f4f0ff;--primary-light-exception:#f5f8ff;--primary-dark-exception:#009aa6}body.wzd-navbar_deuteranopia-theme-kids-four-third-edition-tongue-twister-or-scrambled-letters__UjRNF{--primary:#7e9de7;--link:#a67b16;--info:#2d6ebb;--success:#d2a04e;--warning:#f1b542;--danger:#916e37;--white:#fff;--primary-light:#fff5fb;--link-light:#dcaf81;--info-light:#a2ace3;--success-light:#fff3f5;--warning-light:#ffe8df;--danger-light:#ffe9ed;--primary-dark:#688bd2;--link-dark:#916d26;--info-dark:#003c69;--success-dark:#a77f3d;--warning-dark:#cb993a;--danger-dark:#795d30;--black:#192e4c;--black-bis:#463e41;--grey-darker:#4b4754;--grey-dark:#746d80;--grey:#464753;--grey-light:#d5c3da;--grey-lighter:#f7ddec;--grey-lightest:#ffedf5;--white-ter:#fff1f6;--white-bis:#fff6f9;--shadow-color:rgb(25 46 76/9%);--primary-exception:#7e9de7;--black-exception:#192e4c;--danger-exception:#916e37;--success-exception:#d2a04e;--white-exception:#fff;--grey-exception:#948da5;--grey-light-exception:#d5c3da;--grey-lightest-exception:#ffedf5;--primary-light-exception:#fff5fb;--primary-dark-exception:#688bd2}body.wzd-navbar_protanopia-theme-kids-four-third-edition-tongue-twister-or-scrambled-letters__8Uq9a{--primary:#8b9cda;--link:#928234;--info:#4d6bb5;--success:#bca83e;--warning:#d6bf46;--danger:#7d7455;--white:#fff;--primary-light:#faf6fd;--link-light:#c4b790;--info-light:#a3add9;--success-light:#fcf4ee;--warning-light:#f7ecd3;--danger-light:#f3eded;--primary-dark:#7889c5;--link-dark:#7f7339;--info-dark:#233968;--success-dark:#968630;--warning-dark:#b5a13e;--danger-dark:#696148;--black:#222d4b;--black-bis:#414040;--grey-darker:#474854;--grey-dark:#6e6f80;--grey:#464753;--grey-light:#c8c7d8;--grey-lighter:#e6e2ea;--grey-lightest:#f5f1f4;--white-ter:#fdf7f8;--white-bis:#fff6f9;--shadow-color:rgb(34 45 75/9%);--primary-exception:#8b9cda;--black-exception:#222d4b;--danger-exception:#7d7455;--success-exception:#bca83e;--white-exception:#fff;--grey-exception:#8c8fa5;--grey-light-exception:#c8c7d8;--grey-lightest-exception:#f5f1f4;--primary-light-exception:#faf6fd;--primary-dark-exception:#7889c5}body.wzd-navbar_default-theme-pre-teens-scrambled-letters-or-spelling-bee__zP9MK{--primary:#6d458d;--link:#fc7124;--info:#0071bb;--success:#6abd41;--warning:#f9b341;--danger:#d83740;--white:#fff;--primary-light:#effaff;--link-light:#ffa087;--info-light:#79b7e0;--success-light:#edf9f1;--warning-light:#feead3;--danger-light:#fbebec;--primary-dark:#6d458d;--link-dark:#c64c2b;--info-dark:#0e386a;--success-dark:#539731;--warning-dark:#d29838;--danger-dark:#b52e35;--black:#112b4a;--black-bis:#3e3e3e;--grey-darker:#464753;--grey-dark:#6f7081;--grey:#fff;--grey-light:#c7c9d8;--grey-lighter:#e4e4eb;--grey-lightest:#f2f2f5;--white-ter:#f5f5f5;--white-bis:#f9f9f9;--shadow-color:rgb(17 43 74/9%);--primary-exception:#6d458d;--black-exception:#fff;--danger-exception:#d83740;--success-exception:#6abd41;--white-exception:#fff;--grey-exception:#8f90a6;--grey-light-exception:#c7c9d9;--grey-lightest-exception:#f2f2f5;--primary-light-exception:#effaff;--primary-dark-exception:#5a317b}body.wzd-navbar_dark-theme-pre-teens-scrambled-letters-or-spelling-bee__0JygS{--primary:#9c5ecd;--link:#fc7124;--info:#0071bb;--success:#539731;--warning:#d29838;--danger:#b52e35;--white:#0d0d0d;--primary-light:#636363;--link-light:#ffa087;--info-light:#8dc2e5;--success-light:#191919;--warning-light:#452502;--danger-light:#191919;--primary-dark:#9c5ecd;--link-dark:#c64c2b;--info-dark:#0e386a;--success-dark:#539731;--warning-dark:#d29838;--danger-dark:#b52e35;--black:#fff;--black-bis:#3e3e3e;--grey-darker:#464753;--grey-dark:#6f7081;--grey:#bababe;--grey-light:#eeee;--grey-lighter:#1f1f2a;--grey-lightest:#fff;--white-ter:#171717;--white-bis:#131313;--shadow-color:rgb(255 255 255/9%);--primary-exception:#9c5ecd;--black-exception:#fff;--danger-exception:#d83740;--success-exception:#6abd41;--white-exception:#fff;--grey-exception:#8f90a6;--grey-light-exception:#c7c9d9;--grey-lightest-exception:#f2f2f5;--primary-light-exception:#effaff;--primary-dark-exception:#7e47a9}body.wzd-navbar_achromatopsia-theme-pre-teens-scrambled-letters-or-spelling-bee__G6c0z{--primary:#535353;--link:#6b6b6b;--info:#5e5e5e;--success:#a2a2a2;--warning:#bababa;--danger:#5a5a5a;--white:#fff;--primary-light:#f8f8f8;--link-light:#b3b3b3;--info-light:#adadad;--success-light:#f6f6f6;--warning-light:#f4f4f4;--danger-light:#eeee;--primary-dark:#535353;--link-dark:#636363;--info-dark:#3333;--success-dark:#818181;--warning-dark:#9d9d9d;--danger-dark:#4b4b4b;--black:#272727;--black-bis:#3e3e3e;--grey-darker:#474747;--grey-dark:#717171;--grey:#fff;--grey-light:#cacaca;--grey-lighter:#e5e5e5;--grey-lightest:#f2f2f2;--white-ter:#f5f5f5;--white-bis:#f9f9f9;--shadow-color:rgb(39 39 39/9%);--primary-exception:#535353;--black-exception:#fff;--danger-exception:#5a5a5a;--success-exception:#a2a2a2;--white-exception:#fff;--grey-light-exception:#cacaca;--grey-lightest-exception:#f2f2f2;--primary-light-exception:#f8f8f8;--primary-dark-exception:#3f3f3f}body.wzd-navbar_tritanopia-theme-pre-teens-scrambled-letters-or-spelling-bee__qW4xf{--primary:#63535a;--link:#ea4a4e;--info:#007981;--success:#82afbd;--warning:#ffa7b3;--danger:#d73b3d;--white:#fff;--primary-light:#f5f8ff;--link-light:#ff9ca7;--info-light:#6fbac9;--success-light:#f3f5ff;--warning-light:#fff0fd;--danger-light:#fde8fa;--primary-dark:#63535a;--link-dark:#c6494e;--info-dark:#004146;--success-dark:#678c97;--warning-dark:#d88d97;--danger-dark:#b33234;--black:#003337;--black-bis:#413f44;--grey-darker:#47494f;--grey-dark:#6d7079;--grey:#fff;--grey-light:#c6c8d7;--grey-lighter:#e5e2f3;--grey-lightest:#f4f0ff;--white-ter:#faf7ff;--white-bis:#f9f9f9;--shadow-color:rgb(0 51 55/9%);--primary-exception:#63535a;--black-exception:#fff;--danger-exception:#d73b3d;--success-exception:#82afbd;--white-exception:#fff;--grey-exception:#8c909c;--grey-light-exception:#c6c8d7;--grey-lightest-exception:#f4f0ff;--primary-light-exception:#f5f8ff;--primary-dark-exception:#504348}body.wzd-navbar_deuteranopia-theme-pre-teens-scrambled-letters-or-spelling-bee__okTsb{--primary:#3e5786;--link:#a67b16;--info:#2d6ebb;--success:#d1a04e;--warning:#f1b542;--danger:#916e37;--white:#fff;--primary-light:#fff5fb;--link-light:#dcaf81;--info-light:#a2ace3;--success-light:#fff3f6;--warning-light:#fff1ef;--danger-light:#ffe9ed;--primary-dark:#3e5786;--link-dark:#916d26;--info-dark:#003c69;--success-dark:#a77f3d;--warning-dark:#cb993a;--danger-dark:#795d2f;--black:#192e4c;--black-bis:#463e41;--grey-darker:#4b4754;--grey-dark:#746d80;--grey:#fff;--grey-light:#d5c3da;--grey-lighter:#f7ddec;--grey-lightest:#ffedf5;--white-ter:#fff1f6;--white-bis:#fff6f9;--shadow-color:rgb(25 46 76/9%);--primary-exception:#3e5786;--black-exception:#fff;--danger-exception:#916e37;--success-exception:#d2a04e;--white-exception:#fff;--grey-exception:#948da5;--grey-light-exception:#d5c3da;--grey-lightest-exception:#ffedf5;--primary-light-exception:#fff5fb;--primary-dark-exception:#274774}body.wzd-navbar_protanopia-theme-pre-teens-scrambled-letters-or-spelling-bee__tTU06{--primary:#375598;--link:#928234;--info:#4d6bb5;--success:#bca83e;--warning:#d6bf46;--danger:#7d7455;--white:#fff;--primary-light:#faf6fd;--link-light:#c4b790;--info-light:#a3add9;--success-light:#fcf4ee;--warning-light:#fdf3e4;--danger-light:#f3eded;--primary-dark:#375598;--link-dark:#7f7339;--info-dark:#233968;--success-dark:#968630;--warning-dark:#b5a13e;--danger-dark:#696148;--black:#222d4b;--black-bis:#414040;--grey-darker:#474854;--grey-dark:#6e6f80;--grey:#fff;--grey-light:#c8c7d8;--grey-lighter:#e6e2ea;--grey-lightest:#f5f1f4;--white-ter:#fdf7f8;--white-bis:#fff6f9;--shadow-color:rgb(34 45 75/9%);--primary-exception:#375598;--black-exception:#fff;--danger-exception:#7d7455;--success-exception:#bca83e;--white-exception:#fff;--grey-exception:#8c8fa5;--grey-light-exception:#c8c7d8;--grey-lightest-exception:#f5f1f4;--primary-light-exception:#faf6fd;--primary-dark-exception:#1a4488}.wzd-navbar_wzd-navbar__Rj2fU{height:68px;border-bottom:1px solid var(--grey-lighter)}.wzd-navbar_wzd-navbar__Rj2fU button{background:none;border:none}.wzd-navbar_wzd-navbar-logo__p_LpQ{width:110px;height:25px;align-self:center;margin-bottom:10px;margin-top:9px}.wzd-navbar_wzd-navbar-logo__p_LpQ:hover{background-color:unset!important}.wzd-navbar_wzd-navbar-item__if_Yo img{max-height:unset}@media screen and (max-width:1023px){.wzd-navbar_wzd-navbar__Rj2fU{height:58px;padding:0 1rem!important}.wzd-navbar_wzd-navbar-logo__p_LpQ{width:110px;height:25px}.wzd-navbar_wzd-navbar-brand__7AixG{display:flex;height:58px}}body.sidebar_default-theme__woVNo{--primary:#33aae3;--link:#fc7124;--info:#0071bb;--success:#6abd41;--warning:#f9b341;--danger:#d83740;--white:#fff;--primary-light:#effaff;--link-light:#ffa087;--info-light:#79b7e0;--success-light:#edf9f1;--warning-light:#feead3;--danger-light:#fbebec;--primary-dark:#0b96cf;--link-dark:#c64c2b;--info-dark:#0e386a;--success-dark:#539731;--warning-dark:#d29838;--danger-dark:#b52e35;--info-darker:#021167;--black:#112b4a;--black-bis:#3e3e3e;--grey-darker:#464753;--grey-dark:#6f7081;--grey:#8f90a6;--grey-light:#c7c9d9;--grey-lighter:#e4e4eb;--grey-lightest:#f2f2f5;--white-ter:#f5f5f5;--white-bis:#f9f9f9;--shadow-color:rgb(17 43 74/9%);--primary-exception:#33aae3;--black-exception:#112b4a;--danger-exception:#d83740;--success-exception:#6abd41;--white-exception:#fff;--grey-exception:#8f90a6;--grey-light-exception:#c7c9d9;--grey-lightest-exception:#f2f2f5;--primary-light-exception:#effaff;--primary-dark-exception:#0b96cf;--wiz-battle-close-button:#969696;--wiz-battle-modal-text:#021167;--wiz-battle-modal-bg:#fff}body.sidebar_dark-theme__DWzj1{--primary:#33aae3;--link:#fc7124;--info:#0071bb;--success:#6abd41;--warning:#f9b341;--danger:#d83740;--white:#0d0d0d;--primary-light:#303030;--link-light:#ffa087;--info-light:#8dc2e5;--success-light:#191919;--warning-light:#452502;--danger-light:#191919;--primary-dark:#0b96cf;--link-dark:#c64c2b;--info-dark:#0e386a;--success-dark:#539731;--warning-dark:#d29838;--danger-dark:#b52e35;--black:#fff;--black-bis:#3e3e3e;--grey-darker:#464753;--grey-dark:#6f7081;--grey:#8f90a6;--grey-light:#eeee;--grey-lighter:#1f1f2a;--grey-lightest:#181818;--white-ter:#171717;--white-bis:#131313;--shadow-color:rgb(255 255 255/9%);--primary-exception:#33aae3;--black-exception:#112b4a;--danger-exception:#d83740;--success-exception:#6abd41;--white-exception:#fff;--grey-exception:#8f90a6;--grey-light-exception:#c7c9d9;--grey-lightest-exception:#f2f2f5;--primary-light-exception:#effaff;--primary-dark-exception:#0b96cf;--wiz-battle-close-button:#6e6e6e;--wiz-battle-modal-text:#8897ef;--wiz-battle-modal-bg:#1a1a1a}body.sidebar_achromatopsia-theme__iDpnC{--primary:#959595;--link:#6b6b6b;--info:#5e5e5e;--success:#a3a3a3;--warning:#bababa;--danger:#5a5a5a;--white:#fff;--primary-light:#f8f8f8;--link-light:#b3b3b3;--info-light:#adadad;--success-light:#f6f6f6;--warning-light:#ededed;--danger-light:#eeee;--primary-dark:#7d7d7d;--link-dark:#636363;--info-dark:#3333;--success-dark:#818181;--warning-dark:#9d9d9d;--danger-dark:#4b4b4b;--black:#272727;--black-bis:#3e3e3e;--grey-darker:#474747;--grey-dark:#717171;--grey:#919191;--grey-light:#cacaca;--grey-lighter:#e5e5e5;--grey-lightest:#f2f2f2;--white-ter:#f5f5f5;--white-bis:#f9f9f9;--shadow-color:rgb(39 39 39/9%);--primary-exception:#959595;--black-exception:#272727;--danger-exception:#5a5a5a;--white-exception:#fff;--grey-light-exception:#cacaca;--grey-lightest-exception:#f2f2f2;--primary-light-exception:#f8f8f8;--primary-dark-exception:#7d7d7d;--wiz-battle-close-button:#969696;--wiz-battle-modal-text:#141414;--wiz-battle-modal-bg:#fff}body.sidebar_tritanopia-theme__OKhQl{--primary:#00afbd;--link:#ea4a4e;--info:#007981;--success:#82afbd;--warning:#ffa7b3;--danger:#d73b3d;--white:#fff;--primary-light:#f5f8ff;--link-light:#ff9ca7;--info-light:#6fbac9;--success-light:#f3f5ff;--warning-light:#ffe6f4;--danger-light:#fde8fa;--primary-dark:#009aa6;--link-dark:#c6494e;--info-dark:#004146;--success-dark:#678c97;--warning-dark:#d88d97;--danger-dark:#b33234;--black:#003337;--black-bis:#413f44;--grey-darker:#47494f;--grey-dark:#6d7079;--grey:#8c909c;--grey-light:#c6c8d7;--grey-lighter:#e5e2f3;--grey-lightest:#f4f0ff;--white-ter:#faf7ff;--white-bis:#f9f9f9;--shadow-color:rgb(0 51 55/9%);--primary-exception:#00afbd;--black-exception:#003337;--danger-exception:#d73b3d;--success-exception:#82afbd;--white-exception:#fff;--grey-exception:#8c909c;--grey-light-exception:#c6c8d7;--grey-lightest-exception:#f4f0ff;--primary-light-exception:#f5f8ff;--primary-dark-exception:#009aa6;--wiz-battle-close-button:#96939f;--wiz-battle-modal-text:#00292a;--wiz-battle-modal-bg:#fff}body.sidebar_deuteranopia-theme__xuiJV{--primary:#7e9de7;--link:#a67b16;--info:#2d6ebb;--success:#d2a04e;--warning:#f1b542;--danger:#916e37;--white:#fff;--primary-light:#fff5fb;--link-light:#dcaf81;--info-light:#a2ace3;--success-light:#fff3f5;--warning-light:#ffe8df;--danger-light:#ffe9ed;--primary-dark:#688bd2;--link-dark:#916d26;--info-dark:#003c69;--success-dark:#a77f3d;--warning-dark:#cb993a;--danger-dark:#795d30;--black:#192e4c;--black-bis:#463e41;--grey-darker:#4b4754;--grey-dark:#746d80;--grey:#948da5;--grey-light:#d5c3da;--grey-lighter:#f7ddec;--grey-lightest:#ffedf5;--white-ter:#fff1f6;--white-bis:#fff6f9;--shadow-color:rgb(25 46 76/9%);--primary-exception:#7e9de7;--black-exception:#192e4c;--danger-exception:#916e37;--success-exception:#d2a04e;--white-exception:#fff;--grey-exception:#948da5;--grey-light-exception:#d5c3da;--grey-lightest-exception:#ffedf5;--primary-light-exception:#fff5fb;--primary-dark-exception:#688bd2;--wiz-battle-close-button:#a39096;--wiz-battle-modal-text:#00263e;--wiz-battle-modal-bg:#fff}body.sidebar_protanopia-theme__hnknN{--primary:#8b9cda;--link:#928234;--info:#4d6bb5;--success:#bca83e;--warning:#d6bf46;--danger:#7d7455;--white:#fff;--primary-light:#faf6fd;--link-light:#c4b790;--info-light:#a3add9;--success-light:#fcf4ee;--warning-light:#f7ecd3;--danger-light:#f3eded;--primary-dark:#7889c5;--link-dark:#7f7339;--info-dark:#233968;--success-dark:#968630;--warning-dark:#b5a13e;--danger-dark:#696148;--black:#222d4b;--black-bis:#414040;--grey-darker:#474854;--grey-dark:#6e6f80;--grey:#8c8fa5;--grey-light:#c8c7d8;--grey-lighter:#e6e2ea;--grey-lightest:#f5f1f4;--white-ter:#fdf7f8;--white-bis:#fff6f9;--shadow-color:rgb(34 45 75/9%);--primary-exception:#8b9cda;--black-exception:#222d4b;--danger-exception:#7d7455;--success-exception:#bca83e;--white-exception:#fff;--grey-exception:#8c8fa5;--grey-light-exception:#c8c7d8;--grey-lightest-exception:#f5f1f4;--primary-light-exception:#faf6fd;--primary-dark-exception:#7889c5;--wiz-battle-close-button:#979494;--wiz-battle-modal-text:#002349;--wiz-battle-modal-bg:#fff}body.sidebar_default-theme-kids-two-third-edition-spelling-bee-or-who-am-i__lmrcK{--primary:#f9b341;--link:#fc7124;--info:#0071bb;--success:#6abd41;--warning:#f9b341;--danger:#d83740;--white:#fff;--primary-light:#effaff;--link-light:#ffa087;--info-light:#79b7e0;--success-light:#edf9f1;--warning-light:#feead3;--danger-light:#fbebec;--primary-dark:#f9b341;--link-dark:#c64c2b;--info-dark:#0e386a;--success-dark:#539731;--warning-dark:#d29838;--danger-dark:#b52e35;--black:#112b4a;--black-bis:#3e3e3e;--grey-darker:#464753;--grey-dark:#6f7081;--grey:#464753;--grey-light:#c7c9d8;--grey-lighter:#e4e4eb;--grey-lightest:#f2f2f5;--white-ter:#f5f5f5;--white-bis:#f9f9f9;--shadow-color:rgb(17 43 74/9%);--primary-exception:#f9b341;--black-exception:#112b4a;--danger-exception:#d83740;--success-exception:#6abd41;--white-exception:#fff;--grey-exception:#8f90a6;--grey-light-exception:#c7c9d9;--grey-lightest-exception:#f2f2f5;--primary-light-exception:#effaff;--primary-dark-exception:#d79b3a}body.sidebar_dark-theme-kids-two-third-edition-spelling-bee-or-who-am-i__rGk_q{--primary:#f9b341;--link:#fc7124;--info:#0071bb;--success:#6abd41;--warning:#f9b341;--danger:#d83740;--white:#0d0d0d;--primary-light:#636363;--link-light:#ffa087;--info-light:#8dc2e5;--success-light:#191919;--warning-light:#452502;--danger-light:#191919;--primary-dark:#f9b341;--link-dark:#c64c2b;--info-dark:#0e386a;--success-dark:#539731;--warning-dark:#d29838;--danger-dark:#b52e35;--black:#fff;--black-bis:#3e3e3e;--grey-darker:#464753;--grey-dark:#6f7081;--grey:#effaff;--grey-light:#eeee;--grey-lighter:#1f1f2a;--grey-lightest:#fff;--white-ter:#171717;--white-bis:#131313;--shadow-color:rgb(255 255 255/9%);--primary-exception:#f9b341;--black-exception:#112b4a;--danger-exception:#d83740;--success-exception:#6abd41;--white-exception:#fff;--grey-exception:#8f90a6;--grey-light-exception:#c7c9d9;--grey-lightest-exception:#f2f2f5;--primary-light-exception:#effaff;--primary-dark-exception:#d79b3a}body.sidebar_achromatopsia-theme-kids-two-third-edition-spelling-bee-or-who-am-i__toZyi{--primary:#bababa;--link:#6b6b6b;--info:#5e5e5e;--success:#a3a3a3;--warning:#bababa;--danger:#5a5a5a;--white:#fff;--primary-light:#f8f8f8;--link-light:#b3b3b3;--info-light:#adadad;--success-light:#f6f6f6;--warning-light:#ededed;--danger-light:#eeee;--primary-dark:#bababa;--link-dark:#636363;--info-dark:#3333;--success-dark:#a3a3a3;--warning-dark:#bababa;--danger-dark:#5a5a5a;--black:#272727;--black-bis:#3e3e3e;--grey-darker:#474747;--grey-dark:#717171;--grey:#919191;--grey-light:#cacaca;--grey-lighter:#e5e5e5;--grey-lightest:#f2f2f2;--white-ter:#f5f5f5;--white-bis:#f9f9f9;--shadow-color:rgb(39 39 39/9%);--primary-exception:#bababa;--black-exception:#272727;--danger-exception:#5a5a5a;--success-exception:#a3a3a3;--white-exception:#fff;--grey-light-exception:#cacaca;--grey-lightest-exception:#f2f2f2;--primary-light-exception:#f8f8f8;--primary-dark-exception:#a1a1a1}body.sidebar_tritanopia-theme-kids-two-third-edition-spelling-bee-or-who-am-i__LXrX5{--primary:#f2abb4;--link:#ea4a4e;--info:#007981;--success:#82afbd;--warning:#ffa7b3;--danger:#d73b3d;--white:#fff;--primary-light:#f5f8ff;--link-light:#ff9ca7;--info-light:#6fbac9;--success-light:#f3f5ff;--warning-light:#ffe6f4;--danger-light:#fde8fa;--primary-dark:#f2abb4;--link-dark:#c6494e;--info-dark:#004146;--success-dark:#678c97;--warning-dark:#d88d97;--danger-dark:#b33234;--black:#003337;--black-bis:#413f44;--grey-darker:#47494f;--grey-dark:#6d7079;--grey:#8c909c;--grey-light:#c6c8d7;--grey-lighter:#e5e2f3;--grey-lightest:#f4f0ff;--white-ter:#faf7ff;--white-bis:#f9f9f9;--shadow-color:rgb(0 51 55/9%);--primary-exception:#f2abb4;--black-exception:#003337;--danger-exception:#d73b3d;--success-exception:#82afbd;--white-exception:#fff;--grey-exception:#8c909c;--grey-light-exception:#c6c8d7;--grey-lightest-exception:#f4f0ff;--primary-light-exception:#f5f8ff;--primary-dark-exception:#dd909a}body.sidebar_deuteranopia-theme-kids-two-third-edition-spelling-bee-or-who-am-i__oiZb0{--primary:#e8b758;--link:#a67b16;--info:#2d6ebb;--success:#d2a04e;--warning:#f1b542;--danger:#916e37;--white:#fff;--primary-light:#fff5fb;--link-light:#dcaf81;--info-light:#a2ace3;--success-light:#fff3f5;--warning-light:#ffe8df;--danger-light:#ffe9ed;--primary-dark:#e8b758;--link-dark:#916d26;--info-dark:#003c69;--success-dark:#a77f3d;--warning-dark:#cb993a;--danger-dark:#795d30;--black:#192e4c;--black-bis:#463e41;--grey-darker:#4b4754;--grey-dark:#746d80;--grey:#948da5;--grey-light:#d5c3da;--grey-lighter:#f7ddec;--grey-lightest:#ffedf5;--white-ter:#fff1f6;--white-bis:#fff6f9;--shadow-color:rgb(25 46 76/9%);--primary-exception:#e8b758;--black-exception:#192e4c;--danger-exception:#916e37;--success-exception:#d2a04e;--white-exception:#fff;--grey-exception:#948da5;--grey-light-exception:#d5c3da;--grey-lightest-exception:#ffedf5;--primary-light-exception:#fff5fb;--primary-dark-exception:#d09c3c}body.sidebar_protanopia-theme-kids-two-third-edition-spelling-bee-or-who-am-i__OSA8B{--primary:#d6bf46;--link:#928234;--info:#4d6bb5;--success:#bca83e;--warning:#d6bf46;--danger:#7d7455;--white:#fff;--primary-light:#faf6fd;--link-light:#c4b790;--info-light:#a3add9;--success-light:#fcf4ee;--warning-light:#f7ecd3;--danger-light:#f3eded;--primary-dark:#d6bf46;--link-dark:#7f7339;--info-dark:#233968;--success-dark:#968630;--warning-dark:#b5a13e;--danger-dark:#696148;--black:#222d4b;--black-bis:#414040;--grey-darker:#474854;--grey-dark:#6e6f80;--grey:#8c8fa5;--grey-light:#c8c7d8;--grey-lighter:#e6e2ea;--grey-lightest:#f5f1f4;--white-ter:#fdf7f8;--white-bis:#fff6f9;--shadow-color:rgb(34 45 75/9%);--primary-exception:#d6bf46;--black-exception:#222d4b;--danger-exception:#7d7455;--success-exception:#bca83e;--white-exception:#fff;--grey-exception:#8c8fa5;--grey-light-exception:#c8c7d8;--grey-lightest-exception:#f5f1f4;--primary-light-exception:#faf6fd;--primary-dark-exception:#b9a53f}body.sidebar_default-theme-kids-four-third-edition-tongue-twister-or-scrambled-letters__FTt1_{--primary:#00aae8;--link:#fc7124;--info:#0071bb;--success:#6abd41;--warning:#f9b341;--danger:#d83740;--white:#fff;--primary-light:#effaff;--link-light:#ffa087;--info-light:#79b7e0;--success-light:#edf9f1;--warning-light:#feead3;--danger-light:#fbebec;--primary-dark:#00aae8;--link-dark:#c64c2b;--info-dark:#0e386a;--success-dark:#539731;--warning-dark:#d29838;--danger-dark:#b52e35;--black:#112b4a;--black-bis:#3e3e3e;--grey-darker:#464753;--grey-dark:#6f7081;--grey:#8f90a6;--grey-light:#c7c9d8;--grey-lighter:#e4e4eb;--grey-lightest:#f2f2f5;--white-ter:#f5f5f5;--white-bis:#f9f9f9;--shadow-color:rgb(17 43 74/9%);--primary-exception:#00aae8;--black-exception:#112b4a;--danger-exception:#d83740;--success-exception:#6abd41;--white-exception:#fff;--grey-exception:#8f90a6;--grey-light-exception:#c7c9d9;--grey-lightest-exception:#f2f2f5;--primary-light-exception:#effaff;--primary-dark-exception:#00aae8}body.sidebar_dark-theme-kids-four-third-edition-tongue-twister-or-scrambled-letters__LQK4a{--primary:#00aae8;--link:#fc7124;--info:#0071bb;--success:#6abd41;--warning:#f9b341;--danger:#d83740;--white:#0d0d0d;--primary-light:#636363;--link-light:#ffa087;--info-light:#8dc2e5;--success-light:#191919;--warning-light:#452502;--danger-light:#191919;--primary-dark:#00aae8;--link-dark:#c64c2b;--info-dark:#0e386a;--success-dark:#539731;--warning-dark:#d29838;--danger-dark:#b52e35;--black:#fff;--black-bis:#3e3e3e;--grey-darker:#464753;--grey-dark:#6f7081;--grey:#effaff;--grey-light:#eeee;--grey-lighter:#1f1f2a;--grey-lightest:#fff;--white-ter:#171717;--white-bis:#131313;--shadow-color:rgb(255 255 255/9%);--primary-exception:#00aae8;--black-exception:#112b4a;--danger-exception:#d83740;--success-exception:#6abd41;--white-exception:#fff;--grey-exception:#8f90a6;--grey-light-exception:#c7c9d9;--grey-lightest-exception:#f2f2f5;--primary-light-exception:#effaff;--primary-dark-exception:#00aae8}body.sidebar_achromatopsia-theme-kids-four-third-edition-tongue-twister-or-scrambled-letters__SYWYG{--primary:#959595;--link:#6b6b6b;--info:#5e5e5e;--success:#a3a3a3;--warning:#bababa;--danger:#5a5a5a;--white:#fff;--primary-light:#f8f8f8;--link-light:#b3b3b3;--info-light:#adadad;--success-light:#f6f6f6;--warning-light:#ededed;--danger-light:#eeee;--primary-dark:#7d7d7d;--link-dark:#636363;--info-dark:#3333;--success-dark:#818181;--warning-dark:#9d9d9d;--danger-dark:#4b4b4b;--black:#272727;--black-bis:#3e3e3e;--grey-darker:#474747;--grey-dark:#717171;--grey:#464753;--grey-light:#cacaca;--grey-lighter:#e5e5e5;--grey-lightest:#f2f2f2;--white-ter:#f5f5f5;--white-bis:#f9f9f9;--shadow-color:rgb(39 39 39/9%);--primary-exception:#959595;--black-exception:#272727;--danger-exception:#5a5a5a;--white-exception:#fff;--grey-light-exception:#cacaca;--grey-lightest-exception:#f2f2f2;--primary-light-exception:#f8f8f8;--primary-dark-exception:#7d7d7d}body.sidebar_tritanopia-theme-kids-four-third-edition-tongue-twister-or-scrambled-letters__7LRIq{--primary:#068590;--link:#ea4a4e;--info:#007981;--success:#82afbd;--warning:#ffa7b3;--danger:#d73b3d;--white:#fff;--primary-light:#f5f8ff;--link-light:#ff9ca7;--info-light:#6fbac9;--success-light:#f3f5ff;--warning-light:#ffe6f4;--danger-light:#fde8fa;--primary-dark:#009aa6;--link-dark:#c6494e;--info-dark:#004146;--success-dark:#678c97;--warning-dark:#d88d97;--danger-dark:#b33234;--black:#003337;--black-bis:#413f44;--grey-darker:#47494f;--grey-dark:#6d7079;--grey:#8c909c;--grey-light:#c6c8d7;--grey-lighter:#e5e2f3;--grey-lightest:#f4f0ff;--white-ter:#faf7ff;--white-bis:#f9f9f9;--shadow-color:rgb(0 51 55/9%);--primary-exception:#00afbd;--black-exception:#003337;--danger-exception:#d73b3d;--success-exception:#82afbd;--white-exception:#fff;--grey-exception:#8c909c;--grey-light-exception:#c6c8d7;--grey-lightest-exception:#f4f0ff;--primary-light-exception:#f5f8ff;--primary-dark-exception:#009aa6}body.sidebar_deuteranopia-theme-kids-four-third-edition-tongue-twister-or-scrambled-letters__RtMfy{--primary:#7e9de7;--link:#a67b16;--info:#2d6ebb;--success:#d2a04e;--warning:#f1b542;--danger:#916e37;--white:#fff;--primary-light:#fff5fb;--link-light:#dcaf81;--info-light:#a2ace3;--success-light:#fff3f5;--warning-light:#ffe8df;--danger-light:#ffe9ed;--primary-dark:#688bd2;--link-dark:#916d26;--info-dark:#003c69;--success-dark:#a77f3d;--warning-dark:#cb993a;--danger-dark:#795d30;--black:#192e4c;--black-bis:#463e41;--grey-darker:#4b4754;--grey-dark:#746d80;--grey:#464753;--grey-light:#d5c3da;--grey-lighter:#f7ddec;--grey-lightest:#ffedf5;--white-ter:#fff1f6;--white-bis:#fff6f9;--shadow-color:rgb(25 46 76/9%);--primary-exception:#7e9de7;--black-exception:#192e4c;--danger-exception:#916e37;--success-exception:#d2a04e;--white-exception:#fff;--grey-exception:#948da5;--grey-light-exception:#d5c3da;--grey-lightest-exception:#ffedf5;--primary-light-exception:#fff5fb;--primary-dark-exception:#688bd2}body.sidebar_protanopia-theme-kids-four-third-edition-tongue-twister-or-scrambled-letters__BuDZB{--primary:#8b9cda;--link:#928234;--info:#4d6bb5;--success:#bca83e;--warning:#d6bf46;--danger:#7d7455;--white:#fff;--primary-light:#faf6fd;--link-light:#c4b790;--info-light:#a3add9;--success-light:#fcf4ee;--warning-light:#f7ecd3;--danger-light:#f3eded;--primary-dark:#7889c5;--link-dark:#7f7339;--info-dark:#233968;--success-dark:#968630;--warning-dark:#b5a13e;--danger-dark:#696148;--black:#222d4b;--black-bis:#414040;--grey-darker:#474854;--grey-dark:#6e6f80;--grey:#464753;--grey-light:#c8c7d8;--grey-lighter:#e6e2ea;--grey-lightest:#f5f1f4;--white-ter:#fdf7f8;--white-bis:#fff6f9;--shadow-color:rgb(34 45 75/9%);--primary-exception:#8b9cda;--black-exception:#222d4b;--danger-exception:#7d7455;--success-exception:#bca83e;--white-exception:#fff;--grey-exception:#8c8fa5;--grey-light-exception:#c8c7d8;--grey-lightest-exception:#f5f1f4;--primary-light-exception:#faf6fd;--primary-dark-exception:#7889c5}body.sidebar_default-theme-pre-teens-scrambled-letters-or-spelling-bee__9RSBu{--primary:#6d458d;--link:#fc7124;--info:#0071bb;--success:#6abd41;--warning:#f9b341;--danger:#d83740;--white:#fff;--primary-light:#effaff;--link-light:#ffa087;--info-light:#79b7e0;--success-light:#edf9f1;--warning-light:#feead3;--danger-light:#fbebec;--primary-dark:#6d458d;--link-dark:#c64c2b;--info-dark:#0e386a;--success-dark:#539731;--warning-dark:#d29838;--danger-dark:#b52e35;--black:#112b4a;--black-bis:#3e3e3e;--grey-darker:#464753;--grey-dark:#6f7081;--grey:#fff;--grey-light:#c7c9d8;--grey-lighter:#e4e4eb;--grey-lightest:#f2f2f5;--white-ter:#f5f5f5;--white-bis:#f9f9f9;--shadow-color:rgb(17 43 74/9%);--primary-exception:#6d458d;--black-exception:#fff;--danger-exception:#d83740;--success-exception:#6abd41;--white-exception:#fff;--grey-exception:#8f90a6;--grey-light-exception:#c7c9d9;--grey-lightest-exception:#f2f2f5;--primary-light-exception:#effaff;--primary-dark-exception:#5a317b}body.sidebar_dark-theme-pre-teens-scrambled-letters-or-spelling-bee__in4CI{--primary:#9c5ecd;--link:#fc7124;--info:#0071bb;--success:#539731;--warning:#d29838;--danger:#b52e35;--white:#0d0d0d;--primary-light:#636363;--link-light:#ffa087;--info-light:#8dc2e5;--success-light:#191919;--warning-light:#452502;--danger-light:#191919;--primary-dark:#9c5ecd;--link-dark:#c64c2b;--info-dark:#0e386a;--success-dark:#539731;--warning-dark:#d29838;--danger-dark:#b52e35;--black:#fff;--black-bis:#3e3e3e;--grey-darker:#464753;--grey-dark:#6f7081;--grey:#bababe;--grey-light:#eeee;--grey-lighter:#1f1f2a;--grey-lightest:#fff;--white-ter:#171717;--white-bis:#131313;--shadow-color:rgb(255 255 255/9%);--primary-exception:#9c5ecd;--black-exception:#fff;--danger-exception:#d83740;--success-exception:#6abd41;--white-exception:#fff;--grey-exception:#8f90a6;--grey-light-exception:#c7c9d9;--grey-lightest-exception:#f2f2f5;--primary-light-exception:#effaff;--primary-dark-exception:#7e47a9}body.sidebar_achromatopsia-theme-pre-teens-scrambled-letters-or-spelling-bee__VnjvS{--primary:#535353;--link:#6b6b6b;--info:#5e5e5e;--success:#a2a2a2;--warning:#bababa;--danger:#5a5a5a;--white:#fff;--primary-light:#f8f8f8;--link-light:#b3b3b3;--info-light:#adadad;--success-light:#f6f6f6;--warning-light:#f4f4f4;--danger-light:#eeee;--primary-dark:#535353;--link-dark:#636363;--info-dark:#3333;--success-dark:#818181;--warning-dark:#9d9d9d;--danger-dark:#4b4b4b;--black:#272727;--black-bis:#3e3e3e;--grey-darker:#474747;--grey-dark:#717171;--grey:#fff;--grey-light:#cacaca;--grey-lighter:#e5e5e5;--grey-lightest:#f2f2f2;--white-ter:#f5f5f5;--white-bis:#f9f9f9;--shadow-color:rgb(39 39 39/9%);--primary-exception:#535353;--black-exception:#fff;--danger-exception:#5a5a5a;--success-exception:#a2a2a2;--white-exception:#fff;--grey-light-exception:#cacaca;--grey-lightest-exception:#f2f2f2;--primary-light-exception:#f8f8f8;--primary-dark-exception:#3f3f3f}body.sidebar_tritanopia-theme-pre-teens-scrambled-letters-or-spelling-bee__1KaOd{--primary:#63535a;--link:#ea4a4e;--info:#007981;--success:#82afbd;--warning:#ffa7b3;--danger:#d73b3d;--white:#fff;--primary-light:#f5f8ff;--link-light:#ff9ca7;--info-light:#6fbac9;--success-light:#f3f5ff;--warning-light:#fff0fd;--danger-light:#fde8fa;--primary-dark:#63535a;--link-dark:#c6494e;--info-dark:#004146;--success-dark:#678c97;--warning-dark:#d88d97;--danger-dark:#b33234;--black:#003337;--black-bis:#413f44;--grey-darker:#47494f;--grey-dark:#6d7079;--grey:#fff;--grey-light:#c6c8d7;--grey-lighter:#e5e2f3;--grey-lightest:#f4f0ff;--white-ter:#faf7ff;--white-bis:#f9f9f9;--shadow-color:rgb(0 51 55/9%);--primary-exception:#63535a;--black-exception:#fff;--danger-exception:#d73b3d;--success-exception:#82afbd;--white-exception:#fff;--grey-exception:#8c909c;--grey-light-exception:#c6c8d7;--grey-lightest-exception:#f4f0ff;--primary-light-exception:#f5f8ff;--primary-dark-exception:#504348}body.sidebar_deuteranopia-theme-pre-teens-scrambled-letters-or-spelling-bee__Fum7w{--primary:#3e5786;--link:#a67b16;--info:#2d6ebb;--success:#d1a04e;--warning:#f1b542;--danger:#916e37;--white:#fff;--primary-light:#fff5fb;--link-light:#dcaf81;--info-light:#a2ace3;--success-light:#fff3f6;--warning-light:#fff1ef;--danger-light:#ffe9ed;--primary-dark:#3e5786;--link-dark:#916d26;--info-dark:#003c69;--success-dark:#a77f3d;--warning-dark:#cb993a;--danger-dark:#795d2f;--black:#192e4c;--black-bis:#463e41;--grey-darker:#4b4754;--grey-dark:#746d80;--grey:#fff;--grey-light:#d5c3da;--grey-lighter:#f7ddec;--grey-lightest:#ffedf5;--white-ter:#fff1f6;--white-bis:#fff6f9;--shadow-color:rgb(25 46 76/9%);--primary-exception:#3e5786;--black-exception:#fff;--danger-exception:#916e37;--success-exception:#d2a04e;--white-exception:#fff;--grey-exception:#948da5;--grey-light-exception:#d5c3da;--grey-lightest-exception:#ffedf5;--primary-light-exception:#fff5fb;--primary-dark-exception:#274774}body.sidebar_protanopia-theme-pre-teens-scrambled-letters-or-spelling-bee__l1v4Q{--primary:#375598;--link:#928234;--info:#4d6bb5;--success:#bca83e;--warning:#d6bf46;--danger:#7d7455;--white:#fff;--primary-light:#faf6fd;--link-light:#c4b790;--info-light:#a3add9;--success-light:#fcf4ee;--warning-light:#fdf3e4;--danger-light:#f3eded;--primary-dark:#375598;--link-dark:#7f7339;--info-dark:#233968;--success-dark:#968630;--warning-dark:#b5a13e;--danger-dark:#696148;--black:#222d4b;--black-bis:#414040;--grey-darker:#474854;--grey-dark:#6e6f80;--grey:#fff;--grey-light:#c8c7d8;--grey-lighter:#e6e2ea;--grey-lightest:#f5f1f4;--white-ter:#fdf7f8;--white-bis:#fff6f9;--shadow-color:rgb(34 45 75/9%);--primary-exception:#375598;--black-exception:#fff;--danger-exception:#7d7455;--success-exception:#bca83e;--white-exception:#fff;--grey-exception:#8c8fa5;--grey-light-exception:#c8c7d8;--grey-lightest-exception:#f5f1f4;--primary-light-exception:#faf6fd;--primary-dark-exception:#1a4488}.sidebar_wzd-sidebar__ou77N{position:fixed;width:90px;height:100%;top:0;left:0;background-color:var(--white);display:flex;flex-direction:column;justify-content:flex-start;border-right:1px solid var(--grey-lighter);z-index:3}.sidebar_wzd-sidebar-container__FeHEb{margin-top:68px;padding-top:60px;overflow:auto}@media screen and (max-width:1023px){.sidebar_wzd-sidebar-container__FeHEb{display:flex;width:100%;height:100%;margin-top:0;padding-top:0;justify-content:center}}.sidebar_wzd-sidebar-selector__YWVOU{bottom:0;height:30px;width:5px;border-radius:8px 0 0 8px;background-color:var(--primary)}@media screen and (max-width:1023px){.sidebar_wzd-sidebar-selector__YWVOU{width:30px;height:5px;border-radius:8px 8px 0 0}}.sidebar_wzd-sidebar-link__ZDxFA .sidebar_wzd-icon-link__aFmIk{width:100%;align-items:center;justify-content:center;fill:var(--grey-light);color:var(--grey-light)}.sidebar_wzd-sidebar-link__ZDxFA .sidebar_wzd-icon-link__aFmIk i,.sidebar_wzd-sidebar-link__ZDxFA .sidebar_wzd-icon-link__aFmIk svg{display:block;margin:auto}.sidebar_wzd-sidebar-link__ZDxFA .sidebar_wzd-icon-link-label__YES7N{text-align:center;font-weight:400;font-size:15px;line-height:17px;font-style:normal;margin-top:10px}@media screen and (max-width:1023px){.sidebar_wzd-sidebar-link__ZDxFA .sidebar_wzd-icon-link-label__YES7N{margin-top:unset;font-size:14px;line-height:16px}}.sidebar_wzd-sidebar-link__ZDxFA .sidebar_wzd-icon-link__aFmIk:hover{fill:var(--primary);color:var(--primary)}@media screen and (max-width:1023px){.sidebar_wzd-sidebar-link__ZDxFA .sidebar_wzd-icon-link__aFmIk{height:100%;display:flex;flex-direction:column}}.sidebar_wzd-sidebar-link__ZDxFA.sidebar_active__iSPgr .sidebar_wzd-icon-link__aFmIk{fill:var(--primary);color:var(--primary)}.sidebar_wzd-sidebar-link__ZDxFA.sidebar_active__iSPgr .sidebar_wzd-sidebar-selector__YWVOU{visibility:visible!important}@media screen and (max-width:1023px){.sidebar_wzd-sidebar-link__ZDxFA{flex-direction:column!important;padding:0!important;align-items:center;width:95px;height:100%}.sidebar_wzd-sidebar-link__ZDxFA i{margin:unset;margin-bottom:.5rem}.sidebar_wzd-sidebar__ou77N{width:100%;height:76px;top:unset;bottom:0;border-right:unset;border-top:1px solid var(--grey-lighter);justify-content:flex-end}}body.protected-layout_default-theme__Pll1I{--primary:#33aae3;--link:#fc7124;--info:#0071bb;--success:#6abd41;--warning:#f9b341;--danger:#d83740;--white:#fff;--primary-light:#effaff;--link-light:#ffa087;--info-light:#79b7e0;--success-light:#edf9f1;--warning-light:#feead3;--danger-light:#fbebec;--primary-dark:#0b96cf;--link-dark:#c64c2b;--info-dark:#0e386a;--success-dark:#539731;--warning-dark:#d29838;--danger-dark:#b52e35;--info-darker:#021167;--black:#112b4a;--black-bis:#3e3e3e;--grey-darker:#464753;--grey-dark:#6f7081;--grey:#8f90a6;--grey-light:#c7c9d9;--grey-lighter:#e4e4eb;--grey-lightest:#f2f2f5;--white-ter:#f5f5f5;--white-bis:#f9f9f9;--shadow-color:rgb(17 43 74/9%);--primary-exception:#33aae3;--black-exception:#112b4a;--danger-exception:#d83740;--success-exception:#6abd41;--white-exception:#fff;--grey-exception:#8f90a6;--grey-light-exception:#c7c9d9;--grey-lightest-exception:#f2f2f5;--primary-light-exception:#effaff;--primary-dark-exception:#0b96cf;--wiz-battle-close-button:#969696;--wiz-battle-modal-text:#021167;--wiz-battle-modal-bg:#fff}body.protected-layout_dark-theme__LVCL1{--primary:#33aae3;--link:#fc7124;--info:#0071bb;--success:#6abd41;--warning:#f9b341;--danger:#d83740;--white:#0d0d0d;--primary-light:#303030;--link-light:#ffa087;--info-light:#8dc2e5;--success-light:#191919;--warning-light:#452502;--danger-light:#191919;--primary-dark:#0b96cf;--link-dark:#c64c2b;--info-dark:#0e386a;--success-dark:#539731;--warning-dark:#d29838;--danger-dark:#b52e35;--black:#fff;--black-bis:#3e3e3e;--grey-darker:#464753;--grey-dark:#6f7081;--grey:#8f90a6;--grey-light:#eeee;--grey-lighter:#1f1f2a;--grey-lightest:#181818;--white-ter:#171717;--white-bis:#131313;--shadow-color:rgb(255 255 255/9%);--primary-exception:#33aae3;--black-exception:#112b4a;--danger-exception:#d83740;--success-exception:#6abd41;--white-exception:#fff;--grey-exception:#8f90a6;--grey-light-exception:#c7c9d9;--grey-lightest-exception:#f2f2f5;--primary-light-exception:#effaff;--primary-dark-exception:#0b96cf;--wiz-battle-close-button:#6e6e6e;--wiz-battle-modal-text:#8897ef;--wiz-battle-modal-bg:#1a1a1a}body.protected-layout_achromatopsia-theme__oKAPV{--primary:#959595;--link:#6b6b6b;--info:#5e5e5e;--success:#a3a3a3;--warning:#bababa;--danger:#5a5a5a;--white:#fff;--primary-light:#f8f8f8;--link-light:#b3b3b3;--info-light:#adadad;--success-light:#f6f6f6;--warning-light:#ededed;--danger-light:#eeee;--primary-dark:#7d7d7d;--link-dark:#636363;--info-dark:#3333;--success-dark:#818181;--warning-dark:#9d9d9d;--danger-dark:#4b4b4b;--black:#272727;--black-bis:#3e3e3e;--grey-darker:#474747;--grey-dark:#717171;--grey:#919191;--grey-light:#cacaca;--grey-lighter:#e5e5e5;--grey-lightest:#f2f2f2;--white-ter:#f5f5f5;--white-bis:#f9f9f9;--shadow-color:rgb(39 39 39/9%);--primary-exception:#959595;--black-exception:#272727;--danger-exception:#5a5a5a;--white-exception:#fff;--grey-light-exception:#cacaca;--grey-lightest-exception:#f2f2f2;--primary-light-exception:#f8f8f8;--primary-dark-exception:#7d7d7d;--wiz-battle-close-button:#969696;--wiz-battle-modal-text:#141414;--wiz-battle-modal-bg:#fff}body.protected-layout_tritanopia-theme__OVsDl{--primary:#00afbd;--link:#ea4a4e;--info:#007981;--success:#82afbd;--warning:#ffa7b3;--danger:#d73b3d;--white:#fff;--primary-light:#f5f8ff;--link-light:#ff9ca7;--info-light:#6fbac9;--success-light:#f3f5ff;--warning-light:#ffe6f4;--danger-light:#fde8fa;--primary-dark:#009aa6;--link-dark:#c6494e;--info-dark:#004146;--success-dark:#678c97;--warning-dark:#d88d97;--danger-dark:#b33234;--black:#003337;--black-bis:#413f44;--grey-darker:#47494f;--grey-dark:#6d7079;--grey:#8c909c;--grey-light:#c6c8d7;--grey-lighter:#e5e2f3;--grey-lightest:#f4f0ff;--white-ter:#faf7ff;--white-bis:#f9f9f9;--shadow-color:rgb(0 51 55/9%);--primary-exception:#00afbd;--black-exception:#003337;--danger-exception:#d73b3d;--success-exception:#82afbd;--white-exception:#fff;--grey-exception:#8c909c;--grey-light-exception:#c6c8d7;--grey-lightest-exception:#f4f0ff;--primary-light-exception:#f5f8ff;--primary-dark-exception:#009aa6;--wiz-battle-close-button:#96939f;--wiz-battle-modal-text:#00292a;--wiz-battle-modal-bg:#fff}body.protected-layout_deuteranopia-theme__r1Vr0{--primary:#7e9de7;--link:#a67b16;--info:#2d6ebb;--success:#d2a04e;--warning:#f1b542;--danger:#916e37;--white:#fff;--primary-light:#fff5fb;--link-light:#dcaf81;--info-light:#a2ace3;--success-light:#fff3f5;--warning-light:#ffe8df;--danger-light:#ffe9ed;--primary-dark:#688bd2;--link-dark:#916d26;--info-dark:#003c69;--success-dark:#a77f3d;--warning-dark:#cb993a;--danger-dark:#795d30;--black:#192e4c;--black-bis:#463e41;--grey-darker:#4b4754;--grey-dark:#746d80;--grey:#948da5;--grey-light:#d5c3da;--grey-lighter:#f7ddec;--grey-lightest:#ffedf5;--white-ter:#fff1f6;--white-bis:#fff6f9;--shadow-color:rgb(25 46 76/9%);--primary-exception:#7e9de7;--black-exception:#192e4c;--danger-exception:#916e37;--success-exception:#d2a04e;--white-exception:#fff;--grey-exception:#948da5;--grey-light-exception:#d5c3da;--grey-lightest-exception:#ffedf5;--primary-light-exception:#fff5fb;--primary-dark-exception:#688bd2;--wiz-battle-close-button:#a39096;--wiz-battle-modal-text:#00263e;--wiz-battle-modal-bg:#fff}body.protected-layout_protanopia-theme__4LElA{--primary:#8b9cda;--link:#928234;--info:#4d6bb5;--success:#bca83e;--warning:#d6bf46;--danger:#7d7455;--white:#fff;--primary-light:#faf6fd;--link-light:#c4b790;--info-light:#a3add9;--success-light:#fcf4ee;--warning-light:#f7ecd3;--danger-light:#f3eded;--primary-dark:#7889c5;--link-dark:#7f7339;--info-dark:#233968;--success-dark:#968630;--warning-dark:#b5a13e;--danger-dark:#696148;--black:#222d4b;--black-bis:#414040;--grey-darker:#474854;--grey-dark:#6e6f80;--grey:#8c8fa5;--grey-light:#c8c7d8;--grey-lighter:#e6e2ea;--grey-lightest:#f5f1f4;--white-ter:#fdf7f8;--white-bis:#fff6f9;--shadow-color:rgb(34 45 75/9%);--primary-exception:#8b9cda;--black-exception:#222d4b;--danger-exception:#7d7455;--success-exception:#bca83e;--white-exception:#fff;--grey-exception:#8c8fa5;--grey-light-exception:#c8c7d8;--grey-lightest-exception:#f5f1f4;--primary-light-exception:#faf6fd;--primary-dark-exception:#7889c5;--wiz-battle-close-button:#979494;--wiz-battle-modal-text:#002349;--wiz-battle-modal-bg:#fff}body.protected-layout_default-theme-kids-two-third-edition-spelling-bee-or-who-am-i__kiZ33{--primary:#f9b341;--link:#fc7124;--info:#0071bb;--success:#6abd41;--warning:#f9b341;--danger:#d83740;--white:#fff;--primary-light:#effaff;--link-light:#ffa087;--info-light:#79b7e0;--success-light:#edf9f1;--warning-light:#feead3;--danger-light:#fbebec;--primary-dark:#f9b341;--link-dark:#c64c2b;--info-dark:#0e386a;--success-dark:#539731;--warning-dark:#d29838;--danger-dark:#b52e35;--black:#112b4a;--black-bis:#3e3e3e;--grey-darker:#464753;--grey-dark:#6f7081;--grey:#464753;--grey-light:#c7c9d8;--grey-lighter:#e4e4eb;--grey-lightest:#f2f2f5;--white-ter:#f5f5f5;--white-bis:#f9f9f9;--shadow-color:rgb(17 43 74/9%);--primary-exception:#f9b341;--black-exception:#112b4a;--danger-exception:#d83740;--success-exception:#6abd41;--white-exception:#fff;--grey-exception:#8f90a6;--grey-light-exception:#c7c9d9;--grey-lightest-exception:#f2f2f5;--primary-light-exception:#effaff;--primary-dark-exception:#d79b3a}body.protected-layout_dark-theme-kids-two-third-edition-spelling-bee-or-who-am-i__693az{--primary:#f9b341;--link:#fc7124;--info:#0071bb;--success:#6abd41;--warning:#f9b341;--danger:#d83740;--white:#0d0d0d;--primary-light:#636363;--link-light:#ffa087;--info-light:#8dc2e5;--success-light:#191919;--warning-light:#452502;--danger-light:#191919;--primary-dark:#f9b341;--link-dark:#c64c2b;--info-dark:#0e386a;--success-dark:#539731;--warning-dark:#d29838;--danger-dark:#b52e35;--black:#fff;--black-bis:#3e3e3e;--grey-darker:#464753;--grey-dark:#6f7081;--grey:#effaff;--grey-light:#eeee;--grey-lighter:#1f1f2a;--grey-lightest:#fff;--white-ter:#171717;--white-bis:#131313;--shadow-color:rgb(255 255 255/9%);--primary-exception:#f9b341;--black-exception:#112b4a;--danger-exception:#d83740;--success-exception:#6abd41;--white-exception:#fff;--grey-exception:#8f90a6;--grey-light-exception:#c7c9d9;--grey-lightest-exception:#f2f2f5;--primary-light-exception:#effaff;--primary-dark-exception:#d79b3a}body.protected-layout_achromatopsia-theme-kids-two-third-edition-spelling-bee-or-who-am-i__IxVfB{--primary:#bababa;--link:#6b6b6b;--info:#5e5e5e;--success:#a3a3a3;--warning:#bababa;--danger:#5a5a5a;--white:#fff;--primary-light:#f8f8f8;--link-light:#b3b3b3;--info-light:#adadad;--success-light:#f6f6f6;--warning-light:#ededed;--danger-light:#eeee;--primary-dark:#bababa;--link-dark:#636363;--info-dark:#3333;--success-dark:#a3a3a3;--warning-dark:#bababa;--danger-dark:#5a5a5a;--black:#272727;--black-bis:#3e3e3e;--grey-darker:#474747;--grey-dark:#717171;--grey:#919191;--grey-light:#cacaca;--grey-lighter:#e5e5e5;--grey-lightest:#f2f2f2;--white-ter:#f5f5f5;--white-bis:#f9f9f9;--shadow-color:rgb(39 39 39/9%);--primary-exception:#bababa;--black-exception:#272727;--danger-exception:#5a5a5a;--success-exception:#a3a3a3;--white-exception:#fff;--grey-light-exception:#cacaca;--grey-lightest-exception:#f2f2f2;--primary-light-exception:#f8f8f8;--primary-dark-exception:#a1a1a1}body.protected-layout_tritanopia-theme-kids-two-third-edition-spelling-bee-or-who-am-i___YsDr{--primary:#f2abb4;--link:#ea4a4e;--info:#007981;--success:#82afbd;--warning:#ffa7b3;--danger:#d73b3d;--white:#fff;--primary-light:#f5f8ff;--link-light:#ff9ca7;--info-light:#6fbac9;--success-light:#f3f5ff;--warning-light:#ffe6f4;--danger-light:#fde8fa;--primary-dark:#f2abb4;--link-dark:#c6494e;--info-dark:#004146;--success-dark:#678c97;--warning-dark:#d88d97;--danger-dark:#b33234;--black:#003337;--black-bis:#413f44;--grey-darker:#47494f;--grey-dark:#6d7079;--grey:#8c909c;--grey-light:#c6c8d7;--grey-lighter:#e5e2f3;--grey-lightest:#f4f0ff;--white-ter:#faf7ff;--white-bis:#f9f9f9;--shadow-color:rgb(0 51 55/9%);--primary-exception:#f2abb4;--black-exception:#003337;--danger-exception:#d73b3d;--success-exception:#82afbd;--white-exception:#fff;--grey-exception:#8c909c;--grey-light-exception:#c6c8d7;--grey-lightest-exception:#f4f0ff;--primary-light-exception:#f5f8ff;--primary-dark-exception:#dd909a}body.protected-layout_deuteranopia-theme-kids-two-third-edition-spelling-bee-or-who-am-i__ODgCY{--primary:#e8b758;--link:#a67b16;--info:#2d6ebb;--success:#d2a04e;--warning:#f1b542;--danger:#916e37;--white:#fff;--primary-light:#fff5fb;--link-light:#dcaf81;--info-light:#a2ace3;--success-light:#fff3f5;--warning-light:#ffe8df;--danger-light:#ffe9ed;--primary-dark:#e8b758;--link-dark:#916d26;--info-dark:#003c69;--success-dark:#a77f3d;--warning-dark:#cb993a;--danger-dark:#795d30;--black:#192e4c;--black-bis:#463e41;--grey-darker:#4b4754;--grey-dark:#746d80;--grey:#948da5;--grey-light:#d5c3da;--grey-lighter:#f7ddec;--grey-lightest:#ffedf5;--white-ter:#fff1f6;--white-bis:#fff6f9;--shadow-color:rgb(25 46 76/9%);--primary-exception:#e8b758;--black-exception:#192e4c;--danger-exception:#916e37;--success-exception:#d2a04e;--white-exception:#fff;--grey-exception:#948da5;--grey-light-exception:#d5c3da;--grey-lightest-exception:#ffedf5;--primary-light-exception:#fff5fb;--primary-dark-exception:#d09c3c}body.protected-layout_protanopia-theme-kids-two-third-edition-spelling-bee-or-who-am-i__jSt58{--primary:#d6bf46;--link:#928234;--info:#4d6bb5;--success:#bca83e;--warning:#d6bf46;--danger:#7d7455;--white:#fff;--primary-light:#faf6fd;--link-light:#c4b790;--info-light:#a3add9;--success-light:#fcf4ee;--warning-light:#f7ecd3;--danger-light:#f3eded;--primary-dark:#d6bf46;--link-dark:#7f7339;--info-dark:#233968;--success-dark:#968630;--warning-dark:#b5a13e;--danger-dark:#696148;--black:#222d4b;--black-bis:#414040;--grey-darker:#474854;--grey-dark:#6e6f80;--grey:#8c8fa5;--grey-light:#c8c7d8;--grey-lighter:#e6e2ea;--grey-lightest:#f5f1f4;--white-ter:#fdf7f8;--white-bis:#fff6f9;--shadow-color:rgb(34 45 75/9%);--primary-exception:#d6bf46;--black-exception:#222d4b;--danger-exception:#7d7455;--success-exception:#bca83e;--white-exception:#fff;--grey-exception:#8c8fa5;--grey-light-exception:#c8c7d8;--grey-lightest-exception:#f5f1f4;--primary-light-exception:#faf6fd;--primary-dark-exception:#b9a53f}body.protected-layout_default-theme-kids-four-third-edition-tongue-twister-or-scrambled-letters__nnhT1{--primary:#00aae8;--link:#fc7124;--info:#0071bb;--success:#6abd41;--warning:#f9b341;--danger:#d83740;--white:#fff;--primary-light:#effaff;--link-light:#ffa087;--info-light:#79b7e0;--success-light:#edf9f1;--warning-light:#feead3;--danger-light:#fbebec;--primary-dark:#00aae8;--link-dark:#c64c2b;--info-dark:#0e386a;--success-dark:#539731;--warning-dark:#d29838;--danger-dark:#b52e35;--black:#112b4a;--black-bis:#3e3e3e;--grey-darker:#464753;--grey-dark:#6f7081;--grey:#8f90a6;--grey-light:#c7c9d8;--grey-lighter:#e4e4eb;--grey-lightest:#f2f2f5;--white-ter:#f5f5f5;--white-bis:#f9f9f9;--shadow-color:rgb(17 43 74/9%);--primary-exception:#00aae8;--black-exception:#112b4a;--danger-exception:#d83740;--success-exception:#6abd41;--white-exception:#fff;--grey-exception:#8f90a6;--grey-light-exception:#c7c9d9;--grey-lightest-exception:#f2f2f5;--primary-light-exception:#effaff;--primary-dark-exception:#00aae8}body.protected-layout_dark-theme-kids-four-third-edition-tongue-twister-or-scrambled-letters__R1L1o{--primary:#00aae8;--link:#fc7124;--info:#0071bb;--success:#6abd41;--warning:#f9b341;--danger:#d83740;--white:#0d0d0d;--primary-light:#636363;--link-light:#ffa087;--info-light:#8dc2e5;--success-light:#191919;--warning-light:#452502;--danger-light:#191919;--primary-dark:#00aae8;--link-dark:#c64c2b;--info-dark:#0e386a;--success-dark:#539731;--warning-dark:#d29838;--danger-dark:#b52e35;--black:#fff;--black-bis:#3e3e3e;--grey-darker:#464753;--grey-dark:#6f7081;--grey:#effaff;--grey-light:#eeee;--grey-lighter:#1f1f2a;--grey-lightest:#fff;--white-ter:#171717;--white-bis:#131313;--shadow-color:rgb(255 255 255/9%);--primary-exception:#00aae8;--black-exception:#112b4a;--danger-exception:#d83740;--success-exception:#6abd41;--white-exception:#fff;--grey-exception:#8f90a6;--grey-light-exception:#c7c9d9;--grey-lightest-exception:#f2f2f5;--primary-light-exception:#effaff;--primary-dark-exception:#00aae8}body.protected-layout_achromatopsia-theme-kids-four-third-edition-tongue-twister-or-scrambled-letters__NJA6w{--primary:#959595;--link:#6b6b6b;--info:#5e5e5e;--success:#a3a3a3;--warning:#bababa;--danger:#5a5a5a;--white:#fff;--primary-light:#f8f8f8;--link-light:#b3b3b3;--info-light:#adadad;--success-light:#f6f6f6;--warning-light:#ededed;--danger-light:#eeee;--primary-dark:#7d7d7d;--link-dark:#636363;--info-dark:#3333;--success-dark:#818181;--warning-dark:#9d9d9d;--danger-dark:#4b4b4b;--black:#272727;--black-bis:#3e3e3e;--grey-darker:#474747;--grey-dark:#717171;--grey:#464753;--grey-light:#cacaca;--grey-lighter:#e5e5e5;--grey-lightest:#f2f2f2;--white-ter:#f5f5f5;--white-bis:#f9f9f9;--shadow-color:rgb(39 39 39/9%);--primary-exception:#959595;--black-exception:#272727;--danger-exception:#5a5a5a;--white-exception:#fff;--grey-light-exception:#cacaca;--grey-lightest-exception:#f2f2f2;--primary-light-exception:#f8f8f8;--primary-dark-exception:#7d7d7d}body.protected-layout_tritanopia-theme-kids-four-third-edition-tongue-twister-or-scrambled-letters___4Hes{--primary:#068590;--link:#ea4a4e;--info:#007981;--success:#82afbd;--warning:#ffa7b3;--danger:#d73b3d;--white:#fff;--primary-light:#f5f8ff;--link-light:#ff9ca7;--info-light:#6fbac9;--success-light:#f3f5ff;--warning-light:#ffe6f4;--danger-light:#fde8fa;--primary-dark:#009aa6;--link-dark:#c6494e;--info-dark:#004146;--success-dark:#678c97;--warning-dark:#d88d97;--danger-dark:#b33234;--black:#003337;--black-bis:#413f44;--grey-darker:#47494f;--grey-dark:#6d7079;--grey:#8c909c;--grey-light:#c6c8d7;--grey-lighter:#e5e2f3;--grey-lightest:#f4f0ff;--white-ter:#faf7ff;--white-bis:#f9f9f9;--shadow-color:rgb(0 51 55/9%);--primary-exception:#00afbd;--black-exception:#003337;--danger-exception:#d73b3d;--success-exception:#82afbd;--white-exception:#fff;--grey-exception:#8c909c;--grey-light-exception:#c6c8d7;--grey-lightest-exception:#f4f0ff;--primary-light-exception:#f5f8ff;--primary-dark-exception:#009aa6}body.protected-layout_deuteranopia-theme-kids-four-third-edition-tongue-twister-or-scrambled-letters__3FJJs{--primary:#7e9de7;--link:#a67b16;--info:#2d6ebb;--success:#d2a04e;--warning:#f1b542;--danger:#916e37;--white:#fff;--primary-light:#fff5fb;--link-light:#dcaf81;--info-light:#a2ace3;--success-light:#fff3f5;--warning-light:#ffe8df;--danger-light:#ffe9ed;--primary-dark:#688bd2;--link-dark:#916d26;--info-dark:#003c69;--success-dark:#a77f3d;--warning-dark:#cb993a;--danger-dark:#795d30;--black:#192e4c;--black-bis:#463e41;--grey-darker:#4b4754;--grey-dark:#746d80;--grey:#464753;--grey-light:#d5c3da;--grey-lighter:#f7ddec;--grey-lightest:#ffedf5;--white-ter:#fff1f6;--white-bis:#fff6f9;--shadow-color:rgb(25 46 76/9%);--primary-exception:#7e9de7;--black-exception:#192e4c;--danger-exception:#916e37;--success-exception:#d2a04e;--white-exception:#fff;--grey-exception:#948da5;--grey-light-exception:#d5c3da;--grey-lightest-exception:#ffedf5;--primary-light-exception:#fff5fb;--primary-dark-exception:#688bd2}body.protected-layout_protanopia-theme-kids-four-third-edition-tongue-twister-or-scrambled-letters__xiis_{--primary:#8b9cda;--link:#928234;--info:#4d6bb5;--success:#bca83e;--warning:#d6bf46;--danger:#7d7455;--white:#fff;--primary-light:#faf6fd;--link-light:#c4b790;--info-light:#a3add9;--success-light:#fcf4ee;--warning-light:#f7ecd3;--danger-light:#f3eded;--primary-dark:#7889c5;--link-dark:#7f7339;--info-dark:#233968;--success-dark:#968630;--warning-dark:#b5a13e;--danger-dark:#696148;--black:#222d4b;--black-bis:#414040;--grey-darker:#474854;--grey-dark:#6e6f80;--grey:#464753;--grey-light:#c8c7d8;--grey-lighter:#e6e2ea;--grey-lightest:#f5f1f4;--white-ter:#fdf7f8;--white-bis:#fff6f9;--shadow-color:rgb(34 45 75/9%);--primary-exception:#8b9cda;--black-exception:#222d4b;--danger-exception:#7d7455;--success-exception:#bca83e;--white-exception:#fff;--grey-exception:#8c8fa5;--grey-light-exception:#c8c7d8;--grey-lightest-exception:#f5f1f4;--primary-light-exception:#faf6fd;--primary-dark-exception:#7889c5}body.protected-layout_default-theme-pre-teens-scrambled-letters-or-spelling-bee__3Cygy{--primary:#6d458d;--link:#fc7124;--info:#0071bb;--success:#6abd41;--warning:#f9b341;--danger:#d83740;--white:#fff;--primary-light:#effaff;--link-light:#ffa087;--info-light:#79b7e0;--success-light:#edf9f1;--warning-light:#feead3;--danger-light:#fbebec;--primary-dark:#6d458d;--link-dark:#c64c2b;--info-dark:#0e386a;--success-dark:#539731;--warning-dark:#d29838;--danger-dark:#b52e35;--black:#112b4a;--black-bis:#3e3e3e;--grey-darker:#464753;--grey-dark:#6f7081;--grey:#fff;--grey-light:#c7c9d8;--grey-lighter:#e4e4eb;--grey-lightest:#f2f2f5;--white-ter:#f5f5f5;--white-bis:#f9f9f9;--shadow-color:rgb(17 43 74/9%);--primary-exception:#6d458d;--black-exception:#fff;--danger-exception:#d83740;--success-exception:#6abd41;--white-exception:#fff;--grey-exception:#8f90a6;--grey-light-exception:#c7c9d9;--grey-lightest-exception:#f2f2f5;--primary-light-exception:#effaff;--primary-dark-exception:#5a317b}body.protected-layout_dark-theme-pre-teens-scrambled-letters-or-spelling-bee__Ahvts{--primary:#9c5ecd;--link:#fc7124;--info:#0071bb;--success:#539731;--warning:#d29838;--danger:#b52e35;--white:#0d0d0d;--primary-light:#636363;--link-light:#ffa087;--info-light:#8dc2e5;--success-light:#191919;--warning-light:#452502;--danger-light:#191919;--primary-dark:#9c5ecd;--link-dark:#c64c2b;--info-dark:#0e386a;--success-dark:#539731;--warning-dark:#d29838;--danger-dark:#b52e35;--black:#fff;--black-bis:#3e3e3e;--grey-darker:#464753;--grey-dark:#6f7081;--grey:#bababe;--grey-light:#eeee;--grey-lighter:#1f1f2a;--grey-lightest:#fff;--white-ter:#171717;--white-bis:#131313;--shadow-color:rgb(255 255 255/9%);--primary-exception:#9c5ecd;--black-exception:#fff;--danger-exception:#d83740;--success-exception:#6abd41;--white-exception:#fff;--grey-exception:#8f90a6;--grey-light-exception:#c7c9d9;--grey-lightest-exception:#f2f2f5;--primary-light-exception:#effaff;--primary-dark-exception:#7e47a9}body.protected-layout_achromatopsia-theme-pre-teens-scrambled-letters-or-spelling-bee__qxkVD{--primary:#535353;--link:#6b6b6b;--info:#5e5e5e;--success:#a2a2a2;--warning:#bababa;--danger:#5a5a5a;--white:#fff;--primary-light:#f8f8f8;--link-light:#b3b3b3;--info-light:#adadad;--success-light:#f6f6f6;--warning-light:#f4f4f4;--danger-light:#eeee;--primary-dark:#535353;--link-dark:#636363;--info-dark:#3333;--success-dark:#818181;--warning-dark:#9d9d9d;--danger-dark:#4b4b4b;--black:#272727;--black-bis:#3e3e3e;--grey-darker:#474747;--grey-dark:#717171;--grey:#fff;--grey-light:#cacaca;--grey-lighter:#e5e5e5;--grey-lightest:#f2f2f2;--white-ter:#f5f5f5;--white-bis:#f9f9f9;--shadow-color:rgb(39 39 39/9%);--primary-exception:#535353;--black-exception:#fff;--danger-exception:#5a5a5a;--success-exception:#a2a2a2;--white-exception:#fff;--grey-light-exception:#cacaca;--grey-lightest-exception:#f2f2f2;--primary-light-exception:#f8f8f8;--primary-dark-exception:#3f3f3f}body.protected-layout_tritanopia-theme-pre-teens-scrambled-letters-or-spelling-bee__pPA8p{--primary:#63535a;--link:#ea4a4e;--info:#007981;--success:#82afbd;--warning:#ffa7b3;--danger:#d73b3d;--white:#fff;--primary-light:#f5f8ff;--link-light:#ff9ca7;--info-light:#6fbac9;--success-light:#f3f5ff;--warning-light:#fff0fd;--danger-light:#fde8fa;--primary-dark:#63535a;--link-dark:#c6494e;--info-dark:#004146;--success-dark:#678c97;--warning-dark:#d88d97;--danger-dark:#b33234;--black:#003337;--black-bis:#413f44;--grey-darker:#47494f;--grey-dark:#6d7079;--grey:#fff;--grey-light:#c6c8d7;--grey-lighter:#e5e2f3;--grey-lightest:#f4f0ff;--white-ter:#faf7ff;--white-bis:#f9f9f9;--shadow-color:rgb(0 51 55/9%);--primary-exception:#63535a;--black-exception:#fff;--danger-exception:#d73b3d;--success-exception:#82afbd;--white-exception:#fff;--grey-exception:#8c909c;--grey-light-exception:#c6c8d7;--grey-lightest-exception:#f4f0ff;--primary-light-exception:#f5f8ff;--primary-dark-exception:#504348}body.protected-layout_deuteranopia-theme-pre-teens-scrambled-letters-or-spelling-bee__a6WXT{--primary:#3e5786;--link:#a67b16;--info:#2d6ebb;--success:#d1a04e;--warning:#f1b542;--danger:#916e37;--white:#fff;--primary-light:#fff5fb;--link-light:#dcaf81;--info-light:#a2ace3;--success-light:#fff3f6;--warning-light:#fff1ef;--danger-light:#ffe9ed;--primary-dark:#3e5786;--link-dark:#916d26;--info-dark:#003c69;--success-dark:#a77f3d;--warning-dark:#cb993a;--danger-dark:#795d2f;--black:#192e4c;--black-bis:#463e41;--grey-darker:#4b4754;--grey-dark:#746d80;--grey:#fff;--grey-light:#d5c3da;--grey-lighter:#f7ddec;--grey-lightest:#ffedf5;--white-ter:#fff1f6;--white-bis:#fff6f9;--shadow-color:rgb(25 46 76/9%);--primary-exception:#3e5786;--black-exception:#fff;--danger-exception:#916e37;--success-exception:#d2a04e;--white-exception:#fff;--grey-exception:#948da5;--grey-light-exception:#d5c3da;--grey-lightest-exception:#ffedf5;--primary-light-exception:#fff5fb;--primary-dark-exception:#274774}body.protected-layout_protanopia-theme-pre-teens-scrambled-letters-or-spelling-bee__6Axl_{--primary:#375598;--link:#928234;--info:#4d6bb5;--success:#bca83e;--warning:#d6bf46;--danger:#7d7455;--white:#fff;--primary-light:#faf6fd;--link-light:#c4b790;--info-light:#a3add9;--success-light:#fcf4ee;--warning-light:#fdf3e4;--danger-light:#f3eded;--primary-dark:#375598;--link-dark:#7f7339;--info-dark:#233968;--success-dark:#968630;--warning-dark:#b5a13e;--danger-dark:#696148;--black:#222d4b;--black-bis:#414040;--grey-darker:#474854;--grey-dark:#6e6f80;--grey:#fff;--grey-light:#c8c7d8;--grey-lighter:#e6e2ea;--grey-lightest:#f5f1f4;--white-ter:#fdf7f8;--white-bis:#fff6f9;--shadow-color:rgb(34 45 75/9%);--primary-exception:#375598;--black-exception:#fff;--danger-exception:#7d7455;--success-exception:#bca83e;--white-exception:#fff;--grey-exception:#8c8fa5;--grey-light-exception:#c8c7d8;--grey-lightest-exception:#f5f1f4;--primary-light-exception:#faf6fd;--primary-dark-exception:#1a4488}.protected-layout_w-upper-container__HzQ_n{background-repeat:no-repeat,no-repeat;background-position:90px 0,100% 100%}.protected-layout_w-upper-container__HzQ_n.protected-layout_default-theme__Pll1I{background-image:url(/assets/default-theme/web/backgrounds/up.svg),url(/assets/default-theme/web/backgrounds/down.svg)}.protected-layout_w-upper-container__HzQ_n.protected-layout_default-theme__Pll1I.protected-layout_kids-two-third-edition-spelling-bee-or-who-am-i__SLVWs{background-image:url(/assets/kids-2-third-edition-game-backgrounds/default-theme.svg);background-size:cover}.protected-layout_w-upper-container__HzQ_n.protected-layout_default-theme__Pll1I.protected-layout_kids-four-third-edition-tongue-twister-or-scrambled-letters__f2n8j{background-image:url(/assets/kids-4-third-edition-game-backgrounds/default-theme.svg);background-size:cover}.protected-layout_w-upper-container__HzQ_n.protected-layout_default-theme__Pll1I.protected-layout_pre-teens-scrambled-letters-or-spelling-bee__d5oIY{background-image:url(/assets/pre-teens-game-backgrounds/default-theme.svg);background-size:cover}.protected-layout_w-upper-container__HzQ_n.protected-layout_dark-theme__LVCL1{background-image:url(/assets/default-theme/web/backgrounds/up.svg),url(/assets/default-theme/web/backgrounds/down.svg)}.protected-layout_w-upper-container__HzQ_n.protected-layout_dark-theme__LVCL1.protected-layout_kids-two-third-edition-spelling-bee-or-who-am-i__SLVWs{background-image:url(/assets/kids-2-third-edition-game-backgrounds/dark-theme.svg);background-size:cover}.protected-layout_w-upper-container__HzQ_n.protected-layout_dark-theme__LVCL1.protected-layout_kids-four-third-edition-tongue-twister-or-scrambled-letters__f2n8j{background-image:url(/assets/kids-4-third-edition-game-backgrounds/dark-theme.svg);background-size:cover}.protected-layout_w-upper-container__HzQ_n.protected-layout_dark-theme__LVCL1.protected-layout_pre-teens-scrambled-letters-or-spelling-bee__d5oIY{background-image:url(/assets/pre-teens-game-backgrounds/dark-theme.svg);background-size:cover}.protected-layout_w-upper-container__HzQ_n.protected-layout_achromatopsia-theme__oKAPV{background-image:url(/assets/achromatopsia-theme/web/backgrounds/up.svg),url(/assets/achromatopsia-theme/web/backgrounds/down.svg)}.protected-layout_w-upper-container__HzQ_n.protected-layout_achromatopsia-theme__oKAPV.protected-layout_kids-two-third-edition-spelling-bee-or-who-am-i__SLVWs{background-image:url(/assets/kids-2-third-edition-game-backgrounds/achromatopsia-theme.svg);background-size:cover}.protected-layout_w-upper-container__HzQ_n.protected-layout_achromatopsia-theme__oKAPV.protected-layout_kids-four-third-edition-tongue-twister-or-scrambled-letters__f2n8j{background-image:url(/assets/kids-4-third-edition-game-backgrounds/achromatopsia-theme.svg);background-size:cover}.protected-layout_w-upper-container__HzQ_n.protected-layout_achromatopsia-theme__oKAPV.protected-layout_pre-teens-scrambled-letters-or-spelling-bee__d5oIY{background-image:url(/assets/pre-teens-game-backgrounds/achromatopsia-theme.svg);background-size:cover}.protected-layout_w-upper-container__HzQ_n.protected-layout_tritanopia-theme__OVsDl{background-image:url(/assets/tritanopia-theme/web/backgrounds/up.svg),url(/assets/tritanopia-theme/web/backgrounds/down.svg)}.protected-layout_w-upper-container__HzQ_n.protected-layout_tritanopia-theme__OVsDl.protected-layout_kids-two-third-edition-spelling-bee-or-who-am-i__SLVWs{background-image:url(/assets/kids-2-third-edition-game-backgrounds/tritanopia-theme.svg);background-size:cover}.protected-layout_w-upper-container__HzQ_n.protected-layout_tritanopia-theme__OVsDl.protected-layout_kids-four-third-edition-tongue-twister-or-scrambled-letters__f2n8j{background-image:url(/assets/kids-4-third-edition-game-backgrounds/tritanopia-theme.svg);background-size:cover}.protected-layout_w-upper-container__HzQ_n.protected-layout_tritanopia-theme__OVsDl.protected-layout_pre-teens-scrambled-letters-or-spelling-bee__d5oIY{background-image:url(/assets/pre-teens-game-backgrounds/tritanopia-theme.svg);background-size:cover}.protected-layout_w-upper-container__HzQ_n.protected-layout_deuteranopia-theme__r1Vr0{background-image:url(/assets/deuteranopia-theme/web/backgrounds/up.svg),url(/assets/deuteranopia-theme/web/backgrounds/down.svg)}.protected-layout_w-upper-container__HzQ_n.protected-layout_deuteranopia-theme__r1Vr0.protected-layout_kids-two-third-edition-spelling-bee-or-who-am-i__SLVWs{background-image:url(/assets/kids-2-third-edition-game-backgrounds/deuteranopia-theme.svg);background-size:cover}.protected-layout_w-upper-container__HzQ_n.protected-layout_deuteranopia-theme__r1Vr0.protected-layout_kids-four-third-edition-tongue-twister-or-scrambled-letters__f2n8j{background-image:url(/assets/kids-4-third-edition-game-backgrounds/deuteranopia-theme.svg);background-size:cover}.protected-layout_w-upper-container__HzQ_n.protected-layout_deuteranopia-theme__r1Vr0.protected-layout_pre-teens-scrambled-letters-or-spelling-bee__d5oIY{background-image:url(/assets/pre-teens-game-backgrounds/deuteranopia-theme.svg);background-size:cover}.protected-layout_w-upper-container__HzQ_n.protected-layout_protanopia-theme__4LElA{background-image:url(/assets/protanopia-theme/web/backgrounds/up.svg),url(/assets/protanopia-theme/web/backgrounds/down.svg)}.protected-layout_w-upper-container__HzQ_n.protected-layout_protanopia-theme__4LElA.protected-layout_kids-two-third-edition-spelling-bee-or-who-am-i__SLVWs{background-image:url(/assets/kids-2-third-edition-game-backgrounds/protanopia-theme.svg);background-size:cover}.protected-layout_w-upper-container__HzQ_n.protected-layout_protanopia-theme__4LElA.protected-layout_kids-four-third-edition-tongue-twister-or-scrambled-letters__f2n8j{background-image:url(/assets/kids-4-third-edition-game-backgrounds/protanopia-theme.svg);background-size:cover}.protected-layout_w-upper-container__HzQ_n.protected-layout_protanopia-theme__4LElA.protected-layout_pre-teens-scrambled-letters-or-spelling-bee__d5oIY{background-image:url(/assets/pre-teens-game-backgrounds/protanopia-theme.svg);background-size:cover}.protected-layout_w-upper-container__HzQ_n.protected-layout_hide-background-margin__lv0bv{background-position:0 0,100% 100%}@media screen and (max-width:1023px){.protected-layout_w-upper-container__HzQ_n{background-position:0 0,100% 100%}}@media screen and (max-width:768px){.protected-layout_w-upper-container__HzQ_n{background-size:90%,90%}}.protected-layout_w-main-container__r0wul{min-height:calc(100vh - 68px);margin-top:68px;margin-left:90px;padding:32px 78px}.protected-layout_w-main-container__r0wul.protected-layout_margin-b-action-box__ThdiK{margin-bottom:114px}.protected-layout_w-main-container__r0wul.protected-layout_hide-navbar__kJw1M{margin-top:unset}.protected-layout_w-main-container__r0wul.protected-layout_hide-sidebar__bWbtk{margin-left:unset}@media screen and (max-width:1023px){.protected-layout_w-main-container__r0wul{min-height:calc(100vh - 58px);margin-top:58px;margin-bottom:76px;padding:15px 20px;margin-left:unset}.protected-layout_w-main-container__r0wul.protected-layout_no-navbar__cvlFT{margin-top:unset}.protected-layout_w-main-container__r0wul.protected-layout_no-sidebar__AqUBx{margin-bottom:unset}}@media screen and (max-width:768px){.protected-layout_w-main-container__r0wul.protected-layout_margin-b-action-box__ThdiK{margin-bottom:130px}}body.wzd-loader_default-theme__NHvd9{--primary:#33aae3;--link:#fc7124;--info:#0071bb;--success:#6abd41;--warning:#f9b341;--danger:#d83740;--white:#fff;--primary-light:#effaff;--link-light:#ffa087;--info-light:#79b7e0;--success-light:#edf9f1;--warning-light:#feead3;--danger-light:#fbebec;--primary-dark:#0b96cf;--link-dark:#c64c2b;--info-dark:#0e386a;--success-dark:#539731;--warning-dark:#d29838;--danger-dark:#b52e35;--info-darker:#021167;--black:#112b4a;--black-bis:#3e3e3e;--grey-darker:#464753;--grey-dark:#6f7081;--grey:#8f90a6;--grey-light:#c7c9d9;--grey-lighter:#e4e4eb;--grey-lightest:#f2f2f5;--white-ter:#f5f5f5;--white-bis:#f9f9f9;--shadow-color:rgb(17 43 74/9%);--primary-exception:#33aae3;--black-exception:#112b4a;--danger-exception:#d83740;--success-exception:#6abd41;--white-exception:#fff;--grey-exception:#8f90a6;--grey-light-exception:#c7c9d9;--grey-lightest-exception:#f2f2f5;--primary-light-exception:#effaff;--primary-dark-exception:#0b96cf;--wiz-battle-close-button:#969696;--wiz-battle-modal-text:#021167;--wiz-battle-modal-bg:#fff}body.wzd-loader_dark-theme__1jM4M{--primary:#33aae3;--link:#fc7124;--info:#0071bb;--success:#6abd41;--warning:#f9b341;--danger:#d83740;--white:#0d0d0d;--primary-light:#303030;--link-light:#ffa087;--info-light:#8dc2e5;--success-light:#191919;--warning-light:#452502;--danger-light:#191919;--primary-dark:#0b96cf;--link-dark:#c64c2b;--info-dark:#0e386a;--success-dark:#539731;--warning-dark:#d29838;--danger-dark:#b52e35;--black:#fff;--black-bis:#3e3e3e;--grey-darker:#464753;--grey-dark:#6f7081;--grey:#8f90a6;--grey-light:#eeee;--grey-lighter:#1f1f2a;--grey-lightest:#181818;--white-ter:#171717;--white-bis:#131313;--shadow-color:rgb(255 255 255/9%);--primary-exception:#33aae3;--black-exception:#112b4a;--danger-exception:#d83740;--success-exception:#6abd41;--white-exception:#fff;--grey-exception:#8f90a6;--grey-light-exception:#c7c9d9;--grey-lightest-exception:#f2f2f5;--primary-light-exception:#effaff;--primary-dark-exception:#0b96cf;--wiz-battle-close-button:#6e6e6e;--wiz-battle-modal-text:#8897ef;--wiz-battle-modal-bg:#1a1a1a}body.wzd-loader_achromatopsia-theme__SOhyp{--primary:#959595;--link:#6b6b6b;--info:#5e5e5e;--success:#a3a3a3;--warning:#bababa;--danger:#5a5a5a;--white:#fff;--primary-light:#f8f8f8;--link-light:#b3b3b3;--info-light:#adadad;--success-light:#f6f6f6;--warning-light:#ededed;--danger-light:#eeee;--primary-dark:#7d7d7d;--link-dark:#636363;--info-dark:#3333;--success-dark:#818181;--warning-dark:#9d9d9d;--danger-dark:#4b4b4b;--black:#272727;--black-bis:#3e3e3e;--grey-darker:#474747;--grey-dark:#717171;--grey:#919191;--grey-light:#cacaca;--grey-lighter:#e5e5e5;--grey-lightest:#f2f2f2;--white-ter:#f5f5f5;--white-bis:#f9f9f9;--shadow-color:rgb(39 39 39/9%);--primary-exception:#959595;--black-exception:#272727;--danger-exception:#5a5a5a;--white-exception:#fff;--grey-light-exception:#cacaca;--grey-lightest-exception:#f2f2f2;--primary-light-exception:#f8f8f8;--primary-dark-exception:#7d7d7d;--wiz-battle-close-button:#969696;--wiz-battle-modal-text:#141414;--wiz-battle-modal-bg:#fff}body.wzd-loader_tritanopia-theme__5Pntk{--primary:#00afbd;--link:#ea4a4e;--info:#007981;--success:#82afbd;--warning:#ffa7b3;--danger:#d73b3d;--white:#fff;--primary-light:#f5f8ff;--link-light:#ff9ca7;--info-light:#6fbac9;--success-light:#f3f5ff;--warning-light:#ffe6f4;--danger-light:#fde8fa;--primary-dark:#009aa6;--link-dark:#c6494e;--info-dark:#004146;--success-dark:#678c97;--warning-dark:#d88d97;--danger-dark:#b33234;--black:#003337;--black-bis:#413f44;--grey-darker:#47494f;--grey-dark:#6d7079;--grey:#8c909c;--grey-light:#c6c8d7;--grey-lighter:#e5e2f3;--grey-lightest:#f4f0ff;--white-ter:#faf7ff;--white-bis:#f9f9f9;--shadow-color:rgb(0 51 55/9%);--primary-exception:#00afbd;--black-exception:#003337;--danger-exception:#d73b3d;--success-exception:#82afbd;--white-exception:#fff;--grey-exception:#8c909c;--grey-light-exception:#c6c8d7;--grey-lightest-exception:#f4f0ff;--primary-light-exception:#f5f8ff;--primary-dark-exception:#009aa6;--wiz-battle-close-button:#96939f;--wiz-battle-modal-text:#00292a;--wiz-battle-modal-bg:#fff}body.wzd-loader_deuteranopia-theme__bCGSS{--primary:#7e9de7;--link:#a67b16;--info:#2d6ebb;--success:#d2a04e;--warning:#f1b542;--danger:#916e37;--white:#fff;--primary-light:#fff5fb;--link-light:#dcaf81;--info-light:#a2ace3;--success-light:#fff3f5;--warning-light:#ffe8df;--danger-light:#ffe9ed;--primary-dark:#688bd2;--link-dark:#916d26;--info-dark:#003c69;--success-dark:#a77f3d;--warning-dark:#cb993a;--danger-dark:#795d30;--black:#192e4c;--black-bis:#463e41;--grey-darker:#4b4754;--grey-dark:#746d80;--grey:#948da5;--grey-light:#d5c3da;--grey-lighter:#f7ddec;--grey-lightest:#ffedf5;--white-ter:#fff1f6;--white-bis:#fff6f9;--shadow-color:rgb(25 46 76/9%);--primary-exception:#7e9de7;--black-exception:#192e4c;--danger-exception:#916e37;--success-exception:#d2a04e;--white-exception:#fff;--grey-exception:#948da5;--grey-light-exception:#d5c3da;--grey-lightest-exception:#ffedf5;--primary-light-exception:#fff5fb;--primary-dark-exception:#688bd2;--wiz-battle-close-button:#a39096;--wiz-battle-modal-text:#00263e;--wiz-battle-modal-bg:#fff}body.wzd-loader_protanopia-theme__U8d0X{--primary:#8b9cda;--link:#928234;--info:#4d6bb5;--success:#bca83e;--warning:#d6bf46;--danger:#7d7455;--white:#fff;--primary-light:#faf6fd;--link-light:#c4b790;--info-light:#a3add9;--success-light:#fcf4ee;--warning-light:#f7ecd3;--danger-light:#f3eded;--primary-dark:#7889c5;--link-dark:#7f7339;--info-dark:#233968;--success-dark:#968630;--warning-dark:#b5a13e;--danger-dark:#696148;--black:#222d4b;--black-bis:#414040;--grey-darker:#474854;--grey-dark:#6e6f80;--grey:#8c8fa5;--grey-light:#c8c7d8;--grey-lighter:#e6e2ea;--grey-lightest:#f5f1f4;--white-ter:#fdf7f8;--white-bis:#fff6f9;--shadow-color:rgb(34 45 75/9%);--primary-exception:#8b9cda;--black-exception:#222d4b;--danger-exception:#7d7455;--success-exception:#bca83e;--white-exception:#fff;--grey-exception:#8c8fa5;--grey-light-exception:#c8c7d8;--grey-lightest-exception:#f5f1f4;--primary-light-exception:#faf6fd;--primary-dark-exception:#7889c5;--wiz-battle-close-button:#979494;--wiz-battle-modal-text:#002349;--wiz-battle-modal-bg:#fff}body.wzd-loader_default-theme-kids-two-third-edition-spelling-bee-or-who-am-i__lBklJ{--primary:#f9b341;--link:#fc7124;--info:#0071bb;--success:#6abd41;--warning:#f9b341;--danger:#d83740;--white:#fff;--primary-light:#effaff;--link-light:#ffa087;--info-light:#79b7e0;--success-light:#edf9f1;--warning-light:#feead3;--danger-light:#fbebec;--primary-dark:#f9b341;--link-dark:#c64c2b;--info-dark:#0e386a;--success-dark:#539731;--warning-dark:#d29838;--danger-dark:#b52e35;--black:#112b4a;--black-bis:#3e3e3e;--grey-darker:#464753;--grey-dark:#6f7081;--grey:#464753;--grey-light:#c7c9d8;--grey-lighter:#e4e4eb;--grey-lightest:#f2f2f5;--white-ter:#f5f5f5;--white-bis:#f9f9f9;--shadow-color:rgb(17 43 74/9%);--primary-exception:#f9b341;--black-exception:#112b4a;--danger-exception:#d83740;--success-exception:#6abd41;--white-exception:#fff;--grey-exception:#8f90a6;--grey-light-exception:#c7c9d9;--grey-lightest-exception:#f2f2f5;--primary-light-exception:#effaff;--primary-dark-exception:#d79b3a}body.wzd-loader_dark-theme-kids-two-third-edition-spelling-bee-or-who-am-i__oDuZ_{--primary:#f9b341;--link:#fc7124;--info:#0071bb;--success:#6abd41;--warning:#f9b341;--danger:#d83740;--white:#0d0d0d;--primary-light:#636363;--link-light:#ffa087;--info-light:#8dc2e5;--success-light:#191919;--warning-light:#452502;--danger-light:#191919;--primary-dark:#f9b341;--link-dark:#c64c2b;--info-dark:#0e386a;--success-dark:#539731;--warning-dark:#d29838;--danger-dark:#b52e35;--black:#fff;--black-bis:#3e3e3e;--grey-darker:#464753;--grey-dark:#6f7081;--grey:#effaff;--grey-light:#eeee;--grey-lighter:#1f1f2a;--grey-lightest:#fff;--white-ter:#171717;--white-bis:#131313;--shadow-color:rgb(255 255 255/9%);--primary-exception:#f9b341;--black-exception:#112b4a;--danger-exception:#d83740;--success-exception:#6abd41;--white-exception:#fff;--grey-exception:#8f90a6;--grey-light-exception:#c7c9d9;--grey-lightest-exception:#f2f2f5;--primary-light-exception:#effaff;--primary-dark-exception:#d79b3a}body.wzd-loader_achromatopsia-theme-kids-two-third-edition-spelling-bee-or-who-am-i__FrNew{--primary:#bababa;--link:#6b6b6b;--info:#5e5e5e;--success:#a3a3a3;--warning:#bababa;--danger:#5a5a5a;--white:#fff;--primary-light:#f8f8f8;--link-light:#b3b3b3;--info-light:#adadad;--success-light:#f6f6f6;--warning-light:#ededed;--danger-light:#eeee;--primary-dark:#bababa;--link-dark:#636363;--info-dark:#3333;--success-dark:#a3a3a3;--warning-dark:#bababa;--danger-dark:#5a5a5a;--black:#272727;--black-bis:#3e3e3e;--grey-darker:#474747;--grey-dark:#717171;--grey:#919191;--grey-light:#cacaca;--grey-lighter:#e5e5e5;--grey-lightest:#f2f2f2;--white-ter:#f5f5f5;--white-bis:#f9f9f9;--shadow-color:rgb(39 39 39/9%);--primary-exception:#bababa;--black-exception:#272727;--danger-exception:#5a5a5a;--success-exception:#a3a3a3;--white-exception:#fff;--grey-light-exception:#cacaca;--grey-lightest-exception:#f2f2f2;--primary-light-exception:#f8f8f8;--primary-dark-exception:#a1a1a1}body.wzd-loader_tritanopia-theme-kids-two-third-edition-spelling-bee-or-who-am-i___hSe0{--primary:#f2abb4;--link:#ea4a4e;--info:#007981;--success:#82afbd;--warning:#ffa7b3;--danger:#d73b3d;--white:#fff;--primary-light:#f5f8ff;--link-light:#ff9ca7;--info-light:#6fbac9;--success-light:#f3f5ff;--warning-light:#ffe6f4;--danger-light:#fde8fa;--primary-dark:#f2abb4;--link-dark:#c6494e;--info-dark:#004146;--success-dark:#678c97;--warning-dark:#d88d97;--danger-dark:#b33234;--black:#003337;--black-bis:#413f44;--grey-darker:#47494f;--grey-dark:#6d7079;--grey:#8c909c;--grey-light:#c6c8d7;--grey-lighter:#e5e2f3;--grey-lightest:#f4f0ff;--white-ter:#faf7ff;--white-bis:#f9f9f9;--shadow-color:rgb(0 51 55/9%);--primary-exception:#f2abb4;--black-exception:#003337;--danger-exception:#d73b3d;--success-exception:#82afbd;--white-exception:#fff;--grey-exception:#8c909c;--grey-light-exception:#c6c8d7;--grey-lightest-exception:#f4f0ff;--primary-light-exception:#f5f8ff;--primary-dark-exception:#dd909a}body.wzd-loader_deuteranopia-theme-kids-two-third-edition-spelling-bee-or-who-am-i__3YPnS{--primary:#e8b758;--link:#a67b16;--info:#2d6ebb;--success:#d2a04e;--warning:#f1b542;--danger:#916e37;--white:#fff;--primary-light:#fff5fb;--link-light:#dcaf81;--info-light:#a2ace3;--success-light:#fff3f5;--warning-light:#ffe8df;--danger-light:#ffe9ed;--primary-dark:#e8b758;--link-dark:#916d26;--info-dark:#003c69;--success-dark:#a77f3d;--warning-dark:#cb993a;--danger-dark:#795d30;--black:#192e4c;--black-bis:#463e41;--grey-darker:#4b4754;--grey-dark:#746d80;--grey:#948da5;--grey-light:#d5c3da;--grey-lighter:#f7ddec;--grey-lightest:#ffedf5;--white-ter:#fff1f6;--white-bis:#fff6f9;--shadow-color:rgb(25 46 76/9%);--primary-exception:#e8b758;--black-exception:#192e4c;--danger-exception:#916e37;--success-exception:#d2a04e;--white-exception:#fff;--grey-exception:#948da5;--grey-light-exception:#d5c3da;--grey-lightest-exception:#ffedf5;--primary-light-exception:#fff5fb;--primary-dark-exception:#d09c3c}body.wzd-loader_protanopia-theme-kids-two-third-edition-spelling-bee-or-who-am-i__ZIrn9{--primary:#d6bf46;--link:#928234;--info:#4d6bb5;--success:#bca83e;--warning:#d6bf46;--danger:#7d7455;--white:#fff;--primary-light:#faf6fd;--link-light:#c4b790;--info-light:#a3add9;--success-light:#fcf4ee;--warning-light:#f7ecd3;--danger-light:#f3eded;--primary-dark:#d6bf46;--link-dark:#7f7339;--info-dark:#233968;--success-dark:#968630;--warning-dark:#b5a13e;--danger-dark:#696148;--black:#222d4b;--black-bis:#414040;--grey-darker:#474854;--grey-dark:#6e6f80;--grey:#8c8fa5;--grey-light:#c8c7d8;--grey-lighter:#e6e2ea;--grey-lightest:#f5f1f4;--white-ter:#fdf7f8;--white-bis:#fff6f9;--shadow-color:rgb(34 45 75/9%);--primary-exception:#d6bf46;--black-exception:#222d4b;--danger-exception:#7d7455;--success-exception:#bca83e;--white-exception:#fff;--grey-exception:#8c8fa5;--grey-light-exception:#c8c7d8;--grey-lightest-exception:#f5f1f4;--primary-light-exception:#faf6fd;--primary-dark-exception:#b9a53f}body.wzd-loader_default-theme-kids-four-third-edition-tongue-twister-or-scrambled-letters__b_qrx{--primary:#00aae8;--link:#fc7124;--info:#0071bb;--success:#6abd41;--warning:#f9b341;--danger:#d83740;--white:#fff;--primary-light:#effaff;--link-light:#ffa087;--info-light:#79b7e0;--success-light:#edf9f1;--warning-light:#feead3;--danger-light:#fbebec;--primary-dark:#00aae8;--link-dark:#c64c2b;--info-dark:#0e386a;--success-dark:#539731;--warning-dark:#d29838;--danger-dark:#b52e35;--black:#112b4a;--black-bis:#3e3e3e;--grey-darker:#464753;--grey-dark:#6f7081;--grey:#8f90a6;--grey-light:#c7c9d8;--grey-lighter:#e4e4eb;--grey-lightest:#f2f2f5;--white-ter:#f5f5f5;--white-bis:#f9f9f9;--shadow-color:rgb(17 43 74/9%);--primary-exception:#00aae8;--black-exception:#112b4a;--danger-exception:#d83740;--success-exception:#6abd41;--white-exception:#fff;--grey-exception:#8f90a6;--grey-light-exception:#c7c9d9;--grey-lightest-exception:#f2f2f5;--primary-light-exception:#effaff;--primary-dark-exception:#00aae8}body.wzd-loader_dark-theme-kids-four-third-edition-tongue-twister-or-scrambled-letters__Vx7cm{--primary:#00aae8;--link:#fc7124;--info:#0071bb;--success:#6abd41;--warning:#f9b341;--danger:#d83740;--white:#0d0d0d;--primary-light:#636363;--link-light:#ffa087;--info-light:#8dc2e5;--success-light:#191919;--warning-light:#452502;--danger-light:#191919;--primary-dark:#00aae8;--link-dark:#c64c2b;--info-dark:#0e386a;--success-dark:#539731;--warning-dark:#d29838;--danger-dark:#b52e35;--black:#fff;--black-bis:#3e3e3e;--grey-darker:#464753;--grey-dark:#6f7081;--grey:#effaff;--grey-light:#eeee;--grey-lighter:#1f1f2a;--grey-lightest:#fff;--white-ter:#171717;--white-bis:#131313;--shadow-color:rgb(255 255 255/9%);--primary-exception:#00aae8;--black-exception:#112b4a;--danger-exception:#d83740;--success-exception:#6abd41;--white-exception:#fff;--grey-exception:#8f90a6;--grey-light-exception:#c7c9d9;--grey-lightest-exception:#f2f2f5;--primary-light-exception:#effaff;--primary-dark-exception:#00aae8}body.wzd-loader_achromatopsia-theme-kids-four-third-edition-tongue-twister-or-scrambled-letters__zuuUe{--primary:#959595;--link:#6b6b6b;--info:#5e5e5e;--success:#a3a3a3;--warning:#bababa;--danger:#5a5a5a;--white:#fff;--primary-light:#f8f8f8;--link-light:#b3b3b3;--info-light:#adadad;--success-light:#f6f6f6;--warning-light:#ededed;--danger-light:#eeee;--primary-dark:#7d7d7d;--link-dark:#636363;--info-dark:#3333;--success-dark:#818181;--warning-dark:#9d9d9d;--danger-dark:#4b4b4b;--black:#272727;--black-bis:#3e3e3e;--grey-darker:#474747;--grey-dark:#717171;--grey:#464753;--grey-light:#cacaca;--grey-lighter:#e5e5e5;--grey-lightest:#f2f2f2;--white-ter:#f5f5f5;--white-bis:#f9f9f9;--shadow-color:rgb(39 39 39/9%);--primary-exception:#959595;--black-exception:#272727;--danger-exception:#5a5a5a;--white-exception:#fff;--grey-light-exception:#cacaca;--grey-lightest-exception:#f2f2f2;--primary-light-exception:#f8f8f8;--primary-dark-exception:#7d7d7d}body.wzd-loader_tritanopia-theme-kids-four-third-edition-tongue-twister-or-scrambled-letters__qQAXj{--primary:#068590;--link:#ea4a4e;--info:#007981;--success:#82afbd;--warning:#ffa7b3;--danger:#d73b3d;--white:#fff;--primary-light:#f5f8ff;--link-light:#ff9ca7;--info-light:#6fbac9;--success-light:#f3f5ff;--warning-light:#ffe6f4;--danger-light:#fde8fa;--primary-dark:#009aa6;--link-dark:#c6494e;--info-dark:#004146;--success-dark:#678c97;--warning-dark:#d88d97;--danger-dark:#b33234;--black:#003337;--black-bis:#413f44;--grey-darker:#47494f;--grey-dark:#6d7079;--grey:#8c909c;--grey-light:#c6c8d7;--grey-lighter:#e5e2f3;--grey-lightest:#f4f0ff;--white-ter:#faf7ff;--white-bis:#f9f9f9;--shadow-color:rgb(0 51 55/9%);--primary-exception:#00afbd;--black-exception:#003337;--danger-exception:#d73b3d;--success-exception:#82afbd;--white-exception:#fff;--grey-exception:#8c909c;--grey-light-exception:#c6c8d7;--grey-lightest-exception:#f4f0ff;--primary-light-exception:#f5f8ff;--primary-dark-exception:#009aa6}body.wzd-loader_deuteranopia-theme-kids-four-third-edition-tongue-twister-or-scrambled-letters__o_8it{--primary:#7e9de7;--link:#a67b16;--info:#2d6ebb;--success:#d2a04e;--warning:#f1b542;--danger:#916e37;--white:#fff;--primary-light:#fff5fb;--link-light:#dcaf81;--info-light:#a2ace3;--success-light:#fff3f5;--warning-light:#ffe8df;--danger-light:#ffe9ed;--primary-dark:#688bd2;--link-dark:#916d26;--info-dark:#003c69;--success-dark:#a77f3d;--warning-dark:#cb993a;--danger-dark:#795d30;--black:#192e4c;--black-bis:#463e41;--grey-darker:#4b4754;--grey-dark:#746d80;--grey:#464753;--grey-light:#d5c3da;--grey-lighter:#f7ddec;--grey-lightest:#ffedf5;--white-ter:#fff1f6;--white-bis:#fff6f9;--shadow-color:rgb(25 46 76/9%);--primary-exception:#7e9de7;--black-exception:#192e4c;--danger-exception:#916e37;--success-exception:#d2a04e;--white-exception:#fff;--grey-exception:#948da5;--grey-light-exception:#d5c3da;--grey-lightest-exception:#ffedf5;--primary-light-exception:#fff5fb;--primary-dark-exception:#688bd2}body.wzd-loader_protanopia-theme-kids-four-third-edition-tongue-twister-or-scrambled-letters__y1F6k{--primary:#8b9cda;--link:#928234;--info:#4d6bb5;--success:#bca83e;--warning:#d6bf46;--danger:#7d7455;--white:#fff;--primary-light:#faf6fd;--link-light:#c4b790;--info-light:#a3add9;--success-light:#fcf4ee;--warning-light:#f7ecd3;--danger-light:#f3eded;--primary-dark:#7889c5;--link-dark:#7f7339;--info-dark:#233968;--success-dark:#968630;--warning-dark:#b5a13e;--danger-dark:#696148;--black:#222d4b;--black-bis:#414040;--grey-darker:#474854;--grey-dark:#6e6f80;--grey:#464753;--grey-light:#c8c7d8;--grey-lighter:#e6e2ea;--grey-lightest:#f5f1f4;--white-ter:#fdf7f8;--white-bis:#fff6f9;--shadow-color:rgb(34 45 75/9%);--primary-exception:#8b9cda;--black-exception:#222d4b;--danger-exception:#7d7455;--success-exception:#bca83e;--white-exception:#fff;--grey-exception:#8c8fa5;--grey-light-exception:#c8c7d8;--grey-lightest-exception:#f5f1f4;--primary-light-exception:#faf6fd;--primary-dark-exception:#7889c5}body.wzd-loader_default-theme-pre-teens-scrambled-letters-or-spelling-bee__mylp1{--primary:#6d458d;--link:#fc7124;--info:#0071bb;--success:#6abd41;--warning:#f9b341;--danger:#d83740;--white:#fff;--primary-light:#effaff;--link-light:#ffa087;--info-light:#79b7e0;--success-light:#edf9f1;--warning-light:#feead3;--danger-light:#fbebec;--primary-dark:#6d458d;--link-dark:#c64c2b;--info-dark:#0e386a;--success-dark:#539731;--warning-dark:#d29838;--danger-dark:#b52e35;--black:#112b4a;--black-bis:#3e3e3e;--grey-darker:#464753;--grey-dark:#6f7081;--grey:#fff;--grey-light:#c7c9d8;--grey-lighter:#e4e4eb;--grey-lightest:#f2f2f5;--white-ter:#f5f5f5;--white-bis:#f9f9f9;--shadow-color:rgb(17 43 74/9%);--primary-exception:#6d458d;--black-exception:#fff;--danger-exception:#d83740;--success-exception:#6abd41;--white-exception:#fff;--grey-exception:#8f90a6;--grey-light-exception:#c7c9d9;--grey-lightest-exception:#f2f2f5;--primary-light-exception:#effaff;--primary-dark-exception:#5a317b}body.wzd-loader_dark-theme-pre-teens-scrambled-letters-or-spelling-bee__KpdDz{--primary:#9c5ecd;--link:#fc7124;--info:#0071bb;--success:#539731;--warning:#d29838;--danger:#b52e35;--white:#0d0d0d;--primary-light:#636363;--link-light:#ffa087;--info-light:#8dc2e5;--success-light:#191919;--warning-light:#452502;--danger-light:#191919;--primary-dark:#9c5ecd;--link-dark:#c64c2b;--info-dark:#0e386a;--success-dark:#539731;--warning-dark:#d29838;--danger-dark:#b52e35;--black:#fff;--black-bis:#3e3e3e;--grey-darker:#464753;--grey-dark:#6f7081;--grey:#bababe;--grey-light:#eeee;--grey-lighter:#1f1f2a;--grey-lightest:#fff;--white-ter:#171717;--white-bis:#131313;--shadow-color:rgb(255 255 255/9%);--primary-exception:#9c5ecd;--black-exception:#fff;--danger-exception:#d83740;--success-exception:#6abd41;--white-exception:#fff;--grey-exception:#8f90a6;--grey-light-exception:#c7c9d9;--grey-lightest-exception:#f2f2f5;--primary-light-exception:#effaff;--primary-dark-exception:#7e47a9}body.wzd-loader_achromatopsia-theme-pre-teens-scrambled-letters-or-spelling-bee__Cbi6m{--primary:#535353;--link:#6b6b6b;--info:#5e5e5e;--success:#a2a2a2;--warning:#bababa;--danger:#5a5a5a;--white:#fff;--primary-light:#f8f8f8;--link-light:#b3b3b3;--info-light:#adadad;--success-light:#f6f6f6;--warning-light:#f4f4f4;--danger-light:#eeee;--primary-dark:#535353;--link-dark:#636363;--info-dark:#3333;--success-dark:#818181;--warning-dark:#9d9d9d;--danger-dark:#4b4b4b;--black:#272727;--black-bis:#3e3e3e;--grey-darker:#474747;--grey-dark:#717171;--grey:#fff;--grey-light:#cacaca;--grey-lighter:#e5e5e5;--grey-lightest:#f2f2f2;--white-ter:#f5f5f5;--white-bis:#f9f9f9;--shadow-color:rgb(39 39 39/9%);--primary-exception:#535353;--black-exception:#fff;--danger-exception:#5a5a5a;--success-exception:#a2a2a2;--white-exception:#fff;--grey-light-exception:#cacaca;--grey-lightest-exception:#f2f2f2;--primary-light-exception:#f8f8f8;--primary-dark-exception:#3f3f3f}body.wzd-loader_tritanopia-theme-pre-teens-scrambled-letters-or-spelling-bee__fQZvA{--primary:#63535a;--link:#ea4a4e;--info:#007981;--success:#82afbd;--warning:#ffa7b3;--danger:#d73b3d;--white:#fff;--primary-light:#f5f8ff;--link-light:#ff9ca7;--info-light:#6fbac9;--success-light:#f3f5ff;--warning-light:#fff0fd;--danger-light:#fde8fa;--primary-dark:#63535a;--link-dark:#c6494e;--info-dark:#004146;--success-dark:#678c97;--warning-dark:#d88d97;--danger-dark:#b33234;--black:#003337;--black-bis:#413f44;--grey-darker:#47494f;--grey-dark:#6d7079;--grey:#fff;--grey-light:#c6c8d7;--grey-lighter:#e5e2f3;--grey-lightest:#f4f0ff;--white-ter:#faf7ff;--white-bis:#f9f9f9;--shadow-color:rgb(0 51 55/9%);--primary-exception:#63535a;--black-exception:#fff;--danger-exception:#d73b3d;--success-exception:#82afbd;--white-exception:#fff;--grey-exception:#8c909c;--grey-light-exception:#c6c8d7;--grey-lightest-exception:#f4f0ff;--primary-light-exception:#f5f8ff;--primary-dark-exception:#504348}body.wzd-loader_deuteranopia-theme-pre-teens-scrambled-letters-or-spelling-bee__iRv7_{--primary:#3e5786;--link:#a67b16;--info:#2d6ebb;--success:#d1a04e;--warning:#f1b542;--danger:#916e37;--white:#fff;--primary-light:#fff5fb;--link-light:#dcaf81;--info-light:#a2ace3;--success-light:#fff3f6;--warning-light:#fff1ef;--danger-light:#ffe9ed;--primary-dark:#3e5786;--link-dark:#916d26;--info-dark:#003c69;--success-dark:#a77f3d;--warning-dark:#cb993a;--danger-dark:#795d2f;--black:#192e4c;--black-bis:#463e41;--grey-darker:#4b4754;--grey-dark:#746d80;--grey:#fff;--grey-light:#d5c3da;--grey-lighter:#f7ddec;--grey-lightest:#ffedf5;--white-ter:#fff1f6;--white-bis:#fff6f9;--shadow-color:rgb(25 46 76/9%);--primary-exception:#3e5786;--black-exception:#fff;--danger-exception:#916e37;--success-exception:#d2a04e;--white-exception:#fff;--grey-exception:#948da5;--grey-light-exception:#d5c3da;--grey-lightest-exception:#ffedf5;--primary-light-exception:#fff5fb;--primary-dark-exception:#274774}body.wzd-loader_protanopia-theme-pre-teens-scrambled-letters-or-spelling-bee__raR_3{--primary:#375598;--link:#928234;--info:#4d6bb5;--success:#bca83e;--warning:#d6bf46;--danger:#7d7455;--white:#fff;--primary-light:#faf6fd;--link-light:#c4b790;--info-light:#a3add9;--success-light:#fcf4ee;--warning-light:#fdf3e4;--danger-light:#f3eded;--primary-dark:#375598;--link-dark:#7f7339;--info-dark:#233968;--success-dark:#968630;--warning-dark:#b5a13e;--danger-dark:#696148;--black:#222d4b;--black-bis:#414040;--grey-darker:#474854;--grey-dark:#6e6f80;--grey:#fff;--grey-light:#c8c7d8;--grey-lighter:#e6e2ea;--grey-lightest:#f5f1f4;--white-ter:#fdf7f8;--white-bis:#fff6f9;--shadow-color:rgb(34 45 75/9%);--primary-exception:#375598;--black-exception:#fff;--danger-exception:#7d7455;--success-exception:#bca83e;--white-exception:#fff;--grey-exception:#8c8fa5;--grey-light-exception:#c8c7d8;--grey-lightest-exception:#f5f1f4;--primary-light-exception:#faf6fd;--primary-dark-exception:#1a4488}.wzd-loader_wzd-loader__cUoW7 div{background:var(--danger)}.wzd-loader_wzd-loader__cUoW7 div:nth-child(2n){background:var(--black)}.wzd-loader_wzd-loader__cUoW7 div:first-child{animation:wzd-loader_bounce__3ZkxZ 1s ease-in-out infinite}.wzd-loader_wzd-loader__cUoW7 div:nth-child(2){animation:wzd-loader_bounce__3ZkxZ 1s ease-in-out .17s infinite}.wzd-loader_wzd-loader__cUoW7 div:nth-child(3){animation:wzd-loader_bounce__3ZkxZ 1s ease-in-out .3s infinite}.wzd-loader_wzd-loader__cUoW7 div:nth-child(4){animation:wzd-loader_bounce__3ZkxZ 1s ease-in-out .5s infinite}@keyframes wzd-loader_bounce__3ZkxZ{0%,20%{transform:translate(0)}50%{transform:translateY(-25px)}80%,to{transform:translate(0)}}@media screen and (max-width:768px){.wzd-modal-container_wzd-modal__YiKLR{padding:1rem}.wzd-modal-container_wzd-modal__YiKLR header{padding:.75rem!important}.wzd-modal-container_wzd-modal__YiKLR section{padding:0 1.5rem 1.5rem!important}}.wzd-modal-container_image-right__ptHQ_{right:0;z-index:2}@media screen and (max-width:768px){.wzd-modal-container_image-right__ptHQ_{width:180px}}.wzd-modal-container_image-left__9Z3jF{z-index:1}@media screen and (max-width:768px){.wzd-modal-container_image-left__9Z3jF{width:180px}}.wzd-modal-container_close-button___i8rI{z-index:3}body.button_default-theme__Le2Hq{--primary:#33aae3;--link:#fc7124;--info:#0071bb;--success:#6abd41;--warning:#f9b341;--danger:#d83740;--white:#fff;--primary-light:#effaff;--link-light:#ffa087;--info-light:#79b7e0;--success-light:#edf9f1;--warning-light:#feead3;--danger-light:#fbebec;--primary-dark:#0b96cf;--link-dark:#c64c2b;--info-dark:#0e386a;--success-dark:#539731;--warning-dark:#d29838;--danger-dark:#b52e35;--info-darker:#021167;--black:#112b4a;--black-bis:#3e3e3e;--grey-darker:#464753;--grey-dark:#6f7081;--grey:#8f90a6;--grey-light:#c7c9d9;--grey-lighter:#e4e4eb;--grey-lightest:#f2f2f5;--white-ter:#f5f5f5;--white-bis:#f9f9f9;--shadow-color:rgb(17 43 74/9%);--primary-exception:#33aae3;--black-exception:#112b4a;--danger-exception:#d83740;--success-exception:#6abd41;--white-exception:#fff;--grey-exception:#8f90a6;--grey-light-exception:#c7c9d9;--grey-lightest-exception:#f2f2f5;--primary-light-exception:#effaff;--primary-dark-exception:#0b96cf;--wiz-battle-close-button:#969696;--wiz-battle-modal-text:#021167;--wiz-battle-modal-bg:#fff}body.button_dark-theme__TvyOs{--primary:#33aae3;--link:#fc7124;--info:#0071bb;--success:#6abd41;--warning:#f9b341;--danger:#d83740;--white:#0d0d0d;--primary-light:#303030;--link-light:#ffa087;--info-light:#8dc2e5;--success-light:#191919;--warning-light:#452502;--danger-light:#191919;--primary-dark:#0b96cf;--link-dark:#c64c2b;--info-dark:#0e386a;--success-dark:#539731;--warning-dark:#d29838;--danger-dark:#b52e35;--black:#fff;--black-bis:#3e3e3e;--grey-darker:#464753;--grey-dark:#6f7081;--grey:#8f90a6;--grey-light:#eeee;--grey-lighter:#1f1f2a;--grey-lightest:#181818;--white-ter:#171717;--white-bis:#131313;--shadow-color:rgb(255 255 255/9%);--primary-exception:#33aae3;--black-exception:#112b4a;--danger-exception:#d83740;--success-exception:#6abd41;--white-exception:#fff;--grey-exception:#8f90a6;--grey-light-exception:#c7c9d9;--grey-lightest-exception:#f2f2f5;--primary-light-exception:#effaff;--primary-dark-exception:#0b96cf;--wiz-battle-close-button:#6e6e6e;--wiz-battle-modal-text:#8897ef;--wiz-battle-modal-bg:#1a1a1a}body.button_achromatopsia-theme__r8X31{--primary:#959595;--link:#6b6b6b;--info:#5e5e5e;--success:#a3a3a3;--warning:#bababa;--danger:#5a5a5a;--white:#fff;--primary-light:#f8f8f8;--link-light:#b3b3b3;--info-light:#adadad;--success-light:#f6f6f6;--warning-light:#ededed;--danger-light:#eeee;--primary-dark:#7d7d7d;--link-dark:#636363;--info-dark:#3333;--success-dark:#818181;--warning-dark:#9d9d9d;--danger-dark:#4b4b4b;--black:#272727;--black-bis:#3e3e3e;--grey-darker:#474747;--grey-dark:#717171;--grey:#919191;--grey-light:#cacaca;--grey-lighter:#e5e5e5;--grey-lightest:#f2f2f2;--white-ter:#f5f5f5;--white-bis:#f9f9f9;--shadow-color:rgb(39 39 39/9%);--primary-exception:#959595;--black-exception:#272727;--danger-exception:#5a5a5a;--white-exception:#fff;--grey-light-exception:#cacaca;--grey-lightest-exception:#f2f2f2;--primary-light-exception:#f8f8f8;--primary-dark-exception:#7d7d7d;--wiz-battle-close-button:#969696;--wiz-battle-modal-text:#141414;--wiz-battle-modal-bg:#fff}body.button_tritanopia-theme__3t7xh{--primary:#00afbd;--link:#ea4a4e;--info:#007981;--success:#82afbd;--warning:#ffa7b3;--danger:#d73b3d;--white:#fff;--primary-light:#f5f8ff;--link-light:#ff9ca7;--info-light:#6fbac9;--success-light:#f3f5ff;--warning-light:#ffe6f4;--danger-light:#fde8fa;--primary-dark:#009aa6;--link-dark:#c6494e;--info-dark:#004146;--success-dark:#678c97;--warning-dark:#d88d97;--danger-dark:#b33234;--black:#003337;--black-bis:#413f44;--grey-darker:#47494f;--grey-dark:#6d7079;--grey:#8c909c;--grey-light:#c6c8d7;--grey-lighter:#e5e2f3;--grey-lightest:#f4f0ff;--white-ter:#faf7ff;--white-bis:#f9f9f9;--shadow-color:rgb(0 51 55/9%);--primary-exception:#00afbd;--black-exception:#003337;--danger-exception:#d73b3d;--success-exception:#82afbd;--white-exception:#fff;--grey-exception:#8c909c;--grey-light-exception:#c6c8d7;--grey-lightest-exception:#f4f0ff;--primary-light-exception:#f5f8ff;--primary-dark-exception:#009aa6;--wiz-battle-close-button:#96939f;--wiz-battle-modal-text:#00292a;--wiz-battle-modal-bg:#fff}body.button_deuteranopia-theme__EYFjw{--primary:#7e9de7;--link:#a67b16;--info:#2d6ebb;--success:#d2a04e;--warning:#f1b542;--danger:#916e37;--white:#fff;--primary-light:#fff5fb;--link-light:#dcaf81;--info-light:#a2ace3;--success-light:#fff3f5;--warning-light:#ffe8df;--danger-light:#ffe9ed;--primary-dark:#688bd2;--link-dark:#916d26;--info-dark:#003c69;--success-dark:#a77f3d;--warning-dark:#cb993a;--danger-dark:#795d30;--black:#192e4c;--black-bis:#463e41;--grey-darker:#4b4754;--grey-dark:#746d80;--grey:#948da5;--grey-light:#d5c3da;--grey-lighter:#f7ddec;--grey-lightest:#ffedf5;--white-ter:#fff1f6;--white-bis:#fff6f9;--shadow-color:rgb(25 46 76/9%);--primary-exception:#7e9de7;--black-exception:#192e4c;--danger-exception:#916e37;--success-exception:#d2a04e;--white-exception:#fff;--grey-exception:#948da5;--grey-light-exception:#d5c3da;--grey-lightest-exception:#ffedf5;--primary-light-exception:#fff5fb;--primary-dark-exception:#688bd2;--wiz-battle-close-button:#a39096;--wiz-battle-modal-text:#00263e;--wiz-battle-modal-bg:#fff}body.button_protanopia-theme__ncNJe{--primary:#8b9cda;--link:#928234;--info:#4d6bb5;--success:#bca83e;--warning:#d6bf46;--danger:#7d7455;--white:#fff;--primary-light:#faf6fd;--link-light:#c4b790;--info-light:#a3add9;--success-light:#fcf4ee;--warning-light:#f7ecd3;--danger-light:#f3eded;--primary-dark:#7889c5;--link-dark:#7f7339;--info-dark:#233968;--success-dark:#968630;--warning-dark:#b5a13e;--danger-dark:#696148;--black:#222d4b;--black-bis:#414040;--grey-darker:#474854;--grey-dark:#6e6f80;--grey:#8c8fa5;--grey-light:#c8c7d8;--grey-lighter:#e6e2ea;--grey-lightest:#f5f1f4;--white-ter:#fdf7f8;--white-bis:#fff6f9;--shadow-color:rgb(34 45 75/9%);--primary-exception:#8b9cda;--black-exception:#222d4b;--danger-exception:#7d7455;--success-exception:#bca83e;--white-exception:#fff;--grey-exception:#8c8fa5;--grey-light-exception:#c8c7d8;--grey-lightest-exception:#f5f1f4;--primary-light-exception:#faf6fd;--primary-dark-exception:#7889c5;--wiz-battle-close-button:#979494;--wiz-battle-modal-text:#002349;--wiz-battle-modal-bg:#fff}body.button_default-theme-kids-two-third-edition-spelling-bee-or-who-am-i__B7ft7{--primary:#f9b341;--link:#fc7124;--info:#0071bb;--success:#6abd41;--warning:#f9b341;--danger:#d83740;--white:#fff;--primary-light:#effaff;--link-light:#ffa087;--info-light:#79b7e0;--success-light:#edf9f1;--warning-light:#feead3;--danger-light:#fbebec;--primary-dark:#f9b341;--link-dark:#c64c2b;--info-dark:#0e386a;--success-dark:#539731;--warning-dark:#d29838;--danger-dark:#b52e35;--black:#112b4a;--black-bis:#3e3e3e;--grey-darker:#464753;--grey-dark:#6f7081;--grey:#464753;--grey-light:#c7c9d8;--grey-lighter:#e4e4eb;--grey-lightest:#f2f2f5;--white-ter:#f5f5f5;--white-bis:#f9f9f9;--shadow-color:rgb(17 43 74/9%);--primary-exception:#f9b341;--black-exception:#112b4a;--danger-exception:#d83740;--success-exception:#6abd41;--white-exception:#fff;--grey-exception:#8f90a6;--grey-light-exception:#c7c9d9;--grey-lightest-exception:#f2f2f5;--primary-light-exception:#effaff;--primary-dark-exception:#d79b3a}body.button_dark-theme-kids-two-third-edition-spelling-bee-or-who-am-i__wSF6p{--primary:#f9b341;--link:#fc7124;--info:#0071bb;--success:#6abd41;--warning:#f9b341;--danger:#d83740;--white:#0d0d0d;--primary-light:#636363;--link-light:#ffa087;--info-light:#8dc2e5;--success-light:#191919;--warning-light:#452502;--danger-light:#191919;--primary-dark:#f9b341;--link-dark:#c64c2b;--info-dark:#0e386a;--success-dark:#539731;--warning-dark:#d29838;--danger-dark:#b52e35;--black:#fff;--black-bis:#3e3e3e;--grey-darker:#464753;--grey-dark:#6f7081;--grey:#effaff;--grey-light:#eeee;--grey-lighter:#1f1f2a;--grey-lightest:#fff;--white-ter:#171717;--white-bis:#131313;--shadow-color:rgb(255 255 255/9%);--primary-exception:#f9b341;--black-exception:#112b4a;--danger-exception:#d83740;--success-exception:#6abd41;--white-exception:#fff;--grey-exception:#8f90a6;--grey-light-exception:#c7c9d9;--grey-lightest-exception:#f2f2f5;--primary-light-exception:#effaff;--primary-dark-exception:#d79b3a}body.button_achromatopsia-theme-kids-two-third-edition-spelling-bee-or-who-am-i__i5UBi{--primary:#bababa;--link:#6b6b6b;--info:#5e5e5e;--success:#a3a3a3;--warning:#bababa;--danger:#5a5a5a;--white:#fff;--primary-light:#f8f8f8;--link-light:#b3b3b3;--info-light:#adadad;--success-light:#f6f6f6;--warning-light:#ededed;--danger-light:#eeee;--primary-dark:#bababa;--link-dark:#636363;--info-dark:#3333;--success-dark:#a3a3a3;--warning-dark:#bababa;--danger-dark:#5a5a5a;--black:#272727;--black-bis:#3e3e3e;--grey-darker:#474747;--grey-dark:#717171;--grey:#919191;--grey-light:#cacaca;--grey-lighter:#e5e5e5;--grey-lightest:#f2f2f2;--white-ter:#f5f5f5;--white-bis:#f9f9f9;--shadow-color:rgb(39 39 39/9%);--primary-exception:#bababa;--black-exception:#272727;--danger-exception:#5a5a5a;--success-exception:#a3a3a3;--white-exception:#fff;--grey-light-exception:#cacaca;--grey-lightest-exception:#f2f2f2;--primary-light-exception:#f8f8f8;--primary-dark-exception:#a1a1a1}body.button_tritanopia-theme-kids-two-third-edition-spelling-bee-or-who-am-i__kcImC{--primary:#f2abb4;--link:#ea4a4e;--info:#007981;--success:#82afbd;--warning:#ffa7b3;--danger:#d73b3d;--white:#fff;--primary-light:#f5f8ff;--link-light:#ff9ca7;--info-light:#6fbac9;--success-light:#f3f5ff;--warning-light:#ffe6f4;--danger-light:#fde8fa;--primary-dark:#f2abb4;--link-dark:#c6494e;--info-dark:#004146;--success-dark:#678c97;--warning-dark:#d88d97;--danger-dark:#b33234;--black:#003337;--black-bis:#413f44;--grey-darker:#47494f;--grey-dark:#6d7079;--grey:#8c909c;--grey-light:#c6c8d7;--grey-lighter:#e5e2f3;--grey-lightest:#f4f0ff;--white-ter:#faf7ff;--white-bis:#f9f9f9;--shadow-color:rgb(0 51 55/9%);--primary-exception:#f2abb4;--black-exception:#003337;--danger-exception:#d73b3d;--success-exception:#82afbd;--white-exception:#fff;--grey-exception:#8c909c;--grey-light-exception:#c6c8d7;--grey-lightest-exception:#f4f0ff;--primary-light-exception:#f5f8ff;--primary-dark-exception:#dd909a}body.button_deuteranopia-theme-kids-two-third-edition-spelling-bee-or-who-am-i__wAIm0{--primary:#e8b758;--link:#a67b16;--info:#2d6ebb;--success:#d2a04e;--warning:#f1b542;--danger:#916e37;--white:#fff;--primary-light:#fff5fb;--link-light:#dcaf81;--info-light:#a2ace3;--success-light:#fff3f5;--warning-light:#ffe8df;--danger-light:#ffe9ed;--primary-dark:#e8b758;--link-dark:#916d26;--info-dark:#003c69;--success-dark:#a77f3d;--warning-dark:#cb993a;--danger-dark:#795d30;--black:#192e4c;--black-bis:#463e41;--grey-darker:#4b4754;--grey-dark:#746d80;--grey:#948da5;--grey-light:#d5c3da;--grey-lighter:#f7ddec;--grey-lightest:#ffedf5;--white-ter:#fff1f6;--white-bis:#fff6f9;--shadow-color:rgb(25 46 76/9%);--primary-exception:#e8b758;--black-exception:#192e4c;--danger-exception:#916e37;--success-exception:#d2a04e;--white-exception:#fff;--grey-exception:#948da5;--grey-light-exception:#d5c3da;--grey-lightest-exception:#ffedf5;--primary-light-exception:#fff5fb;--primary-dark-exception:#d09c3c}body.button_protanopia-theme-kids-two-third-edition-spelling-bee-or-who-am-i__l0CPT{--primary:#d6bf46;--link:#928234;--info:#4d6bb5;--success:#bca83e;--warning:#d6bf46;--danger:#7d7455;--white:#fff;--primary-light:#faf6fd;--link-light:#c4b790;--info-light:#a3add9;--success-light:#fcf4ee;--warning-light:#f7ecd3;--danger-light:#f3eded;--primary-dark:#d6bf46;--link-dark:#7f7339;--info-dark:#233968;--success-dark:#968630;--warning-dark:#b5a13e;--danger-dark:#696148;--black:#222d4b;--black-bis:#414040;--grey-darker:#474854;--grey-dark:#6e6f80;--grey:#8c8fa5;--grey-light:#c8c7d8;--grey-lighter:#e6e2ea;--grey-lightest:#f5f1f4;--white-ter:#fdf7f8;--white-bis:#fff6f9;--shadow-color:rgb(34 45 75/9%);--primary-exception:#d6bf46;--black-exception:#222d4b;--danger-exception:#7d7455;--success-exception:#bca83e;--white-exception:#fff;--grey-exception:#8c8fa5;--grey-light-exception:#c8c7d8;--grey-lightest-exception:#f5f1f4;--primary-light-exception:#faf6fd;--primary-dark-exception:#b9a53f}body.button_default-theme-kids-four-third-edition-tongue-twister-or-scrambled-letters__HC1Ds{--primary:#00aae8;--link:#fc7124;--info:#0071bb;--success:#6abd41;--warning:#f9b341;--danger:#d83740;--white:#fff;--primary-light:#effaff;--link-light:#ffa087;--info-light:#79b7e0;--success-light:#edf9f1;--warning-light:#feead3;--danger-light:#fbebec;--primary-dark:#00aae8;--link-dark:#c64c2b;--info-dark:#0e386a;--success-dark:#539731;--warning-dark:#d29838;--danger-dark:#b52e35;--black:#112b4a;--black-bis:#3e3e3e;--grey-darker:#464753;--grey-dark:#6f7081;--grey:#8f90a6;--grey-light:#c7c9d8;--grey-lighter:#e4e4eb;--grey-lightest:#f2f2f5;--white-ter:#f5f5f5;--white-bis:#f9f9f9;--shadow-color:rgb(17 43 74/9%);--primary-exception:#00aae8;--black-exception:#112b4a;--danger-exception:#d83740;--success-exception:#6abd41;--white-exception:#fff;--grey-exception:#8f90a6;--grey-light-exception:#c7c9d9;--grey-lightest-exception:#f2f2f5;--primary-light-exception:#effaff;--primary-dark-exception:#00aae8}body.button_dark-theme-kids-four-third-edition-tongue-twister-or-scrambled-letters__dRWmU{--primary:#00aae8;--link:#fc7124;--info:#0071bb;--success:#6abd41;--warning:#f9b341;--danger:#d83740;--white:#0d0d0d;--primary-light:#636363;--link-light:#ffa087;--info-light:#8dc2e5;--success-light:#191919;--warning-light:#452502;--danger-light:#191919;--primary-dark:#00aae8;--link-dark:#c64c2b;--info-dark:#0e386a;--success-dark:#539731;--warning-dark:#d29838;--danger-dark:#b52e35;--black:#fff;--black-bis:#3e3e3e;--grey-darker:#464753;--grey-dark:#6f7081;--grey:#effaff;--grey-light:#eeee;--grey-lighter:#1f1f2a;--grey-lightest:#fff;--white-ter:#171717;--white-bis:#131313;--shadow-color:rgb(255 255 255/9%);--primary-exception:#00aae8;--black-exception:#112b4a;--danger-exception:#d83740;--success-exception:#6abd41;--white-exception:#fff;--grey-exception:#8f90a6;--grey-light-exception:#c7c9d9;--grey-lightest-exception:#f2f2f5;--primary-light-exception:#effaff;--primary-dark-exception:#00aae8}body.button_achromatopsia-theme-kids-four-third-edition-tongue-twister-or-scrambled-letters__v_PC2{--primary:#959595;--link:#6b6b6b;--info:#5e5e5e;--success:#a3a3a3;--warning:#bababa;--danger:#5a5a5a;--white:#fff;--primary-light:#f8f8f8;--link-light:#b3b3b3;--info-light:#adadad;--success-light:#f6f6f6;--warning-light:#ededed;--danger-light:#eeee;--primary-dark:#7d7d7d;--link-dark:#636363;--info-dark:#3333;--success-dark:#818181;--warning-dark:#9d9d9d;--danger-dark:#4b4b4b;--black:#272727;--black-bis:#3e3e3e;--grey-darker:#474747;--grey-dark:#717171;--grey:#464753;--grey-light:#cacaca;--grey-lighter:#e5e5e5;--grey-lightest:#f2f2f2;--white-ter:#f5f5f5;--white-bis:#f9f9f9;--shadow-color:rgb(39 39 39/9%);--primary-exception:#959595;--black-exception:#272727;--danger-exception:#5a5a5a;--white-exception:#fff;--grey-light-exception:#cacaca;--grey-lightest-exception:#f2f2f2;--primary-light-exception:#f8f8f8;--primary-dark-exception:#7d7d7d}body.button_tritanopia-theme-kids-four-third-edition-tongue-twister-or-scrambled-letters__cSXhg{--primary:#068590;--link:#ea4a4e;--info:#007981;--success:#82afbd;--warning:#ffa7b3;--danger:#d73b3d;--white:#fff;--primary-light:#f5f8ff;--link-light:#ff9ca7;--info-light:#6fbac9;--success-light:#f3f5ff;--warning-light:#ffe6f4;--danger-light:#fde8fa;--primary-dark:#009aa6;--link-dark:#c6494e;--info-dark:#004146;--success-dark:#678c97;--warning-dark:#d88d97;--danger-dark:#b33234;--black:#003337;--black-bis:#413f44;--grey-darker:#47494f;--grey-dark:#6d7079;--grey:#8c909c;--grey-light:#c6c8d7;--grey-lighter:#e5e2f3;--grey-lightest:#f4f0ff;--white-ter:#faf7ff;--white-bis:#f9f9f9;--shadow-color:rgb(0 51 55/9%);--primary-exception:#00afbd;--black-exception:#003337;--danger-exception:#d73b3d;--success-exception:#82afbd;--white-exception:#fff;--grey-exception:#8c909c;--grey-light-exception:#c6c8d7;--grey-lightest-exception:#f4f0ff;--primary-light-exception:#f5f8ff;--primary-dark-exception:#009aa6}body.button_deuteranopia-theme-kids-four-third-edition-tongue-twister-or-scrambled-letters__G_8y7{--primary:#7e9de7;--link:#a67b16;--info:#2d6ebb;--success:#d2a04e;--warning:#f1b542;--danger:#916e37;--white:#fff;--primary-light:#fff5fb;--link-light:#dcaf81;--info-light:#a2ace3;--success-light:#fff3f5;--warning-light:#ffe8df;--danger-light:#ffe9ed;--primary-dark:#688bd2;--link-dark:#916d26;--info-dark:#003c69;--success-dark:#a77f3d;--warning-dark:#cb993a;--danger-dark:#795d30;--black:#192e4c;--black-bis:#463e41;--grey-darker:#4b4754;--grey-dark:#746d80;--grey:#464753;--grey-light:#d5c3da;--grey-lighter:#f7ddec;--grey-lightest:#ffedf5;--white-ter:#fff1f6;--white-bis:#fff6f9;--shadow-color:rgb(25 46 76/9%);--primary-exception:#7e9de7;--black-exception:#192e4c;--danger-exception:#916e37;--success-exception:#d2a04e;--white-exception:#fff;--grey-exception:#948da5;--grey-light-exception:#d5c3da;--grey-lightest-exception:#ffedf5;--primary-light-exception:#fff5fb;--primary-dark-exception:#688bd2}body.button_protanopia-theme-kids-four-third-edition-tongue-twister-or-scrambled-letters__ZfsD3{--primary:#8b9cda;--link:#928234;--info:#4d6bb5;--success:#bca83e;--warning:#d6bf46;--danger:#7d7455;--white:#fff;--primary-light:#faf6fd;--link-light:#c4b790;--info-light:#a3add9;--success-light:#fcf4ee;--warning-light:#f7ecd3;--danger-light:#f3eded;--primary-dark:#7889c5;--link-dark:#7f7339;--info-dark:#233968;--success-dark:#968630;--warning-dark:#b5a13e;--danger-dark:#696148;--black:#222d4b;--black-bis:#414040;--grey-darker:#474854;--grey-dark:#6e6f80;--grey:#464753;--grey-light:#c8c7d8;--grey-lighter:#e6e2ea;--grey-lightest:#f5f1f4;--white-ter:#fdf7f8;--white-bis:#fff6f9;--shadow-color:rgb(34 45 75/9%);--primary-exception:#8b9cda;--black-exception:#222d4b;--danger-exception:#7d7455;--success-exception:#bca83e;--white-exception:#fff;--grey-exception:#8c8fa5;--grey-light-exception:#c8c7d8;--grey-lightest-exception:#f5f1f4;--primary-light-exception:#faf6fd;--primary-dark-exception:#7889c5}body.button_default-theme-pre-teens-scrambled-letters-or-spelling-bee__LgETs{--primary:#6d458d;--link:#fc7124;--info:#0071bb;--success:#6abd41;--warning:#f9b341;--danger:#d83740;--white:#fff;--primary-light:#effaff;--link-light:#ffa087;--info-light:#79b7e0;--success-light:#edf9f1;--warning-light:#feead3;--danger-light:#fbebec;--primary-dark:#6d458d;--link-dark:#c64c2b;--info-dark:#0e386a;--success-dark:#539731;--warning-dark:#d29838;--danger-dark:#b52e35;--black:#112b4a;--black-bis:#3e3e3e;--grey-darker:#464753;--grey-dark:#6f7081;--grey:#fff;--grey-light:#c7c9d8;--grey-lighter:#e4e4eb;--grey-lightest:#f2f2f5;--white-ter:#f5f5f5;--white-bis:#f9f9f9;--shadow-color:rgb(17 43 74/9%);--primary-exception:#6d458d;--black-exception:#fff;--danger-exception:#d83740;--success-exception:#6abd41;--white-exception:#fff;--grey-exception:#8f90a6;--grey-light-exception:#c7c9d9;--grey-lightest-exception:#f2f2f5;--primary-light-exception:#effaff;--primary-dark-exception:#5a317b}body.button_dark-theme-pre-teens-scrambled-letters-or-spelling-bee__Mt9os{--primary:#9c5ecd;--link:#fc7124;--info:#0071bb;--success:#539731;--warning:#d29838;--danger:#b52e35;--white:#0d0d0d;--primary-light:#636363;--link-light:#ffa087;--info-light:#8dc2e5;--success-light:#191919;--warning-light:#452502;--danger-light:#191919;--primary-dark:#9c5ecd;--link-dark:#c64c2b;--info-dark:#0e386a;--success-dark:#539731;--warning-dark:#d29838;--danger-dark:#b52e35;--black:#fff;--black-bis:#3e3e3e;--grey-darker:#464753;--grey-dark:#6f7081;--grey:#bababe;--grey-light:#eeee;--grey-lighter:#1f1f2a;--grey-lightest:#fff;--white-ter:#171717;--white-bis:#131313;--shadow-color:rgb(255 255 255/9%);--primary-exception:#9c5ecd;--black-exception:#fff;--danger-exception:#d83740;--success-exception:#6abd41;--white-exception:#fff;--grey-exception:#8f90a6;--grey-light-exception:#c7c9d9;--grey-lightest-exception:#f2f2f5;--primary-light-exception:#effaff;--primary-dark-exception:#7e47a9}body.button_achromatopsia-theme-pre-teens-scrambled-letters-or-spelling-bee__fZ9Z2{--primary:#535353;--link:#6b6b6b;--info:#5e5e5e;--success:#a2a2a2;--warning:#bababa;--danger:#5a5a5a;--white:#fff;--primary-light:#f8f8f8;--link-light:#b3b3b3;--info-light:#adadad;--success-light:#f6f6f6;--warning-light:#f4f4f4;--danger-light:#eeee;--primary-dark:#535353;--link-dark:#636363;--info-dark:#3333;--success-dark:#818181;--warning-dark:#9d9d9d;--danger-dark:#4b4b4b;--black:#272727;--black-bis:#3e3e3e;--grey-darker:#474747;--grey-dark:#717171;--grey:#fff;--grey-light:#cacaca;--grey-lighter:#e5e5e5;--grey-lightest:#f2f2f2;--white-ter:#f5f5f5;--white-bis:#f9f9f9;--shadow-color:rgb(39 39 39/9%);--primary-exception:#535353;--black-exception:#fff;--danger-exception:#5a5a5a;--success-exception:#a2a2a2;--white-exception:#fff;--grey-light-exception:#cacaca;--grey-lightest-exception:#f2f2f2;--primary-light-exception:#f8f8f8;--primary-dark-exception:#3f3f3f}body.button_tritanopia-theme-pre-teens-scrambled-letters-or-spelling-bee__l0yJF{--primary:#63535a;--link:#ea4a4e;--info:#007981;--success:#82afbd;--warning:#ffa7b3;--danger:#d73b3d;--white:#fff;--primary-light:#f5f8ff;--link-light:#ff9ca7;--info-light:#6fbac9;--success-light:#f3f5ff;--warning-light:#fff0fd;--danger-light:#fde8fa;--primary-dark:#63535a;--link-dark:#c6494e;--info-dark:#004146;--success-dark:#678c97;--warning-dark:#d88d97;--danger-dark:#b33234;--black:#003337;--black-bis:#413f44;--grey-darker:#47494f;--grey-dark:#6d7079;--grey:#fff;--grey-light:#c6c8d7;--grey-lighter:#e5e2f3;--grey-lightest:#f4f0ff;--white-ter:#faf7ff;--white-bis:#f9f9f9;--shadow-color:rgb(0 51 55/9%);--primary-exception:#63535a;--black-exception:#fff;--danger-exception:#d73b3d;--success-exception:#82afbd;--white-exception:#fff;--grey-exception:#8c909c;--grey-light-exception:#c6c8d7;--grey-lightest-exception:#f4f0ff;--primary-light-exception:#f5f8ff;--primary-dark-exception:#504348}body.button_deuteranopia-theme-pre-teens-scrambled-letters-or-spelling-bee___Etvg{--primary:#3e5786;--link:#a67b16;--info:#2d6ebb;--success:#d1a04e;--warning:#f1b542;--danger:#916e37;--white:#fff;--primary-light:#fff5fb;--link-light:#dcaf81;--info-light:#a2ace3;--success-light:#fff3f6;--warning-light:#fff1ef;--danger-light:#ffe9ed;--primary-dark:#3e5786;--link-dark:#916d26;--info-dark:#003c69;--success-dark:#a77f3d;--warning-dark:#cb993a;--danger-dark:#795d2f;--black:#192e4c;--black-bis:#463e41;--grey-darker:#4b4754;--grey-dark:#746d80;--grey:#fff;--grey-light:#d5c3da;--grey-lighter:#f7ddec;--grey-lightest:#ffedf5;--white-ter:#fff1f6;--white-bis:#fff6f9;--shadow-color:rgb(25 46 76/9%);--primary-exception:#3e5786;--black-exception:#fff;--danger-exception:#916e37;--success-exception:#d2a04e;--white-exception:#fff;--grey-exception:#948da5;--grey-light-exception:#d5c3da;--grey-lightest-exception:#ffedf5;--primary-light-exception:#fff5fb;--primary-dark-exception:#274774}body.button_protanopia-theme-pre-teens-scrambled-letters-or-spelling-bee__MQLZE{--primary:#375598;--link:#928234;--info:#4d6bb5;--success:#bca83e;--warning:#d6bf46;--danger:#7d7455;--white:#fff;--primary-light:#faf6fd;--link-light:#c4b790;--info-light:#a3add9;--success-light:#fcf4ee;--warning-light:#fdf3e4;--danger-light:#f3eded;--primary-dark:#375598;--link-dark:#7f7339;--info-dark:#233968;--success-dark:#968630;--warning-dark:#b5a13e;--danger-dark:#696148;--black:#222d4b;--black-bis:#414040;--grey-darker:#474854;--grey-dark:#6e6f80;--grey:#fff;--grey-light:#c8c7d8;--grey-lighter:#e6e2ea;--grey-lightest:#f5f1f4;--white-ter:#fdf7f8;--white-bis:#fff6f9;--shadow-color:rgb(34 45 75/9%);--primary-exception:#375598;--black-exception:#fff;--danger-exception:#7d7455;--success-exception:#bca83e;--white-exception:#fff;--grey-exception:#8c8fa5;--grey-light-exception:#c8c7d8;--grey-lightest-exception:#f5f1f4;--primary-light-exception:#faf6fd;--primary-dark-exception:#1a4488}.button_wzd-button__DuUew{height:44px;font-size:700}.button_wzd-button__DuUew:disabled{opacity:unset!important;background-color:var(--grey-light-exception)!important;color:var(--white-exception)!important}.button_wzd-button__DuUew[class*=is-outlined]:disabled{background-color:transparent!important;border-color:var(--grey-light-exception)!important;color:var(--grey)!important}.button_wzd-button__DuUew[class~=is-primary]{background-color:var(--primary-exception);color:var(--white-exception)}.button_wzd-button__DuUew[class~=is-primary][class*=is-outlined]{border-color:var(--primary-exception);color:var(--primary-exception)}.button_is-background-white__tOV2A{background-color:var(--white-exception)!important;color:var(--primary-exception)!important}.button_is-small__NMma6{width:286px}@media screen and (max-width:768px){.button_is-small__NMma6{width:100%}}body.wzd-review-modal_default-theme__QRZY1{--primary:#33aae3;--link:#fc7124;--info:#0071bb;--success:#6abd41;--warning:#f9b341;--danger:#d83740;--white:#fff;--primary-light:#effaff;--link-light:#ffa087;--info-light:#79b7e0;--success-light:#edf9f1;--warning-light:#feead3;--danger-light:#fbebec;--primary-dark:#0b96cf;--link-dark:#c64c2b;--info-dark:#0e386a;--success-dark:#539731;--warning-dark:#d29838;--danger-dark:#b52e35;--info-darker:#021167;--black:#112b4a;--black-bis:#3e3e3e;--grey-darker:#464753;--grey-dark:#6f7081;--grey:#8f90a6;--grey-light:#c7c9d9;--grey-lighter:#e4e4eb;--grey-lightest:#f2f2f5;--white-ter:#f5f5f5;--white-bis:#f9f9f9;--shadow-color:rgb(17 43 74/9%);--primary-exception:#33aae3;--black-exception:#112b4a;--danger-exception:#d83740;--success-exception:#6abd41;--white-exception:#fff;--grey-exception:#8f90a6;--grey-light-exception:#c7c9d9;--grey-lightest-exception:#f2f2f5;--primary-light-exception:#effaff;--primary-dark-exception:#0b96cf;--wiz-battle-close-button:#969696;--wiz-battle-modal-text:#021167;--wiz-battle-modal-bg:#fff}body.wzd-review-modal_dark-theme__ZT178{--primary:#33aae3;--link:#fc7124;--info:#0071bb;--success:#6abd41;--warning:#f9b341;--danger:#d83740;--white:#0d0d0d;--primary-light:#303030;--link-light:#ffa087;--info-light:#8dc2e5;--success-light:#191919;--warning-light:#452502;--danger-light:#191919;--primary-dark:#0b96cf;--link-dark:#c64c2b;--info-dark:#0e386a;--success-dark:#539731;--warning-dark:#d29838;--danger-dark:#b52e35;--black:#fff;--black-bis:#3e3e3e;--grey-darker:#464753;--grey-dark:#6f7081;--grey:#8f90a6;--grey-light:#eeee;--grey-lighter:#1f1f2a;--grey-lightest:#181818;--white-ter:#171717;--white-bis:#131313;--shadow-color:rgb(255 255 255/9%);--primary-exception:#33aae3;--black-exception:#112b4a;--danger-exception:#d83740;--success-exception:#6abd41;--white-exception:#fff;--grey-exception:#8f90a6;--grey-light-exception:#c7c9d9;--grey-lightest-exception:#f2f2f5;--primary-light-exception:#effaff;--primary-dark-exception:#0b96cf;--wiz-battle-close-button:#6e6e6e;--wiz-battle-modal-text:#8897ef;--wiz-battle-modal-bg:#1a1a1a}body.wzd-review-modal_achromatopsia-theme__5QKIB{--primary:#959595;--link:#6b6b6b;--info:#5e5e5e;--success:#a3a3a3;--warning:#bababa;--danger:#5a5a5a;--white:#fff;--primary-light:#f8f8f8;--link-light:#b3b3b3;--info-light:#adadad;--success-light:#f6f6f6;--warning-light:#ededed;--danger-light:#eeee;--primary-dark:#7d7d7d;--link-dark:#636363;--info-dark:#3333;--success-dark:#818181;--warning-dark:#9d9d9d;--danger-dark:#4b4b4b;--black:#272727;--black-bis:#3e3e3e;--grey-darker:#474747;--grey-dark:#717171;--grey:#919191;--grey-light:#cacaca;--grey-lighter:#e5e5e5;--grey-lightest:#f2f2f2;--white-ter:#f5f5f5;--white-bis:#f9f9f9;--shadow-color:rgb(39 39 39/9%);--primary-exception:#959595;--black-exception:#272727;--danger-exception:#5a5a5a;--white-exception:#fff;--grey-light-exception:#cacaca;--grey-lightest-exception:#f2f2f2;--primary-light-exception:#f8f8f8;--primary-dark-exception:#7d7d7d;--wiz-battle-close-button:#969696;--wiz-battle-modal-text:#141414;--wiz-battle-modal-bg:#fff}body.wzd-review-modal_tritanopia-theme__lTn9b{--primary:#00afbd;--link:#ea4a4e;--info:#007981;--success:#82afbd;--warning:#ffa7b3;--danger:#d73b3d;--white:#fff;--primary-light:#f5f8ff;--link-light:#ff9ca7;--info-light:#6fbac9;--success-light:#f3f5ff;--warning-light:#ffe6f4;--danger-light:#fde8fa;--primary-dark:#009aa6;--link-dark:#c6494e;--info-dark:#004146;--success-dark:#678c97;--warning-dark:#d88d97;--danger-dark:#b33234;--black:#003337;--black-bis:#413f44;--grey-darker:#47494f;--grey-dark:#6d7079;--grey:#8c909c;--grey-light:#c6c8d7;--grey-lighter:#e5e2f3;--grey-lightest:#f4f0ff;--white-ter:#faf7ff;--white-bis:#f9f9f9;--shadow-color:rgb(0 51 55/9%);--primary-exception:#00afbd;--black-exception:#003337;--danger-exception:#d73b3d;--success-exception:#82afbd;--white-exception:#fff;--grey-exception:#8c909c;--grey-light-exception:#c6c8d7;--grey-lightest-exception:#f4f0ff;--primary-light-exception:#f5f8ff;--primary-dark-exception:#009aa6;--wiz-battle-close-button:#96939f;--wiz-battle-modal-text:#00292a;--wiz-battle-modal-bg:#fff}body.wzd-review-modal_deuteranopia-theme__SRBVY{--primary:#7e9de7;--link:#a67b16;--info:#2d6ebb;--success:#d2a04e;--warning:#f1b542;--danger:#916e37;--white:#fff;--primary-light:#fff5fb;--link-light:#dcaf81;--info-light:#a2ace3;--success-light:#fff3f5;--warning-light:#ffe8df;--danger-light:#ffe9ed;--primary-dark:#688bd2;--link-dark:#916d26;--info-dark:#003c69;--success-dark:#a77f3d;--warning-dark:#cb993a;--danger-dark:#795d30;--black:#192e4c;--black-bis:#463e41;--grey-darker:#4b4754;--grey-dark:#746d80;--grey:#948da5;--grey-light:#d5c3da;--grey-lighter:#f7ddec;--grey-lightest:#ffedf5;--white-ter:#fff1f6;--white-bis:#fff6f9;--shadow-color:rgb(25 46 76/9%);--primary-exception:#7e9de7;--black-exception:#192e4c;--danger-exception:#916e37;--success-exception:#d2a04e;--white-exception:#fff;--grey-exception:#948da5;--grey-light-exception:#d5c3da;--grey-lightest-exception:#ffedf5;--primary-light-exception:#fff5fb;--primary-dark-exception:#688bd2;--wiz-battle-close-button:#a39096;--wiz-battle-modal-text:#00263e;--wiz-battle-modal-bg:#fff}body.wzd-review-modal_protanopia-theme__W8ual{--primary:#8b9cda;--link:#928234;--info:#4d6bb5;--success:#bca83e;--warning:#d6bf46;--danger:#7d7455;--white:#fff;--primary-light:#faf6fd;--link-light:#c4b790;--info-light:#a3add9;--success-light:#fcf4ee;--warning-light:#f7ecd3;--danger-light:#f3eded;--primary-dark:#7889c5;--link-dark:#7f7339;--info-dark:#233968;--success-dark:#968630;--warning-dark:#b5a13e;--danger-dark:#696148;--black:#222d4b;--black-bis:#414040;--grey-darker:#474854;--grey-dark:#6e6f80;--grey:#8c8fa5;--grey-light:#c8c7d8;--grey-lighter:#e6e2ea;--grey-lightest:#f5f1f4;--white-ter:#fdf7f8;--white-bis:#fff6f9;--shadow-color:rgb(34 45 75/9%);--primary-exception:#8b9cda;--black-exception:#222d4b;--danger-exception:#7d7455;--success-exception:#bca83e;--white-exception:#fff;--grey-exception:#8c8fa5;--grey-light-exception:#c8c7d8;--grey-lightest-exception:#f5f1f4;--primary-light-exception:#faf6fd;--primary-dark-exception:#7889c5;--wiz-battle-close-button:#979494;--wiz-battle-modal-text:#002349;--wiz-battle-modal-bg:#fff}body.wzd-review-modal_default-theme-kids-two-third-edition-spelling-bee-or-who-am-i__anuL5{--primary:#f9b341;--link:#fc7124;--info:#0071bb;--success:#6abd41;--warning:#f9b341;--danger:#d83740;--white:#fff;--primary-light:#effaff;--link-light:#ffa087;--info-light:#79b7e0;--success-light:#edf9f1;--warning-light:#feead3;--danger-light:#fbebec;--primary-dark:#f9b341;--link-dark:#c64c2b;--info-dark:#0e386a;--success-dark:#539731;--warning-dark:#d29838;--danger-dark:#b52e35;--black:#112b4a;--black-bis:#3e3e3e;--grey-darker:#464753;--grey-dark:#6f7081;--grey:#464753;--grey-light:#c7c9d8;--grey-lighter:#e4e4eb;--grey-lightest:#f2f2f5;--white-ter:#f5f5f5;--white-bis:#f9f9f9;--shadow-color:rgb(17 43 74/9%);--primary-exception:#f9b341;--black-exception:#112b4a;--danger-exception:#d83740;--success-exception:#6abd41;--white-exception:#fff;--grey-exception:#8f90a6;--grey-light-exception:#c7c9d9;--grey-lightest-exception:#f2f2f5;--primary-light-exception:#effaff;--primary-dark-exception:#d79b3a}body.wzd-review-modal_dark-theme-kids-two-third-edition-spelling-bee-or-who-am-i__0_5AJ{--primary:#f9b341;--link:#fc7124;--info:#0071bb;--success:#6abd41;--warning:#f9b341;--danger:#d83740;--white:#0d0d0d;--primary-light:#636363;--link-light:#ffa087;--info-light:#8dc2e5;--success-light:#191919;--warning-light:#452502;--danger-light:#191919;--primary-dark:#f9b341;--link-dark:#c64c2b;--info-dark:#0e386a;--success-dark:#539731;--warning-dark:#d29838;--danger-dark:#b52e35;--black:#fff;--black-bis:#3e3e3e;--grey-darker:#464753;--grey-dark:#6f7081;--grey:#effaff;--grey-light:#eeee;--grey-lighter:#1f1f2a;--grey-lightest:#fff;--white-ter:#171717;--white-bis:#131313;--shadow-color:rgb(255 255 255/9%);--primary-exception:#f9b341;--black-exception:#112b4a;--danger-exception:#d83740;--success-exception:#6abd41;--white-exception:#fff;--grey-exception:#8f90a6;--grey-light-exception:#c7c9d9;--grey-lightest-exception:#f2f2f5;--primary-light-exception:#effaff;--primary-dark-exception:#d79b3a}body.wzd-review-modal_achromatopsia-theme-kids-two-third-edition-spelling-bee-or-who-am-i__4K1LX{--primary:#bababa;--link:#6b6b6b;--info:#5e5e5e;--success:#a3a3a3;--warning:#bababa;--danger:#5a5a5a;--white:#fff;--primary-light:#f8f8f8;--link-light:#b3b3b3;--info-light:#adadad;--success-light:#f6f6f6;--warning-light:#ededed;--danger-light:#eeee;--primary-dark:#bababa;--link-dark:#636363;--info-dark:#3333;--success-dark:#a3a3a3;--warning-dark:#bababa;--danger-dark:#5a5a5a;--black:#272727;--black-bis:#3e3e3e;--grey-darker:#474747;--grey-dark:#717171;--grey:#919191;--grey-light:#cacaca;--grey-lighter:#e5e5e5;--grey-lightest:#f2f2f2;--white-ter:#f5f5f5;--white-bis:#f9f9f9;--shadow-color:rgb(39 39 39/9%);--primary-exception:#bababa;--black-exception:#272727;--danger-exception:#5a5a5a;--success-exception:#a3a3a3;--white-exception:#fff;--grey-light-exception:#cacaca;--grey-lightest-exception:#f2f2f2;--primary-light-exception:#f8f8f8;--primary-dark-exception:#a1a1a1}body.wzd-review-modal_tritanopia-theme-kids-two-third-edition-spelling-bee-or-who-am-i__BMHh7{--primary:#f2abb4;--link:#ea4a4e;--info:#007981;--success:#82afbd;--warning:#ffa7b3;--danger:#d73b3d;--white:#fff;--primary-light:#f5f8ff;--link-light:#ff9ca7;--info-light:#6fbac9;--success-light:#f3f5ff;--warning-light:#ffe6f4;--danger-light:#fde8fa;--primary-dark:#f2abb4;--link-dark:#c6494e;--info-dark:#004146;--success-dark:#678c97;--warning-dark:#d88d97;--danger-dark:#b33234;--black:#003337;--black-bis:#413f44;--grey-darker:#47494f;--grey-dark:#6d7079;--grey:#8c909c;--grey-light:#c6c8d7;--grey-lighter:#e5e2f3;--grey-lightest:#f4f0ff;--white-ter:#faf7ff;--white-bis:#f9f9f9;--shadow-color:rgb(0 51 55/9%);--primary-exception:#f2abb4;--black-exception:#003337;--danger-exception:#d73b3d;--success-exception:#82afbd;--white-exception:#fff;--grey-exception:#8c909c;--grey-light-exception:#c6c8d7;--grey-lightest-exception:#f4f0ff;--primary-light-exception:#f5f8ff;--primary-dark-exception:#dd909a}body.wzd-review-modal_deuteranopia-theme-kids-two-third-edition-spelling-bee-or-who-am-i__XESBv{--primary:#e8b758;--link:#a67b16;--info:#2d6ebb;--success:#d2a04e;--warning:#f1b542;--danger:#916e37;--white:#fff;--primary-light:#fff5fb;--link-light:#dcaf81;--info-light:#a2ace3;--success-light:#fff3f5;--warning-light:#ffe8df;--danger-light:#ffe9ed;--primary-dark:#e8b758;--link-dark:#916d26;--info-dark:#003c69;--success-dark:#a77f3d;--warning-dark:#cb993a;--danger-dark:#795d30;--black:#192e4c;--black-bis:#463e41;--grey-darker:#4b4754;--grey-dark:#746d80;--grey:#948da5;--grey-light:#d5c3da;--grey-lighter:#f7ddec;--grey-lightest:#ffedf5;--white-ter:#fff1f6;--white-bis:#fff6f9;--shadow-color:rgb(25 46 76/9%);--primary-exception:#e8b758;--black-exception:#192e4c;--danger-exception:#916e37;--success-exception:#d2a04e;--white-exception:#fff;--grey-exception:#948da5;--grey-light-exception:#d5c3da;--grey-lightest-exception:#ffedf5;--primary-light-exception:#fff5fb;--primary-dark-exception:#d09c3c}body.wzd-review-modal_protanopia-theme-kids-two-third-edition-spelling-bee-or-who-am-i__3EVTP{--primary:#d6bf46;--link:#928234;--info:#4d6bb5;--success:#bca83e;--warning:#d6bf46;--danger:#7d7455;--white:#fff;--primary-light:#faf6fd;--link-light:#c4b790;--info-light:#a3add9;--success-light:#fcf4ee;--warning-light:#f7ecd3;--danger-light:#f3eded;--primary-dark:#d6bf46;--link-dark:#7f7339;--info-dark:#233968;--success-dark:#968630;--warning-dark:#b5a13e;--danger-dark:#696148;--black:#222d4b;--black-bis:#414040;--grey-darker:#474854;--grey-dark:#6e6f80;--grey:#8c8fa5;--grey-light:#c8c7d8;--grey-lighter:#e6e2ea;--grey-lightest:#f5f1f4;--white-ter:#fdf7f8;--white-bis:#fff6f9;--shadow-color:rgb(34 45 75/9%);--primary-exception:#d6bf46;--black-exception:#222d4b;--danger-exception:#7d7455;--success-exception:#bca83e;--white-exception:#fff;--grey-exception:#8c8fa5;--grey-light-exception:#c8c7d8;--grey-lightest-exception:#f5f1f4;--primary-light-exception:#faf6fd;--primary-dark-exception:#b9a53f}body.wzd-review-modal_default-theme-kids-four-third-edition-tongue-twister-or-scrambled-letters__0gvoq{--primary:#00aae8;--link:#fc7124;--info:#0071bb;--success:#6abd41;--warning:#f9b341;--danger:#d83740;--white:#fff;--primary-light:#effaff;--link-light:#ffa087;--info-light:#79b7e0;--success-light:#edf9f1;--warning-light:#feead3;--danger-light:#fbebec;--primary-dark:#00aae8;--link-dark:#c64c2b;--info-dark:#0e386a;--success-dark:#539731;--warning-dark:#d29838;--danger-dark:#b52e35;--black:#112b4a;--black-bis:#3e3e3e;--grey-darker:#464753;--grey-dark:#6f7081;--grey:#8f90a6;--grey-light:#c7c9d8;--grey-lighter:#e4e4eb;--grey-lightest:#f2f2f5;--white-ter:#f5f5f5;--white-bis:#f9f9f9;--shadow-color:rgb(17 43 74/9%);--primary-exception:#00aae8;--black-exception:#112b4a;--danger-exception:#d83740;--success-exception:#6abd41;--white-exception:#fff;--grey-exception:#8f90a6;--grey-light-exception:#c7c9d9;--grey-lightest-exception:#f2f2f5;--primary-light-exception:#effaff;--primary-dark-exception:#00aae8}body.wzd-review-modal_dark-theme-kids-four-third-edition-tongue-twister-or-scrambled-letters__RMWrx{--primary:#00aae8;--link:#fc7124;--info:#0071bb;--success:#6abd41;--warning:#f9b341;--danger:#d83740;--white:#0d0d0d;--primary-light:#636363;--link-light:#ffa087;--info-light:#8dc2e5;--success-light:#191919;--warning-light:#452502;--danger-light:#191919;--primary-dark:#00aae8;--link-dark:#c64c2b;--info-dark:#0e386a;--success-dark:#539731;--warning-dark:#d29838;--danger-dark:#b52e35;--black:#fff;--black-bis:#3e3e3e;--grey-darker:#464753;--grey-dark:#6f7081;--grey:#effaff;--grey-light:#eeee;--grey-lighter:#1f1f2a;--grey-lightest:#fff;--white-ter:#171717;--white-bis:#131313;--shadow-color:rgb(255 255 255/9%);--primary-exception:#00aae8;--black-exception:#112b4a;--danger-exception:#d83740;--success-exception:#6abd41;--white-exception:#fff;--grey-exception:#8f90a6;--grey-light-exception:#c7c9d9;--grey-lightest-exception:#f2f2f5;--primary-light-exception:#effaff;--primary-dark-exception:#00aae8}body.wzd-review-modal_achromatopsia-theme-kids-four-third-edition-tongue-twister-or-scrambled-letters__m6wlQ{--primary:#959595;--link:#6b6b6b;--info:#5e5e5e;--success:#a3a3a3;--warning:#bababa;--danger:#5a5a5a;--white:#fff;--primary-light:#f8f8f8;--link-light:#b3b3b3;--info-light:#adadad;--success-light:#f6f6f6;--warning-light:#ededed;--danger-light:#eeee;--primary-dark:#7d7d7d;--link-dark:#636363;--info-dark:#3333;--success-dark:#818181;--warning-dark:#9d9d9d;--danger-dark:#4b4b4b;--black:#272727;--black-bis:#3e3e3e;--grey-darker:#474747;--grey-dark:#717171;--grey:#464753;--grey-light:#cacaca;--grey-lighter:#e5e5e5;--grey-lightest:#f2f2f2;--white-ter:#f5f5f5;--white-bis:#f9f9f9;--shadow-color:rgb(39 39 39/9%);--primary-exception:#959595;--black-exception:#272727;--danger-exception:#5a5a5a;--white-exception:#fff;--grey-light-exception:#cacaca;--grey-lightest-exception:#f2f2f2;--primary-light-exception:#f8f8f8;--primary-dark-exception:#7d7d7d}body.wzd-review-modal_tritanopia-theme-kids-four-third-edition-tongue-twister-or-scrambled-letters__VeUWY{--primary:#068590;--link:#ea4a4e;--info:#007981;--success:#82afbd;--warning:#ffa7b3;--danger:#d73b3d;--white:#fff;--primary-light:#f5f8ff;--link-light:#ff9ca7;--info-light:#6fbac9;--success-light:#f3f5ff;--warning-light:#ffe6f4;--danger-light:#fde8fa;--primary-dark:#009aa6;--link-dark:#c6494e;--info-dark:#004146;--success-dark:#678c97;--warning-dark:#d88d97;--danger-dark:#b33234;--black:#003337;--black-bis:#413f44;--grey-darker:#47494f;--grey-dark:#6d7079;--grey:#8c909c;--grey-light:#c6c8d7;--grey-lighter:#e5e2f3;--grey-lightest:#f4f0ff;--white-ter:#faf7ff;--white-bis:#f9f9f9;--shadow-color:rgb(0 51 55/9%);--primary-exception:#00afbd;--black-exception:#003337;--danger-exception:#d73b3d;--success-exception:#82afbd;--white-exception:#fff;--grey-exception:#8c909c;--grey-light-exception:#c6c8d7;--grey-lightest-exception:#f4f0ff;--primary-light-exception:#f5f8ff;--primary-dark-exception:#009aa6}body.wzd-review-modal_deuteranopia-theme-kids-four-third-edition-tongue-twister-or-scrambled-letters__BhS63{--primary:#7e9de7;--link:#a67b16;--info:#2d6ebb;--success:#d2a04e;--warning:#f1b542;--danger:#916e37;--white:#fff;--primary-light:#fff5fb;--link-light:#dcaf81;--info-light:#a2ace3;--success-light:#fff3f5;--warning-light:#ffe8df;--danger-light:#ffe9ed;--primary-dark:#688bd2;--link-dark:#916d26;--info-dark:#003c69;--success-dark:#a77f3d;--warning-dark:#cb993a;--danger-dark:#795d30;--black:#192e4c;--black-bis:#463e41;--grey-darker:#4b4754;--grey-dark:#746d80;--grey:#464753;--grey-light:#d5c3da;--grey-lighter:#f7ddec;--grey-lightest:#ffedf5;--white-ter:#fff1f6;--white-bis:#fff6f9;--shadow-color:rgb(25 46 76/9%);--primary-exception:#7e9de7;--black-exception:#192e4c;--danger-exception:#916e37;--success-exception:#d2a04e;--white-exception:#fff;--grey-exception:#948da5;--grey-light-exception:#d5c3da;--grey-lightest-exception:#ffedf5;--primary-light-exception:#fff5fb;--primary-dark-exception:#688bd2}body.wzd-review-modal_protanopia-theme-kids-four-third-edition-tongue-twister-or-scrambled-letters__i99MQ{--primary:#8b9cda;--link:#928234;--info:#4d6bb5;--success:#bca83e;--warning:#d6bf46;--danger:#7d7455;--white:#fff;--primary-light:#faf6fd;--link-light:#c4b790;--info-light:#a3add9;--success-light:#fcf4ee;--warning-light:#f7ecd3;--danger-light:#f3eded;--primary-dark:#7889c5;--link-dark:#7f7339;--info-dark:#233968;--success-dark:#968630;--warning-dark:#b5a13e;--danger-dark:#696148;--black:#222d4b;--black-bis:#414040;--grey-darker:#474854;--grey-dark:#6e6f80;--grey:#464753;--grey-light:#c8c7d8;--grey-lighter:#e6e2ea;--grey-lightest:#f5f1f4;--white-ter:#fdf7f8;--white-bis:#fff6f9;--shadow-color:rgb(34 45 75/9%);--primary-exception:#8b9cda;--black-exception:#222d4b;--danger-exception:#7d7455;--success-exception:#bca83e;--white-exception:#fff;--grey-exception:#8c8fa5;--grey-light-exception:#c8c7d8;--grey-lightest-exception:#f5f1f4;--primary-light-exception:#faf6fd;--primary-dark-exception:#7889c5}body.wzd-review-modal_default-theme-pre-teens-scrambled-letters-or-spelling-bee__OjsPO{--primary:#6d458d;--link:#fc7124;--info:#0071bb;--success:#6abd41;--warning:#f9b341;--danger:#d83740;--white:#fff;--primary-light:#effaff;--link-light:#ffa087;--info-light:#79b7e0;--success-light:#edf9f1;--warning-light:#feead3;--danger-light:#fbebec;--primary-dark:#6d458d;--link-dark:#c64c2b;--info-dark:#0e386a;--success-dark:#539731;--warning-dark:#d29838;--danger-dark:#b52e35;--black:#112b4a;--black-bis:#3e3e3e;--grey-darker:#464753;--grey-dark:#6f7081;--grey:#fff;--grey-light:#c7c9d8;--grey-lighter:#e4e4eb;--grey-lightest:#f2f2f5;--white-ter:#f5f5f5;--white-bis:#f9f9f9;--shadow-color:rgb(17 43 74/9%);--primary-exception:#6d458d;--black-exception:#fff;--danger-exception:#d83740;--success-exception:#6abd41;--white-exception:#fff;--grey-exception:#8f90a6;--grey-light-exception:#c7c9d9;--grey-lightest-exception:#f2f2f5;--primary-light-exception:#effaff;--primary-dark-exception:#5a317b}body.wzd-review-modal_dark-theme-pre-teens-scrambled-letters-or-spelling-bee__i205O{--primary:#9c5ecd;--link:#fc7124;--info:#0071bb;--success:#539731;--warning:#d29838;--danger:#b52e35;--white:#0d0d0d;--primary-light:#636363;--link-light:#ffa087;--info-light:#8dc2e5;--success-light:#191919;--warning-light:#452502;--danger-light:#191919;--primary-dark:#9c5ecd;--link-dark:#c64c2b;--info-dark:#0e386a;--success-dark:#539731;--warning-dark:#d29838;--danger-dark:#b52e35;--black:#fff;--black-bis:#3e3e3e;--grey-darker:#464753;--grey-dark:#6f7081;--grey:#bababe;--grey-light:#eeee;--grey-lighter:#1f1f2a;--grey-lightest:#fff;--white-ter:#171717;--white-bis:#131313;--shadow-color:rgb(255 255 255/9%);--primary-exception:#9c5ecd;--black-exception:#fff;--danger-exception:#d83740;--success-exception:#6abd41;--white-exception:#fff;--grey-exception:#8f90a6;--grey-light-exception:#c7c9d9;--grey-lightest-exception:#f2f2f5;--primary-light-exception:#effaff;--primary-dark-exception:#7e47a9}body.wzd-review-modal_achromatopsia-theme-pre-teens-scrambled-letters-or-spelling-bee__g_ovc{--primary:#535353;--link:#6b6b6b;--info:#5e5e5e;--success:#a2a2a2;--warning:#bababa;--danger:#5a5a5a;--white:#fff;--primary-light:#f8f8f8;--link-light:#b3b3b3;--info-light:#adadad;--success-light:#f6f6f6;--warning-light:#f4f4f4;--danger-light:#eeee;--primary-dark:#535353;--link-dark:#636363;--info-dark:#3333;--success-dark:#818181;--warning-dark:#9d9d9d;--danger-dark:#4b4b4b;--black:#272727;--black-bis:#3e3e3e;--grey-darker:#474747;--grey-dark:#717171;--grey:#fff;--grey-light:#cacaca;--grey-lighter:#e5e5e5;--grey-lightest:#f2f2f2;--white-ter:#f5f5f5;--white-bis:#f9f9f9;--shadow-color:rgb(39 39 39/9%);--primary-exception:#535353;--black-exception:#fff;--danger-exception:#5a5a5a;--success-exception:#a2a2a2;--white-exception:#fff;--grey-light-exception:#cacaca;--grey-lightest-exception:#f2f2f2;--primary-light-exception:#f8f8f8;--primary-dark-exception:#3f3f3f}body.wzd-review-modal_tritanopia-theme-pre-teens-scrambled-letters-or-spelling-bee__CN7EZ{--primary:#63535a;--link:#ea4a4e;--info:#007981;--success:#82afbd;--warning:#ffa7b3;--danger:#d73b3d;--white:#fff;--primary-light:#f5f8ff;--link-light:#ff9ca7;--info-light:#6fbac9;--success-light:#f3f5ff;--warning-light:#fff0fd;--danger-light:#fde8fa;--primary-dark:#63535a;--link-dark:#c6494e;--info-dark:#004146;--success-dark:#678c97;--warning-dark:#d88d97;--danger-dark:#b33234;--black:#003337;--black-bis:#413f44;--grey-darker:#47494f;--grey-dark:#6d7079;--grey:#fff;--grey-light:#c6c8d7;--grey-lighter:#e5e2f3;--grey-lightest:#f4f0ff;--white-ter:#faf7ff;--white-bis:#f9f9f9;--shadow-color:rgb(0 51 55/9%);--primary-exception:#63535a;--black-exception:#fff;--danger-exception:#d73b3d;--success-exception:#82afbd;--white-exception:#fff;--grey-exception:#8c909c;--grey-light-exception:#c6c8d7;--grey-lightest-exception:#f4f0ff;--primary-light-exception:#f5f8ff;--primary-dark-exception:#504348}body.wzd-review-modal_deuteranopia-theme-pre-teens-scrambled-letters-or-spelling-bee__xXcMH{--primary:#3e5786;--link:#a67b16;--info:#2d6ebb;--success:#d1a04e;--warning:#f1b542;--danger:#916e37;--white:#fff;--primary-light:#fff5fb;--link-light:#dcaf81;--info-light:#a2ace3;--success-light:#fff3f6;--warning-light:#fff1ef;--danger-light:#ffe9ed;--primary-dark:#3e5786;--link-dark:#916d26;--info-dark:#003c69;--success-dark:#a77f3d;--warning-dark:#cb993a;--danger-dark:#795d2f;--black:#192e4c;--black-bis:#463e41;--grey-darker:#4b4754;--grey-dark:#746d80;--grey:#fff;--grey-light:#d5c3da;--grey-lighter:#f7ddec;--grey-lightest:#ffedf5;--white-ter:#fff1f6;--white-bis:#fff6f9;--shadow-color:rgb(25 46 76/9%);--primary-exception:#3e5786;--black-exception:#fff;--danger-exception:#916e37;--success-exception:#d2a04e;--white-exception:#fff;--grey-exception:#948da5;--grey-light-exception:#d5c3da;--grey-lightest-exception:#ffedf5;--primary-light-exception:#fff5fb;--primary-dark-exception:#274774}body.wzd-review-modal_protanopia-theme-pre-teens-scrambled-letters-or-spelling-bee__0Di9K{--primary:#375598;--link:#928234;--info:#4d6bb5;--success:#bca83e;--warning:#d6bf46;--danger:#7d7455;--white:#fff;--primary-light:#faf6fd;--link-light:#c4b790;--info-light:#a3add9;--success-light:#fcf4ee;--warning-light:#fdf3e4;--danger-light:#f3eded;--primary-dark:#375598;--link-dark:#7f7339;--info-dark:#233968;--success-dark:#968630;--warning-dark:#b5a13e;--danger-dark:#696148;--black:#222d4b;--black-bis:#414040;--grey-darker:#474854;--grey-dark:#6e6f80;--grey:#fff;--grey-light:#c8c7d8;--grey-lighter:#e6e2ea;--grey-lightest:#f5f1f4;--white-ter:#fdf7f8;--white-bis:#fff6f9;--shadow-color:rgb(34 45 75/9%);--primary-exception:#375598;--black-exception:#fff;--danger-exception:#7d7455;--success-exception:#bca83e;--white-exception:#fff;--grey-exception:#8c8fa5;--grey-light-exception:#c8c7d8;--grey-lightest-exception:#f5f1f4;--primary-light-exception:#faf6fd;--primary-dark-exception:#1a4488}.wzd-review-modal_wzd-feedback-container__SCw5B{max-width:342px}.wzd-review-modal_wzd-feedback-container__SCw5B .wzd-review-modal_rate-container__Eqpop{z-index:3}.wzd-review-modal_wzd-feedback-container__SCw5B .wzd-review-modal_rate-container__Eqpop .wzd-review-modal_shadow__BmIVD{box-shadow:2px 3px 14px var(--shadow-color)}.wzd-review-modal_wzd-feedback-container__SCw5B .wzd-review-modal_rate-container__Eqpop .wzd-review-modal_rate-button__x7kTt{width:165px;height:102px}@media screen and (max-width:768px){.wzd-review-modal_wzd-feedback-container__SCw5B .wzd-review-modal_rate-container__Eqpop .wzd-review-modal_rate-button__x7kTt{width:136px;height:110px}}.wzd-review-modal_wzd-feedback-container__SCw5B .wzd-review-modal_rate-container__Eqpop .wzd-review-modal_image-container__U8ZKk{width:37px;margin-left:auto;margin-right:auto}.wzd-review-modal_wzd-feedback-container__SCw5B .wzd-review-modal_feedback-textarea__7XSe_{resize:none;width:unset;height:87px}