@cnamts/synapse 0.0.7-alpha → 0.0.9-alpha

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 (198) hide show
  1. package/dist/design-system-v3.d.ts +785 -372
  2. package/dist/design-system-v3.js +4993 -3357
  3. package/dist/design-system-v3.umd.cjs +1 -10
  4. package/dist/style.css +1 -1
  5. package/package.json +10 -2
  6. package/src/assets/settings.scss +2 -2
  7. package/src/assets/tokens.scss +107 -112
  8. package/src/components/BackBtn/BackBtn.vue +4 -4
  9. package/src/components/BackToTopBtn/BackToTopBtn.vue +1 -0
  10. package/src/components/CollapsibleList/CollapsibleList.mdx +1 -1
  11. package/src/components/CollapsibleList/CollapsibleList.vue +43 -44
  12. package/src/components/ContextualMenu/Accessibilite.mdx +14 -0
  13. package/src/components/ContextualMenu/Accessibilite.stories.ts +191 -0
  14. package/src/components/ContextualMenu/AccessibiliteItems.ts +89 -0
  15. package/src/components/ContextualMenu/ContextualMenu.mdx +118 -0
  16. package/src/components/ContextualMenu/ContextualMenu.stories.ts +430 -0
  17. package/src/components/ContextualMenu/ContextualMenu.vue +101 -0
  18. package/src/components/ContextualMenu/constants/ExpertiseLevelEnum.ts +4 -0
  19. package/src/components/ContextualMenu/tests/ContextualMenu.spec.ts +115 -0
  20. package/src/components/ContextualMenu/tests/__snapshots__/ContextualMenu.spec.ts.snap +10 -0
  21. package/src/components/ContextualMenu/types.ts +5 -0
  22. package/src/components/CookieBanner/CookieBanner.stories.ts +1 -2
  23. package/src/components/CookieBanner/CookieBanner.vue +13 -10
  24. package/src/components/CookieBanner/tests/__snapshots__/CookieBanner.spec.ts.snap +17 -15
  25. package/src/components/CookiesSelection/CookiesInformation/CookiesInformation.vue +6 -1
  26. package/src/components/CookiesSelection/CookiesInformation/locales.ts +1 -0
  27. package/src/components/CookiesSelection/CookiesTable/CookiesTable.vue +1 -0
  28. package/src/components/CookiesSelection/tests/__snapshots__/CookiesSelection.spec.ts.snap +17 -15
  29. package/src/components/CopyBtn/CopyBtn.vue +7 -7
  30. package/src/components/Customs/SyBtnSelect/SyBtnSelect.vue +26 -26
  31. package/src/components/Customs/SyInputSelect/SyInputSelect.vue +24 -24
  32. package/src/components/Customs/SySelect/SySelect.stories.ts +7 -7
  33. package/src/components/Customs/SySelect/SySelect.vue +36 -30
  34. package/src/components/Customs/SySelect/tests/SySelect.spec.ts +2 -2
  35. package/src/components/Customs/SyTextField/SyTextField.stories.ts +187 -2
  36. package/src/components/Customs/SyTextField/SyTextField.vue +185 -16
  37. package/src/components/Customs/SyTextField/tests/SyTextField.spec.ts +2 -4
  38. package/src/components/Customs/SyTextField/tests/__snapshots__/SyTextField.spec.ts.snap +18 -16
  39. package/src/components/Customs/SyTextField/types.d.ts +2 -2
  40. package/src/components/DataList/DataList.stories.ts +3 -2
  41. package/src/components/DataList/DataList.vue +1 -1
  42. package/src/components/DataListGroup/DataListGroup.stories.ts +3 -2
  43. package/src/components/DataListItem/DataListItem.vue +12 -12
  44. package/src/components/DatePicker/DatePicker.mdx +191 -0
  45. package/src/components/DatePicker/DatePicker.stories.ts +787 -0
  46. package/src/components/DatePicker/DatePicker.vue +560 -0
  47. package/src/components/DatePicker/DateTextInput.vue +409 -0
  48. package/src/components/DatePicker/tests/DatePicker.spec.ts +266 -0
  49. package/src/components/DialogBox/DialogBox.mdx +28 -2
  50. package/src/components/DialogBox/DialogBox.stories.ts +2 -2
  51. package/src/components/DialogBox/DialogBox.vue +3 -2
  52. package/src/components/DownloadBtn/DownloadBtn.vue +2 -1
  53. package/src/components/ExternalLinks/Accessibilite.mdx +14 -0
  54. package/src/components/ExternalLinks/Accessibilite.stories.ts +191 -0
  55. package/src/components/ExternalLinks/AccessibiliteItems.ts +197 -0
  56. package/src/components/ExternalLinks/ExternalLinks.mdx +86 -0
  57. package/src/components/ExternalLinks/ExternalLinks.stories.ts +553 -0
  58. package/src/components/ExternalLinks/ExternalLinks.vue +200 -0
  59. package/src/components/ExternalLinks/config.ts +34 -0
  60. package/src/components/ExternalLinks/constants/ExpertiseLevelEnum.ts +4 -0
  61. package/src/components/ExternalLinks/locales.ts +4 -0
  62. package/src/components/ExternalLinks/tests/ExternalLinks.spec.ts +154 -0
  63. package/src/components/ExternalLinks/tests/__snapshots__/ExternalLinks.spec.ts.snap +159 -0
  64. package/src/components/FileUpload/FileUpload.mdx +165 -0
  65. package/src/components/FileUpload/FileUpload.stories.ts +429 -0
  66. package/src/components/FileUpload/FileUpload.vue +195 -0
  67. package/src/components/FileUpload/FileUploadContent.vue +109 -0
  68. package/src/components/FileUpload/locales.ts +10 -0
  69. package/src/components/FileUpload/tests/FileUpload.spec.ts +332 -0
  70. package/src/components/FileUpload/tests/__snapshots__/FileUpload.spec.ts.snap +7 -0
  71. package/src/components/FileUpload/useFileDrop.ts +23 -0
  72. package/src/components/FileUpload/validateFiles.ts +39 -0
  73. package/src/components/FooterBar/FooterBar.vue +105 -80
  74. package/src/components/FranceConnectBtn/FranceConnectBtn.vue +14 -13
  75. package/src/components/HeaderBar/HeaderBar.vue +3 -3
  76. package/src/components/HeaderBar/HeaderBurgerMenu/HeaderBurgerMenu.vue +11 -7
  77. package/src/components/HeaderBar/HeaderBurgerMenu/HeaderMenuItem/HeaderMenuItem.vue +5 -5
  78. package/src/components/HeaderBar/HeaderBurgerMenu/HeaderMenuSection/HeaderMenuSection.vue +2 -2
  79. package/src/components/HeaderBar/HeaderBurgerMenu/HeaderSubMenu/HeaderSubMenu.vue +10 -8
  80. package/src/components/HeaderBar/HeaderLogo/HeaderLogo.vue +2 -2
  81. package/src/components/HeaderBar/HeaderLogo/logos/Logo-mobile.vue +2 -1
  82. package/src/components/HeaderBar/HeaderLogo/logos/Logo.vue +2 -1
  83. package/src/components/HeaderBar/HeaderMenuBtn/HeaderMenuBtn.vue +10 -10
  84. package/src/components/HeaderBar/consts.scss +1 -1
  85. package/src/components/HeaderLoading/HeaderLoading.vue +12 -11
  86. package/src/components/HeaderNavigationBar/HeaderNavigationBar.vue +2 -1
  87. package/src/components/HeaderNavigationBar/HorizontalNavbar/HorizontalNavbar.vue +9 -9
  88. package/src/components/HeaderToolbar/HeaderToolbar.vue +215 -202
  89. package/src/components/LangBtn/LangBtn.vue +8 -6
  90. package/src/components/LogoBrandSection/LogoBrandSection.stories.ts +2 -2
  91. package/src/components/NirField/NirField.stories.ts +8 -8
  92. package/src/components/NirField/NirField.vue +46 -48
  93. package/src/components/NotFoundPage/NotFoundPage.stories.ts +33 -2
  94. package/src/components/NotFoundPage/NotFoundPage.vue +17 -0
  95. package/src/components/NotificationBar/NotificationBar.mdx +5 -5
  96. package/src/components/NotificationBar/NotificationBar.stories.ts +410 -314
  97. package/src/components/NotificationBar/NotificationBar.vue +43 -41
  98. package/src/components/PageContainer/PageContainer.vue +4 -4
  99. package/src/components/PasswordField/Accessibilite.mdx +14 -0
  100. package/src/components/PasswordField/Accessibilite.stories.ts +191 -0
  101. package/src/components/PasswordField/AccessibiliteItems.ts +184 -0
  102. package/src/components/PasswordField/PasswordField.mdx +70 -0
  103. package/src/components/PasswordField/PasswordField.stories.ts +213 -0
  104. package/src/components/PasswordField/PasswordField.vue +189 -0
  105. package/src/components/PasswordField/config.ts +11 -0
  106. package/src/components/PasswordField/constants/ExpertiseLevelEnum.ts +4 -0
  107. package/src/components/PasswordField/locales.ts +4 -0
  108. package/src/components/PasswordField/tests/PasswordField.spec.ts +96 -0
  109. package/src/components/PhoneField/PhoneField.mdx +0 -2
  110. package/src/components/PhoneField/PhoneField.stories.ts +10 -50
  111. package/src/components/PhoneField/PhoneField.vue +77 -93
  112. package/src/components/PhoneField/tests/PhoneField.spec.ts +0 -15
  113. package/src/components/RangeField/RangeField.mdx +54 -0
  114. package/src/components/RangeField/RangeField.stories.ts +189 -0
  115. package/src/components/RangeField/RangeField.vue +157 -0
  116. package/src/components/RangeField/RangeSlider/RangeSlider.vue +387 -0
  117. package/src/components/RangeField/RangeSlider/Tooltip/Tooltip.vue +64 -0
  118. package/src/components/RangeField/RangeSlider/tests/__snapshots__/rangeSlider.spec.ts.snap +27 -0
  119. package/src/components/RangeField/RangeSlider/tests/rangeSlider.spec.ts +100 -0
  120. package/src/components/RangeField/RangeSlider/tests/useDoubleSlider.spec.ts +246 -0
  121. package/src/components/RangeField/RangeSlider/tests/useMouseSlide.spec.ts +204 -0
  122. package/src/components/RangeField/RangeSlider/tests/useThumb.spec.ts +22 -0
  123. package/src/components/RangeField/RangeSlider/tests/useThumbKeyboard.spec.ts +233 -0
  124. package/src/components/RangeField/RangeSlider/tests/useTooltipsNudge.spec.ts +150 -0
  125. package/src/components/RangeField/RangeSlider/tests/useTrack.spec.ts +314 -0
  126. package/src/components/RangeField/RangeSlider/tests/vAnimateClick.spec.ts +32 -0
  127. package/src/components/RangeField/RangeSlider/types.ts +15 -0
  128. package/src/components/RangeField/RangeSlider/useMouseSlide.ts +109 -0
  129. package/src/components/RangeField/RangeSlider/useRangeSlider.ts +126 -0
  130. package/src/components/RangeField/RangeSlider/useThumb.ts +18 -0
  131. package/src/components/RangeField/RangeSlider/useThumbKeyboard.ts +84 -0
  132. package/src/components/RangeField/RangeSlider/useTooltipsNudge.ts +92 -0
  133. package/src/components/RangeField/RangeSlider/useTrack.ts +116 -0
  134. package/src/components/RangeField/RangeSlider/vAnimateClick.ts +19 -0
  135. package/src/components/RangeField/config.ts +7 -0
  136. package/src/components/RangeField/locales.ts +4 -0
  137. package/src/components/RangeField/tests/RangeField.spec.ts +224 -0
  138. package/src/components/RangeField/tests/__snapshots__/RangeField.spec.ts.snap +379 -0
  139. package/src/components/RatingPicker/EmotionPicker/EmotionPicker.vue +205 -0
  140. package/src/components/RatingPicker/EmotionPicker/locales.ts +3 -0
  141. package/src/components/RatingPicker/EmotionPicker/tests/EmotionPicker.spec.ts +104 -0
  142. package/src/components/RatingPicker/EmotionPicker/tests/__snapshots__/EmotionPicker.spec.ts.snap +66 -0
  143. package/src/components/RatingPicker/NumberPicker/NumberPicker.vue +159 -0
  144. package/src/components/RatingPicker/NumberPicker/locales.ts +4 -0
  145. package/src/components/RatingPicker/NumberPicker/tests/NumberPicker.spec.ts +73 -0
  146. package/src/components/RatingPicker/NumberPicker/tests/__snapshots__/NumberPicker.spec.ts.snap +105 -0
  147. package/src/components/RatingPicker/Rating.ts +45 -0
  148. package/src/components/RatingPicker/RatingPicker.mdx +56 -0
  149. package/src/components/RatingPicker/RatingPicker.stories.ts +515 -0
  150. package/src/components/RatingPicker/RatingPicker.vue +122 -0
  151. package/src/components/RatingPicker/StarsPicker/StarsPicker.vue +116 -0
  152. package/src/components/RatingPicker/StarsPicker/tests/StarsPicker.spec.ts +95 -0
  153. package/src/components/RatingPicker/StarsPicker/tests/__snapshots__/StarsPicker.spec.ts.snap +36 -0
  154. package/src/components/RatingPicker/locales.ts +3 -0
  155. package/src/components/RatingPicker/tests/Rating.spec.ts +104 -0
  156. package/src/components/RatingPicker/tests/RatingPicker.spec.ts +187 -0
  157. package/src/components/RatingPicker/tests/__snapshots__/RatingPicker.spec.ts.snap +108 -0
  158. package/src/components/SearchListField/SearchListField.mdx +74 -0
  159. package/src/components/SearchListField/SearchListField.stories.ts +126 -0
  160. package/src/components/SearchListField/SearchListField.vue +194 -0
  161. package/src/components/SearchListField/locales.ts +5 -0
  162. package/src/components/SearchListField/tests/SearchListField.spec.ts +323 -0
  163. package/src/components/SearchListField/types.d.ts +4 -0
  164. package/src/components/SelectBtnField/SelectBtnField.mdx +50 -0
  165. package/src/components/SelectBtnField/SelectBtnField.stories.ts +763 -0
  166. package/src/components/SelectBtnField/SelectBtnField.vue +283 -0
  167. package/src/components/SelectBtnField/config.ts +11 -0
  168. package/src/components/SelectBtnField/tests/SelectBtnField.spec.ts +327 -0
  169. package/src/components/SelectBtnField/tests/__snapshots__/SelectBtnField.spec.ts.snap +125 -0
  170. package/src/components/SelectBtnField/types.d.ts +11 -0
  171. package/src/components/SkipLink/SkipLink.vue +10 -10
  172. package/src/components/SocialMediaLinks/SocialMediaLinks.vue +28 -26
  173. package/src/components/SubHeader/SubHeader.vue +32 -31
  174. package/src/components/SyAlert/SyAlert.vue +12 -12
  175. package/src/components/UserMenuBtn/UserMenuBtn.vue +1 -1
  176. package/src/components/UserMenuBtn/config.ts +1 -1
  177. package/src/components/index.ts +17 -7
  178. package/src/composables/rules/useFieldValidation.ts +172 -44
  179. package/src/designTokens/index.ts +6 -4
  180. package/src/designTokens/{bootstrapColors.md → paColors.md} +1 -1
  181. package/src/designTokens/tokens/cnam/cnamLightTheme.ts +2 -0
  182. package/src/designTokens/tokens/pa/paColors.ts +171 -0
  183. package/src/designTokens/tokens/pa/paContextual.ts +58 -0
  184. package/src/designTokens/tokens/pa/paDarkTheme.ts +5 -0
  185. package/src/designTokens/tokens/pa/paLightTheme.ts +123 -0
  186. package/src/designTokens/tokens/pa/paSemantic.ts +87 -0
  187. package/src/stories/Fondamentaux/CustomisationEtThemes.mdx +52 -2
  188. package/src/stories/GuideDuDev/CreerUneIssue.mdx +64 -0
  189. package/src/stories/GuideDuDev/{CommentUtiliserLesRules.mdx → UtiliserLesRules.mdx} +2 -2
  190. package/src/stories/GuideDuDev/components.stories.ts +9 -7
  191. package/src/stories/Guidelines/Vuetify/Vuetify.stories.ts +163 -88
  192. package/src/stories/Guidelines/Vuetify/VuetifyItems.ts +250 -23
  193. package/src/temp/TestDTComponent.vue +5 -6
  194. package/src/utils/calcHumanFileSize/index.ts +12 -0
  195. package/src/utils/calcHumanFileSize/tests/calcHumanFileSize.spec.ts +21 -0
  196. package/src/designTokens/tokens/bootstrap/bootstrapColors.ts +0 -158
  197. package/src/designTokens/tokens/bootstrap/bootstrapLightTheme.ts +0 -22
  198. package/src/stories/GuideDuDev/CommentContribuer.mdx +0 -22
