@rabbitio/ui-kit 1.0.0-beta.83 → 1.0.0-beta.85

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 (216) hide show
  1. package/coverage/base.css +224 -0
  2. package/coverage/block-navigation.js +87 -0
  3. package/coverage/clover.xml +15720 -0
  4. package/coverage/coverage-final.json +112 -0
  5. package/coverage/favicon.png +0 -0
  6. package/coverage/index.html +986 -0
  7. package/coverage/prettify.css +1 -0
  8. package/coverage/prettify.js +2 -0
  9. package/coverage/rabbit-ui-kit/index.html +116 -0
  10. package/coverage/rabbit-ui-kit/index.js.html +88 -0
  11. package/coverage/rabbit-ui-kit/src/common-apis/adapters/analyticsAdapters/googleAnalyticsAdapter.js.html +148 -0
  12. package/coverage/rabbit-ui-kit/src/common-apis/adapters/analyticsAdapters/index.html +131 -0
  13. package/coverage/rabbit-ui-kit/src/common-apis/adapters/analyticsAdapters/mixpanelAdapter.js.html +199 -0
  14. package/coverage/rabbit-ui-kit/src/common-apis/adapters/axiosAdapter.js.html +190 -0
  15. package/coverage/rabbit-ui-kit/src/common-apis/adapters/index.html +131 -0
  16. package/coverage/rabbit-ui-kit/src/common-apis/adapters/qrUtils.js.html +139 -0
  17. package/coverage/rabbit-ui-kit/src/common-apis/amountUtils.js.html +1162 -0
  18. package/coverage/rabbit-ui-kit/src/common-apis/errorUtils.js.html +211 -0
  19. package/coverage/rabbit-ui-kit/src/common-apis/external-apis/apiGroups.js.html +250 -0
  20. package/coverage/rabbit-ui-kit/src/common-apis/external-apis/index.html +131 -0
  21. package/coverage/rabbit-ui-kit/src/common-apis/external-apis/ipAddressProviders.js.html +352 -0
  22. package/coverage/rabbit-ui-kit/src/common-apis/fiatCurrenciesService.js.html +544 -0
  23. package/coverage/rabbit-ui-kit/src/common-apis/globalConstants.jsx.html +94 -0
  24. package/coverage/rabbit-ui-kit/src/common-apis/index.html +161 -0
  25. package/coverage/rabbit-ui-kit/src/common-apis/models/blockchain.js.html +115 -0
  26. package/coverage/rabbit-ui-kit/src/common-apis/models/coin.js.html +544 -0
  27. package/coverage/rabbit-ui-kit/src/common-apis/models/index.html +146 -0
  28. package/coverage/rabbit-ui-kit/src/common-apis/models/protocol.js.html +100 -0
  29. package/coverage/rabbit-ui-kit/src/common-apis/utils/cache.js.html +811 -0
  30. package/coverage/rabbit-ui-kit/src/common-apis/utils/emailAPI.js.html +133 -0
  31. package/coverage/rabbit-ui-kit/src/common-apis/utils/index.html +161 -0
  32. package/coverage/rabbit-ui-kit/src/common-apis/utils/logging/index.html +131 -0
  33. package/coverage/rabbit-ui-kit/src/common-apis/utils/logging/logger.js.html +208 -0
  34. package/coverage/rabbit-ui-kit/src/common-apis/utils/logging/logsStorage.js.html +268 -0
  35. package/coverage/rabbit-ui-kit/src/common-apis/utils/postponeExecution.js.html +118 -0
  36. package/coverage/rabbit-ui-kit/src/common-apis/utils/safeStringify.js.html +235 -0
  37. package/coverage/rabbit-ui-kit/src/index.html +116 -0
  38. package/coverage/rabbit-ui-kit/src/index.js.html +358 -0
  39. package/coverage/rabbit-ui-kit/src/robust-api-caller/cacheAndConcurrentRequestsResolver.js.html +1570 -0
  40. package/coverage/rabbit-ui-kit/src/robust-api-caller/cachedRobustExternalApiCallerService.js.html +526 -0
  41. package/coverage/rabbit-ui-kit/src/robust-api-caller/cancelProcessing.js.html +172 -0
  42. package/coverage/rabbit-ui-kit/src/robust-api-caller/concurrentCalculationsMetadataHolder.js.html +310 -0
  43. package/coverage/rabbit-ui-kit/src/robust-api-caller/externalApiProvider.js.html +553 -0
  44. package/coverage/rabbit-ui-kit/src/robust-api-caller/externalServicesStatsCollector.js.html +319 -0
  45. package/coverage/rabbit-ui-kit/src/robust-api-caller/index.html +206 -0
  46. package/coverage/rabbit-ui-kit/src/robust-api-caller/robustExternalAPICallerService.js.html +997 -0
  47. package/coverage/rabbit-ui-kit/src/swaps-lib/external-apis/index.html +146 -0
  48. package/coverage/rabbit-ui-kit/src/swaps-lib/external-apis/letsExchangeSwapProvider.js.html +1543 -0
  49. package/coverage/rabbit-ui-kit/src/swaps-lib/external-apis/swapProvider.js.html +1705 -0
  50. package/coverage/rabbit-ui-kit/src/swaps-lib/external-apis/swapspaceSwapProvider.js.html +1801 -0
  51. package/coverage/rabbit-ui-kit/src/swaps-lib/models/baseSwapCreationInfo.js.html +223 -0
  52. package/coverage/rabbit-ui-kit/src/swaps-lib/models/existingSwap.js.html +304 -0
  53. package/coverage/rabbit-ui-kit/src/swaps-lib/models/existingSwapWithFiatData.js.html +469 -0
  54. package/coverage/rabbit-ui-kit/src/swaps-lib/models/index.html +176 -0
  55. package/coverage/rabbit-ui-kit/src/swaps-lib/models/partner.js.html +106 -0
  56. package/coverage/rabbit-ui-kit/src/swaps-lib/models/swapProviderCoinInfo.js.html +193 -0
  57. package/coverage/rabbit-ui-kit/src/swaps-lib/services/index.html +116 -0
  58. package/coverage/rabbit-ui-kit/src/swaps-lib/services/publicSwapService.js.html +2161 -0
  59. package/coverage/rabbit-ui-kit/src/swaps-lib/utils/index.html +116 -0
  60. package/coverage/rabbit-ui-kit/src/swaps-lib/utils/swapUtils.js.html +670 -0
  61. package/coverage/rabbit-ui-kit/src/ui-kit/assets/wrappedImages/arrowIcon.jsx.html +124 -0
  62. package/coverage/rabbit-ui-kit/src/ui-kit/assets/wrappedImages/arrowTosca.jsx.html +127 -0
  63. package/coverage/rabbit-ui-kit/src/ui-kit/assets/wrappedImages/arrowWhite.jsx.html +127 -0
  64. package/coverage/rabbit-ui-kit/src/ui-kit/assets/wrappedImages/darkRectangle.jsx.html +106 -0
  65. package/coverage/rabbit-ui-kit/src/ui-kit/assets/wrappedImages/determinedError.jsx.html +439 -0
  66. package/coverage/rabbit-ui-kit/src/ui-kit/assets/wrappedImages/failedValidationIcon.jsx.html +202 -0
  67. package/coverage/rabbit-ui-kit/src/ui-kit/assets/wrappedImages/index.html +281 -0
  68. package/coverage/rabbit-ui-kit/src/ui-kit/assets/wrappedImages/infoIcon.jsx.html +133 -0
  69. package/coverage/rabbit-ui-kit/src/ui-kit/assets/wrappedImages/messageIcon.jsx.html +346 -0
  70. package/coverage/rabbit-ui-kit/src/ui-kit/assets/wrappedImages/noticeQuestionIcon.jsx.html +247 -0
  71. package/coverage/rabbit-ui-kit/src/ui-kit/assets/wrappedImages/successfulValidationIcon.jsx.html +163 -0
  72. package/coverage/rabbit-ui-kit/src/ui-kit/assets/wrappedImages/supportDialogImage.jsx.html +268 -0
  73. package/coverage/rabbit-ui-kit/src/ui-kit/assets/wrappedImages/walletIcon.jsx.html +151 -0
  74. package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/AssetIcon/AssetIcon.jsx.html +256 -0
  75. package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/AssetIcon/index.html +116 -0
  76. package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/AssetSelection/AssetSelection.jsx.html +289 -0
  77. package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/AssetSelection/index.html +116 -0
  78. package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/BackgroundTitle/BackgroundTitle.jsx.html +187 -0
  79. package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/BackgroundTitle/index.html +116 -0
  80. package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/InformationMessage/InformationMessage.jsx.html +238 -0
  81. package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/InformationMessage/index.html +116 -0
  82. package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/Input/Input.jsx.html +634 -0
  83. package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/Input/index.html +116 -0
  84. package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/LoadingDots/LoadingDots.jsx.html +196 -0
  85. package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/LoadingDots/index.html +116 -0
  86. package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/NoticeIcon/NoticeIcon.jsx.html +277 -0
  87. package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/NoticeIcon/index.html +116 -0
  88. package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/QrCode/QrCode.jsx.html +217 -0
  89. package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/QrCode/index.html +116 -0
  90. package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/RateSelector/RateSelector.jsx.html +175 -0
  91. package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/RateSelector/index.html +116 -0
  92. package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/SupportChat/SupportChat.jsx.html +217 -0
  93. package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/SupportChat/index.html +116 -0
  94. package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/Textarea/Textarea.jsx.html +529 -0
  95. package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/Textarea/index.html +116 -0
  96. package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/TitleBox/TitleBox.jsx.html +508 -0
  97. package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/TitleBox/index.html +116 -0
  98. package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/Tooltip/Tooltip.jsx.html +316 -0
  99. package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/Tooltip/index.html +116 -0
  100. package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/TwoLinesOfText/LinesOfText.jsx.html +313 -0
  101. package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/TwoLinesOfText/index.html +116 -0
  102. package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/Validation/Validation.jsx.html +202 -0
  103. package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/Validation/index.html +116 -0
  104. package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/buttons/Button/Button.jsx.html +712 -0
  105. package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/buttons/Button/index.html +116 -0
  106. package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/buttons/Close/Close.jsx.html +259 -0
  107. package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/buttons/Close/index.html +116 -0
  108. package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/buttons/LinkButton/LinkButton.jsx.html +421 -0
  109. package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/buttons/LinkButton/index.html +116 -0
  110. package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/buttons/RadioButtonWithText/RadioButtonWithText.jsx.html +415 -0
  111. package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/buttons/RadioButtonWithText/index.html +116 -0
  112. package/coverage/rabbit-ui-kit/src/ui-kit/components/molecules/AmountInput/AmountInput.jsx.html +1087 -0
  113. package/coverage/rabbit-ui-kit/src/ui-kit/components/molecules/AmountInput/index.html +116 -0
  114. package/coverage/rabbit-ui-kit/src/ui-kit/components/molecules/CoinPicker/CoinPicker.jsx.html +1474 -0
  115. package/coverage/rabbit-ui-kit/src/ui-kit/components/molecules/CoinPicker/index.html +116 -0
  116. package/coverage/rabbit-ui-kit/src/ui-kit/components/molecules/ColoredNotice/ColoredNotice.jsx.html +211 -0
  117. package/coverage/rabbit-ui-kit/src/ui-kit/components/molecules/ColoredNotice/index.html +116 -0
  118. package/coverage/rabbit-ui-kit/src/ui-kit/components/molecules/LineWithIconLink/LineWithIconLink.jsx.html +190 -0
  119. package/coverage/rabbit-ui-kit/src/ui-kit/components/molecules/LineWithIconLink/index.html +116 -0
  120. package/coverage/rabbit-ui-kit/src/ui-kit/components/molecules/LogoCarousel/LogoCarousel.jsx.html +283 -0
  121. package/coverage/rabbit-ui-kit/src/ui-kit/components/molecules/LogoCarousel/index.html +116 -0
  122. package/coverage/rabbit-ui-kit/src/ui-kit/components/molecules/SearchableCoinsList/SearchableCoinsList.jsx.html +496 -0
  123. package/coverage/rabbit-ui-kit/src/ui-kit/components/molecules/SearchableCoinsList/index.html +116 -0
  124. package/coverage/rabbit-ui-kit/src/ui-kit/components/molecules/TitledLineWithIconLink/TitledLineWithIconLink.jsx.html +181 -0
  125. package/coverage/rabbit-ui-kit/src/ui-kit/components/molecules/TitledLineWithIconLink/index.html +116 -0
  126. package/coverage/rabbit-ui-kit/src/ui-kit/components/organisms/CoinPickerDialogStep/CoinPickerDialogStep.jsx.html +283 -0
  127. package/coverage/rabbit-ui-kit/src/ui-kit/components/organisms/CoinPickerDialogStep/index.html +116 -0
  128. package/coverage/rabbit-ui-kit/src/ui-kit/components/organisms/Dialog/Dialog.jsx.html +1567 -0
  129. package/coverage/rabbit-ui-kit/src/ui-kit/components/organisms/Dialog/DialogButtons/DialogButtons.jsx.html +481 -0
  130. package/coverage/rabbit-ui-kit/src/ui-kit/components/organisms/Dialog/DialogButtons/index.html +116 -0
  131. package/coverage/rabbit-ui-kit/src/ui-kit/components/organisms/Dialog/DialogStep/DialogStep.jsx.html +1747 -0
  132. package/coverage/rabbit-ui-kit/src/ui-kit/components/organisms/Dialog/DialogStep/index.html +116 -0
  133. package/coverage/rabbit-ui-kit/src/ui-kit/components/organisms/Dialog/index.html +116 -0
  134. package/coverage/rabbit-ui-kit/src/ui-kit/components/organisms/SwapForm/SwapForm.jsx.html +4168 -0
  135. package/coverage/rabbit-ui-kit/src/ui-kit/components/organisms/SwapForm/index.html +116 -0
  136. package/coverage/rabbit-ui-kit/src/ui-kit/components/organisms/WaitlistSubscription/WaitlistSubscription.jsx.html +559 -0
  137. package/coverage/rabbit-ui-kit/src/ui-kit/components/organisms/WaitlistSubscription/index.html +116 -0
  138. package/coverage/rabbit-ui-kit/src/ui-kit/components/templates/DeterminedErrorDialogStep/DeterminedErrorDialogStep.jsx.html +316 -0
  139. package/coverage/rabbit-ui-kit/src/ui-kit/components/templates/DeterminedErrorDialogStep/index.html +116 -0
  140. package/coverage/rabbit-ui-kit/src/ui-kit/hooks/index.html +146 -0
  141. package/coverage/rabbit-ui-kit/src/ui-kit/hooks/useCallHandlingErrors.js.html +151 -0
  142. package/coverage/rabbit-ui-kit/src/ui-kit/hooks/useIsHydrated.js.html +121 -0
  143. package/coverage/rabbit-ui-kit/src/ui-kit/hooks/useReferredState.js.html +157 -0
  144. package/coverage/rabbit-ui-kit/src/ui-kit/utils/index.html +161 -0
  145. package/coverage/rabbit-ui-kit/src/ui-kit/utils/inputValueProviders.js.html +235 -0
  146. package/coverage/rabbit-ui-kit/src/ui-kit/utils/textUtils.js.html +139 -0
  147. package/coverage/rabbit-ui-kit/src/ui-kit/utils/uiUtils.js.html +121 -0
  148. package/coverage/rabbit-ui-kit/src/ui-kit/utils/urlQueryUtils.js.html +271 -0
  149. package/coverage/rabbit-ui-kit/stories/atoms/BackgroundTitle.stories.jsx.html +202 -0
  150. package/coverage/rabbit-ui-kit/stories/atoms/LinesOfText.stories.jsx.html +283 -0
  151. package/coverage/rabbit-ui-kit/stories/atoms/LoadingDots.stories.jsx.html +226 -0
  152. package/coverage/rabbit-ui-kit/stories/atoms/QrCode.stories.jsx.html +175 -0
  153. package/coverage/rabbit-ui-kit/stories/atoms/RateSelector.stories.jsx.html +136 -0
  154. package/coverage/rabbit-ui-kit/stories/atoms/Validation.stories.jsx.html +178 -0
  155. package/coverage/rabbit-ui-kit/stories/atoms/buttons/Button.stories.jsx.html +883 -0
  156. package/coverage/rabbit-ui-kit/stories/atoms/buttons/Close.stories.jsx.html +211 -0
  157. package/coverage/rabbit-ui-kit/stories/atoms/buttons/LinkButton.stories.jsx.html +301 -0
  158. package/coverage/rabbit-ui-kit/stories/atoms/buttons/index.html +146 -0
  159. package/coverage/rabbit-ui-kit/stories/atoms/index.html +191 -0
  160. package/coverage/rabbit-ui-kit/stories/molecules/CoinPicker.stories.jsx.html +322 -0
  161. package/coverage/rabbit-ui-kit/stories/molecules/ColoredNotice.stories.jsx.html +178 -0
  162. package/coverage/rabbit-ui-kit/stories/molecules/LineWithIconLink.stories.jsx.html +154 -0
  163. package/coverage/rabbit-ui-kit/stories/molecules/LogoCarousel.stories.jsx.html +160 -0
  164. package/coverage/rabbit-ui-kit/stories/molecules/TitledLineWithIconLink.stories.jsx.html +160 -0
  165. package/coverage/rabbit-ui-kit/stories/molecules/index.html +176 -0
  166. package/coverage/rabbit-ui-kit/stories/organisms/Dialog/Dialog.stories.jsx.html +523 -0
  167. package/coverage/rabbit-ui-kit/stories/organisms/Dialog/DialogButtons/DialogButtons.stories.jsx.html +328 -0
  168. package/coverage/rabbit-ui-kit/stories/organisms/Dialog/DialogButtons/index.html +116 -0
  169. package/coverage/rabbit-ui-kit/stories/organisms/Dialog/DialogStep/DialogStep.stories.jsx.html +337 -0
  170. package/coverage/rabbit-ui-kit/stories/organisms/Dialog/DialogStep/index.html +116 -0
  171. package/coverage/rabbit-ui-kit/stories/organisms/Dialog/index.html +116 -0
  172. package/coverage/rabbit-ui-kit/stories/organisms/WaitlistSubscription.stories.jsx.html +151 -0
  173. package/coverage/rabbit-ui-kit/stories/organisms/index.html +116 -0
  174. package/coverage/rabbit-ui-kit/stories/stubs/coins.jsx.html +6880 -0
  175. package/coverage/rabbit-ui-kit/stories/stubs/exampleContent.jsx.html +145 -0
  176. package/coverage/rabbit-ui-kit/stories/stubs/index.html +131 -0
  177. package/coverage/rabbit-ui-kit/stories/templates/DeterminedErrorDialogStep.stories.jsx.html +190 -0
  178. package/coverage/rabbit-ui-kit/stories/templates/index.html +116 -0
  179. package/coverage/sort-arrow-sprite.png +0 -0
  180. package/coverage/sorter.js +196 -0
  181. package/dist/global.css.map +1 -1
  182. package/dist/index.cjs +1139 -496
  183. package/dist/index.cjs.map +1 -1
  184. package/dist/index.css +111 -0
  185. package/dist/index.css.map +1 -1
  186. package/dist/index.modern.js +950 -420
  187. package/dist/index.modern.js.map +1 -1
  188. package/dist/index.module.js +1136 -497
  189. package/dist/index.module.js.map +1 -1
  190. package/dist/index.umd.js +1139 -496
  191. package/dist/index.umd.js.map +1 -1
  192. package/package.json +1 -1
  193. package/src/index.js +4 -0
  194. package/src/swaps-lib/external-apis/letsExchangeSwapProvider.js +11 -0
  195. package/src/swaps-lib/external-apis/swapProvider.js +8 -0
  196. package/src/swaps-lib/external-apis/swapspaceSwapProvider.js +20 -1
  197. package/src/swaps-lib/models/partner.js +7 -0
  198. package/src/swaps-lib/services/publicSwapService.js +17 -0
  199. package/src/ui-kit/assets/styles/global.scss +4 -7
  200. package/src/ui-kit/assets/wrappedImages/messageIcon.jsx +87 -0
  201. package/src/ui-kit/assets/wrappedImages/supportDialogImage.jsx +61 -0
  202. package/src/ui-kit/components/atoms/RateSelector/RateSelector.jsx +2 -2
  203. package/src/ui-kit/components/atoms/Validation/Validation.jsx +7 -9
  204. package/src/ui-kit/components/atoms/Validation/validation.module.scss +4 -0
  205. package/src/ui-kit/components/molecules/AmountInput/AmountInput.jsx +57 -48
  206. package/src/ui-kit/components/molecules/AmountInput/amount-input.module.scss +34 -0
  207. package/src/ui-kit/components/molecules/CoinPicker/CoinPicker.jsx +84 -132
  208. package/src/ui-kit/components/molecules/ColoredNotice/ColoredNotice.jsx +42 -0
  209. package/src/ui-kit/components/molecules/ColoredNotice/colored-notice.module.scss +20 -0
  210. package/src/ui-kit/components/molecules/LogoCarousel/LogoCarousel.jsx +66 -0
  211. package/src/ui-kit/components/molecules/LogoCarousel/logo-carousel.module.scss +87 -0
  212. package/src/ui-kit/components/molecules/SearchableCoinsList/SearchableCoinsList.jsx +137 -0
  213. package/src/ui-kit/components/organisms/Dialog/DialogButtons/DialogButtons.jsx +10 -0
  214. package/src/ui-kit/components/organisms/Dialog/DialogStep/DialogStep.jsx +16 -0
  215. package/src/ui-kit/components/organisms/SwapForm/SwapForm.jsx +35 -12
  216. package/src/ui-kit/components/organisms/WaitlistSubscription/WaitlistSubscription.jsx +158 -0
package/dist/index.css CHANGED
@@ -504,6 +504,9 @@
504
504
  align-items: center;
505
505
  margin-top: 12px;
506
506
  }
507
+ ._L3OdW svg {
508
+ flex-shrink: 0;
509
+ }
507
510
  ._VIr-M {
508
511
  text-align: left;
509
512
  color: #8ae6ea;
@@ -1580,6 +1583,7 @@
1580
1583
  gap: 10px;
1581
1584
  justify-content: space-between;
1582
1585
  transition: 0.2s box-shadow ease;
1586
+ min-height: 86.5px;
1583
1587
  }
1584
1588
  ._AQaqi._FjX1X {
1585
1589
  border-bottom-left-radius: 4px;
@@ -1699,6 +1703,29 @@
1699
1703
  display: flex;
1700
1704
  align-items: center;
1701
1705
  font-size: 14px;
1706
+ text-align: left;
1707
+ }
1708
+ ._OQ-ym ._Q3eUh {
1709
+ opacity: 0;
1710
+ margin-top: -19px;
1711
+ transform: translateY(24px);
1712
+ }
1713
+ ._OQ-ym ._ijYoP {
1714
+ opacity: 1;
1715
+ transition: opacity 0.2s cubic-bezier(0.22, 0.61, 0.36, 1), margin-top 0.2s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
1716
+ margin-top: 0;
1717
+ transform: translateY(0);
1718
+ }
1719
+ ._OQ-ym ._czDtf {
1720
+ opacity: 1;
1721
+ margin-top: 0;
1722
+ transform: translateY(0);
1723
+ }
1724
+ ._OQ-ym ._Hav2r {
1725
+ opacity: 0;
1726
+ transition: opacity 0.1s cubic-bezier(0.22, 0.61, 0.36, 1), margin-top 0.2s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
1727
+ margin-top: -19px;
1728
+ transform: translateY(24px);
1702
1729
  }
1703
1730
  ._OQ-ym ._RACoB, ._OQ-ym ._L5lVd, ._OQ-ym ._HV2XM {
1704
1731
  font-size: inherit;
@@ -2476,4 +2503,88 @@
2476
2503
  ._mvuzQ._18kIX ._fSxCX ._rOS3q ._ONDTD ._kiTZB {
2477
2504
  width: 110px;
2478
2505
  }
2506
+ ._ZE1ju {
2507
+ display: flex;
2508
+ align-items: flex-start;
2509
+ flex-direction: column;
2510
+ gap: 12px;
2511
+ justify-content: space-between;
2512
+ padding: 20px;
2513
+ border-radius: 16px;
2514
+ background-color: #d0f5f7;
2515
+ width: 100%;
2516
+ box-shadow: 0px 0px 0px 1px rgba(10, 121, 126, 0.1) inset;
2517
+ }
2518
+ ._aN0LH {
2519
+ color: #16cdd6;
2520
+ margin: 0;
2521
+ text-align: left;
2522
+ }
2523
+ @keyframes _Gu7XN {
2524
+ from {
2525
+ transform: translateX(0);
2526
+ }
2527
+ to {
2528
+ transform: translateX(-50%);
2529
+ }
2530
+ }
2531
+ @keyframes _i56By {
2532
+ from {
2533
+ opacity: 0;
2534
+ }
2535
+ to {
2536
+ opacity: 1;
2537
+ }
2538
+ }
2539
+ ._CgRBd {
2540
+ overflow: hidden;
2541
+ position: relative;
2542
+ width: 100%;
2543
+ box-sizing: border-box;
2544
+ -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 60px, rgb(0, 0, 0) calc(100% - 60px), rgba(0, 0, 0, 0) 100%);
2545
+ mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 60px, rgb(0, 0, 0) calc(100% - 60px), rgba(0, 0, 0, 0) 100%);
2546
+ display: flex;
2547
+ height: clamp(30px, 5vw, 35px);
2548
+ }
2549
+ ._cVsiX {
2550
+ display: flex;
2551
+ align-items: center;
2552
+ justify-content: flex-start;
2553
+ animation-name: _Gu7XN;
2554
+ animation-iteration-count: infinite;
2555
+ animation-timing-function: linear;
2556
+ }
2557
+ ._CgRBd:hover ._cVsiX {
2558
+ animation-play-state: paused;
2559
+ }
2560
+ ._hIh2D {
2561
+ display: inline-block;
2562
+ display: inherit;
2563
+ align-items: inherit;
2564
+ justify-content: inherit;
2565
+ gap: clamp(30px, 5vw, 40px);
2566
+ padding-right: clamp(30px, 5vw, 40px);
2567
+ }
2568
+ ._hIh2D a {
2569
+ display: flex;
2570
+ align-items: center;
2571
+ }
2572
+ ._hIh2D a._VuuGX {
2573
+ transition: 0.1s cubic-bezier(0.22, 0.61, 0.36, 1);
2574
+ transform: scale(1);
2575
+ }
2576
+ @media (hover: hover) {
2577
+ ._hIh2D a._VuuGX:hover {
2578
+ transform: scale(1.02);
2579
+ }
2580
+ }
2581
+ ._hIh2D a._VuuGX:active {
2582
+ transition: 0.02s cubic-bezier(0.22, 0.61, 0.36, 1);
2583
+ transform: scale(0.99);
2584
+ }
2585
+ ._hIh2D a img {
2586
+ height: clamp(30px, 5vw, 35px);
2587
+ animation: _i56By 1s cubic-bezier(0.22, 0.61, 0.36, 1) both;
2588
+ animation-delay: 1s;
2589
+ }
2479
2590
  /*# sourceMappingURL=index.css.map */
