:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--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-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0, 0, var(--toastify-z-index));width:var(--toastify-container-width);box-sizing:border-box;color:#fff;flex-direction:column;display:flex;position:fixed}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y:0;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;word-break:break-word;flex:auto;align-items:center;margin-bottom:1rem;display:flex;position:relative}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{width:100%;transform:translate3d(0, var(--y), 0) scale(var(--s));transition:transform .3s;position:absolute}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";height:calc(var(--g) * 1px);position:absolute;bottom:100%;left:0;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";z-index:-1;height:100%;position:absolute;bottom:0;left:0;right:0;transform:scaleY(3)}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{flex-shrink:0;width:22px;margin-inline-end:10px;display:flex}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;cursor:pointer;opacity:.7;z-index:1;background:0 0;border:none;outline:none;padding:0;transition:all .3s;position:absolute;top:6px;right:6px}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;width:14px;height:16px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{z-index:1;opacity:.7;transform-origin:0;width:100%;height:100%;position:absolute;bottom:0;left:0}.Toastify__progress-bar--animated{animation:linear forwards Toastify__trackProgress}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:100%;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius);width:100%;height:5px;position:absolute;bottom:0;left:0;overflow:hidden}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{box-sizing:border-box;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);border-radius:100%;width:20px;height:20px;animation:.65s linear infinite Toastify__spin}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)}60%{opacity:1;transform:translate(-25px)}75%{transform:translate(10px)}90%{transform:translate(-5px)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px, var(--y), 0)}to{opacity:0;transform:translate3d(2000px, var(--y), 0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(-3000px)}60%{opacity:1;transform:translate(25px)}75%{transform:translate(-10px)}90%{transform:translate(5px)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px, var(--y), 0)}to{opacity:0;transform:translate3d(-2000px, var(--y), 0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(3000px)}60%{opacity:1;transform:translateY(-20px)}75%{transform:translateY(10px)}90%{transform:translateY(-5px)}to{transform:translate(0,0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0, calc(var(--y) - 10px), 0)}40%,45%{opacity:1;transform:translate3d(0, calc(var(--y) + 20px), 0)}to{opacity:0;transform:translateY(-2000px)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)}60%{opacity:1;transform:translateY(25px)}75%{transform:translateY(-10px)}90%{transform:translateY(5px)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0, calc(var(--y) - 10px), 0)}40%,45%{opacity:1;transform:translate3d(0, calc(var(--y) + 20px), 0)}to{opacity:0;transform:translateY(2000px)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0, var(--y), 0) 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%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateX(-20deg)}60%{opacity:1;transform:perspective(400px)rotateX(10deg)}80%{transform:perspective(400px)rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0, var(--y), 0) perspective(400px)}30%{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, -20deg);opacity:1}to{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, 90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{visibility:visible;transform:translate(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInLeft{0%{visibility:visible;transform:translate(-110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInUp{0%{visibility:visible;transform:translateY(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInDown{0%{visibility:visible;transform:translateY(-110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translate3d(110%, var(--y), 0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translate3d(-110%, var(--y), 0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translateY(500px)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translateY(-500px)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-duration:.3s;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
html,body{max-width:100vw;min-height:100vh;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;overflow-x:hidden}*{box-sizing:border-box;direction:ltr;transition:all .3s}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{border-radius:4px;box-shadow:inset 0 0 6px #0000004d}::-webkit-scrollbar-thumb{background-color:#fff5;border-radius:4px;outline:1px solid #5555}::-webkit-search-cancel-button{display:none}[hidden]{display:none!important}.pointer{cursor:pointer}.flex{display:flex}.grow{flex-grow:1}.relative{position:relative}.strike{text-decoration:line-through}.error,.err{color:red;font-style:italic}.error:before,.err:before{content:"*"}.pc{display:none}@media screen and (min-width:750px){.pc{display:block}}.shine,button,.btn{position:relative!important;overflow:hidden!important}.shine:before,button:before,.btn:before{content:" ";opacity:.8;background-color:#f93;width:100%;height:100%;transition:all .3s;position:absolute;top:0;left:0;transform:translate(-105%)}.shine:hover:before,button:hover:before,.btn:hover:before{opacity:.05;transform:translate(0)}.shine:hover,button:hover,.btn:hover{box-shadow:none}.shine:focus,button:focus,.btn:focus{border:1px solid #00f}.shine:active,button:active,.btn:active{border:none;box-shadow:inset 0 1px 1px #00000054}button,.btn{all:unset;text-align:center;cursor:pointer;background:#fff;border-radius:5px;min-width:64px;max-width:220px;height:auto;padding:8px 16px;font-weight:500;line-height:normal;box-shadow:0 2px 2px #00000024,0 3px 1px -2px #0003,0 1px 5px #0000001f}button:disabled,button.disabled,.btn:disabled,.btn.disabled{box-shadow:none;color:#5557;pointer-events:none;background:#5553}button:hover,.btn:hover{border:1px solid #8885}summary{cursor:pointer}fieldset{border-radius:5px}.backdrop,.breadcrumbs,.searchbox,.nav,#auth[lang=en],body{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#f5861133}body{color:#333;text-shadow:0 0 2px #fff}.layout{flex-direction:column;width:100vw;height:100vh;min-height:100vh;display:flex;overflow:auto}.header{z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f8ac5c;justify-content:space-between;align-items:center;width:100%;min-height:59px;padding:0 10px;display:flex;position:sticky;top:-1px;left:0;box-shadow:0 0 10px gray}.header a{color:inherit;text-decoration:none}.header a:hover{transform:scale(1.05)}.header h1{text-shadow:0 0 2px #fff;margin:10px;font-size:1.4rem}.footer{text-align:center;background:#fcd3a9;padding:10px;position:sticky;bottom:0;box-shadow:0 0 10px gray}.footer .links{display:none}.footer .links:hover{background:#fcd3a9}#auth{display:none}#auth[lang=en]{z-index:1000;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:fixed;top:0;left:0;overflow:auto}#auth[lang=en] span.close{color:#fff;cursor:pointer;pointer-events:none;background-color:red;font-size:1.5em;position:absolute;top:10px;right:20px}.user,.auth-btns{flex-direction:column;gap:10px;width:100%;height:118px;padding:5px;display:flex;position:absolute;top:0;left:0;box-shadow:0 0 5px #555d}.u-info{gap:8px;display:flex}.u-info .hk{white-space:nowrap;flex-direction:column;justify-content:center;gap:5px;font-size:13px;display:flex}.user-logo{cursor:pointer;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:60px;min-width:60px;height:60px;display:flex;overflow:hidden;transform:scale(.85);box-shadow:0 2px 5px #555d}.user-logo:hover{transform:scale(.9)}.user-logo:active{box-shadow:inset 0 2px 5px #555d}.user-logo img{transform:scale(.25)}.menu{gap:10px;display:flex}.menu *{flex-grow:1}.nav{opacity:0;flex-grow:1;width:20px;height:calc(100dvh - 60px);padding-right:20px;transition:height;position:fixed;top:60px;left:0;right:0;overflow:hidden}.nav ul{background:#fff;flex-direction:column;width:0;height:100%;margin:0;padding:118px 0 0;list-style-type:none;display:flex;position:relative;overflow:auto;box-shadow:0 0 5px #555}.nav a{padding:23px 20px;transition:all;display:block}.nav a:hover{background:#f5861133;border-bottom:5px solid #cf7822;transform:none}.hamburger{cursor:pointer;flex-flow:column;justify-content:space-evenly;width:35px;min-width:35px;height:30px;margin:5px;display:inline-flex}.hamburger *{background:#133;border:1px solid #5555;border-radius:4px;height:4px}.hamburger :last-child{margin-right:7px}.hamburger :nth-child(2){margin-right:6px}.open .hamburger{transform:scale(.8)}.open .hamburger *{background:red;margin:0}.open .hamburger :first-child{transform:rotate(45deg)translate(5px,5px)}.open .hamburger :last-child{transform:rotate(-45deg)translate(5px,-5px)}.open .hamburger :nth-child(2){opacity:0}.open .nav{opacity:1;width:100%}.open .nav ul{width:250px}.rippleClx:before,.searchbox>label:before,.rippleClx:after,.searchbox>label:after{content:" ";border-radius:40px;width:100%;height:100%;animation:2.5s ease-out infinite ripple;position:absolute;left:0}.rippleClx:after,.searchbox>label:after{z-index:-1;animation-delay:-1s}.search-icon{cursor:pointer;border-radius:50%;margin:0 8px;padding:8px;font-size:2rem;position:relative;transform:scale(.75);box-shadow:inset 0 0 5px gray}.search-icon:before{content:" ";border-radius:50%;width:100%;height:100%;animation:1s infinite ripple;position:absolute;top:0;left:0}.sort{cursor:pointer;flex-direction:column;justify-content:space-evenly;align-items:flex-end;width:60px;height:60px;padding:14px;display:flex}.sort *{background:#555;border-radius:10px;width:99%;height:3px}.sort :nth-child(2){width:55%}.sort :last-child{width:25%}.menu i{margin-top:5px;margin-bottom:-10px;padding:10px;font-weight:700}.menu a{margin:0 -5px;padding:15px 20px}.menu a:last-child{margin-bottom:-5px}.header.collapse~.searchbox{z-index:150}.searchbox{z-index:50;padding:10px 20px;position:sticky;top:0}.searchbox>label{z-index:150;width:100%;max-width:800px;margin:auto;display:block;position:relative}.searchbox>label .searchFilters{text-align:center;width:1.5rem;position:absolute;top:5px;right:40px}.searchbox>label .searchFilters span{cursor:pointer;font-size:1.5rem}.searchbox>label .searchFilters .opts{z-index:1000;background:#fff;border-radius:10px;width:180px;padding:0;position:absolute;right:0;box-shadow:0 0 10px gray}.searchbox>label .searchFilters .opts label{cursor:pointer;width:100%;padding:10px 0;display:flex}.searchbox>label .searchFilters .opts label:hover{background:#5555}.searchbox>label .searchFilters .opts input{width:30px}.searchbox>label .searchFilters.closed .opts{display:none}.searchbox input{border-radius:40px;width:100%;max-width:800px;padding:10px 20px;font-size:1.1rem}.searchbox .loader{border:2px solid #f8050549;border-top:3px solid #00f;border-radius:50%;width:20px;height:20px;animation:1s ease-in-out infinite spin;position:absolute;top:15px;right:30px}.searchbox ul{z-index:100;background:#fff;border-radius:10px;width:100%;max-height:calc(100vh - 150px);padding:0;list-style-type:none;position:absolute;overflow:auto;box-shadow:0 0 10px gray}.searchbox li{cursor:pointer;justify-content:space-between;align-items:center;padding:12px 20px;display:flex}.searchbox li.active,.searchbox li:hover{background:#5555}.searchbox li .type{text-transform:capitalize;background:#faa;border-radius:40px;padding:5px 10px;font-size:.75rem;font-style:italic;font-weight:600}.searchbox li b{text-transform:uppercase;background:#fa09;border-radius:5px}.searchbox li{font-weight:500}.searchbox li small{font-style:italic;font-weight:300}.searchbox .close{cursor:pointer;color:#fff;background:red;border-radius:50%;justify-content:center;align-items:center;width:35px;height:35px;padding-bottom:1px;font-size:1.2rem;font-weight:500;display:flex;position:absolute;top:4px;right:4px;transform:scale(.6)}@keyframes ripple{0%{box-shadow:0 0 0 .1rem #ff000080}to{box-shadow:0 0 0 .5rem #ffff3700}}.s1{display:none}.modal{z-index:101;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#fcd3a9aa;flex-direction:column;align-items:center;padding:20px 10px;display:flex;position:fixed;inset:0;overflow:auto}.modalDialogue{animation:.25s pop;position:relative}.modalContent{background:#fff;border-radius:10px;min-width:60vw;min-height:50vh;padding:20px;overflow:auto;box-shadow:0 0 10px gray}.modalContent iframe{width:100%;min-height:500px}.audio{border-radius:40px;display:flex;overflow:hidden}.audio audio{z-index:1;height:40px;text-shadow:none;background:#474747;flex-grow:1}.audio audio::-webkit-media-controls-panel{background:#474747}.audio audio::-webkit-media-controls-current-time-display{text-shadow:none;color:#fff}.audio audio::-webkit-media-controls-time-remaining-display{text-shadow:none;color:#fff}.audio a:last-of-type{color:#fff;background:#474747;justify-content:center;align-items:center;width:50px;padding-bottom:5px;padding-right:15px;display:flex}.open-in-new{cursor:pointer;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQElEQVR42qXKwQkAIAxDUUdxtO6/RBQkQZvSi8I/pL4BoGw/XPkh4XigPmsUgh0626AjRsgxHTkUThsG2T/sIlzdTsp52kSS1wAAAABJRU5ErkJggg==) 50%/40% 40% no-repeat;width:35px;min-width:35px;height:35px}.close{cursor:pointer;color:#fff;background:#6008;border-radius:50%;justify-content:center;align-items:center;width:35px;height:35px;padding-bottom:1px;font-size:1.2rem;display:flex;position:absolute;top:-15px;right:-15px;transform:scale(.8)}.materials{border-radius:10px;align-items:center;gap:5px;margin:0 -5px 15px;padding-right:10px;display:flex;overflow:hidden;box-shadow:0 2px 5px #5555}.materials label,.materials a:first-child{cursor:pointer;flex-grow:1;margin-right:-200px;padding:12px 10px}.materials label:hover,.materials a:first-child:hover{background:#f505}.download{color:gray;text-decoration:none}.download button{min-width:15px;padding:3px 14px 3px 20px}.download span{font-size:1.2em;display:inline-block;transform:rotate(90deg)}.floatingBtn{box-sizing:border-box;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;display:flex;bottom:130px;right:30px;box-shadow:inset 0 1px 10px #00000054,0 0 10px #fa0;min-width:0!important;position:fixed!important}.floatingBtn span{font-size:2.5em;display:block;transform:rotate(90deg)translate(6%,-6%)}.logo{display:none}.breadcrumbs{z-index:50;align-items:stretch;gap:37.5px;width:calc(100% + 20px);height:30px;margin:-20px;display:flex;position:sticky;top:59px;overflow:auto hidden}.breadcrumbs a{color:#fff;text-shadow:none;white-space:nowrap;cursor:pointer;background:#ff6601;align-items:center;padding-right:10px;text-decoration:none;display:flex;position:relative}.breadcrumbs a:first-of-type{padding-left:10px}.breadcrumbs a:after{content:" ";border:15px solid #0000;border-left-color:#ff6601;position:absolute;right:-30px}.breadcrumbs a:before{content:" ";border:15px solid #ff6601;border-left-color:#0000;position:absolute;left:-30px}[data-sbox=active]~* .breadcrumbs{z-index:0}.inline-loader{z-index:1000;border-radius:2px;width:100%;height:3px;position:absolute;top:0;left:0;overflow:hidden}.inline-loader>div{background:linear-gradient(90deg,red,#fff,green,#fff,#ff0,#fff,#00f,#fff,red,#fff,green,#fff,#ff0,#fff,#00f,#fff);width:200%;height:3px;animation:1s linear infinite line}.contact-us{color:#fff;text-transform:uppercase;background:#ff6601;font-size:1.5em;animation:5s infinite breath;bottom:65px;right:10px;position:fixed!important}@keyframes breath{50%{transform:scale(1.1)}}@media screen and (min-width:950px){.breadcrumbs{width:calc(100% + 100px);margin:-50px}.contact-us{bottom:62px;right:30px}}@media screen and (min-width:1220px){.breadcrumbs{top:75px}.breadcrumbs a{padding-right:20px}.breadcrumbs a:first-of-type{padding-left:20px}.hamburger{display:none}.logo{display:flex}.auth-btns{box-shadow:none;width:auto;height:auto;position:relative}.auth-btns .u-info{display:none}.user{box-shadow:none;width:60px;height:60px;padding:0;display:block;position:relative}.user.menu-open{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:1;background:#f8ac5cee;border:2px solid #f58611aa;border-radius:5px;width:auto;min-width:240px;height:auto;padding:5px;position:absolute;left:auto;right:-28px;box-shadow:0 0 15px #f58611}.user.menu-open .menu,.user.menu-open .hk{flex-direction:column;display:flex}.user.menu-open .menu{gap:7px}.user.menu-open .u-info{margin-bottom:10px}.user .menu,.user .hk{display:none}.header{min-height:75px;padding:0 20px}.header h1{font-weight:unset;margin:20px;font-size:1.4rem}.collapse{min-height:60px;padding:0 20px}.collapse h1{font-weight:unset;margin:15px 20px}.collapse .nav a{padding:16px 20px}.collapse~* .breadcrumbs{top:59px!important}.nav{-webkit-backdrop-filter:none;backdrop-filter:none;opacity:1;background:0 0;display:block;position:relative;top:auto;overflow:visible;width:auto!important;height:auto!important}.nav ul{box-shadow:none;overflow:unset;background:0 0;flex-direction:row;align-items:center;padding:0;width:auto!important}.nav a{color:#333;font-size:1.1rem;font-weight:600}.nav li{display:none}.nav .lg,.s1{display:block}.s2{display:none}.footer .links{text-align:start;float:right;z-index:500;border-radius:15px 0 0;height:45px;max-height:calc(100vh - 100px);display:block;position:absolute;bottom:0;right:0;overflow:hidden}.footer .links strong{padding:20px 20px 10px;font-size:small;display:block}.footer .links ul{margin:0;padding:0;list-style-type:none}.footer .links a{padding:15px 20px;text-decoration:none;display:block;position:relative}.footer .links a:hover{box-shadow:0 0 15px gray}.footer .links *{transform:translate(100px)}.footer .links:hover{height:410px;overflow-y:auto;box-shadow:0 0 10px gray}.footer .links:hover *{transform:none}.footer .links:hover strong{font-size:medium}}@media screen and (max-width:1220px){.sort-menu{height:auto;position:relative}.sort-menu .menu{flex-direction:column}.sort-menu .sort{display:none}}.wait{justify-content:space-evenly;align-items:center;height:20px;padding:6px 4px;display:flex;background:#fff!important}.wait div{opacity:.4;background:#f58611;border-radius:3px;width:2px;height:1rem;animation:1s linear infinite wait}.wait div:first-child{animation-delay:-.2s}.wait div:nth-child(2){animation-delay:-.4s}.wait div:nth-child(3){animation-delay:-.6s}.wait div:nth-child(4){animation-delay:-.8s}.wait div:nth-child(5){animation-delay:-1s}.wait div:nth-child(6){animation-delay:-1.2s}.wait div:nth-child(7){animation-delay:-1.4s}.wait div:nth-child(8){animation-delay:-1.6s}.wait div:nth-child(9){animation-delay:-1.8s}.wait div:nth-child(10){animation-delay:-2s}.wait div:nth-child(11){animation-delay:-2.2s}.wait div:nth-child(12){animation-delay:-2.4s}.wait div:nth-child(13){animation-delay:-2.6s}.wait div:nth-child(14){animation-delay:-2.8s}.wait div:nth-child(15){animation-delay:-3s}.wait div:nth-child(16){animation-delay:-3.2s}.wait div:nth-child(17){animation-delay:-3.4s}.wait div:nth-child(18){animation-delay:-3.6s}.wait div:nth-child(19){animation-delay:-3.8s}.wait div:nth-child(20){animation-delay:-4s}@keyframes wait{50%{opacity:1;height:.25rem}}@keyframes pop{0%{opacity:.2;transform:scale(0)}80%{transform:scale(1.05)}to{opacity:1;transform:scale(1)}}@keyframes line{0%{transform:translate(-50%)}}
@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2c55a0e60120577a-s.0bjc5tiuqdqro.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.0m6w47a4e5dy9.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/ad66f9afd8947f86-s.11u06r12fd6v_.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/5476f68d60460930-s.0wxq9webf.ew4.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.067x_6k0k23tk.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1bffadaabf893a1e-s.16ipb6fqu393i.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.0q-301v4kxxnr.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter Fallback;src:local(Arial);ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.0%;size-adjust:107.12%}.inter_34fc90a6-module__TeLniq__className{font-family:Inter,Inter Fallback;font-style:normal}