| 1441 | ariadna | 1 | @keyframes tox-rotation {
 | 
        
           |  |  | 2 |   0% {
 | 
        
           |  |  | 3 |     transform: rotate(0deg);
 | 
        
           |  |  | 4 |   }
 | 
        
           |  |  | 5 |   100% {
 | 
        
           |  |  | 6 |     transform: rotate(360deg);
 | 
        
           |  |  | 7 |   }
 | 
        
           |  |  | 8 | }
 | 
        
           | 1 | efrain | 9 | .mce-content-body .mce-item-anchor {
 | 
        
           |  |  | 10 |   background: transparent url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D'8'%20height%3D'12'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20d%3D'M0%200L8%200%208%2012%204.09117821%209%200%2012z'%20fill%3D%22%23cccccc%22%2F%3E%3C%2Fsvg%3E%0A") no-repeat center;
 | 
        
           |  |  | 11 | }
 | 
        
           |  |  | 12 | .mce-content-body .mce-item-anchor:empty {
 | 
        
           |  |  | 13 |   cursor: default;
 | 
        
           |  |  | 14 |   display: inline-block;
 | 
        
           |  |  | 15 |   height: 12px !important;
 | 
        
           |  |  | 16 |   padding: 0 2px;
 | 
        
           |  |  | 17 |   -webkit-user-modify: read-only;
 | 
        
           |  |  | 18 |   -moz-user-modify: read-only;
 | 
        
           |  |  | 19 |   -webkit-user-select: all;
 | 
        
           |  |  | 20 |   user-select: all;
 | 
        
           |  |  | 21 |   width: 8px !important;
 | 
        
           |  |  | 22 | }
 | 
        
           |  |  | 23 | .mce-content-body .mce-item-anchor:not(:empty) {
 | 
        
           |  |  | 24 |   background-position-x: 2px;
 | 
        
           |  |  | 25 |   display: inline-block;
 | 
        
           |  |  | 26 |   padding-left: 12px;
 | 
        
           |  |  | 27 | }
 | 
        
           |  |  | 28 | .mce-content-body .mce-item-anchor[data-mce-selected] {
 | 
        
           |  |  | 29 |   outline-offset: 1px;
 | 
        
           |  |  | 30 | }
 | 
        
           |  |  | 31 | .tox-comments-visible .tox-comment[contenteditable="false"]:not([data-mce-selected]),
 | 
        
           |  |  | 32 | .tox-comments-visible span.tox-comment img:not([data-mce-selected]),
 | 
        
           |  |  | 33 | .tox-comments-visible span.tox-comment > audio:not([data-mce-selected]),
 | 
        
           |  |  | 34 | .tox-comments-visible span.tox-comment > video:not([data-mce-selected]),
 | 
        
           |  |  | 35 | .tox-comments-visible span.tox-comment span.mce-preview-object:not([data-mce-selected]) {
 | 
        
           | 1441 | ariadna | 36 |   outline: 3px solid #4e4f3b;
 | 
        
           | 1 | efrain | 37 | }
 | 
        
           |  |  | 38 | .tox-comments-visible .tox-comment[contenteditable="false"][data-mce-annotation-active="true"]:not([data-mce-selected]) {
 | 
        
           | 1441 | ariadna | 39 |   outline: 3px solid #ffcf30;
 | 
        
           | 1 | efrain | 40 | }
 | 
        
           | 1441 | ariadna | 41 | .tox-comments-visible span.tox-comment:not([data-mce-selected]) {
 | 
        
           |  |  | 42 |   background-color: #4e4f3b;
 | 
        
           |  |  | 43 |   outline: none;
 | 
        
           |  |  | 44 | }
 | 
        
           |  |  | 45 | .tox-comments-visible span.tox-comment[data-mce-annotation-active="true"]:not([data-mce-selected="inline-boundary"]) {
 | 
        
           |  |  | 46 |   background-color: #4e4f3b;
 | 
        
           |  |  | 47 | }
 | 
        
           |  |  | 48 | .tox-comments-visible span.tox-comment[data-mce-selected] {
 | 
        
           |  |  | 49 |   background-color: #4e4f3b;
 | 
        
           |  |  | 50 |   border-radius: 3px;
 | 
        
           |  |  | 51 |   box-shadow: 0 0 0 2px #006ce7;
 | 
        
           |  |  | 52 | }
 | 
        
           |  |  | 53 | .tox-comments-visible span.tox-comment[data-mce-selected]:has(img[data-mce-selected],
 | 
        
           |  |  | 54 |         > audio[data-mce-selected],
 | 
        
           |  |  | 55 |         > video[data-mce-selected],
 | 
        
           |  |  | 56 |         span.mce-preview-object[data-mce-selected]) {
 | 
        
           |  |  | 57 |   box-shadow: none;
 | 
        
           |  |  | 58 | }
 | 
        
           |  |  | 59 | .tox-comments-visible span.tox-comment[data-mce-selected] img:not([data-mce-selected]),
 | 
        
           |  |  | 60 | .tox-comments-visible span.tox-comment[data-mce-selected] > audio:not([data-mce-selected]),
 | 
        
           |  |  | 61 | .tox-comments-visible span.tox-comment[data-mce-selected] > video:not([data-mce-selected]),
 | 
        
           |  |  | 62 | .tox-comments-visible span.tox-comment[data-mce-selected] span.mce-preview-object:not([data-mce-selected]) {
 | 
        
           |  |  | 63 |   box-shadow: 0 0 0 5px #006ce7;
 | 
        
           |  |  | 64 | }
 | 
        
           | 1 | efrain | 65 | .tox-comments-visible span.tox-comment[data-mce-annotation-active="true"] img:not([data-mce-selected]),
 | 
        
           |  |  | 66 | .tox-comments-visible span.tox-comment[data-mce-annotation-active="true"] > audio:not([data-mce-selected]),
 | 
        
           |  |  | 67 | .tox-comments-visible span.tox-comment[data-mce-annotation-active="true"] > video:not([data-mce-selected]),
 | 
        
           |  |  | 68 | .tox-comments-visible span.tox-comment[data-mce-annotation-active="true"] span.mce-preview-object:not([data-mce-selected]) {
 | 
        
           | 1441 | ariadna | 69 |   outline: 3px solid #ffcf30;
 | 
        
           | 1 | efrain | 70 | }
 | 
        
           |  |  | 71 | .tox-checklist > li:not(.tox-checklist--hidden) {
 | 
        
           |  |  | 72 |   list-style: none;
 | 
        
           |  |  | 73 |   margin: 0.25em 0;
 | 
        
           |  |  | 74 | }
 | 
        
           |  |  | 75 | .tox-checklist > li:not(.tox-checklist--hidden)::before {
 | 
        
           |  |  | 76 |   content: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cg%20id%3D%22checklist-unchecked%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Crect%20id%3D%22Rectangle%22%20width%3D%2215%22%20height%3D%2215%22%20x%3D%22.5%22%20y%3D%22.5%22%20fill-rule%3D%22nonzero%22%20stroke%3D%22%236d737b%22%20rx%3D%222%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A");
 | 
        
           |  |  | 77 |   cursor: pointer;
 | 
        
           |  |  | 78 |   height: 1em;
 | 
        
           |  |  | 79 |   margin-left: -1.5em;
 | 
        
           |  |  | 80 |   margin-top: 0.125em;
 | 
        
           |  |  | 81 |   position: absolute;
 | 
        
           |  |  | 82 |   width: 1em;
 | 
        
           |  |  | 83 | }
 | 
        
           |  |  | 84 | .tox-checklist li:not(.tox-checklist--hidden).tox-checklist--checked::before {
 | 
        
           |  |  | 85 |   content: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cg%20id%3D%22checklist-checked%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Crect%20id%3D%22Rectangle%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%234099FF%22%20fill-rule%3D%22nonzero%22%20rx%3D%222%22%2F%3E%3Cpath%20id%3D%22Path%22%20fill%3D%22%23FFF%22%20fill-rule%3D%22nonzero%22%20d%3D%22M11.5703186%2C3.14417309%20C11.8516238%2C2.73724603%2012.4164781%2C2.62829933%2012.83558%2C2.89774797%20C13.260121%2C3.17069355%2013.3759736%2C3.72932262%2013.0909105%2C4.14168582%20L7.7580587%2C11.8560195%20C7.43776896%2C12.3193404%206.76483983%2C12.3852142%206.35607322%2C11.9948725%20L3.02491697%2C8.8138662%20C2.66090143%2C8.46625845%202.65798871%2C7.89594698%203.01850234%2C7.54483354%20C3.373942%2C7.19866177%203.94940006%2C7.19592841%204.30829608%2C7.5386474%20L6.85276923%2C9.9684299%20L11.5703186%2C3.14417309%20Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A");
 | 
        
           |  |  | 86 | }
 | 
        
           |  |  | 87 | [dir=rtl] .tox-checklist > li:not(.tox-checklist--hidden)::before {
 | 
        
           |  |  | 88 |   margin-left: 0;
 | 
        
           |  |  | 89 |   margin-right: -1.5em;
 | 
        
           |  |  | 90 | }
 | 
        
           |  |  | 91 | /* stylelint-disable */
 | 
        
           |  |  | 92 | /* http://prismjs.com/ */
 | 
        
           |  |  | 93 | /**
 | 
        
           |  |  | 94 |  * Dracula Theme originally by Zeno Rocha [@zenorocha]
 | 
        
           |  |  | 95 |  * https://draculatheme.com/
 | 
        
           |  |  | 96 |  *
 | 
        
           |  |  | 97 |  * Ported for PrismJS by Albert Vallverdu [@byverdu]
 | 
        
           |  |  | 98 |  */
 | 
        
           |  |  | 99 | code[class*="language-"],
 | 
        
           |  |  | 100 | pre[class*="language-"] {
 | 
        
           |  |  | 101 |   color: #f8f8f2;
 | 
        
           |  |  | 102 |   background: none;
 | 
        
           |  |  | 103 |   text-shadow: 0 1px rgba(0, 0, 0, 0.3);
 | 
        
           |  |  | 104 |   font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
 | 
        
           |  |  | 105 |   text-align: left;
 | 
        
           |  |  | 106 |   white-space: pre;
 | 
        
           |  |  | 107 |   word-spacing: normal;
 | 
        
           |  |  | 108 |   word-break: normal;
 | 
        
           |  |  | 109 |   word-wrap: normal;
 | 
        
           |  |  | 110 |   line-height: 1.5;
 | 
        
           |  |  | 111 |   tab-size: 4;
 | 
        
           |  |  | 112 |   hyphens: none;
 | 
        
           |  |  | 113 | }
 | 
        
           |  |  | 114 | /* Code blocks */
 | 
        
           |  |  | 115 | pre[class*="language-"] {
 | 
        
           |  |  | 116 |   padding: 1em;
 | 
        
           |  |  | 117 |   margin: 0.5em 0;
 | 
        
           |  |  | 118 |   overflow: auto;
 | 
        
           |  |  | 119 |   border-radius: 0.3em;
 | 
        
           |  |  | 120 | }
 | 
        
           |  |  | 121 | :not(pre) > code[class*="language-"],
 | 
        
           |  |  | 122 | pre[class*="language-"] {
 | 
        
           |  |  | 123 |   background: #282a36;
 | 
        
           |  |  | 124 | }
 | 
        
           |  |  | 125 | /* Inline code */
 | 
        
           |  |  | 126 | :not(pre) > code[class*="language-"] {
 | 
        
           |  |  | 127 |   padding: 0.1em;
 | 
        
           |  |  | 128 |   border-radius: 0.3em;
 | 
        
           |  |  | 129 |   white-space: normal;
 | 
        
           |  |  | 130 | }
 | 
        
           |  |  | 131 | .token.comment,
 | 
        
           |  |  | 132 | .token.prolog,
 | 
        
           |  |  | 133 | .token.doctype,
 | 
        
           |  |  | 134 | .token.cdata {
 | 
        
           |  |  | 135 |   color: #6272a4;
 | 
        
           |  |  | 136 | }
 | 
        
           |  |  | 137 | .token.punctuation {
 | 
        
           |  |  | 138 |   color: #f8f8f2;
 | 
        
           |  |  | 139 | }
 | 
        
           |  |  | 140 | .namespace {
 | 
        
           |  |  | 141 |   opacity: 0.7;
 | 
        
           |  |  | 142 | }
 | 
        
           |  |  | 143 | .token.property,
 | 
        
           |  |  | 144 | .token.tag,
 | 
        
           |  |  | 145 | .token.constant,
 | 
        
           |  |  | 146 | .token.symbol,
 | 
        
           |  |  | 147 | .token.deleted {
 | 
        
           |  |  | 148 |   color: #ff79c6;
 | 
        
           |  |  | 149 | }
 | 
        
           |  |  | 150 | .token.boolean,
 | 
        
           |  |  | 151 | .token.number {
 | 
        
           |  |  | 152 |   color: #bd93f9;
 | 
        
           |  |  | 153 | }
 | 
        
           |  |  | 154 | .token.selector,
 | 
        
           |  |  | 155 | .token.attr-name,
 | 
        
           |  |  | 156 | .token.string,
 | 
        
           |  |  | 157 | .token.char,
 | 
        
           |  |  | 158 | .token.builtin,
 | 
        
           |  |  | 159 | .token.inserted {
 | 
        
           |  |  | 160 |   color: #50fa7b;
 | 
        
           |  |  | 161 | }
 | 
        
           |  |  | 162 | .token.operator,
 | 
        
           |  |  | 163 | .token.entity,
 | 
        
           |  |  | 164 | .token.url,
 | 
        
           |  |  | 165 | .language-css .token.string,
 | 
        
           |  |  | 166 | .style .token.string,
 | 
        
           |  |  | 167 | .token.variable {
 | 
        
           |  |  | 168 |   color: #f8f8f2;
 | 
        
           |  |  | 169 | }
 | 
        
           |  |  | 170 | .token.atrule,
 | 
        
           |  |  | 171 | .token.attr-value,
 | 
        
           |  |  | 172 | .token.function,
 | 
        
           |  |  | 173 | .token.class-name {
 | 
        
           |  |  | 174 |   color: #f1fa8c;
 | 
        
           |  |  | 175 | }
 | 
        
           |  |  | 176 | .token.keyword {
 | 
        
           |  |  | 177 |   color: #8be9fd;
 | 
        
           |  |  | 178 | }
 | 
        
           |  |  | 179 | .token.regex,
 | 
        
           |  |  | 180 | .token.important {
 | 
        
           |  |  | 181 |   color: #ffb86c;
 | 
        
           |  |  | 182 | }
 | 
        
           |  |  | 183 | .token.important,
 | 
        
           |  |  | 184 | .token.bold {
 | 
        
           |  |  | 185 |   font-weight: bold;
 | 
        
           |  |  | 186 | }
 | 
        
           |  |  | 187 | .token.italic {
 | 
        
           |  |  | 188 |   font-style: italic;
 | 
        
           |  |  | 189 | }
 | 
        
           |  |  | 190 | .token.entity {
 | 
        
           |  |  | 191 |   cursor: help;
 | 
        
           |  |  | 192 | }
 | 
        
           |  |  | 193 | /* stylelint-enable */
 | 
        
           |  |  | 194 | .mce-content-body {
 | 
        
           |  |  | 195 |   overflow-wrap: break-word;
 | 
        
           |  |  | 196 |   word-wrap: break-word;
 | 
        
           |  |  | 197 | }
 | 
        
           |  |  | 198 | .mce-content-body .mce-visual-caret {
 | 
        
           |  |  | 199 |   background-color: black;
 | 
        
           |  |  | 200 |   background-color: currentColor;
 | 
        
           |  |  | 201 |   position: absolute;
 | 
        
           |  |  | 202 | }
 | 
        
           |  |  | 203 | .mce-content-body .mce-visual-caret-hidden {
 | 
        
           |  |  | 204 |   display: none;
 | 
        
           |  |  | 205 | }
 | 
        
           |  |  | 206 | .mce-content-body *[data-mce-caret] {
 | 
        
           |  |  | 207 |   left: -1000px;
 | 
        
           |  |  | 208 |   margin: 0;
 | 
        
           |  |  | 209 |   padding: 0;
 | 
        
           |  |  | 210 |   position: absolute;
 | 
        
           |  |  | 211 |   right: auto;
 | 
        
           |  |  | 212 |   top: 0;
 | 
        
           |  |  | 213 | }
 | 
        
           |  |  | 214 | .mce-content-body .mce-offscreen-selection {
 | 
        
           |  |  | 215 |   left: -2000000px;
 | 
        
           |  |  | 216 |   max-width: 1000000px;
 | 
        
           |  |  | 217 |   position: absolute;
 | 
        
           |  |  | 218 | }
 | 
        
           |  |  | 219 | .mce-content-body *[contentEditable=false] {
 | 
        
           |  |  | 220 |   cursor: default;
 | 
        
           |  |  | 221 | }
 | 
        
           |  |  | 222 | .mce-content-body *[contentEditable=true] {
 | 
        
           |  |  | 223 |   cursor: text;
 | 
        
           |  |  | 224 | }
 | 
        
           |  |  | 225 | .tox-cursor-format-painter {
 | 
        
           |  |  | 226 |   cursor: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23000%22%20fill-rule%3D%22nonzero%22%20d%3D%22M15%2C6%20C15%2C5.45%2014.55%2C5%2014%2C5%20L6%2C5%20C5.45%2C5%205%2C5.45%205%2C6%20L5%2C10%20C5%2C10.55%205.45%2C11%206%2C11%20L14%2C11%20C14.55%2C11%2015%2C10.55%2015%2C10%20L15%2C9%20L16%2C9%20L16%2C12%20L9%2C12%20L9%2C19%20C9%2C19.55%209.45%2C20%2010%2C20%20L11%2C20%20C11.55%2C20%2012%2C19.55%2012%2C19%20L12%2C14%20L18%2C14%20L18%2C7%20L15%2C7%20L15%2C6%20Z%22%2F%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23000%22%20fill-rule%3D%22nonzero%22%20d%3D%22M1%2C1%20L8.25%2C1%20C8.66421356%2C1%209%2C1.33578644%209%2C1.75%20L9%2C1.75%20C9%2C2.16421356%208.66421356%2C2.5%208.25%2C2.5%20L2.5%2C2.5%20L2.5%2C8.25%20C2.5%2C8.66421356%202.16421356%2C9%201.75%2C9%20L1.75%2C9%20C1.33578644%2C9%201%2C8.66421356%201%2C8.25%20L1%2C1%20Z%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A"), default;
 | 
        
           |  |  | 227 | }
 | 
        
           |  |  | 228 | div.mce-footnotes hr {
 | 
        
           | 1441 | ariadna | 229 |   margin-inline: 0 auto;
 | 
        
           | 1 | efrain | 230 |   width: 25%;
 | 
        
           |  |  | 231 | }
 | 
        
           |  |  | 232 | div.mce-footnotes li > a.mce-footnotes-backlink {
 | 
        
           | 1441 | ariadna | 233 |   -webkit-text-decoration: none;
 | 
        
           | 1 | efrain | 234 |   text-decoration: none;
 | 
        
           |  |  | 235 | }
 | 
        
           |  |  | 236 | @media print {
 | 
        
           |  |  | 237 |   sup.mce-footnote a {
 | 
        
           |  |  | 238 |     color: black;
 | 
        
           | 1441 | ariadna | 239 |     -webkit-text-decoration: none;
 | 
        
           | 1 | efrain | 240 |     text-decoration: none;
 | 
        
           |  |  | 241 |   }
 | 
        
           |  |  | 242 |   div.mce-footnotes {
 | 
        
           | 1441 | ariadna | 243 |     page-break-inside: avoid;
 | 
        
           | 1 | efrain | 244 |     break-inside: avoid;
 | 
        
           |  |  | 245 |     width: 100%;
 | 
        
           |  |  | 246 |   }
 | 
        
           |  |  | 247 |   div.mce-footnotes li > a.mce-footnotes-backlink {
 | 
        
           |  |  | 248 |     display: none;
 | 
        
           |  |  | 249 |   }
 | 
        
           |  |  | 250 | }
 | 
        
           | 1441 | ariadna | 251 | /* stylelint-disable selector-type-no-unknown */
 | 
        
           |  |  | 252 | tiny-math-block {
 | 
        
           |  |  | 253 |   display: flex;
 | 
        
           |  |  | 254 |   justify-content: center;
 | 
        
           |  |  | 255 |   margin: 16px 0 16px 0;
 | 
        
           |  |  | 256 | }
 | 
        
           |  |  | 257 | tiny-math-inline {
 | 
        
           |  |  | 258 |   display: inline-block;
 | 
        
           |  |  | 259 | }
 | 
        
           |  |  | 260 | /* stylelint-enable selector-type-no-unknown */
 | 
        
           | 1 | efrain | 261 | .mce-content-body figure.align-left {
 | 
        
           |  |  | 262 |   float: left;
 | 
        
           |  |  | 263 | }
 | 
        
           |  |  | 264 | .mce-content-body figure.align-right {
 | 
        
           |  |  | 265 |   float: right;
 | 
        
           |  |  | 266 | }
 | 
        
           |  |  | 267 | .mce-content-body figure.image.align-center {
 | 
        
           |  |  | 268 |   display: table;
 | 
        
           |  |  | 269 |   margin-left: auto;
 | 
        
           |  |  | 270 |   margin-right: auto;
 | 
        
           |  |  | 271 | }
 | 
        
           |  |  | 272 | .mce-preview-object {
 | 
        
           |  |  | 273 |   border: 1px solid gray;
 | 
        
           |  |  | 274 |   display: inline-block;
 | 
        
           |  |  | 275 |   line-height: 0;
 | 
        
           | 1441 | ariadna | 276 |   margin: 0 2px;
 | 
        
           | 1 | efrain | 277 |   position: relative;
 | 
        
           |  |  | 278 | }
 | 
        
           |  |  | 279 | .mce-preview-object .mce-shim {
 | 
        
           | 1441 | ariadna | 280 |   background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
 | 
        
           | 1 | efrain | 281 |   height: 100%;
 | 
        
           |  |  | 282 |   left: 0;
 | 
        
           |  |  | 283 |   position: absolute;
 | 
        
           |  |  | 284 |   top: 0;
 | 
        
           |  |  | 285 |   width: 100%;
 | 
        
           |  |  | 286 | }
 | 
        
           |  |  | 287 | .mce-preview-object[data-mce-selected="2"] .mce-shim {
 | 
        
           |  |  | 288 |   display: none;
 | 
        
           |  |  | 289 | }
 | 
        
           |  |  | 290 | .mce-content-body .mce-mergetag {
 | 
        
           |  |  | 291 |   cursor: default !important;
 | 
        
           |  |  | 292 |   -webkit-user-select: none;
 | 
        
           |  |  | 293 |           user-select: none;
 | 
        
           |  |  | 294 | }
 | 
        
           |  |  | 295 | .mce-content-body .mce-mergetag:hover {
 | 
        
           |  |  | 296 |   background-color: rgba(0, 108, 231, 0.3);
 | 
        
           |  |  | 297 | }
 | 
        
           |  |  | 298 | .mce-content-body .mce-mergetag-affix {
 | 
        
           |  |  | 299 |   background-color: rgba(0, 108, 231, 0.3);
 | 
        
           |  |  | 300 |   color: #006ce7;
 | 
        
           |  |  | 301 | }
 | 
        
           |  |  | 302 | .mce-object {
 | 
        
           |  |  | 303 |   background: transparent url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M4%203h16a1%201%200%200%201%201%201v16a1%201%200%200%201-1%201H4a1%201%200%200%201-1-1V4a1%201%200%200%201%201-1zm1%202v14h14V5H5zm4.79%202.565l5.64%204.028a.5.5%200%200%201%200%20.814l-5.64%204.028a.5.5%200%200%201-.79-.407V7.972a.5.5%200%200%201%20.79-.407z%22%20fill%3D%22%23cccccc%22%2F%3E%3C%2Fsvg%3E%0A") no-repeat center;
 | 
        
           |  |  | 304 |   border: 1px dashed #aaa;
 | 
        
           |  |  | 305 | }
 | 
        
           |  |  | 306 | .mce-pagebreak {
 | 
        
           |  |  | 307 |   border: 1px dashed #aaa;
 | 
        
           |  |  | 308 |   cursor: default;
 | 
        
           |  |  | 309 |   display: block;
 | 
        
           |  |  | 310 |   height: 5px;
 | 
        
           |  |  | 311 |   margin-top: 15px;
 | 
        
           |  |  | 312 |   page-break-before: always;
 | 
        
           |  |  | 313 |   width: 100%;
 | 
        
           |  |  | 314 | }
 | 
        
           |  |  | 315 | @media print {
 | 
        
           |  |  | 316 |   .mce-pagebreak {
 | 
        
           |  |  | 317 |     border: 0;
 | 
        
           |  |  | 318 |   }
 | 
        
           |  |  | 319 | }
 | 
        
           |  |  | 320 | .tiny-pageembed .mce-shim {
 | 
        
           |  |  | 321 |   background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
 | 
        
           |  |  | 322 |   height: 100%;
 | 
        
           |  |  | 323 |   left: 0;
 | 
        
           |  |  | 324 |   position: absolute;
 | 
        
           |  |  | 325 |   top: 0;
 | 
        
           |  |  | 326 |   width: 100%;
 | 
        
           |  |  | 327 | }
 | 
        
           |  |  | 328 | .tiny-pageembed[data-mce-selected="2"] .mce-shim {
 | 
        
           |  |  | 329 |   display: none;
 | 
        
           |  |  | 330 | }
 | 
        
           |  |  | 331 | .tiny-pageembed {
 | 
        
           |  |  | 332 |   display: inline-block;
 | 
        
           |  |  | 333 |   position: relative;
 | 
        
           |  |  | 334 | }
 | 
        
           |  |  | 335 | .tiny-pageembed--21by9,
 | 
        
           |  |  | 336 | .tiny-pageembed--16by9,
 | 
        
           |  |  | 337 | .tiny-pageembed--4by3,
 | 
        
           |  |  | 338 | .tiny-pageembed--1by1 {
 | 
        
           |  |  | 339 |   display: block;
 | 
        
           |  |  | 340 |   overflow: hidden;
 | 
        
           |  |  | 341 |   padding: 0;
 | 
        
           |  |  | 342 |   position: relative;
 | 
        
           |  |  | 343 |   width: 100%;
 | 
        
           |  |  | 344 | }
 | 
        
           |  |  | 345 | .tiny-pageembed--21by9 {
 | 
        
           |  |  | 346 |   padding-top: 42.857143%;
 | 
        
           |  |  | 347 | }
 | 
        
           |  |  | 348 | .tiny-pageembed--16by9 {
 | 
        
           |  |  | 349 |   padding-top: 56.25%;
 | 
        
           |  |  | 350 | }
 | 
        
           |  |  | 351 | .tiny-pageembed--4by3 {
 | 
        
           |  |  | 352 |   padding-top: 75%;
 | 
        
           |  |  | 353 | }
 | 
        
           |  |  | 354 | .tiny-pageembed--1by1 {
 | 
        
           |  |  | 355 |   padding-top: 100%;
 | 
        
           |  |  | 356 | }
 | 
        
           |  |  | 357 | .tiny-pageembed--21by9 iframe,
 | 
        
           |  |  | 358 | .tiny-pageembed--16by9 iframe,
 | 
        
           |  |  | 359 | .tiny-pageembed--4by3 iframe,
 | 
        
           |  |  | 360 | .tiny-pageembed--1by1 iframe {
 | 
        
           |  |  | 361 |   border: 0;
 | 
        
           |  |  | 362 |   height: 100%;
 | 
        
           |  |  | 363 |   left: 0;
 | 
        
           |  |  | 364 |   position: absolute;
 | 
        
           |  |  | 365 |   top: 0;
 | 
        
           |  |  | 366 |   width: 100%;
 | 
        
           |  |  | 367 | }
 | 
        
           |  |  | 368 | .mce-content-body[data-mce-placeholder] {
 | 
        
           |  |  | 369 |   position: relative;
 | 
        
           |  |  | 370 | }
 | 
        
           |  |  | 371 | .mce-content-body[data-mce-placeholder]:not(.mce-visualblocks)::before {
 | 
        
           |  |  | 372 |   color: rgba(34, 47, 62, 0.7);
 | 
        
           |  |  | 373 |   content: attr(data-mce-placeholder);
 | 
        
           |  |  | 374 |   position: absolute;
 | 
        
           |  |  | 375 | }
 | 
        
           | 1441 | ariadna | 376 | @media (forced-colors: active) {
 | 
        
           |  |  | 377 |   .mce-content-body[data-mce-placeholder]:not(.mce-visualblocks)::before {
 | 
        
           |  |  | 378 |     color: highlight;
 | 
        
           |  |  | 379 |     filter: brightness(30%);
 | 
        
           |  |  | 380 |     z-index: -1;
 | 
        
           |  |  | 381 |   }
 | 
        
           |  |  | 382 | }
 | 
        
           | 1 | efrain | 383 | .mce-content-body:not([dir=rtl])[data-mce-placeholder]:not(.mce-visualblocks)::before {
 | 
        
           |  |  | 384 |   left: 1px;
 | 
        
           |  |  | 385 | }
 | 
        
           |  |  | 386 | .mce-content-body[dir=rtl][data-mce-placeholder]:not(.mce-visualblocks)::before {
 | 
        
           |  |  | 387 |   right: 1px;
 | 
        
           |  |  | 388 | }
 | 
        
           |  |  | 389 | .mce-content-body div.mce-resizehandle {
 | 
        
           |  |  | 390 |   background-color: #4099ff;
 | 
        
           |  |  | 391 |   border-color: #4099ff;
 | 
        
           |  |  | 392 |   border-style: solid;
 | 
        
           |  |  | 393 |   border-width: 1px;
 | 
        
           |  |  | 394 |   box-sizing: border-box;
 | 
        
           |  |  | 395 |   height: 10px;
 | 
        
           |  |  | 396 |   position: absolute;
 | 
        
           |  |  | 397 |   width: 10px;
 | 
        
           |  |  | 398 |   z-index: 1298;
 | 
        
           |  |  | 399 | }
 | 
        
           |  |  | 400 | .mce-content-body div.mce-resizehandle:hover {
 | 
        
           |  |  | 401 |   background-color: #4099ff;
 | 
        
           |  |  | 402 | }
 | 
        
           |  |  | 403 | .mce-content-body div.mce-resizehandle:nth-of-type(1) {
 | 
        
           |  |  | 404 |   cursor: nwse-resize;
 | 
        
           |  |  | 405 | }
 | 
        
           |  |  | 406 | .mce-content-body div.mce-resizehandle:nth-of-type(2) {
 | 
        
           |  |  | 407 |   cursor: nesw-resize;
 | 
        
           |  |  | 408 | }
 | 
        
           |  |  | 409 | .mce-content-body div.mce-resizehandle:nth-of-type(3) {
 | 
        
           |  |  | 410 |   cursor: nwse-resize;
 | 
        
           |  |  | 411 | }
 | 
        
           |  |  | 412 | .mce-content-body div.mce-resizehandle:nth-of-type(4) {
 | 
        
           |  |  | 413 |   cursor: nesw-resize;
 | 
        
           |  |  | 414 | }
 | 
        
           |  |  | 415 | .mce-content-body .mce-resize-backdrop {
 | 
        
           |  |  | 416 |   z-index: 10000;
 | 
        
           |  |  | 417 | }
 | 
        
           |  |  | 418 | .mce-content-body .mce-clonedresizable {
 | 
        
           |  |  | 419 |   cursor: default;
 | 
        
           |  |  | 420 |   opacity: 0.5;
 | 
        
           |  |  | 421 |   outline: 1px dashed black;
 | 
        
           |  |  | 422 |   position: absolute;
 | 
        
           |  |  | 423 |   z-index: 10001;
 | 
        
           |  |  | 424 | }
 | 
        
           |  |  | 425 | .mce-content-body .mce-clonedresizable.mce-resizetable-columns th,
 | 
        
           |  |  | 426 | .mce-content-body .mce-clonedresizable.mce-resizetable-columns td {
 | 
        
           |  |  | 427 |   border: 0;
 | 
        
           |  |  | 428 | }
 | 
        
           |  |  | 429 | .mce-content-body .mce-resize-helper {
 | 
        
           |  |  | 430 |   background: #555;
 | 
        
           | 1441 | ariadna | 431 |   background: rgba(0 0 0%);
 | 
        
           | 1 | efrain | 432 |   border: 1px;
 | 
        
           |  |  | 433 |   border-radius: 3px;
 | 
        
           |  |  | 434 |   color: white;
 | 
        
           |  |  | 435 |   display: none;
 | 
        
           |  |  | 436 |   font-family: sans-serif;
 | 
        
           |  |  | 437 |   font-size: 12px;
 | 
        
           |  |  | 438 |   line-height: 14px;
 | 
        
           |  |  | 439 |   margin: 5px 10px;
 | 
        
           |  |  | 440 |   padding: 5px;
 | 
        
           |  |  | 441 |   position: absolute;
 | 
        
           |  |  | 442 |   white-space: nowrap;
 | 
        
           |  |  | 443 |   z-index: 10002;
 | 
        
           |  |  | 444 | }
 | 
        
           |  |  | 445 | .tox-rtc-user-selection {
 | 
        
           |  |  | 446 |   position: relative;
 | 
        
           |  |  | 447 | }
 | 
        
           |  |  | 448 | .tox-rtc-user-cursor {
 | 
        
           |  |  | 449 |   bottom: 0;
 | 
        
           |  |  | 450 |   cursor: default;
 | 
        
           |  |  | 451 |   position: absolute;
 | 
        
           |  |  | 452 |   top: 0;
 | 
        
           |  |  | 453 |   width: 2px;
 | 
        
           |  |  | 454 | }
 | 
        
           |  |  | 455 | .tox-rtc-user-cursor::before {
 | 
        
           |  |  | 456 |   background-color: inherit;
 | 
        
           |  |  | 457 |   border-radius: 50%;
 | 
        
           |  |  | 458 |   content: '';
 | 
        
           |  |  | 459 |   display: block;
 | 
        
           |  |  | 460 |   height: 8px;
 | 
        
           |  |  | 461 |   position: absolute;
 | 
        
           |  |  | 462 |   right: -3px;
 | 
        
           |  |  | 463 |   top: -3px;
 | 
        
           |  |  | 464 |   width: 8px;
 | 
        
           |  |  | 465 | }
 | 
        
           |  |  | 466 | .tox-rtc-user-cursor:hover::after {
 | 
        
           |  |  | 467 |   background-color: inherit;
 | 
        
           |  |  | 468 |   border-radius: 100px;
 | 
        
           |  |  | 469 |   box-sizing: border-box;
 | 
        
           |  |  | 470 |   color: #fff;
 | 
        
           |  |  | 471 |   content: attr(data-user);
 | 
        
           |  |  | 472 |   display: block;
 | 
        
           |  |  | 473 |   font-size: 12px;
 | 
        
           |  |  | 474 |   font-weight: bold;
 | 
        
           |  |  | 475 |   left: -5px;
 | 
        
           |  |  | 476 |   min-height: 8px;
 | 
        
           |  |  | 477 |   min-width: 8px;
 | 
        
           |  |  | 478 |   padding: 0 12px;
 | 
        
           |  |  | 479 |   position: absolute;
 | 
        
           |  |  | 480 |   top: -11px;
 | 
        
           |  |  | 481 |   white-space: nowrap;
 | 
        
           |  |  | 482 |   z-index: 1000;
 | 
        
           |  |  | 483 | }
 | 
        
           |  |  | 484 | .tox-rtc-user-selection--1 .tox-rtc-user-cursor {
 | 
        
           |  |  | 485 |   background-color: #2dc26b;
 | 
        
           |  |  | 486 | }
 | 
        
           |  |  | 487 | .tox-rtc-user-selection--2 .tox-rtc-user-cursor {
 | 
        
           |  |  | 488 |   background-color: #e03e2d;
 | 
        
           |  |  | 489 | }
 | 
        
           |  |  | 490 | .tox-rtc-user-selection--3 .tox-rtc-user-cursor {
 | 
        
           |  |  | 491 |   background-color: #f1c40f;
 | 
        
           |  |  | 492 | }
 | 
        
           |  |  | 493 | .tox-rtc-user-selection--4 .tox-rtc-user-cursor {
 | 
        
           |  |  | 494 |   background-color: #3598db;
 | 
        
           |  |  | 495 | }
 | 
        
           |  |  | 496 | .tox-rtc-user-selection--5 .tox-rtc-user-cursor {
 | 
        
           |  |  | 497 |   background-color: #b96ad9;
 | 
        
           |  |  | 498 | }
 | 
        
           |  |  | 499 | .tox-rtc-user-selection--6 .tox-rtc-user-cursor {
 | 
        
           |  |  | 500 |   background-color: #e67e23;
 | 
        
           |  |  | 501 | }
 | 
        
           |  |  | 502 | .tox-rtc-user-selection--7 .tox-rtc-user-cursor {
 | 
        
           |  |  | 503 |   background-color: #aaa69d;
 | 
        
           |  |  | 504 | }
 | 
        
           |  |  | 505 | .tox-rtc-user-selection--8 .tox-rtc-user-cursor {
 | 
        
           |  |  | 506 |   background-color: #f368e0;
 | 
        
           |  |  | 507 | }
 | 
        
           |  |  | 508 | .tox-rtc-remote-image {
 | 
        
           |  |  | 509 |   background: #eaeaea url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2236%22%20height%3D%2212%22%20viewBox%3D%220%200%2036%2012%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Ccircle%20cx%3D%226%22%20cy%3D%226%22%20r%3D%223%22%20fill%3D%22rgba(0%2C%200%2C%200%2C%20.2)%22%3E%0A%20%20%20%20%3Canimate%20attributeName%3D%22r%22%20values%3D%223%3B5%3B3%22%20calcMode%3D%22linear%22%20dur%3D%221s%22%20repeatCount%3D%22indefinite%22%20%2F%3E%0A%20%20%3C%2Fcircle%3E%0A%20%20%3Ccircle%20cx%3D%2218%22%20cy%3D%226%22%20r%3D%223%22%20fill%3D%22rgba(0%2C%200%2C%200%2C%20.2)%22%3E%0A%20%20%20%20%3Canimate%20attributeName%3D%22r%22%20values%3D%223%3B5%3B3%22%20calcMode%3D%22linear%22%20begin%3D%22.33s%22%20dur%3D%221s%22%20repeatCount%3D%22indefinite%22%20%2F%3E%0A%20%20%3C%2Fcircle%3E%0A%20%20%3Ccircle%20cx%3D%2230%22%20cy%3D%226%22%20r%3D%223%22%20fill%3D%22rgba(0%2C%200%2C%200%2C%20.2)%22%3E%0A%20%20%20%20%3Canimate%20attributeName%3D%22r%22%20values%3D%223%3B5%3B3%22%20calcMode%3D%22linear%22%20begin%3D%22.66s%22%20dur%3D%221s%22%20repeatCount%3D%22indefinite%22%20%2F%3E%0A%20%20%3C%2Fcircle%3E%0A%3C%2Fsvg%3E%0A") no-repeat center center;
 | 
        
           |  |  | 510 |   border: 1px solid #ccc;
 | 
        
           |  |  | 511 |   min-height: 240px;
 | 
        
           |  |  | 512 |   min-width: 320px;
 | 
        
           |  |  | 513 | }
 | 
        
           |  |  | 514 | .mce-match-marker {
 | 
        
           |  |  | 515 |   background: #aaa;
 | 
        
           |  |  | 516 |   color: #fff;
 | 
        
           |  |  | 517 | }
 | 
        
           |  |  | 518 | .mce-match-marker-selected {
 | 
        
           |  |  | 519 |   background: #39f;
 | 
        
           |  |  | 520 |   color: #fff;
 | 
        
           |  |  | 521 | }
 | 
        
           |  |  | 522 | .mce-match-marker-selected::selection {
 | 
        
           |  |  | 523 |   background: #39f;
 | 
        
           |  |  | 524 |   color: #fff;
 | 
        
           |  |  | 525 | }
 | 
        
           |  |  | 526 | .mce-content-body img[data-mce-selected],
 | 
        
           |  |  | 527 | .mce-content-body video[data-mce-selected],
 | 
        
           |  |  | 528 | .mce-content-body audio[data-mce-selected],
 | 
        
           |  |  | 529 | .mce-content-body object[data-mce-selected],
 | 
        
           |  |  | 530 | .mce-content-body embed[data-mce-selected],
 | 
        
           |  |  | 531 | .mce-content-body table[data-mce-selected],
 | 
        
           |  |  | 532 | .mce-content-body details[data-mce-selected] {
 | 
        
           |  |  | 533 |   outline: 3px solid #4099ff;
 | 
        
           |  |  | 534 | }
 | 
        
           |  |  | 535 | .mce-content-body hr[data-mce-selected] {
 | 
        
           |  |  | 536 |   outline: 3px solid #4099ff;
 | 
        
           |  |  | 537 |   outline-offset: 1px;
 | 
        
           |  |  | 538 | }
 | 
        
           |  |  | 539 | .mce-content-body *[contentEditable=false] *[contentEditable=true]:focus {
 | 
        
           |  |  | 540 |   outline: 3px solid #4099ff;
 | 
        
           |  |  | 541 | }
 | 
        
           |  |  | 542 | .mce-content-body *[contentEditable=false] *[contentEditable=true]:hover {
 | 
        
           |  |  | 543 |   outline: 3px solid #4099ff;
 | 
        
           |  |  | 544 | }
 | 
        
           |  |  | 545 | .mce-content-body *[contentEditable=false][data-mce-selected] {
 | 
        
           |  |  | 546 |   cursor: not-allowed;
 | 
        
           |  |  | 547 |   outline: 3px solid #4099ff;
 | 
        
           |  |  | 548 | }
 | 
        
           |  |  | 549 | .mce-content-body *[data-mce-selected="inline-boundary"] {
 | 
        
           |  |  | 550 |   background-color: #4099ff;
 | 
        
           |  |  | 551 | }
 | 
        
           |  |  | 552 | .mce-content-body .mce-edit-focus {
 | 
        
           |  |  | 553 |   outline: 3px solid #4099ff;
 | 
        
           |  |  | 554 | }
 | 
        
           |  |  | 555 | .mce-content-body td[data-mce-selected],
 | 
        
           |  |  | 556 | .mce-content-body th[data-mce-selected] {
 | 
        
           |  |  | 557 |   position: relative;
 | 
        
           |  |  | 558 | }
 | 
        
           |  |  | 559 | .mce-content-body td[data-mce-selected]::selection,
 | 
        
           |  |  | 560 | .mce-content-body th[data-mce-selected]::selection {
 | 
        
           |  |  | 561 |   background: none;
 | 
        
           |  |  | 562 | }
 | 
        
           |  |  | 563 | .mce-content-body td[data-mce-selected] *,
 | 
        
           |  |  | 564 | .mce-content-body th[data-mce-selected] * {
 | 
        
           |  |  | 565 |   outline: none;
 | 
        
           |  |  | 566 |   -webkit-touch-callout: none;
 | 
        
           |  |  | 567 |   -webkit-user-select: none;
 | 
        
           |  |  | 568 |           user-select: none;
 | 
        
           |  |  | 569 | }
 | 
        
           |  |  | 570 | .mce-content-body td[data-mce-selected]::after,
 | 
        
           |  |  | 571 | .mce-content-body th[data-mce-selected]::after {
 | 
        
           |  |  | 572 |   background-color: rgba(180, 215, 255, 0.7);
 | 
        
           |  |  | 573 |   border: 1px solid transparent;
 | 
        
           |  |  | 574 |   bottom: -1px;
 | 
        
           |  |  | 575 |   content: '';
 | 
        
           |  |  | 576 |   left: -1px;
 | 
        
           |  |  | 577 |   mix-blend-mode: lighten;
 | 
        
           |  |  | 578 |   position: absolute;
 | 
        
           |  |  | 579 |   right: -1px;
 | 
        
           |  |  | 580 |   top: -1px;
 | 
        
           |  |  | 581 | }
 | 
        
           |  |  | 582 | @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
 | 
        
           |  |  | 583 |   .mce-content-body td[data-mce-selected]::after,
 | 
        
           |  |  | 584 |   .mce-content-body th[data-mce-selected]::after {
 | 
        
           |  |  | 585 |     border-color: rgba(0, 84, 180, 0.7);
 | 
        
           |  |  | 586 |   }
 | 
        
           |  |  | 587 | }
 | 
        
           |  |  | 588 | .mce-content-body img[data-mce-selected]::selection {
 | 
        
           |  |  | 589 |   background: none;
 | 
        
           |  |  | 590 | }
 | 
        
           |  |  | 591 | .ephox-snooker-resizer-bar {
 | 
        
           |  |  | 592 |   background-color: #4099ff;
 | 
        
           |  |  | 593 |   opacity: 0;
 | 
        
           |  |  | 594 |   -webkit-user-select: none;
 | 
        
           |  |  | 595 |   user-select: none;
 | 
        
           |  |  | 596 | }
 | 
        
           |  |  | 597 | .ephox-snooker-resizer-cols {
 | 
        
           |  |  | 598 |   cursor: col-resize;
 | 
        
           |  |  | 599 | }
 | 
        
           |  |  | 600 | .ephox-snooker-resizer-rows {
 | 
        
           |  |  | 601 |   cursor: row-resize;
 | 
        
           |  |  | 602 | }
 | 
        
           |  |  | 603 | .ephox-snooker-resizer-bar.ephox-snooker-resizer-bar-dragging {
 | 
        
           |  |  | 604 |   opacity: 1;
 | 
        
           |  |  | 605 | }
 | 
        
           |  |  | 606 | .mce-spellchecker-word {
 | 
        
           |  |  | 607 |   background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D'4'%20height%3D'4'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20stroke%3D'%23ff0000'%20fill%3D'none'%20stroke-linecap%3D'round'%20stroke-opacity%3D'.75'%20d%3D'M0%203L2%201%204%203'%2F%3E%3C%2Fsvg%3E%0A");
 | 
        
           |  |  | 608 |   background-position: 0 calc(100% + 1px);
 | 
        
           |  |  | 609 |   background-repeat: repeat-x;
 | 
        
           |  |  | 610 |   background-size: auto 6px;
 | 
        
           |  |  | 611 |   cursor: default;
 | 
        
           |  |  | 612 |   height: 2rem;
 | 
        
           |  |  | 613 | }
 | 
        
           |  |  | 614 | .mce-spellchecker-grammar {
 | 
        
           |  |  | 615 |   background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D'4'%20height%3D'4'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20stroke%3D'%2300A835'%20fill%3D'none'%20stroke-linecap%3D'round'%20d%3D'M0%203L2%201%204%203'%2F%3E%3C%2Fsvg%3E%0A");
 | 
        
           |  |  | 616 |   background-position: 0 calc(100% + 1px);
 | 
        
           |  |  | 617 |   background-repeat: repeat-x;
 | 
        
           |  |  | 618 |   background-size: auto 6px;
 | 
        
           |  |  | 619 |   cursor: default;
 | 
        
           |  |  | 620 | }
 | 
        
           |  |  | 621 | .mce-toc {
 | 
        
           |  |  | 622 |   border: 1px solid gray;
 | 
        
           |  |  | 623 | }
 | 
        
           |  |  | 624 | .mce-toc h2 {
 | 
        
           |  |  | 625 |   margin: 4px;
 | 
        
           |  |  | 626 | }
 | 
        
           |  |  | 627 | .mce-toc ul > li {
 | 
        
           |  |  | 628 |   list-style-type: none;
 | 
        
           |  |  | 629 | }
 | 
        
           |  |  | 630 | [data-mce-block] {
 | 
        
           |  |  | 631 |   display: block;
 | 
        
           |  |  | 632 | }
 | 
        
           |  |  | 633 | table[style*="border-width: 0px"],
 | 
        
           |  |  | 634 | .mce-item-table:not([border]),
 | 
        
           |  |  | 635 | .mce-item-table[border="0"],
 | 
        
           |  |  | 636 | table[style*="border-width: 0px"] td,
 | 
        
           |  |  | 637 | .mce-item-table:not([border]) td,
 | 
        
           |  |  | 638 | .mce-item-table[border="0"] td,
 | 
        
           |  |  | 639 | table[style*="border-width: 0px"] th,
 | 
        
           |  |  | 640 | .mce-item-table:not([border]) th,
 | 
        
           |  |  | 641 | .mce-item-table[border="0"] th,
 | 
        
           |  |  | 642 | table[style*="border-width: 0px"] caption,
 | 
        
           |  |  | 643 | .mce-item-table:not([border]) caption,
 | 
        
           |  |  | 644 | .mce-item-table[border="0"] caption {
 | 
        
           |  |  | 645 |   border: 1px dashed #bbb;
 | 
        
           |  |  | 646 | }
 | 
        
           | 1441 | ariadna | 647 | .tox-uc-loading-background {
 | 
        
           |  |  | 648 |   width: 100%;
 | 
        
           |  |  | 649 |   height: 100%;
 | 
        
           |  |  | 650 |   background: rgba(255, 255, 255, 0.5);
 | 
        
           |  |  | 651 | }
 | 
        
           |  |  | 652 | .tox-uc-loading-spinner-wrapper {
 | 
        
           |  |  | 653 |   width: 100%;
 | 
        
           |  |  | 654 |   height: 100%;
 | 
        
           |  |  | 655 |   display: flex;
 | 
        
           |  |  | 656 |   justify-content: center;
 | 
        
           |  |  | 657 |   align-items: center;
 | 
        
           |  |  | 658 | }
 | 
        
           |  |  | 659 | .tox-uc-loading-spinner {
 | 
        
           |  |  | 660 |   width: min(24px, 30%);
 | 
        
           |  |  | 661 |   aspect-ratio: 1;
 | 
        
           |  |  | 662 |   border-radius: 50%;
 | 
        
           |  |  | 663 |   border: 3px solid #006ce7;
 | 
        
           |  |  | 664 |   border-bottom-color: transparent;
 | 
        
           |  |  | 665 |   animation: tox-rotation 1s linear infinite;
 | 
        
           |  |  | 666 | }
 | 
        
           |  |  | 667 | .tox-uploadcare-placeholder {
 | 
        
           |  |  | 668 |   all: initial;
 | 
        
           |  |  | 669 |   display: inline-block;
 | 
        
           |  |  | 670 |   position: relative;
 | 
        
           |  |  | 671 |   width: 600px;
 | 
        
           |  |  | 672 |   height: 80px;
 | 
        
           |  |  | 673 |   --tox-uploadcare-placeholder--content-cursor: auto !important;
 | 
        
           |  |  | 674 |   --tox-uploadcare-placeholder--content-color: rgba(34, 47, 62, 0.7);
 | 
        
           |  |  | 675 |   --tox-uploadcare-placeholder--content-background-color: #fff;
 | 
        
           |  |  | 676 |   --tox-uploadcare-placeholder--content-border: 2px solid #e3e3e3;
 | 
        
           |  |  | 677 |   --tox-uploadcare-placeholder--content-font-family: monospace, sans-serif;
 | 
        
           |  |  | 678 |   --tox-uploadcare-placeholder--content-height: 100%;
 | 
        
           |  |  | 679 |   --tox-uploadcare-placeholder--content-width: 100%;
 | 
        
           |  |  | 680 |   --tox-uploadcare-placeholder--content-display: inline-flex;
 | 
        
           |  |  | 681 |   --tox-uploadcare-placeholder--content-align-items: center;
 | 
        
           |  |  | 682 |   --tox-uploadcare-placeholder--content-justify-content: center;
 | 
        
           |  |  | 683 |   --tox-uploadcare-placeholder--content-gap: 8px;
 | 
        
           |  |  | 684 |   --tox-uploadcare-placeholder--icon-fill: rgba(34, 47, 62, 0.7);
 | 
        
           |  |  | 685 |   --tox-uc-loading-spinner-wrapper-display-none: none;
 | 
        
           |  |  | 686 |   --tox-uc-loading-spinner-wrapper-display: flex;
 | 
        
           |  |  | 687 |   --tox-uc-loading-spinner-wrapper-position: absolute;
 | 
        
           |  |  | 688 |   --tox-uc-loading-spinner-wrapper-top: 0;
 | 
        
           |  |  | 689 |   --tox-uc-loading-spinner-wrapper-left: 0;
 | 
        
           |  |  | 690 |   --tox-uc-loading-spinner-wrapper-width: 100%;
 | 
        
           |  |  | 691 |   --tox-uc-loading-spinner-wrapper-height: 100%;
 | 
        
           |  |  | 692 |   --tox-uc-loading-spinner-wrapper-justify-content: center;
 | 
        
           |  |  | 693 |   --tox-uc-loading-spinner-wrapper-align-items: center;
 | 
        
           |  |  | 694 |   --tox-uc-loading-spinner-aspect-ratio: 1 / 1;
 | 
        
           |  |  | 695 |   --tox-uc-loading-spinner-width: min(24px, 30%);
 | 
        
           |  |  | 696 |   --tox-uc-loading-spinner-border-radius: 50%;
 | 
        
           |  |  | 697 |   --tox-uc-loading-spinner-border: 3px solid #006ce7;
 | 
        
           |  |  | 698 |   --tox-uc-loading-spinner-border-bottom-color: transparent;
 | 
        
           |  |  | 699 |   --tox-uc-loading-spinner-animation: tox-rotation 1s linear infinite;
 | 
        
           |  |  | 700 | }
 | 
        
           | 1 | efrain | 701 | .mce-visualblocks p,
 | 
        
           |  |  | 702 | .mce-visualblocks h1,
 | 
        
           |  |  | 703 | .mce-visualblocks h2,
 | 
        
           |  |  | 704 | .mce-visualblocks h3,
 | 
        
           |  |  | 705 | .mce-visualblocks h4,
 | 
        
           |  |  | 706 | .mce-visualblocks h5,
 | 
        
           |  |  | 707 | .mce-visualblocks h6,
 | 
        
           |  |  | 708 | .mce-visualblocks div:not([data-mce-bogus]),
 | 
        
           |  |  | 709 | .mce-visualblocks section,
 | 
        
           |  |  | 710 | .mce-visualblocks article,
 | 
        
           |  |  | 711 | .mce-visualblocks blockquote,
 | 
        
           |  |  | 712 | .mce-visualblocks address,
 | 
        
           |  |  | 713 | .mce-visualblocks pre,
 | 
        
           |  |  | 714 | .mce-visualblocks figure,
 | 
        
           |  |  | 715 | .mce-visualblocks figcaption,
 | 
        
           |  |  | 716 | .mce-visualblocks hgroup,
 | 
        
           |  |  | 717 | .mce-visualblocks aside,
 | 
        
           |  |  | 718 | .mce-visualblocks ul,
 | 
        
           |  |  | 719 | .mce-visualblocks ol,
 | 
        
           |  |  | 720 | .mce-visualblocks dl {
 | 
        
           |  |  | 721 |   background-repeat: no-repeat;
 | 
        
           |  |  | 722 |   border: 1px dashed #bbb;
 | 
        
           |  |  | 723 |   margin-left: 3px;
 | 
        
           |  |  | 724 |   padding-top: 10px;
 | 
        
           |  |  | 725 | }
 | 
        
           |  |  | 726 | .mce-visualblocks p {
 | 
        
           |  |  | 727 |   background-image: url(data:image/gif;base64,R0lGODlhCQAJAJEAAAAAAP///7u7u////yH5BAEAAAMALAAAAAAJAAkAAAIQnG+CqCN/mlyvsRUpThG6AgA7);
 | 
        
           |  |  | 728 | }
 | 
        
           |  |  | 729 | .mce-visualblocks h1 {
 | 
        
           |  |  | 730 |   background-image: url(data:image/gif;base64,R0lGODlhDQAKAIABALu7u////yH5BAEAAAEALAAAAAANAAoAAAIXjI8GybGu1JuxHoAfRNRW3TWXyF2YiRUAOw==);
 | 
        
           |  |  | 731 | }
 | 
        
           |  |  | 732 | .mce-visualblocks h2 {
 | 
        
           |  |  | 733 |   background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIajI8Hybbx4oOuqgTynJd6bGlWg3DkJzoaUAAAOw==);
 | 
        
           |  |  | 734 | }
 | 
        
           |  |  | 735 | .mce-visualblocks h3 {
 | 
        
           |  |  | 736 |   background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIZjI8Hybbx4oOuqgTynJf2Ln2NOHpQpmhAAQA7);
 | 
        
           |  |  | 737 | }
 | 
        
           |  |  | 738 | .mce-visualblocks h4 {
 | 
        
           |  |  | 739 |   background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIajI8HybbxInR0zqeAdhtJlXwV1oCll2HaWgAAOw==);
 | 
        
           |  |  | 740 | }
 | 
        
           |  |  | 741 | .mce-visualblocks h5 {
 | 
        
           |  |  | 742 |   background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIajI8HybbxIoiuwjane4iq5GlW05GgIkIZUAAAOw==);
 | 
        
           |  |  | 743 | }
 | 
        
           |  |  | 744 | .mce-visualblocks h6 {
 | 
        
           |  |  | 745 |   background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIajI8HybbxIoiuwjan04jep1iZ1XRlAo5bVgAAOw==);
 | 
        
           |  |  | 746 | }
 | 
        
           |  |  | 747 | .mce-visualblocks div:not([data-mce-bogus]) {
 | 
        
           |  |  | 748 |   background-image: url(data:image/gif;base64,R0lGODlhEgAKAIABALu7u////yH5BAEAAAEALAAAAAASAAoAAAIfjI9poI0cgDywrhuxfbrzDEbQM2Ei5aRjmoySW4pAAQA7);
 | 
        
           |  |  | 749 | }
 | 
        
           |  |  | 750 | .mce-visualblocks section {
 | 
        
           |  |  | 751 |   background-image: url(data:image/gif;base64,R0lGODlhKAAKAIABALu7u////yH5BAEAAAEALAAAAAAoAAoAAAI5jI+pywcNY3sBWHdNrplytD2ellDeSVbp+GmWqaDqDMepc8t17Y4vBsK5hDyJMcI6KkuYU+jpjLoKADs=);
 | 
        
           |  |  | 752 | }
 | 
        
           |  |  | 753 | .mce-visualblocks article {
 | 
        
           |  |  | 754 |   background-image: url(data:image/gif;base64,R0lGODlhKgAKAIABALu7u////yH5BAEAAAEALAAAAAAqAAoAAAI6jI+pywkNY3wG0GBvrsd2tXGYSGnfiF7ikpXemTpOiJScasYoDJJrjsG9gkCJ0ag6KhmaIe3pjDYBBQA7);
 | 
        
           |  |  | 755 | }
 | 
        
           |  |  | 756 | .mce-visualblocks blockquote {
 | 
        
           |  |  | 757 |   background-image: url(data:image/gif;base64,R0lGODlhPgAKAIABALu7u////yH5BAEAAAEALAAAAAA+AAoAAAJPjI+py+0Knpz0xQDyuUhvfoGgIX5iSKZYgq5uNL5q69asZ8s5rrf0yZmpNkJZzFesBTu8TOlDVAabUyatguVhWduud3EyiUk45xhTTgMBBQA7);
 | 
        
           |  |  | 758 | }
 | 
        
           |  |  | 759 | .mce-visualblocks address {
 | 
        
           |  |  | 760 |   background-image: url(data:image/gif;base64,R0lGODlhLQAKAIABALu7u////yH5BAEAAAEALAAAAAAtAAoAAAI/jI+pywwNozSP1gDyyZcjb3UaRpXkWaXmZW4OqKLhBmLs+K263DkJK7OJeifh7FicKD9A1/IpGdKkyFpNmCkAADs=);
 | 
        
           |  |  | 761 | }
 | 
        
           |  |  | 762 | .mce-visualblocks pre {
 | 
        
           |  |  | 763 |   background-image: url(data:image/gif;base64,R0lGODlhFQAKAIABALu7uwAAACH5BAEAAAEALAAAAAAVAAoAAAIjjI+ZoN0cgDwSmnpz1NCueYERhnibZVKLNnbOq8IvKpJtVQAAOw==);
 | 
        
           |  |  | 764 | }
 | 
        
           |  |  | 765 | .mce-visualblocks figure {
 | 
        
           |  |  | 766 |   background-image: url(data:image/gif;base64,R0lGODlhJAAKAIAAALu7u////yH5BAEAAAEALAAAAAAkAAoAAAI0jI+py+2fwAHUSFvD3RlvG4HIp4nX5JFSpnZUJ6LlrM52OE7uSWosBHScgkSZj7dDKnWAAgA7);
 | 
        
           |  |  | 767 | }
 | 
        
           |  |  | 768 | .mce-visualblocks figcaption {
 | 
        
           |  |  | 769 |   border: 1px dashed #bbb;
 | 
        
           |  |  | 770 | }
 | 
        
           |  |  | 771 | .mce-visualblocks hgroup {
 | 
        
           |  |  | 772 |   background-image: url(data:image/gif;base64,R0lGODlhJwAKAIABALu7uwAAACH5BAEAAAEALAAAAAAnAAoAAAI3jI+pywYNI3uB0gpsRtt5fFnfNZaVSYJil4Wo03Hv6Z62uOCgiXH1kZIIJ8NiIxRrAZNMZAtQAAA7);
 | 
        
           |  |  | 773 | }
 | 
        
           |  |  | 774 | .mce-visualblocks aside {
 | 
        
           |  |  | 775 |   background-image: url(data:image/gif;base64,R0lGODlhHgAKAIABAKqqqv///yH5BAEAAAEALAAAAAAeAAoAAAItjI+pG8APjZOTzgtqy7I3f1yehmQcFY4WKZbqByutmW4aHUd6vfcVbgudgpYCADs=);
 | 
        
           |  |  | 776 | }
 | 
        
           |  |  | 777 | .mce-visualblocks ul {
 | 
        
           |  |  | 778 |   background-image: url(data:image/gif;base64,R0lGODlhDQAKAIAAALu7u////yH5BAEAAAEALAAAAAANAAoAAAIXjI8GybGuYnqUVSjvw26DzzXiqIDlVwAAOw==);
 | 
        
           |  |  | 779 | }
 | 
        
           |  |  | 780 | .mce-visualblocks ol {
 | 
        
           |  |  | 781 |   background-image: url(data:image/gif;base64,R0lGODlhDQAKAIABALu7u////yH5BAEAAAEALAAAAAANAAoAAAIXjI8GybH6HHt0qourxC6CvzXieHyeWQAAOw==);
 | 
        
           |  |  | 782 | }
 | 
        
           |  |  | 783 | .mce-visualblocks dl {
 | 
        
           |  |  | 784 |   background-image: url(data:image/gif;base64,R0lGODlhDQAKAIABALu7u////yH5BAEAAAEALAAAAAANAAoAAAIXjI8GybEOnmOvUoWznTqeuEjNSCqeGRUAOw==);
 | 
        
           |  |  | 785 | }
 | 
        
           |  |  | 786 | .mce-visualblocks:not([dir=rtl]) p,
 | 
        
           |  |  | 787 | .mce-visualblocks:not([dir=rtl]) h1,
 | 
        
           |  |  | 788 | .mce-visualblocks:not([dir=rtl]) h2,
 | 
        
           |  |  | 789 | .mce-visualblocks:not([dir=rtl]) h3,
 | 
        
           |  |  | 790 | .mce-visualblocks:not([dir=rtl]) h4,
 | 
        
           |  |  | 791 | .mce-visualblocks:not([dir=rtl]) h5,
 | 
        
           |  |  | 792 | .mce-visualblocks:not([dir=rtl]) h6,
 | 
        
           |  |  | 793 | .mce-visualblocks:not([dir=rtl]) div:not([data-mce-bogus]),
 | 
        
           |  |  | 794 | .mce-visualblocks:not([dir=rtl]) section,
 | 
        
           |  |  | 795 | .mce-visualblocks:not([dir=rtl]) article,
 | 
        
           |  |  | 796 | .mce-visualblocks:not([dir=rtl]) blockquote,
 | 
        
           |  |  | 797 | .mce-visualblocks:not([dir=rtl]) address,
 | 
        
           |  |  | 798 | .mce-visualblocks:not([dir=rtl]) pre,
 | 
        
           |  |  | 799 | .mce-visualblocks:not([dir=rtl]) figure,
 | 
        
           |  |  | 800 | .mce-visualblocks:not([dir=rtl]) figcaption,
 | 
        
           |  |  | 801 | .mce-visualblocks:not([dir=rtl]) hgroup,
 | 
        
           |  |  | 802 | .mce-visualblocks:not([dir=rtl]) aside,
 | 
        
           |  |  | 803 | .mce-visualblocks:not([dir=rtl]) ul,
 | 
        
           |  |  | 804 | .mce-visualblocks:not([dir=rtl]) ol,
 | 
        
           |  |  | 805 | .mce-visualblocks:not([dir=rtl]) dl {
 | 
        
           |  |  | 806 |   margin-left: 3px;
 | 
        
           |  |  | 807 | }
 | 
        
           |  |  | 808 | .mce-visualblocks[dir=rtl] p,
 | 
        
           |  |  | 809 | .mce-visualblocks[dir=rtl] h1,
 | 
        
           |  |  | 810 | .mce-visualblocks[dir=rtl] h2,
 | 
        
           |  |  | 811 | .mce-visualblocks[dir=rtl] h3,
 | 
        
           |  |  | 812 | .mce-visualblocks[dir=rtl] h4,
 | 
        
           |  |  | 813 | .mce-visualblocks[dir=rtl] h5,
 | 
        
           |  |  | 814 | .mce-visualblocks[dir=rtl] h6,
 | 
        
           |  |  | 815 | .mce-visualblocks[dir=rtl] div:not([data-mce-bogus]),
 | 
        
           |  |  | 816 | .mce-visualblocks[dir=rtl] section,
 | 
        
           |  |  | 817 | .mce-visualblocks[dir=rtl] article,
 | 
        
           |  |  | 818 | .mce-visualblocks[dir=rtl] blockquote,
 | 
        
           |  |  | 819 | .mce-visualblocks[dir=rtl] address,
 | 
        
           |  |  | 820 | .mce-visualblocks[dir=rtl] pre,
 | 
        
           |  |  | 821 | .mce-visualblocks[dir=rtl] figure,
 | 
        
           |  |  | 822 | .mce-visualblocks[dir=rtl] figcaption,
 | 
        
           |  |  | 823 | .mce-visualblocks[dir=rtl] hgroup,
 | 
        
           |  |  | 824 | .mce-visualblocks[dir=rtl] aside,
 | 
        
           |  |  | 825 | .mce-visualblocks[dir=rtl] ul,
 | 
        
           |  |  | 826 | .mce-visualblocks[dir=rtl] ol,
 | 
        
           |  |  | 827 | .mce-visualblocks[dir=rtl] dl {
 | 
        
           |  |  | 828 |   background-position-x: right;
 | 
        
           |  |  | 829 |   margin-right: 3px;
 | 
        
           |  |  | 830 | }
 | 
        
           |  |  | 831 | .mce-nbsp,
 | 
        
           |  |  | 832 | .mce-shy {
 | 
        
           |  |  | 833 |   background: #aaa;
 | 
        
           |  |  | 834 | }
 | 
        
           |  |  | 835 | .mce-shy::after {
 | 
        
           |  |  | 836 |   content: '-';
 | 
        
           |  |  | 837 | }
 | 
        
           | 1441 | ariadna | 838 | [data-ephox-foam-a11y-violation] {
 | 
        
           |  |  | 839 |   outline: 2px solid;
 | 
        
           |  |  | 840 |   position: relative;
 | 
        
           |  |  | 841 | }
 | 
        
           |  |  | 842 | [data-ephox-foam-a11y-violation][data-ephox-foam-a11y-current-violation] {
 | 
        
           |  |  | 843 |   outline-width: 4px;
 | 
        
           |  |  | 844 |   transition: outline-width 0.1s ease-in-out, background-color 0.1s ease-in-out;
 | 
        
           |  |  | 845 | }
 | 
        
           |  |  | 846 | [data-ephox-foam-a11y-violation][data-ephox-foam-a11y-severity-info] {
 | 
        
           |  |  | 847 |   outline-color: #99c4f5;
 | 
        
           |  |  | 848 | }
 | 
        
           |  |  | 849 | [data-ephox-foam-a11y-violation][data-ephox-foam-a11y-severity-warn] {
 | 
        
           |  |  | 850 |   outline-color: #ffeb99;
 | 
        
           |  |  | 851 | }
 | 
        
           |  |  | 852 | [data-ephox-foam-a11y-violation][data-ephox-foam-a11y-severity-error] {
 | 
        
           |  |  | 853 |   outline-color: #eb9999;
 | 
        
           |  |  | 854 | }
 | 
        
           |  |  | 855 | [data-ephox-foam-a11y-violation][data-ephox-foam-a11y-current-violation="info"] {
 | 
        
           |  |  | 856 |   outline-color: #99c4f5;
 | 
        
           |  |  | 857 |   background-color: #e6f0fd;
 | 
        
           |  |  | 858 | }
 | 
        
           |  |  | 859 | [data-ephox-foam-a11y-violation][data-ephox-foam-a11y-current-violation="warning"] {
 | 
        
           |  |  | 860 |   outline-color: #ffeb99;
 | 
        
           |  |  | 861 |   background-color: #fffae6;
 | 
        
           |  |  | 862 | }
 | 
        
           |  |  | 863 | [data-ephox-foam-a11y-violation][data-ephox-foam-a11y-current-violation="error"] {
 | 
        
           |  |  | 864 |   outline-color: #eb9999;
 | 
        
           |  |  | 865 |   background-color: #fae6e6;
 | 
        
           |  |  | 866 | }
 | 
        
           | 1 | efrain | 867 | body {
 | 
        
           |  |  | 868 |   font-family: sans-serif;
 | 
        
           |  |  | 869 | }
 | 
        
           |  |  | 870 | table {
 | 
        
           |  |  | 871 |   border-collapse: collapse;
 | 
        
           |  |  | 872 | }
 |