@gravity-ui/page-constructor 5.28.2 → 5.28.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (244) hide show
  1. package/build/cjs/blocks/Banner/Banner.css +15 -0
  2. package/build/cjs/blocks/CardLayout/CardLayout.css +343 -0
  3. package/build/cjs/blocks/Companies/Companies.css +21 -0
  4. package/build/cjs/blocks/ContentLayout/ContentLayout.css +59 -0
  5. package/build/cjs/blocks/ExtendedFeatures/ExtendedFeatures.css +402 -0
  6. package/build/cjs/blocks/FilterBlock/FilterBlock.css +49 -0
  7. package/build/cjs/blocks/Form/Form.css +134 -0
  8. package/build/cjs/blocks/Header/Header.css +226 -0
  9. package/build/cjs/blocks/HeaderSlider/HeaderSlider.css +55 -0
  10. package/build/cjs/blocks/Icons/Icons.css +56 -0
  11. package/build/cjs/blocks/Info/Info.css +32 -0
  12. package/build/cjs/blocks/Map/Map.css +14 -0
  13. package/build/cjs/blocks/Media/Media.css +17 -0
  14. package/build/cjs/blocks/PromoFeaturesBlock/PromoFeaturesBlock.css +390 -0
  15. package/build/cjs/blocks/Questions/QuestionBlockItem/QuestionBlockItem.css +66 -0
  16. package/build/cjs/blocks/Questions/Questions.css +13 -0
  17. package/build/cjs/blocks/Share/Share.css +68 -0
  18. package/build/cjs/blocks/Slider/Arrow/Arrow.css +65 -0
  19. package/build/cjs/blocks/Slider/Slider.css +703 -0
  20. package/build/cjs/blocks/Slider/slick.css +87 -0
  21. package/build/cjs/blocks/SliderNew/Arrow/Arrow.css +62 -0
  22. package/build/cjs/blocks/SliderNew/Slider.css +834 -0
  23. package/build/cjs/blocks/Table/Table.css +30 -0
  24. package/build/cjs/blocks/Tabs/Tabs.css +111 -0
  25. package/build/cjs/blocks/Tabs/TabsTextContent/TabsTextContent.css +27 -0
  26. package/build/cjs/components/Anchor/Anchor.css +8 -0
  27. package/build/cjs/components/Author/Author.css +58 -0
  28. package/build/cjs/components/BackgroundImage/BackgroundImage.css +16 -0
  29. package/build/cjs/components/BackgroundMedia/BackgroundMedia.css +60 -0
  30. package/build/cjs/components/BalancedMasonry/BalancedMasonry.css +10 -0
  31. package/build/cjs/components/BlockBase/BlockBase.css +70 -0
  32. package/build/cjs/components/Button/Button.css +59 -0
  33. package/build/cjs/components/ButtonTabs/ButtonTabs.css +28 -0
  34. package/build/cjs/components/Buttons/Buttons.css +11 -0
  35. package/build/cjs/components/CardBase/CardBase.css +96 -0
  36. package/build/cjs/components/ContentList/ContentList.css +65 -0
  37. package/build/cjs/components/Control/Control.css +88 -0
  38. package/build/cjs/components/DefaultVideo/DefaultVideo.css +5 -0
  39. package/build/cjs/components/ErrorWrapper/ErrorWrapper.css +11 -0
  40. package/build/cjs/components/FileLink/FileLink.css +54 -0
  41. package/build/cjs/components/Foldable/Foldable.css +10 -0
  42. package/build/cjs/components/FullWidthBackground/FullWidthBackground.css +13 -0
  43. package/build/cjs/components/FullscreenImage/FullscreenImage.css +80 -0
  44. package/build/cjs/components/FullscreenMedia/FullscreenMedia.css +75 -0
  45. package/build/cjs/components/HeaderBreadcrumbs/HeaderBreadcrumbs.css +45 -0
  46. package/build/cjs/components/IconWrapper/IconWrapper.css +32 -0
  47. package/build/cjs/components/Link/Link.css +71 -0
  48. package/build/cjs/components/Links/Links.css +15 -0
  49. package/build/cjs/components/Map/Map.css +25 -0
  50. package/build/cjs/components/Media/DataLens/DataLens.css +20 -0
  51. package/build/cjs/components/Media/Iframe/Iframe.css +18 -0
  52. package/build/cjs/components/Media/Image/Image.css +10 -0
  53. package/build/cjs/components/Media/Media.css +11 -0
  54. package/build/cjs/components/Media/Video/Video.css +12 -0
  55. package/build/cjs/components/MediaBase/MediaBase.css +60 -0
  56. package/build/cjs/components/MediaBase/MediaBaseContent.css +12 -0
  57. package/build/cjs/components/MetaInfo/MetaInfo.css +11 -0
  58. package/build/cjs/components/OverflowScroller/OverflowScroller.css +58 -0
  59. package/build/cjs/components/ReactPlayer/CircleProgress.css +3 -0
  60. package/build/cjs/components/ReactPlayer/CustomBarControls.css +91 -0
  61. package/build/cjs/components/ReactPlayer/ReactPlayer.css +78 -0
  62. package/build/cjs/components/Table/Table.css +87 -0
  63. package/build/cjs/components/Title/Title.css +16 -0
  64. package/build/cjs/components/Title/TitleItem.css +119 -0
  65. package/build/cjs/components/ToggleArrow/ToggleArrow.css +23 -0
  66. package/build/cjs/components/UnpublishedLabel/UnpublishedLabel.css +19 -0
  67. package/build/cjs/components/VideoBlock/VideoBlock.css +55 -0
  68. package/build/cjs/containers/Loadable/Loadable.css +4 -0
  69. package/build/cjs/containers/PageConstructor/PageConstructor.css +198 -0
  70. package/build/cjs/containers/PageConstructor/components/ConstructorBlock/ConstructorBlock.css +38 -0
  71. package/build/cjs/containers/PageConstructor/components/ConstructorRow/ConstructorRow.css +8 -0
  72. package/build/cjs/editor/components/AddBlock/AddBlock.css +82 -0
  73. package/build/cjs/editor/components/CodeEditor/CodeEditor.css +55 -0
  74. package/build/cjs/editor/components/ControlPanel/ControlPanel.css +32 -0
  75. package/build/cjs/editor/components/DeviceEmulation/DeviceEmulationMobile/DeviceEmulationMobile.css +33 -0
  76. package/build/cjs/editor/components/EditBlock/EditBlock.css +56 -0
  77. package/build/cjs/editor/components/ErrorBoundary/ErrorBoundary.css +27 -0
  78. package/build/cjs/editor/components/Layout/Layout.css +50 -0
  79. package/build/cjs/editor/components/NotFoundBlock/NotFoundBlock.css +21 -0
  80. package/build/cjs/editor/components/PageSettings/PageSettings.css +26 -0
  81. package/build/cjs/editor/containers/Editor/Editor.css +17 -0
  82. package/build/cjs/editor/containers/Form/Form.css +87 -0
  83. package/build/cjs/editor/containers/Form/dynamic-form-custom.css +0 -0
  84. package/build/cjs/editor/dynamic-forms-custom/components/OneOfCustom/OneOfCustom.css +27 -0
  85. package/build/cjs/editor/styles/mixins.css +0 -0
  86. package/build/cjs/editor/styles/root.css +9 -0
  87. package/build/cjs/editor/styles/variables.css +0 -0
  88. package/build/cjs/grid/Grid/Grid.css +87 -0
  89. package/build/cjs/grid/styles/bootstrap.css +1627 -0
  90. package/build/cjs/navigation/components/DesktopNavigation/DesktopNavigation.css +131 -0
  91. package/build/cjs/navigation/components/Logo/Logo.css +23 -0
  92. package/build/cjs/navigation/components/MobileMenuButton/MobileMenuButton.css +7 -0
  93. package/build/cjs/navigation/components/MobileNavigation/MobileNavigation.css +72 -0
  94. package/build/cjs/navigation/components/Navigation/Navigation.css +12 -0
  95. package/build/cjs/navigation/components/NavigationItem/NavigationItem.css +31 -0
  96. package/build/cjs/navigation/components/NavigationItem/components/ContentWrapper/ContentWrapper.css +5 -0
  97. package/build/cjs/navigation/components/NavigationItem/components/GithubButton/GithubButton.css +14 -0
  98. package/build/cjs/navigation/components/NavigationItem/components/NavigationButton/NavigationButton.css +3 -0
  99. package/build/cjs/navigation/components/NavigationItem/components/NavigationDropdown/NavigationDropdown.css +26 -0
  100. package/build/cjs/navigation/components/NavigationItem/components/NavigationLink/NavigationLink.css +32 -0
  101. package/build/cjs/navigation/components/NavigationItem/mixins.css +0 -0
  102. package/build/cjs/navigation/components/NavigationPopup/NavigationPopup.css +30 -0
  103. package/build/cjs/navigation/components/SocialIcon/SocialIcon.css +20 -0
  104. package/build/cjs/navigation/containers/Layout/Layout.css +15 -0
  105. package/build/cjs/sub-blocks/BackgroundCard/BackgroundCard.css +49 -0
  106. package/build/cjs/sub-blocks/BannerCard/BannerCard.css +97 -0
  107. package/build/cjs/sub-blocks/BasicCard/BasicCard.css +12 -0
  108. package/build/cjs/sub-blocks/Content/Content.css +159 -0
  109. package/build/cjs/sub-blocks/Divider/Divider.css +27 -0
  110. package/build/cjs/sub-blocks/HubspotForm/HubspotForm.css +401 -0
  111. package/build/cjs/sub-blocks/ImageCard/ImageCard.css +102 -0
  112. package/build/cjs/sub-blocks/LayoutItem/LayoutItem.css +29 -0
  113. package/build/cjs/sub-blocks/MediaCard/MediaCard.css +5 -0
  114. package/build/cjs/sub-blocks/PriceCard/PriceCard.css +100 -0
  115. package/build/cjs/sub-blocks/PriceDetailed/CombinedPriceDetailed/CombinedPriceDetailed.css +35 -0
  116. package/build/cjs/sub-blocks/PriceDetailed/PriceDescription/PriceDescription.css +50 -0
  117. package/build/cjs/sub-blocks/PriceDetailed/PriceDetails/Details/List.css +11 -0
  118. package/build/cjs/sub-blocks/PriceDetailed/PriceDetails/Details/Settings.css +20 -0
  119. package/build/cjs/sub-blocks/PriceDetailed/PriceDetails/PriceDetails.css +61 -0
  120. package/build/cjs/sub-blocks/PriceDetailed/SeparatePriceDetailed/SeparatePriceDetailed.css +9 -0
  121. package/build/cjs/sub-blocks/Quote/Quote.css +146 -0
  122. package/build/esm/blocks/Banner/Banner.css +15 -0
  123. package/build/esm/blocks/CardLayout/CardLayout.css +343 -0
  124. package/build/esm/blocks/Companies/Companies.css +21 -0
  125. package/build/esm/blocks/ContentLayout/ContentLayout.css +59 -0
  126. package/build/esm/blocks/ExtendedFeatures/ExtendedFeatures.css +402 -0
  127. package/build/esm/blocks/FilterBlock/FilterBlock.css +49 -0
  128. package/build/esm/blocks/Form/Form.css +134 -0
  129. package/build/esm/blocks/Header/Header.css +226 -0
  130. package/build/esm/blocks/HeaderSlider/HeaderSlider.css +55 -0
  131. package/build/esm/blocks/Icons/Icons.css +56 -0
  132. package/build/esm/blocks/Info/Info.css +32 -0
  133. package/build/esm/blocks/Map/Map.css +14 -0
  134. package/build/esm/blocks/Media/Media.css +17 -0
  135. package/build/esm/blocks/PromoFeaturesBlock/PromoFeaturesBlock.css +390 -0
  136. package/build/esm/blocks/Questions/QuestionBlockItem/QuestionBlockItem.css +66 -0
  137. package/build/esm/blocks/Questions/Questions.css +13 -0
  138. package/build/esm/blocks/Share/Share.css +68 -0
  139. package/build/esm/blocks/Slider/Arrow/Arrow.css +65 -0
  140. package/build/esm/blocks/Slider/Slider.css +703 -0
  141. package/build/esm/blocks/Slider/slick.css +87 -0
  142. package/build/esm/blocks/SliderNew/Arrow/Arrow.css +62 -0
  143. package/build/esm/blocks/SliderNew/Slider.css +834 -0
  144. package/build/esm/blocks/Table/Table.css +30 -0
  145. package/build/esm/blocks/Tabs/Tabs.css +111 -0
  146. package/build/esm/blocks/Tabs/TabsTextContent/TabsTextContent.css +27 -0
  147. package/build/esm/components/Anchor/Anchor.css +8 -0
  148. package/build/esm/components/Author/Author.css +58 -0
  149. package/build/esm/components/BackgroundImage/BackgroundImage.css +16 -0
  150. package/build/esm/components/BackgroundMedia/BackgroundMedia.css +60 -0
  151. package/build/esm/components/BalancedMasonry/BalancedMasonry.css +10 -0
  152. package/build/esm/components/BlockBase/BlockBase.css +70 -0
  153. package/build/esm/components/Button/Button.css +59 -0
  154. package/build/esm/components/ButtonTabs/ButtonTabs.css +28 -0
  155. package/build/esm/components/Buttons/Buttons.css +11 -0
  156. package/build/esm/components/CardBase/CardBase.css +96 -0
  157. package/build/esm/components/ContentList/ContentList.css +65 -0
  158. package/build/esm/components/Control/Control.css +88 -0
  159. package/build/esm/components/DefaultVideo/DefaultVideo.css +5 -0
  160. package/build/esm/components/ErrorWrapper/ErrorWrapper.css +11 -0
  161. package/build/esm/components/FileLink/FileLink.css +54 -0
  162. package/build/esm/components/Foldable/Foldable.css +10 -0
  163. package/build/esm/components/FullWidthBackground/FullWidthBackground.css +13 -0
  164. package/build/esm/components/FullscreenImage/FullscreenImage.css +80 -0
  165. package/build/esm/components/FullscreenMedia/FullscreenMedia.css +75 -0
  166. package/build/esm/components/HeaderBreadcrumbs/HeaderBreadcrumbs.css +45 -0
  167. package/build/esm/components/IconWrapper/IconWrapper.css +32 -0
  168. package/build/esm/components/Link/Link.css +71 -0
  169. package/build/esm/components/Links/Links.css +15 -0
  170. package/build/esm/components/Map/Map.css +25 -0
  171. package/build/esm/components/Media/DataLens/DataLens.css +20 -0
  172. package/build/esm/components/Media/Iframe/Iframe.css +18 -0
  173. package/build/esm/components/Media/Image/Image.css +10 -0
  174. package/build/esm/components/Media/Media.css +11 -0
  175. package/build/esm/components/Media/Video/Video.css +12 -0
  176. package/build/esm/components/MediaBase/MediaBase.css +60 -0
  177. package/build/esm/components/MediaBase/MediaBaseContent.css +12 -0
  178. package/build/esm/components/MetaInfo/MetaInfo.css +11 -0
  179. package/build/esm/components/OverflowScroller/OverflowScroller.css +58 -0
  180. package/build/esm/components/ReactPlayer/CircleProgress.css +3 -0
  181. package/build/esm/components/ReactPlayer/CustomBarControls.css +91 -0
  182. package/build/esm/components/ReactPlayer/ReactPlayer.css +78 -0
  183. package/build/esm/components/Table/Table.css +87 -0
  184. package/build/esm/components/Title/Title.css +16 -0
  185. package/build/esm/components/Title/TitleItem.css +119 -0
  186. package/build/esm/components/ToggleArrow/ToggleArrow.css +23 -0
  187. package/build/esm/components/UnpublishedLabel/UnpublishedLabel.css +19 -0
  188. package/build/esm/components/VideoBlock/VideoBlock.css +55 -0
  189. package/build/esm/containers/Loadable/Loadable.css +4 -0
  190. package/build/esm/containers/PageConstructor/PageConstructor.css +198 -0
  191. package/build/esm/containers/PageConstructor/components/ConstructorBlock/ConstructorBlock.css +38 -0
  192. package/build/esm/containers/PageConstructor/components/ConstructorRow/ConstructorRow.css +8 -0
  193. package/build/esm/editor/components/AddBlock/AddBlock.css +82 -0
  194. package/build/esm/editor/components/CodeEditor/CodeEditor.css +55 -0
  195. package/build/esm/editor/components/ControlPanel/ControlPanel.css +32 -0
  196. package/build/esm/editor/components/DeviceEmulation/DeviceEmulationMobile/DeviceEmulationMobile.css +33 -0
  197. package/build/esm/editor/components/EditBlock/EditBlock.css +56 -0
  198. package/build/esm/editor/components/ErrorBoundary/ErrorBoundary.css +27 -0
  199. package/build/esm/editor/components/Layout/Layout.css +50 -0
  200. package/build/esm/editor/components/NotFoundBlock/NotFoundBlock.css +21 -0
  201. package/build/esm/editor/components/PageSettings/PageSettings.css +26 -0
  202. package/build/esm/editor/containers/Editor/Editor.css +17 -0
  203. package/build/esm/editor/containers/Form/Form.css +87 -0
  204. package/build/esm/editor/containers/Form/dynamic-form-custom.css +0 -0
  205. package/build/esm/editor/dynamic-forms-custom/components/OneOfCustom/OneOfCustom.css +27 -0
  206. package/build/esm/editor/styles/mixins.css +0 -0
  207. package/build/esm/editor/styles/root.css +9 -0
  208. package/build/esm/editor/styles/variables.css +0 -0
  209. package/build/esm/grid/Grid/Grid.css +87 -0
  210. package/build/esm/grid/styles/bootstrap.css +1627 -0
  211. package/build/esm/navigation/components/DesktopNavigation/DesktopNavigation.css +131 -0
  212. package/build/esm/navigation/components/Logo/Logo.css +23 -0
  213. package/build/esm/navigation/components/MobileMenuButton/MobileMenuButton.css +7 -0
  214. package/build/esm/navigation/components/MobileNavigation/MobileNavigation.css +72 -0
  215. package/build/esm/navigation/components/Navigation/Navigation.css +12 -0
  216. package/build/esm/navigation/components/NavigationItem/NavigationItem.css +31 -0
  217. package/build/esm/navigation/components/NavigationItem/components/ContentWrapper/ContentWrapper.css +5 -0
  218. package/build/esm/navigation/components/NavigationItem/components/GithubButton/GithubButton.css +14 -0
  219. package/build/esm/navigation/components/NavigationItem/components/NavigationButton/NavigationButton.css +3 -0
  220. package/build/esm/navigation/components/NavigationItem/components/NavigationDropdown/NavigationDropdown.css +26 -0
  221. package/build/esm/navigation/components/NavigationItem/components/NavigationLink/NavigationLink.css +32 -0
  222. package/build/esm/navigation/components/NavigationItem/mixins.css +0 -0
  223. package/build/esm/navigation/components/NavigationPopup/NavigationPopup.css +30 -0
  224. package/build/esm/navigation/components/SocialIcon/SocialIcon.css +20 -0
  225. package/build/esm/navigation/containers/Layout/Layout.css +15 -0
  226. package/build/esm/sub-blocks/BackgroundCard/BackgroundCard.css +49 -0
  227. package/build/esm/sub-blocks/BannerCard/BannerCard.css +97 -0
  228. package/build/esm/sub-blocks/BasicCard/BasicCard.css +12 -0
  229. package/build/esm/sub-blocks/Content/Content.css +159 -0
  230. package/build/esm/sub-blocks/Divider/Divider.css +27 -0
  231. package/build/esm/sub-blocks/HubspotForm/HubspotForm.css +401 -0
  232. package/build/esm/sub-blocks/ImageCard/ImageCard.css +102 -0
  233. package/build/esm/sub-blocks/LayoutItem/LayoutItem.css +29 -0
  234. package/build/esm/sub-blocks/MediaCard/MediaCard.css +5 -0
  235. package/build/esm/sub-blocks/PriceCard/PriceCard.css +100 -0
  236. package/build/esm/sub-blocks/PriceDetailed/CombinedPriceDetailed/CombinedPriceDetailed.css +35 -0
  237. package/build/esm/sub-blocks/PriceDetailed/PriceDescription/PriceDescription.css +50 -0
  238. package/build/esm/sub-blocks/PriceDetailed/PriceDetails/Details/List.css +11 -0
  239. package/build/esm/sub-blocks/PriceDetailed/PriceDetails/Details/Settings.css +20 -0
  240. package/build/esm/sub-blocks/PriceDetailed/PriceDetails/PriceDetails.css +61 -0
  241. package/build/esm/sub-blocks/PriceDetailed/SeparatePriceDetailed/SeparatePriceDetailed.css +9 -0
  242. package/build/esm/sub-blocks/Quote/Quote.css +146 -0
  243. package/package.json +1 -1
  244. package/styles/styles.css +128 -0
