@rei/cedar 11.0.0-alpha.0

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 (316) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +120 -0
  3. package/dist/cdr-fonts.css +21 -0
  4. package/dist/cedar-compiled.css +4788 -0
  5. package/dist/cedar.js +11677 -0
  6. package/dist/cedar.mjs +9944 -0
  7. package/dist/lib/assets/cedar-compiled-fccbce00.css +4714 -0
  8. package/dist/lib/node_modules/@rei/cdr-tokens/dist/js/cdr-tokens.esm.mjs +9 -0
  9. package/dist/lib/src/components/accordion/CdrAccordion.mjs +206 -0
  10. package/dist/lib/src/components/accordion/CdrAccordionGroup.mjs +124 -0
  11. package/dist/lib/src/components/accordion/styles/CdrAccordion.mjs +3 -0
  12. package/dist/lib/src/components/accordion/styles/CdrAccordionGroup.mjs +3 -0
  13. package/dist/lib/src/components/banner/CdrBanner.mjs +75 -0
  14. package/dist/lib/src/components/banner/styles/CdrBanner.mjs +3 -0
  15. package/dist/lib/src/components/breadcrumb/CdrBreadcrumb.mjs +170 -0
  16. package/dist/lib/src/components/breadcrumb/styles/CdrBreadcrumb.mjs +3 -0
  17. package/dist/lib/src/components/button/CdrButton.mjs +128 -0
  18. package/dist/lib/src/components/button/styles/CdrButton.mjs +3 -0
  19. package/dist/lib/src/components/caption/CdrCaption.mjs +38 -0
  20. package/dist/lib/src/components/caption/styles/CdrCaption.mjs +3 -0
  21. package/dist/lib/src/components/card/CdrCard.mjs +35 -0
  22. package/dist/lib/src/components/card/styles/CdrCard.mjs +3 -0
  23. package/dist/lib/src/components/checkbox/CdrCheckbox.mjs +182 -0
  24. package/dist/lib/src/components/checkbox/styles/CdrCheckbox.mjs +3 -0
  25. package/dist/lib/src/components/chip/CdrChip.mjs +36 -0
  26. package/dist/lib/src/components/chip/CdrChipGroup.mjs +108 -0
  27. package/dist/lib/src/components/chip/styles/CdrChip.mjs +3 -0
  28. package/dist/lib/src/components/chip/styles/CdrChipGroup.mjs +3 -0
  29. package/dist/lib/src/components/container/CdrContainer.mjs +51 -0
  30. package/dist/lib/src/components/container/styles/CdrContainer.mjs +3 -0
  31. package/dist/lib/src/components/flex-grid/CdrCol.mjs +189 -0
  32. package/dist/lib/src/components/flex-grid/CdrRow.mjs +231 -0
  33. package/dist/lib/src/components/flex-grid/styles/CdrCol.mjs +3 -0
  34. package/dist/lib/src/components/flex-grid/styles/CdrRow.mjs +3 -0
  35. package/dist/lib/src/components/formError/CdrFormError.mjs +31 -0
  36. package/dist/lib/src/components/formError/styles/CdrFormError.mjs +3 -0
  37. package/dist/lib/src/components/formGroup/CdrFormGroup.mjs +95 -0
  38. package/dist/lib/src/components/formGroup/styles/CdrFormGroup.mjs +3 -0
  39. package/dist/lib/src/components/grid/CdrGrid.mjs +59 -0
  40. package/dist/lib/src/components/grid/styles/CdrGrid.mjs +3 -0
  41. package/dist/lib/src/components/icon/CdrIcon.mjs +76 -0
  42. package/dist/lib/src/components/icon/comps/account-profile-fill.mjs +32 -0
  43. package/dist/lib/src/components/icon/comps/account-profile.mjs +32 -0
  44. package/dist/lib/src/components/icon/comps/arrow-down.mjs +32 -0
  45. package/dist/lib/src/components/icon/comps/arrow-left.mjs +32 -0
  46. package/dist/lib/src/components/icon/comps/arrow-right.mjs +32 -0
  47. package/dist/lib/src/components/icon/comps/arrow-up.mjs +32 -0
  48. package/dist/lib/src/components/icon/comps/atv.mjs +32 -0
  49. package/dist/lib/src/components/icon/comps/bed-outline.mjs +32 -0
  50. package/dist/lib/src/components/icon/comps/bike-shop.mjs +32 -0
  51. package/dist/lib/src/components/icon/comps/binoculars.mjs +32 -0
  52. package/dist/lib/src/components/icon/comps/birding.mjs +32 -0
  53. package/dist/lib/src/components/icon/comps/boat.mjs +32 -0
  54. package/dist/lib/src/components/icon/comps/boating.mjs +32 -0
  55. package/dist/lib/src/components/icon/comps/bookmark-fill.mjs +32 -0
  56. package/dist/lib/src/components/icon/comps/bookmark-stroke.mjs +32 -0
  57. package/dist/lib/src/components/icon/comps/brand-abstract.mjs +32 -0
  58. package/dist/lib/src/components/icon/comps/brand-code-sandbox.mjs +32 -0
  59. package/dist/lib/src/components/icon/comps/brand-github.mjs +32 -0
  60. package/dist/lib/src/components/icon/comps/brand-linkedin.mjs +32 -0
  61. package/dist/lib/src/components/icon/comps/brand-rei-ice-axes.mjs +32 -0
  62. package/dist/lib/src/components/icon/comps/brand-sketch.mjs +32 -0
  63. package/dist/lib/src/components/icon/comps/buddies.mjs +32 -0
  64. package/dist/lib/src/components/icon/comps/bus.mjs +32 -0
  65. package/dist/lib/src/components/icon/comps/calendar.mjs +32 -0
  66. package/dist/lib/src/components/icon/comps/camera.mjs +32 -0
  67. package/dist/lib/src/components/icon/comps/canoe.mjs +32 -0
  68. package/dist/lib/src/components/icon/comps/car.mjs +32 -0
  69. package/dist/lib/src/components/icon/comps/caret-down.mjs +32 -0
  70. package/dist/lib/src/components/icon/comps/caret-left.mjs +32 -0
  71. package/dist/lib/src/components/icon/comps/caret-right.mjs +32 -0
  72. package/dist/lib/src/components/icon/comps/caret-up.mjs +32 -0
  73. package/dist/lib/src/components/icon/comps/cart-fill.mjs +32 -0
  74. package/dist/lib/src/components/icon/comps/cart.mjs +32 -0
  75. package/dist/lib/src/components/icon/comps/chain-link.mjs +32 -0
  76. package/dist/lib/src/components/icon/comps/chat.mjs +32 -0
  77. package/dist/lib/src/components/icon/comps/check-fill.mjs +32 -0
  78. package/dist/lib/src/components/icon/comps/check-lg.mjs +32 -0
  79. package/dist/lib/src/components/icon/comps/check-sm.mjs +32 -0
  80. package/dist/lib/src/components/icon/comps/check-stroke.mjs +32 -0
  81. package/dist/lib/src/components/icon/comps/climb.mjs +32 -0
  82. package/dist/lib/src/components/icon/comps/clipboard.mjs +32 -0
  83. package/dist/lib/src/components/icon/comps/clock.mjs +32 -0
  84. package/dist/lib/src/components/icon/comps/code-html.mjs +32 -0
  85. package/dist/lib/src/components/icon/comps/code-js.mjs +32 -0
  86. package/dist/lib/src/components/icon/comps/compass.mjs +32 -0
  87. package/dist/lib/src/components/icon/comps/copy.mjs +32 -0
  88. package/dist/lib/src/components/icon/comps/coupon-fill.mjs +32 -0
  89. package/dist/lib/src/components/icon/comps/coupon-stroke.mjs +32 -0
  90. package/dist/lib/src/components/icon/comps/credit-card.mjs +32 -0
  91. package/dist/lib/src/components/icon/comps/curbside-pickup.mjs +32 -0
  92. package/dist/lib/src/components/icon/comps/day.mjs +32 -0
  93. package/dist/lib/src/components/icon/comps/diving.mjs +32 -0
  94. package/dist/lib/src/components/icon/comps/dog.mjs +32 -0
  95. package/dist/lib/src/components/icon/comps/download.mjs +32 -0
  96. package/dist/lib/src/components/icon/comps/edit.mjs +32 -0
  97. package/dist/lib/src/components/icon/comps/elevation.mjs +32 -0
  98. package/dist/lib/src/components/icon/comps/error-fill.mjs +32 -0
  99. package/dist/lib/src/components/icon/comps/error-stroke.mjs +32 -0
  100. package/dist/lib/src/components/icon/comps/expand.mjs +32 -0
  101. package/dist/lib/src/components/icon/comps/experiences-backpacking.mjs +32 -0
  102. package/dist/lib/src/components/icon/comps/experiences-camping.mjs +32 -0
  103. package/dist/lib/src/components/icon/comps/experiences-climbing.mjs +32 -0
  104. package/dist/lib/src/components/icon/comps/experiences-clothing.mjs +32 -0
  105. package/dist/lib/src/components/icon/comps/experiences-cycling.mjs +32 -0
  106. package/dist/lib/src/components/icon/comps/experiences-family.mjs +32 -0
  107. package/dist/lib/src/components/icon/comps/experiences-fitness.mjs +32 -0
  108. package/dist/lib/src/components/icon/comps/experiences-hiking.mjs +32 -0
  109. package/dist/lib/src/components/icon/comps/experiences-outdoor-basics.mjs +32 -0
  110. package/dist/lib/src/components/icon/comps/experiences-paddling.mjs +32 -0
  111. package/dist/lib/src/components/icon/comps/experiences-rentals.mjs +32 -0
  112. package/dist/lib/src/components/icon/comps/experiences-snowsports.mjs +32 -0
  113. package/dist/lib/src/components/icon/comps/experiences-travel.mjs +32 -0
  114. package/dist/lib/src/components/icon/comps/external-link.mjs +32 -0
  115. package/dist/lib/src/components/icon/comps/eye-hide.mjs +32 -0
  116. package/dist/lib/src/components/icon/comps/eye-show.mjs +32 -0
  117. package/dist/lib/src/components/icon/comps/facebook.mjs +32 -0
  118. package/dist/lib/src/components/icon/comps/filter-alt.mjs +32 -0
  119. package/dist/lib/src/components/icon/comps/filter.mjs +32 -0
  120. package/dist/lib/src/components/icon/comps/find-location.mjs +32 -0
  121. package/dist/lib/src/components/icon/comps/fire.mjs +32 -0
  122. package/dist/lib/src/components/icon/comps/fishing.mjs +32 -0
  123. package/dist/lib/src/components/icon/comps/free-product.mjs +32 -0
  124. package/dist/lib/src/components/icon/comps/grid-view.mjs +32 -0
  125. package/dist/lib/src/components/icon/comps/heart-fill.mjs +32 -0
  126. package/dist/lib/src/components/icon/comps/heart-stroke.mjs +32 -0
  127. package/dist/lib/src/components/icon/comps/hike.mjs +32 -0
  128. package/dist/lib/src/components/icon/comps/history.mjs +32 -0
  129. package/dist/lib/src/components/icon/comps/home.mjs +32 -0
  130. package/dist/lib/src/components/icon/comps/horse.mjs +32 -0
  131. package/dist/lib/src/components/icon/comps/horseshoe.mjs +32 -0
  132. package/dist/lib/src/components/icon/comps/image.mjs +32 -0
  133. package/dist/lib/src/components/icon/comps/information-fill.mjs +32 -0
  134. package/dist/lib/src/components/icon/comps/information-stroke.mjs +32 -0
  135. package/dist/lib/src/components/icon/comps/instagram.mjs +32 -0
  136. package/dist/lib/src/components/icon/comps/kayak.mjs +32 -0
  137. package/dist/lib/src/components/icon/comps/list-ragged.mjs +32 -0
  138. package/dist/lib/src/components/icon/comps/list-view.mjs +32 -0
  139. package/dist/lib/src/components/icon/comps/location-pin-fill.mjs +32 -0
  140. package/dist/lib/src/components/icon/comps/location-pin-stroke.mjs +32 -0
  141. package/dist/lib/src/components/icon/comps/lock-locked-fill.mjs +32 -0
  142. package/dist/lib/src/components/icon/comps/lock-locked-stroke.mjs +32 -0
  143. package/dist/lib/src/components/icon/comps/lock-unlocked-stroke.mjs +32 -0
  144. package/dist/lib/src/components/icon/comps/mail.mjs +32 -0
  145. package/dist/lib/src/components/icon/comps/map.mjs +32 -0
  146. package/dist/lib/src/components/icon/comps/member-card.mjs +32 -0
  147. package/dist/lib/src/components/icon/comps/microphone.mjs +32 -0
  148. package/dist/lib/src/components/icon/comps/minus-fill.mjs +32 -0
  149. package/dist/lib/src/components/icon/comps/minus-lg.mjs +32 -0
  150. package/dist/lib/src/components/icon/comps/minus-sm.mjs +32 -0
  151. package/dist/lib/src/components/icon/comps/minus-stroke.mjs +32 -0
  152. package/dist/lib/src/components/icon/comps/more-functions.mjs +32 -0
  153. package/dist/lib/src/components/icon/comps/my-location.mjs +32 -0
  154. package/dist/lib/src/components/icon/comps/navigation-menu.mjs +32 -0
  155. package/dist/lib/src/components/icon/comps/night.mjs +32 -0
  156. package/dist/lib/src/components/icon/comps/paddle.mjs +32 -0
  157. package/dist/lib/src/components/icon/comps/pause-fill.mjs +32 -0
  158. package/dist/lib/src/components/icon/comps/pause-stroke.mjs +32 -0
  159. package/dist/lib/src/components/icon/comps/pause.mjs +32 -0
  160. package/dist/lib/src/components/icon/comps/photography.mjs +32 -0
  161. package/dist/lib/src/components/icon/comps/picnic.mjs +32 -0
  162. package/dist/lib/src/components/icon/comps/pinterest.mjs +32 -0
  163. package/dist/lib/src/components/icon/comps/plane.mjs +32 -0
  164. package/dist/lib/src/components/icon/comps/play-fill.mjs +32 -0
  165. package/dist/lib/src/components/icon/comps/play-stroke.mjs +32 -0
  166. package/dist/lib/src/components/icon/comps/play.mjs +32 -0
  167. package/dist/lib/src/components/icon/comps/playground.mjs +32 -0
  168. package/dist/lib/src/components/icon/comps/plugin.mjs +32 -0
  169. package/dist/lib/src/components/icon/comps/plus-fill.mjs +32 -0
  170. package/dist/lib/src/components/icon/comps/plus-lg.mjs +32 -0
  171. package/dist/lib/src/components/icon/comps/plus-sm.mjs +32 -0
  172. package/dist/lib/src/components/icon/comps/plus-stroke.mjs +32 -0
  173. package/dist/lib/src/components/icon/comps/print.mjs +32 -0
  174. package/dist/lib/src/components/icon/comps/protection-fill.mjs +32 -0
  175. package/dist/lib/src/components/icon/comps/protection-stroke.mjs +32 -0
  176. package/dist/lib/src/components/icon/comps/question-fill.mjs +32 -0
  177. package/dist/lib/src/components/icon/comps/question-stroke.mjs +32 -0
  178. package/dist/lib/src/components/icon/comps/refresh.mjs +32 -0
  179. package/dist/lib/src/components/icon/comps/reload.mjs +32 -0
  180. package/dist/lib/src/components/icon/comps/returns.mjs +32 -0
  181. package/dist/lib/src/components/icon/comps/run.mjs +32 -0
  182. package/dist/lib/src/components/icon/comps/scan-barcode.mjs +32 -0
  183. package/dist/lib/src/components/icon/comps/search.mjs +32 -0
  184. package/dist/lib/src/components/icon/comps/service-shop.mjs +32 -0
  185. package/dist/lib/src/components/icon/comps/shipping.mjs +32 -0
  186. package/dist/lib/src/components/icon/comps/shopping-bag-fill.mjs +32 -0
  187. package/dist/lib/src/components/icon/comps/shopping-bag.mjs +32 -0
  188. package/dist/lib/src/components/icon/comps/shrink.mjs +32 -0
  189. package/dist/lib/src/components/icon/comps/size-chart.mjs +32 -0
  190. package/dist/lib/src/components/icon/comps/ski-boot.mjs +32 -0
  191. package/dist/lib/src/components/icon/comps/ski.mjs +32 -0
  192. package/dist/lib/src/components/icon/comps/snow-shop.mjs +32 -0
  193. package/dist/lib/src/components/icon/comps/snow.mjs +32 -0
  194. package/dist/lib/src/components/icon/comps/sort.mjs +32 -0
  195. package/dist/lib/src/components/icon/comps/star-100.mjs +32 -0
  196. package/dist/lib/src/components/icon/comps/star-25.mjs +32 -0
  197. package/dist/lib/src/components/icon/comps/star-50.mjs +32 -0
  198. package/dist/lib/src/components/icon/comps/star-75.mjs +32 -0
  199. package/dist/lib/src/components/icon/comps/star-stroke.mjs +32 -0
  200. package/dist/lib/src/components/icon/comps/storefront.mjs +32 -0
  201. package/dist/lib/src/components/icon/comps/swim.mjs +32 -0
  202. package/dist/lib/src/components/icon/comps/telephone.mjs +32 -0
  203. package/dist/lib/src/components/icon/comps/tent.mjs +32 -0
  204. package/dist/lib/src/components/icon/comps/trash.mjs +32 -0
  205. package/dist/lib/src/components/icon/comps/twitter.mjs +32 -0
  206. package/dist/lib/src/components/icon/comps/upload.mjs +32 -0
  207. package/dist/lib/src/components/icon/comps/verified-purchaser.mjs +32 -0
  208. package/dist/lib/src/components/icon/comps/virtual-outfitting.mjs +32 -0
  209. package/dist/lib/src/components/icon/comps/warning-fill.mjs +32 -0
  210. package/dist/lib/src/components/icon/comps/warning-stroke.mjs +32 -0
  211. package/dist/lib/src/components/icon/comps/water.mjs +32 -0
  212. package/dist/lib/src/components/icon/comps/wilderness.mjs +32 -0
  213. package/dist/lib/src/components/icon/comps/x-fill.mjs +32 -0
  214. package/dist/lib/src/components/icon/comps/x-lg.mjs +32 -0
  215. package/dist/lib/src/components/icon/comps/x-sm.mjs +32 -0
  216. package/dist/lib/src/components/icon/comps/x-stroke.mjs +32 -0
  217. package/dist/lib/src/components/icon/comps/youtube.mjs +32 -0
  218. package/dist/lib/src/components/icon/comps/zoom-in.mjs +32 -0
  219. package/dist/lib/src/components/icon/comps/zoom-out.mjs +32 -0
  220. package/dist/lib/src/components/icon/styles/CdrIcon.mjs +3 -0
  221. package/dist/lib/src/components/image/CdrImg.mjs +151 -0
  222. package/dist/lib/src/components/image/styles/CdrImg.mjs +3 -0
  223. package/dist/lib/src/components/input/CdrInput.mjs +296 -0
  224. package/dist/lib/src/components/input/styles/CdrInput.mjs +3 -0
  225. package/dist/lib/src/components/labelStandalone/CdrLabelStandalone.mjs +85 -0
  226. package/dist/lib/src/components/labelStandalone/styles/CdrLabelStandalone.mjs +3 -0
  227. package/dist/lib/src/components/labelWrapper/CdrLabelWrapper.mjs +56 -0
  228. package/dist/lib/src/components/labelWrapper/styles/CdrLabelWrapper.mjs +3 -0
  229. package/dist/lib/src/components/link/CdrLink.mjs +77 -0
  230. package/dist/lib/src/components/link/styles/CdrLink.mjs +3 -0
  231. package/dist/lib/src/components/list/CdrList.mjs +44 -0
  232. package/dist/lib/src/components/list/styles/CdrList.mjs +3 -0
  233. package/dist/lib/src/components/modal/CdrModal.mjs +375 -0
  234. package/dist/lib/src/components/modal/onTransitionEnd.mjs +42 -0
  235. package/dist/lib/src/components/modal/styles/CdrModal.mjs +3 -0
  236. package/dist/lib/src/components/pagination/CdrPagination.mjs +479 -0
  237. package/dist/lib/src/components/pagination/styles/CdrPagination.mjs +3 -0
  238. package/dist/lib/src/components/popover/CdrPopover.mjs +158 -0
  239. package/dist/lib/src/components/popover/styles/CdrPopover.mjs +3 -0
  240. package/dist/lib/src/components/popup/CdrPopup.mjs +284 -0
  241. package/dist/lib/src/components/popup/styles/CdrPopup.mjs +3 -0
  242. package/dist/lib/src/components/quote/CdrQuote.mjs +68 -0
  243. package/dist/lib/src/components/quote/styles/CdrQuote.mjs +3 -0
  244. package/dist/lib/src/components/radio/CdrRadio.mjs +154 -0
  245. package/dist/lib/src/components/radio/styles/CdrRadio.mjs +3 -0
  246. package/dist/lib/src/components/rating/CdrRating.mjs +200 -0
  247. package/dist/lib/src/components/rating/styles/CdrRating.mjs +3 -0
  248. package/dist/lib/src/components/select/CdrSelect.mjs +285 -0
  249. package/dist/lib/src/components/select/styles/CdrSelect.mjs +3 -0
  250. package/dist/lib/src/components/table/CdrTable.mjs +79 -0
  251. package/dist/lib/src/components/table/styles/CdrTable.mjs +3 -0
  252. package/dist/lib/src/components/tabs/CdrTabPanel.mjs +107 -0
  253. package/dist/lib/src/components/tabs/CdrTabs.mjs +385 -0
  254. package/dist/lib/src/components/tabs/styles/CdrTabPanel.mjs +3 -0
  255. package/dist/lib/src/components/tabs/styles/CdrTabs.mjs +3 -0
  256. package/dist/lib/src/components/text/CdrText.mjs +44 -0
  257. package/dist/lib/src/components/text/styles/CdrText.mjs +3 -0
  258. package/dist/lib/src/components/toast/CdrToast.mjs +129 -0
  259. package/dist/lib/src/components/toast/styles/CdrToast.mjs +3 -0
  260. package/dist/lib/src/components/tooltip/CdrTooltip.mjs +126 -0
  261. package/dist/lib/src/components/tooltip/styles/CdrTooltip.mjs +3 -0
  262. package/dist/lib/src/index.mjs +211 -0
  263. package/dist/lib/src/mixins/breakpoints.mjs +26 -0
  264. package/dist/lib/src/mixins/buildClass.mjs +97 -0
  265. package/dist/lib/src/mixins/fullWidth.mjs +47 -0
  266. package/dist/lib/src/mixins/modifier.mjs +22 -0
  267. package/dist/lib/src/mixins/size.mjs +39 -0
  268. package/dist/lib/src/utils/propValidator.mjs +27 -0
  269. package/dist/style/cdr-accordion-group.css +1 -0
  270. package/dist/style/cdr-accordion.css +1 -0
  271. package/dist/style/cdr-banner-vars.css +0 -0
  272. package/dist/style/cdr-banner.css +1 -0
  273. package/dist/style/cdr-breadcrumb.css +1 -0
  274. package/dist/style/cdr-button.css +1 -0
  275. package/dist/style/cdr-caption.css +1 -0
  276. package/dist/style/cdr-card.css +1 -0
  277. package/dist/style/cdr-checkbox.css +1 -0
  278. package/dist/style/cdr-chip-group.css +1 -0
  279. package/dist/style/cdr-chip.css +1 -0
  280. package/dist/style/cdr-col.css +1 -0
  281. package/dist/style/cdr-container.css +1 -0
  282. package/dist/style/cdr-form-error.css +1 -0
  283. package/dist/style/cdr-form-group.css +1 -0
  284. package/dist/style/cdr-grid.css +1 -0
  285. package/dist/style/cdr-icon.css +1 -0
  286. package/dist/style/cdr-img.css +1 -0
  287. package/dist/style/cdr-input.css +1 -0
  288. package/dist/style/cdr-label-standalone.css +1 -0
  289. package/dist/style/cdr-label-wrapper.css +1 -0
  290. package/dist/style/cdr-link.css +1 -0
  291. package/dist/style/cdr-list.css +1 -0
  292. package/dist/style/cdr-modal.css +1 -0
  293. package/dist/style/cdr-pagination.css +1 -0
  294. package/dist/style/cdr-popover.css +1 -0
  295. package/dist/style/cdr-popup.css +1 -0
  296. package/dist/style/cdr-quote.css +1 -0
  297. package/dist/style/cdr-radio.css +1 -0
  298. package/dist/style/cdr-rating.css +1 -0
  299. package/dist/style/cdr-row.css +1 -0
  300. package/dist/style/cdr-select.css +1 -0
  301. package/dist/style/cdr-tab-panel.css +1 -0
  302. package/dist/style/cdr-table.css +1 -0
  303. package/dist/style/cdr-tabs.css +1 -0
  304. package/dist/style/cdr-text.css +1 -0
  305. package/dist/style/cdr-toast.css +1 -0
  306. package/dist/style/cdr-tooltip.css +1 -0
  307. package/dist/style/cedar-full.css +39 -0
  308. package/dist/style/reset.css +1 -0
  309. package/dist/svg/icon-error.svg +5 -0
  310. package/dist/svg/star-0.svg +6 -0
  311. package/dist/svg/star-100.svg +6 -0
  312. package/dist/svg/star-25.svg +7 -0
  313. package/dist/svg/star-50.svg +7 -0
  314. package/dist/svg/star-75.svg +7 -0
  315. package/dist/svg/star-null.svg +6 -0
  316. package/package.json +162 -0
