:root{--f-spinner-width: 36px;--f-spinner-height: 36px;--f-spinner-color-1: rgba(0, 0, 0, 0.1);--f-spinner-color-2: rgba(17, 24, 28, 0.8);--f-spinner-stroke: 2.75}.f-spinner{margin:auto;padding:0;width:var(--f-spinner-width);height:var(--f-spinner-height)}.f-spinner svg{width:100%;height:100%;vertical-align:top;animation:f-spinner-rotate 2s linear infinite}.f-spinner svg *{stroke-width:var(--f-spinner-stroke);fill:none}.f-spinner svg *:first-child{stroke:var(--f-spinner-color-1)}.f-spinner svg *:last-child{stroke:var(--f-spinner-color-2);animation:f-spinner-dash 2s ease-in-out infinite}@keyframes f-spinner-rotate{100%{transform:rotate(360deg)}}@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}.f-throwOutUp{animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp}.f-throwOutDown{animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0, var(--f-throw-out-distance, 150px), 0);opacity:0}}.f-zoomInUp{animation:var(--f-transition-duration, 0.2s) ease .1s both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration, 0.2s) ease both f-zoomOutDown}@keyframes f-zoomInUp{from{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}}.f-fadeIn{animation:var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeOut{100%{opacity:0}}.f-fadeFastIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}100%{opacity:1}}@keyframes f-fadeFastOut{100%{opacity:0}}.f-fadeSlowIn{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeSlowOut{100%{opacity:0}}.f-crossfadeIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration, 0.2s)*.5) linear .1s both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-crossfadeOut{100%{opacity:0}}.f-slideIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext}.f-slideIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev}.f-slideOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext}.f-slideOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev}@keyframes f-slideInPrev{0%{transform:translateX(100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideInNext{0%{transform:translateX(-100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideOutNext{100%{transform:translateX(-100%)}}@keyframes f-slideOutPrev{100%{transform:translateX(100%)}}.f-classicIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;z-index:1}@keyframes f-classicInNext{0%{transform:translateX(-75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicInPrev{0%{transform:translateX(75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicOutNext{100%{transform:translateX(-75px);opacity:0}}@keyframes f-classicOutPrev{100%{transform:translateX(75px);opacity:0}}:root{--f-button-width: 40px;--f-button-height: 40px;--f-button-border: 0;--f-button-border-radius: 0;--f-button-color: #374151;--f-button-bg: #f8f8f8;--f-button-hover-bg: #e0e0e0;--f-button-active-bg: #d0d0d0;--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--f-button-svg-width: 20px;--f-button-svg-height: 20px;--f-button-svg-stroke-width: 1.5;--f-button-svg-fill: none;--f-button-svg-filter: none;--f-button-svg-disabled-opacity: 0.65}.f-button{display:flex;justify-content:center;align-items:center;box-sizing:content-box;position:relative;margin:0;padding:0;width:var(--f-button-width);height:var(--f-button-height);border:var(--f-button-border);border-radius:var(--f-button-border-radius);color:var(--f-button-color);background:var(--f-button-bg);box-shadow:var(--f-button-shadow);pointer-events:all;cursor:pointer;transition:var(--f-button-transition)}@media(hover: hover){.f-button:hover:not([disabled]){color:var(--f-button-hover-color);background-color:var(--f-button-hover-bg)}}.f-button:active:not([disabled]){background-color:var(--f-button-active-bg)}.f-button:focus:not(:focus-visible){outline:none}.f-button:focus-visible{outline:none;box-shadow:inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color))}.f-button svg{width:var(--f-button-svg-width);height:var(--f-button-svg-height);fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;transition:opacity .15s ease;transform:var(--f-button-transform);filter:var(--f-button-svg-filter);pointer-events:none}.f-button[disabled]{cursor:default}.f-button[disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}.f-carousel__nav .f-button.is-prev,.f-carousel__nav .f-button.is-next,.fancybox__nav .f-button.is-prev,.fancybox__nav .f-button.is-next{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next{top:50%;transform:translateY(-50%)}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-prev{left:var(--f-button-prev-pos)}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-next{right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev{left:auto;right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,.is-horizontal.is-rtl .fancybox__nav .f-button.is-next{right:auto;left:var(--f-button-prev-pos)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next{top:auto;left:50%;transform:translateX(-50%)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-prev{top:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-next{bottom:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg{transform:rotate(90deg)}.f-carousel__nav .f-button:disabled,.fancybox__nav .f-button:disabled{pointer-events:none}html.with-fancybox{width:auto;overflow:visible;scroll-behavior:auto}html.with-fancybox body{touch-action:none}html.with-fancybox body.hide-scrollbar{width:auto;margin-right:calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));overflow:hidden !important;overscroll-behavior-y:none}.fancybox__container{--fancybox-color: #dbdbdb;--fancybox-hover-color: #fff;--fancybox-bg: rgba(24, 24, 27, 0.98);--fancybox-slide-gap: 10px;--f-spinner-width: 50px;--f-spinner-height: 50px;--f-spinner-color-1: rgba(255, 255, 255, 0.1);--f-spinner-color-2: #bbb;--f-spinner-stroke: 3.65;position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;display:flex;flex-direction:column;box-sizing:border-box;margin:0;padding:0;color:#f8f8f8;-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:visible;z-index:var(--fancybox-zIndex, 1050);outline:none;transform-origin:top left;-webkit-text-size-adjust:100%;-moz-text-size-adjust:none;-ms-text-size-adjust:100%;text-size-adjust:100%;overscroll-behavior-y:contain}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container::backdrop{background-color:rgba(0,0,0,0)}.fancybox__backdrop{position:fixed;top:0;left:0;bottom:0;right:0;z-index:-1;background:var(--fancybox-bg);opacity:var(--fancybox-opacity, 1);will-change:opacity}.fancybox__carousel{position:relative;box-sizing:border-box;flex:1;min-height:0;z-index:10;overflow-y:visible;overflow-x:clip}.fancybox__viewport{width:100%;height:100%}.fancybox__viewport.is-draggable{cursor:move;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:grabbing}.fancybox__track{display:flex;margin:0 auto;height:100%}.fancybox__slide{flex:0 0 auto;position:relative;display:flex;flex-direction:column;align-items:center;width:100%;height:100%;margin:0 var(--fancybox-slide-gap) 0 0;padding:4px;overflow:auto;overscroll-behavior:contain;transform:translate3d(0, 0, 0);backface-visibility:hidden}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:40px}.fancybox__slide.has-iframe,.fancybox__slide.has-video,.fancybox__slide.has-html5video{overflow:hidden}.fancybox__slide.has-image{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}.fancybox__backdrop:empty,.fancybox__viewport:empty,.fancybox__track:empty,.fancybox__slide:empty{display:block}.fancybox__content{align-self:center;display:flex;flex-direction:column;position:relative;margin:0;padding:2rem;max-width:100%;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);cursor:default;border-radius:0;z-index:20}.is-loading .fancybox__content{opacity:0}.is-draggable .fancybox__content{cursor:move;cursor:grab}.can-zoom_in .fancybox__content{cursor:zoom-in}.can-zoom_out .fancybox__content{cursor:zoom-out}.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__content [data-selectable],.fancybox__content [contenteditable]{cursor:auto}.fancybox__slide.has-image>.fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px;background-repeat:no-repeat;background-size:contain;background-position:center center;transition:none;transform:translate3d(0, 0, 0);backface-visibility:hidden}.fancybox__slide.has-image>.fancybox__content>picture>img{width:100%;height:auto;max-height:100%}.is-animating .fancybox__content,.is-dragging .fancybox__content{will-change:transform,width,height}.fancybox-image{margin:auto;display:block;width:100%;height:100%;min-height:0;object-fit:contain;user-select:none;filter:blur(0px)}.fancybox__caption{align-self:center;max-width:100%;flex-shrink:0;margin:0;padding:14px 0 4px 0;overflow-wrap:anywhere;line-height:1.375;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);cursor:auto;visibility:visible}.is-loading .fancybox__caption,.is-closing .fancybox__caption{opacity:0;visibility:hidden}.is-compact .fancybox__caption{padding-bottom:0}.f-button.is-close-btn{--f-button-svg-stroke-width: 2;position:absolute;top:0;right:8px;z-index:40}.fancybox__content>.f-button.is-close-btn{--f-button-width: 34px;--f-button-height: 34px;--f-button-border-radius: 4px;--f-button-color: var(--fancybox-color, #fff);--f-button-hover-color: var(--fancybox-color, #fff);--f-button-bg: transparent;--f-button-hover-bg: transparent;--f-button-active-bg: transparent;--f-button-svg-width: 22px;--f-button-svg-height: 22px;position:absolute;top:-38px;right:0;opacity:.75}.is-loading .fancybox__content>.f-button.is-close-btn{visibility:hidden}.is-zooming-out .fancybox__content>.f-button.is-close-btn{visibility:hidden}.fancybox__content>.f-button.is-close-btn:hover{opacity:1}.fancybox__footer{padding:0;margin:0;position:relative}.fancybox__footer .fancybox__caption{width:100%;padding:24px;opacity:var(--fancybox-opacity, 1);transition:all .25s ease}.is-compact .fancybox__footer{position:absolute;bottom:0;left:0;right:0;z-index:20;background:rgba(24,24,27,.5)}.is-compact .fancybox__footer .fancybox__caption{padding:12px}.is-compact .fancybox__content>.f-button.is-close-btn{--f-button-border-radius: 50%;--f-button-color: #fff;--f-button-hover-color: #fff;--f-button-outline-color: #000;--f-button-bg: rgba(0, 0, 0, 0.6);--f-button-active-bg: rgba(0, 0, 0, 0.6);--f-button-hover-bg: rgba(0, 0, 0, 0.6);--f-button-svg-width: 18px;--f-button-svg-height: 18px;--f-button-svg-filter: none;top:5px;right:5px}.fancybox__nav{--f-button-width: 50px;--f-button-height: 50px;--f-button-border: 0;--f-button-border-radius: 50%;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: transparent;--f-button-hover-bg: rgba(24, 24, 27, 0.3);--f-button-active-bg: rgba(24, 24, 27, 0.5);--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--f-button-svg-width: 26px;--f-button-svg-height: 26px;--f-button-svg-stroke-width: 2.5;--f-button-svg-fill: none;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));--f-button-svg-disabled-opacity: 0.65;--f-button-next-pos: 1rem;--f-button-prev-pos: 1rem;opacity:var(--fancybox-opacity, 1)}.fancybox__nav .f-button:before{position:absolute;content:"";top:-30px;right:-20px;left:-20px;bottom:-30px;z-index:1}.is-idle .fancybox__nav{animation:.15s ease-out both f-fadeOut}.is-idle.is-compact .fancybox__footer{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__slide>.f-spinner{position:absolute;top:50%;left:50%;margin:var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));z-index:30;cursor:pointer}.fancybox-protected{position:absolute;top:0;left:0;right:0;bottom:0;z-index:40;user-select:none}.fancybox-ghost{position:absolute;top:0;left:0;width:100%;height:100%;min-height:0;object-fit:contain;z-index:40;user-select:none;pointer-events:none}.fancybox-focus-guard{outline:none;opacity:0;position:fixed;pointer-events:none}.fancybox__container:not([aria-hidden]){opacity:0}.fancybox__container.is-animated[aria-hidden=false]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-enter-duration, 0.25s) ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=true]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content{width:calc(100% - 120px);height:90%}.fancybox__container.is-compact .has-iframe .fancybox__content,.fancybox__container.is-compact .has-map .fancybox__content,.fancybox__container.is-compact .has-pdf .fancybox__content{width:100%;height:100%}.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{border:0 !important;clip:rect(1px, 1px, 1px, 1px) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.f-carousel__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-outline: 0;--f-thumb-outline-color: #5eb0ef;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1;--f-thumb-border-radius: 2px;--f-thumb-offset: 0px;--f-button-next-pos: 0;--f-button-prev-pos: 0}.f-carousel__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: 0.5;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1}.f-carousel__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 16px;--f-thumb-clip-width: 46px}.f-thumbs{position:relative;flex:0 0 auto;margin:0;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0);user-select:none;perspective:1000px;transform:translateZ(0)}.f-thumbs .f-spinner{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:2px;background-image:linear-gradient(#ebeff2, #e2e8f0);z-index:-1}.f-thumbs .f-spinner svg{display:none}.f-thumbs.is-vertical{height:100%}.f-thumbs__viewport{width:100%;height:auto;overflow:hidden;transform:translate3d(0, 0, 0)}.f-thumbs__track{display:flex}.f-thumbs__slide{position:relative;flex:0 0 auto;box-sizing:content-box;display:flex;align-items:center;justify-content:center;padding:0;margin:0;width:var(--f-thumb-width);height:var(--f-thumb-height);overflow:visible;cursor:pointer}.f-thumbs__slide.is-loading img{opacity:0}.is-classic .f-thumbs__viewport{height:100%}.is-modern .f-thumbs__track{width:max-content}.is-modern .f-thumbs__track::before{content:"";position:absolute;top:0;bottom:0;left:calc((var(--f-thumb-clip-width, 0))*-0.5);width:calc(var(--width, 0)*1px + var(--f-thumb-clip-width, 0));cursor:pointer}.is-modern .f-thumbs__slide{width:var(--f-thumb-clip-width);transform:translate3d(calc(var(--shift, 0) * -1px), 0, 0);transition:none;pointer-events:none}.is-modern.is-resting .f-thumbs__slide{transition:transform .33s ease}.is-modern.is-resting .f-thumbs__slide__button{transition:clip-path .33s ease}.is-using-tab .is-modern .f-thumbs__slide:focus-within{filter:drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color))}.f-thumbs__slide__button{appearance:none;width:var(--f-thumb-width);height:100%;margin:0 -100% 0 -100%;padding:0;border:0;position:relative;border-radius:var(--f-thumb-border-radius);overflow:hidden;background:rgba(0,0,0,0);outline:none;cursor:pointer;pointer-events:auto;touch-action:manipulation;opacity:var(--f-thumb-opacity);transition:opacity .2s ease}.f-thumbs__slide__button:hover{opacity:var(--f-thumb-hover-opacity)}.f-thumbs__slide__button:focus:not(:focus-visible){outline:none}.f-thumbs__slide__button:focus-visible{outline:none;opacity:var(--f-thumb-selected-opacity)}.is-modern .f-thumbs__slide__button{--clip-path: inset( 0 calc( ((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5 ) round var(--f-thumb-border-radius, 0) );clip-path:var(--clip-path)}.is-classic .is-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.is-classic .is-nav-selected .f-thumbs__slide__button::after{content:"";position:absolute;top:0;left:0;right:0;height:auto;bottom:0;border:var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);border-radius:var(--f-thumb-border-radius);animation:f-fadeIn .2s ease-out;z-index:10}.f-thumbs__slide__img{overflow:hidden;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;padding:var(--f-thumb-offset);box-sizing:border-box;pointer-events:none;object-fit:cover;border-radius:var(--f-thumb-border-radius)}.f-thumbs.is-horizontal .f-thumbs__track{padding:8px 0 12px 0}.f-thumbs.is-horizontal .f-thumbs__slide{margin:0 var(--f-thumb-gap) 0 0}.f-thumbs.is-vertical .f-thumbs__track{flex-wrap:wrap;padding:0 8px}.f-thumbs.is-vertical .f-thumbs__slide{margin:0 0 var(--f-thumb-gap) 0}.fancybox__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-border-radius: 2px;--f-thumb-outline: 2px;--f-thumb-outline-color: #ededed;position:relative;opacity:var(--fancybox-opacity, 1);transition:max-height .35s cubic-bezier(0.23, 1, 0.32, 1)}.fancybox__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: 0.5;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-classic .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.fancybox__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 16px;--f-thumb-clip-width: 46px;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-modern .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.fancybox__thumbs.is-horizontal{padding:0 var(--f-thumb-gap)}.fancybox__thumbs.is-vertical{padding:var(--f-thumb-gap) 0}.is-compact .fancybox__thumbs{--f-thumb-width: 64px;--f-thumb-clip-width: 32px;--f-thumb-height: 48px;--f-thumb-extra-gap: 10px}.fancybox__thumbs.is-masked{max-height:0px !important}.is-closing .fancybox__thumbs{transition:none !important}.fancybox__toolbar{--f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));--f-button-width: 46px;--f-button-height: 46px;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: rgba(24, 24, 27, 0.65);--f-button-hover-bg: rgba(70, 70, 73, 0.65);--f-button-active-bg: rgba(90, 90, 93, 0.65);--f-button-border-radius: 0;--f-button-svg-width: 24px;--f-button-svg-height: 24px;--f-button-svg-stroke-width: 1.5;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));--f-button-svg-fill: none;--f-button-svg-disabled-opacity: 0.65;display:flex;flex-direction:row;justify-content:space-between;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI Adjusted","Segoe UI","Liberation Sans",sans-serif;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));pointer-events:none;z-index:20}.fancybox__toolbar :focus-visible{z-index:1}.fancybox__toolbar.is-absolute,.is-compact .fancybox__toolbar{position:absolute;top:0;left:0;right:0}.is-idle .fancybox__toolbar{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__toolbar__column{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start}.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{flex-grow:1;flex-basis:0}.fancybox__toolbar__column.is-right{display:flex;justify-content:flex-end;flex-wrap:nowrap}.fancybox__infobar{padding:0 5px;line-height:var(--f-button-height);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased;cursor:default;user-select:none}.fancybox__infobar span{padding:0 5px}.fancybox__infobar:not(:first-child):not(:last-child){background:var(--f-button-bg)}[data-fancybox-toggle-slideshow]{position:relative}[data-fancybox-toggle-slideshow] .f-progress{height:100%;opacity:.3}[data-fancybox-toggle-slideshow] svg g:first-child{display:flex}[data-fancybox-toggle-slideshow] svg g:last-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:first-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:last-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}.f-progress{position:absolute;top:0;left:0;right:0;height:3px;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;background:var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));z-index:30;user-select:none;pointer-events:none}:root{--f-spinner-width: 36px;--f-spinner-height: 36px;--f-spinner-color-1: rgba(0, 0, 0, 0.1);--f-spinner-color-2: rgba(17, 24, 28, 0.8);--f-spinner-stroke: 2.75}.f-spinner{margin:auto;padding:0;width:var(--f-spinner-width);height:var(--f-spinner-height)}.f-spinner svg{width:100%;height:100%;vertical-align:top;animation:f-spinner-rotate 2s linear infinite}.f-spinner svg *{stroke-width:var(--f-spinner-stroke);fill:none}.f-spinner svg *:first-child{stroke:var(--f-spinner-color-1)}.f-spinner svg *:last-child{stroke:var(--f-spinner-color-2);animation:f-spinner-dash 2s ease-in-out infinite}@keyframes f-spinner-rotate{100%{transform:rotate(360deg)}}@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}.f-throwOutUp{animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp}.f-throwOutDown{animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0, var(--f-throw-out-distance, 150px), 0);opacity:0}}.f-zoomInUp{animation:var(--f-transition-duration, 0.2s) ease .1s both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration, 0.2s) ease both f-zoomOutDown}@keyframes f-zoomInUp{from{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}}.f-fadeIn{animation:var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeOut{100%{opacity:0}}.f-fadeFastIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}100%{opacity:1}}@keyframes f-fadeFastOut{100%{opacity:0}}.f-fadeSlowIn{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeSlowOut{100%{opacity:0}}.f-crossfadeIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration, 0.2s)*.5) linear .1s both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-crossfadeOut{100%{opacity:0}}.f-slideIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext}.f-slideIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev}.f-slideOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext}.f-slideOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev}@keyframes f-slideInPrev{0%{transform:translateX(100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideInNext{0%{transform:translateX(-100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideOutNext{100%{transform:translateX(-100%)}}@keyframes f-slideOutPrev{100%{transform:translateX(100%)}}.f-classicIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;z-index:1}@keyframes f-classicInNext{0%{transform:translateX(-75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicInPrev{0%{transform:translateX(75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicOutNext{100%{transform:translateX(-75px);opacity:0}}@keyframes f-classicOutPrev{100%{transform:translateX(75px);opacity:0}}.f-carousel{--f-carousel-theme-color: #706f6c;--f-carousel-spacing: 0px;--f-carousel-slide-width: 100%;--f-carousel-slide-height: auto;--f-carousel-slide-padding: 0;--f-button-width: 42px;--f-button-height: 42px;--f-button-color: var(--f-carousel-theme-color, currentColor);--f-button-hover-color: var(--f-carousel-theme-color, currentColor);--f-button-bg: transparent;--f-button-hover-bg: var(--f-button-bg);--f-button-active-bg: var(--f-button-bg);--f-button-svg-width: 24px;--f-button-svg-height: 24px;--f-button-next-pos: 10px;--f-button-prev-pos: 10px;--f-spinner-color-1: rgba(0, 0, 0, 0.1);--f-spinner-color-2: rgba(17, 24, 28, 0.8);--f-spinner-stroke: 2.75;position:relative;box-sizing:border-box}.f-carousel *,.f-carousel *:before,.f-carousel *:after{box-sizing:inherit}.f-carousel.is-ltr{direction:ltr}.f-carousel.is-rtl{direction:rtl}.f-carousel__viewport{overflow:hidden;transform:translate3d(0, 0, 0);backface-visibility:hidden;width:100%;height:100%}.f-carousel__viewport.is-draggable{cursor:move;cursor:grab}.f-carousel__viewport.is-dragging{cursor:move;cursor:grabbing}.f-carousel__track{display:flex;margin:0 auto;padding:0;height:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}.f-carousel__slide{position:relative;flex:0 0 auto;width:var(--f-carousel-slide-width);max-width:100%;height:var(--f-carousel-slide-height);margin:0 var(--f-carousel-spacing) 0 0;padding:var(--f-carousel-slide-padding);outline:0;transform-origin:center center}.f-carousel__slide img.is-preloading{visibility:hidden}.f-carousel__slide>.f-spinner{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.f-carousel.is-vertical{--f-carousel-slide-height: 100%}.f-carousel.is-vertical .f-carousel__track{flex-wrap:wrap}.f-carousel.is-vertical .f-carousel__slide{margin:0 0 var(--f-carousel-spacing) 0}:root{--f-carousel-dots-width: 24px;--f-carousel-dots-height: 30px;--f-carousel-dot-width: 8px;--f-carousel-dot-height: 8px;--f-carousel-dot-radius: 50%;--f-carousel-dot-color: var(--f-carousel-theme-color, currentColor);--f-carousel-dot-opacity: 0.2;--f-carousel-dot-hover-opacity: 0.4}.f-carousel.has-dots{margin-bottom:var(--f-carousel-dots-height)}.f-carousel__dots{position:absolute;bottom:calc(var(--f-carousel-dots-height)*-1);left:0;right:0;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;margin:0 auto !important;padding:0;list-style:none !important;user-select:none}.f-carousel__dots li{margin:0;padding:0;border:0;display:flex;align-items:center;justify-content:center;opacity:var(--f-carousel-dot-opacity);transition:opacity .15s ease-in-out}.f-carousel__dots li+li{margin:0}.f-carousel__dots li:hover{opacity:var(--f-carousel-dot-hover-opacity)}.f-carousel__dots li.is-current{opacity:1}.f-carousel__dots li button{appearance:none;display:flex;align-items:center;justify-content:center;margin:0;padding:0;width:var(--f-carousel-dots-width);height:var(--f-carousel-dots-height);border:0;background:rgba(0,0,0,0);cursor:pointer;transition:all .2s linear}.f-carousel__dot{display:block;margin:0;padding:0;border:0;width:var(--f-carousel-dot-width);height:var(--f-carousel-dot-height);border-radius:var(--f-carousel-dot-radius);background-color:var(--f-carousel-dot-color);line-height:0;font-size:0;cursor:pointer;pointer-events:none}.f-carousel__dots.is-dynamic li:not(.is-prev,.is-next,.is-current,.is-after-next,.is-before-prev) button{transform:scale(0);width:0}.f-carousel__dots.is-dynamic li.is-before-prev button,.f-carousel__dots.is-dynamic li.is-after-next button{transform:scale(0.22)}.f-carousel__dots.is-dynamic li.is-prev button,.f-carousel__dots.is-dynamic li.is-next button{transform:scale(0.66)}.f-carousel__dots.is-dynamic li.is-current button{transform:scale(1)}.f-carousel__dots.is-dynamic li.is-before-prev button,.f-carousel__dots.is-dynamic li.is-after-next button{transform:scale(0.33)}.f-carousel__dots.is-dynamic li.is-current:first-child{margin-left:calc(var(--f-carousel-dots-width)*2)}.f-carousel__dots.is-dynamic li.is-prev:first-child{margin-left:var(--f-carousel-dots-width)}.f-carousel__dots.is-dynamic li.is-next:last-child{margin-right:var(--f-carousel-dots-width)}.f-carousel__dots.is-dynamic li.is-current:last-child{margin-right:calc(var(--f-carousel-dots-width)*2)}.f-carousel.is-rtl .f-carousel__dots.is-dynamic .is-current:first-child{margin-left:0;margin-right:var(--f-carousel-dots-width)}.f-carousel.is-rtl .f-carousel__dots.is-dynamic .is-prev:first-child{margin-left:0;margin-right:var(--f-carousel-dots-width)}.f-carousel.is-rtl .f-carousel__dots.is-dynamic .is-current:last-child{margin-left:0;margin-right:var(--f-carousel-dots-width)}.f-carousel.is-rtl .f-carousel__dots.is-dynamic .is-next:last-child{margin-right:0;margin-left:var(--f-carousel-dots-width)}:root{--f-button-width: 40px;--f-button-height: 40px;--f-button-border: 0;--f-button-border-radius: 0;--f-button-color: #374151;--f-button-bg: #f8f8f8;--f-button-hover-bg: #e0e0e0;--f-button-active-bg: #d0d0d0;--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--f-button-svg-width: 20px;--f-button-svg-height: 20px;--f-button-svg-stroke-width: 1.5;--f-button-svg-fill: none;--f-button-svg-filter: none;--f-button-svg-disabled-opacity: 0.65}.f-button{display:flex;justify-content:center;align-items:center;box-sizing:content-box;position:relative;margin:0;padding:0;width:var(--f-button-width);height:var(--f-button-height);border:var(--f-button-border);border-radius:var(--f-button-border-radius);color:var(--f-button-color);background:var(--f-button-bg);box-shadow:var(--f-button-shadow);pointer-events:all;cursor:pointer;transition:var(--f-button-transition)}@media(hover: hover){.f-button:hover:not([disabled]){color:var(--f-button-hover-color);background-color:var(--f-button-hover-bg)}}.f-button:active:not([disabled]){background-color:var(--f-button-active-bg)}.f-button:focus:not(:focus-visible){outline:none}.f-button:focus-visible{outline:none;box-shadow:inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color))}.f-button svg{width:var(--f-button-svg-width);height:var(--f-button-svg-height);fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;transition:opacity .15s ease;transform:var(--f-button-transform);filter:var(--f-button-svg-filter);pointer-events:none}.f-button[disabled]{cursor:default}.f-button[disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}.f-carousel__nav .f-button.is-prev,.f-carousel__nav .f-button.is-next,.fancybox__nav .f-button.is-prev,.fancybox__nav .f-button.is-next{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next{top:50%;transform:translateY(-50%)}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-prev{left:var(--f-button-prev-pos)}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-next{right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev{left:auto;right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,.is-horizontal.is-rtl .fancybox__nav .f-button.is-next{right:auto;left:var(--f-button-prev-pos)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next{top:auto;left:50%;transform:translateX(-50%)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-prev{top:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-next{bottom:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg{transform:rotate(90deg)}.f-carousel__nav .f-button:disabled,.fancybox__nav .f-button:disabled{pointer-events:none}/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */.fa,.fas,.far,.fal,.fad,.fab{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border-radius:.1em;border:solid .08em #eee;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fas.fa-pull-left,.far.fa-pull-left,.fal.fa-pull-left,.fab.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fas.fa-pull-right,.far.fa-pull-right,.fal.fa-pull-right,.fab.fa-pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s infinite linear}.fa-pulse{animation:fa-spin 1s infinite steps(8)}@keyframes fa-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";transform:scale(1, -1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";transform:scale(-1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-flip-both{filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.sr-only{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */.fab{font-family:'Font Awesome 6 Brands';font-weight:400}/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */.far{font-family:'Font Awesome 6 Pro';font-weight:400}/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */.fa,.fas{font-family:'Font Awesome 6 Pro';font-weight:900}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css *//*! Customised by Flarum to remove IE-specific styles. */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,*:before,*:after{background:transparent !important;color:#000 !important;box-shadow:none !important;text-shadow:none !important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}}:root{--primary-color:#fd5105;--secondary-color:#3f51b5;--body-bg:#fff;--body-bg-shaded:#f7f7f7;--body-bg-light:#fff;--body-bg-faded:rgba(255,255,255,0.93);--text-color:#111;--link-color:#ff5003;--heading-color:#111;--muted-color:#666e99;--muted-color-light:#858bad;--muted-color-dark:#000;--shadow-color:rgba(0,0,0,0.35);--control-bg:#e5e7f6;--control-bg-light:#f0f1fa;--control-bg-shaded:#d5daf0;--control-color:#666e99;--error-color:#d83e3e;--text-on-dark:#fff;--text-on-light:#14161f;--yiq-threshold:150;--header-bg:#fff;--header-color:#fd5105;--header-control-bg:#e5e7f6;--header-control-color:#666e99;--overlay-bg:rgba(63,81,181,0.9);--code-bg:#f7f7f7;--code-color:#5e5e5e;--alert-bg:#fff2ae;--alert-color:#ad6c00;--alert-error-bg:#d83e3e;--alert-error-color:#fff;--alert-success-bg:#b4f1af;--alert-success-color:#33722d;--switch-on-color:#58a400;--switch-off-color:#d0021b;--enabled-color:#2ECC40;--disabled-color:#FF4136;--validation-error-color:#d83e3e;--avatar-bg:var(--control-bg);--badge-bg:var(--muted-color);--badge-color:#fff;--badge-hidden-bg:#888;--usercard-bg:var(--control-bg);--hero-bg:#e5e7f6;--hero-color:#666e99;--tooltip-bg:rgba(0,0,0,0.9);--tooltip-color:#fff;--online-user-circle-color:#7fba00;--discussion-title-color:#7c7c7c;--discussion-list-item-bg-hover:#f2f3fa;--button-color:#666e99;--button-bg:#e5e7f6;--button-bg-hover:#d2d6ef;--button-bg-active:#bfc5e8;--button-bg-disabled:#e5e7f6;--button-primary-color:#fff;--button-primary-bg:#fd5105;--button-primary-bg-hover:#e74802;--button-primary-bg-active:#cd4002;--button-primary-bg-disabled:#fd5105;--control-danger-color:#d66;--control-danger-bg:#fdd;--control-danger-bg-hover:#ffc3c3;--control-danger-bg-active:#faa;--control-danger-bg-disabled:#fdd;--muted-more-color:#aaa;--muted-more-bg:rgba(170,170,170,0.3);--muted-more-bg-hover:rgba(157,157,157,0.35);--muted-more-bg-active:rgba(145,145,145,0.4);--muted-more-bg-disabled:rgba(170,170,170,0.3);--button-inverted-color:#666e99;--button-inverted-bg:#fff;--button-inverted-bg-hover:#f2f2f2;--button-inverted-bg-active:#e6e6e6;--button-inverted-bg-disabled:#fff;--light-content-color:#fff;--light-content-control-color:#fff;--light-content-control-bg:rgba(0,0,0,0.1);--light-content-control-bg-shaded:rgba(0,0,0,0.2);--light-content-control-bg-fadedin:rgba(0,0,0,0.15);--header-colored-color:#fd5105;--header-colored-control-color:#666e99;--header-colored-control-bg:#e5e7f6;--header-colored-control-bg-shaded:#d2d6ef;--header-colored-control-bg-fadedin:#e5e7f6;--border-radius:4px;--drawer-width:270px;--pane-width:400px;--header-height:52px;--header-height-phone:46px;--zindex-header:1000;--zindex-pane:1010;--zindex-composer:1020;--zindex-dropdown:1030;--zindex-modal-background:1040;--zindex-modal:1050;--zindex-alerts:1060;--zindex-tooltip:1070;--flarum-screen:none;--screen-phone-max:767.98px;--screen-tablet:768px;--screen-tablet-max:991.98px;--screen-desktop:992px;--screen-desktop-max:1099.98px;--screen-desktop-hd:1100px}@media (max-width: 767.98px){:root{--flarum-screen:phone}}@media (min-width: 768px) and (max-width: 991.98px){:root{--flarum-screen:tablet}}@media (min-width: 992px) and (max-width: 1099.98px){:root{--flarum-screen:desktop}}@media (min-width: 1100px){:root{--flarum-screen:desktop-hd}}*,*:before,*:after{box-sizing:border-box}@media (max-width: 767.98px){html{overflow-x:hidden}}body{background:var(--body-bg);color:var(--text-color);font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,Cantarell,Oxygen,Roboto,Helvetica,Arial,sans-serif;font-size:13px;line-height:1.5;overflow-y:scroll;overflow-x:hidden}h1,h2,h3,h4,h5,h6{line-height:1.3}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{cursor:pointer;color:var(--link-color);text-decoration:none}a:hover{text-decoration:underline}hr{margin-top:15px;margin-bottom:15px;border:0;border-top:2px solid var(--control-bg)}p{margin:0 0 10px}.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.container:before,.container:after{content:" ";display:table}.container:after{clear:both}@media (min-width: 768px) and (max-width: 991.98px){.container{width:768px}}@media (min-width: 992px) and (max-width: 1099.98px){.container{width:992px}}@media (min-width: 1100px){.container{width:1100px}}.containerNarrow{max-width:600px;margin:0 auto}mark{background:#FFE300;padding:1px;border-radius:var(--border-radius);box-shadow:0 1px 0 rgba(0,0,0,0.1)}fieldset{padding:0;margin:0;border:0}fieldset>ul>li{margin-bottom:10px}legend{font-size:14px;font-weight:bold;margin-bottom:10px;color:var(--text-color)}input[type="search"]{-webkit-appearance:none}.checkbox{display:block;padding-left:20px;margin-bottom:5px;cursor:pointer}.checkbox input[type=checkbox],.checkbox input[type=radio]{margin-left:-20px;margin-top:2px;float:left}.fade{opacity:0;transition:opacity .15s linear}.fade.in{opacity:1}.darkenBackground{background:var(--shadow-color)}blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child{margin-bottom:0}@media (min-width: 768px){.affix{position:fixed}}.RequestErrorModal pre{white-space:pre-wrap;margin:0}#flarum-loading{text-align:center;padding:50px 0;font-size:18px;color:var(--muted-more-color)}.visually-hidden{clip:rect(0 0 0 0);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}.text-contrast--dark{--contrast-color:var(--text-on-light);color:var(--contrast-color)}.text-contrast--light{--contrast-color:var(--text-on-dark);color:var(--contrast-color)}.text-contrast--unchanged{--contrast-color:var(--unchanged-color)}.sideNav>ul{margin:0;padding:0;list-style:none}@media (min-width: 768px){.sideNav .Dropdown--select{display:block}.sideNav .Dropdown--select .Dropdown-toggle{display:none}.sideNav .Dropdown--select .Dropdown-menu{display:block;border:0;width:auto;margin:0;padding:0;min-width:0;float:none;position:static;background:none;box-shadow:none}.sideNav .Dropdown--select .Dropdown-menu>li>a{padding:8px 0 8px 30px;color:var(--sidenav-color, var(--muted-color))}.sideNav .Dropdown--select .Dropdown-menu>li>a:hover{background:none;color:var(--sidenav-color-hover, var(--link-color));text-decoration:none}.sideNav .Dropdown--select .Dropdown-menu>li>a .Button-icon{float:left;margin-left:-30px;font-size:15px}.sideNav .Dropdown--select .Dropdown-menu>li.active>a{background:none;color:var(--sidenav-color-active, var(--primary-color));font-weight:bold}.sideNav .Dropdown--select .Dropdown-menu>.Dropdown-separator{background:none}}@media (min-width: 768px) and (max-width: 991.98px){.sideNav{padding:15px 0;white-space:nowrap;overflow:auto;-webkit-overflow-scrolling:touch}.sideNav:after{content:" ";position:absolute;left:0;right:0;margin-top:15px;border-bottom:1px solid var(--control-bg)}.sideNav>ul>li,.sideNav .Dropdown-menu>li{display:inline-block;margin:0 20px 0 0;vertical-align:top}.sideNav .Dropdown-separator{display:none}.sideNav .Dropdown--select .Dropdown-menu>li>a{padding-left:25px}.sideNav .Dropdown--select .Dropdown-menu>li>a .icon{margin-left:-25px}.sideNav .affix{position:static}}@media (min-width: 992px){.sideNavContainer{display:flex}.sideNav{flex-shrink:0;margin-right:50px}.sideNav,.sideNav>ul{width:190px}.sideNav>ul{margin-top:30px}.sideNav>ul.affix{top:var(--header-height)}.sideNav>ul>li{margin-bottom:10px}}.sideNav--horizontal{padding:15px 0;white-space:nowrap;overflow:auto;-webkit-overflow-scrolling:touch}.sideNav--horizontal:after{content:" ";position:absolute;left:0;right:0;margin-top:15px;border-bottom:1px solid var(--control-bg)}.sideNav--horizontal>ul>li,.sideNav--horizontal .Dropdown-menu>li{display:inline-block;margin:0 20px 0 0;vertical-align:top}.sideNav--horizontal .Dropdown-separator{display:none}.sideNav--horizontal .Dropdown--select .Dropdown-menu>li>a{padding-left:25px}.sideNav--horizontal .Dropdown--select .Dropdown-menu>li>a .icon{margin-left:-25px}.sideNav--horizontal .affix{position:static}@media (max-width: 767.98px),(min-width: 768px) and (max-width: 991.98px){.sideNavOffset{margin-top:15px}}@media (min-width: 992px){.sideNavOffset{margin-top:30px;flex:1;min-width:0}}.App{position:relative !important;padding-top:var(--header-height);padding-bottom:50px;min-height:100vh}@media (max-width: 767.98px){.App{padding-top:var(--header-height-phone)}}@media (max-width: 767.98px){.App-navigation{background:var(--header-bg);position:fixed;top:0;left:0;right:0;z-index:var(--zindex-header);border-bottom:1px solid var(--control-bg);transition:box-shadow .2s,transform .2s;border-bottom:0;position:absolute}.affix .App-navigation{position:fixed}.scrolled .App-navigation{box-shadow:0 2px 6px var(--shadow-color)}.App-primaryControl,.App-titleControl,.App-backControl{position:absolute !important;z-index:calc(var(--zindex-header) + 1);top:0 !important;margin:0}.App.affix .App-primaryControl,.App.affix .App-titleControl,.App.affix .App-backControl,.Composer .App-primaryControl,.Composer .App-titleControl,.Composer .App-backControl{position:fixed !important}.App-primaryControl>.Button,.App-titleControl>.Button,.App-backControl>.Button{float:none;background:transparent !important;box-shadow:none !important;height:var(--header-height-phone);width:auto;padding:13px !important;margin:0 !important}.App-primaryControl>.Button:active,.App-titleControl>.Button:active,.App-backControl>.Button:active{opacity:0.5}.App-primaryControl>.Button--icon,.App-titleControl>.Button--icon,.App-backControl>.Button--icon{width:40px}.App-primaryControl{width:auto;right:0}.App-primaryControl.Dropdown .Button,.App-primaryControl.Dropdown .Button-caret{display:none !important}.App-primaryControl.Dropdown .Dropdown-toggle,.App-primaryControl.Dropdown .Button-icon{display:block !important}.App-primaryControl,.App-backControl{margin:0 !important}.App-primaryControl>.Button,.App-backControl>.Button{color:var(--header-control-color) !important}.App-primaryControl>.Button .Button-icon,.App-backControl>.Button .Button-icon{display:block;font-size:20px;margin:0}.App-primaryControl>.Button .Button-label,.App-backControl>.Button .Button-label{display:none}.App-titleControl{width:200px;left:50%;margin-left:-100px;text-align:center;color:var(--header-color) !important}.App-titleControl,.App-titleControl>.Button{font-size:16px}.App-titleControl>.Button{color:var(--header-color);width:100%;overflow:hidden;text-overflow:ellipsis}.App-titleControl--text{line-height:var(--header-height-phone);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:normal}.App-backControl{left:0}.App-backControl .Navigation-pin{display:none}}@media (max-width: 767.98px) and (max-width: 767.98px){.App-navigation{height:var(--header-height-phone)}}@media (max-width: 767.98px) and (min-width: 768px){.App-navigation{height:var(--header-height)}}@media (max-width: 767.98px){.App:not(.drawerOpen) .App-drawer{visibility:hidden}.drawerOpen{overflow:hidden}.App-drawer{background:var(--header-bg);width:var(--drawer-width);position:fixed;left:0;top:0;bottom:0;box-shadow:0 2px 6px var(--shadow-color);transform:translateX(calc(-6px - var(--drawer-width)));transition:transform .2s;z-index:var(--zindex-modal)}.drawerOpen .App-drawer{-webkit-transform:none !important;transform:none !important}.drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:var(--zindex-modal-background);background-color:var(--overlay-bg);opacity:0;transition:opacity .2s}.drawer-backdrop.in{opacity:0.9}}.Header-controls{margin:0;padding:0;list-style:none}.Header-logo{max-height:30px;vertical-align:middle}@media (max-width: 767.98px){.App-header .container{padding:0}.Header-navigation{display:none}.Header-title{padding:13px 10px;font-size:16px;font-weight:normal;margin:0;text-align:center}.Header-controls{margin-top:10px}.Header-controls>li{padding:0 10px 0}.Header-controls .FormControl,.Header-controls .ButtonGroup,.Header-controls .Button{width:100%;text-align:left}.Header-controls .Dropdown-menu .ButtonGroup,.Header-controls .Dropdown-menu .Button{width:auto}.Header-secondary .Search{margin:10px 0}}@media (min-width: 768px){.App-navigation{display:none}.App-header{background:var(--header-bg);position:fixed;top:0;left:0;right:0;z-index:var(--zindex-header);border-bottom:1px solid var(--control-bg);transition:box-shadow .2s,transform .2s;padding:8px;position:absolute;border-bottom:0}.affix .App-header{position:fixed}.scrolled .App-header{box-shadow:0 2px 6px var(--shadow-color)}.Header-navigation{float:left;margin-right:25px}.Header-controls,.Header-controls>li{display:inline-block;vertical-align:middle}.Header-primary{float:left}.Header-title{float:left;vertical-align:top;font-size:18px;font-weight:normal;margin:0 15px 0 0;line-height:34px}.Header-secondary{float:right}.Header-secondary .Search{margin-right:10px}}@media (min-width: 768px) and (max-width: 767.98px){.App-header{height:var(--header-height-phone)}}@media (min-width: 768px) and (min-width: 768px){.App-header{height:var(--header-height)}}@media (min-width: 768px) and (max-width: 991.98px){.Header-secondary .Search input:not(:focus){width:1px;background:transparent}.Header-secondary .Search:not(.active) input{padding-right:0}}.App-content{border-top:1px solid var(--control-bg)}@media (max-width: 767.98px){.App-content{background:var(--body-bg);width:100%;min-height:100vh;padding-bottom:50px}}.Alert{padding:12px 16px;border-radius:var(--border-radius);line-height:1.5;background:var(--alert-bg)}.Alert,.Alert a,.Alert a:hover,.Alert .Button,.Alert .Button:hover,.Alert .Button:active,.Alert .Button.active,.Alert .Button:focus,.Alert .Button.focus{color:var(--alert-color)}.Alert--error{--alert-bg:var(--alert-error-bg);--alert-color:var(--alert-error-color)}.Alert--success{--alert-bg:var(--alert-success-bg);--alert-color:var(--alert-success-color)}.Alert--success a,.Alert--success a:hover{text-decoration:underline}.Alert-controls{list-style-type:none;padding:0;margin:0 -8px 0 8px;display:inline-block}.Alert-controls>li{display:inline-block;margin:0 5px}.Alert-controls>li>a,.Alert-controls>li>.Button{text-transform:uppercase;font-size:12px;font-weight:bold}.Alert-controls>li>a.disabled,.Alert-controls>li>.Button.disabled{cursor:default;text-decoration:none;opacity:0.5}.Alert-controls>li>a:hover,.Alert-controls>li>.Button:hover{text-decoration:underline}.Alert-controls>li>.Button{margin:-10px;vertical-align:0}.Alert-controls:empty{display:none}.Alert-title{margin-bottom:8px;font-weight:bold;display:flex;align-items:center;gap:8px}.AlertManager{position:fixed;bottom:20px;left:20px;z-index:var(--zindex-alerts)}.AlertManager .Alert{display:inline-block;margin-top:20px;box-shadow:0 2px 6px var(--shadow-color)}.Avatar{display:inline-flex;align-items:center;justify-content:center;box-sizing:content-box;color:#fff;vertical-align:top;background-color:var(--avatar-bg);font-weight:normal;--size:48px;width:var(--size);height:var(--size);border-radius:100%;font-size:calc(var(--size) / 2)}.Avatar img{display:inline-block;width:100%;height:100%;border-radius:100%;vertical-align:top}.Badge{--size:22px;width:var(--size);height:var(--size);border-radius:calc(var(--size) / 2);background:var(--badge-bg);color:var(--contrast-color, var(--badge-color));display:inline-flex;align-items:center;justify-content:center;vertical-align:middle;box-shadow:0 2px 4px var(--shadow-color)}.Badge .Badge-label{display:none}.Badge,.Badge .Badge-icon{font-size:calc(0.56 * var(--size))}.badges{margin:0;padding:0;list-style:none}.badges,.badges>li{display:inline-block}.Badge--hidden{--badge-bg:var(--badge-hidden-bg)}.ButtonGroup{position:relative;display:inline-block;vertical-align:middle}.ButtonGroup>.Button{position:relative;float:left}.ButtonGroup>.Button:hover,.ButtonGroup>.Button:focus,.ButtonGroup>.Button:active,.ButtonGroup>.Button.active{z-index:2}.ButtonGroup>.Button:not(:first-child):not(:last-child):not(.Dropdown-toggle){border-radius:0}.ButtonGroup>.Button:first-child:not(:last-child):not(.Dropdown-toggle){margin-left:0;border-top-right-radius:0;border-bottom-right-radius:0}.ButtonGroup>.Button:last-child:not(:first-child),.ButtonGroup>.Button.Dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.ButtonGroup .Button+.Button{margin-left:1px}.Button{display:inline-block;margin-bottom:0;text-align:center;vertical-align:middle;cursor:pointer;white-space:nowrap;line-height:20px;padding:8px 13px;border-radius:var(--border-radius);-webkit-user-select:none;user-select:none;color:var(--button-color);background:var(--button-bg);border:0}.Button:hover{text-decoration:none}.Button:active,.Button.active,.open>.Button.Dropdown-toggle{box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.Button.disabled,.Button[disabled],fieldset[disabled] .Button{cursor:default;opacity:0.65;box-shadow:none}a.Button.disabled,fieldset[disabled] a.Button{pointer-events:none}.Button .Button-label{transition:margin-right .1s}.Button .LoadingIndicator-container{color:inherit;margin-top:-0.175em;margin-left:4px}.Button:hover,.Button:focus,.Button.focus{background-color:var(--button-bg-hover)}.Button:active,.Button.active,.open>.Dropdown-toggle.Button{background-color:var(--button-bg-active)}.Button.disabled,.Button[disabled],fieldset[disabled] .Button{background:var(--button-bg-disabled)}.Button--square{padding-left:9px;padding-right:9px}.Button--rounded{border-radius:18px}.Button--flat{background:transparent;border-radius:18px}.Button--link{background:transparent !important}.Button--link:hover{background:transparent !important;color:var(--link-color)}.Button--link:active,.Button--link.active,.Button--link:focus,.Button--link.focus,.open>.Button--link.Dropdown-toggle{background:transparent !important;box-shadow:none;color:var(--link-color)}.Button--text{background:transparent !important;padding:0;color:inherit !important;line-height:inherit}.Button--text:hover{text-decoration:underline}.Button--text:active,.Button--text.active,.open>.Button--text.Dropdown-toggle{box-shadow:none}.Button--primary{--button-color:var(--button-primary-color);--button-bg:var(--button-primary-bg);--button-bg-hover:var(--button-primary-bg-hover);--button-bg-active:var(--button-primary-bg-active);--button-bg-disabled:var(--button-primary-bg-disabled);font-weight:bold;padding-left:20px;padding-right:20px}.Button--primary .Button-icon{display:none}.Button--inverted{--button-color:var(--button-inverted-color);--button-bg:var(--button-inverted-bg);--button-bg-hover:var(--button-inverted-bg-hover);--button-bg-active:var(--button-inverted-bg-active);--button-bg-disabled:var(--button-inverted-bg-disabled)}.Button--danger{--button-color:var(--control-danger-color);--button-bg:var(--control-danger-bg);--button-bg-hover:var(--control-danger-bg-hover);--button-bg-active:var(--control-danger-bg-active);--button-bg-disabled:var(--control-danger-bg-disabled)}.Button--more{padding:2px 4px;line-height:1}.Button--more .Button-icon{margin:0}.Button--block,.LogInButton{display:block;width:100%;overflow:hidden;text-overflow:ellipsis}.Button--block+.Button--block{margin-top:5px}.Button--icon{width:36px;text-align:center;padding:8px 0}.Button--icon .Button-label,.Button--icon .Button-caret{display:none}.Button--icon .Button-icon{font-size:16px;vertical-align:-1px;margin:0}.SessionDropdown .Dropdown-toggle{border-radius:18px}.SessionDropdown .Dropdown-toggle .Avatar{margin:-2px 5px -2px -6px;--size:24px}.Button-icon{margin-right:7px}.Button-icon,.Button-caret{font-size:14px}.Button-caret{margin-left:7px}.Button-badge{font-size:12px;font-weight:bold;margin-left:10px}.Button--ua-reset{border:none;margin:0;padding:0;width:auto;overflow:visible;text-align:inherit;vertical-align:inherit;background:transparent;color:inherit;font:inherit;line-height:normal;-webkit-font-smoothing:inherit;-moz-osx-font-smoothing:inherit;-webkit-appearance:none;appearance:none}.Button--ua-reset::-moz-focus-inner{border:0;padding:0}.Checkbox{display:block;cursor:pointer;margin:0;position:relative}.Checkbox input[type="checkbox"]{position:absolute;z-index:1;opacity:0;top:0;bottom:0;left:0;right:0;width:100%;height:100%;cursor:pointer}.Checkbox input[type="checkbox"]:-moz-focusring + .Checkbox-display{outline:5px auto Highlight;outline:5px auto -webkit-focus-ring-color}.Checkbox input[type="checkbox"]:focus-visible + .Checkbox-display{outline:5px auto Highlight;outline:5px auto -webkit-focus-ring-color}.Checkbox--switch{--left-pad:65px;padding-left:var(--left-pad);margin:5px 0}.Checkbox--switch input[type="checkbox"]{top:-4px;width:50px;height:28px}.Checkbox--switch .Checkbox-display{float:left;margin-left:calc(0px - var(--left-pad));margin-top:-4px}.Checkbox--switch .Checkbox-display{width:50px;height:28px;padding:3px;position:relative;border-radius:14px;background:var(--control-bg);transition:background-color .2s}.Checkbox--switch .Checkbox-display .LoadingIndicator{--size:22px !important}.Checkbox--switch .Checkbox-display .LoadingIndicator-container{height:22px}.on.Checkbox--switch .Checkbox-display{background:var(--switch-on-color)}.on.Checkbox--switch .Checkbox-display .LoadingIndicator-container{justify-content:flex-end}.off.Checkbox--switch .Checkbox-display .LoadingIndicator-container{justify-content:flex-start}.Checkbox--switch .Checkbox-display:before{position:absolute;width:22px;height:22px;padding:0;left:3px;transition:opacity .2s,left .2s}.on.Checkbox--switch .Checkbox-display:before{left:25px}.Checkbox--switch .Checkbox-display:before{content:" ";background:var(--body-bg);border-radius:11px;box-shadow:0 2px 4px var(--shadow-color)}.Checkbox-display{font-size:14px}.on .Checkbox-display{color:var(--switch-on-color)}.off .Checkbox-display{color:var(--switch-off-color)}.disabled .Checkbox-display{color:var(--muted-more-color) !important}.Checkbox--switch.loading{color:var(--muted-more-color) !important}.Checkbox--switch.loading.on .Checkbox-display{background:transparent}.Checkbox--switch.loading.off .Checkbox-display{background:transparent}.Checkbox--switch.loading .LoadingIndicator{color:var(--muted-color-dark)}.ColorInput{position:relative}.ColorInput-preview,.ColorInput-icon{position:absolute;right:8px;bottom:8px;width:20px;height:20px}.ColorInput-preview{display:inline-block;border-radius:15%;padding:0;cursor:pointer;overflow:hidden}.ColorInput-preview,.ColorInput-preview::-webkit-color-swatch-wrapper,.ColorInput-preview::-webkit-color-swatch{border:none;padding:0}.ColorInput-preview::-moz-color-swatch{border:none}.ColorInput-icon{text-align:center;color:#d83e3e}.LabelValue{display:flex;gap:4px}.LabelValue-label{font-weight:bold}.Dropdown{position:relative}.Dropdown-menu{position:absolute;top:100%;left:0;z-index:var(--zindex-dropdown);display:none;min-width:160px;padding:8px 0;margin:7px 0;background:var(--body-bg);border-radius:var(--border-radius);box-shadow:0 2px 6px var(--shadow-color);list-style:none;text-align:left;color:var(--text-color);font-size:13px;line-height:1.5}.open .Dropdown-menu{display:block}.Dropdown-menu>li>a,.Dropdown-menu>li>button,.Dropdown-menu>li>span{padding:8px 15px;display:block;width:100%;color:var(--text-color);border-radius:0;border:0;background:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;box-shadow:none;text-align:left;font-size:13px;font-weight:normal;text-decoration:none;cursor:pointer}.Dropdown-menu>li>a.hasIcon,.Dropdown-menu>li>button.hasIcon,.Dropdown-menu>li>span.hasIcon{padding-left:40px}.Dropdown-menu>li>a .Button-icon,.Dropdown-menu>li>button .Button-icon,.Dropdown-menu>li>span .Button-icon{float:left;margin-left:-25px;margin-top:2px;width:16px;text-align:center}.Dropdown-menu>li>a.disabled,.Dropdown-menu>li>button.disabled,.Dropdown-menu>li>span.disabled{opacity:0.4;background:none !important}.Dropdown-menu>li>a:hover,.Dropdown-menu>li>button:hover{background:var(--control-bg)}.Dropdown-menu>li.active>a,.Dropdown-menu>li.active>button{background:var(--control-bg)}.Dropdown-menu--top{top:auto;bottom:100%}.Dropdown-menu--right{left:auto;right:0}.Dropdown-menu--inline{position:relative;display:block;box-shadow:none}.Dropdown-header{padding:10px 15px;color:var(--heading-color);text-transform:uppercase;font-size:12px;font-weight:bold;margin-top:8px;border-top:1px solid var(--control-bg);white-space:nowrap}.Dropdown-header:first-child{margin-top:-8px;border-top:0}.Dropdown-separator{margin:8px 0;background-color:var(--control-bg);height:1px}.dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:calc(var(--zindex-dropdown) - 10)}.Dropdown--split .Dropdown-toggle .Button-icon{display:none}.Dropdown--split .Dropdown-toggle .Button-caret{display:inline;margin:0}.Dropdown--split.itemCount1 .Button{border-radius:var(--border-radius) !important}.Dropdown--split.itemCount1 .Dropdown-toggle{display:none}@media (min-width: 768px){.Dropdown--split .Dropdown-menu li:first-child,.Dropdown--split .Dropdown-menu li:first-child+li.Dropdown-separator{display:none}}@media (max-width: 767.98px){.Dropdown.open{z-index:var(--zindex-modal)}.Dropdown .Dropdown-menu{margin:0;position:fixed;left:0 !important;right:0 !important;width:auto !important;bottom:0;top:auto;padding:0;padding-bottom:40px !important;display:block;max-height:70vh;border-radius:0;box-shadow:0 2px 6px var(--shadow-color);visibility:hidden;overflow:auto;-webkit-overflow-scrolling:touch;transform:translate(0, 70vh);transition:transform .3s,visibility 0s .3s}.Dropdown .Dropdown-menu>li>a,.Dropdown .Dropdown-menu>li>button{background:var(--body-bg);font-size:16px;padding:15px 20px}.Dropdown .Dropdown-menu>li>a.hasIcon,.Dropdown .Dropdown-menu>li>button.hasIcon{padding-left:50px}.Dropdown .Dropdown-menu>li>a .Button-icon,.Dropdown .Dropdown-menu>li>button .Button-icon{font-size:16px;margin-left:-30px}.Dropdown .Dropdown-menu>li>a:hover,.Dropdown .Dropdown-menu>li>button:hover{background:var(--control-bg)}.Dropdown .Dropdown-menu>.active>a,.Dropdown .Dropdown-menu>.active>button,.Dropdown .Dropdown-menu>.active>a:hover,.Dropdown .Dropdown-menu>.active>button:hover{background:var(--primary-color) !important;color:#fff !important}.open.Dropdown .Dropdown-menu{-webkit-transform:none;transform:none;visibility:visible;transition-delay:0s}.Dropdown-separator{margin:0}.dropdown-backdrop{background:var(--overlay-bg);opacity:0;transition:opacity .3s;transform:translate(0, 0)}.open .dropdown-backdrop{opacity:1}}.EditUserModal-groups .checkbox{margin-bottom:10px}.EditUserModal-groups .Badge{margin:-3px 3px -3px 0;vertical-align:1px}.Form-group{margin-bottom:24px}.Form-group:last-child{margin-bottom:0 !important}.Form--centered{text-align:center}.Form--centered .FormControl[type=text],.Form--centered .FormControl[type=email],.Form--centered .FormControl[type=password],.Form--centered .Button{margin:0 auto;text-align:center;height:50px;padding:15px 20px;font-size:15px}@media (max-width: 767.98px){.Form--centered .FormControl[type=text],.Form--centered .FormControl[type=email],.Form--centered .FormControl[type=password],.Form--centered .Button{font-size:16px}}.Form--centered .Form-group{margin-bottom:12px}.Form--centered .checkbox{text-align:left}.Form-group>label{font-size:14px;font-weight:bold;margin-bottom:10px;color:var(--text-color);display:block}.FormControl{--transition:border-color .15s,background .15s;display:block;width:100%;height:36px;padding:8px 13px;font-size:13px;line-height:1.5;color:var(--control-color);background-color:var(--control-bg);border:2px solid transparent;border-radius:var(--border-radius);transition:var(--transition);-webkit-appearance:none}.FormControl:focus{background-color:var(--body-bg);color:var(--text-color);border-color:var(--primary-color);outline:none}.FormControl::-webkit-input-placeholder,.FormControl::placeholder{color:var(--control-color)}.FormControl[disabled],.FormControl[readonly],fieldset[disabled] .FormControl{opacity:0.5}.FormControl[disabled],fieldset[disabled] .FormControl{cursor:not-allowed}textarea.FormControl{height:auto}@media (max-width: 767.98px){.FormControl{font-size:16px}}.helpText{font-size:12px;line-height:1.5em;margin-bottom:10px;color:var(--muted-color)}.LoadingIndicator{--spin-time:750ms;border-color:currentColor;border-width:var(--thickness);border-style:solid;border-top-color:transparent;border-radius:50%;width:var(--size);height:var(--size);animation:spin var(--spin-time) linear infinite}.LoadingIndicator-container{--size:24px;--thickness:2px;color:var(--muted-color);display:flex;align-items:center;justify-content:center}.LoadingIndicator-container--large{--size:32px;--thickness:3px}.LoadingIndicator-container--small{--size:18px}.LoadingIndicator-container--block{height:100px}.LoadingIndicator-container--inline{display:inline-block;vertical-align:middle}@keyframes spin{from{transform:rotate(0)}to{transform:rotate(1turn)}}.Modal{padding:0;border-radius:4px;transform:scale(.9);transition:transform .2s ease-out,opacity .2s ease-out,top .2s ease-out;z-index:2;position:relative;width:auto;margin:10px;max-width:600px}.Modal.in{transform:scale(1)}.Modal-backdrop{background:var(--overlay-bg);position:fixed;top:0;left:0;right:0;bottom:0;opacity:0;transition:opacity .2s ease-out;z-index:calc(var(--zindex-modal) + var(--modal-count) - 2)}.Modal-backdrop[data-showing]{opacity:1}.ModalManager{position:fixed;top:0;right:0;bottom:0;left:0;z-index:calc(var(--zindex-modal) + var(--modal-number));-webkit-overflow-scrolling:touch;overflow-x:hidden;overflow-y:auto}.ModalManager-invisibleBackdrop{position:fixed;top:0;right:0;bottom:0;left:0}.Modal-content{position:relative;background-color:var(--body-bg);background-clip:padding-box;margin:0 auto;overflow:hidden}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}.Modal-alert{text-align:center}.Modal-alert .Alert{border-radius:0}.Modal-alert .Alert-controls{margin:0;display:block}.Modal-body{background-color:var(--control-bg);padding:25px 30px;color:var(--control-color)}.Modal-body .FormControl{background-color:var(--body-bg);color:var(--text-color)}.Modal-body .Form--centered .helpText{font-size:14px;line-height:1.5em;margin-bottom:25px;text-align:left}.Modal-body .off.Checkbox--switch .Checkbox-display{background:var(--muted-more-color)}.Modal-footer{border:0;padding:20px;text-align:center;color:var(--muted-color)}.Modal--inverted .Modal-header{background-color:var(--control-bg);color:var(--control-color)}.Modal--inverted .Modal-body{background-color:transparent;color:unset}@media (max-width: 767.98px){.ModalManager{position:fixed;left:0;right:0;bottom:0;top:0;overflow:auto}.ModalManager:before{content:" ";background:var(--header-bg);position:fixed;top:0;left:0;right:0;z-index:var(--zindex-header);border-bottom:1px solid var(--control-bg);transition:box-shadow .2s,transform .2s;position:absolute;z-index:2}.Modal{max-width:100%;margin:0;-webkit-transform:none !important;transform:none !important;top:100vh}.Modal.fade{opacity:1}.Modal.in{top:0}.Modal-content{border-radius:0;border:0;min-height:100vh;padding-top:var(--header-height-phone);box-shadow:none}.Modal-header{padding:0;border:0;min-height:0}}@media (max-width: 767.98px) and (max-width: 767.98px){.ModalManager:before{height:var(--header-height-phone)}}@media (max-width: 767.98px) and (min-width: 768px){.ModalManager:before{height:var(--header-height)}}@media (min-width: 768px){.Modal{border-radius:var(--border-radius);box-shadow:0 7px 15px var(--shadow-color);width:100%;max-width:600px;margin:120px auto}.Modal-close{position:absolute;right:10px;top:10px;z-index:2}.Modal-content{border-radius:var(--border-radius)}.Modal--small{max-width:375px}.Modal--large{max-width:800px}.Modal-header{text-align:center;border:0;padding:25px}.Modal-header h3{font-size:20px;font-weight:normal;margin:0}}.Navigation-back{z-index:3 !important;border-radius:var(--border-radius) !important;transition:border-radius .2s;max-width:150px;overflow:hidden;text-overflow:ellipsis;padding-left:8px;padding-right:8px}.Navigation-back .icon{font-size:14px}.Navigation-pin{display:none;opacity:0;margin-left:-5px !important;border-radius:0 var(--border-radius) var(--border-radius) 0;transition:opacity .2s,margin-left .2s}.Navigation-pin .icon{transform:rotate(45deg)}@media (min-width: 1100px){.Navigation-pin{display:block}.hasPane.panePinned .Navigation-back,.hasPane.paneShowing .Navigation-back{border-radius:var(--border-radius) 0 0 var(--border-radius) !important}.hasPane.panePinned .Navigation-pin,.hasPane.paneShowing .Navigation-pin{opacity:1;margin-left:1px !important}.hasPane.panePinned .Navigation-pin .icon{transform:rotate(0)}}.Navigation-drawer.new{position:relative}.Navigation-drawer.new:after{content:' ';display:block;position:absolute;background:var(--header-color);top:10px;right:3px;width:14px;height:14px;border-radius:7px;border:2px solid var(--header-bg)}.Placeholder{margin-top:40px}.Placeholder p{font-size:1.4em;color:var(--muted-more-color);text-align:center}.Search{position:relative}.Search ::-webkit-search-cancel-button{display:none}.Search-clear:focus{outline:none}.Search-clear:-moz-focusring > *{outline:5px auto Highlight;outline:5px auto -webkit-focus-ring-color}.Search-clear:focus-visible > *{outline:5px auto Highlight;outline:5px auto -webkit-focus-ring-color}.Search-clear:-moz-focusring > *{outline-offset:4px}.Search-clear:focus-visible > *{outline-offset:4px}@media (min-width: 768px){.Search{transition:margin-left .4s}.Search.focused{margin-left:-400px}.Search.focused input,.Search.focused .Search-results{width:400px}}.Search-results{overflow:auto;left:auto;right:0}@media (max-width: 767.98px){.Search-results{left:0}}.Search-results>li>a{white-space:normal}.Search-results mark{background:none;padding:0;font-weight:bold;color:inherit;box-shadow:none}.Search-input{overflow:hidden;color:var(--muted-color)}.Search-input:before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;font-family:'Font Awesome 6 Pro';font-weight:900;font-family:'Phosphor-bold';font-weight:initial;content:"\f002";float:left;margin-right:-36px;width:36px;font-size:14px;text-align:center;position:relative;padding:8px 0;line-height:1.5;pointer-events:none}.Search-input:before.fa-pull-left{margin-right:.3em}.Search-input:before.fa-pull-right{margin-left:.3em}.Search-input input{float:left;width:225px;padding-left:32px;padding-right:32px;transition:var(--transition),width .4s;box-sizing:inherit !important}.Search-input .LoadingIndicator-container{height:36px}.Search-input .Button{float:left;margin-left:-36px;width:36px !important}.Search-input .Button.LoadingIndicator{width:var(--size) !important;padding:0}.DiscussionSearchResult-excerpt{margin-top:3px;color:var(--muted-color);font-size:11px}.UserSearchResult .Avatar{--size:24px;margin:-2px 10px -2px 0}.Select{display:inline-block;vertical-align:middle}.Select select{display:inline-block;width:auto;-webkit-appearance:none;-moz-appearance:none;padding-right:30px;cursor:pointer;line-height:1}.Select-caret{margin-left:-30px;pointer-events:none;color:var(--control-color);text-align:center;width:1.25em}.Table{background:var(--control-bg);border-radius:var(--border-radius);border-collapse:collapse;border-spacing:0}.Table caption{text-align:start}.Table td,.Table th{border-bottom:1px solid var(--body-bg);color:var(--control-color)}.Table td,.Table th,.Table .Checkbox,.Table-controls-item{padding:10px 15px}.Table .Table-checkbox,.Table .Table-controls{padding:0}.Table thead th{text-align:center;padding:15px 25px}.Table thead .icon{display:block;font-size:14px;width:auto;margin-bottom:5px}.Table-groupToggle{cursor:pointer}.Table-groupToggle .icon{font-size:14px;margin-right:2px;text-align:center;width:1.25em}.Table-checkbox .Checkbox{display:block}.Table-checkbox .Checkbox-display{text-align:center;cursor:pointer}.Table-checkbox.highlighted .Checkbox:not(.disabled),.Table-checkbox .Checkbox:hover:not(.disabled){background:var(--control-bg-shaded)}.Table-controls-item{width:100%;border-radius:0}.TextEditor .TextEditor-editor{border-radius:0;padding:0 0 10px;border:0;resize:none;color:var(--text-color);font-size:14px;line-height:1.7}.TextEditor .TextEditor-editor,.TextEditor .TextEditor-editor:focus,.TextEditor .TextEditor-editor[disabled]{background:none;border:0}@media (max-width: 767.98px){.TextEditor .TextEditor-editor{font-size:16px}}.TextEditor-controls{margin:0;padding:10px 0;list-style-type:none;overflow-x:auto;white-space:nowrap}.TextEditor-controls li{display:inline-block;margin-right:10px}.TextEditor-toolbar .Button--icon{width:28px}@media (min-width: 768px){.TextEditor-controls{margin:0 -20px 0 -105px;padding:10px 20px;border-top:1px solid var(--control-bg)}.fullScreen .TextEditor-controls{margin:0;border-top:0;padding:20px 0}}.tooltip{--tooltip-arrow-width:5px;position:absolute;z-index:var(--zindex-tooltip);display:block;font-size:12px;font-weight:normal;line-height:1.4;opacity:0;transition:opacity .15s linear}.tooltip.in{opacity:1}.tooltip.top{margin-top:-3px;padding:var(--tooltip-arrow-width) 0}.tooltip.right{margin-left:3px;padding:0 var(--tooltip-arrow-width)}.tooltip.bottom{margin-top:3px;padding:var(--tooltip-arrow-width) 0}.tooltip.left{margin-left:-3px;padding:0 var(--tooltip-arrow-width)}.tooltip-inner{max-width:200px;padding:7px 12px;color:var(--tooltip-color);text-align:center;text-decoration:none;background-color:var(--tooltip-bg);border-radius:var(--border-radius)}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:calc(0px - var(--tooltip-arrow-width));border-width:var(--tooltip-arrow-width) var(--tooltip-arrow-width) 0;border-top-color:var(--tooltip-bg)}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:calc(0px - var(--tooltip-arrow-width));border-width:var(--tooltip-arrow-width) var(--tooltip-arrow-width) var(--tooltip-arrow-width) 0;border-right-color:var(--tooltip-bg)}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:calc(0px - var(--tooltip-arrow-width));border-width:var(--tooltip-arrow-width) 0 var(--tooltip-arrow-width) var(--tooltip-arrow-width);border-left-color:var(--tooltip-bg)}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:calc(0px - var(--tooltip-arrow-width));border-width:0 var(--tooltip-arrow-width) var(--tooltip-arrow-width);border-bottom-color:var(--tooltip-bg)}.ValidationError{font-size:0.9em;font-weight:bold;color:var(--validation-error-color)}.PostsUserPage-loadMore{text-align:center;margin-top:10px}.PostsUserPage-loadMore .LoadingIndicator-container{height:46px}.PostsUserPage-list{margin:0;padding:0;list-style:none}.PostsUserPage-list>li{border-bottom:1px solid var(--control-bg);margin-bottom:15px}.PostsUserPage-list .Post{padding-top:10px}.PostsUserPage-discussion{font-weight:bold;margin-bottom:10px;position:relative;z-index:1}.PostsUserPage-discussion,.PostsUserPage-discussion a{color:var(--muted-color)}.PostsUserPage-discussion a{font-style:italic}.AvatarEditor{position:relative}.AvatarEditor .Dropdown-toggle{opacity:0;position:absolute;left:0;top:0;right:0;bottom:0;border-radius:100%;background:rgba(0,0,0,0.6);text-align:center;text-decoration:none;border:0}.AvatarEditor .AvatarEditor--noAvatar{opacity:0.7}.AvatarEditor:hover .Dropdown-toggle,.AvatarEditor.open .Dropdown-toggle,.AvatarEditor.loading .Dropdown-toggle,.AvatarEditor.dragover .Dropdown-toggle{opacity:1}.AvatarEditor .LoadingIndicator-container{color:#fff;position:absolute;left:0;top:0;right:0;bottom:0}@media (min-width: 768px){.AvatarEditor .Dropdown-menu{left:35%;top:65%}}.Composer{pointer-events:auto;box-shadow:0 2px 6px var(--shadow-color)}.Composer.minimized{height:46px;cursor:pointer;background:var(--control-bg)}.Composer-controls{list-style:none;padding:0;margin:0}.minimized .ComposerBody-content{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ComposerBody-header{list-style:none;padding:1px 0;margin:0 0 10px}.minimized .ComposerBody-header{pointer-events:none}.ComposerBody-header>li{display:inline-block;margin-right:-4px}.ComposerBody-header h3{margin:0;line-height:1.5em;color:var(--control-color)}.ComposerBody-header h3,.ComposerBody-header h3 input,.ComposerBody-header h3 a{font-size:14px;font-weight:normal}.ComposerBody-header h3 input,.ComposerBody-header h3 a{color:inherit}.ComposerBody-header h3 input{font-size:16px;width:500px}.ComposerBody-header h3 input,.ComposerBody-header h3 input[disabled],.ComposerBody-header h3 input:focus{background:none;border:0;padding:0 20px 0 0;height:auto}.ComposerBody-header h3 .icon{font-size:14px;margin-right:3px}.fa-minus.minimize{vertical-align:-5px}.Composer-controls{position:absolute;right:10px;top:10px;z-index:1}.Composer-controls li{display:inline-block}.minimized .Composer-controls{top:7px}.ComposerBody-loading{position:absolute;top:0;left:0;right:0;bottom:0;background:var(--body-bg-faded);display:none;border-radius:var(--border-radius) var(--border-radius) 0 0}.ComposerBody-loading.active{display:flex}.minimized .ComposerBody-editor{visibility:hidden}@media (max-width: 767.98px){.Composer{position:fixed;bottom:0;left:0;right:0;z-index:var(--zindex-composer);background:var(--body-bg)}.Composer:not(.minimized){position:fixed;top:0;height:350px !important;max-height:100%;padding-top:var(--header-height-phone)}.mobile-safari .Composer:not(.minimized){position:absolute}.Composer:not(.minimized):before{content:" ";background:var(--header-bg);position:fixed;top:0;left:0;right:0;z-index:var(--zindex-header);border-bottom:1px solid var(--control-bg);transition:box-shadow .2s,transform .2s;position:absolute;opacity:0}.visible.Composer:not(.minimized):before{opacity:1}.Composer:not(.minimized) .Composer-controls{position:static;z-index:calc(var(--zindex-header) + 1)}.Composer:not(.minimized) .Composer-controls li:not(.App-backControl){display:none}.Composer:not(.minimized) .Composer-controls .App-backControl{position:absolute !important}.Composer-controls .fa-minus:before{content:"\f00d"}.composer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:calc(var(--zindex-composer) - 1);background-color:var(--overlay-bg);opacity:0.9}.minimized .ComposerBody-content{margin-right:50px}.ComposerBody-avatar{display:none}.ComposerBody-header{margin-bottom:0}.ComposerBody-header>li{display:block;border-bottom:1px solid var(--control-bg);padding:10px 15px}.minimized .ComposerBody-header>li{border-bottom:0;padding:15px}.normal .ComposerBody-header>li:first-child{height:var(--header-height-phone);margin:calc(0px - var(--header-height-phone)) 50px 0;text-align:center;position:relative;z-index:calc(var(--zindex-header) + 1);border:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:flex;align-items:center;justify-content:center}.normal .ComposerBody-header>li:first-child h3{color:var(--header-control-color)}.ComposerBody-header h3 input{width:100% !important}.ComposerBody-editor{padding:15px}.ComposerBody-editor .TextEditor-controls .item-submit{position:absolute !important}}@media (max-width: 767.98px) and (max-width: 767.98px){.Composer:not(.minimized):before{height:var(--header-height-phone)}}@media (max-width: 767.98px) and (min-width: 768px){.Composer:not(.minimized):before{height:var(--header-height)}}@media (min-width: 768px){.App-composer{position:fixed;bottom:0;left:0;right:0;z-index:var(--zindex-composer);pointer-events:none;transition:left .2s}.Composer{border-radius:var(--border-radius) var(--border-radius) 0 0;background:var(--body-bg-faded);position:relative;height:300px;transition:background .2s,box-shadow .2s}.Composer.active,.Composer.fullScreen{background:var(--body-bg)}.Composer.active:not(.fullScreen){box-shadow:0 0 0 2px var(--primary-color),0 2px 6px var(--shadow-color)}.Composer.fullScreen{position:fixed;left:0;top:0;bottom:0;right:0;margin:0;height:auto;border-radius:0}.fullScreen .Composer-controls .Button{padding:13px;width:auto}.fullScreen .Composer-controls .Button .Button-icon{font-size:20px}.ComposerBody-header{margin-right:120px}.fullScreen .ComposerBody-header{margin-bottom:20px}.minimized .ComposerBody-header{overflow:hidden;margin-right:32px}.Composer-content{padding:20px 20px 0}.minimized .Composer-content{padding:12px 20px}.fullScreen .Composer-content{max-width:900px;margin:0 auto;padding:30px}.Composer-handle{height:15px;margin-bottom:-17px;position:relative}.minimized .Composer-handle,.fullScreen .Composer-handle{display:none}.ComposerBody-avatar{float:left;--size:64px}.minimized .ComposerBody-avatar,.fullScreen .ComposerBody-avatar{display:none}.ComposerBody-content{margin-left:85px}.minimized .ComposerBody-content,.fullScreen .ComposerBody-content{margin-left:0}.fullScreen .ComposerBody-editor .TextEditor-editor{font-size:16px}.ComposerBody--discussion .ComposerBody-header .item-title{display:none}}@media (min-width: 992px){.Composer:not(.fullScreen){margin-left:220px;margin-right:-20px}.App--discussion .Composer:not(.fullScreen){margin-left:-20px;margin-right:205px}}@media (min-width: 1100px){.hasPane.panePinned .App-composer{left:var(--pane-width)}}.DiscussionHero .badges{margin-right:10px;margin-bottom:-2px;vertical-align:2px}.DiscussionHero-items{padding:0;margin:0;list-style:none}.DiscussionHero-items>li{display:inline-block}.DiscussionHero-title{display:inline;vertical-align:middle}.DiscussionList-discussions{margin:0;padding:0;list-style-type:none;position:relative}.DiscussionList-loadMore{text-align:center;margin-top:10px}.DiscussionList-loadMore .LoadingIndicator-container{height:46px}@media (max-width: 767.98px){.DiscussionList{margin:0 -15px}}.DiscussionListItem .tooltip .tooltip-inner{max-width:none}.DiscussionListItem--hidden .DiscussionListItem-content{opacity:0.5}.DiscussionListItem a{text-decoration:none}.DiscussionListItem-content{position:relative;color:var(--muted-color)}.DiscussionListItem-main{color:inherit;text-decoration:none}.DiscussionListItem-author{float:left;margin-top:13px}.DiscussionListItem-badges{float:left;margin-top:10px;text-align:right;white-space:nowrap;pointer-events:none}.DiscussionListItem-badges .Badge{margin-left:-10px;position:relative;pointer-events:auto}.DiscussionListItem-main{display:inline-block;width:100%;padding:12px 0}.DiscussionListItem-title{margin:0 0 3px;line-height:1.3;color:var(--heading-color);font-weight:normal;overflow:hidden;text-overflow:ellipsis}.DiscussionList:not(.DiscussionList--searchResults) .read .DiscussionListItem-title{color:var(--discussion-title-color)}.DiscussionList:not(.DiscussionList--searchResults) .unread .DiscussionListItem-title{font-weight:600}.DiscussionListItem-title mark{background:none;box-shadow:none;font-weight:bold;color:var(--text-color)}.DiscussionListItem-info{list-style-type:none;padding:0;margin:0;font-size:11px;color:var(--muted-more-color)}.DiscussionListItem-info>li{display:inline}.DiscussionListItem-info .username{font-weight:bold}.DiscussionListItem-info .item-terminalPost .icon{font-size:11px;margin-right:-1px}.DiscussionListItem-info .item-excerpt{margin-top:4px;white-space:normal;font-size:12px;line-height:1.5em;display:block;word-break:break-word}.DiscussionPage-list .DiscussionListItem-info .item-excerpt{margin-right:0}.DiscussionListItem-info .item-excerpt mark{background:none;box-shadow:none;font-weight:bold;color:inherit}.DiscussionListItem-count{float:right;margin-top:12px;text-decoration:none}.unread .DiscussionListItem-count{cursor:pointer}@media (any-hover:none){.DiscussionListItem-controls>.Dropdown-toggle{display:none}}@media (max-width: 767.98px){.DiscussionListItem-controls{display:none}.DiscussionListItem-content{padding-left:60px;padding-right:50px}.DiscussionListItem-content:active{background:var(--control-bg)}.DiscussionListItem-author{margin-left:-45px}.DiscussionListItem-author .Avatar{--size:32px}.DiscussionListItem-badges{margin-left:-45px;width:38px}.DiscussionListItem-badges .badge{--size:20px;margin-left:-13px}.DiscussionListItem-main{margin-right:-45px}.DiscussionListItem-title{font-size:14px;text-decoration:none !important}.DiscussionListItem-info{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.DiscussionListItem-count{margin-right:-35px;background:var(--control-bg);color:var(--control-color);border-radius:var(--border-radius);font-size:12px;padding:2px 6px}.unread .DiscussionListItem-count{background:var(--primary-color);color:#fff;font-weight:bold}.unread .DiscussionListItem-count:active{opacity:0.5}}@media (min-width: 768px){.DiscussionListItem{position:relative;margin-right:-15px;padding-right:25px;padding-left:15px;margin-left:-15px;border-radius:var(--border-radius);transition:background .2s}.DiscussionListItem:hover{background:var(--discussion-list-item-bg-hover)}.DiscussionListItem:hover .DiscussionListItem-controls,.DiscussionListItem .DiscussionListItem-controls.open{opacity:1}.DiscussionListItem .DiscussionListItem-controls.open{z-index:3}.DiscussionListItem-controls{position:absolute;right:5px;top:5px;z-index:1;opacity:0;transition:opacity .2s}.DiscussionListItem-controls:focus-within{opacity:1}.DiscussionListItem-controls .Dropdown-toggle{display:block}.DiscussionListItem-controls .Dropdown-menu{right:0;left:auto}.DiscussionListItem-info .item-excerpt{margin-right:170px}.DiscussionListItem-content{padding-left:52px;padding-right:80px}.DiscussionListItem-author{margin-left:-52px}.DiscussionListItem-author .Avatar{--size:36px}.DiscussionListItem-badges{margin-left:-55px;width:48px}.DiscussionListItem-main{margin-right:-65px}.DiscussionListItem-title{font-size:16px}.DiscussionListItem-count{margin-top:12px;margin-right:-70px;width:55px;color:var(--muted-color);font-size:14px;padding-left:21px}.DiscussionListItem-count:before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;font-family:'Font Awesome 6 Pro';font-weight:400;font-family:'Phosphor-bold';font-weight:initial;content:"\f075";float:left;margin-left:-21px;margin-top:3px}.DiscussionListItem-count:before.fa-pull-left{margin-right:.3em}.DiscussionListItem-count:before.fa-pull-right{margin-left:.3em}.unread .DiscussionListItem-count{color:var(--heading-color);font-weight:bold}.unread .DiscussionListItem-count:before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;font-family:'Font Awesome 6 Pro';font-weight:900;font-family:'Phosphor-bold';font-weight:initial;content:"\f075"}.unread .DiscussionListItem-count:before.fa-pull-left{margin-right:.3em}.unread .DiscussionListItem-count:before.fa-pull-right{margin-left:.3em}.unread .DiscussionListItem-count:hover:before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;font-family:'Font Awesome 6 Pro';font-weight:900;font-family:'Phosphor-bold';font-weight:initial;content:"\f00c"}.unread .DiscussionListItem-count:hover:before.fa-pull-left{margin-right:.3em}.unread .DiscussionListItem-count:hover:before.fa-pull-right{margin-left:.3em}}.DiscussionPage-nav>ul{padding:0;margin:0;list-style:none}@media (max-width: 767.98px){.DiscussionPage-nav{margin:0 -15px;border-bottom:1px solid var(--control-bg)}.DiscussionPage-nav>ul>li{margin:15px;display:inline-block}.DiscussionPage-nav>ul>li.item-controls,.DiscussionPage-nav>ul>li.item-scrubber{margin:0;display:block}}@media (min-width: 768px){.DiscussionPage-discussion>.container{display:grid;grid-gap:75px;grid-template-columns:1fr 150px;grid-template-areas:'stream nav'}.DiscussionPage-discussion>.container::before,.DiscussionPage-discussion>.container::after{content:none}.DiscussionPage-nav{align-self:start;position:sticky;grid-area:nav;top:var(--header-height);padding-top:32px;z-index:1}.DiscussionPage-nav>ul>li{margin-bottom:10px}.DiscussionPage-nav .ButtonGroup,.DiscussionPage-nav .Button{width:100%}.DiscussionPage-nav .ButtonGroup:not(.itemCount1) .Button:first-child{width:77%}.DiscussionPage-nav .ButtonGroup:not(.itemCount1) .Dropdown-toggle{width:22%}.DiscussionPage-stream{grid-area:stream;max-width:100%;min-width:0}}@media (max-width: 767.98px){.DiscussionPage-list{display:none}}@media (min-width: 768px){.DiscussionPage-list{left:calc(-6px - var(--pane-width));position:absolute;z-index:var(--zindex-pane);overflow:auto;top:var(--header-height);height:calc(100vh - var(--header-height));width:var(--pane-width);background:var(--body-bg);padding-bottom:40px;border-top:1px solid var(--control-bg);box-shadow:0 6px 6px var(--shadow-color);transition:left .2s}.affix .DiscussionPage-list{position:fixed;bottom:0;height:auto}.paneShowing .DiscussionPage-list{left:0}.DiscussionPage-list .DiscussionListItem{margin:0;padding:0;border-radius:0}.DiscussionPage-list .DiscussionListItem.active{background:var(--control-bg)}.DiscussionPage-list .DiscussionListItem-controls{top:5px}.DiscussionPage-list .DiscussionListItem-content{padding-left:67px;padding-right:80px}.DiscussionPage-list .DiscussionListItem-title{font-size:14px}.DiscussionPage-list .DiscussionListItem-info{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.DiscussionPage-list .DiscussionListItem-relevantPosts{margin-left:-52px;margin-right:-65px}.DiscussionPage-list .DiscussionListItem-count{margin-top:11px}}@media (min-width: 1100px){.panePinned .DiscussionPage-list{left:0;transition:none}.hasPane.panePinned .App-content,.hasPane.panePinned .App-footer{margin-left:var(--pane-width)}.hasPane.panePinned .App-content .container,.hasPane.panePinned .App-footer .container{max-width:100%;padding-left:30px;padding-right:30px}.App-header .container{transition:width .2s}.hasPane.panePinned .App-header .container{width:100%}}.Hero{margin-top:-1px;background:var(--hero-bg);text-align:center;color:var(--contrast-color, var(--hero-color))}.Hero h1{margin:0;font-size:16px;font-weight:normal;line-height:1.5em}.Hero .container{padding-top:20px;padding-bottom:20px}.Hero-close{float:right;margin-top:-10px;color:inherit;opacity:0.5}.Hero-subtitle{margin:8px 0 0;line-height:1.5em}@media (max-width: 767.98px){.Hero-close{margin-right:-10px}}@media (min-width: 768px){.Hero h1{font-size:22px}.Hero .container{padding-top:40px;padding-bottom:30px}.Hero-subtitle{font-size:15px}}@media (min-width: 992px){.IndexPage-nav .item-newDiscussion{margin-bottom:20px}.IndexPage-nav .item-newDiscussion .Button{display:block;width:100%;overflow:hidden;text-overflow:ellipsis}.IndexPage-nav .item-newDiscussion .Button+.Button--block{margin-top:5px}}.IndexPage-toolbar{margin-bottom:15px}.IndexPage-toolbar-view,.IndexPage-toolbar-action{display:inline-block;margin:0;list-style:none;padding:0}.IndexPage-toolbar-view>li,.IndexPage-toolbar-action>li{display:inline-block}.IndexPage-toolbar-view>li{margin-right:5px}.IndexPage-toolbar-action{float:right}.IndexPage-toolbar-action>li{margin-left:5px}.LogInButton .Button-icon{font-size:18px;vertical-align:-1px;margin-right:5px}.LogInButtons{width:200px;margin:0 auto}.LogInButtons .LogInButton{margin-bottom:5px}.LogInButtons .LogInButton:last-child{margin-bottom:20px}.NotificationGrid{background:var(--control-bg);border-radius:var(--border-radius);border-collapse:collapse;border-spacing:0}.NotificationGrid caption{text-align:start}.NotificationGrid td,.NotificationGrid th{border-bottom:1px solid var(--body-bg);color:var(--control-color)}.NotificationGrid td,.NotificationGrid th,.NotificationGrid .Checkbox,.NotificationGrid-controls-item{padding:10px 15px}.NotificationGrid .NotificationGrid-checkbox,.NotificationGrid .NotificationGrid-controls{padding:0}.NotificationGrid thead th{text-align:center;padding:15px 25px}.NotificationGrid thead .icon{display:block;font-size:14px;width:auto;margin-bottom:5px}.NotificationGrid-groupToggle{cursor:pointer}.NotificationGrid-groupToggle .icon{font-size:14px;margin-right:2px;text-align:center;width:1.25em}.NotificationGrid-checkbox .Checkbox{display:block}.NotificationGrid-checkbox .Checkbox-display{text-align:center;cursor:pointer}.NotificationGrid-checkbox.highlighted .Checkbox:not(.disabled),.NotificationGrid-checkbox .Checkbox:hover:not(.disabled){background:var(--control-bg-shaded)}.NotificationGrid-controls-item{width:100%;border-radius:0}.NotificationList{overflow:hidden}.NotificationList .App-primaryControl>button:not(:last-of-type){margin-right:12px}@media (min-width: 768px){.NotificationList-header{padding:12px 15px;border-bottom:1px solid var(--control-bg);display:flex;justify-content:space-between;align-items:center}.NotificationList-header h4{font-size:12px;text-transform:uppercase;font-weight:bold;margin:0;color:var(--muted-color)}}.NotificationList-header .Button{padding:0;text-decoration:none}.NotificationList-header .Button:-moz-focusring{outline:5px auto Highlight;outline:5px auto -webkit-focus-ring-color}.NotificationList-header .Button:focus-visible{outline:5px auto Highlight;outline:5px auto -webkit-focus-ring-color}.NotificationList-header .Button:-moz-focusring{outline-offset:4px}.NotificationList-header .Button:focus-visible{outline-offset:4px}.NotificationList-header .Button .icon{margin-right:0}.NotificationList-empty{color:var(--muted-color);text-align:center;padding:50px 0;font-size:16px}.NotificationGroup{border-top:1px solid var(--control-bg);margin-top:-1px}.NotificationGroup:not(:last-child){margin-bottom:20px}.NotificationGroup-header{font-weight:bold;color:var(--heading-color) !important;padding:8px 16px;white-space:nowrap;display:flex;align-items:center}.NotificationGroup-header:-moz-focusring{outline-offset:-1px}.NotificationGroup-header:focus-visible{outline-offset:-1px}.NotificationGroup-header,.NotificationGroup-header span{overflow:hidden;text-overflow:ellipsis}.NotificationGroup-badges{--overlap:13px;margin-right:8px;padding-right:var(--overlap)}.NotificationGroup-badges .Badge{margin-right:calc(0px - var(--overlap));position:relative;--size:21px}.NotificationGroup-content{list-style:none;margin:0;padding:0}.Notification{padding:8px 16px;color:var(--muted-color) !important;overflow:hidden;display:grid;grid-template-columns:auto auto 1fr auto;grid-template-areas:"avatar icon title   button" "x      x    excerpt excerpt";align-items:baseline;row-gap:1px;column-gap:6px}.Notification:-moz-focusring{outline-offset:-1px}.Notification:focus-visible{outline-offset:-1px}.Notification.unread{background:var(--control-bg)}.Notification:hover,.Notification:focus,.Notification:focus-within{text-decoration:none;background:var(--control-bg)}.Notification:hover .Notification-action,.Notification:focus .Notification-action,.Notification:focus-within .Notification-action{opacity:1}.Notification .Avatar{--size:24px;grid-area:avatar}.Notification img.Avatar,.Notification .Avatar:empty{align-self:flex-start;margin-top:-2px}.Notification-icon{font-size:14px;grid-area:icon}.Notification-title{grid-area:title;display:flex;flex-direction:row;flex-wrap:wrap;align-items:baseline}.Notification-content{line-height:19px;margin-right:8px}.Notification-content .username{font-weight:bold}.Notification time{line-height:inherit;font-size:11px;line-height:19px;font-weight:bold;text-transform:uppercase}.Notification-action{line-height:inherit;padding:0;opacity:0;grid-area:button}.Notification-action:-moz-focusring{outline:5px auto Highlight;outline:5px auto -webkit-focus-ring-color}.Notification-action:focus-visible{outline:5px auto Highlight;outline:5px auto -webkit-focus-ring-color}.Notification-action:-moz-focusring{outline-offset:4px}.Notification-action:focus-visible{outline-offset:4px}.Notification-action .icon{font-size:13px;margin-right:0}.Notification-excerpt{grid-area:excerpt;color:var(--muted-more-color);font-size:11px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.NotificationsDropdown .Dropdown-menu{padding:0}.NotificationsDropdown .Dropdown-menu .NotificationList-content{max-height:min(70vh, 800px);overflow:auto}.NotificationsDropdown .Dropdown-toggle .Button-label{margin-left:7px}@media (min-width: 768px){.NotificationsDropdown .Dropdown-menu{width:425px}.NotificationsDropdown .Dropdown-toggle{width:36px;text-align:center;padding:8px 0}.NotificationsDropdown .Dropdown-toggle .Button-label,.NotificationsDropdown .Dropdown-toggle .Button-caret{display:none}.NotificationsDropdown .Dropdown-toggle .Button-icon{font-size:16px;vertical-align:-1px;margin:0}}.NotificationsDropdown .Dropdown-toggle.new .Button-icon{color:var(--header-color)}.NotificationsDropdown-unread{position:absolute;top:2px;left:18px;background:var(--header-control-color);color:var(--header-bg);font-size:11px;font-weight:bold;padding:2px 4px 3px;line-height:1em;border-radius:10px;box-shadow:0 0 0 1px var(--header-bg);min-width:16px;height:16px;text-align:center}@media (max-width: 767.98px){.NotificationsDropdown-unread{left:20px}}.new .NotificationsDropdown-unread{background:var(--header-color)}.Post{padding:20px;margin:-1px -20px;transition:.2s box-shadow,top .2s,opacity .2s;position:relative;top:0;border-radius:var(--border-radius)}.Post:before,.Post:after{content:" ";display:table}.Post:after{clear:both}.Post.editing{top:5px;opacity:0.5}.Post-header{margin-bottom:15px;color:var(--muted-color)}.Post-header,.Post-header a{color:var(--muted-color)}.Post-header>ul{list-style-type:none;padding:0;margin:0}.Post-header>ul>li{display:inline;margin-right:10px}.PostUser{margin:0;display:inline;font-weight:normal;position:relative}.PostUser h3,.PostUser .PostUser-name{display:inline}.PostUser h3,.PostUser h3 a,.PostUser .PostUser-name,.PostUser .PostUser-name a{color:var(--heading-color);font-weight:bold;font-size:14px}.PostUser .UserOnline{margin-right:5px}.PostUser .UserOnline .icon{font-size:12px}.PostUser .UserOnline .fa-circle{color:var(--online-user-circle-color)}.PostUser .UserCard{position:absolute;top:-10px;left:-100px;z-index:var(--zindex-dropdown);transition:opacity .2s,transform .2s;transform:scale(.95);transform-origin:left top;opacity:0}.PostUser .UserCard.in{transform:scale(1);opacity:1}.PostUser-badges{text-align:right;white-space:nowrap;pointer-events:none}.PostUser-badges .Badge{margin-left:-10px;position:relative;pointer-events:auto}.Post-body{font-size:14px;line-height:1.7;position:relative;overflow:auto;overflow-wrap:break-word}.Post-body p,.Post-body ul,.Post-body ol,.Post-body blockquote{margin-bottom:1em}.Post-body a{border-bottom:1px solid var(--control-bg);font-weight:600}.Post-body a:hover,.Post-body a:focus,.Post-body a:active{text-decoration:none;border-color:var(--link-color)}.Post-body blockquote{font-size:inherit;border:0;background:var(--control-bg);color:var(--control-color);border-radius:var(--border-radius);padding:8px 15px;border-top:2px dotted var(--body-bg);border-bottom:2px dotted var(--body-bg);margin:1em 0}.Post-body code{font-family:source-code-pro,Monaco,Consolas,"Courier New",monospace;padding:5px;background:var(--code-bg);color:var(--code-color);line-height:1.3;font-size:90%;border-radius:4px}.Post-body pre{border:0;padding:0;background:var(--code-bg);color:var(--code-color);font-size:90%;border-radius:var(--border-radius);overflow-wrap:normal}.Post-body pre code{padding:1em;background:none;color:inherit;line-height:inherit;font-size:100%;border-radius:0;display:block;overflow-x:auto;max-height:50vh;max-height:max(50vh, 250px)}.Post-body h1,.Post-body h2,.Post-body h3,.Post-body h4,.Post-body h5,.Post-body h6{margin-top:1em;margin-bottom:16px;font-weight:bold}.Post-body h1{font-size:225%}.Post-body h2{font-size:175%}.Post-body h3{font-size:150%}.Post-body h4{font-size:125%}.Post-body h5,.Post-body h6{font-size:100%}.Post-body h6{color:var(--muted-more-color)}.Post-body img,.Post-body iframe{max-width:100%}.Post-body>*:first-child,.Post-preview>*:first-child{margin-top:0 !important}.Post--renderFailed{background-color:var(--control-danger-bg)}.Post--hidden .Post-header,.Post--hidden .Post-header a,.Post--hidden .PostUser h3,.Post--hidden .PostUser h3 a,.Post--hidden .PostUser .PostUser-name,.Post--hidden .PostUser .PostUser-name a{color:var(--muted-more-color)}.Post--hidden:not(.revealContent) .Post-header{margin-bottom:0}.Post--hidden:not(.revealContent) .Post-body,.Post--hidden:not(.revealContent) .Post-footer,.Post--hidden:not(.revealContent) h3 .Avatar,.Post--hidden:not(.revealContent) .PostUser-name .Avatar,.Post--hidden:not(.revealContent) .PostUser-badges{display:none}.Post--hidden .Post-body,.Post--hidden .Post-footer,.Post--hidden h3 .Avatar,.Post--hidden .PostUser-name .Avatar,.Post--hidden .PostUser-badges{opacity:0.5}.Post--hidden .Post-header .Button--more{--button-color:var(--muted-more-color);--button-bg:var(--muted-more-bg);--button-bg-hover:var(--muted-more-bg-hover);--button-bg-active:var(--muted-more-bg-active);--button-bg-disabled:var(--muted-more-bg-disabled)}.Post--loading{opacity:0.5}.PostMeta{display:inline}.PostMeta .Dropdown-menu{width:420px;padding:10px;color:var(--muted-color)}@media (max-width: 767.98px){.PostMeta .Dropdown-menu{padding:15px !important}}.PostMeta-number{color:var(--text-color);font-weight:bold}.PostMeta-time,.PostMeta-ip{margin-left:5px}.PostMeta-permalink{margin-top:10px}a.PostMeta-permalink{display:block;overflow:hidden;text-overflow:ellipsis}.PostEdited{cursor:default}.EventPost-icon{float:left}.EventPost,.EventPost a{color:var(--muted-color)}.EventPost a{font-weight:bold}.EventPost-info{font-size:14px}.Post-footer>ul,.Post-actions>ul{list-style-type:none;padding:0;margin:0}.Post-footer,.Post-actions,.Post-footer a,.Post-actions a{color:var(--muted-color)}.Post-footer a,.Post-actions a{display:inline-block}.Post-footer a .icon,.Post-actions a .icon{display:none}.Post-footer{display:inline-block;height:0;margin-top:5px;margin-bottom:20px}.Post-footer>ul>li{margin-bottom:5px}.Post-footer .icon{font-size:14px;margin-right:5px}.Post-footer:empty{display:none}.Post-actions{margin-top:-5px;float:right;position:relative;transition:opacity .2s}.EventPost .Post-actions,.Post--hidden:not(.revealContent) .Post-actions{margin-top:-27px;margin-bottom:-15px}@media (min-width: 768px){.no-touch .Post-actions{opacity:0}}.Post-actions>ul>li{margin-right:0;margin-left:-5px;display:inline-block;vertical-align:top}.Post:hover .Post-actions,.Post:focus-within .Post-actions,.Post-actions.openWithin{opacity:1}.PostPreview{color:var(--muted-color);padding-left:50px;line-height:1.7em}.PostPreview .PostPreview-excerpt{word-wrap:break-word}.PostPreview-badge,.PostPreview .Avatar{float:left;margin-left:-50px;--size:32px}.PostPreview-badge{color:var(--control-color)}.PostPreview .username{color:var(--text-color);font-weight:bold;margin-right:5px}.PostPreview time{margin-right:5px;text-transform:uppercase;font-size:11px;font-weight:600}@media (max-width: 767.98px){.Post-header .Avatar{--size:32px;vertical-align:middle;margin-right:5px}.PostUser-badges{position:absolute;top:-12px;left:6px;width:32px}.PostUser-badges .Badge{--size:20px;margin-left:-13px}.EventPost{padding-left:50px}.EventPost-icon{font-size:18px;margin-left:-30px;margin-top:2px}}@media (min-width: 768px){.Post{padding-left:105px}.CommentPost:not(.Post--hidden),.ReplyPlaceholder{min-height:104px}.PostUser-avatar{left:-85px;position:absolute;--size:64px}.PostUser-badges{float:left;position:relative;margin-left:-80px;margin-top:-3px;width:64px}.EventPost-icon{text-align:right;margin-left:-85px;width:64px;font-size:22px}}.ReplyPlaceholder{font-size:15px;cursor:text;overflow:hidden;margin-top:50px;border:2px dashed var(--control-bg);color:var(--muted-color);border-radius:10px;background-color:transparent;width:calc(100% + 20px * 2);display:flex}.ReplyPlaceholder .Post-header{margin:0;color:inherit}@media (min-width: 768px){.ReplyPlaceholder{border-color:transparent;transition:border-color .2s}.ReplyPlaceholder .Post-header{padding-top:18px;position:relative}.ReplyPlaceholder .Avatar{margin-top:-18px}.ReplyPlaceholder:hover{border-color:var(--control-bg)}.LoadingPost .Post-header{position:relative}}@media (min-width: 768px){.PostStream{margin-top:10px}}.PostStream-item:not(:last-child){border-bottom:1px solid var(--control-bg)}@media (max-width: 767.98px){.PostStream-item:not(:last-child){margin:0 -15px;padding:0 15px}}@keyframes blink{0%{opacity:0.5}50%{opacity:1}100%{opacity:0.5}}.LoadingPost{animation:blink 1s linear infinite}.fakeText{display:inline-block;vertical-align:middle;background:var(--control-bg);height:12px;width:100%;margin-bottom:20px;border-radius:var(--border-radius)}.Post-header .fakeText{height:16px;width:150px}@media (max-width: 767.98px){.Post-header .fakeText{margin-bottom:0}}.PostStream-timeGap{text-transform:uppercase;font-weight:bold;color:var(--muted-color);padding:20px 20px 20px 85px;font-size:12px}@media (max-width: 767.98px){.PostStream-timeGap{margin:0 -15px;padding:20px 15px}}@keyframes pulsate{0%{transform:scale(1)}50%{transform:scale(1.02)}100%{transform:scale(1)}}.pulsate{animation:pulsate 1s ease-in-out infinite}.flash{animation:pulsate .2s ease-in-out}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fadeIn{animation:fadeIn .4s ease-in-out}.Scrubber a{margin-left:-1px;color:var(--muted-color)}.Scrubber a .fa{font-size:14px;margin-right:2px}.Scrubber a:hover,.Scrubber a:focus{text-decoration:none;color:var(--link-color)}.Scrubber-scrollbar{margin:8px 0 8px 3px;height:300px;min-height:50px;position:relative;cursor:pointer;-webkit-user-select:none;user-select:none}.Scrubber-before,.Scrubber-after{border-left:1px solid var(--control-bg)}.Scrubber-unread{position:absolute;border-left:1px solid var(--muted-color-light);width:100%;background-image:linear-gradient(to right, var(--control-bg), transparent 10px, transparent);display:flex;align-items:center;color:var(--muted-color);text-transform:uppercase;font-size:11px;font-weight:bold;padding-left:13px}.Scrubber-handle{position:relative;z-index:1;background:transparent;width:100%;padding:5px 0;cursor:move}.Scrubber-bar{height:100%;width:5px;background:var(--primary-color);border-radius:4px;float:left;margin-left:-2px;transition:background .2s}.disabled .Scrubber-bar{background:var(--control-bg)}.Scrubber-info{margin-top:-1.5em;position:absolute;top:50%;width:100%;left:15px}.Scrubber-info strong{display:block}.Scrubber-description{color:var(--muted-color)}@media (max-width: 767.98px){.PostStreamScrubber .Dropdown-toggle{font-size:14px}.PostStreamScrubber .Dropdown-menu{padding:30px;font-size:13px}.Scrubber-scrollbar{height:40vh !important;max-height:none !important}}@media (min-width: 768px){.PostStreamScrubber{margin:30px 0 0 0}.PostStreamScrubber .Dropdown-toggle{display:none}.PostStreamScrubber .Dropdown-menu{display:block;border:0;width:auto;margin:0;padding:0;min-width:0;float:none;position:static;background:none;box-shadow:none}}.UserSecurityPage>ul,.UserSecurityPage fieldset>ul{list-style:none;margin:0;padding:0}.UserSecurityPage>ul>li{margin-bottom:25px}.AccessTokensList{display:flex;flex-direction:column;border-radius:var(--border-radius);overflow:hidden}.AccessTokensList-item{display:flex;padding:16px 16px 16px 0;background-color:var(--control-bg);color:var(--control-color)}.AccessTokensList-item-icon{--font-size:1.6rem;font-size:var(--font-size);width:calc(var(--font-size) + 4rem);display:flex;align-items:center;justify-content:center}.AccessTokensList-item-title{font-weight:bold}.AccessTokensList-item-title-sub{font-style:italic}.AccessTokensList-item-actions{display:flex;align-items:center;margin-left:auto}.AccessTokensList-item-actions>*:not(:first-child){margin-left:8px}.AccessTokensList-item--active .AccessTokensList-item-title-sub{color:var(--alert-success-color)}.AccessTokensList--empty{color:var(--control-color)}@media (max-width: 767.98px){.AccessTokensList-item{flex-wrap:wrap;padding:16px}.AccessTokensList-item-icon{justify-content:start;padding:8px;width:auto;min-width:calc(var(--font-size) + 4rem)}.AccessTokensList-item-actions{width:auto}}.SettingsPage{margin-top:5px}.SettingsPage>ul{list-style:none;margin:0;padding:0}.SettingsPage>ul>li{margin-bottom:25px}.SettingsPage fieldset>ul{list-style:none;margin:0;padding:0}.SettingsPage fieldset>ul>li{margin-bottom:15px}.Settings-account li{display:inline-block;margin-right:5px}.Slidable-underneath{display:none}@media (max-width: 767.98px){.Slidable{position:relative}.Slidable .DiscussionListItem-controls{display:block;position:static}.Slidable .Slidable-underneath{display:none;background:var(--secondary-color) !important;position:absolute;right:0;top:0;bottom:0;left:0;width:100%;height:auto;z-index:0;color:#fff !important;border:0;border-radius:0;box-shadow:none;padding:20px 0;text-align:right}.Slidable .Slidable-underneath .icon{width:50px;text-align:center;font-size:20px}.Slidable .Slidable-underneath--left{text-align:left}.Slidable .Slidable-underneath--right{left:unset}.Slidable .Slidable-content{transition:box-shadow .2s,border-radius .2s}.sliding.Slidable .Slidable-content{position:relative;background:var(--control-bg);z-index:2;border-radius:2px;box-shadow:0 2px 6px var(--shadow-color)}}.UserCard{background:var(--usercard-bg);background-size:100% 100%}.UserCard,.UserCard a{color:var(--light-content-color, #fff)}.UserCard .Button--link,.UserCard .Search-input{color:var(--light-content-control-color, #fff)}.UserCard .FormControl{background:var(--light-content-control-bg, rgba(0,0,0,0.1));border:0;color:var(--light-content-control-color, #fff)}.UserCard .FormControl::-webkit-input-placeholder,.UserCard .FormControl::placeholder{color:var(--light-content-control-color, #fff)}.UserCard .FormControl:focus{color:#fff;background:var(--light-content-control-bg-shaded, rgba(0,0,0,0.2))}.UserCard .Button,.UserCard .Button:hover{color:var(--light-content-control-color, #fff);background:var(--light-content-control-bg, rgba(0,0,0,0.1))}.UserCard .Button--flat{background:transparent}.UserCard .Button:active,.UserCard .Button.active,.UserCard .Button:focus,.UserCard .Button.focus,.UserCard .open>.Dropdown-toggle.Button{background:var(--light-content-control-bg-fadedin, rgba(0,0,0,0.15));color:var(--light-content-control-color, #fff)}.UserCard-controls{float:right}.UserCard-controls .Dropdown-menu{left:auto;right:0}.UserCard--popover{width:500px;box-shadow:0 2px 6px var(--shadow-color)}.UserCard--popover,.UserCard--popover .darkenBackground{border-radius:var(--border-radius)}.UserCard--popover .container{width:auto !important;padding:20px !important}.UserCard--popover .UserCard-identity{font-size:22px}.UserCard-profile{text-align:left;padding-left:130px;max-width:800px}@media (max-width: 767.98px){.UserCard-profile{padding-left:0;text-align:center}}.UserCard-identity{font-weight:normal;display:inline;vertical-align:middle}.UserCard-avatar{float:left;margin-left:-130px}@media (max-width: 767.98px){.UserCard-avatar{display:block;float:none;margin:0 auto 20px;width:72px}}.UserCard-avatar .Dropdown-toggle{margin:4px;line-height:96px;font-size:26px}@media (max-width: 767.98px){.UserCard-avatar .Dropdown-toggle{line-height:64px}}.UserCard-avatar .Avatar{--size:96px;border:4px solid #fff;box-shadow:0 2px 6px var(--shadow-color)}@media (max-width: 767.98px){.UserCard-avatar .Avatar{--size:64px}}.UserCard-badges{list-style:none;margin:0 0 0 15px;padding:0}.UserCard-badges,.UserCard-badges>li{display:inline-block;margin-right:5px}.UserCard-info{margin:15px 0 0;padding:0;list-style:none;font-size:12px}.UserCard-info>li{display:inline-block;margin-right:15px}.UserCard-lastSeen .icon{font-size:14px}.UserCard-lastSeen.online .fa-circle{color:var(--online-user-circle-color)}.UserCard-lastSeen.online .icon{font-size:12px}.UserPage .UserHero .Dropdown-toggle .Button-icon{display:none}.DiscussionListItem--custom .item-excerpt{font-size:14px}.IndexPage-nav .item-nav{display:none}@media (min-width:992px){.sideNav,.sideNav>ul{width:220px}}@media (min-width:768px) and (max-width:991.98px){#header-primary{width:auto !important}.App-content{margin-left:80px !important}}button[aria-label="Insert code"]{display:none}.item-link32 i{color:#7998be}.item-link33 i{color:#2abba7}.item-link35 i{color:#3f5c89}.item-link36 i{color:#159296}.item-link37 i{color:#a38585}.item-link38 i{color:#f0284a}.item-link39 i{color:#ffb900}.item-link40 i{color:#ff7a59}.item-link43 i{color:#ad8762}.item-link44 i{color:#4c41a4}.item-link45 i{color:#1DB954}.item-link31 i{color:#373867}.item-link22 i{color:#fad377}.item-link47 i{color:#bb5533}.item-link50 i{color:#9d0c11}.item-link49 i{color:#96a7e8}.item-link11 i{color:#FD5105}.Post-body a,.item-excerpt a{color:#1d9bf0}.Post-body a{border-bottom:1px solid transparent}.Post-body p{font-size:1.1em !important}.Post-body h2{font-size:1.5em !important}.Post-body a:hover,.Post-body a:focus,.Post-body a:active{border-color:#1d9bf0}.fa-minus.minimize{vertical-align:0 !important}.rich-embed-block{width:100% !important;border-radius:var(--br0) !important;border:var(--bo) !important}.rich-embed-collection{margin-right:inherit !important}.rich-embed-block:hover{background:var(--button-bg-hover) !important}.rich-embed-favicon{border-radius:none !important;max-height:1em !important}.rich-embed-images{display:none}.DiscussionList-update{margin-bottom:15px !important}.item-nav .item-cimaise-albums,.item-nav .item-cimaise-pictures,.item-nav .item-tags,.item-nav .item-allDiscussions,.item-nav .item-rankings,.item-nav .item-following,.item-nav .item-badges,.item-nav .item-discussion-bookmarks,.item-nav .Dropdown-separator{display:none}.ReplyPlaceholder{border:none;border-radius:var(--br1);box-shadow:var(--so)}.ReplyPlaceholder .Post-header{padding:20px;width:100%;text-align:left;border-radius:var(--br1);box-shadow:var(--so)}a.TagTile-info{background:var(--body-bg) !important;margin-top:20px}.TagTiles li{width:unset !important;border-radius:var(--br1) !important;height:220px !important}.TagTiles{display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px 20px;margin:0 !important}.TagTile-info .icon{color:var(--tag-bg)}.TagTile{border:var(--bo)}.TagTile.colored,.TagTile.colored a{color:var(--pt) !important}.TagTile-lastPostedDiscussion{padding:7px 20px !important;opacity:inherit !important;background:var(--body-bg);margin:0 !important}.DiscussionHero .container,.TagHero .container{padding:20px 0 0 0 !important}.TagHero .Hero-title{font-weight:bold}.TagHero .containerNarrow{max-width:100%;background:var(--body-bg);border-radius:0 0 1rem 1rem;text-align:initial;box-shadow:var(--so);padding:20px 20px 30px}.TagHero--colored{color:var(--pt) !important}.Hero-title .icon{color:var(--hero-bg)}.DiscussionHero--colored,.DiscussionHero--colored a{color:var(--pt) !important}.DiscussionHero .TagsLabel .TagLabel.colored{background-color:var(--tag-bg) !important}a.TagLabel.colored .TagLabel-text{color:var(--contrast-color) !important}.DiscussionHero-items{background:var(--body-bg);border-radius:0 0 1rem 1rem;text-align:initial;box-shadow:var(--so);padding:20px 20px 30px}.DiscussionHero-title{font-size:26px !important;font-weight:600 !important}.SessionDropdown .Dropdown-toggle .Avatar{width:36px;height:36px;margin:0;font-size:19px;line-height:36px;border-radius:var(--br0)}.DiscussionPage-nav>ul{display:flex;flex-direction:column}.DiscussionPage-nav .item-davwheat-ads{order:5;margin-top:20px}.DiscussionHero-items li{vertical-align:text-bottom}.DiscussionHero-items .item-discussion-language{display:none}.item-discussion-language{display:none !important}.item-terminalPost{margin-left:4px}.DiscussionListItem-info .TaxonomiesLabel[data-slug="hashtags"]{display:none}.AlertManager{right:20px;bottom:60px !important;left:inherit !important}#header-secondary .item-locale i:nth-child(2){display:none}#header-secondary i{font-weight:400;font-size:18px}.Dropdown--select .Dropdown-toggle:hover{background-color:rgba(255,255,255,0.2) !important;border-radius:var(--br0)}.NotificationsDropdown .Dropdown-toggle:hover{background-color:rgba(255,255,255,0.2) !important;border-radius:var(--br0)}.NotificationsDropdown .Dropdown-toggle{border-radius:var(--br0)}.item-link1-14>a,.item-link1-23>a,.item-link1-9>a,.item-link1-24>a,.item-link1-25>a{font-size:0 !important}.dropdown-menu .item-link1-14,.dropdown-menu .item-link1-23,.dropdown-menu .item-link1-9,.dropdown-menu .item-link1-24,.dropdown-menu .item-link1-25{width:35px;float:left;margin-right:0px !important}button.LinksButton--label{color:var(--pt) !important}ul.Header-controls>li>a{color:var(--pt) !important}.LinkDropdown.open>.LinksButton{color:var(--pt) !important}ul.Header-controls>li>div>button[aria-expanded="true"]{color:var(--pt) !important}div.LinkDropdown.open>button.LinksButton,div.LinkDropdown:hover>button{color:var(--pt) !important}.fa-tags::before{content:"\23"}@media only screen and (min-width:1240px){.App-header .container{width:100%;padding:0 10px}div.UserPage>div.container>div>div>div.AccessPortal{width:inherit !important}}.UserCard .Button,.UserCard .Button:hover{backdrop-filter:blur(20px);background:rgba(22,22,26,0.2) !important}@media only screen and (max-width:770px){.DiscussionList{margin:0 !important}}@media (min-width:771px) and (max-width:1275px){.App-header .container{padding:0 10px}main.App-content{padding:0 20px !important}.sideNav{margin-left:20px !important}.App-content{margin-left:280px}}@media (min-width:771px){.App-content{margin-left:280px}}.item-money::before{content:"\e8c6";margin-right:4px;font-family:'Phosphor-Bold'}.container{width:auto}.App-content .container,.Hero{max-width:1240px;margin:0 auto}.BlogFeaturedWidget-widget .BlogFeatured-list-item-details:before{background:linear-gradient(-180deg, rgba(49,62,88,0) 0%, rgba(36,46,66,0.9) 60%) !important;opacity:unset !important}.Blomstra-Turnstile{margin:10px 0}.Modal-body{background:var(--body-bg)}.sideNavContainer{display:flex;flex-direction:row-reverse;width:100%}.IndexPage-nav{margin-right:0 !important;margin-left:auto !important}.IndexPage-nav.sideNav{flex:0 0 220px;height:100vh}.IndexPage-results.sideNavOffset{flex-grow:1;max-width:760px;width:100%}@media (max-width:768px){.sideNavContainer{flex-direction:column}.IndexPage-nav.sideNav{height:auto;flex:0 0 auto}.IndexPage-results.sideNavOffset{flex-grow:1;max-width:none}}.App-sidebar{width:72px !important}#header>div.container>div.App-sidebar>div>div.App-sidebar-items>div>ul>li.item-blog>a>i:before{content:"\f015"}.App-sidebar .App-sidebar-user-block .avatarWrapper{border:0 !important}#header>div.container>div.App-sidebar>div>div.App-sidebar-items>div>ul>li>a>span{display:none}.App-sidebar .App-sidebar-user-block .Avatar-container .Avatar{--size:2.7rem !important}.App-sidebar .App-sidebar-items .App-sidebar-items-container li i.icon{color:#3b3e3d !important;font-size:18px}.App-sidebar-user-block>div>h4{display:none}.App-sidebar-user-block>div>p{display:none}.App-sidebar-user-block>div>div.App-sidebar-user-stats{display:none !important}.App-sidebar>div>div.App-sidebar-items>div>ul>li{padding:19px !important}.UserCard-profile{max-width:inherit !important}div.UserCard.Hero.UserHero>div>div>div.UserCard-profile>button{float:right;margin-right:5px}li.item-nav>div>ul>li.item-blog>a>i:before{content:"\f1ea"}.sideNav>ul>li.item-startTopWidgetSection{margin-bottom:0px}.App{padding-top:52px}@media (min-width:767px) and (max-width:1260px){#header-primary>ul>li>a>i,button.LinksButton--label>span>i{margin:7px 4px 7px 4px}#header-primary{width:75px}#header-primary>ul>li>a,#header-primary>ul>li>div>button.LinksButton--label{justify-content:center}}@media only screen and (min-width:767px){.item-link6{margin-top:17.5px}#header>.container{display:flex;flex-direction:row}#header-primary{display:flex;flex-direction:column;align-items:baseline;justify-content:flex-start;position:fixed;top:52px;left:0;width:280px;height:calc(100vh - 52px);padding:0 10px;background:var(--body-bg);border-right:var(--bo);overflow-x:hidden;overflow-y:hidden;cursor:pointer;scrollbar-width:thin}#header-primary:hover{overflow-y:auto}#header-primary::-webkit-scrollbar{width:5px;background-color:#e0e0e0}#header-primary::-webkit-scrollbar-thumb{background:#9e9e9e;border-radius:5px}#header-primary a.active i{font-family:phosphor-fill !important}#header-primary>ul{display:contents}#header-primary>ul>li,#header-primary>ul>li>div{height:52px;width:100%}#header-primary>ul>li>a,#header-primary>ul>li>div>button.LinksButton--label{height:36px;width:36px;display:flex;align-items:center;justify-content:flex-start;margin-bottom:5px}.item-link18>div>button,.item-link1>div>button{width:100% !important}.item-link18>div>button>span,.item-link1>div>button>span{height:20px;display:flex;align-items:center}#header-primary>ul>li>a,.item-link18>div>button>span>span,.item-link1>div>button>span>span{width:auto !important;font-weight:500;font-size:14px}.item-link1>div>button,.item-link18>div>button{display:none}.item-link1>div>ul,.item-link18>div>ul{left:0 !important}#header-primary>ul>li>a.active{background:var(--button-bg-hover) !important}#header-primary>ul>li>a:hover,#header-primary>ul>li>div>button.LinksButton--label:hover{background:var(--button-bg-hover) !important;transition:background-color .2s ease}#header-primary>ul>li>a>i,button.LinksButton--label>span>i{font-size:18px;margin:7px 17px 7px 4px}#header-secondary>ul>li.item-session>div>button.Button--user{padding:0}#header-secondary>ul>li.item-session>div>button>span.Button-label{display:none}#header{background:var(--body-bg);border-bottom:var(--bo)}#header-secondary>ul>li{height:52px;padding-top:9px;padding-bottom:9px}#header-secondary>ul>li.item-locale>div>button.Dropdown-toggle{width:36px;height:36px}}#header-secondary{display:flex;justify-content:space-between;align-items:center;width:100%;position:relative;margin-left:234px}#header-secondary .item-signUp{order:2}#header-secondary .item-logIn{order:1}#header-secondary .Header-controls{display:flex}#header-secondary .item-search{flex-grow:1;display:flex}#header-secondary>ul{display:flex;justify-content:flex-end;flex-grow:1;list-style-type:none;gap:10px;padding:0}#header-secondary>.item-search{flex-grow:2;display:flex;justify-content:center}.Search.focused{margin-left:0px !important}.Header-secondary .Search{margin-right:unset !important}.Header-title{border-radius:8px;image-rendering:pixelated;flex-shrink:0;background-size:100% 100%;opacity:1;background-image:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='40' height='40' fill='%23FD5105'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.4306 11.0534V10.3172C10.4306 9.42617 11.0117 9 12.2127 9H17.0168C18.1791 9 18.7215 9.46491 18.7215 10.4722V11.3633C18.7215 12.1769 19.1089 12.6031 19.9225 12.6031H20.0775C20.8911 12.6031 21.2785 12.1769 21.2785 11.3633V10.4722C21.2785 9.46491 21.8209 9 22.9832 9H27.7873C28.9883 9 29.5695 9.42617 29.5695 10.3172V11.0534C29.5695 11.9832 29.9956 12.4481 30.8867 12.4481H31.5841C32.6688 12.4481 33.25 13.068 33.25 14.269V15.2376V29.2624C33.25 30.386 32.7463 30.8896 31.6228 30.8896H8.3772C7.2564 30.8896 6.75246 30.3884 6.75001 29.2706C6.75 29.2679 6.75 29.2652 6.75 29.2624L6.75 15.2376L6.75 14.269C6.75 13.068 7.33114 12.4481 8.41594 12.4481H9.11331C10.0044 12.4481 10.4306 11.9832 10.4306 11.0534ZM16.1257 17.136H14.4211C13.4525 17.136 12.9876 17.6009 12.9876 18.492V22.095C12.9876 22.7536 13.375 23.0636 14.1111 23.0636H16.5132C17.1718 23.0636 17.4817 22.7536 17.4817 22.1725V18.337C17.4817 17.5234 17.0555 17.136 16.1257 17.136ZM23.8743 17.136H25.579C26.5475 17.136 27.0124 17.6009 27.0124 18.492V22.095C27.0124 22.7536 26.625 23.0636 25.8889 23.0636H23.4869C22.8282 23.0636 22.5183 22.7536 22.5183 22.1725V18.337C22.5183 17.5234 22.9445 17.136 23.8743 17.136Z' fill='white'/%3E%3C/svg%3E%0A");width:36px;height:36px;margin-bottom:8px;margin-top:8px;margin-left:0;margin-right:0}#home-link{width:36px;height:36px;display:block;line-height:0;font-size:0;color:transparent}.App-header{padding:unset}#header-secondary>ul>li.item-nightmode>button>i{font-size:16px;color:var(--pt);padding:8px}#header-secondary>ul>li.item-nightmode>button{width:36px;height:36px;padding:0}#header-secondary>ul>li.item-locale>div>button.Dropdown-toggle{width:36px;height:36px}#header-secondary>ul>li>div>button{color:var(--pt)}.Dropdown-menu>li>a:hover,.Dropdown-menu>li>button:hover{background:transparent}.Dropdown-menu>li>a.hasIcon,.Dropdown-menu>li>button.hasIcon,.Dropdown-menu>li>span.hasIcon:hover{background:transparent}.Dropdown--split .Dropdown-toggle .Button-caret{color:var(--pt)}.Header-secondary .Search:not(.active) input{padding-right:0}#content>div>h1{display:none}.Alert{border-radius:var(--br0) !important;color:var(--pt) !important;box-shadow:var(--so) !important}div.App-notices{padding:20px 20px 0}.BadgeContainer{background:var(--body-bg) !important;box-shadow:var(--so) !important;border-radius:var(--br1) !important}.UserPage-content>div>div.SubscribeCard{background:var(--body-bg);box-shadow:var(--so);border-radius:var(--br1);color:#d42121 !important}.BlogFeatured{margin-bottom:30px}.FlarumBlog-Article-Author-Avatar>a>img{border-radius:var(--br1) !important}.scrolled .App-header{-webkit-box-shadow:none !important;box-shadow:none !important}.Navigation-back i:before{content:"\e058" !important;color:var(--pt);font-family:Phosphor-Bold}.Navigation-back{background:var(--body-bg)}@media (min-width:767.98px){.Navigation-back>i:before{font-size:16px}}.item-reply .Button--link:before{font-family:'Phosphor-Bold';font-size:18px;content:'\e024'}.item-reply .Button--link .Button-label{display:none}.BlogItemPage{background:var(--body-bg) !important}.App.BlogOverviewPage{background:var(--body-bg) !important}.swiper-button-next,.swiper-button-prev{width:28px !important;height:28px !important;background:var(--body-bg-faded) !important;color:var(--button-color) !important;border-radius:50%}.swiper{background:var(--body-bg);border-radius:var(--br0);border:var(--bo)}.swiper-slide img,img.emoji{border-radius:0 !important;border:none !important}.DiscussionListItem-info .item-excerpt *{max-height:100%}.container{padding-left:0;padding-right:0}.App-content{border-top:0;margin-top:40px}.AfruxWidgets-topWidgetSection{margin-top:0 !important}.item-logIn button{color:var(--pt);font-weight:700;font-size:14px}.item-logIn button:hover{background-color:rgba(255,255,255,0.2) !important;border-radius:var(--br0) !important;color:var(--pt) !important}.item-signUp button,.item-signUp button:hover,.item-signUp button:focus{color:var(--body-bg) !important;background:var(--pt) !important;font-weight:700}.Composer:not(.fullScreen){margin-left:0 !important;margin-right:0 !important;margin-bottom:20px;box-shadow:none !important;border:var(--bo)}.AccessPortal .SubscribeCard{border-radius:var(--br1) !important;color:var(--pt) !important}li.item-locale>div>button>span{display:none}span[data-s9e-mediaembed="twitch"],span[data-s9e-mediaembed="vimeo"]{width:100% !important;max-width:none !important}span[data-s9e-mediaembed="vimeo"]{box-shadow:var(--so);border-radius:var(--br1)}div.item-excerpt>div>p>video{width:100% !important}@media (max-width:767px){.unread .DiscussionListItem-count{color:#4d698e !important}.DiscussionListItem-info .item-excerpt{display:block !important}}.Settings-Synopsis{display:none}table{border-collapse:collapse;width:100%}.Post-body table,.Post-body th,.Post-body td{border:var(--bo);padding:10px}.Post-body img,.Post-body iframe{max-height:100%;border-radius:var(--br0) !important}.Post-body img,.DiscussionListItem img,.BlogList-item-photo{border:var(--bo)}video,lite-youtube,iframe{border-radius:var(--br0)}.Button{border-radius:var(--br0) !important}.IndexPage-toolbar-view button.Button,.AfruxWidgets-Widget-title button,.item-bookmark button,.item-subscription button,.item-fof-upload-media button,.item-preview button,button.App-primaryControl{box-shadow:var(--so) !important}.BlogForumNav,.FlarumBlog-Article-Sidebar .item-nav{display:none}::selection{background-color:#FD5105;color:var(--pt)}.PictureShowPage{margin-top:30px}.PictureDetails{box-shadow:none !important}.PictureView{border-radius:var(--br1)}.AlbumPictureList{margin-top:20px;gap:10px !important}.AlbumThumbnail{box-shadow:var(--so) !important;padding:15px !important;border-radius:var(--br1) !important;margin:0px !important}.AlbumThumbnail--picture{border-radius:var(--br0)}.AlbumThumbnail-meta,.AlbumThumbnail-meta a{color:var(--pt) !important}.AlbumThumbnail-controls>button{background:var(--body-bg)}.AlbumThumbnail-meta{position:unset !important;opacity:1 !important;padding:0 !important;background:inherit !important;margin-top:10px}.item-logOut button:hover{color:#d42121 !important}.rankings{background:var(--body-bg);border-radius:var(--br1);padding:20px}.Hero{border-radius:var(--br1) !important;margin-right:auto;margin-top:30px}#content>div>div>header.Hero>div.container{width:100%}.TagHero{margin-right:auto;margin-left:auto}.TagHero h2{font-weight:500}.UserHero{margin-right:auto;margin-left:auto;margin-top:32px}.darkenBackground{border-radius:var(--br1) !important}.DiscussionListItem--custom .DiscussionListItem-titleRow .DiscussionListItem-title{font-size:18px;font-weight:500;color:var(--pt)}.DiscussionList:not(.DiscussionList--searchResults) .read .DiscussionListItem-title{color:var(--pt)}#modal>div>div>div>form>div.Modal-body>div.Form.Form--centered>div>input.FormControl{border-color:#ddd}#modal>div>div>div>form>div.Modal-body>div.Form.Form--centered>div>input.FormControl:focus{border-color:#4d698e}.Modal-content{border-radius:var(--br1) !important;color:var(--pt)}div.LogInButtons>div.LogInButtonContainer>button>i{margin:0 auto !important}.FoFLogInButton:hover,.FoFLogInButton:focus,.FoFLogInButton.focus{background:#e7e8ec !important}.Form-group{margin-bottom:10px !important}.modal .FormControl{border-radius:var(--br0) !important;text-align:left !important;font-weight:600 !important}.Post.CommentPost{background:var(--body-bg);margin-bottom:15px !important;border-radius:var(--br1) !important;box-shadow:var(--so)}.PostStream-item:not(:last-child){border-bottom:none !important}.FlarumBlogItem .CommentPost{border:none}.Post{margin:auto;width:100%}.PostStream{margin-top:30px;margin-bottom:70px}.Badge--following,.Badge--discussion-bookmark,.Badge--poll,.Badge--locked,.Badge--bestAnswer{background:transparent !important}.Badge--poll,.Badge--locked{color:var(--badge-bg)}.Badge--bestAnswer{color:#58a400}.Badge--bestAnswer i::before{content:"\f058"}.Badge--discussion-bookmark{color:var(--discussion-bookmark-color)}.Badge--friend{display:none}.DiscussionListItem-badges .Badge{margin-left:0}.NotificationGroup-badges .Badge{margin-right:0}.DiscussionHero-badges{border-radius:var(--br0);background:var(--body-bg)}.DiscussionListItem-badges{width:44px}.NotificationGroup-badges{padding-right:0}.Badge{border-radius:var(--br0);box-shadow:none !important}.sideNavOffset{margin-top:0}.paneShowing .DiscussionPage-list{display:none}.NotificationGroup-content li{padding:0 10px 10px}.NotificationGroup-content>li>a{border-radius:var(--br0)}.SubscribeCard>div.controls>button{text-transform:uppercase;font-weight:600;background:var(--body-bg);color:var(--pt)}.PollBar{box-shadow:var(--so);border:0 !important;border-radius:var(--br1) !important;margin-left:0 !important;padding:10px !important;width:100% !important;display:flex}.PollAnswerImage{margin-top:20px;border-radius:var(--br0);height:300px;object-fit:contain;border:var(--bo);background:var(--body-bg)}.PollBar>label:nth-child(4){flex-grow:1;width:0}.PollBar>label.checkbox{padding-left:0 !important}.PollOption label.checkbox{margin-left:0 !important}label.PollAnswer{margin-left:40px}.PollOption-active{background:#E6ECFF !important}.PollAnswer>span{font-size:14px !important;font-weight:600 !important}.LogInModal .Modal-body,.SignUpModal .Modal-body{width:295px !important;padding:0 0 25px 0 !important;margin:0 auto !important;display:flex;flex-direction:column}div.LogInButtonContainer>button>span{display:none}.FoFLogInButton{color:var(--pt) !important;background:var(--body-bg) !important;box-shadow:var(--so);border-radius:var(--br0) !important;height:48px !important;width:137.5px !important;font-size:13px !important}.LogInButtonContainer--facebook>button>i{color:#1877F2}.LogInButtons{width:unset !important;display:flex;margin-top:25px;gap:20px}.LogInButton .Button-icon{font-size:22px}.Modal-footer{background:var(--button-bg-hover)}.Modal-footer a{color:#3363ff}.Modal-body .FormControl{border-color:#ddd}.Button:active,.Button.active,.open>.Button.Dropdown-toggle{box-shadow:none !important}li.item-nav>div>ul>li.active>a>i{font-weight:700}.UserCard .Button,.UserCard .Button:hover{background:rgba(0,0,0,0.5);border-radius:var(--br0)}#header-secondary>ul>li.item-locale>div>button:hover{background-color:rgba(255,255,255,0.2) !important;border-radius:var(--br0) !important}button.Post-vote{width:28px;height:36px;margin:0}article>div>aside.Post-actions>ul{margin:0 0 8px}aside.Post-actions i{font-weight:100}label.Post-points{font-weight:700}.Post-vote i{font-size:16px !important}.CommentPost-votes .Post-vote{color:#666e99 !important}.CommentPost-votes .Post-vote--active{color:#fd5105 !important}.Post-vote--active i:before{font-family:'Phosphor-Fill'}.Post-upvote:hover{color:#fd5105 !important}li.item-votes>div>button.Post-vote.Post-downvote.Post-vote--active{color:#3363ff !important}li.item-votes>div>button.Post-vote.Post-downvote:hover{background-color:#e6ecff !important;border-radius:var(--br0);color:#3363ff !important}li.item-votes>div>button.Post-vote>i{margin:0 auto}.PostsUserPage-list>li{background:var(--body-bg);border-radius:var(--br1);padding-top:5px;padding-left:5px;border:none}.PostsUserPage-discussion{margin-bottom:10px;margin-top:10px;margin-left:10px}article.CommentPost.Post{border-radius:0px}.PostsUserPage-list .Post{padding-top:20px}.Post-footer{width:unset !important}.Post-footer:empty{display:inline-block !important}@media (min-width:750px){.App{overflow-x:visible}}@media (min-width:750px){.DiscussionPage-nav,.DiscussionPage-nav>ul{margin-bottom:20px}}.sideNavContainer{margin-top:30px;flex-direction:row-reverse}.Post::before,.Post::after{content:none}.Dropdown-menu>li>a.hasIcon,.Dropdown-menu>li>button.hasIcon,.Dropdown-menu>li>span.hasIcon{padding-left:40px !important}.IndexPage-nav .item-nav span,.IndexPage-nav .item-nav a{font-weight:500 !important;font-size:14px}.Dropdown-menu>li>a,.Dropdown-menu>li>button,.Dropdown-menu>li>span{padding:8px 15px;display:block;width:100%;border-radius:0;border:0;background:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-webkit-box-shadow:none;box-shadow:none;text-align:left;font-size:13px;font-weight:normal;text-decoration:none}.sideNav .Dropdown--select .Dropdown-menu>li>a{padding:8px 0 8px 30px}.Dropdown-menu>li.active>a{color:#3363FF !important}.AfruxWidgets-Widget-title{margin-bottom:0px !important;font-size:14px !important;padding:10px !important;letter-spacing:.5px;font-weight:bold}.BlogFeaturedWidget-widget .AfruxWidgets-Widget-title{padding:0px 0px 10px 0px !important}.BlogFeaturedWidget-widget .AfruxWidgets-Widget-content{background:transparent !important;padding:0 !important}nav.IndexPage-nav>ul{margin-top:0px}.Navigation-pin{display:none !important}.dropdown-menu>li{margin-bottom:5px !important;margin-left:10px !important;margin-right:10px !important}li.item-nav>div>ul>li{margin-left:0 !important;margin-right:0 !important}.dropdown-menu>li.active{border-radius:var(--br0)}.dropdown-menu>li:hover,.dropdown-menu>li:focus{background:var(--button-bg-hover) !important;border-radius:var(--br0)}.item-logOut:hover{background:#d4212126 !important}li.item-link1-15:hover,li.item-link1-11:hover{background:transparent !important}.swiper-slide{width:100% !important;margin:auto}.swiper-wrapper{line-height:0}.swiper-button-next:after,.swiper-button-prev:after{font-weight:bold;font-size:16px !important}.item-locale button.Button--link::before{font-family:'Phosphor-Bold';font-weight:400;content:'\e4a2';font-size:18px;margin:0;position:absolute;top:0px;right:2px;padding:8px}.DiscussionListItem-content.unread .DiscussionListItem-count::before{content:'\e168' !important;font-family:'Phosphor-Fill' !important}.item-allDiscussions i:before{content:"\ecb7";font-family:'Phosphor-Bold'}li.item-rankings>a>i::before{content:"\ebe8" !important;font-family:'Phosphor-Bold'}li.item-badges>a>i::before{content:"\ed94" !important;font-family:'Phosphor-Bold'}.DiscussionListItem-actionsRow button[aria-label="clarkwinkelmann-bookmarks.forum.dropdownButton.remove"] i{font-family:'Phosphor-Fill'}.DiscussionListItem-votes>i.icon.fas.fa-arrow-up{padding:9px 2px !important}.DiscussionListItem--custom .DiscussionListItem-votes .icon{transform:initial !important}.DiscussionListItem--custom .DiscussionListItem-votes .icon[data-active]:first-child{color:#fd5105 !important}.unread .DiscussionListItem-count:hover:before{content:'\e53a' !important;font-family:'Phosphor-Bold' !important}.DiscussionListItem-actionsRow i{font-size:18px !important;font-weight:initial;margin-left:auto !important;margin-right:auto !important}.fa-circle-user::before{content:"\e4c2" !important;font-family:Phosphor-Bold;font-style:initial}.DiscussionListItem-actionsRow div,.DiscussionListItem-actionsRow span,.DiscussionListItem-actionsRow button{display:flex}i{font-style:inherit}.fa-adjust:before{content:"\e18c";font-family:'Phosphor-Fill'}.fa-calendar-alt:before{content:"\e276";font-family:'Phosphor-bold'}.Hero .container{padding-right:20px;padding-left:20px;padding-top:30px}.TagsPage-nav{display:none}.BlogFeaturedWidget-widget .BlogFeatured-list-item-details h4{font-size:16px !important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.BlogFeatured-list-item-details h4{font-weight:500 !important;font-size:22px !important}.BlogFeatured-list a:nth-child(1) h4{font-size:40px !important}.FlarumBlogOverview .BlogFeatured-list{grid-template-columns:1fr 1fr !important;grid-template-rows:1fr 1fr;gap:20px !important;grid-template-areas:"Area1 Area2" "Area1 Area3"}.UserPage-nav{margin-right:0 !important;margin-left:30px !important}.BlogFeatured-list>a:nth-child(1){grid-area:Area1;height:100% !important}.BlogFeatured-list>a:nth-child(2){grid-area:Area2}.BlogFeatured-list>a:nth-child(3){grid-area:Area3}.FlarumBlogOverview .BlogFeatured-list-item{margin:0 !important}.FlarumBlogOverview .BlogFeatured-list-item-details:before{background:linear-gradient(-180deg, rgba(49,62,88,0) 0%, #242e42 97%) !important;opacity:unset !important}.BlogFeaturedWidget-articleList .BlogFeatured-list-item-details,.FlarumBlogOverview .BlogFeatured-list-item-details{position:absolute !important}.BlogFeatured-list-item-image{width:100%;height:100%;object-fit:cover}.FlarumBlogOverview .BlogFeatured-list{margin:0 !important}.FlarumBlogOverview .BlogFeatured-list-item-details .data{color:#a0afce !important}.FlarumBlog-Article-Image{display:none}.FlarumBlog-Article-Categories>a{text-transform:none !important;background:var(--body-bg) !important;color:var(--pt) !important;box-shadow:var(--so) !important;border-radius:var(--br0) !important;font-size:13px !important;font-weight:600 !important;margin-left:0 !important;text-decoration:none !important}.FlarumBlog-Article-Categories{padding:15px 30px !important;text-align:left !important}.FlarumBlog-Article-Post h1{text-align:left !important;font-size:32px !important;font-weight:600;text-transform:none !important}div.FlarumBlog-Article-Post>.Post.CommentPost{box-shadow:none !important}@media (max-width:600px){.FlarumBlog-Article-Post h1{font-size:28px !important}}div.FlarumBlog-Article-Content>div.FlarumBlog-Article-Post>div.FlarumBlog-Article-PublishDate{text-align:left !important}.FlarumBlog-Article-Content{box-shadow:var(--so) !important;border-radius:var(--br1) !important}.BlogItemPage .App-composer .Composer{margin-left:auto !important;margin-right:auto !important}.FlarumBlogItem .FlarumBlog-Article .FlarumBlog-Article-Container .FlarumBlog-Article-Comments{background:inherit !important;box-shadow:unset !important;padding:0 !important}.FlarumBlog-reached-end,.FlarumBlog-reached-load-more{padding:30px 0px !important}.DiscussionList-loadMore>button,.BlogList>div>button,.BlogList>div>button:hover{font-size:0 !important}.DiscussionList-loadMore>button,.DiscussionList-loadMore>button:focus,.DiscussionList-loadMore>button:hover,.BlogList>div>button,.BlogList>div>button:focus,.BlogList>div>button:hover{background-color:transparent !important}div.BlogList>div>button>i{display:none}.BlogList-item-content>h4{color:var(--pt) !important;font-size:20px;font-weight:700 !important}.BlogList-item{padding:15px;margin-bottom:30px !important}.BlogList-item h4{font-size:30px !important}.BlogList-item-default h4{font-size:22px !important}.BlogList-item-content p{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.BlogList-item .BlogList-item-content{padding:15px 10px 0 10px !important}.BlogList-item-default .BlogList-item-content{padding:5px 0 5px 30px !important}.BlogList-item-photo{border-radius:1rem}.FlarumBlogOverview .BlogScrubber .BlogList-item{background:var(--body-bg) !important;box-shadow:var(--so) !important;border-radius:var(--br1) !important}.BlogSideWidget{box-shadow:unset !important}.BlogOverviewButtons .itemCount2{display:none}.BlogScrubber .Sidebar{margin-left:30px}.FlarumBlog-Article-Author{box-shadow:var(--so) !important}.FlarumBlog-ToolButtons{display:none}.BlogSideWidget{background:transparent !important}.BlogSideWidget>nav>div>ul>li{margin:0 !important}.BlogSideWidget>nav>div>ul>li>a{padding:10px 20px !important}.BlogSideWidget .sideNav{width:auto !important;margin-right:auto !important}.FlarumBlog-Article-Author-background{border-radius:1rem 1rem 0 0 !important}.FlarumBlog-Article-Sidebar>ul>li.item-author>div{border-radius:var(--br1)}#content>div>div>div.BlogScrubber>div.BlogList>a.BlogList-item.BlogList-item-sized{border-radius:var(--br1) !important}#content>div>div>div.BlogScrubber>div.BlogList>a.BlogList-item.BlogList-item-sized>div.BlogList-item-photo.FlarumBlog-default-image{border-radius:1rem 1rem 0 0 !important}.BlogFeatured-list-item{height:270px !important;box-shadow:var(--so) !important;border-radius:var(--br1) !important}.BlogFeatured-list-item:hover{box-shadow:var(--so) !important}.BlogList-item-default .BlogList-item-photo{width:300px !important;height:200px;border-radius:var(--br0) !important}@media screen and (max-width:650px){.FlarumBlogOverview .BlogScrubber .BlogList-item-default .BlogList-item-photo{width:100% !important;height:270px !important}}li.Dropdown-header{color:var(--pt) !important}.DiscussionList:not(.DiscussionList--searchResults) .read .DiscussionListItem-title{color:var(--pt)}.Header-secondary .Search input:not(:focus),.Search.focused input{border:1px solid transparent;background:var(--body-bg) !important}.Dropdown-menu>li>a,.Dropdown-menu>li>button,.Dropdown-menu>li>span{color:var(--pt)}.open .Dropdown-menu{border-radius:var(--br1) !important;box-shadow:var(--so) !important}.Dropdown-header{padding:10px 10px !important}.Dropdown-menu>li>a,.Dropdown-menu>li>button,.Dropdown-menu>li>span{padding:7.5px 10px !important}ul.Search-results>li{margin-bottom:5px !important;margin-left:10px !important;margin-right:10px !important}.Dropdown-menu>li.active a,.Dropdown-menu>li.active button{background:var(--body-bg) !important;box-shadow:var(--so) !important;border-radius:var(--br0);color:#3363FF !important}.Dropdown-menu>li.active>a:hover{background:#e5e7f6;border-radius:var(--br0)}.MobileTab-items .item-searchbutton i{padding-top:5px}.MobileTab-items>li>.Button>.Button-icon,.MobileTab-items>li>a>.Button-icon,.MobileTab-items>li>.Dropdown>.Button>.Button-icon{font-size:22px !important}.MobileTab-items>li>a[active="true"]>i{font-family:'Phosphor-Fill';transition:all .2s}.DiscussionSearchResult-title{color:var(--pt) !important}.DiscussionSearchResult-excerpt{color:#426799 !important}.Avatar,.PostUser-avatar,.UserCard-avatar{border-radius:var(--br0);box-shadow:none !important}@media (min-width:768px){.PostUser-avatar{--size:54px !important}}.sideNav:after{content:none}@media (min-width:768px) and (max-width:991.98px){.IndexPage-nav{margin-left:0 !important}}.Header-secondary .Search:not(.active) input{padding-right:0}.Search.focused{margin-left:-400px}.Search.focused input,.Search.focused .Search-results{width:400px}.Dropdown-menu>li>a:hover,.Dropdown-menu>li>button:hover{background:transparent}.Dropdown-menu>li>a.hasIcon,.Dropdown-menu>li>button.hasIcon,.Dropdown-menu>li>span.hasIcon:hover{background:transparent}.Dropdown--split .Dropdown-toggle .Button-caret{color:var(--body-bg)}.headermobilex1{display:none}@media only screen and (max-width:767px){.Dropdown .Dropdown-menu{padding:12px;margin-bottom:57px}.Dropdown .Dropdown-menu>.active>a{background:var(--body-bg) !important;box-shadow:var(--so) !important;border-radius:var(--br0);color:#3363FF !important}div.swiper-button-prev,div.swiper-button-next{display:none}.DiscussionListItem-content:active{background:transparent}nav.TagsPage-nav.IndexPage-nav.sideNav{display:block}.RankingPage-nav{display:block}.BlogSideWidget{position:unset !important}.Search.focused{margin-left:0px !important}.Header-secondary .Search input:not(:focus){width:100% !important}div.App-drawer>#header{background-image:none !important}.DiscussionListItem--custom .DiscussionListItem-titleRow .DiscussionListItem-title{font-size:16px;font-weight:500;color:var(--pt)}div.custom-html-widget{display:none}li.item-newDiscussion{display:inherit !important}nav>ul>li.item-nav>div>button>span{display:none}nav>ul>li.item-nav>div>button>i{margin-left:0px}.UserCard-profile{text-align:left}.UserCard-avatar{margin:0 0 20px}div.UserCard.Hero.UserHero>div>div>div.UserCard-profile>button{position:absolute;top:100px;right:30px}.TagTiles{display:grid;grid-template-columns:1fr;gap:20px 20px}.headermobilex1{display:block;position:fixed;z-index:999;left:50%;transform:translate(-50%)}.affix .App-navigation{border-bottom:var(--bo);height:50px;backdrop-filter:blur(20px);z-index:799;box-shadow:none}.App{padding:45px 10px 0 10px !important}.App-primaryControl>.Button,.App-backControl>.Button{color:var(--pt) !important}.App-primaryControl>.Button,.App-titleControl>.Button,.App-backControl>.Button{height:46px}}@media only screen and (max-width:768px){.normal .ComposerBody-header>li:first-child h3{color:var(--pt)}.NotificationGroup-header{color:var(--pt) !important}.Notification{color:#666e99 !important}#modal>div>div.LogInModal>div>form>div.Modal-body{padding-top:50px !important}#modal>div>div.SignUpModal>div>form>div.Modal-body{padding-top:50px !important}.item-locale>div>button>span.Button-label{display:inherit}}#header-navigation{position:absolute;padding:8px;margin-left:52px;margin-right:0}li.fof-byobu_primaryControl>button,li.fof-byobu_primaryControl>button:hover{background:#1877F2}.MobileTab-items{height:57px !important}.MobileTab-items>li>.Button>.Button-label,.MobileTab-items>li>a>.Button-label,.MobileTab-items>li>.Dropdown>.Button>.Button-label{display:none !important}.MobileTab-items a,.MobileTab-items>li>.Button,.MobileTab-items>li>.Dropdown{color:var(--pt) !important}#app-navigation>div{z-index:1000}.davwheat-ad-between-posts{padding:20px;box-shadow:var(--so);margin-bottom:15px !important;border-radius:var(--br1)}.davwheat-ad:before{content:"Brickzip is supported by ads";left:50%;top:50%;transform:translate(-50%, -50%);color:#a7b1c1;text-align:center;z-index:-1}.davwheat-ad-sidebar{padding:15px;border-radius:var(--br0) !important;background:var(--body-bg);margin-top:20px}div.BlogTaxonomiesContainer>span>a.TaxonomyLabel{margin:2px;border-radius:4px}.DiscussionListItem--custom .item-excerpt img{width:100%;height:570px !important;object-fit:contain}.Post--flagged{padding-top:0 !important;border:2px solid #fd5105}.Post-header .item-flagged{display:block;margin:0}.Post-flagged{background:#fd5105;margin-top:-2px;margin-bottom:20px;margin-left:-22px;margin-right:-22px;padding:10px;border-radius:4px 4px 0 0;overflow:hidden}.Post-flagged,.Post-flagged a{color:var(--light-content-color, #fff)}.Post-flagged .Button--link,.Post-flagged .Search-input{color:var(--light-content-control-color, #fff)}.Post-flagged .FormControl{background:var(--light-content-control-bg, rgba(0,0,0,0.1));border:0;color:var(--light-content-control-color, #fff)}.Post-flagged .FormControl::-webkit-input-placeholder,.Post-flagged .FormControl::placeholder{color:var(--light-content-control-color, #fff)}.Post-flagged .FormControl:focus{color:#fff;background:var(--light-content-control-bg-shaded, rgba(0,0,0,0.2))}.Post-flagged .Button,.Post-flagged .Button:hover{color:var(--light-content-control-color, #fff);background:var(--light-content-control-bg, rgba(0,0,0,0.1))}.Post-flagged .Button--flat{background:transparent}.Post-flagged .Button:active,.Post-flagged .Button.active,.Post-flagged .Button:focus,.Post-flagged .Button.focus,.Post-flagged .open>.Dropdown-toggle.Button{background:var(--light-content-control-bg-fadedin, rgba(0,0,0,0.15));color:var(--light-content-control-color, #fff)}@media (min-width: 768px){.Post-flagged{margin-left:-107px}}.Post-flagged,.Post-flagged a{color:#fff !important}.Post-flagged-flags{font-size:14px;margin:7px 10px;text-align:left;font-weight:bold}@media (min-width: 768px){.Post-flagged-flags{float:left}}.Post-flagged-detail{font-size:12px;margin-left:10px;font-weight:normal}@media (min-width: 768px){.Post-flagged-actions{float:right}}.Post-flagged-actions .Button{margin-left:5px}.FlagsDropdown .Dropdown-toggle .Button-label,.FlagsDropdown .Dropdown-toggle .Button-caret{display:none}.FlagPostModal .Form-group{margin-bottom:20px}.FlagPostModal .checkbox{margin-bottom:12px}.FlagPostModal .checkbox strong{display:block;color:#111}:root{--tag-bg:#e5e7f6;--tag-color:#666e99}.TagLabel{font-weight:600;border-radius:var(--border-radius);background:var(--tag-bg);color:var(--tag-color);text-transform:none;text-decoration:none !important;font-size:85%;display:inline-block;padding:.1em .5em;vertical-align:bottom}.TagLabel.untagged{--tag-bg:transparent;--tag-color:var(--muted-color);border:1px dotted}.TagLabel.colored,.TagLabel--colored{--tag-color:var(--contrast-color, var(--body-bg))}.TagLabel.colored .TagLabel-text,.TagLabel--colored .TagLabel-text{color:var(--tag-color) !important}.TagLabel-icon{margin-right:2px}.DiscussionHero .TagsLabel .TagLabel{background:transparent;border-radius:4px !important;font-size:14px}.DiscussionHero .TagsLabel .TagLabel.colored,.DiscussionHero .TagsLabel .TagLabel--colored{--tag-color:var(--tag-bg);margin-right:5px;background-color:var(--contrast-color, var(--body-bg))}.DiscussionHero--colored,.DiscussionHero--colored a{color:var(--contrast-color, var(--body-bg))}.DiscussionTaggedPost .TagsLabel{margin:0 2px}.TagsLabel .TagLabel{border-radius:0}.TagsLabel .TagLabel:first-child{border-radius:4px 0 0 4px}.TagsLabel .TagLabel:last-child{border-radius:0 4px 4px 0}.TagsLabel .TagLabel:first-child:last-child{border-radius:4px}.TagIcon{border-radius:4px;width:16px;height:16px;display:inline-block;vertical-align:-3px;margin-left:1px;background:var(--color, #e5e7f6)}.TagIcon.untagged{border:1px dotted #666e99;background:transparent}@media (min-width: 768px){.TagSelectionModal .Modal-header{background:#e5e7f6;padding:20px 20px 0}.TagSelectionModal .Modal-header h3{text-align:left;color:#666e99;font-size:16px}}.TagSelectionModal .Modal-body{padding:20px}@media (max-width: 767.98px){.TagSelectionModal .Modal-body{padding:15px}}.TagSelectionModal .Modal-footer{padding:1px 0 0;text-align:left}.TagSelectionModal-controls{padding:20px}@media (min-width: 768px) and (max-width: 991.98px),(min-width: 992px) and (max-width: 1099.98px),(min-width: 1100px){.TagSelectionModal-form{display:table;width:100%}.TagSelectionModal-form-input{display:table-cell;width:100%;vertical-align:top}.TagSelectionModal-form-submit{display:table-cell;padding-left:15px}}.TagsInput{padding-top:0;padding-bottom:0;overflow:hidden;height:auto;cursor:text}.TagsInput:focus-within{outline:5px auto Highlight;outline:5px auto -webkit-focus-ring-color}.TagsInput input{display:inline;outline:none;margin-top:-2px;border:0 !important;padding:0;max-width:100%;min-width:1ch;margin-right:-100%;background:transparent !important}.TagsInput-tag{cursor:not-allowed}.TagsInput-selected .TagsInput-tag{display:inline-flex;margin-right:5px}.TagsInput-selected .TagsInput-tag:last-child{margin-right:10px}.SelectTagList{padding:0;margin:0;list-style:none;overflow:auto;max-height:50vh}@media (max-width: 767.98px){.SelectTagList{max-height:none}}.SelectTagList>li{padding:7px 20px;overflow:hidden;text-overflow:ellipsis;cursor:pointer}.SelectTagList>li.pinned:not(.child){padding-top:10px;padding-bottom:10px}.SelectTagList>li.pinned:not(.child) .SelectTagListItem-name{font-size:16px}.SelectTagList>li.pinned+li:not(.pinned){border-top:2px solid #e5e7f6}.SelectTagList>li.child{padding-left:45px}.SelectTagList>li.child .SelectTagListItem-name{width:125px}.SelectTagList>li.active{background:#e5e7f6}.SelectTagList>li .icon::before{display:inline-block;width:16px;text-align:center;vertical-align:middle}.SelectTagList>li.selected .icon::before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;font-family:'Font Awesome 6 Pro';font-weight:900;font-family:'Phosphor-bold';font-weight:initial;content:"\f00c" !important;color:#666e99;font-size:14px;text-align:center;vertical-align:1px}.SelectTagList>li.selected .icon::before.fa-pull-left{margin-right:.3em}.SelectTagList>li.selected .icon::before.fa-pull-right{margin-left:.3em}.SelectTagList>li.selected.colored .TagIcon:before{color:#fff}.SelectTagList>li .TagIcon{vertical-align:top;margin-top:3px;margin-left:0}.SelectTagListItem-name{display:inline-block;width:150px;margin-right:10px;margin-left:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;vertical-align:top}@media (max-width: 767.98px){.SelectTagListItem-name{width:auto}}.SelectTagListItem-description{color:#666e99;font-size:12px;width:370px;display:inline-block;vertical-align:top;margin-top:2px}@media (max-width: 767.98px){.SelectTagListItem-description{display:none}}.SelectTagListItem mark{font-weight:bold;background:none;box-shadow:none;color:inherit}.TagCloud{margin-top:30px;text-align:center;font-size:16px;line-height:1.6}.TagCloud a{margin-bottom:5px}.TagHero--colored{--hero-color:var(--body-bg)}.TagTiles{list-style-type:none;padding:0;margin:0;overflow:hidden}@media (max-width: 767.98px){.TagTiles{margin:-15px -15px 0}}.TagTiles>li{height:200px;overflow:hidden}@media (min-width: 768px) and (max-width: 991.98px){.TagTiles>li{float:left;width:50%}.TagTiles>li:first-child{border-top-left-radius:4px}.TagTiles>li:nth-child(2){border-top-right-radius:4px}.TagTiles>li:nth-last-child(2):nth-child(even),.TagTiles>li:last-child{border-bottom-right-radius:4px}.TagTiles>li:nth-last-child(2):nth-child(odd),.TagTiles>li:last-child:nth-child(odd){border-bottom-left-radius:4px}}@media (min-width: 992px){.TagTiles>li{float:left;width:33.333%}.TagTiles>li:first-child{border-top-left-radius:4px}.TagTiles>li:nth-child(3),.TagTiles>li:nth-child(2):last-child,.TagTiles>li:first-child:last-child{border-top-right-radius:4px}.TagTiles>li:nth-child(3n):nth-last-child(2),.TagTiles>li:nth-child(3n):nth-last-child(3),.TagTiles>li:last-child{border-bottom-right-radius:4px}.TagTiles>li:nth-child(3n+1):last-child,.TagTiles>li:nth-child(3n+1):nth-last-child(2),.TagTiles>li:nth-child(3n+1):nth-last-child(3){border-bottom-left-radius:4px}}.TagTile{position:relative;background:var(--tag-bg)}.TagTile,.TagTile a{color:#666e99}.TagTile.colored,.TagTile.colored a{color:var(--contrast-color, var(--body-bg))}.TagTile-info,.TagTile-lastPostedDiscussion{padding:20px;text-decoration:none !important;display:block;position:absolute;left:0;right:0}.TagTile-info{top:0;bottom:42px;padding-right:20px;transition:background .2s;overflow:auto}.TagTile-info:hover{background:rgba(0,0,0,0.05)}.TagTile-info .icon{font-size:24px;float:left;margin-right:10px}.TagTile-name{font-size:18px;margin:0 0 10px;font-weight:bold}.TagTile-description{font-size:12px;margin:0 0 10px;opacity:70%}.TagTile-children{font-weight:bold;font-size:12px}.TagTile-children a{margin-right:10px}.TagTile-lastPostedDiscussion{bottom:0;height:42px;padding:7px 0;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;line-height:21px;font-size:12px;border-top:1px solid rgba(0,0,0,0.15);margin:0 20px;opacity:70%}.TagTile-lastPostedDiscussion:hover .TagTile-lastPostedDiscussion-title{text-decoration:underline}.TagTile-lastPostedDiscussion time{text-transform:uppercase;font-size:11px;font-weight:bold}.TagTile-lastPostedDiscussion-title{margin-right:10px}:root{--button-toggled-color:#e5e7f6;--button-toggled-bg:#666e99;--button-toggled-bg-hover:#5c638a;--button-toggled-bg-active:#52587a;--button-toggled-bg-disabled:#666e99}.Button--toggled{--button-color:var(--button-toggled-color);--button-bg:var(--button-toggled-bg);--button-bg-hover:var(--button-toggled-bg-hover);--button-bg-active:var(--button-toggled-bg-active);--button-bg-disabled:var(--button-toggled-bg-disabled)}.Button--tagColored{--button-primary-bg:var(--color);--button-primary-bg-hover:var(--color);--button-primary-bg-active:var(--color);--button-color:var(--contrast-color)}.DiscussionHero .item-title{display:block;margin-top:15px}.TagLinkButton.child{margin-left:10px}@media (min-width: 768px){.TagLinkButton.child{padding-top:4px;padding-bottom:4px}}.TagLinkButton.child .TagIcon{display:none}.active>.TagLinkButton{--sidenav-color-active:var(--color)}.DiscussionComposer-changeTags{margin-right:15px}.DiscussionComposer-changeTags.disabled{opacity:0.5;cursor:default}.DiscussionListItem-info>.item-tags{margin-right:4px;opacity:1}@media (min-width: 768px){.IndexPage .DiscussionListItem-title,.UserPage .DiscussionListItem-title{margin-right:155px}.IndexPage .DiscussionListItem-info>.item-tags,.UserPage .DiscussionListItem-info>.item-tags{margin-right:0;position:absolute;right:80px;top:14px;max-width:150px;white-space:nowrap;overflow:hidden;transition:max-width .2s ease-in-out,-webkit-mask-image .2s;-webkit-mask-image:linear-gradient(to right, #000 140px, rgba(0,0,0,0) 150px);font-size:12px}.IndexPage .DiscussionListItem-info>.item-tags:hover,.UserPage .DiscussionListItem-info>.item-tags:hover{max-width:400px;-webkit-mask-image:none}}@media (min-width: 992px){.TagsPage .sideNav{padding:15px 0;white-space:nowrap;overflow:auto;-webkit-overflow-scrolling:touch;float:none;width:auto;padding-top:0}.TagsPage .sideNav:after{content:" ";position:absolute;left:0;right:0;margin-top:15px;border-bottom:1px solid var(--control-bg)}.TagsPage .sideNav>ul>li,.TagsPage .sideNav .Dropdown-menu>li{display:inline-block;margin:0 20px 0 0;vertical-align:top}.TagsPage .sideNav .Dropdown-separator{display:none}.TagsPage .sideNav .Dropdown--select .Dropdown-menu>li>a{padding-left:25px}.TagsPage .sideNav .Dropdown--select .Dropdown-menu>li>a .icon{margin-left:-25px}.TagsPage .sideNav .affix{position:static}.TagsPage .sideNav:after{display:none}.TagsPage .sideNav>ul>li:first-child{width:190px}.TagsPage .sideNavOffset{margin:15px 0 0}}.Post--unapproved .Post-header,.Post--unapproved .Post-body,.Post--unapproved .EventPost-icon,.Post--unapproved .EventPost-info{opacity:0.5}.DiscussionListItem--unapproved .DiscussionListItem-content{opacity:0.5}.UserCard--gdpr{width:100%;margin-bottom:15px}.PostMention,.UserMention,.GroupMention{background:var(--control-bg);color:var(--control-color);border-radius:4px;font-weight:600}blockquote .PostMention,blockquote .UserMention,blockquote .GroupMention{background:var(--body-bg)}.PostMention:hover,.UserMention:hover,.GroupMention:hover,.PostMention:active,.UserMention:active,.GroupMention:active{color:var(--link-color)}.UserMention,.PostMention,.GroupMention,.TagMention{padding:2px 5px;vertical-align:middle;border:0 !important;white-space:nowrap}.UserMention--deleted,.PostMention--deleted,.GroupMention--deleted,.TagMention--deleted{opacity:0.8;filter:grayscale(1)}.PostMention{margin:0 3px}.PostMention:first-child{margin-left:0}.PostMention:before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;font-family:'Font Awesome 6 Pro';font-weight:900;font-family:'Phosphor-bold';font-weight:initial;content:"\f3e5";margin-right:5px}.PostMention:before.fa-pull-left{margin-right:.3em}.PostMention:before.fa-pull-right{margin-left:.3em}.GroupMention{background-color:var(--color, var(--control-bg));color:var(--control-color);--link-color:currentColor}.GroupMention--colored{--control-color:var(--contrast-color, var(--body-bg));--link-color:var(--control-color)}.GroupMention .icon{margin-left:5px}.TagMention{--tag-bg:var(--color, var(--control-bg));font-weight:600;border-radius:var(--border-radius);background:var(--tag-bg);color:var(--tag-color);text-transform:none;text-decoration:none !important;margin:0 2px}.TagMention.untagged{--tag-bg:transparent;--tag-color:var(--muted-color);border:1px dotted}.TagMention.colored,.TagMention--colored{--tag-color:var(--contrast-color, var(--body-bg))}.TagMention.colored .TagMention-text,.TagMention--colored .TagMention-text{color:var(--tag-color) !important}.TagMention-icon{margin-right:2px}.TagMention .icon{margin-right:2px}.ComposerBody-mentionsWrapper{position:relative}.MentionsDropdown{max-width:500px;max-height:150px;overflow:auto;position:absolute}.MentionsDropdown mark{padding:0}.MentionsDropdown>li>a:hover{background:none}.MentionsDropdown .PostPreview,.PostMention-preview .PostPreview,.Post-mentionedBy-preview .PostPreview{color:#666e99}.MentionsDropdown .PostPreview .Avatar,.PostMention-preview .PostPreview .Avatar,.Post-mentionedBy-preview .PostPreview .Avatar{--size:24px;margin:0 0 0 -37px}.MentionsDropdown-post.MentionsDropdown .PostPreview .Avatar,.MentionsDropdown-post.PostMention-preview .PostPreview .Avatar,.MentionsDropdown-post.Post-mentionedBy-preview .PostPreview .Avatar{margin-top:3px;margin-bottom:3px}.MentionsDropdown .PostPreview .username,.PostMention-preview .PostPreview .username,.Post-mentionedBy-preview .PostPreview .username{color:#111;font-weight:bold}.MentionsDropdown .PostPreview-content,.PostMention-preview .PostPreview-content,.Post-mentionedBy-preview .PostPreview-content{padding-left:37px;overflow:hidden;line-height:1.7em;display:block}.Post-mentionedBy{display:inline-block}.Post-mentionedBy-summary{cursor:pointer}.Post-mentionedBy-preview,.PostMention-preview,.MentionsDropdown{margin:5px 0 !important}.Post-mentionedBy-preview>li>a,.PostMention-preview>li>a,.MentionsDropdown>li>a{white-space:normal;border-bottom:0}.PostMention-preview-discussion{padding-top:0 !important;font-weight:bold !important;white-space:normal !important}.PostQuoteButton{position:absolute;--button-color:#fff;--button-bg:rgba(0,0,0,0.9);--button-bg-hover:rgba(0,0,0,0.95);--button-bg-active:#000;--button-bg-disabled:rgba(0,0,0,0.9)}.MentionsDropdown .Badge{box-shadow:none}@media (max-width: 767.98px){.MentionsDropdown{max-width:100%}}.Post-footer .item-replies{position:relative}:root{--following-bg:#ffea7b;--following-color:#de8e00;--ignoring-bg:#aaa}.Badge--following{--badge-bg:var(--following-bg);--badge-color:var(--following-color)}.Badge--ignoring{--badge-bg:var(--ignoring-bg)}.SubscriptionMenu-button--follow{--button-color:#de8e00;--button-bg:#fff2ae;--button-bg-hover:#ffee95;--button-bg-active:#ffea7b;--button-bg-disabled:#fff2ae}.SubscriptionMenu .Dropdown-menu{min-width:260px}.SubscriptionMenuItem-label{padding-left:25px;display:block;white-space:normal}.SubscriptionMenuItem-label strong{display:block}.SubscriptionMenuItem-description{display:block;color:#666e99;font-size:12px;margin-top:3px}.SubscriptionButton{width:100%;display:inline-block}.SubscriptionButton--follow{--button-color:#de8e00;--button-bg:#fff2ae;--button-bg-hover:#ffee95;--button-bg-active:#ffea7b;--button-bg-disabled:#fff2ae}.SubscriptionButton--lurk{color:#de8e00;background:#fff2ae}@media (max-width: 767.98px){.IndexPage-nav .SubscriptionButton{background:transparent;width:auto;height:var(--header-height-phone, 46px);right:50px}.IndexPage-nav .SubscriptionButton .Button-icon{font-size:20px;margin-right:0}.IndexPage-nav .SubscriptionButton .Button-label{display:none}}.ButtonGroup .Button+.tooltip+.Button{margin-left:1px}.SubscriptionModal .Modal-body{color:#111}.SubscriptionModal .Button.Button--primary{background-color:#fd5105;color:#fff}.SubscriptionModal .Form-group{margin-bottom:20px}.SubscriptionOptionsList{display:flex;flex-direction:column;gap:10px}.SubscriptionOption{padding:10px;border:1px solid #666e99;border-radius:4px;background-color:#fff;cursor:pointer;display:flex;align-items:center;gap:10px;margin-bottom:10px}.SubscriptionOption:last-child{margin-bottom:0}.SubscriptionOption:hover{background-color:#bfc5e8}.SubscriptionOption.selected{background-color:var(--following-bg);color:var(--following-color)}.SubscriptionOption.selected .SubscriptionOption-icon{color:var(--following-color)}.SubscriptionOption.selected .SubscriptionOption-title{color:var(--following-color)}.SubscriptionOption.selected .SubscriptionOption-description{color:var(--following-color)}.SubscriptionOption .SubscriptionOption-icon{flex-shrink:0;font-size:1.2em}.SubscriptionOption .SubscriptionOption-title{font-weight:bold;flex:0 0 100px}.SubscriptionOption .SubscriptionOption-description{flex-grow:1;padding-left:10px}.SubscriptionOption .SubscriptionOption-selectedIcon{margin-left:auto;color:#33722d;padding-left:10px}@media (min-width: 768px){.Hero.FollowingHero .container{padding-bottom:40px}}@media screen and (min-width:768px){.Modal-SEO-settings{max-width:1000px;width:95%;margin:30px auto}}.Modal-SEO-settings .FormControl,.Modal-SEO-settings textarea{width:100% !important;max-width:100% !important}.Modal-SEO-settings .SeoItemContainer{display:flex;margin-bottom:15px}.Modal-SEO-settings .SeoItemContainer .SeoItemInfo{width:200px;flex-grow:0;flex-shrink:0;padding-right:35px}.Modal-SEO-settings .SeoItemContainer .SeoItemInfo .SeoItemInfo-title{font-weight:bold;color:black;margin-bottom:5px;margin-bottom:4px}.Modal-SEO-settings .SeoItemContainer .SeoItemContent{flex-grow:1}.Modal-SEO-settings .SeoItemContainer .SeoItemContent .SeoItemContent-helpertext{margin-top:5px;font-size:85%}.Modal-SEO-settings .SeoItemContainer .SeoItemContent .SeoItemContent-helpertext.invalid{color:var(--validation-error-color)}.Modal-SEO-settings .ManagedContainer{position:relative}.Modal-SEO-settings .ManagedContainer .FormControl{padding-right:100px}.Modal-SEO-settings .ManagedContainer .ManagedText{position:absolute;right:10px;top:8px;background-color:#0072ff;color:white;padding:.1em .5em;border-radius:var(--border-radius);opacity:0.85}.Modal-SEO-settings .ManagedContainer .UploadButton{position:absolute;right:3px;top:4px;padding:4px 10px}.Modal-SEO-settings .Checkbox.disabled{opacity:0.5}.Modal-SEO-settings .SeoTags{background-color:var(--body-bg);color:var(--text-color);border-radius:var(--border-radius);padding:8px 13px 3px}.Modal-SEO-settings .SeoTag{font-weight:600;border-radius:var(--border-radius);background:var(--tag-bg, var(--control-bg));color:var(--tag-color, var(--control-color));text-transform:none;text-decoration:none !important;font-size:85%;display:inline-block;padding:.1em .5em;vertical-align:bottom;margin-right:5px;margin-bottom:5px}.Modal-SEO-settings .SeoTag.SeoTagDisabled{--tag-bg:#ffe2e2;--tag-color:#800000;--border-radius:3px}.Modal-SEO-settings .SeoTags-dropdown-container{position:relative}.Modal-SEO-settings .SeoTags-dropdown-container .SeoTags{cursor:pointer}.Modal-SEO-settings .SeoTags-dropdown-container .SeoTags-dropdown{position:absolute;top:30px;left:0;right:0;visibility:hidden;opacity:0;transition:all 250ms ease-in-out;z-index:999;background:var(--body-bg);padding:13px 13px 8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px}.Modal-SEO-settings .SeoTags-dropdown-container .SeoTags-dropdown .Checkbox{margin-bottom:15px}.Modal-SEO-settings .SeoTags-dropdown-container.SeoTags-dropdown-open .SeoTags{border-bottom-left-radius:0;border-bottom-right-radius:0}.Modal-SEO-settings .SeoTags-dropdown-container.SeoTags-dropdown-open .SeoTags-dropdown{visibility:visible !important;opacity:1 !important}.item-discussion-language{margin-right:5px}.item-discussion-language code{margin-left:5px;text-transform:uppercase}.LanguageLabel{font-size:85%;font-weight:600;display:inline-block;padding:.1em .5em;border-radius:4px;background:#e5e7f6;color:#666e99;text-transform:none}.LanguageLabel.none{background:transparent;border:1px dotted #666e99;color:#666e99}:root{--lock-color:#888}.DiscussionLockedPost .EventPost-icon,.DiscussionLockedPost .EventPost-info,.DiscussionLockedPost .EventPost-info a{color:var(--lock-color)}@keyframes FlarumBlogGhostLoading{0%{opacity:1}50%{opacity:.5}100%{opacity:1}}.App.BlogOverviewPage{background:#f7f7f7}.FlarumBlog-default-image{background-image:url("data:image/svg+xml;base64,PHN2ZyBpZD0iQ2FwYV8xIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHdpZHRoPSI1MTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGc+PHBhdGggZD0ibTE5My43NSAyNjguNTU4YzAtNC4xMzkgMy4zNzMtNy40ODMgNy41MTItNy40ODNzNy40ODMgMy4zNDUgNy40ODMgNy40ODN2MzYuNjUyYzAgNC4xMzktMy4zNDUgNy40ODMtNy40ODMgNy40ODNzLTcuNTEyLTMuMzQ1LTcuNTEyLTcuNDgzeiIgZmlsbD0iIzkxN2Q1MiIvPjxwYXRoIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0ibTI5Ni42NzggNDkxLjAyMS0yOTYuNjc4LTEzLjE1M3YtMTE0Ljg4OWMwLTUuOTgxLjc5NC04LjczIDQuOTA0LTEzLjE1MyAzMS40NjUtMzQuMDE2IDgyLjcxNi01Ni42MDggMTQxLjA4Mi01Ni42MDggOTUuMjE3IDAgMTcyLjQwNSA1OS41ODQgMTcyLjQwNSAxMzMuMDg3LjAwMSAyMy41LTcuODggNDUuNTUzLTIxLjcxMyA2NC43MTZ6IiBmaWxsPSIjOTVkNmE0IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48cGF0aCBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Im0yOTYuNjc4IDQ5MS4wMjEtMjk2LjY3OC0xMy4xNTN2LTQ4LjY0M2M1My45NDQtMzkuNjg1IDE0OC40MjUtNjYuMDE5IDI1Ni02Ni4wMTkgMTQuNTE0IDAgMjguOC40ODIgNDIuNzc1IDEuNDE3IDEyLjUyOSAxOC40NTQgMTkuNjE2IDM5LjQzIDE5LjYxNiA2MS42ODIuMDAxIDIzLjUtNy44OCA0NS41NTMtMjEuNzEzIDY0LjcxNnoiIGZpbGw9IiM3OGMyYTQiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjxwYXRoIGQ9Im0zMzkuMjI3IDI2MS41ODRjMC00LjEzOCAzLjM0NS03LjUxMiA3LjQ4My03LjUxMiA0LjE2NyAwIDcuNTEyIDMuMzc0IDcuNTEyIDcuNTEydjU5LjUyOGMwIDQuMTM5LTMuMzQ1IDcuNTEyLTcuNTEyIDcuNTEyLTQuMTM5IDAtNy40ODMtMy4zNzMtNy40ODMtNy41MTJ6IiBmaWxsPSIjOTE3ZDUyIi8+PHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtNTEyIDM1Ny45MzR2MTE4LjEyYy03LjAzIDUuNDk5LTE0Ljk2NyAxMC41MTctMjMuNjQyIDE0Ljk2N2gtMjAyLjExMmMtMzUuOTE1LTE4LjM5Ny01OC44NDgtNDYuNDAzLTU4Ljg0OC03Ny43ODMgMC01NS40NDYgNzEuNTc2LTEwMC4zNzQgMTU5LjkwNC0xMDAuMzc0IDQ3LjAyNyAwIDg5LjQwNSAxMi44NDEgMTE4LjY1OSAzMy4xMDggNS4zODcgMy43NDEgNi4wMzkgNy43NjcgNi4wMzkgMTEuOTYyeiIgZmlsbD0iI2IzZTU5ZiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtNTEyIDQyOS4yMjV2NDYuODI5Yy03LjAzIDUuNDk5LTE0Ljk2NyAxMC41MTctMjMuNjQyIDE0Ljk2N2gtMjAyLjExMmMtMzUuOTE1LTE4LjM5Ny01OC44NDgtNDYuNDAzLTU4Ljg0OC03Ny43ODMgMC0xOC4xOTggNy43MS0zNS4yNjMgMjEuMjAzLTQ5Ljk3NSAyLjQ2Ni0uMDI5IDQuOTMzLS4wNTcgNy4zOTgtLjA1NyAxMDcuNTc3IDAgMjAyLjA4NSAyNi4zMzQgMjU2LjAwMSA2Ni4wMTl6IiBmaWxsPSIjOTVkNmE0IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48cGF0aCBkPSJtNjkuOTg4IDM3Ni41MDFjMC00LjEzOSAzLjM3My03LjUxMiA3LjUxMi03LjUxMnM3LjQ4NCAzLjM3MyA3LjQ4NCA3LjUxMnY0My45OTRjMCA0LjEzOC0zLjM0NiA3LjUxMi03LjQ4NCA3LjUxMnMtNy41MTItMy4zNzMtNy41MTItNy41MTJ6IiBmaWxsPSIjOTE3ZDUyIi8+PHBhdGggZD0ibTQzNC43ODMgMzc5LjI1YzAtNC4xMzkgMy4zNDUtNy41MTIgNy40ODMtNy41MTIgNC4xNjcgMCA3LjUxMiAzLjM3MyA3LjUxMiA3LjUxMnY0My45OTRjMCA0LjEzOS0zLjM0NSA3LjQ4My03LjUxMiA3LjQ4My00LjEzOSAwLTcuNDgzLTMuMzQ1LTcuNDgzLTcuNDgzeiIgZmlsbD0iIzkxN2Q1MiIvPjxwYXRoIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0ibTUxMiA0NTQuMjI3djIzLjY0MWMtLjc2NiA2LjkxNy02LjIzNiAxMi4zODctMTMuMTUzIDEzLjE1M2gtNDg1LjY5NGMtNi44ODgtLjc2Ni0xMi4zODctNi4yMzctMTMuMTUzLTEzLjE1M3YtMjMuNjQxYzUzLjk0NC0zOS43MTMgMTQ4LjQyNS02Ni4wMTkgMjU2LTY2LjAxOSAxMDcuNTc2IDAgMjAyLjA4NCAyNi4zMDYgMjU2IDY2LjAxOXoiIGZpbGw9IiNkNmY2YjIiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjxwYXRoIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0ibTUxMiA0NjcuNzJ2MTAuMTQ4Yy0uNzY2IDYuOTE3LTYuMjM2IDEyLjM4Ny0xMy4xNTMgMTMuMTUzaC00ODUuNjk0Yy02Ljg4OC0uNzY2LTEyLjM4Ny02LjIzNy0xMy4xNTMtMTMuMTUzdi0xMC4xNDh6IiBmaWxsPSIjY2NmNDlmIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48cGF0aCBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Im0yMzcuMDY0IDg4LjYxNGMtLjYyMyAwLTEuMjQ3LjAyOC0xLjkuMDU3LTUuNzI1LTE4LjMxMi0yMi44MTktMzEuNTc4LTQzLjAzLTMxLjU3OC0zLjE0NiAwLTYuMjY1LjMxMi05LjI0MS45MzYtOC4xOTItMjEuNjU3LTI5LjExMS0zNy4wNDktNTMuNjMyLTM3LjA0OS0yNy4yMTMgMC00OS45NzYgMTguOTM2LTU1Ljg3MSA0NC4zMzQtMTcuNjAzIDMuNDAxLTMwLjg3IDE4LjkwNy0zMC44NyAzNy41MDIgMCAxMi4wNDcgMy41NDUgMjUuMTcxIDE2LjkyNCAyNS4xNzFoMjAxLjcxNmMzLjM0NSAwIDguMjQ5LS40ODIgOC4yNDktNy4wMy0uMDAxLTE3Ljg1OC0xNC40ODYtMzIuMzQzLTMyLjM0NS0zMi4zNDN6IiBmaWxsPSIjZDJmNmZmIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48cGF0aCBkPSJtODUuNTc5IDI1NS4xNzggMzAuMzU5IDExMC43MjJjMS40NDUgNS4yNzItMi42MzcgMTAuNjAyLTguMDc5IDEwLjYwMmgtNjAuNzQ2Yy00LjY1IDAtOC4zOTItMy43NzEtOC4zOTItOC4zOTEgMC0xLjA0OS4xNy0yLjA0MS41MzgtMi45NzdsMzAuMTYyLTExMC4wNDFjMS4yMTktNC40NzkgNS44MTEtNy4wODcgMTAuMjYyLTUuODY4IDMuMDA1Ljc5NCA1LjE4NyAzLjE0NyA1Ljg5NiA1Ljk1M3oiIGZpbGw9IiM2NmIzOTQiLz48cGF0aCBkPSJtNDUwLjM3MyAyNTcuOTI4IDMwLjM2IDExMC43MjFjMS40MTggNS4yNzItMi42MzYgMTAuNjAyLTguMDc5IDEwLjYwMmgtNjAuNzQ3Yy00LjY0OCAwLTguMzkxLTMuNzctOC4zOTEtOC4zOTEgMC0xLjA0OS4xNzEtMi4wNDEuNTExLTIuOTc3bDMwLjE4OC0xMTAuMDRjMS4yMi00LjQ3OSA1LjgxMi03LjA4NyAxMC4yNjItNS44OTYgMy4wMDUuODIyIDUuMTYgMy4xNzQgNS44OTYgNS45ODF6IiBmaWxsPSIjNjZiMzk0Ii8+PHBhdGggZD0ibTIwNy44MSAxNzAuMTk1IDI0LjYzNSA4OS43NzRjMS4xNjIgNC4yOC0yLjE1NCA4LjU4OS02LjU0OCA4LjU4OWgtNDkuMjY4Yy0zLjc3MSAwLTYuODMxLTMuMDMzLTYuODMxLTYuODAzIDAtLjg1MS4xNy0xLjY0NC40NTMtMi4zODFsMjQuNDYzLTg5LjI2M2MuOTkyLTMuNjI4IDQuNzA2LTUuNzU0IDguMzM0LTQuNzYyIDIuNDA5LjY1MSA0LjE5NSAyLjU3OSA0Ljc2MiA0Ljg0NnoiIGZpbGw9IiM2NmIzOTQiLz48cGF0aCBkPSJtMzU4LjA0OCA5MS45MzEgNDIuNDM2IDE1NC44MjhjMi4wMTIgNy4zOTgtMy42ODYgMTQuODI1LTExLjI4MiAxNC44MjVoLTg0Ljk1NWMtNi40OTMgMC0xMS43NjUtNS4yNzItMTEuNzY1LTExLjc2NCAwLTEuNDQ1LjI4My0yLjgzNS43NjUtNC4xMzlsNDIuMTgxLTE1My45MjFjMS43MDEtNi4yMzYgOC4xMzYtOS44OTMgMTQuMzcyLTguMTkyIDQuMTk1IDEuMTM0IDcuMjI4IDQuNDIzIDguMjQ4IDguMzYzeiIgZmlsbD0iIzY2YjM5NCIvPjxnIGNsaXAtcnVsZT0iZXZlbm9kZCIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJtMzM0LjIwOSA5Ni4yMTEgNDEuMjcyIDE1MC41NDhjMi4wMTMgNy4zOTgtMy42ODYgMTQuODI1LTExLjI4MiAxNC44MjVoMjUuMDAzYzcuNTk3IDAgMTMuMjk0LTcuNDI3IDExLjI4Mi0xNC44MjVsLTQyLjQzNi0xNTQuODI4Yy0xLjAyLTMuOTQtNC4wNTMtNy4yMjktOC4yNDgtOC4zNjItNi4yMzYtMS43MDEtMTIuNjcxIDEuOTU2LTE0LjM3MiA4LjE5MnoiIGZpbGw9IiM1YWE2ODciLz48cGF0aCBkPSJtNDI5Ljc2NiAyNzQgMTIuMzMxIDQ0LjkyOSAxMy42MzUgNDkuNzJjMS4yNDcgNC41NjQtMS42NDUgOS4xNTYtNS45NTMgMTAuMzE4LS42ODEuMTctMS4zODkuMjg0LTIuMTI2LjI4NGgyLjEyNiAyMi44NzZjNS40NDMgMCA5LjQ5Ny01LjMyOSA4LjA3OS0xMC42MDJsLTExLjM5Ni00MS41NTYtMTguOTY1LTY5LjE2NWMtLjczNi0yLjgwNy0yLjg5MS01LjE1OS01Ljg5NS01Ljk4MS00LjQ1LTEuMTktOS4wNDIgMS40MTctMTAuMjYyIDUuODk2eiIgZmlsbD0iIzVhYTY4NyIvPjxwYXRoIGQ9Im0yMzIuNDQ0IDI1OS45NjktMjQuNjM1LTg5Ljc3NGMtLjU2Ni0yLjI2OC0yLjM1My00LjE5NS00Ljc2Mi00Ljg0Ny0zLjYyOC0uOTkyLTcuMzQyIDEuMTM0LTguMzM0IDQuNzYybC01Ljk1MyAyMS43NDIgMTguNjgxIDY4LjExN2MuMzY4IDEuNDE3LjI4NCAyLjgzNC0uMTk4IDQuMDgxLS45MzYgMi41OC0zLjQwMSA0LjUwNy02LjM1IDQuNTA3aDcuODUyIDE3LjE1MWM0LjM5NC4wMDEgNy43MS00LjMwOCA2LjU0OC04LjU4OHoiIGZpbGw9IiM1YWE2ODciLz48cGF0aCBkPSJtOTcuNDg0IDI5OC42MDQtMTEuOTA1LTQzLjQyN2MtLjcwOS0yLjgwNi0yLjg5Mi01LjE1OS01Ljg5Ni01Ljk1My00LjQ1MS0xLjIxOS05LjA0MyAxLjM4OS0xMC4yNjIgNS44NjhsLTQuNDIxIDE2LjE1OCA5LjMyNiAzNC4wNzIgMTYuNjEgNjAuNTc3YzEuMjQ3IDQuNTYzLTEuNjQ0IDkuMTU2LTUuOTUyIDEwLjMxOC0uNjgxLjE3LTEuMzkuMjg0LTIuMTI3LjI4NGgyLjEyNyAyMi44NzVjNS40NDIgMCA5LjUyNC01LjMyOSA4LjA3OS0xMC42MDJ6IiBmaWxsPSIjNWFhNjg3Ii8+PHBhdGggZD0ibTU5LjQ0MyAxMjcuOTg3aDIwMS43MTZjMy4zNDUgMCA4LjI0OS0uNDgyIDguMjQ5LTcuMDMgMC02LjcxOC0yLjA0MS0xMi45ODMtNS41NTctMTguMTQyLS45MzYuMTQyLTEuODcuMTctMi42OTIuMTdoLTIwMS43MTZjLTguMzYxIDAtMTIuODY5LTUuMTAzLTE1LjEwOC0xMS44NzctMS4xOSAzLjY4Ni0xLjgxNSA3LjYyNi0xLjgxNSAxMS43MDggMCAxMi4wNDcgMy41NDQgMjUuMTcxIDE2LjkyMyAyNS4xNzF6IiBmaWxsPSIjYjhmMGZmIi8+PC9nPjwvZz48L3N2Zz4=")}.FlarumBlogOverview{padding:30px 20px}.FlarumBlogOverview .BlogOverviewButtons{float:right}.FlarumBlogOverview .BlogOverviewButtons .Button{margin-left:10px}.FlarumBlogOverview .BlogFeatured h2{margin-top:0;font-weight:500;font-size:25px}.FlarumBlogOverview .BlogFeatured-list{margin:0 -10px}@media screen and (min-width:768px){.FlarumBlogOverview .BlogFeatured-list{display:grid;grid-template-columns:repeat(3, 1fr);gap:10px}}.FlarumBlogOverview .BlogFeatured-list-item{display:flex;align-items:flex-end;text-decoration:none;height:200px;background-color:#e5e7f6;background-position:center center;background-repeat:no-repeat;background-size:cover;border-radius:5px;box-shadow:0 7px 6px 4px rgba(170,170,170,0.11);overflow:hidden;margin:10px 0;transition:box-shadow 250ms ease;position:relative}@media screen and (min-width:799px){.FlarumBlogOverview .BlogFeatured-list-item{height:250px}}.FlarumBlogOverview .BlogFeatured-list-item-top{position:absolute;z-index:2;top:10px;right:10px;text-align:right}.FlarumBlogOverview .BlogFeatured-list-item-top .dataItem{display:inline-block;padding:5px 10px;font-weight:700;font-size:12px;background:rgba(17,17,17,0.6);color:#fff;text-transform:uppercase;border-radius:4px;margin-left:5px;margin-bottom:5px}.FlarumBlogOverview .BlogFeatured-list-item-details{padding:80px 20px 20px 20px;color:#ffffff;flex-grow:1;position:relative;text-shadow:0px 0px 4px rgba(0,0,0,0.28)}.FlarumBlogOverview .BlogFeatured-list-item-details h4{font-size:22px;text-overflow:ellipsis;font-weight:400;line-height:1;margin:0 0 12px;position:relative;z-index:2}@media screen and (min-width:1380px){.FlarumBlogOverview .BlogFeatured-list-item-details h4{font-size:30px}}.FlarumBlogOverview .BlogFeatured-list-item-details .data{color:#ffffff;position:relative;z-index:2}.FlarumBlogOverview .BlogFeatured-list-item-details .data span{display:inline-block;margin-right:15px}.FlarumBlogOverview .BlogFeatured-list-item-details .data span i{margin-right:5px}.FlarumBlogOverview .BlogFeatured-list-item-details:before{content:" ";position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;background:linear-gradient(0deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 95%);transition:opacity 250ms ease;opacity:0.8}.FlarumBlogOverview .BlogFeatured-list-item:hover{text-decoration:none;box-shadow:0 7px 6px 4px rgba(170,170,170,0.3)}.FlarumBlogOverview .BlogFeatured-list-item:hover :before{opacity:1}.FlarumBlogOverview .BlogFeatured-list-item-ghost{background:#e5e7f6}.FlarumBlogOverview .BlogFeatured-list-item-ghost .BlogFeatured-list-item-details{text-shadow:none}.FlarumBlogOverview .BlogFeatured-list-item-ghost .BlogFeatured-list-item-details:before{display:none}.FlarumBlogOverview .BlogFeatured-list-item-ghost h4,.FlarumBlogOverview .BlogFeatured-list-item-ghost .data{background:#e5e7f6;color:#e5e7f6;animation:FlarumBlogGhostLoading 2s infinite}.FlarumBlogOverview .BlogScrubber{margin:20px 0}@media screen and (min-width:768px){.FlarumBlogOverview .BlogScrubber{display:flex;flex-direction:row}}@media screen and (min-width:768px){.FlarumBlogOverview .BlogScrubber .BlogList{flex-grow:1;flex-shrink:1;width:100%;margin-right:25px}}.FlarumBlogOverview .BlogScrubber .BlogList-item{display:block;margin:0 0 15px;border-radius:2px;box-shadow:1px 3px 9px 0px #e5e7f6;color:#666e99;text-decoration:none;background:#fff}@media screen and (min-width:650px){.FlarumBlogOverview .BlogScrubber .BlogList-item-default{display:flex}}@media screen and (min-width:650px){.FlarumBlogOverview .BlogScrubber .BlogList-item-default .BlogList-item-photo{width:240px;flex-grow:0;flex-shrink:0}}@media screen and (max-width:650px){.FlarumBlogOverview .BlogScrubber .BlogList-item-default .BlogList-item-photo{height:160px}}.FlarumBlogOverview .BlogScrubber .BlogList-item-default .BlogList-item-content{flex-grow:1}.FlarumBlogOverview .BlogScrubber .BlogList-item-sized .BlogList-item-photo{height:350px}.FlarumBlogOverview .BlogScrubber .BlogList-item-photo{background-position:center center;background-repeat:no-repeat;background-size:cover;background-color:#e5e7f6}.FlarumBlogOverview .BlogScrubber .BlogList-item-content{padding:20px}.FlarumBlogOverview .BlogScrubber .BlogList-item-content h4{margin:0 0 13px;font-size:22px;font-weight:400}.FlarumBlogOverview .BlogScrubber .BlogList-item-content h4 i{margin-left:10px}.FlarumBlogOverview .BlogScrubber .BlogList-item-content p{margin-bottom:20px}.FlarumBlogOverview .BlogScrubber .BlogList-item-content .data span{display:inline-block;margin-right:15px}.FlarumBlogOverview .BlogScrubber .BlogList-item-content .data span i{margin-right:5px}.FlarumBlogOverview .BlogScrubber .BlogList-item:hover{box-shadow:1px 3px 15px 5px #e5e7f6}.FlarumBlogOverview .BlogScrubber .BlogList-item-ghost .BlogList-item-photo{background:#e5e7f6}.FlarumBlogOverview .BlogScrubber .BlogList-item-ghost h4,.FlarumBlogOverview .BlogScrubber .BlogList-item-ghost p,.FlarumBlogOverview .BlogScrubber .BlogList-item-ghost .data{background:#e5e7f6;color:#e5e7f6;animation:FlarumBlogGhostLoading 2s infinite}@media screen and (min-width:768px){.FlarumBlogOverview .BlogScrubber .Sidebar{width:300px;flex-shrink:0;flex-grow:1}}.FlarumBlog-reached-end,.FlarumBlog-reached-load-more{text-align:center;padding:30px 20px;font-size:16px;color:#666e99}.BlogItemPage{background:#f7f7f7}@media screen and (min-width:992px){.BlogItemPage .App-composer .Composer{margin-left:-20px;margin-right:320px}}@media screen and (min-width:768px) and (max-width:991px){.BlogItemPage .container{width:unset}}.FlarumBlogItem{padding:30px 0 50px}.FlarumBlogItem .FlarumBlog-ToolButtons{margin-bottom:15px}@media screen and (min-width:840px){.FlarumBlogItem .FlarumBlog-Article{display:flex;flex-direction:row}}@media screen and (min-width:840px){.FlarumBlogItem .FlarumBlog-Article .FlarumBlog-Article-Container{flex-grow:1;margin-right:25px}}.FlarumBlogItem .FlarumBlog-Article .FlarumBlog-Article-Container .FlarumBlog-Article-Content{background:#fff;box-shadow:1px 3px 9px 0px #e5e7f6}.FlarumBlogItem .FlarumBlog-Article .FlarumBlog-Article-Container .FlarumBlog-Article-Image{background-position:center center;background-repeat:no-repeat;background-size:cover;height:300px;margin-bottom:20px}@media screen and (min-width:840px){.FlarumBlogItem .FlarumBlog-Article .FlarumBlog-Article-Container .FlarumBlog-Article-Image{height:400px}}.FlarumBlogItem .FlarumBlog-Article .FlarumBlog-Article-Container .FlarumBlog-Article-Content-Edit-Button{display:flex;padding-left:16px;padding-right:16px}.FlarumBlogItem .FlarumBlog-Article .FlarumBlog-Article-Container .FlarumBlog-Article-Content-Edit-Button .FlarumBlog-Article-Content-Edit-Dropdown{margin-left:auto}.FlarumBlogItem .FlarumBlog-Article .FlarumBlog-Article-Container .FlarumBlog-Article-Content-Edit-Button .FlarumBlog-Article-Content-EditButtons{text-align:center;padding-top:10px}.FlarumBlogItem .FlarumBlog-Article .FlarumBlog-Article-Container .FlarumBlog-Article-Content-Edit-Button .FlarumBlog-Article-Content-EditButtons .Button{margin:0 5px}.FlarumBlogItem .FlarumBlog-Article .FlarumBlog-Article-Container .FlarumBlog-Article-Categories{text-align:center;padding:10px 0}.FlarumBlogItem .FlarumBlog-Article .FlarumBlog-Article-Container .FlarumBlog-Article-Categories a,.FlarumBlogItem .FlarumBlog-Article .FlarumBlog-Article-Container .FlarumBlog-Article-Categories button,.FlarumBlogItem .FlarumBlog-Article .FlarumBlog-Article-Container .FlarumBlog-Article-Categories span{display:inline-block;text-decoration:none;padding:5px 5px;text-transform:uppercase;font-weight:500;font-size:15px;margin:0 5px;color:#fd5105 !important}.FlarumBlogItem .FlarumBlog-Article .FlarumBlog-Article-Container .FlarumBlog-Article-Categories a:hover,.FlarumBlogItem .FlarumBlog-Article .FlarumBlog-Article-Container .FlarumBlog-Article-Categories button:hover,.FlarumBlogItem .FlarumBlog-Article .FlarumBlog-Article-Container .FlarumBlog-Article-Categories span:hover{text-decoration:underline}.FlarumBlogItem .FlarumBlog-Article .FlarumBlog-Article-Container .FlarumBlog-Article-Post{padding:0 30px 30px;position:relative}.FlarumBlogItem .FlarumBlog-Article .FlarumBlog-Article-Container .FlarumBlog-Article-Post .FlarumBlog-Article-Title{font-size:22px;text-align:center;text-transform:uppercase;margin-top:0;margin-bottom:10px}.FlarumBlogItem .FlarumBlog-Article .FlarumBlog-Article-Container .FlarumBlog-Article-Post .FlarumBlog-Article-Title i{margin-left:15px}.FlarumBlogItem .FlarumBlog-Article .FlarumBlog-Article-Container .FlarumBlog-Article-Post .FlarumBlog-Article-PublishDate{text-align:center;display:block;font-size:14px;text-transform:uppercase;margin-bottom:15px;color:#919191}.FlarumBlogItem .FlarumBlog-Article .FlarumBlog-Article-Container .FlarumBlog-Article-Post .FlarumBlog-Article-PublishDate.FlarumBlog-Article-GhostPublishDate{max-width:300px;width:100%;margin:0px auto 15px}.FlarumBlogItem .FlarumBlog-Article .FlarumBlog-Article-Container .FlarumBlog-Article-Post .Post{padding:0;margin:0}.FlarumBlogItem .FlarumBlog-Article .FlarumBlog-Article-Container .FlarumBlog-Article-Post .Post.Post--flagged .Post-flagged{margin:0 !important}.FlarumBlogItem .FlarumBlog-Article .FlarumBlog-Article-Container .FlarumBlog-Article-Post .Post .Post-header{display:none}.FlarumBlogItem .FlarumBlog-Article .FlarumBlog-Article-Container .FlarumBlog-Article-Post .Post .Post-body p{margin-bottom:15px}.FlarumBlogItem .FlarumBlog-Article .FlarumBlog-Article-Container .FlarumBlog-Article-Comments{padding:30px;background:#fff;box-shadow:1px 3px 9px 0px #e5e7f6;margin-top:30px}.FlarumBlogItem .FlarumBlog-Article .FlarumBlog-Article-Container .FlarumBlog-Article-Comments .BlogArticleSubscription{float:right}.FlarumBlogItem .FlarumBlog-Article .FlarumBlog-Article-Container .FlarumBlog-Article-Comments h4{margin-top:0;font-size:20px}.FlarumBlogItem .FlarumBlog-Article .FlarumBlog-Article-Container .FlarumBlog-Article-Comments .PostStream .PostStream-item:first-child{display:none !important}@media screen and (max-width:840px){.FlarumBlogItem .FlarumBlog-Article .FlarumBlog-Article-Sidebar{margin-top:25px}}@media screen and (min-width:840px){.FlarumBlogItem .FlarumBlog-Article .FlarumBlog-Article-Sidebar{flex-grow:0;flex-shrink:0;width:320px}}.FlarumBlogItem .FlarumBlog-Article .FlarumBlog-Article-Sidebar>ul,.FlarumBlogItem .FlarumBlog-Article .FlarumBlog-Article-Sidebar ul.FlarumBlog-Article-Author-Extended{margin:0;padding:0;list-style:none}.FlarumBlogItem .FlarumBlog-Article .FlarumBlog-Article-Sidebar>ul>li,.FlarumBlogItem .FlarumBlog-Article .FlarumBlog-Article-Sidebar ul.FlarumBlog-Article-Author-Extended>li{margin-bottom:25px}.FlarumBlogItem .FlarumBlog-Article .FlarumBlog-Article-Sidebar .FlarumBlog-Article-Author{background:#fff;box-shadow:1px 3px 9px 0px #e5e7f6}.FlarumBlogItem .FlarumBlog-Article .FlarumBlog-Article-Sidebar .FlarumBlog-Article-Author .FlarumBlog-Article-Author-background{height:130px;background:#e5e7f6}.FlarumBlogItem .FlarumBlog-Article .FlarumBlog-Article-Sidebar .FlarumBlog-Article-Author .FlarumBlog-Article-Author-Avatar{margin-top:-55px;margin-bottom:10px;text-align:center}.FlarumBlogItem .FlarumBlog-Article .FlarumBlog-Article-Sidebar .FlarumBlog-Article-Author .FlarumBlog-Article-Author-Avatar .Avatar{width:100px;height:100px;line-height:100px;font-size:40px;border-radius:100px;border:5px solid #fff}.FlarumBlogItem .FlarumBlog-Article .FlarumBlog-Article-Sidebar .FlarumBlog-Article-Author .FlarumBlog-Article-Author-Info{padding:0 20px 20px}.FlarumBlogItem .FlarumBlog-Article .FlarumBlog-Article-Sidebar .FlarumBlog-Article-Author .FlarumBlog-Article-Author-Name{text-align:center;font-size:18px;font-weight:500;text-transform:uppercase;text-decoration:none;display:block;color:#111}.FlarumBlogItem .FlarumBlog-Article .FlarumBlog-Article-Sidebar .FlarumBlog-Article-Author .FlarumBlog-Article-Author-Bio{font-size:14px;text-align:center;padding:0 10px;margin:15px 0;word-break:break-word}.FlarumBlog-Article-GhostParagraph,.FlarumBlog-Article-GhostTitle,.FlarumBlog-Article-GhostCategory,.FlarumBlog-Article-GhostImage,.FlarumBlog-Author-Ghost,.FlarumBlog-Article-GhostPublishDate{background:#e5e7f6;color:#e5e7f6;animation:FlarumBlogGhostLoading 2s infinite;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.BlogSideWidget{background:#fff;box-shadow:1px 3px 9px 0px #e5e7f6;border-radius:3px;margin-bottom:15px}.BlogSideWidget h3{margin:0 0 10px;font-size:18px;padding:20px 20px 0}.BlogSideWidget-item{display:block;padding:10px 20px;text-decoration:none;color:#666e99}.BlogSideWidget-item.BlogSideWidget-item-child{padding-left:45px}.BlogSideWidget-item span{display:inline-block;width:16px;height:16px;margin-right:10px}.BlogSideWidget-item span.BlogSideWidget-item-colored{margin-top:2px;float:left;border-radius:4px}.BlogSideWidget-item:hover{background:#e5e7f6;text-decoration:none}@media (min-width: 768px){.BlogSideWidget .sideNav{width:auto;margin-right:auto}.BlogSideWidget .sideNav li{padding:1px 15px 1px 15px}.BlogSideWidget .sideNav li:hover,.BlogSideWidget .sideNav li.active{background:#e5e7f6;text-decoration:none}}.Flarum-Blog-Composer{position:relative}.Flarum-Blog-Composer .TextEditor-controls{border:0;margin:0;padding-left:0}.Flarum-Blog-Composer .ComposerBody-avatar{display:none}.Flarum-Blog-Composer .ComposerBody-content{margin:0}.Flarum-Blog-Composer .ComposerBody-header{display:none}.Flarum-Blog-Composer .Flarum-Blog-Composer-preview,.Flarum-Blog-Composer .TextEditor-editor{min-height:250px}.Flarum-Blog-Composer .Flarum-Blog-Composer-tabs{border-bottom:1px solid #e5e7f6;margin-bottom:15px;padding-left:35px}.Flarum-Blog-Composer .Flarum-Blog-Composer-tabs button:not(.Button){display:inline-block;padding:8px 20px;font-size:14px;line-height:20px;color:#666e99;background-color:transparent;border:1px solid transparent;border-bottom:0;margin-bottom:-1px;outline:none}.Flarum-Blog-Composer .Flarum-Blog-Composer-tabs button:not(.Button):hover{color:#111}.Flarum-Blog-Composer .Flarum-Blog-Composer-tabs button:not(.Button).AricleComposerButtonSelected{color:#111;background-color:#fff;border-color:#e5e7f6;border-radius:3px 3px 0 0}.Flarum-Blog-Composer .Flarum-Blog-Composer-tabs .Button{float:right}.Flarum-Blog-Composer .Flarum-Blog-Composer-tabs .Button.ComposerCancel{border-radius:3px 0 0 0}.Flarum-Blog-Composer .Flarum-Blog-Composer-tabs .Button.ComposerSave{border-radius:0 3px 0 0}.Flarum-Blog-Composer-HideEditor .TextEditor{display:none}.Flarum-Blog-Composer .Flarum-Blog-Composer-body{padding:0 !important;margin:5px !important;box-shadow:unset;height:unset;border-radius:4px}@media screen and (max-width:767px){.Flarum-Blog-Composer .Flarum-Blog-Composer-body{position:relative !important;top:unset}}.V17Blog-ArticleImage [data-upload-enabled]{display:flex}.V17Blog-ArticleImage [data-upload-enabled] input{flex-grow:1;margin-right:4px}.MarkdownToolbar{display:inline-block}span.spoiler{background:#444;color:transparent}span.spoiler *{pointer-events:none;background:transparent;color:transparent}span.spoiler img{visibility:hidden}:root{--mobile-tab-height:54px;--mobile-tab-bg:var(--body-bg);--mobile-tab-zindex:var(--zindex-header);--mobile-tab-shadow:0 2px 6px var(--shadow-color);--mobile-tab-item-color:var(--header-control-color)}.MobileTab{position:fixed;bottom:0;left:0;width:100%;height:calc(var(--mobile-tab-height) + env(safe-area-inset-bottom, 0));background:var(--mobile-tab-bg);box-shadow:var(--mobile-tab-shadow);z-index:var(--mobile-tab-zindex);isolation:isolate}@media (min-width: 768px){.MobileTab{display:none}}.MobileTab-items{display:flex;justify-content:space-between;align-items:center;list-style:none;height:100%;margin:0 auto;padding:0 0 env(safe-area-inset-bottom, 0);text-align:center}.MobileTab-items li{flex-basis:100%}.MobileTab-items a,.MobileTab-items>li>.Button,.MobileTab-items>li>.Dropdown{color:var(--mobile-tab-item-color);display:block;width:100%;-webkit-tap-highlight-color:rgba(229,231,246,0.6);padding-top:5px;height:100%;text-align:center}.MobileTab-items>li>a:hover{text-decoration:none}.MobileTab-items>li>.Button>.Button,.MobileTab-items>li>a>.Button,.MobileTab-items>li>.Dropdown>.Button>.Button{padding:0;margin:0;color:var(--mobile-tab-item-color);background:transparent}.MobileTab-items>li>.Button>.Button-icon,.MobileTab-items>li>a>.Button-icon,.MobileTab-items>li>.Dropdown>.Button>.Button-icon{margin-right:0;margin-bottom:6px;font-size:20px}.MobileTab-items>li>.Button>.Button-label,.MobileTab-items>li>a>.Button-label,.MobileTab-items>li>.Dropdown>.Button>.Button-label{display:block;font-size:9px;line-height:1em;margin:0}.MobileTab-items>li>.ButtonGroup.Dropdown{padding:0}.MobileTab-items>li>.ButtonGroup.Dropdown>.Button{float:none;width:100%}.MobileTab-items>li>.ButtonGroup.Dropdown>.Button:focus,.MobileTab-items>li>.ButtonGroup.Dropdown>.Button:active{background:transparent;box-shadow:none}.MobileTab-items .item-session>.Dropdown>.Button{padding:0}.MobileTab-items .item-session .Button:hover,.MobileTab-items .item-session .Button:active{background:transparent}.MobileTab-items .SessionDropdown .Avatar{margin:0 0 6px;border:1px solid var(--control-bg)}.MobileTab-items a[active="true"]{color:var(--primary-color)}.MobileTab-items .item-notifications .Button-label{position:relative}.MobileTab-items .NotificationsDropdown-unread{top:-28px;left:50%}ul li[data-task-id]{list-style-type:none;margin-left:-16px;position:relative;display:inline-block;display:block}.Post-body video{max-width:100%}.Badge--suspended{background:#888}.SuspendUserModal-days-input{margin-top:5px}.SuspendUserModal-days-input input{width:75px;display:inline-block;margin-right:5px}.Notification--userSuspended>.Avatar,.Notification--userUnsuspended>.Avatar{display:none}.RelationshipSelect{position:relative}.RelationshipSelect-FakeInput{padding-top:0;padding-bottom:0;overflow:hidden;height:auto;display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:flex-start}.RelationshipSelect-FakeInput input{display:inline;outline:none;margin:-2px 0;border:0 !important;padding:0;flex:1;background:transparent !important}.focused .RelationshipSelect-FakeInput{background-color:var(--body-bg);color:var(--text-color);border-color:var(--primary-color)}.RelationshipSelect-Selected{cursor:not-allowed;margin-top:2px;margin-right:5px;padding:3px 6px;background:#f0f0f0;border-radius:4px}.RelationshipSelect-Selected:last-of-type{margin-right:10px}.RelationshipSelect-Dropdown{position:absolute;top:100%;left:0;right:0;display:block;overflow:auto;max-height:50vh}.direction-up .RelationshipSelect-Dropdown{top:auto;bottom:100%}@media (max-width: 767.98px){.RelationshipSelect-Dropdown{max-height:none}}.RelationshipSelect-Dropdown-Item{padding:7px 20px;overflow:hidden;cursor:pointer}.RelationshipSelect-Dropdown-Item.active{background:#e5e7f6}.RelationshipSelect-Dropdown-Item mark{font-weight:bold;background:none;box-shadow:none;color:inherit}.UserRelationshipSelect .RelationshipSelect-Selected{white-space:nowrap}.UserRelationshipSelect .Avatar{--size:24px;margin-right:5px}.UserRelationshipSelect .Avatar,.UserRelationshipSelect .username{vertical-align:middle}.item-discussion-views{font-size:14px;position:absolute;width:65px;right:0;color:var(--muted-color);text-decoration:none}@media (max-width: 767.98px){.item-discussion-views{font-size:12px;padding:2px 6px;position:absolute;right:58px;top:35px;background:var(--control-bg);border-radius:var(--border-radius);margin-right:-43px;width:auto}}.item-discussion-views .icon{margin-right:2px}:root{--discussion-bookmark-color:#2756c6}.Badge--discussion-bookmark{background:var(--discussion-bookmark-color)}.DiscussionPage-nav .Button--bookmark.Button--bookmarked{background:var(--discussion-bookmark-color);color:var(--body-bg)}.FlarumBlog-Article-Content-Bookmark-Button{padding:0 16px;text-align:right}.AfruxWidgets-WidgetSection:empty,.item-afruxWidgetSection:empty{display:none !important}@media (min-width: 768px) and (max-width: 991.98px){.item-startTopWidgetSection,.item-startBottomWidgetSection{display:none !important}}@media (max-width: 767.98px){.item-startTopWidgetSection,.item-startBottomWidgetSection{margin-top:16px}}.item-startTopWidgetSection:empty,.item-startBottomWidgetSection:empty{display:none !important}.AfruxWidgets-sideNavAlt{margin-left:30px;padding-top:30px;width:180px}@media (min-width: 768px) and (max-width: 991.98px),(max-width: 767.98px){.AfruxWidgets-sideNavAlt{margin:0;width:auto}}.AfruxWidgets-topWidgetSection,.AfruxWidgets-bottomWidgetSection{display:flex;gap:12px;margin-top:30px}.AfruxWidgets-topWidgetSection>*,.AfruxWidgets-bottomWidgetSection>*{flex-grow:1}@media (min-width: 768px) and (max-width: 991.98px),(max-width: 767.98px){.AfruxWidgets-topWidgetSection,.AfruxWidgets-bottomWidgetSection{overflow-x:auto;flex-flow:row nowrap;-webkit-mask-image:linear-gradient(to right, #000 95%, rgba(0,0,0,0) 100%)}.AfruxWidgets-topWidgetSection>*,.AfruxWidgets-bottomWidgetSection>*{min-width:200px}}@media (min-width: 768px) and (max-width: 991.98px),(max-width: 767.98px){.AfruxWidgets-WidgetSection--endScroll{-webkit-mask-image:none}}.AfruxWidgets-Widget-title{margin-bottom:8px;color:#666e99}.AfruxWidgets-Widget-title-icon{margin-right:6px;font-size:.9rem;vertical-align:middle}.AfruxWidgets-Widget-title-desc{font-size:.7rem;color:#aaa}.AfruxWidgets-Widget-content{background:#e5e7f6;padding:12px 12px;border-radius:4px}.AfruxWidgets-Widget--flat .AfruxWidgets-Widget-content{padding:0;background:transparent}.AfruxWidgets-Widget:not(:last-child){margin-bottom:16px}.Update-Author-Modal .Modal-content{overflow:visible}.Update-Author-Modal .Search input{display:block;width:100%}.Update-Author-Modal .Search.focused{margin-left:inherit}.Update-Author-Modal .Search.focused input,.Update-Author-Modal .Search.focused .Search-results{width:100%}.Update-Author-Modal .SelectedUser{margin-bottom:10px}.Update-Author-Modal .SelectedUser .Avatar{--size:24px;margin:-2px 10px -2px 0}.Update-Author-Modal .RemoveUserButton{float:right;padding:0}.Update-Author-Modal .CancelButton{margin-left:5px}.Update-Author-Modal .Checkbox.disabled{opacity:0.3}.UserBadge{display:inline-block;margin:0 5px 5px 0;padding:6px 12px;color:#666e99;border:1px solid #a3a8c2;border-radius:4px;transition:all 150ms ease-in-out;text-align:center;vertical-align:middle;cursor:pointer;white-space:nowrap;outline:none;-webkit-user-select:none;user-select:none}.UserBadge:hover,.UserBadge:focus,.UserBadge.focus{border-color:#666e99}.UserBadge i{width:15px;text-align:center}.UserBadge i:not(.BadgeIconOnly){margin-right:5px}.UserBadge.UserBadge--variant-blocked{position:relative}.UserBadge.UserBadge--variant-blocked::before{display:block;content:" ";background:rgba(0,0,0,0.2);position:absolute;border-top-left-radius:3px;border-bottom-left-radius:3px;width:39px;left:0;top:0;bottom:0;z-index:0}.UserBadge.UserBadge--variant-blocked i{position:relative;z-index:1;margin-right:18px}.UserBadgeImage{display:inline-block;margin:0 5px 5px 0;max-width:100%;cursor:pointer}.Notification--badgeReceived{padding:8px 5px}.Notification--badgeReceived .Notification-action{margin-right:5px}.Notification--badgeReceived .Avatar{display:none}.Notification--badgeReceived .Notification-icon{display:none}.Notification--badgeReceived .Notification-excerpt{margin-top:2px}.Notification--badgeReceived .Notification-excerpt .icon{margin-right:5px}.BadgeModal .Select{display:block}.BadgeModal .Select select{width:100%}.BadgeModal .BadgeModalListItem{margin-bottom:10px}.BadgeModal .BadgeModalListItem p{margin:0 0 5px}.BadgeModal .UserHasBadge{margin:10px 0 0;color:#d61111}.UserBadges .UserBadgesCategory{padding-bottom:10px}.UserBadges .UserBadgesCategory h3{margin-bottom:7px}.UserBadges .UserBadgesCategory p{margin-bottom:15px}.BadgeOverviewTitle{margin-top:0}.BadgeCategory{margin:0 auto 30px}.BadgeCategory .BadgeCategoryList{list-style:none;margin:0;padding:0}@media screen and (min-width:540px){.BadgeCategory .BadgeCategoryList{display:grid;grid-gap:0;justify-content:space-between;grid-template-columns:repeat(auto-fill, calc(100% / 2 - 10px))}}.BadgeCategory .BadgeCategoryList li{margin:10px 0}.BadgeContainer{display:block;color:#666e99;background:#e5e7f6;border-radius:4px;padding:20px}.BadgeContainer:hover{text-decoration:none}.BadgeContainer .UserBadge{background:#fff;border:0}.BadgeContainer .BadgeContainerInfo{overflow:hidden}.BadgeContainer .BadgeContainerInfo .BadgeDescription{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:13px;margin-top:6px;height:20px}.BadgeContainer .BadgeContainerInfo p{font-size:12px;margin-top:5px}.BadgeTable{margin-top:30px}.BadgeTable thead th{padding-bottom:10px;padding-left:5px;text-align:left}.BadgeTable tbody tr{border-top:1px solid #e5e7f6}.BadgeTable tbody tr td{padding:13px 5px}.BadgeTable tbody tr td .BadgeTableRewarded{margin-top:7px;font-size:11px;color:#666e99}.BadgeTable tbody tr td:first-child{width:200px}.BadgesOverviewButton{margin-bottom:10px}.BadgeUserListInfo{background:#e5e7f6;color:#666e99;border-radius:4px;padding:20px;display:flex;margin-bottom:20px}.BadgeUserListInfo i{margin-right:25px;font-size:40px}.BadgeUserListInfo .BadgeUserListInfo-meta{flex-grow:1}.BadgeUserListInfo .BadgeUserListInfo-meta h3{margin-top:0;margin-bottom:10px}.BadgeUserListInfo .BadgeUserListInfo-meta p{margin-bottom:0}.BadgeUserList{list-style:none;margin:0;padding:0}@media screen and (min-width:540px){.BadgeUserList{display:grid;grid-gap:0;justify-content:space-between;grid-template-columns:repeat(auto-fill, calc(100% / 2 - 10px))}}@media screen and (min-width:900px){.BadgeUserList{grid-template-columns:repeat(auto-fill, calc(100% / 3 - 10px))}}.BadgeUserList li{margin:10px 0}.BadgeUserList li .BadgeUserList-user{display:block;padding:5px;border-radius:50px;display:flex;align-items:center;text-decoration:none;transition:background-color 100ms ease-in}.BadgeUserList li .BadgeUserList-user:hover{background:#e5e7f6}.BadgeUserList li .BadgeUserList-user .Avatar{margin-right:15px;flex-shrink:0}.BadgeUserList li .BadgeUserList-user .BadgeUserList-userinfo{flex-grow:1}.BadgeUserList li .BadgeUserList-user .BadgeUserList-userinfo h4{margin:0 0 5px;font-size:15px;color:#111}.BadgeUserList li .BadgeUserList-user .BadgeUserList-userinfo p{color:#666e99;margin-bottom:0}.BadgeUserList-empty{font-size:15px}.UserCard-info .item-badges{display:block !important;margin-top:15px}.UserCard-info .item-badges .UserBadge{color:#fff}.UserCard-info .item-badges .UserBadge:hover{border-color:#fff}.UserCard-info .item-badges a{text-decoration:none}.UserCardBadgesModal .Checkbox.disabled{opacity:0.4}.UserCardBadgesModal .UserCardBadgesModalCategory{margin-bottom:20px}.UserCardBadgesModal .UserCardBadgesModalCategory-name{font-size:14px;margin-bottom:15px;font-weight:bold}.UserCardBadgesModal .UserCardBadgesModalCategory-badge{display:flex;align-items:center;padding:5px;border-radius:4px;margin-bottom:5px}.UserCardBadgesModal .UserCardBadgesModalCategory-badge:hover{background:#fff}.UserCardBadgesModal .UserCardBadgesModalCategory-badge-preview{flex-grow:1}.UserCardBadgesModal .UserCardBadgesModalCategory-badge-preview .UserBadge{margin:0}.UserCardBadgesModal .UserCardBadgesModalCategory-badge-switch{flex-shrink:0;flex-grow:0;text-align:right}#therealsujitk-gifs-toolbar-item span{display:inline-block}.therealsujitk-gifs-modal .Modal-header{padding:20px 30px 0px 30px;background-color:#e5e7f6}.therealsujitk-gifs-modal .Modal-header h3{text-align:left;font-size:16px;color:#666e99}#therealsujitk-gifs-back-button{margin-right:10px}#therealsujitk-gifs-category{margin:auto 0px;text-transform:uppercase;font-weight:bold}#therealsujitk-gifs-search-input{flex-grow:1;margin-right:10px}#therealsujitk-gifs-search-input input{width:100%;height:100%}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.therealsujitk-gifs-container{display:grid;grid-template-columns:repeat(auto-fill, 50%);grid-auto-rows:5px;margin-top:10px;margin-bottom:10px;min-height:45vh;height:45vh;overflow:auto}.therealsujitk-gifs-container>div{display:inline-block;position:relative;width:calc(100% - 10px);grid-row-end:span 27;margin:5px;border:2px solid rgba(0,0,0,0);border-radius:8px;color:#ffffff;font-size:16px;font-weight:bold;text-shadow:1px 1px #000;text-align:center;line-height:125px;vertical-align:middle;background-size:cover;background-repeat:no-repeat;background-position:center center;background-origin:border-box;background-color:rgba(253,81,5,0.4);background-blend-mode:luminosity;cursor:pointer;overflow:hidden;animation:fadeIn .3s;transition:0.3s}.therealsujitk-gifs-container img{width:100%}.therealsujitk-gifs-container button{position:absolute;top:10px;right:10px;background-color:rgba(255,255,255,0.8)}.therealsujitk-gifs-container .tooltip{position:fixed}.therealsujitk-gifs-container .LoadingIndicator-container{margin:0}.therealsujitk-gifs-container>div:hover{border:2px solid #fd5105;background-color:rgba(253,81,5,0.8)}.therealsujitk-gifs-container #therealsujitk-gifs-end{width:100%;margin:25px 0px;text-align:center;grid-column-end:span 2}#therealsujitk-gifs-footer{padding-top:10px;padding-bottom:30px}#therealsujitk-gifs-footer img{float:right;height:25px}.searchbar .Search-input input{width:100%}.UserHero,.CoverEditor-cover,body.dark .UserPage .Hero,.UserCard{background-image:var(--background-image);background-position:center;background-size:100%;background-repeat:no-repeat}.CoverEditor-active{height:108px}.CoverEditor-active .LoadingIndicator-container{height:100%;background-color:rgba(0,0,0,0.87)}.rich-embed{position:relative}.rich-embed-block{--rich-embed-block-padding-v:15px;--rich-embed-block-padding-h:20px;position:relative;padding:var(--rich-embed-block-padding-v) var(--rich-embed-block-padding-h);display:block;width:360px;max-width:90vh;text-decoration:none;color:#111;border-radius:4px;border:2px solid #ddd;font-weight:normal;background-color:#fff}.rich-embed-block:hover{border-color:var(--link-color)}.rich-embed-controls{position:absolute;top:8px;right:8px;display:none}.rich-embed-block:hover .rich-embed-controls{display:block}.rich-embed-controls .Button{margin-left:6px}.rich-embed-site-name{color:var(--muted-color);margin-bottom:4px;font-size:0.9em}.rich-embed-content-type::before{content:' > ';opacity:0.4}.rich-embed-favicon{vertical-align:baseline;max-height:1em;margin-bottom:-0.15em}.rich-embed-author-avatar{--size:20px;vertical-align:middle}a.rich-embed-author-username{color:inherit;text-decoration:none;border:none}a.rich-embed-author-username:hover{color:var(--link-color)}.rich-embed-images{margin-top:4px}.rich-embed-horizontal .rich-embed-images{margin-top:0;float:right;max-width:140px;margin-left:20px}.rich-embed-images img{max-width:100%;border-radius:4px}.rich-embed-image-background{background-position:center center;background-size:cover;border-radius:4px;position:relative;width:100%;height:0;padding-bottom:56.25%}.rich-embed-image-background-missing{background:#efefef}.rich-embed-title{font-weight:bold}.rich-embed-description{font-size:0.9em}.rich-embed-ellipsis-control{padding:0 6px;font-size:14px;line-height:12px;margin-top:-4px}.rich-embed-float-wrapper .rich-embed-block{position:absolute;z-index:1000;top:calc(1em + 5px);left:0;display:none}.rich-embed:hover .rich-embed-float-wrapper .rich-embed-block{display:block}.rich-embed-image-overlay{position:relative;width:100%;height:0}.rich-embed-play-button{position:absolute;width:100%;height:0;padding-bottom:56.25%;left:0;right:0;bottom:0;color:white;text-shadow:0 0 5px rgba(0,0,0,0.5);border-radius:4px}a.rich-embed-play-button{border:none}.rich-embed-play-button i{position:absolute;width:100%;text-align:center;line-height:0;bottom:42%;font-size:40px}.rich-embed-play-button:hover{background:rgba(255,255,255,0.2);color:var(--link-color)}.rich-embed-duration{position:absolute;right:10px;bottom:10px;background:rgba(0,0,0,0.8);color:white;border-radius:4px;padding:4px}.rich-embed-embedded-player{position:relative;width:100%;height:0;padding-bottom:56.25%}.rich-embed-embedded-player iframe{border:none;position:absolute;width:100%;height:100%;left:0;top:0}.rich-embed-stats{margin:6px -8px 0}.rich-embed-stat{color:inherit;font-weight:600;padding:5px 8px}.rich-embed-stat .rich-embed-stat-icon{margin-right:8px;color:var(--muted-color)}a.rich-embed-stat{border:none}a.rich-embed-stat:hover{color:var(--link-color)}.Post-body{overflow:visible}.rich-embed-collection{display:flex;flex-wrap:wrap;margin-right:-20px}.rich-embed-collection .rich-embed-block{margin-right:20px;margin-bottom:20px}.rich-embed-collection a{text-decoration:none}.rich-embed-img{display:inline-block;position:relative}.rich-embed-img img{max-width:100%;height:auto;transition:filter .2s}.rich-embed-img:hover img{filter:brightness(80%)}.rich-embed-img:hover .rich-embed-img-over{opacity:1}.rich-embed-img-over{display:flex;position:absolute;z-index:1;padding-top:8px;top:0;right:0;opacity:0;transition:opacity .2s;font-size:0.9em;pointer-events:none}.rich-embed-img-over>*{margin-right:8px}.rich-embed-img-over .Button{font-size:1em;line-height:1em;pointer-events:auto}.rich-embed-img-over .Button--icon{width:2.5em;height:2.5em;padding:0;display:flex;justify-content:center;align-items:center}.rich-embed-img-over .Button--icon .Button-icon{font-size:1.2em}.rich-embed-img-info{border-radius:var(--border-radius);color:var(--button-color);background:var(--button-bg);line-height:1.2em;padding:.1em .5em}.rich-embed-img-domain{display:block}.rich-embed-img-mime span:not(:first-child)::before{content:'/ ';opacity:0.5}:root{--cimaise-header-height:54px;--cimaise-sidebar-width:0}@media (min-width: 992px){:root{--cimaise-sidebar-width:360px}}.AlbumPictureList{display:flex;flex-wrap:wrap}.AlbumThumbnail{display:inline-block;position:relative;border-radius:5px;padding:5px;box-shadow:0 0 1px rgba(0,0,0,0.3);margin:5px;line-height:0}.AlbumThumbnail .AlbumThumbnail-controls{line-height:normal;position:absolute;top:0;right:0}.AlbumThumbnail .AlbumThumbnail-meta{line-height:normal;position:absolute;left:0;right:0;bottom:0;background:rgba(0,0,0,0.8);padding:10px 20px;opacity:0;transition:opacity .2s}.AlbumThumbnail .AlbumThumbnail-meta,.AlbumThumbnail .AlbumThumbnail-meta a{color:white}.AlbumThumbnail .AlbumThumbnail-meta .AlbumThumbnail-title{display:block;font-weight:bold;margin-bottom:5px;overflow:hidden;text-overflow:ellipsis}.AlbumThumbnail .AlbumThumbnail-meta .Avatar{--size:24px;margin:-2px 10px -2px 5px}.AlbumThumbnail .AlbumThumbnail--picture{width:150px;height:150px}.AlbumThumbnail:hover .AlbumThumbnail-meta{opacity:1}.ImagePlaceholder{width:150px;height:150px;background:#b3bdcd;position:relative}.ImagePlaceholder::before,.ImagePlaceholder::after{content:'';position:absolute}.ImagePlaceholder::before{background:#839bcd;width:50px;height:50px;bottom:40px;left:20px}.ImagePlaceholder::after{border-bottom:50px solid #839bcd;border-right:50px solid transparent;top:30px;right:15px}.AlbumThumbnail-badges{position:absolute;top:0;left:0;z-index:1;padding:2px}.AlbumThumbnail-badges .Badge{background:none;box-shadow:none}.AlbumThumbnail-badges .Badge::before{content:'';display:block;position:absolute;top:0;left:0;border-left:40px solid #666;border-bottom:40px solid transparent;border-radius:5px 0 0 0;z-index:-1}.AlbumThumbnail-badges .Badge--awaitingApproval::before{border-left-color:#e7672e}.AlbumThumbnail-badges .Badge--favorite::before{border-left-color:#e7cb0c}.AlbumPageControls{padding:15px 0}.AlbumHero{min-height:20vh;position:relative;overflow:hidden;background:none;color:#efefef}.AlbumHero ul{list-style:none;margin:0;padding:0}.AlbumHero .Button--link{color:inherit}.AlbumHero .Button--link:hover{text-decoration:underline}.AlbumHeroBackground{position:absolute;z-index:-10;top:-8px;bottom:-8px;left:-8px;right:-8px;background-size:cover;background-position:center center;background-color:#ccc;filter:brightness(.4) blur(8px)}@media (min-width: 768px){.CimaiseStickerComposer{margin-top:10px;max-width:1400px}}.CimaiseStickerComposer .Modal-header{padding:10px 25px}.CimaiseStickerComposer-Body{display:flex;min-height:820px}.CimaiseStickerComposer-Editor{flex-grow:1;flex-shrink:1;display:flex;flex-direction:column}.CimaiseStickerComposer-DrawingBoard{background:#111;flex-grow:1;flex-shrink:1;position:relative}.CimaiseStickerComposer-FloatingDrawBoard{position:absolute;top:0;left:0}.CimaiseStickerComposer-List{width:300px;padding:20px}.CimaiseStickerComposer-Insert{display:inline-flex;justify-content:center;align-items:center;vertical-align:top;width:60px;height:60px;border:1px dashed transparent;cursor:move;border-radius:5px}.CimaiseStickerComposer-Insert:hover{border-color:#aaa}.CimaiseStickerComposer-Status{height:20px;background:#dedede;color:#333;display:flex}.CimaiseStickerComposer-Status-Item{padding:0 12px;min-width:200px}.CimaiseStickerComposer-Status-Item:not(:last-child){border-right:2px solid #c1c1c1}.CimaiseLayers{list-style:none;margin:0;padding:0;--color:#000}.CimaiseLayers li{display:flex;align-items:center;border-top:1px solid #c1c1c1}.CimaiseLayers li:last-child{border-bottom:1px solid #c1c1c1}.CimaiseLayers li.active{font-weight:bold}.CimaiseLayers li>span:nth-child(1){min-width:2.5em;padding:0 5px;color:#888}.CimaiseLayers li>span:nth-child(2){min-width:4em}.CimaiseLayers li>span:nth-child(3){padding:3px;cursor:pointer}.CimaiseLayers .Button{margin:3px 0 3px auto;width:30px;padding:5px 0}.CimaiseLayers .CimaiseLayersPreview{background:var(--color);margin:0 auto}.CimaiseLayers .CimaiseLayerCircle .CimaiseLayersPreview{border-radius:100%;width:2em;height:2em}.CimaiseLayers .CimaiseLayerRect .CimaiseLayersPreview{width:3em;height:1.5em}.CimaiseLayers .CimaiseLayersStickerPreview{width:2.5em;height:2em;background-size:contain;background-repeat:no-repeat;background-position:center center}.CimaiseLayers input{display:none}.CimaiseStickerComposer-InsertRect,.CimaiseStickerComposer-InsertDisc{background:#333}.CimaiseStickerComposer-InsertRect{width:50px;height:26px}.CimaiseStickerComposer-InsertDisc{width:40px;height:40px;border-radius:100%}.CimaiseStickerComposer-InsertCustom{width:48px;height:48px;background-size:contain;background-repeat:no-repeat;background-position:center center}.CimaiseLightbox{position:fixed;top:0;bottom:0;left:0;right:0;background:var(--overlay-bg);z-index:500;padding-top:var(--cimaise-header-height)}.CimaiseLightbox .App-navigation{height:46px}@media (min-width: 768px){.CimaiseLightbox .App-navigation{display:none}}@media (max-width: 767.98px){.CimaiseLightbox{overflow:auto}}@media (min-width: 768px){.CimaiseLightboxClose{position:absolute;z-index:15;top:var(--cimaise-header-height);right:var(--cimaise-sidebar-width)}.CimaiseLightboxClose .Button{color:white;width:60px;height:60px;background:none}.CimaiseLightboxClose .Button .Button-icon{font-size:20px}.CimaiseLightboxClose .Button:hover{background-color:rgba(255,255,255,0.1)}}body.cimaise-lightbox-open{overflow:hidden}body.cimaise-lightbox-open .App-header,body.cimaise-lightbox-open .App-navigation{box-shadow:0 2px 6px var(--shadow-color)}@media (max-width: 767.98px){body.cimaise-lightbox-open .CimaiseLightbox{z-index:calc(var(--zindex-header) + 2)}}.PictureViewBoxContainer{position:relative;overflow:hidden;height:calc(50vh)}@media (min-width: 768px){.PictureViewBoxContainer{height:calc(76vh - var(--cimaise-header-height))}}@media (min-width: 992px){.PictureViewBoxContainer{height:calc(100vh - var(--cimaise-header-height) - 110px)}}.PictureViewBox{--width:auto;--height:auto;position:absolute;left:50%;top:50%;width:var(--width);height:var(--height);margin-left:calc(var(--width) / -2);margin-top:calc(var(--height) / -2)}.PictureViewBoxImage{display:block;position:absolute;top:0;left:0;width:100%;box-shadow:0 0 10px rgba(0,0,0,0.3)}.PictureViewBoxStickers{position:absolute;top:0;bottom:0;left:0;right:0;overflow:hidden}.PictureViewBoxSticker{--color:#000;--angle:0;position:absolute;top:calc(var(--proportional-top) * var(--width));left:calc(var(--proportional-left) * var(--width));width:calc(var(--proportional-width) * var(--width));height:calc(var(--proportional-height) * var(--width));margin-top:calc(var(--proportional-height) * var(--width) / -2);margin-left:calc(var(--proportional-width) * var(--width) / -2);transform:rotate(calc(var(--angle) * 1deg));pointer-events:none}.PictureViewBoxSticker[data-type='mask:rect'],.PictureViewBoxSticker[data-type='mask:disc']{background:var(--color)}.PictureViewBoxSticker[data-type='mask:disc']{border-radius:50%}.PictureViewBoxSticker[data-type^='custom:']{--tall-as-width:2;height:calc(var(--proportional-width) * var(--width) * var(--tall-as-width));margin-top:calc(var(--proportional-width) * var(--width) * var(--tall-as-width) / -2);background-size:contain;background-repeat:no-repeat;background-position:center center;transition:opacity .3s}.PictureViewBox:hover .PictureViewBoxSticker[data-type^='custom:']{opacity:0.7}.CimaiseLightbox .PictureDetails{background:var(--body-bg)}.PictureAttribute{border:1px dashed transparent;border-radius:4px}.PictureAttribute.editable:not(.editing){cursor:text}.PictureAttribute.editable:not(.editing):hover{border-color:rgba(200,200,200,0.8)}.PictureAttribute .PictureAttribute--field{display:block;width:100%;padding:10px 20px}.PictureAttribute .PictureAttribute--placeholder{font-style:italic;color:#888}.PictureView{padding:10px 0}.PictureShowPage .PictureView{background:#22262d}.PictureView-nav{position:relative;z-index:10;display:flex;padding:0 15px;margin-bottom:10px}@media (min-width: 992px){.PictureView-nav{margin-bottom:-30px}}.CimaiseLightbox .PictureView-nav{padding:0 80px}.PictureView-nav .PictureView-nav-flex{flex-grow:1}.PictureView-nav .Button{margin:0 5px}.PictureView-directions{text-align:center}@media (min-width: 768px){.PictureView-directions .Button{position:absolute;top:120px;height:60vh;width:8vw;background:none;top:calc(20vh - 30px)}.CimaiseLightbox .PictureView-directions .Button{color:white}.PictureView-directions .Button:hover{background-color:rgba(255,255,255,0.1)}.PictureView-directions .Button:first-child{left:0}.PictureView-directions .Button:last-child{right:var(--cimaise-sidebar-width)}}.PictureView-browser{margin-top:20px;text-align:center}.PictureView-browser .AlbumThumbnail-controls,.PictureView-browser .AlbumThumbnail-meta{display:none}.PictureView-browser .Button{vertical-align:top;margin-top:10px}.PictureView-browser .AlbumPictureList{display:inline-block}.PictureView-browser .AlbumThumbnail--picture{width:50px;height:50px}.PictureView-browser .AlbumThumbnail{padding:0;border-radius:0;border:2px solid transparent}.PictureView-browser .AlbumThumbnail.active{border-color:orange}.PictureView-browser .AlbumThumbnail-badges{pointer-events:none}.PictureDetails--row{margin:0 -15px;display:flex;flex-direction:column}@media (min-width: 768px){.PictureDetails--row{flex-direction:row}}.PictureDetails--column{margin:0 15px;display:flex;flex-direction:column}.PictureDetails--user{padding:15px 0 30px 90px;min-height:90px}.PictureDetails--user .PictureDetails--time{margin-top:10px;color:#667c99}@media (max-width: 767.98px){.PictureDetails--user{padding-left:25px;padding-right:25px}}@media (min-width: 992px){.PictureShow{display:flex}.PictureShow .container{width:auto}.PictureShow .PictureView{flex-grow:1;flex-shrink:1;height:calc(100vh - var(--cimaise-header-height))}.PictureShow .PictureDetails{flex-grow:0;flex-shrink:0;width:var(--cimaise-sidebar-width);height:calc(100vh - var(--cimaise-header-height) + 5px);max-width:100%;box-shadow:-1px 0 6px var(--shadow-color);overflow:auto;margin-top:-5px;padding-top:5px;display:flex;flex-direction:column;align-items:stretch}.PictureShow .PictureDetails .container{flex-grow:1;display:flex;flex-direction:column;margin:0}.PictureShow .PictureDetails .container .PictureDetails--row{flex-grow:1}.PictureShow .PictureDetails--row{flex-direction:column}.PictureShow .PictureDetails--column:last-child{flex-grow:1}.PictureShow .CimaiseLicenseSection{margin-top:auto;padding-bottom:40px}.App.cimaise-picture-show{padding-bottom:0}}.CimaiseExifSummary{display:flex}.CimaiseExifSummary .Button--icon{padding:0}.CimaiseExifSummaryIcon{width:100px;font-size:50px;color:#ccc;text-align:center;padding-top:15px}@media (max-width: 767.98px){.CimaiseExifSummaryIcon{display:none}}.CimaiseExifContent{flex-grow:1;flex-shrink:1;padding-bottom:10px}@media (max-width: 767.98px){.CimaiseExifContent{padding-left:25px;padding-right:25px}}.CimaiseExifSummaryMake{font-weight:bold}@media (min-width: 768px){.PictureDetails-controls{float:right;margin-top:-5px}}.CimaiseExifAll dl{display:flex;border-bottom:1px solid #ccc;margin:0}.CimaiseExifAll dl:first-child{border-top:1px solid #ccc}.CimaiseExifAll dt,.CimaiseExifAll dd{margin:0;padding:10px;overflow:hidden;text-overflow:ellipsis}.CimaiseExifAll dt{flex-grow:0;flex-shrink:0;width:140px;font-weight:bold}.CimaiseExifAll dd{flex-shrink:1;flex-grow:1}.CimaiseExifAll dd span{display:block}.CimaiseSectionTitle{display:flex;margin:15px 0}.CimaiseSectionTitle::before,.CimaiseSectionTitle::after{content:'';display:block;margin-top:0.7em;height:4px;border-radius:2px;background:#f1f1f1}.CimaiseSectionTitle::before{width:20px}.CimaiseSectionTitle::after{flex-grow:1}.CimaiseSectionTitle h3{margin:0;padding:0 10px}.CimaiseLicenseSection .LicenseLabel{margin-left:25px}.PictureShow .App-titleControl{padding:12px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (min-width: 768px){.PictureShow .App-titleControl{display:none}}.CimaiseProgress,.CimaiseProgressBar,.CimaiseProgressLabel{height:20px}.CimaiseProgressBar,.CimaiseProgressLabel{position:absolute;top:0;left:0}.CimaiseProgress{position:relative;overflow:hidden;border-radius:4px;background:#fff;border:2px solid #fd5105}.CimaiseProgressBar{background:#fd5105}.CimaiseProgressLabel{color:#333;right:0;text-align:center;line-height:16px;font-size:13px;font-weight:bold}.CimaiseProgressLabel .LoadingIndicator{display:inline-block;width:16px;margin-right:10px}.CimaiseUploadDraft{display:flex;padding:10px 0}.CimaiseUploadDraft:not(:last-of-type){border-bottom:1px solid #ccc}.CimaiseUploadDraft-image{margin:0 10px;width:100px}.CimaiseUploadDraft-image img{width:100%}.CimaiseUploadDraft-attributes{flex-grow:1}.CimaiseUploadDraft-attributes .Form-group{margin-bottom:5px}.CimaiseUploadDrop{border-radius:4px;border:3px dashed #aaa;padding:50px 20px;text-align:center}.CimaiseUploadDrop--hover{background:rgba(100,100,100,0.2)}.ComposerBody--cimaise-attachments .Composer-footer{margin-top:90px}.CimaiseComposerAttachmentsWrapper{position:relative;height:0}.CimaiseComposerAttachments{display:flex;flex-wrap:wrap;position:absolute;bottom:56px;padding:2px 0 8px;width:100%}.CimaiseComposerAttachment{position:relative;width:80px;height:80px;margin-right:10px;box-shadow:0 0 3px rgba(0,0,0,0.3)}.CimaiseComposerAttachment,.CimaiseComposerAttachment img{border-radius:6px}.CimaiseComposerAttachment img{width:100%}.CimaiseComposerAttachment label{position:absolute;z-index:10;top:-3px;right:-3px;cursor:pointer}.CimaiseComposerAttachment .pill{--checkbox-color:var(--button-primary-bg);font-size:13px;width:25px;height:25px;border-radius:100%;color:var(--button-primary-bg);border:3px solid var(--button-primary-bg);background:white;text-align:center}.CimaiseComposerAttachment input{width:0;height:0;position:fixed;left:-99999px}.CimaiseComposerAttachment input:focus+.pill{--checkbox-color:var(--button-primary-bg-hover)}.CimaiseComposerAttachmentAdd{--button-outline-color:#ccc;border:2px dashed var(--button-outline-color);cursor:pointer;background:none;box-shadow:0 0 3px rgba(0,0,0,0.1)}.CimaiseComposerAttachmentAdd .icon{color:var(--button-outline-color);display:block;font-size:30px}.CimaiseComposerAttachmentAdd:hover,.CimaiseComposerAttachmentAdd:focus{--button-outline-color:#666}.AlbumSearchResult img{width:40px;display:inline-block;vertical-align:middle;margin-right:10px}.LicenseLabel{display:inline-flex;align-items:center}.LicenseLabel .LicenseLabel-icon{color:#666e99;margin-right:10px;font-size:20px}.LicenseLabel .LicenseLabel-help{color:#c2c2c2}.LicenseLabel .Select+.Button{margin-left:5px;flex-shrink:0}.LicenseLabel .tooltip .tooltip-inner{white-space:pre-wrap;text-align:left}.AttachAlbumModal .FormControl{display:inline-block;width:220px}.UserCard-info .item-bio{display:block;margin-top:20px}.UserBio{margin:-10px -10px 10px;border:1px dashed transparent;border-radius:4px}.UserBio.editable:not(.editing){cursor:text;border-color:rgba(255,255,255,0.1);transition:.2s ease border-color}.UserBio.editable:not(.editing):hover,.UserBio.editable:not(.editing):focus{border-color:rgba(255,255,255,0.3)}.UserBio,.UserBio textarea{font-size:14px}.UserBio textarea{padding:10px;font-size:14px;resize:none}.UserBio .LoadingIndicator-container{color:white;height:50px}.UserBio a{font-weight:600}.UserBio a:hover{border-bottom:1px solid;text-decoration:none}.UserBio-actions{margin-top:5px;display:inline-flex;gap:5px}.UserBio-actions .Button--primary{background-color:var(--button-bg)}.UserBio-actions .Button--primary,.UserBio-actions .Button--primary:hover{color:var(--button-color)}.UserBio-actions .Button--primary:hover{background-color:var(--button-bg-hover)}.UserBio-content{padding:10px 10px 1px;line-height:21px;max-height:calc(1px + 20px + 21px * max(var(--bio-max-lines), 5));overflow-y:auto}.UserBio-placeholder{opacity:0.3}.fof-download.row{margin:10px auto 0;min-height:280px}.fof-download.row .card{float:left;padding:0 1.7rem;width:50%}.fof-download.row .card .menu-content{float:right;margin:0;padding:0;list-style-type:none}.fof-download.row .card .menu-content::before,.fof-download.row .card .menu-content::after{content:"";display:table}.fof-download.row .card .menu-content::after{clear:both}.fof-download.row .card .menu-content li{display:inline-block;margin:0 5px;position:relative}.fof-download.row .card .menu-content li>div{color:#111}.fof-download.row .card .menu-content li>div>span{position:absolute;left:50%;top:0;font-size:10px;font-weight:700;transform:translate(-50%, 0);transition:all .3s;opacity:0}.fof-download.row .card .wrapper{background-color:#fff;min-height:250px;position:relative;overflow:hidden;box-shadow:0 0 10px 1px rgba(0,0,0,0.35)}.fof-download.row .card .wrapper:hover .data{background-color:#fff;transform:translateY(0)}.fof-download.row .card .wrapper:hover .header{background-color:#fff}.fof-download.row .card .wrapper:hover .header .menu-content span{transform:translate(-50%, -10px);opacity:1}.fof-download.row .card .data{position:absolute;bottom:0;width:100%;transition:transform .3s;color:#111;transform:translateY(calc(84px))}.fof-download.row .card .data .content{padding:1em;position:relative;z-index:1}.fof-download.row .card .title{margin-top:2px;text-align:center}.fof-download.row .card .header{color:white;padding:1em 1em .1em}.fof-download.row .card .header::before,.fof-download.row .card .header::after{content:"";display:table}.fof-download.row .card .header::after{clear:both}.fof-upload-file-list ul{display:grid;grid-template-columns:repeat(auto-fill, minmax(150px, 1fr));gap:8px;margin:0;padding:0;list-style-type:none}.fof-upload-file-list .UploadedFile{position:relative;display:flex;align-items:center;justify-content:center;border-radius:4px;overflow:visible;box-shadow:0 2px 4px rgba(0,0,0,0.35);border:2px solid transparent;transition:box-shadow 150ms ease-in-out;background:#fff;height:auto;min-height:150px}.fof-upload-file-list .UploadedFile:hover{box-shadow:0 4px 6px rgba(0,0,0,0.35)}.fof-upload-file-list .UploadedFile:hover .fof-file-actions{opacity:1}.fof-upload-file-list .UploadedFile:hover .fof-file-name{opacity:1}.fof-upload-file-list .UploadedFile.selected{border:2px solid #fd5105;box-shadow:0 0 0 3px rgba(253,81,5,0.2)}.fof-upload-file-list .UploadedFile.selected .fof-file-name{background-color:#cd4002}.fof-upload-file-list .UploadedFile .fof-file-image-preview,.fof-upload-file-list .UploadedFile .fof-file-icon{width:100%;height:auto}.fof-upload-file-list .UploadedFile .fof-file-icon{display:flex;align-items:center;justify-content:center;font-size:4em;color:#666e99}.fof-upload-file-list .UploadedFile .fof-file-actions{position:absolute;top:0;right:0;display:flex;gap:4px;padding:4px;opacity:0.7;transition:opacity 150ms ease-out;z-index:2}.fof-upload-file-list .UploadedFile .fof-file-actions .tooltip{overflow:visible !important}.fof-upload-file-list .UploadedFile .fof-file-actions .tooltip .tooltip-inner{text-overflow:ellipsis;overflow:hidden;text-wrap:wrap}.fof-upload-file-list .UploadedFile .fof-file-action{background-color:rgba(255,255,255,0.7);color:#666e99}.fof-upload-file-list .UploadedFile .fof-file-action:hover,.fof-upload-file-list .UploadedFile .fof-file-action:focus{color:#ff5003}.fof-upload-file-list .UploadedFile .fof-file-name{position:absolute;bottom:0;left:0;right:0;background-color:rgba(17,17,17,0.7);color:#fff;padding:4px;text-align:center;font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;opacity:0.8;transition:opacity 150ms ease-out;z-index:1}.fof-upload-file-list .UploadedFile .fof-file-loading{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);z-index:3}.fof-upload-file-list .fof-load-more-files{display:flex;justify-content:center;margin-bottom:16px}@media screen and (min-width:768px){.fof-file-manager-modal .fof-modal-buttons{position:absolute;right:10px;top:22px;z-index:1}}@media screen and (max-width:768px){.fof-file-manager-modal .fof-modal-buttons{left:unset;right:0}}@media screen and (min-width:767px){.fof-file-manager-modal .fof-modal-buttons .Button.fof-upload-button{width:auto;padding:8px 13px}.fof-file-manager-modal .fof-modal-buttons .Button.fof-upload-button .Button-icon{margin-right:7px}.fof-file-manager-modal .fof-modal-buttons .Button.fof-upload-button .Button-label{display:inline-block}}@media screen and (min-width:767px) and screen and (min-width:767px){.fof-file-manager-modal .fof-modal-buttons .Button.fof-upload-button{margin-right:10px}}@media screen and (max-width:767px){.fof-file-manager-modal .fof-modal-buttons .fof-upload-button:not(.uploading) .Button-icon{margin:0}.fof-file-manager-modal .fof-modal-buttons .fof-upload-button:not(.uploading) .Button-label{display:none}}.fof-file-manager-modal .fof-drag-and-drop{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(229,231,246,0.9);z-index:5;transition:opacity 150ms ease-in-out;pointer-events:none;opacity:0}.fof-file-manager-modal .fof-drag-and-drop .fof-drag-and-drop-release{position:absolute;top:50%;text-align:center;left:0;right:0;transform:translateY(-50%);font-size:30px}.fof-file-manager-modal .fof-drag-and-drop .fof-drag-and-drop-release>i{display:block;margin-bottom:20px;font-size:75px}.fof-file-manager-modal .Modal-content.fof-upload-dragging .fof-drag-and-drop,.fof-file-manager-modal .Modal-content.fof-upload-dropping .fof-drag-and-drop{opacity:1}.fof-file-manager-modal .Modal-body{max-height:500px;overflow:auto}@media screen and (max-width:767px){.fof-file-manager-modal .Modal-body{height:calc(100vh - 122px);max-height:unset}}.fof-file-manager-modal .Modal-footer{text-align:right}.fof-file-manager-modal .Modal-footer .Button{margin-left:10px}.LibrarySelection{display:grid;grid-template-columns:repeat(2, 1fr);margin-bottom:-25px;margin-left:-25px;margin-right:-25px;padding-top:25px}.FofUpload-TextPreview{background:#e5e7f6;color:#666e99;border:2px solid #e5e7f6;border-radius:4px;width:100%;margin:8px 0}.FofUpload-TextPreview pre,.FofUpload-TextPreview code{border-radius:0}.FofUpload-TextPreviewFull,.FofUpload-TextPreviewSnippet,.FofUpload-TextPreviewLoading,.FofUpload-TextPreviewError{background:#fff}.FofUpload-TextPreviewFull{max-height:90vh;overflow-y:auto}.FofUpload-TextPreviewSnippet code:empty::before{content:attr(data-nosnippet-text)}.editing .FofUpload-TextPreviewSnippet code:empty::before{content:attr(data-preview-text)}.FofUpload-TextPreviewFull,.FofUpload-TextPreviewSnippet{overflow-x:auto}.FofUpload-TextPreviewFull pre,.FofUpload-TextPreviewSnippet pre{margin:0}.FofUpload-TextPreviewFull code,.FofUpload-TextPreviewSnippet code{padding:12px}[data-error="true"] .FofUpload-TextPreviewFull,[data-error="true"] .FofUpload-TextPreviewSnippet{display:none}.FofUpload-TextPreviewTitle{padding:8px 16px}.FofUpload-TextPreviewTitle .icon{margin-right:4px}.FofUpload-TextPreviewToggle{width:100%;border-top-left-radius:0;border-top-right-radius:0;display:none}[data-hassnippet="true"] .FofUpload-TextPreviewToggle{display:block}[data-loading="false"] .FofUpload-TextPreviewToggleLoading{display:none}[data-expanded="true"] .FofUpload-TextPreviewExpand,[data-expanded="true"] .FofUpload-TextPreviewExpandIcon,[data-expanded="true"] .FofUpload-TextPreviewSnippet{display:none}[data-expanded="false"] .FofUpload-TextPreviewCollapse,[data-expanded="false"] .FofUpload-TextPreviewCollapseIcon,[data-expanded="false"] .FofUpload-TextPreviewFull{display:none}.FofUpload-TextPreviewError{display:none;padding:8px 16px}[data-error="true"] .FofUpload-TextPreviewError{display:block}.FofUpload-TextPreviewError .icon{margin-right:4px}.FofUpload-TextPreviewError p{margin:0}.fof-upload-button{overflow:hidden;position:relative}.fof-upload-button input{display:none}.fof-upload-button .Button-label{display:none}.fof-upload-button.uploading{width:auto;padding:8px 13px}.fof-upload-button.uploading .Button-icon{margin-left:-5px;margin-right:5px}.fof-upload-button.uploading .Button-label{display:inline-block}.Composer.fof-upload-dragging{background-color:#ddd;box-shadow:0 0 0 2px #fd5105, 0 2px 6px rgba(0,0,0,0.35)}.Composer .Composer-footer .item-fof-upload-media{margin-right:5px}.Composer .Composer-footer .item-fof-upload{margin-right:0}.UploadSharedFileModal .UploadSharedFileModal-dropzone{border:2px dashed #666e99;border-radius:4px;padding:20px;text-align:center;cursor:pointer;margin-bottom:20px}.UploadSharedFileModal .UploadSharedFileModal-dropzone:hover{border-color:#fd5105}.UploadSharedFileModal .UploadSharedFileModal-dropzone input[type="file"]{display:none}.UploadSharedFileModal .UploadedFile{display:flex;align-items:center;margin-bottom:10px;position:relative}.UploadSharedFileModal .UploadedFile img{max-width:50px;max-height:50px;margin-right:10px}.UploadSharedFileModal .UploadedFile .UploadedFile-name{padding-top:10px}.UploadSharedFileModal .UploadedFile i{font-size:24px;margin-right:10px}.UploadSharedFileModal .UploadedFile .UploadedFile-remove{position:absolute;right:0;top:0}.UploadSharedFileModal .UploadSharedFileModal-files{margin-bottom:20px}.UploadedFile{display:flex;flex-direction:column;align-items:center;background:#fff;border-radius:4px;box-shadow:0 2px 4px rgba(0,0,0,0.35);padding:15px;margin-bottom:16px}.UploadedFile--preview img,.UploadedFile--preview .icon-fallback{width:100%;height:150px;object-fit:cover;border-radius:4px;display:flex;justify-content:center;align-items:center;font-size:3em}.UploadedFile--actions{margin-top:10px}.UploadedFile--actions .Button{margin:0 4px;background-color:#e5e7f6;color:#666e99;border:none}.UploadedFile--actions .Button:hover,.UploadedFile--actions .Button:focus{background-color:#bfc5e8}.Fof-Terms-Policy-User-Settings-Management{display:flex;justify-content:space-between;align-items:center}:root{--poll-option-color:var(--muted-color);--poll-option-accent-color:var(--primary-color);--poll-option-active-color:var(--secondary-color)}.ComposerBody-poll{margin-right:15px}.ComposerBody-poll .PollLabel{font-size:85%;font-weight:600;display:inline-block;padding:.1em .5em;border-radius:var(--border-radius);background:var(--body-bg);color:var(--control-color);text-transform:none;border:1px solid var(--primary-color)}.ComposerBody-poll .PollLabel.none{background:transparent;border:1px dotted var(--muted-color);color:var(--muted-color)}.PollDiscussionModal-form .Form-group{margin-top:5px}.PollDiscussionModal-form .Form-group.hide{display:none}.PollDiscussionModal-form input.FormControl:invalid{background-color:var(--alert-error-bg);color:var(--alert-error-color)}.PollDiscussionModal-form input.FormControl+.FormControl{margin-top:5px}.PollDiscussionModal-form .Poll-image-inputs{display:flex;align-items:baseline;gap:10px}.PollDiscussionModal-form .PollModal--answers{margin-bottom:20px}.PollDiscussionModal-form .PollModal--answers .Form-group{display:flex;margin-top:2.5px;margin-bottom:18px}.PollDiscussionModal-form .PollModal--answers fieldset{flex-grow:1}.PollDiscussionModal-form .PollModal--answers .Poll-answer-image img{max-width:100%}.PollDiscussionModal-form .PollModal--button{flex-shrink:1;margin-left:10px;--button-color:#666e99;--button-bg:#d2d6ef;--button-bg-hover:#bfc5e8;--button-bg-active:#acb4e2;--button-bg-disabled:#d2d6ef}.PollDiscussionModal-form .PollModal--button .icon{margin-right:0;font-size:12px;vertical-align:baseline}.PollDiscussionModal-form .PollModal--button.small{padding:2px 7px;float:right}.PollDiscussionModal-form .PollModal--date{display:flex}.PollDiscussionModal-form .PollModal--date input{flex-grow:1}.PollDiscussionModal-form .PollModal--date .Button{flex-shrink:1;margin-left:10px}.PollDiscussionModal-form .PollModal-SubmitButton{margin-top:10px}.PollDiscussionModal-form .PollModal-deleteButton{margin-top:10px;margin-left:10px}.PollDiscussionModal-form .PollModal-Button{margin-bottom:15px}.PollDiscussionModal-form .PollModal--add-button{margin-left:0px}.PollDiscussionModal-form .Checkbox.disabled{opacity:0.5}.PollDiscussionModal-form .Checkbox.disabled,.PollDiscussionModal-form .Checkbox.disabled [disabled]{cursor:not-allowed}.Post--hidden .Post-poll{opacity:0.5}.Post-poll .PollOptions{display:grid;grid:auto-flow / repeat(auto-fit, minmax(min(250px, 100%), 1fr));column-gap:30px;row-gap:15px;margin-left:15px;align-items:start;margin-top:15px}.Post-poll .PollOptions .PollAnswer-checkbox,.Post-poll .PollOptions .PollAnswer-text{mix-blend-mode:darken}.Post-poll .Poll-sticky{position:sticky;bottom:0;padding:10px 0;margin-left:15px;margin-top:10px;display:flex;align-items:flex-start;column-gap:15px;background-color:var(--body-bg);box-shadow:inset 0px 2px 0px 0px var(--muted-more-bg)}.Post-poll .Poll-sticky:empty{display:none}.Post-poll .Poll-sticky .PollInfoText{flex-grow:1;margin-bottom:0}.Post-poll+.Post-poll{margin-top:2em}.Post-poll .PollHeading{display:flex;align-items:baseline}.Post-poll .PollHeading-actions{display:flex;gap:10px;align-items:baseline}.Post-poll .PollHeading-title-container{flex-grow:1}.Post-poll .PollHeading-voters{--button-color:var(--button-primary-color);--button-bg:var(--button-primary-bg);--button-bg-hover:var(--button-primary-bg-hover);--button-bg-active:var(--button-primary-bg-active);--button-bg-disabled:var(--button-primary-bg-disabled)}.Post-poll .PollHeading .Button{flex-shrink:1;padding:6px 10px}.Post-poll .PollHeading .Button .icon{margin-right:0}.ComposePollHero-controls{margin-left:2em;display:flex;justify-content:space-around}.ComposePollHero-controls .Button{margin-right:1em}.PollOption,.PollOption .PollBar{border-radius:4px}.PollOption:hover{background:var(--muted-more-bg)}.PollOption .PollPercent{padding-right:5px;font-size:11px;font-weight:600}.PollOption .PollPercent--option{color:var(--muted-color)}.PollOption .PollLabel{font-size:85%;font-weight:600;display:inline-block;padding:.1em .5em;border-radius:4px;background:transparent;color:var(--muted-color);text-transform:none}.PollOption:not(.Post--hidden .PollOption) .PollBar::after{animation:slideInPollBackground 1s ease-in-out;transition:background-size .75s ease-in-out}.PollOption .PollBar{padding:10px;position:relative;border:2px solid var(--poll-option-color);overflow:hidden;isolation:isolate;display:grid;grid-template-columns:auto 1fr;grid-auto-flow:row;gap:10px;align-items:flex-start}.PollOption .PollBar:hover{cursor:pointer}.PollOption .PollBar .PollAnswer-input[disabled]{cursor:not-allowed}.PollOption .PollBar .PollAnswer-checkbox{grid-column:1;grid-row:1}.PollOption .PollBar .PollAnswer-checkbox+.PollAnswer-text{grid-column:2}.PollOption .PollBar .PollAnswer-text{grid-column:1 / span 2;grid-row:1;display:flex;column-gap:5px;align-items:first baseline}.PollOption .PollBar .PollAnswer-text-answer{flex-grow:1}.PollOption .PollBar .PollAnswer-image{grid-column:1 / span 2;grid-row:2;max-width:100%}.PollOption .PollBar::after{position:absolute;top:0;bottom:0;right:0;left:0;z-index:-1;background-image:linear-gradient(to right, var(--poll-option-color) 0% 100%);background-size:var(--poll-option-width) 100%;background-repeat:no-repeat;content:""}.PollOption .PollBar .PollAnswer{flex-grow:1}.PollOption .PollBar[data-selected]{--poll-option-color:var(--poll-option-active-color)}.PollOption .PollAnswer-checkbox{margin-bottom:0;position:relative;z-index:2}.PollOption .PollAnswer-checkbox input[type="checkbox"]{position:absolute;opacity:0;cursor:pointer}.PollOption .PollAnswer-checkbox input[type="checkbox"]:checked~.checkmark:after{display:block}.PollOption .PollAnswer-checkbox .checkmark{position:relative;display:block;top:0;left:0;height:20px;width:20px;border:1px solid;border-radius:4px}.PollOption .PollAnswer-checkbox .checkmark:after{content:"";position:absolute;display:none;left:6.75px;top:3px;width:5px;height:10px;border:solid var(--text-color);border-width:0 3px 3px 0;transform:rotate(45deg)}.VotesModal-list{display:grid;grid:auto-flow / repeat(auto-fill, minmax(150px, 1fr));column-gap:10px;row-gap:10px;margin-bottom:20px}.VotesModal-list a{color:var(--text-color);font-size:15px;font-weight:bold;display:block;text-decoration:none;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.VotesModal-list a:hover .username{text-decoration:underline}.VotesModal-list .Avatar{--size:32px;vertical-align:middle;margin-right:5px}.VotesModal h2{margin-bottom:15px}.VotesModal h4{color:var(--text-color);margin-top:0;margin-bottom:20px}.PublicPollButton{display:block;margin:20px 15px}.PollInfoText span{display:block}.PollInfoText .icon{margin-right:2.5px}@keyframes slideInPollBackground{from{background-size:0 100%}to{background-size:var(--poll-option-width) 100%}}@media (min-width: 992px){.item-newGlobalPoll .Button,.item-newPollGroup .Button{display:block;width:100%;overflow:hidden;text-overflow:ellipsis}}.Poll{position:relative}.Poll .Poll-sticky{position:sticky;bottom:0;padding:10px 0;margin-top:10px;display:flex;align-items:flex-start;column-gap:15px;background-color:var(--body-bg);box-shadow:inset 0px 2px 0px 0px var(--muted-more-bg)}.Poll .Poll-sticky:empty{display:none}.Poll .Poll-sticky .PollInfoText{flex-grow:1;margin-bottom:0}.Poll-subtitle{color:var(--muted-color)}.Poll-content{display:grid;grid-template-columns:auto 1fr;gap:10px}.Poll-options{display:grid;gap:10px;margin-bottom:10px;border-radius:var(--border-radius)}.Poll-options.grid-layout{grid-template-columns:1fr 1fr}.Poll-options.list-layout{flex-direction:column}.PollImage{width:100%}.PollImage-image{max-width:100%;border-radius:var(--border-radius)}.PollOption{position:relative;background:var(--body-bg);border-radius:4px}.PollOption:hover{background:var(--control-bg-light)}.PollResult{display:flex;flex-direction:row;position:relative;padding:10px;border-radius:4px}.PollResult progress{width:100%}.PollResult-input,.PollOption-input{accent-color:var(--poll-option-accent-color)}.PollResult-input{pointer-events:none}.PollResult-row{display:flex;flex-grow:1;justify-content:space-between}.PollResult-bar{-webkit-appearance:none;appearance:none;height:4px;width:100%}.PollResult-bar::-webkit-progress-value{background-color:var(--muted-color-dark)}.PollResult-bar::-webkit-progress-bar{background-color:var(--muted-color-light)}.Poll-title,.PollResult-number{font-weight:600}.PollOption-label{display:block;font-weight:600}.PollOption-description{display:block;color:var(--muted-color)}.PollOption:has(.PollOption-input:checked){border-color:var(--poll-option-active-color);background:var(--control-bg-shaded)}.PollList .PollList-polls{list-style-type:none;padding:0;clear:both}@media (any-hover:none){.PollListItem-controls>.Dropdown-toggle{display:none}}.PollListItem-controls{float:right}.PollListItem a{text-decoration:none}.PollListItem-info{list-style-type:none;padding:0;margin:0;font-size:11px;color:var(--muted-more-color)}.PollListItem-info>li{display:inline-block}.PollListItem-info .item-voteCount{margin-right:5px}.PollListItem-main{display:inline-block;width:100%;padding:12px 0}.PollListItem-title{margin:0 0 3px;line-height:1.3;color:var(--heading-color);font-weight:normal;overflow:hidden;text-overflow:ellipsis}@media (max-width: 767.98px){.PollListItem-controls{display:none}.PollListItem-content:active{background:var(--control-bg)}.PollListItem-title{font-size:14px;text-decoration:none !important}.PollListItem-info{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}@media (min-width: 768px){.PollListItem{position:relative;margin-right:-15px;padding-right:25px;padding-left:15px;margin-left:-15px;border-radius:var(--border-radius);transition:background .2s}.PollListItem:hover{background:var(--discussion-list-item-bg-hover)}.PollListItem:hover .PollListItem-controls,.PollListItem .PollListItem-controls.open{opacity:1}.PollListItem .PollListItem-controls.open{z-index:3}.PollListItem-controls{position:absolute;right:5px;top:5px;z-index:1;opacity:1;transition:opacity .2s}.PollListItem-controls:focus-within{opacity:1}.PollListItem-controls .Dropdown-toggle{display:block}.PollListItem-controls .Dropdown-menu{right:0;left:auto}.PollListItem-info .item-excerpt{margin-right:170px}.PollListItem-title{font-size:16px}}@media (min-width: 992px){.PollsPage .sideNav,.PollGroupsPage .sideNav{padding:15px 0;white-space:nowrap;overflow:auto;-webkit-overflow-scrolling:touch;float:none;width:auto;margin-right:0;padding-top:0}.PollsPage .sideNav:after,.PollGroupsPage .sideNav:after{content:" ";position:absolute;left:0;right:0;margin-top:15px;border-bottom:1px solid var(--control-bg)}.PollsPage .sideNav>ul>li,.PollGroupsPage .sideNav>ul>li,.PollsPage .sideNav .Dropdown-menu>li,.PollGroupsPage .sideNav .Dropdown-menu>li{display:inline-block;margin:0 20px 0 0;vertical-align:top}.PollsPage .sideNav .Dropdown-separator,.PollGroupsPage .sideNav .Dropdown-separator{display:none}.PollsPage .sideNav .Dropdown--select .Dropdown-menu>li>a,.PollGroupsPage .sideNav .Dropdown--select .Dropdown-menu>li>a{padding-left:25px}.PollsPage .sideNav .Dropdown--select .Dropdown-menu>li>a .icon,.PollGroupsPage .sideNav .Dropdown--select .Dropdown-menu>li>a .icon{margin-left:-25px}.PollsPage .sideNav .affix,.PollGroupsPage .sideNav .affix{position:static}.PollsPage .sideNav:after,.PollGroupsPage .sideNav:after{display:none}.PollsPage .sideNav>ul>li:first-child,.PollGroupsPage .sideNav>ul>li:first-child{width:190px}.PollsPage .sideNavOffset,.PollGroupsPage .sideNavOffset{margin:15px 0 0}}.PollShowcase--item{background-color:#e5e7f6;border-radius:4px;box-shadow:0 2px 4px rgba(0,0,0,0.1);padding:10px;margin-bottom:20px}.PollShowcase--item .Poll{padding:20px;border-radius:4px;background-color:#fff}.PollShowcase--item .Poll .Poll-header{background-color:#fff;color:#fd5105}.PollGroupList-pollgroups,.PollGroupListItem-polls{display:flex;flex-direction:column;list-style:none;padding-inline-start:0}.PollGroupListItem-polls{border:10px solid #ededed;border-radius:4px;box-shadow:0 2px 4px rgba(0,0,0,0.1);padding:10px;margin-bottom:20px}.PollGroupList-pollgroups{gap:20px}.PollGroupListItem{display:flex;flex-direction:column;gap:10px}.PollGroupListItem-main{align-items:center;display:flex;justify-content:space-between}.PollGroupListItem-title{display:inline-block;margin-block:0}.PollGroupModal-SubmitButton{margin-right:10px}.LogInButtons .LogInButtonContainer{margin-bottom:5px}.LogInButtons .LogInButtonContainer:last-child{margin-bottom:20px}.LogInButtons .LogInButtonContainer .LogInButton{margin-bottom:0}.FoFLogInButton .Button-label{margin-left:24px}.FoFLogInButton.LogInButton--discord{--button-color:#fff;--button-bg:#5865f2;--button-bg-hover:#404ff0;--button-bg-active:#2939ee;--button-bg-disabled:#5865f2}.FoFLogInButton.LogInButton--facebook{--button-color:#fff;--button-bg:#1877f2;--button-bg-hover:#0d6ae4;--button-bg-active:#0b5fcc;--button-bg-disabled:#1877f2}.FoFLogInButton.LogInButton--github{--button-color:#333;--button-bg:#ccc;--button-bg-hover:#bfbfbf;--button-bg-active:#b3b3b3;--button-bg-disabled:#ccc}.FoFLogInButton.LogInButton--twitter{--button-color:#fff;--button-bg:#1d9bf0;--button-bg-hover:#0f8ee4;--button-bg-active:#0e80cc;--button-bg-disabled:#1d9bf0}.FoFLogInButton.LogInButton--gitlab{--button-color:#fff;--button-bg:#d06503;--button-bg-hover:#b75903;--button-bg-active:#9e4d02;--button-bg-disabled:#d06503}.FoFLogInButton.LogInButton--linkedin{--button-color:#fff;--button-bg:#2867b2;--button-bg-hover:#235b9d;--button-bg-active:#1f4f88;--button-bg-disabled:#2867b2}.FoFLogInButton.LogInButton--google{--button-color:#757575;--button-bg:#fff;--button-bg-hover:#f2f2f2;--button-bg-active:#e6e6e6;--button-bg-disabled:#fff}.FoFLogInButton.LogInButton--google .Button-icon::before{content:"";display:inline-block;width:18px;height:18px;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAMAAABHPGVmAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAC3UExURUdwTP84AEyxTQ550wx40xp7zv9eAA1505SJXiV8zLiVIv88AP89AP85AE6xTF2yRWSyQf86AP5jAFKxSv89AFyxRlexSU6xTP83AP86AP/DAFCxSw150v/DAP84AP7AAP8/AP/CAAx40w950P89AFCxS1CxS//DAP/CAAt40/nCAhF50B6IsTKah//BAA140rm8G0qxTgl41P/DAP83AP+EAIu3MebBBj+maf9aAP+kAP+2AGS0Q8y4bCgAAAAxdFJOUwDp8hDyNCLTBBUKVobW4C8YvxN+bUdaz/Oo7bik2Ps2RVnEYDWap72m4YVG/f1tfvn45KBTAAAEEklEQVRo3t2a61biMBSF0wI10qb3q4VaEVAHFQt1xrm8/3NNuBdI2iQNzFqz1/If+HH2zjknFQFgU18b60biIKRgIeQkhp9rfSBPUMsNBylZWWb4Z6csRo6hywFBzU9QVlZ+e1WZ4vjjthxXT5SyThiuJLrWAqH5TlayCBmiGM1AJbMUIYzrcyDEMDBnNKqSToZ0riPgGkrJryxOOIrJnVJQSIeMVvlKKazYcNmsysoWylgs05KypZxxI8MpW8txL89Q9IZheHnGNeoAbnJ5BjQuzwB+xjSh4jjOhBl5U5/HCC92PR+Pc903EqQIMNz60Fdr1q3MJeiO/dOl2cioDwQZeJFDeL7+qwuhkVFrFvIp4whC13fYGTVmxfUbz93O7GYG/WRlKK/fEBCMHTaGRt3nLIPbNWIGBnj//NlmBfV1BoY2XP4iUWKfdZkyvOZ9uVz+/jzPg5XBtHCfliudFWNIZICH5Ua/fx4va1ciAz4vd6pahjSJjFXsex0si3OZjL1bG8s+LxFI1a2KZXLNOnLrkL8BLufWzjLJhYBvy3N9Si6k/0yA3N3XvKNzy64OXK86d0iAPNU8zXQGNxwaYPXA/R0B8l5XyM2CU4+E3Jvc4oYMiLkPXamQESDl/gylQm7AEwHyDUiFdMGQM3dpkAe5kAUJUnu4hCB3/w1k+I8gVwlePuQqzXiFsfJCHJBPsgfk+zVGPXFpPUiFzM9vRE2hdEZduoi5P4I+6Xh9WDWXwR5dM1KVLz3SlejH98ITu/rMSKWMOoTLHWYUkS104x2Qc8fX1JPkP/4UWKEIpNclX1bASSirMlYSKYVcyCoScNQpO0YhkgoxkcVgfVIrnbKxai3T4mXcjhY0t6p+fRQVpZyGwfmC7tb+fB2s2hrG96z12F3Q3do9Bv34c8woVK4TNnshz5RZ9RHl45SBKQHH6aVMtFUnbnR/d2rVNnxmSm9EvdEfnraIDExhdGxGm8yj28OLLJMMKVSP5cudx5dFcyEAeAVN08Z+sb036k7sVM+4HVEpZlhbDAzSovh6Jd8gZsevDVUqpUgDKgZak/UbyZTBSaf1p3RIoaYhsf37wWT/2V7pzc6Q/QYTeYF9/Llsy0ur5b8R1u6Z6gzbcKZeaFk2lmWF3iQ6ff1bg1lre72iWapqRpFpkj/PF7VFKvWnRUtV4z8PZBtLJI9CCoQlfCZtKd05vbOC9pRN/PO6XSSJUsvAQ6I95et13rBTYfv0GfYDtFqe5Ihp09kTtQUjZbxKwVA4GNVjvUhBYcuigOca1ffMS5ax737uZKYB/1/eYTDlwOC9JvYvRewYYcSmaTyG3jQnQct/jLLD8x14RJiGNpAgO/BS0jJUzdQL8eaX9U0LxKBJhYS38NQLLEaX/gIGHNymY/90kQAAAABJRU5ErkJggg==");background-position:center;background-repeat:no-repeat;background-size:18px 18px;margin-bottom:-2px}.FoFLogInButtons--icons .FoFLogInButton.LogInButton--google .Button-icon::before{background-size:30px 30px;width:50px;height:50px;margin:0}.FoFLogInButtons--icons{width:100%;display:flex;column-gap:10px;row-gap:15px;justify-content:space-around;flex-flow:row wrap;margin-bottom:10px}.FoFLogInButtons--icons .FoFLogInButton{width:50px;height:50px;padding:0;border-radius:30px}.FoFLogInButtons--icons .FoFLogInButton .Button-icon{font-size:30px;margin-right:0}.FoFLogInButtons--icons .LogInButtonContainer{height:50px;margin-bottom:0}.FoFLogInButtons--icons .LogInButtonContainer--google .FoFLogInButton{width:min-content;margin:0 auto}.SettingsPage .item-account .item-linkedAccounts{display:block}.LinkedAccounts-List{display:flex;flex-direction:column;gap:16px;margin:0;padding:0;list-style:none}.LinkedAccounts-Account{display:flex;padding:16px 16px 16px 0;background-color:var(--control-bg);color:var(--control-color);border-radius:4px}.LinkedAccounts-Account .Provider-Icon{--font-size:1.6rem;font-size:var(--font-size);width:calc(var(--font-size) + 4rem);display:flex;align-items:center;justify-content:center}.LinkedAccounts-Account legend{font-weight:bold}.LinkedAccounts-Account .Provider-Info{display:flex;align-items:center;gap:8px}.LinkedAccounts-Account .FoFLogInButton .Button-label{margin-left:4px}.LinkedAccountsList{display:flex;flex-direction:column;border-radius:var(--border-radius);overflow:hidden}.LinkedAccountsList-item{display:flex;padding:16px 16px 16px 0;background-color:var(--control-bg);color:var(--control-color)}.LinkedAccountsList-item-icon{--font-size:1.6rem;font-size:var(--font-size);width:calc(var(--font-size) + 4rem);display:flex;align-items:center;justify-content:center}.LinkedAccountsList-item-title{font-weight:bold}.LinkedAccountsList-item-title-sub{font-style:italic}.LinkedAccountsList-item-value{font-weight:normal}.LinkedAccountsList-item-actions{display:flex;align-items:center;margin-left:auto}.LinkedAccountsList-item-actions>*:not(:first-child){margin-left:8px}.LinkedAccountsList-item--active .LinkedAccountsList-item-title-sub{color:var(--alert-success-color)}.LinkedAccountsList--empty{color:var(--control-color)}@media (max-width: 767.98px){.LinkedAccountsList-item{flex-wrap:wrap;padding:16px}.LinkedAccountsList-item-icon{justify-content:start;padding:8px;width:auto;min-width:calc(var(--font-size) + 4rem)}.LinkedAccountsList-item-actions{width:auto}}:root{--color-scheme:light}.NightMode-autoUnsupported{border-left:4px solid #d98a14;background:rgba(217,138,20,0.1);padding-left:8px;padding-top:4px;padding-bottom:4px}.UserPage .item-fof-nightmode .Settings-theme .Select select{width:100%}@media (min-width:768px){.Header-secondary .Header-controls>.item-nightmode .Button-label{display:none}.Header-secondary .Header-controls>.item-nightmode .Button-icon{margin-right:0}}.LinkDropdown.open>.LinksButton,.LinkDropdown:hover>button{color:#666e99 !important;color:var(--button-color, #fd5105) !important}.LinkDropdown ul li .Dropdown-separator{display:block !important}.LinkDropdown ul li:nth-child(2) .Dropdown-separator:first-of-type,.LinkDropdown ul li:last-child .Dropdown-separator:last-of-type{display:none !important}.LinkDropdown ul li:has(.Dropdown-separator)+li .Dropdown-separator:first-of-type{display:none}.LinkDropdown ul .LinksButton{color:var(--button-color, #666e99) !important}.LinkDropdown ul .LinksButton--label{color:#111 !important}.LinkDropdown ul .LinksButton-icon{margin-top:2px;margin-right:7px}.LinkDropdown ul .LinksButton-title{display:inline}.LinkDropdown ul .LinksButton:hover,.LinkDropdown ul .LinksButton:active,.LinkDropdown ul .LinksButton:focus{background:#e5e7f6 !important}.LinksButton--label{cursor:unset !important;-webkit-user-select:unset;user-select:unset;color:#666e99 !important}.LinkDropdown>.LinksButton--label{cursor:pointer !important}.LinksButton:not(.LinksButton--label).active{font-weight:600}.LinksButton:not(.LinksButton--label)::after{display:block;content:attr(title);font-weight:bold;height:0;overflow:hidden;visibility:hidden}.LinksButton+.Dropdown-toggle{width:auto;margin-right:10px}@media (min-width: 768px) and (max-width: 991.98px){.LinksButton-icon{margin-right:0}.LinksButton-title{display:none}}@media (max-width: 767.98px){.SplitDropdown-button{width:calc(91.25%) !important}}.LinkDropdown .Dropdown-menu>li>a .Button-icon{margin-left:0}.rankLabel{font-size:110%;font-weight:600;display:inline-block;padding:.2em 1em;border-radius:4px;background:#e5e7f6;color:#666e99;text-transform:none}.rankLabel.colored .rankLabel-text{color:#fff !important}.rankLabel .rankLabel{border-radius:0}.rankLabel .rankLabel:first-child{border-radius:4px 0 0 4px}.rankLabel .rankLabel:last-child{border-radius:0 4px 4px 0}.rankLabel .rankLabel:first-child:last-child{border-radius:4px}:root{--vote-box-hover-color:#f4f6f8}.CommentPost.votesAlternativeLayout{min-height:165px}.CommentPost.votesAlternativeLayout .Post-header{margin-right:36px}.CommentPost.votesAlternativeLayout.votesUpvotesOnly{min-height:150px}.DiscussionListItem-votes.alternateLayout+.DiscussionListItem-author{margin-left:-2px;margin-right:12px}@media (max-width: 767.98px){.DiscussionListItem-votes.alternateLayout+.DiscussionListItem-main{padding-right:28px}}.DiscussionListItem-votes.alternateLayout,.Post-votes{position:absolute;cursor:pointer;height:42px;width:36px;left:0;background:#fff;border-radius:4px;border:1px solid rgba(253,81,5,0.8);line-height:24px}.DiscussionListItem-votes.alternateLayout .LoadingIndicator-container,.Post-votes .LoadingIndicator-container{color:#666e99;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.DiscussionListItem-votes.alternateLayout button,.Post-votes button{position:relative;display:block;width:100%}.DiscussionListItem-votes.alternateLayout button[data-active],.Post-votes button[data-active]{color:#fd5105 !important}.DiscussionListItem-votes.alternateLayout button:hover,.Post-votes button:hover,.DiscussionListItem-votes.alternateLayout button:focus,.Post-votes button:focus,.DiscussionListItem-votes.alternateLayout button:active,.Post-votes button:active{background:var(--vote-box-hover-color) !important}.DiscussionListItem-votes.alternateLayout button .icon,.Post-votes button .icon{position:absolute;top:4px;left:50%;margin-right:0;transform:translateX(-50%);font-size:1.2em !important}.DiscussionListItem-votes.alternateLayout[data-upvotes-only] button,.Post-votes[data-upvotes-only] button{height:100%}.DiscussionListItem-votes.alternateLayout[data-upvotes-only] .DiscussionListItem-voteCount,.Post-votes[data-upvotes-only] .DiscussionListItem-voteCount,.DiscussionListItem-votes.alternateLayout[data-upvotes-only] .Post-voteCount,.Post-votes[data-upvotes-only] .Post-voteCount{position:absolute;bottom:0;width:100%;pointer-events:none;text-align:center;display:block;height:24px}.DiscussionListItem-votes.alternateLayout:not([data-upvotes-only]),.Post-votes:not([data-upvotes-only]){height:56px;display:grid;grid-template-columns:1fr;grid-template-rows:1fr auto 1fr;line-height:1}.DiscussionListItem-votes.alternateLayout:not([data-upvotes-only]) span,.Post-votes:not([data-upvotes-only]) span{text-align:center}.DiscussionListItem-votes.alternateLayout{top:4px}@media (max-width:767.99px){.DiscussionListItem-votes.alternateLayout{left:8px}}.Post-votes{top:12px}@media (max-width:767.99px){.Post-votes{position:relative;display:inline-block;vertical-align:middle;top:0;left:0}}@media (min-width: 768px){.Post-header .item-votes{position:absolute;left:34px !important;top:84px !important;margin-right:0}}@media (max-width:767.99px){.Post-header .item-votes{position:absolute;right:4px;top:8px}}.hasPane.panePinned .DiscussionListItem-votes.alternateLayout,.hasPane.paneShowing .DiscussionListItem-votes.alternateLayout{left:6px}.Post--hidden:not(.revealContent) .Post-actions{width:initial}.Post--hidden:not(.revealContent) .Post-actions .item-votes{display:none}.CommentPost .Post-actions{width:100%;text-align:right}.CommentPost .Post-actions .CommentPost-votes.alternateLayout{position:absolute;left:0}.CommentPost .Post-actions .CommentPost-votes.alternateLayout button{padding:0}.CommentPost .Post-actions .CommentPost-votes.alternateLayout .Post-points{padding:0 5px}.VotingContainer{padding:12px;background:#e5e7f6;border-radius:4px}@media (max-width: 767.98px){.VotingContainer{padding:8px}}@media (max-width: 767.98px){.FoFGamification-voters{display:flex;justify-content:center;align-items:center}}@media (min-width: 768px){.FoFGamification-voters .LoadingIndicator-container{width:100%}.FoFGamification-voters .LoadingIndicator-container .LoadingIndicator{margin:auto}}.FoFGamification-voters-title{margin-bottom:8px;color:#666e99;white-space:nowrap}@media (max-width: 767.98px){.FoFGamification-voters-title{margin-bottom:0;margin-right:8px}}.FoFGamification-voters-title-icon{font-size:0.9rem;vertical-align:middle}.FoFGamification-voters-title-label{text-transform:uppercase;font-weight:bold;padding-left:4px}@media (max-width: 767.98px){.FoFGamification-voters-title-label{display:none}}.FoFGamification-voters-title-label--mobile{display:none}@media (max-width: 767.98px){.FoFGamification-voters-title-label--mobile{display:unset}}.FoFGamification-voters-message{color:#666e99}@media (max-width: 767.98px){.FoFGamification-voters-message{display:none}}.FoFGamification-voters-list{display:grid;grid-template-columns:repeat(auto-fill, minmax(16px, 1fr));gap:4px;text-align:center}@media (max-width: 767.98px){.FoFGamification-voters-list{display:flex;flex-wrap:wrap;gap:unset;margin-top:-4px}}.FoFGamification-voters-item,.FoFGamification-voters-item:hover,.FoFGamification-voters-item:focus{text-decoration:none}@media (max-width: 767.98px){.FoFGamification-voters-item{margin-left:4px;margin-top:4px}}.FoFGamification-voters-item .Avatar{--size:24px}.FoFGamification-voters-item--plus .Avatar{background-color:#fff;color:#666e99;font-size:13px}@media (min-width:768px){.DiscussionListItem-info .item-discussion-votes+.item-tags{right:122px !important}}.item-discussion-votes{margin-left:5px;position:absolute;right:80px;top:15px;max-width:150px;white-space:nowrap;overflow:hidden;transition:max-width .2s ease-in-out,-webkit-mask-image .2s;-webkit-mask-image:linear-gradient(to right, #000 140px, rgba(0,0,0,0) 150px);font-size:14px;line-height:1;color:#666e99}.item-discussion-votes .icon{margin-right:8px}@media (max-width: 767.98px){.item-discussion-votes{right:50px}}@media (max-width: 767.98px){.DiscussionListItem--withVotes .DiscussionListItem-title{padding-right:48px}}.VotesModal-list{list-style:none;padding:0;margin:0}.VotesModal-list a{color:#111;font-size:15px;font-weight:bold;display:block;margin-bottom:10px;text-decoration:none}.VotesModal-list a:hover .username{text-decoration:underline}.VotesModal-list .Avatar{--size:32px;vertical-align:middle;margin-right:5px}@media only screen and (max-width:529px){.rankings-mobile{display:none !important}}.CommentPost-votes .Post-points{background-color:transparent;border:none;margin-right:0.5em}.CommentPost-votes .Post-vote{background-color:transparent;border:none;margin:8px 0 0;color:#111;cursor:pointer}.CommentPost-votes .Post-vote--active{color:#fd5105}.CommentPost-votes .Post-vote.loading{margin-left:3.25px;margin-right:3.25px}.CommentPost-votes .Post-vote:focus{outline:0}.CommentPost-votes .Post-vote.disabled{cursor:not-allowed}.Post-Rank{color:gray;font-size:10px;margin-left:10px}.User-Rank{color:gray;font-size:11px;margin-left:11px}.ranking-1 span.username,.ranking-2 span.username,.ranking-3 span.username{margin-top:15px}.ranking-1 span.username:hover,.ranking-2 span.username:hover,.ranking-3 span.username:hover{text-decoration:underline}.rankings{width:100%}.rankings td,.rankings th{text-align:center;padding:5px}.rankings-1{font-size:8em;color:gold}.rankings-1-avatar{width:80px;height:80px;font-size:40px;line-height:80px}.rankings a:hover{text-decoration:none}.rankings-2{font-size:6em;color:silver}.rankings-2-avatar{width:60px;height:60px;font-size:30px;line-height:60px}.rankings-3{font-size:4em;color:#cd7f32}.rankings-3-avatar{width:40px;height:40px;font-size:20px;line-height:40px}.rankings-image{display:block;margin:10% auto}.rankings-info{padding-left:38.6%}.rankings-points{font-size:50px}.rankings span.username{display:block}.rankings .info-avatar{display:block;margin:0 auto 15px;position:inherit}.UserCard .item-points .icon{margin-right:5px}.rankings-loadmore{text-align:center;margin-top:10px}@media (max-width:767px){.normal .ComposerBody-header>li:first-child{margin:-46px 75px 0}}.App-backControl.item-save-draft{left:unset;right:42px}.scheduledValidationError{color:#d66}.item-draft-autosave-interval{margin-top:30px}.item-draft-autosave-interval input{width:35%;display:inline-block;vertical-align:bottom;border-radius:4px 0 0 4px}.item-draft-autosave-interval button{vertical-align:bottom;border-radius:0 4px 4px 0}.DraftsList h4{display:inline}.Notification-action .draft--delete+.draft--schedule{margin-left:8px}.draft--scheduledIcon{margin-right:4px}.ScheduleDraftModal-timeDateGroup{display:flex;flex-direction:column}.ScheduleDraftModal-timeDateGroup :not(:first-child){margin-top:4px}.ScheduleDraftModal-datePreview{background:#e5e7f6;color:#666e99;padding:8px}.ScheduleDraftModal-submitButtons{display:grid;grid-template-rows:auto auto;gap:8px}@media (min-width: 768px){.ScheduleDraftModal-submitButtons{grid-template-rows:auto;grid-template-columns:1fr 1fr}}.ScheduleDraftModal-scheduleBtn:first-child{grid-column-start:1;grid-column-end:3;grid-row-start:1;grid-row-end:3}.Badge--bestAnswer{background-color:#58a400}.Button-jumpBestAnswer{background-color:#58a400;color:#fff}.Button-jumpBestAnswer:hover{background-color:rgba(88,164,0,0.23);color:#14161f}.Post-header>ul>li.item-isBestAnswer{margin-top:3px}.Post-footer{width:100%}.Post-footer .item-bestAnswerPost{padding:10px 10px 0 10px;background-color:rgba(88,164,0,0.23);margin-top:20px;border-radius:5px;user-select:none}.Post-footer .item-bestAnswerPost .Post-body{color:#111;word-break:break-word}.Post-footer .item-bestAnswerPost .Post-body.Post-body--truncate{max-height:calc(var(--post-body-lh, 1.7em) * var(--max-lines, 10));mask-image:linear-gradient(180deg, #000 60%, transparent);text-overflow:ellipsis;overflow:hidden}.Post-footer .item-bestAnswerPost .Post-body:not(.Post-body--truncate){padding-bottom:5px}.Post-footer .item-bestAnswerPost .PostUser-badges,.Post-footer .item-bestAnswerPost .PostUser-avatar{display:none}.Post-footer .item-bestAnswerPost .Post--BestAnswer{margin-right:0}.Post-footer .item-bestAnswerPost .Post--BestAnswer a .icon{display:inline-block}.Post-footer .item-bestAnswerPost .CommentPost{min-height:auto}.UserCard-bestAnswerCount .icon{margin-right:5px}.Post--BestAnswer{background:#58a400;display:inline-block;border-radius:5px;padding:2px 5px}.Post--BestAnswer,.Post--BestAnswer a{color:white}.Post--BestAnswer .icon{margin-right:5px}.Post--BestAnswer .BestAnswer--User{display:none}@media (min-width: 992px){.Post-header>ul{display:flex;flex-wrap:wrap}.item-isBestAnswer{margin-left:auto}.Post--BestAnswer{margin-left:auto}.Post--BestAnswer .BestAnswer--User{display:initial;margin-left:7.5px;font-size:0.9em}}.Post-actions .item-bestAnswer .Button--primary{margin:0px 10px}.SolutionSearchResult-bestAnswer{background-color:rgba(88,164,0,0.23);border-radius:5px;padding:10px;margin-top:20px}.FlectarTurnstile-notLoaded{font-weight:bold;margin:12px 0}.f-carousel__slide{display:flex;justify-content:center;align-items:center}.fancybox-gallery,a[data-fancybox="single"]>img{border:1px solid #e8ecf3;border-radius:4px}a[data-fancybox="single"],a[data-fancybox="gallery"]{display:flex;border-bottom:none !important}.item-excerpt .fancybox-ready,.item-excerpt .fancybox-gallery{height:600px;width:100%;max-width:100%;object-fit:cover;border-radius:4px;margin-right:0 !important;vertical-align:middle}.DiscussionListItem-info .item-excerpt{margin-right:0 !important}.item-excerpt{position:relative;overflow:hidden}.TaxonomyIcon{border-radius:4px;width:16px;height:16px;display:inline-block;vertical-align:-3px;margin-left:1px;background:#e5e7f6}.TaxonomyIcon.untagged{border:1px dotted #666e99;background:transparent}.TaxonomyLabel{font-size:85%;font-weight:600;display:inline-block;padding:.1em .5em;border-radius:4px;background:#e5e7f6;color:#666e99;text-transform:none}.TaxonomyLabel.untagged{background:transparent;border:1px dotted #666e99;color:#666e99}.TaxonomyLabel.colored .TaxonomyLabel-text{color:#fff !important}.TaxonomyLabel.TaxonomyParentLabel{background:#333;color:white}.DiscussionHero .TaxonomiesLabel .TaxonomyLabel{background:transparent;border-radius:4px !important;font-size:14px}.DiscussionHero .TaxonomiesLabel .TaxonomyLabel.colored{margin-right:5px;background:#fff !important;color:#666e99}.DiscussionHero .TaxonomiesLabel .TaxonomyLabel.colored .TaxonomyLabel-text{color:inherit !important}.TaxonomiesLabel .TaxonomyLabel{border-radius:0}.TaxonomiesLabel .TaxonomyLabel:first-child{border-radius:4px 0 0 4px}.TaxonomiesLabel .TaxonomyLabel:last-child{border-radius:0 4px 4px 0}.TaxonomiesLabel .TaxonomyLabel:first-child:last-child{border-radius:4px}@media (min-width: 768px){.ChooseTaxonomyTermsModal .Modal-header{background:#e5e7f6;padding:20px 20px 0}.ChooseTaxonomyTermsModal .Modal-header h3{text-align:left;color:#666e99;font-size:16px}}.ChooseTaxonomyTermsModal .Modal-body{padding:20px}@media (max-width: 767.98px){.ChooseTaxonomyTermsModal .Modal-body{padding:15px}}.ChooseTaxonomyTermsModal .Modal-footer{padding:1px 0 0;text-align:left}@media (min-width: 768px) and (max-width: 991.98px),(min-width: 992px) and (max-width: 1099.98px),(min-width: 1100px){.ChooseTaxonomyTermsModal-form{display:table;width:100%}.ChooseTaxonomyTermsModal-form-input{display:table-cell;width:100%;vertical-align:top}.ChooseTaxonomyTermsModal-form-submit{display:table-cell;padding-left:15px}}.TermsInput{padding-top:0;padding-bottom:0;overflow:hidden;height:auto;display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:flex-start}.TermsInput input{display:inline;outline:none;margin-top:-2px;border:0 !important;padding:0;flex:1;background:transparent !important}.TermsInput-term{cursor:not-allowed;padding-top:6px;margin-right:5px}.TermsInput-term:last-of-type{margin-right:10px}.SelectTermList{padding:0;margin:0;list-style:none;overflow:auto;max-height:50vh}@media (max-width: 767.98px){.SelectTermList{max-height:none}}.SelectTermListItem{padding:7px 20px;overflow:hidden;cursor:pointer}.SelectTermListItem.active{background:#e5e7f6}.SelectTermListItem .icon::before{display:inline-block;width:16px;text-align:center;vertical-align:middle}.SelectTermListItem.selected .icon::before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;font-family:'Font Awesome 6 Pro';font-weight:900;font-family:'Phosphor-bold';font-weight:initial;content:"\f00c" !important;color:#666e99;font-size:14px;text-align:center;vertical-align:1px}.SelectTermListItem.selected .icon::before.fa-pull-left{margin-right:.3em}.SelectTermListItem.selected .icon::before.fa-pull-right{margin-left:.3em}.SelectTermListItem.selected.colored .TaxonomyIcon:before{color:#fff}.SelectTermListItem .TaxonomyIcon{vertical-align:top;margin-top:3px;margin-left:0}.SelectTermListItem-name{display:inline-block;margin-right:10px;margin-left:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;vertical-align:top}@media (max-width: 767.98px){.SelectTermListItem-name{width:auto}}.SelectTermList--with-descriptions .SelectTermListItem-name{width:150px}.SelectTermListItem-description{color:#666e99;font-size:12px;width:370px;display:inline-block;vertical-align:top;margin-top:2px}@media (max-width: 767.98px){.SelectTermListItem-description{display:none}}.SelectTermListItem mark{font-weight:bold;background:none;box-shadow:none;color:inherit}.ChooseTaxonomyTermsInput{position:relative}.ChooseTaxonomyTermsDropdown{margin-bottom:20px}.ChooseTaxonomyTermsDropdown p{margin-top:10px}.ChooseTaxonomyTermsDropdown .Dropdown-menu{position:absolute;top:100%;left:0;right:0;display:block}.ChooseTaxonomyTermsStatus{width:0;position:relative}.ChooseTaxonomyTermsStatus .icon{position:absolute;right:0;padding:12px}.ChooseTaxonomyTermsStatus .fa-check{color:#33722d}.ChooseTaxonomyTermsStatus .fa-times{color:#d83e3e}.ChooseTaxonomyTermsStatus .LoadingIndicator-container{position:absolute;right:0;width:36px;height:36px}.DiscussionComposer-changeTaxonomies{margin-right:15px;vertical-align:2px}.DiscussionHero .item-title{display:block;margin-top:15px}.BlogTaxonomiesContainer{padding:0 20px 20px}@media (max-width: 767.98px){.Composer .ComposerBody--taxonomies-compact .ComposerBody-header>li:not(.item-title){padding-top:6px;padding-bottom:6px}}:root{--davwheat-ads--discussion-sidebar-position:80px}@media (min-width: 768px){.DiscussionPage-nav,.DiscussionPage-nav>ul{position:sticky;top:var(--davwheat-ads--discussion-sidebar-position)}.App{overflow-x:visible}}.davwheat-ad-sidebar,.davwheat-ad-discussion-sidebar{display:none}@media (min-width: 992px){.davwheat-ad-sidebar,.davwheat-ad-discussion-sidebar{display:block}}.Post::after{display:inline-table}.davwheat-ad ins.adsbygoogle[data-ad-status="unfilled"]{display:none !important}.davwheat-ad-footer{margin-top:48px;padding-bottom:8px;margin-bottom:-50px}.davwheat-ad-between-posts--after-placeholder{margin-top:16px}.Badge--shadow-banned{background:#888}.ShadowHiddenPostBadge{display:inline-block;border:1px dotted #aaa;border-radius:4px;padding:0 5px}.PostUser-avatar{border:3px solid #fff}:root{--pt:#000000;--bo:1px solid #dee1e3;--so:0 0 0 1px #dee1e3 inset;--create-post-area--text-bg:#f9f9f9;--button-warning-color:var(--pt) !important;--alert-bg:#e6ecff !important;--button-warning-bg:#e6ecff !important;--button-warning-bg-hover:#e6ecff !important;--button-warning-bg-active:#e6ecff !important;--button-bg-hover:#e6ecff !important;--button-bg-active:#e6ecff !important;--overlay-bg:rgba(36,46,66,0.9) !important;--br0:.5rem;--br1:1rem;--button-bg:transparent !important;--alert-color:#3363ff !important;--muted-color:#808185 !important;--create-post-area--inner-border-radius:10px}.fa,.fas,.fa,.fas,.far,.fal,.fad,.fab,.fa-solid,.fa-regular{font-family:'Phosphor-bold';font-weight:initial}.fa-comment-dots::before{content:"\e16c" !important;font-family:'Phosphor-Bold'}.Search-input::before,.fa-search::before{content:"\e30c" !important;font-family:'Phosphor-Bold' !important}.DiscussionComposer-changeTags .untagged::before{content:"\e47a";font-family:'Phosphor-Bold';margin-right:3px}.item-paymentsSubscriptions i::before{content:"\e1d2" !important;font-family:'Phosphor-Bold'}.fa-eye::before{content:"\e168" !important}.DiscussionListItem-actionsRow .DiscussionListItem-count::before{content:"\e168" !important;font-family:Phosphor-Bold !important;font-size:18px !important}.DiscussionListItem--custom .item-discussion-views::before{content:"\e220" !important;font-family:Phosphor-Bold !important;font-size:18px !important}.item-joined::before{content:"\e10a";margin-right:4px;font-family:'Phosphor-Bold'}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'\e138' !important}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'\e13a' !important}.swiper-button-next:after,.swiper-button-prev:after{font-family:'Phosphor-Bold' !important}.ComposerBody-header .item-polls span::before{content:"\e150";font-family:'Phosphor-Bold';margin-right:3px}.fa-plus-circle{content:"\ec86" !important}.fa-trophy::before{content:"\e67e" !important}.fa-eye-slash::before{content:"\e224" !important}.fa-trash::before,.fa-trash-alt::before{content:"\e4a6" !important}.fa-lock,.fa-lock::before{content:"\e2fa" !important}.fa-sun:before{content:"\e28f" !important}.fa-sun::before{content:"\e472" !important}.fa-star::before{content:"\e46a" !important}.fa-ban::before{content:"\eda8" !important;font-weight:initial}.far.fa-bookmark::before,.fas.fa-bookmark::before{content:"\e0ea" !important}.fa-arrow-up::before,.fa-up::before,.fa-medal:before{content:"\e52e" !important}.fa-ellipsis-v::before,.fa-ellipsis-h::before,.fa-ellipsis::before{content:"\e1fe" !important;font-style:initial}.fa-caret-down::before,.fa-sort::before{content:"\e136" !important;font-family:'Phosphor-Fill'}.fa-circle::before{content:"\e18a" !important;font-family:'Phosphor-Fill'}.fa-gavel::before{content:"\ea32" !important}.fa-facebook::before{content:"\ead8" !important}.fa-chevron-right::before{content:"\e13a" !important}.fa-chevron-left::before{content:"\e138" !important}.fa-share-alt::before,.fa-share-square::before{content:"\eaf0" !important}.fa-check::before{content:"\e182" !important}.fa-signal:before{content:"\ea17" !important}.fa-home::before{content:"\e2c2" !important}.fa-tags::before,.fa-hashtag::before{content:"\e2a4" !important}.fa-clock::before{content:"\e19a" !important}.fa-user::before{content:"\e4c2" !important}.fa-comment::before{content:"\e168" !important}.fa-bell::before{content:"\e0ce" !important}.fa-flag::before{content:"\e244" !important}.fa-edit::before{content:"\ebc6" !important}.fa-bars::before{content:"\e2f0" !important}.fa-file-upload::before{content:"\e4c0" !important}.fa-heading::before{content:"\e6ba" !important}.fa-bold::before{content:"\e5be" !important}.fa-italic::before{content:"\e5c0" !important}.fa-strikethrough::before{content:"\e5c2" !important}.fa-quote-left::before{content:"\e660" !important}.fa-exclamation-triangle::before{content:"\e4e0" !important}.fa-link::before{content:"\e2e2" !important}.fa-image::before{content:"\e2ca" !important}.fa-list-ul::before{content:"\e2f4" !important}.fa-list-ol::before{content:"\e2f6" !important}.fa-smile-wink::before{content:"🙂" !important}.fa-times::before{content:"\e4f6" !important}.fa-expand::before{content:"\e1d0" !important}.fa-paper-plane::before{content:"\e396" !important}.fa-minus::before,.fa-compress::before{content:"\e32a" !important}.fa-save::before{content:"\e248" !important}.fa-photo-video::before{content:"\e1ae" !important}.fa-at::before,.PostMention:before{content:"\e0ac" !important;font-family:'Phosphor-bold' !important}.fa-shield-alt::before{content:"\e40c" !important}.fa-laptop::before{content:"\ebb6" !important}.fa-cog::before{content:"\e272" !important}.fa-wrench::before{content:"\e5d4" !important}.fa-tachometer-alt::before{content:"\ee74" !important}.fa-moon::before{content:"\e330" !important}.fa-sign-out-alt::before{content:"\e42a" !important}.item-taxonomy-hashtags{content:"\e2a4" !important}.fa-tag::before{content:"\e47a" !important}.fa-globe::before{content:"\e28e" !important}.fa-pencil-alt::before{content:"\e3b4" !important}.fa-thumbs-up::before{content:"\e952" !important}.fa-arrow-right::before{content:"\e06c" !important}.fa-reply::before{content:"\e024" !important}div.DiscussionListItem-actionsRow>div.DiscussionListItem-votes>span{font-weight:bold}div.DiscussionListItem-actionsRow>span{font-weight:bold}.DiscussionListItem--custom .DiscussionListItem-count{height:36px;line-height:36px}.DiscussionListItem--custom .item-discussion-views{height:36px;line-height:36px}div.DiscussionListItem-actionsRow>div.item-discussion-views>span{font-weight:bold}div.DiscussionListItem-actionsRow>span:before{font-weight:900}div.DiscussionListItem-actionsRow>span:before{color:var(--muted-color)}#content>div>div.container>div.sideNavContainer>div.IndexPage-results.sideNavOffset>div.DiscussionList>ul>li>div>div>div>span{color:var(--muted-color) !important}div.DiscussionListItem-actionsRow>button>i{color:var(--muted-color) !important}button>i.icon.fas.fa-ellipsis-v.Button-icon{color:var(--muted-color) !important}.DiscussionListItem--custom .item-discussion-views{color:var(--muted-color) !important}.DiscussionListItem-votes>i.icon.fas.fa-arrow-up{padding:9px 6px !important}.DiscussionListItem{box-shadow:var(--so) !important}.DiscussionListItem:hover{background:var(--wt)}.DiscussionListItem-author>img{border:var(--bo)}.item-discussion-views .icon{display:none}.item-discussion-views{position:inherit !important;width:inherit !important}.DiscussionListItem--custom .item-excerpt img.emoji{border-radius:0;display:initial;margin:0 .1em}.Post-body img.emoji{border-radius:0 !important}div.DiscussionListItem-votes>i.icon.fa-arrow-up:hover{background-color:#ffe9c9 !important;border-radius:var(--br0);color:#ff9600 !important}div.DiscussionListItem-votes>i.icon.fa-arrow-down:hover{background-color:#e6ecff !important;border-radius:var(--br0);color:#3363ff !important}.DiscussionListItem--custom .DiscussionListItem-votes .icon[data-active]:before{font-family:'Phosphor-Fill'}div.DiscussionListItem-actionsRow>div.DiscussionListItem-votes>span{padding:0px 6px !important;line-height:36px}.DiscussionListItem--custom .DiscussionListItem-votes .icon{font-size:16px}div.DiscussionListItem-actionsRow>div.DiscussionListItem-votes>i.icon.fas.fa-arrow-down{display:none}.DiscussionListItem-info.item-excerpt{width:100%}#content>div>div.container>div>div>div.DiscussionList>ul>li>div>div.DiscussionListItem-content>div>i.icon.fas.fa-arrow-up:before{content:"\f0d8";font-size:18px;padding:6px 12.38px}#content>div>div.container>div>div>div.DiscussionList>ul>li>div>div.DiscussionListItem-content>div>i.icon.fas.fa-arrow-down:before{content:"\f0d7";font-size:18px;padding:6px 12.38px}#content>div>div.container>div.sideNavContainer>div.IndexPage-results.sideNavOffset>div.DiscussionList>ul>li>div>div>div>span{font-weight:bold;color:#aaa}.DiscussionListItem-votes.alternateLayout .icon,.DiscussionListItem-votes.alternateLayout span{display:block;margin-top:-2px;width:100%;text-align:center}.DiscussionListItem-votes.alternateLayout .icon,.DiscussionListItem-votes.alternateLayout span{height:36px;line-height:36px;width:36px !important}.DiscussionListItem-votes.alternateLayout{position:absolute;left:-8px;top:12px;height:36px;width:32px;padding-top:2px}.DiscussionListItem-author .Avatar{width:48px;height:48px;border-radius:var(--br0);font-size:28px;line-height:45px}.DiscussionListItem{margin-bottom:20px;border-radius:var(--br1);margin-right:0 !important;margin-left:0 !important}a.DiscussionListItem-main>h3.DiscussionListItem-title{font-size:18px;font-weight:500;color:#222222 !important}#content>div>div.container>div>div>div.DiscussionList>ul>li>div>div.DiscussionListItem-content>div>i.icon.fas.fa-arrow-up{height:10px !important;line-height:10px !important}#content>div>div.container>div.sideNavContainer>div.IndexPage-results.sideNavOffset>div.DiscussionList>ul>li>div>div>div>i.icon.fas.fa-arrow-down{height:10px;line-height:10px}.DiscussionListItem-votes.alternateLayout .icon{cursor:pointer}.DiscussionListItem-votes.alternateLayout .icon{font-size:inherit !important}.DiscussionListItem-content{padding-right:0 !important}.DiscussionListItem-content{padding-left:52px}.DiscussionListItem{position:relative;padding-right:25px;padding-left:15px}.Brickrr-CreatePostArea{padding:15px;box-shadow:var(--so);border-radius:var(--br1);display:grid;grid-template-columns:50px 1fr;grid-gap:16px;height:80px;margin-bottom:15px}.Brickrr-CreatePostArea-icon,.Brickrr-CreatePostArea-avatar{display:flex;justify-content:center;align-items:center;box-shadow:var(--so);border-radius:var(--create-post-area--inner-border-radius);font-size:1.8rem}.Brickrr-CreatePostArea-icon{background:var(--avatar-bg)}.Brickrr-CreatePostArea-text{display:flex;align-items:center;padding:16px;box-shadow:var(--so);border-radius:var(--create-post-area--inner-border-radius);background:var(--create-post-area--text-bg);color:var(--muted-color);font-size:1rem;line-height:0;cursor:text}.BlogFeaturedWidget-titleIcon{display:none}.BlogFeaturedWidget-title,.BlogFeaturedWidget-titleSeparator,.BlogFeaturedWidget-moreLink{font-size:18px}.DiscussionListItem--custom{padding-left:0;padding-right:0}.DiscussionListItem--custom .DiscussionListItem-content{width:100%;padding-top:16px;padding-bottom:4px;padding-left:15px !important;padding-right:15px !important;column-gap:8px;display:grid;grid-template-columns:auto auto auto 1fr;grid-template-rows:auto auto auto auto;grid-template-areas:"avatar     title     title     title" "avatar     meta      meta      meta" "synopsis   synopsis  synopsis  synopsis" "actions    actions   actions   actions";align-items:center}.sliding.DiscussionListItem--custom .DiscussionListItem-content{background:inherit;border-radius:inherit}.DiscussionListItem--custom .DiscussionListItem-author{margin-left:0;margin-top:0;margin-bottom:0;margin-right:0;grid-area:avatar;align-self:start}.DiscussionListItem--custom .DiscussionListItem-titleRow{grid-area:title;display:flex}.DiscussionListItem--custom .DiscussionListItem-titleRow .DiscussionListItem-title{display:inline-block;vertical-align:middle;margin:0}.DiscussionListItem--custom .DiscussionListItem-titleRow .DiscussionListItem-badges{margin-left:12px;margin-top:0;position:static;display:inline-block;vertical-align:middle;float:none;margin-left:auto}.DiscussionListItem--custom .DiscussionListItem-votes .fa-arrow-up::before{content:"\f357"}.DiscussionListItem--custom .DiscussionListItem-votes .fa-arrow-down::before{content:"\f0d7"}.DiscussionListItem--custom .DiscussionListItem-votes .icon{cursor:pointer;padding:0 12px;transform:scaleX(1.1);transform-origin:50% 50%}.DiscussionListItem--custom .DiscussionListItem-votes .icon[data-active]:first-child{color:#ff9600}.DiscussionListItem--custom .DiscussionListItem-votes .icon[data-active]:last-child{color:#3363ff}.DiscussionListItem--custom .DiscussionListItem-metaRow{grid-area:meta}.DiscussionListItem--custom .DiscussionListItem-metaRow .item-tags{position:static;margin-right:4px;top:unset;right:unset;max-width:150px !important;-webkit-mask-image:none !important;mask-image:none !important}.DiscussionListItem--custom .item-excerpt{margin-top:8px;grid-area:synopsis}.DiscussionListItem--custom .item-excerpt img{border-radius:var(--br0);display:block;max-width:100%;max-height:60vh}.DiscussionListItem--custom .item-excerpt .swiper img{margin:0 auto}.DiscussionListItem--custom .DiscussionListItem-actionsRow{display:flex;grid-area:actions;align-items:center}@media (min-width:768px){.DiscussionListItem--custom .DiscussionListItem-actionsRow{margin-right:36px}}.DiscussionListItem--custom .DiscussionListItem-actionsRow>*{margin-left:16px}.DiscussionListItem--custom .DiscussionListItem-actionsRow>:first-child{margin-left:0}.DiscussionListItem--custom .DiscussionListItem-count{margin-right:0;margin-top:0;width:auto;padding-left:0}@media (max-width:767px){.DiscussionListItem--custom .DiscussionListItem-count{position:static;background-color:unset;border-radius:unset;padding:unset;font-size:14px;right:unset;top:unset}}.DiscussionListItem--custom .DiscussionListItem-count::before{display:inline-block;line-height:1;font-family:"Font Awesome 5 Free";font-weight:400;content:"\f075";float:none;margin-right:5px;margin-left:unset;margin-top:auto;margin-bottom:auto}.DiscussionListItem--custom .item-discussion-views{margin-right:0;font-size:14px;float:unset;color:#666e99}@media (max-width:767px){.DiscussionListItem--custom .item-discussion-views{position:static;background-color:unset;border-radius:unset;padding:unset;font-size:14px;right:unset;top:unset}}.DiscussionListItem--custom .item-discussion-views::before{font-family:"Font Awesome 5 Free";font-size:inherit;content:"\f06e";margin-right:5px}.DiscussionListItem--custom .davwheat-customBookmarksButton{margin-left:8px !important}.DiscussionListItem--custom .davwheat-ShareIconButton{margin-left:0 !important}@media (min-width:768px){.DiscussionListItem--custom .DiscussionListItem-controls{margin-left:auto !important;position:relative;top:unset;right:unset;opacity:1}.DiscussionListItem--custom .DiscussionListItem-controls .Dropdown-toggle>.fa-ellipsis-v::before{content:"\f141"}.DiscussionListItem--custom .DiscussionListItem-controls--slideable{position:absolute;right:8px;bottom:4px}.DiscussionListItem--custom .DiscussionListItem-controls--slideable .Button{display:block !important}:not(.sliding).DiscussionListItem--custom .DiscussionListItem-controls--slideable .Button-icon[style^="transform: scale(0)"]{transform:none !important}.sliding.DiscussionListItem--custom .DiscussionListItem-controls--slideable{right:4px;top:50%;bottom:unset;transform:translateY(-50%)}}@font-face{font-family:"Phosphor-Bold";src:url("https://cdn.jsdelivr.net/npm/@phosphor-icons/web@2.1.1/src/bold/Phosphor-Bold.woff2") format("woff2"),url("https://cdn.jsdelivr.net/npm/@phosphor-icons/web@2.1.1/src/bold/Phosphor-Bold.woff") format("woff"),url("https://cdn.jsdelivr.net/npm/@phosphor-icons/web@2.1.1/src/bold/Phosphor-Bold.ttf") format("truetype"),url("https://cdn.jsdelivr.net/npm/@phosphor-icons/web@2.1.1/src/bold/Phosphor-Bold.svg#Phosphor") format("svg");font-weight:normal;font-style:normal;font-display:block}.ph-bold{font-family:"Phosphor-Bold" !important;speak:never;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ph-bold.ph-acorn:before{content:"\eb9a"}.ph-bold.ph-address-book:before{content:"\e6f8"}.ph-bold.ph-address-book-tabs:before{content:"\ee4e"}.ph-bold.ph-air-traffic-control:before{content:"\ecd8"}.ph-bold.ph-airplane:before{content:"\e002"}.ph-bold.ph-airplane-in-flight:before{content:"\e4fe"}.ph-bold.ph-airplane-landing:before{content:"\e502"}.ph-bold.ph-airplane-takeoff:before{content:"\e504"}.ph-bold.ph-airplane-taxiing:before{content:"\e500"}.ph-bold.ph-airplane-tilt:before{content:"\e5d6"}.ph-bold.ph-airplay:before{content:"\e004"}.ph-bold.ph-alarm:before{content:"\e006"}.ph-bold.ph-alien:before{content:"\e8a6"}.ph-bold.ph-align-bottom:before{content:"\e506"}.ph-bold.ph-align-bottom-simple:before{content:"\eb0c"}.ph-bold.ph-align-center-horizontal:before{content:"\e50a"}.ph-bold.ph-align-center-horizontal-simple:before{content:"\eb0e"}.ph-bold.ph-align-center-vertical:before{content:"\e50c"}.ph-bold.ph-align-center-vertical-simple:before{content:"\eb10"}.ph-bold.ph-align-left:before{content:"\e50e"}.ph-bold.ph-align-left-simple:before{content:"\eaee"}.ph-bold.ph-align-right:before{content:"\e510"}.ph-bold.ph-align-right-simple:before{content:"\eb12"}.ph-bold.ph-align-top:before{content:"\e512"}.ph-bold.ph-align-top-simple:before{content:"\eb14"}.ph-bold.ph-amazon-logo:before{content:"\e96c"}.ph-bold.ph-ambulance:before{content:"\e572"}.ph-bold.ph-anchor:before{content:"\e514"}.ph-bold.ph-anchor-simple:before{content:"\e5d8"}.ph-bold.ph-android-logo:before{content:"\e008"}.ph-bold.ph-angle:before{content:"\e7bc"}.ph-bold.ph-angular-logo:before{content:"\eb80"}.ph-bold.ph-aperture:before{content:"\e00a"}.ph-bold.ph-app-store-logo:before{content:"\e974"}.ph-bold.ph-app-window:before{content:"\e5da"}.ph-bold.ph-apple-logo:before{content:"\e516"}.ph-bold.ph-apple-podcasts-logo:before{content:"\eb96"}.ph-bold.ph-approximate-equals:before{content:"\edaa"}.ph-bold.ph-archive:before{content:"\e00c"}.ph-bold.ph-armchair:before{content:"\e012"}.ph-bold.ph-arrow-arc-left:before{content:"\e014"}.ph-bold.ph-arrow-arc-right:before{content:"\e016"}.ph-bold.ph-arrow-bend-double-up-left:before{content:"\e03a"}.ph-bold.ph-arrow-bend-double-up-right:before{content:"\e03c"}.ph-bold.ph-arrow-bend-down-left:before{content:"\e018"}.ph-bold.ph-arrow-bend-down-right:before{content:"\e01a"}.ph-bold.ph-arrow-bend-left-down:before{content:"\e01c"}.ph-bold.ph-arrow-bend-left-up:before{content:"\e01e"}.ph-bold.ph-arrow-bend-right-down:before{content:"\e020"}.ph-bold.ph-arrow-bend-right-up:before{content:"\e022"}.ph-bold.ph-arrow-bend-up-left:before{content:"\e024"}.ph-bold.ph-arrow-bend-up-right:before{content:"\e026"}.ph-bold.ph-arrow-circle-down:before{content:"\e028"}.ph-bold.ph-arrow-circle-down-left:before{content:"\e02a"}.ph-bold.ph-arrow-circle-down-right:before{content:"\e02c"}.ph-bold.ph-arrow-circle-left:before{content:"\e05a"}.ph-bold.ph-arrow-circle-right:before{content:"\e02e"}.ph-bold.ph-arrow-circle-up:before{content:"\e030"}.ph-bold.ph-arrow-circle-up-left:before{content:"\e032"}.ph-bold.ph-arrow-circle-up-right:before{content:"\e034"}.ph-bold.ph-arrow-clockwise:before{content:"\e036"}.ph-bold.ph-arrow-counter-clockwise:before{content:"\e038"}.ph-bold.ph-arrow-down:before{content:"\e03e"}.ph-bold.ph-arrow-down-left:before{content:"\e040"}.ph-bold.ph-arrow-down-right:before{content:"\e042"}.ph-bold.ph-arrow-elbow-down-left:before{content:"\e044"}.ph-bold.ph-arrow-elbow-down-right:before{content:"\e046"}.ph-bold.ph-arrow-elbow-left:before{content:"\e048"}.ph-bold.ph-arrow-elbow-left-down:before{content:"\e04a"}.ph-bold.ph-arrow-elbow-left-up:before{content:"\e04c"}.ph-bold.ph-arrow-elbow-right:before{content:"\e04e"}.ph-bold.ph-arrow-elbow-right-down:before{content:"\e050"}.ph-bold.ph-arrow-elbow-right-up:before{content:"\e052"}.ph-bold.ph-arrow-elbow-up-left:before{content:"\e054"}.ph-bold.ph-arrow-elbow-up-right:before{content:"\e056"}.ph-bold.ph-arrow-fat-down:before{content:"\e518"}.ph-bold.ph-arrow-fat-left:before{content:"\e51a"}.ph-bold.ph-arrow-fat-line-down:before{content:"\e51c"}.ph-bold.ph-arrow-fat-line-left:before{content:"\e51e"}.ph-bold.ph-arrow-fat-line-right:before{content:"\e520"}.ph-bold.ph-arrow-fat-line-up:before{content:"\e522"}.ph-bold.ph-arrow-fat-lines-down:before{content:"\e524"}.ph-bold.ph-arrow-fat-lines-left:before{content:"\e526"}.ph-bold.ph-arrow-fat-lines-right:before{content:"\e528"}.ph-bold.ph-arrow-fat-lines-up:before{content:"\e52a"}.ph-bold.ph-arrow-fat-right:before{content:"\e52c"}.ph-bold.ph-arrow-fat-up:before{content:"\e52e"}.ph-bold.ph-arrow-left:before{content:"\e058"}.ph-bold.ph-arrow-line-down:before{content:"\e05c"}.ph-bold.ph-arrow-line-down-left:before{content:"\e05e"}.ph-bold.ph-arrow-line-down-right:before{content:"\e060"}.ph-bold.ph-arrow-line-left:before{content:"\e062"}.ph-bold.ph-arrow-line-right:before{content:"\e064"}.ph-bold.ph-arrow-line-up:before{content:"\e066"}.ph-bold.ph-arrow-line-up-left:before{content:"\e068"}.ph-bold.ph-arrow-line-up-right:before{content:"\e06a"}.ph-bold.ph-arrow-right:before{content:"\e06c"}.ph-bold.ph-arrow-square-down:before{content:"\e06e"}.ph-bold.ph-arrow-square-down-left:before{content:"\e070"}.ph-bold.ph-arrow-square-down-right:before{content:"\e072"}.ph-bold.ph-arrow-square-in:before{content:"\e5dc"}.ph-bold.ph-arrow-square-left:before{content:"\e074"}.ph-bold.ph-arrow-square-out:before{content:"\e5de"}.ph-bold.ph-arrow-square-right:before{content:"\e076"}.ph-bold.ph-arrow-square-up:before{content:"\e078"}.ph-bold.ph-arrow-square-up-left:before{content:"\e07a"}.ph-bold.ph-arrow-square-up-right:before{content:"\e07c"}.ph-bold.ph-arrow-u-down-left:before{content:"\e07e"}.ph-bold.ph-arrow-u-down-right:before{content:"\e080"}.ph-bold.ph-arrow-u-left-down:before{content:"\e082"}.ph-bold.ph-arrow-u-left-up:before{content:"\e084"}.ph-bold.ph-arrow-u-right-down:before{content:"\e086"}.ph-bold.ph-arrow-u-right-up:before{content:"\e088"}.ph-bold.ph-arrow-u-up-left:before{content:"\e08a"}.ph-bold.ph-arrow-u-up-right:before{content:"\e08c"}.ph-bold.ph-arrow-up:before{content:"\e08e"}.ph-bold.ph-arrow-up-left:before{content:"\e090"}.ph-bold.ph-arrow-up-right:before{content:"\e092"}.ph-bold.ph-arrows-clockwise:before{content:"\e094"}.ph-bold.ph-arrows-counter-clockwise:before{content:"\e096"}.ph-bold.ph-arrows-down-up:before{content:"\e098"}.ph-bold.ph-arrows-horizontal:before{content:"\eb06"}.ph-bold.ph-arrows-in:before{content:"\e09a"}.ph-bold.ph-arrows-in-cardinal:before{content:"\e09c"}.ph-bold.ph-arrows-in-line-horizontal:before{content:"\e530"}.ph-bold.ph-arrows-in-line-vertical:before{content:"\e532"}.ph-bold.ph-arrows-in-simple:before{content:"\e09e"}.ph-bold.ph-arrows-left-right:before{content:"\e0a0"}.ph-bold.ph-arrows-merge:before{content:"\ed3e"}.ph-bold.ph-arrows-out:before{content:"\e0a2"}.ph-bold.ph-arrows-out-cardinal:before{content:"\e0a4"}.ph-bold.ph-arrows-out-line-horizontal:before{content:"\e534"}.ph-bold.ph-arrows-out-line-vertical:before{content:"\e536"}.ph-bold.ph-arrows-out-simple:before{content:"\e0a6"}.ph-bold.ph-arrows-split:before{content:"\ed3c"}.ph-bold.ph-arrows-vertical:before{content:"\eb04"}.ph-bold.ph-article:before{content:"\e0a8"}.ph-bold.ph-article-medium:before{content:"\e5e0"}.ph-bold.ph-article-ny-times:before{content:"\e5e2"}.ph-bold.ph-asclepius:before{content:"\ee34"}.ph-bold.ph-caduceus:before{content:"\ee34"}.ph-bold.ph-asterisk:before{content:"\e0aa"}.ph-bold.ph-asterisk-simple:before{content:"\e832"}.ph-bold.ph-at:before{content:"\e0ac"}.ph-bold.ph-atom:before{content:"\e5e4"}.ph-bold.ph-avocado:before{content:"\ee04"}.ph-bold.ph-axe:before{content:"\e9fc"}.ph-bold.ph-baby:before{content:"\e774"}.ph-bold.ph-baby-carriage:before{content:"\e818"}.ph-bold.ph-backpack:before{content:"\e922"}.ph-bold.ph-backspace:before{content:"\e0ae"}.ph-bold.ph-bag:before{content:"\e0b0"}.ph-bold.ph-bag-simple:before{content:"\e5e6"}.ph-bold.ph-balloon:before{content:"\e76c"}.ph-bold.ph-bandaids:before{content:"\e0b2"}.ph-bold.ph-bank:before{content:"\e0b4"}.ph-bold.ph-barbell:before{content:"\e0b6"}.ph-bold.ph-barcode:before{content:"\e0b8"}.ph-bold.ph-barn:before{content:"\ec72"}.ph-bold.ph-barricade:before{content:"\e948"}.ph-bold.ph-baseball:before{content:"\e71a"}.ph-bold.ph-baseball-cap:before{content:"\ea28"}.ph-bold.ph-baseball-helmet:before{content:"\ee4a"}.ph-bold.ph-basket:before{content:"\e964"}.ph-bold.ph-basketball:before{content:"\e724"}.ph-bold.ph-bathtub:before{content:"\e81e"}.ph-bold.ph-battery-charging:before{content:"\e0ba"}.ph-bold.ph-battery-charging-vertical:before{content:"\e0bc"}.ph-bold.ph-battery-empty:before{content:"\e0be"}.ph-bold.ph-battery-full:before{content:"\e0c0"}.ph-bold.ph-battery-high:before{content:"\e0c2"}.ph-bold.ph-battery-low:before{content:"\e0c4"}.ph-bold.ph-battery-medium:before{content:"\e0c6"}.ph-bold.ph-battery-plus:before{content:"\e808"}.ph-bold.ph-battery-plus-vertical:before{content:"\ec50"}.ph-bold.ph-battery-vertical-empty:before{content:"\e7c6"}.ph-bold.ph-battery-vertical-full:before{content:"\e7c4"}.ph-bold.ph-battery-vertical-high:before{content:"\e7c2"}.ph-bold.ph-battery-vertical-low:before{content:"\e7be"}.ph-bold.ph-battery-vertical-medium:before{content:"\e7c0"}.ph-bold.ph-battery-warning:before{content:"\e0c8"}.ph-bold.ph-battery-warning-vertical:before{content:"\e0ca"}.ph-bold.ph-beach-ball:before{content:"\ed24"}.ph-bold.ph-beanie:before{content:"\ea2a"}.ph-bold.ph-bed:before{content:"\e0cc"}.ph-bold.ph-beer-bottle:before{content:"\e7b0"}.ph-bold.ph-beer-stein:before{content:"\eb62"}.ph-bold.ph-behance-logo:before{content:"\e7f4"}.ph-bold.ph-bell:before{content:"\e0ce"}.ph-bold.ph-bell-ringing:before{content:"\e5e8"}.ph-bold.ph-bell-simple:before{content:"\e0d0"}.ph-bold.ph-bell-simple-ringing:before{content:"\e5ea"}.ph-bold.ph-bell-simple-slash:before{content:"\e0d2"}.ph-bold.ph-bell-simple-z:before{content:"\e5ec"}.ph-bold.ph-bell-slash:before{content:"\e0d4"}.ph-bold.ph-bell-z:before{content:"\e5ee"}.ph-bold.ph-belt:before{content:"\ea2c"}.ph-bold.ph-bezier-curve:before{content:"\eb00"}.ph-bold.ph-bicycle:before{content:"\e0d6"}.ph-bold.ph-binary:before{content:"\ee60"}.ph-bold.ph-binoculars:before{content:"\ea64"}.ph-bold.ph-biohazard:before{content:"\e9e0"}.ph-bold.ph-bird:before{content:"\e72c"}.ph-bold.ph-blueprint:before{content:"\eda0"}.ph-bold.ph-bluetooth:before{content:"\e0da"}.ph-bold.ph-bluetooth-connected:before{content:"\e0dc"}.ph-bold.ph-bluetooth-slash:before{content:"\e0de"}.ph-bold.ph-bluetooth-x:before{content:"\e0e0"}.ph-bold.ph-boat:before{content:"\e786"}.ph-bold.ph-bomb:before{content:"\ee0a"}.ph-bold.ph-bone:before{content:"\e7f2"}.ph-bold.ph-book:before{content:"\e0e2"}.ph-bold.ph-book-bookmark:before{content:"\e0e4"}.ph-bold.ph-book-open:before{content:"\e0e6"}.ph-bold.ph-book-open-text:before{content:"\e8f2"}.ph-bold.ph-book-open-user:before{content:"\ede0"}.ph-bold.ph-bookmark:before{content:"\e0e8"}.ph-bold.ph-bookmark-simple:before{content:"\e0ea"}.ph-bold.ph-bookmarks:before{content:"\e0ec"}.ph-bold.ph-bookmarks-simple:before{content:"\e5f0"}.ph-bold.ph-books:before{content:"\e758"}.ph-bold.ph-boot:before{content:"\ecca"}.ph-bold.ph-boules:before{content:"\e722"}.ph-bold.ph-bounding-box:before{content:"\e6ce"}.ph-bold.ph-bowl-food:before{content:"\eaa4"}.ph-bold.ph-bowl-steam:before{content:"\e8e4"}.ph-bold.ph-bowling-ball:before{content:"\ea34"}.ph-bold.ph-box-arrow-down:before{content:"\e00e"}.ph-bold.ph-archive-box:before{content:"\e00e"}.ph-bold.ph-box-arrow-up:before{content:"\ee54"}.ph-bold.ph-boxing-glove:before{content:"\ea36"}.ph-bold.ph-brackets-angle:before{content:"\e862"}.ph-bold.ph-brackets-curly:before{content:"\e860"}.ph-bold.ph-brackets-round:before{content:"\e864"}.ph-bold.ph-brackets-square:before{content:"\e85e"}.ph-bold.ph-brain:before{content:"\e74e"}.ph-bold.ph-brandy:before{content:"\e6b4"}.ph-bold.ph-bread:before{content:"\e81c"}.ph-bold.ph-bridge:before{content:"\ea68"}.ph-bold.ph-briefcase:before{content:"\e0ee"}.ph-bold.ph-briefcase-metal:before{content:"\e5f2"}.ph-bold.ph-broadcast:before{content:"\e0f2"}.ph-bold.ph-broom:before{content:"\ec54"}.ph-bold.ph-browser:before{content:"\e0f4"}.ph-bold.ph-browsers:before{content:"\e0f6"}.ph-bold.ph-bug:before{content:"\e5f4"}.ph-bold.ph-bug-beetle:before{content:"\e5f6"}.ph-bold.ph-bug-droid:before{content:"\e5f8"}.ph-bold.ph-building:before{content:"\e100"}.ph-bold.ph-building-apartment:before{content:"\e0fe"}.ph-bold.ph-building-office:before{content:"\e0ff"}.ph-bold.ph-buildings:before{content:"\e102"}.ph-bold.ph-bulldozer:before{content:"\ec6c"}.ph-bold.ph-bus:before{content:"\e106"}.ph-bold.ph-butterfly:before{content:"\ea6e"}.ph-bold.ph-cable-car:before{content:"\e49c"}.ph-bold.ph-cactus:before{content:"\e918"}.ph-bold.ph-cake:before{content:"\e780"}.ph-bold.ph-calculator:before{content:"\e538"}.ph-bold.ph-calendar:before{content:"\e108"}.ph-bold.ph-calendar-blank:before{content:"\e10a"}.ph-bold.ph-calendar-check:before{content:"\e712"}.ph-bold.ph-calendar-dot:before{content:"\e7b2"}.ph-bold.ph-calendar-dots:before{content:"\e7b4"}.ph-bold.ph-calendar-heart:before{content:"\e8b0"}.ph-bold.ph-calendar-minus:before{content:"\ea14"}.ph-bold.ph-calendar-plus:before{content:"\e714"}.ph-bold.ph-calendar-slash:before{content:"\ea12"}.ph-bold.ph-calendar-star:before{content:"\e8b2"}.ph-bold.ph-calendar-x:before{content:"\e10c"}.ph-bold.ph-call-bell:before{content:"\e7de"}.ph-bold.ph-camera:before{content:"\e10e"}.ph-bold.ph-camera-plus:before{content:"\ec58"}.ph-bold.ph-camera-rotate:before{content:"\e7a4"}.ph-bold.ph-camera-slash:before{content:"\e110"}.ph-bold.ph-campfire:before{content:"\e9d8"}.ph-bold.ph-car:before{content:"\e112"}.ph-bold.ph-car-battery:before{content:"\ee30"}.ph-bold.ph-car-profile:before{content:"\e8cc"}.ph-bold.ph-car-simple:before{content:"\e114"}.ph-bold.ph-cardholder:before{content:"\e5fa"}.ph-bold.ph-cards:before{content:"\e0f8"}.ph-bold.ph-cards-three:before{content:"\ee50"}.ph-bold.ph-caret-circle-double-down:before{content:"\e116"}.ph-bold.ph-caret-circle-double-left:before{content:"\e118"}.ph-bold.ph-caret-circle-double-right:before{content:"\e11a"}.ph-bold.ph-caret-circle-double-up:before{content:"\e11c"}.ph-bold.ph-caret-circle-down:before{content:"\e11e"}.ph-bold.ph-caret-circle-left:before{content:"\e120"}.ph-bold.ph-caret-circle-right:before{content:"\e122"}.ph-bold.ph-caret-circle-up:before{content:"\e124"}.ph-bold.ph-caret-circle-up-down:before{content:"\e13e"}.ph-bold.ph-caret-double-down:before{content:"\e126"}.ph-bold.ph-caret-double-left:before{content:"\e128"}.ph-bold.ph-caret-double-right:before{content:"\e12a"}.ph-bold.ph-caret-double-up:before{content:"\e12c"}.ph-bold.ph-caret-down:before{content:"\e136"}.ph-bold.ph-caret-left:before{content:"\e138"}.ph-bold.ph-caret-line-down:before{content:"\e134"}.ph-bold.ph-caret-line-left:before{content:"\e132"}.ph-bold.ph-caret-line-right:before{content:"\e130"}.ph-bold.ph-caret-line-up:before{content:"\e12e"}.ph-bold.ph-caret-right:before{content:"\e13a"}.ph-bold.ph-caret-up:before{content:"\e13c"}.ph-bold.ph-caret-up-down:before{content:"\e140"}.ph-bold.ph-carrot:before{content:"\ed38"}.ph-bold.ph-cash-register:before{content:"\ed80"}.ph-bold.ph-cassette-tape:before{content:"\ed2e"}.ph-bold.ph-castle-turret:before{content:"\e9d0"}.ph-bold.ph-cat:before{content:"\e748"}.ph-bold.ph-cell-signal-full:before{content:"\e142"}.ph-bold.ph-cell-signal-high:before{content:"\e144"}.ph-bold.ph-cell-signal-low:before{content:"\e146"}.ph-bold.ph-cell-signal-medium:before{content:"\e148"}.ph-bold.ph-cell-signal-none:before{content:"\e14a"}.ph-bold.ph-cell-signal-slash:before{content:"\e14c"}.ph-bold.ph-cell-signal-x:before{content:"\e14e"}.ph-bold.ph-cell-tower:before{content:"\ebaa"}.ph-bold.ph-certificate:before{content:"\e766"}.ph-bold.ph-chair:before{content:"\e950"}.ph-bold.ph-chalkboard:before{content:"\e5fc"}.ph-bold.ph-chalkboard-simple:before{content:"\e5fe"}.ph-bold.ph-chalkboard-teacher:before{content:"\e600"}.ph-bold.ph-champagne:before{content:"\eaca"}.ph-bold.ph-charging-station:before{content:"\e8d0"}.ph-bold.ph-chart-bar:before{content:"\e150"}.ph-bold.ph-chart-bar-horizontal:before{content:"\e152"}.ph-bold.ph-chart-donut:before{content:"\eaa6"}.ph-bold.ph-chart-line:before{content:"\e154"}.ph-bold.ph-chart-line-down:before{content:"\e8b6"}.ph-bold.ph-chart-line-up:before{content:"\e156"}.ph-bold.ph-chart-pie:before{content:"\e158"}.ph-bold.ph-chart-pie-slice:before{content:"\e15a"}.ph-bold.ph-chart-polar:before{content:"\eaa8"}.ph-bold.ph-chart-scatter:before{content:"\eaac"}.ph-bold.ph-chat:before{content:"\e15c"}.ph-bold.ph-chat-centered:before{content:"\e160"}.ph-bold.ph-chat-centered-dots:before{content:"\e164"}.ph-bold.ph-chat-centered-slash:before{content:"\e162"}.ph-bold.ph-chat-centered-text:before{content:"\e166"}.ph-bold.ph-chat-circle:before{content:"\e168"}.ph-bold.ph-chat-circle-dots:before{content:"\e16c"}.ph-bold.ph-chat-circle-slash:before{content:"\e16a"}.ph-bold.ph-chat-circle-text:before{content:"\e16e"}.ph-bold.ph-chat-dots:before{content:"\e170"}.ph-bold.ph-chat-slash:before{content:"\e15e"}.ph-bold.ph-chat-teardrop:before{content:"\e172"}.ph-bold.ph-chat-teardrop-dots:before{content:"\e176"}.ph-bold.ph-chat-teardrop-slash:before{content:"\e174"}.ph-bold.ph-chat-teardrop-text:before{content:"\e178"}.ph-bold.ph-chat-text:before{content:"\e17a"}.ph-bold.ph-chats:before{content:"\e17c"}.ph-bold.ph-chats-circle:before{content:"\e17e"}.ph-bold.ph-chats-teardrop:before{content:"\e180"}.ph-bold.ph-check:before{content:"\e182"}.ph-bold.ph-check-circle:before{content:"\e184"}.ph-bold.ph-check-fat:before{content:"\eba6"}.ph-bold.ph-check-square:before{content:"\e186"}.ph-bold.ph-check-square-offset:before{content:"\e188"}.ph-bold.ph-checkerboard:before{content:"\e8c4"}.ph-bold.ph-checks:before{content:"\e53a"}.ph-bold.ph-cheers:before{content:"\ea4a"}.ph-bold.ph-cheese:before{content:"\e9fe"}.ph-bold.ph-chef-hat:before{content:"\ed8e"}.ph-bold.ph-cherries:before{content:"\e830"}.ph-bold.ph-church:before{content:"\ecea"}.ph-bold.ph-cigarette:before{content:"\ed90"}.ph-bold.ph-cigarette-slash:before{content:"\ed92"}.ph-bold.ph-circle:before{content:"\e18a"}.ph-bold.ph-circle-dashed:before{content:"\e602"}.ph-bold.ph-circle-half:before{content:"\e18c"}.ph-bold.ph-circle-half-tilt:before{content:"\e18e"}.ph-bold.ph-circle-notch:before{content:"\eb44"}.ph-bold.ph-circles-four:before{content:"\e190"}.ph-bold.ph-circles-three:before{content:"\e192"}.ph-bold.ph-circles-three-plus:before{content:"\e194"}.ph-bold.ph-circuitry:before{content:"\e9c2"}.ph-bold.ph-city:before{content:"\ea6a"}.ph-bold.ph-clipboard:before{content:"\e196"}.ph-bold.ph-clipboard-text:before{content:"\e198"}.ph-bold.ph-clock:before{content:"\e19a"}.ph-bold.ph-clock-afternoon:before{content:"\e19c"}.ph-bold.ph-clock-clockwise:before{content:"\e19e"}.ph-bold.ph-clock-countdown:before{content:"\ed2c"}.ph-bold.ph-clock-counter-clockwise:before{content:"\e1a0"}.ph-bold.ph-clock-user:before{content:"\edec"}.ph-bold.ph-closed-captioning:before{content:"\e1a4"}.ph-bold.ph-cloud:before{content:"\e1aa"}.ph-bold.ph-cloud-arrow-down:before{content:"\e1ac"}.ph-bold.ph-cloud-arrow-up:before{content:"\e1ae"}.ph-bold.ph-cloud-check:before{content:"\e1b0"}.ph-bold.ph-cloud-fog:before{content:"\e53c"}.ph-bold.ph-cloud-lightning:before{content:"\e1b2"}.ph-bold.ph-cloud-moon:before{content:"\e53e"}.ph-bold.ph-cloud-rain:before{content:"\e1b4"}.ph-bold.ph-cloud-slash:before{content:"\e1b6"}.ph-bold.ph-cloud-snow:before{content:"\e1b8"}.ph-bold.ph-cloud-sun:before{content:"\e540"}.ph-bold.ph-cloud-warning:before{content:"\ea98"}.ph-bold.ph-cloud-x:before{content:"\ea96"}.ph-bold.ph-clover:before{content:"\edc8"}.ph-bold.ph-club:before{content:"\e1ba"}.ph-bold.ph-coat-hanger:before{content:"\e7fe"}.ph-bold.ph-coda-logo:before{content:"\e7ce"}.ph-bold.ph-code:before{content:"\e1bc"}.ph-bold.ph-code-block:before{content:"\eafe"}.ph-bold.ph-code-simple:before{content:"\e1be"}.ph-bold.ph-codepen-logo:before{content:"\e978"}.ph-bold.ph-codesandbox-logo:before{content:"\ea06"}.ph-bold.ph-coffee:before{content:"\e1c2"}.ph-bold.ph-coffee-bean:before{content:"\e1c0"}.ph-bold.ph-coin:before{content:"\e60e"}.ph-bold.ph-coin-vertical:before{content:"\eb48"}.ph-bold.ph-coins:before{content:"\e78e"}.ph-bold.ph-columns:before{content:"\e546"}.ph-bold.ph-columns-plus-left:before{content:"\e544"}.ph-bold.ph-columns-plus-right:before{content:"\e542"}.ph-bold.ph-command:before{content:"\e1c4"}.ph-bold.ph-compass:before{content:"\e1c8"}.ph-bold.ph-compass-rose:before{content:"\e1c6"}.ph-bold.ph-compass-tool:before{content:"\ea0e"}.ph-bold.ph-computer-tower:before{content:"\e548"}.ph-bold.ph-confetti:before{content:"\e81a"}.ph-bold.ph-contactless-payment:before{content:"\ed42"}.ph-bold.ph-control:before{content:"\eca6"}.ph-bold.ph-cookie:before{content:"\e6ca"}.ph-bold.ph-cooking-pot:before{content:"\e764"}.ph-bold.ph-copy:before{content:"\e1ca"}.ph-bold.ph-copy-simple:before{content:"\e1cc"}.ph-bold.ph-copyleft:before{content:"\e86a"}.ph-bold.ph-copyright:before{content:"\e54a"}.ph-bold.ph-corners-in:before{content:"\e1ce"}.ph-bold.ph-corners-out:before{content:"\e1d0"}.ph-bold.ph-couch:before{content:"\e7f6"}.ph-bold.ph-court-basketball:before{content:"\ee36"}.ph-bold.ph-cow:before{content:"\eabe"}.ph-bold.ph-cowboy-hat:before{content:"\ed12"}.ph-bold.ph-cpu:before{content:"\e610"}.ph-bold.ph-crane:before{content:"\ed48"}.ph-bold.ph-crane-tower:before{content:"\ed49"}.ph-bold.ph-credit-card:before{content:"\e1d2"}.ph-bold.ph-cricket:before{content:"\ee12"}.ph-bold.ph-crop:before{content:"\e1d4"}.ph-bold.ph-cross:before{content:"\e8a0"}.ph-bold.ph-crosshair:before{content:"\e1d6"}.ph-bold.ph-crosshair-simple:before{content:"\e1d8"}.ph-bold.ph-crown:before{content:"\e614"}.ph-bold.ph-crown-cross:before{content:"\ee5e"}.ph-bold.ph-crown-simple:before{content:"\e616"}.ph-bold.ph-cube:before{content:"\e1da"}.ph-bold.ph-cube-focus:before{content:"\ed0a"}.ph-bold.ph-cube-transparent:before{content:"\ec7c"}.ph-bold.ph-currency-btc:before{content:"\e618"}.ph-bold.ph-currency-circle-dollar:before{content:"\e54c"}.ph-bold.ph-currency-cny:before{content:"\e54e"}.ph-bold.ph-currency-dollar:before{content:"\e550"}.ph-bold.ph-currency-dollar-simple:before{content:"\e552"}.ph-bold.ph-currency-eth:before{content:"\eada"}.ph-bold.ph-currency-eur:before{content:"\e554"}.ph-bold.ph-currency-gbp:before{content:"\e556"}.ph-bold.ph-currency-inr:before{content:"\e558"}.ph-bold.ph-currency-jpy:before{content:"\e55a"}.ph-bold.ph-currency-krw:before{content:"\e55c"}.ph-bold.ph-currency-kzt:before{content:"\ec4c"}.ph-bold.ph-currency-ngn:before{content:"\eb52"}.ph-bold.ph-currency-rub:before{content:"\e55e"}.ph-bold.ph-cursor:before{content:"\e1dc"}.ph-bold.ph-cursor-click:before{content:"\e7c8"}.ph-bold.ph-cursor-text:before{content:"\e7d8"}.ph-bold.ph-cylinder:before{content:"\e8fc"}.ph-bold.ph-database:before{content:"\e1de"}.ph-bold.ph-desk:before{content:"\ed16"}.ph-bold.ph-desktop:before{content:"\e560"}.ph-bold.ph-desktop-tower:before{content:"\e562"}.ph-bold.ph-detective:before{content:"\e83e"}.ph-bold.ph-dev-to-logo:before{content:"\ed0e"}.ph-bold.ph-device-mobile:before{content:"\e1e0"}.ph-bold.ph-device-mobile-camera:before{content:"\e1e2"}.ph-bold.ph-device-mobile-slash:before{content:"\ee46"}.ph-bold.ph-device-mobile-speaker:before{content:"\e1e4"}.ph-bold.ph-device-rotate:before{content:"\edf2"}.ph-bold.ph-device-tablet:before{content:"\e1e6"}.ph-bold.ph-device-tablet-camera:before{content:"\e1e8"}.ph-bold.ph-device-tablet-speaker:before{content:"\e1ea"}.ph-bold.ph-devices:before{content:"\eba4"}.ph-bold.ph-diamond:before{content:"\e1ec"}.ph-bold.ph-diamonds-four:before{content:"\e8f4"}.ph-bold.ph-dice-five:before{content:"\e1ee"}.ph-bold.ph-dice-four:before{content:"\e1f0"}.ph-bold.ph-dice-one:before{content:"\e1f2"}.ph-bold.ph-dice-six:before{content:"\e1f4"}.ph-bold.ph-dice-three:before{content:"\e1f6"}.ph-bold.ph-dice-two:before{content:"\e1f8"}.ph-bold.ph-disc:before{content:"\e564"}.ph-bold.ph-disco-ball:before{content:"\ed98"}.ph-bold.ph-discord-logo:before{content:"\e61a"}.ph-bold.ph-divide:before{content:"\e1fa"}.ph-bold.ph-dna:before{content:"\e924"}.ph-bold.ph-dog:before{content:"\e74a"}.ph-bold.ph-door:before{content:"\e61c"}.ph-bold.ph-door-open:before{content:"\e7e6"}.ph-bold.ph-dot:before{content:"\ecde"}.ph-bold.ph-dot-outline:before{content:"\ece0"}.ph-bold.ph-dots-nine:before{content:"\e1fc"}.ph-bold.ph-dots-six:before{content:"\e794"}.ph-bold.ph-dots-six-vertical:before{content:"\eae2"}.ph-bold.ph-dots-three:before{content:"\e1fe"}.ph-bold.ph-dots-three-circle:before{content:"\e200"}.ph-bold.ph-dots-three-circle-vertical:before{content:"\e202"}.ph-bold.ph-dots-three-outline:before{content:"\e204"}.ph-bold.ph-dots-three-outline-vertical:before{content:"\e206"}.ph-bold.ph-dots-three-vertical:before{content:"\e208"}.ph-bold.ph-download:before{content:"\e20a"}.ph-bold.ph-download-simple:before{content:"\e20c"}.ph-bold.ph-dress:before{content:"\ea7e"}.ph-bold.ph-dresser:before{content:"\e94e"}.ph-bold.ph-dribbble-logo:before{content:"\e20e"}.ph-bold.ph-drone:before{content:"\ed74"}.ph-bold.ph-drop:before{content:"\e210"}.ph-bold.ph-drop-half:before{content:"\e566"}.ph-bold.ph-drop-half-bottom:before{content:"\eb40"}.ph-bold.ph-drop-simple:before{content:"\ee32"}.ph-bold.ph-drop-slash:before{content:"\e954"}.ph-bold.ph-dropbox-logo:before{content:"\e7d0"}.ph-bold.ph-ear:before{content:"\e70c"}.ph-bold.ph-ear-slash:before{content:"\e70e"}.ph-bold.ph-egg:before{content:"\e812"}.ph-bold.ph-egg-crack:before{content:"\eb64"}.ph-bold.ph-eject:before{content:"\e212"}.ph-bold.ph-eject-simple:before{content:"\e6ae"}.ph-bold.ph-elevator:before{content:"\ecc0"}.ph-bold.ph-empty:before{content:"\edbc"}.ph-bold.ph-engine:before{content:"\ea80"}.ph-bold.ph-envelope:before{content:"\e214"}.ph-bold.ph-envelope-open:before{content:"\e216"}.ph-bold.ph-envelope-simple:before{content:"\e218"}.ph-bold.ph-envelope-simple-open:before{content:"\e21a"}.ph-bold.ph-equalizer:before{content:"\ebbc"}.ph-bold.ph-equals:before{content:"\e21c"}.ph-bold.ph-eraser:before{content:"\e21e"}.ph-bold.ph-escalator-down:before{content:"\ecba"}.ph-bold.ph-escalator-up:before{content:"\ecbc"}.ph-bold.ph-exam:before{content:"\e742"}.ph-bold.ph-exclamation-mark:before{content:"\ee44"}.ph-bold.ph-exclude:before{content:"\e882"}.ph-bold.ph-exclude-square:before{content:"\e880"}.ph-bold.ph-export:before{content:"\eaf0"}.ph-bold.ph-eye:before{content:"\e220"}.ph-bold.ph-eye-closed:before{content:"\e222"}.ph-bold.ph-eye-slash:before{content:"\e224"}.ph-bold.ph-eyedropper:before{content:"\e568"}.ph-bold.ph-eyedropper-sample:before{content:"\eac4"}.ph-bold.ph-eyeglasses:before{content:"\e7ba"}.ph-bold.ph-eyes:before{content:"\ee5c"}.ph-bold.ph-face-mask:before{content:"\e56a"}.ph-bold.ph-facebook-logo:before{content:"\e226"}.ph-bold.ph-factory:before{content:"\e760"}.ph-bold.ph-faders:before{content:"\e228"}.ph-bold.ph-faders-horizontal:before{content:"\e22a"}.ph-bold.ph-fallout-shelter:before{content:"\e9de"}.ph-bold.ph-fan:before{content:"\e9f2"}.ph-bold.ph-farm:before{content:"\ec70"}.ph-bold.ph-fast-forward:before{content:"\e6a6"}.ph-bold.ph-fast-forward-circle:before{content:"\e22c"}.ph-bold.ph-feather:before{content:"\e9c0"}.ph-bold.ph-fediverse-logo:before{content:"\ed66"}.ph-bold.ph-figma-logo:before{content:"\e22e"}.ph-bold.ph-file:before{content:"\e230"}.ph-bold.ph-file-archive:before{content:"\eb2a"}.ph-bold.ph-file-arrow-down:before{content:"\e232"}.ph-bold.ph-file-arrow-up:before{content:"\e61e"}.ph-bold.ph-file-audio:before{content:"\ea20"}.ph-bold.ph-file-c:before{content:"\eb32"}.ph-bold.ph-file-c-sharp:before{content:"\eb30"}.ph-bold.ph-file-cloud:before{content:"\e95e"}.ph-bold.ph-file-code:before{content:"\e914"}.ph-bold.ph-file-cpp:before{content:"\eb2e"}.ph-bold.ph-file-css:before{content:"\eb34"}.ph-bold.ph-file-csv:before{content:"\eb1c"}.ph-bold.ph-file-dashed:before{content:"\e704"}.ph-bold.ph-file-dotted:before{content:"\e704"}.ph-bold.ph-file-doc:before{content:"\eb1e"}.ph-bold.ph-file-html:before{content:"\eb38"}.ph-bold.ph-file-image:before{content:"\ea24"}.ph-bold.ph-file-ini:before{content:"\eb33"}.ph-bold.ph-file-jpg:before{content:"\eb1a"}.ph-bold.ph-file-js:before{content:"\eb24"}.ph-bold.ph-file-jsx:before{content:"\eb3a"}.ph-bold.ph-file-lock:before{content:"\e95c"}.ph-bold.ph-file-magnifying-glass:before{content:"\e238"}.ph-bold.ph-file-search:before{content:"\e238"}.ph-bold.ph-file-md:before{content:"\ed50"}.ph-bold.ph-file-minus:before{content:"\e234"}.ph-bold.ph-file-pdf:before{content:"\e702"}.ph-bold.ph-file-plus:before{content:"\e236"}.ph-bold.ph-file-png:before{content:"\eb18"}.ph-bold.ph-file-ppt:before{content:"\eb20"}.ph-bold.ph-file-py:before{content:"\eb2c"}.ph-bold.ph-file-rs:before{content:"\eb28"}.ph-bold.ph-file-sql:before{content:"\ed4e"}.ph-bold.ph-file-svg:before{content:"\ed08"}.ph-bold.ph-file-text:before{content:"\e23a"}.ph-bold.ph-file-ts:before{content:"\eb26"}.ph-bold.ph-file-tsx:before{content:"\eb3c"}.ph-bold.ph-file-txt:before{content:"\eb35"}.ph-bold.ph-file-video:before{content:"\ea22"}.ph-bold.ph-file-vue:before{content:"\eb3e"}.ph-bold.ph-file-x:before{content:"\e23c"}.ph-bold.ph-file-xls:before{content:"\eb22"}.ph-bold.ph-file-zip:before{content:"\e958"}.ph-bold.ph-files:before{content:"\e710"}.ph-bold.ph-film-reel:before{content:"\e8c0"}.ph-bold.ph-film-script:before{content:"\eb50"}.ph-bold.ph-film-slate:before{content:"\e8c2"}.ph-bold.ph-film-strip:before{content:"\e792"}.ph-bold.ph-fingerprint:before{content:"\e23e"}.ph-bold.ph-fingerprint-simple:before{content:"\e240"}.ph-bold.ph-finn-the-human:before{content:"\e56c"}.ph-bold.ph-fire:before{content:"\e242"}.ph-bold.ph-fire-extinguisher:before{content:"\e9e8"}.ph-bold.ph-fire-simple:before{content:"\e620"}.ph-bold.ph-fire-truck:before{content:"\e574"}.ph-bold.ph-first-aid:before{content:"\e56e"}.ph-bold.ph-first-aid-kit:before{content:"\e570"}.ph-bold.ph-fish:before{content:"\e728"}.ph-bold.ph-fish-simple:before{content:"\e72a"}.ph-bold.ph-flag:before{content:"\e244"}.ph-bold.ph-flag-banner:before{content:"\e622"}.ph-bold.ph-flag-banner-fold:before{content:"\ecf2"}.ph-bold.ph-flag-checkered:before{content:"\ea38"}.ph-bold.ph-flag-pennant:before{content:"\ecf0"}.ph-bold.ph-flame:before{content:"\e624"}.ph-bold.ph-flashlight:before{content:"\e246"}.ph-bold.ph-flask:before{content:"\e79e"}.ph-bold.ph-flip-horizontal:before{content:"\ed6a"}.ph-bold.ph-flip-vertical:before{content:"\ed6c"}.ph-bold.ph-floppy-disk:before{content:"\e248"}.ph-bold.ph-floppy-disk-back:before{content:"\eaf4"}.ph-bold.ph-flow-arrow:before{content:"\e6ec"}.ph-bold.ph-flower:before{content:"\e75e"}.ph-bold.ph-flower-lotus:before{content:"\e6cc"}.ph-bold.ph-flower-tulip:before{content:"\eacc"}.ph-bold.ph-flying-saucer:before{content:"\eb4a"}.ph-bold.ph-folder:before{content:"\e24a"}.ph-bold.ph-folder-notch:before{content:"\e24a"}.ph-bold.ph-folder-dashed:before{content:"\e8f8"}.ph-bold.ph-folder-dotted:before{content:"\e8f8"}.ph-bold.ph-folder-lock:before{content:"\ea3c"}.ph-bold.ph-folder-minus:before{content:"\e254"}.ph-bold.ph-folder-notch-minus:before{content:"\e254"}.ph-bold.ph-folder-open:before{content:"\e256"}.ph-bold.ph-folder-notch-open:before{content:"\e256"}.ph-bold.ph-folder-plus:before{content:"\e258"}.ph-bold.ph-folder-notch-plus:before{content:"\e258"}.ph-bold.ph-folder-simple:before{content:"\e25a"}.ph-bold.ph-folder-simple-dashed:before{content:"\ec2a"}.ph-bold.ph-folder-simple-dotted:before{content:"\ec2a"}.ph-bold.ph-folder-simple-lock:before{content:"\eb5e"}.ph-bold.ph-folder-simple-minus:before{content:"\e25c"}.ph-bold.ph-folder-simple-plus:before{content:"\e25e"}.ph-bold.ph-folder-simple-star:before{content:"\ec2e"}.ph-bold.ph-folder-simple-user:before{content:"\eb60"}.ph-bold.ph-folder-star:before{content:"\ea86"}.ph-bold.ph-folder-user:before{content:"\eb46"}.ph-bold.ph-folders:before{content:"\e260"}.ph-bold.ph-football:before{content:"\e718"}.ph-bold.ph-football-helmet:before{content:"\ee4c"}.ph-bold.ph-footprints:before{content:"\ea88"}.ph-bold.ph-fork-knife:before{content:"\e262"}.ph-bold.ph-four-k:before{content:"\ea5c"}.ph-bold.ph-frame-corners:before{content:"\e626"}.ph-bold.ph-framer-logo:before{content:"\e264"}.ph-bold.ph-function:before{content:"\ebe4"}.ph-bold.ph-funnel:before{content:"\e266"}.ph-bold.ph-funnel-simple:before{content:"\e268"}.ph-bold.ph-funnel-simple-x:before{content:"\e26a"}.ph-bold.ph-funnel-x:before{content:"\e26c"}.ph-bold.ph-game-controller:before{content:"\e26e"}.ph-bold.ph-garage:before{content:"\ecd6"}.ph-bold.ph-gas-can:before{content:"\e8ce"}.ph-bold.ph-gas-pump:before{content:"\e768"}.ph-bold.ph-gauge:before{content:"\e628"}.ph-bold.ph-gavel:before{content:"\ea32"}.ph-bold.ph-gear:before{content:"\e270"}.ph-bold.ph-gear-fine:before{content:"\e87c"}.ph-bold.ph-gear-six:before{content:"\e272"}.ph-bold.ph-gender-female:before{content:"\e6e0"}.ph-bold.ph-gender-intersex:before{content:"\e6e6"}.ph-bold.ph-gender-male:before{content:"\e6e2"}.ph-bold.ph-gender-neuter:before{content:"\e6ea"}.ph-bold.ph-gender-nonbinary:before{content:"\e6e4"}.ph-bold.ph-gender-transgender:before{content:"\e6e8"}.ph-bold.ph-ghost:before{content:"\e62a"}.ph-bold.ph-gif:before{content:"\e274"}.ph-bold.ph-gift:before{content:"\e276"}.ph-bold.ph-git-branch:before{content:"\e278"}.ph-bold.ph-git-commit:before{content:"\e27a"}.ph-bold.ph-git-diff:before{content:"\e27c"}.ph-bold.ph-git-fork:before{content:"\e27e"}.ph-bold.ph-git-merge:before{content:"\e280"}.ph-bold.ph-git-pull-request:before{content:"\e282"}.ph-bold.ph-github-logo:before{content:"\e576"}.ph-bold.ph-gitlab-logo:before{content:"\e694"}.ph-bold.ph-gitlab-logo-simple:before{content:"\e696"}.ph-bold.ph-globe:before{content:"\e288"}.ph-bold.ph-globe-hemisphere-east:before{content:"\e28a"}.ph-bold.ph-globe-hemisphere-west:before{content:"\e28c"}.ph-bold.ph-globe-simple:before{content:"\e28e"}.ph-bold.ph-globe-simple-x:before{content:"\e284"}.ph-bold.ph-globe-stand:before{content:"\e290"}.ph-bold.ph-globe-x:before{content:"\e286"}.ph-bold.ph-goggles:before{content:"\ecb4"}.ph-bold.ph-golf:before{content:"\ea3e"}.ph-bold.ph-goodreads-logo:before{content:"\ed10"}.ph-bold.ph-google-cardboard-logo:before{content:"\e7b6"}.ph-bold.ph-google-chrome-logo:before{content:"\e976"}.ph-bold.ph-google-drive-logo:before{content:"\e8f6"}.ph-bold.ph-google-logo:before{content:"\e292"}.ph-bold.ph-google-photos-logo:before{content:"\eb92"}.ph-bold.ph-google-play-logo:before{content:"\e294"}.ph-bold.ph-google-podcasts-logo:before{content:"\eb94"}.ph-bold.ph-gps:before{content:"\edd8"}.ph-bold.ph-gps-fix:before{content:"\edd6"}.ph-bold.ph-gps-slash:before{content:"\edd4"}.ph-bold.ph-gradient:before{content:"\eb42"}.ph-bold.ph-graduation-cap:before{content:"\e62c"}.ph-bold.ph-grains:before{content:"\ec68"}.ph-bold.ph-grains-slash:before{content:"\ec6a"}.ph-bold.ph-graph:before{content:"\eb58"}.ph-bold.ph-graphics-card:before{content:"\e612"}.ph-bold.ph-greater-than:before{content:"\edc4"}.ph-bold.ph-greater-than-or-equal:before{content:"\eda2"}.ph-bold.ph-grid-four:before{content:"\e296"}.ph-bold.ph-grid-nine:before{content:"\ec8c"}.ph-bold.ph-guitar:before{content:"\ea8a"}.ph-bold.ph-hair-dryer:before{content:"\ea66"}.ph-bold.ph-hamburger:before{content:"\e790"}.ph-bold.ph-hammer:before{content:"\e80e"}.ph-bold.ph-hand:before{content:"\e298"}.ph-bold.ph-hand-arrow-down:before{content:"\ea4e"}.ph-bold.ph-hand-arrow-up:before{content:"\ee5a"}.ph-bold.ph-hand-coins:before{content:"\ea8c"}.ph-bold.ph-hand-deposit:before{content:"\ee82"}.ph-bold.ph-hand-eye:before{content:"\ea4c"}.ph-bold.ph-hand-fist:before{content:"\e57a"}.ph-bold.ph-hand-grabbing:before{content:"\e57c"}.ph-bold.ph-hand-heart:before{content:"\e810"}.ph-bold.ph-hand-palm:before{content:"\e57e"}.ph-bold.ph-hand-peace:before{content:"\e7cc"}.ph-bold.ph-hand-pointing:before{content:"\e29a"}.ph-bold.ph-hand-soap:before{content:"\e630"}.ph-bold.ph-hand-swipe-left:before{content:"\ec94"}.ph-bold.ph-hand-swipe-right:before{content:"\ec92"}.ph-bold.ph-hand-tap:before{content:"\ec90"}.ph-bold.ph-hand-waving:before{content:"\e580"}.ph-bold.ph-hand-withdraw:before{content:"\ee80"}.ph-bold.ph-handbag:before{content:"\e29c"}.ph-bold.ph-handbag-simple:before{content:"\e62e"}.ph-bold.ph-hands-clapping:before{content:"\e6a0"}.ph-bold.ph-hands-praying:before{content:"\ecc8"}.ph-bold.ph-handshake:before{content:"\e582"}.ph-bold.ph-hard-drive:before{content:"\e29e"}.ph-bold.ph-hard-drives:before{content:"\e2a0"}.ph-bold.ph-hard-hat:before{content:"\ed46"}.ph-bold.ph-hash:before{content:"\e2a2"}.ph-bold.ph-hash-straight:before{content:"\e2a4"}.ph-bold.ph-head-circuit:before{content:"\e7d4"}.ph-bold.ph-headlights:before{content:"\e6fe"}.ph-bold.ph-headphones:before{content:"\e2a6"}.ph-bold.ph-headset:before{content:"\e584"}.ph-bold.ph-heart:before{content:"\e2a8"}.ph-bold.ph-heart-break:before{content:"\ebe8"}.ph-bold.ph-heart-half:before{content:"\ec48"}.ph-bold.ph-heart-straight:before{content:"\e2aa"}.ph-bold.ph-heart-straight-break:before{content:"\eb98"}.ph-bold.ph-heartbeat:before{content:"\e2ac"}.ph-bold.ph-hexagon:before{content:"\e2ae"}.ph-bold.ph-high-definition:before{content:"\ea8e"}.ph-bold.ph-high-heel:before{content:"\e8e8"}.ph-bold.ph-highlighter:before{content:"\ec76"}.ph-bold.ph-highlighter-circle:before{content:"\e632"}.ph-bold.ph-hockey:before{content:"\ec86"}.ph-bold.ph-hoodie:before{content:"\ecd0"}.ph-bold.ph-horse:before{content:"\e2b0"}.ph-bold.ph-hospital:before{content:"\e844"}.ph-bold.ph-hourglass:before{content:"\e2b2"}.ph-bold.ph-hourglass-high:before{content:"\e2b4"}.ph-bold.ph-hourglass-low:before{content:"\e2b6"}.ph-bold.ph-hourglass-medium:before{content:"\e2b8"}.ph-bold.ph-hourglass-simple:before{content:"\e2ba"}.ph-bold.ph-hourglass-simple-high:before{content:"\e2bc"}.ph-bold.ph-hourglass-simple-low:before{content:"\e2be"}.ph-bold.ph-hourglass-simple-medium:before{content:"\e2c0"}.ph-bold.ph-house:before{content:"\e2c2"}.ph-bold.ph-house-line:before{content:"\e2c4"}.ph-bold.ph-house-simple:before{content:"\e2c6"}.ph-bold.ph-hurricane:before{content:"\e88e"}.ph-bold.ph-ice-cream:before{content:"\e804"}.ph-bold.ph-identification-badge:before{content:"\e6f6"}.ph-bold.ph-identification-card:before{content:"\e2c8"}.ph-bold.ph-image:before{content:"\e2ca"}.ph-bold.ph-image-broken:before{content:"\e7a8"}.ph-bold.ph-image-square:before{content:"\e2cc"}.ph-bold.ph-images:before{content:"\e836"}.ph-bold.ph-images-square:before{content:"\e834"}.ph-bold.ph-infinity:before{content:"\e634"}.ph-bold.ph-lemniscate:before{content:"\e634"}.ph-bold.ph-info:before{content:"\e2ce"}.ph-bold.ph-instagram-logo:before{content:"\e2d0"}.ph-bold.ph-intersect:before{content:"\e2d2"}.ph-bold.ph-intersect-square:before{content:"\e87a"}.ph-bold.ph-intersect-three:before{content:"\ecc4"}.ph-bold.ph-intersection:before{content:"\edba"}.ph-bold.ph-invoice:before{content:"\ee42"}.ph-bold.ph-island:before{content:"\ee06"}.ph-bold.ph-jar:before{content:"\e7e0"}.ph-bold.ph-jar-label:before{content:"\e7e1"}.ph-bold.ph-jeep:before{content:"\e2d4"}.ph-bold.ph-joystick:before{content:"\ea5e"}.ph-bold.ph-kanban:before{content:"\eb54"}.ph-bold.ph-key:before{content:"\e2d6"}.ph-bold.ph-key-return:before{content:"\e782"}.ph-bold.ph-keyboard:before{content:"\e2d8"}.ph-bold.ph-keyhole:before{content:"\ea78"}.ph-bold.ph-knife:before{content:"\e636"}.ph-bold.ph-ladder:before{content:"\e9e4"}.ph-bold.ph-ladder-simple:before{content:"\ec26"}.ph-bold.ph-lamp:before{content:"\e638"}.ph-bold.ph-lamp-pendant:before{content:"\ee2e"}.ph-bold.ph-laptop:before{content:"\e586"}.ph-bold.ph-lasso:before{content:"\edc6"}.ph-bold.ph-lastfm-logo:before{content:"\e842"}.ph-bold.ph-layout:before{content:"\e6d6"}.ph-bold.ph-leaf:before{content:"\e2da"}.ph-bold.ph-lectern:before{content:"\e95a"}.ph-bold.ph-lego:before{content:"\e8c6"}.ph-bold.ph-lego-smiley:before{content:"\e8c7"}.ph-bold.ph-less-than:before{content:"\edac"}.ph-bold.ph-less-than-or-equal:before{content:"\eda4"}.ph-bold.ph-letter-circle-h:before{content:"\ebf8"}.ph-bold.ph-letter-circle-p:before{content:"\ec08"}.ph-bold.ph-letter-circle-v:before{content:"\ec14"}.ph-bold.ph-lifebuoy:before{content:"\e63a"}.ph-bold.ph-lightbulb:before{content:"\e2dc"}.ph-bold.ph-lightbulb-filament:before{content:"\e63c"}.ph-bold.ph-lighthouse:before{content:"\e9f6"}.ph-bold.ph-lightning:before{content:"\e2de"}.ph-bold.ph-lightning-a:before{content:"\ea84"}.ph-bold.ph-lightning-slash:before{content:"\e2e0"}.ph-bold.ph-line-segment:before{content:"\e6d2"}.ph-bold.ph-line-segments:before{content:"\e6d4"}.ph-bold.ph-line-vertical:before{content:"\ed70"}.ph-bold.ph-link:before{content:"\e2e2"}.ph-bold.ph-link-break:before{content:"\e2e4"}.ph-bold.ph-link-simple:before{content:"\e2e6"}.ph-bold.ph-link-simple-break:before{content:"\e2e8"}.ph-bold.ph-link-simple-horizontal:before{content:"\e2ea"}.ph-bold.ph-link-simple-horizontal-break:before{content:"\e2ec"}.ph-bold.ph-linkedin-logo:before{content:"\e2ee"}.ph-bold.ph-linktree-logo:before{content:"\edee"}.ph-bold.ph-linux-logo:before{content:"\eb02"}.ph-bold.ph-list:before{content:"\e2f0"}.ph-bold.ph-list-bullets:before{content:"\e2f2"}.ph-bold.ph-list-checks:before{content:"\eadc"}.ph-bold.ph-list-dashes:before{content:"\e2f4"}.ph-bold.ph-list-heart:before{content:"\ebde"}.ph-bold.ph-list-magnifying-glass:before{content:"\ebe0"}.ph-bold.ph-list-numbers:before{content:"\e2f6"}.ph-bold.ph-list-plus:before{content:"\e2f8"}.ph-bold.ph-list-star:before{content:"\ebdc"}.ph-bold.ph-lock:before{content:"\e2fa"}.ph-bold.ph-lock-key:before{content:"\e2fe"}.ph-bold.ph-lock-key-open:before{content:"\e300"}.ph-bold.ph-lock-laminated:before{content:"\e302"}.ph-bold.ph-lock-laminated-open:before{content:"\e304"}.ph-bold.ph-lock-open:before{content:"\e306"}.ph-bold.ph-lock-simple:before{content:"\e308"}.ph-bold.ph-lock-simple-open:before{content:"\e30a"}.ph-bold.ph-lockers:before{content:"\ecb8"}.ph-bold.ph-log:before{content:"\ed82"}.ph-bold.ph-magic-wand:before{content:"\e6b6"}.ph-bold.ph-magnet:before{content:"\e680"}.ph-bold.ph-magnet-straight:before{content:"\e682"}.ph-bold.ph-magnifying-glass:before{content:"\e30c"}.ph-bold.ph-magnifying-glass-minus:before{content:"\e30e"}.ph-bold.ph-magnifying-glass-plus:before{content:"\e310"}.ph-bold.ph-mailbox:before{content:"\ec1e"}.ph-bold.ph-map-pin:before{content:"\e316"}.ph-bold.ph-map-pin-area:before{content:"\ee3a"}.ph-bold.ph-map-pin-line:before{content:"\e318"}.ph-bold.ph-map-pin-plus:before{content:"\e314"}.ph-bold.ph-map-pin-simple:before{content:"\ee3e"}.ph-bold.ph-map-pin-simple-area:before{content:"\ee3c"}.ph-bold.ph-map-pin-simple-line:before{content:"\ee38"}.ph-bold.ph-map-trifold:before{content:"\e31a"}.ph-bold.ph-markdown-logo:before{content:"\e508"}.ph-bold.ph-marker-circle:before{content:"\e640"}.ph-bold.ph-martini:before{content:"\e31c"}.ph-bold.ph-mask-happy:before{content:"\e9f4"}.ph-bold.ph-mask-sad:before{content:"\eb9e"}.ph-bold.ph-mastodon-logo:before{content:"\ed68"}.ph-bold.ph-math-operations:before{content:"\e31e"}.ph-bold.ph-matrix-logo:before{content:"\ed64"}.ph-bold.ph-medal:before{content:"\e320"}.ph-bold.ph-medal-military:before{content:"\ecfc"}.ph-bold.ph-medium-logo:before{content:"\e322"}.ph-bold.ph-megaphone:before{content:"\e324"}.ph-bold.ph-megaphone-simple:before{content:"\e642"}.ph-bold.ph-member-of:before{content:"\edc2"}.ph-bold.ph-memory:before{content:"\e9c4"}.ph-bold.ph-messenger-logo:before{content:"\e6d8"}.ph-bold.ph-meta-logo:before{content:"\ed02"}.ph-bold.ph-meteor:before{content:"\e9ba"}.ph-bold.ph-metronome:before{content:"\ec8e"}.ph-bold.ph-microphone:before{content:"\e326"}.ph-bold.ph-microphone-slash:before{content:"\e328"}.ph-bold.ph-microphone-stage:before{content:"\e75c"}.ph-bold.ph-microscope:before{content:"\ec7a"}.ph-bold.ph-microsoft-excel-logo:before{content:"\eb6c"}.ph-bold.ph-microsoft-outlook-logo:before{content:"\eb70"}.ph-bold.ph-microsoft-powerpoint-logo:before{content:"\eace"}.ph-bold.ph-microsoft-teams-logo:before{content:"\eb66"}.ph-bold.ph-microsoft-word-logo:before{content:"\eb6a"}.ph-bold.ph-minus:before{content:"\e32a"}.ph-bold.ph-minus-circle:before{content:"\e32c"}.ph-bold.ph-minus-square:before{content:"\ed4c"}.ph-bold.ph-money:before{content:"\e588"}.ph-bold.ph-money-wavy:before{content:"\ee68"}.ph-bold.ph-monitor:before{content:"\e32e"}.ph-bold.ph-monitor-arrow-up:before{content:"\e58a"}.ph-bold.ph-monitor-play:before{content:"\e58c"}.ph-bold.ph-moon:before{content:"\e330"}.ph-bold.ph-moon-stars:before{content:"\e58e"}.ph-bold.ph-moped:before{content:"\e824"}.ph-bold.ph-moped-front:before{content:"\e822"}.ph-bold.ph-mosque:before{content:"\ecee"}.ph-bold.ph-motorcycle:before{content:"\e80a"}.ph-bold.ph-mountains:before{content:"\e7ae"}.ph-bold.ph-mouse:before{content:"\e33a"}.ph-bold.ph-mouse-left-click:before{content:"\e334"}.ph-bold.ph-mouse-middle-click:before{content:"\e338"}.ph-bold.ph-mouse-right-click:before{content:"\e336"}.ph-bold.ph-mouse-scroll:before{content:"\e332"}.ph-bold.ph-mouse-simple:before{content:"\e644"}.ph-bold.ph-music-note:before{content:"\e33c"}.ph-bold.ph-music-note-simple:before{content:"\e33e"}.ph-bold.ph-music-notes:before{content:"\e340"}.ph-bold.ph-music-notes-minus:before{content:"\ee0c"}.ph-bold.ph-music-notes-plus:before{content:"\eb7c"}.ph-bold.ph-music-notes-simple:before{content:"\e342"}.ph-bold.ph-navigation-arrow:before{content:"\eade"}.ph-bold.ph-needle:before{content:"\e82e"}.ph-bold.ph-network:before{content:"\edde"}.ph-bold.ph-network-slash:before{content:"\eddc"}.ph-bold.ph-network-x:before{content:"\edda"}.ph-bold.ph-newspaper:before{content:"\e344"}.ph-bold.ph-newspaper-clipping:before{content:"\e346"}.ph-bold.ph-not-equals:before{content:"\eda6"}.ph-bold.ph-not-member-of:before{content:"\edae"}.ph-bold.ph-not-subset-of:before{content:"\edb0"}.ph-bold.ph-not-superset-of:before{content:"\edb2"}.ph-bold.ph-notches:before{content:"\ed3a"}.ph-bold.ph-note:before{content:"\e348"}.ph-bold.ph-note-blank:before{content:"\e34a"}.ph-bold.ph-note-pencil:before{content:"\e34c"}.ph-bold.ph-notebook:before{content:"\e34e"}.ph-bold.ph-notepad:before{content:"\e63e"}.ph-bold.ph-notification:before{content:"\e6fa"}.ph-bold.ph-notion-logo:before{content:"\e9a0"}.ph-bold.ph-nuclear-plant:before{content:"\ed7c"}.ph-bold.ph-number-circle-eight:before{content:"\e352"}.ph-bold.ph-number-circle-five:before{content:"\e358"}.ph-bold.ph-number-circle-four:before{content:"\e35e"}.ph-bold.ph-number-circle-nine:before{content:"\e364"}.ph-bold.ph-number-circle-one:before{content:"\e36a"}.ph-bold.ph-number-circle-seven:before{content:"\e370"}.ph-bold.ph-number-circle-six:before{content:"\e376"}.ph-bold.ph-number-circle-three:before{content:"\e37c"}.ph-bold.ph-number-circle-two:before{content:"\e382"}.ph-bold.ph-number-circle-zero:before{content:"\e388"}.ph-bold.ph-number-eight:before{content:"\e350"}.ph-bold.ph-number-five:before{content:"\e356"}.ph-bold.ph-number-four:before{content:"\e35c"}.ph-bold.ph-number-nine:before{content:"\e362"}.ph-bold.ph-number-one:before{content:"\e368"}.ph-bold.ph-number-seven:before{content:"\e36e"}.ph-bold.ph-number-six:before{content:"\e374"}.ph-bold.ph-number-square-eight:before{content:"\e354"}.ph-bold.ph-number-square-five:before{content:"\e35a"}.ph-bold.ph-number-square-four:before{content:"\e360"}.ph-bold.ph-number-square-nine:before{content:"\e366"}.ph-bold.ph-number-square-one:before{content:"\e36c"}.ph-bold.ph-number-square-seven:before{content:"\e372"}.ph-bold.ph-number-square-six:before{content:"\e378"}.ph-bold.ph-number-square-three:before{content:"\e37e"}.ph-bold.ph-number-square-two:before{content:"\e384"}.ph-bold.ph-number-square-zero:before{content:"\e38a"}.ph-bold.ph-number-three:before{content:"\e37a"}.ph-bold.ph-number-two:before{content:"\e380"}.ph-bold.ph-number-zero:before{content:"\e386"}.ph-bold.ph-numpad:before{content:"\e3c8"}.ph-bold.ph-nut:before{content:"\e38c"}.ph-bold.ph-ny-times-logo:before{content:"\e646"}.ph-bold.ph-octagon:before{content:"\e38e"}.ph-bold.ph-office-chair:before{content:"\ea46"}.ph-bold.ph-onigiri:before{content:"\ee2c"}.ph-bold.ph-open-ai-logo:before{content:"\e7d2"}.ph-bold.ph-option:before{content:"\e8a8"}.ph-bold.ph-orange:before{content:"\ee40"}.ph-bold.ph-orange-slice:before{content:"\ed36"}.ph-bold.ph-oven:before{content:"\ed8c"}.ph-bold.ph-package:before{content:"\e390"}.ph-bold.ph-paint-brush:before{content:"\e6f0"}.ph-bold.ph-paint-brush-broad:before{content:"\e590"}.ph-bold.ph-paint-brush-household:before{content:"\e6f2"}.ph-bold.ph-paint-bucket:before{content:"\e392"}.ph-bold.ph-paint-roller:before{content:"\e6f4"}.ph-bold.ph-palette:before{content:"\e6c8"}.ph-bold.ph-panorama:before{content:"\eaa2"}.ph-bold.ph-pants:before{content:"\ec88"}.ph-bold.ph-paper-plane:before{content:"\e394"}.ph-bold.ph-paper-plane-right:before{content:"\e396"}.ph-bold.ph-paper-plane-tilt:before{content:"\e398"}.ph-bold.ph-paperclip:before{content:"\e39a"}.ph-bold.ph-paperclip-horizontal:before{content:"\e592"}.ph-bold.ph-parachute:before{content:"\ea7c"}.ph-bold.ph-paragraph:before{content:"\e960"}.ph-bold.ph-parallelogram:before{content:"\ecc6"}.ph-bold.ph-park:before{content:"\ecb2"}.ph-bold.ph-password:before{content:"\e752"}.ph-bold.ph-path:before{content:"\e39c"}.ph-bold.ph-patreon-logo:before{content:"\e98a"}.ph-bold.ph-pause:before{content:"\e39e"}.ph-bold.ph-pause-circle:before{content:"\e3a0"}.ph-bold.ph-paw-print:before{content:"\e648"}.ph-bold.ph-paypal-logo:before{content:"\e98c"}.ph-bold.ph-peace:before{content:"\e3a2"}.ph-bold.ph-pen:before{content:"\e3aa"}.ph-bold.ph-pen-nib:before{content:"\e3ac"}.ph-bold.ph-pen-nib-straight:before{content:"\e64a"}.ph-bold.ph-pencil:before{content:"\e3ae"}.ph-bold.ph-pencil-circle:before{content:"\e3b0"}.ph-bold.ph-pencil-line:before{content:"\e3b2"}.ph-bold.ph-pencil-ruler:before{content:"\e906"}.ph-bold.ph-pencil-simple:before{content:"\e3b4"}.ph-bold.ph-pencil-simple-line:before{content:"\ebc6"}.ph-bold.ph-pencil-simple-slash:before{content:"\ecf6"}.ph-bold.ph-pencil-slash:before{content:"\ecf8"}.ph-bold.ph-pentagon:before{content:"\ec7e"}.ph-bold.ph-pentagram:before{content:"\ec5c"}.ph-bold.ph-pepper:before{content:"\e94a"}.ph-bold.ph-percent:before{content:"\e3b6"}.ph-bold.ph-person:before{content:"\e3a8"}.ph-bold.ph-person-arms-spread:before{content:"\ecfe"}.ph-bold.ph-person-simple:before{content:"\e72e"}.ph-bold.ph-person-simple-bike:before{content:"\e734"}.ph-bold.ph-person-simple-circle:before{content:"\ee58"}.ph-bold.ph-person-simple-hike:before{content:"\ed54"}.ph-bold.ph-person-simple-run:before{content:"\e730"}.ph-bold.ph-person-simple-ski:before{content:"\e71c"}.ph-bold.ph-person-simple-snowboard:before{content:"\e71e"}.ph-bold.ph-person-simple-swim:before{content:"\e736"}.ph-bold.ph-person-simple-tai-chi:before{content:"\ed5c"}.ph-bold.ph-person-simple-throw:before{content:"\e732"}.ph-bold.ph-person-simple-walk:before{content:"\e73a"}.ph-bold.ph-perspective:before{content:"\ebe6"}.ph-bold.ph-phone:before{content:"\e3b8"}.ph-bold.ph-phone-call:before{content:"\e3ba"}.ph-bold.ph-phone-disconnect:before{content:"\e3bc"}.ph-bold.ph-phone-incoming:before{content:"\e3be"}.ph-bold.ph-phone-list:before{content:"\e3cc"}.ph-bold.ph-phone-outgoing:before{content:"\e3c0"}.ph-bold.ph-phone-pause:before{content:"\e3ca"}.ph-bold.ph-phone-plus:before{content:"\ec56"}.ph-bold.ph-phone-slash:before{content:"\e3c2"}.ph-bold.ph-phone-transfer:before{content:"\e3c6"}.ph-bold.ph-phone-x:before{content:"\e3c4"}.ph-bold.ph-phosphor-logo:before{content:"\e3ce"}.ph-bold.ph-pi:before{content:"\ec80"}.ph-bold.ph-piano-keys:before{content:"\e9c8"}.ph-bold.ph-picnic-table:before{content:"\ee26"}.ph-bold.ph-picture-in-picture:before{content:"\e64c"}.ph-bold.ph-piggy-bank:before{content:"\ea04"}.ph-bold.ph-pill:before{content:"\e700"}.ph-bold.ph-ping-pong:before{content:"\ea42"}.ph-bold.ph-pint-glass:before{content:"\edd0"}.ph-bold.ph-pinterest-logo:before{content:"\e64e"}.ph-bold.ph-pinwheel:before{content:"\eb9c"}.ph-bold.ph-pipe:before{content:"\ed86"}.ph-bold.ph-pipe-wrench:before{content:"\ed88"}.ph-bold.ph-pix-logo:before{content:"\ecc2"}.ph-bold.ph-pizza:before{content:"\e796"}.ph-bold.ph-placeholder:before{content:"\e650"}.ph-bold.ph-planet:before{content:"\e652"}.ph-bold.ph-plant:before{content:"\ebae"}.ph-bold.ph-play:before{content:"\e3d0"}.ph-bold.ph-play-circle:before{content:"\e3d2"}.ph-bold.ph-play-pause:before{content:"\e8be"}.ph-bold.ph-playlist:before{content:"\e6aa"}.ph-bold.ph-plug:before{content:"\e946"}.ph-bold.ph-plug-charging:before{content:"\eb5c"}.ph-bold.ph-plugs:before{content:"\eb56"}.ph-bold.ph-plugs-connected:before{content:"\eb5a"}.ph-bold.ph-plus:before{content:"\e3d4"}.ph-bold.ph-plus-circle:before{content:"\e3d6"}.ph-bold.ph-plus-minus:before{content:"\e3d8"}.ph-bold.ph-plus-square:before{content:"\ed4a"}.ph-bold.ph-poker-chip:before{content:"\e594"}.ph-bold.ph-police-car:before{content:"\ec4a"}.ph-bold.ph-polygon:before{content:"\e6d0"}.ph-bold.ph-popcorn:before{content:"\eb4e"}.ph-bold.ph-popsicle:before{content:"\ebbe"}.ph-bold.ph-potted-plant:before{content:"\ec22"}.ph-bold.ph-power:before{content:"\e3da"}.ph-bold.ph-prescription:before{content:"\e7a2"}.ph-bold.ph-presentation:before{content:"\e654"}.ph-bold.ph-presentation-chart:before{content:"\e656"}.ph-bold.ph-printer:before{content:"\e3dc"}.ph-bold.ph-prohibit:before{content:"\e3de"}.ph-bold.ph-prohibit-inset:before{content:"\e3e0"}.ph-bold.ph-projector-screen:before{content:"\e658"}.ph-bold.ph-projector-screen-chart:before{content:"\e65a"}.ph-bold.ph-pulse:before{content:"\e000"}.ph-bold.ph-activity:before{content:"\e000"}.ph-bold.ph-push-pin:before{content:"\e3e2"}.ph-bold.ph-push-pin-simple:before{content:"\e65c"}.ph-bold.ph-push-pin-simple-slash:before{content:"\e65e"}.ph-bold.ph-push-pin-slash:before{content:"\e3e4"}.ph-bold.ph-puzzle-piece:before{content:"\e596"}.ph-bold.ph-qr-code:before{content:"\e3e6"}.ph-bold.ph-question:before{content:"\e3e8"}.ph-bold.ph-question-mark:before{content:"\e3e9"}.ph-bold.ph-queue:before{content:"\e6ac"}.ph-bold.ph-quotes:before{content:"\e660"}.ph-bold.ph-rabbit:before{content:"\eac2"}.ph-bold.ph-racquet:before{content:"\ee02"}.ph-bold.ph-radical:before{content:"\e3ea"}.ph-bold.ph-radio:before{content:"\e77e"}.ph-bold.ph-radio-button:before{content:"\eb08"}.ph-bold.ph-radioactive:before{content:"\e9dc"}.ph-bold.ph-rainbow:before{content:"\e598"}.ph-bold.ph-rainbow-cloud:before{content:"\e59a"}.ph-bold.ph-ranking:before{content:"\ed62"}.ph-bold.ph-read-cv-logo:before{content:"\ed0c"}.ph-bold.ph-receipt:before{content:"\e3ec"}.ph-bold.ph-receipt-x:before{content:"\ed40"}.ph-bold.ph-record:before{content:"\e3ee"}.ph-bold.ph-rectangle:before{content:"\e3f0"}.ph-bold.ph-rectangle-dashed:before{content:"\e3f2"}.ph-bold.ph-recycle:before{content:"\e75a"}.ph-bold.ph-reddit-logo:before{content:"\e59c"}.ph-bold.ph-repeat:before{content:"\e3f6"}.ph-bold.ph-repeat-once:before{content:"\e3f8"}.ph-bold.ph-replit-logo:before{content:"\eb8a"}.ph-bold.ph-resize:before{content:"\ed6e"}.ph-bold.ph-rewind:before{content:"\e6a8"}.ph-bold.ph-rewind-circle:before{content:"\e3fa"}.ph-bold.ph-road-horizon:before{content:"\e838"}.ph-bold.ph-robot:before{content:"\e762"}.ph-bold.ph-rocket:before{content:"\e3fc"}.ph-bold.ph-rocket-launch:before{content:"\e3fe"}.ph-bold.ph-rows:before{content:"\e5a2"}.ph-bold.ph-rows-plus-bottom:before{content:"\e59e"}.ph-bold.ph-rows-plus-top:before{content:"\e5a0"}.ph-bold.ph-rss:before{content:"\e400"}.ph-bold.ph-rss-simple:before{content:"\e402"}.ph-bold.ph-rug:before{content:"\ea1a"}.ph-bold.ph-ruler:before{content:"\e6b8"}.ph-bold.ph-sailboat:before{content:"\e78a"}.ph-bold.ph-scales:before{content:"\e750"}.ph-bold.ph-scan:before{content:"\ebb6"}.ph-bold.ph-scan-smiley:before{content:"\ebb4"}.ph-bold.ph-scissors:before{content:"\eae0"}.ph-bold.ph-scooter:before{content:"\e820"}.ph-bold.ph-screencast:before{content:"\e404"}.ph-bold.ph-screwdriver:before{content:"\e86e"}.ph-bold.ph-scribble:before{content:"\e806"}.ph-bold.ph-scribble-loop:before{content:"\e662"}.ph-bold.ph-scroll:before{content:"\eb7a"}.ph-bold.ph-seal:before{content:"\e604"}.ph-bold.ph-circle-wavy:before{content:"\e604"}.ph-bold.ph-seal-check:before{content:"\e606"}.ph-bold.ph-circle-wavy-check:before{content:"\e606"}.ph-bold.ph-seal-percent:before{content:"\e60a"}.ph-bold.ph-seal-question:before{content:"\e608"}.ph-bold.ph-circle-wavy-question:before{content:"\e608"}.ph-bold.ph-seal-warning:before{content:"\e60c"}.ph-bold.ph-circle-wavy-warning:before{content:"\e60c"}.ph-bold.ph-seat:before{content:"\eb8e"}.ph-bold.ph-seatbelt:before{content:"\edfe"}.ph-bold.ph-security-camera:before{content:"\eca4"}.ph-bold.ph-selection:before{content:"\e69a"}.ph-bold.ph-selection-all:before{content:"\e746"}.ph-bold.ph-selection-background:before{content:"\eaf8"}.ph-bold.ph-selection-foreground:before{content:"\eaf6"}.ph-bold.ph-selection-inverse:before{content:"\e744"}.ph-bold.ph-selection-plus:before{content:"\e69c"}.ph-bold.ph-selection-slash:before{content:"\e69e"}.ph-bold.ph-shapes:before{content:"\ec5e"}.ph-bold.ph-share:before{content:"\e406"}.ph-bold.ph-share-fat:before{content:"\ed52"}.ph-bold.ph-share-network:before{content:"\e408"}.ph-bold.ph-shield:before{content:"\e40a"}.ph-bold.ph-shield-check:before{content:"\e40c"}.ph-bold.ph-shield-checkered:before{content:"\e708"}.ph-bold.ph-shield-chevron:before{content:"\e40e"}.ph-bold.ph-shield-plus:before{content:"\e706"}.ph-bold.ph-shield-slash:before{content:"\e410"}.ph-bold.ph-shield-star:before{content:"\ec34"}.ph-bold.ph-shield-warning:before{content:"\e412"}.ph-bold.ph-shipping-container:before{content:"\e78c"}.ph-bold.ph-shirt-folded:before{content:"\ea92"}.ph-bold.ph-shooting-star:before{content:"\ecfa"}.ph-bold.ph-shopping-bag:before{content:"\e416"}.ph-bold.ph-shopping-bag-open:before{content:"\e418"}.ph-bold.ph-shopping-cart:before{content:"\e41e"}.ph-bold.ph-shopping-cart-simple:before{content:"\e420"}.ph-bold.ph-shovel:before{content:"\e9e6"}.ph-bold.ph-shower:before{content:"\e776"}.ph-bold.ph-shrimp:before{content:"\eab4"}.ph-bold.ph-shuffle:before{content:"\e422"}.ph-bold.ph-shuffle-angular:before{content:"\e424"}.ph-bold.ph-shuffle-simple:before{content:"\e426"}.ph-bold.ph-sidebar:before{content:"\eab6"}.ph-bold.ph-sidebar-simple:before{content:"\ec24"}.ph-bold.ph-sigma:before{content:"\eab8"}.ph-bold.ph-sign-in:before{content:"\e428"}.ph-bold.ph-sign-out:before{content:"\e42a"}.ph-bold.ph-signature:before{content:"\ebac"}.ph-bold.ph-signpost:before{content:"\e89c"}.ph-bold.ph-sim-card:before{content:"\e664"}.ph-bold.ph-siren:before{content:"\e9b8"}.ph-bold.ph-sketch-logo:before{content:"\e42c"}.ph-bold.ph-skip-back:before{content:"\e5a4"}.ph-bold.ph-skip-back-circle:before{content:"\e42e"}.ph-bold.ph-skip-forward:before{content:"\e5a6"}.ph-bold.ph-skip-forward-circle:before{content:"\e430"}.ph-bold.ph-skull:before{content:"\e916"}.ph-bold.ph-skype-logo:before{content:"\e8dc"}.ph-bold.ph-slack-logo:before{content:"\e5a8"}.ph-bold.ph-sliders:before{content:"\e432"}.ph-bold.ph-sliders-horizontal:before{content:"\e434"}.ph-bold.ph-slideshow:before{content:"\ed32"}.ph-bold.ph-smiley:before{content:"\e436"}.ph-bold.ph-smiley-angry:before{content:"\ec62"}.ph-bold.ph-smiley-blank:before{content:"\e438"}.ph-bold.ph-smiley-meh:before{content:"\e43a"}.ph-bold.ph-smiley-melting:before{content:"\ee56"}.ph-bold.ph-smiley-nervous:before{content:"\e43c"}.ph-bold.ph-smiley-sad:before{content:"\e43e"}.ph-bold.ph-smiley-sticker:before{content:"\e440"}.ph-bold.ph-smiley-wink:before{content:"\e666"}.ph-bold.ph-smiley-x-eyes:before{content:"\e442"}.ph-bold.ph-snapchat-logo:before{content:"\e668"}.ph-bold.ph-sneaker:before{content:"\e80c"}.ph-bold.ph-sneaker-move:before{content:"\ed60"}.ph-bold.ph-snowflake:before{content:"\e5aa"}.ph-bold.ph-soccer-ball:before{content:"\e716"}.ph-bold.ph-sock:before{content:"\ecce"}.ph-bold.ph-solar-panel:before{content:"\ed7a"}.ph-bold.ph-solar-roof:before{content:"\ed7b"}.ph-bold.ph-sort-ascending:before{content:"\e444"}.ph-bold.ph-sort-descending:before{content:"\e446"}.ph-bold.ph-soundcloud-logo:before{content:"\e8de"}.ph-bold.ph-spade:before{content:"\e448"}.ph-bold.ph-sparkle:before{content:"\e6a2"}.ph-bold.ph-speaker-hifi:before{content:"\ea08"}.ph-bold.ph-speaker-high:before{content:"\e44a"}.ph-bold.ph-speaker-low:before{content:"\e44c"}.ph-bold.ph-speaker-none:before{content:"\e44e"}.ph-bold.ph-speaker-simple-high:before{content:"\e450"}.ph-bold.ph-speaker-simple-low:before{content:"\e452"}.ph-bold.ph-speaker-simple-none:before{content:"\e454"}.ph-bold.ph-speaker-simple-slash:before{content:"\e456"}.ph-bold.ph-speaker-simple-x:before{content:"\e458"}.ph-bold.ph-speaker-slash:before{content:"\e45a"}.ph-bold.ph-speaker-x:before{content:"\e45c"}.ph-bold.ph-speedometer:before{content:"\ee74"}.ph-bold.ph-sphere:before{content:"\ee66"}.ph-bold.ph-spinner:before{content:"\e66a"}.ph-bold.ph-spinner-ball:before{content:"\ee28"}.ph-bold.ph-spinner-gap:before{content:"\e66c"}.ph-bold.ph-spiral:before{content:"\e9fa"}.ph-bold.ph-split-horizontal:before{content:"\e872"}.ph-bold.ph-split-vertical:before{content:"\e876"}.ph-bold.ph-spotify-logo:before{content:"\e66e"}.ph-bold.ph-spray-bottle:before{content:"\e7e4"}.ph-bold.ph-square:before{content:"\e45e"}.ph-bold.ph-square-half:before{content:"\e462"}.ph-bold.ph-square-half-bottom:before{content:"\eb16"}.ph-bold.ph-square-logo:before{content:"\e690"}.ph-bold.ph-square-split-horizontal:before{content:"\e870"}.ph-bold.ph-square-split-vertical:before{content:"\e874"}.ph-bold.ph-squares-four:before{content:"\e464"}.ph-bold.ph-stack:before{content:"\e466"}.ph-bold.ph-stack-minus:before{content:"\edf4"}.ph-bold.ph-stack-overflow-logo:before{content:"\eb78"}.ph-bold.ph-stack-plus:before{content:"\edf6"}.ph-bold.ph-stack-simple:before{content:"\e468"}.ph-bold.ph-stairs:before{content:"\e8ec"}.ph-bold.ph-stamp:before{content:"\ea48"}.ph-bold.ph-standard-definition:before{content:"\ea90"}.ph-bold.ph-star:before{content:"\e46a"}.ph-bold.ph-star-and-crescent:before{content:"\ecf4"}.ph-bold.ph-star-four:before{content:"\e6a4"}.ph-bold.ph-star-half:before{content:"\e70a"}.ph-bold.ph-star-of-david:before{content:"\e89e"}.ph-bold.ph-steam-logo:before{content:"\ead4"}.ph-bold.ph-steering-wheel:before{content:"\e9ac"}.ph-bold.ph-steps:before{content:"\ecbe"}.ph-bold.ph-stethoscope:before{content:"\e7ea"}.ph-bold.ph-sticker:before{content:"\e5ac"}.ph-bold.ph-stool:before{content:"\ea44"}.ph-bold.ph-stop:before{content:"\e46c"}.ph-bold.ph-stop-circle:before{content:"\e46e"}.ph-bold.ph-storefront:before{content:"\e470"}.ph-bold.ph-strategy:before{content:"\ea3a"}.ph-bold.ph-stripe-logo:before{content:"\e698"}.ph-bold.ph-student:before{content:"\e73e"}.ph-bold.ph-subset-of:before{content:"\edc0"}.ph-bold.ph-subset-proper-of:before{content:"\edb6"}.ph-bold.ph-subtitles:before{content:"\e1a8"}.ph-bold.ph-subtitles-slash:before{content:"\e1a6"}.ph-bold.ph-subtract:before{content:"\ebd6"}.ph-bold.ph-subtract-square:before{content:"\ebd4"}.ph-bold.ph-subway:before{content:"\e498"}.ph-bold.ph-suitcase:before{content:"\e5ae"}.ph-bold.ph-suitcase-rolling:before{content:"\e9b0"}.ph-bold.ph-suitcase-simple:before{content:"\e5b0"}.ph-bold.ph-sun:before{content:"\e472"}.ph-bold.ph-sun-dim:before{content:"\e474"}.ph-bold.ph-sun-horizon:before{content:"\e5b6"}.ph-bold.ph-sunglasses:before{content:"\e816"}.ph-bold.ph-superset-of:before{content:"\edb8"}.ph-bold.ph-superset-proper-of:before{content:"\edb4"}.ph-bold.ph-swap:before{content:"\e83c"}.ph-bold.ph-swatches:before{content:"\e5b8"}.ph-bold.ph-swimming-pool:before{content:"\ecb6"}.ph-bold.ph-sword:before{content:"\e5ba"}.ph-bold.ph-synagogue:before{content:"\ecec"}.ph-bold.ph-syringe:before{content:"\e968"}.ph-bold.ph-t-shirt:before{content:"\e670"}.ph-bold.ph-table:before{content:"\e476"}.ph-bold.ph-tabs:before{content:"\e778"}.ph-bold.ph-tag:before{content:"\e478"}.ph-bold.ph-tag-chevron:before{content:"\e672"}.ph-bold.ph-tag-simple:before{content:"\e47a"}.ph-bold.ph-target:before{content:"\e47c"}.ph-bold.ph-taxi:before{content:"\e902"}.ph-bold.ph-tea-bag:before{content:"\e8e6"}.ph-bold.ph-telegram-logo:before{content:"\e5bc"}.ph-bold.ph-television:before{content:"\e754"}.ph-bold.ph-television-simple:before{content:"\eae6"}.ph-bold.ph-tennis-ball:before{content:"\e720"}.ph-bold.ph-tent:before{content:"\e8ba"}.ph-bold.ph-terminal:before{content:"\e47e"}.ph-bold.ph-terminal-window:before{content:"\eae8"}.ph-bold.ph-test-tube:before{content:"\e7a0"}.ph-bold.ph-text-a-underline:before{content:"\ed34"}.ph-bold.ph-text-aa:before{content:"\e6ee"}.ph-bold.ph-text-align-center:before{content:"\e480"}.ph-bold.ph-text-align-justify:before{content:"\e482"}.ph-bold.ph-text-align-left:before{content:"\e484"}.ph-bold.ph-text-align-right:before{content:"\e486"}.ph-bold.ph-text-b:before{content:"\e5be"}.ph-bold.ph-text-bolder:before{content:"\e5be"}.ph-bold.ph-text-columns:before{content:"\ec96"}.ph-bold.ph-text-h:before{content:"\e6ba"}.ph-bold.ph-text-h-five:before{content:"\e6c4"}.ph-bold.ph-text-h-four:before{content:"\e6c2"}.ph-bold.ph-text-h-one:before{content:"\e6bc"}.ph-bold.ph-text-h-six:before{content:"\e6c6"}.ph-bold.ph-text-h-three:before{content:"\e6c0"}.ph-bold.ph-text-h-two:before{content:"\e6be"}.ph-bold.ph-text-indent:before{content:"\ea1e"}.ph-bold.ph-text-italic:before{content:"\e5c0"}.ph-bold.ph-text-outdent:before{content:"\ea1c"}.ph-bold.ph-text-strikethrough:before{content:"\e5c2"}.ph-bold.ph-text-subscript:before{content:"\ec98"}.ph-bold.ph-text-superscript:before{content:"\ec9a"}.ph-bold.ph-text-t:before{content:"\e48a"}.ph-bold.ph-text-t-slash:before{content:"\e488"}.ph-bold.ph-text-underline:before{content:"\e5c4"}.ph-bold.ph-textbox:before{content:"\eb0a"}.ph-bold.ph-thermometer:before{content:"\e5c6"}.ph-bold.ph-thermometer-cold:before{content:"\e5c8"}.ph-bold.ph-thermometer-hot:before{content:"\e5ca"}.ph-bold.ph-thermometer-simple:before{content:"\e5cc"}.ph-bold.ph-threads-logo:before{content:"\ed9e"}.ph-bold.ph-three-d:before{content:"\ea5a"}.ph-bold.ph-thumbs-down:before{content:"\e48c"}.ph-bold.ph-thumbs-up:before{content:"\e48e"}.ph-bold.ph-ticket:before{content:"\e490"}.ph-bold.ph-tidal-logo:before{content:"\ed1c"}.ph-bold.ph-tiktok-logo:before{content:"\eaf2"}.ph-bold.ph-tilde:before{content:"\eda8"}.ph-bold.ph-timer:before{content:"\e492"}.ph-bold.ph-tip-jar:before{content:"\e7e2"}.ph-bold.ph-tipi:before{content:"\ed30"}.ph-bold.ph-tire:before{content:"\edd2"}.ph-bold.ph-toggle-left:before{content:"\e674"}.ph-bold.ph-toggle-right:before{content:"\e676"}.ph-bold.ph-toilet:before{content:"\e79a"}.ph-bold.ph-toilet-paper:before{content:"\e79c"}.ph-bold.ph-toolbox:before{content:"\eca0"}.ph-bold.ph-tooth:before{content:"\e9cc"}.ph-bold.ph-tornado:before{content:"\e88c"}.ph-bold.ph-tote:before{content:"\e494"}.ph-bold.ph-tote-simple:before{content:"\e678"}.ph-bold.ph-towel:before{content:"\ede6"}.ph-bold.ph-tractor:before{content:"\ec6e"}.ph-bold.ph-trademark:before{content:"\e9f0"}.ph-bold.ph-trademark-registered:before{content:"\e3f4"}.ph-bold.ph-traffic-cone:before{content:"\e9a8"}.ph-bold.ph-traffic-sign:before{content:"\e67a"}.ph-bold.ph-traffic-signal:before{content:"\e9aa"}.ph-bold.ph-train:before{content:"\e496"}.ph-bold.ph-train-regional:before{content:"\e49e"}.ph-bold.ph-train-simple:before{content:"\e4a0"}.ph-bold.ph-tram:before{content:"\e9ec"}.ph-bold.ph-translate:before{content:"\e4a2"}.ph-bold.ph-trash:before{content:"\e4a6"}.ph-bold.ph-trash-simple:before{content:"\e4a8"}.ph-bold.ph-tray:before{content:"\e4aa"}.ph-bold.ph-tray-arrow-down:before{content:"\e010"}.ph-bold.ph-archive-tray:before{content:"\e010"}.ph-bold.ph-tray-arrow-up:before{content:"\ee52"}.ph-bold.ph-treasure-chest:before{content:"\ede2"}.ph-bold.ph-tree:before{content:"\e6da"}.ph-bold.ph-tree-evergreen:before{content:"\e6dc"}.ph-bold.ph-tree-palm:before{content:"\e91a"}.ph-bold.ph-tree-structure:before{content:"\e67c"}.ph-bold.ph-tree-view:before{content:"\ee48"}.ph-bold.ph-trend-down:before{content:"\e4ac"}.ph-bold.ph-trend-up:before{content:"\e4ae"}.ph-bold.ph-triangle:before{content:"\e4b0"}.ph-bold.ph-triangle-dashed:before{content:"\e4b2"}.ph-bold.ph-trolley:before{content:"\e5b2"}.ph-bold.ph-trolley-suitcase:before{content:"\e5b4"}.ph-bold.ph-trophy:before{content:"\e67e"}.ph-bold.ph-truck:before{content:"\e4b4"}.ph-bold.ph-truck-trailer:before{content:"\e4b6"}.ph-bold.ph-tumblr-logo:before{content:"\e8d4"}.ph-bold.ph-twitch-logo:before{content:"\e5ce"}.ph-bold.ph-twitter-logo:before{content:"\e4ba"}.ph-bold.ph-umbrella:before{content:"\e684"}.ph-bold.ph-umbrella-simple:before{content:"\e686"}.ph-bold.ph-union:before{content:"\edbe"}.ph-bold.ph-unite:before{content:"\e87e"}.ph-bold.ph-unite-square:before{content:"\e878"}.ph-bold.ph-upload:before{content:"\e4be"}.ph-bold.ph-upload-simple:before{content:"\e4c0"}.ph-bold.ph-usb:before{content:"\e956"}.ph-bold.ph-user:before{content:"\e4c2"}.ph-bold.ph-user-check:before{content:"\eafa"}.ph-bold.ph-user-circle:before{content:"\e4c4"}.ph-bold.ph-user-circle-check:before{content:"\ec38"}.ph-bold.ph-user-circle-dashed:before{content:"\ec36"}.ph-bold.ph-user-circle-gear:before{content:"\e4c6"}.ph-bold.ph-user-circle-minus:before{content:"\e4c8"}.ph-bold.ph-user-circle-plus:before{content:"\e4ca"}.ph-bold.ph-user-focus:before{content:"\e6fc"}.ph-bold.ph-user-gear:before{content:"\e4cc"}.ph-bold.ph-user-list:before{content:"\e73c"}.ph-bold.ph-user-minus:before{content:"\e4ce"}.ph-bold.ph-user-plus:before{content:"\e4d0"}.ph-bold.ph-user-rectangle:before{content:"\e4d2"}.ph-bold.ph-user-sound:before{content:"\eca8"}.ph-bold.ph-user-square:before{content:"\e4d4"}.ph-bold.ph-user-switch:before{content:"\e756"}.ph-bold.ph-users:before{content:"\e4d6"}.ph-bold.ph-users-four:before{content:"\e68c"}.ph-bold.ph-users-three:before{content:"\e68e"}.ph-bold.ph-van:before{content:"\e826"}.ph-bold.ph-vault:before{content:"\e76e"}.ph-bold.ph-vector-three:before{content:"\ee62"}.ph-bold.ph-vector-two:before{content:"\ee64"}.ph-bold.ph-vibrate:before{content:"\e4d8"}.ph-bold.ph-video:before{content:"\e740"}.ph-bold.ph-video-camera:before{content:"\e4da"}.ph-bold.ph-video-camera-slash:before{content:"\e4dc"}.ph-bold.ph-video-conference:before{content:"\edce"}.ph-bold.ph-vignette:before{content:"\eba2"}.ph-bold.ph-vinyl-record:before{content:"\ecac"}.ph-bold.ph-virtual-reality:before{content:"\e7b8"}.ph-bold.ph-virus:before{content:"\e7d6"}.ph-bold.ph-visor:before{content:"\ee2a"}.ph-bold.ph-voicemail:before{content:"\e4de"}.ph-bold.ph-volleyball:before{content:"\e726"}.ph-bold.ph-wall:before{content:"\e688"}.ph-bold.ph-wallet:before{content:"\e68a"}.ph-bold.ph-warehouse:before{content:"\ecd4"}.ph-bold.ph-warning:before{content:"\e4e0"}.ph-bold.ph-warning-circle:before{content:"\e4e2"}.ph-bold.ph-warning-diamond:before{content:"\e7fc"}.ph-bold.ph-warning-octagon:before{content:"\e4e4"}.ph-bold.ph-washing-machine:before{content:"\ede8"}.ph-bold.ph-watch:before{content:"\e4e6"}.ph-bold.ph-wave-sawtooth:before{content:"\ea9c"}.ph-bold.ph-wave-sine:before{content:"\ea9a"}.ph-bold.ph-wave-square:before{content:"\ea9e"}.ph-bold.ph-wave-triangle:before{content:"\eaa0"}.ph-bold.ph-waveform:before{content:"\e802"}.ph-bold.ph-waveform-slash:before{content:"\e800"}.ph-bold.ph-waves:before{content:"\e6de"}.ph-bold.ph-webcam:before{content:"\e9b2"}.ph-bold.ph-webcam-slash:before{content:"\ecdc"}.ph-bold.ph-webhooks-logo:before{content:"\ecae"}.ph-bold.ph-wechat-logo:before{content:"\e8d2"}.ph-bold.ph-whatsapp-logo:before{content:"\e5d0"}.ph-bold.ph-wheelchair:before{content:"\e4e8"}.ph-bold.ph-wheelchair-motion:before{content:"\e89a"}.ph-bold.ph-wifi-high:before{content:"\e4ea"}.ph-bold.ph-wifi-low:before{content:"\e4ec"}.ph-bold.ph-wifi-medium:before{content:"\e4ee"}.ph-bold.ph-wifi-none:before{content:"\e4f0"}.ph-bold.ph-wifi-slash:before{content:"\e4f2"}.ph-bold.ph-wifi-x:before{content:"\e4f4"}.ph-bold.ph-wind:before{content:"\e5d2"}.ph-bold.ph-windmill:before{content:"\e9f8"}.ph-bold.ph-windows-logo:before{content:"\e692"}.ph-bold.ph-wine:before{content:"\e6b2"}.ph-bold.ph-wrench:before{content:"\e5d4"}.ph-bold.ph-x:before{content:"\e4f6"}.ph-bold.ph-x-circle:before{content:"\e4f8"}.ph-bold.ph-x-logo:before{content:"\e4bc"}.ph-bold.ph-x-square:before{content:"\e4fa"}.ph-bold.ph-yarn:before{content:"\ed9a"}.ph-bold.ph-yin-yang:before{content:"\e92a"}.ph-bold.ph-youtube-logo:before{content:"\e4fc"}@font-face{font-family:"Phosphor-Fill";src:url("https://cdn.jsdelivr.net/npm/@phosphor-icons/web@2.1.1/src/fill/Phosphor-Fill.woff2") format("woff2"),url("https://cdn.jsdelivr.net/npm/@phosphor-icons/web@2.1.1/src/fill/Phosphor-Fill.woff") format("woff"),url("https://cdn.jsdelivr.net/npm/@phosphor-icons/web@2.1.1/src/fill/Phosphor-Fill.ttf") format("truetype"),url("https://cdn.jsdelivr.net/npm/@phosphor-icons/web@2.1.1/src/fill/Phosphor-Fill.svg#Phosphor") format("svg");font-weight:normal;font-style:normal;font-display:block}.ph-fill{font-family:"Phosphor-Fill" !important;speak:never;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ph-fill.ph-acorn:before{content:"\eb9a"}.ph-fill.ph-address-book:before{content:"\e6f8"}.ph-fill.ph-address-book-tabs:before{content:"\ee4e"}.ph-fill.ph-air-traffic-control:before{content:"\ecd8"}.ph-fill.ph-airplane:before{content:"\e002"}.ph-fill.ph-airplane-in-flight:before{content:"\e4fe"}.ph-fill.ph-airplane-landing:before{content:"\e502"}.ph-fill.ph-airplane-takeoff:before{content:"\e504"}.ph-fill.ph-airplane-taxiing:before{content:"\e500"}.ph-fill.ph-airplane-tilt:before{content:"\e5d6"}.ph-fill.ph-airplay:before{content:"\e004"}.ph-fill.ph-alarm:before{content:"\e006"}.ph-fill.ph-alien:before{content:"\e8a6"}.ph-fill.ph-align-bottom:before{content:"\e506"}.ph-fill.ph-align-bottom-simple:before{content:"\eb0c"}.ph-fill.ph-align-center-horizontal:before{content:"\e50a"}.ph-fill.ph-align-center-horizontal-simple:before{content:"\eb0e"}.ph-fill.ph-align-center-vertical:before{content:"\e50c"}.ph-fill.ph-align-center-vertical-simple:before{content:"\eb10"}.ph-fill.ph-align-left:before{content:"\e50e"}.ph-fill.ph-align-left-simple:before{content:"\eaee"}.ph-fill.ph-align-right:before{content:"\e510"}.ph-fill.ph-align-right-simple:before{content:"\eb12"}.ph-fill.ph-align-top:before{content:"\e512"}.ph-fill.ph-align-top-simple:before{content:"\eb14"}.ph-fill.ph-amazon-logo:before{content:"\e96c"}.ph-fill.ph-ambulance:before{content:"\e572"}.ph-fill.ph-anchor:before{content:"\e514"}.ph-fill.ph-anchor-simple:before{content:"\e5d8"}.ph-fill.ph-android-logo:before{content:"\e008"}.ph-fill.ph-angle:before{content:"\e7bc"}.ph-fill.ph-angular-logo:before{content:"\eb80"}.ph-fill.ph-aperture:before{content:"\e00a"}.ph-fill.ph-app-store-logo:before{content:"\e974"}.ph-fill.ph-app-window:before{content:"\e5da"}.ph-fill.ph-apple-logo:before{content:"\e516"}.ph-fill.ph-apple-podcasts-logo:before{content:"\eb96"}.ph-fill.ph-approximate-equals:before{content:"\edaa"}.ph-fill.ph-archive:before{content:"\e00c"}.ph-fill.ph-armchair:before{content:"\e012"}.ph-fill.ph-arrow-arc-left:before{content:"\e014"}.ph-fill.ph-arrow-arc-right:before{content:"\e016"}.ph-fill.ph-arrow-bend-double-up-left:before{content:"\e03a"}.ph-fill.ph-arrow-bend-double-up-right:before{content:"\e03c"}.ph-fill.ph-arrow-bend-down-left:before{content:"\e018"}.ph-fill.ph-arrow-bend-down-right:before{content:"\e01a"}.ph-fill.ph-arrow-bend-left-down:before{content:"\e01c"}.ph-fill.ph-arrow-bend-left-up:before{content:"\e01e"}.ph-fill.ph-arrow-bend-right-down:before{content:"\e020"}.ph-fill.ph-arrow-bend-right-up:before{content:"\e022"}.ph-fill.ph-arrow-bend-up-left:before{content:"\e024"}.ph-fill.ph-arrow-bend-up-right:before{content:"\e026"}.ph-fill.ph-arrow-circle-down:before{content:"\e028"}.ph-fill.ph-arrow-circle-down-left:before{content:"\e02a"}.ph-fill.ph-arrow-circle-down-right:before{content:"\e02c"}.ph-fill.ph-arrow-circle-left:before{content:"\e05a"}.ph-fill.ph-arrow-circle-right:before{content:"\e02e"}.ph-fill.ph-arrow-circle-up:before{content:"\e030"}.ph-fill.ph-arrow-circle-up-left:before{content:"\e032"}.ph-fill.ph-arrow-circle-up-right:before{content:"\e034"}.ph-fill.ph-arrow-clockwise:before{content:"\e036"}.ph-fill.ph-arrow-counter-clockwise:before{content:"\e038"}.ph-fill.ph-arrow-down:before{content:"\e03e"}.ph-fill.ph-arrow-down-left:before{content:"\e040"}.ph-fill.ph-arrow-down-right:before{content:"\e042"}.ph-fill.ph-arrow-elbow-down-left:before{content:"\e044"}.ph-fill.ph-arrow-elbow-down-right:before{content:"\e046"}.ph-fill.ph-arrow-elbow-left:before{content:"\e048"}.ph-fill.ph-arrow-elbow-left-down:before{content:"\e04a"}.ph-fill.ph-arrow-elbow-left-up:before{content:"\e04c"}.ph-fill.ph-arrow-elbow-right:before{content:"\e04e"}.ph-fill.ph-arrow-elbow-right-down:before{content:"\e050"}.ph-fill.ph-arrow-elbow-right-up:before{content:"\e052"}.ph-fill.ph-arrow-elbow-up-left:before{content:"\e054"}.ph-fill.ph-arrow-elbow-up-right:before{content:"\e056"}.ph-fill.ph-arrow-fat-down:before{content:"\e518"}.ph-fill.ph-arrow-fat-left:before{content:"\e51a"}.ph-fill.ph-arrow-fat-line-down:before{content:"\e51c"}.ph-fill.ph-arrow-fat-line-left:before{content:"\e51e"}.ph-fill.ph-arrow-fat-line-right:before{content:"\e520"}.ph-fill.ph-arrow-fat-line-up:before{content:"\e522"}.ph-fill.ph-arrow-fat-lines-down:before{content:"\e524"}.ph-fill.ph-arrow-fat-lines-left:before{content:"\e526"}.ph-fill.ph-arrow-fat-lines-right:before{content:"\e528"}.ph-fill.ph-arrow-fat-lines-up:before{content:"\e52a"}.ph-fill.ph-arrow-fat-right:before{content:"\e52c"}.ph-fill.ph-arrow-fat-up:before{content:"\e52e"}.ph-fill.ph-arrow-left:before{content:"\e058"}.ph-fill.ph-arrow-line-down:before{content:"\e05c"}.ph-fill.ph-arrow-line-down-left:before{content:"\e05e"}.ph-fill.ph-arrow-line-down-right:before{content:"\e060"}.ph-fill.ph-arrow-line-left:before{content:"\e062"}.ph-fill.ph-arrow-line-right:before{content:"\e064"}.ph-fill.ph-arrow-line-up:before{content:"\e066"}.ph-fill.ph-arrow-line-up-left:before{content:"\e068"}.ph-fill.ph-arrow-line-up-right:before{content:"\e06a"}.ph-fill.ph-arrow-right:before{content:"\e06c"}.ph-fill.ph-arrow-square-down:before{content:"\e06e"}.ph-fill.ph-arrow-square-down-left:before{content:"\e070"}.ph-fill.ph-arrow-square-down-right:before{content:"\e072"}.ph-fill.ph-arrow-square-in:before{content:"\e5dc"}.ph-fill.ph-arrow-square-left:before{content:"\e074"}.ph-fill.ph-arrow-square-out:before{content:"\e5de"}.ph-fill.ph-arrow-square-right:before{content:"\e076"}.ph-fill.ph-arrow-square-up:before{content:"\e078"}.ph-fill.ph-arrow-square-up-left:before{content:"\e07a"}.ph-fill.ph-arrow-square-up-right:before{content:"\e07c"}.ph-fill.ph-arrow-u-down-left:before{content:"\e07e"}.ph-fill.ph-arrow-u-down-right:before{content:"\e080"}.ph-fill.ph-arrow-u-left-down:before{content:"\e082"}.ph-fill.ph-arrow-u-left-up:before{content:"\e084"}.ph-fill.ph-arrow-u-right-down:before{content:"\e086"}.ph-fill.ph-arrow-u-right-up:before{content:"\e088"}.ph-fill.ph-arrow-u-up-left:before{content:"\e08a"}.ph-fill.ph-arrow-u-up-right:before{content:"\e08c"}.ph-fill.ph-arrow-up:before{content:"\e08e"}.ph-fill.ph-arrow-up-left:before{content:"\e090"}.ph-fill.ph-arrow-up-right:before{content:"\e092"}.ph-fill.ph-arrows-clockwise:before{content:"\e094"}.ph-fill.ph-arrows-counter-clockwise:before{content:"\e096"}.ph-fill.ph-arrows-down-up:before{content:"\e098"}.ph-fill.ph-arrows-horizontal:before{content:"\eb06"}.ph-fill.ph-arrows-in:before{content:"\e09a"}.ph-fill.ph-arrows-in-cardinal:before{content:"\e09c"}.ph-fill.ph-arrows-in-line-horizontal:before{content:"\e530"}.ph-fill.ph-arrows-in-line-vertical:before{content:"\e532"}.ph-fill.ph-arrows-in-simple:before{content:"\e09e"}.ph-fill.ph-arrows-left-right:before{content:"\e0a0"}.ph-fill.ph-arrows-merge:before{content:"\ed3e"}.ph-fill.ph-arrows-out:before{content:"\e0a2"}.ph-fill.ph-arrows-out-cardinal:before{content:"\e0a4"}.ph-fill.ph-arrows-out-line-horizontal:before{content:"\e534"}.ph-fill.ph-arrows-out-line-vertical:before{content:"\e536"}.ph-fill.ph-arrows-out-simple:before{content:"\e0a6"}.ph-fill.ph-arrows-split:before{content:"\ed3c"}.ph-fill.ph-arrows-vertical:before{content:"\eb04"}.ph-fill.ph-article:before{content:"\e0a8"}.ph-fill.ph-article-medium:before{content:"\e5e0"}.ph-fill.ph-article-ny-times:before{content:"\e5e2"}.ph-fill.ph-asclepius:before{content:"\ee34"}.ph-fill.ph-caduceus:before{content:"\ee34"}.ph-fill.ph-asterisk:before{content:"\e0aa"}.ph-fill.ph-asterisk-simple:before{content:"\e832"}.ph-fill.ph-at:before{content:"\e0ac"}.ph-fill.ph-atom:before{content:"\e5e4"}.ph-fill.ph-avocado:before{content:"\ee04"}.ph-fill.ph-axe:before{content:"\e9fc"}.ph-fill.ph-baby:before{content:"\e774"}.ph-fill.ph-baby-carriage:before{content:"\e818"}.ph-fill.ph-backpack:before{content:"\e922"}.ph-fill.ph-backspace:before{content:"\e0ae"}.ph-fill.ph-bag:before{content:"\e0b0"}.ph-fill.ph-bag-simple:before{content:"\e5e6"}.ph-fill.ph-balloon:before{content:"\e76c"}.ph-fill.ph-bandaids:before{content:"\e0b2"}.ph-fill.ph-bank:before{content:"\e0b4"}.ph-fill.ph-barbell:before{content:"\e0b6"}.ph-fill.ph-barcode:before{content:"\e0b8"}.ph-fill.ph-barn:before{content:"\ec72"}.ph-fill.ph-barricade:before{content:"\e948"}.ph-fill.ph-baseball:before{content:"\e71a"}.ph-fill.ph-baseball-cap:before{content:"\ea28"}.ph-fill.ph-baseball-helmet:before{content:"\ee4a"}.ph-fill.ph-basket:before{content:"\e964"}.ph-fill.ph-basketball:before{content:"\e724"}.ph-fill.ph-bathtub:before{content:"\e81e"}.ph-fill.ph-battery-charging:before{content:"\e0ba"}.ph-fill.ph-battery-charging-vertical:before{content:"\e0bc"}.ph-fill.ph-battery-empty:before{content:"\e0be"}.ph-fill.ph-battery-full:before{content:"\e0c0"}.ph-fill.ph-battery-high:before{content:"\e0c2"}.ph-fill.ph-battery-low:before{content:"\e0c4"}.ph-fill.ph-battery-medium:before{content:"\e0c6"}.ph-fill.ph-battery-plus:before{content:"\e808"}.ph-fill.ph-battery-plus-vertical:before{content:"\ec50"}.ph-fill.ph-battery-vertical-empty:before{content:"\e7c6"}.ph-fill.ph-battery-vertical-full:before{content:"\e7c4"}.ph-fill.ph-battery-vertical-high:before{content:"\e7c2"}.ph-fill.ph-battery-vertical-low:before{content:"\e7be"}.ph-fill.ph-battery-vertical-medium:before{content:"\e7c0"}.ph-fill.ph-battery-warning:before{content:"\e0c8"}.ph-fill.ph-battery-warning-vertical:before{content:"\e0ca"}.ph-fill.ph-beach-ball:before{content:"\ed24"}.ph-fill.ph-beanie:before{content:"\ea2a"}.ph-fill.ph-bed:before{content:"\e0cc"}.ph-fill.ph-beer-bottle:before{content:"\e7b0"}.ph-fill.ph-beer-stein:before{content:"\eb62"}.ph-fill.ph-behance-logo:before{content:"\e7f4"}.ph-fill.ph-bell:before{content:"\e0ce"}.ph-fill.ph-bell-ringing:before{content:"\e5e8"}.ph-fill.ph-bell-simple:before{content:"\e0d0"}.ph-fill.ph-bell-simple-ringing:before{content:"\e5ea"}.ph-fill.ph-bell-simple-slash:before{content:"\e0d2"}.ph-fill.ph-bell-simple-z:before{content:"\e5ec"}.ph-fill.ph-bell-slash:before{content:"\e0d4"}.ph-fill.ph-bell-z:before{content:"\e5ee"}.ph-fill.ph-belt:before{content:"\ea2c"}.ph-fill.ph-bezier-curve:before{content:"\eb00"}.ph-fill.ph-bicycle:before{content:"\e0d6"}.ph-fill.ph-binary:before{content:"\ee60"}.ph-fill.ph-binoculars:before{content:"\ea64"}.ph-fill.ph-biohazard:before{content:"\e9e0"}.ph-fill.ph-bird:before{content:"\e72c"}.ph-fill.ph-blueprint:before{content:"\eda0"}.ph-fill.ph-bluetooth:before{content:"\e0da"}.ph-fill.ph-bluetooth-connected:before{content:"\e0dc"}.ph-fill.ph-bluetooth-slash:before{content:"\e0de"}.ph-fill.ph-bluetooth-x:before{content:"\e0e0"}.ph-fill.ph-boat:before{content:"\e786"}.ph-fill.ph-bomb:before{content:"\ee0a"}.ph-fill.ph-bone:before{content:"\e7f2"}.ph-fill.ph-book:before{content:"\e0e2"}.ph-fill.ph-book-bookmark:before{content:"\e0e4"}.ph-fill.ph-book-open:before{content:"\e0e6"}.ph-fill.ph-book-open-text:before{content:"\e8f2"}.ph-fill.ph-book-open-user:before{content:"\ede0"}.ph-fill.ph-bookmark:before{content:"\e0e8"}.ph-fill.ph-bookmark-simple:before{content:"\e0ea"}.ph-fill.ph-bookmarks:before{content:"\e0ec"}.ph-fill.ph-bookmarks-simple:before{content:"\e5f0"}.ph-fill.ph-books:before{content:"\e758"}.ph-fill.ph-boot:before{content:"\ecca"}.ph-fill.ph-boules:before{content:"\e722"}.ph-fill.ph-bounding-box:before{content:"\e6ce"}.ph-fill.ph-bowl-food:before{content:"\eaa4"}.ph-fill.ph-bowl-steam:before{content:"\e8e4"}.ph-fill.ph-bowling-ball:before{content:"\ea34"}.ph-fill.ph-box-arrow-down:before{content:"\e00e"}.ph-fill.ph-archive-box:before{content:"\e00e"}.ph-fill.ph-box-arrow-up:before{content:"\ee54"}.ph-fill.ph-boxing-glove:before{content:"\ea36"}.ph-fill.ph-brackets-angle:before{content:"\e862"}.ph-fill.ph-brackets-curly:before{content:"\e860"}.ph-fill.ph-brackets-round:before{content:"\e864"}.ph-fill.ph-brackets-square:before{content:"\e85e"}.ph-fill.ph-brain:before{content:"\e74e"}.ph-fill.ph-brandy:before{content:"\e6b4"}.ph-fill.ph-bread:before{content:"\e81c"}.ph-fill.ph-bridge:before{content:"\ea68"}.ph-fill.ph-briefcase:before{content:"\e0ee"}.ph-fill.ph-briefcase-metal:before{content:"\e5f2"}.ph-fill.ph-broadcast:before{content:"\e0f2"}.ph-fill.ph-broom:before{content:"\ec54"}.ph-fill.ph-browser:before{content:"\e0f4"}.ph-fill.ph-browsers:before{content:"\e0f6"}.ph-fill.ph-bug:before{content:"\e5f4"}.ph-fill.ph-bug-beetle:before{content:"\e5f6"}.ph-fill.ph-bug-droid:before{content:"\e5f8"}.ph-fill.ph-building:before{content:"\e100"}.ph-fill.ph-building-apartment:before{content:"\e0fe"}.ph-fill.ph-building-office:before{content:"\e0ff"}.ph-fill.ph-buildings:before{content:"\e102"}.ph-fill.ph-bulldozer:before{content:"\ec6c"}.ph-fill.ph-bus:before{content:"\e106"}.ph-fill.ph-butterfly:before{content:"\ea6e"}.ph-fill.ph-cable-car:before{content:"\e49c"}.ph-fill.ph-cactus:before{content:"\e918"}.ph-fill.ph-cake:before{content:"\e780"}.ph-fill.ph-calculator:before{content:"\e538"}.ph-fill.ph-calendar:before{content:"\e108"}.ph-fill.ph-calendar-blank:before{content:"\e10a"}.ph-fill.ph-calendar-check:before{content:"\e712"}.ph-fill.ph-calendar-dot:before{content:"\e7b2"}.ph-fill.ph-calendar-dots:before{content:"\e7b4"}.ph-fill.ph-calendar-heart:before{content:"\e8b0"}.ph-fill.ph-calendar-minus:before{content:"\ea14"}.ph-fill.ph-calendar-plus:before{content:"\e714"}.ph-fill.ph-calendar-slash:before{content:"\ea12"}.ph-fill.ph-calendar-star:before{content:"\e8b2"}.ph-fill.ph-calendar-x:before{content:"\e10c"}.ph-fill.ph-call-bell:before{content:"\e7de"}.ph-fill.ph-camera:before{content:"\e10e"}.ph-fill.ph-camera-plus:before{content:"\ec58"}.ph-fill.ph-camera-rotate:before{content:"\e7a4"}.ph-fill.ph-camera-slash:before{content:"\e110"}.ph-fill.ph-campfire:before{content:"\e9d8"}.ph-fill.ph-car:before{content:"\e112"}.ph-fill.ph-car-battery:before{content:"\ee30"}.ph-fill.ph-car-profile:before{content:"\e8cc"}.ph-fill.ph-car-simple:before{content:"\e114"}.ph-fill.ph-cardholder:before{content:"\e5fa"}.ph-fill.ph-cards:before{content:"\e0f8"}.ph-fill.ph-cards-three:before{content:"\ee50"}.ph-fill.ph-caret-circle-double-down:before{content:"\e116"}.ph-fill.ph-caret-circle-double-left:before{content:"\e118"}.ph-fill.ph-caret-circle-double-right:before{content:"\e11a"}.ph-fill.ph-caret-circle-double-up:before{content:"\e11c"}.ph-fill.ph-caret-circle-down:before{content:"\e11e"}.ph-fill.ph-caret-circle-left:before{content:"\e120"}.ph-fill.ph-caret-circle-right:before{content:"\e122"}.ph-fill.ph-caret-circle-up:before{content:"\e124"}.ph-fill.ph-caret-circle-up-down:before{content:"\e13e"}.ph-fill.ph-caret-double-down:before{content:"\e126"}.ph-fill.ph-caret-double-left:before{content:"\e128"}.ph-fill.ph-caret-double-right:before{content:"\e12a"}.ph-fill.ph-caret-double-up:before{content:"\e12c"}.ph-fill.ph-caret-down:before{content:"\e136"}.ph-fill.ph-caret-left:before{content:"\e138"}.ph-fill.ph-caret-line-down:before{content:"\e134"}.ph-fill.ph-caret-line-left:before{content:"\e132"}.ph-fill.ph-caret-line-right:before{content:"\e130"}.ph-fill.ph-caret-line-up:before{content:"\e12e"}.ph-fill.ph-caret-right:before{content:"\e13a"}.ph-fill.ph-caret-up:before{content:"\e13c"}.ph-fill.ph-caret-up-down:before{content:"\e140"}.ph-fill.ph-carrot:before{content:"\ed38"}.ph-fill.ph-cash-register:before{content:"\ed80"}.ph-fill.ph-cassette-tape:before{content:"\ed2e"}.ph-fill.ph-castle-turret:before{content:"\e9d0"}.ph-fill.ph-cat:before{content:"\e748"}.ph-fill.ph-cell-signal-full:before{content:"\e142"}.ph-fill.ph-cell-signal-high:before{content:"\e144"}.ph-fill.ph-cell-signal-low:before{content:"\e146"}.ph-fill.ph-cell-signal-medium:before{content:"\e148"}.ph-fill.ph-cell-signal-none:before{content:"\e14a"}.ph-fill.ph-cell-signal-slash:before{content:"\e14c"}.ph-fill.ph-cell-signal-x:before{content:"\e14e"}.ph-fill.ph-cell-tower:before{content:"\ebaa"}.ph-fill.ph-certificate:before{content:"\e766"}.ph-fill.ph-chair:before{content:"\e950"}.ph-fill.ph-chalkboard:before{content:"\e5fc"}.ph-fill.ph-chalkboard-simple:before{content:"\e5fe"}.ph-fill.ph-chalkboard-teacher:before{content:"\e600"}.ph-fill.ph-champagne:before{content:"\eaca"}.ph-fill.ph-charging-station:before{content:"\e8d0"}.ph-fill.ph-chart-bar:before{content:"\e150"}.ph-fill.ph-chart-bar-horizontal:before{content:"\e152"}.ph-fill.ph-chart-donut:before{content:"\eaa6"}.ph-fill.ph-chart-line:before{content:"\e154"}.ph-fill.ph-chart-line-down:before{content:"\e8b6"}.ph-fill.ph-chart-line-up:before{content:"\e156"}.ph-fill.ph-chart-pie:before{content:"\e158"}.ph-fill.ph-chart-pie-slice:before{content:"\e15a"}.ph-fill.ph-chart-polar:before{content:"\eaa8"}.ph-fill.ph-chart-scatter:before{content:"\eaac"}.ph-fill.ph-chat:before{content:"\e15c"}.ph-fill.ph-chat-centered:before{content:"\e160"}.ph-fill.ph-chat-centered-dots:before{content:"\e164"}.ph-fill.ph-chat-centered-slash:before{content:"\e162"}.ph-fill.ph-chat-centered-text:before{content:"\e166"}.ph-fill.ph-chat-circle:before{content:"\e168"}.ph-fill.ph-chat-circle-dots:before{content:"\e16c"}.ph-fill.ph-chat-circle-slash:before{content:"\e16a"}.ph-fill.ph-chat-circle-text:before{content:"\e16e"}.ph-fill.ph-chat-dots:before{content:"\e170"}.ph-fill.ph-chat-slash:before{content:"\e15e"}.ph-fill.ph-chat-teardrop:before{content:"\e172"}.ph-fill.ph-chat-teardrop-dots:before{content:"\e176"}.ph-fill.ph-chat-teardrop-slash:before{content:"\e174"}.ph-fill.ph-chat-teardrop-text:before{content:"\e178"}.ph-fill.ph-chat-text:before{content:"\e17a"}.ph-fill.ph-chats:before{content:"\e17c"}.ph-fill.ph-chats-circle:before{content:"\e17e"}.ph-fill.ph-chats-teardrop:before{content:"\e180"}.ph-fill.ph-check:before{content:"\e182"}.ph-fill.ph-check-circle:before{content:"\e184"}.ph-fill.ph-check-fat:before{content:"\eba6"}.ph-fill.ph-check-square:before{content:"\e186"}.ph-fill.ph-check-square-offset:before{content:"\e188"}.ph-fill.ph-checkerboard:before{content:"\e8c4"}.ph-fill.ph-checks:before{content:"\e53a"}.ph-fill.ph-cheers:before{content:"\ea4a"}.ph-fill.ph-cheese:before{content:"\e9fe"}.ph-fill.ph-chef-hat:before{content:"\ed8e"}.ph-fill.ph-cherries:before{content:"\e830"}.ph-fill.ph-church:before{content:"\ecea"}.ph-fill.ph-cigarette:before{content:"\ed90"}.ph-fill.ph-cigarette-slash:before{content:"\ed92"}.ph-fill.ph-circle:before{content:"\e18a"}.ph-fill.ph-circle-dashed:before{content:"\e602"}.ph-fill.ph-circle-half:before{content:"\e18c"}.ph-fill.ph-circle-half-tilt:before{content:"\e18e"}.ph-fill.ph-circle-notch:before{content:"\eb44"}.ph-fill.ph-circles-four:before{content:"\e190"}.ph-fill.ph-circles-three:before{content:"\e192"}.ph-fill.ph-circles-three-plus:before{content:"\e194"}.ph-fill.ph-circuitry:before{content:"\e9c2"}.ph-fill.ph-city:before{content:"\ea6a"}.ph-fill.ph-clipboard:before{content:"\e196"}.ph-fill.ph-clipboard-text:before{content:"\e198"}.ph-fill.ph-clock:before{content:"\e19a"}.ph-fill.ph-clock-afternoon:before{content:"\e19c"}.ph-fill.ph-clock-clockwise:before{content:"\e19e"}.ph-fill.ph-clock-countdown:before{content:"\ed2c"}.ph-fill.ph-clock-counter-clockwise:before{content:"\e1a0"}.ph-fill.ph-clock-user:before{content:"\edec"}.ph-fill.ph-closed-captioning:before{content:"\e1a4"}.ph-fill.ph-cloud:before{content:"\e1aa"}.ph-fill.ph-cloud-arrow-down:before{content:"\e1ac"}.ph-fill.ph-cloud-arrow-up:before{content:"\e1ae"}.ph-fill.ph-cloud-check:before{content:"\e1b0"}.ph-fill.ph-cloud-fog:before{content:"\e53c"}.ph-fill.ph-cloud-lightning:before{content:"\e1b2"}.ph-fill.ph-cloud-moon:before{content:"\e53e"}.ph-fill.ph-cloud-rain:before{content:"\e1b4"}.ph-fill.ph-cloud-slash:before{content:"\e1b6"}.ph-fill.ph-cloud-snow:before{content:"\e1b8"}.ph-fill.ph-cloud-sun:before{content:"\e540"}.ph-fill.ph-cloud-warning:before{content:"\ea98"}.ph-fill.ph-cloud-x:before{content:"\ea96"}.ph-fill.ph-clover:before{content:"\edc8"}.ph-fill.ph-club:before{content:"\e1ba"}.ph-fill.ph-coat-hanger:before{content:"\e7fe"}.ph-fill.ph-coda-logo:before{content:"\e7ce"}.ph-fill.ph-code:before{content:"\e1bc"}.ph-fill.ph-code-block:before{content:"\eafe"}.ph-fill.ph-code-simple:before{content:"\e1be"}.ph-fill.ph-codepen-logo:before{content:"\e978"}.ph-fill.ph-codesandbox-logo:before{content:"\ea06"}.ph-fill.ph-coffee:before{content:"\e1c2"}.ph-fill.ph-coffee-bean:before{content:"\e1c0"}.ph-fill.ph-coin:before{content:"\e60e"}.ph-fill.ph-coin-vertical:before{content:"\eb48"}.ph-fill.ph-coins:before{content:"\e78e"}.ph-fill.ph-columns:before{content:"\e546"}.ph-fill.ph-columns-plus-left:before{content:"\e544"}.ph-fill.ph-columns-plus-right:before{content:"\e542"}.ph-fill.ph-command:before{content:"\e1c4"}.ph-fill.ph-compass:before{content:"\e1c8"}.ph-fill.ph-compass-rose:before{content:"\e1c6"}.ph-fill.ph-compass-tool:before{content:"\ea0e"}.ph-fill.ph-computer-tower:before{content:"\e548"}.ph-fill.ph-confetti:before{content:"\e81a"}.ph-fill.ph-contactless-payment:before{content:"\ed42"}.ph-fill.ph-control:before{content:"\eca6"}.ph-fill.ph-cookie:before{content:"\e6ca"}.ph-fill.ph-cooking-pot:before{content:"\e764"}.ph-fill.ph-copy:before{content:"\e1ca"}.ph-fill.ph-copy-simple:before{content:"\e1cc"}.ph-fill.ph-copyleft:before{content:"\e86a"}.ph-fill.ph-copyright:before{content:"\e54a"}.ph-fill.ph-corners-in:before{content:"\e1ce"}.ph-fill.ph-corners-out:before{content:"\e1d0"}.ph-fill.ph-couch:before{content:"\e7f6"}.ph-fill.ph-court-basketball:before{content:"\ee36"}.ph-fill.ph-cow:before{content:"\eabe"}.ph-fill.ph-cowboy-hat:before{content:"\ed12"}.ph-fill.ph-cpu:before{content:"\e610"}.ph-fill.ph-crane:before{content:"\ed48"}.ph-fill.ph-crane-tower:before{content:"\ed49"}.ph-fill.ph-credit-card:before{content:"\e1d2"}.ph-fill.ph-cricket:before{content:"\ee12"}.ph-fill.ph-crop:before{content:"\e1d4"}.ph-fill.ph-cross:before{content:"\e8a0"}.ph-fill.ph-crosshair:before{content:"\e1d6"}.ph-fill.ph-crosshair-simple:before{content:"\e1d8"}.ph-fill.ph-crown:before{content:"\e614"}.ph-fill.ph-crown-cross:before{content:"\ee5e"}.ph-fill.ph-crown-simple:before{content:"\e616"}.ph-fill.ph-cube:before{content:"\e1da"}.ph-fill.ph-cube-focus:before{content:"\ed0a"}.ph-fill.ph-cube-transparent:before{content:"\ec7c"}.ph-fill.ph-currency-btc:before{content:"\e618"}.ph-fill.ph-currency-circle-dollar:before{content:"\e54c"}.ph-fill.ph-currency-cny:before{content:"\e54e"}.ph-fill.ph-currency-dollar:before{content:"\e550"}.ph-fill.ph-currency-dollar-simple:before{content:"\e552"}.ph-fill.ph-currency-eth:before{content:"\eada"}.ph-fill.ph-currency-eur:before{content:"\e554"}.ph-fill.ph-currency-gbp:before{content:"\e556"}.ph-fill.ph-currency-inr:before{content:"\e558"}.ph-fill.ph-currency-jpy:before{content:"\e55a"}.ph-fill.ph-currency-krw:before{content:"\e55c"}.ph-fill.ph-currency-kzt:before{content:"\ec4c"}.ph-fill.ph-currency-ngn:before{content:"\eb52"}.ph-fill.ph-currency-rub:before{content:"\e55e"}.ph-fill.ph-cursor:before{content:"\e1dc"}.ph-fill.ph-cursor-click:before{content:"\e7c8"}.ph-fill.ph-cursor-text:before{content:"\e7d8"}.ph-fill.ph-cylinder:before{content:"\e8fc"}.ph-fill.ph-database:before{content:"\e1de"}.ph-fill.ph-desk:before{content:"\ed16"}.ph-fill.ph-desktop:before{content:"\e560"}.ph-fill.ph-desktop-tower:before{content:"\e562"}.ph-fill.ph-detective:before{content:"\e83e"}.ph-fill.ph-dev-to-logo:before{content:"\ed0e"}.ph-fill.ph-device-mobile:before{content:"\e1e0"}.ph-fill.ph-device-mobile-camera:before{content:"\e1e2"}.ph-fill.ph-device-mobile-slash:before{content:"\ee46"}.ph-fill.ph-device-mobile-speaker:before{content:"\e1e4"}.ph-fill.ph-device-rotate:before{content:"\edf2"}.ph-fill.ph-device-tablet:before{content:"\e1e6"}.ph-fill.ph-device-tablet-camera:before{content:"\e1e8"}.ph-fill.ph-device-tablet-speaker:before{content:"\e1ea"}.ph-fill.ph-devices:before{content:"\eba4"}.ph-fill.ph-diamond:before{content:"\e1ec"}.ph-fill.ph-diamonds-four:before{content:"\e8f4"}.ph-fill.ph-dice-five:before{content:"\e1ee"}.ph-fill.ph-dice-four:before{content:"\e1f0"}.ph-fill.ph-dice-one:before{content:"\e1f2"}.ph-fill.ph-dice-six:before{content:"\e1f4"}.ph-fill.ph-dice-three:before{content:"\e1f6"}.ph-fill.ph-dice-two:before{content:"\e1f8"}.ph-fill.ph-disc:before{content:"\e564"}.ph-fill.ph-disco-ball:before{content:"\ed98"}.ph-fill.ph-discord-logo:before{content:"\e61a"}.ph-fill.ph-divide:before{content:"\e1fa"}.ph-fill.ph-dna:before{content:"\e924"}.ph-fill.ph-dog:before{content:"\e74a"}.ph-fill.ph-door:before{content:"\e61c"}.ph-fill.ph-door-open:before{content:"\e7e6"}.ph-fill.ph-dot:before{content:"\ecde"}.ph-fill.ph-dot-outline:before{content:"\ece0"}.ph-fill.ph-dots-nine:before{content:"\e1fc"}.ph-fill.ph-dots-six:before{content:"\e794"}.ph-fill.ph-dots-six-vertical:before{content:"\eae2"}.ph-fill.ph-dots-three:before{content:"\e1fe"}.ph-fill.ph-dots-three-circle:before{content:"\e200"}.ph-fill.ph-dots-three-circle-vertical:before{content:"\e202"}.ph-fill.ph-dots-three-outline:before{content:"\e204"}.ph-fill.ph-dots-three-outline-vertical:before{content:"\e206"}.ph-fill.ph-dots-three-vertical:before{content:"\e208"}.ph-fill.ph-download:before{content:"\e20a"}.ph-fill.ph-download-simple:before{content:"\e20c"}.ph-fill.ph-dress:before{content:"\ea7e"}.ph-fill.ph-dresser:before{content:"\e94e"}.ph-fill.ph-dribbble-logo:before{content:"\e20e"}.ph-fill.ph-drone:before{content:"\ed74"}.ph-fill.ph-drop:before{content:"\e210"}.ph-fill.ph-drop-half:before{content:"\e566"}.ph-fill.ph-drop-half-bottom:before{content:"\eb40"}.ph-fill.ph-drop-simple:before{content:"\ee32"}.ph-fill.ph-drop-slash:before{content:"\e954"}.ph-fill.ph-dropbox-logo:before{content:"\e7d0"}.ph-fill.ph-ear:before{content:"\e70c"}.ph-fill.ph-ear-slash:before{content:"\e70e"}.ph-fill.ph-egg:before{content:"\e812"}.ph-fill.ph-egg-crack:before{content:"\eb64"}.ph-fill.ph-eject:before{content:"\e212"}.ph-fill.ph-eject-simple:before{content:"\e6ae"}.ph-fill.ph-elevator:before{content:"\ecc0"}.ph-fill.ph-empty:before{content:"\edbc"}.ph-fill.ph-engine:before{content:"\ea80"}.ph-fill.ph-envelope:before{content:"\e214"}.ph-fill.ph-envelope-open:before{content:"\e216"}.ph-fill.ph-envelope-simple:before{content:"\e218"}.ph-fill.ph-envelope-simple-open:before{content:"\e21a"}.ph-fill.ph-equalizer:before{content:"\ebbc"}.ph-fill.ph-equals:before{content:"\e21c"}.ph-fill.ph-eraser:before{content:"\e21e"}.ph-fill.ph-escalator-down:before{content:"\ecba"}.ph-fill.ph-escalator-up:before{content:"\ecbc"}.ph-fill.ph-exam:before{content:"\e742"}.ph-fill.ph-exclamation-mark:before{content:"\ee44"}.ph-fill.ph-exclude:before{content:"\e882"}.ph-fill.ph-exclude-square:before{content:"\e880"}.ph-fill.ph-export:before{content:"\eaf0"}.ph-fill.ph-eye:before{content:"\e220"}.ph-fill.ph-eye-closed:before{content:"\e222"}.ph-fill.ph-eye-slash:before{content:"\e224"}.ph-fill.ph-eyedropper:before{content:"\e568"}.ph-fill.ph-eyedropper-sample:before{content:"\eac4"}.ph-fill.ph-eyeglasses:before{content:"\e7ba"}.ph-fill.ph-eyes:before{content:"\ee5c"}.ph-fill.ph-face-mask:before{content:"\e56a"}.ph-fill.ph-facebook-logo:before{content:"\e226"}.ph-fill.ph-factory:before{content:"\e760"}.ph-fill.ph-faders:before{content:"\e228"}.ph-fill.ph-faders-horizontal:before{content:"\e22a"}.ph-fill.ph-fallout-shelter:before{content:"\e9de"}.ph-fill.ph-fan:before{content:"\e9f2"}.ph-fill.ph-farm:before{content:"\ec70"}.ph-fill.ph-fast-forward:before{content:"\e6a6"}.ph-fill.ph-fast-forward-circle:before{content:"\e22c"}.ph-fill.ph-feather:before{content:"\e9c0"}.ph-fill.ph-fediverse-logo:before{content:"\ed66"}.ph-fill.ph-figma-logo:before{content:"\e22e"}.ph-fill.ph-file:before{content:"\e230"}.ph-fill.ph-file-archive:before{content:"\eb2a"}.ph-fill.ph-file-arrow-down:before{content:"\e232"}.ph-fill.ph-file-arrow-up:before{content:"\e61e"}.ph-fill.ph-file-audio:before{content:"\ea20"}.ph-fill.ph-file-c:before{content:"\eb32"}.ph-fill.ph-file-c-sharp:before{content:"\eb30"}.ph-fill.ph-file-cloud:before{content:"\e95e"}.ph-fill.ph-file-code:before{content:"\e914"}.ph-fill.ph-file-cpp:before{content:"\eb2e"}.ph-fill.ph-file-css:before{content:"\eb34"}.ph-fill.ph-file-csv:before{content:"\eb1c"}.ph-fill.ph-file-dashed:before{content:"\e704"}.ph-fill.ph-file-dotted:before{content:"\e704"}.ph-fill.ph-file-doc:before{content:"\eb1e"}.ph-fill.ph-file-html:before{content:"\eb38"}.ph-fill.ph-file-image:before{content:"\ea24"}.ph-fill.ph-file-ini:before{content:"\eb33"}.ph-fill.ph-file-jpg:before{content:"\eb1a"}.ph-fill.ph-file-js:before{content:"\eb24"}.ph-fill.ph-file-jsx:before{content:"\eb3a"}.ph-fill.ph-file-lock:before{content:"\e95c"}.ph-fill.ph-file-magnifying-glass:before{content:"\e238"}.ph-fill.ph-file-search:before{content:"\e238"}.ph-fill.ph-file-md:before{content:"\ed50"}.ph-fill.ph-file-minus:before{content:"\e234"}.ph-fill.ph-file-pdf:before{content:"\e702"}.ph-fill.ph-file-plus:before{content:"\e236"}.ph-fill.ph-file-png:before{content:"\eb18"}.ph-fill.ph-file-ppt:before{content:"\eb20"}.ph-fill.ph-file-py:before{content:"\eb2c"}.ph-fill.ph-file-rs:before{content:"\eb28"}.ph-fill.ph-file-sql:before{content:"\ed4e"}.ph-fill.ph-file-svg:before{content:"\ed08"}.ph-fill.ph-file-text:before{content:"\e23a"}.ph-fill.ph-file-ts:before{content:"\eb26"}.ph-fill.ph-file-tsx:before{content:"\eb3c"}.ph-fill.ph-file-txt:before{content:"\eb35"}.ph-fill.ph-file-video:before{content:"\ea22"}.ph-fill.ph-file-vue:before{content:"\eb3e"}.ph-fill.ph-file-x:before{content:"\e23c"}.ph-fill.ph-file-xls:before{content:"\eb22"}.ph-fill.ph-file-zip:before{content:"\e958"}.ph-fill.ph-files:before{content:"\e710"}.ph-fill.ph-film-reel:before{content:"\e8c0"}.ph-fill.ph-film-script:before{content:"\eb50"}.ph-fill.ph-film-slate:before{content:"\e8c2"}.ph-fill.ph-film-strip:before{content:"\e792"}.ph-fill.ph-fingerprint:before{content:"\e23e"}.ph-fill.ph-fingerprint-simple:before{content:"\e240"}.ph-fill.ph-finn-the-human:before{content:"\e56c"}.ph-fill.ph-fire:before{content:"\e242"}.ph-fill.ph-fire-extinguisher:before{content:"\e9e8"}.ph-fill.ph-fire-simple:before{content:"\e620"}.ph-fill.ph-fire-truck:before{content:"\e574"}.ph-fill.ph-first-aid:before{content:"\e56e"}.ph-fill.ph-first-aid-kit:before{content:"\e570"}.ph-fill.ph-fish:before{content:"\e728"}.ph-fill.ph-fish-simple:before{content:"\e72a"}.ph-fill.ph-flag:before{content:"\e244"}.ph-fill.ph-flag-banner:before{content:"\e622"}.ph-fill.ph-flag-banner-fold:before{content:"\ecf2"}.ph-fill.ph-flag-checkered:before{content:"\ea38"}.ph-fill.ph-flag-pennant:before{content:"\ecf0"}.ph-fill.ph-flame:before{content:"\e624"}.ph-fill.ph-flashlight:before{content:"\e246"}.ph-fill.ph-flask:before{content:"\e79e"}.ph-fill.ph-flip-horizontal:before{content:"\ed6a"}.ph-fill.ph-flip-vertical:before{content:"\ed6c"}.ph-fill.ph-floppy-disk:before{content:"\e248"}.ph-fill.ph-floppy-disk-back:before{content:"\eaf4"}.ph-fill.ph-flow-arrow:before{content:"\e6ec"}.ph-fill.ph-flower:before{content:"\e75e"}.ph-fill.ph-flower-lotus:before{content:"\e6cc"}.ph-fill.ph-flower-tulip:before{content:"\eacc"}.ph-fill.ph-flying-saucer:before{content:"\eb4a"}.ph-fill.ph-folder:before{content:"\e24a"}.ph-fill.ph-folder-notch:before{content:"\e24a"}.ph-fill.ph-folder-dashed:before{content:"\e8f8"}.ph-fill.ph-folder-dotted:before{content:"\e8f8"}.ph-fill.ph-folder-lock:before{content:"\ea3c"}.ph-fill.ph-folder-minus:before{content:"\e254"}.ph-fill.ph-folder-notch-minus:before{content:"\e254"}.ph-fill.ph-folder-open:before{content:"\e256"}.ph-fill.ph-folder-notch-open:before{content:"\e256"}.ph-fill.ph-folder-plus:before{content:"\e258"}.ph-fill.ph-folder-notch-plus:before{content:"\e258"}.ph-fill.ph-folder-simple:before{content:"\e25a"}.ph-fill.ph-folder-simple-dashed:before{content:"\ec2a"}.ph-fill.ph-folder-simple-dotted:before{content:"\ec2a"}.ph-fill.ph-folder-simple-lock:before{content:"\eb5e"}.ph-fill.ph-folder-simple-minus:before{content:"\e25c"}.ph-fill.ph-folder-simple-plus:before{content:"\e25e"}.ph-fill.ph-folder-simple-star:before{content:"\ec2e"}.ph-fill.ph-folder-simple-user:before{content:"\eb60"}.ph-fill.ph-folder-star:before{content:"\ea86"}.ph-fill.ph-folder-user:before{content:"\eb46"}.ph-fill.ph-folders:before{content:"\e260"}.ph-fill.ph-football:before{content:"\e718"}.ph-fill.ph-football-helmet:before{content:"\ee4c"}.ph-fill.ph-footprints:before{content:"\ea88"}.ph-fill.ph-fork-knife:before{content:"\e262"}.ph-fill.ph-four-k:before{content:"\ea5c"}.ph-fill.ph-frame-corners:before{content:"\e626"}.ph-fill.ph-framer-logo:before{content:"\e264"}.ph-fill.ph-function:before{content:"\ebe4"}.ph-fill.ph-funnel:before{content:"\e266"}.ph-fill.ph-funnel-simple:before{content:"\e268"}.ph-fill.ph-funnel-simple-x:before{content:"\e26a"}.ph-fill.ph-funnel-x:before{content:"\e26c"}.ph-fill.ph-game-controller:before{content:"\e26e"}.ph-fill.ph-garage:before{content:"\ecd6"}.ph-fill.ph-gas-can:before{content:"\e8ce"}.ph-fill.ph-gas-pump:before{content:"\e768"}.ph-fill.ph-gauge:before{content:"\e628"}.ph-fill.ph-gavel:before{content:"\ea32"}.ph-fill.ph-gear:before{content:"\e270"}.ph-fill.ph-gear-fine:before{content:"\e87c"}.ph-fill.ph-gear-six:before{content:"\e272"}.ph-fill.ph-gender-female:before{content:"\e6e0"}.ph-fill.ph-gender-intersex:before{content:"\e6e6"}.ph-fill.ph-gender-male:before{content:"\e6e2"}.ph-fill.ph-gender-neuter:before{content:"\e6ea"}.ph-fill.ph-gender-nonbinary:before{content:"\e6e4"}.ph-fill.ph-gender-transgender:before{content:"\e6e8"}.ph-fill.ph-ghost:before{content:"\e62a"}.ph-fill.ph-gif:before{content:"\e274"}.ph-fill.ph-gift:before{content:"\e276"}.ph-fill.ph-git-branch:before{content:"\e278"}.ph-fill.ph-git-commit:before{content:"\e27a"}.ph-fill.ph-git-diff:before{content:"\e27c"}.ph-fill.ph-git-fork:before{content:"\e27e"}.ph-fill.ph-git-merge:before{content:"\e280"}.ph-fill.ph-git-pull-request:before{content:"\e282"}.ph-fill.ph-github-logo:before{content:"\e576"}.ph-fill.ph-gitlab-logo:before{content:"\e694"}.ph-fill.ph-gitlab-logo-simple:before{content:"\e696"}.ph-fill.ph-globe:before{content:"\e288"}.ph-fill.ph-globe-hemisphere-east:before{content:"\e28a"}.ph-fill.ph-globe-hemisphere-west:before{content:"\e28c"}.ph-fill.ph-globe-simple:before{content:"\e28e"}.ph-fill.ph-globe-simple-x:before{content:"\e284"}.ph-fill.ph-globe-stand:before{content:"\e290"}.ph-fill.ph-globe-x:before{content:"\e286"}.ph-fill.ph-goggles:before{content:"\ecb4"}.ph-fill.ph-golf:before{content:"\ea3e"}.ph-fill.ph-goodreads-logo:before{content:"\ed10"}.ph-fill.ph-google-cardboard-logo:before{content:"\e7b6"}.ph-fill.ph-google-chrome-logo:before{content:"\e976"}.ph-fill.ph-google-drive-logo:before{content:"\e8f6"}.ph-fill.ph-google-logo:before{content:"\e292"}.ph-fill.ph-google-photos-logo:before{content:"\eb92"}.ph-fill.ph-google-play-logo:before{content:"\e294"}.ph-fill.ph-google-podcasts-logo:before{content:"\eb94"}.ph-fill.ph-gps:before{content:"\edd8"}.ph-fill.ph-gps-fix:before{content:"\edd6"}.ph-fill.ph-gps-slash:before{content:"\edd4"}.ph-fill.ph-gradient:before{content:"\eb42"}.ph-fill.ph-graduation-cap:before{content:"\e62c"}.ph-fill.ph-grains:before{content:"\ec68"}.ph-fill.ph-grains-slash:before{content:"\ec6a"}.ph-fill.ph-graph:before{content:"\eb58"}.ph-fill.ph-graphics-card:before{content:"\e612"}.ph-fill.ph-greater-than:before{content:"\edc4"}.ph-fill.ph-greater-than-or-equal:before{content:"\eda2"}.ph-fill.ph-grid-four:before{content:"\e296"}.ph-fill.ph-grid-nine:before{content:"\ec8c"}.ph-fill.ph-guitar:before{content:"\ea8a"}.ph-fill.ph-hair-dryer:before{content:"\ea66"}.ph-fill.ph-hamburger:before{content:"\e790"}.ph-fill.ph-hammer:before{content:"\e80e"}.ph-fill.ph-hand:before{content:"\e298"}.ph-fill.ph-hand-arrow-down:before{content:"\ea4e"}.ph-fill.ph-hand-arrow-up:before{content:"\ee5a"}.ph-fill.ph-hand-coins:before{content:"\ea8c"}.ph-fill.ph-hand-deposit:before{content:"\ee82"}.ph-fill.ph-hand-eye:before{content:"\ea4c"}.ph-fill.ph-hand-fist:before{content:"\e57a"}.ph-fill.ph-hand-grabbing:before{content:"\e57c"}.ph-fill.ph-hand-heart:before{content:"\e810"}.ph-fill.ph-hand-palm:before{content:"\e57e"}.ph-fill.ph-hand-peace:before{content:"\e7cc"}.ph-fill.ph-hand-pointing:before{content:"\e29a"}.ph-fill.ph-hand-soap:before{content:"\e630"}.ph-fill.ph-hand-swipe-left:before{content:"\ec94"}.ph-fill.ph-hand-swipe-right:before{content:"\ec92"}.ph-fill.ph-hand-tap:before{content:"\ec90"}.ph-fill.ph-hand-waving:before{content:"\e580"}.ph-fill.ph-hand-withdraw:before{content:"\ee80"}.ph-fill.ph-handbag:before{content:"\e29c"}.ph-fill.ph-handbag-simple:before{content:"\e62e"}.ph-fill.ph-hands-clapping:before{content:"\e6a0"}.ph-fill.ph-hands-praying:before{content:"\ecc8"}.ph-fill.ph-handshake:before{content:"\e582"}.ph-fill.ph-hard-drive:before{content:"\e29e"}.ph-fill.ph-hard-drives:before{content:"\e2a0"}.ph-fill.ph-hard-hat:before{content:"\ed46"}.ph-fill.ph-hash:before{content:"\e2a2"}.ph-fill.ph-hash-straight:before{content:"\e2a4"}.ph-fill.ph-head-circuit:before{content:"\e7d4"}.ph-fill.ph-headlights:before{content:"\e6fe"}.ph-fill.ph-headphones:before{content:"\e2a6"}.ph-fill.ph-headset:before{content:"\e584"}.ph-fill.ph-heart:before{content:"\e2a8"}.ph-fill.ph-heart-break:before{content:"\ebe8"}.ph-fill.ph-heart-half:before{content:"\ec48"}.ph-fill.ph-heart-straight:before{content:"\e2aa"}.ph-fill.ph-heart-straight-break:before{content:"\eb98"}.ph-fill.ph-heartbeat:before{content:"\e2ac"}.ph-fill.ph-hexagon:before{content:"\e2ae"}.ph-fill.ph-high-definition:before{content:"\ea8e"}.ph-fill.ph-high-heel:before{content:"\e8e8"}.ph-fill.ph-highlighter:before{content:"\ec76"}.ph-fill.ph-highlighter-circle:before{content:"\e632"}.ph-fill.ph-hockey:before{content:"\ec86"}.ph-fill.ph-hoodie:before{content:"\ecd0"}.ph-fill.ph-horse:before{content:"\e2b0"}.ph-fill.ph-hospital:before{content:"\e844"}.ph-fill.ph-hourglass:before{content:"\e2b2"}.ph-fill.ph-hourglass-high:before{content:"\e2b4"}.ph-fill.ph-hourglass-low:before{content:"\e2b6"}.ph-fill.ph-hourglass-medium:before{content:"\e2b8"}.ph-fill.ph-hourglass-simple:before{content:"\e2ba"}.ph-fill.ph-hourglass-simple-high:before{content:"\e2bc"}.ph-fill.ph-hourglass-simple-low:before{content:"\e2be"}.ph-fill.ph-hourglass-simple-medium:before{content:"\e2c0"}.ph-fill.ph-house:before{content:"\e2c2"}.ph-fill.ph-house-line:before{content:"\e2c4"}.ph-fill.ph-house-simple:before{content:"\e2c6"}.ph-fill.ph-hurricane:before{content:"\e88e"}.ph-fill.ph-ice-cream:before{content:"\e804"}.ph-fill.ph-identification-badge:before{content:"\e6f6"}.ph-fill.ph-identification-card:before{content:"\e2c8"}.ph-fill.ph-image:before{content:"\e2ca"}.ph-fill.ph-image-broken:before{content:"\e7a8"}.ph-fill.ph-image-square:before{content:"\e2cc"}.ph-fill.ph-images:before{content:"\e836"}.ph-fill.ph-images-square:before{content:"\e834"}.ph-fill.ph-infinity:before{content:"\e634"}.ph-fill.ph-lemniscate:before{content:"\e634"}.ph-fill.ph-info:before{content:"\e2ce"}.ph-fill.ph-instagram-logo:before{content:"\e2d0"}.ph-fill.ph-intersect:before{content:"\e2d2"}.ph-fill.ph-intersect-square:before{content:"\e87a"}.ph-fill.ph-intersect-three:before{content:"\ecc4"}.ph-fill.ph-intersection:before{content:"\edba"}.ph-fill.ph-invoice:before{content:"\ee42"}.ph-fill.ph-island:before{content:"\ee06"}.ph-fill.ph-jar:before{content:"\e7e0"}.ph-fill.ph-jar-label:before{content:"\e7e1"}.ph-fill.ph-jeep:before{content:"\e2d4"}.ph-fill.ph-joystick:before{content:"\ea5e"}.ph-fill.ph-kanban:before{content:"\eb54"}.ph-fill.ph-key:before{content:"\e2d6"}.ph-fill.ph-key-return:before{content:"\e782"}.ph-fill.ph-keyboard:before{content:"\e2d8"}.ph-fill.ph-keyhole:before{content:"\ea78"}.ph-fill.ph-knife:before{content:"\e636"}.ph-fill.ph-ladder:before{content:"\e9e4"}.ph-fill.ph-ladder-simple:before{content:"\ec26"}.ph-fill.ph-lamp:before{content:"\e638"}.ph-fill.ph-lamp-pendant:before{content:"\ee2e"}.ph-fill.ph-laptop:before{content:"\e586"}.ph-fill.ph-lasso:before{content:"\edc6"}.ph-fill.ph-lastfm-logo:before{content:"\e842"}.ph-fill.ph-layout:before{content:"\e6d6"}.ph-fill.ph-leaf:before{content:"\e2da"}.ph-fill.ph-lectern:before{content:"\e95a"}.ph-fill.ph-lego:before{content:"\e8c6"}.ph-fill.ph-lego-smiley:before{content:"\e8c7"}.ph-fill.ph-less-than:before{content:"\edac"}.ph-fill.ph-less-than-or-equal:before{content:"\eda4"}.ph-fill.ph-letter-circle-h:before{content:"\ebf8"}.ph-fill.ph-letter-circle-p:before{content:"\ec08"}.ph-fill.ph-letter-circle-v:before{content:"\ec14"}.ph-fill.ph-lifebuoy:before{content:"\e63a"}.ph-fill.ph-lightbulb:before{content:"\e2dc"}.ph-fill.ph-lightbulb-filament:before{content:"\e63c"}.ph-fill.ph-lighthouse:before{content:"\e9f6"}.ph-fill.ph-lightning:before{content:"\e2de"}.ph-fill.ph-lightning-a:before{content:"\ea84"}.ph-fill.ph-lightning-slash:before{content:"\e2e0"}.ph-fill.ph-line-segment:before{content:"\e6d2"}.ph-fill.ph-line-segments:before{content:"\e6d4"}.ph-fill.ph-line-vertical:before{content:"\ed70"}.ph-fill.ph-link:before{content:"\e2e2"}.ph-fill.ph-link-break:before{content:"\e2e4"}.ph-fill.ph-link-simple:before{content:"\e2e6"}.ph-fill.ph-link-simple-break:before{content:"\e2e8"}.ph-fill.ph-link-simple-horizontal:before{content:"\e2ea"}.ph-fill.ph-link-simple-horizontal-break:before{content:"\e2ec"}.ph-fill.ph-linkedin-logo:before{content:"\e2ee"}.ph-fill.ph-linktree-logo:before{content:"\edee"}.ph-fill.ph-linux-logo:before{content:"\eb02"}.ph-fill.ph-list:before{content:"\e2f0"}.ph-fill.ph-list-bullets:before{content:"\e2f2"}.ph-fill.ph-list-checks:before{content:"\eadc"}.ph-fill.ph-list-dashes:before{content:"\e2f4"}.ph-fill.ph-list-heart:before{content:"\ebde"}.ph-fill.ph-list-magnifying-glass:before{content:"\ebe0"}.ph-fill.ph-list-numbers:before{content:"\e2f6"}.ph-fill.ph-list-plus:before{content:"\e2f8"}.ph-fill.ph-list-star:before{content:"\ebdc"}.ph-fill.ph-lock:before{content:"\e2fa"}.ph-fill.ph-lock-key:before{content:"\e2fe"}.ph-fill.ph-lock-key-open:before{content:"\e300"}.ph-fill.ph-lock-laminated:before{content:"\e302"}.ph-fill.ph-lock-laminated-open:before{content:"\e304"}.ph-fill.ph-lock-open:before{content:"\e306"}.ph-fill.ph-lock-simple:before{content:"\e308"}.ph-fill.ph-lock-simple-open:before{content:"\e30a"}.ph-fill.ph-lockers:before{content:"\ecb8"}.ph-fill.ph-log:before{content:"\ed82"}.ph-fill.ph-magic-wand:before{content:"\e6b6"}.ph-fill.ph-magnet:before{content:"\e680"}.ph-fill.ph-magnet-straight:before{content:"\e682"}.ph-fill.ph-magnifying-glass:before{content:"\e30c"}.ph-fill.ph-magnifying-glass-minus:before{content:"\e30e"}.ph-fill.ph-magnifying-glass-plus:before{content:"\e310"}.ph-fill.ph-mailbox:before{content:"\ec1e"}.ph-fill.ph-map-pin:before{content:"\e316"}.ph-fill.ph-map-pin-area:before{content:"\ee3a"}.ph-fill.ph-map-pin-line:before{content:"\e318"}.ph-fill.ph-map-pin-plus:before{content:"\e314"}.ph-fill.ph-map-pin-simple:before{content:"\ee3e"}.ph-fill.ph-map-pin-simple-area:before{content:"\ee3c"}.ph-fill.ph-map-pin-simple-line:before{content:"\ee38"}.ph-fill.ph-map-trifold:before{content:"\e31a"}.ph-fill.ph-markdown-logo:before{content:"\e508"}.ph-fill.ph-marker-circle:before{content:"\e640"}.ph-fill.ph-martini:before{content:"\e31c"}.ph-fill.ph-mask-happy:before{content:"\e9f4"}.ph-fill.ph-mask-sad:before{content:"\eb9e"}.ph-fill.ph-mastodon-logo:before{content:"\ed68"}.ph-fill.ph-math-operations:before{content:"\e31e"}.ph-fill.ph-matrix-logo:before{content:"\ed64"}.ph-fill.ph-medal:before{content:"\e320"}.ph-fill.ph-medal-military:before{content:"\ecfc"}.ph-fill.ph-medium-logo:before{content:"\e322"}.ph-fill.ph-megaphone:before{content:"\e324"}.ph-fill.ph-megaphone-simple:before{content:"\e642"}.ph-fill.ph-member-of:before{content:"\edc2"}.ph-fill.ph-memory:before{content:"\e9c4"}.ph-fill.ph-messenger-logo:before{content:"\e6d8"}.ph-fill.ph-meta-logo:before{content:"\ed02"}.ph-fill.ph-meteor:before{content:"\e9ba"}.ph-fill.ph-metronome:before{content:"\ec8e"}.ph-fill.ph-microphone:before{content:"\e326"}.ph-fill.ph-microphone-slash:before{content:"\e328"}.ph-fill.ph-microphone-stage:before{content:"\e75c"}.ph-fill.ph-microscope:before{content:"\ec7a"}.ph-fill.ph-microsoft-excel-logo:before{content:"\eb6c"}.ph-fill.ph-microsoft-outlook-logo:before{content:"\eb70"}.ph-fill.ph-microsoft-powerpoint-logo:before{content:"\eace"}.ph-fill.ph-microsoft-teams-logo:before{content:"\eb66"}.ph-fill.ph-microsoft-word-logo:before{content:"\eb6a"}.ph-fill.ph-minus:before{content:"\e32a"}.ph-fill.ph-minus-circle:before{content:"\e32c"}.ph-fill.ph-minus-square:before{content:"\ed4c"}.ph-fill.ph-money:before{content:"\e588"}.ph-fill.ph-money-wavy:before{content:"\ee68"}.ph-fill.ph-monitor:before{content:"\e32e"}.ph-fill.ph-monitor-arrow-up:before{content:"\e58a"}.ph-fill.ph-monitor-play:before{content:"\e58c"}.ph-fill.ph-moon:before{content:"\e330"}.ph-fill.ph-moon-stars:before{content:"\e58e"}.ph-fill.ph-moped:before{content:"\e824"}.ph-fill.ph-moped-front:before{content:"\e822"}.ph-fill.ph-mosque:before{content:"\ecee"}.ph-fill.ph-motorcycle:before{content:"\e80a"}.ph-fill.ph-mountains:before{content:"\e7ae"}.ph-fill.ph-mouse:before{content:"\e33a"}.ph-fill.ph-mouse-left-click:before{content:"\e334"}.ph-fill.ph-mouse-middle-click:before{content:"\e338"}.ph-fill.ph-mouse-right-click:before{content:"\e336"}.ph-fill.ph-mouse-scroll:before{content:"\e332"}.ph-fill.ph-mouse-simple:before{content:"\e644"}.ph-fill.ph-music-note:before{content:"\e33c"}.ph-fill.ph-music-note-simple:before{content:"\e33e"}.ph-fill.ph-music-notes:before{content:"\e340"}.ph-fill.ph-music-notes-minus:before{content:"\ee0c"}.ph-fill.ph-music-notes-plus:before{content:"\eb7c"}.ph-fill.ph-music-notes-simple:before{content:"\e342"}.ph-fill.ph-navigation-arrow:before{content:"\eade"}.ph-fill.ph-needle:before{content:"\e82e"}.ph-fill.ph-network:before{content:"\edde"}.ph-fill.ph-network-slash:before{content:"\eddc"}.ph-fill.ph-network-x:before{content:"\edda"}.ph-fill.ph-newspaper:before{content:"\e344"}.ph-fill.ph-newspaper-clipping:before{content:"\e346"}.ph-fill.ph-not-equals:before{content:"\eda6"}.ph-fill.ph-not-member-of:before{content:"\edae"}.ph-fill.ph-not-subset-of:before{content:"\edb0"}.ph-fill.ph-not-superset-of:before{content:"\edb2"}.ph-fill.ph-notches:before{content:"\ed3a"}.ph-fill.ph-note:before{content:"\e348"}.ph-fill.ph-note-blank:before{content:"\e34a"}.ph-fill.ph-note-pencil:before{content:"\e34c"}.ph-fill.ph-notebook:before{content:"\e34e"}.ph-fill.ph-notepad:before{content:"\e63e"}.ph-fill.ph-notification:before{content:"\e6fa"}.ph-fill.ph-notion-logo:before{content:"\e9a0"}.ph-fill.ph-nuclear-plant:before{content:"\ed7c"}.ph-fill.ph-number-circle-eight:before{content:"\e352"}.ph-fill.ph-number-circle-five:before{content:"\e358"}.ph-fill.ph-number-circle-four:before{content:"\e35e"}.ph-fill.ph-number-circle-nine:before{content:"\e364"}.ph-fill.ph-number-circle-one:before{content:"\e36a"}.ph-fill.ph-number-circle-seven:before{content:"\e370"}.ph-fill.ph-number-circle-six:before{content:"\e376"}.ph-fill.ph-number-circle-three:before{content:"\e37c"}.ph-fill.ph-number-circle-two:before{content:"\e382"}.ph-fill.ph-number-circle-zero:before{content:"\e388"}.ph-fill.ph-number-eight:before{content:"\e350"}.ph-fill.ph-number-five:before{content:"\e356"}.ph-fill.ph-number-four:before{content:"\e35c"}.ph-fill.ph-number-nine:before{content:"\e362"}.ph-fill.ph-number-one:before{content:"\e368"}.ph-fill.ph-number-seven:before{content:"\e36e"}.ph-fill.ph-number-six:before{content:"\e374"}.ph-fill.ph-number-square-eight:before{content:"\e354"}.ph-fill.ph-number-square-five:before{content:"\e35a"}.ph-fill.ph-number-square-four:before{content:"\e360"}.ph-fill.ph-number-square-nine:before{content:"\e366"}.ph-fill.ph-number-square-one:before{content:"\e36c"}.ph-fill.ph-number-square-seven:before{content:"\e372"}.ph-fill.ph-number-square-six:before{content:"\e378"}.ph-fill.ph-number-square-three:before{content:"\e37e"}.ph-fill.ph-number-square-two:before{content:"\e384"}.ph-fill.ph-number-square-zero:before{content:"\e38a"}.ph-fill.ph-number-three:before{content:"\e37a"}.ph-fill.ph-number-two:before{content:"\e380"}.ph-fill.ph-number-zero:before{content:"\e386"}.ph-fill.ph-numpad:before{content:"\e3c8"}.ph-fill.ph-nut:before{content:"\e38c"}.ph-fill.ph-ny-times-logo:before{content:"\e646"}.ph-fill.ph-octagon:before{content:"\e38e"}.ph-fill.ph-office-chair:before{content:"\ea46"}.ph-fill.ph-onigiri:before{content:"\ee2c"}.ph-fill.ph-open-ai-logo:before{content:"\e7d2"}.ph-fill.ph-option:before{content:"\e8a8"}.ph-fill.ph-orange:before{content:"\ee40"}.ph-fill.ph-orange-slice:before{content:"\ed36"}.ph-fill.ph-oven:before{content:"\ed8c"}.ph-fill.ph-package:before{content:"\e390"}.ph-fill.ph-paint-brush:before{content:"\e6f0"}.ph-fill.ph-paint-brush-broad:before{content:"\e590"}.ph-fill.ph-paint-brush-household:before{content:"\e6f2"}.ph-fill.ph-paint-bucket:before{content:"\e392"}.ph-fill.ph-paint-roller:before{content:"\e6f4"}.ph-fill.ph-palette:before{content:"\e6c8"}.ph-fill.ph-panorama:before{content:"\eaa2"}.ph-fill.ph-pants:before{content:"\ec88"}.ph-fill.ph-paper-plane:before{content:"\e394"}.ph-fill.ph-paper-plane-right:before{content:"\e396"}.ph-fill.ph-paper-plane-tilt:before{content:"\e398"}.ph-fill.ph-paperclip:before{content:"\e39a"}.ph-fill.ph-paperclip-horizontal:before{content:"\e592"}.ph-fill.ph-parachute:before{content:"\ea7c"}.ph-fill.ph-paragraph:before{content:"\e960"}.ph-fill.ph-parallelogram:before{content:"\ecc6"}.ph-fill.ph-park:before{content:"\ecb2"}.ph-fill.ph-password:before{content:"\e752"}.ph-fill.ph-path:before{content:"\e39c"}.ph-fill.ph-patreon-logo:before{content:"\e98a"}.ph-fill.ph-pause:before{content:"\e39e"}.ph-fill.ph-pause-circle:before{content:"\e3a0"}.ph-fill.ph-paw-print:before{content:"\e648"}.ph-fill.ph-paypal-logo:before{content:"\e98c"}.ph-fill.ph-peace:before{content:"\e3a2"}.ph-fill.ph-pen:before{content:"\e3aa"}.ph-fill.ph-pen-nib:before{content:"\e3ac"}.ph-fill.ph-pen-nib-straight:before{content:"\e64a"}.ph-fill.ph-pencil:before{content:"\e3ae"}.ph-fill.ph-pencil-circle:before{content:"\e3b0"}.ph-fill.ph-pencil-line:before{content:"\e3b2"}.ph-fill.ph-pencil-ruler:before{content:"\e906"}.ph-fill.ph-pencil-simple:before{content:"\e3b4"}.ph-fill.ph-pencil-simple-line:before{content:"\ebc6"}.ph-fill.ph-pencil-simple-slash:before{content:"\ecf6"}.ph-fill.ph-pencil-slash:before{content:"\ecf8"}.ph-fill.ph-pentagon:before{content:"\ec7e"}.ph-fill.ph-pentagram:before{content:"\ec5c"}.ph-fill.ph-pepper:before{content:"\e94a"}.ph-fill.ph-percent:before{content:"\e3b6"}.ph-fill.ph-person:before{content:"\e3a8"}.ph-fill.ph-person-arms-spread:before{content:"\ecfe"}.ph-fill.ph-person-simple:before{content:"\e72e"}.ph-fill.ph-person-simple-bike:before{content:"\e734"}.ph-fill.ph-person-simple-circle:before{content:"\ee58"}.ph-fill.ph-person-simple-hike:before{content:"\ed54"}.ph-fill.ph-person-simple-run:before{content:"\e730"}.ph-fill.ph-person-simple-ski:before{content:"\e71c"}.ph-fill.ph-person-simple-snowboard:before{content:"\e71e"}.ph-fill.ph-person-simple-swim:before{content:"\e736"}.ph-fill.ph-person-simple-tai-chi:before{content:"\ed5c"}.ph-fill.ph-person-simple-throw:before{content:"\e732"}.ph-fill.ph-person-simple-walk:before{content:"\e73a"}.ph-fill.ph-perspective:before{content:"\ebe6"}.ph-fill.ph-phone:before{content:"\e3b8"}.ph-fill.ph-phone-call:before{content:"\e3ba"}.ph-fill.ph-phone-disconnect:before{content:"\e3bc"}.ph-fill.ph-phone-incoming:before{content:"\e3be"}.ph-fill.ph-phone-list:before{content:"\e3cc"}.ph-fill.ph-phone-outgoing:before{content:"\e3c0"}.ph-fill.ph-phone-pause:before{content:"\e3ca"}.ph-fill.ph-phone-plus:before{content:"\ec56"}.ph-fill.ph-phone-slash:before{content:"\e3c2"}.ph-fill.ph-phone-transfer:before{content:"\e3c6"}.ph-fill.ph-phone-x:before{content:"\e3c4"}.ph-fill.ph-phosphor-logo:before{content:"\e3ce"}.ph-fill.ph-pi:before{content:"\ec80"}.ph-fill.ph-piano-keys:before{content:"\e9c8"}.ph-fill.ph-picnic-table:before{content:"\ee26"}.ph-fill.ph-picture-in-picture:before{content:"\e64c"}.ph-fill.ph-piggy-bank:before{content:"\ea04"}.ph-fill.ph-pill:before{content:"\e700"}.ph-fill.ph-ping-pong:before{content:"\ea42"}.ph-fill.ph-pint-glass:before{content:"\edd0"}.ph-fill.ph-pinterest-logo:before{content:"\e64e"}.ph-fill.ph-pinwheel:before{content:"\eb9c"}.ph-fill.ph-pipe:before{content:"\ed86"}.ph-fill.ph-pipe-wrench:before{content:"\ed88"}.ph-fill.ph-pix-logo:before{content:"\ecc2"}.ph-fill.ph-pizza:before{content:"\e796"}.ph-fill.ph-placeholder:before{content:"\e650"}.ph-fill.ph-planet:before{content:"\e652"}.ph-fill.ph-plant:before{content:"\ebae"}.ph-fill.ph-play:before{content:"\e3d0"}.ph-fill.ph-play-circle:before{content:"\e3d2"}.ph-fill.ph-play-pause:before{content:"\e8be"}.ph-fill.ph-playlist:before{content:"\e6aa"}.ph-fill.ph-plug:before{content:"\e946"}.ph-fill.ph-plug-charging:before{content:"\eb5c"}.ph-fill.ph-plugs:before{content:"\eb56"}.ph-fill.ph-plugs-connected:before{content:"\eb5a"}.ph-fill.ph-plus:before{content:"\e3d4"}.ph-fill.ph-plus-circle:before{content:"\e3d6"}.ph-fill.ph-plus-minus:before{content:"\e3d8"}.ph-fill.ph-plus-square:before{content:"\ed4a"}.ph-fill.ph-poker-chip:before{content:"\e594"}.ph-fill.ph-police-car:before{content:"\ec4a"}.ph-fill.ph-polygon:before{content:"\e6d0"}.ph-fill.ph-popcorn:before{content:"\eb4e"}.ph-fill.ph-popsicle:before{content:"\ebbe"}.ph-fill.ph-potted-plant:before{content:"\ec22"}.ph-fill.ph-power:before{content:"\e3da"}.ph-fill.ph-prescription:before{content:"\e7a2"}.ph-fill.ph-presentation:before{content:"\e654"}.ph-fill.ph-presentation-chart:before{content:"\e656"}.ph-fill.ph-printer:before{content:"\e3dc"}.ph-fill.ph-prohibit:before{content:"\e3de"}.ph-fill.ph-prohibit-inset:before{content:"\e3e0"}.ph-fill.ph-projector-screen:before{content:"\e658"}.ph-fill.ph-projector-screen-chart:before{content:"\e65a"}.ph-fill.ph-pulse:before{content:"\e000"}.ph-fill.ph-activity:before{content:"\e000"}.ph-fill.ph-push-pin:before{content:"\e3e2"}.ph-fill.ph-push-pin-simple:before{content:"\e65c"}.ph-fill.ph-push-pin-simple-slash:before{content:"\e65e"}.ph-fill.ph-push-pin-slash:before{content:"\e3e4"}.ph-fill.ph-puzzle-piece:before{content:"\e596"}.ph-fill.ph-qr-code:before{content:"\e3e6"}.ph-fill.ph-question:before{content:"\e3e8"}.ph-fill.ph-question-mark:before{content:"\e3e9"}.ph-fill.ph-queue:before{content:"\e6ac"}.ph-fill.ph-quotes:before{content:"\e660"}.ph-fill.ph-rabbit:before{content:"\eac2"}.ph-fill.ph-racquet:before{content:"\ee02"}.ph-fill.ph-radical:before{content:"\e3ea"}.ph-fill.ph-radio:before{content:"\e77e"}.ph-fill.ph-radio-button:before{content:"\eb08"}.ph-fill.ph-radioactive:before{content:"\e9dc"}.ph-fill.ph-rainbow:before{content:"\e598"}.ph-fill.ph-rainbow-cloud:before{content:"\e59a"}.ph-fill.ph-ranking:before{content:"\ed62"}.ph-fill.ph-read-cv-logo:before{content:"\ed0c"}.ph-fill.ph-receipt:before{content:"\e3ec"}.ph-fill.ph-receipt-x:before{content:"\ed40"}.ph-fill.ph-record:before{content:"\e3ee"}.ph-fill.ph-rectangle:before{content:"\e3f0"}.ph-fill.ph-rectangle-dashed:before{content:"\e3f2"}.ph-fill.ph-recycle:before{content:"\e75a"}.ph-fill.ph-reddit-logo:before{content:"\e59c"}.ph-fill.ph-repeat:before{content:"\e3f6"}.ph-fill.ph-repeat-once:before{content:"\e3f8"}.ph-fill.ph-replit-logo:before{content:"\eb8a"}.ph-fill.ph-resize:before{content:"\ed6e"}.ph-fill.ph-rewind:before{content:"\e6a8"}.ph-fill.ph-rewind-circle:before{content:"\e3fa"}.ph-fill.ph-road-horizon:before{content:"\e838"}.ph-fill.ph-robot:before{content:"\e762"}.ph-fill.ph-rocket:before{content:"\e3fc"}.ph-fill.ph-rocket-launch:before{content:"\e3fe"}.ph-fill.ph-rows:before{content:"\e5a2"}.ph-fill.ph-rows-plus-bottom:before{content:"\e59e"}.ph-fill.ph-rows-plus-top:before{content:"\e5a0"}.ph-fill.ph-rss:before{content:"\e400"}.ph-fill.ph-rss-simple:before{content:"\e402"}.ph-fill.ph-rug:before{content:"\ea1a"}.ph-fill.ph-ruler:before{content:"\e6b8"}.ph-fill.ph-sailboat:before{content:"\e78a"}.ph-fill.ph-scales:before{content:"\e750"}.ph-fill.ph-scan:before{content:"\ebb6"}.ph-fill.ph-scan-smiley:before{content:"\ebb4"}.ph-fill.ph-scissors:before{content:"\eae0"}.ph-fill.ph-scooter:before{content:"\e820"}.ph-fill.ph-screencast:before{content:"\e404"}.ph-fill.ph-screwdriver:before{content:"\e86e"}.ph-fill.ph-scribble:before{content:"\e806"}.ph-fill.ph-scribble-loop:before{content:"\e662"}.ph-fill.ph-scroll:before{content:"\eb7a"}.ph-fill.ph-seal:before{content:"\e604"}.ph-fill.ph-circle-wavy:before{content:"\e604"}.ph-fill.ph-seal-check:before{content:"\e606"}.ph-fill.ph-circle-wavy-check:before{content:"\e606"}.ph-fill.ph-seal-percent:before{content:"\e60a"}.ph-fill.ph-seal-question:before{content:"\e608"}.ph-fill.ph-circle-wavy-question:before{content:"\e608"}.ph-fill.ph-seal-warning:before{content:"\e60c"}.ph-fill.ph-circle-wavy-warning:before{content:"\e60c"}.ph-fill.ph-seat:before{content:"\eb8e"}.ph-fill.ph-seatbelt:before{content:"\edfe"}.ph-fill.ph-security-camera:before{content:"\eca4"}.ph-fill.ph-selection:before{content:"\e69a"}.ph-fill.ph-selection-all:before{content:"\e746"}.ph-fill.ph-selection-background:before{content:"\eaf8"}.ph-fill.ph-selection-foreground:before{content:"\eaf6"}.ph-fill.ph-selection-inverse:before{content:"\e744"}.ph-fill.ph-selection-plus:before{content:"\e69c"}.ph-fill.ph-selection-slash:before{content:"\e69e"}.ph-fill.ph-shapes:before{content:"\ec5e"}.ph-fill.ph-share:before{content:"\e406"}.ph-fill.ph-share-fat:before{content:"\ed52"}.ph-fill.ph-share-network:before{content:"\e408"}.ph-fill.ph-shield:before{content:"\e40a"}.ph-fill.ph-shield-check:before{content:"\e40c"}.ph-fill.ph-shield-checkered:before{content:"\e708"}.ph-fill.ph-shield-chevron:before{content:"\e40e"}.ph-fill.ph-shield-plus:before{content:"\e706"}.ph-fill.ph-shield-slash:before{content:"\e410"}.ph-fill.ph-shield-star:before{content:"\ec34"}.ph-fill.ph-shield-warning:before{content:"\e412"}.ph-fill.ph-shipping-container:before{content:"\e78c"}.ph-fill.ph-shirt-folded:before{content:"\ea92"}.ph-fill.ph-shooting-star:before{content:"\ecfa"}.ph-fill.ph-shopping-bag:before{content:"\e416"}.ph-fill.ph-shopping-bag-open:before{content:"\e418"}.ph-fill.ph-shopping-cart:before{content:"\e41e"}.ph-fill.ph-shopping-cart-simple:before{content:"\e420"}.ph-fill.ph-shovel:before{content:"\e9e6"}.ph-fill.ph-shower:before{content:"\e776"}.ph-fill.ph-shrimp:before{content:"\eab4"}.ph-fill.ph-shuffle:before{content:"\e422"}.ph-fill.ph-shuffle-angular:before{content:"\e424"}.ph-fill.ph-shuffle-simple:before{content:"\e426"}.ph-fill.ph-sidebar:before{content:"\eab6"}.ph-fill.ph-sidebar-simple:before{content:"\ec24"}.ph-fill.ph-sigma:before{content:"\eab8"}.ph-fill.ph-sign-in:before{content:"\e428"}.ph-fill.ph-sign-out:before{content:"\e42a"}.ph-fill.ph-signature:before{content:"\ebac"}.ph-fill.ph-signpost:before{content:"\e89c"}.ph-fill.ph-sim-card:before{content:"\e664"}.ph-fill.ph-siren:before{content:"\e9b8"}.ph-fill.ph-sketch-logo:before{content:"\e42c"}.ph-fill.ph-skip-back:before{content:"\e5a4"}.ph-fill.ph-skip-back-circle:before{content:"\e42e"}.ph-fill.ph-skip-forward:before{content:"\e5a6"}.ph-fill.ph-skip-forward-circle:before{content:"\e430"}.ph-fill.ph-skull:before{content:"\e916"}.ph-fill.ph-skype-logo:before{content:"\e8dc"}.ph-fill.ph-slack-logo:before{content:"\e5a8"}.ph-fill.ph-sliders:before{content:"\e432"}.ph-fill.ph-sliders-horizontal:before{content:"\e434"}.ph-fill.ph-slideshow:before{content:"\ed32"}.ph-fill.ph-smiley:before{content:"\e436"}.ph-fill.ph-smiley-angry:before{content:"\ec62"}.ph-fill.ph-smiley-blank:before{content:"\e438"}.ph-fill.ph-smiley-meh:before{content:"\e43a"}.ph-fill.ph-smiley-melting:before{content:"\ee56"}.ph-fill.ph-smiley-nervous:before{content:"\e43c"}.ph-fill.ph-smiley-sad:before{content:"\e43e"}.ph-fill.ph-smiley-sticker:before{content:"\e440"}.ph-fill.ph-smiley-wink:before{content:"\e666"}.ph-fill.ph-smiley-x-eyes:before{content:"\e442"}.ph-fill.ph-snapchat-logo:before{content:"\e668"}.ph-fill.ph-sneaker:before{content:"\e80c"}.ph-fill.ph-sneaker-move:before{content:"\ed60"}.ph-fill.ph-snowflake:before{content:"\e5aa"}.ph-fill.ph-soccer-ball:before{content:"\e716"}.ph-fill.ph-sock:before{content:"\ecce"}.ph-fill.ph-solar-panel:before{content:"\ed7a"}.ph-fill.ph-solar-roof:before{content:"\ed7b"}.ph-fill.ph-sort-ascending:before{content:"\e444"}.ph-fill.ph-sort-descending:before{content:"\e446"}.ph-fill.ph-soundcloud-logo:before{content:"\e8de"}.ph-fill.ph-spade:before{content:"\e448"}.ph-fill.ph-sparkle:before{content:"\e6a2"}.ph-fill.ph-speaker-hifi:before{content:"\ea08"}.ph-fill.ph-speaker-high:before{content:"\e44a"}.ph-fill.ph-speaker-low:before{content:"\e44c"}.ph-fill.ph-speaker-none:before{content:"\e44e"}.ph-fill.ph-speaker-simple-high:before{content:"\e450"}.ph-fill.ph-speaker-simple-low:before{content:"\e452"}.ph-fill.ph-speaker-simple-none:before{content:"\e454"}.ph-fill.ph-speaker-simple-slash:before{content:"\e456"}.ph-fill.ph-speaker-simple-x:before{content:"\e458"}.ph-fill.ph-speaker-slash:before{content:"\e45a"}.ph-fill.ph-speaker-x:before{content:"\e45c"}.ph-fill.ph-speedometer:before{content:"\ee74"}.ph-fill.ph-sphere:before{content:"\ee66"}.ph-fill.ph-spinner:before{content:"\e66a"}.ph-fill.ph-spinner-ball:before{content:"\ee28"}.ph-fill.ph-spinner-gap:before{content:"\e66c"}.ph-fill.ph-spiral:before{content:"\e9fa"}.ph-fill.ph-split-horizontal:before{content:"\e872"}.ph-fill.ph-split-vertical:before{content:"\e876"}.ph-fill.ph-spotify-logo:before{content:"\e66e"}.ph-fill.ph-spray-bottle:before{content:"\e7e4"}.ph-fill.ph-square:before{content:"\e45e"}.ph-fill.ph-square-half:before{content:"\e462"}.ph-fill.ph-square-half-bottom:before{content:"\eb16"}.ph-fill.ph-square-logo:before{content:"\e690"}.ph-fill.ph-square-split-horizontal:before{content:"\e870"}.ph-fill.ph-square-split-vertical:before{content:"\e874"}.ph-fill.ph-squares-four:before{content:"\e464"}.ph-fill.ph-stack:before{content:"\e466"}.ph-fill.ph-stack-minus:before{content:"\edf4"}.ph-fill.ph-stack-overflow-logo:before{content:"\eb78"}.ph-fill.ph-stack-plus:before{content:"\edf6"}.ph-fill.ph-stack-simple:before{content:"\e468"}.ph-fill.ph-stairs:before{content:"\e8ec"}.ph-fill.ph-stamp:before{content:"\ea48"}.ph-fill.ph-standard-definition:before{content:"\ea90"}.ph-fill.ph-star:before{content:"\e46a"}.ph-fill.ph-star-and-crescent:before{content:"\ecf4"}.ph-fill.ph-star-four:before{content:"\e6a4"}.ph-fill.ph-star-half:before{content:"\e70a"}.ph-fill.ph-star-of-david:before{content:"\e89e"}.ph-fill.ph-steam-logo:before{content:"\ead4"}.ph-fill.ph-steering-wheel:before{content:"\e9ac"}.ph-fill.ph-steps:before{content:"\ecbe"}.ph-fill.ph-stethoscope:before{content:"\e7ea"}.ph-fill.ph-sticker:before{content:"\e5ac"}.ph-fill.ph-stool:before{content:"\ea44"}.ph-fill.ph-stop:before{content:"\e46c"}.ph-fill.ph-stop-circle:before{content:"\e46e"}.ph-fill.ph-storefront:before{content:"\e470"}.ph-fill.ph-strategy:before{content:"\ea3a"}.ph-fill.ph-stripe-logo:before{content:"\e698"}.ph-fill.ph-student:before{content:"\e73e"}.ph-fill.ph-subset-of:before{content:"\edc0"}.ph-fill.ph-subset-proper-of:before{content:"\edb6"}.ph-fill.ph-subtitles:before{content:"\e1a8"}.ph-fill.ph-subtitles-slash:before{content:"\e1a6"}.ph-fill.ph-subtract:before{content:"\ebd6"}.ph-fill.ph-subtract-square:before{content:"\ebd4"}.ph-fill.ph-subway:before{content:"\e498"}.ph-fill.ph-suitcase:before{content:"\e5ae"}.ph-fill.ph-suitcase-rolling:before{content:"\e9b0"}.ph-fill.ph-suitcase-simple:before{content:"\e5b0"}.ph-fill.ph-sun:before{content:"\e472"}.ph-fill.ph-sun-dim:before{content:"\e474"}.ph-fill.ph-sun-horizon:before{content:"\e5b6"}.ph-fill.ph-sunglasses:before{content:"\e816"}.ph-fill.ph-superset-of:before{content:"\edb8"}.ph-fill.ph-superset-proper-of:before{content:"\edb4"}.ph-fill.ph-swap:before{content:"\e83c"}.ph-fill.ph-swatches:before{content:"\e5b8"}.ph-fill.ph-swimming-pool:before{content:"\ecb6"}.ph-fill.ph-sword:before{content:"\e5ba"}.ph-fill.ph-synagogue:before{content:"\ecec"}.ph-fill.ph-syringe:before{content:"\e968"}.ph-fill.ph-t-shirt:before{content:"\e670"}.ph-fill.ph-table:before{content:"\e476"}.ph-fill.ph-tabs:before{content:"\e778"}.ph-fill.ph-tag:before{content:"\e478"}.ph-fill.ph-tag-chevron:before{content:"\e672"}.ph-fill.ph-tag-simple:before{content:"\e47a"}.ph-fill.ph-target:before{content:"\e47c"}.ph-fill.ph-taxi:before{content:"\e902"}.ph-fill.ph-tea-bag:before{content:"\e8e6"}.ph-fill.ph-telegram-logo:before{content:"\e5bc"}.ph-fill.ph-television:before{content:"\e754"}.ph-fill.ph-television-simple:before{content:"\eae6"}.ph-fill.ph-tennis-ball:before{content:"\e720"}.ph-fill.ph-tent:before{content:"\e8ba"}.ph-fill.ph-terminal:before{content:"\e47e"}.ph-fill.ph-terminal-window:before{content:"\eae8"}.ph-fill.ph-test-tube:before{content:"\e7a0"}.ph-fill.ph-text-a-underline:before{content:"\ed34"}.ph-fill.ph-text-aa:before{content:"\e6ee"}.ph-fill.ph-text-align-center:before{content:"\e480"}.ph-fill.ph-text-align-justify:before{content:"\e482"}.ph-fill.ph-text-align-left:before{content:"\e484"}.ph-fill.ph-text-align-right:before{content:"\e486"}.ph-fill.ph-text-b:before{content:"\e5be"}.ph-fill.ph-text-bolder:before{content:"\e5be"}.ph-fill.ph-text-columns:before{content:"\ec96"}.ph-fill.ph-text-h:before{content:"\e6ba"}.ph-fill.ph-text-h-five:before{content:"\e6c4"}.ph-fill.ph-text-h-four:before{content:"\e6c2"}.ph-fill.ph-text-h-one:before{content:"\e6bc"}.ph-fill.ph-text-h-six:before{content:"\e6c6"}.ph-fill.ph-text-h-three:before{content:"\e6c0"}.ph-fill.ph-text-h-two:before{content:"\e6be"}.ph-fill.ph-text-indent:before{content:"\ea1e"}.ph-fill.ph-text-italic:before{content:"\e5c0"}.ph-fill.ph-text-outdent:before{content:"\ea1c"}.ph-fill.ph-text-strikethrough:before{content:"\e5c2"}.ph-fill.ph-text-subscript:before{content:"\ec98"}.ph-fill.ph-text-superscript:before{content:"\ec9a"}.ph-fill.ph-text-t:before{content:"\e48a"}.ph-fill.ph-text-t-slash:before{content:"\e488"}.ph-fill.ph-text-underline:before{content:"\e5c4"}.ph-fill.ph-textbox:before{content:"\eb0a"}.ph-fill.ph-thermometer:before{content:"\e5c6"}.ph-fill.ph-thermometer-cold:before{content:"\e5c8"}.ph-fill.ph-thermometer-hot:before{content:"\e5ca"}.ph-fill.ph-thermometer-simple:before{content:"\e5cc"}.ph-fill.ph-threads-logo:before{content:"\ed9e"}.ph-fill.ph-three-d:before{content:"\ea5a"}.ph-fill.ph-thumbs-down:before{content:"\e48c"}.ph-fill.ph-thumbs-up:before{content:"\e48e"}.ph-fill.ph-ticket:before{content:"\e490"}.ph-fill.ph-tidal-logo:before{content:"\ed1c"}.ph-fill.ph-tiktok-logo:before{content:"\eaf2"}.ph-fill.ph-tilde:before{content:"\eda8"}.ph-fill.ph-timer:before{content:"\e492"}.ph-fill.ph-tip-jar:before{content:"\e7e2"}.ph-fill.ph-tipi:before{content:"\ed30"}.ph-fill.ph-tire:before{content:"\edd2"}.ph-fill.ph-toggle-left:before{content:"\e674"}.ph-fill.ph-toggle-right:before{content:"\e676"}.ph-fill.ph-toilet:before{content:"\e79a"}.ph-fill.ph-toilet-paper:before{content:"\e79c"}.ph-fill.ph-toolbox:before{content:"\eca0"}.ph-fill.ph-tooth:before{content:"\e9cc"}.ph-fill.ph-tornado:before{content:"\e88c"}.ph-fill.ph-tote:before{content:"\e494"}.ph-fill.ph-tote-simple:before{content:"\e678"}.ph-fill.ph-towel:before{content:"\ede6"}.ph-fill.ph-tractor:before{content:"\ec6e"}.ph-fill.ph-trademark:before{content:"\e9f0"}.ph-fill.ph-trademark-registered:before{content:"\e3f4"}.ph-fill.ph-traffic-cone:before{content:"\e9a8"}.ph-fill.ph-traffic-sign:before{content:"\e67a"}.ph-fill.ph-traffic-signal:before{content:"\e9aa"}.ph-fill.ph-train:before{content:"\e496"}.ph-fill.ph-train-regional:before{content:"\e49e"}.ph-fill.ph-train-simple:before{content:"\e4a0"}.ph-fill.ph-tram:before{content:"\e9ec"}.ph-fill.ph-translate:before{content:"\e4a2"}.ph-fill.ph-trash:before{content:"\e4a6"}.ph-fill.ph-trash-simple:before{content:"\e4a8"}.ph-fill.ph-tray:before{content:"\e4aa"}.ph-fill.ph-tray-arrow-down:before{content:"\e010"}.ph-fill.ph-archive-tray:before{content:"\e010"}.ph-fill.ph-tray-arrow-up:before{content:"\ee52"}.ph-fill.ph-treasure-chest:before{content:"\ede2"}.ph-fill.ph-tree:before{content:"\e6da"}.ph-fill.ph-tree-evergreen:before{content:"\e6dc"}.ph-fill.ph-tree-palm:before{content:"\e91a"}.ph-fill.ph-tree-structure:before{content:"\e67c"}.ph-fill.ph-tree-view:before{content:"\ee48"}.ph-fill.ph-trend-down:before{content:"\e4ac"}.ph-fill.ph-trend-up:before{content:"\e4ae"}.ph-fill.ph-triangle:before{content:"\e4b0"}.ph-fill.ph-triangle-dashed:before{content:"\e4b2"}.ph-fill.ph-trolley:before{content:"\e5b2"}.ph-fill.ph-trolley-suitcase:before{content:"\e5b4"}.ph-fill.ph-trophy:before{content:"\e67e"}.ph-fill.ph-truck:before{content:"\e4b4"}.ph-fill.ph-truck-trailer:before{content:"\e4b6"}.ph-fill.ph-tumblr-logo:before{content:"\e8d4"}.ph-fill.ph-twitch-logo:before{content:"\e5ce"}.ph-fill.ph-twitter-logo:before{content:"\e4ba"}.ph-fill.ph-umbrella:before{content:"\e684"}.ph-fill.ph-umbrella-simple:before{content:"\e686"}.ph-fill.ph-union:before{content:"\edbe"}.ph-fill.ph-unite:before{content:"\e87e"}.ph-fill.ph-unite-square:before{content:"\e878"}.ph-fill.ph-upload:before{content:"\e4be"}.ph-fill.ph-upload-simple:before{content:"\e4c0"}.ph-fill.ph-usb:before{content:"\e956"}.ph-fill.ph-user:before{content:"\e4c2"}.ph-fill.ph-user-check:before{content:"\eafa"}.ph-fill.ph-user-circle:before{content:"\e4c4"}.ph-fill.ph-user-circle-check:before{content:"\ec38"}.ph-fill.ph-user-circle-dashed:before{content:"\ec36"}.ph-fill.ph-user-circle-gear:before{content:"\e4c6"}.ph-fill.ph-user-circle-minus:before{content:"\e4c8"}.ph-fill.ph-user-circle-plus:before{content:"\e4ca"}.ph-fill.ph-user-focus:before{content:"\e6fc"}.ph-fill.ph-user-gear:before{content:"\e4cc"}.ph-fill.ph-user-list:before{content:"\e73c"}.ph-fill.ph-user-minus:before{content:"\e4ce"}.ph-fill.ph-user-plus:before{content:"\e4d0"}.ph-fill.ph-user-rectangle:before{content:"\e4d2"}.ph-fill.ph-user-sound:before{content:"\eca8"}.ph-fill.ph-user-square:before{content:"\e4d4"}.ph-fill.ph-user-switch:before{content:"\e756"}.ph-fill.ph-users:before{content:"\e4d6"}.ph-fill.ph-users-four:before{content:"\e68c"}.ph-fill.ph-users-three:before{content:"\e68e"}.ph-fill.ph-van:before{content:"\e826"}.ph-fill.ph-vault:before{content:"\e76e"}.ph-fill.ph-vector-three:before{content:"\ee62"}.ph-fill.ph-vector-two:before{content:"\ee64"}.ph-fill.ph-vibrate:before{content:"\e4d8"}.ph-fill.ph-video:before{content:"\e740"}.ph-fill.ph-video-camera:before{content:"\e4da"}.ph-fill.ph-video-camera-slash:before{content:"\e4dc"}.ph-fill.ph-video-conference:before{content:"\edce"}.ph-fill.ph-vignette:before{content:"\eba2"}.ph-fill.ph-vinyl-record:before{content:"\ecac"}.ph-fill.ph-virtual-reality:before{content:"\e7b8"}.ph-fill.ph-virus:before{content:"\e7d6"}.ph-fill.ph-visor:before{content:"\ee2a"}.ph-fill.ph-voicemail:before{content:"\e4de"}.ph-fill.ph-volleyball:before{content:"\e726"}.ph-fill.ph-wall:before{content:"\e688"}.ph-fill.ph-wallet:before{content:"\e68a"}.ph-fill.ph-warehouse:before{content:"\ecd4"}.ph-fill.ph-warning:before{content:"\e4e0"}.ph-fill.ph-warning-circle:before{content:"\e4e2"}.ph-fill.ph-warning-diamond:before{content:"\e7fc"}.ph-fill.ph-warning-octagon:before{content:"\e4e4"}.ph-fill.ph-washing-machine:before{content:"\ede8"}.ph-fill.ph-watch:before{content:"\e4e6"}.ph-fill.ph-wave-sawtooth:before{content:"\ea9c"}.ph-fill.ph-wave-sine:before{content:"\ea9a"}.ph-fill.ph-wave-square:before{content:"\ea9e"}.ph-fill.ph-wave-triangle:before{content:"\eaa0"}.ph-fill.ph-waveform:before{content:"\e802"}.ph-fill.ph-waveform-slash:before{content:"\e800"}.ph-fill.ph-waves:before{content:"\e6de"}.ph-fill.ph-webcam:before{content:"\e9b2"}.ph-fill.ph-webcam-slash:before{content:"\ecdc"}.ph-fill.ph-webhooks-logo:before{content:"\ecae"}.ph-fill.ph-wechat-logo:before{content:"\e8d2"}.ph-fill.ph-whatsapp-logo:before{content:"\e5d0"}.ph-fill.ph-wheelchair:before{content:"\e4e8"}.ph-fill.ph-wheelchair-motion:before{content:"\e89a"}.ph-fill.ph-wifi-high:before{content:"\e4ea"}.ph-fill.ph-wifi-low:before{content:"\e4ec"}.ph-fill.ph-wifi-medium:before{content:"\e4ee"}.ph-fill.ph-wifi-none:before{content:"\e4f0"}.ph-fill.ph-wifi-slash:before{content:"\e4f2"}.ph-fill.ph-wifi-x:before{content:"\e4f4"}.ph-fill.ph-wind:before{content:"\e5d2"}.ph-fill.ph-windmill:before{content:"\e9f8"}.ph-fill.ph-windows-logo:before{content:"\e692"}.ph-fill.ph-wine:before{content:"\e6b2"}.ph-fill.ph-wrench:before{content:"\e5d4"}.ph-fill.ph-x:before{content:"\e4f6"}.ph-fill.ph-x-circle:before{content:"\e4f8"}.ph-fill.ph-x-logo:before{content:"\e4bc"}.ph-fill.ph-x-square:before{content:"\e4fa"}.ph-fill.ph-yarn:before{content:"\ed9a"}.ph-fill.ph-yin-yang:before{content:"\e92a"}.ph-fill.ph-youtube-logo:before{content:"\e4fc"}.deal-card{border-radius:1rem !important;box-shadow:var(--slt);padding:15px;display:grid}@media (min-width:641px){.deal-card{grid-column:auto / span 2;grid-column-gap:20px;grid-template-columns:repeat(2, 1fr)}}.deal-card-info{display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:6px;flex:1}.deal-card-a,.deal-card-a:hover{border:0 !important}.deal-card-button{background:#126afb;color:#fff;width:100%}.deal-card-button:hover{background:#0246ac}.deal-card-img{height:220px}.deal-card-img>img{object-fit:cover;width:100%;height:100%}.AfruxWidgets-topWidgetSection{-webkit-mask-image:none;mask-image:none}.BlogFeaturedWidget-widget{width:100%;position:relative}.BlogFeaturedWidget-widget .AfruxWidgets-Widget-title{display:flex;flex-wrap:nowrap;align-items:baseline}.BlogFeaturedWidget-widget .BlogFeaturedWidget-scrollButton:first-of-type{margin-left:auto;margin-right:8px}@media (hover:none){.BlogFeaturedWidget-widget .BlogFeaturedWidget-scrollButton{display:none}}.BlogFeaturedWidget-titleSeparator{padding:0 8px;transform-origin:center;transform:scale(1.5);display:inline-block;vertical-align:middle}.BlogFeaturedWidget-moreLinkIcon{margin-left:8px;transform:translateX(0);transition:transform .17s ease-out}.BlogFeaturedWidget-moreLink:hover .BlogFeaturedWidget-moreLinkIcon,.BlogFeaturedWidget-moreLink:focus .BlogFeaturedWidget-moreLinkIcon{transform:translateX(4px)}.BlogFeaturedWidget-articleList{display:flex;overflow-x:auto;padding-bottom:0;scrollbar-width:none;-ms-overflow-style:none}.BlogFeaturedWidget-articleList::-webkit-scrollbar{display:none;width:0;height:0}.BlogFeaturedWidget-articleList>*{width:300px;flex-shrink:0}.BlogFeaturedWidget-articleList>*:not(:last-child){margin-right:16px}.BlogFeaturedWidget-articleList .BlogFeatured-list-item{display:flex;align-items:flex-end;text-decoration:none;height:200px;background-color:#e5e7f6;background-position:center center;background-repeat:no-repeat;background-size:cover;border-radius:var(--br1);overflow:hidden;transition:box-shadow 250ms ease;position:relative}@media (min-width:799px){.BlogFeaturedWidget-articleList .BlogFeatured-list-item{height:250px}}.BlogFeaturedWidget-articleList .BlogFeatured-list-item-top{position:absolute;z-index:2;top:10px;right:10px;text-align:right}.BlogFeaturedWidget-articleList .BlogFeatured-list-item-top .dataItem{display:inline-block;padding:5px 10px;font-weight:700;font-size:12px;background:rgba(17,17,17,0.6);color:#fff;text-transform:uppercase;border-radius:4px;margin-left:5px;margin-bottom:5px}.BlogFeaturedWidget-articleList .BlogFeatured-list-item-details{padding:80px 20px 20px 20px;color:#ffffff;flex-grow:1;position:relative;text-shadow:0px 0px 4px rgba(0,0,0,0.28)}.BlogFeaturedWidget-articleList .BlogFeatured-list-item-details h4{font-size:22px;text-overflow:ellipsis;font-weight:400;line-height:1;margin:0 0 12px;position:relative;z-index:2}@media screen and (min-width:1380px){.BlogFeaturedWidget-articleList .BlogFeatured-list-item-details h4{font-size:30px}}.BlogFeaturedWidget-articleList .BlogFeatured-list-item-details .data{color:#ffffff;position:relative;z-index:2}.BlogFeaturedWidget-articleList .BlogFeatured-list-item-details .data span{display:inline-block;margin-right:15px}.BlogFeaturedWidget-articleList .BlogFeatured-list-item-details .data span i{margin-right:5px}.BlogFeaturedWidget-articleList .BlogFeatured-list-item-details:before{content:" ";position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;background:linear-gradient(0deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 95%);transition:opacity 250ms ease;opacity:0.8}.BlogFeaturedWidget-articleList .BlogFeatured-list-item:hover{text-decoration:none;box-shadow:0 7px 6px 4px rgba(170,170,170,0.3)}.BlogFeaturedWidget-articleList .BlogFeatured-list-item:hover :before{opacity:1}.BlogFeaturedWidget-loadStatusMessage{height:100px;margin:0;display:flex;align-items:center;justify-content:center}.BlogFeaturedWidget-loadStatusMessage p{margin:0;color:var(--control-color)}.AccessPortal{margin-top:1em}.AccessPortal,.PaymentOptionsModal Form{display:flex;flex-direction:column}.AccessPortal .SubscribeCard,.Modal .PriceOption{margin-bottom:1em;padding:2em;position:relative;top:0;border-radius:4px;background:#fff;color:#111;display:flex;flex-direction:column;align-content:center;align-items:center}.AccessPortal .SubscribeCard:before,.Modal .PriceOption:before,.AccessPortal .SubscribeCard:after,.Modal .PriceOption:after{content:" ";display:table}.AccessPortal .SubscribeCard:after,.Modal .PriceOption:after{clear:both}@media (min-width: 768px){.AccessPortal .SubscribeCard,.Modal .PriceOption{flex-direction:row}}.AccessPortal .SubscribeCard>.icon,.Modal .PriceOption>.icon{width:20px;height:20px}.AccessPortal .SubscribeCard>.description,.Modal .PriceOption>.description{margin:0 1em}.AccessPortal .SubscribeCard>.controls,.Modal .PriceOption>.controls{flex-grow:2;text-align:right}.AccessPortal .SubscribeCard>.controls .Button:first-of-type,.Modal .PriceOption>.controls .Button:first-of-type{--button-color:var(--button-primary-color);--button-bg:var(--button-primary-bg);--button-bg-hover:var(--button-primary-bg-hover);--button-bg-active:var(--button-primary-bg-active);--button-bg-disabled:var(--button-primary-bg-disabled)}.SubscriptionsUserPage .SubscribeCard{background:#e5e7f6}.Payments-backers-container{padding:12px;background:var(--control-bg);border-radius:var(--border-radius);color:var(--control-color)}@media (max-width: 767.98px){.Payments-backers-container{padding:8px}}.Payments-backers-header{display:grid;grid-template-columns:50% 50%;margin-bottom:16px}.Payments-backers-info{display:flex;flex-direction:column;justify-content:center;text-align:center;font-weight:bold}.Payments-backers-info-value{display:grid;grid-template-columns:min-content min-content;grid-gap:6px;justify-content:center;align-items:center}.Payments-backers-info-number{font-size:15px}.Payments-backers-info-label{font-size:11px}.Payments-backers-info-icon{display:flex}.Payments-backers-users{display:grid;grid-template-columns:repeat(auto-fill, minmax(16px, 1fr));gap:4px;text-align:center}@media (max-width: 767.98px){.Payments-backers-users{display:flex;gap:unset}}.Payments-backers-users-item,.Payments-backers-users-item:hover,.Payments-backers-users-item:focus{text-decoration:none}@media (max-width: 767.98px){.Payments-backers-users-item{margin-left:4px}.Payments-backers-users-item:first-child{margin-left:0}}.Payments-backers-users-item .Avatar{--size:24px}.Payments-backers-users-item--plus .Avatar{background-color:var(--body-bg);color:var(--control-color);font-size:13px}@media (max-width: 767.98px){.Payments-backers-body{display:none}.Payments-backers-header{grid-gap:24px;grid-template-columns:auto auto;margin-bottom:0}.Payments-backers-info{flex-direction:row;align-items:center;grid-gap:6px}}.DiscussionHero-items .Blomstra-Payments{margin:2em auto;width:50%}.DiscussionHero-items .Blomstra-Payments .description{margin:2em 0}.DiscussionHero-items .Blomstra-Payments .Button{font-size:1em;padding:1.5em}.RequiresPaymentLabel{font-size:85%;font-weight:600;display:inline-block;padding:.1em .5em;border-radius:4px;background:#fdd;color:#d66;text-transform:none;vertical-align:2px}.DiscussionHero .TagsLabel .RequiresPaymentLabel{background:transparent;border-radius:4px !important;font-size:14px}.DiscussionListItem-info>.item-bounty{margin-right:4px}.DiscussionListItem-info>.item-bounty>.TagLabel{--tag-color:#fd5105;--tag-bg:var(--@primary-color)}@media (min-width: 768px){.IndexPage .DiscussionListItem-info>.item-bounty,.UserPage .DiscussionListItem-info>.item-bounty{margin-right:0;position:absolute;right:80px;top:32px;max-width:150px;white-space:nowrap;overflow:hidden;transition:max-width .2s ease-in-out,-webkit-mask-image .2s;-webkit-mask-image:linear-gradient(to right, #000 140px, rgba(0,0,0,0) 150px);font-size:12px}.IndexPage .DiscussionListItem-info>.item-bounty:hover,.UserPage .DiscussionListItem-info>.item-bounty:hover{max-width:400px;-webkit-mask-image:none}}.EventPost.PtvRequiresPaymentPost .Post-actions,.EventPost.PtbDiscussionBumpedPost .Post-actions{display:none !important}.EventPost.PtvRequiresPaymentPost .Post-footer ul,.EventPost.PtbDiscussionBumpedPost .Post-footer ul{display:flex;flex-direction:row-reverse}.EventPost.PtvRequiresPaymentPost .item-payToView .completed,.EventPost.PtbDiscussionBumpedPost .item-payToView .completed{--button-color:#33722d;--button-bg:#b4f1af;--button-bg-hover:#a0ed99;--button-bg-active:#8be984;--button-bg-disabled:#b4f1af}.PostMention:before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;font-family:'Font Awesome 6 Pro';font-weight:900;font-family:'Phosphor-bold';font-weight:initial}.PostMention:before.fa-pull-left{margin-right:.3em}.PostMention:before.fa-pull-right{margin-left:.3em}.SelectTagList.selected .icon::before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;font-family:'Font Awesome 6 Pro';font-weight:900;font-family:'Phosphor-bold';font-weight:initial}.SelectTagList.selected .icon::before.fa-pull-left{margin-right:.3em}.SelectTagList.selected .icon::before.fa-pull-right{margin-left:.3em}@media (min-width: 768px){.unread .DiscussionListItem-count:before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;font-family:'Font Awesome 6 Pro';font-weight:900;font-family:'Phosphor-bold';font-weight:initial}.unread .DiscussionListItem-count:before.fa-pull-left{margin-right:.3em}.unread .DiscussionListItem-count:before.fa-pull-right{margin-left:.3em}.unread .DiscussionListItem-count:hover:before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;font-family:'Font Awesome 6 Pro';font-weight:900;font-family:'Phosphor-bold';font-weight:initial}.unread .DiscussionListItem-count:hover:before.fa-pull-left{margin-right:.3em}.unread .DiscussionListItem-count:hover:before.fa-pull-right{margin-left:.3em}}.Search-input:before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;font-family:'Font Awesome 6 Pro';font-weight:900;font-family:'Phosphor-bold';font-weight:initial;line-height:inherit}.Search-input:before.fa-pull-left{margin-right:.3em}.Search-input:before.fa-pull-right{margin-left:.3em}.pwa-setting-alert .icon{margin-right:10px}