@@ -0,0 +1,1627 @@
1
+ /*!
2
+ * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
3
+ * Copyright 2011-2018 The Bootstrap Authors
4
+ * Copyright 2011-2018 Twitter, Inc.
5
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
6
+ */
7
+ /* stylelint-disable declaration-no-important */
8
+ html {
9
+ box-sizing: border-box;
10
+ -ms-overflow-style: scrollbar;
11
+ }
12
+
13
+ *,
14
+ *::before,
15
+ *::after {
16
+ box-sizing: inherit;
17
+ }
18
+
19
+ .container {
20
+ width: 100%;
21
+ padding-right: 40px;
22
+ padding-left: 40px;
23
+ margin-right: auto;
24
+ margin-left: auto;
25
+ }
26
+
27
+ @media (min-width: 577px) {
28
+ .container {
29
+ max-width: 577px;
30
+ }
31
+ }
32
+ @media (min-width: 769px) {
33
+ .container {
34
+ max-width: 769px;
35
+ }
36
+ }
37
+ @media (min-width: 1081px) {
38
+ .container {
39
+ max-width: 1081px;
40
+ }
41
+ }
42
+ @media (min-width: 1185px) {
43
+ .container {
44
+ max-width: 1185px;
45
+ }
46
+ }
47
+ .container-fluid {
48
+ width: 100%;
49
+ padding-right: 40px;
50
+ padding-left: 40px;
51
+ margin-right: auto;
52
+ margin-left: auto;
53
+ }
54
+
55
+ .row {
56
+ display: flex;
57
+ flex-wrap: wrap;
58
+ margin-right: -8px;
59
+ margin-left: -8px;
60
+ }
61
+
62
+ .no-gutters {
63
+ margin-right: 0;
64
+ margin-left: 0;
65
+ }
66
+
67
+ .no-gutters > .col,
68
+ .no-gutters > [class*=col-] {
69
+ padding-right: 0;
70
+ padding-left: 0;
71
+ }
72
+
73
+ .col-1,
74
+ .col-2,
75
+ .col-3,
76
+ .col-4,
77
+ .col-5,
78
+ .col-6,
79
+ .col-7,
80
+ .col-8,
81
+ .col-9,
82
+ .col-10,
83
+ .col-11,
84
+ .col-12,
85
+ .col,
86
+ .col-auto,
87
+ .col-sm-1,
88
+ .col-sm-2,
89
+ .col-sm-3,
90
+ .col-sm-4,
91
+ .col-sm-5,
92
+ .col-sm-6,
93
+ .col-sm-7,
94
+ .col-sm-8,
95
+ .col-sm-9,
96
+ .col-sm-10,
97
+ .col-sm-11,
98
+ .col-sm-12,
99
+ .col-sm,
100
+ .col-sm-auto,
101
+ .col-md-1,
102
+ .col-md-2,
103
+ .col-md-3,
104
+ .col-md-4,
105
+ .col-md-5,
106
+ .col-md-6,
107
+ .col-md-7,
108
+ .col-md-8,
109
+ .col-md-9,
110
+ .col-md-10,
111
+ .col-md-11,
112
+ .col-md-12,
113
+ .col-md,
114
+ .col-md-auto,
115
+ .col-lg-1,
116
+ .col-lg-2,
117
+ .col-lg-3,
118
+ .col-lg-4,
119
+ .col-lg-5,
120
+ .col-lg-6,
121
+ .col-lg-7,
122
+ .col-lg-8,
123
+ .col-lg-9,
124
+ .col-lg-10,
125
+ .col-lg-11,
126
+ .col-lg-12,
127
+ .col-lg,
128
+ .col-lg-auto,
129
+ .col-xl-1,
130
+ .col-xl-2,
131
+ .col-xl-3,
132
+ .col-xl-4,
133
+ .col-xl-5,
134
+ .col-xl-6,
135
+ .col-xl-7,
136
+ .col-xl-8,
137
+ .col-xl-9,
138
+ .col-xl-10,
139
+ .col-xl-11,
140
+ .col-xl-12,
141
+ .col-xl,
142
+ .col-xl-auto {
143
+ position: relative;
144
+ width: 100%;
145
+ min-height: 1px;
146
+ padding-right: 8px;
147
+ padding-left: 8px;
148
+ }
149
+
150
+ .col {
151
+ flex-basis: 0;
152
+ flex-grow: 1;
153
+ max-width: 100%;
154
+ }
155
+
156
+ .col-auto {
157
+ flex: 0 0 auto;
158
+ width: auto;
159
+ max-width: none;
160
+ }
161
+
162
+ .col-1 {
163
+ flex: 0 0 8.333333%;
164
+ max-width: 8.333333%;
165
+ }
166
+
167
+ .col-2 {
168
+ flex: 0 0 16.666667%;
169
+ max-width: 16.666667%;
170
+ }
171
+
172
+ .col-3 {
173
+ flex: 0 0 25%;
174
+ max-width: 25%;
175
+ }
176
+
177
+ .col-4 {
178
+ flex: 0 0 33.333333%;
179
+ max-width: 33.333333%;
180
+ }
181
+
182
+ .col-5 {
183
+ flex: 0 0 41.666667%;
184
+ max-width: 41.666667%;
185
+ }
186
+
187
+ .col-6 {
188
+ flex: 0 0 50%;
189
+ max-width: 50%;
190
+ }
191
+
192
+ .col-7 {
193
+ flex: 0 0 58.333333%;
194
+ max-width: 58.333333%;
195
+ }
196
+
197
+ .col-8 {
198
+ flex: 0 0 66.666667%;
199
+ max-width: 66.666667%;
200
+ }
201
+
202
+ .col-9 {
203
+ flex: 0 0 75%;
204
+ max-width: 75%;
205
+ }
206
+
207
+ .col-10 {
208
+ flex: 0 0 83.333333%;
209
+ max-width: 83.333333%;
210
+ }
211
+
212
+ .col-11 {
213
+ flex: 0 0 91.666667%;
214
+ max-width: 91.666667%;
215
+ }
216
+
217
+ .col-12 {
218
+ flex: 0 0 100%;
219
+ max-width: 100%;
220
+ }
221
+
222
+ .order-first {
223
+ order: -1;
224
+ }
225
+
226
+ .order-last {
227
+ order: 13;
228
+ }
229
+
230
+ .order-0 {
231
+ order: 0;
232
+ }
233
+
234
+ .order-1 {
235
+ order: 1;
236
+ }
237
+
238
+ .order-2 {
239
+ order: 2;
240
+ }
241
+
242
+ .order-3 {
243
+ order: 3;
244
+ }
245
+
246
+ .order-4 {
247
+ order: 4;
248
+ }
249
+
250
+ .order-5 {
251
+ order: 5;
252
+ }
253
+
254
+ .order-6 {
255
+ order: 6;
256
+ }
257
+
258
+ .order-7 {
259
+ order: 7;
260
+ }
261
+
262
+ .order-8 {
263
+ order: 8;
264
+ }
265
+
266
+ .order-9 {
267
+ order: 9;
268
+ }
269
+
270
+ .order-10 {
271
+ order: 10;
272
+ }
273
+
274
+ .order-11 {
275
+ order: 11;
276
+ }
277
+
278
+ .order-12 {
279
+ order: 12;
280
+ }
281
+
282
+ .offset-1 {
283
+ margin-left: 8.333333%;
284
+ }
285
+
286
+ .offset-2 {
287
+ margin-left: 16.666667%;
288
+ }
289
+
290
+ .offset-3 {
291
+ margin-left: 25%;
292
+ }
293
+
294
+ .offset-4 {
295
+ margin-left: 33.333333%;
296
+ }
297
+
298
+ .offset-5 {
299
+ margin-left: 41.666667%;
300
+ }
301
+
302
+ .offset-6 {
303
+ margin-left: 50%;
304
+ }
305
+
306
+ .offset-7 {
307
+ margin-left: 58.333333%;
308
+ }
309
+
310
+ .offset-8 {
311
+ margin-left: 66.666667%;
312
+ }
313
+
314
+ .offset-9 {
315
+ margin-left: 75%;
316
+ }
317
+
318
+ .offset-10 {
319
+ margin-left: 83.333333%;
320
+ }
321
+
322
+ .offset-11 {
323
+ margin-left: 91.666667%;
324
+ }
325
+
326
+ @media (min-width: 577px) {
327
+ .col-sm {
328
+ flex-basis: 0;
329
+ flex-grow: 1;
330
+ max-width: 100%;
331
+ }
332
+ .col-sm-auto {
333
+ flex: 0 0 auto;
334
+ width: auto;
335
+ max-width: none;
336
+ }
337
+ .col-sm-1 {
338
+ flex: 0 0 8.333333%;
339
+ max-width: 8.333333%;
340
+ }
341
+ .col-sm-2 {
342
+ flex: 0 0 16.666667%;
343
+ max-width: 16.666667%;
344
+ }
345
+ .col-sm-3 {
346
+ flex: 0 0 25%;
347
+ max-width: 25%;
348
+ }
349
+ .col-sm-4 {
350
+ flex: 0 0 33.333333%;
351
+ max-width: 33.333333%;
352
+ }
353
+ .col-sm-5 {
354
+ flex: 0 0 41.666667%;
355
+ max-width: 41.666667%;
356
+ }
357
+ .col-sm-6 {
358
+ flex: 0 0 50%;
359
+ max-width: 50%;
360
+ }
361
+ .col-sm-7 {
362
+ flex: 0 0 58.333333%;
363
+ max-width: 58.333333%;
364
+ }
365
+ .col-sm-8 {
366
+ flex: 0 0 66.666667%;
367
+ max-width: 66.666667%;
368
+ }
369
+ .col-sm-9 {
370
+ flex: 0 0 75%;
371
+ max-width: 75%;
372
+ }
373
+ .col-sm-10 {
374
+ flex: 0 0 83.333333%;
375
+ max-width: 83.333333%;
376
+ }
377
+ .col-sm-11 {
378
+ flex: 0 0 91.666667%;
379
+ max-width: 91.666667%;
380
+ }
381
+ .col-sm-12 {
382
+ flex: 0 0 100%;
383
+ max-width: 100%;
384
+ }
385
+ .order-sm-first {
386
+ order: -1;
387
+ }
388
+ .order-sm-last {
389
+ order: 13;
390
+ }
391
+ .order-sm-0 {
392
+ order: 0;
393
+ }
394
+ .order-sm-1 {
395
+ order: 1;
396
+ }
397
+ .order-sm-2 {
398
+ order: 2;
399
+ }
400
+ .order-sm-3 {
401
+ order: 3;
402
+ }
403
+ .order-sm-4 {
404
+ order: 4;
405
+ }
406
+ .order-sm-5 {
407
+ order: 5;
408
+ }
409
+ .order-sm-6 {
410
+ order: 6;
411
+ }
412
+ .order-sm-7 {
413
+ order: 7;
414
+ }
415
+ .order-sm-8 {
416
+ order: 8;
417
+ }
418
+ .order-sm-9 {
419
+ order: 9;
420
+ }
421
+ .order-sm-10 {
422
+ order: 10;
423
+ }
424
+ .order-sm-11 {
425
+ order: 11;
426
+ }
427
+ .order-sm-12 {
428
+ order: 12;
429
+ }
430
+ .offset-sm-0 {
431
+ margin-left: 0;
432
+ }
433
+ .offset-sm-1 {
434
+ margin-left: 8.333333%;
435
+ }
436
+ .offset-sm-2 {
437
+ margin-left: 16.666667%;
438
+ }
439
+ .offset-sm-3 {
440
+ margin-left: 25%;
441
+ }
442
+ .offset-sm-4 {
443
+ margin-left: 33.333333%;
444
+ }
445
+ .offset-sm-5 {
446
+ margin-left: 41.666667%;
447
+ }
448
+ .offset-sm-6 {
449
+ margin-left: 50%;
450
+ }
451
+ .offset-sm-7 {
452
+ margin-left: 58.333333%;
453
+ }
454
+ .offset-sm-8 {
455
+ margin-left: 66.666667%;
456
+ }
457
+ .offset-sm-9 {
458
+ margin-left: 75%;
459
+ }
460
+ .offset-sm-10 {
461
+ margin-left: 83.333333%;
462
+ }
463
+ .offset-sm-11 {
464
+ margin-left: 91.666667%;
465
+ }
466
+ }
467
+ @media (min-width: 769px) {
468
+ .col-md {
469
+ flex-basis: 0;
470
+ flex-grow: 1;
471
+ max-width: 100%;
472
+ }
473
+ .col-md-auto {
474
+ flex: 0 0 auto;
475
+ width: auto;
476
+ max-width: none;
477
+ }
478
+ .col-md-1 {
479
+ flex: 0 0 8.333333%;
480
+ max-width: 8.333333%;
481
+ }
482
+ .col-md-2 {
483
+ flex: 0 0 16.666667%;
484
+ max-width: 16.666667%;
485
+ }
486
+ .col-md-3 {
487
+ flex: 0 0 25%;
488
+ max-width: 25%;
489
+ }
490
+ .col-md-4 {
491
+ flex: 0 0 33.333333%;
492
+ max-width: 33.333333%;
493
+ }
494
+ .col-md-5 {
495
+ flex: 0 0 41.666667%;
496
+ max-width: 41.666667%;
497
+ }
498
+ .col-md-6 {
499
+ flex: 0 0 50%;
500
+ max-width: 50%;
501
+ }
502
+ .col-md-7 {
503
+ flex: 0 0 58.333333%;
504
+ max-width: 58.333333%;
505
+ }
506
+ .col-md-8 {
507
+ flex: 0 0 66.666667%;
508
+ max-width: 66.666667%;
509
+ }
510
+ .col-md-9 {
511
+ flex: 0 0 75%;
512
+ max-width: 75%;
513
+ }
514
+ .col-md-10 {
515
+ flex: 0 0 83.333333%;
516
+ max-width: 83.333333%;
517
+ }
518
+ .col-md-11 {
519
+ flex: 0 0 91.666667%;
520
+ max-width: 91.666667%;
521
+ }
522
+ .col-md-12 {
523
+ flex: 0 0 100%;
524
+ max-width: 100%;
525
+ }
526
+ .order-md-first {
527
+ order: -1;
528
+ }
529
+ .order-md-last {
530
+ order: 13;
531
+ }
532
+ .order-md-0 {
533
+ order: 0;
534
+ }
535
+ .order-md-1 {
536
+ order: 1;
537
+ }
538
+ .order-md-2 {
539
+ order: 2;
540
+ }
541
+ .order-md-3 {
542
+ order: 3;
543
+ }
544
+ .order-md-4 {
545
+ order: 4;
546
+ }
547
+ .order-md-5 {
548
+ order: 5;
549
+ }
550
+ .order-md-6 {
551
+ order: 6;
552
+ }
553
+ .order-md-7 {
554
+ order: 7;
555
+ }
556
+ .order-md-8 {
557
+ order: 8;
558
+ }
559
+ .order-md-9 {
560
+ order: 9;
561
+ }
562
+ .order-md-10 {
563
+ order: 10;
564
+ }
565
+ .order-md-11 {
566
+ order: 11;
567
+ }
568
+ .order-md-12 {
569
+ order: 12;
570
+ }
571
+ .offset-md-0 {
572
+ margin-left: 0;
573
+ }
574
+ .offset-md-1 {
575
+ margin-left: 8.333333%;
576
+ }
577
+ .offset-md-2 {
578
+ margin-left: 16.666667%;
579
+ }
580
+ .offset-md-3 {
581
+ margin-left: 25%;
582
+ }
583
+ .offset-md-4 {
584
+ margin-left: 33.333333%;
585
+ }
586
+ .offset-md-5 {
587
+ margin-left: 41.666667%;
588
+ }
589
+ .offset-md-6 {
590
+ margin-left: 50%;
591
+ }
592
+ .offset-md-7 {
593
+ margin-left: 58.333333%;
594
+ }
595
+ .offset-md-8 {
596
+ margin-left: 66.666667%;
597
+ }
598
+ .offset-md-9 {
599
+ margin-left: 75%;
600
+ }
601
+ .offset-md-10 {
602
+ margin-left: 83.333333%;
603
+ }
604
+ .offset-md-11 {
605
+ margin-left: 91.666667%;
606
+ }
607
+ }
608
+ @media (min-width: 1081px) {
609
+ .col-lg {
610
+ flex-basis: 0;
611
+ flex-grow: 1;
612
+ max-width: 100%;
613
+ }
614
+ .col-lg-auto {
615
+ flex: 0 0 auto;
616
+ width: auto;
617
+ max-width: none;
618
+ }
619
+ .col-lg-1 {
620
+ flex: 0 0 8.333333%;
621
+ max-width: 8.333333%;
622
+ }
623
+ .col-lg-2 {
624
+ flex: 0 0 16.666667%;
625
+ max-width: 16.666667%;
626
+ }
627
+ .col-lg-3 {
628
+ flex: 0 0 25%;
629
+ max-width: 25%;
630
+ }
631
+ .col-lg-4 {
632
+ flex: 0 0 33.333333%;
633
+ max-width: 33.333333%;
634
+ }
635
+ .col-lg-5 {
636
+ flex: 0 0 41.666667%;
637
+ max-width: 41.666667%;
638
+ }
639
+ .col-lg-6 {
640
+ flex: 0 0 50%;
641
+ max-width: 50%;
642
+ }
643
+ .col-lg-7 {
644
+ flex: 0 0 58.333333%;
645
+ max-width: 58.333333%;
646
+ }
647
+ .col-lg-8 {
648
+ flex: 0 0 66.666667%;
649
+ max-width: 66.666667%;
650
+ }
651
+ .col-lg-9 {
652
+ flex: 0 0 75%;
653
+ max-width: 75%;
654
+ }
655
+ .col-lg-10 {
656
+ flex: 0 0 83.333333%;
657
+ max-width: 83.333333%;
658
+ }
659
+ .col-lg-11 {
660
+ flex: 0 0 91.666667%;
661
+ max-width: 91.666667%;
662
+ }
663
+ .col-lg-12 {
664
+ flex: 0 0 100%;
665
+ max-width: 100%;
666
+ }
667
+ .order-lg-first {
668
+ order: -1;
669
+ }
670
+ .order-lg-last {
671
+ order: 13;
672
+ }
673
+ .order-lg-0 {
674
+ order: 0;
675
+ }
676
+ .order-lg-1 {
677
+ order: 1;
678
+ }
679
+ .order-lg-2 {
680
+ order: 2;
681
+ }
682
+ .order-lg-3 {
683
+ order: 3;
684
+ }
685
+ .order-lg-4 {
686
+ order: 4;
687
+ }
688
+ .order-lg-5 {
689
+ order: 5;
690
+ }
691
+ .order-lg-6 {
692
+ order: 6;
693
+ }
694
+ .order-lg-7 {
695
+ order: 7;
696
+ }
697
+ .order-lg-8 {
698
+ order: 8;
699
+ }
700
+ .order-lg-9 {
701
+ order: 9;
702
+ }
703
+ .order-lg-10 {
704
+ order: 10;
705
+ }
706
+ .order-lg-11 {
707
+ order: 11;
708
+ }
709
+ .order-lg-12 {
710
+ order: 12;
711
+ }
712
+ .offset-lg-0 {
713
+ margin-left: 0;
714
+ }
715
+ .offset-lg-1 {
716
+ margin-left: 8.333333%;
717
+ }
718
+ .offset-lg-2 {
719
+ margin-left: 16.666667%;
720
+ }
721
+ .offset-lg-3 {
722
+ margin-left: 25%;
723
+ }
724
+ .offset-lg-4 {
725
+ margin-left: 33.333333%;
726
+ }
727
+ .offset-lg-5 {
728
+ margin-left: 41.666667%;
729
+ }
730
+ .offset-lg-6 {
731
+ margin-left: 50%;
732
+ }
733
+ .offset-lg-7 {
734
+ margin-left: 58.333333%;
735
+ }
736
+ .offset-lg-8 {
737
+ margin-left: 66.666667%;
738
+ }
739
+ .offset-lg-9 {
740
+ margin-left: 75%;
741
+ }
742
+ .offset-lg-10 {
743
+ margin-left: 83.333333%;
744
+ }
745
+ .offset-lg-11 {
746
+ margin-left: 91.666667%;
747
+ }
748
+ }
749
+ @media (min-width: 1185px) {
750
+ .col-xl {
751
+ flex-basis: 0;
752
+ flex-grow: 1;
753
+ max-width: 100%;
754
+ }
755
+ .col-xl-auto {
756
+ flex: 0 0 auto;
757
+ width: auto;
758
+ max-width: none;
759
+ }
760
+ .col-xl-1 {
761
+ flex: 0 0 8.333333%;
762
+ max-width: 8.333333%;
763
+ }
764
+ .col-xl-2 {
765
+ flex: 0 0 16.666667%;
766
+ max-width: 16.666667%;
767
+ }
768
+ .col-xl-3 {
769
+ flex: 0 0 25%;
770
+ max-width: 25%;
771
+ }
772
+ .col-xl-4 {
773
+ flex: 0 0 33.333333%;
774
+ max-width: 33.333333%;
775
+ }
776
+ .col-xl-5 {
777
+ flex: 0 0 41.666667%;
778
+ max-width: 41.666667%;
779
+ }
780
+ .col-xl-6 {
781
+ flex: 0 0 50%;
782
+ max-width: 50%;
783
+ }
784
+ .col-xl-7 {
785
+ flex: 0 0 58.333333%;
786
+ max-width: 58.333333%;
787
+ }
788
+ .col-xl-8 {
789
+ flex: 0 0 66.666667%;
790
+ max-width: 66.666667%;
791
+ }
792
+ .col-xl-9 {
793
+ flex: 0 0 75%;
794
+ max-width: 75%;
795
+ }
796
+ .col-xl-10 {
797
+ flex: 0 0 83.333333%;
798
+ max-width: 83.333333%;
799
+ }
800
+ .col-xl-11 {
801
+ flex: 0 0 91.666667%;
802
+ max-width: 91.666667%;
803
+ }
804
+ .col-xl-12 {
805
+ flex: 0 0 100%;
806
+ max-width: 100%;
807
+ }
808
+ .order-xl-first {
809
+ order: -1;
810
+ }
811
+ .order-xl-last {
812
+ order: 13;
813
+ }
814
+ .order-xl-0 {
815
+ order: 0;
816
+ }
817
+ .order-xl-1 {
818
+ order: 1;
819
+ }
820
+ .order-xl-2 {
821
+ order: 2;
822
+ }
823
+ .order-xl-3 {
824
+ order: 3;
825
+ }
826
+ .order-xl-4 {
827
+ order: 4;
828
+ }
829
+ .order-xl-5 {
830
+ order: 5;
831
+ }
832
+ .order-xl-6 {
833
+ order: 6;
834
+ }
835
+ .order-xl-7 {
836
+ order: 7;
837
+ }
838
+ .order-xl-8 {
839
+ order: 8;
840
+ }
841
+ .order-xl-9 {
842
+ order: 9;
843
+ }
844
+ .order-xl-10 {
845
+ order: 10;
846
+ }
847
+ .order-xl-11 {
848
+ order: 11;
849
+ }
850
+ .order-xl-12 {
851
+ order: 12;
852
+ }
853
+ .offset-xl-0 {
854
+ margin-left: 0;
855
+ }
856
+ .offset-xl-1 {
857
+ margin-left: 8.333333%;
858
+ }
859
+ .offset-xl-2 {
860
+ margin-left: 16.666667%;
861
+ }
862
+ .offset-xl-3 {
863
+ margin-left: 25%;
864
+ }
865
+ .offset-xl-4 {
866
+ margin-left: 33.333333%;
867
+ }
868
+ .offset-xl-5 {
869
+ margin-left: 41.666667%;
870
+ }
871
+ .offset-xl-6 {
872
+ margin-left: 50%;
873
+ }
874
+ .offset-xl-7 {
875
+ margin-left: 58.333333%;
876
+ }
877
+ .offset-xl-8 {
878
+ margin-left: 66.666667%;
879
+ }
880
+ .offset-xl-9 {
881
+ margin-left: 75%;
882
+ }
883
+ .offset-xl-10 {
884
+ margin-left: 83.333333%;
885
+ }
886
+ .offset-xl-11 {
887
+ margin-left: 91.666667%;
888
+ }
889
+ }
890
+ .d-none {
891
+ display: none !important;
892
+ }
893
+
894
+ .d-inline {
895
+ display: inline !important;
896
+ }
897
+
898
+ .d-inline-block {
899
+ display: inline-block !important;
900
+ }
901
+
902
+ .d-block {
903
+ display: block !important;
904
+ }
905
+
906
+ .d-table {
907
+ display: table !important;
908
+ }
909
+
910
+ .d-table-row {
911
+ display: table-row !important;
912
+ }
913
+
914
+ .d-table-cell {
915
+ display: table-cell !important;
916
+ }
917
+
918
+ .d-flex {
919
+ display: flex !important;
920
+ }
921
+
922
+ .d-inline-flex {
923
+ display: inline-flex !important;
924
+ }
925
+
926
+ @media (min-width: 577px) {
927
+ .d-sm-none {
928
+ display: none !important;
929
+ }
930
+ .d-sm-inline {
931
+ display: inline !important;
932
+ }
933
+ .d-sm-inline-block {
934
+ display: inline-block !important;
935
+ }
936
+ .d-sm-block {
937
+ display: block !important;
938
+ }
939
+ .d-sm-table {
940
+ display: table !important;
941
+ }
942
+ .d-sm-table-row {
943
+ display: table-row !important;
944
+ }
945
+ .d-sm-table-cell {
946
+ display: table-cell !important;
947
+ }
948
+ .d-sm-flex {
949
+ display: flex !important;
950
+ }
951
+ .d-sm-inline-flex {
952
+ display: inline-flex !important;
953
+ }
954
+ }
955
+ @media (min-width: 769px) {
956
+ .d-md-none {
957
+ display: none !important;
958
+ }
959
+ .d-md-inline {
960
+ display: inline !important;
961
+ }
962
+ .d-md-inline-block {
963
+ display: inline-block !important;
964
+ }
965
+ .d-md-block {
966
+ display: block !important;
967
+ }
968
+ .d-md-table {
969
+ display: table !important;
970
+ }
971
+ .d-md-table-row {
972
+ display: table-row !important;
973
+ }
974
+ .d-md-table-cell {
975
+ display: table-cell !important;
976
+ }
977
+ .d-md-flex {
978
+ display: flex !important;
979
+ }
980
+ .d-md-inline-flex {
981
+ display: inline-flex !important;
982
+ }
983
+ }
984
+ @media (min-width: 1081px) {
985
+ .d-lg-none {
986
+ display: none !important;
987
+ }
988
+ .d-lg-inline {
989
+ display: inline !important;
990
+ }
991
+ .d-lg-inline-block {
992
+ display: inline-block !important;
993
+ }
994
+ .d-lg-block {
995
+ display: block !important;
996
+ }
997
+ .d-lg-table {
998
+ display: table !important;
999
+ }
1000
+ .d-lg-table-row {
1001
+ display: table-row !important;
1002
+ }
1003
+ .d-lg-table-cell {
1004
+ display: table-cell !important;
1005
+ }
1006
+ .d-lg-flex {
1007
+ display: flex !important;
1008
+ }
1009
+ .d-lg-inline-flex {
1010
+ display: inline-flex !important;
1011
+ }
1012
+ }
1013
+ @media (min-width: 1185px) {
1014
+ .d-xl-none {
1015
+ display: none !important;
1016
+ }
1017
+ .d-xl-inline {
1018
+ display: inline !important;
1019
+ }
1020
+ .d-xl-inline-block {
1021
+ display: inline-block !important;
1022
+ }
1023
+ .d-xl-block {
1024
+ display: block !important;
1025
+ }
1026
+ .d-xl-table {
1027
+ display: table !important;
1028
+ }
1029
+ .d-xl-table-row {
1030
+ display: table-row !important;
1031
+ }
1032
+ .d-xl-table-cell {
1033
+ display: table-cell !important;
1034
+ }
1035
+ .d-xl-flex {
1036
+ display: flex !important;
1037
+ }
1038
+ .d-xl-inline-flex {
1039
+ display: inline-flex !important;
1040
+ }
1041
+ }
1042
+ @media print {
1043
+ .d-print-none {
1044
+ display: none !important;
1045
+ }
1046
+ .d-print-inline {
1047
+ display: inline !important;
1048
+ }
1049
+ .d-print-inline-block {
1050
+ display: inline-block !important;
1051
+ }
1052
+ .d-print-block {
1053
+ display: block !important;
1054
+ }
1055
+ .d-print-table {
1056
+ display: table !important;
1057
+ }
1058
+ .d-print-table-row {
1059
+ display: table-row !important;
1060
+ }
1061
+ .d-print-table-cell {
1062
+ display: table-cell !important;
1063
+ }
1064
+ .d-print-flex {
1065
+ display: flex !important;
1066
+ }
1067
+ .d-print-inline-flex {
1068
+ display: inline-flex !important;
1069
+ }
1070
+ }
1071
+ .flex-row {
1072
+ flex-direction: row !important;
1073
+ }
1074
+
1075
+ .flex-column {
1076
+ flex-direction: column !important;
1077
+ }
1078
+
1079
+ .flex-row-reverse {
1080
+ flex-direction: row-reverse !important;
1081
+ }
1082
+
1083
+ .flex-column-reverse {
1084
+ flex-direction: column-reverse !important;
1085
+ }
1086
+
1087
+ .flex-wrap {
1088
+ flex-wrap: wrap !important;
1089
+ }
1090
+
1091
+ .flex-nowrap {
1092
+ flex-wrap: nowrap !important;
1093
+ }
1094
+
1095
+ .flex-wrap-reverse {
1096
+ flex-wrap: wrap-reverse !important;
1097
+ }
1098
+
1099
+ .flex-fill {
1100
+ flex: 1 1 auto !important;
1101
+ }
1102
+
1103
+ .flex-grow-0 {
1104
+ flex-grow: 0 !important;
1105
+ }
1106
+
1107
+ .flex-grow-1 {
1108
+ flex-grow: 1 !important;
1109
+ }
1110
+
1111
+ .flex-shrink-0 {
1112
+ flex-shrink: 0 !important;
1113
+ }
1114
+
1115
+ .flex-shrink-1 {
1116
+ flex-shrink: 1 !important;
1117
+ }
1118
+
1119
+ .justify-content-start {
1120
+ justify-content: flex-start !important;
1121
+ }
1122
+
1123
+ .justify-content-end {
1124
+ justify-content: flex-end !important;
1125
+ }
1126
+
1127
+ .justify-content-center {
1128
+ justify-content: center !important;
1129
+ }
1130
+
1131
+ .justify-content-between {
1132
+ justify-content: space-between !important;
1133
+ }
1134
+
1135
+ .justify-content-around {
1136
+ justify-content: space-around !important;
1137
+ }
1138
+
1139
+ .align-items-start {
1140
+ align-items: flex-start !important;
1141
+ }
1142
+
1143
+ .align-items-end {
1144
+ align-items: flex-end !important;
1145
+ }
1146
+
1147
+ .align-items-center {
1148
+ align-items: center !important;
1149
+ }
1150
+
1151
+ .align-items-baseline {
1152
+ align-items: baseline !important;
1153
+ }
1154
+
1155
+ .align-items-stretch {
1156
+ align-items: stretch !important;
1157
+ }
1158
+
1159
+ .align-content-start {
1160
+ align-content: flex-start !important;
1161
+ }
1162
+
1163
+ .align-content-end {
1164
+ align-content: flex-end !important;
1165
+ }
1166
+
1167
+ .align-content-center {
1168
+ align-content: center !important;
1169
+ }
1170
+
1171
+ .align-content-between {
1172
+ align-content: space-between !important;
1173
+ }
1174
+
1175
+ .align-content-around {
1176
+ align-content: space-around !important;
1177
+ }
1178
+
1179
+ .align-content-stretch {
1180
+ align-content: stretch !important;
1181
+ }
1182
+
1183
+ .align-self-auto {
1184
+ align-self: auto !important;
1185
+ }
1186
+
1187
+ .align-self-start {
1188
+ align-self: flex-start !important;
1189
+ }
1190
+
1191
+ .align-self-end {
1192
+ align-self: flex-end !important;
1193
+ }
1194
+
1195
+ .align-self-center {
1196
+ align-self: center !important;
1197
+ }
1198
+
1199
+ .align-self-baseline {
1200
+ align-self: baseline !important;
1201
+ }
1202
+
1203
+ .align-self-stretch {
1204
+ align-self: stretch !important;
1205
+ }
1206
+
1207
+ @media (min-width: 577px) {
1208
+ .flex-sm-row {
1209
+ flex-direction: row !important;
1210
+ }
1211
+ .flex-sm-column {
1212
+ flex-direction: column !important;
1213
+ }
1214
+ .flex-sm-row-reverse {
1215
+ flex-direction: row-reverse !important;
1216
+ }
1217
+ .flex-sm-column-reverse {
1218
+ flex-direction: column-reverse !important;
1219
+ }
1220
+ .flex-sm-wrap {
1221
+ flex-wrap: wrap !important;
1222
+ }
1223
+ .flex-sm-nowrap {
1224
+ flex-wrap: nowrap !important;
1225
+ }
1226
+ .flex-sm-wrap-reverse {
1227
+ flex-wrap: wrap-reverse !important;
1228
+ }
1229
+ .flex-sm-fill {
1230
+ flex: 1 1 auto !important;
1231
+ }
1232
+ .flex-sm-grow-0 {
1233
+ flex-grow: 0 !important;
1234
+ }
1235
+ .flex-sm-grow-1 {
1236
+ flex-grow: 1 !important;
1237
+ }
1238
+ .flex-sm-shrink-0 {
1239
+ flex-shrink: 0 !important;
1240
+ }
1241
+ .flex-sm-shrink-1 {
1242
+ flex-shrink: 1 !important;
1243
+ }
1244
+ .justify-content-sm-start {
1245
+ justify-content: flex-start !important;
1246
+ }
1247
+ .justify-content-sm-end {
1248
+ justify-content: flex-end !important;
1249
+ }
1250
+ .justify-content-sm-center {
1251
+ justify-content: center !important;
1252
+ }
1253
+ .justify-content-sm-between {
1254
+ justify-content: space-between !important;
1255
+ }
1256
+ .justify-content-sm-around {
1257
+ justify-content: space-around !important;
1258
+ }
1259
+ .align-items-sm-start {
1260
+ align-items: flex-start !important;
1261
+ }
1262
+ .align-items-sm-end {
1263
+ align-items: flex-end !important;
1264
+ }
1265
+ .align-items-sm-center {
1266
+ align-items: center !important;
1267
+ }
1268
+ .align-items-sm-baseline {
1269
+ align-items: baseline !important;
1270
+ }
1271
+ .align-items-sm-stretch {
1272
+ align-items: stretch !important;
1273
+ }
1274
+ .align-content-sm-start {
1275
+ align-content: flex-start !important;
1276
+ }
1277
+ .align-content-sm-end {
1278
+ align-content: flex-end !important;
1279
+ }
1280
+ .align-content-sm-center {
1281
+ align-content: center !important;
1282
+ }
1283
+ .align-content-sm-between {
1284
+ align-content: space-between !important;
1285
+ }
1286
+ .align-content-sm-around {
1287
+ align-content: space-around !important;
1288
+ }
1289
+ .align-content-sm-stretch {
1290
+ align-content: stretch !important;
1291
+ }
1292
+ .align-self-sm-auto {
1293
+ align-self: auto !important;
1294
+ }
1295
+ .align-self-sm-start {
1296
+ align-self: flex-start !important;
1297
+ }
1298
+ .align-self-sm-end {
1299
+ align-self: flex-end !important;
1300
+ }
1301
+ .align-self-sm-center {
1302
+ align-self: center !important;
1303
+ }
1304
+ .align-self-sm-baseline {
1305
+ align-self: baseline !important;
1306
+ }
1307
+ .align-self-sm-stretch {
1308
+ align-self: stretch !important;
1309
+ }
1310
+ }
1311
+ @media (min-width: 769px) {
1312
+ .flex-md-row {
1313
+ flex-direction: row !important;
1314
+ }
1315
+ .flex-md-column {
1316
+ flex-direction: column !important;
1317
+ }
1318
+ .flex-md-row-reverse {
1319
+ flex-direction: row-reverse !important;
1320
+ }
1321
+ .flex-md-column-reverse {
1322
+ flex-direction: column-reverse !important;
1323
+ }
1324
+ .flex-md-wrap {
1325
+ flex-wrap: wrap !important;
1326
+ }
1327
+ .flex-md-nowrap {
1328
+ flex-wrap: nowrap !important;
1329
+ }
1330
+ .flex-md-wrap-reverse {
1331
+ flex-wrap: wrap-reverse !important;
1332
+ }
1333
+ .flex-md-fill {
1334
+ flex: 1 1 auto !important;
1335
+ }
1336
+ .flex-md-grow-0 {
1337
+ flex-grow: 0 !important;
1338
+ }
1339
+ .flex-md-grow-1 {
1340
+ flex-grow: 1 !important;
1341
+ }
1342
+ .flex-md-shrink-0 {
1343
+ flex-shrink: 0 !important;
1344
+ }
1345
+ .flex-md-shrink-1 {
1346
+ flex-shrink: 1 !important;
1347
+ }
1348
+ .justify-content-md-start {
1349
+ justify-content: flex-start !important;
1350
+ }
1351
+ .justify-content-md-end {
1352
+ justify-content: flex-end !important;
1353
+ }
1354
+ .justify-content-md-center {
1355
+ justify-content: center !important;
1356
+ }
1357
+ .justify-content-md-between {
1358
+ justify-content: space-between !important;
1359
+ }
1360
+ .justify-content-md-around {
1361
+ justify-content: space-around !important;
1362
+ }
1363
+ .align-items-md-start {
1364
+ align-items: flex-start !important;
1365
+ }
1366
+ .align-items-md-end {
1367
+ align-items: flex-end !important;
1368
+ }
1369
+ .align-items-md-center {
1370
+ align-items: center !important;
1371
+ }
1372
+ .align-items-md-baseline {
1373
+ align-items: baseline !important;
1374
+ }
1375
+ .align-items-md-stretch {
1376
+ align-items: stretch !important;
1377
+ }
1378
+ .align-content-md-start {
1379
+ align-content: flex-start !important;
1380
+ }
1381
+ .align-content-md-end {
1382
+ align-content: flex-end !important;
1383
+ }
1384
+ .align-content-md-center {
1385
+ align-content: center !important;
1386
+ }
1387
+ .align-content-md-between {
1388
+ align-content: space-between !important;
1389
+ }
1390
+ .align-content-md-around {
1391
+ align-content: space-around !important;
1392
+ }
1393
+ .align-content-md-stretch {
1394
+ align-content: stretch !important;
1395
+ }
1396
+ .align-self-md-auto {
1397
+ align-self: auto !important;
1398
+ }
1399
+ .align-self-md-start {
1400
+ align-self: flex-start !important;
1401
+ }
1402
+ .align-self-md-end {
1403
+ align-self: flex-end !important;
1404
+ }
1405
+ .align-self-md-center {
1406
+ align-self: center !important;
1407
+ }
1408
+ .align-self-md-baseline {
1409
+ align-self: baseline !important;
1410
+ }
1411
+ .align-self-md-stretch {
1412
+ align-self: stretch !important;
1413
+ }
1414
+ }
1415
+ @media (min-width: 1081px) {
1416
+ .flex-lg-row {
1417
+ flex-direction: row !important;
1418
+ }
1419
+ .flex-lg-column {
1420
+ flex-direction: column !important;
1421
+ }
1422
+ .flex-lg-row-reverse {
1423
+ flex-direction: row-reverse !important;
1424
+ }
1425
+ .flex-lg-column-reverse {
1426
+ flex-direction: column-reverse !important;
1427
+ }
1428
+ .flex-lg-wrap {
1429
+ flex-wrap: wrap !important;
1430
+ }
1431
+ .flex-lg-nowrap {
1432
+ flex-wrap: nowrap !important;
1433
+ }
1434
+ .flex-lg-wrap-reverse {
1435
+ flex-wrap: wrap-reverse !important;
1436
+ }
1437
+ .flex-lg-fill {
1438
+ flex: 1 1 auto !important;
1439
+ }
1440
+ .flex-lg-grow-0 {
1441
+ flex-grow: 0 !important;
1442
+ }
1443
+ .flex-lg-grow-1 {
1444
+ flex-grow: 1 !important;
1445
+ }
1446
+ .flex-lg-shrink-0 {
1447
+ flex-shrink: 0 !important;
1448
+ }
1449
+ .flex-lg-shrink-1 {
1450
+ flex-shrink: 1 !important;
1451
+ }
1452
+ .justify-content-lg-start {
1453
+ justify-content: flex-start !important;
1454
+ }
1455
+ .justify-content-lg-end {
1456
+ justify-content: flex-end !important;
1457
+ }
1458
+ .justify-content-lg-center {
1459
+ justify-content: center !important;
1460
+ }
1461
+ .justify-content-lg-between {
1462
+ justify-content: space-between !important;
1463
+ }
1464
+ .justify-content-lg-around {
1465
+ justify-content: space-around !important;
1466
+ }
1467
+ .align-items-lg-start {
1468
+ align-items: flex-start !important;
1469
+ }
1470
+ .align-items-lg-end {
1471
+ align-items: flex-end !important;
1472
+ }
1473
+ .align-items-lg-center {
1474
+ align-items: center !important;
1475
+ }
1476
+ .align-items-lg-baseline {
1477
+ align-items: baseline !important;
1478
+ }
1479
+ .align-items-lg-stretch {
1480
+ align-items: stretch !important;
1481
+ }
1482
+ .align-content-lg-start {
1483
+ align-content: flex-start !important;
1484
+ }
1485
+ .align-content-lg-end {
1486
+ align-content: flex-end !important;
1487
+ }
1488
+ .align-content-lg-center {
1489
+ align-content: center !important;
1490
+ }
1491
+ .align-content-lg-between {
1492
+ align-content: space-between !important;
1493
+ }
1494
+ .align-content-lg-around {
1495
+ align-content: space-around !important;
1496
+ }
1497
+ .align-content-lg-stretch {
1498
+ align-content: stretch !important;
1499
+ }
1500
+ .align-self-lg-auto {
1501
+ align-self: auto !important;
1502
+ }
1503
+ .align-self-lg-start {
1504
+ align-self: flex-start !important;
1505
+ }
1506
+ .align-self-lg-end {
1507
+ align-self: flex-end !important;
1508
+ }
1509
+ .align-self-lg-center {
1510
+ align-self: center !important;
1511
+ }
1512
+ .align-self-lg-baseline {
1513
+ align-self: baseline !important;
1514
+ }
1515
+ .align-self-lg-stretch {
1516
+ align-self: stretch !important;
1517
+ }
1518
+ }
1519
+ @media (min-width: 1185px) {
1520
+ .flex-xl-row {
1521
+ flex-direction: row !important;
1522
+ }
1523
+ .flex-xl-column {
1524
+ flex-direction: column !important;
1525
+ }
1526
+ .flex-xl-row-reverse {
1527
+ flex-direction: row-reverse !important;
1528
+ }
1529
+ .flex-xl-column-reverse {
1530
+ flex-direction: column-reverse !important;
1531
+ }
1532
+ .flex-xl-wrap {
1533
+ flex-wrap: wrap !important;
1534
+ }
1535
+ .flex-xl-nowrap {
1536
+ flex-wrap: nowrap !important;
1537
+ }
1538
+ .flex-xl-wrap-reverse {
1539
+ flex-wrap: wrap-reverse !important;
1540
+ }
1541
+ .flex-xl-fill {
1542
+ flex: 1 1 auto !important;
1543
+ }
1544
+ .flex-xl-grow-0 {
1545
+ flex-grow: 0 !important;
1546
+ }
1547
+ .flex-xl-grow-1 {
1548
+ flex-grow: 1 !important;
1549
+ }
1550
+ .flex-xl-shrink-0 {
1551
+ flex-shrink: 0 !important;
1552
+ }
1553
+ .flex-xl-shrink-1 {
1554
+ flex-shrink: 1 !important;
1555
+ }
1556
+ .justify-content-xl-start {
1557
+ justify-content: flex-start !important;
1558
+ }
1559
+ .justify-content-xl-end {
1560
+ justify-content: flex-end !important;
1561
+ }
1562
+ .justify-content-xl-center {
1563
+ justify-content: center !important;
1564
+ }
1565
+ .justify-content-xl-between {
1566
+ justify-content: space-between !important;
1567
+ }
1568
+ .justify-content-xl-around {
1569
+ justify-content: space-around !important;
1570
+ }
1571
+ .align-items-xl-start {
1572
+ align-items: flex-start !important;
1573
+ }
1574
+ .align-items-xl-end {
1575
+ align-items: flex-end !important;
1576
+ }
1577
+ .align-items-xl-center {
1578
+ align-items: center !important;
1579
+ }
1580
+ .align-items-xl-baseline {
1581
+ align-items: baseline !important;
1582
+ }
1583
+ .align-items-xl-stretch {
1584
+ align-items: stretch !important;
1585
+ }
1586
+ .align-content-xl-start {
1587
+ align-content: flex-start !important;
1588
+ }
1589
+ .align-content-xl-end {
1590
+ align-content: flex-end !important;
1591
+ }
1592
+ .align-content-xl-center {
1593
+ align-content: center !important;
1594
+ }
1595
+ .align-content-xl-between {
1596
+ align-content: space-between !important;
1597
+ }
1598
+ .align-content-xl-around {
1599
+ align-content: space-around !important;
1600
+ }
1601
+ .align-content-xl-stretch {
1602
+ align-content: stretch !important;
1603
+ }
1604
+ .align-self-xl-auto {
1605
+ align-self: auto !important;
1606
+ }
1607
+ .align-self-xl-start {
1608
+ align-self: flex-start !important;
1609
+ }
1610
+ .align-self-xl-end {
1611
+ align-self: flex-end !important;
1612
+ }
1613
+ .align-self-xl-center {
1614
+ align-self: center !important;
1615
+ }
1616
+ .align-self-xl-baseline {
1617
+ align-self: baseline !important;
1618
+ }
1619
+ .align-self-xl-stretch {
1620
+ align-self: stretch !important;
1621
+ }
1622
+ }
1623
+ .col-reset {
1624
+ padding-left: 0 !important;
1625
+ padding-right: 0 !important;
1626
+ margin: 0;
1627
+ }