You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

4987 lines
64 KiB

3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
  1. @charset "UTF-8";
  2. @font-face {
  3. font-family: "IBM Plex Mono";
  4. src: url(/fonts/IBMPlexMono.eot?85f924ecb898e5720062617e4a86f1d1);
  5. src: url(/fonts/IBMPlexMono.eot?85f924ecb898e5720062617e4a86f1d1) format("embedded-opentype"), url(/fonts/IBMPlexMono.woff2?db620201a437f00ce78da2a10cf50f3f) format("woff2"), url(/fonts/IBMPlexMono.woff?3d04ef6de65d3c77bd60c158326be298) format("woff"), url(/fonts/IBMPlexMono.ttf?ce51a85eb7160067d01bcf6e56f837d1) format("truetype");
  6. font-weight: normal;
  7. font-style: normal;
  8. font-display: swap;
  9. }
  10. @font-face {
  11. font-family: "IBM Plex Mono";
  12. src: url(/fonts/IBMPlexMono-Bold.eot?eb105b142ce736849ef4828cb0c8eb34);
  13. src: url(/fonts/IBMPlexMono-Bold.eot?eb105b142ce736849ef4828cb0c8eb34) format("embedded-opentype"), url(/fonts/IBMPlexMono-Bold.woff2?8b633c62813e0275ebd7a1c793c4e99c) format("woff2"), url(/fonts/IBMPlexMono-Bold.woff?b72090c625b4144f3763d5b2bf8f5942) format("woff"), url(/fonts/IBMPlexMono-Bold.ttf?558e55bd46468bb8d7074d7064d02c30) format("truetype");
  14. font-weight: bold;
  15. font-style: normal;
  16. font-display: swap;
  17. }
  18. :root {
  19. --reflex-columns: 12;
  20. --reflex-grid-spacing: 15px;
  21. --reflex-xs: 576px;
  22. --reflex-sm: 768px;
  23. --reflex-md: 992px;
  24. --reflex-lg: 1200px;
  25. --reflex-xlg: 1600px;
  26. --reflex-xxs-max: 575px;
  27. --reflex-xs-max: 767px;
  28. --reflex-sm-max: 991px;
  29. --reflex-md-max: 1199px;
  30. --reflex-lg-max: 1599px;
  31. }
  32. .container,
  33. .container-full {
  34. box-sizing: border-box;
  35. width: 100%;
  36. margin-right: auto;
  37. margin-left: auto;
  38. padding-right: 30px;
  39. padding-left: 30px;
  40. }
  41. .container .grid,
  42. .container-full .grid {
  43. margin-right: -15px;
  44. margin-left: -15px;
  45. }
  46. @media (min-width: 576px) {
  47. .container {
  48. max-width: 576px;
  49. }
  50. }
  51. @media (min-width: 768px) {
  52. .container {
  53. max-width: 768px;
  54. }
  55. }
  56. @media (min-width: 992px) {
  57. .container {
  58. max-width: 992px;
  59. }
  60. }
  61. @media (min-width: 1200px) {
  62. .container {
  63. max-width: 1200px;
  64. }
  65. }
  66. @media (min-width: 1600px) {
  67. .container {
  68. max-width: 1600px;
  69. }
  70. }
  71. .grid {
  72. box-sizing: border-box;
  73. display: block;
  74. display: flex;
  75. flex-wrap: wrap;
  76. padding: 0;
  77. margin: 0 auto;
  78. position: relative;
  79. letter-spacing: -0.31em;
  80. *letter-spacing: normal;
  81. word-spacing: -0.43em;
  82. list-style-type: none;
  83. }
  84. .grid::before, .grid::after {
  85. box-sizing: border-box;
  86. letter-spacing: normal;
  87. word-spacing: normal;
  88. white-space: normal;
  89. }
  90. [class*=col-] {
  91. box-sizing: border-box;
  92. letter-spacing: normal;
  93. word-spacing: normal;
  94. white-space: normal;
  95. position: relative;
  96. width: 100%;
  97. vertical-align: top;
  98. padding: 15px;
  99. display: inline-block;
  100. *display: inline;
  101. zoom: 1;
  102. }
  103. [class*=col-]::before, [class*=col-]::after {
  104. box-sizing: border-box;
  105. letter-spacing: normal;
  106. word-spacing: normal;
  107. white-space: normal;
  108. }
  109. [class*=col-] .grid {
  110. flex: 1 1 auto;
  111. margin: -15px;
  112. }
  113. .col-12 {
  114. width: 100%;
  115. *width: 99.9%;
  116. }
  117. .col-11 {
  118. width: 91.6666666667%;
  119. *width: 91.5666666667%;
  120. }
  121. .col-10 {
  122. width: 83.3333333333%;
  123. *width: 83.2333333333%;
  124. }
  125. .col-9 {
  126. width: 75%;
  127. *width: 74.9%;
  128. }
  129. .col-8 {
  130. width: 66.6666666667%;
  131. *width: 66.5666666667%;
  132. }
  133. .col-7 {
  134. width: 58.3333333333%;
  135. *width: 58.2333333333%;
  136. }
  137. .col-6 {
  138. width: 50%;
  139. *width: 49.9%;
  140. }
  141. .col-5 {
  142. width: 41.6666666667%;
  143. *width: 41.5666666667%;
  144. }
  145. .col-4 {
  146. width: 33.3333333333%;
  147. *width: 33.2333333333%;
  148. }
  149. .col-3 {
  150. width: 25%;
  151. *width: 24.9%;
  152. }
  153. .col-2 {
  154. width: 16.6666666667%;
  155. *width: 16.5666666667%;
  156. }
  157. .col-1 {
  158. width: 8.3333333333%;
  159. *width: 8.2333333333%;
  160. }
  161. @media (min-width: 576px) {
  162. .col-xs-12 {
  163. width: 100%;
  164. *width: 99.9%;
  165. }
  166. .col-xs-11 {
  167. width: 91.6666666667%;
  168. *width: 91.5666666667%;
  169. }
  170. .col-xs-10 {
  171. width: 83.3333333333%;
  172. *width: 83.2333333333%;
  173. }
  174. .col-xs-9 {
  175. width: 75%;
  176. *width: 74.9%;
  177. }
  178. .col-xs-8 {
  179. width: 66.6666666667%;
  180. *width: 66.5666666667%;
  181. }
  182. .col-xs-7 {
  183. width: 58.3333333333%;
  184. *width: 58.2333333333%;
  185. }
  186. .col-xs-6 {
  187. width: 50%;
  188. *width: 49.9%;
  189. }
  190. .col-xs-5 {
  191. width: 41.6666666667%;
  192. *width: 41.5666666667%;
  193. }
  194. .col-xs-4 {
  195. width: 33.3333333333%;
  196. *width: 33.2333333333%;
  197. }
  198. .col-xs-3 {
  199. width: 25%;
  200. *width: 24.9%;
  201. }
  202. .col-xs-2 {
  203. width: 16.6666666667%;
  204. *width: 16.5666666667%;
  205. }
  206. .col-xs-1 {
  207. width: 8.3333333333%;
  208. *width: 8.2333333333%;
  209. }
  210. }
  211. @media (min-width: 768px) {
  212. .col-sm-12 {
  213. width: 100%;
  214. *width: 99.9%;
  215. }
  216. .col-sm-11 {
  217. width: 91.6666666667%;
  218. *width: 91.5666666667%;
  219. }
  220. .col-sm-10 {
  221. width: 83.3333333333%;
  222. *width: 83.2333333333%;
  223. }
  224. .col-sm-9 {
  225. width: 75%;
  226. *width: 74.9%;
  227. }
  228. .col-sm-8 {
  229. width: 66.6666666667%;
  230. *width: 66.5666666667%;
  231. }
  232. .col-sm-7 {
  233. width: 58.3333333333%;
  234. *width: 58.2333333333%;
  235. }
  236. .col-sm-6 {
  237. width: 50%;
  238. *width: 49.9%;
  239. }
  240. .col-sm-5 {
  241. width: 41.6666666667%;
  242. *width: 41.5666666667%;
  243. }
  244. .col-sm-4 {
  245. width: 33.3333333333%;
  246. *width: 33.2333333333%;
  247. }
  248. .col-sm-3 {
  249. width: 25%;
  250. *width: 24.9%;
  251. }
  252. .col-sm-2 {
  253. width: 16.6666666667%;
  254. *width: 16.5666666667%;
  255. }
  256. .col-sm-1 {
  257. width: 8.3333333333%;
  258. *width: 8.2333333333%;
  259. }
  260. }
  261. @media (min-width: 992px) {
  262. .col-md-12 {
  263. width: 100%;
  264. *width: 99.9%;
  265. }
  266. .col-md-11 {
  267. width: 91.6666666667%;
  268. *width: 91.5666666667%;
  269. }
  270. .col-md-10 {
  271. width: 83.3333333333%;
  272. *width: 83.2333333333%;
  273. }
  274. .col-md-9 {
  275. width: 75%;
  276. *width: 74.9%;
  277. }
  278. .col-md-8 {
  279. width: 66.6666666667%;
  280. *width: 66.5666666667%;
  281. }
  282. .col-md-7 {
  283. width: 58.3333333333%;
  284. *width: 58.2333333333%;
  285. }
  286. .col-md-6 {
  287. width: 50%;
  288. *width: 49.9%;
  289. }
  290. .col-md-5 {
  291. width: 41.6666666667%;
  292. *width: 41.5666666667%;
  293. }
  294. .col-md-4 {
  295. width: 33.3333333333%;
  296. *width: 33.2333333333%;
  297. }
  298. .col-md-3 {
  299. width: 25%;
  300. *width: 24.9%;
  301. }
  302. .col-md-2 {
  303. width: 16.6666666667%;
  304. *width: 16.5666666667%;
  305. }
  306. .col-md-1 {
  307. width: 8.3333333333%;
  308. *width: 8.2333333333%;
  309. }
  310. }
  311. @media (min-width: 1200px) {
  312. .col-lg-12 {
  313. width: 100%;
  314. *width: 99.9%;
  315. }
  316. .col-lg-11 {
  317. width: 91.6666666667%;
  318. *width: 91.5666666667%;
  319. }
  320. .col-lg-10 {
  321. width: 83.3333333333%;
  322. *width: 83.2333333333%;
  323. }
  324. .col-lg-9 {
  325. width: 75%;
  326. *width: 74.9%;
  327. }
  328. .col-lg-8 {
  329. width: 66.6666666667%;
  330. *width: 66.5666666667%;
  331. }
  332. .col-lg-7 {
  333. width: 58.3333333333%;
  334. *width: 58.2333333333%;
  335. }
  336. .col-lg-6 {
  337. width: 50%;
  338. *width: 49.9%;
  339. }
  340. .col-lg-5 {
  341. width: 41.6666666667%;
  342. *width: 41.5666666667%;
  343. }
  344. .col-lg-4 {
  345. width: 33.3333333333%;
  346. *width: 33.2333333333%;
  347. }
  348. .col-lg-3 {
  349. width: 25%;
  350. *width: 24.9%;
  351. }
  352. .col-lg-2 {
  353. width: 16.6666666667%;
  354. *width: 16.5666666667%;
  355. }
  356. .col-lg-1 {
  357. width: 8.3333333333%;
  358. *width: 8.2333333333%;
  359. }
  360. }
  361. @media (min-width: 1600px) {
  362. .col-xlg-12 {
  363. width: 100%;
  364. *width: 99.9%;
  365. }
  366. .col-xlg-11 {
  367. width: 91.6666666667%;
  368. *width: 91.5666666667%;
  369. }
  370. .col-xlg-10 {
  371. width: 83.3333333333%;
  372. *width: 83.2333333333%;
  373. }
  374. .col-xlg-9 {
  375. width: 75%;
  376. *width: 74.9%;
  377. }
  378. .col-xlg-8 {
  379. width: 66.6666666667%;
  380. *width: 66.5666666667%;
  381. }
  382. .col-xlg-7 {
  383. width: 58.3333333333%;
  384. *width: 58.2333333333%;
  385. }
  386. .col-xlg-6 {
  387. width: 50%;
  388. *width: 49.9%;
  389. }
  390. .col-xlg-5 {
  391. width: 41.6666666667%;
  392. *width: 41.5666666667%;
  393. }
  394. .col-xlg-4 {
  395. width: 33.3333333333%;
  396. *width: 33.2333333333%;
  397. }
  398. .col-xlg-3 {
  399. width: 25%;
  400. *width: 24.9%;
  401. }
  402. .col-xlg-2 {
  403. width: 16.6666666667%;
  404. *width: 16.5666666667%;
  405. }
  406. .col-xlg-1 {
  407. width: 8.3333333333%;
  408. *width: 8.2333333333%;
  409. }
  410. }
  411. .col-auto {
  412. flex: 1 0 0px;
  413. width: auto;
  414. }
  415. @media (min-width: 576px) {
  416. .col-xs-auto {
  417. flex: 1 0 0px;
  418. width: auto;
  419. }
  420. }
  421. @media (min-width: 768px) {
  422. .col-sm-auto {
  423. flex: 1 0 0px;
  424. width: auto;
  425. }
  426. }
  427. @media (min-width: 992px) {
  428. .col-md-auto {
  429. flex: 1 0 0px;
  430. width: auto;
  431. }
  432. }
  433. @media (min-width: 1200px) {
  434. .col-lg-auto {
  435. flex: 1 0 0px;
  436. width: auto;
  437. }
  438. }
  439. @media (min-width: 1600px) {
  440. .col-xlg-auto {
  441. flex: 1 0 0px;
  442. width: auto;
  443. }
  444. }
  445. .order-12 {
  446. order: 12;
  447. }
  448. .order-11 {
  449. order: 11;
  450. }
  451. .order-10 {
  452. order: 10;
  453. }
  454. .order-9 {
  455. order: 9;
  456. }
  457. .order-8 {
  458. order: 8;
  459. }
  460. .order-7 {
  461. order: 7;
  462. }
  463. .order-6 {
  464. order: 6;
  465. }
  466. .order-5 {
  467. order: 5;
  468. }
  469. .order-4 {
  470. order: 4;
  471. }
  472. .order-3 {
  473. order: 3;
  474. }
  475. .order-2 {
  476. order: 2;
  477. }
  478. .order-1 {
  479. order: 1;
  480. }
  481. .order-0 {
  482. order: 0;
  483. }
  484. @media (min-width: 576px) {
  485. .order-xs-12 {
  486. order: 12;
  487. }
  488. .order-xs-11 {
  489. order: 11;
  490. }
  491. .order-xs-10 {
  492. order: 10;
  493. }
  494. .order-xs-9 {
  495. order: 9;
  496. }
  497. .order-xs-8 {
  498. order: 8;
  499. }
  500. .order-xs-7 {
  501. order: 7;
  502. }
  503. .order-xs-6 {
  504. order: 6;
  505. }
  506. .order-xs-5 {
  507. order: 5;
  508. }
  509. .order-xs-4 {
  510. order: 4;
  511. }
  512. .order-xs-3 {
  513. order: 3;
  514. }
  515. .order-xs-2 {
  516. order: 2;
  517. }
  518. .order-xs-1 {
  519. order: 1;
  520. }
  521. .order-xs-0 {
  522. order: 0;
  523. }
  524. }
  525. @media (min-width: 768px) {
  526. .order-sm-12 {
  527. order: 12;
  528. }
  529. .order-sm-11 {
  530. order: 11;
  531. }
  532. .order-sm-10 {
  533. order: 10;
  534. }
  535. .order-sm-9 {
  536. order: 9;
  537. }
  538. .order-sm-8 {
  539. order: 8;
  540. }
  541. .order-sm-7 {
  542. order: 7;
  543. }
  544. .order-sm-6 {
  545. order: 6;
  546. }
  547. .order-sm-5 {
  548. order: 5;
  549. }
  550. .order-sm-4 {
  551. order: 4;
  552. }
  553. .order-sm-3 {
  554. order: 3;
  555. }
  556. .order-sm-2 {
  557. order: 2;
  558. }
  559. .order-sm-1 {
  560. order: 1;
  561. }
  562. .order-sm-0 {
  563. order: 0;
  564. }
  565. }
  566. @media (min-width: 992px) {
  567. .order-md-12 {
  568. order: 12;
  569. }
  570. .order-md-11 {
  571. order: 11;
  572. }
  573. .order-md-10 {
  574. order: 10;
  575. }
  576. .order-md-9 {
  577. order: 9;
  578. }
  579. .order-md-8 {
  580. order: 8;
  581. }
  582. .order-md-7 {
  583. order: 7;
  584. }
  585. .order-md-6 {
  586. order: 6;
  587. }
  588. .order-md-5 {
  589. order: 5;
  590. }
  591. .order-md-4 {
  592. order: 4;
  593. }
  594. .order-md-3 {
  595. order: 3;
  596. }
  597. .order-md-2 {
  598. order: 2;
  599. }
  600. .order-md-1 {
  601. order: 1;
  602. }
  603. .order-md-0 {
  604. order: 0;
  605. }
  606. }
  607. @media (min-width: 1200px) {
  608. .order-lg-12 {
  609. order: 12;
  610. }
  611. .order-lg-11 {
  612. order: 11;
  613. }
  614. .order-lg-10 {
  615. order: 10;
  616. }
  617. .order-lg-9 {
  618. order: 9;
  619. }
  620. .order-lg-8 {
  621. order: 8;
  622. }
  623. .order-lg-7 {
  624. order: 7;
  625. }
  626. .order-lg-6 {
  627. order: 6;
  628. }
  629. .order-lg-5 {
  630. order: 5;
  631. }
  632. .order-lg-4 {
  633. order: 4;
  634. }
  635. .order-lg-3 {
  636. order: 3;
  637. }
  638. .order-lg-2 {
  639. order: 2;
  640. }
  641. .order-lg-1 {
  642. order: 1;
  643. }
  644. .order-lg-0 {
  645. order: 0;
  646. }
  647. }
  648. @media (min-width: 1600px) {
  649. .order-xlg-12 {
  650. order: 12;
  651. }
  652. .order-xlg-11 {
  653. order: 11;
  654. }
  655. .order-xlg-10 {
  656. order: 10;
  657. }
  658. .order-xlg-9 {
  659. order: 9;
  660. }
  661. .order-xlg-8 {
  662. order: 8;
  663. }
  664. .order-xlg-7 {
  665. order: 7;
  666. }
  667. .order-xlg-6 {
  668. order: 6;
  669. }
  670. .order-xlg-5 {
  671. order: 5;
  672. }
  673. .order-xlg-4 {
  674. order: 4;
  675. }
  676. .order-xlg-3 {
  677. order: 3;
  678. }
  679. .order-xlg-2 {
  680. order: 2;
  681. }
  682. .order-xlg-1 {
  683. order: 1;
  684. }
  685. .order-xlg-0 {
  686. order: 0;
  687. }
  688. }
  689. .offset-11 {
  690. margin-left: 91.6666666667%;
  691. *margin-left: 91.5666666667%;
  692. }
  693. .offset-10 {
  694. margin-left: 83.3333333333%;
  695. *margin-left: 83.2333333333%;
  696. }
  697. .offset-9 {
  698. margin-left: 75%;
  699. *margin-left: 74.9%;
  700. }
  701. .offset-8 {
  702. margin-left: 66.6666666667%;
  703. *margin-left: 66.5666666667%;
  704. }
  705. .offset-7 {
  706. margin-left: 58.3333333333%;
  707. *margin-left: 58.2333333333%;
  708. }
  709. .offset-6 {
  710. margin-left: 50%;
  711. *margin-left: 49.9%;
  712. }
  713. .offset-5 {
  714. margin-left: 41.6666666667%;
  715. *margin-left: 41.5666666667%;
  716. }
  717. .offset-4 {
  718. margin-left: 33.3333333333%;
  719. *margin-left: 33.2333333333%;
  720. }
  721. .offset-3 {
  722. margin-left: 25%;
  723. *margin-left: 24.9%;
  724. }
  725. .offset-2 {
  726. margin-left: 16.6666666667%;
  727. *margin-left: 16.5666666667%;
  728. }
  729. .offset-1 {
  730. margin-left: 8.3333333333%;
  731. *margin-left: 8.2333333333%;
  732. }
  733. @media (min-width: 576px) {
  734. .offset-xs-11 {
  735. margin-left: 91.6666666667%;
  736. *margin-left: 91.5666666667%;
  737. }
  738. .offset-xs-10 {
  739. margin-left: 83.3333333333%;
  740. *margin-left: 83.2333333333%;
  741. }
  742. .offset-xs-9 {
  743. margin-left: 75%;
  744. *margin-left: 74.9%;
  745. }
  746. .offset-xs-8 {
  747. margin-left: 66.6666666667%;
  748. *margin-left: 66.5666666667%;
  749. }
  750. .offset-xs-7 {
  751. margin-left: 58.3333333333%;
  752. *margin-left: 58.2333333333%;
  753. }
  754. .offset-xs-6 {
  755. margin-left: 50%;
  756. *margin-left: 49.9%;
  757. }
  758. .offset-xs-5 {
  759. margin-left: 41.6666666667%;
  760. *margin-left: 41.5666666667%;
  761. }
  762. .offset-xs-4 {
  763. margin-left: 33.3333333333%;
  764. *margin-left: 33.2333333333%;
  765. }
  766. .offset-xs-3 {
  767. margin-left: 25%;
  768. *margin-left: 24.9%;
  769. }
  770. .offset-xs-2 {
  771. margin-left: 16.6666666667%;
  772. *margin-left: 16.5666666667%;
  773. }
  774. .offset-xs-1 {
  775. margin-left: 8.3333333333%;
  776. *margin-left: 8.2333333333%;
  777. }
  778. .offset-xs-0 {
  779. margin-left: 0;
  780. *margin-left: -0.1%;
  781. }
  782. }
  783. @media (min-width: 768px) {
  784. .offset-sm-11 {
  785. margin-left: 91.6666666667%;
  786. *margin-left: 91.5666666667%;
  787. }
  788. .offset-sm-10 {
  789. margin-left: 83.3333333333%;
  790. *margin-left: 83.2333333333%;
  791. }
  792. .offset-sm-9 {
  793. margin-left: 75%;
  794. *margin-left: 74.9%;
  795. }
  796. .offset-sm-8 {
  797. margin-left: 66.6666666667%;
  798. *margin-left: 66.5666666667%;
  799. }
  800. .offset-sm-7 {
  801. margin-left: 58.3333333333%;
  802. *margin-left: 58.2333333333%;
  803. }
  804. .offset-sm-6 {
  805. margin-left: 50%;
  806. *margin-left: 49.9%;
  807. }
  808. .offset-sm-5 {
  809. margin-left: 41.6666666667%;
  810. *margin-left: 41.5666666667%;
  811. }
  812. .offset-sm-4 {
  813. margin-left: 33.3333333333%;
  814. *margin-left: 33.2333333333%;
  815. }
  816. .offset-sm-3 {
  817. margin-left: 25%;
  818. *margin-left: 24.9%;
  819. }
  820. .offset-sm-2 {
  821. margin-left: 16.6666666667%;
  822. *margin-left: 16.5666666667%;
  823. }
  824. .offset-sm-1 {
  825. margin-left: 8.3333333333%;
  826. *margin-left: 8.2333333333%;
  827. }
  828. .offset-sm-0 {
  829. margin-left: 0;
  830. *margin-left: -0.1%;
  831. }
  832. }
  833. @media (min-width: 992px) {
  834. .offset-md-11 {
  835. margin-left: 91.6666666667%;
  836. *margin-left: 91.5666666667%;
  837. }
  838. .offset-md-10 {
  839. margin-left: 83.3333333333%;
  840. *margin-left: 83.2333333333%;
  841. }
  842. .offset-md-9 {
  843. margin-left: 75%;
  844. *margin-left: 74.9%;
  845. }
  846. .offset-md-8 {
  847. margin-left: 66.6666666667%;
  848. *margin-left: 66.5666666667%;
  849. }
  850. .offset-md-7 {
  851. margin-left: 58.3333333333%;
  852. *margin-left: 58.2333333333%;
  853. }
  854. .offset-md-6 {
  855. margin-left: 50%;
  856. *margin-left: 49.9%;
  857. }
  858. .offset-md-5 {
  859. margin-left: 41.6666666667%;
  860. *margin-left: 41.5666666667%;
  861. }
  862. .offset-md-4 {
  863. margin-left: 33.3333333333%;
  864. *margin-left: 33.2333333333%;
  865. }
  866. .offset-md-3 {
  867. margin-left: 25%;
  868. *margin-left: 24.9%;
  869. }
  870. .offset-md-2 {
  871. margin-left: 16.6666666667%;
  872. *margin-left: 16.5666666667%;
  873. }
  874. .offset-md-1 {
  875. margin-left: 8.3333333333%;
  876. *margin-left: 8.2333333333%;
  877. }
  878. .offset-md-0 {
  879. margin-left: 0;
  880. *margin-left: -0.1%;
  881. }
  882. }
  883. @media (min-width: 1200px) {
  884. .offset-lg-11 {
  885. margin-left: 91.6666666667%;
  886. *margin-left: 91.5666666667%;
  887. }
  888. .offset-lg-10 {
  889. margin-left: 83.3333333333%;
  890. *margin-left: 83.2333333333%;
  891. }
  892. .offset-lg-9 {
  893. margin-left: 75%;
  894. *margin-left: 74.9%;
  895. }
  896. .offset-lg-8 {
  897. margin-left: 66.6666666667%;
  898. *margin-left: 66.5666666667%;
  899. }
  900. .offset-lg-7 {
  901. margin-left: 58.3333333333%;
  902. *margin-left: 58.2333333333%;
  903. }
  904. .offset-lg-6 {
  905. margin-left: 50%;
  906. *margin-left: 49.9%;
  907. }
  908. .offset-lg-5 {
  909. margin-left: 41.6666666667%;
  910. *margin-left: 41.5666666667%;
  911. }
  912. .offset-lg-4 {
  913. margin-left: 33.3333333333%;
  914. *margin-left: 33.2333333333%;
  915. }
  916. .offset-lg-3 {
  917. margin-left: 25%;
  918. *margin-left: 24.9%;
  919. }
  920. .offset-lg-2 {
  921. margin-left: 16.6666666667%;
  922. *margin-left: 16.5666666667%;
  923. }
  924. .offset-lg-1 {
  925. margin-left: 8.3333333333%;
  926. *margin-left: 8.2333333333%;
  927. }
  928. .offset-lg-0 {
  929. margin-left: 0;
  930. *margin-left: -0.1%;
  931. }
  932. }
  933. @media (min-width: 1600px) {
  934. .offset-xlg-11 {
  935. margin-left: 91.6666666667%;
  936. *margin-left: 91.5666666667%;
  937. }
  938. .offset-xlg-10 {
  939. margin-left: 83.3333333333%;
  940. *margin-left: 83.2333333333%;
  941. }
  942. .offset-xlg-9 {
  943. margin-left: 75%;
  944. *margin-left: 74.9%;
  945. }
  946. .offset-xlg-8 {
  947. margin-left: 66.6666666667%;
  948. *margin-left: 66.5666666667%;
  949. }
  950. .offset-xlg-7 {
  951. margin-left: 58.3333333333%;
  952. *margin-left: 58.2333333333%;
  953. }
  954. .offset-xlg-6 {
  955. margin-left: 50%;
  956. *margin-left: 49.9%;
  957. }
  958. .offset-xlg-5 {
  959. margin-left: 41.6666666667%;
  960. *margin-left: 41.5666666667%;
  961. }
  962. .offset-xlg-4 {
  963. margin-left: 33.3333333333%;
  964. *margin-left: 33.2333333333%;
  965. }
  966. .offset-xlg-3 {
  967. margin-left: 25%;
  968. *margin-left: 24.9%;
  969. }
  970. .offset-xlg-2 {
  971. margin-left: 16.6666666667%;
  972. *margin-left: 16.5666666667%;
  973. }
  974. .offset-xlg-1 {
  975. margin-left: 8.3333333333%;
  976. *margin-left: 8.2333333333%;
  977. }
  978. .offset-xlg-0 {
  979. margin-left: 0;
  980. *margin-left: -0.1%;
  981. }
  982. }
  983. .wrap {
  984. flex-wrap: wrap;
  985. }
  986. .no-wrap {
  987. flex-wrap: nowrap;
  988. }
  989. .no-wrap [class*=col-] {
  990. flex-shrink: 1;
  991. }
  992. .wrap-reverse {
  993. flex-wrap: wrap-reverse;
  994. }
  995. .direction-row {
  996. flex-direction: row;
  997. }
  998. .direction-row-reverse {
  999. flex-direction: row-reverse;
  1000. }
  1001. .direction-column {
  1002. flex-direction: column;
  1003. }
  1004. .direction-column-reverse {
  1005. flex-direction: column-reverse;
  1006. }
  1007. .align-start {
  1008. align-items: flex-start;
  1009. }
  1010. .align-end {
  1011. align-items: flex-end;
  1012. }
  1013. .align-end [class*=col-] {
  1014. vertical-align: bottom;
  1015. }
  1016. .align-center {
  1017. align-items: center;
  1018. }
  1019. .align-center [class*=col-] {
  1020. vertical-align: middle;
  1021. }
  1022. .align-baseline {
  1023. align-items: baseline;
  1024. }
  1025. .align-content-start {
  1026. align-content: flex-start;
  1027. }
  1028. .align-content-end {
  1029. align-content: flex-end;
  1030. }
  1031. .align-content-end [class*=col-] {
  1032. vertical-align: bottom;
  1033. }
  1034. .align-content-center {
  1035. align-content: center;
  1036. }
  1037. .align-content-space-between {
  1038. align-content: space-between;
  1039. }
  1040. .align-content-space-around {
  1041. align-content: space-around;
  1042. }
  1043. .align-self-stretch {
  1044. align-self: stretch;
  1045. }
  1046. .align-self-start {
  1047. align-self: flex-start;
  1048. }
  1049. .align-self-end {
  1050. align-self: flex-end;
  1051. vertical-align: bottom;
  1052. }
  1053. .align-self-center {
  1054. align-self: center;
  1055. vertical-align: middle;
  1056. }
  1057. .align-self-baseline {
  1058. align-self: baseline;
  1059. vertical-align: baseline;
  1060. }
  1061. .justify-start {
  1062. justify-content: flex-start;
  1063. }
  1064. .justify-start.grid {
  1065. text-align: left;
  1066. }
  1067. .justify-end {
  1068. justify-content: flex-end;
  1069. }
  1070. .justify-end.grid {
  1071. text-align: right;
  1072. -moz-text-align-last: right;
  1073. text-align-last: right;
  1074. }
  1075. .justify-end.grid [class*=col-] {
  1076. text-align: left;
  1077. text-align: start;
  1078. -moz-text-align-last: left;
  1079. -moz-text-align-last: start;
  1080. text-align-last: left;
  1081. text-align-last: start;
  1082. }
  1083. .justify-center {
  1084. justify-content: center;
  1085. }
  1086. .justify-center.grid {
  1087. text-align: center;
  1088. -moz-text-align-last: center;
  1089. text-align-last: center;
  1090. }
  1091. .justify-center.grid [class*=col-] {
  1092. text-align: left;
  1093. text-align: start;
  1094. -moz-text-align-last: left;
  1095. -moz-text-align-last: start;
  1096. text-align-last: left;
  1097. text-align-last: start;
  1098. }
  1099. .justify-space-between {
  1100. justify-content: space-between;
  1101. }
  1102. .justify-space-between.grid {
  1103. text-align: justify;
  1104. -moz-text-align-last: justify;
  1105. text-align-last: justify;
  1106. }
  1107. .justify-space-between.grid [class*=col-] {
  1108. text-align: left;
  1109. text-align: start;
  1110. -moz-text-align-last: left;
  1111. -moz-text-align-last: start;
  1112. text-align-last: left;
  1113. text-align-last: start;
  1114. }
  1115. .justify-space-around {
  1116. justify-content: space-around;
  1117. }
  1118. .justify-space-around.grid {
  1119. text-align: justify;
  1120. -moz-text-align-last: justify;
  1121. text-align-last: justify;
  1122. }
  1123. .justify-space-around.grid [class*=col-] {
  1124. text-align: left;
  1125. text-align: start;
  1126. -moz-text-align-last: left;
  1127. -moz-text-align-last: start;
  1128. text-align-last: left;
  1129. text-align-last: start;
  1130. }
  1131. .grid-bleed [class*=col-] {
  1132. padding: 0;
  1133. }
  1134. .col-grid {
  1135. display: flex;
  1136. flex-direction: column;
  1137. }
  1138. .col-grid.direction-row {
  1139. flex-direction: row;
  1140. }
  1141. .col-bleed {
  1142. padding: 0;
  1143. }
  1144. .col-bleed-x {
  1145. padding: 15px 0;
  1146. }
  1147. .col-bleed-y {
  1148. padding: 0 15px;
  1149. }
  1150. .flex-img {
  1151. display: block;
  1152. flex: 0 0 auto;
  1153. max-width: 100%;
  1154. height: auto;
  1155. width: 100%;
  1156. *width: auto;
  1157. }
  1158. .flex-footer {
  1159. width: 100%;
  1160. margin-top: auto;
  1161. margin-bottom: 0;
  1162. }
  1163. .flex-footer > :last-child {
  1164. margin-bottom: 0;
  1165. }
  1166. @media (min-width: 0px) and (max-width: 575px) {
  1167. .hidden-xxs {
  1168. display: none;
  1169. }
  1170. }
  1171. @media (min-width: 576px) {
  1172. .hidden-xs-up {
  1173. display: none;
  1174. }
  1175. }
  1176. @media (max-width: 767px) {
  1177. .hidden-xs-down {
  1178. display: none;
  1179. }
  1180. }
  1181. @media (min-width: 576px) and (max-width: 767px) {
  1182. .hidden-xs {
  1183. display: none;
  1184. }
  1185. }
  1186. @media (min-width: 768px) {
  1187. .hidden-sm-up {
  1188. display: none;
  1189. }
  1190. }
  1191. @media (max-width: 991px) {
  1192. .hidden-sm-down {
  1193. display: none;
  1194. }
  1195. }
  1196. @media (min-width: 768px) and (max-width: 991px) {
  1197. .hidden-sm {
  1198. display: none;
  1199. }
  1200. }
  1201. @media (min-width: 992px) {
  1202. .hidden-md-up {
  1203. display: none;
  1204. }
  1205. }
  1206. @media (max-width: 1199px) {
  1207. .hidden-md-down {
  1208. display: none;
  1209. }
  1210. }
  1211. @media (min-width: 992px) and (max-width: 1199px) {
  1212. .hidden-md {
  1213. display: none;
  1214. }
  1215. }
  1216. @media (min-width: 1200px) {
  1217. .hidden-lg-up {
  1218. display: none;
  1219. }
  1220. }
  1221. @media (max-width: 1599px) {
  1222. .hidden-lg-down {
  1223. display: none;
  1224. }
  1225. }
  1226. @media (min-width: 1200px) and (max-width: 1599px) {
  1227. .hidden-lg {
  1228. display: none;
  1229. }
  1230. }
  1231. @media (min-width: 1600px) {
  1232. .hidden-xlg {
  1233. display: none;
  1234. }
  1235. }
  1236. /**
  1237. * functions
  1238. *
  1239. *
  1240. * @author Björn Hase, Tentakelfabrik
  1241. * @license http://opensource.org/licenses/MIT The MIT License
  1242. * @link https://github.com/tentakelfabrik/crispy-css
  1243. *
  1244. */
  1245. /**
  1246. * strip unit from value
  1247. *
  1248. * @param {mixed} $value
  1249. * @return {number}
  1250. *
  1251. */
  1252. /**
  1253. * get value of key "default" in map
  1254. *
  1255. * @param {map} $value
  1256. * @return {boolean|unit}
  1257. *
  1258. */
  1259. /**
  1260. * factor
  1261. *
  1262. *
  1263. *
  1264. * @param {integer} $x
  1265. * @return {float}
  1266. *
  1267. */
  1268. /**
  1269. * mixins
  1270. *
  1271. *
  1272. * @author Björn Hase, Tentakelfabrik
  1273. * @license http://opensource.org/licenses/MIT The MIT License
  1274. * @link https://github.com/tentakelfabrik/plain-ui-css
  1275. *
  1276. */
  1277. /**
  1278. * Clear Floats
  1279. *
  1280. *
  1281. *
  1282. */
  1283. /**
  1284. * clear styles from list
  1285. *
  1286. *
  1287. */
  1288. /**
  1289. * media-queries as mixins
  1290. * based on breakpoints from variables
  1291. *
  1292. *
  1293. *
  1294. */
  1295. /**
  1296. * Set property and his value for each Breakpoint
  1297. *
  1298. * (
  1299. * $plain-ui__md: 10px
  1300. * )
  1301. *
  1302. *
  1303. * @param {css} $property
  1304. * @param {map} $breakpoints
  1305. * @param {Boolean} $important [false]
  1306. *
  1307. */
  1308. /**
  1309. * Set property and his value with an factor for each Breakpoint
  1310. *
  1311. * (
  1312. * $plain-ui__md: 10px
  1313. * )
  1314. *
  1315. * @param {css} $property
  1316. * @param {number} $factor
  1317. * @param {map} $breakpoints
  1318. * @param {Boolean} $important [false]
  1319. *
  1320. */
  1321. /**
  1322. * Set font-size from Breakpoints, use for calculating difference from font-size and default font-size
  1323. *
  1324. * (
  1325. * $plain-ui__md: 1rem
  1326. * )
  1327. *
  1328. * @param {map} $breakpoints
  1329. * @param {unit} $font-size
  1330. * @param {unit} $default
  1331. * @param {Boolean} $important [false]
  1332. *
  1333. */
  1334. /**
  1335. * variables
  1336. *
  1337. *
  1338. *
  1339. * @author Björn Hase, Tentakelfabrik
  1340. * @license http://opensource.org/licenses/MIT The MIT License
  1341. * @link https://github.com/tentakelfabrik/plain-ui-css
  1342. *
  1343. */
  1344. /**
  1345. * breakpoints
  1346. *
  1347. */
  1348. /**
  1349. * fonts
  1350. *
  1351. */
  1352. /**
  1353. * colors
  1354. *
  1355. *
  1356. */
  1357. /**
  1358. * padding & margin
  1359. *
  1360. */
  1361. /**
  1362. * z-index
  1363. *
  1364. */
  1365. /**
  1366. * core
  1367. *
  1368. *
  1369. * @author Björn Hase, Tentakelfabrik
  1370. * @license http://opensource.org/licenses/MIT The MIT License
  1371. * @link https://github.com/tentakelfabrik/crispy-css
  1372. *
  1373. */
  1374. /**
  1375. * normalize
  1376. *
  1377. * Thanks to https://necolas.github.io/normalize.css/, use a lot from them
  1378. *
  1379. * @author Björn Hase, Tentakelfabrik
  1380. * @license http://opensource.org/licenses/MIT The MIT License
  1381. * @link https://github.com/tentakelfabrik/crispy-css
  1382. *
  1383. */
  1384. /**
  1385. * Heading
  1386. *
  1387. *
  1388. * @author Björn Hase, Tentakelfabrik
  1389. * @license http://opensource.org/licenses/MIT The MIT License
  1390. * @link https://github.com/tentakelfabrik/crispy-css
  1391. *
  1392. */
  1393. /**
  1394. * typograhy
  1395. *
  1396. * @author Björn Hase, Tentakelfabrik
  1397. * @license http://opensource.org/licenses/MIT The MIT License
  1398. * @link https://github.com/tentakelfabrik/crispy-css
  1399. *
  1400. */
  1401. html {
  1402. font-size: 100%;
  1403. line-height: 1.15;
  1404. -webkit-text-size-adjust: 100%;
  1405. }
  1406. body,
  1407. html {
  1408. margin: 0;
  1409. height: 100%;
  1410. }
  1411. html,
  1412. legend {
  1413. box-sizing: border-box;
  1414. }
  1415. main {
  1416. display: block;
  1417. }
  1418. *,
  1419. *::after,
  1420. *::before {
  1421. box-sizing: inherit;
  1422. }
  1423. table {
  1424. border-collapse: collapse;
  1425. border-spacing: 0;
  1426. }
  1427. figcaption {
  1428. margin: 10px 0;
  1429. }
  1430. /**
  1431. * form elements
  1432. *
  1433. *
  1434. */
  1435. button,
  1436. input,
  1437. optgroup,
  1438. select,
  1439. textarea {
  1440. margin: 0;
  1441. }
  1442. button,
  1443. select {
  1444. text-transform: none;
  1445. }
  1446. button,
  1447. [type=button],
  1448. [type=reset],
  1449. [type=submit] {
  1450. -webkit-appearance: button;
  1451. }
  1452. button::-moz-focus-inner,
  1453. [type=button]::-moz-focus-inner,
  1454. [type=reset]::-moz-focus-inner,
  1455. [type=submit]::-moz-focus-inner {
  1456. border-style: none;
  1457. padding: 0;
  1458. }
  1459. button:-moz-focusring,
  1460. [type=button]:-moz-focusring,
  1461. [type=reset]:-moz-focusring,
  1462. [type=submit]:-moz-focusring {
  1463. outline: 1px dotted ButtonText;
  1464. }
  1465. legend {
  1466. box-sizing: border-box;
  1467. display: table;
  1468. max-width: 100%;
  1469. padding: 0;
  1470. white-space: normal;
  1471. }
  1472. [type=number]::-webkit-inner-spin-button,
  1473. [type=number]::-webkit-outer-spin-button {
  1474. height: auto;
  1475. }
  1476. [type=search] {
  1477. -webkit-appearance: textfield;
  1478. outline-offset: -2px;
  1479. }
  1480. [type=search]::-webkit-search-decoration {
  1481. -webkit-appearance: none;
  1482. }
  1483. ::-webkit-file-upload-button {
  1484. -webkit-appearance: button;
  1485. font: inherit;
  1486. }
  1487. /**
  1488. * hr
  1489. *
  1490. */
  1491. hr {
  1492. box-sizing: content-box;
  1493. height: 0;
  1494. overflow: visible;
  1495. border: 0;
  1496. margin: 0.3em 0;
  1497. }
  1498. progress {
  1499. vertical-align: baseline;
  1500. }
  1501. details {
  1502. display: block;
  1503. }
  1504. summary {
  1505. display: list-item;
  1506. }
  1507. h1, .h1,
  1508. h2, .h2,
  1509. h3, .h3,
  1510. h4, .h4,
  1511. h5, .h5,
  1512. h6, .h6 {
  1513. font-family: "IBM Plex Mono", sans-serif;
  1514. font-weight: bold;
  1515. line-height: 1.2;
  1516. margin: 0 0 15px;
  1517. }
  1518. @media only screen and (min-width: 992px) {
  1519. h1, .h1,
  1520. h2, .h2,
  1521. h3, .h3,
  1522. h4, .h4,
  1523. h5, .h5,
  1524. h6, .h6 {
  1525. margin: 0 0 20px;
  1526. }
  1527. }
  1528. h5 {
  1529. line-height: 1.4;
  1530. }
  1531. h6 {
  1532. line-height: 1.4;
  1533. }
  1534. h1, .h1 {
  1535. font-size: 2.5rem;
  1536. }
  1537. @media only screen and (min-width: 992px) {
  1538. h1, .h1 {
  1539. font-size: 3rem;
  1540. }
  1541. }
  1542. h2, .h2 {
  1543. font-size: 2rem;
  1544. }
  1545. @media only screen and (min-width: 992px) {
  1546. h2, .h2 {
  1547. font-size: 2.4rem;
  1548. }
  1549. }
  1550. h3, .h3 {
  1551. font-size: 1.75rem;
  1552. }
  1553. @media only screen and (min-width: 992px) {
  1554. h3, .h3 {
  1555. font-size: 2.1rem;
  1556. }
  1557. }
  1558. h4, .h4 {
  1559. font-size: 1.5rem;
  1560. }
  1561. @media only screen and (min-width: 992px) {
  1562. h4, .h4 {
  1563. font-size: 1.8rem;
  1564. }
  1565. }
  1566. h5, .h5 {
  1567. font-size: 1.25rem;
  1568. }
  1569. @media only screen and (min-width: 992px) {
  1570. h5, .h5 {
  1571. font-size: 1.5rem;
  1572. }
  1573. }
  1574. h6, .h6 {
  1575. font-size: 1rem;
  1576. }
  1577. @media only screen and (min-width: 992px) {
  1578. h6, .h6 {
  1579. font-size: 1.2rem;
  1580. }
  1581. }
  1582. p {
  1583. margin: 0 0 15px;
  1584. }
  1585. a,
  1586. ins,
  1587. u {
  1588. -webkit-text-decoration-skip: ink edges;
  1589. text-decoration-skip: ink edges;
  1590. }
  1591. b,
  1592. strong {
  1593. font-weight: bolder;
  1594. }
  1595. small {
  1596. font-size: 80%;
  1597. }
  1598. /**
  1599. * Prevent `sub` and `sup` elements from affecting the line height in
  1600. * all browsers.
  1601. */
  1602. sub,
  1603. sup {
  1604. font-size: 70%;
  1605. line-height: 0;
  1606. position: relative;
  1607. vertical-align: baseline;
  1608. }
  1609. sub {
  1610. bottom: -0.25em;
  1611. }
  1612. sup {
  1613. top: -0.5em;
  1614. }
  1615. abbr[title] {
  1616. border-bottom: 1px dotted;
  1617. cursor: help;
  1618. text-decoration: none;
  1619. }
  1620. mark {
  1621. padding: 0.25em;
  1622. }
  1623. /**
  1624. * blockquote
  1625. *
  1626. *
  1627. */
  1628. blockquote {
  1629. border-left: 1px solid #3e3e3e;
  1630. margin-left: 0;
  1631. padding: 5px 12px;
  1632. }
  1633. blockquote p:last-child {
  1634. margin-bottom: 0;
  1635. }
  1636. /**
  1637. * lists
  1638. *
  1639. */
  1640. dl,
  1641. ol,
  1642. ul {
  1643. padding: 0;
  1644. margin: 0 0 15px;
  1645. }
  1646. ol,
  1647. ul {
  1648. margin-left: 1.5em;
  1649. }
  1650. ol ol,
  1651. ul ul {
  1652. margin-top: 0;
  1653. margin-left: 1em;
  1654. }
  1655. ol {
  1656. list-style: decimal outside;
  1657. }
  1658. ul {
  1659. list-style: disc outside;
  1660. }
  1661. dl {
  1662. margin-left: 0.5em;
  1663. }
  1664. dd,
  1665. dt {
  1666. margin: 0;
  1667. }
  1668. dt {
  1669. font-weight: bold;
  1670. }
  1671. /**
  1672. *
  1673. *
  1674. *
  1675. *
  1676. */
  1677. /**
  1678. * Sizing
  1679. *
  1680. * Width and Height Classes,
  1681. * Sizes with percentage will calculate with the Reflex Grid
  1682. *
  1683. *
  1684. */
  1685. .w-0 {
  1686. width: 0;
  1687. }
  1688. .h-0 {
  1689. height: 0;
  1690. }
  1691. .w-1 {
  1692. width: 1px;
  1693. }
  1694. .h-1 {
  1695. height: 1px;
  1696. }
  1697. .w-col-1 {
  1698. width: 8.3333333333%;
  1699. }
  1700. .h-col-1 {
  1701. height: 8.3333333333%;
  1702. }
  1703. .w-col-2 {
  1704. width: 16.6666666667%;
  1705. }
  1706. .h-col-2 {
  1707. height: 16.6666666667%;
  1708. }
  1709. .w-col-3 {
  1710. width: 25%;
  1711. }
  1712. .h-col-3 {
  1713. height: 25%;
  1714. }
  1715. .w-col-4 {
  1716. width: 33.3333333333%;
  1717. }
  1718. .h-col-4 {
  1719. height: 33.3333333333%;
  1720. }
  1721. .w-col-5 {
  1722. width: 41.6666666667%;
  1723. }
  1724. .h-col-5 {
  1725. height: 41.6666666667%;
  1726. }
  1727. .w-col-6 {
  1728. width: 50%;
  1729. }
  1730. .h-col-6 {
  1731. height: 50%;
  1732. }
  1733. .w-col-7 {
  1734. width: 58.3333333333%;
  1735. }
  1736. .h-col-7 {
  1737. height: 58.3333333333%;
  1738. }
  1739. .w-col-8 {
  1740. width: 66.6666666667%;
  1741. }
  1742. .h-col-8 {
  1743. height: 66.6666666667%;
  1744. }
  1745. .w-col-9 {
  1746. width: 75%;
  1747. }
  1748. .h-col-9 {
  1749. height: 75%;
  1750. }
  1751. .w-col-10 {
  1752. width: 83.3333333333%;
  1753. }
  1754. .h-col-10 {
  1755. height: 83.3333333333%;
  1756. }
  1757. .w-col-11 {
  1758. width: 91.6666666667%;
  1759. }
  1760. .h-col-11 {
  1761. height: 91.6666666667%;
  1762. }
  1763. .w-col-12 {
  1764. width: 100%;
  1765. }
  1766. .h-col-12 {
  1767. height: 100%;
  1768. }
  1769. .w-1 {
  1770. width: 0.5rem;
  1771. }
  1772. .w-2 {
  1773. width: 1rem;
  1774. }
  1775. .w-3 {
  1776. width: 1.5rem;
  1777. }
  1778. .w-4 {
  1779. width: 2rem;
  1780. }
  1781. .w-5 {
  1782. width: 2.5rem;
  1783. }
  1784. .w-6 {
  1785. width: 3rem;
  1786. }
  1787. .w-7 {
  1788. width: 3.5rem;
  1789. }
  1790. .w-8 {
  1791. width: 4rem;
  1792. }
  1793. .w-9 {
  1794. width: 4.5rem;
  1795. }
  1796. .w-10 {
  1797. width: 5rem;
  1798. }
  1799. .w-11 {
  1800. width: 5.5rem;
  1801. }
  1802. .w-12 {
  1803. width: 6rem;
  1804. }
  1805. .w-13 {
  1806. width: 6.5rem;
  1807. }
  1808. .w-14 {
  1809. width: 7rem;
  1810. }
  1811. .w-15 {
  1812. width: 7.5rem;
  1813. }
  1814. .w-16 {
  1815. width: 8rem;
  1816. }
  1817. .w-17 {
  1818. width: 8.5rem;
  1819. }
  1820. .w-18 {
  1821. width: 9rem;
  1822. }
  1823. .w-19 {
  1824. width: 9.5rem;
  1825. }
  1826. .w-20 {
  1827. width: 10rem;
  1828. }
  1829. .w-21 {
  1830. width: 10.5rem;
  1831. }
  1832. .w-22 {
  1833. width: 11rem;
  1834. }
  1835. .w-23 {
  1836. width: 11.5rem;
  1837. }
  1838. .w-24 {
  1839. width: 12rem;
  1840. }
  1841. .w-25 {
  1842. width: 12.5rem;
  1843. }
  1844. .w-26 {
  1845. width: 13rem;
  1846. }
  1847. .w-27 {
  1848. width: 13.5rem;
  1849. }
  1850. .w-28 {
  1851. width: 14rem;
  1852. }
  1853. .w-29 {
  1854. width: 14.5rem;
  1855. }
  1856. .w-30 {
  1857. width: 15rem;
  1858. }
  1859. .w-31 {
  1860. width: 15.5rem;
  1861. }
  1862. .w-32 {
  1863. width: 16rem;
  1864. }
  1865. .w-33 {
  1866. width: 16.5rem;
  1867. }
  1868. .w-34 {
  1869. width: 17rem;
  1870. }
  1871. .w-35 {
  1872. width: 17.5rem;
  1873. }
  1874. .w-36 {
  1875. width: 18rem;
  1876. }
  1877. .w-37 {
  1878. width: 18.5rem;
  1879. }
  1880. .w-38 {
  1881. width: 19rem;
  1882. }
  1883. .w-39 {
  1884. width: 19.5rem;
  1885. }
  1886. .w-40 {
  1887. width: 20rem;
  1888. }
  1889. .w-41 {
  1890. width: 20.5rem;
  1891. }
  1892. .w-42 {
  1893. width: 21rem;
  1894. }
  1895. .w-43 {
  1896. width: 21.5rem;
  1897. }
  1898. .w-44 {
  1899. width: 22rem;
  1900. }
  1901. .w-45 {
  1902. width: 22.5rem;
  1903. }
  1904. .w-46 {
  1905. width: 23rem;
  1906. }
  1907. .w-47 {
  1908. width: 23.5rem;
  1909. }
  1910. .w-48 {
  1911. width: 24rem;
  1912. }
  1913. .w-49 {
  1914. width: 24.5rem;
  1915. }
  1916. .w-50 {
  1917. width: 25rem;
  1918. }
  1919. .h-1 {
  1920. height: 0.5rem;
  1921. }
  1922. .h-2 {
  1923. height: 1rem;
  1924. }
  1925. .h-3 {
  1926. height: 1.5rem;
  1927. }
  1928. .h-4 {
  1929. height: 2rem;
  1930. }
  1931. .h-5 {
  1932. height: 2.5rem;
  1933. }
  1934. .h-6 {
  1935. height: 3rem;
  1936. }
  1937. .h-7 {
  1938. height: 3.5rem;
  1939. }
  1940. .h-8 {
  1941. height: 4rem;
  1942. }
  1943. .h-9 {
  1944. height: 4.5rem;
  1945. }
  1946. .h-10 {
  1947. height: 5rem;
  1948. }
  1949. .h-11 {
  1950. height: 5.5rem;
  1951. }
  1952. .h-12 {
  1953. height: 6rem;
  1954. }
  1955. .h-13 {
  1956. height: 6.5rem;
  1957. }
  1958. .h-14 {
  1959. height: 7rem;
  1960. }
  1961. .h-15 {
  1962. height: 7.5rem;
  1963. }
  1964. .h-16 {
  1965. height: 8rem;
  1966. }
  1967. .h-17 {
  1968. height: 8.5rem;
  1969. }
  1970. .h-18 {
  1971. height: 9rem;
  1972. }
  1973. .h-19 {
  1974. height: 9.5rem;
  1975. }
  1976. .h-20 {
  1977. height: 10rem;
  1978. }
  1979. .h-21 {
  1980. height: 10.5rem;
  1981. }
  1982. .h-22 {
  1983. height: 11rem;
  1984. }
  1985. .h-23 {
  1986. height: 11.5rem;
  1987. }
  1988. .h-24 {
  1989. height: 12rem;
  1990. }
  1991. .h-25 {
  1992. height: 12.5rem;
  1993. }
  1994. .h-26 {
  1995. height: 13rem;
  1996. }
  1997. .h-27 {
  1998. height: 13.5rem;
  1999. }
  2000. .h-28 {
  2001. height: 14rem;
  2002. }
  2003. .h-29 {
  2004. height: 14.5rem;
  2005. }
  2006. .h-30 {
  2007. height: 15rem;
  2008. }
  2009. .h-31 {
  2010. height: 15.5rem;
  2011. }
  2012. .h-32 {
  2013. height: 16rem;
  2014. }
  2015. .h-33 {
  2016. height: 16.5rem;
  2017. }
  2018. .h-34 {
  2019. height: 17rem;
  2020. }
  2021. .h-35 {
  2022. height: 17.5rem;
  2023. }
  2024. .h-36 {
  2025. height: 18rem;
  2026. }
  2027. .h-37 {
  2028. height: 18.5rem;
  2029. }
  2030. .h-38 {
  2031. height: 19rem;
  2032. }
  2033. .h-39 {
  2034. height: 19.5rem;
  2035. }
  2036. .h-40 {
  2037. height: 20rem;
  2038. }
  2039. .h-41 {
  2040. height: 20.5rem;
  2041. }
  2042. .h-42 {
  2043. height: 21rem;
  2044. }
  2045. .h-43 {
  2046. height: 21.5rem;
  2047. }
  2048. .h-44 {
  2049. height: 22rem;
  2050. }
  2051. .h-45 {
  2052. height: 22.5rem;
  2053. }
  2054. .h-46 {
  2055. height: 23rem;
  2056. }
  2057. .h-47 {
  2058. height: 23.5rem;
  2059. }
  2060. .h-48 {
  2061. height: 24rem;
  2062. }
  2063. .h-49 {
  2064. height: 24.5rem;
  2065. }
  2066. .h-50 {
  2067. height: 25rem;
  2068. }
  2069. /**
  2070. *
  2071. *
  2072. *
  2073. *
  2074. */
  2075. /**
  2076. *
  2077. *
  2078. *
  2079. */
  2080. /**
  2081. *
  2082. *
  2083. *
  2084. *
  2085. */
  2086. /**
  2087. *
  2088. *
  2089. *
  2090. *
  2091. */
  2092. /**
  2093. * <div class="hero">
  2094. * <img src="image.png" alt="image" />
  2095. * </div>
  2096. *
  2097. */
  2098. /**
  2099. *
  2100. *
  2101. *
  2102. */
  2103. /**
  2104. *
  2105. *
  2106. *
  2107. */
  2108. /**
  2109. * <figure class="media-figure">
  2110. * <img class="media__img" src="https://via.placeholder.com/150" />
  2111. * <figcaption class="media-figure__caption">
  2112. * food truck yr franzen pabst
  2113. * </figcaption>
  2114. * </figure>
  2115. *
  2116. */
  2117. /**
  2118. *
  2119. *
  2120. *
  2121. */
  2122. /**
  2123. * <div class="slider">
  2124. * <div class="slider__inner">
  2125. * <div class="slider__item w-10"></div>
  2126. * </div>
  2127. * </div>
  2128. *
  2129. */
  2130. /**
  2131. *
  2132. *
  2133. *
  2134. *
  2135. */
  2136. /**
  2137. * <figure class="media-figure">
  2138. * <img class="media__img" src="https://via.placeholder.com/150" />
  2139. * <figcaption class="media-figure__caption">
  2140. * food truck yr franzen pabst
  2141. * </figcaption>
  2142. * </figure>
  2143. *
  2144. */
  2145. /**
  2146. * masonry
  2147. *
  2148. * <div class="masonry">
  2149. * <div class="mansonry__iten">
  2150. *
  2151. * </div>
  2152. * </div>
  2153. *
  2154. *
  2155. */
  2156. :root {
  2157. --reflex-columns: 12;
  2158. --reflex-grid-spacing: 15px;
  2159. --reflex-xs: 576px;
  2160. --reflex-sm: 768px;
  2161. --reflex-md: 992px;
  2162. --reflex-lg: 1200px;
  2163. --reflex-xlg: 1600px;
  2164. --reflex-xxs-max: 575px;
  2165. --reflex-xs-max: 767px;
  2166. --reflex-sm-max: 991px;
  2167. --reflex-md-max: 1199px;
  2168. --reflex-lg-max: 1599px;
  2169. }
  2170. .container,
  2171. .container-full {
  2172. box-sizing: border-box;
  2173. width: 100%;
  2174. margin-right: auto;
  2175. margin-left: auto;
  2176. padding-right: 30px;
  2177. padding-left: 30px;
  2178. }
  2179. .container .grid,
  2180. .container-full .grid {
  2181. margin-right: -15px;
  2182. margin-left: -15px;
  2183. }
  2184. @media (min-width: 576px) {
  2185. .container {
  2186. max-width: 576px;
  2187. }
  2188. }
  2189. @media (min-width: 768px) {
  2190. .container {
  2191. max-width: 768px;
  2192. }
  2193. }
  2194. @media (min-width: 992px) {
  2195. .container {
  2196. max-width: 992px;
  2197. }
  2198. }
  2199. @media (min-width: 1200px) {
  2200. .container {
  2201. max-width: 1200px;
  2202. }
  2203. }
  2204. @media (min-width: 1600px) {
  2205. .container {
  2206. max-width: 1600px;
  2207. }
  2208. }
  2209. .grid {
  2210. box-sizing: border-box;
  2211. display: block;
  2212. display: flex;
  2213. flex-wrap: wrap;
  2214. padding: 0;
  2215. margin: 0 auto;
  2216. position: relative;
  2217. letter-spacing: -0.31em;
  2218. *letter-spacing: normal;
  2219. word-spacing: -0.43em;
  2220. list-style-type: none;
  2221. }
  2222. .grid::before, .grid::after {
  2223. box-sizing: border-box;
  2224. letter-spacing: normal;
  2225. word-spacing: normal;
  2226. white-space: normal;
  2227. }
  2228. [class*=col-] {
  2229. box-sizing: border-box;
  2230. letter-spacing: normal;
  2231. word-spacing: normal;
  2232. white-space: normal;
  2233. position: relative;
  2234. width: 100%;
  2235. vertical-align: top;
  2236. padding: 15px;
  2237. display: inline-block;
  2238. *display: inline;
  2239. zoom: 1;
  2240. }
  2241. [class*=col-]::before, [class*=col-]::after {
  2242. box-sizing: border-box;
  2243. letter-spacing: normal;
  2244. word-spacing: normal;
  2245. white-space: normal;
  2246. }
  2247. [class*=col-] .grid {
  2248. flex: 1 1 auto;
  2249. margin: -15px;
  2250. }
  2251. .col-12 {
  2252. width: 100%;
  2253. *width: 99.9%;
  2254. }
  2255. .col-11 {
  2256. width: 91.66666667%;
  2257. *width: 91.56666667%;
  2258. }
  2259. .col-10 {
  2260. width: 83.33333333%;
  2261. *width: 83.23333333%;
  2262. }
  2263. .col-9 {
  2264. width: 75%;
  2265. *width: 74.9%;
  2266. }
  2267. .col-8 {
  2268. width: 66.66666667%;
  2269. *width: 66.56666667%;
  2270. }
  2271. .col-7 {
  2272. width: 58.33333333%;
  2273. *width: 58.23333333%;
  2274. }
  2275. .col-6 {
  2276. width: 50%;
  2277. *width: 49.9%;
  2278. }
  2279. .col-5 {
  2280. width: 41.66666667%;
  2281. *width: 41.56666667%;
  2282. }
  2283. .col-4 {
  2284. width: 33.33333333%;
  2285. *width: 33.23333333%;
  2286. }
  2287. .col-3 {
  2288. width: 25%;
  2289. *width: 24.9%;
  2290. }
  2291. .col-2 {
  2292. width: 16.66666667%;
  2293. *width: 16.56666667%;
  2294. }
  2295. .col-1 {
  2296. width: 8.33333333%;
  2297. *width: 8.23333333%;
  2298. }
  2299. @media (min-width: 576px) {
  2300. .col-xs-12 {
  2301. width: 100%;
  2302. *width: 99.9%;
  2303. }
  2304. .col-xs-11 {
  2305. width: 91.66666667%;
  2306. *width: 91.56666667%;
  2307. }
  2308. .col-xs-10 {
  2309. width: 83.33333333%;
  2310. *width: 83.23333333%;
  2311. }
  2312. .col-xs-9 {
  2313. width: 75%;
  2314. *width: 74.9%;
  2315. }
  2316. .col-xs-8 {
  2317. width: 66.66666667%;
  2318. *width: 66.56666667%;
  2319. }
  2320. .col-xs-7 {
  2321. width: 58.33333333%;
  2322. *width: 58.23333333%;
  2323. }
  2324. .col-xs-6 {
  2325. width: 50%;
  2326. *width: 49.9%;
  2327. }
  2328. .col-xs-5 {
  2329. width: 41.66666667%;
  2330. *width: 41.56666667%;
  2331. }
  2332. .col-xs-4 {
  2333. width: 33.33333333%;
  2334. *width: 33.23333333%;
  2335. }
  2336. .col-xs-3 {
  2337. width: 25%;
  2338. *width: 24.9%;
  2339. }
  2340. .col-xs-2 {
  2341. width: 16.66666667%;
  2342. *width: 16.56666667%;
  2343. }
  2344. .col-xs-1 {
  2345. width: 8.33333333%;
  2346. *width: 8.23333333%;
  2347. }
  2348. }
  2349. @media (min-width: 768px) {
  2350. .col-sm-12 {
  2351. width: 100%;
  2352. *width: 99.9%;
  2353. }
  2354. .col-sm-11 {
  2355. width: 91.66666667%;
  2356. *width: 91.56666667%;
  2357. }
  2358. .col-sm-10 {
  2359. width: 83.33333333%;
  2360. *width: 83.23333333%;
  2361. }
  2362. .col-sm-9 {
  2363. width: 75%;
  2364. *width: 74.9%;
  2365. }
  2366. .col-sm-8 {
  2367. width: 66.66666667%;
  2368. *width: 66.56666667%;
  2369. }
  2370. .col-sm-7 {
  2371. width: 58.33333333%;
  2372. *width: 58.23333333%;
  2373. }
  2374. .col-sm-6 {
  2375. width: 50%;
  2376. *width: 49.9%;
  2377. }
  2378. .col-sm-5 {
  2379. width: 41.66666667%;
  2380. *width: 41.56666667%;
  2381. }
  2382. .col-sm-4 {
  2383. width: 33.33333333%;
  2384. *width: 33.23333333%;
  2385. }
  2386. .col-sm-3 {
  2387. width: 25%;
  2388. *width: 24.9%;
  2389. }
  2390. .col-sm-2 {
  2391. width: 16.66666667%;
  2392. *width: 16.56666667%;
  2393. }
  2394. .col-sm-1 {
  2395. width: 8.33333333%;
  2396. *width: 8.23333333%;
  2397. }
  2398. }
  2399. @media (min-width: 992px) {
  2400. .col-md-12 {
  2401. width: 100%;
  2402. *width: 99.9%;
  2403. }
  2404. .col-md-11 {
  2405. width: 91.66666667%;
  2406. *width: 91.56666667%;
  2407. }
  2408. .col-md-10 {
  2409. width: 83.33333333%;
  2410. *width: 83.23333333%;
  2411. }
  2412. .col-md-9 {
  2413. width: 75%;
  2414. *width: 74.9%;
  2415. }
  2416. .col-md-8 {
  2417. width: 66.66666667%;
  2418. *width: 66.56666667%;
  2419. }
  2420. .col-md-7 {
  2421. width: 58.33333333%;
  2422. *width: 58.23333333%;
  2423. }
  2424. .col-md-6 {
  2425. width: 50%;
  2426. *width: 49.9%;
  2427. }
  2428. .col-md-5 {
  2429. width: 41.66666667%;
  2430. *width: 41.56666667%;
  2431. }
  2432. .col-md-4 {
  2433. width: 33.33333333%;
  2434. *width: 33.23333333%;
  2435. }
  2436. .col-md-3 {
  2437. width: 25%;
  2438. *width: 24.9%;
  2439. }
  2440. .col-md-2 {
  2441. width: 16.66666667%;
  2442. *width: 16.56666667%;
  2443. }
  2444. .col-md-1 {
  2445. width: 8.33333333%;
  2446. *width: 8.23333333%;
  2447. }
  2448. }
  2449. @media (min-width: 1200px) {
  2450. .col-lg-12 {
  2451. width: 100%;
  2452. *width: 99.9%;
  2453. }
  2454. .col-lg-11 {
  2455. width: 91.66666667%;
  2456. *width: 91.56666667%;
  2457. }
  2458. .col-lg-10 {
  2459. width: 83.33333333%;
  2460. *width: 83.23333333%;
  2461. }
  2462. .col-lg-9 {
  2463. width: 75%;
  2464. *width: 74.9%;
  2465. }
  2466. .col-lg-8 {
  2467. width: 66.66666667%;
  2468. *width: 66.56666667%;
  2469. }
  2470. .col-lg-7 {
  2471. width: 58.33333333%;
  2472. *width: 58.23333333%;
  2473. }
  2474. .col-lg-6 {
  2475. width: 50%;
  2476. *width: 49.9%;
  2477. }
  2478. .col-lg-5 {
  2479. width: 41.66666667%;
  2480. *width: 41.56666667%;
  2481. }
  2482. .col-lg-4 {
  2483. width: 33.33333333%;
  2484. *width: 33.23333333%;
  2485. }
  2486. .col-lg-3 {
  2487. width: 25%;
  2488. *width: 24.9%;
  2489. }
  2490. .col-lg-2 {
  2491. width: 16.66666667%;
  2492. *width: 16.56666667%;
  2493. }
  2494. .col-lg-1 {
  2495. width: 8.33333333%;
  2496. *width: 8.23333333%;
  2497. }
  2498. }
  2499. @media (min-width: 1600px) {
  2500. .col-xlg-12 {
  2501. width: 100%;
  2502. *width: 99.9%;
  2503. }
  2504. .col-xlg-11 {
  2505. width: 91.66666667%;
  2506. *width: 91.56666667%;
  2507. }
  2508. .col-xlg-10 {
  2509. width: 83.33333333%;
  2510. *width: 83.23333333%;
  2511. }
  2512. .col-xlg-9 {
  2513. width: 75%;
  2514. *width: 74.9%;
  2515. }
  2516. .col-xlg-8 {
  2517. width: 66.66666667%;
  2518. *width: 66.56666667%;
  2519. }
  2520. .col-xlg-7 {
  2521. width: 58.33333333%;
  2522. *width: 58.23333333%;
  2523. }
  2524. .col-xlg-6 {
  2525. width: 50%;
  2526. *width: 49.9%;
  2527. }
  2528. .col-xlg-5 {
  2529. width: 41.66666667%;
  2530. *width: 41.56666667%;
  2531. }
  2532. .col-xlg-4 {
  2533. width: 33.33333333%;
  2534. *width: 33.23333333%;
  2535. }
  2536. .col-xlg-3 {
  2537. width: 25%;
  2538. *width: 24.9%;
  2539. }
  2540. .col-xlg-2 {
  2541. width: 16.66666667%;
  2542. *width: 16.56666667%;
  2543. }
  2544. .col-xlg-1 {
  2545. width: 8.33333333%;
  2546. *width: 8.23333333%;
  2547. }
  2548. }
  2549. .col-auto {
  2550. flex: 1 0 0px;
  2551. width: auto;
  2552. }
  2553. @media (min-width: 576px) {
  2554. .col-xs-auto {
  2555. flex: 1 0 0px;
  2556. width: auto;
  2557. }
  2558. }
  2559. @media (min-width: 768px) {
  2560. .col-sm-auto {
  2561. flex: 1 0 0px;
  2562. width: auto;
  2563. }
  2564. }
  2565. @media (min-width: 992px) {
  2566. .col-md-auto {
  2567. flex: 1 0 0px;
  2568. width: auto;
  2569. }
  2570. }
  2571. @media (min-width: 1200px) {
  2572. .col-lg-auto {
  2573. flex: 1 0 0px;
  2574. width: auto;
  2575. }
  2576. }
  2577. @media (min-width: 1600px) {
  2578. .col-xlg-auto {
  2579. flex: 1 0 0px;
  2580. width: auto;
  2581. }
  2582. }
  2583. .order-12 {
  2584. order: 12;
  2585. }
  2586. .order-11 {
  2587. order: 11;
  2588. }
  2589. .order-10 {
  2590. order: 10;
  2591. }
  2592. .order-9 {
  2593. order: 9;
  2594. }
  2595. .order-8 {
  2596. order: 8;
  2597. }
  2598. .order-7 {
  2599. order: 7;
  2600. }
  2601. .order-6 {
  2602. order: 6;
  2603. }
  2604. .order-5 {
  2605. order: 5;
  2606. }
  2607. .order-4 {
  2608. order: 4;
  2609. }
  2610. .order-3 {
  2611. order: 3;
  2612. }
  2613. .order-2 {
  2614. order: 2;
  2615. }
  2616. .order-1 {
  2617. order: 1;
  2618. }
  2619. .order-0 {
  2620. order: 0;
  2621. }
  2622. @media (min-width: 576px) {
  2623. .order-xs-12 {
  2624. order: 12;
  2625. }
  2626. .order-xs-11 {
  2627. order: 11;
  2628. }
  2629. .order-xs-10 {
  2630. order: 10;
  2631. }
  2632. .order-xs-9 {
  2633. order: 9;
  2634. }
  2635. .order-xs-8 {
  2636. order: 8;
  2637. }
  2638. .order-xs-7 {
  2639. order: 7;
  2640. }
  2641. .order-xs-6 {
  2642. order: 6;
  2643. }
  2644. .order-xs-5 {
  2645. order: 5;
  2646. }
  2647. .order-xs-4 {
  2648. order: 4;
  2649. }
  2650. .order-xs-3 {
  2651. order: 3;
  2652. }
  2653. .order-xs-2 {
  2654. order: 2;
  2655. }
  2656. .order-xs-1 {
  2657. order: 1;
  2658. }
  2659. .order-xs-0 {
  2660. order: 0;
  2661. }
  2662. }
  2663. @media (min-width: 768px) {
  2664. .order-sm-12 {
  2665. order: 12;
  2666. }
  2667. .order-sm-11 {
  2668. order: 11;
  2669. }
  2670. .order-sm-10 {
  2671. order: 10;
  2672. }
  2673. .order-sm-9 {
  2674. order: 9;
  2675. }
  2676. .order-sm-8 {
  2677. order: 8;
  2678. }
  2679. .order-sm-7 {
  2680. order: 7;
  2681. }
  2682. .order-sm-6 {
  2683. order: 6;
  2684. }
  2685. .order-sm-5 {
  2686. order: 5;
  2687. }
  2688. .order-sm-4 {
  2689. order: 4;
  2690. }
  2691. .order-sm-3 {
  2692. order: 3;
  2693. }
  2694. .order-sm-2 {
  2695. order: 2;
  2696. }
  2697. .order-sm-1 {
  2698. order: 1;
  2699. }
  2700. .order-sm-0 {
  2701. order: 0;
  2702. }
  2703. }
  2704. @media (min-width: 992px) {
  2705. .order-md-12 {
  2706. order: 12;
  2707. }
  2708. .order-md-11 {
  2709. order: 11;
  2710. }
  2711. .order-md-10 {
  2712. order: 10;
  2713. }
  2714. .order-md-9 {
  2715. order: 9;
  2716. }
  2717. .order-md-8 {
  2718. order: 8;
  2719. }
  2720. .order-md-7 {
  2721. order: 7;
  2722. }
  2723. .order-md-6 {
  2724. order: 6;
  2725. }
  2726. .order-md-5 {
  2727. order: 5;
  2728. }
  2729. .order-md-4 {
  2730. order: 4;
  2731. }
  2732. .order-md-3 {
  2733. order: 3;
  2734. }
  2735. .order-md-2 {
  2736. order: 2;
  2737. }
  2738. .order-md-1 {
  2739. order: 1;
  2740. }
  2741. .order-md-0 {
  2742. order: 0;
  2743. }
  2744. }
  2745. @media (min-width: 1200px) {
  2746. .order-lg-12 {
  2747. order: 12;
  2748. }
  2749. .order-lg-11 {
  2750. order: 11;
  2751. }
  2752. .order-lg-10 {
  2753. order: 10;
  2754. }
  2755. .order-lg-9 {
  2756. order: 9;
  2757. }
  2758. .order-lg-8 {
  2759. order: 8;
  2760. }
  2761. .order-lg-7 {
  2762. order: 7;
  2763. }
  2764. .order-lg-6 {
  2765. order: 6;
  2766. }
  2767. .order-lg-5 {
  2768. order: 5;
  2769. }
  2770. .order-lg-4 {
  2771. order: 4;
  2772. }
  2773. .order-lg-3 {
  2774. order: 3;
  2775. }
  2776. .order-lg-2 {
  2777. order: 2;
  2778. }
  2779. .order-lg-1 {
  2780. order: 1;
  2781. }
  2782. .order-lg-0 {
  2783. order: 0;
  2784. }
  2785. }
  2786. @media (min-width: 1600px) {
  2787. .order-xlg-12 {
  2788. order: 12;
  2789. }
  2790. .order-xlg-11 {
  2791. order: 11;
  2792. }
  2793. .order-xlg-10 {
  2794. order: 10;
  2795. }
  2796. .order-xlg-9 {
  2797. order: 9;
  2798. }
  2799. .order-xlg-8 {
  2800. order: 8;
  2801. }
  2802. .order-xlg-7 {
  2803. order: 7;
  2804. }
  2805. .order-xlg-6 {
  2806. order: 6;
  2807. }
  2808. .order-xlg-5 {
  2809. order: 5;
  2810. }
  2811. .order-xlg-4 {
  2812. order: 4;
  2813. }
  2814. .order-xlg-3 {
  2815. order: 3;
  2816. }
  2817. .order-xlg-2 {
  2818. order: 2;
  2819. }
  2820. .order-xlg-1 {
  2821. order: 1;
  2822. }
  2823. .order-xlg-0 {
  2824. order: 0;
  2825. }
  2826. }
  2827. .offset-11 {
  2828. margin-left: 91.66666667%;
  2829. *margin-left: 91.56666667%;
  2830. }
  2831. .offset-10 {
  2832. margin-left: 83.33333333%;
  2833. *margin-left: 83.23333333%;
  2834. }
  2835. .offset-9 {
  2836. margin-left: 75%;
  2837. *margin-left: 74.9%;
  2838. }
  2839. .offset-8 {
  2840. margin-left: 66.66666667%;
  2841. *margin-left: 66.56666667%;
  2842. }
  2843. .offset-7 {
  2844. margin-left: 58.33333333%;
  2845. *margin-left: 58.23333333%;
  2846. }
  2847. .offset-6 {
  2848. margin-left: 50%;
  2849. *margin-left: 49.9%;
  2850. }
  2851. .offset-5 {
  2852. margin-left: 41.66666667%;
  2853. *margin-left: 41.56666667%;
  2854. }
  2855. .offset-4 {
  2856. margin-left: 33.33333333%;
  2857. *margin-left: 33.23333333%;
  2858. }
  2859. .offset-3 {
  2860. margin-left: 25%;
  2861. *margin-left: 24.9%;
  2862. }
  2863. .offset-2 {
  2864. margin-left: 16.66666667%;
  2865. *margin-left: 16.56666667%;
  2866. }
  2867. .offset-1 {
  2868. margin-left: 8.33333333%;
  2869. *margin-left: 8.23333333%;
  2870. }
  2871. @media (min-width: 576px) {
  2872. .offset-xs-11 {
  2873. margin-left: 91.66666667%;
  2874. *margin-left: 91.56666667%;
  2875. }
  2876. .offset-xs-10 {
  2877. margin-left: 83.33333333%;
  2878. *margin-left: 83.23333333%;
  2879. }
  2880. .offset-xs-9 {
  2881. margin-left: 75%;
  2882. *margin-left: 74.9%;
  2883. }
  2884. .offset-xs-8 {
  2885. margin-left: 66.66666667%;
  2886. *margin-left: 66.56666667%;
  2887. }
  2888. .offset-xs-7 {
  2889. margin-left: 58.33333333%;
  2890. *margin-left: 58.23333333%;
  2891. }
  2892. .offset-xs-6 {
  2893. margin-left: 50%;
  2894. *margin-left: 49.9%;
  2895. }
  2896. .offset-xs-5 {
  2897. margin-left: 41.66666667%;
  2898. *margin-left: 41.56666667%;
  2899. }
  2900. .offset-xs-4 {
  2901. margin-left: 33.33333333%;
  2902. *margin-left: 33.23333333%;
  2903. }
  2904. .offset-xs-3 {
  2905. margin-left: 25%;
  2906. *margin-left: 24.9%;
  2907. }
  2908. .offset-xs-2 {
  2909. margin-left: 16.66666667%;
  2910. *margin-left: 16.56666667%;
  2911. }
  2912. .offset-xs-1 {
  2913. margin-left: 8.33333333%;
  2914. *margin-left: 8.23333333%;
  2915. }
  2916. .offset-xs-0 {
  2917. margin-left: 0;
  2918. *margin-left: -0.1%;
  2919. }
  2920. }
  2921. @media (min-width: 768px) {
  2922. .offset-sm-11 {
  2923. margin-left: 91.66666667%;
  2924. *margin-left: 91.56666667%;
  2925. }
  2926. .offset-sm-10 {
  2927. margin-left: 83.33333333%;
  2928. *margin-left: 83.23333333%;
  2929. }
  2930. .offset-sm-9 {
  2931. margin-left: 75%;
  2932. *margin-left: 74.9%;
  2933. }
  2934. .offset-sm-8 {
  2935. margin-left: 66.66666667%;
  2936. *margin-left: 66.56666667%;
  2937. }
  2938. .offset-sm-7 {
  2939. margin-left: 58.33333333%;
  2940. *margin-left: 58.23333333%;
  2941. }
  2942. .offset-sm-6 {
  2943. margin-left: 50%;
  2944. *margin-left: 49.9%;
  2945. }
  2946. .offset-sm-5 {
  2947. margin-left: 41.66666667%;
  2948. *margin-left: 41.56666667%;
  2949. }
  2950. .offset-sm-4 {
  2951. margin-left: 33.33333333%;
  2952. *margin-left: 33.23333333%;
  2953. }
  2954. .offset-sm-3 {
  2955. margin-left: 25%;
  2956. *margin-left: 24.9%;
  2957. }
  2958. .offset-sm-2 {
  2959. margin-left: 16.66666667%;
  2960. *margin-left: 16.56666667%;
  2961. }
  2962. .offset-sm-1 {
  2963. margin-left: 8.33333333%;
  2964. *margin-left: 8.23333333%;
  2965. }
  2966. .offset-sm-0 {
  2967. margin-left: 0;
  2968. *margin-left: -0.1%;
  2969. }
  2970. }
  2971. @media (min-width: 992px) {
  2972. .offset-md-11 {
  2973. margin-left: 91.66666667%;
  2974. *margin-left: 91.56666667%;
  2975. }
  2976. .offset-md-10 {
  2977. margin-left: 83.33333333%;
  2978. *margin-left: 83.23333333%;
  2979. }
  2980. .offset-md-9 {
  2981. margin-left: 75%;
  2982. *margin-left: 74.9%;
  2983. }
  2984. .offset-md-8 {
  2985. margin-left: 66.66666667%;
  2986. *margin-left: 66.56666667%;
  2987. }
  2988. .offset-md-7 {
  2989. margin-left: 58.33333333%;
  2990. *margin-left: 58.23333333%;
  2991. }
  2992. .offset-md-6 {
  2993. margin-left: 50%;
  2994. *margin-left: 49.9%;
  2995. }
  2996. .offset-md-5 {
  2997. margin-left: 41.66666667%;
  2998. *margin-left: 41.56666667%;
  2999. }
  3000. .offset-md-4 {
  3001. margin-left: 33.33333333%;
  3002. *margin-left: 33.23333333%;
  3003. }
  3004. .offset-md-3 {
  3005. margin-left: 25%;
  3006. *margin-left: 24.9%;
  3007. }
  3008. .offset-md-2 {
  3009. margin-left: 16.66666667%;
  3010. *margin-left: 16.56666667%;
  3011. }
  3012. .offset-md-1 {
  3013. margin-left: 8.33333333%;
  3014. *margin-left: 8.23333333%;
  3015. }
  3016. .offset-md-0 {
  3017. margin-left: 0;
  3018. *margin-left: -0.1%;
  3019. }
  3020. }
  3021. @media (min-width: 1200px) {
  3022. .offset-lg-11 {
  3023. margin-left: 91.66666667%;
  3024. *margin-left: 91.56666667%;
  3025. }
  3026. .offset-lg-10 {
  3027. margin-left: 83.33333333%;
  3028. *margin-left: 83.23333333%;
  3029. }
  3030. .offset-lg-9 {
  3031. margin-left: 75%;
  3032. *margin-left: 74.9%;
  3033. }
  3034. .offset-lg-8 {
  3035. margin-left: 66.66666667%;
  3036. *margin-left: 66.56666667%;
  3037. }
  3038. .offset-lg-7 {
  3039. margin-left: 58.33333333%;
  3040. *margin-left: 58.23333333%;
  3041. }
  3042. .offset-lg-6 {
  3043. margin-left: 50%;
  3044. *margin-left: 49.9%;
  3045. }
  3046. .offset-lg-5 {
  3047. margin-left: 41.66666667%;
  3048. *margin-left: 41.56666667%;
  3049. }
  3050. .offset-lg-4 {
  3051. margin-left: 33.33333333%;
  3052. *margin-left: 33.23333333%;
  3053. }
  3054. .offset-lg-3 {
  3055. margin-left: 25%;
  3056. *margin-left: 24.9%;
  3057. }
  3058. .offset-lg-2 {
  3059. margin-left: 16.66666667%;
  3060. *margin-left: 16.56666667%;
  3061. }
  3062. .offset-lg-1 {
  3063. margin-left: 8.33333333%;
  3064. *margin-left: 8.23333333%;
  3065. }
  3066. .offset-lg-0 {
  3067. margin-left: 0;
  3068. *margin-left: -0.1%;
  3069. }
  3070. }
  3071. @media (min-width: 1600px) {
  3072. .offset-xlg-11 {
  3073. margin-left: 91.66666667%;
  3074. *margin-left: 91.56666667%;
  3075. }
  3076. .offset-xlg-10 {
  3077. margin-left: 83.33333333%;
  3078. *margin-left: 83.23333333%;
  3079. }
  3080. .offset-xlg-9 {
  3081. margin-left: 75%;
  3082. *margin-left: 74.9%;
  3083. }
  3084. .offset-xlg-8 {
  3085. margin-left: 66.66666667%;
  3086. *margin-left: 66.56666667%;
  3087. }
  3088. .offset-xlg-7 {
  3089. margin-left: 58.33333333%;
  3090. *margin-left: 58.23333333%;
  3091. }
  3092. .offset-xlg-6 {
  3093. margin-left: 50%;
  3094. *margin-left: 49.9%;
  3095. }
  3096. .offset-xlg-5 {
  3097. margin-left: 41.66666667%;
  3098. *margin-left: 41.56666667%;
  3099. }
  3100. .offset-xlg-4 {
  3101. margin-left: 33.33333333%;
  3102. *margin-left: 33.23333333%;
  3103. }
  3104. .offset-xlg-3 {
  3105. margin-left: 25%;
  3106. *margin-left: 24.9%;
  3107. }
  3108. .offset-xlg-2 {
  3109. margin-left: 16.66666667%;
  3110. *margin-left: 16.56666667%;
  3111. }
  3112. .offset-xlg-1 {
  3113. margin-left: 8.33333333%;
  3114. *margin-left: 8.23333333%;
  3115. }
  3116. .offset-xlg-0 {
  3117. margin-left: 0;
  3118. *margin-left: -0.1%;
  3119. }
  3120. }
  3121. .wrap {
  3122. flex-wrap: wrap;
  3123. }
  3124. .no-wrap {
  3125. flex-wrap: nowrap;
  3126. }
  3127. .no-wrap [class*=col-] {
  3128. flex-shrink: 1;
  3129. }
  3130. .wrap-reverse {
  3131. flex-wrap: wrap-reverse;
  3132. }
  3133. .direction-row {
  3134. flex-direction: row;
  3135. }
  3136. .direction-row-reverse {
  3137. flex-direction: row-reverse;
  3138. }
  3139. .direction-column {
  3140. flex-direction: column;
  3141. }
  3142. .direction-column-reverse {
  3143. flex-direction: column-reverse;
  3144. }
  3145. .align-start {
  3146. align-items: flex-start;
  3147. }
  3148. .align-end {
  3149. align-items: flex-end;
  3150. }
  3151. .align-end [class*=col-] {
  3152. vertical-align: bottom;
  3153. }
  3154. .align-center {
  3155. align-items: center;
  3156. }
  3157. .align-center [class*=col-] {
  3158. vertical-align: middle;
  3159. }
  3160. .align-baseline {
  3161. align-items: baseline;
  3162. }
  3163. .align-content-start {
  3164. align-content: flex-start;
  3165. }
  3166. .align-content-end {
  3167. align-content: flex-end;
  3168. }
  3169. .align-content-end [class*=col-] {
  3170. vertical-align: bottom;
  3171. }
  3172. .align-content-center {
  3173. align-content: center;
  3174. }
  3175. .align-content-space-between {
  3176. align-content: space-between;
  3177. }
  3178. .align-content-space-around {
  3179. align-content: space-around;
  3180. }
  3181. .align-self-stretch {
  3182. align-self: stretch;
  3183. }
  3184. .align-self-start {
  3185. align-self: flex-start;
  3186. }
  3187. .align-self-end {
  3188. align-self: flex-end;
  3189. vertical-align: bottom;
  3190. }
  3191. .align-self-center {
  3192. align-self: center;
  3193. vertical-align: middle;
  3194. }
  3195. .align-self-baseline {
  3196. align-self: baseline;
  3197. vertical-align: baseline;
  3198. }
  3199. .justify-start {
  3200. justify-content: flex-start;
  3201. }
  3202. .justify-start.grid {
  3203. text-align: left;
  3204. }
  3205. .justify-end {
  3206. justify-content: flex-end;
  3207. }
  3208. .justify-end.grid {
  3209. text-align: right;
  3210. -moz-text-align-last: right;
  3211. text-align-last: right;
  3212. }
  3213. .justify-end.grid [class*=col-] {
  3214. text-align: left;
  3215. text-align: start;
  3216. -moz-text-align-last: left;
  3217. -moz-text-align-last: start;
  3218. text-align-last: left;
  3219. text-align-last: start;
  3220. }
  3221. .justify-center {
  3222. justify-content: center;
  3223. }
  3224. .justify-center.grid {
  3225. text-align: center;
  3226. -moz-text-align-last: center;
  3227. text-align-last: center;
  3228. }
  3229. .justify-center.grid [class*=col-] {
  3230. text-align: left;
  3231. text-align: start;
  3232. -moz-text-align-last: left;
  3233. -moz-text-align-last: start;
  3234. text-align-last: left;
  3235. text-align-last: start;
  3236. }
  3237. .justify-space-between {
  3238. justify-content: space-between;
  3239. }
  3240. .justify-space-between.grid {
  3241. text-align: justify;
  3242. -moz-text-align-last: justify;
  3243. text-align-last: justify;
  3244. }
  3245. .justify-space-between.grid [class*=col-] {
  3246. text-align: left;
  3247. text-align: start;
  3248. -moz-text-align-last: left;
  3249. -moz-text-align-last: start;
  3250. text-align-last: left;
  3251. text-align-last: start;
  3252. }
  3253. .justify-space-around {
  3254. justify-content: space-around;
  3255. }
  3256. .justify-space-around.grid {
  3257. text-align: justify;
  3258. -moz-text-align-last: justify;
  3259. text-align-last: justify;
  3260. }
  3261. .justify-space-around.grid [class*=col-] {
  3262. text-align: left;
  3263. text-align: start;
  3264. -moz-text-align-last: left;
  3265. -moz-text-align-last: start;
  3266. text-align-last: left;
  3267. text-align-last: start;
  3268. }
  3269. .grid-bleed [class*=col-] {
  3270. padding: 0;
  3271. }
  3272. .col-grid {
  3273. display: flex;
  3274. flex-direction: column;
  3275. }
  3276. .col-grid.direction-row {
  3277. flex-direction: row;
  3278. }
  3279. .col-bleed {
  3280. padding: 0;
  3281. }
  3282. .col-bleed-x {
  3283. padding: 15px 0;
  3284. }
  3285. .col-bleed-y {
  3286. padding: 0 15px;
  3287. }
  3288. .flex-img {
  3289. display: block;
  3290. flex: 0 0 auto;
  3291. max-width: 100%;
  3292. height: auto;
  3293. width: 100%;
  3294. *width: auto;
  3295. }
  3296. .flex-footer {
  3297. width: 100%;
  3298. margin-top: auto;
  3299. margin-bottom: 0;
  3300. }
  3301. .flex-footer > :last-child {
  3302. margin-bottom: 0;
  3303. }
  3304. @media (max-width: 575px) {
  3305. .hidden-xxs {
  3306. display: none;
  3307. }
  3308. }
  3309. @media (min-width: 576px) {
  3310. .hidden-xs-up {
  3311. display: none;
  3312. }
  3313. }
  3314. @media (max-width: 767px) {
  3315. .hidden-xs-down {
  3316. display: none;
  3317. }
  3318. }
  3319. @media (min-width: 576px) and (max-width: 767px) {
  3320. .hidden-xs {
  3321. display: none;
  3322. }
  3323. }
  3324. @media (min-width: 768px) {
  3325. .hidden-sm-up {
  3326. display: none;
  3327. }
  3328. }
  3329. @media (max-width: 991px) {
  3330. .hidden-sm-down {
  3331. display: none;
  3332. }
  3333. }
  3334. @media (min-width: 768px) and (max-width: 991px) {
  3335. .hidden-sm {
  3336. display: none;
  3337. }
  3338. }
  3339. @media (min-width: 992px) {
  3340. .hidden-md-up {
  3341. display: none;
  3342. }
  3343. }
  3344. @media (max-width: 1199px) {
  3345. .hidden-md-down {
  3346. display: none;
  3347. }
  3348. }
  3349. @media (min-width: 992px) and (max-width: 1199px) {
  3350. .hidden-md {
  3351. display: none;
  3352. }
  3353. }
  3354. @media (min-width: 1200px) {
  3355. .hidden-lg-up {
  3356. display: none;
  3357. }
  3358. }
  3359. @media (max-width: 1599px) {
  3360. .hidden-lg-down {
  3361. display: none;
  3362. }
  3363. }
  3364. @media (min-width: 1200px) and (max-width: 1599px) {
  3365. .hidden-lg {
  3366. display: none;
  3367. }
  3368. }
  3369. @media (min-width: 1600px) {
  3370. .hidden-xlg {
  3371. display: none;
  3372. }
  3373. }
  3374. a {
  3375. color: #fff;
  3376. }
  3377. a:focus {
  3378. outline: none;
  3379. }
  3380. /**
  3381. * body
  3382. *
  3383. *
  3384. *
  3385. * line-height and breakpoints
  3386. * font-size and breakpoints
  3387. *
  3388. */
  3389. body {
  3390. font-family: "IBM Plex Mono", sans-serif;
  3391. background-color: #f9f9f9;
  3392. direction: ltr;
  3393. font-size: 1rem;
  3394. line-height: 1.4;
  3395. }
  3396. /**
  3397. * borders
  3398. *
  3399. *
  3400. */
  3401. .border {
  3402. border: 1px solid #3e3e3e !important;
  3403. }
  3404. .border-round {
  3405. border-radius: 2px !important;
  3406. }
  3407. .borderless {
  3408. border: 0 !important;
  3409. }
  3410. .radiusless {
  3411. border-radius: 0 !important;
  3412. }
  3413. /**
  3414. * z-index
  3415. *
  3416. *
  3417. */
  3418. .z-index-1 {
  3419. z-index: 1;
  3420. }
  3421. .z-index-2 {
  3422. z-index: 2;
  3423. }
  3424. .z-index-3 {
  3425. z-index: 3;
  3426. }
  3427. .z-index-4 {
  3428. z-index: 4;
  3429. }
  3430. .z-index-5 {
  3431. z-index: 5;
  3432. }
  3433. .z-index-6 {
  3434. z-index: 6;
  3435. }
  3436. .z-index-7 {
  3437. z-index: 7;
  3438. }
  3439. .z-index-8 {
  3440. z-index: 8;
  3441. }
  3442. .z-index-9 {
  3443. z-index: 9;
  3444. }
  3445. .z-index-10 {
  3446. z-index: 10;
  3447. }
  3448. /**
  3449. *
  3450. *
  3451. */
  3452. .w-col-1 {
  3453. width: 8.3333333333%;
  3454. }
  3455. .w-col-2 {
  3456. width: 16.6666666667%;
  3457. }
  3458. .w-col-3 {
  3459. width: 25%;
  3460. }
  3461. .w-col-4 {
  3462. width: 33.3333333333%;
  3463. }
  3464. .w-col-5 {
  3465. width: 41.6666666667%;
  3466. }
  3467. .w-col-6 {
  3468. width: 50%;
  3469. }
  3470. .w-col-7 {
  3471. width: 58.3333333333%;
  3472. }
  3473. .w-col-8 {
  3474. width: 66.6666666667%;
  3475. }
  3476. .w-col-9 {
  3477. width: 75%;
  3478. }
  3479. .w-col-10 {
  3480. width: 83.3333333333%;
  3481. }
  3482. .w-col-11 {
  3483. width: 91.6666666667%;
  3484. }
  3485. .w-col-12 {
  3486. width: 100%;
  3487. }
  3488. .w-1 {
  3489. width: 1em;
  3490. }
  3491. .w-2 {
  3492. width: 2em;
  3493. }
  3494. .w-3 {
  3495. width: 3em;
  3496. }
  3497. .w-4 {
  3498. width: 4em;
  3499. }
  3500. .w-5 {
  3501. width: 5em;
  3502. }
  3503. .w-6 {
  3504. width: 6em;
  3505. }
  3506. .w-7 {
  3507. width: 7em;
  3508. }
  3509. .w-8 {
  3510. width: 8em;
  3511. }
  3512. .w-9 {
  3513. width: 9em;
  3514. }
  3515. .w-10 {
  3516. width: 10em;
  3517. }
  3518. .w-11 {
  3519. width: 11em;
  3520. }
  3521. .w-12 {
  3522. width: 12em;
  3523. }
  3524. /**
  3525. *
  3526. *
  3527. */
  3528. .round {
  3529. border-radius: 50% !important;
  3530. }
  3531. /**
  3532. * typography
  3533. *
  3534. *
  3535. */
  3536. .left {
  3537. text-align: left !important;
  3538. }
  3539. .right {
  3540. text-align: right !important;
  3541. }
  3542. .center {
  3543. text-align: center !important;
  3544. }
  3545. .justify {
  3546. text-align: justify !important;
  3547. }
  3548. .uppercase {
  3549. text-transform: uppercase !important;
  3550. }
  3551. .lowercase {
  3552. text-transform: lowercase !important;
  3553. }
  3554. .crossed {
  3555. text-decoration: line-through !important;
  3556. }
  3557. .underline {
  3558. text-decoration: underline !important;
  3559. }
  3560. .capitalize {
  3561. text-transform: capitalize !important;
  3562. }
  3563. .italic {
  3564. font-style: italic !important;
  3565. }
  3566. .light {
  3567. font-weight: lighter !important;
  3568. }
  3569. .normal {
  3570. font-weight: normal !important;
  3571. }
  3572. .medium {
  3573. font-weight: medium !important;
  3574. }
  3575. .bold {
  3576. font-weight: bolder !important;
  3577. }
  3578. .text-size-default {
  3579. font-size: 1rem !important;
  3580. }
  3581. .text-size-small {
  3582. font-size: 0.75rem !important;
  3583. }
  3584. .text-size-medium {
  3585. font-size: 1.5rem !important;
  3586. }
  3587. .text-size-large {
  3588. font-size: 2rem !important;
  3589. }
  3590. .text-size-big {
  3591. font-size: 3rem !important;
  3592. }
  3593. /**
  3594. * colors
  3595. *
  3596. *
  3597. */
  3598. .text-color-primary {
  3599. color: #3e3e3e !important;
  3600. }
  3601. .text-color-white {
  3602. color: #fff !important;
  3603. }
  3604. .fill-primary {
  3605. fill: #3e3e3e !important;
  3606. }
  3607. .fill-white {
  3608. fill: #fff !important;
  3609. }
  3610. .border-color-primary {
  3611. border-color: #3e3e3e !important;
  3612. }
  3613. .border-color-white {
  3614. border-color: #fff !important;
  3615. }
  3616. .background-color-primary {
  3617. background-color: #3e3e3e !important;
  3618. }
  3619. .background-color-white {
  3620. background-color: #fff !important;
  3621. }
  3622. /**
  3623. * floating
  3624. *
  3625. *
  3626. */
  3627. .float-left {
  3628. float: left;
  3629. }
  3630. .float-right {
  3631. float: right;
  3632. }
  3633. .float-none {
  3634. float: none;
  3635. }
  3636. .centered {
  3637. margin-left: auto;
  3638. margin-right: auto;
  3639. }
  3640. .clearfix::before, .clearfix::after {
  3641. display: table;
  3642. content: " ";
  3643. }
  3644. .clearfix::after {
  3645. clear: both;
  3646. }
  3647. /**
  3648. * position
  3649. *
  3650. *
  3651. */
  3652. .absolute {
  3653. position: absolute !important;
  3654. }
  3655. .fixed {
  3656. position: fixed !important;
  3657. }
  3658. .relative {
  3659. position: relative !important;
  3660. }
  3661. /**
  3662. *
  3663. *
  3664. */
  3665. .vertical-align-bottom {
  3666. vertical-align: bottom;
  3667. }
  3668. .vertical-align-top {
  3669. vertical-align: top;
  3670. }
  3671. .vertical-align-baseline {
  3672. vertical-align: baseline;
  3673. }
  3674. .marginless {
  3675. margin: 0 !important;
  3676. }
  3677. .h-100 {
  3678. height: 100% !important;
  3679. }
  3680. /**
  3681. *
  3682. *
  3683. */
  3684. .overflow-x-hidden {
  3685. overflow-x: hidden;
  3686. }
  3687. .overflow-y-hidden {
  3688. overflow-y: hidden;
  3689. }
  3690. .object-fit-cover {
  3691. -o-object-fit: cover;
  3692. object-fit: cover;
  3693. }
  3694. .badge {
  3695. display: inline-block;
  3696. background-color: #3e3e3e;
  3697. color: white;
  3698. font-size: 0.85rem;
  3699. padding: 0.4em 0.8em;
  3700. border: 1px solid #3e3e3e;
  3701. border-radius: 2px;
  3702. }
  3703. .badge--round {
  3704. display: inline-flex;
  3705. justify-content: center;
  3706. border-radius: 50%;
  3707. width: 2.5em;
  3708. }
  3709. .button {
  3710. -webkit-appearance: none;
  3711. -moz-appearance: none;
  3712. appearance: none;
  3713. position: relative;
  3714. display: inline-flex;
  3715. align-items: center;
  3716. text-decoration: none;
  3717. font-family: "IBM Plex Mono", sans-serif;
  3718. border: 1px solid #3e3e3e;
  3719. background-color: white;
  3720. color: #3e3e3e;
  3721. border-radius: 2px;
  3722. transition: background-color 0.1s;
  3723. margin-bottom: 0.5em;
  3724. padding: 0 1.3em;
  3725. min-height: 2.8em;
  3726. font-size: 1rem;
  3727. width: 100%;
  3728. }
  3729. @media only screen and (min-width: 768px) {
  3730. .button {
  3731. width: auto;
  3732. }
  3733. }
  3734. .button--small {
  3735. font-size: 0.8em;
  3736. }
  3737. .button--no-style {
  3738. margin: 0;
  3739. padding: 0;
  3740. border: none;
  3741. background: transparent;
  3742. }
  3743. .button:hover, .button--selected {
  3744. cursor: pointer;
  3745. text-decoration: none;
  3746. color: white;
  3747. background-color: #585858;
  3748. }
  3749. .button:focus, .button:active {
  3750. outline: 1px solid #646464;
  3751. }
  3752. .button:disabled {
  3753. opacity: 0.5;
  3754. }
  3755. .button:disabled:hover {
  3756. cursor: not-allowed;
  3757. border: 1px solid #3e3e3e;
  3758. background-color: white;
  3759. color: #3e3e3e;
  3760. }
  3761. .button--danger {
  3762. border-color: #d95959;
  3763. }
  3764. .button--danger:hover {
  3765. background-color: #d95959;
  3766. }
  3767. .button--danger:focus, .button--danger:active {
  3768. outline: 2px solid #e79797;
  3769. }
  3770. .field-group {
  3771. margin-bottom: 1.2em;
  3772. }
  3773. .field-group--valid input.field-text, .field-group--valid textarea.field-text {
  3774. border-color: #64ac64;
  3775. }
  3776. .field-group--valid .icon {
  3777. fill: #64ac64;
  3778. }
  3779. .field-group--error input.field-text, .field-group--error textarea.field-text {
  3780. border-color: #d95959;
  3781. }
  3782. .field-group--error .icon {
  3783. fill: #d95959;
  3784. }
  3785. .field-label {
  3786. font-size: 1rem;
  3787. font-family: "IBM Plex Mono", sans-serif;
  3788. }
  3789. .field-label .icon {
  3790. vertical-align: text-bottom;
  3791. }
  3792. .field-label:hover {
  3793. cursor: pointer;
  3794. }
  3795. input.field-text, textarea.field-text, select.field-choice {
  3796. font-family: "IBM Plex Mono", sans-serif;
  3797. font-size: 0.95rem;
  3798. width: 100%;
  3799. border: 1px solid #a4a4a4;
  3800. background-color: white;
  3801. border-radius: 2px;
  3802. margin: 0.7em 0 0;
  3803. }
  3804. input.field-text:focus, input.field-text:active, textarea.field-text:focus, textarea.field-text:active, select.field-choice:focus, select.field-choice:active {
  3805. outline: 0;
  3806. border-color: #3e3e3e;
  3807. }
  3808. input.field-text, textarea.field-text {
  3809. padding: 0.8em 1.1em;
  3810. }
  3811. /**
  3812. *
  3813. *
  3814. */
  3815. select.field-choice {
  3816. -webkit-appearance: none;
  3817. -moz-appearance: none;
  3818. appearance: none;
  3819. padding: 0.8em;
  3820. position: relative;
  3821. }
  3822. select.field-choice::after {
  3823. position: absolute;
  3824. right: 0;
  3825. top: 0;
  3826. display: block;
  3827. content: " ";
  3828. width: 10px;
  3829. height: 10px;
  3830. background: red;
  3831. }
  3832. /**
  3833. * radio & checkbox
  3834. *
  3835. * <div class="field">
  3836. * <label for="field__checkbox__1" class="field__label">
  3837. * <input class="field__choice" type="checkbox" name="field__checkbox__1" value="true" />
  3838. * <svg class="icon field__choice__unchecked" aria-hidden="true">
  3839. * <use xlink:href="symbol-defs.svg#icon-minus"></use>
  3840. * </svg>
  3841. * <svg class="icon field__choice__checked" aria-hidden="true">
  3842. * <use xlink:href="symbol-defs.svg#icon-checked"></use>
  3843. * </svg>
  3844. * checkbox 1
  3845. * </label>
  3846. * </div>
  3847. *
  3848. */
  3849. input[type=checkbox].field-choice,
  3850. input[type=radio].field-choice {
  3851. position: relative;
  3852. display: none;
  3853. }
  3854. input[type=checkbox].field-choice ~ .field-choice__checked,
  3855. input[type=radio].field-choice ~ .field-choice__checked {
  3856. display: none;
  3857. }
  3858. input[type=checkbox].field-choice:checked ~ .field-choice__checked,
  3859. input[type=radio].field-choice:checked ~ .field-choice__checked {
  3860. display: inline-block;
  3861. }
  3862. input[type=checkbox].field-choice:checked ~ .field-choice__unchecked,
  3863. input[type=radio].field-choice:checked ~ .field-choice__unchecked {
  3864. display: none;
  3865. }
  3866. svg.field-choice__unchecked {
  3867. fill: #a4a4a4;
  3868. }
  3869. svg.field-choice__checked {
  3870. fill: #64ac64;
  3871. }
  3872. .field-help, .field-error {
  3873. display: inline-block;
  3874. width: 100%;
  3875. padding: 0.6em 0.5em;
  3876. font-size: 0.8rem;
  3877. }
  3878. .field-error {
  3879. color: #d95959;
  3880. }
  3881. .icon {
  3882. width: 1em;
  3883. height: 1em;
  3884. max-height: 100%;
  3885. max-width: 100%;
  3886. vertical-align: middle;
  3887. overflow: hidden;
  3888. font-size: 1.4rem;
  3889. fill: #3e3e3e;
  3890. }
  3891. .icon--success {
  3892. fill: #64ac64;
  3893. }
  3894. .icon--danger {
  3895. fill: #d95959;
  3896. }
  3897. .panel {
  3898. border: 1px solid #3e3e3e;
  3899. border-radius: 2px;
  3900. background: #fff;
  3901. }
  3902. .panel__header {
  3903. display: flex;
  3904. background-color: #3e3e3e;
  3905. color: white;
  3906. padding: 0.8em 1.2em;
  3907. line-height: 1.6em;
  3908. }
  3909. .panel__header button {
  3910. -webkit-appearance: none;
  3911. -moz-appearance: none;
  3912. appearance: none;
  3913. background: none;
  3914. border: none;
  3915. padding: 0;
  3916. }
  3917. .panel__header button:hover {
  3918. cursor: pointer;
  3919. }
  3920. .panel__header .icon {
  3921. vertical-align: bottom;
  3922. width: 1.5em;
  3923. height: 1.5em;
  3924. margin-right: 0.5em;
  3925. fill: white;
  3926. }
  3927. .panel__buttons {
  3928. display: flex;
  3929. justify-content: end;
  3930. width: 100%;
  3931. }
  3932. .panel__buttons button:last-child .icon {
  3933. margin-right: 0;
  3934. }
  3935. .panel__body {
  3936. padding: 0.25em 1em;
  3937. }
  3938. .figure {
  3939. margin: 0;
  3940. display: inline-block;
  3941. line-height: 0;
  3942. border: 1px solid #3e3e3e;
  3943. border-radius: 2px;
  3944. overflow: hidden;
  3945. }
  3946. .figure__caption {
  3947. padding: 0.75em 1.1em;
  3948. font-size: 0.7rem;
  3949. background: #3e3e3e;
  3950. line-height: 1.4;
  3951. margin: 0;
  3952. color: white;
  3953. }
  3954. .figure img.media {
  3955. border: 0;
  3956. }
  3957. img.media {
  3958. border-radius: 2px;
  3959. border: 1px solid #3e3e3e;
  3960. width: 100%;
  3961. height: auto;
  3962. }
  3963. .table {
  3964. width: 100%;
  3965. border: 1px solid #cacaca;
  3966. background: white;
  3967. }
  3968. .table--striped tr:nth-child(even) {
  3969. background-color: #fdfdfd;
  3970. }
  3971. .table--scroll {
  3972. overflow-x: auto;
  3973. }
  3974. .table td {
  3975. color: #3e3e3e;
  3976. }
  3977. .table td,
  3978. .table th {
  3979. text-align: left;
  3980. border-bottom: 1px solid #cacaca;
  3981. padding: 0.5em 1.25em;
  3982. }
  3983. .table th {
  3984. color: white;
  3985. background-color: #3e3e3e;
  3986. }
  3987. .table tr:hover {
  3988. background-color: #585858;
  3989. }
  3990. .table tr:hover td {
  3991. color: white;
  3992. }
  3993. .hero {
  3994. position: relative;
  3995. }
  3996. .hero img {
  3997. width: 100%;
  3998. -o-object-fit: cover;
  3999. object-fit: cover;
  4000. -o-object-position: 50% 50%;
  4001. object-position: 50% 50%;
  4002. }
  4003. .hero--contain {
  4004. -o-object-fit: contain;
  4005. object-fit: contain;
  4006. }
  4007. .slider {
  4008. position: relative;
  4009. overflow-x: visible;
  4010. }
  4011. .slider__inner {
  4012. display: flex;
  4013. white-space: nowrap;
  4014. }
  4015. .slider__item {
  4016. padding: 0 0.6em;
  4017. display: inline-block;
  4018. white-space: normal;
  4019. flex-shrink: 0;
  4020. }
  4021. .bar {
  4022. display: flex;
  4023. min-height: 2.8em;
  4024. background-color: #3e3e3e;
  4025. color: white;
  4026. }
  4027. .bar .icon {
  4028. font-size: 1.5rem;
  4029. }
  4030. .bar__start {
  4031. justify-content: start;
  4032. }
  4033. .bar__main {
  4034. flex-grow: 1;
  4035. }
  4036. .bar__end {
  4037. justify-content: end;
  4038. }
  4039. .bar__start, .bar__main, .bar__end {
  4040. display: flex;
  4041. align-self: center;
  4042. margin-left: 0.75em;
  4043. }
  4044. .bar__start:last-child, .bar__main:last-child, .bar__end:last-child {
  4045. margin-right: 0.75em;
  4046. }
  4047. .tabs {
  4048. display: flex;
  4049. flex-direction: column;
  4050. width: 100%;
  4051. }
  4052. @media only screen and (min-width: 768px) {
  4053. .tabs {
  4054. width: auto;
  4055. flex-direction: row;
  4056. }
  4057. }
  4058. .tabs__item {
  4059. min-height: 2.8em;
  4060. display: flex;
  4061. align-items: center;
  4062. padding: 0 1em;
  4063. background-color: white;
  4064. transition: background-color 0.1s;
  4065. background-color: white;
  4066. color: #3e3e3e;
  4067. border: 1px solid #3e3e3e;
  4068. border-bottom-width: 0;
  4069. width: 100%;
  4070. }
  4071. @media only screen and (min-width: 768px) {
  4072. .tabs__item {
  4073. width: auto;
  4074. display: inline-flex;
  4075. border-right-width: 0;
  4076. border-bottom-width: 1px;
  4077. }
  4078. }
  4079. .tabs__item:hover, .tabs__item--selected {
  4080. cursor: pointer;
  4081. background-color: #585858;
  4082. color: white;
  4083. border-color: #585858;
  4084. }
  4085. .tabs__item:last-child {
  4086. border-bottom-width: 1px;
  4087. }
  4088. .modal {
  4089. position: fixed;
  4090. width: 100%;
  4091. height: 100%;
  4092. top: 0;
  4093. left: 0;
  4094. display: flex;
  4095. visibility: hidden;
  4096. transition: visibility 0s linear 0.5s;
  4097. padding: 1em;
  4098. z-index: 20;
  4099. align-items: center;
  4100. justify-content: center;
  4101. }
  4102. .modal__inner {
  4103. position: relative;
  4104. z-index: 21;
  4105. transition: transform 0.5s;
  4106. transform: scale(0);
  4107. max-width: 500px;
  4108. }
  4109. .modal__inner .button {
  4110. color: white;
  4111. background-color: transparent;
  4112. }
  4113. .modal__title {
  4114. font-size: 2rem;
  4115. text-align: center;
  4116. white-space: pre-line;
  4117. margin-bottom: 2rem;
  4118. }
  4119. .modal__title .icon {
  4120. font-size: 3rem;
  4121. }
  4122. .modal__title, .modal__body {
  4123. color: white;
  4124. }
  4125. .modal__body {
  4126. margin-bottom: 1.5rem;
  4127. }
  4128. .modal:before {
  4129. position: fixed;
  4130. top: 0;
  4131. left: 0;
  4132. width: 100%;
  4133. height: 100%;
  4134. background-color: transparent;
  4135. transition: background-color 0.5s;
  4136. z-index: 19;
  4137. content: "";
  4138. }
  4139. .modal--open {
  4140. display: flex;
  4141. visibility: visible;
  4142. transition: visibility 0s linear 0s;
  4143. }
  4144. .modal--open:before {
  4145. background: rgba(0, 0, 0, 0.87);
  4146. }
  4147. .modal--open .modal__inner {
  4148. transform: scale(1);
  4149. }
  4150. .masonry {
  4151. display: flex;
  4152. width: 100%;
  4153. flex-flow: row wrap;
  4154. }
  4155. .masonry__item {
  4156. height: 200px;
  4157. padding-left: 1px;
  4158. padding-bottom: 1px;
  4159. width: 100%;
  4160. }
  4161. @media only screen and (min-width: 768px) {
  4162. .masonry__item {
  4163. height: 300px;
  4164. }
  4165. .masonry__item:nth-child(4n+1) {
  4166. width: 25%;
  4167. }
  4168. .masonry__item:nth-child(4n+2) {
  4169. width: 55%;
  4170. }
  4171. .masonry__item:nth-child(4n+3) {
  4172. width: 20%;
  4173. }
  4174. .masonry__item:nth-child(4n+4) {
  4175. width: 67%;
  4176. }
  4177. .masonry__item:nth-child(4n+5) {
  4178. width: 33%;
  4179. }
  4180. }