package/dist/style.css CHANGED
@@ -1 +1 @@
1
- .title[data-v-d21449f5]{font-size:24px!important}.alt-title[data-v-d21449f5]{font-size:20px!important}.body-text[data-v-d21449f5]{font-size:16px!important}.link-label[data-v-d21449f5]{font-size:14px!important}h1[data-v-d21449f5]{font-size:32px!important;line-height:130%!important}.h1-bold[data-v-d21449f5]{font-size:32px!important;font-weight:700!important;line-height:130%!important}h2[data-v-d21449f5]{font-size:28px!important;line-height:130%!important}.h2-bold[data-v-d21449f5]{font-size:28px!important;font-weight:700!important;line-height:130%!important}h3[data-v-d21449f5]{font-size:24px!important;line-height:130%!important}.h3-bold[data-v-d21449f5]{font-size:24px!important;font-weight:700!important;line-height:130%!important}h4[data-v-d21449f5]{font-size:20px!important;line-height:130%!important}.h4-bold[data-v-d21449f5]{font-size:20px!important;font-weight:700!important;line-height:130%!important}.display-1[data-v-d21449f5]{font-size:40px!important;line-height:130%!important}.display-1-bold[data-v-d21449f5]{font-size:40px!important;font-weight:700!important;line-height:130%!important}.display-2[data-v-d21449f5]{font-size:30px!important;line-height:130%!important}.display-2-bold[data-v-d21449f5]{font-size:30px!important;font-weight:700!important;line-height:130%!important}.elevation-1[data-v-d21449f5],.elevation-2[data-v-d21449f5],.elevation-3[data-v-d21449f5],.elevation-4[data-v-d21449f5],.elevation-5[data-v-d21449f5],.elevation-6[data-v-d21449f5],.elevation-7[data-v-d21449f5],.elevation-8[data-v-d21449f5],.elevation-9[data-v-d21449f5],.elevation-10[data-v-d21449f5],.elevation-11[data-v-d21449f5],.elevation-12[data-v-d21449f5],.elevation-13[data-v-d21449f5],.elevation-14[data-v-d21449f5],.elevation-15[data-v-d21449f5],.elevation-16[data-v-d21449f5],.elevation-17[data-v-d21449f5],.elevation-18[data-v-d21449f5],.elevation-19[data-v-d21449f5],.elevation-20[data-v-d21449f5],.elevation-21[data-v-d21449f5],.elevation-22[data-v-d21449f5],.elevation-23[data-v-d21449f5],.elevation-24[data-v-d21449f5]{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f!important}.page-container[data-v-d21449f5]{text-align:center;margin:0 auto;padding:40px 40px 56px 56px;width:1160px}@media (max-width: 600px){.page-container[data-v-d21449f5]{max-width:600px;padding:40px 24px 80px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;width:80%}}@media (min-width: 601px) and (max-width: 960px){.page-container[data-v-d21449f5]{max-width:960px;width:80%;display:grid;grid-template-columns:repeat(6,1fr);grid-gap:24px}}@media (min-width: 960px){.page-container[data-v-d21449f5]{max-width:960px;width:100%;display:grid;grid-template-columns:repeat(12,1fr);grid-gap:24px}}.alert[data-v-d21449f5]{padding:16px}.alert-icon[data-v-d21449f5]{border-radius:50%}[data-v-d21449f5] .v-alert__underlay{display:none}[data-v-d21449f5] .v-alert__close{align-self:center}[data-v-d21449f5] .v-btn--variant-text .v-btn__overlay{background:transparent!important}.alert-icon[data-v-d21449f5] .v-icon__svg{height:1.5rem!important}.alert-close-btn[data-v-d21449f5]{cursor:pointer;line-height:0}.alert-close-btn .v-btn__overlay[data-v-d21449f5]{display:none}.v-btn[data-v-d21449f5]{text-transform:none;font-weight:700;font-size:.75rem;letter-spacing:normal}@media screen and (max-width: 440px){.alert[data-v-d21449f5]{display:flex;flex-direction:column;background-color:#fff}.alert[data-v-d21449f5] .v-alert__content{align-self:flex-start!important;margin-top:24px}.alert[data-v-d21449f5] .v-alert__close{margin-top:16px;align-self:flex-end}.alert .v-alert__prepend>.v-icon[data-v-d21449f5]{background:none!important}}@media screen and (min-width: 441px){.alert .alert-icon[data-v-d21449f5]{width:3.5rem!important;height:3.5rem!important;display:grid;place-items:center}}.v-alert.alert--warning.v-alert--variant-tonal[data-v-d21449f5]{background:#fcf0d3!important;color:#222324!important}.v-alert.alert--warning.v-alert--variant-tonal[data-v-d21449f5] .v-alert__border{border-color:#60480e!important;opacity:1!important;border-inline-start-width:4px}.v-alert.alert--warning.v-alert--variant-outlined[data-v-d21449f5]{background:transparent!important}.v-alert.alert--warning.v-alert--variant-outlined[data-v-d21449f5] .v-alert__border{border-color:#60480e!important;opacity:1!important}.v-alert.alert--warning .v-alert__prepend>.v-icon[data-v-d21449f5],.v-alert.text-warning .v-alert__prepend>.v-icon[data-v-d21449f5]{background:#fdf7e9}.v-alert.alert--warning .v-alert__prepend>.v-icon[data-v-d21449f5] svg,.v-alert.text-warning .v-alert__prepend>.v-icon[data-v-d21449f5] svg{fill:#60480e}.v-alert.text-warning[data-v-d21449f5]{color:#60480e!important;border-color:#60480e!important}.v-alert.alert--success.v-alert--variant-tonal[data-v-d21449f5]{background:#cceee8!important;color:#222324!important}.v-alert.alert--success.v-alert--variant-tonal[data-v-d21449f5] .v-alert__border{border-color:#224e2d!important;opacity:1!important;border-inline-start-width:4px}.v-alert.alert--success.v-alert--variant-outlined[data-v-d21449f5]{background:transparent!important}.v-alert.alert--success.v-alert--variant-outlined[data-v-d21449f5] .v-alert__border{border-color:#224e2d!important;opacity:1!important}.v-alert.alert--success .v-alert__prepend>.v-icon[data-v-d21449f5],.v-alert.text-success .v-alert__prepend>.v-icon[data-v-d21449f5]{background:#e5f7f4}.v-alert.alert--success .v-alert__prepend>.v-icon[data-v-d21449f5] svg,.v-alert.text-success .v-alert__prepend>.v-icon[data-v-d21449f5] svg{fill:#224e2d}.v-alert.text-success[data-v-d21449f5]{color:#224e2d!important;border-color:#224e2d!important}.v-alert.alert--error.v-alert--variant-tonal[data-v-d21449f5]{background:#f9dcd7!important;color:#222324!important}.v-alert.alert--error.v-alert--variant-tonal[data-v-d21449f5] .v-alert__border{border-color:#b33f2e!important;opacity:1!important;border-inline-start-width:4px}.v-alert.alert--error.v-alert--variant-outlined[data-v-d21449f5]{background:transparent!important}.v-alert.alert--error.v-alert--variant-outlined[data-v-d21449f5] .v-alert__border{border-color:#b33f2e!important;opacity:1!important}.v-alert.alert--error .v-alert__prepend>.v-icon[data-v-d21449f5],.v-alert.text-error .v-alert__prepend>.v-icon[data-v-d21449f5]{background:#fcedeb}.v-alert.alert--error .v-alert__prepend>.v-icon[data-v-d21449f5] svg,.v-alert.text-error .v-alert__prepend>.v-icon[data-v-d21449f5] svg{fill:#b33f2e}.v-alert.text-error[data-v-d21449f5]{color:#b33f2e!important;border-color:#b33f2e!important}.v-alert.alert--info.v-alert--variant-tonal[data-v-d21449f5]{background:#ced9eb!important;color:#222324!important}.v-alert.alert--info.v-alert--variant-tonal[data-v-d21449f5] .v-alert__border{border-color:#0c419a!important;opacity:1!important;border-inline-start-width:4px}.v-alert.alert--info.v-alert--variant-outlined[data-v-d21449f5]{background:transparent!important}.v-alert.alert--info.v-alert--variant-outlined[data-v-d21449f5] .v-alert__border{border-color:#0c419a!important;opacity:1!important}.v-alert.alert--info .v-alert__prepend>.v-icon[data-v-d21449f5],.v-alert.text-info .v-alert__prepend>.v-icon[data-v-d21449f5]{background:#e7ecf5}.v-alert.alert--info .v-alert__prepend>.v-icon[data-v-d21449f5] svg,.v-alert.text-info .v-alert__prepend>.v-icon[data-v-d21449f5] svg{fill:#0c419a}.v-alert.text-info[data-v-d21449f5]{color:#0c419a!important;border-color:#0c419a!important}.v-btn.v-theme--light[data-v-04e68a28] .v-btn__underlay,.v-btn.v-theme--light[data-v-04e68a28] .v-btn__overlay{display:none}.vd-back-to-top-btn[data-v-c019b012]{position:sticky;z-index:999;opacity:1;float:right}.v-btn--variant-outlined[data-v-c019b012]{background:#fff}.vd-panel[data-v-8456c2b9]{background-color:transparent}.vd-panel-title[data-v-8456c2b9] .v-expansion-panel-title__overlay{background:transparent!important}.vd-panel-text[data-v-8456c2b9] .v-expansion-panel-text__wrapper{padding:0}li[data-v-8456c2b9]{list-style:none}a[data-v-8456c2b9]{transition:.15s;padding-top:1px;border-bottom:1px solid transparent;color:#000}a[data-v-8456c2b9]:hover,a[data-v-8456c2b9]:focus{border-color:currentColor}.v-theme--dark a[data-v-8456c2b9]{color:#fff}.vd-collapse-list a[data-v-8456c2b9]{color:#000}.vd-collapse-list[data-v-8456c2b9] .text-subtitle-1{font-size:1.125rem!important;letter-spacing:.0015em!important;line-height:1.75rem}.vd-collapse-list.theme--dark[data-v-8456c2b9] h4,.vd-collapse-list.theme--dark[data-v-8456c2b9] ul,.vd-collapse-list.theme--dark[data-v-8456c2b9] a,.vd-collapse-list.theme--dark[data-v-8456c2b9] button{color:#fff!important}.vd-collapse-list-mobile[data-v-8456c2b9] .text-subtitle-2{font-size:1rem!important;letter-spacing:.001em!important;line-height:1.375rem;font-weight:600}.vd-collapse-list-mobile[data-v-8456c2b9] .v-icon{color:#0000008a!important}.vd-collapse-list-mobile.theme--dark[data-v-8456c2b9] button{color:#fff!important}.vd-collapse-list-mobile[data-v-8456c2b9] button{color:red!important}.title{font-size:24px!important}.alt-title{font-size:20px!important}.body-text{font-size:16px!important}.link-label{font-size:14px!important}h1{font-size:32px!important;line-height:130%!important}.h1-bold{font-size:32px!important;font-weight:700!important;line-height:130%!important}h2{font-size:28px!important;line-height:130%!important}.h2-bold{font-size:28px!important;font-weight:700!important;line-height:130%!important}h3{font-size:24px!important;line-height:130%!important}.h3-bold{font-size:24px!important;font-weight:700!important;line-height:130%!important}h4{font-size:20px!important;line-height:130%!important}.h4-bold{font-size:20px!important;font-weight:700!important;line-height:130%!important}.display-1{font-size:40px!important;line-height:130%!important}.display-1-bold{font-size:40px!important;font-weight:700!important;line-height:130%!important}.display-2{font-size:30px!important;line-height:130%!important}.display-2-bold{font-size:30px!important;font-weight:700!important;line-height:130%!important}.elevation-1,.elevation-2,.elevation-3,.elevation-4,.elevation-5,.elevation-6,.elevation-7,.elevation-8,.elevation-9,.elevation-10,.elevation-11,.elevation-12,.elevation-13,.elevation-14,.elevation-15,.elevation-16,.elevation-17,.elevation-18,.elevation-19,.elevation-20,.elevation-21,.elevation-22,.elevation-23,.elevation-24{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f!important}.page-container{text-align:center;margin:0 auto;padding:40px 40px 56px 56px;width:1160px}@media (max-width: 600px){.page-container{max-width:600px;padding:40px 24px 80px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;width:80%}}@media (min-width: 601px) and (max-width: 960px){.page-container{max-width:960px;width:80%;display:grid;grid-template-columns:repeat(6,1fr);grid-gap:24px}}@media (min-width: 960px){.page-container{max-width:960px;width:100%;display:grid;grid-template-columns:repeat(12,1fr);grid-gap:24px}}.vd-copy-tooltip-menu{padding:6px 16px;box-shadow:none;margin-top:2px;background:#545859f2;color:#fff}.v-btn--icon .v-icon{color:#76797a}.title[data-v-ad6690a5]{font-size:24px!important}.alt-title[data-v-ad6690a5]{font-size:20px!important}.body-text[data-v-ad6690a5]{font-size:16px!important}.link-label[data-v-ad6690a5]{font-size:14px!important}h1[data-v-ad6690a5]{font-size:32px!important;line-height:130%!important}.h1-bold[data-v-ad6690a5]{font-size:32px!important;font-weight:700!important;line-height:130%!important}h2[data-v-ad6690a5]{font-size:28px!important;line-height:130%!important}.h2-bold[data-v-ad6690a5]{font-size:28px!important;font-weight:700!important;line-height:130%!important}h3[data-v-ad6690a5]{font-size:24px!important;line-height:130%!important}.h3-bold[data-v-ad6690a5]{font-size:24px!important;font-weight:700!important;line-height:130%!important}h4[data-v-ad6690a5]{font-size:20px!important;line-height:130%!important}.h4-bold[data-v-ad6690a5]{font-size:20px!important;font-weight:700!important;line-height:130%!important}.display-1[data-v-ad6690a5]{font-size:40px!important;line-height:130%!important}.display-1-bold[data-v-ad6690a5]{font-size:40px!important;font-weight:700!important;line-height:130%!important}.display-2[data-v-ad6690a5]{font-size:30px!important;line-height:130%!important}.display-2-bold[data-v-ad6690a5]{font-size:30px!important;font-weight:700!important;line-height:130%!important}.elevation-1[data-v-ad6690a5],.elevation-2[data-v-ad6690a5],.elevation-3[data-v-ad6690a5],.elevation-4[data-v-ad6690a5],.elevation-5[data-v-ad6690a5],.elevation-6[data-v-ad6690a5],.elevation-7[data-v-ad6690a5],.elevation-8[data-v-ad6690a5],.elevation-9[data-v-ad6690a5],.elevation-10[data-v-ad6690a5],.elevation-11[data-v-ad6690a5],.elevation-12[data-v-ad6690a5],.elevation-13[data-v-ad6690a5],.elevation-14[data-v-ad6690a5],.elevation-15[data-v-ad6690a5],.elevation-16[data-v-ad6690a5],.elevation-17[data-v-ad6690a5],.elevation-18[data-v-ad6690a5],.elevation-19[data-v-ad6690a5],.elevation-20[data-v-ad6690a5],.elevation-21[data-v-ad6690a5],.elevation-22[data-v-ad6690a5],.elevation-23[data-v-ad6690a5],.elevation-24[data-v-ad6690a5]{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f!important}.page-container[data-v-ad6690a5]{text-align:center;margin:0 auto;padding:40px 40px 56px 56px;width:1160px}@media (max-width: 600px){.page-container[data-v-ad6690a5]{max-width:600px;padding:40px 24px 80px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;width:80%}}@media (min-width: 601px) and (max-width: 960px){.page-container[data-v-ad6690a5]{max-width:960px;width:80%;display:grid;grid-template-columns:repeat(6,1fr);grid-gap:24px}}@media (min-width: 960px){.page-container[data-v-ad6690a5]{max-width:960px;width:100%;display:grid;grid-template-columns:repeat(12,1fr);grid-gap:24px}}.vd-user-menu-btn-ctn[data-v-ad6690a5]{position:relative;z-index:1}.vd-user-menu-btn-ctn .v-btn.v-btn--density-default[data-v-ad6690a5]{height:auto!important}.vd-user-menu-btn-ctn .v-btn[data-v-ad6690a5]{text-transform:none!important}.vd-user-menu-btn[data-v-ad6690a5]{outline:none;padding:12px!important}.vd-user-menu-btn[data-v-ad6690a5]:hover:before{background:#000;opacity:.05}.vd-user-menu-btn[data-v-ad6690a5]:focus:before{background:#0c419a;opacity:.08}.vd-user-menu-btn[data-v-ad6690a5]:focus{background:#0c419a14!important}[data-v-ad6690a5] .vd-user-menu-btn:focus>.v-btn__overlay{opacity:0!important}.title[data-v-12145ca1]{font-size:24px!important}.alt-title[data-v-12145ca1]{font-size:20px!important}.body-text[data-v-12145ca1]{font-size:16px!important}.link-label[data-v-12145ca1]{font-size:14px!important}h1[data-v-12145ca1]{font-size:32px!important;line-height:130%!important}.h1-bold[data-v-12145ca1]{font-size:32px!important;font-weight:700!important;line-height:130%!important}h2[data-v-12145ca1]{font-size:28px!important;line-height:130%!important}.h2-bold[data-v-12145ca1]{font-size:28px!important;font-weight:700!important;line-height:130%!important}h3[data-v-12145ca1]{font-size:24px!important;line-height:130%!important}.h3-bold[data-v-12145ca1]{font-size:24px!important;font-weight:700!important;line-height:130%!important}h4[data-v-12145ca1]{font-size:20px!important;line-height:130%!important}.h4-bold[data-v-12145ca1]{font-size:20px!important;font-weight:700!important;line-height:130%!important}.display-1[data-v-12145ca1]{font-size:40px!important;line-height:130%!important}.display-1-bold[data-v-12145ca1]{font-size:40px!important;font-weight:700!important;line-height:130%!important}.display-2[data-v-12145ca1]{font-size:30px!important;line-height:130%!important}.display-2-bold[data-v-12145ca1]{font-size:30px!important;font-weight:700!important;line-height:130%!important}.elevation-1[data-v-12145ca1],.elevation-2[data-v-12145ca1],.elevation-3[data-v-12145ca1],.elevation-4[data-v-12145ca1],.elevation-5[data-v-12145ca1],.elevation-6[data-v-12145ca1],.elevation-7[data-v-12145ca1],.elevation-8[data-v-12145ca1],.elevation-9[data-v-12145ca1],.elevation-10[data-v-12145ca1],.elevation-11[data-v-12145ca1],.elevation-12[data-v-12145ca1],.elevation-13[data-v-12145ca1],.elevation-14[data-v-12145ca1],.elevation-15[data-v-12145ca1],.elevation-16[data-v-12145ca1],.elevation-17[data-v-12145ca1],.elevation-18[data-v-12145ca1],.elevation-19[data-v-12145ca1],.elevation-20[data-v-12145ca1],.elevation-21[data-v-12145ca1],.elevation-22[data-v-12145ca1],.elevation-23[data-v-12145ca1],.elevation-24[data-v-12145ca1]{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f!important}.page-container[data-v-12145ca1]{text-align:center;margin:0 auto;padding:40px 40px 56px 56px;width:1160px}@media (max-width: 600px){.page-container[data-v-12145ca1]{max-width:600px;padding:40px 24px 80px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;width:80%}}@media (min-width: 601px) and (max-width: 960px){.page-container[data-v-12145ca1]{max-width:960px;width:80%;display:grid;grid-template-columns:repeat(6,1fr);grid-gap:24px}}@media (min-width: 960px){.page-container[data-v-12145ca1]{max-width:960px;width:100%;display:grid;grid-template-columns:repeat(12,1fr);grid-gap:24px}}.sy-input-select[data-v-12145ca1]{text-transform:none!important;font-size:16px}.v-input[data-v-12145ca1]{cursor:pointer;position:relative}.v-list[data-v-12145ca1]{position:absolute;width:100%;z-index:1;background-color:#fff;min-width:fit-content;max-width:100px;padding:0;box-shadow:0 2px 5px #0000001f,0 2px 10px #00000014;border-radius:4px;overflow-y:auto;max-height:300px}.v-list-item[data-v-12145ca1]:hover{background-color:#0000000a}[data-v-12145ca1] .v-list-item[aria-selected=true]{background-color:#00000014}[data-v-12145ca1] .v-list-item[aria-selected=true] .v-list-item-title{font-weight:700}.error[data-v-12145ca1]{border-color:#b33f2e}.v-btn[data-v-12145ca1],.text-color[data-v-12145ca1]{color:#0c419a}.title[data-v-ef2339e7]{font-size:24px!important}.alt-title[data-v-ef2339e7]{font-size:20px!important}.body-text[data-v-ef2339e7]{font-size:16px!important}.link-label[data-v-ef2339e7]{font-size:14px!important}h1[data-v-ef2339e7]{font-size:32px!important;line-height:130%!important}.h1-bold[data-v-ef2339e7]{font-size:32px!important;font-weight:700!important;line-height:130%!important}h2[data-v-ef2339e7]{font-size:28px!important;line-height:130%!important}.h2-bold[data-v-ef2339e7]{font-size:28px!important;font-weight:700!important;line-height:130%!important}h3[data-v-ef2339e7]{font-size:24px!important;line-height:130%!important}.h3-bold[data-v-ef2339e7]{font-size:24px!important;font-weight:700!important;line-height:130%!important}h4[data-v-ef2339e7]{font-size:20px!important;line-height:130%!important}.h4-bold[data-v-ef2339e7]{font-size:20px!important;font-weight:700!important;line-height:130%!important}.display-1[data-v-ef2339e7]{font-size:40px!important;line-height:130%!important}.display-1-bold[data-v-ef2339e7]{font-size:40px!important;font-weight:700!important;line-height:130%!important}.display-2[data-v-ef2339e7]{font-size:30px!important;line-height:130%!important}.display-2-bold[data-v-ef2339e7]{font-size:30px!important;font-weight:700!important;line-height:130%!important}.elevation-1[data-v-ef2339e7],.elevation-2[data-v-ef2339e7],.elevation-3[data-v-ef2339e7],.elevation-4[data-v-ef2339e7],.elevation-5[data-v-ef2339e7],.elevation-6[data-v-ef2339e7],.elevation-7[data-v-ef2339e7],.elevation-8[data-v-ef2339e7],.elevation-9[data-v-ef2339e7],.elevation-10[data-v-ef2339e7],.elevation-11[data-v-ef2339e7],.elevation-12[data-v-ef2339e7],.elevation-13[data-v-ef2339e7],.elevation-14[data-v-ef2339e7],.elevation-15[data-v-ef2339e7],.elevation-16[data-v-ef2339e7],.elevation-17[data-v-ef2339e7],.elevation-18[data-v-ef2339e7],.elevation-19[data-v-ef2339e7],.elevation-20[data-v-ef2339e7],.elevation-21[data-v-ef2339e7],.elevation-22[data-v-ef2339e7],.elevation-23[data-v-ef2339e7],.elevation-24[data-v-ef2339e7]{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f!important}.page-container[data-v-ef2339e7]{text-align:center;margin:0 auto;padding:40px 40px 56px 56px;width:1160px}@media (max-width: 600px){.page-container[data-v-ef2339e7]{max-width:600px;padding:40px 24px 80px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;width:80%}}@media (min-width: 601px) and (max-width: 960px){.page-container[data-v-ef2339e7]{max-width:960px;width:80%;display:grid;grid-template-columns:repeat(6,1fr);grid-gap:24px}}@media (min-width: 960px){.page-container[data-v-ef2339e7]{max-width:960px;width:100%;display:grid;grid-template-columns:repeat(12,1fr);grid-gap:24px}}.sy-select[data-v-ef2339e7]{display:flex;flex-direction:column}.v-field[data-v-ef2339e7]{position:relative}.v-field--focused .v-icon.arrow[data-v-ef2339e7]{transform:rotateX(180deg)}.v-list[data-v-ef2339e7]{position:absolute;left:inherit!important;margin-top:-22px;background-color:#fff;max-height:300px;padding:0;box-shadow:0 2px 5px #0000001f,0 2px 10px #00000014;border-radius:4px;overflow-y:auto;z-index:2}.v-list-item[data-v-ef2339e7]:hover{background-color:#0000000a}.v-list-item[aria-selected=true][data-v-ef2339e7]{background-color:#00000014}.v-icon[data-v-ef2339e7]{position:absolute;right:10px;color:#434647}[data-v-ef2339e7] .v-field__input{color:#434647}.hidden-label[data-v-ef2339e7]{visibility:hidden;position:absolute;white-space:nowrap}.vd-row[data-v-ac4bdcda]{display:flex;flex-wrap:wrap}.vd-row .vd-data-list-item-label[data-v-ac4bdcda]{align-self:center}.vd-row .vd-data-list-item-label[data-v-ac4bdcda]:after{content:":";margin:0 4px}.vd-data-list-item-action-btn.v-btn[data-v-ac4bdcda]{min-width:0;margin:0 -1px}.v-icon.v-theme--light[data-v-ac4bdcda]{color:#0000008a}.vd-header-loading[data-v-5a62b165]{background:transparent}.vd-header-loading[data-v-5a62b165] .v-skeleton-loader__heading{width:100%;height:100%;border-radius:35px;margin:0;background:rgba(128,128,128,var(--v-border-opacity))}.vd-header-loading.v-skeleton-loader--tile[data-v-5a62b165] .v-skeleton-loader__heading{border-radius:0}[data-v-e625daaf] ul{list-style:none}.title[data-v-111dda07]{font-size:24px!important}.alt-title[data-v-111dda07]{font-size:20px!important}.body-text[data-v-111dda07]{font-size:16px!important}.link-label[data-v-111dda07]{font-size:14px!important}h1[data-v-111dda07]{font-size:32px!important;line-height:130%!important}.h1-bold[data-v-111dda07]{font-size:32px!important;font-weight:700!important;line-height:130%!important}h2[data-v-111dda07]{font-size:28px!important;line-height:130%!important}.h2-bold[data-v-111dda07]{font-size:28px!important;font-weight:700!important;line-height:130%!important}h3[data-v-111dda07]{font-size:24px!important;line-height:130%!important}.h3-bold[data-v-111dda07]{font-size:24px!important;font-weight:700!important;line-height:130%!important}h4[data-v-111dda07]{font-size:20px!important;line-height:130%!important}.h4-bold[data-v-111dda07]{font-size:20px!important;font-weight:700!important;line-height:130%!important}.display-1[data-v-111dda07]{font-size:40px!important;line-height:130%!important}.display-1-bold[data-v-111dda07]{font-size:40px!important;font-weight:700!important;line-height:130%!important}.display-2[data-v-111dda07]{font-size:30px!important;line-height:130%!important}.display-2-bold[data-v-111dda07]{font-size:30px!important;font-weight:700!important;line-height:130%!important}.elevation-1[data-v-111dda07],.elevation-2[data-v-111dda07],.elevation-3[data-v-111dda07],.elevation-4[data-v-111dda07],.elevation-5[data-v-111dda07],.elevation-6[data-v-111dda07],.elevation-7[data-v-111dda07],.elevation-8[data-v-111dda07],.elevation-9[data-v-111dda07],.elevation-10[data-v-111dda07],.elevation-11[data-v-111dda07],.elevation-12[data-v-111dda07],.elevation-13[data-v-111dda07],.elevation-14[data-v-111dda07],.elevation-15[data-v-111dda07],.elevation-16[data-v-111dda07],.elevation-17[data-v-111dda07],.elevation-18[data-v-111dda07],.elevation-19[data-v-111dda07],.elevation-20[data-v-111dda07],.elevation-21[data-v-111dda07],.elevation-22[data-v-111dda07],.elevation-23[data-v-111dda07],.elevation-24[data-v-111dda07]{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f!important}.page-container[data-v-111dda07]{text-align:center;margin:0 auto;padding:40px 40px 56px 56px;width:1160px}@media (max-width: 600px){.page-container[data-v-111dda07]{max-width:600px;padding:40px 24px 80px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;width:80%}}@media (min-width: 601px) and (max-width: 960px){.page-container[data-v-111dda07]{max-width:960px;width:80%;display:grid;grid-template-columns:repeat(6,1fr);grid-gap:24px}}@media (min-width: 960px){.page-container[data-v-111dda07]{max-width:960px;width:100%;display:grid;grid-template-columns:repeat(12,1fr);grid-gap:24px}}.v-card__title[data-v-111dda07]>*{line-height:1em}.v-btn--icon[data-v-111dda07]{color:#222324;position:absolute;right:24px}h2[data-v-111dda07]{word-break:break-word;text-wrap:balance}.vd-dialog-box-actions-ctn[data-v-111dda07]{display:flex;flex-direction:column-reverse;justify-content:stretch;gap:16px}@media screen and (min-width: 600px){.vd-dialog-box-actions-ctn[data-v-111dda07]{flex-direction:row}}.vd-download-btn[data-v-ef3f6e33] .v-btn__content{flex-wrap:wrap}.vd-download-btn[data-v-ef3f6e33] .v-icon{flex:none}.outlined-style[data-v-ef3f6e33]{border:1px solid currentColor}.vd-page-container[data-v-a1092a88]{flex:1;width:100%;max-width:1712px;margin:0 auto}.vd-code[data-v-8a08901d]{font-size:6rem;line-height:6rem;font-weight:400}.title[data-v-14404215]{font-size:24px!important}.alt-title[data-v-14404215]{font-size:20px!important}.body-text[data-v-14404215]{font-size:16px!important}.link-label[data-v-14404215]{font-size:14px!important}h1[data-v-14404215]{font-size:32px!important;line-height:130%!important}.h1-bold[data-v-14404215]{font-size:32px!important;font-weight:700!important;line-height:130%!important}h2[data-v-14404215]{font-size:28px!important;line-height:130%!important}.h2-bold[data-v-14404215]{font-size:28px!important;font-weight:700!important;line-height:130%!important}h3[data-v-14404215]{font-size:24px!important;line-height:130%!important}.h3-bold[data-v-14404215]{font-size:24px!important;font-weight:700!important;line-height:130%!important}h4[data-v-14404215]{font-size:20px!important;line-height:130%!important}.h4-bold[data-v-14404215]{font-size:20px!important;font-weight:700!important;line-height:130%!important}.display-1[data-v-14404215]{font-size:40px!important;line-height:130%!important}.display-1-bold[data-v-14404215]{font-size:40px!important;font-weight:700!important;line-height:130%!important}.display-2[data-v-14404215]{font-size:30px!important;line-height:130%!important}.display-2-bold[data-v-14404215]{font-size:30px!important;font-weight:700!important;line-height:130%!important}.elevation-1[data-v-14404215],.elevation-2[data-v-14404215],.elevation-3[data-v-14404215],.elevation-4[data-v-14404215],.elevation-5[data-v-14404215],.elevation-6[data-v-14404215],.elevation-7[data-v-14404215],.elevation-8[data-v-14404215],.elevation-9[data-v-14404215],.elevation-10[data-v-14404215],.elevation-11[data-v-14404215],.elevation-12[data-v-14404215],.elevation-13[data-v-14404215],.elevation-14[data-v-14404215],.elevation-15[data-v-14404215],.elevation-16[data-v-14404215],.elevation-17[data-v-14404215],.elevation-18[data-v-14404215],.elevation-19[data-v-14404215],.elevation-20[data-v-14404215],.elevation-21[data-v-14404215],.elevation-22[data-v-14404215],.elevation-23[data-v-14404215],.elevation-24[data-v-14404215]{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f!important}.page-container[data-v-14404215]{text-align:center;margin:0 auto;padding:40px 40px 56px 56px;width:1160px}@media (max-width: 600px){.page-container[data-v-14404215]{max-width:600px;padding:40px 24px 80px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;width:80%}}@media (min-width: 601px) and (max-width: 960px){.page-container[data-v-14404215]{max-width:960px;width:80%;display:grid;grid-template-columns:repeat(6,1fr);grid-gap:24px}}@media (min-width: 960px){.page-container[data-v-14404215]{max-width:960px;width:100%;display:grid;grid-template-columns:repeat(12,1fr);grid-gap:24px}}.vd-social-media-links[data-v-14404215]{display:flex;flex-direction:column}li[data-v-14404215]{list-style:none}.vd-social-media-links-label.text--primary[data-v-14404215]{color:#0c419a;font-weight:600}.v-theme--dark .vd-social-media-links-label.text--primary[data-v-14404215]{color:#fff}.vd-social-media-links-icon[data-v-14404215]{color:#545859}.v-btn--icon[data-v-14404215]{width:calc(var(--v-btn-height) + 5px);height:calc(var(--v-btn-height) + 5px);border:0}.v-theme--dark .v-btn--variant-text[data-v-14404215]:hover{background:#ffffff1a}@media (min-width: 768px){.vd-social-media-links-label[data-v-14404215]{text-align:right}.vd-social-media-links-content[data-v-14404215]{justify-content:flex-end}}@media (max-width: 767px){.vd-social-media-links-label[data-v-14404215]{text-align:left}.vd-social-media-links-content[data-v-14404215]{justify-content:flex-start}}.title[data-v-85a79e6b]{font-size:24px!important}.alt-title[data-v-85a79e6b]{font-size:20px!important}.body-text[data-v-85a79e6b]{font-size:16px!important}.link-label[data-v-85a79e6b]{font-size:14px!important}h1[data-v-85a79e6b]{font-size:32px!important;line-height:130%!important}.h1-bold[data-v-85a79e6b]{font-size:32px!important;font-weight:700!important;line-height:130%!important}h2[data-v-85a79e6b]{font-size:28px!important;line-height:130%!important}.h2-bold[data-v-85a79e6b]{font-size:28px!important;font-weight:700!important;line-height:130%!important}h3[data-v-85a79e6b]{font-size:24px!important;line-height:130%!important}.h3-bold[data-v-85a79e6b]{font-size:24px!important;font-weight:700!important;line-height:130%!important}h4[data-v-85a79e6b]{font-size:20px!important;line-height:130%!important}.h4-bold[data-v-85a79e6b]{font-size:20px!important;font-weight:700!important;line-height:130%!important}.display-1[data-v-85a79e6b]{font-size:40px!important;line-height:130%!important}.display-1-bold[data-v-85a79e6b]{font-size:40px!important;font-weight:700!important;line-height:130%!important}.display-2[data-v-85a79e6b]{font-size:30px!important;line-height:130%!important}.display-2-bold[data-v-85a79e6b]{font-size:30px!important;font-weight:700!important;line-height:130%!important}.elevation-1[data-v-85a79e6b],.elevation-2[data-v-85a79e6b],.elevation-3[data-v-85a79e6b],.elevation-4[data-v-85a79e6b],.elevation-5[data-v-85a79e6b],.elevation-6[data-v-85a79e6b],.elevation-7[data-v-85a79e6b],.elevation-8[data-v-85a79e6b],.elevation-9[data-v-85a79e6b],.elevation-10[data-v-85a79e6b],.elevation-11[data-v-85a79e6b],.elevation-12[data-v-85a79e6b],.elevation-13[data-v-85a79e6b],.elevation-14[data-v-85a79e6b],.elevation-15[data-v-85a79e6b],.elevation-16[data-v-85a79e6b],.elevation-17[data-v-85a79e6b],.elevation-18[data-v-85a79e6b],.elevation-19[data-v-85a79e6b],.elevation-20[data-v-85a79e6b],.elevation-21[data-v-85a79e6b],.elevation-22[data-v-85a79e6b],.elevation-23[data-v-85a79e6b],.elevation-24[data-v-85a79e6b]{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f!important}.page-container[data-v-85a79e6b]{text-align:center;margin:0 auto;padding:40px 40px 56px 56px;width:1160px}@media (max-width: 600px){.page-container[data-v-85a79e6b]{max-width:600px;padding:40px 24px 80px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;width:80%}}@media (min-width: 601px) and (max-width: 960px){.page-container[data-v-85a79e6b]{max-width:960px;width:80%;display:grid;grid-template-columns:repeat(6,1fr);grid-gap:24px}}@media (min-width: 960px){.page-container[data-v-85a79e6b]{max-width:960px;width:100%;display:grid;grid-template-columns:repeat(12,1fr);grid-gap:24px}}a[data-v-85a79e6b]{cursor:pointer}.v-btn--icon[data-v-85a79e6b]{border:0}.v-footer[data-v-85a79e6b]{flex-grow:0!important;justify-content:center}.v-footer .container[data-v-85a79e6b]{width:100%;max-width:1712px;margin:0 auto}.vd-footer-bar[data-v-85a79e6b] .vd-footer-bar-links a,.vd-footer-bar[data-v-85a79e6b] p,.vd-footer-bar[data-v-85a79e6b] .text--primary{color:#000000de}.vd-footer-bar[data-v-85a79e6b] .text--secondary{color:#0009}.vd-footer-bar[data-v-85a79e6b] .social .text--primary{color:#0c419a}.vd-footer-bar[data-v-85a79e6b] .social a.v-btn:hover,.vd-footer-bar[data-v-85a79e6b] button.v-btn:hover{background:#0000000d}.vd-footer-bar[data-v-85a79e6b] a.text--primary{color:#0c419a}.vd-footer-bar[data-v-85a79e6b] .v-divider{border-color:#2f384d}.vd-footer-bar[data-v-85a79e6b] svg.logo{fill:#0c419a}.vd-footer-bar[data-v-85a79e6b] .scroll{color:#0c419a!important}.vd-footer-bar.v-theme--dark[data-v-85a79e6b] .vd-footer-bar-links a{color:#fff}.vd-footer-bar.v-theme--dark[data-v-85a79e6b] p,.vd-footer-bar.v-theme--dark[data-v-85a79e6b] .text--primary{color:#ffffffde}.vd-footer-bar.v-theme--dark[data-v-85a79e6b] .text--secondary{color:#fff9}.vd-footer-bar.v-theme--dark[data-v-85a79e6b] a.text--primary{color:#fff}.vd-footer-bar.v-theme--dark[data-v-85a79e6b] .v-divider{border-color:#fff}.vd-footer-bar.v-theme--dark[data-v-85a79e6b] svg{fill:#fff}.vd-footer-bar-links[data-v-85a79e6b] li{list-style:none;display:flex}.vd-footer-bar-links[data-v-85a79e6b] a{transition:.15s;text-decoration:none;padding-top:1px;border-bottom:1px solid transparent}.vd-footer-bar-links[data-v-85a79e6b] a:hover,.vd-footer-bar-links[data-v-85a79e6b] a:focus{border-color:currentColor}.vd-footer-bar-links[data-v-85a79e6b] p{padding:1px 0}.v-theme--dark button.v-btn[data-v-85a79e6b]:hover{background:#ffffff1a}.vd-france-connect-btn a[data-v-7d3bb666]{color:#000091}.vd-france-connect-btn a[data-v-7d3bb666]:focus{outline-offset:3px}.vd-france-connect-link[data-v-7d3bb666]{background:#000091}.vd-france-connect-link[data-v-7d3bb666]:hover{background:#1212ff;transition:all .2s ease-in-out}.vd-france-connect-link[data-v-7d3bb666]:active{background:#2323ff}.vd-france-connect-link[data-v-7d3bb666]:focus{outline-offset:3px}.vd-france-connect-btn--dark .vd-france-connect-link[data-v-7d3bb666]{color:#fff;background-color:#8585f6}.vd-france-connect-btn--dark .vd-france-connect-link[data-v-7d3bb666]:hover{background-color:#b1b1f9}.vd-france-connect-btn--dark .vd-france-connect-link[data-v-7d3bb666]:active{background-color:#c6c6fb}.vd-france-connect-btn--dark .vd-france-connect-info-link[data-v-7d3bb666]{color:#8585f6}.vd-france-connect-info-link[data-v-7d3bb666]{background-image:linear-gradient(currentColor,currentColor);background-position:0% 100%;background-repeat:no-repeat;background-size:100% 1px}.vd-france-connect-info-link[data-v-7d3bb666]:hover{background-size:100% 2px}[data-v-7d3bb666] :scope:focus{border-radius:0!important}.cls-2[data-v-c84a4cb8],.cls-2[data-v-3e4cb924]{fill:#0c419a}.title[data-v-b87d6ac8]{font-size:24px!important}.alt-title[data-v-b87d6ac8]{font-size:20px!important}.body-text[data-v-b87d6ac8]{font-size:16px!important}.link-label[data-v-b87d6ac8]{font-size:14px!important}h1[data-v-b87d6ac8]{font-size:32px!important;line-height:130%!important}.h1-bold[data-v-b87d6ac8]{font-size:32px!important;font-weight:700!important;line-height:130%!important}h2[data-v-b87d6ac8]{font-size:28px!important;line-height:130%!important}.h2-bold[data-v-b87d6ac8]{font-size:28px!important;font-weight:700!important;line-height:130%!important}h3[data-v-b87d6ac8]{font-size:24px!important;line-height:130%!important}.h3-bold[data-v-b87d6ac8]{font-size:24px!important;font-weight:700!important;line-height:130%!important}h4[data-v-b87d6ac8]{font-size:20px!important;line-height:130%!important}.h4-bold[data-v-b87d6ac8]{font-size:20px!important;font-weight:700!important;line-height:130%!important}.display-1[data-v-b87d6ac8]{font-size:40px!important;line-height:130%!important}.display-1-bold[data-v-b87d6ac8]{font-size:40px!important;font-weight:700!important;line-height:130%!important}.display-2[data-v-b87d6ac8]{font-size:30px!important;line-height:130%!important}.display-2-bold[data-v-b87d6ac8]{font-size:30px!important;font-weight:700!important;line-height:130%!important}.elevation-1[data-v-b87d6ac8],.elevation-2[data-v-b87d6ac8],.elevation-3[data-v-b87d6ac8],.elevation-4[data-v-b87d6ac8],.elevation-5[data-v-b87d6ac8],.elevation-6[data-v-b87d6ac8],.elevation-7[data-v-b87d6ac8],.elevation-8[data-v-b87d6ac8],.elevation-9[data-v-b87d6ac8],.elevation-10[data-v-b87d6ac8],.elevation-11[data-v-b87d6ac8],.elevation-12[data-v-b87d6ac8],.elevation-13[data-v-b87d6ac8],.elevation-14[data-v-b87d6ac8],.elevation-15[data-v-b87d6ac8],.elevation-16[data-v-b87d6ac8],.elevation-17[data-v-b87d6ac8],.elevation-18[data-v-b87d6ac8],.elevation-19[data-v-b87d6ac8],.elevation-20[data-v-b87d6ac8],.elevation-21[data-v-b87d6ac8],.elevation-22[data-v-b87d6ac8],.elevation-23[data-v-b87d6ac8],.elevation-24[data-v-b87d6ac8]{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f!important}.page-container[data-v-b87d6ac8]{text-align:center;margin:0 auto;padding:40px 40px 56px 56px;width:1160px}@media (max-width: 600px){.page-container[data-v-b87d6ac8]{max-width:600px;padding:40px 24px 80px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;width:80%}}@media (min-width: 601px) and (max-width: 960px){.page-container[data-v-b87d6ac8]{max-width:960px;width:80%;display:grid;grid-template-columns:repeat(6,1fr);grid-gap:24px}}@media (min-width: 960px){.page-container[data-v-b87d6ac8]{max-width:960px;width:100%;display:grid;grid-template-columns:repeat(12,1fr);grid-gap:24px}}.logo[data-v-b87d6ac8]{display:flex;height:52px;align-items:center;color:#0c419a;line-height:1.45;font-family:Cabin,Arial,Helvetica,sans-serif;text-decoration:none;cursor:pointer}.logo[data-v-b87d6ac8] svg{flex-grow:0;flex-shrink:0}.service-title[data-v-b87d6ac8]{font-size:.875rem;font-weight:500}.service-subtitle[data-v-b87d6ac8]{font-size:.875rem;font-weight:400}@media screen and (min-width: 990px){.service-title[data-v-b87d6ac8]{font-size:1.125rem}.service-subtitle[data-v-b87d6ac8]{font-size:.75rem}}.title[data-v-b4466b1f]{font-size:24px!important}.alt-title[data-v-b4466b1f]{font-size:20px!important}.body-text[data-v-b4466b1f]{font-size:16px!important}.link-label[data-v-b4466b1f]{font-size:14px!important}h1[data-v-b4466b1f]{font-size:32px!important;line-height:130%!important}.h1-bold[data-v-b4466b1f]{font-size:32px!important;font-weight:700!important;line-height:130%!important}h2[data-v-b4466b1f]{font-size:28px!important;line-height:130%!important}.h2-bold[data-v-b4466b1f]{font-size:28px!important;font-weight:700!important;line-height:130%!important}h3[data-v-b4466b1f]{font-size:24px!important;line-height:130%!important}.h3-bold[data-v-b4466b1f]{font-size:24px!important;font-weight:700!important;line-height:130%!important}h4[data-v-b4466b1f]{font-size:20px!important;line-height:130%!important}.h4-bold[data-v-b4466b1f]{font-size:20px!important;font-weight:700!important;line-height:130%!important}.display-1[data-v-b4466b1f]{font-size:40px!important;line-height:130%!important}.display-1-bold[data-v-b4466b1f]{font-size:40px!important;font-weight:700!important;line-height:130%!important}.display-2[data-v-b4466b1f]{font-size:30px!important;line-height:130%!important}.display-2-bold[data-v-b4466b1f]{font-size:30px!important;font-weight:700!important;line-height:130%!important}.elevation-1[data-v-b4466b1f],.elevation-2[data-v-b4466b1f],.elevation-3[data-v-b4466b1f],.elevation-4[data-v-b4466b1f],.elevation-5[data-v-b4466b1f],.elevation-6[data-v-b4466b1f],.elevation-7[data-v-b4466b1f],.elevation-8[data-v-b4466b1f],.elevation-9[data-v-b4466b1f],.elevation-10[data-v-b4466b1f],.elevation-11[data-v-b4466b1f],.elevation-12[data-v-b4466b1f],.elevation-13[data-v-b4466b1f],.elevation-14[data-v-b4466b1f],.elevation-15[data-v-b4466b1f],.elevation-16[data-v-b4466b1f],.elevation-17[data-v-b4466b1f],.elevation-18[data-v-b4466b1f],.elevation-19[data-v-b4466b1f],.elevation-20[data-v-b4466b1f],.elevation-21[data-v-b4466b1f],.elevation-22[data-v-b4466b1f],.elevation-23[data-v-b4466b1f],.elevation-24[data-v-b4466b1f]{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f!important}.page-container[data-v-b4466b1f]{text-align:center;margin:0 auto;padding:40px 40px 56px 56px;width:1160px}@media (max-width: 600px){.page-container[data-v-b4466b1f]{max-width:600px;padding:40px 24px 80px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;width:80%}}@media (min-width: 601px) and (max-width: 960px){.page-container[data-v-b4466b1f]{max-width:960px;width:80%;display:grid;grid-template-columns:repeat(6,1fr);grid-gap:24px}}@media (min-width: 960px){.page-container[data-v-b4466b1f]{max-width:960px;width:100%;display:grid;grid-template-columns:repeat(12,1fr);grid-gap:24px}}.header[data-v-b4466b1f]{position:relative;z-index:1}.sticky-header[data-v-b4466b1f]{background-color:#fff;width:100%;z-index:1000}.inner-header[data-v-b4466b1f]{display:flex;align-items:center;height:77px;max-width:1712px;margin:0 auto;border-bottom:solid 1px #ced9eb}.header-side[data-v-b4466b1f]{display:flex;align-items:center;margin-left:auto}@media screen and (min-width: 340px){.menu+.header-logo[data-v-b4466b1f]{padding-left:16px!important}}@media screen and (min-width: 990px){.inner-header[data-v-b4466b1f]{height:95px}}.title[data-v-9b8f4e67]{font-size:24px!important}.alt-title[data-v-9b8f4e67]{font-size:20px!important}.body-text[data-v-9b8f4e67]{font-size:16px!important}.link-label[data-v-9b8f4e67]{font-size:14px!important}h1[data-v-9b8f4e67]{font-size:32px!important;line-height:130%!important}.h1-bold[data-v-9b8f4e67]{font-size:32px!important;font-weight:700!important;line-height:130%!important}h2[data-v-9b8f4e67]{font-size:28px!important;line-height:130%!important}.h2-bold[data-v-9b8f4e67]{font-size:28px!important;font-weight:700!important;line-height:130%!important}h3[data-v-9b8f4e67]{font-size:24px!important;line-height:130%!important}.h3-bold[data-v-9b8f4e67]{font-size:24px!important;font-weight:700!important;line-height:130%!important}h4[data-v-9b8f4e67]{font-size:20px!important;line-height:130%!important}.h4-bold[data-v-9b8f4e67]{font-size:20px!important;font-weight:700!important;line-height:130%!important}.display-1[data-v-9b8f4e67]{font-size:40px!important;line-height:130%!important}.display-1-bold[data-v-9b8f4e67]{font-size:40px!important;font-weight:700!important;line-height:130%!important}.display-2[data-v-9b8f4e67]{font-size:30px!important;line-height:130%!important}.display-2-bold[data-v-9b8f4e67]{font-size:30px!important;font-weight:700!important;line-height:130%!important}.elevation-1[data-v-9b8f4e67],.elevation-2[data-v-9b8f4e67],.elevation-3[data-v-9b8f4e67],.elevation-4[data-v-9b8f4e67],.elevation-5[data-v-9b8f4e67],.elevation-6[data-v-9b8f4e67],.elevation-7[data-v-9b8f4e67],.elevation-8[data-v-9b8f4e67],.elevation-9[data-v-9b8f4e67],.elevation-10[data-v-9b8f4e67],.elevation-11[data-v-9b8f4e67],.elevation-12[data-v-9b8f4e67],.elevation-13[data-v-9b8f4e67],.elevation-14[data-v-9b8f4e67],.elevation-15[data-v-9b8f4e67],.elevation-16[data-v-9b8f4e67],.elevation-17[data-v-9b8f4e67],.elevation-18[data-v-9b8f4e67],.elevation-19[data-v-9b8f4e67],.elevation-20[data-v-9b8f4e67],.elevation-21[data-v-9b8f4e67],.elevation-22[data-v-9b8f4e67],.elevation-23[data-v-9b8f4e67],.elevation-24[data-v-9b8f4e67]{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f!important}.page-container[data-v-9b8f4e67]{text-align:center;margin:0 auto;padding:40px 40px 56px 56px;width:1160px}@media (max-width: 600px){.page-container[data-v-9b8f4e67]{max-width:600px;padding:40px 24px 80px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;width:80%}}@media (min-width: 601px) and (max-width: 960px){.page-container[data-v-9b8f4e67]{max-width:960px;width:80%;display:grid;grid-template-columns:repeat(6,1fr);grid-gap:24px}}@media (min-width: 960px){.page-container[data-v-9b8f4e67]{max-width:960px;width:100%;display:grid;grid-template-columns:repeat(12,1fr);grid-gap:24px}}.header-menu-btn[data-v-9b8f4e67]{text-transform:Capitalize;height:77px;width:82px;display:flex;flex-direction:column;align-items:center;flex-shrink:0;justify-content:center;font-weight:700;background-color:#0c419a;color:#fff;border-bottom:solid 1px #ced9eb;transition:color .15s .1s,background-color .15s .1s,border-bottom .15s .1s}.header-menu-btn[data-v-9b8f4e67]:focus-visible{background-color:#fff;color:#0c419a}.header-menu-btn__open[data-v-9b8f4e67]{background-color:#fff;color:#0c419a;border-color:#fff}@media screen and (max-width: 991px){.header-menu-btn__label[data-v-9b8f4e67]{clip:rect(0 0 0 0);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}}@media screen and (min-width: 990px){.header-menu-btn[data-v-9b8f4e67]{height:95px;width:95px}}.title[data-v-78aeada6]{font-size:24px!important}.alt-title[data-v-78aeada6]{font-size:20px!important}.body-text[data-v-78aeada6]{font-size:16px!important}.link-label[data-v-78aeada6]{font-size:14px!important}h1[data-v-78aeada6]{font-size:32px!important;line-height:130%!important}.h1-bold[data-v-78aeada6]{font-size:32px!important;font-weight:700!important;line-height:130%!important}h2[data-v-78aeada6]{font-size:28px!important;line-height:130%!important}.h2-bold[data-v-78aeada6]{font-size:28px!important;font-weight:700!important;line-height:130%!important}h3[data-v-78aeada6]{font-size:24px!important;line-height:130%!important}.h3-bold[data-v-78aeada6]{font-size:24px!important;font-weight:700!important;line-height:130%!important}h4[data-v-78aeada6]{font-size:20px!important;line-height:130%!important}.h4-bold[data-v-78aeada6]{font-size:20px!important;font-weight:700!important;line-height:130%!important}.display-1[data-v-78aeada6]{font-size:40px!important;line-height:130%!important}.display-1-bold[data-v-78aeada6]{font-size:40px!important;font-weight:700!important;line-height:130%!important}.display-2[data-v-78aeada6]{font-size:30px!important;line-height:130%!important}.display-2-bold[data-v-78aeada6]{font-size:30px!important;font-weight:700!important;line-height:130%!important}.elevation-1[data-v-78aeada6],.elevation-2[data-v-78aeada6],.elevation-3[data-v-78aeada6],.elevation-4[data-v-78aeada6],.elevation-5[data-v-78aeada6],.elevation-6[data-v-78aeada6],.elevation-7[data-v-78aeada6],.elevation-8[data-v-78aeada6],.elevation-9[data-v-78aeada6],.elevation-10[data-v-78aeada6],.elevation-11[data-v-78aeada6],.elevation-12[data-v-78aeada6],.elevation-13[data-v-78aeada6],.elevation-14[data-v-78aeada6],.elevation-15[data-v-78aeada6],.elevation-16[data-v-78aeada6],.elevation-17[data-v-78aeada6],.elevation-18[data-v-78aeada6],.elevation-19[data-v-78aeada6],.elevation-20[data-v-78aeada6],.elevation-21[data-v-78aeada6],.elevation-22[data-v-78aeada6],.elevation-23[data-v-78aeada6],.elevation-24[data-v-78aeada6]{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f!important}.page-container[data-v-78aeada6]{text-align:center;margin:0 auto;padding:40px 40px 56px 56px;width:1160px}@media (max-width: 600px){.page-container[data-v-78aeada6]{max-width:600px;padding:40px 24px 80px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;width:80%}}@media (min-width: 601px) and (max-width: 960px){.page-container[data-v-78aeada6]{max-width:960px;width:80%;display:grid;grid-template-columns:repeat(6,1fr);grid-gap:24px}}@media (min-width: 960px){.page-container[data-v-78aeada6]{max-width:960px;width:100%;display:grid;grid-template-columns:repeat(12,1fr);grid-gap:24px}}.overlay[data-v-78aeada6]{top:0;right:0;bottom:0;left:0;position:fixed;z-index:1000;background-color:#03102580;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.menu-wrapper[data-v-78aeada6]{height:100dvh;background-color:#fff;display:flex;flex-direction:column}.header-menu-wrapper[data-v-78aeada6]{height:calc(100% - 77px);display:grid;position:relative;overflow:auto}.header-menu-wrapper--submenu-open[data-v-78aeada6]{overflow:clip}@media screen and (min-width: 990px){.menu-wrapper[data-v-78aeada6]{position:absolute;background-color:transparent}.header-menu-wrapper[data-v-78aeada6]{width:350px;overflow:visible}.header-menu[data-v-78aeada6]{background-color:#fff;overflow-y:auto;overflow-x:hidden;height:100%}}.menu-enter-active[data-v-78aeada6]{transition:opacity .15s ease-in}.menu-enter-active .header-menu-wrapper[data-v-78aeada6]{transition:transform .1s ease-in}.menu-leave-active[data-v-78aeada6]{transition:opacity .15s ease-out}.menu-leave-active .header-menu-wrapper[data-v-78aeada6]{transition:transform .1s ease-out}.menu-enter-from[data-v-78aeada6],.menu-leave-to[data-v-78aeada6]{opacity:0}@media screen and (min-width: 990px){.menu-enter-from .header-menu-wrapper[data-v-78aeada6],.menu-leave-to .header-menu-wrapper[data-v-78aeada6]{transform:translateY(10px)}}@media (prefers-reduced-motion: reduce){.menu-enter-active[data-v-78aeada6],.menu-leave-active[data-v-78aeada6]{transition:opacity 0s}.menu-enter-from .header-menu-wrapper[data-v-78aeada6],.menu-leave-to .header-menu-wrapper[data-v-78aeada6]{transform:none}}.title[data-v-753dd5aa]{font-size:24px!important}.alt-title[data-v-753dd5aa]{font-size:20px!important}.body-text[data-v-753dd5aa]{font-size:16px!important}.link-label[data-v-753dd5aa]{font-size:14px!important}h1[data-v-753dd5aa]{font-size:32px!important;line-height:130%!important}.h1-bold[data-v-753dd5aa]{font-size:32px!important;font-weight:700!important;line-height:130%!important}h2[data-v-753dd5aa]{font-size:28px!important;line-height:130%!important}.h2-bold[data-v-753dd5aa]{font-size:28px!important;font-weight:700!important;line-height:130%!important}h3[data-v-753dd5aa]{font-size:24px!important;line-height:130%!important}.h3-bold[data-v-753dd5aa]{font-size:24px!important;font-weight:700!important;line-height:130%!important}h4[data-v-753dd5aa]{font-size:20px!important;line-height:130%!important}.h4-bold[data-v-753dd5aa]{font-size:20px!important;font-weight:700!important;line-height:130%!important}.display-1[data-v-753dd5aa]{font-size:40px!important;line-height:130%!important}.display-1-bold[data-v-753dd5aa]{font-size:40px!important;font-weight:700!important;line-height:130%!important}.display-2[data-v-753dd5aa]{font-size:30px!important;line-height:130%!important}.display-2-bold[data-v-753dd5aa]{font-size:30px!important;font-weight:700!important;line-height:130%!important}.elevation-1[data-v-753dd5aa],.elevation-2[data-v-753dd5aa],.elevation-3[data-v-753dd5aa],.elevation-4[data-v-753dd5aa],.elevation-5[data-v-753dd5aa],.elevation-6[data-v-753dd5aa],.elevation-7[data-v-753dd5aa],.elevation-8[data-v-753dd5aa],.elevation-9[data-v-753dd5aa],.elevation-10[data-v-753dd5aa],.elevation-11[data-v-753dd5aa],.elevation-12[data-v-753dd5aa],.elevation-13[data-v-753dd5aa],.elevation-14[data-v-753dd5aa],.elevation-15[data-v-753dd5aa],.elevation-16[data-v-753dd5aa],.elevation-17[data-v-753dd5aa],.elevation-18[data-v-753dd5aa],.elevation-19[data-v-753dd5aa],.elevation-20[data-v-753dd5aa],.elevation-21[data-v-753dd5aa],.elevation-22[data-v-753dd5aa],.elevation-23[data-v-753dd5aa],.elevation-24[data-v-753dd5aa]{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f!important}.page-container[data-v-753dd5aa]{text-align:center;margin:0 auto;padding:40px 40px 56px 56px;width:1160px}@media (max-width: 600px){.page-container[data-v-753dd5aa]{max-width:600px;padding:40px 24px 80px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;width:80%}}@media (min-width: 601px) and (max-width: 960px){.page-container[data-v-753dd5aa]{max-width:960px;width:80%;display:grid;grid-template-columns:repeat(6,1fr);grid-gap:24px}}@media (min-width: 960px){.page-container[data-v-753dd5aa]{max-width:960px;width:100%;display:grid;grid-template-columns:repeat(12,1fr);grid-gap:24px}}.header-menu-item[data-v-753dd5aa]{color:#0c419a;list-style-type:none;margin:0;padding:0;min-height:44px;font-weight:700}.header-menu-item[data-v-753dd5aa]>a{display:flex;flex-direction:column;padding:16px 50px 16px 20px;text-decoration:none;color:currentColor}.header-menu-item[data-v-753dd5aa]>a:hover{text-decoration:underline}.header-menu-item[data-v-753dd5aa]>a:visited{color:currentColor}.header-menu-item[data-v-753dd5aa]>a:first-letter{text-transform:uppercase}.header-menu-item[data-v-753dd5aa]:hover{background-color:#0c419a;color:#fff}.header-menu-item[data-v-753dd5aa]:hover>a>*{color:#fff!important}.title[data-v-7c0df756]{font-size:24px!important}.alt-title[data-v-7c0df756]{font-size:20px!important}.body-text[data-v-7c0df756]{font-size:16px!important}.link-label[data-v-7c0df756]{font-size:14px!important}h1[data-v-7c0df756]{font-size:32px!important;line-height:130%!important}.h1-bold[data-v-7c0df756]{font-size:32px!important;font-weight:700!important;line-height:130%!important}h2[data-v-7c0df756]{font-size:28px!important;line-height:130%!important}.h2-bold[data-v-7c0df756]{font-size:28px!important;font-weight:700!important;line-height:130%!important}h3[data-v-7c0df756]{font-size:24px!important;line-height:130%!important}.h3-bold[data-v-7c0df756]{font-size:24px!important;font-weight:700!important;line-height:130%!important}h4[data-v-7c0df756]{font-size:20px!important;line-height:130%!important}.h4-bold[data-v-7c0df756]{font-size:20px!important;font-weight:700!important;line-height:130%!important}.display-1[data-v-7c0df756]{font-size:40px!important;line-height:130%!important}.display-1-bold[data-v-7c0df756]{font-size:40px!important;font-weight:700!important;line-height:130%!important}.display-2[data-v-7c0df756]{font-size:30px!important;line-height:130%!important}.display-2-bold[data-v-7c0df756]{font-size:30px!important;font-weight:700!important;line-height:130%!important}.elevation-1[data-v-7c0df756],.elevation-2[data-v-7c0df756],.elevation-3[data-v-7c0df756],.elevation-4[data-v-7c0df756],.elevation-5[data-v-7c0df756],.elevation-6[data-v-7c0df756],.elevation-7[data-v-7c0df756],.elevation-8[data-v-7c0df756],.elevation-9[data-v-7c0df756],.elevation-10[data-v-7c0df756],.elevation-11[data-v-7c0df756],.elevation-12[data-v-7c0df756],.elevation-13[data-v-7c0df756],.elevation-14[data-v-7c0df756],.elevation-15[data-v-7c0df756],.elevation-16[data-v-7c0df756],.elevation-17[data-v-7c0df756],.elevation-18[data-v-7c0df756],.elevation-19[data-v-7c0df756],.elevation-20[data-v-7c0df756],.elevation-21[data-v-7c0df756],.elevation-22[data-v-7c0df756],.elevation-23[data-v-7c0df756],.elevation-24[data-v-7c0df756]{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f!important}.page-container[data-v-7c0df756]{text-align:center;margin:0 auto;padding:40px 40px 56px 56px;width:1160px}@media (max-width: 600px){.page-container[data-v-7c0df756]{max-width:600px;padding:40px 24px 80px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;width:80%}}@media (min-width: 601px) and (max-width: 960px){.page-container[data-v-7c0df756]{max-width:960px;width:80%;display:grid;grid-template-columns:repeat(6,1fr);grid-gap:24px}}@media (min-width: 960px){.page-container[data-v-7c0df756]{max-width:960px;width:100%;display:grid;grid-template-columns:repeat(12,1fr);grid-gap:24px}}.header-menu-section[data-v-7c0df756]{list-style-type:none;padding:0;margin:0}.header-menu-section-title[data-v-7c0df756]{padding:40px 16px 8px 20px;border-bottom:1px solid #e0e0e0;font-size:1.1rem;margin-bottom:8px;color:#212529;text-transform:capitalize;font-weight:700}.title[data-v-e5697195]{font-size:24px!important}.alt-title[data-v-e5697195]{font-size:20px!important}.body-text[data-v-e5697195]{font-size:16px!important}.link-label[data-v-e5697195]{font-size:14px!important}h1[data-v-e5697195]{font-size:32px!important;line-height:130%!important}.h1-bold[data-v-e5697195]{font-size:32px!important;font-weight:700!important;line-height:130%!important}h2[data-v-e5697195]{font-size:28px!important;line-height:130%!important}.h2-bold[data-v-e5697195]{font-size:28px!important;font-weight:700!important;line-height:130%!important}h3[data-v-e5697195]{font-size:24px!important;line-height:130%!important}.h3-bold[data-v-e5697195]{font-size:24px!important;font-weight:700!important;line-height:130%!important}h4[data-v-e5697195]{font-size:20px!important;line-height:130%!important}.h4-bold[data-v-e5697195]{font-size:20px!important;font-weight:700!important;line-height:130%!important}.display-1[data-v-e5697195]{font-size:40px!important;line-height:130%!important}.display-1-bold[data-v-e5697195]{font-size:40px!important;font-weight:700!important;line-height:130%!important}.display-2[data-v-e5697195]{font-size:30px!important;line-height:130%!important}.display-2-bold[data-v-e5697195]{font-size:30px!important;font-weight:700!important;line-height:130%!important}.elevation-1[data-v-e5697195],.elevation-2[data-v-e5697195],.elevation-3[data-v-e5697195],.elevation-4[data-v-e5697195],.elevation-5[data-v-e5697195],.elevation-6[data-v-e5697195],.elevation-7[data-v-e5697195],.elevation-8[data-v-e5697195],.elevation-9[data-v-e5697195],.elevation-10[data-v-e5697195],.elevation-11[data-v-e5697195],.elevation-12[data-v-e5697195],.elevation-13[data-v-e5697195],.elevation-14[data-v-e5697195],.elevation-15[data-v-e5697195],.elevation-16[data-v-e5697195],.elevation-17[data-v-e5697195],.elevation-18[data-v-e5697195],.elevation-19[data-v-e5697195],.elevation-20[data-v-e5697195],.elevation-21[data-v-e5697195],.elevation-22[data-v-e5697195],.elevation-23[data-v-e5697195],.elevation-24[data-v-e5697195]{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f!important}.page-container[data-v-e5697195]{text-align:center;margin:0 auto;padding:40px 40px 56px 56px;width:1160px}@media (max-width: 600px){.page-container[data-v-e5697195]{max-width:600px;padding:40px 24px 80px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;width:80%}}@media (min-width: 601px) and (max-width: 960px){.page-container[data-v-e5697195]{max-width:960px;width:80%;display:grid;grid-template-columns:repeat(6,1fr);grid-gap:24px}}@media (min-width: 960px){.page-container[data-v-e5697195]{max-width:960px;width:100%;display:grid;grid-template-columns:repeat(12,1fr);grid-gap:24px}}.sub-menu-btn[data-v-e5697195]{display:flex;justify-content:center;flex-direction:column;width:100%;padding:16px 50px 16px 20px;text-align:left;color:#0c419a}.sub-menu-btn[data-v-e5697195]:hover{background-color:#0c419a;color:#fff;text-decoration:underline}.sub-menu-btn[data-v-e5697195]:hover>*{color:#fff!important}.sub-menu-btn[data-v-e5697195]:first-letter{text-transform:uppercase}.sub-menu-btn__icon[data-v-e5697195]{position:absolute;right:20px}@media screen and (max-width: 989px){.sub-menu--open[data-v-e5697195]{position:absolute;left:0;top:0;width:100%;height:100%;overflow-y:auto;background-color:#fff;padding-top:40px;z-index:10}.sub-menu--child-open[data-v-e5697195]{overflow-y:clip}.sub-menu--open>.sub-menu-btn[data-v-e5697195]{padding:0 16px 8px 40px;border-bottom:1px solid #e0e0e0;color:#000;background-color:transparent}.sub-menu--open>.sub-menu-btn[data-v-e5697195]:hover{color:#000}.sub-menu--open>.sub-menu-btn[data-v-e5697195]:hover>*{color:#000!important}.sub-menu--open>.sub-menu-btn[data-v-e5697195]>.sub-menu-btn__icon{left:10px;right:auto}}@media screen and (min-width: 990px){.sub-menu-btn[data-v-e5697195]{position:relative}.sub-menu--open>.sub-menu-btn[data-v-e5697195]{background-color:#0c419a;color:#fff;transition:color .15s linear,background-color .15s linear}.sub-menu--open>.sub-menu-btn[data-v-e5697195]>*{color:#fff!important}.sub-menu-content-wrapper[data-v-e5697195]{position:absolute;top:0;bottom:0;left:350px}.sub-menu-content[data-v-e5697195]{width:351px;height:100%;background:#f9f9f9;border-left:1px solid #e0e0e0;overflow-y:auto;overflow-x:hidden}.sub-menu-content>.sub-menu--open .sub-menu-content[data-v-e5697195]{left:700px}.sub-menu-content>.sub-menu--open .sub-menu-content>.sub-menu--open .sub-menu-content[data-v-e5697195]{left:1050px}.slide-fade-enter-active[data-v-e5697195]{transition:opacity .17s ease-out,transform .17s ease-out}.slide-fade-leave-active[data-v-e5697195]{transition:opacity .08s ease-in,transform .08s ease-in}.slide-fade-enter-from[data-v-e5697195],.slide-fade-leave-to[data-v-e5697195]{opacity:0;transform:translate(-10px)}}@media screen and (min-width: 990px) and (prefers-reduced-motion){.slide-fade-enter-active[data-v-e5697195],.slide-fade-leave-active[data-v-e5697195]{transition:none}}.title[data-v-9905d7f9]{font-size:24px!important}.alt-title[data-v-9905d7f9]{font-size:20px!important}.body-text[data-v-9905d7f9]{font-size:16px!important}.link-label[data-v-9905d7f9]{font-size:14px!important}h1[data-v-9905d7f9]{font-size:32px!important;line-height:130%!important}.h1-bold[data-v-9905d7f9]{font-size:32px!important;font-weight:700!important;line-height:130%!important}h2[data-v-9905d7f9]{font-size:28px!important;line-height:130%!important}.h2-bold[data-v-9905d7f9]{font-size:28px!important;font-weight:700!important;line-height:130%!important}h3[data-v-9905d7f9]{font-size:24px!important;line-height:130%!important}.h3-bold[data-v-9905d7f9]{font-size:24px!important;font-weight:700!important;line-height:130%!important}h4[data-v-9905d7f9]{font-size:20px!important;line-height:130%!important}.h4-bold[data-v-9905d7f9]{font-size:20px!important;font-weight:700!important;line-height:130%!important}.display-1[data-v-9905d7f9]{font-size:40px!important;line-height:130%!important}.display-1-bold[data-v-9905d7f9]{font-size:40px!important;font-weight:700!important;line-height:130%!important}.display-2[data-v-9905d7f9]{font-size:30px!important;line-height:130%!important}.display-2-bold[data-v-9905d7f9]{font-size:30px!important;font-weight:700!important;line-height:130%!important}.elevation-1[data-v-9905d7f9],.elevation-2[data-v-9905d7f9],.elevation-3[data-v-9905d7f9],.elevation-4[data-v-9905d7f9],.elevation-5[data-v-9905d7f9],.elevation-6[data-v-9905d7f9],.elevation-7[data-v-9905d7f9],.elevation-8[data-v-9905d7f9],.elevation-9[data-v-9905d7f9],.elevation-10[data-v-9905d7f9],.elevation-11[data-v-9905d7f9],.elevation-12[data-v-9905d7f9],.elevation-13[data-v-9905d7f9],.elevation-14[data-v-9905d7f9],.elevation-15[data-v-9905d7f9],.elevation-16[data-v-9905d7f9],.elevation-17[data-v-9905d7f9],.elevation-18[data-v-9905d7f9],.elevation-19[data-v-9905d7f9],.elevation-20[data-v-9905d7f9],.elevation-21[data-v-9905d7f9],.elevation-22[data-v-9905d7f9],.elevation-23[data-v-9905d7f9],.elevation-24[data-v-9905d7f9]{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f!important}.page-container[data-v-9905d7f9]{text-align:center;margin:0 auto;padding:40px 40px 56px 56px;width:1160px}@media (max-width: 600px){.page-container[data-v-9905d7f9]{max-width:600px;padding:40px 24px 80px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;width:80%}}@media (min-width: 601px) and (max-width: 960px){.page-container[data-v-9905d7f9]{max-width:960px;width:80%;display:grid;grid-template-columns:repeat(6,1fr);grid-gap:24px}}@media (min-width: 960px){.page-container[data-v-9905d7f9]{max-width:960px;width:100%;display:grid;grid-template-columns:repeat(12,1fr);grid-gap:24px}}.horizontal-menu[data-v-9905d7f9]{display:flex;align-items:center;max-width:1712px;margin:0 auto}.horizontal-menu__tabs[data-v-9905d7f9]{flex:1 1 0}.horizontal-menu__item[data-v-9905d7f9]{cursor:pointer}.horizontal-menu__item-link[data-v-9905d7f9]{font-size:.875rem;font-weight:700}.v-tab-item--selected span[data-v-9905d7f9]{color:#fff}.inner-vertical-menu[data-v-64e98667]{display:flex;flex-direction:column;height:100%}.inner-vertical-menu__main-content[data-v-64e98667]{flex:1}.title[data-v-469c119a]{font-size:24px!important}.alt-title[data-v-469c119a]{font-size:20px!important}.body-text[data-v-469c119a]{font-size:16px!important}.link-label[data-v-469c119a]{font-size:14px!important}h1[data-v-469c119a]{font-size:32px!important;line-height:130%!important}.h1-bold[data-v-469c119a]{font-size:32px!important;font-weight:700!important;line-height:130%!important}h2[data-v-469c119a]{font-size:28px!important;line-height:130%!important}.h2-bold[data-v-469c119a]{font-size:28px!important;font-weight:700!important;line-height:130%!important}h3[data-v-469c119a]{font-size:24px!important;line-height:130%!important}.h3-bold[data-v-469c119a]{font-size:24px!important;font-weight:700!important;line-height:130%!important}h4[data-v-469c119a]{font-size:20px!important;line-height:130%!important}.h4-bold[data-v-469c119a]{font-size:20px!important;font-weight:700!important;line-height:130%!important}.display-1[data-v-469c119a]{font-size:40px!important;line-height:130%!important}.display-1-bold[data-v-469c119a]{font-size:40px!important;font-weight:700!important;line-height:130%!important}.display-2[data-v-469c119a]{font-size:30px!important;line-height:130%!important}.display-2-bold[data-v-469c119a]{font-size:30px!important;font-weight:700!important;line-height:130%!important}.elevation-1[data-v-469c119a],.elevation-2[data-v-469c119a],.elevation-3[data-v-469c119a],.elevation-4[data-v-469c119a],.elevation-5[data-v-469c119a],.elevation-6[data-v-469c119a],.elevation-7[data-v-469c119a],.elevation-8[data-v-469c119a],.elevation-9[data-v-469c119a],.elevation-10[data-v-469c119a],.elevation-11[data-v-469c119a],.elevation-12[data-v-469c119a],.elevation-13[data-v-469c119a],.elevation-14[data-v-469c119a],.elevation-15[data-v-469c119a],.elevation-16[data-v-469c119a],.elevation-17[data-v-469c119a],.elevation-18[data-v-469c119a],.elevation-19[data-v-469c119a],.elevation-20[data-v-469c119a],.elevation-21[data-v-469c119a],.elevation-22[data-v-469c119a],.elevation-23[data-v-469c119a],.elevation-24[data-v-469c119a]{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f!important}.page-container[data-v-469c119a]{text-align:center;margin:0 auto;padding:40px 40px 56px 56px;width:1160px}@media (max-width: 600px){.page-container[data-v-469c119a]{max-width:600px;padding:40px 24px 80px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;width:80%}}@media (min-width: 601px) and (max-width: 960px){.page-container[data-v-469c119a]{max-width:960px;width:80%;display:grid;grid-template-columns:repeat(6,1fr);grid-gap:24px}}@media (min-width: 960px){.page-container[data-v-469c119a]{max-width:960px;width:100%;display:grid;grid-template-columns:repeat(12,1fr);grid-gap:24px}}.toolbar[data-v-469c119a]{background:#e7ecf5;position:relative;display:flex;align-items:center;justify-content:center;z-index:100}.toolbar .container[data-v-469c119a]{width:100%;max-height:45px;max-width:1712px;display:flex;align-items:center;justify-content:space-between}@media (max-width: 768px){.toolbar .container[data-v-469c119a]{max-height:41px}}.toolbar .container[data-v-469c119a] ul{display:flex;align-items:center;justify-content:flex-start;list-style:none;text-decoration:none}.toolbar .container[data-v-469c119a] ul li{text-align:center}.toolbar .container[data-v-469c119a] ul>li>a{display:block;color:#07275c;text-decoration:none;padding:10px 16px;cursor:pointer}.toolbar .container[data-v-469c119a] ul>li>a:hover{text-decoration:underline}@media (max-width: 768px){.toolbar .container[data-v-469c119a] ul>li>a{font-size:12px}}.toolbar .container[data-v-469c119a] .sy-input-select{width:100%;display:flex;justify-content:space-between}@media (max-width: 768px){.toolbar .container[data-v-469c119a] .sy-input-select{font-size:12px}.toolbar .container[data-v-469c119a] .sy-input-select span{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}}.toolbar #left-menu ul>li>a[data-v-469c119a]{font-weight:700;color:#07275c}.toolbar #left-menu ul>li>a[data-v-469c119a]:hover{text-decoration:none}.toolbar #left-menu li[data-v-469c119a]:first-child{min-width:95px;background:transparent}@media (max-width: 990px){.toolbar #left-menu li[data-v-469c119a]:first-child{min-width:82px}}.toolbar #left-menu li[data-v-469c119a]:nth-child(2){z-index:2;max-height:44px;min-width:260px}@media (max-width: 768px){.toolbar #left-menu li[data-v-469c119a]:nth-child(2){max-height:38px;min-width:152px}}.toolbar #left-menu li:nth-child(2) a[data-v-469c119a]{max-height:44px}@media (max-width: 768px){.toolbar #left-menu li:nth-child(2) a[data-v-469c119a]{max-height:38px}}.toolbar #left-menu li[data-v-469c119a]:nth-child(3){background:transparent}.toolbar #left-menu li:first-child a[data-v-469c119a]:hover,.toolbar #left-menu li:first-child.active[data-v-469c119a]{background:#ed76b3}.toolbar #left-menu li:nth-child(2) a[data-v-469c119a]:hover,.toolbar #left-menu .highlight[data-v-469c119a]{background:#66c9ec}.toolbar #left-menu li:nth-child(3) a[data-v-469c119a]:hover,.toolbar #left-menu li:nth-child(3).active[data-v-469c119a]{background:#f0b323}@media (max-width: 1000px){.toolbar #right-menu[data-v-469c119a]{display:none}}.toolbar #right-menu ul[data-v-469c119a]{white-space:nowrap;overflow:hidden}.toolbar #right-menu ul li[data-v-469c119a]{display:inline-block}.toolbar[data-v-469c119a] .v-input .v-input__details{display:none}.toolbar[data-v-469c119a] .v-input .v-input__control{font-weight:700}.toolbar[data-v-469c119a] .v-input .v-input__control .text-color{color:#051a3e!important}.toolbar[data-v-469c119a] .v-input .v-input__control .v-icon{margin-left:10px}.toolbar[data-v-469c119a] .v-input .v-input__control .custom-select{display:flex;justify-content:space-between;width:100%}.toolbar[data-v-469c119a] .v-input .v-input__control .custom-select span{max-width:260px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width: 768px){.toolbar[data-v-469c119a] .v-input .v-input__control .custom-select span{max-width:182px}}@media (max-width: 768px){.toolbar[data-v-469c119a] .v-input .v-input__control{font-size:12px}}.toolbar[data-v-469c119a] .v-input .v-list{top:34px!important;left:-16px!important;text-align:left;min-width:260px;max-width:fit-content!important;border-radius:0}@media (max-width: 768px){.toolbar[data-v-469c119a] .v-input .v-list{position:fixed;top:38px!important;left:0!important;min-width:100%!important;box-shadow:none!important}}.toolbar[data-v-469c119a] .v-input .v-list .v-list-item--density-default.v-list-item--one-line{min-height:40px}.toolbar .overlay[data-v-469c119a]{position:fixed;display:block;top:0;left:0;width:100%;height:100%;background-color:#03102580;cursor:default;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:1}@media (max-width: 768px){.toolbar .overlay[data-v-469c119a]{display:none}}.right-menu-item[data-v-469c119a]{color:#051a3e}.title[data-v-4c0d182f]{font-size:24px!important}.alt-title[data-v-4c0d182f]{font-size:20px!important}.body-text[data-v-4c0d182f]{font-size:16px!important}.link-label[data-v-4c0d182f]{font-size:14px!important}h1[data-v-4c0d182f]{font-size:32px!important;line-height:130%!important}.h1-bold[data-v-4c0d182f]{font-size:32px!important;font-weight:700!important;line-height:130%!important}h2[data-v-4c0d182f]{font-size:28px!important;line-height:130%!important}.h2-bold[data-v-4c0d182f]{font-size:28px!important;font-weight:700!important;line-height:130%!important}h3[data-v-4c0d182f]{font-size:24px!important;line-height:130%!important}.h3-bold[data-v-4c0d182f]{font-size:24px!important;font-weight:700!important;line-height:130%!important}h4[data-v-4c0d182f]{font-size:20px!important;line-height:130%!important}.h4-bold[data-v-4c0d182f]{font-size:20px!important;font-weight:700!important;line-height:130%!important}.display-1[data-v-4c0d182f]{font-size:40px!important;line-height:130%!important}.display-1-bold[data-v-4c0d182f]{font-size:40px!important;font-weight:700!important;line-height:130%!important}.display-2[data-v-4c0d182f]{font-size:30px!important;line-height:130%!important}.display-2-bold[data-v-4c0d182f]{font-size:30px!important;font-weight:700!important;line-height:130%!important}.elevation-1[data-v-4c0d182f],.elevation-2[data-v-4c0d182f],.elevation-3[data-v-4c0d182f],.elevation-4[data-v-4c0d182f],.elevation-5[data-v-4c0d182f],.elevation-6[data-v-4c0d182f],.elevation-7[data-v-4c0d182f],.elevation-8[data-v-4c0d182f],.elevation-9[data-v-4c0d182f],.elevation-10[data-v-4c0d182f],.elevation-11[data-v-4c0d182f],.elevation-12[data-v-4c0d182f],.elevation-13[data-v-4c0d182f],.elevation-14[data-v-4c0d182f],.elevation-15[data-v-4c0d182f],.elevation-16[data-v-4c0d182f],.elevation-17[data-v-4c0d182f],.elevation-18[data-v-4c0d182f],.elevation-19[data-v-4c0d182f],.elevation-20[data-v-4c0d182f],.elevation-21[data-v-4c0d182f],.elevation-22[data-v-4c0d182f],.elevation-23[data-v-4c0d182f],.elevation-24[data-v-4c0d182f]{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f!important}.page-container[data-v-4c0d182f]{text-align:center;margin:0 auto;padding:40px 40px 56px 56px;width:1160px}@media (max-width: 600px){.page-container[data-v-4c0d182f]{max-width:600px;padding:40px 24px 80px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;width:80%}}@media (min-width: 601px) and (max-width: 960px){.page-container[data-v-4c0d182f]{max-width:960px;width:80%;display:grid;grid-template-columns:repeat(6,1fr);grid-gap:24px}}@media (min-width: 960px){.page-container[data-v-4c0d182f]{max-width:960px;width:100%;display:grid;grid-template-columns:repeat(12,1fr);grid-gap:24px}}.v-list-item[data-v-4c0d182f]:hover{background-color:#00000001}.vd-lang-btn[data-v-4c0d182f]{font-size:16px;--hoverColor: rgba(tokens.$colors-overlay, .5);text-transform:none;letter-spacing:inherit}.vd-logo-brand-section .vd-title-container[data-v-ca95c6a8]{overflow:hidden}.vd-logo-brand-section[data-v-ca95c6a8] .vd-title{line-height:1.45!important}.vd-logo-brand-section .vd-compte-entreprise-title[data-v-ca95c6a8]{font-weight:700!important}.vd-logo-brand-section .vd-compte-entreprise-title span[data-v-ca95c6a8]{color:#cd545b}.vd-logo-brand-section[data-v-ca95c6a8] img{width:auto;height:100%;flex:none}.vd-logo-brand-section svg[data-v-ca95c6a8],.vd-logo-brand-section .vd-home-link[data-v-ca95c6a8]{flex:none}.vd-logo-brand-section .vd-home-link[data-v-ca95c6a8]{cursor:pointer}img[data-v-aea9e609],img[data-v-1ff99a74]{max-height:290px}.title[data-v-a1b2f672]{font-size:24px!important}.alt-title[data-v-a1b2f672]{font-size:20px!important}.body-text[data-v-a1b2f672]{font-size:16px!important}.link-label[data-v-a1b2f672]{font-size:14px!important}h1[data-v-a1b2f672]{font-size:32px!important;line-height:130%!important}.h1-bold[data-v-a1b2f672]{font-size:32px!important;font-weight:700!important;line-height:130%!important}h2[data-v-a1b2f672]{font-size:28px!important;line-height:130%!important}.h2-bold[data-v-a1b2f672]{font-size:28px!important;font-weight:700!important;line-height:130%!important}h3[data-v-a1b2f672]{font-size:24px!important;line-height:130%!important}.h3-bold[data-v-a1b2f672]{font-size:24px!important;font-weight:700!important;line-height:130%!important}h4[data-v-a1b2f672]{font-size:20px!important;line-height:130%!important}.h4-bold[data-v-a1b2f672]{font-size:20px!important;font-weight:700!important;line-height:130%!important}.display-1[data-v-a1b2f672]{font-size:40px!important;line-height:130%!important}.display-1-bold[data-v-a1b2f672]{font-size:40px!important;font-weight:700!important;line-height:130%!important}.display-2[data-v-a1b2f672]{font-size:30px!important;line-height:130%!important}.display-2-bold[data-v-a1b2f672]{font-size:30px!important;font-weight:700!important;line-height:130%!important}.elevation-1[data-v-a1b2f672],.elevation-2[data-v-a1b2f672],.elevation-3[data-v-a1b2f672],.elevation-4[data-v-a1b2f672],.elevation-5[data-v-a1b2f672],.elevation-6[data-v-a1b2f672],.elevation-7[data-v-a1b2f672],.elevation-8[data-v-a1b2f672],.elevation-9[data-v-a1b2f672],.elevation-10[data-v-a1b2f672],.elevation-11[data-v-a1b2f672],.elevation-12[data-v-a1b2f672],.elevation-13[data-v-a1b2f672],.elevation-14[data-v-a1b2f672],.elevation-15[data-v-a1b2f672],.elevation-16[data-v-a1b2f672],.elevation-17[data-v-a1b2f672],.elevation-18[data-v-a1b2f672],.elevation-19[data-v-a1b2f672],.elevation-20[data-v-a1b2f672],.elevation-21[data-v-a1b2f672],.elevation-22[data-v-a1b2f672],.elevation-23[data-v-a1b2f672],.elevation-24[data-v-a1b2f672]{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f!important}.page-container[data-v-a1b2f672]{text-align:center;margin:0 auto;padding:40px 40px 56px 56px;width:1160px}@media (max-width: 600px){.page-container[data-v-a1b2f672]{max-width:600px;padding:40px 24px 80px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;width:80%}}@media (min-width: 601px) and (max-width: 960px){.page-container[data-v-a1b2f672]{max-width:960px;width:80%;display:grid;grid-template-columns:repeat(6,1fr);grid-gap:24px}}@media (min-width: 960px){.page-container[data-v-a1b2f672]{max-width:960px;width:100%;display:grid;grid-template-columns:repeat(12,1fr);grid-gap:24px}}.v-messages__message--success[data-v-a1b2f672],.v-field--active .v-messages__message--success[data-v-a1b2f672]{color:#224e2d!important}.v-messages__message--error[data-v-a1b2f672],.v-field--active .v-messages__message--error[data-v-a1b2f672]{color:#b33f2e}[data-v-a1b2f672] .v-field.v-field--active .v-label.v-field-label--floating{opacity:1}.multi-line[data-v-a1b2f672]{white-space:pre-line!important}.vd-number-field[data-v-a1b2f672]{max-width:296px}.vd-key-field[data-v-a1b2f672]{width:104px}.custom-counter[data-v-a1b2f672]{color:#0000008a}.vd-nir-field[data-v-a1b2f672] .v-input__append-inner,.vd-tooltip-icon[data-v-a1b2f672]{flex:none;color:#0000008a}[data-v-a1b2f672] .v-overlay__content{background:#545859f2!important}.vd-key-field[data-v-a1b2f672]{flex:none}.vd-nir-field--outlined[data-v-a1b2f672] .v-messages.error--text{padding:6px}.vd-nir-field[data-v-a1b2f672]{container-name:nirFieldwrapper}[data-v-a1b2f672] .v-input__append{margin-inline-start:0!important}[data-v-a1b2f672] .vd-number-field>.v-input__prepend{margin-right:0!important}@media screen and (max-width: 360px){[data-v-a1b2f672] .vd-key-field>.v-input__prepend{margin-inline-end:0!important}}[data-v-a1b2f672] .v-text-field .v-input__details{padding-inline-start:0!important;padding-inline-end:0!important;flex:none!important}[data-v-a1b2f672] .v-text-field .v-input__details .v-messages{color:#000!important}@container nirFieldwrapper (max-width: 300px){.vd-nir-field__fields-wrapper[data-v-a1b2f672]>.v-input__control{justify-content:start;flex-wrap:wrap;gap:4px;margin-bottom:4px}.vd-nir-field__fields-wrapper[data-v-a1b2f672]>.v-input__control .vd-number-field{flex:100% 0 0}}@media screen and (max-width: 360px){.vd-nir-field__fields-wrapper[data-v-a1b2f672]>.v-input__control{justify-content:start;flex-wrap:wrap;gap:4px;margin-bottom:4px}.vd-nir-field__fields-wrapper[data-v-a1b2f672]>.v-input__control .vd-number-field{flex:100% 0 0}}.v-text-field .v-input__append-inner[data-v-a1b2f672]{padding-left:0!important}[data-v-a1b2f672] .v-text-field>.v-input__control>.v-input__slot>.v-text-field__slot{width:min-content!important}.title[data-v-93d35fbf]{font-size:24px!important}.alt-title[data-v-93d35fbf]{font-size:20px!important}.body-text[data-v-93d35fbf]{font-size:16px!important}.link-label[data-v-93d35fbf]{font-size:14px!important}h1[data-v-93d35fbf]{font-size:32px!important;line-height:130%!important}.h1-bold[data-v-93d35fbf]{font-size:32px!important;font-weight:700!important;line-height:130%!important}h2[data-v-93d35fbf]{font-size:28px!important;line-height:130%!important}.h2-bold[data-v-93d35fbf]{font-size:28px!important;font-weight:700!important;line-height:130%!important}h3[data-v-93d35fbf]{font-size:24px!important;line-height:130%!important}.h3-bold[data-v-93d35fbf]{font-size:24px!important;font-weight:700!important;line-height:130%!important}h4[data-v-93d35fbf]{font-size:20px!important;line-height:130%!important}.h4-bold[data-v-93d35fbf]{font-size:20px!important;font-weight:700!important;line-height:130%!important}.display-1[data-v-93d35fbf]{font-size:40px!important;line-height:130%!important}.display-1-bold[data-v-93d35fbf]{font-size:40px!important;font-weight:700!important;line-height:130%!important}.display-2[data-v-93d35fbf]{font-size:30px!important;line-height:130%!important}.display-2-bold[data-v-93d35fbf]{font-size:30px!important;font-weight:700!important;line-height:130%!important}.elevation-1[data-v-93d35fbf],.elevation-2[data-v-93d35fbf],.elevation-3[data-v-93d35fbf],.elevation-4[data-v-93d35fbf],.elevation-5[data-v-93d35fbf],.elevation-6[data-v-93d35fbf],.elevation-7[data-v-93d35fbf],.elevation-8[data-v-93d35fbf],.elevation-9[data-v-93d35fbf],.elevation-10[data-v-93d35fbf],.elevation-11[data-v-93d35fbf],.elevation-12[data-v-93d35fbf],.elevation-13[data-v-93d35fbf],.elevation-14[data-v-93d35fbf],.elevation-15[data-v-93d35fbf],.elevation-16[data-v-93d35fbf],.elevation-17[data-v-93d35fbf],.elevation-18[data-v-93d35fbf],.elevation-19[data-v-93d35fbf],.elevation-20[data-v-93d35fbf],.elevation-21[data-v-93d35fbf],.elevation-22[data-v-93d35fbf],.elevation-23[data-v-93d35fbf],.elevation-24[data-v-93d35fbf]{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f!important}.page-container[data-v-93d35fbf]{text-align:center;margin:0 auto;padding:40px 40px 56px 56px;width:1160px}@media (max-width: 600px){.page-container[data-v-93d35fbf]{max-width:600px;padding:40px 24px 80px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;width:80%}}@media (min-width: 601px) and (max-width: 960px){.page-container[data-v-93d35fbf]{max-width:960px;width:80%;display:grid;grid-template-columns:repeat(6,1fr);grid-gap:24px}}@media (min-width: 960px){.page-container[data-v-93d35fbf]{max-width:960px;width:100%;display:grid;grid-template-columns:repeat(12,1fr);grid-gap:24px}}.vd-notification-content[data-v-93d35fbf]{display:flex;align-items:center}.vd-notification-bar[data-v-93d35fbf] .v-snack__wrapper{padding:16px;min-width:0;max-width:none}[data-v-93d35fbf] .v-snackbar__content{padding:16px!important}[data-v-93d35fbf] .v-snackbar__actions{margin-inline-end:10px}.vd-notification-bar.v-snackbar--vertical[data-v-93d35fbf] .v-snackbar--vertical .v-snackbar__wrapper .v-snackbar__actions{width:100%!important;align-self:auto}.vd-notification-bar.v-snackbar--vertical[data-v-93d35fbf] .v-snack__wrapper{align-items:stretch;flex-direction:row}.vd-notification-bar.v-snackbar--vertical[data-v-93d35fbf] .v-snack__action{align-self:stretch;align-items:stretch;flex-direction:column}.vd-notification-bar.v-snackbar--vertical[data-v-93d35fbf] .v-snackbar__content{margin:0;width:100%;display:flex}.vd-notification-bar.v-snackbar--vertical[data-v-93d35fbf] .vd-notification-content{flex-direction:column;display:flex}.long-text[data-v-93d35fbf] .v-snackbar__actions{width:98%!important}.short-text[data-v-93d35fbf] .v-snackbar__actions{width:48%!important}.action-section-longText[data-v-93d35fbf]{justify-content:space-around}.action-section-shortText[data-v-93d35fbf]{justify-content:end!important}.phone-field-container[data-v-4ee90459]{display:flex;flex-direction:column;align-items:flex-start;width:100%}.phoneField[data-v-4ee90459]{width:100%}.custom-select[data-v-4ee90459]{width:30%}@media (min-width: 600px){.phone-field-container[data-v-4ee90459]{flex-direction:row;align-items:center}.custom-select[data-v-4ee90459]{margin-right:1rem;margin-bottom:0;min-width:144px}.phoneField[data-v-4ee90459]{min-width:350px}}[data-v-4ee90459] .v-list{position:absolute;left:inherit!important;background-color:#fff;max-height:300px;padding:0;box-shadow:0 2px 5px #0000001f,0 2px 10px #00000014;border-radius:4px;overflow-y:auto;z-index:2}.title[data-v-2bd5b004]{font-size:24px!important}.alt-title[data-v-2bd5b004]{font-size:20px!important}.body-text[data-v-2bd5b004]{font-size:16px!important}.link-label[data-v-2bd5b004]{font-size:14px!important}h1[data-v-2bd5b004]{font-size:32px!important;line-height:130%!important}.h1-bold[data-v-2bd5b004]{font-size:32px!important;font-weight:700!important;line-height:130%!important}h2[data-v-2bd5b004]{font-size:28px!important;line-height:130%!important}.h2-bold[data-v-2bd5b004]{font-size:28px!important;font-weight:700!important;line-height:130%!important}h3[data-v-2bd5b004]{font-size:24px!important;line-height:130%!important}.h3-bold[data-v-2bd5b004]{font-size:24px!important;font-weight:700!important;line-height:130%!important}h4[data-v-2bd5b004]{font-size:20px!important;line-height:130%!important}.h4-bold[data-v-2bd5b004]{font-size:20px!important;font-weight:700!important;line-height:130%!important}.display-1[data-v-2bd5b004]{font-size:40px!important;line-height:130%!important}.display-1-bold[data-v-2bd5b004]{font-size:40px!important;font-weight:700!important;line-height:130%!important}.display-2[data-v-2bd5b004]{font-size:30px!important;line-height:130%!important}.display-2-bold[data-v-2bd5b004]{font-size:30px!important;font-weight:700!important;line-height:130%!important}.elevation-1[data-v-2bd5b004],.elevation-2[data-v-2bd5b004],.elevation-3[data-v-2bd5b004],.elevation-4[data-v-2bd5b004],.elevation-5[data-v-2bd5b004],.elevation-6[data-v-2bd5b004],.elevation-7[data-v-2bd5b004],.elevation-8[data-v-2bd5b004],.elevation-9[data-v-2bd5b004],.elevation-10[data-v-2bd5b004],.elevation-11[data-v-2bd5b004],.elevation-12[data-v-2bd5b004],.elevation-13[data-v-2bd5b004],.elevation-14[data-v-2bd5b004],.elevation-15[data-v-2bd5b004],.elevation-16[data-v-2bd5b004],.elevation-17[data-v-2bd5b004],.elevation-18[data-v-2bd5b004],.elevation-19[data-v-2bd5b004],.elevation-20[data-v-2bd5b004],.elevation-21[data-v-2bd5b004],.elevation-22[data-v-2bd5b004],.elevation-23[data-v-2bd5b004],.elevation-24[data-v-2bd5b004]{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f!important}.page-container[data-v-2bd5b004]{text-align:center;margin:0 auto;padding:40px 40px 56px 56px;width:1160px}@media (max-width: 600px){.page-container[data-v-2bd5b004]{max-width:600px;padding:40px 24px 80px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;width:80%}}@media (min-width: 601px) and (max-width: 960px){.page-container[data-v-2bd5b004]{max-width:960px;width:80%;display:grid;grid-template-columns:repeat(6,1fr);grid-gap:24px}}@media (min-width: 960px){.page-container[data-v-2bd5b004]{max-width:960px;width:100%;display:grid;grid-template-columns:repeat(12,1fr);grid-gap:24px}}.vd-skip-link[data-v-2bd5b004]{z-index:150;position:fixed;top:0;right:0;transition:none;width:100%;background:#fff;outline:none;border:2px solid #051a3e}.vd-sub-header[data-v-93d57abf]{overflow-x:auto}.vd-sub-header-back-btn[data-v-93d57abf]{margin:0 -6px}.vd-data-list-group[data-v-93d57abf],.vd-sub-header-informations[data-v-93d57abf]{max-width:none}.vd-data-list-group[data-v-93d57abf] .vd-data-list{max-width:200px}.vd-data-list-group[data-v-93d57abf] .vd-data-list:not(:last-child){margin-right:80px!important}.vd-data-list-group[data-v-93d57abf] .vd-data-list .vd-key{display:inline-block;font-size:.75rem!important}.vd-data-list-group[data-v-93d57abf] .vd-data-list .vd-data-list-item-label{color:#ffffffb3!important}.vd-data-list-group[data-v-93d57abf] .vd-data-list .vd-data-list-item-action-btn{color:#fff!important}.vd-subheader-loading[data-v-93d57abf]{background:transparent}.vd-subheader-loading[data-v-93d57abf] .v-skeleton-loader__button{margin:0;min-height:28px;height:auto;background:rgba(255,255,255,var(--v-border-opacity))}.title[data-v-7cf8bf85]{font-size:24px!important}.alt-title[data-v-7cf8bf85]{font-size:20px!important}.body-text[data-v-7cf8bf85]{font-size:16px!important}.link-label[data-v-7cf8bf85]{font-size:14px!important}h1[data-v-7cf8bf85]{font-size:32px!important;line-height:130%!important}.h1-bold[data-v-7cf8bf85]{font-size:32px!important;font-weight:700!important;line-height:130%!important}h2[data-v-7cf8bf85]{font-size:28px!important;line-height:130%!important}.h2-bold[data-v-7cf8bf85]{font-size:28px!important;font-weight:700!important;line-height:130%!important}h3[data-v-7cf8bf85]{font-size:24px!important;line-height:130%!important}.h3-bold[data-v-7cf8bf85]{font-size:24px!important;font-weight:700!important;line-height:130%!important}h4[data-v-7cf8bf85]{font-size:20px!important;line-height:130%!important}.h4-bold[data-v-7cf8bf85]{font-size:20px!important;font-weight:700!important;line-height:130%!important}.display-1[data-v-7cf8bf85]{font-size:40px!important;line-height:130%!important}.display-1-bold[data-v-7cf8bf85]{font-size:40px!important;font-weight:700!important;line-height:130%!important}.display-2[data-v-7cf8bf85]{font-size:30px!important;line-height:130%!important}.display-2-bold[data-v-7cf8bf85]{font-size:30px!important;font-weight:700!important;line-height:130%!important}.elevation-1[data-v-7cf8bf85],.elevation-2[data-v-7cf8bf85],.elevation-3[data-v-7cf8bf85],.elevation-4[data-v-7cf8bf85],.elevation-5[data-v-7cf8bf85],.elevation-6[data-v-7cf8bf85],.elevation-7[data-v-7cf8bf85],.elevation-8[data-v-7cf8bf85],.elevation-9[data-v-7cf8bf85],.elevation-10[data-v-7cf8bf85],.elevation-11[data-v-7cf8bf85],.elevation-12[data-v-7cf8bf85],.elevation-13[data-v-7cf8bf85],.elevation-14[data-v-7cf8bf85],.elevation-15[data-v-7cf8bf85],.elevation-16[data-v-7cf8bf85],.elevation-17[data-v-7cf8bf85],.elevation-18[data-v-7cf8bf85],.elevation-19[data-v-7cf8bf85],.elevation-20[data-v-7cf8bf85],.elevation-21[data-v-7cf8bf85],.elevation-22[data-v-7cf8bf85],.elevation-23[data-v-7cf8bf85],.elevation-24[data-v-7cf8bf85]{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f!important}.page-container[data-v-7cf8bf85]{text-align:center;margin:0 auto;padding:40px 40px 56px 56px;width:1160px}@media (max-width: 600px){.page-container[data-v-7cf8bf85]{max-width:600px;padding:40px 24px 80px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;width:80%}}@media (min-width: 601px) and (max-width: 960px){.page-container[data-v-7cf8bf85]{max-width:960px;width:80%;display:grid;grid-template-columns:repeat(6,1fr);grid-gap:24px}}@media (min-width: 960px){.page-container[data-v-7cf8bf85]{max-width:960px;width:100%;display:grid;grid-template-columns:repeat(12,1fr);grid-gap:24px}}.vd-user-icon[data-v-7cf8bf85]{width:40px;height:40px;background:#eee;border-radius:50%}.vd-user-icon svg[data-v-7cf8bf85],.vd-user-icon .v-icon__svg[data-v-7cf8bf85]{width:24px;height:24px}.vd-cookie-table[data-v-e018bb81] table{table-layout:fixed}.title[data-v-76037a97]{font-size:24px!important}.alt-title[data-v-76037a97]{font-size:20px!important}.body-text[data-v-76037a97]{font-size:16px!important}.link-label[data-v-76037a97]{font-size:14px!important}h1[data-v-76037a97]{font-size:32px!important;line-height:130%!important}.h1-bold[data-v-76037a97]{font-size:32px!important;font-weight:700!important;line-height:130%!important}h2[data-v-76037a97]{font-size:28px!important;line-height:130%!important}.h2-bold[data-v-76037a97]{font-size:28px!important;font-weight:700!important;line-height:130%!important}h3[data-v-76037a97]{font-size:24px!important;line-height:130%!important}.h3-bold[data-v-76037a97]{font-size:24px!important;font-weight:700!important;line-height:130%!important}h4[data-v-76037a97]{font-size:20px!important;line-height:130%!important}.h4-bold[data-v-76037a97]{font-size:20px!important;font-weight:700!important;line-height:130%!important}.display-1[data-v-76037a97]{font-size:40px!important;line-height:130%!important}.display-1-bold[data-v-76037a97]{font-size:40px!important;font-weight:700!important;line-height:130%!important}.display-2[data-v-76037a97]{font-size:30px!important;line-height:130%!important}.display-2-bold[data-v-76037a97]{font-size:30px!important;font-weight:700!important;line-height:130%!important}.elevation-1[data-v-76037a97],.elevation-2[data-v-76037a97],.elevation-3[data-v-76037a97],.elevation-4[data-v-76037a97],.elevation-5[data-v-76037a97],.elevation-6[data-v-76037a97],.elevation-7[data-v-76037a97],.elevation-8[data-v-76037a97],.elevation-9[data-v-76037a97],.elevation-10[data-v-76037a97],.elevation-11[data-v-76037a97],.elevation-12[data-v-76037a97],.elevation-13[data-v-76037a97],.elevation-14[data-v-76037a97],.elevation-15[data-v-76037a97],.elevation-16[data-v-76037a97],.elevation-17[data-v-76037a97],.elevation-18[data-v-76037a97],.elevation-19[data-v-76037a97],.elevation-20[data-v-76037a97],.elevation-21[data-v-76037a97],.elevation-22[data-v-76037a97],.elevation-23[data-v-76037a97],.elevation-24[data-v-76037a97]{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f!important}.page-container[data-v-76037a97]{text-align:center;margin:0 auto;padding:40px 40px 56px 56px;width:1160px}@media (max-width: 600px){.page-container[data-v-76037a97]{max-width:600px;padding:40px 24px 80px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;width:80%}}@media (min-width: 601px) and (max-width: 960px){.page-container[data-v-76037a97]{max-width:960px;width:80%;display:grid;grid-template-columns:repeat(6,1fr);grid-gap:24px}}@media (min-width: 960px){.page-container[data-v-76037a97]{max-width:960px;width:100%;display:grid;grid-template-columns:repeat(12,1fr);grid-gap:24px}}details>summary[data-v-76037a97]{cursor:pointer;list-style:none;-webkit-user-select:none;user-select:none}details>summary[data-v-76037a97]::marker,details>summary[data-v-76037a97]::-webkit-details-marker{display:none}.vd-cookies-information__radio-group[data-v-76037a97]{margin-top:0}.vd-cookies-information__radio-group[data-v-76037a97] .v-input__details{padding:0}.vd-cookies-information__radio-group[data-v-76037a97] .v-messages{text-align:end}.vd-cookie-banner[data-v-d6db9002]{position:fixed;left:50%;bottom:0;display:flex;transform:translate(-50%);z-index:20;max-height:calc(100dvh - 64px);width:calc(100% - 64px);max-width:1200px;margin-bottom:32px}.vd-cookie-banner__inner[data-v-d6db9002]{display:flex;flex-direction:column;width:100%;background:transparent}.vd-cookie-banner-content[data-v-d6db9002]{overflow-y:auto;padding-right:8px;background:transparent}.vd-cookie-banner-content div[data-v-d6db9002]{background:transparent}.vd-cookie-banner-action-ctn .v-btn[data-v-d6db9002]{flex:1 1 auto}.v-btn--icon[data-v-d6db9002]{color:#0000008a;position:absolute;right:24px}.height-enter-active[data-v-d6db9002],.height-leave-active[data-v-d6db9002]{box-sizing:border-box;transition:height 2s ease;interpolate-size:allow-keywords;overflow:hidden;background-color:#fff}.height-enter-active[data-v-d6db9002]{transition:height .5s ease}.height-leave-active[data-v-d6db9002]{transition:height .1s ease}.height-enter-from[data-v-d6db9002],.height-leave-to[data-v-d6db9002]{height:0}.height-enter-to[data-v-d6db9002],.height-leave-from[data-v-d6db9002]{height:auto}
1
+ .title[data-v-84daaabb]{font-size:24px!important}.alt-title[data-v-84daaabb]{font-size:20px!important}.body-text[data-v-84daaabb]{font-size:16px!important}.link-label[data-v-84daaabb]{font-size:14px!important}h1[data-v-84daaabb]{font-size:32px!important;line-height:130%!important}.h1-bold[data-v-84daaabb]{font-size:32px!important;font-weight:700!important;line-height:130%!important}h2[data-v-84daaabb]{font-size:28px!important;line-height:130%!important}.h2-bold[data-v-84daaabb]{font-size:28px!important;font-weight:700!important;line-height:130%!important}h3[data-v-84daaabb]{font-size:24px!important;line-height:130%!important}.h3-bold[data-v-84daaabb]{font-size:24px!important;font-weight:700!important;line-height:130%!important}h4[data-v-84daaabb]{font-size:20px!important;line-height:130%!important}.h4-bold[data-v-84daaabb]{font-size:20px!important;font-weight:700!important;line-height:130%!important}.display-1[data-v-84daaabb]{font-size:40px!important;line-height:130%!important}.display-1-bold[data-v-84daaabb]{font-size:40px!important;font-weight:700!important;line-height:130%!important}.display-2[data-v-84daaabb]{font-size:30px!important;line-height:130%!important}.display-2-bold[data-v-84daaabb]{font-size:30px!important;font-weight:700!important;line-height:130%!important}.elevation-1[data-v-84daaabb],.elevation-2[data-v-84daaabb],.elevation-3[data-v-84daaabb],.elevation-4[data-v-84daaabb],.elevation-5[data-v-84daaabb],.elevation-6[data-v-84daaabb],.elevation-7[data-v-84daaabb],.elevation-8[data-v-84daaabb],.elevation-9[data-v-84daaabb],.elevation-10[data-v-84daaabb],.elevation-11[data-v-84daaabb],.elevation-12[data-v-84daaabb],.elevation-13[data-v-84daaabb],.elevation-14[data-v-84daaabb],.elevation-15[data-v-84daaabb],.elevation-16[data-v-84daaabb],.elevation-17[data-v-84daaabb],.elevation-18[data-v-84daaabb],.elevation-19[data-v-84daaabb],.elevation-20[data-v-84daaabb],.elevation-21[data-v-84daaabb],.elevation-22[data-v-84daaabb],.elevation-23[data-v-84daaabb],.elevation-24[data-v-84daaabb]{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f!important}.page-container[data-v-84daaabb]{text-align:center;margin:0 auto;padding:40px 40px 56px 56px;width:1160px}@media (width <= 600px){.page-container[data-v-84daaabb]{max-width:600px;padding:40px 24px 80px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;width:80%}}@media (width >= 601px) and (width <= 960px){.page-container[data-v-84daaabb]{max-width:960px;width:80%;display:grid;grid-template-columns:repeat(6,1fr);grid-gap:24px}}@media (width >= 960px){.page-container[data-v-84daaabb]{max-width:960px;width:100%;display:grid;grid-template-columns:repeat(12,1fr);grid-gap:24px}}.label-hidden-on-focus:focus+label[data-v-84daaabb]{display:none}.dp-width[data-v-84daaabb]{min-width:345px}.v-messages__message--success[data-v-84daaabb] .v-input__control,.v-messages__message--success[data-v-84daaabb] .v-messages__message{color:#224e2d!important;--v-medium-emphasis-opacity: 1}.v-field--active .v-messages__message--success[data-v-84daaabb]{color:#224e2d!important}.v-messages__message--error[data-v-84daaabb] .v-input__control,.v-messages__message--error[data-v-84daaabb] .v-messages__message,.v-field--active .v-messages__message--error[data-v-84daaabb]{color:#b33f2e!important}.v-messages__message--warning[data-v-84daaabb] .v-input__control{color:#60480e!important;--v-medium-emphasis-opacity: 1}.v-messages__message--warning[data-v-84daaabb] .v-messages__message,.v-field--active .v-messages__message--warning[data-v-84daaabb]{color:#60480e!important}[data-v-84daaabb] .v-btn__content{font-size:19px;font-weight:700}[data-v-84daaabb] .v-messages{opacity:1}[data-v-84daaabb] .v-field--dirty,[data-v-84daaabb] .v-field--focused{opacity:1!important;--v-medium-emphasis-opacity: 1}.date-picker-container[data-v-84daaabb]{max-width:345px;position:relative}.date-picker-container[data-v-84daaabb] .v-date-picker{width:345px;position:absolute;top:56px;left:0;z-index:2;box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f!important}[data-v-84daaabb] .v-date-picker-month__day--selected{opacity:1}.fade-enter-active[data-v-84daaabb],.fade-leave-active[data-v-84daaabb]{transition:opacity .5s ease}.fade-enter-from[data-v-84daaabb],.fade-leave-to[data-v-84daaabb]{opacity:0}.v-btn.v-theme--light[data-v-86fe77d5] .v-btn__underlay,.v-btn.v-theme--light[data-v-86fe77d5] .v-btn__overlay{display:none}.vd-back-to-top-btn[data-v-316d8462]{position:sticky;z-index:999;opacity:1;float:right}.v-btn--variant-outlined[data-v-316d8462]{background:#fff}.vd-panel[data-v-a4e2c3b6]{background-color:transparent}.vd-panel-title[data-v-a4e2c3b6] .v-expansion-panel-title__overlay{background:transparent!important}.vd-panel-text[data-v-a4e2c3b6] .v-expansion-panel-text__wrapper{padding:0}li[data-v-a4e2c3b6]{list-style:none}a[data-v-a4e2c3b6]{transition:.15s;padding-top:1px;border-bottom:1px solid transparent;color:#000}a[data-v-a4e2c3b6]:hover,a[data-v-a4e2c3b6]:focus{border-color:currentcolor}.v-theme--dark a[data-v-a4e2c3b6]{color:#fff}.vd-collapse-list a[data-v-a4e2c3b6]{color:#000}.vd-collapse-list[data-v-a4e2c3b6] .text-subtitle-1{font-size:1.125rem!important;letter-spacing:.0015em!important;line-height:1.75rem}.vd-collapse-list.theme--dark[data-v-a4e2c3b6] h4,.vd-collapse-list.theme--dark[data-v-a4e2c3b6] ul,.vd-collapse-list.theme--dark[data-v-a4e2c3b6] a,.vd-collapse-list.theme--dark[data-v-a4e2c3b6] button{color:#fff!important}.vd-collapse-list-mobile[data-v-a4e2c3b6] .text-subtitle-2{font-size:1rem!important;letter-spacing:.001em!important;line-height:1.375rem;font-weight:600}.vd-collapse-list-mobile[data-v-a4e2c3b6] button{color:red!important}.vd-collapse-list-mobile[data-v-a4e2c3b6] .v-icon{color:#0000008a!important}.vd-collapse-list-mobile.theme--dark[data-v-a4e2c3b6] button{color:#fff!important}ul[data-v-4af557c1]{list-style:none}a[data-v-4af557c1]{position:relative;transition:none}a[data-v-4af557c1]:before{content:"";width:2px;background:#0009;position:absolute;left:0;height:100%}a[data-v-4af557c1]:after{content:"";width:4px;border-radius:0 2px 2px 0;background:currentcolor;position:absolute;left:0;height:100%;opacity:0}a.active[data-v-4af557c1]:after{opacity:1}.vd-cookie-table[data-v-395de867] table{table-layout:fixed}.title[data-v-b88c0006]{font-size:24px!important}.alt-title[data-v-b88c0006]{font-size:20px!important}.body-text[data-v-b88c0006]{font-size:16px!important}.link-label[data-v-b88c0006]{font-size:14px!important}h1[data-v-b88c0006]{font-size:32px!important;line-height:130%!important}.h1-bold[data-v-b88c0006]{font-size:32px!important;font-weight:700!important;line-height:130%!important}h2[data-v-b88c0006]{font-size:28px!important;line-height:130%!important}.h2-bold[data-v-b88c0006]{font-size:28px!important;font-weight:700!important;line-height:130%!important}h3[data-v-b88c0006]{font-size:24px!important;line-height:130%!important}.h3-bold[data-v-b88c0006]{font-size:24px!important;font-weight:700!important;line-height:130%!important}h4[data-v-b88c0006]{font-size:20px!important;line-height:130%!important}.h4-bold[data-v-b88c0006]{font-size:20px!important;font-weight:700!important;line-height:130%!important}.display-1[data-v-b88c0006]{font-size:40px!important;line-height:130%!important}.display-1-bold[data-v-b88c0006]{font-size:40px!important;font-weight:700!important;line-height:130%!important}.display-2[data-v-b88c0006]{font-size:30px!important;line-height:130%!important}.display-2-bold[data-v-b88c0006]{font-size:30px!important;font-weight:700!important;line-height:130%!important}.elevation-1[data-v-b88c0006],.elevation-2[data-v-b88c0006],.elevation-3[data-v-b88c0006],.elevation-4[data-v-b88c0006],.elevation-5[data-v-b88c0006],.elevation-6[data-v-b88c0006],.elevation-7[data-v-b88c0006],.elevation-8[data-v-b88c0006],.elevation-9[data-v-b88c0006],.elevation-10[data-v-b88c0006],.elevation-11[data-v-b88c0006],.elevation-12[data-v-b88c0006],.elevation-13[data-v-b88c0006],.elevation-14[data-v-b88c0006],.elevation-15[data-v-b88c0006],.elevation-16[data-v-b88c0006],.elevation-17[data-v-b88c0006],.elevation-18[data-v-b88c0006],.elevation-19[data-v-b88c0006],.elevation-20[data-v-b88c0006],.elevation-21[data-v-b88c0006],.elevation-22[data-v-b88c0006],.elevation-23[data-v-b88c0006],.elevation-24[data-v-b88c0006]{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f!important}.page-container[data-v-b88c0006]{text-align:center;margin:0 auto;padding:40px 40px 56px 56px;width:1160px}@media (width <= 600px){.page-container[data-v-b88c0006]{max-width:600px;padding:40px 24px 80px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;width:80%}}@media (width >= 601px) and (width <= 960px){.page-container[data-v-b88c0006]{max-width:960px;width:80%;display:grid;grid-template-columns:repeat(6,1fr);grid-gap:24px}}@media (width >= 960px){.page-container[data-v-b88c0006]{max-width:960px;width:100%;display:grid;grid-template-columns:repeat(12,1fr);grid-gap:24px}}details>summary[data-v-b88c0006]{cursor:pointer;list-style:none;-webkit-user-select:none;user-select:none}details>summary[data-v-b88c0006]::marker,details>summary[data-v-b88c0006]::-webkit-details-marker{display:none}.vd-cookies-information__radio-group[data-v-b88c0006]{margin-top:0}.vd-cookies-information__radio-group[data-v-b88c0006] .v-input__details{padding:0}.vd-cookies-information__radio-group[data-v-b88c0006] .v-messages{text-align:end}.vd-cookies-information__radio-group[data-v-b88c0006] .v-label{justify-content:end}.vd-cookie-banner[data-v-f308fef2]{position:fixed;left:50%;bottom:0;display:flex;transform:translate(-50%);z-index:20;max-height:calc(100dvh - 64px);width:calc(100% - 64px);max-width:1200px;margin-bottom:32px}.vd-cookie-banner__inner[data-v-f308fef2]{display:flex;flex-direction:column;width:100%;background:transparent}.vd-cookie-banner-content[data-v-f308fef2]{overflow-y:auto;padding-right:8px;background:transparent}.vd-cookie-banner-content div[data-v-f308fef2]{background:transparent}.vd-cookie-banner-action-ctn .v-btn[data-v-f308fef2]{flex:1 1 auto}.v-btn--icon[data-v-f308fef2]{color:#0000008a;position:absolute;right:24px}.height-enter-active[data-v-f308fef2],.height-leave-active[data-v-f308fef2]{box-sizing:border-box;transition:height 2s ease;interpolate-size:allow-keywords;overflow:hidden;background-color:#fff}.height-enter-active[data-v-f308fef2]{transition:height .5s ease}.height-leave-active[data-v-f308fef2]{transition:height .1s ease}.height-enter-from[data-v-f308fef2],.height-leave-to[data-v-f308fef2]{height:0}.height-enter-to[data-v-f308fef2],.height-leave-from[data-v-f308fef2]{height:auto}.title{font-size:24px!important}.alt-title{font-size:20px!important}.body-text{font-size:16px!important}.link-label{font-size:14px!important}h1{font-size:32px!important;line-height:130%!important}.h1-bold{font-size:32px!important;font-weight:700!important;line-height:130%!important}h2{font-size:28px!important;line-height:130%!important}.h2-bold{font-size:28px!important;font-weight:700!important;line-height:130%!important}h3{font-size:24px!important;line-height:130%!important}.h3-bold{font-size:24px!important;font-weight:700!important;line-height:130%!important}h4{font-size:20px!important;line-height:130%!important}.h4-bold{font-size:20px!important;font-weight:700!important;line-height:130%!important}.display-1{font-size:40px!important;line-height:130%!important}.display-1-bold{font-size:40px!important;font-weight:700!important;line-height:130%!important}.display-2{font-size:30px!important;line-height:130%!important}.display-2-bold{font-size:30px!important;font-weight:700!important;line-height:130%!important}.elevation-1,.elevation-2,.elevation-3,.elevation-4,.elevation-5,.elevation-6,.elevation-7,.elevation-8,.elevation-9,.elevation-10,.elevation-11,.elevation-12,.elevation-13,.elevation-14,.elevation-15,.elevation-16,.elevation-17,.elevation-18,.elevation-19,.elevation-20,.elevation-21,.elevation-22,.elevation-23,.elevation-24{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f!important}.page-container{text-align:center;margin:0 auto;padding:40px 40px 56px 56px;width:1160px}@media (width <= 600px){.page-container{max-width:600px;padding:40px 24px 80px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;width:80%}}@media (width >= 601px) and (width <= 960px){.page-container{max-width:960px;width:80%;display:grid;grid-template-columns:repeat(6,1fr);grid-gap:24px}}@media (width >= 960px){.page-container{max-width:960px;width:100%;display:grid;grid-template-columns:repeat(12,1fr);grid-gap:24px}}.vd-copy-tooltip-menu{padding:6px 16px;box-shadow:none;margin-top:2px;background:#545859f2;color:#fff}.v-btn--icon .v-icon{color:#76797a}.title[data-v-27dd5864]{font-size:24px!important}.alt-title[data-v-27dd5864]{font-size:20px!important}.body-text[data-v-27dd5864]{font-size:16px!important}.link-label[data-v-27dd5864]{font-size:14px!important}h1[data-v-27dd5864]{font-size:32px!important;line-height:130%!important}.h1-bold[data-v-27dd5864]{font-size:32px!important;font-weight:700!important;line-height:130%!important}h2[data-v-27dd5864]{font-size:28px!important;line-height:130%!important}.h2-bold[data-v-27dd5864]{font-size:28px!important;font-weight:700!important;line-height:130%!important}h3[data-v-27dd5864]{font-size:24px!important;line-height:130%!important}.h3-bold[data-v-27dd5864]{font-size:24px!important;font-weight:700!important;line-height:130%!important}h4[data-v-27dd5864]{font-size:20px!important;line-height:130%!important}.h4-bold[data-v-27dd5864]{font-size:20px!important;font-weight:700!important;line-height:130%!important}.display-1[data-v-27dd5864]{font-size:40px!important;line-height:130%!important}.display-1-bold[data-v-27dd5864]{font-size:40px!important;font-weight:700!important;line-height:130%!important}.display-2[data-v-27dd5864]{font-size:30px!important;line-height:130%!important}.display-2-bold[data-v-27dd5864]{font-size:30px!important;font-weight:700!important;line-height:130%!important}.elevation-1[data-v-27dd5864],.elevation-2[data-v-27dd5864],.elevation-3[data-v-27dd5864],.elevation-4[data-v-27dd5864],.elevation-5[data-v-27dd5864],.elevation-6[data-v-27dd5864],.elevation-7[data-v-27dd5864],.elevation-8[data-v-27dd5864],.elevation-9[data-v-27dd5864],.elevation-10[data-v-27dd5864],.elevation-11[data-v-27dd5864],.elevation-12[data-v-27dd5864],.elevation-13[data-v-27dd5864],.elevation-14[data-v-27dd5864],.elevation-15[data-v-27dd5864],.elevation-16[data-v-27dd5864],.elevation-17[data-v-27dd5864],.elevation-18[data-v-27dd5864],.elevation-19[data-v-27dd5864],.elevation-20[data-v-27dd5864],.elevation-21[data-v-27dd5864],.elevation-22[data-v-27dd5864],.elevation-23[data-v-27dd5864],.elevation-24[data-v-27dd5864]{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f!important}.page-container[data-v-27dd5864]{text-align:center;margin:0 auto;padding:40px 40px 56px 56px;width:1160px}@media (width <= 600px){.page-container[data-v-27dd5864]{max-width:600px;padding:40px 24px 80px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;width:80%}}@media (width >= 601px) and (width <= 960px){.page-container[data-v-27dd5864]{max-width:960px;width:80%;display:grid;grid-template-columns:repeat(6,1fr);grid-gap:24px}}@media (width >= 960px){.page-container[data-v-27dd5864]{max-width:960px;width:100%;display:grid;grid-template-columns:repeat(12,1fr);grid-gap:24px}}.vd-user-menu-btn-ctn[data-v-27dd5864]{position:relative;z-index:1}.vd-user-menu-btn-ctn .v-btn.v-btn--density-default[data-v-27dd5864]{height:auto!important}.vd-user-menu-btn-ctn .v-btn[data-v-27dd5864]{text-transform:none!important}.vd-user-menu-btn[data-v-27dd5864]{outline:none;padding:12px!important}.vd-user-menu-btn[data-v-27dd5864]:hover:before{background:#000;opacity:.05}.vd-user-menu-btn[data-v-27dd5864]:focus:before{background:#0c419a;opacity:.08}.vd-user-menu-btn[data-v-27dd5864]:focus{background:#0c419a14!important}[data-v-27dd5864] .vd-user-menu-btn:focus>.v-btn__overlay{opacity:0!important}.title[data-v-c84cf88c]{font-size:24px!important}.alt-title[data-v-c84cf88c]{font-size:20px!important}.body-text[data-v-c84cf88c]{font-size:16px!important}.link-label[data-v-c84cf88c]{font-size:14px!important}h1[data-v-c84cf88c]{font-size:32px!important;line-height:130%!important}.h1-bold[data-v-c84cf88c]{font-size:32px!important;font-weight:700!important;line-height:130%!important}h2[data-v-c84cf88c]{font-size:28px!important;line-height:130%!important}.h2-bold[data-v-c84cf88c]{font-size:28px!important;font-weight:700!important;line-height:130%!important}h3[data-v-c84cf88c]{font-size:24px!important;line-height:130%!important}.h3-bold[data-v-c84cf88c]{font-size:24px!important;font-weight:700!important;line-height:130%!important}h4[data-v-c84cf88c]{font-size:20px!important;line-height:130%!important}.h4-bold[data-v-c84cf88c]{font-size:20px!important;font-weight:700!important;line-height:130%!important}.display-1[data-v-c84cf88c]{font-size:40px!important;line-height:130%!important}.display-1-bold[data-v-c84cf88c]{font-size:40px!important;font-weight:700!important;line-height:130%!important}.display-2[data-v-c84cf88c]{font-size:30px!important;line-height:130%!important}.display-2-bold[data-v-c84cf88c]{font-size:30px!important;font-weight:700!important;line-height:130%!important}.elevation-1[data-v-c84cf88c],.elevation-2[data-v-c84cf88c],.elevation-3[data-v-c84cf88c],.elevation-4[data-v-c84cf88c],.elevation-5[data-v-c84cf88c],.elevation-6[data-v-c84cf88c],.elevation-7[data-v-c84cf88c],.elevation-8[data-v-c84cf88c],.elevation-9[data-v-c84cf88c],.elevation-10[data-v-c84cf88c],.elevation-11[data-v-c84cf88c],.elevation-12[data-v-c84cf88c],.elevation-13[data-v-c84cf88c],.elevation-14[data-v-c84cf88c],.elevation-15[data-v-c84cf88c],.elevation-16[data-v-c84cf88c],.elevation-17[data-v-c84cf88c],.elevation-18[data-v-c84cf88c],.elevation-19[data-v-c84cf88c],.elevation-20[data-v-c84cf88c],.elevation-21[data-v-c84cf88c],.elevation-22[data-v-c84cf88c],.elevation-23[data-v-c84cf88c],.elevation-24[data-v-c84cf88c]{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f!important}.page-container[data-v-c84cf88c]{text-align:center;margin:0 auto;padding:40px 40px 56px 56px;width:1160px}@media (width <= 600px){.page-container[data-v-c84cf88c]{max-width:600px;padding:40px 24px 80px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;width:80%}}@media (width >= 601px) and (width <= 960px){.page-container[data-v-c84cf88c]{max-width:960px;width:80%;display:grid;grid-template-columns:repeat(6,1fr);grid-gap:24px}}@media (width >= 960px){.page-container[data-v-c84cf88c]{max-width:960px;width:100%;display:grid;grid-template-columns:repeat(12,1fr);grid-gap:24px}}.sy-input-select[data-v-c84cf88c]{text-transform:none!important;font-size:16px}.v-input[data-v-c84cf88c]{cursor:pointer;position:relative}.v-list[data-v-c84cf88c]{position:absolute;width:100%;z-index:1;background-color:#fff;min-width:fit-content;max-width:100px;padding:0;box-shadow:0 2px 5px #0000001f,0 2px 10px #00000014;border-radius:4px;overflow-y:auto;max-height:300px}.v-list-item[data-v-c84cf88c]:hover{background-color:#0000000a}[data-v-c84cf88c] .v-list-item[aria-selected=true]{background-color:#00000014}[data-v-c84cf88c] .v-list-item[aria-selected=true] .v-list-item-title{font-weight:700}.error[data-v-c84cf88c]{border-color:#b33f2e}.v-btn[data-v-c84cf88c],.text-color[data-v-c84cf88c]{color:#0c419a}.title[data-v-d5496da0]{font-size:24px!important}.alt-title[data-v-d5496da0]{font-size:20px!important}.body-text[data-v-d5496da0]{font-size:16px!important}.link-label[data-v-d5496da0]{font-size:14px!important}h1[data-v-d5496da0]{font-size:32px!important;line-height:130%!important}.h1-bold[data-v-d5496da0]{font-size:32px!important;font-weight:700!important;line-height:130%!important}h2[data-v-d5496da0]{font-size:28px!important;line-height:130%!important}.h2-bold[data-v-d5496da0]{font-size:28px!important;font-weight:700!important;line-height:130%!important}h3[data-v-d5496da0]{font-size:24px!important;line-height:130%!important}.h3-bold[data-v-d5496da0]{font-size:24px!important;font-weight:700!important;line-height:130%!important}h4[data-v-d5496da0]{font-size:20px!important;line-height:130%!important}.h4-bold[data-v-d5496da0]{font-size:20px!important;font-weight:700!important;line-height:130%!important}.display-1[data-v-d5496da0]{font-size:40px!important;line-height:130%!important}.display-1-bold[data-v-d5496da0]{font-size:40px!important;font-weight:700!important;line-height:130%!important}.display-2[data-v-d5496da0]{font-size:30px!important;line-height:130%!important}.display-2-bold[data-v-d5496da0]{font-size:30px!important;font-weight:700!important;line-height:130%!important}.elevation-1[data-v-d5496da0],.elevation-2[data-v-d5496da0],.elevation-3[data-v-d5496da0],.elevation-4[data-v-d5496da0],.elevation-5[data-v-d5496da0],.elevation-6[data-v-d5496da0],.elevation-7[data-v-d5496da0],.elevation-8[data-v-d5496da0],.elevation-9[data-v-d5496da0],.elevation-10[data-v-d5496da0],.elevation-11[data-v-d5496da0],.elevation-12[data-v-d5496da0],.elevation-13[data-v-d5496da0],.elevation-14[data-v-d5496da0],.elevation-15[data-v-d5496da0],.elevation-16[data-v-d5496da0],.elevation-17[data-v-d5496da0],.elevation-18[data-v-d5496da0],.elevation-19[data-v-d5496da0],.elevation-20[data-v-d5496da0],.elevation-21[data-v-d5496da0],.elevation-22[data-v-d5496da0],.elevation-23[data-v-d5496da0],.elevation-24[data-v-d5496da0]{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f!important}.page-container[data-v-d5496da0]{text-align:center;margin:0 auto;padding:40px 40px 56px 56px;width:1160px}@media (width <= 600px){.page-container[data-v-d5496da0]{max-width:600px;padding:40px 24px 80px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;width:80%}}@media (width >= 601px) and (width <= 960px){.page-container[data-v-d5496da0]{max-width:960px;width:80%;display:grid;grid-template-columns:repeat(6,1fr);grid-gap:24px}}@media (width >= 960px){.page-container[data-v-d5496da0]{max-width:960px;width:100%;display:grid;grid-template-columns:repeat(12,1fr);grid-gap:24px}}.sy-select[data-v-d5496da0]{display:flex;flex-direction:column}.v-field[data-v-d5496da0]{position:relative}.v-field--focused .v-icon.arrow[data-v-d5496da0]{transform:rotateX(180deg)}.v-list[data-v-d5496da0]{position:absolute;left:inherit!important;margin-top:-22px;background-color:#fff;max-height:300px;padding:0;box-shadow:0 2px 5px #0000001f,0 2px 10px #00000014;border-radius:4px;overflow-y:auto;z-index:2}.v-list-item[data-v-d5496da0]:hover{background-color:#0000000a}.v-list-item[aria-selected=true][data-v-d5496da0]{background-color:#00000014}.v-icon[data-v-d5496da0]{position:absolute;right:10px;color:#434647}[data-v-d5496da0] .v-field__input{color:#434647}.hidden-label[data-v-d5496da0]{visibility:hidden;position:absolute;white-space:nowrap}.vd-row[data-v-bca44d3d]{display:flex;flex-wrap:wrap}.vd-row .vd-data-list-item-label[data-v-bca44d3d]{align-self:center}.vd-row .vd-data-list-item-label[data-v-bca44d3d]:after{content:":";margin:0 4px}.vd-data-list-item-action-btn.v-btn[data-v-bca44d3d]{min-width:0;margin:0 -1px}.v-icon.v-theme--light[data-v-bca44d3d]{color:#0000008a}.vd-header-loading[data-v-abf44671]{background:transparent}.vd-header-loading[data-v-abf44671] .v-skeleton-loader__heading{width:100%;height:100%;border-radius:35px;margin:0;background:rgba(128,128,128,var(--v-border-opacity))}.vd-header-loading.v-skeleton-loader--tile[data-v-abf44671] .v-skeleton-loader__heading{border-radius:0}[data-v-674d3ac2] ul{list-style:none}.title[data-v-72e0adc9]{font-size:24px!important}.alt-title[data-v-72e0adc9]{font-size:20px!important}.body-text[data-v-72e0adc9]{font-size:16px!important}.link-label[data-v-72e0adc9]{font-size:14px!important}h1[data-v-72e0adc9]{font-size:32px!important;line-height:130%!important}.h1-bold[data-v-72e0adc9]{font-size:32px!important;font-weight:700!important;line-height:130%!important}h2[data-v-72e0adc9]{font-size:28px!important;line-height:130%!important}.h2-bold[data-v-72e0adc9]{font-size:28px!important;font-weight:700!important;line-height:130%!important}h3[data-v-72e0adc9]{font-size:24px!important;line-height:130%!important}.h3-bold[data-v-72e0adc9]{font-size:24px!important;font-weight:700!important;line-height:130%!important}h4[data-v-72e0adc9]{font-size:20px!important;line-height:130%!important}.h4-bold[data-v-72e0adc9]{font-size:20px!important;font-weight:700!important;line-height:130%!important}.display-1[data-v-72e0adc9]{font-size:40px!important;line-height:130%!important}.display-1-bold[data-v-72e0adc9]{font-size:40px!important;font-weight:700!important;line-height:130%!important}.display-2[data-v-72e0adc9]{font-size:30px!important;line-height:130%!important}.display-2-bold[data-v-72e0adc9]{font-size:30px!important;font-weight:700!important;line-height:130%!important}.elevation-1[data-v-72e0adc9],.elevation-2[data-v-72e0adc9],.elevation-3[data-v-72e0adc9],.elevation-4[data-v-72e0adc9],.elevation-5[data-v-72e0adc9],.elevation-6[data-v-72e0adc9],.elevation-7[data-v-72e0adc9],.elevation-8[data-v-72e0adc9],.elevation-9[data-v-72e0adc9],.elevation-10[data-v-72e0adc9],.elevation-11[data-v-72e0adc9],.elevation-12[data-v-72e0adc9],.elevation-13[data-v-72e0adc9],.elevation-14[data-v-72e0adc9],.elevation-15[data-v-72e0adc9],.elevation-16[data-v-72e0adc9],.elevation-17[data-v-72e0adc9],.elevation-18[data-v-72e0adc9],.elevation-19[data-v-72e0adc9],.elevation-20[data-v-72e0adc9],.elevation-21[data-v-72e0adc9],.elevation-22[data-v-72e0adc9],.elevation-23[data-v-72e0adc9],.elevation-24[data-v-72e0adc9]{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f!important}.page-container[data-v-72e0adc9]{text-align:center;margin:0 auto;padding:40px 40px 56px 56px;width:1160px}@media (width <= 600px){.page-container[data-v-72e0adc9]{max-width:600px;padding:40px 24px 80px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;width:80%}}@media (width >= 601px) and (width <= 960px){.page-container[data-v-72e0adc9]{max-width:960px;width:80%;display:grid;grid-template-columns:repeat(6,1fr);grid-gap:24px}}@media (width >= 960px){.page-container[data-v-72e0adc9]{max-width:960px;width:100%;display:grid;grid-template-columns:repeat(12,1fr);grid-gap:24px}}.v-card__title[data-v-72e0adc9]>*{line-height:1em}.v-btn--icon[data-v-72e0adc9]{color:#222324;position:absolute;right:24px}h2[data-v-72e0adc9]{word-break:break-word;text-wrap:balance}.vd-dialog-box-actions-ctn[data-v-72e0adc9]{display:flex;flex-direction:column-reverse;justify-content:stretch;gap:16px}@media screen and (min-width: 600px){.vd-dialog-box-actions-ctn[data-v-72e0adc9]{flex-direction:row}}.vd-download-btn[data-v-dab2a719] .v-btn__content{flex-wrap:wrap}.vd-download-btn[data-v-dab2a719] .v-icon{flex:none}.outlined-style[data-v-dab2a719]{border:1px solid currentcolor}.vd-page-container[data-v-cbb17930]{flex:1;width:100%;max-width:1712px;margin:0 auto}.vd-code[data-v-8a08901d]{font-size:6rem;line-height:6rem;font-weight:400}.vd-external-links-btn[data-v-91ee355f]{max-width:none}.vd-external-links-btn[data-v-91ee355f] .v-btn__content{flex-direction:inherit;justify-content:space-between;width:100%}.vd-external-links-btn .v-icon[data-v-91ee355f]{font-size:1.5rem}.vd-external-links--left[data-v-91ee355f] .v-overlay__content{left:0!important;right:auto!important}.vd-external-links--right[data-v-91ee355f] .v-overlay__content{right:0!important;left:auto!important}.vd-external-links[data-v-91ee355f]>.v-overlay__content{border-radius:0}.vd-external-links-list[data-v-91ee355f]{max-height:248px;overflow-y:auto;border-radius:0}@media only screen and (height <= 340px){.vd-external-links-btn[data-v-91ee355f]{z-index:4!important}}.title[data-v-03a3b5b3]{font-size:24px!important}.alt-title[data-v-03a3b5b3]{font-size:20px!important}.body-text[data-v-03a3b5b3]{font-size:16px!important}.link-label[data-v-03a3b5b3]{font-size:14px!important}h1[data-v-03a3b5b3]{font-size:32px!important;line-height:130%!important}.h1-bold[data-v-03a3b5b3]{font-size:32px!important;font-weight:700!important;line-height:130%!important}h2[data-v-03a3b5b3]{font-size:28px!important;line-height:130%!important}.h2-bold[data-v-03a3b5b3]{font-size:28px!important;font-weight:700!important;line-height:130%!important}h3[data-v-03a3b5b3]{font-size:24px!important;line-height:130%!important}.h3-bold[data-v-03a3b5b3]{font-size:24px!important;font-weight:700!important;line-height:130%!important}h4[data-v-03a3b5b3]{font-size:20px!important;line-height:130%!important}.h4-bold[data-v-03a3b5b3]{font-size:20px!important;font-weight:700!important;line-height:130%!important}.display-1[data-v-03a3b5b3]{font-size:40px!important;line-height:130%!important}.display-1-bold[data-v-03a3b5b3]{font-size:40px!important;font-weight:700!important;line-height:130%!important}.display-2[data-v-03a3b5b3]{font-size:30px!important;line-height:130%!important}.display-2-bold[data-v-03a3b5b3]{font-size:30px!important;font-weight:700!important;line-height:130%!important}.elevation-1[data-v-03a3b5b3],.elevation-2[data-v-03a3b5b3],.elevation-3[data-v-03a3b5b3],.elevation-4[data-v-03a3b5b3],.elevation-5[data-v-03a3b5b3],.elevation-6[data-v-03a3b5b3],.elevation-7[data-v-03a3b5b3],.elevation-8[data-v-03a3b5b3],.elevation-9[data-v-03a3b5b3],.elevation-10[data-v-03a3b5b3],.elevation-11[data-v-03a3b5b3],.elevation-12[data-v-03a3b5b3],.elevation-13[data-v-03a3b5b3],.elevation-14[data-v-03a3b5b3],.elevation-15[data-v-03a3b5b3],.elevation-16[data-v-03a3b5b3],.elevation-17[data-v-03a3b5b3],.elevation-18[data-v-03a3b5b3],.elevation-19[data-v-03a3b5b3],.elevation-20[data-v-03a3b5b3],.elevation-21[data-v-03a3b5b3],.elevation-22[data-v-03a3b5b3],.elevation-23[data-v-03a3b5b3],.elevation-24[data-v-03a3b5b3]{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f!important}.page-container[data-v-03a3b5b3]{text-align:center;margin:0 auto;padding:40px 40px 56px 56px;width:1160px}@media (width <= 600px){.page-container[data-v-03a3b5b3]{max-width:600px;padding:40px 24px 80px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;width:80%}}@media (width >= 601px) and (width <= 960px){.page-container[data-v-03a3b5b3]{max-width:960px;width:80%;display:grid;grid-template-columns:repeat(6,1fr);grid-gap:24px}}@media (width >= 960px){.page-container[data-v-03a3b5b3]{max-width:960px;width:100%;display:grid;grid-template-columns:repeat(12,1fr);grid-gap:24px}}.sy-file-upload-placeholder[data-v-03a3b5b3]{display:flex;align-items:center;flex-direction:column}.sy-file-upload-caption[data-v-03a3b5b3]{font-size:.875rem;color:#545859}.sy-file-upload-btn[data-v-03a3b5b3]{border-radius:4px;transition:background .25s;font-weight:700!important;font-size:16px;padding:10px 16px}.title[data-v-8df33257]{font-size:24px!important}.alt-title[data-v-8df33257]{font-size:20px!important}.body-text[data-v-8df33257]{font-size:16px!important}.link-label[data-v-8df33257]{font-size:14px!important}h1[data-v-8df33257]{font-size:32px!important;line-height:130%!important}.h1-bold[data-v-8df33257]{font-size:32px!important;font-weight:700!important;line-height:130%!important}h2[data-v-8df33257]{font-size:28px!important;line-height:130%!important}.h2-bold[data-v-8df33257]{font-size:28px!important;font-weight:700!important;line-height:130%!important}h3[data-v-8df33257]{font-size:24px!important;line-height:130%!important}.h3-bold[data-v-8df33257]{font-size:24px!important;font-weight:700!important;line-height:130%!important}h4[data-v-8df33257]{font-size:20px!important;line-height:130%!important}.h4-bold[data-v-8df33257]{font-size:20px!important;font-weight:700!important;line-height:130%!important}.display-1[data-v-8df33257]{font-size:40px!important;line-height:130%!important}.display-1-bold[data-v-8df33257]{font-size:40px!important;font-weight:700!important;line-height:130%!important}.display-2[data-v-8df33257]{font-size:30px!important;line-height:130%!important}.display-2-bold[data-v-8df33257]{font-size:30px!important;font-weight:700!important;line-height:130%!important}.elevation-1[data-v-8df33257],.elevation-2[data-v-8df33257],.elevation-3[data-v-8df33257],.elevation-4[data-v-8df33257],.elevation-5[data-v-8df33257],.elevation-6[data-v-8df33257],.elevation-7[data-v-8df33257],.elevation-8[data-v-8df33257],.elevation-9[data-v-8df33257],.elevation-10[data-v-8df33257],.elevation-11[data-v-8df33257],.elevation-12[data-v-8df33257],.elevation-13[data-v-8df33257],.elevation-14[data-v-8df33257],.elevation-15[data-v-8df33257],.elevation-16[data-v-8df33257],.elevation-17[data-v-8df33257],.elevation-18[data-v-8df33257],.elevation-19[data-v-8df33257],.elevation-20[data-v-8df33257],.elevation-21[data-v-8df33257],.elevation-22[data-v-8df33257],.elevation-23[data-v-8df33257],.elevation-24[data-v-8df33257]{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f!important}.page-container[data-v-8df33257]{text-align:center;margin:0 auto;padding:40px 40px 56px 56px;width:1160px}@media (width <= 600px){.page-container[data-v-8df33257]{max-width:600px;padding:40px 24px 80px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;width:80%}}@media (width >= 601px) and (width <= 960px){.page-container[data-v-8df33257]{max-width:960px;width:80%;display:grid;grid-template-columns:repeat(6,1fr);grid-gap:24px}}@media (width >= 960px){.page-container[data-v-8df33257]{max-width:960px;width:100%;display:grid;grid-template-columns:repeat(12,1fr);grid-gap:24px}}.sy-file-upload[data-v-8df33257]{cursor:pointer;position:relative;border:1px dashed #0c419a;border-radius:8px;transition:background .25s}.sy-file-upload[data-v-8df33257]:hover,.sy-file-upload[data-v-8df33257]:focus-within,.sy-file-upload.dragover[data-v-8df33257]{background:#e7ecf5}.sy-file-upload.dark-mode[data-v-8df33257]:hover,.sy-file-upload.dark-mode[data-v-8df33257]:focus-within,.sy-file-upload.dark-mode.dragover[data-v-8df33257]{background:#303030}.sy-file-upload.sy-file-upload--disabled[data-v-8df33257]{opacity:.5;cursor:default}.sy-file-upload.sy-file-upload--disabled[data-v-8df33257]:hover,.sy-file-upload.sy-file-upload--disabled[data-v-8df33257]:focus-within,.sy-file-upload.sy-file-upload--disabled.dragover[data-v-8df33257]{background:inherit}.sy-file-upload.sy-file-upload--disabled.dark-mode[data-v-8df33257]:hover,.sy-file-upload.sy-file-upload--disabled.dark-mode[data-v-8df33257]:focus-within,.sy-file-upload.sy-file-upload--disabled.dark-mode.dragover[data-v-8df33257]{background:#303030}.sy-file-upload-input[data-v-8df33257]{position:absolute;width:1px;height:1px;white-space:nowrap;overflow:hidden;clip:rect(1px,1px,1px,1px)}.title[data-v-9639b916]{font-size:24px!important}.alt-title[data-v-9639b916]{font-size:20px!important}.body-text[data-v-9639b916]{font-size:16px!important}.link-label[data-v-9639b916]{font-size:14px!important}h1[data-v-9639b916]{font-size:32px!important;line-height:130%!important}.h1-bold[data-v-9639b916]{font-size:32px!important;font-weight:700!important;line-height:130%!important}h2[data-v-9639b916]{font-size:28px!important;line-height:130%!important}.h2-bold[data-v-9639b916]{font-size:28px!important;font-weight:700!important;line-height:130%!important}h3[data-v-9639b916]{font-size:24px!important;line-height:130%!important}.h3-bold[data-v-9639b916]{font-size:24px!important;font-weight:700!important;line-height:130%!important}h4[data-v-9639b916]{font-size:20px!important;line-height:130%!important}.h4-bold[data-v-9639b916]{font-size:20px!important;font-weight:700!important;line-height:130%!important}.display-1[data-v-9639b916]{font-size:40px!important;line-height:130%!important}.display-1-bold[data-v-9639b916]{font-size:40px!important;font-weight:700!important;line-height:130%!important}.display-2[data-v-9639b916]{font-size:30px!important;line-height:130%!important}.display-2-bold[data-v-9639b916]{font-size:30px!important;font-weight:700!important;line-height:130%!important}.elevation-1[data-v-9639b916],.elevation-2[data-v-9639b916],.elevation-3[data-v-9639b916],.elevation-4[data-v-9639b916],.elevation-5[data-v-9639b916],.elevation-6[data-v-9639b916],.elevation-7[data-v-9639b916],.elevation-8[data-v-9639b916],.elevation-9[data-v-9639b916],.elevation-10[data-v-9639b916],.elevation-11[data-v-9639b916],.elevation-12[data-v-9639b916],.elevation-13[data-v-9639b916],.elevation-14[data-v-9639b916],.elevation-15[data-v-9639b916],.elevation-16[data-v-9639b916],.elevation-17[data-v-9639b916],.elevation-18[data-v-9639b916],.elevation-19[data-v-9639b916],.elevation-20[data-v-9639b916],.elevation-21[data-v-9639b916],.elevation-22[data-v-9639b916],.elevation-23[data-v-9639b916],.elevation-24[data-v-9639b916]{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f!important}.page-container[data-v-9639b916]{text-align:center;margin:0 auto;padding:40px 40px 56px 56px;width:1160px}@media (width <= 600px){.page-container[data-v-9639b916]{max-width:600px;padding:40px 24px 80px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;width:80%}}@media (width >= 601px) and (width <= 960px){.page-container[data-v-9639b916]{max-width:960px;width:80%;display:grid;grid-template-columns:repeat(6,1fr);grid-gap:24px}}@media (width >= 960px){.page-container[data-v-9639b916]{max-width:960px;width:100%;display:grid;grid-template-columns:repeat(12,1fr);grid-gap:24px}}.vd-social-media-links[data-v-9639b916]{display:flex;flex-direction:column}li[data-v-9639b916]{list-style:none}.vd-social-media-links-label.text--primary[data-v-9639b916]{color:#0c419a;font-weight:600}.v-theme--dark .vd-social-media-links-label.text--primary[data-v-9639b916]{color:#fff}.vd-social-media-links-icon[data-v-9639b916]{color:#545859}.v-btn--icon[data-v-9639b916]{width:calc(var(--v-btn-height) + 5px);height:calc(var(--v-btn-height) + 5px);border:0}.v-theme--dark .v-btn--variant-text[data-v-9639b916]:hover{background:#ffffff1a}@media (width >= 768px){.vd-social-media-links-label[data-v-9639b916]{text-align:right}.vd-social-media-links-content[data-v-9639b916]{justify-content:flex-end}}@media (width <= 767px){.vd-social-media-links-label[data-v-9639b916]{text-align:left}.vd-social-media-links-content[data-v-9639b916]{justify-content:flex-start}}.title[data-v-a1074b6c]{font-size:24px!important}.alt-title[data-v-a1074b6c]{font-size:20px!important}.body-text[data-v-a1074b6c]{font-size:16px!important}.link-label[data-v-a1074b6c]{font-size:14px!important}h1[data-v-a1074b6c]{font-size:32px!important;line-height:130%!important}.h1-bold[data-v-a1074b6c]{font-size:32px!important;font-weight:700!important;line-height:130%!important}h2[data-v-a1074b6c]{font-size:28px!important;line-height:130%!important}.h2-bold[data-v-a1074b6c]{font-size:28px!important;font-weight:700!important;line-height:130%!important}h3[data-v-a1074b6c]{font-size:24px!important;line-height:130%!important}.h3-bold[data-v-a1074b6c]{font-size:24px!important;font-weight:700!important;line-height:130%!important}h4[data-v-a1074b6c]{font-size:20px!important;line-height:130%!important}.h4-bold[data-v-a1074b6c]{font-size:20px!important;font-weight:700!important;line-height:130%!important}.display-1[data-v-a1074b6c]{font-size:40px!important;line-height:130%!important}.display-1-bold[data-v-a1074b6c]{font-size:40px!important;font-weight:700!important;line-height:130%!important}.display-2[data-v-a1074b6c]{font-size:30px!important;line-height:130%!important}.display-2-bold[data-v-a1074b6c]{font-size:30px!important;font-weight:700!important;line-height:130%!important}.elevation-1[data-v-a1074b6c],.elevation-2[data-v-a1074b6c],.elevation-3[data-v-a1074b6c],.elevation-4[data-v-a1074b6c],.elevation-5[data-v-a1074b6c],.elevation-6[data-v-a1074b6c],.elevation-7[data-v-a1074b6c],.elevation-8[data-v-a1074b6c],.elevation-9[data-v-a1074b6c],.elevation-10[data-v-a1074b6c],.elevation-11[data-v-a1074b6c],.elevation-12[data-v-a1074b6c],.elevation-13[data-v-a1074b6c],.elevation-14[data-v-a1074b6c],.elevation-15[data-v-a1074b6c],.elevation-16[data-v-a1074b6c],.elevation-17[data-v-a1074b6c],.elevation-18[data-v-a1074b6c],.elevation-19[data-v-a1074b6c],.elevation-20[data-v-a1074b6c],.elevation-21[data-v-a1074b6c],.elevation-22[data-v-a1074b6c],.elevation-23[data-v-a1074b6c],.elevation-24[data-v-a1074b6c]{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f!important}.page-container[data-v-a1074b6c]{text-align:center;margin:0 auto;padding:40px 40px 56px 56px;width:1160px}@media (width <= 600px){.page-container[data-v-a1074b6c]{max-width:600px;padding:40px 24px 80px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;width:80%}}@media (width >= 601px) and (width <= 960px){.page-container[data-v-a1074b6c]{max-width:960px;width:80%;display:grid;grid-template-columns:repeat(6,1fr);grid-gap:24px}}@media (width >= 960px){.page-container[data-v-a1074b6c]{max-width:960px;width:100%;display:grid;grid-template-columns:repeat(12,1fr);grid-gap:24px}}a[data-v-a1074b6c]{cursor:pointer}.v-btn--icon[data-v-a1074b6c]{border:0}.v-footer[data-v-a1074b6c]{flex-grow:0!important;justify-content:center}.v-footer .container[data-v-a1074b6c]{width:100%;max-width:1712px;margin:0 auto}.vd-footer-bar[data-v-a1074b6c] .vd-footer-bar-links a,.vd-footer-bar[data-v-a1074b6c] p,.vd-footer-bar[data-v-a1074b6c] .text--primary{color:#000000de}.vd-footer-bar[data-v-a1074b6c] .text--secondary{color:#0009}.vd-footer-bar[data-v-a1074b6c] .social .text--primary{color:rgb(var(--v-theme-primary))}.vd-footer-bar[data-v-a1074b6c] .social a.v-btn:hover,.vd-footer-bar[data-v-a1074b6c] button.v-btn:hover{background:#0000000d}.vd-footer-bar[data-v-a1074b6c] a.text--primary{color:rgb(var(--v-theme-primary))}.vd-footer-bar[data-v-a1074b6c] .v-divider{border-color:#2f384d}.vd-footer-bar[data-v-a1074b6c] svg.logo{fill:rgb(var(--v-theme-primary))}.vd-footer-bar[data-v-a1074b6c] .scroll{color:rgb(var(--v-theme-primary))!important}.vd-footer-bar.v-theme--dark[data-v-a1074b6c] .vd-footer-bar-links a{color:#fff}.vd-footer-bar.v-theme--dark[data-v-a1074b6c] p,.vd-footer-bar.v-theme--dark[data-v-a1074b6c] .text--primary{color:#ffffffde}.vd-footer-bar.v-theme--dark[data-v-a1074b6c] .text--secondary{color:#fff9}.vd-footer-bar.v-theme--dark[data-v-a1074b6c] a.text--primary{color:#fff}.vd-footer-bar.v-theme--dark[data-v-a1074b6c] .v-divider{border-color:#fff}.vd-footer-bar.v-theme--dark[data-v-a1074b6c] svg{fill:#fff}.vd-footer-bar-links[data-v-a1074b6c] li{list-style:none;display:flex}.vd-footer-bar-links[data-v-a1074b6c] a{transition:.15s;text-decoration:none;padding-top:1px;border-bottom:1px solid transparent}.vd-footer-bar-links[data-v-a1074b6c] a:hover,.vd-footer-bar-links[data-v-a1074b6c] a:focus{border-color:currentcolor}.vd-footer-bar-links[data-v-a1074b6c] p{padding:1px 0}.v-theme--dark button.v-btn[data-v-a1074b6c]:hover{background:#ffffff1a}.vd-france-connect-btn a[data-v-5bd47a0e]{color:#000091}.vd-france-connect-btn a[data-v-5bd47a0e]:focus{outline-offset:3px}.vd-france-connect-link[data-v-5bd47a0e]{background:#000091}.vd-france-connect-link[data-v-5bd47a0e]:hover{background:#1212ff;transition:all .2s ease-in-out}.vd-france-connect-link[data-v-5bd47a0e]:active{background:#2323ff}.vd-france-connect-link[data-v-5bd47a0e]:focus{outline-offset:3px}.vd-france-connect-btn--dark .vd-france-connect-link[data-v-5bd47a0e]{color:#fff;background-color:#8585f6}.vd-france-connect-btn--dark .vd-france-connect-link[data-v-5bd47a0e]:hover{background-color:#b1b1f9}.vd-france-connect-btn--dark .vd-france-connect-link[data-v-5bd47a0e]:active{background-color:#c6c6fb}.vd-france-connect-btn--dark .vd-france-connect-info-link[data-v-5bd47a0e]{color:#8585f6}.vd-france-connect-info-link[data-v-5bd47a0e]{background-image:linear-gradient(currentcolor,currentcolor);background-position:0% 100%;background-repeat:no-repeat;background-size:100% 1px}.vd-france-connect-info-link[data-v-5bd47a0e]:hover{background-size:100% 2px}[data-v-5bd47a0e] :scope:focus{border-radius:0!important}.cls-2[data-v-51224cf0],.cls-2[data-v-e01c8927]{fill:#0c419a}.title[data-v-8295d36d]{font-size:24px!important}.alt-title[data-v-8295d36d]{font-size:20px!important}.body-text[data-v-8295d36d]{font-size:16px!important}.link-label[data-v-8295d36d]{font-size:14px!important}h1[data-v-8295d36d]{font-size:32px!important;line-height:130%!important}.h1-bold[data-v-8295d36d]{font-size:32px!important;font-weight:700!important;line-height:130%!important}h2[data-v-8295d36d]{font-size:28px!important;line-height:130%!important}.h2-bold[data-v-8295d36d]{font-size:28px!important;font-weight:700!important;line-height:130%!important}h3[data-v-8295d36d]{font-size:24px!important;line-height:130%!important}.h3-bold[data-v-8295d36d]{font-size:24px!important;font-weight:700!important;line-height:130%!important}h4[data-v-8295d36d]{font-size:20px!important;line-height:130%!important}.h4-bold[data-v-8295d36d]{font-size:20px!important;font-weight:700!important;line-height:130%!important}.display-1[data-v-8295d36d]{font-size:40px!important;line-height:130%!important}.display-1-bold[data-v-8295d36d]{font-size:40px!important;font-weight:700!important;line-height:130%!important}.display-2[data-v-8295d36d]{font-size:30px!important;line-height:130%!important}.display-2-bold[data-v-8295d36d]{font-size:30px!important;font-weight:700!important;line-height:130%!important}.elevation-1[data-v-8295d36d],.elevation-2[data-v-8295d36d],.elevation-3[data-v-8295d36d],.elevation-4[data-v-8295d36d],.elevation-5[data-v-8295d36d],.elevation-6[data-v-8295d36d],.elevation-7[data-v-8295d36d],.elevation-8[data-v-8295d36d],.elevation-9[data-v-8295d36d],.elevation-10[data-v-8295d36d],.elevation-11[data-v-8295d36d],.elevation-12[data-v-8295d36d],.elevation-13[data-v-8295d36d],.elevation-14[data-v-8295d36d],.elevation-15[data-v-8295d36d],.elevation-16[data-v-8295d36d],.elevation-17[data-v-8295d36d],.elevation-18[data-v-8295d36d],.elevation-19[data-v-8295d36d],.elevation-20[data-v-8295d36d],.elevation-21[data-v-8295d36d],.elevation-22[data-v-8295d36d],.elevation-23[data-v-8295d36d],.elevation-24[data-v-8295d36d]{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f!important}.page-container[data-v-8295d36d]{text-align:center;margin:0 auto;padding:40px 40px 56px 56px;width:1160px}@media (width <= 600px){.page-container[data-v-8295d36d]{max-width:600px;padding:40px 24px 80px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;width:80%}}@media (width >= 601px) and (width <= 960px){.page-container[data-v-8295d36d]{max-width:960px;width:80%;display:grid;grid-template-columns:repeat(6,1fr);grid-gap:24px}}@media (width >= 960px){.page-container[data-v-8295d36d]{max-width:960px;width:100%;display:grid;grid-template-columns:repeat(12,1fr);grid-gap:24px}}.logo[data-v-8295d36d]{display:flex;height:52px;align-items:center;color:rgb(var(--v-theme-primary));line-height:1.45;font-family:Cabin,Arial,Helvetica,sans-serif;text-decoration:none;cursor:pointer}.logo[data-v-8295d36d] svg{flex-grow:0;flex-shrink:0}.service-title[data-v-8295d36d]{font-size:.875rem;font-weight:500}.service-subtitle[data-v-8295d36d]{font-size:.875rem;font-weight:400}@media screen and (min-width: 990px){.service-title[data-v-8295d36d]{font-size:1.125rem}.service-subtitle[data-v-8295d36d]{font-size:.75rem}}.title[data-v-639c8426]{font-size:24px!important}.alt-title[data-v-639c8426]{font-size:20px!important}.body-text[data-v-639c8426]{font-size:16px!important}.link-label[data-v-639c8426]{font-size:14px!important}h1[data-v-639c8426]{font-size:32px!important;line-height:130%!important}.h1-bold[data-v-639c8426]{font-size:32px!important;font-weight:700!important;line-height:130%!important}h2[data-v-639c8426]{font-size:28px!important;line-height:130%!important}.h2-bold[data-v-639c8426]{font-size:28px!important;font-weight:700!important;line-height:130%!important}h3[data-v-639c8426]{font-size:24px!important;line-height:130%!important}.h3-bold[data-v-639c8426]{font-size:24px!important;font-weight:700!important;line-height:130%!important}h4[data-v-639c8426]{font-size:20px!important;line-height:130%!important}.h4-bold[data-v-639c8426]{font-size:20px!important;font-weight:700!important;line-height:130%!important}.display-1[data-v-639c8426]{font-size:40px!important;line-height:130%!important}.display-1-bold[data-v-639c8426]{font-size:40px!important;font-weight:700!important;line-height:130%!important}.display-2[data-v-639c8426]{font-size:30px!important;line-height:130%!important}.display-2-bold[data-v-639c8426]{font-size:30px!important;font-weight:700!important;line-height:130%!important}.elevation-1[data-v-639c8426],.elevation-2[data-v-639c8426],.elevation-3[data-v-639c8426],.elevation-4[data-v-639c8426],.elevation-5[data-v-639c8426],.elevation-6[data-v-639c8426],.elevation-7[data-v-639c8426],.elevation-8[data-v-639c8426],.elevation-9[data-v-639c8426],.elevation-10[data-v-639c8426],.elevation-11[data-v-639c8426],.elevation-12[data-v-639c8426],.elevation-13[data-v-639c8426],.elevation-14[data-v-639c8426],.elevation-15[data-v-639c8426],.elevation-16[data-v-639c8426],.elevation-17[data-v-639c8426],.elevation-18[data-v-639c8426],.elevation-19[data-v-639c8426],.elevation-20[data-v-639c8426],.elevation-21[data-v-639c8426],.elevation-22[data-v-639c8426],.elevation-23[data-v-639c8426],.elevation-24[data-v-639c8426]{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f!important}.page-container[data-v-639c8426]{text-align:center;margin:0 auto;padding:40px 40px 56px 56px;width:1160px}@media (width <= 600px){.page-container[data-v-639c8426]{max-width:600px;padding:40px 24px 80px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;width:80%}}@media (width >= 601px) and (width <= 960px){.page-container[data-v-639c8426]{max-width:960px;width:80%;display:grid;grid-template-columns:repeat(6,1fr);grid-gap:24px}}@media (width >= 960px){.page-container[data-v-639c8426]{max-width:960px;width:100%;display:grid;grid-template-columns:repeat(12,1fr);grid-gap:24px}}.header[data-v-639c8426]{position:relative;z-index:1}.sticky-header[data-v-639c8426]{background-color:#fff;width:100%;z-index:1000}.inner-header[data-v-639c8426]{display:flex;align-items:center;height:77px;max-width:1712px;margin:0 auto;border-bottom:solid 1px #ced9eb}.header-side[data-v-639c8426]{display:flex;align-items:center;margin-left:auto}@media screen and (width >= 340px){.menu+.header-logo[data-v-639c8426]{padding-left:16px!important}}@media screen and (min-width: 990px){.inner-header[data-v-639c8426]{height:95px}}.title[data-v-82f2559e]{font-size:24px!important}.alt-title[data-v-82f2559e]{font-size:20px!important}.body-text[data-v-82f2559e]{font-size:16px!important}.link-label[data-v-82f2559e]{font-size:14px!important}h1[data-v-82f2559e]{font-size:32px!important;line-height:130%!important}.h1-bold[data-v-82f2559e]{font-size:32px!important;font-weight:700!important;line-height:130%!important}h2[data-v-82f2559e]{font-size:28px!important;line-height:130%!important}.h2-bold[data-v-82f2559e]{font-size:28px!important;font-weight:700!important;line-height:130%!important}h3[data-v-82f2559e]{font-size:24px!important;line-height:130%!important}.h3-bold[data-v-82f2559e]{font-size:24px!important;font-weight:700!important;line-height:130%!important}h4[data-v-82f2559e]{font-size:20px!important;line-height:130%!important}.h4-bold[data-v-82f2559e]{font-size:20px!important;font-weight:700!important;line-height:130%!important}.display-1[data-v-82f2559e]{font-size:40px!important;line-height:130%!important}.display-1-bold[data-v-82f2559e]{font-size:40px!important;font-weight:700!important;line-height:130%!important}.display-2[data-v-82f2559e]{font-size:30px!important;line-height:130%!important}.display-2-bold[data-v-82f2559e]{font-size:30px!important;font-weight:700!important;line-height:130%!important}.elevation-1[data-v-82f2559e],.elevation-2[data-v-82f2559e],.elevation-3[data-v-82f2559e],.elevation-4[data-v-82f2559e],.elevation-5[data-v-82f2559e],.elevation-6[data-v-82f2559e],.elevation-7[data-v-82f2559e],.elevation-8[data-v-82f2559e],.elevation-9[data-v-82f2559e],.elevation-10[data-v-82f2559e],.elevation-11[data-v-82f2559e],.elevation-12[data-v-82f2559e],.elevation-13[data-v-82f2559e],.elevation-14[data-v-82f2559e],.elevation-15[data-v-82f2559e],.elevation-16[data-v-82f2559e],.elevation-17[data-v-82f2559e],.elevation-18[data-v-82f2559e],.elevation-19[data-v-82f2559e],.elevation-20[data-v-82f2559e],.elevation-21[data-v-82f2559e],.elevation-22[data-v-82f2559e],.elevation-23[data-v-82f2559e],.elevation-24[data-v-82f2559e]{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f!important}.page-container[data-v-82f2559e]{text-align:center;margin:0 auto;padding:40px 40px 56px 56px;width:1160px}@media (width <= 600px){.page-container[data-v-82f2559e]{max-width:600px;padding:40px 24px 80px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;width:80%}}@media (width >= 601px) and (width <= 960px){.page-container[data-v-82f2559e]{max-width:960px;width:80%;display:grid;grid-template-columns:repeat(6,1fr);grid-gap:24px}}@media (width >= 960px){.page-container[data-v-82f2559e]{max-width:960px;width:100%;display:grid;grid-template-columns:repeat(12,1fr);grid-gap:24px}}.header-menu-btn[data-v-82f2559e]{text-transform:capitalize;height:77px;width:82px;display:flex;flex-direction:column;align-items:center;flex-shrink:0;justify-content:center;font-weight:700;background-color:rgb(var(--v-theme-primary));color:#fff;border-bottom:solid 1px #ced9eb;transition:color .15s .1s,background-color .15s .1s,border-bottom .15s .1s}.header-menu-btn[data-v-82f2559e]:focus-visible{background-color:#fff;color:rgb(var(--v-theme-primary))}.header-menu-btn__open[data-v-82f2559e]{background-color:#fff;color:rgb(var(--v-theme-primary));border-color:#fff}@media screen and (max-width: 991px){.header-menu-btn__label[data-v-82f2559e]{clip:rect(0 0 0 0);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}}@media screen and (min-width: 990px){.header-menu-btn[data-v-82f2559e]{height:95px;width:95px}}.title[data-v-8bfe741c]{font-size:24px!important}.alt-title[data-v-8bfe741c]{font-size:20px!important}.body-text[data-v-8bfe741c]{font-size:16px!important}.link-label[data-v-8bfe741c]{font-size:14px!important}h1[data-v-8bfe741c]{font-size:32px!important;line-height:130%!important}.h1-bold[data-v-8bfe741c]{font-size:32px!important;font-weight:700!important;line-height:130%!important}h2[data-v-8bfe741c]{font-size:28px!important;line-height:130%!important}.h2-bold[data-v-8bfe741c]{font-size:28px!important;font-weight:700!important;line-height:130%!important}h3[data-v-8bfe741c]{font-size:24px!important;line-height:130%!important}.h3-bold[data-v-8bfe741c]{font-size:24px!important;font-weight:700!important;line-height:130%!important}h4[data-v-8bfe741c]{font-size:20px!important;line-height:130%!important}.h4-bold[data-v-8bfe741c]{font-size:20px!important;font-weight:700!important;line-height:130%!important}.display-1[data-v-8bfe741c]{font-size:40px!important;line-height:130%!important}.display-1-bold[data-v-8bfe741c]{font-size:40px!important;font-weight:700!important;line-height:130%!important}.display-2[data-v-8bfe741c]{font-size:30px!important;line-height:130%!important}.display-2-bold[data-v-8bfe741c]{font-size:30px!important;font-weight:700!important;line-height:130%!important}.elevation-1[data-v-8bfe741c],.elevation-2[data-v-8bfe741c],.elevation-3[data-v-8bfe741c],.elevation-4[data-v-8bfe741c],.elevation-5[data-v-8bfe741c],.elevation-6[data-v-8bfe741c],.elevation-7[data-v-8bfe741c],.elevation-8[data-v-8bfe741c],.elevation-9[data-v-8bfe741c],.elevation-10[data-v-8bfe741c],.elevation-11[data-v-8bfe741c],.elevation-12[data-v-8bfe741c],.elevation-13[data-v-8bfe741c],.elevation-14[data-v-8bfe741c],.elevation-15[data-v-8bfe741c],.elevation-16[data-v-8bfe741c],.elevation-17[data-v-8bfe741c],.elevation-18[data-v-8bfe741c],.elevation-19[data-v-8bfe741c],.elevation-20[data-v-8bfe741c],.elevation-21[data-v-8bfe741c],.elevation-22[data-v-8bfe741c],.elevation-23[data-v-8bfe741c],.elevation-24[data-v-8bfe741c]{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f!important}.page-container[data-v-8bfe741c]{text-align:center;margin:0 auto;padding:40px 40px 56px 56px;width:1160px}@media (width <= 600px){.page-container[data-v-8bfe741c]{max-width:600px;padding:40px 24px 80px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;width:80%}}@media (width >= 601px) and (width <= 960px){.page-container[data-v-8bfe741c]{max-width:960px;width:80%;display:grid;grid-template-columns:repeat(6,1fr);grid-gap:24px}}@media (width >= 960px){.page-container[data-v-8bfe741c]{max-width:960px;width:100%;display:grid;grid-template-columns:repeat(12,1fr);grid-gap:24px}}.overlay[data-v-8bfe741c]{top:0;right:0;bottom:0;left:0;position:fixed;z-index:1000;background-color:#03102580;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.menu-wrapper[data-v-8bfe741c]{height:100dvh;background-color:#fff;display:flex;flex-direction:column}.header-menu-wrapper[data-v-8bfe741c]{height:calc(100% - 77px);display:grid;position:relative;overflow:auto}.header-menu-wrapper--submenu-open[data-v-8bfe741c]{overflow:clip}@media screen and (min-width: 990px){.menu-wrapper[data-v-8bfe741c]{position:absolute;background-color:transparent}.header-menu-wrapper[data-v-8bfe741c]{width:350px;overflow:visible}.header-menu[data-v-8bfe741c]{background-color:#fff;overflow:hidden auto;height:100%}}.menu-enter-active[data-v-8bfe741c]{transition:opacity .15s ease-in}.menu-enter-active .header-menu-wrapper[data-v-8bfe741c]{transition:transform .1s ease-in}.menu-leave-active[data-v-8bfe741c]{transition:opacity .15s ease-out}.menu-leave-active .header-menu-wrapper[data-v-8bfe741c]{transition:transform .1s ease-out}.menu-enter-from[data-v-8bfe741c],.menu-leave-to[data-v-8bfe741c]{opacity:0}@media screen and (min-width: 990px){.menu-enter-from .header-menu-wrapper[data-v-8bfe741c],.menu-leave-to .header-menu-wrapper[data-v-8bfe741c]{transform:translateY(10px)}}@media (prefers-reduced-motion: reduce){.menu-enter-active[data-v-8bfe741c],.menu-leave-active[data-v-8bfe741c]{transition:opacity 0s}.menu-enter-from .header-menu-wrapper[data-v-8bfe741c],.menu-leave-to .header-menu-wrapper[data-v-8bfe741c]{transform:none}}.title[data-v-eebfe4fb]{font-size:24px!important}.alt-title[data-v-eebfe4fb]{font-size:20px!important}.body-text[data-v-eebfe4fb]{font-size:16px!important}.link-label[data-v-eebfe4fb]{font-size:14px!important}h1[data-v-eebfe4fb]{font-size:32px!important;line-height:130%!important}.h1-bold[data-v-eebfe4fb]{font-size:32px!important;font-weight:700!important;line-height:130%!important}h2[data-v-eebfe4fb]{font-size:28px!important;line-height:130%!important}.h2-bold[data-v-eebfe4fb]{font-size:28px!important;font-weight:700!important;line-height:130%!important}h3[data-v-eebfe4fb]{font-size:24px!important;line-height:130%!important}.h3-bold[data-v-eebfe4fb]{font-size:24px!important;font-weight:700!important;line-height:130%!important}h4[data-v-eebfe4fb]{font-size:20px!important;line-height:130%!important}.h4-bold[data-v-eebfe4fb]{font-size:20px!important;font-weight:700!important;line-height:130%!important}.display-1[data-v-eebfe4fb]{font-size:40px!important;line-height:130%!important}.display-1-bold[data-v-eebfe4fb]{font-size:40px!important;font-weight:700!important;line-height:130%!important}.display-2[data-v-eebfe4fb]{font-size:30px!important;line-height:130%!important}.display-2-bold[data-v-eebfe4fb]{font-size:30px!important;font-weight:700!important;line-height:130%!important}.elevation-1[data-v-eebfe4fb],.elevation-2[data-v-eebfe4fb],.elevation-3[data-v-eebfe4fb],.elevation-4[data-v-eebfe4fb],.elevation-5[data-v-eebfe4fb],.elevation-6[data-v-eebfe4fb],.elevation-7[data-v-eebfe4fb],.elevation-8[data-v-eebfe4fb],.elevation-9[data-v-eebfe4fb],.elevation-10[data-v-eebfe4fb],.elevation-11[data-v-eebfe4fb],.elevation-12[data-v-eebfe4fb],.elevation-13[data-v-eebfe4fb],.elevation-14[data-v-eebfe4fb],.elevation-15[data-v-eebfe4fb],.elevation-16[data-v-eebfe4fb],.elevation-17[data-v-eebfe4fb],.elevation-18[data-v-eebfe4fb],.elevation-19[data-v-eebfe4fb],.elevation-20[data-v-eebfe4fb],.elevation-21[data-v-eebfe4fb],.elevation-22[data-v-eebfe4fb],.elevation-23[data-v-eebfe4fb],.elevation-24[data-v-eebfe4fb]{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f!important}.page-container[data-v-eebfe4fb]{text-align:center;margin:0 auto;padding:40px 40px 56px 56px;width:1160px}@media (width <= 600px){.page-container[data-v-eebfe4fb]{max-width:600px;padding:40px 24px 80px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;width:80%}}@media (width >= 601px) and (width <= 960px){.page-container[data-v-eebfe4fb]{max-width:960px;width:80%;display:grid;grid-template-columns:repeat(6,1fr);grid-gap:24px}}@media (width >= 960px){.page-container[data-v-eebfe4fb]{max-width:960px;width:100%;display:grid;grid-template-columns:repeat(12,1fr);grid-gap:24px}}.header-menu-item[data-v-eebfe4fb]{color:rgb(var(--v-theme-primary));list-style-type:none;margin:0;padding:0;min-height:44px;font-weight:700}.header-menu-item[data-v-eebfe4fb]>a{display:flex;flex-direction:column;padding:16px 50px 16px 20px;text-decoration:none;color:currentcolor}.header-menu-item[data-v-eebfe4fb]>a:hover{text-decoration:underline}.header-menu-item[data-v-eebfe4fb]>a:visited{color:currentcolor}.header-menu-item[data-v-eebfe4fb]>a:first-letter{text-transform:uppercase}.header-menu-item[data-v-eebfe4fb]:hover{background-color:rgb(var(--v-theme-primary));color:#fff}.header-menu-item[data-v-eebfe4fb]:hover>a>*{color:#fff!important}.title[data-v-fe759639]{font-size:24px!important}.alt-title[data-v-fe759639]{font-size:20px!important}.body-text[data-v-fe759639]{font-size:16px!important}.link-label[data-v-fe759639]{font-size:14px!important}h1[data-v-fe759639]{font-size:32px!important;line-height:130%!important}.h1-bold[data-v-fe759639]{font-size:32px!important;font-weight:700!important;line-height:130%!important}h2[data-v-fe759639]{font-size:28px!important;line-height:130%!important}.h2-bold[data-v-fe759639]{font-size:28px!important;font-weight:700!important;line-height:130%!important}h3[data-v-fe759639]{font-size:24px!important;line-height:130%!important}.h3-bold[data-v-fe759639]{font-size:24px!important;font-weight:700!important;line-height:130%!important}h4[data-v-fe759639]{font-size:20px!important;line-height:130%!important}.h4-bold[data-v-fe759639]{font-size:20px!important;font-weight:700!important;line-height:130%!important}.display-1[data-v-fe759639]{font-size:40px!important;line-height:130%!important}.display-1-bold[data-v-fe759639]{font-size:40px!important;font-weight:700!important;line-height:130%!important}.display-2[data-v-fe759639]{font-size:30px!important;line-height:130%!important}.display-2-bold[data-v-fe759639]{font-size:30px!important;font-weight:700!important;line-height:130%!important}.elevation-1[data-v-fe759639],.elevation-2[data-v-fe759639],.elevation-3[data-v-fe759639],.elevation-4[data-v-fe759639],.elevation-5[data-v-fe759639],.elevation-6[data-v-fe759639],.elevation-7[data-v-fe759639],.elevation-8[data-v-fe759639],.elevation-9[data-v-fe759639],.elevation-10[data-v-fe759639],.elevation-11[data-v-fe759639],.elevation-12[data-v-fe759639],.elevation-13[data-v-fe759639],.elevation-14[data-v-fe759639],.elevation-15[data-v-fe759639],.elevation-16[data-v-fe759639],.elevation-17[data-v-fe759639],.elevation-18[data-v-fe759639],.elevation-19[data-v-fe759639],.elevation-20[data-v-fe759639],.elevation-21[data-v-fe759639],.elevation-22[data-v-fe759639],.elevation-23[data-v-fe759639],.elevation-24[data-v-fe759639]{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f!important}.page-container[data-v-fe759639]{text-align:center;margin:0 auto;padding:40px 40px 56px 56px;width:1160px}@media (width <= 600px){.page-container[data-v-fe759639]{max-width:600px;padding:40px 24px 80px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;width:80%}}@media (width >= 601px) and (width <= 960px){.page-container[data-v-fe759639]{max-width:960px;width:80%;display:grid;grid-template-columns:repeat(6,1fr);grid-gap:24px}}@media (width >= 960px){.page-container[data-v-fe759639]{max-width:960px;width:100%;display:grid;grid-template-columns:repeat(12,1fr);grid-gap:24px}}.header-menu-section[data-v-fe759639]{list-style-type:none;padding:0;margin:0}.header-menu-section-title[data-v-fe759639]{padding:40px 16px 8px 20px;border-bottom:1px solid #e0e0e0;font-size:1.1rem;margin-bottom:8px;color:#212529;text-transform:capitalize;font-weight:700}.title[data-v-fa108bc3]{font-size:24px!important}.alt-title[data-v-fa108bc3]{font-size:20px!important}.body-text[data-v-fa108bc3]{font-size:16px!important}.link-label[data-v-fa108bc3]{font-size:14px!important}h1[data-v-fa108bc3]{font-size:32px!important;line-height:130%!important}.h1-bold[data-v-fa108bc3]{font-size:32px!important;font-weight:700!important;line-height:130%!important}h2[data-v-fa108bc3]{font-size:28px!important;line-height:130%!important}.h2-bold[data-v-fa108bc3]{font-size:28px!important;font-weight:700!important;line-height:130%!important}h3[data-v-fa108bc3]{font-size:24px!important;line-height:130%!important}.h3-bold[data-v-fa108bc3]{font-size:24px!important;font-weight:700!important;line-height:130%!important}h4[data-v-fa108bc3]{font-size:20px!important;line-height:130%!important}.h4-bold[data-v-fa108bc3]{font-size:20px!important;font-weight:700!important;line-height:130%!important}.display-1[data-v-fa108bc3]{font-size:40px!important;line-height:130%!important}.display-1-bold[data-v-fa108bc3]{font-size:40px!important;font-weight:700!important;line-height:130%!important}.display-2[data-v-fa108bc3]{font-size:30px!important;line-height:130%!important}.display-2-bold[data-v-fa108bc3]{font-size:30px!important;font-weight:700!important;line-height:130%!important}.elevation-1[data-v-fa108bc3],.elevation-2[data-v-fa108bc3],.elevation-3[data-v-fa108bc3],.elevation-4[data-v-fa108bc3],.elevation-5[data-v-fa108bc3],.elevation-6[data-v-fa108bc3],.elevation-7[data-v-fa108bc3],.elevation-8[data-v-fa108bc3],.elevation-9[data-v-fa108bc3],.elevation-10[data-v-fa108bc3],.elevation-11[data-v-fa108bc3],.elevation-12[data-v-fa108bc3],.elevation-13[data-v-fa108bc3],.elevation-14[data-v-fa108bc3],.elevation-15[data-v-fa108bc3],.elevation-16[data-v-fa108bc3],.elevation-17[data-v-fa108bc3],.elevation-18[data-v-fa108bc3],.elevation-19[data-v-fa108bc3],.elevation-20[data-v-fa108bc3],.elevation-21[data-v-fa108bc3],.elevation-22[data-v-fa108bc3],.elevation-23[data-v-fa108bc3],.elevation-24[data-v-fa108bc3]{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f!important}.page-container[data-v-fa108bc3]{text-align:center;margin:0 auto;padding:40px 40px 56px 56px;width:1160px}@media (width <= 600px){.page-container[data-v-fa108bc3]{max-width:600px;padding:40px 24px 80px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;width:80%}}@media (width >= 601px) and (width <= 960px){.page-container[data-v-fa108bc3]{max-width:960px;width:80%;display:grid;grid-template-columns:repeat(6,1fr);grid-gap:24px}}@media (width >= 960px){.page-container[data-v-fa108bc3]{max-width:960px;width:100%;display:grid;grid-template-columns:repeat(12,1fr);grid-gap:24px}}.sub-menu-btn[data-v-fa108bc3]{display:flex;justify-content:center;flex-direction:column;width:100%;padding:16px 50px 16px 20px;text-align:left;color:rgb(var(--v-theme-primary))}.sub-menu-btn[data-v-fa108bc3]:hover{background-color:rgb(var(--v-theme-primary));color:#fff;text-decoration:underline}.sub-menu-btn[data-v-fa108bc3]:hover>*{color:#fff!important}.sub-menu-btn[data-v-fa108bc3]:first-letter{text-transform:uppercase}.sub-menu-btn__icon[data-v-fa108bc3]{position:absolute;right:20px}@media screen and (max-width: 989px){.sub-menu--open[data-v-fa108bc3]{position:absolute;left:0;top:0;width:100%;height:100%;overflow-y:auto;background-color:#fff;padding-top:40px;z-index:10}.sub-menu--child-open[data-v-fa108bc3]{overflow-y:clip}.sub-menu--open>.sub-menu-btn[data-v-fa108bc3]{padding:0 16px 8px 40px;border-bottom:1px solid #e0e0e0;color:#000;background-color:transparent}.sub-menu--open>.sub-menu-btn[data-v-fa108bc3]:hover{color:#000}.sub-menu--open>.sub-menu-btn[data-v-fa108bc3]:hover>*{color:#000!important}.sub-menu--open>.sub-menu-btn[data-v-fa108bc3]>.sub-menu-btn__icon{left:10px;right:auto}}@media screen and (min-width: 990px){.sub-menu-btn[data-v-fa108bc3]{position:relative}.sub-menu--open>.sub-menu-btn[data-v-fa108bc3]{background-color:rgb(var(--v-theme-primary));color:#fff;transition:color .15s linear,background-color .15s linear}.sub-menu--open>.sub-menu-btn[data-v-fa108bc3]>*{color:#fff!important}.sub-menu-content-wrapper[data-v-fa108bc3]{position:absolute;top:0;bottom:0;left:350px}.sub-menu-content[data-v-fa108bc3]{width:351px;height:100%;background:#f9f9f9;border-left:1px solid #e0e0e0;overflow:hidden auto}.sub-menu-content>.sub-menu--open .sub-menu-content[data-v-fa108bc3]{left:700px}.sub-menu-content>.sub-menu--open .sub-menu-content>.sub-menu--open .sub-menu-content[data-v-fa108bc3]{left:1050px}.slide-fade-enter-active[data-v-fa108bc3]{transition:opacity .17s ease-out,transform .17s ease-out}.slide-fade-leave-active[data-v-fa108bc3]{transition:opacity .08s ease-in,transform .08s ease-in}.slide-fade-enter-from[data-v-fa108bc3],.slide-fade-leave-to[data-v-fa108bc3]{opacity:0;transform:translate(-10px)}}@media screen and (min-width: 990px) and (prefers-reduced-motion){.slide-fade-enter-active[data-v-fa108bc3],.slide-fade-leave-active[data-v-fa108bc3]{transition:none}}.title[data-v-a37442cd]{font-size:24px!important}.alt-title[data-v-a37442cd]{font-size:20px!important}.body-text[data-v-a37442cd]{font-size:16px!important}.link-label[data-v-a37442cd]{font-size:14px!important}h1[data-v-a37442cd]{font-size:32px!important;line-height:130%!important}.h1-bold[data-v-a37442cd]{font-size:32px!important;font-weight:700!important;line-height:130%!important}h2[data-v-a37442cd]{font-size:28px!important;line-height:130%!important}.h2-bold[data-v-a37442cd]{font-size:28px!important;font-weight:700!important;line-height:130%!important}h3[data-v-a37442cd]{font-size:24px!important;line-height:130%!important}.h3-bold[data-v-a37442cd]{font-size:24px!important;font-weight:700!important;line-height:130%!important}h4[data-v-a37442cd]{font-size:20px!important;line-height:130%!important}.h4-bold[data-v-a37442cd]{font-size:20px!important;font-weight:700!important;line-height:130%!important}.display-1[data-v-a37442cd]{font-size:40px!important;line-height:130%!important}.display-1-bold[data-v-a37442cd]{font-size:40px!important;font-weight:700!important;line-height:130%!important}.display-2[data-v-a37442cd]{font-size:30px!important;line-height:130%!important}.display-2-bold[data-v-a37442cd]{font-size:30px!important;font-weight:700!important;line-height:130%!important}.elevation-1[data-v-a37442cd],.elevation-2[data-v-a37442cd],.elevation-3[data-v-a37442cd],.elevation-4[data-v-a37442cd],.elevation-5[data-v-a37442cd],.elevation-6[data-v-a37442cd],.elevation-7[data-v-a37442cd],.elevation-8[data-v-a37442cd],.elevation-9[data-v-a37442cd],.elevation-10[data-v-a37442cd],.elevation-11[data-v-a37442cd],.elevation-12[data-v-a37442cd],.elevation-13[data-v-a37442cd],.elevation-14[data-v-a37442cd],.elevation-15[data-v-a37442cd],.elevation-16[data-v-a37442cd],.elevation-17[data-v-a37442cd],.elevation-18[data-v-a37442cd],.elevation-19[data-v-a37442cd],.elevation-20[data-v-a37442cd],.elevation-21[data-v-a37442cd],.elevation-22[data-v-a37442cd],.elevation-23[data-v-a37442cd],.elevation-24[data-v-a37442cd]{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f!important}.page-container[data-v-a37442cd]{text-align:center;margin:0 auto;padding:40px 40px 56px 56px;width:1160px}@media (width <= 600px){.page-container[data-v-a37442cd]{max-width:600px;padding:40px 24px 80px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;width:80%}}@media (width >= 601px) and (width <= 960px){.page-container[data-v-a37442cd]{max-width:960px;width:80%;display:grid;grid-template-columns:repeat(6,1fr);grid-gap:24px}}@media (width >= 960px){.page-container[data-v-a37442cd]{max-width:960px;width:100%;display:grid;grid-template-columns:repeat(12,1fr);grid-gap:24px}}.horizontal-menu[data-v-a37442cd]{display:flex;align-items:center;max-width:1712px;margin:0 auto}.horizontal-menu__tabs[data-v-a37442cd]{flex:1 1 0}.horizontal-menu__item[data-v-a37442cd]{cursor:pointer}.horizontal-menu__item-link[data-v-a37442cd]{font-size:.875rem;font-weight:700}.v-tab-item--selected span[data-v-a37442cd]{color:#fff}.inner-vertical-menu[data-v-1d872dbc]{display:flex;flex-direction:column;height:100%}.inner-vertical-menu__main-content[data-v-1d872dbc]{flex:1}.title[data-v-e2d11fb5]{font-size:24px!important}.alt-title[data-v-e2d11fb5]{font-size:20px!important}.body-text[data-v-e2d11fb5]{font-size:16px!important}.link-label[data-v-e2d11fb5]{font-size:14px!important}h1[data-v-e2d11fb5]{font-size:32px!important;line-height:130%!important}.h1-bold[data-v-e2d11fb5]{font-size:32px!important;font-weight:700!important;line-height:130%!important}h2[data-v-e2d11fb5]{font-size:28px!important;line-height:130%!important}.h2-bold[data-v-e2d11fb5]{font-size:28px!important;font-weight:700!important;line-height:130%!important}h3[data-v-e2d11fb5]{font-size:24px!important;line-height:130%!important}.h3-bold[data-v-e2d11fb5]{font-size:24px!important;font-weight:700!important;line-height:130%!important}h4[data-v-e2d11fb5]{font-size:20px!important;line-height:130%!important}.h4-bold[data-v-e2d11fb5]{font-size:20px!important;font-weight:700!important;line-height:130%!important}.display-1[data-v-e2d11fb5]{font-size:40px!important;line-height:130%!important}.display-1-bold[data-v-e2d11fb5]{font-size:40px!important;font-weight:700!important;line-height:130%!important}.display-2[data-v-e2d11fb5]{font-size:30px!important;line-height:130%!important}.display-2-bold[data-v-e2d11fb5]{font-size:30px!important;font-weight:700!important;line-height:130%!important}.elevation-1[data-v-e2d11fb5],.elevation-2[data-v-e2d11fb5],.elevation-3[data-v-e2d11fb5],.elevation-4[data-v-e2d11fb5],.elevation-5[data-v-e2d11fb5],.elevation-6[data-v-e2d11fb5],.elevation-7[data-v-e2d11fb5],.elevation-8[data-v-e2d11fb5],.elevation-9[data-v-e2d11fb5],.elevation-10[data-v-e2d11fb5],.elevation-11[data-v-e2d11fb5],.elevation-12[data-v-e2d11fb5],.elevation-13[data-v-e2d11fb5],.elevation-14[data-v-e2d11fb5],.elevation-15[data-v-e2d11fb5],.elevation-16[data-v-e2d11fb5],.elevation-17[data-v-e2d11fb5],.elevation-18[data-v-e2d11fb5],.elevation-19[data-v-e2d11fb5],.elevation-20[data-v-e2d11fb5],.elevation-21[data-v-e2d11fb5],.elevation-22[data-v-e2d11fb5],.elevation-23[data-v-e2d11fb5],.elevation-24[data-v-e2d11fb5]{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f!important}.page-container[data-v-e2d11fb5]{text-align:center;margin:0 auto;padding:40px 40px 56px 56px;width:1160px}@media (width <= 600px){.page-container[data-v-e2d11fb5]{max-width:600px;padding:40px 24px 80px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;width:80%}}@media (width >= 601px) and (width <= 960px){.page-container[data-v-e2d11fb5]{max-width:960px;width:80%;display:grid;grid-template-columns:repeat(6,1fr);grid-gap:24px}}@media (width >= 960px){.page-container[data-v-e2d11fb5]{max-width:960px;width:100%;display:grid;grid-template-columns:repeat(12,1fr);grid-gap:24px}}.toolbar[data-v-e2d11fb5]{background:#e7ecf5;position:relative;display:flex;align-items:center;justify-content:center;z-index:100}.toolbar .container[data-v-e2d11fb5]{width:100%;max-height:45px;max-width:1712px;display:flex;align-items:center;justify-content:space-between}@media (width <= 768px){.toolbar .container[data-v-e2d11fb5]{max-height:41px}}.toolbar .container[data-v-e2d11fb5] ul{display:flex;align-items:center;justify-content:flex-start;list-style:none;text-decoration:none}.toolbar .container[data-v-e2d11fb5] ul li{text-align:center}.toolbar .container[data-v-e2d11fb5] ul>li>a{display:block;color:#07275c;text-decoration:none;padding:10px 16px;cursor:pointer}.toolbar .container[data-v-e2d11fb5] ul>li>a:hover{text-decoration:underline}@media (width <= 768px){.toolbar .container[data-v-e2d11fb5] ul>li>a{font-size:12px}}.toolbar .container[data-v-e2d11fb5] .sy-input-select{width:100%;display:flex;justify-content:space-between}@media (width <= 768px){.toolbar .container[data-v-e2d11fb5] .sy-input-select{font-size:12px}.toolbar .container[data-v-e2d11fb5] .sy-input-select span{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}}.toolbar #left-menu ul>li>a[data-v-e2d11fb5]{font-weight:700;color:#07275c}.toolbar #left-menu ul>li>a[data-v-e2d11fb5]:hover{text-decoration:none}.toolbar #left-menu li[data-v-e2d11fb5]:first-child{min-width:95px;background:transparent}@media (max-width: 990px){.toolbar #left-menu li[data-v-e2d11fb5]:first-child{min-width:82px}}.toolbar #left-menu li[data-v-e2d11fb5]:nth-child(2){z-index:2;max-height:44px;min-width:260px}@media (width <= 768px){.toolbar #left-menu li[data-v-e2d11fb5]:nth-child(2){max-height:38px;min-width:152px}}.toolbar #left-menu li:nth-child(2) a[data-v-e2d11fb5]{max-height:44px}@media (width <= 768px){.toolbar #left-menu li:nth-child(2) a[data-v-e2d11fb5]{max-height:38px}}.toolbar #left-menu li[data-v-e2d11fb5]:nth-child(3){background:transparent}.toolbar #left-menu li:first-child a[data-v-e2d11fb5]:hover,.toolbar #left-menu li:first-child.active[data-v-e2d11fb5]{background:#ed76b3}.toolbar #left-menu li:nth-child(2) a[data-v-e2d11fb5]:hover,.toolbar #left-menu .highlight[data-v-e2d11fb5]{background:#66c9ec}.toolbar #left-menu li:nth-child(3) a[data-v-e2d11fb5]:hover,.toolbar #left-menu li:nth-child(3).active[data-v-e2d11fb5]{background:#f0b323}@media (width <= 1000px){.toolbar #right-menu[data-v-e2d11fb5]{display:none}}.toolbar #right-menu ul[data-v-e2d11fb5]{white-space:nowrap;overflow:hidden}.toolbar #right-menu ul li[data-v-e2d11fb5]{display:inline-block}.toolbar[data-v-e2d11fb5] .v-input .v-input__details{display:none}.toolbar[data-v-e2d11fb5] .v-input .v-input__control{font-weight:700}.toolbar[data-v-e2d11fb5] .v-input .v-input__control .text-color{color:#051a3e!important}.toolbar[data-v-e2d11fb5] .v-input .v-input__control .v-icon{margin-left:10px}.toolbar[data-v-e2d11fb5] .v-input .v-input__control .custom-select{display:flex;justify-content:space-between;width:100%}.toolbar[data-v-e2d11fb5] .v-input .v-input__control .custom-select span{max-width:260px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (width <= 768px){.toolbar[data-v-e2d11fb5] .v-input .v-input__control .custom-select span{max-width:182px}}@media (width <= 768px){.toolbar[data-v-e2d11fb5] .v-input .v-input__control{font-size:12px}}.toolbar[data-v-e2d11fb5] .v-input .v-list{top:34px!important;left:-16px!important;text-align:left;min-width:260px;max-width:fit-content!important;border-radius:0}@media (width <= 768px){.toolbar[data-v-e2d11fb5] .v-input .v-list{position:fixed;top:38px!important;left:0!important;min-width:100%!important;box-shadow:none!important}}.toolbar[data-v-e2d11fb5] .v-input .v-list .v-list-item--density-default.v-list-item--one-line{min-height:40px}.toolbar .overlay[data-v-e2d11fb5]{position:fixed;display:block;top:0;left:0;width:100%;height:100%;background-color:#03102580;cursor:default;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:1}@media (width <= 768px){.toolbar .overlay[data-v-e2d11fb5]{display:none}}.right-menu-item[data-v-e2d11fb5]{color:#051a3e}.title[data-v-06ec7485]{font-size:24px!important}.alt-title[data-v-06ec7485]{font-size:20px!important}.body-text[data-v-06ec7485]{font-size:16px!important}.link-label[data-v-06ec7485]{font-size:14px!important}h1[data-v-06ec7485]{font-size:32px!important;line-height:130%!important}.h1-bold[data-v-06ec7485]{font-size:32px!important;font-weight:700!important;line-height:130%!important}h2[data-v-06ec7485]{font-size:28px!important;line-height:130%!important}.h2-bold[data-v-06ec7485]{font-size:28px!important;font-weight:700!important;line-height:130%!important}h3[data-v-06ec7485]{font-size:24px!important;line-height:130%!important}.h3-bold[data-v-06ec7485]{font-size:24px!important;font-weight:700!important;line-height:130%!important}h4[data-v-06ec7485]{font-size:20px!important;line-height:130%!important}.h4-bold[data-v-06ec7485]{font-size:20px!important;font-weight:700!important;line-height:130%!important}.display-1[data-v-06ec7485]{font-size:40px!important;line-height:130%!important}.display-1-bold[data-v-06ec7485]{font-size:40px!important;font-weight:700!important;line-height:130%!important}.display-2[data-v-06ec7485]{font-size:30px!important;line-height:130%!important}.display-2-bold[data-v-06ec7485]{font-size:30px!important;font-weight:700!important;line-height:130%!important}.elevation-1[data-v-06ec7485],.elevation-2[data-v-06ec7485],.elevation-3[data-v-06ec7485],.elevation-4[data-v-06ec7485],.elevation-5[data-v-06ec7485],.elevation-6[data-v-06ec7485],.elevation-7[data-v-06ec7485],.elevation-8[data-v-06ec7485],.elevation-9[data-v-06ec7485],.elevation-10[data-v-06ec7485],.elevation-11[data-v-06ec7485],.elevation-12[data-v-06ec7485],.elevation-13[data-v-06ec7485],.elevation-14[data-v-06ec7485],.elevation-15[data-v-06ec7485],.elevation-16[data-v-06ec7485],.elevation-17[data-v-06ec7485],.elevation-18[data-v-06ec7485],.elevation-19[data-v-06ec7485],.elevation-20[data-v-06ec7485],.elevation-21[data-v-06ec7485],.elevation-22[data-v-06ec7485],.elevation-23[data-v-06ec7485],.elevation-24[data-v-06ec7485]{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f!important}.page-container[data-v-06ec7485]{text-align:center;margin:0 auto;padding:40px 40px 56px 56px;width:1160px}@media (width <= 600px){.page-container[data-v-06ec7485]{max-width:600px;padding:40px 24px 80px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;width:80%}}@media (width >= 601px) and (width <= 960px){.page-container[data-v-06ec7485]{max-width:960px;width:80%;display:grid;grid-template-columns:repeat(6,1fr);grid-gap:24px}}@media (width >= 960px){.page-container[data-v-06ec7485]{max-width:960px;width:100%;display:grid;grid-template-columns:repeat(12,1fr);grid-gap:24px}}.v-list-item[data-v-06ec7485]:hover{background-color:#00000001}.vd-lang-btn[data-v-06ec7485]{font-size:16px;--hover-color: rgba(tokens.$colors-overlay, .5);text-transform:none;letter-spacing:inherit}.vd-logo-brand-section .vd-title-container[data-v-ca95c6a8]{overflow:hidden}.vd-logo-brand-section[data-v-ca95c6a8] .vd-title{line-height:1.45!important}.vd-logo-brand-section .vd-compte-entreprise-title[data-v-ca95c6a8]{font-weight:700!important}.vd-logo-brand-section .vd-compte-entreprise-title span[data-v-ca95c6a8]{color:#cd545b}.vd-logo-brand-section[data-v-ca95c6a8] img{width:auto;height:100%;flex:none}.vd-logo-brand-section svg[data-v-ca95c6a8],.vd-logo-brand-section .vd-home-link[data-v-ca95c6a8]{flex:none}.vd-logo-brand-section .vd-home-link[data-v-ca95c6a8]{cursor:pointer}img[data-v-aea9e609]{max-height:290px}.title[data-v-8c3682ea]{font-size:24px!important}.alt-title[data-v-8c3682ea]{font-size:20px!important}.body-text[data-v-8c3682ea]{font-size:16px!important}.link-label[data-v-8c3682ea]{font-size:14px!important}h1[data-v-8c3682ea]{font-size:32px!important;line-height:130%!important}.h1-bold[data-v-8c3682ea]{font-size:32px!important;font-weight:700!important;line-height:130%!important}h2[data-v-8c3682ea]{font-size:28px!important;line-height:130%!important}.h2-bold[data-v-8c3682ea]{font-size:28px!important;font-weight:700!important;line-height:130%!important}h3[data-v-8c3682ea]{font-size:24px!important;line-height:130%!important}.h3-bold[data-v-8c3682ea]{font-size:24px!important;font-weight:700!important;line-height:130%!important}h4[data-v-8c3682ea]{font-size:20px!important;line-height:130%!important}.h4-bold[data-v-8c3682ea]{font-size:20px!important;font-weight:700!important;line-height:130%!important}.display-1[data-v-8c3682ea]{font-size:40px!important;line-height:130%!important}.display-1-bold[data-v-8c3682ea]{font-size:40px!important;font-weight:700!important;line-height:130%!important}.display-2[data-v-8c3682ea]{font-size:30px!important;line-height:130%!important}.display-2-bold[data-v-8c3682ea]{font-size:30px!important;font-weight:700!important;line-height:130%!important}.elevation-1[data-v-8c3682ea],.elevation-2[data-v-8c3682ea],.elevation-3[data-v-8c3682ea],.elevation-4[data-v-8c3682ea],.elevation-5[data-v-8c3682ea],.elevation-6[data-v-8c3682ea],.elevation-7[data-v-8c3682ea],.elevation-8[data-v-8c3682ea],.elevation-9[data-v-8c3682ea],.elevation-10[data-v-8c3682ea],.elevation-11[data-v-8c3682ea],.elevation-12[data-v-8c3682ea],.elevation-13[data-v-8c3682ea],.elevation-14[data-v-8c3682ea],.elevation-15[data-v-8c3682ea],.elevation-16[data-v-8c3682ea],.elevation-17[data-v-8c3682ea],.elevation-18[data-v-8c3682ea],.elevation-19[data-v-8c3682ea],.elevation-20[data-v-8c3682ea],.elevation-21[data-v-8c3682ea],.elevation-22[data-v-8c3682ea],.elevation-23[data-v-8c3682ea],.elevation-24[data-v-8c3682ea]{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f!important}.page-container[data-v-8c3682ea]{text-align:center;margin:0 auto;padding:40px 40px 56px 56px;width:1160px}@media (width <= 600px){.page-container[data-v-8c3682ea]{max-width:600px;padding:40px 24px 80px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;width:80%}}@media (width >= 601px) and (width <= 960px){.page-container[data-v-8c3682ea]{max-width:960px;width:80%;display:grid;grid-template-columns:repeat(6,1fr);grid-gap:24px}}@media (width >= 960px){.page-container[data-v-8c3682ea]{max-width:960px;width:100%;display:grid;grid-template-columns:repeat(12,1fr);grid-gap:24px}}.v-messages__message--success[data-v-8c3682ea],.v-field--active .v-messages__message--success[data-v-8c3682ea]{color:#224e2d!important}.v-messages__message--error[data-v-8c3682ea],.v-field--active .v-messages__message--error[data-v-8c3682ea]{color:#b33f2e}[data-v-8c3682ea] .v-field.v-field--active .v-label.v-field-label--floating{opacity:1}.multi-line[data-v-8c3682ea]{white-space:pre-line!important}.vd-number-field[data-v-8c3682ea]{max-width:296px}.vd-key-field[data-v-8c3682ea]{width:104px;flex:none;margin-left:2%}.custom-counter[data-v-8c3682ea]{color:#0000008a}.vd-nir-field[data-v-8c3682ea] .v-input__append-inner,.vd-tooltip-icon[data-v-8c3682ea]{flex:none;color:#0000008a}[data-v-8c3682ea] .v-overlay__content{background:#545859f2!important}.vd-nir-field--outlined[data-v-8c3682ea] .v-messages.error--text{padding:6px}.vd-nir-field[data-v-8c3682ea]{container-name:nirfieldwrapper}[data-v-8c3682ea] .v-input__append{margin-inline-start:0!important}[data-v-8c3682ea] .vd-number-field>.v-input__prepend{margin-right:0!important}@media screen and (width <= 360px){[data-v-8c3682ea] .vd-key-field>.v-input__prepend{margin-inline-end:0!important}}[data-v-8c3682ea] .v-text-field .v-input__details{padding-inline:0!important;flex:none!important}[data-v-8c3682ea] .v-text-field .v-input__details .v-messages{color:#000!important}@container nirFieldwrapper (max-width: 300px){.vd-nir-field__fields-wrapper[data-v-8c3682ea]>.v-input__control{justify-content:start;flex-wrap:wrap;gap:4px;margin-bottom:4px}.vd-nir-field__fields-wrapper[data-v-8c3682ea]>.v-input__control .vd-number-field{flex:100% 0 0}}@media screen and (width <= 360px){.vd-nir-field__fields-wrapper[data-v-8c3682ea]>.v-input__control{justify-content:start;flex-wrap:wrap;gap:4px;margin-bottom:4px}.vd-nir-field__fields-wrapper[data-v-8c3682ea]>.v-input__control .vd-number-field{flex:100% 0 0}}.v-text-field .v-input__append-inner[data-v-8c3682ea]{padding-left:0!important}[data-v-8c3682ea] .v-text-field>.v-input__control>.v-input__slot>.v-text-field__slot{width:min-content!important}img[data-v-8e9d618a]{max-height:290px}.title[data-v-f2e50ac9]{font-size:24px!important}.alt-title[data-v-f2e50ac9]{font-size:20px!important}.body-text[data-v-f2e50ac9]{font-size:16px!important}.link-label[data-v-f2e50ac9]{font-size:14px!important}h1[data-v-f2e50ac9]{font-size:32px!important;line-height:130%!important}.h1-bold[data-v-f2e50ac9]{font-size:32px!important;font-weight:700!important;line-height:130%!important}h2[data-v-f2e50ac9]{font-size:28px!important;line-height:130%!important}.h2-bold[data-v-f2e50ac9]{font-size:28px!important;font-weight:700!important;line-height:130%!important}h3[data-v-f2e50ac9]{font-size:24px!important;line-height:130%!important}.h3-bold[data-v-f2e50ac9]{font-size:24px!important;font-weight:700!important;line-height:130%!important}h4[data-v-f2e50ac9]{font-size:20px!important;line-height:130%!important}.h4-bold[data-v-f2e50ac9]{font-size:20px!important;font-weight:700!important;line-height:130%!important}.display-1[data-v-f2e50ac9]{font-size:40px!important;line-height:130%!important}.display-1-bold[data-v-f2e50ac9]{font-size:40px!important;font-weight:700!important;line-height:130%!important}.display-2[data-v-f2e50ac9]{font-size:30px!important;line-height:130%!important}.display-2-bold[data-v-f2e50ac9]{font-size:30px!important;font-weight:700!important;line-height:130%!important}.elevation-1[data-v-f2e50ac9],.elevation-2[data-v-f2e50ac9],.elevation-3[data-v-f2e50ac9],.elevation-4[data-v-f2e50ac9],.elevation-5[data-v-f2e50ac9],.elevation-6[data-v-f2e50ac9],.elevation-7[data-v-f2e50ac9],.elevation-8[data-v-f2e50ac9],.elevation-9[data-v-f2e50ac9],.elevation-10[data-v-f2e50ac9],.elevation-11[data-v-f2e50ac9],.elevation-12[data-v-f2e50ac9],.elevation-13[data-v-f2e50ac9],.elevation-14[data-v-f2e50ac9],.elevation-15[data-v-f2e50ac9],.elevation-16[data-v-f2e50ac9],.elevation-17[data-v-f2e50ac9],.elevation-18[data-v-f2e50ac9],.elevation-19[data-v-f2e50ac9],.elevation-20[data-v-f2e50ac9],.elevation-21[data-v-f2e50ac9],.elevation-22[data-v-f2e50ac9],.elevation-23[data-v-f2e50ac9],.elevation-24[data-v-f2e50ac9]{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f!important}.page-container[data-v-f2e50ac9]{text-align:center;margin:0 auto;padding:40px 40px 56px 56px;width:1160px}@media (width <= 600px){.page-container[data-v-f2e50ac9]{max-width:600px;padding:40px 24px 80px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;width:80%}}@media (width >= 601px) and (width <= 960px){.page-container[data-v-f2e50ac9]{max-width:960px;width:80%;display:grid;grid-template-columns:repeat(6,1fr);grid-gap:24px}}@media (width >= 960px){.page-container[data-v-f2e50ac9]{max-width:960px;width:100%;display:grid;grid-template-columns:repeat(12,1fr);grid-gap:24px}}.vd-notification-content[data-v-f2e50ac9]{display:flex;align-items:center}.vd-notification-bar[data-v-f2e50ac9] .v-snack__wrapper{padding:16px;min-width:0;max-width:none}[data-v-f2e50ac9] .v-snackbar__content{padding:16px!important}[data-v-f2e50ac9] .v-snackbar__actions{margin-inline-end:10px}.vd-notification-bar.v-snackbar--vertical[data-v-f2e50ac9] .v-snackbar--vertical .v-snackbar__wrapper .v-snackbar__actions{width:100%!important;align-self:auto}.vd-notification-bar.v-snackbar--vertical[data-v-f2e50ac9] .v-snack__wrapper{align-items:stretch;flex-direction:row}.vd-notification-bar.v-snackbar--vertical[data-v-f2e50ac9] .v-snack__action{align-self:stretch;align-items:stretch;flex-direction:column}.vd-notification-bar.v-snackbar--vertical[data-v-f2e50ac9] .v-snackbar__content{margin:0;width:100%;display:flex}.vd-notification-bar.v-snackbar--vertical[data-v-f2e50ac9] .vd-notification-content{flex-direction:column;display:flex}.long-text[data-v-f2e50ac9] .v-snackbar__actions{width:98%!important}.short-text[data-v-f2e50ac9] .v-snackbar__actions{width:48%!important}.action-section-long-text[data-v-f2e50ac9]{justify-content:space-around}.action-section-short-text[data-v-f2e50ac9]{justify-content:end!important}.title[data-v-c7bb2d94]{font-size:24px!important}.alt-title[data-v-c7bb2d94]{font-size:20px!important}.body-text[data-v-c7bb2d94]{font-size:16px!important}.link-label[data-v-c7bb2d94]{font-size:14px!important}h1[data-v-c7bb2d94]{font-size:32px!important;line-height:130%!important}.h1-bold[data-v-c7bb2d94]{font-size:32px!important;font-weight:700!important;line-height:130%!important}h2[data-v-c7bb2d94]{font-size:28px!important;line-height:130%!important}.h2-bold[data-v-c7bb2d94]{font-size:28px!important;font-weight:700!important;line-height:130%!important}h3[data-v-c7bb2d94]{font-size:24px!important;line-height:130%!important}.h3-bold[data-v-c7bb2d94]{font-size:24px!important;font-weight:700!important;line-height:130%!important}h4[data-v-c7bb2d94]{font-size:20px!important;line-height:130%!important}.h4-bold[data-v-c7bb2d94]{font-size:20px!important;font-weight:700!important;line-height:130%!important}.display-1[data-v-c7bb2d94]{font-size:40px!important;line-height:130%!important}.display-1-bold[data-v-c7bb2d94]{font-size:40px!important;font-weight:700!important;line-height:130%!important}.display-2[data-v-c7bb2d94]{font-size:30px!important;line-height:130%!important}.display-2-bold[data-v-c7bb2d94]{font-size:30px!important;font-weight:700!important;line-height:130%!important}.elevation-1[data-v-c7bb2d94],.elevation-2[data-v-c7bb2d94],.elevation-3[data-v-c7bb2d94],.elevation-4[data-v-c7bb2d94],.elevation-5[data-v-c7bb2d94],.elevation-6[data-v-c7bb2d94],.elevation-7[data-v-c7bb2d94],.elevation-8[data-v-c7bb2d94],.elevation-9[data-v-c7bb2d94],.elevation-10[data-v-c7bb2d94],.elevation-11[data-v-c7bb2d94],.elevation-12[data-v-c7bb2d94],.elevation-13[data-v-c7bb2d94],.elevation-14[data-v-c7bb2d94],.elevation-15[data-v-c7bb2d94],.elevation-16[data-v-c7bb2d94],.elevation-17[data-v-c7bb2d94],.elevation-18[data-v-c7bb2d94],.elevation-19[data-v-c7bb2d94],.elevation-20[data-v-c7bb2d94],.elevation-21[data-v-c7bb2d94],.elevation-22[data-v-c7bb2d94],.elevation-23[data-v-c7bb2d94],.elevation-24[data-v-c7bb2d94]{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f!important}.page-container[data-v-c7bb2d94]{text-align:center;margin:0 auto;padding:40px 40px 56px 56px;width:1160px}@media (width <= 600px){.page-container[data-v-c7bb2d94]{max-width:600px;padding:40px 24px 80px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;width:80%}}@media (width >= 601px) and (width <= 960px){.page-container[data-v-c7bb2d94]{max-width:960px;width:80%;display:grid;grid-template-columns:repeat(6,1fr);grid-gap:24px}}@media (width >= 960px){.page-container[data-v-c7bb2d94]{max-width:960px;width:100%;display:grid;grid-template-columns:repeat(12,1fr);grid-gap:24px}}.vd-password .v-btn--icon.v-btn--density-default[data-v-c7bb2d94]{width:var(--v-btn-height);height:var(--v-btn-height)}.vd-password[data-v-c7bb2d94] .v-field.v-field--variant-underlined .v-field__append-inner{padding-top:0;padding-bottom:0;display:flex;align-items:center}.vd-password[data-v-c7bb2d94] .v-field.v-field--variant-underlined .v-field__input{padding-top:calc(var(--v-field-input-padding-top) - 15px)}.v-messages__message--success[data-v-c7bb2d94],.v-field--active .v-messages__message--success[data-v-c7bb2d94]{color:#224e2d!important}.phone-field-container[data-v-1abcba51]{display:flex;flex-direction:column;align-items:flex-start;width:100%}.phone-field[data-v-1abcba51]{width:100%}.custom-select[data-v-1abcba51]{width:30%}@media (width >= 600px){.phone-field-container[data-v-1abcba51]{flex-direction:row;align-items:center}.custom-select[data-v-1abcba51]{margin-right:1rem;margin-bottom:0;min-width:144px}.phone-field[data-v-1abcba51]{min-width:350px}}[data-v-1abcba51] .v-list{position:absolute;left:inherit!important;background-color:#fff;max-height:300px;padding:0;box-shadow:0 2px 5px #0000001f,0 2px 10px #00000014;border-radius:4px;overflow-y:auto;z-index:2}.tooltip-wrapper[data-v-fdf9eaf9]{position:absolute;top:0;left:20px}.tooltip-wrapper[data-v-fdf9eaf9]:before{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:6px solid transparent;border-top-color:#000000b3}.tooltip[data-v-fdf9eaf9]{position:absolute;bottom:0;background-color:#000000b3;color:#fff;padding:4px 8px;border-radius:4px;will-change:transform}.title[data-v-efdf07f6]{font-size:24px!important}.alt-title[data-v-efdf07f6]{font-size:20px!important}.body-text[data-v-efdf07f6]{font-size:16px!important}.link-label[data-v-efdf07f6]{font-size:14px!important}h1[data-v-efdf07f6]{font-size:32px!important;line-height:130%!important}.h1-bold[data-v-efdf07f6]{font-size:32px!important;font-weight:700!important;line-height:130%!important}h2[data-v-efdf07f6]{font-size:28px!important;line-height:130%!important}.h2-bold[data-v-efdf07f6]{font-size:28px!important;font-weight:700!important;line-height:130%!important}h3[data-v-efdf07f6]{font-size:24px!important;line-height:130%!important}.h3-bold[data-v-efdf07f6]{font-size:24px!important;font-weight:700!important;line-height:130%!important}h4[data-v-efdf07f6]{font-size:20px!important;line-height:130%!important}.h4-bold[data-v-efdf07f6]{font-size:20px!important;font-weight:700!important;line-height:130%!important}.display-1[data-v-efdf07f6]{font-size:40px!important;line-height:130%!important}.display-1-bold[data-v-efdf07f6]{font-size:40px!important;font-weight:700!important;line-height:130%!important}.display-2[data-v-efdf07f6]{font-size:30px!important;line-height:130%!important}.display-2-bold[data-v-efdf07f6]{font-size:30px!important;font-weight:700!important;line-height:130%!important}.elevation-1[data-v-efdf07f6],.elevation-2[data-v-efdf07f6],.elevation-3[data-v-efdf07f6],.elevation-4[data-v-efdf07f6],.elevation-5[data-v-efdf07f6],.elevation-6[data-v-efdf07f6],.elevation-7[data-v-efdf07f6],.elevation-8[data-v-efdf07f6],.elevation-9[data-v-efdf07f6],.elevation-10[data-v-efdf07f6],.elevation-11[data-v-efdf07f6],.elevation-12[data-v-efdf07f6],.elevation-13[data-v-efdf07f6],.elevation-14[data-v-efdf07f6],.elevation-15[data-v-efdf07f6],.elevation-16[data-v-efdf07f6],.elevation-17[data-v-efdf07f6],.elevation-18[data-v-efdf07f6],.elevation-19[data-v-efdf07f6],.elevation-20[data-v-efdf07f6],.elevation-21[data-v-efdf07f6],.elevation-22[data-v-efdf07f6],.elevation-23[data-v-efdf07f6],.elevation-24[data-v-efdf07f6]{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f!important}.page-container[data-v-efdf07f6]{text-align:center;margin:0 auto;padding:40px 40px 56px 56px;width:1160px}@media (width <= 600px){.page-container[data-v-efdf07f6]{max-width:600px;padding:40px 24px 80px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;width:80%}}@media (width >= 601px) and (width <= 960px){.page-container[data-v-efdf07f6]{max-width:960px;width:80%;display:grid;grid-template-columns:repeat(6,1fr);grid-gap:24px}}@media (width >= 960px){.page-container[data-v-efdf07f6]{max-width:960px;width:100%;display:grid;grid-template-columns:repeat(12,1fr);grid-gap:24px}}.wrapper[data-v-efdf07f6]{--sy-track-height: 4px;--sy-thumb-size: 20px;--sy-thumb-color: var(--3564209b);--sy-track-color: var(--3e537b74);--sy-track-fill-color: var(--71c52d03);position:relative;margin-inline:var(--sy-thumb-size);width:calc(100% - var(--sy-thumb-size) * 2)}.track[data-v-efdf07f6]{height:32px;cursor:pointer}.track[data-v-efdf07f6]:before{content:"";position:absolute;top:50%;left:0;transform:translateY(-50%);width:100%;height:var(--sy-track-height);background-color:var(--sy-track-color)}.thumb-min[data-v-efdf07f6],.thumb-max[data-v-efdf07f6]{cursor:pointer;position:absolute;top:50%;left:0;z-index:2;width:40px;height:40px;border-radius:50%;transition:left .1s;will-change:left}.thumb-min[data-v-efdf07f6]:before,.thumb-max[data-v-efdf07f6]:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:var(--sy-thumb-size);height:var(--sy-thumb-size);background-color:var(--sy-thumb-color);border-radius:50%;transform-origin:bottom right;transition:transform .1s;opacity:.4}.thumb-min[data-v-efdf07f6]:after,.thumb-max[data-v-efdf07f6]:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:var(--sy-thumb-size);height:var(--sy-thumb-size);background-color:var(--sy-thumb-color);opacity:.4;border-radius:50%;transform-origin:bottom right;transition:transform .1s ease-in,opacity .1s ease-in}.thumb-min[data-v-efdf07f6]:focus:before,.thumb-min[data-v-efdf07f6]:hover:before,.thumb-max[data-v-efdf07f6]:focus:before,.thumb-max[data-v-efdf07f6]:hover:before{transform:scale(2)}.inner-thumb[data-v-efdf07f6]{position:absolute;top:50%;left:50%;z-index:2;transform:translate(-50%,-50%);width:var(--sy-thumb-size);height:var(--sy-thumb-size);background-color:var(--sy-thumb-color);border-radius:50%;box-shadow:0 1px 5px #0000001f,0 2px 2px #00000024,0 3px 1px -2px #0003}.thumb-min[data-v-efdf07f6]{transform:translate(calc((20px + var(--sy-thumb-size) / 2) * -1),-50%)}.thumb-max[data-v-efdf07f6]{transform:translate(calc((var(--sy-thumb-size) - 40px) / 2),-50%)}.filled-track[data-v-efdf07f6]{position:absolute;top:50%;left:0;transform:translateY(-50%);width:100%;height:var(--sy-track-height);background-color:var(--sy-track-fill-color);transition:all .1s}.animate-click[data-v-efdf07f6]:after{transform:scale(2);opacity:.4;transition:transform .25s ease-out,opacity .25s ease-out}.fake-thumb[data-v-efdf07f6]{visibility:hidden;transition:none!important;cursor:default;z-index:-1;-webkit-user-select:none;user-select:none}.title[data-v-d8875a0f]{font-size:24px!important}.alt-title[data-v-d8875a0f]{font-size:20px!important}.body-text[data-v-d8875a0f]{font-size:16px!important}.link-label[data-v-d8875a0f]{font-size:14px!important}h1[data-v-d8875a0f]{font-size:32px!important;line-height:130%!important}.h1-bold[data-v-d8875a0f]{font-size:32px!important;font-weight:700!important;line-height:130%!important}h2[data-v-d8875a0f]{font-size:28px!important;line-height:130%!important}.h2-bold[data-v-d8875a0f]{font-size:28px!important;font-weight:700!important;line-height:130%!important}h3[data-v-d8875a0f]{font-size:24px!important;line-height:130%!important}.h3-bold[data-v-d8875a0f]{font-size:24px!important;font-weight:700!important;line-height:130%!important}h4[data-v-d8875a0f]{font-size:20px!important;line-height:130%!important}.h4-bold[data-v-d8875a0f]{font-size:20px!important;font-weight:700!important;line-height:130%!important}.display-1[data-v-d8875a0f]{font-size:40px!important;line-height:130%!important}.display-1-bold[data-v-d8875a0f]{font-size:40px!important;font-weight:700!important;line-height:130%!important}.display-2[data-v-d8875a0f]{font-size:30px!important;line-height:130%!important}.display-2-bold[data-v-d8875a0f]{font-size:30px!important;font-weight:700!important;line-height:130%!important}.elevation-1[data-v-d8875a0f],.elevation-2[data-v-d8875a0f],.elevation-3[data-v-d8875a0f],.elevation-4[data-v-d8875a0f],.elevation-5[data-v-d8875a0f],.elevation-6[data-v-d8875a0f],.elevation-7[data-v-d8875a0f],.elevation-8[data-v-d8875a0f],.elevation-9[data-v-d8875a0f],.elevation-10[data-v-d8875a0f],.elevation-11[data-v-d8875a0f],.elevation-12[data-v-d8875a0f],.elevation-13[data-v-d8875a0f],.elevation-14[data-v-d8875a0f],.elevation-15[data-v-d8875a0f],.elevation-16[data-v-d8875a0f],.elevation-17[data-v-d8875a0f],.elevation-18[data-v-d8875a0f],.elevation-19[data-v-d8875a0f],.elevation-20[data-v-d8875a0f],.elevation-21[data-v-d8875a0f],.elevation-22[data-v-d8875a0f],.elevation-23[data-v-d8875a0f],.elevation-24[data-v-d8875a0f]{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f!important}.page-container[data-v-d8875a0f]{text-align:center;margin:0 auto;padding:40px 40px 56px 56px;width:1160px}@media (width <= 600px){.page-container[data-v-d8875a0f]{max-width:600px;padding:40px 24px 80px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;width:80%}}@media (width >= 601px) and (width <= 960px){.page-container[data-v-d8875a0f]{max-width:960px;width:80%;display:grid;grid-template-columns:repeat(6,1fr);grid-gap:24px}}@media (width >= 960px){.page-container[data-v-d8875a0f]{max-width:960px;width:100%;display:grid;grid-template-columns:repeat(12,1fr);grid-gap:24px}}.vd-emotion-picker[data-v-d8875a0f]{border:0}.v-rating .v-btn[data-v-d8875a0f]{transition:.2s;border:1px solid transparent;opacity:1;background:transparent}.v-rating .v-btn[data-v-d8875a0f] .v-btn__content{flex-direction:column}.v-rating .v-btn .text-secondary[data-v-d8875a0f]{color:#434647!important}.v-rating .v-btn.sad[data-v-d8875a0f]{color:#862f22!important}.v-rating .v-btn.neutral[data-v-d8875a0f]{color:#906b15!important}.v-rating .v-btn.happy[data-v-d8875a0f]{color:#006755!important}.v-rating .v-btn--active.v-btn--disabled .v-icon[data-v-d8875a0f]{color:currentcolor!important}.v-rating .v-btn[data-v-d8875a0f]:focus,.v-rating .v-btn--active[data-v-d8875a0f]{border-color:currentcolor!important}.v-rating .v-btn[data-v-d8875a0f]:hover .v-btn__overlay,.v-rating .v-btn[data-v-d8875a0f]:focus .v-btn__overlay,.v-rating .v-btn--active[data-v-d8875a0f] .v-btn__overlay{display:none}.v-rating .v-btn:hover.sad[data-v-d8875a0f],.v-rating .v-btn:focus.sad[data-v-d8875a0f],.v-rating .v-btn--active.sad[data-v-d8875a0f]{background:#fcedeb}.v-rating .v-btn:hover.neutral[data-v-d8875a0f],.v-rating .v-btn:focus.neutral[data-v-d8875a0f],.v-rating .v-btn--active.neutral[data-v-d8875a0f]{background:#fdf7e9}.v-rating .v-btn:hover.happy[data-v-d8875a0f],.v-rating .v-btn:focus.happy[data-v-d8875a0f],.v-rating .v-btn--active.happy[data-v-d8875a0f]{background:#e5f7f4}.v-theme--light.v-btn--disabled[data-v-d8875a0f] .v-icon{color:#76797a!important}.vd-number-picker[data-v-c3142f79]{border:0}.vd-btn-answer.v-btn.v-btn--disabled[data-v-c3142f79]{opacity:1}.title[data-v-14e84c18]{font-size:24px!important}.alt-title[data-v-14e84c18]{font-size:20px!important}.body-text[data-v-14e84c18]{font-size:16px!important}.link-label[data-v-14e84c18]{font-size:14px!important}h1[data-v-14e84c18]{font-size:32px!important;line-height:130%!important}.h1-bold[data-v-14e84c18]{font-size:32px!important;font-weight:700!important;line-height:130%!important}h2[data-v-14e84c18]{font-size:28px!important;line-height:130%!important}.h2-bold[data-v-14e84c18]{font-size:28px!important;font-weight:700!important;line-height:130%!important}h3[data-v-14e84c18]{font-size:24px!important;line-height:130%!important}.h3-bold[data-v-14e84c18]{font-size:24px!important;font-weight:700!important;line-height:130%!important}h4[data-v-14e84c18]{font-size:20px!important;line-height:130%!important}.h4-bold[data-v-14e84c18]{font-size:20px!important;font-weight:700!important;line-height:130%!important}.display-1[data-v-14e84c18]{font-size:40px!important;line-height:130%!important}.display-1-bold[data-v-14e84c18]{font-size:40px!important;font-weight:700!important;line-height:130%!important}.display-2[data-v-14e84c18]{font-size:30px!important;line-height:130%!important}.display-2-bold[data-v-14e84c18]{font-size:30px!important;font-weight:700!important;line-height:130%!important}.elevation-1[data-v-14e84c18],.elevation-2[data-v-14e84c18],.elevation-3[data-v-14e84c18],.elevation-4[data-v-14e84c18],.elevation-5[data-v-14e84c18],.elevation-6[data-v-14e84c18],.elevation-7[data-v-14e84c18],.elevation-8[data-v-14e84c18],.elevation-9[data-v-14e84c18],.elevation-10[data-v-14e84c18],.elevation-11[data-v-14e84c18],.elevation-12[data-v-14e84c18],.elevation-13[data-v-14e84c18],.elevation-14[data-v-14e84c18],.elevation-15[data-v-14e84c18],.elevation-16[data-v-14e84c18],.elevation-17[data-v-14e84c18],.elevation-18[data-v-14e84c18],.elevation-19[data-v-14e84c18],.elevation-20[data-v-14e84c18],.elevation-21[data-v-14e84c18],.elevation-22[data-v-14e84c18],.elevation-23[data-v-14e84c18],.elevation-24[data-v-14e84c18]{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f!important}.page-container[data-v-14e84c18]{text-align:center;margin:0 auto;padding:40px 40px 56px 56px;width:1160px}@media (width <= 600px){.page-container[data-v-14e84c18]{max-width:600px;padding:40px 24px 80px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;width:80%}}@media (width >= 601px) and (width <= 960px){.page-container[data-v-14e84c18]{max-width:960px;width:80%;display:grid;grid-template-columns:repeat(6,1fr);grid-gap:24px}}@media (width >= 960px){.page-container[data-v-14e84c18]{max-width:960px;width:100%;display:grid;grid-template-columns:repeat(12,1fr);grid-gap:24px}}.vd-stars-picker[data-v-14e84c18]{border:0}.v-rating .v-icon[data-v-14e84c18]{width:52px!important;height:36px!important}.v-rating .v-icon--disabled.text-primary[data-v-14e84c18]{color:#0c419a!important}.v-rating .v-icon.text-blue-lighten[data-v-14e84c18],.v-rating .v-icon--disabled.text-blue-lighten[data-v-14e84c18]{color:#9eb3d7!important}.title[data-v-17fcce2d]{font-size:24px!important}.alt-title[data-v-17fcce2d]{font-size:20px!important}.body-text[data-v-17fcce2d]{font-size:16px!important}.link-label[data-v-17fcce2d]{font-size:14px!important}h1[data-v-17fcce2d]{font-size:32px!important;line-height:130%!important}.h1-bold[data-v-17fcce2d]{font-size:32px!important;font-weight:700!important;line-height:130%!important}h2[data-v-17fcce2d]{font-size:28px!important;line-height:130%!important}.h2-bold[data-v-17fcce2d]{font-size:28px!important;font-weight:700!important;line-height:130%!important}h3[data-v-17fcce2d]{font-size:24px!important;line-height:130%!important}.h3-bold[data-v-17fcce2d]{font-size:24px!important;font-weight:700!important;line-height:130%!important}h4[data-v-17fcce2d]{font-size:20px!important;line-height:130%!important}.h4-bold[data-v-17fcce2d]{font-size:20px!important;font-weight:700!important;line-height:130%!important}.display-1[data-v-17fcce2d]{font-size:40px!important;line-height:130%!important}.display-1-bold[data-v-17fcce2d]{font-size:40px!important;font-weight:700!important;line-height:130%!important}.display-2[data-v-17fcce2d]{font-size:30px!important;line-height:130%!important}.display-2-bold[data-v-17fcce2d]{font-size:30px!important;font-weight:700!important;line-height:130%!important}.elevation-1[data-v-17fcce2d],.elevation-2[data-v-17fcce2d],.elevation-3[data-v-17fcce2d],.elevation-4[data-v-17fcce2d],.elevation-5[data-v-17fcce2d],.elevation-6[data-v-17fcce2d],.elevation-7[data-v-17fcce2d],.elevation-8[data-v-17fcce2d],.elevation-9[data-v-17fcce2d],.elevation-10[data-v-17fcce2d],.elevation-11[data-v-17fcce2d],.elevation-12[data-v-17fcce2d],.elevation-13[data-v-17fcce2d],.elevation-14[data-v-17fcce2d],.elevation-15[data-v-17fcce2d],.elevation-16[data-v-17fcce2d],.elevation-17[data-v-17fcce2d],.elevation-18[data-v-17fcce2d],.elevation-19[data-v-17fcce2d],.elevation-20[data-v-17fcce2d],.elevation-21[data-v-17fcce2d],.elevation-22[data-v-17fcce2d],.elevation-23[data-v-17fcce2d],.elevation-24[data-v-17fcce2d]{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f!important}.page-container[data-v-17fcce2d]{text-align:center;margin:0 auto;padding:40px 40px 56px 56px;width:1160px}@media (width <= 600px){.page-container[data-v-17fcce2d]{max-width:600px;padding:40px 24px 80px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;width:80%}}@media (width >= 601px) and (width <= 960px){.page-container[data-v-17fcce2d]{max-width:960px;width:80%;display:grid;grid-template-columns:repeat(6,1fr);grid-gap:24px}}@media (width >= 960px){.page-container[data-v-17fcce2d]{max-width:960px;width:100%;display:grid;grid-template-columns:repeat(12,1fr);grid-gap:24px}}.alert[data-v-17fcce2d]{padding:16px}.alert-icon[data-v-17fcce2d]{border-radius:50%}[data-v-17fcce2d] .v-alert__underlay{display:none}[data-v-17fcce2d] .v-alert__close{align-self:center}[data-v-17fcce2d] .v-btn--variant-text .v-btn__overlay{background:transparent!important}.alert-icon[data-v-17fcce2d] .v-icon__svg{height:1.5rem!important}.alert-close-btn[data-v-17fcce2d]{cursor:pointer;line-height:0}.alert-close-btn .v-btn__overlay[data-v-17fcce2d]{display:none}.v-btn[data-v-17fcce2d]{text-transform:none;font-weight:700;font-size:.75rem;letter-spacing:normal}@media screen and (width <= 440px){.alert[data-v-17fcce2d]{display:flex;flex-direction:column;background-color:#fff}.alert[data-v-17fcce2d] .v-alert__content{align-self:flex-start!important;margin-top:24px}.alert[data-v-17fcce2d] .v-alert__close{margin-top:16px;align-self:flex-end}.alert .v-alert__prepend>.v-icon[data-v-17fcce2d]{background:none!important}}@media screen and (width >= 441px){.alert .alert-icon[data-v-17fcce2d]{width:3.5rem!important;height:3.5rem!important;display:grid;place-items:center}}.v-alert.alert--warning.v-alert--variant-tonal[data-v-17fcce2d]{background:#fcf0d3!important;color:#222324!important}.v-alert.alert--warning.v-alert--variant-tonal[data-v-17fcce2d] .v-alert__border{border-color:#60480e!important;opacity:1!important;border-inline-start-width:4px}.v-alert.alert--warning.v-alert--variant-outlined[data-v-17fcce2d]{background:transparent!important}.v-alert.alert--warning.v-alert--variant-outlined[data-v-17fcce2d] .v-alert__border{border-color:#60480e!important;opacity:1!important}.v-alert.alert--warning .v-alert__prepend>.v-icon[data-v-17fcce2d],.v-alert.text-warning .v-alert__prepend>.v-icon[data-v-17fcce2d]{background:#fdf7e9}.v-alert.alert--warning .v-alert__prepend>.v-icon[data-v-17fcce2d] svg,.v-alert.text-warning .v-alert__prepend>.v-icon[data-v-17fcce2d] svg{fill:#60480e}.v-alert.text-warning[data-v-17fcce2d]{color:#60480e!important;border-color:#60480e!important}.v-alert.alert--success.v-alert--variant-tonal[data-v-17fcce2d]{background:#cceee8!important;color:#222324!important}.v-alert.alert--success.v-alert--variant-tonal[data-v-17fcce2d] .v-alert__border{border-color:#224e2d!important;opacity:1!important;border-inline-start-width:4px}.v-alert.alert--success.v-alert--variant-outlined[data-v-17fcce2d]{background:transparent!important}.v-alert.alert--success.v-alert--variant-outlined[data-v-17fcce2d] .v-alert__border{border-color:#224e2d!important;opacity:1!important}.v-alert.alert--success .v-alert__prepend>.v-icon[data-v-17fcce2d],.v-alert.text-success .v-alert__prepend>.v-icon[data-v-17fcce2d]{background:#e5f7f4}.v-alert.alert--success .v-alert__prepend>.v-icon[data-v-17fcce2d] svg,.v-alert.text-success .v-alert__prepend>.v-icon[data-v-17fcce2d] svg{fill:#224e2d}.v-alert.text-success[data-v-17fcce2d]{color:#224e2d!important;border-color:#224e2d!important}.v-alert.alert--error.v-alert--variant-tonal[data-v-17fcce2d]{background:#f9dcd7!important;color:#222324!important}.v-alert.alert--error.v-alert--variant-tonal[data-v-17fcce2d] .v-alert__border{border-color:#b33f2e!important;opacity:1!important;border-inline-start-width:4px}.v-alert.alert--error.v-alert--variant-outlined[data-v-17fcce2d]{background:transparent!important}.v-alert.alert--error.v-alert--variant-outlined[data-v-17fcce2d] .v-alert__border{border-color:#b33f2e!important;opacity:1!important}.v-alert.alert--error .v-alert__prepend>.v-icon[data-v-17fcce2d],.v-alert.text-error .v-alert__prepend>.v-icon[data-v-17fcce2d]{background:#fcedeb}.v-alert.alert--error .v-alert__prepend>.v-icon[data-v-17fcce2d] svg,.v-alert.text-error .v-alert__prepend>.v-icon[data-v-17fcce2d] svg{fill:#b33f2e}.v-alert.text-error[data-v-17fcce2d]{color:#b33f2e!important;border-color:#b33f2e!important}.v-alert.alert--info.v-alert--variant-tonal[data-v-17fcce2d]{background:#ced9eb!important;color:#222324!important}.v-alert.alert--info.v-alert--variant-tonal[data-v-17fcce2d] .v-alert__border{border-color:#0c419a!important;opacity:1!important;border-inline-start-width:4px}.v-alert.alert--info.v-alert--variant-outlined[data-v-17fcce2d]{background:transparent!important}.v-alert.alert--info.v-alert--variant-outlined[data-v-17fcce2d] .v-alert__border{border-color:#0c419a!important;opacity:1!important}.v-alert.alert--info .v-alert__prepend>.v-icon[data-v-17fcce2d],.v-alert.text-info .v-alert__prepend>.v-icon[data-v-17fcce2d]{background:#e7ecf5}.v-alert.alert--info .v-alert__prepend>.v-icon[data-v-17fcce2d] svg,.v-alert.text-info .v-alert__prepend>.v-icon[data-v-17fcce2d] svg{fill:#0c419a}.v-alert.text-info[data-v-17fcce2d]{color:#0c419a!important;border-color:#0c419a!important}.title[data-v-86fce8e6]{font-size:24px!important}.alt-title[data-v-86fce8e6]{font-size:20px!important}.body-text[data-v-86fce8e6]{font-size:16px!important}.link-label[data-v-86fce8e6]{font-size:14px!important}h1[data-v-86fce8e6]{font-size:32px!important;line-height:130%!important}.h1-bold[data-v-86fce8e6]{font-size:32px!important;font-weight:700!important;line-height:130%!important}h2[data-v-86fce8e6]{font-size:28px!important;line-height:130%!important}.h2-bold[data-v-86fce8e6]{font-size:28px!important;font-weight:700!important;line-height:130%!important}h3[data-v-86fce8e6]{font-size:24px!important;line-height:130%!important}.h3-bold[data-v-86fce8e6]{font-size:24px!important;font-weight:700!important;line-height:130%!important}h4[data-v-86fce8e6]{font-size:20px!important;line-height:130%!important}.h4-bold[data-v-86fce8e6]{font-size:20px!important;font-weight:700!important;line-height:130%!important}.display-1[data-v-86fce8e6]{font-size:40px!important;line-height:130%!important}.display-1-bold[data-v-86fce8e6]{font-size:40px!important;font-weight:700!important;line-height:130%!important}.display-2[data-v-86fce8e6]{font-size:30px!important;line-height:130%!important}.display-2-bold[data-v-86fce8e6]{font-size:30px!important;font-weight:700!important;line-height:130%!important}.elevation-1[data-v-86fce8e6],.elevation-2[data-v-86fce8e6],.elevation-3[data-v-86fce8e6],.elevation-4[data-v-86fce8e6],.elevation-5[data-v-86fce8e6],.elevation-6[data-v-86fce8e6],.elevation-7[data-v-86fce8e6],.elevation-8[data-v-86fce8e6],.elevation-9[data-v-86fce8e6],.elevation-10[data-v-86fce8e6],.elevation-11[data-v-86fce8e6],.elevation-12[data-v-86fce8e6],.elevation-13[data-v-86fce8e6],.elevation-14[data-v-86fce8e6],.elevation-15[data-v-86fce8e6],.elevation-16[data-v-86fce8e6],.elevation-17[data-v-86fce8e6],.elevation-18[data-v-86fce8e6],.elevation-19[data-v-86fce8e6],.elevation-20[data-v-86fce8e6],.elevation-21[data-v-86fce8e6],.elevation-22[data-v-86fce8e6],.elevation-23[data-v-86fce8e6],.elevation-24[data-v-86fce8e6]{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f!important}.page-container[data-v-86fce8e6]{text-align:center;margin:0 auto;padding:40px 40px 56px 56px;width:1160px}@media (width <= 600px){.page-container[data-v-86fce8e6]{max-width:600px;padding:40px 24px 80px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;width:80%}}@media (width >= 601px) and (width <= 960px){.page-container[data-v-86fce8e6]{max-width:960px;width:80%;display:grid;grid-template-columns:repeat(6,1fr);grid-gap:24px}}@media (width >= 960px){.page-container[data-v-86fce8e6]{max-width:960px;width:100%;display:grid;grid-template-columns:repeat(12,1fr);grid-gap:24px}}[data-v-86fce8e6] .v-btn-group{height:auto!important}[data-v-86fce8e6] .v-btn-group .v-btn__content{display:flex;width:100%;justify-content:space-between}[data-v-86fce8e6] .v-btn-group .v-btn:not(:first-child){border-inline-start:inherit}[data-v-86fce8e6] .v-btn-group .v-btn:last-child{border-end-end-radius:4px;border-start-end-radius:4px;margin-right:0}[data-v-86fce8e6] .v-btn-group .v-btn:first-child{border-start-start-radius:4px;border-end-start-radius:4px;margin-right:8px}.select-btn-field-toggle[data-v-86fce8e6]{background:none!important;padding-left:0!important}.select-btn-field-toggle .v-btn[data-v-86fce8e6]{background:#fff;border-width:1px!important;min-width:48px!important;text-wrap:auto;text-align:left;padding-top:0!important;padding-bottom:0!important}.select-btn-field-toggle .v-btn.v-btn--active[data-v-86fce8e6]:before{opacity:0!important}.select-btn-field-toggle .v-btn[data-v-86fce8e6] .v-btn__content{flex-shrink:1!important;padding:5px 0!important}.select-btn-field-toggle .v-icon[data-v-86fce8e6]{height:1.5rem;width:1.5rem}.select-btn-field-toggle.flex-column .v-btn[data-v-86fce8e6]{border-radius:4px!important;border-width:1px!important}.select-btn-field-toggle.flex-column .select-list-item+.select-list-item .v-btn[data-v-86fce8e6]{margin-top:8px}.select-btn-field-toggle .select-list-item[data-v-86fce8e6]{all:unset;display:contents}.select-btn-field-toggle.theme--dark .v-btn[data-v-86fce8e6]{background:#1e1e1e}.select-btn-field-toggle:not(.v-btn-toggle--group) .v-btn.v-btn[data-v-86fce8e6]{border-color:#0c419a!important}.select-btn-field-toggle:not(.v-btn-toggle--group) .v-btn.v-btn.text-error[data-v-86fce8e6]{border-color:#b33f2e!important}.select-btn-field-toggle[data-v-86fce8e6] .v-btn--disabled{opacity:1}.select-btn-field-toggle[data-v-86fce8e6] .v-btn--disabled.v-btn--variant-flat .v-btn__overlay{opacity:0}.select-btn-field-toggle[data-v-86fce8e6] .bg-primary{--v-theme-overlay-multiplier: 1}.title[data-v-aa139979]{font-size:24px!important}.alt-title[data-v-aa139979]{font-size:20px!important}.body-text[data-v-aa139979]{font-size:16px!important}.link-label[data-v-aa139979]{font-size:14px!important}h1[data-v-aa139979]{font-size:32px!important;line-height:130%!important}.h1-bold[data-v-aa139979]{font-size:32px!important;font-weight:700!important;line-height:130%!important}h2[data-v-aa139979]{font-size:28px!important;line-height:130%!important}.h2-bold[data-v-aa139979]{font-size:28px!important;font-weight:700!important;line-height:130%!important}h3[data-v-aa139979]{font-size:24px!important;line-height:130%!important}.h3-bold[data-v-aa139979]{font-size:24px!important;font-weight:700!important;line-height:130%!important}h4[data-v-aa139979]{font-size:20px!important;line-height:130%!important}.h4-bold[data-v-aa139979]{font-size:20px!important;font-weight:700!important;line-height:130%!important}.display-1[data-v-aa139979]{font-size:40px!important;line-height:130%!important}.display-1-bold[data-v-aa139979]{font-size:40px!important;font-weight:700!important;line-height:130%!important}.display-2[data-v-aa139979]{font-size:30px!important;line-height:130%!important}.display-2-bold[data-v-aa139979]{font-size:30px!important;font-weight:700!important;line-height:130%!important}.elevation-1[data-v-aa139979],.elevation-2[data-v-aa139979],.elevation-3[data-v-aa139979],.elevation-4[data-v-aa139979],.elevation-5[data-v-aa139979],.elevation-6[data-v-aa139979],.elevation-7[data-v-aa139979],.elevation-8[data-v-aa139979],.elevation-9[data-v-aa139979],.elevation-10[data-v-aa139979],.elevation-11[data-v-aa139979],.elevation-12[data-v-aa139979],.elevation-13[data-v-aa139979],.elevation-14[data-v-aa139979],.elevation-15[data-v-aa139979],.elevation-16[data-v-aa139979],.elevation-17[data-v-aa139979],.elevation-18[data-v-aa139979],.elevation-19[data-v-aa139979],.elevation-20[data-v-aa139979],.elevation-21[data-v-aa139979],.elevation-22[data-v-aa139979],.elevation-23[data-v-aa139979],.elevation-24[data-v-aa139979]{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f!important}.page-container[data-v-aa139979]{text-align:center;margin:0 auto;padding:40px 40px 56px 56px;width:1160px}@media (width <= 600px){.page-container[data-v-aa139979]{max-width:600px;padding:40px 24px 80px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;width:80%}}@media (width >= 601px) and (width <= 960px){.page-container[data-v-aa139979]{max-width:960px;width:80%;display:grid;grid-template-columns:repeat(6,1fr);grid-gap:24px}}@media (width >= 960px){.page-container[data-v-aa139979]{max-width:960px;width:100%;display:grid;grid-template-columns:repeat(12,1fr);grid-gap:24px}}.vd-skip-link[data-v-aa139979]{z-index:150;position:fixed;top:0;right:0;transition:none;width:100%;background:#fff;outline:none;border:2px solid #051a3e}.vd-sub-header[data-v-69f0b82b]{overflow-x:auto}.vd-sub-header-back-btn[data-v-69f0b82b]{margin:0 -6px}.vd-data-list-group[data-v-69f0b82b],.vd-sub-header-informations[data-v-69f0b82b]{max-width:none}.vd-data-list-group[data-v-69f0b82b] .vd-data-list{max-width:200px}.vd-data-list-group[data-v-69f0b82b] .vd-data-list:not(:last-child){margin-right:80px!important}.vd-data-list-group[data-v-69f0b82b] .vd-data-list .vd-key{display:inline-block;font-size:.75rem!important}.vd-data-list-group[data-v-69f0b82b] .vd-data-list .vd-data-list-item-label{color:#ffffffb3!important}.vd-data-list-group[data-v-69f0b82b] .vd-data-list .vd-data-list-item-action-btn{color:#fff!important}.vd-subheader-loading[data-v-69f0b82b]{background:transparent}.vd-subheader-loading[data-v-69f0b82b] .v-skeleton-loader__button{margin:0;min-height:28px;height:auto;background:rgba(255,255,255,var(--v-border-opacity))}.title[data-v-eae274b3]{font-size:24px!important}.alt-title[data-v-eae274b3]{font-size:20px!important}.body-text[data-v-eae274b3]{font-size:16px!important}.link-label[data-v-eae274b3]{font-size:14px!important}h1[data-v-eae274b3]{font-size:32px!important;line-height:130%!important}.h1-bold[data-v-eae274b3]{font-size:32px!important;font-weight:700!important;line-height:130%!important}h2[data-v-eae274b3]{font-size:28px!important;line-height:130%!important}.h2-bold[data-v-eae274b3]{font-size:28px!important;font-weight:700!important;line-height:130%!important}h3[data-v-eae274b3]{font-size:24px!important;line-height:130%!important}.h3-bold[data-v-eae274b3]{font-size:24px!important;font-weight:700!important;line-height:130%!important}h4[data-v-eae274b3]{font-size:20px!important;line-height:130%!important}.h4-bold[data-v-eae274b3]{font-size:20px!important;font-weight:700!important;line-height:130%!important}.display-1[data-v-eae274b3]{font-size:40px!important;line-height:130%!important}.display-1-bold[data-v-eae274b3]{font-size:40px!important;font-weight:700!important;line-height:130%!important}.display-2[data-v-eae274b3]{font-size:30px!important;line-height:130%!important}.display-2-bold[data-v-eae274b3]{font-size:30px!important;font-weight:700!important;line-height:130%!important}.elevation-1[data-v-eae274b3],.elevation-2[data-v-eae274b3],.elevation-3[data-v-eae274b3],.elevation-4[data-v-eae274b3],.elevation-5[data-v-eae274b3],.elevation-6[data-v-eae274b3],.elevation-7[data-v-eae274b3],.elevation-8[data-v-eae274b3],.elevation-9[data-v-eae274b3],.elevation-10[data-v-eae274b3],.elevation-11[data-v-eae274b3],.elevation-12[data-v-eae274b3],.elevation-13[data-v-eae274b3],.elevation-14[data-v-eae274b3],.elevation-15[data-v-eae274b3],.elevation-16[data-v-eae274b3],.elevation-17[data-v-eae274b3],.elevation-18[data-v-eae274b3],.elevation-19[data-v-eae274b3],.elevation-20[data-v-eae274b3],.elevation-21[data-v-eae274b3],.elevation-22[data-v-eae274b3],.elevation-23[data-v-eae274b3],.elevation-24[data-v-eae274b3]{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f!important}.page-container[data-v-eae274b3]{text-align:center;margin:0 auto;padding:40px 40px 56px 56px;width:1160px}@media (width <= 600px){.page-container[data-v-eae274b3]{max-width:600px;padding:40px 24px 80px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;width:80%}}@media (width >= 601px) and (width <= 960px){.page-container[data-v-eae274b3]{max-width:960px;width:80%;display:grid;grid-template-columns:repeat(6,1fr);grid-gap:24px}}@media (width >= 960px){.page-container[data-v-eae274b3]{max-width:960px;width:100%;display:grid;grid-template-columns:repeat(12,1fr);grid-gap:24px}}.vd-user-icon[data-v-eae274b3]{width:40px;height:40px;background:#eee;border-radius:50%}.vd-user-icon svg[data-v-eae274b3],.vd-user-icon .v-icon__svg[data-v-eae274b3]{width:24px;height:24px}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cnamts/synapse",
3
- "version": "0.0.7-alpha",
3
+ "version": "0.0.9-alpha",
4
4
  "private": false,
5
5
  "description": "CNAM DS v3",
6
6
  "type": "module",
@@ -25,7 +25,8 @@
25
25
  "storybook": "storybook dev -p 6006",
26
26
  "build-storybook": "storybook build",
27
27
  "lint": "eslint 'src/**/*.{ts,js,vue}'",
28
- "lint:fix": "eslint 'src/**/*.{ts,js,vue}' --fix",
28
+ "lint:style": "stylelint 'src/**/*.{css,scss,vue}'",
29
+ "lint:fix": "eslint 'src/**/*.{ts,js,vue}' --fix && stylelint 'src/**/*.{css,scss,vue}' --fix",
29
30
  "test:unit": "vitest run",
30
31
  "prepare": "husky",
31
32
  "generate:changelog": "auto-changelog -o CHANGELOG-TEMP.md -p --starting-date 2024-10-10"
@@ -62,6 +63,7 @@
62
63
  "@storybook/vue3-vite": "^8.4.7",
63
64
  "@stylistic/eslint-plugin": "^2.9.0",
64
65
  "@stylistic/eslint-plugin-ts": "^2.9.0",
66
+ "@stylistic/stylelint-config": "^2.0.0",
65
67
  "@tsconfig/node20": "^20.1.4",
66
68
  "@types/node": "^20.17.1",
67
69
  "@typescript-eslint/parser": "^8.11.0",
@@ -77,9 +79,15 @@
77
79
  "eslint-plugin-vuejs-accessibility": "^2.4.1",
78
80
  "happy-dom": "^15.7.4",
79
81
  "husky": "^9.1.6",
82
+ "postcss-html": "^1.7.0",
83
+ "postcss-scss": "^4.0.9",
80
84
  "resize-observer-polyfill": "^1.5.1",
81
85
  "storybook": "^8.4.7",
82
86
  "storybook-addon-vue-mdx": "^1.0.4",
87
+ "stylelint": "^16.12.0",
88
+ "stylelint-config-recommended-scss": "^14.1.0",
89
+ "stylelint-config-recommended-vue": "^1.5.0",
90
+ "stylelint-config-standard-scss": "^14.0.0",
83
91
  "typescript": "5.4.2",
84
92
  "typescript-eslint": "^8.11.0",
85
93
  "vite": "^5.4.10",
@@ -1,3 +1,3 @@
1
1
  @use 'vuetify/settings' with (
2
- $body-font-family: Arial
3
- );
2
+ $body-font-family: Arial,
3
+ );