jekyll-theme-primer 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/LICENSE.md +21 -0
- data/README.md +21 -0
- data/_includes/.gitkeep +1 -0
- data/_layouts/default.html +14 -0
- data/_sass/jekyll-theme-primer.scss +8 -0
- data/_sass/normalize.css/CHANGELOG.md +135 -0
- data/_sass/normalize.css/LICENSE.md +21 -0
- data/_sass/normalize.css/README.md +128 -0
- data/_sass/normalize.css/normalize.scss +419 -0
- data/_sass/normalize.css/package.json +111 -0
- data/_sass/primer-base/CHANGELOG.md +48 -0
- data/_sass/primer-base/LICENSE +21 -0
- data/_sass/primer-base/README.md +48 -0
- data/_sass/primer-base/build/build.css +2 -0
- data/_sass/primer-base/index.scss +5 -0
- data/_sass/primer-base/lib/base.scss +66 -0
- data/_sass/primer-base/lib/typography-base.scss +85 -0
- data/_sass/primer-base/package.json +109 -0
- data/_sass/primer-layout/CHANGELOG.md +44 -0
- data/_sass/primer-layout/LICENSE +21 -0
- data/_sass/primer-layout/README.md +141 -0
- data/_sass/primer-layout/build/build.css +2 -0
- data/_sass/primer-layout/index.scss +4 -0
- data/_sass/primer-layout/lib/columns.scss +69 -0
- data/_sass/primer-layout/lib/container.scss +33 -0
- data/_sass/primer-layout/lib/grid-offset.scss +30 -0
- data/_sass/primer-layout/lib/grid.scss +48 -0
- data/_sass/primer-layout/package.json +105 -0
- data/_sass/primer-markdown/CHANGELOG.md +168 -0
- data/_sass/primer-markdown/LICENSE +21 -0
- data/_sass/primer-markdown/README.md +223 -0
- data/_sass/primer-markdown/build/build.css +2 -0
- data/_sass/primer-markdown/index.scss +8 -0
- data/_sass/primer-markdown/lib/blob-csv.scss +27 -0
- data/_sass/primer-markdown/lib/code.scss +76 -0
- data/_sass/primer-markdown/lib/headings.scss +65 -0
- data/_sass/primer-markdown/lib/images.scss +119 -0
- data/_sass/primer-markdown/lib/lists.scss +72 -0
- data/_sass/primer-markdown/lib/markdown-body.scss +111 -0
- data/_sass/primer-markdown/lib/tables.scss +29 -0
- data/_sass/primer-markdown/package.json +109 -0
- data/_sass/primer-support/CHANGELOG.md +66 -0
- data/_sass/primer-support/LICENSE +21 -0
- data/_sass/primer-support/README.md +42 -0
- data/_sass/primer-support/index.scss +7 -0
- data/_sass/primer-support/lib/mixins/layout.scss +52 -0
- data/_sass/primer-support/lib/mixins/misc.scss +29 -0
- data/_sass/primer-support/lib/mixins/typography.scss +76 -0
- data/_sass/primer-support/lib/variables.scss +179 -0
- data/_sass/primer-support/package.json +105 -0
- data/_sass/primer-utilities/CHANGELOG.md +94 -0
- data/_sass/primer-utilities/LICENSE +21 -0
- data/_sass/primer-utilities/README.md +48 -0
- data/_sass/primer-utilities/build/build.css +2 -0
- data/_sass/primer-utilities/build/index.js +2 -0
- data/_sass/primer-utilities/index.scss +9 -0
- data/_sass/primer-utilities/lib/animations.scss +156 -0
- data/_sass/primer-utilities/lib/border.scss +29 -0
- data/_sass/primer-utilities/lib/colors.scss +45 -0
- data/_sass/primer-utilities/lib/layout.scss +109 -0
- data/_sass/primer-utilities/lib/margin.scss +58 -0
- data/_sass/primer-utilities/lib/padding.scss +54 -0
- data/_sass/primer-utilities/lib/typography.scss +155 -0
- data/_sass/primer-utilities/package.json +108 -0
- data/_sass/rouge.scss +209 -0
- data/assets/style.scss +4 -0
- metadata +138 -0
@@ -0,0 +1,105 @@
|
|
1
|
+
{
|
2
|
+
"_args": [
|
3
|
+
[
|
4
|
+
{
|
5
|
+
"raw": "primer-support@^0.6.0",
|
6
|
+
"scope": null,
|
7
|
+
"escapedName": "primer-support",
|
8
|
+
"name": "primer-support",
|
9
|
+
"rawSpec": "^0.6.0",
|
10
|
+
"spec": ">=0.6.0 <0.7.0",
|
11
|
+
"type": "range"
|
12
|
+
},
|
13
|
+
"/Users/benbalter/projects/jekyll-theme-primer"
|
14
|
+
]
|
15
|
+
],
|
16
|
+
"_from": "primer-support@>=0.6.0 <0.7.0",
|
17
|
+
"_id": "primer-support@0.6.0",
|
18
|
+
"_inCache": true,
|
19
|
+
"_location": "/primer-support",
|
20
|
+
"_nodeVersion": "5.12.0",
|
21
|
+
"_npmOperationalInternal": {
|
22
|
+
"host": "packages-16-east.internal.npmjs.com",
|
23
|
+
"tmp": "tmp/primer-support-0.6.0.tgz_1471630919705_0.04082129243761301"
|
24
|
+
},
|
25
|
+
"_npmUser": {
|
26
|
+
"name": "jonrohan",
|
27
|
+
"email": "yes@jonrohan.codes"
|
28
|
+
},
|
29
|
+
"_npmVersion": "3.8.6",
|
30
|
+
"_phantomChildren": {},
|
31
|
+
"_requested": {
|
32
|
+
"raw": "primer-support@^0.6.0",
|
33
|
+
"scope": null,
|
34
|
+
"escapedName": "primer-support",
|
35
|
+
"name": "primer-support",
|
36
|
+
"rawSpec": "^0.6.0",
|
37
|
+
"spec": ">=0.6.0 <0.7.0",
|
38
|
+
"type": "range"
|
39
|
+
},
|
40
|
+
"_requiredBy": [
|
41
|
+
"/",
|
42
|
+
"/primer-base",
|
43
|
+
"/primer-layout",
|
44
|
+
"/primer-markdown",
|
45
|
+
"/primer-utilities"
|
46
|
+
],
|
47
|
+
"_resolved": "https://registry.npmjs.org/primer-support/-/primer-support-0.6.0.tgz",
|
48
|
+
"_shasum": "94541399e16574f8aa618d9fc99746670782b2b2",
|
49
|
+
"_shrinkwrap": null,
|
50
|
+
"_spec": "primer-support@^0.6.0",
|
51
|
+
"_where": "/Users/benbalter/projects/jekyll-theme-primer",
|
52
|
+
"author": {
|
53
|
+
"name": "GitHub, Inc."
|
54
|
+
},
|
55
|
+
"bugs": {
|
56
|
+
"url": "https://github.com/primer/support/issues"
|
57
|
+
},
|
58
|
+
"dependencies": {},
|
59
|
+
"description": "Sass variables, mixins, and functions for use in our components.",
|
60
|
+
"devDependencies": {
|
61
|
+
"stylelint": "^7.0.3",
|
62
|
+
"stylelint-config-primer": "^1.1.0"
|
63
|
+
},
|
64
|
+
"directories": {},
|
65
|
+
"dist": {
|
66
|
+
"shasum": "94541399e16574f8aa618d9fc99746670782b2b2",
|
67
|
+
"tarball": "https://registry.npmjs.org/primer-support/-/primer-support-0.6.0.tgz"
|
68
|
+
},
|
69
|
+
"files": [
|
70
|
+
"index.scss",
|
71
|
+
"lib"
|
72
|
+
],
|
73
|
+
"gitHead": "21fd11825bf369bb82b4e19726e208f58ea79ab1",
|
74
|
+
"homepage": "http://primercss.io/",
|
75
|
+
"keywords": [
|
76
|
+
"primer",
|
77
|
+
"css",
|
78
|
+
"github",
|
79
|
+
"primercss",
|
80
|
+
"mixins",
|
81
|
+
"functions",
|
82
|
+
"variables",
|
83
|
+
"scss"
|
84
|
+
],
|
85
|
+
"license": "MIT",
|
86
|
+
"maintainers": [
|
87
|
+
{
|
88
|
+
"name": "jonrohan",
|
89
|
+
"email": "yes@jonrohan.codes"
|
90
|
+
}
|
91
|
+
],
|
92
|
+
"name": "primer-support",
|
93
|
+
"optionalDependencies": {},
|
94
|
+
"readme": "ERROR: No README data found!",
|
95
|
+
"repository": {
|
96
|
+
"type": "git",
|
97
|
+
"url": "git+https://github.com/primer/support.git"
|
98
|
+
},
|
99
|
+
"scripts": {
|
100
|
+
"lint": "stylelint **/*.scss -c .stylelintrc.json -s scss",
|
101
|
+
"test": "npm run lint"
|
102
|
+
},
|
103
|
+
"style": "index.scss",
|
104
|
+
"version": "0.6.0"
|
105
|
+
}
|
@@ -0,0 +1,94 @@
|
|
1
|
+
# v1.0.0
|
2
|
+
|
3
|
+
* Updating to major new version - Jon Rohan [github/github@f0df999](https://github.com/github/github/commit/f0df999)
|
4
|
+
* Replacing .text-muted and .mute with .text-gray and .text-gray-dark - Jon Rohan [github/github@0ddd68d](https://github.com/github/github/commit/0ddd68d)
|
5
|
+
* Replacing .danger with .text-red - Jon Rohan [github/github@3f99b1f](https://github.com/github/github/commit/3f99b1f)
|
6
|
+
* Removing text-danger and using text-red - Jon Rohan [github/github@15627aa](https://github.com/github/github/commit/15627aa)
|
7
|
+
* Remove .hidden - Mu-An Chiou [github/github@8701f4b](https://github.com/github/github/commit/8701f4b)
|
8
|
+
* Removing text-success class and replacing with text-green - Jon Rohan [github/github@74529f7](https://github.com/github/github/commit/74529f7)
|
9
|
+
* Removing text-closed class and replacing with text-red - Jon Rohan [github/github@a3bceee](https://github.com/github/github/commit/a3bceee)
|
10
|
+
* Replacing m-auto with the newer class mx-auto - Jon Rohan [github/github@f2b3354](https://github.com/github/github/commit/f2b3354)
|
11
|
+
* Remove .text-open from the codebase, using .text-green instead - Jon Rohan [github/github@ec6cb2a](https://github.com/github/github/commit/ec6cb2a)
|
12
|
+
* Remove .text-diff-added from the codebase, using .text-green instead - Jon Rohan [github/github@aa0791d](https://github.com/github/github/commit/aa0791d)
|
13
|
+
* Remove .text-diff-deleted from the codebase, using .text-red instead - Jon Rohan [github/github@a5fecd0](https://github.com/github/github/commit/a5fecd0)
|
14
|
+
* Remove .text-failure from the codebase, using .text-red instead - Jon Rohan [github/github@6626959](https://github.com/github/github/commit/6626959)
|
15
|
+
* Remove .text-error from the codebase, using .text-red instead - Jon Rohan [github/github@dc31063](https://github.com/github/github/commit/dc31063)
|
16
|
+
* move animations into utilities module cc @jonrohan - broccolini [github/github@0c6d032](https://github.com/github/github/commit/0c6d032)
|
17
|
+
|
18
|
+
# v0.6.0
|
19
|
+
|
20
|
+
* Updating version - Jon Rohan [github/github@6bf5fe5](https://github.com/github/github/commit/6bf5fe5)
|
21
|
+
* card tweaks to get labels and assignees in there - Mark Otto [github/github@e341b50](https://github.com/github/github/commit/e341b50)
|
22
|
+
* add line space between rule - broccolini [github/github@b02308e](https://github.com/github/github/commit/b02308e)
|
23
|
+
* Updating link to real primer-css repository - Jon Rohan [github/github@bbaedda](https://github.com/github/github/commit/bbaedda)
|
24
|
+
* Fixing typo in vertical alignment utilities closes https://github.com/primer/utilities/pull/1 cc @fabianperez - Jon Rohan [github/github@78bb59c](https://github.com/github/github/commit/78bb59c)
|
25
|
+
* Updating the modules stylelint - Jon Rohan [github/github@389609f](https://github.com/github/github/commit/389609f)
|
26
|
+
* move over all bold variable changes - Mark Otto [github/github@6b5b021](https://github.com/github/github/commit/6b5b021)
|
27
|
+
* disable lints because easier to read through like this - broccolini [github/github@dbc50c3](https://github.com/github/github/commit/dbc50c3)
|
28
|
+
* change h0 h00 to f0 f00 to match light type utils - broccolini [github/github@bacbb65](https://github.com/github/github/commit/bacbb65)
|
29
|
+
|
30
|
+
# v0.5.0
|
31
|
+
|
32
|
+
* Bumping to a new version - Jon Rohan [github/github@ff32813](https://github.com/github/github/commit/ff32813)
|
33
|
+
* Make sure the modules build without error before publishing - Jon Rohan [github/github@57ac5e6](https://github.com/github/github/commit/57ac5e6)
|
34
|
+
* Adding docs for margin and padding - Jon Rohan [github/github@4ec0398](https://github.com/github/github/commit/4ec0398)
|
35
|
+
* ohhhh remove that my bad - Mark Otto [github/github@caa46b2](https://github.com/github/github/commit/caa46b2)
|
36
|
+
* Adjusting the regex and cleaning up unused classes - Jon Rohan [github/github@d3c1cce](https://github.com/github/github/commit/d3c1cce)
|
37
|
+
* Creating a depcreated classes test to watch for any deprecated class use - Jon Rohan [github/github@1e001c1](https://github.com/github/github/commit/1e001c1)
|
38
|
+
* utils - Mark Otto [github/github@23cec0a](https://github.com/github/github/commit/23cec0a)
|
39
|
+
|
40
|
+
# v0.4.0
|
41
|
+
|
42
|
+
* Publishing a new version - Jon Rohan [github/github@eed0e96](https://github.com/github/github/commit/eed0e96)
|
43
|
+
* Moving the min-width to a utility - Jon Rohan [github/github@1560299](https://github.com/github/github/commit/1560299)
|
44
|
+
* New line-height variables - Mark Otto [github/github@b15b1ea](https://github.com/github/github/commit/b15b1ea)
|
45
|
+
* re-order type utilities - broccolini [github/github@8314eba](https://github.com/github/github/commit/8314eba)52
|
46
|
+
* correct h3 size - broccolini [github/github@a2581ae](https://github.com/github/github/commit/a2581ae)d
|
47
|
+
* Removing some unnecessary lint plugins and using native - Jon Rohan [github/github@2ae0070](https://github.com/github/github/commit/2ae0070)
|
48
|
+
* including no-utility lint plugin - Jon Rohan [github/github@5cb86ed](https://github.com/github/github/commit/5cb86ed)
|
49
|
+
|
50
|
+
# v0.3.0
|
51
|
+
|
52
|
+
* 0.3.0 - Jon Rohan [github/github@8478cb3](https://github.com/github/github/commit/8478cb3)
|
53
|
+
* revert to correct plugins - Jon Rohan [github/github@bcffe49](https://github.com/github/github/commit/bcffe49)
|
54
|
+
* Adding stats script to generate build/index.js file - Jon Rohan [github/github@91a4720](https://github.com/github/github/commit/91a4720)
|
55
|
+
* Adding lint plugins for new config - Jon Rohan [github/github@7fb9613](https://github.com/github/github/commit/7fb9613)
|
56
|
+
* fix typo on visibility utility - broccolini [github/github@7d52b85](https://github.com/github/github/commit/7d52b85)
|
57
|
+
|
58
|
+
# v0.2.2
|
59
|
+
|
60
|
+
* Mentioning the build file - Jon Rohan [github/github@64ca4a7](https://github.com/github/github/commit/64ca4a7)
|
61
|
+
* Including build/build.css in distributed npm module - Jon Rohan [github/github@e4effbf](https://github.com/github/github/commit/e4effbf)
|
62
|
+
* Updating modules to run on prepublish to include build.css in distribution - Jon Rohan [github/github@5b573a0](https://github.com/github/github/commit/5b573a0)
|
63
|
+
* Re-ordering the docs to the bottom of the readme - Jon Rohan [github/github@9c1f291](https://github.com/github/github/commit/9c1f291)
|
64
|
+
|
65
|
+
# v0.2.1
|
66
|
+
|
67
|
+
* Bumping version to include postcss.json in npm - Jon Rohan [github/github@9e560ba](https://github.com/github/github/commit/9e560ba)
|
68
|
+
* Using stylelint to lint the modules instead of scss_lint - Jon Rohan [github/github@cb0b8fd](https://github.com/github/github/commit/cb0b8fd)
|
69
|
+
* Updating stats recorder and removing some unused lint disables - Jon Rohan [github/github@6dbdfe1](https://github.com/github/github/commit/6dbdfe1)
|
70
|
+
* Updating for stylelint instead of scss_lint - Jon Rohan [github/github@87a2c68](https://github.com/github/github/commit/87a2c68)
|
71
|
+
|
72
|
+
# v0.2.0
|
73
|
+
|
74
|
+
* Cutting new version 0.2.0 - Jon Rohan [github/github@a6f6586](https://github.com/github/github/commit/a6f6586)
|
75
|
+
* Don't link requirements - Jon Rohan [github/github@7740e81](https://github.com/github/github/commit/7740e81)
|
76
|
+
* Updating the README with more detailed instructions - Jon Rohan [github/github@5dd7c34](https://github.com/github/github/commit/5dd7c34)
|
77
|
+
* Reorganize the module folders into a more flexible organization - Jon Rohan [github/github@5a07101](https://github.com/github/github/commit/5a07101)
|
78
|
+
* cleaning up the package.json files - Jon Rohan [github/github@77763a1](https://github.com/github/github/commit/77763a1)
|
79
|
+
* Adding npm version badges to readme - Jon Rohan [github/github@90b1871](https://github.com/github/github/commit/90b1871)
|
80
|
+
* Adding tavisci build badges to the readmes - Jon Rohan [github/github@1a6126f](https://github.com/github/github/commit/1a6126f)
|
81
|
+
|
82
|
+
# v0.1.0
|
83
|
+
|
84
|
+
* Updating support dependency versions - Jon Rohan [github/github@76d97ec](https://github.com/github/github/commit/76d97ec)
|
85
|
+
* Moving text base utilities to utilities module - Jon Rohan [github/github@ac7383e](https://github.com/github/github/commit/ac7383e)
|
86
|
+
* polish select target page - Caleb Winters [github/github@2ca8bb1](https://github.com/github/github/commit/2ca8bb1)
|
87
|
+
* use scss-lint:disable for now - Jon Rohan [github/github@7532519](https://github.com/github/github/commit/7532519)
|
88
|
+
* typo in install instructions - Jon Rohan [github/github@27b72e4](https://github.com/github/github/commit/27b72e4)
|
89
|
+
* Adding primer-support dependency - Jon Rohan [github/github@0961785](https://github.com/github/github/commit/0961785)
|
90
|
+
* Adding more relevant info to the package.json file - Jon Rohan [github/github@1715cfd](https://github.com/github/github/commit/1715cfd)
|
91
|
+
* Moving license to stylesheets directory to reuse for other modules - Jon Rohan [github/github@8fa7b44](https://github.com/github/github/commit/8fa7b44)
|
92
|
+
* Adding a little bit more description to readme - Jon Rohan [github/github@7a29727](https://github.com/github/github/commit/7a29727)
|
93
|
+
* Add info about saving in install - Jon Rohan [github/github@3f0aa6d](https://github.com/github/github/commit/3f0aa6d)
|
94
|
+
* Creating a utilities module - Jon Rohan [github/github@7dc4d41](https://github.com/github/github/commit/7dc4d41)
|
@@ -0,0 +1,21 @@
|
|
1
|
+
The MIT License (MIT)
|
2
|
+
|
3
|
+
Copyright (c) 2016 GitHub Inc.
|
4
|
+
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
7
|
+
in the Software without restriction, including without limitation the rights
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
10
|
+
furnished to do so, subject to the following conditions:
|
11
|
+
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
13
|
+
copies or substantial portions of the Software.
|
14
|
+
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
21
|
+
SOFTWARE.
|
@@ -0,0 +1,48 @@
|
|
1
|
+
# Primer CSS Utilities
|
2
|
+
|
3
|
+
[![NPM version](http://img.shields.io/npm/v/primer-utilities.svg)](https://www.npmjs.org/package/primer-utilities)
|
4
|
+
[![Build Status](https://travis-ci.org/primer/utilities.svg?branch=master)](https://travis-ci.org/primer/utilities)
|
5
|
+
|
6
|
+
> There are a handful of utilities in Primer for quick behaviors, floats, colors, alignment, and more.
|
7
|
+
|
8
|
+
This repository is a module of the full [primer-css][primer-css] repository.
|
9
|
+
|
10
|
+
## Install
|
11
|
+
|
12
|
+
This repository is distributed with [npm][npm]. After [installing npm][install-npm], you can install `primer-utilities` with this command.
|
13
|
+
|
14
|
+
```
|
15
|
+
$ npm install --save primer-utilities
|
16
|
+
```
|
17
|
+
|
18
|
+
## Usage
|
19
|
+
|
20
|
+
The source files included are written in [Sass][sass] (`scss`) You can simply point your sass `include-path` at your `node_modules` directory and import it like this.
|
21
|
+
|
22
|
+
```scss
|
23
|
+
@import "primer-utilities/index.scss";
|
24
|
+
```
|
25
|
+
|
26
|
+
You can also import specific portions of the module by importing those partials from the `/lib/` folder. _Make sure you import any requirements along with the modules._
|
27
|
+
|
28
|
+
## Build
|
29
|
+
|
30
|
+
For a compiled **css** version of this module, a npm script is included that will output a css version to `build/build.css` The built css file is also included in the npm package.
|
31
|
+
|
32
|
+
```
|
33
|
+
$ npm run build
|
34
|
+
```
|
35
|
+
|
36
|
+
## Documentation
|
37
|
+
|
38
|
+
You can read more about utilities in the [docs][docs].
|
39
|
+
|
40
|
+
## License
|
41
|
+
|
42
|
+
[MIT](./LICENSE) © [GitHub](https://github.com/)
|
43
|
+
|
44
|
+
[primer-css]: https://github.com/primer/primer
|
45
|
+
[docs]: http://primercss.io/
|
46
|
+
[npm]: https://www.npmjs.com/
|
47
|
+
[install-npm]: https://docs.npmjs.com/getting-started/installing-node
|
48
|
+
[sass]: http://sass-lang.com/
|
@@ -0,0 +1,2 @@
|
|
1
|
+
.anim-fade-in{-webkit-animation-name:fade-in;animation-name:fade-in;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.anim-fade-in.fast{-webkit-animation-duration:300ms;animation-duration:300ms}@-webkit-keyframes fade-in{0%{opacity:0}100%{opacity:1}}@keyframes fade-in{0%{opacity:0}100%{opacity:1}}.anim-fade-up{opacity:0;-webkit-animation-name:fade-up;animation-name:fade-up;-webkit-animation-duration:0.3s;animation-duration:0.3s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-delay:1s;animation-delay:1s}@-webkit-keyframes fade-up{0%{opacity:0.8;-webkit-transform:translateY(100%);transform:translateY(100%)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fade-up{0%{opacity:0.8;-webkit-transform:translateY(100%);transform:translateY(100%)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.anim-fade-down{-webkit-animation-name:fade-down;animation-name:fade-down;-webkit-animation-duration:0.3s;animation-duration:0.3s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes fade-down{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0.5;-webkit-transform:translateY(100%);transform:translateY(100%)}}@keyframes fade-down{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0.5;-webkit-transform:translateY(100%);transform:translateY(100%)}}.anim-grow-x{width:0%;-webkit-animation-name:grow-x;animation-name:grow-x;-webkit-animation-duration:0.3s;animation-duration:0.3s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-timing-function:ease;animation-timing-function:ease;-webkit-animation-delay:0.5s;animation-delay:0.5s}@-webkit-keyframes grow-x{to{width:100%}}@keyframes grow-x{to{width:100%}}.anim-shrink-x{-webkit-animation-name:shrink-x;animation-name:shrink-x;-webkit-animation-duration:0.3s;animation-duration:0.3s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-delay:0.5s;animation-delay:0.5s}@-webkit-keyframes shrink-x{to{width:0%}}@keyframes shrink-x{to{width:0%}}.anim-scale-in{-webkit-animation-name:scale-in;animation-name:scale-in;-webkit-animation-duration:0.15s;animation-duration:0.15s;-webkit-animation-timing-function:cubic-bezier(0.2, 0, 0.13, 1.5);animation-timing-function:cubic-bezier(0.2, 0, 0.13, 1.5)}@-webkit-keyframes scale-in{0%{opacity:0;-webkit-transform:scale(0.5);transform:scale(0.5)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes scale-in{0%{opacity:0;-webkit-transform:scale(0.5);transform:scale(0.5)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.anim-pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}@-webkit-keyframes pulse{0%{opacity:0.3}10%{opacity:1}100%{opacity:0.3}}@keyframes pulse{0%{opacity:0.3}10%{opacity:1}100%{opacity:0.3}}.anim-pulse-in{-webkit-animation-name:pulse-in;animation-name:pulse-in;-webkit-animation-duration:0.5s;animation-duration:0.5s}@-webkit-keyframes pulse-in{0%{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}50%{-webkit-transform:scale3d(1.1, 1.1, 1.1);transform:scale3d(1.1, 1.1, 1.1)}100%{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}@keyframes pulse-in{0%{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}50%{-webkit-transform:scale3d(1.1, 1.1, 1.1);transform:scale3d(1.1, 1.1, 1.1)}100%{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}.border{border:1px #e5e5e5 solid !important}.border-top{border-top:1px #e5e5e5 solid !important}.border-right{border-right:1px #e5e5e5 solid !important}.border-bottom{border-bottom:1px #e5e5e5 solid !important}.border-left{border-left:1px #e5e5e5 solid !important}.border-y{border-top:1px #e5e5e5 solid !important;border-bottom:1px #e5e5e5 solid !important}.border-blue{border-color:#c5d5dd !important}.border-gray-light{border-color:#eee !important}.border-gray-dark{border-color:#ddd !important}.border-0{border:0 !important}.border-top-0{border-top:0 !important}.border-right-0{border-right:0 !important}.border-bottom-0{border-bottom:0 !important}.border-left-0{border-left:0 !important}.rounded-0{border-radius:0 !important}.rounded-1{border-radius:3px !important}.rounded-2{border-radius:6px !important}.bg-white{background-color:#fff !important}.bg-blue{background-color:#4078c0 !important}.bg-blue-light{background-color:#f2f8fa !important}.bg-gray-dark{background-color:#333 !important}.bg-gray{background-color:#f5f5f5 !important}.bg-gray-light{background-color:#fafafa !important}.bg-green{background-color:#6cc644 !important}.bg-red{background-color:#bd2c00 !important}.text-blue{color:#4078c0 !important}.text-red{color:#bd2c00 !important}.text-gray-light{color:#999 !important}.text-gray{color:#767676 !important}.text-gray-dark{color:#333 !important}.text-green{color:#55a532 !important}.text-orange{color:#c9510c !important}.text-purple{color:#6e5494 !important}.text-white{color:#fff !important}.text-inherit{color:inherit !important}.link-blue{color:#4078c0 !important}.link-gray-dark{color:#333 !important}.link-gray{color:#767676 !important}.text-renamed{color:#fffa5d !important}.text-pending{color:#cea61b !important}.muted-link{color:#767676 !important}.muted-link:hover{color:#4078c0 !important;text-decoration:none}.position-static{position:static !important}.position-relative{position:relative !important}.position-absolute{position:absolute !important}.position-fixed{position:fixed !important}.top-0{top:0 !important}.right-0{right:0 !important}.bottom-0{bottom:0 !important}.left-0{left:0 !important}.v-align-middle{vertical-align:middle !important}.v-align-top{vertical-align:top !important}.v-align-bottom{vertical-align:bottom !important}.v-align-text-top{vertical-align:text-top !important}.v-align-text-bottom{vertical-align:text-bottom !important}.overflow-hidden{overflow:hidden !important}.overflow-scroll{overflow:scroll !important}.overflow-auto{overflow:auto !important}.clearfix::before{display:table;content:""}.clearfix::after{display:table;clear:both;content:""}.float-right{float:right !important}.float-left{float:left !important}@media (min-width: 544px){.float-sm-left{float:left !important}.float-sm-right{float:right !important}}@media (min-width: 768px){.float-md-left{float:left !important}.float-md-right{float:right !important}}@media (min-width: 1004px){.float-lg-left{float:left !important}.float-lg-right{float:right !important}}@media (min-width: 1280px){.float-xl-left{float:left !important}.float-xl-right{float:right !important}}.width-fit{max-width:100% !important}.width-full{width:100% !important}.height-full{height:100% !important}.min-width-0{min-width:0 !important}.v-hidden{visibility:hidden !important}.v-visible{visibility:visible !important}.d-table{display:table !important}.d-table-cell{display:table-cell !important}.table-fixed{table-layout:fixed !important}.d-block{display:block !important}.d-inline{display:inline !important}.d-inline-block{display:inline-block !important}.d-none{display:none !important}@media (min-width: 544px){.d-sm-table{display:table !important}.d-sm-table-cell{display:table-cell !important}.d-sm-block{display:block !important}.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-none{display:none !important}}@media (min-width: 768px){.d-md-table{display:table !important}.d-md-table-cell{display:table-cell !important}.d-md-block{display:block !important}.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-none{display:none !important}}@media (min-width: 1004px){.d-lg-table{display:table !important}.d-lg-table-cell{display:table-cell !important}.d-lg-block{display:block !important}.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-none{display:none !important}}@media (min-width: 1280px){.d-xl-table{display:table !important}.d-xl-table-cell{display:table-cell !important}.d-xl-block{display:block !important}.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-none{display:none !important}}@media (max-width: 544px){.hide-sm{display:none !important}}@media (min-width: 544px) and (max-width: 768px){.hide-md{display:none !important}}@media (min-width: 768px) and (max-width: 1004px){.hide-lg{display:none !important}}@media (min-width: 1004px){.hide-xl{display:none !important}}.m-0{margin:0 !important}.mt-0{margin-top:0 !important}.mr-0{margin-right:0 !important}.mb-0{margin-bottom:0 !important}.ml-0{margin-left:0 !important}.mx-0{margin-right:0 !important;margin-left:0 !important}.my-0{margin-top:0 !important;margin-bottom:0 !important}.m-1{margin:3px !important}.mt-1{margin-top:3px !important}.mr-1{margin-right:3px !important}.mb-1{margin-bottom:3px !important}.ml-1{margin-left:3px !important}.mx-1{margin-right:3px !important;margin-left:3px !important}.my-1{margin-top:3px !important;margin-bottom:3px !important}.m-2{margin:6px !important}.mt-2{margin-top:6px !important}.mr-2{margin-right:6px !important}.mb-2{margin-bottom:6px !important}.ml-2{margin-left:6px !important}.mx-2{margin-right:6px !important;margin-left:6px !important}.my-2{margin-top:6px !important;margin-bottom:6px !important}.m-3{margin:12px !important}.mt-3{margin-top:12px !important}.mr-3{margin-right:12px !important}.mb-3{margin-bottom:12px !important}.ml-3{margin-left:12px !important}.mx-3{margin-right:12px !important;margin-left:12px !important}.my-3{margin-top:12px !important;margin-bottom:12px !important}.m-4{margin:24px !important}.mt-4{margin-top:24px !important}.mr-4{margin-right:24px !important}.mb-4{margin-bottom:24px !important}.ml-4{margin-left:24px !important}.mx-4{margin-right:24px !important;margin-left:24px !important}.my-4{margin-top:24px !important;margin-bottom:24px !important}.m-5{margin:36px !important}.mt-5{margin-top:36px !important}.mr-5{margin-right:36px !important}.mb-5{margin-bottom:36px !important}.ml-5{margin-left:36px !important}.mx-5{margin-right:36px !important;margin-left:36px !important}.my-5{margin-top:36px !important;margin-bottom:36px !important}.m-6{margin:48px !important}.mt-6{margin-top:48px !important}.mr-6{margin-right:48px !important}.mb-6{margin-bottom:48px !important}.ml-6{margin-left:48px !important}.mx-6{margin-right:48px !important;margin-left:48px !important}.my-6{margin-top:48px !important;margin-bottom:48px !important}@media (min-width: 544px){.m-sm-0{margin:0 !important}.mt-sm-0{margin-top:0 !important}.mr-sm-0{margin-right:0 !important}.mb-sm-0{margin-bottom:0 !important}.ml-sm-0{margin-left:0 !important}.mx-sm-0{margin-right:0 !important;margin-left:0 !important}.my-sm-0{margin-top:0 !important;margin-bottom:0 !important}}@media (min-width: 544px){.m-sm-1{margin:3px !important}.mt-sm-1{margin-top:3px !important}.mr-sm-1{margin-right:3px !important}.mb-sm-1{margin-bottom:3px !important}.ml-sm-1{margin-left:3px !important}.mx-sm-1{margin-right:3px !important;margin-left:3px !important}.my-sm-1{margin-top:3px !important;margin-bottom:3px !important}}@media (min-width: 544px){.m-sm-2{margin:6px !important}.mt-sm-2{margin-top:6px !important}.mr-sm-2{margin-right:6px !important}.mb-sm-2{margin-bottom:6px !important}.ml-sm-2{margin-left:6px !important}.mx-sm-2{margin-right:6px !important;margin-left:6px !important}.my-sm-2{margin-top:6px !important;margin-bottom:6px !important}}@media (min-width: 544px){.m-sm-3{margin:12px !important}.mt-sm-3{margin-top:12px !important}.mr-sm-3{margin-right:12px !important}.mb-sm-3{margin-bottom:12px !important}.ml-sm-3{margin-left:12px !important}.mx-sm-3{margin-right:12px !important;margin-left:12px !important}.my-sm-3{margin-top:12px !important;margin-bottom:12px !important}}@media (min-width: 544px){.m-sm-4{margin:24px !important}.mt-sm-4{margin-top:24px !important}.mr-sm-4{margin-right:24px !important}.mb-sm-4{margin-bottom:24px !important}.ml-sm-4{margin-left:24px !important}.mx-sm-4{margin-right:24px !important;margin-left:24px !important}.my-sm-4{margin-top:24px !important;margin-bottom:24px !important}}@media (min-width: 544px){.m-sm-5{margin:36px !important}.mt-sm-5{margin-top:36px !important}.mr-sm-5{margin-right:36px !important}.mb-sm-5{margin-bottom:36px !important}.ml-sm-5{margin-left:36px !important}.mx-sm-5{margin-right:36px !important;margin-left:36px !important}.my-sm-5{margin-top:36px !important;margin-bottom:36px !important}}@media (min-width: 544px){.m-sm-6{margin:48px !important}.mt-sm-6{margin-top:48px !important}.mr-sm-6{margin-right:48px !important}.mb-sm-6{margin-bottom:48px !important}.ml-sm-6{margin-left:48px !important}.mx-sm-6{margin-right:48px !important;margin-left:48px !important}.my-sm-6{margin-top:48px !important;margin-bottom:48px !important}}@media (min-width: 768px){.m-md-0{margin:0 !important}.mt-md-0{margin-top:0 !important}.mr-md-0{margin-right:0 !important}.mb-md-0{margin-bottom:0 !important}.ml-md-0{margin-left:0 !important}.mx-md-0{margin-right:0 !important;margin-left:0 !important}.my-md-0{margin-top:0 !important;margin-bottom:0 !important}}@media (min-width: 768px){.m-md-1{margin:3px !important}.mt-md-1{margin-top:3px !important}.mr-md-1{margin-right:3px !important}.mb-md-1{margin-bottom:3px !important}.ml-md-1{margin-left:3px !important}.mx-md-1{margin-right:3px !important;margin-left:3px !important}.my-md-1{margin-top:3px !important;margin-bottom:3px !important}}@media (min-width: 768px){.m-md-2{margin:6px !important}.mt-md-2{margin-top:6px !important}.mr-md-2{margin-right:6px !important}.mb-md-2{margin-bottom:6px !important}.ml-md-2{margin-left:6px !important}.mx-md-2{margin-right:6px !important;margin-left:6px !important}.my-md-2{margin-top:6px !important;margin-bottom:6px !important}}@media (min-width: 768px){.m-md-3{margin:12px !important}.mt-md-3{margin-top:12px !important}.mr-md-3{margin-right:12px !important}.mb-md-3{margin-bottom:12px !important}.ml-md-3{margin-left:12px !important}.mx-md-3{margin-right:12px !important;margin-left:12px !important}.my-md-3{margin-top:12px !important;margin-bottom:12px !important}}@media (min-width: 768px){.m-md-4{margin:24px !important}.mt-md-4{margin-top:24px !important}.mr-md-4{margin-right:24px !important}.mb-md-4{margin-bottom:24px !important}.ml-md-4{margin-left:24px !important}.mx-md-4{margin-right:24px !important;margin-left:24px !important}.my-md-4{margin-top:24px !important;margin-bottom:24px !important}}@media (min-width: 768px){.m-md-5{margin:36px !important}.mt-md-5{margin-top:36px !important}.mr-md-5{margin-right:36px !important}.mb-md-5{margin-bottom:36px !important}.ml-md-5{margin-left:36px !important}.mx-md-5{margin-right:36px !important;margin-left:36px !important}.my-md-5{margin-top:36px !important;margin-bottom:36px !important}}@media (min-width: 768px){.m-md-6{margin:48px !important}.mt-md-6{margin-top:48px !important}.mr-md-6{margin-right:48px !important}.mb-md-6{margin-bottom:48px !important}.ml-md-6{margin-left:48px !important}.mx-md-6{margin-right:48px !important;margin-left:48px !important}.my-md-6{margin-top:48px !important;margin-bottom:48px !important}}@media (min-width: 1004px){.m-lg-0{margin:0 !important}.mt-lg-0{margin-top:0 !important}.mr-lg-0{margin-right:0 !important}.mb-lg-0{margin-bottom:0 !important}.ml-lg-0{margin-left:0 !important}.mx-lg-0{margin-right:0 !important;margin-left:0 !important}.my-lg-0{margin-top:0 !important;margin-bottom:0 !important}}@media (min-width: 1004px){.m-lg-1{margin:3px !important}.mt-lg-1{margin-top:3px !important}.mr-lg-1{margin-right:3px !important}.mb-lg-1{margin-bottom:3px !important}.ml-lg-1{margin-left:3px !important}.mx-lg-1{margin-right:3px !important;margin-left:3px !important}.my-lg-1{margin-top:3px !important;margin-bottom:3px !important}}@media (min-width: 1004px){.m-lg-2{margin:6px !important}.mt-lg-2{margin-top:6px !important}.mr-lg-2{margin-right:6px !important}.mb-lg-2{margin-bottom:6px !important}.ml-lg-2{margin-left:6px !important}.mx-lg-2{margin-right:6px !important;margin-left:6px !important}.my-lg-2{margin-top:6px !important;margin-bottom:6px !important}}@media (min-width: 1004px){.m-lg-3{margin:12px !important}.mt-lg-3{margin-top:12px !important}.mr-lg-3{margin-right:12px !important}.mb-lg-3{margin-bottom:12px !important}.ml-lg-3{margin-left:12px !important}.mx-lg-3{margin-right:12px !important;margin-left:12px !important}.my-lg-3{margin-top:12px !important;margin-bottom:12px !important}}@media (min-width: 1004px){.m-lg-4{margin:24px !important}.mt-lg-4{margin-top:24px !important}.mr-lg-4{margin-right:24px !important}.mb-lg-4{margin-bottom:24px !important}.ml-lg-4{margin-left:24px !important}.mx-lg-4{margin-right:24px !important;margin-left:24px !important}.my-lg-4{margin-top:24px !important;margin-bottom:24px !important}}@media (min-width: 1004px){.m-lg-5{margin:36px !important}.mt-lg-5{margin-top:36px !important}.mr-lg-5{margin-right:36px !important}.mb-lg-5{margin-bottom:36px !important}.ml-lg-5{margin-left:36px !important}.mx-lg-5{margin-right:36px !important;margin-left:36px !important}.my-lg-5{margin-top:36px !important;margin-bottom:36px !important}}@media (min-width: 1004px){.m-lg-6{margin:48px !important}.mt-lg-6{margin-top:48px !important}.mr-lg-6{margin-right:48px !important}.mb-lg-6{margin-bottom:48px !important}.ml-lg-6{margin-left:48px !important}.mx-lg-6{margin-right:48px !important;margin-left:48px !important}.my-lg-6{margin-top:48px !important;margin-bottom:48px !important}}@media (min-width: 1280px){.m-xl-0{margin:0 !important}.mt-xl-0{margin-top:0 !important}.mr-xl-0{margin-right:0 !important}.mb-xl-0{margin-bottom:0 !important}.ml-xl-0{margin-left:0 !important}.mx-xl-0{margin-right:0 !important;margin-left:0 !important}.my-xl-0{margin-top:0 !important;margin-bottom:0 !important}}@media (min-width: 1280px){.m-xl-1{margin:3px !important}.mt-xl-1{margin-top:3px !important}.mr-xl-1{margin-right:3px !important}.mb-xl-1{margin-bottom:3px !important}.ml-xl-1{margin-left:3px !important}.mx-xl-1{margin-right:3px !important;margin-left:3px !important}.my-xl-1{margin-top:3px !important;margin-bottom:3px !important}}@media (min-width: 1280px){.m-xl-2{margin:6px !important}.mt-xl-2{margin-top:6px !important}.mr-xl-2{margin-right:6px !important}.mb-xl-2{margin-bottom:6px !important}.ml-xl-2{margin-left:6px !important}.mx-xl-2{margin-right:6px !important;margin-left:6px !important}.my-xl-2{margin-top:6px !important;margin-bottom:6px !important}}@media (min-width: 1280px){.m-xl-3{margin:12px !important}.mt-xl-3{margin-top:12px !important}.mr-xl-3{margin-right:12px !important}.mb-xl-3{margin-bottom:12px !important}.ml-xl-3{margin-left:12px !important}.mx-xl-3{margin-right:12px !important;margin-left:12px !important}.my-xl-3{margin-top:12px !important;margin-bottom:12px !important}}@media (min-width: 1280px){.m-xl-4{margin:24px !important}.mt-xl-4{margin-top:24px !important}.mr-xl-4{margin-right:24px !important}.mb-xl-4{margin-bottom:24px !important}.ml-xl-4{margin-left:24px !important}.mx-xl-4{margin-right:24px !important;margin-left:24px !important}.my-xl-4{margin-top:24px !important;margin-bottom:24px !important}}@media (min-width: 1280px){.m-xl-5{margin:36px !important}.mt-xl-5{margin-top:36px !important}.mr-xl-5{margin-right:36px !important}.mb-xl-5{margin-bottom:36px !important}.ml-xl-5{margin-left:36px !important}.mx-xl-5{margin-right:36px !important;margin-left:36px !important}.my-xl-5{margin-top:36px !important;margin-bottom:36px !important}}@media (min-width: 1280px){.m-xl-6{margin:48px !important}.mt-xl-6{margin-top:48px !important}.mr-xl-6{margin-right:48px !important}.mb-xl-6{margin-bottom:48px !important}.ml-xl-6{margin-left:48px !important}.mx-xl-6{margin-right:48px !important;margin-left:48px !important}.my-xl-6{margin-top:48px !important;margin-bottom:48px !important}}.mx-auto{margin-right:auto !important;margin-left:auto !important}.p-0{padding:0 !important}.pt-0{padding-top:0 !important}.pr-0{padding-right:0 !important}.pb-0{padding-bottom:0 !important}.pl-0{padding-left:0 !important}.px-0{padding-right:0 !important;padding-left:0 !important}.py-0{padding-top:0 !important;padding-bottom:0 !important}.p-1{padding:3px !important}.pt-1{padding-top:3px !important}.pr-1{padding-right:3px !important}.pb-1{padding-bottom:3px !important}.pl-1{padding-left:3px !important}.px-1{padding-right:3px !important;padding-left:3px !important}.py-1{padding-top:3px !important;padding-bottom:3px !important}.p-2{padding:6px !important}.pt-2{padding-top:6px !important}.pr-2{padding-right:6px !important}.pb-2{padding-bottom:6px !important}.pl-2{padding-left:6px !important}.px-2{padding-right:6px !important;padding-left:6px !important}.py-2{padding-top:6px !important;padding-bottom:6px !important}.p-3{padding:12px !important}.pt-3{padding-top:12px !important}.pr-3{padding-right:12px !important}.pb-3{padding-bottom:12px !important}.pl-3{padding-left:12px !important}.px-3{padding-right:12px !important;padding-left:12px !important}.py-3{padding-top:12px !important;padding-bottom:12px !important}.p-4{padding:24px !important}.pt-4{padding-top:24px !important}.pr-4{padding-right:24px !important}.pb-4{padding-bottom:24px !important}.pl-4{padding-left:24px !important}.px-4{padding-right:24px !important;padding-left:24px !important}.py-4{padding-top:24px !important;padding-bottom:24px !important}.p-5{padding:36px !important}.pt-5{padding-top:36px !important}.pr-5{padding-right:36px !important}.pb-5{padding-bottom:36px !important}.pl-5{padding-left:36px !important}.px-5{padding-right:36px !important;padding-left:36px !important}.py-5{padding-top:36px !important;padding-bottom:36px !important}.p-6{padding:48px !important}.pt-6{padding-top:48px !important}.pr-6{padding-right:48px !important}.pb-6{padding-bottom:48px !important}.pl-6{padding-left:48px !important}.px-6{padding-right:48px !important;padding-left:48px !important}.py-6{padding-top:48px !important;padding-bottom:48px !important}@media (min-width: 544px){.p-sm-0{padding:0 !important}.pt-sm-0{padding-top:0 !important}.pr-sm-0{padding-right:0 !important}.pb-sm-0{padding-bottom:0 !important}.pl-sm-0{padding-left:0 !important}.px-sm-0{padding-right:0 !important;padding-left:0 !important}.py-sm-0{padding-top:0 !important;padding-bottom:0 !important}}@media (min-width: 544px){.p-sm-1{padding:3px !important}.pt-sm-1{padding-top:3px !important}.pr-sm-1{padding-right:3px !important}.pb-sm-1{padding-bottom:3px !important}.pl-sm-1{padding-left:3px !important}.px-sm-1{padding-right:3px !important;padding-left:3px !important}.py-sm-1{padding-top:3px !important;padding-bottom:3px !important}}@media (min-width: 544px){.p-sm-2{padding:6px !important}.pt-sm-2{padding-top:6px !important}.pr-sm-2{padding-right:6px !important}.pb-sm-2{padding-bottom:6px !important}.pl-sm-2{padding-left:6px !important}.px-sm-2{padding-right:6px !important;padding-left:6px !important}.py-sm-2{padding-top:6px !important;padding-bottom:6px !important}}@media (min-width: 544px){.p-sm-3{padding:12px !important}.pt-sm-3{padding-top:12px !important}.pr-sm-3{padding-right:12px !important}.pb-sm-3{padding-bottom:12px !important}.pl-sm-3{padding-left:12px !important}.px-sm-3{padding-right:12px !important;padding-left:12px !important}.py-sm-3{padding-top:12px !important;padding-bottom:12px !important}}@media (min-width: 544px){.p-sm-4{padding:24px !important}.pt-sm-4{padding-top:24px !important}.pr-sm-4{padding-right:24px !important}.pb-sm-4{padding-bottom:24px !important}.pl-sm-4{padding-left:24px !important}.px-sm-4{padding-right:24px !important;padding-left:24px !important}.py-sm-4{padding-top:24px !important;padding-bottom:24px !important}}@media (min-width: 544px){.p-sm-5{padding:36px !important}.pt-sm-5{padding-top:36px !important}.pr-sm-5{padding-right:36px !important}.pb-sm-5{padding-bottom:36px !important}.pl-sm-5{padding-left:36px !important}.px-sm-5{padding-right:36px !important;padding-left:36px !important}.py-sm-5{padding-top:36px !important;padding-bottom:36px !important}}@media (min-width: 544px){.p-sm-6{padding:48px !important}.pt-sm-6{padding-top:48px !important}.pr-sm-6{padding-right:48px !important}.pb-sm-6{padding-bottom:48px !important}.pl-sm-6{padding-left:48px !important}.px-sm-6{padding-right:48px !important;padding-left:48px !important}.py-sm-6{padding-top:48px !important;padding-bottom:48px !important}}@media (min-width: 768px){.p-md-0{padding:0 !important}.pt-md-0{padding-top:0 !important}.pr-md-0{padding-right:0 !important}.pb-md-0{padding-bottom:0 !important}.pl-md-0{padding-left:0 !important}.px-md-0{padding-right:0 !important;padding-left:0 !important}.py-md-0{padding-top:0 !important;padding-bottom:0 !important}}@media (min-width: 768px){.p-md-1{padding:3px !important}.pt-md-1{padding-top:3px !important}.pr-md-1{padding-right:3px !important}.pb-md-1{padding-bottom:3px !important}.pl-md-1{padding-left:3px !important}.px-md-1{padding-right:3px !important;padding-left:3px !important}.py-md-1{padding-top:3px !important;padding-bottom:3px !important}}@media (min-width: 768px){.p-md-2{padding:6px !important}.pt-md-2{padding-top:6px !important}.pr-md-2{padding-right:6px !important}.pb-md-2{padding-bottom:6px !important}.pl-md-2{padding-left:6px !important}.px-md-2{padding-right:6px !important;padding-left:6px !important}.py-md-2{padding-top:6px !important;padding-bottom:6px !important}}@media (min-width: 768px){.p-md-3{padding:12px !important}.pt-md-3{padding-top:12px !important}.pr-md-3{padding-right:12px !important}.pb-md-3{padding-bottom:12px !important}.pl-md-3{padding-left:12px !important}.px-md-3{padding-right:12px !important;padding-left:12px !important}.py-md-3{padding-top:12px !important;padding-bottom:12px !important}}@media (min-width: 768px){.p-md-4{padding:24px !important}.pt-md-4{padding-top:24px !important}.pr-md-4{padding-right:24px !important}.pb-md-4{padding-bottom:24px !important}.pl-md-4{padding-left:24px !important}.px-md-4{padding-right:24px !important;padding-left:24px !important}.py-md-4{padding-top:24px !important;padding-bottom:24px !important}}@media (min-width: 768px){.p-md-5{padding:36px !important}.pt-md-5{padding-top:36px !important}.pr-md-5{padding-right:36px !important}.pb-md-5{padding-bottom:36px !important}.pl-md-5{padding-left:36px !important}.px-md-5{padding-right:36px !important;padding-left:36px !important}.py-md-5{padding-top:36px !important;padding-bottom:36px !important}}@media (min-width: 768px){.p-md-6{padding:48px !important}.pt-md-6{padding-top:48px !important}.pr-md-6{padding-right:48px !important}.pb-md-6{padding-bottom:48px !important}.pl-md-6{padding-left:48px !important}.px-md-6{padding-right:48px !important;padding-left:48px !important}.py-md-6{padding-top:48px !important;padding-bottom:48px !important}}@media (min-width: 1004px){.p-lg-0{padding:0 !important}.pt-lg-0{padding-top:0 !important}.pr-lg-0{padding-right:0 !important}.pb-lg-0{padding-bottom:0 !important}.pl-lg-0{padding-left:0 !important}.px-lg-0{padding-right:0 !important;padding-left:0 !important}.py-lg-0{padding-top:0 !important;padding-bottom:0 !important}}@media (min-width: 1004px){.p-lg-1{padding:3px !important}.pt-lg-1{padding-top:3px !important}.pr-lg-1{padding-right:3px !important}.pb-lg-1{padding-bottom:3px !important}.pl-lg-1{padding-left:3px !important}.px-lg-1{padding-right:3px !important;padding-left:3px !important}.py-lg-1{padding-top:3px !important;padding-bottom:3px !important}}@media (min-width: 1004px){.p-lg-2{padding:6px !important}.pt-lg-2{padding-top:6px !important}.pr-lg-2{padding-right:6px !important}.pb-lg-2{padding-bottom:6px !important}.pl-lg-2{padding-left:6px !important}.px-lg-2{padding-right:6px !important;padding-left:6px !important}.py-lg-2{padding-top:6px !important;padding-bottom:6px !important}}@media (min-width: 1004px){.p-lg-3{padding:12px !important}.pt-lg-3{padding-top:12px !important}.pr-lg-3{padding-right:12px !important}.pb-lg-3{padding-bottom:12px !important}.pl-lg-3{padding-left:12px !important}.px-lg-3{padding-right:12px !important;padding-left:12px !important}.py-lg-3{padding-top:12px !important;padding-bottom:12px !important}}@media (min-width: 1004px){.p-lg-4{padding:24px !important}.pt-lg-4{padding-top:24px !important}.pr-lg-4{padding-right:24px !important}.pb-lg-4{padding-bottom:24px !important}.pl-lg-4{padding-left:24px !important}.px-lg-4{padding-right:24px !important;padding-left:24px !important}.py-lg-4{padding-top:24px !important;padding-bottom:24px !important}}@media (min-width: 1004px){.p-lg-5{padding:36px !important}.pt-lg-5{padding-top:36px !important}.pr-lg-5{padding-right:36px !important}.pb-lg-5{padding-bottom:36px !important}.pl-lg-5{padding-left:36px !important}.px-lg-5{padding-right:36px !important;padding-left:36px !important}.py-lg-5{padding-top:36px !important;padding-bottom:36px !important}}@media (min-width: 1004px){.p-lg-6{padding:48px !important}.pt-lg-6{padding-top:48px !important}.pr-lg-6{padding-right:48px !important}.pb-lg-6{padding-bottom:48px !important}.pl-lg-6{padding-left:48px !important}.px-lg-6{padding-right:48px !important;padding-left:48px !important}.py-lg-6{padding-top:48px !important;padding-bottom:48px !important}}@media (min-width: 1280px){.p-xl-0{padding:0 !important}.pt-xl-0{padding-top:0 !important}.pr-xl-0{padding-right:0 !important}.pb-xl-0{padding-bottom:0 !important}.pl-xl-0{padding-left:0 !important}.px-xl-0{padding-right:0 !important;padding-left:0 !important}.py-xl-0{padding-top:0 !important;padding-bottom:0 !important}}@media (min-width: 1280px){.p-xl-1{padding:3px !important}.pt-xl-1{padding-top:3px !important}.pr-xl-1{padding-right:3px !important}.pb-xl-1{padding-bottom:3px !important}.pl-xl-1{padding-left:3px !important}.px-xl-1{padding-right:3px !important;padding-left:3px !important}.py-xl-1{padding-top:3px !important;padding-bottom:3px !important}}@media (min-width: 1280px){.p-xl-2{padding:6px !important}.pt-xl-2{padding-top:6px !important}.pr-xl-2{padding-right:6px !important}.pb-xl-2{padding-bottom:6px !important}.pl-xl-2{padding-left:6px !important}.px-xl-2{padding-right:6px !important;padding-left:6px !important}.py-xl-2{padding-top:6px !important;padding-bottom:6px !important}}@media (min-width: 1280px){.p-xl-3{padding:12px !important}.pt-xl-3{padding-top:12px !important}.pr-xl-3{padding-right:12px !important}.pb-xl-3{padding-bottom:12px !important}.pl-xl-3{padding-left:12px !important}.px-xl-3{padding-right:12px !important;padding-left:12px !important}.py-xl-3{padding-top:12px !important;padding-bottom:12px !important}}@media (min-width: 1280px){.p-xl-4{padding:24px !important}.pt-xl-4{padding-top:24px !important}.pr-xl-4{padding-right:24px !important}.pb-xl-4{padding-bottom:24px !important}.pl-xl-4{padding-left:24px !important}.px-xl-4{padding-right:24px !important;padding-left:24px !important}.py-xl-4{padding-top:24px !important;padding-bottom:24px !important}}@media (min-width: 1280px){.p-xl-5{padding:36px !important}.pt-xl-5{padding-top:36px !important}.pr-xl-5{padding-right:36px !important}.pb-xl-5{padding-bottom:36px !important}.pl-xl-5{padding-left:36px !important}.px-xl-5{padding-right:36px !important;padding-left:36px !important}.py-xl-5{padding-top:36px !important;padding-bottom:36px !important}}@media (min-width: 1280px){.p-xl-6{padding:48px !important}.pt-xl-6{padding-top:48px !important}.pr-xl-6{padding-right:48px !important}.pb-xl-6{padding-bottom:48px !important}.pl-xl-6{padding-left:48px !important}.px-xl-6{padding-right:48px !important;padding-left:48px !important}.py-xl-6{padding-top:48px !important;padding-bottom:48px !important}}.h1,.h2,.h3,.h4,.h5,.h6{font-weight:600 !important}.h1{font-size:26px !important}@media (min-width: 768px){.h1{font-size:32px !important}}.h2{font-size:22px !important}@media (min-width: 768px){.h2{font-size:24px !important}}.h3{font-size:18px !important}@media (min-width: 768px){.h3{font-size:20px !important}}.h4{font-size:16px !important}@media (min-width: 768px){.h4{font-size:16px !important}}.h5{font-size:14px !important}.h6{font-size:12px !important}.f1{font-size:26px !important}@media (min-width: 768px){.f1{font-size:32px !important}}.f2{font-size:22px !important}@media (min-width: 768px){.f2{font-size:24px !important}}.f3{font-size:18px !important}@media (min-width: 768px){.f3{font-size:20px !important}}.f4{font-size:16px !important}@media (min-width: 768px){.f4{font-size:16px !important}}.f5{font-size:14px !important}.f6{font-size:12px !important}.f00-light{font-size:40px !important;font-weight:300 !important}@media (min-width: 768px){.f00-light{font-size:48px !important}}.f0-light{font-size:32px !important;font-weight:300 !important}@media (min-width: 768px){.f0-light{font-size:40px !important}}.f1-light{font-size:26px !important;font-weight:300 !important}@media (min-width: 768px){.f1-light{font-size:32px !important}}.f2-light{font-size:22px !important;font-weight:300 !important}@media (min-width: 768px){.f2-light{font-size:24px !important}}.f3-light{font-size:18px !important;font-weight:300 !important}@media (min-width: 768px){.f3-light{font-size:20px !important}}.text-small{font-size:12px !important}.lead{margin-bottom:30px;font-size:20px;font-weight:300;color:#555}.lh-condensed-ultra{line-height:1 !important}.lh-condensed{line-height:1.25 !important}.lh-default{line-height:1.5 !important}.text-right{text-align:right !important}.text-left{text-align:left !important}.text-center{text-align:center !important}.text-normal{font-weight:normal !important}.text-bold{font-weight:600 !important}.text-italic{font-style:italic !important}.text-uppercase{text-transform:uppercase !important}.no-underline{text-decoration:none !important}.no-wrap{white-space:nowrap !important}.text-emphasized{font-weight:600;color:#333}
|
2
|
+
|
@@ -0,0 +1,2 @@
|
|
1
|
+
module.exports = { 'cssstats':
|
2
|
+
{"size":34224,"gzipSize":4200,"humanizedSize":"33kB","humanizedGzipSize":"4kB","rules":{"total":689,"size":{"graph":[6,2,1,1,1,1,11,3,3,3,3,8,3,3,3,3,11,1,1,10,1,1,6,3,3,3,3,8,1,1,1,1,1,1,4,2,2,2,2,2,2,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,3,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,2,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,1,2,1,2,1,2,1,2,1,1,4,1,1,1,1,1,1,1,1,1,1,1,1,2],"max":11,"average":1.351233671988389}},"selectors":{"total":694,"type":4,"class":662,"id":0,"pseudoClass":1,"pseudoElement":2,"values":[".anim-fade-in",".anim-fade-in.fast","0%","100%","0%","100%",".anim-fade-up","0%","100%","0%","100%",".anim-fade-down","0%","100%","0%","100%",".anim-grow-x","to","to",".anim-shrink-x","to","to",".anim-scale-in","0%","100%","0%","100%",".anim-pulse","0%","10%","100%","0%","10%","100%",".anim-pulse-in","0%","50%","100%","0%","50%","100%",".border",".border-top",".border-right",".border-bottom",".border-left",".border-y",".border-blue",".border-gray-light",".border-gray-dark",".border-0",".border-top-0",".border-right-0",".border-bottom-0",".border-left-0",".rounded-0",".rounded-1",".rounded-2",".bg-white",".bg-blue",".bg-blue-light",".bg-gray-dark",".bg-gray",".bg-gray-light",".bg-green",".bg-red",".text-blue",".text-red",".text-gray-light",".text-gray",".text-gray-dark",".text-green",".text-orange",".text-purple",".text-white",".text-inherit",".link-blue",".link-gray-dark",".link-gray",".text-renamed",".text-pending",".muted-link",".muted-link:hover",".position-static",".position-relative",".position-absolute",".position-fixed",".top-0",".right-0",".bottom-0",".left-0",".v-align-middle",".v-align-top",".v-align-bottom",".v-align-text-top",".v-align-text-bottom",".overflow-hidden",".overflow-scroll",".overflow-auto",".clearfix::before",".clearfix::after",".float-right",".float-left",".float-sm-left",".float-sm-right",".float-md-left",".float-md-right",".float-lg-left",".float-lg-right",".float-xl-left",".float-xl-right",".width-fit",".width-full",".height-full",".min-width-0",".v-hidden",".v-visible",".d-table",".d-table-cell",".table-fixed",".d-block",".d-inline",".d-inline-block",".d-none",".d-sm-table",".d-sm-table-cell",".d-sm-block",".d-sm-inline",".d-sm-inline-block",".d-sm-none",".d-md-table",".d-md-table-cell",".d-md-block",".d-md-inline",".d-md-inline-block",".d-md-none",".d-lg-table",".d-lg-table-cell",".d-lg-block",".d-lg-inline",".d-lg-inline-block",".d-lg-none",".d-xl-table",".d-xl-table-cell",".d-xl-block",".d-xl-inline",".d-xl-inline-block",".d-xl-none",".hide-sm",".hide-md",".hide-lg",".hide-xl",".m-0",".mt-0",".mr-0",".mb-0",".ml-0",".mx-0",".my-0",".m-1",".mt-1",".mr-1",".mb-1",".ml-1",".mx-1",".my-1",".m-2",".mt-2",".mr-2",".mb-2",".ml-2",".mx-2",".my-2",".m-3",".mt-3",".mr-3",".mb-3",".ml-3",".mx-3",".my-3",".m-4",".mt-4",".mr-4",".mb-4",".ml-4",".mx-4",".my-4",".m-5",".mt-5",".mr-5",".mb-5",".ml-5",".mx-5",".my-5",".m-6",".mt-6",".mr-6",".mb-6",".ml-6",".mx-6",".my-6",".m-sm-0",".mt-sm-0",".mr-sm-0",".mb-sm-0",".ml-sm-0",".mx-sm-0",".my-sm-0",".m-sm-1",".mt-sm-1",".mr-sm-1",".mb-sm-1",".ml-sm-1",".mx-sm-1",".my-sm-1",".m-sm-2",".mt-sm-2",".mr-sm-2",".mb-sm-2",".ml-sm-2",".mx-sm-2",".my-sm-2",".m-sm-3",".mt-sm-3",".mr-sm-3",".mb-sm-3",".ml-sm-3",".mx-sm-3",".my-sm-3",".m-sm-4",".mt-sm-4",".mr-sm-4",".mb-sm-4",".ml-sm-4",".mx-sm-4",".my-sm-4",".m-sm-5",".mt-sm-5",".mr-sm-5",".mb-sm-5",".ml-sm-5",".mx-sm-5",".my-sm-5",".m-sm-6",".mt-sm-6",".mr-sm-6",".mb-sm-6",".ml-sm-6",".mx-sm-6",".my-sm-6",".m-md-0",".mt-md-0",".mr-md-0",".mb-md-0",".ml-md-0",".mx-md-0",".my-md-0",".m-md-1",".mt-md-1",".mr-md-1",".mb-md-1",".ml-md-1",".mx-md-1",".my-md-1",".m-md-2",".mt-md-2",".mr-md-2",".mb-md-2",".ml-md-2",".mx-md-2",".my-md-2",".m-md-3",".mt-md-3",".mr-md-3",".mb-md-3",".ml-md-3",".mx-md-3",".my-md-3",".m-md-4",".mt-md-4",".mr-md-4",".mb-md-4",".ml-md-4",".mx-md-4",".my-md-4",".m-md-5",".mt-md-5",".mr-md-5",".mb-md-5",".ml-md-5",".mx-md-5",".my-md-5",".m-md-6",".mt-md-6",".mr-md-6",".mb-md-6",".ml-md-6",".mx-md-6",".my-md-6",".m-lg-0",".mt-lg-0",".mr-lg-0",".mb-lg-0",".ml-lg-0",".mx-lg-0",".my-lg-0",".m-lg-1",".mt-lg-1",".mr-lg-1",".mb-lg-1",".ml-lg-1",".mx-lg-1",".my-lg-1",".m-lg-2",".mt-lg-2",".mr-lg-2",".mb-lg-2",".ml-lg-2",".mx-lg-2",".my-lg-2",".m-lg-3",".mt-lg-3",".mr-lg-3",".mb-lg-3",".ml-lg-3",".mx-lg-3",".my-lg-3",".m-lg-4",".mt-lg-4",".mr-lg-4",".mb-lg-4",".ml-lg-4",".mx-lg-4",".my-lg-4",".m-lg-5",".mt-lg-5",".mr-lg-5",".mb-lg-5",".ml-lg-5",".mx-lg-5",".my-lg-5",".m-lg-6",".mt-lg-6",".mr-lg-6",".mb-lg-6",".ml-lg-6",".mx-lg-6",".my-lg-6",".m-xl-0",".mt-xl-0",".mr-xl-0",".mb-xl-0",".ml-xl-0",".mx-xl-0",".my-xl-0",".m-xl-1",".mt-xl-1",".mr-xl-1",".mb-xl-1",".ml-xl-1",".mx-xl-1",".my-xl-1",".m-xl-2",".mt-xl-2",".mr-xl-2",".mb-xl-2",".ml-xl-2",".mx-xl-2",".my-xl-2",".m-xl-3",".mt-xl-3",".mr-xl-3",".mb-xl-3",".ml-xl-3",".mx-xl-3",".my-xl-3",".m-xl-4",".mt-xl-4",".mr-xl-4",".mb-xl-4",".ml-xl-4",".mx-xl-4",".my-xl-4",".m-xl-5",".mt-xl-5",".mr-xl-5",".mb-xl-5",".ml-xl-5",".mx-xl-5",".my-xl-5",".m-xl-6",".mt-xl-6",".mr-xl-6",".mb-xl-6",".ml-xl-6",".mx-xl-6",".my-xl-6",".mx-auto",".p-0",".pt-0",".pr-0",".pb-0",".pl-0",".px-0",".py-0",".p-1",".pt-1",".pr-1",".pb-1",".pl-1",".px-1",".py-1",".p-2",".pt-2",".pr-2",".pb-2",".pl-2",".px-2",".py-2",".p-3",".pt-3",".pr-3",".pb-3",".pl-3",".px-3",".py-3",".p-4",".pt-4",".pr-4",".pb-4",".pl-4",".px-4",".py-4",".p-5",".pt-5",".pr-5",".pb-5",".pl-5",".px-5",".py-5",".p-6",".pt-6",".pr-6",".pb-6",".pl-6",".px-6",".py-6",".p-sm-0",".pt-sm-0",".pr-sm-0",".pb-sm-0",".pl-sm-0",".px-sm-0",".py-sm-0",".p-sm-1",".pt-sm-1",".pr-sm-1",".pb-sm-1",".pl-sm-1",".px-sm-1",".py-sm-1",".p-sm-2",".pt-sm-2",".pr-sm-2",".pb-sm-2",".pl-sm-2",".px-sm-2",".py-sm-2",".p-sm-3",".pt-sm-3",".pr-sm-3",".pb-sm-3",".pl-sm-3",".px-sm-3",".py-sm-3",".p-sm-4",".pt-sm-4",".pr-sm-4",".pb-sm-4",".pl-sm-4",".px-sm-4",".py-sm-4",".p-sm-5",".pt-sm-5",".pr-sm-5",".pb-sm-5",".pl-sm-5",".px-sm-5",".py-sm-5",".p-sm-6",".pt-sm-6",".pr-sm-6",".pb-sm-6",".pl-sm-6",".px-sm-6",".py-sm-6",".p-md-0",".pt-md-0",".pr-md-0",".pb-md-0",".pl-md-0",".px-md-0",".py-md-0",".p-md-1",".pt-md-1",".pr-md-1",".pb-md-1",".pl-md-1",".px-md-1",".py-md-1",".p-md-2",".pt-md-2",".pr-md-2",".pb-md-2",".pl-md-2",".px-md-2",".py-md-2",".p-md-3",".pt-md-3",".pr-md-3",".pb-md-3",".pl-md-3",".px-md-3",".py-md-3",".p-md-4",".pt-md-4",".pr-md-4",".pb-md-4",".pl-md-4",".px-md-4",".py-md-4",".p-md-5",".pt-md-5",".pr-md-5",".pb-md-5",".pl-md-5",".px-md-5",".py-md-5",".p-md-6",".pt-md-6",".pr-md-6",".pb-md-6",".pl-md-6",".px-md-6",".py-md-6",".p-lg-0",".pt-lg-0",".pr-lg-0",".pb-lg-0",".pl-lg-0",".px-lg-0",".py-lg-0",".p-lg-1",".pt-lg-1",".pr-lg-1",".pb-lg-1",".pl-lg-1",".px-lg-1",".py-lg-1",".p-lg-2",".pt-lg-2",".pr-lg-2",".pb-lg-2",".pl-lg-2",".px-lg-2",".py-lg-2",".p-lg-3",".pt-lg-3",".pr-lg-3",".pb-lg-3",".pl-lg-3",".px-lg-3",".py-lg-3",".p-lg-4",".pt-lg-4",".pr-lg-4",".pb-lg-4",".pl-lg-4",".px-lg-4",".py-lg-4",".p-lg-5",".pt-lg-5",".pr-lg-5",".pb-lg-5",".pl-lg-5",".px-lg-5",".py-lg-5",".p-lg-6",".pt-lg-6",".pr-lg-6",".pb-lg-6",".pl-lg-6",".px-lg-6",".py-lg-6",".p-xl-0",".pt-xl-0",".pr-xl-0",".pb-xl-0",".pl-xl-0",".px-xl-0",".py-xl-0",".p-xl-1",".pt-xl-1",".pr-xl-1",".pb-xl-1",".pl-xl-1",".px-xl-1",".py-xl-1",".p-xl-2",".pt-xl-2",".pr-xl-2",".pb-xl-2",".pl-xl-2",".px-xl-2",".py-xl-2",".p-xl-3",".pt-xl-3",".pr-xl-3",".pb-xl-3",".pl-xl-3",".px-xl-3",".py-xl-3",".p-xl-4",".pt-xl-4",".pr-xl-4",".pb-xl-4",".pl-xl-4",".px-xl-4",".py-xl-4",".p-xl-5",".pt-xl-5",".pr-xl-5",".pb-xl-5",".pl-xl-5",".px-xl-5",".py-xl-5",".p-xl-6",".pt-xl-6",".pr-xl-6",".pb-xl-6",".pl-xl-6",".px-xl-6",".py-xl-6",".h1",".h2",".h3",".h4",".h5",".h6",".h1",".h1",".h2",".h2",".h3",".h3",".h4",".h4",".h5",".h6",".f1",".f1",".f2",".f2",".f3",".f3",".f4",".f4",".f5",".f6",".f00-light",".f00-light",".f0-light",".f0-light",".f1-light",".f1-light",".f2-light",".f2-light",".f3-light",".f3-light",".text-small",".lead",".lh-condensed-ultra",".lh-condensed",".lh-default",".text-right",".text-left",".text-center",".text-normal",".text-bold",".text-italic",".text-uppercase",".no-underline",".no-wrap",".text-emphasized"],"specificity":{"max":20,"average":9.61671469740634}},"declarations":{"total":931,"unique":233,"properties":{"-webkit-animation-name":["fade-in","fade-up","fade-down","grow-x","shrink-x","scale-in","pulse","pulse-in"],"animation-name":["fade-in","fade-up","fade-down","grow-x","shrink-x","scale-in","pulse","pulse-in"],"-webkit-animation-duration":["1s","300ms","0.3s","0.3s","0.3s","0.3s","0.15s","2s","0.5s"],"animation-duration":["1s","300ms","0.3s","0.3s","0.3s","0.3s","0.15s","2s","0.5s"],"-webkit-animation-timing-function":["ease-in-out","ease-out","ease-in","ease","ease-in-out","cubic-bezier(0.2, 0, 0.13, 1.5)","linear"],"animation-timing-function":["ease-in-out","ease-out","ease-in","ease","ease-in-out","cubic-bezier(0.2, 0, 0.13, 1.5)","linear"],"opacity":["0","1","0","1","0","0.8","1","0.8","1","1","0.5","1","0.5","0","1","0","1","0.3","1","0.3","0.3","1","0.3"],"-webkit-animation-fill-mode":["forwards","forwards","forwards","forwards"],"animation-fill-mode":["forwards","forwards","forwards","forwards"],"-webkit-animation-delay":["1s","0.5s","0.5s"],"animation-delay":["1s","0.5s","0.5s"],"-webkit-transform":["translateY(100%)","translateY(0)","translateY(100%)","translateY(0)","translateY(0)","translateY(100%)","translateY(0)","translateY(100%)","scale(0.5)","scale(1)","scale(0.5)","scale(1)","scale3d(1, 1, 1)","scale3d(1.1, 1.1, 1.1)","scale3d(1, 1, 1)","scale3d(1, 1, 1)","scale3d(1.1, 1.1, 1.1)","scale3d(1, 1, 1)"],"transform":["translateY(100%)","translateY(0)","translateY(100%)","translateY(0)","translateY(0)","translateY(100%)","translateY(0)","translateY(100%)","scale(0.5)","scale(1)","scale(0.5)","scale(1)","scale3d(1, 1, 1)","scale3d(1.1, 1.1, 1.1)","scale3d(1, 1, 1)","scale3d(1, 1, 1)","scale3d(1.1, 1.1, 1.1)","scale3d(1, 1, 1)"],"width":["0%","100%","100%","0%","0%","100%"],"-webkit-animation-iteration-count":["infinite"],"animation-iteration-count":["infinite"],"border":["1px #e5e5e5 solid","0"],"border-top":["1px #e5e5e5 solid","1px #e5e5e5 solid","0"],"border-right":["1px #e5e5e5 solid","0"],"border-bottom":["1px #e5e5e5 solid","1px #e5e5e5 solid","0"],"border-left":["1px #e5e5e5 solid","0"],"border-color":["#c5d5dd","#eee","#ddd"],"border-radius":["0","3px","6px"],"background-color":["#fff","#4078c0","#f2f8fa","#333","#f5f5f5","#fafafa","#6cc644","#bd2c00"],"color":["#4078c0","#bd2c00","#999","#767676","#333","#55a532","#c9510c","#6e5494","#fff","inherit","#4078c0","#333","#767676","#fffa5d","#cea61b","#767676","#4078c0","#555","#333"],"text-decoration":["none","none"],"position":["static","relative","absolute","fixed"],"top":["0"],"right":["0"],"bottom":["0"],"left":["0"],"vertical-align":["middle","top","bottom","text-top","text-bottom"],"overflow":["hidden","scroll","auto"],"display":["table","table","table","table-cell","block","inline","inline-block","none","table","table-cell","block","inline","inline-block","none","table","table-cell","block","inline","inline-block","none","table","table-cell","block","inline","inline-block","none","table","table-cell","block","inline","inline-block","none","none","none","none","none"],"content":["\"\"","\"\""],"clear":["both"],"float":["right","left","left","right","left","right","left","right","left","right"],"max-width":["100%"],"height":["100%"],"min-width":["0"],"visibility":["hidden","visible"],"table-layout":["fixed"],"margin":["0","3px","6px","12px","24px","36px","48px","0","3px","6px","12px","24px","36px","48px","0","3px","6px","12px","24px","36px","48px","0","3px","6px","12px","24px","36px","48px","0","3px","6px","12px","24px","36px","48px"],"margin-top":["0","0","3px","3px","6px","6px","12px","12px","24px","24px","36px","36px","48px","48px","0","0","3px","3px","6px","6px","12px","12px","24px","24px","36px","36px","48px","48px","0","0","3px","3px","6px","6px","12px","12px","24px","24px","36px","36px","48px","48px","0","0","3px","3px","6px","6px","12px","12px","24px","24px","36px","36px","48px","48px","0","0","3px","3px","6px","6px","12px","12px","24px","24px","36px","36px","48px","48px"],"margin-right":["0","0","3px","3px","6px","6px","12px","12px","24px","24px","36px","36px","48px","48px","0","0","3px","3px","6px","6px","12px","12px","24px","24px","36px","36px","48px","48px","0","0","3px","3px","6px","6px","12px","12px","24px","24px","36px","36px","48px","48px","0","0","3px","3px","6px","6px","12px","12px","24px","24px","36px","36px","48px","48px","0","0","3px","3px","6px","6px","12px","12px","24px","24px","36px","36px","48px","48px","auto"],"margin-bottom":["0","0","3px","3px","6px","6px","12px","12px","24px","24px","36px","36px","48px","48px","0","0","3px","3px","6px","6px","12px","12px","24px","24px","36px","36px","48px","48px","0","0","3px","3px","6px","6px","12px","12px","24px","24px","36px","36px","48px","48px","0","0","3px","3px","6px","6px","12px","12px","24px","24px","36px","36px","48px","48px","0","0","3px","3px","6px","6px","12px","12px","24px","24px","36px","36px","48px","48px","30px"],"margin-left":["0","0","3px","3px","6px","6px","12px","12px","24px","24px","36px","36px","48px","48px","0","0","3px","3px","6px","6px","12px","12px","24px","24px","36px","36px","48px","48px","0","0","3px","3px","6px","6px","12px","12px","24px","24px","36px","36px","48px","48px","0","0","3px","3px","6px","6px","12px","12px","24px","24px","36px","36px","48px","48px","0","0","3px","3px","6px","6px","12px","12px","24px","24px","36px","36px","48px","48px","auto"],"padding":["0","3px","6px","12px","24px","36px","48px","0","3px","6px","12px","24px","36px","48px","0","3px","6px","12px","24px","36px","48px","0","3px","6px","12px","24px","36px","48px","0","3px","6px","12px","24px","36px","48px"],"padding-top":["0","0","3px","3px","6px","6px","12px","12px","24px","24px","36px","36px","48px","48px","0","0","3px","3px","6px","6px","12px","12px","24px","24px","36px","36px","48px","48px","0","0","3px","3px","6px","6px","12px","12px","24px","24px","36px","36px","48px","48px","0","0","3px","3px","6px","6px","12px","12px","24px","24px","36px","36px","48px","48px","0","0","3px","3px","6px","6px","12px","12px","24px","24px","36px","36px","48px","48px"],"padding-right":["0","0","3px","3px","6px","6px","12px","12px","24px","24px","36px","36px","48px","48px","0","0","3px","3px","6px","6px","12px","12px","24px","24px","36px","36px","48px","48px","0","0","3px","3px","6px","6px","12px","12px","24px","24px","36px","36px","48px","48px","0","0","3px","3px","6px","6px","12px","12px","24px","24px","36px","36px","48px","48px","0","0","3px","3px","6px","6px","12px","12px","24px","24px","36px","36px","48px","48px"],"padding-bottom":["0","0","3px","3px","6px","6px","12px","12px","24px","24px","36px","36px","48px","48px","0","0","3px","3px","6px","6px","12px","12px","24px","24px","36px","36px","48px","48px","0","0","3px","3px","6px","6px","12px","12px","24px","24px","36px","36px","48px","48px","0","0","3px","3px","6px","6px","12px","12px","24px","24px","36px","36px","48px","48px","0","0","3px","3px","6px","6px","12px","12px","24px","24px","36px","36px","48px","48px"],"padding-left":["0","0","3px","3px","6px","6px","12px","12px","24px","24px","36px","36px","48px","48px","0","0","3px","3px","6px","6px","12px","12px","24px","24px","36px","36px","48px","48px","0","0","3px","3px","6px","6px","12px","12px","24px","24px","36px","36px","48px","48px","0","0","3px","3px","6px","6px","12px","12px","24px","24px","36px","36px","48px","48px","0","0","3px","3px","6px","6px","12px","12px","24px","24px","36px","36px","48px","48px"],"font-weight":["600","300","300","300","300","300","300","normal","600","600"],"font-size":["26px","32px","22px","24px","18px","20px","16px","16px","14px","12px","26px","32px","22px","24px","18px","20px","16px","16px","14px","12px","40px","48px","32px","40px","26px","32px","22px","24px","18px","20px","12px","20px"],"line-height":["1","1.25","1.5"],"text-align":["right","left","center"],"font-style":["italic"],"text-transform":["uppercase"],"white-space":["nowrap"]}},"mediaQueries":{"total":81,"unique":7,"values":["(min-width: 544px)","(min-width: 768px)","(min-width: 1004px)","(min-width: 1280px)","(min-width: 544px)","(min-width: 768px)","(min-width: 1004px)","(min-width: 1280px)","(max-width: 544px)","(min-width: 544px) and (max-width: 768px)","(min-width: 768px) and (max-width: 1004px)","(min-width: 1004px)","(min-width: 544px)","(min-width: 544px)","(min-width: 544px)","(min-width: 544px)","(min-width: 544px)","(min-width: 544px)","(min-width: 544px)","(min-width: 768px)","(min-width: 768px)","(min-width: 768px)","(min-width: 768px)","(min-width: 768px)","(min-width: 768px)","(min-width: 768px)","(min-width: 1004px)","(min-width: 1004px)","(min-width: 1004px)","(min-width: 1004px)","(min-width: 1004px)","(min-width: 1004px)","(min-width: 1004px)","(min-width: 1280px)","(min-width: 1280px)","(min-width: 1280px)","(min-width: 1280px)","(min-width: 1280px)","(min-width: 1280px)","(min-width: 1280px)","(min-width: 544px)","(min-width: 544px)","(min-width: 544px)","(min-width: 544px)","(min-width: 544px)","(min-width: 544px)","(min-width: 544px)","(min-width: 768px)","(min-width: 768px)","(min-width: 768px)","(min-width: 768px)","(min-width: 768px)","(min-width: 768px)","(min-width: 768px)","(min-width: 1004px)","(min-width: 1004px)","(min-width: 1004px)","(min-width: 1004px)","(min-width: 1004px)","(min-width: 1004px)","(min-width: 1004px)","(min-width: 1280px)","(min-width: 1280px)","(min-width: 1280px)","(min-width: 1280px)","(min-width: 1280px)","(min-width: 1280px)","(min-width: 1280px)","(min-width: 768px)","(min-width: 768px)","(min-width: 768px)","(min-width: 768px)","(min-width: 768px)","(min-width: 768px)","(min-width: 768px)","(min-width: 768px)","(min-width: 768px)","(min-width: 768px)","(min-width: 768px)","(min-width: 768px)","(min-width: 768px)"],"contents":[{"value":"(min-width: 544px)","rules":{"total":2,"size":{"graph":[1,1],"max":1,"average":1}},"selectors":{"total":2,"type":0,"class":2,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".float-sm-left",".float-sm-right"],"specificity":{"max":10,"average":10}},"declarations":{"total":2,"unique":2,"properties":{"float":["left","right"]}}},{"value":"(min-width: 768px)","rules":{"total":2,"size":{"graph":[1,1],"max":1,"average":1}},"selectors":{"total":2,"type":0,"class":2,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".float-md-left",".float-md-right"],"specificity":{"max":10,"average":10}},"declarations":{"total":2,"unique":2,"properties":{"float":["left","right"]}}},{"value":"(min-width: 1004px)","rules":{"total":2,"size":{"graph":[1,1],"max":1,"average":1}},"selectors":{"total":2,"type":0,"class":2,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".float-lg-left",".float-lg-right"],"specificity":{"max":10,"average":10}},"declarations":{"total":2,"unique":2,"properties":{"float":["left","right"]}}},{"value":"(min-width: 1280px)","rules":{"total":2,"size":{"graph":[1,1],"max":1,"average":1}},"selectors":{"total":2,"type":0,"class":2,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".float-xl-left",".float-xl-right"],"specificity":{"max":10,"average":10}},"declarations":{"total":2,"unique":2,"properties":{"float":["left","right"]}}},{"value":"(min-width: 544px)","rules":{"total":6,"size":{"graph":[1,1,1,1,1,1],"max":1,"average":1}},"selectors":{"total":6,"type":0,"class":6,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".d-sm-table",".d-sm-table-cell",".d-sm-block",".d-sm-inline",".d-sm-inline-block",".d-sm-none"],"specificity":{"max":10,"average":10}},"declarations":{"total":6,"unique":6,"properties":{"display":["table","table-cell","block","inline","inline-block","none"]}}},{"value":"(min-width: 768px)","rules":{"total":6,"size":{"graph":[1,1,1,1,1,1],"max":1,"average":1}},"selectors":{"total":6,"type":0,"class":6,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".d-md-table",".d-md-table-cell",".d-md-block",".d-md-inline",".d-md-inline-block",".d-md-none"],"specificity":{"max":10,"average":10}},"declarations":{"total":6,"unique":6,"properties":{"display":["table","table-cell","block","inline","inline-block","none"]}}},{"value":"(min-width: 1004px)","rules":{"total":6,"size":{"graph":[1,1,1,1,1,1],"max":1,"average":1}},"selectors":{"total":6,"type":0,"class":6,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".d-lg-table",".d-lg-table-cell",".d-lg-block",".d-lg-inline",".d-lg-inline-block",".d-lg-none"],"specificity":{"max":10,"average":10}},"declarations":{"total":6,"unique":6,"properties":{"display":["table","table-cell","block","inline","inline-block","none"]}}},{"value":"(min-width: 1280px)","rules":{"total":6,"size":{"graph":[1,1,1,1,1,1],"max":1,"average":1}},"selectors":{"total":6,"type":0,"class":6,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".d-xl-table",".d-xl-table-cell",".d-xl-block",".d-xl-inline",".d-xl-inline-block",".d-xl-none"],"specificity":{"max":10,"average":10}},"declarations":{"total":6,"unique":6,"properties":{"display":["table","table-cell","block","inline","inline-block","none"]}}},{"value":"(max-width: 544px)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1}},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".hide-sm"],"specificity":{"max":10,"average":10}},"declarations":{"total":1,"unique":1,"properties":{"display":["none"]}}},{"value":"(min-width: 544px) and (max-width: 768px)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1}},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".hide-md"],"specificity":{"max":10,"average":10}},"declarations":{"total":1,"unique":1,"properties":{"display":["none"]}}},{"value":"(min-width: 768px) and (max-width: 1004px)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1}},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".hide-lg"],"specificity":{"max":10,"average":10}},"declarations":{"total":1,"unique":1,"properties":{"display":["none"]}}},{"value":"(min-width: 1004px)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1}},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".hide-xl"],"specificity":{"max":10,"average":10}},"declarations":{"total":1,"unique":1,"properties":{"display":["none"]}}},{"value":"(min-width: 544px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".m-sm-0",".mt-sm-0",".mr-sm-0",".mb-sm-0",".ml-sm-0",".mx-sm-0",".my-sm-0"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"margin":["0"],"margin-top":["0","0"],"margin-right":["0","0"],"margin-bottom":["0","0"],"margin-left":["0","0"]}}},{"value":"(min-width: 544px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".m-sm-1",".mt-sm-1",".mr-sm-1",".mb-sm-1",".ml-sm-1",".mx-sm-1",".my-sm-1"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"margin":["3px"],"margin-top":["3px","3px"],"margin-right":["3px","3px"],"margin-bottom":["3px","3px"],"margin-left":["3px","3px"]}}},{"value":"(min-width: 544px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".m-sm-2",".mt-sm-2",".mr-sm-2",".mb-sm-2",".ml-sm-2",".mx-sm-2",".my-sm-2"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"margin":["6px"],"margin-top":["6px","6px"],"margin-right":["6px","6px"],"margin-bottom":["6px","6px"],"margin-left":["6px","6px"]}}},{"value":"(min-width: 544px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".m-sm-3",".mt-sm-3",".mr-sm-3",".mb-sm-3",".ml-sm-3",".mx-sm-3",".my-sm-3"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"margin":["12px"],"margin-top":["12px","12px"],"margin-right":["12px","12px"],"margin-bottom":["12px","12px"],"margin-left":["12px","12px"]}}},{"value":"(min-width: 544px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".m-sm-4",".mt-sm-4",".mr-sm-4",".mb-sm-4",".ml-sm-4",".mx-sm-4",".my-sm-4"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"margin":["24px"],"margin-top":["24px","24px"],"margin-right":["24px","24px"],"margin-bottom":["24px","24px"],"margin-left":["24px","24px"]}}},{"value":"(min-width: 544px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".m-sm-5",".mt-sm-5",".mr-sm-5",".mb-sm-5",".ml-sm-5",".mx-sm-5",".my-sm-5"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"margin":["36px"],"margin-top":["36px","36px"],"margin-right":["36px","36px"],"margin-bottom":["36px","36px"],"margin-left":["36px","36px"]}}},{"value":"(min-width: 544px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".m-sm-6",".mt-sm-6",".mr-sm-6",".mb-sm-6",".ml-sm-6",".mx-sm-6",".my-sm-6"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"margin":["48px"],"margin-top":["48px","48px"],"margin-right":["48px","48px"],"margin-bottom":["48px","48px"],"margin-left":["48px","48px"]}}},{"value":"(min-width: 768px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".m-md-0",".mt-md-0",".mr-md-0",".mb-md-0",".ml-md-0",".mx-md-0",".my-md-0"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"margin":["0"],"margin-top":["0","0"],"margin-right":["0","0"],"margin-bottom":["0","0"],"margin-left":["0","0"]}}},{"value":"(min-width: 768px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".m-md-1",".mt-md-1",".mr-md-1",".mb-md-1",".ml-md-1",".mx-md-1",".my-md-1"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"margin":["3px"],"margin-top":["3px","3px"],"margin-right":["3px","3px"],"margin-bottom":["3px","3px"],"margin-left":["3px","3px"]}}},{"value":"(min-width: 768px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".m-md-2",".mt-md-2",".mr-md-2",".mb-md-2",".ml-md-2",".mx-md-2",".my-md-2"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"margin":["6px"],"margin-top":["6px","6px"],"margin-right":["6px","6px"],"margin-bottom":["6px","6px"],"margin-left":["6px","6px"]}}},{"value":"(min-width: 768px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".m-md-3",".mt-md-3",".mr-md-3",".mb-md-3",".ml-md-3",".mx-md-3",".my-md-3"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"margin":["12px"],"margin-top":["12px","12px"],"margin-right":["12px","12px"],"margin-bottom":["12px","12px"],"margin-left":["12px","12px"]}}},{"value":"(min-width: 768px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".m-md-4",".mt-md-4",".mr-md-4",".mb-md-4",".ml-md-4",".mx-md-4",".my-md-4"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"margin":["24px"],"margin-top":["24px","24px"],"margin-right":["24px","24px"],"margin-bottom":["24px","24px"],"margin-left":["24px","24px"]}}},{"value":"(min-width: 768px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".m-md-5",".mt-md-5",".mr-md-5",".mb-md-5",".ml-md-5",".mx-md-5",".my-md-5"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"margin":["36px"],"margin-top":["36px","36px"],"margin-right":["36px","36px"],"margin-bottom":["36px","36px"],"margin-left":["36px","36px"]}}},{"value":"(min-width: 768px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".m-md-6",".mt-md-6",".mr-md-6",".mb-md-6",".ml-md-6",".mx-md-6",".my-md-6"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"margin":["48px"],"margin-top":["48px","48px"],"margin-right":["48px","48px"],"margin-bottom":["48px","48px"],"margin-left":["48px","48px"]}}},{"value":"(min-width: 1004px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".m-lg-0",".mt-lg-0",".mr-lg-0",".mb-lg-0",".ml-lg-0",".mx-lg-0",".my-lg-0"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"margin":["0"],"margin-top":["0","0"],"margin-right":["0","0"],"margin-bottom":["0","0"],"margin-left":["0","0"]}}},{"value":"(min-width: 1004px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".m-lg-1",".mt-lg-1",".mr-lg-1",".mb-lg-1",".ml-lg-1",".mx-lg-1",".my-lg-1"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"margin":["3px"],"margin-top":["3px","3px"],"margin-right":["3px","3px"],"margin-bottom":["3px","3px"],"margin-left":["3px","3px"]}}},{"value":"(min-width: 1004px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".m-lg-2",".mt-lg-2",".mr-lg-2",".mb-lg-2",".ml-lg-2",".mx-lg-2",".my-lg-2"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"margin":["6px"],"margin-top":["6px","6px"],"margin-right":["6px","6px"],"margin-bottom":["6px","6px"],"margin-left":["6px","6px"]}}},{"value":"(min-width: 1004px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".m-lg-3",".mt-lg-3",".mr-lg-3",".mb-lg-3",".ml-lg-3",".mx-lg-3",".my-lg-3"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"margin":["12px"],"margin-top":["12px","12px"],"margin-right":["12px","12px"],"margin-bottom":["12px","12px"],"margin-left":["12px","12px"]}}},{"value":"(min-width: 1004px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".m-lg-4",".mt-lg-4",".mr-lg-4",".mb-lg-4",".ml-lg-4",".mx-lg-4",".my-lg-4"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"margin":["24px"],"margin-top":["24px","24px"],"margin-right":["24px","24px"],"margin-bottom":["24px","24px"],"margin-left":["24px","24px"]}}},{"value":"(min-width: 1004px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".m-lg-5",".mt-lg-5",".mr-lg-5",".mb-lg-5",".ml-lg-5",".mx-lg-5",".my-lg-5"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"margin":["36px"],"margin-top":["36px","36px"],"margin-right":["36px","36px"],"margin-bottom":["36px","36px"],"margin-left":["36px","36px"]}}},{"value":"(min-width: 1004px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".m-lg-6",".mt-lg-6",".mr-lg-6",".mb-lg-6",".ml-lg-6",".mx-lg-6",".my-lg-6"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"margin":["48px"],"margin-top":["48px","48px"],"margin-right":["48px","48px"],"margin-bottom":["48px","48px"],"margin-left":["48px","48px"]}}},{"value":"(min-width: 1280px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".m-xl-0",".mt-xl-0",".mr-xl-0",".mb-xl-0",".ml-xl-0",".mx-xl-0",".my-xl-0"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"margin":["0"],"margin-top":["0","0"],"margin-right":["0","0"],"margin-bottom":["0","0"],"margin-left":["0","0"]}}},{"value":"(min-width: 1280px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".m-xl-1",".mt-xl-1",".mr-xl-1",".mb-xl-1",".ml-xl-1",".mx-xl-1",".my-xl-1"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"margin":["3px"],"margin-top":["3px","3px"],"margin-right":["3px","3px"],"margin-bottom":["3px","3px"],"margin-left":["3px","3px"]}}},{"value":"(min-width: 1280px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".m-xl-2",".mt-xl-2",".mr-xl-2",".mb-xl-2",".ml-xl-2",".mx-xl-2",".my-xl-2"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"margin":["6px"],"margin-top":["6px","6px"],"margin-right":["6px","6px"],"margin-bottom":["6px","6px"],"margin-left":["6px","6px"]}}},{"value":"(min-width: 1280px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".m-xl-3",".mt-xl-3",".mr-xl-3",".mb-xl-3",".ml-xl-3",".mx-xl-3",".my-xl-3"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"margin":["12px"],"margin-top":["12px","12px"],"margin-right":["12px","12px"],"margin-bottom":["12px","12px"],"margin-left":["12px","12px"]}}},{"value":"(min-width: 1280px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".m-xl-4",".mt-xl-4",".mr-xl-4",".mb-xl-4",".ml-xl-4",".mx-xl-4",".my-xl-4"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"margin":["24px"],"margin-top":["24px","24px"],"margin-right":["24px","24px"],"margin-bottom":["24px","24px"],"margin-left":["24px","24px"]}}},{"value":"(min-width: 1280px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".m-xl-5",".mt-xl-5",".mr-xl-5",".mb-xl-5",".ml-xl-5",".mx-xl-5",".my-xl-5"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"margin":["36px"],"margin-top":["36px","36px"],"margin-right":["36px","36px"],"margin-bottom":["36px","36px"],"margin-left":["36px","36px"]}}},{"value":"(min-width: 1280px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".m-xl-6",".mt-xl-6",".mr-xl-6",".mb-xl-6",".ml-xl-6",".mx-xl-6",".my-xl-6"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"margin":["48px"],"margin-top":["48px","48px"],"margin-right":["48px","48px"],"margin-bottom":["48px","48px"],"margin-left":["48px","48px"]}}},{"value":"(min-width: 544px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".p-sm-0",".pt-sm-0",".pr-sm-0",".pb-sm-0",".pl-sm-0",".px-sm-0",".py-sm-0"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"padding":["0"],"padding-top":["0","0"],"padding-right":["0","0"],"padding-bottom":["0","0"],"padding-left":["0","0"]}}},{"value":"(min-width: 544px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".p-sm-1",".pt-sm-1",".pr-sm-1",".pb-sm-1",".pl-sm-1",".px-sm-1",".py-sm-1"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"padding":["3px"],"padding-top":["3px","3px"],"padding-right":["3px","3px"],"padding-bottom":["3px","3px"],"padding-left":["3px","3px"]}}},{"value":"(min-width: 544px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".p-sm-2",".pt-sm-2",".pr-sm-2",".pb-sm-2",".pl-sm-2",".px-sm-2",".py-sm-2"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"padding":["6px"],"padding-top":["6px","6px"],"padding-right":["6px","6px"],"padding-bottom":["6px","6px"],"padding-left":["6px","6px"]}}},{"value":"(min-width: 544px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".p-sm-3",".pt-sm-3",".pr-sm-3",".pb-sm-3",".pl-sm-3",".px-sm-3",".py-sm-3"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"padding":["12px"],"padding-top":["12px","12px"],"padding-right":["12px","12px"],"padding-bottom":["12px","12px"],"padding-left":["12px","12px"]}}},{"value":"(min-width: 544px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".p-sm-4",".pt-sm-4",".pr-sm-4",".pb-sm-4",".pl-sm-4",".px-sm-4",".py-sm-4"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"padding":["24px"],"padding-top":["24px","24px"],"padding-right":["24px","24px"],"padding-bottom":["24px","24px"],"padding-left":["24px","24px"]}}},{"value":"(min-width: 544px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".p-sm-5",".pt-sm-5",".pr-sm-5",".pb-sm-5",".pl-sm-5",".px-sm-5",".py-sm-5"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"padding":["36px"],"padding-top":["36px","36px"],"padding-right":["36px","36px"],"padding-bottom":["36px","36px"],"padding-left":["36px","36px"]}}},{"value":"(min-width: 544px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".p-sm-6",".pt-sm-6",".pr-sm-6",".pb-sm-6",".pl-sm-6",".px-sm-6",".py-sm-6"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"padding":["48px"],"padding-top":["48px","48px"],"padding-right":["48px","48px"],"padding-bottom":["48px","48px"],"padding-left":["48px","48px"]}}},{"value":"(min-width: 768px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".p-md-0",".pt-md-0",".pr-md-0",".pb-md-0",".pl-md-0",".px-md-0",".py-md-0"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"padding":["0"],"padding-top":["0","0"],"padding-right":["0","0"],"padding-bottom":["0","0"],"padding-left":["0","0"]}}},{"value":"(min-width: 768px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".p-md-1",".pt-md-1",".pr-md-1",".pb-md-1",".pl-md-1",".px-md-1",".py-md-1"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"padding":["3px"],"padding-top":["3px","3px"],"padding-right":["3px","3px"],"padding-bottom":["3px","3px"],"padding-left":["3px","3px"]}}},{"value":"(min-width: 768px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".p-md-2",".pt-md-2",".pr-md-2",".pb-md-2",".pl-md-2",".px-md-2",".py-md-2"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"padding":["6px"],"padding-top":["6px","6px"],"padding-right":["6px","6px"],"padding-bottom":["6px","6px"],"padding-left":["6px","6px"]}}},{"value":"(min-width: 768px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".p-md-3",".pt-md-3",".pr-md-3",".pb-md-3",".pl-md-3",".px-md-3",".py-md-3"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"padding":["12px"],"padding-top":["12px","12px"],"padding-right":["12px","12px"],"padding-bottom":["12px","12px"],"padding-left":["12px","12px"]}}},{"value":"(min-width: 768px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".p-md-4",".pt-md-4",".pr-md-4",".pb-md-4",".pl-md-4",".px-md-4",".py-md-4"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"padding":["24px"],"padding-top":["24px","24px"],"padding-right":["24px","24px"],"padding-bottom":["24px","24px"],"padding-left":["24px","24px"]}}},{"value":"(min-width: 768px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".p-md-5",".pt-md-5",".pr-md-5",".pb-md-5",".pl-md-5",".px-md-5",".py-md-5"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"padding":["36px"],"padding-top":["36px","36px"],"padding-right":["36px","36px"],"padding-bottom":["36px","36px"],"padding-left":["36px","36px"]}}},{"value":"(min-width: 768px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".p-md-6",".pt-md-6",".pr-md-6",".pb-md-6",".pl-md-6",".px-md-6",".py-md-6"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"padding":["48px"],"padding-top":["48px","48px"],"padding-right":["48px","48px"],"padding-bottom":["48px","48px"],"padding-left":["48px","48px"]}}},{"value":"(min-width: 1004px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".p-lg-0",".pt-lg-0",".pr-lg-0",".pb-lg-0",".pl-lg-0",".px-lg-0",".py-lg-0"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"padding":["0"],"padding-top":["0","0"],"padding-right":["0","0"],"padding-bottom":["0","0"],"padding-left":["0","0"]}}},{"value":"(min-width: 1004px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".p-lg-1",".pt-lg-1",".pr-lg-1",".pb-lg-1",".pl-lg-1",".px-lg-1",".py-lg-1"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"padding":["3px"],"padding-top":["3px","3px"],"padding-right":["3px","3px"],"padding-bottom":["3px","3px"],"padding-left":["3px","3px"]}}},{"value":"(min-width: 1004px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".p-lg-2",".pt-lg-2",".pr-lg-2",".pb-lg-2",".pl-lg-2",".px-lg-2",".py-lg-2"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"padding":["6px"],"padding-top":["6px","6px"],"padding-right":["6px","6px"],"padding-bottom":["6px","6px"],"padding-left":["6px","6px"]}}},{"value":"(min-width: 1004px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".p-lg-3",".pt-lg-3",".pr-lg-3",".pb-lg-3",".pl-lg-3",".px-lg-3",".py-lg-3"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"padding":["12px"],"padding-top":["12px","12px"],"padding-right":["12px","12px"],"padding-bottom":["12px","12px"],"padding-left":["12px","12px"]}}},{"value":"(min-width: 1004px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".p-lg-4",".pt-lg-4",".pr-lg-4",".pb-lg-4",".pl-lg-4",".px-lg-4",".py-lg-4"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"padding":["24px"],"padding-top":["24px","24px"],"padding-right":["24px","24px"],"padding-bottom":["24px","24px"],"padding-left":["24px","24px"]}}},{"value":"(min-width: 1004px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".p-lg-5",".pt-lg-5",".pr-lg-5",".pb-lg-5",".pl-lg-5",".px-lg-5",".py-lg-5"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"padding":["36px"],"padding-top":["36px","36px"],"padding-right":["36px","36px"],"padding-bottom":["36px","36px"],"padding-left":["36px","36px"]}}},{"value":"(min-width: 1004px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".p-lg-6",".pt-lg-6",".pr-lg-6",".pb-lg-6",".pl-lg-6",".px-lg-6",".py-lg-6"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"padding":["48px"],"padding-top":["48px","48px"],"padding-right":["48px","48px"],"padding-bottom":["48px","48px"],"padding-left":["48px","48px"]}}},{"value":"(min-width: 1280px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".p-xl-0",".pt-xl-0",".pr-xl-0",".pb-xl-0",".pl-xl-0",".px-xl-0",".py-xl-0"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"padding":["0"],"padding-top":["0","0"],"padding-right":["0","0"],"padding-bottom":["0","0"],"padding-left":["0","0"]}}},{"value":"(min-width: 1280px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".p-xl-1",".pt-xl-1",".pr-xl-1",".pb-xl-1",".pl-xl-1",".px-xl-1",".py-xl-1"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"padding":["3px"],"padding-top":["3px","3px"],"padding-right":["3px","3px"],"padding-bottom":["3px","3px"],"padding-left":["3px","3px"]}}},{"value":"(min-width: 1280px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".p-xl-2",".pt-xl-2",".pr-xl-2",".pb-xl-2",".pl-xl-2",".px-xl-2",".py-xl-2"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"padding":["6px"],"padding-top":["6px","6px"],"padding-right":["6px","6px"],"padding-bottom":["6px","6px"],"padding-left":["6px","6px"]}}},{"value":"(min-width: 1280px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".p-xl-3",".pt-xl-3",".pr-xl-3",".pb-xl-3",".pl-xl-3",".px-xl-3",".py-xl-3"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"padding":["12px"],"padding-top":["12px","12px"],"padding-right":["12px","12px"],"padding-bottom":["12px","12px"],"padding-left":["12px","12px"]}}},{"value":"(min-width: 1280px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".p-xl-4",".pt-xl-4",".pr-xl-4",".pb-xl-4",".pl-xl-4",".px-xl-4",".py-xl-4"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"padding":["24px"],"padding-top":["24px","24px"],"padding-right":["24px","24px"],"padding-bottom":["24px","24px"],"padding-left":["24px","24px"]}}},{"value":"(min-width: 1280px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".p-xl-5",".pt-xl-5",".pr-xl-5",".pb-xl-5",".pl-xl-5",".px-xl-5",".py-xl-5"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"padding":["36px"],"padding-top":["36px","36px"],"padding-right":["36px","36px"],"padding-bottom":["36px","36px"],"padding-left":["36px","36px"]}}},{"value":"(min-width: 1280px)","rules":{"total":7,"size":{"graph":[1,1,1,1,1,2,2],"max":2,"average":1.2857142857142858}},"selectors":{"total":7,"type":0,"class":7,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".p-xl-6",".pt-xl-6",".pr-xl-6",".pb-xl-6",".pl-xl-6",".px-xl-6",".py-xl-6"],"specificity":{"max":10,"average":10}},"declarations":{"total":9,"unique":5,"properties":{"padding":["48px"],"padding-top":["48px","48px"],"padding-right":["48px","48px"],"padding-bottom":["48px","48px"],"padding-left":["48px","48px"]}}},{"value":"(min-width: 768px)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1}},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".h1"],"specificity":{"max":10,"average":10}},"declarations":{"total":1,"unique":1,"properties":{"font-size":["32px"]}}},{"value":"(min-width: 768px)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1}},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".h2"],"specificity":{"max":10,"average":10}},"declarations":{"total":1,"unique":1,"properties":{"font-size":["24px"]}}},{"value":"(min-width: 768px)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1}},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".h3"],"specificity":{"max":10,"average":10}},"declarations":{"total":1,"unique":1,"properties":{"font-size":["20px"]}}},{"value":"(min-width: 768px)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1}},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".h4"],"specificity":{"max":10,"average":10}},"declarations":{"total":1,"unique":1,"properties":{"font-size":["16px"]}}},{"value":"(min-width: 768px)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1}},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".f1"],"specificity":{"max":10,"average":10}},"declarations":{"total":1,"unique":1,"properties":{"font-size":["32px"]}}},{"value":"(min-width: 768px)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1}},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".f2"],"specificity":{"max":10,"average":10}},"declarations":{"total":1,"unique":1,"properties":{"font-size":["24px"]}}},{"value":"(min-width: 768px)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1}},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".f3"],"specificity":{"max":10,"average":10}},"declarations":{"total":1,"unique":1,"properties":{"font-size":["20px"]}}},{"value":"(min-width: 768px)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1}},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".f4"],"specificity":{"max":10,"average":10}},"declarations":{"total":1,"unique":1,"properties":{"font-size":["16px"]}}},{"value":"(min-width: 768px)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1}},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".f00-light"],"specificity":{"max":10,"average":10}},"declarations":{"total":1,"unique":1,"properties":{"font-size":["48px"]}}},{"value":"(min-width: 768px)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1}},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".f0-light"],"specificity":{"max":10,"average":10}},"declarations":{"total":1,"unique":1,"properties":{"font-size":["40px"]}}},{"value":"(min-width: 768px)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1}},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".f1-light"],"specificity":{"max":10,"average":10}},"declarations":{"total":1,"unique":1,"properties":{"font-size":["32px"]}}},{"value":"(min-width: 768px)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1}},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".f2-light"],"specificity":{"max":10,"average":10}},"declarations":{"total":1,"unique":1,"properties":{"font-size":["24px"]}}},{"value":"(min-width: 768px)","rules":{"total":1,"size":{"graph":[1],"max":1,"average":1}},"selectors":{"total":1,"type":0,"class":1,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".f3-light"],"specificity":{"max":10,"average":10}},"declarations":{"total":1,"unique":1,"properties":{"font-size":["20px"]}}}]}}}
|
@@ -0,0 +1,9 @@
|
|
1
|
+
@import "primer-support/index.scss";
|
2
|
+
// utilities
|
3
|
+
@import "./lib/animations.scss";
|
4
|
+
@import "./lib/border.scss";
|
5
|
+
@import "./lib/colors.scss";
|
6
|
+
@import "./lib/layout.scss";
|
7
|
+
@import "./lib/margin.scss";
|
8
|
+
@import "./lib/padding.scss";
|
9
|
+
@import "./lib/typography.scss";
|
@@ -0,0 +1,156 @@
|
|
1
|
+
// This file contains reusable animations for github.
|
2
|
+
|
3
|
+
// Fade in
|
4
|
+
// A class to fade in an element on the page.
|
5
|
+
.anim-fade-in {
|
6
|
+
animation-name: fade-in;
|
7
|
+
animation-duration: 1s;
|
8
|
+
animation-timing-function: ease-in-out;
|
9
|
+
|
10
|
+
&.fast {
|
11
|
+
animation-duration: 300ms;
|
12
|
+
}
|
13
|
+
}
|
14
|
+
|
15
|
+
@keyframes fade-in {
|
16
|
+
0% {
|
17
|
+
opacity: 0;
|
18
|
+
}
|
19
|
+
|
20
|
+
100% {
|
21
|
+
opacity: 1;
|
22
|
+
}
|
23
|
+
}
|
24
|
+
|
25
|
+
// Fade up
|
26
|
+
// A class that will fade in and slide up an element
|
27
|
+
.anim-fade-up {
|
28
|
+
opacity: 0;
|
29
|
+
animation-name: fade-up;
|
30
|
+
animation-duration: 0.3s;
|
31
|
+
animation-fill-mode: forwards;
|
32
|
+
animation-timing-function: ease-out;
|
33
|
+
animation-delay: 1s;
|
34
|
+
}
|
35
|
+
|
36
|
+
@keyframes fade-up {
|
37
|
+
0% {
|
38
|
+
opacity: 0.8;
|
39
|
+
transform: translateY(100%);
|
40
|
+
}
|
41
|
+
|
42
|
+
100% {
|
43
|
+
opacity: 1;
|
44
|
+
transform: translateY(0);
|
45
|
+
}
|
46
|
+
}
|
47
|
+
|
48
|
+
// Fade down
|
49
|
+
// A class that will fade an element out and slide down.
|
50
|
+
.anim-fade-down {
|
51
|
+
animation-name: fade-down;
|
52
|
+
animation-duration: 0.3s;
|
53
|
+
animation-fill-mode: forwards;
|
54
|
+
animation-timing-function: ease-in;
|
55
|
+
}
|
56
|
+
|
57
|
+
@keyframes fade-down {
|
58
|
+
0% {
|
59
|
+
opacity: 1;
|
60
|
+
transform: translateY(0);
|
61
|
+
}
|
62
|
+
|
63
|
+
100% {
|
64
|
+
opacity: 0.5;
|
65
|
+
transform: translateY(100%);
|
66
|
+
}
|
67
|
+
}
|
68
|
+
|
69
|
+
// Grow X
|
70
|
+
// A class that will grow an element width from 0 to 100%
|
71
|
+
.anim-grow-x {
|
72
|
+
width: 0%;
|
73
|
+
animation-name: grow-x;
|
74
|
+
animation-duration: 0.3s;
|
75
|
+
animation-fill-mode: forwards;
|
76
|
+
animation-timing-function: ease;
|
77
|
+
animation-delay: 0.5s;
|
78
|
+
}
|
79
|
+
|
80
|
+
@keyframes grow-x {
|
81
|
+
to { width: 100%; }
|
82
|
+
}
|
83
|
+
|
84
|
+
// Shrink X
|
85
|
+
// A class that will shrink an element from 100% to 0%
|
86
|
+
.anim-shrink-x {
|
87
|
+
animation-name: shrink-x;
|
88
|
+
animation-duration: 0.3s;
|
89
|
+
animation-fill-mode: forwards;
|
90
|
+
animation-timing-function: ease-in-out;
|
91
|
+
animation-delay: 0.5s;
|
92
|
+
}
|
93
|
+
|
94
|
+
@keyframes shrink-x {
|
95
|
+
to { width: 0%; }
|
96
|
+
}
|
97
|
+
|
98
|
+
// Scale in
|
99
|
+
// A class to fade in an element and scale it fast
|
100
|
+
.anim-scale-in {
|
101
|
+
animation-name: scale-in;
|
102
|
+
animation-duration: 0.15s;
|
103
|
+
animation-timing-function: cubic-bezier(0.2, 0, 0.13, 1.5);
|
104
|
+
}
|
105
|
+
|
106
|
+
@keyframes scale-in {
|
107
|
+
0% {
|
108
|
+
opacity: 0;
|
109
|
+
transform: scale(0.5);
|
110
|
+
}
|
111
|
+
|
112
|
+
100% {
|
113
|
+
opacity: 1;
|
114
|
+
transform: scale(1);
|
115
|
+
}
|
116
|
+
}
|
117
|
+
|
118
|
+
.anim-pulse {
|
119
|
+
animation-name: pulse;
|
120
|
+
animation-duration: 2s;
|
121
|
+
animation-timing-function: linear;
|
122
|
+
animation-iteration-count: infinite;
|
123
|
+
}
|
124
|
+
|
125
|
+
@keyframes pulse {
|
126
|
+
0% {
|
127
|
+
opacity: 0.3;
|
128
|
+
}
|
129
|
+
|
130
|
+
10% {
|
131
|
+
opacity: 1;
|
132
|
+
}
|
133
|
+
|
134
|
+
100% {
|
135
|
+
opacity: 0.3;
|
136
|
+
}
|
137
|
+
}
|
138
|
+
|
139
|
+
.anim-pulse-in {
|
140
|
+
animation-name: pulse-in;
|
141
|
+
animation-duration: 0.5s;
|
142
|
+
}
|
143
|
+
|
144
|
+
@keyframes pulse-in {
|
145
|
+
0% {
|
146
|
+
transform: scale3d(1, 1, 1);
|
147
|
+
}
|
148
|
+
|
149
|
+
50% {
|
150
|
+
transform: scale3d(1.1, 1.1, 1.1);
|
151
|
+
}
|
152
|
+
|
153
|
+
100% {
|
154
|
+
transform: scale3d(1, 1, 1);
|
155
|
+
}
|
156
|
+
}
|