/*!
 * Quill Editor v2.0.3
 * https://quilljs.com
 * Copyright (c) 2017-2024, Slab
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container{box-sizing:border-box;height:100%;margin:0;font-family:Helvetica,Arial,sans-serif;font-size:13px;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container:not(.ql-disabled) li[data-list=checked]>.ql-ui,.ql-container:not(.ql-disabled) li[data-list=unchecked]>.ql-ui{cursor:pointer}.ql-clipboard{height:1px;position:absolute;top:50%;left:-100000px;overflow-y:hidden}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word;outline:none;height:100%;padding:12px 15px;line-height:1.42;overflow-y:auto}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0}@supports (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-set:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor table{border-collapse:collapse}.ql-editor td{border:1px solid #000;padding:2px 5px}.ql-editor ol{padding-left:1.5em}.ql-editor li{padding-left:1.5em;list-style-type:none;position:relative}.ql-editor li>.ql-ui:before{text-align:right;white-space:nowrap;width:1.2em;margin-left:-1.5em;margin-right:.3em;display:inline-block}.ql-editor li[data-list=checked]>.ql-ui,.ql-editor li[data-list=unchecked]>.ql-ui{color:#777}.ql-editor li[data-list=bullet]>.ql-ui:before{content:"•"}.ql-editor li[data-list=checked]>.ql-ui:before{content:"☑"}.ql-editor li[data-list=unchecked]>.ql-ui:before{content:"☐"}@supports (counter-set:none){.ql-editor li[data-list]{counter-set:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list]{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered]{counter-increment:list-0}.ql-editor li[data-list=ordered]>.ql-ui:before{content:counter(list-0, decimal) ". "}.ql-editor li[data-list=ordered].ql-indent-1{counter-increment:list-1}.ql-editor li[data-list=ordered].ql-indent-1>.ql-ui:before{content:counter(list-1, lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-set:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-2{counter-increment:list-2}.ql-editor li[data-list=ordered].ql-indent-2>.ql-ui:before{content:counter(list-2, lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-set:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-3{counter-increment:list-3}.ql-editor li[data-list=ordered].ql-indent-3>.ql-ui:before{content:counter(list-3, decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-set:list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-4{counter-increment:list-4}.ql-editor li[data-list=ordered].ql-indent-4>.ql-ui:before{content:counter(list-4, lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-set:list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-5{counter-increment:list-5}.ql-editor li[data-list=ordered].ql-indent-5>.ql-ui:before{content:counter(list-5, lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-set:list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-6{counter-increment:list-6}.ql-editor li[data-list=ordered].ql-indent-6>.ql-ui:before{content:counter(list-6, decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-set:list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-reset:list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-7{counter-increment:list-7}.ql-editor li[data-list=ordered].ql-indent-7>.ql-ui:before{content:counter(list-7, lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-set:list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-reset:list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-8{counter-increment:list-8}.ql-editor li[data-list=ordered].ql-indent-8>.ql-ui:before{content:counter(list-8, lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-set:list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-reset:list-9}}.ql-editor li[data-list=ordered].ql-indent-9{counter-increment:list-9}.ql-editor li[data-list=ordered].ql-indent-9>.ql-ui:before{content:counter(list-9, decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor li.ql-direction-rtl{padding-right:1.5em}.ql-editor li.ql-direction-rtl>.ql-ui:before{text-align:left;margin-left:.3em;margin-right:-1.5em}.ql-editor table{table-layout:fixed;width:100%}.ql-editor table td{outline:none}.ql-editor .ql-code-block-container{font-family:monospace}.ql-editor .ql-video{max-width:100%;display:block}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{text-align:inherit;direction:rtl}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor .ql-ui{position:absolute}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);pointer-events:none;font-style:italic;position:absolute;left:15px;right:15px}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:"";display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{cursor:pointer;float:left;background:0 0;border:none;width:28px;height:24px;padding:3px 5px;display:inline-block}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}@media (pointer:coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{vertical-align:middle;display:inline-block}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2px}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1px}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-top:5px;margin-bottom:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor .ql-code-block-container{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor .ql-code-block-container{margin-top:5px;margin-bottom:5px;padding:5px 10px}.ql-snow .ql-editor code{padding:2px 4px;font-size:85%}.ql-snow .ql-editor .ql-code-block-container{color:#f8f8f2;background-color:#23241f;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;float:left;vertical-align:middle;height:24px;font-size:14px;font-weight:500;display:inline-block;position:relative}.ql-snow .ql-picker-label{cursor:pointer;width:100%;height:100%;padding-left:8px;padding-right:2px;display:inline-block;position:relative}.ql-snow .ql-picker-label:before{line-height:22px;display:inline-block}.ql-snow .ql-picker-options{white-space:nowrap;background-color:#fff;min-width:100%;padding:4px 8px;display:none;position:absolute}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;padding-top:5px;padding-bottom:5px;display:block}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{z-index:1;margin-top:-1px;display:block;top:100%}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{width:24px;height:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{width:152px;padding:3px 5px}.ql-snow .ql-color-picker .ql-picker-item{float:left;border:1px solid #0000;width:16px;height:16px;margin:2px;padding:0}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{width:18px;margin-top:-9px;position:absolute;top:50%;right:0}.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-label:before,.ql-snow .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-label:before,.ql-snow .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-label:before,.ql-snow .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-code-block-container{position:relative}.ql-code-block-container .ql-ui{top:5px;right:5px}.ql-toolbar.ql-snow{box-sizing:border-box;border:1px solid #ccc;padding:8px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid #0000}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid #0000;box-shadow:0 2px 8px #0003}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0}.ql-snow .ql-tooltip{color:#444;white-space:nowrap;background-color:#fff;border:1px solid #ccc;padding:5px 12px;box-shadow:0 0 5px #ddd}.ql-snow .ql-tooltip:before{content:"Visit URL:";margin-right:8px;line-height:26px}.ql-snow .ql-tooltip input[type=text]{border:1px solid #ccc;width:170px;height:26px;margin:0;padding:3px 5px;font-size:13px;display:none}.ql-snow .ql-tooltip a.ql-preview{text-overflow:ellipsis;vertical-align:top;max-width:200px;display:inline-block;overflow-x:hidden}.ql-snow .ql-tooltip a.ql-action:after{content:"Edit";border-right:1px solid #ccc;margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{content:"Save";border-right:0;padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}.ql-table-toggle{cursor:pointer;fill:#b9bec7;background:#fff;border:2px solid #e9ebf0;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;margin:3px 0 0 -22px;display:flex;position:absolute;top:0;left:0}.ql-table-toggle_hidden{display:none}.ql-table-toggle:hover{border-color:#b9bec7}.ql-table-menu{z-index:2100;background:#fff;border-radius:4px;animation:50ms ease-in forwards fadeIn;position:absolute;top:0;left:0;box-shadow:0 0 0 1px #0f0f0f0d,0 3px 6px #0f0f0f1a,0 9px 24px #0f0f0f33}.ql-table-menu__item{cursor:pointer;align-items:center;min-height:32px;padding:5px;display:flex}.ql-table-menu__item:hover{background-color:#fafbfc}.ql-table-menu__item-icon{margin-right:5px}.ql-table-menu__item-text{font:300 12px}body{margin:0}.react-flow__attribution{display:none}@font-face{font-family:Causten Round;src:url(/static/Causten-Round-Black-DZdXdBkq.ttf);font-weight:900}@font-face{font-family:Causten Round;src:url(/static/Causten-Round-Extra-Bold-CtI4osDX.ttf);font-weight:800}@font-face{font-family:Causten Round;src:url(/static/Causten-Round-Semi-Bold-BKAB6Guo.ttf);font-weight:600}@font-face{font-family:Causten Round;src:url(/static/Causten-Round-Regular-C2aRbYDa.ttf);font-weight:400}@font-face{font-family:Causten Round;src:url(/static/Causten-Round-Bold-Daud-7x7.ttf);font-weight:700}@font-face{font-family:Interphases Pro;src:url(/static/TT-Interphases-Pro-DemiBold-CxELRRm5.ttf);font-weight:600}@font-face{font-family:Interphases Pro;src:url(/static/TT-Interphases-Pro-Medium-wFLKxX0_.ttf);font-weight:500}@font-face{font-family:Interphases Pro;src:url(/static/TT-Interphases-Pro-Regular-94xIR6Pg.ttf);font-weight:400}@font-face{font-family:Tiempos Headline;src:url(/static/TiemposText-Regular-3uCVrvuu.ttf);font-weight:400}@font-face{font-family:ATB TT Norms;src:url(/static/ATB-TT-Norms-Black-DU-d1gVY.ttf);font-weight:900}@font-face{font-family:ATB TT Norms;src:url(/static/ATB-TT-Norms-ExtraBold-Z-rMr1Fh.ttf);font-weight:800}@font-face{font-family:ATB TT Norms;src:url(/static/ATB-TT-Norms-Bold-CPqhQGz1.ttf);font-weight:700}@font-face{font-family:ATB TT Norms;src:url(/static/ATB-TT-Norms-DemiBold-Cbyu15Rj.ttf);font-weight:600}@font-face{font-family:ATB TT Norms;src:url(/static/ATB-TT-Norms-Regular-eQ1sAeMc.ttf);font-weight:500}@font-face{font-family:ATB TT Norms;src:url(/static/ATB-TT-Norms-Normal-C2iZMbOC.ttf);font-weight:400}@font-face{font-family:Inter;src:url(/static/Inter-CbDa8fs0.ttf);font-weight:400}@font-face{font-family:Poppins Black;src:url(/static/Poppins-Black-Cc1I3E2r.ttf);font-weight:900;font-style:normal}@font-face{font-family:Poppins Black Italic;src:url(/static/Poppins-BlackItalic-C3VfF5bc.ttf);font-weight:900;font-style:italic}@font-face{font-family:Poppins Bold;src:url(/static/Poppins-Bold-qTAUjFF7.ttf);font-weight:700;font-style:normal}@font-face{font-family:Poppins Bold Italic;src:url(/static/Poppins-BoldItalic-wf828sMy.ttf);font-weight:700;font-style:italic}@font-face{font-family:Poppins ExtraBold;src:url(/static/Poppins-ExtraBold-CD8hvYay.ttf);font-weight:800;font-style:normal}@font-face{font-family:Poppins ExtraBold Italic;src:url(/static/Poppins-ExtraBoldItalic-BtxM3TA3.ttf);font-weight:800;font-style:italic}@font-face{font-family:Poppins ExtraLight;src:url(/static/Poppins-ExtraLight-CGi84sdt.ttf);font-weight:200;font-style:normal}@font-face{font-family:Poppins ExtraLight Italic;src:url(/static/Poppins-ExtraLightItalic-C0Yvqcj8.ttf);font-weight:200;font-style:italic}@font-face{font-family:Poppins Italic;src:url(/static/Poppins-Italic-LGM-G5Vh.ttf);font-weight:400;font-style:italic}@font-face{font-family:Poppins Light;src:url(/static/Poppins-Light-Cycx--Ht.ttf);font-weight:300;font-style:normal}@font-face{font-family:Poppins Light Italic;src:url(/static/Poppins-LightItalic-R4i_l6RS.ttf);font-weight:300;font-style:italic}@font-face{font-family:Poppins Medium;src:url(/static/Poppins-Medium-Ci_Fy78h.ttf);font-weight:500;font-style:normal}@font-face{font-family:Poppins Medium Italic;src:url(/static/Poppins-MediumItalic-LF0E_KZF.ttf);font-weight:500;font-style:italic}@font-face{font-family:Poppins Regular;src:url(/static/Poppins-Regular-D1nUktjN.ttf);font-weight:400;font-style:normal}@font-face{font-family:Poppins SemiBold;src:url(/static/Poppins-SemiBold-t2nuwk4E.ttf);font-weight:600;font-style:normal}@font-face{font-family:Poppins SemiBold Italic;src:url(/static/Poppins-SemiBoldItalic-C1CPdoN3.ttf);font-weight:600;font-style:italic}@font-face{font-family:Poppins Thin;src:url(/static/Poppins-Thin-6EIUaOEn.ttf);font-weight:100;font-style:normal}@font-face{font-family:Poppins Thin Italic;src:url(/static/Poppins-ThinItalic-uDjKNXyH.ttf);font-weight:100;font-style:italic}@font-face{font-family:Montserrat Thin;src:url(/static/Montserrat-Thin-CLa9vnJU.ttf);font-weight:100;font-style:normal}@font-face{font-family:Montserrat Thin Italic;src:url(/static/Montserrat-ThinItalic-BikSQqNX.ttf);font-weight:100;font-style:italic}@font-face{font-family:Montserrat ExtraLight;src:url(/static/Montserrat-ExtraLight-fStl-XCH.ttf);font-weight:200;font-style:normal}@font-face{font-family:Montserrat ExtraLight Italic;src:url(/static/Montserrat-ExtraLightItalic-bGm2gxU9.ttf);font-weight:200;font-style:italic}@font-face{font-family:Montserrat Light;src:url(/static/Montserrat-Light-Cbfxly1I.ttf);font-weight:300;font-style:normal}@font-face{font-family:Montserrat Light Italic;src:url(/static/Montserrat-LightItalic-CkbbNeh5.ttf);font-weight:300;font-style:italic}@font-face{font-family:Montserrat Regular;src:url(/static/Montserrat-Regular-Cw3fqWkz.ttf);font-weight:400;font-style:normal}@font-face{font-family:Montserrat Italic;src:url(/static/Montserrat-Italic-BkwzhAef.ttf);font-weight:400;font-style:italic}@font-face{font-family:Montserrat Medium;src:url(/static/Montserrat-Medium-CpRznguy.ttf);font-weight:500;font-style:normal}@font-face{font-family:Montserrat Medium Italic;src:url(/static/Montserrat-MediumItalic-Cp_2e_Gb.ttf);font-weight:500;font-style:italic}@font-face{font-family:Montserrat SemiBold;src:url(/static/Montserrat-SemiBold-Cyv6qdWd.ttf);font-weight:600;font-style:normal}@font-face{font-family:Montserrat SemiBold Italic;src:url(/static/Montserrat-SemiBoldItalic-DWJtQkMT.ttf);font-weight:600;font-style:italic}@font-face{font-family:Montserrat Bold;src:url(/static/Montserrat-Bold-BSrD1I5P.ttf);font-weight:700;font-style:normal}@font-face{font-family:Montserrat Bold Italic;src:url(/static/Montserrat-BoldItalic-Djq5cO0x.ttf);font-weight:700;font-style:italic}@font-face{font-family:Montserrat ExtraBold;src:url(/static/Montserrat-ExtraBold-DnlpJ974.ttf);font-weight:800;font-style:normal}@font-face{font-family:Montserrat ExtraBold Italic;src:url(/static/Montserrat-ExtraBoldItalic-BQyVkiOi.ttf);font-weight:800;font-style:italic}@font-face{font-family:Montserrat Black;src:url(/static/Montserrat-Black-BS-yoS0_.ttf);font-weight:900;font-style:normal}@font-face{font-family:Montserrat Black Italic;src:url(/static/Montserrat-BlackItalic-BkgWOjgl.ttf);font-weight:900;font-style:italic}@font-face{font-family:Montserrat Variable;src:url(/static/Montserrat-VariableFont_wght-CiIa1Ne8.ttf);font-weight:100 900;font-style:normal}@font-face{font-family:Montserrat Italic Variable;src:url(/static/Montserrat-Italic-VariableFont_wght-B1o0utJu.ttf);font-weight:100 900;font-style:italic}@font-face{font-family:"Newsreader 9pt Bold";src:url(/static/Newsreader_9pt-Bold-DuLRrtLd.ttf);font-weight:700;font-style:normal}@font-face{font-family:"Newsreader 9pt Bold Italic";src:url(/static/Newsreader_9pt-BoldItalic-CaYlHcFs.ttf);font-weight:700;font-style:italic}@font-face{font-family:"Newsreader 9pt ExtraBold";src:url(/static/Newsreader_9pt-ExtraBold-Bk_pNKai.ttf);font-weight:800;font-style:normal}@font-face{font-family:"Newsreader 9pt ExtraBold Italic";src:url(/static/Newsreader_9pt-ExtraBoldItalic-B_2a3X_C.ttf);font-weight:800;font-style:italic}@font-face{font-family:"Newsreader 9pt ExtraLight";src:url(/static/Newsreader_9pt-ExtraLight-6MXdZ6O2.ttf);font-weight:200;font-style:normal}@font-face{font-family:"Newsreader 9pt ExtraLight Italic";src:url(/static/Newsreader_9pt-ExtraLightItalic-D94gXLBW.ttf);font-weight:200;font-style:italic}@font-face{font-family:"Newsreader 9pt Italic";src:url(/static/Newsreader_9pt-Italic-WpsFLhVK.ttf);font-weight:400;font-style:italic}@font-face{font-family:"Newsreader 9pt Light";src:url(/static/Newsreader_9pt-Light-BIivkhSk.ttf);font-weight:300;font-style:normal}@font-face{font-family:"Newsreader 9pt Light Italic";src:url(/static/Newsreader_9pt-LightItalic-DsTXzhR8.ttf);font-weight:300;font-style:italic}@font-face{font-family:"Newsreader 9pt Medium";src:url(/static/Newsreader_9pt-Medium-D9iYHREg.ttf);font-weight:500;font-style:normal}@font-face{font-family:"Newsreader 9pt Medium Italic";src:url(/static/Newsreader_9pt-MediumItalic-D7Hm4N6G.ttf);font-weight:500;font-style:italic}@font-face{font-family:"Newsreader 9pt Regular";src:url(/static/Newsreader_9pt-Regular-BLz-mw2j.ttf);font-weight:400;font-style:normal}@font-face{font-family:"Newsreader 9pt SemiBold";src:url(/static/Newsreader_9pt-SemiBold-DeREUm8H.ttf);font-weight:600;font-style:normal}@font-face{font-family:"Newsreader 9pt SemiBold Italic";src:url(/static/Newsreader_9pt-SemiBoldItalic-BcUFjBFL.ttf);font-weight:600;font-style:italic}@font-face{font-family:"Newsreader 14pt Bold";src:url(/static/Newsreader_14pt-Bold-Baqq4esQ.ttf);font-weight:700;font-style:normal}@font-face{font-family:"Newsreader 14pt Bold Italic";src:url(/static/Newsreader_14pt-BoldItalic-CkHdsOeA.ttf);font-weight:700;font-style:italic}@font-face{font-family:"Newsreader 14pt ExtraBold";src:url(/static/Newsreader_14pt-ExtraBold-8JTCo4bh.ttf);font-weight:800;font-style:normal}@font-face{font-family:"Newsreader 14pt ExtraBold Italic";src:url(/static/Newsreader_14pt-ExtraBoldItalic-mZSCNdst.ttf);font-weight:800;font-style:italic}@font-face{font-family:"Newsreader 14pt ExtraLight";src:url(/static/Newsreader_14pt-ExtraLight-BF1y9fzq.ttf);font-weight:200;font-style:normal}@font-face{font-family:"Newsreader 14pt ExtraLight Italic";src:url(/static/Newsreader_14pt-ExtraLightItalic-zNE7fd0b.ttf);font-weight:200;font-style:italic}@font-face{font-family:"Newsreader 14pt Italic";src:url(/static/Newsreader_14pt-Italic-C_3vnaMc.ttf);font-weight:400;font-style:italic}@font-face{font-family:"Newsreader 14pt Light";src:url(/static/Newsreader_14pt-Light-zavojtsT.ttf);font-weight:300;font-style:normal}@font-face{font-family:"Newsreader 14pt Light Italic";src:url(/static/Newsreader_14pt-LightItalic-BSzebiLb.ttf);font-weight:300;font-style:italic}@font-face{font-family:"Newsreader 14pt Medium";src:url(/static/Newsreader_14pt-Medium-BYttDP6F.ttf);font-weight:500;font-style:normal}@font-face{font-family:"Newsreader 14pt Medium Italic";src:url(/static/Newsreader_14pt-MediumItalic-DD4nRHVM.ttf);font-weight:500;font-style:italic}@font-face{font-family:"Newsreader 14pt Regular";src:url(/static/Newsreader_14pt-Regular-B-Cgds8b.ttf);font-weight:400;font-style:normal}@font-face{font-family:"Newsreader 14pt SemiBold";src:url(/static/Newsreader_14pt-SemiBold-D1FfdjDI.ttf);font-weight:600;font-style:normal}@font-face{font-family:"Newsreader 14pt SemiBold Italic";src:url(/static/Newsreader_14pt-SemiBoldItalic-BmrRkfEh.ttf);font-weight:600;font-style:italic}@font-face{font-family:"Newsreader 24pt Bold";src:url(/static/Newsreader_24pt-Bold-Dr2JcBgp.ttf);font-weight:700;font-style:normal}@font-face{font-family:"Newsreader 24pt Bold Italic";src:url(/static/Newsreader_24pt-BoldItalic-CTv4wjci.ttf);font-weight:700;font-style:italic}@font-face{font-family:"Newsreader 24pt ExtraBold";src:url(/static/Newsreader_24pt-ExtraBold-B718FBaJ.ttf);font-weight:800;font-style:normal}@font-face{font-family:"Newsreader 24pt ExtraBold Italic";src:url(/static/Newsreader_24pt-ExtraBoldItalic-DmFQ0Wl2.ttf);font-weight:800;font-style:italic}@font-face{font-family:"Newsreader 24pt ExtraLight";src:url(/static/Newsreader_24pt-ExtraLight-CLKbYW8_.ttf);font-weight:200;font-style:normal}@font-face{font-family:"Newsreader 24pt ExtraLight Italic";src:url(/static/Newsreader_24pt-ExtraLightItalic-BwwGDU_U.ttf);font-weight:200;font-style:italic}@font-face{font-family:"Newsreader 24pt Italic";src:url(/static/Newsreader_24pt-Italic-k3yF-W_i.ttf);font-weight:400;font-style:italic}@font-face{font-family:"Newsreader 24pt Light";src:url(/static/Newsreader_24pt-Light-Dx1pIewV.ttf);font-weight:300;font-style:normal}@font-face{font-family:"Newsreader 24pt Light Italic";src:url(/static/Newsreader_24pt-LightItalic-DtEGs4nF.ttf);font-weight:300;font-style:italic}@font-face{font-family:"Newsreader 24pt Medium";src:url(/static/Newsreader_24pt-Medium-rMlRDN1s.ttf);font-weight:500;font-style:normal}@font-face{font-family:"Newsreader 24pt Medium Italic";src:url(/static/Newsreader_24pt-MediumItalic-DeHlX4OJ.ttf);font-weight:500;font-style:italic}@font-face{font-family:"Newsreader 24pt Regular";src:url(/static/Newsreader_24pt-Regular-iOQRtv4-.ttf);font-weight:400;font-style:normal}@font-face{font-family:"Newsreader 24pt SemiBold";src:url(/static/Newsreader_24pt-SemiBold-D8Q-SU1S.ttf);font-weight:600;font-style:normal}@font-face{font-family:"Newsreader 24pt SemiBold Italic";src:url(/static/Newsreader_24pt-SemiBoldItalic-DVRF_QKl.ttf);font-weight:600;font-style:italic}@font-face{font-family:"Newsreader 36pt Bold";src:url(/static/Newsreader_36pt-Bold-B6Wbt0rd.ttf);font-weight:700;font-style:normal}@font-face{font-family:"Newsreader 36pt Bold Italic";src:url(/static/Newsreader_36pt-BoldItalic-BrKK5LA8.ttf);font-weight:700;font-style:italic}@font-face{font-family:"Newsreader 36pt ExtraBold";src:url(/static/Newsreader_36pt-ExtraBold-xBSfbWwA.ttf);font-weight:800;font-style:normal}@font-face{font-family:"Newsreader 36pt ExtraBold Italic";src:url(/static/Newsreader_36pt-ExtraBoldItalic-Ckqp6JFa.ttf);font-weight:800;font-style:italic}@font-face{font-family:"Newsreader 36pt ExtraLight";src:url(/static/Newsreader_36pt-ExtraLight-VFHkA299.ttf);font-weight:200;font-style:normal}@font-face{font-family:"Newsreader 36pt ExtraLight Italic";src:url(/static/Newsreader_36pt-ExtraLightItalic-Cj4LPWpo.ttf);font-weight:200;font-style:italic}@font-face{font-family:"Newsreader 36pt Italic";src:url(/static/Newsreader_36pt-Italic-sbVxWu5y.ttf);font-weight:400;font-style:italic}@font-face{font-family:"Newsreader 36pt Light";src:url(/static/Newsreader_36pt-Light-T4ZVWMhc.ttf);font-weight:300;font-style:normal}@font-face{font-family:"Newsreader 36pt Light Italic";src:url(/static/Newsreader_36pt-LightItalic-Dxb1ufh5.ttf);font-weight:300;font-style:italic}@font-face{font-family:"Newsreader 36pt Medium";src:url(/static/Newsreader_36pt-Medium-B-cwDgq8.ttf);font-weight:500;font-style:normal}@font-face{font-family:"Newsreader 36pt Medium Italic";src:url(/static/Newsreader_36pt-MediumItalic-D5ZP2tXt.ttf);font-weight:500;font-style:italic}@font-face{font-family:"Newsreader 36pt Regular";src:url(/static/Newsreader_36pt-Regular-CwlXCUT5.ttf);font-weight:400;font-style:normal}@font-face{font-family:"Newsreader 36pt SemiBold";src:url(/static/Newsreader_36pt-SemiBold-CykpaegX.ttf);font-weight:600;font-style:normal}@font-face{font-family:"Newsreader 36pt SemiBold Italic";src:url(/static/Newsreader_36pt-SemiBoldItalic-DDAoFyy7.ttf);font-weight:600;font-style:italic}@font-face{font-family:"Newsreader 60pt Bold";src:url(/static/Newsreader_60pt-Bold-CnUyoOta.ttf);font-weight:700;font-style:normal}@font-face{font-family:"Newsreader 60pt Bold Italic";src:url(/static/Newsreader_60pt-BoldItalic-Dv4PNkI4.ttf);font-weight:700;font-style:italic}@font-face{font-family:"Newsreader 60pt ExtraBold";src:url(/static/Newsreader_60pt-ExtraBold-t_itPVB0.ttf);font-weight:800;font-style:normal}@font-face{font-family:"Newsreader 60pt ExtraBold Italic";src:url(/static/Newsreader_60pt-ExtraBoldItalic-DtDO93lm.ttf);font-weight:800;font-style:italic}@font-face{font-family:"Newsreader 60pt ExtraLight";src:url(/static/Newsreader_60pt-ExtraLight-D-eGwSbY.ttf);font-weight:200;font-style:normal}@font-face{font-family:"Newsreader 60pt ExtraLight Italic";src:url(/static/Newsreader_60pt-ExtraLightItalic-DLgnLFgO.ttf);font-weight:200;font-style:italic}@font-face{font-family:"Newsreader 60pt Italic";src:url(/static/Newsreader_60pt-Italic-BArdbfLB.ttf);font-weight:400;font-style:italic}@font-face{font-family:"Newsreader 60pt Light";src:url(/static/Newsreader_60pt-Light-C_gz5Z7w.ttf);font-weight:300;font-style:normal}@font-face{font-family:"Newsreader 60pt Light Italic";src:url(/static/Newsreader_60pt-LightItalic-VYJ3q8Lg.ttf);font-weight:300;font-style:italic}@font-face{font-family:"Newsreader 60pt Medium";src:url(/static/Newsreader_60pt-Medium-B4Wq2zci.ttf);font-weight:500;font-style:normal}@font-face{font-family:"Newsreader 60pt Medium Italic";src:url(/static/Newsreader_60pt-MediumItalic-DWxJf7ji.ttf);font-weight:500;font-style:italic}@font-face{font-family:"Newsreader 60pt Regular";src:url(/static/Newsreader_60pt-Regular-BVxvrxxT.ttf);font-weight:400;font-style:normal}@font-face{font-family:"Newsreader 60pt SemiBold";src:url(/static/Newsreader_60pt-SemiBold-miFPfB4R.ttf);font-weight:600;font-style:normal}@font-face{font-family:"Newsreader 60pt SemiBold Italic";src:url(/static/Newsreader_60pt-SemiBoldItalic-B3NFdIvn.ttf);font-weight:600;font-style:italic}@font-face{font-family:Newsreader Variable;src:url(/static/Newsreader-VariableFont_opsz_wght-8a8hFRhP.ttf);font-weight:100 900;font-style:normal}@font-face{font-family:Newsreader Italic Variable;src:url(/static/Newsreader-Italic-VariableFont_opsz_wght-BGTh9DZh.ttf);font-weight:100 900;font-style:italic}@font-face{font-family:Proxima Nova;src:url(/static/proximanova-regular-DFMCvZXn.otf)format("opentype");font-weight:400;font-style:normal}@font-face{font-family:Proxima Nova;src:url(/static/proximanova-semibold-eDCRubg7.otf)format("opentype");font-weight:600;font-style:normal}@font-face{font-family:Proxima Nova;src:url(/static/proximanova-bold-BPjV6jiA.otf)format("opentype");font-weight:700;font-style:normal}@font-face{font-family:Lato Black;src:url(/static/Lato-Black-BGKY3P7n.ttf);font-weight:900;font-style:normal}@font-face{font-family:Lato Black Italic;src:url(/static/Lato-BlackItalic-Bn3AYdVg.ttf);font-weight:900;font-style:italic}@font-face{font-family:Lato Bold;src:url(/static/Lato-Bold-B5iD31kO.ttf);font-weight:700;font-style:normal}@font-face{font-family:Lato Bold Italic;src:url(/static/Lato-BoldItalic-CT6m3OwA.ttf);font-weight:700;font-style:italic}@font-face{font-family:Lato Italic;src:url(/static/Lato-Italic-DOTKc3_v.ttf);font-weight:400;font-style:italic}@font-face{font-family:Lato Light;src:url(/static/Lato-Light-hJCcuSzX.ttf);font-weight:300;font-style:normal}@font-face{font-family:Lato Light Italic;src:url(/static/Lato-LightItalic-DInKUxwu.ttf);font-weight:300;font-style:italic}@font-face{font-family:Lato Regular;src:url(/static/Lato-Regular-BwLIet1C.ttf);font-weight:400;font-style:normal}@font-face{font-family:Lato Thin;src:url(/static/Lato-Thin-BBFgnKgu.ttf);font-weight:100;font-style:normal}@font-face{font-family:Lato Thin Italic;src:url(/static/Lato-ThinItalic-BKQInFEV.ttf);font-weight:100;font-style:italic}@font-face{font-family:HurmeGeometricSans1;src:url(/static/HurmeGeometricSans1-BdXZJwLX.otf);font-weight:400;font-style:normal}@font-face{font-family:HurmeGeometricSans1 Oblique;src:url(/static/HurmeGeometricSans1-Oblique-B0NNTBzm.otf);font-weight:400;font-style:oblique}@font-face{font-family:HurmeGeometricSans1 Thin;src:url(/static/HurmeGeometricSans1-Thin-CrCdykz4.otf);font-weight:100;font-style:normal}@font-face{font-family:HurmeGeometricSans1 ThinOblique;src:url(/static/HurmeGeometricSans1-ThinOblique-9iNHe523.otf);font-weight:100;font-style:oblique}@font-face{font-family:HurmeGeometricSans1 Hairline;src:url(/static/HurmeGeometricSans1-Hairline-BEFz2oHE.otf);font-weight:100;font-style:normal}@font-face{font-family:HurmeGeometricSans1 HairlineOblique;src:url(/static/HurmeGeometricSans1-HairlineOblique-BbXLrky-.otf);font-weight:100;font-style:oblique}@font-face{font-family:HurmeGeometricSans1 Light;src:url(/static/HurmeGeometricSans1-Light-po6mGbZc.otf);font-weight:300;font-style:normal}@font-face{font-family:HurmeGeometricSans1 LightOblique;src:url(/static/HurmeGeometricSans1-LightOblique-hKeSJ37C.otf);font-weight:300;font-style:oblique}@font-face{font-family:HurmeGeometricSans1 SemiBold;src:url(/static/HurmeGeometricSans1-SemiBold-BKYsFMf4.otf);font-weight:600;font-style:normal}@font-face{font-family:HurmeGeometricSans1 SemiBoldOblique;src:url(/static/HurmeGeometricSans1-SemiBoldOblique-hzZxwH1t.otf);font-weight:600;font-style:oblique}@font-face{font-family:HurmeGeometricSans1 Bold;src:url(/static/HurmeGeometricSans1-Bold-DyM4Hgqf.otf);font-weight:700;font-style:normal}@font-face{font-family:HurmeGeometricSans1 BoldOblique;src:url(/static/HurmeGeometricSans1-BoldOblique-Bhwy9xU3.otf);font-weight:700;font-style:oblique}@font-face{font-family:HurmeGeometricSans1 Black;src:url(/static/HurmeGeometricSans1-Black-DoLGp1He.otf);font-weight:900;font-style:normal}@font-face{font-family:HurmeGeometricSans1 BlackOblique;src:url(/static/HurmeGeometricSans1-BlackOblique-AT_FrKic.otf);font-weight:900;font-style:oblique}@font-face{font-family:Roboto Thin;src:url(/static/Roboto-Thin-DL0duS5J.ttf);font-weight:100;font-style:normal}@font-face{font-family:Roboto Thin Italic;src:url(/static/Roboto-ThinItalic-CCGclg3t.ttf);font-weight:100;font-style:italic}@font-face{font-family:Roboto ExtraLight;src:url(/static/Roboto-ExtraLight-BcarhL20.ttf);font-weight:200;font-style:normal}@font-face{font-family:Roboto ExtraLight Italic;src:url(/static/Roboto-ExtraLightItalic-DavaQGqX.ttf);font-weight:200;font-style:italic}@font-face{font-family:Roboto Light;src:url(/static/Roboto-Light-r0KW6U_F.ttf);font-weight:300;font-style:normal}@font-face{font-family:Roboto Light Italic;src:url(/static/Roboto-LightItalic-DfY0f4zU.ttf);font-weight:300;font-style:italic}@font-face{font-family:Roboto Regular;src:url(/static/Roboto-Regular-CN_pkOMA.ttf);font-weight:400;font-style:normal}@font-face{font-family:Roboto Italic;src:url(/static/Roboto-Italic-B1M5SgEt.ttf);font-weight:400;font-style:italic}@font-face{font-family:Roboto Medium;src:url(/static/Roboto-Medium-CwcsZ-zd.ttf);font-weight:500;font-style:normal}@font-face{font-family:Roboto Medium Italic;src:url(/static/Roboto-MediumItalic-_ZOwZW4s.ttf);font-weight:500;font-style:italic}@font-face{font-family:Roboto SemiBold;src:url(/static/Roboto-SemiBold-EVIM0_1H.ttf);font-weight:600;font-style:normal}@font-face{font-family:Roboto SemiBold Italic;src:url(/static/Roboto-SemiBoldItalic-BqO-gUWJ.ttf);font-weight:600;font-style:italic}@font-face{font-family:Roboto Bold;src:url(/static/Roboto-Bold-_ZJd4Sbe.ttf);font-weight:700;font-style:normal}@font-face{font-family:Roboto Bold Italic;src:url(/static/Roboto-BoldItalic-fQGyIEb-.ttf);font-weight:700;font-style:italic}@font-face{font-family:Roboto ExtraBold;src:url(/static/Roboto-ExtraBold-CL74Hpzo.ttf);font-weight:800;font-style:normal}@font-face{font-family:Roboto ExtraBold Italic;src:url(/static/Roboto-ExtraBoldItalic-D_oFAJWS.ttf);font-weight:800;font-style:italic}@font-face{font-family:Roboto Black;src:url(/static/Roboto-Black-BTYGK7k3.ttf);font-weight:900;font-style:normal}@font-face{font-family:Roboto Black Italic;src:url(/static/Roboto-BlackItalic-Cbx6xfEy.ttf);font-weight:900;font-style:italic}@font-face{font-family:Newsreader;src:url(/static/Newsreader-VariableFont_opsz_wght-Wtis3NRF.ttf)format("truetype");font-weight:100 900;font-style:normal}@font-face{font-family:Newsreader;src:url(/static/Newsreader-Italic-VariableFont_opsz_wght-m7Az5eIT.ttf)format("truetype");font-weight:100 900;font-style:italic}@font-face{font-family:Source Sans ExtraLight;src:url(/static/SourceSans3-ExtraLight-C33ykwRD.ttf);font-weight:200;font-style:normal}@font-face{font-family:Source Sans ExtraLight Italic;src:url(/static/SourceSans3-ExtraLightIt-BJEXYKjY.ttf);font-weight:200;font-style:italic}@font-face{font-family:Source Sans Light;src:url(/static/SourceSans3-Light-DDL8B96x.ttf);font-weight:300;font-style:normal}@font-face{font-family:Source Sans Light Italic;src:url(/static/SourceSans3-LightIt-LNpT3Nxd.ttf);font-weight:300;font-style:italic}@font-face{font-family:Source Sans Regular;src:url(/static/SourceSans3-Regular-CgvQnV7E.ttf);font-weight:400;font-style:normal}@font-face{font-family:Source Sans Italic;src:url(/static/SourceSans3-It-DITjszrv.ttf);font-weight:400;font-style:italic}@font-face{font-family:Source Sans Medium;src:url(/static/SourceSans3-Medium-BvS3kqbt.ttf);font-weight:500;font-style:normal}@font-face{font-family:Source Sans Medium Italic;src:url(/static/SourceSans3-MediumIt-DM3NEdsE.ttf);font-weight:500;font-style:italic}@font-face{font-family:Source Sans SemiBold;src:url(/static/SourceSans3-Semibold-Bz5Pz_jG.ttf);font-weight:600;font-style:normal}@font-face{font-family:Source Sans SemiBold Italic;src:url(/static/SourceSans3-SemiboldIt-2JBvNjGw.ttf);font-weight:600;font-style:italic}@font-face{font-family:Source Sans Bold;src:url(/static/SourceSans3-Bold-D6_5tO0y.ttf);font-weight:700;font-style:normal}@font-face{font-family:Source Sans Bold Italic;src:url(/static/SourceSans3-BoldIt-cUqNcye2.ttf);font-weight:700;font-style:italic}@font-face{font-family:Source Sans Black;src:url(/static/SourceSans3-Black-BzXPLmDE.ttf);font-weight:900;font-style:normal}@font-face{font-family:Source Sans Black Italic;src:url(/static/SourceSans3-BlackIt-VMTgTEya.ttf);font-weight:900;font-style:italic}@font-face{font-family:Manier Thin;src:url(/static/Manier-Thin-B6r6ZWZu.otf)format("opentype");font-weight:100;font-style:normal}@font-face{font-family:Manier Thin Italic;src:url(/static/Manier-ThinItalic-CHl9H7DV.otf)format("opentype");font-weight:100;font-style:italic}@font-face{font-family:Manier Light;src:url(/static/Manier-Light-B_6jWTOn.otf)format("opentype");font-weight:300;font-style:normal}@font-face{font-family:Manier Light Italic;src:url(/static/Manier-LightItalic-BwE8wtCh.otf)format("opentype");font-weight:300;font-style:italic}@font-face{font-family:Manier Regular;src:url(/static/Manier-Regular-DTRUSBBw.otf)format("opentype");font-weight:400;font-style:normal}@font-face{font-family:Manier Italic;src:url(/static/Manier-RegularItalic-CIFNu21J.otf)format("opentype");font-weight:400;font-style:italic}@font-face{font-family:Manier Medium;src:url(/static/Manier-Medium-Dn-WUU2f.otf)format("opentype");font-weight:500;font-style:normal}@font-face{font-family:Manier Medium Italic;src:url(/static/Manier-MediumItalic-CAY4LrHW.otf)format("opentype");font-weight:500;font-style:italic}@font-face{font-family:Manier Bold;src:url(/static/Manier-Bold-BGFwbc-V.otf)format("opentype");font-weight:700;font-style:normal}@font-face{font-family:Manier Bold Italic;src:url(/static/Manier-BoldItalic-gQ0ciVvo.otf)format("opentype");font-weight:700;font-style:italic}@font-face{font-family:Manier Heavy;src:url(/static/Manier-Heavy-DTptTZHX.otf)format("opentype");font-weight:900;font-style:normal}@font-face{font-family:Manier Heavy Italic;src:url(/static/Manier-HeavyItalic-mDiWBaU5.otf)format("opentype");font-weight:900;font-style:italic}
