:root{--grey-bg: #dedede;--grey-bg-darker: #eeeeee;--yuzko-green: #7ed7c1;--text-dark: #333;--text-light: #7c7b7bcd;--text-ultra-light: #cccccccc;--text-grey-light: #7c7b7bcd}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;color:inherit}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}a,a:active{text-decoration:none;color:inherit;cursor:pointer}body,html{margin:0;padding:0;font-family:Roboto,sans-serif;font-size:16px;line-height:1.5;color:var(--text-dark);background-color:#f4f4f4}h1{font-size:2rem;color:var(--text-light);font-weight:700}.grey-bg{background:var(--grey-bg)}.green-bg{background:var(--yuzko-green)}.text-dark{color:var(--text-dark)}.text-light{color:var(--text-light)}.text-ultra-light{color:var(--text-ultra-light)}.copyable{padding-left:1.2em!important}.copyable:before{content:"📋";display:inline-block;cursor:pointer;left:0}input[type=text],input[type=date],select,input[type=email],input[type=password]{padding:3px;margin:10px;max-width:calc(100% - 20px);border:none;border-radius:5px;background:var(--grey-bg-darker);color:var(--text-dark)}button{background:var(--yuzko-green);border-radius:5px;border:none;color:#fff;padding:5px 20px;font-weight:700}.icn-button{background:none;border:none;border-radius:50%;cursor:pointer;width:1rem;height:1rem;padding:0;margin:0;display:flex;justify-content:center;align-items:center}.red-on-hover:hover{background:red}.tag{background:var(--yuzko-green);color:#fff;font-weight:700;padding:2px 5px;font-size:.8rem;border-radius:5px;margin:5px;display:inline-block;text-wrap:nowrap}.button-tag{display:flex;flex-direction:row;justify-content:space-between}:root{--padding-basis: .5rem;--gutter: .2rem}*{box-sizing:border-box}.pointer{cursor:pointer}.notification-blue{--border-color: var(--text-blue)}.notification-green{--border-color: var(--text-green)}.notification-grey{--border-color: var(--text-grey)}.notification-orange{--border-color: var(--text-orange)}div.notification:after{pointer-events:none;opacity:.3;position:absolute;content:" ";top:.5rem;left:.5rem;width:calc(100% - 1rem);height:calc(100% - 1rem);display:block;border:2px solid var(--border-color)}input[type=submit],input[type=reset]{border:none;transition-duration:.2s;text-decoration:none;cursor:pointer;display:inline-block}button,.button{transition-duration:.2s;text-decoration:none;cursor:pointer;display:inline-block}button:active,.button:active,input[type=submit]:active,input[type=reset]:active{transform:scale(.96)}button:focus,.button:focus,input[type=submit]:focus,input[type=reset]:focus{transform:scale(.96)}button:target,.button:target,input[type=submit]:target,input[type=reset]:target{transform:scale(.96)}button:hover,.button:hover,input[type=submit]:hover,input[type=reset]:hover{transform:scale(1.05)}button:active,.button:active{transform:scale(1.05) translateY(2px)}button{position:relative}.button.soft-disabled,button.soft-disabled,.disabled{filter:saturate(0)}button.white-border:after{content:"";position:absolute;top:-4;left:-4;right:-4;bottom:-4;border:2px solid #fff}.icn-btn{width:3rem;height:3rem;display:flex;justify-content:center;align-items:center;border-radius:50%;border:1px solid grey;background-color:transparent;color:#fff;font-size:1rem;font-weight:700;outline:none}.text-btn{background:transparent;border:none;font-size:1rem;outline:none}select{cursor:pointer}.elevation-1,.elevation{box-shadow:2px 3px 16px -1px #00000061}.elevation-n1{box-shadow:2px 3px 16px -1px #0003}.text-elevation,.text-elevation-1{text-shadow:2px 3px 16px rgba(0,0,0,.2)}.rounded,.rounded-1,.rounded-2,.rounded-3,.rounded-4,.rounded:before,.rounded-1:before,.rounded-2:before,.rounded-3:before,.rounded-4:before,.rounded:after,.rounded-1:after,.rounded-2:after,.rounded-3:after,.rounded-4:after{border-radius:var(--border-radius)}.rounded.notification:after,.rounded-1.notification:after,.rounded-2.notification:after,.rounded-3.notification:after,.rounded-4.notification:after{border-radius:calc(var(--border-radius) * .7)}.rounded,.rounded-1{--border-radius: 1rem}.rounded-2{--border-radius: 2rem}.rounded-3{--border-radius: 3rem}.rounded-4{--border-radius: 4rem}.rounded.rounded-safe,.rounded-1.rounded-safe,.rounded-2.rounded-safe,.rounded-3.rounded-safe,.rounded-4.rounded-safe{padding:calc(var(--border-radius) / 2)}.rounded-top,.rounded-top-1{border-top-left-radius:1rem;border-top-right-radius:1rem}.rounded-top-2{border-top-left-radius:2rem;border-top-right-radius:2rem}.rounded-top-3{border-top-left-radius:3rem;border-top-right-radius:3rem}.rounded-top-4{border-top-left-radius:4rem;border-top-right-radius:4rem}.rounded-top.rounded-safe,.rounded-top-1.rounded-safe,.rounded-top-2.rounded-safe,.rounded-top-3.rounded-safe,.rounded-top-4.rounded-safe{padding-top:calc(var(--border-radius) / 2);padding-right:calc(var(--border-radius) / 2);padding-left:calc(var(--border-radius) / 2)}.rounded-bottom,.rounded-bottom-1{border-bottom-left-radius:1rem;border-bottom-right-radius:1rem}.rounded-bottom-2{border-bottom-left-radius:2rem;border-bottom-right-radius:2rem}.rounded-bottom-3{border-bottom-left-radius:3rem;border-bottom-right-radius:3rem}.rounded-bottom-4{border-bottom-left-radius:4rem;border-bottom-right-radius:4rem}.rounded-bottom.rounded-safe,.rounded-bottom-1.rounded-safe,.rounded-bottom-2.rounded-safe,.rounded-bottom-3.rounded-safe,.rounded-bottom-4.rounded-safe{padding-bottom:calc(var(--border-radius) / 2);padding-right:calc(var(--border-radius) / 2);padding-left:calc(var(--border-radius) / 2)}.rounded-tl,.rounded-tl-1{border-top-left-radius:1rem}.rounded-tl-2{border-top-left-radius:2rem}.rounded-tl-3{border-top-left-radius:3rem}.rounded-tl-4{border-top-left-radius:4rem}.rounded-tr,.rounded-tr-1{border-top-right-radius:1rem}.rounded-tr-2{border-top-right-radius:2rem}.rounded-tr-3{border-top-right-radius:3rem}.rounded-tr-4{border-top-right-radius:4rem}.rounded-bl,.rounded-bl-1{border-bottom-left-radius:1rem}.rounded-bl-2{border-bottom-left-radius:2rem}.rounded-bl-3{border-bottom-left-radius:3rem}.rounded-bl-4{border-bottom-left-radius:4rem}.rounded-br,.rounded-br-1{border-bottom-right-radius:1rem}.rounded-br-2{border-bottom-right-radius:2rem}.rounded-br-3{border-bottom-right-radius:3rem}.rounded-br-4{border-bottom-right-radius:4rem}.row{display:flex;width:100%;flex-wrap:wrap}.row,.col{flex-shrink:0;flex-grow:0}.col{display:flex;flex-direction:column;margin:var(--gutter)}.col.no-gutter>.row,.row.no-gutter>.col,.col.no-gutter{--gutter: 0rem}.col.gutter,.row.gutter{--gutter: 1.2rem}.gutter-xs{--gutter: .2rem}.gutter-s{--gutter: .4rem}.gutter-m{--gutter: .8rem}.gutter-l{--gutter: 1rem}.gutter-xl{--gutter: 1.2rem}.col-1{width:calc(8.333% - var(--gutter) * 2)}.col-2{width:calc(16.666% - var(--gutter) * 2)}.col-3{width:calc(24.999% - var(--gutter) * 2)}.col-4{width:calc(33.333% - var(--gutter) * 2)}.col-5{width:calc(41.666% - var(--gutter) * 2)}.col-6{width:calc(50% - var(--gutter) * 2)}.col-7{width:calc(58.33% - var(--gutter) * 2)}.col-8{width:calc(66.66% - var(--gutter) * 2)}.col-9{width:calc(74.997% - var(--gutter) * 2)}.col-10{width:calc(83.33% - var(--gutter) * 2)}.col-11{width:calc(91.66% - var(--gutter) * 2)}.col-12{width:calc(100% - var(--gutter) * 2)}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.order-7{order:7}.order-8{order:8}.order-9{order:9}.order-10{order:10}@media screen and (min-width: 601px){.col-sm-1{width:calc(8.333% - var(--gutter) * 2)}.col-sm-2{width:calc(16.666% - var(--gutter) * 2)}.col-sm-3{width:calc(24.999% - var(--gutter) * 2)}.col-sm-4{width:calc(33.333% - var(--gutter) * 2)}.col-sm-5{width:calc(41.666% - var(--gutter) * 2)}.col-sm-6{width:calc(50% - var(--gutter) * 2)}.col-sm-7{width:calc(58.33% - var(--gutter) * 2)}.col-sm-8{width:calc(66.66% - var(--gutter) * 2)}.col-sm-9{width:calc(74.997% - var(--gutter) * 2)}.col-sm-10{width:calc(83.33% - var(--gutter) * 2)}.col-sm-11{width:calc(91.66% - var(--gutter) * 2)}.col-sm-12{width:calc(100% - var(--gutter) * 2)}.order-sm-1{order:1}.order-sm-2{order:2}.order-sm-3{order:3}.order-sm-4{order:4}.order-sm-5{order:5}.order-sm-6{order:6}.order-sm-7{order:7}.order-sm-8{order:8}.order-sm-9{order:9}.order-sm-10{order:10}.gutter-sm-xs{--gutter: .2rem}.gutter-sm-s{--gutter: .4rem}.gutter-sm-m{--gutter: .8rem}.gutter-sm-l{--gutter: 1rem}.gutter-sm-xl{--gutter: 1.2rem}}@media screen and (min-width: 961px){.col-md-1{width:calc(8.333% - var(--gutter) * 2)}.col-md-2{width:calc(16.666% - var(--gutter) * 2)}.col-md-3{width:calc(24.999% - var(--gutter) * 2)}.col-md-4{width:calc(33.333% - var(--gutter) * 2)}.col-md-5{width:calc(41.666% - var(--gutter) * 2)}.col-md-6{width:calc(50% - var(--gutter) * 2)}.col-md-7{width:calc(58.33% - var(--gutter) * 2)}.col-md-8{width:calc(66.66% - var(--gutter) * 2)}.col-md-9{width:calc(74.997% - var(--gutter) * 2)}.col-md-10{width:calc(83.33% - var(--gutter) * 2)}.col-md-11{width:calc(91.66% - var(--gutter) * 2)}.col-md-12{width:calc(100% - var(--gutter) * 2)}.order-md-1{order:1}.order-md-2{order:2}.order-md-3{order:3}.order-md-4{order:4}.order-md-5{order:5}.order-md-6{order:6}.order-md-7{order:7}.order-md-8{order:8}.order-md-9{order:9}.order-md-10{order:10}.gutter-md-xs{--gutter: .2rem}.gutter-md-s{--gutter: .4rem}.gutter-md-m{--gutter: .8rem}.gutter-md-l{--gutter: 1rem}.gutter-md-xl{--gutter: 1.2rem}}@media screen and (min-width: 1265px){.col-lg-1{width:calc(8.333% - var(--gutter) * 2)}.col-lg-2{width:calc(16.666% - var(--gutter) * 2)}.col-lg-3{width:calc(24.999% - var(--gutter) * 2)}.col-lg-4{width:calc(33.333% - var(--gutter) * 2)}.col-lg-5{width:calc(41.666% - var(--gutter) * 2)}.col-lg-6{width:calc(50% - var(--gutter) * 2)}.col-lg-7{width:calc(58.33% - var(--gutter) * 2)}.col-lg-8{width:calc(66.66% - var(--gutter) * 2)}.col-lg-9{width:calc(74.997% - var(--gutter) * 2)}.col-lg-10{width:calc(83.33% - var(--gutter) * 2)}.col-lg-11{width:calc(91.66% - var(--gutter) * 2)}.col-lg-12{width:calc(100% - var(--gutter) * 2)}.order-lg-1{order:1}.order-lg-2{order:2}.order-lg-3{order:3}.order-lg-4{order:4}.order-lg-5{order:5}.order-lg-6{order:6}.order-lg-7{order:7}.order-lg-8{order:8}.order-lg-9{order:9}.order-lg-10{order:10}.gutter-lg-xs{--gutter: .2rem}.gutter-lg-s{--gutter: .4rem}.gutter-lg-m{--gutter: .8rem}.gutter-lg-l{--gutter: 1rem}.gutter-lg-xl{--gutter: 1.2rem}}@media screen and (min-width: 1905px){.col-xl-1{width:calc(8.333% - var(--gutter) * 2)}.col-xl-2{width:calc(16.666% - var(--gutter) * 2)}.col-xl-3{width:calc(24.999% - var(--gutter) * 2)}.col-xl-4{width:calc(33.333% - var(--gutter) * 2)}.col-xl-5{width:calc(41.666% - var(--gutter) * 2)}.col-xl-6{width:calc(50% - var(--gutter) * 2)}.col-xl-7{width:calc(58.33% - var(--gutter) * 2)}.col-xl-8{width:calc(66.66% - var(--gutter) * 2)}.col-xl-9{width:calc(74.997% - var(--gutter) * 2)}.col-xl-10{width:calc(83.33% - var(--gutter) * 2)}.col-xl-11{width:calc(91.66% - var(--gutter) * 2)}.col-xl-12{width:calc(100% - var(--gutter) * 2)}.order-xl-1{order:1}.order-xl-2{order:2}.order-xl-3{order:3}.order-xl-4{order:4}.order-xl-5{order:5}.order-xl-6{order:6}.order-xl-7{order:7}.order-xl-8{order:8}.order-xl-9{order:9}.order-xl-10{order:10}.gutter-xl-xs{--gutter: .2rem}.gutter-xl-s{--gutter: .4rem}.gutter-xl-m{--gutter: .8rem}.gutter-xl-l{--gutter: 1rem}.gutter-xl-xl{--gutter: 1.2rem}}.justify-center{justify-content:center}.justify-right{justify-content:right}.justify-left{justify-content:left}.justify-space-between{justify-content:space-between}.justify-space-around{justify-content:space-around}.justify-base-line{justify-content:baseline}.justify-stretch{justify-content:stretch}@media screen and (min-width: 601px){.justify-sm-center{justify-content:center}.justify-sm-right{justify-content:right}.justify-sm-left{justify-content:left}.justify-sm-space-between{justify-content:space-between}.justify-sm-space-around{justify-content:space-around}.justify-sm-base-line{justify-content:baseline}.justify-sm-stretch{justify-content:stretch}}@media screen and (min-width: 961px){.justify-md-center{justify-content:center}.justify-md-right{justify-content:right}.justify-md-left{justify-content:left}.justify-md-space-between{justify-content:space-between}.justify-md-space-around{justify-content:space-around}.justify-md-base-line{justify-content:baseline}.justify-md-stretch{justify-content:stretch}}@media screen and (min-width: 1265px){.justify-lg-center{justify-content:center}.justify-lg-right{justify-content:right}.justify-lg-left{justify-content:left}.justify-lg-space-between{justify-content:space-between}.justify-lg-space-around{justify-content:space-around}.justify-lg-base-line{justify-content:baseline}.justify-lg-stretch{justify-content:stretch}}@media screen and (min-width: 1905px){.justify-xl-center{justify-content:center}.justify-xl-right{justify-content:right}.justify-xl-left{justify-content:left}.justify-xl-space-between{justify-content:space-between}.justify-xl-space-around{justify-content:space-around}.justify-xl-base-line{justify-content:baseline}.justify-xl-stretch{justify-content:stretch}}.align-center{align-items:center;text-align:center}.align-right{align-items:flex-end;text-align:right}.align-left{align-items:flex-start;text-align:left}.align-baseline{align-items:baseline;align-content:baseline}.align-start{align-items:flex-start;align-content:flex-start}.align-end{align-items:flex-end;align-content:flex-end}.shrink-1{flex-shrink:1}.shrink-2{flex-shrink:2}.shrink-3{flex-shrink:3}.shrink-4{flex-shrink:4}.shrink-5{flex-shrink:5}.shrink-6{flex-shrink:6}.shrink-7{flex-shrink:7}.shrink-8{flex-shrink:8}.shrink-9{flex-shrink:9}.shrink-10{flex-shrink:10}.grow-1{flex-grow:1}.grow-2{flex-grow:2}.grow-3{flex-grow:3}.grow-4{flex-grow:4}.grow-5{flex-grow:5}.grow-6{flex-grow:6}.grow-7{flex-grow:7}.grow-8{flex-grow:8}.grow-9{flex-grow:9}.grow-10{flex-grow:10}.no-wrap{flex-wrap:nowrap}.word-wrap{word-wrap:normal}.text-dark{color:var(--text-grey)}.text-light{color:var(--text-grey-light)}.text-green{color:var(--text-green)}.text-blue{color:var(--blue)}.text-orange{color:var(--orange)}.text-black{color:#000}.text-white{color:#fff}.font-size-n3{font-size:.7rem}.font-size-n2{font-size:.8rem}.font-size-n1{font-size:.9rem}.font-size,.font-size-1{font-size:1rem}.font-size-2{font-size:1.2rem}.font-size-3{font-size:1.4rem}.font-size-4{font-size:1.8rem}.font-size-5{font-size:2rem}.font-size-6{font-size:2.2rem}.font-size-7{font-size:2.4rem}.font-size-8{font-size:2.6rem}.font-size-9{font-size:2.8rem}.font-size-10{font-size:3rem}@media screen and (min-width: 601px){.font-size-sm-n3{font-size:.7rem}.font-size-sm-n2{font-size:.8rem}.font-size-sm-n1{font-size:.9rem}.font-size-sm,.font-size-sm-1{font-size:1rem}.font-size-sm-2{font-size:1.2rem}.font-size-sm-3{font-size:1.4rem}.font-size-sm-4{font-size:1.8rem}.font-size-sm-5{font-size:2rem}.font-size-sm-6{font-size:2.2rem}.font-size-sm-7{font-size:2.4rem}.font-size-sm-8{font-size:2.6rem}.font-size-sm-9{font-size:2.8rem}.font-size-sm-10{font-size:3rem}}@media screen and (min-width: 961px){.font-size-md-n3{font-size:.7rem}.font-size-md-n2{font-size:.8rem}.font-size-md-n1{font-size:.9rem}.font-size-md,.font-size-md-1{font-size:1rem}.font-size-md-2{font-size:1.2rem}.font-size-md-3{font-size:1.4rem}.font-size-md-4{font-size:1.8rem}.font-size-md-5{font-size:2rem}.font-size-md-6{font-size:2.2rem}.font-size-md-7{font-size:2.4rem}.font-size-md-8{font-size:2.6rem}.font-size-md-9{font-size:2.8rem}.font-size-md-10{font-size:3rem}}@media screen and (min-width: 1265px){.font-size-lg-n3{font-size:.7rem}.font-size-lg-n2{font-size:.8rem}.font-size-lg-n1{font-size:.9rem}.font-size-lg,.font-size-lg-1{font-size:1rem}.font-size-lg-2{font-size:1.2rem}.font-size-lg-3{font-size:1.4rem}.font-size-lg-4{font-size:1.8rem}.font-size-lg-5{font-size:2rem}.font-size-lg-6{font-size:2.2rem}.font-size-lg-7{font-size:2.4rem}.font-size-lg-8{font-size:2.6rem}.font-size-lg-9{font-size:2.8rem}.font-size-lg-10{font-size:3rem}}@media screen and (min-width: 1905px){.font-size-xl-n3{font-size:.7rem}.font-size-xl-n2{font-size:.8rem}.font-size-xl-n1{font-size:.9rem}.font-size-xl,.font-size-xl-1{font-size:1rem}.font-size-xl-2{font-size:1.2rem}.font-size-xl-3{font-size:1.4rem}.font-size-xl-4{font-size:1.8rem}.font-size-xl-5{font-size:2rem}.font-size-xl-6{font-size:2.2rem}.font-size-xl-7{font-size:2.4rem}.font-size-xl-8{font-size:2.6rem}.font-size-xl-9{font-size:2.8rem}.font-size-xl-10{font-size:3rem}}.line-height,.line-height-1{line-height:1em}.line-height-2{line-height:1.2em}.line-height-3{line-height:1.4em}.line-height-4{line-height:1.6em}.line-height-5{line-height:1.8em}.line-height-6{line-height:2em}.line-height-7{line-height:2.2em}.line-height-8{line-height:2.4em}.line-height-9{line-height:2.6em}.line-height-10{line-height:2.8em}.line-height-11{line-height:3em}.w100{font-weight:100}.w200{font-weight:200}.w300{font-weight:300}.w400{font-weight:400}.w500{font-weight:500}.w600{font-weight:600}.w700{font-weight:700}.w800{font-weight:800}.w900{font-weight:900}.uppercase{text-transform:uppercase}.capitalize{text-transform:capitalize}.lowercase{text-transform:lowercase}.underline{text-decoration:underline!important}.no-decoration{text-decoration:none;text-decoration-skip-ink:none}.nowrap{white-space:nowrap}.text-center{display:flex;justify-content:center;align-items:center}.text-center-x{display:flex;justify-content:center}.text-center-y{display:flex;align-items:center}.ml-auto{margin-left:auto}.mr-auto{margin-right:auto}.mt-auto{margin-top:auto}.mb-auto{margin-bottom:auto}.pa-0{padding:0}.pa-1{padding:.5rem}.pa-2{padding:1rem}.pa-3{padding:1.5rem}.pa-4{padding:2rem}.pa-5{padding:2.5rem}.pa-6{padding:3rem}.pa-7{padding:3.5rem}.pa-8{padding:4rem}.pa-9{padding:4.5rem}.pa-10{padding:5rem}.px-0{padding-right:0;padding-left:0}.px-1{padding-right:.5rem;padding-left:.5rem}.px-2{padding-right:1rem;padding-left:1rem}.px-3{padding-right:1.5rem;padding-left:1.5rem}.px-4{padding-right:2rem;padding-left:2rem}.px-5{padding-right:2.5rem;padding-left:2.5rem}.px-6{padding-right:3rem;padding-left:3rem}.px-7{padding-right:3.5rem;padding-left:3.5rem}.px-8{padding-right:4rem;padding-left:4rem}.px-9{padding-right:4.5rem;padding-left:4.5rem}.px-10{padding-right:5rem;padding-left:5rem}.py-0{padding-top:0;padding-bottom:0}.py-1{padding-top:.5rem;padding-bottom:.5rem}.py-2{padding-top:1rem;padding-bottom:1rem}.py-3{padding-top:1.5rem;padding-bottom:1.5rem}.py-4{padding-top:2rem;padding-bottom:2rem}.py-5{padding-top:2.5rem;padding-bottom:2.5rem}.py-6{padding-top:3rem;padding-bottom:3rem}.py-7{padding-top:3.4rem;padding-bottom:3.5rem}.py-8{padding-top:4rem;padding-bottom:4rem}.py-9{padding-top:4.5rem;padding-bottom:4.5rem}.py-10{padding-top:5rem;padding-bottom:5rem}.pb-0{padding-bottom:0}.pb-1{padding-bottom:.5rem}.pb-2{padding-bottom:1rem}.pb-3{padding-bottom:1.5rem}.pb-4{padding-bottom:2rem}.pb-5{padding-bottom:2.5rem}.pb-6{padding-bottom:3rem}.pb-7{padding-bottom:3.5rem}.pb-8{padding-bottom:4rem}.pb-9{padding-bottom:4.5rem}.pb-10{padding-bottom:5rem}.pt-0{padding-top:0}.pt-1{padding-top:.5rem}.pt-2{padding-top:1rem}.pt-3{padding-top:1.5rem}.pt-4{padding-top:2rem}.pt-5{padding-top:2.5rem}.pt-6{padding-top:3rem}.pt-7{padding-top:3.5rem}.pt-8{padding-top:4rem}.pt-9{padding-top:4.5rem}.pt-10{padding-top:5rem}.pr-0{padding-right:0}.pr-1{padding-right:.5rem}.pr-2{padding-right:1rem}.pr-3{padding-right:1.5rem}.pr-4{padding-right:2rem}.pr-5{padding-right:2.5rem}.pr-6{padding-right:3rem}.pr-7{padding-right:3.5rem}.pr-8{padding-right:4rem}.pr-9{padding-right:4.5rem}.pr-10{padding-right:5rem}.pl-0{padding-left:0}.pl-1{padding-left:.5rem}.pl-2{padding-left:1rem}.pl-3{padding-left:1.5rem}.pl-4{padding-left:2rem}.pl-5{padding-left:2.5rem}.pl-6{padding-left:3rem}.pl-7{padding-left:3.5rem}.pl-8{padding-left:4rem}.pl-9{padding-left:4.5rem}.pl-10{padding-left:5rem}@media screen and (min-width: 601px){.pa-sm-0{padding:0}.pa-sm-1{padding:.5rem}.pa-sm-2{padding:1rem}.pa-sm-3{padding:1.5rem}.pa-sm-4{padding:2rem}.pa-sm-5{padding:2.5rem}.pa-sm-6{padding:3rem}.pa-sm-7{padding:3.5rem}.pa-sm-8{padding:4rem}.pa-sm-9{padding:4.5rem}.pa-sm-10{padding:5rem}.pb-sm-0{padding-bottom:0}}@media screen and (min-width: 961px){.pa-md-0{padding:0}.pa-md-1{padding:.5rem}.pa-md-2{padding:1rem}.pa-md-3{padding:1.5rem}.pa-md-4{padding:2rem}.pa-md-5{padding:2.5rem}.pa-md-6{padding:3rem}.pa-md-7{padding:3.5rem}.pa-md-8{padding:4rem}.pa-md-9{padding:4.5rem}.pa-md-10{padding:5rem}}@media screen and (min-width: 1265px){.pa-lg-0{padding:0}.pa-lg-1{padding:.5rem}.pa-lg-2{padding:1rem}.pa-lg-3{padding:1.5rem}.pa-lg-4{padding:2rem}.pa-lg-5{padding:2.5rem}.pa-lg-6{padding:3rem}.pa-lg-7{padding:3.5rem}.pa-lg-8{padding:4rem}.pa-lg-9{padding:4.5rem}.pa-lg-10{padding:5rem}}@media screen and (min-width: 1905px){.pa-xl-0{padding:0}.pa-xl-1{padding:.5rem}.pa-xl-2{padding:1rem}.pa-xl-3{padding:1.5rem}.pa-xl-4{padding:2rem}.pa-xl-5{padding:2.5rem}.pa-xl-6{padding:3rem}.pa-xl-7{padding:3.5rem}.pa-xl-8{padding:4rem}.pa-xl-9{padding:4.5rem}.pa-xl-10{padding:5rem}}.ma-0{margin:0}.ma-1{margin:1rem}.ma-2{margin:2rem}.ma-3{margin:3rem}.ma-4{margin:4rem}.ma-5{margin:5rem}.ma-6{margin:6rem}.ma-7{margin:7rem}.ma-8{margin:8rem}.mx-0{margin-right:0;margin-left:0}.mx-1{margin-right:1rem;margin-left:1rem}.mx-2{margin-right:2rem;margin-left:2rem}.mx-3{margin-right:3rem;margin-left:3rem}.mx-4{margin-right:4rem;margin-left:4rem}.mx-5{margin-right:5rem;margin-left:5rem}.mx-6{margin-right:6rem;margin-left:6rem}.mx-7{margin-right:7rem;margin-left:7rem}.mx-8{margin-right:8rem;margin-left:8rem}.my-0{margin-top:0;margin-bottom:0}.my-1{margin-top:1rem;margin-bottom:1rem}.my-2{margin-top:2rem;margin-bottom:2rem}.my-3{margin-top:3rem;margin-bottom:3rem}.my-4{margin-top:4rem;margin-bottom:4rem}.my-5{margin-top:5rem;margin-bottom:5rem}.my-6{margin-top:6rem;margin-bottom:6rem}.my-7{margin-top:7rem;margin-bottom:7rem}.my-8{margin-top:8rem;margin-bottom:8rem}.mb-0{margin-bottom:0}.mb-1{margin-bottom:1rem}.mb-2{margin-bottom:2rem}.mb-3{margin-bottom:3rem}.mb-4{margin-bottom:4rem}.mb-5{margin-bottom:5rem}.mb-6{margin-bottom:6rem}.mb-7{margin-bottom:7rem}.mb-8{margin-bottom:8rem}.mt-0{margin-top:0}.mt-1{margin-top:1rem}.mt-2{margin-top:2rem}.mt-3{margin-top:3rem}.mt-4{margin-top:4rem}.mt-5{margin-top:5rem}.mt-6{margin-top:6rem}.mt-7{margin-top:7rem}.mt-8{margin-top:8rem}.mr-0{margin-right:0}.mr-1{margin-right:1rem}.mr-2{margin-right:2rem}.mr-3{margin-right:3rem}.mr-4{margin-right:4rem}.mr-5{margin-right:5rem}.mr-6{margin-right:6rem}.mr-7{margin-right:7rem}.mr-8{margin-right:8rem}.ml-0{margin-left:0}.ml-1{margin-left:1rem}.ml-2{margin-left:2rem}.ml-3{margin-left:3rem}.ml-4{margin-left:4rem}.ml-5{margin-left:5rem}.ml-6{margin-left:6rem}.ml-7{margin-left:7rem}.ml-8{margin-left:8rem}.ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.scroll-y{overflow-y:scroll;overflow-x:hidden}.overflow-hidden{overflow:hidden}.overflow-auto{overflow:auto}.overflow-visible{overflow:visible}.overflow-scroll{overflow:scroll}.scrollable{max-height:100%;overflow:auto}.vh70{height:70vh;max-height:70vh}.vh-unconstrained{height:auto}.overlay{position:absolute;width:100vw;height:100vh;margin:0;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="your_transparent.png",sizingMethod="scale");background:none!important;pointer-events:none}button,.button{margin:var(--gutter);pointer-events:all}.xs-only,.sm-only,.md-only,.lg-only,.xl-only,.sm-and-up,.md-and-up,.lg-and-up,.sm-and-down,.md-and-down,.lg-and-down{visibility:visible}@media screen and (max-width: 600px){.sm-only,.md-only,.lg-only,.xl-only,.sm-and-up,.md-and-up,.lg-and-up{visibility:hidden;display:none}.xs-only,.sm-and-down,.md-and-down,.lg-and-down{visibility:visible}}@media screen and (min-width: 601px){.xs-only,.md-only,.lg-only,.xl-only,.md-and-up,.lg-and-up{visibility:hidden;display:none}.sm-only,.sm-and-up,.sm-and-down,.md-and-down,.lg-and-down{visibility:visible}}@media screen and (min-width: 961px){.xs-only,.sm-only,.lg-only,.xl-only,.lg-and-up,.sm-and-down{visibility:hidden;display:none}.md-only,.sm-and-up,.md-and-up,.md-and-down{visibility:visible}}@media screen and (min-width: 1265px){.xs-onl,.sm-only,.md-only,.xl-only,.sm-and-down,.md-and-down{visibility:hidden;display:none}.lg-only,.sm-and-up,.md-and-up,.lg-and-up,.lg-and-down{visibility:visible}}@media screen and (min-width: 1905px){.xs-only,.sm-only,.md-only,.lg-only,.sm-and-down,.md-and-down,.lg-and-down{visibility:hidden}.xl-only,.sm-and-up,.md-and-up,.lg-and-up{visibility:visible}}.visible{transition:visibility 0s,opacity .5s;visibility:visible;opacity:1}.hidden{transition:visibility .5s,opacity .5s;visibility:hidden;opacity:0}.full-height{height:100%}.popmodal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:1000}.popmodal-content{overflow:visible;max-height:90vh;overflow-y:auto;max-width:90vw;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#fff;border-radius:5px}.close-button{border:none;border-radius:50%;background:var(--yuzko-green);color:#fff;font-size:1rem;display:flex;justify-content:center;align-items:center;width:25px;height:25px;position:absolute;top:5px;right:5px;padding:0}.sidebar{display:flex;flex-direction:column;max-height:100vh;overflow-y:hidden}.usage-bar[data-v-f68e1dad]{font-size:.8rem;width:100%;height:24px;display:flex;align-items:center;overflow:hidden;justify-content:center}.usage-used[data-v-f68e1dad]{background-color:#f5cf88}.usage-free[data-v-f68e1dad]{background-color:#93f7d0}.toggle-tag{display:flex;align-items:center;cursor:pointer;border-radius:5px;color:#fff;-webkit-user-select:none;user-select:none}.toggle-tag input{display:none}label.filter-toggle{display:flex;justify-content:space-between;align-items:center;padding:.5rem;border-bottom:1px solid #ccc;cursor:pointer;background-color:#cdcdcd;position:relative;border-radius:5px;min-width:100%;height:25px}label.filter-toggle>input{display:none}.label-value{position:relative;width:50%;font-size:.8rem;text-align:center}label.filter-toggle>span.slider{display:block;position:absolute;width:50%;height:100%;text-align:center;background-color:var(--yuzko-green);left:50%;transition-duration:.2s;border-radius:5px}label.filter-toggle>input:checked+span.slider{left:0}label.item-filter>input{display:none}label.item-filter>span{display:block;height:1.5rem;line-height:1.5rem;padding:.1rem;border-bottom:1px solid #ccc;cursor:pointer;position:relative;border-radius:5px;text-overflow:ellipsis;overflow:hidden}label.item-filter>input:checked+span{background-color:var(--yuzko-green);color:#fff}.post-table{border-collapse:collapse;border-spacing:10px;border:5px solid transparent}.post-table th>div{cursor:pointer;-webkit-user-select:none;user-select:none;padding:15px;display:flex;color:var(--text-grey-light);justify-content:space-between}.post-table>tbody>tr>td{vertical-align:middle;background:#fff;padding:10px}.post-table>tbody>tr:nth-child(2n)>td{background:var(--grey-bg-darker)}.post-table thead tr{background-color:transparent}.post-table>tbody>tr.highlighted>td{background:#fffd9f80}.filters>.col{padding:10px;border-left:1px solid var(--yuzko-green)}.filters>.col:first-child{padding:10px;border-left:none}label{-webkit-user-select:none;user-select:none}.see-more{cursor:nesw-resize}.reset-btn{color:#fff;background-color:#b94848;padding:1px;display:flex;align-items:center;justify-content:center;border-radius:50%;width:1rem;height:1rem;cursor:pointer}.yuzko-downloader{width:100vw;height:100vh;color:var(--yuzko-green);background-color:#fff}.lds-dual-ring,.lds-dual-ring:after{box-sizing:border-box}.lds-dual-ring{display:inline-block;width:80px;height:80px}.lds-dual-ring:after{content:" ";display:block;width:64px;height:64px;margin:8px;border-radius:50%;border:6.4px solid currentColor;border-color:currentColor transparent currentColor transparent;animation:lds-dual-ring 1.2s linear infinite}@keyframes lds-dual-ring{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
