@charset "UTF-8";@keyframes hotToastEnter{0%{transform:scale(0)}to{transform:scale(1)}}.hot-toast-animated-icon{animation:var(--hot-toast-animated-icon-animation, hotToastEnter .3s ease-in-out forwards);position:var(--hot-toast-animated-icon-position, relative);transform:var(--hot-toast-animated-icon-transform, scale(0))}@media (prefers-reduced-motion: reduce){.hot-toast-animated-icon{animation-duration:var(--hot-toast-animated-icon-reduced-motion-animation-duration, none);opacity:var(--hot-toast-animated-icon-reduced-motion-opacity, 1);transform:var(--hot-toast-animated-icon-reduced-motion-transform, scale(1))}}@keyframes hotToastCircleAnimation{0%{opacity:0;transform:scale(0) rotate(45deg)}to{opacity:1;transform:scale(1) rotate(45deg)}}@keyframes hotToastCheckmarkAnimation{0%{height:0;opacity:0;width:0}40%{height:0;opacity:1;width:6px}to{height:10px;opacity:1}}.hot-toast-checkmark-icon{animation:var(--hot-toast-checkmark-icon-animation, hotToastCircleAnimation .3s cubic-bezier(.175, .885, .32, 1.275) forwards);animation-delay:var(--hot-toast-checkmark-icon-animation-delay, .1s);background-color:var(--hot-toast-checkmark-icon-background-color, var(--check-primary, #61d345));border-radius:var(--hot-toast-checkmark-icon-border-radius, 10px);height:var(--hot-toast-checkmark-icon-height, 20px);opacity:var(--hot-toast-checkmark-icon-opacity, 0);position:var(--hot-toast-checkmark-icon-position, relative);transform:var(--hot-toast-checkmark-icon-transform, rotate(45deg));width:var(--hot-toast-checkmark-icon-width, 20px)}@media (prefers-reduced-motion: reduce){.hot-toast-checkmark-icon{animation-duration:var(--hot-toast-checkmark-icon-reduced-motion-animation-duration, 0ms)}}.hot-toast-checkmark-icon:after{animation:var(--hot-toast-checkmark-icon-after-animation, hotToastCheckmarkAnimation .2s ease-out forwards);animation-delay:var(--hot-toast-checkmark-icon-after-animation-delay, .2s);border-bottom-style:solid;border-bottom-width:var(--hot-toast-checkmark-icon-after-border-bottom, 2px);border-color:var(--hot-toast-checkmark-icon-after-border-color, var(--check-secondary, #fff));border-right-style:solid;border-right-width:var(--hot-toast-checkmark-icon-after-border-right, 2px);bottom:var(--hot-toast-checkmark-icon-after-bottom, 6px);box-sizing:var(--hot-toast-checkmark-icon-after-box-sizing, border-box);content:var(--hot-toast-checkmark-icon-after-content, "");height:var(--hot-toast-checkmark-icon-after-height, 10px);left:var(--hot-toast-checkmark-icon-after-left, 6px);opacity:var(--hot-toast-checkmark-icon-after-opacity, 0);position:var(--hot-toast-checkmark-icon-after-position, absolute);width:var(--hot-toast-checkmark-icon-after-width, 6px)}@media (prefers-reduced-motion: reduce){.hot-toast-checkmark-icon:after{animation-duration:var(--hot-toast-checkmark-icon-after-reduced-motion-animation-duration, 0ms)}}@keyframes hotToastErrorCircleAnimation{0%{opacity:0;transform:scale(0) rotate(45deg)}to{opacity:1;transform:scale(1) rotate(45deg)}}@keyframes hotToastFirstLineAnimation{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}@keyframes hotToastSecondLineAnimation{0%{opacity:0;transform:scale(0) rotate(90deg)}to{opacity:1;transform:scale(1) rotate(90deg)}}.hot-toast-error-icon{animation:var(--hot-toast-error-icon-animation, hotToastErrorCircleAnimation .3s cubic-bezier(.175, .885, .32, 1.275) forwards);animation-delay:var(--hot-toast-error-icon-animation-delay, .1s);background:var(--hot-toast-error-icon-background, var(--error-primary, #ff4b4b));border-radius:var(--hot-toast-error-icon-border-radius, 10px);height:var(--hot-toast-error-icon-height, 20px);opacity:var(--hot-toast-error-icon-opacity, 0);position:var(--hot-toast-error-icon-position, relative);transform:var(--hot-toast-error-icon-transform, rotate(45deg));width:var(--hot-toast-error-icon-width, 20px)}@media (prefers-reduced-motion: reduce){.hot-toast-error-icon{animation-duration:var(--hot-toast-error-icon-reduced-motion-animation-duration, 0ms)}}.hot-toast-error-icon:after,.hot-toast-error-icon:before{animation:var(--hot-toast-error-icon-after-before-animation, hotToastFirstLineAnimation .15s ease-out forwards);animation-delay:var(--hot-toast-error-icon-after-before-animation-delay, .15s);background:var(--hot-toast-error-icon-after-before-background, var(--error-secondary, #fff));border-radius:var(--hot-toast-error-icon-after-before-border-radius, 3px);bottom:var(--hot-toast-error-icon-after-before-bottom, 9px);content:var(--hot-toast-error-icon-after-before-content, "");height:var(--hot-toast-error-icon-after-before-height, 2px);left:var(--hot-toast-error-icon-after-before-left, 4px);opacity:var(--hot-toast-error-icon-after-before-opacity, 0);position:var(--hot-toast-error-icon-after-before-position, absolute);width:var(--hot-toast-error-icon-after-before-width, 12px)}@media (prefers-reduced-motion: reduce){.hot-toast-error-icon:after,.hot-toast-error-icon:before{animation-duration:var(--hot-toast-error-icon-after-before-reduced-motion-animation-duration, 0ms)}}.hot-toast-error-icon:before{animation:var(--hot-toast-error-icon-before-animation, hotToastSecondLineAnimation .15s ease-out forwards);animation-delay:var(--hot-toast-error-icon-before-animation-delay, .18s);transform:var(--hot-toast-error-icon-before-transform, rotate(90deg))}@media (prefers-reduced-motion: reduce){.hot-toast-error-icon:before{animation-duration:var(--hot-toast-error-icon-before-reduced-motion-animation-duration, 0ms)}}.hot-toast-bar-base{align-items:var(--hot-toast-align-items, center);background-color:var(--hot-toast-bg, #fff);border-radius:var(--hot-toast-border-radius, 4px);box-shadow:var(--hot-toast-shadow, 0 3px 10px rgba(0, 0, 0, .1), 0 3px 3px rgba(0, 0, 0, .05));color:var(--hot-toast-color, #363636);display:var(--hot-toast-display, flex);line-height:var(--hot-toast-line, 1.3);margin:var(--hot-toast-margin, 16px);max-width:var(--hot-toast-max-width, 350px);padding:var(--hot-toast-padding, 8px 10px);pointer-events:var(--hot-toast-pointer-events, auto);width:var(--hot-toast-width, fit-content);will-change:var(--hot-toast-will-change, transform)}.hot-toast-bar-base:hover,.hot-toast-bar-base:focus{animation-play-state:var(--hot-toast-animation-state, paused)!important}@media (prefers-reduced-motion: reduce){.hot-toast-bar-base{animation-duration:var(--hot-toast-reduced-motion-animation-duration, 10ms)!important}}.hot-toast-message{color:var(--hot-toast-message-color, inherit);display:var(--hot-toast-message-display, flex);flex:var(--hot-toast-message-flex, 1);justify-content:var(--hot-toast-message-justify-content, center);margin:var(--hot-toast-message-margin, 4px 10px)}.hot-toast-bar-base-container{display:var(--hot-toast-container-display, flex);pointer-events:var(--hot-toast-container-pointer-events, none);position:var(--hot-toast-container-position, absolute);transition:var(--hot-toast-container-transition, transform .23s cubic-bezier(.21, 1.02, .73, 1))}@media (prefers-reduced-motion: reduce){.hot-toast-bar-base-container{transition-duration:var(--hot-toast-container-reduced-motion-transition-duration, 10ms)!important}}.hot-toast-bar-base-container.hot-toast-theme-snackbar .hot-toast-bar-base{background:var(--hot-toast-snackbar-bg, #323232);box-shadow:var(--hot-toast-snackbar-shadow, 0 3px 5px -1px rgba(0, 0, 0, .2), 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12));color:var(--hot-toast-snackbar-color, rgb(255, 255, 255))}.hot-toast-bar-base-container.hot-toast-theme-snackbar .hot-toast-close-btn{filter:var(--hot-toast-snackbar-close-btn-filter, invert(1) grayscale(100%) brightness(200%))}.hot-toast-close-btn{align-self:var(--hot-toast-close-btn-align-self, flex-start);background-color:var(--hot-toast-close-btn-background-color, transparent);background-image:var(--hot-toast-close-btn-background-image, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e"));background-position:var(--hot-toast-close-btn-background-position, center);background-repeat:var(--hot-toast-close-btn-background-repeat, no-repeat);background-size:var(--hot-toast-close-btn-background-size, .75em);border:var(--hot-toast-close-btn-border, 0);border-radius:var(--hot-toast-close-btn-border-radius, .25rem);box-sizing:var(--hot-toast-close-btn-box-sizing, content-box);display:var(--hot-toast-close-btn-display, flex);height:var(--hot-toast-close-btn-height, .8em);margin-top:var(--hot-toast-close-btn-margin-top, .25em);opacity:var(--hot-toast-close-btn-opacity, .5);padding:var(--hot-toast-close-btn-padding, .25em);width:var(--hot-toast-close-btn-width, .8em)}.hot-toast-close-btn:focus{box-shadow:var(--hot-toast-close-btn-box-shadow, 0 0 0 .125rem rgba(13, 110, 253, .25));outline:var(--hot-toast-close-btn-outline, none)}.hot-toast-close-btn:hover,.hot-toast-close-btn:focus{opacity:var(--hot-toast-close-btn-opacity, .75)}.hot-toast-icon{align-self:var(--hot-toast-icon-align-self, flex-start);padding-top:var(--hot-toast-icon-padding-top, .25em)}.hot-toast-bar-base-wrapper{pointer-events:all}@keyframes hotToastEnterAnimationNegative{0%{opacity:.5;transform:translate3d(0,-80px,0) scale(.6)}to{opacity:1;transform:translateZ(0) scale(1)}}@keyframes hotToastEnterAnimationPositive{0%{opacity:.5;transform:translate3d(0,80px,0) scale(.6)}to{opacity:1;transform:translateZ(0) scale(1)}}@keyframes hotToastExitAnimationPositive{0%{opacity:1;transform:translateZ(-1px) scale(1)}to{opacity:0;transform:translate3d(0,var(--hot-toast-exit-positive-y, 130px),-1px) scale(.5)}}@keyframes hotToastExitAnimationNegative{0%{opacity:1;transform:translateZ(-1px) scale(1)}to{opacity:0;transform:translate3d(0,var(--hot-toast-exit-negative-y, -130px),-1px) scale(.5)}}@keyframes hotToastEnterSoftAnimationNegative{0%{opacity:.5;transform:translate3d(0,-14px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes hotToastEnterSoftAnimationPositive{0%{opacity:.5;transform:translate3d(0,14px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes hotToastExitSoftAnimationPositive{0%{opacity:1;transform:translateZ(-1px)}to{opacity:0;transform:translate3d(0,14px,-1px)}}@keyframes hotToastExitSoftAnimationNegative{0%{opacity:1;transform:translateZ(-1px)}to{opacity:0;transform:translate3d(0,-14px,-1px)}}.hot-toast-indicator-wrapper{align-items:var(--hot-toast-indicator-wrapper-align-items, center);display:var(--hot-toast-indicator-wrapper-display, flex);justify-content:var(--hot-toast-indicator-wrapper-justify-content, center);min-height:var(--hot-toast-indicator-wrapper-min-height, 20px);min-width:var(--hot-toast-indicator-wrapper-min-width, 20px);position:var(--hot-toast-indicator-wrapper-position, relative)}.hot-toast-status-wrapper{position:var(--hot-toast-status-wrapper-position, absolute)}@keyframes animate-info-background{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}@keyframes animate-info-line{0%{height:0;opacity:0}40%{height:4.8px;opacity:1}to{height:8px;opacity:1}}.hot-toast-info-icon{animation:var(--hot-toast-info-icon-animation, animate-info-background .3s cubic-bezier(.175, .885, .32, 1.275) forwards);animation-delay:var(--hot-toast-info-icon-animation-delay, .1s);background-color:var(--hot-toast-info-icon-background-color, var(--info-primary, #0d6efd));border-radius:var(--hot-toast-info-icon-border-radius, 50%);display:var(--hot-toast-info-icon-display, block);height:var(--hot-toast-info-icon-height, 20px);opacity:var(--hot-toast-info-icon-opacity, 0);position:var(--hot-toast-info-icon-position, relative);transform:var(--hot-toast-info-icon-transform, scale(0));width:var(--hot-toast-info-icon-width, 20px)}.hot-toast-info-icon:after,.hot-toast-info-icon:before{background-color:var(--hot-toast-info-icon-after-before-background-color, var(--info-secondary, #fff));border-radius:var(--hot-toast-info-icon-after-before-border-radius, 3px);box-sizing:var(--hot-toast-info-icon-after-before-box-sizing, border-box);content:var(--hot-toast-info-icon-after-before-content, "");display:var(--hot-toast-info-icon-after-before-display, block);left:var(--hot-toast-info-icon-after-before-left, 8.5px);position:var(--hot-toast-info-icon-after-before-position, absolute);width:var(--hot-toast-info-icon-after-before-width, 2.5px)}.hot-toast-info-icon:after{animation:var(--hot-toast-info-icon-after-animation, animate-info-line .2s ease-out forwards);animation-delay:var(--hot-toast-info-icon-after-animation-delay, .2s);height:var(--hot-toast-info-icon-after-height, 0);opacity:var(--hot-toast-info-icon-after-opacity, 0);top:var(--hot-toast-info-icon-after-bottom, 8px)}.hot-toast-info-icon:before{height:var(--hot-toast-info-icon-before-height, 2px);top:var(--hot-toast-info-icon-before-top, 4px)}@keyframes hotToastRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hot-toast-loader-icon{animation:var(--hot-toast-loader-icon-animation, hotToastRotate 1s linear infinite);border:var(--hot-toast-loader-icon-border, 2px solid);border-bottom-color:var(--hot-toast-loader-icon-border-color, #e0e0e0);border-left-color:var(--hot-toast-loader-icon-border-color, #e0e0e0);border-radius:var(--hot-toast-loader-icon-border-radius, 100%);border-right-color:var(--hot-toast-loader-icon-border-right-color, #616161);border-top-color:var(--hot-toast-loader-icon-border-color, #e0e0e0);box-sizing:var(--hot-toast-loader-icon-box-sizing, border-box);height:var(--hot-toast-loader-icon-height, 18px);padding-top:var(--hot-toast-loader-icon-padding-top, 2px);width:var(--hot-toast-loader-icon-width, 18px)}@media (prefers-reduced-motion: reduce){.hot-toast-loader-icon{animation-duration:var(--hot-toast-loader-icon-reduced-motion-animation-duration, 5s)}}@keyframes animate-warn-background{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}@keyframes animate-warn-line{0%{height:0;opacity:0}40%{height:4.8px;opacity:1}to{height:8px;opacity:1}}.hot-toast-warning-icon{animation:var(--hot-toast-warning-icon-animation, animate-warn-background .3s cubic-bezier(.175, .885, .32, 1.275) forwards);animation-delay:var(--hot-toast-warning-icon-animation-delay, .1s);background-color:var(--hot-toast-warning-icon-background-color, var(--warn-primary, #ffab00));border-radius:var(--hot-toast-warning-icon-border-radius, 50%);display:var(--hot-toast-warning-icon-display, block);height:var(--hot-toast-warning-icon-height, 20px);opacity:var(--hot-toast-warning-icon-opacity, 0);position:var(--hot-toast-warning-icon-position, relative);transform:var(--hot-toast-warning-icon-transform, scale(0));width:var(--hot-toast-warning-icon-width, 20px)}.hot-toast-warning-icon:after,.hot-toast-warning-icon:before{background-color:var(--hot-toast-warning-icon-after-before-background-color, var(--warn-secondary, #fff));border-radius:var(--hot-toast-warning-icon-after-before-border-radius, 3px);box-sizing:var(--hot-toast-warning-icon-after-before-box-sizing, border-box);content:var(--hot-toast-warning-icon-after-before-content, "");display:var(--hot-toast-warning-icon-after-before-display, block);left:var(--hot-toast-warning-icon-after-before-left, 8.5px);position:var(--hot-toast-warning-icon-after-before-position, absolute);width:var(--hot-toast-warning-icon-after-before-width, 2.5px)}.hot-toast-warning-icon:after{animation:var(--hot-toast-warning-icon-after-animation, animate-warn-line .2s ease-out forwards);animation-delay:var(--hot-toast-warning-icon-after-animation-delay, .2s);height:var(--hot-toast-warning-icon-after-height, 0);opacity:var(--hot-toast-warning-icon-after-opacity, 0);top:var(--hot-toast-warning-icon-after-top, 4px)}.hot-toast-warning-icon:before{bottom:var(--hot-toast-warning-icon-before-bottom, 4px);height:var(--hot-toast-warning-icon-before-height, 2px)}.uppy-Root{position:relative;box-sizing:border-box;color:#333;font-family:-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Segoe UI Symbol,"Segoe UI Emoji","Apple Color Emoji",Roboto,Helvetica,Arial,sans-serif;line-height:1;text-align:left;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}[dir=rtl] .uppy-Root,.uppy-Root[dir=rtl]{text-align:right}.uppy-Root *,.uppy-Root *:before,.uppy-Root *:after{box-sizing:inherit}.uppy-Root [hidden]{display:none}.uppy-u-reset{all:initial;box-sizing:border-box;-webkit-appearance:none;appearance:none;font-family:-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Segoe UI Symbol,"Segoe UI Emoji","Apple Color Emoji",Roboto,Helvetica,Arial,sans-serif;line-height:1}[dir=rtl] .uppy-u-reset{text-align:right}.uppy-c-textInput{font-family:inherit;font-size:14px;line-height:1.5;padding:6px 8px;background-color:#fff;border:1px solid #ddd;border-radius:4px}.uppy-size--md .uppy-c-textInput{padding:8px 10px}.uppy-c-textInput:focus{border-color:#1269cf99;outline:none;box-shadow:0 0 0 3px #1269cf26}[data-uppy-theme=dark] .uppy-c-textInput{color:#eaeaea;background-color:#333;border-color:#333}[data-uppy-theme=dark] .uppy-c-textInput:focus{border-color:#525252;box-shadow:none}.uppy-c-icon{display:inline-block;max-width:100%;max-height:100%;overflow:hidden;fill:currentColor}.uppy-c-btn{display:inline-flex;justify-content:center;align-items:center;font-weight:500;font-size:inherit;font-family:inherit;color:inherit;line-height:1;white-space:nowrap;text-align:center;transition-duration:.3s;transition-property:background-color,color;-webkit-user-select:none;user-select:none}[dir=rtl] .uppy-c-btn{text-align:center}.uppy-c-btn:not(:disabled):not(.disabled){cursor:pointer}.uppy-c-btn::-moz-focus-inner{border:0}.uppy-c-btn-primary{padding:10px 18px;color:#fff;font-size:14px;background-color:#1269cf;border-radius:4px}.uppy-c-btn-primary:not(:disabled):hover{background-color:#0e51a0}.uppy-c-btn-primary:focus{outline:none;box-shadow:0 0 0 3px #1269cf66}.uppy-size--md .uppy-c-btn-primary{padding:13px 22px}[data-uppy-theme=dark] .uppy-c-btn-primary{color:#eaeaea}[data-uppy-theme=dark] .uppy-c-btn-primary:focus{outline:none}[data-uppy-theme=dark] .uppy-c-btn-primary::-moz-focus-inner{border:0}[data-uppy-theme=dark] .uppy-c-btn-primary:focus{box-shadow:0 0 0 2px #aae1ffd9}.uppy-c-btn-primary.uppy-c-btn--disabled{background-color:#8eb2db}.uppy-c-btn-link{padding:10px 15px;color:#525252;font-size:14px;line-height:1;background-color:transparent;border-radius:4px}.uppy-c-btn-link:hover{color:#333}.uppy-c-btn-link:focus{outline:none;box-shadow:0 0 0 3px #1269cf40}.uppy-size--md .uppy-c-btn-link{padding:13px 18px}[data-uppy-theme=dark] .uppy-c-btn-link{color:#eaeaea}[data-uppy-theme=dark] .uppy-c-btn-link:focus{outline:none}[data-uppy-theme=dark] .uppy-c-btn-link::-moz-focus-inner{border:0}[data-uppy-theme=dark] .uppy-c-btn-link:focus{box-shadow:0 0 0 2px #aae1ffd9}[data-uppy-theme=dark] .uppy-c-btn-link:hover{color:#939393}.uppy-Informer{position:absolute;right:0;bottom:60px;left:0;z-index:1005;text-align:center}.uppy-Informer span>div{margin-bottom:6px}.uppy-Informer-animated{z-index:-1000;transform:translateY(350%);opacity:0;transition:all .3s ease-in}.uppy-Informer p{display:inline-block;max-width:90%;margin:0;padding:6px 15px;color:#fff;font-weight:400;font-size:12px;line-height:1.4;background-color:#757575;border-radius:18px}.uppy-size--md .uppy-Informer p{max-width:500px;padding:10px 20px;font-size:14px;line-height:1.3}[data-uppy-theme=dark] .uppy-Informer p{background-color:#333}[dir=ltr] .uppy-Informer p span{left:3px}[dir=rtl] .uppy-Informer p span{right:3px}[dir=ltr] .uppy-Informer p span{margin-left:-1px}[dir=rtl] .uppy-Informer p span{margin-right:-1px}.uppy-Informer p span{position:relative;top:-1px;display:inline-block;width:13px;height:13px;color:#525252;font-size:10px;line-height:12px;vertical-align:middle;background-color:#fff;border-radius:50%}.uppy-Informer p span:hover{cursor:help}.uppy-Informer p span:after{line-height:1.3;word-wrap:break-word}.uppy-Root [aria-label][role~=tooltip]{position:relative}.uppy-Root [aria-label][role~=tooltip]:before,.uppy-Root [aria-label][role~=tooltip]:after{position:absolute;z-index:10;box-sizing:border-box;transform:translateZ(0);transform-origin:top;-webkit-backface-visibility:hidden;backface-visibility:hidden;opacity:0;transition:all var(--microtip-transition-duration, .18s) var(--microtip-transition-easing, ease-in-out) var(--microtip-transition-delay, 0s);pointer-events:none;will-change:transform}.uppy-Root [aria-label][role~=tooltip]:before{background-size:100% auto!important;content:""}.uppy-Root [aria-label][role~=tooltip]:after{box-sizing:content-box;padding:.5em 1em;color:#fff;font-weight:var(--microtip-font-weight, normal);font-size:var(--microtip-font-size, 13px);white-space:nowrap;text-transform:var(--microtip-text-transform, none);background:#111111e6;border-radius:4px;content:attr(aria-label)}.uppy-Root [aria-label][role~=tooltip]:hover:before,.uppy-Root [aria-label][role~=tooltip]:hover:after,.uppy-Root [aria-label][role~=tooltip]:focus:before,.uppy-Root [aria-label][role~=tooltip]:focus:after{opacity:1;pointer-events:auto}.uppy-Root [role~=tooltip][data-microtip-position|=top]:before{bottom:100%;left:50%;width:18px;height:6px;margin-bottom:5px;background:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%280%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E) no-repeat;transform:translate3d(-50%,0,0)}.uppy-Root [role~=tooltip][data-microtip-position|=top]:after{bottom:100%;left:50%;margin-bottom:11px;transform:translate3d(-50%,0,0)}.uppy-Root [role~=tooltip][data-microtip-position|=top]:hover:before{transform:translate3d(-50%,-5px,0)}.uppy-Root [role~=tooltip][data-microtip-position=top]:hover:after{transform:translate3d(-50%,-5px,0)}.uppy-Root [role~=tooltip][data-microtip-position=top-left]:after{bottom:100%;transform:translate3d(calc(-100% + 16px),0,0)}.uppy-Root [role~=tooltip][data-microtip-position=top-left]:hover:after{transform:translate3d(calc(-100% + 16px),-5px,0)}.uppy-Root [role~=tooltip][data-microtip-position=top-right]:after{bottom:100%;transform:translate3d(calc(0% - 16px),0,0)}.uppy-Root [role~=tooltip][data-microtip-position=top-right]:hover:after{transform:translate3d(calc(0% - 16px),-5px,0)}.uppy-Root [role~=tooltip][data-microtip-position|=bottom]:before{top:100%;bottom:auto;left:50%;width:18px;height:6px;margin-top:5px;margin-bottom:0;background:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%28180%2018%206%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E) no-repeat;transform:translate3d(-50%,-10px,0)}.uppy-Root [role~=tooltip][data-microtip-position|=bottom]:after{top:100%;left:50%;margin-top:11px;transform:translate3d(-50%,-10px,0)}.uppy-Root [role~=tooltip][data-microtip-position|=bottom]:hover:before{transform:translate3d(-50%,0,0)}.uppy-Root [role~=tooltip][data-microtip-position=bottom]:hover:after{transform:translate3d(-50%,0,0)}.uppy-Root [role~=tooltip][data-microtip-position=bottom-left]:after{top:100%;transform:translate3d(calc(-100% + 16px),-10px,0)}.uppy-Root [role~=tooltip][data-microtip-position=bottom-left]:hover:after{transform:translate3d(calc(-100% + 16px),0,0)}.uppy-Root [role~=tooltip][data-microtip-position=bottom-right]:after{top:100%;transform:translate3d(calc(0% - 16px),-10px,0)}.uppy-Root [role~=tooltip][data-microtip-position=bottom-right]:hover:after{transform:translate3d(calc(0% - 16px),0,0)}.uppy-Root [role~=tooltip][data-microtip-position=left]:before,.uppy-Root [role~=tooltip][data-microtip-position=left]:after{inset:50% 100% auto auto;transform:translate3d(10px,-50%,0)}.uppy-Root [role~=tooltip][data-microtip-position=left]:before{width:6px;height:18px;margin-right:5px;margin-bottom:0;background:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%28-90%2018%2018%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E) no-repeat}.uppy-Root [role~=tooltip][data-microtip-position=left]:after{margin-right:11px}.uppy-Root [role~=tooltip][data-microtip-position=left]:hover:before,.uppy-Root [role~=tooltip][data-microtip-position=left]:hover:after{transform:translate3d(0,-50%,0)}.uppy-Root [role~=tooltip][data-microtip-position=right]:before,.uppy-Root [role~=tooltip][data-microtip-position=right]:after{top:50%;bottom:auto;left:100%;transform:translate3d(-10px,-50%,0)}.uppy-Root [role~=tooltip][data-microtip-position=right]:before{width:6px;height:18px;margin-bottom:0;margin-left:5px;background:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%2890%206%206%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E) no-repeat}.uppy-Root [role~=tooltip][data-microtip-position=right]:after{margin-left:11px}.uppy-Root [role~=tooltip][data-microtip-position=right]:hover:before,.uppy-Root [role~=tooltip][data-microtip-position=right]:hover:after{transform:translate3d(0,-50%,0)}.uppy-Root [role~=tooltip][data-microtip-size=small]:after{width:80px;white-space:initial}.uppy-Root [role~=tooltip][data-microtip-size=medium]:after{width:150px;white-space:initial}.uppy-Root [role~=tooltip][data-microtip-size=large]:after{width:260px;white-space:initial}.uppy-StatusBar{position:relative;z-index:1001;display:flex;height:46px;color:#fff;font-weight:400;font-size:12px;line-height:40px;background-color:#fff;transition:height .2s}[data-uppy-theme=dark] .uppy-StatusBar{background-color:#1f1f1f}.uppy-StatusBar:before{position:absolute;inset:0;width:100%;height:2px;background-color:#eaeaea;content:""}[data-uppy-theme=dark] .uppy-StatusBar:before{background-color:#757575}.uppy-StatusBar[aria-hidden=true]{height:0;overflow-y:hidden}.uppy-StatusBar.is-complete .uppy-StatusBar-progress{background-color:#1bb240}.uppy-StatusBar.is-error .uppy-StatusBar-progress{background-color:#e32437}.uppy-StatusBar.is-complete .uppy-StatusBar-statusIndicator{color:#1bb240}.uppy-StatusBar.is-error .uppy-StatusBar-statusIndicator{color:#e32437}.uppy-StatusBar:not([aria-hidden=true]).is-waiting{height:65px;background-color:#fff;border-top:1px solid #eaeaea}[data-uppy-theme=dark] .uppy-StatusBar:not([aria-hidden=true]).is-waiting{background-color:#1f1f1f;border-top:1px solid #333}.uppy-StatusBar-progress{position:absolute;z-index:1001;height:2px;background-color:#1269cf;transition:background-color,width .3s ease-out}.uppy-StatusBar-progress.is-indeterminate{background-image:linear-gradient(45deg,rgba(0,0,0,.3) 25%,transparent 25%,transparent 50%,rgba(0,0,0,.3) 50%,rgba(0,0,0,.3) 75%,transparent 75%,transparent);background-size:64px 64px;animation:uppy-StatusBar-ProgressStripes 1s linear infinite}@keyframes uppy-StatusBar-ProgressStripes{0%{background-position:0 0}to{background-position:64px 0}}.uppy-StatusBar.is-preprocessing .uppy-StatusBar-progress,.uppy-StatusBar.is-postprocessing .uppy-StatusBar-progress{background-color:#f6a623}.uppy-StatusBar.is-waiting .uppy-StatusBar-progress{display:none}[dir=ltr] .uppy-StatusBar-content{padding-left:10px}[dir=rtl] .uppy-StatusBar-content{padding-right:10px}.uppy-StatusBar-content{position:relative;z-index:1002;display:flex;align-items:center;height:100%;color:#333;white-space:nowrap;text-overflow:ellipsis}[dir=ltr] .uppy-size--md .uppy-StatusBar-content{padding-left:15px}[dir=rtl] .uppy-size--md .uppy-StatusBar-content{padding-right:15px}[data-uppy-theme=dark] .uppy-StatusBar-content{color:#eaeaea}[dir=ltr] .uppy-StatusBar-status{padding-right:.3em}[dir=rtl] .uppy-StatusBar-status{padding-left:.3em}.uppy-StatusBar-status{display:flex;flex-direction:column;justify-content:center;font-weight:400;line-height:1.4}.uppy-StatusBar-statusPrimary{font-weight:500;line-height:1;display:flex}.uppy-StatusBar-statusPrimary button.uppy-StatusBar-details{margin-left:5px}[data-uppy-theme=dark] .uppy-StatusBar-statusPrimary{color:#eaeaea}.uppy-StatusBar-statusSecondary{display:inline-block;margin-top:1px;color:#757575;font-size:11px;line-height:1.2;white-space:nowrap}[data-uppy-theme=dark] .uppy-StatusBar-statusSecondary{color:#bbb}[dir=ltr] .uppy-StatusBar-statusSecondaryHint{margin-right:5px}[dir=rtl] .uppy-StatusBar-statusSecondaryHint{margin-left:5px}.uppy-StatusBar-statusSecondaryHint{display:inline-block;line-height:1;vertical-align:middle}[dir=ltr] .uppy-size--md .uppy-StatusBar-statusSecondaryHint{margin-right:8px}[dir=rtl] .uppy-size--md .uppy-StatusBar-statusSecondaryHint{margin-left:8px}[dir=ltr] .uppy-StatusBar-statusIndicator{margin-right:7px}[dir=rtl] .uppy-StatusBar-statusIndicator{margin-left:7px}.uppy-StatusBar-statusIndicator{position:relative;top:1px;color:#525252}.uppy-StatusBar-statusIndicator svg{vertical-align:text-bottom}[dir=ltr] .uppy-StatusBar-actions{right:10px}[dir=rtl] .uppy-StatusBar-actions{left:10px}.uppy-StatusBar-actions{position:absolute;top:0;bottom:0;z-index:1004;display:flex;align-items:center}.uppy-StatusBar.is-waiting .uppy-StatusBar-actions{position:static;width:100%;height:100%;padding:0 15px;background-color:#fafafa}[data-uppy-theme=dark] .uppy-StatusBar.is-waiting .uppy-StatusBar-actions{background-color:#1f1f1f}.uppy-StatusBar:not([aria-hidden=true]).is-waiting.has-ghosts{flex-direction:column;height:90px}.uppy-size--md .uppy-StatusBar:not([aria-hidden=true]).is-waiting.has-ghosts{flex-direction:row;height:65px}.uppy-StatusBar:not([aria-hidden=true]).is-waiting.has-ghosts .uppy-StatusBar-actions{flex-direction:column;justify-content:center}.uppy-size--md .uppy-StatusBar:not([aria-hidden=true]).is-waiting.has-ghosts .uppy-StatusBar-actions{flex-direction:row;justify-content:initial}.uppy-StatusBar-actionCircleBtn{margin:3px;line-height:1;cursor:pointer;opacity:.9}.uppy-StatusBar-actionCircleBtn:focus{outline:none}.uppy-StatusBar-actionCircleBtn::-moz-focus-inner{border:0}.uppy-StatusBar-actionCircleBtn:focus{box-shadow:0 0 0 3px #1269cf80}[data-uppy-theme=dark] .uppy-StatusBar-actionCircleBtn:focus{outline:none}[data-uppy-theme=dark] .uppy-StatusBar-actionCircleBtn::-moz-focus-inner{border:0}[data-uppy-theme=dark] .uppy-StatusBar-actionCircleBtn:focus{box-shadow:0 0 0 2px #aae1ffd9}.uppy-StatusBar-actionCircleBtn:hover{opacity:1}.uppy-StatusBar-actionCircleBtn:focus{border-radius:50%}.uppy-StatusBar-actionCircleBtn svg{vertical-align:bottom}.uppy-StatusBar-actionBtn{display:inline-block;color:#1269cf;font-size:10px;line-height:inherit;vertical-align:middle}.uppy-size--md .uppy-StatusBar-actionBtn{font-size:11px}.uppy-StatusBar-actionBtn--disabled{opacity:.4}[data-uppy-theme=dark] .uppy-StatusBar-actionBtn--disabled{opacity:.7}[dir=ltr] .uppy-StatusBar-actionBtn--retry{margin-right:6px}[dir=rtl] .uppy-StatusBar-actionBtn--retry{margin-left:6px}.uppy-StatusBar-actionBtn--retry{position:relative;height:16px;padding:1px 6px 3px 18px;color:#fff;line-height:1;background-color:#ff4b23;border-radius:8px}.uppy-StatusBar-actionBtn--retry:focus{outline:none}.uppy-StatusBar-actionBtn--retry::-moz-focus-inner{border:0}.uppy-StatusBar-actionBtn--retry:focus{box-shadow:0 0 0 3px #1269cf80}[data-uppy-theme=dark] .uppy-StatusBar-actionBtn--retry:focus{outline:none}[data-uppy-theme=dark] .uppy-StatusBar-actionBtn--retry::-moz-focus-inner{border:0}[data-uppy-theme=dark] .uppy-StatusBar-actionBtn--retry:focus{box-shadow:0 0 0 2px #aae1ffd9}.uppy-StatusBar-actionBtn--retry:hover{background-color:#f92d00}[dir=ltr] .uppy-StatusBar-actionBtn--retry svg{left:6px}[dir=rtl] .uppy-StatusBar-actionBtn--retry svg{right:6px}.uppy-StatusBar-actionBtn--retry svg{position:absolute;top:3px}.uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload{width:100%;padding:15px 10px;color:#fff;font-size:14px;line-height:1;background-color:#1bb240}.uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload:hover{background-color:#189c38}[data-uppy-theme=dark] .uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload{background-color:#1c8b37}[data-uppy-theme=dark] .uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload:hover{background-color:#18762f}.uppy-size--md .uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload{width:auto;padding:13px 22px}.uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload.uppy-StatusBar-actionBtn--disabled:hover{background-color:#1bb240;cursor:not-allowed}[data-uppy-theme=dark] .uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload.uppy-StatusBar-actionBtn--disabled:hover{background-color:#1c8b37}.uppy-StatusBar:not(.is-waiting) .uppy-StatusBar-actionBtn--upload{color:#1269cf;background-color:transparent}[dir=ltr] .uppy-StatusBar-actionBtn--uploadNewlyAdded{padding-right:3px}[dir=rtl] .uppy-StatusBar-actionBtn--uploadNewlyAdded,[dir=ltr] .uppy-StatusBar-actionBtn--uploadNewlyAdded{padding-left:3px}[dir=rtl] .uppy-StatusBar-actionBtn--uploadNewlyAdded{padding-right:3px}.uppy-StatusBar-actionBtn--uploadNewlyAdded{padding-bottom:1px;border-radius:3px}.uppy-StatusBar-actionBtn--uploadNewlyAdded:focus{outline:none}.uppy-StatusBar-actionBtn--uploadNewlyAdded::-moz-focus-inner{border:0}.uppy-StatusBar-actionBtn--uploadNewlyAdded:focus{box-shadow:0 0 0 3px #1269cf80}[data-uppy-theme=dark] .uppy-StatusBar-actionBtn--uploadNewlyAdded:focus{outline:none}[data-uppy-theme=dark] .uppy-StatusBar-actionBtn--uploadNewlyAdded::-moz-focus-inner{border:0}[data-uppy-theme=dark] .uppy-StatusBar-actionBtn--uploadNewlyAdded:focus{box-shadow:0 0 0 2px #aae1ffd9}.uppy-StatusBar.is-preprocessing .uppy-StatusBar-actionBtn--uploadNewlyAdded,.uppy-StatusBar.is-postprocessing .uppy-StatusBar-actionBtn--uploadNewlyAdded{display:none}.uppy-StatusBar-actionBtn--done{padding:7px 8px;line-height:1;border-radius:3px}.uppy-StatusBar-actionBtn--done:focus{outline:none}.uppy-StatusBar-actionBtn--done::-moz-focus-inner{border:0}.uppy-StatusBar-actionBtn--done:hover{color:#0e51a0}.uppy-StatusBar-actionBtn--done:focus{background-color:#dfe6f1}[data-uppy-theme=dark] .uppy-StatusBar-actionBtn--done:focus{background-color:#333}[data-uppy-theme=dark] .uppy-StatusBar-actionBtn--done{color:#02baf2}.uppy-size--md .uppy-StatusBar-actionBtn--done{font-size:14px}.uppy-StatusBar-serviceMsg{padding-left:10px;color:#000;font-size:11px;line-height:1.1}.uppy-size--md .uppy-StatusBar-serviceMsg{padding-left:15px;font-size:14px}[data-uppy-theme=dark] .uppy-StatusBar-serviceMsg{color:#eaeaea}.uppy-StatusBar-serviceMsg-ghostsIcon{position:relative;top:2px;left:6px;width:10px;vertical-align:text-bottom;opacity:.5}.uppy-size--md .uppy-StatusBar-serviceMsg-ghostsIcon{top:1px;left:10px;width:15px}[dir=ltr] .uppy-StatusBar-details{left:2px}[dir=rtl] .uppy-StatusBar-details{right:2px}.uppy-StatusBar-details{position:relative;top:0;display:inline-block;width:13px;height:13px;color:#fff;font-weight:600;font-size:10px;line-height:12px;text-align:center;vertical-align:middle;background-color:#939393;border-radius:50%;cursor:help;-webkit-appearance:none;appearance:none}.uppy-StatusBar-details:after{line-height:1.3;word-wrap:break-word}[dir=ltr] .uppy-StatusBar-spinner{margin-right:10px}[dir=rtl] .uppy-StatusBar-spinner{margin-left:10px}.uppy-StatusBar-spinner{animation-name:uppy-StatusBar-spinnerAnimation;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite;fill:#1269cf}.uppy-StatusBar.is-preprocessing .uppy-StatusBar-spinner,.uppy-StatusBar.is-postprocessing .uppy-StatusBar-spinner{fill:#f6a623}@keyframes uppy-StatusBar-spinnerAnimation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.uppy-ProviderBrowser-viewType--grid ul.uppy-ProviderBrowser-list,.uppy-ProviderBrowser-viewType--unsplash ul.uppy-ProviderBrowser-list{display:flex;flex-direction:row;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;padding:6px}.uppy-ProviderBrowser-viewType--grid ul.uppy-ProviderBrowser-list:after,.uppy-ProviderBrowser-viewType--unsplash ul.uppy-ProviderBrowser-list:after{flex:auto;content:""}.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem,.uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem{position:relative;width:50%;margin:0}.uppy-size--md .uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem,.uppy-size--md .uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem{width:33.3333%}.uppy-size--lg .uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem,.uppy-size--lg .uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem{width:25%}.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem:before,.uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem:before{display:block;padding-top:100%;content:""}.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--selected img,.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--selected svg,.uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem--selected img,.uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem--selected svg{opacity:.85}.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--disabled,.uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem--disabled{opacity:.5}.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--noPreview .uppy-ProviderBrowserItem-inner,.uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem--noPreview .uppy-ProviderBrowserItem-inner{background-color:#93939333}[data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--noPreview .uppy-ProviderBrowserItem-inner,[data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem--noPreview .uppy-ProviderBrowserItem-inner{background-color:#eaeaea33}.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--noPreview svg,.uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem--noPreview svg{width:30%;height:30%;fill:#000000b3}[data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--noPreview svg,[data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem--noPreview svg{fill:#fffc}.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-inner,.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-inner{position:absolute;inset:7px;width:calc(100% - 14px);height:calc(100% - 14px);overflow:hidden;text-align:center;border-radius:4px}@media (hover: none){.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-inner .uppy-ProviderBrowserItem-author,.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-inner .uppy-ProviderBrowserItem-author{display:block}}[data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-inner,[data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-inner{box-shadow:0 0 0 3px #aae1ffb3}.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-inner img,.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-inner img{width:100%;height:100%;object-fit:cover;border-radius:4px}.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-author,.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-author{position:absolute;display:none;bottom:0;left:0;width:100%;background:#0000004d;color:#fff;font-weight:500;font-size:12px;margin:0;padding:5px;text-decoration:none}.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-author:hover,.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-author:hover{background:#0006;text-decoration:underline}.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox,.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox{position:absolute;top:16px;right:16px;z-index:1002;width:26px;height:26px;background-color:#1269cf;border-radius:50%;opacity:0}[dir=ltr] .uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox:after,[dir=ltr] .uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox:after{left:7px}[dir=rtl] .uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox:after,[dir=rtl] .uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox:after{right:7px}.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox:after,.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox:after{top:8px;width:12px;height:7px}.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem--is-checked .uppy-ProviderBrowserItem-checkbox,.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem--is-checked .uppy-ProviderBrowserItem-checkbox{opacity:1}.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox--grid:hover+label .uppy-ProviderBrowserItem-author,.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox--grid:focus+label .uppy-ProviderBrowserItem-author,.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox--grid:hover+label .uppy-ProviderBrowserItem-author,.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox--grid:focus+label .uppy-ProviderBrowserItem-author{display:block}.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox--grid:focus+label,.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox--grid:focus+label{box-shadow:0 0 0 3px #1269cf80}.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox--grid:focus+label:focus,.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox--grid:focus+label:focus{outline:none}.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox--grid:focus+label::-moz-focus-inner,.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox--grid:focus+label::-moz-focus-inner{border:0}.uppy-ProviderBrowser-viewType--list{background-color:#fff}[data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--list{background-color:#1f1f1f}.uppy-ProviderBrowser-viewType--list li.uppy-ProviderBrowserItem{display:flex;align-items:center;margin:0;padding:7px 15px}[data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--list li.uppy-ProviderBrowserItem{color:#eaeaea}.uppy-ProviderBrowser-viewType--list li.uppy-ProviderBrowserItem--disabled{opacity:.6}[dir=ltr] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox{margin-right:15px}[dir=rtl] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox{margin-left:15px}.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox{width:17px;height:17px;background-color:#fff;border:1px solid #cfcfcf;border-radius:3px}.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox:focus{border:1px solid #1269cf;outline:none;box-shadow:0 0 0 3px #1269cf40}[dir=ltr] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox:after{left:3px}[dir=rtl] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox:after{right:3px}.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox:after{top:4px;width:9px;height:5px;opacity:0}[data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox:focus{border-color:#02baf2b3;box-shadow:0 0 0 3px #02baf233}.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem--is-checked .uppy-ProviderBrowserItem-checkbox,.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem--is-partial .uppy-ProviderBrowserItem-checkbox{background-color:#1269cf;border-color:#1269cf}.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem--is-checked .uppy-ProviderBrowserItem-checkbox:after,.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem--is-partial .uppy-ProviderBrowserItem-checkbox:after{opacity:1}.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner{display:flex;align-items:center;color:inherit;font-family:-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Segoe UI Symbol,"Segoe UI Emoji","Apple Color Emoji",Roboto,Helvetica,Arial,sans-serif;padding:2px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner:focus{text-decoration:underline;outline:none}[dir=ltr] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner img,[dir=ltr] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner svg{margin-right:8px}[dir=rtl] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner img,[dir=rtl] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner svg{margin-left:8px}.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner span{overflow:hidden;line-height:1.2;white-space:nowrap;text-overflow:ellipsis}.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem--disabled .uppy-ProviderBrowserItem-inner{cursor:default}[dir=ltr] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-iconWrap{margin-right:7px}[dir=rtl] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-iconWrap{margin-left:7px}.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-iconWrap{width:20px}.uppy-ProviderBrowserItem-checkbox{position:relative;flex-shrink:0;cursor:pointer}.uppy-ProviderBrowserItem-checkbox:disabled{cursor:default}.uppy-ProviderBrowserItem-checkbox:disabled:after{cursor:default}[data-uppy-theme=dark] .uppy-ProviderBrowserItem-checkbox{background-color:#1f1f1f;border-color:#939393}[data-uppy-theme=dark] .uppy-ProviderBrowserItem--is-checked .uppy-ProviderBrowserItem-checkbox{background-color:#333}.uppy-ProviderBrowserItem--is-checked .uppy-ProviderBrowserItem-checkbox:after{position:absolute;border-bottom:2px solid #eaeaea;border-left:2px solid #eaeaea;transform:rotate(-45deg);cursor:pointer;content:""}.uppy-ProviderBrowserItem--is-partial .uppy-ProviderBrowserItem-checkbox:after{content:""!important;position:absolute!important;top:50%!important;left:20%!important;right:20%!important;height:2px!important;background-color:#eaeaea!important;transform:translateY(-50%)!important}.uppy-SearchProvider{display:flex;flex:1;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%}[data-uppy-theme=dark] .uppy-SearchProvider{background-color:#1f1f1f}.uppy-SearchProvider-input{width:90%;max-width:650px;margin-bottom:15px}.uppy-size--md .uppy-SearchProvider-input{margin-bottom:20px}.uppy-SearchProvider-input::-webkit-search-cancel-button{display:none}.uppy-SearchProvider-searchButton{padding:13px 25px}.uppy-size--md .uppy-SearchProvider-searchButton{padding:13px 30px}.uppy-DashboardContent-panelBody{display:flex;flex:1;align-items:center;justify-content:center}[data-uppy-theme=dark] .uppy-DashboardContent-panelBody{background-color:#1f1f1f}.uppy-Provider-auth,.uppy-Provider-error,.uppy-Provider-loading,.uppy-Provider-empty{display:flex;flex:1;flex-flow:column wrap;align-items:center;justify-content:center;color:#939393}.uppy-Provider-empty{color:#939393}.uppy-Provider-authIcon svg{width:100px;height:75px}.uppy-Provider-authTitle{max-width:500px;margin-bottom:30px;padding:0 15px;color:#757575;font-weight:400;font-size:17px;line-height:1.4;text-align:center}.uppy-size--md .uppy-Provider-authTitle{font-size:20px}[data-uppy-theme=dark] .uppy-Provider-authTitle{color:#cfcfcf}.uppy-Provider-btn-google{display:flex;align-items:center;padding:8px 12px!important;background:#4285f4}.uppy-Provider-btn-google:hover{background-color:#1266f1}.uppy-Provider-btn-google:focus{outline:none;box-shadow:0 0 0 3px #4285f466}.uppy-Provider-btn-google svg{margin-right:8px}[dir=ltr] .uppy-Provider-breadcrumbs{text-align:left}[dir=rtl] .uppy-Provider-breadcrumbs{text-align:right}.uppy-Provider-breadcrumbs{flex:1;margin-bottom:10px;color:#525252;font-size:12px}.uppy-size--md .uppy-Provider-breadcrumbs{margin-bottom:0}[data-uppy-theme=dark] .uppy-Provider-breadcrumbs{color:#eaeaea}[dir=ltr] .uppy-Provider-breadcrumbsIcon{margin-right:4px}[dir=rtl] .uppy-Provider-breadcrumbsIcon{margin-left:4px}.uppy-Provider-breadcrumbsIcon{display:inline-block;color:#525252;line-height:1;vertical-align:middle}.uppy-Provider-breadcrumbsIcon svg{width:13px;height:13px;fill:#525252}.uppy-Provider-breadcrumbs button{display:inline-block;padding:4px;line-height:inherit;border-radius:3px}.uppy-Provider-breadcrumbs button:focus{outline:none}.uppy-Provider-breadcrumbs button::-moz-focus-inner{border:0}.uppy-Provider-breadcrumbs button:hover{color:#0e51a0}.uppy-Provider-breadcrumbs button:focus{background-color:#dfe6f1}[data-uppy-theme=dark] .uppy-Provider-breadcrumbs button:focus{background-color:#333}.uppy-Provider-breadcrumbs button:not(:last-of-type){text-decoration:underline}.uppy-Provider-breadcrumbs button:last-of-type{color:#333;font-weight:500;cursor:normal;pointer-events:none}.uppy-Provider-breadcrumbs button:hover{cursor:pointer}[data-uppy-theme=dark] .uppy-Provider-breadcrumbs button{color:#eaeaea}.uppy-ProviderBrowser{display:flex;flex:1;flex-direction:column;height:100%;font-weight:400;font-size:14px}.uppy-ProviderBrowser-user{margin:0 8px 0 0;color:#333;font-weight:500}[data-uppy-theme=dark] .uppy-ProviderBrowser-user{color:#eaeaea}[dir=ltr] .uppy-ProviderBrowser-user:after{left:4px}[dir=rtl] .uppy-ProviderBrowser-user:after{right:4px}.uppy-ProviderBrowser-user:after{position:relative;color:#939393;font-weight:400;content:"\b7"}.uppy-ProviderBrowser-header{position:relative;z-index:1001;border-bottom:1px solid #eaeaea}[data-uppy-theme=dark] .uppy-ProviderBrowser-header{border-bottom:1px solid #333}.uppy-ProviderBrowser-headerBar{z-index:1001;padding:7px 15px;color:#757575;font-size:12px;line-height:1.4;background-color:#fafafa}.uppy-size--md .uppy-ProviderBrowser-headerBar{display:flex;align-items:center}[data-uppy-theme=dark] .uppy-ProviderBrowser-headerBar{background-color:#1f1f1f}.uppy-ProviderBrowser-headerBar--simple{display:block;justify-content:center;text-align:center}.uppy-ProviderBrowser-headerBar--simple .uppy-Provider-breadcrumbsWrap{display:inline-block;flex:none;vertical-align:middle}.uppy-ProviderBrowser-searchFilter{position:relative;display:flex;align-items:center;width:100%;height:30px;padding-left:8px;padding-right:8px;margin-top:15px;margin-bottom:15px}[dir=ltr] .uppy-ProviderBrowser-searchFilterInput{padding-left:30px}[dir=rtl] .uppy-ProviderBrowser-searchFilterInput,[dir=ltr] .uppy-ProviderBrowser-searchFilterInput{padding-right:30px}[dir=rtl] .uppy-ProviderBrowser-searchFilterInput{padding-left:30px}.uppy-ProviderBrowser-searchFilterInput{z-index:1001;width:100%;height:30px;font-size:13px;font-family:-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Segoe UI Symbol,"Segoe UI Emoji","Apple Color Emoji",Roboto,Helvetica,Arial,sans-serif;line-height:1.4;background-color:#eaeaea;border:0;border-radius:4px;outline:0;color:#333}.uppy-ProviderBrowser-searchFilterInput::-webkit-search-cancel-button{display:none}[data-uppy-theme=dark] .uppy-ProviderBrowser-searchFilterInput{color:#eaeaea;background-color:#1f1f1f}.uppy-ProviderBrowser-searchFilterInput:focus{background-color:#cfcfcf;border:0}[data-uppy-theme=dark] .uppy-ProviderBrowser-searchFilterInput:focus{background-color:#333}[dir=ltr] .uppy-ProviderBrowser-searchFilterIcon{left:16px}[dir=rtl] .uppy-ProviderBrowser-searchFilterIcon{right:16px}.uppy-ProviderBrowser-searchFilterIcon{position:absolute;z-index:1002;width:12px;height:12px;color:#757575}.uppy-ProviderBrowser-searchFilterInput::placeholder{color:#939393;opacity:1}[dir=ltr] .uppy-ProviderBrowser-searchFilterReset{right:16px}[dir=rtl] .uppy-ProviderBrowser-searchFilterReset{left:16px}.uppy-ProviderBrowser-searchFilterReset{border-radius:3px;position:absolute;z-index:1002;width:22px;height:22px;padding:6px;color:#939393;cursor:pointer}.uppy-ProviderBrowser-searchFilterReset:focus{outline:none}.uppy-ProviderBrowser-searchFilterReset::-moz-focus-inner{border:0}.uppy-ProviderBrowser-searchFilterReset:focus{box-shadow:0 0 0 3px #1269cf80}.uppy-ProviderBrowser-searchFilterReset:hover{color:#757575}.uppy-ProviderBrowser-searchFilterReset svg{vertical-align:text-top}.uppy-ProviderBrowser-userLogout{padding:4px;color:#1269cf;line-height:inherit;border-radius:3px;cursor:pointer}.uppy-ProviderBrowser-userLogout:focus{outline:none}.uppy-ProviderBrowser-userLogout::-moz-focus-inner{border:0}.uppy-ProviderBrowser-userLogout:hover{color:#0e51a0}.uppy-ProviderBrowser-userLogout:focus{background-color:#dfe6f1}[data-uppy-theme=dark] .uppy-ProviderBrowser-userLogout:focus{background-color:#333}.uppy-ProviderBrowser-userLogout:hover{text-decoration:underline}[data-uppy-theme=dark] .uppy-ProviderBrowser-userLogout{color:#eaeaea}.uppy-ProviderBrowser-body{position:relative;flex:1}.uppy-ProviderBrowser-list{position:absolute;inset:0;display:block;flex:1;width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;list-style:none;background-color:#fff;border-spacing:0;-webkit-overflow-scrolling:touch}[data-uppy-theme=dark] .uppy-ProviderBrowser-list{background-color:#1f1f1f}.uppy-ProviderBrowser-list:focus{outline:none}.uppy-ProviderBrowserItem-inner{font-weight:500;font-size:13px;cursor:pointer}.uppy-ProviderBrowser-footer{display:flex;align-items:center;justify-content:space-between;padding:15px;background-color:#fff;border-top:1px solid #eaeaea}[dir=ltr] .uppy-ProviderBrowser-footer button{margin-right:8px}[dir=rtl] .uppy-ProviderBrowser-footer button{margin-left:8px}[data-uppy-theme=dark] .uppy-ProviderBrowser-footer{background-color:#1f1f1f;border-top:1px solid #333}.uppy-ProviderBrowser-footer-buttons{flex-shrink:0}.uppy-ProviderBrowser-footer-error{color:#e32437;line-height:18px}@media (max-width: 426px){.uppy-ProviderBrowser-footer{flex-direction:column-reverse;align-items:stretch}.uppy-ProviderBrowser-footer-error{padding-bottom:10px}}.uppy-Dashboard-Item-previewInnerWrap{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;overflow:hidden;border-radius:3px;box-shadow:0 0 2px #0006}.uppy-size--md .uppy-Dashboard-Item-previewInnerWrap{box-shadow:0 1px 2px #00000026}.uppy-Dashboard--singleFile .uppy-Dashboard-Item-previewInnerWrap{box-shadow:none}.uppy-Dashboard-Item-previewInnerWrap:after{position:absolute;inset:0;z-index:1001;display:none;background-color:#000000a6;content:""}.uppy-Dashboard-Item-previewLink{position:absolute;inset:0;z-index:1002}.uppy-Dashboard-Item-previewLink:focus{box-shadow:inset 0 0 0 3px #579df0}[data-uppy-theme=dark] .uppy-Dashboard-Item-previewLink:focus{box-shadow:inset 0 0 0 3px #016c8d}.uppy-Dashboard-Item-preview img.uppy-Dashboard-Item-previewImg{width:100%;height:100%;object-fit:cover;border-radius:3px;transform:translateZ(0)}.uppy-Dashboard--singleFile .uppy-Dashboard-Item-preview img.uppy-Dashboard-Item-previewImg{object-fit:contain;width:auto;height:auto;max-width:100%;max-height:100%;padding:10px}.uppy-Dashboard-Item-progress{position:absolute;top:50%;left:50%;z-index:1002;width:120px;color:#fff;text-align:center;transform:translate(-50%,-50%);transition:all .35 ease}.uppy-Dashboard-Item-progressIndicator{display:inline-block;width:38px;height:38px;opacity:.9;color:#fff}.uppy-size--md .uppy-Dashboard-Item-progressIndicator{width:55px;height:55px}button.uppy-Dashboard-Item-progressIndicator{cursor:pointer}button.uppy-Dashboard-Item-progressIndicator:focus{outline:none}button.uppy-Dashboard-Item-progressIndicator::-moz-focus-inner{border:0}button.uppy-Dashboard-Item-progressIndicator:focus .uppy-Dashboard-Item-progressIcon--bg,button.uppy-Dashboard-Item-progressIndicator:focus .uppy-Dashboard-Item-progressIcon--retry{fill:#579df0}.uppy-Dashboard-Item-progressIcon--circle{width:100%;height:100%}.uppy-Dashboard-Item-progressIcon--bg{stroke:#fff6}.uppy-Dashboard-Item-progressIcon--progress{transition:stroke-dashoffset .5s ease-out;stroke:#fff}.uppy-Dashboard-Item-progressIcon--play{transition:all .2s;fill:#fff;stroke:#fff}.uppy-Dashboard-Item-progressIcon--cancel{transition:all .2s;fill:#fff}.uppy-Dashboard-Item-progressIcon--pause{transition:all .2s;fill:#fff;stroke:#fff}.uppy-Dashboard-Item-progressIcon--check{transition:all .2s;fill:#fff}.uppy-Dashboard-Item-progressIcon--retry{fill:#fff}[dir=ltr] .uppy-Dashboard-Item.is-complete .uppy-Dashboard-Item-progress{right:-8px}[dir=rtl] .uppy-Dashboard-Item.is-complete .uppy-Dashboard-Item-progress{left:-8px}[dir=ltr] .uppy-Dashboard-Item.is-complete .uppy-Dashboard-Item-progress{left:initial}[dir=rtl] .uppy-Dashboard-Item.is-complete .uppy-Dashboard-Item-progress{right:initial}.uppy-Dashboard-Item.is-complete .uppy-Dashboard-Item-progress{top:-9px;width:auto;transform:initial}.uppy-Dashboard-Item.is-error .uppy-Dashboard-Item-progressIndicator{width:18px;height:18px}.uppy-size--md .uppy-Dashboard-Item.is-error .uppy-Dashboard-Item-progressIndicator{width:28px;height:28px}.uppy-Dashboard-Item.is-complete .uppy-Dashboard-Item-progressIndicator{width:18px;height:18px;opacity:1}.uppy-size--md .uppy-Dashboard-Item.is-complete .uppy-Dashboard-Item-progressIndicator{width:22px;height:22px}.uppy-Dashboard-Item.is-processing .uppy-Dashboard-Item-progress{opacity:0}[dir=ltr] .uppy-Dashboard-Item-fileInfo{padding-right:5px}[dir=rtl] .uppy-Dashboard-Item-fileInfo{padding-left:5px}[dir=ltr] .uppy-Dashboard--singleFile .uppy-Dashboard-Item-fileInfo{padding-right:10px}[dir=rtl] .uppy-Dashboard--singleFile .uppy-Dashboard-Item-fileInfo{padding-left:10px}[dir=ltr] .uppy-size--md.uppy-Dashboard--singleFile .uppy-Dashboard-Item-fileInfo{padding-right:15px}[dir=rtl] .uppy-size--md.uppy-Dashboard--singleFile .uppy-Dashboard-Item-fileInfo{padding-left:15px}.uppy-Dashboard-Item-name{margin-bottom:5px;font-weight:500;font-size:12px;line-height:1.3;word-wrap:anywhere;word-break:break-all}[data-uppy-theme=dark] .uppy-Dashboard-Item-name{color:#eaeaea}.uppy-size--md.uppy-Dashboard--singleFile .uppy-Dashboard-Item-name{font-size:14px;line-height:1.4}.uppy-Dashboard-Item-fileName{display:flex;align-items:baseline}.uppy-Dashboard-Item-fileName button{margin-left:5px}.uppy-Dashboard-Item-author{color:#757575;vertical-align:bottom;font-size:11px;font-weight:400;display:inline-block;line-height:1;margin-bottom:5px}.uppy-Dashboard-Item-author a{color:#757575}.uppy-Dashboard-Item-status{color:#757575;font-weight:400;font-size:11px;line-height:1}[data-uppy-theme=dark] .uppy-Dashboard-Item-status{color:#bbb}.uppy-Dashboard-Item-statusSize{display:inline-block;text-transform:uppercase;vertical-align:bottom;margin-bottom:5px}.uppy-Dashboard-Item-reSelect{color:#1269cf;font-weight:600;font-size:inherit;font-family:inherit}.uppy-Dashboard-Item-errorMessage{font-size:11px;font-weight:500;line-height:1.3;color:#a51523;background-color:#fdeff1;padding:5px 6px}.uppy-Dashboard-Item-errorMessageBtn{font-size:11px;text-decoration:underline;color:#a51523;cursor:pointer;font-weight:500}.uppy-Dashboard-Item-preview .uppy-Dashboard-Item-errorMessage{display:none}.uppy-size--md .uppy-Dashboard-Item-preview .uppy-Dashboard-Item-errorMessage{display:block;border-top:1px solid #f7c2c8;padding:6px 8px;line-height:1.4;position:absolute;bottom:0;left:0;right:0;border-bottom-left-radius:3px;border-bottom-right-radius:3px}.uppy-Dashboard-Item-fileInfo .uppy-Dashboard-Item-errorMessage{display:inline-block;position:static;border:1px solid #f7c2c8;border-radius:3px}.uppy-size--md .uppy-Dashboard-Item-fileInfo .uppy-Dashboard-Item-errorMessage{display:none}.uppy-Dashboard-Item-action{color:#939393;cursor:pointer}.uppy-Dashboard-Item-action:focus{outline:none}.uppy-Dashboard-Item-action::-moz-focus-inner{border:0}.uppy-Dashboard-Item-action:focus{box-shadow:0 0 0 3px #1269cf80}.uppy-Dashboard-Item-action:hover{color:#1f1f1f;opacity:1}[data-uppy-theme=dark] .uppy-Dashboard-Item-action{color:#cfcfcf}[data-uppy-theme=dark] .uppy-Dashboard-Item-action:focus{outline:none}[data-uppy-theme=dark] .uppy-Dashboard-Item-action::-moz-focus-inner{border:0}[data-uppy-theme=dark] .uppy-Dashboard-Item-action:focus{box-shadow:0 0 0 2px #aae1ffd9}[data-uppy-theme=dark] .uppy-Dashboard-Item-action:hover{color:#eaeaea}.uppy-Dashboard-Item-action--remove{color:#1f1f1f;opacity:.95}.uppy-Dashboard-Item-action--remove:hover{color:#000;opacity:1}[dir=ltr] .uppy-size--md .uppy-Dashboard-Item-action--remove{right:-8px}[dir=rtl] .uppy-size--md .uppy-Dashboard-Item-action--remove{left:-8px}.uppy-size--md .uppy-Dashboard-Item-action--remove{position:absolute;top:-8px;z-index:1002;width:18px;height:18px;padding:0}.uppy-size--md .uppy-Dashboard-Item-action--remove:focus{border-radius:50%}[dir=ltr] .uppy-Dashboard--singleFile.uppy-size--height-md .uppy-Dashboard-Item-action--remove{right:8px}[dir=rtl] .uppy-Dashboard--singleFile.uppy-size--height-md .uppy-Dashboard-Item-action--remove{left:8px}.uppy-Dashboard--singleFile.uppy-size--height-md .uppy-Dashboard-Item-action--remove{position:absolute;top:8px}[data-uppy-theme=dark] .uppy-Dashboard-Item-action--remove{color:#525252}[data-uppy-theme=dark] .uppy-Dashboard-Item-action--remove:hover{color:#333}.uppy-Dashboard:not(.uppy-size--md):not(.uppy-Dashboard--singleFile.uppy-size--height-md) .uppy-Dashboard-Item-actionWrapper{display:flex;align-items:center}.uppy-Dashboard:not(.uppy-size--md):not(.uppy-Dashboard--singleFile.uppy-size--height-md) .uppy-Dashboard-Item-action{width:22px;height:22px;margin-left:3px;padding:3px}.uppy-Dashboard:not(.uppy-size--md):not(.uppy-Dashboard--singleFile.uppy-size--height-md) .uppy-Dashboard-Item-action:focus{border-radius:3px}.uppy-size--md .uppy-Dashboard-Item-action--copyLink,.uppy-size--md .uppy-Dashboard-Item-action--edit{width:16px;height:16px;padding:0}.uppy-size--md .uppy-Dashboard-Item-action--copyLink:focus,.uppy-size--md .uppy-Dashboard-Item-action--edit:focus{border-radius:3px}.uppy-Dashboard-Item{display:flex;align-items:center;padding:10px;border-bottom:1px solid #eaeaea}[dir=ltr] .uppy-Dashboard:not(.uppy-Dashboard--singleFile) .uppy-Dashboard-Item{padding-right:0}[dir=rtl] .uppy-Dashboard:not(.uppy-Dashboard--singleFile) .uppy-Dashboard-Item{padding-left:0}[data-uppy-theme=dark] .uppy-Dashboard-Item{border-bottom:1px solid #333}[dir=ltr] .uppy-size--md .uppy-Dashboard-Item{float:left}[dir=rtl] .uppy-size--md .uppy-Dashboard-Item{float:right}.uppy-size--md .uppy-Dashboard-Item{position:relative;display:block;width:calc(33.333% - 30px);height:215px;margin:5px 15px;padding:0;border-bottom:0}.uppy-size--lg .uppy-Dashboard-Item{width:calc(25% - 30px);height:190px;margin:5px 15px;padding:0}.uppy-size--xl .uppy-Dashboard-Item{width:calc(20% - 30px);height:210px;padding:0}.uppy-Dashboard--singleFile .uppy-Dashboard-Item{display:flex;flex-direction:column;width:100%;max-width:400px;height:100%;border-bottom:0;position:relative;padding:15px}.uppy-Dashboard-Item.is-ghost .uppy-Dashboard-Item-previewInnerWrap{opacity:.2}.uppy-Dashboard-Item.is-ghost .uppy-Dashboard-Item-name{opacity:.7}.uppy-Dashboard-Item.is-ghost .uppy-Dashboard-Item-preview:before{position:absolute;inset:0;z-index:1005;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='39' viewBox='0 0 35 39'%3E%3Cpath d='M1.708 38.66c1.709 0 3.417-3.417 6.834-3.417 3.416 0 5.125 3.417 8.61 3.417 3.348 0 5.056-3.417 8.473-3.417 4.305 0 5.125 3.417 6.833 3.417.889 0 1.709-.889 1.709-1.709v-19.68C34.167-5.757 0-5.757 0 17.271v19.68c0 .82.888 1.709 1.708 1.709zm8.542-17.084a3.383 3.383 0 01-3.417-3.416 3.383 3.383 0 013.417-3.417 3.383 3.383 0 013.417 3.417 3.383 3.383 0 01-3.417 3.416zm13.667 0A3.383 3.383 0 0120.5 18.16a3.383 3.383 0 013.417-3.417 3.383 3.383 0 013.416 3.417 3.383 3.383 0 01-3.416 3.416z' fill='%2523000' fill-rule='nonzero'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50% 10px;background-size:25px;opacity:.5;content:""}.uppy-size--md .uppy-Dashboard-Item.is-ghost .uppy-Dashboard-Item-preview:before{background-position:50% 50%;background-size:40px}.uppy-Dashboard--singleFile .uppy-Dashboard-Item.is-ghost .uppy-Dashboard-Item-preview:before{background-position:50% 50%;background-size:30%}.uppy-Dashboard-Item-preview{position:relative;flex-grow:0;flex-shrink:0;width:50px;height:50px}.uppy-size--md .uppy-Dashboard-Item-preview{width:100%;height:140px}.uppy-size--lg .uppy-Dashboard-Item-preview{height:120px}.uppy-size--xl .uppy-Dashboard-Item-preview{height:140px}.uppy-Dashboard--singleFile .uppy-Dashboard-Item-preview{width:100%;max-height:75%;flex-grow:1}.uppy-Dashboard--singleFile.uppy-size--md .uppy-Dashboard-Item-preview{max-height:100%}[dir=ltr] .uppy-Dashboard-Item-fileInfoAndButtons{padding-right:8px}[dir=rtl] .uppy-Dashboard-Item-fileInfoAndButtons{padding-left:8px}[dir=ltr] .uppy-Dashboard-Item-fileInfoAndButtons{padding-left:12px}[dir=rtl] .uppy-Dashboard-Item-fileInfoAndButtons{padding-right:12px}.uppy-Dashboard-Item-fileInfoAndButtons{display:flex;flex-grow:1;align-items:center;justify-content:space-between}.uppy-size--md .uppy-Dashboard-Item-fileInfoAndButtons,.uppy-Dashboard--singleFile .uppy-Dashboard-Item-fileInfoAndButtons{align-items:flex-start;padding:9px 0 0}.uppy-Dashboard--singleFile .uppy-Dashboard-Item-fileInfoAndButtons{width:100%;flex-grow:0}.uppy-Dashboard-Item-fileInfo{flex-grow:1;flex-shrink:1}.uppy-Dashboard-Item-actionWrapper{flex-grow:0;flex-shrink:0}.uppy-Dashboard-Item.is-inprogress .uppy-Dashboard-Item-previewInnerWrap:after,.uppy-Dashboard-Item.is-error .uppy-Dashboard-Item-previewInnerWrap:after{display:block}[dir=ltr] .uppy-Dashboard-Item-errorDetails{left:2px}[dir=rtl] .uppy-Dashboard-Item-errorDetails{right:2px}.uppy-Dashboard-Item-errorDetails{position:relative;top:0;flex-shrink:0;width:13px;height:13px;color:#fff;font-weight:600;font-size:10px;line-height:12px;text-align:center;background-color:#939393;border-radius:50%;border:none;cursor:help;-webkit-appearance:none;appearance:none}.uppy-Dashboard-Item-errorDetails:after{line-height:1.3;word-wrap:break-word}.uppy-Dashboard-FileCard{position:absolute;inset:0;z-index:1005;display:flex;flex-direction:column;width:100%;height:100%;background-color:#fff;border-radius:5px;box-shadow:0 0 10px 4px #0000001a}.uppy-Dashboard-FileCard .uppy-DashboardContent-bar{border-top-left-radius:5px;border-top-right-radius:5px}.uppy-Dashboard-FileCard .uppy-Dashboard-FileCard-actions{border-bottom-right-radius:5px;border-bottom-left-radius:5px}.uppy-Dashboard-FileCard-inner{display:flex;flex-direction:column;flex-grow:1;flex-shrink:1;height:100%;min-height:0}.uppy-Dashboard-FileCard-preview{position:relative;display:flex;flex-grow:0;flex-shrink:1;align-items:center;justify-content:center;height:60%;min-height:0;border-bottom:1px solid #eaeaea}[data-uppy-theme=dark] .uppy-Dashboard-FileCard-preview{background-color:#333;border-bottom:0}.uppy-Dashboard-FileCard-preview img.uppy-Dashboard-Item-previewImg{flex:0 0 auto;max-width:90%;max-height:90%;object-fit:cover;border-radius:3px;box-shadow:0 3px 20px #00000026}[dir=ltr] .uppy-Dashboard-FileCard-edit{right:10px}[dir=rtl] .uppy-Dashboard-FileCard-edit{left:10px}.uppy-Dashboard-FileCard-edit{position:absolute;top:10px;padding:7px 15px;color:#fff;font-size:13px;background-color:#00000080;border-radius:50px}.uppy-Dashboard-FileCard-edit:focus{outline:none}.uppy-Dashboard-FileCard-edit::-moz-focus-inner{border:0}.uppy-Dashboard-FileCard-edit:focus{box-shadow:0 0 0 3px #1269cf80}.uppy-Dashboard-FileCard-edit:hover{background-color:#000c}.uppy-Dashboard-FileCard-info{flex-grow:0;flex-shrink:0;height:40%;padding:30px 20px 20px;overflow-y:auto;-webkit-overflow-scrolling:touch}[data-uppy-theme=dark] .uppy-Dashboard-FileCard-info{background-color:#1f1f1f}.uppy-Dashboard-FileCard-fieldset{max-width:640px;margin:auto auto 12px;padding:0;font-size:0;border:0}.uppy-Dashboard-FileCard-label{display:inline-block;width:22%;color:#525252;font-size:12px;vertical-align:middle}.uppy-size--md .uppy-Dashboard-FileCard-label{font-size:14px}[data-uppy-theme=dark] .uppy-Dashboard-FileCard-label{color:#eaeaea}.uppy-Dashboard-FileCard-input{display:inline-block;width:78%;vertical-align:middle}.uppy-Dashboard-FileCard-actions{display:flex;flex-grow:0;flex-shrink:0;align-items:center;height:55px;padding:0 15px;background-color:#fafafa;border-top:1px solid #eaeaea}.uppy-size--md .uppy-Dashboard-FileCard-actions{height:65px}[data-uppy-theme=dark] .uppy-Dashboard-FileCard-actions{background-color:#1f1f1f;border-top:1px solid #333}[dir=ltr] .uppy-Dashboard-FileCard-actionsBtn{margin-right:10px}[dir=rtl] .uppy-Dashboard-FileCard-actionsBtn{margin-left:10px}.uppy-transition-slideDownUp-enter{transform:translate3d(0,-105%,0);opacity:.01;transition:transform .25s ease-in-out,opacity .25s ease-in-out}.uppy-transition-slideDownUp-enter.uppy-transition-slideDownUp-enter-active{transform:translateZ(0);opacity:1}.uppy-transition-slideDownUp-leave{transform:translateZ(0);opacity:1;transition:transform .25s ease-in-out,opacity .25s ease-in-out}.uppy-transition-slideDownUp-leave.uppy-transition-slideDownUp-leave-active{transform:translate3d(0,-105%,0);opacity:.01}@keyframes uppy-Dashboard-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes uppy-Dashboard-fadeOut{0%{opacity:1}to{opacity:0}}@keyframes uppy-Dashboard-slideDownAndFadeIn{0%{transform:translate3d(-50%,-70%,0);opacity:0}to{transform:translate3d(-50%,-50%,0);opacity:1}}@keyframes uppy-Dashboard-slideDownAndFadeIn--small{0%{transform:translate3d(0,-20%,0);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes uppy-Dashboard-slideUpFadeOut{0%{transform:translate3d(-50%,-50%,0);opacity:1}to{transform:translate3d(-50%,-70%,0);opacity:0}}@keyframes uppy-Dashboard-slideUpFadeOut--small{0%{transform:translateZ(0);opacity:1}to{transform:translate3d(0,-20%,0);opacity:0}}.uppy-Dashboard--modal{z-index:1001}.uppy-Dashboard--modal[aria-hidden=true]{display:none}.uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose>.uppy-Dashboard-inner{animation:uppy-Dashboard-slideDownAndFadeIn--small .3s cubic-bezier(0,0,.2,1)}@media only screen and (min-width: 820px){.uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose>.uppy-Dashboard-inner{animation:uppy-Dashboard-slideDownAndFadeIn .3s cubic-bezier(0,0,.2,1)}}.uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose>.uppy-Dashboard-overlay{animation:uppy-Dashboard-fadeIn .3s cubic-bezier(0,0,.2,1)}.uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose.uppy-Dashboard--isClosing>.uppy-Dashboard-inner{animation:uppy-Dashboard-slideUpFadeOut--small .3s cubic-bezier(0,0,.2,1)}@media only screen and (min-width: 820px){.uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose.uppy-Dashboard--isClosing>.uppy-Dashboard-inner{animation:uppy-Dashboard-slideUpFadeOut .3s cubic-bezier(0,0,.2,1)}}.uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose.uppy-Dashboard--isClosing>.uppy-Dashboard-overlay{animation:uppy-Dashboard-fadeOut .3s cubic-bezier(0,0,.2,1)}.uppy-Dashboard-isFixed{height:100vh;overflow:hidden}.uppy-Dashboard--modal .uppy-Dashboard-overlay{position:fixed;inset:0;z-index:1001;background-color:#00000080}.uppy-Dashboard-inner{position:relative;max-width:100%;max-height:100%;background-color:#f4f4f4;border:1px solid #eaeaea;border-radius:5px;outline:none}.uppy-size--md .uppy-Dashboard-inner{min-height:auto}@media only screen and (min-width: 820px){.uppy-Dashboard-inner{width:650px;height:500px}}.uppy-Dashboard--modal .uppy-Dashboard-inner{z-index:1002}[data-uppy-theme=dark] .uppy-Dashboard-inner{background-color:#1f1f1f}.uppy-Dashboard--isDisabled .uppy-Dashboard-inner{cursor:not-allowed}.uppy-Dashboard-innerWrap{position:relative;display:flex;flex-direction:column;height:100%;overflow:hidden;border-radius:5px;opacity:0}.uppy-Dashboard--isInnerWrapVisible .uppy-Dashboard-innerWrap{opacity:1}.uppy-Dashboard--isDisabled .uppy-Dashboard-innerWrap{opacity:.6;filter:grayscale(100%);-webkit-user-select:none;user-select:none;cursor:not-allowed}.uppy-Dashboard--isDisabled .uppy-ProviderIconBg{fill:#9f9f9f}.uppy-Dashboard--isDisabled [disabled],.uppy-Dashboard--isDisabled [aria-disabled]{pointer-events:none;cursor:not-allowed}.uppy-Dashboard--modal .uppy-Dashboard-inner{position:fixed;inset:35px 15px 15px;border:none}@media only screen and (min-width: 820px){.uppy-Dashboard--modal .uppy-Dashboard-inner{top:50%;right:auto;left:50%;box-shadow:0 5px 15px 4px #00000026;transform:translate(-50%,-50%)}}[dir=ltr] .uppy-Dashboard-close{right:-2px}[dir=rtl] .uppy-Dashboard-close{left:-2px}.uppy-Dashboard-close{position:absolute;top:-33px;z-index:1005;display:block;color:#ffffffe6;font-size:27px;cursor:pointer}.uppy-Dashboard-close:focus{outline:none}.uppy-Dashboard-close::-moz-focus-inner{border:0}.uppy-Dashboard-close:focus{color:#6eabf2}@media only screen and (min-width: 820px){[dir=ltr] .uppy-Dashboard-close{right:-35px}[dir=rtl] .uppy-Dashboard-close{left:-35px}.uppy-Dashboard-close{top:-10px;font-size:35px}}.uppy-Dashboard-serviceMsg{position:relative;top:-1px;z-index:1004;padding:12px 0;font-weight:500;font-size:12px;line-height:1.3;background-color:#fffbf7;border-top:1px solid #edd4b9;border-bottom:1px solid #edd4b9}.uppy-size--md .uppy-Dashboard-serviceMsg{font-size:14px;line-height:1.4}[data-uppy-theme=dark] .uppy-Dashboard-serviceMsg{color:#eaeaea;background-color:#1f1f1f;border-top:1px solid #333;border-bottom:1px solid #333}.uppy-Dashboard-serviceMsg-title{display:block;margin-bottom:4px;padding-left:42px;line-height:1}.uppy-Dashboard-serviceMsg-text{padding:0 15px}.uppy-Dashboard-serviceMsg-actionBtn{color:#1269cf;font-weight:inherit;font-size:inherit;vertical-align:initial}[data-uppy-theme=dark] .uppy-Dashboard-serviceMsg-actionBtn{color:#02baf2e6}.uppy-Dashboard-serviceMsg-icon{position:absolute;top:10px;left:15px}.uppy-Dashboard-AddFiles{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center}[data-uppy-drag-drop-supported=true] .uppy-Dashboard-AddFiles{height:calc(100% - 14px);margin:7px;border:1px dashed #dfdfdf;border-radius:3px}.uppy-Dashboard-AddFilesPanel .uppy-Dashboard-AddFiles{height:calc(100% - 54px);border:none}.uppy-Dashboard--modal .uppy-Dashboard-AddFiles{border-color:#cfcfcf}[data-uppy-theme=dark] .uppy-Dashboard-AddFiles{border-color:#757575}.uppy-Dashboard-AddFiles-info{display:none;margin-top:auto;padding-top:15px;padding-bottom:15px}.uppy-size--height-md .uppy-Dashboard-AddFiles-info{display:block}.uppy-size--md .uppy-Dashboard-AddFiles-info{position:absolute;right:0;bottom:25px;left:0;padding-top:30px;padding-bottom:0}[data-uppy-num-acquirers="0"] .uppy-Dashboard-AddFiles-info{margin-top:0}.uppy-Dashboard-browse{color:#1269cf;cursor:pointer}.uppy-Dashboard-browse:focus{outline:none}.uppy-Dashboard-browse::-moz-focus-inner{border:0}.uppy-Dashboard-browse:hover,.uppy-Dashboard-browse:focus{border-bottom:1px solid #1269cf}[data-uppy-theme=dark] .uppy-Dashboard-browse{color:#02baf2e6}[data-uppy-theme=dark] .uppy-Dashboard-browse:hover,[data-uppy-theme=dark] .uppy-Dashboard-browse:focus{border-bottom:1px solid #02baf2}.uppy-Dashboard-browseBtn{display:block;width:100%;margin-top:8px;margin-bottom:5px;font-weight:500;font-size:14px}.uppy-size--md .uppy-Dashboard-browseBtn{width:auto;margin:15px auto;padding:13px 44px;font-size:15px}.uppy-Dashboard-AddFiles-list{display:flex;flex:1;flex-direction:column;width:100%;margin-top:2px;padding:2px 0;overflow-y:auto;-webkit-overflow-scrolling:touch}.uppy-size--md .uppy-Dashboard-AddFiles-list{flex:none;flex-direction:row;flex-wrap:wrap;justify-content:center;max-width:600px;margin-top:15px;padding-top:0;overflow-y:visible}.uppy-DashboardTab{width:100%;text-align:center;border-bottom:1px solid #eaeaea}[data-uppy-theme=dark] .uppy-DashboardTab{border-bottom:1px solid #333}.uppy-size--md .uppy-DashboardTab{display:inline-block;width:initial;margin-bottom:10px;border-bottom:none}.uppy-DashboardTab-btn{flex-direction:row;align-items:center;justify-content:left;width:100%;height:100%;padding:12px 15px;color:#525252;background-color:transparent;cursor:pointer;-webkit-appearance:none;appearance:none}.uppy-DashboardTab-btn:focus{outline:none}[dir=ltr] .uppy-size--md .uppy-DashboardTab-btn{margin-right:1px}[dir=rtl] .uppy-size--md .uppy-DashboardTab-btn{margin-left:1px}.uppy-size--md .uppy-DashboardTab-btn{flex-direction:column;width:86px;padding:10px 3px;border-radius:5px}[data-uppy-theme=dark] .uppy-DashboardTab-btn{color:#eaeaea}.uppy-DashboardTab-btn::-moz-focus-inner{border:0}.uppy-DashboardTab-btn:hover{background-color:#e9ecef}[data-uppy-theme=dark] .uppy-DashboardTab-btn:hover{background-color:#333}.uppy-DashboardTab-btn:active,.uppy-DashboardTab-btn:focus{background-color:#dfe6f1}[data-uppy-theme=dark] .uppy-DashboardTab-btn:active,[data-uppy-theme=dark] .uppy-DashboardTab-btn:focus{background-color:#525252}.uppy-DashboardTab-btn svg{display:inline-block;max-width:100%;max-height:100%;overflow:hidden;vertical-align:text-top;transition:transform ease-in-out .15s}[dir=ltr] .uppy-DashboardTab-inner{margin-right:10px}[dir=rtl] .uppy-DashboardTab-inner{margin-left:10px}.uppy-DashboardTab-inner{display:flex;justify-content:center;align-items:center;width:32px;height:32px;border-radius:8px;background-color:#fff;box-shadow:0 1px 1px #0000001a,0 1px 2px #0000001a,0 2px 3px #00000005}[dir=ltr] .uppy-size--md .uppy-DashboardTab-inner{margin-right:0}[dir=rtl] .uppy-size--md .uppy-DashboardTab-inner{margin-left:0}[data-uppy-theme=dark] .uppy-DashboardTab-inner{background-color:#323232;box-shadow:0 1px 1px #0003,0 1px 2px #0003,0 2px 3px #00000014}.uppy-DashboardTab-name{font-weight:400;font-size:14px}.uppy-size--md .uppy-DashboardTab-name{margin-top:8px;margin-bottom:0;font-size:12px;line-height:15px}.uppy-DashboardTab-iconMyDevice{color:#1269cf}[data-uppy-theme=dark] .uppy-DashboardTab-iconMyDevice{color:#02baf2}.uppy-DashboardTab-iconBox{color:#0061d5}[data-uppy-theme=dark] .uppy-DashboardTab-iconBox{color:#eaeaea}.uppy-DashboardTab-iconDropbox{color:#0061fe}[data-uppy-theme=dark] .uppy-DashboardTab-iconDropbox{color:#eaeaea}.uppy-DashboardTab-iconUnsplash{color:#111}[data-uppy-theme=dark] .uppy-DashboardTab-iconUnsplash{color:#eaeaea}.uppy-DashboardTab-iconScreenRec{color:#2c3e50}[data-uppy-theme=dark] .uppy-DashboardTab-iconScreenRec{color:#eaeaea}.uppy-DashboardTab-iconAudio{color:#8030a3}[data-uppy-theme=dark] .uppy-DashboardTab-iconAudio{color:#bf6ee3}.uppy-Dashboard-input{position:absolute;z-index:-1;width:.1px;height:.1px;overflow:hidden;opacity:0}.uppy-DashboardContent-bar{position:relative;z-index:1004;display:flex;flex-shrink:0;align-items:center;justify-content:space-between;width:100%;height:40px;padding:0 10px;background-color:#fafafa;border-bottom:1px solid #eaeaea}.uppy-size--md .uppy-DashboardContent-bar{height:50px;padding:0 15px}[data-uppy-theme=dark] .uppy-DashboardContent-bar{background-color:#1f1f1f;border-bottom:1px solid #333}.uppy-DashboardContent-title{position:absolute;top:0;right:0;left:0;width:100%;max-width:170px;margin:auto;overflow-x:hidden;font-weight:500;font-size:12px;line-height:40px;white-space:nowrap;text-align:center;text-overflow:ellipsis}.uppy-size--md .uppy-DashboardContent-title{max-width:300px;font-size:14px;line-height:50px}[data-uppy-theme=dark] .uppy-DashboardContent-title{color:#eaeaea}[dir=ltr] .uppy-DashboardContent-back,[dir=ltr] .uppy-DashboardContent-save{margin-left:-6px}[dir=rtl] .uppy-DashboardContent-back,[dir=rtl] .uppy-DashboardContent-save{margin-right:-6px}.uppy-DashboardContent-back,.uppy-DashboardContent-save{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:1;background:none;border:0;-webkit-appearance:none;padding:7px 6px;color:#1269cf;font-weight:400;font-size:12px;border-radius:3px;cursor:pointer}.uppy-DashboardContent-back:focus,.uppy-DashboardContent-save:focus{outline:none}.uppy-DashboardContent-back::-moz-focus-inner,.uppy-DashboardContent-save::-moz-focus-inner{border:0}.uppy-DashboardContent-back:hover,.uppy-DashboardContent-save:hover{color:#0e51a0}.uppy-DashboardContent-back:focus,.uppy-DashboardContent-save:focus{background-color:#dfe6f1}[data-uppy-theme=dark] .uppy-DashboardContent-back:focus,[data-uppy-theme=dark] .uppy-DashboardContent-save:focus{background-color:#333}.uppy-size--md .uppy-DashboardContent-back,.uppy-size--md .uppy-DashboardContent-save{font-size:14px}[data-uppy-theme=dark] .uppy-DashboardContent-back,[data-uppy-theme=dark] .uppy-DashboardContent-save{color:#02baf2}[dir=ltr] .uppy-DashboardContent-addMore{margin-right:-5px}[dir=rtl] .uppy-DashboardContent-addMore{margin-left:-5px}.uppy-DashboardContent-addMore{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:1;background:none;border:0;-webkit-appearance:none;width:29px;height:29px;padding:7px 8px;color:#1269cf;font-weight:500;border-radius:3px;cursor:pointer}.uppy-DashboardContent-addMore:focus{outline:none}.uppy-DashboardContent-addMore::-moz-focus-inner{border:0}.uppy-DashboardContent-addMore:hover{color:#0e51a0}.uppy-DashboardContent-addMore:focus{background-color:#dfe6f1}[data-uppy-theme=dark] .uppy-DashboardContent-addMore:focus{background-color:#333}[dir=ltr] .uppy-size--md .uppy-DashboardContent-addMore{margin-right:-8px}[dir=rtl] .uppy-size--md .uppy-DashboardContent-addMore{margin-left:-8px}.uppy-size--md .uppy-DashboardContent-addMore{width:auto;height:auto;font-size:14px}[data-uppy-theme=dark] .uppy-DashboardContent-addMore{color:#02baf2}[dir=ltr] .uppy-DashboardContent-addMore svg{margin-right:4px}[dir=rtl] .uppy-DashboardContent-addMore svg{margin-left:4px}.uppy-DashboardContent-addMore svg{vertical-align:baseline}.uppy-size--md .uppy-DashboardContent-addMore svg{width:11px;height:11px}.uppy-DashboardContent-addMoreCaption{display:none}.uppy-size--md .uppy-DashboardContent-addMoreCaption{display:inline}.uppy-DashboardContent-panel{position:absolute;inset:0;z-index:1005;display:flex;flex:1;flex-direction:column;overflow:hidden;background-color:#f5f5f5;border-radius:5px}.uppy-Dashboard-AddFilesPanel{position:absolute;inset:0;z-index:1005;display:flex;flex-direction:column;overflow:hidden;background:#fafafa;background:linear-gradient(0deg,#fafafa 35%,#fafafad9);border-radius:5px;box-shadow:0 0 10px 5px #00000026}[data-uppy-theme=dark] .uppy-Dashboard-AddFilesPanel{background-color:#333;background-image:linear-gradient(0deg,#1f1f1f 35%,#1f1f1fd9)}.uppy-Dashboard--isAddFilesPanelVisible .uppy-Dashboard-files{filter:blur(2px)}.uppy-Dashboard-progress{position:absolute;bottom:0;left:0;width:100%;height:12%}.uppy-Dashboard-progressBarContainer.is-active{position:absolute;top:0;left:0;z-index:1004;width:100%;height:100%}.uppy-Dashboard-filesContainer{position:relative;flex:1;margin:0;overflow-y:hidden}.uppy-Dashboard-filesContainer:after{display:table;clear:both;content:""}.uppy-Dashboard-files{flex:1;margin:0;padding:0 0 10px;overflow-y:auto;-webkit-overflow-scrolling:touch}.uppy-size--md .uppy-Dashboard-files{padding-top:10px}.uppy-Dashboard--singleFile .uppy-Dashboard-filesInner{display:flex;justify-content:center;align-items:center;height:100%}.uppy-Dashboard-dropFilesHereHint{position:absolute;inset:7px;z-index:2000;display:flex;align-items:center;justify-content:center;padding-top:90px;color:#757575;font-size:16px;text-align:center;background-image:url("data:image/svg+xml,%3Csvg width='48' height='48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 1v1C11.85 2 2 11.85 2 24s9.85 22 22 22 22-9.85 22-22S36.15 2 24 2V1zm0 0V0c13.254 0 24 10.746 24 24S37.254 48 24 48 0 37.254 0 24 10.746 0 24 0v1zm7.707 19.293a.999.999 0 1 1-1.414 1.414L25 16.414V34a1 1 0 1 1-2 0V16.414l-5.293 5.293a.999.999 0 1 1-1.414-1.414l7-7a.999.999 0 0 1 1.414 0l7 7z' fill='%231269CF' fill-rule='nonzero'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50% 50%;border:1px dashed #1269cf;border-radius:3px;visibility:hidden}[data-uppy-theme=dark] .uppy-Dashboard-dropFilesHereHint{color:#bbb;background-image:url("data:image/svg+xml,%3Csvg width='48' height='48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 1v1C11.85 2 2 11.85 2 24s9.85 22 22 22 22-9.85 22-22S36.15 2 24 2V1zm0 0V0c13.254 0 24 10.746 24 24S37.254 48 24 48 0 37.254 0 24 10.746 0 24 0v1zm7.707 19.293a.999.999 0 1 1-1.414 1.414L25 16.414V34a1 1 0 1 1-2 0V16.414l-5.293 5.293a.999.999 0 1 1-1.414-1.414l7-7a.999.999 0 0 1 1.414 0l7 7z' fill='%2302BAF2' fill-rule='nonzero'/%3E%3C/svg%3E");border-color:#02baf2}.uppy-Dashboard.uppy-Dashboard--isDraggingOver .uppy-Dashboard-dropFilesHereHint{visibility:visible;pointer-events:none}.uppy-Dashboard.uppy-Dashboard--isDraggingOver .uppy-DashboardContent-bar,.uppy-Dashboard.uppy-Dashboard--isDraggingOver .uppy-Dashboard-files,.uppy-Dashboard.uppy-Dashboard--isDraggingOver .uppy-Dashboard-progressindicators,.uppy-Dashboard.uppy-Dashboard--isDraggingOver .uppy-Dashboard-serviceMsg{opacity:.15}.uppy-Dashboard.uppy-Dashboard--isDraggingOver .uppy-Dashboard-AddFiles{opacity:.03}.uppy-Dashboard-AddFiles-title{width:100%;margin-top:15px;margin-bottom:5px;padding:0 15px;color:#000;font-weight:500;font-size:17px;line-height:1.35;text-align:inline-start}.uppy-size--md .uppy-Dashboard-AddFiles-title{max-width:480px;padding:0 35px;margin-top:5px;font-weight:400;font-size:21px;text-align:center}[data-uppy-num-acquirers="0"] .uppy-Dashboard-AddFiles-title{text-align:center}[data-uppy-theme=dark] .uppy-Dashboard-AddFiles-title{color:#eaeaea}.uppy-Dashboard-AddFiles-title button{font-weight:500}.uppy-size--md .uppy-Dashboard-AddFiles-title button{font-weight:400}.uppy-Dashboard-note{max-width:350px;margin:auto;padding:0 15px;color:#757575;font-size:14px;line-height:1.25;text-align:center}.uppy-size--md .uppy-Dashboard-note{max-width:600px;line-height:1.35}[data-uppy-theme=dark] .uppy-Dashboard-note{color:#cfcfcf}a.uppy-Dashboard-poweredBy{display:inline-block;margin-top:8px;color:#939393;font-size:11px;text-align:center;text-decoration:none}.uppy-Dashboard-poweredByIcon{position:relative;top:1px;margin-right:1px;margin-left:1px;vertical-align:text-top;opacity:.9;fill:none;stroke:#939393}.uppy-Dashboard-Item-previewIcon{position:absolute;top:50%;left:50%;z-index:100;width:25px;height:25px;transform:translate(-50%,-50%)}.uppy-size--md .uppy-Dashboard-Item-previewIcon{width:38px;height:38px}.uppy-Dashboard-Item-previewIcon svg{width:100%;height:100%}.uppy-Dashboard--singleFile .uppy-Dashboard-Item-previewIcon{width:100%;height:100%;max-width:60%;max-height:60%}.uppy-Dashboard-Item-previewIconWrap{position:relative;height:76px;max-height:75%}.uppy-Dashboard--singleFile .uppy-Dashboard-Item-previewIconWrap{width:100%;height:100%}.uppy-Dashboard-Item-previewIconBg{width:100%;height:100%;filter:drop-shadow(rgba(0,0,0,.1) 0 1px 1px)}.uppy-Dashboard-upload{position:relative;width:50px;height:50px}.uppy-size--md .uppy-Dashboard-upload{width:60px;height:60px}.uppy-Dashboard-upload .uppy-c-icon{position:relative;top:1px;width:50%}[dir=ltr] .uppy-Dashboard-uploadCount{right:-12px}[dir=rtl] .uppy-Dashboard-uploadCount{left:-12px}.uppy-Dashboard-uploadCount{position:absolute;top:-12px;width:16px;height:16px;color:#fff;font-size:8px;line-height:16px;background-color:#1bb240;border-radius:50%}.uppy-size--md .uppy-Dashboard-uploadCount{width:18px;height:18px;font-size:9px;line-height:18px}@font-face{font-family:Material Symbols Outlined;font-style:normal;font-weight:100 700;src:url(https://fonts.gstatic.com/s/materialsymbolsoutlined/v203/kJEhBvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oFsI.woff2) format("woff2")}.material-symbols-outlined{font-family:Material Symbols Outlined;font-weight:400;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7SUc.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7SUc.woff2) format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2ZL7SUc.woff2) format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1pL7SUc.woff2) format("woff2");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2pL7SUc.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7SUc.woff2) format("woff2");unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7SUc.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7SUc.woff2) format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2ZL7SUc.woff2) format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1pL7SUc.woff2) format("woff2");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2pL7SUc.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7SUc.woff2) format("woff2");unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7SUc.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7SUc.woff2) format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2ZL7SUc.woff2) format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1pL7SUc.woff2) format("woff2");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2pL7SUc.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7SUc.woff2) format("woff2");unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.mat-ripple{overflow:hidden;position:relative}.mat-ripple:not(:empty){transform:translateZ(0)}.mat-ripple.mat-ripple-unbounded{overflow:visible}.mat-ripple-element{position:absolute;border-radius:50%;pointer-events:none;transition:opacity,transform 0ms cubic-bezier(0,0,.2,1);transform:scale3d(0,0,0);background-color:var(--mat-ripple-color, rgba(0, 0, 0, .1))}.cdk-high-contrast-active .mat-ripple-element,.cdk-drag-preview .mat-ripple-element,.cdk-drag-placeholder .mat-ripple-element{display:none}.cdk-visually-hidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap;outline:0;-webkit-appearance:none;-moz-appearance:none;left:0}[dir=rtl] .cdk-visually-hidden{left:auto;right:0}.cdk-overlay-container,.cdk-global-overlay-wrapper{pointer-events:none;top:0;left:0;height:100%;width:100%}.cdk-overlay-container{position:fixed;z-index:1000}.cdk-overlay-container:empty{display:none}.cdk-global-overlay-wrapper{display:flex;position:absolute;z-index:1000}.cdk-overlay-pane{position:absolute;pointer-events:auto;box-sizing:border-box;z-index:1000;display:flex;max-width:100%;max-height:100%}.cdk-overlay-backdrop{position:absolute;inset:0;z-index:1000;pointer-events:auto;-webkit-tap-highlight-color:transparent;transition:opacity .4s cubic-bezier(.25,.8,.25,1);opacity:0}.cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:1}.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:.6}.cdk-overlay-dark-backdrop{background:#00000052}.cdk-overlay-transparent-backdrop{transition:visibility 1ms linear,opacity 1ms linear;visibility:hidden;opacity:1}.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing{opacity:0;visibility:visible}.cdk-overlay-backdrop-noop-animation{transition:none}.cdk-overlay-connected-position-bounding-box{position:absolute;z-index:1000;display:flex;flex-direction:column;min-width:1px;min-height:1px}.cdk-global-scrollblock{position:fixed;width:100%;overflow-y:scroll}textarea.cdk-textarea-autosize{resize:none}textarea.cdk-textarea-autosize-measuring{padding:2px 0!important;box-sizing:content-box!important;height:auto!important;overflow:hidden!important}textarea.cdk-textarea-autosize-measuring-firefox{padding:2px 0!important;box-sizing:content-box!important;height:0!important}@keyframes cdk-text-field-autofill-start{}@keyframes cdk-text-field-autofill-end{}.cdk-text-field-autofill-monitored:-webkit-autofill{animation:cdk-text-field-autofill-start 0s 1ms}.cdk-text-field-autofill-monitored:not(:-webkit-autofill){animation:cdk-text-field-autofill-end 0s 1ms}.mat-focus-indicator{position:relative}.mat-focus-indicator:before{inset:0;position:absolute;box-sizing:border-box;pointer-events:none;display:var(--mat-focus-indicator-display, none);border:var(--mat-focus-indicator-border-width, 3px) var(--mat-focus-indicator-border-style, solid) var(--mat-focus-indicator-border-color, transparent);border-radius:var(--mat-focus-indicator-border-radius, 4px)}.mat-focus-indicator:focus:before{content:""}.cdk-high-contrast-active{--mat-focus-indicator-display: block}.mat-mdc-focus-indicator{position:relative}.mat-mdc-focus-indicator:before{inset:0;position:absolute;box-sizing:border-box;pointer-events:none;display:var(--mat-mdc-focus-indicator-display, none);border:var(--mat-mdc-focus-indicator-border-width, 3px) var(--mat-mdc-focus-indicator-border-style, solid) var(--mat-mdc-focus-indicator-border-color, transparent);border-radius:var(--mat-mdc-focus-indicator-border-radius, 4px)}.mat-mdc-focus-indicator:focus:before{content:""}.cdk-high-contrast-active{--mat-mdc-focus-indicator-display: block}.mat-app-background{background-color:var(--mat-app-background-color, transparent);color:var(--mat-app-text-color, inherit)}.mat-elevation-z0,.mat-mdc-elevation-specific.mat-elevation-z0{box-shadow:var(--mat-app-elevation-shadow-level-0, none)}.mat-elevation-z1,.mat-mdc-elevation-specific.mat-elevation-z1{box-shadow:var(--mat-app-elevation-shadow-level-1, none)}.mat-elevation-z2,.mat-mdc-elevation-specific.mat-elevation-z2{box-shadow:var(--mat-app-elevation-shadow-level-2, none)}.mat-elevation-z3,.mat-mdc-elevation-specific.mat-elevation-z3{box-shadow:var(--mat-app-elevation-shadow-level-3, none)}.mat-elevation-z4,.mat-mdc-elevation-specific.mat-elevation-z4{box-shadow:var(--mat-app-elevation-shadow-level-4, none)}.mat-elevation-z5,.mat-mdc-elevation-specific.mat-elevation-z5{box-shadow:var(--mat-app-elevation-shadow-level-5, none)}.mat-elevation-z6,.mat-mdc-elevation-specific.mat-elevation-z6{box-shadow:var(--mat-app-elevation-shadow-level-6, none)}.mat-elevation-z7,.mat-mdc-elevation-specific.mat-elevation-z7{box-shadow:var(--mat-app-elevation-shadow-level-7, none)}.mat-elevation-z8,.mat-mdc-elevation-specific.mat-elevation-z8{box-shadow:var(--mat-app-elevation-shadow-level-8, none)}.mat-elevation-z9,.mat-mdc-elevation-specific.mat-elevation-z9{box-shadow:var(--mat-app-elevation-shadow-level-9, none)}.mat-elevation-z10,.mat-mdc-elevation-specific.mat-elevation-z10{box-shadow:var(--mat-app-elevation-shadow-level-10, none)}.mat-elevation-z11,.mat-mdc-elevation-specific.mat-elevation-z11{box-shadow:var(--mat-app-elevation-shadow-level-11, none)}.mat-elevation-z12,.mat-mdc-elevation-specific.mat-elevation-z12{box-shadow:var(--mat-app-elevation-shadow-level-12, none)}.mat-elevation-z13,.mat-mdc-elevation-specific.mat-elevation-z13{box-shadow:var(--mat-app-elevation-shadow-level-13, none)}.mat-elevation-z14,.mat-mdc-elevation-specific.mat-elevation-z14{box-shadow:var(--mat-app-elevation-shadow-level-14, none)}.mat-elevation-z15,.mat-mdc-elevation-specific.mat-elevation-z15{box-shadow:var(--mat-app-elevation-shadow-level-15, none)}.mat-elevation-z16,.mat-mdc-elevation-specific.mat-elevation-z16{box-shadow:var(--mat-app-elevation-shadow-level-16, none)}.mat-elevation-z17,.mat-mdc-elevation-specific.mat-elevation-z17{box-shadow:var(--mat-app-elevation-shadow-level-17, none)}.mat-elevation-z18,.mat-mdc-elevation-specific.mat-elevation-z18{box-shadow:var(--mat-app-elevation-shadow-level-18, none)}.mat-elevation-z19,.mat-mdc-elevation-specific.mat-elevation-z19{box-shadow:var(--mat-app-elevation-shadow-level-19, none)}.mat-elevation-z20,.mat-mdc-elevation-specific.mat-elevation-z20{box-shadow:var(--mat-app-elevation-shadow-level-20, none)}.mat-elevation-z21,.mat-mdc-elevation-specific.mat-elevation-z21{box-shadow:var(--mat-app-elevation-shadow-level-21, none)}.mat-elevation-z22,.mat-mdc-elevation-specific.mat-elevation-z22{box-shadow:var(--mat-app-elevation-shadow-level-22, none)}.mat-elevation-z23,.mat-mdc-elevation-specific.mat-elevation-z23{box-shadow:var(--mat-app-elevation-shadow-level-23, none)}.mat-elevation-z24,.mat-mdc-elevation-specific.mat-elevation-z24{box-shadow:var(--mat-app-elevation-shadow-level-24, none)}html{--mat-app-background-color: var(--sys-background);--mat-app-text-color: var(--sys-on-background);--mat-app-elevation-shadow-level-0: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-1: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-2: 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-3: 0px 3px 3px -2px rgba(0, 0, 0, .2), 0px 3px 4px 0px rgba(0, 0, 0, .14), 0px 1px 8px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-4: 0px 2px 4px -1px rgba(0, 0, 0, .2), 0px 4px 5px 0px rgba(0, 0, 0, .14), 0px 1px 10px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-5: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 5px 8px 0px rgba(0, 0, 0, .14), 0px 1px 14px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-6: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-7: 0px 4px 5px -2px rgba(0, 0, 0, .2), 0px 7px 10px 1px rgba(0, 0, 0, .14), 0px 2px 16px 1px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-8: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-9: 0px 5px 6px -3px rgba(0, 0, 0, .2), 0px 9px 12px 1px rgba(0, 0, 0, .14), 0px 3px 16px 2px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-10: 0px 6px 6px -3px rgba(0, 0, 0, .2), 0px 10px 14px 1px rgba(0, 0, 0, .14), 0px 4px 18px 3px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-11: 0px 6px 7px -4px rgba(0, 0, 0, .2), 0px 11px 15px 1px rgba(0, 0, 0, .14), 0px 4px 20px 3px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-12: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 12px 17px 2px rgba(0, 0, 0, .14), 0px 5px 22px 4px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-13: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 13px 19px 2px rgba(0, 0, 0, .14), 0px 5px 24px 4px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-14: 0px 7px 9px -4px rgba(0, 0, 0, .2), 0px 14px 21px 2px rgba(0, 0, 0, .14), 0px 5px 26px 4px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-15: 0px 8px 9px -5px rgba(0, 0, 0, .2), 0px 15px 22px 2px rgba(0, 0, 0, .14), 0px 6px 28px 5px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-16: 0px 8px 10px -5px rgba(0, 0, 0, .2), 0px 16px 24px 2px rgba(0, 0, 0, .14), 0px 6px 30px 5px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-17: 0px 8px 11px -5px rgba(0, 0, 0, .2), 0px 17px 26px 2px rgba(0, 0, 0, .14), 0px 6px 32px 5px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-18: 0px 9px 11px -5px rgba(0, 0, 0, .2), 0px 18px 28px 2px rgba(0, 0, 0, .14), 0px 7px 34px 6px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-19: 0px 9px 12px -6px rgba(0, 0, 0, .2), 0px 19px 29px 2px rgba(0, 0, 0, .14), 0px 7px 36px 6px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-20: 0px 10px 13px -6px rgba(0, 0, 0, .2), 0px 20px 31px 3px rgba(0, 0, 0, .14), 0px 8px 38px 7px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-21: 0px 10px 13px -6px rgba(0, 0, 0, .2), 0px 21px 33px 3px rgba(0, 0, 0, .14), 0px 8px 40px 7px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-22: 0px 10px 14px -6px rgba(0, 0, 0, .2), 0px 22px 35px 3px rgba(0, 0, 0, .14), 0px 8px 42px 7px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-23: 0px 11px 14px -7px rgba(0, 0, 0, .2), 0px 23px 36px 3px rgba(0, 0, 0, .14), 0px 9px 44px 8px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-24: 0px 11px 15px -7px rgba(0, 0, 0, .2), 0px 24px 38px 3px rgba(0, 0, 0, .14), 0px 9px 46px 8px rgba(0, 0, 0, .12);--mat-ripple-color: color-mix(in srgb, var(--sys-on-surface) 10%, transparent);--mat-option-selected-state-label-text-color: var(--sys-on-secondary-container);--mat-option-label-text-color: var(--sys-on-surface);--mat-option-hover-state-layer-color: color-mix(in srgb, var(--sys-on-surface) 8%, transparent);--mat-option-focus-state-layer-color: color-mix(in srgb, var(--sys-on-surface) 12%, transparent);--mat-option-selected-state-layer-color: var(--sys-secondary-container);--mat-option-label-text-font: var(--sys-label-large-font);--mat-option-label-text-line-height: var(--sys-label-large-line-height);--mat-option-label-text-size: var(--sys-body-large-size);--mat-option-label-text-tracking: var(--sys-label-large-tracking);--mat-option-label-text-weight: var(--sys-body-large-weight);--mat-optgroup-label-text-color: var(--sys-on-surface-variant);--mat-optgroup-label-text-font: var(--sys-title-small-font);--mat-optgroup-label-text-line-height: var(--sys-title-small-line-height);--mat-optgroup-label-text-size: var(--sys-title-small-size);--mat-optgroup-label-text-tracking: var(--sys-title-small-tracking);--mat-optgroup-label-text-weight: var(--sys-title-small-weight);--mat-full-pseudo-checkbox-selected-icon-color: var(--sys-primary);--mat-full-pseudo-checkbox-selected-checkmark-color: var(--sys-on-primary);--mat-full-pseudo-checkbox-unselected-icon-color: var(--sys-on-surface-variant);--mat-full-pseudo-checkbox-disabled-selected-checkmark-color: var(--sys-surface);--mat-full-pseudo-checkbox-disabled-unselected-icon-color: color-mix(in srgb, var(--sys-on-surface) 38%, transparent);--mat-full-pseudo-checkbox-disabled-selected-icon-color: color-mix(in srgb, var(--sys-on-surface) 38%, transparent);--mat-minimal-pseudo-checkbox-selected-checkmark-color: var(--sys-primary);--mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: color-mix(in srgb, var(--sys-on-surface) 38%, transparent);--mdc-elevated-card-container-color: var(--sys-surface);--mdc-elevated-card-container-elevation: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mdc-elevated-card-container-shape: 12px;--mdc-outlined-card-container-color: var(--sys-surface);--mdc-outlined-card-outline-color: var(--sys-outline-variant);--mdc-outlined-card-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mdc-outlined-card-container-shape: 12px;--mdc-outlined-card-outline-width: 1px;--mat-card-subtitle-text-color: var(--sys-on-surface);--mat-card-title-text-font: var(--sys-title-large-font);--mat-card-title-text-line-height: var(--sys-title-large-line-height);--mat-card-title-text-size: var(--sys-title-large-size);--mat-card-title-text-tracking: var(--sys-title-large-tracking);--mat-card-title-text-weight: var(--sys-title-large-weight);--mat-card-subtitle-text-font: var(--sys-title-medium-font);--mat-card-subtitle-text-line-height: var(--sys-title-medium-line-height);--mat-card-subtitle-text-size: var(--sys-title-medium-size);--mat-card-subtitle-text-tracking: var(--sys-title-medium-tracking);--mat-card-subtitle-text-weight: var(--sys-title-medium-weight);--mdc-linear-progress-active-indicator-color: var(--sys-primary);--mdc-linear-progress-track-color: var(--sys-surface-variant);--mdc-linear-progress-active-indicator-height: 4px;--mdc-linear-progress-track-height: 4px;--mdc-linear-progress-track-shape: 0;--mdc-plain-tooltip-container-color: var(--sys-inverse-surface);--mdc-plain-tooltip-supporting-text-color: var(--sys-inverse-on-surface);--mdc-plain-tooltip-supporting-text-line-height: var(--sys-body-small-line-height);--mdc-plain-tooltip-supporting-text-font: var(--sys-body-small-font);--mdc-plain-tooltip-supporting-text-size: var(--sys-body-small-size);--mdc-plain-tooltip-supporting-text-weight: var(--sys-body-small-weight);--mdc-plain-tooltip-supporting-text-tracking: var(--sys-body-small-tracking);--mdc-plain-tooltip-container-shape: 4px;--mdc-filled-text-field-caret-color: var(--sys-primary);--mdc-filled-text-field-focus-active-indicator-color: var(--sys-primary);--mdc-filled-text-field-focus-label-text-color: var(--sys-primary);--mdc-filled-text-field-container-color: var(--sys-surface-variant);--mdc-filled-text-field-disabled-container-color: color-mix(in srgb, var(--sys-on-surface) 4%, transparent);--mdc-filled-text-field-label-text-color: var(--sys-on-surface-variant);--mdc-filled-text-field-hover-label-text-color: var(--sys-on-surface-variant);--mdc-filled-text-field-disabled-label-text-color: color-mix(in srgb, var(--sys-on-surface) 38%, transparent);--mdc-filled-text-field-input-text-color: var(--sys-on-surface);--mdc-filled-text-field-disabled-input-text-color: color-mix(in srgb, var(--sys-on-surface) 38%, transparent);--mdc-filled-text-field-input-text-placeholder-color: var(--sys-on-surface-variant);--mdc-filled-text-field-error-hover-label-text-color: var(--sys-on-error-container);--mdc-filled-text-field-error-focus-label-text-color: var(--sys-error);--mdc-filled-text-field-error-label-text-color: var(--sys-error);--mdc-filled-text-field-active-indicator-color: var(--sys-on-surface-variant);--mdc-filled-text-field-disabled-active-indicator-color: color-mix(in srgb, var(--sys-on-surface) 38%, transparent);--mdc-filled-text-field-hover-active-indicator-color: var(--sys-on-surface);--mdc-filled-text-field-error-active-indicator-color: var(--sys-error);--mdc-filled-text-field-error-focus-active-indicator-color: var(--sys-error);--mdc-filled-text-field-error-hover-active-indicator-color: var(--sys-on-error-container);--mdc-filled-text-field-label-text-font: var(--sys-body-large-font);--mdc-filled-text-field-label-text-size: var(--sys-body-large-size);--mdc-filled-text-field-label-text-tracking: var(--sys-body-large-tracking);--mdc-filled-text-field-label-text-weight: var(--sys-body-large-weight);--mdc-filled-text-field-active-indicator-height: 1px;--mdc-filled-text-field-focus-active-indicator-height: 2px;--mdc-filled-text-field-container-shape: 4px;--mdc-outlined-text-field-caret-color: var(--sys-primary);--mdc-outlined-text-field-focus-outline-color: var(--sys-primary);--mdc-outlined-text-field-focus-label-text-color: var(--sys-primary);--mdc-outlined-text-field-label-text-color: var(--sys-on-surface-variant);--mdc-outlined-text-field-hover-label-text-color: var(--sys-on-surface);--mdc-outlined-text-field-disabled-label-text-color: color-mix(in srgb, var(--sys-on-surface) 38%, transparent);--mdc-outlined-text-field-input-text-color: var(--sys-on-surface);--mdc-outlined-text-field-disabled-input-text-color: color-mix(in srgb, var(--sys-on-surface) 38%, transparent);--mdc-outlined-text-field-input-text-placeholder-color: var(--sys-on-surface-variant);--mdc-outlined-text-field-error-focus-label-text-color: var(--sys-error);--mdc-outlined-text-field-error-label-text-color: var(--sys-error);--mdc-outlined-text-field-error-hover-label-text-color: var(--sys-on-error-container);--mdc-outlined-text-field-outline-color: var(--sys-outline);--mdc-outlined-text-field-disabled-outline-color: color-mix(in srgb, var(--sys-on-surface) 12%, transparent);--mdc-outlined-text-field-hover-outline-color: var(--sys-on-surface);--mdc-outlined-text-field-error-focus-outline-color: var(--sys-error);--mdc-outlined-text-field-error-hover-outline-color: var(--sys-on-error-container);--mdc-outlined-text-field-error-outline-color: var(--sys-error);--mdc-outlined-text-field-label-text-font: var(--sys-body-large-font);--mdc-outlined-text-field-label-text-size: var(--sys-body-large-size);--mdc-outlined-text-field-label-text-tracking: var(--sys-body-large-tracking);--mdc-outlined-text-field-label-text-weight: var(--sys-body-large-weight);--mdc-outlined-text-field-outline-width: 1px;--mdc-outlined-text-field-focus-outline-width: 2px;--mdc-outlined-text-field-container-shape: 4px;--mat-form-field-focus-select-arrow-color: var(--sys-primary);--mat-form-field-disabled-input-text-placeholder-color: color-mix(in srgb, var(--sys-on-surface) 38%, transparent);--mat-form-field-state-layer-color: var(--sys-on-surface);--mat-form-field-error-text-color: var(--sys-error);--mat-form-field-select-option-text-color: #1c1b1f;--mat-form-field-select-disabled-option-text-color: rgba(28, 27, 31, .38);--mat-form-field-leading-icon-color: var(--sys-on-surface-variant);--mat-form-field-disabled-leading-icon-color: color-mix(in srgb, var(--sys-on-surface) 38%, transparent);--mat-form-field-trailing-icon-color: var(--sys-on-surface-variant);--mat-form-field-disabled-trailing-icon-color: color-mix(in srgb, var(--sys-on-surface) 38%, transparent);--mat-form-field-error-focus-trailing-icon-color: var(--sys-error);--mat-form-field-error-hover-trailing-icon-color: var(--sys-on-error-container);--mat-form-field-error-trailing-icon-color: var(--sys-error);--mat-form-field-enabled-select-arrow-color: var(--sys-on-surface-variant);--mat-form-field-disabled-select-arrow-color: color-mix(in srgb, var(--sys-on-surface) 38%, transparent);--mat-form-field-hover-state-layer-opacity: .08;--mat-form-field-container-text-font: var(--sys-body-large-font);--mat-form-field-container-text-line-height: var(--sys-body-large-line-height);--mat-form-field-container-text-size: var(--sys-body-large-size);--mat-form-field-container-text-tracking: var(--sys-body-large-tracking);--mat-form-field-container-text-weight: var(--sys-body-large-weight);--mat-form-field-subscript-text-font: var(--sys-body-small-font);--mat-form-field-subscript-text-line-height: var(--sys-body-small-line-height);--mat-form-field-subscript-text-size: var(--sys-body-small-size);--mat-form-field-subscript-text-tracking: var(--sys-body-small-tracking);--mat-form-field-subscript-text-weight: var(--sys-body-small-weight);--mat-form-field-container-height: 56px;--mat-form-field-filled-label-display: block;--mat-form-field-container-vertical-padding: 16px;--mat-form-field-filled-with-label-container-padding-top: 24px;--mat-form-field-filled-with-label-container-padding-bottom: 8px;--mat-form-field-focus-state-layer-opacity: 0;--mat-select-panel-background-color: var(--sys-surface-container);--mat-select-enabled-trigger-text-color: var(--sys-on-surface);--mat-select-disabled-trigger-text-color: color-mix(in srgb, var(--sys-on-surface) 38%, transparent);--mat-select-placeholder-text-color: var(--sys-on-surface-variant);--mat-select-enabled-arrow-color: var(--sys-on-surface-variant);--mat-select-disabled-arrow-color: color-mix(in srgb, var(--sys-on-surface) 38%, transparent);--mat-select-focused-arrow-color: var(--sys-primary);--mat-select-invalid-arrow-color: var(--sys-error);--mat-select-trigger-text-font: var(--sys-body-large-font);--mat-select-trigger-text-line-height: var(--sys-body-large-line-height);--mat-select-trigger-text-size: var(--sys-body-large-size);--mat-select-trigger-text-tracking: var(--sys-body-large-tracking);--mat-select-trigger-text-weight: var(--sys-body-large-weight);--mat-select-arrow-transform: translateY(-8px);--mat-select-container-elevation-shadow: 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12);--mat-autocomplete-background-color: var(--sys-surface-container);--mat-autocomplete-container-shape: 4px;--mat-autocomplete-container-elevation-shadow: 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12);--mdc-dialog-container-color: var(--sys-surface);--mdc-dialog-subhead-color: var(--sys-on-surface);--mdc-dialog-supporting-text-color: var(--sys-on-surface-variant);--mdc-dialog-subhead-font: var(--sys-headline-small-font);--mdc-dialog-subhead-line-height: var(--sys-headline-small-line-height);--mdc-dialog-subhead-size: var(--sys-headline-small-size);--mdc-dialog-subhead-weight: var(--sys-headline-small-weight);--mdc-dialog-subhead-tracking: var(--sys-headline-small-tracking);--mdc-dialog-supporting-text-font: var(--sys-body-medium-font);--mdc-dialog-supporting-text-line-height: var(--sys-body-medium-line-height);--mdc-dialog-supporting-text-size: var(--sys-body-medium-size);--mdc-dialog-supporting-text-weight: var(--sys-body-medium-weight);--mdc-dialog-supporting-text-tracking: var(--sys-body-medium-tracking);--mdc-dialog-container-shape: 28px;--mat-dialog-container-elevation-shadow: none;--mat-dialog-container-max-width: 560px;--mat-dialog-container-small-max-width: calc(100vw - 32px) ;--mat-dialog-container-min-width: 280px;--mat-dialog-actions-alignment: flex-end;--mat-dialog-actions-padding: 16px 24px;--mat-dialog-content-padding: 20px 24px;--mat-dialog-with-actions-content-padding: 20px 24px 0;--mat-dialog-headline-padding: 6px 24px 13px;--mdc-chip-outline-color: var(--sys-outline);--mdc-chip-disabled-outline-color: color-mix(in srgb, var(--sys-on-surface) 12%, transparent);--mdc-chip-focus-outline-color: var(--sys-on-surface-variant);--mdc-chip-hover-state-layer-opacity: .08;--mdc-chip-selected-hover-state-layer-opacity: .08;--mdc-chip-disabled-label-text-color: color-mix(in srgb, var(--sys-on-surface) 38%, transparent);--mdc-chip-elevated-selected-container-color: var(--sys-secondary-container);--mdc-chip-flat-disabled-selected-container-color: color-mix(in srgb, var(--sys-on-surface) 12%, transparent);--mdc-chip-focus-state-layer-color: var(--sys-on-surface-variant);--mdc-chip-hover-state-layer-color: var(--sys-on-surface-variant);--mdc-chip-selected-hover-state-layer-color: var(--sys-on-secondary-container);--mdc-chip-focus-state-layer-opacity: .12;--mdc-chip-selected-focus-state-layer-color: var(--sys-on-secondary-container);--mdc-chip-selected-focus-state-layer-opacity: .12;--mdc-chip-label-text-color: var(--sys-on-surface-variant);--mdc-chip-selected-label-text-color: var(--sys-on-secondary-container);--mdc-chip-with-icon-icon-color: var(--sys-on-surface-variant);--mdc-chip-with-icon-disabled-icon-color: var(--sys-on-surface);--mdc-chip-with-icon-selected-icon-color: var(--sys-on-secondary-container);--mdc-chip-with-trailing-icon-disabled-trailing-icon-color: var(--sys-on-surface);--mdc-chip-with-trailing-icon-trailing-icon-color: var(--sys-on-surface-variant);--mdc-chip-label-text-font: var(--sys-label-large-font);--mdc-chip-label-text-line-height: var(--sys-label-large-line-height);--mdc-chip-label-text-size: var(--sys-label-large-size);--mdc-chip-label-text-tracking: var(--sys-label-large-tracking);--mdc-chip-label-text-weight: var(--sys-label-large-weight);--mdc-chip-container-height: 32px;--mdc-chip-container-shape-radius: 8px;--mdc-chip-with-avatar-avatar-shape-radius: 24px;--mdc-chip-with-avatar-avatar-size: 24px;--mdc-chip-with-icon-icon-size: 18px;--mdc-chip-outline-width: 1px;--mdc-chip-with-avatar-disabled-avatar-opacity: .38;--mdc-chip-flat-selected-outline-width: 0;--mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity: .38;--mdc-chip-with-icon-disabled-icon-opacity: .38;--mdc-chip-elevated-container-color: transparent;--mat-chip-trailing-action-state-layer-color: var(--sys-on-surface-variant);--mat-chip-selected-trailing-action-state-layer-color: var(--sys-on-secondary-container);--mat-chip-trailing-action-hover-state-layer-opacity: .08;--mat-chip-trailing-action-focus-state-layer-opacity: .12;--mat-chip-selected-disabled-trailing-icon-color: var(--sys-on-surface);--mat-chip-selected-trailing-icon-color: var(--sys-on-secondary-container);--mat-chip-disabled-container-opacity: 1;--mat-chip-trailing-action-opacity: 1;--mat-chip-trailing-action-focus-opacity: 1;--mdc-switch-selected-focus-state-layer-opacity: .12;--mdc-switch-selected-hover-state-layer-opacity: .08;--mdc-switch-selected-pressed-state-layer-opacity: .12;--mdc-switch-unselected-focus-state-layer-opacity: .12;--mdc-switch-unselected-hover-state-layer-opacity: .08;--mdc-switch-unselected-pressed-state-layer-opacity: .12;--mdc-switch-selected-focus-state-layer-color: var(--sys-primary);--mdc-switch-selected-handle-color: var(--sys-on-primary);--mdc-switch-selected-hover-state-layer-color: var(--sys-primary);--mdc-switch-selected-pressed-state-layer-color: var(--sys-primary);--mdc-switch-selected-focus-handle-color: var(--sys-primary-container);--mdc-switch-selected-hover-handle-color: var(--sys-primary-container);--mdc-switch-selected-pressed-handle-color: var(--sys-primary-container);--mdc-switch-selected-focus-track-color: var(--sys-primary);--mdc-switch-selected-hover-track-color: var(--sys-primary);--mdc-switch-selected-pressed-track-color: var(--sys-primary);--mdc-switch-selected-track-color: var(--sys-primary);--mdc-switch-disabled-selected-handle-color: var(--sys-surface);--mdc-switch-disabled-selected-icon-color: var(--sys-on-surface);--mdc-switch-disabled-selected-track-color: var(--sys-on-surface);--mdc-switch-disabled-unselected-handle-color: var(--sys-on-surface);--mdc-switch-disabled-unselected-icon-color: var(--sys-surface-variant);--mdc-switch-disabled-unselected-track-color: var(--sys-surface-variant);--mdc-switch-selected-icon-color: var(--sys-on-primary-container);--mdc-switch-unselected-focus-handle-color: var(--sys-on-surface-variant);--mdc-switch-unselected-focus-state-layer-color: var(--sys-on-surface);--mdc-switch-unselected-focus-track-color: var(--sys-surface-variant);--mdc-switch-unselected-handle-color: var(--sys-outline);--mdc-switch-unselected-hover-handle-color: var(--sys-on-surface-variant);--mdc-switch-unselected-hover-state-layer-color: var(--sys-on-surface);--mdc-switch-unselected-hover-track-color: var(--sys-surface-variant);--mdc-switch-unselected-icon-color: var(--sys-surface-variant);--mdc-switch-unselected-pressed-handle-color: var(--sys-on-surface-variant);--mdc-switch-unselected-pressed-state-layer-color: var(--sys-on-surface);--mdc-switch-unselected-pressed-track-color: var(--sys-surface-variant);--mdc-switch-unselected-track-color: var(--sys-surface-variant);--mdc-switch-disabled-selected-icon-opacity: .38;--mdc-switch-disabled-track-opacity: .12;--mdc-switch-disabled-unselected-icon-opacity: .38;--mdc-switch-handle-shape: 9999px;--mdc-switch-selected-icon-size: 16px;--mdc-switch-track-height: 32px;--mdc-switch-track-shape: 9999px;--mdc-switch-track-width: 52px;--mdc-switch-unselected-icon-size: 16px;--mdc-switch-state-layer-size: 40px;--mat-switch-track-outline-color: var(--sys-outline);--mat-switch-disabled-unselected-track-outline-color: var(--sys-on-surface);--mat-switch-label-text-color: var(--sys-on-surface);--mat-switch-label-text-font: var(--sys-body-medium-font);--mat-switch-label-text-line-height: var(--sys-body-medium-line-height);--mat-switch-label-text-size: var(--sys-body-medium-size);--mat-switch-label-text-tracking: var(--sys-body-medium-tracking);--mat-switch-label-text-weight: var(--sys-body-medium-weight);--mat-switch-disabled-selected-handle-opacity: 1;--mat-switch-disabled-unselected-handle-opacity: .38;--mat-switch-unselected-handle-size: 16px;--mat-switch-selected-handle-size: 24px;--mat-switch-pressed-handle-size: 28px;--mat-switch-with-icon-handle-size: 24px;--mat-switch-selected-handle-horizontal-margin: 0 24px;--mat-switch-selected-with-icon-handle-horizontal-margin: 0 24px;--mat-switch-selected-pressed-handle-horizontal-margin: 0 22px;--mat-switch-unselected-handle-horizontal-margin: 0 8px;--mat-switch-unselected-with-icon-handle-horizontal-margin: 0 4px;--mat-switch-unselected-pressed-handle-horizontal-margin: 0 2px;--mat-switch-visible-track-opacity: 1;--mat-switch-hidden-track-opacity: 0;--mat-switch-visible-track-transition: opacity 75ms;--mat-switch-hidden-track-transition: opacity 75ms;--mat-switch-track-outline-width: 2px;--mat-switch-selected-track-outline-width: 2px;--mat-switch-selected-track-outline-color: transparent;--mat-switch-disabled-unselected-track-outline-width: 2px;--mdc-radio-disabled-selected-icon-color: var(--sys-on-surface);--mdc-radio-disabled-unselected-icon-color: var(--sys-on-surface);--mdc-radio-unselected-hover-icon-color: var(--sys-on-surface);--mdc-radio-unselected-icon-color: var(--sys-on-surface-variant);--mdc-radio-unselected-pressed-icon-color: var(--sys-on-surface);--mdc-radio-selected-focus-icon-color: var(--sys-primary);--mdc-radio-selected-hover-icon-color: var(--sys-primary);--mdc-radio-selected-icon-color: var(--sys-primary);--mdc-radio-selected-pressed-icon-color: var(--sys-primary);--mdc-radio-state-layer-size: 40px;--mdc-radio-disabled-selected-icon-opacity: .38;--mdc-radio-disabled-unselected-icon-opacity: .38;--mat-radio-ripple-color: var(--sys-on-surface);--mat-radio-checked-ripple-color: var(--sys-primary);--mat-radio-disabled-label-color: color-mix(in srgb, var(--sys-on-surface) 38%, transparent);--mat-radio-label-text-color: var(--sys-on-surface);--mat-radio-label-text-font: var(--sys-body-medium-font);--mat-radio-label-text-line-height: var(--sys-body-medium-line-height);--mat-radio-label-text-size: var(--sys-body-medium-size);--mat-radio-label-text-tracking: var(--sys-body-medium-tracking);--mat-radio-label-text-weight: var(--sys-body-medium-weight);--mat-radio-touch-target-display: block;--mdc-slider-handle-elevation: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mdc-slider-handle-color: var(--sys-primary);--mdc-slider-focus-handle-color: var(--sys-primary);--mdc-slider-hover-handle-color: var(--sys-primary);--mdc-slider-active-track-color: var(--sys-primary);--mdc-slider-inactive-track-color: var(--sys-surface-variant);--mdc-slider-with-tick-marks-inactive-container-color: var(--sys-on-surface-variant);--mdc-slider-with-tick-marks-active-container-color: var(--sys-on-primary);--mdc-slider-disabled-active-track-color: var(--sys-on-surface);--mdc-slider-disabled-handle-color: var(--sys-on-surface);--mdc-slider-disabled-inactive-track-color: var(--sys-on-surface);--mdc-slider-label-container-color: var(--sys-primary);--mdc-slider-label-label-text-color: var(--sys-on-primary);--mdc-slider-with-overlap-handle-outline-color: var(--sys-on-primary);--mdc-slider-with-tick-marks-disabled-container-color: var(--sys-on-surface);--mdc-slider-label-label-text-font: var(--sys-label-medium-font);--mdc-slider-label-label-text-size: var(--sys-label-medium-size);--mdc-slider-label-label-text-line-height: var(--sys-label-medium-line-height);--mdc-slider-label-label-text-tracking: var(--sys-label-medium-tracking);--mdc-slider-label-label-text-weight: var(--sys-label-medium-weight);--mdc-slider-active-track-height: 4px;--mdc-slider-active-track-shape: 9999px;--mdc-slider-handle-height: 20px;--mdc-slider-handle-shape: 9999px;--mdc-slider-handle-width: 20px;--mdc-slider-inactive-track-height: 4px;--mdc-slider-inactive-track-shape: 9999px;--mdc-slider-with-overlap-handle-outline-width: 1px;--mdc-slider-with-tick-marks-active-container-opacity: .38;--mdc-slider-with-tick-marks-container-shape: 9999px;--mdc-slider-with-tick-marks-container-size: 2px;--mdc-slider-with-tick-marks-inactive-container-opacity: .38;--mat-slider-ripple-color: var(--sys-primary);--mat-slider-hover-state-layer-color: color-mix(in srgb, var(--sys-primary) 5%, transparent);--mat-slider-focus-state-layer-color: color-mix(in srgb, var(--sys-primary) 20%, transparent);--mat-slider-value-indicator-width: 28px;--mat-slider-value-indicator-height: 28px;--mat-slider-value-indicator-caret-display: none;--mat-slider-value-indicator-border-radius: 50% 50% 50% 0;--mat-slider-value-indicator-padding: 0;--mat-slider-value-indicator-text-transform: rotate(45deg);--mat-slider-value-indicator-container-transform: translateX(-50%) rotate(-45deg);--mat-slider-value-indicator-opacity: 1;--mat-menu-item-label-text-color: var(--sys-on-surface);--mat-menu-item-icon-color: var(--sys-on-surface-variant);--mat-menu-item-hover-state-layer-color: color-mix(in srgb, var(--sys-on-surface) 8%, transparent);--mat-menu-item-focus-state-layer-color: color-mix(in srgb, var(--sys-on-surface) 12%, transparent);--mat-menu-container-color: var(--sys-surface-container);--mat-menu-divider-color: var(--sys-surface-variant);--mat-menu-item-label-text-font: var(--sys-label-large-font);--mat-menu-item-label-text-size: var(--sys-label-large-size);--mat-menu-item-label-text-tracking: var(--sys-label-large-tracking);--mat-menu-item-label-text-line-height: var(--sys-label-large-line-height);--mat-menu-item-label-text-weight: var(--sys-label-large-weight);--mat-menu-container-shape: 4px;--mat-menu-divider-bottom-spacing: 8px;--mat-menu-divider-top-spacing: 8px;--mat-menu-item-spacing: 12px;--mat-menu-item-icon-size: 24px;--mat-menu-item-leading-spacing: 12px;--mat-menu-item-trailing-spacing: 12px;--mat-menu-item-with-icon-leading-spacing: 12px;--mat-menu-item-with-icon-trailing-spacing: 12px;--mat-menu-base-elevation-level: 2;--mdc-list-list-item-container-color: transparent;--mdc-list-list-item-leading-avatar-color: var(--sys-primary-container);--mdc-list-list-item-disabled-state-layer-color: var(--sys-on-surface);--mdc-list-list-item-disabled-state-layer-opacity: .12;--mdc-list-list-item-label-text-color: var(--sys-on-surface);--mdc-list-list-item-supporting-text-color: var(--sys-on-surface-variant);--mdc-list-list-item-leading-icon-color: var(--sys-on-surface-variant);--mdc-list-list-item-trailing-supporting-text-color: var(--sys-on-surface-variant);--mdc-list-list-item-trailing-icon-color: var(--sys-on-surface-variant);--mdc-list-list-item-selected-trailing-icon-color: var(--sys-primary);--mdc-list-list-item-disabled-label-text-color: var(--sys-on-surface);--mdc-list-list-item-disabled-leading-icon-color: var(--sys-on-surface);--mdc-list-list-item-disabled-trailing-icon-color: var(--sys-on-surface);--mdc-list-list-item-hover-label-text-color: var(--sys-on-surface);--mdc-list-list-item-focus-label-text-color: var(--sys-on-surface);--mdc-list-list-item-hover-state-layer-color: var(--sys-on-surface);--mdc-list-list-item-hover-state-layer-opacity: .08;--mdc-list-list-item-focus-state-layer-color: var(--sys-on-surface);--mdc-list-list-item-focus-state-layer-opacity: .12;--mdc-list-list-item-label-text-font: var(--sys-body-large-font);--mdc-list-list-item-label-text-line-height: var(--sys-body-large-line-height);--mdc-list-list-item-label-text-size: var(--sys-body-large-size);--mdc-list-list-item-label-text-tracking: var(--sys-body-large-tracking);--mdc-list-list-item-label-text-weight: var(--sys-body-large-weight);--mdc-list-list-item-supporting-text-font: var(--sys-body-medium-font);--mdc-list-list-item-supporting-text-line-height: var(--sys-body-medium-line-height);--mdc-list-list-item-supporting-text-size: var(--sys-body-medium-size);--mdc-list-list-item-supporting-text-tracking: var(--sys-body-medium-tracking);--mdc-list-list-item-supporting-text-weight: var(--sys-body-medium-weight);--mdc-list-list-item-trailing-supporting-text-font: var(--sys-label-small-font);--mdc-list-list-item-trailing-supporting-text-line-height: var(--sys-label-small-line-height);--mdc-list-list-item-trailing-supporting-text-size: var(--sys-label-small-size);--mdc-list-list-item-trailing-supporting-text-tracking: var(--sys-label-small-tracking);--mdc-list-list-item-trailing-supporting-text-weight: var(--sys-label-small-weight);--mdc-list-list-item-one-line-container-height: 48px;--mdc-list-list-item-two-line-container-height: 64px;--mdc-list-list-item-three-line-container-height: 88px;--mdc-list-list-item-container-shape: 0;--mdc-list-list-item-leading-avatar-shape: 9999px;--mdc-list-list-item-leading-icon-size: 24px;--mdc-list-list-item-leading-avatar-size: 40px;--mdc-list-list-item-trailing-icon-size: 24px;--mdc-list-list-item-disabled-label-text-opacity: .3;--mdc-list-list-item-disabled-leading-icon-opacity: .38;--mdc-list-list-item-disabled-trailing-icon-opacity: .38;--mat-list-active-indicator-color: var(--sys-secondary-container);--mat-list-list-item-leading-icon-start-space: 16px;--mat-list-list-item-leading-icon-end-space: 16px;--mat-list-active-indicator-shape: 9999px;--mat-paginator-container-text-color: var(--sys-on-surface);--mat-paginator-container-background-color: var(--sys-surface);--mat-paginator-enabled-icon-color: var(--sys-on-surface-variant);--mat-paginator-disabled-icon-color: color-mix(in srgb, var(--sys-on-surface) 38%, transparent);--mat-paginator-container-text-font: var(--sys-body-small-font);--mat-paginator-container-text-line-height: var(--sys-body-small-line-height);--mat-paginator-container-text-size: var(--sys-body-small-size);--mat-paginator-container-text-tracking: var(--sys-body-small-tracking);--mat-paginator-container-text-weight: var(--sys-body-small-weight);--mat-paginator-select-trigger-text-size: var(--sys-body-small-size);--mat-paginator-container-size: 56px;--mat-paginator-form-field-container-height: 40px;--mat-paginator-form-field-container-vertical-padding: 8px;--mat-paginator-touch-target-display: block;--mdc-secondary-navigation-tab-container-height: 48px;--mdc-tab-indicator-active-indicator-color: var(--sys-primary);--mdc-tab-indicator-active-indicator-height: 2px;--mdc-tab-indicator-active-indicator-shape: 0;--mat-tab-header-divider-color: var(--sys-surface-variant);--mat-tab-header-pagination-icon-color: var(--sys-on-surface);--mat-tab-header-inactive-label-text-color: var(--sys-on-surface);--mat-tab-header-active-label-text-color: var(--sys-on-surface);--mat-tab-header-active-ripple-color: var(--sys-on-surface);--mat-tab-header-inactive-ripple-color: var(--sys-on-surface);--mat-tab-header-inactive-focus-label-text-color: var(--sys-on-surface);--mat-tab-header-inactive-hover-label-text-color: var(--sys-on-surface);--mat-tab-header-active-focus-label-text-color: var(--sys-on-surface);--mat-tab-header-active-hover-label-text-color: var(--sys-on-surface);--mat-tab-header-active-focus-indicator-color: var(--sys-primary);--mat-tab-header-active-hover-indicator-color: var(--sys-primary);--mat-tab-header-label-text-font: var(--sys-title-small-font);--mat-tab-header-label-text-size: var(--sys-title-small-size);--mat-tab-header-label-text-tracking: var(--sys-title-small-tracking);--mat-tab-header-label-text-line-height: var(--sys-title-small-line-height);--mat-tab-header-label-text-weight: var(--sys-title-small-weight);--mat-tab-header-divider-height: 1px;--mdc-checkbox-disabled-selected-checkmark-color: var(--sys-surface);--mdc-checkbox-selected-focus-state-layer-opacity: .12;--mdc-checkbox-selected-hover-state-layer-opacity: .08;--mdc-checkbox-selected-pressed-state-layer-opacity: .12;--mdc-checkbox-unselected-focus-state-layer-opacity: .12;--mdc-checkbox-unselected-hover-state-layer-opacity: .08;--mdc-checkbox-unselected-pressed-state-layer-opacity: .12;--mdc-checkbox-disabled-selected-icon-color: color-mix(in srgb, var(--sys-on-surface) 38%, transparent);--mdc-checkbox-disabled-unselected-icon-color: color-mix(in srgb, var(--sys-on-surface) 38%, transparent);--mdc-checkbox-selected-checkmark-color: var(--sys-on-primary);--mdc-checkbox-selected-focus-icon-color: var(--sys-primary);--mdc-checkbox-selected-hover-icon-color: var(--sys-primary);--mdc-checkbox-selected-icon-color: var(--sys-primary);--mdc-checkbox-unselected-focus-icon-color: var(--sys-on-surface);--mdc-checkbox-unselected-hover-icon-color: var(--sys-on-surface);--mdc-checkbox-unselected-icon-color: var(--sys-on-surface-variant);--mdc-checkbox-selected-focus-state-layer-color: var(--sys-primary);--mdc-checkbox-selected-hover-state-layer-color: var(--sys-primary);--mdc-checkbox-selected-pressed-state-layer-color: var(--sys-on-surface);--mdc-checkbox-unselected-focus-state-layer-color: var(--sys-on-surface);--mdc-checkbox-unselected-hover-state-layer-color: var(--sys-on-surface);--mdc-checkbox-unselected-pressed-state-layer-color: var(--sys-primary);--mdc-checkbox-state-layer-size: 40px;--mat-checkbox-disabled-label-color: color-mix(in srgb, var(--sys-on-surface) 38%, transparent);--mat-checkbox-label-text-color: var(--sys-on-surface);--mat-checkbox-label-text-font: var(--sys-body-medium-font);--mat-checkbox-label-text-line-height: var(--sys-body-medium-line-height);--mat-checkbox-label-text-size: var(--sys-body-medium-size);--mat-checkbox-label-text-tracking: var(--sys-body-medium-tracking);--mat-checkbox-label-text-weight: var(--sys-body-medium-weight);--mat-checkbox-touch-target-display: block;--mdc-text-button-label-text-color: var(--sys-primary);--mdc-text-button-disabled-label-text-color: color-mix(in srgb, var(--sys-on-surface) 38%, transparent);--mdc-text-button-label-text-font: var(--sys-label-large-font);--mdc-text-button-label-text-size: var(--sys-label-large-size);--mdc-text-button-label-text-tracking: var(--sys-label-large-tracking);--mdc-text-button-label-text-weight: var(--sys-label-large-weight);--mdc-text-button-container-height: 40px;--mdc-text-button-container-shape: 9999px;--mdc-protected-button-container-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mdc-protected-button-disabled-container-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mdc-protected-button-focus-container-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mdc-protected-button-hover-container-elevation-shadow: 0px 3px 3px -2px rgba(0, 0, 0, .2), 0px 3px 4px 0px rgba(0, 0, 0, .14), 0px 1px 8px 0px rgba(0, 0, 0, .12);--mdc-protected-button-pressed-container-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mdc-protected-button-container-color: var(--sys-surface);--mdc-protected-button-label-text-color: var(--sys-primary);--mdc-protected-button-disabled-container-color: color-mix(in srgb, var(--sys-on-surface) 12%, transparent);--mdc-protected-button-disabled-label-text-color: color-mix(in srgb, var(--sys-on-surface) 38%, transparent);--mdc-protected-button-label-text-font: var(--sys-label-large-font);--mdc-protected-button-label-text-size: var(--sys-label-large-size);--mdc-protected-button-label-text-tracking: var(--sys-label-large-tracking);--mdc-protected-button-label-text-weight: var(--sys-label-large-weight);--mdc-protected-button-container-height: 40px;--mdc-protected-button-container-shape: 9999px;--mdc-filled-button-container-color: var(--sys-primary);--mdc-filled-button-label-text-color: var(--sys-on-primary);--mdc-filled-button-disabled-container-color: color-mix(in srgb, var(--sys-on-surface) 12%, transparent);--mdc-filled-button-disabled-label-text-color: color-mix(in srgb, var(--sys-on-surface) 38%, transparent);--mdc-filled-button-label-text-font: var(--sys-label-large-font);--mdc-filled-button-label-text-size: var(--sys-label-large-size);--mdc-filled-button-label-text-tracking: var(--sys-label-large-tracking);--mdc-filled-button-label-text-weight: var(--sys-label-large-weight);--mdc-filled-button-container-height: 40px;--mdc-filled-button-container-shape: 9999px;--mdc-outlined-button-disabled-outline-color: color-mix(in srgb, var(--sys-on-surface) 12%, transparent);--mdc-outlined-button-disabled-label-text-color: color-mix(in srgb, var(--sys-on-surface) 38%, transparent);--mdc-outlined-button-label-text-color: var(--sys-primary);--mdc-outlined-button-outline-color: var(--sys-outline);--mdc-outlined-button-label-text-font: var(--sys-label-large-font);--mdc-outlined-button-label-text-size: var(--sys-label-large-size);--mdc-outlined-button-label-text-tracking: var(--sys-label-large-tracking);--mdc-outlined-button-label-text-weight: var(--sys-label-large-weight);--mdc-outlined-button-container-height: 40px;--mdc-outlined-button-outline-width: 1px;--mdc-outlined-button-container-shape: 9999px;--mat-text-button-state-layer-color: var(--sys-primary);--mat-text-button-disabled-state-layer-color: var(--sys-on-surface-variant);--mat-text-button-ripple-color: color-mix(in srgb, var(--sys-primary) 12%, transparent);--mat-text-button-hover-state-layer-opacity: .08;--mat-text-button-focus-state-layer-opacity: .12;--mat-text-button-pressed-state-layer-opacity: .12;--mat-text-button-touch-target-display: block;--mat-text-button-horizontal-padding: 12px;--mat-text-button-with-icon-horizontal-padding: 16px;--mat-text-button-icon-spacing: 8px;--mat-text-button-icon-offset: -4px;--mat-protected-button-state-layer-color: var(--sys-primary);--mat-protected-button-disabled-state-layer-color: var(--sys-on-surface-variant);--mat-protected-button-ripple-color: color-mix(in srgb, var(--sys-primary) 12%, transparent);--mat-protected-button-hover-state-layer-opacity: .08;--mat-protected-button-focus-state-layer-opacity: .12;--mat-protected-button-pressed-state-layer-opacity: .12;--mat-protected-button-touch-target-display: block;--mat-protected-button-horizontal-padding: 24px;--mat-protected-button-icon-spacing: 8px;--mat-protected-button-icon-offset: -8px;--mat-filled-button-state-layer-color: var(--sys-on-primary);--mat-filled-button-disabled-state-layer-color: var(--sys-on-surface-variant);--mat-filled-button-ripple-color: color-mix(in srgb, var(--sys-on-primary) 12%, transparent);--mat-filled-button-hover-state-layer-opacity: .08;--mat-filled-button-focus-state-layer-opacity: .12;--mat-filled-button-pressed-state-layer-opacity: .12;--mat-filled-button-touch-target-display: block;--mat-filled-button-horizontal-padding: 24px;--mat-filled-button-icon-spacing: 8px;--mat-filled-button-icon-offset: -8px;--mat-outlined-button-state-layer-color: var(--sys-primary);--mat-outlined-button-disabled-state-layer-color: var(--sys-on-surface-variant);--mat-outlined-button-ripple-color: color-mix(in srgb, var(--sys-primary) 12%, transparent);--mat-outlined-button-hover-state-layer-opacity: .08;--mat-outlined-button-focus-state-layer-opacity: .12;--mat-outlined-button-pressed-state-layer-opacity: .12;--mat-outlined-button-touch-target-display: block;--mat-outlined-button-horizontal-padding: 24px;--mat-outlined-button-icon-spacing: 8px;--mat-outlined-button-icon-offset: -8px;--mdc-icon-button-icon-color: var(--sys-on-surface-variant);--mdc-icon-button-disabled-icon-color: color-mix(in srgb, var(--sys-on-surface) 38%, transparent);--mdc-icon-button-state-layer-size: 40px;--mdc-icon-button-icon-size: 24px;--mat-icon-button-state-layer-color: var(--sys-on-surface-variant);--mat-icon-button-disabled-state-layer-color: var(--sys-on-surface-variant);--mat-icon-button-ripple-color: color-mix(in srgb, var(--sys-on-surface-variant) 12%, transparent);--mat-icon-button-hover-state-layer-opacity: .08;--mat-icon-button-focus-state-layer-opacity: .12;--mat-icon-button-pressed-state-layer-opacity: .12;--mat-icon-button-touch-target-display: block;--mdc-extended-fab-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mdc-extended-fab-focus-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mdc-extended-fab-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mdc-extended-fab-pressed-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mdc-extended-fab-label-text-font: var(--sys-label-large-font);--mdc-extended-fab-label-text-size: var(--sys-label-large-size);--mdc-extended-fab-label-text-tracking: var(--sys-label-large-tracking);--mdc-extended-fab-label-text-weight: var(--sys-label-large-weight);--mdc-extended-fab-container-height: 56px;--mdc-extended-fab-container-shape: 16px;--mdc-fab-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mdc-fab-focus-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mdc-fab-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mdc-fab-pressed-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mdc-fab-container-color: var(--sys-primary-container);--mdc-fab-container-shape: 16px;--mdc-fab-small-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mdc-fab-small-focus-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mdc-fab-small-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mdc-fab-small-pressed-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mdc-fab-small-container-color: var(--sys-primary-container);--mdc-fab-small-container-shape: 12px;--mat-fab-foreground-color: var(--sys-on-primary-container);--mat-fab-state-layer-color: var(--sys-on-primary-container);--mat-fab-ripple-color: color-mix(in srgb, var(--sys-on-primary-container) 12%, transparent);--mat-fab-hover-state-layer-opacity: .08;--mat-fab-focus-state-layer-opacity: .12;--mat-fab-pressed-state-layer-opacity: .12;--mat-fab-disabled-state-container-color: color-mix(in srgb, var(--sys-on-surface) 12%, transparent);--mat-fab-disabled-state-foreground-color: color-mix(in srgb, var(--sys-on-surface) 38%, transparent);--mat-fab-touch-target-display: block;--mat-fab-small-foreground-color: var(--sys-on-primary-container);--mat-fab-small-state-layer-color: var(--sys-on-primary-container);--mat-fab-small-ripple-color: color-mix(in srgb, var(--sys-on-primary-container) 12%, transparent);--mat-fab-small-hover-state-layer-opacity: .08;--mat-fab-small-focus-state-layer-opacity: .12;--mat-fab-small-pressed-state-layer-opacity: .12;--mat-fab-small-disabled-state-container-color: color-mix(in srgb, var(--sys-on-surface) 12%, transparent);--mat-fab-small-disabled-state-foreground-color: color-mix(in srgb, var(--sys-on-surface) 38%, transparent);--mdc-snackbar-container-color: var(--sys-inverse-surface);--mdc-snackbar-supporting-text-color: var(--sys-inverse-on-surface);--mdc-snackbar-supporting-text-font: var(--sys-body-medium-font);--mdc-snackbar-supporting-text-line-height: var(--sys-body-medium-line-height);--mdc-snackbar-supporting-text-size: var(--sys-body-medium-size);--mdc-snackbar-supporting-text-weight: var(--sys-body-medium-weight);--mdc-snackbar-container-shape: 4px;--mat-snack-bar-button-color: var(--sys-inverse-primary);--mat-table-background-color: var(--sys-surface);--mat-table-header-headline-color: var(--sys-on-surface);--mat-table-row-item-label-text-color: var(--sys-on-surface);--mat-table-row-item-outline-color: var(--sys-outline);--mat-table-header-headline-font: var(--sys-title-small-font);--mat-table-header-headline-line-height: var(--sys-title-small-line-height);--mat-table-header-headline-size: var(--sys-title-small-size);--mat-table-header-headline-weight: var(--sys-title-small-weight);--mat-table-header-headline-tracking: var(--sys-title-small-tracking);--mat-table-row-item-label-text-font: var(--sys-body-medium-font);--mat-table-row-item-label-text-line-height: var(--sys-body-medium-line-height);--mat-table-row-item-label-text-size: var(--sys-body-medium-size);--mat-table-row-item-label-text-weight: var(--sys-body-medium-weight);--mat-table-row-item-label-text-tracking: var(--sys-body-medium-tracking);--mat-table-footer-supporting-text-font: var(--sys-body-medium-font);--mat-table-footer-supporting-text-line-height: var(--sys-body-medium-line-height);--mat-table-footer-supporting-text-size: var(--sys-body-medium-size);--mat-table-footer-supporting-text-weight: var(--sys-body-medium-weight);--mat-table-footer-supporting-text-tracking: var(--sys-body-medium-tracking);--mat-table-header-container-height: 56px;--mat-table-footer-container-height: 52px;--mat-table-row-item-container-height: 52px;--mat-table-row-item-outline-width: 1px;--mdc-circular-progress-active-indicator-color: var(--sys-primary);--mdc-circular-progress-active-indicator-width: 4px;--mdc-circular-progress-size: 48px;--mat-badge-background-color: var(--sys-error);--mat-badge-text-color: var(--sys-on-error);--mat-badge-disabled-state-background-color: color-mix(in srgb, var(--sys-error) 38%, transparent);--mat-badge-disabled-state-text-color: var(--sys-on-error);--mat-badge-text-font: var(--sys-label-small-font);--mat-badge-text-size: var(--sys-label-small-size);--mat-badge-text-weight: var(--sys-label-small-weight);--mat-badge-large-size-text-size: var(--sys-label-small-size);--mat-badge-container-shape: 9999px;--mat-badge-container-size: 16px;--mat-badge-small-size-container-size: 6px;--mat-badge-large-size-container-size: 16px;--mat-badge-legacy-container-size: unset;--mat-badge-legacy-small-size-container-size: unset;--mat-badge-legacy-large-size-container-size: unset;--mat-badge-container-offset: -12px 0;--mat-badge-small-size-container-offset: -6px 0;--mat-badge-large-size-container-offset: -12px 0;--mat-badge-container-overlap-offset: -12px;--mat-badge-small-size-container-overlap-offset: -6px;--mat-badge-large-size-container-overlap-offset: -12px;--mat-badge-container-padding: 0 4px;--mat-badge-small-size-container-padding: 0;--mat-badge-large-size-container-padding: 0 4px;--mat-badge-small-size-text-size: 0;--mat-bottom-sheet-container-text-color: var(--sys-on-surface);--mat-bottom-sheet-container-background-color: var(--sys-surface-container-low);--mat-bottom-sheet-container-text-font: var(--sys-body-large-font);--mat-bottom-sheet-container-text-line-height: var(--sys-body-large-line-height);--mat-bottom-sheet-container-text-size: var(--sys-body-large-size);--mat-bottom-sheet-container-text-tracking: var(--sys-body-large-tracking);--mat-bottom-sheet-container-text-weight: var(--sys-body-large-weight);--mat-bottom-sheet-container-shape: 28px;--mat-standard-button-toggle-hover-state-layer-opacity: .08;--mat-standard-button-toggle-focus-state-layer-opacity: .12;--mat-standard-button-toggle-text-color: var(--sys-on-surface);--mat-standard-button-toggle-state-layer-color: var(--sys-on-surface);--mat-standard-button-toggle-selected-state-background-color: var(--sys-secondary-container);--mat-standard-button-toggle-selected-state-text-color: var(--sys-on-secondary-container);--mat-standard-button-toggle-disabled-state-text-color: color-mix(in srgb, var(--sys-on-surface) 38%, transparent);--mat-standard-button-toggle-disabled-selected-state-text-color: color-mix(in srgb, var(--sys-on-surface) 38%, transparent);--mat-standard-button-toggle-disabled-selected-state-background-color: color-mix(in srgb, var(--sys-on-surface) 12%, transparent);--mat-standard-button-toggle-divider-color: var(--sys-outline);--mat-standard-button-toggle-label-text-font: var(--sys-label-large-font);--mat-standard-button-toggle-label-text-line-height: var(--sys-label-large-line-height);--mat-standard-button-toggle-label-text-size: var(--sys-label-large-size);--mat-standard-button-toggle-label-text-tracking: var(--sys-label-large-tracking);--mat-standard-button-toggle-label-text-weight: var(--sys-label-large-weight);--mat-standard-button-toggle-height: 40px;--mat-standard-button-toggle-shape: 9999px;--mat-standard-button-toggle-background-color: transparent;--mat-standard-button-toggle-disabled-state-background-color: transparent;--mat-datepicker-calendar-date-selected-state-text-color: var(--sys-on-primary);--mat-datepicker-calendar-date-selected-state-background-color: var(--sys-primary);--mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, var(--sys-on-surface) 38%, transparent);--mat-datepicker-calendar-date-today-selected-state-outline-color: var(--sys-primary);--mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, var(--sys-on-surface) 12%, transparent);--mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, var(--sys-on-surface) 8%, transparent);--mat-datepicker-toggle-active-state-icon-color: var(--sys-on-surface-variant);--mat-datepicker-calendar-date-in-range-state-background-color: var(--sys-primary-container);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: var(--sys-tertiary-container);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: var(--sys-secondary-container);--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: var(--sys-secondary);--mat-datepicker-toggle-icon-color: var(--sys-on-surface-variant);--mat-datepicker-calendar-body-label-text-color: var(--sys-on-surface);--mat-datepicker-calendar-period-button-text-color: var(--sys-on-surface-variant);--mat-datepicker-calendar-period-button-icon-color: var(--sys-on-surface-variant);--mat-datepicker-calendar-navigation-button-icon-color: var(--sys-on-surface-variant);--mat-datepicker-calendar-header-text-color: var(--sys-on-surface-variant);--mat-datepicker-calendar-date-today-outline-color: var(--sys-primary);--mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, var(--sys-on-surface) 38%, transparent);--mat-datepicker-calendar-date-text-color: var(--sys-on-surface);--mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, var(--sys-on-surface) 38%, transparent);--mat-datepicker-calendar-date-preview-state-outline-color: var(--sys-primary);--mat-datepicker-range-input-separator-color: var(--sys-on-surface);--mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, var(--sys-on-surface) 38%, transparent);--mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, var(--sys-on-surface) 38%, transparent);--mat-datepicker-calendar-container-background-color: var(--sys-surface-container-high);--mat-datepicker-calendar-container-text-color: var(--sys-on-surface);--mat-datepicker-calendar-text-font: var(--sys-body-large-font);--mat-datepicker-calendar-text-size: var(--sys-body-large-size);--mat-datepicker-calendar-body-label-text-size: var(--sys-title-small-size);--mat-datepicker-calendar-body-label-text-weight: var(--sys-title-small-weight);--mat-datepicker-calendar-period-button-text-size: var(--sys-title-small-size);--mat-datepicker-calendar-period-button-text-weight: var(--sys-title-small-weight);--mat-datepicker-calendar-header-text-size: var(--sys-title-small-size);--mat-datepicker-calendar-header-text-weight: var(--sys-title-small-weight);--mat-datepicker-calendar-container-shape: 16px;--mat-datepicker-calendar-container-touch-shape: 28px;--mat-datepicker-calendar-container-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-datepicker-calendar-container-touch-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-datepicker-calendar-header-divider-color: transparent;--mat-datepicker-calendar-date-outline-color: transparent;--mat-divider-color: var(--sys-outline);--mat-divider-width: 1px;--mat-expansion-container-background-color: var(--sys-surface);--mat-expansion-container-text-color: var(--sys-on-surface);--mat-expansion-actions-divider-color: var(--sys-outline);--mat-expansion-header-hover-state-layer-color: color-mix(in srgb, var(--sys-on-surface) 8%, transparent);--mat-expansion-header-focus-state-layer-color: color-mix(in srgb, var(--sys-on-surface) 12%, transparent);--mat-expansion-header-disabled-state-text-color: color-mix(in srgb, var(--sys-on-surface) 38%, transparent);--mat-expansion-header-text-color: var(--sys-on-surface);--mat-expansion-header-description-color: var(--sys-on-surface-variant);--mat-expansion-header-indicator-color: var(--sys-on-surface-variant);--mat-expansion-header-text-font: var(--sys-title-medium-font);--mat-expansion-header-text-size: var(--sys-title-medium-size);--mat-expansion-header-text-weight: var(--sys-title-medium-weight);--mat-expansion-header-text-line-height: var(--sys-title-medium-line-height);--mat-expansion-header-text-tracking: var(--sys-title-medium-tracking);--mat-expansion-container-text-font: var(--sys-body-large-font);--mat-expansion-container-text-line-height: var(--sys-body-large-line-height);--mat-expansion-container-text-size: var(--sys-body-large-size);--mat-expansion-container-text-tracking: var(--sys-body-large-tracking);--mat-expansion-container-text-weight: var(--sys-body-large-weight);--mat-expansion-header-collapsed-state-height: 48px;--mat-expansion-header-expanded-state-height: 64px;--mat-expansion-container-shape: 12px;--mat-expansion-legacy-header-indicator-display: none;--mat-expansion-header-indicator-display: inline-block;--mat-grid-list-tile-header-primary-text-size: var(--sys-body-large);--mat-grid-list-tile-header-secondary-text-size: var(--sys-body-medium);--mat-grid-list-tile-footer-primary-text-size: var(--sys-body-large);--mat-grid-list-tile-footer-secondary-text-size: var(--sys-body-medium);--mat-icon-color: inherit;--mat-sidenav-container-background-color: var(--sys-surface);--mat-sidenav-container-text-color: var(--sys-on-surface-variant);--mat-sidenav-content-background-color: var(--sys-background);--mat-sidenav-content-text-color: var(--sys-on-background);--mat-sidenav-scrim-color: rgba(48, 48, 56, .4);--mat-sidenav-container-shape: 16px;--mat-sidenav-container-elevation-shadow: none;--mat-sidenav-container-width: 360px;--mat-sidenav-container-divider-color: transparent;--mat-stepper-header-icon-foreground-color: var(--sys-surface);--mat-stepper-header-selected-state-icon-background-color: var(--sys-primary);--mat-stepper-header-selected-state-icon-foreground-color: var(--sys-on-primary);--mat-stepper-header-edit-state-icon-background-color: var(--sys-primary);--mat-stepper-header-edit-state-icon-foreground-color: var(--sys-on-primary);--mat-stepper-container-color: var(--sys-surface);--mat-stepper-line-color: var(--sys-outline);--mat-stepper-header-hover-state-layer-color: color-mix(in srgb, var(--sys-inverse-surface) 8%, transparent);--mat-stepper-header-focus-state-layer-color: color-mix(in srgb, var(--sys-inverse-surface) 12%, transparent);--mat-stepper-header-label-text-color: var(--sys-on-surface-variant);--mat-stepper-header-optional-label-text-color: var(--sys-on-surface-variant);--mat-stepper-header-selected-state-label-text-color: var(--sys-on-surface-variant);--mat-stepper-header-error-state-label-text-color: var(--sys-error);--mat-stepper-header-icon-background-color: var(--sys-on-surface-variant);--mat-stepper-header-error-state-icon-foreground-color: var(--sys-error);--mat-stepper-container-text-font: var(--sys-body-medium-font);--mat-stepper-header-label-text-font: var(--sys-title-small-font);--mat-stepper-header-label-text-size: var(--sys-title-small-size);--mat-stepper-header-label-text-weight: var(--sys-title-small-weight);--mat-stepper-header-error-state-label-text-size: var(--sys-title-small-size);--mat-stepper-header-selected-state-label-text-size: var(--sys-title-small-size);--mat-stepper-header-selected-state-label-text-weight: var(--sys-title-small-weight);--mat-stepper-header-height: 72px;--mat-stepper-header-focus-state-layer-shape: 12px;--mat-stepper-header-hover-state-layer-shape: 12px;--mat-stepper-header-error-state-icon-background-color: transparent;--mat-sort-arrow-color: var(--sys-on-surface);--mat-toolbar-container-background-color: var(--sys-surface);--mat-toolbar-container-text-color: var(--sys-on-surface);--mat-toolbar-title-text-font: var(--sys-title-large-font);--mat-toolbar-title-text-line-height: var(--sys-title-large-line-height);--mat-toolbar-title-text-size: var(--sys-title-large-size);--mat-toolbar-title-text-tracking: var(--sys-title-large-tracking);--mat-toolbar-title-text-weight: var(--sys-title-large-weight);--mat-toolbar-standard-height: 64px;--mat-toolbar-mobile-height: 56px;--mat-tree-container-background-color: var(--sys-surface);--mat-tree-node-text-color: var(--sys-on-surface);--mat-tree-node-text-font: var(--sys-body-large-font);--mat-tree-node-text-size: var(--sys-body-large-size);--mat-tree-node-text-weight: var(--sys-body-large-weight);--mat-tree-node-min-height: 48px;--sys-background: #fffbff;--sys-error: #ba1a1a;--sys-error-container: #ffdad6;--sys-inverse-on-surface: #f3eff4;--sys-inverse-primary: #c0c1ff;--sys-inverse-surface: #313034;--sys-on-background: #1c1b1f;--sys-on-error: #ffffff;--sys-on-error-container: #410002;--sys-on-primary: #ffffff;--sys-on-primary-container: #080764;--sys-on-primary-fixed: #080764;--sys-on-primary-fixed-variant: #3a3d8f;--sys-on-secondary: #ffffff;--sys-on-secondary-container: #191a2c;--sys-on-secondary-fixed: #191a2c;--sys-on-secondary-fixed-variant: #454559;--sys-on-surface: #1c1b1f;--sys-on-surface-variant: #46464f;--sys-on-tertiary: #ffffff;--sys-on-tertiary-container: #2e1125;--sys-on-tertiary-fixed: #2e1125;--sys-on-tertiary-fixed-variant: #5f3c52;--sys-outline: #777680;--sys-outline-variant: #c7c5d0;--sys-primary: #5256a9;--sys-primary-container: #e1e0ff;--sys-primary-fixed: #e1e0ff;--sys-primary-fixed-dim: #c0c1ff;--sys-scrim: #000000;--sys-secondary: #5c5d72;--sys-secondary-container: #e2e0f9;--sys-secondary-fixed: #e2e0f9;--sys-secondary-fixed-dim: #c5c4dd;--sys-shadow: #000000;--sys-surface: #fffbff;--sys-surface-bright: #fcf8fd;--sys-surface-container: #f0edf1;--sys-surface-container-high: #eae7ec;--sys-surface-container-highest: #e5e1e6;--sys-surface-container-low: #f6f2f7;--sys-surface-container-lowest: #ffffff;--sys-surface-dim: #dcd9de;--sys-surface-tint: #5256a9;--sys-surface-variant: #e4e1ec;--sys-tertiary: #79536a;--sys-tertiary-container: #ffd8ed;--sys-tertiary-fixed: #ffd8ed;--sys-tertiary-fixed-dim: #e8b9d4;--sys-body-large: 400 1rem / 1.5rem Roboto, sans-serif;--sys-body-large-font: Roboto, sans-serif;--sys-body-large-line-height: 1.5rem;--sys-body-large-size: 1rem;--sys-body-large-tracking: .031rem;--sys-body-large-weight: 400;--sys-body-medium: 400 .875rem / 1.25rem Roboto, sans-serif;--sys-body-medium-font: Roboto, sans-serif;--sys-body-medium-line-height: 1.25rem;--sys-body-medium-size: .875rem;--sys-body-medium-tracking: .016rem;--sys-body-medium-weight: 400;--sys-body-small: 400 .75rem / 1rem Roboto, sans-serif;--sys-body-small-font: Roboto, sans-serif;--sys-body-small-line-height: 1rem;--sys-body-small-size: .75rem;--sys-body-small-tracking: .025rem;--sys-body-small-weight: 400;--sys-display-large: 400 3.562rem / 4rem Inter;--sys-display-large-font: Inter;--sys-display-large-line-height: 4rem;--sys-display-large-size: 3.562rem;--sys-display-large-tracking: -.016rem;--sys-display-large-weight: 400;--sys-display-medium: 400 2.812rem / 3.25rem Inter;--sys-display-medium-font: Inter;--sys-display-medium-line-height: 3.25rem;--sys-display-medium-size: 2.812rem;--sys-display-medium-tracking: 0;--sys-display-medium-weight: 400;--sys-display-small: 400 2.25rem / 2.75rem Inter;--sys-display-small-font: Inter;--sys-display-small-line-height: 2.75rem;--sys-display-small-size: 2.25rem;--sys-display-small-tracking: 0;--sys-display-small-weight: 400;--sys-headline-large: 400 2rem / 2.5rem Inter;--sys-headline-large-font: Inter;--sys-headline-large-line-height: 2.5rem;--sys-headline-large-size: 2rem;--sys-headline-large-tracking: 0;--sys-headline-large-weight: 400;--sys-headline-medium: 400 1.75rem / 2.25rem Inter;--sys-headline-medium-font: Inter;--sys-headline-medium-line-height: 2.25rem;--sys-headline-medium-size: 1.75rem;--sys-headline-medium-tracking: 0;--sys-headline-medium-weight: 400;--sys-headline-small: 400 1.5rem / 2rem Inter;--sys-headline-small-font: Inter;--sys-headline-small-line-height: 2rem;--sys-headline-small-size: 1.5rem;--sys-headline-small-tracking: 0;--sys-headline-small-weight: 400;--sys-label-large: 500 .875rem / 1.25rem Roboto, sans-serif;--sys-label-large-font: Roboto, sans-serif;--sys-label-large-line-height: 1.25rem;--sys-label-large-size: .875rem;--sys-label-large-tracking: .006rem;--sys-label-large-weight: 500;--sys-label-large-weight-prominent: 700;--sys-label-medium: 500 .75rem / 1rem Roboto, sans-serif;--sys-label-medium-font: Roboto, sans-serif;--sys-label-medium-line-height: 1rem;--sys-label-medium-size: .75rem;--sys-label-medium-tracking: .031rem;--sys-label-medium-weight: 500;--sys-label-medium-weight-prominent: 700;--sys-label-small: 500 .688rem / 1rem Roboto, sans-serif;--sys-label-small-font: Roboto, sans-serif;--sys-label-small-line-height: 1rem;--sys-label-small-size: .688rem;--sys-label-small-tracking: .031rem;--sys-label-small-weight: 500;--sys-title-large: 400 1.375rem / 1.75rem Inter;--sys-title-large-font: Inter;--sys-title-large-line-height: 1.75rem;--sys-title-large-size: 1.375rem;--sys-title-large-tracking: 0;--sys-title-large-weight: 400;--sys-title-medium: 500 1rem / 1.5rem Roboto, sans-serif;--sys-title-medium-font: Roboto, sans-serif;--sys-title-medium-line-height: 1.5rem;--sys-title-medium-size: 1rem;--sys-title-medium-tracking: .009rem;--sys-title-medium-weight: 500;--sys-title-small: 500 .875rem / 1.25rem Roboto, sans-serif;--sys-title-small-font: Roboto, sans-serif;--sys-title-small-line-height: 1.25rem;--sys-title-small-size: .875rem;--sys-title-small-tracking: .006rem;--sys-title-small-weight: 500}.mat-theme-loaded-marker{display:none}html,body{margin:0;padding:0;width:100%;height:100%}.mat-mdc-dialog-actions,.actions{display:flex;flex-direction:row;justify-content:space-between!important}.flex-spacer{flex:1}form{display:flex;flex-direction:column}.info{font-size:1.1rem;margin:20px 0}.info .info-header{margin-bottom:20px}.info p{margin-bottom:10px}.info p:last-child{margin-bottom:0}.mat-raised-button,.mat-stroked-button,.mat-flat-button{padding:0 1.15em;margin:0 .65em;min-width:3em;line-height:36.4px}.mat-standard-chip{padding:.5em .85em;min-height:2.5em}.material-icons{font-size:24px;font-family:Material Icons Outlined,Material Icons}.material-icons .mat-badge-content{font-family:Roboto}.public-theme{font-family:Inter,sans-serif;color:#000}.public-theme *,.public-theme *:before,.public-theme *:after{box-sizing:border-box}.public-theme ul[class],.public-theme ol[class]{padding:0}.public-theme body,.public-theme h1,.public-theme h2,.public-theme h3,.public-theme h4,.public-theme h5,.public-theme h6,.public-theme p,.public-theme ul[class],.public-theme ol[class],.public-theme li,.public-theme figure,.public-theme figcaption,.public-theme blockquote,.public-theme dl,.public-theme dd{margin:0}.public-theme .article-content p:not(.caption_1):not(.caption_1_med):not(.caption_2):not(.caption_2_med):not(.caption_3):not(.caption_3_med):not(.caption_4):not(.caption_4_med){font-size:20px;line-height:28px;letter-spacing:-.6px;color:#000c;margin-bottom:30px}.public-theme .article-content p:not(.caption_1):not(.caption_1_med):not(.caption_2):not(.caption_2_med):not(.caption_3):not(.caption_3_med):not(.caption_4):not(.caption_4_med):last-child{margin-bottom:0}.public-theme .article-content ul,.public-theme .article-content ol{padding-left:30px;font-size:20px;line-height:28px;letter-spacing:-.6px;color:#000c}.public-theme .article-content ul li,.public-theme .article-content ol li{margin-bottom:15px}.public-theme .article-content ul li:last-child,.public-theme .article-content ol li:last-child{margin-bottom:0}.public-theme .article-content ul{list-style-type:disc}.public-theme .article-content blockquote{color:#00000080;background-color:#00000005;padding:20px 30px;font-size:22px;line-height:28px;letter-spacing:-.8px;margin:30px 0;border-radius:5px}.public-theme .article-content blockquote footer{margin-top:10px}.public-theme .article-content .img__caption{font-size:16px;line-height:20px;letter-spacing:-.5px}.public-theme .article-content h1 h2,.public-theme .article-content h3,.public-theme .article-content h4,.public-theme .article-content h5,.public-theme .article-content h6{margin-top:50px;margin-bottom:30px}.public-theme .article-content b{font-weight:600}@media screen and (min-width: 768px){.public-theme .article-content p:not(.caption_1):not(.caption_1_med):not(.caption_2):not(.caption_2_med):not(.caption_3):not(.caption_3_med):not(.caption_4):not(.caption_4_med){font-size:21px;line-height:30px;letter-spacing:-.8px}}@media screen and (min-width: 768px){.public-theme .article-content ul,.public-theme .article-content ol{font-size:21px;line-height:30px;letter-spacing:-.8px}}@media screen and (min-width: 768px){.public-theme .article-content blockquote{font-size:24px;line-height:35px;letter-spacing:-1px}}@media screen and (min-width: 768px){.public-theme .article-content .img__caption{font-size:17px;line-height:25px;letter-spacing:-.7px}}.public-theme .article-content__footer-top{position:relative;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;padding-bottom:20px;margin:60px 0 20px}.public-theme .article-content__footer-top:after{position:absolute;bottom:0;left:0;display:block;content:"";width:100%;height:1.5px;background:#0000000d;border-radius:2px}.public-theme .article-content__footer-bottom{position:relative;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;padding-bottom:33.5px}.public-theme .article-content__footer-bottom:after{position:absolute;bottom:0;left:0;display:block;content:"";width:100%;height:1.5px;background:#0000000d;border-radius:2px}.public-theme .article-content__tags{display:flex;flex-wrap:wrap;margin-bottom:10px}.public-theme .article-content__tags>*{margin:5px 10px 5px 0}.public-theme .article-content__date{color:#00000080;margin-bottom:5px;width:100%}.public-theme .article-content__author-block{width:100%;display:flex;flex-wrap:wrap;align-items:center;margin-bottom:20px}.public-theme .article-content__author-block>*{margin:5px 15px 5px 0}.public-theme .article-content__author-block>*:last-child{margin-right:0}.public-theme .article-content__author-label{width:100%;color:#00000080}.public-theme .article-content__share-block{display:flex;flex-wrap:wrap;align-items:center}.public-theme .article-content__share-block>*{margin:5px 10px 5px 0}.public-theme .article-content__share-block>*:first-child{margin-right:20px}.public-theme .article-content__share-block>*:last-child{margin-right:0}@media (min-width: 480px){.public-theme .article-content__author-block>*{margin:0 15px 0 0}.public-theme .article-content__share-block>*{margin:0 10px 0 0}.public-theme .article-content__author-label{width:auto}}@media (min-width: 680px){.public-theme .article-content__tags{margin-bottom:0}.public-theme .article-content__tags>*{margin:0 10px 0 0}.public-theme .article-content__date{width:auto}}@media (min-width: 768px){.public-theme .article-content__footer-top{margin:80px 0 20px;padding-bottom:25px}}@media (min-width: 860px){.public-theme .article-content__author-block{width:auto;margin-bottom:0}}@media (min-width: 992px){.public-theme .article-content__footer-top{margin:100px 0 25px;padding-bottom:31px}}.public-theme .headline{margin:0 0 20px;display:flex;justify-content:space-between;align-items:flex-start;flex-direction:column}.public-theme .headline>*:first-child{margin-bottom:15px}@media screen and (min-width: 768px){.public-theme .headline{margin:0 0 30px}}@media screen and (min-width: 992px){.public-theme .headline{margin:0 0 40px}}@media (min-width: 480px){.public-theme .headline{flex-direction:row;justify-content:space-between;align-items:center}.public-theme .headline>*:first-child{margin-bottom:0}}.public-theme .input-combined{display:inline-block;position:relative;margin-right:-4px;max-width:100%}.public-theme .input,.public-theme .input_icon-left,.public-theme .input_rounded_icon-left,.public-theme .input_icon-right,.public-theme .input_rounded_icon-right,.public-theme .input_icon-both,.public-theme .input_rounded_icon-both,.public-theme .input_button,.public-theme .input_rounded,.public-theme .input_big,.public-theme .input_big_icon-left,.public-theme .input_big_rounded_icon-left,.public-theme .input_big_icon-right,.public-theme .input_big_rounded_icon-right,.public-theme .input_big_icon-both,.public-theme .input_big_rounded_icon-both,.public-theme .input_big_rounded{max-width:100%;border:1px solid rgba(0,0,0,.1);border-radius:8px;padding:15px 18px;color:#000;height:50px;font-size:17px;line-height:18px;letter-spacing:-.3px}@media screen and (min-width: 768px){.public-theme .input,.public-theme .input_icon-left,.public-theme .input_rounded_icon-left,.public-theme .input_icon-right,.public-theme .input_rounded_icon-right,.public-theme .input_icon-both,.public-theme .input_rounded_icon-both,.public-theme .input_button,.public-theme .input_rounded,.public-theme .input_big,.public-theme .input_big_icon-left,.public-theme .input_big_rounded_icon-left,.public-theme .input_big_icon-right,.public-theme .input_big_rounded_icon-right,.public-theme .input_big_icon-both,.public-theme .input_big_rounded_icon-both,.public-theme .input_big_rounded{font-size:18px;line-height:20px;letter-spacing:-.3px}}.public-theme .input~svg path,.public-theme .input_icon-left~svg path,.public-theme .input_rounded_icon-left~svg path,.public-theme .input_icon-right~svg path,.public-theme .input_rounded_icon-right~svg path,.public-theme .input_icon-both~svg path,.public-theme .input_rounded_icon-both~svg path,.public-theme .input_button~svg path,.public-theme .input_rounded~svg path,.public-theme .input_big~svg path,.public-theme .input_big_icon-left~svg path,.public-theme .input_big_rounded_icon-left~svg path,.public-theme .input_big_icon-right~svg path,.public-theme .input_big_rounded_icon-right~svg path,.public-theme .input_big_icon-both~svg path,.public-theme .input_big_rounded_icon-both~svg path,.public-theme .input_big_rounded~svg path{fill:#0000004d}.public-theme .input::-moz-placeholder,.public-theme .input_icon-left::-moz-placeholder,.public-theme .input_rounded_icon-left::-moz-placeholder,.public-theme .input_icon-right::-moz-placeholder,.public-theme .input_rounded_icon-right::-moz-placeholder,.public-theme .input_icon-both::-moz-placeholder,.public-theme .input_rounded_icon-both::-moz-placeholder,.public-theme .input_button::-moz-placeholder,.public-theme .input_rounded::-moz-placeholder,.public-theme .input_big::-moz-placeholder,.public-theme .input_big_icon-left::-moz-placeholder,.public-theme .input_big_rounded_icon-left::-moz-placeholder,.public-theme .input_big_icon-right::-moz-placeholder,.public-theme .input_big_rounded_icon-right::-moz-placeholder,.public-theme .input_big_icon-both::-moz-placeholder,.public-theme .input_big_rounded_icon-both::-moz-placeholder,.public-theme .input_big_rounded::-moz-placeholder,.public-theme .input:-ms-input-placeholder,.public-theme .input_icon-left:-ms-input-placeholder,.public-theme .input_rounded_icon-left:-ms-input-placeholder,.public-theme .input_icon-right:-ms-input-placeholder,.public-theme .input_rounded_icon-right:-ms-input-placeholder,.public-theme .input_icon-both:-ms-input-placeholder,.public-theme .input_rounded_icon-both:-ms-input-placeholder,.public-theme .input_button:-ms-input-placeholder,.public-theme .input_rounded:-ms-input-placeholder,.public-theme .input_big:-ms-input-placeholder,.public-theme .input_big_icon-left:-ms-input-placeholder,.public-theme .input_big_rounded_icon-left:-ms-input-placeholder,.public-theme .input_big_icon-right:-ms-input-placeholder,.public-theme .input_big_rounded_icon-right:-ms-input-placeholder,.public-theme .input_big_icon-both:-ms-input-placeholder,.public-theme .input_big_rounded_icon-both:-ms-input-placeholder,.public-theme .input_big_rounded:-ms-input-placeholder,.public-theme .input::placeholder,.public-theme .input_icon-left::placeholder,.public-theme .input_rounded_icon-left::placeholder,.public-theme .input_icon-right::placeholder,.public-theme .input_rounded_icon-right::placeholder,.public-theme .input_icon-both::placeholder,.public-theme .input_rounded_icon-both::placeholder,.public-theme .input_button::placeholder,.public-theme .input_rounded::placeholder,.public-theme .input_big::placeholder,.public-theme .input_big_icon-left::placeholder,.public-theme .input_big_rounded_icon-left::placeholder,.public-theme .input_big_icon-right::placeholder,.public-theme .input_big_rounded_icon-right::placeholder,.public-theme .input_big_icon-both::placeholder,.public-theme .input_big_rounded_icon-both::placeholder,.public-theme .input_big_rounded::placeholder{color:#0000004d}.public-theme .input_icon-left,.public-theme .input_rounded_icon-left{padding-left:44px}.public-theme .input_icon-left+svg,.public-theme .input_rounded_icon-left+svg{position:absolute;width:16.68px;height:auto;top:50%;left:18.33px;transform:translateY(-50%)}.public-theme .input_icon-right,.public-theme .input_rounded_icon-right{padding-right:44px}.public-theme .input_icon-right+svg,.public-theme .input_rounded_icon-right+svg{position:absolute;width:16.68px;height:auto;top:50%;right:18.33px;transform:translateY(-50%)}.public-theme .input_icon-both,.public-theme .input_rounded_icon-both{padding-left:44px;padding-right:44px}.public-theme .input_icon-both+svg,.public-theme .input_rounded_icon-both+svg{position:absolute;width:16.68px;height:auto;top:50%;left:18.33px;transform:translateY(-50%)}.public-theme .input_icon-both+svg+svg,.public-theme .input_rounded_icon-both+svg+svg{position:absolute;width:16.68px;height:auto;top:50%;right:18.33px;transform:translateY(-50%)}.public-theme .input_button{background-color:#5d8cff;color:#fff;border:none;transition:background-color .15s ease-in;font-weight:500}.public-theme .input_button:hover{background-color:#5d8cffcc;cursor:pointer}.public-theme .input_button:active{background-color:#547ee6}.public-theme .input_rounded,.public-theme .input_rounded_icon-left,.public-theme .input_rounded_icon-right,.public-theme .input_rounded_icon-both{border-radius:25px}.public-theme .input_big,.public-theme .input_big_icon-left,.public-theme .input_big_rounded_icon-left,.public-theme .input_big_icon-right,.public-theme .input_big_rounded_icon-right{height:60px;padding:18px 22px;font-size:18px;line-height:20px;letter-spacing:-.5px}@media screen and (min-width: 768px){.public-theme .input_big,.public-theme .input_big_icon-left,.public-theme .input_big_rounded_icon-left,.public-theme .input_big_icon-right,.public-theme .input_big_rounded_icon-right{font-size:20px;line-height:24px;letter-spacing:-.6px}}.public-theme .input_big_icon-left,.public-theme .input_big_rounded_icon-left{padding-left:54px}.public-theme .input_big_icon-left+svg,.public-theme .input_big_rounded_icon-left+svg{position:absolute;width:20px;height:auto;top:50%;left:22px;transform:translateY(-50%)}.public-theme .input_big_icon-right,.public-theme .input_big_rounded_icon-right{padding-left:54px}.public-theme .input_big_icon-right+svg,.public-theme .input_big_rounded_icon-right+svg{position:absolute;width:20px;height:auto;top:50%;right:22px;transform:translateY(-50%)}.public-theme .input_big_icon-both,.public-theme .input_big_rounded_icon-both{padding-left:54px;padding-right:54px}.public-theme .input_big_icon-both+svg,.public-theme .input_big_rounded_icon-both+svg{position:absolute;width:20px;height:auto;top:50%;left:22px;transform:translateY(-50%)}.public-theme .input_big_icon-both+svg+svg,.public-theme .input_big_rounded_icon-both+svg+svg{position:absolute;width:20px;height:auto;top:50%;right:22px;transform:translateY(-50%)}.public-theme .input_big_rounded,.public-theme .input_big_rounded_icon-left,.public-theme .input_big_rounded_icon-right,.public-theme .input_big_rounded_icon-both{border-radius:30px}.public-theme .show-more-block{display:flex;justify-content:center}.public-theme .modal{display:none;position:fixed;z-index:1;left:0;top:0;padding:30px;width:100%;height:100%;overflow:auto;background-color:#000;background-color:#00000080;z-index:1001}.public-theme .modal a{color:#000c;text-decoration:none}.public-theme .modal a:visited{color:#000c}.public-theme .modal a:hover{cursor:pointer;color:#547ee6}.public-theme .modal .password-toggler{cursor:pointer}.public-theme .modal__content{padding:25px 30px 30px;position:relative;background-color:#fff;border-radius:5px;overflow:hidden;max-width:430px;width:100%;top:calc(50% - 30px);left:50%;transform:translate(-50%,-50%);margin-top:30px}@media screen and (min-width: 768px){.public-theme .modal__content{padding:32px 35px 35px}}@media screen and (min-width: 992px){.public-theme .modal__content{padding:33px 40px 40px}}.public-theme .modal__heading{margin:0 0 15px;display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap}.public-theme .modal__heading p{color:#00000080}.public-theme .modal__heading a{margin-left:5px}@media screen and (min-width: 768px){.public-theme .modal__heading{margin:0 0 20px}}@media screen and (min-width: 992px){.public-theme .modal__heading{margin:0 0 23px}}.public-theme .modal__name{margin-right:auto;width:100%;margin-bottom:10px}.public-theme .modal .button{width:100%}.public-theme .modal .input,.public-theme .modal .input_icon-left,.public-theme .modal .input_rounded_icon-left,.public-theme .modal .input_icon-right,.public-theme .modal .input_rounded_icon-right,.public-theme .modal .input_icon-both,.public-theme .modal .input_rounded_icon-both,.public-theme .modal .input_button,.public-theme .modal .input_rounded,.public-theme .modal .input_big,.public-theme .modal .input_big_icon-left,.public-theme .modal .input_big_rounded_icon-left,.public-theme .modal .input_big_icon-right,.public-theme .modal .input_big_rounded_icon-right,.public-theme .modal .input_big_icon-both,.public-theme .modal .input_big_rounded_icon-both,.public-theme .modal .input_big_rounded,.public-theme .modal .input-combined{width:100%;border-radius:5px}.public-theme .modal__body form>*{margin-bottom:15px}.public-theme .modal__body form>*:last-child{margin-bottom:0}.public-theme .modal__footer{margin-top:17px;color:#00000080}.public-theme .modal__footer-delimiter{margin:18px 0 20px;display:flex;align-items:center}.public-theme .modal__footer-delimiter p{margin:0 8px}@media screen and (min-width: 768px){.public-theme .modal__footer-delimiter{margin:20px 0 22px}}@media screen and (min-width: 992px){.public-theme .modal__footer-delimiter{margin:22px 0 24px}}.public-theme .modal__footer-delimiter-line{flex-grow:1;height:1.5px;background-color:#0000000d;border-radius:2px}.public-theme .modal__small-text{font-size:13px;line-height:15px;letter-spacing:-.2px;text-align:center}@media screen and (min-width: 768px){.public-theme .modal__small-text{font-size:13px;line-height:18px;letter-spacing:-.2px}}.public-theme .modal__footer-icons{display:flex;justify-content:center}.public-theme .modal__footer-icons-title{margin-bottom:20px}.public-theme .modal__footer-icon{position:relative;width:50px;height:50px;border-radius:50%;background-color:#5d8cff1a;transition:background-color .15s ease-in;margin-right:10px}.public-theme .modal__footer-icon:last-child{margin-right:0}.public-theme .modal__footer-icon svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:16px;height:auto}.public-theme .modal__footer-icon svg path{fill:#5d8cff;transition:fill .15s ease-in}.public-theme .modal__footer-icon:hover{background-color:#5d8cff0d;opacity:.5}.public-theme .modal__greetings-title{margin-bottom:11px}.public-theme .modal__greetings-text{margin:0 0 20px;color:#00000080}@media screen and (min-width: 768px){.public-theme .modal__greetings-text{margin:0 0 25px}}@media screen and (min-width: 992px){.public-theme .modal__greetings-text{margin:0 0 30px}}.public-theme .modal__greetings-photo{position:relative;width:110px;height:110px;border:1px dashed rgba(0,0,0,.1);border-radius:50%;margin:0 auto 20px}.public-theme .modal__greetings-photo svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media screen and (min-width: 768px){.public-theme .modal__greetings-photo{margin:0 auto 25px}}@media screen and (min-width: 992px){.public-theme .modal__greetings-photo{margin:0 auto 30px}}@-webkit-keyframes animatetop{0%{top:-300px;opacity:0}80%{top:calc(50% - 10px);opacity:1}to{top:calc(50% - 30px);opacity:1}}@keyframes animatetop{0%{top:-300px;opacity:0}80%{top:calc(50% - 10px);opacity:1}to{top:calc(50% - 30px);opacity:1}}@media (min-width: 460px){.public-theme .modal__heading{justify-content:flex-end}.public-theme .modal__name{width:auto;margin-bottom:0}}@media screen and (orientation: landscape) and (max-width: 991px){.public-theme .modal__content{top:0;left:50%;transform:translate(-50%)}}@media screen and (max-width: 374px){.public-theme .modal__content{top:0;left:50%;transform:translate(-50%)}}.public-theme .search-results{position:fixed;top:75px;right:0;opacity:0;z-index:-1;width:100%;padding:20px 30px;background-color:#fff;box-shadow:0 30px 100px #00000014;border-radius:5px}.public-theme .search-results.open{opacity:1;z-index:101}@media screen and (min-width: 768px){.public-theme .search-results{padding:25px 35px 20px}}@media screen and (min-width: 992px){.public-theme .search-results{padding:30px 40px 23px}}.public-theme .search-results__header{position:relative;display:flex;justify-content:space-between;align-items:center;margin:0 0 15px;padding:0 0 20px}.public-theme .search-results__header:after{position:absolute;bottom:0;left:0;display:block;content:"";width:100%;height:1.5px;background:#0000000d;border-radius:2px}@media screen and (min-width: 768px){.public-theme .search-results__header{margin:0 0 18px}}@media screen and (min-width: 992px){.public-theme .search-results__header{margin:0 0 20px}}@media screen and (min-width: 768px){.public-theme .search-results__header{padding:0 0 22px}}@media screen and (min-width: 992px){.public-theme .search-results__header{padding:0 0 23.5px}}.public-theme .search-results__author{flex-wrap:wrap;position:relative;display:flex;justify-content:flex-start;align-items:center;margin:0 0 10px;padding:0 0 20px}.public-theme .search-results__author:after{position:absolute;bottom:0;left:0;display:block;content:"";width:100%;height:1.5px;background:#0000000d;border-radius:2px}.public-theme .search-results__author>*{margin:15px 15px 15px 0}.public-theme .search-results__author>*:last-child{margin:0 auto}@media screen and (min-width: 768px){.public-theme .search-results__author{margin:0 0 12.5px}}@media screen and (min-width: 992px){.public-theme .search-results__author{margin:0 0 15px}}@media screen and (min-width: 768px){.public-theme .search-results__author{padding:0 0 22px}}@media screen and (min-width: 992px){.public-theme .search-results__author{padding:0 0 23.5px}}.public-theme .search-results__article{display:flex;position:relative;margin:0 0 10px;padding:0 0 20px}.public-theme .search-results__article:after{position:absolute;bottom:0;left:0;display:block;content:"";width:100%;height:1.5px;background:#0000000d;border-radius:2px}@media screen and (min-width: 768px){.public-theme .search-results__article{margin:0 0 12.5px}}@media screen and (min-width: 992px){.public-theme .search-results__article{margin:0 0 15px}}@media screen and (min-width: 768px){.public-theme .search-results__article{padding:0 0 22px}}@media screen and (min-width: 992px){.public-theme .search-results__article{padding:0 0 23.5px}}.public-theme .search-results__article-content{flex:1}.public-theme .search-results__article-img{display:none;width:80px;min-width:80px;height:60px;min-height:60px;border-radius:5px}.public-theme .search-results__article-header{color:#00000080;display:flex;justify-content:space-between;margin-left:0}.public-theme .search-results__article-body{display:flex;justify-content:space-between;margin-left:0;margin-top:12px}.public-theme .search-results__article-body a{color:inherit;text-decoration:none;transition:color .15s ease-in}.public-theme .search-results__article-body a:visited{color:#000}.public-theme .search-results__article-body a:hover{color:#e11d74}.public-theme .search-results__article-body svg{margin-left:25px;min-width:14px;min-height:21px}.public-theme .search-results__article-body svg:hover{cursor:pointer}.public-theme .search-results__article-body svg:hover path{fill:#e11d74}.public-theme .search-results__article-title{font-size:18px;font-weight:500;line-height:25px;letter-spacing:-.3px}.public-theme .search-results__article-title:hover{cursor:pointer;color:#e11d74}.public-theme .search-results__link{color:#0000004d;display:block;text-decoration:none;text-align:center;font-size:17px;line-height:18px;letter-spacing:-.3px;transition:color .15s ease-in}.public-theme .search-results__link:visited{color:#0000004d}.public-theme .search-results__link:hover{color:#e11d74}@media screen and (min-width: 768px){.public-theme .search-results__link{font-size:18px;line-height:20px;letter-spacing:-.3px}}@media (min-width: 375px){.public-theme .search-results__author>*{margin:0 15px 0 0}.public-theme .search-results__author>*:last-child{margin:0 0 0 auto}}@media (min-width: 600px){.public-theme .search-results__article-img{display:block}.public-theme .search-results__article-header,.public-theme .search-results__article-body{margin-left:20px}}@media (min-width: 768px){.public-theme .search-results{top:75px}.public-theme .search-results__header:last-of-type{margin-top:40px}}@media (min-width: 992px){.public-theme .search-results{width:580px;top:75px;right:110px}}.public-theme a{color:inherit;color:#5d8cffcc}.public-theme a:visited,.public-theme a:active{color:#5d8cffcc}.public-theme a:hover{color:#547ee6}.public-theme h1,.public-theme h5{font-weight:600}.public-theme h2,.public-theme h3,.public-theme h4,.public-theme .lead_medium{font-weight:500}.public-theme .body_large,.public-theme .body_normal,.public-theme .body_small,.public-theme .lead{font-weight:400}.public-theme .display{font-family:Inter,sans-serif;font-size:120px;font-weight:500;line-height:120px;letter-spacing:-6px}.public-theme h1{font-size:38px;line-height:42px;letter-spacing:-2.5px}@media screen and (min-width: 768px){.public-theme h1{font-size:72px;line-height:80px;letter-spacing:-4.5px}}.public-theme h2{font-size:32px;line-height:40px;letter-spacing:-1.8px}@media screen and (min-width: 768px){.public-theme h2{font-size:60px;line-height:65px;letter-spacing:-2.5px}}.public-theme h3{font-size:26px;line-height:30px;letter-spacing:-.9px}@media screen and (min-width: 768px){.public-theme h3{font-size:48px;line-height:54px;letter-spacing:-1.6px}}.public-theme h4{font-size:24px;line-height:28px;letter-spacing:-.8px}@media screen and (min-width: 768px){.public-theme h4{font-size:36px;line-height:44px;letter-spacing:-1.2px}}.public-theme h5{font-size:22px;line-height:26px;letter-spacing:-.55px}@media screen and (min-width: 768px){.public-theme h5{font-size:28px;line-height:34px;letter-spacing:-.8px}}.public-theme .lead,.public-theme .lead_medium{font-size:20px;line-height:24px;letter-spacing:-.5px}.public-theme p{font-size:15px;line-height:18px;letter-spacing:-.4px}.public-theme .body_large{font-size:20px;line-height:28px;letter-spacing:-.6px}@media screen and (min-width: 768px){.public-theme .body_large{font-size:21px;line-height:30px;letter-spacing:-.8px}}.public-theme .body_normal{font-size:16px;line-height:20px;letter-spacing:-.5px}@media screen and (min-width: 768px){.public-theme .body_normal{font-size:17px;line-height:25px;letter-spacing:-.7px}}.public-theme .body_small{font-size:14px;line-height:18px;letter-spacing:-.5px}@media screen and (min-width: 768px){.public-theme .body_small{font-size:15px;line-height:23px;letter-spacing:-.6px}}.public-theme .caption_1{font-size:18px;line-height:20px;letter-spacing:-.5px;font-weight:400}.public-theme .caption_1_med{font-size:18px;line-height:20px;letter-spacing:-.5px;font-weight:400;font-weight:500}@media screen and (min-width: 768px){.public-theme .caption_1,.public-theme .caption_1_med{font-size:20px;line-height:24px;letter-spacing:-.6px}}.public-theme .caption_2{font-size:17px;line-height:18px;letter-spacing:-.3px;font-weight:400}.public-theme .caption_2_med{font-size:17px;line-height:18px;letter-spacing:-.3px;font-weight:400;font-weight:500}@media screen and (min-width: 768px){.public-theme .caption_2,.public-theme .caption_2_med{font-size:18px;line-height:20px;letter-spacing:-.3px}}.public-theme .caption_3{font-size:16px;line-height:18px;letter-spacing:-.5px;font-weight:400}.public-theme .caption_3_med{font-size:16px;line-height:18px;letter-spacing:-.5px;font-weight:400;font-weight:500}@media screen and (min-width: 768px){.public-theme .caption_3,.public-theme .caption_3_med{font-size:16px;line-height:18px;letter-spacing:-.5px}}.public-theme .caption_4{font-size:13px;line-height:15px;letter-spacing:-.3px;font-weight:400}.public-theme .caption_4_med{font-size:13px;line-height:15px;letter-spacing:-.3px;font-weight:400;font-weight:500}@media screen and (min-width: 768px){.public-theme .caption_4,.public-theme .caption_4_med{font-size:13px;line-height:15px;letter-spacing:-.3px}}.public-theme .wrap{display:flex;flex-direction:column;flex-grow:2;min-height:100vh}.public-theme .wrap .outer{overflow:hidden}.public-theme .wrap .content{width:100%;padding:0 30px;max-width:1290px;margin:0 auto}.public-theme .wrap .content__thin{width:100%;max-width:1290px;margin:0 auto;padding:0 30px}.public-theme .wrap .content .content__thin,.public-theme .wrap .content__thin .content__thin{padding:0}.public-theme .flex-container{display:flex;flex-wrap:wrap}.public-theme .img_cropped{position:relative;width:100%;height:0;padding-top:57.5%}.public-theme .img_cropped img{width:100%;height:100%;position:absolute;top:0;left:0;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.public-theme .img_round-borders,.public-theme .img_round-borders img{border-radius:5px}.public-theme .img_bottom-margin{margin-bottom:50px}.public-theme .img__caption{font-size:16px;line-height:20px;letter-spacing:-.5px;color:#0000004d;text-align:center;margin:15px 0 30px}@media screen and (min-width: 768px){.public-theme .img__caption{font-size:17px;line-height:25px;letter-spacing:-.7px}}.public-theme .text-left{text-align:left}.public-theme .text-right{text-align:right}.public-theme .text-center{text-align:center}.public-theme .notify_error{background-color:#ff4e4e!important;color:#fff!important}.public-theme .notify_warning{background-color:#feb72f!important;color:#fff!important}.public-theme .notify_success{background-color:#90da1a!important;color:#fff!important}.public-theme .hidden{display:none!important}.public-theme .p-l-0{padding-left:0!important}.public-theme .p-l-1{padding-left:1px!important}.public-theme .p-l-2{padding-left:2px!important}.public-theme .p-l-3{padding-left:3px!important}.public-theme .p-l-4{padding-left:4px!important}.public-theme .p-l-5{padding-left:5px!important}.public-theme .p-l-6{padding-left:6px!important}.public-theme .p-l-7{padding-left:7px!important}.public-theme .p-l-8{padding-left:8px!important}.public-theme .p-l-9{padding-left:9px!important}.public-theme .p-l-10{padding-left:10px!important}.public-theme .p-l-11{padding-left:11px!important}.public-theme .p-l-12{padding-left:12px!important}.public-theme .p-l-13{padding-left:13px!important}.public-theme .p-l-14{padding-left:14px!important}.public-theme .p-l-15{padding-left:15px!important}.public-theme .p-l-16{padding-left:16px!important}.public-theme .p-l-17{padding-left:17px!important}.public-theme .p-l-18{padding-left:18px!important}.public-theme .p-l-19{padding-left:19px!important}.public-theme .p-l-20{padding-left:20px!important}.public-theme .p-l-21{padding-left:21px!important}.public-theme .p-l-22{padding-left:22px!important}.public-theme .p-l-23{padding-left:23px!important}.public-theme .p-l-24{padding-left:24px!important}.public-theme .p-l-25{padding-left:25px!important}.public-theme .p-l-26{padding-left:26px!important}.public-theme .p-l-27{padding-left:27px!important}.public-theme .p-l-28{padding-left:28px!important}.public-theme .p-l-29{padding-left:29px!important}.public-theme .p-l-30{padding-left:30px!important}.public-theme .p-l-31{padding-left:31px!important}.public-theme .p-l-32{padding-left:32px!important}.public-theme .p-l-33{padding-left:33px!important}.public-theme .p-l-34{padding-left:34px!important}.public-theme .p-l-35{padding-left:35px!important}.public-theme .p-l-36{padding-left:36px!important}.public-theme .p-l-37{padding-left:37px!important}.public-theme .p-l-38{padding-left:38px!important}.public-theme .p-l-39{padding-left:39px!important}.public-theme .p-l-40{padding-left:40px!important}.public-theme .p-l-41{padding-left:41px!important}.public-theme .p-l-42{padding-left:42px!important}.public-theme .p-l-43{padding-left:43px!important}.public-theme .p-l-44{padding-left:44px!important}.public-theme .p-l-45{padding-left:45px!important}.public-theme .p-l-46{padding-left:46px!important}.public-theme .p-l-47{padding-left:47px!important}.public-theme .p-l-48{padding-left:48px!important}.public-theme .p-l-49{padding-left:49px!important}.public-theme .p-l-50{padding-left:50px!important}@media screen and (min-width: 768px){.public-theme .p-l-sm-0{padding-left:0!important}.public-theme .p-l-sm-1{padding-left:1px!important}.public-theme .p-l-sm-2{padding-left:2px!important}.public-theme .p-l-sm-3{padding-left:3px!important}.public-theme .p-l-sm-4{padding-left:4px!important}.public-theme .p-l-sm-5{padding-left:5px!important}.public-theme .p-l-sm-6{padding-left:6px!important}.public-theme .p-l-sm-7{padding-left:7px!important}.public-theme .p-l-sm-8{padding-left:8px!important}.public-theme .p-l-sm-9{padding-left:9px!important}.public-theme .p-l-sm-10{padding-left:10px!important}.public-theme .p-l-sm-11{padding-left:11px!important}.public-theme .p-l-sm-12{padding-left:12px!important}.public-theme .p-l-sm-13{padding-left:13px!important}.public-theme .p-l-sm-14{padding-left:14px!important}.public-theme .p-l-sm-15{padding-left:15px!important}.public-theme .p-l-sm-16{padding-left:16px!important}.public-theme .p-l-sm-17{padding-left:17px!important}.public-theme .p-l-sm-18{padding-left:18px!important}.public-theme .p-l-sm-19{padding-left:19px!important}.public-theme .p-l-sm-20{padding-left:20px!important}.public-theme .p-l-sm-21{padding-left:21px!important}.public-theme .p-l-sm-22{padding-left:22px!important}.public-theme .p-l-sm-23{padding-left:23px!important}.public-theme .p-l-sm-24{padding-left:24px!important}.public-theme .p-l-sm-25{padding-left:25px!important}.public-theme .p-l-sm-26{padding-left:26px!important}.public-theme .p-l-sm-27{padding-left:27px!important}.public-theme .p-l-sm-28{padding-left:28px!important}.public-theme .p-l-sm-29{padding-left:29px!important}.public-theme .p-l-sm-30{padding-left:30px!important}.public-theme .p-l-sm-31{padding-left:31px!important}.public-theme .p-l-sm-32{padding-left:32px!important}.public-theme .p-l-sm-33{padding-left:33px!important}.public-theme .p-l-sm-34{padding-left:34px!important}.public-theme .p-l-sm-35{padding-left:35px!important}.public-theme .p-l-sm-36{padding-left:36px!important}.public-theme .p-l-sm-37{padding-left:37px!important}.public-theme .p-l-sm-38{padding-left:38px!important}.public-theme .p-l-sm-39{padding-left:39px!important}.public-theme .p-l-sm-40{padding-left:40px!important}.public-theme .p-l-sm-41{padding-left:41px!important}.public-theme .p-l-sm-42{padding-left:42px!important}.public-theme .p-l-sm-43{padding-left:43px!important}.public-theme .p-l-sm-44{padding-left:44px!important}.public-theme .p-l-sm-45{padding-left:45px!important}.public-theme .p-l-sm-46{padding-left:46px!important}.public-theme .p-l-sm-47{padding-left:47px!important}.public-theme .p-l-sm-48{padding-left:48px!important}.public-theme .p-l-sm-49{padding-left:49px!important}.public-theme .p-l-sm-50{padding-left:50px!important}}@media screen and (min-width: 992px){.public-theme .p-l-md-0{padding-left:0!important}.public-theme .p-l-md-1{padding-left:1px!important}.public-theme .p-l-md-2{padding-left:2px!important}.public-theme .p-l-md-3{padding-left:3px!important}.public-theme .p-l-md-4{padding-left:4px!important}.public-theme .p-l-md-5{padding-left:5px!important}.public-theme .p-l-md-6{padding-left:6px!important}.public-theme .p-l-md-7{padding-left:7px!important}.public-theme .p-l-md-8{padding-left:8px!important}.public-theme .p-l-md-9{padding-left:9px!important}.public-theme .p-l-md-10{padding-left:10px!important}.public-theme .p-l-md-11{padding-left:11px!important}.public-theme .p-l-md-12{padding-left:12px!important}.public-theme .p-l-md-13{padding-left:13px!important}.public-theme .p-l-md-14{padding-left:14px!important}.public-theme .p-l-md-15{padding-left:15px!important}.public-theme .p-l-md-16{padding-left:16px!important}.public-theme .p-l-md-17{padding-left:17px!important}.public-theme .p-l-md-18{padding-left:18px!important}.public-theme .p-l-md-19{padding-left:19px!important}.public-theme .p-l-md-20{padding-left:20px!important}.public-theme .p-l-md-21{padding-left:21px!important}.public-theme .p-l-md-22{padding-left:22px!important}.public-theme .p-l-md-23{padding-left:23px!important}.public-theme .p-l-md-24{padding-left:24px!important}.public-theme .p-l-md-25{padding-left:25px!important}.public-theme .p-l-md-26{padding-left:26px!important}.public-theme .p-l-md-27{padding-left:27px!important}.public-theme .p-l-md-28{padding-left:28px!important}.public-theme .p-l-md-29{padding-left:29px!important}.public-theme .p-l-md-30{padding-left:30px!important}.public-theme .p-l-md-31{padding-left:31px!important}.public-theme .p-l-md-32{padding-left:32px!important}.public-theme .p-l-md-33{padding-left:33px!important}.public-theme .p-l-md-34{padding-left:34px!important}.public-theme .p-l-md-35{padding-left:35px!important}.public-theme .p-l-md-36{padding-left:36px!important}.public-theme .p-l-md-37{padding-left:37px!important}.public-theme .p-l-md-38{padding-left:38px!important}.public-theme .p-l-md-39{padding-left:39px!important}.public-theme .p-l-md-40{padding-left:40px!important}.public-theme .p-l-md-41{padding-left:41px!important}.public-theme .p-l-md-42{padding-left:42px!important}.public-theme .p-l-md-43{padding-left:43px!important}.public-theme .p-l-md-44{padding-left:44px!important}.public-theme .p-l-md-45{padding-left:45px!important}.public-theme .p-l-md-46{padding-left:46px!important}.public-theme .p-l-md-47{padding-left:47px!important}.public-theme .p-l-md-48{padding-left:48px!important}.public-theme .p-l-md-49{padding-left:49px!important}.public-theme .p-l-md-50{padding-left:50px!important}}@media screen and (min-width: 1200px){.public-theme .p-l-lg-0{padding-left:0!important}.public-theme .p-l-lg-1{padding-left:1px!important}.public-theme .p-l-lg-2{padding-left:2px!important}.public-theme .p-l-lg-3{padding-left:3px!important}.public-theme .p-l-lg-4{padding-left:4px!important}.public-theme .p-l-lg-5{padding-left:5px!important}.public-theme .p-l-lg-6{padding-left:6px!important}.public-theme .p-l-lg-7{padding-left:7px!important}.public-theme .p-l-lg-8{padding-left:8px!important}.public-theme .p-l-lg-9{padding-left:9px!important}.public-theme .p-l-lg-10{padding-left:10px!important}.public-theme .p-l-lg-11{padding-left:11px!important}.public-theme .p-l-lg-12{padding-left:12px!important}.public-theme .p-l-lg-13{padding-left:13px!important}.public-theme .p-l-lg-14{padding-left:14px!important}.public-theme .p-l-lg-15{padding-left:15px!important}.public-theme .p-l-lg-16{padding-left:16px!important}.public-theme .p-l-lg-17{padding-left:17px!important}.public-theme .p-l-lg-18{padding-left:18px!important}.public-theme .p-l-lg-19{padding-left:19px!important}.public-theme .p-l-lg-20{padding-left:20px!important}.public-theme .p-l-lg-21{padding-left:21px!important}.public-theme .p-l-lg-22{padding-left:22px!important}.public-theme .p-l-lg-23{padding-left:23px!important}.public-theme .p-l-lg-24{padding-left:24px!important}.public-theme .p-l-lg-25{padding-left:25px!important}.public-theme .p-l-lg-26{padding-left:26px!important}.public-theme .p-l-lg-27{padding-left:27px!important}.public-theme .p-l-lg-28{padding-left:28px!important}.public-theme .p-l-lg-29{padding-left:29px!important}.public-theme .p-l-lg-30{padding-left:30px!important}.public-theme .p-l-lg-31{padding-left:31px!important}.public-theme .p-l-lg-32{padding-left:32px!important}.public-theme .p-l-lg-33{padding-left:33px!important}.public-theme .p-l-lg-34{padding-left:34px!important}.public-theme .p-l-lg-35{padding-left:35px!important}.public-theme .p-l-lg-36{padding-left:36px!important}.public-theme .p-l-lg-37{padding-left:37px!important}.public-theme .p-l-lg-38{padding-left:38px!important}.public-theme .p-l-lg-39{padding-left:39px!important}.public-theme .p-l-lg-40{padding-left:40px!important}.public-theme .p-l-lg-41{padding-left:41px!important}.public-theme .p-l-lg-42{padding-left:42px!important}.public-theme .p-l-lg-43{padding-left:43px!important}.public-theme .p-l-lg-44{padding-left:44px!important}.public-theme .p-l-lg-45{padding-left:45px!important}.public-theme .p-l-lg-46{padding-left:46px!important}.public-theme .p-l-lg-47{padding-left:47px!important}.public-theme .p-l-lg-48{padding-left:48px!important}.public-theme .p-l-lg-49{padding-left:49px!important}.public-theme .p-l-lg-50{padding-left:50px!important}}.public-theme .p-r-0{padding-right:0!important}.public-theme .p-r-1{padding-right:1px!important}.public-theme .p-r-2{padding-right:2px!important}.public-theme .p-r-3{padding-right:3px!important}.public-theme .p-r-4{padding-right:4px!important}.public-theme .p-r-5{padding-right:5px!important}.public-theme .p-r-6{padding-right:6px!important}.public-theme .p-r-7{padding-right:7px!important}.public-theme .p-r-8{padding-right:8px!important}.public-theme .p-r-9{padding-right:9px!important}.public-theme .p-r-10{padding-right:10px!important}.public-theme .p-r-11{padding-right:11px!important}.public-theme .p-r-12{padding-right:12px!important}.public-theme .p-r-13{padding-right:13px!important}.public-theme .p-r-14{padding-right:14px!important}.public-theme .p-r-15{padding-right:15px!important}.public-theme .p-r-16{padding-right:16px!important}.public-theme .p-r-17{padding-right:17px!important}.public-theme .p-r-18{padding-right:18px!important}.public-theme .p-r-19{padding-right:19px!important}.public-theme .p-r-20{padding-right:20px!important}.public-theme .p-r-21{padding-right:21px!important}.public-theme .p-r-22{padding-right:22px!important}.public-theme .p-r-23{padding-right:23px!important}.public-theme .p-r-24{padding-right:24px!important}.public-theme .p-r-25{padding-right:25px!important}.public-theme .p-r-26{padding-right:26px!important}.public-theme .p-r-27{padding-right:27px!important}.public-theme .p-r-28{padding-right:28px!important}.public-theme .p-r-29{padding-right:29px!important}.public-theme .p-r-30{padding-right:30px!important}.public-theme .p-r-31{padding-right:31px!important}.public-theme .p-r-32{padding-right:32px!important}.public-theme .p-r-33{padding-right:33px!important}.public-theme .p-r-34{padding-right:34px!important}.public-theme .p-r-35{padding-right:35px!important}.public-theme .p-r-36{padding-right:36px!important}.public-theme .p-r-37{padding-right:37px!important}.public-theme .p-r-38{padding-right:38px!important}.public-theme .p-r-39{padding-right:39px!important}.public-theme .p-r-40{padding-right:40px!important}.public-theme .p-r-41{padding-right:41px!important}.public-theme .p-r-42{padding-right:42px!important}.public-theme .p-r-43{padding-right:43px!important}.public-theme .p-r-44{padding-right:44px!important}.public-theme .p-r-45{padding-right:45px!important}.public-theme .p-r-46{padding-right:46px!important}.public-theme .p-r-47{padding-right:47px!important}.public-theme .p-r-48{padding-right:48px!important}.public-theme .p-r-49{padding-right:49px!important}.public-theme .p-r-50{padding-right:50px!important}@media screen and (min-width: 768px){.public-theme .p-r-sm-0{padding-right:0!important}.public-theme .p-r-sm-1{padding-right:1px!important}.public-theme .p-r-sm-2{padding-right:2px!important}.public-theme .p-r-sm-3{padding-right:3px!important}.public-theme .p-r-sm-4{padding-right:4px!important}.public-theme .p-r-sm-5{padding-right:5px!important}.public-theme .p-r-sm-6{padding-right:6px!important}.public-theme .p-r-sm-7{padding-right:7px!important}.public-theme .p-r-sm-8{padding-right:8px!important}.public-theme .p-r-sm-9{padding-right:9px!important}.public-theme .p-r-sm-10{padding-right:10px!important}.public-theme .p-r-sm-11{padding-right:11px!important}.public-theme .p-r-sm-12{padding-right:12px!important}.public-theme .p-r-sm-13{padding-right:13px!important}.public-theme .p-r-sm-14{padding-right:14px!important}.public-theme .p-r-sm-15{padding-right:15px!important}.public-theme .p-r-sm-16{padding-right:16px!important}.public-theme .p-r-sm-17{padding-right:17px!important}.public-theme .p-r-sm-18{padding-right:18px!important}.public-theme .p-r-sm-19{padding-right:19px!important}.public-theme .p-r-sm-20{padding-right:20px!important}.public-theme .p-r-sm-21{padding-right:21px!important}.public-theme .p-r-sm-22{padding-right:22px!important}.public-theme .p-r-sm-23{padding-right:23px!important}.public-theme .p-r-sm-24{padding-right:24px!important}.public-theme .p-r-sm-25{padding-right:25px!important}.public-theme .p-r-sm-26{padding-right:26px!important}.public-theme .p-r-sm-27{padding-right:27px!important}.public-theme .p-r-sm-28{padding-right:28px!important}.public-theme .p-r-sm-29{padding-right:29px!important}.public-theme .p-r-sm-30{padding-right:30px!important}.public-theme .p-r-sm-31{padding-right:31px!important}.public-theme .p-r-sm-32{padding-right:32px!important}.public-theme .p-r-sm-33{padding-right:33px!important}.public-theme .p-r-sm-34{padding-right:34px!important}.public-theme .p-r-sm-35{padding-right:35px!important}.public-theme .p-r-sm-36{padding-right:36px!important}.public-theme .p-r-sm-37{padding-right:37px!important}.public-theme .p-r-sm-38{padding-right:38px!important}.public-theme .p-r-sm-39{padding-right:39px!important}.public-theme .p-r-sm-40{padding-right:40px!important}.public-theme .p-r-sm-41{padding-right:41px!important}.public-theme .p-r-sm-42{padding-right:42px!important}.public-theme .p-r-sm-43{padding-right:43px!important}.public-theme .p-r-sm-44{padding-right:44px!important}.public-theme .p-r-sm-45{padding-right:45px!important}.public-theme .p-r-sm-46{padding-right:46px!important}.public-theme .p-r-sm-47{padding-right:47px!important}.public-theme .p-r-sm-48{padding-right:48px!important}.public-theme .p-r-sm-49{padding-right:49px!important}.public-theme .p-r-sm-50{padding-right:50px!important}}@media screen and (min-width: 992px){.public-theme .p-r-md-0{padding-right:0!important}.public-theme .p-r-md-1{padding-right:1px!important}.public-theme .p-r-md-2{padding-right:2px!important}.public-theme .p-r-md-3{padding-right:3px!important}.public-theme .p-r-md-4{padding-right:4px!important}.public-theme .p-r-md-5{padding-right:5px!important}.public-theme .p-r-md-6{padding-right:6px!important}.public-theme .p-r-md-7{padding-right:7px!important}.public-theme .p-r-md-8{padding-right:8px!important}.public-theme .p-r-md-9{padding-right:9px!important}.public-theme .p-r-md-10{padding-right:10px!important}.public-theme .p-r-md-11{padding-right:11px!important}.public-theme .p-r-md-12{padding-right:12px!important}.public-theme .p-r-md-13{padding-right:13px!important}.public-theme .p-r-md-14{padding-right:14px!important}.public-theme .p-r-md-15{padding-right:15px!important}.public-theme .p-r-md-16{padding-right:16px!important}.public-theme .p-r-md-17{padding-right:17px!important}.public-theme .p-r-md-18{padding-right:18px!important}.public-theme .p-r-md-19{padding-right:19px!important}.public-theme .p-r-md-20{padding-right:20px!important}.public-theme .p-r-md-21{padding-right:21px!important}.public-theme .p-r-md-22{padding-right:22px!important}.public-theme .p-r-md-23{padding-right:23px!important}.public-theme .p-r-md-24{padding-right:24px!important}.public-theme .p-r-md-25{padding-right:25px!important}.public-theme .p-r-md-26{padding-right:26px!important}.public-theme .p-r-md-27{padding-right:27px!important}.public-theme .p-r-md-28{padding-right:28px!important}.public-theme .p-r-md-29{padding-right:29px!important}.public-theme .p-r-md-30{padding-right:30px!important}.public-theme .p-r-md-31{padding-right:31px!important}.public-theme .p-r-md-32{padding-right:32px!important}.public-theme .p-r-md-33{padding-right:33px!important}.public-theme .p-r-md-34{padding-right:34px!important}.public-theme .p-r-md-35{padding-right:35px!important}.public-theme .p-r-md-36{padding-right:36px!important}.public-theme .p-r-md-37{padding-right:37px!important}.public-theme .p-r-md-38{padding-right:38px!important}.public-theme .p-r-md-39{padding-right:39px!important}.public-theme .p-r-md-40{padding-right:40px!important}.public-theme .p-r-md-41{padding-right:41px!important}.public-theme .p-r-md-42{padding-right:42px!important}.public-theme .p-r-md-43{padding-right:43px!important}.public-theme .p-r-md-44{padding-right:44px!important}.public-theme .p-r-md-45{padding-right:45px!important}.public-theme .p-r-md-46{padding-right:46px!important}.public-theme .p-r-md-47{padding-right:47px!important}.public-theme .p-r-md-48{padding-right:48px!important}.public-theme .p-r-md-49{padding-right:49px!important}.public-theme .p-r-md-50{padding-right:50px!important}}@media screen and (min-width: 1200px){.public-theme .p-r-lg-0{padding-right:0!important}.public-theme .p-r-lg-1{padding-right:1px!important}.public-theme .p-r-lg-2{padding-right:2px!important}.public-theme .p-r-lg-3{padding-right:3px!important}.public-theme .p-r-lg-4{padding-right:4px!important}.public-theme .p-r-lg-5{padding-right:5px!important}.public-theme .p-r-lg-6{padding-right:6px!important}.public-theme .p-r-lg-7{padding-right:7px!important}.public-theme .p-r-lg-8{padding-right:8px!important}.public-theme .p-r-lg-9{padding-right:9px!important}.public-theme .p-r-lg-10{padding-right:10px!important}.public-theme .p-r-lg-11{padding-right:11px!important}.public-theme .p-r-lg-12{padding-right:12px!important}.public-theme .p-r-lg-13{padding-right:13px!important}.public-theme .p-r-lg-14{padding-right:14px!important}.public-theme .p-r-lg-15{padding-right:15px!important}.public-theme .p-r-lg-16{padding-right:16px!important}.public-theme .p-r-lg-17{padding-right:17px!important}.public-theme .p-r-lg-18{padding-right:18px!important}.public-theme .p-r-lg-19{padding-right:19px!important}.public-theme .p-r-lg-20{padding-right:20px!important}.public-theme .p-r-lg-21{padding-right:21px!important}.public-theme .p-r-lg-22{padding-right:22px!important}.public-theme .p-r-lg-23{padding-right:23px!important}.public-theme .p-r-lg-24{padding-right:24px!important}.public-theme .p-r-lg-25{padding-right:25px!important}.public-theme .p-r-lg-26{padding-right:26px!important}.public-theme .p-r-lg-27{padding-right:27px!important}.public-theme .p-r-lg-28{padding-right:28px!important}.public-theme .p-r-lg-29{padding-right:29px!important}.public-theme .p-r-lg-30{padding-right:30px!important}.public-theme .p-r-lg-31{padding-right:31px!important}.public-theme .p-r-lg-32{padding-right:32px!important}.public-theme .p-r-lg-33{padding-right:33px!important}.public-theme .p-r-lg-34{padding-right:34px!important}.public-theme .p-r-lg-35{padding-right:35px!important}.public-theme .p-r-lg-36{padding-right:36px!important}.public-theme .p-r-lg-37{padding-right:37px!important}.public-theme .p-r-lg-38{padding-right:38px!important}.public-theme .p-r-lg-39{padding-right:39px!important}.public-theme .p-r-lg-40{padding-right:40px!important}.public-theme .p-r-lg-41{padding-right:41px!important}.public-theme .p-r-lg-42{padding-right:42px!important}.public-theme .p-r-lg-43{padding-right:43px!important}.public-theme .p-r-lg-44{padding-right:44px!important}.public-theme .p-r-lg-45{padding-right:45px!important}.public-theme .p-r-lg-46{padding-right:46px!important}.public-theme .p-r-lg-47{padding-right:47px!important}.public-theme .p-r-lg-48{padding-right:48px!important}.public-theme .p-r-lg-49{padding-right:49px!important}.public-theme .p-r-lg-50{padding-right:50px!important}}.public-theme .p-t-0{padding-top:0!important}.public-theme .p-t-1{padding-top:1px!important}.public-theme .p-t-2{padding-top:2px!important}.public-theme .p-t-3{padding-top:3px!important}.public-theme .p-t-4{padding-top:4px!important}.public-theme .p-t-5{padding-top:5px!important}.public-theme .p-t-6{padding-top:6px!important}.public-theme .p-t-7{padding-top:7px!important}.public-theme .p-t-8{padding-top:8px!important}.public-theme .p-t-9{padding-top:9px!important}.public-theme .p-t-10{padding-top:10px!important}.public-theme .p-t-11{padding-top:11px!important}.public-theme .p-t-12{padding-top:12px!important}.public-theme .p-t-13{padding-top:13px!important}.public-theme .p-t-14{padding-top:14px!important}.public-theme .p-t-15{padding-top:15px!important}.public-theme .p-t-16{padding-top:16px!important}.public-theme .p-t-17{padding-top:17px!important}.public-theme .p-t-18{padding-top:18px!important}.public-theme .p-t-19{padding-top:19px!important}.public-theme .p-t-20{padding-top:20px!important}.public-theme .p-t-21{padding-top:21px!important}.public-theme .p-t-22{padding-top:22px!important}.public-theme .p-t-23{padding-top:23px!important}.public-theme .p-t-24{padding-top:24px!important}.public-theme .p-t-25{padding-top:25px!important}.public-theme .p-t-26{padding-top:26px!important}.public-theme .p-t-27{padding-top:27px!important}.public-theme .p-t-28{padding-top:28px!important}.public-theme .p-t-29{padding-top:29px!important}.public-theme .p-t-30{padding-top:30px!important}.public-theme .p-t-31{padding-top:31px!important}.public-theme .p-t-32{padding-top:32px!important}.public-theme .p-t-33{padding-top:33px!important}.public-theme .p-t-34{padding-top:34px!important}.public-theme .p-t-35{padding-top:35px!important}.public-theme .p-t-36{padding-top:36px!important}.public-theme .p-t-37{padding-top:37px!important}.public-theme .p-t-38{padding-top:38px!important}.public-theme .p-t-39{padding-top:39px!important}.public-theme .p-t-40{padding-top:40px!important}.public-theme .p-t-41{padding-top:41px!important}.public-theme .p-t-42{padding-top:42px!important}.public-theme .p-t-43{padding-top:43px!important}.public-theme .p-t-44{padding-top:44px!important}.public-theme .p-t-45{padding-top:45px!important}.public-theme .p-t-46{padding-top:46px!important}.public-theme .p-t-47{padding-top:47px!important}.public-theme .p-t-48{padding-top:48px!important}.public-theme .p-t-49{padding-top:49px!important}.public-theme .p-t-50{padding-top:50px!important}@media screen and (min-width: 768px){.public-theme .p-t-sm-0{padding-top:0!important}.public-theme .p-t-sm-1{padding-top:1px!important}.public-theme .p-t-sm-2{padding-top:2px!important}.public-theme .p-t-sm-3{padding-top:3px!important}.public-theme .p-t-sm-4{padding-top:4px!important}.public-theme .p-t-sm-5{padding-top:5px!important}.public-theme .p-t-sm-6{padding-top:6px!important}.public-theme .p-t-sm-7{padding-top:7px!important}.public-theme .p-t-sm-8{padding-top:8px!important}.public-theme .p-t-sm-9{padding-top:9px!important}.public-theme .p-t-sm-10{padding-top:10px!important}.public-theme .p-t-sm-11{padding-top:11px!important}.public-theme .p-t-sm-12{padding-top:12px!important}.public-theme .p-t-sm-13{padding-top:13px!important}.public-theme .p-t-sm-14{padding-top:14px!important}.public-theme .p-t-sm-15{padding-top:15px!important}.public-theme .p-t-sm-16{padding-top:16px!important}.public-theme .p-t-sm-17{padding-top:17px!important}.public-theme .p-t-sm-18{padding-top:18px!important}.public-theme .p-t-sm-19{padding-top:19px!important}.public-theme .p-t-sm-20{padding-top:20px!important}.public-theme .p-t-sm-21{padding-top:21px!important}.public-theme .p-t-sm-22{padding-top:22px!important}.public-theme .p-t-sm-23{padding-top:23px!important}.public-theme .p-t-sm-24{padding-top:24px!important}.public-theme .p-t-sm-25{padding-top:25px!important}.public-theme .p-t-sm-26{padding-top:26px!important}.public-theme .p-t-sm-27{padding-top:27px!important}.public-theme .p-t-sm-28{padding-top:28px!important}.public-theme .p-t-sm-29{padding-top:29px!important}.public-theme .p-t-sm-30{padding-top:30px!important}.public-theme .p-t-sm-31{padding-top:31px!important}.public-theme .p-t-sm-32{padding-top:32px!important}.public-theme .p-t-sm-33{padding-top:33px!important}.public-theme .p-t-sm-34{padding-top:34px!important}.public-theme .p-t-sm-35{padding-top:35px!important}.public-theme .p-t-sm-36{padding-top:36px!important}.public-theme .p-t-sm-37{padding-top:37px!important}.public-theme .p-t-sm-38{padding-top:38px!important}.public-theme .p-t-sm-39{padding-top:39px!important}.public-theme .p-t-sm-40{padding-top:40px!important}.public-theme .p-t-sm-41{padding-top:41px!important}.public-theme .p-t-sm-42{padding-top:42px!important}.public-theme .p-t-sm-43{padding-top:43px!important}.public-theme .p-t-sm-44{padding-top:44px!important}.public-theme .p-t-sm-45{padding-top:45px!important}.public-theme .p-t-sm-46{padding-top:46px!important}.public-theme .p-t-sm-47{padding-top:47px!important}.public-theme .p-t-sm-48{padding-top:48px!important}.public-theme .p-t-sm-49{padding-top:49px!important}.public-theme .p-t-sm-50{padding-top:50px!important}}@media screen and (min-width: 992px){.public-theme .p-t-md-0{padding-top:0!important}.public-theme .p-t-md-1{padding-top:1px!important}.public-theme .p-t-md-2{padding-top:2px!important}.public-theme .p-t-md-3{padding-top:3px!important}.public-theme .p-t-md-4{padding-top:4px!important}.public-theme .p-t-md-5{padding-top:5px!important}.public-theme .p-t-md-6{padding-top:6px!important}.public-theme .p-t-md-7{padding-top:7px!important}.public-theme .p-t-md-8{padding-top:8px!important}.public-theme .p-t-md-9{padding-top:9px!important}.public-theme .p-t-md-10{padding-top:10px!important}.public-theme .p-t-md-11{padding-top:11px!important}.public-theme .p-t-md-12{padding-top:12px!important}.public-theme .p-t-md-13{padding-top:13px!important}.public-theme .p-t-md-14{padding-top:14px!important}.public-theme .p-t-md-15{padding-top:15px!important}.public-theme .p-t-md-16{padding-top:16px!important}.public-theme .p-t-md-17{padding-top:17px!important}.public-theme .p-t-md-18{padding-top:18px!important}.public-theme .p-t-md-19{padding-top:19px!important}.public-theme .p-t-md-20{padding-top:20px!important}.public-theme .p-t-md-21{padding-top:21px!important}.public-theme .p-t-md-22{padding-top:22px!important}.public-theme .p-t-md-23{padding-top:23px!important}.public-theme .p-t-md-24{padding-top:24px!important}.public-theme .p-t-md-25{padding-top:25px!important}.public-theme .p-t-md-26{padding-top:26px!important}.public-theme .p-t-md-27{padding-top:27px!important}.public-theme .p-t-md-28{padding-top:28px!important}.public-theme .p-t-md-29{padding-top:29px!important}.public-theme .p-t-md-30{padding-top:30px!important}.public-theme .p-t-md-31{padding-top:31px!important}.public-theme .p-t-md-32{padding-top:32px!important}.public-theme .p-t-md-33{padding-top:33px!important}.public-theme .p-t-md-34{padding-top:34px!important}.public-theme .p-t-md-35{padding-top:35px!important}.public-theme .p-t-md-36{padding-top:36px!important}.public-theme .p-t-md-37{padding-top:37px!important}.public-theme .p-t-md-38{padding-top:38px!important}.public-theme .p-t-md-39{padding-top:39px!important}.public-theme .p-t-md-40{padding-top:40px!important}.public-theme .p-t-md-41{padding-top:41px!important}.public-theme .p-t-md-42{padding-top:42px!important}.public-theme .p-t-md-43{padding-top:43px!important}.public-theme .p-t-md-44{padding-top:44px!important}.public-theme .p-t-md-45{padding-top:45px!important}.public-theme .p-t-md-46{padding-top:46px!important}.public-theme .p-t-md-47{padding-top:47px!important}.public-theme .p-t-md-48{padding-top:48px!important}.public-theme .p-t-md-49{padding-top:49px!important}.public-theme .p-t-md-50{padding-top:50px!important}}@media screen and (min-width: 1200px){.public-theme .p-t-lg-0{padding-top:0!important}.public-theme .p-t-lg-1{padding-top:1px!important}.public-theme .p-t-lg-2{padding-top:2px!important}.public-theme .p-t-lg-3{padding-top:3px!important}.public-theme .p-t-lg-4{padding-top:4px!important}.public-theme .p-t-lg-5{padding-top:5px!important}.public-theme .p-t-lg-6{padding-top:6px!important}.public-theme .p-t-lg-7{padding-top:7px!important}.public-theme .p-t-lg-8{padding-top:8px!important}.public-theme .p-t-lg-9{padding-top:9px!important}.public-theme .p-t-lg-10{padding-top:10px!important}.public-theme .p-t-lg-11{padding-top:11px!important}.public-theme .p-t-lg-12{padding-top:12px!important}.public-theme .p-t-lg-13{padding-top:13px!important}.public-theme .p-t-lg-14{padding-top:14px!important}.public-theme .p-t-lg-15{padding-top:15px!important}.public-theme .p-t-lg-16{padding-top:16px!important}.public-theme .p-t-lg-17{padding-top:17px!important}.public-theme .p-t-lg-18{padding-top:18px!important}.public-theme .p-t-lg-19{padding-top:19px!important}.public-theme .p-t-lg-20{padding-top:20px!important}.public-theme .p-t-lg-21{padding-top:21px!important}.public-theme .p-t-lg-22{padding-top:22px!important}.public-theme .p-t-lg-23{padding-top:23px!important}.public-theme .p-t-lg-24{padding-top:24px!important}.public-theme .p-t-lg-25{padding-top:25px!important}.public-theme .p-t-lg-26{padding-top:26px!important}.public-theme .p-t-lg-27{padding-top:27px!important}.public-theme .p-t-lg-28{padding-top:28px!important}.public-theme .p-t-lg-29{padding-top:29px!important}.public-theme .p-t-lg-30{padding-top:30px!important}.public-theme .p-t-lg-31{padding-top:31px!important}.public-theme .p-t-lg-32{padding-top:32px!important}.public-theme .p-t-lg-33{padding-top:33px!important}.public-theme .p-t-lg-34{padding-top:34px!important}.public-theme .p-t-lg-35{padding-top:35px!important}.public-theme .p-t-lg-36{padding-top:36px!important}.public-theme .p-t-lg-37{padding-top:37px!important}.public-theme .p-t-lg-38{padding-top:38px!important}.public-theme .p-t-lg-39{padding-top:39px!important}.public-theme .p-t-lg-40{padding-top:40px!important}.public-theme .p-t-lg-41{padding-top:41px!important}.public-theme .p-t-lg-42{padding-top:42px!important}.public-theme .p-t-lg-43{padding-top:43px!important}.public-theme .p-t-lg-44{padding-top:44px!important}.public-theme .p-t-lg-45{padding-top:45px!important}.public-theme .p-t-lg-46{padding-top:46px!important}.public-theme .p-t-lg-47{padding-top:47px!important}.public-theme .p-t-lg-48{padding-top:48px!important}.public-theme .p-t-lg-49{padding-top:49px!important}.public-theme .p-t-lg-50{padding-top:50px!important}}.public-theme .p-b-0{padding-bottom:0!important}.public-theme .p-b-1{padding-bottom:1px!important}.public-theme .p-b-2{padding-bottom:2px!important}.public-theme .p-b-3{padding-bottom:3px!important}.public-theme .p-b-4{padding-bottom:4px!important}.public-theme .p-b-5{padding-bottom:5px!important}.public-theme .p-b-6{padding-bottom:6px!important}.public-theme .p-b-7{padding-bottom:7px!important}.public-theme .p-b-8{padding-bottom:8px!important}.public-theme .p-b-9{padding-bottom:9px!important}.public-theme .p-b-10{padding-bottom:10px!important}.public-theme .p-b-11{padding-bottom:11px!important}.public-theme .p-b-12{padding-bottom:12px!important}.public-theme .p-b-13{padding-bottom:13px!important}.public-theme .p-b-14{padding-bottom:14px!important}.public-theme .p-b-15{padding-bottom:15px!important}.public-theme .p-b-16{padding-bottom:16px!important}.public-theme .p-b-17{padding-bottom:17px!important}.public-theme .p-b-18{padding-bottom:18px!important}.public-theme .p-b-19{padding-bottom:19px!important}.public-theme .p-b-20{padding-bottom:20px!important}.public-theme .p-b-21{padding-bottom:21px!important}.public-theme .p-b-22{padding-bottom:22px!important}.public-theme .p-b-23{padding-bottom:23px!important}.public-theme .p-b-24{padding-bottom:24px!important}.public-theme .p-b-25{padding-bottom:25px!important}.public-theme .p-b-26{padding-bottom:26px!important}.public-theme .p-b-27{padding-bottom:27px!important}.public-theme .p-b-28{padding-bottom:28px!important}.public-theme .p-b-29{padding-bottom:29px!important}.public-theme .p-b-30{padding-bottom:30px!important}.public-theme .p-b-31{padding-bottom:31px!important}.public-theme .p-b-32{padding-bottom:32px!important}.public-theme .p-b-33{padding-bottom:33px!important}.public-theme .p-b-34{padding-bottom:34px!important}.public-theme .p-b-35{padding-bottom:35px!important}.public-theme .p-b-36{padding-bottom:36px!important}.public-theme .p-b-37{padding-bottom:37px!important}.public-theme .p-b-38{padding-bottom:38px!important}.public-theme .p-b-39{padding-bottom:39px!important}.public-theme .p-b-40{padding-bottom:40px!important}.public-theme .p-b-41{padding-bottom:41px!important}.public-theme .p-b-42{padding-bottom:42px!important}.public-theme .p-b-43{padding-bottom:43px!important}.public-theme .p-b-44{padding-bottom:44px!important}.public-theme .p-b-45{padding-bottom:45px!important}.public-theme .p-b-46{padding-bottom:46px!important}.public-theme .p-b-47{padding-bottom:47px!important}.public-theme .p-b-48{padding-bottom:48px!important}.public-theme .p-b-49{padding-bottom:49px!important}.public-theme .p-b-50{padding-bottom:50px!important}@media screen and (min-width: 768px){.public-theme .p-b-sm-0{padding-bottom:0!important}.public-theme .p-b-sm-1{padding-bottom:1px!important}.public-theme .p-b-sm-2{padding-bottom:2px!important}.public-theme .p-b-sm-3{padding-bottom:3px!important}.public-theme .p-b-sm-4{padding-bottom:4px!important}.public-theme .p-b-sm-5{padding-bottom:5px!important}.public-theme .p-b-sm-6{padding-bottom:6px!important}.public-theme .p-b-sm-7{padding-bottom:7px!important}.public-theme .p-b-sm-8{padding-bottom:8px!important}.public-theme .p-b-sm-9{padding-bottom:9px!important}.public-theme .p-b-sm-10{padding-bottom:10px!important}.public-theme .p-b-sm-11{padding-bottom:11px!important}.public-theme .p-b-sm-12{padding-bottom:12px!important}.public-theme .p-b-sm-13{padding-bottom:13px!important}.public-theme .p-b-sm-14{padding-bottom:14px!important}.public-theme .p-b-sm-15{padding-bottom:15px!important}.public-theme .p-b-sm-16{padding-bottom:16px!important}.public-theme .p-b-sm-17{padding-bottom:17px!important}.public-theme .p-b-sm-18{padding-bottom:18px!important}.public-theme .p-b-sm-19{padding-bottom:19px!important}.public-theme .p-b-sm-20{padding-bottom:20px!important}.public-theme .p-b-sm-21{padding-bottom:21px!important}.public-theme .p-b-sm-22{padding-bottom:22px!important}.public-theme .p-b-sm-23{padding-bottom:23px!important}.public-theme .p-b-sm-24{padding-bottom:24px!important}.public-theme .p-b-sm-25{padding-bottom:25px!important}.public-theme .p-b-sm-26{padding-bottom:26px!important}.public-theme .p-b-sm-27{padding-bottom:27px!important}.public-theme .p-b-sm-28{padding-bottom:28px!important}.public-theme .p-b-sm-29{padding-bottom:29px!important}.public-theme .p-b-sm-30{padding-bottom:30px!important}.public-theme .p-b-sm-31{padding-bottom:31px!important}.public-theme .p-b-sm-32{padding-bottom:32px!important}.public-theme .p-b-sm-33{padding-bottom:33px!important}.public-theme .p-b-sm-34{padding-bottom:34px!important}.public-theme .p-b-sm-35{padding-bottom:35px!important}.public-theme .p-b-sm-36{padding-bottom:36px!important}.public-theme .p-b-sm-37{padding-bottom:37px!important}.public-theme .p-b-sm-38{padding-bottom:38px!important}.public-theme .p-b-sm-39{padding-bottom:39px!important}.public-theme .p-b-sm-40{padding-bottom:40px!important}.public-theme .p-b-sm-41{padding-bottom:41px!important}.public-theme .p-b-sm-42{padding-bottom:42px!important}.public-theme .p-b-sm-43{padding-bottom:43px!important}.public-theme .p-b-sm-44{padding-bottom:44px!important}.public-theme .p-b-sm-45{padding-bottom:45px!important}.public-theme .p-b-sm-46{padding-bottom:46px!important}.public-theme .p-b-sm-47{padding-bottom:47px!important}.public-theme .p-b-sm-48{padding-bottom:48px!important}.public-theme .p-b-sm-49{padding-bottom:49px!important}.public-theme .p-b-sm-50{padding-bottom:50px!important}}@media screen and (min-width: 992px){.public-theme .p-b-md-0{padding-bottom:0!important}.public-theme .p-b-md-1{padding-bottom:1px!important}.public-theme .p-b-md-2{padding-bottom:2px!important}.public-theme .p-b-md-3{padding-bottom:3px!important}.public-theme .p-b-md-4{padding-bottom:4px!important}.public-theme .p-b-md-5{padding-bottom:5px!important}.public-theme .p-b-md-6{padding-bottom:6px!important}.public-theme .p-b-md-7{padding-bottom:7px!important}.public-theme .p-b-md-8{padding-bottom:8px!important}.public-theme .p-b-md-9{padding-bottom:9px!important}.public-theme .p-b-md-10{padding-bottom:10px!important}.public-theme .p-b-md-11{padding-bottom:11px!important}.public-theme .p-b-md-12{padding-bottom:12px!important}.public-theme .p-b-md-13{padding-bottom:13px!important}.public-theme .p-b-md-14{padding-bottom:14px!important}.public-theme .p-b-md-15{padding-bottom:15px!important}.public-theme .p-b-md-16{padding-bottom:16px!important}.public-theme .p-b-md-17{padding-bottom:17px!important}.public-theme .p-b-md-18{padding-bottom:18px!important}.public-theme .p-b-md-19{padding-bottom:19px!important}.public-theme .p-b-md-20{padding-bottom:20px!important}.public-theme .p-b-md-21{padding-bottom:21px!important}.public-theme .p-b-md-22{padding-bottom:22px!important}.public-theme .p-b-md-23{padding-bottom:23px!important}.public-theme .p-b-md-24{padding-bottom:24px!important}.public-theme .p-b-md-25{padding-bottom:25px!important}.public-theme .p-b-md-26{padding-bottom:26px!important}.public-theme .p-b-md-27{padding-bottom:27px!important}.public-theme .p-b-md-28{padding-bottom:28px!important}.public-theme .p-b-md-29{padding-bottom:29px!important}.public-theme .p-b-md-30{padding-bottom:30px!important}.public-theme .p-b-md-31{padding-bottom:31px!important}.public-theme .p-b-md-32{padding-bottom:32px!important}.public-theme .p-b-md-33{padding-bottom:33px!important}.public-theme .p-b-md-34{padding-bottom:34px!important}.public-theme .p-b-md-35{padding-bottom:35px!important}.public-theme .p-b-md-36{padding-bottom:36px!important}.public-theme .p-b-md-37{padding-bottom:37px!important}.public-theme .p-b-md-38{padding-bottom:38px!important}.public-theme .p-b-md-39{padding-bottom:39px!important}.public-theme .p-b-md-40{padding-bottom:40px!important}.public-theme .p-b-md-41{padding-bottom:41px!important}.public-theme .p-b-md-42{padding-bottom:42px!important}.public-theme .p-b-md-43{padding-bottom:43px!important}.public-theme .p-b-md-44{padding-bottom:44px!important}.public-theme .p-b-md-45{padding-bottom:45px!important}.public-theme .p-b-md-46{padding-bottom:46px!important}.public-theme .p-b-md-47{padding-bottom:47px!important}.public-theme .p-b-md-48{padding-bottom:48px!important}.public-theme .p-b-md-49{padding-bottom:49px!important}.public-theme .p-b-md-50{padding-bottom:50px!important}}@media screen and (min-width: 1200px){.public-theme .p-b-lg-0{padding-bottom:0!important}.public-theme .p-b-lg-1{padding-bottom:1px!important}.public-theme .p-b-lg-2{padding-bottom:2px!important}.public-theme .p-b-lg-3{padding-bottom:3px!important}.public-theme .p-b-lg-4{padding-bottom:4px!important}.public-theme .p-b-lg-5{padding-bottom:5px!important}.public-theme .p-b-lg-6{padding-bottom:6px!important}.public-theme .p-b-lg-7{padding-bottom:7px!important}.public-theme .p-b-lg-8{padding-bottom:8px!important}.public-theme .p-b-lg-9{padding-bottom:9px!important}.public-theme .p-b-lg-10{padding-bottom:10px!important}.public-theme .p-b-lg-11{padding-bottom:11px!important}.public-theme .p-b-lg-12{padding-bottom:12px!important}.public-theme .p-b-lg-13{padding-bottom:13px!important}.public-theme .p-b-lg-14{padding-bottom:14px!important}.public-theme .p-b-lg-15{padding-bottom:15px!important}.public-theme .p-b-lg-16{padding-bottom:16px!important}.public-theme .p-b-lg-17{padding-bottom:17px!important}.public-theme .p-b-lg-18{padding-bottom:18px!important}.public-theme .p-b-lg-19{padding-bottom:19px!important}.public-theme .p-b-lg-20{padding-bottom:20px!important}.public-theme .p-b-lg-21{padding-bottom:21px!important}.public-theme .p-b-lg-22{padding-bottom:22px!important}.public-theme .p-b-lg-23{padding-bottom:23px!important}.public-theme .p-b-lg-24{padding-bottom:24px!important}.public-theme .p-b-lg-25{padding-bottom:25px!important}.public-theme .p-b-lg-26{padding-bottom:26px!important}.public-theme .p-b-lg-27{padding-bottom:27px!important}.public-theme .p-b-lg-28{padding-bottom:28px!important}.public-theme .p-b-lg-29{padding-bottom:29px!important}.public-theme .p-b-lg-30{padding-bottom:30px!important}.public-theme .p-b-lg-31{padding-bottom:31px!important}.public-theme .p-b-lg-32{padding-bottom:32px!important}.public-theme .p-b-lg-33{padding-bottom:33px!important}.public-theme .p-b-lg-34{padding-bottom:34px!important}.public-theme .p-b-lg-35{padding-bottom:35px!important}.public-theme .p-b-lg-36{padding-bottom:36px!important}.public-theme .p-b-lg-37{padding-bottom:37px!important}.public-theme .p-b-lg-38{padding-bottom:38px!important}.public-theme .p-b-lg-39{padding-bottom:39px!important}.public-theme .p-b-lg-40{padding-bottom:40px!important}.public-theme .p-b-lg-41{padding-bottom:41px!important}.public-theme .p-b-lg-42{padding-bottom:42px!important}.public-theme .p-b-lg-43{padding-bottom:43px!important}.public-theme .p-b-lg-44{padding-bottom:44px!important}.public-theme .p-b-lg-45{padding-bottom:45px!important}.public-theme .p-b-lg-46{padding-bottom:46px!important}.public-theme .p-b-lg-47{padding-bottom:47px!important}.public-theme .p-b-lg-48{padding-bottom:48px!important}.public-theme .p-b-lg-49{padding-bottom:49px!important}.public-theme .p-b-lg-50{padding-bottom:50px!important}}.public-theme .m-l-0{margin-left:0!important}.public-theme .m-l-1{margin-left:1px!important}.public-theme .m-l-2{margin-left:2px!important}.public-theme .m-l-3{margin-left:3px!important}.public-theme .m-l-4{margin-left:4px!important}.public-theme .m-l-5{margin-left:5px!important}.public-theme .m-l-6{margin-left:6px!important}.public-theme .m-l-7{margin-left:7px!important}.public-theme .m-l-8{margin-left:8px!important}.public-theme .m-l-9{margin-left:9px!important}.public-theme .m-l-10{margin-left:10px!important}.public-theme .m-l-11{margin-left:11px!important}.public-theme .m-l-12{margin-left:12px!important}.public-theme .m-l-13{margin-left:13px!important}.public-theme .m-l-14{margin-left:14px!important}.public-theme .m-l-15{margin-left:15px!important}.public-theme .m-l-16{margin-left:16px!important}.public-theme .m-l-17{margin-left:17px!important}.public-theme .m-l-18{margin-left:18px!important}.public-theme .m-l-19{margin-left:19px!important}.public-theme .m-l-20{margin-left:20px!important}.public-theme .m-l-21{margin-left:21px!important}.public-theme .m-l-22{margin-left:22px!important}.public-theme .m-l-23{margin-left:23px!important}.public-theme .m-l-24{margin-left:24px!important}.public-theme .m-l-25{margin-left:25px!important}.public-theme .m-l-26{margin-left:26px!important}.public-theme .m-l-27{margin-left:27px!important}.public-theme .m-l-28{margin-left:28px!important}.public-theme .m-l-29{margin-left:29px!important}.public-theme .m-l-30{margin-left:30px!important}.public-theme .m-l-31{margin-left:31px!important}.public-theme .m-l-32{margin-left:32px!important}.public-theme .m-l-33{margin-left:33px!important}.public-theme .m-l-34{margin-left:34px!important}.public-theme .m-l-35{margin-left:35px!important}.public-theme .m-l-36{margin-left:36px!important}.public-theme .m-l-37{margin-left:37px!important}.public-theme .m-l-38{margin-left:38px!important}.public-theme .m-l-39{margin-left:39px!important}.public-theme .m-l-40{margin-left:40px!important}.public-theme .m-l-41{margin-left:41px!important}.public-theme .m-l-42{margin-left:42px!important}.public-theme .m-l-43{margin-left:43px!important}.public-theme .m-l-44{margin-left:44px!important}.public-theme .m-l-45{margin-left:45px!important}.public-theme .m-l-46{margin-left:46px!important}.public-theme .m-l-47{margin-left:47px!important}.public-theme .m-l-48{margin-left:48px!important}.public-theme .m-l-49{margin-left:49px!important}.public-theme .m-l-50{margin-left:50px!important}@media screen and (min-width: 768px){.public-theme .m-l-sm-0{margin-left:0!important}.public-theme .m-l-sm-1{margin-left:1px!important}.public-theme .m-l-sm-2{margin-left:2px!important}.public-theme .m-l-sm-3{margin-left:3px!important}.public-theme .m-l-sm-4{margin-left:4px!important}.public-theme .m-l-sm-5{margin-left:5px!important}.public-theme .m-l-sm-6{margin-left:6px!important}.public-theme .m-l-sm-7{margin-left:7px!important}.public-theme .m-l-sm-8{margin-left:8px!important}.public-theme .m-l-sm-9{margin-left:9px!important}.public-theme .m-l-sm-10{margin-left:10px!important}.public-theme .m-l-sm-11{margin-left:11px!important}.public-theme .m-l-sm-12{margin-left:12px!important}.public-theme .m-l-sm-13{margin-left:13px!important}.public-theme .m-l-sm-14{margin-left:14px!important}.public-theme .m-l-sm-15{margin-left:15px!important}.public-theme .m-l-sm-16{margin-left:16px!important}.public-theme .m-l-sm-17{margin-left:17px!important}.public-theme .m-l-sm-18{margin-left:18px!important}.public-theme .m-l-sm-19{margin-left:19px!important}.public-theme .m-l-sm-20{margin-left:20px!important}.public-theme .m-l-sm-21{margin-left:21px!important}.public-theme .m-l-sm-22{margin-left:22px!important}.public-theme .m-l-sm-23{margin-left:23px!important}.public-theme .m-l-sm-24{margin-left:24px!important}.public-theme .m-l-sm-25{margin-left:25px!important}.public-theme .m-l-sm-26{margin-left:26px!important}.public-theme .m-l-sm-27{margin-left:27px!important}.public-theme .m-l-sm-28{margin-left:28px!important}.public-theme .m-l-sm-29{margin-left:29px!important}.public-theme .m-l-sm-30{margin-left:30px!important}.public-theme .m-l-sm-31{margin-left:31px!important}.public-theme .m-l-sm-32{margin-left:32px!important}.public-theme .m-l-sm-33{margin-left:33px!important}.public-theme .m-l-sm-34{margin-left:34px!important}.public-theme .m-l-sm-35{margin-left:35px!important}.public-theme .m-l-sm-36{margin-left:36px!important}.public-theme .m-l-sm-37{margin-left:37px!important}.public-theme .m-l-sm-38{margin-left:38px!important}.public-theme .m-l-sm-39{margin-left:39px!important}.public-theme .m-l-sm-40{margin-left:40px!important}.public-theme .m-l-sm-41{margin-left:41px!important}.public-theme .m-l-sm-42{margin-left:42px!important}.public-theme .m-l-sm-43{margin-left:43px!important}.public-theme .m-l-sm-44{margin-left:44px!important}.public-theme .m-l-sm-45{margin-left:45px!important}.public-theme .m-l-sm-46{margin-left:46px!important}.public-theme .m-l-sm-47{margin-left:47px!important}.public-theme .m-l-sm-48{margin-left:48px!important}.public-theme .m-l-sm-49{margin-left:49px!important}.public-theme .m-l-sm-50{margin-left:50px!important}}@media screen and (min-width: 992px){.public-theme .m-l-md-0{margin-left:0!important}.public-theme .m-l-md-1{margin-left:1px!important}.public-theme .m-l-md-2{margin-left:2px!important}.public-theme .m-l-md-3{margin-left:3px!important}.public-theme .m-l-md-4{margin-left:4px!important}.public-theme .m-l-md-5{margin-left:5px!important}.public-theme .m-l-md-6{margin-left:6px!important}.public-theme .m-l-md-7{margin-left:7px!important}.public-theme .m-l-md-8{margin-left:8px!important}.public-theme .m-l-md-9{margin-left:9px!important}.public-theme .m-l-md-10{margin-left:10px!important}.public-theme .m-l-md-11{margin-left:11px!important}.public-theme .m-l-md-12{margin-left:12px!important}.public-theme .m-l-md-13{margin-left:13px!important}.public-theme .m-l-md-14{margin-left:14px!important}.public-theme .m-l-md-15{margin-left:15px!important}.public-theme .m-l-md-16{margin-left:16px!important}.public-theme .m-l-md-17{margin-left:17px!important}.public-theme .m-l-md-18{margin-left:18px!important}.public-theme .m-l-md-19{margin-left:19px!important}.public-theme .m-l-md-20{margin-left:20px!important}.public-theme .m-l-md-21{margin-left:21px!important}.public-theme .m-l-md-22{margin-left:22px!important}.public-theme .m-l-md-23{margin-left:23px!important}.public-theme .m-l-md-24{margin-left:24px!important}.public-theme .m-l-md-25{margin-left:25px!important}.public-theme .m-l-md-26{margin-left:26px!important}.public-theme .m-l-md-27{margin-left:27px!important}.public-theme .m-l-md-28{margin-left:28px!important}.public-theme .m-l-md-29{margin-left:29px!important}.public-theme .m-l-md-30{margin-left:30px!important}.public-theme .m-l-md-31{margin-left:31px!important}.public-theme .m-l-md-32{margin-left:32px!important}.public-theme .m-l-md-33{margin-left:33px!important}.public-theme .m-l-md-34{margin-left:34px!important}.public-theme .m-l-md-35{margin-left:35px!important}.public-theme .m-l-md-36{margin-left:36px!important}.public-theme .m-l-md-37{margin-left:37px!important}.public-theme .m-l-md-38{margin-left:38px!important}.public-theme .m-l-md-39{margin-left:39px!important}.public-theme .m-l-md-40{margin-left:40px!important}.public-theme .m-l-md-41{margin-left:41px!important}.public-theme .m-l-md-42{margin-left:42px!important}.public-theme .m-l-md-43{margin-left:43px!important}.public-theme .m-l-md-44{margin-left:44px!important}.public-theme .m-l-md-45{margin-left:45px!important}.public-theme .m-l-md-46{margin-left:46px!important}.public-theme .m-l-md-47{margin-left:47px!important}.public-theme .m-l-md-48{margin-left:48px!important}.public-theme .m-l-md-49{margin-left:49px!important}.public-theme .m-l-md-50{margin-left:50px!important}}@media screen and (min-width: 1200px){.public-theme .m-l-lg-0{margin-left:0!important}.public-theme .m-l-lg-1{margin-left:1px!important}.public-theme .m-l-lg-2{margin-left:2px!important}.public-theme .m-l-lg-3{margin-left:3px!important}.public-theme .m-l-lg-4{margin-left:4px!important}.public-theme .m-l-lg-5{margin-left:5px!important}.public-theme .m-l-lg-6{margin-left:6px!important}.public-theme .m-l-lg-7{margin-left:7px!important}.public-theme .m-l-lg-8{margin-left:8px!important}.public-theme .m-l-lg-9{margin-left:9px!important}.public-theme .m-l-lg-10{margin-left:10px!important}.public-theme .m-l-lg-11{margin-left:11px!important}.public-theme .m-l-lg-12{margin-left:12px!important}.public-theme .m-l-lg-13{margin-left:13px!important}.public-theme .m-l-lg-14{margin-left:14px!important}.public-theme .m-l-lg-15{margin-left:15px!important}.public-theme .m-l-lg-16{margin-left:16px!important}.public-theme .m-l-lg-17{margin-left:17px!important}.public-theme .m-l-lg-18{margin-left:18px!important}.public-theme .m-l-lg-19{margin-left:19px!important}.public-theme .m-l-lg-20{margin-left:20px!important}.public-theme .m-l-lg-21{margin-left:21px!important}.public-theme .m-l-lg-22{margin-left:22px!important}.public-theme .m-l-lg-23{margin-left:23px!important}.public-theme .m-l-lg-24{margin-left:24px!important}.public-theme .m-l-lg-25{margin-left:25px!important}.public-theme .m-l-lg-26{margin-left:26px!important}.public-theme .m-l-lg-27{margin-left:27px!important}.public-theme .m-l-lg-28{margin-left:28px!important}.public-theme .m-l-lg-29{margin-left:29px!important}.public-theme .m-l-lg-30{margin-left:30px!important}.public-theme .m-l-lg-31{margin-left:31px!important}.public-theme .m-l-lg-32{margin-left:32px!important}.public-theme .m-l-lg-33{margin-left:33px!important}.public-theme .m-l-lg-34{margin-left:34px!important}.public-theme .m-l-lg-35{margin-left:35px!important}.public-theme .m-l-lg-36{margin-left:36px!important}.public-theme .m-l-lg-37{margin-left:37px!important}.public-theme .m-l-lg-38{margin-left:38px!important}.public-theme .m-l-lg-39{margin-left:39px!important}.public-theme .m-l-lg-40{margin-left:40px!important}.public-theme .m-l-lg-41{margin-left:41px!important}.public-theme .m-l-lg-42{margin-left:42px!important}.public-theme .m-l-lg-43{margin-left:43px!important}.public-theme .m-l-lg-44{margin-left:44px!important}.public-theme .m-l-lg-45{margin-left:45px!important}.public-theme .m-l-lg-46{margin-left:46px!important}.public-theme .m-l-lg-47{margin-left:47px!important}.public-theme .m-l-lg-48{margin-left:48px!important}.public-theme .m-l-lg-49{margin-left:49px!important}.public-theme .m-l-lg-50{margin-left:50px!important}}.public-theme .m-r-0{margin-right:0!important}.public-theme .m-r-1{margin-right:1px!important}.public-theme .m-r-2{margin-right:2px!important}.public-theme .m-r-3{margin-right:3px!important}.public-theme .m-r-4{margin-right:4px!important}.public-theme .m-r-5{margin-right:5px!important}.public-theme .m-r-6{margin-right:6px!important}.public-theme .m-r-7{margin-right:7px!important}.public-theme .m-r-8{margin-right:8px!important}.public-theme .m-r-9{margin-right:9px!important}.public-theme .m-r-10{margin-right:10px!important}.public-theme .m-r-11{margin-right:11px!important}.public-theme .m-r-12{margin-right:12px!important}.public-theme .m-r-13{margin-right:13px!important}.public-theme .m-r-14{margin-right:14px!important}.public-theme .m-r-15{margin-right:15px!important}.public-theme .m-r-16{margin-right:16px!important}.public-theme .m-r-17{margin-right:17px!important}.public-theme .m-r-18{margin-right:18px!important}.public-theme .m-r-19{margin-right:19px!important}.public-theme .m-r-20{margin-right:20px!important}.public-theme .m-r-21{margin-right:21px!important}.public-theme .m-r-22{margin-right:22px!important}.public-theme .m-r-23{margin-right:23px!important}.public-theme .m-r-24{margin-right:24px!important}.public-theme .m-r-25{margin-right:25px!important}.public-theme .m-r-26{margin-right:26px!important}.public-theme .m-r-27{margin-right:27px!important}.public-theme .m-r-28{margin-right:28px!important}.public-theme .m-r-29{margin-right:29px!important}.public-theme .m-r-30{margin-right:30px!important}.public-theme .m-r-31{margin-right:31px!important}.public-theme .m-r-32{margin-right:32px!important}.public-theme .m-r-33{margin-right:33px!important}.public-theme .m-r-34{margin-right:34px!important}.public-theme .m-r-35{margin-right:35px!important}.public-theme .m-r-36{margin-right:36px!important}.public-theme .m-r-37{margin-right:37px!important}.public-theme .m-r-38{margin-right:38px!important}.public-theme .m-r-39{margin-right:39px!important}.public-theme .m-r-40{margin-right:40px!important}.public-theme .m-r-41{margin-right:41px!important}.public-theme .m-r-42{margin-right:42px!important}.public-theme .m-r-43{margin-right:43px!important}.public-theme .m-r-44{margin-right:44px!important}.public-theme .m-r-45{margin-right:45px!important}.public-theme .m-r-46{margin-right:46px!important}.public-theme .m-r-47{margin-right:47px!important}.public-theme .m-r-48{margin-right:48px!important}.public-theme .m-r-49{margin-right:49px!important}.public-theme .m-r-50{margin-right:50px!important}@media screen and (min-width: 768px){.public-theme .m-r-sm-0{margin-right:0!important}.public-theme .m-r-sm-1{margin-right:1px!important}.public-theme .m-r-sm-2{margin-right:2px!important}.public-theme .m-r-sm-3{margin-right:3px!important}.public-theme .m-r-sm-4{margin-right:4px!important}.public-theme .m-r-sm-5{margin-right:5px!important}.public-theme .m-r-sm-6{margin-right:6px!important}.public-theme .m-r-sm-7{margin-right:7px!important}.public-theme .m-r-sm-8{margin-right:8px!important}.public-theme .m-r-sm-9{margin-right:9px!important}.public-theme .m-r-sm-10{margin-right:10px!important}.public-theme .m-r-sm-11{margin-right:11px!important}.public-theme .m-r-sm-12{margin-right:12px!important}.public-theme .m-r-sm-13{margin-right:13px!important}.public-theme .m-r-sm-14{margin-right:14px!important}.public-theme .m-r-sm-15{margin-right:15px!important}.public-theme .m-r-sm-16{margin-right:16px!important}.public-theme .m-r-sm-17{margin-right:17px!important}.public-theme .m-r-sm-18{margin-right:18px!important}.public-theme .m-r-sm-19{margin-right:19px!important}.public-theme .m-r-sm-20{margin-right:20px!important}.public-theme .m-r-sm-21{margin-right:21px!important}.public-theme .m-r-sm-22{margin-right:22px!important}.public-theme .m-r-sm-23{margin-right:23px!important}.public-theme .m-r-sm-24{margin-right:24px!important}.public-theme .m-r-sm-25{margin-right:25px!important}.public-theme .m-r-sm-26{margin-right:26px!important}.public-theme .m-r-sm-27{margin-right:27px!important}.public-theme .m-r-sm-28{margin-right:28px!important}.public-theme .m-r-sm-29{margin-right:29px!important}.public-theme .m-r-sm-30{margin-right:30px!important}.public-theme .m-r-sm-31{margin-right:31px!important}.public-theme .m-r-sm-32{margin-right:32px!important}.public-theme .m-r-sm-33{margin-right:33px!important}.public-theme .m-r-sm-34{margin-right:34px!important}.public-theme .m-r-sm-35{margin-right:35px!important}.public-theme .m-r-sm-36{margin-right:36px!important}.public-theme .m-r-sm-37{margin-right:37px!important}.public-theme .m-r-sm-38{margin-right:38px!important}.public-theme .m-r-sm-39{margin-right:39px!important}.public-theme .m-r-sm-40{margin-right:40px!important}.public-theme .m-r-sm-41{margin-right:41px!important}.public-theme .m-r-sm-42{margin-right:42px!important}.public-theme .m-r-sm-43{margin-right:43px!important}.public-theme .m-r-sm-44{margin-right:44px!important}.public-theme .m-r-sm-45{margin-right:45px!important}.public-theme .m-r-sm-46{margin-right:46px!important}.public-theme .m-r-sm-47{margin-right:47px!important}.public-theme .m-r-sm-48{margin-right:48px!important}.public-theme .m-r-sm-49{margin-right:49px!important}.public-theme .m-r-sm-50{margin-right:50px!important}}@media screen and (min-width: 992px){.public-theme .m-r-md-0{margin-right:0!important}.public-theme .m-r-md-1{margin-right:1px!important}.public-theme .m-r-md-2{margin-right:2px!important}.public-theme .m-r-md-3{margin-right:3px!important}.public-theme .m-r-md-4{margin-right:4px!important}.public-theme .m-r-md-5{margin-right:5px!important}.public-theme .m-r-md-6{margin-right:6px!important}.public-theme .m-r-md-7{margin-right:7px!important}.public-theme .m-r-md-8{margin-right:8px!important}.public-theme .m-r-md-9{margin-right:9px!important}.public-theme .m-r-md-10{margin-right:10px!important}.public-theme .m-r-md-11{margin-right:11px!important}.public-theme .m-r-md-12{margin-right:12px!important}.public-theme .m-r-md-13{margin-right:13px!important}.public-theme .m-r-md-14{margin-right:14px!important}.public-theme .m-r-md-15{margin-right:15px!important}.public-theme .m-r-md-16{margin-right:16px!important}.public-theme .m-r-md-17{margin-right:17px!important}.public-theme .m-r-md-18{margin-right:18px!important}.public-theme .m-r-md-19{margin-right:19px!important}.public-theme .m-r-md-20{margin-right:20px!important}.public-theme .m-r-md-21{margin-right:21px!important}.public-theme .m-r-md-22{margin-right:22px!important}.public-theme .m-r-md-23{margin-right:23px!important}.public-theme .m-r-md-24{margin-right:24px!important}.public-theme .m-r-md-25{margin-right:25px!important}.public-theme .m-r-md-26{margin-right:26px!important}.public-theme .m-r-md-27{margin-right:27px!important}.public-theme .m-r-md-28{margin-right:28px!important}.public-theme .m-r-md-29{margin-right:29px!important}.public-theme .m-r-md-30{margin-right:30px!important}.public-theme .m-r-md-31{margin-right:31px!important}.public-theme .m-r-md-32{margin-right:32px!important}.public-theme .m-r-md-33{margin-right:33px!important}.public-theme .m-r-md-34{margin-right:34px!important}.public-theme .m-r-md-35{margin-right:35px!important}.public-theme .m-r-md-36{margin-right:36px!important}.public-theme .m-r-md-37{margin-right:37px!important}.public-theme .m-r-md-38{margin-right:38px!important}.public-theme .m-r-md-39{margin-right:39px!important}.public-theme .m-r-md-40{margin-right:40px!important}.public-theme .m-r-md-41{margin-right:41px!important}.public-theme .m-r-md-42{margin-right:42px!important}.public-theme .m-r-md-43{margin-right:43px!important}.public-theme .m-r-md-44{margin-right:44px!important}.public-theme .m-r-md-45{margin-right:45px!important}.public-theme .m-r-md-46{margin-right:46px!important}.public-theme .m-r-md-47{margin-right:47px!important}.public-theme .m-r-md-48{margin-right:48px!important}.public-theme .m-r-md-49{margin-right:49px!important}.public-theme .m-r-md-50{margin-right:50px!important}}@media screen and (min-width: 1200px){.public-theme .m-r-lg-0{margin-right:0!important}.public-theme .m-r-lg-1{margin-right:1px!important}.public-theme .m-r-lg-2{margin-right:2px!important}.public-theme .m-r-lg-3{margin-right:3px!important}.public-theme .m-r-lg-4{margin-right:4px!important}.public-theme .m-r-lg-5{margin-right:5px!important}.public-theme .m-r-lg-6{margin-right:6px!important}.public-theme .m-r-lg-7{margin-right:7px!important}.public-theme .m-r-lg-8{margin-right:8px!important}.public-theme .m-r-lg-9{margin-right:9px!important}.public-theme .m-r-lg-10{margin-right:10px!important}.public-theme .m-r-lg-11{margin-right:11px!important}.public-theme .m-r-lg-12{margin-right:12px!important}.public-theme .m-r-lg-13{margin-right:13px!important}.public-theme .m-r-lg-14{margin-right:14px!important}.public-theme .m-r-lg-15{margin-right:15px!important}.public-theme .m-r-lg-16{margin-right:16px!important}.public-theme .m-r-lg-17{margin-right:17px!important}.public-theme .m-r-lg-18{margin-right:18px!important}.public-theme .m-r-lg-19{margin-right:19px!important}.public-theme .m-r-lg-20{margin-right:20px!important}.public-theme .m-r-lg-21{margin-right:21px!important}.public-theme .m-r-lg-22{margin-right:22px!important}.public-theme .m-r-lg-23{margin-right:23px!important}.public-theme .m-r-lg-24{margin-right:24px!important}.public-theme .m-r-lg-25{margin-right:25px!important}.public-theme .m-r-lg-26{margin-right:26px!important}.public-theme .m-r-lg-27{margin-right:27px!important}.public-theme .m-r-lg-28{margin-right:28px!important}.public-theme .m-r-lg-29{margin-right:29px!important}.public-theme .m-r-lg-30{margin-right:30px!important}.public-theme .m-r-lg-31{margin-right:31px!important}.public-theme .m-r-lg-32{margin-right:32px!important}.public-theme .m-r-lg-33{margin-right:33px!important}.public-theme .m-r-lg-34{margin-right:34px!important}.public-theme .m-r-lg-35{margin-right:35px!important}.public-theme .m-r-lg-36{margin-right:36px!important}.public-theme .m-r-lg-37{margin-right:37px!important}.public-theme .m-r-lg-38{margin-right:38px!important}.public-theme .m-r-lg-39{margin-right:39px!important}.public-theme .m-r-lg-40{margin-right:40px!important}.public-theme .m-r-lg-41{margin-right:41px!important}.public-theme .m-r-lg-42{margin-right:42px!important}.public-theme .m-r-lg-43{margin-right:43px!important}.public-theme .m-r-lg-44{margin-right:44px!important}.public-theme .m-r-lg-45{margin-right:45px!important}.public-theme .m-r-lg-46{margin-right:46px!important}.public-theme .m-r-lg-47{margin-right:47px!important}.public-theme .m-r-lg-48{margin-right:48px!important}.public-theme .m-r-lg-49{margin-right:49px!important}.public-theme .m-r-lg-50{margin-right:50px!important}}.public-theme .m-t-0{margin-top:0!important}.public-theme .m-t-1{margin-top:1px!important}.public-theme .m-t-2{margin-top:2px!important}.public-theme .m-t-3{margin-top:3px!important}.public-theme .m-t-4{margin-top:4px!important}.public-theme .m-t-5{margin-top:5px!important}.public-theme .m-t-6{margin-top:6px!important}.public-theme .m-t-7{margin-top:7px!important}.public-theme .m-t-8{margin-top:8px!important}.public-theme .m-t-9{margin-top:9px!important}.public-theme .m-t-10{margin-top:10px!important}.public-theme .m-t-11{margin-top:11px!important}.public-theme .m-t-12{margin-top:12px!important}.public-theme .m-t-13{margin-top:13px!important}.public-theme .m-t-14{margin-top:14px!important}.public-theme .m-t-15{margin-top:15px!important}.public-theme .m-t-16{margin-top:16px!important}.public-theme .m-t-17{margin-top:17px!important}.public-theme .m-t-18{margin-top:18px!important}.public-theme .m-t-19{margin-top:19px!important}.public-theme .m-t-20{margin-top:20px!important}.public-theme .m-t-21{margin-top:21px!important}.public-theme .m-t-22{margin-top:22px!important}.public-theme .m-t-23{margin-top:23px!important}.public-theme .m-t-24{margin-top:24px!important}.public-theme .m-t-25{margin-top:25px!important}.public-theme .m-t-26{margin-top:26px!important}.public-theme .m-t-27{margin-top:27px!important}.public-theme .m-t-28{margin-top:28px!important}.public-theme .m-t-29{margin-top:29px!important}.public-theme .m-t-30{margin-top:30px!important}.public-theme .m-t-31{margin-top:31px!important}.public-theme .m-t-32{margin-top:32px!important}.public-theme .m-t-33{margin-top:33px!important}.public-theme .m-t-34{margin-top:34px!important}.public-theme .m-t-35{margin-top:35px!important}.public-theme .m-t-36{margin-top:36px!important}.public-theme .m-t-37{margin-top:37px!important}.public-theme .m-t-38{margin-top:38px!important}.public-theme .m-t-39{margin-top:39px!important}.public-theme .m-t-40{margin-top:40px!important}.public-theme .m-t-41{margin-top:41px!important}.public-theme .m-t-42{margin-top:42px!important}.public-theme .m-t-43{margin-top:43px!important}.public-theme .m-t-44{margin-top:44px!important}.public-theme .m-t-45{margin-top:45px!important}.public-theme .m-t-46{margin-top:46px!important}.public-theme .m-t-47{margin-top:47px!important}.public-theme .m-t-48{margin-top:48px!important}.public-theme .m-t-49{margin-top:49px!important}.public-theme .m-t-50{margin-top:50px!important}@media screen and (min-width: 768px){.public-theme .m-t-sm-0{margin-top:0!important}.public-theme .m-t-sm-1{margin-top:1px!important}.public-theme .m-t-sm-2{margin-top:2px!important}.public-theme .m-t-sm-3{margin-top:3px!important}.public-theme .m-t-sm-4{margin-top:4px!important}.public-theme .m-t-sm-5{margin-top:5px!important}.public-theme .m-t-sm-6{margin-top:6px!important}.public-theme .m-t-sm-7{margin-top:7px!important}.public-theme .m-t-sm-8{margin-top:8px!important}.public-theme .m-t-sm-9{margin-top:9px!important}.public-theme .m-t-sm-10{margin-top:10px!important}.public-theme .m-t-sm-11{margin-top:11px!important}.public-theme .m-t-sm-12{margin-top:12px!important}.public-theme .m-t-sm-13{margin-top:13px!important}.public-theme .m-t-sm-14{margin-top:14px!important}.public-theme .m-t-sm-15{margin-top:15px!important}.public-theme .m-t-sm-16{margin-top:16px!important}.public-theme .m-t-sm-17{margin-top:17px!important}.public-theme .m-t-sm-18{margin-top:18px!important}.public-theme .m-t-sm-19{margin-top:19px!important}.public-theme .m-t-sm-20{margin-top:20px!important}.public-theme .m-t-sm-21{margin-top:21px!important}.public-theme .m-t-sm-22{margin-top:22px!important}.public-theme .m-t-sm-23{margin-top:23px!important}.public-theme .m-t-sm-24{margin-top:24px!important}.public-theme .m-t-sm-25{margin-top:25px!important}.public-theme .m-t-sm-26{margin-top:26px!important}.public-theme .m-t-sm-27{margin-top:27px!important}.public-theme .m-t-sm-28{margin-top:28px!important}.public-theme .m-t-sm-29{margin-top:29px!important}.public-theme .m-t-sm-30{margin-top:30px!important}.public-theme .m-t-sm-31{margin-top:31px!important}.public-theme .m-t-sm-32{margin-top:32px!important}.public-theme .m-t-sm-33{margin-top:33px!important}.public-theme .m-t-sm-34{margin-top:34px!important}.public-theme .m-t-sm-35{margin-top:35px!important}.public-theme .m-t-sm-36{margin-top:36px!important}.public-theme .m-t-sm-37{margin-top:37px!important}.public-theme .m-t-sm-38{margin-top:38px!important}.public-theme .m-t-sm-39{margin-top:39px!important}.public-theme .m-t-sm-40{margin-top:40px!important}.public-theme .m-t-sm-41{margin-top:41px!important}.public-theme .m-t-sm-42{margin-top:42px!important}.public-theme .m-t-sm-43{margin-top:43px!important}.public-theme .m-t-sm-44{margin-top:44px!important}.public-theme .m-t-sm-45{margin-top:45px!important}.public-theme .m-t-sm-46{margin-top:46px!important}.public-theme .m-t-sm-47{margin-top:47px!important}.public-theme .m-t-sm-48{margin-top:48px!important}.public-theme .m-t-sm-49{margin-top:49px!important}.public-theme .m-t-sm-50{margin-top:50px!important}}@media screen and (min-width: 992px){.public-theme .m-t-md-0{margin-top:0!important}.public-theme .m-t-md-1{margin-top:1px!important}.public-theme .m-t-md-2{margin-top:2px!important}.public-theme .m-t-md-3{margin-top:3px!important}.public-theme .m-t-md-4{margin-top:4px!important}.public-theme .m-t-md-5{margin-top:5px!important}.public-theme .m-t-md-6{margin-top:6px!important}.public-theme .m-t-md-7{margin-top:7px!important}.public-theme .m-t-md-8{margin-top:8px!important}.public-theme .m-t-md-9{margin-top:9px!important}.public-theme .m-t-md-10{margin-top:10px!important}.public-theme .m-t-md-11{margin-top:11px!important}.public-theme .m-t-md-12{margin-top:12px!important}.public-theme .m-t-md-13{margin-top:13px!important}.public-theme .m-t-md-14{margin-top:14px!important}.public-theme .m-t-md-15{margin-top:15px!important}.public-theme .m-t-md-16{margin-top:16px!important}.public-theme .m-t-md-17{margin-top:17px!important}.public-theme .m-t-md-18{margin-top:18px!important}.public-theme .m-t-md-19{margin-top:19px!important}.public-theme .m-t-md-20{margin-top:20px!important}.public-theme .m-t-md-21{margin-top:21px!important}.public-theme .m-t-md-22{margin-top:22px!important}.public-theme .m-t-md-23{margin-top:23px!important}.public-theme .m-t-md-24{margin-top:24px!important}.public-theme .m-t-md-25{margin-top:25px!important}.public-theme .m-t-md-26{margin-top:26px!important}.public-theme .m-t-md-27{margin-top:27px!important}.public-theme .m-t-md-28{margin-top:28px!important}.public-theme .m-t-md-29{margin-top:29px!important}.public-theme .m-t-md-30{margin-top:30px!important}.public-theme .m-t-md-31{margin-top:31px!important}.public-theme .m-t-md-32{margin-top:32px!important}.public-theme .m-t-md-33{margin-top:33px!important}.public-theme .m-t-md-34{margin-top:34px!important}.public-theme .m-t-md-35{margin-top:35px!important}.public-theme .m-t-md-36{margin-top:36px!important}.public-theme .m-t-md-37{margin-top:37px!important}.public-theme .m-t-md-38{margin-top:38px!important}.public-theme .m-t-md-39{margin-top:39px!important}.public-theme .m-t-md-40{margin-top:40px!important}.public-theme .m-t-md-41{margin-top:41px!important}.public-theme .m-t-md-42{margin-top:42px!important}.public-theme .m-t-md-43{margin-top:43px!important}.public-theme .m-t-md-44{margin-top:44px!important}.public-theme .m-t-md-45{margin-top:45px!important}.public-theme .m-t-md-46{margin-top:46px!important}.public-theme .m-t-md-47{margin-top:47px!important}.public-theme .m-t-md-48{margin-top:48px!important}.public-theme .m-t-md-49{margin-top:49px!important}.public-theme .m-t-md-50{margin-top:50px!important}}@media screen and (min-width: 1200px){.public-theme .m-t-lg-0{margin-top:0!important}.public-theme .m-t-lg-1{margin-top:1px!important}.public-theme .m-t-lg-2{margin-top:2px!important}.public-theme .m-t-lg-3{margin-top:3px!important}.public-theme .m-t-lg-4{margin-top:4px!important}.public-theme .m-t-lg-5{margin-top:5px!important}.public-theme .m-t-lg-6{margin-top:6px!important}.public-theme .m-t-lg-7{margin-top:7px!important}.public-theme .m-t-lg-8{margin-top:8px!important}.public-theme .m-t-lg-9{margin-top:9px!important}.public-theme .m-t-lg-10{margin-top:10px!important}.public-theme .m-t-lg-11{margin-top:11px!important}.public-theme .m-t-lg-12{margin-top:12px!important}.public-theme .m-t-lg-13{margin-top:13px!important}.public-theme .m-t-lg-14{margin-top:14px!important}.public-theme .m-t-lg-15{margin-top:15px!important}.public-theme .m-t-lg-16{margin-top:16px!important}.public-theme .m-t-lg-17{margin-top:17px!important}.public-theme .m-t-lg-18{margin-top:18px!important}.public-theme .m-t-lg-19{margin-top:19px!important}.public-theme .m-t-lg-20{margin-top:20px!important}.public-theme .m-t-lg-21{margin-top:21px!important}.public-theme .m-t-lg-22{margin-top:22px!important}.public-theme .m-t-lg-23{margin-top:23px!important}.public-theme .m-t-lg-24{margin-top:24px!important}.public-theme .m-t-lg-25{margin-top:25px!important}.public-theme .m-t-lg-26{margin-top:26px!important}.public-theme .m-t-lg-27{margin-top:27px!important}.public-theme .m-t-lg-28{margin-top:28px!important}.public-theme .m-t-lg-29{margin-top:29px!important}.public-theme .m-t-lg-30{margin-top:30px!important}.public-theme .m-t-lg-31{margin-top:31px!important}.public-theme .m-t-lg-32{margin-top:32px!important}.public-theme .m-t-lg-33{margin-top:33px!important}.public-theme .m-t-lg-34{margin-top:34px!important}.public-theme .m-t-lg-35{margin-top:35px!important}.public-theme .m-t-lg-36{margin-top:36px!important}.public-theme .m-t-lg-37{margin-top:37px!important}.public-theme .m-t-lg-38{margin-top:38px!important}.public-theme .m-t-lg-39{margin-top:39px!important}.public-theme .m-t-lg-40{margin-top:40px!important}.public-theme .m-t-lg-41{margin-top:41px!important}.public-theme .m-t-lg-42{margin-top:42px!important}.public-theme .m-t-lg-43{margin-top:43px!important}.public-theme .m-t-lg-44{margin-top:44px!important}.public-theme .m-t-lg-45{margin-top:45px!important}.public-theme .m-t-lg-46{margin-top:46px!important}.public-theme .m-t-lg-47{margin-top:47px!important}.public-theme .m-t-lg-48{margin-top:48px!important}.public-theme .m-t-lg-49{margin-top:49px!important}.public-theme .m-t-lg-50{margin-top:50px!important}}.public-theme .m-b-0{margin-bottom:0!important}.public-theme .m-b-1{margin-bottom:1px!important}.public-theme .m-b-2{margin-bottom:2px!important}.public-theme .m-b-3{margin-bottom:3px!important}.public-theme .m-b-4{margin-bottom:4px!important}.public-theme .m-b-5{margin-bottom:5px!important}.public-theme .m-b-6{margin-bottom:6px!important}.public-theme .m-b-7{margin-bottom:7px!important}.public-theme .m-b-8{margin-bottom:8px!important}.public-theme .m-b-9{margin-bottom:9px!important}.public-theme .m-b-10{margin-bottom:10px!important}.public-theme .m-b-11{margin-bottom:11px!important}.public-theme .m-b-12{margin-bottom:12px!important}.public-theme .m-b-13{margin-bottom:13px!important}.public-theme .m-b-14{margin-bottom:14px!important}.public-theme .m-b-15{margin-bottom:15px!important}.public-theme .m-b-16{margin-bottom:16px!important}.public-theme .m-b-17{margin-bottom:17px!important}.public-theme .m-b-18{margin-bottom:18px!important}.public-theme .m-b-19{margin-bottom:19px!important}.public-theme .m-b-20{margin-bottom:20px!important}.public-theme .m-b-21{margin-bottom:21px!important}.public-theme .m-b-22{margin-bottom:22px!important}.public-theme .m-b-23{margin-bottom:23px!important}.public-theme .m-b-24{margin-bottom:24px!important}.public-theme .m-b-25{margin-bottom:25px!important}.public-theme .m-b-26{margin-bottom:26px!important}.public-theme .m-b-27{margin-bottom:27px!important}.public-theme .m-b-28{margin-bottom:28px!important}.public-theme .m-b-29{margin-bottom:29px!important}.public-theme .m-b-30{margin-bottom:30px!important}.public-theme .m-b-31{margin-bottom:31px!important}.public-theme .m-b-32{margin-bottom:32px!important}.public-theme .m-b-33{margin-bottom:33px!important}.public-theme .m-b-34{margin-bottom:34px!important}.public-theme .m-b-35{margin-bottom:35px!important}.public-theme .m-b-36{margin-bottom:36px!important}.public-theme .m-b-37{margin-bottom:37px!important}.public-theme .m-b-38{margin-bottom:38px!important}.public-theme .m-b-39{margin-bottom:39px!important}.public-theme .m-b-40{margin-bottom:40px!important}.public-theme .m-b-41{margin-bottom:41px!important}.public-theme .m-b-42{margin-bottom:42px!important}.public-theme .m-b-43{margin-bottom:43px!important}.public-theme .m-b-44{margin-bottom:44px!important}.public-theme .m-b-45{margin-bottom:45px!important}.public-theme .m-b-46{margin-bottom:46px!important}.public-theme .m-b-47{margin-bottom:47px!important}.public-theme .m-b-48{margin-bottom:48px!important}.public-theme .m-b-49{margin-bottom:49px!important}.public-theme .m-b-50{margin-bottom:50px!important}@media screen and (min-width: 768px){.public-theme .m-b-sm-0{margin-bottom:0!important}.public-theme .m-b-sm-1{margin-bottom:1px!important}.public-theme .m-b-sm-2{margin-bottom:2px!important}.public-theme .m-b-sm-3{margin-bottom:3px!important}.public-theme .m-b-sm-4{margin-bottom:4px!important}.public-theme .m-b-sm-5{margin-bottom:5px!important}.public-theme .m-b-sm-6{margin-bottom:6px!important}.public-theme .m-b-sm-7{margin-bottom:7px!important}.public-theme .m-b-sm-8{margin-bottom:8px!important}.public-theme .m-b-sm-9{margin-bottom:9px!important}.public-theme .m-b-sm-10{margin-bottom:10px!important}.public-theme .m-b-sm-11{margin-bottom:11px!important}.public-theme .m-b-sm-12{margin-bottom:12px!important}.public-theme .m-b-sm-13{margin-bottom:13px!important}.public-theme .m-b-sm-14{margin-bottom:14px!important}.public-theme .m-b-sm-15{margin-bottom:15px!important}.public-theme .m-b-sm-16{margin-bottom:16px!important}.public-theme .m-b-sm-17{margin-bottom:17px!important}.public-theme .m-b-sm-18{margin-bottom:18px!important}.public-theme .m-b-sm-19{margin-bottom:19px!important}.public-theme .m-b-sm-20{margin-bottom:20px!important}.public-theme .m-b-sm-21{margin-bottom:21px!important}.public-theme .m-b-sm-22{margin-bottom:22px!important}.public-theme .m-b-sm-23{margin-bottom:23px!important}.public-theme .m-b-sm-24{margin-bottom:24px!important}.public-theme .m-b-sm-25{margin-bottom:25px!important}.public-theme .m-b-sm-26{margin-bottom:26px!important}.public-theme .m-b-sm-27{margin-bottom:27px!important}.public-theme .m-b-sm-28{margin-bottom:28px!important}.public-theme .m-b-sm-29{margin-bottom:29px!important}.public-theme .m-b-sm-30{margin-bottom:30px!important}.public-theme .m-b-sm-31{margin-bottom:31px!important}.public-theme .m-b-sm-32{margin-bottom:32px!important}.public-theme .m-b-sm-33{margin-bottom:33px!important}.public-theme .m-b-sm-34{margin-bottom:34px!important}.public-theme .m-b-sm-35{margin-bottom:35px!important}.public-theme .m-b-sm-36{margin-bottom:36px!important}.public-theme .m-b-sm-37{margin-bottom:37px!important}.public-theme .m-b-sm-38{margin-bottom:38px!important}.public-theme .m-b-sm-39{margin-bottom:39px!important}.public-theme .m-b-sm-40{margin-bottom:40px!important}.public-theme .m-b-sm-41{margin-bottom:41px!important}.public-theme .m-b-sm-42{margin-bottom:42px!important}.public-theme .m-b-sm-43{margin-bottom:43px!important}.public-theme .m-b-sm-44{margin-bottom:44px!important}.public-theme .m-b-sm-45{margin-bottom:45px!important}.public-theme .m-b-sm-46{margin-bottom:46px!important}.public-theme .m-b-sm-47{margin-bottom:47px!important}.public-theme .m-b-sm-48{margin-bottom:48px!important}.public-theme .m-b-sm-49{margin-bottom:49px!important}.public-theme .m-b-sm-50{margin-bottom:50px!important}}@media screen and (min-width: 992px){.public-theme .m-b-md-0{margin-bottom:0!important}.public-theme .m-b-md-1{margin-bottom:1px!important}.public-theme .m-b-md-2{margin-bottom:2px!important}.public-theme .m-b-md-3{margin-bottom:3px!important}.public-theme .m-b-md-4{margin-bottom:4px!important}.public-theme .m-b-md-5{margin-bottom:5px!important}.public-theme .m-b-md-6{margin-bottom:6px!important}.public-theme .m-b-md-7{margin-bottom:7px!important}.public-theme .m-b-md-8{margin-bottom:8px!important}.public-theme .m-b-md-9{margin-bottom:9px!important}.public-theme .m-b-md-10{margin-bottom:10px!important}.public-theme .m-b-md-11{margin-bottom:11px!important}.public-theme .m-b-md-12{margin-bottom:12px!important}.public-theme .m-b-md-13{margin-bottom:13px!important}.public-theme .m-b-md-14{margin-bottom:14px!important}.public-theme .m-b-md-15{margin-bottom:15px!important}.public-theme .m-b-md-16{margin-bottom:16px!important}.public-theme .m-b-md-17{margin-bottom:17px!important}.public-theme .m-b-md-18{margin-bottom:18px!important}.public-theme .m-b-md-19{margin-bottom:19px!important}.public-theme .m-b-md-20{margin-bottom:20px!important}.public-theme .m-b-md-21{margin-bottom:21px!important}.public-theme .m-b-md-22{margin-bottom:22px!important}.public-theme .m-b-md-23{margin-bottom:23px!important}.public-theme .m-b-md-24{margin-bottom:24px!important}.public-theme .m-b-md-25{margin-bottom:25px!important}.public-theme .m-b-md-26{margin-bottom:26px!important}.public-theme .m-b-md-27{margin-bottom:27px!important}.public-theme .m-b-md-28{margin-bottom:28px!important}.public-theme .m-b-md-29{margin-bottom:29px!important}.public-theme .m-b-md-30{margin-bottom:30px!important}.public-theme .m-b-md-31{margin-bottom:31px!important}.public-theme .m-b-md-32{margin-bottom:32px!important}.public-theme .m-b-md-33{margin-bottom:33px!important}.public-theme .m-b-md-34{margin-bottom:34px!important}.public-theme .m-b-md-35{margin-bottom:35px!important}.public-theme .m-b-md-36{margin-bottom:36px!important}.public-theme .m-b-md-37{margin-bottom:37px!important}.public-theme .m-b-md-38{margin-bottom:38px!important}.public-theme .m-b-md-39{margin-bottom:39px!important}.public-theme .m-b-md-40{margin-bottom:40px!important}.public-theme .m-b-md-41{margin-bottom:41px!important}.public-theme .m-b-md-42{margin-bottom:42px!important}.public-theme .m-b-md-43{margin-bottom:43px!important}.public-theme .m-b-md-44{margin-bottom:44px!important}.public-theme .m-b-md-45{margin-bottom:45px!important}.public-theme .m-b-md-46{margin-bottom:46px!important}.public-theme .m-b-md-47{margin-bottom:47px!important}.public-theme .m-b-md-48{margin-bottom:48px!important}.public-theme .m-b-md-49{margin-bottom:49px!important}.public-theme .m-b-md-50{margin-bottom:50px!important}}@media screen and (min-width: 1200px){.public-theme .m-b-lg-0{margin-bottom:0!important}.public-theme .m-b-lg-1{margin-bottom:1px!important}.public-theme .m-b-lg-2{margin-bottom:2px!important}.public-theme .m-b-lg-3{margin-bottom:3px!important}.public-theme .m-b-lg-4{margin-bottom:4px!important}.public-theme .m-b-lg-5{margin-bottom:5px!important}.public-theme .m-b-lg-6{margin-bottom:6px!important}.public-theme .m-b-lg-7{margin-bottom:7px!important}.public-theme .m-b-lg-8{margin-bottom:8px!important}.public-theme .m-b-lg-9{margin-bottom:9px!important}.public-theme .m-b-lg-10{margin-bottom:10px!important}.public-theme .m-b-lg-11{margin-bottom:11px!important}.public-theme .m-b-lg-12{margin-bottom:12px!important}.public-theme .m-b-lg-13{margin-bottom:13px!important}.public-theme .m-b-lg-14{margin-bottom:14px!important}.public-theme .m-b-lg-15{margin-bottom:15px!important}.public-theme .m-b-lg-16{margin-bottom:16px!important}.public-theme .m-b-lg-17{margin-bottom:17px!important}.public-theme .m-b-lg-18{margin-bottom:18px!important}.public-theme .m-b-lg-19{margin-bottom:19px!important}.public-theme .m-b-lg-20{margin-bottom:20px!important}.public-theme .m-b-lg-21{margin-bottom:21px!important}.public-theme .m-b-lg-22{margin-bottom:22px!important}.public-theme .m-b-lg-23{margin-bottom:23px!important}.public-theme .m-b-lg-24{margin-bottom:24px!important}.public-theme .m-b-lg-25{margin-bottom:25px!important}.public-theme .m-b-lg-26{margin-bottom:26px!important}.public-theme .m-b-lg-27{margin-bottom:27px!important}.public-theme .m-b-lg-28{margin-bottom:28px!important}.public-theme .m-b-lg-29{margin-bottom:29px!important}.public-theme .m-b-lg-30{margin-bottom:30px!important}.public-theme .m-b-lg-31{margin-bottom:31px!important}.public-theme .m-b-lg-32{margin-bottom:32px!important}.public-theme .m-b-lg-33{margin-bottom:33px!important}.public-theme .m-b-lg-34{margin-bottom:34px!important}.public-theme .m-b-lg-35{margin-bottom:35px!important}.public-theme .m-b-lg-36{margin-bottom:36px!important}.public-theme .m-b-lg-37{margin-bottom:37px!important}.public-theme .m-b-lg-38{margin-bottom:38px!important}.public-theme .m-b-lg-39{margin-bottom:39px!important}.public-theme .m-b-lg-40{margin-bottom:40px!important}.public-theme .m-b-lg-41{margin-bottom:41px!important}.public-theme .m-b-lg-42{margin-bottom:42px!important}.public-theme .m-b-lg-43{margin-bottom:43px!important}.public-theme .m-b-lg-44{margin-bottom:44px!important}.public-theme .m-b-lg-45{margin-bottom:45px!important}.public-theme .m-b-lg-46{margin-bottom:46px!important}.public-theme .m-b-lg-47{margin-bottom:47px!important}.public-theme .m-b-lg-48{margin-bottom:48px!important}.public-theme .m-b-lg-49{margin-bottom:49px!important}.public-theme .m-b-lg-50{margin-bottom:50px!important}}.public-theme .order-1{order:1}.public-theme .order-2{order:2}.public-theme .order-3{order:3}.public-theme .hidden{display:none}@media (min-width: 768px){.public-theme .lead,.public-theme .lead_medium{font-size:24px;line-height:30px;letter-spacing:-1px}.public-theme p{font-size:16px;line-height:18px;letter-spacing:-.5px}}@media (min-width: 910px){.public-theme .wrap .content__thin{max-width:850px;padding:0}}@media (min-width: 992px){.public-theme .wrap .content__thin{padding:0}}@media (min-width: 1200px){.public-theme .wrap .content{padding:0 30px}.public-theme .wrap .content__thin{padding:0}}@media (min-width: 1320px){.public-theme .wrap .content,.public-theme .wrap .content__thin{padding:0}}.public-theme .card_small{position:relative;width:100%;margin:0 auto 40px;display:flex;flex-direction:column;padding-bottom:20px}.public-theme .card_small:after{position:absolute;bottom:0;left:0;display:block;content:"";width:100%;height:1.5px;background:#0000000d}.public-theme .card_small__img{position:relative;width:100%;height:0;padding-bottom:65.85%;margin-bottom:20px;overflow:hidden;border-radius:5px}.public-theme .card_small__img img{top:0;left:0;position:absolute;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;border-radius:5px;transition:transform .2s ease-in}.public-theme .card_small__img:hover{cursor:pointer}.public-theme .card_small__img:hover img{transform:scale(1.025)}.public-theme .card_small__header{display:flex;justify-content:space-between;margin-bottom:15px;color:#00000080}.public-theme .card_small__body{flex-grow:1;display:flex;flex-direction:column}.public-theme .card_small__author,.public-theme .card_small__date,.public-theme .card_small__description{color:#00000080;transition:color .15s ease-in}.public-theme .card_small__author:visited,.public-theme .card_small__date:visited,.public-theme .card_small__description:visited{color:#00000080}.public-theme .card_small__author{transition:color .15s ease-in;text-decoration:none;font-size:16px;line-height:18px;letter-spacing:-.5px}.public-theme .card_small__author:hover{cursor:pointer;color:#e11d74}.public-theme .card_small__title{margin-bottom:15px}.public-theme .card_small__title a{color:#000;transition:color .15s ease-in;text-decoration:none}.public-theme .card_small__title a:visited,.public-theme .card_small__title a:active{color:#000}.public-theme .card_small__title a:hover{cursor:pointer;color:#000000b3}.public-theme .card_small__description{margin-bottom:25px}.public-theme .card_small__info{display:flex;flex-wrap:wrap;align-items:center;margin-top:auto;color:#0000004d}.public-theme .card_small__stats{display:flex;align-items:center;border-radius:20px;padding:2px 10px 2px 6.33px;border:1px solid rgba(0,0,0,.04);margin-right:10px;margin-bottom:10px;transition:background-color .15s ease-in,color .15s ease-in;font-size:15px;line-height:18px;letter-spacing:-.5px}.public-theme .card_small__stats p{font-size:15px;line-height:18px;letter-spacing:-.5px}.public-theme .card_small__stats svg{margin-right:4.33px}.public-theme .card_small__category{text-decoration:none;border-radius:20px;padding:2px 10px;background-color:#0000000a;border:1px solid rgba(0,0,0,0);margin-right:10px;margin-bottom:10px;transition:background-color .15s ease-in,color .15s ease-in;color:#0000004d;font-size:15px;line-height:18px;letter-spacing:-.5px}.public-theme .card_small__category:visited{color:#0000004d}.public-theme .card_small__category:hover{cursor:pointer;background-color:#e11d741a;color:#e11d74}.public-theme .card_small__bookmark{height:21px;margin-bottom:10px;margin-left:auto;margin-right:5px}.public-theme .card_small__bookmark svg{height:100%;width:auto;fill:#0000004d;fill-opacity:1}.public-theme .card_small__bookmark svg path{transition:fill .15s ease-in}.public-theme .card_small__bookmark:hover{cursor:pointer}.public-theme .card_small__bookmark:hover svg path{fill:#e11d74}@media (min-width: 768px){.public-theme .card_small{width:calc(50% - 15px);margin:0 30px 40px 0}.public-theme .card_small:nth-of-type(2n){margin:0 0 40px}}@media (min-width: 992px){.public-theme .card_small{width:calc(33.33% - 20px);margin:0 30px 40px 0}.public-theme .card_small:nth-of-type(2n){margin:0 30px 40px 0}.public-theme .card_small:nth-of-type(3n){margin:0 0 40px}}.public-theme .card_medium{display:flex;flex-wrap:wrap;max-width:100%;margin:0 auto 40px;overflow:hidden}.public-theme .card_medium__img{position:relative;overflow:hidden;width:100%;height:0;padding-top:63%;border-radius:5px}.public-theme .card_medium__img img{top:0;left:0;position:absolute;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;border-radius:5px;transition:transform .2s ease-in}.public-theme .card_medium__img:hover{cursor:pointer}.public-theme .card_medium__img:hover img{transform:scale(1.025)}.public-theme .card_medium__body{position:relative;display:flex;flex-grow:1;flex-direction:column;padding:20px 0}.public-theme .card_medium__body:after{position:absolute;bottom:0;right:0;display:block;content:"";width:100%;height:1.5px;background:#0000000d}@media screen and (min-width: 768px){.public-theme .card_medium__body{padding:20px 0}}@media screen and (min-width: 992px){.public-theme .card_medium__body{padding:0 0 20px 40px}}.public-theme .card_medium__header{display:flex;justify-content:space-between;margin-bottom:15px}.public-theme .card_medium__author,.public-theme .card_medium__date,.public-theme .card_medium__description{color:#00000080;transition:color .15s ease-in}.public-theme .card_medium__author:visited,.public-theme .card_medium__date:visited,.public-theme .card_medium__description:visited{color:#00000080}.public-theme .card_medium__author{transition:color .15s ease-in;text-decoration:none;font-size:16px;line-height:18px;letter-spacing:-.5px}.public-theme .card_medium__author:hover{cursor:pointer;color:#e11d74}.public-theme .card_medium__title{margin-bottom:15px}.public-theme .card_medium__title a{color:#000;transition:color .15s ease-in;text-decoration:none}.public-theme .card_medium__title a:visited,.public-theme .card_medium__title a:active{color:#000}.public-theme .card_medium__title a:hover{cursor:pointer;color:#000000b3}.public-theme .card_medium__description{margin-bottom:26px}.public-theme .card_medium__info{display:flex;flex-wrap:wrap;align-items:center;margin-top:auto;color:#0000004d}.public-theme .card_medium__stats{display:flex;align-items:center;border-radius:20px;padding:2px 10px 2px 6.33px;border:1px solid rgba(0,0,0,.04);margin-right:10px;margin-bottom:10px;transition:background-color .15s ease-in,color .15s ease-in;font-size:15px;line-height:18px;letter-spacing:-.5px}.public-theme .card_medium__stats p{font-size:15px;line-height:18px;letter-spacing:-.5px}.public-theme .card_medium__stats svg{margin-right:4.33px}.public-theme .card_medium__category{text-decoration:none;border-radius:20px;padding:2px 10px;background-color:#0000000a;border:1px solid rgba(0,0,0,0);margin-right:10px;margin-bottom:10px;transition:background-color .15s ease-in,color .15s ease-in;color:#0000004d;font-size:15px;line-height:18px;letter-spacing:-.5px}.public-theme .card_medium__category:visited{color:#0000004d}.public-theme .card_medium__category:hover{cursor:pointer;background-color:#e11d741a;color:#e11d74}.public-theme .card_medium__bookmark{height:21px;margin-bottom:10px;margin-left:auto;margin-right:5px}.public-theme .card_medium__bookmark svg{height:100%;width:auto;fill:#0000004d;fill-opacity:1}.public-theme .card_medium__bookmark svg path{transition:fill .15s ease-in}.public-theme .card_medium__bookmark:hover{cursor:pointer}.public-theme .card_medium__bookmark:hover svg path{fill:#e11d74}@media (min-width: 992px){.public-theme .card_medium{flex-wrap:nowrap}.public-theme .card_medium__img{min-width:50%;width:50%;height:auto;padding-top:0}.public-theme .card_medium__body:after{width:calc(100% - 30px)}}@media (min-width: 1200px){.public-theme .card_medium{flex-wrap:nowrap}.public-theme .card_medium__img{min-width:40.31%;width:40.31%;padding-top:27.1%}}@media (min-width: 1320px){.public-theme .card_medium__img{width:520px;padding-top:340px}}.public-theme .card_big{position:relative;width:100%;margin:0 auto 40px;display:flex;flex-direction:column;padding-bottom:20px}.public-theme .card_big:after{position:absolute;bottom:0;left:0;display:block;content:"";width:100%;height:1.5px;background:#0000000d}.public-theme .card_big__img{position:relative;width:100%;height:0;padding-bottom:65.125%;margin-bottom:20px;overflow:hidden;border-radius:5px}.public-theme .card_big__img img{top:0;left:0;position:absolute;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;border-radius:5px;transition:transform .2s ease-in}.public-theme .card_big__img:hover{cursor:pointer}.public-theme .card_big__img:hover img{transform:scale(1.025)}.public-theme .card_big__header{display:flex;justify-content:space-between;margin-bottom:15px;color:#00000080}.public-theme .card_big__body{flex-grow:1;display:flex;flex-direction:column}.public-theme .card_big__author,.public-theme .card_big__date,.public-theme .card_big__description{color:#00000080;transition:color .15s ease-in}.public-theme .card_big__author:visited,.public-theme .card_big__date:visited,.public-theme .card_big__description:visited{color:#00000080}.public-theme .card_big__author{transition:color .15s ease-in;text-decoration:none;font-size:16px;line-height:18px;letter-spacing:-.5px}.public-theme .card_big__author:hover{cursor:pointer;color:#e11d74}.public-theme .card_big__title{margin-bottom:15px}.public-theme .card_big__title a{color:#000;transition:color .15s ease-in;text-decoration:none}.public-theme .card_big__title a:visited,.public-theme .card_big__title a:active{color:#000}.public-theme .card_big__title a:hover{cursor:pointer;color:#000000b3}.public-theme .card_big__description{margin-bottom:28px}.public-theme .card_big__info{display:flex;flex-wrap:wrap;align-items:center;margin-top:auto;color:#0000004d}.public-theme .card_big__stats{display:flex;align-items:center;border-radius:20px;padding:2px 10px 2px 6.33px;border:1px solid rgba(0,0,0,.04);margin-right:10px;margin-bottom:10px;transition:background-color .15s ease-in,color .15s ease-in;font-size:15px;line-height:18px;letter-spacing:-.5px}.public-theme .card_big__stats p{font-size:15px;line-height:18px;letter-spacing:-.5px}.public-theme .card_big__stats svg{margin-right:4.33px}.public-theme .card_big__category{text-decoration:none;border-radius:20px;padding:2px 10px;background-color:#0000000a;border:1px solid rgba(0,0,0,0);margin-right:10px;margin-bottom:10px;transition:background-color .15s ease-in,color .15s ease-in;color:#0000004d;font-size:15px;line-height:18px;letter-spacing:-.5px}.public-theme .card_big__category:visited{color:#0000004d}.public-theme .card_big__category:hover{cursor:pointer;background-color:#e11d741a;color:#e11d74}.public-theme .card_big__bookmark{height:21px;margin-bottom:10px;margin-left:auto;margin-right:5px}.public-theme .card_big__bookmark svg{height:100%;width:auto;fill:#0000004d;fill-opacity:1}.public-theme .card_big__bookmark svg path{transition:fill .15s ease-in}.public-theme .card_big__bookmark:hover{cursor:pointer}.public-theme .card_big__bookmark:hover svg path{fill:#e11d74}@media (min-width: 992px){.public-theme .card_big{width:calc(50% - 15px);margin:0 30px 40px 0}.public-theme .card_big:nth-of-type(2n){margin:0 0 40px}}.public-theme .card_hero{display:flex;flex-wrap:wrap;max-width:100%;margin:0 auto 30px;border-radius:5px;border:1px solid rgba(0,0,0,.05);overflow:hidden}.public-theme .card_hero__img{width:100%;height:auto;overflow:hidden}.public-theme .card_hero__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transform:scale(1);transition:transform .2s ease-in}.public-theme .card_hero__img img:hover{cursor:pointer;transform:scale(1.025)}.public-theme .card_hero__body{display:flex;flex-direction:column;padding:29px 20px 20px}@media screen and (min-width: 768px){.public-theme .card_hero__body{padding:29px 30px 20px}}.public-theme .card_hero__header{display:flex;justify-content:space-between;margin-bottom:15px}.public-theme .card_hero__author,.public-theme .card_hero__date,.public-theme .card_hero__description{color:#00000080;transition:color .15s ease-in}.public-theme .card_hero__author:visited,.public-theme .card_hero__date:visited,.public-theme .card_hero__description:visited{color:#00000080}.public-theme .card_hero__author{transition:color .15s ease-in;text-decoration:none;font-size:16px;line-height:18px;letter-spacing:-.5px}.public-theme .card_hero__author:hover{cursor:pointer;color:#e11d74}.public-theme .card_hero__title{font-size:26px;line-height:30px;letter-spacing:-.9px;margin-bottom:15px}.public-theme .card_hero__title a{color:#000;transition:color .15s ease-in;text-decoration:none}.public-theme .card_hero__title a:visited,.public-theme .card_hero__title a:active{color:#000}.public-theme .card_hero__title a:hover{cursor:pointer;color:#000000b3}@media screen and (min-width: 768px){.public-theme .card_hero__title{font-size:32px;line-height:36px;letter-spacing:-1.4px}}@media screen and (min-width: 992px){.public-theme .card_hero__title{font-size:48px;line-height:54px;letter-spacing:-1.6px}}.public-theme .card_hero__description{margin-bottom:26px}.public-theme .card_hero__info{display:flex;flex-wrap:wrap;align-items:center;margin-top:auto;color:#0000004d}.public-theme .card_hero__stats{display:flex;align-items:center;border-radius:20px;padding:2px 10px 2px 6.33px;border:1px solid rgba(0,0,0,.04);margin-right:10px;margin-bottom:10px;transition:background-color .15s ease-in,color .15s ease-in;font-size:15px;line-height:18px;letter-spacing:-.5px}.public-theme .card_hero__stats p{font-size:15px;line-height:18px;letter-spacing:-.5px}.public-theme .card_hero__stats svg{margin-right:4.33px}.public-theme .card_hero__category{text-decoration:none;border-radius:20px;padding:2px 10px;background-color:#0000000a;border:1px solid rgba(0,0,0,0);margin-right:10px;margin-bottom:10px;transition:background-color .15s ease-in,color .15s ease-in;color:#0000004d;font-size:15px;line-height:18px;letter-spacing:-.5px}.public-theme .card_hero__category:visited{color:#0000004d}.public-theme .card_hero__category:hover{cursor:pointer;background-color:#e11d741a;color:#e11d74}.public-theme .card_hero__bookmark{height:21px;margin-bottom:10px;margin-left:auto;margin-right:5px}.public-theme .card_hero__bookmark svg{height:100%;width:auto;fill:#0000004d;fill-opacity:1}.public-theme .card_hero__bookmark svg path{transition:fill .15s ease-in}.public-theme .card_hero__bookmark:hover{cursor:pointer}.public-theme .card_hero__bookmark:hover svg path{fill:#e11d74}@media (min-width: 768px){.public-theme .card_hero{flex-wrap:nowrap}.public-theme .card_hero__img{min-width:50%;height:auto}}@media (min-width: 1320px){.public-theme .card_hero__img{width:50%;min-height:550px;min-width:630px}}.public-theme .footer{background:#000;color:#fff;padding:45px 30px 30px}.public-theme .footer__inner{max-width:1290px;margin:auto}.public-theme .footer__logocolumn{display:flex;flex-grow:1;width:100%;justify-content:center;margin-bottom:24px}.public-theme .footer__column{display:flex;flex-direction:column;align-items:center;margin-right:0;min-width:0;width:100%;margin-bottom:36px}.public-theme .footer__main-heading{font-size:20px;font-weight:600;line-height:24px;letter-spacing:-.6px}.public-theme .footer__heading{font-size:18px;font-weight:500;line-height:20px;letter-spacing:-.3px;margin-bottom:20px}.public-theme .footer__text{font-size:16px;font-weight:500;line-height:18px;letter-spacing:-.2px;color:#ffffff80}.public-theme .footer__text:visited{color:#ffffff80}.public-theme .footer__top{display:flex;justify-content:flex-end;flex-wrap:wrap;padding-bottom:60px;border-bottom:1px solid rgba(255,255,255,.2)}.public-theme .footer__top a{text-decoration:none;transition:color .15s ease-in}.public-theme .footer__top a:hover{color:#fffc}.public-theme .footer__top .footer__column .footer__text{margin-bottom:16px}.public-theme .footer__top .footer__column .footer__text:last-child{margin-bottom:0}.public-theme .footer__bottom{display:flex;flex-wrap:wrap;justify-content:center;padding-top:30px;align-items:center}.public-theme .footer__bottom .footer__text{margin-right:auto;width:100%;text-align:center;order:2}.public-theme .footer__icon{position:relative;display:block;width:45px;height:45px;background:#fff3;border-radius:50%;margin-right:10px;cursor:pointer;transition:background-color .15s ease-in;order:1;margin-bottom:24px}.public-theme .footer__icon:hover{background-color:#fffc}.public-theme .footer__icon:hover svg{fill:#000c}.public-theme .footer__icon:last-child{margin-right:0}.public-theme .footer__icon svg{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);fill:#fff;transition:fill .15s ease-in}@media (min-width: 375px){.public-theme .footer__bottom{justify-content:flex-start}.public-theme .footer__bottom .footer__text{margin-right:auto;width:auto;text-align:left;order:1}.public-theme .footer__icon{order:2;margin-bottom:0}}@media (min-width: 768px){.public-theme .footer{padding:60px 30px 30px}.public-theme .footer__logocolumn{justify-content:flex-start}.public-theme .footer__column{width:calc(50% - 15px);margin-right:30px;align-items:flex-start}.public-theme .footer__column:nth-child(odd){margin-right:0}.public-theme .footer__main-heading{font-size:24px;line-height:30px;letter-spacing:-.5px}.public-theme .footer__heading{font-size:20px;line-height:24px;letter-spacing:-.6px;margin-bottom:20px}.public-theme .footer__text{font-size:18px;line-height:20px;letter-spacing:-.3px;color:#ffffff80}.public-theme .footer__icon{width:50px;height:50px}}@media (min-width: 992px){.public-theme .footer{padding:60px 30px 30px}.public-theme .footer__column{width:calc(25% - 22.5px);margin-bottom:0}.public-theme .footer__column:nth-child(odd){margin-right:30px}.public-theme .footer__column:nth-child(4n+1){margin-right:0}}@media (min-width: 1200px){.public-theme .footer{padding:60px 30px 30px}}@media (min-width: 1270px){.public-theme .footer__logocolumn{width:auto;margin-bottom:0}.public-theme .footer__column{width:auto;min-width:190px}}.public-theme .menu_main{top:0;position:relative;margin-bottom:30px;background-color:#fff;z-index:100;transition:opacity .3s ease-in,top .3s ease-in;opacity:1}.public-theme .menu_main.scrolled{opacity:.75;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.public-theme .menu_main__container{position:relative;display:flex;padding:0 32px;justify-content:space-between;align-items:center;height:auto;z-index:150;background-color:#fff}.public-theme .menu_main__container:after{position:absolute;bottom:0;left:0;display:block;content:"";width:100%;height:1.5px;background:#0000000d}.public-theme .menu_main__open-button{margin-right:15px;display:flex;align-items:center;color:#000}.public-theme .menu_main__open-button p{display:none}.public-theme .menu_main__open-button span{margin-right:10px;min-width:24px}.public-theme .menu_main__open-button span svg{margin:auto;display:block}.public-theme .menu_main__open-button span svg path{transition:fill .15s ease-in}.public-theme .menu_main__open-button span svg:hover{cursor:pointer}.public-theme .menu_main__open-button span svg:hover path{fill:#e11d74}.public-theme .menu_main__logo{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);flex:1;text-decoration:none;text-align:center;font-size:24px;font-weight:600;line-height:30px;letter-spacing:-.5px;color:#000;z-index:10}.public-theme .menu_main__logo:visited,.public-theme .menu_main__logo:active{color:#000}.public-theme .menu_main__user-block{position:relative;display:flex;justify-content:flex-end;margin:10px 0 15px;overflow:hidden;z-index:11;background-color:#fff}.public-theme .menu_main__user-block-item,.public-theme .menu_main__user-block-item-search{display:none;flex-direction:column;justify-content:center;height:50px;margin-right:15px}.public-theme .menu_main__user-block-item:last-child{margin-right:0;padding-right:0}.public-theme .menu_main__user-block-item-search{position:relative;display:flex;border-radius:30px;border:1.5px solid rgba(0,0,0,0);padding-right:34px;width:0;max-width:100%;transition:width .3s ease-in-out,border-color .3s ease-in-out}.public-theme .menu_main__user-block-item-search:last-child{margin-right:0;padding-right:0}.public-theme .menu_main__user-block-item-search input{color:#0000004d;border:none;width:0;padding:0;opacity:0}.public-theme .menu_main__user-block-item-search input[type=search]::-ms-clear,.public-theme .menu_main__user-block-item-search input[type=search]::-ms-reveal{display:none;width:0;height:0}.public-theme .menu_main__user-block-item-search input[type=search]::-webkit-search-decoration,.public-theme .menu_main__user-block-item-search input[type=search]::-webkit-search-cancel-button,.public-theme .menu_main__user-block-item-search input[type=search]::-webkit-search-results-button,.public-theme .menu_main__user-block-item-search input[type=search]::-webkit-search-results-decoration{display:none}.public-theme .menu_main__user-block-item-search input::-moz-placeholder,.public-theme .menu_main__user-block-item-search input:-ms-input-placeholder,.public-theme .menu_main__user-block-item-search input::placeholder{color:#0000004d}.public-theme .menu_main__user-block-item-search svg{position:absolute;top:50%;left:17px;transform:translateY(-50%)}.public-theme .menu_main__user-block-item-search.open{border:1.5px solid rgba(0,0,0,.05);overflow:hidden;width:360px;max-width:100%;background-color:#fff;color:#000}.public-theme .menu_main__user-block-item-search.open svg path,.public-theme .menu_main__user-block-item-search.open svg:hover path{fill:#0000004d}.public-theme .menu_main__user-block-item-search.open input{color:#000;width:100%;padding:0 0 0 47px;opacity:1}.public-theme .menu_main__user-block-item svg path,.public-theme .menu_main__user-block-item-search svg path{transition:fill .15s ease-in}.public-theme .menu_main__user-block-item svg:hover,.public-theme .menu_main__user-block-item-search svg:hover{cursor:pointer}.public-theme .menu_main__user-block-item svg:hover path,.public-theme .menu_main__user-block-item-search svg:hover path{fill:#e11d74}.public-theme .menu_main__dropdown{width:100%;background-color:#fff;padding:0 30px;z-index:100;box-shadow:0 30px 100px #00000014}.public-theme .menu_main__dropdown-inner{display:flex;flex-wrap:wrap;max-width:1290px;margin:15px auto 10px;flex:1;transition:flex .5s ease-in-out;height:auto}.public-theme .menu_main__main-section{display:flex;flex-direction:column;flex-wrap:wrap;width:100%;margin-right:0}.public-theme .menu_main__main-section .lead,.public-theme .menu_main__main-section .lead_medium{font-size:17px;line-height:20px;letter-spacing:-.3px}.public-theme .menu_main__main-section .row{width:100%;display:flex;flex-direction:column;margin-bottom:0}.public-theme .menu_main__main-section .row:last-child{margin-bottom:0}.public-theme .menu_main__main-section .col{position:relative}.public-theme .menu_main__main-section .col:nth-child(3n){margin-right:0}.public-theme .menu_main__articles-section{flex-grow:1;margin-top:25px}.public-theme .menu_main__articles-section .lead,.public-theme .menu_main__articles-section .lead_medium{font-size:18px;line-height:20px;letter-spacing:-.4px}.public-theme .menu_main__articles-link{text-decoration:none;display:inline-block;color:#00000080;width:100%;text-align:center;font-size:16px;line-height:20px;letter-spacing:-.5px;transition:color .15s ease-out}.public-theme .menu_main__articles-link:visited{color:#00000080}.public-theme .menu_main__articles-link:hover{cursor:pointer;color:#e11d74}@media screen and (min-width: 768px){.public-theme .menu_main__articles-link{font-size:16px;line-height:20px;letter-spacing:-.5px}}.public-theme .menu_main__list-title{display:block;margin-bottom:20px;position:relative;color:#000;transition:color .15s ease-in;text-decoration:none}.public-theme .menu_main__list-title.open:before{content:"";width:7px;height:7px;border-style:solid;border-width:2px 2px 0 0;display:inline-block;position:relative;transform:rotate(-135deg);vertical-align:middle;margin-right:10px;top:-1px;left:5px}.public-theme .menu_main__list-title:not(.disable):visited,.public-theme .menu_main__list-title:not(.disable):active{color:#000;cursor:pointer;text-decoration:none}.public-theme .menu_main__list-title:not(.disable):hover{color:#e11d74;cursor:pointer}.public-theme .menu_main__list-title:after{position:absolute;display:block;content:"";width:100%;height:1.5px;background:#0000000d;border-radius:2px;left:0;bottom:-10px}.public-theme .menu_main ul.menu_main__list{padding:0;list-style:none;margin-bottom:0;height:0;overflow:hidden}.public-theme .menu_main ul.menu_main__list.open{height:auto;margin-bottom:15px}.public-theme .menu_main ul.menu_main__list.open li{transform:translate(0);opacity:1}.public-theme .menu_main ul.menu_main__list li{font-size:16px;line-height:20px;letter-spacing:-.5px;font-weight:400;color:#000c;margin-bottom:5px;transition:color .15s ease-in;transform:translate(-100px);transition:opacity .2s ease-in-out,transform .2s ease-in-out;opacity:0}.public-theme .menu_main ul.menu_main__list li:nth-child(n+1){transition-delay:25ms}.public-theme .menu_main ul.menu_main__list li:nth-child(n+2){transition-delay:.05s}.public-theme .menu_main ul.menu_main__list li:nth-child(n+3){transition-delay:75ms}.public-theme .menu_main ul.menu_main__list li:nth-child(n+4){transition-delay:.1s}.public-theme .menu_main ul.menu_main__list li:nth-child(n+5){transition-delay:.125s}.public-theme .menu_main ul.menu_main__list li:nth-child(n+6){transition-delay:.15s}.public-theme .menu_main ul.menu_main__list li:nth-child(n+7){transition-delay:.175s}.public-theme .menu_main ul.menu_main__list li:nth-child(n+8){transition-delay:.2s}.public-theme .menu_main ul.menu_main__list li:nth-child(n+9){transition-delay:.225s}.public-theme .menu_main ul.menu_main__list li:nth-child(n+10){transition-delay:.25s}.public-theme .menu_main ul.menu_main__list li:nth-child(n+11){transition-delay:.275s}.public-theme .menu_main ul.menu_main__list li:nth-child(n+12){transition-delay:.3s}.public-theme .menu_main ul.menu_main__list li:nth-child(n+13){transition-delay:.325s}.public-theme .menu_main ul.menu_main__list li:nth-child(n+14){transition-delay:.35s}.public-theme .menu_main ul.menu_main__list li:nth-child(n+15){transition-delay:.375s}.public-theme .menu_main ul.menu_main__list li a{position:relative;color:inherit;text-decoration:none;transition:color .15s ease-in,margin-left .15s ease-in;margin-left:0}.public-theme .menu_main ul.menu_main__list li:hover a{cursor:pointer;color:#e11d74;margin-left:3px}.public-theme .menu_main .collapsible{position:absolute;overflow-x:hidden;overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none}.public-theme .menu_main .collapsible::-webkit-scrollbar{display:none}@media screen and (min-width: 768px){.public-theme .menu_main ul.menu_main__list li{font-size:16px;line-height:20px;letter-spacing:-.5px}}.public-theme .menu_main__article{display:flex;position:relative;margin-bottom:20px;padding:10px 0 15px}.public-theme .menu_main__article:first-of-type{margin-top:20px}.public-theme .menu_main__article:after{position:absolute;display:block;content:"";width:100%;height:1.5px;background:#0000000d;border-radius:2px;left:0;bottom:-10px}.public-theme .menu_main__article img{display:none;width:80px;height:60px;margin-right:20px;border-radius:5px}.public-theme .menu_main__article-header{color:#00000080;display:flex;justify-content:space-between}.public-theme .menu_main__article-body{display:flex;justify-content:space-between;margin-top:12px}.public-theme .menu_main__article-body a{color:inherit;text-decoration:none}.public-theme .menu_main__article-body svg{display:none}.public-theme .menu_main__article-body svg:hover{cursor:pointer}.public-theme .menu_main__article-body svg:hover path{fill:#e11d74}.public-theme .menu_main__article-title{font-size:16px;line-height:20px;letter-spacing:-.5px;font-weight:500;transition:color .15s ease-out}.public-theme .menu_main__article-title:hover{cursor:pointer;color:#e11d74}.public-theme .menu_main__article-content{width:100%}@media (min-width: 576px){.public-theme .menu_main__user-block-item,.public-theme .menu_main__user-block-item-search{display:flex;margin-right:27px}.public-theme .menu_main__mobile-item{display:none}}@media (min-width: 680px){.public-theme .menu_main__dropdown-inner{margin:20px auto 30px}.public-theme .menu_main__main-section .lead,.public-theme .menu_main__main-section .lead_medium,.public-theme .menu_main__articles-section .lead,.public-theme .menu_main__articles-section .lead_medium{font-size:18px;line-height:20px;letter-spacing:-.4px}}@media (min-width: 768px){.public-theme .menu_main__container{height:80px}.public-theme .menu_main__dropdown-inner{flex-direction:row;margin:30px auto 40px}.public-theme .menu_main__open-button{margin:0;min-width:71px;display:flex;justify-content:space-between}.public-theme .menu_main__open-button p{display:block}.public-theme .menu_main__logo{margin:0;text-align:center}.public-theme .menu_main__user-block{margin:0}.public-theme .menu_main__main-section{width:calc(50% - 15px);margin-right:30px}.public-theme .menu_main__articles-section{width:calc(50% - 15px);margin-top:0}.public-theme .menu_main__article{padding:0}.public-theme .menu_main__article-title{font-size:18px;line-height:25px;letter-spacing:-.3px}.public-theme .menu_main__list-title{font-size:20px;line-height:24px}.public-theme .menu_main .collapsible{max-height:auto}}@media (min-width: 992px){.public-theme .menu_main__dropdown-inner{flex-wrap:nowrap}.public-theme .menu_main__main-section{flex-direction:row;width:calc(80% - 30px);margin-right:30px}.public-theme .menu_main__main-section .lead,.public-theme .menu_main__main-section .lead_medium,.public-theme .menu_main__articles-section .lead,.public-theme .menu_main__articles-section .lead_medium{font-size:20px;line-height:24px;letter-spacing:-.5px}.public-theme .menu_main__list-title{cursor:auto;margin-bottom:48.5px;font-size:24px;line-height:30px}.public-theme .menu_main__list-title:not(.disable):hover{color:inherit;cursor:auto}.public-theme .menu_main__list-title:after{bottom:-25px}.public-theme .menu_main .row{flex-direction:row;margin-bottom:20px}.public-theme .menu_main .col{width:calc(33.33% - 20px);margin-right:30px;margin-bottom:20px}.public-theme .menu_main .col:nth-child(n+3){margin-bottom:0}.public-theme .menu_main ul.menu_main__list{height:auto;opacity:1;margin-bottom:0}.public-theme .menu_main ul.menu_main__list li{transition:unset;margin-bottom:10px;transform:translate(0);opacity:1}}@media (min-width: 1100px){.public-theme .menu_main__main-section .row,.public-theme .menu_main__main-section .col{margin-bottom:40px}.public-theme .menu_main__main-section .col:nth-child(n+3){margin-bottom:0}.public-theme .menu_main__list-title{margin-bottom:48.5px;font-size:24px;line-height:30px}.public-theme .menu_main__list-title:after{bottom:-25px}.public-theme .menu_main__article{margin-bottom:45px}.public-theme .menu_main__article:after{bottom:-22px}.public-theme .menu_main__article:last-of-type{margin-bottom:40px}.public-theme .menu_main__article:last-of-type:after{bottom:-23px}.public-theme .menu_main__article-content{display:flex;flex-direction:column;flex-grow:1}.public-theme .menu_main__article-header{display:flex;justify-content:space-between}.public-theme .menu_main__article-body{display:flex;justify-content:space-between;margin-top:12px}.public-theme .menu_main__article-body svg{margin-left:5px;min-width:14px;display:block}.public-theme .menu_main__article-title{font-size:18px;font-weight:500;line-height:25px;letter-spacing:-.3px}}@media (min-width: 1200px){.public-theme .menu_main__dropdown{padding:0 30px}.public-theme .menu_main__dropdown-inner{margin:40px auto 50px}.public-theme .menu_main__main-section{width:calc(65.1% - 50px);margin-right:50px}.public-theme .menu_main__main-section .col{width:calc(33.33% - 33.33px);margin-right:50px}.public-theme .menu_main__main-section .col:last-child{margin-right:0}.public-theme .menu_main__article img{display:block}}.public-theme .user_window{position:fixed;top:75px;right:30px;width:278px;max-width:calc(100% - 60px);height:245px;z-index:1001;background-color:#fff;border:1.5px solid rgba(0,0,0,.05);box-shadow:0 30px 100px #00000014;opacity:0;padding:20px 30px;display:flex;flex-direction:column;align-items:center;z-index:-1}.public-theme .user_window.open{opacity:1;z-index:101}@media screen and (min-width: 768px){.public-theme .user_window{padding:30px 40px 23px}}.public-theme .user_window__avatar{border-radius:50%;width:70px;height:70px;-o-object-fit:cover;object-fit:cover;margin-bottom:10px}.public-theme .user_window__name{font-size:20px;line-height:28px;letter-spacing:-.6px;margin-bottom:5px}@media screen and (min-width: 768px){.public-theme .user_window__name{font-size:21px;line-height:30px;letter-spacing:-.8px}}.public-theme .user_window__email{color:#0000004d;margin-bottom:23.5px}.public-theme .user_window__login{text-decoration:none;font-size:15px;line-height:18px;letter-spacing:-.4px;color:#0000004d}.public-theme .user_window__login:visited{color:#0000004d}.public-theme .user_window__login:hover,.public-theme .user_window__login:active{cursor:pointer;color:#e11d74}@media screen and (min-width: 768px){.public-theme .user_window__login{font-size:16px;line-height:20px;letter-spacing:-.5px}}.public-theme .user_window__delimiter{background:#0000000d;height:1.5px;min-height:1.5px;width:100%;border-radius:2px;margin-bottom:17px}.public-theme .slider-container{position:relative;width:100%;margin:40px 0}.public-theme .slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.public-theme .slick-list{position:relative;display:block;margin-left:-30px;padding:0}.public-theme .slick-list:focus{outline:none}.public-theme .slick-list.dragging{cursor:pointer;cursor:hand}.public-theme .slick-slider .slick-track,.public-theme .slick-slider .slick-list{transform:translateZ(0)}.public-theme .slick-track{position:relative;left:0;top:0;display:flex!important;margin-left:auto;margin-right:auto}.public-theme .slick-track:before{content:"";display:table}.public-theme .slick-track:after{content:"";display:table;clear:both}.public-theme .slick-loading .slick-track{visibility:hidden}.public-theme .slick-slide{float:left;height:100%;min-height:1px;margin-left:30px;height:inherit!important;display:none}.public-theme .slick-slide>div{height:100%}.public-theme .slick-slide>div>div{height:100%}.public-theme [dir=rtl] .slick-slide{float:right}.public-theme .slick-slide img{display:block}.public-theme .slick-slide.slick-loading img{display:none}.public-theme .slick-slide.dragging img{pointer-events:none}.public-theme .slick-initialized .slick-slide{display:block}.public-theme .slick-loading .slick-slide{visibility:hidden}.public-theme .slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.public-theme .slick-arrow.slick-hidden{display:none}@media screen and (min-width: 1350px){.public-theme .slider-container{min-width:1290px}}.public-theme .card_slide{position:relative;width:100%;display:flex;flex-direction:column;padding-bottom:20px;height:100%}.public-theme .card_slide *{outline-color:#0000}.public-theme .card_slide:after{position:absolute;bottom:0;left:0;display:block;content:"";width:100%;height:1.5px;background:#0000000d}.public-theme .card_slide__img{position:relative;width:100%;height:0;padding-bottom:65.125%;margin-bottom:20px;overflow:hidden;border-radius:5px}.public-theme .card_slide__img img{top:0;left:0;position:absolute;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;border-radius:5px;transition:transform .2s ease-in}.public-theme .card_slide__img:hover{cursor:pointer}.public-theme .card_slide__img:hover img{transform:scale(1.025)}.public-theme .card_slide__header{display:flex;justify-content:space-between;margin-bottom:15px;color:#00000080}.public-theme .card_slide__body{flex-grow:1;display:flex;flex-direction:column}.public-theme .card_slide__author,.public-theme .card_slide__date,.public-theme .card_slide__description{color:#00000080;transition:color .15s ease-in}.public-theme .card_slide__author:visited,.public-theme .card_slide__date:visited,.public-theme .card_slide__description:visited{color:#00000080}.public-theme .card_slide__author{transition:color .15s ease-in;text-decoration:none;font-size:16px;line-height:18px;letter-spacing:-.5px}.public-theme .card_slide__author:hover{cursor:pointer;color:#e11d74}.public-theme .card_slide__title{margin-bottom:15px}.public-theme .card_slide__title a{color:#000;transition:color .15s ease-in;text-decoration:none}.public-theme .card_slide__title a:visited,.public-theme .card_slide__title a:active{color:#000}.public-theme .card_slide__title a:hover{cursor:pointer;color:#000000b3}.public-theme .card_slide__description{margin-bottom:28px}.public-theme .card_slide__info{display:flex;flex-wrap:wrap;align-items:center;margin-top:auto;color:#0000004d}.public-theme .card_slide__stats{display:flex;align-items:center;border-radius:20px;padding:2px 10px 2px 6.33px;border:1px solid rgba(0,0,0,.04);margin-right:10px;margin-bottom:10px;transition:background-color .15s ease-in,color .15s ease-in;font-size:15px;line-height:18px;letter-spacing:-.5px}.public-theme .card_slide__stats p{font-size:15px;line-height:18px;letter-spacing:-.5px}.public-theme .card_slide__stats svg{margin-right:4.33px}.public-theme .card_slide__category{text-decoration:none;border-radius:20px;padding:2px 10px;background-color:#0000000a;border:1px solid rgba(0,0,0,0);margin-right:10px;margin-bottom:10px;transition:background-color .15s ease-in,color .15s ease-in;color:#0000004d;font-size:15px;line-height:18px;letter-spacing:-.5px}.public-theme .card_slide__category:visited{color:#0000004d}.public-theme .card_slide__category:hover{cursor:pointer;background-color:#e11d741a;color:#e11d74}.public-theme .card_slide__bookmark{height:21px;margin-bottom:10px;margin-left:auto;margin-right:5px}.public-theme .card_slide__bookmark svg{height:100%;width:auto;fill:#0000004d;fill-opacity:1}.public-theme .card_slide__bookmark svg path{transition:fill .15s ease-in}.public-theme .card_slide__bookmark:hover{cursor:pointer}.public-theme .card_slide__bookmark:hover svg path{fill:#e11d74}.public-theme .subscribe_block{position:relative;display:flex;flex-wrap:wrap}.public-theme .subscribe_block__form{border-radius:5px;background-image:linear-gradient(to right,#d3cec566,#d3cec566),linear-gradient(to right,#fff,#fff);width:calc(100% - 60px);height:calc(100% - 60px);margin:30px auto;padding:65px 30px 50px;z-index:2}.public-theme .subscribe_block__form-title{text-align:center;margin-bottom:30px}.public-theme .subscribe_block__form label{margin-right:-4px;width:100%;margin-bottom:10px}.public-theme .subscribe_block__form label input{width:100%}.public-theme .subscribe_block__form p{text-align:center;color:#0000004d}.public-theme .subscribe_block__form input[type=submit]{margin:0 auto 20px;display:block;width:100%}.public-theme .subscribe_block__image{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.public-theme .subscribe_block__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media (min-width: 600px){.public-theme .subscribe_block__form label{width:calc(100% - 115px);margin-bottom:20px}.public-theme .subscribe_block__form input[type=submit]{margin:0 0 0 15px;display:inline-block;width:auto}}@media (min-width: 992px){.public-theme .subscribe_block{flex-wrap:nowrap;height:425px}.public-theme .subscribe_block__form{border-radius:0;position:relative;top:0;left:0;transform:none;width:70%;height:auto;margin:0;padding:0 40px 0 100px;background-image:linear-gradient(to right,#d3cec566,#d3cec566)}.public-theme .subscribe_block__form-title{text-align:left;margin-top:97px;margin-bottom:30px}.public-theme .subscribe_block__form label{display:inline-block;min-width:auto}.public-theme .subscribe_block__form label input{min-width:400px}.public-theme .subscribe_block__form p{text-align:left}.public-theme .subscribe_block__image{position:relative;width:30%}}@media (min-width: 1200px){.public-theme .subscribe_block__form{width:60%}.public-theme .subscribe_block__form label,.public-theme .subscribe_block__form label input{width:462px}.public-theme .subscribe_block__image{width:40%}}@media (min-width: 1320px){.public-theme .subscribe_block__form{padding:0 65px 0 0;width:calc(50% + 15px)}.public-theme .subscribe_block__form form{max-width:595px;margin-left:auto}.public-theme .subscribe_block__image{width:calc(50% - 15px)}}.public-theme .subscribe-input,.public-theme .subscribe-input_icon-left input,.public-theme .subscribe-input_icon-right input,.public-theme .subscribe-input_button{font-size:17px;line-height:18px;letter-spacing:-.3px;padding:15px 18px;border-radius:5px;background-color:#fff;color:#000;border:none;margin-right:-4px}@media screen and (min-width: 768px){.public-theme .subscribe-input,.public-theme .subscribe-input_icon-left input,.public-theme .subscribe-input_icon-right input,.public-theme .subscribe-input_button{font-size:18px;line-height:20px;letter-spacing:-.3px}}.public-theme .subscribe-input::-moz-placeholder,.public-theme .subscribe-input_icon-left input::-moz-placeholder,.public-theme .subscribe-input_icon-right input::-moz-placeholder,.public-theme .subscribe-input_button::-moz-placeholder,.public-theme .subscribe-input:-ms-input-placeholder,.public-theme .subscribe-input_icon-left input:-ms-input-placeholder,.public-theme .subscribe-input_icon-right input:-ms-input-placeholder,.public-theme .subscribe-input_button:-ms-input-placeholder,.public-theme .subscribe-input::placeholder,.public-theme .subscribe-input_icon-left input::placeholder,.public-theme .subscribe-input_icon-right input::placeholder,.public-theme .subscribe-input_button::placeholder{color:#0000004d}.public-theme .subscribe-input_icon-left{position:relative;display:inline-block}.public-theme .subscribe-input_icon-left input{padding:15px 18px 15px 44px}.public-theme .subscribe-input_icon-left input+svg{position:absolute;left:18px;top:50%;transform:translateY(-50%)}.public-theme .subscribe-input_icon-right{position:relative;display:inline-block}.public-theme .subscribe-input_icon-right input{padding:15px 44px 15px 18px}.public-theme .subscribe-input_button{display:inline-block;background-color:#5d8cff;transition:background-color .15s ease-in;color:#fff;cursor:pointer;font-weight:500}.public-theme .subscribe-input_button:hover{background-color:#5d8cffcc}.public-theme .subscribe-input_button:active{background-color:#547ee6}.public-theme .avatar,.public-theme .avatar_small,.public-theme .avatar_big{border-radius:50%;width:70px;min-width:70px;height:70px;min-height:70px}.public-theme .avatar_small{width:40px;min-width:40px;height:40px;min-height:40px}.public-theme .avatar_big{width:80px;min-width:80px;height:80px;min-height:80px}.public-theme .breadcrumbs{display:flex;align-items:center;flex-wrap:wrap}.public-theme .breadcrumbs__item{color:#0000004d;text-decoration:none;align-items:center;margin:5px 0}.public-theme .breadcrumbs__item.active,.public-theme .breadcrumbs__item:active{color:#000}.public-theme .breadcrumbs__item:visited{color:#0000004d}.public-theme .breadcrumbs__item:hover{color:#000c}.public-theme .breadcrumbs svg{margin:0 13.5px}@media (min-width: 480px){.public-theme .breadcrumbs__item{margin:0}}.public-theme .comment__avatar img,.public-theme .comment__avatar-placeholder,.public-theme .comment__avatar-placeholder_accent_1,.public-theme .comment__avatar-placeholder_accent_2,.public-theme .comment__avatar-placeholder_accent_3,.public-theme .comment__avatar-placeholder_accent_4{border-radius:50%;width:100%;height:100%;position:absolute}.public-theme .comment__avatar img>*,.public-theme .comment__avatar-placeholder>*,.public-theme .comment__avatar-placeholder_accent_1>*,.public-theme .comment__avatar-placeholder_accent_2>*,.public-theme .comment__avatar-placeholder_accent_3>*,.public-theme .comment__avatar-placeholder_accent_4>*{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.public-theme .comments{margin-bottom:60px}.public-theme .comments__title{margin-bottom:36px}.public-theme .comments__footer{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;color:#00000080}.public-theme .comments__footer-text{margin-right:20px;order:2}.public-theme .comments__icon{order:3;position:relative;height:40px;width:40px;border-radius:50%;background-color:#5d8cff1a;margin-right:10px;transition:background-color .15s ease-in}.public-theme .comments__icon svg{width:13.33px;height:auto;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.public-theme .comments__icon svg path{fill:#5d8cff;transition:fill .15s ease-in}.public-theme .comments__icon:hover{background-color:#5d8cff0d;opacity:.5}.public-theme .comments__icon:hover svg path{fill:#5d8cff}.public-theme .comment,.public-theme .comment_new{display:flex;flex-direction:column;width:100%}.public-theme .comment__avatar{position:relative;width:40px;min-width:40px;height:40px;min-height:40px;margin-right:25px;margin-bottom:15px}.public-theme .comment__avatar img{width:100%;height:100%;position:absolute;top:0;left:0;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.public-theme .comment__avatar-placeholder_accent_1{background-color:#5d8cff1a;color:#5d8cff}.public-theme .comment__avatar-placeholder_accent_2{background-color:#91d18b1a;color:#91d18b}.public-theme .comment__avatar-placeholder_accent_3{background-color:#e11d741a;color:#e11d74}.public-theme .comment__avatar-placeholder_accent_4{background-color:#f389281a;color:#f38928}.public-theme .comment__body{position:relative;display:flex;flex-direction:column;flex-grow:1;margin-bottom:43.5px}.public-theme .comment__body:after{position:absolute;display:block;content:"";width:100%;height:1.5px;background:#0000000d;border-radius:2px;left:0;bottom:-23.5px}.public-theme .comment__header{display:flex;justify-content:space-between;margin-bottom:10px}.public-theme .comment__content{color:#00000080}.public-theme .comment__author{color:#000c}.public-theme .comment__date{color:#00000080}.public-theme .comment__add-button{width:100%;margin-left:0;margin-bottom:15px;order:1}.public-theme .comment_new{margin-top:10px;margin-bottom:15px}.public-theme .comment_new-content{flex-grow:1;border:1.5px solid rgba(0,0,0,.05);padding:12px 16px;border-radius:8px;color:#0000004d}@media (min-width: 480px){.public-theme .comment,.public-theme .comment_new{flex-direction:row}.public-theme .comment__avatar{margin-bottom:0}}@media (min-width: 600px){.public-theme .comments__footer{justify-content:flex-end}.public-theme .comments__footer-text{order:1}.public-theme .comment__add-button{order:3;margin-left:15px;margin-bottom:0;width:auto}}@media (min-width: 768px){.public-theme .comments{margin-bottom:80px}}@media (min-width: 992px){.public-theme .comments{margin-bottom:108px}}.public-theme .button,.public-theme .button_mini,.public-theme .button_mini_icon-left,.public-theme .button_mini_icon-right,.public-theme .button_small,.public-theme .button_big,.public-theme .button_fixed,.public-theme .button_fixed_mini,.public-theme .button_fixed_small,.public-theme .button_fixed_big,.public-theme .button_follow,.public-theme .button_follow.followed{text-decoration:none;text-align:center;position:relative;border-radius:8px;border-width:1px;border-style:solid;border-color:#0000;display:inline-block;height:50px;outline:0;background-color:#5d8cff;color:#fff;font-size:18px;line-height:28px;font-weight:500;letter-spacing:-.3px;padding:11px 18px;transition:background-color .15s ease-in,color .15s ease-in;white-space:nowrap}.public-theme .button:hover,.public-theme .button_mini:hover,.public-theme .button_mini_icon-left:hover,.public-theme .button_mini_icon-right:hover,.public-theme .button_small:hover,.public-theme .button_big:hover,.public-theme .button_fixed:hover,.public-theme .button_fixed_mini:hover,.public-theme .button_fixed_small:hover,.public-theme .button_fixed_big:hover,.public-theme .button_follow:hover{color:#fff;background-color:#5d8cffcc;cursor:pointer}.public-theme .button:active,.public-theme .button_mini:active,.public-theme .button_mini_icon-left:active,.public-theme .button_mini_icon-right:active,.public-theme .button_small:active,.public-theme .button_big:active,.public-theme .button_fixed:active,.public-theme .button_fixed_mini:active,.public-theme .button_fixed_small:active,.public-theme .button_fixed_big:active,.public-theme .button_follow:active{color:#fff;background-color:#547ee6}.public-theme .button:visited,.public-theme .button_mini:visited,.public-theme .button_mini_icon-left:visited,.public-theme .button_mini_icon-right:visited,.public-theme .button_small:visited,.public-theme .button_big:visited,.public-theme .button_fixed:visited,.public-theme .button_fixed_mini:visited,.public-theme .button_fixed_small:visited,.public-theme .button_fixed_big:visited,.public-theme .button_follow:visited{color:#fff}.public-theme .button svg path,.public-theme .button_mini svg path,.public-theme .button_mini_icon-left svg path,.public-theme .button_mini_icon-right svg path,.public-theme .button_small svg path,.public-theme .button_big svg path,.public-theme .button_fixed svg path,.public-theme .button_fixed_mini svg path,.public-theme .button_fixed_small svg path,.public-theme .button_fixed_big svg path{transition:fill .15s ease-in}.public-theme .button_follow svg path,.public-theme .button_follow.followed svg path{transition:fill .15s ease-in}.public-theme .button_mini,.public-theme .button_mini_icon-left,.public-theme .button_mini_icon-right{height:30px;font-size:13px;line-height:15px;letter-spacing:-.2px;padding:7.5px 9px}.public-theme .button_mini_icon-left{padding-left:25px}.public-theme .button_mini_icon-left svg{position:absolute;width:13.33px;height:auto;left:8.33px;top:50%;transform:translateY(-50%)}.public-theme .button_mini_icon-right{padding-right:25px}.public-theme .button_mini_icon-right svg{position:absolute;width:13.33px;height:auto;right:8.33px;top:50%;transform:translateY(-50%)}.public-theme .button_small{height:40px;font-size:16px;line-height:18px;letter-spacing:-.5px;padding:0 14px}.public-theme .button_big{height:60px;font-size:20px;line-height:24px;letter-spacing:-.6px;padding:0 22px}.public-theme .button_fixed{width:200px}.public-theme .button_fixed_mini{width:200px;height:30px;font-size:13px;line-height:15px;letter-spacing:-.2px;padding:7.5px 9px}.public-theme .button_fixed_small{width:200px;height:40px;font-size:16px;line-height:18px;letter-spacing:-.5px;padding:11px 14px}.public-theme .button_fixed_big{width:200px;height:60px;font-size:20px;line-height:24px;letter-spacing:-.6px;padding:18px 22px}.public-theme .button_outline{background-color:#fff;color:#000;border-color:#0000001a;pointer-events:none}.public-theme .button_disabled{background-color:#0000000d;color:#0000004d;border-color:#0000001a;pointer-events:none}.public-theme .button_twitter{background-color:#6aabe826;color:#6aabe8}.public-theme .button_twitter svg path{fill:#6aabe8}.public-theme .button_twitter:hover,.public-theme .button_twitter:visited{background-color:#6aabe80d;color:#6aabe8bf}.public-theme .button_twitter:hover svg path,.public-theme .button_twitter:visited svg path{fill:#6aabe8bf}.public-theme .button_twitter:active{background-color:#6aabe84d;color:#6aabe8}.public-theme .button_twitter:active svg path{fill:#6aabe8}.public-theme .button_facebook{background-color:#4257991a;color:#425799}.public-theme .button_facebook svg path{fill:#425799}.public-theme .button_facebook:hover,.public-theme .button_facebook:visited{background-color:#4257990d;color:#425799bf}.public-theme .button_facebook:hover svg path,.public-theme .button_facebook:visited svg path{fill:#425799bf}.public-theme .button_facebook:active{background-color:#4257994d;color:#425799}.public-theme .button_facebook:active svg path{fill:#425799}.public-theme .button_gray{background-color:#0000000d;color:#0000004d}.public-theme .button_gray svg path{fill:#0000004d}.public-theme .button_gray:hover{background-color:#0000000a;color:#0000004d}.public-theme .button_gray:hover svg path{fill:#0000004d}.public-theme .button_gray:active{background-color:#0000001a;color:#00000080}.public-theme .button_gray:active svg path{fill:#00000080}.public-theme .button_follow,.public-theme .button_follow.followed{height:30px;font-size:13px;line-height:15px;letter-spacing:-.2px;padding:0 11px 0 9px;color:#e11d74;background-color:#e11d741a}.public-theme .button_follow:hover{background-color:#e11d744d;color:#e11d74;cursor:pointer}.public-theme .button_follow:active{background-color:#e11d74;color:#fff}.public-theme .followed.button_follow{background-color:#e11d74;color:#fff;background-image:url(/images/follow.svg);background-repeat:no-repeat;padding:0 25px 0 9px;background-position:calc(100% - 8px)}.public-theme .button_small_br{border-radius:5px}.public-theme .rounded-button,.public-theme .rounded-button_icon-left,.public-theme .rounded-button_icon-right,.public-theme .rounded-button_controls{position:relative;display:flex;text-decoration:none;align-items:center;border:1.5px solid rgba(0,0,0,.05);border-radius:60px;background-color:#fff;padding:0 33px;height:60px;outline:none;color:#000;font-size:18px;line-height:20px;letter-spacing:-.5px;transition:color .15s ease-in}@media screen and (min-width: 768px){.public-theme .rounded-button,.public-theme .rounded-button_icon-left,.public-theme .rounded-button_icon-right,.public-theme .rounded-button_controls{font-size:20px;line-height:24px;letter-spacing:-.6px}}.public-theme .rounded-button svg path,.public-theme .rounded-button_icon-left svg path,.public-theme .rounded-button_icon-right svg path,.public-theme .rounded-button_controls svg path{transition:fill .15s ease-in}.public-theme .rounded-button:visited,.public-theme .rounded-button_icon-left:visited,.public-theme .rounded-button_icon-right:visited,.public-theme .rounded-button_controls:visited{color:#000}.public-theme .rounded-button:hover,.public-theme .rounded-button_icon-left:hover,.public-theme .rounded-button_icon-right:hover,.public-theme .rounded-button_controls:hover{cursor:pointer;color:#e11d74}.public-theme .rounded-button:hover svg path,.public-theme .rounded-button_icon-left:hover svg path,.public-theme .rounded-button_icon-right:hover svg path,.public-theme .rounded-button_controls:hover svg path{fill:#e11d74}.public-theme .rounded-button_icon-left{padding-left:63px}.public-theme .rounded-button_icon-left svg{position:absolute;width:12px;height:auto;left:35px;top:50%;transform:translateY(-50%)}.public-theme .rounded-button_icon-right{padding-right:63px}.public-theme .rounded-button_icon-right svg{position:absolute;width:12px;height:auto;right:35px;top:50%;transform:translateY(-50%)}.public-theme .rounded-button_controls{width:110px;display:flex;padding:0;color:#00000080;border:none}.public-theme .rounded-button_controls .before{pointer-events:none;position:absolute;top:0;left:0;display:block;content:"";width:100%;height:100%;border-radius:60px;border:1.5px solid #f2f2f2;transition:width .35s ease-in-out}.public-theme .rounded-button_controls .before_prev{-webkit-animation:controls_hover .35s ease-in-out forwards;animation:controls_hover .35s ease-in-out forwards}.public-theme .rounded-button_controls .before_next{left:auto;right:0;-webkit-animation:controls_hover .35s ease-in-out forwards;animation:controls_hover .35s ease-in-out forwards}.public-theme .rounded-button_controls .before_redraw_prev{transition:width .35s ease-in-out;-webkit-animation:controls_unhover .35s ease-in-out forwards;animation:controls_unhover .35s ease-in-out forwards}.public-theme .rounded-button_controls .before_redraw_next{left:auto;right:0;transition:width .35s ease-in-out;-webkit-animation:controls_unhover .35s ease-in-out forwards;animation:controls_unhover .35s ease-in-out forwards}.public-theme .rounded-button_controls svg path{fill:#00000080}.public-theme .rounded-button_controls:hover{color:#00000080}.public-theme .rounded-button_controls:hover svg path{fill:#00000080}.public-theme .rounded-button_controls .rounded-button_controls__prev,.public-theme .rounded-button_controls .rounded-button_controls__next{display:inline-block;width:50%;height:100%;cursor:pointer;transition:color .15s ease-in-out}.public-theme .rounded-button_controls .rounded-button_controls__prev svg,.public-theme .rounded-button_controls .rounded-button_controls__next svg{position:absolute;top:50%;transform:translateY(-50%)}.public-theme .rounded-button_controls .rounded-button_controls__prev svg path,.public-theme .rounded-button_controls .rounded-button_controls__next svg path{transition:fill-opacity .15s ease-in}.public-theme .rounded-button_controls .rounded-button_controls__prev:hover:after,.public-theme .rounded-button_controls .rounded-button_controls__next:hover:after{width:55%;border:1.5px solid #f2f2f2;opacity:1}.public-theme .rounded-button_controls .rounded-button_controls__prev:hover svg path,.public-theme .rounded-button_controls .rounded-button_controls__next:hover svg path{fill:#000}.public-theme .rounded-button_controls .noborder.rounded-button_controls__prev:after,.public-theme .rounded-button_controls .noborder.rounded-button_controls__next:after{opacity:0}.public-theme .rounded-button_controls__prev svg{left:24px}.public-theme .rounded-button_controls__next svg{right:24px}.public-theme .noborder_controls__prev,.public-theme .noborder_controls__next{position:relative;display:inline-block;width:50%;height:100%;border-radius:50%;border-color:#0000;transition:border-color .15s ease-in}.public-theme .noborder_controls__prev svg,.public-theme .noborder_controls__next svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.public-theme .noborder_controls__prev svg path,.public-theme .noborder_controls__next svg path{transition:fill .15s ease-in;fill:#00000080}.public-theme .noborder_controls__prev:hover,.public-theme .noborder_controls__next:hover{border:1px solid rgba(0,0,0,.05);cursor:pointer}.public-theme .noborder_controls__prev:hover svg path,.public-theme .noborder_controls__next:hover svg path{fill:#000}.public-theme .noborder_controls{width:120px;display:flex;height:60px}@-webkit-keyframes controls_hover{0%{width:100%}to{width:55%}}@keyframes controls_hover{0%{width:100%}to{width:55%}}@-webkit-keyframes controls_unhover{0%{width:55%}to{width:100%}}@keyframes controls_unhover{0%{width:55%}to{width:100%}}.public-theme .tag,.public-theme .tag_accent_1,.public-theme .tag_accent_2,.public-theme .tag_accent_3,.public-theme .tag_accent_4,.public-theme .tag_info,.public-theme .tag_icon-left,.public-theme .tag_icon-right{font-size:14px;line-height:18px;letter-spacing:-.4px;cursor:pointer;text-decoration:none;padding:2px 10px;background-color:#0000000a;color:#0000004d;border:1px solid rgba(0,0,0,0);border-radius:20px;display:inline-block;transition:color .15s ease-in,background-color .15s ease-in}@media screen and (min-width: 768px){.public-theme .tag,.public-theme .tag_accent_1,.public-theme .tag_accent_2,.public-theme .tag_accent_3,.public-theme .tag_accent_4,.public-theme .tag_info,.public-theme .tag_icon-left,.public-theme .tag_icon-right{font-size:15px;line-height:18px;letter-spacing:-.5px}}.public-theme .tag:visited,.public-theme .tag_accent_1:visited,.public-theme .tag_accent_2:visited,.public-theme .tag_accent_3:visited,.public-theme .tag_accent_4:visited,.public-theme .tag_info:visited,.public-theme .tag_icon-left:visited,.public-theme .tag_icon-right:visited{color:#0000004d}.public-theme .tag:hover,.public-theme .tag_accent_1:hover,.public-theme .tag_accent_2:hover,.public-theme .tag_accent_3:hover,.public-theme .tag_accent_4:hover,.public-theme .tag_info:hover,.public-theme .tag_icon-left:hover,.public-theme .tag_icon-right:hover{cursor:pointer;background-color:#e11d741a;color:#e11d74}.public-theme .tag_accent_1{background-color:#5d8cff1a;color:#547ee6}.public-theme .tag_accent_1:visited{color:#547ee6}.public-theme .tag_accent_1:hover{background-color:#5d8cff4d;color:#547ee6}.public-theme .tag_accent_2{background-color:#91d18b1a;color:#82bc7d}.public-theme .tag_accent_2:visited{color:#82bc7d}.public-theme .tag_accent_2:hover{background-color:#91d18b4d;color:#82bc7d}.public-theme .tag_accent_3{background-color:#e11d741a;color:#ca1a68}.public-theme .tag_accent_3:visited{color:#ca1a68}.public-theme .tag_accent_3:hover{background-color:#e11d744d;color:#ca1a68}.public-theme .tag_accent_4{background-color:#f389281a;color:#db7b24}.public-theme .tag_accent_4:visited{color:#db7b24}.public-theme .tag_accent_4:hover{background-color:#f389284d;color:#db7b24}.public-theme .tag_info{background-color:#fff;border:1px rgba(0,0,0,.05) solid}.public-theme .tag_info:hover{cursor:default;color:#0000004d;background-color:#fff}.public-theme .tag_icon-left{position:relative;padding-left:24px}.public-theme .tag_icon-left svg{position:absolute;width:13.33px;height:auto;top:50%;right:55.3px;transform:translateY(-50%)}.public-theme .tag_icon-right{position:relative;padding-right:24px}.public-theme .tag_icon-right svg{position:absolute;width:13.33px;height:auto;top:50%;right:55.3px;transform:translateY(-50%)}.public-theme .author-block{display:flex;position:relative;padding:0 0 16px;margin:0 0 15px;width:100%}.public-theme .author-block:after{position:absolute;bottom:0;left:0;display:block;content:"";width:100%;height:1.5px;background:#0000000d;border-radius:2px}@media screen and (min-width: 768px){.public-theme .author-block{padding:0 0 16px}}@media screen and (min-width: 992px){.public-theme .author-block{padding:0 0 18.5px}}@media screen and (min-width: 768px){.public-theme .author-block{margin:0 0 18px}}@media screen and (min-width: 992px){.public-theme .author-block{margin:0 0 20px}}.public-theme .author-block__avatar{margin-right:20px;border-radius:50%}.public-theme .author-block__avatar img{transition:filter .15s ease-in}.public-theme .author-block__avatar:hover img{filter:brightness(90%) grayscale(10%)}.public-theme .author-block__name{display:block;text-decoration:none;color:#000;font-size:20px;line-height:28px;letter-spacing:-.6px;margin-bottom:10px;transition:color .15s ease-in}.public-theme .author-block__name:hover{cursor:pointer;color:#e11d74}@media screen and (min-width: 768px){.public-theme .author-block__name{font-size:21px;line-height:30px;letter-spacing:-.8px}}.public-theme .author-block__followers{display:flex;align-items:center;flex-wrap:wrap;color:#0000004d}.public-theme .author-block__followers>*{margin-right:10px}.public-theme .author-block__followers>*:last-child{margin-right:0}.public-theme .author-block__container{margin:0 0 40px}@media screen and (min-width: 768px){.public-theme .author-block__container{margin:0 0 60px}}@media screen and (min-width: 992px){.public-theme .author-block__container{margin:0 0 100px}}@media (min-width: 768px){.public-theme .author-block{width:calc(50% - 15px);margin-right:30px}.public-theme .author-block:nth-child(2n){margin-right:0}}@media (min-width: 1200px){.public-theme .author-block{width:calc(33.33% - 20px);margin-right:30px}.public-theme .author-block:nth-child(2n){margin-right:30px}.public-theme .author-block:nth-child(3n){margin-right:0}}.public-theme .author-heading{position:relative;display:flex;justify-content:flex-start;align-items:flex-end;flex-wrap:wrap;margin:0 0 25px;padding:0 0 24px}.public-theme .author-heading:after{position:absolute;bottom:0;left:0;display:block;content:"";width:100%;height:1.5px;background:#0000000d;border-radius:2px}@media screen and (min-width: 768px){.public-theme .author-heading{margin:0 0 35px}}@media screen and (min-width: 992px){.public-theme .author-heading{margin:0 0 40px}}@media screen and (min-width: 768px){.public-theme .author-heading{padding:0 0 34px}}.public-theme .author-heading__avatar{margin-right:auto;margin-left:auto}.public-theme .author-heading__avatar img{transition:filter .15s ease-in}.public-theme .author-heading__avatar:hover img{filter:brightness(90%) grayscale(10%)}.public-theme .author-heading__info{margin-left:auto;margin-right:auto}.public-theme .author-heading__name{margin:10px 0;text-align:center}.public-theme .author-heading__followers{display:flex;align-items:center;color:#0000004d;margin-right:20px}.public-theme .author-heading__followers>*:first-child{margin-right:10px}.public-theme .author-heading__button{margin:20px auto 0}@media (min-width: 375px){.public-theme .author-heading__avatar{margin-right:20px;margin-left:auto}.public-theme .author-heading__info{margin-left:0;margin-right:auto}.public-theme .author-heading__name{margin:0 0 6px;text-align:left}}@media (min-width: 680px){.public-theme .author-heading__avatar{margin-right:20px;margin-left:0}.public-theme .author-heading__info{margin:0}.public-theme .author-heading__button{margin:0 0 0 auto}}.public-theme .filter{position:relative}.public-theme .filter__trigger svg{transform-origin:center;transform:rotateX(0) translateY(-50%)}.public-theme .filter__trigger.open svg{transform-origin:center;transform:rotateX(180deg) translateY(50%)}.public-theme .filter__dropdown{position:absolute;top:calc(100% + 10px);z-index:99;min-width:100%;border-radius:20px;border:1px solid rgba(0,0,0,.05);background-color:#fff}.public-theme .filter__dropdown ul{list-style:none;padding:0 33px}.public-theme .filter__dropdown ul li{margin:20px 0;font-size:16px;line-height:28px;letter-spacing:normal;transition:color .15s ease-in}.public-theme .filter__dropdown ul li:hover{cursor:pointer;color:#e11d74}@media screen and (min-width: 768px){.public-theme .filter__dropdown ul li{font-size:18px;line-height:20px;letter-spacing:normal}}.public-theme .main-page .menu_main{margin:0 0 40px}@media screen and (min-width: 768px){.public-theme .main-page .menu_main{margin:0 0 45px}}@media screen and (min-width: 992px){.public-theme .main-page .menu_main{margin:0 0 50px}}.public-theme .main-page .show-more-block{margin:30px 0 40px}@media screen and (min-width: 768px){.public-theme .main-page .show-more-block{margin:40px 0 60px}}@media screen and (min-width: 992px){.public-theme .main-page .show-more-block{margin:50px 0 100px}}.public-theme .main-page .headline{margin:35px 0 30px}@media screen and (min-width: 768px){.public-theme .main-page .headline{margin:40px 0 35px}}@media screen and (min-width: 992px){.public-theme .main-page .headline{margin:60px 0 40px}}.public-theme .single-post__author,.public-theme .single-post__description{text-align:center;color:#00000080}.public-theme .single-post__header{margin-top:20px}.public-theme .single-post__icon-block{position:relative}.public-theme .single-post__icon-block-inner{position:-webkit-sticky;position:sticky;top:130px;left:0;display:flex;flex-direction:row;justify-content:center;padding:0}.public-theme .single-post__icon-block-icon{position:relative;border:1.5px rgba(0,0,0,.05) solid;border-radius:50%;width:60px;height:60px;margin-bottom:0;margin-right:15px}.public-theme .single-post__icon-block-icon:last-child{margin-right:0}.public-theme .single-post__icon-block-icon svg,.public-theme .single-post__icon-block-icon svg.fix-height{color:#0000004d;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:20px;height:auto}.public-theme .single-post__icon-block-icon svg path,.public-theme .single-post__icon-block-icon svg.fix-height path{transition:fill .15s ease-in;fill:#0000004d}.public-theme .single-post__icon-block-icon svg.fix-height{width:auto;height:20px}.public-theme .single-post__icon-block-icon:hover svg path{fill:#e11d74}.public-theme .single-post .article-content{margin-bottom:50px}.public-theme .single-post__author{margin-bottom:13px}.public-theme .single-post__description{max-width:630px;margin:0 auto 50px}.public-theme .single-post__title{text-align:center;margin-bottom:15px}.public-theme .single-post__footer{position:relative;margin:0 0 40px;padding:30px 0 0}@media screen and (min-width: 768px){.public-theme .single-post__footer{margin:0 0 60px}}@media screen and (min-width: 992px){.public-theme .single-post__footer{margin:0 0 100px}}@media screen and (min-width: 768px){.public-theme .single-post__footer{padding:40px 0 0}}@media screen and (min-width: 992px){.public-theme .single-post__footer{padding:50px 0 0}}.public-theme .single-post__footer:before{position:absolute;top:0;left:0;display:block;content:"";width:100%;height:1.5px;background:#0000000d;border-radius:2px}@media (min-width: 768px){.public-theme .single-post__header-left,.public-theme .single-post__header-center,.public-theme .single-post__header-right{padding:0 80px}}@media (min-width: 992px){.public-theme .single-post__header-left,.public-theme .single-post__header-center,.public-theme .single-post__header-right{padding:0}}@media (min-width: 1100px){.public-theme .single-post__icon-block{position:absolute;top:20px;left:0;height:100%}.public-theme .single-post__icon-block-inner{position:-webkit-sticky;position:sticky;top:60px;left:0;display:flex;flex-direction:column;padding:0 0 0 30px;margin-bottom:70px}.public-theme .single-post__icon-block-icon{margin-bottom:15px;margin-right:0}}@media (min-width: 1200px){.public-theme .single-post__header{flex-direction:row}.public-theme .single-post__header-left{min-width:calc((100% - 850px)/2);order:1;flex-direction:column}.public-theme .single-post__header-center{order:2}.public-theme .single-post__header-right{min-width:calc((100% - 850px)/2);order:3}}@media (min-width: 1330px){.public-theme .single-post__icon-block-inner{padding:0}}
/*# sourceMappingURL=styles-OUXLIXN3.css.map */
