jekyll-theme-bootstrap-cover 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (37) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE.txt +21 -0
  3. data/README.md +52 -0
  4. data/_includes/stylesheet.html +10 -0
  5. data/_layouts/default.html +1 -0
  6. data/_layouts/home.html +68 -0
  7. data/_layouts/page.html +5 -0
  8. data/_layouts/post.html +5 -0
  9. data/assets/.DS_Store +0 -0
  10. data/assets/css/cover.css +106 -0
  11. data/assets/css/docs.min.css +8 -0
  12. data/assets/css/docs.min.css.map +1 -0
  13. data/assets/dist/css/bootstrap-grid.css +3719 -0
  14. data/assets/dist/css/bootstrap-grid.css.map +1 -0
  15. data/assets/dist/css/bootstrap-grid.min.css +7 -0
  16. data/assets/dist/css/bootstrap-grid.min.css.map +1 -0
  17. data/assets/dist/css/bootstrap-reboot.css +319 -0
  18. data/assets/dist/css/bootstrap-reboot.css.map +1 -0
  19. data/assets/dist/css/bootstrap-reboot.min.css +8 -0
  20. data/assets/dist/css/bootstrap-reboot.min.css.map +1 -0
  21. data/assets/dist/css/bootstrap.css +9887 -0
  22. data/assets/dist/css/bootstrap.css.map +1 -0
  23. data/assets/dist/css/bootstrap.min.css +7 -0
  24. data/assets/dist/css/bootstrap.min.css.map +1 -0
  25. data/assets/dist/js/bootstrap.bundle.js +6818 -0
  26. data/assets/dist/js/bootstrap.bundle.js.map +1 -0
  27. data/assets/dist/js/bootstrap.bundle.min.js +7 -0
  28. data/assets/dist/js/bootstrap.bundle.min.js.map +1 -0
  29. data/assets/dist/js/bootstrap.js +4249 -0
  30. data/assets/dist/js/bootstrap.js.map +1 -0
  31. data/assets/dist/js/bootstrap.min.js +7 -0
  32. data/assets/dist/js/bootstrap.min.js.map +1 -0
  33. data/assets/js/vendor/anchor.min.js +6 -0
  34. data/assets/js/vendor/bs-custom-file-input.min.js +7 -0
  35. data/assets/js/vendor/clipboard.min.js +7 -0
  36. data/assets/js/vendor/jquery-slim.min.js +2 -0
  37. metadata +121 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 592a86647143883ed1b2a24fb609ee7b83fef5b6
