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.

4347 lines
59 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
  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. *
  1679. *
  1680. *
  1681. *
  1682. */
  1683. /**
  1684. *
  1685. *
  1686. *
  1687. */
  1688. /**
  1689. *
  1690. *
  1691. *
  1692. *
  1693. */
  1694. /**
  1695. *
  1696. *
  1697. *
  1698. *
  1699. */
  1700. /**
  1701. * <div class="hero">
  1702. * <img src="image.png" alt="image" />
  1703. * </div>
  1704. *
  1705. */
  1706. /**
  1707. *
  1708. *
  1709. *
  1710. */
  1711. /**
  1712. *
  1713. *
  1714. *
  1715. */
  1716. /**
  1717. * <figure class="media-figure">
  1718. * <img class="media__img" src="https://via.placeholder.com/150" />
  1719. * <figcaption class="media-figure__caption">
  1720. * food truck yr franzen pabst
  1721. * </figcaption>
  1722. * </figure>
  1723. *
  1724. */
  1725. /**
  1726. *
  1727. *
  1728. *
  1729. */
  1730. /**
  1731. * <div class="slider">
  1732. * <div class="slider__inner">
  1733. * <div class="slider__item w-10"></div>
  1734. * </div>
  1735. * </div>
  1736. *
  1737. */
  1738. /**
  1739. *
  1740. *
  1741. *
  1742. *
  1743. */
  1744. /**
  1745. * masonry
  1746. *
  1747. * <div class="masonry">
  1748. * <div class="mansonry__iten">
  1749. *
  1750. * </div>
  1751. * </div>
  1752. *
  1753. *
  1754. */
  1755. :root {
  1756. --reflex-columns: 12;
  1757. --reflex-grid-spacing: 15px;
  1758. --reflex-xs: 576px;
  1759. --reflex-sm: 768px;
  1760. --reflex-md: 992px;
  1761. --reflex-lg: 1200px;
  1762. --reflex-xlg: 1600px;
  1763. --reflex-xxs-max: 575px;
  1764. --reflex-xs-max: 767px;
  1765. --reflex-sm-max: 991px;
  1766. --reflex-md-max: 1199px;
  1767. --reflex-lg-max: 1599px;
  1768. }
  1769. .container,
  1770. .container-full {
  1771. box-sizing: border-box;
  1772. width: 100%;
  1773. margin-right: auto;
  1774. margin-left: auto;
  1775. padding-right: 30px;
  1776. padding-left: 30px;
  1777. }
  1778. .container .grid,
  1779. .container-full .grid {
  1780. margin-right: -15px;
  1781. margin-left: -15px;
  1782. }
  1783. @media (min-width: 576px) {
  1784. .container {
  1785. max-width: 576px;
  1786. }
  1787. }
  1788. @media (min-width: 768px) {
  1789. .container {
  1790. max-width: 768px;
  1791. }
  1792. }
  1793. @media (min-width: 992px) {
  1794. .container {
  1795. max-width: 992px;
  1796. }
  1797. }
  1798. @media (min-width: 1200px) {
  1799. .container {
  1800. max-width: 1200px;
  1801. }
  1802. }
  1803. @media (min-width: 1600px) {
  1804. .container {
  1805. max-width: 1600px;
  1806. }
  1807. }
  1808. .grid {
  1809. box-sizing: border-box;
  1810. display: block;
  1811. display: flex;
  1812. flex-wrap: wrap;
  1813. padding: 0;
  1814. margin: 0 auto;
  1815. position: relative;
  1816. letter-spacing: -0.31em;
  1817. *letter-spacing: normal;
  1818. word-spacing: -0.43em;
  1819. list-style-type: none;
  1820. }
  1821. .grid::before, .grid::after {
  1822. box-sizing: border-box;
  1823. letter-spacing: normal;
  1824. word-spacing: normal;
  1825. white-space: normal;
  1826. }
  1827. [class*=col-] {
  1828. box-sizing: border-box;
  1829. letter-spacing: normal;
  1830. word-spacing: normal;
  1831. white-space: normal;
  1832. position: relative;
  1833. width: 100%;
  1834. vertical-align: top;
  1835. padding: 15px;
  1836. display: inline-block;
  1837. *display: inline;
  1838. zoom: 1;
  1839. }
  1840. [class*=col-]::before, [class*=col-]::after {
  1841. box-sizing: border-box;
  1842. letter-spacing: normal;
  1843. word-spacing: normal;
  1844. white-space: normal;
  1845. }
  1846. [class*=col-] .grid {
  1847. flex: 1 1 auto;
  1848. margin: -15px;
  1849. }
  1850. .col-12 {
  1851. width: 100%;
  1852. *width: 99.9%;
  1853. }
  1854. .col-11 {
  1855. width: 91.66666667%;
  1856. *width: 91.56666667%;
  1857. }
  1858. .col-10 {
  1859. width: 83.33333333%;
  1860. *width: 83.23333333%;
  1861. }
  1862. .col-9 {
  1863. width: 75%;
  1864. *width: 74.9%;
  1865. }
  1866. .col-8 {
  1867. width: 66.66666667%;
  1868. *width: 66.56666667%;
  1869. }
  1870. .col-7 {
  1871. width: 58.33333333%;
  1872. *width: 58.23333333%;
  1873. }
  1874. .col-6 {
  1875. width: 50%;
  1876. *width: 49.9%;
  1877. }
  1878. .col-5 {
  1879. width: 41.66666667%;
  1880. *width: 41.56666667%;
  1881. }
  1882. .col-4 {
  1883. width: 33.33333333%;
  1884. *width: 33.23333333%;
  1885. }
  1886. .col-3 {
  1887. width: 25%;
  1888. *width: 24.9%;
  1889. }
  1890. .col-2 {
  1891. width: 16.66666667%;
  1892. *width: 16.56666667%;
  1893. }
  1894. .col-1 {
  1895. width: 8.33333333%;
  1896. *width: 8.23333333%;
  1897. }
  1898. @media (min-width: 576px) {
  1899. .col-xs-12 {
  1900. width: 100%;
  1901. *width: 99.9%;
  1902. }
  1903. .col-xs-11 {
  1904. width: 91.66666667%;
  1905. *width: 91.56666667%;
  1906. }
  1907. .col-xs-10 {
  1908. width: 83.33333333%;
  1909. *width: 83.23333333%;
  1910. }
  1911. .col-xs-9 {
  1912. width: 75%;
  1913. *width: 74.9%;
  1914. }
  1915. .col-xs-8 {
  1916. width: 66.66666667%;
  1917. *width: 66.56666667%;
  1918. }
  1919. .col-xs-7 {
  1920. width: 58.33333333%;
  1921. *width: 58.23333333%;
  1922. }
  1923. .col-xs-6 {
  1924. width: 50%;
  1925. *width: 49.9%;
  1926. }
  1927. .col-xs-5 {
  1928. width: 41.66666667%;
  1929. *width: 41.56666667%;
  1930. }
  1931. .col-xs-4 {
  1932. width: 33.33333333%;
  1933. *width: 33.23333333%;
  1934. }
  1935. .col-xs-3 {
  1936. width: 25%;
  1937. *width: 24.9%;
  1938. }
  1939. .col-xs-2 {
  1940. width: 16.66666667%;
  1941. *width: 16.56666667%;
  1942. }
  1943. .col-xs-1 {
  1944. width: 8.33333333%;
  1945. *width: 8.23333333%;
  1946. }
  1947. }
  1948. @media (min-width: 768px) {
  1949. .col-sm-12 {
  1950. width: 100%;
  1951. *width: 99.9%;
  1952. }
  1953. .col-sm-11 {
  1954. width: 91.66666667%;
  1955. *width: 91.56666667%;
  1956. }
  1957. .col-sm-10 {
  1958. width: 83.33333333%;
  1959. *width: 83.23333333%;
  1960. }
  1961. .col-sm-9 {
  1962. width: 75%;
  1963. *width: 74.9%;
  1964. }
  1965. .col-sm-8 {
  1966. width: 66.66666667%;
  1967. *width: 66.56666667%;
  1968. }
  1969. .col-sm-7 {
  1970. width: 58.33333333%;
  1971. *width: 58.23333333%;
  1972. }
  1973. .col-sm-6 {
  1974. width: 50%;
  1975. *width: 49.9%;
  1976. }
  1977. .col-sm-5 {
  1978. width: 41.66666667%;
  1979. *width: 41.56666667%;
  1980. }
  1981. .col-sm-4 {
  1982. width: 33.33333333%;
  1983. *width: 33.23333333%;
  1984. }
  1985. .col-sm-3 {
  1986. width: 25%;
  1987. *width: 24.9%;
  1988. }
  1989. .col-sm-2 {
  1990. width: 16.66666667%;
  1991. *width: 16.56666667%;
  1992. }
  1993. .col-sm-1 {
  1994. width: 8.33333333%;
  1995. *width: 8.23333333%;
  1996. }
  1997. }
  1998. @media (min-width: 992px) {
  1999. .col-md-12 {
  2000. width: 100%;
  2001. *width: 99.9%;
  2002. }
  2003. .col-md-11 {
  2004. width: 91.66666667%;
  2005. *width: 91.56666667%;
  2006. }
  2007. .col-md-10 {
  2008. width: 83.33333333%;
  2009. *width: 83.23333333%;
  2010. }
  2011. .col-md-9 {
  2012. width: 75%;
  2013. *width: 74.9%;
  2014. }
  2015. .col-md-8 {
  2016. width: 66.66666667%;
  2017. *width: 66.56666667%;
  2018. }
  2019. .col-md-7 {
  2020. width: 58.33333333%;
  2021. *width: 58.23333333%;
  2022. }
  2023. .col-md-6 {
  2024. width: 50%;
  2025. *width: 49.9%;
  2026. }
  2027. .col-md-5 {
  2028. width: 41.66666667%;
  2029. *width: 41.56666667%;
  2030. }
  2031. .col-md-4 {
  2032. width: 33.33333333%;
  2033. *width: 33.23333333%;
  2034. }
  2035. .col-md-3 {
  2036. width: 25%;
  2037. *width: 24.9%;
  2038. }
  2039. .col-md-2 {
  2040. width: 16.66666667%;
  2041. *width: 16.56666667%;
  2042. }
  2043. .col-md-1 {
  2044. width: 8.33333333%;
  2045. *width: 8.23333333%;
  2046. }
  2047. }
  2048. @media (min-width: 1200px) {
  2049. .col-lg-12 {
  2050. width: 100%;
  2051. *width: 99.9%;
  2052. }
  2053. .col-lg-11 {
  2054. width: 91.66666667%;
  2055. *width: 91.56666667%;
  2056. }
  2057. .col-lg-10 {
  2058. width: 83.33333333%;
  2059. *width: 83.23333333%;
  2060. }
  2061. .col-lg-9 {
  2062. width: 75%;
  2063. *width: 74.9%;
  2064. }
  2065. .col-lg-8 {
  2066. width: 66.66666667%;
  2067. *width: 66.56666667%;
  2068. }
  2069. .col-lg-7 {
  2070. width: 58.33333333%;
  2071. *width: 58.23333333%;
  2072. }
  2073. .col-lg-6 {
  2074. width: 50%;
  2075. *width: 49.9%;
  2076. }
  2077. .col-lg-5 {
  2078. width: 41.66666667%;
  2079. *width: 41.56666667%;
  2080. }
  2081. .col-lg-4 {
  2082. width: 33.33333333%;
  2083. *width: 33.23333333%;
  2084. }
  2085. .col-lg-3 {
  2086. width: 25%;
  2087. *width: 24.9%;
  2088. }
  2089. .col-lg-2 {
  2090. width: 16.66666667%;
  2091. *width: 16.56666667%;
  2092. }
  2093. .col-lg-1 {
  2094. width: 8.33333333%;
  2095. *width: 8.23333333%;
  2096. }
  2097. }
  2098. @media (min-width: 1600px) {
  2099. .col-xlg-12 {
  2100. width: 100%;
  2101. *width: 99.9%;
  2102. }
  2103. .col-xlg-11 {
  2104. width: 91.66666667%;
  2105. *width: 91.56666667%;
  2106. }
  2107. .col-xlg-10 {
  2108. width: 83.33333333%;
  2109. *width: 83.23333333%;
  2110. }
  2111. .col-xlg-9 {
  2112. width: 75%;
  2113. *width: 74.9%;
  2114. }
  2115. .col-xlg-8 {
  2116. width: 66.66666667%;
  2117. *width: 66.56666667%;
  2118. }
  2119. .col-xlg-7 {
  2120. width: 58.33333333%;
  2121. *width: 58.23333333%;
  2122. }
  2123. .col-xlg-6 {
  2124. width: 50%;
  2125. *width: 49.9%;
  2126. }
  2127. .col-xlg-5 {
  2128. width: 41.66666667%;
  2129. *width: 41.56666667%;
  2130. }
  2131. .col-xlg-4 {
  2132. width: 33.33333333%;
  2133. *width: 33.23333333%;
  2134. }
  2135. .col-xlg-3 {
  2136. width: 25%;
  2137. *width: 24.9%;
  2138. }
  2139. .col-xlg-2 {
  2140. width: 16.66666667%;
  2141. *width: 16.56666667%;
  2142. }
  2143. .col-xlg-1 {
  2144. width: 8.33333333%;
  2145. *width: 8.23333333%;
  2146. }
  2147. }
  2148. .col-auto {
  2149. flex: 1 0 0px;
  2150. width: auto;
  2151. }
  2152. @media (min-width: 576px) {
  2153. .col-xs-auto {
  2154. flex: 1 0 0px;
  2155. width: auto;
  2156. }
  2157. }
  2158. @media (min-width: 768px) {
  2159. .col-sm-auto {
  2160. flex: 1 0 0px;
  2161. width: auto;
  2162. }
  2163. }
  2164. @media (min-width: 992px) {
  2165. .col-md-auto {
  2166. flex: 1 0 0px;
  2167. width: auto;
  2168. }
  2169. }
  2170. @media (min-width: 1200px) {
  2171. .col-lg-auto {
  2172. flex: 1 0 0px;
  2173. width: auto;
  2174. }
  2175. }
  2176. @media (min-width: 1600px) {
  2177. .col-xlg-auto {
  2178. flex: 1 0 0px;
  2179. width: auto;
  2180. }
  2181. }
  2182. .order-12 {
  2183. order: 12;
  2184. }
  2185. .order-11 {
  2186. order: 11;
  2187. }
  2188. .order-10 {
  2189. order: 10;
  2190. }
  2191. .order-9 {
  2192. order: 9;
  2193. }
  2194. .order-8 {
  2195. order: 8;
  2196. }
  2197. .order-7 {
  2198. order: 7;
  2199. }
  2200. .order-6 {
  2201. order: 6;
  2202. }
  2203. .order-5 {
  2204. order: 5;
  2205. }
  2206. .order-4 {
  2207. order: 4;
  2208. }
  2209. .order-3 {
  2210. order: 3;
  2211. }
  2212. .order-2 {
  2213. order: 2;
  2214. }
  2215. .order-1 {
  2216. order: 1;
  2217. }
  2218. .order-0 {
  2219. order: 0;
  2220. }
  2221. @media (min-width: 576px) {
  2222. .order-xs-12 {
  2223. order: 12;
  2224. }
  2225. .order-xs-11 {
  2226. order: 11;
  2227. }
  2228. .order-xs-10 {
  2229. order: 10;
  2230. }
  2231. .order-xs-9 {
  2232. order: 9;
  2233. }
  2234. .order-xs-8 {
  2235. order: 8;
  2236. }
  2237. .order-xs-7 {
  2238. order: 7;
  2239. }
  2240. .order-xs-6 {
  2241. order: 6;
  2242. }
  2243. .order-xs-5 {
  2244. order: 5;
  2245. }
  2246. .order-xs-4 {
  2247. order: 4;
  2248. }
  2249. .order-xs-3 {
  2250. order: 3;
  2251. }
  2252. .order-xs-2 {
  2253. order: 2;
  2254. }
  2255. .order-xs-1 {
  2256. order: 1;
  2257. }
  2258. .order-xs-0 {
  2259. order: 0;
  2260. }
  2261. }
  2262. @media (min-width: 768px) {
  2263. .order-sm-12 {
  2264. order: 12;
  2265. }
  2266. .order-sm-11 {
  2267. order: 11;
  2268. }
  2269. .order-sm-10 {
  2270. order: 10;
  2271. }
  2272. .order-sm-9 {
  2273. order: 9;
  2274. }
  2275. .order-sm-8 {
  2276. order: 8;
  2277. }
  2278. .order-sm-7 {
  2279. order: 7;
  2280. }
  2281. .order-sm-6 {
  2282. order: 6;
  2283. }
  2284. .order-sm-5 {
  2285. order: 5;
  2286. }
  2287. .order-sm-4 {
  2288. order: 4;
  2289. }
  2290. .order-sm-3 {
  2291. order: 3;
  2292. }
  2293. .order-sm-2 {
  2294. order: 2;
  2295. }
  2296. .order-sm-1 {
  2297. order: 1;
  2298. }
  2299. .order-sm-0 {
  2300. order: 0;
  2301. }
  2302. }
  2303. @media (min-width: 992px) {
  2304. .order-md-12 {
  2305. order: 12;
  2306. }
  2307. .order-md-11 {
  2308. order: 11;
  2309. }
  2310. .order-md-10 {
  2311. order: 10;
  2312. }
  2313. .order-md-9 {
  2314. order: 9;
  2315. }
  2316. .order-md-8 {
  2317. order: 8;
  2318. }
  2319. .order-md-7 {
  2320. order: 7;
  2321. }
  2322. .order-md-6 {
  2323. order: 6;
  2324. }
  2325. .order-md-5 {
  2326. order: 5;
  2327. }
  2328. .order-md-4 {
  2329. order: 4;
  2330. }
  2331. .order-md-3 {
  2332. order: 3;
  2333. }
  2334. .order-md-2 {
  2335. order: 2;
  2336. }
  2337. .order-md-1 {
  2338. order: 1;
  2339. }
  2340. .order-md-0 {
  2341. order: 0;
  2342. }
  2343. }
  2344. @media (min-width: 1200px) {
  2345. .order-lg-12 {
  2346. order: 12;
  2347. }
  2348. .order-lg-11 {
  2349. order: 11;
  2350. }
  2351. .order-lg-10 {
  2352. order: 10;
  2353. }
  2354. .order-lg-9 {
  2355. order: 9;
  2356. }
  2357. .order-lg-8 {
  2358. order: 8;
  2359. }
  2360. .order-lg-7 {
  2361. order: 7;
  2362. }
  2363. .order-lg-6 {
  2364. order: 6;
  2365. }
  2366. .order-lg-5 {
  2367. order: 5;
  2368. }
  2369. .order-lg-4 {
  2370. order: 4;
  2371. }
  2372. .order-lg-3 {
  2373. order: 3;
  2374. }
  2375. .order-lg-2 {
  2376. order: 2;
  2377. }
  2378. .order-lg-1 {
  2379. order: 1;
  2380. }
  2381. .order-lg-0 {
  2382. order: 0;
  2383. }
  2384. }
  2385. @media (min-width: 1600px) {
  2386. .order-xlg-12 {
  2387. order: 12;
  2388. }
  2389. .order-xlg-11 {
  2390. order: 11;
  2391. }
  2392. .order-xlg-10 {
  2393. order: 10;
  2394. }
  2395. .order-xlg-9 {
  2396. order: 9;
  2397. }
  2398. .order-xlg-8 {
  2399. order: 8;
  2400. }
  2401. .order-xlg-7 {
  2402. order: 7;
  2403. }
  2404. .order-xlg-6 {
  2405. order: 6;
  2406. }
  2407. .order-xlg-5 {
  2408. order: 5;
  2409. }
  2410. .order-xlg-4 {
  2411. order: 4;
  2412. }
  2413. .order-xlg-3 {
  2414. order: 3;
  2415. }
  2416. .order-xlg-2 {
  2417. order: 2;
  2418. }
  2419. .order-xlg-1 {
  2420. order: 1;
  2421. }
  2422. .order-xlg-0 {
  2423. order: 0;
  2424. }
  2425. }
  2426. .offset-11 {
  2427. margin-left: 91.66666667%;
  2428. *margin-left: 91.56666667%;
  2429. }
  2430. .offset-10 {
  2431. margin-left: 83.33333333%;
  2432. *margin-left: 83.23333333%;
  2433. }
  2434. .offset-9 {
  2435. margin-left: 75%;
  2436. *margin-left: 74.9%;
  2437. }
  2438. .offset-8 {
  2439. margin-left: 66.66666667%;
  2440. *margin-left: 66.56666667%;
  2441. }
  2442. .offset-7 {
  2443. margin-left: 58.33333333%;
  2444. *margin-left: 58.23333333%;
  2445. }
  2446. .offset-6 {
  2447. margin-left: 50%;
  2448. *margin-left: 49.9%;
  2449. }
  2450. .offset-5 {
  2451. margin-left: 41.66666667%;
  2452. *margin-left: 41.56666667%;
  2453. }
  2454. .offset-4 {
  2455. margin-left: 33.33333333%;
  2456. *margin-left: 33.23333333%;
  2457. }
  2458. .offset-3 {
  2459. margin-left: 25%;
  2460. *margin-left: 24.9%;
  2461. }
  2462. .offset-2 {
  2463. margin-left: 16.66666667%;
  2464. *margin-left: 16.56666667%;
  2465. }
  2466. .offset-1 {
  2467. margin-left: 8.33333333%;
  2468. *margin-left: 8.23333333%;
  2469. }
  2470. @media (min-width: 576px) {
  2471. .offset-xs-11 {
  2472. margin-left: 91.66666667%;
  2473. *margin-left: 91.56666667%;
  2474. }
  2475. .offset-xs-10 {
  2476. margin-left: 83.33333333%;
  2477. *margin-left: 83.23333333%;
  2478. }
  2479. .offset-xs-9 {
  2480. margin-left: 75%;
  2481. *margin-left: 74.9%;
  2482. }
  2483. .offset-xs-8 {
  2484. margin-left: 66.66666667%;
  2485. *margin-left: 66.56666667%;
  2486. }
  2487. .offset-xs-7 {
  2488. margin-left: 58.33333333%;
  2489. *margin-left: 58.23333333%;
  2490. }
  2491. .offset-xs-6 {
  2492. margin-left: 50%;
  2493. *margin-left: 49.9%;
  2494. }
  2495. .offset-xs-5 {
  2496. margin-left: 41.66666667%;
  2497. *margin-left: 41.56666667%;
  2498. }
  2499. .offset-xs-4 {
  2500. margin-left: 33.33333333%;
  2501. *margin-left: 33.23333333%;
  2502. }
  2503. .offset-xs-3 {
  2504. margin-left: 25%;
  2505. *margin-left: 24.9%;
  2506. }
  2507. .offset-xs-2 {
  2508. margin-left: 16.66666667%;
  2509. *margin-left: 16.56666667%;
  2510. }
  2511. .offset-xs-1 {
  2512. margin-left: 8.33333333%;
  2513. *margin-left: 8.23333333%;
  2514. }
  2515. .offset-xs-0 {
  2516. margin-left: 0;
  2517. *margin-left: -0.1%;
  2518. }
  2519. }
  2520. @media (min-width: 768px) {
  2521. .offset-sm-11 {
  2522. margin-left: 91.66666667%;
  2523. *margin-left: 91.56666667%;
  2524. }
  2525. .offset-sm-10 {
  2526. margin-left: 83.33333333%;
  2527. *margin-left: 83.23333333%;
  2528. }
  2529. .offset-sm-9 {
  2530. margin-left: 75%;
  2531. *margin-left: 74.9%;
  2532. }
  2533. .offset-sm-8 {
  2534. margin-left: 66.66666667%;
  2535. *margin-left: 66.56666667%;
  2536. }
  2537. .offset-sm-7 {
  2538. margin-left: 58.33333333%;
  2539. *margin-left: 58.23333333%;
  2540. }
  2541. .offset-sm-6 {
  2542. margin-left: 50%;
  2543. *margin-left: 49.9%;
  2544. }
  2545. .offset-sm-5 {
  2546. margin-left: 41.66666667%;
  2547. *margin-left: 41.56666667%;
  2548. }
  2549. .offset-sm-4 {
  2550. margin-left: 33.33333333%;
  2551. *margin-left: 33.23333333%;
  2552. }
  2553. .offset-sm-3 {
  2554. margin-left: 25%;
  2555. *margin-left: 24.9%;
  2556. }
  2557. .offset-sm-2 {
  2558. margin-left: 16.66666667%;
  2559. *margin-left: 16.56666667%;
  2560. }
  2561. .offset-sm-1 {
  2562. margin-left: 8.33333333%;
  2563. *margin-left: 8.23333333%;
  2564. }
  2565. .offset-sm-0 {
  2566. margin-left: 0;
  2567. *margin-left: -0.1%;
  2568. }
  2569. }
  2570. @media (min-width: 992px) {
  2571. .offset-md-11 {
  2572. margin-left: 91.66666667%;
  2573. *margin-left: 91.56666667%;
  2574. }
  2575. .offset-md-10 {
  2576. margin-left: 83.33333333%;
  2577. *margin-left: 83.23333333%;
  2578. }
  2579. .offset-md-9 {
  2580. margin-left: 75%;
  2581. *margin-left: 74.9%;
  2582. }
  2583. .offset-md-8 {
  2584. margin-left: 66.66666667%;
  2585. *margin-left: 66.56666667%;
  2586. }
  2587. .offset-md-7 {
  2588. margin-left: 58.33333333%;
  2589. *margin-left: 58.23333333%;
  2590. }
  2591. .offset-md-6 {
  2592. margin-left: 50%;
  2593. *margin-left: 49.9%;
  2594. }
  2595. .offset-md-5 {
  2596. margin-left: 41.66666667%;
  2597. *margin-left: 41.56666667%;
  2598. }
  2599. .offset-md-4 {
  2600. margin-left: 33.33333333%;
  2601. *margin-left: 33.23333333%;
  2602. }
  2603. .offset-md-3 {
  2604. margin-left: 25%;
  2605. *margin-left: 24.9%;
  2606. }
  2607. .offset-md-2 {
  2608. margin-left: 16.66666667%;
  2609. *margin-left: 16.56666667%;
  2610. }
  2611. .offset-md-1 {
  2612. margin-left: 8.33333333%;
  2613. *margin-left: 8.23333333%;
  2614. }
  2615. .offset-md-0 {
  2616. margin-left: 0;
  2617. *margin-left: -0.1%;
  2618. }
  2619. }
  2620. @media (min-width: 1200px) {
  2621. .offset-lg-11 {
  2622. margin-left: 91.66666667%;
  2623. *margin-left: 91.56666667%;
  2624. }
  2625. .offset-lg-10 {
  2626. margin-left: 83.33333333%;
  2627. *margin-left: 83.23333333%;
  2628. }
  2629. .offset-lg-9 {
  2630. margin-left: 75%;
  2631. *margin-left: 74.9%;
  2632. }
  2633. .offset-lg-8 {
  2634. margin-left: 66.66666667%;
  2635. *margin-left: 66.56666667%;
  2636. }
  2637. .offset-lg-7 {
  2638. margin-left: 58.33333333%;
  2639. *margin-left: 58.23333333%;
  2640. }
  2641. .offset-lg-6 {
  2642. margin-left: 50%;
  2643. *margin-left: 49.9%;
  2644. }
  2645. .offset-lg-5 {
  2646. margin-left: 41.66666667%;
  2647. *margin-left: 41.56666667%;
  2648. }
  2649. .offset-lg-4 {
  2650. margin-left: 33.33333333%;
  2651. *margin-left: 33.23333333%;
  2652. }
  2653. .offset-lg-3 {
  2654. margin-left: 25%;
  2655. *margin-left: 24.9%;
  2656. }
  2657. .offset-lg-2 {
  2658. margin-left: 16.66666667%;
  2659. *margin-left: 16.56666667%;
  2660. }
  2661. .offset-lg-1 {
  2662. margin-left: 8.33333333%;
  2663. *margin-left: 8.23333333%;
  2664. }
  2665. .offset-lg-0 {
  2666. margin-left: 0;
  2667. *margin-left: -0.1%;
  2668. }
  2669. }
  2670. @media (min-width: 1600px) {
  2671. .offset-xlg-11 {
  2672. margin-left: 91.66666667%;
  2673. *margin-left: 91.56666667%;
  2674. }
  2675. .offset-xlg-10 {
  2676. margin-left: 83.33333333%;
  2677. *margin-left: 83.23333333%;
  2678. }
  2679. .offset-xlg-9 {
  2680. margin-left: 75%;
  2681. *margin-left: 74.9%;
  2682. }
  2683. .offset-xlg-8 {
  2684. margin-left: 66.66666667%;
  2685. *margin-left: 66.56666667%;
  2686. }
  2687. .offset-xlg-7 {
  2688. margin-left: 58.33333333%;
  2689. *margin-left: 58.23333333%;
  2690. }
  2691. .offset-xlg-6 {
  2692. margin-left: 50%;
  2693. *margin-left: 49.9%;
  2694. }
  2695. .offset-xlg-5 {
  2696. margin-left: 41.66666667%;
  2697. *margin-left: 41.56666667%;
  2698. }
  2699. .offset-xlg-4 {
  2700. margin-left: 33.33333333%;
  2701. *margin-left: 33.23333333%;
  2702. }
  2703. .offset-xlg-3 {
  2704. margin-left: 25%;
  2705. *margin-left: 24.9%;
  2706. }
  2707. .offset-xlg-2 {
  2708. margin-left: 16.66666667%;
  2709. *margin-left: 16.56666667%;
  2710. }
  2711. .offset-xlg-1 {
  2712. margin-left: 8.33333333%;
  2713. *margin-left: 8.23333333%;
  2714. }
  2715. .offset-xlg-0 {
  2716. margin-left: 0;
  2717. *margin-left: -0.1%;
  2718. }
  2719. }
  2720. .wrap {
  2721. flex-wrap: wrap;
  2722. }
  2723. .no-wrap {
  2724. flex-wrap: nowrap;
  2725. }
  2726. .no-wrap [class*=col-] {
  2727. flex-shrink: 1;
  2728. }
  2729. .wrap-reverse {
  2730. flex-wrap: wrap-reverse;
  2731. }
  2732. .direction-row {
  2733. flex-direction: row;
  2734. }
  2735. .direction-row-reverse {
  2736. flex-direction: row-reverse;
  2737. }
  2738. .direction-column {
  2739. flex-direction: column;
  2740. }
  2741. .direction-column-reverse {
  2742. flex-direction: column-reverse;
  2743. }
  2744. .align-start {
  2745. align-items: flex-start;
  2746. }
  2747. .align-end {
  2748. align-items: flex-end;
  2749. }
  2750. .align-end [class*=col-] {
  2751. vertical-align: bottom;
  2752. }
  2753. .align-center {
  2754. align-items: center;
  2755. }
  2756. .align-center [class*=col-] {
  2757. vertical-align: middle;
  2758. }
  2759. .align-baseline {
  2760. align-items: baseline;
  2761. }
  2762. .align-content-start {
  2763. align-content: flex-start;
  2764. }
  2765. .align-content-end {
  2766. align-content: flex-end;
  2767. }
  2768. .align-content-end [class*=col-] {
  2769. vertical-align: bottom;
  2770. }
  2771. .align-content-center {
  2772. align-content: center;
  2773. }
  2774. .align-content-space-between {
  2775. align-content: space-between;
  2776. }
  2777. .align-content-space-around {
  2778. align-content: space-around;
  2779. }
  2780. .align-self-stretch {
  2781. align-self: stretch;
  2782. }
  2783. .align-self-start {
  2784. align-self: flex-start;
  2785. }
  2786. .align-self-end {
  2787. align-self: flex-end;
  2788. vertical-align: bottom;
  2789. }
  2790. .align-self-center {
  2791. align-self: center;
  2792. vertical-align: middle;
  2793. }
  2794. .align-self-baseline {
  2795. align-self: baseline;
  2796. vertical-align: baseline;
  2797. }
  2798. .justify-start {
  2799. justify-content: flex-start;
  2800. }
  2801. .justify-start.grid {
  2802. text-align: left;
  2803. }
  2804. .justify-end {
  2805. justify-content: flex-end;
  2806. }
  2807. .justify-end.grid {
  2808. text-align: right;
  2809. -moz-text-align-last: right;
  2810. text-align-last: right;
  2811. }
  2812. .justify-end.grid [class*=col-] {
  2813. text-align: left;
  2814. text-align: start;
  2815. -moz-text-align-last: left;
  2816. -moz-text-align-last: start;
  2817. text-align-last: left;
  2818. text-align-last: start;
  2819. }
  2820. .justify-center {
  2821. justify-content: center;
  2822. }
  2823. .justify-center.grid {
  2824. text-align: center;
  2825. -moz-text-align-last: center;
  2826. text-align-last: center;
  2827. }
  2828. .justify-center.grid [class*=col-] {
  2829. text-align: left;
  2830. text-align: start;
  2831. -moz-text-align-last: left;
  2832. -moz-text-align-last: start;
  2833. text-align-last: left;
  2834. text-align-last: start;
  2835. }
  2836. .justify-space-between {
  2837. justify-content: space-between;
  2838. }
  2839. .justify-space-between.grid {
  2840. text-align: justify;
  2841. -moz-text-align-last: justify;
  2842. text-align-last: justify;
  2843. }
  2844. .justify-space-between.grid [class*=col-] {
  2845. text-align: left;
  2846. text-align: start;
  2847. -moz-text-align-last: left;
  2848. -moz-text-align-last: start;
  2849. text-align-last: left;
  2850. text-align-last: start;
  2851. }
  2852. .justify-space-around {
  2853. justify-content: space-around;
  2854. }
  2855. .justify-space-around.grid {
  2856. text-align: justify;
  2857. -moz-text-align-last: justify;
  2858. text-align-last: justify;
  2859. }
  2860. .justify-space-around.grid [class*=col-] {
  2861. text-align: left;
  2862. text-align: start;
  2863. -moz-text-align-last: left;
  2864. -moz-text-align-last: start;
  2865. text-align-last: left;
  2866. text-align-last: start;
  2867. }
  2868. .grid-bleed [class*=col-] {
  2869. padding: 0;
  2870. }
  2871. .col-grid {
  2872. display: flex;
  2873. flex-direction: column;
  2874. }
  2875. .col-grid.direction-row {
  2876. flex-direction: row;
  2877. }
  2878. .col-bleed {
  2879. padding: 0;
  2880. }
  2881. .col-bleed-x {
  2882. padding: 15px 0;
  2883. }
  2884. .col-bleed-y {
  2885. padding: 0 15px;
  2886. }
  2887. .flex-img {
  2888. display: block;
  2889. flex: 0 0 auto;
  2890. max-width: 100%;
  2891. height: auto;
  2892. width: 100%;
  2893. *width: auto;
  2894. }
  2895. .flex-footer {
  2896. width: 100%;
  2897. margin-top: auto;
  2898. margin-bottom: 0;
  2899. }
  2900. .flex-footer > :last-child {
  2901. margin-bottom: 0;
  2902. }
  2903. @media (max-width: 575px) {
  2904. .hidden-xxs {
  2905. display: none;
  2906. }
  2907. }
  2908. @media (min-width: 576px) {
  2909. .hidden-xs-up {
  2910. display: none;
  2911. }
  2912. }
  2913. @media (max-width: 767px) {
  2914. .hidden-xs-down {
  2915. display: none;
  2916. }
  2917. }
  2918. @media (min-width: 576px) and (max-width: 767px) {
  2919. .hidden-xs {
  2920. display: none;
  2921. }
  2922. }
  2923. @media (min-width: 768px) {
  2924. .hidden-sm-up {
  2925. display: none;
  2926. }
  2927. }
  2928. @media (max-width: 991px) {
  2929. .hidden-sm-down {
  2930. display: none;
  2931. }
  2932. }
  2933. @media (min-width: 768px) and (max-width: 991px) {
  2934. .hidden-sm {
  2935. display: none;
  2936. }
  2937. }
  2938. @media (min-width: 992px) {
  2939. .hidden-md-up {
  2940. display: none;
  2941. }
  2942. }
  2943. @media (max-width: 1199px) {
  2944. .hidden-md-down {
  2945. display: none;
  2946. }
  2947. }
  2948. @media (min-width: 992px) and (max-width: 1199px) {
  2949. .hidden-md {
  2950. display: none;
  2951. }
  2952. }
  2953. @media (min-width: 1200px) {
  2954. .hidden-lg-up {
  2955. display: none;
  2956. }
  2957. }
  2958. @media (max-width: 1599px) {
  2959. .hidden-lg-down {
  2960. display: none;
  2961. }
  2962. }
  2963. @media (min-width: 1200px) and (max-width: 1599px) {
  2964. .hidden-lg {
  2965. display: none;
  2966. }
  2967. }
  2968. @media (min-width: 1600px) {
  2969. .hidden-xlg {
  2970. display: none;
  2971. }
  2972. }
  2973. a {
  2974. color: #fff;
  2975. }
  2976. a:focus {
  2977. outline: none;
  2978. }
  2979. /**
  2980. * body
  2981. *
  2982. *
  2983. *
  2984. * line-height and breakpoints
  2985. * font-size and breakpoints
  2986. *
  2987. */
  2988. body {
  2989. font-family: "IBM Plex Mono", sans-serif;
  2990. background-color: #f9f9f9;
  2991. direction: ltr;
  2992. font-size: 1rem;
  2993. line-height: 1.4;
  2994. }
  2995. /**
  2996. * borders
  2997. *
  2998. *
  2999. */
  3000. .border {
  3001. border: 1px solid #3e3e3e !important;
  3002. }
  3003. .border-round {
  3004. border-radius: 2px !important;
  3005. }
  3006. .borderless {
  3007. border: 0 !important;
  3008. }
  3009. .radiusless {
  3010. border-radius: 0 !important;
  3011. }
  3012. /**
  3013. * z-index
  3014. *
  3015. *
  3016. */
  3017. .z-index-1 {
  3018. z-index: 1;
  3019. }
  3020. .z-index-2 {
  3021. z-index: 2;
  3022. }
  3023. .z-index-3 {
  3024. z-index: 3;
  3025. }
  3026. .z-index-4 {
  3027. z-index: 4;
  3028. }
  3029. .z-index-5 {
  3030. z-index: 5;
  3031. }
  3032. .z-index-6 {
  3033. z-index: 6;
  3034. }
  3035. .z-index-7 {
  3036. z-index: 7;
  3037. }
  3038. .z-index-8 {
  3039. z-index: 8;
  3040. }
  3041. .z-index-9 {
  3042. z-index: 9;
  3043. }
  3044. .z-index-10 {
  3045. z-index: 10;
  3046. }
  3047. /**
  3048. *
  3049. *
  3050. */
  3051. .w-col-1 {
  3052. width: 8.3333333333%;
  3053. }
  3054. .w-col-2 {
  3055. width: 16.6666666667%;
  3056. }
  3057. .w-col-3 {
  3058. width: 25%;
  3059. }
  3060. .w-col-4 {
  3061. width: 33.3333333333%;
  3062. }
  3063. .w-col-5 {
  3064. width: 41.6666666667%;
  3065. }
  3066. .w-col-6 {
  3067. width: 50%;
  3068. }
  3069. .w-col-7 {
  3070. width: 58.3333333333%;
  3071. }
  3072. .w-col-8 {
  3073. width: 66.6666666667%;
  3074. }
  3075. .w-col-9 {
  3076. width: 75%;
  3077. }
  3078. .w-col-10 {
  3079. width: 83.3333333333%;
  3080. }
  3081. .w-col-11 {
  3082. width: 91.6666666667%;
  3083. }
  3084. .w-col-12 {
  3085. width: 100%;
  3086. }
  3087. /**
  3088. *
  3089. *
  3090. */
  3091. .round {
  3092. border-radius: 50% !important;
  3093. }
  3094. /**
  3095. * typography
  3096. *
  3097. *
  3098. */
  3099. .left {
  3100. text-align: left !important;
  3101. }
  3102. .right {
  3103. text-align: right !important;
  3104. }
  3105. .center {
  3106. text-align: center !important;
  3107. }
  3108. .justify {
  3109. text-align: justify !important;
  3110. }
  3111. .uppercase {
  3112. text-transform: uppercase !important;
  3113. }
  3114. .lowercase {
  3115. text-transform: lowercase !important;
  3116. }
  3117. .crossed {
  3118. text-decoration: line-through !important;
  3119. }
  3120. .underline {
  3121. text-decoration: underline !important;
  3122. }
  3123. .capitalize {
  3124. text-transform: capitalize !important;
  3125. }
  3126. .italic {
  3127. font-style: italic !important;
  3128. }
  3129. .light {
  3130. font-weight: lighter !important;
  3131. }
  3132. .normal {
  3133. font-weight: normal !important;
  3134. }
  3135. .medium {
  3136. font-weight: medium !important;
  3137. }
  3138. .bold {
  3139. font-weight: bolder !important;
  3140. }
  3141. .text-size-default {
  3142. font-size: 1rem !important;
  3143. }
  3144. .text-size-small {
  3145. font-size: 0.75rem !important;
  3146. }
  3147. .text-size-medium {
  3148. font-size: 1.5rem !important;
  3149. }
  3150. .text-size-large {
  3151. font-size: 2rem !important;
  3152. }
  3153. .text-size-big {
  3154. font-size: 3rem !important;
  3155. }
  3156. /**
  3157. * colors
  3158. *
  3159. *
  3160. */
  3161. .text-color-primary {
  3162. color: #3e3e3e !important;
  3163. }
  3164. .text-color-white {
  3165. color: #fff !important;
  3166. }
  3167. .fill-primary {
  3168. fill: #3e3e3e !important;
  3169. }
  3170. .fill-white {
  3171. fill: #fff !important;
  3172. }
  3173. .border-color-primary {
  3174. border-color: #3e3e3e !important;
  3175. }
  3176. .border-color-white {
  3177. border-color: #fff !important;
  3178. }
  3179. .background-color-primary {
  3180. background-color: #3e3e3e !important;
  3181. }
  3182. .background-color-white {
  3183. background-color: #fff !important;
  3184. }
  3185. /**
  3186. * floating
  3187. *
  3188. *
  3189. */
  3190. .float-left {
  3191. float: left;
  3192. }
  3193. .float-right {
  3194. float: right;
  3195. }
  3196. .float-none {
  3197. float: none;
  3198. }
  3199. .centered {
  3200. margin-left: auto;
  3201. margin-right: auto;
  3202. }
  3203. .clearfix::before, .clearfix::after {
  3204. display: table;
  3205. content: " ";
  3206. }
  3207. .clearfix::after {
  3208. clear: both;
  3209. }
  3210. /**
  3211. * position
  3212. *
  3213. *
  3214. */
  3215. .absolute {
  3216. position: absolute !important;
  3217. }
  3218. .fixed {
  3219. position: fixed !important;
  3220. }
  3221. .relative {
  3222. position: relative !important;
  3223. }
  3224. /**
  3225. *
  3226. *
  3227. */
  3228. .vertical-align-bottom {
  3229. vertical-align: bottom;
  3230. }
  3231. .vertical-align-top {
  3232. vertical-align: top;
  3233. }
  3234. .vertical-align-baseline {
  3235. vertical-align: baseline;
  3236. }
  3237. .marginless {
  3238. margin: 0 !important;
  3239. }
  3240. .h-100 {
  3241. height: 100% !important;
  3242. }
  3243. /**
  3244. *
  3245. *
  3246. */
  3247. .overflow-x-hidden {
  3248. overflow-x: hidden;
  3249. }
  3250. .overflow-y-hidden {
  3251. overflow-y: hidden;
  3252. }
  3253. .object-fit-cover {
  3254. -o-object-fit: cover;
  3255. object-fit: cover;
  3256. }
  3257. .badge {
  3258. display: inline-block;
  3259. background-color: #3e3e3e;
  3260. color: white;
  3261. font-size: 0.85rem;
  3262. padding: 0.4em 0.8em;
  3263. border: 1px solid #3e3e3e;
  3264. border-radius: 2px;
  3265. }
  3266. .badge--round {
  3267. display: inline-flex;
  3268. justify-content: center;
  3269. border-radius: 50%;
  3270. width: 2.5em;
  3271. }
  3272. .button {
  3273. -webkit-appearance: none;
  3274. -moz-appearance: none;
  3275. appearance: none;
  3276. position: relative;
  3277. display: inline-flex;
  3278. align-items: center;
  3279. text-decoration: none;
  3280. font-family: "IBM Plex Mono", sans-serif;
  3281. border: 1px solid #3e3e3e;
  3282. background-color: white;
  3283. color: #3e3e3e;
  3284. border-radius: 2px;
  3285. transition: background-color 0.1s;
  3286. margin-bottom: 0.5em;
  3287. padding: 0 1.3em;
  3288. min-height: 2.8em;
  3289. font-size: 1rem;
  3290. width: 100%;
  3291. }
  3292. @media only screen and (min-width: 768px) {
  3293. .button {
  3294. width: auto;
  3295. }
  3296. }
  3297. .button--small {
  3298. font-size: 0.8em;
  3299. }
  3300. .button--no-style {
  3301. margin: 0;
  3302. padding: 0;
  3303. border: none;
  3304. background: transparent;
  3305. }
  3306. .button:hover, .button--selected {
  3307. cursor: pointer;
  3308. text-decoration: none;
  3309. color: white;
  3310. background-color: #585858;
  3311. }
  3312. .button:focus, .button:active {
  3313. outline: 1px solid #646464;
  3314. }
  3315. .button:disabled {
  3316. opacity: 0.5;
  3317. }
  3318. .button:disabled:hover {
  3319. cursor: not-allowed;
  3320. border: 1px solid #3e3e3e;
  3321. background-color: white;
  3322. color: #3e3e3e;
  3323. }
  3324. .button--danger {
  3325. border-color: #d95959;
  3326. }
  3327. .button--danger:hover {
  3328. background-color: #d95959;
  3329. }
  3330. .button--danger:focus, .button--danger:active {
  3331. outline: 2px solid #e79797;
  3332. }
  3333. .field-group {
  3334. margin-bottom: 1.2em;
  3335. }
  3336. .field-group--valid input.field-text, .field-group--valid textarea.field-text {
  3337. border-color: #64ac64;
  3338. }
  3339. .field-group--valid .icon {
  3340. fill: #64ac64;
  3341. }
  3342. .field-group--error input.field-text, .field-group--error textarea.field-text {
  3343. border-color: #d95959;
  3344. }
  3345. .field-group--error .icon {
  3346. fill: #d95959;
  3347. }
  3348. .field-label {
  3349. font-size: 1rem;
  3350. font-family: "IBM Plex Mono", sans-serif;
  3351. }
  3352. .field-label .icon {
  3353. vertical-align: text-bottom;
  3354. }
  3355. .field-label:hover {
  3356. cursor: pointer;
  3357. }
  3358. input.field-text, textarea.field-text, select.field-choice {
  3359. font-family: "IBM Plex Mono", sans-serif;
  3360. font-size: 0.95rem;
  3361. width: 100%;
  3362. border: 1px solid #a4a4a4;
  3363. background-color: white;
  3364. border-radius: 2px;
  3365. margin: 0.7em 0 0;
  3366. }
  3367. input.field-text:focus, input.field-text:active, textarea.field-text:focus, textarea.field-text:active, select.field-choice:focus, select.field-choice:active {
  3368. outline: 0;
  3369. border-color: #3e3e3e;
  3370. }
  3371. input.field-text, textarea.field-text {
  3372. padding: 0.8em 1.1em;
  3373. }
  3374. /**
  3375. *
  3376. *
  3377. */
  3378. select.field-choice {
  3379. -webkit-appearance: none;
  3380. -moz-appearance: none;
  3381. appearance: none;
  3382. padding: 0.8em;
  3383. position: relative;
  3384. }
  3385. select.field-choice::after {
  3386. position: absolute;
  3387. right: 0;
  3388. top: 0;
  3389. display: block;
  3390. content: " ";
  3391. width: 10px;
  3392. height: 10px;
  3393. background: red;
  3394. }
  3395. /**
  3396. * radio & checkbox
  3397. *
  3398. * <div class="field">
  3399. * <label for="field__checkbox__1" class="field__label">
  3400. * <input class="field__choice" type="checkbox" name="field__checkbox__1" value="true" />
  3401. * <svg class="icon field__choice__unchecked" aria-hidden="true">
  3402. * <use xlink:href="symbol-defs.svg#icon-minus"></use>
  3403. * </svg>
  3404. * <svg class="icon field__choice__checked" aria-hidden="true">
  3405. * <use xlink:href="symbol-defs.svg#icon-checked"></use>
  3406. * </svg>
  3407. * checkbox 1
  3408. * </label>
  3409. * </div>
  3410. *
  3411. */
  3412. input[type=checkbox].field-choice,
  3413. input[type=radio].field-choice {
  3414. position: relative;
  3415. display: none;
  3416. }
  3417. input[type=checkbox].field-choice ~ .field-choice__checked,
  3418. input[type=radio].field-choice ~ .field-choice__checked {
  3419. display: none;
  3420. }
  3421. input[type=checkbox].field-choice:checked ~ .field-choice__checked,
  3422. input[type=radio].field-choice:checked ~ .field-choice__checked {
  3423. display: inline-block;
  3424. }
  3425. input[type=checkbox].field-choice:checked ~ .field-choice__unchecked,
  3426. input[type=radio].field-choice:checked ~ .field-choice__unchecked {
  3427. display: none;
  3428. }
  3429. svg.field-choice__unchecked {
  3430. fill: #a4a4a4;
  3431. }
  3432. svg.field-choice__checked {
  3433. fill: #64ac64;
  3434. }
  3435. .field-help, .field-error {
  3436. display: inline-block;
  3437. width: 100%;
  3438. padding: 0.6em 0.5em;
  3439. font-size: 0.8rem;
  3440. }
  3441. .field-error {
  3442. color: #d95959;
  3443. }
  3444. .icon {
  3445. width: 1em;
  3446. height: 1em;
  3447. max-height: 100%;
  3448. max-width: 100%;
  3449. vertical-align: middle;
  3450. overflow: hidden;
  3451. font-size: 1.4rem;
  3452. fill: #3e3e3e;
  3453. }
  3454. .icon--success {
  3455. fill: #64ac64;
  3456. }
  3457. .icon--danger {
  3458. fill: #d95959;
  3459. }
  3460. .panel {
  3461. border: 1px solid #3e3e3e;
  3462. border-radius: 2px;
  3463. background: #fff;
  3464. }
  3465. .panel__header {
  3466. display: flex;
  3467. background-color: #3e3e3e;
  3468. color: white;
  3469. padding: 0.8em 1.2em;
  3470. line-height: 1.6em;
  3471. }
  3472. .panel__header button {
  3473. -webkit-appearance: none;
  3474. -moz-appearance: none;
  3475. appearance: none;
  3476. background: none;
  3477. border: none;
  3478. padding: 0;
  3479. }
  3480. .panel__header button:hover {
  3481. cursor: pointer;
  3482. }
  3483. .panel__header .icon {
  3484. vertical-align: bottom;
  3485. width: 1.5em;
  3486. height: 1.5em;
  3487. margin-right: 0.5em;
  3488. fill: white;
  3489. }
  3490. .panel__buttons {
  3491. display: flex;
  3492. justify-content: end;
  3493. width: 100%;
  3494. }
  3495. .panel__buttons button:last-child .icon {
  3496. margin-right: 0;
  3497. }
  3498. .panel__body {
  3499. padding: 0.25em 1em;
  3500. }
  3501. .figure {
  3502. margin: 0;
  3503. display: inline-block;
  3504. line-height: 0;
  3505. border: 1px solid #3e3e3e;
  3506. border-radius: 2px;
  3507. overflow: hidden;
  3508. }
  3509. .figure__caption {
  3510. padding: 0.75em 1.1em;
  3511. font-size: 0.7rem;
  3512. background: #3e3e3e;
  3513. line-height: 1.4;
  3514. margin: 0;
  3515. color: white;
  3516. }
  3517. .figure img.media {
  3518. border: 0;
  3519. }
  3520. img.media {
  3521. border-radius: 2px;
  3522. border: 1px solid #3e3e3e;
  3523. width: 100%;
  3524. height: auto;
  3525. }
  3526. .table {
  3527. width: 100%;
  3528. border: 1px solid #cacaca;
  3529. background: white;
  3530. }
  3531. .table--striped tr:nth-child(even) {
  3532. background-color: #fdfdfd;
  3533. }
  3534. .table--scroll {
  3535. overflow-x: auto;
  3536. }
  3537. .table td {
  3538. color: #3e3e3e;
  3539. }
  3540. .table td,
  3541. .table th {
  3542. text-align: left;
  3543. border-bottom: 1px solid #cacaca;
  3544. padding: 0.5em 1.25em;
  3545. }
  3546. .table th {
  3547. color: white;
  3548. background-color: #3e3e3e;
  3549. }
  3550. .table tr:hover {
  3551. background-color: #585858;
  3552. }
  3553. .table tr:hover td {
  3554. color: white;
  3555. }
  3556. .hero {
  3557. position: relative;
  3558. }
  3559. .hero img {
  3560. width: 100%;
  3561. -o-object-fit: cover;
  3562. object-fit: cover;
  3563. -o-object-position: 50% 50%;
  3564. object-position: 50% 50%;
  3565. }
  3566. .hero--contain {
  3567. -o-object-fit: contain;
  3568. object-fit: contain;
  3569. }
  3570. .slider {
  3571. position: relative;
  3572. overflow-x: visible;
  3573. }
  3574. .slider__inner {
  3575. display: flex;
  3576. white-space: nowrap;
  3577. }
  3578. .slider__item {
  3579. padding: 0 0.6em;
  3580. display: inline-block;
  3581. white-space: normal;
  3582. flex-shrink: 0;
  3583. }
  3584. .bar {
  3585. display: flex;
  3586. min-height: 2.8em;
  3587. background-color: #3e3e3e;
  3588. color: white;
  3589. }
  3590. .bar .icon {
  3591. font-size: 1.5rem;
  3592. }
  3593. .bar__start {
  3594. justify-content: start;
  3595. }
  3596. .bar__main {
  3597. flex-grow: 1;
  3598. }
  3599. .bar__end {
  3600. justify-content: end;
  3601. }
  3602. .bar__start, .bar__main, .bar__end {
  3603. display: flex;
  3604. align-self: center;
  3605. margin-left: 0.75em;
  3606. }
  3607. .bar__start:last-child, .bar__main:last-child, .bar__end:last-child {
  3608. margin-right: 0.75em;
  3609. }
  3610. .tabs {
  3611. display: flex;
  3612. flex-direction: column;
  3613. width: 100%;
  3614. }
  3615. @media only screen and (min-width: 768px) {
  3616. .tabs {
  3617. width: auto;
  3618. flex-direction: row;
  3619. }
  3620. }
  3621. .tabs__item {
  3622. min-height: 2.8em;
  3623. display: flex;
  3624. align-items: center;
  3625. padding: 0 1em;
  3626. background-color: white;
  3627. transition: background-color 0.1s;
  3628. background-color: white;
  3629. color: #3e3e3e;
  3630. border: 1px solid #3e3e3e;
  3631. border-bottom-width: 0;
  3632. width: 100%;
  3633. }
  3634. @media only screen and (min-width: 768px) {
  3635. .tabs__item {
  3636. width: auto;
  3637. display: inline-flex;
  3638. border-right-width: 0;
  3639. border-bottom-width: 1px;
  3640. }
  3641. }
  3642. .tabs__item:hover, .tabs__item--selected {
  3643. cursor: pointer;
  3644. background-color: #585858;
  3645. color: white;
  3646. border-color: #585858;
  3647. }
  3648. .tabs__item:last-child {
  3649. border-bottom-width: 1px;
  3650. }
  3651. .masonry {
  3652. display: flex;
  3653. width: 100%;
  3654. flex-flow: row wrap;
  3655. }
  3656. .masonry__item {
  3657. height: 200px;
  3658. padding-left: 1px;
  3659. padding-bottom: 1px;
  3660. width: 100%;
  3661. }
  3662. @media only screen and (min-width: 768px) {
  3663. .masonry__item {
  3664. height: 300px;
  3665. }
  3666. .masonry__item:nth-child(4n+1) {
  3667. width: 25%;
  3668. }
  3669. .masonry__item:nth-child(4n+2) {
  3670. width: 55%;
  3671. }
  3672. .masonry__item:nth-child(4n+3) {
  3673. width: 20%;
  3674. }
  3675. .masonry__item:nth-child(4n+4) {
  3676. width: 67%;
  3677. }
  3678. .masonry__item:nth-child(4n+5) {
  3679. width: 33%;
  3680. }
  3681. }