@@ -0,0 +1,4788 @@
1
+ /* Tokens */
2
+ /* Settings */
3
+ /* Utilities */
4
+ html {
5
+ box-sizing: border-box;
6
+ font-family: sans-serif;
7
+ font-size: 10px;
8
+ /* update postcss.config.js pxtorem if this changes */
9
+ /* maybe one day
10
+ https://connect.microsoft.com/IE/feedback/details/816709/ie-11-calculating-font-sizes-wrong-when-setting-the-bodys-font-size-in-relative-units
11
+ font-size: 62.5%;
12
+ */
13
+ line-height: 1.15;
14
+ -webkit-text-size-adjust: 100%;
15
+ -ms-text-size-adjust: 100%;
16
+ -ms-overflow-style: scrollbar;
17
+ -webkit-tap-highlight-color: transparent;
18
+ -webkit-font-smoothing: antialiased;
19
+ -moz-osx-font-smoothing: grayscale; }
20
+ *,
21
+ *::before,
22
+ *::after {
23
+ box-sizing: inherit; }
24
+ @-ms-viewport {
25
+ width: device-width; }
26
+ body {
27
+ font-family: Graphik, "Helvetica Neue", sans-serif;
28
+ font-style: normal;
29
+ font-weight: 400;
30
+ letter-spacing: -0.016rem;
31
+ font-size: 1.6rem;
32
+ line-height: 2.2rem;
33
+ line-height: 1.5;
34
+ margin: 0;
35
+ color: rgba(12, 11, 8, 0.75);
36
+ background-color: #ffffff; }
37
+ a,
38
+ area,
39
+ button,
40
+ [role="button"],
41
+ input,
42
+ label,
43
+ select,
44
+ summary,
45
+ textarea {
46
+ touch-action: manipulation; }
47
+ button:focus {
48
+ outline: 0.5rem auto -webkit-focus-ring-color; }
49
+ button,
50
+ html [type="button"],
51
+ [type="reset"],
52
+ [type="submit"] {
53
+ -webkit-appearance: button; }
54
+ button::-moz-focus-inner,
55
+ [type="button"]::-moz-focus-inner,
56
+ [type="reset"]::-moz-focus-inner,
57
+ [type="submit"]::-moz-focus-inner {
58
+ padding: 0;
59
+ border-style: none; }
60
+ input[type="date"],
61
+ input[type="time"],
62
+ input[type="datetime-local"],
63
+ input[type="month"] {
64
+ -webkit-appearance: listbox; }
65
+ [type="number"]::-webkit-inner-spin-button,
66
+ [type="number"]::-webkit-outer-spin-button {
67
+ height: auto; }
68
+ [type="search"] {
69
+ outline-offset: -0.2rem;
70
+ -webkit-appearance: none; }
71
+ [type="search"]::-webkit-search-cancel-button,
72
+ [type="search"]::-webkit-search-decoration {
73
+ -webkit-appearance: none; }
74
+
75
+ /* intentionally empty */
76
+ .cdr-accordion_11-0-0-alpha-0 {
77
+ border-top: 0.1rem solid #dcd6cb;
78
+ border-bottom: 0.1rem solid #dcd6cb;
79
+ position: relative;
80
+ z-index: 1;
81
+ /* Style variants
82
+ ========================================================================== */
83
+ /* Border-Aligned
84
+ ========== */
85
+ /* Compact
86
+ ========== */
87
+ /* Border-Aligned and Compact
88
+ ========== */ }
89
+ .cdr-accordion_11-0-0-alpha-0 + .cdr-accordion_11-0-0-alpha-0 {
90
+ border-top: none; }
91
+ .cdr-accordion__button_11-0-0-alpha-0 {
92
+ font-family: Graphik, "Helvetica Neue", sans-serif;
93
+ font-style: normal;
94
+ font-weight: 600;
95
+ letter-spacing: -0.008rem;
96
+ font-size: 1.6rem;
97
+ line-height: 2.2rem;
98
+ background-color: transparent;
99
+ border: none;
100
+ color: rgba(12, 11, 8, 0.75);
101
+ cursor: pointer;
102
+ display: flex;
103
+ justify-content: space-between;
104
+ padding: 1.6rem;
105
+ position: relative;
106
+ text-align: left;
107
+ width: 100%;
108
+ z-index: 1; }
109
+ .cdr-accordion__button_11-0-0-alpha-0:hover, .cdr-accordion__button_11-0-0-alpha-0:focus {
110
+ background-color: #f9f8f6; }
111
+ .cdr-accordion__label_11-0-0-alpha-0 {
112
+ margin-bottom: 0; }
113
+ .cdr-accordion__header_11-0-0-alpha-0 {
114
+ margin: 0;
115
+ padding: 0;
116
+ font-weight: unset;
117
+ font-style: unset;
118
+ font-size: unset; }
119
+ .cdr-accordion__header--unwrapped_11-0-0-alpha-0 {
120
+ font-family: Graphik, "Helvetica Neue", sans-serif;
121
+ font-style: normal;
122
+ font-weight: 500;
123
+ letter-spacing: 0;
124
+ font-size: 1.8rem;
125
+ line-height: 2.4rem;
126
+ margin: 1.6rem 0; }
127
+ .cdr-accordion__icon_11-0-0-alpha-0 {
128
+ margin-left: 1.6rem;
129
+ fill: #928b80;
130
+ transition: transform 0.3s cubic-bezier(0.32, 0.94, 0.6, 1); }
131
+ .cdr-accordion__icon_11-0-0-alpha-0.open {
132
+ transform: rotate(-180deg); }
133
+ .cdr-accordion__content-container_11-0-0-alpha-0 {
134
+ overflow: hidden;
135
+ transition-duration: 0.3s;
136
+ transition-property: max-height;
137
+ transition-timing-function: cubic-bezier(0.15, 0, 0.15, 1); }
138
+ .cdr-accordion__content-container_11-0-0-alpha-0.open {
139
+ transition-duration: 0.3s; }
140
+ .cdr-accordion__content_11-0-0-alpha-0 {
141
+ font-family: Graphik, "Helvetica Neue", sans-serif;
142
+ font-style: normal;
143
+ font-weight: 400;
144
+ letter-spacing: 0.008rem;
145
+ font-size: 1.6rem;
146
+ line-height: 2.6rem;
147
+ background-color: transparent;
148
+ color: rgba(12, 11, 8, 0.75);
149
+ padding: 0.8rem 1.6rem 1.6rem;
150
+ transition: opacity 0.1s linear;
151
+ opacity: 0; }
152
+ .cdr-accordion__content_11-0-0-alpha-0 > * {
153
+ font-family: Graphik, "Helvetica Neue", sans-serif;
154
+ font-style: normal;
155
+ font-weight: 400;
156
+ letter-spacing: 0.008rem;
157
+ font-size: 1.6rem;
158
+ line-height: 2.6rem; }
159
+ .cdr-accordion__content_11-0-0-alpha-0.open {
160
+ opacity: 1; }
161
+ .cdr-accordion__content_11-0-0-alpha-0.closed {
162
+ visibility: hidden; }
163
+ .cdr-accordion--unwrap_11-0-0-alpha-0 {
164
+ padding: 0; }
165
+ .cdr-accordion--border-aligned_11-0-0-alpha-0 {
166
+ margin: 0 1.6rem; }
167
+ .cdr-accordion--border-aligned_11-0-0-alpha-0 .cdr-accordion__button_11-0-0-alpha-0 {
168
+ margin-left: -1.6rem;
169
+ width: calc(100% + 3.2rem); }
170
+ .cdr-accordion--border-aligned_11-0-0-alpha-0 .cdr-accordion__content_11-0-0-alpha-0 {
171
+ padding: 0.8rem 0 1.6rem; }
172
+ .cdr-accordion--compact_11-0-0-alpha-0 .cdr-accordion__button_11-0-0-alpha-0 {
173
+ font-family: Graphik, "Helvetica Neue", sans-serif;
174
+ font-style: normal;
175
+ font-weight: 600;
176
+ letter-spacing: -0.008rem;
177
+ font-size: 1.4rem;
178
+ line-height: 1.8rem;
179
+ padding: 1.2rem; }
180
+ .cdr-accordion--compact_11-0-0-alpha-0 .cdr-accordion__content_11-0-0-alpha-0 {
181
+ font-family: Graphik, "Helvetica Neue", sans-serif;
182
+ font-style: normal;
183
+ font-weight: 400;
184
+ letter-spacing: -0.016rem;
185
+ font-size: 1.4rem;
186
+ line-height: 1.8rem;
187
+ padding: 0.4rem 1.2rem 1.2rem; }
188
+ .cdr-accordion--compact_11-0-0-alpha-0 .cdr-accordion__content_11-0-0-alpha-0 > * {
189
+ font-family: Graphik, "Helvetica Neue", sans-serif;
190
+ font-style: normal;
191
+ font-weight: 400;
192
+ letter-spacing: -0.016rem;
193
+ font-size: 1.4rem;
194
+ line-height: 1.8rem; }
195
+ .cdr-accordion--compact_11-0-0-alpha-0.cdr-accordion--border-aligned_11-0-0-alpha-0 .cdr-accordion__button_11-0-0-alpha-0 {
196
+ margin-left: -1.2rem;
197
+ width: calc(100% + 2.4rem); }
198
+ .cdr-accordion--compact_11-0-0-alpha-0.cdr-accordion--border-aligned_11-0-0-alpha-0 .cdr-accordion__content_11-0-0-alpha-0 {
199
+ padding: 0.4rem 0 1.2rem; }
200
+ .cdr-accordion--focused_11-0-0-alpha-0 {
201
+ /*
202
+ This z-index change is to fix a Chrome-only visual issue with the light blue focus outline. Basically, the bottom
203
+ line of the outline is usually covered by the accordion immediately below what's currently focuesd. We increase
204
+ the z-index so that the outline can be correctly seen when the accordion is focused.
205
+ */
206
+ z-index: 10; }
207
+
208
+ .cdr-accordion-group_11-0-0-alpha-0 {
209
+ display: block;
210
+ list-style: none;
211
+ padding: 0;
212
+ margin: 0; }
213
+ .cdr-accordion-group_11-0-0-alpha-0 li + li > .cdr-accordion_11-0-0-alpha-0 {
214
+ border-top: none; }
215
+
216
+ .cdr-banner_11-0-0-alpha-0 {
217
+ position: relative;
218
+ border-left: 0.4rem solid;
219
+ border-radius: 0.4rem;
220
+ font-family: Graphik, "Helvetica Neue", sans-serif;
221
+ font-style: normal;
222
+ font-weight: 400;
223
+ letter-spacing: -0.016rem;
224
+ font-size: 1.6rem;
225
+ line-height: 2.2rem;
226
+ display: grid;
227
+ grid-template-columns: 1fr 3.2rem;
228
+ grid-template-areas: "main info-action" "message-body info-action"; }
229
+
230
+ .cdr-banner__wrapper_11-0-0-alpha-0 {
231
+ border-radius: 0.4rem; }
232
+
233
+ .cdr-banner__wrapper--prominence_11-0-0-alpha-0 {
234
+ box-shadow: 0 0.2rem 0.2rem 0 rgba(12, 11, 8, 0.2); }
235
+
236
+ .cdr-banner__main_11-0-0-alpha-0 {
237
+ grid-area: main;
238
+ display: grid;
239
+ border-top-right-radius: 0.4rem;
240
+ grid-template-columns: auto 1fr auto;
241
+ grid-template-areas: "icon-left message icon-right"; }
242
+
243
+ .cdr-banner__main--info_11-0-0-alpha-0 {
244
+ background-color: #f1fcfd;
245
+ border-top: 0.1rem solid;
246
+ border-right: 0.1rem solid;
247
+ border-bottom: 0.1rem solid;
248
+ border-color: #c2d8db; }
249
+
250
+ .cdr-banner__main--info_11-0-0-alpha-0 svg {
251
+ fill: #408e86; }
252
+
253
+ .cdr-banner__main--warning_11-0-0-alpha-0 {
254
+ background-color: #fefcf1;
255
+ border-top: 0.1rem solid;
256
+ border-right: 0.1rem solid;
257
+ border-bottom: 0.1rem solid;
258
+ border-color: #f5e9b7; }
259
+
260
+ .cdr-banner__main--warning_11-0-0-alpha-0 svg {
261
+ fill: #b68b37; }
262
+
263
+ .cdr-banner__main--success_11-0-0-alpha-0 {
264
+ background-color: #f4fbf5;
265
+ border-top: 0.1rem solid;
266
+ border-right: 0.1rem solid;
267
+ border-bottom: 0.1rem solid;
268
+ border-color: #d5e6cb; }
269
+
270
+ .cdr-banner__main--success_11-0-0-alpha-0 svg {
271
+ fill: #3b8349; }
272
+
273
+ .cdr-banner__main--error_11-0-0-alpha-0 {
274
+ background-color: #fdf5f1;
275
+ border-top: 0.1rem solid;
276
+ border-right: 0.1rem solid;
277
+ border-bottom: 0.1rem solid;
278
+ border-color: #eecbc1; }
279
+
280
+ .cdr-banner__main--error_11-0-0-alpha-0 svg {
281
+ fill: #bb4045; }
282
+
283
+ .cdr-banner__main--default_11-0-0-alpha-0 {
284
+ background-color: #f9f8f6;
285
+ border-top: 0.1rem solid;
286
+ border-right: 0.1rem solid;
287
+ border-bottom: 0.1rem solid;
288
+ border-color: #e8e0ce; }
289
+
290
+ .cdr-banner__main--default_11-0-0-alpha-0 svg {
291
+ fill: #726d64; }
292
+
293
+ .cdr-banner__main--no-msg_11-0-0-alpha-0 {
294
+ border-bottom-right-radius: 0.4rem; }
295
+
296
+ .cdr-banner__icon-left_11-0-0-alpha-0 {
297
+ grid-area: icon-left;
298
+ display: inherit;
299
+ align-items: center;
300
+ justify-items: center; }
301
+
302
+ .cdr-banner__icon-left_11-0-0-alpha-0 svg {
303
+ width: 3.2rem;
304
+ stroke: white;
305
+ stroke-width: 0.4rem;
306
+ paint-order: stroke fill;
307
+ margin: 0.4rem; }
308
+
309
+ .cdr-banner__icon-left--info_11-0-0-alpha-0 {
310
+ background-color: #c2d8db; }
311
+
312
+ .cdr-banner__icon-left--warning_11-0-0-alpha-0 {
313
+ background-color: #f5e9b7; }
314
+
315
+ .cdr-banner__icon-left--success_11-0-0-alpha-0 {
316
+ background-color: #d5e6cb; }
317
+
318
+ .cdr-banner__icon-left--error_11-0-0-alpha-0 {
319
+ background-color: #eecbc1; }
320
+
321
+ .cdr-banner__icon-left--default_11-0-0-alpha-0 {
322
+ background-color: #e8e0ce; }
323
+
324
+ .cdr-banner__message_11-0-0-alpha-0 {
325
+ grid-area: message;
326
+ padding: 0.8rem; }
327
+
328
+ .cdr-banner__message-body_11-0-0-alpha-0 {
329
+ grid-area: message-body;
330
+ border-bottom-right-radius: 0.4rem;
331
+ background-color: #ffffff;
332
+ padding: 0.8rem; }
333
+
334
+ .cdr-banner__icon-right_11-0-0-alpha-0 {
335
+ grid-area: icon-right; }
336
+
337
+ .cdr-banner__icon-right_11-0-0-alpha-0 svg {
338
+ fill: rgba(3, 3, 1, 0.9) !important; }
339
+
340
+ .cdr-banner__info-action_11-0-0-alpha-0 {
341
+ grid-area: info-action; }
342
+
343
+ .cdr-banner__info-action_11-0-0-alpha-0 svg {
344
+ fill: #406eb5 !important; }
345
+
346
+ .cdr-banner--default_11-0-0-alpha-0 {
347
+ border-left-color: #726d64; }
348
+
349
+ .cdr-banner--info_11-0-0-alpha-0 {
350
+ border-left-color: #408e86; }
351
+
352
+ .cdr-banner--warning_11-0-0-alpha-0 {
353
+ border-left-color: #b68b37; }
354
+
355
+ .cdr-banner--success_11-0-0-alpha-0 {
356
+ border-left-color: #3b8349; }
357
+
358
+ .cdr-banner--error_11-0-0-alpha-0 {
359
+ border-left-color: #bb4045; }
360
+
361
+ .cdr-breadcrumb_11-0-0-alpha-0 {
362
+ line-height: 1;
363
+ /* List
364
+ ========== */
365
+ /* Item
366
+ ========== */
367
+ /* Link
368
+ ---------- */
369
+ /* Delimiter
370
+ ========== */
371
+ /* Ellipses
372
+ ========== */ }
373
+ .cdr-breadcrumb__list_11-0-0-alpha-0 {
374
+ display: inline-flex;
375
+ flex-wrap: wrap;
376
+ padding: 0;
377
+ margin: 0; }
378
+ .cdr-breadcrumb__item_11-0-0-alpha-0 {
379
+ display: inline-flex;
380
+ flex: none;
381
+ padding: 0;
382
+ color: rgba(66, 59, 47, 0.75); }
383
+ .cdr-breadcrumb__link_11-0-0-alpha-0 {
384
+ text-decoration: none;
385
+ color: inherit; }
386
+ .cdr-breadcrumb__link_11-0-0-alpha-0:hover, .cdr-breadcrumb__link_11-0-0-alpha-0:active, .cdr-breadcrumb__link_11-0-0-alpha-0:focus {
387
+ color: #406eb5; }
388
+ .cdr-breadcrumb__link_11-0-0-alpha-0:hover, .cdr-breadcrumb__link_11-0-0-alpha-0:active, .cdr-breadcrumb__link_11-0-0-alpha-0:focus {
389
+ color: #406eb5;
390
+ text-decoration: underline; }
391
+ .cdr-breadcrumb__delimiter_11-0-0-alpha-0 {
392
+ color: inherit;
393
+ padding: 0 0.8rem; }
394
+ .cdr-breadcrumb__ellipses_11-0-0-alpha-0 {
395
+ font-family: inherit;
396
+ font-size: inherit;
397
+ line-height: inherit;
398
+ border: none;
399
+ background: none;
400
+ background-color: transparent;
401
+ cursor: pointer;
402
+ display: inline-block;
403
+ fill: inherit;
404
+ padding: 0;
405
+ /* Ellipses Icon
406
+ ========== */ }
407
+ .cdr-breadcrumb__ellipses_11-0-0-alpha-0 .cdr-breadcrumb__ellipses-icon_11-0-0-alpha-0 {
408
+ color: rgba(66, 59, 47, 0.75);
409
+ border-bottom: 0.1rem solid transparent;
410
+ fill: inherit; }
411
+ .cdr-breadcrumb__ellipses_11-0-0-alpha-0:hover .cdr-breadcrumb__ellipses-icon_11-0-0-alpha-0, .cdr-breadcrumb__ellipses_11-0-0-alpha-0:active .cdr-breadcrumb__ellipses-icon_11-0-0-alpha-0, .cdr-breadcrumb__ellipses_11-0-0-alpha-0:focus .cdr-breadcrumb__ellipses-icon_11-0-0-alpha-0 {
412
+ color: #406eb5;
413
+ text-decoration: underline; }
414
+ .cdr-breadcrumb__link_11-0-0-alpha-0, .cdr-breadcrumb__delimiter_11-0-0-alpha-0, .cdr-breadcrumb__ellipses_11-0-0-alpha-0 {
415
+ font-family: Graphik, "Helvetica Neue", sans-serif;
416
+ font-style: normal;
417
+ font-weight: 400;
418
+ letter-spacing: -0.008rem;
419
+ font-size: 1.2rem;
420
+ line-height: 1.6rem; }
421
+ @media (min-width: 992px) {
422
+ .cdr-breadcrumb__link_11-0-0-alpha-0, .cdr-breadcrumb__delimiter_11-0-0-alpha-0, .cdr-breadcrumb__ellipses_11-0-0-alpha-0 {
423
+ font-family: Graphik, "Helvetica Neue", sans-serif;
424
+ font-style: normal;
425
+ font-weight: 400;
426
+ letter-spacing: -0.016rem;
427
+ font-size: 1.4rem;
428
+ line-height: 1.8rem; } }
429
+
430
+ .cdr-button_11-0-0-alpha-0 {
431
+ font-family: Graphik, "Helvetica Neue", sans-serif;
432
+ font-style: normal;
433
+ font-weight: 500;
434
+ letter-spacing: -0.008rem;
435
+ font-size: 1.6rem;
436
+ line-height: 2.2rem;
437
+ border: none;
438
+ border-radius: 0.4rem;
439
+ cursor: pointer;
440
+ display: inline-flex;
441
+ outline: none;
442
+ overflow: visible;
443
+ margin: 0;
444
+ padding: 0.8rem 1.6rem;
445
+ text-align: left;
446
+ text-decoration: none;
447
+ text-transform: none;
448
+ vertical-align: middle;
449
+ transition: box-shadow 0.2s cubic-bezier(0.15, 0, 0.15, 0), background-color 0.2s cubic-bezier(0.15, 0, 0.15, 0), color 0.2s cubic-bezier(0.15, 0, 0.15, 0), fill 0.2s cubic-bezier(0.15, 0, 0.15, 0);
450
+ /* Modifier style variants
451
+ ========================================================================== */
452
+ /* Size variants
453
+ ========================================================================== */
454
+ /* Large
455
+ ========== */
456
+ /* Medium
457
+ ========== */
458
+ /* Small
459
+ ========== */
460
+ /* Icon Only
461
+ ========= */
462
+ /* Full Width
463
+ ========== */
464
+ /* Breakpoint variants
465
+
466
+ /* @xs
467
+ 0px - 767px
468
+ ========== */
469
+ /* @sm
470
+ 768px - 991px
471
+ ========== */
472
+ /* @md
473
+ 992px - 1199px
474
+ ========== */
475
+ /* @lg
476
+ 1200px and up
477
+ ========== */ }
478
+ .cdr-button_11-0-0-alpha-0:hover, .cdr-button_11-0-0-alpha-0:active, .cdr-button_11-0-0-alpha-0:focus {
479
+ outline: none;
480
+ outline-offset: 0;
481
+ text-decoration: none; }
482
+ .cdr-button_11-0-0-alpha-0[disabled] {
483
+ cursor: not-allowed; }
484
+ .cdr-button_11-0-0-alpha-0 svg {
485
+ align-self: center;
486
+ fill: inherit; }
487
+ .cdr-button_11-0-0-alpha-0.cdr-button--has-icon-left_11-0-0-alpha-0 svg {
488
+ margin-right: 0.4rem; }
489
+ .cdr-button_11-0-0-alpha-0.cdr-button--has-icon-right_11-0-0-alpha-0 svg {
490
+ margin-left: 0.4rem; }
491
+ .cdr-button--primary_11-0-0-alpha-0 {
492
+ background-color: #1f513f;
493
+ box-shadow: inset 0 0 0 0.1rem #1f513f;
494
+ color: #f9f8f6;
495
+ fill: #f9f8f6; }
496
+ .cdr-button--primary_11-0-0-alpha-0:hover, .cdr-button--primary_11-0-0-alpha-0:focus {
497
+ color: #1f513f;
498
+ fill: #1f513f;
499
+ background-color: #f4f2ed;
500
+ box-shadow: inset 0 0 0 0.3rem #1f513f, 0 0.2rem 0.2rem 0 rgba(12, 11, 8, 0.2); }
501
+ .cdr-button--primary_11-0-0-alpha-0:active {
502
+ color: #f9f8f6;
503
+ fill: #f9f8f6;
504
+ background-color: #1f513f;
505
+ box-shadow: inset 0 0 0 0.3rem #1f513f, inset 0 0 0 0.5rem #f4f2ed; }
506
+ .cdr-button--primary_11-0-0-alpha-0[disabled] {
507
+ background-color: #dcd6cb;
508
+ box-shadow: inset 0 0 0 0.1rem #dcd6cb;
509
+ color: #ffffff;
510
+ fill: #ffffff; }
511
+ .cdr-button--primary_11-0-0-alpha-0.cdr-button--elevated_11-0-0-alpha-0 {
512
+ box-shadow: inset 0 0 0 0.1rem #1f513f, 0 0.4rem 0.4rem 0 rgba(12, 11, 8, 0.2); }
513
+ .cdr-button--primary_11-0-0-alpha-0.cdr-button--elevated_11-0-0-alpha-0:hover, .cdr-button--primary_11-0-0-alpha-0.cdr-button--elevated_11-0-0-alpha-0:focus {
514
+ box-shadow: inset 0 0 0 0.3rem #1f513f, 0 0.8rem 0.8rem 0 rgba(12, 11, 8, 0.2); }
515
+ .cdr-button--primary_11-0-0-alpha-0.cdr-button--elevated_11-0-0-alpha-0:active {
516
+ box-shadow: inset 0 0 0 0.3rem #1f513f, inset 0 0 0 0.5rem #f4f2ed, 0 0.2rem 0.2rem 0 rgba(12, 11, 8, 0.2); }
517
+ .cdr-button--secondary_11-0-0-alpha-0 {
518
+ background-color: #f9f8f6;
519
+ box-shadow: inset 0 0 0 0.1rem #928b80;
520
+ color: #4e4d49;
521
+ fill: #928b80; }
522
+ .cdr-button--secondary_11-0-0-alpha-0:hover, .cdr-button--secondary_11-0-0-alpha-0:focus {
523
+ color: #4e4d49;
524
+ fill: #4e4d49;
525
+ background-color: #f4f2ed;
526
+ box-shadow: inset 0 0 0 0.3rem #4e4d49, 0 0.2rem 0.2rem 0 rgba(12, 11, 8, 0.2); }
527
+ .cdr-button--secondary_11-0-0-alpha-0:active {
528
+ color: #f9f8f6;
529
+ fill: #f9f8f6;
530
+ background-color: #928b80;
531
+ box-shadow: inset 0 0 0 0.3rem #928b80, inset 0 0 0 0.5rem #f4f2ed; }
532
+ .cdr-button--secondary_11-0-0-alpha-0[disabled] {
533
+ background-color: #f9f8f6;
534
+ box-shadow: inset 0 0 0 0.1rem #dcd6cb;
535
+ color: #d1cbbd;
536
+ fill: #d1cbbd; }
537
+ .cdr-button--secondary_11-0-0-alpha-0.cdr-button--elevated_11-0-0-alpha-0 {
538
+ box-shadow: inset 0 0 0 0.1rem #928b80, 0 0.4rem 0.4rem 0 rgba(12, 11, 8, 0.2); }
539
+ .cdr-button--secondary_11-0-0-alpha-0.cdr-button--elevated_11-0-0-alpha-0:hover, .cdr-button--secondary_11-0-0-alpha-0.cdr-button--elevated_11-0-0-alpha-0:focus {
540
+ box-shadow: inset 0 0 0 0.3rem #4e4d49, 0 0.8rem 0.8rem 0 rgba(12, 11, 8, 0.2); }
541
+ .cdr-button--secondary_11-0-0-alpha-0.cdr-button--elevated_11-0-0-alpha-0:active {
542
+ box-shadow: inset 0 0 0 0.3rem #928b80, inset 0 0 0 0.5rem #f4f2ed, 0 0.2rem 0.2rem 0 rgba(12, 11, 8, 0.2); }
543
+ .cdr-button--dark_11-0-0-alpha-0 {
544
+ background-color: #4e4d49;
545
+ box-shadow: inset 0 0 0 0.1rem #4e4d49;
546
+ color: #f9f8f6;
547
+ fill: #f9f8f6; }
548
+ .cdr-button--dark_11-0-0-alpha-0:hover, .cdr-button--dark_11-0-0-alpha-0:focus {
549
+ color: #4e4d49;
550
+ fill: #4e4d49;
551
+ background-color: #edeae3;
552
+ box-shadow: inset 0 0 0 0.3rem #4e4d49, 0 0.2rem 0.2rem 0 rgba(12, 11, 8, 0.2); }
553
+ .cdr-button--dark_11-0-0-alpha-0:active {
554
+ color: #f9f8f6;
555
+ fill: #f9f8f6;
556
+ background-color: #4e4d49;
557
+ box-shadow: inset 0 0 0 0.3rem #4e4d49, inset 0 0 0 0.5rem #edeae3; }
558
+ .cdr-button--dark_11-0-0-alpha-0[disabled] {
559
+ background-color: #dcd6cb;
560
+ box-shadow: inset 0 0 0 0.1rem #dcd6cb;
561
+ color: #ffffff;
562
+ fill: #ffffff; }
563
+ .cdr-button--dark_11-0-0-alpha-0.cdr-button--elevated_11-0-0-alpha-0 {
564
+ box-shadow: inset 0 0 0 0.1rem #4e4d49, 0 0.4rem 0.4rem 0 rgba(12, 11, 8, 0.2); }
565
+ .cdr-button--dark_11-0-0-alpha-0.cdr-button--elevated_11-0-0-alpha-0:hover, .cdr-button--dark_11-0-0-alpha-0.cdr-button--elevated_11-0-0-alpha-0:focus {
566
+ box-shadow: inset 0 0 0 0.3rem #4e4d49, 0 0.8rem 0.8rem 0 rgba(12, 11, 8, 0.2); }
567
+ .cdr-button--dark_11-0-0-alpha-0.cdr-button--elevated_11-0-0-alpha-0:active {
568
+ box-shadow: inset 0 0 0 0.3rem #4e4d49, inset 0 0 0 0.5rem #edeae3, 0 0.2rem 0.2rem 0 rgba(12, 11, 8, 0.2); }
569
+ .cdr-button--sale_11-0-0-alpha-0 {
570
+ background-color: #c7370f;
571
+ box-shadow: inset 0 0 0 0.1rem #c7370f;
572
+ color: #ffffff;
573
+ fill: #ffffff; }
574
+ .cdr-button--sale_11-0-0-alpha-0:hover, .cdr-button--sale_11-0-0-alpha-0:focus {
575
+ color: #c7370f;
576
+ fill: #c7370f;
577
+ background-color: #f4f2ed;
578
+ box-shadow: inset 0 0 0 0.3rem #c7370f, 0 0.2rem 0.2rem 0 rgba(12, 11, 8, 0.2); }
579
+ .cdr-button--sale_11-0-0-alpha-0:active {
580
+ color: #ffffff;
581
+ fill: #ffffff;
582
+ background-color: #c7370f;
583
+ box-shadow: inset 0 0 0 0.3rem #c7370f, inset 0 0 0 0.5rem #f4f2ed; }
584
+ .cdr-button--sale_11-0-0-alpha-0[disabled] {
585
+ background-color: #dcd6cb;
586
+ box-shadow: inset 0 0 0 0.1rem #dcd6cb;
587
+ color: #ffffff;
588
+ fill: #ffffff; }
589
+ .cdr-button--sale_11-0-0-alpha-0.cdr-button--elevated_11-0-0-alpha-0 {
590
+ box-shadow: inset 0 0 0 0.1rem #c7370f, 0 0.4rem 0.4rem 0 rgba(12, 11, 8, 0.2); }
591
+ .cdr-button--sale_11-0-0-alpha-0.cdr-button--elevated_11-0-0-alpha-0:hover, .cdr-button--sale_11-0-0-alpha-0.cdr-button--elevated_11-0-0-alpha-0:focus {
592
+ box-shadow: inset 0 0 0 0.3rem #c7370f, 0 0.8rem 0.8rem 0 rgba(12, 11, 8, 0.2); }
593
+ .cdr-button--sale_11-0-0-alpha-0.cdr-button--elevated_11-0-0-alpha-0:active {
594
+ box-shadow: inset 0 0 0 0.3rem #c7370f, inset 0 0 0 0.5rem #f4f2ed, 0 0.2rem 0.2rem 0 rgba(12, 11, 8, 0.2); }
595
+ .cdr-button--link_11-0-0-alpha-0 {
596
+ color: #406eb5;
597
+ fill: #406eb5;
598
+ background-color: transparent;
599
+ text-decoration: underline; }
600
+ .cdr-button--link_11-0-0-alpha-0:active, .cdr-button--link_11-0-0-alpha-0:focus {
601
+ color: #0b2d60; }
602
+ .cdr-button--link_11-0-0-alpha-0:hover {
603
+ color: #406eb5;
604
+ text-decoration: none; }
605
+ .cdr-button--link_11-0-0-alpha-0:focus {
606
+ outline: 0.2rem solid Highlight;
607
+ outline-color: -webkit-focus-ring-color;
608
+ outline-offset: 0; }
609
+ .cdr-button--large_11-0-0-alpha-0 {
610
+ font-family: Graphik, "Helvetica Neue", sans-serif;
611
+ font-style: normal;
612
+ font-weight: 500;
613
+ letter-spacing: -0.008rem;
614
+ font-size: 1.8rem;
615
+ line-height: 2.4rem;
616
+ padding: 1.2rem 2.4rem;
617
+ width: auto; }
618
+ .cdr-button--large_11-0-0-alpha-0.cdr-button--has-icon-left_11-0-0-alpha-0 {
619
+ padding-left: 2rem; }
620
+ .cdr-button--large_11-0-0-alpha-0.cdr-button--has-icon-right_11-0-0-alpha-0 {
621
+ padding-right: 2rem; }
622
+ .cdr-button--large_11-0-0-alpha-0 svg {
623
+ /* This is to correct icon size vs line height */
624
+ width: 2.4rem;
625
+ height: 2.4rem; }
626
+ .cdr-button--medium_11-0-0-alpha-0 {
627
+ font-family: Graphik, "Helvetica Neue", sans-serif;
628
+ font-style: normal;
629
+ font-weight: 500;
630
+ letter-spacing: -0.008rem;
631
+ font-size: 1.6rem;
632
+ line-height: 2.2rem;
633
+ padding: 0.8rem 1.6rem;
634
+ width: auto; }
635
+ .cdr-button--medium_11-0-0-alpha-0.cdr-button--has-icon-left_11-0-0-alpha-0 {
636
+ padding-left: 1.2rem; }
637
+ .cdr-button--medium_11-0-0-alpha-0.cdr-button--has-icon-right_11-0-0-alpha-0 {
638
+ padding-right: 1.2rem; }
639
+ .cdr-button--medium_11-0-0-alpha-0 svg {
640
+ /* This is to correct icon size vs line height */
641
+ width: 2.4rem;
642
+ height: 2.4rem; }
643
+ .cdr-button--small_11-0-0-alpha-0 {
644
+ font-family: Graphik, "Helvetica Neue", sans-serif;
645
+ font-style: normal;
646
+ font-weight: 500;
647
+ letter-spacing: -0.008rem;
648
+ font-size: 1.4rem;
649
+ line-height: 1.8rem;
650
+ padding: 0.6rem 1.2rem;
651
+ width: auto; }
652
+ .cdr-button--small_11-0-0-alpha-0.cdr-button--has-icon-left_11-0-0-alpha-0 {
653
+ padding-left: 0.8rem; }
654
+ .cdr-button--small_11-0-0-alpha-0.cdr-button--has-icon-right_11-0-0-alpha-0 {
655
+ padding-right: 0.8rem; }
656
+ .cdr-button--small_11-0-0-alpha-0 svg {
657
+ /* This is to correct icon size vs line height */
658
+ width: 2rem;
659
+ height: 2rem; }
660
+ .cdr-button--icon-only_11-0-0-alpha-0 {
661
+ background: none;
662
+ border: none;
663
+ border-radius: 0.2rem;
664
+ box-shadow: none;
665
+ display: inline-block;
666
+ line-height: normal;
667
+ padding: 0.8rem;
668
+ fill: #928b80; }
669
+ .cdr-button--icon-only_11-0-0-alpha-0:hover {
670
+ background: none;
671
+ box-shadow: none;
672
+ border: none;
673
+ fill: #928b80; }
674
+ .cdr-button--icon-only_11-0-0-alpha-0:active, .cdr-button--icon-only_11-0-0-alpha-0:focus {
675
+ background: none;
676
+ outline: none;
677
+ border: none;
678
+ box-shadow: none;
679
+ fill: #928b80; }
680
+ .cdr-button--icon-only_11-0-0-alpha-0:active svg, .cdr-button--icon-only_11-0-0-alpha-0:focus svg {
681
+ box-shadow: inset 0 0 0 0.1rem #928b80; }
682
+ .cdr-button--icon-only_11-0-0-alpha-0[disabled] {
683
+ background: transparent;
684
+ box-shadow: none;
685
+ border: none;
686
+ fill: #dcd6cb; }
687
+ .cdr-button--icon-only_11-0-0-alpha-0 > svg {
688
+ margin: 0; }
689
+ .cdr-button--icon-only-large_11-0-0-alpha-0 {
690
+ padding: 1.2rem; }
691
+ .cdr-button--with-background_11-0-0-alpha-0 {
692
+ border-radius: 50%;
693
+ fill: #928b80;
694
+ background-color: #f9f8f6;
695
+ box-shadow: inset 0 0 0 0.1rem #928b80; }
696
+ .cdr-button--with-background_11-0-0-alpha-0:hover, .cdr-button--with-background_11-0-0-alpha-0:focus {
697
+ fill: #928b80;
698
+ background-color: #f4f2ed;
699
+ box-shadow: inset 0 0 0 0.3rem #4e4d49, 0 0.2rem 0.2rem 0 rgba(12, 11, 8, 0.2); }
700
+ .cdr-button--with-background_11-0-0-alpha-0:hover svg, .cdr-button--with-background_11-0-0-alpha-0:focus svg {
701
+ box-shadow: none; }
702
+ .cdr-button--with-background_11-0-0-alpha-0:active {
703
+ color: #f9f8f6;
704
+ fill: #f9f8f6;
705
+ background-color: #928b80;
706
+ box-shadow: inset 0 0 0 0.3rem #928b80, inset 0 0 0 0.5rem #f4f2ed; }
707
+ .cdr-button--with-background_11-0-0-alpha-0:active svg {
708
+ box-shadow: none; }
709
+ .cdr-button--with-background_11-0-0-alpha-0[disabled] {
710
+ background-color: #f9f8f6;
711
+ box-shadow: inset 0 0 0 0.1rem #dcd6cb;
712
+ fill: #d1cbbd; }
713
+ .cdr-button--full-width_11-0-0-alpha-0 {
714
+ width: 100% !important;
715
+ justify-content: center; }
716
+ @media (min-width: 0) and (max-width: 767px) {
717
+ .cdr-button--small\@xs_11-0-0-alpha-0 {
718
+ font-family: Graphik, "Helvetica Neue", sans-serif;
719
+ font-style: normal;
720
+ font-weight: 500;
721
+ letter-spacing: -0.008rem;
722
+ font-size: 1.4rem;
723
+ line-height: 1.8rem;
724
+ padding: 0.6rem 1.2rem;
725
+ width: auto; }
726
+ .cdr-button--small\@xs_11-0-0-alpha-0.cdr-button--has-icon-left_11-0-0-alpha-0 {
727
+ padding-left: 0.8rem; }
728
+ .cdr-button--small\@xs_11-0-0-alpha-0.cdr-button--has-icon-right_11-0-0-alpha-0 {
729
+ padding-right: 0.8rem; }
730
+ .cdr-button--small\@xs_11-0-0-alpha-0 svg {
731
+ /* This is to correct icon size vs line height */
732
+ width: 2rem;
733
+ height: 2rem; }
734
+ .cdr-button--medium\@xs_11-0-0-alpha-0 {
735
+ font-family: Graphik, "Helvetica Neue", sans-serif;
736
+ font-style: normal;
737
+ font-weight: 500;
738
+ letter-spacing: -0.008rem;
739
+ font-size: 1.6rem;
740
+ line-height: 2.2rem;
741
+ padding: 0.8rem 1.6rem;
742
+ width: auto; }
743
+ .cdr-button--medium\@xs_11-0-0-alpha-0.cdr-button--has-icon-left_11-0-0-alpha-0 {
744
+ padding-left: 1.2rem; }
745
+ .cdr-button--medium\@xs_11-0-0-alpha-0.cdr-button--has-icon-right_11-0-0-alpha-0 {
746
+ padding-right: 1.2rem; }
747
+ .cdr-button--medium\@xs_11-0-0-alpha-0 svg {
748
+ /* This is to correct icon size vs line height */
749
+ width: 2.4rem;
750
+ height: 2.4rem; }
751
+ .cdr-button--large\@xs_11-0-0-alpha-0 {
752
+ font-family: Graphik, "Helvetica Neue", sans-serif;
753
+ font-style: normal;
754
+ font-weight: 500;
755
+ letter-spacing: -0.008rem;
756
+ font-size: 1.8rem;
757
+ line-height: 2.4rem;
758
+ padding: 1.2rem 2.4rem;
759
+ width: auto; }
760
+ .cdr-button--large\@xs_11-0-0-alpha-0.cdr-button--has-icon-left_11-0-0-alpha-0 {
761
+ padding-left: 2rem; }
762
+ .cdr-button--large\@xs_11-0-0-alpha-0.cdr-button--has-icon-right_11-0-0-alpha-0 {
763
+ padding-right: 2rem; }
764
+ .cdr-button--large\@xs_11-0-0-alpha-0 svg {
765
+ /* This is to correct icon size vs line height */
766
+ width: 2.4rem;
767
+ height: 2.4rem; }
768
+ .cdr-button--fullWidth\@xs_11-0-0-alpha-0 {
769
+ width: 100% !important;
770
+ justify-content: center; } }
771
+ @media (min-width: 768px) and (max-width: 991px) {
772
+ .cdr-button--small\@sm_11-0-0-alpha-0 {
773
+ font-family: Graphik, "Helvetica Neue", sans-serif;
774
+ font-style: normal;
775
+ font-weight: 500;
776
+ letter-spacing: -0.008rem;
777
+ font-size: 1.4rem;
778
+ line-height: 1.8rem;
779
+ padding: 0.6rem 1.2rem;
780
+ width: auto; }
781
+ .cdr-button--small\@sm_11-0-0-alpha-0.cdr-button--has-icon-left_11-0-0-alpha-0 {
782
+ padding-left: 0.8rem; }
783
+ .cdr-button--small\@sm_11-0-0-alpha-0.cdr-button--has-icon-right_11-0-0-alpha-0 {
784
+ padding-right: 0.8rem; }
785
+ .cdr-button--small\@sm_11-0-0-alpha-0 svg {
786
+ /* This is to correct icon size vs line height */
787
+ width: 2rem;
788
+ height: 2rem; }
789
+ .cdr-button--medium\@sm_11-0-0-alpha-0 {
790
+ font-family: Graphik, "Helvetica Neue", sans-serif;
791
+ font-style: normal;
792
+ font-weight: 500;
793
+ letter-spacing: -0.008rem;
794
+ font-size: 1.6rem;
795
+ line-height: 2.2rem;
796
+ padding: 0.8rem 1.6rem;
797
+ width: auto; }
798
+ .cdr-button--medium\@sm_11-0-0-alpha-0.cdr-button--has-icon-left_11-0-0-alpha-0 {
799
+ padding-left: 1.2rem; }
800
+ .cdr-button--medium\@sm_11-0-0-alpha-0.cdr-button--has-icon-right_11-0-0-alpha-0 {
801
+ padding-right: 1.2rem; }
802
+ .cdr-button--medium\@sm_11-0-0-alpha-0 svg {
803
+ /* This is to correct icon size vs line height */
804
+ width: 2.4rem;
805
+ height: 2.4rem; }
806
+ .cdr-button--large\@sm_11-0-0-alpha-0 {
807
+ font-family: Graphik, "Helvetica Neue", sans-serif;
808
+ font-style: normal;
809
+ font-weight: 500;
810
+ letter-spacing: -0.008rem;
811
+ font-size: 1.8rem;
812
+ line-height: 2.4rem;
813
+ padding: 1.2rem 2.4rem;
814
+ width: auto; }
815
+ .cdr-button--large\@sm_11-0-0-alpha-0.cdr-button--has-icon-left_11-0-0-alpha-0 {
816
+ padding-left: 2rem; }
817
+ .cdr-button--large\@sm_11-0-0-alpha-0.cdr-button--has-icon-right_11-0-0-alpha-0 {
818
+ padding-right: 2rem; }
819
+ .cdr-button--large\@sm_11-0-0-alpha-0 svg {
820
+ /* This is to correct icon size vs line height */
821
+ width: 2.4rem;
822
+ height: 2.4rem; }
823
+ .cdr-button--fullWidth\@sm_11-0-0-alpha-0 {
824
+ width: 100% !important;
825
+ justify-content: center; } }
826
+ @media (min-width: 992px) and (max-width: 1231px) {
827
+ .cdr-button--small\@md_11-0-0-alpha-0 {
828
+ font-family: Graphik, "Helvetica Neue", sans-serif;
829
+ font-style: normal;
830
+ font-weight: 500;
831
+ letter-spacing: -0.008rem;
832
+ font-size: 1.4rem;
833
+ line-height: 1.8rem;
834
+ padding: 0.6rem 1.2rem;
835
+ width: auto; }
836
+ .cdr-button--small\@md_11-0-0-alpha-0.cdr-button--has-icon-left_11-0-0-alpha-0 {
837
+ padding-left: 0.8rem; }
838
+ .cdr-button--small\@md_11-0-0-alpha-0.cdr-button--has-icon-right_11-0-0-alpha-0 {
839
+ padding-right: 0.8rem; }
840
+ .cdr-button--small\@md_11-0-0-alpha-0 svg {
841
+ /* This is to correct icon size vs line height */
842
+ width: 2rem;
843
+ height: 2rem; }
844
+ .cdr-button--medium\@md_11-0-0-alpha-0 {
845
+ font-family: Graphik, "Helvetica Neue", sans-serif;
846
+ font-style: normal;
847
+ font-weight: 500;
848
+ letter-spacing: -0.008rem;
849
+ font-size: 1.6rem;
850
+ line-height: 2.2rem;
851
+ padding: 0.8rem 1.6rem;
852
+ width: auto; }
853
+ .cdr-button--medium\@md_11-0-0-alpha-0.cdr-button--has-icon-left_11-0-0-alpha-0 {
854
+ padding-left: 1.2rem; }
855
+ .cdr-button--medium\@md_11-0-0-alpha-0.cdr-button--has-icon-right_11-0-0-alpha-0 {
856
+ padding-right: 1.2rem; }
857
+ .cdr-button--medium\@md_11-0-0-alpha-0 svg {
858
+ /* This is to correct icon size vs line height */
859
+ width: 2.4rem;
860
+ height: 2.4rem; }
861
+ .cdr-button--large\@md_11-0-0-alpha-0 {
862
+ font-family: Graphik, "Helvetica Neue", sans-serif;
863
+ font-style: normal;
864
+ font-weight: 500;
865
+ letter-spacing: -0.008rem;
866
+ font-size: 1.8rem;
867
+ line-height: 2.4rem;
868
+ padding: 1.2rem 2.4rem;
869
+ width: auto; }
870
+ .cdr-button--large\@md_11-0-0-alpha-0.cdr-button--has-icon-left_11-0-0-alpha-0 {
871
+ padding-left: 2rem; }
872
+ .cdr-button--large\@md_11-0-0-alpha-0.cdr-button--has-icon-right_11-0-0-alpha-0 {
873
+ padding-right: 2rem; }
874
+ .cdr-button--large\@md_11-0-0-alpha-0 svg {
875
+ /* This is to correct icon size vs line height */
876
+ width: 2.4rem;
877
+ height: 2.4rem; }
878
+ .cdr-button--fullWidth\@md_11-0-0-alpha-0 {
879
+ width: 100% !important;
880
+ justify-content: center; } }
881
+ @media (min-width: 1232px) {
882
+ .cdr-button--small\@lg_11-0-0-alpha-0 {
883
+ font-family: Graphik, "Helvetica Neue", sans-serif;
884
+ font-style: normal;
885
+ font-weight: 500;
886
+ letter-spacing: -0.008rem;
887
+ font-size: 1.4rem;
888
+ line-height: 1.8rem;
889
+ padding: 0.6rem 1.2rem;
890
+ width: auto; }
891
+ .cdr-button--small\@lg_11-0-0-alpha-0.cdr-button--has-icon-left_11-0-0-alpha-0 {
892
+ padding-left: 0.8rem; }
893
+ .cdr-button--small\@lg_11-0-0-alpha-0.cdr-button--has-icon-right_11-0-0-alpha-0 {
894
+ padding-right: 0.8rem; }
895
+ .cdr-button--small\@lg_11-0-0-alpha-0 svg {
896
+ /* This is to correct icon size vs line height */
897
+ width: 2rem;
898
+ height: 2rem; }
899
+ .cdr-button--medium\@lg_11-0-0-alpha-0 {
900
+ font-family: Graphik, "Helvetica Neue", sans-serif;
901
+ font-style: normal;
902
+ font-weight: 500;
903
+ letter-spacing: -0.008rem;
904
+ font-size: 1.6rem;
905
+ line-height: 2.2rem;
906
+ padding: 0.8rem 1.6rem;
907
+ width: auto; }
908
+ .cdr-button--medium\@lg_11-0-0-alpha-0.cdr-button--has-icon-left_11-0-0-alpha-0 {
909
+ padding-left: 1.2rem; }
910
+ .cdr-button--medium\@lg_11-0-0-alpha-0.cdr-button--has-icon-right_11-0-0-alpha-0 {
911
+ padding-right: 1.2rem; }
912
+ .cdr-button--medium\@lg_11-0-0-alpha-0 svg {
913
+ /* This is to correct icon size vs line height */
914
+ width: 2.4rem;
915
+ height: 2.4rem; }
916
+ .cdr-button--large\@lg_11-0-0-alpha-0 {
917
+ font-family: Graphik, "Helvetica Neue", sans-serif;
918
+ font-style: normal;
919
+ font-weight: 500;
920
+ letter-spacing: -0.008rem;
921
+ font-size: 1.8rem;
922
+ line-height: 2.4rem;
923
+ padding: 1.2rem 2.4rem;
924
+ width: auto; }
925
+ .cdr-button--large\@lg_11-0-0-alpha-0.cdr-button--has-icon-left_11-0-0-alpha-0 {
926
+ padding-left: 2rem; }
927
+ .cdr-button--large\@lg_11-0-0-alpha-0.cdr-button--has-icon-right_11-0-0-alpha-0 {
928
+ padding-right: 2rem; }
929
+ .cdr-button--large\@lg_11-0-0-alpha-0 svg {
930
+ /* This is to correct icon size vs line height */
931
+ width: 2.4rem;
932
+ height: 2.4rem; }
933
+ .cdr-button--fullWidth\@lg_11-0-0-alpha-0 {
934
+ width: 100% !important;
935
+ justify-content: center; } }
936
+
937
+ /* ==========================================================================
938
+ # CdrCaption
939
+
940
+ All values should map to variables in
941
+ vars/CdrCaption.vars.pcss
942
+ in order to allow for theming
943
+
944
+ TOC:
945
+
946
+ :Base - CdrCaption
947
+ ========================================================================== */
948
+ .cdr-caption_11-0-0-alpha-0 {
949
+ max-width: 53rem;
950
+ line-height: 1;
951
+ padding: 0.8rem 0; }
952
+ .cdr-caption_11-0-0-alpha-0 cite {
953
+ font-family: Graphik, "Helvetica Neue", sans-serif;
954
+ font-size: 1.2rem;
955
+ font-weight: 400;
956
+ letter-spacing: 0.016rem;
957
+ line-height: 1.8rem;
958
+ color: rgba(66, 59, 47, 0.75);
959
+ font-style: normal; }
960
+ .cdr-caption__summary_11-0-0-alpha-0 {
961
+ font-family: Graphik, "Helvetica Neue", sans-serif;
962
+ font-size: 1.4rem;
963
+ font-weight: 400;
964
+ letter-spacing: 0.008rem;
965
+ line-height: 2.2rem;
966
+ margin: 0;
967
+ color: rgba(12, 11, 8, 0.75); }
968
+ .cdr-caption__summary_11-0-0-alpha-0 + cite {
969
+ display: inline-block;
970
+ margin-top: 0.8rem; }
971
+
972
+ .cdr-card_11-0-0-alpha-0 {
973
+ position: relative;
974
+ background-color: #ffffff;
975
+ border-radius: 0.4rem;
976
+ box-shadow: 0 0.2rem 0.2rem 0 rgba(12, 11, 8, 0.2);
977
+ color: rgba(12, 11, 8, 0.75);
978
+ width: 100%;
979
+ transition: box-shadow 0.2s cubic-bezier(0.15, 0, 0.15, 0);
980
+ cursor: pointer;
981
+ overflow: hidden; }
982
+ .cdr-card_11-0-0-alpha-0:active, .cdr-card_11-0-0-alpha-0:hover {
983
+ box-shadow: 0 0.8rem 0.8rem 0 rgba(12, 11, 8, 0.2);
984
+ transform: translateY(-0.2rem);
985
+ transition: 0.2s; }
986
+ .cdr-card__link {
987
+ position: static;
988
+ color: rgba(12, 11, 8, 0.75) !important;
989
+ text-decoration: none !important; }
990
+ .cdr-card__link:hover {
991
+ text-decoration: underline !important;
992
+ color: #406eb5 !important; }
993
+ .cdr-card__link::before {
994
+ content: "";
995
+ display: block;
996
+ position: absolute;
997
+ width: 100%;
998
+ z-index: 1;
999
+ height: 100%;
1000
+ left: 0;
1001
+ top: 0;
1002
+ background-color: transparent; }
1003
+
1004
+ /* intentionally empty */
1005
+ .cdr-checkbox_11-0-0-alpha-0 {
1006
+ /* Checked
1007
+ ========== */
1008
+ /* Disabled
1009
+ ========== */
1010
+ /* Active
1011
+ ========== */
1012
+ /* Focus
1013
+ ========== */ }
1014
+ .cdr-checkbox__input_11-0-0-alpha-0:checked ~ .cdr-label-wrapper__figure_11-0-0-alpha-0 {
1015
+ box-shadow: inset 0 0 0 0.1rem #4e4d49;
1016
+ background-color: #4e4d49;
1017
+ background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ffffff'%3E%3Cpath role='presentation' d='M9.673 18.669h.001L19.766 6.644a1 1 0 10-1.532-1.286l-9.3 11.085-3.169-3.776a1 1 0 10-1.532 1.286l3.875 4.618a.999.999 0 001.565.099z'/%3E%3C/svg%3E");
1018
+ background-repeat: no-repeat; }
1019
+ .cdr-checkbox__input_11-0-0-alpha-0[indeterminate] ~ .cdr-label-wrapper__figure_11-0-0-alpha-0 {
1020
+ box-shadow: inset 0 0 0 0.1rem #4e4d49; }
1021
+ .cdr-checkbox__input_11-0-0-alpha-0[indeterminate] ~ .cdr-label-wrapper__figure_11-0-0-alpha-0::after {
1022
+ content: '';
1023
+ position: absolute;
1024
+ left: 50%;
1025
+ top: 50%;
1026
+ transform: translate(-50%, -50%);
1027
+ width: 0.8rem;
1028
+ height: 0.2rem;
1029
+ background-color: #4e4d49;
1030
+ border-radius: 0.2rem; }
1031
+ .cdr-checkbox_11-0-0-alpha-0:hover .cdr-label-wrapper__figure_11-0-0-alpha-0 {
1032
+ cursor: pointer;
1033
+ box-shadow: inset 0 0 0 0.1rem #20201d, 0 0 0 0.1rem #20201d;
1034
+ background-color: #f9f8f6; }
1035
+ .cdr-checkbox_11-0-0-alpha-0:hover .cdr-checkbox__input_11-0-0-alpha-0 {
1036
+ /* Hover + Checked
1037
+ ========== */
1038
+ /* Hover + Indeterminate
1039
+ ========== */ }
1040
+ .cdr-checkbox_11-0-0-alpha-0:hover .cdr-checkbox__input_11-0-0-alpha-0:checked ~ .cdr-label-wrapper__figure_11-0-0-alpha-0 {
1041
+ box-shadow: inset 0 0 0 0.1rem #4e4d49, 0 0 0 0.1rem #4e4d49;
1042
+ background-color: #928b80;
1043
+ background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ffffff'%3E%3Cpath role='presentation' d='M9.673 18.669h.001L19.766 6.644a1 1 0 10-1.532-1.286l-9.3 11.085-3.169-3.776a1 1 0 10-1.532 1.286l3.875 4.618a.999.999 0 001.565.099z'/%3E%3C/svg%3E"); }
1044
+ .cdr-checkbox_11-0-0-alpha-0:hover .cdr-checkbox__input_11-0-0-alpha-0[indeterminate] ~ .cdr-label-wrapper__figure_11-0-0-alpha-0 {
1045
+ box-shadow: inset 0 0 0 0.2rem #4e4d49; }
1046
+ .cdr-checkbox_11-0-0-alpha-0:hover .cdr-checkbox__input_11-0-0-alpha-0[indeterminate] ~ .cdr-label-wrapper__figure_11-0-0-alpha-0::after {
1047
+ background-color: #ffffff; }
1048
+ .cdr-checkbox__input_11-0-0-alpha-0:disabled {
1049
+ /* Disabled + Checked
1050
+ ========== */
1051
+ /* Disabled + Indeterminate
1052
+ ========== */ }
1053
+ .cdr-checkbox__input_11-0-0-alpha-0:disabled ~ .cdr-label-wrapper__figure_11-0-0-alpha-0 {
1054
+ box-shadow: inset 0 0 0 0.1rem #d1cbbd !important;
1055
+ background-color: #f9f8f6 !important;
1056
+ background-image: none !important; }
1057
+ .cdr-checkbox__input_11-0-0-alpha-0:disabled:checked ~ .cdr-label-wrapper__figure_11-0-0-alpha-0 {
1058
+ background-color: #f9f8f6 !important; }
1059
+ .cdr-checkbox__input_11-0-0-alpha-0:disabled[indeterminate] ~ .cdr-label-wrapper__figure_11-0-0-alpha-0 {
1060
+ box-shadow: inset 0 0 0 0.1rem #d1cbbd !important; }
1061
+ .cdr-checkbox__input_11-0-0-alpha-0:disabled[indeterminate] ~ .cdr-label-wrapper__figure_11-0-0-alpha-0::after {
1062
+ background-color: #f9f8f6 !important; }
1063
+ .cdr-checkbox_11-0-0-alpha-0:active .cdr-label-wrapper__figure_11-0-0-alpha-0, .cdr-checkbox_11-0-0-alpha-0:active .cdr-checkbox__input_11-0-0-alpha-0:checked ~ .cdr-label-wrapper__figure_11-0-0-alpha-0 {
1064
+ box-shadow: inset 0 0 0 0.1rem #4e4d49, 0 0 0 0.1rem #4e4d49;
1065
+ background-color: #f9f8f6;
1066
+ background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%234e4d49'%3E%3Cpath role='presentation' d='M9.673 18.669h.001L19.766 6.644a1 1 0 10-1.532-1.286l-9.3 11.085-3.169-3.776a1 1 0 10-1.532 1.286l3.875 4.618a.999.999 0 001.565.099z'/%3E%3C/svg%3E"); }
1067
+ .cdr-checkbox_11-0-0-alpha-0:active .cdr-checkbox__input_11-0-0-alpha-0[indeterminate] ~ .cdr-label-wrapper__figure_11-0-0-alpha-0::after {
1068
+ content: none; }
1069
+ .cdr-checkbox__input_11-0-0-alpha-0:focus ~ .cdr-label-wrapper__figure_11-0-0-alpha-0 {
1070
+ box-shadow: inset 0 0 0 0.1rem #4e4d49, 0 0 0 0.1rem #4e4d49;
1071
+ background-color: #f9f8f6; }
1072
+ .cdr-checkbox__input_11-0-0-alpha-0:focus:checked ~ .cdr-label-wrapper__figure_11-0-0-alpha-0 {
1073
+ background-color: #928b80; }
1074
+
1075
+ .cdr-label-wrapper_11-0-0-alpha-0 {
1076
+ font-family: Graphik, "Helvetica Neue", sans-serif;
1077
+ font-style: normal;
1078
+ font-weight: 400;
1079
+ letter-spacing: -0.016rem;
1080
+ font-size: 1.6rem;
1081
+ line-height: 2.2rem;
1082
+ padding: 0.8rem;
1083
+ padding-left: 3.2rem;
1084
+ padding-right: 1.2rem;
1085
+ color: rgba(12, 11, 8, 0.75);
1086
+ background-color: rgba(244, 242, 237, 0.15);
1087
+ border-radius: 0.4rem;
1088
+ width: 100%;
1089
+ display: inline-block;
1090
+ margin: 0;
1091
+ display: flex;
1092
+ align-items: flex-start;
1093
+ flex-grow: 1;
1094
+ position: relative;
1095
+ -webkit-user-select: none;
1096
+ -ms-user-select: none;
1097
+ user-select: none;
1098
+ /* Sizes
1099
+ ========================================================================== */
1100
+ /* Breakpoint variants
1101
+
1102
+ /* @xs
1103
+ 0px - 767px
1104
+ ========== */
1105
+ /* @sm
1106
+ 768px - 991px
1107
+ ========== */
1108
+ /* @md
1109
+ 992px - 1199px
1110
+ ========== */
1111
+ /* @lg
1112
+ 1200px and up
1113
+ ========== */ }
1114
+ .cdr-label-wrapper__container_11-0-0-alpha-0 {
1115
+ font-size: 0;
1116
+ line-height: 1; }
1117
+ .cdr-label-wrapper_11-0-0-alpha-0 input {
1118
+ position: absolute;
1119
+ opacity: 0;
1120
+ z-index: -1; }
1121
+ .cdr-label-wrapper--primary_11-0-0-alpha-0:hover {
1122
+ background-color: #f9f8f6;
1123
+ cursor: pointer; }
1124
+ .cdr-label-wrapper--primary_11-0-0-alpha-0:focus-within {
1125
+ background-color: #f9f8f6;
1126
+ box-shadow: inset 0 0 0 0.2rem #20201d; }
1127
+ .cdr-label-wrapper--primary_11-0-0-alpha-0:active {
1128
+ background-color: #edeae3; }
1129
+ .cdr-label-wrapper--secondary_11-0-0-alpha-0 {
1130
+ background-color: rgba(244, 242, 237, 0.15); }
1131
+ .cdr-label-wrapper--secondary_11-0-0-alpha-0:hover {
1132
+ background-color: rgba(255, 255, 255, 0.75);
1133
+ cursor: pointer; }
1134
+ .cdr-label-wrapper--secondary_11-0-0-alpha-0:focus-within {
1135
+ background-color: rgba(255, 255, 255, 0.75); }
1136
+ .cdr-label-wrapper--secondary_11-0-0-alpha-0:active {
1137
+ background-color: #ffffff; }
1138
+ .cdr-label-wrapper--disabled_11-0-0-alpha-0 {
1139
+ color: #d1cbbd !important;
1140
+ cursor: not-allowed !important; }
1141
+ .cdr-label-wrapper--disabled_11-0-0-alpha-0:hover, .cdr-label-wrapper--disabled_11-0-0-alpha-0:focus-within, .cdr-label-wrapper--disabled_11-0-0-alpha-0:active {
1142
+ background-color: transparent !important; }
1143
+ .cdr-label-wrapper--disabled_11-0-0-alpha-0 .cdr-label-wrapper__figure_11-0-0-alpha-0 {
1144
+ cursor: not-allowed !important; }
1145
+ .cdr-label-wrapper__figure_11-0-0-alpha-0 {
1146
+ top: 1.1rem;
1147
+ width: 1.6rem;
1148
+ height: 1.6rem;
1149
+ position: absolute;
1150
+ left: 0.8rem;
1151
+ border-radius: 0.4rem;
1152
+ background-color: rgba(244, 242, 237, 0.15);
1153
+ box-shadow: 0 0 0 0.1rem #928b80;
1154
+ transition: box-shadow 0.2s cubic-bezier(0.15, 0, 0.15, 0); }
1155
+ .cdr-label-wrapper__figure_11-0-0-alpha-0::after {
1156
+ width: 0.4rem;
1157
+ height: 0.4rem; }
1158
+ .cdr-label-wrapper__content_11-0-0-alpha-0 {
1159
+ -webkit-user-select: text;
1160
+ -ms-user-select: text;
1161
+ user-select: text; }
1162
+ .cdr-label-wrapper--hide-figure_11-0-0-alpha-0 {
1163
+ padding-left: 0; }
1164
+ .cdr-label-wrapper--hide-figure_11-0-0-alpha-0 > .cdr-label-wrapper__figure_11-0-0-alpha-0 {
1165
+ display: none; }
1166
+ .cdr-label-wrapper--small_11-0-0-alpha-0 {
1167
+ font-family: Graphik, "Helvetica Neue", sans-serif;
1168
+ font-style: normal;
1169
+ font-weight: 400;
1170
+ letter-spacing: -0.016rem;
1171
+ font-size: 1.4rem;
1172
+ line-height: 1.8rem;
1173
+ padding-left: 3.2rem; }
1174
+ .cdr-label-wrapper--small_11-0-0-alpha-0 > .cdr-label-wrapper__figure_11-0-0-alpha-0 {
1175
+ width: 1.6rem;
1176
+ height: 1.6rem; }
1177
+ .cdr-label-wrapper--small_11-0-0-alpha-0 > .cdr-label-wrapper__figure_11-0-0-alpha-0::after {
1178
+ width: 0.4rem;
1179
+ height: 0.4rem; }
1180
+ .cdr-label-wrapper--medium_11-0-0-alpha-0 {
1181
+ font-family: Graphik, "Helvetica Neue", sans-serif;
1182
+ font-style: normal;
1183
+ font-weight: 400;
1184
+ letter-spacing: -0.016rem;
1185
+ font-size: 1.6rem;
1186
+ line-height: 2.2rem;
1187
+ padding-left: 3.2rem; }
1188
+ .cdr-label-wrapper--medium_11-0-0-alpha-0 > .cdr-label-wrapper__figure_11-0-0-alpha-0 {
1189
+ width: 1.6rem;
1190
+ height: 1.6rem; }
1191
+ .cdr-label-wrapper--medium_11-0-0-alpha-0 > .cdr-label-wrapper__figure_11-0-0-alpha-0::after {
1192
+ width: 0.4rem;
1193
+ height: 0.4rem; }
1194
+ .cdr-label-wrapper--large_11-0-0-alpha-0 {
1195
+ font-family: Graphik, "Helvetica Neue", sans-serif;
1196
+ font-style: normal;
1197
+ font-weight: 400;
1198
+ letter-spacing: -0.016rem;
1199
+ font-size: 1.6rem;
1200
+ line-height: 2.2rem;
1201
+ padding-left: 3.6rem; }
1202
+ .cdr-label-wrapper--large_11-0-0-alpha-0 > .cdr-label-wrapper__figure_11-0-0-alpha-0 {
1203
+ width: 2rem;
1204
+ height: 2rem; }
1205
+ .cdr-label-wrapper--large_11-0-0-alpha-0 > .cdr-label-wrapper__figure_11-0-0-alpha-0::after {
1206
+ width: 0.5rem;
1207
+ height: 0.5rem; }
1208
+ @media (min-width: 0) and (max-width: 767px) {
1209
+ .cdr-label-wrapper--small\@xs_11-0-0-alpha-0 {
1210
+ font-family: Graphik, "Helvetica Neue", sans-serif;
1211
+ font-style: normal;
1212
+ font-weight: 400;
1213
+ letter-spacing: -0.016rem;
1214
+ font-size: 1.4rem;
1215
+ line-height: 1.8rem;
1216
+ padding-left: 3.2rem; }
1217
+ .cdr-label-wrapper--small\@xs_11-0-0-alpha-0 > .cdr-label-wrapper__figure_11-0-0-alpha-0 {
1218
+ width: 1.6rem;
1219
+ height: 1.6rem; }
1220
+ .cdr-label-wrapper--small\@xs_11-0-0-alpha-0 > .cdr-label-wrapper__figure_11-0-0-alpha-0::after {
1221
+ width: 0.4rem;
1222
+ height: 0.4rem; }
1223
+ .cdr-label-wrapper--medium\@xs_11-0-0-alpha-0 {
1224
+ font-family: Graphik, "Helvetica Neue", sans-serif;
1225
+ font-style: normal;
1226
+ font-weight: 400;
1227
+ letter-spacing: -0.016rem;
1228
+ font-size: 1.6rem;
1229
+ line-height: 2.2rem;
1230
+ padding-left: 3.2rem; }
1231
+ .cdr-label-wrapper--medium\@xs_11-0-0-alpha-0 > .cdr-label-wrapper__figure_11-0-0-alpha-0 {
1232
+ width: 1.6rem;
1233
+ height: 1.6rem; }
1234
+ .cdr-label-wrapper--medium\@xs_11-0-0-alpha-0 > .cdr-label-wrapper__figure_11-0-0-alpha-0::after {
1235
+ width: 0.4rem;
1236
+ height: 0.4rem; }
1237
+ .cdr-label-wrapper--large\@xs_11-0-0-alpha-0 {
1238
+ font-family: Graphik, "Helvetica Neue", sans-serif;
1239
+ font-style: normal;
1240
+ font-weight: 400;
1241
+ letter-spacing: -0.016rem;
1242
+ font-size: 1.6rem;
1243
+ line-height: 2.2rem;
1244
+ padding-left: 3.6rem; }
1245
+ .cdr-label-wrapper--large\@xs_11-0-0-alpha-0 > .cdr-label-wrapper__figure_11-0-0-alpha-0 {
1246
+ width: 2rem;
1247
+ height: 2rem; }
1248
+ .cdr-label-wrapper--large\@xs_11-0-0-alpha-0 > .cdr-label-wrapper__figure_11-0-0-alpha-0::after {
1249
+ width: 0.5rem;
1250
+ height: 0.5rem; } }
1251
+ @media (min-width: 768px) and (max-width: 991px) {
1252
+ .cdr-label-wrapper--small\@sm_11-0-0-alpha-0 {
1253
+ font-family: Graphik, "Helvetica Neue", sans-serif;
1254
+ font-style: normal;
1255
+ font-weight: 400;
1256
+ letter-spacing: -0.016rem;
1257
+ font-size: 1.4rem;
1258
+ line-height: 1.8rem;
1259
+ padding-left: 3.2rem; }
1260
+ .cdr-label-wrapper--small\@sm_11-0-0-alpha-0 > .cdr-label-wrapper__figure_11-0-0-alpha-0 {
1261
+ width: 1.6rem;
1262
+ height: 1.6rem; }
1263
+ .cdr-label-wrapper--small\@sm_11-0-0-alpha-0 > .cdr-label-wrapper__figure_11-0-0-alpha-0::after {
1264
+ width: 0.4rem;
1265
+ height: 0.4rem; }
1266
+ .cdr-label-wrapper--medium\@sm_11-0-0-alpha-0 {
1267
+ font-family: Graphik, "Helvetica Neue", sans-serif;
1268
+ font-style: normal;
1269
+ font-weight: 400;
1270
+ letter-spacing: -0.016rem;
1271
+ font-size: 1.6rem;
1272
+ line-height: 2.2rem;
1273
+ padding-left: 3.2rem; }
1274
+ .cdr-label-wrapper--medium\@sm_11-0-0-alpha-0 > .cdr-label-wrapper__figure_11-0-0-alpha-0 {
1275
+ width: 1.6rem;
1276
+ height: 1.6rem; }
1277
+ .cdr-label-wrapper--medium\@sm_11-0-0-alpha-0 > .cdr-label-wrapper__figure_11-0-0-alpha-0::after {
1278
+ width: 0.4rem;
1279
+ height: 0.4rem; }
1280
+ .cdr-label-wrapper--large\@sm_11-0-0-alpha-0 {
1281
+ font-family: Graphik, "Helvetica Neue", sans-serif;
1282
+ font-style: normal;
1283
+ font-weight: 400;
1284
+ letter-spacing: -0.016rem;
1285
+ font-size: 1.6rem;
1286
+ line-height: 2.2rem;
1287
+ padding-left: 3.6rem; }
1288
+ .cdr-label-wrapper--large\@sm_11-0-0-alpha-0 > .cdr-label-wrapper__figure_11-0-0-alpha-0 {
1289
+ width: 2rem;
1290
+ height: 2rem; }
1291
+ .cdr-label-wrapper--large\@sm_11-0-0-alpha-0 > .cdr-label-wrapper__figure_11-0-0-alpha-0::after {
1292
+ width: 0.5rem;
1293
+ height: 0.5rem; } }
1294
+ @media (min-width: 992px) and (max-width: 1231px) {
1295
+ .cdr-label-wrapper--small\@md_11-0-0-alpha-0 {
1296
+ font-family: Graphik, "Helvetica Neue", sans-serif;
1297
+ font-style: normal;
1298
+ font-weight: 400;
1299
+ letter-spacing: -0.016rem;
1300
+ font-size: 1.4rem;
1301
+ line-height: 1.8rem;
1302
+ padding-left: 3.2rem; }
1303
+ .cdr-label-wrapper--small\@md_11-0-0-alpha-0 > .cdr-label-wrapper__figure_11-0-0-alpha-0 {
1304
+ width: 1.6rem;
1305
+ height: 1.6rem; }
1306
+ .cdr-label-wrapper--small\@md_11-0-0-alpha-0 > .cdr-label-wrapper__figure_11-0-0-alpha-0::after {
1307
+ width: 0.4rem;
1308
+ height: 0.4rem; }
1309
+ .cdr-label-wrapper--medium\@md_11-0-0-alpha-0 {
1310
+ font-family: Graphik, "Helvetica Neue", sans-serif;
1311
+ font-style: normal;
1312
+ font-weight: 400;
1313
+ letter-spacing: -0.016rem;
1314
+ font-size: 1.6rem;
1315
+ line-height: 2.2rem;
1316
+ padding-left: 3.2rem; }
1317
+ .cdr-label-wrapper--medium\@md_11-0-0-alpha-0 > .cdr-label-wrapper__figure_11-0-0-alpha-0 {
1318
+ width: 1.6rem;
1319
+ height: 1.6rem; }
1320
+ .cdr-label-wrapper--medium\@md_11-0-0-alpha-0 > .cdr-label-wrapper__figure_11-0-0-alpha-0::after {
1321
+ width: 0.4rem;
1322
+ height: 0.4rem; }
1323
+ .cdr-label-wrapper--large\@md_11-0-0-alpha-0 {
1324
+ font-family: Graphik, "Helvetica Neue", sans-serif;
1325
+ font-style: normal;
1326
+ font-weight: 400;
1327
+ letter-spacing: -0.016rem;
1328
+ font-size: 1.6rem;
1329
+ line-height: 2.2rem;
1330
+ padding-left: 3.6rem; }
1331
+ .cdr-label-wrapper--large\@md_11-0-0-alpha-0 > .cdr-label-wrapper__figure_11-0-0-alpha-0 {
1332
+ width: 2rem;
1333
+ height: 2rem; }
1334
+ .cdr-label-wrapper--large\@md_11-0-0-alpha-0 > .cdr-label-wrapper__figure_11-0-0-alpha-0::after {
1335
+ width: 0.5rem;
1336
+ height: 0.5rem; } }
1337
+ @media (min-width: 1232px) {
1338
+ .cdr-label-wrapper--small\@lg_11-0-0-alpha-0 {
1339
+ font-family: Graphik, "Helvetica Neue", sans-serif;
1340
+ font-style: normal;
1341
+ font-weight: 400;
1342
+ letter-spacing: -0.016rem;
1343
+ font-size: 1.4rem;
1344
+ line-height: 1.8rem;
1345
+ padding-left: 3.2rem; }
1346
+ .cdr-label-wrapper--small\@lg_11-0-0-alpha-0 > .cdr-label-wrapper__figure_11-0-0-alpha-0 {
1347
+ width: 1.6rem;
1348
+ height: 1.6rem; }
1349
+ .cdr-label-wrapper--small\@lg_11-0-0-alpha-0 > .cdr-label-wrapper__figure_11-0-0-alpha-0::after {
1350
+ width: 0.4rem;
1351
+ height: 0.4rem; }
1352
+ .cdr-label-wrapper--medium\@lg_11-0-0-alpha-0 {
1353
+ font-family: Graphik, "Helvetica Neue", sans-serif;
1354
+ font-style: normal;
1355
+ font-weight: 400;
1356
+ letter-spacing: -0.016rem;
1357
+ font-size: 1.6rem;
1358
+ line-height: 2.2rem;
1359
+ padding-left: 3.2rem; }
1360
+ .cdr-label-wrapper--medium\@lg_11-0-0-alpha-0 > .cdr-label-wrapper__figure_11-0-0-alpha-0 {
1361
+ width: 1.6rem;
1362
+ height: 1.6rem; }
1363
+ .cdr-label-wrapper--medium\@lg_11-0-0-alpha-0 > .cdr-label-wrapper__figure_11-0-0-alpha-0::after {
1364
+ width: 0.4rem;
1365
+ height: 0.4rem; }
1366
+ .cdr-label-wrapper--large\@lg_11-0-0-alpha-0 {
1367
+ font-family: Graphik, "Helvetica Neue", sans-serif;
1368
+ font-style: normal;
1369
+ font-weight: 400;
1370
+ letter-spacing: -0.016rem;
1371
+ font-size: 1.6rem;
1372
+ line-height: 2.2rem;
1373
+ padding-left: 3.6rem; }
1374
+ .cdr-label-wrapper--large\@lg_11-0-0-alpha-0 > .cdr-label-wrapper__figure_11-0-0-alpha-0 {
1375
+ width: 2rem;
1376
+ height: 2rem; }
1377
+ .cdr-label-wrapper--large\@lg_11-0-0-alpha-0 > .cdr-label-wrapper__figure_11-0-0-alpha-0::after {
1378
+ width: 0.5rem;
1379
+ height: 0.5rem; } }
1380
+
1381
+ .cdr-chip_11-0-0-alpha-0 {
1382
+ display: inline-flex;
1383
+ align-items: center;
1384
+ position: relative;
1385
+ width: -webkit-max-content;
1386
+ width: max-content;
1387
+ padding: 0.8rem 1.2rem;
1388
+ border-radius: 3rem;
1389
+ border: 0;
1390
+ color: #4e4d49;
1391
+ fill: #4e4d49;
1392
+ background-color: #ffffff;
1393
+ box-shadow: inset 0 0 0 0.1rem #928b80;
1394
+ cursor: pointer;
1395
+ font-family: Graphik, "Helvetica Neue", sans-serif;
1396
+ font-size: 1.4rem;
1397
+ line-height: 1.5rem;
1398
+ font-weight: 400;
1399
+ letter-spacing: -0.008rem;
1400
+ transition: color 0.1s cubic-bezier(0.15, 0, 0.15, 0), fill 0.1s cubic-bezier(0.15, 0, 0.15, 0), background-color 0.1s cubic-bezier(0.15, 0, 0.15, 0), box-shadow 0.1s cubic-bezier(0.15, 0, 0.15, 0); }
1401
+ .cdr-chip_11-0-0-alpha-0:disabled, .cdr-chip_11-0-0-alpha-0:disabled:hover, .cdr-chip_11-0-0-alpha-0:disabled:focus {
1402
+ cursor: not-allowed !important;
1403
+ background-color: #ffffff !important;
1404
+ box-shadow: inset 0 0 0 0.1rem #dcd6cb !important;
1405
+ color: #d1cbbd !important; }
1406
+ .cdr-chip_11-0-0-alpha-0:hover {
1407
+ background-color: #f9f8f6;
1408
+ box-shadow: inset 0 0 0 0.1rem #928b80, 0 0.4rem 0.4rem 0 rgba(12, 11, 8, 0.2); }
1409
+ .cdr-chip_11-0-0-alpha-0:focus {
1410
+ outline: none;
1411
+ outline-offset: 0;
1412
+ background-color: #ffffff;
1413
+ box-shadow: inset 0 0 0 0.3rem #4e4d49; }
1414
+ .cdr-chip_11-0-0-alpha-0:active {
1415
+ background-color: #edeae3;
1416
+ box-shadow: inset 0 0 0 0.1rem #4e4d49, 0 0.4rem 0.4rem 0 rgba(12, 11, 8, 0.2); }
1417
+ .cdr-chip_11-0-0-alpha-0[aria-pressed="true"], .cdr-chip_11-0-0-alpha-0[aria-checked="true"] {
1418
+ text-shadow: 0 0 0.1rem currentColor;
1419
+ background-color: #edeae3;
1420
+ box-shadow: inset 0 0 0 0.1rem #4e4d49; }
1421
+ .cdr-chip_11-0-0-alpha-0[aria-pressed="true"]:hover, .cdr-chip_11-0-0-alpha-0[aria-checked="true"]:hover {
1422
+ background-color: #edeae3;
1423
+ box-shadow: inset 0 0 0 0.2rem #726d64, 0 0.4rem 0.4rem 0 rgba(12, 11, 8, 0.2); }
1424
+ .cdr-chip_11-0-0-alpha-0[aria-pressed="true"]:focus, .cdr-chip_11-0-0-alpha-0[aria-checked="true"]:focus {
1425
+ background-color: #edeae3;
1426
+ box-shadow: inset 0 0 0 0.3rem #4e4d49; }
1427
+ .cdr-chip__icon-left_11-0-0-alpha-0 {
1428
+ position: absolute;
1429
+ left: 0.8rem; }
1430
+ .cdr-chip__icon-right_11-0-0-alpha-0 {
1431
+ position: absolute;
1432
+ right: 0.8rem; }
1433
+ .cdr-chip__icon-left_11-0-0-alpha-0 ~ .cdr-chip__content_11-0-0-alpha-0 {
1434
+ margin-left: 1.6rem; }
1435
+ .cdr-chip__icon-right_11-0-0-alpha-0 ~ .cdr-chip__content_11-0-0-alpha-0 {
1436
+ margin-right: 1.6rem; }
1437
+
1438
+ .cdr-chip-group_11-0-0-alpha-0 {
1439
+ border: none;
1440
+ -webkit-margin-start: 0;
1441
+ margin-inline-start: 0;
1442
+ -webkit-margin-end: 0;
1443
+ margin-inline-end: 0;
1444
+ -webkit-padding-before: 0;
1445
+ padding-block-start: 0;
1446
+ -webkit-padding-start: 0;
1447
+ padding-inline-start: 0;
1448
+ -webkit-padding-end: 0;
1449
+ padding-inline-end: 0;
1450
+ -webkit-padding-after: 0;
1451
+ padding-block-end: 0; }
1452
+ .cdr-chip-group_11-0-0-alpha-0 legend {
1453
+ -webkit-padding-start: 0;
1454
+ padding-inline-start: 0;
1455
+ margin-bottom: 0.8rem; }
1456
+ .cdr-chip-group__content_11-0-0-alpha-0 > button:not(:last-child) {
1457
+ margin-right: 0.8rem;
1458
+ margin-bottom: 0.8rem; }
1459
+ .cdr-chip-group__legend--hidden_11-0-0-alpha-0 {
1460
+ position: absolute;
1461
+ width: 0.1rem;
1462
+ height: 0.1rem;
1463
+ padding: 0;
1464
+ margin: -0.1rem;
1465
+ overflow: hidden;
1466
+ clip: rect(0, 0, 0, 0);
1467
+ border: 0; }
1468
+ .cdr-chip-group__legend_11-0-0-alpha-0 {
1469
+ font-family: Graphik, "Helvetica Neue", sans-serif;
1470
+ font-style: normal;
1471
+ font-weight: 500;
1472
+ letter-spacing: 0;
1473
+ font-size: 1.6rem;
1474
+ line-height: 2rem; }
1475
+
1476
+ /* intentionally empty */
1477
+ /* ==========================================================================
1478
+ # COL
1479
+ ========================================================================== */
1480
+ /*
1481
+ * TOC:
1482
+ *
1483
+ * Base class
1484
+ * col elements
1485
+ * col offsets
1486
+ * col modifiers
1487
+ * Breakpoints
1488
+ * |-- col elements
1489
+ * |-- col offsets
1490
+ * |-- col modifiers
1491
+ */
1492
+ .cdr-col_11-0-0-alpha-0 {
1493
+ flex: 1 1 0;
1494
+ /* increase specificity to prevent cedar 1 from overriding */
1495
+ /* increase specificity to undo above when is-row=true */
1496
+ /* Col elements
1497
+ ========================================================================== */
1498
+ /* Col offsets
1499
+ ========================================================================== */
1500
+ /* Col modifiers
1501
+ ========================================================================== */
1502
+ /* TODO: do we want to support this? http://tink.uk/flexbox-the-keyboard-navigation-disconnect/
1503
+ &.-first {
1504
+ order: -1;
1505
+ }
1506
+
1507
+ &.-last {
1508
+ order: 1;
1509
+ }
1510
+ */
1511
+ /* COL SMALL
1512
+ ========================================================================== */
1513
+ /* COL MEDIUM
1514
+ ========================================================================== */
1515
+ /* COL LARGE
1516
+ ========================================================================== */ }
1517
+ .cdr-col_11-0-0-alpha-0.cdr-col_11-0-0-alpha-0 {
1518
+ padding-top: 1.6rem;
1519
+ padding-left: 1.6rem;
1520
+ padding-right: 0;
1521
+ padding-bottom: 0;
1522
+ display: flex; }
1523
+ .cdr-col_11-0-0-alpha-0.cdr-row_11-0-0-alpha-0 {
1524
+ padding: 0; }
1525
+ .cdr-col__content_11-0-0-alpha-0 {
1526
+ pointer-events: auto;
1527
+ display: flex;
1528
+ flex: 1 1 auto;
1529
+ width: 100%; }
1530
+ .cdr-col__content_11-0-0-alpha-0 > .cdr-row_11-0-0-alpha-0 {
1531
+ margin: 0;
1532
+ padding: 0; }
1533
+ .cdr-col__content_11-0-0-alpha-0 > * {
1534
+ height: auto;
1535
+ width: inherit; }
1536
+ .cdr-col_span1_11-0-0-alpha-0 {
1537
+ flex-basis: 8.33333%;
1538
+ width: 8.33333%;
1539
+ max-width: 8.33333%; }
1540
+ .cdr-col_span2_11-0-0-alpha-0 {
1541
+ flex-basis: 16.66667%;
1542
+ width: 16.66667%;
1543
+ max-width: 16.66667%; }
1544
+ .cdr-col_span3_11-0-0-alpha-0 {
1545
+ flex-basis: 25%;
1546
+ width: 25%;
1547
+ max-width: 25%; }
1548
+ .cdr-col_span4_11-0-0-alpha-0 {
1549
+ flex-basis: 33.33333%;
1550
+ width: 33.33333%;
1551
+ max-width: 33.33333%; }
1552
+ .cdr-col_span5_11-0-0-alpha-0 {
1553
+ flex-basis: 41.66667%;
1554
+ width: 41.66667%;
1555
+ max-width: 41.66667%; }
1556
+ .cdr-col_span6_11-0-0-alpha-0 {
1557
+ flex-basis: 50%;
1558
+ width: 50%;
1559
+ max-width: 50%; }
1560
+ .cdr-col_span7_11-0-0-alpha-0 {
1561
+ flex-basis: 58.33333%;
1562
+ width: 58.33333%;
1563
+ max-width: 58.33333%; }
1564
+ .cdr-col_span8_11-0-0-alpha-0 {
1565
+ flex-basis: 66.66667%;
1566
+ width: 66.66667%;
1567
+ max-width: 66.66667%; }
1568
+ .cdr-col_span9_11-0-0-alpha-0 {
1569
+ flex-basis: 75%;
1570
+ width: 75%;
1571
+ max-width: 75%; }
1572
+ .cdr-col_span10_11-0-0-alpha-0 {
1573
+ flex-basis: 83.33333%;
1574
+ width: 83.33333%;
1575
+ max-width: 83.33333%; }
1576
+ .cdr-col_span11_11-0-0-alpha-0 {
1577
+ flex-basis: 91.66667%;
1578
+ width: 91.66667%;
1579
+ max-width: 91.66667%; }
1580
+ .cdr-col_span12_11-0-0-alpha-0 {
1581
+ flex-basis: 100%;
1582
+ width: 100%;
1583
+ max-width: 100%; }
1584
+ .cdr-col--offsetLeft0_11-0-0-alpha-0 {
1585
+ margin-left: 0; }
1586
+ .cdr-col--offsetLeft1_11-0-0-alpha-0 {
1587
+ margin-left: 8.33333%; }
1588
+ .cdr-col--offsetLeft2_11-0-0-alpha-0 {
1589
+ margin-left: 16.66667%; }
1590
+ .cdr-col--offsetLeft3_11-0-0-alpha-0 {
1591
+ margin-left: 25%; }
1592
+ .cdr-col--offsetLeft4_11-0-0-alpha-0 {
1593
+ margin-left: 33.33333%; }
1594
+ .cdr-col--offsetLeft5_11-0-0-alpha-0 {
1595
+ margin-left: 41.66667%; }
1596
+ .cdr-col--offsetLeft6_11-0-0-alpha-0 {
1597
+ margin-left: 50%; }
1598
+ .cdr-col--offsetLeft7_11-0-0-alpha-0 {
1599
+ margin-left: 58.33333%; }
1600
+ .cdr-col--offsetLeft8_11-0-0-alpha-0 {
1601
+ margin-left: 66.66667%; }
1602
+ .cdr-col--offsetLeft9_11-0-0-alpha-0 {
1603
+ margin-left: 75%; }
1604
+ .cdr-col--offsetLeft10_11-0-0-alpha-0 {
1605
+ margin-left: 83.33333%; }
1606
+ .cdr-col--offsetLeft11_11-0-0-alpha-0 {
1607
+ margin-left: 91.66667%; }
1608
+ .cdr-col--offsetRight0_11-0-0-alpha-0 {
1609
+ margin-right: 0; }
1610
+ .cdr-col--offsetRight1_11-0-0-alpha-0 {
1611
+ margin-right: 8.33333%; }
1612
+ .cdr-col--offsetRight2_11-0-0-alpha-0 {
1613
+ margin-right: 16.66667%; }
1614
+ .cdr-col--offsetRight3_11-0-0-alpha-0 {
1615
+ margin-right: 25%; }
1616
+ .cdr-col--offsetRight4_11-0-0-alpha-0 {
1617
+ margin-right: 33.33333%; }
1618
+ .cdr-col--offsetRight5_11-0-0-alpha-0 {
1619
+ margin-right: 41.66667%; }
1620
+ .cdr-col--offsetRight6_11-0-0-alpha-0 {
1621
+ margin-right: 50%; }
1622
+ .cdr-col--offsetRight7_11-0-0-alpha-0 {
1623
+ margin-right: 58.33333%; }
1624
+ .cdr-col--offsetRight8_11-0-0-alpha-0 {
1625
+ margin-right: 66.66667%; }
1626
+ .cdr-col--offsetRight9_11-0-0-alpha-0 {
1627
+ margin-right: 75%; }
1628
+ .cdr-col--offsetRight10_11-0-0-alpha-0 {
1629
+ margin-right: 83.33333%; }
1630
+ .cdr-col--offsetRight11_11-0-0-alpha-0 {
1631
+ margin-right: 91.66667%; }
1632
+ .cdr-col--top_11-0-0-alpha-0 {
1633
+ align-self: flex-start; }
1634
+ .cdr-col--middle_11-0-0-alpha-0 {
1635
+ align-self: center; }
1636
+ .cdr-col--bottom_11-0-0-alpha-0 {
1637
+ align-self: flex-end; }
1638
+ .cdr-col--stretch_11-0-0-alpha-0 {
1639
+ align-self: stretch; }
1640
+ @media (min-width: 768px) {
1641
+ .cdr-col_11-0-0-alpha-0 {
1642
+ /* increase specificity to prevent cedar 1 from overriding */
1643
+ /* increase specificity to undo above when is-row=true */
1644
+ /* Col small elements
1645
+ ========================================================================== */
1646
+ /* Col small offsets
1647
+ ========================================================================== */
1648
+ /* Col small modifiers
1649
+ ========================================================================== */ }
1650
+ .cdr-col_11-0-0-alpha-0.cdr-col_11-0-0-alpha-0 {
1651
+ padding-top: 1.6rem;
1652
+ padding-left: 1.6rem;
1653
+ padding-right: 0;
1654
+ padding-bottom: 0; }
1655
+ .cdr-col_11-0-0-alpha-0.cdr-row_11-0-0-alpha-0 {
1656
+ padding: 0; }
1657
+ .cdr-col_span1\@sm_11-0-0-alpha-0 {
1658
+ flex-basis: 8.33333%;
1659
+ width: 8.33333%;
1660
+ max-width: 8.33333%; }
1661
+ .cdr-col_span2\@sm_11-0-0-alpha-0 {
1662
+ flex-basis: 16.66667%;
1663
+ width: 16.66667%;
1664
+ max-width: 16.66667%; }
1665
+ .cdr-col_span3\@sm_11-0-0-alpha-0 {
1666
+ flex-basis: 25%;
1667
+ width: 25%;
1668
+ max-width: 25%; }
1669
+ .cdr-col_span4\@sm_11-0-0-alpha-0 {
1670
+ flex-basis: 33.33333%;
1671
+ width: 33.33333%;
1672
+ max-width: 33.33333%; }
1673
+ .cdr-col_span5\@sm_11-0-0-alpha-0 {
1674
+ flex-basis: 41.66667%;
1675
+ width: 41.66667%;
1676
+ max-width: 41.66667%; }
1677
+ .cdr-col_span6\@sm_11-0-0-alpha-0 {
1678
+ flex-basis: 50%;
1679
+ width: 50%;
1680
+ max-width: 50%; }
1681
+ .cdr-col_span7\@sm_11-0-0-alpha-0 {
1682
+ flex-basis: 58.33333%;
1683
+ width: 58.33333%;
1684
+ max-width: 58.33333%; }
1685
+ .cdr-col_span8\@sm_11-0-0-alpha-0 {
1686
+ flex-basis: 66.66667%;
1687
+ width: 66.66667%;
1688
+ max-width: 66.66667%; }
1689
+ .cdr-col_span9\@sm_11-0-0-alpha-0 {
1690
+ flex-basis: 75%;
1691
+ width: 75%;
1692
+ max-width: 75%; }
1693
+ .cdr-col_span10\@sm_11-0-0-alpha-0 {
1694
+ flex-basis: 83.33333%;
1695
+ width: 83.33333%;
1696
+ max-width: 83.33333%; }
1697
+ .cdr-col_span11\@sm_11-0-0-alpha-0 {
1698
+ flex-basis: 91.66667%;
1699
+ width: 91.66667%;
1700
+ max-width: 91.66667%; }
1701
+ .cdr-col_span12\@sm_11-0-0-alpha-0 {
1702
+ flex-basis: 100%;
1703
+ width: 100%;
1704
+ max-width: 100%; }
1705
+ .cdr-col--offsetLeft0\@sm_11-0-0-alpha-0 {
1706
+ margin-left: 0; }
1707
+ .cdr-col--offsetLeft1\@sm_11-0-0-alpha-0 {
1708
+ margin-left: 8.33333%; }
1709
+ .cdr-col--offsetLeft2\@sm_11-0-0-alpha-0 {
1710
+ margin-left: 16.66667%; }
1711
+ .cdr-col--offsetLeft3\@sm_11-0-0-alpha-0 {
1712
+ margin-left: 25%; }
1713
+ .cdr-col--offsetLeft4\@sm_11-0-0-alpha-0 {
1714
+ margin-left: 33.33333%; }
1715
+ .cdr-col--offsetLeft5\@sm_11-0-0-alpha-0 {
1716
+ margin-left: 41.66667%; }
1717
+ .cdr-col--offsetLeft6\@sm_11-0-0-alpha-0 {
1718
+ margin-left: 50%; }
1719
+ .cdr-col--offsetLeft7\@sm_11-0-0-alpha-0 {
1720
+ margin-left: 58.33333%; }
1721
+ .cdr-col--offsetLeft8\@sm_11-0-0-alpha-0 {
1722
+ margin-left: 66.66667%; }
1723
+ .cdr-col--offsetLeft9\@sm_11-0-0-alpha-0 {
1724
+ margin-left: 75%; }
1725
+ .cdr-col--offsetLeft10\@sm_11-0-0-alpha-0 {
1726
+ margin-left: 83.33333%; }
1727
+ .cdr-col--offsetLeft11\@sm_11-0-0-alpha-0 {
1728
+ margin-left: 91.66667%; }
1729
+ .cdr-col--offsetRight0\@sm_11-0-0-alpha-0 {
1730
+ margin-right: 0; }
1731
+ .cdr-col--offsetRight1\@sm_11-0-0-alpha-0 {
1732
+ margin-right: 8.33333%; }
1733
+ .cdr-col--offsetRight2\@sm_11-0-0-alpha-0 {
1734
+ margin-right: 16.66667%; }
1735
+ .cdr-col--offsetRight3\@sm_11-0-0-alpha-0 {
1736
+ margin-right: 25%; }
1737
+ .cdr-col--offsetRight4\@sm_11-0-0-alpha-0 {
1738
+ margin-right: 33.33333%; }
1739
+ .cdr-col--offsetRight5\@sm_11-0-0-alpha-0 {
1740
+ margin-right: 41.66667%; }
1741
+ .cdr-col--offsetRight6\@sm_11-0-0-alpha-0 {
1742
+ margin-right: 50%; }
1743
+ .cdr-col--offsetRight7\@sm_11-0-0-alpha-0 {
1744
+ margin-right: 58.33333%; }
1745
+ .cdr-col--offsetRight8\@sm_11-0-0-alpha-0 {
1746
+ margin-right: 66.66667%; }
1747
+ .cdr-col--offsetRight9\@sm_11-0-0-alpha-0 {
1748
+ margin-right: 75%; }
1749
+ .cdr-col--offsetRight10\@sm_11-0-0-alpha-0 {
1750
+ margin-right: 83.33333%; }
1751
+ .cdr-col--offsetRight11\@sm_11-0-0-alpha-0 {
1752
+ margin-right: 91.66667%; }
1753
+ .cdr-col--top\@sm_11-0-0-alpha-0 {
1754
+ align-self: flex-start; }
1755
+ .cdr-col--middle\@sm_11-0-0-alpha-0 {
1756
+ align-self: center; }
1757
+ .cdr-col--bottom\@sm_11-0-0-alpha-0 {
1758
+ align-self: flex-end; }
1759
+ .cdr-col--stretch\@sm_11-0-0-alpha-0 {
1760
+ align-self: stretch; } }
1761
+ @media (min-width: 992px) {
1762
+ .cdr-col_11-0-0-alpha-0 {
1763
+ /* increase specificity to prevent cedar 1 from overriding */
1764
+ /* increase specificity to undo above when is-row=true */
1765
+ /* Col medium elements
1766
+ ========================================================================== */
1767
+ /* Col medium offsets
1768
+ ========================================================================== */
1769
+ /* Col medium modifiers
1770
+ ========================================================================== */ }
1771
+ .cdr-col_11-0-0-alpha-0.cdr-col_11-0-0-alpha-0 {
1772
+ padding-top: 3.2rem;
1773
+ padding-left: 3.2rem;
1774
+ padding-right: 0;
1775
+ padding-bottom: 0; }
1776
+ .cdr-col_11-0-0-alpha-0.cdr-row_11-0-0-alpha-0 {
1777
+ padding: 0; }
1778
+ .cdr-col_span1\@md_11-0-0-alpha-0 {
1779
+ flex-basis: 8.33333%;
1780
+ width: 8.33333%;
1781
+ max-width: 8.33333%; }
1782
+ .cdr-col_span2\@md_11-0-0-alpha-0 {
1783
+ flex-basis: 16.66667%;
1784
+ width: 16.66667%;
1785
+ max-width: 16.66667%; }
1786
+ .cdr-col_span3\@md_11-0-0-alpha-0 {
1787
+ flex-basis: 25%;
1788
+ width: 25%;
1789
+ max-width: 25%; }
1790
+ .cdr-col_span4\@md_11-0-0-alpha-0 {
1791
+ flex-basis: 33.33333%;
1792
+ width: 33.33333%;
1793
+ max-width: 33.33333%; }
1794
+ .cdr-col_span5\@md_11-0-0-alpha-0 {
1795
+ flex-basis: 41.66667%;
1796
+ width: 41.66667%;
1797
+ max-width: 41.66667%; }
1798
+ .cdr-col_span6\@md_11-0-0-alpha-0 {
1799
+ flex-basis: 50%;
1800
+ width: 50%;
1801
+ max-width: 50%; }
1802
+ .cdr-col_span7\@md_11-0-0-alpha-0 {
1803
+ flex-basis: 58.33333%;
1804
+ width: 58.33333%;
1805
+ max-width: 58.33333%; }
1806
+ .cdr-col_span8\@md_11-0-0-alpha-0 {
1807
+ flex-basis: 66.66667%;
1808
+ width: 66.66667%;
1809
+ max-width: 66.66667%; }
1810
+ .cdr-col_span9\@md_11-0-0-alpha-0 {
1811
+ flex-basis: 75%;
1812
+ width: 75%;
1813
+ max-width: 75%; }
1814
+ .cdr-col_span10\@md_11-0-0-alpha-0 {
1815
+ flex-basis: 83.33333%;
1816
+ width: 83.33333%;
1817
+ max-width: 83.33333%; }
1818
+ .cdr-col_span11\@md_11-0-0-alpha-0 {
1819
+ flex-basis: 91.66667%;
1820
+ width: 91.66667%;
1821
+ max-width: 91.66667%; }
1822
+ .cdr-col_span12\@md_11-0-0-alpha-0 {
1823
+ flex-basis: 100%;
1824
+ width: 100%;
1825
+ max-width: 100%; }
1826
+ .cdr-col--offsetLeft0\@md_11-0-0-alpha-0 {
1827
+ margin-left: 0; }
1828
+ .cdr-col--offsetLeft1\@md_11-0-0-alpha-0 {
1829
+ margin-left: 8.33333%; }
1830
+ .cdr-col--offsetLeft2\@md_11-0-0-alpha-0 {
1831
+ margin-left: 16.66667%; }
1832
+ .cdr-col--offsetLeft3\@md_11-0-0-alpha-0 {
1833
+ margin-left: 25%; }
1834
+ .cdr-col--offsetLeft4\@md_11-0-0-alpha-0 {
1835
+ margin-left: 33.33333%; }
1836
+ .cdr-col--offsetLeft5\@md_11-0-0-alpha-0 {
1837
+ margin-left: 41.66667%; }
1838
+ .cdr-col--offsetLeft6\@md_11-0-0-alpha-0 {
1839
+ margin-left: 50%; }
1840
+ .cdr-col--offsetLeft7\@md_11-0-0-alpha-0 {
1841
+ margin-left: 58.33333%; }
1842
+ .cdr-col--offsetLeft8\@md_11-0-0-alpha-0 {
1843
+ margin-left: 66.66667%; }
1844
+ .cdr-col--offsetLeft9\@md_11-0-0-alpha-0 {
1845
+ margin-left: 75%; }
1846
+ .cdr-col--offsetLeft10\@md_11-0-0-alpha-0 {
1847
+ margin-left: 83.33333%; }
1848
+ .cdr-col--offsetLeft11\@md_11-0-0-alpha-0 {
1849
+ margin-left: 91.66667%; }
1850
+ .cdr-col--offsetRight0\@md_11-0-0-alpha-0 {
1851
+ margin-right: 0; }
1852
+ .cdr-col--offsetRight1\@md_11-0-0-alpha-0 {
1853
+ margin-right: 8.33333%; }
1854
+ .cdr-col--offsetRight2\@md_11-0-0-alpha-0 {
1855
+ margin-right: 16.66667%; }
1856
+ .cdr-col--offsetRight3\@md_11-0-0-alpha-0 {
1857
+ margin-right: 25%; }
1858
+ .cdr-col--offsetRight4\@md_11-0-0-alpha-0 {
1859
+ margin-right: 33.33333%; }
1860
+ .cdr-col--offsetRight5\@md_11-0-0-alpha-0 {
1861
+ margin-right: 41.66667%; }
1862
+ .cdr-col--offsetRight6\@md_11-0-0-alpha-0 {
1863
+ margin-right: 50%; }
1864
+ .cdr-col--offsetRight7\@md_11-0-0-alpha-0 {
1865
+ margin-right: 58.33333%; }
1866
+ .cdr-col--offsetRight8\@md_11-0-0-alpha-0 {
1867
+ margin-right: 66.66667%; }
1868
+ .cdr-col--offsetRight9\@md_11-0-0-alpha-0 {
1869
+ margin-right: 75%; }
1870
+ .cdr-col--offsetRight10\@md_11-0-0-alpha-0 {
1871
+ margin-right: 83.33333%; }
1872
+ .cdr-col--offsetRight11\@md_11-0-0-alpha-0 {
1873
+ margin-right: 91.66667%; }
1874
+ .cdr-col--top\@md_11-0-0-alpha-0 {
1875
+ align-self: flex-start; }
1876
+ .cdr-col--middle\@md_11-0-0-alpha-0 {
1877
+ align-self: center; }
1878
+ .cdr-col--bottom\@md_11-0-0-alpha-0 {
1879
+ align-self: flex-end; }
1880
+ .cdr-col--stretch\@md_11-0-0-alpha-0 {
1881
+ align-self: stretch; } }
1882
+ @media (min-width: 1232px) {
1883
+ .cdr-col_11-0-0-alpha-0 {
1884
+ /* increase specificity to prevent cedar 1 from overriding */
1885
+ /* increase specificity to undo above when is-row=true */
1886
+ /* Col large elements
1887
+ ========================================================================== */
1888
+ /* Col large offsets
1889
+ ========================================================================== */
1890
+ /* Col large modifiers
1891
+ ========================================================================== */ }
1892
+ .cdr-col_11-0-0-alpha-0.cdr-col_11-0-0-alpha-0 {
1893
+ padding-top: 3.2rem;
1894
+ padding-left: 3.2rem;
1895
+ padding-right: 0;
1896
+ padding-bottom: 0; }
1897
+ .cdr-col_11-0-0-alpha-0.cdr-row_11-0-0-alpha-0 {
1898
+ padding: 0; }
1899
+ .cdr-col_span1\@lg_11-0-0-alpha-0 {
1900
+ flex-basis: 8.33333%;
1901
+ width: 8.33333%;
1902
+ max-width: 8.33333%; }
1903
+ .cdr-col_span2\@lg_11-0-0-alpha-0 {
1904
+ flex-basis: 16.66667%;
1905
+ width: 16.66667%;
1906
+ max-width: 16.66667%; }
1907
+ .cdr-col_span3\@lg_11-0-0-alpha-0 {
1908
+ flex-basis: 25%;
1909
+ width: 25%;
1910
+ max-width: 25%; }
1911
+ .cdr-col_span4\@lg_11-0-0-alpha-0 {
1912
+ flex-basis: 33.33333%;
1913
+ width: 33.33333%;
1914
+ max-width: 33.33333%; }
1915
+ .cdr-col_span5\@lg_11-0-0-alpha-0 {
1916
+ flex-basis: 41.66667%;
1917
+ width: 41.66667%;
1918
+ max-width: 41.66667%; }
1919
+ .cdr-col_span6\@lg_11-0-0-alpha-0 {
1920
+ flex-basis: 50%;
1921
+ width: 50%;
1922
+ max-width: 50%; }
1923
+ .cdr-col_span7\@lg_11-0-0-alpha-0 {
1924
+ flex-basis: 58.33333%;
1925
+ width: 58.33333%;
1926
+ max-width: 58.33333%; }
1927
+ .cdr-col_span8\@lg_11-0-0-alpha-0 {
1928
+ flex-basis: 66.66667%;
1929
+ width: 66.66667%;
1930
+ max-width: 66.66667%; }
1931
+ .cdr-col_span9\@lg_11-0-0-alpha-0 {
1932
+ flex-basis: 75%;
1933
+ width: 75%;
1934
+ max-width: 75%; }
1935
+ .cdr-col_span10\@lg_11-0-0-alpha-0 {
1936
+ flex-basis: 83.33333%;
1937
+ width: 83.33333%;
1938
+ max-width: 83.33333%; }
1939
+ .cdr-col_span11\@lg_11-0-0-alpha-0 {
1940
+ flex-basis: 91.66667%;
1941
+ width: 91.66667%;
1942
+ max-width: 91.66667%; }
1943
+ .cdr-col_span12\@lg_11-0-0-alpha-0 {
1944
+ flex-basis: 100%;
1945
+ width: 100%;
1946
+ max-width: 100%; }
1947
+ .cdr-col--offsetLeft0\@lg_11-0-0-alpha-0 {
1948
+ margin-left: 0; }
1949
+ .cdr-col--offsetLeft1\@lg_11-0-0-alpha-0 {
1950
+ margin-left: 8.33333%; }
1951
+ .cdr-col--offsetLeft2\@lg_11-0-0-alpha-0 {
1952
+ margin-left: 16.66667%; }
1953
+ .cdr-col--offsetLeft3\@lg_11-0-0-alpha-0 {
1954
+ margin-left: 25%; }
1955
+ .cdr-col--offsetLeft4\@lg_11-0-0-alpha-0 {
1956
+ margin-left: 33.33333%; }
1957
+ .cdr-col--offsetLeft5\@lg_11-0-0-alpha-0 {
1958
+ margin-left: 41.66667%; }
1959
+ .cdr-col--offsetLeft6\@lg_11-0-0-alpha-0 {
1960
+ margin-left: 50%; }
1961
+ .cdr-col--offsetLeft7\@lg_11-0-0-alpha-0 {
1962
+ margin-left: 58.33333%; }
1963
+ .cdr-col--offsetLeft8\@lg_11-0-0-alpha-0 {
1964
+ margin-left: 66.66667%; }
1965
+ .cdr-col--offsetLeft9\@lg_11-0-0-alpha-0 {
1966
+ margin-left: 75%; }
1967
+ .cdr-col--offsetLeft10\@lg_11-0-0-alpha-0 {
1968
+ margin-left: 83.33333%; }
1969
+ .cdr-col--offsetLeft11\@lg_11-0-0-alpha-0 {
1970
+ margin-left: 91.66667%; }
1971
+ .cdr-col--offsetRight0\@lg_11-0-0-alpha-0 {
1972
+ margin-right: 0; }
1973
+ .cdr-col--offsetRight1\@lg_11-0-0-alpha-0 {
1974
+ margin-right: 8.33333%; }
1975
+ .cdr-col--offsetRight2\@lg_11-0-0-alpha-0 {
1976
+ margin-right: 16.66667%; }
1977
+ .cdr-col--offsetRight3\@lg_11-0-0-alpha-0 {
1978
+ margin-right: 25%; }
1979
+ .cdr-col--offsetRight4\@lg_11-0-0-alpha-0 {
1980
+ margin-right: 33.33333%; }
1981
+ .cdr-col--offsetRight5\@lg_11-0-0-alpha-0 {
1982
+ margin-right: 41.66667%; }
1983
+ .cdr-col--offsetRight6\@lg_11-0-0-alpha-0 {
1984
+ margin-right: 50%; }
1985
+ .cdr-col--offsetRight7\@lg_11-0-0-alpha-0 {
1986
+ margin-right: 58.33333%; }
1987
+ .cdr-col--offsetRight8\@lg_11-0-0-alpha-0 {
1988
+ margin-right: 66.66667%; }
1989
+ .cdr-col--offsetRight9\@lg_11-0-0-alpha-0 {
1990
+ margin-right: 75%; }
1991
+ .cdr-col--offsetRight10\@lg_11-0-0-alpha-0 {
1992
+ margin-right: 83.33333%; }
1993
+ .cdr-col--offsetRight11\@lg_11-0-0-alpha-0 {
1994
+ margin-right: 91.66667%; }
1995
+ .cdr-col--top\@lg_11-0-0-alpha-0 {
1996
+ align-self: flex-start; }
1997
+ .cdr-col--middle\@lg_11-0-0-alpha-0 {
1998
+ align-self: center; }
1999
+ .cdr-col--bottom\@lg_11-0-0-alpha-0 {
2000
+ align-self: flex-end; }
2001
+ .cdr-col--stretch\@lg_11-0-0-alpha-0 {
2002
+ align-self: stretch; } }
2003
+
2004
+ .cdr-container_11-0-0-alpha-0 {
2005
+ font-family: Graphik, "Helvetica Neue", sans-serif;
2006
+ font-style: normal;
2007
+ font-weight: 400;
2008
+ letter-spacing: -0.016rem;
2009
+ font-size: 1.6rem;
2010
+ line-height: 2.2rem;
2011
+ padding-left: 1.6rem;
2012
+ padding-right: 1.6rem;
2013
+ width: 100%; }
2014
+ @media (min-width: 992px) {
2015
+ .cdr-container_11-0-0-alpha-0 {
2016
+ padding-left: 3.2rem;
2017
+ padding-right: 3.2rem; } }
2018
+ .cdr-container--static_11-0-0-alpha-0 {
2019
+ margin-left: auto;
2020
+ margin-right: auto;
2021
+ max-width: 123.2rem; }
2022
+
2023
+ /* intentionally empty */
2024
+ .cdr-form-group_11-0-0-alpha-0 {
2025
+ font-family: Graphik, "Helvetica Neue", sans-serif;
2026
+ font-style: normal;
2027
+ font-weight: 500;
2028
+ letter-spacing: 0;
2029
+ font-size: 1.6rem;
2030
+ line-height: 2rem;
2031
+ border: none;
2032
+ -webkit-margin-start: 0;
2033
+ margin-inline-start: 0;
2034
+ -webkit-margin-end: 0;
2035
+ margin-inline-end: 0;
2036
+ -webkit-padding-before: 0;
2037
+ padding-block-start: 0;
2038
+ -webkit-padding-start: 0;
2039
+ padding-inline-start: 0;
2040
+ -webkit-padding-end: 0;
2041
+ padding-inline-end: 0;
2042
+ -webkit-padding-after: 0;
2043
+ padding-block-end: 0; }
2044
+ .cdr-form-group_11-0-0-alpha-0 legend {
2045
+ -webkit-padding-start: 0;
2046
+ padding-inline-start: 0;
2047
+ margin-bottom: 0.8rem; }
2048
+ .cdr-form-group--error_11-0-0-alpha-0 {
2049
+ box-shadow: inset 0 0 0 0.1rem #b33322;
2050
+ background-color: rgba(255, 242, 242, 0.75); }
2051
+ .cdr-form-group--error_11-0-0-alpha-0:hover {
2052
+ background-color: transparent; }
2053
+ .cdr-form-group--disabled_11-0-0-alpha-0 {
2054
+ cursor: not-allowed;
2055
+ color: #d1cbbd; }
2056
+ .cdr-form-group--disabled_11-0-0-alpha-0 .cdr-form-group__optional_11-0-0-alpha-0, .cdr-form-group--disabled_11-0-0-alpha-0 .cdr-form-group__required_11-0-0-alpha-0 {
2057
+ color: #d1cbbd; }
2058
+ .cdr-form-group__wrapper_11-0-0-alpha-0 {
2059
+ border-radius: 0.4rem;
2060
+ display: flex;
2061
+ flex-direction: column; }
2062
+ .cdr-form-group__wrapper_11-0-0-alpha-0 > * {
2063
+ flex: 1 1 0; }
2064
+ .cdr-form-group__optional_11-0-0-alpha-0 {
2065
+ color: rgba(66, 59, 47, 0.75); }
2066
+
2067
+ .cdr-form-error_11-0-0-alpha-0 {
2068
+ font-family: Graphik, "Helvetica Neue", sans-serif;
2069
+ font-style: normal;
2070
+ font-weight: 400;
2071
+ letter-spacing: -0.016rem;
2072
+ font-size: 1.6rem;
2073
+ line-height: 2.2rem;
2074
+ color: #b33322;
2075
+ fill: #b33322;
2076
+ margin-top: 0.4rem; }
2077
+ .cdr-form-error__icon_11-0-0-alpha-0 {
2078
+ position: relative;
2079
+ width: 1.8rem;
2080
+ height: 1.8rem;
2081
+ display: inline-block; }
2082
+ .cdr-form-error__icon_11-0-0-alpha-0::after {
2083
+ content: '';
2084
+ background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Ccircle cx='9' cy='9' r='8' stroke='%23FFF5F5' stroke-width='2' opacity='0.75'/%3E %3Ccircle cx='9' cy='9' r='6.25' fill='white' stroke='%23B33322' stroke-width='1.5'/%3E %3Crect x='5.6416' y='6.70215' width='1.5' height='8' rx='0.75' transform='rotate(-45 5.6416 6.70215)' fill='%23B33322'/%3E %3C/svg%3E");
2085
+ background-repeat: no-repeat;
2086
+ position: absolute;
2087
+ top: 0.2rem;
2088
+ left: 0;
2089
+ width: 100%;
2090
+ height: 100%; }
2091
+
2092
+ .cdr-grid_11-0-0-alpha-0 {
2093
+ display: grid;
2094
+ list-style: none;
2095
+ margin: 0;
2096
+ padding: 0;
2097
+ gap: 1.6rem 1.6rem; }
2098
+ .cdr-grid--gutter-none_11-0-0-alpha-0 {
2099
+ gap: 0 0; }
2100
+ .cdr-grid--gutter-small_11-0-0-alpha-0 {
2101
+ gap: 0.2rem 0.2rem; }
2102
+ .cdr-grid--gutter-medium_11-0-0-alpha-0 {
2103
+ gap: 1.6rem 1.6rem; }
2104
+ .cdr-grid--gutter-large_11-0-0-alpha-0 {
2105
+ gap: 3.2rem 3.2rem; }
2106
+ @media (min-width: 0) and (max-width: 767px) {
2107
+ .cdr-grid--gutter-none\@xs_11-0-0-alpha-0 {
2108
+ gap: 0 0; }
2109
+ .cdr-grid--gutter-small\@xs_11-0-0-alpha-0 {
2110
+ gap: 0.2rem 0.2rem; }
2111
+ .cdr-grid--gutter-medium\@xs_11-0-0-alpha-0 {
2112
+ gap: 1.6rem 1.6rem; }
2113
+ .cdr-grid--gutter-large\@xs_11-0-0-alpha-0 {
2114
+ gap: 3.2rem 3.2rem; } }
2115
+ @media (min-width: 768px) and (max-width: 991px) {
2116
+ .cdr-grid--gutter-none\@sm_11-0-0-alpha-0 {
2117
+ gap: 0 0; }
2118
+ .cdr-grid--gutter-small\@sm_11-0-0-alpha-0 {
2119
+ gap: 0.2rem 0.2rem; }
2120
+ .cdr-grid--gutter-medium\@sm_11-0-0-alpha-0 {
2121
+ gap: 1.6rem 1.6rem; }
2122
+ .cdr-grid--gutter-large\@sm_11-0-0-alpha-0 {
2123
+ gap: 3.2rem 3.2rem; } }
2124
+ @media (min-width: 992px) and (max-width: 1231px) {
2125
+ .cdr-grid--gutter-none\@md_11-0-0-alpha-0 {
2126
+ gap: 0 0; }
2127
+ .cdr-grid--gutter-small\@md_11-0-0-alpha-0 {
2128
+ gap: 0.2rem 0.2rem; }
2129
+ .cdr-grid--gutter-medium\@md_11-0-0-alpha-0 {
2130
+ gap: 1.6rem 1.6rem; }
2131
+ .cdr-grid--gutter-large\@md_11-0-0-alpha-0 {
2132
+ gap: 3.2rem 3.2rem; } }
2133
+ @media (min-width: 1232px) {
2134
+ .cdr-grid--gutter-none\@lg_11-0-0-alpha-0 {
2135
+ gap: 0 0; }
2136
+ .cdr-grid--gutter-small\@lg_11-0-0-alpha-0 {
2137
+ gap: 0.2rem 0.2rem; }
2138
+ .cdr-grid--gutter-medium\@lg_11-0-0-alpha-0 {
2139
+ gap: 1.6rem 1.6rem; }
2140
+ .cdr-grid--gutter-large\@lg_11-0-0-alpha-0 {
2141
+ gap: 3.2rem 3.2rem; } }
2142
+
2143
+ /* ==========================================================================
2144
+ # CdrIcon
2145
+
2146
+ All values should map to variables in
2147
+ vars/CdrIcon.vars.pcss
2148
+ in order to allow for theming
2149
+
2150
+ TOC:
2151
+
2152
+ :Base Styles
2153
+ ========================================================================== */
2154
+ .cdr-icon_11-0-0-alpha-0 {
2155
+ display: inline-block;
2156
+ vertical-align: middle;
2157
+ flex: 0 0 auto;
2158
+ width: 2.4rem;
2159
+ height: 2.4rem;
2160
+ fill: #928b80;
2161
+ /* @xs
2162
+ 0px - 767px
2163
+ ========== */
2164
+ /* @sm
2165
+ 768px - 991px
2166
+ ========== */
2167
+ /* @md
2168
+ 992px - 1199px
2169
+ ========== */
2170
+ /* @lg
2171
+ 1200px and up
2172
+ ========== */ }
2173
+ .cdr-icon--small_11-0-0-alpha-0 {
2174
+ width: 1.6rem;
2175
+ height: 1.6rem; }
2176
+ .cdr-icon--large_11-0-0-alpha-0 {
2177
+ width: 3.2rem;
2178
+ height: 3.2rem; }
2179
+ @media (min-width: 0) and (max-width: 767px) {
2180
+ .cdr-icon--small\@xs_11-0-0-alpha-0 {
2181
+ width: 1.6rem;
2182
+ height: 1.6rem; }
2183
+ .cdr-icon--large\@xs_11-0-0-alpha-0 {
2184
+ width: 3.2rem;
2185
+ height: 3.2rem; } }
2186
+ @media (min-width: 768px) and (max-width: 991px) {
2187
+ .cdr-icon--small\@sm_11-0-0-alpha-0 {
2188
+ width: 1.6rem;
2189
+ height: 1.6rem; }
2190
+ .cdr-icon--large\@sm_11-0-0-alpha-0 {
2191
+ width: 3.2rem;
2192
+ height: 3.2rem; } }
2193
+ @media (min-width: 992px) and (max-width: 1231px) {
2194
+ .cdr-icon--small\@md_11-0-0-alpha-0 {
2195
+ width: 1.6rem;
2196
+ height: 1.6rem; }
2197
+ .cdr-icon--large\@md_11-0-0-alpha-0 {
2198
+ width: 3.2rem;
2199
+ height: 3.2rem; } }
2200
+ @media (min-width: 1232px) {
2201
+ .cdr-icon--small\@lg_11-0-0-alpha-0 {
2202
+ width: 1.6rem;
2203
+ height: 1.6rem; }
2204
+ .cdr-icon--large\@lg_11-0-0-alpha-0 {
2205
+ width: 3.2rem;
2206
+ height: 3.2rem; } }
2207
+ .cdr-icon--inherit-color_11-0-0-alpha-0 {
2208
+ fill: inherit; }
2209
+
2210
+ .cdr-image_11-0-0-alpha-0 {
2211
+ max-width: 100%;
2212
+ vertical-align: middle;
2213
+ border-style: none;
2214
+ /* Style variants
2215
+ ========================================================================== */
2216
+ /* responsive
2217
+ ========== */
2218
+ /* rounded
2219
+ ========== */
2220
+ /* circle
2221
+ ========== */ }
2222
+ .cdr-image--responsive_11-0-0-alpha-0 {
2223
+ display: block;
2224
+ height: auto;
2225
+ width: 100%; }
2226
+ .cdr-image--rounded_11-0-0-alpha-0 {
2227
+ border-radius: 0.4rem; }
2228
+ .cdr-image--circle_11-0-0-alpha-0 {
2229
+ border-radius: 999.9rem; }
2230
+ /* ==========================================================================
2231
+ # MEDIA FRAME
2232
+ ========================================================================== */
2233
+ .cdr-image-ratio_11-0-0-alpha-0 {
2234
+ position: relative;
2235
+ overflow: hidden; }
2236
+ .cdr-image-ratio_11-0-0-alpha-0::before {
2237
+ content: '';
2238
+ height: 0;
2239
+ display: block;
2240
+ padding-bottom: var(--ratio); }
2241
+ .cdr-image-ratio__cover_11-0-0-alpha-0 {
2242
+ position: absolute;
2243
+ top: 0;
2244
+ left: 0;
2245
+ height: 100%;
2246
+ width: 100%;
2247
+ object-fit: contain; }
2248
+ .cdr-image-ratio__cover--crop_11-0-0-alpha-0 {
2249
+ object-fit: none; }
2250
+ .cdr-image-ratio__cover--cover_11-0-0-alpha-0 {
2251
+ object-fit: cover; }
2252
+
2253
+ .cdr-label-standalone_11-0-0-alpha-0 {
2254
+ display: grid;
2255
+ grid-template-areas: "label label info" "input input input" "post post post"; }
2256
+ .cdr-label-standalone__label-wrapper_11-0-0-alpha-0 {
2257
+ grid-area: label; }
2258
+ .cdr-label-standalone__label_11-0-0-alpha-0 {
2259
+ font-family: Graphik, "Helvetica Neue", sans-serif;
2260
+ font-style: normal;
2261
+ font-weight: 400;
2262
+ letter-spacing: -0.016rem;
2263
+ font-size: 1.4rem;
2264
+ line-height: 1.8rem;
2265
+ color: rgba(12, 11, 8, 0.75);
2266
+ margin: 0; }
2267
+ .cdr-label-standalone__label--sr-only_11-0-0-alpha-0 {
2268
+ position: absolute;
2269
+ width: 0.1rem;
2270
+ height: 0.1rem;
2271
+ padding: 0;
2272
+ margin: -0.1rem;
2273
+ overflow: hidden;
2274
+ clip: rect(0, 0, 0, 0);
2275
+ border: 0; }
2276
+ .cdr-label-standalone__label--disabled_11-0-0-alpha-0 {
2277
+ color: #d1cbbd; }
2278
+ .cdr-label-standalone__label--disabled_11-0-0-alpha-0 .cdr-label-standalone__optional_11-0-0-alpha-0 {
2279
+ color: #d1cbbd; }
2280
+ .cdr-label-standalone__optional_11-0-0-alpha-0 {
2281
+ color: rgba(66, 59, 47, 0.75); }
2282
+ .cdr-label-standalone__helper_11-0-0-alpha-0 {
2283
+ font-family: Graphik, "Helvetica Neue", sans-serif;
2284
+ font-style: normal;
2285
+ font-weight: 400;
2286
+ letter-spacing: -0.016rem;
2287
+ font-size: 1.4rem;
2288
+ line-height: 1.8rem;
2289
+ color: rgba(66, 59, 47, 0.75);
2290
+ margin-top: 0.2rem; }
2291
+ .cdr-label-standalone__info_11-0-0-alpha-0 {
2292
+ font-family: Graphik, "Helvetica Neue", sans-serif;
2293
+ font-style: normal;
2294
+ font-weight: 400;
2295
+ letter-spacing: -0.016rem;
2296
+ font-size: 1.4rem;
2297
+ line-height: 1.8rem;
2298
+ grid-area: info;
2299
+ order: 2;
2300
+ align-self: end;
2301
+ justify-self: end; }
2302
+ .cdr-label-standalone__post-content_11-0-0-alpha-0 {
2303
+ grid-area: post; }
2304
+ .cdr-label-standalone__info-action_11-0-0-alpha-0 {
2305
+ display: flex;
2306
+ justify-content: center;
2307
+ align-items: center;
2308
+ width: 4rem; }
2309
+ .cdr-label-standalone__input-wrap_11-0-0-alpha-0 {
2310
+ position: relative;
2311
+ display: flex;
2312
+ grid-area: input; }
2313
+ .cdr-label-standalone__input-spacing_11-0-0-alpha-0 {
2314
+ margin-top: 0.8rem; }
2315
+
2316
+ /* intentionally empty */
2317
+ /* ==========================================================================
2318
+ # INPUT LABEL
2319
+ ========================================================================== */
2320
+ .cdr-input__button {
2321
+ display: inline-block; }
2322
+ .cdr-input__button ~ .cdr-input__button {
2323
+ position: relative;
2324
+ margin-left: -0.4rem; }
2325
+ .cdr-input__button ~ .cdr-input__button::before {
2326
+ content: '';
2327
+ background-color: #928b80;
2328
+ position: absolute;
2329
+ left: -0.1rem;
2330
+ width: 0.1rem;
2331
+ height: 55%;
2332
+ top: 50%;
2333
+ transform: translateY(-50%); }
2334
+ .cdr-input__button:hover, .cdr-input__button:active, .cdr-input__button:focus, .cdr-input__button:focus-within {
2335
+ background-color: #f9f8f6;
2336
+ box-shadow: inset 0 0 0 0.2rem #20201d;
2337
+ outline: none;
2338
+ fill: rgba(12, 11, 8, 0.75); }
2339
+ .cdr-input__button:hover svg, .cdr-input__button:active svg, .cdr-input__button:focus svg, .cdr-input__button:focus-within svg {
2340
+ box-shadow: none;
2341
+ fill: rgba(12, 11, 8, 0.75) !important; }
2342
+ .cdr-input__button:hover::before, .cdr-input__button:active::before, .cdr-input__button:focus::before, .cdr-input__button:focus-within::before {
2343
+ width: 0; }
2344
+ .cdr-input__button:last-child {
2345
+ margin-right: -0.8rem;
2346
+ border-top-right-radius: 0.4rem;
2347
+ border-bottom-right-radius: 0.4rem; }
2348
+ /* ==========================================================================
2349
+ # INPUT
2350
+ ========================================================================== */
2351
+ .cdr-input_11-0-0-alpha-0 {
2352
+ font-family: Graphik, "Helvetica Neue", sans-serif;
2353
+ font-style: normal;
2354
+ font-weight: 400;
2355
+ letter-spacing: -0.016rem;
2356
+ font-size: 1.6rem;
2357
+ line-height: 2.2rem;
2358
+ font-weight: 500;
2359
+ color: #20201d;
2360
+ border: 0;
2361
+ background-color: rgba(244, 242, 237, 0.15);
2362
+ box-shadow: inset 0 0 0 0.1rem #928b80;
2363
+ border-radius: 0.4rem;
2364
+ fill: #928b80;
2365
+ border-radius: 0.4rem;
2366
+ padding: 0.8rem;
2367
+ height: 4rem;
2368
+ display: block;
2369
+ width: 100%;
2370
+ overflow: visible;
2371
+ margin: 0;
2372
+ /* Prevent iOS from altering border and box-shadow */
2373
+ -webkit-appearance: none;
2374
+ /* Style variants
2375
+ ========================================================================== */
2376
+ /* Size variants
2377
+ ========================================================================== */
2378
+ /* @xs
2379
+ 0px - 767px
2380
+ ========== */
2381
+ /* @sm
2382
+ 768px - 991px
2383
+ ========== */
2384
+ /* @md
2385
+ 992px - 1199px
2386
+ ========== */
2387
+ /* @lg
2388
+ 1200px and up
2389
+ ========== */
2390
+ /* Slot Sections
2391
+ ========================================================================== */ }
2392
+ .cdr-input_11-0-0-alpha-0[type=number]::-webkit-inner-spin-button, .cdr-input_11-0-0-alpha-0[type=number]::-webkit-outer-spin-button {
2393
+ -webkit-appearance: none;
2394
+ -moz-appearance: none;
2395
+ appearance: none;
2396
+ margin: 0; }
2397
+ .cdr-input_11-0-0-alpha-0:active, .cdr-input_11-0-0-alpha-0:focus {
2398
+ outline: none;
2399
+ box-shadow: inset 0 0 0 0.2rem #20201d, 0 0.2rem 0.2rem 0 rgba(12, 11, 8, 0.2); }
2400
+ .cdr-input_11-0-0-alpha-0::-webkit-input-placeholder {
2401
+ font-family: Graphik, "Helvetica Neue", sans-serif;
2402
+ font-style: normal;
2403
+ font-weight: 400;
2404
+ letter-spacing: -0.016rem;
2405
+ font-size: 1.6rem;
2406
+ line-height: 2.2rem;
2407
+ color: rgba(66, 59, 47, 0.75); }
2408
+ .cdr-input_11-0-0-alpha-0::-ms-input-placeholder {
2409
+ font-family: Graphik, "Helvetica Neue", sans-serif;
2410
+ font-style: normal;
2411
+ font-weight: 400;
2412
+ letter-spacing: -0.016rem;
2413
+ font-size: 1.6rem;
2414
+ line-height: 2.2rem;
2415
+ color: rgba(66, 59, 47, 0.75); }
2416
+ .cdr-input_11-0-0-alpha-0::placeholder {
2417
+ font-family: Graphik, "Helvetica Neue", sans-serif;
2418
+ font-style: normal;
2419
+ font-weight: 400;
2420
+ letter-spacing: -0.016rem;
2421
+ font-size: 1.6rem;
2422
+ line-height: 2.2rem;
2423
+ color: rgba(66, 59, 47, 0.75); }
2424
+ .cdr-input_11-0-0-alpha-0[disabled] {
2425
+ background-color: #f9f8f6;
2426
+ color: #d1cbbd;
2427
+ box-shadow: inset 0 0 0 0.1rem #d1cbbd; }
2428
+ .cdr-input_11-0-0-alpha-0[disabled]:hover {
2429
+ box-shadow: inset 0 0 0 0.1rem #d1cbbd;
2430
+ cursor: not-allowed; }
2431
+ .cdr-input_11-0-0-alpha-0[disabled]::-webkit-input-placeholder {
2432
+ color: #d1cbbd; }
2433
+ .cdr-input_11-0-0-alpha-0[disabled]::-ms-input-placeholder {
2434
+ color: #d1cbbd; }
2435
+ .cdr-input_11-0-0-alpha-0[disabled]::placeholder {
2436
+ color: #d1cbbd; }
2437
+ .cdr-input--focus_11-0-0-alpha-0 svg {
2438
+ fill: rgba(12, 11, 8, 0.75) !important; }
2439
+ .cdr-input--multiline_11-0-0-alpha-0 {
2440
+ height: auto; }
2441
+ .cdr-input--preicon_11-0-0-alpha-0 {
2442
+ /* $input-pre-icon-default-width = 25px with the expectation that
2443
+ slot provided icon is close to that width */
2444
+ padding-left: 3.7rem !important; }
2445
+ .cdr-input--posticon_11-0-0-alpha-0 {
2446
+ padding-right: 4.5rem; }
2447
+ .cdr-input--posticons_11-0-0-alpha-0 {
2448
+ padding-right: 9rem; }
2449
+ .cdr-input--primary_11-0-0-alpha-0 {
2450
+ background-color: rgba(244, 242, 237, 0.15); }
2451
+ .cdr-input--primary_11-0-0-alpha-0:active, .cdr-input--primary_11-0-0-alpha-0:focus {
2452
+ background-color: #f9f8f6; }
2453
+ .cdr-input--secondary_11-0-0-alpha-0 {
2454
+ background-color: rgba(255, 255, 255, 0.85); }
2455
+ .cdr-input--secondary_11-0-0-alpha-0:active, .cdr-input--secondary_11-0-0-alpha-0:focus {
2456
+ background-color: #ffffff; }
2457
+ .cdr-input--error_11-0-0-alpha-0 {
2458
+ background-color: rgba(255, 242, 242, 0.75);
2459
+ box-shadow: inset 0 0 0 0.1rem #b33322; }
2460
+ .cdr-input--large_11-0-0-alpha-0 {
2461
+ font-family: Graphik, "Helvetica Neue", sans-serif;
2462
+ font-style: normal;
2463
+ font-weight: 400;
2464
+ letter-spacing: -0.016rem;
2465
+ font-size: 1.8rem;
2466
+ line-height: 2.4rem;
2467
+ line-height: 3.2rem;
2468
+ padding-left: 0.8rem;
2469
+ height: 4.8rem; }
2470
+ .cdr-input--large_11-0-0-alpha-0::-webkit-input-placeholder {
2471
+ line-height: 3.2rem; }
2472
+ .cdr-input--large_11-0-0-alpha-0::-ms-input-placeholder {
2473
+ line-height: 3.2rem; }
2474
+ .cdr-input--large_11-0-0-alpha-0::placeholder {
2475
+ line-height: 3.2rem; }
2476
+ @media (min-width: 0) and (max-width: 767px) {
2477
+ .cdr-input--large\@xs_11-0-0-alpha-0 {
2478
+ font-family: Graphik, "Helvetica Neue", sans-serif;
2479
+ font-style: normal;
2480
+ font-weight: 400;
2481
+ letter-spacing: -0.016rem;
2482
+ font-size: 1.8rem;
2483
+ line-height: 2.4rem;
2484
+ line-height: 3.2rem;
2485
+ padding-left: 0.8rem;
2486
+ height: 4.8rem; }
2487
+ .cdr-input--large\@xs_11-0-0-alpha-0::-webkit-input-placeholder {
2488
+ line-height: 3.2rem; }
2489
+ .cdr-input--large\@xs_11-0-0-alpha-0::-ms-input-placeholder {
2490
+ line-height: 3.2rem; }
2491
+ .cdr-input--large\@xs_11-0-0-alpha-0::placeholder {
2492
+ line-height: 3.2rem; } }
2493
+ @media (min-width: 768px) and (max-width: 991px) {
2494
+ .cdr-input--large\@sm_11-0-0-alpha-0 {
2495
+ font-family: Graphik, "Helvetica Neue", sans-serif;
2496
+ font-style: normal;
2497
+ font-weight: 400;
2498
+ letter-spacing: -0.016rem;
2499
+ font-size: 1.8rem;
2500
+ line-height: 2.4rem;
2501
+ line-height: 3.2rem;
2502
+ padding-left: 0.8rem;
2503
+ height: 4.8rem; }
2504
+ .cdr-input--large\@sm_11-0-0-alpha-0::-webkit-input-placeholder {
2505
+ line-height: 3.2rem; }
2506
+ .cdr-input--large\@sm_11-0-0-alpha-0::-ms-input-placeholder {
2507
+ line-height: 3.2rem; }
2508
+ .cdr-input--large\@sm_11-0-0-alpha-0::placeholder {
2509
+ line-height: 3.2rem; } }
2510
+ @media (min-width: 992px) and (max-width: 1231px) {
2511
+ .cdr-input--large\@md_11-0-0-alpha-0 {
2512
+ font-family: Graphik, "Helvetica Neue", sans-serif;
2513
+ font-style: normal;
2514
+ font-weight: 400;
2515
+ letter-spacing: -0.016rem;
2516
+ font-size: 1.8rem;
2517
+ line-height: 2.4rem;
2518
+ line-height: 3.2rem;
2519
+ padding-left: 0.8rem;
2520
+ height: 4.8rem; }
2521
+ .cdr-input--large\@md_11-0-0-alpha-0::-webkit-input-placeholder {
2522
+ line-height: 3.2rem; }
2523
+ .cdr-input--large\@md_11-0-0-alpha-0::-ms-input-placeholder {
2524
+ line-height: 3.2rem; }
2525
+ .cdr-input--large\@md_11-0-0-alpha-0::placeholder {
2526
+ line-height: 3.2rem; } }
2527
+ @media (min-width: 1232px) {
2528
+ .cdr-input--large\@lg_11-0-0-alpha-0 {
2529
+ font-family: Graphik, "Helvetica Neue", sans-serif;
2530
+ font-style: normal;
2531
+ font-weight: 400;
2532
+ letter-spacing: -0.016rem;
2533
+ font-size: 1.8rem;
2534
+ line-height: 2.4rem;
2535
+ line-height: 3.2rem;
2536
+ padding-left: 0.8rem;
2537
+ height: 4.8rem; }
2538
+ .cdr-input--large\@lg_11-0-0-alpha-0::-webkit-input-placeholder {
2539
+ line-height: 3.2rem; }
2540
+ .cdr-input--large\@lg_11-0-0-alpha-0::-ms-input-placeholder {
2541
+ line-height: 3.2rem; }
2542
+ .cdr-input--large\@lg_11-0-0-alpha-0::placeholder {
2543
+ line-height: 3.2rem; } }
2544
+ .cdr-input__pre-icon_11-0-0-alpha-0 {
2545
+ position: absolute;
2546
+ top: 50%;
2547
+ left: 0.8rem;
2548
+ transform: translateY(-50%); }
2549
+ .cdr-input__post-icon_11-0-0-alpha-0 {
2550
+ display: block;
2551
+ position: absolute;
2552
+ top: 50%;
2553
+ right: 0.8rem;
2554
+ transform: translateY(-50%); }
2555
+ .cdr-input__helper-text_11-0-0-alpha-0 {
2556
+ font-family: Graphik, "Helvetica Neue", sans-serif;
2557
+ font-style: normal;
2558
+ font-weight: 400;
2559
+ letter-spacing: -0.016rem;
2560
+ font-size: 1.4rem;
2561
+ line-height: 1.8rem;
2562
+ color: rgba(66, 59, 47, 0.75);
2563
+ display: inline-block;
2564
+ margin-top: 0.4rem; }
2565
+ /* ==========================================================================
2566
+ # INPUT WRAPPER
2567
+ ========================================================================== */
2568
+ .cdr-input-wrap_11-0-0-alpha-0 {
2569
+ position: relative;
2570
+ flex-grow: 1;
2571
+ fill: #928b80; }
2572
+
2573
+ /* ==========================================================================
2574
+ # CdrLink
2575
+
2576
+ TOC:
2577
+
2578
+ :Base Styles
2579
+ :States
2580
+ :Modifiers
2581
+ :Style variants
2582
+ :Standalone
2583
+ ========================================================================== */
2584
+ .cdr-link_11-0-0-alpha-0 {
2585
+ font-family: inherit;
2586
+ font-size: inherit;
2587
+ line-height: inherit;
2588
+ align-items: center;
2589
+ background-color: transparent;
2590
+ border: 0;
2591
+ margin: 0;
2592
+ color: #406eb5;
2593
+ fill: #406eb5;
2594
+ cursor: pointer;
2595
+ display: inline-flex;
2596
+ outline: none;
2597
+ padding: 0;
2598
+ text-decoration: underline;
2599
+ vertical-align: top; }
2600
+ .cdr-link_11-0-0-alpha-0:active, .cdr-link_11-0-0-alpha-0:focus {
2601
+ color: #0b2d60; }
2602
+ .cdr-link_11-0-0-alpha-0:hover {
2603
+ color: #406eb5;
2604
+ text-decoration: none; }
2605
+ .cdr-link_11-0-0-alpha-0:focus {
2606
+ outline: 0.2rem solid Highlight;
2607
+ outline-color: -webkit-focus-ring-color;
2608
+ outline-offset: 0; }
2609
+ /* Standalone
2610
+ ========== */
2611
+ .cdr-link--standalone_11-0-0-alpha-0 {
2612
+ text-decoration: none; }
2613
+ .cdr-link--standalone_11-0-0-alpha-0:hover, .cdr-link--standalone_11-0-0-alpha-0:active, .cdr-link--standalone_11-0-0-alpha-0:focus, .cdr-link--standalone_11-0-0-alpha-0:visited {
2614
+ text-decoration: underline; }
2615
+ .cdr-link--inherit-color_11-0-0-alpha-0 {
2616
+ fill: inherit;
2617
+ color: inherit; }
2618
+ .cdr-link--inherit-color_11-0-0-alpha-0:active, .cdr-link--inherit-color_11-0-0-alpha-0:hover, .cdr-link--inherit-color_11-0-0-alpha-0:focus {
2619
+ color: inherit;
2620
+ fill: inherit; }
2621
+
2622
+ .cdr-list_11-0-0-alpha-0 {
2623
+ list-style-type: none;
2624
+ padding: 0;
2625
+ margin: 0;
2626
+ /* nesting
2627
+ ---------- */
2628
+ /* Style variants
2629
+ ========================================================================== */
2630
+ /* Compact
2631
+ ========== */
2632
+ /* Ordered
2633
+ ========== */
2634
+ /* Unordered
2635
+ ========== */
2636
+ /* Inline
2637
+ ========== */ }
2638
+ .cdr-list_11-0-0-alpha-0 > li + li {
2639
+ margin-top: 0.8rem; }
2640
+ .cdr-list_11-0-0-alpha-0 li > .cdr-list_11-0-0-alpha-0 {
2641
+ margin-top: 0.8rem;
2642
+ padding-left: 1em;
2643
+ list-style-type: none; }
2644
+ .cdr-list--compact_11-0-0-alpha-0 {
2645
+ /* nesting
2646
+ ---------- */ }
2647
+ .cdr-list--compact_11-0-0-alpha-0 > li + li {
2648
+ margin-top: 0.4rem; }
2649
+ .cdr-list--compact_11-0-0-alpha-0 li > .cdr-list_11-0-0-alpha-0 {
2650
+ margin-top: 0.4rem; }
2651
+ .cdr-list--ordered_11-0-0-alpha-0 {
2652
+ list-style-type: decimal;
2653
+ padding-left: 1.5em;
2654
+ list-style-position: outside; }
2655
+ .cdr-list--ordered_11-0-0-alpha-0 li {
2656
+ padding: 0 0 0 0.4rem; }
2657
+ .cdr-list--ordered_11-0-0-alpha-0 li {
2658
+ /* nesting
2659
+ ---------- */ }
2660
+ .cdr-list--ordered_11-0-0-alpha-0 li > .cdr-list_11-0-0-alpha-0 {
2661
+ position: relative;
2662
+ padding-left: 1em; }
2663
+ .cdr-list--ordered_11-0-0-alpha-0 li > .cdr-list_11-0-0-alpha-0 > li {
2664
+ padding-left: 0; }
2665
+ .cdr-list--ordered_11-0-0-alpha-0 li > .cdr-list_11-0-0-alpha-0 > li::before {
2666
+ content: '\2013';
2667
+ position: absolute;
2668
+ color: rgba(66, 59, 47, 0.75);
2669
+ left: 0; }
2670
+ .cdr-list--unordered_11-0-0-alpha-0 {
2671
+ position: relative;
2672
+ padding-left: 1em;
2673
+ /* nesting
2674
+ ---------- */ }
2675
+ .cdr-list--unordered_11-0-0-alpha-0 > li::before {
2676
+ content: '\2022';
2677
+ position: relative;
2678
+ margin-left: -1em;
2679
+ padding-right: 0.8rem;
2680
+ color: rgba(66, 59, 47, 0.75); }
2681
+ .cdr-list--unordered_11-0-0-alpha-0 li > .cdr-list_11-0-0-alpha-0 {
2682
+ position: relative;
2683
+ padding-left: 1em; }
2684
+ .cdr-list--unordered_11-0-0-alpha-0 li > .cdr-list_11-0-0-alpha-0 > li::before {
2685
+ content: '\2013';
2686
+ position: relative;
2687
+ margin-left: -1em;
2688
+ padding-right: 0.8rem;
2689
+ color: rgba(66, 59, 47, 0.75); }
2690
+ .cdr-list--inline_11-0-0-alpha-0 {
2691
+ display: flex;
2692
+ flex-wrap: wrap;
2693
+ list-style-type: none;
2694
+ padding-left: 0;
2695
+ /* inline - compact
2696
+ ---------- */
2697
+ /* inline - unordered
2698
+ ---------- */ }
2699
+ .cdr-list--inline_11-0-0-alpha-0 > li {
2700
+ display: block; }
2701
+ .cdr-list--inline_11-0-0-alpha-0 > li + li {
2702
+ margin-top: 0;
2703
+ padding-left: 1em; }
2704
+ .cdr-list--inline_11-0-0-alpha-0.cdr-list--compact_11-0-0-alpha-0 > li + li {
2705
+ padding-left: 0.5em; }
2706
+ .cdr-list--inline_11-0-0-alpha-0.cdr-list--unordered_11-0-0-alpha-0 {
2707
+ left: 0;
2708
+ /* inline - unordered - compact
2709
+ ---------- */ }
2710
+ .cdr-list--inline_11-0-0-alpha-0.cdr-list--unordered_11-0-0-alpha-0 > li {
2711
+ position: relative; }
2712
+ .cdr-list--inline_11-0-0-alpha-0.cdr-list--unordered_11-0-0-alpha-0 > li + li {
2713
+ padding-left: 1.5em; }
2714
+ .cdr-list--inline_11-0-0-alpha-0.cdr-list--unordered_11-0-0-alpha-0 > li:first-of-type::before {
2715
+ display: none; }
2716
+ .cdr-list--inline_11-0-0-alpha-0.cdr-list--unordered_11-0-0-alpha-0 > li::before {
2717
+ content: '\2022';
2718
+ color: rgba(66, 59, 47, 0.75);
2719
+ display: block;
2720
+ position: absolute;
2721
+ top: 50%;
2722
+ transform: translate(150%, -50%);
2723
+ height: 0.6rem;
2724
+ width: 0.6rem;
2725
+ line-height: 0.6rem;
2726
+ left: 0;
2727
+ padding: 0;
2728
+ margin: 0; }
2729
+ .cdr-list--inline_11-0-0-alpha-0.cdr-list--unordered_11-0-0-alpha-0.cdr-list--compact_11-0-0-alpha-0 > li + li {
2730
+ padding-left: 1em; }
2731
+ .cdr-list--inline_11-0-0-alpha-0.cdr-list--unordered_11-0-0-alpha-0.cdr-list--compact_11-0-0-alpha-0 > li + li::before {
2732
+ transform: translate(100%, -50%); }
2733
+
2734
+ .cdr-modal_11-0-0-alpha-0 {
2735
+ bottom: 0;
2736
+ height: 100%;
2737
+ left: 0;
2738
+ overflow-y: scroll;
2739
+ position: fixed;
2740
+ right: 0;
2741
+ top: 0;
2742
+ visibility: visible;
2743
+ z-index: 1000; }
2744
+ @supports (-webkit-touch-callout: none) {
2745
+ .cdr-modal_11-0-0-alpha-0 * {
2746
+ will-change: transform; } }
2747
+ .cdr-modal__overlay_11-0-0-alpha-0 {
2748
+ background-color: rgba(244, 242, 237, 0.85);
2749
+ -webkit-backdrop-filter: blur(1.6rem);
2750
+ backdrop-filter: blur(1.6rem);
2751
+ bottom: 0;
2752
+ left: 0;
2753
+ opacity: 1;
2754
+ position: fixed;
2755
+ right: 0;
2756
+ top: 0;
2757
+ transition: opacity 150ms;
2758
+ z-index: 0; }
2759
+ .cdr-modal__outerWrap_11-0-0-alpha-0 {
2760
+ display: flex;
2761
+ box-sizing: border-box;
2762
+ min-height: 100%;
2763
+ position: static;
2764
+ z-index: -1; }
2765
+ .cdr-modal__contentWrap_11-0-0-alpha-0 {
2766
+ align-items: flex-start;
2767
+ background-color: #ffffff;
2768
+ display: flex;
2769
+ flex-direction: column;
2770
+ margin: auto;
2771
+ min-height: 100%;
2772
+ opacity: 1;
2773
+ position: absolute;
2774
+ top: 0;
2775
+ left: 0;
2776
+ right: 0;
2777
+ transition: opacity 150ms 150ms;
2778
+ width: 100%;
2779
+ z-index: 0; }
2780
+ .cdr-modal__contentWrap_11-0-0-alpha-0:focus {
2781
+ outline: 0; }
2782
+ .cdr-modal__innerWrap_11-0-0-alpha-0 {
2783
+ width: 100%;
2784
+ padding: 1.6rem; }
2785
+ .cdr-modal__dialog_11-0-0-alpha-0 {
2786
+ width: 100%; }
2787
+ .cdr-modal__content_11-0-0-alpha-0 {
2788
+ position: relative; }
2789
+ .cdr-modal__header_11-0-0-alpha-0 {
2790
+ display: flex;
2791
+ padding-bottom: 1.6rem; }
2792
+ .cdr-modal__title_11-0-0-alpha-0 {
2793
+ flex: auto;
2794
+ font-family: Stuart, Georgia, serif;
2795
+ font-style: normal;
2796
+ font-weight: 500;
2797
+ letter-spacing: 0;
2798
+ font-size: 2.4rem;
2799
+ line-height: 3rem; }
2800
+ .cdr-modal__close-button_11-0-0-alpha-0 {
2801
+ align-self: flex-start;
2802
+ border: 0.1rem solid #928b80;
2803
+ flex: none;
2804
+ margin-left: 0.8rem;
2805
+ padding: 0.7rem;
2806
+ position: relative;
2807
+ top: -0.2rem;
2808
+ right: -0.4rem; }
2809
+ .cdr-modal__close-button_11-0-0-alpha-0:hover, .cdr-modal__close-button_11-0-0-alpha-0:focus {
2810
+ border: 0.1rem solid #928b80; }
2811
+ .cdr-modal__text_11-0-0-alpha-0 {
2812
+ padding: 0;
2813
+ position: relative; }
2814
+ .cdr-modal__text-content_11-0-0-alpha-0 {
2815
+ overflow: auto;
2816
+ position: relative; }
2817
+ @media (min-width: 768px) {
2818
+ .cdr-modal__outerWrap_11-0-0-alpha-0 {
2819
+ padding: 1.6rem; }
2820
+ .cdr-modal__innerWrap_11-0-0-alpha-0 {
2821
+ padding: 2.4rem; }
2822
+ .cdr-modal__contentWrap_11-0-0-alpha-0 {
2823
+ border-radius: 0.4rem;
2824
+ box-shadow: 0 1.6rem 1.6rem 0 rgba(12, 11, 8, 0.2);
2825
+ min-height: auto;
2826
+ position: relative;
2827
+ top: auto;
2828
+ left: auto;
2829
+ right: auto; }
2830
+ .cdr-modal__dialog_11-0-0-alpha-0 {
2831
+ max-width: 64rem; }
2832
+ .cdr-modal__close-button_11-0-0-alpha-0 {
2833
+ margin-left: 1.2rem;
2834
+ right: -0.8rem;
2835
+ top: -0.5rem; } }
2836
+ .closed_11-0-0-alpha-0 {
2837
+ transition: z-index 0s 300ms, visibility 0s 300ms;
2838
+ visibility: hidden;
2839
+ z-index: -1; }
2840
+ .closed_11-0-0-alpha-0 .cdr-modal__overlay_11-0-0-alpha-0 {
2841
+ opacity: 0;
2842
+ transition: opacity 150ms 150ms; }
2843
+ .closed_11-0-0-alpha-0 .cdr-modal__contentWrap_11-0-0-alpha-0 {
2844
+ opacity: 0;
2845
+ transition: opacity 150ms; }
2846
+ .cdr-modal__noscroll_11-0-0-alpha-0 {
2847
+ overflow: hidden !important;
2848
+ position: fixed !important;
2849
+ width: 100%; }
2850
+
2851
+ /* intentionally empty */
2852
+ .cdr-pagination_11-0-0-alpha-0 {
2853
+ display: flex;
2854
+ justify-content: center;
2855
+ align-items: center;
2856
+ list-style: none;
2857
+ padding: 0;
2858
+ /* Responsive */ }
2859
+ .cdr-pagination__li--links_11-0-0-alpha-0 {
2860
+ display: none; }
2861
+ .cdr-pagination__li--links_11-0-0-alpha-0 + .cdr-pagination__li--links_11-0-0-alpha-0 {
2862
+ margin-left: 0.4rem; }
2863
+ .cdr-pagination__li--select_11-0-0-alpha-0 {
2864
+ display: block; }
2865
+ .cdr-pagination__link_11-0-0-alpha-0 {
2866
+ font-family: Graphik, "Helvetica Neue", sans-serif;
2867
+ font-style: normal;
2868
+ font-weight: 400;
2869
+ letter-spacing: -0.016rem;
2870
+ font-size: 1.6rem;
2871
+ line-height: 2.2rem;
2872
+ background-color: transparent;
2873
+ border: none;
2874
+ padding: 0;
2875
+ color: rgba(12, 11, 8, 0.75);
2876
+ fill: rgba(12, 11, 8, 0.75);
2877
+ display: block;
2878
+ padding: 0.6rem 1.2rem;
2879
+ text-decoration: none;
2880
+ border-radius: 0.4rem; }
2881
+ .cdr-pagination__link_11-0-0-alpha-0:hover, .cdr-pagination__link_11-0-0-alpha-0:focus, .cdr-pagination__link_11-0-0-alpha-0:active {
2882
+ background-color: #f9f8f6;
2883
+ cursor: pointer; }
2884
+ .cdr-pagination__link_11-0-0-alpha-0.current {
2885
+ position: relative; }
2886
+ .cdr-pagination__link_11-0-0-alpha-0.current:after {
2887
+ content: '';
2888
+ position: absolute;
2889
+ bottom: 0;
2890
+ left: 50%;
2891
+ transform: translateX(-50%);
2892
+ height: 0.2rem;
2893
+ width: 80%;
2894
+ background-color: #406eb5; }
2895
+ .cdr-pagination__link_11-0-0-alpha-0.current:hover, .cdr-pagination__link_11-0-0-alpha-0.current:focus, .cdr-pagination__link_11-0-0-alpha-0.current:active {
2896
+ text-decoration: none; }
2897
+ .cdr-pagination__link_11-0-0-alpha-0.cdr-pagination__link--disabled_11-0-0-alpha-0 {
2898
+ color: #d1cbbd;
2899
+ fill: #d1cbbd;
2900
+ cursor: not-allowed; }
2901
+ .cdr-pagination__link_11-0-0-alpha-0.cdr-pagination__link--disabled_11-0-0-alpha-0:hover, .cdr-pagination__link_11-0-0-alpha-0.cdr-pagination__link--disabled_11-0-0-alpha-0:focus, .cdr-pagination__link_11-0-0-alpha-0.cdr-pagination__link--disabled_11-0-0-alpha-0:active {
2902
+ color: #d1cbbd;
2903
+ background-color: transparent; }
2904
+ .cdr-pagination__ellipse_11-0-0-alpha-0 {
2905
+ display: block;
2906
+ padding: 0.6rem 1.2rem; }
2907
+ .cdr-pagination__prev_11-0-0-alpha-0 {
2908
+ display: flex;
2909
+ align-items: center;
2910
+ margin-right: 1.6rem; }
2911
+ .cdr-pagination__next_11-0-0-alpha-0 {
2912
+ display: flex;
2913
+ align-items: center;
2914
+ margin-left: 1.6rem; }
2915
+ .cdr-pagination__caret--prev_11-0-0-alpha-0 {
2916
+ margin-right: 0.2rem; }
2917
+ .cdr-pagination__caret--next_11-0-0-alpha-0 {
2918
+ margin-left: 0.2rem; }
2919
+ @media (min-width: 768px) {
2920
+ .cdr-pagination__li--links_11-0-0-alpha-0 {
2921
+ display: block; }
2922
+ .cdr-pagination__li--select_11-0-0-alpha-0 {
2923
+ display: none; } }
2924
+
2925
+ /* intentionally empty */
2926
+ .cdr-popover--position_11-0-0-alpha-0 {
2927
+ position: relative; }
2928
+ .cdr-popover--wrapper_11-0-0-alpha-0 {
2929
+ width: -webkit-max-content;
2930
+ width: max-content;
2931
+ height: -webkit-max-content;
2932
+ height: max-content; }
2933
+ .cdr-popover--wrapper_11-0-0-alpha-0 .cdr-popup--closed_11-0-0-alpha-0 {
2934
+ display: none; }
2935
+ .cdr-popover__title_11-0-0-alpha-0 {
2936
+ font-family: Stuart, Georgia, serif;
2937
+ font-style: normal;
2938
+ font-weight: 500;
2939
+ letter-spacing: 0;
2940
+ font-size: 1.8rem;
2941
+ line-height: 2.4rem;
2942
+ margin-bottom: 0.8rem;
2943
+ margin-right: 0.8rem; }
2944
+ .cdr-popover__container_11-0-0-alpha-0 {
2945
+ padding: 0.8rem;
2946
+ padding-left: 1.6rem;
2947
+ display: flex; }
2948
+ .cdr-popover__content_11-0-0-alpha-0 {
2949
+ flex: auto; }
2950
+ .cdr-popover__close-button_11-0-0-alpha-0 {
2951
+ align-self: flex-start;
2952
+ flex: none;
2953
+ padding: 0; }
2954
+
2955
+ @keyframes popup-exit-down {
2956
+ from {
2957
+ top: calc(100% + 1.4rem); }
2958
+ to {
2959
+ top: 100%; } }
2960
+
2961
+ @keyframes popup-enter-down {
2962
+ from {
2963
+ top: 100%; }
2964
+ to {
2965
+ top: calc(100% + 1.4rem); } }
2966
+
2967
+ @keyframes popup-arrow-exit-down {
2968
+ from {
2969
+ bottom: -1.5rem; }
2970
+ to {
2971
+ bottom: 0; } }
2972
+
2973
+ @keyframes popup-arrow-enter-down {
2974
+ from {
2975
+ bottom: 0; }
2976
+ to {
2977
+ bottom: -1.5rem; } }
2978
+
2979
+ @keyframes popup-exit-up {
2980
+ from {
2981
+ bottom: calc(100% + 1.4rem); }
2982
+ to {
2983
+ bottom: 100%; } }
2984
+
2985
+ @keyframes popup-enter-up {
2986
+ from {
2987
+ bottom: 100%; }
2988
+ to {
2989
+ bottom: calc(100% + 1.4rem); } }
2990
+
2991
+ @keyframes popup-arrow-exit-up {
2992
+ from {
2993
+ top: -1.5rem; }
2994
+ to {
2995
+ top: 0; } }
2996
+
2997
+ @keyframes popup-arrow-enter-up {
2998
+ from {
2999
+ top: 0; }
3000
+ to {
3001
+ top: -1.5rem; } }
3002
+
3003
+ @keyframes popup-exit-left {
3004
+ from {
3005
+ right: calc(100% + 1.4rem); }
3006
+ to {
3007
+ right: 100%; } }
3008
+
3009
+ @keyframes popup-enter-left {
3010
+ from {
3011
+ right: 100%; }
3012
+ to {
3013
+ right: calc(100% + 1.4rem); } }
3014
+
3015
+ @keyframes popup-arrow-exit-left {
3016
+ from {
3017
+ left: -1.5rem; }
3018
+ to {
3019
+ left: 0; } }
3020
+
3021
+ @keyframes popup-arrow-enter-left {
3022
+ from {
3023
+ left: 0; }
3024
+ to {
3025
+ left: -1.5rem; } }
3026
+
3027
+ @keyframes popup-exit-right {
3028
+ from {
3029
+ left: calc(100% + 1.4rem); }
3030
+ to {
3031
+ left: 100%; } }
3032
+
3033
+ @keyframes popup-enter-right {
3034
+ from {
3035
+ left: 100%; }
3036
+ to {
3037
+ left: calc(100% + 1.4rem); } }
3038
+
3039
+ @keyframes popup-arrow-exit-right {
3040
+ from {
3041
+ right: -1.5rem; }
3042
+ to {
3043
+ right: 0; } }
3044
+
3045
+ @keyframes popup-arrow-enter-right {
3046
+ from {
3047
+ right: 0; }
3048
+ to {
3049
+ right: -1.5rem; } }
3050
+
3051
+ .cdr-popup_11-0-0-alpha-0 {
3052
+ opacity: 0;
3053
+ transition: opacity 0.2s cubic-bezier(0.32, 0.94, 0.6, 1); }
3054
+
3055
+ .cdr-popup--open_11-0-0-alpha-0 {
3056
+ opacity: 1; }
3057
+
3058
+ .cdr-popup--closed_11-0-0-alpha-0 {
3059
+ opacity: 0; }
3060
+
3061
+ .cdr-popup__content_11-0-0-alpha-0 {
3062
+ animation-duration: 0.2s;
3063
+ animation-timing-function: cubic-bezier(0.32, 0.94, 0.6, 1);
3064
+ animation-fill-mode: forwards;
3065
+ background: #ffffff;
3066
+ border: 0.1rem solid #928b80;
3067
+ border-radius: 0.4rem;
3068
+ box-shadow: 0 0.4rem 0.4rem 0 rgba(12, 11, 8, 0.2);
3069
+ max-width: 28.6rem;
3070
+ width: -webkit-max-content;
3071
+ width: max-content;
3072
+ position: absolute;
3073
+ z-index: 100; }
3074
+
3075
+ .cdr-popup__arrow_11-0-0-alpha-0::before, .cdr-popup__arrow_11-0-0-alpha-0::after {
3076
+ content: '';
3077
+ position: absolute;
3078
+ margin: auto;
3079
+ width: 0;
3080
+ height: 0;
3081
+ border-style: solid;
3082
+ border-color: transparent;
3083
+ animation-duration: 0.2s;
3084
+ animation-timing-function: cubic-bezier(0.32, 0.94, 0.6, 1);
3085
+ animation-fill-mode: forwards;
3086
+ z-index: 100; }
3087
+
3088
+ .cdr-popup__arrow_11-0-0-alpha-0::before {
3089
+ border-width: 1rem; }
3090
+
3091
+ .cdr-popup__arrow_11-0-0-alpha-0::after {
3092
+ border-width: 0.9rem; }
3093
+
3094
+ .cdr-popup--top_11-0-0-alpha-0 .cdr-popup__content_11-0-0-alpha-0, .cdr-popup--top_11-0-0-alpha-0 .cdr-popup__arrow_11-0-0-alpha-0::before, .cdr-popup--top_11-0-0-alpha-0 .cdr-popup__arrow_11-0-0-alpha-0::after, .cdr-popup--bottom_11-0-0-alpha-0 .cdr-popup__content_11-0-0-alpha-0, .cdr-popup--bottom_11-0-0-alpha-0 .cdr-popup__arrow_11-0-0-alpha-0::before, .cdr-popup--bottom_11-0-0-alpha-0 .cdr-popup__arrow_11-0-0-alpha-0::after {
3095
+ left: 50%;
3096
+ transform: translateX(-50%); }
3097
+
3098
+ .cdr-popup--bottom_11-0-0-alpha-0.cdr-popup--open_11-0-0-alpha-0 .cdr-popup__content_11-0-0-alpha-0 {
3099
+ animation-name: popup-enter-down; }
3100
+
3101
+ .cdr-popup--bottom_11-0-0-alpha-0.cdr-popup--open_11-0-0-alpha-0 .cdr-popup__arrow_11-0-0-alpha-0::before, .cdr-popup--bottom_11-0-0-alpha-0.cdr-popup--open_11-0-0-alpha-0 .cdr-popup__arrow_11-0-0-alpha-0::after {
3102
+ animation-name: popup-arrow-enter-down; }
3103
+
3104
+ .cdr-popup--bottom_11-0-0-alpha-0.cdr-popup--exit_11-0-0-alpha-0 .cdr-popup__content_11-0-0-alpha-0 {
3105
+ animation-name: popup-exit-down; }
3106
+
3107
+ .cdr-popup--bottom_11-0-0-alpha-0.cdr-popup--exit_11-0-0-alpha-0 .cdr-popup__arrow_11-0-0-alpha-0::before, .cdr-popup--bottom_11-0-0-alpha-0.cdr-popup--exit_11-0-0-alpha-0 .cdr-popup__arrow_11-0-0-alpha-0::after {
3108
+ animation-name: popup-arrow-exit-down; }
3109
+
3110
+ .cdr-popup--bottom_11-0-0-alpha-0 .cdr-popup__content_11-0-0-alpha-0 {
3111
+ top: calc(100% + 1.4rem); }
3112
+
3113
+ .cdr-popup--bottom_11-0-0-alpha-0 .cdr-popup__arrow_11-0-0-alpha-0::before {
3114
+ border-bottom-color: #928b80; }
3115
+
3116
+ .cdr-popup--bottom_11-0-0-alpha-0 .cdr-popup__arrow_11-0-0-alpha-0::after {
3117
+ border-bottom-color: #ffffff; }
3118
+
3119
+ .cdr-popup--top_11-0-0-alpha-0.cdr-popup--open_11-0-0-alpha-0 .cdr-popup__content_11-0-0-alpha-0 {
3120
+ animation-name: popup-enter-up; }
3121
+
3122
+ .cdr-popup--top_11-0-0-alpha-0.cdr-popup--open_11-0-0-alpha-0 .cdr-popup__arrow_11-0-0-alpha-0::before, .cdr-popup--top_11-0-0-alpha-0.cdr-popup--open_11-0-0-alpha-0 .cdr-popup__arrow_11-0-0-alpha-0::after {
3123
+ animation-name: popup-arrow-enter-up; }
3124
+
3125
+ .cdr-popup--top_11-0-0-alpha-0.cdr-popup--exit_11-0-0-alpha-0 .cdr-popup__content_11-0-0-alpha-0 {
3126
+ animation-name: popup-exit-up; }
3127
+
3128
+ .cdr-popup--top_11-0-0-alpha-0.cdr-popup--exit_11-0-0-alpha-0 .cdr-popup__arrow_11-0-0-alpha-0::before, .cdr-popup--top_11-0-0-alpha-0.cdr-popup--exit_11-0-0-alpha-0 .cdr-popup__arrow_11-0-0-alpha-0::after {
3129
+ animation-name: popup-arrow-exit-up; }
3130
+
3131
+ .cdr-popup--top_11-0-0-alpha-0 .cdr-popup__content_11-0-0-alpha-0 {
3132
+ bottom: calc(100% + 1.4rem); }
3133
+
3134
+ .cdr-popup--top_11-0-0-alpha-0 .cdr-popup__arrow_11-0-0-alpha-0::before {
3135
+ border-top-color: #928b80; }
3136
+
3137
+ .cdr-popup--top_11-0-0-alpha-0 .cdr-popup__arrow_11-0-0-alpha-0::after {
3138
+ border-top-color: #ffffff; }
3139
+
3140
+ .cdr-popup--corner-left_11-0-0-alpha-0 .cdr-popup__content_11-0-0-alpha-0 {
3141
+ left: 0;
3142
+ transform: unset; }
3143
+
3144
+ .cdr-popup--corner-right_11-0-0-alpha-0 .cdr-popup__content_11-0-0-alpha-0 {
3145
+ left: unset;
3146
+ right: 0;
3147
+ transform: unset; }
3148
+
3149
+ .cdr-popup--left_11-0-0-alpha-0 .cdr-popup__content_11-0-0-alpha-0, .cdr-popup--left_11-0-0-alpha-0 .cdr-popup__arrow_11-0-0-alpha-0::before, .cdr-popup--left_11-0-0-alpha-0 .cdr-popup__arrow_11-0-0-alpha-0::after, .cdr-popup--right_11-0-0-alpha-0 .cdr-popup__content_11-0-0-alpha-0, .cdr-popup--right_11-0-0-alpha-0 .cdr-popup__arrow_11-0-0-alpha-0::before, .cdr-popup--right_11-0-0-alpha-0 .cdr-popup__arrow_11-0-0-alpha-0::after {
3150
+ top: 50%;
3151
+ transform: translateY(-50%); }
3152
+
3153
+ .cdr-popup--left_11-0-0-alpha-0.cdr-popup--open_11-0-0-alpha-0 .cdr-popup__content_11-0-0-alpha-0 {
3154
+ animation-name: popup-enter-left; }
3155
+
3156
+ .cdr-popup--left_11-0-0-alpha-0.cdr-popup--open_11-0-0-alpha-0 .cdr-popup__arrow_11-0-0-alpha-0::before, .cdr-popup--left_11-0-0-alpha-0.cdr-popup--open_11-0-0-alpha-0 .cdr-popup__arrow_11-0-0-alpha-0::after {
3157
+ animation-name: popup-arrow-enter-left; }
3158
+
3159
+ .cdr-popup--left_11-0-0-alpha-0.cdr-popup--exit_11-0-0-alpha-0 .cdr-popup__content_11-0-0-alpha-0 {
3160
+ animation-name: popup-exit-left; }
3161
+
3162
+ .cdr-popup--left_11-0-0-alpha-0.cdr-popup--exit_11-0-0-alpha-0 .cdr-popup__arrow_11-0-0-alpha-0::before, .cdr-popup--left_11-0-0-alpha-0.cdr-popup--exit_11-0-0-alpha-0 .cdr-popup__arrow_11-0-0-alpha-0::after {
3163
+ animation-name: popup-arrow-exit-left; }
3164
+
3165
+ .cdr-popup--left_11-0-0-alpha-0 .cdr-popup__content_11-0-0-alpha-0 {
3166
+ right: calc(100% + 1.4rem); }
3167
+
3168
+ .cdr-popup--left_11-0-0-alpha-0 .cdr-popup__arrow_11-0-0-alpha-0::before {
3169
+ border-left-color: #928b80; }
3170
+
3171
+ .cdr-popup--left_11-0-0-alpha-0 .cdr-popup__arrow_11-0-0-alpha-0::after {
3172
+ border-left-color: #ffffff; }
3173
+
3174
+ .cdr-popup--right_11-0-0-alpha-0.cdr-popup--open_11-0-0-alpha-0 .cdr-popup__content_11-0-0-alpha-0 {
3175
+ animation-name: popup-enter-right; }
3176
+
3177
+ .cdr-popup--right_11-0-0-alpha-0.cdr-popup--open_11-0-0-alpha-0 .cdr-popup__arrow_11-0-0-alpha-0::before, .cdr-popup--right_11-0-0-alpha-0.cdr-popup--open_11-0-0-alpha-0 .cdr-popup__arrow_11-0-0-alpha-0::after {
3178
+ animation-name: popup-arrow-enter-right; }
3179
+
3180
+ .cdr-popup--right_11-0-0-alpha-0.cdr-popup--exit_11-0-0-alpha-0 .cdr-popup__content_11-0-0-alpha-0 {
3181
+ animation-name: popup-exit-right; }
3182
+
3183
+ .cdr-popup--right_11-0-0-alpha-0.cdr-popup--exit_11-0-0-alpha-0 .cdr-popup__arrow_11-0-0-alpha-0::before, .cdr-popup--right_11-0-0-alpha-0.cdr-popup--exit_11-0-0-alpha-0 .cdr-popup__arrow_11-0-0-alpha-0::after {
3184
+ animation-name: popup-arrow-exit-right; }
3185
+
3186
+ .cdr-popup--right_11-0-0-alpha-0 .cdr-popup__content_11-0-0-alpha-0 {
3187
+ left: calc(100% + 1.4rem); }
3188
+
3189
+ .cdr-popup--right_11-0-0-alpha-0 .cdr-popup__arrow_11-0-0-alpha-0::before {
3190
+ border-right-color: #928b80; }
3191
+
3192
+ .cdr-popup--right_11-0-0-alpha-0 .cdr-popup__arrow_11-0-0-alpha-0::after {
3193
+ border-right-color: #ffffff; }
3194
+
3195
+ .cdr-popup--corner-top_11-0-0-alpha-0 .cdr-popup__content_11-0-0-alpha-0 {
3196
+ top: 0;
3197
+ transform: unset; }
3198
+
3199
+ .cdr-popup--corner-bottom_11-0-0-alpha-0 .cdr-popup__content_11-0-0-alpha-0 {
3200
+ top: unset;
3201
+ bottom: 0;
3202
+ transform: unset; }
3203
+
3204
+ /* intentionally empty */
3205
+ /* ==========================================================================
3206
+ # Cdrquote
3207
+
3208
+ TOC:
3209
+
3210
+ :Base - Cdrquote
3211
+ ========================================================================== */
3212
+ .cdr-quote_11-0-0-alpha-0 {
3213
+ margin: 0;
3214
+ padding: 2.4rem 1.6rem;
3215
+ line-height: 1; }
3216
+ .cdr-quote_11-0-0-alpha-0 cite {
3217
+ font-family: Graphik, "Helvetica Neue", sans-serif;
3218
+ font-style: normal;
3219
+ font-weight: 400;
3220
+ letter-spacing: -0.008rem;
3221
+ font-size: 1.2rem;
3222
+ line-height: 1.6rem;
3223
+ color: rgba(66, 59, 47, 0.75);
3224
+ display: block; }
3225
+ .cdr-quote__summary_11-0-0-alpha-0 {
3226
+ font-family: Stuart, Georgia, serif;
3227
+ font-weight: 400;
3228
+ font-size: 2.4rem;
3229
+ line-height: 3.6rem;
3230
+ letter-spacing: -.08rem;
3231
+ color: rgba(12, 11, 8, 0.75);
3232
+ margin: 0; }
3233
+ @media (min-width: 0) and (max-width: 767px) {
3234
+ .cdr-quote__summary_11-0-0-alpha-0 {
3235
+ font-size: 1.8rem;
3236
+ line-height: 2.8rem; } }
3237
+ .cdr-quote__summary_11-0-0-alpha-0 + cite {
3238
+ padding-top: 1.6rem; }
3239
+ .cdr-quote--pull_11-0-0-alpha-0 {
3240
+ border-style: solid;
3241
+ border-color: #dcd6cb; }
3242
+ @media (min-width: 0) {
3243
+ .cdr-quote--pull_11-0-0-alpha-0 {
3244
+ border-width: 0 0 0.1rem 0;
3245
+ padding: 2.4rem 1.6rem;
3246
+ margin: 0 0 1.6rem; } }
3247
+ @media (min-width: 768px) {
3248
+ .cdr-quote--pull_11-0-0-alpha-0 {
3249
+ border-width: 0 0 0 0.1rem;
3250
+ padding: 0.8rem 1.6rem 0.8rem 3.2rem;
3251
+ margin: 1.6rem 0; } }
3252
+ .cdr-quote--pull_11-0-0-alpha-0 .cdr-quote__summary_11-0-0-alpha-0 {
3253
+ font-weight: 600; }
3254
+
3255
+ /* intentionally empty */
3256
+ .cdr-radio_11-0-0-alpha-0 {
3257
+ /* Figure
3258
+ ========== */
3259
+ /* States
3260
+ ========================================================================== */
3261
+ /* Checked
3262
+ ========== */ }
3263
+ .cdr-radio_11-0-0-alpha-0 .cdr-label-wrapper__figure_11-0-0-alpha-0 {
3264
+ border-radius: 100%; }
3265
+ .cdr-radio_11-0-0-alpha-0 .cdr-label-wrapper__figure_11-0-0-alpha-0::after {
3266
+ content: '';
3267
+ position: absolute;
3268
+ width: 0.4rem;
3269
+ height: 0.4rem;
3270
+ left: 50%;
3271
+ top: 50%;
3272
+ transform: translate(-50%, -50%);
3273
+ border-radius: 999.9rem; }
3274
+ .cdr-radio__input_11-0-0-alpha-0:checked ~ .cdr-label-wrapper__figure_11-0-0-alpha-0 {
3275
+ box-shadow: inset 0 0 0 0.1rem #4e4d49;
3276
+ background-color: #4e4d49; }
3277
+ .cdr-radio__input_11-0-0-alpha-0:checked ~ .cdr-label-wrapper__figure_11-0-0-alpha-0::after {
3278
+ background-color: #ffffff; }
3279
+ .cdr-radio_11-0-0-alpha-0:hover .cdr-label-wrapper__figure_11-0-0-alpha-0 {
3280
+ cursor: pointer;
3281
+ box-shadow: inset 0 0 0 0.1rem #20201d, 0 0 0 0.1rem #20201d;
3282
+ background-color: #f9f8f6; }
3283
+ .cdr-radio_11-0-0-alpha-0:hover .cdr-radio__input_11-0-0-alpha-0:checked ~ .cdr-label-wrapper__figure_11-0-0-alpha-0 {
3284
+ box-shadow: inset 0 0 0 0.1rem #4e4d49, 0 0 0 0.1rem #4e4d49;
3285
+ background-color: #928b80; }
3286
+ .cdr-radio__input_11-0-0-alpha-0:disabled {
3287
+ /* Disabled + Checked
3288
+ ========== */ }
3289
+ .cdr-radio__input_11-0-0-alpha-0:disabled ~ .cdr-label-wrapper__figure_11-0-0-alpha-0 {
3290
+ cursor: not-allowed !important;
3291
+ box-shadow: inset 0 0 0 0.1rem #d1cbbd !important;
3292
+ background-color: #f9f8f6 !important; }
3293
+ .cdr-radio__input_11-0-0-alpha-0:disabled ~ .cdr-label-wrapper__figure_11-0-0-alpha-0:after {
3294
+ background-color: #f9f8f6 !important; }
3295
+ .cdr-radio__input_11-0-0-alpha-0:disabled:checked ~ .cdr-label-wrapper__figure_11-0-0-alpha-0::after {
3296
+ background-color: #f9f8f6 !important; }
3297
+ .cdr-radio__input_11-0-0-alpha-0:focus ~ .cdr-label-wrapper__figure_11-0-0-alpha-0 {
3298
+ box-shadow: inset 0 0 0 0.1rem #4e4d49, 0 0 0 0.1rem #4e4d49;
3299
+ background-color: #f9f8f6; }
3300
+ .cdr-radio__input_11-0-0-alpha-0:focus:checked ~ .cdr-label-wrapper__figure_11-0-0-alpha-0 {
3301
+ background-color: #928b80; }
3302
+ .cdr-radio_11-0-0-alpha-0:active .cdr-label-wrapper__figure_11-0-0-alpha-0, .cdr-radio_11-0-0-alpha-0:active .cdr-radio__input_11-0-0-alpha-0:checked ~ .cdr-label-wrapper__figure_11-0-0-alpha-0 {
3303
+ box-shadow: inset 0 0 0 0.1rem #4e4d49, 0 0 0 0.1rem #4e4d49;
3304
+ background-color: #f9f8f6; }
3305
+ .cdr-radio_11-0-0-alpha-0:active .cdr-label-wrapper__figure_11-0-0-alpha-0::after, .cdr-radio_11-0-0-alpha-0:active .cdr-radio__input_11-0-0-alpha-0:checked ~ .cdr-label-wrapper__figure_11-0-0-alpha-0::after {
3306
+ background-color: #4e4d49; }
3307
+
3308
+ @charset "UTF-8";
3309
+ .cdr-rating__icon_11-0-0-alpha-0 {
3310
+ width: 2.4rem;
3311
+ height: 2.4rem;
3312
+ font-size: 2.4rem; }
3313
+ .cdr-rating__count_11-0-0-alpha-0 {
3314
+ font-family: Graphik, "Helvetica Neue", sans-serif;
3315
+ font-style: normal;
3316
+ font-weight: 400;
3317
+ letter-spacing: -0.016rem;
3318
+ font-size: 1.4rem;
3319
+ line-height: 1.8rem;
3320
+ margin-left: 0.8rem; }
3321
+ .cdr-rating_11-0-0-alpha-0 {
3322
+ display: flex;
3323
+ align-items: center;
3324
+ position: relative;
3325
+ line-height: 1;
3326
+ color: rgba(12, 11, 8, 0.75);
3327
+ /* Elements
3328
+ ========================================================================== */
3329
+ /* Placeholder
3330
+ ========== */
3331
+ /* Stars
3332
+ ========== */
3333
+ /* Modifiers
3334
+ ========================================================================== */
3335
+ /* Linked
3336
+ ========== */
3337
+ /* Large
3338
+ ========== */
3339
+ /* Medium
3340
+ ========== */
3341
+ /* Small
3342
+ ========== */ }
3343
+ .cdr-rating__number_11-0-0-alpha-0 {
3344
+ font-weight: 600; }
3345
+ .cdr-rating__ratings_11-0-0-alpha-0 {
3346
+ display: flex; }
3347
+ .cdr-rating__icon_11-0-0-alpha-0 {
3348
+ position: relative;
3349
+ z-index: 1; }
3350
+ .cdr-rating__caption-sr_11-0-0-alpha-0 {
3351
+ position: absolute;
3352
+ width: 0.1rem;
3353
+ height: 0.1rem;
3354
+ padding: 0;
3355
+ margin: -0.1rem;
3356
+ overflow: hidden;
3357
+ clip: rect(0, 0, 0, 0);
3358
+ border: 0; }
3359
+ .cdr-rating__placeholder_11-0-0-alpha-0::after {
3360
+ content: '';
3361
+ background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cpath fill='%23F9F8F6' fill-rule='nonzero' d='M7.186 19.635L12 16.579l4.814 3.056-1.274-5.767 4.284-3.907-5.645-.51L12 4.041l-2.179 5.41-5.645.51 4.284 3.907z'/%3E %3Cpath fill='%23BD7B2D' d='M5.69 21.769l1.669-7.552-5.535-5.048 7.298-.66L12 1.364l2.878 7.147 7.298.659-5.535 5.048 1.669 7.552L12 17.763l-6.31 4.006zm1.496-2.134L12 16.579l4.814 3.056-1.274-5.767 4.284-3.907-5.645-.51L12 4.04 9.821 9.45l-5.645.51 4.284 3.907-1.274 5.767z'/%3E %3C/g%3E %3C/svg%3E");
3362
+ background-repeat: no-repeat;
3363
+ position: absolute;
3364
+ top: 0;
3365
+ left: 0;
3366
+ width: 100%;
3367
+ height: 100%; }
3368
+ .cdr-rating__placeholder_11-0-0-alpha-0::before {
3369
+ content: "☆";
3370
+ display: block;
3371
+ position: absolute;
3372
+ left: 50%;
3373
+ top: 50%;
3374
+ transform: translate(-50%, -50%);
3375
+ font-size: 0.5em;
3376
+ color: #BD7B2D;
3377
+ width: auto;
3378
+ overflow: hidden; }
3379
+ .cdr-rating__placeholder--no-reviews_11-0-0-alpha-0::after {
3380
+ content: '';
3381
+ background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cpath fill='%23F9F8F6' fill-rule='nonzero' d='M7.186 19.635L12 16.579l4.814 3.056-1.274-5.767 4.284-3.907-5.645-.51L12 4.041l-2.179 5.41-5.645.51 4.284 3.907z'/%3E %3Cpath fill='%23928B80' d='M5.69 21.769l1.669-7.552-5.535-5.048 7.298-.66L12 1.364l2.878 7.147 7.298.659-5.535 5.048 1.669 7.552L12 17.763l-6.31 4.006zm1.496-2.134L12 16.579l4.814 3.056-1.274-5.767 4.284-3.907-5.645-.51L12 4.04 9.821 9.45l-5.645.51 4.284 3.907-1.274 5.767z'/%3E %3C/g%3E %3C/svg%3E");
3382
+ background-repeat: no-repeat;
3383
+ position: absolute;
3384
+ top: 0;
3385
+ left: 0;
3386
+ width: 100%;
3387
+ height: 100%; }
3388
+ .cdr-rating__placeholder--no-reviews_11-0-0-alpha-0::before {
3389
+ content: "☆";
3390
+ display: block;
3391
+ position: absolute;
3392
+ left: 50%;
3393
+ top: 50%;
3394
+ transform: translate(-50%, -50%);
3395
+ font-size: 0.5em;
3396
+ color: #BD7B2D;
3397
+ width: auto;
3398
+ overflow: hidden; }
3399
+ .cdr-rating__100_11-0-0-alpha-0::after {
3400
+ content: '';
3401
+ background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cpath fill='%23FFD280' fill-rule='nonzero' d='M7.186 19.635L12 16.579l4.814 3.056-1.274-5.767 4.284-3.907-5.645-.51L12 4.041l-2.179 5.41-5.645.51 4.284 3.907z'/%3E %3Cpath fill='%23BD7B2D' d='M5.69 21.769l1.669-7.552-5.535-5.048 7.298-.66L12 1.364l2.878 7.147 7.298.659-5.535 5.048 1.669 7.552L12 17.763l-6.31 4.006zm1.496-2.134L12 16.579l4.814 3.056-1.274-5.767 4.284-3.907-5.645-.51L12 4.04 9.821 9.45l-5.645.51 4.284 3.907-1.274 5.767z'/%3E %3C/g%3E %3C/svg%3E");
3402
+ background-repeat: no-repeat;
3403
+ position: absolute;
3404
+ top: 0;
3405
+ left: 0;
3406
+ width: 100%;
3407
+ height: 100%; }
3408
+ .cdr-rating__100_11-0-0-alpha-0::before {
3409
+ content: "★";
3410
+ display: block;
3411
+ position: absolute;
3412
+ left: 50%;
3413
+ top: 50%;
3414
+ transform: translate(-50%, -50%);
3415
+ font-size: 0.5em;
3416
+ color: #BD7B2D;
3417
+ width: auto;
3418
+ overflow: hidden; }
3419
+ .cdr-rating__75_11-0-0-alpha-0::after {
3420
+ content: '';
3421
+ background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cpath fill='%23F9F8F6' fill-rule='nonzero' d='M14.175 17.967l2.639 1.668-1.274-5.767 4.284-3.907-5.643-.515z'/%3E %3Cpath fill='%23FFD280' fill-rule='nonzero' d='M14.182 9.453L12 4.041l-2.179 5.41-5.645.51 4.284 3.907-1.274 5.767L12 16.579l2.18 1.389z'/%3E %3Cpath fill='%23BD7B2D' d='M12 1.364l2.878 7.147 7.298.659-5.535 5.048 1.669 7.552L12 17.763l-6.31 4.006 1.669-7.552-5.535-5.048 7.298-.66L12 1.364zm0 2.677L9.821 9.45l-5.645.51 4.284 3.907-1.274 5.767L12 16.579l2.007 1.273v-8.83L12 4.042zm2.507 5.439v8.689l2.307 1.466-1.274-5.767 4.284-3.907-5.317-.481z'/%3E %3C/g%3E %3C/svg%3E");
3422
+ background-repeat: no-repeat;
3423
+ position: absolute;
3424
+ top: 0;
3425
+ left: 0;
3426
+ width: 100%;
3427
+ height: 100%; }
3428
+ .cdr-rating__75_11-0-0-alpha-0::before {
3429
+ content: "★";
3430
+ display: block;
3431
+ position: absolute;
3432
+ left: 50%;
3433
+ top: 50%;
3434
+ transform: translate(calc(-50% - 0.125em), -50%);
3435
+ font-size: 0.5em;
3436
+ color: #BD7B2D;
3437
+ width: 0.75em;
3438
+ overflow: hidden; }
3439
+ .cdr-rating__50_11-0-0-alpha-0::after {
3440
+ content: '';
3441
+ background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cpath fill='%23F9F8F6' fill-rule='nonzero' d='M16.815 19.635l-4.817-3.009-.006-12.615 2.188 5.44 5.645.51-4.284 3.907z'/%3E %3Cpath fill='%23FFD280' fill-rule='nonzero' d='M7.186 19.635L12 16.579V4.041l-2.179 5.41-5.645.51 4.284 3.907z'/%3E %3Cpath fill='%23BD7B2D' d='M12 1.364l2.878 7.147 7.298.659-5.535 5.048 1.669 7.552L12 17.763l-6.31 4.006 1.669-7.552-5.535-5.048 7.298-.66L12 1.364zm-.247 3.289L9.821 9.45l-5.645.51 4.284 3.907-1.274 5.767 4.567-2.9V4.653zm.5.015v12.07l4.561 2.897-1.274-5.767 4.284-3.907-5.645-.51-1.926-4.783z'/%3E %3C/g%3E %3C/svg%3E");
3442
+ background-repeat: no-repeat;
3443
+ position: absolute;
3444
+ top: 0;
3445
+ left: 0;
3446
+ width: 100%;
3447
+ height: 100%; }
3448
+ .cdr-rating__50_11-0-0-alpha-0::before {
3449
+ content: "★";
3450
+ display: block;
3451
+ position: absolute;
3452
+ left: 50%;
3453
+ top: 50%;
3454
+ transform: translate(calc(-50% - 0.25em), -50%);
3455
+ font-size: 0.5em;
3456
+ color: #BD7B2D;
3457
+ width: 0.5em;
3458
+ overflow: hidden; }
3459
+ .cdr-rating__25_11-0-0-alpha-0::after {
3460
+ content: '';
3461
+ background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cpath fill='%23FFD280' fill-rule='nonzero' d='M9.822 17.968l-2.633 1.667 1.274-5.767-4.284-3.907 5.643-.515z'/%3E %3Cpath fill='%23F9F8F6' fill-rule='nonzero' d='M9.816 9.453l2.182-5.412 2.179 5.41 5.645.51-4.284 3.907 1.274 5.767-4.814-3.056-2.18 1.389z'/%3E %3Cpath fill='%23BD7B2D' d='M12 1.364l2.878 7.145 7.298.66-5.535 5.048 1.669 7.552L12 17.763 5.69 21.77l1.669-7.552L1.824 9.17l7.298-.66L12 1.365zM9.503 9.479l-5.327.482 4.284 3.907-1.274 5.767 2.317-1.472V9.479zM12 4.04l-1.997 4.957v8.848L12 16.579l4.814 3.056-1.274-5.767 4.284-3.907-5.645-.51L12 4.04z'/%3E %3C/g%3E %3C/svg%3E");
3462
+ background-repeat: no-repeat;
3463
+ position: absolute;
3464
+ top: 0;
3465
+ left: 0;
3466
+ width: 100%;
3467
+ height: 100%; }
3468
+ .cdr-rating__25_11-0-0-alpha-0::before {
3469
+ content: "★";
3470
+ display: block;
3471
+ position: absolute;
3472
+ left: 50%;
3473
+ top: 50%;
3474
+ transform: translate(calc(-50% - 0.335em), -50%);
3475
+ font-size: 0.5em;
3476
+ color: #BD7B2D;
3477
+ width: 0.33em;
3478
+ overflow: hidden; }
3479
+ .cdr-rating--linked_11-0-0-alpha-0 {
3480
+ display: inline-flex;
3481
+ text-decoration: none; }
3482
+ .cdr-rating--linked_11-0-0-alpha-0 .cdr-rating__count_11-0-0-alpha-0:hover, .cdr-rating--linked_11-0-0-alpha-0 .cdr-rating__count_11-0-0-alpha-0:active, .cdr-rating--linked_11-0-0-alpha-0 .cdr-rating__count_11-0-0-alpha-0:focus {
3483
+ color: #406eb5;
3484
+ text-decoration: underline; }
3485
+ .cdr-rating--linked_11-0-0-alpha-0 .cdr-rating__count_11-0-0-alpha-0 > .cdr-rating__number_11-0-0-alpha-0 {
3486
+ border-right: 0.1rem solid #b2ab9f;
3487
+ padding: 0 0.6rem;
3488
+ margin-right: 0.6rem; }
3489
+ .cdr-rating--large_11-0-0-alpha-0 .cdr-rating__icon_11-0-0-alpha-0 {
3490
+ width: 3.2rem;
3491
+ height: 3.2rem;
3492
+ font-size: 3.2rem; }
3493
+ .cdr-rating--large_11-0-0-alpha-0 .cdr-rating__count_11-0-0-alpha-0 {
3494
+ font-family: Graphik, "Helvetica Neue", sans-serif;
3495
+ font-style: normal;
3496
+ font-weight: 400;
3497
+ letter-spacing: -0.016rem;
3498
+ font-size: 1.6rem;
3499
+ line-height: 2.2rem; }
3500
+ .cdr-rating--medium_11-0-0-alpha-0 .cdr-rating__icon_11-0-0-alpha-0 {
3501
+ width: 2.4rem;
3502
+ height: 2.4rem;
3503
+ font-size: 2.4rem; }
3504
+ .cdr-rating--medium_11-0-0-alpha-0 .cdr-rating__count_11-0-0-alpha-0 {
3505
+ font-family: Graphik, "Helvetica Neue", sans-serif;
3506
+ font-style: normal;
3507
+ font-weight: 400;
3508
+ letter-spacing: -0.016rem;
3509
+ font-size: 1.4rem;
3510
+ line-height: 1.8rem;
3511
+ margin-left: 0.8rem; }
3512
+ .cdr-rating--small_11-0-0-alpha-0 .cdr-rating__icon_11-0-0-alpha-0 {
3513
+ width: 1.6rem;
3514
+ height: 1.6rem;
3515
+ font-size: 1.6rem; }
3516
+ .cdr-rating--small_11-0-0-alpha-0 .cdr-rating__count_11-0-0-alpha-0 {
3517
+ font-family: Graphik, "Helvetica Neue", sans-serif;
3518
+ font-style: normal;
3519
+ font-weight: 400;
3520
+ letter-spacing: -0.008rem;
3521
+ font-size: 1.2rem;
3522
+ line-height: 1.6rem;
3523
+ margin-left: 0.4rem; }
3524
+ @media (min-width: 0) and (max-width: 767px) {
3525
+ .cdr-rating--small\@xs_11-0-0-alpha-0 .cdr-rating__icon_11-0-0-alpha-0 {
3526
+ width: 1.6rem;
3527
+ height: 1.6rem;
3528
+ font-size: 1.6rem; }
3529
+ .cdr-rating--small\@xs_11-0-0-alpha-0 .cdr-rating__count_11-0-0-alpha-0 {
3530
+ font-family: Graphik, "Helvetica Neue", sans-serif;
3531
+ font-style: normal;
3532
+ font-weight: 400;
3533
+ letter-spacing: -0.008rem;
3534
+ font-size: 1.2rem;
3535
+ line-height: 1.6rem;
3536
+ margin-left: 0.4rem; }
3537
+ .cdr-rating--medium\@xs_11-0-0-alpha-0 .cdr-rating__icon_11-0-0-alpha-0 {
3538
+ width: 2.4rem;
3539
+ height: 2.4rem;
3540
+ font-size: 2.4rem; }
3541
+ .cdr-rating--medium\@xs_11-0-0-alpha-0 .cdr-rating__count_11-0-0-alpha-0 {
3542
+ font-family: Graphik, "Helvetica Neue", sans-serif;
3543
+ font-style: normal;
3544
+ font-weight: 400;
3545
+ letter-spacing: -0.016rem;
3546
+ font-size: 1.4rem;
3547
+ line-height: 1.8rem;
3548
+ margin-left: 0.8rem; }
3549
+ .cdr-rating--large\@xs_11-0-0-alpha-0 .cdr-rating__icon_11-0-0-alpha-0 {
3550
+ width: 3.2rem;
3551
+ height: 3.2rem;
3552
+ font-size: 3.2rem; }
3553
+ .cdr-rating--large\@xs_11-0-0-alpha-0 .cdr-rating__count_11-0-0-alpha-0 {
3554
+ font-family: Graphik, "Helvetica Neue", sans-serif;
3555
+ font-style: normal;
3556
+ font-weight: 400;
3557
+ letter-spacing: -0.016rem;
3558
+ font-size: 1.6rem;
3559
+ line-height: 2.2rem; } }
3560
+ @media (min-width: 768px) and (max-width: 991px) {
3561
+ .cdr-rating--small\@sm_11-0-0-alpha-0 .cdr-rating__icon_11-0-0-alpha-0 {
3562
+ width: 1.6rem;
3563
+ height: 1.6rem;
3564
+ font-size: 1.6rem; }
3565
+ .cdr-rating--small\@sm_11-0-0-alpha-0 .cdr-rating__count_11-0-0-alpha-0 {
3566
+ font-family: Graphik, "Helvetica Neue", sans-serif;
3567
+ font-style: normal;
3568
+ font-weight: 400;
3569
+ letter-spacing: -0.008rem;
3570
+ font-size: 1.2rem;
3571
+ line-height: 1.6rem;
3572
+ margin-left: 0.4rem; }
3573
+ .cdr-rating--medium\@sm_11-0-0-alpha-0 .cdr-rating__icon_11-0-0-alpha-0 {
3574
+ width: 2.4rem;
3575
+ height: 2.4rem;
3576
+ font-size: 2.4rem; }
3577
+ .cdr-rating--medium\@sm_11-0-0-alpha-0 .cdr-rating__count_11-0-0-alpha-0 {
3578
+ font-family: Graphik, "Helvetica Neue", sans-serif;
3579
+ font-style: normal;
3580
+ font-weight: 400;
3581
+ letter-spacing: -0.016rem;
3582
+ font-size: 1.4rem;
3583
+ line-height: 1.8rem;
3584
+ margin-left: 0.8rem; }
3585
+ .cdr-rating--large\@sm_11-0-0-alpha-0 .cdr-rating__icon_11-0-0-alpha-0 {
3586
+ width: 3.2rem;
3587
+ height: 3.2rem;
3588
+ font-size: 3.2rem; }
3589
+ .cdr-rating--large\@sm_11-0-0-alpha-0 .cdr-rating__count_11-0-0-alpha-0 {
3590
+ font-family: Graphik, "Helvetica Neue", sans-serif;
3591
+ font-style: normal;
3592
+ font-weight: 400;
3593
+ letter-spacing: -0.016rem;
3594
+ font-size: 1.6rem;
3595
+ line-height: 2.2rem; } }
3596
+ @media (min-width: 992px) and (max-width: 1231px) {
3597
+ .cdr-rating--small\@md_11-0-0-alpha-0 .cdr-rating__icon_11-0-0-alpha-0 {
3598
+ width: 1.6rem;
3599
+ height: 1.6rem;
3600
+ font-size: 1.6rem; }
3601
+ .cdr-rating--small\@md_11-0-0-alpha-0 .cdr-rating__count_11-0-0-alpha-0 {
3602
+ font-family: Graphik, "Helvetica Neue", sans-serif;
3603
+ font-style: normal;
3604
+ font-weight: 400;
3605
+ letter-spacing: -0.008rem;
3606
+ font-size: 1.2rem;
3607
+ line-height: 1.6rem;
3608
+ margin-left: 0.4rem; }
3609
+ .cdr-rating--medium\@md_11-0-0-alpha-0 .cdr-rating__icon_11-0-0-alpha-0 {
3610
+ width: 2.4rem;
3611
+ height: 2.4rem;
3612
+ font-size: 2.4rem; }
3613
+ .cdr-rating--medium\@md_11-0-0-alpha-0 .cdr-rating__count_11-0-0-alpha-0 {
3614
+ font-family: Graphik, "Helvetica Neue", sans-serif;
3615
+ font-style: normal;
3616
+ font-weight: 400;
3617
+ letter-spacing: -0.016rem;
3618
+ font-size: 1.4rem;
3619
+ line-height: 1.8rem;
3620
+ margin-left: 0.8rem; }
3621
+ .cdr-rating--large\@md_11-0-0-alpha-0 .cdr-rating__icon_11-0-0-alpha-0 {
3622
+ width: 3.2rem;
3623
+ height: 3.2rem;
3624
+ font-size: 3.2rem; }
3625
+ .cdr-rating--large\@md_11-0-0-alpha-0 .cdr-rating__count_11-0-0-alpha-0 {
3626
+ font-family: Graphik, "Helvetica Neue", sans-serif;
3627
+ font-style: normal;
3628
+ font-weight: 400;
3629
+ letter-spacing: -0.016rem;
3630
+ font-size: 1.6rem;
3631
+ line-height: 2.2rem; } }
3632
+ @media (min-width: 1232px) {
3633
+ .cdr-rating--small\@lg_11-0-0-alpha-0 .cdr-rating__icon_11-0-0-alpha-0 {
3634
+ width: 1.6rem;
3635
+ height: 1.6rem;
3636
+ font-size: 1.6rem; }
3637
+ .cdr-rating--small\@lg_11-0-0-alpha-0 .cdr-rating__count_11-0-0-alpha-0 {
3638
+ font-family: Graphik, "Helvetica Neue", sans-serif;
3639
+ font-style: normal;
3640
+ font-weight: 400;
3641
+ letter-spacing: -0.008rem;
3642
+ font-size: 1.2rem;
3643
+ line-height: 1.6rem;
3644
+ margin-left: 0.4rem; }
3645
+ .cdr-rating--medium\@lg_11-0-0-alpha-0 .cdr-rating__icon_11-0-0-alpha-0 {
3646
+ width: 2.4rem;
3647
+ height: 2.4rem;
3648
+ font-size: 2.4rem; }
3649
+ .cdr-rating--medium\@lg_11-0-0-alpha-0 .cdr-rating__count_11-0-0-alpha-0 {
3650
+ font-family: Graphik, "Helvetica Neue", sans-serif;
3651
+ font-style: normal;
3652
+ font-weight: 400;
3653
+ letter-spacing: -0.016rem;
3654
+ font-size: 1.4rem;
3655
+ line-height: 1.8rem;
3656
+ margin-left: 0.8rem; }
3657
+ .cdr-rating--large\@lg_11-0-0-alpha-0 .cdr-rating__icon_11-0-0-alpha-0 {
3658
+ width: 3.2rem;
3659
+ height: 3.2rem;
3660
+ font-size: 3.2rem; }
3661
+ .cdr-rating--large\@lg_11-0-0-alpha-0 .cdr-rating__count_11-0-0-alpha-0 {
3662
+ font-family: Graphik, "Helvetica Neue", sans-serif;
3663
+ font-style: normal;
3664
+ font-weight: 400;
3665
+ letter-spacing: -0.016rem;
3666
+ font-size: 1.6rem;
3667
+ line-height: 2.2rem; } }
3668
+
3669
+ /*******************
3670
+ NOTE: BEM naming except for _row and _span (instead of --row and --col)
3671
+ which are used for doing simpler :not() filtering
3672
+ ********************/
3673
+ /* ==========================================================================
3674
+ # ROW
3675
+ ========================================================================== */
3676
+ /*
3677
+ * TOC:
3678
+ *
3679
+ * Base class
3680
+ * Row elements
3681
+ * Row modifiers
3682
+ * Breakpoints
3683
+ * |-- Row elements
3684
+ * |-- Row modifiers
3685
+ */
3686
+ .cdr-row_11-0-0-alpha-0 {
3687
+ display: flex;
3688
+ flex-flow: row wrap;
3689
+ margin-top: -1.6rem;
3690
+ margin-left: -1.6rem;
3691
+ padding-left: 0;
3692
+ padding-right: 0;
3693
+ pointer-events: none;
3694
+ /* Row elements
3695
+ ========================================================================== */
3696
+ /* Row modifiers
3697
+ ========================================================================== */
3698
+ /* TODO: do we want to support this? http://tink.uk/flexbox-the-keyboard-navigation-disconnect/
3699
+ &--rowReverse {
3700
+ flex-direction: row-reverse;
3701
+ }
3702
+ &--verticalReverse {
3703
+ flex-direction: column-reverse;
3704
+ }
3705
+ */
3706
+ /* ROW SMALL
3707
+ ========================================================================== */
3708
+ /* ROW MEDIUM
3709
+ ========================================================================== */
3710
+ /* ROW LARGE
3711
+ ========================================================================== */ }
3712
+ .cdr-row_11-0-0-alpha-0.cdr-col_11-0-0-alpha-0 {
3713
+ margin: 0;
3714
+ padding: 0; }
3715
+ .cdr-row_11-0-0-alpha-0.cdr-col_11-0-0-alpha-0:not([class*="colHide"]) {
3716
+ display: flex; }
3717
+ .cdr-row_row1_11-0-0-alpha-0 > [class^="cdr-col"]:not([class*="cdr-col_span"]) {
3718
+ flex-basis: 100%;
3719
+ width: 100%;
3720
+ max-width: 100%; }
3721
+ .cdr-row_row2_11-0-0-alpha-0 > [class^="cdr-col"]:not([class*="cdr-col_span"]) {
3722
+ flex-basis: 50%;
3723
+ width: 50%;
3724
+ max-width: 50%; }
3725
+ .cdr-row_row3_11-0-0-alpha-0 > [class^="cdr-col"]:not([class*="cdr-col_span"]) {
3726
+ flex-basis: 33.33333%;
3727
+ width: 33.33333%;
3728
+ max-width: 33.33333%; }
3729
+ .cdr-row_row4_11-0-0-alpha-0 > [class^="cdr-col"]:not([class*="cdr-col_span"]) {
3730
+ flex-basis: 25%;
3731
+ width: 25%;
3732
+ max-width: 25%; }
3733
+ .cdr-row_row5_11-0-0-alpha-0 > [class^="cdr-col"]:not([class*="cdr-col_span"]) {
3734
+ flex-basis: 20%;
3735
+ width: 20%;
3736
+ max-width: 20%; }
3737
+ .cdr-row_row6_11-0-0-alpha-0 > [class^="cdr-col"]:not([class*="cdr-col_span"]) {
3738
+ flex-basis: 16.66667%;
3739
+ width: 16.66667%;
3740
+ max-width: 16.66667%; }
3741
+ .cdr-row_row7_11-0-0-alpha-0 > [class^="cdr-col"]:not([class*="cdr-col_span"]) {
3742
+ flex-basis: 14.28571%;
3743
+ width: 14.28571%;
3744
+ max-width: 14.28571%; }
3745
+ .cdr-row_row8_11-0-0-alpha-0 > [class^="cdr-col"]:not([class*="cdr-col_span"]) {
3746
+ flex-basis: 12.5%;
3747
+ width: 12.5%;
3748
+ max-width: 12.5%; }
3749
+ .cdr-row_row9_11-0-0-alpha-0 > [class^="cdr-col"]:not([class*="cdr-col_span"]) {
3750
+ flex-basis: 11.11111%;
3751
+ width: 11.11111%;
3752
+ max-width: 11.11111%; }
3753
+ .cdr-row_row10_11-0-0-alpha-0 > [class^="cdr-col"]:not([class*="cdr-col_span"]) {
3754
+ flex-basis: 10%;
3755
+ width: 10%;
3756
+ max-width: 10%; }
3757
+ .cdr-row_row11_11-0-0-alpha-0 > [class^="cdr-col"]:not([class*="cdr-col_span"]) {
3758
+ flex-basis: 9.09091%;
3759
+ width: 9.09091%;
3760
+ max-width: 9.09091%; }
3761
+ .cdr-row_row12_11-0-0-alpha-0 > [class^="cdr-col"]:not([class*="cdr-col_span"]) {
3762
+ flex-basis: 8.33333%;
3763
+ width: 8.33333%;
3764
+ max-width: 8.33333%; }
3765
+ .cdr-row_rowauto_11-0-0-alpha-0 > [class^="cdr-col"]:not([class*="cdr-col_span"]) {
3766
+ flex: none;
3767
+ width: auto;
3768
+ max-width: none; }
3769
+ .cdr-row--gutter-none_11-0-0-alpha-0 {
3770
+ margin: 0 !important; }
3771
+ .cdr-row--gutter-none_11-0-0-alpha-0 > .cdr-col_11-0-0-alpha-0 {
3772
+ padding: 0 !important; }
3773
+ .cdr-row--gutter-small_11-0-0-alpha-0 {
3774
+ margin-top: -1.6rem !important;
3775
+ margin-left: -1.6rem !important; }
3776
+ .cdr-row--gutter-small_11-0-0-alpha-0 > .cdr-col_11-0-0-alpha-0 {
3777
+ padding-top: 1.6rem !important;
3778
+ padding-left: 1.6rem !important; }
3779
+ .cdr-row--gutter-medium_11-0-0-alpha-0 {
3780
+ margin-top: -3.2rem !important;
3781
+ margin-left: -3.2rem !important; }
3782
+ .cdr-row--gutter-medium_11-0-0-alpha-0 > .cdr-col_11-0-0-alpha-0 {
3783
+ padding-top: 3.2rem !important;
3784
+ padding-left: 3.2rem !important; }
3785
+ .cdr-row--gutter-xxs_11-0-0-alpha-0 {
3786
+ margin-top: -0.2rem !important;
3787
+ margin-left: -0.2rem !important; }
3788
+ .cdr-row--gutter-xxs_11-0-0-alpha-0 > .cdr-col_11-0-0-alpha-0 {
3789
+ padding-top: 0.2rem !important;
3790
+ padding-left: 0.2rem !important; }
3791
+ .cdr-row--nowrap_11-0-0-alpha-0 {
3792
+ flex-wrap: nowrap;
3793
+ overflow: auto; }
3794
+ .cdr-row--nowrap_11-0-0-alpha-0 > .cdr-col_11-0-0-alpha-0 {
3795
+ flex-shrink: 0;
3796
+ flex-grow: 0; }
3797
+ .cdr-row--left_11-0-0-alpha-0 {
3798
+ justify-content: flex-start;
3799
+ align-self: flex-start; }
3800
+ .cdr-row--center_11-0-0-alpha-0 {
3801
+ justify-content: center; }
3802
+ .cdr-row--right_11-0-0-alpha-0 {
3803
+ justify-content: flex-end;
3804
+ align-self: flex-end; }
3805
+ .cdr-row--stretch_11-0-0-alpha-0 {
3806
+ align-items: stretch; }
3807
+ .cdr-row--top_11-0-0-alpha-0 {
3808
+ align-items: flex-start; }
3809
+ .cdr-row--middle_11-0-0-alpha-0 {
3810
+ align-items: center; }
3811
+ .cdr-row--bottom_11-0-0-alpha-0 {
3812
+ align-items: flex-end; }
3813
+ .cdr-row--between_11-0-0-alpha-0 {
3814
+ justify-content: space-between; }
3815
+ .cdr-row--around_11-0-0-alpha-0 {
3816
+ justify-content: space-around; }
3817
+ .cdr-row--vertical_11-0-0-alpha-0 {
3818
+ flex-direction: column; }
3819
+ .cdr-row--vertical_11-0-0-alpha-0 > .cdr-col_11-0-0-alpha-0,
3820
+ .cdr-row--vertical_11-0-0-alpha-0 > .cdr-col_11-0-0-alpha-0[class*="cdr-col_span"] {
3821
+ flex-basis: auto !important; }
3822
+ @media (min-width: 768px) {
3823
+ .cdr-row_11-0-0-alpha-0 {
3824
+ margin-top: -1.6rem;
3825
+ margin-left: -1.6rem;
3826
+ /* Row small elements
3827
+ ========================================================================== */
3828
+ /* Row small modifiers
3829
+ ========================================================================== */ }
3830
+ .cdr-row_row1\@sm_11-0-0-alpha-0 > [class^="cdr-col"]:not([class*="cdr-col_span"]) {
3831
+ flex-basis: 100%;
3832
+ width: 100%;
3833
+ max-width: 100%; }
3834
+ .cdr-row_row2\@sm_11-0-0-alpha-0 > [class^="cdr-col"]:not([class*="cdr-col_span"]) {
3835
+ flex-basis: 50%;
3836
+ width: 50%;
3837
+ max-width: 50%; }
3838
+ .cdr-row_row3\@sm_11-0-0-alpha-0 > [class^="cdr-col"]:not([class*="cdr-col_span"]) {
3839
+ flex-basis: 33.33333%;
3840
+ width: 33.33333%;
3841
+ max-width: 33.33333%; }
3842
+ .cdr-row_row4\@sm_11-0-0-alpha-0 > [class^="cdr-col"]:not([class*="cdr-col_span"]) {
3843
+ flex-basis: 25%;
3844
+ width: 25%;
3845
+ max-width: 25%; }
3846
+ .cdr-row_row5\@sm_11-0-0-alpha-0 > [class^="cdr-col"]:not([class*="cdr-col_span"]) {
3847
+ flex-basis: 20%;
3848
+ width: 20%;
3849
+ max-width: 20%; }
3850
+ .cdr-row_row6\@sm_11-0-0-alpha-0 > [class^="cdr-col"]:not([class*="cdr-col_span"]) {
3851
+ flex-basis: 16.66667%;
3852
+ width: 16.66667%;
3853
+ max-width: 16.66667%; }
3854
+ .cdr-row_row7\@sm_11-0-0-alpha-0 > [class^="cdr-col"]:not([class*="cdr-col_span"]) {
3855
+ flex-basis: 14.28571%;
3856
+ width: 14.28571%;
3857
+ max-width: 14.28571%; }
3858
+ .cdr-row_row8\@sm_11-0-0-alpha-0 > [class^="cdr-col"]:not([class*="cdr-col_span"]) {
3859
+ flex-basis: 12.5%;
3860
+ width: 12.5%;
3861
+ max-width: 12.5%; }
3862
+ .cdr-row_row9\@sm_11-0-0-alpha-0 > [class^="cdr-col"]:not([class*="cdr-col_span"]) {
3863
+ flex-basis: 11.11111%;
3864
+ width: 11.11111%;
3865
+ max-width: 11.11111%; }
3866
+ .cdr-row_row10\@sm_11-0-0-alpha-0 > [class^="cdr-col"]:not([class*="cdr-col_span"]) {
3867
+ flex-basis: 10%;
3868
+ width: 10%;
3869
+ max-width: 10%; }
3870
+ .cdr-row_row11\@sm_11-0-0-alpha-0 > [class^="cdr-col"]:not([class*="cdr-col_span"]) {
3871
+ flex-basis: 9.09091%;
3872
+ width: 9.09091%;
3873
+ max-width: 9.09091%; }
3874
+ .cdr-row_row12\@sm_11-0-0-alpha-0 > [class^="cdr-col"]:not([class*="cdr-col_span"]) {
3875
+ flex-basis: 8.33333%;
3876
+ width: 8.33333%;
3877
+ max-width: 8.33333%; }
3878
+ .cdr-row_rowauto\@sm_11-0-0-alpha-0 > [class^="cdr-col"]:not([class*="cdr-col_span"]) {
3879
+ flex: 0 0 auto;
3880
+ width: auto;
3881
+ max-width: none; }
3882
+ .cdr-row--gutter-none\@sm_11-0-0-alpha-0 {
3883
+ margin: 0 !important; }
3884
+ .cdr-row--gutter-none\@sm_11-0-0-alpha-0 > .cdr-col_11-0-0-alpha-0 {
3885
+ padding: 0 !important; }
3886
+ .cdr-row--gutter-small\@sm_11-0-0-alpha-0 {
3887
+ margin-top: -1.6rem !important;
3888
+ margin-left: -1.6rem !important; }
3889
+ .cdr-row--gutter-small\@sm_11-0-0-alpha-0 > .cdr-col_11-0-0-alpha-0 {
3890
+ padding-top: 1.6rem !important;
3891
+ padding-left: 1.6rem !important; }
3892
+ .cdr-row--gutter-medium\@sm_11-0-0-alpha-0 {
3893
+ margin-top: -3.2rem !important;
3894
+ margin-left: -3.2rem !important; }
3895
+ .cdr-row--gutter-medium\@sm_11-0-0-alpha-0 > .cdr-col_11-0-0-alpha-0 {
3896
+ padding-top: 3.2rem !important;
3897
+ padding-left: 3.2rem !important; }
3898
+ .cdr-row--gutter-xxs\@sm_11-0-0-alpha-0 {
3899
+ margin-top: -0.2rem !important;
3900
+ margin-left: -0.2rem !important; }
3901
+ .cdr-row--gutter-xxs\@sm_11-0-0-alpha-0 > .cdr-col_11-0-0-alpha-0 {
3902
+ padding-top: 0.2rem !important;
3903
+ padding-left: 0.2rem !important; }
3904
+ .cdr-row--nowrap\@sm_11-0-0-alpha-0 {
3905
+ flex-wrap: nowrap;
3906
+ overflow: auto; }
3907
+ .cdr-row--nowrap\@sm_11-0-0-alpha-0 > .cdr-col_11-0-0-alpha-0 {
3908
+ flex-shrink: 0;
3909
+ flex-grow: 0; }
3910
+ .cdr-row--wrap\@sm_11-0-0-alpha-0 {
3911
+ flex-wrap: wrap; }
3912
+ .cdr-row--wrap\@sm_11-0-0-alpha-0 > .cdr-col_11-0-0-alpha-0 {
3913
+ flex-shrink: 1;
3914
+ flex-grow: 1; }
3915
+ .cdr-row--left\@sm_11-0-0-alpha-0 {
3916
+ justify-content: flex-start;
3917
+ align-self: flex-start; }
3918
+ .cdr-row--center\@sm_11-0-0-alpha-0 {
3919
+ justify-content: center; }
3920
+ .cdr-row--right\@sm_11-0-0-alpha-0 {
3921
+ justify-content: flex-end;
3922
+ align-self: flex-end; }
3923
+ .cdr-row--stretch\@sm_11-0-0-alpha-0 {
3924
+ align-items: stretch; }
3925
+ .cdr-row--top\@sm_11-0-0-alpha-0 {
3926
+ align-items: flex-start; }
3927
+ .cdr-row--middle\@sm_11-0-0-alpha-0 {
3928
+ align-items: center; }
3929
+ .cdr-row--bottom\@sm_11-0-0-alpha-0 {
3930
+ align-items: flex-end; }
3931
+ .cdr-row--vertical\@sm_11-0-0-alpha-0 {
3932
+ flex-direction: column; }
3933
+ .cdr-row--vertical\@sm_11-0-0-alpha-0 > .cdr-col_11-0-0-alpha-0,
3934
+ .cdr-row--vertical\@sm_11-0-0-alpha-0 > .cdr-col_11-0-0-alpha-0[class*="cdr-col_span"] {
3935
+ flex-basis: auto !important; }
3936
+ .cdr-row--between\@sm_11-0-0-alpha-0 {
3937
+ justify-content: space-between; }
3938
+ .cdr-row--around\@sm_11-0-0-alpha-0 {
3939
+ justify-content: space-around; } }
3940
+ @media (min-width: 992px) {
3941
+ .cdr-row_11-0-0-alpha-0 {
3942
+ margin-top: -3.2rem;
3943
+ margin-left: -3.2rem;
3944
+ /* Row medium elements
3945
+ ========================================================================== */
3946
+ /* Row medium modifiers
3947
+ ========================================================================== */ }
3948
+ .cdr-row_row1\@md_11-0-0-alpha-0 > [class^="cdr-col"]:not([class*="cdr-col_span"]) {
3949
+ flex-basis: 100%;
3950
+ width: 100%;
3951
+ max-width: 100%; }
3952
+ .cdr-row_row2\@md_11-0-0-alpha-0 > [class^="cdr-col"]:not([class*="cdr-col_span"]) {
3953
+ flex-basis: 50%;
3954
+ width: 50%;
3955
+ max-width: 50%; }
3956
+ .cdr-row_row3\@md_11-0-0-alpha-0 > [class^="cdr-col"]:not([class*="cdr-col_span"]) {
3957
+ flex-basis: 33.33333%;
3958
+ width: 33.33333%;
3959
+ max-width: 33.33333%; }
3960
+ .cdr-row_row4\@md_11-0-0-alpha-0 > [class^="cdr-col"]:not([class*="cdr-col_span"]) {
3961
+ flex-basis: 25%;
3962
+ width: 25%;
3963
+ max-width: 25%; }
3964
+ .cdr-row_row5\@md_11-0-0-alpha-0 > [class^="cdr-col"]:not([class*="cdr-col_span"]) {
3965
+ flex-basis: 20%;
3966
+ width: 20%;
3967
+ max-width: 20%; }
3968
+ .cdr-row_row6\@md_11-0-0-alpha-0 > [class^="cdr-col"]:not([class*="cdr-col_span"]) {
3969
+ flex-basis: 16.66667%;
3970
+ width: 16.66667%;
3971
+ max-width: 16.66667%; }
3972
+ .cdr-row_row7\@md_11-0-0-alpha-0 > [class^="cdr-col"]:not([class*="cdr-col_span"]) {
3973
+ flex-basis: 14.28571%;
3974
+ width: 14.28571%;
3975
+ max-width: 14.28571%; }
3976
+ .cdr-row_row8\@md_11-0-0-alpha-0 > [class^="cdr-col"]:not([class*="cdr-col_span"]) {
3977
+ flex-basis: 12.5%;
3978
+ width: 12.5%;
3979
+ max-width: 12.5%; }
3980
+ .cdr-row_row9\@md_11-0-0-alpha-0 > [class^="cdr-col"]:not([class*="cdr-col_span"]) {
3981
+ flex-basis: 11.11111%;
3982
+ width: 11.11111%;
3983
+ max-width: 11.11111%; }
3984
+ .cdr-row_row10\@md_11-0-0-alpha-0 > [class^="cdr-col"]:not([class*="cdr-col_span"]) {
3985
+ flex-basis: 10%;
3986
+ width: 10%;
3987
+ max-width: 10%; }
3988
+ .cdr-row_row11\@md_11-0-0-alpha-0 > [class^="cdr-col"]:not([class*="cdr-col_span"]) {
3989
+ flex-basis: 9.09091%;
3990
+ width: 9.09091%;
3991
+ max-width: 9.09091%; }
3992
+ .cdr-row_row12\@md_11-0-0-alpha-0 > [class^="cdr-col"]:not([class*="cdr-col_span"]) {
3993
+ flex-basis: 8.33333%;
3994
+ width: 8.33333%;
3995
+ max-width: 8.33333%; }
3996
+ .cdr-row_rowauto\@md_11-0-0-alpha-0 > [class^="cdr-col"]:not([class*="cdr-col_span"]) {
3997
+ flex: 0 0 auto;
3998
+ width: auto;
3999
+ max-width: none; }
4000
+ .cdr-row--gutter-none\@md_11-0-0-alpha-0 {
4001
+ margin: 0 !important; }
4002
+ .cdr-row--gutter-none\@md_11-0-0-alpha-0 > .cdr-col_11-0-0-alpha-0 {
4003
+ padding: 0 !important; }
4004
+ .cdr-row--gutter-small\@md_11-0-0-alpha-0 {
4005
+ margin-top: -1.6rem !important;
4006
+ margin-left: -1.6rem !important; }
4007
+ .cdr-row--gutter-small\@md_11-0-0-alpha-0 > .cdr-col_11-0-0-alpha-0 {
4008
+ padding-top: 1.6rem !important;
4009
+ padding-left: 1.6rem !important; }
4010
+ .cdr-row--gutter-medium\@md_11-0-0-alpha-0 {
4011
+ margin-top: -3.2rem !important;
4012
+ margin-left: -3.2rem !important; }
4013
+ .cdr-row--gutter-medium\@md_11-0-0-alpha-0 > .cdr-col_11-0-0-alpha-0 {
4014
+ padding-top: 3.2rem !important;
4015
+ padding-left: 3.2rem !important; }
4016
+ .cdr-row--gutter-xxs\@md_11-0-0-alpha-0 {
4017
+ margin-top: -0.2rem !important;
4018
+ margin-left: -0.2rem !important; }
4019
+ .cdr-row--gutter-xxs\@md_11-0-0-alpha-0 > .cdr-col_11-0-0-alpha-0 {
4020
+ padding-top: 0.2rem !important;
4021
+ padding-left: 0.2rem !important; }
4022
+ .cdr-row--nowrap\@md_11-0-0-alpha-0 {
4023
+ flex-wrap: nowrap;
4024
+ overflow: auto; }
4025
+ .cdr-row--nowrap\@md_11-0-0-alpha-0 > .cdr-col_11-0-0-alpha-0 {
4026
+ flex-shrink: 0;
4027
+ flex-grow: 0; }
4028
+ .cdr-row--wrap\@md_11-0-0-alpha-0 {
4029
+ flex-wrap: wrap; }
4030
+ .cdr-row--wrap\@md_11-0-0-alpha-0 > .cdr-col_11-0-0-alpha-0 {
4031
+ flex-shrink: 1;
4032
+ flex-grow: 1; }
4033
+ .cdr-row--left\@md_11-0-0-alpha-0 {
4034
+ justify-content: flex-start;
4035
+ align-self: flex-start; }
4036
+ .cdr-row--center\@md_11-0-0-alpha-0 {
4037
+ justify-content: center; }
4038
+ .cdr-row--right\@md_11-0-0-alpha-0 {
4039
+ justify-content: flex-end;
4040
+ align-self: flex-end; }
4041
+ .cdr-row--stretch\@md_11-0-0-alpha-0 {
4042
+ align-items: stretch; }
4043
+ .cdr-row--top\@md_11-0-0-alpha-0 {
4044
+ align-items: flex-start; }
4045
+ .cdr-row--middle\@md_11-0-0-alpha-0 {
4046
+ align-items: center; }
4047
+ .cdr-row--bottom\@md_11-0-0-alpha-0 {
4048
+ align-items: flex-end; }
4049
+ .cdr-row--vertical\@md_11-0-0-alpha-0 {
4050
+ flex-direction: column; }
4051
+ .cdr-row--vertical\@md_11-0-0-alpha-0 > .cdr-col_11-0-0-alpha-0,
4052
+ .cdr-row--vertical\@md_11-0-0-alpha-0 > .cdr-col_11-0-0-alpha-0[class*="cdr-col_span"] {
4053
+ flex-basis: auto !important; }
4054
+ .cdr-row--between\@md_11-0-0-alpha-0 {
4055
+ justify-content: space-between; }
4056
+ .cdr-row--around\@md_11-0-0-alpha-0 {
4057
+ justify-content: space-around; } }
4058
+ @media (min-width: 1232px) {
4059
+ .cdr-row_11-0-0-alpha-0 {
4060
+ margin-top: -3.2rem;
4061
+ margin-left: -3.2rem;
4062
+ /* Row large elements
4063
+ ========================================================================== */
4064
+ /* Row large modifiers
4065
+ ========================================================================== */ }
4066
+ .cdr-row_row1\@lg_11-0-0-alpha-0 > [class^="cdr-col"]:not([class*="cdr-col_span"]) {
4067
+ flex-basis: 100%;
4068
+ width: 100%;
4069
+ max-width: 100%; }
4070
+ .cdr-row_row2\@lg_11-0-0-alpha-0 > [class^="cdr-col"]:not([class*="cdr-col_span"]) {
4071
+ flex-basis: 50%;
4072
+ width: 50%;
4073
+ max-width: 50%; }
4074
+ .cdr-row_row3\@lg_11-0-0-alpha-0 > [class^="cdr-col"]:not([class*="cdr-col_span"]) {
4075
+ flex-basis: 33.33333%;
4076
+ width: 33.33333%;
4077
+ max-width: 33.33333%; }
4078
+ .cdr-row_row4\@lg_11-0-0-alpha-0 > [class^="cdr-col"]:not([class*="cdr-col_span"]) {
4079
+ flex-basis: 25%;
4080
+ width: 25%;
4081
+ max-width: 25%; }
4082
+ .cdr-row_row5\@lg_11-0-0-alpha-0 > [class^="cdr-col"]:not([class*="cdr-col_span"]) {
4083
+ flex-basis: 20%;
4084
+ width: 20%;
4085
+ max-width: 20%; }
4086
+ .cdr-row_row6\@lg_11-0-0-alpha-0 > [class^="cdr-col"]:not([class*="cdr-col_span"]) {
4087
+ flex-basis: 16.66667%;
4088
+ width: 16.66667%;
4089
+ max-width: 16.66667%; }
4090
+ .cdr-row_row7\@lg_11-0-0-alpha-0 > [class^="cdr-col"]:not([class*="cdr-col_span"]) {
4091
+ flex-basis: 14.28571%;
4092
+ width: 14.28571%;
4093
+ max-width: 14.28571%; }
4094
+ .cdr-row_row8\@lg_11-0-0-alpha-0 > [class^="cdr-col"]:not([class*="cdr-col_span"]) {
4095
+ flex-basis: 12.5%;
4096
+ width: 12.5%;
4097
+ max-width: 12.5%; }
4098
+ .cdr-row_row9\@lg_11-0-0-alpha-0 > [class^="cdr-col"]:not([class*="cdr-col_span"]) {
4099
+ flex-basis: 11.11111%;
4100
+ width: 11.11111%;
4101
+ max-width: 11.11111%; }
4102
+ .cdr-row_row10\@lg_11-0-0-alpha-0 > [class^="cdr-col"]:not([class*="cdr-col_span"]) {
4103
+ flex-basis: 10%;
4104
+ width: 10%;
4105
+ max-width: 10%; }
4106
+ .cdr-row_row11\@lg_11-0-0-alpha-0 > [class^="cdr-col"]:not([class*="cdr-col_span"]) {
4107
+ flex-basis: 9.09091%;
4108
+ width: 9.09091%;
4109
+ max-width: 9.09091%; }
4110
+ .cdr-row_row12\@lg_11-0-0-alpha-0 > [class^="cdr-col"]:not([class*="cdr-col_span"]) {
4111
+ flex-basis: 8.33333%;
4112
+ width: 8.33333%;
4113
+ max-width: 8.33333%; }
4114
+ .cdr-row_rowauto\@lg_11-0-0-alpha-0 > [class^="cdr-col"]:not([class*="cdr-col_span"]) {
4115
+ flex: 0 0 auto;
4116
+ width: auto;
4117
+ max-width: none; }
4118
+ .cdr-row--gutter-none\@lg_11-0-0-alpha-0 {
4119
+ margin: 0 !important; }
4120
+ .cdr-row--gutter-none\@lg_11-0-0-alpha-0 > .cdr-col_11-0-0-alpha-0 {
4121
+ padding: 0 !important; }
4122
+ .cdr-row--gutter-small\@lg_11-0-0-alpha-0 {
4123
+ margin-top: -1.6rem !important;
4124
+ margin-left: -1.6rem !important; }
4125
+ .cdr-row--gutter-small\@lg_11-0-0-alpha-0 > .cdr-col_11-0-0-alpha-0 {
4126
+ padding-top: 1.6rem !important;
4127
+ padding-left: 1.6rem !important; }
4128
+ .cdr-row--gutter-medium\@lg_11-0-0-alpha-0 {
4129
+ margin-top: -3.2rem !important;
4130
+ margin-left: -3.2rem !important; }
4131
+ .cdr-row--gutter-medium\@lg_11-0-0-alpha-0 > .cdr-col_11-0-0-alpha-0 {
4132
+ padding-top: 3.2rem !important;
4133
+ padding-left: 3.2rem !important; }
4134
+ .cdr-row--gutter-xxs\@lg_11-0-0-alpha-0 {
4135
+ margin-top: -0.2rem !important;
4136
+ margin-left: -0.2rem !important; }
4137
+ .cdr-row--gutter-xxs\@lg_11-0-0-alpha-0 > .cdr-col_11-0-0-alpha-0 {
4138
+ padding-top: 0.2rem !important;
4139
+ padding-left: 0.2rem !important; }
4140
+ .cdr-row--nowrap\@lg_11-0-0-alpha-0 {
4141
+ flex-wrap: nowrap;
4142
+ overflow: auto; }
4143
+ .cdr-row--nowrap\@lg_11-0-0-alpha-0 > .cdr-col_11-0-0-alpha-0 {
4144
+ flex-shrink: 0;
4145
+ flex-grow: 0; }
4146
+ .cdr-row--wrap\@lg_11-0-0-alpha-0 {
4147
+ flex-wrap: wrap; }
4148
+ .cdr-row--wrap\@lg_11-0-0-alpha-0 > .cdr-col_11-0-0-alpha-0 {
4149
+ flex-shrink: 1;
4150
+ flex-grow: 1; }
4151
+ .cdr-row--left\@lg_11-0-0-alpha-0 {
4152
+ justify-content: flex-start;
4153
+ align-self: flex-start; }
4154
+ .cdr-row--center\@lg_11-0-0-alpha-0 {
4155
+ justify-content: center; }
4156
+ .cdr-row--right\@lg_11-0-0-alpha-0 {
4157
+ justify-content: flex-end;
4158
+ align-self: flex-end; }
4159
+ .cdr-row--stretch\@lg_11-0-0-alpha-0 {
4160
+ align-items: stretch; }
4161
+ .cdr-row--top\@lg_11-0-0-alpha-0 {
4162
+ align-items: flex-start; }
4163
+ .cdr-row--middle\@lg_11-0-0-alpha-0 {
4164
+ align-items: center; }
4165
+ .cdr-row--bottom\@lg_11-0-0-alpha-0 {
4166
+ align-items: flex-end; }
4167
+ .cdr-row--vertical\@lg_11-0-0-alpha-0 {
4168
+ flex-direction: column; }
4169
+ .cdr-row--vertical\@lg_11-0-0-alpha-0 > .cdr-col_11-0-0-alpha-0,
4170
+ .cdr-row--vertical\@lg_11-0-0-alpha-0 > .cdr-col_11-0-0-alpha-0[class*="cdr-col_span"] {
4171
+ flex-basis: auto !important; }
4172
+ .cdr-row--between\@lg_11-0-0-alpha-0 {
4173
+ justify-content: space-between; }
4174
+ .cdr-row--around\@lg_11-0-0-alpha-0 {
4175
+ justify-content: space-around; } }
4176
+
4177
+ /* intentionally empty */
4178
+ /* ==========================================================================
4179
+ # CdrSelect
4180
+
4181
+ All values should map to variables in
4182
+ vars/CdrSelect.vars.pcss
4183
+ in order to allow for theming
4184
+
4185
+ TOC:
4186
+
4187
+ :Base - Select
4188
+ :States
4189
+
4190
+ /* Style variants
4191
+ ========================================================================== */
4192
+ .cdr-select_11-0-0-alpha-0 {
4193
+ font-family: Graphik, "Helvetica Neue", sans-serif;
4194
+ font-style: normal;
4195
+ font-weight: 400;
4196
+ letter-spacing: -0.016rem;
4197
+ font-size: 1.6rem;
4198
+ line-height: 2.2rem;
4199
+ font-weight: 500;
4200
+ background: rgba(244, 242, 237, 0.15);
4201
+ color: #20201d;
4202
+ box-shadow: inset 0 0 0 0.1rem #928b80;
4203
+ border: 0;
4204
+ border-radius: 0.4rem;
4205
+ padding-left: 0.8rem;
4206
+ padding-right: 3.2rem;
4207
+ height: 4rem;
4208
+ display: block;
4209
+ width: 100%;
4210
+ overflow: auto;
4211
+ margin: 0;
4212
+ /* Hide Browser Styled Drowpdown Arrow */
4213
+ -webkit-appearance: none;
4214
+ -moz-appearance: none;
4215
+ appearance: none;
4216
+ /* @xs
4217
+ 0px - 767px
4218
+ ========== */
4219
+ /* Size variants
4220
+ ========================================================================== */
4221
+ /* @sm
4222
+ 768px - 991px
4223
+ ========== */
4224
+ /* @md
4225
+ 992px - 1199px
4226
+ ========== */
4227
+ /* @lg
4228
+ 1200px and up
4229
+ ========== */ }
4230
+ .cdr-select_11-0-0-alpha-0[disabled] {
4231
+ background-color: #f9f8f6;
4232
+ color: #d1cbbd;
4233
+ box-shadow: inset 0 0 0 0.1rem #d1cbbd; }
4234
+ .cdr-select_11-0-0-alpha-0[disabled]:hover {
4235
+ box-shadow: inset 0 0 0 0.1rem #d1cbbd;
4236
+ cursor: not-allowed; }
4237
+ .cdr-select_11-0-0-alpha-0:active, .cdr-select_11-0-0-alpha-0:focus {
4238
+ box-shadow: inset 0 0 0 0.2rem #20201d, 0 0.2rem 0.2rem 0 rgba(12, 11, 8, 0.2);
4239
+ outline: none; }
4240
+ .cdr-select_11-0-0-alpha-0::-ms-expand {
4241
+ display: none; }
4242
+ .cdr-select--primary_11-0-0-alpha-0 {
4243
+ background-color: rgba(244, 242, 237, 0.15); }
4244
+ .cdr-select--primary_11-0-0-alpha-0:active, .cdr-select--primary_11-0-0-alpha-0:focus {
4245
+ background-color: #f9f8f6; }
4246
+ .cdr-select--secondary_11-0-0-alpha-0 {
4247
+ background-color: rgba(255, 255, 255, 0.85); }
4248
+ .cdr-select--secondary_11-0-0-alpha-0:active, .cdr-select--secondary_11-0-0-alpha-0:focus {
4249
+ background-color: #ffffff; }
4250
+ .cdr-select--error_11-0-0-alpha-0 {
4251
+ background-color: rgba(255, 242, 242, 0.75);
4252
+ box-shadow: inset 0 0 0 0.1rem #b33322; }
4253
+ .cdr-select--preicon_11-0-0-alpha-0 {
4254
+ /* $input-pre-icon-default-width = 25px with the expectation that
4255
+ slot provided icon is close to that width */
4256
+ padding-left: 3.7rem; }
4257
+ .cdr-select__prompt_11-0-0-alpha-0 {
4258
+ font-family: Graphik, "Helvetica Neue", sans-serif;
4259
+ font-style: normal;
4260
+ font-weight: 400;
4261
+ letter-spacing: -0.016rem;
4262
+ font-size: 1.6rem;
4263
+ line-height: 2.2rem;
4264
+ font-style: normal;
4265
+ color: rgba(12, 11, 8, 0.75); }
4266
+ .cdr-select__prompt_11-0-0-alpha-0[disabled] {
4267
+ color: #d1cbbd; }
4268
+ .cdr-select__caret_11-0-0-alpha-0 {
4269
+ fill: rgba(12, 11, 8, 0.75);
4270
+ position: absolute;
4271
+ top: 50%;
4272
+ right: 0.8rem;
4273
+ transform: translateY(-50%);
4274
+ pointer-events: none; }
4275
+ .cdr-select__caret--disabled_11-0-0-alpha-0 {
4276
+ fill: #dcd6cb; }
4277
+ .cdr-select__pre-icon_11-0-0-alpha-0 {
4278
+ position: absolute;
4279
+ top: 50%;
4280
+ left: 0.8rem;
4281
+ transform: translateY(-50%); }
4282
+ .cdr-select--multiple_11-0-0-alpha-0 {
4283
+ height: auto;
4284
+ padding: 0.8rem; }
4285
+ .cdr-select--multiple_11-0-0-alpha-0 + .cdr-select__caret_11-0-0-alpha-0 {
4286
+ display: none; }
4287
+ @media (min-width: 0) and (max-width: 767px) {
4288
+ .cdr-select--large\@xs_11-0-0-alpha-0 {
4289
+ font-family: Graphik, "Helvetica Neue", sans-serif;
4290
+ font-style: normal;
4291
+ font-weight: 400;
4292
+ letter-spacing: -0.016rem;
4293
+ font-size: 1.8rem;
4294
+ line-height: 2.4rem;
4295
+ height: 4.8rem;
4296
+ padding-left: 0.8rem; } }
4297
+ .cdr-select--large_11-0-0-alpha-0 {
4298
+ font-family: Graphik, "Helvetica Neue", sans-serif;
4299
+ font-style: normal;
4300
+ font-weight: 400;
4301
+ letter-spacing: -0.016rem;
4302
+ font-size: 1.8rem;
4303
+ line-height: 2.4rem;
4304
+ height: 4.8rem;
4305
+ padding-left: 0.8rem; }
4306
+ @media (min-width: 768px) and (max-width: 991px) {
4307
+ .cdr-select--large\@sm_11-0-0-alpha-0 {
4308
+ font-family: Graphik, "Helvetica Neue", sans-serif;
4309
+ font-style: normal;
4310
+ font-weight: 400;
4311
+ letter-spacing: -0.016rem;
4312
+ font-size: 1.8rem;
4313
+ line-height: 2.4rem;
4314
+ height: 4.8rem;
4315
+ padding-left: 0.8rem; } }
4316
+ @media (min-width: 992px) and (max-width: 1231px) {
4317
+ .cdr-select--large\@md_11-0-0-alpha-0 {
4318
+ font-family: Graphik, "Helvetica Neue", sans-serif;
4319
+ font-style: normal;
4320
+ font-weight: 400;
4321
+ letter-spacing: -0.016rem;
4322
+ font-size: 1.8rem;
4323
+ line-height: 2.4rem;
4324
+ height: 4.8rem;
4325
+ padding-left: 0.8rem; } }
4326
+ @media (min-width: 1232px) {
4327
+ .cdr-select--large\@lg_11-0-0-alpha-0 {
4328
+ font-family: Graphik, "Helvetica Neue", sans-serif;
4329
+ font-style: normal;
4330
+ font-weight: 400;
4331
+ letter-spacing: -0.016rem;
4332
+ font-size: 1.8rem;
4333
+ line-height: 2.4rem;
4334
+ height: 4.8rem;
4335
+ padding-left: 0.8rem; } }
4336
+ /* ==========================================================================
4337
+ # SELECT WRAPPER
4338
+ ========================================================================== */
4339
+ /* Sets new origin for relative positioning of Select and Caret */
4340
+ .cdr-select-wrap_11-0-0-alpha-0 {
4341
+ position: relative;
4342
+ flex: 1; }
4343
+
4344
+ .cdr-table_11-0-0-alpha-0 {
4345
+ font-family: Graphik, "Helvetica Neue", sans-serif;
4346
+ font-style: normal;
4347
+ font-weight: 400;
4348
+ letter-spacing: -0.016rem;
4349
+ font-size: 1.4rem;
4350
+ line-height: 1.8rem;
4351
+ color: rgba(12, 11, 8, 0.75);
4352
+ border: none;
4353
+ border-collapse: collapse; }
4354
+ .cdr-table_11-0-0-alpha-0 tr {
4355
+ background-color: #ffffff; }
4356
+ .cdr-table_11-0-0-alpha-0 thead tr {
4357
+ background-color: #f4f2ed; }
4358
+ .cdr-table_11-0-0-alpha-0 th,
4359
+ .cdr-table_11-0-0-alpha-0 td {
4360
+ color: rgba(12, 11, 8, 0.75);
4361
+ padding: 0.8rem 1.6rem;
4362
+ text-align: left; }
4363
+ .cdr-table_11-0-0-alpha-0 th {
4364
+ font-family: Graphik, "Helvetica Neue", sans-serif;
4365
+ font-style: normal;
4366
+ font-weight: 600;
4367
+ letter-spacing: -0.008rem;
4368
+ font-size: 1.4rem;
4369
+ line-height: 1.8rem; }
4370
+ .cdr-table_11-0-0-alpha-0 caption {
4371
+ font-family: Graphik, "Helvetica Neue", sans-serif;
4372
+ font-style: normal;
4373
+ font-weight: 600;
4374
+ letter-spacing: -0.008rem;
4375
+ font-size: 1.6rem;
4376
+ line-height: 2.2rem;
4377
+ text-align: left;
4378
+ margin-bottom: 0.8rem; }
4379
+ .cdr-table--small_11-0-0-alpha-0 th, .cdr-table--small_11-0-0-alpha-0 td {
4380
+ padding: 0.4rem 1.6rem; }
4381
+ .cdr-table--medium_11-0-0-alpha-0 th, .cdr-table--medium_11-0-0-alpha-0 td {
4382
+ padding: 0.8rem 1.6rem; }
4383
+ .cdr-table--large_11-0-0-alpha-0 th, .cdr-table--large_11-0-0-alpha-0 td {
4384
+ padding: 1.6rem; }
4385
+ .cdr-table--striped_11-0-0-alpha-0 tr:nth-child(odd) {
4386
+ background-color: #f9f8f6; }
4387
+ .cdr-table--striped_11-0-0-alpha-0 thead + tbody tr:nth-child(even) {
4388
+ background-color: #f9f8f6; }
4389
+ .cdr-table--striped_11-0-0-alpha-0 thead + tbody tr:nth-child(odd) {
4390
+ background-color: #ffffff; }
4391
+ .cdr-table--striped_11-0-0-alpha-0 tbody tr:nth-child(odd),
4392
+ .cdr-table--striped_11-0-0-alpha-0 tfoot tr:nth-child(odd) {
4393
+ background-color: #f9f8f6; }
4394
+ .cdr-table--border_11-0-0-alpha-0 tr + tr > * {
4395
+ border-top: 0.1rem solid #dcd6cb; }
4396
+ .cdr-table--border_11-0-0-alpha-0 thead tr + tr > * {
4397
+ border-top: 0.1rem solid #928b80; }
4398
+ .cdr-table--border_11-0-0-alpha-0 tbody tr + tr > *, .cdr-table--border_11-0-0-alpha-0 tfoot tr + tr > * {
4399
+ border-top: 0.1rem solid #dcd6cb; }
4400
+ .cdr-table--border_11-0-0-alpha-0 thead + tbody,
4401
+ .cdr-table--border_11-0-0-alpha-0 tbody + tfoot {
4402
+ border-top: 0.1rem solid #dcd6cb; }
4403
+ .cdr-table--full-width_11-0-0-alpha-0 {
4404
+ width: 100%; }
4405
+ .cdr-table--responsive_11-0-0-alpha-0 {
4406
+ display: block;
4407
+ width: 100%;
4408
+ overflow-x: auto; }
4409
+ .cdr-table--hover_11-0-0-alpha-0 tr:hover > * {
4410
+ background-color: #f4f2ed; }
4411
+ @media (min-width: 0) and (max-width: 767px) {
4412
+ .cdr-table--full-width\@xs_11-0-0-alpha-0 {
4413
+ width: 100%; } }
4414
+ @media (min-width: 768px) and (max-width: 991px) {
4415
+ .cdr-table--full-width\@sm_11-0-0-alpha-0 {
4416
+ width: 100%; } }
4417
+ @media (min-width: 992px) and (max-width: 1231px) {
4418
+ .cdr-table--full-width\@md_11-0-0-alpha-0 {
4419
+ width: 100%; } }
4420
+ @media (min-width: 1232px) {
4421
+ .cdr-table--full-width\@lg_11-0-0-alpha-0 {
4422
+ width: 100%; } }
4423
+
4424
+ .cdr-tab-panel_11-0-0-alpha-0 {
4425
+ width: 100%;
4426
+ height: 100%;
4427
+ padding-top: 0.2rem; }
4428
+
4429
+ @keyframes exit-left {
4430
+ from {
4431
+ transform: translateX(0);
4432
+ opacity: 1; }
4433
+ to {
4434
+ transform: translateX(-1rem);
4435
+ opacity: 0; } }
4436
+
4437
+ @keyframes exit-right {
4438
+ from {
4439
+ transform: translateX(0);
4440
+ opacity: 1; }
4441
+ to {
4442
+ transform: translateX(1rem);
4443
+ opacity: 0; } }
4444
+
4445
+ @keyframes enter-left {
4446
+ from {
4447
+ transform: translateX(-1rem);
4448
+ opacity: 0; }
4449
+ to {
4450
+ transform: translateX(0);
4451
+ opacity: 1; } }
4452
+
4453
+ @keyframes enter-right {
4454
+ from {
4455
+ transform: translateX(1rem);
4456
+ opacity: 0; }
4457
+ to {
4458
+ transform: translateX(0);
4459
+ opacity: 1; } }
4460
+
4461
+ .cdr-tab-panel-enter-left_11-0-0-alpha-0 {
4462
+ animation-duration: 0.2s;
4463
+ animation-timing-function: cubic-bezier(0.32, 0.94, 0.6, 1); }
4464
+
4465
+ .cdr-tab-panel-enter-left_11-0-0-alpha-0 {
4466
+ animation-name: enter-left; }
4467
+
4468
+ .cdr-tab-panel-enter-right_11-0-0-alpha-0 {
4469
+ animation-duration: 0.2s;
4470
+ animation-timing-function: cubic-bezier(0.32, 0.94, 0.6, 1); }
4471
+
4472
+ .cdr-tab-panel-enter-right_11-0-0-alpha-0 {
4473
+ animation-name: enter-right; }
4474
+
4475
+ .cdr-tab-panel-exit-left_11-0-0-alpha-0 {
4476
+ animation-duration: 0.2s;
4477
+ animation-timing-function: cubic-bezier(0.32, 0.94, 0.6, 1); }
4478
+
4479
+ .cdr-tab-panel-exit-left_11-0-0-alpha-0 {
4480
+ animation-name: exit-left; }
4481
+
4482
+ .cdr-tab-panel-exit-right_11-0-0-alpha-0 {
4483
+ animation-duration: 0.2s;
4484
+ animation-timing-function: cubic-bezier(0.32, 0.94, 0.6, 1); }
4485
+
4486
+ .cdr-tab-panel-exit-right_11-0-0-alpha-0 {
4487
+ animation-name: exit-right; }
4488
+
4489
+ /* intentionally empty */
4490
+ .cdr-tabs_11-0-0-alpha-0 {
4491
+ /* overflow-x: auto; */
4492
+ display: flex;
4493
+ flex-flow: column;
4494
+ height: 50rem;
4495
+ overflow-x: hidden;
4496
+ /* Compact
4497
+ ========== */
4498
+ /* No Border
4499
+ ========== */
4500
+ /* Full Width
4501
+ ========== */
4502
+ /* Centered
4503
+ ========== */ }
4504
+ .cdr-tabs_11-0-0-alpha-0 ::-webkit-scrollbar {
4505
+ -webkit-appearance: none;
4506
+ width: 0.7rem; }
4507
+ .cdr-tabs_11-0-0-alpha-0 ::-webkit-scrollbar-thumb {
4508
+ border-radius: 0.4rem;
4509
+ background-color: rgba(0, 0, 0, 0.5);
4510
+ -webkit-box-shadow: 0 0 0.1rem rgba(255, 255, 255, 0.5); }
4511
+ .cdr-tabs__header-container_11-0-0-alpha-0 {
4512
+ overflow-x: auto;
4513
+ border-bottom: 0.1rem solid #928b80;
4514
+ -webkit-overflow-scrolling: touch;
4515
+ -ms-overflow-style: -ms-autohiding-scrollbar; }
4516
+ .cdr-tabs__header-container_11-0-0-alpha-0::-webkit-scrollbar {
4517
+ width: 0 !important;
4518
+ height: 0 !important; }
4519
+ .cdr-tabs__gradient-container_11-0-0-alpha-0 {
4520
+ position: relative; }
4521
+ .cdr-tabs__gradient_11-0-0-alpha-0 {
4522
+ transition: opacity 0.2s ease;
4523
+ -webkit-transition: opacity 0.2s ease;
4524
+ position: absolute;
4525
+ z-index: 100;
4526
+ top: 0;
4527
+ bottom: 0;
4528
+ width: 4.8rem;
4529
+ pointer-events: none;
4530
+ opacity: 0; }
4531
+ .cdr-tabs__gradient--left_11-0-0-alpha-0 {
4532
+ left: 0; }
4533
+ .cdr-tabs__gradient--right_11-0-0-alpha-0 {
4534
+ right: 0; }
4535
+ .cdr-tabs__gradient--active_11-0-0-alpha-0 {
4536
+ opacity: 1; }
4537
+ .cdr-tabs__header_11-0-0-alpha-0 {
4538
+ display: flex;
4539
+ width: 100%;
4540
+ margin: 0;
4541
+ padding: 0;
4542
+ position: relative; }
4543
+ .cdr-tabs__header-item_11-0-0-alpha-0 {
4544
+ font-family: Graphik, "Helvetica Neue", sans-serif;
4545
+ font-style: normal;
4546
+ font-weight: inherit;
4547
+ letter-spacing: -0.008rem;
4548
+ font-size: 1.6rem;
4549
+ line-height: 2.2rem;
4550
+ border: none;
4551
+ background-color: transparent;
4552
+ display: block;
4553
+ color: rgba(66, 59, 47, 0.75);
4554
+ font-weight: 300;
4555
+ text-decoration: none;
4556
+ padding: 1.2rem 0.8rem;
4557
+ white-space: nowrap;
4558
+ outline-offset: -0.3rem; }
4559
+ .cdr-tabs__header-item_11-0-0-alpha-0 + .cdr-tabs__header-item_11-0-0-alpha-0 {
4560
+ margin-left: 1.6rem; }
4561
+ .cdr-tabs__header-item-active_11-0-0-alpha-0 {
4562
+ color: rgba(12, 11, 8, 0.75);
4563
+ font-weight: 500; }
4564
+ .cdr-tabs__header-item_11-0-0-alpha-0::before {
4565
+ display: block;
4566
+ content: attr(js-name);
4567
+ font-weight: 500;
4568
+ height: 0;
4569
+ overflow: hidden;
4570
+ visibility: hidden; }
4571
+ .cdr-tabs__header-item_11-0-0-alpha-0:active, .cdr-tabs__header-item_11-0-0-alpha-0:hover, .cdr-tabs__header-item_11-0-0-alpha-0:focus {
4572
+ text-decoration: none;
4573
+ color: #406eb5; }
4574
+ .cdr-tabs__header-item--disabled_11-0-0-alpha-0 {
4575
+ border: none;
4576
+ background-color: transparent;
4577
+ color: #d1cbbd; }
4578
+ .cdr-tabs__header-item--disabled_11-0-0-alpha-0:active, .cdr-tabs__header-item--disabled_11-0-0-alpha-0:hover, .cdr-tabs__header-item--disabled_11-0-0-alpha-0:focus {
4579
+ color: #d1cbbd;
4580
+ cursor: not-allowed; }
4581
+ .cdr-tabs__underline_11-0-0-alpha-0 {
4582
+ z-index: 1;
4583
+ position: absolute;
4584
+ width: 3rem;
4585
+ margin: 0;
4586
+ height: 0.4rem;
4587
+ margin-top: -0.4rem;
4588
+ box-sizing: border-box;
4589
+ border: none;
4590
+ background-color: #406eb5;
4591
+ transition: 0.4s cubic-bezier(0.32, 0.94, 0.6, 1); }
4592
+ .cdr-tabs__content-container_11-0-0-alpha-0 {
4593
+ position: relative;
4594
+ flex: 1 1 auto;
4595
+ overflow-x: hidden;
4596
+ overflow-y: auto; }
4597
+ .cdr-tabs_11-0-0-alpha-0 .fade-enter-active_11-0-0-alpha-0,
4598
+ .cdr-tabs_11-0-0-alpha-0 .fade-leave-active_11-0-0-alpha-0 {
4599
+ opacity: 0.5s; }
4600
+ .cdr-tabs_11-0-0-alpha-0 .fade-enter_11-0-0-alpha-0,
4601
+ .cdr-tabs_11-0-0-alpha-0 .fade-leave-to_11-0-0-alpha-0 {
4602
+ opacity: 0; }
4603
+ .cdr-tabs--compact_11-0-0-alpha-0 .cdr-tabs__header-item-label_11-0-0-alpha-0, .cdr-tabs--small_11-0-0-alpha-0 .cdr-tabs__header-item-label_11-0-0-alpha-0 {
4604
+ font-family: Graphik, "Helvetica Neue", sans-serif;
4605
+ font-style: normal;
4606
+ font-weight: inherit;
4607
+ letter-spacing: -0.008rem;
4608
+ font-size: 1.4rem;
4609
+ line-height: 1.8rem;
4610
+ padding: 0.6rem 1.2rem; }
4611
+ .cdr-tabs--compact_11-0-0-alpha-0 .cdr-tabs__header-item_11-0-0-alpha-0 + .cdr-tabs--compact_11-0-0-alpha-0 .cdr-tabs__header-item_11-0-0-alpha-0, .cdr-tabs--small_11-0-0-alpha-0 .cdr-tabs__header-item_11-0-0-alpha-0 + .cdr-tabs--compact_11-0-0-alpha-0 .cdr-tabs__header-item_11-0-0-alpha-0, .cdr-tabs--compact_11-0-0-alpha-0 .cdr-tabs__header-item_11-0-0-alpha-0 + .cdr-tabs--small_11-0-0-alpha-0 .cdr-tabs__header-item_11-0-0-alpha-0, .cdr-tabs--small_11-0-0-alpha-0 .cdr-tabs__header-item_11-0-0-alpha-0 + .cdr-tabs--small_11-0-0-alpha-0 .cdr-tabs__header-item_11-0-0-alpha-0 {
4612
+ margin-left: 0.8rem; }
4613
+ .cdr-tabs--no-border_11-0-0-alpha-0 .cdr-tabs__header_11-0-0-alpha-0,
4614
+ .cdr-tabs--no-border_11-0-0-alpha-0 .cdr-tabs__header-container_11-0-0-alpha-0 {
4615
+ border-bottom: 0.1rem solid transparent; }
4616
+ .cdr-tabs--full-width_11-0-0-alpha-0 .cdr-tabs__header-item_11-0-0-alpha-0 {
4617
+ flex-grow: 1; }
4618
+ .cdr-tabs--centered_11-0-0-alpha-0 .cdr-tabs__header-item_11-0-0-alpha-0:first-of-type {
4619
+ margin-left: auto; }
4620
+ .cdr-tabs--centered_11-0-0-alpha-0 .cdr-tabs__header-item_11-0-0-alpha-0:last-of-type {
4621
+ margin-right: auto; }
4622
+
4623
+ .cdr-text_11-0-0-alpha-0 {
4624
+ font-family: Graphik, "Helvetica Neue", sans-serif;
4625
+ font-style: normal;
4626
+ font-weight: 400;
4627
+ letter-spacing: -0.016rem;
4628
+ font-size: 1.6rem;
4629
+ line-height: 2.2rem;
4630
+ margin: 0; }
4631
+
4632
+ .cdr-toast_11-0-0-alpha-0 {
4633
+ position: relative;
4634
+ border-radius: 0.4rem;
4635
+ border-left: 0.4rem solid;
4636
+ box-shadow: 0 0.8rem 0.8rem 0 rgba(12, 11, 8, 0.2);
4637
+ margin-bottom: 1.6rem;
4638
+ font-family: Graphik, "Helvetica Neue", sans-serif;
4639
+ font-style: normal;
4640
+ font-weight: 400;
4641
+ letter-spacing: -0.016rem;
4642
+ font-size: 1.6rem;
4643
+ line-height: 2.2rem; }
4644
+ @media (min-width: 768px) {
4645
+ .cdr-toast_11-0-0-alpha-0 {
4646
+ width: 39rem; } }
4647
+ .cdr-toast__inner_11-0-0-alpha-0 {
4648
+ display: revert; }
4649
+ .cdr-toast--toast-enter_11-0-0-alpha-0 {
4650
+ opacity: 0;
4651
+ transform: translateX(2.4rem); }
4652
+ .cdr-toast--toast-enter-active_11-0-0-alpha-0 {
4653
+ transition: all 0.5s cubic-bezier(0.32, 0.94, 0.6, 1); }
4654
+ .cdr-toast--toast-leave-to_11-0-0-alpha-0 {
4655
+ opacity: 0; }
4656
+ .cdr-toast--toast-leave-active_11-0-0-alpha-0 {
4657
+ transition: opacity 0.2s cubic-bezier(0.32, 0.94, 0.6, 1); }
4658
+ .cdr-toast__main_11-0-0-alpha-0 {
4659
+ display: grid;
4660
+ grid-template-columns: auto 1fr auto;
4661
+ border-top-right-radius: 0.4rem;
4662
+ border-bottom-right-radius: 0.4rem;
4663
+ grid-template-areas: "icon-left message close-button"; }
4664
+ .cdr-toast__main--default_11-0-0-alpha-0 {
4665
+ background-color: #f9f8f6;
4666
+ border-top: 0.1rem solid;
4667
+ border-right: 0.1rem solid;
4668
+ border-bottom: 0.1rem solid;
4669
+ border-color: #e8e0ce; }
4670
+ .cdr-toast__main--default_11-0-0-alpha-0 svg {
4671
+ fill: #726d64; }
4672
+ .cdr-toast__main--info_11-0-0-alpha-0 {
4673
+ background-color: #f1fcfd;
4674
+ border-top: 0.1rem solid;
4675
+ border-right: 0.1rem solid;
4676
+ border-bottom: 0.1rem solid;
4677
+ border-color: #c2d8db; }
4678
+ .cdr-toast__main--info_11-0-0-alpha-0 svg {
4679
+ fill: #408e86; }
4680
+ .cdr-toast__main--warning_11-0-0-alpha-0 {
4681
+ background-color: #fefcf1;
4682
+ border-top: 0.1rem solid;
4683
+ border-right: 0.1rem solid;
4684
+ border-bottom: 0.1rem solid;
4685
+ border-color: #f5e9b7; }
4686
+ .cdr-toast__main--warning_11-0-0-alpha-0 svg {
4687
+ fill: #b68b37; }
4688
+ .cdr-toast__main--success_11-0-0-alpha-0 {
4689
+ background-color: #f4fbf5;
4690
+ border-top: 0.1rem solid;
4691
+ border-right: 0.1rem solid;
4692
+ border-bottom: 0.1rem solid;
4693
+ border-color: #d5e6cb; }
4694
+ .cdr-toast__main--success_11-0-0-alpha-0 svg {
4695
+ fill: #3b8349; }
4696
+ .cdr-toast__main--error_11-0-0-alpha-0 {
4697
+ background-color: #fdf5f1;
4698
+ border-top: 0.1rem solid;
4699
+ border-right: 0.1rem solid;
4700
+ border-bottom: 0.1rem solid;
4701
+ border-color: #eecbc1; }
4702
+ .cdr-toast__main--error_11-0-0-alpha-0 svg {
4703
+ fill: #bb4045; }
4704
+ .cdr-toast__icon-left_11-0-0-alpha-0 {
4705
+ grid-area: icon-left;
4706
+ display: inherit;
4707
+ align-items: center;
4708
+ justify-items: center; }
4709
+ .cdr-toast__icon-left--info_11-0-0-alpha-0 {
4710
+ background-color: #c2d8db; }
4711
+ .cdr-toast__icon-left--warning_11-0-0-alpha-0 {
4712
+ background-color: #f5e9b7; }
4713
+ .cdr-toast__icon-left--success_11-0-0-alpha-0 {
4714
+ background-color: #d5e6cb; }
4715
+ .cdr-toast__icon-left--error_11-0-0-alpha-0 {
4716
+ background-color: #eecbc1; }
4717
+ .cdr-toast__icon-left--default_11-0-0-alpha-0 {
4718
+ background-color: #e8e0ce; }
4719
+ .cdr-toast__icon-left_11-0-0-alpha-0 svg {
4720
+ width: 3.2rem;
4721
+ stroke: white;
4722
+ stroke-width: 0.4rem;
4723
+ paint-order: stroke fill;
4724
+ margin: 0.4rem; }
4725
+ .cdr-toast__message_11-0-0-alpha-0 {
4726
+ grid-area: message;
4727
+ padding: 0.8rem; }
4728
+ .cdr-toast__close-button_11-0-0-alpha-0 {
4729
+ grid-area: close-button;
4730
+ height: -webkit-min-content;
4731
+ height: min-content; }
4732
+ .cdr-toast__close-button_11-0-0-alpha-0 svg {
4733
+ fill: rgba(3, 3, 1, 0.9) !important; }
4734
+ .cdr-toast--default_11-0-0-alpha-0 {
4735
+ border-left-color: #726d64; }
4736
+ .cdr-toast--info_11-0-0-alpha-0 {
4737
+ border-left-color: #408e86; }
4738
+ .cdr-toast--warning_11-0-0-alpha-0 {
4739
+ border-left-color: #b68b37; }
4740
+ .cdr-toast--success_11-0-0-alpha-0 {
4741
+ border-left-color: #3b8349; }
4742
+ .cdr-toast--error_11-0-0-alpha-0 {
4743
+ border-left-color: #bb4045; }
4744
+
4745
+ /* intentionally empty */
4746
+ .cdr-tooltip--position_11-0-0-alpha-0 {
4747
+ position: relative; }
4748
+ .cdr-tooltip--wrapper_11-0-0-alpha-0 {
4749
+ width: -webkit-max-content;
4750
+ width: max-content;
4751
+ height: -webkit-max-content;
4752
+ height: max-content; }
4753
+ .cdr-tooltip--wrapper_11-0-0-alpha-0 .cdr-popup--closed_11-0-0-alpha-0 {
4754
+ position: absolute;
4755
+ width: 0.1rem;
4756
+ height: 0.1rem;
4757
+ padding: 0;
4758
+ margin: -0.1rem;
4759
+ overflow: hidden;
4760
+ clip: rect(0, 0, 0, 0);
4761
+ border: 0; }
4762
+ .cdr-tooltip--wrapper_11-0-0-alpha-0 .cdr-popup__content_11-0-0-alpha-0 {
4763
+ font-family: Graphik, "Helvetica Neue", sans-serif;
4764
+ font-style: normal;
4765
+ font-weight: 600;
4766
+ letter-spacing: -0.008rem;
4767
+ font-size: 1.2rem;
4768
+ line-height: 1.6rem;
4769
+ background: #373734;
4770
+ color: #f9f8f6;
4771
+ border: 0.1rem solid #f9f8f6;
4772
+ padding: 0.6rem 1.2rem; }
4773
+ .cdr-tooltip--wrapper_11-0-0-alpha-0 .cdr-popup--bottom_11-0-0-alpha-0 .cdr-popup__arrow_11-0-0-alpha-0::before {
4774
+ border-bottom-color: #f9f8f6; }
4775
+ .cdr-tooltip--wrapper_11-0-0-alpha-0 .cdr-popup--bottom_11-0-0-alpha-0 .cdr-popup__arrow_11-0-0-alpha-0::after {
4776
+ border-bottom-color: #373734; }
4777
+ .cdr-tooltip--wrapper_11-0-0-alpha-0 .cdr-popup--top_11-0-0-alpha-0 .cdr-popup__arrow_11-0-0-alpha-0::before {
4778
+ border-top-color: #f9f8f6; }
4779
+ .cdr-tooltip--wrapper_11-0-0-alpha-0 .cdr-popup--top_11-0-0-alpha-0 .cdr-popup__arrow_11-0-0-alpha-0::after {
4780
+ border-top-color: #373734; }
4781
+ .cdr-tooltip--wrapper_11-0-0-alpha-0 .cdr-popup--right_11-0-0-alpha-0 .cdr-popup__arrow_11-0-0-alpha-0::before {
4782
+ border-right-color: #f9f8f6; }
4783
+ .cdr-tooltip--wrapper_11-0-0-alpha-0 .cdr-popup--right_11-0-0-alpha-0 .cdr-popup__arrow_11-0-0-alpha-0::after {
4784
+ border-right-color: #373734; }
4785
+ .cdr-tooltip--wrapper_11-0-0-alpha-0 .cdr-popup--left_11-0-0-alpha-0 .cdr-popup__arrow_11-0-0-alpha-0::before {
4786
+ border-left-color: #f9f8f6; }
4787
+ .cdr-tooltip--wrapper_11-0-0-alpha-0 .cdr-popup--left_11-0-0-alpha-0 .cdr-popup__arrow_11-0-0-alpha-0::after {
4788
+ border-left-color: #373734; }