4
+ data.tar.gz: cf0b74854423d73c0796c9363c51dec370698271
5
+ SHA512:
6
+ metadata.gz: 6feb37add95c625c84c53b33cb0ef9c7dfe6ad42aa4ddf8ad52c4a566e35a64f264bd9651cc96b50bab0b0a8f1a996530b483450391f3742ba84ee73b992d938
7
+ data.tar.gz: 58b199cb8cf317fd703d794444ac457af661baaa1fd74e4812e6fdce694ae44e0eb344adb0b3ddce9b6be7bafd6a9552369c815b14e4c2181fad4119e1a31041
data/LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2019 Richard Chou
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
13
+ all 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
21
+ THE SOFTWARE.
data/README.md ADDED
@@ -0,0 +1,52 @@
1
+ # jekyll-theme-bootstrap-cover
2
+
3
+ Welcome to your new Jekyll theme! In this directory, you'll find the files you need to be able to package up your theme into a gem. Put your layouts in `_layouts`, your includes in `_includes`, your sass files in `_sass` and any other assets in `assets`.
4
+
5
+ To experiment with this code, add some sample content and run `bundle exec jekyll serve` – this directory is setup just like a Jekyll site!
6
+
7
+ TODO: Delete this and the text above, and describe your gem
8
+
9
+
10
+ ## Installation
11
+
12
+ Add this line to your Jekyll site's `Gemfile`:
13
+
14
+ ```ruby
15
+ gem "jekyll-theme-bootstrap-cover"
16
+ ```
17
+
18
+ And add this line to your Jekyll site's `_config.yml`:
19
+
20
+ ```yaml
21
+ theme: jekyll-theme-bootstrap-cover
22
+ ```
23
+
24
+ And then execute:
25
+
26
+ $ bundle
27
+
28
+ Or install it yourself as:
29
+
30
+ $ gem install jekyll-theme-bootstrap-cover
31
+
32
+ ## Usage
33
+
34
+ TODO: Write usage instructions here. Describe your available layouts, includes, sass and/or assets.
35
+
36
+ ## Contributing
37
+
38
+ Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/hello. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
39
+
40
+ ## Development
41
+
42
+ To set up your environment to develop this theme, run `bundle install`.
43
+
44
+ Your theme is setup just like a normal Jekyll site! To test your theme, run `bundle exec jekyll serve` and open your browser at `http://localhost:4000`. This starts a Jekyll server using your theme. Add pages, documents, data, etc. like normal to test your theme's contents. As you make modifications to your theme and to your content, your site will regenerate and you should see the changes in the browser after a refresh, just like normal.
45
+
46
+ When your theme is released, only the files in `_layouts`, `_includes`, `_sass` and `assets` tracked with Git will be bundled.
47
+ To add a custom directory to your theme-gem, please edit the regexp in `jekyll-theme-bootstrap-cover.gemspec` accordingly.
48
+
49
+ ## License
50
+
51
+ The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
52
+
@@ -0,0 +1,10 @@
1
+ <!-- Bootstrap core CSS -->
2
+ {%- if jekyll.environment == "production" %}
3
+ <link href="{{ site.baseurl }}/assets/dist/css/bootstrap.min.css" rel="stylesheet" integrity="{{ site.cdn.css_hash }}" crossorigin="anonymous">
4
+ {% else %}
5
+ <link href="{{ site.baseurl }}/assets/dist/css/bootstrap.css" rel="stylesheet">
6
+ {% endif -%}
7
+
8
+ <link href="{{ site.baseurl }}/assets/css/docs.min.css" rel="stylesheet">
9
+
10
+ <link href="{{ site.baseurl }}/assets/css/cover.css" rel="stylesheet">
@@ -0,0 +1 @@
1
+ {{ content }}
@@ -0,0 +1,68 @@
1
+ <!doctype html>
2
+ <html lang="en"{% if page.html_class %} class="{{ page.html_class }}"{% endif %}>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
6
+ <meta name="description" content="">
7
+ <meta name="author" content="{{ site.authors }}">
8
+ <meta name="generator" content="Jekyll v{{ jekyll.version }}">
9
+ <title>{{ page.title | smartify }} · {{ site.title | smartify }}</title>
10
+
11
+ {% include stylesheet.html %}
12
+
13
+ <style>
14
+ .bd-placeholder-img {
15
+ font-size: 1.125rem;
16
+ text-anchor: middle;
17
+ }
18
+
19
+ @media (min-width: 768px) {
20
+ .bd-placeholder-img-lg {
21
+ font-size: 3.5rem;
22
+ }
23
+ }
24
+ </style>
25
+
26
+ {%- for css in page.extra_css %}
27
+ <!-- Custom styles for this template -->
28
+ <link href="{{ css }}" rel="stylesheet">
29
+ {%- endfor %}
30
+ </head>
31
+ <body class="text-center">
32
+ <div class="cover-container d-flex w-100 h-100 p-3 mx-auto flex-column">
33
+ <header class="masthead mb-auto">
34
+ <div class="inner">
35
+ <h3 class="masthead-brand">{{ site.title }}</h3>
36
+ <nav class="nav nav-masthead justify-content-center">
37
+ {% include_relative nav.html %}
38
+ </nav>
39
+ </div>
40
+ </header>
41
+
42
+ <main role="main" class="inner cover">
43
+ {{ content }}
44
+ </main>
45
+
46
+ <footer class="mastfoot mt-auto">
47
+ <div class="inner">
48
+ <p>&copy; <a href="https://richardjou.com/">Richard Chau</a>.</p>
49
+ </div>
50
+ </footer>
51
+ </div>
52
+
53
+ {%- if page.include_js != false -%}
54
+ <script src="{{ site.cdn.jquery }}" integrity="{{ site.cdn.jquery_hash }}" crossorigin="anonymous"></script>
55
+ <script>window.jQuery || document.write('<script src="{{ site.baseurl }}/assets/js/vendor/jquery-slim.min.js"><\/script>')</script>
56
+
57
+ {%- if jekyll.environment == "production" -%}
58
+ <script src="{{ site.baseurl }}/assets/dist/js/bootstrap.bundle.min.js" integrity="{{ site.cdn.js_bundle_hash }}" crossorigin="anonymous"></script>
59
+ {%- else -%}
60
+ <script src="{{ site.baseurl }}/assets/dist/js/bootstrap.bundle.js"></script>
61
+ {%- endif -%}
62
+
63
+ {%- for js in page.extra_js %}
64
+ <script src="{{ js }}"></script>
65
+ {%- endfor %}
66
+ {%- endif -%}
67
+ </body>
68
+ </html>
@@ -0,0 +1,5 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+
5
+ {{ content }}
@@ -0,0 +1,5 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+
5
+ {{ content }}
data/assets/.DS_Store ADDED
Binary file
@@ -0,0 +1,106 @@
1
+ /*
2
+ * Globals
3
+ */
4
+
5
+ /* Links */
6
+ a,
7
+ a:focus,
8
+ a:hover {
9
+ color: #fff;
10
+ }
11
+
12
+ /* Custom default button */
13
+ .btn-secondary,
14
+ .btn-secondary:hover,
15
+ .btn-secondary:focus {
16
+ color: #333;
17
+ text-shadow: none; /* Prevent inheritance from `body` */
18
+ background-color: #fff;
19
+ border: .05rem solid #fff;
20
+ }
21
+
22
+
23
+ /*
24
+ * Base structure
25
+ */
26
+
27
+ html,
28
+ body {
29
+ height: 100%;
30
+ background-color: #333;
31
+ }
32
+
33
+ body {
34
+ display: -ms-flexbox;
35
+ display: flex;
36
+ color: #fff;
37
+ text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
38
+ box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
39
+ }
40
+
41
+ .cover-container {
42
+ max-width: 42em;
43
+ }
44
+
45
+
46
+ /*
47
+ * Header
48
+ */
49
+ .masthead {
50
+ margin-bottom: 2rem;
51
+ }
52
+
53
+ .masthead-brand {
54
+ margin-bottom: 0;
55
+ }
56
+
57
+ .nav-masthead .nav-link {
58
+ padding: .25rem 0;
59
+ font-weight: 700;
60
+ color: rgba(255, 255, 255, .5);
61
+ background-color: transparent;
62
+ border-bottom: .25rem solid transparent;
63
+ }
64
+
65
+ .nav-masthead .nav-link:hover,
66
+ .nav-masthead .nav-link:focus {
67
+ border-bottom-color: rgba(255, 255, 255, .25);
68
+ }
69
+
70
+ .nav-masthead .nav-link + .nav-link {
71
+ margin-left: 1rem;
72
+ }
73
+
74
+ .nav-masthead .active {
75
+ color: #fff;
76
+ border-bottom-color: #fff;
77
+ }
78
+
79
+ @media (min-width: 48em) {
80
+ .masthead-brand {
81
+ float: left;
82
+ }
83
+ .nav-masthead {
84
+ float: right;
85
+ }
86
+ }
87
+
88
+
89
+ /*
90
+ * Cover
91
+ */
92
+ .cover {
93
+ padding: 0 1.5rem;
94
+ }
95
+ .cover .btn-lg {
96
+ padding: .75rem 1.25rem;
97
+ font-weight: 700;
98
+ }
99
+
100
+
101
+ /*
102
+ * Footer
103
+ */
104
+ .mastfoot {
105
+ color: rgba(255, 255, 255, .5);
106
+ }
@@ -0,0 +1,8 @@
1
+ /*!
2
+ * Bootstrap Docs (https://getbootstrap.com/)
3
+ * Copyright 2011-2018 The Bootstrap Authors
4
+ * Copyright 2011-2018 Twitter, Inc.
5
+ * Licensed under the Creative Commons Attribution 3.0 Unported License. For
6
+ * details, see https://creativecommons.org/licenses/by/3.0/.
7
+ */.bd-navbar{min-height:4rem;background-color:#563d7c;box-shadow:0 .5rem 1rem rgba(0,0,0,.05),inset 0 -1px 0 rgba(0,0,0,.1)}@media (max-width:991.98px){.bd-navbar{padding-right:.5rem;padding-left:.5rem}.bd-navbar .navbar-nav-scroll{max-width:100%;height:2.5rem;margin-top:.25rem;overflow:hidden;font-size:.875rem}.bd-navbar .navbar-nav-scroll .navbar-nav{padding-bottom:2rem;overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch}}@media (min-width:768px){@supports ((position:-webkit-sticky) or (position:sticky)){.bd-navbar{position:-webkit-sticky;position:sticky;top:0;z-index:1071}}}.bd-navbar .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem;color:#cbbde2}.bd-navbar .navbar-nav .nav-link.active,.bd-navbar .navbar-nav .nav-link:hover{color:#fff;background-color:transparent}.bd-navbar .navbar-nav .nav-link.active{font-weight:600}.bd-navbar .navbar-nav-svg{display:inline-block;width:1rem;height:1rem;vertical-align:text-top}.bd-navbar .dropdown-menu{font-size:.875rem}.bd-navbar .dropdown-item.active{font-weight:600;color:#212529;background-color:transparent;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23292b2c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:.4rem .6rem;background-size:.75rem .75rem}.bd-masthead{position:relative;padding:3rem 15px}.bd-masthead h1{line-height:1}.bd-masthead .btn{padding:.8rem 2rem;font-weight:600}.bd-masthead .carbonad{margin-top:0!important;margin-bottom:-3rem!important}@media (min-width:576px){.bd-masthead{padding-top:5rem;padding-bottom:5rem}.bd-masthead .carbonad{margin-bottom:0!important}}@media (min-width:768px){.bd-masthead h1{font-size:4rem}.bd-masthead .carbonad{margin-top:3rem!important}}.half-rule{width:6rem;margin:2.5rem 0}.masthead-followup .bd-clipboard{display:none}.masthead-followup .highlight{padding:.5rem 0;background-color:transparent}#carbonads{position:static;display:block;max-width:400px;padding:15px 15px 15px 160px;margin:2rem 0;overflow:hidden;font-size:13px;line-height:1.4;text-align:left;background-color:rgba(0,0,0,.05)}#carbonads a{color:#333;text-decoration:none}@media (min-width:576px){#carbonads{max-width:330px;border-radius:4px}}.carbon-img{float:left;margin-left:-145px}.carbon-poweredby{display:block;color:#777!important}.bd-content{-ms-flex-order:1;order:1}.bd-content>h2[id],.bd-content>h3[id],.bd-content>h4[id]{pointer-events:none}.bd-content>h2[id]::before,.bd-content>h3[id]::before,.bd-content>h4[id]::before{display:block;height:6rem;margin-top:-6rem;content:""}.bd-content>table{width:100%;max-width:100%;margin-bottom:1rem}@media (max-width:991.98px){.bd-content>table{display:block;overflow-x:auto;-ms-overflow-style:-ms-autohiding-scrollbar}.bd-content>table.table-bordered{border:0}}.bd-content>table>tbody>tr>td,.bd-content>table>tbody>tr>th,.bd-content>table>tfoot>tr>td,.bd-content>table>tfoot>tr>th,.bd-content>table>thead>tr>td,.bd-content>table>thead>tr>th{padding:.75rem;vertical-align:top;border:1px solid #dee2e6}.bd-content>table>tbody>tr>td>p:last-child,.bd-content>table>tbody>tr>th>p:last-child,.bd-content>table>tfoot>tr>td>p:last-child,.bd-content>table>tfoot>tr>th>p:last-child,.bd-content>table>thead>tr>td>p:last-child,.bd-content>table>thead>tr>th>p:last-child{margin-bottom:0}.bd-content>table td:first-child>code{white-space:nowrap}.bd-content-title{display:block;pointer-events:auto}.bd-content>h2:not(:first-child){margin-top:3rem}.bd-content>h3{margin-top:1.5rem}.bd-content>ol li,.bd-content>ul li{margin-bottom:.25rem}@media (min-width:992px){.bd-content>ol,.bd-content>p,.bd-content>ul{max-width:80%}}.bd-title{margin-top:1rem;margin-bottom:.5rem;font-weight:300}@media (min-width:576px){.bd-title{font-size:3rem}}.bd-lead{font-size:1.125rem;font-weight:300}@media (min-width:576px){.bd-lead{max-width:80%;margin-bottom:1rem;font-size:1.5rem}}.bd-text-purple{color:#563d7c}.bd-text-purple-bright{color:#7952b3}.skippy{display:block;padding:1em;color:#fff;text-align:center;background-color:#563d7c;outline:0}.skippy:hover{color:#fff}.skippy-text{padding:.5em;outline:1px dotted}.bd-toc{-ms-flex-order:2;order:2;padding-top:1.5rem;padding-bottom:1.5rem;font-size:.875rem}@supports ((position:-webkit-sticky) or (position:sticky)){.bd-toc{position:-webkit-sticky;position:sticky;top:4rem;height:calc(100vh - 4rem);overflow-y:auto}}.section-nav{padding-left:0;border-left:1px solid #eee}.section-nav ul{padding-left:1rem}.toc-entry{display:block}.toc-entry a{display:block;padding:.125rem 1.5rem;color:#99979c}.toc-entry a:hover{color:#007bff;text-decoration:none}.bd-sidebar{-ms-flex-order:0;order:0;border-bottom:1px solid rgba(0,0,0,.1)}@media (min-width:768px){.bd-sidebar{border-right:1px solid rgba(0,0,0,.1)}@supports ((position:-webkit-sticky) or (position:sticky)){.bd-sidebar{position:-webkit-sticky;position:sticky;top:4rem;z-index:1000;height:calc(100vh - 4rem)}}}@media (min-width:1200px){.bd-sidebar{-ms-flex:0 1 320px;flex:0 1 320px}}.bd-links{padding-top:1rem;padding-bottom:1rem;margin-right:-15px;margin-left:-15px}@media (min-width:768px){@supports ((position:-webkit-sticky) or (position:sticky)){.bd-links{max-height:calc(100vh - 9rem);overflow-y:auto}}}@media (min-width:768px){.bd-links{display:block!important}}.bd-search{position:relative;padding:1rem 15px;margin-right:-15px;margin-left:-15px;border-bottom:1px solid rgba(0,0,0,.05)}.bd-search .form-control:focus{border-color:#7952b3;box-shadow:0 0 0 3px rgba(121,82,179,.25)}.bd-search-docs-toggle{line-height:1;color:#212529}.bd-sidenav{display:none}.bd-toc-link{display:block;padding:.25rem 1.5rem;font-weight:600;color:rgba(0,0,0,.65)}.bd-toc-link:hover{color:rgba(0,0,0,.85);text-decoration:none}.bd-toc-item.active{margin-bottom:1rem}.bd-toc-item.active:not(:first-child){margin-top:1rem}.bd-toc-item.active>.bd-toc-link{color:rgba(0,0,0,.85)}.bd-toc-item.active>.bd-toc-link:hover{background-color:transparent}.bd-toc-item.active>.bd-sidenav{display:block}.bd-sidebar .nav>li>a{display:block;padding:.25rem 1.5rem;font-size:90%;color:rgba(0,0,0,.65)}.bd-sidebar .nav>li>a:hover{color:rgba(0,0,0,.85);text-decoration:none;background-color:transparent}.bd-sidebar .nav>.active:hover>a,.bd-sidebar .nav>.active>a{font-weight:600;color:rgba(0,0,0,.85);background-color:transparent}.bd-footer{font-size:85%;text-align:center;background-color:#f7f7f7}.bd-footer a{font-weight:600;color:#495057}.bd-footer a:focus,.bd-footer a:hover{color:#007bff}.bd-footer p{margin-bottom:0}@media (min-width:576px){.bd-footer{text-align:left}}.bd-footer-links{padding-left:0;margin-bottom:1rem}.bd-footer-links li{display:inline-block}.bd-footer-links li+li{margin-left:1rem}.bd-example-row .row>.col,.bd-example-row .row>[class^=col-]{padding-top:.75rem;padding-bottom:.75rem;background-color:rgba(86,61,124,.15);border:1px solid rgba(86,61,124,.2)}.bd-example-row .row+.row{margin-top:1rem}.bd-example-row .flex-items-bottom,.bd-example-row .flex-items-middle,.bd-example-row .flex-items-top{min-height:6rem;background-color:rgba(255,0,0,.1)}.bd-example-row-flex-cols .row{min-height:10rem;background-color:rgba(255,0,0,.1)}.bd-highlight{background-color:rgba(86,61,124,.15);border:1px solid rgba(86,61,124,.15)}.example-container{width:800px;width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.example-row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.example-content-main{position:relative;width:100%;padding-right:15px;padding-left:15px}@media (min-width:576px){.example-content-main{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}@media (min-width:992px){.example-content-main{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}}.example-content-secondary{position:relative;width:100%;padding-right:15px;padding-left:15px}@media (min-width:576px){.example-content-secondary{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}@media (min-width:992px){.example-content-secondary{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}}.bd-example-container{min-width:16rem;max-width:25rem;margin-right:auto;margin-left:auto}.bd-example-container-header{height:3rem;margin-bottom:.5rem;background-color:#fff;border-radius:.25rem}.bd-example-container-sidebar{float:right;width:4rem;height:8rem;background-color:#80bdff;border-radius:.25rem}.bd-example-container-body{height:8rem;margin-right:4.5rem;background-color:#957bbe;border-radius:.25rem}.bd-example-container-fluid{max-width:none}.bd-example{position:relative;padding:1rem;margin:1rem -15px 0;border:solid #f8f9fa;border-width:.2rem 0 0}.bd-example::after{display:block;clear:both;content:""}@media (min-width:576px){.bd-example{padding:1.5rem;margin-right:0;margin-left:0;border-width:.2rem}}.bd-example+.clipboard+.highlight,.bd-example+.highlight{margin-top:0}.bd-example+p{margin-top:2rem}.bd-example .pos-f-t{position:relative;margin:-1rem}@media (min-width:576px){.bd-example .pos-f-t{margin:-1.5rem}}.bd-example .custom-file-input:lang(es)~.custom-file-label::after{content:"Elegir"}.bd-example>.form-control+.form-control{margin-top:.5rem}.bd-example>.alert+.alert,.bd-example>.nav+.nav,.bd-example>.navbar+.navbar,.bd-example>.progress+.btn,.bd-example>.progress+.progress{margin-top:1rem}.bd-example>.dropdown-menu:first-child{position:static;display:block}.bd-example>.form-group:last-child{margin-bottom:0}.bd-example>.close{float:none}.bd-example-type .table .type-info{color:#999;vertical-align:middle}.bd-example-type .table td{padding:1rem 0;border-color:#eee}.bd-example-type .table tr:first-child td{border-top:0}.bd-example-type h1,.bd-example-type h2,.bd-example-type h3,.bd-example-type h4,.bd-example-type h5,.bd-example-type h6{margin-top:0;margin-bottom:0}.bd-example-bg-classes p{padding:1rem}.bd-example>img+img,.bd-example>svg+svg{margin-left:.5rem}.bd-example>.btn-group{margin-top:.25rem;margin-bottom:.25rem}.bd-example>.btn-toolbar+.btn-toolbar{margin-top:.5rem}.bd-example-control-sizing input[type=text]+input[type=text],.bd-example-control-sizing select{margin-top:.5rem}.bd-example-form .input-group{margin-bottom:.5rem}.bd-example>textarea.form-control{resize:vertical}.bd-example>.list-group{max-width:400px}.bd-example .fixed-top,.bd-example .sticky-top{position:static;margin:-1rem -1rem 1rem}.bd-example .fixed-bottom{position:static;margin:1rem -1rem -1rem}@media (min-width:576px){.bd-example .fixed-top,.bd-example .sticky-top{margin:-1.5rem -1.5rem 1rem}.bd-example .fixed-bottom{margin:1rem -1.5rem -1.5rem}}.bd-example .pagination{margin-top:.5rem;margin-bottom:.5rem}.modal{z-index:1072}.modal .popover,.modal .tooltip{z-index:1073}.modal-backdrop{z-index:1071}.bd-example-modal{background-color:#fafafa}.bd-example-modal .modal{position:relative;top:auto;right:auto;bottom:auto;left:auto;z-index:1;display:block}.bd-example-modal .modal-dialog{left:auto;margin-right:auto;margin-left:auto}.bd-example-tabs .nav-tabs{margin-bottom:1rem}.bd-example-popover-static{padding-bottom:1.5rem;background-color:#f9f9f9}.bd-example-popover-static .popover{position:relative;display:block;float:left;width:260px;margin:1.25rem}.tooltip-demo a{white-space:nowrap}.bd-example-tooltip-static .tooltip{position:relative;display:inline-block;margin:10px 20px;opacity:1}.scrollspy-example{position:relative;height:200px;margin-top:.5rem;overflow:auto}.scrollspy-example-2{position:relative;height:350px;overflow:auto}.bd-example-border-utils [class^=border]{display:inline-block;width:5rem;height:5rem;margin:.25rem;background-color:#f5f5f5}.bd-example-border-utils-0 [class^=border]{border:1px solid #dee2e6}.highlight{padding:1rem;margin-top:1rem;margin-bottom:1rem;background-color:#f8f9fa;-ms-overflow-style:-ms-autohiding-scrollbar}@media (min-width:576px){.highlight{padding:1.5rem}}.bd-content .highlight{margin-right:-15px;margin-left:-15px}@media (min-width:576px){.bd-content .highlight{margin-right:0;margin-left:0}}.highlight pre{padding:0;margin-top:0;margin-bottom:0;background-color:transparent;border:0}.highlight pre code{font-size:inherit;color:#212529}.btn-bd-primary{font-weight:600;color:#7952b3;border-color:#7952b3}.btn-bd-primary:active,.btn-bd-primary:hover{color:#fff;background-color:#7952b3;border-color:#7952b3}.btn-bd-primary:focus{box-shadow:0 0 0 3px rgba(121,82,179,.25)}.btn-bd-download{font-weight:600;color:#ffe484;border-color:#ffe484}.btn-bd-download:active,.btn-bd-download:hover{color:#2a2730;background-color:#ffe484;border-color:#ffe484}.btn-bd-download:focus{box-shadow:0 0 0 3px rgba(255,228,132,.25)}.bd-callout{padding:1.25rem;margin-top:1.25rem;margin-bottom:1.25rem;border:1px solid #eee;border-left-width:.25rem;border-radius:.25rem}.bd-callout h4{margin-top:0;margin-bottom:.25rem}.bd-callout p:last-child{margin-bottom:0}.bd-callout code{border-radius:.25rem}.bd-callout+.bd-callout{margin-top:-.25rem}.bd-callout-info{border-left-color:#5bc0de}.bd-callout-info h4{color:#5bc0de}.bd-callout-warning{border-left-color:#f0ad4e}.bd-callout-warning h4{color:#f0ad4e}.bd-callout-danger{border-left-color:#d9534f}.bd-callout-danger h4{color:#d9534f}.bd-browser-bugs td p{margin-bottom:0}.bd-browser-bugs th:first-child{width:18%}.bd-brand-logos{display:table;width:100%;margin-bottom:1rem;overflow:hidden;color:#563d7c;background-color:#f9f9f9;border-radius:.25rem}.bd-brand-logos .inverse{color:#fff;background-color:#563d7c}.bd-brand-item{padding:4rem 0;text-align:center}.bd-brand-item+.bd-brand-item{border-top:1px solid #fff}.bd-brand-item h1,.bd-brand-item h3{margin-top:0;margin-bottom:0}@media (min-width:768px){.bd-brand-item{display:table-cell;width:1%}.bd-brand-item+.bd-brand-item{border-top:0;border-left:1px solid #fff}.bd-brand-item h1{font-size:4rem}}.color-swatches{margin:0 -5px;overflow:hidden}.color-swatches .bd-purple{background-color:#563d7c}.color-swatches .bd-purple-light{background-color:#cbbde2}.color-swatches .bd-purple-lighter{background-color:#e5e1ea}.color-swatches .bd-gray{background-color:#f9f9f9}.color-swatch{float:left;width:4rem;height:4rem;margin-right:.25rem;margin-left:.25rem;border-radius:.25rem}@media (min-width:768px){.color-swatch{width:6rem;height:6rem}}.swatch-blue{color:#fff;background-color:#007bff}.swatch-indigo{color:#fff;background-color:#6610f2}.swatch-purple{color:#fff;background-color:#6f42c1}.swatch-pink{color:#fff;background-color:#e83e8c}.swatch-red{color:#fff;background-color:#dc3545}.swatch-orange{color:#212529;background-color:#fd7e14}.swatch-yellow{color:#212529;background-color:#ffc107}.swatch-green{color:#fff;background-color:#28a745}.swatch-teal{color:#fff;background-color:#20c997}.swatch-cyan{color:#fff;background-color:#17a2b8}.swatch-white{color:#212529;background-color:#fff}.swatch-gray{color:#fff;background-color:#6c757d}.swatch-gray-dark{color:#fff;background-color:#343a40}.swatch-primary{color:#fff;background-color:#007bff}.swatch-secondary{color:#fff;background-color:#6c757d}.swatch-success{color:#fff;background-color:#28a745}.swatch-info{color:#fff;background-color:#17a2b8}.swatch-warning{color:#212529;background-color:#ffc107}.swatch-danger{color:#fff;background-color:#dc3545}.swatch-light{color:#212529;background-color:#f8f9fa}.swatch-dark{color:#fff;background-color:#343a40}.swatch-100{color:#212529;background-color:#f8f9fa}.swatch-200{color:#212529;background-color:#e9ecef}.swatch-300{color:#212529;background-color:#dee2e6}.swatch-400{color:#212529;background-color:#ced4da}.swatch-500{color:#212529;background-color:#adb5bd}.swatch-600{color:#fff;background-color:#6c757d}.swatch-700{color:#fff;background-color:#495057}.swatch-800{color:#fff;background-color:#343a40}.swatch-900{color:#fff;background-color:#212529}.bd-clipboard{position:relative;display:none;float:right}.bd-clipboard+.highlight{margin-top:0}@media (min-width:768px){.bd-clipboard{display:block}}.btn-clipboard{position:absolute;top:.5rem;right:.5rem;z-index:10;display:block;padding:.25rem .5rem;font-size:75%;color:#818a91;cursor:pointer;background-color:transparent;border:0;border-radius:.25rem}.btn-clipboard:hover{color:#fff;background-color:#027de7}.bd-placeholder-img{font-size:1.125rem;text-anchor:middle}@media (min-width:768px){.bd-placeholder-img-lg{font-size:3.5rem}}.hll{background-color:#ffc}.c{color:#999}.k{color:#069}.o{color:#555}.cm{color:#999}.cp{color:#099}.c1{color:#999}.cs{color:#999}.gd{background-color:#fcc;border:1px solid #c00}.ge{font-style:italic}.gr{color:red}.gh{color:#030}.gi{background-color:#cfc;border:1px solid #0c0}.go{color:#aaa}.gp{color:#009}.gu{color:#030}.gt{color:#9c6}.kc{color:#069}.kd{color:#069}.kn{color:#069}.kp{color:#069}.kr{color:#069}.kt{color:#078}.m{color:#f60}.s{color:#d44950}.na{color:#4f9fcf}.nb{color:#366}.nc{color:#0a8}.no{color:#360}.nd{color:#99f}.ni{color:#999}.ne{color:#c00}.nf{color:#c0f}.nl{color:#99f}.nn{color:#0cf}.nt{color:#2f6f9f}.nv{color:#033}.ow{color:#000}.w{color:#bbb}.mf{color:#f60}.mh{color:#f60}.mi{color:#f60}.mo{color:#f60}.sb{color:#c30}.sc{color:#c30}.sd{font-style:italic;color:#c30}.s2{color:#c30}.se{color:#c30}.sh{color:#c30}.si{color:#a00}.sx{color:#c30}.sr{color:#3aa}.s1{color:#c30}.ss{color:#fc3}.bp{color:#366}.vc{color:#033}.vg{color:#033}.vi{color:#033}.il{color:#f60}.css .nt+.nt,.css .o,.css .o+.nt{color:#999}.language-bash::before,.language-sh::before{color:#009;content:"$ ";-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.language-powershell::before{color:#009;content:"PM> ";-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.anchorjs-link{font-weight:400;color:rgba(0,123,255,.5);transition:color .15s ease-in-out,opacity .15s ease-in-out}@media screen and (prefers-reduced-motion:reduce){.anchorjs-link{transition:none}}.anchorjs-link:hover{color:#007bff;text-decoration:none}.algolia-autocomplete{display:block!important;-ms-flex:1;flex:1}.algolia-autocomplete .ds-dropdown-menu{width:100%;min-width:0!important;max-width:none!important;padding:.75rem 0!important;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .5rem 1rem rgba(0,0,0,.175)}@media (min-width:768px){.algolia-autocomplete .ds-dropdown-menu{width:175%}}.algolia-autocomplete .ds-dropdown-menu::before{display:none!important}.algolia-autocomplete .ds-dropdown-menu [class^=ds-dataset-]{padding:0!important;overflow:visible!important;background-color:transparent!important;border:0!important}.algolia-autocomplete .ds-dropdown-menu .ds-suggestions{margin-top:0!important}.algolia-autocomplete .algolia-docsearch-suggestion{padding:0!important;overflow:visible!important}.algolia-autocomplete .algolia-docsearch-suggestion--category-header{padding:.125rem 1rem!important;margin-top:0!important;font-size:.875rem!important;font-weight:600!important;color:#7952b3!important;border-bottom:0!important}.algolia-autocomplete .algolia-docsearch-suggestion--wrapper{float:none!important;padding-top:0!important}.algolia-autocomplete .algolia-docsearch-suggestion--subcategory-column{float:none!important;width:auto!important;padding:0!important;text-align:left!important}.algolia-autocomplete .algolia-docsearch-suggestion--subcategory-inline{display:block!important;font-size:.875rem;color:#495057}.algolia-autocomplete .algolia-docsearch-suggestion--subcategory-inline::after{padding:0 .25rem;content:"/"}.algolia-autocomplete .algolia-docsearch-suggestion--content{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;float:none!important;width:100%!important;padding:.25rem 1rem!important}.algolia-autocomplete .algolia-docsearch-suggestion--content::before{display:none!important}.algolia-autocomplete .ds-suggestion:not(:first-child) .algolia-docsearch-suggestion--category-header{padding-top:.75rem!important;margin-top:.75rem!important;border-top:1px solid rgba(0,0,0,.1)}.algolia-autocomplete .ds-suggestion .algolia-docsearch-suggestion--subcategory-column{display:none!important}.algolia-autocomplete .algolia-docsearch-suggestion--title{display:block;margin-bottom:0!important;font-size:.875rem!important;font-weight:400!important}.algolia-autocomplete .algolia-docsearch-suggestion--text{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;padding:.2rem 0;font-size:.8125rem!important;font-weight:400;line-height:1.25!important;color:#6c757d}.algolia-autocomplete .algolia-docsearch-footer{float:none!important;width:auto!important;height:auto!important;padding:.75rem 1rem 0;font-size:.75rem!important;line-height:1!important;color:#767676!important;border-top:1px solid rgba(0,0,0,.1)}.algolia-autocomplete .algolia-docsearch-footer--logo{display:inline!important;overflow:visible!important;color:inherit!important;text-indent:0!important;background:0 0!important}.algolia-autocomplete .algolia-docsearch-suggestion--highlight{color:#5f2dab;background-color:rgba(154,132,187,.12)}.algolia-autocomplete .algolia-docsearch-suggestion--text .algolia-docsearch-suggestion--highlight{box-shadow:inset 0 -2px 0 0 rgba(95,45,171,.5)!important}.algolia-autocomplete .ds-suggestion.ds-cursor .algolia-docsearch-suggestion--content{background-color:rgba(208,189,236,.15)!important}
8
+ /*# sourceMappingURL=docs.min.css.map */
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../scss/docs.scss","../scss/_nav.scss","../../../../../scss/mixins/_breakpoints.scss","../scss/_masthead.scss","../scss/_ads.scss","../scss/_content.scss","site/docs/4.2/assets/css/docs.min.css","../scss/_skippy.scss","../../../../../scss/mixins/_hover.scss","../scss/_sidebar.scss","../scss/_footer.scss","../scss/_component-examples.scss","../../../../../scss/mixins/_grid.scss","../../../../../scss/mixins/_clearfix.scss","../scss/_buttons.scss","../scss/_callouts.scss","../scss/_browser-bugs.scss","../scss/_brand.scss","../scss/_colors.scss","../scss/_clipboard-js.scss","../scss/_placeholder-img.scss","../scss/_syntax.scss","../scss/_anchor.scss","../../../../../scss/mixins/_transition.scss","../scss/_algolia.scss"],"names":[],"mappings":"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","sourcesContent":["/*!\n * Bootstrap Docs (https://getbootstrap.com/)\n * Copyright 2011-2018 The Bootstrap Authors\n * Copyright 2011-2018 Twitter, Inc.\n * Licensed under the Creative Commons Attribution 3.0 Unported License. For\n * details, see https://creativecommons.org/licenses/by/3.0/.\n */\n\n// Dev notes\n//\n// Background information on nomenclature and architecture decisions here.\n//\n// - Bootstrap functions, variables, and mixins are included for easy reuse.\n// Doing so gives us access to the same core utilities provided by Bootstrap.\n// For example, consistent media queries through those mixins.\n//\n// - Bootstrap's **docs variables** are prefixed with `$bd-`.\n// These custom colors avoid collision with the components Bootstrap provides.\n//\n// - Classes are prefixed with `.bd-`.\n// These classes indicate custom-built or modified components for the design\n// and layout of the Bootstrap docs. They are not included in our builds.\n//\n// Happy Bootstrapping!\n\n// Load Bootstrap variables and mixins\n@import \"../../../../../scss/functions\";\n@import \"../../../../../scss/variables\";\n@import \"../../../../../scss/mixins\";\n\n// Load docs components\n@import \"variables\";\n@import \"nav\";\n@import \"masthead\";\n@import \"ads\";\n@import \"content\";\n@import \"skippy\";\n@import \"sidebar\";\n@import \"footer\";\n@import \"component-examples\";\n@import \"buttons\";\n@import \"callouts\";\n@import \"browser-bugs\";\n@import \"brand\";\n@import \"colors\";\n@import \"clipboard-js\";\n@import \"placeholder-img\";\n\n// Load docs dependencies\n@import \"syntax\";\n@import \"anchor\";\n@import \"algolia\";\n","//\n// Main navbar\n//\n\n.bd-navbar {\n min-height: 4rem;\n background-color: $bd-purple;\n box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .05), inset 0 -1px 0 rgba(0, 0, 0, .1);\n\n @include media-breakpoint-down(md) {\n padding-right: .5rem;\n padding-left: .5rem;\n\n .navbar-nav-scroll {\n max-width: 100%;\n height: 2.5rem;\n margin-top: .25rem;\n overflow: hidden;\n font-size: .875rem;\n\n .navbar-nav {\n padding-bottom: 2rem;\n overflow-x: auto;\n white-space: nowrap;\n -webkit-overflow-scrolling: touch;\n }\n }\n }\n\n @include media-breakpoint-up(md) {\n @supports (position: sticky) {\n position: sticky;\n top: 0;\n z-index: 1071; // over everything in bootstrap\n }\n }\n\n .navbar-nav {\n .nav-link {\n padding-right: .5rem;\n padding-left: .5rem;\n color: $bd-purple-light;\n\n &.active,\n &:hover {\n color: $white;\n background-color: transparent;\n }\n\n &.active {\n font-weight: 600;\n }\n }\n }\n\n .navbar-nav-svg {\n display: inline-block;\n width: 1rem;\n height: 1rem;\n vertical-align: text-top;\n }\n\n .dropdown-menu {\n font-size: .875rem;\n }\n\n .dropdown-item.active {\n font-weight: 600;\n color: $gray-900;\n background-color: transparent;\n background-image: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23292b2c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e\");\n background-repeat: no-repeat;\n background-position: .4rem .6rem;\n background-size: .75rem .75rem;\n }\n}\n","// Breakpoint viewport sizes and media queries.\n//\n// Breakpoints are defined as a map of (name: minimum width), order from small to large:\n//\n// (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px)\n//\n// The map defined in the `$grid-breakpoints` global variable is used as the `$breakpoints` argument by default.\n\n// Name of the next breakpoint, or null for the last breakpoint.\n//\n// >> breakpoint-next(sm)\n// md\n// >> breakpoint-next(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// md\n// >> breakpoint-next(sm, $breakpoint-names: (xs sm md lg xl))\n// md\n@function breakpoint-next($name, $breakpoints: $grid-breakpoints, $breakpoint-names: map-keys($breakpoints)) {\n $n: index($breakpoint-names, $name);\n @return if($n != null and $n < length($breakpoint-names), nth($breakpoint-names, $n + 1), null);\n}\n\n// Minimum breakpoint width. Null for the smallest (first) breakpoint.\n//\n// >> breakpoint-min(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// 576px\n@function breakpoint-min($name, $breakpoints: $grid-breakpoints) {\n $min: map-get($breakpoints, $name);\n @return if($min != 0, $min, null);\n}\n\n// Maximum breakpoint width. Null for the largest (last) breakpoint.\n// The maximum value is calculated as the minimum of the next one less 0.02px\n// to work around the limitations of `min-` and `max-` prefixes and viewports with fractional widths.\n// See https://www.w3.org/TR/mediaqueries-4/#mq-min-max\n// Uses 0.02px rather than 0.01px to work around a current rounding bug in Safari.\n// See https://bugs.webkit.org/show_bug.cgi?id=178261\n//\n// >> breakpoint-max(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// 767.98px\n@function breakpoint-max($name, $breakpoints: $grid-breakpoints) {\n $next: breakpoint-next($name, $breakpoints);\n @return if($next, breakpoint-min($next, $breakpoints) - .02, null);\n}\n\n// Returns a blank string if smallest breakpoint, otherwise returns the name with a dash in front.\n// Useful for making responsive utilities.\n//\n// >> breakpoint-infix(xs, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// \"\" (Returns a blank string)\n// >> breakpoint-infix(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// \"-sm\"\n@function breakpoint-infix($name, $breakpoints: $grid-breakpoints) {\n @return if(breakpoint-min($name, $breakpoints) == null, \"\", \"-#{$name}\");\n}\n\n// Media of at least the minimum breakpoint width. No query for the smallest breakpoint.\n// Makes the @content apply to the given breakpoint and wider.\n@mixin media-breakpoint-up($name, $breakpoints: $grid-breakpoints) {\n $min: breakpoint-min($name, $breakpoints);\n @if $min {\n @media (min-width: $min) {\n @content;\n }\n } @else {\n @content;\n }\n}\n\n// Media of at most the maximum breakpoint width. No query for the largest breakpoint.\n// Makes the @content apply to the given breakpoint and narrower.\n@mixin media-breakpoint-down($name, $breakpoints: $grid-breakpoints) {\n $max: breakpoint-max($name, $breakpoints);\n @if $max {\n @media (max-width: $max) {\n @content;\n }\n } @else {\n @content;\n }\n}\n\n// Media that spans multiple breakpoint widths.\n// Makes the @content apply between the min and max breakpoints\n@mixin media-breakpoint-between($lower, $upper, $breakpoints: $grid-breakpoints) {\n $min: breakpoint-min($lower, $breakpoints);\n $max: breakpoint-max($upper, $breakpoints);\n\n @if $min != null and $max != null {\n @media (min-width: $min) and (max-width: $max) {\n @content;\n }\n } @else if $max == null {\n @include media-breakpoint-up($lower, $breakpoints) {\n @content;\n }\n } @else if $min == null {\n @include media-breakpoint-down($upper, $breakpoints) {\n @content;\n }\n }\n}\n\n// Media between the breakpoint's minimum and maximum widths.\n// No minimum for the smallest breakpoint, and no maximum for the largest one.\n// Makes the @content apply only to the given breakpoint, not viewports any wider or narrower.\n@mixin media-breakpoint-only($name, $breakpoints: $grid-breakpoints) {\n $min: breakpoint-min($name, $breakpoints);\n $max: breakpoint-max($name, $breakpoints);\n\n @if $min != null and $max != null {\n @media (min-width: $min) and (max-width: $max) {\n @content;\n }\n } @else if $max == null {\n @include media-breakpoint-up($name, $breakpoints) {\n @content;\n }\n } @else if $min == null {\n @include media-breakpoint-down($name, $breakpoints) {\n @content;\n }\n }\n}\n","// stylelint-disable declaration-no-important\n\n.bd-masthead {\n position: relative;\n padding: 3rem ($grid-gutter-width / 2);\n // background-image: linear-gradient(45deg, #fafafa, #f5f5f5);\n\n h1 {\n line-height: 1;\n }\n\n .btn {\n padding: .8rem 2rem;\n font-weight: 600;\n }\n\n .carbonad {\n margin-top: 0 !important;\n margin-bottom: -3rem !important;\n }\n\n @include media-breakpoint-up(sm) {\n padding-top: 5rem;\n padding-bottom: 5rem;\n\n .carbonad {\n margin-bottom: 0 !important;\n }\n }\n\n @include media-breakpoint-up(md) {\n h1 {\n font-size: 4rem;\n }\n\n .carbonad {\n margin-top: 3rem !important;\n }\n }\n}\n\n.half-rule {\n width: 6rem;\n margin: 2.5rem 0;\n}\n\n.masthead-followup {\n .bd-clipboard { display: none; }\n\n .highlight {\n padding: .5rem 0;\n background-color: transparent;\n }\n}\n","// stylelint-disable declaration-no-important, selector-max-id\n\n//\n// Carbon ads\n//\n\n#carbonads {\n position: static;\n display: block;\n max-width: 400px;\n padding: 15px 15px 15px 160px;\n margin: 2rem 0;\n overflow: hidden;\n font-size: 13px;\n line-height: 1.4;\n text-align: left;\n background-color: rgba(0, 0, 0, .05);\n\n a {\n color: #333;\n text-decoration: none;\n }\n\n @include media-breakpoint-up(sm) {\n max-width: 330px;\n border-radius: 4px;\n }\n}\n\n.carbon-img {\n float: left;\n margin-left: -145px;\n}\n\n.carbon-poweredby {\n display: block;\n color: #777 !important;\n}\n","// stylelint-disable no-duplicate-selectors, selector-max-combinators, selector-max-compound-selectors, selector-max-type, selector-no-qualifying-type\n\n//\n// Automatically style Markdown-based tables like a Bootstrap `.table`.\n//\n\n.bd-content {\n order: 1;\n\n // Hack the sticky header\n > h2[id],\n > h3[id],\n > h4[id] {\n pointer-events: none;\n\n &::before {\n display: block;\n height: 6rem;\n margin-top: -6rem;\n content: \"\";\n }\n }\n\n > table {\n width: 100%;\n max-width: 100%;\n margin-bottom: 1rem;\n\n @include media-breakpoint-down(md) {\n display: block;\n overflow-x: auto;\n -ms-overflow-style: -ms-autohiding-scrollbar; // See https://github.com/twbs/bootstrap/pull/10057\n\n &.table-bordered {\n border: 0;\n }\n }\n\n // Cells\n > thead,\n > tbody,\n > tfoot {\n > tr {\n > th,\n > td {\n padding: $table-cell-padding;\n vertical-align: top;\n border: 1px solid $table-border-color;\n\n > p:last-child {\n margin-bottom: 0;\n }\n }\n }\n }\n\n // Prevent breaking of code (e.g., Grunt tasks list)\n td:first-child > code {\n white-space: nowrap;\n }\n }\n}\n\n.bd-content-title {\n display: block;\n pointer-events: auto;\n}\n\n//\n// Docs sections\n//\n\n.bd-content {\n > h2:not(:first-child) {\n margin-top: 3rem;\n }\n\n > h3 {\n margin-top: 1.5rem;\n }\n\n > ul li,\n > ol li {\n margin-bottom: .25rem;\n }\n\n @include media-breakpoint-up(lg) {\n > ul,\n > ol,\n > p {\n max-width: 80%;\n }\n }\n}\n\n.bd-title {\n margin-top: 1rem;\n margin-bottom: .5rem;\n font-weight: 300;\n\n @include media-breakpoint-up(sm) {\n font-size: 3rem;\n }\n}\n\n.bd-lead {\n font-size: 1.125rem;\n font-weight: 300;\n\n @include media-breakpoint-up(sm) {\n max-width: 80%;\n margin-bottom: 1rem;\n font-size: 1.5rem;\n }\n}\n\n.bd-text-purple { color: $bd-purple; }\n.bd-text-purple-bright { color: $bd-purple-bright; }\n","/*!\n * Bootstrap Docs (https://getbootstrap.com/)\n * Copyright 2011-2018 The Bootstrap Authors\n * Copyright 2011-2018 Twitter, Inc.\n * Licensed under the Creative Commons Attribution 3.0 Unported License. For\n * details, see https://creativecommons.org/licenses/by/3.0/.\n */\n.bd-navbar {\n min-height: 4rem;\n background-color: #563d7c;\n box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05), inset 0 -1px 0 rgba(0, 0, 0, 0.1);\n}\n\n@media (max-width: 991.98px) {\n .bd-navbar {\n padding-right: .5rem;\n padding-left: .5rem;\n }\n .bd-navbar .navbar-nav-scroll {\n max-width: 100%;\n height: 2.5rem;\n margin-top: .25rem;\n overflow: hidden;\n font-size: .875rem;\n }\n .bd-navbar .navbar-nav-scroll .navbar-nav {\n padding-bottom: 2rem;\n overflow-x: auto;\n white-space: nowrap;\n -webkit-overflow-scrolling: touch;\n }\n}\n\n@media (min-width: 768px) {\n @supports ((position: -webkit-sticky) or (position: sticky)) {\n .bd-navbar {\n position: -webkit-sticky;\n position: sticky;\n top: 0;\n z-index: 1071;\n }\n }\n}\n\n.bd-navbar .navbar-nav .nav-link {\n padding-right: .5rem;\n padding-left: .5rem;\n color: #cbbde2;\n}\n\n.bd-navbar .navbar-nav .nav-link.active, .bd-navbar .navbar-nav .nav-link:hover {\n color: #fff;\n background-color: transparent;\n}\n\n.bd-navbar .navbar-nav .nav-link.active {\n font-weight: 600;\n}\n\n.bd-navbar .navbar-nav-svg {\n display: inline-block;\n width: 1rem;\n height: 1rem;\n vertical-align: text-top;\n}\n\n.bd-navbar .dropdown-menu {\n font-size: .875rem;\n}\n\n.bd-navbar .dropdown-item.active {\n font-weight: 600;\n color: #212529;\n background-color: transparent;\n background-image: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23292b2c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e\");\n background-repeat: no-repeat;\n background-position: .4rem .6rem;\n background-size: .75rem .75rem;\n}\n\n.bd-masthead {\n position: relative;\n padding: 3rem 15px;\n}\n\n.bd-masthead h1 {\n line-height: 1;\n}\n\n.bd-masthead .btn {\n padding: .8rem 2rem;\n font-weight: 600;\n}\n\n.bd-masthead .carbonad {\n margin-top: 0 !important;\n margin-bottom: -3rem !important;\n}\n\n@media (min-width: 576px) {\n .bd-masthead {\n padding-top: 5rem;\n padding-bottom: 5rem;\n }\n .bd-masthead .carbonad {\n margin-bottom: 0 !important;\n }\n}\n\n@media (min-width: 768px) {\n .bd-masthead h1 {\n font-size: 4rem;\n }\n .bd-masthead .carbonad {\n margin-top: 3rem !important;\n }\n}\n\n.half-rule {\n width: 6rem;\n margin: 2.5rem 0;\n}\n\n.masthead-followup .bd-clipboard {\n display: none;\n}\n\n.masthead-followup .highlight {\n padding: .5rem 0;\n background-color: transparent;\n}\n\n#carbonads {\n position: static;\n display: block;\n max-width: 400px;\n padding: 15px 15px 15px 160px;\n margin: 2rem 0;\n overflow: hidden;\n font-size: 13px;\n line-height: 1.4;\n text-align: left;\n background-color: rgba(0, 0, 0, 0.05);\n}\n\n#carbonads a {\n color: #333;\n text-decoration: none;\n}\n\n@media (min-width: 576px) {\n #carbonads {\n max-width: 330px;\n border-radius: 4px;\n }\n}\n\n.carbon-img {\n float: left;\n margin-left: -145px;\n}\n\n.carbon-poweredby {\n display: block;\n color: #777 !important;\n}\n\n.bd-content {\n -ms-flex-order: 1;\n order: 1;\n}\n\n.bd-content > h2[id],\n.bd-content > h3[id],\n.bd-content > h4[id] {\n pointer-events: none;\n}\n\n.bd-content > h2[id]::before,\n.bd-content > h3[id]::before,\n.bd-content > h4[id]::before {\n display: block;\n height: 6rem;\n margin-top: -6rem;\n content: \"\";\n}\n\n.bd-content > table {\n width: 100%;\n max-width: 100%;\n margin-bottom: 1rem;\n}\n\n@media (max-width: 991.98px) {\n .bd-content > table {\n display: block;\n overflow-x: auto;\n -ms-overflow-style: -ms-autohiding-scrollbar;\n }\n .bd-content > table.table-bordered {\n border: 0;\n }\n}\n\n.bd-content > table > thead > tr > th,\n.bd-content > table > thead > tr > td,\n.bd-content > table > tbody > tr > th,\n.bd-content > table > tbody > tr > td,\n.bd-content > table > tfoot > tr > th,\n.bd-content > table > tfoot > tr > td {\n padding: 0.75rem;\n vertical-align: top;\n border: 1px solid #dee2e6;\n}\n\n.bd-content > table > thead > tr > th > p:last-child,\n.bd-content > table > thead > tr > td > p:last-child,\n.bd-content > table > tbody > tr > th > p:last-child,\n.bd-content > table > tbody > tr > td > p:last-child,\n.bd-content > table > tfoot > tr > th > p:last-child,\n.bd-content > table > tfoot > tr > td > p:last-child {\n margin-bottom: 0;\n}\n\n.bd-content > table td:first-child > code {\n white-space: nowrap;\n}\n\n.bd-content-title {\n display: block;\n pointer-events: auto;\n}\n\n.bd-content > h2:not(:first-child) {\n margin-top: 3rem;\n}\n\n.bd-content > h3 {\n margin-top: 1.5rem;\n}\n\n.bd-content > ul li,\n.bd-content > ol li {\n margin-bottom: .25rem;\n}\n\n@media (min-width: 992px) {\n .bd-content > ul,\n .bd-content > ol,\n .bd-content > p {\n max-width: 80%;\n }\n}\n\n.bd-title {\n margin-top: 1rem;\n margin-bottom: .5rem;\n font-weight: 300;\n}\n\n@media (min-width: 576px) {\n .bd-title {\n font-size: 3rem;\n }\n}\n\n.bd-lead {\n font-size: 1.125rem;\n font-weight: 300;\n}\n\n@media (min-width: 576px) {\n .bd-lead {\n max-width: 80%;\n margin-bottom: 1rem;\n font-size: 1.5rem;\n }\n}\n\n.bd-text-purple {\n color: #563d7c;\n}\n\n.bd-text-purple-bright {\n color: #7952b3;\n}\n\n.skippy {\n display: block;\n padding: 1em;\n color: #fff;\n text-align: center;\n background-color: #563d7c;\n outline: 0;\n}\n\n.skippy:hover {\n color: #fff;\n}\n\n.skippy-text {\n padding: .5em;\n outline: 1px dotted;\n}\n\n.bd-toc {\n -ms-flex-order: 2;\n order: 2;\n padding-top: 1.5rem;\n padding-bottom: 1.5rem;\n font-size: .875rem;\n}\n\n@supports ((position: -webkit-sticky) or (position: sticky)) {\n .bd-toc {\n position: -webkit-sticky;\n position: sticky;\n top: 4rem;\n height: calc(100vh - 4rem);\n overflow-y: auto;\n }\n}\n\n.section-nav {\n padding-left: 0;\n border-left: 1px solid #eee;\n}\n\n.section-nav ul {\n padding-left: 1rem;\n}\n\n.toc-entry {\n display: block;\n}\n\n.toc-entry a {\n display: block;\n padding: .125rem 1.5rem;\n color: #99979c;\n}\n\n.toc-entry a:hover {\n color: #007bff;\n text-decoration: none;\n}\n\n.bd-sidebar {\n -ms-flex-order: 0;\n order: 0;\n border-bottom: 1px solid rgba(0, 0, 0, 0.1);\n}\n\n@media (min-width: 768px) {\n .bd-sidebar {\n border-right: 1px solid rgba(0, 0, 0, 0.1);\n }\n @supports ((position: -webkit-sticky) or (position: sticky)) {\n .bd-sidebar {\n position: -webkit-sticky;\n position: sticky;\n top: 4rem;\n z-index: 1000;\n height: calc(100vh - 4rem);\n }\n }\n}\n\n@media (min-width: 1200px) {\n .bd-sidebar {\n -ms-flex: 0 1 320px;\n flex: 0 1 320px;\n }\n}\n\n.bd-links {\n padding-top: 1rem;\n padding-bottom: 1rem;\n margin-right: -15px;\n margin-left: -15px;\n}\n\n@media (min-width: 768px) {\n @supports ((position: -webkit-sticky) or (position: sticky)) {\n .bd-links {\n max-height: calc(100vh - 9rem);\n overflow-y: auto;\n }\n }\n}\n\n@media (min-width: 768px) {\n .bd-links {\n display: block !important;\n }\n}\n\n.bd-search {\n position: relative;\n padding: 1rem 15px;\n margin-right: -15px;\n margin-left: -15px;\n border-bottom: 1px solid rgba(0, 0, 0, 0.05);\n}\n\n.bd-search .form-control:focus {\n border-color: #7952b3;\n box-shadow: 0 0 0 3px rgba(121, 82, 179, 0.25);\n}\n\n.bd-search-docs-toggle {\n line-height: 1;\n color: #212529;\n}\n\n.bd-sidenav {\n display: none;\n}\n\n.bd-toc-link {\n display: block;\n padding: .25rem 1.5rem;\n font-weight: 600;\n color: rgba(0, 0, 0, 0.65);\n}\n\n.bd-toc-link:hover {\n color: rgba(0, 0, 0, 0.85);\n text-decoration: none;\n}\n\n.bd-toc-item.active {\n margin-bottom: 1rem;\n}\n\n.bd-toc-item.active:not(:first-child) {\n margin-top: 1rem;\n}\n\n.bd-toc-item.active > .bd-toc-link {\n color: rgba(0, 0, 0, 0.85);\n}\n\n.bd-toc-item.active > .bd-toc-link:hover {\n background-color: transparent;\n}\n\n.bd-toc-item.active > .bd-sidenav {\n display: block;\n}\n\n.bd-sidebar .nav > li > a {\n display: block;\n padding: .25rem 1.5rem;\n font-size: 90%;\n color: rgba(0, 0, 0, 0.65);\n}\n\n.bd-sidebar .nav > li > a:hover {\n color: rgba(0, 0, 0, 0.85);\n text-decoration: none;\n background-color: transparent;\n}\n\n.bd-sidebar .nav > .active > a,\n.bd-sidebar .nav > .active:hover > a {\n font-weight: 600;\n color: rgba(0, 0, 0, 0.85);\n background-color: transparent;\n}\n\n.bd-footer {\n font-size: 85%;\n text-align: center;\n background-color: #f7f7f7;\n}\n\n.bd-footer a {\n font-weight: 600;\n color: #495057;\n}\n\n.bd-footer a:hover, .bd-footer a:focus {\n color: #007bff;\n}\n\n.bd-footer p {\n margin-bottom: 0;\n}\n\n@media (min-width: 576px) {\n .bd-footer {\n text-align: left;\n }\n}\n\n.bd-footer-links {\n padding-left: 0;\n margin-bottom: 1rem;\n}\n\n.bd-footer-links li {\n display: inline-block;\n}\n\n.bd-footer-links li + li {\n margin-left: 1rem;\n}\n\n.bd-example-row .row > .col,\n.bd-example-row .row > [class^=\"col-\"] {\n padding-top: .75rem;\n padding-bottom: .75rem;\n background-color: rgba(86, 61, 124, 0.15);\n border: 1px solid rgba(86, 61, 124, 0.2);\n}\n\n.bd-example-row .row + .row {\n margin-top: 1rem;\n}\n\n.bd-example-row .flex-items-top,\n.bd-example-row .flex-items-middle,\n.bd-example-row .flex-items-bottom {\n min-height: 6rem;\n background-color: rgba(255, 0, 0, 0.1);\n}\n\n.bd-example-row-flex-cols .row {\n min-height: 10rem;\n background-color: rgba(255, 0, 0, 0.1);\n}\n\n.bd-highlight {\n background-color: rgba(86, 61, 124, 0.15);\n border: 1px solid rgba(86, 61, 124, 0.15);\n}\n\n.example-container {\n width: 800px;\n width: 100%;\n padding-right: 15px;\n padding-left: 15px;\n margin-right: auto;\n margin-left: auto;\n}\n\n.example-row {\n display: -ms-flexbox;\n display: flex;\n -ms-flex-wrap: wrap;\n flex-wrap: wrap;\n margin-right: -15px;\n margin-left: -15px;\n}\n\n.example-content-main {\n position: relative;\n width: 100%;\n padding-right: 15px;\n padding-left: 15px;\n}\n\n@media (min-width: 576px) {\n .example-content-main {\n -ms-flex: 0 0 50%;\n flex: 0 0 50%;\n max-width: 50%;\n }\n}\n\n@media (min-width: 992px) {\n .example-content-main {\n -ms-flex: 0 0 66.666667%;\n flex: 0 0 66.666667%;\n max-width: 66.666667%;\n }\n}\n\n.example-content-secondary {\n position: relative;\n width: 100%;\n padding-right: 15px;\n padding-left: 15px;\n}\n\n@media (min-width: 576px) {\n .example-content-secondary {\n -ms-flex: 0 0 50%;\n flex: 0 0 50%;\n max-width: 50%;\n }\n}\n\n@media (min-width: 992px) {\n .example-content-secondary {\n -ms-flex: 0 0 33.333333%;\n flex: 0 0 33.333333%;\n max-width: 33.333333%;\n }\n}\n\n.bd-example-container {\n min-width: 16rem;\n max-width: 25rem;\n margin-right: auto;\n margin-left: auto;\n}\n\n.bd-example-container-header {\n height: 3rem;\n margin-bottom: .5rem;\n background-color: white;\n border-radius: .25rem;\n}\n\n.bd-example-container-sidebar {\n float: right;\n width: 4rem;\n height: 8rem;\n background-color: #80bdff;\n border-radius: .25rem;\n}\n\n.bd-example-container-body {\n height: 8rem;\n margin-right: 4.5rem;\n background-color: #957bbe;\n border-radius: .25rem;\n}\n\n.bd-example-container-fluid {\n max-width: none;\n}\n\n.bd-example {\n position: relative;\n padding: 1rem;\n margin: 1rem -15px 0;\n border: solid #f8f9fa;\n border-width: .2rem 0 0;\n}\n\n.bd-example::after {\n display: block;\n clear: both;\n content: \"\";\n}\n\n@media (min-width: 576px) {\n .bd-example {\n padding: 1.5rem;\n margin-right: 0;\n margin-left: 0;\n border-width: .2rem;\n }\n}\n\n.bd-example + .highlight,\n.bd-example + .clipboard + .highlight {\n margin-top: 0;\n}\n\n.bd-example + p {\n margin-top: 2rem;\n}\n\n.bd-example .pos-f-t {\n position: relative;\n margin: -1rem;\n}\n\n@media (min-width: 576px) {\n .bd-example .pos-f-t {\n margin: -1.5rem;\n }\n}\n\n.bd-example .custom-file-input:lang(es) ~ .custom-file-label::after {\n content: \"Elegir\";\n}\n\n.bd-example > .form-control + .form-control {\n margin-top: .5rem;\n}\n\n.bd-example > .nav + .nav,\n.bd-example > .alert + .alert,\n.bd-example > .navbar + .navbar,\n.bd-example > .progress + .progress,\n.bd-example > .progress + .btn {\n margin-top: 1rem;\n}\n\n.bd-example > .dropdown-menu:first-child {\n position: static;\n display: block;\n}\n\n.bd-example > .form-group:last-child {\n margin-bottom: 0;\n}\n\n.bd-example > .close {\n float: none;\n}\n\n.bd-example-type .table .type-info {\n color: #999;\n vertical-align: middle;\n}\n\n.bd-example-type .table td {\n padding: 1rem 0;\n border-color: #eee;\n}\n\n.bd-example-type .table tr:first-child td {\n border-top: 0;\n}\n\n.bd-example-type h1,\n.bd-example-type h2,\n.bd-example-type h3,\n.bd-example-type h4,\n.bd-example-type h5,\n.bd-example-type h6 {\n margin-top: 0;\n margin-bottom: 0;\n}\n\n.bd-example-bg-classes p {\n padding: 1rem;\n}\n\n.bd-example > svg + svg,\n.bd-example > img + img {\n margin-left: .5rem;\n}\n\n.bd-example > .btn-group {\n margin-top: .25rem;\n margin-bottom: .25rem;\n}\n\n.bd-example > .btn-toolbar + .btn-toolbar {\n margin-top: .5rem;\n}\n\n.bd-example-control-sizing select,\n.bd-example-control-sizing input[type=\"text\"] + input[type=\"text\"] {\n margin-top: .5rem;\n}\n\n.bd-example-form .input-group {\n margin-bottom: .5rem;\n}\n\n.bd-example > textarea.form-control {\n resize: vertical;\n}\n\n.bd-example > .list-group {\n max-width: 400px;\n}\n\n.bd-example .fixed-top,\n.bd-example .sticky-top {\n position: static;\n margin: -1rem -1rem 1rem;\n}\n\n.bd-example .fixed-bottom {\n position: static;\n margin: 1rem -1rem -1rem;\n}\n\n@media (min-width: 576px) {\n .bd-example .fixed-top,\n .bd-example .sticky-top {\n margin: -1.5rem -1.5rem 1rem;\n }\n .bd-example .fixed-bottom {\n margin: 1rem -1.5rem -1.5rem;\n }\n}\n\n.bd-example .pagination {\n margin-top: .5rem;\n margin-bottom: .5rem;\n}\n\n.modal {\n z-index: 1072;\n}\n\n.modal .tooltip,\n.modal .popover {\n z-index: 1073;\n}\n\n.modal-backdrop {\n z-index: 1071;\n}\n\n.bd-example-modal {\n background-color: #fafafa;\n}\n\n.bd-example-modal .modal {\n position: relative;\n top: auto;\n right: auto;\n bottom: auto;\n left: auto;\n z-index: 1;\n display: block;\n}\n\n.bd-example-modal .modal-dialog {\n left: auto;\n margin-right: auto;\n margin-left: auto;\n}\n\n.bd-example-tabs .nav-tabs {\n margin-bottom: 1rem;\n}\n\n.bd-example-popover-static {\n padding-bottom: 1.5rem;\n background-color: #f9f9f9;\n}\n\n.bd-example-popover-static .popover {\n position: relative;\n display: block;\n float: left;\n width: 260px;\n margin: 1.25rem;\n}\n\n.tooltip-demo a {\n white-space: nowrap;\n}\n\n.bd-example-tooltip-static .tooltip {\n position: relative;\n display: inline-block;\n margin: 10px 20px;\n opacity: 1;\n}\n\n.scrollspy-example {\n position: relative;\n height: 200px;\n margin-top: .5rem;\n overflow: auto;\n}\n\n.scrollspy-example-2 {\n position: relative;\n height: 350px;\n overflow: auto;\n}\n\n.bd-example-border-utils [class^=\"border\"] {\n display: inline-block;\n width: 5rem;\n height: 5rem;\n margin: .25rem;\n background-color: #f5f5f5;\n}\n\n.bd-example-border-utils-0 [class^=\"border\"] {\n border: 1px solid #dee2e6;\n}\n\n.highlight {\n padding: 1rem;\n margin-top: 1rem;\n margin-bottom: 1rem;\n background-color: #f8f9fa;\n -ms-overflow-style: -ms-autohiding-scrollbar;\n}\n\n@media (min-width: 576px) {\n .highlight {\n padding: 1.5rem;\n }\n}\n\n.bd-content .highlight {\n margin-right: -15px;\n margin-left: -15px;\n}\n\n@media (min-width: 576px) {\n .bd-content .highlight {\n margin-right: 0;\n margin-left: 0;\n }\n}\n\n.highlight pre {\n padding: 0;\n margin-top: 0;\n margin-bottom: 0;\n background-color: transparent;\n border: 0;\n}\n\n.highlight pre code {\n font-size: inherit;\n color: #212529;\n}\n\n.btn-bd-primary {\n font-weight: 600;\n color: #7952b3;\n border-color: #7952b3;\n}\n\n.btn-bd-primary:hover, .btn-bd-primary:active {\n color: #fff;\n background-color: #7952b3;\n border-color: #7952b3;\n}\n\n.btn-bd-primary:focus {\n box-shadow: 0 0 0 3px rgba(121, 82, 179, 0.25);\n}\n\n.btn-bd-download {\n font-weight: 600;\n color: #ffe484;\n border-color: #ffe484;\n}\n\n.btn-bd-download:hover, .btn-bd-download:active {\n color: #2a2730;\n background-color: #ffe484;\n border-color: #ffe484;\n}\n\n.btn-bd-download:focus {\n box-shadow: 0 0 0 3px rgba(255, 228, 132, 0.25);\n}\n\n.bd-callout {\n padding: 1.25rem;\n margin-top: 1.25rem;\n margin-bottom: 1.25rem;\n border: 1px solid #eee;\n border-left-width: .25rem;\n border-radius: .25rem;\n}\n\n.bd-callout h4 {\n margin-top: 0;\n margin-bottom: .25rem;\n}\n\n.bd-callout p:last-child {\n margin-bottom: 0;\n}\n\n.bd-callout code {\n border-radius: .25rem;\n}\n\n.bd-callout + .bd-callout {\n margin-top: -.25rem;\n}\n\n.bd-callout-info {\n border-left-color: #5bc0de;\n}\n\n.bd-callout-info h4 {\n color: #5bc0de;\n}\n\n.bd-callout-warning {\n border-left-color: #f0ad4e;\n}\n\n.bd-callout-warning h4 {\n color: #f0ad4e;\n}\n\n.bd-callout-danger {\n border-left-color: #d9534f;\n}\n\n.bd-callout-danger h4 {\n color: #d9534f;\n}\n\n.bd-browser-bugs td p {\n margin-bottom: 0;\n}\n\n.bd-browser-bugs th:first-child {\n width: 18%;\n}\n\n.bd-brand-logos {\n display: table;\n width: 100%;\n margin-bottom: 1rem;\n overflow: hidden;\n color: #563d7c;\n background-color: #f9f9f9;\n border-radius: .25rem;\n}\n\n.bd-brand-logos .inverse {\n color: #fff;\n background-color: #563d7c;\n}\n\n.bd-brand-item {\n padding: 4rem 0;\n text-align: center;\n}\n\n.bd-brand-item + .bd-brand-item {\n border-top: 1px solid #fff;\n}\n\n.bd-brand-item h1,\n.bd-brand-item h3 {\n margin-top: 0;\n margin-bottom: 0;\n}\n\n@media (min-width: 768px) {\n .bd-brand-item {\n display: table-cell;\n width: 1%;\n }\n .bd-brand-item + .bd-brand-item {\n border-top: 0;\n border-left: 1px solid #fff;\n }\n .bd-brand-item h1 {\n font-size: 4rem;\n }\n}\n\n.color-swatches {\n margin: 0 -5px;\n overflow: hidden;\n}\n\n.color-swatches .bd-purple {\n background-color: #563d7c;\n}\n\n.color-swatches .bd-purple-light {\n background-color: #cbbde2;\n}\n\n.color-swatches .bd-purple-lighter {\n background-color: #e5e1ea;\n}\n\n.color-swatches .bd-gray {\n background-color: #f9f9f9;\n}\n\n.color-swatch {\n float: left;\n width: 4rem;\n height: 4rem;\n margin-right: .25rem;\n margin-left: .25rem;\n border-radius: .25rem;\n}\n\n@media (min-width: 768px) {\n .color-swatch {\n width: 6rem;\n height: 6rem;\n }\n}\n\n.swatch-blue {\n color: #fff;\n background-color: #007bff;\n}\n\n.swatch-indigo {\n color: #fff;\n background-color: #6610f2;\n}\n\n.swatch-purple {\n color: #fff;\n background-color: #6f42c1;\n}\n\n.swatch-pink {\n color: #fff;\n background-color: #e83e8c;\n}\n\n.swatch-red {\n color: #fff;\n background-color: #dc3545;\n}\n\n.swatch-orange {\n color: #212529;\n background-color: #fd7e14;\n}\n\n.swatch-yellow {\n color: #212529;\n background-color: #ffc107;\n}\n\n.swatch-green {\n color: #fff;\n background-color: #28a745;\n}\n\n.swatch-teal {\n color: #fff;\n background-color: #20c997;\n}\n\n.swatch-cyan {\n color: #fff;\n background-color: #17a2b8;\n}\n\n.swatch-white {\n color: #212529;\n background-color: #fff;\n}\n\n.swatch-gray {\n color: #fff;\n background-color: #6c757d;\n}\n\n.swatch-gray-dark {\n color: #fff;\n background-color: #343a40;\n}\n\n.swatch-primary {\n color: #fff;\n background-color: #007bff;\n}\n\n.swatch-secondary {\n color: #fff;\n background-color: #6c757d;\n}\n\n.swatch-success {\n color: #fff;\n background-color: #28a745;\n}\n\n.swatch-info {\n color: #fff;\n background-color: #17a2b8;\n}\n\n.swatch-warning {\n color: #212529;\n background-color: #ffc107;\n}\n\n.swatch-danger {\n color: #fff;\n background-color: #dc3545;\n}\n\n.swatch-light {\n color: #212529;\n background-color: #f8f9fa;\n}\n\n.swatch-dark {\n color: #fff;\n background-color: #343a40;\n}\n\n.swatch-100 {\n color: #212529;\n background-color: #f8f9fa;\n}\n\n.swatch-200 {\n color: #212529;\n background-color: #e9ecef;\n}\n\n.swatch-300 {\n color: #212529;\n background-color: #dee2e6;\n}\n\n.swatch-400 {\n color: #212529;\n background-color: #ced4da;\n}\n\n.swatch-500 {\n color: #212529;\n background-color: #adb5bd;\n}\n\n.swatch-600 {\n color: #fff;\n background-color: #6c757d;\n}\n\n.swatch-700 {\n color: #fff;\n background-color: #495057;\n}\n\n.swatch-800 {\n color: #fff;\n background-color: #343a40;\n}\n\n.swatch-900 {\n color: #fff;\n background-color: #212529;\n}\n\n.bd-clipboard {\n position: relative;\n display: none;\n float: right;\n}\n\n.bd-clipboard + .highlight {\n margin-top: 0;\n}\n\n@media (min-width: 768px) {\n .bd-clipboard {\n display: block;\n }\n}\n\n.btn-clipboard {\n position: absolute;\n top: .5rem;\n right: .5rem;\n z-index: 10;\n display: block;\n padding: .25rem .5rem;\n font-size: 75%;\n color: #818a91;\n cursor: pointer;\n background-color: transparent;\n border: 0;\n border-radius: .25rem;\n}\n\n.btn-clipboard:hover {\n color: #fff;\n background-color: #027de7;\n}\n\n.bd-placeholder-img {\n font-size: 1.125rem;\n text-anchor: middle;\n}\n\n@media (min-width: 768px) {\n .bd-placeholder-img-lg {\n font-size: 3.5rem;\n }\n}\n\n.hll {\n background-color: #ffc;\n}\n\n.c {\n color: #999;\n}\n\n.k {\n color: #069;\n}\n\n.o {\n color: #555;\n}\n\n.cm {\n color: #999;\n}\n\n.cp {\n color: #099;\n}\n\n.c1 {\n color: #999;\n}\n\n.cs {\n color: #999;\n}\n\n.gd {\n background-color: #fcc;\n border: 1px solid #c00;\n}\n\n.ge {\n font-style: italic;\n}\n\n.gr {\n color: #f00;\n}\n\n.gh {\n color: #030;\n}\n\n.gi {\n background-color: #cfc;\n border: 1px solid #0c0;\n}\n\n.go {\n color: #aaa;\n}\n\n.gp {\n color: #009;\n}\n\n.gu {\n color: #030;\n}\n\n.gt {\n color: #9c6;\n}\n\n.kc {\n color: #069;\n}\n\n.kd {\n color: #069;\n}\n\n.kn {\n color: #069;\n}\n\n.kp {\n color: #069;\n}\n\n.kr {\n color: #069;\n}\n\n.kt {\n color: #078;\n}\n\n.m {\n color: #f60;\n}\n\n.s {\n color: #d44950;\n}\n\n.na {\n color: #4f9fcf;\n}\n\n.nb {\n color: #366;\n}\n\n.nc {\n color: #0a8;\n}\n\n.no {\n color: #360;\n}\n\n.nd {\n color: #99f;\n}\n\n.ni {\n color: #999;\n}\n\n.ne {\n color: #c00;\n}\n\n.nf {\n color: #c0f;\n}\n\n.nl {\n color: #99f;\n}\n\n.nn {\n color: #0cf;\n}\n\n.nt {\n color: #2f6f9f;\n}\n\n.nv {\n color: #033;\n}\n\n.ow {\n color: #000;\n}\n\n.w {\n color: #bbb;\n}\n\n.mf {\n color: #f60;\n}\n\n.mh {\n color: #f60;\n}\n\n.mi {\n color: #f60;\n}\n\n.mo {\n color: #f60;\n}\n\n.sb {\n color: #c30;\n}\n\n.sc {\n color: #c30;\n}\n\n.sd {\n font-style: italic;\n color: #c30;\n}\n\n.s2 {\n color: #c30;\n}\n\n.se {\n color: #c30;\n}\n\n.sh {\n color: #c30;\n}\n\n.si {\n color: #a00;\n}\n\n.sx {\n color: #c30;\n}\n\n.sr {\n color: #3aa;\n}\n\n.s1 {\n color: #c30;\n}\n\n.ss {\n color: #fc3;\n}\n\n.bp {\n color: #366;\n}\n\n.vc {\n color: #033;\n}\n\n.vg {\n color: #033;\n}\n\n.vi {\n color: #033;\n}\n\n.il {\n color: #f60;\n}\n\n.css .o,\n.css .o + .nt,\n.css .nt + .nt {\n color: #999;\n}\n\n.language-bash::before,\n.language-sh::before {\n color: #009;\n content: \"$ \";\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n}\n\n.language-powershell::before {\n color: #009;\n content: \"PM> \";\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n}\n\n.anchorjs-link {\n font-weight: 400;\n color: rgba(0, 123, 255, 0.5);\n transition: color 0.15s ease-in-out, opacity 0.15s ease-in-out;\n}\n\n@media screen and (prefers-reduced-motion: reduce) {\n .anchorjs-link {\n transition: none;\n }\n}\n\n.anchorjs-link:hover {\n color: #007bff;\n text-decoration: none;\n}\n\n.algolia-autocomplete {\n display: block !important;\n -ms-flex: 1;\n flex: 1;\n}\n\n.algolia-autocomplete .ds-dropdown-menu {\n width: 100%;\n min-width: 0 !important;\n max-width: none !important;\n padding: .75rem 0 !important;\n background-color: #fff;\n background-clip: padding-box;\n border: 1px solid rgba(0, 0, 0, 0.1);\n box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);\n}\n\n@media (min-width: 768px) {\n .algolia-autocomplete .ds-dropdown-menu {\n width: 175%;\n }\n}\n\n.algolia-autocomplete .ds-dropdown-menu::before {\n display: none !important;\n}\n\n.algolia-autocomplete .ds-dropdown-menu [class^=\"ds-dataset-\"] {\n padding: 0 !important;\n overflow: visible !important;\n background-color: transparent !important;\n border: 0 !important;\n}\n\n.algolia-autocomplete .ds-dropdown-menu .ds-suggestions {\n margin-top: 0 !important;\n}\n\n.algolia-autocomplete .algolia-docsearch-suggestion {\n padding: 0 !important;\n overflow: visible !important;\n}\n\n.algolia-autocomplete .algolia-docsearch-suggestion--category-header {\n padding: .125rem 1rem !important;\n margin-top: 0 !important;\n font-size: .875rem !important;\n font-weight: 600 !important;\n color: #7952b3 !important;\n border-bottom: 0 !important;\n}\n\n.algolia-autocomplete .algolia-docsearch-suggestion--wrapper {\n float: none !important;\n padding-top: 0 !important;\n}\n\n.algolia-autocomplete .algolia-docsearch-suggestion--subcategory-column {\n float: none !important;\n width: auto !important;\n padding: 0 !important;\n text-align: left !important;\n}\n\n.algolia-autocomplete .algolia-docsearch-suggestion--subcategory-inline {\n display: block !important;\n font-size: .875rem;\n color: #495057;\n}\n\n.algolia-autocomplete .algolia-docsearch-suggestion--subcategory-inline::after {\n padding: 0 .25rem;\n content: \"/\";\n}\n\n.algolia-autocomplete .algolia-docsearch-suggestion--content {\n display: -ms-flexbox;\n display: flex;\n -ms-flex-wrap: wrap;\n flex-wrap: wrap;\n float: none !important;\n width: 100% !important;\n padding: .25rem 1rem !important;\n}\n\n.algolia-autocomplete .algolia-docsearch-suggestion--content::before {\n display: none !important;\n}\n\n.algolia-autocomplete .ds-suggestion:not(:first-child) .algolia-docsearch-suggestion--category-header {\n padding-top: .75rem !important;\n margin-top: .75rem !important;\n border-top: 1px solid rgba(0, 0, 0, 0.1);\n}\n\n.algolia-autocomplete .ds-suggestion .algolia-docsearch-suggestion--subcategory-column {\n display: none !important;\n}\n\n.algolia-autocomplete .algolia-docsearch-suggestion--title {\n display: block;\n margin-bottom: 0 !important;\n font-size: .875rem !important;\n font-weight: 400 !important;\n}\n\n.algolia-autocomplete .algolia-docsearch-suggestion--text {\n -ms-flex: 0 0 100%;\n flex: 0 0 100%;\n max-width: 100%;\n padding: .2rem 0;\n font-size: .8125rem !important;\n font-weight: 400;\n line-height: 1.25 !important;\n color: #6c757d;\n}\n\n.algolia-autocomplete .algolia-docsearch-footer {\n float: none !important;\n width: auto !important;\n height: auto !important;\n padding: .75rem 1rem 0;\n font-size: .75rem !important;\n line-height: 1 !important;\n color: #767676 !important;\n border-top: 1px solid rgba(0, 0, 0, 0.1);\n}\n\n.algolia-autocomplete .algolia-docsearch-footer--logo {\n display: inline !important;\n overflow: visible !important;\n color: inherit !important;\n text-indent: 0 !important;\n background: none !important;\n}\n\n.algolia-autocomplete .algolia-docsearch-suggestion--highlight {\n color: #5f2dab;\n background-color: rgba(154, 132, 187, 0.12);\n}\n\n.algolia-autocomplete .algolia-docsearch-suggestion--text .algolia-docsearch-suggestion--highlight {\n box-shadow: inset 0 -2px 0 0 rgba(95, 45, 171, 0.5) !important;\n}\n\n.algolia-autocomplete .ds-suggestion.ds-cursor .algolia-docsearch-suggestion--content {\n background-color: rgba(208, 189, 236, 0.15) !important;\n}\n/*# sourceMappingURL=docs.min.css.map */",".skippy {\n display: block;\n padding: 1em;\n color: $white;\n text-align: center;\n background-color: $bd-purple;\n outline: 0;\n\n @include hover {\n color: $white;\n }\n}\n\n.skippy-text {\n padding: .5em;\n outline: 1px dotted;\n}\n","// Hover mixin and `$enable-hover-media-query` are deprecated.\n//\n// Originally added during our alphas and maintained during betas, this mixin was\n// designed to prevent `:hover` stickiness on iOS-an issue where hover styles\n// would persist after initial touch.\n//\n// For backward compatibility, we've kept these mixins and updated them to\n// always return their regular pseudo-classes instead of a shimmed media query.\n//\n// Issue: https://github.com/twbs/bootstrap/issues/25195\n\n@mixin hover {\n &:hover { @content; }\n}\n\n@mixin hover-focus {\n &:hover,\n &:focus {\n @content;\n }\n}\n\n@mixin plain-hover-focus {\n &,\n &:hover,\n &:focus {\n @content;\n }\n}\n\n@mixin hover-focus-active {\n &:hover,\n &:focus,\n &:active {\n @content;\n }\n}\n","// stylelint-disable declaration-no-important\n\n//\n// Right side table of contents\n//\n\n.bd-toc {\n @supports (position: sticky) {\n position: sticky;\n top: 4rem;\n height: calc(100vh - 4rem);\n overflow-y: auto;\n }\n order: 2;\n padding-top: 1.5rem;\n padding-bottom: 1.5rem;\n font-size: .875rem;\n}\n\n.section-nav {\n padding-left: 0;\n border-left: 1px solid #eee;\n\n ul {\n padding-left: 1rem;\n }\n}\n\n.toc-entry {\n display: block;\n\n a {\n display: block;\n padding: .125rem 1.5rem;\n color: #99979c;\n\n &:hover {\n color: $blue;\n text-decoration: none;\n }\n }\n}\n\n//\n// Left side navigation\n//\n\n.bd-sidebar {\n order: 0;\n // background-color: #f5f2f9;\n border-bottom: 1px solid rgba(0, 0, 0, .1);\n\n @include media-breakpoint-up(md) {\n @supports (position: sticky) {\n position: sticky;\n top: 4rem;\n z-index: 1000;\n height: calc(100vh - 4rem);\n }\n border-right: 1px solid rgba(0, 0, 0, .1);\n }\n\n @include media-breakpoint-up(xl) {\n flex: 0 1 320px;\n }\n}\n\n.bd-links {\n padding-top: 1rem;\n padding-bottom: 1rem;\n margin-right: -15px;\n margin-left: -15px;\n\n @include media-breakpoint-up(md) {\n @supports (position: sticky) {\n max-height: calc(100vh - 9rem);\n overflow-y: auto;\n }\n }\n\n // Override collapse behaviors\n @include media-breakpoint-up(md) {\n display: block !important;\n }\n}\n\n.bd-search {\n position: relative; // To contain the Algolia search\n padding: 1rem 15px;\n margin-right: -15px;\n margin-left: -15px;\n border-bottom: 1px solid rgba(0, 0, 0, .05);\n\n .form-control:focus {\n border-color: $bd-purple-bright;\n box-shadow: 0 0 0 3px rgba($bd-purple-bright, .25);\n }\n}\n\n.bd-search-docs-toggle {\n line-height: 1;\n color: $gray-900;\n}\n\n.bd-sidenav {\n display: none;\n}\n\n.bd-toc-link {\n display: block;\n padding: .25rem 1.5rem;\n font-weight: 600;\n color: rgba(0, 0, 0, .65);\n\n &:hover {\n color: rgba(0, 0, 0, .85);\n text-decoration: none;\n }\n}\n\n.bd-toc-item {\n &.active {\n margin-bottom: 1rem;\n\n &:not(:first-child) {\n margin-top: 1rem;\n }\n\n > .bd-toc-link {\n color: rgba(0, 0, 0, .85);\n\n &:hover {\n background-color: transparent;\n }\n }\n\n > .bd-sidenav {\n display: block;\n }\n }\n}\n\n// All levels of nav\n.bd-sidebar .nav > li > a {\n display: block;\n padding: .25rem 1.5rem;\n font-size: 90%;\n color: rgba(0, 0, 0, .65);\n}\n\n.bd-sidebar .nav > li > a:hover {\n color: rgba(0, 0, 0, .85);\n text-decoration: none;\n background-color: transparent;\n}\n\n.bd-sidebar .nav > .active > a,\n.bd-sidebar .nav > .active:hover > a {\n font-weight: 600;\n color: rgba(0, 0, 0, .85);\n background-color: transparent;\n}\n","//\n// Footer\n//\n\n.bd-footer {\n font-size: 85%;\n text-align: center;\n background-color: #f7f7f7;\n\n a {\n font-weight: 600;\n color: $gray-700;\n\n &:hover,\n &:focus {\n color: $link-color;\n }\n }\n\n p {\n margin-bottom: 0;\n }\n\n @include media-breakpoint-up(sm) {\n text-align: left;\n }\n}\n\n.bd-footer-links {\n padding-left: 0;\n margin-bottom: 1rem;\n\n li {\n display: inline-block;\n\n + li {\n margin-left: 1rem;\n }\n }\n}\n","// stylelint-disable no-duplicate-selectors, selector-no-qualifying-type\n\n//\n// Grid examples\n//\n\n.bd-example-row {\n .row {\n > .col,\n > [class^=\"col-\"] {\n padding-top: .75rem;\n padding-bottom: .75rem;\n background-color: rgba(86, 61, 124, .15);\n border: 1px solid rgba(86, 61, 124, .2);\n }\n }\n\n .row + .row {\n margin-top: 1rem;\n }\n\n .flex-items-top,\n .flex-items-middle,\n .flex-items-bottom {\n min-height: 6rem;\n background-color: rgba(255, 0, 0, .1);\n }\n}\n\n.bd-example-row-flex-cols .row {\n min-height: 10rem;\n background-color: rgba(255, 0, 0, .1);\n}\n\n.bd-highlight {\n background-color: rgba($bd-purple, .15);\n border: 1px solid rgba($bd-purple, .15);\n}\n\n// Grid mixins\n.example-container {\n width: 800px;\n @include make-container();\n}\n\n.example-row {\n @include make-row();\n}\n\n.example-content-main {\n @include make-col-ready();\n\n @include media-breakpoint-up(sm) {\n @include make-col(6);\n }\n\n @include media-breakpoint-up(lg) {\n @include make-col(8);\n }\n}\n\n.example-content-secondary {\n @include make-col-ready();\n\n @include media-breakpoint-up(sm) {\n @include make-col(6);\n }\n\n @include media-breakpoint-up(lg) {\n @include make-col(4);\n }\n}\n\n\n//\n// Container illustrations\n//\n\n.bd-example-container {\n min-width: 16rem;\n max-width: 25rem;\n margin-right: auto;\n margin-left: auto;\n}\n\n.bd-example-container-header {\n height: 3rem;\n margin-bottom: .5rem;\n background-color: lighten($blue, 50%);\n border-radius: .25rem;\n}\n\n.bd-example-container-sidebar {\n float: right;\n width: 4rem;\n height: 8rem;\n background-color: lighten($blue, 25%);\n border-radius: .25rem;\n}\n\n.bd-example-container-body {\n height: 8rem;\n margin-right: 4.5rem;\n background-color: lighten($bd-purple, 25%);\n border-radius: .25rem;\n}\n\n.bd-example-container-fluid {\n max-width: none;\n}\n\n\n//\n// Docs examples\n//\n\n.bd-example {\n position: relative;\n padding: 1rem;\n margin: 1rem (-$grid-gutter-width / 2) 0;\n border: solid $gray-100;\n border-width: .2rem 0 0;\n @include clearfix();\n\n @include media-breakpoint-up(sm) {\n padding: 1.5rem;\n margin-right: 0;\n margin-left: 0;\n border-width: .2rem;\n }\n\n + .highlight,\n + .clipboard + .highlight {\n margin-top: 0;\n }\n\n + p {\n margin-top: 2rem;\n }\n\n .pos-f-t {\n position: relative;\n margin: -1rem;\n\n @include media-breakpoint-up(sm) {\n margin: -1.5rem;\n }\n }\n\n .custom-file-input:lang(es) ~ .custom-file-label::after {\n content: \"Elegir\";\n }\n\n > .form-control {\n + .form-control {\n margin-top: .5rem;\n }\n }\n\n > .nav + .nav,\n > .alert + .alert,\n > .navbar + .navbar,\n > .progress + .progress,\n > .progress + .btn {\n margin-top: 1rem;\n }\n\n > .dropdown-menu:first-child {\n position: static;\n display: block;\n }\n\n > .form-group:last-child {\n margin-bottom: 0;\n }\n\n > .close {\n float: none;\n }\n}\n\n// Typography\n.bd-example-type {\n .table {\n .type-info {\n color: #999;\n vertical-align: middle;\n }\n td {\n padding: 1rem 0;\n border-color: #eee;\n }\n tr:first-child td {\n border-top: 0;\n }\n }\n\n h1,\n h2,\n h3,\n h4,\n h5,\n h6 {\n margin-top: 0;\n margin-bottom: 0;\n }\n}\n\n// Contextual background colors\n.bd-example-bg-classes p {\n padding: 1rem;\n}\n\n// Images\n.bd-example {\n > svg + svg,\n > img + img {\n margin-left: .5rem;\n }\n}\n\n// Buttons\n.bd-example {\n > .btn-group {\n margin-top: .25rem;\n margin-bottom: .25rem;\n }\n > .btn-toolbar + .btn-toolbar {\n margin-top: .5rem;\n }\n}\n\n// Forms\n.bd-example-control-sizing select,\n.bd-example-control-sizing input[type=\"text\"] + input[type=\"text\"] {\n margin-top: .5rem;\n}\n.bd-example-form .input-group {\n margin-bottom: .5rem;\n}\n.bd-example > textarea.form-control {\n resize: vertical;\n}\n\n// List groups\n.bd-example > .list-group {\n max-width: 400px;\n}\n\n// Navbars\n.bd-example {\n .fixed-top,\n .sticky-top {\n position: static;\n margin: -1rem -1rem 1rem;\n }\n .fixed-bottom {\n position: static;\n margin: 1rem -1rem -1rem;\n }\n\n @include media-breakpoint-up(sm) {\n .fixed-top,\n .sticky-top {\n margin: -1.5rem -1.5rem 1rem;\n }\n .fixed-bottom {\n margin: 1rem -1.5rem -1.5rem;\n }\n }\n}\n\n// Pagination\n.bd-example .pagination {\n margin-top: .5rem;\n margin-bottom: .5rem;\n}\n\n// Example modals\n.modal {\n z-index: 1072;\n\n .tooltip,\n .popover {\n z-index: 1073;\n }\n}\n\n.modal-backdrop {\n z-index: 1071;\n}\n\n.bd-example-modal {\n background-color: #fafafa;\n\n .modal {\n position: relative;\n top: auto;\n right: auto;\n bottom: auto;\n left: auto;\n z-index: 1;\n display: block;\n }\n\n .modal-dialog {\n left: auto;\n margin-right: auto;\n margin-left: auto;\n }\n}\n\n// Example tabbable tabs\n.bd-example-tabs .nav-tabs {\n margin-bottom: 1rem;\n}\n\n// Popovers\n.bd-example-popover-static {\n padding-bottom: 1.5rem;\n background-color: #f9f9f9;\n\n .popover {\n position: relative;\n display: block;\n float: left;\n width: 260px;\n margin: 1.25rem;\n }\n}\n\n// Tooltips\n.tooltip-demo a {\n white-space: nowrap;\n}\n\n.bd-example-tooltip-static .tooltip {\n position: relative;\n display: inline-block;\n margin: 10px 20px;\n opacity: 1;\n}\n\n// Scrollspy demo on fixed height div\n.scrollspy-example {\n position: relative;\n height: 200px;\n margin-top: .5rem;\n overflow: auto;\n}\n\n.scrollspy-example-2 {\n position: relative;\n height: 350px;\n overflow: auto;\n}\n\n.bd-example-border-utils {\n [class^=\"border\"] {\n display: inline-block;\n width: 5rem;\n height: 5rem;\n margin: .25rem;\n background-color: #f5f5f5;\n }\n}\n\n.bd-example-border-utils-0 {\n [class^=\"border\"] {\n border: 1px solid $border-color;\n }\n}\n\n//\n// Code snippets\n//\n\n.highlight {\n padding: 1rem;\n margin-top: 1rem;\n margin-bottom: 1rem;\n background-color: $gray-100;\n -ms-overflow-style: -ms-autohiding-scrollbar;\n\n @include media-breakpoint-up(sm) {\n padding: 1.5rem;\n }\n}\n\n.bd-content .highlight {\n margin-right: (-$grid-gutter-width / 2);\n margin-left: (-$grid-gutter-width / 2);\n\n @include media-breakpoint-up(sm) {\n margin-right: 0;\n margin-left: 0;\n }\n}\n\n.highlight {\n pre {\n padding: 0;\n margin-top: 0;\n margin-bottom: 0;\n background-color: transparent;\n border: 0;\n }\n pre code {\n font-size: inherit;\n color: $gray-900; // Effectively the base text color\n }\n}\n","/// Grid system\n//\n// Generate semantic grid columns with these mixins.\n\n@mixin make-container($gutter: $grid-gutter-width) {\n width: 100%;\n padding-right: $gutter / 2;\n padding-left: $gutter / 2;\n margin-right: auto;\n margin-left: auto;\n}\n\n\n// For each breakpoint, define the maximum width of the container in a media query\n@mixin make-container-max-widths($max-widths: $container-max-widths, $breakpoints: $grid-breakpoints) {\n @each $breakpoint, $container-max-width in $max-widths {\n @include media-breakpoint-up($breakpoint, $breakpoints) {\n max-width: $container-max-width;\n }\n }\n}\n\n@mixin make-row($gutter: $grid-gutter-width) {\n display: flex;\n flex-wrap: wrap;\n margin-right: -$gutter / 2;\n margin-left: -$gutter / 2;\n}\n\n@mixin make-col-ready($gutter: $grid-gutter-width) {\n position: relative;\n // Prevent columns from becoming too narrow when at smaller grid tiers by\n // always setting `width: 100%;`. This works because we use `flex` values\n // later on to override this initial width.\n width: 100%;\n padding-right: $gutter / 2;\n padding-left: $gutter / 2;\n}\n\n@mixin make-col($size, $columns: $grid-columns) {\n flex: 0 0 percentage($size / $columns);\n // Add a `max-width` to ensure content within each column does not blow out\n // the width of the column. Applies to IE10+ and Firefox. Chrome and Safari\n // do not appear to require this.\n max-width: percentage($size / $columns);\n}\n\n@mixin make-col-offset($size, $columns: $grid-columns) {\n $num: $size / $columns;\n margin-left: if($num == 0, 0, percentage($num));\n}\n","@mixin clearfix() {\n &::after {\n display: block;\n clear: both;\n content: \"\";\n }\n}\n","// Buttons\n//\n// Custom buttons for the docs.\n\n.btn-bd-primary {\n font-weight: 600;\n color: $bd-purple-bright;\n border-color: $bd-purple-bright;\n\n &:hover,\n &:active {\n color: $white;\n background-color: $bd-purple-bright;\n border-color: $bd-purple-bright;\n }\n\n &:focus {\n box-shadow: 0 0 0 3px rgba($bd-purple-bright, .25);\n }\n}\n\n.btn-bd-download {\n font-weight: 600;\n color: $bd-download;\n border-color: $bd-download;\n\n &:hover,\n &:active {\n color: $bd-dark;\n background-color: $bd-download;\n border-color: $bd-download;\n }\n\n &:focus {\n box-shadow: 0 0 0 3px rgba($bd-download, .25);\n }\n}\n","//\n// Callouts\n//\n\n.bd-callout {\n padding: 1.25rem;\n margin-top: 1.25rem;\n margin-bottom: 1.25rem;\n border: 1px solid #eee;\n border-left-width: .25rem;\n border-radius: .25rem;\n\n h4 {\n margin-top: 0;\n margin-bottom: .25rem;\n }\n\n p:last-child {\n margin-bottom: 0;\n }\n\n code {\n border-radius: .25rem;\n }\n\n + .bd-callout {\n margin-top: -.25rem;\n }\n}\n\n// Variations\n@mixin bs-callout-variant($color) {\n border-left-color: $color;\n\n h4 { color: $color; }\n}\n\n.bd-callout-info { @include bs-callout-variant($bd-info); }\n.bd-callout-warning { @include bs-callout-variant($bd-warning); }\n.bd-callout-danger { @include bs-callout-variant($bd-danger); }\n","// Wall of Browser Bugs\n//\n// Better display for the responsive table on the Wall of Browser Bugs.\n\n.bd-browser-bugs {\n td p {\n margin-bottom: 0;\n }\n th:first-child {\n width: 18%;\n }\n}\n","//\n// Brand guidelines\n//\n\n// Logo series wrapper\n.bd-brand-logos {\n display: table;\n width: 100%;\n margin-bottom: 1rem;\n overflow: hidden;\n color: $bd-purple;\n background-color: #f9f9f9;\n border-radius: .25rem;\n\n .inverse {\n color: $white;\n background-color: $bd-purple;\n }\n}\n\n// Individual items\n.bd-brand-item {\n padding: 4rem 0;\n text-align: center;\n\n + .bd-brand-item {\n border-top: 1px solid $white;\n }\n\n // Heading content within\n h1,\n h3 {\n margin-top: 0;\n margin-bottom: 0;\n }\n\n @include media-breakpoint-up(md) {\n display: table-cell;\n width: 1%;\n\n + .bd-brand-item {\n border-top: 0;\n border-left: 1px solid $white;\n }\n\n h1 {\n font-size: 4rem;\n }\n }\n}\n\n\n//\n// Color swatches\n//\n\n.color-swatches {\n margin: 0 -5px;\n overflow: hidden; // clearfix\n\n // Docs colors\n .bd-purple {\n background-color: $bd-purple;\n }\n .bd-purple-light {\n background-color: $bd-purple-light;\n }\n .bd-purple-lighter {\n background-color: #e5e1ea;\n }\n .bd-gray {\n background-color: #f9f9f9;\n }\n}\n\n.color-swatch {\n float: left;\n width: 4rem;\n height: 4rem;\n margin-right: .25rem;\n margin-left: .25rem;\n border-radius: .25rem;\n\n @include media-breakpoint-up(md) {\n width: 6rem;\n height: 6rem;\n }\n}\n","//\n// Docs color palette classes\n//\n\n@each $color, $value in $colors {\n .swatch-#{$color} {\n color: color-yiq($value);\n background-color: #{$value};\n }\n}\n\n@each $color, $value in $theme-colors {\n .swatch-#{$color} {\n color: color-yiq($value);\n background-color: #{$value};\n }\n}\n\n@each $color, $value in $grays {\n .swatch-#{$color} {\n color: color-yiq($value);\n background-color: #{$value};\n }\n}\n","// clipboard.js\n//\n// JS-based `Copy` buttons for code snippets.\n\n.bd-clipboard {\n position: relative;\n display: none;\n float: right;\n\n + .highlight {\n margin-top: 0;\n }\n\n @include media-breakpoint-up(md) {\n display: block;\n }\n}\n\n.btn-clipboard {\n position: absolute;\n top: .5rem;\n right: .5rem;\n z-index: 10;\n display: block;\n padding: .25rem .5rem;\n font-size: 75%;\n color: #818a91;\n cursor: pointer;\n background-color: transparent;\n border: 0;\n border-radius: .25rem;\n\n &:hover {\n color: $white;\n background-color: #027de7;\n }\n}\n","//\n// Placeholder svg used in the docs.\n//\n\n// Remember to update `site/_layouts/examples.html` too if this changes!\n\n.bd-placeholder-img {\n font-size: 1.125rem;\n text-anchor: middle;\n}\n\n.bd-placeholder-img-lg {\n @include media-breakpoint-up(md) {\n font-size: 3.5rem;\n }\n}\n","// stylelint-disable declaration-block-single-line-max-declarations, selector-class-pattern\n\n.hll { background-color: #ffc; }\n.c { color: #999; }\n.k { color: #069; }\n.o { color: #555; }\n.cm { color: #999; }\n.cp { color: #099; }\n.c1 { color: #999; }\n.cs { color: #999; }\n.gd { background-color: #fcc; border: 1px solid #c00; }\n.ge { font-style: italic; }\n.gr { color: #f00; }\n.gh { color: #030; }\n.gi { background-color: #cfc; border: 1px solid #0c0; }\n.go { color: #aaa; }\n.gp { color: #009; }\n.gu { color: #030; }\n.gt { color: #9c6; }\n.kc { color: #069; }\n.kd { color: #069; }\n.kn { color: #069; }\n.kp { color: #069; }\n.kr { color: #069; }\n.kt { color: #078; }\n.m { color: #f60; }\n.s { color: #d44950; }\n.na { color: #4f9fcf; }\n.nb { color: #366; }\n.nc { color: #0a8; }\n.no { color: #360; }\n.nd { color: #99f; }\n.ni { color: #999; }\n.ne { color: #c00; }\n.nf { color: #c0f; }\n.nl { color: #99f; }\n.nn { color: #0cf; }\n.nt { color: #2f6f9f; }\n.nv { color: #033; }\n.ow { color: #000; }\n.w { color: #bbb; }\n.mf { color: #f60; }\n.mh { color: #f60; }\n.mi { color: #f60; }\n.mo { color: #f60; }\n.sb { color: #c30; }\n.sc { color: #c30; }\n.sd { font-style: italic; color: #c30; }\n.s2 { color: #c30; }\n.se { color: #c30; }\n.sh { color: #c30; }\n.si { color: #a00; }\n.sx { color: #c30; }\n.sr { color: #3aa; }\n.s1 { color: #c30; }\n.ss { color: #fc3; }\n.bp { color: #366; }\n.vc { color: #033; }\n.vg { color: #033; }\n.vi { color: #033; }\n.il { color: #f60; }\n\n.css .o,\n.css .o + .nt,\n.css .nt + .nt { color: #999; }\n\n.language-bash::before,\n.language-sh::before {\n color: #009;\n content: \"$ \";\n user-select: none;\n}\n\n.language-powershell::before {\n color: #009;\n content: \"PM> \";\n user-select: none;\n}\n",".anchorjs-link {\n font-weight: 400;\n color: rgba($link-color, .5);\n @include transition(color .15s ease-in-out, opacity .15s ease-in-out);\n\n &:hover {\n color: $link-color;\n text-decoration: none;\n }\n}\n","// stylelint-disable property-blacklist\n@mixin transition($transition...) {\n @if $enable-transitions {\n @if length($transition) == 0 {\n transition: $transition-base;\n } @else {\n transition: $transition;\n }\n }\n\n @if $enable-prefers-reduced-motion-media-query {\n @media screen and (prefers-reduced-motion: reduce) {\n transition: none;\n }\n }\n}\n","// stylelint-disable declaration-no-important\n\n// Docsearch overrides\n//\n// `!important` indicates overridden properties.\n.algolia-autocomplete {\n display: block !important;\n flex: 1;\n\n // Menu container\n .ds-dropdown-menu {\n width: 100%;\n min-width: 0 !important;\n max-width: none !important;\n padding: .75rem 0 !important;\n background-color: $white;\n background-clip: padding-box;\n border: 1px solid rgba(0, 0, 0, .1);\n box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .175);\n\n @include media-breakpoint-up(md) {\n width: 175%;\n }\n\n // Caret\n &::before {\n display: none !important;\n }\n\n [class^=\"ds-dataset-\"] {\n padding: 0 !important;\n overflow: visible !important;\n background-color: transparent !important;\n border: 0 !important;\n }\n\n .ds-suggestions {\n margin-top: 0 !important;\n }\n }\n\n .algolia-docsearch-suggestion {\n padding: 0 !important;\n overflow: visible !important;\n }\n\n .algolia-docsearch-suggestion--category-header {\n padding: .125rem 1rem !important;\n margin-top: 0 !important;\n font-size: .875rem !important;\n font-weight: 600 !important;\n color: $bd-purple-bright !important;\n border-bottom: 0 !important;\n }\n\n .algolia-docsearch-suggestion--wrapper {\n float: none !important;\n padding-top: 0 !important;\n }\n\n // Section header\n .algolia-docsearch-suggestion--subcategory-column {\n float: none !important;\n width: auto !important;\n padding: 0 !important;\n text-align: left !important;\n }\n\n .algolia-docsearch-suggestion--subcategory-inline {\n display: block !important;\n font-size: .875rem;\n color: $gray-700;\n\n &::after {\n padding: 0 .25rem;\n content: \"/\";\n }\n }\n\n .algolia-docsearch-suggestion--content {\n display: flex;\n flex-wrap: wrap;\n float: none !important;\n width: 100% !important;\n padding: .25rem 1rem !important;\n\n // Vertical divider between column header and content\n &::before {\n display: none !important;\n }\n }\n\n .ds-suggestion {\n &:not(:first-child) {\n .algolia-docsearch-suggestion--category-header {\n padding-top: .75rem !important;\n margin-top: .75rem !important;\n border-top: 1px solid rgba(0, 0, 0, .1);\n }\n }\n\n .algolia-docsearch-suggestion--subcategory-column {\n display: none !important;\n }\n }\n\n .algolia-docsearch-suggestion--title {\n display: block;\n margin-bottom: 0 !important;\n font-size: .875rem !important;\n font-weight: 400 !important;\n }\n\n .algolia-docsearch-suggestion--text {\n flex: 0 0 100%;\n max-width: 100%;\n padding: .2rem 0;\n font-size: .8125rem !important;\n font-weight: 400;\n line-height: 1.25 !important;\n color: $gray-600;\n }\n\n .algolia-docsearch-footer {\n float: none !important;\n width: auto !important;\n height: auto !important;\n padding: .75rem 1rem 0;\n font-size: .75rem !important;\n line-height: 1 !important;\n color: #767676 !important;\n border-top: 1px solid rgba(0, 0, 0, .1);\n }\n\n .algolia-docsearch-footer--logo {\n display: inline !important;\n overflow: visible !important;\n color: inherit !important;\n text-indent: 0 !important;\n background: none !important;\n }\n\n .algolia-docsearch-suggestion--highlight {\n color: #5f2dab;\n background-color: rgba(154, 132, 187, .12);\n }\n\n .algolia-docsearch-suggestion--text .algolia-docsearch-suggestion--highlight {\n box-shadow: inset 0 -2px 0 0 rgba(95, 45, 171, .5) !important;\n }\n\n .ds-suggestion.ds-cursor .algolia-docsearch-suggestion--content {\n background-color: rgba(208, 189, 236, .15) !important;\n }\n}\n"]}
@@ -0,0 +1,3719 @@
1
+ /*!
2
+ * Bootstrap Grid v4.2.1 (https://getbootstrap.com/)
3
+ * Copyright 2011-2018 The Bootstrap Authors
4
+ * Copyright 2011-2018 Twitter, Inc.
5
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
6
+ */
7
+ html {
8
+ box-sizing: border-box;
9
+ -ms-overflow-style: scrollbar;
10
+ }
11
+
12
+ *,
13
+ *::before,
14
+ *::after {
15
+ box-sizing: inherit;
16
+ }
17
+
18
+ .container {
19
+ width: 100%;
20
+ padding-right: 15px;
21
+ padding-left: 15px;
22
+ margin-right: auto;
23
+ margin-left: auto;
24
+ }
25
+
26
+ @media (min-width: 576px) {
27
+ .container {
28
+ max-width: 540px;
29
+ }
30
+ }
31
+
32
+ @media (min-width: 768px) {
33
+ .container {
34
+ max-width: 720px;
35
+ }
36
+ }
37
+
38
+ @media (min-width: 992px) {
39
+ .container {
40
+ max-width: 960px;
41
+ }
42
+ }
43
+
44
+ @media (min-width: 1200px) {
45
+ .container {
46
+ max-width: 1140px;
47
+ }
48
+ }
49
+
50
+ .container-fluid {
51
+ width: 100%;
52
+ padding-right: 15px;
53
+ padding-left: 15px;
54
+ margin-right: auto;
55
+ margin-left: auto;
56
+ }
57
+
58
+ .row {
59
+ display: -ms-flexbox;
60
+ display: flex;
61
+ -ms-flex-wrap: wrap;
62
+ flex-wrap: wrap;
63
+ margin-right: -15px;
64
+ margin-left: -15px;
65
+ }
66
+
67
+ .no-gutters {
68
+ margin-right: 0;
69
+ margin-left: 0;
70
+ }
71
+
72
+ .no-gutters > .col,
73
+ .no-gutters > [class*="col-"] {
74
+ padding-right: 0;
75
+ padding-left: 0;
76
+ }
77
+
78
+ .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
79
+ .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
80
+ .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
81
+ .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
82
+ .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
83
+ .col-xl-auto {
84
+ position: relative;
85
+ width: 100%;
86
+ padding-right: 15px;
87
+ padding-left: 15px;
88
+ }
89
+
90
+ .col {
91
+ -ms-flex-preferred-size: 0;
92
+ flex-basis: 0;
93
+ -ms-flex-positive: 1;
94
+ flex-grow: 1;
95
+ max-width: 100%;
96
+ }
97
+
98
+ .col-auto {
99
+ -ms-flex: 0 0 auto;
100
+ flex: 0 0 auto;
101
+ width: auto;
102
+ max-width: 100%;
103
+ }
104
+
105
+ .col-1 {
106
+ -ms-flex: 0 0 8.333333%;
107
+ flex: 0 0 8.333333%;
108
+ max-width: 8.333333%;
109
+ }
110
+
111
+ .col-2 {
112
+ -ms-flex: 0 0 16.666667%;
113
+ flex: 0 0 16.666667%;
114
+ max-width: 16.666667%;
115
+ }
116
+
117
+ .col-3 {
118
+ -ms-flex: 0 0 25%;
119
+ flex: 0 0 25%;
120
+ max-width: 25%;
121
+ }
122
+
123
+ .col-4 {
124
+ -ms-flex: 0 0 33.333333%;
125
+ flex: 0 0 33.333333%;
126
+ max-width: 33.333333%;
127
+ }
128
+
129
+ .col-5 {
130
+ -ms-flex: 0 0 41.666667%;
131
+ flex: 0 0 41.666667%;
132
+ max-width: 41.666667%;
133
+ }
134
+
135
+ .col-6 {
136
+ -ms-flex: 0 0 50%;
137
+ flex: 0 0 50%;
138
+ max-width: 50%;
139
+ }
140
+
141
+ .col-7 {
142
+ -ms-flex: 0 0 58.333333%;
143
+ flex: 0 0 58.333333%;
144
+ max-width: 58.333333%;
145
+ }
146
+
147
+ .col-8 {
148
+ -ms-flex: 0 0 66.666667%;
149
+ flex: 0 0 66.666667%;
150
+ max-width: 66.666667%;
151
+ }
152
+
153
+ .col-9 {
154
+ -ms-flex: 0 0 75%;
155
+ flex: 0 0 75%;
156
+ max-width: 75%;
157
+ }
158
+
159
+ .col-10 {
160
+ -ms-flex: 0 0 83.333333%;
161
+ flex: 0 0 83.333333%;
162
+ max-width: 83.333333%;
163
+ }
164
+
165
+ .col-11 {
166
+ -ms-flex: 0 0 91.666667%;
167
+ flex: 0 0 91.666667%;
168
+ max-width: 91.666667%;
169
+ }
170
+
171
+ .col-12 {
172
+ -ms-flex: 0 0 100%;
173
+ flex: 0 0 100%;
174
+ max-width: 100%;
175
+ }
176
+
177
+ .order-first {
178
+ -ms-flex-order: -1;
179
+ order: -1;
180
+ }
181
+
182
+ .order-last {
183
+ -ms-flex-order: 13;
184
+ order: 13;
185
+ }
186
+
187
+ .order-0 {
188
+ -ms-flex-order: 0;
189
+ order: 0;
190
+ }
191
+
192
+ .order-1 {
193
+ -ms-flex-order: 1;
194
+ order: 1;
195
+ }
196
+
197
+ .order-2 {
198
+ -ms-flex-order: 2;
199
+ order: 2;
200
+ }
201
+
202
+ .order-3 {
203
+ -ms-flex-order: 3;
204
+ order: 3;
205
+ }
206
+
207
+ .order-4 {
208
+ -ms-flex-order: 4;
209
+ order: 4;
210
+ }
211
+
212
+ .order-5 {
213
+ -ms-flex-order: 5;
214
+ order: 5;
215
+ }
216
+
217
+ .order-6 {
218
+ -ms-flex-order: 6;
219
+ order: 6;
220
+ }
221
+
222
+ .order-7 {
223
+ -ms-flex-order: 7;
224
+ order: 7;
225
+ }
226
+
227
+ .order-8 {
228
+ -ms-flex-order: 8;
229
+ order: 8;
230
+ }
231
+
232
+ .order-9 {
233
+ -ms-flex-order: 9;
234
+ order: 9;
235
+ }
236
+
237
+ .order-10 {
238
+ -ms-flex-order: 10;
239
+ order: 10;
240
+ }
241
+
242
+ .order-11 {
243
+ -ms-flex-order: 11;
244
+ order: 11;
245
+ }
246
+
247
+ .order-12 {
248
+ -ms-flex-order: 12;
249
+ order: 12;
250
+ }
251
+
252
+ .offset-1 {
253
+ margin-left: 8.333333%;
254
+ }
255
+
256
+ .offset-2 {
257
+ margin-left: 16.666667%;
258
+ }
259
+
260
+ .offset-3 {
261
+ margin-left: 25%;
262
+ }
263
+
264
+ .offset-4 {
265
+ margin-left: 33.333333%;
266
+ }
267
+
268
+ .offset-5 {
269
+ margin-left: 41.666667%;
270
+ }
271
+
272
+ .offset-6 {
273
+ margin-left: 50%;
274
+ }
275
+
276
+ .offset-7 {
277
+ margin-left: 58.333333%;
278
+ }
279
+
280
+ .offset-8 {
281
+ margin-left: 66.666667%;
282
+ }
283
+
284
+ .offset-9 {
285
+ margin-left: 75%;
286
+ }
287
+
288
+ .offset-10 {
289
+ margin-left: 83.333333%;
290
+ }
291
+
292
+ .offset-11 {
293
+ margin-left: 91.666667%;
294
+ }
295
+
296
+ @media (min-width: 576px) {
297
+ .col-sm {
298
+ -ms-flex-preferred-size: 0;
299
+ flex-basis: 0;
300
+ -ms-flex-positive: 1;
301
+ flex-grow: 1;
302
+ max-width: 100%;
303
+ }
304
+ .col-sm-auto {
305
+ -ms-flex: 0 0 auto;
306
+ flex: 0 0 auto;
307
+ width: auto;
308
+ max-width: 100%;
309
+ }
310
+ .col-sm-1 {
311
+ -ms-flex: 0 0 8.333333%;
312
+ flex: 0 0 8.333333%;
313
+ max-width: 8.333333%;
314
+ }
315
+ .col-sm-2 {
316
+ -ms-flex: 0 0 16.666667%;
317
+ flex: 0 0 16.666667%;
318
+ max-width: 16.666667%;
319
+ }
320
+ .col-sm-3 {
321
+ -ms-flex: 0 0 25%;
322
+ flex: 0 0 25%;
323
+ max-width: 25%;
324
+ }
325
+ .col-sm-4 {
326
+ -ms-flex: 0 0 33.333333%;
327
+ flex: 0 0 33.333333%;
328
+ max-width: 33.333333%;
329
+ }
330
+ .col-sm-5 {
331
+ -ms-flex: 0 0 41.666667%;
332
+ flex: 0 0 41.666667%;
333
+ max-width: 41.666667%;
334
+ }
335
+ .col-sm-6 {
336
+ -ms-flex: 0 0 50%;
337
+ flex: 0 0 50%;
338
+ max-width: 50%;
339
+ }
340
+ .col-sm-7 {
341
+ -ms-flex: 0 0 58.333333%;
342
+ flex: 0 0 58.333333%;
343
+ max-width: 58.333333%;
344
+ }
345
+ .col-sm-8 {
346
+ -ms-flex: 0 0 66.666667%;
347
+ flex: 0 0 66.666667%;
348
+ max-width: 66.666667%;
349
+ }
350
+ .col-sm-9 {
351
+ -ms-flex: 0 0 75%;
352
+ flex: 0 0 75%;
353
+ max-width: 75%;
354
+ }
355
+ .col-sm-10 {
356
+ -ms-flex: 0 0 83.333333%;
357
+ flex: 0 0 83.333333%;
358
+ max-width: 83.333333%;
359
+ }
360
+ .col-sm-11 {
361
+ -ms-flex: 0 0 91.666667%;
362
+ flex: 0 0 91.666667%;
363
+ max-width: 91.666667%;
364
+ }
365
+ .col-sm-12 {
366
+ -ms-flex: 0 0 100%;
367
+ flex: 0 0 100%;
368
+ max-width: 100%;
369
+ }
370
+ .order-sm-first {
371
+ -ms-flex-order: -1;
372
+ order: -1;
373
+ }
374
+ .order-sm-last {
375
+ -ms-flex-order: 13;
376
+ order: 13;
377
+ }
378
+ .order-sm-0 {
379
+ -ms-flex-order: 0;
380
+ order: 0;
381
+ }
382
+ .order-sm-1 {
383
+ -ms-flex-order: 1;
384
+ order: 1;
385
+ }
386
+ .order-sm-2 {
387
+ -ms-flex-order: 2;
388
+ order: 2;
389
+ }
390
+ .order-sm-3 {
391
+ -ms-flex-order: 3;
392
+ order: 3;
393
+ }
394
+ .order-sm-4 {
395
+ -ms-flex-order: 4;
396
+ order: 4;
397
+ }
398
+ .order-sm-5 {
399
+ -ms-flex-order: 5;
400
+ order: 5;
401
+ }
402
+ .order-sm-6 {
403
+ -ms-flex-order: 6;
404
+ order: 6;
405
+ }
406
+ .order-sm-7 {
407
+ -ms-flex-order: 7;
408
+ order: 7;
409
+ }
410
+ .order-sm-8 {
411
+ -ms-flex-order: 8;
412
+ order: 8;
413
+ }
414
+ .order-sm-9 {
415
+ -ms-flex-order: 9;
416
+ order: 9;
417
+ }
418
+ .order-sm-10 {
419
+ -ms-flex-order: 10;
420
+ order: 10;
421
+ }
422
+ .order-sm-11 {
423
+ -ms-flex-order: 11;
424
+ order: 11;
425
+ }
426
+ .order-sm-12 {
427
+ -ms-flex-order: 12;
428
+ order: 12;
429
+ }
430
+ .offset-sm-0 {
431
+ margin-left: 0;
432
+ }
433
+ .offset-sm-1 {
434
+ margin-left: 8.333333%;
435
+ }
436
+ .offset-sm-2 {
437
+ margin-left: 16.666667%;
438
+ }
439
+ .offset-sm-3 {
440
+ margin-left: 25%;
441
+ }
442
+ .offset-sm-4 {
443
+ margin-left: 33.333333%;
444
+ }
445
+ .offset-sm-5 {
446
+ margin-left: 41.666667%;
447
+ }
448
+ .offset-sm-6 {
449
+ margin-left: 50%;
450
+ }
451
+ .offset-sm-7 {
452
+ margin-left: 58.333333%;
453
+ }
454
+ .offset-sm-8 {
455
+ margin-left: 66.666667%;
456
+ }
457
+ .offset-sm-9 {
458
+ margin-left: 75%;
459
+ }
460
+ .offset-sm-10 {
461
+ margin-left: 83.333333%;
462
+ }
463
+ .offset-sm-11 {
464
+ margin-left: 91.666667%;
465
+ }
466
+ }
467
+
468
+ @media (min-width: 768px) {
469
+ .col-md {
470
+ -ms-flex-preferred-size: 0;
471
+ flex-basis: 0;
472
+ -ms-flex-positive: 1;
473
+ flex-grow: 1;
474
+ max-width: 100%;
475
+ }
476
+ .col-md-auto {
477
+ -ms-flex: 0 0 auto;
478
+ flex: 0 0 auto;
479
+ width: auto;
480
+ max-width: 100%;
481
+ }
482
+ .col-md-1 {
483
+ -ms-flex: 0 0 8.333333%;
484
+ flex: 0 0 8.333333%;
485
+ max-width: 8.333333%;
486
+ }
487
+ .col-md-2 {
488
+ -ms-flex: 0 0 16.666667%;
489
+ flex: 0 0 16.666667%;
490
+ max-width: 16.666667%;
491
+ }
492
+ .col-md-3 {
493
+ -ms-flex: 0 0 25%;
494
+ flex: 0 0 25%;
495
+ max-width: 25%;
496
+ }
497
+ .col-md-4 {
498
+ -ms-flex: 0 0 33.333333%;
499
+ flex: 0 0 33.333333%;
500
+ max-width: 33.333333%;
501
+ }
502
+ .col-md-5 {
503
+ -ms-flex: 0 0 41.666667%;
504
+ flex: 0 0 41.666667%;
505
+ max-width: 41.666667%;
506
+ }
507
+ .col-md-6 {
508
+ -ms-flex: 0 0 50%;
509
+ flex: 0 0 50%;
510
+ max-width: 50%;
511
+ }
512
+ .col-md-7 {
513
+ -ms-flex: 0 0 58.333333%;
514
+ flex: 0 0 58.333333%;
515
+ max-width: 58.333333%;
516
+ }
517
+ .col-md-8 {
518
+ -ms-flex: 0 0 66.666667%;
519
+ flex: 0 0 66.666667%;
520
+ max-width: 66.666667%;
521
+ }
522
+ .col-md-9 {
523
+ -ms-flex: 0 0 75%;
524
+ flex: 0 0 75%;
525
+ max-width: 75%;
526
+ }
527
+ .col-md-10 {
528
+ -ms-flex: 0 0 83.333333%;
529
+ flex: 0 0 83.333333%;
530
+ max-width: 83.333333%;
531
+ }
532
+ .col-md-11 {
533
+ -ms-flex: 0 0 91.666667%;
534
+ flex: 0 0 91.666667%;
535
+ max-width: 91.666667%;
536
+ }
537
+ .col-md-12 {
538
+ -ms-flex: 0 0 100%;
539
+ flex: 0 0 100%;
540
+ max-width: 100%;
541
+ }
542
+ .order-md-first {
543
+ -ms-flex-order: -1;
544
+ order: -1;
545
+ }
546
+ .order-md-last {
547
+ -ms-flex-order: 13;
548
+ order: 13;
549
+ }
550
+ .order-md-0 {
551
+ -ms-flex-order: 0;
552
+ order: 0;
553
+ }
554
+ .order-md-1 {
555
+ -ms-flex-order: 1;
556
+ order: 1;
557
+ }
558
+ .order-md-2 {
559
+ -ms-flex-order: 2;
560
+ order: 2;
561
+ }
562
+ .order-md-3 {
563
+ -ms-flex-order: 3;
564
+ order: 3;
565
+ }
566
+ .order-md-4 {
567
+ -ms-flex-order: 4;
568
+ order: 4;
569
+ }
570
+ .order-md-5 {
571
+ -ms-flex-order: 5;
572
+ order: 5;
573
+ }
574
+ .order-md-6 {
575
+ -ms-flex-order: 6;
576
+ order: 6;
577
+ }
578
+ .order-md-7 {
579
+ -ms-flex-order: 7;
580
+ order: 7;
581
+ }
582
+ .order-md-8 {
583
+ -ms-flex-order: 8;
584
+ order: 8;
585
+ }
586
+ .order-md-9 {
587
+ -ms-flex-order: 9;
588
+ order: 9;
589
+ }
590
+ .order-md-10 {
591
+ -ms-flex-order: 10;
592
+ order: 10;
593
+ }
594
+ .order-md-11 {
595
+ -ms-flex-order: 11;
596
+ order: 11;
597
+ }
598
+ .order-md-12 {
599
+ -ms-flex-order: 12;
600
+ order: 12;
601
+ }
602
+ .offset-md-0 {
603
+ margin-left: 0;
604
+ }
605
+ .offset-md-1 {
606
+ margin-left: 8.333333%;
607
+ }
608
+ .offset-md-2 {
609
+ margin-left: 16.666667%;
610
+ }
611
+ .offset-md-3 {
612
+ margin-left: 25%;
613
+ }
614
+ .offset-md-4 {
615
+ margin-left: 33.333333%;
616
+ }
617
+ .offset-md-5 {
618
+ margin-left: 41.666667%;
619
+ }
620
+ .offset-md-6 {
621
+ margin-left: 50%;
622
+ }
623
+ .offset-md-7 {
624
+ margin-left: 58.333333%;
625
+ }
626
+ .offset-md-8 {
627
+ margin-left: 66.666667%;
628
+ }
629
+ .offset-md-9 {
630
+ margin-left: 75%;
631
+ }
632
+ .offset-md-10 {
633
+ margin-left: 83.333333%;
634
+ }
635
+ .offset-md-11 {
636
+ margin-left: 91.666667%;
637
+ }
638
+ }
639
+
640
+ @media (min-width: 992px) {
641
+ .col-lg {
642
+ -ms-flex-preferred-size: 0;
643
+ flex-basis: 0;
644
+ -ms-flex-positive: 1;
645
+ flex-grow: 1;
646
+ max-width: 100%;
647
+ }
648
+ .col-lg-auto {
649
+ -ms-flex: 0 0 auto;
650
+ flex: 0 0 auto;
651
+ width: auto;
652
+ max-width: 100%;
653
+ }
654
+ .col-lg-1 {
655
+ -ms-flex: 0 0 8.333333%;
656
+ flex: 0 0 8.333333%;
657
+ max-width: 8.333333%;
658
+ }
659
+ .col-lg-2 {
660
+ -ms-flex: 0 0 16.666667%;
661
+ flex: 0 0 16.666667%;
662
+ max-width: 16.666667%;
663
+ }
664
+ .col-lg-3 {
665
+ -ms-flex: 0 0 25%;
666
+ flex: 0 0 25%;
667
+ max-width: 25%;
668
+ }
669
+ .col-lg-4 {
670
+ -ms-flex: 0 0 33.333333%;
671
+ flex: 0 0 33.333333%;
672
+ max-width: 33.333333%;
673
+ }
674
+ .col-lg-5 {
675
+ -ms-flex: 0 0 41.666667%;
676
+ flex: 0 0 41.666667%;
677
+ max-width: 41.666667%;
678
+ }
679
+ .col-lg-6 {
680
+ -ms-flex: 0 0 50%;
681
+ flex: 0 0 50%;
682
+ max-width: 50%;
683
+ }
684
+ .col-lg-7 {
685
+ -ms-flex: 0 0 58.333333%;
686
+ flex: 0 0 58.333333%;
687
+ max-width: 58.333333%;
688
+ }
689
+ .col-lg-8 {
690
+ -ms-flex: 0 0 66.666667%;
691
+ flex: 0 0 66.666667%;
692
+ max-width: 66.666667%;
693
+ }
694
+ .col-lg-9 {
695
+ -ms-flex: 0 0 75%;
696
+ flex: 0 0 75%;
697
+ max-width: 75%;
698
+ }
699
+ .col-lg-10 {
700
+ -ms-flex: 0 0 83.333333%;
701
+ flex: 0 0 83.333333%;
702
+ max-width: 83.333333%;
703
+ }
704
+ .col-lg-11 {
705
+ -ms-flex: 0 0 91.666667%;
706
+ flex: 0 0 91.666667%;
707
+ max-width: 91.666667%;
708
+ }
709
+ .col-lg-12 {
710
+ -ms-flex: 0 0 100%;
711
+ flex: 0 0 100%;
712
+ max-width: 100%;
713
+ }
714
+ .order-lg-first {
715
+ -ms-flex-order: -1;
716
+ order: -1;
717
+ }
718
+ .order-lg-last {
719
+ -ms-flex-order: 13;
720
+ order: 13;
721
+ }
722
+ .order-lg-0 {
723
+ -ms-flex-order: 0;
724
+ order: 0;
725
+ }
726
+ .order-lg-1 {
727
+ -ms-flex-order: 1;
728
+ order: 1;
729
+ }
730
+ .order-lg-2 {
731
+ -ms-flex-order: 2;
732
+ order: 2;
733
+ }
734
+ .order-lg-3 {
735
+ -ms-flex-order: 3;
736
+ order: 3;
737
+ }
738
+ .order-lg-4 {
739
+ -ms-flex-order: 4;
740
+ order: 4;
741
+ }
742
+ .order-lg-5 {
743
+ -ms-flex-order: 5;
744
+ order: 5;
745
+ }
746
+ .order-lg-6 {
747
+ -ms-flex-order: 6;
748
+ order: 6;
749
+ }
750
+ .order-lg-7 {
751
+ -ms-flex-order: 7;
752
+ order: 7;
753
+ }
754
+ .order-lg-8 {
755
+ -ms-flex-order: 8;
756
+ order: 8;
757
+ }
758
+ .order-lg-9 {
759
+ -ms-flex-order: 9;
760
+ order: 9;
761
+ }
762
+ .order-lg-10 {
763
+ -ms-flex-order: 10;
764
+ order: 10;
765
+ }
766
+ .order-lg-11 {
767
+ -ms-flex-order: 11;
768
+ order: 11;
769
+ }
770
+ .order-lg-12 {
771
+ -ms-flex-order: 12;
772
+ order: 12;
773
+ }
774
+ .offset-lg-0 {
775
+ margin-left: 0;
776
+ }
777
+ .offset-lg-1 {
778
+ margin-left: 8.333333%;
779
+ }
780
+ .offset-lg-2 {
781
+ margin-left: 16.666667%;
782
+ }
783
+ .offset-lg-3 {
784
+ margin-left: 25%;
785
+ }
786
+ .offset-lg-4 {
787
+ margin-left: 33.333333%;
788
+ }
789
+ .offset-lg-5 {
790
+ margin-left: 41.666667%;
791
+ }
792
+ .offset-lg-6 {
793
+ margin-left: 50%;
794
+ }
795
+ .offset-lg-7 {
796
+ margin-left: 58.333333%;
797
+ }
798
+ .offset-lg-8 {
799
+ margin-left: 66.666667%;
800
+ }
801
+ .offset-lg-9 {
802
+ margin-left: 75%;
803
+ }
804
+ .offset-lg-10 {
805
+ margin-left: 83.333333%;
806
+ }
807
+ .offset-lg-11 {
808
+ margin-left: 91.666667%;
809
+ }
810
+ }
811
+
812
+ @media (min-width: 1200px) {
813
+ .col-xl {
814
+ -ms-flex-preferred-size: 0;
815
+ flex-basis: 0;
816
+ -ms-flex-positive: 1;
817
+ flex-grow: 1;
818
+ max-width: 100%;
819
+ }
820
+ .col-xl-auto {
821
+ -ms-flex: 0 0 auto;
822
+ flex: 0 0 auto;
823
+ width: auto;
824
+ max-width: 100%;
825
+ }
826
+ .col-xl-1 {
827
+ -ms-flex: 0 0 8.333333%;
828
+ flex: 0 0 8.333333%;
829
+ max-width: 8.333333%;
830
+ }
831
+ .col-xl-2 {
832
+ -ms-flex: 0 0 16.666667%;
833
+ flex: 0 0 16.666667%;
834
+ max-width: 16.666667%;
835
+ }
836
+ .col-xl-3 {
837
+ -ms-flex: 0 0 25%;
838
+ flex: 0 0 25%;
839
+ max-width: 25%;
840
+ }
841
+ .col-xl-4 {
842
+ -ms-flex: 0 0 33.333333%;
843
+ flex: 0 0 33.333333%;
844
+ max-width: 33.333333%;
845
+ }
846
+ .col-xl-5 {
847
+ -ms-flex: 0 0 41.666667%;
848
+ flex: 0 0 41.666667%;
849
+ max-width: 41.666667%;
850
+ }
851
+ .col-xl-6 {
852
+ -ms-flex: 0 0 50%;
853
+ flex: 0 0 50%;
854
+ max-width: 50%;
855
+ }
856
+ .col-xl-7 {
857
+ -ms-flex: 0 0 58.333333%;
858
+ flex: 0 0 58.333333%;
859
+ max-width: 58.333333%;
860
+ }
861
+ .col-xl-8 {
862
+ -ms-flex: 0 0 66.666667%;
863
+ flex: 0 0 66.666667%;
864
+ max-width: 66.666667%;
865
+ }
866
+ .col-xl-9 {
867
+ -ms-flex: 0 0 75%;
868
+ flex: 0 0 75%;
869
+ max-width: 75%;
870
+ }
871
+ .col-xl-10 {
872
+ -ms-flex: 0 0 83.333333%;
873
+ flex: 0 0 83.333333%;
874
+ max-width: 83.333333%;
875
+ }
876
+ .col-xl-11 {
877
+ -ms-flex: 0 0 91.666667%;
878
+ flex: 0 0 91.666667%;
879
+ max-width: 91.666667%;
880
+ }
881
+ .col-xl-12 {
882
+ -ms-flex: 0 0 100%;
883
+ flex: 0 0 100%;
884
+ max-width: 100%;
885
+ }
886
+ .order-xl-first {
887
+ -ms-flex-order: -1;
888
+ order: -1;
889
+ }
890
+ .order-xl-last {
891
+ -ms-flex-order: 13;
892
+ order: 13;
893
+ }
894
+ .order-xl-0 {
895
+ -ms-flex-order: 0;
896
+ order: 0;
897
+ }
898
+ .order-xl-1 {
899
+ -ms-flex-order: 1;
900
+ order: 1;
901
+ }
902
+ .order-xl-2 {
903
+ -ms-flex-order: 2;
904
+ order: 2;
905
+ }
906
+ .order-xl-3 {
907
+ -ms-flex-order: 3;
908
+ order: 3;
909
+ }
910
+ .order-xl-4 {
911
+ -ms-flex-order: 4;
912
+ order: 4;
913
+ }
914
+ .order-xl-5 {
915
+ -ms-flex-order: 5;
916
+ order: 5;
917
+ }
918
+ .order-xl-6 {
919
+ -ms-flex-order: 6;
920
+ order: 6;
921
+ }
922
+ .order-xl-7 {
923
+ -ms-flex-order: 7;
924
+ order: 7;
925
+ }
926
+ .order-xl-8 {
927
+ -ms-flex-order: 8;
928
+ order: 8;
929
+ }
930
+ .order-xl-9 {
931
+ -ms-flex-order: 9;
932
+ order: 9;
933
+ }
934
+ .order-xl-10 {
935
+ -ms-flex-order: 10;
936
+ order: 10;
937
+ }
938
+ .order-xl-11 {
939
+ -ms-flex-order: 11;
940
+ order: 11;
941
+ }
942
+ .order-xl-12 {
943
+ -ms-flex-order: 12;
944
+ order: 12;
945
+ }
946
+ .offset-xl-0 {
947
+ margin-left: 0;
948
+ }
949
+ .offset-xl-1 {
950
+ margin-left: 8.333333%;
951
+ }
952
+ .offset-xl-2 {
953
+ margin-left: 16.666667%;
954
+ }
955
+ .offset-xl-3 {
956
+ margin-left: 25%;
957
+ }
958
+ .offset-xl-4 {
959
+ margin-left: 33.333333%;
960
+ }
961
+ .offset-xl-5 {
962
+ margin-left: 41.666667%;
963
+ }
964
+ .offset-xl-6 {
965
+ margin-left: 50%;
966
+ }
967
+ .offset-xl-7 {
968
+ margin-left: 58.333333%;
969
+ }
970
+ .offset-xl-8 {
971
+ margin-left: 66.666667%;
972
+ }
973
+ .offset-xl-9 {
974
+ margin-left: 75%;
975
+ }
976
+ .offset-xl-10 {
977
+ margin-left: 83.333333%;
978
+ }
979
+ .offset-xl-11 {
980
+ margin-left: 91.666667%;
981
+ }
982
+ }
983
+
984
+ .d-none {
985
+ display: none !important;
986
+ }
987
+
988
+ .d-inline {
989
+ display: inline !important;
990
+ }
991
+
992
+ .d-inline-block {
993
+ display: inline-block !important;
994
+ }
995
+
996
+ .d-block {
997
+ display: block !important;
998
+ }
999
+
1000
+ .d-table {
1001
+ display: table !important;
1002
+ }
1003
+
1004
+ .d-table-row {
1005
+ display: table-row !important;
1006
+ }
1007
+
1008
+ .d-table-cell {
1009
+ display: table-cell !important;
1010
+ }
1011
+
1012
+ .d-flex {
1013
+ display: -ms-flexbox !important;
1014
+ display: flex !important;
1015
+ }
1016
+
1017
+ .d-inline-flex {
1018
+ display: -ms-inline-flexbox !important;
1019
+ display: inline-flex !important;
1020
+ }
1021
+
1022
+ @media (min-width: 576px) {
1023
+ .d-sm-none {
1024
+ display: none !important;
1025
+ }
1026
+ .d-sm-inline {
1027
+ display: inline !important;
1028
+ }
1029
+ .d-sm-inline-block {
1030
+ display: inline-block !important;
1031
+ }
1032
+ .d-sm-block {
1033
+ display: block !important;
1034
+ }
1035
+ .d-sm-table {
1036
+ display: table !important;
1037
+ }
1038
+ .d-sm-table-row {
1039
+ display: table-row !important;
1040
+ }
1041
+ .d-sm-table-cell {
1042
+ display: table-cell !important;
1043
+ }
1044
+ .d-sm-flex {
1045
+ display: -ms-flexbox !important;
1046
+ display: flex !important;
1047
+ }
1048
+ .d-sm-inline-flex {
1049
+ display: -ms-inline-flexbox !important;
1050
+ display: inline-flex !important;
1051
+ }
1052
+ }
1053
+
1054
+ @media (min-width: 768px) {
1055
+ .d-md-none {
1056
+ display: none !important;
1057
+ }
1058
+ .d-md-inline {
1059
+ display: inline !important;
1060
+ }
1061
+ .d-md-inline-block {
1062
+ display: inline-block !important;
1063
+ }
1064
+ .d-md-block {
1065
+ display: block !important;
1066
+ }
1067
+ .d-md-table {
1068
+ display: table !important;
1069
+ }
1070
+ .d-md-table-row {
1071
+ display: table-row !important;
1072
+ }
1073
+ .d-md-table-cell {
1074
+ display: table-cell !important;
1075
+ }
1076
+ .d-md-flex {
1077
+ display: -ms-flexbox !important;
1078
+ display: flex !important;
1079
+ }
1080
+ .d-md-inline-flex {
1081
+ display: -ms-inline-flexbox !important;
1082
+ display: inline-flex !important;
1083
+ }
1084
+ }
1085
+
1086
+ @media (min-width: 992px) {
1087
+ .d-lg-none {
1088
+ display: none !important;
1089
+ }
1090
+ .d-lg-inline {
1091
+ display: inline !important;
1092
+ }
1093
+ .d-lg-inline-block {
1094
+ display: inline-block !important;
1095
+ }
1096
+ .d-lg-block {
1097
+ display: block !important;
1098
+ }
1099
+ .d-lg-table {
1100
+ display: table !important;
1101
+ }
1102
+ .d-lg-table-row {
1103
+ display: table-row !important;
1104
+ }
1105
+ .d-lg-table-cell {
1106
+ display: table-cell !important;
1107
+ }
1108
+ .d-lg-flex {
1109
+ display: -ms-flexbox !important;
1110
+ display: flex !important;
1111
+ }
1112
+ .d-lg-inline-flex {
1113
+ display: -ms-inline-flexbox !important;
1114
+ display: inline-flex !important;
1115
+ }
1116
+ }
1117
+
1118
+ @media (min-width: 1200px) {
1119
+ .d-xl-none {
1120
+ display: none !important;
1121
+ }
1122
+ .d-xl-inline {
1123
+ display: inline !important;
1124
+ }
1125
+ .d-xl-inline-block {
1126
+ display: inline-block !important;
1127
+ }
1128
+ .d-xl-block {
1129
+ display: block !important;
1130
+ }
1131
+ .d-xl-table {
1132
+ display: table !important;
1133
+ }
1134
+ .d-xl-table-row {
1135
+ display: table-row !important;
1136
+ }
1137
+ .d-xl-table-cell {
1138
+ display: table-cell !important;
1139
+ }
1140
+ .d-xl-flex {
1141
+ display: -ms-flexbox !important;
1142
+ display: flex !important;
1143
+ }
1144
+ .d-xl-inline-flex {
1145
+ display: -ms-inline-flexbox !important;
1146
+ display: inline-flex !important;
1147
+ }
1148
+ }
1149
+
1150
+ @media print {
1151
+ .d-print-none {
1152
+ display: none !important;
1153
+ }
1154
+ .d-print-inline {
1155
+ display: inline !important;
1156
+ }
1157
+ .d-print-inline-block {
1158
+ display: inline-block !important;
1159
+ }
1160
+ .d-print-block {
1161
+ display: block !important;
1162
+ }
1163
+ .d-print-table {
1164
+ display: table !important;
1165
+ }
1166
+ .d-print-table-row {
1167
+ display: table-row !important;
1168
+ }
1169
+ .d-print-table-cell {
1170
+ display: table-cell !important;
1171
+ }
1172
+ .d-print-flex {
1173
+ display: -ms-flexbox !important;
1174
+ display: flex !important;
1175
+ }
1176
+ .d-print-inline-flex {
1177
+ display: -ms-inline-flexbox !important;
1178
+ display: inline-flex !important;
1179
+ }
1180
+ }
1181
+
1182
+ .flex-row {
1183
+ -ms-flex-direction: row !important;
1184
+ flex-direction: row !important;
1185
+ }
1186
+
1187
+ .flex-column {
1188
+ -ms-flex-direction: column !important;
1189
+ flex-direction: column !important;
1190
+ }
1191
+
1192
+ .flex-row-reverse {
1193
+ -ms-flex-direction: row-reverse !important;
1194
+ flex-direction: row-reverse !important;
1195
+ }
1196
+
1197
+ .flex-column-reverse {
1198
+ -ms-flex-direction: column-reverse !important;
1199
+ flex-direction: column-reverse !important;
1200
+ }
1201
+
1202
+ .flex-wrap {
1203
+ -ms-flex-wrap: wrap !important;
1204
+ flex-wrap: wrap !important;
1205
+ }
1206
+
1207
+ .flex-nowrap {
1208
+ -ms-flex-wrap: nowrap !important;
1209
+ flex-wrap: nowrap !important;
1210
+ }
1211
+
1212
+ .flex-wrap-reverse {
1213
+ -ms-flex-wrap: wrap-reverse !important;
1214
+ flex-wrap: wrap-reverse !important;
1215
+ }
1216
+
1217
+ .flex-fill {
1218
+ -ms-flex: 1 1 auto !important;
1219
+ flex: 1 1 auto !important;
1220
+ }
1221
+
1222
+ .flex-grow-0 {
1223
+ -ms-flex-positive: 0 !important;
1224
+ flex-grow: 0 !important;
1225
+ }
1226
+
1227
+ .flex-grow-1 {
1228
+ -ms-flex-positive: 1 !important;
1229
+ flex-grow: 1 !important;
1230
+ }
1231
+
1232
+ .flex-shrink-0 {
1233
+ -ms-flex-negative: 0 !important;
1234
+ flex-shrink: 0 !important;
1235
+ }
1236
+
1237
+ .flex-shrink-1 {
1238
+ -ms-flex-negative: 1 !important;
1239
+ flex-shrink: 1 !important;
1240
+ }
1241
+
1242
+ .justify-content-start {
1243
+ -ms-flex-pack: start !important;
1244
+ justify-content: flex-start !important;
1245
+ }
1246
+
1247
+ .justify-content-end {
1248
+ -ms-flex-pack: end !important;
1249
+ justify-content: flex-end !important;
1250
+ }
1251
+
1252
+ .justify-content-center {
1253
+ -ms-flex-pack: center !important;
1254
+ justify-content: center !important;
1255
+ }
1256
+
1257
+ .justify-content-between {
1258
+ -ms-flex-pack: justify !important;
1259
+ justify-content: space-between !important;
1260
+ }
1261
+
1262
+ .justify-content-around {
1263
+ -ms-flex-pack: distribute !important;
1264
+ justify-content: space-around !important;
1265
+ }
1266
+
1267
+ .align-items-start {
1268
+ -ms-flex-align: start !important;
1269
+ align-items: flex-start !important;
1270
+ }
1271
+
1272
+ .align-items-end {
1273
+ -ms-flex-align: end !important;
1274
+ align-items: flex-end !important;
1275
+ }
1276
+
1277
+ .align-items-center {
1278
+ -ms-flex-align: center !important;
1279
+ align-items: center !important;
1280
+ }
1281
+
1282
+ .align-items-baseline {
1283
+ -ms-flex-align: baseline !important;
1284
+ align-items: baseline !important;
1285
+ }
1286
+
1287
+ .align-items-stretch {
1288
+ -ms-flex-align: stretch !important;
1289
+ align-items: stretch !important;
1290
+ }
1291
+
1292
+ .align-content-start {
1293
+ -ms-flex-line-pack: start !important;
1294
+ align-content: flex-start !important;
1295
+ }
1296
+
1297
+ .align-content-end {
1298
+ -ms-flex-line-pack: end !important;
1299
+ align-content: flex-end !important;
1300
+ }
1301
+
1302
+ .align-content-center {
1303
+ -ms-flex-line-pack: center !important;
1304
+ align-content: center !important;
1305
+ }
1306
+
1307
+ .align-content-between {
1308
+ -ms-flex-line-pack: justify !important;
1309
+ align-content: space-between !important;
1310
+ }
1311
+
1312
+ .align-content-around {
1313
+ -ms-flex-line-pack: distribute !important;
1314
+ align-content: space-around !important;
1315
+ }
1316
+
1317
+ .align-content-stretch {
1318
+ -ms-flex-line-pack: stretch !important;
1319
+ align-content: stretch !important;
1320
+ }
1321
+
1322
+ .align-self-auto {
1323
+ -ms-flex-item-align: auto !important;
1324
+ align-self: auto !important;
1325
+ }
1326
+
1327
+ .align-self-start {
1328
+ -ms-flex-item-align: start !important;
1329
+ align-self: flex-start !important;
1330
+ }
1331
+
1332
+ .align-self-end {
1333
+ -ms-flex-item-align: end !important;
1334
+ align-self: flex-end !important;
1335
+ }
1336
+
1337
+ .align-self-center {
1338
+ -ms-flex-item-align: center !important;
1339
+ align-self: center !important;
1340
+ }
1341
+
1342
+ .align-self-baseline {
1343
+ -ms-flex-item-align: baseline !important;
1344
+ align-self: baseline !important;
1345
+ }
1346
+
1347
+ .align-self-stretch {
1348
+ -ms-flex-item-align: stretch !important;
1349
+ align-self: stretch !important;
1350
+ }
1351
+
1352
+ @media (min-width: 576px) {
1353
+ .flex-sm-row {
1354
+ -ms-flex-direction: row !important;
1355
+ flex-direction: row !important;
1356
+ }
1357
+ .flex-sm-column {
1358
+ -ms-flex-direction: column !important;
1359
+ flex-direction: column !important;
1360
+ }
1361
+ .flex-sm-row-reverse {
1362
+ -ms-flex-direction: row-reverse !important;
1363
+ flex-direction: row-reverse !important;
1364
+ }
1365
+ .flex-sm-column-reverse {
1366
+ -ms-flex-direction: column-reverse !important;
1367
+ flex-direction: column-reverse !important;
1368
+ }
1369
+ .flex-sm-wrap {
1370
+ -ms-flex-wrap: wrap !important;
1371
+ flex-wrap: wrap !important;
1372
+ }
1373
+ .flex-sm-nowrap {
1374
+ -ms-flex-wrap: nowrap !important;
1375
+ flex-wrap: nowrap !important;
1376
+ }
1377
+ .flex-sm-wrap-reverse {
1378
+ -ms-flex-wrap: wrap-reverse !important;
1379
+ flex-wrap: wrap-reverse !important;
1380
+ }
1381
+ .flex-sm-fill {
1382
+ -ms-flex: 1 1 auto !important;
1383
+ flex: 1 1 auto !important;
1384
+ }
1385
+ .flex-sm-grow-0 {
1386
+ -ms-flex-positive: 0 !important;
1387
+ flex-grow: 0 !important;
1388
+ }
1389
+ .flex-sm-grow-1 {
1390
+ -ms-flex-positive: 1 !important;
1391
+ flex-grow: 1 !important;
1392
+ }
1393
+ .flex-sm-shrink-0 {
1394
+ -ms-flex-negative: 0 !important;
1395
+ flex-shrink: 0 !important;
1396
+ }
1397
+ .flex-sm-shrink-1 {
1398
+ -ms-flex-negative: 1 !important;
1399
+ flex-shrink: 1 !important;
1400
+ }
1401
+ .justify-content-sm-start {
1402
+ -ms-flex-pack: start !important;
1403
+ justify-content: flex-start !important;
1404
+ }
1405
+ .justify-content-sm-end {
1406
+ -ms-flex-pack: end !important;
1407
+ justify-content: flex-end !important;
1408
+ }
1409
+ .justify-content-sm-center {
1410
+ -ms-flex-pack: center !important;
1411
+ justify-content: center !important;
1412
+ }
1413
+ .justify-content-sm-between {
1414
+ -ms-flex-pack: justify !important;
1415
+ justify-content: space-between !important;
1416
+ }
1417
+ .justify-content-sm-around {
1418
+ -ms-flex-pack: distribute !important;
1419
+ justify-content: space-around !important;
1420
+ }
1421
+ .align-items-sm-start {
1422
+ -ms-flex-align: start !important;
1423
+ align-items: flex-start !important;
1424
+ }
1425
+ .align-items-sm-end {
1426
+ -ms-flex-align: end !important;
1427
+ align-items: flex-end !important;
1428
+ }
1429
+ .align-items-sm-center {
1430
+ -ms-flex-align: center !important;
1431
+ align-items: center !important;
1432
+ }
1433
+ .align-items-sm-baseline {
1434
+ -ms-flex-align: baseline !important;
1435
+ align-items: baseline !important;
1436
+ }
1437
+ .align-items-sm-stretch {
1438
+ -ms-flex-align: stretch !important;
1439
+ align-items: stretch !important;
1440
+ }
1441
+ .align-content-sm-start {
1442
+ -ms-flex-line-pack: start !important;
1443
+ align-content: flex-start !important;
1444
+ }
1445
+ .align-content-sm-end {
1446
+ -ms-flex-line-pack: end !important;
1447
+ align-content: flex-end !important;
1448
+ }
1449
+ .align-content-sm-center {
1450
+ -ms-flex-line-pack: center !important;
1451
+ align-content: center !important;
1452
+ }
1453
+ .align-content-sm-between {
1454
+ -ms-flex-line-pack: justify !important;
1455
+ align-content: space-between !important;
1456
+ }
1457
+ .align-content-sm-around {
1458
+ -ms-flex-line-pack: distribute !important;
1459
+ align-content: space-around !important;
1460
+ }
1461
+ .align-content-sm-stretch {
1462
+ -ms-flex-line-pack: stretch !important;
1463
+ align-content: stretch !important;
1464
+ }
1465
+ .align-self-sm-auto {
1466
+ -ms-flex-item-align: auto !important;
1467
+ align-self: auto !important;
1468
+ }
1469
+ .align-self-sm-start {
1470
+ -ms-flex-item-align: start !important;
1471
+ align-self: flex-start !important;
1472
+ }
1473
+ .align-self-sm-end {
1474
+ -ms-flex-item-align: end !important;
1475
+ align-self: flex-end !important;
1476
+ }
1477
+ .align-self-sm-center {
1478
+ -ms-flex-item-align: center !important;
1479
+ align-self: center !important;
1480
+ }
1481
+ .align-self-sm-baseline {
1482
+ -ms-flex-item-align: baseline !important;
1483
+ align-self: baseline !important;
1484
+ }
1485
+ .align-self-sm-stretch {
1486
+ -ms-flex-item-align: stretch !important;
1487
+ align-self: stretch !important;
1488
+ }
1489
+ }
1490
+
1491
+ @media (min-width: 768px) {
1492
+ .flex-md-row {
1493
+ -ms-flex-direction: row !important;
1494
+ flex-direction: row !important;
1495
+ }
1496
+ .flex-md-column {
1497
+ -ms-flex-direction: column !important;
1498
+ flex-direction: column !important;
1499
+ }
1500
+ .flex-md-row-reverse {
1501
+ -ms-flex-direction: row-reverse !important;
1502
+ flex-direction: row-reverse !important;
1503
+ }
1504
+ .flex-md-column-reverse {
1505
+ -ms-flex-direction: column-reverse !important;
1506
+ flex-direction: column-reverse !important;
1507
+ }
1508
+ .flex-md-wrap {
1509
+ -ms-flex-wrap: wrap !important;
1510
+ flex-wrap: wrap !important;
1511
+ }
1512
+ .flex-md-nowrap {
1513
+ -ms-flex-wrap: nowrap !important;
1514
+ flex-wrap: nowrap !important;
1515
+ }
1516
+ .flex-md-wrap-reverse {
1517
+ -ms-flex-wrap: wrap-reverse !important;
1518
+ flex-wrap: wrap-reverse !important;
1519
+ }
1520
+ .flex-md-fill {
1521
+ -ms-flex: 1 1 auto !important;
1522
+ flex: 1 1 auto !important;
1523
+ }
1524
+ .flex-md-grow-0 {
1525
+ -ms-flex-positive: 0 !important;
1526
+ flex-grow: 0 !important;
1527
+ }
1528
+ .flex-md-grow-1 {
1529
+ -ms-flex-positive: 1 !important;
1530
+ flex-grow: 1 !important;
1531
+ }
1532
+ .flex-md-shrink-0 {
1533
+ -ms-flex-negative: 0 !important;
1534
+ flex-shrink: 0 !important;
1535
+ }
1536
+ .flex-md-shrink-1 {
1537
+ -ms-flex-negative: 1 !important;
1538
+ flex-shrink: 1 !important;
1539
+ }
1540
+ .justify-content-md-start {
1541
+ -ms-flex-pack: start !important;
1542
+ justify-content: flex-start !important;
1543
+ }
1544
+ .justify-content-md-end {
1545
+ -ms-flex-pack: end !important;
1546
+ justify-content: flex-end !important;
1547
+ }
1548
+ .justify-content-md-center {
1549
+ -ms-flex-pack: center !important;
1550
+ justify-content: center !important;
1551
+ }
1552
+ .justify-content-md-between {
1553
+ -ms-flex-pack: justify !important;
1554
+ justify-content: space-between !important;
1555
+ }
1556
+ .justify-content-md-around {
1557
+ -ms-flex-pack: distribute !important;
1558
+ justify-content: space-around !important;
1559
+ }
1560
+ .align-items-md-start {
1561
+ -ms-flex-align: start !important;
1562
+ align-items: flex-start !important;
1563
+ }
1564
+ .align-items-md-end {
1565
+ -ms-flex-align: end !important;
1566
+ align-items: flex-end !important;
1567
+ }
1568
+ .align-items-md-center {
1569
+ -ms-flex-align: center !important;
1570
+ align-items: center !important;
1571
+ }
1572
+ .align-items-md-baseline {
1573
+ -ms-flex-align: baseline !important;
1574
+ align-items: baseline !important;
1575
+ }
1576
+ .align-items-md-stretch {
1577
+ -ms-flex-align: stretch !important;
1578
+ align-items: stretch !important;
1579
+ }
1580
+ .align-content-md-start {
1581
+ -ms-flex-line-pack: start !important;
1582
+ align-content: flex-start !important;
1583
+ }
1584
+ .align-content-md-end {
1585
+ -ms-flex-line-pack: end !important;
1586
+ align-content: flex-end !important;
1587
+ }
1588
+ .align-content-md-center {
1589
+ -ms-flex-line-pack: center !important;
1590
+ align-content: center !important;
1591
+ }
1592
+ .align-content-md-between {
1593
+ -ms-flex-line-pack: justify !important;
1594
+ align-content: space-between !important;
1595
+ }
1596
+ .align-content-md-around {
1597
+ -ms-flex-line-pack: distribute !important;
1598
+ align-content: space-around !important;
1599
+ }
1600
+ .align-content-md-stretch {
1601
+ -ms-flex-line-pack: stretch !important;
1602
+ align-content: stretch !important;
1603
+ }
1604
+ .align-self-md-auto {
1605
+ -ms-flex-item-align: auto !important;
1606
+ align-self: auto !important;
1607
+ }
1608
+ .align-self-md-start {
1609
+ -ms-flex-item-align: start !important;
1610
+ align-self: flex-start !important;
1611
+ }
1612
+ .align-self-md-end {
1613
+ -ms-flex-item-align: end !important;
1614
+ align-self: flex-end !important;
1615
+ }
1616
+ .align-self-md-center {
1617
+ -ms-flex-item-align: center !important;
1618
+ align-self: center !important;
1619
+ }
1620
+ .align-self-md-baseline {
1621
+ -ms-flex-item-align: baseline !important;
1622
+ align-self: baseline !important;
1623
+ }
1624
+ .align-self-md-stretch {
1625
+ -ms-flex-item-align: stretch !important;
1626
+ align-self: stretch !important;
1627
+ }
1628
+ }
1629
+
1630
+ @media (min-width: 992px) {
1631
+ .flex-lg-row {
1632
+ -ms-flex-direction: row !important;
1633
+ flex-direction: row !important;
1634
+ }
1635
+ .flex-lg-column {
1636
+ -ms-flex-direction: column !important;
1637
+ flex-direction: column !important;
1638
+ }
1639
+ .flex-lg-row-reverse {
1640
+ -ms-flex-direction: row-reverse !important;
1641
+ flex-direction: row-reverse !important;
1642
+ }
1643
+ .flex-lg-column-reverse {
1644
+ -ms-flex-direction: column-reverse !important;
1645
+ flex-direction: column-reverse !important;
1646
+ }
1647
+ .flex-lg-wrap {
1648
+ -ms-flex-wrap: wrap !important;
1649
+ flex-wrap: wrap !important;
1650
+ }
1651
+ .flex-lg-nowrap {
1652
+ -ms-flex-wrap: nowrap !important;
1653
+ flex-wrap: nowrap !important;
1654
+ }
1655
+ .flex-lg-wrap-reverse {
1656
+ -ms-flex-wrap: wrap-reverse !important;
1657
+ flex-wrap: wrap-reverse !important;
1658
+ }
1659
+ .flex-lg-fill {
1660
+ -ms-flex: 1 1 auto !important;
1661
+ flex: 1 1 auto !important;
1662
+ }
1663
+ .flex-lg-grow-0 {
1664
+ -ms-flex-positive: 0 !important;
1665
+ flex-grow: 0 !important;
1666
+ }
1667
+ .flex-lg-grow-1 {
1668
+ -ms-flex-positive: 1 !important;
1669
+ flex-grow: 1 !important;
1670
+ }
1671
+ .flex-lg-shrink-0 {
1672
+ -ms-flex-negative: 0 !important;
1673
+ flex-shrink: 0 !important;
1674
+ }
1675
+ .flex-lg-shrink-1 {
1676
+ -ms-flex-negative: 1 !important;
1677
+ flex-shrink: 1 !important;
1678
+ }
1679
+ .justify-content-lg-start {
1680
+ -ms-flex-pack: start !important;
1681
+ justify-content: flex-start !important;
1682
+ }
1683
+ .justify-content-lg-end {
1684
+ -ms-flex-pack: end !important;
1685
+ justify-content: flex-end !important;
1686
+ }
1687
+ .justify-content-lg-center {
1688
+ -ms-flex-pack: center !important;
1689
+ justify-content: center !important;
1690
+ }
1691
+ .justify-content-lg-between {
1692
+ -ms-flex-pack: justify !important;
1693
+ justify-content: space-between !important;
1694
+ }
1695
+ .justify-content-lg-around {
1696
+ -ms-flex-pack: distribute !important;
1697
+ justify-content: space-around !important;
1698
+ }
1699
+ .align-items-lg-start {
1700
+ -ms-flex-align: start !important;
1701
+ align-items: flex-start !important;
1702
+ }
1703
+ .align-items-lg-end {
1704
+ -ms-flex-align: end !important;
1705
+ align-items: flex-end !important;
1706
+ }
1707
+ .align-items-lg-center {
1708
+ -ms-flex-align: center !important;
1709
+ align-items: center !important;
1710
+ }
1711
+ .align-items-lg-baseline {
1712
+ -ms-flex-align: baseline !important;
1713
+ align-items: baseline !important;
1714
+ }
1715
+ .align-items-lg-stretch {
1716
+ -ms-flex-align: stretch !important;
1717
+ align-items: stretch !important;
1718
+ }
1719
+ .align-content-lg-start {
1720
+ -ms-flex-line-pack: start !important;
1721
+ align-content: flex-start !important;
1722
+ }
1723
+ .align-content-lg-end {
1724
+ -ms-flex-line-pack: end !important;
1725
+ align-content: flex-end !important;
1726
+ }
1727
+ .align-content-lg-center {
1728
+ -ms-flex-line-pack: center !important;
1729
+ align-content: center !important;
1730
+ }
1731
+ .align-content-lg-between {
1732
+ -ms-flex-line-pack: justify !important;
1733
+ align-content: space-between !important;
1734
+ }
1735
+ .align-content-lg-around {
1736
+ -ms-flex-line-pack: distribute !important;
1737
+ align-content: space-around !important;
1738
+ }
1739
+ .align-content-lg-stretch {
1740
+ -ms-flex-line-pack: stretch !important;
1741
+ align-content: stretch !important;
1742
+ }
1743
+ .align-self-lg-auto {
1744
+ -ms-flex-item-align: auto !important;
1745
+ align-self: auto !important;
1746
+ }
1747
+ .align-self-lg-start {
1748
+ -ms-flex-item-align: start !important;
1749
+ align-self: flex-start !important;
1750
+ }
1751
+ .align-self-lg-end {
1752
+ -ms-flex-item-align: end !important;
1753
+ align-self: flex-end !important;
1754
+ }
1755
+ .align-self-lg-center {
1756
+ -ms-flex-item-align: center !important;
1757
+ align-self: center !important;
1758
+ }
1759
+ .align-self-lg-baseline {
1760
+ -ms-flex-item-align: baseline !important;
1761
+ align-self: baseline !important;
1762
+ }
1763
+ .align-self-lg-stretch {
1764
+ -ms-flex-item-align: stretch !important;
1765
+ align-self: stretch !important;
1766
+ }
1767
+ }
1768
+
1769
+ @media (min-width: 1200px) {
1770
+ .flex-xl-row {
1771
+ -ms-flex-direction: row !important;
1772
+ flex-direction: row !important;
1773
+ }
1774
+ .flex-xl-column {
1775
+ -ms-flex-direction: column !important;
1776
+ flex-direction: column !important;
1777
+ }
1778
+ .flex-xl-row-reverse {
1779
+ -ms-flex-direction: row-reverse !important;
1780
+ flex-direction: row-reverse !important;
1781
+ }
1782
+ .flex-xl-column-reverse {
1783
+ -ms-flex-direction: column-reverse !important;
1784
+ flex-direction: column-reverse !important;
1785
+ }
1786
+ .flex-xl-wrap {
1787
+ -ms-flex-wrap: wrap !important;
1788
+ flex-wrap: wrap !important;
1789
+ }
1790
+ .flex-xl-nowrap {
1791
+ -ms-flex-wrap: nowrap !important;
1792
+ flex-wrap: nowrap !important;
1793
+ }
1794
+ .flex-xl-wrap-reverse {
1795
+ -ms-flex-wrap: wrap-reverse !important;
1796
+ flex-wrap: wrap-reverse !important;
1797
+ }
1798
+ .flex-xl-fill {
1799
+ -ms-flex: 1 1 auto !important;
1800
+ flex: 1 1 auto !important;
1801
+ }
1802
+ .flex-xl-grow-0 {
1803
+ -ms-flex-positive: 0 !important;
1804
+ flex-grow: 0 !important;
1805
+ }
1806
+ .flex-xl-grow-1 {
1807
+ -ms-flex-positive: 1 !important;
1808
+ flex-grow: 1 !important;
1809
+ }
1810
+ .flex-xl-shrink-0 {
1811
+ -ms-flex-negative: 0 !important;
1812
+ flex-shrink: 0 !important;
1813
+ }
1814
+ .flex-xl-shrink-1 {
1815
+ -ms-flex-negative: 1 !important;
1816
+ flex-shrink: 1 !important;
1817
+ }
1818
+ .justify-content-xl-start {
1819
+ -ms-flex-pack: start !important;
1820
+ justify-content: flex-start !important;
1821
+ }
1822
+ .justify-content-xl-end {
1823
+ -ms-flex-pack: end !important;
1824
+ justify-content: flex-end !important;
1825
+ }
1826
+ .justify-content-xl-center {
1827
+ -ms-flex-pack: center !important;
1828
+ justify-content: center !important;
1829
+ }
1830
+ .justify-content-xl-between {
1831
+ -ms-flex-pack: justify !important;
1832
+ justify-content: space-between !important;
1833
+ }
1834
+ .justify-content-xl-around {
1835
+ -ms-flex-pack: distribute !important;
1836
+ justify-content: space-around !important;
1837
+ }
1838
+ .align-items-xl-start {
1839
+ -ms-flex-align: start !important;
1840
+ align-items: flex-start !important;
1841
+ }
1842
+ .align-items-xl-end {
1843
+ -ms-flex-align: end !important;
1844
+ align-items: flex-end !important;
1845
+ }
1846
+ .align-items-xl-center {
1847
+ -ms-flex-align: center !important;
1848
+ align-items: center !important;
1849
+ }
1850
+ .align-items-xl-baseline {
1851
+ -ms-flex-align: baseline !important;
1852
+ align-items: baseline !important;
1853
+ }
1854
+ .align-items-xl-stretch {
1855
+ -ms-flex-align: stretch !important;
1856
+ align-items: stretch !important;
1857
+ }
1858
+ .align-content-xl-start {
1859
+ -ms-flex-line-pack: start !important;
1860
+ align-content: flex-start !important;
1861
+ }
1862
+ .align-content-xl-end {
1863
+ -ms-flex-line-pack: end !important;
1864
+ align-content: flex-end !important;
1865
+ }
1866
+ .align-content-xl-center {
1867
+ -ms-flex-line-pack: center !important;
1868
+ align-content: center !important;
1869
+ }
1870
+ .align-content-xl-between {
1871
+ -ms-flex-line-pack: justify !important;
1872
+ align-content: space-between !important;
1873
+ }
1874
+ .align-content-xl-around {
1875
+ -ms-flex-line-pack: distribute !important;
1876
+ align-content: space-around !important;
1877
+ }
1878
+ .align-content-xl-stretch {
1879
+ -ms-flex-line-pack: stretch !important;
1880
+ align-content: stretch !important;
1881
+ }
1882
+ .align-self-xl-auto {
1883
+ -ms-flex-item-align: auto !important;
1884
+ align-self: auto !important;
1885
+ }
1886
+ .align-self-xl-start {
1887
+ -ms-flex-item-align: start !important;
1888
+ align-self: flex-start !important;
1889
+ }
1890
+ .align-self-xl-end {
1891
+ -ms-flex-item-align: end !important;
1892
+ align-self: flex-end !important;
1893
+ }
1894
+ .align-self-xl-center {
1895
+ -ms-flex-item-align: center !important;
1896
+ align-self: center !important;
1897
+ }
1898
+ .align-self-xl-baseline {
1899
+ -ms-flex-item-align: baseline !important;
1900
+ align-self: baseline !important;
1901
+ }
1902
+ .align-self-xl-stretch {
1903
+ -ms-flex-item-align: stretch !important;
1904
+ align-self: stretch !important;
1905
+ }
1906
+ }
1907
+
1908
+ .m-0 {
1909
+ margin: 0 !important;
1910
+ }
1911
+
1912
+ .mt-0,
1913
+ .my-0 {
1914
+ margin-top: 0 !important;
1915
+ }
1916
+
1917
+ .mr-0,
1918
+ .mx-0 {
1919
+ margin-right: 0 !important;
1920
+ }
1921
+
1922
+ .mb-0,
1923
+ .my-0 {
1924
+ margin-bottom: 0 !important;
1925
+ }
1926
+
1927
+ .ml-0,
1928
+ .mx-0 {
1929
+ margin-left: 0 !important;
1930
+ }
1931
+
1932
+ .m-1 {
1933
+ margin: 0.25rem !important;
1934
+ }
1935
+
1936
+ .mt-1,
1937
+ .my-1 {
1938
+ margin-top: 0.25rem !important;
1939
+ }
1940
+
1941
+ .mr-1,
1942
+ .mx-1 {
1943
+ margin-right: 0.25rem !important;
1944
+ }
1945
+
1946
+ .mb-1,
1947
+ .my-1 {
1948
+ margin-bottom: 0.25rem !important;
1949
+ }
1950
+
1951
+ .ml-1,
1952
+ .mx-1 {
1953
+ margin-left: 0.25rem !important;
1954
+ }
1955
+
1956
+ .m-2 {
1957
+ margin: 0.5rem !important;
1958
+ }
1959
+
1960
+ .mt-2,
1961
+ .my-2 {
1962
+ margin-top: 0.5rem !important;
1963
+ }
1964
+
1965
+ .mr-2,
1966
+ .mx-2 {
1967
+ margin-right: 0.5rem !important;
1968
+ }
1969
+
1970
+ .mb-2,
1971
+ .my-2 {
1972
+ margin-bottom: 0.5rem !important;
1973
+ }
1974
+
1975
+ .ml-2,
1976
+ .mx-2 {
1977
+ margin-left: 0.5rem !important;
1978
+ }
1979
+
1980
+ .m-3 {
1981
+ margin: 1rem !important;
1982
+ }
1983
+
1984
+ .mt-3,
1985
+ .my-3 {
1986
+ margin-top: 1rem !important;
1987
+ }
1988
+
1989
+ .mr-3,
1990
+ .mx-3 {
1991
+ margin-right: 1rem !important;
1992
+ }
1993
+
1994
+ .mb-3,
1995
+ .my-3 {
1996
+ margin-bottom: 1rem !important;
1997
+ }
1998
+
1999
+ .ml-3,
2000
+ .mx-3 {
2001
+ margin-left: 1rem !important;
2002
+ }
2003
+
2004
+ .m-4 {
2005
+ margin: 1.5rem !important;
2006
+ }
2007
+
2008
+ .mt-4,
2009
+ .my-4 {
2010
+ margin-top: 1.5rem !important;
2011
+ }
2012
+
2013
+ .mr-4,
2014
+ .mx-4 {
2015
+ margin-right: 1.5rem !important;
2016
+ }
2017
+
2018
+ .mb-4,
2019
+ .my-4 {
2020
+ margin-bottom: 1.5rem !important;
2021
+ }
2022
+
2023
+ .ml-4,
2024
+ .mx-4 {
2025
+ margin-left: 1.5rem !important;
2026
+ }
2027
+
2028
+ .m-5 {
2029
+ margin: 3rem !important;
2030
+ }
2031
+
2032
+ .mt-5,
2033
+ .my-5 {
2034
+ margin-top: 3rem !important;
2035
+ }
2036
+
2037
+ .mr-5,
2038
+ .mx-5 {
2039
+ margin-right: 3rem !important;
2040
+ }
2041
+
2042
+ .mb-5,
2043
+ .my-5 {
2044
+ margin-bottom: 3rem !important;
2045
+ }
2046
+
2047
+ .ml-5,
2048
+ .mx-5 {
2049
+ margin-left: 3rem !important;
2050
+ }
2051
+
2052
+ .p-0 {
2053
+ padding: 0 !important;
2054
+ }
2055
+
2056
+ .pt-0,
2057
+ .py-0 {
2058
+ padding-top: 0 !important;
2059
+ }
2060
+
2061
+ .pr-0,
2062
+ .px-0 {
2063
+ padding-right: 0 !important;
2064
+ }
2065
+
2066
+ .pb-0,
2067
+ .py-0 {
2068
+ padding-bottom: 0 !important;
2069
+ }
2070
+
2071
+ .pl-0,
2072
+ .px-0 {
2073
+ padding-left: 0 !important;
2074
+ }
2075
+
2076
+ .p-1 {
2077
+ padding: 0.25rem !important;
2078
+ }
2079
+
2080
+ .pt-1,
2081
+ .py-1 {
2082
+ padding-top: 0.25rem !important;
2083
+ }
2084
+
2085
+ .pr-1,
2086
+ .px-1 {
2087
+ padding-right: 0.25rem !important;
2088
+ }
2089
+
2090
+ .pb-1,
2091
+ .py-1 {
2092
+ padding-bottom: 0.25rem !important;
2093
+ }
2094
+
2095
+ .pl-1,
2096
+ .px-1 {
2097
+ padding-left: 0.25rem !important;
2098
+ }
2099
+
2100
+ .p-2 {
2101
+ padding: 0.5rem !important;
2102
+ }
2103
+
2104
+ .pt-2,
2105
+ .py-2 {
2106
+ padding-top: 0.5rem !important;
2107
+ }
2108
+
2109
+ .pr-2,
2110
+ .px-2 {
2111
+ padding-right: 0.5rem !important;
2112
+ }
2113
+
2114
+ .pb-2,
2115
+ .py-2 {
2116
+ padding-bottom: 0.5rem !important;
2117
+ }
2118
+
2119
+ .pl-2,
2120
+ .px-2 {
2121
+ padding-left: 0.5rem !important;
2122
+ }
2123
+
2124
+ .p-3 {
2125
+ padding: 1rem !important;
2126
+ }
2127
+
2128
+ .pt-3,
2129
+ .py-3 {
2130
+ padding-top: 1rem !important;
2131
+ }
2132
+
2133
+ .pr-3,
2134
+ .px-3 {
2135
+ padding-right: 1rem !important;
2136
+ }
2137
+
2138
+ .pb-3,
2139
+ .py-3 {
2140
+ padding-bottom: 1rem !important;
2141
+ }
2142
+
2143
+ .pl-3,
2144
+ .px-3 {
2145
+ padding-left: 1rem !important;
2146
+ }
2147
+
2148
+ .p-4 {
2149
+ padding: 1.5rem !important;
2150
+ }
2151
+
2152
+ .pt-4,
2153
+ .py-4 {
2154
+ padding-top: 1.5rem !important;
2155
+ }
2156
+
2157
+ .pr-4,
2158
+ .px-4 {
2159
+ padding-right: 1.5rem !important;
2160
+ }
2161
+
2162
+ .pb-4,
2163
+ .py-4 {
2164
+ padding-bottom: 1.5rem !important;
2165
+ }
2166
+
2167
+ .pl-4,
2168
+ .px-4 {
2169
+ padding-left: 1.5rem !important;
2170
+ }
2171
+
2172
+ .p-5 {
2173
+ padding: 3rem !important;
2174
+ }
2175
+
2176
+ .pt-5,
2177
+ .py-5 {
2178
+ padding-top: 3rem !important;
2179
+ }
2180
+
2181
+ .pr-5,
2182
+ .px-5 {
2183
+ padding-right: 3rem !important;
2184
+ }
2185
+
2186
+ .pb-5,
2187
+ .py-5 {
2188
+ padding-bottom: 3rem !important;
2189
+ }
2190
+
2191
+ .pl-5,
2192
+ .px-5 {
2193
+ padding-left: 3rem !important;
2194
+ }
2195
+
2196
+ .m-n1 {
2197
+ margin: -0.25rem !important;
2198
+ }
2199
+
2200
+ .mt-n1,
2201
+ .my-n1 {
2202
+ margin-top: -0.25rem !important;
2203
+ }
2204
+
2205
+ .mr-n1,
2206
+ .mx-n1 {
2207
+ margin-right: -0.25rem !important;
2208
+ }
2209
+
2210
+ .mb-n1,
2211
+ .my-n1 {
2212
+ margin-bottom: -0.25rem !important;
2213
+ }
2214
+
2215
+ .ml-n1,
2216
+ .mx-n1 {
2217
+ margin-left: -0.25rem !important;
2218
+ }
2219
+
2220
+ .m-n2 {
2221
+ margin: -0.5rem !important;
2222
+ }
2223
+
2224
+ .mt-n2,
2225
+ .my-n2 {
2226
+ margin-top: -0.5rem !important;
2227
+ }
2228
+
2229
+ .mr-n2,
2230
+ .mx-n2 {
2231
+ margin-right: -0.5rem !important;
2232
+ }
2233
+
2234
+ .mb-n2,
2235
+ .my-n2 {
2236
+ margin-bottom: -0.5rem !important;
2237
+ }
2238
+
2239
+ .ml-n2,
2240
+ .mx-n2 {
2241
+ margin-left: -0.5rem !important;
2242
+ }
2243
+
2244
+ .m-n3 {
2245
+ margin: -1rem !important;
2246
+ }
2247
+
2248
+ .mt-n3,
2249
+ .my-n3 {
2250
+ margin-top: -1rem !important;
2251
+ }
2252
+
2253
+ .mr-n3,
2254
+ .mx-n3 {
2255
+ margin-right: -1rem !important;
2256
+ }
2257
+
2258
+ .mb-n3,
2259
+ .my-n3 {
2260
+ margin-bottom: -1rem !important;
2261
+ }
2262
+
2263
+ .ml-n3,
2264
+ .mx-n3 {
2265
+ margin-left: -1rem !important;
2266
+ }
2267
+
2268
+ .m-n4 {
2269
+ margin: -1.5rem !important;
2270
+ }
2271
+
2272
+ .mt-n4,
2273
+ .my-n4 {
2274
+ margin-top: -1.5rem !important;
2275
+ }
2276
+
2277
+ .mr-n4,
2278
+ .mx-n4 {
2279
+ margin-right: -1.5rem !important;
2280
+ }
2281
+
2282
+ .mb-n4,
2283
+ .my-n4 {
2284
+ margin-bottom: -1.5rem !important;
2285
+ }
2286
+
2287
+ .ml-n4,
2288
+ .mx-n4 {
2289
+ margin-left: -1.5rem !important;
2290
+ }
2291
+
2292
+ .m-n5 {
2293
+ margin: -3rem !important;
2294
+ }
2295
+
2296
+ .mt-n5,
2297
+ .my-n5 {
2298
+ margin-top: -3rem !important;
2299
+ }
2300
+
2301
+ .mr-n5,
2302
+ .mx-n5 {
2303
+ margin-right: -3rem !important;
2304
+ }
2305
+
2306
+ .mb-n5,
2307
+ .my-n5 {
2308
+ margin-bottom: -3rem !important;
2309
+ }
2310
+
2311
+ .ml-n5,
2312
+ .mx-n5 {
2313
+ margin-left: -3rem !important;
2314
+ }
2315
+
2316
+ .m-auto {
2317
+ margin: auto !important;
2318
+ }
2319
+
2320
+ .mt-auto,
2321
+ .my-auto {
2322
+ margin-top: auto !important;
2323
+ }
2324
+
2325
+ .mr-auto,
2326
+ .mx-auto {
2327
+ margin-right: auto !important;
2328
+ }
2329
+
2330
+ .mb-auto,
2331
+ .my-auto {
2332
+ margin-bottom: auto !important;
2333
+ }
2334
+
2335
+ .ml-auto,
2336
+ .mx-auto {
2337
+ margin-left: auto !important;
2338
+ }
2339
+
2340
+ @media (min-width: 576px) {
2341
+ .m-sm-0 {
2342
+ margin: 0 !important;
2343
+ }
2344
+ .mt-sm-0,
2345
+ .my-sm-0 {
2346
+ margin-top: 0 !important;
2347
+ }
2348
+ .mr-sm-0,
2349
+ .mx-sm-0 {
2350
+ margin-right: 0 !important;
2351
+ }
2352
+ .mb-sm-0,
2353
+ .my-sm-0 {
2354
+ margin-bottom: 0 !important;
2355
+ }
2356
+ .ml-sm-0,
2357
+ .mx-sm-0 {
2358
+ margin-left: 0 !important;
2359
+ }
2360
+ .m-sm-1 {
2361
+ margin: 0.25rem !important;
2362
+ }
2363
+ .mt-sm-1,
2364
+ .my-sm-1 {
2365
+ margin-top: 0.25rem !important;
2366
+ }
2367
+ .mr-sm-1,
2368
+ .mx-sm-1 {
2369
+ margin-right: 0.25rem !important;
2370
+ }
2371
+ .mb-sm-1,
2372
+ .my-sm-1 {
2373
+ margin-bottom: 0.25rem !important;
2374
+ }
2375
+ .ml-sm-1,
2376
+ .mx-sm-1 {
2377
+ margin-left: 0.25rem !important;
2378
+ }
2379
+ .m-sm-2 {
2380
+ margin: 0.5rem !important;
2381
+ }
2382
+ .mt-sm-2,
2383
+ .my-sm-2 {
2384
+ margin-top: 0.5rem !important;
2385
+ }
2386
+ .mr-sm-2,
2387
+ .mx-sm-2 {
2388
+ margin-right: 0.5rem !important;
2389
+ }
2390
+ .mb-sm-2,
2391
+ .my-sm-2 {
2392
+ margin-bottom: 0.5rem !important;
2393
+ }
2394
+ .ml-sm-2,
2395
+ .mx-sm-2 {
2396
+ margin-left: 0.5rem !important;
2397
+ }
2398
+ .m-sm-3 {
2399
+ margin: 1rem !important;
2400
+ }
2401
+ .mt-sm-3,
2402
+ .my-sm-3 {
2403
+ margin-top: 1rem !important;
2404
+ }
2405
+ .mr-sm-3,
2406
+ .mx-sm-3 {
2407
+ margin-right: 1rem !important;
2408
+ }
2409
+ .mb-sm-3,
2410
+ .my-sm-3 {
2411
+ margin-bottom: 1rem !important;
2412
+ }
2413
+ .ml-sm-3,
2414
+ .mx-sm-3 {
2415
+ margin-left: 1rem !important;
2416
+ }
2417
+ .m-sm-4 {
2418
+ margin: 1.5rem !important;
2419
+ }
2420
+ .mt-sm-4,
2421
+ .my-sm-4 {
2422
+ margin-top: 1.5rem !important;
2423
+ }
2424
+ .mr-sm-4,
2425
+ .mx-sm-4 {
2426
+ margin-right: 1.5rem !important;
2427
+ }
2428
+ .mb-sm-4,
2429
+ .my-sm-4 {
2430
+ margin-bottom: 1.5rem !important;
2431
+ }
2432
+ .ml-sm-4,
2433
+ .mx-sm-4 {
2434
+ margin-left: 1.5rem !important;
2435
+ }
2436
+ .m-sm-5 {
2437
+ margin: 3rem !important;
2438
+ }
2439
+ .mt-sm-5,
2440
+ .my-sm-5 {
2441
+ margin-top: 3rem !important;
2442
+ }
2443
+ .mr-sm-5,
2444
+ .mx-sm-5 {
2445
+ margin-right: 3rem !important;
2446
+ }
2447
+ .mb-sm-5,
2448
+ .my-sm-5 {
2449
+ margin-bottom: 3rem !important;
2450
+ }
2451
+ .ml-sm-5,
2452
+ .mx-sm-5 {
2453
+ margin-left: 3rem !important;
2454
+ }
2455
+ .p-sm-0 {
2456
+ padding: 0 !important;
2457
+ }
2458
+ .pt-sm-0,
2459
+ .py-sm-0 {
2460
+ padding-top: 0 !important;
2461
+ }
2462
+ .pr-sm-0,
2463
+ .px-sm-0 {
2464
+ padding-right: 0 !important;
2465
+ }
2466
+ .pb-sm-0,
2467
+ .py-sm-0 {
2468
+ padding-bottom: 0 !important;
2469
+ }
2470
+ .pl-sm-0,
2471
+ .px-sm-0 {
2472
+ padding-left: 0 !important;
2473
+ }
2474
+ .p-sm-1 {
2475
+ padding: 0.25rem !important;
2476
+ }
2477
+ .pt-sm-1,
2478
+ .py-sm-1 {
2479
+ padding-top: 0.25rem !important;
2480
+ }
2481
+ .pr-sm-1,
2482
+ .px-sm-1 {
2483
+ padding-right: 0.25rem !important;
2484
+ }
2485
+ .pb-sm-1,
2486
+ .py-sm-1 {
2487
+ padding-bottom: 0.25rem !important;
2488
+ }
2489
+ .pl-sm-1,
2490
+ .px-sm-1 {
2491
+ padding-left: 0.25rem !important;
2492
+ }
2493
+ .p-sm-2 {
2494
+ padding: 0.5rem !important;
2495
+ }
2496
+ .pt-sm-2,
2497
+ .py-sm-2 {
2498
+ padding-top: 0.5rem !important;
2499
+ }
2500
+ .pr-sm-2,
2501
+ .px-sm-2 {
2502
+ padding-right: 0.5rem !important;
2503
+ }
2504
+ .pb-sm-2,
2505
+ .py-sm-2 {
2506
+ padding-bottom: 0.5rem !important;
2507
+ }
2508
+ .pl-sm-2,
2509
+ .px-sm-2 {
2510
+ padding-left: 0.5rem !important;
2511
+ }
2512
+ .p-sm-3 {
2513
+ padding: 1rem !important;
2514
+ }
2515
+ .pt-sm-3,
2516
+ .py-sm-3 {
2517
+ padding-top: 1rem !important;
2518
+ }
2519
+ .pr-sm-3,
2520
+ .px-sm-3 {
2521
+ padding-right: 1rem !important;
2522
+ }
2523
+ .pb-sm-3,
2524
+ .py-sm-3 {
2525
+ padding-bottom: 1rem !important;
2526
+ }
2527
+ .pl-sm-3,
2528
+ .px-sm-3 {
2529
+ padding-left: 1rem !important;
2530
+ }
2531
+ .p-sm-4 {
2532
+ padding: 1.5rem !important;
2533
+ }
2534
+ .pt-sm-4,
2535
+ .py-sm-4 {
2536
+ padding-top: 1.5rem !important;
2537
+ }
2538
+ .pr-sm-4,
2539
+ .px-sm-4 {
2540
+ padding-right: 1.5rem !important;
2541
+ }
2542
+ .pb-sm-4,
2543
+ .py-sm-4 {
2544
+ padding-bottom: 1.5rem !important;
2545
+ }
2546
+ .pl-sm-4,
2547
+ .px-sm-4 {
2548
+ padding-left: 1.5rem !important;
2549
+ }
2550
+ .p-sm-5 {
2551
+ padding: 3rem !important;
2552
+ }
2553
+ .pt-sm-5,
2554
+ .py-sm-5 {
2555
+ padding-top: 3rem !important;
2556
+ }
2557
+ .pr-sm-5,
2558
+ .px-sm-5 {
2559
+ padding-right: 3rem !important;
2560
+ }
2561
+ .pb-sm-5,
2562
+ .py-sm-5 {
2563
+ padding-bottom: 3rem !important;
2564
+ }
2565
+ .pl-sm-5,
2566
+ .px-sm-5 {
2567
+ padding-left: 3rem !important;
2568
+ }
2569
+ .m-sm-n1 {
2570
+ margin: -0.25rem !important;
2571
+ }
2572
+ .mt-sm-n1,
2573
+ .my-sm-n1 {
2574
+ margin-top: -0.25rem !important;
2575
+ }
2576
+ .mr-sm-n1,
2577
+ .mx-sm-n1 {
2578
+ margin-right: -0.25rem !important;
2579
+ }
2580
+ .mb-sm-n1,
2581
+ .my-sm-n1 {
2582
+ margin-bottom: -0.25rem !important;
2583
+ }
2584
+ .ml-sm-n1,
2585
+ .mx-sm-n1 {
2586
+ margin-left: -0.25rem !important;
2587
+ }
2588
+ .m-sm-n2 {
2589
+ margin: -0.5rem !important;
2590
+ }
2591
+ .mt-sm-n2,
2592
+ .my-sm-n2 {
2593
+ margin-top: -0.5rem !important;
2594
+ }
2595
+ .mr-sm-n2,
2596
+ .mx-sm-n2 {
2597
+ margin-right: -0.5rem !important;
2598
+ }
2599
+ .mb-sm-n2,
2600
+ .my-sm-n2 {
2601
+ margin-bottom: -0.5rem !important;
2602
+ }
2603
+ .ml-sm-n2,
2604
+ .mx-sm-n2 {
2605
+ margin-left: -0.5rem !important;
2606
+ }
2607
+ .m-sm-n3 {
2608
+ margin: -1rem !important;
2609
+ }
2610
+ .mt-sm-n3,
2611
+ .my-sm-n3 {
2612
+ margin-top: -1rem !important;
2613
+ }
2614
+ .mr-sm-n3,
2615
+ .mx-sm-n3 {
2616
+ margin-right: -1rem !important;
2617
+ }
2618
+ .mb-sm-n3,
2619
+ .my-sm-n3 {
2620
+ margin-bottom: -1rem !important;
2621
+ }
2622
+ .ml-sm-n3,
2623
+ .mx-sm-n3 {
2624
+ margin-left: -1rem !important;
2625
+ }
2626
+ .m-sm-n4 {
2627
+ margin: -1.5rem !important;
2628
+ }
2629
+ .mt-sm-n4,
2630
+ .my-sm-n4 {
2631
+ margin-top: -1.5rem !important;
2632
+ }
2633
+ .mr-sm-n4,
2634
+ .mx-sm-n4 {
2635
+ margin-right: -1.5rem !important;
2636
+ }
2637
+ .mb-sm-n4,
2638
+ .my-sm-n4 {
2639
+ margin-bottom: -1.5rem !important;
2640
+ }
2641
+ .ml-sm-n4,
2642
+ .mx-sm-n4 {
2643
+ margin-left: -1.5rem !important;
2644
+ }
2645
+ .m-sm-n5 {
2646
+ margin: -3rem !important;
2647
+ }
2648
+ .mt-sm-n5,
2649
+ .my-sm-n5 {
2650
+ margin-top: -3rem !important;
2651
+ }
2652
+ .mr-sm-n5,
2653
+ .mx-sm-n5 {
2654
+ margin-right: -3rem !important;
2655
+ }
2656
+ .mb-sm-n5,
2657
+ .my-sm-n5 {
2658
+ margin-bottom: -3rem !important;
2659
+ }
2660
+ .ml-sm-n5,
2661
+ .mx-sm-n5 {
2662
+ margin-left: -3rem !important;
2663
+ }
2664
+ .m-sm-auto {
2665
+ margin: auto !important;
2666
+ }
2667
+ .mt-sm-auto,
2668
+ .my-sm-auto {
2669
+ margin-top: auto !important;
2670
+ }
2671
+ .mr-sm-auto,
2672
+ .mx-sm-auto {
2673
+ margin-right: auto !important;
2674
+ }
2675
+ .mb-sm-auto,
2676
+ .my-sm-auto {
2677
+ margin-bottom: auto !important;
2678
+ }
2679
+ .ml-sm-auto,
2680
+ .mx-sm-auto {
2681
+ margin-left: auto !important;
2682
+ }
2683
+ }
2684
+
2685
+ @media (min-width: 768px) {
2686
+ .m-md-0 {
2687
+ margin: 0 !important;
2688
+ }
2689
+ .mt-md-0,
2690
+ .my-md-0 {
2691
+ margin-top: 0 !important;
2692
+ }
2693
+ .mr-md-0,
2694
+ .mx-md-0 {
2695
+ margin-right: 0 !important;
2696
+ }
2697
+ .mb-md-0,
2698
+ .my-md-0 {
2699
+ margin-bottom: 0 !important;
2700
+ }
2701
+ .ml-md-0,
2702
+ .mx-md-0 {
2703
+ margin-left: 0 !important;
2704
+ }
2705
+ .m-md-1 {
2706
+ margin: 0.25rem !important;
2707
+ }
2708
+ .mt-md-1,
2709
+ .my-md-1 {
2710
+ margin-top: 0.25rem !important;
2711
+ }
2712
+ .mr-md-1,
2713
+ .mx-md-1 {
2714
+ margin-right: 0.25rem !important;
2715
+ }
2716
+ .mb-md-1,
2717
+ .my-md-1 {
2718
+ margin-bottom: 0.25rem !important;
2719
+ }
2720
+ .ml-md-1,
2721
+ .mx-md-1 {
2722
+ margin-left: 0.25rem !important;
2723
+ }
2724
+ .m-md-2 {
2725
+ margin: 0.5rem !important;
2726
+ }
2727
+ .mt-md-2,
2728
+ .my-md-2 {
2729
+ margin-top: 0.5rem !important;
2730
+ }
2731
+ .mr-md-2,
2732
+ .mx-md-2 {
2733
+ margin-right: 0.5rem !important;
2734
+ }
2735
+ .mb-md-2,
2736
+ .my-md-2 {
2737
+ margin-bottom: 0.5rem !important;
2738
+ }
2739
+ .ml-md-2,
2740
+ .mx-md-2 {
2741
+ margin-left: 0.5rem !important;
2742
+ }
2743
+ .m-md-3 {
2744
+ margin: 1rem !important;
2745
+ }
2746
+ .mt-md-3,
2747
+ .my-md-3 {
2748
+ margin-top: 1rem !important;
2749
+ }
2750
+ .mr-md-3,
2751
+ .mx-md-3 {
2752
+ margin-right: 1rem !important;
2753
+ }
2754
+ .mb-md-3,
2755
+ .my-md-3 {
2756
+ margin-bottom: 1rem !important;
2757
+ }
2758
+ .ml-md-3,
2759
+ .mx-md-3 {
2760
+ margin-left: 1rem !important;
2761
+ }
2762
+ .m-md-4 {
2763
+ margin: 1.5rem !important;
2764
+ }
2765
+ .mt-md-4,
2766
+ .my-md-4 {
2767
+ margin-top: 1.5rem !important;
2768
+ }
2769
+ .mr-md-4,
2770
+ .mx-md-4 {
2771
+ margin-right: 1.5rem !important;
2772
+ }
2773
+ .mb-md-4,
2774
+ .my-md-4 {
2775
+ margin-bottom: 1.5rem !important;
2776
+ }
2777
+ .ml-md-4,
2778
+ .mx-md-4 {
2779
+ margin-left: 1.5rem !important;
2780
+ }
2781
+ .m-md-5 {
2782
+ margin: 3rem !important;
2783
+ }
2784
+ .mt-md-5,
2785
+ .my-md-5 {
2786
+ margin-top: 3rem !important;
2787
+ }
2788
+ .mr-md-5,
2789
+ .mx-md-5 {
2790
+ margin-right: 3rem !important;
2791
+ }
2792
+ .mb-md-5,
2793
+ .my-md-5 {
2794
+ margin-bottom: 3rem !important;
2795
+ }
2796
+ .ml-md-5,
2797
+ .mx-md-5 {
2798
+ margin-left: 3rem !important;
2799
+ }
2800
+ .p-md-0 {
2801
+ padding: 0 !important;
2802
+ }
2803
+ .pt-md-0,
2804
+ .py-md-0 {
2805
+ padding-top: 0 !important;
2806
+ }
2807
+ .pr-md-0,
2808
+ .px-md-0 {
2809
+ padding-right: 0 !important;
2810
+ }
2811
+ .pb-md-0,
2812
+ .py-md-0 {
2813
+ padding-bottom: 0 !important;
2814
+ }
2815
+ .pl-md-0,
2816
+ .px-md-0 {
2817
+ padding-left: 0 !important;
2818
+ }
2819
+ .p-md-1 {
2820
+ padding: 0.25rem !important;
2821
+ }
2822
+ .pt-md-1,
2823
+ .py-md-1 {
2824
+ padding-top: 0.25rem !important;
2825
+ }
2826
+ .pr-md-1,
2827
+ .px-md-1 {
2828
+ padding-right: 0.25rem !important;
2829
+ }
2830
+ .pb-md-1,
2831
+ .py-md-1 {
2832
+ padding-bottom: 0.25rem !important;
2833
+ }
2834
+ .pl-md-1,
2835
+ .px-md-1 {
2836
+ padding-left: 0.25rem !important;
2837
+ }
2838
+ .p-md-2 {
2839
+ padding: 0.5rem !important;
2840
+ }
2841
+ .pt-md-2,
2842
+ .py-md-2 {
2843
+ padding-top: 0.5rem !important;
2844
+ }
2845
+ .pr-md-2,
2846
+ .px-md-2 {
2847
+ padding-right: 0.5rem !important;
2848
+ }
2849
+ .pb-md-2,
2850
+ .py-md-2 {
2851
+ padding-bottom: 0.5rem !important;
2852
+ }
2853
+ .pl-md-2,
2854
+ .px-md-2 {
2855
+ padding-left: 0.5rem !important;
2856
+ }
2857
+ .p-md-3 {
2858
+ padding: 1rem !important;
2859
+ }
2860
+ .pt-md-3,
2861
+ .py-md-3 {
2862
+ padding-top: 1rem !important;
2863
+ }
2864
+ .pr-md-3,
2865
+ .px-md-3 {
2866
+ padding-right: 1rem !important;
2867
+ }
2868
+ .pb-md-3,
2869
+ .py-md-3 {
2870
+ padding-bottom: 1rem !important;
2871
+ }
2872
+ .pl-md-3,
2873
+ .px-md-3 {
2874
+ padding-left: 1rem !important;
2875
+ }
2876
+ .p-md-4 {
2877
+ padding: 1.5rem !important;
2878
+ }
2879
+ .pt-md-4,
2880
+ .py-md-4 {
2881
+ padding-top: 1.5rem !important;
2882
+ }
2883
+ .pr-md-4,
2884
+ .px-md-4 {
2885
+ padding-right: 1.5rem !important;
2886
+ }
2887
+ .pb-md-4,
2888
+ .py-md-4 {
2889
+ padding-bottom: 1.5rem !important;
2890
+ }
2891
+ .pl-md-4,
2892
+ .px-md-4 {
2893
+ padding-left: 1.5rem !important;
2894
+ }
2895
+ .p-md-5 {
2896
+ padding: 3rem !important;
2897
+ }
2898
+ .pt-md-5,
2899
+ .py-md-5 {
2900
+ padding-top: 3rem !important;
2901
+ }
2902
+ .pr-md-5,
2903
+ .px-md-5 {
2904
+ padding-right: 3rem !important;
2905
+ }
2906
+ .pb-md-5,
2907
+ .py-md-5 {
2908
+ padding-bottom: 3rem !important;
2909
+ }
2910
+ .pl-md-5,
2911
+ .px-md-5 {
2912
+ padding-left: 3rem !important;
2913
+ }
2914
+ .m-md-n1 {
2915
+ margin: -0.25rem !important;
2916
+ }
2917
+ .mt-md-n1,
2918
+ .my-md-n1 {
2919
+ margin-top: -0.25rem !important;
2920
+ }
2921
+ .mr-md-n1,
2922
+ .mx-md-n1 {
2923
+ margin-right: -0.25rem !important;
2924
+ }
2925
+ .mb-md-n1,
2926
+ .my-md-n1 {
2927
+ margin-bottom: -0.25rem !important;
2928
+ }
2929
+ .ml-md-n1,
2930
+ .mx-md-n1 {
2931
+ margin-left: -0.25rem !important;
2932
+ }
2933
+ .m-md-n2 {
2934
+ margin: -0.5rem !important;
2935
+ }
2936
+ .mt-md-n2,
2937
+ .my-md-n2 {
2938
+ margin-top: -0.5rem !important;
2939
+ }
2940
+ .mr-md-n2,
2941
+ .mx-md-n2 {
2942
+ margin-right: -0.5rem !important;
2943
+ }
2944
+ .mb-md-n2,
2945
+ .my-md-n2 {
2946
+ margin-bottom: -0.5rem !important;
2947
+ }
2948
+ .ml-md-n2,
2949
+ .mx-md-n2 {
2950
+ margin-left: -0.5rem !important;
2951
+ }
2952
+ .m-md-n3 {
2953
+ margin: -1rem !important;
2954
+ }
2955
+ .mt-md-n3,
2956
+ .my-md-n3 {
2957
+ margin-top: -1rem !important;
2958
+ }
2959
+ .mr-md-n3,
2960
+ .mx-md-n3 {
2961
+ margin-right: -1rem !important;
2962
+ }
2963
+ .mb-md-n3,
2964
+ .my-md-n3 {
2965
+ margin-bottom: -1rem !important;
2966
+ }
2967
+ .ml-md-n3,
2968
+ .mx-md-n3 {
2969
+ margin-left: -1rem !important;
2970
+ }
2971
+ .m-md-n4 {
2972
+ margin: -1.5rem !important;
2973
+ }
2974
+ .mt-md-n4,
2975
+ .my-md-n4 {
2976
+ margin-top: -1.5rem !important;
2977
+ }
2978
+ .mr-md-n4,
2979
+ .mx-md-n4 {
2980
+ margin-right: -1.5rem !important;
2981
+ }
2982
+ .mb-md-n4,
2983
+ .my-md-n4 {
2984
+ margin-bottom: -1.5rem !important;
2985
+ }
2986
+ .ml-md-n4,
2987
+ .mx-md-n4 {
2988
+ margin-left: -1.5rem !important;
2989
+ }
2990
+ .m-md-n5 {
2991
+ margin: -3rem !important;
2992
+ }
2993
+ .mt-md-n5,
2994
+ .my-md-n5 {
2995
+ margin-top: -3rem !important;
2996
+ }
2997
+ .mr-md-n5,
2998
+ .mx-md-n5 {
2999
+ margin-right: -3rem !important;
3000
+ }
3001
+ .mb-md-n5,
3002
+ .my-md-n5 {
3003
+ margin-bottom: -3rem !important;
3004
+ }
3005
+ .ml-md-n5,
3006
+ .mx-md-n5 {
3007
+ margin-left: -3rem !important;
3008
+ }
3009
+ .m-md-auto {
3010
+ margin: auto !important;
3011
+ }
3012
+ .mt-md-auto,
3013
+ .my-md-auto {
3014
+ margin-top: auto !important;
3015
+ }
3016
+ .mr-md-auto,
3017
+ .mx-md-auto {
3018
+ margin-right: auto !important;
3019
+ }
3020
+ .mb-md-auto,
3021
+ .my-md-auto {
3022
+ margin-bottom: auto !important;
3023
+ }
3024
+ .ml-md-auto,
3025
+ .mx-md-auto {
3026
+ margin-left: auto !important;
3027
+ }
3028
+ }
3029
+
3030
+ @media (min-width: 992px) {
3031
+ .m-lg-0 {
3032
+ margin: 0 !important;
3033
+ }
3034
+ .mt-lg-0,
3035
+ .my-lg-0 {
3036
+ margin-top: 0 !important;
3037
+ }
3038
+ .mr-lg-0,
3039
+ .mx-lg-0 {
3040
+ margin-right: 0 !important;
3041
+ }
3042
+ .mb-lg-0,
3043
+ .my-lg-0 {
3044
+ margin-bottom: 0 !important;
3045
+ }
3046
+ .ml-lg-0,
3047
+ .mx-lg-0 {
3048
+ margin-left: 0 !important;
3049
+ }
3050
+ .m-lg-1 {
3051
+ margin: 0.25rem !important;
3052
+ }
3053
+ .mt-lg-1,
3054
+ .my-lg-1 {
3055
+ margin-top: 0.25rem !important;
3056
+ }
3057
+ .mr-lg-1,
3058
+ .mx-lg-1 {
3059
+ margin-right: 0.25rem !important;
3060
+ }
3061
+ .mb-lg-1,
3062
+ .my-lg-1 {
3063
+ margin-bottom: 0.25rem !important;
3064
+ }
3065
+ .ml-lg-1,
3066
+ .mx-lg-1 {
3067
+ margin-left: 0.25rem !important;
3068
+ }
3069
+ .m-lg-2 {
3070
+ margin: 0.5rem !important;
3071
+ }
3072
+ .mt-lg-2,
3073
+ .my-lg-2 {
3074
+ margin-top: 0.5rem !important;
3075
+ }
3076
+ .mr-lg-2,
3077
+ .mx-lg-2 {
3078
+ margin-right: 0.5rem !important;
3079
+ }
3080
+ .mb-lg-2,
3081
+ .my-lg-2 {
3082
+ margin-bottom: 0.5rem !important;
3083
+ }
3084
+ .ml-lg-2,
3085
+ .mx-lg-2 {
3086
+ margin-left: 0.5rem !important;
3087
+ }
3088
+ .m-lg-3 {
3089
+ margin: 1rem !important;
3090
+ }
3091
+ .mt-lg-3,
3092
+ .my-lg-3 {
3093
+ margin-top: 1rem !important;
3094
+ }
3095
+ .mr-lg-3,
3096
+ .mx-lg-3 {
3097
+ margin-right: 1rem !important;
3098
+ }
3099
+ .mb-lg-3,
3100
+ .my-lg-3 {
3101
+ margin-bottom: 1rem !important;
3102
+ }
3103
+ .ml-lg-3,
3104
+ .mx-lg-3 {
3105
+ margin-left: 1rem !important;
3106
+ }
3107
+ .m-lg-4 {
3108
+ margin: 1.5rem !important;
3109
+ }
3110
+ .mt-lg-4,
3111
+ .my-lg-4 {
3112
+ margin-top: 1.5rem !important;
3113
+ }
3114
+ .mr-lg-4,
3115
+ .mx-lg-4 {
3116
+ margin-right: 1.5rem !important;
3117
+ }
3118
+ .mb-lg-4,
3119
+ .my-lg-4 {
3120
+ margin-bottom: 1.5rem !important;
3121
+ }
3122
+ .ml-lg-4,
3123
+ .mx-lg-4 {
3124
+ margin-left: 1.5rem !important;
3125
+ }
3126
+ .m-lg-5 {
3127
+ margin: 3rem !important;
3128
+ }
3129
+ .mt-lg-5,
3130
+ .my-lg-5 {
3131
+ margin-top: 3rem !important;
3132
+ }
3133
+ .mr-lg-5,
3134
+ .mx-lg-5 {
3135
+ margin-right: 3rem !important;
3136
+ }
3137
+ .mb-lg-5,
3138
+ .my-lg-5 {
3139
+ margin-bottom: 3rem !important;
3140
+ }
3141
+ .ml-lg-5,
3142
+ .mx-lg-5 {
3143
+ margin-left: 3rem !important;
3144
+ }
3145
+ .p-lg-0 {
3146
+ padding: 0 !important;
3147
+ }
3148
+ .pt-lg-0,
3149
+ .py-lg-0 {
3150
+ padding-top: 0 !important;
3151
+ }
3152
+ .pr-lg-0,
3153
+ .px-lg-0 {
3154
+ padding-right: 0 !important;
3155
+ }
3156
+ .pb-lg-0,
3157
+ .py-lg-0 {
3158
+ padding-bottom: 0 !important;
3159
+ }
3160
+ .pl-lg-0,
3161
+ .px-lg-0 {
3162
+ padding-left: 0 !important;
3163
+ }
3164
+ .p-lg-1 {
3165
+ padding: 0.25rem !important;
3166
+ }
3167
+ .pt-lg-1,
3168
+ .py-lg-1 {
3169
+ padding-top: 0.25rem !important;
3170
+ }
3171
+ .pr-lg-1,
3172
+ .px-lg-1 {
3173
+ padding-right: 0.25rem !important;
3174
+ }
3175
+ .pb-lg-1,
3176
+ .py-lg-1 {
3177
+ padding-bottom: 0.25rem !important;
3178
+ }
3179
+ .pl-lg-1,
3180
+ .px-lg-1 {
3181
+ padding-left: 0.25rem !important;
3182
+ }
3183
+ .p-lg-2 {
3184
+ padding: 0.5rem !important;
3185
+ }
3186
+ .pt-lg-2,
3187
+ .py-lg-2 {
3188
+ padding-top: 0.5rem !important;
3189
+ }
3190
+ .pr-lg-2,
3191
+ .px-lg-2 {
3192
+ padding-right: 0.5rem !important;
3193
+ }
3194
+ .pb-lg-2,
3195
+ .py-lg-2 {
3196
+ padding-bottom: 0.5rem !important;
3197
+ }
3198
+ .pl-lg-2,
3199
+ .px-lg-2 {
3200
+ padding-left: 0.5rem !important;
3201
+ }
3202
+ .p-lg-3 {
3203
+ padding: 1rem !important;
3204
+ }
3205
+ .pt-lg-3,
3206
+ .py-lg-3 {
3207
+ padding-top: 1rem !important;
3208
+ }
3209
+ .pr-lg-3,
3210
+ .px-lg-3 {
3211
+ padding-right: 1rem !important;
3212
+ }
3213
+ .pb-lg-3,
3214
+ .py-lg-3 {
3215
+ padding-bottom: 1rem !important;
3216
+ }
3217
+ .pl-lg-3,
3218
+ .px-lg-3 {
3219
+ padding-left: 1rem !important;
3220
+ }
3221
+ .p-lg-4 {
3222
+ padding: 1.5rem !important;
3223
+ }
3224
+ .pt-lg-4,
3225
+ .py-lg-4 {
3226
+ padding-top: 1.5rem !important;
3227
+ }
3228
+ .pr-lg-4,
3229
+ .px-lg-4 {
3230
+ padding-right: 1.5rem !important;
3231
+ }
3232
+ .pb-lg-4,
3233
+ .py-lg-4 {
3234
+ padding-bottom: 1.5rem !important;
3235
+ }
3236
+ .pl-lg-4,
3237
+ .px-lg-4 {
3238
+ padding-left: 1.5rem !important;
3239
+ }
3240
+ .p-lg-5 {
3241
+ padding: 3rem !important;
3242
+ }
3243
+ .pt-lg-5,
3244
+ .py-lg-5 {
3245
+ padding-top: 3rem !important;
3246
+ }
3247
+ .pr-lg-5,
3248
+ .px-lg-5 {
3249
+ padding-right: 3rem !important;
3250
+ }
3251
+ .pb-lg-5,
3252
+ .py-lg-5 {
3253
+ padding-bottom: 3rem !important;
3254
+ }
3255
+ .pl-lg-5,
3256
+ .px-lg-5 {
3257
+ padding-left: 3rem !important;
3258
+ }
3259
+ .m-lg-n1 {
3260
+ margin: -0.25rem !important;
3261
+ }
3262
+ .mt-lg-n1,
3263
+ .my-lg-n1 {
3264
+ margin-top: -0.25rem !important;
3265
+ }
3266
+ .mr-lg-n1,
3267
+ .mx-lg-n1 {
3268
+ margin-right: -0.25rem !important;
3269
+ }
3270
+ .mb-lg-n1,
3271
+ .my-lg-n1 {
3272
+ margin-bottom: -0.25rem !important;
3273
+ }
3274
+ .ml-lg-n1,
3275
+ .mx-lg-n1 {
3276
+ margin-left: -0.25rem !important;
3277
+ }
3278
+ .m-lg-n2 {
3279
+ margin: -0.5rem !important;
3280
+ }
3281
+ .mt-lg-n2,
3282
+ .my-lg-n2 {
3283
+ margin-top: -0.5rem !important;
3284
+ }
3285
+ .mr-lg-n2,
3286
+ .mx-lg-n2 {
3287
+ margin-right: -0.5rem !important;
3288
+ }
3289
+ .mb-lg-n2,
3290
+ .my-lg-n2 {
3291
+ margin-bottom: -0.5rem !important;
3292
+ }
3293
+ .ml-lg-n2,
3294
+ .mx-lg-n2 {
3295
+ margin-left: -0.5rem !important;
3296
+ }
3297
+ .m-lg-n3 {
3298
+ margin: -1rem !important;
3299
+ }
3300
+ .mt-lg-n3,
3301
+ .my-lg-n3 {
3302
+ margin-top: -1rem !important;
3303
+ }
3304
+ .mr-lg-n3,
3305
+ .mx-lg-n3 {
3306
+ margin-right: -1rem !important;
3307
+ }
3308
+ .mb-lg-n3,
3309
+ .my-lg-n3 {
3310
+ margin-bottom: -1rem !important;
3311
+ }
3312
+ .ml-lg-n3,
3313
+ .mx-lg-n3 {
3314
+ margin-left: -1rem !important;
3315
+ }
3316
+ .m-lg-n4 {
3317
+ margin: -1.5rem !important;
3318
+ }
3319
+ .mt-lg-n4,
3320
+ .my-lg-n4 {
3321
+ margin-top: -1.5rem !important;
3322
+ }
3323
+ .mr-lg-n4,
3324
+ .mx-lg-n4 {
3325
+ margin-right: -1.5rem !important;
3326
+ }
3327
+ .mb-lg-n4,
3328
+ .my-lg-n4 {
3329
+ margin-bottom: -1.5rem !important;
3330
+ }
3331
+ .ml-lg-n4,
3332
+ .mx-lg-n4 {
3333
+ margin-left: -1.5rem !important;
3334
+ }
3335
+ .m-lg-n5 {
3336
+ margin: -3rem !important;
3337
+ }
3338
+ .mt-lg-n5,
3339
+ .my-lg-n5 {
3340
+ margin-top: -3rem !important;
3341
+ }
3342
+ .mr-lg-n5,
3343
+ .mx-lg-n5 {
3344
+ margin-right: -3rem !important;
3345
+ }
3346
+ .mb-lg-n5,
3347
+ .my-lg-n5 {
3348
+ margin-bottom: -3rem !important;
3349
+ }
3350
+ .ml-lg-n5,
3351
+ .mx-lg-n5 {
3352
+ margin-left: -3rem !important;
3353
+ }
3354
+ .m-lg-auto {
3355
+ margin: auto !important;
3356
+ }
3357
+ .mt-lg-auto,
3358
+ .my-lg-auto {
3359
+ margin-top: auto !important;
3360
+ }
3361
+ .mr-lg-auto,
3362
+ .mx-lg-auto {
3363
+ margin-right: auto !important;
3364
+ }
3365
+ .mb-lg-auto,
3366
+ .my-lg-auto {
3367
+ margin-bottom: auto !important;
3368
+ }
3369
+ .ml-lg-auto,
3370
+ .mx-lg-auto {
3371
+ margin-left: auto !important;
3372
+ }
3373
+ }
3374
+
3375
+ @media (min-width: 1200px) {
3376
+ .m-xl-0 {
3377
+ margin: 0 !important;
3378
+ }
3379
+ .mt-xl-0,
3380
+ .my-xl-0 {
3381
+ margin-top: 0 !important;
3382
+ }
3383
+ .mr-xl-0,
3384
+ .mx-xl-0 {
3385
+ margin-right: 0 !important;
3386
+ }
3387
+ .mb-xl-0,
3388
+ .my-xl-0 {
3389
+ margin-bottom: 0 !important;
3390
+ }
3391
+ .ml-xl-0,
3392
+ .mx-xl-0 {
3393
+ margin-left: 0 !important;
3394
+ }
3395
+ .m-xl-1 {
3396
+ margin: 0.25rem !important;
3397
+ }
3398
+ .mt-xl-1,
3399
+ .my-xl-1 {
3400
+ margin-top: 0.25rem !important;
3401
+ }
3402
+ .mr-xl-1,
3403
+ .mx-xl-1 {
3404
+ margin-right: 0.25rem !important;
3405
+ }
3406
+ .mb-xl-1,
3407
+ .my-xl-1 {
3408
+ margin-bottom: 0.25rem !important;
3409
+ }
3410
+ .ml-xl-1,
3411
+ .mx-xl-1 {
3412
+ margin-left: 0.25rem !important;
3413
+ }
3414
+ .m-xl-2 {
3415
+ margin: 0.5rem !important;
3416
+ }
3417
+ .mt-xl-2,
3418
+ .my-xl-2 {
3419
+ margin-top: 0.5rem !important;
3420
+ }
3421
+ .mr-xl-2,
3422
+ .mx-xl-2 {
3423
+ margin-right: 0.5rem !important;
3424
+ }
3425
+ .mb-xl-2,
3426
+ .my-xl-2 {
3427
+ margin-bottom: 0.5rem !important;
3428
+ }
3429
+ .ml-xl-2,
3430
+ .mx-xl-2 {
3431
+ margin-left: 0.5rem !important;
3432
+ }
3433
+ .m-xl-3 {
3434
+ margin: 1rem !important;
3435
+ }
3436
+ .mt-xl-3,
3437
+ .my-xl-3 {
3438
+ margin-top: 1rem !important;
3439
+ }
3440
+ .mr-xl-3,
3441
+ .mx-xl-3 {
3442
+ margin-right: 1rem !important;
3443
+ }
3444
+ .mb-xl-3,
3445
+ .my-xl-3 {
3446
+ margin-bottom: 1rem !important;
3447
+ }
3448
+ .ml-xl-3,
3449
+ .mx-xl-3 {
3450
+ margin-left: 1rem !important;
3451
+ }
3452
+ .m-xl-4 {
3453
+ margin: 1.5rem !important;
3454
+ }
3455
+ .mt-xl-4,
3456
+ .my-xl-4 {
3457
+ margin-top: 1.5rem !important;
3458
+ }
3459
+ .mr-xl-4,
3460
+ .mx-xl-4 {
3461
+ margin-right: 1.5rem !important;
3462
+ }
3463
+ .mb-xl-4,
3464
+ .my-xl-4 {
3465
+ margin-bottom: 1.5rem !important;
3466
+ }
3467
+ .ml-xl-4,
3468
+ .mx-xl-4 {
3469
+ margin-left: 1.5rem !important;
3470
+ }
3471
+ .m-xl-5 {
3472
+ margin: 3rem !important;
3473
+ }
3474
+ .mt-xl-5,
3475
+ .my-xl-5 {
3476
+ margin-top: 3rem !important;
3477
+ }
3478
+ .mr-xl-5,
3479
+ .mx-xl-5 {
3480
+ margin-right: 3rem !important;
3481
+ }
3482
+ .mb-xl-5,
3483
+ .my-xl-5 {
3484
+ margin-bottom: 3rem !important;
3485
+ }
3486
+ .ml-xl-5,
3487
+ .mx-xl-5 {
3488
+ margin-left: 3rem !important;
3489
+ }
3490
+ .p-xl-0 {
3491
+ padding: 0 !important;
3492
+ }
3493
+ .pt-xl-0,
3494
+ .py-xl-0 {
3495
+ padding-top: 0 !important;
3496
+ }
3497
+ .pr-xl-0,
3498
+ .px-xl-0 {
3499
+ padding-right: 0 !important;
3500
+ }
3501
+ .pb-xl-0,
3502
+ .py-xl-0 {
3503
+ padding-bottom: 0 !important;
3504
+ }
3505
+ .pl-xl-0,
3506
+ .px-xl-0 {
3507
+ padding-left: 0 !important;
3508
+ }
3509
+ .p-xl-1 {
3510
+ padding: 0.25rem !important;
3511
+ }
3512
+ .pt-xl-1,
3513
+ .py-xl-1 {
3514
+ padding-top: 0.25rem !important;
3515
+ }
3516
+ .pr-xl-1,
3517
+ .px-xl-1 {
3518
+ padding-right: 0.25rem !important;
3519
+ }
3520
+ .pb-xl-1,
3521
+ .py-xl-1 {
3522
+ padding-bottom: 0.25rem !important;
3523
+ }
3524
+ .pl-xl-1,
3525
+ .px-xl-1 {
3526
+ padding-left: 0.25rem !important;
3527
+ }
3528
+ .p-xl-2 {
3529
+ padding: 0.5rem !important;
3530
+ }
3531
+ .pt-xl-2,
3532
+ .py-xl-2 {
3533
+ padding-top: 0.5rem !important;
3534
+ }
3535
+ .pr-xl-2,
3536
+ .px-xl-2 {
3537
+ padding-right: 0.5rem !important;
3538
+ }
3539
+ .pb-xl-2,
3540
+ .py-xl-2 {
3541
+ padding-bottom: 0.5rem !important;
3542
+ }
3543
+ .pl-xl-2,
3544
+ .px-xl-2 {
3545
+ padding-left: 0.5rem !important;
3546
+ }
3547
+ .p-xl-3 {
3548
+ padding: 1rem !important;
3549
+ }
3550
+ .pt-xl-3,
3551
+ .py-xl-3 {
3552
+ padding-top: 1rem !important;
3553
+ }
3554
+ .pr-xl-3,
3555
+ .px-xl-3 {
3556
+ padding-right: 1rem !important;
3557
+ }
3558
+ .pb-xl-3,
3559
+ .py-xl-3 {
3560
+ padding-bottom: 1rem !important;
3561
+ }
3562
+ .pl-xl-3,
3563
+ .px-xl-3 {
3564
+ padding-left: 1rem !important;
3565
+ }
3566
+ .p-xl-4 {
3567
+ padding: 1.5rem !important;
3568
+ }
3569
+ .pt-xl-4,
3570
+ .py-xl-4 {
3571
+ padding-top: 1.5rem !important;
3572
+ }
3573
+ .pr-xl-4,
3574
+ .px-xl-4 {
3575
+ padding-right: 1.5rem !important;
3576
+ }
3577
+ .pb-xl-4,
3578
+ .py-xl-4 {
3579
+ padding-bottom: 1.5rem !important;
3580
+ }
3581
+ .pl-xl-4,
3582
+ .px-xl-4 {
3583
+ padding-left: 1.5rem !important;
3584
+ }
3585
+ .p-xl-5 {
3586
+ padding: 3rem !important;
3587
+ }
3588
+ .pt-xl-5,
3589
+ .py-xl-5 {
3590
+ padding-top: 3rem !important;
3591
+ }
3592
+ .pr-xl-5,
3593
+ .px-xl-5 {
3594
+ padding-right: 3rem !important;
3595
+ }
3596
+ .pb-xl-5,
3597
+ .py-xl-5 {
3598
+ padding-bottom: 3rem !important;
3599
+ }
3600
+ .pl-xl-5,
3601
+ .px-xl-5 {
3602
+ padding-left: 3rem !important;
3603
+ }
3604
+ .m-xl-n1 {
3605
+ margin: -0.25rem !important;
3606
+ }
3607
+ .mt-xl-n1,
3608
+ .my-xl-n1 {
3609
+ margin-top: -0.25rem !important;
3610
+ }
3611
+ .mr-xl-n1,
3612
+ .mx-xl-n1 {
3613
+ margin-right: -0.25rem !important;
3614
+ }
3615
+ .mb-xl-n1,
3616
+ .my-xl-n1 {
3617
+ margin-bottom: -0.25rem !important;
3618
+ }
3619
+ .ml-xl-n1,
3620
+ .mx-xl-n1 {
3621
+ margin-left: -0.25rem !important;
3622
+ }
3623
+ .m-xl-n2 {
3624
+ margin: -0.5rem !important;
3625
+ }
3626
+ .mt-xl-n2,
3627
+ .my-xl-n2 {
3628
+ margin-top: -0.5rem !important;
3629
+ }
3630
+ .mr-xl-n2,
3631
+ .mx-xl-n2 {
3632
+ margin-right: -0.5rem !important;
3633
+ }
3634
+ .mb-xl-n2,
3635
+ .my-xl-n2 {
3636
+ margin-bottom: -0.5rem !important;
3637
+ }
3638
+ .ml-xl-n2,
3639
+ .mx-xl-n2 {
3640
+ margin-left: -0.5rem !important;
3641
+ }
3642
+ .m-xl-n3 {
3643
+ margin: -1rem !important;
3644
+ }
3645
+ .mt-xl-n3,
3646
+ .my-xl-n3 {
3647
+ margin-top: -1rem !important;
3648
+ }
3649
+ .mr-xl-n3,
3650
+ .mx-xl-n3 {
3651
+ margin-right: -1rem !important;
3652
+ }
3653
+ .mb-xl-n3,
3654
+ .my-xl-n3 {
3655
+ margin-bottom: -1rem !important;
3656
+ }
3657
+ .ml-xl-n3,
3658
+ .mx-xl-n3 {
3659
+ margin-left: -1rem !important;
3660
+ }
3661
+ .m-xl-n4 {
3662
+ margin: -1.5rem !important;
3663
+ }
3664
+ .mt-xl-n4,
3665
+ .my-xl-n4 {
3666
+ margin-top: -1.5rem !important;
3667
+ }
3668
+ .mr-xl-n4,
3669
+ .mx-xl-n4 {
3670
+ margin-right: -1.5rem !important;
3671
+ }
3672
+ .mb-xl-n4,
3673
+ .my-xl-n4 {
3674
+ margin-bottom: -1.5rem !important;
3675
+ }
3676
+ .ml-xl-n4,
3677
+ .mx-xl-n4 {
3678
+ margin-left: -1.5rem !important;
3679
+ }
3680
+ .m-xl-n5 {
3681
+ margin: -3rem !important;
3682
+ }
3683
+ .mt-xl-n5,
3684
+ .my-xl-n5 {
3685
+ margin-top: -3rem !important;
3686
+ }
3687
+ .mr-xl-n5,
3688
+ .mx-xl-n5 {
3689
+ margin-right: -3rem !important;
3690
+ }
3691
+ .mb-xl-n5,
3692
+ .my-xl-n5 {
3693
+ margin-bottom: -3rem !important;
3694
+ }
3695
+ .ml-xl-n5,
3696
+ .mx-xl-n5 {
3697
+ margin-left: -3rem !important;
3698
+ }
3699
+ .m-xl-auto {
3700
+ margin: auto !important;
3701
+ }
3702
+ .mt-xl-auto,
3703
+ .my-xl-auto {
3704
+ margin-top: auto !important;
3705
+ }
3706
+ .mr-xl-auto,
3707
+ .mx-xl-auto {
3708
+ margin-right: auto !important;
3709
+ }
3710
+ .mb-xl-auto,
3711
+ .my-xl-auto {
3712
+ margin-bottom: auto !important;
3713
+ }
3714
+ .ml-xl-auto,
3715
+ .mx-xl-auto {
3716
+ margin-left: auto !important;
3717
+ }
3718
+ }
3719
+ /*# sourceMappingURL=bootstrap-grid.css.map */