@pimaonline/pimaonline-themepack 2.1.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (117) hide show
  1. package/README.md +113 -0
  2. package/dist/css/main.css +1 -0
  3. package/dist/css/plugins/font-awesome.css +1 -0
  4. package/dist/css/routes.css +3 -0
  5. package/dist/img/theme-images/culinary/black-marble.png +0 -0
  6. package/dist/img/theme-images/culinary/concrete-light.png +0 -0
  7. package/dist/img/theme-images/culinary/dark-marble.png +0 -0
  8. package/dist/img/theme-images/culinary/steel-stainless-rotate.jpg +0 -0
  9. package/dist/img/theme-images/culinary/wood.jpg +0 -0
  10. package/dist/img/theme-images/health-information-tech/hit-bkg.jpg +0 -0
  11. package/dist/img/theme-images/journalism/bg.jpg +0 -0
  12. package/dist/img/theme-images/machine/bg-diamond-plate.jpg +0 -0
  13. package/dist/img/theme-images/music/half_note.svg +5 -0
  14. package/dist/img/theme-images/music/music_brackets.png +0 -0
  15. package/dist/img/theme-images/music/treble-cleft.png +0 -0
  16. package/dist/img/theme-images/resort/fleur-de-lis.png +0 -0
  17. package/dist/img/theme-images/resort/flourish-left.svg +32 -0
  18. package/dist/img/theme-images/resort/flourish-main.svg +37 -0
  19. package/dist/img/theme-images/resort/flourish-right.svg +31 -0
  20. package/dist/img/theme-images/resort/hotel-wallpaper.png +0 -0
  21. package/dist/img/theme-images/resort/separator.svg +15 -0
  22. package/dist/img/theme-images/resort/stripes-light.png +0 -0
  23. package/dist/img/theme-images/theme-banners/bannerimage-calendar.jpg +0 -0
  24. package/dist/img/theme-images/theme-banners/bannerimage-desk-with-laptop.jpg +0 -0
  25. package/dist/img/theme-images/theme-banners/bannerimage-empty-classroom.jpg +0 -0
  26. package/dist/img/theme-images/theme-banners/bannerimage-empty-road.jpg +0 -0
  27. package/dist/img/theme-images/theme-banners/bannerimage-fingers-interacting-tablet.jpg +0 -0
  28. package/dist/img/theme-images/theme-banners/bannerimage-fingers-typing.jpg +0 -0
  29. package/dist/img/theme-images/theme-banners/bannerimage-hand-signing-document.jpg +0 -0
  30. package/dist/img/theme-images/theme-banners/bannerimage-student-shopping.jpg +0 -0
  31. package/dist/img/theme-images/theme-banners/bannerimage-students-on-computer.jpg +0 -0
  32. package/dist/img/theme-images/theme-banners/bannerimage-students-on-grass.jpg +0 -0
  33. package/dist/img/theme-images/widgets/separator.svg +17 -0
  34. package/dist/img/theme-images/writing/bg-composition-notebook.jpg +0 -0
  35. package/dist/img/theme-images/writing/bg-writing.jpg +0 -0
  36. package/dist/js/jumpTo.js +4 -0
  37. package/dist/js/scripts.js +209 -0
  38. package/dist/js/scripts2.js +205 -0
  39. package/dist/plugins/fancybox/_notes/dwsync.xml +1 -0
  40. package/dist/plugins/fancybox/blank.gif +0 -0
  41. package/dist/plugins/fancybox/fancybox-example.html +52 -0
  42. package/dist/plugins/fancybox/fancybox.css +73 -0
  43. package/dist/plugins/fancybox/fancybox_loading.gif +0 -0
  44. package/dist/plugins/fancybox/fancybox_loading@2x.gif +0 -0
  45. package/dist/plugins/fancybox/fancybox_overlay.png +0 -0
  46. package/dist/plugins/fancybox/fancybox_sprite.png +0 -0
  47. package/dist/plugins/fancybox/fancybox_sprite@2x.png +0 -0
  48. package/dist/plugins/fancybox/helpers/_notes/dwsync.xml +1 -0
  49. package/dist/plugins/fancybox/helpers/fancybox_buttons.png +0 -0
  50. package/dist/plugins/fancybox/helpers/jquery.fancybox-buttons.css +97 -0
  51. package/dist/plugins/fancybox/helpers/jquery.fancybox-buttons.js +122 -0
  52. package/dist/plugins/fancybox/helpers/jquery.fancybox-media.js +201 -0
  53. package/dist/plugins/fancybox/helpers/jquery.fancybox-thumbs.css +55 -0
  54. package/dist/plugins/fancybox/helpers/jquery.fancybox-thumbs.js +165 -0
  55. package/dist/plugins/fancybox/jquery.fancybox.css +275 -0
  56. package/dist/plugins/fancybox/jquery.fancybox.js +2018 -0
  57. package/dist/plugins/fancybox/jquery.fancybox.pack.js +46 -0
  58. package/dist/plugins/flashcards/README.md +135 -0
  59. package/dist/plugins/flashcards/_notes/dwsync.xml +1 -0
  60. package/dist/plugins/flashcards/config.rb +24 -0
  61. package/dist/plugins/flashcards/css/_notes/dwsync.xml +1 -0
  62. package/dist/plugins/flashcards/css/style.css +216 -0
  63. package/dist/plugins/flashcards/flashcards-example.html +66 -0
  64. package/dist/plugins/flashcards/images/_notes/dwsync.xml +1 -0
  65. package/dist/plugins/flashcards/images/icon-back.svg +1 -0
  66. package/dist/plugins/flashcards/images/icon-flip.svg +1 -0
  67. package/dist/plugins/flashcards/images/icon-next.svg +1 -0
  68. package/dist/plugins/flashcards/index.html +90 -0
  69. package/dist/plugins/flashcards/js/_notes/dwsync.xml +1 -0
  70. package/dist/plugins/flashcards/js/flash_cards.min.js +12 -0
  71. package/dist/plugins/flashcards/js/plugins/_notes/dwsync.xml +1 -0
  72. package/dist/plugins/flashcards/js/plugins/flash_cards.js +62 -0
  73. package/dist/plugins/flashcards/js/plugins/jquery.cycle.js +1148 -0
  74. package/dist/plugins/flashcards/js/vendor/_notes/dwsync.xml +1 -0
  75. package/dist/plugins/flashcards/js/vendor/jquery-1.7.2.js +9404 -0
  76. package/dist/plugins/flashcards/js/vendor/jquery-1.7.2.min.js +4 -0
  77. package/dist/plugins/flashcards/js/vendor/modernizr-2.5.3.min.js +4 -0
  78. package/dist/plugins/flashcards/resources/fonts/flash_cards/_notes/dwsync.xml +1 -0
  79. package/dist/plugins/flashcards/resources/fonts/flash_cards/flash_cards.eot +0 -0
  80. package/dist/plugins/flashcards/resources/fonts/flash_cards/flash_cards.svg +21 -0
  81. package/dist/plugins/flashcards/resources/fonts/flash_cards/flash_cards.ttf +0 -0
  82. package/dist/plugins/flashcards/resources/fonts/flash_cards/flash_cards.woff +0 -0
  83. package/dist/plugins/floating-particles/floating-particles.js +68 -0
  84. package/dist/plugins/font-awesome-icons/webfonts/fa-brands-400.eot +0 -0
  85. package/dist/plugins/font-awesome-icons/webfonts/fa-brands-400.svg +3570 -0
  86. package/dist/plugins/font-awesome-icons/webfonts/fa-brands-400.ttf +0 -0
  87. package/dist/plugins/font-awesome-icons/webfonts/fa-brands-400.woff +0 -0
  88. package/dist/plugins/font-awesome-icons/webfonts/fa-brands-400.woff2 +0 -0
  89. package/dist/plugins/font-awesome-icons/webfonts/fa-regular-400.eot +0 -0
  90. package/dist/plugins/font-awesome-icons/webfonts/fa-regular-400.svg +803 -0
  91. package/dist/plugins/font-awesome-icons/webfonts/fa-regular-400.ttf +0 -0
  92. package/dist/plugins/font-awesome-icons/webfonts/fa-regular-400.woff +0 -0
  93. package/dist/plugins/font-awesome-icons/webfonts/fa-regular-400.woff2 +0 -0
  94. package/dist/plugins/font-awesome-icons/webfonts/fa-solid-900.eot +0 -0
  95. package/dist/plugins/font-awesome-icons/webfonts/fa-solid-900.svg +4700 -0
  96. package/dist/plugins/font-awesome-icons/webfonts/fa-solid-900.ttf +0 -0
  97. package/dist/plugins/font-awesome-icons/webfonts/fa-solid-900.woff +0 -0
  98. package/dist/plugins/font-awesome-icons/webfonts/fa-solid-900.woff2 +0 -0
  99. package/dist/plugins/global-homepage-overrides/global-homepage-overrides.css +539 -0
  100. package/dist/plugins/global-homepage-overrides/global-homepage-overrides.html +18 -0
  101. package/dist/plugins/global-homepage-overrides/global-homepage-overrides.js +53 -0
  102. package/dist/plugins/global-homepage-overrides/img/quicklinks-icons/ql-advising.png +0 -0
  103. package/dist/plugins/global-homepage-overrides/img/quicklinks-icons/ql-apps.png +0 -0
  104. package/dist/plugins/global-homepage-overrides/img/quicklinks-icons/ql-counseling.png +0 -0
  105. package/dist/plugins/global-homepage-overrides/img/quicklinks-icons/ql-d2l.png +0 -0
  106. package/dist/plugins/global-homepage-overrides/img/quicklinks-icons/ql-email.png +0 -0
  107. package/dist/plugins/global-homepage-overrides/img/quicklinks-icons/ql-nettutor.png +0 -0
  108. package/dist/plugins/global-homepage-overrides/img/quicklinks-icons/ql-register.png +0 -0
  109. package/dist/plugins/global-homepage-overrides/img/quicklinks-icons/ql-research-help.png +0 -0
  110. package/dist/plugins/global-homepage-overrides/img/quicklinks-icons/ql-survey.png +0 -0
  111. package/dist/plugins/global-homepage-overrides/img/quicklinks-icons/ql-tech-support.png +0 -0
  112. package/dist/plugins/global-homepage-overrides/img/quicklinks-icons/ql-testing-center.png +0 -0
  113. package/dist/plugins/global-homepage-overrides/img/quicklinks-icons/ql-tutoring.png +0 -0
  114. package/dist/plugins/preview-banner/preview-banner.css +126 -0
  115. package/dist/plugins/preview-banner/preview-banner.html +17 -0
  116. package/dist/plugins/preview-banner/preview-banner.js +57 -0
  117. package/package.json +44 -0