@@ -1 +1 @@
1
- {"version":3,"sources":["Button.module.scss","LoadingDots.module.scss","asset-icon.module.scss","link-button.module.scss","dialog-buttons.module.scss","background-title.module.scss","close.module.scss","validation.module.scss","dialog.module.scss","dialog-step.module.scss","asset-selection.module.scss","tooltip.module.scss","notice-icon.module.scss","title-box.module.scss","amount-input.module.scss","swap-form.module.scss","textarea.module.scss","rate-selector.module.scss","qr-code.module.scss","lines-of-text.module.scss","line-with-icon-link.module.scss","radio-button-with-text.module.scss","information-message.module.scss","input.module.scss","coin-picker.module.scss"],"names":[],"mappings":"AAAA;EACE,gBAAgB;EAChB,iBAAiB;EACjB,qBAAqB;AACvB;;AAEA;EACE,UAAU;EACV,4BAA4B;EAC5B,gCAAgC;EAChC,yBAAyB;AAC3B;AACA;EACE;IACE,0BAA0B;IAC1B,YAAY;IACZ,0BAA0B;EAC5B;AACF;AACA;EACE,0BAA0B;EAC1B,YAAY;AACd;;AAEA;EACE,wBAAwB;EACxB,yBAAyB;EACzB,eAAe;EAGf,oBAAoB;EACpB,oBAAoB;EACpB,mBAAmB;EACnB,uBAAuB;EACvB,qBAAqB;EACrB,mBAAmB;EACnB,kBAAkB;EAClB,yBAAiB;KAAjB,sBAAiB;UAAjB,iBAAiB;AACnB;AACA;EACE,oCAAoC;EACpC,yBAAyB;EACzB,0BAA0B;EAC1B,2BAA2B;AAC7B;AACA;EACE;IACE,eAAe;IACf,WAAW;EACb;AACF;AACA;EACE;IACE,eAAe;EACjB;EACA;IACE,eAAe;IACf,WAAW;EACb;AACF;AACA;EACE,YAAY;EACZ,eAAe;AACjB;AACA;EACE;IACE,YAAY;IACZ,UAAU;EACZ;AACF;AACA;EACE,eAAe;EACf,YAAY;EACZ,eAAe;AACjB;AACA;EACE;IACE,YAAY;EACd;AACF;AACA;EACE,YAAY;EACZ,eAAe;EACf,eAAe;AACjB;AACA;EACE,YAAY;EACZ,eAAe;EACf,eAAe;AACjB;AACA;EACE;IACE,eAAe;EACjB;AACF;AACA;EACE,kDAAkD;EAClD,mBAAmB;EACnB,cAAc;AAChB;AACA;EACE,yBAAyB;EACzB,cAAc;AAChB;AACA;EACE,yBAAyB;EACzB,0BAA0B;EAC1B,UAAU;AACZ;AACA;EACE,mBAAmB;EACnB,cAAc;AAChB;AACA;EACE,oCAAoC;EACpC,cAAc;EACd,iDAAiD;AACnD;AACA;EACE,yBAAyB;EACzB,cAAc;AAChB;AACA;EACE,uBAAuB;EACvB,yBAAyB;EACzB,cAAc;AAChB;AACA;EACE,mBAAmB;EACnB,cAAc;EACd,6CAA6C;AAC/C;AACA;EACE,mBAAmB;EACnB,cAAc;AAChB;AACA;EACE,kBAAkB;EAClB,QAAQ;EACR,SAAS;EACT,4CAA4C;EAC5C,sDAAsD;EACtD,UAAU;AACZ;AACA;EACE,UAAU;EACV,yCAAyC;AAC3C;AACA;EACE,kBAAkB;EAClB,QAAQ;EACR,SAAS;EACT,UAAU;EACV,WAAW;EACX,YAAY;EACZ,2CAA2C;EAC3C,sDAAsD;EACtD,aAAa;EACb,uBAAuB;EACvB,mBAAmB;AACrB;AACA;EACE,UAAU;EACV,yCAAyC;AAC3C;AACA;EACE,YAAY;EACZ,qBAAqB;EACrB,wBAAwB;EACxB,YAAY;EACZ,UAAU;EACV,gCAAgC;EAChC,+BAA+B;EAC/B,gBAAgB;AAClB;AACA;EACE,qBAAqB;AACvB;AACA;EACE,qBAAqB;AACvB;AACA;EACE,yBAAiB;KAAjB,sBAAiB;UAAjB,iBAAiB;EACjB,mBAAmB;EACnB,sDAAsD;AACxD;AACA;EACE,UAAU;EACV,qBAAqB;AACvB;AACA;EACE,aAAa;EACb,mBAAmB;EACnB,mBAAmB;EACnB,sDAAsD;AACxD;AACA;EACE,UAAU;EACV,qBAAqB;AACvB;AACA;EACE,iBAAiB;AACnB;AACA;EACE,YAAY;AACd;AC7MA;EACE,aAAa;EACb,mBAAmB;EACnB,uBAAuB;EACvB,cAAc;AAChB;AACA;EACE,oBAAoB;AACtB;AACA;EACE,kBAAkB;EAClB,mBAAmB;EACnB,wDAAsD;AACxD;AACA;EACE,mBAAmB;AACrB;AACA;EACE,qBAAqB;AACvB;AACA;EACE,qBAAqB;AACvB;AACA;EACE,WAAW;EACX,YAAY;AACd;AACA;EACE;IACE,WAAW;IACX,YAAY;EACd;AACF;AACA;EACE,kBAAkB;EAClB,iBAAiB;AACnB;AACA;EACE,WAAW;EACX,YAAY;AACd;AACA;EACE,UAAU;EACV,WAAW;AACb;AACA;EACE,2BAA2B;EAC3B,SAAS;AACX;AACA;EACE,yBAAyB;EACzB,SAAS;AACX;;AAEA;EACE;IACE,mBAAmB;IACnB,UAAU;EACZ;EACA;IACE,sBAAsB;IACtB,YAAY;EACd;AACF;AC/DA;EACE,WAAW;EACX,YAAY;EACZ,kBAAkB;AACpB;AACA;EACE,WAAW;EACX,YAAY;AACd;AACA;EACE,YAAY;EACZ,WAAW;AACb;AACA;EACE,WAAW;EACX,YAAY;AACd;AACA;EACE,WAAW;EACX,YAAY;EACZ,kBAAkB;EAClB,WAAW;EACX,YAAY;EACZ,mDAAmD;EACnD,mBAAmB;AACrB;AACA;EACE,WAAW;EACX,YAAY;EACZ,WAAW;EACX,YAAY;EACZ,mDAAmD;AACrD;AChCA;EACE,gBAAgB;EAChB,iBAAiB;EACjB,qBAAqB;AACvB;;AAEA;EACE,UAAU;EACV,4BAA4B;EAC5B,gCAAgC;EAChC,yBAAyB;AAC3B;AACA;EACE;IACE,0BAA0B;IAC1B,YAAY;IACZ,0BAA0B;EAC5B;AACF;AACA;EACE,0BAA0B;EAC1B,YAAY;AACd;;AAEA;EACE,aAAa;EACb,mBAAmB;AACrB;AACA;EACE,wBAAwB;AAC1B;AACA;EACE,yBAAyB;AAC3B;AACA;EACE,yBAAyB;AAC3B;AACA;;EAEE,iBAAiB;EACjB,iBAAiB;AACnB;AACA;EACE,eAAe;EACf,cAAc;EACd,qBAAqB;EACrB,kBAAkB;EAClB,iBAAiB;EACjB,SAAS;AACX;AACA;EACE,cAAc;AAChB;AACA;EACE,cAAc;EACd,eAAe;AACjB;ACxDA;EACE,aAAa;EACb,yBAAyB;EACzB,mBAAmB;EACnB,SAAS;EACT,WAAW;EACX,uBAAuB;AACzB;AACA;EACE;IACE,8BAA8B;IAC9B,SAAS;EACX;AACF;AACA;EACE;IACE,aAAa;EACf;AACF;AACA;EACE,8BAA8B;AAChC;ACrBA;EACE,oBAAoB;EACpB,yBAAiB;KAAjB,sBAAiB;UAAjB,iBAAiB;EACjB,kBAAkB;EAClB,WAAW;AACb;AACA;EACE,kBAAkB;EAClB,kBAAkB;EAClB,WAAW;EACX,YAAY;EACZ,MAAM;EACN,OAAO;AACT;AACA;EACE;IACE,eAAe;IACf,iBAAiB;IACjB,yBAAyB;EAC3B;AACF;AACA;EACE,SAAS;EACT,UAAU;AACZ;AACA;EACE,kBAAkB;EAClB,MAAM;EACN,OAAO;EACP,eAAe;EACf,iBAAiB;EACjB,gBAAgB;EAChB,sBAAsB;EACtB,8BAA8B;AAChC;AACA;EACE,eAAe;EACf,iBAAiB;EACjB,yBAAyB;AAC3B;AACA;EACE;IACE,eAAe;IACf,iBAAiB;IACjB,yBAAyB;EAC3B;AACF;AC9CA;EACE,WAAW;EACX,YAAY;EACZ,YAAY;EACZ,mBAAmB;EACnB,yBAAyB;EACzB,YAAY;EACZ,yBAAyB;EACzB,eAAe;EACf,sBAAsB;AACxB;AACA;EACE,WAAW;EACX,YAAY;EACZ,aAAa;AACf;AACA;EACE;IACE,WAAW;IACX,YAAY;IACZ,aAAa;EACf;AACF;AACA;EACE,WAAW;EACX,sBAAsB;AACxB;AACA;EACE,YAAY;EACZ,yBAAyB;AAC3B;AACA;EACE;IACE,UAAU;IACV,8BAA8B;EAChC;AACF;AACA;EACE,UAAU;EACV,8BAA8B;AAChC;AACA;EACE,aAAa;AACf;AACA;EACE,oFAAoF;AACtF;AACA;EACE;IACE,UAAU;IACV,8BAA8B;IAC9B,2EAA2E;EAC7E;AACF;AACA;EACE,UAAU;EACV,8BAA8B;EAC9B,2EAA2E;AAC7E;AACA;EACE,aAAa;AACf;AC7DA;EACE,gBAAgB;EAChB,iBAAiB;EACjB,qBAAqB;AACvB;;AAEA;EACE,aAAa;EACb,mBAAmB;EACnB,gBAAgB;AAClB;AACA;EACE,gBAAgB;EAChB,cAAc;EACd,gBAAgB;EAChB,eAAe;AACjB;AChBA;EACE,eAAe;EACf,OAAO;EACP,MAAM;EACN,WAAW;EACX,YAAY;EACZ,iCAAiC;EACjC,WAAW;AACb;;AAEA;EACE,qBAAqB;EACrB,aAAa;EACb,uBAAuB;EACvB,uBAAuB;EACvB,gBAAgB;EAChB,kBAAkB;EAClB,UAAU;EACV,kCAA0B;UAA1B,0BAA0B;AAC5B;AACA;EACE;IACE,6BAAqB;YAArB,qBAAqB;IACrB,mBAAmB;IACnB,uBAAuB;IACvB,gBAAgB;IAChB,sBAAsB;IACtB,2BAA2B;EAC7B;AACF;AACA;EACE,UAAU;AACZ;AACA;EACE,kBAAkB;AACpB;AACA;EACE,kBAAkB;EAClB,gBAAgB;EAChB,iBAAiB;EACjB,WAAW;EACX,YAAY;EACZ,6BAAqB;UAArB,qBAAqB;AACvB;AACA;EACE,UAAU;AACZ;AACA;EACE,wCAAwC;AAC1C;AACA;EACE,UAAU;EACV,6BAA6B;AAC/B;AACA;EACE,mCAAmC;EACnC,+BAA+B;AACjC;AACA;EACE,UAAU;AACZ;AACA;EACE,mCAAmC;AACrC;AACA;EACE,UAAU;EACV,6BAA6B;AAC/B;AACA;EACE,uCAAuC;EACvC,+BAA+B;AACjC;AACA;EACE,kBAAkB;EAClB,aAAa;EACb,mBAAmB;EACnB,uBAAuB;EACvB,cAAc;EACd,WAAW;EACX,2CAA2C;AAC7C;AACA;EACE;IACE,SAAS;IACT,SAAS;IACT,kBAAkB;EACpB;EACA;IACE,gBAAgB;IAChB,kBAAkB;EACpB;AACF;AACA;EACE,yBAAyB;EACzB,YAAY;EACZ,8DAA8D;EAC9D,UAAU;EACV,6DAA6D;EAC7D,UAAU;AACZ;AACA;EACE;IACE,4BAA4B;EAC9B;AACF;AACA;EACE,aAAa;EACb,UAAU;EACV,gBAAgB;AAClB;AACA;EACE,cAAc;EACd,UAAU;EACV,0DAA0D;AAC5D;AACA;EACE,UAAU;EACV,0DAA0D;AAC5D;AACA;EACE,cAAc;EACd,UAAU;EACV,0DAA0D;AAC5D;AACA;EACE,aAAa;EACb,UAAU;EACV,gBAAgB;AAClB;AACA;EACE;IACE,aAAa;EACf;EACA;IACE,aAAa;EACf;AACF;AACA;EACE,kBAAkB;EAClB,WAAW;EACX,gBAAgB;EAChB,+CAA+C;EAC/C,YAAY;EACZ,sDAAsD;EACtD,sBAAsB;EACtB,mBAAmB;EACnB,mBAAmB;AACrB;AACA;EACE;IACE,gBAAgB;EAClB;AACF;AACA;EACE;IACE,SAAS;EACX;EACA;IACE,gBAAgB;IAChB,gBAAgB;IAChB,kCAA0B;YAA1B,0BAA0B;IAC1B,gBAAgB;EAClB;AACF;AACA;EACE,gBAAgB;EAChB,oBAAoB;EACpB,iBAAiB;AACnB;AACA;EACE,SAAS;EACT,WAAW;EACX,eAAe;EACf,gBAAgB;EAChB,gBAAgB;EAChB,iBAAiB;AACnB;AACA;EACE,iBAAiB;AACnB;AACA;EACE,yBAAyB;AAC3B;AACA;EACE,WAAW;EACX,cAAc;EACd,YAAY;AACd;AACA;EACE,kBAAkB;EAClB,SAAS;EACT,WAAW;EACX,UAAU;AACZ;AACA;EACE;IACE,SAAS;IACT,WAAW;EACb;AACF;ACvMA;EACE,mBAAmB;EACnB,yBAAyB;EACzB,aAAa;AACf;AACA;EACE;IACE,aAAa;EACf;AACF;;AAEA;EACE,eAAe;EACf,OAAO;EACP,MAAM;EACN,WAAW;EACX,YAAY;EACZ,iCAAiC;EACjC,WAAW;AACb;;AAEA;EACE,qBAAqB;EACrB,aAAa;EACb,uBAAuB;EACvB,uBAAuB;EACvB,gBAAgB;EAChB,kBAAkB;EAClB,UAAU;EACV,kCAA0B;UAA1B,0BAA0B;AAC5B;AACA;EACE;IACE,6BAAqB;YAArB,qBAAqB;IACrB,mBAAmB;IACnB,uBAAuB;IACvB,gBAAgB;IAChB,sBAAsB;IACtB,2BAA2B;EAC7B;AACF;AACA;EACE,UAAU;AACZ;AACA;EACE,kBAAkB;AACpB;AACA;EACE,kBAAkB;EAClB,gBAAgB;EAChB,iBAAiB;EACjB,WAAW;EACX,YAAY;EACZ,6BAAqB;UAArB,qBAAqB;AACvB;AACA;EACE,UAAU;AACZ;AACA;EACE,wCAAwC;AAC1C;AACA;EACE,UAAU;EACV,6BAA6B;AAC/B;AACA;EACE,mCAAmC;EACnC,+BAA+B;AACjC;AACA;EACE,UAAU;AACZ;AACA;EACE,mCAAmC;AACrC;AACA;EACE,UAAU;EACV,6BAA6B;AAC/B;AACA;EACE,uCAAuC;EACvC,+BAA+B;AACjC;AACA;EACE,kBAAkB;EAClB,aAAa;EACb,mBAAmB;EACnB,uBAAuB;EACvB,cAAc;EACd,WAAW;EACX,2CAA2C;AAC7C;AACA;EACE;IACE,SAAS;IACT,SAAS;IACT,kBAAkB;EACpB;EACA;IACE,gBAAgB;IAChB,kBAAkB;EACpB;AACF;AACA;EACE,yBAAyB;EACzB,YAAY;EACZ,8DAA8D;EAC9D,UAAU;EACV,6DAA6D;EAC7D,UAAU;AACZ;AACA;EACE;IACE,4BAA4B;EAC9B;AACF;AACA;EACE,aAAa;EACb,UAAU;EACV,gBAAgB;AAClB;AACA;EACE,cAAc;EACd,UAAU;EACV,0DAA0D;AAC5D;AACA;EACE,UAAU;EACV,0DAA0D;AAC5D;AACA;EACE,cAAc;EACd,UAAU;EACV,0DAA0D;AAC5D;AACA;EACE,aAAa;EACb,UAAU;EACV,gBAAgB;AAClB;AACA;EACE;IACE,aAAa;EACf;EACA;IACE,aAAa;EACf;AACF;AACA;EACE,kBAAkB;EAClB,WAAW;EACX,gBAAgB;EAChB,+CAA+C;EAC/C,YAAY;EACZ,sDAAsD;EACtD,sBAAsB;EACtB,mBAAmB;EACnB,mBAAmB;AACrB;AACA;EACE;IACE,gBAAgB;EAClB;AACF;AACA;EACE;IACE,SAAS;EACX;EACA;IACE,gBAAgB;IAChB,gBAAgB;IAChB,kCAA0B;YAA1B,0BAA0B;IAC1B,gBAAgB;EAClB;AACF;AACA;EACE,gBAAgB;EAChB,oBAAoB;EACpB,iBAAiB;AACnB;AACA;EACE,SAAS;EACT,WAAW;EACX,eAAe;EACf,gBAAgB;EAChB,gBAAgB;EAChB,iBAAiB;AACnB;AACA;EACE,iBAAiB;AACnB;AACA;EACE,yBAAyB;AAC3B;AACA;EACE,WAAW;EACX,cAAc;EACd,YAAY;AACd;AACA;EACE,kBAAkB;EAClB,SAAS;EACT,WAAW;EACX,UAAU;AACZ;AACA;EACE;IACE,SAAS;IACT,WAAW;EACb;AACF;;AAEA;EACE,kBAAkB;EAClB,MAAM;EACN,OAAO;EACP,UAAU;EACV,cAAc;EACd,WAAW;EACX,UAAU;EACV,oBAAoB;EACpB,yBAAiB;KAAjB,sBAAiB;UAAjB,iBAAiB;EACjB,sDAAsD;EACtD,oBAAoB;EACpB,gBAAgB;AAClB;AACA;EACE,UAAU;EACV,gBAAgB;EAChB,gBAAgB;AAClB;AACA;EACE;IACE,gBAAgB;EAClB;AACF;AACA;EACE,kBAAkB;EAClB,MAAM;EACN,OAAO;EACP,WAAW;AACb;AACA;EACE,UAAU;EACV,oBAAoB;EACpB,yBAAiB;KAAjB,sBAAiB;UAAjB,iBAAiB;EACjB,sBAAsB;EACtB,gBAAgB;EAChB,iBAAiB;AACnB;AACA;EACE;IACE,iBAAiB;EACnB;AACF;AACA;EACE,UAAU;AACZ;AACA;EACE,gBAAgB;EAChB,oBAAoB;AACtB;AACA;EACE,kBAAkB;EAClB,mBAAmB;EACnB,yBAAyB;EACzB,WAAW;EACX,YAAY;EACZ,MAAM;EACN,OAAO;EACP,mBAAmB;EACnB,gBAAgB;AAClB;AACA;EACE;IACE,gBAAgB;EAClB;AACF;AACA;EACE,kBAAkB;EAClB,oBAAiB;KAAjB,iBAAiB;EACjB,mBAAmB;EACnB,yBAAyB;EACzB,WAAW;EACX,YAAY;EACZ,MAAM;EACN,OAAO;AACT;AACA;EACE,uCAAuC;AACzC;AACA;EACE,sCAAsC;AACxC;AACA;EACE,sCAAsC;AACxC;AACA;EACE,cAAc;AAChB;AACA;EACE;IACE,aAAa;EACf;EACA;IACE,cAAc;EAChB;AACF;AACA;EACE,aAAa;AACf;AACA;EACE,cAAc;AAChB;AACA;EACE;IACE,cAAc;EAChB;AACF;AACA;EACE,aAAa;AACf;AACA;EACE,UAAU;AACZ;AACA;EACE;IACE,8DAA8D;EAChE;AACF;AACA;EACE,2DAAgE;EAChE,yBAAyB;AAC3B;AACA;EACE,2DAAiE;EACjE,yBAAyB;AAC3B;AACA;EACE,6DAAoE;EACpE,yBAAyB;AAC3B;AACA;EACE,6DAAqE;EACrE,yBAAyB;AAC3B;AACA;EACE;IACE,4BAA4B;EAC9B;EACA;IACE,0BAA0B;EAC5B;AACF;AACA;EACE;IACE,2BAA2B;EAC7B;EACA;IACE,0BAA0B;EAC5B;AACF;AACA;EACE;IACE,0BAA0B;EAC5B;EACA;IACE,4BAA4B;EAC9B;AACF;AACA;EACE;IACE,0BAA0B;EAC5B;EACA;IACE,2BAA2B;EAC7B;AACF;AACA;EACE,iBAAiB;EACjB,aAAa;EACb,2BAA2B;EAC3B,kBAAkB;AACpB;AACA;EACE,gBAAgB;EAChB,aAAa;EACb,sBAAsB;EACtB,mBAAmB;EACnB,cAAc;EACd,kBAAkB;AACpB;AACA;EACE,eAAe;EACf,SAAS;EACT,uBAAuB;AACzB;AACA;EACE,eAAe;EACf,iBAAiB;AACnB;AACA;EACE,YAAY;EACZ,2BAA2B;EAC3B,gBAAgB;AAClB;AACA;EACE,WAAW;EACX,YAAY;AACd;AACA;EACE,aAAa;EACb,2BAA2B;EAC3B,mBAAmB;EACnB,gBAAgB;EAChB,kBAAkB;AACpB;AACA;EACE,aAAa;AACf;AACA;EACE,mBAAmB;AACrB;AACA;EACE;IACE,mBAAmB;EACrB;AACF;AACA;EACE,gBAAgB;AAClB;AACA;EACE,kBAAkB;EAClB,aAAa;EACb,mBAAmB;AACrB;AACA;EACE,YAAY;AACd;AACA;EACE,kBAAkB;AACpB;AACA;EACE;IACE,kBAAkB;EACpB;AACF;AACA;EACE,eAAe;EACf,iBAAiB;EACjB,qBAAqB;EACrB,SAAS;EACT,gBAAgB;EAChB,cAAc;EACd,cAAc;EACd,kBAAkB;EAClB,iBAAiB;EACjB,aAAa;EACb,2BAA2B;EAC3B,uBAAuB;AACzB;AACA;EACE,gBAAgB;EAChB,eAAe;EACf,iBAAiB;EACjB,qBAAqB;EACrB,gBAAgB;EAChB,SAAS;EACT,cAAc;EACd,kBAAkB;AACpB;AACA;EACE;IACE,eAAe;IACf,iBAAiB;EACnB;AACF;AACA;EACE,cAAc;AAChB;AACA;EACE,eAAe;EACf,iBAAiB;EACjB,qBAAqB;EACrB,SAAS;EACT,cAAc;EACd,eAAe;EACf,kBAAkB;EAClB,cAAc;EACd,mBAAmB;EACnB,kBAAkB;AACpB;AACA;EACE,qBAAqB;AACvB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,mBAAmB;AACrB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,cAAc;AAChB;AACA;EACE,aAAa;EACb,sBAAsB;EACtB,wBAAwB;EACxB,kBAAkB;AACpB;AACA;EACE,uBAAuB;AACzB;AACA;EACE,mBAAmB;AACrB;AACA;EACE,qBAAqB;AACvB;AACA;EACE,aAAa;EACb,mBAAmB;EACnB,yBAAyB;EACzB,gBAAgB;EAChB,SAAS;AACX;AACA;EACE;IACE,gBAAgB;EAClB;AACF;AACA;EACE,gBAAgB;AAClB;AACA;EACE;IACE,gBAAgB;EAClB;AACF;AACA;EACE,aAAa;AACf;AChiBA;EACE,aAAa;EACb,mBAAmB;EACnB,yBAAyB;EACzB,oBAAoB;EACpB,yBAAiB;KAAjB,sBAAiB;UAAjB,iBAAiB;EACjB,oFAAoF;EACpF,yBAAyB;EACzB,eAAe;AACjB;AACA;EACE;IACE,2EAA2E;EAC7E;AACF;AACA;EACE,YAAY;AACd;AACA;EACE,kFAAkF;EAClF,0BAA0B;AAC5B;AACA;EACE,yBAAyB;EACzB,cAAc;EACd,gBAAgB;EAChB,cAAc;EACd,mBAAmB;EACnB,gBAAgB;EAChB,iBAAiB;EACjB,iBAAiB;AACnB;AACA;EACE,2BAA2B;AAC7B;AACA;EACE,cAAc;EACd,gBAAgB;EAChB,qBAAqB;AACvB;AACA;EACE,wBAAwB;EACxB,yBAAyB;EACzB,YAAY;AACd;AC5CA;EACE,eAAe;EACf,iBAAiB;EACjB,qBAAqB;EACrB,SAAS;EACT,cAAc;EACd,gBAAgB;EAChB,iBAAiB;EACjB,kBAAkB;EAClB,mBAAmB;EACnB,kBAAkB;EAClB,yBAAyB;EACzB,SAAS;EACT,2BAA2B;EAC3B,cAAc;EACd,mBAAmB;EACnB,UAAU;EACV,cAAc;EACd,gBAAgB;EAChB,gBAAgB;EAChB,kBAAkB;EAClB,qBAAqB;EACrB,kBAAkB;AACpB;AACA;EACE,UAAU;EACV,wDAAwD;AAC1D;AACA;EACE,UAAU;EACV,kDAAkD;EAClD,sDAAsD;AACxD;AACA;EACE,UAAU;EACV,kDAAkD;AACpD;AACA;EACE,eAAe;EACf,yBAAyB;EACzB,YAAY;EACZ,UAAU;AACZ;AACA;;EAEE,UAAU;EACV,UAAU;EACV,qBAAqB;EACrB,2BAA2B;AAC7B;AACA;EACE,UAAU;EACV,uDAAuD;AACzD;AACA;EACE,UAAU;EACV,+CAA+C;AACjD;AACA;EACE,UAAU;EACV,+CAA+C;AACjD;AACA;EACE,eAAe;EACf,yBAAyB;EACzB,WAAW;AACb;AACA;;EAEE,SAAS;EACT,qBAAqB;EACrB,0BAA0B;AAC5B;AACA;EACE,UAAU;EACV,wDAAwD;AAC1D;AACA;EACE,UAAU;EACV,+CAA+C;AACjD;AACA;EACE,UAAU;EACV,+CAA+C;AACjD;AACA;EACE,UAAU;EACV,wBAAwB;EACxB,wBAAwB;AAC1B;AACA;;EAEE,QAAQ;EACR,sBAAsB;EACtB,0BAA0B;AAC5B;AACA;EACE,UAAU;EACV,uDAAuD;AACzD;AACA;EACE,UAAU;EACV,iDAAiD;AACnD;AACA;EACE,UAAU;EACV,iDAAiD;AACnD;AACA;EACE,YAAY;EACZ,sBAAsB;EACtB,SAAS;AACX;AACA;;EAEE,kBAAkB;EAClB,UAAU;EACV,sBAAsB;EACtB,2BAA2B;AAC7B;AACA;EACE,UAAU;EACV,yDAAyD;AAC3D;AACA;EACE,UAAU;EACV,kDAAkD;AACpD;AACA;EACE,UAAU;EACV,kDAAkD;AACpD;AACA;EACE,uBAAuB;EACvB,WAAW;EACX,QAAQ;EACR,YAAY;AACd;AACA;;EAEE,kBAAkB;EAClB,oBAAoB;EACpB,WAAW;EACX,2BAA2B;AAC7B;AACA;EACE,UAAU;EACV,yDAAyD;AAC3D;AACA;EACE,UAAU;EACV,kDAAkD;AACpD;AACA;EACE,UAAU;EACV,kDAAkD;AACpD;AACA;EACE,gBAAgB;AAClB;AACA;EACE,oBAAoB;AACtB;AACA;EACE,UAAU;EACV,yBAAyB;EACzB,kBAAkB;AACpB;AACA;EACE,UAAU;EACV,yBAAyB;EACzB,kBAAkB;EAClB,gBAAgB;AAClB;AACA;EACE,yBAAyB;EACzB,kBAAkB;AACpB;AACA;EACE,UAAU;EACV,yBAAyB;EACzB,kBAAkB;AACpB;AACA;EACE,UAAU;EACV,yBAAyB;EACzB,kBAAkB;AACpB;AACA;;EAEE,kBAAkB;EAClB,qBAAqB;EACrB,SAAS;EACT,2BAA2B;AAC7B;AClMA;EACE,UAAU;EACV,4BAA4B;EAC5B,gCAAgC;EAChC,yBAAyB;AAC3B;AACA;EACE;IACE,0BAA0B;IAC1B,YAAY;IACZ,0BAA0B;EAC5B;AACF;AACA;EACE,0BAA0B;EAC1B,YAAY;AACd;;AAEA;EACE,kBAAkB;EAClB,aAAa;AACf;AACA;EACE,SAAS;AACX;ACxBA;EACE,WAAW;AACb;AACA;EACE,WAAW;EACX,aAAa;EACb,mBAAmB;EACnB,8BAA8B;EAC9B,YAAY;EACZ,kBAAkB;EAClB,QAAQ;EACR,gBAAgB;AAClB;AACA;EACE,cAAc;EACd,gBAAgB;EAChB,gBAAgB;AAClB;AACA;EACE,+BAA+B;AACjC;AACA;EACE,kBAAkB;AACpB;ACvBA;EACE,YAAY;EACZ,WAAW;EACX,kBAAkB;AACpB;;AAEA;EACE,YAAY;EACZ,WAAW;EACX,kBAAkB;AACpB;;AAEA;EACE,aAAa;EACb,mBAAmB;EACnB,kBAAkB;EAClB,aAAa;EACb,mBAAmB;EACnB,SAAS;EACT,8BAA8B;EAC9B,gCAAgC;AAClC;AACA;EACE,8BAA8B;EAC9B,+BAA+B;AACjC;AACA;EACE,2BAA2B;EAC3B,4BAA4B;AAC9B;AACA;EACE,8FAA8F;AAChG;AACA;EACE;IACE,2EAA2E;IAC3E,iCAAiC;EACnC;AACF;AACA;EACE,kFAAkF;AACpF;AACA;EACE,WAAW;AACb;AACA;EACE,aAAa;AACf;AACA;EACE;IACE,mBAAmB;EACrB;AACF;AACA;EACE,aAAa;EACb,2BAA2B;EAC3B,mBAAmB;AACrB;AACA;EACE,iBAAiB;EACjB,iBAAiB;AACnB;AACA;EACE,4BAA4B;AAC9B;AACA;EACE,eAAe;AACjB;AACA;EACE,cAAc;AAChB;AACA;EACE,cAAc;EACd,2BAA2B;AAC7B;AACA;EACE,YAAY;AACd;AACA;EACE,eAAe;EACf,gBAAgB;EAChB,cAAc;EACd,WAAW;EACX,UAAU;EACV,aAAa;EACb,mBAAmB;EACnB,kBAAkB;AACpB;AACA;EACE,YAAY;EACZ,WAAW;EACX,YAAY;EACZ,kBAAkB;EAClB,MAAM;EACN,OAAO;EACP,8CAA8C;EAC9C,oBAAoB;EACpB,yBAAiB;KAAjB,sBAAiB;UAAjB,iBAAiB;AACnB;AACA;EACE,kBAAkB;EAClB,oBAAoB;EACpB,oBAAoB;EACpB,cAAc;EACd,SAAS;AACX;AACA;EACE,yBAAiB;KAAjB,sBAAiB;UAAjB,iBAAiB;EACjB,kBAAkB;EAClB,mBAAmB;AACrB;AACA;EACE,YAAY;EACZ,uBAAuB;EACvB,UAAU;EACV,WAAW;EACX,YAAY;EACZ,SAAS;AACX;AACA;EACE,4BAA4B;AAC9B;AAFA;EACE,4BAA4B;AAC9B;AACA;EACE,YAAY;EACZ,UAAU;EACV,aAAa;EACb,mBAAmB;AACrB;AACA;EACE,cAAc;EACd,aAAa;EACb,mBAAmB;EACnB,eAAe;AACjB;AACA;EACE,kBAAkB;EAClB,oBAAoB;EACpB,oBAAoB;EACpB,cAAc;AAChB;AACA;EACE,yBAAiB;KAAjB,sBAAiB;UAAjB,iBAAiB;EACjB,kBAAkB;EAClB,mBAAmB;AACrB;AACA;EACE,gBAAgB;EAChB,aAAa;EACb,YAAY;EACZ,UAAU;EACV,WAAW;EACX,YAAY;EACZ,SAAS;AACX;AACA;EACE,4BAA4B;AAC9B;AAFA;EACE,4BAA4B;AAC9B;AACA;EACE,UAAU;EACV,aAAa;EACb,mBAAmB;AACrB;AACA;EACE,eAAe;AACjB;ACpKA;EACE,UAAU;EACV,4BAA4B;EAC5B,gCAAgC;EAChC,yBAAyB;AAC3B;AACA;EACE;IACE,0BAA0B;IAC1B,YAAY;IACZ,0BAA0B;EAC5B;AACF;AACA;EACE,0BAA0B;EAC1B,YAAY;AACd;;AAEA;EACE,WAAW;AACb;AACA;EACE,kBAAkB;EAClB,UAAU;AACZ;AACA;EACE,WAAW;EACX,aAAa;EACb,uBAAuB;EACvB,mBAAmB;EACnB,yBAAiB;KAAjB,sBAAiB;UAAjB,iBAAiB;AACnB;AACA;EACE,eAAe;AACjB;AACA;EACE,YAAY;AACd;AACA;EACE,UAAU;EACV,yBAAyB;EACzB,eAAe;EACf,0BAA0B;EAC1B,kBAAkB;EAClB,kBAAkB;EAClB,gBAAgB;AAClB;AACA;EACE,YAAY;AACd;AACA;EACE,cAAc;AAChB;AACA;EACE,0BAA0B;EAC1B,eAAe;EACf,gBAAgB;AAClB;AACA;EACE;IACE,YAAY;IACZ,cAAc;EAChB;AACF;AACA;EACE,qBAAqB;AACvB;AACA;EACE,cAAc;AAChB;AACA;EACE,UAAU;EACV,WAAW;EACX,kBAAkB;EAClB,OAAO;EACP,wBAAwB;EACxB,WAAW;EACX,YAAY;EACZ,kBAAkB;EAClB,6BAA6B;EAC7B,6DAA6D;AAC/D;AACA;EACE,gBAAgB;EAChB,aAAa;EACb,sBAAsB;EACtB,SAAS;AACX;AACA;EACE,mBAAmB;EACnB,cAAc;EACd,WAAW;AACb;AACA;EACE,gBAAgB;AAClB;AACA;EACE,aAAa;EACb,yBAAyB;EACzB,mBAAmB;EACnB,gBAAgB;EAChB,SAAS;AACX;AACA;EACE,eAAe;EACf,cAAc;EACd,eAAe;EACf,kBAAkB;AACpB;AACA;EACE;IACE,kBAAkB;EACpB;AACF;AACA;EACE,cAAc;EACd,0BAA0B;AAC5B;AACA;EACE,qBAAqB;AACvB;AACA;EACE;IACE,8BAA8B;EAChC;AACF;AC7HA;EACE,gBAAgB;EAChB,iBAAiB;EACjB,qBAAqB;AACvB;;AAJA;EACE,gBAAgB;EAChB,iBAAiB;EACjB,qBAAqB;AACvB;;AAEA;EACE,aAAa;EACb,sBAAsB;AACxB;AACA;EACE,YAAY;AACd;AACA;EACE,aAAa;EACb,kBAAkB;EAClB,mBAAmB;EACnB,YAAY;EACZ,WAAW;EACX,YAAY;EACZ,iBAAiB;EACjB,eAAe;EACf,cAAc;EACd,wBAAgB;KAAhB,qBAAgB;UAAhB,gBAAgB;EAChB,6DAA6D;EAC7D,oFAAoF;AACtF;AACA;EACE,eAAe;EACf,iBAAiB;EACjB,qBAAqB;EACrB,SAAS;EACT,gBAAgB;EAChB,cAAc;EACd,gBAAgB;EAChB,cAAc;EACd,kBAAkB;EAClB,cAAc;AAChB;AACA;EACE;IACE,2EAA2E;IAC3E,8DAA8D;EAChE;AACF;AACA;EACE,kFAAkF;AACpF;AACA;EACE,eAAe;EACf,cAAc;AAChB;AAHA;EACE,eAAe;EACf,cAAc;AAChB;AACA;EACE,YAAY;AACd;AACA;EACE,gBAAgB;AAClB;AACA;EACE,eAAe;AACjB;AACA;EACE,YAAY;AACd;AACA;EACE,8FAA8F;AAChG;AClEA;EACE,yBAAyB;EACzB,kBAAkB;EAClB,YAAY;EACZ,aAAa;EACb,mBAAmB;EACnB,QAAQ;EACR,yBAAiB;KAAjB,sBAAiB;UAAjB,iBAAiB;EACjB,WAAW;AACb;AACA;EACE,aAAa;EACb,mBAAmB;EACnB,uBAAuB;EACvB,mBAAmB;EACnB,kBAAkB;EAClB,SAAS;EACT,kBAAkB;EAClB,QAAQ;EACR,eAAe;EACf,sDAAsD;EACtD,4CAA4C;AAC9C;AACA;EACE;IACE,mCAAmC;EACrC;AACF;AACA;EACE,mCAAmC;AACrC;AACA;EACE,mBAAmB;EACnB,cAAc;AAChB;AACA;EACE,gBAAgB;EAChB,kBAAkB;EAClB,eAAe;AACjB;ACvCA;EACE,uBAAuB;EACvB,wBAAwB;AAC1B;AACA;EACE;IACE,cAAc;EAChB;AACF;AACA;EACE,kBAAkB;EAClB,sBAAsB;EACtB,uBAAuB;AACzB;ACbA;EACE,aAAa;EACb,gBAAgB;EAChB,mBAAmB;EACnB,gBAAgB;AAClB;AACA;EACE,mBAAmB;EACnB,qBAAqB;AACvB;AACA;EACE,qBAAqB;EACrB,yBAAyB;AAC3B;AACA;EACE,WAAW;EACX,aAAa;EACb,mBAAmB;EACnB,QAAQ;AACV;AACA;EACE,gBAAgB;EAChB,mBAAmB;EACnB,gBAAgB;EAChB,uBAAuB;AACzB;AACA;EACE;IACE,WAAW;EACb;AACF;;AAEA;EACE,aAAa;EACb,mBAAmB;AACrB;AACA;EACE;IACE,sBAAsB;IACtB,uBAAuB;EACzB;AACF;AACA;EACE,WAAW;EACX,cAAc;EACd,gBAAgB;AAClB;AACA;EACE;IACE,aAAa;EACf;AACF;;AAEA;EACE,cAAc;EACd,mBAAmB;EACnB,gBAAgB;AAClB;ACzDA;EACE,UAAU;EACV,4BAA4B;EAC5B,gCAAgC;EAChC,yBAAyB;AAC3B;AACA;EACE;IACE,0BAA0B;IAC1B,YAAY;IACZ,0BAA0B;EAC5B;AACF;AACA;EACE,0BAA0B;EAC1B,YAAY;AACd;;AAEA;EACE,aAAa;EACb,mBAAmB;AACrB;AACA;EACE,mBAAmB;EACnB,uBAAuB;EACvB,gBAAgB;EAChB,gBAAgB;EAChB,kBAAkB;AACpB;AACA;EACE,aAAa;EACb,mBAAmB;AACrB;AACA;EACE,WAAW;AACb;ACnCA;EACE,aAAa;EACb,uBAAuB;EACvB,2BAA2B;EAC3B,WAAW;EACX,YAAY;AACd;;AAEA;EACE,YAAY;EACZ,0BAA0B;EAC1B,kBAAkB;EAClB,yBAAyB;EACzB,oBAAoB;EACpB,mEAAmE;EACnE,eAAe;AACjB;AACA;EACE,yBAAyB;EACzB,0BAA0B;AAC5B;AACA;EACE,2BAA2B;AAC7B;AACA;EACE,YAAY;EACZ,0BAA0B;AAC5B;AACA;EACE,aAAa;AACf;AACA;EACE,WAAW;EACX,WAAW;EACX,YAAY;EACZ,kBAAkB;EAClB,yBAAyB;EACzB,kBAAkB;EAClB,SAAS;EACT,QAAQ;EACR,0BAA0B;EAC1B,4DAA4D;AAC9D;AACA;EACE,aAAa;AACf;AACA;EACE,cAAc;EACd,gBAAgB;EAChB,eAAe;EACf,iBAAiB;EACjB,mBAAmB;AACrB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,UAAU;AACZ;AACA;EACE,kBAAkB;EAClB,QAAQ;EACR,SAAS;EACT,gCAAgC;EAChC,UAAU;EACV,WAAW;AACb;AACA;EACE,UAAU;EACV,UAAU;AACZ;ACtEA;EACE,aAAa;EACb,mBAAmB;EACnB,6BAA6B;AAC/B;AACA;EACE,uBAAuB;AACzB;AACA;EACE;IACE,uBAAuB;EACzB;AACF;AACA;;EAEE,eAAe;EACf,YAAY;AACd;AACA;;EAEE,eAAe;EACf,YAAY;AACd;AACA;EACE,iBAAiB;EACjB,cAAc;AAChB;AACA;EACE,cAAc;AAChB;AC7BA;EACE,gBAAgB;EAChB,iBAAiB;EACjB,qBAAqB;AACvB;;AAJA;EACE,gBAAgB;EAChB,iBAAiB;EACjB,qBAAqB;AACvB;;AAEA;EACE,kBAAkB;AACpB;AACA;EACE,iBAAiB;AACnB;AACA;EACE,gBAAgB;EAChB,iBAAiB;AACnB;AACA;EACE,YAAY;AACd;AACA;EACE,WAAW;AACb;AACA;EACE,aAAa;EACb,kBAAkB;EAClB,mBAAmB;EACnB,SAAS;EACT,cAAc;EACd,WAAW;EACX,gBAAgB;EAChB,eAAe;EACf,sBAAsB;EACtB,wBAAgB;KAAhB,qBAAgB;UAAhB,gBAAgB;EAChB,yBAAyB;EACzB,oFAAoF;AACtF;AACA;EACE,8FAA8F;AAChG;AACA;EACE,cAAc;EACd,eAAe;EACf,sBAAsB;AACxB;AAJA;EACE,cAAc;EACd,eAAe;EACf,sBAAsB;AACxB;AACA;EACE;;IAEE,2EAA2E;IAC3E,0BAA0B;EAC5B;AACF;AACA;;EAEE,kFAAkF;AACpF;AACA;EACE,0CAA0C;AAC5C;AACA;EACE;;IAEE,yBAAyB;IACzB,0CAA0C;IAC1C,0BAA0B;EAC5B;AACF;AACA;EACE,yBAAyB;EACzB,4CAA4C;AAC9C;AACA;EACE,kBAAkB;EAClB,WAAW;EACX,MAAM;EACN,YAAY;EACZ,aAAa;EACb,mBAAmB;AACrB;AACA;EACE,eAAe;EACf,iBAAiB;EACjB,qBAAqB;EACrB,SAAS;EACT,gBAAgB;EAChB,cAAc;EACd,gBAAgB;EAChB,cAAc;EACd,kBAAkB;EAClB,cAAc;AAChB;ACzFA;EACE,YAAY;EACZ,WAAW;EACX,kBAAkB;AACpB;;AAEA;EACE,WAAW;EACX,YAAY;EACZ,kBAAkB;AACpB;;AAEA;EACE,aAAa;EACb,sBAAsB;EACtB,2BAA2B;EAC3B,mBAAmB;EACnB,WAAW;AACb;AACA;EACE;IACE,eAAe;EACjB;AACF;AACA;EACE,WAAW;EACX,kBAAkB;AACpB;AACA;EACE,WAAW;EACX,kBAAkB;EAClB,kBAAkB;EAClB,gBAAgB;AAClB;AACA;EACE;IACE,aAAa;EACf;EACA;IACE,WAAW;IACX,kBAAkB;IAClB,WAAW;IACX,YAAY;IACZ,2EAA2E;IAC3E,OAAO;IACP,UAAU;IACV,6BAA6B;IAC7B,oBAAoB;EACtB;EACA;IACE,UAAU;IACV,6BAA6B;EAC/B;EACA;IACE,MAAM;EACR;EACA;IACE,SAAS;IACT,yBAAyB;EAC3B;AACF;AACA;EACE;IACE,cAAc;IACd,YAAY;EACd;AACF;AACA;EACE,cAAc;AAChB;AACA;EACE,cAAc;AAChB;AACA;EACE,aAAa;EACb,4DAA4D;EAC5D,QAAQ;AACV;AACA;EACE,mBAAmB;AACrB;AACA;EACE,kBAAkB;EAClB,aAAa;EACb,oBAAoB;EACpB,eAAe;EACf,WAAW;AACb;AACA;EACE,mBAAmB;EACnB,aAAa;EACb,mBAAmB;EACnB,qBAAqB;EACrB,WAAW;EACX,kBAAkB;EAClB,kBAAkB;EAClB,yBAAyB;EACzB,oFAAoF;AACtF;AACA;EACE,kFAAkF;AACpF;AACA;EACE;IACE,2EAA2E;IAC3E,0BAA0B;EAC5B;AACF;AACA;EACE,YAAY;AACd;AACA;EACE,iBAAiB;EACjB,iBAAiB;AACnB;AACA;EACE,aAAa;EACb,sBAAsB;EACtB,uBAAuB;EACvB,uBAAuB;EACvB,iBAAiB;EACjB,cAAc;EACd,YAAY;EACZ,iBAAiB;AACnB;AACA;;EAEE,cAAc;EACd,oBAAoB;EACpB,yBAAiB;KAAjB,sBAAiB;UAAjB,iBAAiB;EACjB,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;EAChB,YAAY;AACd;AACA;EACE,YAAY;EACZ,yBAAyB;EACzB,iBAAiB;AACnB;AACA;EACE,WAAW;EACX,aAAa;EACb,uBAAuB;AACzB;AACA;EACE,YAAY;EACZ,aAAa;EACb,uBAAuB;EACvB,mBAAmB;EACnB,mBAAmB;EACnB,kBAAkB;AACpB;AACA;EACE,cAAc;EACd,gBAAgB;AAClB;;AAEA;EACE,UAAU;EACV,eAAe;AACjB;AACA;EACE,YAAY;EACZ,WAAW;AACb;AACA;EACE,WAAW;EACX,kBAAkB;AACpB;AACA;EACE,YAAY;AACd","file":"index.css","sourcesContent":[".button {\n font-weight: 800;\n line-height: 1.71;\n letter-spacing: 0.5px;\n}\n\n.button {\n opacity: 1;\n transition-property: opacity;\n transition-timing-function: ease;\n transition-duration: 0.3s;\n}\n@media (hover: hover) {\n .button:hover {\n cursor: pointer !important;\n opacity: 0.6;\n transition-duration: 0.03s;\n }\n}\n.button:active {\n transition-duration: 0.03s;\n opacity: 0.6;\n}\n\n.button {\n transition-property: all;\n transition-duration: 0.1s;\n font-size: 16px;\n -webkit-border-radius: 200px;\n -moz-border-radius: 200px;\n border-radius: 200px;\n display: inline-flex;\n align-items: center;\n justify-content: center;\n text-decoration: none;\n white-space: nowrap;\n position: relative;\n user-select: none;\n}\n.button.disable, .button.disable:hover, .button.disable:active {\n background-color: #e9eaec !important;\n color: #8f95a2 !important;\n cursor: default !important;\n box-shadow: none !important;\n}\n@media (max-width: 767.98px) {\n .button.full-width-on-tablets {\n max-width: 100%;\n width: 100%;\n }\n}\n@media (max-width: 575.98px) {\n .button {\n font-size: 14px;\n }\n .button.full-width-on-mobiles {\n max-width: 100%;\n width: 100%;\n }\n}\n.button.xl {\n height: 66px;\n padding: 0 64px;\n}\n@media (max-width: 575.98px) {\n .button.xl {\n height: 48px;\n padding: 0;\n }\n}\n.button.lg {\n font-size: 14px;\n height: 48px;\n padding: 0 48px;\n}\n@media (max-width: 575.98px) {\n .button.lg {\n height: 40px;\n }\n}\n.button.md {\n height: 40px;\n font-size: 14px;\n padding: 0 32px;\n}\n.button.sm {\n height: 35px;\n font-size: 12px;\n padding: 0 24px;\n}\n@media (max-width: 415px) {\n .button.sm.small-padding-on-small-mobiles {\n padding: 0 18px;\n }\n}\n.button.primary {\n box-shadow: 0 20px 40px 0 rgba(11, 137, 143, 0.39);\n background: #16cdd6;\n color: #ffffff;\n}\n.button.primary-bordered {\n border: 2px solid #16cdd6;\n color: #16cdd6;\n}\n.button.primary-bordered:hover {\n background-color: #d0f5f7;\n transition-duration: 0.02s;\n opacity: 1;\n}\n.button.primary-transparent {\n background: #d0f5f7;\n color: #16cdd6;\n}\n.button.transparent {\n background: rgba(255, 255, 255, 0.2);\n color: #ffffff;\n box-shadow: 0 23px 30px 0 rgba(0, 102, 107, 0.39);\n}\n.button.transparent-bordered {\n border: 2px solid #ffffff;\n color: #ffffff;\n}\n.button.transparent-without-shadow {\n background: transparent;\n border-color: transparent;\n color: #16cdd6;\n}\n.button.white {\n background: #ffffff;\n color: #39448e;\n box-shadow: 0 20px 20px rgba(15, 24, 75, 0.2);\n}\n.button.white-flat {\n background: #ffffff;\n color: #232d42;\n}\n.button-primary-dots-wrapper {\n position: absolute;\n top: 50%;\n left: 50%;\n transform: translate(-50%, -50%) scale(1.15);\n transition: all 0.1s cubic-bezier(0.22, 0.61, 0.36, 1);\n opacity: 0;\n}\n.button-primary-dots-wrapper.show {\n opacity: 1;\n transform: translate(-50%, -50%) scale(1);\n}\n.button-success-icon {\n position: absolute;\n top: 50%;\n left: 50%;\n opacity: 0;\n width: 20px;\n height: 20px;\n transform: translate(-50%, -50%) scale(1.4);\n transition: all 0.1s cubic-bezier(0.22, 0.61, 0.36, 1);\n display: flex;\n justify-content: center;\n align-items: center;\n}\n.button-success-icon.show {\n opacity: 1;\n transform: translate(-50%, -50%) scale(1);\n}\n.button-success-icon::after {\n content: \" \";\n display: inline-block;\n transform: rotate(45deg);\n height: 10px;\n width: 5px;\n border-bottom: 3px solid #16cdd6;\n border-right: 3px solid #16cdd6;\n margin-top: -4px;\n}\n.button-success-icon.transparent-bordered::after, .button-success-icon.transparent::after, .button-success-icon.primary::after {\n border-color: #ffffff;\n}\n.button-success-icon.primary-bordered::after, .button-success-icon.primary-transparent::after, .button-success-icon.transparent-without-shadow::after {\n border-color: #16cdd6;\n}\n.button-text {\n user-select: none;\n transform: scale(1);\n transition: all 0.1s cubic-bezier(0.22, 0.61, 0.36, 1);\n}\n.button-text.hide {\n opacity: 0;\n transform: scale(0.9);\n}\n.button .button-with-icon {\n display: flex;\n align-items: center;\n transform: scale(1);\n transition: all 0.1s cubic-bezier(0.22, 0.61, 0.36, 1);\n}\n.button .button-with-icon.hide {\n opacity: 0;\n transform: scale(0.9);\n}\n.button .button-with-icon-text {\n margin-left: 12px;\n}\n.button .button-with-icon.big-icon img {\n height: 24px;\n}",".loading-dots {\n display: flex;\n align-items: center;\n justify-content: center;\n margin: 0 auto;\n}\n.loading-dots.no-margins {\n margin: 0 !important;\n}\n.loading-dots .dot {\n border-radius: 50%;\n background: #ffffff;\n animation: 0.5s ease-in-out 0s alternate infinite dots;\n}\n.loading-dots .dot.colored {\n background: #16cdd6;\n}\n.loading-dots .dot:nth-child(2) {\n animation-delay: 0.2s;\n}\n.loading-dots .dot:nth-child(3) {\n animation-delay: 0.4s;\n}\n.loading-dots.big .dot {\n width: 24px;\n height: 24px;\n}\n@media (max-width: 575.98px) {\n .loading-dots.big .dot {\n width: 14px;\n height: 14px;\n }\n}\n.loading-dots.big .dot:nth-child(2) {\n margin-right: 12px;\n margin-left: 12px;\n}\n.loading-dots.small .dot {\n width: 14px;\n height: 14px;\n}\n.loading-dots.extra-small .dot {\n width: 8px;\n height: 8px;\n}\n.loading-dots.align-left {\n justify-content: flex-start;\n margin: 0;\n}\n.loading-dots.align-right {\n justify-content: flex-end;\n margin: 0;\n}\n\n@keyframes dots {\n 0% {\n transform: scale(1);\n opacity: 1;\n }\n 100% {\n transform: scale(0.45);\n opacity: 0.6;\n }\n}",".asset-icon {\n width: 34px;\n height: 34px;\n position: relative;\n}\n.asset-icon.small {\n width: 24px;\n height: 24px;\n}\n.asset-icon-primary {\n height: 34px;\n width: 34px;\n}\n.asset-icon-primary.small {\n width: 24px;\n height: 24px;\n}\n.asset-icon-secondary {\n width: 17px;\n height: 17px;\n position: absolute;\n right: -3px;\n bottom: -3px;\n box-shadow: -2px -2px 4px 1px rgba(35, 45, 66, 0.3);\n border-radius: 100%;\n}\n.asset-icon-secondary.small {\n width: 12px;\n height: 12px;\n right: -2px;\n bottom: -2px;\n box-shadow: -1px -1px 8px 1px rgba(35, 45, 66, 0.3);\n}",".link-button-text {\n font-weight: 700;\n line-height: 1.71;\n letter-spacing: 0.5px;\n}\n\n.link-button:not(.disabled) {\n opacity: 1;\n transition-property: opacity;\n transition-timing-function: ease;\n transition-duration: 0.3s;\n}\n@media (hover: hover) {\n .link-button:hover:not(.disabled) {\n cursor: pointer !important;\n opacity: 0.6;\n transition-duration: 0.03s;\n }\n}\n.link-button:active:not(.disabled) {\n transition-duration: 0.03s;\n opacity: 0.6;\n}\n\n.link-button {\n display: flex;\n align-items: center;\n}\n.link-button.icon-rotate-90deg img, .link-button.icon-rotate-90deg svg {\n transform: rotate(90deg);\n}\n.link-button.icon-rotate-180deg img, .link-button.icon-rotate-180deg svg {\n transform: rotate(180deg);\n}\n.link-button.icon-rotate-270deg img, .link-button.icon-rotate-270deg svg {\n transform: rotate(270deg);\n}\n.link-button img,\n.link-button svg {\n margin-left: -3px;\n margin-right: 4px;\n}\n.link-button-text {\n font-size: 14px;\n color: #ffffff;\n text-decoration: none;\n text-align: center;\n line-height: 14px;\n margin: 0;\n}\n.link-button-text.colored {\n color: #16cdd6;\n}\n.link-button-text.disabled {\n color: #8f95a2;\n cursor: default;\n}",".dialog-buttons {\n display: flex;\n justify-content: flex-end;\n align-items: center;\n gap: 20px;\n width: 100%;\n flex-wrap: wrap-reverse;\n}\n@media (max-width: 575.98px) {\n .dialog-buttons {\n flex-direction: column-reverse;\n gap: 20px;\n }\n}\n@media (max-width: 767.98px) {\n .dialog-buttons.hide-on-mobiles {\n display: none;\n }\n}\n.dialog-buttons.space-between-layout {\n justify-content: space-between;\n}",".background-title {\n pointer-events: none;\n user-select: none;\n position: relative;\n width: 200%;\n}\n.background-title-wrapper {\n position: absolute;\n overflow-x: hidden;\n width: 200%;\n height: 90px;\n top: 0;\n left: 0;\n}\n@media (max-width: 575.98px) {\n .background-title-wrapper {\n font-size: 30px;\n line-height: 50px;\n letter-spacing: 0.76875px;\n }\n}\n.background-title-wrapper.small-margins {\n top: 15px;\n left: 19px;\n}\n.background-title-wrapper-text {\n position: absolute;\n top: 0;\n left: 0;\n font-size: 50px;\n line-height: 50px;\n font-weight: 900;\n letter-spacing: 1.23px;\n color: rgba(18, 49, 107, 0.05);\n}\n.background-title-wrapper-text.small-margins {\n font-size: 30px;\n line-height: 50px;\n letter-spacing: 0.76875px;\n}\n@media (max-width: 575.98px) {\n .background-title-wrapper-text {\n font-size: 30px;\n line-height: 40px;\n letter-spacing: 0.76875px;\n }\n}",".close {\n width: 24px;\n height: 24px;\n padding: 6px;\n border-radius: 100%;\n background-color: #e9eaec;\n opacity: 0.5;\n transition: 0.2s all ease;\n cursor: pointer;\n box-sizing: border-box;\n}\n.close.large {\n width: 48px;\n height: 48px;\n padding: 16px;\n}\n@media (max-width: 767.98px) {\n .close.large {\n width: 36px;\n height: 36px;\n padding: 12px;\n }\n}\n.close.white path {\n fill: white;\n background-color: none;\n}\n.close.dark-invert {\n opacity: 0.5;\n background-color: #8f95a2;\n}\n@media (hover: hover) {\n .close.dark-invert:hover {\n opacity: 1;\n transition: opacity 0.03s ease;\n }\n}\n.close.dark-invert:active {\n opacity: 1;\n transition: opacity 0.03s ease;\n}\n.close.dark-invert path {\n fill: #f1f5f7;\n}\n.close.dark {\n box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0) inset, 0px 0px 3px 0px rgba(0, 0, 0, 0);\n}\n@media (hover: hover) {\n .close.dark:hover {\n opacity: 1;\n transition: opacity 0.03s ease;\n box-shadow: 0px 0px 0px 1px #d3d5d9 inset, 0px 0px 3px 0px rgba(0, 0, 0, 0);\n }\n}\n.close.dark:active {\n opacity: 1;\n transition: opacity 0.03s ease;\n box-shadow: 0px 0px 0px 1px #d3d5d9 inset, 0px 0px 3px 0px rgba(0, 0, 0, 0);\n}\n.close.dark path {\n fill: #68789d;\n}",".validation-text {\n font-weight: 600;\n line-height: 1.71;\n letter-spacing: 0.5px;\n}\n\n.validation {\n display: flex;\n align-items: center;\n margin-top: 12px;\n}\n.validation-text {\n text-align: left;\n color: #8ae6ea;\n margin-left: 8px;\n font-size: 14px;\n}",".dialog {\n position: fixed;\n left: 0;\n top: 0;\n width: 100%;\n height: 100%;\n background: rgba(13, 30, 60, 0.5);\n z-index: -1;\n}\n\n.dialog {\n z-index: 9 !important;\n display: flex;\n align-items: flex-start;\n justify-content: center;\n overflow-y: auto;\n overflow-x: hidden;\n opacity: 1;\n backdrop-filter: blur(5px);\n}\n@media (max-width: 767.98px) {\n .dialog {\n backdrop-filter: none;\n background: #ffffff;\n align-items: flex-start;\n overflow: hidden;\n flex-direction: column;\n justify-content: flex-start;\n }\n}\n.dialog.hidden {\n opacity: 0;\n}\n.dialog.vertical-overflow-disabled {\n overflow-y: hidden;\n}\n.dialog.inline {\n position: relative;\n background: none;\n overflow: visible;\n width: auto;\n height: auto;\n backdrop-filter: none;\n}\n.dialog.dialog-transition-enter {\n opacity: 0;\n}\n.dialog.dialog-transition-enter .scrollable {\n transform: scale(0.95) translateY(-15px);\n}\n.dialog.dialog-transition-enter-active {\n opacity: 1;\n transition: opacity 0.2s ease;\n}\n.dialog.dialog-transition-enter-active .scrollable {\n transform: scale(1) translateY(0vh);\n transition: transform 0.2s ease;\n}\n.dialog.dialog-transition-exit {\n opacity: 1;\n}\n.dialog.dialog-transition-exit .scrollable {\n transform: scale(1) translateY(0vh);\n}\n.dialog.dialog-transition-exit-active {\n opacity: 0;\n transition: opacity 0.2s ease;\n}\n.dialog.dialog-transition-exit-active .scrollable {\n transform: scale(0.98) translateY(10px);\n transition: transform 0.2s ease;\n}\n.dialog .scrollable {\n position: relative;\n display: flex;\n align-items: center;\n justify-content: center;\n margin: 0 auto;\n width: 100%;\n -webkit-overflow-scrolling: auto !important;\n}\n@media (max-width: 767.98px) {\n .dialog .scrollable {\n margin: 0;\n flex: 1 1;\n align-items: start;\n }\n .dialog .scrollable:not(.inline) {\n overflow-y: auto;\n overflow-x: hidden;\n }\n}\n.dialog .fixed-buttons-container {\n background-color: #ffffff;\n width: 100vw;\n padding: 20px 20px max(20px, env(safe-area-inset-bottom)) 20px;\n opacity: 1;\n box-shadow: 0px 0px 3px 3px #ffffff, 0px 0px 10px 5px #ffffff;\n z-index: 0;\n}\n@media (min-width: 575.98px) {\n .dialog .fixed-buttons-container {\n padding: 20px 40px 40px 40px;\n }\n}\n.dialog .fixed-buttons-container-enter {\n display: none;\n opacity: 0;\n transition: none;\n}\n.dialog .fixed-buttons-container-enter-active {\n display: block;\n opacity: 0;\n transition: opacity 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);\n}\n.dialog .fixed-buttons-container-enter-done, .dialog .fixed-buttons-container-exit {\n opacity: 1;\n transition: opacity 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);\n}\n.dialog .fixed-buttons-container-exit-active {\n display: block;\n opacity: 0;\n transition: opacity 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);\n}\n.dialog .fixed-buttons-container-exit-done {\n display: none;\n opacity: 0;\n transition: none;\n}\n@media (min-width: 767.98px) {\n .dialog .fixed-buttons-container {\n display: none;\n }\n .dialog .fixed-buttons-container-enter, .dialog .fixed-buttons-container-enter-active, .dialog .fixed-buttons-container-enter-done, .dialog .fixed-buttons-container-exit, .dialog .fixed-buttons-container-exit-active, .dialog .fixed-buttons-container-exit-done {\n display: none;\n }\n}\n.dialog-wrapper {\n position: relative;\n width: 100%;\n max-width: 550px;\n box-shadow: 0 40px 30px 0 rgba(27, 45, 68, 0.2);\n margin: 20px;\n transition: all 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);\n transition-delay: 0.2s;\n background: #ffffff;\n border-radius: 16px;\n}\n@media (min-width: 767.98px) {\n .dialog-wrapper {\n overflow: hidden;\n }\n}\n@media (max-width: 767.98px) {\n .dialog-wrapper {\n margin: 0;\n }\n .dialog-wrapper:not(.inline) {\n box-shadow: none;\n min-width: 100vw;\n backdrop-filter: blur(5px);\n border-radius: 0;\n }\n}\n.dialog-wrapper.animation-disabled {\n transition: none;\n transition-delay: 0s;\n overflow: visible;\n}\n.dialog-wrapper.inline {\n margin: 0;\n width: 100%;\n min-width: auto;\n border-radius: 0;\n box-shadow: none;\n overflow: visible;\n}\n.dialog-wrapper.wide {\n max-width: 1014px;\n}\n.dialog-wrapper-rah-content {\n display: block !important;\n}\n.dialog-wrapper-controls-top-padding {\n width: 100%;\n display: block;\n height: 20px;\n}\n.dialog-wrapper-close {\n position: absolute;\n top: 40px;\n right: 40px;\n z-index: 2;\n}\n@media (max-width: 575.98px) {\n .dialog-wrapper-close {\n top: 20px;\n right: 20px;\n }\n}",".dialog-step {\n border-radius: 16px;\n background-color: #ffffff;\n padding: 40px;\n}\n@media (max-width: 575.98px) {\n .dialog-step {\n padding: 20px;\n }\n}\n\n.dialog {\n position: fixed;\n left: 0;\n top: 0;\n width: 100%;\n height: 100%;\n background: rgba(13, 30, 60, 0.5);\n z-index: -1;\n}\n\n.dialog {\n z-index: 9 !important;\n display: flex;\n align-items: flex-start;\n justify-content: center;\n overflow-y: auto;\n overflow-x: hidden;\n opacity: 1;\n backdrop-filter: blur(5px);\n}\n@media (max-width: 767.98px) {\n .dialog {\n backdrop-filter: none;\n background: #ffffff;\n align-items: flex-start;\n overflow: hidden;\n flex-direction: column;\n justify-content: flex-start;\n }\n}\n.dialog.hidden {\n opacity: 0;\n}\n.dialog.vertical-overflow-disabled {\n overflow-y: hidden;\n}\n.dialog.inline {\n position: relative;\n background: none;\n overflow: visible;\n width: auto;\n height: auto;\n backdrop-filter: none;\n}\n.dialog.dialog-transition-enter {\n opacity: 0;\n}\n.dialog.dialog-transition-enter .scrollable {\n transform: scale(0.95) translateY(-15px);\n}\n.dialog.dialog-transition-enter-active {\n opacity: 1;\n transition: opacity 0.2s ease;\n}\n.dialog.dialog-transition-enter-active .scrollable {\n transform: scale(1) translateY(0vh);\n transition: transform 0.2s ease;\n}\n.dialog.dialog-transition-exit {\n opacity: 1;\n}\n.dialog.dialog-transition-exit .scrollable {\n transform: scale(1) translateY(0vh);\n}\n.dialog.dialog-transition-exit-active {\n opacity: 0;\n transition: opacity 0.2s ease;\n}\n.dialog.dialog-transition-exit-active .scrollable {\n transform: scale(0.98) translateY(10px);\n transition: transform 0.2s ease;\n}\n.dialog .scrollable {\n position: relative;\n display: flex;\n align-items: center;\n justify-content: center;\n margin: 0 auto;\n width: 100%;\n -webkit-overflow-scrolling: auto !important;\n}\n@media (max-width: 767.98px) {\n .dialog .scrollable {\n margin: 0;\n flex: 1 1;\n align-items: start;\n }\n .dialog .scrollable:not(.inline) {\n overflow-y: auto;\n overflow-x: hidden;\n }\n}\n.dialog .fixed-buttons-container {\n background-color: #ffffff;\n width: 100vw;\n padding: 20px 20px max(20px, env(safe-area-inset-bottom)) 20px;\n opacity: 1;\n box-shadow: 0px 0px 3px 3px #ffffff, 0px 0px 10px 5px #ffffff;\n z-index: 0;\n}\n@media (min-width: 575.98px) {\n .dialog .fixed-buttons-container {\n padding: 20px 40px 40px 40px;\n }\n}\n.dialog .fixed-buttons-container-enter {\n display: none;\n opacity: 0;\n transition: none;\n}\n.dialog .fixed-buttons-container-enter-active {\n display: block;\n opacity: 0;\n transition: opacity 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);\n}\n.dialog .fixed-buttons-container-enter-done, .dialog .fixed-buttons-container-exit {\n opacity: 1;\n transition: opacity 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);\n}\n.dialog .fixed-buttons-container-exit-active {\n display: block;\n opacity: 0;\n transition: opacity 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);\n}\n.dialog .fixed-buttons-container-exit-done {\n display: none;\n opacity: 0;\n transition: none;\n}\n@media (min-width: 767.98px) {\n .dialog .fixed-buttons-container {\n display: none;\n }\n .dialog .fixed-buttons-container-enter, .dialog .fixed-buttons-container-enter-active, .dialog .fixed-buttons-container-enter-done, .dialog .fixed-buttons-container-exit, .dialog .fixed-buttons-container-exit-active, .dialog .fixed-buttons-container-exit-done {\n display: none;\n }\n}\n.dialog-wrapper {\n position: relative;\n width: 100%;\n max-width: 550px;\n box-shadow: 0 40px 30px 0 rgba(27, 45, 68, 0.2);\n margin: 20px;\n transition: all 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);\n transition-delay: 0.2s;\n background: #ffffff;\n border-radius: 16px;\n}\n@media (min-width: 767.98px) {\n .dialog-wrapper {\n overflow: hidden;\n }\n}\n@media (max-width: 767.98px) {\n .dialog-wrapper {\n margin: 0;\n }\n .dialog-wrapper:not(.inline) {\n box-shadow: none;\n min-width: 100vw;\n backdrop-filter: blur(5px);\n border-radius: 0;\n }\n}\n.dialog-wrapper.animation-disabled {\n transition: none;\n transition-delay: 0s;\n overflow: visible;\n}\n.dialog-wrapper.inline {\n margin: 0;\n width: 100%;\n min-width: auto;\n border-radius: 0;\n box-shadow: none;\n overflow: visible;\n}\n.dialog-wrapper.wide {\n max-width: 1014px;\n}\n.dialog-wrapper-rah-content {\n display: block !important;\n}\n.dialog-wrapper-controls-top-padding {\n width: 100%;\n display: block;\n height: 20px;\n}\n.dialog-wrapper-close {\n position: absolute;\n top: 40px;\n right: 40px;\n z-index: 2;\n}\n@media (max-width: 575.98px) {\n .dialog-wrapper-close {\n top: 20px;\n right: 20px;\n }\n}\n\n.dialog-step {\n position: absolute;\n top: 0;\n left: 0;\n padding: 0;\n display: block;\n width: 100%;\n opacity: 0;\n pointer-events: none;\n user-select: none;\n transition: all 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);\n transition-delay: 0s;\n max-height: 100%;\n}\n.dialog-step.inline {\n padding: 0;\n background: none;\n border-radius: 0;\n}\n@media (min-width: 767.98px) {\n .dialog-step:not(.inline) {\n overflow: hidden;\n }\n}\n.dialog-step.single-step {\n position: relative;\n top: 0;\n left: 0;\n width: 100%;\n}\n.dialog-step.current {\n opacity: 1;\n pointer-events: auto;\n user-select: auto;\n transition-delay: 0.8s;\n max-height: none;\n overflow: visible;\n}\n@media (max-width: 767.98px) {\n .dialog-step.with-background {\n min-height: 100vh;\n }\n}\n.dialog-step.prev, .dialog-step.next {\n opacity: 0;\n}\n.dialog-step.animation-disabled {\n transition: none;\n transition-delay: 0s;\n}\n.dialog-step-background-image {\n position: absolute;\n transition: inherit;\n transition-delay: inherit;\n width: 100%;\n height: 100%;\n top: 0;\n left: 0;\n border-radius: 16px;\n overflow: hidden;\n}\n@media (max-width: 767.98px) {\n .dialog-step-background-image {\n border-radius: 0;\n }\n}\n.dialog-step-background-image-desktop, .dialog-step-background-image-mobile {\n position: relative;\n object-fit: cover;\n transition: inherit;\n transition-delay: inherit;\n width: 100%;\n height: 100%;\n top: 0;\n left: 0;\n}\n.dialog-step-background-image-desktop.prev, .dialog-step-background-image-mobile.prev {\n transform: translateX(-5px) scale(1.05);\n}\n.dialog-step-background-image-desktop.current, .dialog-step-background-image-mobile.current {\n transform: translateX(0px) scale(1.05);\n}\n.dialog-step-background-image-desktop.next, .dialog-step-background-image-mobile.next {\n transform: translateX(5px) scale(1.05);\n}\n.dialog-step-background-image-desktop {\n display: block;\n}\n@media (max-width: 575.98px) {\n .dialog-step-background-image-desktop {\n display: none;\n }\n .dialog-step-background-image-desktop.primary {\n display: block;\n }\n}\n.dialog-step-background-image-mobile {\n display: none;\n}\n.dialog-step-background-image-mobile.primary {\n display: block;\n}\n@media (max-width: 575.98px) {\n .dialog-step-background-image-mobile {\n display: block;\n }\n}\n.dialog-step-wrapper {\n padding: 40px;\n}\n.dialog-step-wrapper.inline {\n padding: 0;\n}\n@media (max-width: 575.98px) {\n .dialog-step-wrapper:not(.inline) {\n padding: 20px 20px max(20px, env(safe-area-inset-bottom)) 20px;\n }\n}\n.dialog-step-wrapper.prev {\n animation: slideToLeft 0.2s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;\n animation-fill-mode: both;\n}\n.dialog-step-wrapper.next {\n animation: slideToRight 0.2s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;\n animation-fill-mode: both;\n}\n.dialog-step-wrapper.current.appear-from-left {\n animation: slideFromLeft 0.2s cubic-bezier(0.22, 0.61, 0.36, 1) 0.8s;\n animation-fill-mode: both;\n}\n.dialog-step-wrapper.current.appear-from-right {\n animation: slideFromRight 0.2s cubic-bezier(0.22, 0.61, 0.36, 1) 0.8s;\n animation-fill-mode: both;\n}\n@keyframes slideFromLeft {\n 0% {\n transform: translateX(-20px);\n }\n 100% {\n transform: translateX(0px);\n }\n}\n@keyframes slideFromRight {\n 0% {\n transform: translateX(20px);\n }\n 100% {\n transform: translateX(0px);\n }\n}\n@keyframes slideToLeft {\n 0% {\n transform: translateX(0px);\n }\n 100% {\n transform: translateX(-20px);\n }\n}\n@keyframes slideToRight {\n 0% {\n transform: translateX(0px);\n }\n 100% {\n transform: translateX(20px);\n }\n}\n.dialog-step-wrapper-back-button {\n margin-left: -3px;\n display: flex;\n justify-content: flex-start;\n margin-bottom: 8px;\n}\n.dialog-step-wrapper-header {\n max-width: 377px;\n display: flex;\n flex-direction: column;\n align-items: center;\n margin: 0 auto;\n position: relative;\n}\n.dialog-step-wrapper-header.text-left {\n max-width: 100%;\n margin: 0;\n align-items: flex-start;\n}\n.dialog-step-wrapper-header.with-background-image {\n max-width: 100%;\n padding-top: 20px;\n}\n.dialog-step-wrapper-header-logo {\n width: 130px;\n margin-top: 20px !important;\n margin-top: 40px;\n}\n.dialog-step-wrapper-header-logo svg {\n width: 100%;\n height: auto;\n}\n.dialog-step-wrapper-header-title {\n display: flex;\n justify-content: flex-start;\n align-items: center;\n margin-top: 24px;\n margin-bottom: 8px;\n}\n.dialog-step-wrapper-header-title.without-logo {\n margin-top: 0;\n}\n.dialog-step-wrapper-header-title.close-button-padding {\n padding-right: 58px;\n}\n@media (max-width: 767.98px) {\n .dialog-step-wrapper-header-title.close-button-padding {\n padding-right: 46px;\n }\n}\n.dialog-step-wrapper-header-title.no-close-button-padding {\n padding-right: 0;\n}\n.dialog-step-wrapper-header-title-icon, .dialog-step-wrapper-header-title-coin-icon {\n margin-right: 12px;\n display: flex;\n align-items: center;\n}\n.dialog-step-wrapper-header-title-icon img {\n height: 30px;\n}\n.dialog-step-wrapper-header-title-loading {\n margin-right: 15px;\n}\n@media (max-width: 575.98px) {\n .dialog-step-wrapper-header-title-loading {\n margin-right: 10px;\n }\n}\n.dialog-step-wrapper-header-title-text-content {\n font-size: 20px;\n line-height: 30px;\n letter-spacing: 0.5px;\n margin: 0;\n font-weight: 400;\n color: #232d42;\n color: #232d42;\n text-align: center;\n font-weight: bold;\n display: flex;\n justify-content: flex-start;\n align-items: flex-start;\n}\n.dialog-step-wrapper-header-title-text-content.without-logo {\n text-align: left;\n font-size: 30px;\n line-height: 40px;\n letter-spacing: 0.5px;\n font-weight: 900;\n margin: 0;\n color: #232d42;\n position: relative;\n}\n@media (max-width: 575.98px) {\n .dialog-step-wrapper-header-title-text-content.without-logo {\n font-size: 20px;\n line-height: 30px;\n }\n}\n.dialog-step-wrapper-header-title-text-content.white {\n color: #ffffff;\n}\n.dialog-step-wrapper-header-text {\n font-size: 14px;\n line-height: 24px;\n letter-spacing: 0.5px;\n margin: 0;\n color: #232d42;\n max-width: 100%;\n text-align: center;\n color: #8f95a2;\n margin-bottom: 40px;\n word-break: normal;\n}\n.dialog-step-wrapper-header-text.break-words {\n word-break: break-all;\n}\n.dialog-step-wrapper-header-text.text-left {\n text-align: left;\n}\n.dialog-step-wrapper-header-text.small-margin {\n margin-bottom: 28px;\n}\n.dialog-step-wrapper-header-text.no-margin {\n margin-bottom: 0;\n}\n.dialog-step-wrapper-header-text.white {\n color: #ffffff;\n}\n.dialog-step-wrapper-content {\n display: flex;\n flex-direction: column;\n justify-self: flex-start;\n position: relative;\n}\n.dialog-step-wrapper-content.align-left {\n align-items: flex-start;\n}\n.dialog-step-wrapper-content.align-center {\n align-items: center;\n}\n.dialog-step-wrapper-content.align-right {\n align-items: flex-end;\n}\n.dialog-step-wrapper-buttons {\n display: flex;\n align-items: center;\n justify-content: flex-end;\n margin-top: 28px;\n gap: 28px;\n}\n@media (max-width: 575.98px) {\n .dialog-step-wrapper-buttons {\n margin-top: 20px;\n }\n}\n.dialog-step-wrapper-buttons.big-margin {\n margin-top: 40px;\n}\n@media (max-width: 575.98px) {\n .dialog-step-wrapper-buttons.big-margin {\n margin-top: 28px;\n }\n}\n.dialog-step-wrapper-buttons.no-margin {\n margin-top: 0;\n}",".asset-selection {\n display: flex;\n align-items: center;\n background-color: #ffffff;\n border-radius: 100px;\n user-select: none;\n box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0) inset, 0px 0px 3px 0px rgba(0, 0, 0, 0);\n transition: all 0.2s ease;\n cursor: pointer;\n}\n@media (hover: hover) {\n .asset-selection:hover:not(.disabled) {\n box-shadow: 0px 0px 0px 1px #d3d5d9 inset, 0px 0px 3px 0px rgba(0, 0, 0, 0);\n }\n}\n.asset-selection.disabled {\n opacity: 0.5;\n}\n.asset-selection:active:not(.disabled), .asset-selection.active:not(.disabled) {\n box-shadow: 0px 0px 0px 1px #16cdd6 inset, 0px 0px 3px 0px rgba(22, 205, 214, 0.3);\n transition: all 0.03s ease;\n}\n.asset-selection-protocol-wrapper {\n background-color: #d0f5f7;\n color: #16cdd6;\n padding: 2px 5px;\n font-size: 8px;\n border-radius: 50px;\n font-weight: 700;\n margin-right: 3px;\n text-wrap: nowrap;\n}\n.asset-selection-icon-wrapper {\n padding: 10px 5px 10px 10px;\n}\n.asset-selection h6 {\n color: #232d42;\n font-weight: 600;\n margin: 1px 7px 0 2px;\n}\n.asset-selection .arrow {\n margin: 10px 10px 10px 0;\n transform: rotate(-90deg);\n height: 14px;\n}",".tooltip {\n font-size: 14px;\n line-height: 24px;\n letter-spacing: 0.5px;\n margin: 0;\n color: #232d42;\n font-weight: 400;\n line-height: 20px;\n padding: 20px 16px;\n background: #232d42;\n position: absolute;\n bottom: calc(100% + 15px);\n left: 50%;\n transform: translateX(-50%);\n color: #ffffff;\n border-radius: 16px;\n z-index: 3;\n display: block;\n min-width: 200px;\n max-width: 300px;\n text-align: center;\n word-wrap: break-word;\n word-break: normal;\n}\n.tooltip.enter {\n opacity: 0;\n transform: translateX(-50%) translateY(10px) scale(0.95);\n}\n.tooltip.enter-active, .tooltip.exit {\n opacity: 1;\n transform: translateX(-50%) translateY(0) scale(1);\n transition: 0.2s all cubic-bezier(0.22, 0.61, 0.36, 1);\n}\n.tooltip.exit-active {\n opacity: 0;\n transform: translateX(-50%) translateY(0) scale(1);\n}\n.tooltip.top-left {\n transform: none;\n bottom: calc(100% + 15px);\n right: -14px;\n left: auto;\n}\n.tooltip.top-left img,\n.tooltip.top-left svg {\n left: auto;\n right: 0px;\n top: calc(100% - 4px);\n transform: translateX(-40%);\n}\n.tooltip.top-left.enter {\n opacity: 0;\n transform: translateX(5px) translateY(10px) scale(0.95);\n}\n.tooltip.top-left.enter-active, .tooltip.top-left.enter-done, .tooltip.top-left.exit {\n opacity: 1;\n transform: translateX(0) translateY(0) scale(1);\n}\n.tooltip.top-left.exit-active {\n opacity: 0;\n transform: translateX(0) translateY(0) scale(1);\n}\n.tooltip.top-right {\n transform: none;\n bottom: calc(100% + 15px);\n left: -14px;\n}\n.tooltip.top-right img,\n.tooltip.top-right svg {\n left: 0px;\n top: calc(100% - 4px);\n transform: translateX(40%);\n}\n.tooltip.top-right.enter {\n opacity: 0;\n transform: translateX(-5px) translateY(10px) scale(0.95);\n}\n.tooltip.top-right.enter-active, .tooltip.top-right.enter-done, .tooltip.top-right.exit {\n opacity: 1;\n transform: translateX(0) translateY(0) scale(1);\n}\n.tooltip.top-right.exit-active {\n opacity: 0;\n transform: translateX(0) translateY(0) scale(1);\n}\n.tooltip.left {\n left: auto;\n right: calc(100% + 16px);\n bottom: calc(100% - 4px);\n}\n.tooltip.left img,\n.tooltip.left svg {\n top: 41%;\n left: calc(100% - 7px);\n transform: rotateZ(-90deg);\n}\n.tooltip.left.enter {\n opacity: 0;\n transform: translateX(16px) translateY(50%) scale(0.95);\n}\n.tooltip.left.enter-active, .tooltip.left.enter-done, .tooltip.left.exit {\n opacity: 1;\n transform: translateX(0) translateY(50%) scale(1);\n}\n.tooltip.left.exit-active {\n opacity: 0;\n transform: translateX(0) translateY(50%) scale(1);\n}\n.tooltip.bottom {\n bottom: auto;\n top: calc(100% + 16px);\n left: 50%;\n}\n.tooltip.bottom img,\n.tooltip.bottom svg {\n position: absolute;\n top: -12px;\n left: calc(50% - 12px);\n transform: rotateZ(-180deg);\n}\n.tooltip.bottom.enter {\n opacity: 0;\n transform: translateX(-50%) translateY(-10px) scale(0.95);\n}\n.tooltip.bottom.enter-active, .tooltip.bottom.enter-done, .tooltip.bottom.exit {\n opacity: 1;\n transform: translateX(-50%) translateY(0) scale(1);\n}\n.tooltip.bottom.exit-active {\n opacity: 0;\n transform: translateX(-50%) translateY(0) scale(1);\n}\n.tooltip.right {\n left: calc(100% + 16px);\n right: auto;\n top: 7px;\n bottom: auto;\n}\n.tooltip.right img,\n.tooltip.right svg {\n position: absolute;\n top: calc(50% - 6px);\n left: -18px;\n transform: rotateZ(-270deg);\n}\n.tooltip.right.enter {\n opacity: 0;\n transform: translateX(-16px) translateY(-50%) scale(0.95);\n}\n.tooltip.right.enter-active, .tooltip.right.enter-done, .tooltip.right.exit {\n opacity: 1;\n transform: translateX(0) translateY(-50%) scale(1);\n}\n.tooltip.right.exit-active {\n opacity: 0;\n transform: translateX(0) translateY(-50%) scale(1);\n}\n.tooltip.wide {\n min-width: 300px;\n}\n.tooltip.ignore-pointer {\n pointer-events: none;\n}\n.tooltip-enter {\n opacity: 0;\n bottom: calc(100% - 10px);\n position: absolute;\n}\n.tooltip-enter-active {\n opacity: 1;\n bottom: calc(100% + 15px);\n position: absolute;\n transition: 0.3s;\n}\n.tooltip-enter-done {\n bottom: calc(100% + 15px);\n position: absolute;\n}\n.tooltip-exit {\n opacity: 1;\n bottom: calc(100% + 15px);\n position: absolute;\n}\n.tooltip-exit-active {\n opacity: 0;\n bottom: calc(100% - 10px);\n position: absolute;\n}\n.tooltip img,\n.tooltip svg {\n position: absolute;\n top: calc(100% - 1px);\n left: 50%;\n transform: translateX(-50%);\n}",".notice-icon-image {\n opacity: 1;\n transition-property: opacity;\n transition-timing-function: ease;\n transition-duration: 0.3s;\n}\n@media (hover: hover) {\n .notice-icon-image:hover {\n cursor: pointer !important;\n opacity: 0.6;\n transition-duration: 0.03s;\n }\n}\n.notice-icon-image:active {\n transition-duration: 0.03s;\n opacity: 0.6;\n}\n\n.notice-icon {\n position: relative;\n display: flex;\n}\n.notice-icon-tooltip {\n left: 50%;\n}",".title-box.full-width {\n width: 100%;\n}\n.title-box-wrapper {\n width: 100%;\n display: flex;\n align-items: center;\n justify-content: space-between;\n flex-grow: 1;\n margin-bottom: 4px;\n gap: 8px;\n min-height: 26px;\n}\n.title-box-wrapper-title {\n color: #8f95a2;\n font-weight: 600;\n text-align: left;\n}\n.title-box-wrapper-title.transparent-title {\n color: rgba(255, 255, 255, 0.2);\n}\n.title-box-wrapper-link-button {\n position: relative;\n}",".amount-input-container-input-wrapper .requested-amount-fiat-skeleton-content {\n height: 16px;\n width: 100%;\n border-radius: 4px;\n}\n\n.amount-input-container-input-wrapper .requested-amount-coin-skeleton-content {\n height: 20px;\n width: 100%;\n border-radius: 4px;\n}\n\n.amount-input-container {\n padding: 20px;\n background: #f1f5f7;\n border-radius: 8px;\n display: flex;\n align-items: center;\n gap: 10px;\n justify-content: space-between;\n transition: 0.2s box-shadow ease;\n}\n.amount-input-container.upper-form-position {\n border-bottom-left-radius: 4px;\n border-bottom-right-radius: 4px;\n}\n.amount-input-container.lower-form-position {\n border-top-left-radius: 4px;\n border-top-right-radius: 4px;\n}\n.amount-input-container.error-encountered {\n box-shadow: 0px 0px 0px 1px #ee6a7d inset, 0px 0px 3px 0px rgba(238, 106, 125, 0.3) !important;\n}\n@media (hover: hover) {\n .amount-input-container:hover:not(.focus) {\n box-shadow: 0px 0px 0px 1px #d3d5d9 inset, 0px 0px 3px 0px rgba(0, 0, 0, 0);\n transition: 0.02s box-shadow ease;\n }\n}\n.amount-input-container.focus {\n box-shadow: 0px 0px 0px 1px #16cdd6 inset, 0px 0px 3px 0px rgba(22, 205, 214, 0.3);\n}\n.amount-input-container-input-wrapper {\n width: 100%;\n}\n.amount-input-container-input-wrapper.disabled {\n opacity: 0.15;\n}\n@media (max-width: 767.98px) {\n .amount-input-container-input-wrapper.bottom-margin {\n margin-bottom: 20px;\n }\n}\n.amount-input-container-input-wrapper .asset-balance {\n display: flex;\n justify-content: flex-start;\n align-items: center;\n}\n.amount-input-container-input-wrapper .asset-balance svg {\n margin-left: -1px;\n margin-right: 4px;\n}\n.amount-input-container-input-wrapper .asset-balance svg path {\n transition: stroke 0.2s ease;\n}\n.amount-input-container-input-wrapper .asset-balance.red svg path {\n stroke: #ee6a7d;\n}\n.amount-input-container-input-wrapper .asset-balance.red p {\n color: #ee6a7d;\n}\n.amount-input-container-input-wrapper .asset-balance p {\n color: #8f95a2;\n transition: color 0.2s ease;\n}\n.amount-input-container-input-wrapper .asset-balance p span {\n opacity: 0.5;\n}\n.amount-input-container-input-wrapper .requested-amount-coin {\n font-size: 20px;\n font-weight: 700;\n color: #232d42;\n width: 100%;\n padding: 0;\n display: flex;\n align-items: center;\n position: relative;\n}\n.amount-input-container-input-wrapper .requested-amount-coin::after {\n content: \" \";\n width: 100%;\n height: 100%;\n position: absolute;\n top: 0;\n left: 0;\n box-shadow: -20px 0px 10px -15px #f1f5f7 inset;\n pointer-events: none;\n user-select: none;\n}\n.amount-input-container-input-wrapper .requested-amount-coin-currency, .amount-input-container-input-wrapper .requested-amount-coin-input {\n font-size: inherit;\n font-weight: inherit;\n font-family: inherit;\n color: inherit;\n margin: 0;\n}\n.amount-input-container-input-wrapper .requested-amount-coin-currency {\n user-select: none;\n padding-right: 4px;\n white-space: nowrap;\n}\n.amount-input-container-input-wrapper .requested-amount-coin-input {\n border: none;\n background: transparent;\n padding: 0;\n width: 100%;\n flex-grow: 1;\n margin: 0;\n}\n.amount-input-container-input-wrapper .requested-amount-coin-input::placeholder {\n color: rgba(35, 45, 66, 0.3);\n}\n.amount-input-container-input-wrapper .requested-amount-coin-skeleton {\n height: 24px;\n width: 40%;\n display: flex;\n align-items: center;\n}\n.amount-input-container-input-wrapper .requested-amount-fiat {\n color: #8f95a2;\n display: flex;\n align-items: center;\n font-size: 14px;\n}\n.amount-input-container-input-wrapper .requested-amount-fiat-currency, .amount-input-container-input-wrapper .requested-amount-fiat-input, .amount-input-container-input-wrapper .requested-amount-fiat-placeholder {\n font-size: inherit;\n font-weight: inherit;\n font-family: inherit;\n color: inherit;\n}\n.amount-input-container-input-wrapper .requested-amount-fiat-currency {\n user-select: none;\n padding-right: 4px;\n white-space: nowrap;\n}\n.amount-input-container-input-wrapper .requested-amount-fiat-input {\n background: none;\n outline: none;\n border: none;\n padding: 0;\n width: 100%;\n flex-grow: 1;\n margin: 0;\n}\n.amount-input-container-input-wrapper .requested-amount-fiat-input::placeholder {\n color: rgba(35, 45, 66, 0.3);\n}\n.amount-input-container-input-wrapper .requested-amount-fiat-skeleton {\n width: 25%;\n display: flex;\n align-items: center;\n}\n.amount-input-container-input-wrapper .requested-amount-fiat-placeholder {\n cursor: pointer;\n}",".swap-form-inputs-separator:not(.disabled) {\n opacity: 1;\n transition-property: opacity;\n transition-timing-function: ease;\n transition-duration: 0.3s;\n}\n@media (hover: hover) {\n .swap-form-inputs-separator:hover:not(.disabled) {\n cursor: pointer !important;\n opacity: 0.6;\n transition-duration: 0.03s;\n }\n}\n.swap-form-inputs-separator:active:not(.disabled) {\n transition-duration: 0.03s;\n opacity: 0.6;\n}\n\n.swap-form {\n width: 100%;\n}\n.swap-form-inputs {\n position: relative;\n z-index: 2;\n}\n.swap-form-inputs-separator {\n height: 4px;\n display: flex;\n justify-content: center;\n align-items: center;\n user-select: none;\n}\n.swap-form-inputs-separator img {\n margin: -13px 0;\n}\n.swap-form-inputs-separator.disabled {\n opacity: 0.7;\n}\n.swap-form-information-field {\n z-index: 1;\n background-color: #f1f5f7;\n margin-top: 4px;\n border-radius: 0 0 8px 8px;\n padding: 10px 20px;\n position: relative;\n text-align: left;\n}\n.swap-form-information-field .semi-transparent {\n opacity: 0.5;\n}\n.swap-form-information-field p {\n color: #8f95a2;\n}\n.swap-form-information-field p .interactable {\n text-decoration: underline;\n cursor: pointer;\n transition: 0.3s;\n}\n@media (hover: hover) {\n .swap-form-information-field p .interactable:hover {\n opacity: 0.7;\n transition: 0s;\n }\n}\n.swap-form-information-field p .interactable:active {\n text-decoration: none;\n}\n.swap-form-information-field p .red {\n color: #ee6a7d;\n}\n.swap-form-information-field::before {\n z-index: 0;\n content: \"\";\n position: absolute;\n left: 0;\n bottom: calc(100% + 4px);\n width: 100%;\n height: 20px;\n border-radius: 8px;\n background-color: transparent;\n box-shadow: 0px 0px 0px 4px #ffffff, 0px 10px 0px 0px #f1f5f7;\n}\n.swap-form-address-field {\n margin-top: 20px;\n display: flex;\n flex-direction: column;\n gap: 12px;\n}\n.swap-form-rate-selector {\n margin-bottom: 20px;\n display: block;\n width: 100%;\n}\n.swap-form-validation-text {\n margin-top: 20px;\n}\n.swap-form-button-container {\n display: flex;\n justify-content: flex-end;\n align-items: center;\n margin-top: 40px;\n gap: 12px;\n}\n.swap-form-button-container-consent-text {\n text-align: end;\n color: #8f95a2;\n font-size: 13px;\n font-style: italic;\n}\n@media (max-width: 575.98px) {\n .swap-form-button-container-consent-text {\n text-align: center;\n }\n}\n.swap-form-button-container-consent-text-link {\n color: #8f95a2;\n text-decoration: underline;\n}\n.swap-form-button-container-consent-text-link:active {\n text-decoration: none;\n}\n@media (max-width: 575.98px) {\n .swap-form-button-container {\n flex-direction: column-reverse;\n }\n}",".textarea-input, .textarea-input::placeholder {\n font-weight: 400;\n line-height: 1.71;\n letter-spacing: 0.5px;\n}\n\n.textarea {\n display: flex;\n flex-direction: column;\n}\n.textarea.full-height {\n height: 100%;\n}\n.textarea-input {\n padding: 20px;\n border-radius: 7px;\n background: #f1f5f7;\n border: none;\n width: 100%;\n resize: none;\n min-height: 117px;\n font-size: 16px;\n color: #8f95a2;\n appearance: none;\n transition: 0.2s box-shadow cubic-bezier(0.22, 0.61, 0.36, 1);\n box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0) inset, 0px 0px 3px 0px rgba(0, 0, 0, 0);\n}\n.textarea-input-label {\n font-size: 16px;\n line-height: 26px;\n letter-spacing: 0.5px;\n margin: 0;\n font-weight: 400;\n color: #232d42;\n font-weight: 600;\n color: #8f95a2;\n margin-bottom: 8px;\n display: block;\n}\n@media (hover: hover) {\n .textarea-input:hover:not(:focus) {\n box-shadow: 0px 0px 0px 1px #d3d5d9 inset, 0px 0px 3px 0px rgba(0, 0, 0, 0);\n transition: 0.02s box-shadow cubic-bezier(0.22, 0.61, 0.36, 1);\n }\n}\n.textarea-input:focus {\n box-shadow: 0px 0px 0px 1px #16cdd6 inset, 0px 0px 3px 0px rgba(22, 205, 214, 0.3);\n}\n.textarea-input::placeholder {\n font-size: 16px;\n color: #8f95a2;\n}\n.textarea-input.full-height {\n height: 100%;\n}\n.textarea-input.adaptive-height {\n min-height: auto;\n}\n.textarea-input.small-text {\n font-size: 12px;\n}\n.textarea-input.disabled {\n opacity: 0.5;\n}\n.textarea-input.error-encountered {\n box-shadow: 0px 0px 0px 1px #ee6a7d inset, 0px 0px 3px 0px rgba(238, 106, 125, 0.3) !important;\n}",".rate-selector {\n background-color: #f1f5f7;\n border-radius: 8px;\n padding: 4px;\n display: flex;\n flex-direction: row;\n gap: 4px;\n user-select: none;\n width: 100%;\n}\n.rate-selector-item {\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n padding: 12px 12px;\n flex: 1 1;\n border-radius: 4px;\n gap: 4px;\n cursor: pointer;\n transition: 0.2s all cubic-bezier(0.22, 0.61, 0.36, 1);\n box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);\n}\n@media (hover: hover) {\n .rate-selector-item:not(.selected):hover {\n box-shadow: 0px 0px 0px 1px #e0e2eb;\n }\n}\n.rate-selector-item:not(.selected):active {\n box-shadow: 0px 0px 0px 1px #e0e2eb;\n}\n.rate-selector-item.selected {\n background: #ffffff;\n color: #16cdd6;\n}\n.rate-selector-item-text {\n font-weight: 600;\n text-align: center;\n font-size: 16px;\n}",".qr-code {\n width: 180px !important;\n height: 180px !important;\n}\n@media (max-width: 767.98px) {\n .qr-code {\n margin: 0 auto;\n }\n}\n.qr-code.fill {\n position: absolute;\n width: 100% !important;\n height: 100% !important;\n}",".first-line-text {\n display: flex;\n font-weight: 700;\n white-space: nowrap;\n text-align: left;\n}\n.first-line-text .wrap {\n white-space: normal;\n word-wrap: break-word;\n}\n.first-line-text .break {\n word-break: break-all;\n white-space: break-spaces;\n}\n.first-line-text .full-text {\n width: 100%;\n display: flex;\n align-items: center;\n gap: 8px;\n}\n.first-line-text .shorted {\n word-wrap: unset;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n@media (max-width: 767.98px) {\n .first-line-text .shorted {\n width: auto;\n }\n}\n\n.horizontal {\n display: flex;\n align-items: center;\n}\n@media (max-width: 575.98px) {\n .horizontal {\n flex-direction: column;\n align-items: flex-start;\n }\n}\n.horizontal .line {\n width: 20px;\n margin: 0 12px;\n text-align: left;\n}\n@media (max-width: 575.98px) {\n .horizontal .line {\n display: none;\n }\n}\n\n.second-line-text {\n color: #8f95a2;\n white-space: nowrap;\n text-align: left;\n}",".line-with-icon-link-icon {\n opacity: 1;\n transition-property: opacity;\n transition-timing-function: ease;\n transition-duration: 0.3s;\n}\n@media (hover: hover) {\n .line-with-icon-link-icon:hover {\n cursor: pointer !important;\n opacity: 0.6;\n transition-duration: 0.03s;\n }\n}\n.line-with-icon-link-icon:active {\n transition-duration: 0.03s;\n opacity: 0.6;\n}\n\n.line-with-icon-link {\n display: flex;\n align-items: center;\n}\n.line-with-icon-link-text {\n white-space: nowrap;\n text-overflow: ellipsis;\n overflow: hidden;\n font-weight: 700;\n margin-right: 16px;\n}\n.line-with-icon-link-icon {\n display: flex;\n align-items: center;\n}\n.line-with-icon-link-icon img {\n width: 24px;\n}",".radio-button-with-text-container {\n display: flex;\n align-items: flex-start;\n justify-content: flex-start;\n width: 57px;\n height: 30px;\n}\n\n.radio-button-with-text {\n height: 30px;\n padding: 4px 14px 4px 43px;\n position: relative;\n background-color: #e0e2eb;\n border-radius: 100px;\n transition: 0.2s background-color cubic-bezier(0.22, 0.61, 0.36, 1);\n cursor: pointer;\n}\n.radio-button-with-text.selected {\n background-color: #16cdd6;\n padding: 4px 43px 4px 14px;\n}\n.radio-button-with-text.selected:before {\n transform: translateX(27px);\n}\n.radio-button-with-text.disabled {\n opacity: 0.6;\n cursor: default !important;\n}\n.radio-button-with-text.hide:before {\n content: none;\n}\n.radio-button-with-text:before {\n content: \"\";\n width: 26px;\n height: 26px;\n border-radius: 50%;\n background-color: #ffffff;\n position: absolute;\n left: 2px;\n top: 2px;\n transform: translateX(0px);\n transition: 0.2s transform cubic-bezier(0.22, 0.61, 0.36, 1);\n}\n.radio-button-with-text input {\n display: none;\n}\n.radio-button-with-text-wrapper {\n color: #ffffff;\n font-weight: 700;\n font-size: 12px;\n line-height: 22px;\n white-space: nowrap;\n}\n.radio-button-with-text-content {\n margin-top: -1px;\n}\n.radio-button-with-text-content.hide {\n opacity: 0;\n}\n.radio-button-with-text-dots {\n position: absolute;\n top: 50%;\n left: 50%;\n transform: translate(-50%, -50%);\n opacity: 0;\n z-index: -1;\n}\n.radio-button-with-text-dots.show {\n opacity: 1;\n z-index: 0;\n}",".information-message {\n display: flex;\n align-items: center;\n background-color: transparent;\n}\n.information-message.data-loaded {\n align-items: flex-start;\n}\n@media (max-width: 575.98px) {\n .information-message {\n align-items: flex-start;\n }\n}\n.information-message img,\n.information-message svg {\n min-width: 24px;\n height: 24px;\n}\n.information-message.big-image img,\n.information-message.big-image svg {\n min-width: 29px;\n height: 29px;\n}\n.information-message .information-message-text {\n margin-left: 12px;\n color: #8f95a2;\n}\n.information-message .information-message-text.white-text {\n color: #ffffff;\n}",".input input, .input input::placeholder {\n font-weight: 400;\n line-height: 1.71;\n letter-spacing: 0.5px;\n}\n\n.input {\n position: relative;\n}\n.input.big-height input {\n min-height: 117px;\n}\n.input.small-height input {\n min-height: 48px;\n padding: 8px 20px;\n}\n.input.disabled > input {\n opacity: 0.5;\n}\n.input.fill-width {\n width: 100%;\n}\n.input input {\n padding: 20px;\n border-radius: 7px;\n background: #f1f5f7;\n border: 0;\n color: #8f95a2;\n width: 100%;\n min-height: 66px;\n font-size: 16px;\n vertical-align: center;\n appearance: none;\n transition: 0.2s all ease;\n box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0) inset, 0px 0px 3px 0px rgba(0, 0, 0, 0);\n}\n.input input.error-encountered {\n box-shadow: 0px 0px 0px 1px #ee6a7d inset, 0px 0px 3px 0px rgba(238, 106, 125, 0.3) !important;\n}\n.input input::placeholder {\n color: #8f95a2;\n font-size: 16px;\n vertical-align: center;\n}\n@media (hover: hover) {\n .input-clear-button:hover:not(:active) + input:not(:focus),\n .input input:hover:not(:focus) {\n box-shadow: 0px 0px 0px 1px #d3d5d9 inset, 0px 0px 3px 0px rgba(0, 0, 0, 0);\n transition: 0.02s all ease;\n }\n}\n.input-clear-button:active + input,\n.input input:focus {\n box-shadow: 0px 0px 0px 1px #16cdd6 inset, 0px 0px 3px 0px rgba(22, 205, 214, 0.3);\n}\n.input.image-background input {\n box-shadow: 0px 10px 30px rgba(0, 0, 0, 0);\n}\n@media (hover: hover) {\n .input.image-background-clear-button:hover:not(:active) + input:not(:focus),\n .input.image-background input:hover:not(:focus) {\n background-color: #ffffff;\n box-shadow: 0px 10px 30px rgba(0, 0, 0, 0);\n transition: 0.02s all ease;\n }\n}\n.input.image-background input:focus {\n background-color: #ffffff;\n box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);\n}\n.input-clear-button {\n position: absolute;\n right: 20px;\n top: 0;\n height: 100%;\n display: flex;\n align-items: center;\n}\n.input-label {\n font-size: 16px;\n line-height: 26px;\n letter-spacing: 0.5px;\n margin: 0;\n font-weight: 400;\n color: #232d42;\n font-weight: 600;\n color: #8f95a2;\n margin-bottom: 8px;\n display: block;\n}",".coin-picker.loading .item .link .content .name, .coin-picker.loading .item .link .content .amount {\n height: 16px;\n width: 100%;\n border-radius: 4px;\n}\n\n.coin-picker.loading .item .link .icon {\n width: 20px;\n height: 20px;\n border-radius: 50%;\n}\n\n.coin-picker {\n display: flex;\n flex-direction: column;\n justify-content: flex-start;\n align-items: center;\n width: 100%;\n}\n@media (max-width: 575.98px) {\n .coin-picker {\n max-width: none;\n }\n}\n.coin-picker-search {\n width: 100%;\n margin-bottom: 8px;\n}\n.coin-picker-wrapper {\n width: 100%;\n position: relative;\n border-radius: 8px;\n overflow: hidden;\n}\n@media (min-width: 767.98px) {\n .coin-picker-wrapper.fixed-height {\n height: 370px;\n }\n .coin-picker-wrapper.fixed-height::after, .coin-picker-wrapper.fixed-height::before {\n content: \"\";\n position: absolute;\n width: 100%;\n height: 20px;\n background: linear-gradient(rgba(35, 45, 66, 0.05), rgba(255, 255, 255, 0));\n left: 0;\n z-index: 1;\n transition: 0.2s opacity ease;\n pointer-events: none;\n }\n .coin-picker-wrapper.fixed-height.reached-top::after, .coin-picker-wrapper.fixed-height.reached-bottom::before {\n opacity: 0;\n transition: 0.2s opacity ease;\n }\n .coin-picker-wrapper.fixed-height::after {\n top: 0;\n }\n .coin-picker-wrapper.fixed-height::before {\n bottom: 0;\n transform: rotate(180deg);\n }\n}\n@media (min-width: 767.98px) {\n .coin-picker-wrapper-content.fixed-height {\n overflow: auto;\n height: 100%;\n }\n}\n.coin-picker-wrapper-content-bottom-message {\n margin: 20px 0;\n}\n.coin-picker-wrapper-content-bottom-message-link {\n color: #16cdd6;\n}\n.coin-picker-wrapper-content-assets {\n display: grid;\n grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));\n gap: 8px;\n}\n.coin-picker-wrapper-content-assets:has(*) {\n margin-bottom: 20px;\n}\n.coin-picker-wrapper-content-assets .item {\n position: relative;\n display: flex;\n align-items: stretch;\n cursor: pointer;\n width: 100%;\n}\n.coin-picker-wrapper-content-assets .item .link {\n background: #f1f5f7;\n display: flex;\n align-items: center;\n text-decoration: none;\n width: 100%;\n padding: 16px 20px;\n border-radius: 8px;\n transition: 0.2s all ease;\n box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0) inset, 0px 0px 3px 0px rgba(0, 0, 0, 0);\n}\n.coin-picker-wrapper-content-assets .item .link.outline {\n box-shadow: 0px 0px 0px 1px #16cdd6 inset, 0px 0px 3px 0px rgba(22, 205, 214, 0.3);\n}\n@media (hover: hover) {\n .coin-picker-wrapper-content-assets .item .link:hover:not(.outline):not(.disabled):not(.loading) {\n box-shadow: 0px 0px 0px 1px #d3d5d9 inset, 0px 0px 3px 0px rgba(0, 0, 0, 0);\n transition: 0.02s all ease;\n }\n}\n.coin-picker-wrapper-content-assets .item .link .icon {\n height: 34px;\n}\n.coin-picker-wrapper-content-assets .item .link .toggle-container {\n margin-left: auto;\n padding-left: 8px;\n}\n.coin-picker-wrapper-content-assets .item .link .content {\n display: flex;\n flex-direction: column;\n justify-content: center;\n align-items: flex-start;\n margin-left: 16px;\n color: #232d42;\n min-width: 0;\n line-height: 20px;\n}\n.coin-picker-wrapper-content-assets .item .link .content .name,\n.coin-picker-wrapper-content-assets .item .link .content .amount {\n color: inherit;\n line-height: inherit;\n user-select: none;\n text-align: left;\n}\n.coin-picker-wrapper-content-assets .item .link .content .name {\n font-weight: 700;\n}\n.coin-picker-wrapper-content-assets .item .link .content .amount {\n font-weight: 600;\n opacity: 0.5;\n}\n.coin-picker-wrapper-content-assets .item .link .arrow {\n height: 20px;\n transform: rotate(-90deg);\n margin-left: auto;\n}\n.coin-picker-wrapper-content-load-more-button {\n width: 100%;\n display: flex;\n justify-content: center;\n}\n.coin-picker-wrapper-content-asset-not-found {\n height: 72px;\n display: flex;\n justify-content: center;\n align-items: center;\n background: #f1f5f7;\n border-radius: 8px;\n}\n.coin-picker-wrapper-content-asset-not-found h6 {\n color: #8f95a2;\n font-weight: 600;\n}\n\n.coin-picker.loading .item .link:hover {\n opacity: 1;\n cursor: default;\n}\n.coin-picker.loading .item .link .icon {\n height: 34px;\n width: 34px;\n}\n.coin-picker.loading .item .link .content .name {\n width: 65px;\n margin-bottom: 8px;\n}\n.coin-picker.loading .item .link .content .amount {\n width: 110px;\n}"]}
1
+ {"version":3,"sources":["Button.module.scss","LoadingDots.module.scss","asset-icon.module.scss","link-button.module.scss","dialog-buttons.module.scss","background-title.module.scss","close.module.scss","validation.module.scss","dialog.module.scss","dialog-step.module.scss","asset-selection.module.scss","tooltip.module.scss","notice-icon.module.scss","title-box.module.scss","amount-input.module.scss","swap-form.module.scss","textarea.module.scss","rate-selector.module.scss","qr-code.module.scss","lines-of-text.module.scss","line-with-icon-link.module.scss","radio-button-with-text.module.scss","information-message.module.scss","input.module.scss","coin-picker.module.scss","colored-notice.module.scss","logo-carousel.module.scss"],"names":[],"mappings":"AAAA;EACE,gBAAgB;EAChB,iBAAiB;EACjB,qBAAqB;AACvB;;AAEA;EACE,UAAU;EACV,4BAA4B;EAC5B,gCAAgC;EAChC,yBAAyB;AAC3B;AACA;EACE;IACE,0BAA0B;IAC1B,YAAY;IACZ,0BAA0B;EAC5B;AACF;AACA;EACE,0BAA0B;EAC1B,YAAY;AACd;;AAEA;EACE,wBAAwB;EACxB,yBAAyB;EACzB,eAAe;EAGf,oBAAoB;EACpB,oBAAoB;EACpB,mBAAmB;EACnB,uBAAuB;EACvB,qBAAqB;EACrB,mBAAmB;EACnB,kBAAkB;EAClB,yBAAiB;KAAjB,sBAAiB;UAAjB,iBAAiB;AACnB;AACA;EACE,oCAAoC;EACpC,yBAAyB;EACzB,0BAA0B;EAC1B,2BAA2B;AAC7B;AACA;EACE;IACE,eAAe;IACf,WAAW;EACb;AACF;AACA;EACE;IACE,eAAe;EACjB;EACA;IACE,eAAe;IACf,WAAW;EACb;AACF;AACA;EACE,YAAY;EACZ,eAAe;AACjB;AACA;EACE;IACE,YAAY;IACZ,UAAU;EACZ;AACF;AACA;EACE,eAAe;EACf,YAAY;EACZ,eAAe;AACjB;AACA;EACE;IACE,YAAY;EACd;AACF;AACA;EACE,YAAY;EACZ,eAAe;EACf,eAAe;AACjB;AACA;EACE,YAAY;EACZ,eAAe;EACf,eAAe;AACjB;AACA;EACE;IACE,eAAe;EACjB;AACF;AACA;EACE,kDAAkD;EAClD,mBAAmB;EACnB,cAAc;AAChB;AACA;EACE,yBAAyB;EACzB,cAAc;AAChB;AACA;EACE,yBAAyB;EACzB,0BAA0B;EAC1B,UAAU;AACZ;AACA;EACE,mBAAmB;EACnB,cAAc;AAChB;AACA;EACE,oCAAoC;EACpC,cAAc;EACd,iDAAiD;AACnD;AACA;EACE,yBAAyB;EACzB,cAAc;AAChB;AACA;EACE,uBAAuB;EACvB,yBAAyB;EACzB,cAAc;AAChB;AACA;EACE,mBAAmB;EACnB,cAAc;EACd,6CAA6C;AAC/C;AACA;EACE,mBAAmB;EACnB,cAAc;AAChB;AACA;EACE,kBAAkB;EAClB,QAAQ;EACR,SAAS;EACT,4CAA4C;EAC5C,sDAAsD;EACtD,UAAU;AACZ;AACA;EACE,UAAU;EACV,yCAAyC;AAC3C;AACA;EACE,kBAAkB;EAClB,QAAQ;EACR,SAAS;EACT,UAAU;EACV,WAAW;EACX,YAAY;EACZ,2CAA2C;EAC3C,sDAAsD;EACtD,aAAa;EACb,uBAAuB;EACvB,mBAAmB;AACrB;AACA;EACE,UAAU;EACV,yCAAyC;AAC3C;AACA;EACE,YAAY;EACZ,qBAAqB;EACrB,wBAAwB;EACxB,YAAY;EACZ,UAAU;EACV,gCAAgC;EAChC,+BAA+B;EAC/B,gBAAgB;AAClB;AACA;EACE,qBAAqB;AACvB;AACA;EACE,qBAAqB;AACvB;AACA;EACE,yBAAiB;KAAjB,sBAAiB;UAAjB,iBAAiB;EACjB,mBAAmB;EACnB,sDAAsD;AACxD;AACA;EACE,UAAU;EACV,qBAAqB;AACvB;AACA;EACE,aAAa;EACb,mBAAmB;EACnB,mBAAmB;EACnB,sDAAsD;AACxD;AACA;EACE,UAAU;EACV,qBAAqB;AACvB;AACA;EACE,iBAAiB;AACnB;AACA;EACE,YAAY;AACd;AC7MA;EACE,aAAa;EACb,mBAAmB;EACnB,uBAAuB;EACvB,cAAc;AAChB;AACA;EACE,oBAAoB;AACtB;AACA;EACE,kBAAkB;EAClB,mBAAmB;EACnB,wDAAsD;AACxD;AACA;EACE,mBAAmB;AACrB;AACA;EACE,qBAAqB;AACvB;AACA;EACE,qBAAqB;AACvB;AACA;EACE,WAAW;EACX,YAAY;AACd;AACA;EACE;IACE,WAAW;IACX,YAAY;EACd;AACF;AACA;EACE,kBAAkB;EAClB,iBAAiB;AACnB;AACA;EACE,WAAW;EACX,YAAY;AACd;AACA;EACE,UAAU;EACV,WAAW;AACb;AACA;EACE,2BAA2B;EAC3B,SAAS;AACX;AACA;EACE,yBAAyB;EACzB,SAAS;AACX;;AAEA;EACE;IACE,mBAAmB;IACnB,UAAU;EACZ;EACA;IACE,sBAAsB;IACtB,YAAY;EACd;AACF;AC/DA;EACE,WAAW;EACX,YAAY;EACZ,kBAAkB;AACpB;AACA;EACE,WAAW;EACX,YAAY;AACd;AACA;EACE,YAAY;EACZ,WAAW;AACb;AACA;EACE,WAAW;EACX,YAAY;AACd;AACA;EACE,WAAW;EACX,YAAY;EACZ,kBAAkB;EAClB,WAAW;EACX,YAAY;EACZ,mDAAmD;EACnD,mBAAmB;AACrB;AACA;EACE,WAAW;EACX,YAAY;EACZ,WAAW;EACX,YAAY;EACZ,mDAAmD;AACrD;AChCA;EACE,gBAAgB;EAChB,iBAAiB;EACjB,qBAAqB;AACvB;;AAEA;EACE,UAAU;EACV,4BAA4B;EAC5B,gCAAgC;EAChC,yBAAyB;AAC3B;AACA;EACE;IACE,0BAA0B;IAC1B,YAAY;IACZ,0BAA0B;EAC5B;AACF;AACA;EACE,0BAA0B;EAC1B,YAAY;AACd;;AAEA;EACE,aAAa;EACb,mBAAmB;AACrB;AACA;EACE,wBAAwB;AAC1B;AACA;EACE,yBAAyB;AAC3B;AACA;EACE,yBAAyB;AAC3B;AACA;;EAEE,iBAAiB;EACjB,iBAAiB;AACnB;AACA;EACE,eAAe;EACf,cAAc;EACd,qBAAqB;EACrB,kBAAkB;EAClB,iBAAiB;EACjB,SAAS;AACX;AACA;EACE,cAAc;AAChB;AACA;EACE,cAAc;EACd,eAAe;AACjB;ACxDA;EACE,aAAa;EACb,yBAAyB;EACzB,mBAAmB;EACnB,SAAS;EACT,WAAW;EACX,uBAAuB;AACzB;AACA;EACE;IACE,8BAA8B;IAC9B,SAAS;EACX;AACF;AACA;EACE;IACE,aAAa;EACf;AACF;AACA;EACE,8BAA8B;AAChC;ACrBA;EACE,oBAAoB;EACpB,yBAAiB;KAAjB,sBAAiB;UAAjB,iBAAiB;EACjB,kBAAkB;EAClB,WAAW;AACb;AACA;EACE,kBAAkB;EAClB,kBAAkB;EAClB,WAAW;EACX,YAAY;EACZ,MAAM;EACN,OAAO;AACT;AACA;EACE;IACE,eAAe;IACf,iBAAiB;IACjB,yBAAyB;EAC3B;AACF;AACA;EACE,SAAS;EACT,UAAU;AACZ;AACA;EACE,kBAAkB;EAClB,MAAM;EACN,OAAO;EACP,eAAe;EACf,iBAAiB;EACjB,gBAAgB;EAChB,sBAAsB;EACtB,8BAA8B;AAChC;AACA;EACE,eAAe;EACf,iBAAiB;EACjB,yBAAyB;AAC3B;AACA;EACE;IACE,eAAe;IACf,iBAAiB;IACjB,yBAAyB;EAC3B;AACF;AC9CA;EACE,WAAW;EACX,YAAY;EACZ,YAAY;EACZ,mBAAmB;EACnB,yBAAyB;EACzB,YAAY;EACZ,yBAAyB;EACzB,eAAe;EACf,sBAAsB;AACxB;AACA;EACE,WAAW;EACX,YAAY;EACZ,aAAa;AACf;AACA;EACE;IACE,WAAW;IACX,YAAY;IACZ,aAAa;EACf;AACF;AACA;EACE,WAAW;EACX,sBAAsB;AACxB;AACA;EACE,YAAY;EACZ,yBAAyB;AAC3B;AACA;EACE;IACE,UAAU;IACV,8BAA8B;EAChC;AACF;AACA;EACE,UAAU;EACV,8BAA8B;AAChC;AACA;EACE,aAAa;AACf;AACA;EACE,oFAAoF;AACtF;AACA;EACE;IACE,UAAU;IACV,8BAA8B;IAC9B,2EAA2E;EAC7E;AACF;AACA;EACE,UAAU;EACV,8BAA8B;EAC9B,2EAA2E;AAC7E;AACA;EACE,aAAa;AACf;AC7DA;EACE,gBAAgB;EAChB,iBAAiB;EACjB,qBAAqB;AACvB;;AAEA;EACE,aAAa;EACb,mBAAmB;EACnB,gBAAgB;AAClB;AACA;EACE,cAAc;AAChB;AACA;EACE,gBAAgB;EAChB,cAAc;EACd,gBAAgB;EAChB,eAAe;AACjB;ACnBA;EACE,eAAe;EACf,OAAO;EACP,MAAM;EACN,WAAW;EACX,YAAY;EACZ,iCAAiC;EACjC,WAAW;AACb;;AAEA;EACE,qBAAqB;EACrB,aAAa;EACb,uBAAuB;EACvB,uBAAuB;EACvB,gBAAgB;EAChB,kBAAkB;EAClB,UAAU;EACV,kCAA0B;UAA1B,0BAA0B;AAC5B;AACA;EACE;IACE,6BAAqB;YAArB,qBAAqB;IACrB,mBAAmB;IACnB,uBAAuB;IACvB,gBAAgB;IAChB,sBAAsB;IACtB,2BAA2B;EAC7B;AACF;AACA;EACE,UAAU;AACZ;AACA;EACE,kBAAkB;AACpB;AACA;EACE,kBAAkB;EAClB,gBAAgB;EAChB,iBAAiB;EACjB,WAAW;EACX,YAAY;EACZ,6BAAqB;UAArB,qBAAqB;AACvB;AACA;EACE,UAAU;AACZ;AACA;EACE,wCAAwC;AAC1C;AACA;EACE,UAAU;EACV,6BAA6B;AAC/B;AACA;EACE,mCAAmC;EACnC,+BAA+B;AACjC;AACA;EACE,UAAU;AACZ;AACA;EACE,mCAAmC;AACrC;AACA;EACE,UAAU;EACV,6BAA6B;AAC/B;AACA;EACE,uCAAuC;EACvC,+BAA+B;AACjC;AACA;EACE,kBAAkB;EAClB,aAAa;EACb,mBAAmB;EACnB,uBAAuB;EACvB,cAAc;EACd,WAAW;EACX,2CAA2C;AAC7C;AACA;EACE;IACE,SAAS;IACT,SAAS;IACT,kBAAkB;EACpB;EACA;IACE,gBAAgB;IAChB,kBAAkB;EACpB;AACF;AACA;EACE,yBAAyB;EACzB,YAAY;EACZ,8DAA8D;EAC9D,UAAU;EACV,6DAA6D;EAC7D,UAAU;AACZ;AACA;EACE;IACE,4BAA4B;EAC9B;AACF;AACA;EACE,aAAa;EACb,UAAU;EACV,gBAAgB;AAClB;AACA;EACE,cAAc;EACd,UAAU;EACV,0DAA0D;AAC5D;AACA;EACE,UAAU;EACV,0DAA0D;AAC5D;AACA;EACE,cAAc;EACd,UAAU;EACV,0DAA0D;AAC5D;AACA;EACE,aAAa;EACb,UAAU;EACV,gBAAgB;AAClB;AACA;EACE;IACE,aAAa;EACf;EACA;IACE,aAAa;EACf;AACF;AACA;EACE,kBAAkB;EAClB,WAAW;EACX,gBAAgB;EAChB,+CAA+C;EAC/C,YAAY;EACZ,sDAAsD;EACtD,sBAAsB;EACtB,mBAAmB;EACnB,mBAAmB;AACrB;AACA;EACE;IACE,gBAAgB;EAClB;AACF;AACA;EACE;IACE,SAAS;EACX;EACA;IACE,gBAAgB;IAChB,gBAAgB;IAChB,kCAA0B;YAA1B,0BAA0B;IAC1B,gBAAgB;EAClB;AACF;AACA;EACE,gBAAgB;EAChB,oBAAoB;EACpB,iBAAiB;AACnB;AACA;EACE,SAAS;EACT,WAAW;EACX,eAAe;EACf,gBAAgB;EAChB,gBAAgB;EAChB,iBAAiB;AACnB;AACA;EACE,iBAAiB;AACnB;AACA;EACE,yBAAyB;AAC3B;AACA;EACE,WAAW;EACX,cAAc;EACd,YAAY;AACd;AACA;EACE,kBAAkB;EAClB,SAAS;EACT,WAAW;EACX,UAAU;AACZ;AACA;EACE;IACE,SAAS;IACT,WAAW;EACb;AACF;ACvMA;EACE,mBAAmB;EACnB,yBAAyB;EACzB,aAAa;AACf;AACA;EACE;IACE,aAAa;EACf;AACF;;AAEA;EACE,eAAe;EACf,OAAO;EACP,MAAM;EACN,WAAW;EACX,YAAY;EACZ,iCAAiC;EACjC,WAAW;AACb;;AAEA;EACE,qBAAqB;EACrB,aAAa;EACb,uBAAuB;EACvB,uBAAuB;EACvB,gBAAgB;EAChB,kBAAkB;EAClB,UAAU;EACV,kCAA0B;UAA1B,0BAA0B;AAC5B;AACA;EACE;IACE,6BAAqB;YAArB,qBAAqB;IACrB,mBAAmB;IACnB,uBAAuB;IACvB,gBAAgB;IAChB,sBAAsB;IACtB,2BAA2B;EAC7B;AACF;AACA;EACE,UAAU;AACZ;AACA;EACE,kBAAkB;AACpB;AACA;EACE,kBAAkB;EAClB,gBAAgB;EAChB,iBAAiB;EACjB,WAAW;EACX,YAAY;EACZ,6BAAqB;UAArB,qBAAqB;AACvB;AACA;EACE,UAAU;AACZ;AACA;EACE,wCAAwC;AAC1C;AACA;EACE,UAAU;EACV,6BAA6B;AAC/B;AACA;EACE,mCAAmC;EACnC,+BAA+B;AACjC;AACA;EACE,UAAU;AACZ;AACA;EACE,mCAAmC;AACrC;AACA;EACE,UAAU;EACV,6BAA6B;AAC/B;AACA;EACE,uCAAuC;EACvC,+BAA+B;AACjC;AACA;EACE,kBAAkB;EAClB,aAAa;EACb,mBAAmB;EACnB,uBAAuB;EACvB,cAAc;EACd,WAAW;EACX,2CAA2C;AAC7C;AACA;EACE;IACE,SAAS;IACT,SAAS;IACT,kBAAkB;EACpB;EACA;IACE,gBAAgB;IAChB,kBAAkB;EACpB;AACF;AACA;EACE,yBAAyB;EACzB,YAAY;EACZ,8DAA8D;EAC9D,UAAU;EACV,6DAA6D;EAC7D,UAAU;AACZ;AACA;EACE;IACE,4BAA4B;EAC9B;AACF;AACA;EACE,aAAa;EACb,UAAU;EACV,gBAAgB;AAClB;AACA;EACE,cAAc;EACd,UAAU;EACV,0DAA0D;AAC5D;AACA;EACE,UAAU;EACV,0DAA0D;AAC5D;AACA;EACE,cAAc;EACd,UAAU;EACV,0DAA0D;AAC5D;AACA;EACE,aAAa;EACb,UAAU;EACV,gBAAgB;AAClB;AACA;EACE;IACE,aAAa;EACf;EACA;IACE,aAAa;EACf;AACF;AACA;EACE,kBAAkB;EAClB,WAAW;EACX,gBAAgB;EAChB,+CAA+C;EAC/C,YAAY;EACZ,sDAAsD;EACtD,sBAAsB;EACtB,mBAAmB;EACnB,mBAAmB;AACrB;AACA;EACE;IACE,gBAAgB;EAClB;AACF;AACA;EACE;IACE,SAAS;EACX;EACA;IACE,gBAAgB;IAChB,gBAAgB;IAChB,kCAA0B;YAA1B,0BAA0B;IAC1B,gBAAgB;EAClB;AACF;AACA;EACE,gBAAgB;EAChB,oBAAoB;EACpB,iBAAiB;AACnB;AACA;EACE,SAAS;EACT,WAAW;EACX,eAAe;EACf,gBAAgB;EAChB,gBAAgB;EAChB,iBAAiB;AACnB;AACA;EACE,iBAAiB;AACnB;AACA;EACE,yBAAyB;AAC3B;AACA;EACE,WAAW;EACX,cAAc;EACd,YAAY;AACd;AACA;EACE,kBAAkB;EAClB,SAAS;EACT,WAAW;EACX,UAAU;AACZ;AACA;EACE;IACE,SAAS;IACT,WAAW;EACb;AACF;;AAEA;EACE,kBAAkB;EAClB,MAAM;EACN,OAAO;EACP,UAAU;EACV,cAAc;EACd,WAAW;EACX,UAAU;EACV,oBAAoB;EACpB,yBAAiB;KAAjB,sBAAiB;UAAjB,iBAAiB;EACjB,sDAAsD;EACtD,oBAAoB;EACpB,gBAAgB;AAClB;AACA;EACE,UAAU;EACV,gBAAgB;EAChB,gBAAgB;AAClB;AACA;EACE;IACE,gBAAgB;EAClB;AACF;AACA;EACE,kBAAkB;EAClB,MAAM;EACN,OAAO;EACP,WAAW;AACb;AACA;EACE,UAAU;EACV,oBAAoB;EACpB,yBAAiB;KAAjB,sBAAiB;UAAjB,iBAAiB;EACjB,sBAAsB;EACtB,gBAAgB;EAChB,iBAAiB;AACnB;AACA;EACE;IACE,iBAAiB;EACnB;AACF;AACA;EACE,UAAU;AACZ;AACA;EACE,gBAAgB;EAChB,oBAAoB;AACtB;AACA;EACE,kBAAkB;EAClB,mBAAmB;EACnB,yBAAyB;EACzB,WAAW;EACX,YAAY;EACZ,MAAM;EACN,OAAO;EACP,mBAAmB;EACnB,gBAAgB;AAClB;AACA;EACE;IACE,gBAAgB;EAClB;AACF;AACA;EACE,kBAAkB;EAClB,oBAAiB;KAAjB,iBAAiB;EACjB,mBAAmB;EACnB,yBAAyB;EACzB,WAAW;EACX,YAAY;EACZ,MAAM;EACN,OAAO;AACT;AACA;EACE,uCAAuC;AACzC;AACA;EACE,sCAAsC;AACxC;AACA;EACE,sCAAsC;AACxC;AACA;EACE,cAAc;AAChB;AACA;EACE;IACE,aAAa;EACf;EACA;IACE,cAAc;EAChB;AACF;AACA;EACE,aAAa;AACf;AACA;EACE,cAAc;AAChB;AACA;EACE;IACE,cAAc;EAChB;AACF;AACA;EACE,aAAa;AACf;AACA;EACE,UAAU;AACZ;AACA;EACE;IACE,8DAA8D;EAChE;AACF;AACA;EACE,2DAAgE;EAChE,yBAAyB;AAC3B;AACA;EACE,2DAAiE;EACjE,yBAAyB;AAC3B;AACA;EACE,6DAAoE;EACpE,yBAAyB;AAC3B;AACA;EACE,6DAAqE;EACrE,yBAAyB;AAC3B;AACA;EACE;IACE,4BAA4B;EAC9B;EACA;IACE,0BAA0B;EAC5B;AACF;AACA;EACE;IACE,2BAA2B;EAC7B;EACA;IACE,0BAA0B;EAC5B;AACF;AACA;EACE;IACE,0BAA0B;EAC5B;EACA;IACE,4BAA4B;EAC9B;AACF;AACA;EACE;IACE,0BAA0B;EAC5B;EACA;IACE,2BAA2B;EAC7B;AACF;AACA;EACE,iBAAiB;EACjB,aAAa;EACb,2BAA2B;EAC3B,kBAAkB;AACpB;AACA;EACE,gBAAgB;EAChB,aAAa;EACb,sBAAsB;EACtB,mBAAmB;EACnB,cAAc;EACd,kBAAkB;AACpB;AACA;EACE,eAAe;EACf,SAAS;EACT,uBAAuB;AACzB;AACA;EACE,eAAe;EACf,iBAAiB;AACnB;AACA;EACE,YAAY;EACZ,2BAA2B;EAC3B,gBAAgB;AAClB;AACA;EACE,WAAW;EACX,YAAY;AACd;AACA;EACE,aAAa;EACb,2BAA2B;EAC3B,mBAAmB;EACnB,gBAAgB;EAChB,kBAAkB;AACpB;AACA;EACE,aAAa;AACf;AACA;EACE,mBAAmB;AACrB;AACA;EACE;IACE,mBAAmB;EACrB;AACF;AACA;EACE,gBAAgB;AAClB;AACA;EACE,kBAAkB;EAClB,aAAa;EACb,mBAAmB;AACrB;AACA;EACE,YAAY;AACd;AACA;EACE,kBAAkB;AACpB;AACA;EACE;IACE,kBAAkB;EACpB;AACF;AACA;EACE,eAAe;EACf,iBAAiB;EACjB,qBAAqB;EACrB,SAAS;EACT,gBAAgB;EAChB,cAAc;EACd,cAAc;EACd,kBAAkB;EAClB,iBAAiB;EACjB,aAAa;EACb,2BAA2B;EAC3B,uBAAuB;AACzB;AACA;EACE,gBAAgB;EAChB,eAAe;EACf,iBAAiB;EACjB,qBAAqB;EACrB,gBAAgB;EAChB,SAAS;EACT,cAAc;EACd,kBAAkB;AACpB;AACA;EACE;IACE,eAAe;IACf,iBAAiB;EACnB;AACF;AACA;EACE,cAAc;AAChB;AACA;EACE,eAAe;EACf,iBAAiB;EACjB,qBAAqB;EACrB,SAAS;EACT,cAAc;EACd,eAAe;EACf,kBAAkB;EAClB,cAAc;EACd,mBAAmB;EACnB,kBAAkB;AACpB;AACA;EACE,qBAAqB;AACvB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,mBAAmB;AACrB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,cAAc;AAChB;AACA;EACE,aAAa;EACb,sBAAsB;EACtB,wBAAwB;EACxB,kBAAkB;AACpB;AACA;EACE,uBAAuB;AACzB;AACA;EACE,mBAAmB;AACrB;AACA;EACE,qBAAqB;AACvB;AACA;EACE,aAAa;EACb,mBAAmB;EACnB,yBAAyB;EACzB,gBAAgB;EAChB,SAAS;AACX;AACA;EACE;IACE,gBAAgB;EAClB;AACF;AACA;EACE,gBAAgB;AAClB;AACA;EACE;IACE,gBAAgB;EAClB;AACF;AACA;EACE,aAAa;AACf;AChiBA;EACE,aAAa;EACb,mBAAmB;EACnB,yBAAyB;EACzB,oBAAoB;EACpB,yBAAiB;KAAjB,sBAAiB;UAAjB,iBAAiB;EACjB,oFAAoF;EACpF,yBAAyB;EACzB,eAAe;AACjB;AACA;EACE;IACE,2EAA2E;EAC7E;AACF;AACA;EACE,YAAY;AACd;AACA;EACE,kFAAkF;EAClF,0BAA0B;AAC5B;AACA;EACE,yBAAyB;EACzB,cAAc;EACd,gBAAgB;EAChB,cAAc;EACd,mBAAmB;EACnB,gBAAgB;EAChB,iBAAiB;EACjB,iBAAiB;AACnB;AACA;EACE,2BAA2B;AAC7B;AACA;EACE,cAAc;EACd,gBAAgB;EAChB,qBAAqB;AACvB;AACA;EACE,wBAAwB;EACxB,yBAAyB;EACzB,YAAY;AACd;AC5CA;EACE,eAAe;EACf,iBAAiB;EACjB,qBAAqB;EACrB,SAAS;EACT,cAAc;EACd,gBAAgB;EAChB,iBAAiB;EACjB,kBAAkB;EAClB,mBAAmB;EACnB,kBAAkB;EAClB,yBAAyB;EACzB,SAAS;EACT,2BAA2B;EAC3B,cAAc;EACd,mBAAmB;EACnB,UAAU;EACV,cAAc;EACd,gBAAgB;EAChB,gBAAgB;EAChB,kBAAkB;EAClB,qBAAqB;EACrB,kBAAkB;AACpB;AACA;EACE,UAAU;EACV,wDAAwD;AAC1D;AACA;EACE,UAAU;EACV,kDAAkD;EAClD,sDAAsD;AACxD;AACA;EACE,UAAU;EACV,kDAAkD;AACpD;AACA;EACE,eAAe;EACf,yBAAyB;EACzB,YAAY;EACZ,UAAU;AACZ;AACA;;EAEE,UAAU;EACV,UAAU;EACV,qBAAqB;EACrB,2BAA2B;AAC7B;AACA;EACE,UAAU;EACV,uDAAuD;AACzD;AACA;EACE,UAAU;EACV,+CAA+C;AACjD;AACA;EACE,UAAU;EACV,+CAA+C;AACjD;AACA;EACE,eAAe;EACf,yBAAyB;EACzB,WAAW;AACb;AACA;;EAEE,SAAS;EACT,qBAAqB;EACrB,0BAA0B;AAC5B;AACA;EACE,UAAU;EACV,wDAAwD;AAC1D;AACA;EACE,UAAU;EACV,+CAA+C;AACjD;AACA;EACE,UAAU;EACV,+CAA+C;AACjD;AACA;EACE,UAAU;EACV,wBAAwB;EACxB,wBAAwB;AAC1B;AACA;;EAEE,QAAQ;EACR,sBAAsB;EACtB,0BAA0B;AAC5B;AACA;EACE,UAAU;EACV,uDAAuD;AACzD;AACA;EACE,UAAU;EACV,iDAAiD;AACnD;AACA;EACE,UAAU;EACV,iDAAiD;AACnD;AACA;EACE,YAAY;EACZ,sBAAsB;EACtB,SAAS;AACX;AACA;;EAEE,kBAAkB;EAClB,UAAU;EACV,sBAAsB;EACtB,2BAA2B;AAC7B;AACA;EACE,UAAU;EACV,yDAAyD;AAC3D;AACA;EACE,UAAU;EACV,kDAAkD;AACpD;AACA;EACE,UAAU;EACV,kDAAkD;AACpD;AACA;EACE,uBAAuB;EACvB,WAAW;EACX,QAAQ;EACR,YAAY;AACd;AACA;;EAEE,kBAAkB;EAClB,oBAAoB;EACpB,WAAW;EACX,2BAA2B;AAC7B;AACA;EACE,UAAU;EACV,yDAAyD;AAC3D;AACA;EACE,UAAU;EACV,kDAAkD;AACpD;AACA;EACE,UAAU;EACV,kDAAkD;AACpD;AACA;EACE,gBAAgB;AAClB;AACA;EACE,oBAAoB;AACtB;AACA;EACE,UAAU;EACV,yBAAyB;EACzB,kBAAkB;AACpB;AACA;EACE,UAAU;EACV,yBAAyB;EACzB,kBAAkB;EAClB,gBAAgB;AAClB;AACA;EACE,yBAAyB;EACzB,kBAAkB;AACpB;AACA;EACE,UAAU;EACV,yBAAyB;EACzB,kBAAkB;AACpB;AACA;EACE,UAAU;EACV,yBAAyB;EACzB,kBAAkB;AACpB;AACA;;EAEE,kBAAkB;EAClB,qBAAqB;EACrB,SAAS;EACT,2BAA2B;AAC7B;AClMA;EACE,UAAU;EACV,4BAA4B;EAC5B,gCAAgC;EAChC,yBAAyB;AAC3B;AACA;EACE;IACE,0BAA0B;IAC1B,YAAY;IACZ,0BAA0B;EAC5B;AACF;AACA;EACE,0BAA0B;EAC1B,YAAY;AACd;;AAEA;EACE,kBAAkB;EAClB,aAAa;AACf;AACA;EACE,SAAS;AACX;ACxBA;EACE,WAAW;AACb;AACA;EACE,WAAW;EACX,aAAa;EACb,mBAAmB;EACnB,8BAA8B;EAC9B,YAAY;EACZ,kBAAkB;EAClB,QAAQ;EACR,gBAAgB;AAClB;AACA;EACE,cAAc;EACd,gBAAgB;EAChB,gBAAgB;AAClB;AACA;EACE,+BAA+B;AACjC;AACA;EACE,kBAAkB;AACpB;ACvBA;EACE,YAAY;EACZ,WAAW;EACX,kBAAkB;AACpB;;AAEA;EACE,YAAY;EACZ,WAAW;EACX,kBAAkB;AACpB;;AAEA;EACE,aAAa;EACb,mBAAmB;EACnB,kBAAkB;EAClB,aAAa;EACb,mBAAmB;EACnB,SAAS;EACT,8BAA8B;EAC9B,gCAAgC;EAChC,kBAAkB;AACpB;AACA;EACE,8BAA8B;EAC9B,+BAA+B;AACjC;AACA;EACE,2BAA2B;EAC3B,4BAA4B;AAC9B;AACA;EACE,8FAA8F;AAChG;AACA;EACE;IACE,2EAA2E;IAC3E,iCAAiC;EACnC;AACF;AACA;EACE,kFAAkF;AACpF;AACA;EACE,WAAW;AACb;AACA;EACE,aAAa;AACf;AACA;EACE;IACE,mBAAmB;EACrB;AACF;AACA;EACE,aAAa;EACb,2BAA2B;EAC3B,mBAAmB;AACrB;AACA;EACE,iBAAiB;EACjB,iBAAiB;AACnB;AACA;EACE,4BAA4B;AAC9B;AACA;EACE,eAAe;AACjB;AACA;EACE,cAAc;AAChB;AACA;EACE,cAAc;EACd,2BAA2B;AAC7B;AACA;EACE,YAAY;AACd;AACA;EACE,eAAe;EACf,gBAAgB;EAChB,cAAc;EACd,WAAW;EACX,UAAU;EACV,aAAa;EACb,mBAAmB;EACnB,kBAAkB;AACpB;AACA;EACE,YAAY;EACZ,WAAW;EACX,YAAY;EACZ,kBAAkB;EAClB,MAAM;EACN,OAAO;EACP,8CAA8C;EAC9C,oBAAoB;EACpB,yBAAiB;KAAjB,sBAAiB;UAAjB,iBAAiB;AACnB;AACA;EACE,kBAAkB;EAClB,oBAAoB;EACpB,oBAAoB;EACpB,cAAc;EACd,SAAS;AACX;AACA;EACE,yBAAiB;KAAjB,sBAAiB;UAAjB,iBAAiB;EACjB,kBAAkB;EAClB,mBAAmB;AACrB;AACA;EACE,YAAY;EACZ,uBAAuB;EACvB,UAAU;EACV,WAAW;EACX,YAAY;EACZ,SAAS;AACX;AACA;EACE,4BAA4B;AAC9B;AAFA;EACE,4BAA4B;AAC9B;AACA;EACE,YAAY;EACZ,UAAU;EACV,aAAa;EACb,mBAAmB;AACrB;AACA;EACE,cAAc;EACd,aAAa;EACb,mBAAmB;EACnB,eAAe;EACf,gBAAgB;AAClB;AACA;EACE,UAAU;EACV,iBAAiB;EACjB,2BAA2B;AAC7B;AACA;EACE,UAAU;EACV,+JAA+J;EAC/J,aAAa;EACb,wBAAwB;AAC1B;AACA;EACE,UAAU;EACV,aAAa;EACb,wBAAwB;AAC1B;AACA;EACE,UAAU;EACV,+JAA+J;EAC/J,iBAAiB;EACjB,2BAA2B;AAC7B;AACA;EACE,kBAAkB;EAClB,oBAAoB;EACpB,oBAAoB;EACpB,cAAc;AAChB;AACA;EACE,yBAAiB;KAAjB,sBAAiB;UAAjB,iBAAiB;EACjB,kBAAkB;EAClB,mBAAmB;AACrB;AACA;EACE,gBAAgB;EAChB,aAAa;EACb,YAAY;EACZ,UAAU;EACV,WAAW;EACX,YAAY;EACZ,SAAS;AACX;AACA;EACE,4BAA4B;AAC9B;AAFA;EACE,4BAA4B;AAC9B;AACA;EACE,UAAU;EACV,aAAa;EACb,mBAAmB;AACrB;AACA;EACE,eAAe;AACjB;AC5LA;EACE,UAAU;EACV,4BAA4B;EAC5B,gCAAgC;EAChC,yBAAyB;AAC3B;AACA;EACE;IACE,0BAA0B;IAC1B,YAAY;IACZ,0BAA0B;EAC5B;AACF;AACA;EACE,0BAA0B;EAC1B,YAAY;AACd;;AAEA;EACE,WAAW;AACb;AACA;EACE,kBAAkB;EAClB,UAAU;AACZ;AACA;EACE,WAAW;EACX,aAAa;EACb,uBAAuB;EACvB,mBAAmB;EACnB,yBAAiB;KAAjB,sBAAiB;UAAjB,iBAAiB;AACnB;AACA;EACE,eAAe;AACjB;AACA;EACE,YAAY;AACd;AACA;EACE,UAAU;EACV,yBAAyB;EACzB,eAAe;EACf,0BAA0B;EAC1B,kBAAkB;EAClB,kBAAkB;EAClB,gBAAgB;AAClB;AACA;EACE,YAAY;AACd;AACA;EACE,cAAc;AAChB;AACA;EACE,0BAA0B;EAC1B,eAAe;EACf,gBAAgB;AAClB;AACA;EACE;IACE,YAAY;IACZ,cAAc;EAChB;AACF;AACA;EACE,qBAAqB;AACvB;AACA;EACE,cAAc;AAChB;AACA;EACE,UAAU;EACV,WAAW;EACX,kBAAkB;EAClB,OAAO;EACP,wBAAwB;EACxB,WAAW;EACX,YAAY;EACZ,kBAAkB;EAClB,6BAA6B;EAC7B,6DAA6D;AAC/D;AACA;EACE,gBAAgB;EAChB,aAAa;EACb,sBAAsB;EACtB,SAAS;AACX;AACA;EACE,mBAAmB;EACnB,cAAc;EACd,WAAW;AACb;AACA;EACE,gBAAgB;AAClB;AACA;EACE,aAAa;EACb,yBAAyB;EACzB,mBAAmB;EACnB,gBAAgB;EAChB,SAAS;AACX;AACA;EACE,eAAe;EACf,cAAc;EACd,eAAe;EACf,kBAAkB;AACpB;AACA;EACE;IACE,kBAAkB;EACpB;AACF;AACA;EACE,cAAc;EACd,0BAA0B;AAC5B;AACA;EACE,qBAAqB;AACvB;AACA;EACE;IACE,8BAA8B;EAChC;AACF;AC7HA;EACE,gBAAgB;EAChB,iBAAiB;EACjB,qBAAqB;AACvB;;AAJA;EACE,gBAAgB;EAChB,iBAAiB;EACjB,qBAAqB;AACvB;;AAEA;EACE,aAAa;EACb,sBAAsB;AACxB;AACA;EACE,YAAY;AACd;AACA;EACE,aAAa;EACb,kBAAkB;EAClB,mBAAmB;EACnB,YAAY;EACZ,WAAW;EACX,YAAY;EACZ,iBAAiB;EACjB,eAAe;EACf,cAAc;EACd,wBAAgB;KAAhB,qBAAgB;UAAhB,gBAAgB;EAChB,6DAA6D;EAC7D,oFAAoF;AACtF;AACA;EACE,eAAe;EACf,iBAAiB;EACjB,qBAAqB;EACrB,SAAS;EACT,gBAAgB;EAChB,cAAc;EACd,gBAAgB;EAChB,cAAc;EACd,kBAAkB;EAClB,cAAc;AAChB;AACA;EACE;IACE,2EAA2E;IAC3E,8DAA8D;EAChE;AACF;AACA;EACE,kFAAkF;AACpF;AACA;EACE,eAAe;EACf,cAAc;AAChB;AAHA;EACE,eAAe;EACf,cAAc;AAChB;AACA;EACE,YAAY;AACd;AACA;EACE,gBAAgB;AAClB;AACA;EACE,eAAe;AACjB;AACA;EACE,YAAY;AACd;AACA;EACE,8FAA8F;AAChG;AClEA;EACE,yBAAyB;EACzB,kBAAkB;EAClB,YAAY;EACZ,aAAa;EACb,mBAAmB;EACnB,QAAQ;EACR,yBAAiB;KAAjB,sBAAiB;UAAjB,iBAAiB;EACjB,WAAW;AACb;AACA;EACE,aAAa;EACb,mBAAmB;EACnB,uBAAuB;EACvB,mBAAmB;EACnB,kBAAkB;EAClB,SAAS;EACT,kBAAkB;EAClB,QAAQ;EACR,eAAe;EACf,sDAAsD;EACtD,4CAA4C;AAC9C;AACA;EACE;IACE,mCAAmC;EACrC;AACF;AACA;EACE,mCAAmC;AACrC;AACA;EACE,mBAAmB;EACnB,cAAc;AAChB;AACA;EACE,gBAAgB;EAChB,kBAAkB;EAClB,eAAe;AACjB;ACvCA;EACE,uBAAuB;EACvB,wBAAwB;AAC1B;AACA;EACE;IACE,cAAc;EAChB;AACF;AACA;EACE,kBAAkB;EAClB,sBAAsB;EACtB,uBAAuB;AACzB;ACbA;EACE,aAAa;EACb,gBAAgB;EAChB,mBAAmB;EACnB,gBAAgB;AAClB;AACA;EACE,mBAAmB;EACnB,qBAAqB;AACvB;AACA;EACE,qBAAqB;EACrB,yBAAyB;AAC3B;AACA;EACE,WAAW;EACX,aAAa;EACb,mBAAmB;EACnB,QAAQ;AACV;AACA;EACE,gBAAgB;EAChB,mBAAmB;EACnB,gBAAgB;EAChB,uBAAuB;AACzB;AACA;EACE;IACE,WAAW;EACb;AACF;;AAEA;EACE,aAAa;EACb,mBAAmB;AACrB;AACA;EACE;IACE,sBAAsB;IACtB,uBAAuB;EACzB;AACF;AACA;EACE,WAAW;EACX,cAAc;EACd,gBAAgB;AAClB;AACA;EACE;IACE,aAAa;EACf;AACF;;AAEA;EACE,cAAc;EACd,mBAAmB;EACnB,gBAAgB;AAClB;ACzDA;EACE,UAAU;EACV,4BAA4B;EAC5B,gCAAgC;EAChC,yBAAyB;AAC3B;AACA;EACE;IACE,0BAA0B;IAC1B,YAAY;IACZ,0BAA0B;EAC5B;AACF;AACA;EACE,0BAA0B;EAC1B,YAAY;AACd;;AAEA;EACE,aAAa;EACb,mBAAmB;AACrB;AACA;EACE,mBAAmB;EACnB,uBAAuB;EACvB,gBAAgB;EAChB,gBAAgB;EAChB,kBAAkB;AACpB;AACA;EACE,aAAa;EACb,mBAAmB;AACrB;AACA;EACE,WAAW;AACb;ACnCA;EACE,aAAa;EACb,uBAAuB;EACvB,2BAA2B;EAC3B,WAAW;EACX,YAAY;AACd;;AAEA;EACE,YAAY;EACZ,0BAA0B;EAC1B,kBAAkB;EAClB,yBAAyB;EACzB,oBAAoB;EACpB,mEAAmE;EACnE,eAAe;AACjB;AACA;EACE,yBAAyB;EACzB,0BAA0B;AAC5B;AACA;EACE,2BAA2B;AAC7B;AACA;EACE,YAAY;EACZ,0BAA0B;AAC5B;AACA;EACE,aAAa;AACf;AACA;EACE,WAAW;EACX,WAAW;EACX,YAAY;EACZ,kBAAkB;EAClB,yBAAyB;EACzB,kBAAkB;EAClB,SAAS;EACT,QAAQ;EACR,0BAA0B;EAC1B,4DAA4D;AAC9D;AACA;EACE,aAAa;AACf;AACA;EACE,cAAc;EACd,gBAAgB;EAChB,eAAe;EACf,iBAAiB;EACjB,mBAAmB;AACrB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,UAAU;AACZ;AACA;EACE,kBAAkB;EAClB,QAAQ;EACR,SAAS;EACT,gCAAgC;EAChC,UAAU;EACV,WAAW;AACb;AACA;EACE,UAAU;EACV,UAAU;AACZ;ACtEA;EACE,aAAa;EACb,mBAAmB;EACnB,6BAA6B;AAC/B;AACA;EACE,uBAAuB;AACzB;AACA;EACE;IACE,uBAAuB;EACzB;AACF;AACA;;EAEE,eAAe;EACf,YAAY;AACd;AACA;;EAEE,eAAe;EACf,YAAY;AACd;AACA;EACE,iBAAiB;EACjB,cAAc;AAChB;AACA;EACE,cAAc;AAChB;AC7BA;EACE,gBAAgB;EAChB,iBAAiB;EACjB,qBAAqB;AACvB;;AAJA;EACE,gBAAgB;EAChB,iBAAiB;EACjB,qBAAqB;AACvB;;AAEA;EACE,kBAAkB;AACpB;AACA;EACE,iBAAiB;AACnB;AACA;EACE,gBAAgB;EAChB,iBAAiB;AACnB;AACA;EACE,YAAY;AACd;AACA;EACE,WAAW;AACb;AACA;EACE,aAAa;EACb,kBAAkB;EAClB,mBAAmB;EACnB,SAAS;EACT,cAAc;EACd,WAAW;EACX,gBAAgB;EAChB,eAAe;EACf,sBAAsB;EACtB,wBAAgB;KAAhB,qBAAgB;UAAhB,gBAAgB;EAChB,yBAAyB;EACzB,oFAAoF;AACtF;AACA;EACE,8FAA8F;AAChG;AACA;EACE,cAAc;EACd,eAAe;EACf,sBAAsB;AACxB;AAJA;EACE,cAAc;EACd,eAAe;EACf,sBAAsB;AACxB;AACA;EACE;;IAEE,2EAA2E;IAC3E,0BAA0B;EAC5B;AACF;AACA;;EAEE,kFAAkF;AACpF;AACA;EACE,0CAA0C;AAC5C;AACA;EACE;;IAEE,yBAAyB;IACzB,0CAA0C;IAC1C,0BAA0B;EAC5B;AACF;AACA;EACE,yBAAyB;EACzB,4CAA4C;AAC9C;AACA;EACE,kBAAkB;EAClB,WAAW;EACX,MAAM;EACN,YAAY;EACZ,aAAa;EACb,mBAAmB;AACrB;AACA;EACE,eAAe;EACf,iBAAiB;EACjB,qBAAqB;EACrB,SAAS;EACT,gBAAgB;EAChB,cAAc;EACd,gBAAgB;EAChB,cAAc;EACd,kBAAkB;EAClB,cAAc;AAChB;ACzFA;EACE,YAAY;EACZ,WAAW;EACX,kBAAkB;AACpB;;AAEA;EACE,WAAW;EACX,YAAY;EACZ,kBAAkB;AACpB;;AAEA;EACE,aAAa;EACb,sBAAsB;EACtB,2BAA2B;EAC3B,mBAAmB;EACnB,WAAW;AACb;AACA;EACE;IACE,eAAe;EACjB;AACF;AACA;EACE,WAAW;EACX,kBAAkB;AACpB;AACA;EACE,WAAW;EACX,kBAAkB;EAClB,kBAAkB;EAClB,gBAAgB;AAClB;AACA;EACE;IACE,aAAa;EACf;EACA;IACE,WAAW;IACX,kBAAkB;IAClB,WAAW;IACX,YAAY;IACZ,2EAA2E;IAC3E,OAAO;IACP,UAAU;IACV,6BAA6B;IAC7B,oBAAoB;EACtB;EACA;IACE,UAAU;IACV,6BAA6B;EAC/B;EACA;IACE,MAAM;EACR;EACA;IACE,SAAS;IACT,yBAAyB;EAC3B;AACF;AACA;EACE;IACE,cAAc;IACd,YAAY;EACd;AACF;AACA;EACE,cAAc;AAChB;AACA;EACE,cAAc;AAChB;AACA;EACE,aAAa;EACb,4DAA4D;EAC5D,QAAQ;AACV;AACA;EACE,mBAAmB;AACrB;AACA;EACE,kBAAkB;EAClB,aAAa;EACb,oBAAoB;EACpB,eAAe;EACf,WAAW;AACb;AACA;EACE,mBAAmB;EACnB,aAAa;EACb,mBAAmB;EACnB,qBAAqB;EACrB,WAAW;EACX,kBAAkB;EAClB,kBAAkB;EAClB,yBAAyB;EACzB,oFAAoF;AACtF;AACA;EACE,kFAAkF;AACpF;AACA;EACE;IACE,2EAA2E;IAC3E,0BAA0B;EAC5B;AACF;AACA;EACE,YAAY;AACd;AACA;EACE,iBAAiB;EACjB,iBAAiB;AACnB;AACA;EACE,aAAa;EACb,sBAAsB;EACtB,uBAAuB;EACvB,uBAAuB;EACvB,iBAAiB;EACjB,cAAc;EACd,YAAY;EACZ,iBAAiB;AACnB;AACA;;EAEE,cAAc;EACd,oBAAoB;EACpB,yBAAiB;KAAjB,sBAAiB;UAAjB,iBAAiB;EACjB,gBAAgB;AAClB;AACA;EACE,gBAAgB;AAClB;AACA;EACE,gBAAgB;EAChB,YAAY;AACd;AACA;EACE,YAAY;EACZ,yBAAyB;EACzB,iBAAiB;AACnB;AACA;EACE,WAAW;EACX,aAAa;EACb,uBAAuB;AACzB;AACA;EACE,YAAY;EACZ,aAAa;EACb,uBAAuB;EACvB,mBAAmB;EACnB,mBAAmB;EACnB,kBAAkB;AACpB;AACA;EACE,cAAc;EACd,gBAAgB;AAClB;;AAEA;EACE,UAAU;EACV,eAAe;AACjB;AACA;EACE,YAAY;EACZ,WAAW;AACb;AACA;EACE,WAAW;EACX,kBAAkB;AACpB;AACA;EACE,YAAY;AACd;AChLA;EACE,aAAa;EACb,uBAAuB;EACvB,sBAAsB;EACtB,SAAS;EACT,8BAA8B;EAC9B,aAAa;EACb,mBAAmB;EACnB,yBAAyB;EACzB,WAAW;EACX,yDAAyD;AAC3D;AACA;EACE,cAAc;EACd,SAAS;EACT,gBAAgB;AAClB;AChBA;EACE;IACE,wBAAwB;EAC1B;EACA;IACE,2BAA2B;EAC7B;AACF;AACA;EACE;IACE,UAAU;EACZ;EACA;IACE,UAAU;EACZ;AACF;AACA;EACE,gBAAgB;EAChB,kBAAkB;EAClB,WAAW;EACX,sBAAsB;EACtB,yIAAiI;UAAjI,iIAAiI;EACjI,aAAa;EACb,8BAA8B;AAChC;AACA;EACE,aAAa;EACb,mBAAmB;EACnB,2BAA2B;EAC3B,sBAAqB;EACrB,mCAAmC;EACnC,iCAAiC;AACnC;AACA;EACE,4BAA4B;AAC9B;AACA;EACE,qBAAqB;EACrB,gBAAgB;EAChB,oBAAoB;EACpB,wBAAwB;EACxB,2BAA2B;EAC3B,qCAAqC;AACvC;AACA;EACE,aAAa;EACb,mBAAmB;AACrB;AACA;EACE,kDAAkD;EAClD,mBAAmB;AACrB;AACA;EACE;IACE,sBAAsB;EACxB;AACF;AACA;EACE,mDAAmD;EACnD,sBAAsB;AACxB;AACA;EACE,8BAA8B;EAC9B,2DAA2D;EAC3D,mBAAmB;AACrB","file":"index.css","sourcesContent":[".button {\n font-weight: 800;\n line-height: 1.71;\n letter-spacing: 0.5px;\n}\n\n.button {\n opacity: 1;\n transition-property: opacity;\n transition-timing-function: ease;\n transition-duration: 0.3s;\n}\n@media (hover: hover) {\n .button:hover {\n cursor: pointer !important;\n opacity: 0.6;\n transition-duration: 0.03s;\n }\n}\n.button:active {\n transition-duration: 0.03s;\n opacity: 0.6;\n}\n\n.button {\n transition-property: all;\n transition-duration: 0.1s;\n font-size: 16px;\n -webkit-border-radius: 200px;\n -moz-border-radius: 200px;\n border-radius: 200px;\n display: inline-flex;\n align-items: center;\n justify-content: center;\n text-decoration: none;\n white-space: nowrap;\n position: relative;\n user-select: none;\n}\n.button.disable, .button.disable:hover, .button.disable:active {\n background-color: #e9eaec !important;\n color: #8f95a2 !important;\n cursor: default !important;\n box-shadow: none !important;\n}\n@media (max-width: 767.98px) {\n .button.full-width-on-tablets {\n max-width: 100%;\n width: 100%;\n }\n}\n@media (max-width: 575.98px) {\n .button {\n font-size: 14px;\n }\n .button.full-width-on-mobiles {\n max-width: 100%;\n width: 100%;\n }\n}\n.button.xl {\n height: 66px;\n padding: 0 64px;\n}\n@media (max-width: 575.98px) {\n .button.xl {\n height: 48px;\n padding: 0;\n }\n}\n.button.lg {\n font-size: 14px;\n height: 48px;\n padding: 0 48px;\n}\n@media (max-width: 575.98px) {\n .button.lg {\n height: 40px;\n }\n}\n.button.md {\n height: 40px;\n font-size: 14px;\n padding: 0 32px;\n}\n.button.sm {\n height: 35px;\n font-size: 12px;\n padding: 0 24px;\n}\n@media (max-width: 415px) {\n .button.sm.small-padding-on-small-mobiles {\n padding: 0 18px;\n }\n}\n.button.primary {\n box-shadow: 0 20px 40px 0 rgba(11, 137, 143, 0.39);\n background: #16cdd6;\n color: #ffffff;\n}\n.button.primary-bordered {\n border: 2px solid #16cdd6;\n color: #16cdd6;\n}\n.button.primary-bordered:hover {\n background-color: #d0f5f7;\n transition-duration: 0.02s;\n opacity: 1;\n}\n.button.primary-transparent {\n background: #d0f5f7;\n color: #16cdd6;\n}\n.button.transparent {\n background: rgba(255, 255, 255, 0.2);\n color: #ffffff;\n box-shadow: 0 23px 30px 0 rgba(0, 102, 107, 0.39);\n}\n.button.transparent-bordered {\n border: 2px solid #ffffff;\n color: #ffffff;\n}\n.button.transparent-without-shadow {\n background: transparent;\n border-color: transparent;\n color: #16cdd6;\n}\n.button.white {\n background: #ffffff;\n color: #39448e;\n box-shadow: 0 20px 20px rgba(15, 24, 75, 0.2);\n}\n.button.white-flat {\n background: #ffffff;\n color: #232d42;\n}\n.button-primary-dots-wrapper {\n position: absolute;\n top: 50%;\n left: 50%;\n transform: translate(-50%, -50%) scale(1.15);\n transition: all 0.1s cubic-bezier(0.22, 0.61, 0.36, 1);\n opacity: 0;\n}\n.button-primary-dots-wrapper.show {\n opacity: 1;\n transform: translate(-50%, -50%) scale(1);\n}\n.button-success-icon {\n position: absolute;\n top: 50%;\n left: 50%;\n opacity: 0;\n width: 20px;\n height: 20px;\n transform: translate(-50%, -50%) scale(1.4);\n transition: all 0.1s cubic-bezier(0.22, 0.61, 0.36, 1);\n display: flex;\n justify-content: center;\n align-items: center;\n}\n.button-success-icon.show {\n opacity: 1;\n transform: translate(-50%, -50%) scale(1);\n}\n.button-success-icon::after {\n content: \" \";\n display: inline-block;\n transform: rotate(45deg);\n height: 10px;\n width: 5px;\n border-bottom: 3px solid #16cdd6;\n border-right: 3px solid #16cdd6;\n margin-top: -4px;\n}\n.button-success-icon.transparent-bordered::after, .button-success-icon.transparent::after, .button-success-icon.primary::after {\n border-color: #ffffff;\n}\n.button-success-icon.primary-bordered::after, .button-success-icon.primary-transparent::after, .button-success-icon.transparent-without-shadow::after {\n border-color: #16cdd6;\n}\n.button-text {\n user-select: none;\n transform: scale(1);\n transition: all 0.1s cubic-bezier(0.22, 0.61, 0.36, 1);\n}\n.button-text.hide {\n opacity: 0;\n transform: scale(0.9);\n}\n.button .button-with-icon {\n display: flex;\n align-items: center;\n transform: scale(1);\n transition: all 0.1s cubic-bezier(0.22, 0.61, 0.36, 1);\n}\n.button .button-with-icon.hide {\n opacity: 0;\n transform: scale(0.9);\n}\n.button .button-with-icon-text {\n margin-left: 12px;\n}\n.button .button-with-icon.big-icon img {\n height: 24px;\n}",".loading-dots {\n display: flex;\n align-items: center;\n justify-content: center;\n margin: 0 auto;\n}\n.loading-dots.no-margins {\n margin: 0 !important;\n}\n.loading-dots .dot {\n border-radius: 50%;\n background: #ffffff;\n animation: 0.5s ease-in-out 0s alternate infinite dots;\n}\n.loading-dots .dot.colored {\n background: #16cdd6;\n}\n.loading-dots .dot:nth-child(2) {\n animation-delay: 0.2s;\n}\n.loading-dots .dot:nth-child(3) {\n animation-delay: 0.4s;\n}\n.loading-dots.big .dot {\n width: 24px;\n height: 24px;\n}\n@media (max-width: 575.98px) {\n .loading-dots.big .dot {\n width: 14px;\n height: 14px;\n }\n}\n.loading-dots.big .dot:nth-child(2) {\n margin-right: 12px;\n margin-left: 12px;\n}\n.loading-dots.small .dot {\n width: 14px;\n height: 14px;\n}\n.loading-dots.extra-small .dot {\n width: 8px;\n height: 8px;\n}\n.loading-dots.align-left {\n justify-content: flex-start;\n margin: 0;\n}\n.loading-dots.align-right {\n justify-content: flex-end;\n margin: 0;\n}\n\n@keyframes dots {\n 0% {\n transform: scale(1);\n opacity: 1;\n }\n 100% {\n transform: scale(0.45);\n opacity: 0.6;\n }\n}",".asset-icon {\n width: 34px;\n height: 34px;\n position: relative;\n}\n.asset-icon.small {\n width: 24px;\n height: 24px;\n}\n.asset-icon-primary {\n height: 34px;\n width: 34px;\n}\n.asset-icon-primary.small {\n width: 24px;\n height: 24px;\n}\n.asset-icon-secondary {\n width: 17px;\n height: 17px;\n position: absolute;\n right: -3px;\n bottom: -3px;\n box-shadow: -2px -2px 4px 1px rgba(35, 45, 66, 0.3);\n border-radius: 100%;\n}\n.asset-icon-secondary.small {\n width: 12px;\n height: 12px;\n right: -2px;\n bottom: -2px;\n box-shadow: -1px -1px 8px 1px rgba(35, 45, 66, 0.3);\n}",".link-button-text {\n font-weight: 700;\n line-height: 1.71;\n letter-spacing: 0.5px;\n}\n\n.link-button:not(.disabled) {\n opacity: 1;\n transition-property: opacity;\n transition-timing-function: ease;\n transition-duration: 0.3s;\n}\n@media (hover: hover) {\n .link-button:hover:not(.disabled) {\n cursor: pointer !important;\n opacity: 0.6;\n transition-duration: 0.03s;\n }\n}\n.link-button:active:not(.disabled) {\n transition-duration: 0.03s;\n opacity: 0.6;\n}\n\n.link-button {\n display: flex;\n align-items: center;\n}\n.link-button.icon-rotate-90deg img, .link-button.icon-rotate-90deg svg {\n transform: rotate(90deg);\n}\n.link-button.icon-rotate-180deg img, .link-button.icon-rotate-180deg svg {\n transform: rotate(180deg);\n}\n.link-button.icon-rotate-270deg img, .link-button.icon-rotate-270deg svg {\n transform: rotate(270deg);\n}\n.link-button img,\n.link-button svg {\n margin-left: -3px;\n margin-right: 4px;\n}\n.link-button-text {\n font-size: 14px;\n color: #ffffff;\n text-decoration: none;\n text-align: center;\n line-height: 14px;\n margin: 0;\n}\n.link-button-text.colored {\n color: #16cdd6;\n}\n.link-button-text.disabled {\n color: #8f95a2;\n cursor: default;\n}",".dialog-buttons {\n display: flex;\n justify-content: flex-end;\n align-items: center;\n gap: 20px;\n width: 100%;\n flex-wrap: wrap-reverse;\n}\n@media (max-width: 575.98px) {\n .dialog-buttons {\n flex-direction: column-reverse;\n gap: 20px;\n }\n}\n@media (max-width: 767.98px) {\n .dialog-buttons.hide-on-mobiles {\n display: none;\n }\n}\n.dialog-buttons.space-between-layout {\n justify-content: space-between;\n}",".background-title {\n pointer-events: none;\n user-select: none;\n position: relative;\n width: 200%;\n}\n.background-title-wrapper {\n position: absolute;\n overflow-x: hidden;\n width: 200%;\n height: 90px;\n top: 0;\n left: 0;\n}\n@media (max-width: 575.98px) {\n .background-title-wrapper {\n font-size: 30px;\n line-height: 50px;\n letter-spacing: 0.76875px;\n }\n}\n.background-title-wrapper.small-margins {\n top: 15px;\n left: 19px;\n}\n.background-title-wrapper-text {\n position: absolute;\n top: 0;\n left: 0;\n font-size: 50px;\n line-height: 50px;\n font-weight: 900;\n letter-spacing: 1.23px;\n color: rgba(18, 49, 107, 0.05);\n}\n.background-title-wrapper-text.small-margins {\n font-size: 30px;\n line-height: 50px;\n letter-spacing: 0.76875px;\n}\n@media (max-width: 575.98px) {\n .background-title-wrapper-text {\n font-size: 30px;\n line-height: 40px;\n letter-spacing: 0.76875px;\n }\n}",".close {\n width: 24px;\n height: 24px;\n padding: 6px;\n border-radius: 100%;\n background-color: #e9eaec;\n opacity: 0.5;\n transition: 0.2s all ease;\n cursor: pointer;\n box-sizing: border-box;\n}\n.close.large {\n width: 48px;\n height: 48px;\n padding: 16px;\n}\n@media (max-width: 767.98px) {\n .close.large {\n width: 36px;\n height: 36px;\n padding: 12px;\n }\n}\n.close.white path {\n fill: white;\n background-color: none;\n}\n.close.dark-invert {\n opacity: 0.5;\n background-color: #8f95a2;\n}\n@media (hover: hover) {\n .close.dark-invert:hover {\n opacity: 1;\n transition: opacity 0.03s ease;\n }\n}\n.close.dark-invert:active {\n opacity: 1;\n transition: opacity 0.03s ease;\n}\n.close.dark-invert path {\n fill: #f1f5f7;\n}\n.close.dark {\n box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0) inset, 0px 0px 3px 0px rgba(0, 0, 0, 0);\n}\n@media (hover: hover) {\n .close.dark:hover {\n opacity: 1;\n transition: opacity 0.03s ease;\n box-shadow: 0px 0px 0px 1px #d3d5d9 inset, 0px 0px 3px 0px rgba(0, 0, 0, 0);\n }\n}\n.close.dark:active {\n opacity: 1;\n transition: opacity 0.03s ease;\n box-shadow: 0px 0px 0px 1px #d3d5d9 inset, 0px 0px 3px 0px rgba(0, 0, 0, 0);\n}\n.close.dark path {\n fill: #68789d;\n}",".validation-text {\n font-weight: 600;\n line-height: 1.71;\n letter-spacing: 0.5px;\n}\n\n.validation {\n display: flex;\n align-items: center;\n margin-top: 12px;\n}\n.validation svg {\n flex-shrink: 0;\n}\n.validation-text {\n text-align: left;\n color: #8ae6ea;\n margin-left: 8px;\n font-size: 14px;\n}",".dialog {\n position: fixed;\n left: 0;\n top: 0;\n width: 100%;\n height: 100%;\n background: rgba(13, 30, 60, 0.5);\n z-index: -1;\n}\n\n.dialog {\n z-index: 9 !important;\n display: flex;\n align-items: flex-start;\n justify-content: center;\n overflow-y: auto;\n overflow-x: hidden;\n opacity: 1;\n backdrop-filter: blur(5px);\n}\n@media (max-width: 767.98px) {\n .dialog {\n backdrop-filter: none;\n background: #ffffff;\n align-items: flex-start;\n overflow: hidden;\n flex-direction: column;\n justify-content: flex-start;\n }\n}\n.dialog.hidden {\n opacity: 0;\n}\n.dialog.vertical-overflow-disabled {\n overflow-y: hidden;\n}\n.dialog.inline {\n position: relative;\n background: none;\n overflow: visible;\n width: auto;\n height: auto;\n backdrop-filter: none;\n}\n.dialog.dialog-transition-enter {\n opacity: 0;\n}\n.dialog.dialog-transition-enter .scrollable {\n transform: scale(0.95) translateY(-15px);\n}\n.dialog.dialog-transition-enter-active {\n opacity: 1;\n transition: opacity 0.2s ease;\n}\n.dialog.dialog-transition-enter-active .scrollable {\n transform: scale(1) translateY(0vh);\n transition: transform 0.2s ease;\n}\n.dialog.dialog-transition-exit {\n opacity: 1;\n}\n.dialog.dialog-transition-exit .scrollable {\n transform: scale(1) translateY(0vh);\n}\n.dialog.dialog-transition-exit-active {\n opacity: 0;\n transition: opacity 0.2s ease;\n}\n.dialog.dialog-transition-exit-active .scrollable {\n transform: scale(0.98) translateY(10px);\n transition: transform 0.2s ease;\n}\n.dialog .scrollable {\n position: relative;\n display: flex;\n align-items: center;\n justify-content: center;\n margin: 0 auto;\n width: 100%;\n -webkit-overflow-scrolling: auto !important;\n}\n@media (max-width: 767.98px) {\n .dialog .scrollable {\n margin: 0;\n flex: 1 1;\n align-items: start;\n }\n .dialog .scrollable:not(.inline) {\n overflow-y: auto;\n overflow-x: hidden;\n }\n}\n.dialog .fixed-buttons-container {\n background-color: #ffffff;\n width: 100vw;\n padding: 20px 20px max(20px, env(safe-area-inset-bottom)) 20px;\n opacity: 1;\n box-shadow: 0px 0px 3px 3px #ffffff, 0px 0px 10px 5px #ffffff;\n z-index: 0;\n}\n@media (min-width: 575.98px) {\n .dialog .fixed-buttons-container {\n padding: 20px 40px 40px 40px;\n }\n}\n.dialog .fixed-buttons-container-enter {\n display: none;\n opacity: 0;\n transition: none;\n}\n.dialog .fixed-buttons-container-enter-active {\n display: block;\n opacity: 0;\n transition: opacity 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);\n}\n.dialog .fixed-buttons-container-enter-done, .dialog .fixed-buttons-container-exit {\n opacity: 1;\n transition: opacity 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);\n}\n.dialog .fixed-buttons-container-exit-active {\n display: block;\n opacity: 0;\n transition: opacity 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);\n}\n.dialog .fixed-buttons-container-exit-done {\n display: none;\n opacity: 0;\n transition: none;\n}\n@media (min-width: 767.98px) {\n .dialog .fixed-buttons-container {\n display: none;\n }\n .dialog .fixed-buttons-container-enter, .dialog .fixed-buttons-container-enter-active, .dialog .fixed-buttons-container-enter-done, .dialog .fixed-buttons-container-exit, .dialog .fixed-buttons-container-exit-active, .dialog .fixed-buttons-container-exit-done {\n display: none;\n }\n}\n.dialog-wrapper {\n position: relative;\n width: 100%;\n max-width: 550px;\n box-shadow: 0 40px 30px 0 rgba(27, 45, 68, 0.2);\n margin: 20px;\n transition: all 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);\n transition-delay: 0.2s;\n background: #ffffff;\n border-radius: 16px;\n}\n@media (min-width: 767.98px) {\n .dialog-wrapper {\n overflow: hidden;\n }\n}\n@media (max-width: 767.98px) {\n .dialog-wrapper {\n margin: 0;\n }\n .dialog-wrapper:not(.inline) {\n box-shadow: none;\n min-width: 100vw;\n backdrop-filter: blur(5px);\n border-radius: 0;\n }\n}\n.dialog-wrapper.animation-disabled {\n transition: none;\n transition-delay: 0s;\n overflow: visible;\n}\n.dialog-wrapper.inline {\n margin: 0;\n width: 100%;\n min-width: auto;\n border-radius: 0;\n box-shadow: none;\n overflow: visible;\n}\n.dialog-wrapper.wide {\n max-width: 1014px;\n}\n.dialog-wrapper-rah-content {\n display: block !important;\n}\n.dialog-wrapper-controls-top-padding {\n width: 100%;\n display: block;\n height: 20px;\n}\n.dialog-wrapper-close {\n position: absolute;\n top: 40px;\n right: 40px;\n z-index: 2;\n}\n@media (max-width: 575.98px) {\n .dialog-wrapper-close {\n top: 20px;\n right: 20px;\n }\n}",".dialog-step {\n border-radius: 16px;\n background-color: #ffffff;\n padding: 40px;\n}\n@media (max-width: 575.98px) {\n .dialog-step {\n padding: 20px;\n }\n}\n\n.dialog {\n position: fixed;\n left: 0;\n top: 0;\n width: 100%;\n height: 100%;\n background: rgba(13, 30, 60, 0.5);\n z-index: -1;\n}\n\n.dialog {\n z-index: 9 !important;\n display: flex;\n align-items: flex-start;\n justify-content: center;\n overflow-y: auto;\n overflow-x: hidden;\n opacity: 1;\n backdrop-filter: blur(5px);\n}\n@media (max-width: 767.98px) {\n .dialog {\n backdrop-filter: none;\n background: #ffffff;\n align-items: flex-start;\n overflow: hidden;\n flex-direction: column;\n justify-content: flex-start;\n }\n}\n.dialog.hidden {\n opacity: 0;\n}\n.dialog.vertical-overflow-disabled {\n overflow-y: hidden;\n}\n.dialog.inline {\n position: relative;\n background: none;\n overflow: visible;\n width: auto;\n height: auto;\n backdrop-filter: none;\n}\n.dialog.dialog-transition-enter {\n opacity: 0;\n}\n.dialog.dialog-transition-enter .scrollable {\n transform: scale(0.95) translateY(-15px);\n}\n.dialog.dialog-transition-enter-active {\n opacity: 1;\n transition: opacity 0.2s ease;\n}\n.dialog.dialog-transition-enter-active .scrollable {\n transform: scale(1) translateY(0vh);\n transition: transform 0.2s ease;\n}\n.dialog.dialog-transition-exit {\n opacity: 1;\n}\n.dialog.dialog-transition-exit .scrollable {\n transform: scale(1) translateY(0vh);\n}\n.dialog.dialog-transition-exit-active {\n opacity: 0;\n transition: opacity 0.2s ease;\n}\n.dialog.dialog-transition-exit-active .scrollable {\n transform: scale(0.98) translateY(10px);\n transition: transform 0.2s ease;\n}\n.dialog .scrollable {\n position: relative;\n display: flex;\n align-items: center;\n justify-content: center;\n margin: 0 auto;\n width: 100%;\n -webkit-overflow-scrolling: auto !important;\n}\n@media (max-width: 767.98px) {\n .dialog .scrollable {\n margin: 0;\n flex: 1 1;\n align-items: start;\n }\n .dialog .scrollable:not(.inline) {\n overflow-y: auto;\n overflow-x: hidden;\n }\n}\n.dialog .fixed-buttons-container {\n background-color: #ffffff;\n width: 100vw;\n padding: 20px 20px max(20px, env(safe-area-inset-bottom)) 20px;\n opacity: 1;\n box-shadow: 0px 0px 3px 3px #ffffff, 0px 0px 10px 5px #ffffff;\n z-index: 0;\n}\n@media (min-width: 575.98px) {\n .dialog .fixed-buttons-container {\n padding: 20px 40px 40px 40px;\n }\n}\n.dialog .fixed-buttons-container-enter {\n display: none;\n opacity: 0;\n transition: none;\n}\n.dialog .fixed-buttons-container-enter-active {\n display: block;\n opacity: 0;\n transition: opacity 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);\n}\n.dialog .fixed-buttons-container-enter-done, .dialog .fixed-buttons-container-exit {\n opacity: 1;\n transition: opacity 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);\n}\n.dialog .fixed-buttons-container-exit-active {\n display: block;\n opacity: 0;\n transition: opacity 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);\n}\n.dialog .fixed-buttons-container-exit-done {\n display: none;\n opacity: 0;\n transition: none;\n}\n@media (min-width: 767.98px) {\n .dialog .fixed-buttons-container {\n display: none;\n }\n .dialog .fixed-buttons-container-enter, .dialog .fixed-buttons-container-enter-active, .dialog .fixed-buttons-container-enter-done, .dialog .fixed-buttons-container-exit, .dialog .fixed-buttons-container-exit-active, .dialog .fixed-buttons-container-exit-done {\n display: none;\n }\n}\n.dialog-wrapper {\n position: relative;\n width: 100%;\n max-width: 550px;\n box-shadow: 0 40px 30px 0 rgba(27, 45, 68, 0.2);\n margin: 20px;\n transition: all 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);\n transition-delay: 0.2s;\n background: #ffffff;\n border-radius: 16px;\n}\n@media (min-width: 767.98px) {\n .dialog-wrapper {\n overflow: hidden;\n }\n}\n@media (max-width: 767.98px) {\n .dialog-wrapper {\n margin: 0;\n }\n .dialog-wrapper:not(.inline) {\n box-shadow: none;\n min-width: 100vw;\n backdrop-filter: blur(5px);\n border-radius: 0;\n }\n}\n.dialog-wrapper.animation-disabled {\n transition: none;\n transition-delay: 0s;\n overflow: visible;\n}\n.dialog-wrapper.inline {\n margin: 0;\n width: 100%;\n min-width: auto;\n border-radius: 0;\n box-shadow: none;\n overflow: visible;\n}\n.dialog-wrapper.wide {\n max-width: 1014px;\n}\n.dialog-wrapper-rah-content {\n display: block !important;\n}\n.dialog-wrapper-controls-top-padding {\n width: 100%;\n display: block;\n height: 20px;\n}\n.dialog-wrapper-close {\n position: absolute;\n top: 40px;\n right: 40px;\n z-index: 2;\n}\n@media (max-width: 575.98px) {\n .dialog-wrapper-close {\n top: 20px;\n right: 20px;\n }\n}\n\n.dialog-step {\n position: absolute;\n top: 0;\n left: 0;\n padding: 0;\n display: block;\n width: 100%;\n opacity: 0;\n pointer-events: none;\n user-select: none;\n transition: all 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);\n transition-delay: 0s;\n max-height: 100%;\n}\n.dialog-step.inline {\n padding: 0;\n background: none;\n border-radius: 0;\n}\n@media (min-width: 767.98px) {\n .dialog-step:not(.inline) {\n overflow: hidden;\n }\n}\n.dialog-step.single-step {\n position: relative;\n top: 0;\n left: 0;\n width: 100%;\n}\n.dialog-step.current {\n opacity: 1;\n pointer-events: auto;\n user-select: auto;\n transition-delay: 0.8s;\n max-height: none;\n overflow: visible;\n}\n@media (max-width: 767.98px) {\n .dialog-step.with-background {\n min-height: 100vh;\n }\n}\n.dialog-step.prev, .dialog-step.next {\n opacity: 0;\n}\n.dialog-step.animation-disabled {\n transition: none;\n transition-delay: 0s;\n}\n.dialog-step-background-image {\n position: absolute;\n transition: inherit;\n transition-delay: inherit;\n width: 100%;\n height: 100%;\n top: 0;\n left: 0;\n border-radius: 16px;\n overflow: hidden;\n}\n@media (max-width: 767.98px) {\n .dialog-step-background-image {\n border-radius: 0;\n }\n}\n.dialog-step-background-image-desktop, .dialog-step-background-image-mobile {\n position: relative;\n object-fit: cover;\n transition: inherit;\n transition-delay: inherit;\n width: 100%;\n height: 100%;\n top: 0;\n left: 0;\n}\n.dialog-step-background-image-desktop.prev, .dialog-step-background-image-mobile.prev {\n transform: translateX(-5px) scale(1.05);\n}\n.dialog-step-background-image-desktop.current, .dialog-step-background-image-mobile.current {\n transform: translateX(0px) scale(1.05);\n}\n.dialog-step-background-image-desktop.next, .dialog-step-background-image-mobile.next {\n transform: translateX(5px) scale(1.05);\n}\n.dialog-step-background-image-desktop {\n display: block;\n}\n@media (max-width: 575.98px) {\n .dialog-step-background-image-desktop {\n display: none;\n }\n .dialog-step-background-image-desktop.primary {\n display: block;\n }\n}\n.dialog-step-background-image-mobile {\n display: none;\n}\n.dialog-step-background-image-mobile.primary {\n display: block;\n}\n@media (max-width: 575.98px) {\n .dialog-step-background-image-mobile {\n display: block;\n }\n}\n.dialog-step-wrapper {\n padding: 40px;\n}\n.dialog-step-wrapper.inline {\n padding: 0;\n}\n@media (max-width: 575.98px) {\n .dialog-step-wrapper:not(.inline) {\n padding: 20px 20px max(20px, env(safe-area-inset-bottom)) 20px;\n }\n}\n.dialog-step-wrapper.prev {\n animation: slideToLeft 0.2s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;\n animation-fill-mode: both;\n}\n.dialog-step-wrapper.next {\n animation: slideToRight 0.2s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;\n animation-fill-mode: both;\n}\n.dialog-step-wrapper.current.appear-from-left {\n animation: slideFromLeft 0.2s cubic-bezier(0.22, 0.61, 0.36, 1) 0.8s;\n animation-fill-mode: both;\n}\n.dialog-step-wrapper.current.appear-from-right {\n animation: slideFromRight 0.2s cubic-bezier(0.22, 0.61, 0.36, 1) 0.8s;\n animation-fill-mode: both;\n}\n@keyframes slideFromLeft {\n 0% {\n transform: translateX(-20px);\n }\n 100% {\n transform: translateX(0px);\n }\n}\n@keyframes slideFromRight {\n 0% {\n transform: translateX(20px);\n }\n 100% {\n transform: translateX(0px);\n }\n}\n@keyframes slideToLeft {\n 0% {\n transform: translateX(0px);\n }\n 100% {\n transform: translateX(-20px);\n }\n}\n@keyframes slideToRight {\n 0% {\n transform: translateX(0px);\n }\n 100% {\n transform: translateX(20px);\n }\n}\n.dialog-step-wrapper-back-button {\n margin-left: -3px;\n display: flex;\n justify-content: flex-start;\n margin-bottom: 8px;\n}\n.dialog-step-wrapper-header {\n max-width: 377px;\n display: flex;\n flex-direction: column;\n align-items: center;\n margin: 0 auto;\n position: relative;\n}\n.dialog-step-wrapper-header.text-left {\n max-width: 100%;\n margin: 0;\n align-items: flex-start;\n}\n.dialog-step-wrapper-header.with-background-image {\n max-width: 100%;\n padding-top: 20px;\n}\n.dialog-step-wrapper-header-logo {\n width: 130px;\n margin-top: 20px !important;\n margin-top: 40px;\n}\n.dialog-step-wrapper-header-logo svg {\n width: 100%;\n height: auto;\n}\n.dialog-step-wrapper-header-title {\n display: flex;\n justify-content: flex-start;\n align-items: center;\n margin-top: 24px;\n margin-bottom: 8px;\n}\n.dialog-step-wrapper-header-title.without-logo {\n margin-top: 0;\n}\n.dialog-step-wrapper-header-title.close-button-padding {\n padding-right: 58px;\n}\n@media (max-width: 767.98px) {\n .dialog-step-wrapper-header-title.close-button-padding {\n padding-right: 46px;\n }\n}\n.dialog-step-wrapper-header-title.no-close-button-padding {\n padding-right: 0;\n}\n.dialog-step-wrapper-header-title-icon, .dialog-step-wrapper-header-title-coin-icon {\n margin-right: 12px;\n display: flex;\n align-items: center;\n}\n.dialog-step-wrapper-header-title-icon img {\n height: 30px;\n}\n.dialog-step-wrapper-header-title-loading {\n margin-right: 15px;\n}\n@media (max-width: 575.98px) {\n .dialog-step-wrapper-header-title-loading {\n margin-right: 10px;\n }\n}\n.dialog-step-wrapper-header-title-text-content {\n font-size: 20px;\n line-height: 30px;\n letter-spacing: 0.5px;\n margin: 0;\n font-weight: 400;\n color: #232d42;\n color: #232d42;\n text-align: center;\n font-weight: bold;\n display: flex;\n justify-content: flex-start;\n align-items: flex-start;\n}\n.dialog-step-wrapper-header-title-text-content.without-logo {\n text-align: left;\n font-size: 30px;\n line-height: 40px;\n letter-spacing: 0.5px;\n font-weight: 900;\n margin: 0;\n color: #232d42;\n position: relative;\n}\n@media (max-width: 575.98px) {\n .dialog-step-wrapper-header-title-text-content.without-logo {\n font-size: 20px;\n line-height: 30px;\n }\n}\n.dialog-step-wrapper-header-title-text-content.white {\n color: #ffffff;\n}\n.dialog-step-wrapper-header-text {\n font-size: 14px;\n line-height: 24px;\n letter-spacing: 0.5px;\n margin: 0;\n color: #232d42;\n max-width: 100%;\n text-align: center;\n color: #8f95a2;\n margin-bottom: 40px;\n word-break: normal;\n}\n.dialog-step-wrapper-header-text.break-words {\n word-break: break-all;\n}\n.dialog-step-wrapper-header-text.text-left {\n text-align: left;\n}\n.dialog-step-wrapper-header-text.small-margin {\n margin-bottom: 28px;\n}\n.dialog-step-wrapper-header-text.no-margin {\n margin-bottom: 0;\n}\n.dialog-step-wrapper-header-text.white {\n color: #ffffff;\n}\n.dialog-step-wrapper-content {\n display: flex;\n flex-direction: column;\n justify-self: flex-start;\n position: relative;\n}\n.dialog-step-wrapper-content.align-left {\n align-items: flex-start;\n}\n.dialog-step-wrapper-content.align-center {\n align-items: center;\n}\n.dialog-step-wrapper-content.align-right {\n align-items: flex-end;\n}\n.dialog-step-wrapper-buttons {\n display: flex;\n align-items: center;\n justify-content: flex-end;\n margin-top: 28px;\n gap: 28px;\n}\n@media (max-width: 575.98px) {\n .dialog-step-wrapper-buttons {\n margin-top: 20px;\n }\n}\n.dialog-step-wrapper-buttons.big-margin {\n margin-top: 40px;\n}\n@media (max-width: 575.98px) {\n .dialog-step-wrapper-buttons.big-margin {\n margin-top: 28px;\n }\n}\n.dialog-step-wrapper-buttons.no-margin {\n margin-top: 0;\n}",".asset-selection {\n display: flex;\n align-items: center;\n background-color: #ffffff;\n border-radius: 100px;\n user-select: none;\n box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0) inset, 0px 0px 3px 0px rgba(0, 0, 0, 0);\n transition: all 0.2s ease;\n cursor: pointer;\n}\n@media (hover: hover) {\n .asset-selection:hover:not(.disabled) {\n box-shadow: 0px 0px 0px 1px #d3d5d9 inset, 0px 0px 3px 0px rgba(0, 0, 0, 0);\n }\n}\n.asset-selection.disabled {\n opacity: 0.5;\n}\n.asset-selection:active:not(.disabled), .asset-selection.active:not(.disabled) {\n box-shadow: 0px 0px 0px 1px #16cdd6 inset, 0px 0px 3px 0px rgba(22, 205, 214, 0.3);\n transition: all 0.03s ease;\n}\n.asset-selection-protocol-wrapper {\n background-color: #d0f5f7;\n color: #16cdd6;\n padding: 2px 5px;\n font-size: 8px;\n border-radius: 50px;\n font-weight: 700;\n margin-right: 3px;\n text-wrap: nowrap;\n}\n.asset-selection-icon-wrapper {\n padding: 10px 5px 10px 10px;\n}\n.asset-selection h6 {\n color: #232d42;\n font-weight: 600;\n margin: 1px 7px 0 2px;\n}\n.asset-selection .arrow {\n margin: 10px 10px 10px 0;\n transform: rotate(-90deg);\n height: 14px;\n}",".tooltip {\n font-size: 14px;\n line-height: 24px;\n letter-spacing: 0.5px;\n margin: 0;\n color: #232d42;\n font-weight: 400;\n line-height: 20px;\n padding: 20px 16px;\n background: #232d42;\n position: absolute;\n bottom: calc(100% + 15px);\n left: 50%;\n transform: translateX(-50%);\n color: #ffffff;\n border-radius: 16px;\n z-index: 3;\n display: block;\n min-width: 200px;\n max-width: 300px;\n text-align: center;\n word-wrap: break-word;\n word-break: normal;\n}\n.tooltip.enter {\n opacity: 0;\n transform: translateX(-50%) translateY(10px) scale(0.95);\n}\n.tooltip.enter-active, .tooltip.exit {\n opacity: 1;\n transform: translateX(-50%) translateY(0) scale(1);\n transition: 0.2s all cubic-bezier(0.22, 0.61, 0.36, 1);\n}\n.tooltip.exit-active {\n opacity: 0;\n transform: translateX(-50%) translateY(0) scale(1);\n}\n.tooltip.top-left {\n transform: none;\n bottom: calc(100% + 15px);\n right: -14px;\n left: auto;\n}\n.tooltip.top-left img,\n.tooltip.top-left svg {\n left: auto;\n right: 0px;\n top: calc(100% - 4px);\n transform: translateX(-40%);\n}\n.tooltip.top-left.enter {\n opacity: 0;\n transform: translateX(5px) translateY(10px) scale(0.95);\n}\n.tooltip.top-left.enter-active, .tooltip.top-left.enter-done, .tooltip.top-left.exit {\n opacity: 1;\n transform: translateX(0) translateY(0) scale(1);\n}\n.tooltip.top-left.exit-active {\n opacity: 0;\n transform: translateX(0) translateY(0) scale(1);\n}\n.tooltip.top-right {\n transform: none;\n bottom: calc(100% + 15px);\n left: -14px;\n}\n.tooltip.top-right img,\n.tooltip.top-right svg {\n left: 0px;\n top: calc(100% - 4px);\n transform: translateX(40%);\n}\n.tooltip.top-right.enter {\n opacity: 0;\n transform: translateX(-5px) translateY(10px) scale(0.95);\n}\n.tooltip.top-right.enter-active, .tooltip.top-right.enter-done, .tooltip.top-right.exit {\n opacity: 1;\n transform: translateX(0) translateY(0) scale(1);\n}\n.tooltip.top-right.exit-active {\n opacity: 0;\n transform: translateX(0) translateY(0) scale(1);\n}\n.tooltip.left {\n left: auto;\n right: calc(100% + 16px);\n bottom: calc(100% - 4px);\n}\n.tooltip.left img,\n.tooltip.left svg {\n top: 41%;\n left: calc(100% - 7px);\n transform: rotateZ(-90deg);\n}\n.tooltip.left.enter {\n opacity: 0;\n transform: translateX(16px) translateY(50%) scale(0.95);\n}\n.tooltip.left.enter-active, .tooltip.left.enter-done, .tooltip.left.exit {\n opacity: 1;\n transform: translateX(0) translateY(50%) scale(1);\n}\n.tooltip.left.exit-active {\n opacity: 0;\n transform: translateX(0) translateY(50%) scale(1);\n}\n.tooltip.bottom {\n bottom: auto;\n top: calc(100% + 16px);\n left: 50%;\n}\n.tooltip.bottom img,\n.tooltip.bottom svg {\n position: absolute;\n top: -12px;\n left: calc(50% - 12px);\n transform: rotateZ(-180deg);\n}\n.tooltip.bottom.enter {\n opacity: 0;\n transform: translateX(-50%) translateY(-10px) scale(0.95);\n}\n.tooltip.bottom.enter-active, .tooltip.bottom.enter-done, .tooltip.bottom.exit {\n opacity: 1;\n transform: translateX(-50%) translateY(0) scale(1);\n}\n.tooltip.bottom.exit-active {\n opacity: 0;\n transform: translateX(-50%) translateY(0) scale(1);\n}\n.tooltip.right {\n left: calc(100% + 16px);\n right: auto;\n top: 7px;\n bottom: auto;\n}\n.tooltip.right img,\n.tooltip.right svg {\n position: absolute;\n top: calc(50% - 6px);\n left: -18px;\n transform: rotateZ(-270deg);\n}\n.tooltip.right.enter {\n opacity: 0;\n transform: translateX(-16px) translateY(-50%) scale(0.95);\n}\n.tooltip.right.enter-active, .tooltip.right.enter-done, .tooltip.right.exit {\n opacity: 1;\n transform: translateX(0) translateY(-50%) scale(1);\n}\n.tooltip.right.exit-active {\n opacity: 0;\n transform: translateX(0) translateY(-50%) scale(1);\n}\n.tooltip.wide {\n min-width: 300px;\n}\n.tooltip.ignore-pointer {\n pointer-events: none;\n}\n.tooltip-enter {\n opacity: 0;\n bottom: calc(100% - 10px);\n position: absolute;\n}\n.tooltip-enter-active {\n opacity: 1;\n bottom: calc(100% + 15px);\n position: absolute;\n transition: 0.3s;\n}\n.tooltip-enter-done {\n bottom: calc(100% + 15px);\n position: absolute;\n}\n.tooltip-exit {\n opacity: 1;\n bottom: calc(100% + 15px);\n position: absolute;\n}\n.tooltip-exit-active {\n opacity: 0;\n bottom: calc(100% - 10px);\n position: absolute;\n}\n.tooltip img,\n.tooltip svg {\n position: absolute;\n top: calc(100% - 1px);\n left: 50%;\n transform: translateX(-50%);\n}",".notice-icon-image {\n opacity: 1;\n transition-property: opacity;\n transition-timing-function: ease;\n transition-duration: 0.3s;\n}\n@media (hover: hover) {\n .notice-icon-image:hover {\n cursor: pointer !important;\n opacity: 0.6;\n transition-duration: 0.03s;\n }\n}\n.notice-icon-image:active {\n transition-duration: 0.03s;\n opacity: 0.6;\n}\n\n.notice-icon {\n position: relative;\n display: flex;\n}\n.notice-icon-tooltip {\n left: 50%;\n}",".title-box.full-width {\n width: 100%;\n}\n.title-box-wrapper {\n width: 100%;\n display: flex;\n align-items: center;\n justify-content: space-between;\n flex-grow: 1;\n margin-bottom: 4px;\n gap: 8px;\n min-height: 26px;\n}\n.title-box-wrapper-title {\n color: #8f95a2;\n font-weight: 600;\n text-align: left;\n}\n.title-box-wrapper-title.transparent-title {\n color: rgba(255, 255, 255, 0.2);\n}\n.title-box-wrapper-link-button {\n position: relative;\n}",".amount-input-container-input-wrapper .requested-amount-fiat-skeleton-content {\n height: 16px;\n width: 100%;\n border-radius: 4px;\n}\n\n.amount-input-container-input-wrapper .requested-amount-coin-skeleton-content {\n height: 20px;\n width: 100%;\n border-radius: 4px;\n}\n\n.amount-input-container {\n padding: 20px;\n background: #f1f5f7;\n border-radius: 8px;\n display: flex;\n align-items: center;\n gap: 10px;\n justify-content: space-between;\n transition: 0.2s box-shadow ease;\n min-height: 86.5px;\n}\n.amount-input-container.upper-form-position {\n border-bottom-left-radius: 4px;\n border-bottom-right-radius: 4px;\n}\n.amount-input-container.lower-form-position {\n border-top-left-radius: 4px;\n border-top-right-radius: 4px;\n}\n.amount-input-container.error-encountered {\n box-shadow: 0px 0px 0px 1px #ee6a7d inset, 0px 0px 3px 0px rgba(238, 106, 125, 0.3) !important;\n}\n@media (hover: hover) {\n .amount-input-container:hover:not(.focus) {\n box-shadow: 0px 0px 0px 1px #d3d5d9 inset, 0px 0px 3px 0px rgba(0, 0, 0, 0);\n transition: 0.02s box-shadow ease;\n }\n}\n.amount-input-container.focus {\n box-shadow: 0px 0px 0px 1px #16cdd6 inset, 0px 0px 3px 0px rgba(22, 205, 214, 0.3);\n}\n.amount-input-container-input-wrapper {\n width: 100%;\n}\n.amount-input-container-input-wrapper.disabled {\n opacity: 0.15;\n}\n@media (max-width: 767.98px) {\n .amount-input-container-input-wrapper.bottom-margin {\n margin-bottom: 20px;\n }\n}\n.amount-input-container-input-wrapper .asset-balance {\n display: flex;\n justify-content: flex-start;\n align-items: center;\n}\n.amount-input-container-input-wrapper .asset-balance svg {\n margin-left: -1px;\n margin-right: 4px;\n}\n.amount-input-container-input-wrapper .asset-balance svg path {\n transition: stroke 0.2s ease;\n}\n.amount-input-container-input-wrapper .asset-balance.red svg path {\n stroke: #ee6a7d;\n}\n.amount-input-container-input-wrapper .asset-balance.red p {\n color: #ee6a7d;\n}\n.amount-input-container-input-wrapper .asset-balance p {\n color: #8f95a2;\n transition: color 0.2s ease;\n}\n.amount-input-container-input-wrapper .asset-balance p span {\n opacity: 0.5;\n}\n.amount-input-container-input-wrapper .requested-amount-coin {\n font-size: 20px;\n font-weight: 700;\n color: #232d42;\n width: 100%;\n padding: 0;\n display: flex;\n align-items: center;\n position: relative;\n}\n.amount-input-container-input-wrapper .requested-amount-coin::after {\n content: \" \";\n width: 100%;\n height: 100%;\n position: absolute;\n top: 0;\n left: 0;\n box-shadow: -20px 0px 10px -15px #f1f5f7 inset;\n pointer-events: none;\n user-select: none;\n}\n.amount-input-container-input-wrapper .requested-amount-coin-currency, .amount-input-container-input-wrapper .requested-amount-coin-input {\n font-size: inherit;\n font-weight: inherit;\n font-family: inherit;\n color: inherit;\n margin: 0;\n}\n.amount-input-container-input-wrapper .requested-amount-coin-currency {\n user-select: none;\n padding-right: 4px;\n white-space: nowrap;\n}\n.amount-input-container-input-wrapper .requested-amount-coin-input {\n border: none;\n background: transparent;\n padding: 0;\n width: 100%;\n flex-grow: 1;\n margin: 0;\n}\n.amount-input-container-input-wrapper .requested-amount-coin-input::placeholder {\n color: rgba(35, 45, 66, 0.3);\n}\n.amount-input-container-input-wrapper .requested-amount-coin-skeleton {\n height: 24px;\n width: 40%;\n display: flex;\n align-items: center;\n}\n.amount-input-container-input-wrapper .requested-amount-fiat {\n color: #8f95a2;\n display: flex;\n align-items: center;\n font-size: 14px;\n text-align: left;\n}\n.amount-input-container-input-wrapper .requested-amount-fiat-enter {\n opacity: 0;\n margin-top: -19px;\n transform: translateY(24px);\n}\n.amount-input-container-input-wrapper .requested-amount-fiat-enter-active {\n opacity: 1;\n transition: opacity 0.2s cubic-bezier(0.22, 0.61, 0.36, 1), margin-top 0.2s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);\n margin-top: 0;\n transform: translateY(0);\n}\n.amount-input-container-input-wrapper .requested-amount-fiat-exit {\n opacity: 1;\n margin-top: 0;\n transform: translateY(0);\n}\n.amount-input-container-input-wrapper .requested-amount-fiat-exit-active {\n opacity: 0;\n transition: opacity 0.1s cubic-bezier(0.22, 0.61, 0.36, 1), margin-top 0.2s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);\n margin-top: -19px;\n transform: translateY(24px);\n}\n.amount-input-container-input-wrapper .requested-amount-fiat-currency, .amount-input-container-input-wrapper .requested-amount-fiat-input, .amount-input-container-input-wrapper .requested-amount-fiat-placeholder {\n font-size: inherit;\n font-weight: inherit;\n font-family: inherit;\n color: inherit;\n}\n.amount-input-container-input-wrapper .requested-amount-fiat-currency {\n user-select: none;\n padding-right: 4px;\n white-space: nowrap;\n}\n.amount-input-container-input-wrapper .requested-amount-fiat-input {\n background: none;\n outline: none;\n border: none;\n padding: 0;\n width: 100%;\n flex-grow: 1;\n margin: 0;\n}\n.amount-input-container-input-wrapper .requested-amount-fiat-input::placeholder {\n color: rgba(35, 45, 66, 0.3);\n}\n.amount-input-container-input-wrapper .requested-amount-fiat-skeleton {\n width: 25%;\n display: flex;\n align-items: center;\n}\n.amount-input-container-input-wrapper .requested-amount-fiat-placeholder {\n cursor: pointer;\n}",".swap-form-inputs-separator:not(.disabled) {\n opacity: 1;\n transition-property: opacity;\n transition-timing-function: ease;\n transition-duration: 0.3s;\n}\n@media (hover: hover) {\n .swap-form-inputs-separator:hover:not(.disabled) {\n cursor: pointer !important;\n opacity: 0.6;\n transition-duration: 0.03s;\n }\n}\n.swap-form-inputs-separator:active:not(.disabled) {\n transition-duration: 0.03s;\n opacity: 0.6;\n}\n\n.swap-form {\n width: 100%;\n}\n.swap-form-inputs {\n position: relative;\n z-index: 2;\n}\n.swap-form-inputs-separator {\n height: 4px;\n display: flex;\n justify-content: center;\n align-items: center;\n user-select: none;\n}\n.swap-form-inputs-separator img {\n margin: -13px 0;\n}\n.swap-form-inputs-separator.disabled {\n opacity: 0.7;\n}\n.swap-form-information-field {\n z-index: 1;\n background-color: #f1f5f7;\n margin-top: 4px;\n border-radius: 0 0 8px 8px;\n padding: 10px 20px;\n position: relative;\n text-align: left;\n}\n.swap-form-information-field .semi-transparent {\n opacity: 0.5;\n}\n.swap-form-information-field p {\n color: #8f95a2;\n}\n.swap-form-information-field p .interactable {\n text-decoration: underline;\n cursor: pointer;\n transition: 0.3s;\n}\n@media (hover: hover) {\n .swap-form-information-field p .interactable:hover {\n opacity: 0.7;\n transition: 0s;\n }\n}\n.swap-form-information-field p .interactable:active {\n text-decoration: none;\n}\n.swap-form-information-field p .red {\n color: #ee6a7d;\n}\n.swap-form-information-field::before {\n z-index: 0;\n content: \"\";\n position: absolute;\n left: 0;\n bottom: calc(100% + 4px);\n width: 100%;\n height: 20px;\n border-radius: 8px;\n background-color: transparent;\n box-shadow: 0px 0px 0px 4px #ffffff, 0px 10px 0px 0px #f1f5f7;\n}\n.swap-form-address-field {\n margin-top: 20px;\n display: flex;\n flex-direction: column;\n gap: 12px;\n}\n.swap-form-rate-selector {\n margin-bottom: 20px;\n display: block;\n width: 100%;\n}\n.swap-form-validation-text {\n margin-top: 20px;\n}\n.swap-form-button-container {\n display: flex;\n justify-content: flex-end;\n align-items: center;\n margin-top: 40px;\n gap: 12px;\n}\n.swap-form-button-container-consent-text {\n text-align: end;\n color: #8f95a2;\n font-size: 13px;\n font-style: italic;\n}\n@media (max-width: 575.98px) {\n .swap-form-button-container-consent-text {\n text-align: center;\n }\n}\n.swap-form-button-container-consent-text-link {\n color: #8f95a2;\n text-decoration: underline;\n}\n.swap-form-button-container-consent-text-link:active {\n text-decoration: none;\n}\n@media (max-width: 575.98px) {\n .swap-form-button-container {\n flex-direction: column-reverse;\n }\n}",".textarea-input, .textarea-input::placeholder {\n font-weight: 400;\n line-height: 1.71;\n letter-spacing: 0.5px;\n}\n\n.textarea {\n display: flex;\n flex-direction: column;\n}\n.textarea.full-height {\n height: 100%;\n}\n.textarea-input {\n padding: 20px;\n border-radius: 7px;\n background: #f1f5f7;\n border: none;\n width: 100%;\n resize: none;\n min-height: 117px;\n font-size: 16px;\n color: #8f95a2;\n appearance: none;\n transition: 0.2s box-shadow cubic-bezier(0.22, 0.61, 0.36, 1);\n box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0) inset, 0px 0px 3px 0px rgba(0, 0, 0, 0);\n}\n.textarea-input-label {\n font-size: 16px;\n line-height: 26px;\n letter-spacing: 0.5px;\n margin: 0;\n font-weight: 400;\n color: #232d42;\n font-weight: 600;\n color: #8f95a2;\n margin-bottom: 8px;\n display: block;\n}\n@media (hover: hover) {\n .textarea-input:hover:not(:focus) {\n box-shadow: 0px 0px 0px 1px #d3d5d9 inset, 0px 0px 3px 0px rgba(0, 0, 0, 0);\n transition: 0.02s box-shadow cubic-bezier(0.22, 0.61, 0.36, 1);\n }\n}\n.textarea-input:focus {\n box-shadow: 0px 0px 0px 1px #16cdd6 inset, 0px 0px 3px 0px rgba(22, 205, 214, 0.3);\n}\n.textarea-input::placeholder {\n font-size: 16px;\n color: #8f95a2;\n}\n.textarea-input.full-height {\n height: 100%;\n}\n.textarea-input.adaptive-height {\n min-height: auto;\n}\n.textarea-input.small-text {\n font-size: 12px;\n}\n.textarea-input.disabled {\n opacity: 0.5;\n}\n.textarea-input.error-encountered {\n box-shadow: 0px 0px 0px 1px #ee6a7d inset, 0px 0px 3px 0px rgba(238, 106, 125, 0.3) !important;\n}",".rate-selector {\n background-color: #f1f5f7;\n border-radius: 8px;\n padding: 4px;\n display: flex;\n flex-direction: row;\n gap: 4px;\n user-select: none;\n width: 100%;\n}\n.rate-selector-item {\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n padding: 12px 12px;\n flex: 1 1;\n border-radius: 4px;\n gap: 4px;\n cursor: pointer;\n transition: 0.2s all cubic-bezier(0.22, 0.61, 0.36, 1);\n box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);\n}\n@media (hover: hover) {\n .rate-selector-item:not(.selected):hover {\n box-shadow: 0px 0px 0px 1px #e0e2eb;\n }\n}\n.rate-selector-item:not(.selected):active {\n box-shadow: 0px 0px 0px 1px #e0e2eb;\n}\n.rate-selector-item.selected {\n background: #ffffff;\n color: #16cdd6;\n}\n.rate-selector-item-text {\n font-weight: 600;\n text-align: center;\n font-size: 16px;\n}",".qr-code {\n width: 180px !important;\n height: 180px !important;\n}\n@media (max-width: 767.98px) {\n .qr-code {\n margin: 0 auto;\n }\n}\n.qr-code.fill {\n position: absolute;\n width: 100% !important;\n height: 100% !important;\n}",".first-line-text {\n display: flex;\n font-weight: 700;\n white-space: nowrap;\n text-align: left;\n}\n.first-line-text .wrap {\n white-space: normal;\n word-wrap: break-word;\n}\n.first-line-text .break {\n word-break: break-all;\n white-space: break-spaces;\n}\n.first-line-text .full-text {\n width: 100%;\n display: flex;\n align-items: center;\n gap: 8px;\n}\n.first-line-text .shorted {\n word-wrap: unset;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n@media (max-width: 767.98px) {\n .first-line-text .shorted {\n width: auto;\n }\n}\n\n.horizontal {\n display: flex;\n align-items: center;\n}\n@media (max-width: 575.98px) {\n .horizontal {\n flex-direction: column;\n align-items: flex-start;\n }\n}\n.horizontal .line {\n width: 20px;\n margin: 0 12px;\n text-align: left;\n}\n@media (max-width: 575.98px) {\n .horizontal .line {\n display: none;\n }\n}\n\n.second-line-text {\n color: #8f95a2;\n white-space: nowrap;\n text-align: left;\n}",".line-with-icon-link-icon {\n opacity: 1;\n transition-property: opacity;\n transition-timing-function: ease;\n transition-duration: 0.3s;\n}\n@media (hover: hover) {\n .line-with-icon-link-icon:hover {\n cursor: pointer !important;\n opacity: 0.6;\n transition-duration: 0.03s;\n }\n}\n.line-with-icon-link-icon:active {\n transition-duration: 0.03s;\n opacity: 0.6;\n}\n\n.line-with-icon-link {\n display: flex;\n align-items: center;\n}\n.line-with-icon-link-text {\n white-space: nowrap;\n text-overflow: ellipsis;\n overflow: hidden;\n font-weight: 700;\n margin-right: 16px;\n}\n.line-with-icon-link-icon {\n display: flex;\n align-items: center;\n}\n.line-with-icon-link-icon img {\n width: 24px;\n}",".radio-button-with-text-container {\n display: flex;\n align-items: flex-start;\n justify-content: flex-start;\n width: 57px;\n height: 30px;\n}\n\n.radio-button-with-text {\n height: 30px;\n padding: 4px 14px 4px 43px;\n position: relative;\n background-color: #e0e2eb;\n border-radius: 100px;\n transition: 0.2s background-color cubic-bezier(0.22, 0.61, 0.36, 1);\n cursor: pointer;\n}\n.radio-button-with-text.selected {\n background-color: #16cdd6;\n padding: 4px 43px 4px 14px;\n}\n.radio-button-with-text.selected:before {\n transform: translateX(27px);\n}\n.radio-button-with-text.disabled {\n opacity: 0.6;\n cursor: default !important;\n}\n.radio-button-with-text.hide:before {\n content: none;\n}\n.radio-button-with-text:before {\n content: \"\";\n width: 26px;\n height: 26px;\n border-radius: 50%;\n background-color: #ffffff;\n position: absolute;\n left: 2px;\n top: 2px;\n transform: translateX(0px);\n transition: 0.2s transform cubic-bezier(0.22, 0.61, 0.36, 1);\n}\n.radio-button-with-text input {\n display: none;\n}\n.radio-button-with-text-wrapper {\n color: #ffffff;\n font-weight: 700;\n font-size: 12px;\n line-height: 22px;\n white-space: nowrap;\n}\n.radio-button-with-text-content {\n margin-top: -1px;\n}\n.radio-button-with-text-content.hide {\n opacity: 0;\n}\n.radio-button-with-text-dots {\n position: absolute;\n top: 50%;\n left: 50%;\n transform: translate(-50%, -50%);\n opacity: 0;\n z-index: -1;\n}\n.radio-button-with-text-dots.show {\n opacity: 1;\n z-index: 0;\n}",".information-message {\n display: flex;\n align-items: center;\n background-color: transparent;\n}\n.information-message.data-loaded {\n align-items: flex-start;\n}\n@media (max-width: 575.98px) {\n .information-message {\n align-items: flex-start;\n }\n}\n.information-message img,\n.information-message svg {\n min-width: 24px;\n height: 24px;\n}\n.information-message.big-image img,\n.information-message.big-image svg {\n min-width: 29px;\n height: 29px;\n}\n.information-message .information-message-text {\n margin-left: 12px;\n color: #8f95a2;\n}\n.information-message .information-message-text.white-text {\n color: #ffffff;\n}",".input input, .input input::placeholder {\n font-weight: 400;\n line-height: 1.71;\n letter-spacing: 0.5px;\n}\n\n.input {\n position: relative;\n}\n.input.big-height input {\n min-height: 117px;\n}\n.input.small-height input {\n min-height: 48px;\n padding: 8px 20px;\n}\n.input.disabled > input {\n opacity: 0.5;\n}\n.input.fill-width {\n width: 100%;\n}\n.input input {\n padding: 20px;\n border-radius: 7px;\n background: #f1f5f7;\n border: 0;\n color: #8f95a2;\n width: 100%;\n min-height: 66px;\n font-size: 16px;\n vertical-align: center;\n appearance: none;\n transition: 0.2s all ease;\n box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0) inset, 0px 0px 3px 0px rgba(0, 0, 0, 0);\n}\n.input input.error-encountered {\n box-shadow: 0px 0px 0px 1px #ee6a7d inset, 0px 0px 3px 0px rgba(238, 106, 125, 0.3) !important;\n}\n.input input::placeholder {\n color: #8f95a2;\n font-size: 16px;\n vertical-align: center;\n}\n@media (hover: hover) {\n .input-clear-button:hover:not(:active) + input:not(:focus),\n .input input:hover:not(:focus) {\n box-shadow: 0px 0px 0px 1px #d3d5d9 inset, 0px 0px 3px 0px rgba(0, 0, 0, 0);\n transition: 0.02s all ease;\n }\n}\n.input-clear-button:active + input,\n.input input:focus {\n box-shadow: 0px 0px 0px 1px #16cdd6 inset, 0px 0px 3px 0px rgba(22, 205, 214, 0.3);\n}\n.input.image-background input {\n box-shadow: 0px 10px 30px rgba(0, 0, 0, 0);\n}\n@media (hover: hover) {\n .input.image-background-clear-button:hover:not(:active) + input:not(:focus),\n .input.image-background input:hover:not(:focus) {\n background-color: #ffffff;\n box-shadow: 0px 10px 30px rgba(0, 0, 0, 0);\n transition: 0.02s all ease;\n }\n}\n.input.image-background input:focus {\n background-color: #ffffff;\n box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);\n}\n.input-clear-button {\n position: absolute;\n right: 20px;\n top: 0;\n height: 100%;\n display: flex;\n align-items: center;\n}\n.input-label {\n font-size: 16px;\n line-height: 26px;\n letter-spacing: 0.5px;\n margin: 0;\n font-weight: 400;\n color: #232d42;\n font-weight: 600;\n color: #8f95a2;\n margin-bottom: 8px;\n display: block;\n}",".coin-picker.loading .item .link .content .name, .coin-picker.loading .item .link .content .amount {\n height: 16px;\n width: 100%;\n border-radius: 4px;\n}\n\n.coin-picker.loading .item .link .icon {\n width: 20px;\n height: 20px;\n border-radius: 50%;\n}\n\n.coin-picker {\n display: flex;\n flex-direction: column;\n justify-content: flex-start;\n align-items: center;\n width: 100%;\n}\n@media (max-width: 575.98px) {\n .coin-picker {\n max-width: none;\n }\n}\n.coin-picker-search {\n width: 100%;\n margin-bottom: 8px;\n}\n.coin-picker-wrapper {\n width: 100%;\n position: relative;\n border-radius: 8px;\n overflow: hidden;\n}\n@media (min-width: 767.98px) {\n .coin-picker-wrapper.fixed-height {\n height: 370px;\n }\n .coin-picker-wrapper.fixed-height::after, .coin-picker-wrapper.fixed-height::before {\n content: \"\";\n position: absolute;\n width: 100%;\n height: 20px;\n background: linear-gradient(rgba(35, 45, 66, 0.05), rgba(255, 255, 255, 0));\n left: 0;\n z-index: 1;\n transition: 0.2s opacity ease;\n pointer-events: none;\n }\n .coin-picker-wrapper.fixed-height.reached-top::after, .coin-picker-wrapper.fixed-height.reached-bottom::before {\n opacity: 0;\n transition: 0.2s opacity ease;\n }\n .coin-picker-wrapper.fixed-height::after {\n top: 0;\n }\n .coin-picker-wrapper.fixed-height::before {\n bottom: 0;\n transform: rotate(180deg);\n }\n}\n@media (min-width: 767.98px) {\n .coin-picker-wrapper-content.fixed-height {\n overflow: auto;\n height: 100%;\n }\n}\n.coin-picker-wrapper-content-bottom-message {\n margin: 20px 0;\n}\n.coin-picker-wrapper-content-bottom-message-link {\n color: #16cdd6;\n}\n.coin-picker-wrapper-content-assets {\n display: grid;\n grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));\n gap: 8px;\n}\n.coin-picker-wrapper-content-assets:has(*) {\n margin-bottom: 20px;\n}\n.coin-picker-wrapper-content-assets .item {\n position: relative;\n display: flex;\n align-items: stretch;\n cursor: pointer;\n width: 100%;\n}\n.coin-picker-wrapper-content-assets .item .link {\n background: #f1f5f7;\n display: flex;\n align-items: center;\n text-decoration: none;\n width: 100%;\n padding: 16px 20px;\n border-radius: 8px;\n transition: 0.2s all ease;\n box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0) inset, 0px 0px 3px 0px rgba(0, 0, 0, 0);\n}\n.coin-picker-wrapper-content-assets .item .link.outline {\n box-shadow: 0px 0px 0px 1px #16cdd6 inset, 0px 0px 3px 0px rgba(22, 205, 214, 0.3);\n}\n@media (hover: hover) {\n .coin-picker-wrapper-content-assets .item .link:hover:not(.outline):not(.disabled):not(.loading) {\n box-shadow: 0px 0px 0px 1px #d3d5d9 inset, 0px 0px 3px 0px rgba(0, 0, 0, 0);\n transition: 0.02s all ease;\n }\n}\n.coin-picker-wrapper-content-assets .item .link .icon {\n height: 34px;\n}\n.coin-picker-wrapper-content-assets .item .link .toggle-container {\n margin-left: auto;\n padding-left: 8px;\n}\n.coin-picker-wrapper-content-assets .item .link .content {\n display: flex;\n flex-direction: column;\n justify-content: center;\n align-items: flex-start;\n margin-left: 16px;\n color: #232d42;\n min-width: 0;\n line-height: 20px;\n}\n.coin-picker-wrapper-content-assets .item .link .content .name,\n.coin-picker-wrapper-content-assets .item .link .content .amount {\n color: inherit;\n line-height: inherit;\n user-select: none;\n text-align: left;\n}\n.coin-picker-wrapper-content-assets .item .link .content .name {\n font-weight: 700;\n}\n.coin-picker-wrapper-content-assets .item .link .content .amount {\n font-weight: 600;\n opacity: 0.5;\n}\n.coin-picker-wrapper-content-assets .item .link .arrow {\n height: 20px;\n transform: rotate(-90deg);\n margin-left: auto;\n}\n.coin-picker-wrapper-content-load-more-button {\n width: 100%;\n display: flex;\n justify-content: center;\n}\n.coin-picker-wrapper-content-asset-not-found {\n height: 72px;\n display: flex;\n justify-content: center;\n align-items: center;\n background: #f1f5f7;\n border-radius: 8px;\n}\n.coin-picker-wrapper-content-asset-not-found h6 {\n color: #8f95a2;\n font-weight: 600;\n}\n\n.coin-picker.loading .item .link:hover {\n opacity: 1;\n cursor: default;\n}\n.coin-picker.loading .item .link .icon {\n height: 34px;\n width: 34px;\n}\n.coin-picker.loading .item .link .content .name {\n width: 65px;\n margin-bottom: 8px;\n}\n.coin-picker.loading .item .link .content .amount {\n width: 110px;\n}",".colored-notice {\n display: flex;\n align-items: flex-start;\n flex-direction: column;\n gap: 12px;\n justify-content: space-between;\n padding: 20px;\n border-radius: 16px;\n background-color: #d0f5f7;\n width: 100%;\n box-shadow: 0px 0px 0px 1px rgba(10, 121, 126, 0.1) inset;\n}\n.colored-notice-text {\n color: #16cdd6;\n margin: 0;\n text-align: left;\n}","@keyframes slide {\n from {\n transform: translateX(0);\n }\n to {\n transform: translateX(-50%);\n }\n}\n@keyframes easeIn {\n from {\n opacity: 0;\n }\n to {\n opacity: 1;\n }\n}\n.logo-carousel {\n overflow: hidden;\n position: relative;\n width: 100%;\n box-sizing: border-box;\n mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 60px, rgb(0, 0, 0) calc(100% - 60px), rgba(0, 0, 0, 0) 100%);\n display: flex;\n height: clamp(30px, 5vw, 35px);\n}\n.logo-carousel-wrapper {\n display: flex;\n align-items: center;\n justify-content: flex-start;\n animation-name: slide;\n animation-iteration-count: infinite;\n animation-timing-function: linear;\n}\n.logo-carousel:hover .logo-carousel-wrapper {\n animation-play-state: paused;\n}\n.logo-carousel-slide {\n display: inline-block;\n display: inherit;\n align-items: inherit;\n justify-content: inherit;\n gap: clamp(30px, 5vw, 40px);\n padding-right: clamp(30px, 5vw, 40px);\n}\n.logo-carousel-slide a {\n display: flex;\n align-items: center;\n}\n.logo-carousel-slide a.clickable {\n transition: 0.1s cubic-bezier(0.22, 0.61, 0.36, 1);\n transform: scale(1);\n}\n@media (hover: hover) {\n .logo-carousel-slide a.clickable:hover {\n transform: scale(1.02);\n }\n}\n.logo-carousel-slide a.clickable:active {\n transition: 0.02s cubic-bezier(0.22, 0.61, 0.36, 1);\n transform: scale(0.99);\n}\n.logo-carousel-slide a img {\n height: clamp(30px, 5vw, 35px);\n animation: easeIn 1s cubic-bezier(0.22, 0.61, 0.36, 1) both;\n animation-delay: 1s;\n}"]}