styles.css 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410
  1. body {
  2. margin:0px;
  3. background-image:none;
  4. position:static;
  5. left:auto;
  6. width:1578px;
  7. margin-left:0;
  8. margin-right:0;
  9. text-align:left;
  10. }
  11. .form_sketch {
  12. border-color:transparent;
  13. background-color:transparent;
  14. }
  15. #base {
  16. position:absolute;
  17. z-index:0;
  18. }
  19. #u2585_div {
  20. border-width:0px;
  21. position:absolute;
  22. left:0px;
  23. top:0px;
  24. width:1578px;
  25. height:895px;
  26. background:inherit;
  27. background-color:rgba(255, 255, 255, 1);
  28. border:none;
  29. border-radius:0px;
  30. -moz-box-shadow:none;
  31. -webkit-box-shadow:none;
  32. box-shadow:none;
  33. }
  34. #u2585 {
  35. border-width:0px;
  36. position:absolute;
  37. left:0px;
  38. top:0px;
  39. width:1578px;
  40. height:895px;
  41. display:flex;
  42. }
  43. #u2585 .text {
  44. position:absolute;
  45. align-self:center;
  46. padding:2px 2px 2px 2px;
  47. box-sizing:border-box;
  48. width:100%;
  49. }
  50. #u2585_text {
  51. border-width:0px;
  52. word-wrap:break-word;
  53. text-transform:none;
  54. }
  55. #u2586_img {
  56. border-width:0px;
  57. position:absolute;
  58. left:0px;
  59. top:0px;
  60. width:1155px;
  61. height:627px;
  62. }
  63. #u2586 {
  64. border-width:0px;
  65. position:absolute;
  66. left:20px;
  67. top:228px;
  68. width:1155px;
  69. height:627px;
  70. display:flex;
  71. }
  72. #u2586 .text {
  73. position:absolute;
  74. align-self:center;
  75. padding:2px 2px 2px 2px;
  76. box-sizing:border-box;
  77. width:100%;
  78. }
  79. #u2586_text {
  80. border-width:0px;
  81. word-wrap:break-word;
  82. text-transform:none;
  83. visibility:hidden;
  84. }
  85. #u2587 {
  86. border-width:0px;
  87. position:absolute;
  88. left:0px;
  89. top:0px;
  90. width:0px;
  91. height:0px;
  92. }
  93. #u2588_img {
  94. border-width:0px;
  95. position:absolute;
  96. left:0px;
  97. top:0px;
  98. width:8px;
  99. height:28px;
  100. }
  101. #u2588 {
  102. border-width:0px;
  103. position:absolute;
  104. left:20px;
  105. top:29px;
  106. width:8px;
  107. height:28px;
  108. display:flex;
  109. }
  110. #u2588 .text {
  111. position:absolute;
  112. align-self:center;
  113. padding:2px 2px 2px 2px;
  114. box-sizing:border-box;
  115. width:100%;
  116. }
  117. #u2588_text {
  118. border-width:0px;
  119. word-wrap:break-word;
  120. text-transform:none;
  121. visibility:hidden;
  122. }
  123. #u2589_div {
  124. border-width:0px;
  125. position:absolute;
  126. left:0px;
  127. top:0px;
  128. width:96px;
  129. height:28px;
  130. background:inherit;
  131. background-color:rgba(255, 255, 255, 0);
  132. border:none;
  133. border-radius:0px;
  134. -moz-box-shadow:none;
  135. -webkit-box-shadow:none;
  136. box-shadow:none;
  137. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  138. font-weight:700;
  139. font-style:normal;
  140. }
  141. #u2589 {
  142. border-width:0px;
  143. position:absolute;
  144. left:34px;
  145. top:29px;
  146. width:96px;
  147. height:28px;
  148. display:flex;
  149. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  150. font-weight:700;
  151. font-style:normal;
  152. }
  153. #u2589 .text {
  154. position:absolute;
  155. align-self:flex-start;
  156. padding:0px 0px 0px 0px;
  157. box-sizing:border-box;
  158. width:100%;
  159. }
  160. #u2589_text {
  161. border-width:0px;
  162. white-space:nowrap;
  163. text-transform:none;
  164. }
  165. #u2590_div {
  166. border-width:0px;
  167. position:absolute;
  168. left:0px;
  169. top:0px;
  170. width:1538px;
  171. height:28px;
  172. background:inherit;
  173. background-color:rgba(244, 244, 245, 1);
  174. border:none;
  175. border-radius:0px;
  176. -moz-box-shadow:none;
  177. -webkit-box-shadow:none;
  178. box-shadow:none;
  179. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  180. font-weight:700;
  181. font-style:normal;
  182. }
  183. #u2590 {
  184. border-width:0px;
  185. position:absolute;
  186. left:20px;
  187. top:77px;
  188. width:1538px;
  189. height:28px;
  190. display:flex;
  191. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  192. font-weight:700;
  193. font-style:normal;
  194. }
  195. #u2590 .text {
  196. position:absolute;
  197. align-self:flex-start;
  198. padding:6px 0px 6px 14px;
  199. box-sizing:border-box;
  200. width:100%;
  201. }
  202. #u2590_text {
  203. border-width:0px;
  204. word-wrap:break-word;
  205. text-transform:none;
  206. }
  207. #u2591 {
  208. border-width:0px;
  209. position:absolute;
  210. left:0px;
  211. top:0px;
  212. width:0px;
  213. height:0px;
  214. }
  215. #u2592_div {
  216. border-width:0px;
  217. position:absolute;
  218. left:0px;
  219. top:0px;
  220. width:328px;
  221. height:24px;
  222. background:inherit;
  223. background-color:rgba(255, 255, 255, 0);
  224. border:none;
  225. border-radius:0px;
  226. -moz-box-shadow:none;
  227. -webkit-box-shadow:none;
  228. box-shadow:none;
  229. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  230. font-weight:700;
  231. font-style:normal;
  232. font-size:16px;
  233. color:#14928A;
  234. }
  235. #u2592 {
  236. border-width:0px;
  237. position:absolute;
  238. left:1230px;
  239. top:228px;
  240. width:328px;
  241. height:24px;
  242. display:flex;
  243. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  244. font-weight:700;
  245. font-style:normal;
  246. font-size:16px;
  247. color:#14928A;
  248. }
  249. #u2592 .text {
  250. position:absolute;
  251. align-self:center;
  252. padding:3px 0px 3px 0px;
  253. box-sizing:border-box;
  254. width:100%;
  255. }
  256. #u2592_text {
  257. border-width:0px;
  258. word-wrap:break-word;
  259. text-transform:none;
  260. }
  261. #u2593_div {
  262. border-width:0px;
  263. position:absolute;
  264. left:0px;
  265. top:0px;
  266. width:328px;
  267. height:72px;
  268. background:inherit;
  269. background-color:rgba(255, 255, 255, 0);
  270. border:none;
  271. border-radius:0px;
  272. -moz-box-shadow:none;
  273. -webkit-box-shadow:none;
  274. box-shadow:none;
  275. line-height:24px;
  276. }
  277. #u2593 {
  278. border-width:0px;
  279. position:absolute;
  280. left:1230px;
  281. top:259px;
  282. width:328px;
  283. height:72px;
  284. display:flex;
  285. line-height:24px;
  286. }
  287. #u2593 .text {
  288. position:absolute;
  289. align-self:flex-start;
  290. padding:0px 0px 0px 0px;
  291. box-sizing:border-box;
  292. width:100%;
  293. }
  294. #u2593_text {
  295. border-width:0px;
  296. word-wrap:break-word;
  297. text-transform:none;
  298. }
  299. #u2594_img {
  300. border-width:0px;
  301. position:absolute;
  302. left:-10px;
  303. top:-8px;
  304. width:44px;
  305. height:44px;
  306. }
  307. #u2594 {
  308. border-width:0px;
  309. position:absolute;
  310. left:1196px;
  311. top:228px;
  312. width:24px;
  313. height:24px;
  314. display:flex;
  315. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  316. font-weight:700;
  317. font-style:normal;
  318. font-size:14px;
  319. color:#1E1E1E;
  320. }
  321. #u2594 .text {
  322. position:absolute;
  323. align-self:center;
  324. padding:2px 2px 2px 2px;
  325. box-sizing:border-box;
  326. width:100%;
  327. }
  328. #u2594_text {
  329. border-width:0px;
  330. word-wrap:break-word;
  331. text-transform:none;
  332. }
  333. #u2595_div {
  334. border-width:0px;
  335. position:absolute;
  336. left:0px;
  337. top:0px;
  338. width:1538px;
  339. height:28px;
  340. background:inherit;
  341. background-color:rgba(244, 244, 245, 1);
  342. border:none;
  343. border-radius:0px;
  344. -moz-box-shadow:none;
  345. -webkit-box-shadow:none;
  346. box-shadow:none;
  347. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  348. font-weight:700;
  349. font-style:normal;
  350. }
  351. #u2595 {
  352. border-width:0px;
  353. position:absolute;
  354. left:20px;
  355. top:179px;
  356. width:1538px;
  357. height:28px;
  358. display:flex;
  359. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  360. font-weight:700;
  361. font-style:normal;
  362. }
  363. #u2595 .text {
  364. position:absolute;
  365. align-self:flex-start;
  366. padding:6px 0px 6px 14px;
  367. box-sizing:border-box;
  368. width:100%;
  369. }
  370. #u2595_text {
  371. border-width:0px;
  372. word-wrap:break-word;
  373. text-transform:none;
  374. }
  375. #u2596_div {
  376. border-width:0px;
  377. position:absolute;
  378. left:0px;
  379. top:0px;
  380. width:1156px;
  381. height:24px;
  382. background:inherit;
  383. background-color:rgba(255, 255, 255, 0);
  384. border:none;
  385. border-radius:0px;
  386. -moz-box-shadow:none;
  387. -webkit-box-shadow:none;
  388. box-shadow:none;
  389. font-size:14px;
  390. line-height:24px;
  391. }
  392. #u2596 {
  393. border-width:0px;
  394. position:absolute;
  395. left:20px;
  396. top:125px;
  397. width:1156px;
  398. height:24px;
  399. display:flex;
  400. font-size:14px;
  401. line-height:24px;
  402. }
  403. #u2596 .text {
  404. position:absolute;
  405. align-self:flex-start;
  406. padding:0px 0px 0px 14px;
  407. box-sizing:border-box;
  408. width:100%;
  409. }
  410. #u2596_text {
  411. border-width:0px;
  412. word-wrap:break-word;
  413. text-transform:none;
  414. }
  415. #u2597 {
  416. border-width:0px;
  417. position:absolute;
  418. left:0px;
  419. top:0px;
  420. width:0px;
  421. height:0px;
  422. }
  423. #u2598_div {
  424. border-width:0px;
  425. position:absolute;
  426. left:0px;
  427. top:0px;
  428. width:328px;
  429. height:24px;
  430. background:inherit;
  431. background-color:rgba(255, 255, 255, 0);
  432. border:none;
  433. border-radius:0px;
  434. -moz-box-shadow:none;
  435. -webkit-box-shadow:none;
  436. box-shadow:none;
  437. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  438. font-weight:700;
  439. font-style:normal;
  440. font-size:16px;
  441. }
  442. #u2598 {
  443. border-width:0px;
  444. position:absolute;
  445. left:1230px;
  446. top:372px;
  447. width:328px;
  448. height:24px;
  449. display:flex;
  450. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  451. font-weight:700;
  452. font-style:normal;
  453. font-size:16px;
  454. }
  455. #u2598 .text {
  456. position:absolute;
  457. align-self:flex-start;
  458. padding:3px 0px 3px 0px;
  459. box-sizing:border-box;
  460. width:100%;
  461. }
  462. #u2598_text {
  463. border-width:0px;
  464. word-wrap:break-word;
  465. text-transform:none;
  466. }
  467. #u2599_div {
  468. border-width:0px;
  469. position:absolute;
  470. left:0px;
  471. top:0px;
  472. width:328px;
  473. height:48px;
  474. background:inherit;
  475. background-color:rgba(255, 255, 255, 0);
  476. border:none;
  477. border-radius:0px;
  478. -moz-box-shadow:none;
  479. -webkit-box-shadow:none;
  480. box-shadow:none;
  481. line-height:24px;
  482. }
  483. #u2599 {
  484. border-width:0px;
  485. position:absolute;
  486. left:1230px;
  487. top:403px;
  488. width:328px;
  489. height:48px;
  490. display:flex;
  491. line-height:24px;
  492. }
  493. #u2599 .text {
  494. position:absolute;
  495. align-self:flex-start;
  496. padding:0px 0px 0px 0px;
  497. box-sizing:border-box;
  498. width:100%;
  499. }
  500. #u2599_text {
  501. border-width:0px;
  502. word-wrap:break-word;
  503. text-transform:none;
  504. }
  505. #u2600_img {
  506. border-width:0px;
  507. position:absolute;
  508. left:-10px;
  509. top:-8px;
  510. width:44px;
  511. height:44px;
  512. }
  513. #u2600 {
  514. border-width:0px;
  515. position:absolute;
  516. left:1196px;
  517. top:372px;
  518. width:24px;
  519. height:24px;
  520. display:flex;
  521. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  522. font-weight:700;
  523. font-style:normal;
  524. font-size:14px;
  525. color:#1E1E1E;
  526. }
  527. #u2600 .text {
  528. position:absolute;
  529. align-self:center;
  530. padding:2px 2px 2px 2px;
  531. box-sizing:border-box;
  532. width:100%;
  533. }
  534. #u2600_text {
  535. border-width:0px;
  536. word-wrap:break-word;
  537. text-transform:none;
  538. }
  539. #u2601_img {
  540. border-width:0px;
  541. position:absolute;
  542. left:0px;
  543. top:0px;
  544. width:363px;
  545. height:2px;
  546. }
  547. #u2601 {
  548. border-width:0px;
  549. position:absolute;
  550. left:1196px;
  551. top:351px;
  552. width:362px;
  553. height:1px;
  554. display:flex;
  555. }
  556. #u2601 .text {
  557. position:absolute;
  558. align-self:center;
  559. padding:2px 2px 2px 2px;
  560. box-sizing:border-box;
  561. width:100%;
  562. }
  563. #u2601_text {
  564. border-width:0px;
  565. word-wrap:break-word;
  566. text-transform:none;
  567. visibility:hidden;
  568. }
  569. #u2602 {
  570. border-width:0px;
  571. position:absolute;
  572. left:0px;
  573. top:0px;
  574. width:0px;
  575. height:0px;
  576. }
  577. #u2603_div {
  578. border-width:0px;
  579. position:absolute;
  580. left:0px;
  581. top:0px;
  582. width:328px;
  583. height:24px;
  584. background:inherit;
  585. background-color:rgba(255, 255, 255, 0);
  586. border:none;
  587. border-radius:0px;
  588. -moz-box-shadow:none;
  589. -webkit-box-shadow:none;
  590. box-shadow:none;
  591. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  592. font-weight:700;
  593. font-style:normal;
  594. font-size:16px;
  595. }
  596. #u2603 {
  597. border-width:0px;
  598. position:absolute;
  599. left:1230px;
  600. top:484px;
  601. width:328px;
  602. height:24px;
  603. display:flex;
  604. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  605. font-weight:700;
  606. font-style:normal;
  607. font-size:16px;
  608. }
  609. #u2603 .text {
  610. position:absolute;
  611. align-self:flex-start;
  612. padding:3px 0px 3px 0px;
  613. box-sizing:border-box;
  614. width:100%;
  615. }
  616. #u2603_text {
  617. border-width:0px;
  618. word-wrap:break-word;
  619. text-transform:none;
  620. }
  621. #u2604_div {
  622. border-width:0px;
  623. position:absolute;
  624. left:0px;
  625. top:0px;
  626. width:328px;
  627. height:48px;
  628. background:inherit;
  629. background-color:rgba(255, 255, 255, 0);
  630. border:none;
  631. border-radius:0px;
  632. -moz-box-shadow:none;
  633. -webkit-box-shadow:none;
  634. box-shadow:none;
  635. line-height:24px;
  636. }
  637. #u2604 {
  638. border-width:0px;
  639. position:absolute;
  640. left:1230px;
  641. top:515px;
  642. width:328px;
  643. height:48px;
  644. display:flex;
  645. line-height:24px;
  646. }
  647. #u2604 .text {
  648. position:absolute;
  649. align-self:flex-start;
  650. padding:0px 0px 0px 0px;
  651. box-sizing:border-box;
  652. width:100%;
  653. }
  654. #u2604_text {
  655. border-width:0px;
  656. word-wrap:break-word;
  657. text-transform:none;
  658. }
  659. #u2605_img {
  660. border-width:0px;
  661. position:absolute;
  662. left:-10px;
  663. top:-8px;
  664. width:44px;
  665. height:44px;
  666. }
  667. #u2605 {
  668. border-width:0px;
  669. position:absolute;
  670. left:1196px;
  671. top:484px;
  672. width:24px;
  673. height:24px;
  674. display:flex;
  675. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  676. font-weight:700;
  677. font-style:normal;
  678. font-size:14px;
  679. color:#1E1E1E;
  680. }
  681. #u2605 .text {
  682. position:absolute;
  683. align-self:center;
  684. padding:2px 2px 2px 2px;
  685. box-sizing:border-box;
  686. width:100%;
  687. }
  688. #u2605_text {
  689. border-width:0px;
  690. word-wrap:break-word;
  691. text-transform:none;
  692. }
  693. #u2606_img {
  694. border-width:0px;
  695. position:absolute;
  696. left:0px;
  697. top:0px;
  698. width:363px;
  699. height:2px;
  700. }
  701. #u2606 {
  702. border-width:0px;
  703. position:absolute;
  704. left:1196px;
  705. top:463px;
  706. width:362px;
  707. height:1px;
  708. display:flex;
  709. }
  710. #u2606 .text {
  711. position:absolute;
  712. align-self:center;
  713. padding:2px 2px 2px 2px;
  714. box-sizing:border-box;
  715. width:100%;
  716. }
  717. #u2606_text {
  718. border-width:0px;
  719. word-wrap:break-word;
  720. text-transform:none;
  721. visibility:hidden;
  722. }
  723. #u2607 {
  724. border-width:0px;
  725. position:absolute;
  726. left:0px;
  727. top:0px;
  728. width:0px;
  729. height:0px;
  730. }
  731. #u2608_div {
  732. border-width:0px;
  733. position:absolute;
  734. left:0px;
  735. top:0px;
  736. width:328px;
  737. height:24px;
  738. background:inherit;
  739. background-color:rgba(255, 255, 255, 0);
  740. border:none;
  741. border-radius:0px;
  742. -moz-box-shadow:none;
  743. -webkit-box-shadow:none;
  744. box-shadow:none;
  745. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  746. font-weight:700;
  747. font-style:normal;
  748. font-size:16px;
  749. }
  750. #u2608 {
  751. border-width:0px;
  752. position:absolute;
  753. left:1230px;
  754. top:604px;
  755. width:328px;
  756. height:24px;
  757. display:flex;
  758. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  759. font-weight:700;
  760. font-style:normal;
  761. font-size:16px;
  762. }
  763. #u2608 .text {
  764. position:absolute;
  765. align-self:flex-start;
  766. padding:3px 0px 3px 0px;
  767. box-sizing:border-box;
  768. width:100%;
  769. }
  770. #u2608_text {
  771. border-width:0px;
  772. word-wrap:break-word;
  773. text-transform:none;
  774. }
  775. #u2609_div {
  776. border-width:0px;
  777. position:absolute;
  778. left:0px;
  779. top:0px;
  780. width:328px;
  781. height:48px;
  782. background:inherit;
  783. background-color:rgba(255, 255, 255, 0);
  784. border:none;
  785. border-radius:0px;
  786. -moz-box-shadow:none;
  787. -webkit-box-shadow:none;
  788. box-shadow:none;
  789. line-height:24px;
  790. }
  791. #u2609 {
  792. border-width:0px;
  793. position:absolute;
  794. left:1230px;
  795. top:635px;
  796. width:328px;
  797. height:48px;
  798. display:flex;
  799. line-height:24px;
  800. }
  801. #u2609 .text {
  802. position:absolute;
  803. align-self:flex-start;
  804. padding:0px 0px 0px 0px;
  805. box-sizing:border-box;
  806. width:100%;
  807. }
  808. #u2609_text {
  809. border-width:0px;
  810. word-wrap:break-word;
  811. text-transform:none;
  812. }
  813. #u2610_img {
  814. border-width:0px;
  815. position:absolute;
  816. left:-10px;
  817. top:-8px;
  818. width:44px;
  819. height:44px;
  820. }
  821. #u2610 {
  822. border-width:0px;
  823. position:absolute;
  824. left:1196px;
  825. top:604px;
  826. width:24px;
  827. height:24px;
  828. display:flex;
  829. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  830. font-weight:700;
  831. font-style:normal;
  832. font-size:14px;
  833. color:#1E1E1E;
  834. }
  835. #u2610 .text {
  836. position:absolute;
  837. align-self:center;
  838. padding:2px 2px 2px 2px;
  839. box-sizing:border-box;
  840. width:100%;
  841. }
  842. #u2610_text {
  843. border-width:0px;
  844. word-wrap:break-word;
  845. text-transform:none;
  846. }
  847. #u2611_img {
  848. border-width:0px;
  849. position:absolute;
  850. left:0px;
  851. top:0px;
  852. width:363px;
  853. height:2px;
  854. }
  855. #u2611 {
  856. border-width:0px;
  857. position:absolute;
  858. left:1196px;
  859. top:583px;
  860. width:362px;
  861. height:1px;
  862. display:flex;
  863. }
  864. #u2611 .text {
  865. position:absolute;
  866. align-self:center;
  867. padding:2px 2px 2px 2px;
  868. box-sizing:border-box;
  869. width:100%;
  870. }
  871. #u2611_text {
  872. border-width:0px;
  873. word-wrap:break-word;
  874. text-transform:none;
  875. visibility:hidden;
  876. }
  877. #u2612 {
  878. border-width:0px;
  879. position:absolute;
  880. left:0px;
  881. top:0px;
  882. width:0px;
  883. height:0px;
  884. }
  885. #u2613_div {
  886. border-width:0px;
  887. position:absolute;
  888. left:0px;
  889. top:0px;
  890. width:328px;
  891. height:24px;
  892. background:inherit;
  893. background-color:rgba(255, 255, 255, 0);
  894. border:none;
  895. border-radius:0px;
  896. -moz-box-shadow:none;
  897. -webkit-box-shadow:none;
  898. box-shadow:none;
  899. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  900. font-weight:700;
  901. font-style:normal;
  902. font-size:16px;
  903. }
  904. #u2613 {
  905. border-width:0px;
  906. position:absolute;
  907. left:1230px;
  908. top:724px;
  909. width:328px;
  910. height:24px;
  911. display:flex;
  912. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  913. font-weight:700;
  914. font-style:normal;
  915. font-size:16px;
  916. }
  917. #u2613 .text {
  918. position:absolute;
  919. align-self:flex-start;
  920. padding:3px 0px 3px 0px;
  921. box-sizing:border-box;
  922. width:100%;
  923. }
  924. #u2613_text {
  925. border-width:0px;
  926. word-wrap:break-word;
  927. text-transform:none;
  928. }
  929. #u2614_div {
  930. border-width:0px;
  931. position:absolute;
  932. left:0px;
  933. top:0px;
  934. width:328px;
  935. height:48px;
  936. background:inherit;
  937. background-color:rgba(255, 255, 255, 0);
  938. border:none;
  939. border-radius:0px;
  940. -moz-box-shadow:none;
  941. -webkit-box-shadow:none;
  942. box-shadow:none;
  943. line-height:24px;
  944. }
  945. #u2614 {
  946. border-width:0px;
  947. position:absolute;
  948. left:1230px;
  949. top:755px;
  950. width:328px;
  951. height:48px;
  952. display:flex;
  953. line-height:24px;
  954. }
  955. #u2614 .text {
  956. position:absolute;
  957. align-self:flex-start;
  958. padding:0px 0px 0px 0px;
  959. box-sizing:border-box;
  960. width:100%;
  961. }
  962. #u2614_text {
  963. border-width:0px;
  964. word-wrap:break-word;
  965. text-transform:none;
  966. }
  967. #u2615_img {
  968. border-width:0px;
  969. position:absolute;
  970. left:-10px;
  971. top:-8px;
  972. width:44px;
  973. height:44px;
  974. }
  975. #u2615 {
  976. border-width:0px;
  977. position:absolute;
  978. left:1196px;
  979. top:724px;
  980. width:24px;
  981. height:24px;
  982. display:flex;
  983. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  984. font-weight:700;
  985. font-style:normal;
  986. font-size:14px;
  987. color:#1E1E1E;
  988. }
  989. #u2615 .text {
  990. position:absolute;
  991. align-self:center;
  992. padding:2px 2px 2px 2px;
  993. box-sizing:border-box;
  994. width:100%;
  995. }
  996. #u2615_text {
  997. border-width:0px;
  998. word-wrap:break-word;
  999. text-transform:none;
  1000. }
  1001. #u2616_img {
  1002. border-width:0px;
  1003. position:absolute;
  1004. left:0px;
  1005. top:0px;
  1006. width:363px;
  1007. height:2px;
  1008. }
  1009. #u2616 {
  1010. border-width:0px;
  1011. position:absolute;
  1012. left:1196px;
  1013. top:703px;
  1014. width:362px;
  1015. height:1px;
  1016. display:flex;
  1017. }
  1018. #u2616 .text {
  1019. position:absolute;
  1020. align-self:center;
  1021. padding:2px 2px 2px 2px;
  1022. box-sizing:border-box;
  1023. width:100%;
  1024. }
  1025. #u2616_text {
  1026. border-width:0px;
  1027. word-wrap:break-word;
  1028. text-transform:none;
  1029. visibility:hidden;
  1030. }
  1031. #u2617_div {
  1032. border-width:0px;
  1033. position:absolute;
  1034. left:0px;
  1035. top:0px;
  1036. width:74px;
  1037. height:34px;
  1038. background:inherit;
  1039. background-color:rgba(255, 255, 255, 0);
  1040. box-sizing:border-box;
  1041. border-width:2px;
  1042. border-style:solid;
  1043. border-color:rgba(255, 199, 51, 1);
  1044. border-radius:0px;
  1045. -moz-box-shadow:none;
  1046. -webkit-box-shadow:none;
  1047. box-shadow:none;
  1048. }
  1049. #u2617 {
  1050. border-width:0px;
  1051. position:absolute;
  1052. left:167px;
  1053. top:355px;
  1054. width:74px;
  1055. height:34px;
  1056. display:flex;
  1057. }
  1058. #u2617 .text {
  1059. position:absolute;
  1060. align-self:center;
  1061. padding:2px 2px 2px 2px;
  1062. box-sizing:border-box;
  1063. width:100%;
  1064. }
  1065. #u2617_text {
  1066. border-width:0px;
  1067. word-wrap:break-word;
  1068. text-transform:none;
  1069. visibility:hidden;
  1070. }
  1071. #u2618_img {
  1072. border-width:0px;
  1073. position:absolute;
  1074. left:-10px;
  1075. top:-8px;
  1076. width:44px;
  1077. height:44px;
  1078. }
  1079. #u2618 {
  1080. border-width:0px;
  1081. position:absolute;
  1082. left:227px;
  1083. top:345px;
  1084. width:24px;
  1085. height:24px;
  1086. display:flex;
  1087. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  1088. font-weight:700;
  1089. font-style:normal;
  1090. font-size:14px;
  1091. color:#1E1E1E;
  1092. }
  1093. #u2618 .text {
  1094. position:absolute;
  1095. align-self:center;
  1096. padding:2px 2px 2px 2px;
  1097. box-sizing:border-box;
  1098. width:100%;
  1099. }
  1100. #u2618_text {
  1101. border-width:0px;
  1102. word-wrap:break-word;
  1103. text-transform:none;
  1104. }
  1105. #u2619_div {
  1106. border-width:0px;
  1107. position:absolute;
  1108. left:0px;
  1109. top:0px;
  1110. width:46px;
  1111. height:22px;
  1112. background:inherit;
  1113. background-color:rgba(255, 255, 255, 0);
  1114. box-sizing:border-box;
  1115. border-width:2px;
  1116. border-style:solid;
  1117. border-color:rgba(255, 199, 51, 1);
  1118. border-radius:0px;
  1119. -moz-box-shadow:none;
  1120. -webkit-box-shadow:none;
  1121. box-shadow:none;
  1122. }
  1123. #u2619 {
  1124. border-width:0px;
  1125. position:absolute;
  1126. left:988px;
  1127. top:472px;
  1128. width:46px;
  1129. height:22px;
  1130. display:flex;
  1131. }
  1132. #u2619 .text {
  1133. position:absolute;
  1134. align-self:center;
  1135. padding:2px 2px 2px 2px;
  1136. box-sizing:border-box;
  1137. width:100%;
  1138. }
  1139. #u2619_text {
  1140. border-width:0px;
  1141. word-wrap:break-word;
  1142. text-transform:none;
  1143. visibility:hidden;
  1144. }
  1145. #u2620_img {
  1146. border-width:0px;
  1147. position:absolute;
  1148. left:-10px;
  1149. top:-8px;
  1150. width:44px;
  1151. height:44px;
  1152. }
  1153. #u2620 {
  1154. border-width:0px;
  1155. position:absolute;
  1156. left:999px;
  1157. top:448px;
  1158. width:24px;
  1159. height:24px;
  1160. display:flex;
  1161. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  1162. font-weight:700;
  1163. font-style:normal;
  1164. font-size:14px;
  1165. color:#1E1E1E;
  1166. }
  1167. #u2620 .text {
  1168. position:absolute;
  1169. align-self:center;
  1170. padding:2px 2px 2px 2px;
  1171. box-sizing:border-box;
  1172. width:100%;
  1173. }
  1174. #u2620_text {
  1175. border-width:0px;
  1176. word-wrap:break-word;
  1177. text-transform:none;
  1178. }
  1179. #u2621 {
  1180. border-width:0px;
  1181. position:absolute;
  1182. left:84px;
  1183. top:122px;
  1184. width:83px;
  1185. height:30px;
  1186. overflow:hidden;
  1187. background-image:url('../../resources/images/transparent.gif');
  1188. }
  1189. #u2622_div {
  1190. border-width:0px;
  1191. position:absolute;
  1192. left:0px;
  1193. top:0px;
  1194. width:46px;
  1195. height:22px;
  1196. background:inherit;
  1197. background-color:rgba(255, 255, 255, 0);
  1198. box-sizing:border-box;
  1199. border-width:2px;
  1200. border-style:solid;
  1201. border-color:rgba(255, 199, 51, 1);
  1202. border-radius:0px;
  1203. -moz-box-shadow:none;
  1204. -webkit-box-shadow:none;
  1205. box-shadow:none;
  1206. }
  1207. #u2622 {
  1208. border-width:0px;
  1209. position:absolute;
  1210. left:1034px;
  1211. top:472px;
  1212. width:46px;
  1213. height:22px;
  1214. display:flex;
  1215. }
  1216. #u2622 .text {
  1217. position:absolute;
  1218. align-self:center;
  1219. padding:2px 2px 2px 2px;
  1220. box-sizing:border-box;
  1221. width:100%;
  1222. }
  1223. #u2622_text {
  1224. border-width:0px;
  1225. word-wrap:break-word;
  1226. text-transform:none;
  1227. visibility:hidden;
  1228. }
  1229. #u2623_img {
  1230. border-width:0px;
  1231. position:absolute;
  1232. left:-10px;
  1233. top:-8px;
  1234. width:44px;
  1235. height:44px;
  1236. }
  1237. #u2623 {
  1238. border-width:0px;
  1239. position:absolute;
  1240. left:1045px;
  1241. top:448px;
  1242. width:24px;
  1243. height:24px;
  1244. display:flex;
  1245. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  1246. font-weight:700;
  1247. font-style:normal;
  1248. font-size:14px;
  1249. color:#1E1E1E;
  1250. }
  1251. #u2623 .text {
  1252. position:absolute;
  1253. align-self:center;
  1254. padding:2px 2px 2px 2px;
  1255. box-sizing:border-box;
  1256. width:100%;
  1257. }
  1258. #u2623_text {
  1259. border-width:0px;
  1260. word-wrap:break-word;
  1261. text-transform:none;
  1262. }
  1263. #u2624_div {
  1264. border-width:0px;
  1265. position:absolute;
  1266. left:0px;
  1267. top:0px;
  1268. width:46px;
  1269. height:22px;
  1270. background:inherit;
  1271. background-color:rgba(255, 255, 255, 0);
  1272. box-sizing:border-box;
  1273. border-width:2px;
  1274. border-style:solid;
  1275. border-color:rgba(255, 199, 51, 1);
  1276. border-radius:0px;
  1277. -moz-box-shadow:none;
  1278. -webkit-box-shadow:none;
  1279. box-shadow:none;
  1280. }
  1281. #u2624 {
  1282. border-width:0px;
  1283. position:absolute;
  1284. left:1080px;
  1285. top:472px;
  1286. width:46px;
  1287. height:22px;
  1288. display:flex;
  1289. }
  1290. #u2624 .text {
  1291. position:absolute;
  1292. align-self:center;
  1293. padding:2px 2px 2px 2px;
  1294. box-sizing:border-box;
  1295. width:100%;
  1296. }
  1297. #u2624_text {
  1298. border-width:0px;
  1299. word-wrap:break-word;
  1300. text-transform:none;
  1301. visibility:hidden;
  1302. }
  1303. #u2625_img {
  1304. border-width:0px;
  1305. position:absolute;
  1306. left:-10px;
  1307. top:-8px;
  1308. width:44px;
  1309. height:44px;
  1310. }
  1311. #u2625 {
  1312. border-width:0px;
  1313. position:absolute;
  1314. left:1091px;
  1315. top:448px;
  1316. width:24px;
  1317. height:24px;
  1318. display:flex;
  1319. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  1320. font-weight:700;
  1321. font-style:normal;
  1322. font-size:14px;
  1323. color:#1E1E1E;
  1324. }
  1325. #u2625 .text {
  1326. position:absolute;
  1327. align-self:center;
  1328. padding:2px 2px 2px 2px;
  1329. box-sizing:border-box;
  1330. width:100%;
  1331. }
  1332. #u2625_text {
  1333. border-width:0px;
  1334. word-wrap:break-word;
  1335. text-transform:none;
  1336. }
  1337. #u2626_div {
  1338. border-width:0px;
  1339. position:absolute;
  1340. left:0px;
  1341. top:0px;
  1342. width:46px;
  1343. height:22px;
  1344. background:inherit;
  1345. background-color:rgba(255, 255, 255, 0);
  1346. box-sizing:border-box;
  1347. border-width:2px;
  1348. border-style:solid;
  1349. border-color:rgba(255, 199, 51, 1);
  1350. border-radius:0px;
  1351. -moz-box-shadow:none;
  1352. -webkit-box-shadow:none;
  1353. box-shadow:none;
  1354. }
  1355. #u2626 {
  1356. border-width:0px;
  1357. position:absolute;
  1358. left:1011px;
  1359. top:496px;
  1360. width:46px;
  1361. height:22px;
  1362. display:flex;
  1363. }
  1364. #u2626 .text {
  1365. position:absolute;
  1366. align-self:center;
  1367. padding:2px 2px 2px 2px;
  1368. box-sizing:border-box;
  1369. width:100%;
  1370. }
  1371. #u2626_text {
  1372. border-width:0px;
  1373. word-wrap:break-word;
  1374. text-transform:none;
  1375. visibility:hidden;
  1376. }
  1377. #u2627_img {
  1378. border-width:0px;
  1379. position:absolute;
  1380. left:-10px;
  1381. top:-8px;
  1382. width:44px;
  1383. height:44px;
  1384. }
  1385. #u2627 {
  1386. border-width:0px;
  1387. position:absolute;
  1388. left:1022px;
  1389. top:518px;
  1390. width:24px;
  1391. height:24px;
  1392. display:flex;
  1393. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  1394. font-weight:700;
  1395. font-style:normal;
  1396. font-size:14px;
  1397. color:#1E1E1E;
  1398. }
  1399. #u2627 .text {
  1400. position:absolute;
  1401. align-self:center;
  1402. padding:2px 2px 2px 2px;
  1403. box-sizing:border-box;
  1404. width:100%;
  1405. }
  1406. #u2627_text {
  1407. border-width:0px;
  1408. word-wrap:break-word;
  1409. text-transform:none;
  1410. }