package/README.md ADDED
@@ -0,0 +1,113 @@
1
+ # PimaOnline ThemePack
2
+
3
+ The PimaOnline Themepack is a web development toolkit for building online courses within the D2L Brightspace learning environment. The theme pack offers multiple and interchangeable themes.
4
+
5
+ ## Version
6
+
7
+ 2.1.5
8
+
9
+ ## What's included
10
+
11
+ ### Dependencies
12
+
13
+ - Git
14
+ - Node.js
15
+ - Gulp
16
+ - Gulp-sass
17
+ - jQuery 3.3.1 or newer
18
+
19
+ ## Npm Commands
20
+
21
+ `npm run copy-assets`
22
+
23
+ Copy all javascript, images, and plugins from the src folder into the dist folder
24
+
25
+ `npm run sass-main`
26
+
27
+ Compile SCSS from src folder into the dist folder
28
+
29
+ `npm run sass-main-themes`
30
+
31
+ Compile theme SCSS from src into the dist folder
32
+
33
+ `npm run pug-main-themes`
34
+
35
+ Compile theme pug from src files into the dist folder
36
+
37
+ `npm run pug-docs`
38
+
39
+ Compile Web Docs pug from src files into the dist folder
40
+
41
+ `npm run sass-docs`
42
+
43
+ Compile Web Docs SCSS files into the dist folder
44
+
45
+ `npm run js-docs`
46
+
47
+ Copy Web Docs JS from src folder into the dist folder
48
+
49
+ `npm run img-docs`
50
+
51
+ Copy Web Docs images from src into the dist folder
52
+
53
+ ## Stylesheets
54
+
55
+ ### SCSS
56
+
57
+ Stylesheets are created using individual scss modules, then minified and compiled into main.css
58
+
59
+ #### **\_grid.scss**
60
+
61
+ Contains all styles that makeup a page’s grid. The two main web layout models used are CSS Grid and Flexbox.
62
+
63
+ #### **\_typography.scss**
64
+
65
+ Contains all typography/font styles, excluding type colors.
66
+
67
+ #### **\_widgets.scss**
68
+
69
+ Widgets are individual components, each serving a different purpose such as adding functionality or changing content layout. Pages are assembled using widgets which fall within the page’s grid.
70
+
71
+ #### **\_variables.scss**
72
+
73
+ Contains scss variables for Pima Community College’s brand colors. This scss module is included in all other scss partials and therefore not included in main.scss.
74
+
75
+ #### **\_legacy.scss**
76
+
77
+ Contains legacy (deprecated) code for courses that are still in use but use code developed prior to the latest version.
78
+
79
+ #### **main.scss**
80
+
81
+ Used to include all individual scss files, and to compile them to a single css file.
82
+
83
+ ### CSS
84
+
85
+ CSS is created by compiling from scss files. Note: Do not edit css, instead edit scss and compile.
86
+
87
+ #### **main.css**
88
+
89
+ Contains compiled and merged rules of our scss styles.
90
+
91
+ #### **routes.css**
92
+
93
+ Used to route main.css, font-awesome, and include character set for delivery to individual themes.
94
+
95
+ ### JavaScript
96
+
97
+ Contains all JavaScript and jQuery code.
98
+
99
+ ### Themes
100
+
101
+ Themes are individually built stylesheets with distinct styles which are developed for specific programs. Themes are built to automatically pull this themepack’s styles (from main.css), meaning you should link only the theme’s stylesheet to the head of your document.
102
+
103
+ ## Plugins
104
+
105
+ Plugins are 3rd party assets that are imported and used to add functionality.
106
+
107
+ ## Authors
108
+
109
+ Center for Learning Technology at Pima Community College
110
+
111
+ ## License
112
+
113
+ Code is released under the MIT license.
@@ -0,0 +1 @@
1
+ #main{margin:10px auto;max-width:95%}@media screen and (min-width: 660px){#main{margin:15px auto}}@media screen and (min-width: 768px){#main{margin:20px auto;max-width:998px;padding:5px}}.header{margin-bottom:10px}.header img{margin:0 !important}.video-container{margin:30px 0;position:relative;padding-bottom:56.25%;padding-top:35px;height:0;overflow:hidden}.video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%}.card-horizontal{margin-bottom:45px}.card-horizontal>:first-child{flex-basis:70%;margin-right:2%}.card-horizontal>:last-child{flex-basis:30%}.card-horizontal>.card-body{flex-basis:70%;margin-right:2%}.card-horizontal>.card-img{flex-basis:30%}.card-horizontal h1,.card-horizontal h2,.card-horizontal h3,.card-horizontal h4{margin-top:0}.card-horizontal img{margin:0}@media screen and (min-width: 730px){.card-horizontal{display:flex;justify-content:flex-start}}.border{background-color:rgba(0,174,239,.06);border-left:3px solid #045594;margin:25px 0;padding:10px}.border h1,.border h2,.border h3,.border h4{font-weight:700;margin:0 0 5px 0}@media screen and (min-width: 768px){.border{padding:15px}}.border-yellow{background-color:#fcf9c3 !important;border:none;border-left:none;border-radius:0;border-top:2px solid #fdc82e !important;overflow:hidden;position:relative}.border-yellow::before{border-color:#fcf983 #fff;border-style:solid;border-width:18px 18px 0 0;bottom:0;-webkit-box-shadow:0 1px 1px rgba(13,13,13,.3),-1px 1px 1px rgba(13,13,13,.2);-moz-box-shadow:0 1px 1px rgba(13,13,13,.3),-1px 1px 1px rgba(13,13,13,.2);box-shadow:0 1px 1px rgba(13,13,13,.3),-1px 1px 1px rgba(13,13,13,.2);content:"";position:absolute;right:0}.border-yellow h1,.border-yellow h2,.border-yellow h3,.border-yellow h4,.border-yellow p{color:#000;margin:0 0 10px 0}.side-by-side{align-items:stretch;display:flex;flex-wrap:wrap;justify-content:space-between;margin:10px 0 20px 0}.side-by-side-item{flex-basis:100%;margin:10px 0;padding:0}.side-by-side-item figure{margin:0}@media screen and (min-width: 730px){.side-by-side-item{flex-basis:49%;margin:20px 0;padding:3px}}#main-two-column{margin:0 auto;max-width:1170px;padding:5px}#main-two-column .header{max-width:1170px}#main-two-column .content-body{align-self:stretch;display:block;flex-basis:100%;margin:0;padding:5px 20px 5px 20px;vertical-align:top}.two-column-wrapper{align-items:stretch;display:block;margin:0 auto;max-width:1170px}@media screen and (min-width: 730px){.two-column-wrapper{align-items:flex-start;align-content:stretch;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;max-width:1170px;margin:auto}}@media screen and (min-width: 730px){#main-two-column .content-body{display:block;flex-basis:65%;padding:10px 20px}}@media screen and (min-width: 998px){#main-two-column .content-body{flex-basis:68%}}.sidebar{align-self:stretch;flex-basis:100%;margin:0;vertical-align:top}.sidebar h4{margin:0 0 10px 0}.sidebar ul{margin:0}.sidebar .border{margin:0}.sidebar .sidebar-item{overflow:hidden;padding:10px}.sidebar .sidebar-item:not(:last-child){margin:0 0 5px 0}@media screen and (min-width: 730px){.sidebar{flex-basis:28%;margin:0}}@media screen and (min-width: 998px){.sidebar{flex-basis:28%}}body{background-repeat:no-repeat;background-size:contain;margin:0}@media screen and (max-device-width: 480px){body{-webkit-text-size-adjust:none}}#one-column{display:grid;grid-row-gap:10px;grid-template-areas:"header" "body" "footer";padding:15px 2.5%;width:95%}.header,#content-wrapper,footer{margin:0 auto;max-width:998px;width:100%}#content-wrapper{grid-area:body}#content-wrapper .content-body{width:96%;width:-moz-available;width:-webkit-fill-available}footer{grid-area:footer}footer .footnotes{padding:10px}#two-column,#two-col-widget{display:grid;grid-row-gap:10px;justify-content:center;padding:10px 2.5%;width:95%}#two-column{grid-template-areas:"header" "body" "second-column" "footer"}#two-col-widget{display:grid;grid-template-areas:"header" "body" "second-column" "column-widget" "footer"}#two-column .header,#two-col-widget .header,#two-column footer,#two-col-widget footer{max-width:1170px}#two-column #content-wrapper,#two-col-widget #content-wrapper,#second-column,#column-widget{display:flex;flex-flow:column;height:100%}#two-column .content-body:last-child,#two-col-widget .content-body:last-child{flex-grow:1}#column-widget{grid-area:column-widget}#second-column{grid-area:second-column}@media screen and (min-width: 700px){#two-column{grid-template-areas:"header header" "body second-column" "footer footer"}#two-col-widget{grid-template-areas:"header header" "body column-widget" "body second-column" "footer footer"}#two-column,#two-col-widget{grid-template-columns:minmax(360px, 830px) 330px;grid-column-gap:10px}}#three-column{display:grid;grid-row-gap:10px;grid-template-areas:"header" "body" "second-column" "third-column" "quote-area" "footer";justify-content:center;padding:30px 0;width:95%;margin:0 2.5%}@media(min-width: 700px){#three-column{grid-template-areas:"header header" "body second-column" "third-column third-column" "footer footer"}}#third-column{grid-area:third-column}#three-column .header,#three-column footer{max-width:100%}#three-column #content-wrapper,#second-column,#third-column{display:flex;flex-flow:column;height:100%;max-width:100%}#three-column .content-body:last-child{flex-grow:1}@media screen and (min-width: 700px){#three-column{grid-template-areas:"header header" "body body" "second-column third-column" "quote-area quote-area" "footer footer";grid-template-columns:minmax(300px, 45%) minmax(300px, 45%);grid-column-gap:2.5%}}.header{grid-area:header;position:relative;text-align:center}.header .text-container{padding:10px 0 25px 0}.header .text-container:is(h1,h2,h3,h4,p){line-height:1.2;margin:auto;max-width:600px}.header .text-container p{font-size:1.255em}.header .text-container ul,.header .text-container ol{margin-left:30%;text-align:left}.header .text-container ul li,.header .text-container ol li{color:#fff}.header .text-container ul li::before,.header .text-container ul li::after,.header .text-container ol li::before,.header .text-container ol li::after{color:#fff}@media screen and (min-width: 730px){.header .text-container:is(h1,h2,h3,h4,p){max-width:760px}.header .text-container:is(h1,h2,h3,h4){line-height:1.1}.header .text-container p{line-height:1.155}}@media screen and (min-width: 998px){.header .text-container:is(h1,h2,h3,h4,p){max-width:1160px}.header .text-container:is(h1,h2,h3,h4){line-height:1.155}}.syllabus-header{background-color:#fff;justify-content:center;text-align:center}.syllabus-header img{border-bottom:none;box-shadow:none;margin:20px auto !important;max-width:290px}.syllabus-header h1{font-size:3.2em;margin-bottom:15px !important}.syllabus-header h2{margin-top:2px;text-align:center}.syllabus-header dl{display:flex;flex-wrap:wrap;margin:5px auto;padding:0px;justify-content:center;width:fit-content}.syllabus-header dl dt{display:block;margin:0px 5px;padding:0px}.content-body{margin-bottom:10px;padding:15px}.content-body h2:first-child,.content-body h3:first-child{margin:0 0 20px 0}video{object-fit:fill}.edit{color:#b20303;font-weight:bold}.highlight{background-color:transparent;background-image:linear-gradient(to bottom, #b4e7f8, #b4e7f8);border-bottom:2px solid #b4e7f8;border-left:2px solid #b4e7f8;border-right:2px solid #b4e7f8;border-top:2px solid #b4e7f8}.monospace{font-family:"Courier New",Courier,monospace}hr{border:none;border-bottom:1px solid rgba(13,13,13,.3);margin:10px}@media screen and (min-width: 768px){hr{margin:20px 0}}img{border-style:none;display:block;height:auto;margin:0 !important;max-width:100%}img .center{display:block;margin:25px auto}figure{margin:0}figure figcaption,figure .caption{border-bottom:1px solid rgba(13,13,13,.045);color:#666;font-size:.85em;font-style:italic;padding:0 0 5px 0}figure .label{border-radius:1px;color:#fff;display:inline;font-size:.7em;font-weight:700;line-height:1.5;margin:0;padding:.2em .6em .3em;text-align:center;vertical-align:baseline;white-space:nowrap}figure .label-default{background-color:#1a618f}figure .label-muted{background-color:rgba(13,13,13,.15);color:#232323}ul,ol{list-style-position:outside;margin:0 0 10px 10px;padding:0 0 0 20px}ol li{margin-left:20px;padding-left:5px}li{margin-bottom:10px}ul>li{list-style-type:none}ul li{padding-left:8px;position:relative}ul>li::before{color:#05528f;content:"";display:inline-block;font-family:"FontAwesome";font-size:1em;font-weight:400;left:0;margin:0 5px 0 -15px;opacity:1;position:absolute}@media screen and (min-width: 660){li{margin-bottom:8px}}@media screen and (min-width: 768px){ul,ol{margin:0 0 10px 20px;padding:0 0 0 20px}ol li{margin-left:20px}}ul.two-col,ol.two-col{columns:1;padding-right:20px}@media screen and (min-width: 700px){ul.two-col,ol.two-col{columns:2}}ul.three-col,ol.three-col{columns:1;padding-right:20px}@media screen and (min-width: 400px){ul.three-col,ol.three-col{columns:2}}@media screen and (min-width: 700px){ul.three-col,ol.three-col{columns:3}}dt{display:block;float:none;min-width:100px;margin-right:5px;font-weight:700}dd{margin:0 0 15px 0 !important}a{word-break:break-word}a,a:visited,.toggle-footnotes{background-color:transparent;color:#005be2;text-decoration:underline}a:hover,a:active,.toggle-footnotes:hover{background-color:transparent;color:#00398f;text-decoration:underline}.toggle-btn:hover,.toggle-footnotes:hover{cursor:pointer;text-decoration:none}.toggle-footnotes{margin:5px;text-decoration:none}.toggle-btn-content,.footnotes{display:none}.accordion{margin-bottom:15px}.accordion .accordion-title{background-color:rgba(13,13,13,.07);padding:10px}.accordion .accordion-title p{margin:0}.accordion .accordion-title:hover{background-color:rgba(13,13,13,.1)}.accordion .accordion-content{border:1px solid rgba(13,13,13,.07);padding:10px}.accordion .accordion-content p{margin:0}.accordion .arrow-right:after{background-image:url("https://d2l.pima.edu/shared/Templates/images/icons/arrow-right.svg");content:"";display:inline-block;height:16px;margin-left:5px;width:16px}.accordion .arrow-down:after{background-image:url("https://d2l.pima.edu/shared/Templates/images/icons/arrow-right.svg");content:"";display:inline-block;height:16px;margin-left:5px;transform:rotate(90deg);width:16px}button{background-color:#2e5e8e;color:#fff;border:none;font-size:1em;margin:5px;padding:10px}button button:hover{background-color:#1c3957}.btn{background-color:#2e5e8e;color:#fff;border:3px solid #2e5e8e;border-radius:.3em;cursor:pointer;display:inline-block;font-size:1rem;font-weight:400;line-height:1.5;padding:5px 10px;margin:5px;text-decoration:none;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;vertical-align:middle}.btn:hover{background-color:#1c3957;color:#fff;text-decoration:none}.btn-primary{background-color:#045594;border-color:#045594;color:#fff}.btn-primary:hover{background-color:#03406f;border-color:#03406f;color:#fff}.btn-secondary{background-color:#f7902d;border-color:#f7902d;color:#fff}.btn-secondary:hover{background-color:#ec7709;border-color:#ec7709;color:#fff}.btn-tertiary{background-color:#00aeef;border-color:#00aeef;color:#fff}.btn-tertiary:hover{background-color:#0092c7;border-color:#0092c7;color:#fff}.btn-gray{background-color:#808285;border-color:#808285;color:#fff}.btn-gray:hover{background-color:#6c6e70;border-color:#6c6e70}.btn-lg{padding:25px 30px !important}.btn-xl{padding:35px 50px !important;font-size:1.5em;border-radius:.3em;line-height:1.5;border-width:.125em}.outline{background-color:transparent;color:#0d0d0d}.pill{border-radius:10em;padding:5px 20px}.full-width{display:block;width:100%;padding-left:0% !important;padding-right:0% !important;margin-left:0%;margin-right:0%}.list-group{margin:0 0 25px 0;padding:0}.list-group .list-group-item{margin:0;padding:5px 0}.list-group .list-group-item:not(:last-child){border-bottom:1px solid rgba(51,51,51,.0855)}ul li.list-group-item{list-style-type:none}ul li.list-group-item::before{content:none}.text-center{text-align:center}table{border-collapse:collapse !important;color:#fff;font-family:Arial,Helvetica,sans-serif;font-weight:100;margin:40px 20px 15px 20px;text-rendering:optimizeLegibility}table th{font-size:1.0625em;font-weight:bold;line-height:normal;padding:5px;text-align:left;vertical-align:top;border:none}table thead,table tr,table td{border:1px solid rgba(13,13,13,.155);vertical-align:top}table caption{font-size:1.3rem;margin:.25rem;margin-bottom:.25rem}table thead th{font-weight:600}table thead th,table tbody td{font-size:1rem;padding:.8rem}table tbody tr{color:#0d0d0d;font-size:1rem;padding:.8rem}table.display-lg td,table.display-lg th{font-size:1em;padding:10px 10px 20px 10px}@media screen and (min-width: 730px){table{margin:20px 0 5px 0}}@media screen and (min-width: 998px){tr:nth-child(even){background:rgba(51,51,51,.05)}}@media screen and (max-width: 768px){table.display-lg{background:none;background-color:#fff;display:inline-table !important;margin:10px auto}table.display-lg thead{display:none}table.display-lg tbody td{display:block;padding:.6rem}table.display-lg tbody td:first-child{background:rgba(13,13,13,.7);color:#fff}table.display-lg tbody td::before{content:attr(data-th) ": ";display:inline-block;font-weight:bold;padding-right:5px;width:auto}}td#alignright{text-align:right}footer ul{margin:10px}.footnotes{border-top:1px solid rgba(13,13,13,.09)}.no-margin{margin:0 !important}.no-padding{padding:0 !important}table.two-column-table{border-collapse:collapse;margin:0}table.two-column-table tr{border-bottom:15px solid transparent !important;display:table-row}table.two-column-table tr td{padding:0;vertical-align:top}table.two-column-table tr td:first-child{color:rgba(13,13,13,.45)}table.two-column-table tr td:first-child::after{content:":"}table.two-column-table tr td:nth-child(2){padding-left:5%;width:100%}table.two-column-table tr:nth-child(even){background:transparent}table.two-column-table h3{margin-top:0}table.two-column-table ul{list-style-type:none;margin-left:0;padding-left:0}table.two-column-table ul li:before{color:#1d4a69;content:"";font-family:"FontAwesome";font-size:1em;font-weight:400;margin-right:10px;opacity:1}table.two-column-table,table.two-column-table tr,table.two-column-table tr td{border:none}html{font-size:18px}body{font-family:"Lato",sans-serif;font-size:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.35}h1,h2,h3,h4,h5,h6{color:#045594;font-family:"Lato",sans-serif;padding-left:0px}h1{font-size:2.3em;font-weight:900;margin-bottom:5px;margin-top:0}h2{font-size:1.8em;font-weight:700;margin-bottom:20px;margin-top:45px}h3{font-size:1.3em;font-weight:400;margin-bottom:5px;margin-top:35px}h4,.font-size-h4{font-size:1.122em;font-weight:400;margin-bottom:5px;margin-top:15px}h4:first-child{margin-top:0px}h5,h6{color:#000;font-size:1em;font-weight:300;margin-bottom:5px;margin-top:30px}p{color:#000;font-size:1em;letter-spacing:-0.002em;line-height:1.35;margin:0 0 15px 0}p.lead{font-size:1.225em;font-weight:400;letter-spacing:-0.002em}.font-size-h3{font-size:1.463em;font-weight:300;margin-bottom:5px;margin-top:30px}blockquote{font-family:"Lato",sans-serif}@media screen and (min-width: 768px){h1{font-size:2.5em}h2{font-size:1.8em}h3{font-size:1.463em}.font-size-h3{font-size:1.463em}}.card-horizontal{margin-bottom:45px}.card-horizontal>:first-child{flex-basis:70%;margin-right:2%}.card-horizontal>:last-child{flex-basis:30%}.card-horizontal>.card-body{margin-right:2%;flex-basis:70%}.card-horizontal>.card-img{flex-basis:30%}.card-horizontal h1,.card-horizontal h2,.card-horizontal h3,.card-horizontal h4{margin-top:0}.card-horizontal img{margin:0}@media screen and (min-width: 730px){.card-horizontal{display:flex;justify-content:flex-start}}.side-by-side{align-items:stretch;display:flex;flex-wrap:wrap;justify-content:space-between;margin:10px 0 20px 0}.side-by-side-item{flex-basis:100%;margin:10px 0;padding:0}.side-by-side-item :is(figure,img){width:100%;margin:0 auto !important}@media screen and (min-width: 730px){.side-by-side-item{flex-basis:49%;margin:0}.side-by-side-item :is(figure,img){max-width:none;margin-left:auto !important}}.video-container{height:0;margin:30px 0;overflow:hidden;padding-bottom:56.25%;padding-top:35px;position:relative}.video-container iframe{height:100%;left:0;position:absolute;top:0;width:100%}.media-container{border:1px solid rgba(51,51,51,.1);display:flex;flex-wrap:wrap;flex-direction:column;max-width:100%;margin:25px auto;padding:5px}.media-container.reverse{flex-direction:column-reverse}.media-container .media-object{overflow:hidden;padding-top:35px;padding-bottom:55%;position:relative;width:100%}.media-container .media-object iframe{height:100%;left:0;position:absolute;top:0;width:100%}.media-container .media-info{padding:15px 0;width:100%}.media-container .media-info p{margin:0}.media-container .media-info .ratio-16x9{padding-bottom:56.25% !important}@media screen and (min-width: 890px){.media-container{max-width:90%}}.ratio-4x3{padding-bottom:75% !important}.ratio-4x3-content{padding-bottom:78% !important}.ratio-3x2{padding-bottom:66.66% !important}.ratio-8x5{padding-bottom:62.5% !important}.ratio-1x1{padding-bottom:100% !important}.border{background-color:rgba(0,174,239,.06);border-left:3px solid #045594;margin:25px 0;padding:10px}.border h1,.border h2,.border h3,.border h4{margin:0 0 5px 0}@media screen and (min-width: 768px){.border{padding:15px}}.border-yellow{background-color:#fcf9c3 !important;border:none;border-left:none;border-radius:0;border-top:2px solid #fdc92e !important;overflow:hidden;position:relative}.border-yellow::before{border-width:18px 18px 0 0;border-style:solid;border-color:#fcf9c3 #fff;bottom:0;-webkit-box-shadow:0 1px 1px rgba(13,13,13,.3),-1px 1px 1px rgba(13,13,13,.2);-moz-box-shadow:0 1px 1px rgba(13,13,13,.3),-1px 1px 1px rgba(13,13,13,.2);box-shadow:0 1px 1px rgba(13,13,13,.3),-1px 1px 1px rgba(13,13,13,.2);content:"";position:absolute;right:0}.border-yellow h1,.border-yellow h2,.border-yellow h3,.border-yellow h4,.border-yellow p{color:#0d0d0d;margin:0 0 10px 0}blockquote{font-size:1.2em;line-height:1.3;margin:60px 0;padding:10px;position:relative}blockquote p,blockquote ul li,blockquote ol li{color:#393e54}blockquote::before{content:"";font-family:"FontAwesome";font-size:1em;position:absolute;right:50%;top:-20px}blockquote::after{bottom:-20px;content:"";font-family:"FontAwesome";font-size:1em;position:absolute;right:50%}@media screen and (min-width: 730px){blockquote{padding:20px 40px;margin:40px 0}blockquote::before{top:-5px}blockquote::after{bottom:-10px}}.border>blockquote{border-bottom:none}.menu-table{box-shadow:4px 5px 20px 0px #bbb;margin:20px;padding:15px}.menu-table table{background:transparent;margin:20px auto 5px auto}.menu-table table caption{color:#045594;padding-top:10px}.menu-table th{color:#0d0d0d;font-size:.85em !important;letter-spacing:2px;text-transform:uppercase}.menu-table td{background-image:linear-gradient(to right, #c8c8c8 33%, rgba(200, 200, 200, 0) 0%);background-position:bottom;background-repeat:repeat-x;background-size:6px 2px;padding-bottom:5px !important;padding-top:10px !important}.menu-table td:nth-child(even){margin-bottom:20px}.menu-table td:first-child{color:#045594 !important}.menu-table thead,.menu-table tr,.menu-table td,.menu-table th{background-color:transparent !important;border:none}.menu-table h2{border-bottom:none;text-align:center}.menu-table-inner{border:2px solid #045594;padding:20px 10px;position:relative}@media screen and (min-width: 769px){.menu-table th:nth-child(2),.menu-table th:nth-child(3),.menu-table td:nth-child(2),.menu-table td:nth-child(3){text-align:right}.menu-table tbody tr td:first-child{color:#000 !important}}.call-out{background-color:rgba(4,85,148,.2);margin:25px 0;padding:10px}.call-out::before{background:#045594;color:#fff;content:"Explore More";display:block;font-family:"Lato",Helvetica,sans-serif;font-size:1.3em;font-weight:700;margin:-10px -10px 10px -10px;padding:5px;text-align:center}.invite{background-color:#fff;box-shadow:4px 5px 10px 0px #bbb;margin:20px;padding:15px;text-align:center}.invite h2,.invite h3,.invite h4{border-bottom:none;margin-top:20px}.invite-inner{border:2px solid #045594;padding:5px 15px 5px 15px;position:relative}.invite-line{margin:-5px auto 0px auto}.content-body .invite-line,.column-right .invite-line{margin:-5px auto}.footer-gallery{background-color:#fff;border-bottom:1px solid rgba(13,13,13,.2);border-radius:0 0 2px 2px;box-shadow:0 8px 8px 0 rgba(13,13,13,.03);margin:0px auto 15px auto}.row{display:block;margin:0 auto;padding:0px}.column{margin:10px;max-width:100%;padding:10px}.column img{height:100%;min-height:100%;min-width:100%;object-fit:cover;object-position:center}@media screen and (min-width: 600px){.row{align-items:center;display:flex;justify-content:space-around;margin:0;padding:0px}.column{height:20vw;margin:0}}@media screen and (min-width: 730px){.column{height:15vw}.footer-gallery{width:100%}}@media screen and (min-width: 1038px){.column{height:200px;width:300px}}.card{width:100% !important}#nav_btn{display:flex;justify-content:center;margin:auto;position:relative;text-align:center;white-space:nowrap}#nav_btn button{background-color:#045594;border-radius:25px;display:flex;height:40px;margin:auto;text-align:center;width:40px}#nav_btn button:hover{background-color:#043e6b}.icon-next:before{color:#fff !important;content:"";font-family:"FontAwesome";margin-left:auto !important;margin-right:auto !important}.icon-prev:before{color:#fff !important;content:"";font-family:"FontAwesome";margin-left:auto !important;margin-right:auto !important}.icon-flip:before{color:#fff !important;content:"";font-family:"FontAwesome";margin-left:auto !important;margin-right:auto !important}.separator{content:url("https://d2l.pima.edu/shared/Templates/images/widgets/separator.svg");padding:30px 0px 40px 0px}.imgBorder{border:1px solid #ddd;margin-left:20px;margin-right:0px;padding:10px}.tooltip{border-bottom:3px dotted rgba(58,91,104,.3);color:#3a5b68;display:inline-block;font-weight:900;position:relative;z-index:1}.tooltip:hover{color:rgba(58,91,104,.5)}.tooltip:hover>.tip-hover{display:block}.tooltip:hover .caption{display:inline-block;font-style:italic;font-size:.8em;font-weight:900;padding-bottom:10px !important}.tooltip:hover:after{border-color:transparent transparent #dde0e4 transparent;border-width:15px;border-style:solid;content:"";filter:drop-shadow(1px 1px 1px rgba(13, 13, 13, 0.2));left:50%;margin-left:-5px;position:absolute;top:80%;z-index:-1}.tooltip.hidden:after{display:none}.tip-hover{background-color:#dde0e4;border-radius:6px;box-shadow:2px 2px 1px rgba(13,13,13,.2);color:#282c2e;display:none;font-weight:400 !important;margin-left:-60px;padding:5px;position:absolute;text-align:center;top:45px;transition:opacity .3s;width:max-content}.tip-hover img{padding:10px;max-width:fit-content}.tip-hover .video-container{display:flex;flex-direction:column;height:100%;margin:2%;overflow:hidden;width:96%}.tip-hover .video-container iframe{border:none;flex-grow:1;margin:0;padding:0}.horizontal-display{display:grid;grid-template-columns:repeat(auto-fit, minmax(150px, 1fr));grid-gap:10px;margin-bottom:1rem}@media screen and (min-width: 500px){.fixed-col2{grid-template-columns:repeat(2, minmax(150px, 1fr))}.fixed-col3{grid-template-columns:repeat(3, minmax(150px, 1fr))}.fixed-col4{grid-template-columns:repeat(4, minmax(150px, 1fr))}}#video-grid{display:grid;grid-row-gap:10px;grid-template-areas:"header" "body" "footer";padding:15px 2.5%;width:95%}#video-grid #content-wrapper{max-width:1095px;z-index:1}#video-wrapper,.video-widget{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center}#video-wrapper .video-card,.video-widget .video-card{background:#fff;border-top:1px solid rgba(26,97,143,.3);box-shadow:1px 1px 10px 2px rgba(13,13,13,.15);box-sizing:border-box;height:430px;margin:15px;padding:10px 20px;position:relative;transition:.2s;width:330px}.video-widget .video-card{width:300px}.video-widget .card-content{width:260px}.two-card-col .video-card{margin:25px !important}#video-wrapper .video-card h2,.video-widget .video-card h2{margin-top:5px}#video-wrapper .video-card p,.video-widget .video-card p{font-size:.9em}#video-wrapper .video-card a.btn,.video-widget .video-card a.btn{display:block;margin:15px auto 5px;width:fit-content}#video-wrapper .card-content,.video-widget .card-content{bottom:15px;position:absolute;width:290px}#video-wrapper .video-container,.video-widget .video-container,#video-wrapper .media-container,.video-widget .media-container{margin:10px auto}.video-card-header{font-size:1.1em;font-weight:900;margin-top:10px;text-align:center}@media all and (min-width: 900px){#video-wrapper:hover .video-card,.video-widget:hover .video-card{opacity:.6;transform:scale(0.98)}#video-wrapper .video-card:hover,.video-widget .video-card:hover{opacity:1;transform:scale(1.02)}}#second-column ul.assignments-widget,#second-column ol.assignments-widget{margin:0;padding:0}#content-wrapper ul.assignments-widget,#content-wrapper ol.assignments-widget{display:flex;flex-flow:row wrap;justify-content:space-between}li.assignment{background-color:var(--color-pcc-sup-ltgrey);border-top:1px solid var(--color-primary);border-radius:0px;margin:0;margin-bottom:15px;padding:10px;transition:.3s}li.assignment:hover{transform:translate(0, -5px)}li.assignment h2,li.assignment h3,li.assignment h4{background-color:rgba(13,13,13,.03);font-size:1.15em;font-weight:600;margin:-10px -10px 10px -10px !important;padding:5px 10px}li.assignment ol li,li.assignment ul li{margin:0}li.assignment p,li.assignment ol,li.assignment ul,li.assignment .btn{font-size:.95em}li.assignment::before,li.assignment::marker{content:none}@media screen and (min-width: 576px){#content-wrapper li.assignment{flex-basis:45%}}@media screen and (min-width: 768px){#content-wrapper li.assignment{flex-basis:30%}}.modal-box.invisible{display:none}.gallery-wrapper{display:grid;grid-gap:10px;justify-items:center}.close-img:hover{background-color:#f6f6f6;color:#0d0d0d}@media screen and (max-width: 768px){.modal-box{display:none}.hide-gallery{margin:5px 0 15px 0}.gallery-wrapper{transition:all .5s ease-in-out;max-height:5000px}.gallery-wrapper.invisible{opacity:0;max-height:0}}@media screen and (min-width: 500px){.gallery-wrapper{grid-template-columns:repeat(auto-fit, minmax(300px, 1fr))}}@media screen and (min-width: 768px){*{box-sizing:border-box}.hide-gallery{display:none}.gallery-wrapper{grid-template-columns:repeat(auto-fit, minmax(80px, 1fr))}.gallery-wrapper .image-box{position:relative;margin:auto;overflow:hidden}.gallery-wrapper .image-box img{max-width:100%;transition:all .3s;display:block;width:100%;height:100%;transform:scale(1);filter:grayscale(0.6);cursor:pointer}.gallery-wrapper .image-box:hover img{transform:scale(1.1);filter:grayscale(0)}.modal-box{position:fixed;height:100%;width:100%;background:rgba(13,13,13,.7);transition:all .33s ease-out;z-index:1;left:0;top:0}.modal-box .gallery-overlay{position:absolute;height:100%;width:100%;top:0;left:0;z-index:1}.modal-box--image{background:none;position:absolute;width:inherit;height:inherit;max-height:90%;max-width:90%;z-index:3;left:50%;top:20%;transform:translate(-50%, -50%)}.modal-box--image img{width:92%;max-height:90%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background:#fff;padding:20px;border-radius:5px;box-shadow:5px 10px 20px rgba(13,13,13,.8)}.close-img{font-size:1rem;background-color:#0d0d0d;color:#fff;position:absolute;padding:10px 20px;border-radius:20px;top:35%;left:50%;cursor:pointer}}@media screen and (min-width: 900px){.modal-box--image{top:25%}.close-img{top:30%}}@media screen and (min-width: 1024px){.modal-box--image{top:35%}.close-img{top:25%}}dl.vocab-list{box-sizing:border-box;margin-top:15px;margin-bottom:15px}dl.vocab-list button{background-color:transparent;color:#045594;text-decoration:underline;padding:0}dl.vocab-list button:hover{cursor:pointer;color:#045594}dl.vocab-list dt{background-color:#e3e3e3;position:relative;color:#0d0d0d;cursor:pointer;padding:10px 15px;text-align:left;border:none;outline:none;transition:.4s;margin:5px 0px}dl.vocab-list dt:hover{background-color:#d5cac9}dl.vocab-list dt::after{position:absolute;font-family:"Font Awesome";content:"➕";font-size:13px;color:#0d0d0d;opacity:1;right:10px}dl.vocab-list dt.active::after{content:"➖"}dl.vocab-list dd{padding:10px 15px;display:none;border-style:inset;overflow:hidden;border:1px solid #e3e3e3;margin-top:-5px;border-top:none}@media screen and (min-width: 700px){dl.vocab-list dd{padding:15px 10px}dl.vocab-list dt{padding:15px 35px 15px 10px}}
@@ -0,0 +1 @@
1
+ @font-face{font-family:"FontAwesome";font-style:normal;font-display:auto;src:url("../../plugins/font-awesome-icons/webfonts/fa-solid-900.eot");src:url("../../plugins/font-awesome-icons/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),url("../../plugins/font-awesome-icons/webfonts/fa-solid-900.woff2") format("woff2"),url("../../plugins/font-awesome-icons/webfonts/fa-solid-900.woff") format("woff"),url("../../plugins/font-awesome-icons/webfonts/fa-solid-900.ttf") format("truetype"),url("../../plugins/font-awesome-icons/webfonts/fa-solid-900.svg#fontawesome") format("svg")}@font-face{font-family:"Brands";font-style:normal;font-weight:400;font-display:auto;src:url("../../plugins/font-awesome-icons/webfonts/fa-brands-400.eot");src:url("../../plugins/font-awesome-icons/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"),url("../../plugins/font-awesome-icons/webfonts/fa-brands-400.woff2") format("woff2"),url("../../plugins/font-awesome-icons/webfonts/fa-brands-400.woff") format("woff"),url("../../plugins/font-awesome-icons/webfonts/fa-brands-400.ttf") format("truetype"),url("../../plugins/font-awesome-icons/webfonts/fa-brands-400.svg#fontawesome") format("svg")}@font-face{font-family:"Stroke";font-style:normal;font-weight:400;font-display:auto;src:url("../../plugins/font-awesome-icons/webfonts/fa-regular-400.eot");src:url("../../plugins/font-awesome-icons/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"),url("../../plugins/font-awesome-icons/webfonts/fa-regular-400.woff2") format("woff2"),url("../../plugins/font-awesome-icons/webfonts/fa-regular-400.woff") format("woff"),url("../../plugins/font-awesome-icons/webfonts/fa-regular-400.ttf") format("truetype"),url("../../plugins/font-awesome-icons/webfonts/fa-regular-400.svg#fontawesome") format("svg")}[class^=icon]:before{font-family:"FontAwesome";font-weight:900;font-size:1em;margin-right:10px;opacity:1}.icon-lg:before{font-size:1.33333em;line-height:.75em;vertical-align:-0.0667em}.icon-xs:before{font-size:.75em}.icon-sm:before{font-size:.875em}.icon-1x:before{font-size:1em}.icon-2x:before{font-size:2em}.icon-3x:before{font-size:3em}.icon-4x:before{font-size:4em}.icon-5x:before{font-size:5em}.icon-6x:before{font-size:6em}.icon-7x:before{font-size:7em}.icon-8x:before{font-size:8em}.icon-9x:before{font-size:9em}.icon-10x:before{font-size:10em}.icon-border:before{border:solid .08em #eee;border-radius:.1em;padding:.2em .25em .15em}.icon-pull-left:before{float:left}.icon-pull-right:before{float:right}.icon-inverse:before{color:#fff}.icon-500px:before{content:""}.icon-accessible-icon:before{content:""}.icon-accusoft:before{content:""}.icon-acquisitions-incorporated:before{content:""}.icon-ad:before{content:""}.icon-address-book:before{content:""}.icon-address-card:before{content:""}.icon-adjust:before{content:""}.icon-adn:before{content:""}.icon-adobe:before{content:""}.icon-adversal:before{content:""}.icon-affiliatetheme:before{content:""}.icon-air-freshener:before{content:""}.icon-airbnb:before{content:""}.icon-algolia:before{content:""}.icon-align-center:before{content:""}.icon-align-justify:before{content:""}.icon-align-left:before{content:""}.icon-align-right:before{content:""}.icon-alipay:before{content:""}.icon-allergies:before{content:""}.icon-amazon:before{content:""}.icon-amazon-pay:before{content:""}.icon-ambulance:before{content:""}.icon-american-sign-language-interpreting:before{content:""}.icon-amilia:before{content:""}.icon-anchor:before{content:""}.icon-android:before{content:""}.icon-angellist:before{content:""}.icon-angle-double-down:before{content:""}.icon-angle-double-left:before{content:""}.icon-angle-double-right:before{content:""}.icon-angle-double-up:before{content:""}.icon-angle-down:before{content:""}.icon-angle-left:before{content:""}.icon-angle-right:before{content:""}.icon-angle-up:before{content:""}.icon-angry:before{content:""}.icon-angrycreative:before{content:""}.icon-angular:before{content:""}.icon-ankh:before{content:""}.icon-app-store:before{content:""}.icon-app-store-ios:before{content:""}.icon-apper:before{content:""}.icon-apple:before{content:""}.icon-apple-alt:before{content:""}.icon-apple-pay:before{content:""}.icon-archive:before{content:""}.icon-archway:before{content:""}.icon-arrow-alt-circle-down:before{content:""}.icon-arrow-alt-circle-left:before{content:""}.icon-arrow-alt-circle-right:before{content:""}.icon-arrow-alt-circle-up:before{content:""}.icon-arrow-circle-down:before{content:""}.icon-arrow-circle-left:before{content:""}.icon-arrow-circle-right:before{content:""}.icon-arrow-circle-up:before{content:""}.icon-arrow-down:before{content:""}.icon-arrow-left:before{content:""}.icon-arrow-right:before{content:""}.icon-arrow-up:before{content:""}.icon-arrows-alt:before{content:""}.icon-arrows-alt-h:before{content:""}.icon-arrows-alt-v:before{content:""}.icon-artstation:before{content:""}.icon-assistive-listening-systems:before{content:""}.icon-asterisk:before{content:""}.icon-asymmetrik:before{content:""}.icon-at:before{content:""}.icon-atlas:before{content:""}.icon-atlassian:before{content:""}.icon-atom:before{content:""}.icon-audible:before{content:""}.icon-audio-description:before{content:""}.icon-autoprefixer:before{content:""}.icon-avianex:before{content:""}.icon-aviato:before{content:""}.icon-award:before{content:""}.icon-aws:before{content:""}.icon-baby:before{content:""}.icon-baby-carriage:before{content:""}.icon-backspace:before{content:""}.icon-backward:before{content:""}.icon-bacon:before{content:""}.icon-bahai:before{content:""}.icon-balance-scale:before{content:""}.icon-balance-scale-left:before{content:""}.icon-balance-scale-right:before{content:""}.icon-ban:before{content:""}.icon-band-aid:before{content:""}.icon-bandcamp:before{content:""}.icon-barcode:before{content:""}.icon-bars:before{content:""}.icon-baseball-ball:before{content:""}.icon-basketball-ball:before{content:""}.icon-bath:before{content:""}.icon-battery-empty:before{content:""}.icon-battery-full:before{content:""}.icon-battery-half:before{content:""}.icon-battery-quarter:before{content:""}.icon-battery-three-quarters:before{content:""}.icon-battle-net:before{content:""}.icon-bed:before{content:""}.icon-beer:before{content:""}.icon-behance:before{content:""}.icon-behance-square:before{content:""}.icon-bell:before{content:""}.icon-bell-slash:before{content:""}.icon-bezier-curve:before{content:""}.icon-bible:before{content:""}.icon-bicycle:before{content:""}.icon-biking:before{content:""}.icon-bimobject:before{content:""}.icon-binoculars:before{content:""}.icon-biohazard:before{content:""}.icon-birthday-cake:before{content:""}.icon-bitbucket:before{content:""}.icon-bitcoin:before{content:""}.icon-bity:before{content:""}.icon-black-tie:before{content:""}.icon-blackberry:before{content:""}.icon-blender:before{content:""}.icon-blender-phone:before{content:""}.icon-blind:before{content:""}.icon-blog:before{content:""}.icon-blogger:before{content:""}.icon-blogger-b:before{content:""}.icon-bluetooth:before{content:""}.icon-bluetooth-b:before{content:""}.icon-bold:before{content:""}.icon-bolt:before{content:""}.icon-bomb:before{content:""}.icon-bone:before{content:""}.icon-bong:before{content:""}.icon-book:before{content:""}.icon-book-dead:before{content:""}.icon-book-medical:before{content:""}.icon-book-open:before{content:""}.icon-book-reader:before{content:""}.icon-bookmark:before{content:""}.icon-bootstrap:before{content:""}.icon-border-all:before{content:""}.icon-border-none:before{content:""}.icon-border-style:before{content:""}.icon-bowling-ball:before{content:""}.icon-box:before{content:""}.icon-box-open:before{content:""}.icon-boxes:before{content:""}.icon-braille:before{content:""}.icon-brain:before{content:""}.icon-bread-slice:before{content:""}.icon-briefcase:before{content:""}.icon-briefcase-medical:before{content:""}.icon-broadcast-tower:before{content:""}.icon-broom:before{content:""}.icon-brush:before{content:""}.icon-btc:before{content:""}.icon-buffer:before{content:""}.icon-bug:before{content:""}.icon-building:before{content:""}.icon-bullhorn:before{content:""}.icon-bullseye:before{content:""}.icon-burn:before{content:""}.icon-buromobelexperte:before{content:""}.icon-bus:before{content:""}.icon-bus-alt:before{content:""}.icon-business-time:before{content:""}.icon-buy-n-large:before{content:""}.icon-buysellads:before{content:""}.icon-calculator:before{content:""}.icon-calendar:before{content:""}.icon-calendar-alt:before{content:""}.icon-calendar-check:before{content:""}.icon-calendar-day:before{content:""}.icon-calendar-minus:before{content:""}.icon-calendar-plus:before{content:""}.icon-calendar-times:before{content:""}.icon-calendar-week:before{content:""}.icon-camera:before{content:""}.icon-camera-retro:before{content:""}.icon-campground:before{content:""}.icon-canadian-maple-leaf:before{content:""}.icon-candy-cane:before{content:""}.icon-cannabis:before{content:""}.icon-capsules:before{content:""}.icon-car:before{content:""}.icon-car-alt:before{content:""}.icon-car-battery:before{content:""}.icon-car-crash:before{content:""}.icon-car-side:before{content:""}.icon-caravan:before{content:""}.icon-caret-down:before{content:""}.icon-caret-left:before{content:""}.icon-caret-right:before{content:""}.icon-caret-square-down:before{content:""}.icon-caret-square-left:before{content:""}.icon-caret-square-right:before{content:""}.icon-caret-square-up:before{content:""}.icon-caret-up:before{content:""}.icon-carrot:before{content:""}.icon-cart-arrow-down:before{content:""}.icon-cart-plus:before{content:""}.icon-cash-register:before{content:""}.icon-cat:before{content:""}.icon-cc-amazon-pay:before{content:""}.icon-cc-amex:before{content:""}.icon-cc-apple-pay:before{content:""}.icon-cc-diners-club:before{content:""}.icon-cc-discover:before{content:""}.icon-cc-jcb:before{content:""}.icon-cc-mastercard:before{content:""}.icon-cc-paypal:before{content:""}.icon-cc-stripe:before{content:""}.icon-cc-visa:before{content:""}.icon-centercode:before{content:""}.icon-centos:before{content:""}.icon-certificate:before{content:""}.icon-chair:before{content:""}.icon-chalkboard:before{content:""}.icon-chalkboard-teacher:before{content:""}.icon-charging-station:before{content:""}.icon-chart-area:before{content:""}.icon-chart-bar:before{content:""}.icon-chart-line:before{content:""}.icon-chart-pie:before{content:""}.icon-check:before{content:""}.icon-check-circle:before{content:""}.icon-check-double:before{content:""}.icon-check-square:before{content:""}.icon-cheese:before{content:""}.icon-chess:before{content:""}.icon-chess-bishop:before{content:""}.icon-chess-board:before{content:""}.icon-chess-king:before{content:""}.icon-chess-knight:before{content:""}.icon-chess-pawn:before{content:""}.icon-chess-queen:before{content:""}.icon-chess-rook:before{content:""}.icon-chevron-circle-down:before{content:""}.icon-chevron-circle-left:before{content:""}.icon-chevron-circle-right:before{content:""}.icon-chevron-circle-up:before{content:""}.icon-chevron-down:before{content:""}.icon-chevron-left:before{content:""}.icon-chevron-right:before{content:""}.icon-chevron-up:before{content:""}.icon-child:before{content:""}.icon-chrome:before{content:""}.icon-chromecast:before{content:""}.icon-church:before{content:""}.icon-circle:before{content:""}.icon-circle-notch:before{content:""}.icon-city:before{content:""}.icon-clinic-medical:before{content:""}.icon-clipboard:before{content:""}.icon-clipboard-check:before{content:""}.icon-clipboard-list:before{content:""}.icon-clock:before{content:""}.icon-clone:before{content:""}.icon-closed-captioning:before{content:""}.icon-cloud:before{content:""}.icon-cloud-download-alt:before{content:""}.icon-cloud-meatball:before{content:""}.icon-cloud-moon:before{content:""}.icon-cloud-moon-rain:before{content:""}.icon-cloud-rain:before{content:""}.icon-cloud-showers-heavy:before{content:""}.icon-cloud-sun:before{content:""}.icon-cloud-sun-rain:before{content:""}.icon-cloud-upload-alt:before{content:""}.icon-cloudscale:before{content:""}.icon-cloudsmith:before{content:""}.icon-cloudversify:before{content:""}.icon-cocktail:before{content:""}.icon-code:before{content:""}.icon-code-branch:before{content:""}.icon-codepen:before{content:""}.icon-codiepie:before{content:""}.icon-coffee:before{content:""}.icon-cog:before{content:""}.icon-cogs:before{content:""}.icon-coins:before{content:""}.icon-columns:before{content:""}.icon-comment:before{content:""}.icon-comment-alt:before{content:""}.icon-comment-dollar:before{content:""}.icon-comment-dots:before{content:""}.icon-comment-medical:before{content:""}.icon-comment-slash:before{content:""}.icon-comments:before{content:""}.icon-comments-dollar:before{content:""}.icon-compact-disc:before{content:""}.icon-compass:before{content:""}.icon-compress:before{content:""}.icon-compress-alt:before{content:""}.icon-compress-arrows-alt:before{content:""}.icon-concierge-bell:before{content:""}.icon-confluence:before{content:""}.icon-connectdevelop:before{content:""}.icon-contao:before{content:""}.icon-cookie:before{content:""}.icon-cookie-bite:before{content:""}.icon-copy:before{content:""}.icon-copyright:before{content:""}.icon-cotton-bureau:before{content:""}.icon-couch:before{content:""}.icon-cpanel:before{content:""}.icon-creative-commons:before{content:""}.icon-creative-commons-by:before{content:""}.icon-creative-commons-nc:before{content:""}.icon-creative-commons-nc-eu:before{content:""}.icon-creative-commons-nc-jp:before{content:""}.icon-creative-commons-nd:before{content:""}.icon-creative-commons-pd:before{content:""}.icon-creative-commons-pd-alt:before{content:""}.icon-creative-commons-remix:before{content:""}.icon-creative-commons-sa:before{content:""}.icon-creative-commons-sampling:before{content:""}.icon-creative-commons-sampling-plus:before{content:""}.icon-creative-commons-share:before{content:""}.icon-creative-commons-zero:before{content:""}.icon-credit-card:before{content:""}.icon-critical-role:before{content:""}.icon-crop:before{content:""}.icon-crop-alt:before{content:""}.icon-cross:before{content:""}.icon-crosshairs:before{content:""}.icon-crow:before{content:""}.icon-crown:before{content:""}.icon-crutch:before{content:""}.icon-css3:before{content:""}.icon-css3-alt:before{content:""}.icon-cube:before{content:""}.icon-cubes:before{content:""}.icon-cut:before{content:""}.icon-cuttlefish:before{content:""}.icon-d-and-d:before{content:""}.icon-d-and-d-beyond:before{content:""}.icon-dailymotion:before{content:"勒"}.icon-dashcube:before{content:""}.icon-database:before{content:""}.icon-deaf:before{content:""}.icon-delicious:before{content:""}.icon-democrat:before{content:""}.icon-deploydog:before{content:""}.icon-deskpro:before{content:""}.icon-desktop:before{content:""}.icon-dev:before{content:""}.icon-deviantart:before{content:""}.icon-dharmachakra:before{content:""}.icon-dhl:before{content:""}.icon-diagnoses:before{content:""}.icon-diaspora:before{content:""}.icon-dice:before{content:""}.icon-dice-d20:before{content:""}.icon-dice-d6:before{content:""}.icon-dice-five:before{content:""}.icon-dice-four:before{content:""}.icon-dice-one:before{content:""}.icon-dice-six:before{content:""}.icon-dice-three:before{content:""}.icon-dice-two:before{content:""}.icon-digg:before{content:""}.icon-digital-ocean:before{content:""}.icon-digital-tachograph:before{content:""}.icon-directions:before{content:""}.icon-discord:before{content:""}.icon-discourse:before{content:""}.icon-divide:before{content:""}.icon-dizzy:before{content:""}.icon-dna:before{content:""}.icon-dochub:before{content:""}.icon-docker:before{content:""}.icon-dog:before{content:""}.icon-dollar-sign:before{content:""}.icon-dolly:before{content:""}.icon-dolly-flatbed:before{content:""}.icon-donate:before{content:""}.icon-door-closed:before{content:""}.icon-door-open:before{content:""}.icon-dot-circle:before{content:""}.icon-dove:before{content:""}.icon-download:before{content:""}.icon-draft2digital:before{content:""}.icon-drafting-compass:before{content:""}.icon-dragon:before{content:""}.icon-draw-polygon:before{content:""}.icon-dribbble:before{content:""}.icon-dribbble-square:before{content:""}.icon-dropbox:before{content:""}.icon-drum:before{content:""}.icon-drum-steelpan:before{content:""}.icon-drumstick-bite:before{content:""}.icon-drupal:before{content:""}.icon-dumbbell:before{content:""}.icon-dumpster:before{content:""}.icon-dumpster-fire:before{content:""}.icon-dungeon:before{content:""}.icon-dyalog:before{content:""}.icon-earlybirds:before{content:""}.icon-ebay:before{content:""}.icon-edge:before{content:""}.icon-edit:before{content:""}.icon-egg:before{content:""}.icon-eject:before{content:""}.icon-elementor:before{content:""}.icon-ellipsis-h:before{content:""}.icon-ellipsis-v:before{content:""}.icon-ello:before{content:""}.icon-ember:before{content:""}.icon-empire:before{content:""}.icon-envelope:before{content:""}.icon-envelope-open:before{content:""}.icon-envelope-open-text:before{content:""}.icon-envelope-square:before{content:""}.icon-envira:before{content:""}.icon-equals:before{content:""}.icon-eraser:before{content:""}.icon-erlang:before{content:""}.icon-ethereum:before{content:""}.icon-ethernet:before{content:""}.icon-etsy:before{content:""}.icon-euro-sign:before{content:""}.icon-evernote:before{content:""}.icon-exchange-alt:before{content:""}.icon-exclamation:before{content:""}.icon-exclamation-circle:before{content:""}.icon-exclamation-triangle:before{content:""}.icon-expand:before{content:""}.icon-expand-alt:before{content:""}.icon-expand-arrows-alt:before{content:""}.icon-expeditedssl:before{content:""}.icon-external-link-alt:before{content:""}.icon-external-link-square-alt:before{content:""}.icon-eye:before{content:""}.icon-eye-dropper:before{content:""}.icon-eye-slash:before{content:""}.icon-facebook:before{content:""}.icon-facebook-f:before{content:""}.icon-facebook-messenger:before{content:""}.icon-facebook-square:before{content:""}.icon-fan:before{content:""}.icon-fantasy-flight-games:before{content:""}.icon-fast-backward:before{content:""}.icon-fast-forward:before{content:""}.icon-fax:before{content:""}.icon-feather:before{content:""}.icon-feather-alt:before{content:""}.icon-fedex:before{content:""}.icon-fedora:before{content:""}.icon-female:before{content:""}.icon-fighter-jet:before{content:""}.icon-figma:before{content:""}.icon-file:before{content:""}.icon-file-alt:before{content:""}.icon-file-archive:before{content:""}.icon-file-audio:before{content:""}.icon-file-code:before{content:""}.icon-file-contract:before{content:""}.icon-file-csv:before{content:""}.icon-file-download:before{content:""}.icon-file-excel:before{content:""}.icon-file-export:before{content:""}.icon-file-image:before{content:""}.icon-file-import:before{content:""}.icon-file-invoice:before{content:""}.icon-file-invoice-dollar:before{content:""}.icon-file-medical:before{content:""}.icon-file-medical-alt:before{content:""}.icon-file-pdf:before{content:""}.icon-file-powerpoint:before{content:""}.icon-file-prescription:before{content:""}.icon-file-signature:before{content:""}.icon-file-upload:before{content:""}.icon-file-video:before{content:""}.icon-file-word:before{content:""}.icon-fill:before{content:""}.icon-fill-drip:before{content:""}.icon-film:before{content:""}.icon-filter:before{content:""}.icon-fingerprint:before{content:""}.icon-fire:before{content:""}.icon-fire-alt:before{content:""}.icon-fire-extinguisher:before{content:""}.icon-firefox:before{content:""}.icon-firefox-browser:before{content:"龜"}.icon-first-aid:before{content:""}.icon-first-order:before{content:""}.icon-first-order-alt:before{content:""}.icon-firstdraft:before{content:""}.icon-fish:before{content:""}.icon-fist-raised:before{content:""}.icon-flag:before{content:""}.icon-flag-checkered:before{content:""}.icon-flag-usa:before{content:""}.icon-flask:before{content:""}.icon-flickr:before{content:""}.icon-flipboard:before{content:""}.icon-flushed:before{content:""}.icon-fly:before{content:""}.icon-folder:before{content:""}.icon-folder-minus:before{content:""}.icon-folder-open:before{content:""}.icon-folder-plus:before{content:""}.icon-font:before{content:""}.icon-font-awesome:before{content:""}.icon-font-awesome-alt:before{content:""}.icon-font-awesome-flag:before{content:""}.icon-font-awesome-logo-full:before{content:""}.icon-fonticons:before{content:""}.icon-fonticons-fi:before{content:""}.icon-football-ball:before{content:""}.icon-fort-awesome:before{content:""}.icon-fort-awesome-alt:before{content:""}.icon-forumbee:before{content:""}.icon-forward:before{content:""}.icon-foursquare:before{content:""}.icon-free-code-camp:before{content:""}.icon-freebsd:before{content:""}.icon-frog:before{content:""}.icon-frown:before{content:""}.icon-frown-open:before{content:""}.icon-fulcrum:before{content:""}.icon-funnel-dollar:before{content:""}.icon-futbol:before{content:""}.icon-galactic-republic:before{content:""}.icon-galactic-senate:before{content:""}.icon-gamepad:before{content:""}.icon-gas-pump:before{content:""}.icon-gavel:before{content:""}.icon-gem:before{content:""}.icon-genderless:before{content:""}.icon-get-pocket:before{content:""}.icon-gg:before{content:""}.icon-gg-circle:before{content:""}.icon-ghost:before{content:""}.icon-gift:before{content:""}.icon-gifts:before{content:""}.icon-git:before{content:""}.icon-git-alt:before{content:""}.icon-git-square:before{content:""}.icon-github:before{content:""}.icon-github-alt:before{content:""}.icon-github-square:before{content:""}.icon-gitkraken:before{content:""}.icon-gitlab:before{content:""}.icon-gitter:before{content:""}.icon-glass-cheers:before{content:""}.icon-glass-martini:before{content:""}.icon-glass-martini-alt:before{content:""}.icon-glass-whiskey:before{content:""}.icon-glasses:before{content:""}.icon-glide:before{content:""}.icon-glide-g:before{content:""}.icon-globe:before{content:""}.icon-globe-africa:before{content:""}.icon-globe-americas:before{content:""}.icon-globe-asia:before{content:""}.icon-globe-europe:before{content:""}.icon-gofore:before{content:""}.icon-golf-ball:before{content:""}.icon-goodreads:before{content:""}.icon-goodreads-g:before{content:""}.icon-google:before{content:""}.icon-google-drive:before{content:""}.icon-google-play:before{content:""}.icon-google-plus:before{content:""}.icon-google-plus-g:before{content:""}.icon-google-plus-square:before{content:""}.icon-google-wallet:before{content:""}.icon-gopuram:before{content:""}.icon-graduation-cap:before{content:""}.icon-gratipay:before{content:""}.icon-grav:before{content:""}.icon-greater-than:before{content:""}.icon-greater-than-equal:before{content:""}.icon-grimace:before{content:""}.icon-grin:before{content:""}.icon-grin-alt:before{content:""}.icon-grin-beam:before{content:""}.icon-grin-beam-sweat:before{content:""}.icon-grin-hearts:before{content:""}.icon-grin-squint:before{content:""}.icon-grin-squint-tears:before{content:""}.icon-grin-stars:before{content:""}.icon-grin-tears:before{content:""}.icon-grin-tongue:before{content:""}.icon-grin-tongue-squint:before{content:""}.icon-grin-tongue-wink:before{content:""}.icon-grin-wink:before{content:""}.icon-grip-horizontal:before{content:""}.icon-grip-lines:before{content:""}.icon-grip-lines-vertical:before{content:""}.icon-grip-vertical:before{content:""}.icon-gripfire:before{content:""}.icon-grunt:before{content:""}.icon-guitar:before{content:""}.icon-gulp:before{content:""}.icon-h-square:before{content:""}.icon-hacker-news:before{content:""}.icon-hacker-news-square:before{content:""}.icon-hackerrank:before{content:""}.icon-hamburger:before{content:""}.icon-hammer:before{content:""}.icon-hamsa:before{content:""}.icon-hand-holding:before{content:""}.icon-hand-holding-heart:before{content:""}.icon-hand-holding-usd:before{content:""}.icon-hand-lizard:before{content:""}.icon-hand-middle-finger:before{content:""}.icon-hand-paper:before{content:""}.icon-hand-peace:before{content:""}.icon-hand-point-down:before{content:""}.icon-hand-point-left:before{content:""}.icon-hand-point-right:before{content:""}.icon-hand-point-up:before{content:""}.icon-hand-pointer:before{content:""}.icon-hand-rock:before{content:""}.icon-hand-scissors:before{content:""}.icon-hand-spock:before{content:""}.icon-hands:before{content:""}.icon-hands-helping:before{content:""}.icon-handshake:before{content:""}.icon-hanukiah:before{content:""}.icon-hard-hat:before{content:""}.icon-hashtag:before{content:""}.icon-hat-cowboy:before{content:""}.icon-hat-cowboy-side:before{content:""}.icon-hat-wizard:before{content:""}.icon-hdd:before{content:""}.icon-heading:before{content:""}.icon-headphones:before{content:""}.icon-headphones-alt:before{content:""}.icon-headset:before{content:""}.icon-heart:before{content:""}.icon-heart-broken:before{content:""}.icon-heartbeat:before{content:""}.icon-helicopter:before{content:""}.icon-highlighter:before{content:""}.icon-hiking:before{content:""}.icon-hippo:before{content:""}.icon-hips:before{content:""}.icon-hire-a-helper:before{content:""}.icon-history:before{content:""}.icon-hockey-puck:before{content:""}.icon-holly-berry:before{content:""}.icon-home:before{content:""}.icon-hooli:before{content:""}.icon-hornbill:before{content:""}.icon-horse:before{content:""}.icon-horse-head:before{content:""}.icon-hospital:before{content:""}.icon-hospital-alt:before{content:""}.icon-hospital-symbol:before{content:""}.icon-hot-tub:before{content:""}.icon-hotdog:before{content:""}.icon-hotel:before{content:""}.icon-hotjar:before{content:""}.icon-hourglass:before{content:""}.icon-hourglass-end:before{content:""}.icon-hourglass-half:before{content:""}.icon-hourglass-start:before{content:""}.icon-house-damage:before{content:""}.icon-houzz:before{content:""}.icon-hryvnia:before{content:""}.icon-html5:before{content:""}.icon-hubspot:before{content:""}.icon-i-cursor:before{content:""}.icon-ice-cream:before{content:""}.icon-icicles:before{content:""}.icon-icons:before{content:""}.icon-id-badge:before{content:""}.icon-id-card:before{content:""}.icon-id-card-alt:before{content:""}.icon-ideal:before{content:"邏"}.icon-igloo:before{content:""}.icon-image:before{content:""}.icon-images:before{content:""}.icon-imdb:before{content:""}.icon-inbox:before{content:""}.icon-indent:before{content:""}.icon-industry:before{content:""}.icon-infinity:before{content:""}.icon-info:before{content:""}.icon-info-circle:before{content:""}.icon-instagram:before{content:""}.icon-instagram-square:before{content:"凌"}.icon-intercom:before{content:""}.icon-internet-explorer:before{content:""}.icon-invision:before{content:""}.icon-ioxhost:before{content:""}.icon-italic:before{content:""}.icon-itch-io:before{content:""}.icon-itunes:before{content:""}.icon-itunes-note:before{content:""}.icon-java:before{content:""}.icon-jedi:before{content:""}.icon-jedi-order:before{content:""}.icon-jenkins:before{content:""}.icon-jira:before{content:""}.icon-joget:before{content:""}.icon-joint:before{content:""}.icon-joomla:before{content:""}.icon-journal-whills:before{content:""}.icon-js:before{content:""}.icon-js-square:before{content:""}.icon-jsfiddle:before{content:""}.icon-kaaba:before{content:""}.icon-kaggle:before{content:""}.icon-key:before{content:""}.icon-keybase:before{content:""}.icon-keyboard:before{content:""}.icon-keycdn:before{content:""}.icon-khanda:before{content:""}.icon-kickstarter:before{content:""}.icon-kickstarter-k:before{content:""}.icon-kiss:before{content:""}.icon-kiss-beam:before{content:""}.icon-kiss-wink-heart:before{content:""}.icon-kiwi-bird:before{content:""}.icon-korvue:before{content:""}.icon-landmark:before{content:""}.icon-language:before{content:""}.icon-laptop:before{content:""}.icon-laptop-code:before{content:""}.icon-laptop-medical:before{content:""}.icon-laravel:before{content:""}.icon-lastfm:before{content:""}.icon-lastfm-square:before{content:""}.icon-laugh:before{content:""}.icon-laugh-beam:before{content:""}.icon-laugh-squint:before{content:""}.icon-laugh-wink:before{content:""}.icon-layer-group:before{content:""}.icon-leaf:before{content:""}.icon-leanpub:before{content:""}.icon-lemon:before{content:""}.icon-less:before{content:""}.icon-less-than:before{content:""}.icon-less-than-equal:before{content:""}.icon-level-down-alt:before{content:""}.icon-level-up-alt:before{content:""}.icon-life-ring:before{content:""}.icon-lightbulb:before{content:""}.icon-line:before{content:""}.icon-link:before{content:""}.icon-linkedin:before{content:""}.icon-linkedin-in:before{content:""}.icon-linode:before{content:""}.icon-linux:before{content:""}.icon-lira-sign:before{content:""}.icon-list:before{content:""}.icon-list-alt:before{content:""}.icon-list-ol:before{content:""}.icon-list-ul:before{content:""}.icon-location-arrow:before{content:""}.icon-lock:before{content:""}.icon-lock-open:before{content:""}.icon-long-arrow-alt-down:before{content:""}.icon-long-arrow-alt-left:before{content:""}.icon-long-arrow-alt-right:before{content:""}.icon-long-arrow-alt-up:before{content:""}.icon-low-vision:before{content:""}.icon-luggage-cart:before{content:""}.icon-lyft:before{content:""}.icon-magento:before{content:""}.icon-magic:before{content:""}.icon-magnet:before{content:""}.icon-mail-bulk:before{content:""}.icon-mailchimp:before{content:""}.icon-male:before{content:""}.icon-mandalorian:before{content:""}.icon-map:before{content:""}.icon-map-marked:before{content:""}.icon-map-marked-alt:before{content:""}.icon-map-marker:before{content:""}.icon-map-marker-alt:before{content:""}.icon-map-pin:before{content:""}.icon-map-signs:before{content:""}.icon-markdown:before{content:""}.icon-marker:before{content:""}.icon-mars:before{content:""}.icon-mars-double:before{content:""}.icon-mars-stroke:before{content:""}.icon-mars-stroke-h:before{content:""}.icon-mars-stroke-v:before{content:""}.icon-mask:before{content:""}.icon-mastodon:before{content:""}.icon-maxcdn:before{content:""}.icon-mdb:before{content:""}.icon-medal:before{content:""}.icon-medapps:before{content:""}.icon-medium:before{content:""}.icon-medium-m:before{content:""}.icon-medkit:before{content:""}.icon-medrt:before{content:""}.icon-meetup:before{content:""}.icon-megaport:before{content:""}.icon-meh:before{content:""}.icon-meh-blank:before{content:""}.icon-meh-rolling-eyes:before{content:""}.icon-memory:before{content:""}.icon-mendeley:before{content:""}.icon-menorah:before{content:""}.icon-mercury:before{content:""}.icon-meteor:before{content:""}.icon-microblog:before{content:"駱"}.icon-microchip:before{content:""}.icon-microphone:before{content:""}.icon-microphone-alt:before{content:""}.icon-microphone-alt-slash:before{content:""}.icon-microphone-slash:before{content:""}.icon-microscope:before{content:""}.icon-microsoft:before{content:""}.icon-minus:before{content:""}.icon-minus-circle:before{content:""}.icon-minus-square:before{content:""}.icon-mitten:before{content:""}.icon-mix:before{content:""}.icon-mixcloud:before{content:""}.icon-mixer:before{content:"稜"}.icon-mizuni:before{content:""}.icon-mobile:before{content:""}.icon-mobile-alt:before{content:""}.icon-modx:before{content:""}.icon-monero:before{content:""}.icon-money-bill:before{content:""}.icon-money-bill-alt:before{content:""}.icon-money-bill-wave:before{content:""}.icon-money-bill-wave-alt:before{content:""}.icon-money-check:before{content:""}.icon-money-check-alt:before{content:""}.icon-monument:before{content:""}.icon-moon:before{content:""}.icon-mortar-pestle:before{content:""}.icon-mosque:before{content:""}.icon-motorcycle:before{content:""}.icon-mountain:before{content:""}.icon-mouse:before{content:""}.icon-mouse-pointer:before{content:""}.icon-mug-hot:before{content:""}.icon-music:before{content:""}.icon-napster:before{content:""}.icon-neos:before{content:""}.icon-network-wired:before{content:""}.icon-neuter:before{content:""}.icon-newspaper:before{content:""}.icon-nimblr:before{content:""}.icon-node:before{content:""}.icon-node-js:before{content:""}.icon-not-equal:before{content:""}.icon-notes-medical:before{content:""}.icon-npm:before{content:""}.icon-ns8:before{content:""}.icon-nutritionix:before{content:""}.icon-object-group:before{content:""}.icon-object-ungroup:before{content:""}.icon-odnoklassniki:before{content:""}.icon-odnoklassniki-square:before{content:""}.icon-oil-can:before{content:""}.icon-old-republic:before{content:""}.icon-om:before{content:""}.icon-opencart:before{content:""}.icon-openid:before{content:""}.icon-opera:before{content:""}.icon-optin-monster:before{content:""}.icon-orcid:before{content:""}.icon-osi:before{content:""}.icon-otter:before{content:""}.icon-outdent:before{content:""}.icon-page4:before{content:""}.icon-pagelines:before{content:""}.icon-pager:before{content:""}.icon-paint-brush:before{content:""}.icon-paint-roller:before{content:""}.icon-palette:before{content:""}.icon-palfed:before{content:""}.icon-pallet:before{content:""}.icon-paper-plane:before{content:""}.icon-paperclip:before{content:""}.icon-parachute-box:before{content:""}.icon-paragraph:before{content:""}.icon-parking:before{content:""}.icon-passport:before{content:""}.icon-pastafarianism:before{content:""}.icon-paste:before{content:""}.icon-patreon:before{content:""}.icon-pause:before{content:""}.icon-pause-circle:before{content:""}.icon-paw:before{content:""}.icon-paypal:before{content:""}.icon-peace:before{content:""}.icon-pen:before{content:""}.icon-pen-alt:before{content:""}.icon-pen-fancy:before{content:""}.icon-pen-nib:before{content:""}.icon-pen-square:before{content:""}.icon-pencil:before{content:""}.icon-pencil-ruler:before{content:""}.icon-penny-arcade:before{content:""}.icon-people-carry:before{content:""}.icon-pepper-hot:before{content:""}.icon-percent:before{content:""}.icon-percentage:before{content:""}.icon-periscope:before{content:""}.icon-person-booth:before{content:""}.icon-phabricator:before{content:""}.icon-phoenix-framework:before{content:""}.icon-phoenix-squadron:before{content:""}.icon-phone:before{content:""}.icon-phone-alt:before{content:""}.icon-phone-slash:before{content:""}.icon-phone-square:before{content:""}.icon-phone-square-alt:before{content:""}.icon-phone-volume:before{content:""}.icon-photo-video:before{content:""}.icon-php:before{content:""}.icon-pied-piper:before{content:""}.icon-pied-piper-alt:before{content:""}.icon-pied-piper-hat:before{content:""}.icon-pied-piper-pp:before{content:""}.icon-pied-piper-square:before{content:"爛"}.icon-piggy-bank:before{content:""}.icon-pills:before{content:""}.icon-pinterest:before{content:""}.icon-pinterest-p:before{content:""}.icon-pinterest-square:before{content:""}.icon-pizza-slice:before{content:""}.icon-place-of-worship:before{content:""}.icon-plane:before{content:""}.icon-plane-arrival:before{content:""}.icon-plane-departure:before{content:""}.icon-play:before{content:""}.icon-play-circle:before{content:""}.icon-playstation:before{content:""}.icon-plug:before{content:""}.icon-plus:before{content:""}.icon-plus-circle:before{content:""}.icon-plus-square:before{content:""}.icon-podcast:before{content:""}.icon-poll:before{content:""}.icon-poll-h:before{content:""}.icon-poo:before{content:""}.icon-poo-storm:before{content:""}.icon-poop:before{content:""}.icon-portrait:before{content:""}.icon-pound-sign:before{content:""}.icon-power-off:before{content:""}.icon-pray:before{content:""}.icon-praying-hands:before{content:""}.icon-prescription:before{content:""}.icon-prescription-bottle:before{content:""}.icon-prescription-bottle-alt:before{content:""}.icon-print:before{content:""}.icon-procedures:before{content:""}.icon-product-hunt:before{content:""}.icon-project-diagram:before{content:""}.icon-pushed:before{content:""}.icon-puzzle-piece:before{content:""}.icon-python:before{content:""}.icon-qq:before{content:""}.icon-qrcode:before{content:""}.icon-question:before{content:""}.icon-question-circle:before{content:""}.icon-quidditch:before{content:""}.icon-quinscape:before{content:""}.icon-quora:before{content:""}.icon-quote-left:before{content:""}.icon-quote-right:before{content:""}.icon-quran:before{content:""}.icon-r-project:before{content:""}.icon-radiation:before{content:""}.icon-radiation-alt:before{content:""}.icon-rainbow:before{content:""}.icon-random:before{content:""}.icon-raspberry-pi:before{content:""}.icon-ravelry:before{content:""}.icon-react:before{content:""}.icon-reacteurope:before{content:""}.icon-readme:before{content:""}.icon-rebel:before{content:""}.icon-receipt:before{content:""}.icon-record-vinyl:before{content:""}.icon-recycle:before{content:""}.icon-red-river:before{content:""}.icon-reddit:before{content:""}.icon-reddit-alien:before{content:""}.icon-reddit-square:before{content:""}.icon-redhat:before{content:""}.icon-redo:before{content:""}.icon-redo-alt:before{content:""}.icon-registered:before{content:""}.icon-remove-format:before{content:""}.icon-renren:before{content:""}.icon-reply:before{content:""}.icon-reply-all:before{content:""}.icon-replyd:before{content:""}.icon-republican:before{content:""}.icon-researchgate:before{content:""}.icon-resolving:before{content:""}.icon-restroom:before{content:""}.icon-retweet:before{content:""}.icon-rev:before{content:""}.icon-ribbon:before{content:""}.icon-ring:before{content:""}.icon-road:before{content:""}.icon-robot:before{content:""}.icon-rocket:before{content:""}.icon-rocketchat:before{content:""}.icon-rockrms:before{content:""}.icon-route:before{content:""}.icon-rss:before{content:""}.icon-rss-square:before{content:""}.icon-ruble-sign:before{content:""}.icon-ruler:before{content:""}.icon-ruler-combined:before{content:""}.icon-ruler-horizontal:before{content:""}.icon-ruler-vertical:before{content:""}.icon-running:before{content:""}.icon-rupee-sign:before{content:""}.icon-sad-cry:before{content:""}.icon-sad-tear:before{content:""}.icon-safari:before{content:""}.icon-salesforce:before{content:""}.icon-sass:before{content:""}.icon-satellite:before{content:""}.icon-satellite-dish:before{content:""}.icon-save:before{content:""}.icon-schlix:before{content:""}.icon-school:before{content:""}.icon-screwdriver:before{content:""}.icon-scribd:before{content:""}.icon-scroll:before{content:""}.icon-sd-card:before{content:""}.icon-search:before{content:""}.icon-search-dollar:before{content:""}.icon-search-location:before{content:""}.icon-search-minus:before{content:""}.icon-search-plus:before{content:""}.icon-searchengin:before{content:""}.icon-seedling:before{content:""}.icon-sellcast:before{content:""}.icon-sellsy:before{content:""}.icon-server:before{content:""}.icon-servicestack:before{content:""}.icon-shapes:before{content:""}.icon-share:before{content:""}.icon-share-alt:before{content:""}.icon-share-alt-square:before{content:""}.icon-share-square:before{content:""}.icon-shekel-sign:before{content:""}.icon-shield-alt:before{content:""}.icon-ship:before{content:""}.icon-shipping-fast:before{content:""}.icon-shirtsinbulk:before{content:""}.icon-shoe-prints:before{content:""}.icon-shopify:before{content:"綾"}.icon-shopping-bag:before{content:""}.icon-shopping-basket:before{content:""}.icon-shopping-cart:before{content:""}.icon-shopware:before{content:""}.icon-shower:before{content:""}.icon-shuttle-van:before{content:""}.icon-sign:before{content:""}.icon-sign-in-alt:before{content:""}.icon-sign-language:before{content:""}.icon-sign-out-alt:before{content:""}.icon-signal:before{content:""}.icon-signature:before{content:""}.icon-sim-card:before{content:""}.icon-simplybuilt:before{content:""}.icon-sistrix:before{content:""}.icon-sitemap:before{content:""}.icon-sith:before{content:""}.icon-skating:before{content:""}.icon-sketch:before{content:""}.icon-skiing:before{content:""}.icon-skiing-nordic:before{content:""}.icon-skull:before{content:""}.icon-skull-crossbones:before{content:""}.icon-skyatlas:before{content:""}.icon-skype:before{content:""}.icon-slack:before{content:""}.icon-slack-hash:before{content:""}.icon-slash:before{content:""}.icon-sleigh:before{content:""}.icon-sliders-h:before{content:""}.icon-slideshare:before{content:""}.icon-smile:before{content:""}.icon-smile-beam:before{content:""}.icon-smile-wink:before{content:""}.icon-smog:before{content:""}.icon-smoking:before{content:""}.icon-smoking-ban:before{content:""}.icon-sms:before{content:""}.icon-snapchat:before{content:""}.icon-snapchat-ghost:before{content:""}.icon-snapchat-square:before{content:""}.icon-snowboarding:before{content:""}.icon-snowflake:before{content:""}.icon-snowman:before{content:""}.icon-snowplow:before{content:""}.icon-socks:before{content:""}.icon-solar-panel:before{content:""}.icon-sort:before{content:""}.icon-sort-alpha-down:before{content:""}.icon-sort-alpha-down-alt:before{content:""}.icon-sort-alpha-up:before{content:""}.icon-sort-alpha-up-alt:before{content:""}.icon-sort-amount-down:before{content:""}.icon-sort-amount-down-alt:before{content:""}.icon-sort-amount-up:before{content:""}.icon-sort-amount-up-alt:before{content:""}.icon-sort-down:before{content:""}.icon-sort-numeric-down:before{content:""}.icon-sort-numeric-down-alt:before{content:""}.icon-sort-numeric-up:before{content:""}.icon-sort-numeric-up-alt:before{content:""}.icon-sort-up:before{content:""}.icon-soundcloud:before{content:""}.icon-sourcetree:before{content:""}.icon-spa:before{content:""}.icon-space-shuttle:before{content:""}.icon-speakap:before{content:""}.icon-speaker-deck:before{content:""}.icon-spell-check:before{content:""}.icon-spider:before{content:""}.icon-spinner:before{content:""}.icon-splotch:before{content:""}.icon-spotify:before{content:""}.icon-spray-can:before{content:""}.icon-square:before{content:""}.icon-square-full:before{content:""}.icon-square-root-alt:before{content:""}.icon-squarespace:before{content:""}.icon-stack-exchange:before{content:""}.icon-stack-overflow:before{content:""}.icon-stackpath:before{content:""}.icon-stamp:before{content:""}.icon-star:before{content:""}.icon-star-and-crescent:before{content:""}.icon-star-half:before{content:""}.icon-star-half-alt:before{content:""}.icon-star-of-david:before{content:""}.icon-star-of-life:before{content:""}.icon-staylinked:before{content:""}.icon-steam:before{content:""}.icon-steam-square:before{content:""}.icon-steam-symbol:before{content:""}.icon-step-backward:before{content:""}.icon-step-forward:before{content:""}.icon-stethoscope:before{content:""}.icon-sticker-mule:before{content:""}.icon-sticky-note:before{content:""}.icon-stop:before{content:""}.icon-stop-circle:before{content:""}.icon-stopwatch:before{content:""}.icon-store:before{content:""}.icon-store-alt:before{content:""}.icon-strava:before{content:""}.icon-stream:before{content:""}.icon-street-view:before{content:""}.icon-strikethrough:before{content:""}.icon-stripe:before{content:""}.icon-stripe-s:before{content:""}.icon-stroopwafel:before{content:""}.icon-studiovinari:before{content:""}.icon-stumbleupon:before{content:""}.icon-stumbleupon-circle:before{content:""}.icon-subscript:before{content:""}.icon-subway:before{content:""}.icon-suitcase:before{content:""}.icon-suitcase-rolling:before{content:""}.icon-sun:before{content:""}.icon-superpowers:before{content:""}.icon-superscript:before{content:""}.icon-supple:before{content:""}.icon-surprise:before{content:""}.icon-suse:before{content:""}.icon-swatchbook:before{content:""}.icon-swift:before{content:""}.icon-swimmer:before{content:""}.icon-swimming-pool:before{content:""}.icon-symfony:before{content:""}.icon-synagogue:before{content:""}.icon-sync:before{content:""}.icon-sync-alt:before{content:""}.icon-syringe:before{content:""}.icon-table:before{content:""}.icon-table-tennis:before{content:""}.icon-tablet:before{content:""}.icon-tablet-alt:before{content:""}.icon-tablets:before{content:""}.icon-tachometer-alt:before{content:""}.icon-tag:before{content:""}.icon-tags:before{content:""}.icon-tape:before{content:""}.icon-tasks:before{content:""}.icon-taxi:before{content:""}.icon-teamspeak:before{content:""}.icon-teeth:before{content:""}.icon-teeth-open:before{content:""}.icon-telegram:before{content:""}.icon-telegram-plane:before{content:""}.icon-temperature-high:before{content:""}.icon-temperature-low:before{content:""}.icon-tencent-weibo:before{content:""}.icon-tenge:before{content:""}.icon-terminal:before{content:""}.icon-text-height:before{content:""}.icon-text-width:before{content:""}.icon-th:before{content:""}.icon-th-large:before{content:""}.icon-th-list:before{content:""}.icon-the-red-yeti:before{content:""}.icon-theater-masks:before{content:""}.icon-themeco:before{content:""}.icon-themeisle:before{content:""}.icon-thermometer:before{content:""}.icon-thermometer-empty:before{content:""}.icon-thermometer-full:before{content:""}.icon-thermometer-half:before{content:""}.icon-thermometer-quarter:before{content:""}.icon-thermometer-three-quarters:before{content:""}.icon-think-peaks:before{content:""}.icon-thumbs-down:before{content:""}.icon-thumbs-up:before{content:""}.icon-thumbtack:before{content:""}.icon-ticket-alt:before{content:""}.icon-times:before{content:""}.icon-times-circle:before{content:""}.icon-tint:before{content:""}.icon-tint-slash:before{content:""}.icon-tired:before{content:""}.icon-toggle-off:before{content:""}.icon-toggle-on:before{content:""}.icon-toilet:before{content:""}.icon-toilet-paper:before{content:""}.icon-toolbox:before{content:""}.icon-tools:before{content:""}.icon-tooth:before{content:""}.icon-torah:before{content:""}.icon-torii-gate:before{content:""}.icon-tractor:before{content:""}.icon-trade-federation:before{content:""}.icon-trademark:before{content:""}.icon-traffic-light:before{content:""}.icon-trailer:before{content:"論"}.icon-train:before{content:""}.icon-tram:before{content:""}.icon-transgender:before{content:""}.icon-transgender-alt:before{content:""}.icon-trash:before{content:""}.icon-trash-alt:before{content:""}.icon-trash-restore:before{content:""}.icon-trash-restore-alt:before{content:""}.icon-tree:before{content:""}.icon-trello:before{content:""}.icon-tripadvisor:before{content:""}.icon-trophy:before{content:""}.icon-truck:before{content:""}.icon-truck-loading:before{content:""}.icon-truck-monster:before{content:""}.icon-truck-moving:before{content:""}.icon-truck-pickup:before{content:""}.icon-tshirt:before{content:""}.icon-tty:before{content:""}.icon-tumblr:before{content:""}.icon-tumblr-square:before{content:""}.icon-tv:before{content:""}.icon-twitch:before{content:""}.icon-twitter:before{content:""}.icon-twitter-square:before{content:""}.icon-typo3:before{content:""}.icon-uber:before{content:""}.icon-ubuntu:before{content:""}.icon-uikit:before{content:""}.icon-umbraco:before{content:""}.icon-umbrella:before{content:""}.icon-umbrella-beach:before{content:""}.icon-underline:before{content:""}.icon-undo:before{content:""}.icon-undo-alt:before{content:""}.icon-uniregistry:before{content:""}.icon-unity:before{content:"雷"}.icon-universal-access:before{content:""}.icon-university:before{content:""}.icon-unlink:before{content:""}.icon-unlock:before{content:""}.icon-unlock-alt:before{content:""}.icon-untappd:before{content:""}.icon-upload:before{content:""}.icon-ups:before{content:""}.icon-usb:before{content:""}.icon-user:before{content:""}.icon-user-alt:before{content:""}.icon-user-alt-slash:before{content:""}.icon-user-astronaut:before{content:""}.icon-user-check:before{content:""}.icon-user-circle:before{content:""}.icon-user-clock:before{content:""}.icon-user-cog:before{content:""}.icon-user-edit:before{content:""}.icon-user-friends:before{content:""}.icon-user-graduate:before{content:""}.icon-user-injured:before{content:""}.icon-user-lock:before{content:""}.icon-user-md:before{content:""}.icon-user-minus:before{content:""}.icon-user-ninja:before{content:""}.icon-user-nurse:before{content:""}.icon-user-plus:before{content:""}.icon-user-secret:before{content:""}.icon-user-shield:before{content:""}.icon-user-slash:before{content:""}.icon-user-tag:before{content:""}.icon-user-tie:before{content:""}.icon-user-times:before{content:""}.icon-users:before{content:""}.icon-users-cog:before{content:""}.icon-usps:before{content:""}.icon-ussunnah:before{content:""}.icon-utensil-spoon:before{content:""}.icon-utensils:before{content:""}.icon-vaadin:before{content:""}.icon-vector-square:before{content:""}.icon-venus:before{content:""}.icon-venus-double:before{content:""}.icon-venus-mars:before{content:""}.icon-viacoin:before{content:""}.icon-viadeo:before{content:""}.icon-viadeo-square:before{content:""}.icon-vial:before{content:""}.icon-vials:before{content:""}.icon-viber:before{content:""}.icon-video:before{content:""}.icon-video-slash:before{content:""}.icon-vihara:before{content:""}.icon-vimeo:before{content:""}.icon-vimeo-square:before{content:""}.icon-vimeo-v:before{content:""}.icon-vine:before{content:""}.icon-vk:before{content:""}.icon-vnv:before{content:""}.icon-voicemail:before{content:""}.icon-volleyball-ball:before{content:""}.icon-volume-down:before{content:""}.icon-volume-mute:before{content:""}.icon-volume-off:before{content:""}.icon-volume-up:before{content:""}.icon-vote-yea:before{content:""}.icon-vr-cardboard:before{content:""}.icon-vuejs:before{content:""}.icon-walking:before{content:""}.icon-wallet:before{content:""}.icon-warehouse:before{content:""}.icon-water:before{content:""}.icon-wave-square:before{content:""}.icon-waze:before{content:""}.icon-weebly:before{content:""}.icon-weibo:before{content:""}.icon-weight:before{content:""}.icon-weight-hanging:before{content:""}.icon-weixin:before{content:""}.icon-whatsapp:before{content:""}.icon-whatsapp-square:before{content:""}.icon-wheelchair:before{content:""}.icon-whmcs:before{content:""}.icon-wifi:before{content:""}.icon-wikipedia-w:before{content:""}.icon-wind:before{content:""}.icon-window-close:before{content:""}.icon-window-maximize:before{content:""}.icon-window-minimize:before{content:""}.icon-window-restore:before{content:""}.icon-windows:before{content:""}.icon-wine-bottle:before{content:""}.icon-wine-glass:before{content:""}.icon-wine-glass-alt:before{content:""}.icon-wix:before{content:""}.icon-wizards-of-the-coast:before{content:""}.icon-wolf-pack-battalion:before{content:""}.icon-won-sign:before{content:""}.icon-wordpress:before{content:""}.icon-wordpress-simple:before{content:""}.icon-wpbeginner:before{content:""}.icon-wpexplorer:before{content:""}.icon-wpforms:before{content:""}.icon-wpressr:before{content:""}.icon-wrench:before{content:""}.icon-x-ray:before{content:""}.icon-xbox:before{content:""}.icon-xing:before{content:""}.icon-xing-square:before{content:""}.icon-y-combinator:before{content:""}.icon-yahoo:before{content:""}.icon-yammer:before{content:""}.icon-yandex:before{content:""}.icon-yandex-international:before{content:""}.icon-yarn:before{content:""}.icon-yelp:before{content:""}.icon-yen-sign:before{content:""}.icon-yin-yang:before{content:""}.icon-yoast:before{content:""}.icon-youtube:before{content:""}.icon-youtube-square:before{content:""}.icon-zhihu:before{content:""}.icon-mail-muted:before{color:rgba(13,13,13,.35);content:""}.icon-phone-muted:before{color:rgba(13,13,13,.35);content:""}.icon-map-muted:before{color:rgba(13,13,13,.35);content:""}.icon-clock-muted:before{color:rgba(13,13,13,.35);content:""}.icon-btc:before{font-family:"FontAwesome" !important;font-weight:400;content:""}.icon-tumblr:before{font-family:"FontAwesome" !important;font-weight:400;content:""}.icon-tumblr-sign:before{font-family:"FontAwesome" !important;font-weight:400;content:""}.icon-android:before{font-family:"FontAwesome" !important;font-weight:400;content:""}.icon-dropbox:before{font-family:"FontAwesome" !important;content:""}.icon-instagram:before{font-family:"FontAwesome" !important;font-weight:400;content:""}.icon-skype:before{font-family:"FontAwesome" !important;font-weight:400;content:""}.icon-youtube:before{font-family:"FontAwesome" !important;font-weight:400;content:""}.icon-apple:before{font-family:"FontAwesome" !important;font-weight:400;content:""}.icon-facebook:before{font-family:"FontAwesome" !important;font-weight:400;content:""}.icon-facebook-sign:before{font-family:"FontAwesome" !important;font-weight:400;content:""}.icon-google-plus:before{font-family:"FontAwesome" !important;font-weight:400;content:""}.icon-linkedin:before{font-family:"FontAwesome" !important;font-weight:400;content:""}.icon-pinterest:before{font-family:"FontAwesome" !important;font-weight:400;content:""}.icon-twitter:before{font-family:"FontAwesome" !important;font-weight:400;content:""}.icon-windows:before{font-family:"FontAwesome" !important;font-weight:400;content:""}.icon-food:before{font-family:"FontAwesome" !important;content:""}.icon-jpy:before{content:""}.icon-usd:before{content:""}.icon-eur:before{content:""}.icon-btc:before{content:""}.icon-krw:before{content:""}.icon-cny:before{content:""}.icon-gbp:before{content:""}.icon-inr:before{content:""}.icon-repeat:before{content:""}.icon-fullscreen:before{content:""}.icon-resize-full:before{content:""}.icon-resize-small:before{content:""}.icon-plus-sign-alt:before{content:""}.icon-h-sign:before{content:""}.icon-eye-open:before{content:""}.icon-legal:before{content:""}.icon-warning-sign:before{content:""}.icon-zoom-in:before{content:""}.icon-zoom-out:before{content:""}.icon-microphone-off:before{content:""}.icon-beaker:before{content:""}.icon-eye-close:before{content:""}.icon-group:before{content:""}a.ext::after{font-family:"FontAwesome";content:"" !important;font-size:.75em;margin-left:.35em;opacity:.9;text-decoration:none;display:inline-block}.muted:before{opacity:.5}.brand:before{font-family:"Brands" !important;font-weight:400}.stroke:before{font-family:"Stroke" !important;font-weight:400}
@@ -0,0 +1,3 @@
1
+ @charset "UTF-8";
2
+ @import url("./plugins/font-awesome.css");
3
+ @import url("./main.css");
@@ -0,0 +1,5 @@
1
+ <svg width="10" height="24" viewBox="0 0 10 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M8.19011 16.5903C8.26693 16.7343 8.32032 16.8896 8.35026 17.0575C8.38021 17.2269 8.38802 17.4048 8.3711 17.5911C8.35547 17.7774 8.31511 17.9708 8.25261 18.1684C8.19011 18.3674 8.10547 18.5679 7.9987 18.7697C7.89323 18.9716 7.76563 19.172 7.6198 19.3696C7.47396 19.5672 7.3099 19.7592 7.13021 19.9455C6.94922 20.1318 6.75521 20.3097 6.54818 20.4776C6.34115 20.6442 6.1237 20.7995 5.89714 20.942C5.66927 21.0846 5.4375 21.2116 5.20052 21.3231C4.96355 21.4347 4.72526 21.5278 4.48698 21.6054C4.2474 21.6817 4.01303 21.7395 3.78256 21.7777C3.55079 21.8158 3.32943 21.8355 3.11459 21.8341C2.89974 21.8341 2.69792 21.8129 2.50912 21.7734C2.32032 21.7325 2.14714 21.6732 1.98959 21.5956C1.83204 21.5179 1.69401 21.422 1.57553 21.309C1.45573 21.1961 1.35808 21.0677 1.28256 20.9251C1.20573 20.7811 1.15235 20.6259 1.1224 20.4565C1.09245 20.2885 1.08464 20.1107 1.10157 19.9243C1.11719 19.7366 1.15756 19.5446 1.22006 19.3456C1.28256 19.148 1.36719 18.9476 1.47396 18.7457C1.57943 18.5439 1.70573 18.3434 1.85287 18.1458C1.9987 17.9468 2.16276 17.7548 2.34245 17.5685C2.52344 17.3822 2.71745 17.2058 2.92448 17.0378C3.13151 16.8698 3.34896 16.716 3.57553 16.5734C3.80209 16.4308 4.03516 16.3038 4.27214 16.1923C4.50912 16.0808 4.7474 15.9862 4.98568 15.91C5.22526 15.8338 5.45964 15.7759 5.69011 15.7378C5.92188 15.6983 6.14323 15.6799 6.35808 15.6799C6.57292 15.6813 6.77344 15.7011 6.96355 15.742C7.15235 15.7815 7.32552 15.8408 7.48308 15.9199C7.64063 15.9975 7.77865 16.0935 7.89714 16.2064C8.01693 16.3193 8.11459 16.4464 8.19011 16.5903Z" fill="black"/>
3
+ <path d="M8.04035 16.9178C8.08852 17.0039 8.12368 17.0956 8.14712 17.1944C8.16274 17.265 8.17055 17.337 8.16795 17.4104C8.16795 17.4951 8.15883 17.5784 8.14191 17.6602C8.11977 17.7816 8.08722 17.9002 8.04425 18.0145C7.8242 18.6243 7.42055 19.1494 6.98436 19.5926C5.93618 20.6527 4.42186 21.4403 2.96613 21.3711C2.44399 21.3443 1.86717 21.1876 1.51951 20.7303C1.45571 20.6484 1.40493 20.5581 1.36717 20.4593C1.33592 20.3802 1.31639 20.2984 1.30727 20.2151C1.30727 20.201 1.29816 20.1219 1.30337 20.1953V20.1036C1.30206 20.0725 1.30337 20.0415 1.30727 20.0118C1.30337 20.0203 1.30337 20.0711 1.30727 20.0161C1.31899 19.8961 1.34243 19.7775 1.37498 19.6618C1.54425 19.0703 1.91404 18.5551 2.30467 18.1162C2.83462 17.5417 3.43878 17.0829 4.11587 16.7371C4.85805 16.3546 5.68097 16.1062 6.50519 16.1429C7.06508 16.1711 7.73045 16.3602 8.04035 16.9178C8.12498 17.0745 8.25649 17.0829 8.34113 16.9178C8.42706 16.7512 8.43488 16.4336 8.34113 16.2628C7.54816 14.8287 5.66925 15.128 4.45571 15.6404C3.02602 16.2403 1.60024 17.4344 1.05727 19.0435C0.841126 19.6886 0.802064 20.431 1.04816 21.0719C1.29425 21.7127 1.81639 22.0628 2.40623 22.211C3.16535 22.4043 3.97654 22.2576 4.70571 21.9992C5.54816 21.6915 6.30857 21.2243 6.98436 20.5976C8.04425 19.611 9.13149 17.8028 8.34113 16.2628C8.25649 16.1019 8.12107 16.1019 8.04035 16.2628C7.95962 16.4238 7.9518 16.7428 8.04035 16.9178Z" fill="black"/>
4
+ <path d="M7.76038 2.35092V16.7752C7.76038 17.042 7.8372 17.6969 8.18486 17.6969C8.53251 17.6969 8.60933 17.0279 8.60933 16.7752V2.35092C8.60933 2.08414 8.53642 1.4292 8.18486 1.4292C7.83199 1.4292 7.76038 2.09826 7.76038 2.35092Z" fill="black"/>
5
+ </svg>
@@ -0,0 +1,32 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 24.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 1315.7 312.3" style="enable-background:new 0 0 1315.7 312.3;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{fill:#C4A96B;}
7
+ </style>
8
+ <g>
9
+ <path class="st0" d="M1046.5,21.8c-40,7.1-84.4,23.1-129.3,41.9c5.6,3.6,10.7,7.5,15.8,11.8c65.8-27.4,132.7-47.9,205.8-40
10
+ c176.6,19.2,158.2,170.4,99.6,200.1c-32.1,16.2-109.2,10.5-116.3-55.8c-2.1-20.3,3-43,16.5-57.7c7.7-8.3,5.3-6.8,15-3.6
11
+ c11.1,4.1,22.9,6.6,32.7,0.4c25.4-16.2-12.4-46.4-51.1-16.9c-56.2,42.8-39.5,165.7,75.9,158.2c85.1-5.6,110.1-115.9,60.1-180
12
+ C1222.8,18.4,1122.6,8.1,1046.5,21.8z"/>
13
+ <path class="st0" d="M993.2,163.8h100c0.4-5.3,1.1-10.7,2.1-15.8H989.2C990.7,153.3,992.2,158.4,993.2,163.8z"/>
14
+ <path class="st0" d="M1132.8,163.8h135.3c0.4-5.3,0.4-10.7,0-15.8h-131.9C1134.5,153.1,1133.5,158.4,1132.8,163.8z"/>
15
+ <path class="st0" d="M896.2,91.5c-6.4-4.1-12.8-7.7-19.2-10.7c-37.2,16.5-74,33.6-107.1,47.2l-128.5,47.7
16
+ c-23.5,8.1-70.8,20.5-71,35.9c-0.2,17.5,33.6,10.7,34-2.6v-1.9l101.5-35.5c54.9-20.1,109.2-43.6,163.3-68
17
+ C878.2,99.6,887.2,95.6,896.2,91.5z"/>
18
+ <path class="st0" d="M685.2,147.9H573.9l-7.5,3.6c-8.3,4.1-16.5,8.1-24.8,12.2h101.1L685.2,147.9z"/>
19
+ <path class="st0" d="M63.2,163.8H381c2.1-2.4,4.1-4.9,6-7.5c2.1-2.6,4.1-5.3,6-8.3H63.2V163.8L63.2,163.8z"/>
20
+ <path class="st0" d="M942.6,147.9H795.3c-12.8,5.3-25.7,10.7-38.5,15.8h192C947.3,158.4,945.1,153.1,942.6,147.9z"/>
21
+ <path class="st0" d="M645,51.3C578.3,73.6,482.4,126.6,414.2,167c4.7-6.6,8.6-13,11.8-19.5c4.1-8.8,7.3-17.3,9.2-26.3
22
+ c2.4-9.4,3.6-19.2,3.4-29.3c-0.4-9-1.9-18-4.9-26.3c-3.6-9-9-17.3-16.2-24.4c-6.8-6.6-15.4-12-25.2-15.6
23
+ c-9.6-3.6-20.7-5.3-31.4-5.6c-11.1,0-22,1.5-31,4.7c-8.1,3-14.7,7.3-19.7,11.8c-6.4,6.2-10,13-10.9,18.8c-0.6,3.8,0,7.3,1.3,10
24
+ c1.3,2.8,3.2,4.7,5.6,6.2c2.6,1.3,5.3,1.9,8.3,1.5s6-1.7,8.6-4.3c6-5.3,10-16.5,13.9-28.2c6.6-2.1,15.2-3.2,23.7-3.2
25
+ c8.8,0.2,18,1.7,25.7,4.5c7.5,2.8,13.9,6.8,19.2,11.8c5.3,5.1,9.4,11.3,12,18.2c2.4,6.4,3.6,13.5,3.8,20.5c0.2,8.3-0.9,16.7-3,25
26
+ c-1.7,7.7-4.3,15.2-7.9,22.4c-3.6,7.5-8.6,15-14.5,23.1c-50.7,66.3-162.9,100.9-242.8,87.2C91.8,239.9,41.4,198.4,46.1,133.6
27
+ c3.2-47.7,53-56.4,85.1-49.6c5.1,11.1,11.3,25.2,22.2,31.4c17.3,9.8,37-1.9,31.2-19.2c-9-26.9-54.5-38.7-86.8-34.6
28
+ c-95.3,11.8-84,110.1-46.6,157.1c68.8,86.8,222.5,54.5,308.2,20.5c127-50.7,326-181.1,454.7-177.6c37.6,0.9,65.2,9.2,92.6,29.3
29
+ c105,77.4,46.2,193.2-41.9,182.3c-18.8-2.1-35.3-11.5-49.4-21.2c2.8-17.7,5.6-37.2-7.3-44.9c-25.9-15.4-66.3,36.6,19.7,77.4
30
+ c99.6,47.2,203.3-63.1,134.9-166.3C896,17.6,747.4,17.1,645,51.3z"/>
31
+ </g>
32
+ </svg>
@@ -0,0 +1,37 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 24.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" id="flourish" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 2609.9 300.3" style="enable-background:new 0 0 2609.9 300.3;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{fill:#C4A96B;}
7
+ </style>
8
+ <g id="Line">
9
+ <path class="st0" d="M2598.1,232.6h-942c-0.8,2.3-1.6,4.6-2.7,6.9h949.9L2598.1,232.6z"/>
10
+ <path class="st0" d="M6.7,239.5h949.7c-1-2.3-1.9-4.5-2.7-6.9H12L6.7,239.5z"/>
11
+ <path class="st0" d="M1644.1,232.6h-223.5l5.2,6.9h215.5C1642.5,237.3,1643.4,235,1644.1,232.6z"/>
12
+ <path class="st0" d="M968.5,239.5H1184l5.2-6.9H965.7C966.4,235,967.4,237.3,968.5,239.5z"/>
13
+ </g>
14
+ <g id="Main_B">
15
+ <path class="st0" d="M1620.8,178.5c49.3,25.9,28.2,95.1-31.1,77.7c-2.6-10.5-15.7-5.5-10.2,1.9c5.5,6.8,27.7,8.6,41,5.6
16
+ c59.7-12.6,54.9-131.8-79.1-112.7l-2.3,0.4c1.7,5.2,2.5,11.2,2.5,16.3C1570.8,163.1,1603.3,169.2,1620.8,178.5z M1068.2,167.6
17
+ c0-5,0.8-11.1,2.5-16.3l-2.3-0.4c-134-19.1-138.7,100.1-79.1,112.7c13.3,3,35.5,1.1,41-5.6c5.6-7.4-7.5-12.4-10.2-1.9
18
+ c-59.3,17.4-80.4-51.7-31.1-77.7C1006.6,169.2,1039,163.1,1068.2,167.6z M1304.9,271.7c17.3,0.4,37.8-4,61.2-15.8
19
+ c55-28,108.6-72.9,164.7-86.2c0.3-3-0.2-11.2-2.4-16.3c-69.6,14.8-146.7,91.9-206.7,103.3c-5.8,1.1-11.4,1.9-16.8,2.2
20
+ c-5.4-0.3-11.1-1.1-16.8-2.2c-60-11.4-137.1-88.5-206.7-103.3c-2.2,5.2-2.7,13.4-2.4,16.3c56.1,13.3,109.7,58.2,164.7,86.2
21
+ C1267.2,267.7,1287.6,272.1,1304.9,271.7z"/>
22
+ </g>
23
+ <g id="Main_A">
24
+ <path class="st0" d="M1500.2,120.8c-41-11.3-82.4,20.5-116.2,44.2c-12.9-9.2-17.1-12.3-23.3-16.6c33.6-38.7,16.8-100.1-39-116.8
25
+ c-5.4-1.5-11-2.5-16.8-3c-5.7,0.5-11.4,1.5-16.8,3c-55.8,16.7-72.6,78.1-39,116.8c-6.1,4.3-10.3,7.3-23.3,16.6
26
+ c-33.8-23.7-75.2-55.5-116.2-44.2c-43.7,12-46.7,54.8-31.3,74.9c20.9,27.7,58.4,29.5,85.9,15.8l-7-4.3
27
+ c-109.8,44.5-122.2-160.6,54.8-32.5c-20.2,14.1-32.1,20.8-34.7,22.3l6.5,4c9.3-5.6,19-11.7,34.1-22.1c33.1,23.7,62.5,34.3,87,36
28
+ c24.5-1.7,54-12.2,87-36c15.1,10.5,24.7,16.5,34.1,22.1l6.5-4c-2.6-1.6-14.5-8.3-34.7-22.3c177-128.1,164.5,77,54.8,32.5l-7,4.3
29
+ c27.5,13.7,65,11.9,85.9-15.8C1547,175.6,1544,132.8,1500.2,120.8z M1245.4,117.9c-5.3-46.4,25.2-71.7,59.5-77.7
30
+ c34.3,6,64.8,31.2,59.3,77.7c-1.9,15.5-6.1,21.7-9,25.8h-0.1l-0.5,0.6c-21-14.7-37.7-19.5-49.8-18.6c-12.2-0.9-28.8,3.9-49.8,18.6
31
+ l-0.5-0.6h-0.1C1251.5,139.6,1247.3,133.5,1245.4,117.9z M1350.2,149.4c-16.5,16.5-33.2,20.7-45.4,18.3
32
+ c-12.1,2.4-28.9-1.8-45.4-18.3c5.2-3.4,12.2-8,19.9-11.3c6.9-2.9,17-5.7,25.6-5.3c8.6-0.4,18.8,2.4,25.4,5.3
33
+ C1338,141.5,1345,146,1350.2,149.4z M1304.8,202.3c-21-3.5-45.8-13.8-73.3-33.3c7.7-5.5,14-10.1,22.2-15.7
34
+ c11.5,11.5,25.7,20.7,42,21.4c3.5,0.3,6.5,0.2,9.2-0.2c2.8,0.4,5.8,0.5,9,0.2c16.3-0.7,30.6-9.9,42-21.4
35
+ c8.2,5.6,14.5,10.2,22.2,15.7C1350.6,188.5,1325.8,198.8,1304.8,202.3z"/>
36
+ </g>
37
+ </svg>
@@ -0,0 +1,31 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 24.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 1315.7 312.3" style="enable-background:new 0 0 1315.7 312.3;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{fill:#C4A96B;}
7
+ </style>
8
+ <g>
9
+ <path class="st0" d="M275.3,21.9c40,7.1,84.4,23.1,129.3,41.9c-5.6,3.6-10.7,7.5-15.8,11.8c-65.8-27.4-132.7-47.9-205.8-40
10
+ C6.4,54.8,24.7,205.9,83.3,235.7c32.1,16.2,109.2,10.5,116.3-55.8c2.1-20.3-3-43-16.5-57.7c-7.7-8.3-5.3-6.8-15-3.6
11
+ c-11.1,4.1-22.9,6.6-32.7,0.4c-25.4-16.2,12.4-46.4,51.1-16.9c56.2,42.8,39.5,165.7-75.9,158.2c-85.1-5.6-110.1-115.9-60.1-180
12
+ C98.9,18.5,199.2,8.2,275.3,21.9z"/>
13
+ <path class="st0" d="M328.5,163.8h-100c-0.4-5.3-1.1-10.7-2.1-15.8h106.2C331.1,153.4,329.6,158.5,328.5,163.8z"/>
14
+ <path class="st0" d="M188.9,163.8H53.6c-0.4-5.3-0.4-10.7,0-15.8h131.9C187.2,153.1,188.3,158.5,188.9,163.8z"/>
15
+ <path class="st0" d="M425.5,91.6c6.4-4.1,12.8-7.7,19.2-10.7c37.2,16.5,74,33.6,107.1,47.2l128.5,47.7c23.5,8.1,70.8,20.5,71,35.9
16
+ c0.2,17.5-33.6,10.7-34-2.6v-1.9l-101.5-35.5c-54.9-20.1-109.2-43.6-163.3-68C443.5,99.7,434.5,95.6,425.5,91.6z"/>
17
+ <path class="st0" d="M636.5,148h111.4l7.5,3.6c8.3,4.1,16.5,8.1,24.8,12.2H679L636.5,148z"/>
18
+ <path class="st0" d="M1258.5,163.8H940.7c-2.1-2.4-4.1-4.9-6-7.5c-2.1-2.6-4.1-5.3-6-8.3h329.8L1258.5,163.8L1258.5,163.8z"/>
19
+ <path class="st0" d="M379.1,148h147.3c12.8,5.3,25.7,10.7,38.5,15.8H373C374.4,158.5,376.6,153.1,379.1,148z"/>
20
+ <path class="st0" d="M676.7,51.4c66.7,22.2,162.7,75.2,230.9,115.6c-4.7-6.6-8.6-13-11.8-19.5c-4.1-8.8-7.3-17.3-9.2-26.3
21
+ c-2.4-9.4-3.6-19.2-3.4-29.3c0.4-9,1.9-18,4.9-26.3c3.6-9,9-17.3,16.2-24.4c6.8-6.6,15.4-12,25.2-15.6c9.6-3.6,20.7-5.3,31.4-5.6
22
+ c11.1,0,22,1.5,31,4.7c8.1,3,14.7,7.3,19.7,11.8c6.4,6.2,10,13,10.9,18.8c0.6,3.8,0,7.3-1.3,10c-1.3,2.8-3.2,4.7-5.6,6.2
23
+ c-2.6,1.3-5.3,1.9-8.3,1.5c-3-0.4-6-1.7-8.5-4.3c-6-5.3-10-16.5-13.9-28.2c-6.6-2.1-15.2-3.2-23.7-3.2c-8.8,0.2-18,1.7-25.7,4.5
24
+ c-7.5,2.8-13.9,6.8-19.2,11.8c-5.3,5.1-9.4,11.3-12,18.2c-2.4,6.4-3.6,13.5-3.8,20.5c-0.2,8.3,0.9,16.7,3,25
25
+ c1.7,7.7,4.3,15.2,7.9,22.4c3.6,7.5,8.5,15,14.5,23.1c50.7,66.3,162.9,100.9,242.8,87.2c61.1-10.3,111.6-51.7,106.9-116.5
26
+ c-3.2-47.7-53-56.4-85.1-49.6c-5.1,11.1-11.3,25.2-22.2,31.4c-17.3,9.8-37-1.9-31.2-19.2c9-26.9,54.5-38.7,86.8-34.6
27
+ c95.3,11.8,84,110.1,46.6,157.1c-68.8,86.8-222.5,54.5-308.2,20.5c-127-50.7-326-181.1-454.7-177.6c-37.6,0.9-65.2,9.2-92.6,29.3
28
+ c-105,77.4-46.2,193.2,41.9,182.3c18.8-2.1,35.3-11.5,49.4-21.2c-2.8-17.7-5.6-37.2,7.3-44.9c25.9-15.4,66.3,36.6-19.7,77.4
29
+ c-99.6,47.2-203.3-63.1-134.9-166.3C425.7,17.6,574.3,17.2,676.7,51.4z"/>
30
+ </g>
31
+ </svg>
@@ -0,0 +1,15 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 24.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 368.8 22.8" style="enable-background:new 0 0 368.8 22.8;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{fill:#C4A96B;}
7
+ </style>
8
+ <path class="st0" d="M366.8,11.2l-136.6,5.3c-0.4,0-0.8-0.2-1.1-0.6c-0.7-1.1-2.4-3.2-4.9-3.1c-2.8,0.2-5.1,1.9-6.3,3.9
9
+ c-0.4,0.6-1.1,0.7-1.7,0.4c-2.3-1.5-9.1-4.7-16.3-4.4c-7.2,0.3-13.1,4.5-15.1,5.9c-0.4,0.2-0.8,0.2-1.2,0c-2.1-1.5-6-5.6-14.9-5.9
10
+ c-8.4,0.3-16.1,4-16.3,4.1c-0.6,0.2-1.3,0.2-1.7-0.3c-1.1-1.5-3.4-4.2-6.4-3.8c-3,0.4-4.3,2-4.7,2.9c-0.2,0.4-0.6,0.6-1.1,0.6
11
+ l-136.9-5c-0.3,0-0.3-0.4,0-0.5l136.6-5.3c0.4,0,0.8,0.2,1.1,0.6c0.7,1.1,2.4,3.3,4.9,3.1c2.8-0.2,5.1-1.9,6.3-3.9
12
+ c0.3-0.6,1.1-0.7,1.7-0.4c2.3,1.5,9.1,4.7,16.3,4.4c7.6-0.3,13.8-5,15.4-6.1c0.2-0.1,0.4-0.1,0.6,0c1.7,1.2,10,6.2,16.5,6.3
13
+ c8.9,0.1,15-4.3,15-4.4c0.2-0.6,1.3-0.2,1.7,0.3c1.1,1.5,3.4,4.2,6.4,3.8c3-0.4,4.3-2,4.8-2.9c0.2-0.4,0.6-0.6,1.1-0.6l136.9,5
14
+ C367.1,10.7,367.1,11.2,366.8,11.2z"/>
15
+ </svg>
@@ -0,0 +1,17 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 24.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 368.8 22.8" style="enable-background:new 0 0 368.8 22.8;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .color{fill:rgba(4,85,148,1);}
7
+ </style>
8
+ <g>
9
+ <rect class="color" x="2" y="10.7" width="143.4" height="1.3"/>
10
+ </g>
11
+ <g>
12
+ <rect class="color" x="223.4" y="10.7" width="143.4" height="1.3"/>
13
+ </g>
14
+ <g>
15
+ <rect class="color" x="151.4" y="9.7" width="66.1" height="3.3"/>
16
+ </g>
17
+ </svg>
@@ -0,0 +1,4 @@
1
+ const jumpTo = async (anchor) => {
2
+ document.getElementById(anchor).scrollIntoView();
3
+ }
4
+ console.log("jumpTo loaded");