wickes-css2 2.98.0-billie.4 → 2.98.0-develop.1

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 (138) hide show
  1. package/Readme.md +1 -1
  2. package/build/css/category-main.css +1 -1
  3. package/build/css/components/checkout-payment-details-v2.css +1 -1
  4. package/build/css/components/global-search.css +1 -1
  5. package/build/css/components/loader.css +1 -1
  6. package/build/css/emulation.css +1 -1
  7. package/build/css/homepage-main.css +1 -1
  8. package/build/css/main.css +1 -1
  9. package/build/css/my-account-main-v2.css +1 -1
  10. package/build/css/my-account-main.css +1 -1
  11. package/build/css/pages/checkout-new.css +1 -1
  12. package/build/css/pages/my-account-v2.css +1 -1
  13. package/build/css/pages/page_address-book.css +1 -1
  14. package/build/css/pages/page_change-password.css +1 -1
  15. package/build/css/pages/page_default-store.css +1 -1
  16. package/build/css/pages/page_discount.css +1 -0
  17. package/build/css/pages/page_home.css +1 -1
  18. package/build/css/pages/page_my-orders.css +1 -1
  19. package/build/css/pages/page_personal-details.css +1 -1
  20. package/build/css/pages/page_products-list-combined.css +1 -1
  21. package/build/css/pages/page_products-list.css +1 -1
  22. package/build/css/pdp-main-before-combine.css +1 -1
  23. package/build/css/pdp-main-critical.css +1 -1
  24. package/build/css/pdp-main-non-critical.css +1 -1
  25. package/build/css/pdp-main.css +1 -1
  26. package/build/css/plp-main.css +1 -1
  27. package/build/css/store-locator-main.css +1 -1
  28. package/build/img/apps/app-lg.png +0 -0
  29. package/build/img/apps/app-md.png +0 -0
  30. package/build/js/basket.min.js +2 -2
  31. package/build/js/bundle.min.js +1 -1
  32. package/build/js/checkout.min.js +1 -1
  33. package/build/js/default-store.min.js +1 -1
  34. package/build/js/emulation.min.js +11 -23
  35. package/build/js/general.bundle.min.js +1 -1
  36. package/build/js/merged-checkout.min.js +1 -1
  37. package/build/js/my-account.min.js +1 -1
  38. package/build/js/page/basket-v2.js +1 -2
  39. package/build/js/page/checkout-payment-details.js +0 -8
  40. package/build/js/page/default-store.js +1 -4
  41. package/build/js/page/my-account.js +9 -2
  42. package/build/js/page/personal-details.js +22 -1
  43. package/build/js/pdp.bundle.min.js +1 -1
  44. package/build/js/personal-details.min.js +1 -1
  45. package/build/js/plp.bundle.min.js +1 -1
  46. package/build/js/project-list.min.js +1 -1
  47. package/package.json +10 -2
  48. package/src/components/address-postcode-look-up.hbs +2 -2
  49. package/src/components/checkout-edit-billing-address.hbs +6 -20
  50. package/src/components/checkout-payment-details-v2.hbs +55 -94
  51. package/src/components/checkout_payment-new.hbs +1 -10
  52. package/src/components/header-menu/logout-action.hbs +8 -0
  53. package/src/components/header-menu/popover-actions-mob.hbs +11 -0
  54. package/src/components/header-menu/popover-actions.hbs +13 -0
  55. package/src/components/header-menu/user-actions-mob.hbs +18 -0
  56. package/src/components/header-menu/user-actions.hbs +12 -0
  57. package/src/components/my-account/active-orders/list-orders.hbs +1 -1
  58. package/src/components/my-account/active-orders/order.hbs +0 -2
  59. package/src/components/my-account/clipboard-code-card.hbs +13 -6
  60. package/src/components/my-account/discount.hbs +3 -1
  61. package/src/components/payment-loader.hbs +21 -59
  62. package/src/components/payments-checkout-v2.hbs +6 -12
  63. package/src/components/payments-checkout.hbs +0 -6
  64. package/src/components/payments.hbs +4 -10
  65. package/src/components/price-block-order.hbs +0 -1
  66. package/src/data/data_header-menu.json +153 -0
  67. package/src/data/my-account/data_discount.json +80 -0
  68. package/src/data/my-account/data_personal-details.json +22 -0
  69. package/src/elements/radiobutton.hbs +0 -7
  70. package/src/img/apps/app-lg.png +0 -0
  71. package/src/img/apps/app-md.png +0 -0
  72. package/src/js/components/general/clamp-content.js +1 -0
  73. package/src/js/components/general/main-nav.js +5 -5
  74. package/src/js/emulation/paymentLoader.js +11 -22
  75. package/src/js/page/basket-v2.js +1 -2
  76. package/src/js/page/checkout-payment-details.js +0 -8
  77. package/src/js/page/default-store.js +1 -4
  78. package/src/js/page/my-account.js +9 -2
  79. package/src/js/page/personal-details.js +22 -1
  80. package/src/page_checkout_delivery-address-customer-journey.html +2 -2
  81. package/src/page_my-account-installer.html +2 -1
  82. package/src/page_my-account-trade-pro.html +1 -0
  83. package/src/page_my-account.html +10 -2
  84. package/src/page_personal-details.html +5 -0
  85. package/src/page_plp_v2-vat.html +8 -2
  86. package/src/page_shopping-cart-v2.html +2 -3
  87. package/src/page_tradepro-discount-app.html +82 -0
  88. package/src/page_tradepro-discount.html +82 -0
  89. package/src/partials/header.hbs +40 -41
  90. package/src/partials/main-nav.hbs +51 -171
  91. package/src/scss/common/_elements.scss +0 -4
  92. package/src/scss/common/_rewards-counter.scss +1 -1
  93. package/src/scss/components/_leave-modal.scss +6 -2
  94. package/src/scss/components/_payments-v2.scss +0 -8
  95. package/src/scss/components/_price-block-critical.scss +3 -3
  96. package/src/scss/components/_price-block.scss +8 -3
  97. package/src/scss/components/checkout-payment-details-v2.scss +0 -237
  98. package/src/scss/components/loader.scss +0 -8
  99. package/src/scss/components/my-account/_active-orders.scss +0 -2
  100. package/src/scss/components/my-account/_barcode.scss +58 -0
  101. package/src/scss/components/my-account/_clipboard-code.scss +77 -0
  102. package/src/scss/components/my-account/_discount.scss +51 -0
  103. package/src/scss/emulation.scss +1 -1
  104. package/src/scss/helpers/_mixins.scss +9 -0
  105. package/src/scss/pages/_checkout-confirmation-new.scss +3 -10
  106. package/src/scss/pages/my-account-v2.scss +38 -172
  107. package/src/scss/pages/page_change-password.scss +1 -1
  108. package/src/scss/pages/page_default-store.scss +5 -4
  109. package/src/scss/pages/page_discount.scss +212 -0
  110. package/src/scss/pages/page_personal-details.scss +1 -74
  111. package/src/scss/pages/page_products-list-combined.scss +13 -3
  112. package/src/scss/pages/page_products-list.scss +9 -1
  113. package/src/scss/partials/_header-critical.scss +2 -5
  114. package/src/scss/partials/_header.scss +58 -25
  115. package/src/scss/partials/_main-nav.scss +43 -29
  116. package/src/scss/plp-main.scss +1 -0
  117. package/src/sitemap.html +2 -25
  118. package/build/img/billie-logo.svg +0 -4
  119. package/build/img/billie-spinner.svg +0 -5
  120. package/build/img/billie.svg +0 -4
  121. package/build/img/payment/checkout/billie.svg +0 -4
  122. package/build/img/payment/footer/billie.svg +0 -4
  123. package/build/js/page/billie-business-type.js +0 -34
  124. package/src/components/address-billie.hbs +0 -42
  125. package/src/components/checkout-payment-info-block.hbs +0 -49
  126. package/src/components/checkout-payment-option.hbs +0 -40
  127. package/src/components/my-account/active-orders/payment-status.hbs +0 -8
  128. package/src/img/billie-logo.svg +0 -4
  129. package/src/img/billie-spinner.svg +0 -5
  130. package/src/img/billie.svg +0 -4
  131. package/src/img/payment/checkout/billie.svg +0 -4
  132. package/src/img/payment/footer/billie.svg +0 -4
  133. package/src/js/page/billie-business-type.js +0 -34
  134. package/src/page_checkout_confirmation-billie.html +0 -339
  135. package/src/page_payment-details-with-billie.html +0 -67
  136. package/src/page_product-details-billie.html +0 -86
  137. package/src/scss/components/_tooltip.scss +0 -19
  138. package/src/scss/components/my-account/_payment-status.scss +0 -36
@@ -1,3 +1,5 @@
1
+ @import '../helpers/helpers';
2
+
1
3
  .header-wrapper {
2
4
  position: relative;
3
5
  z-index: $header;
@@ -368,49 +370,81 @@
368
370
  top: 100%;
369
371
  right: 0;
370
372
  z-index: $popover;
371
- padding-top: 6px;
372
373
 
373
- &::before {
374
- content: '';
375
- position: absolute;
376
- right: 10px;
377
- top: 0;
378
- border-right: 6px solid transparent;
379
- border-left: 6px solid transparent;
380
- border-bottom: 6px solid $warm-grey;
374
+ &-wrap {
375
+ position: relative;
376
+ margin-top: 16px;
377
+ box-shadow: 4px 4px 16px 0 rgba(0, 0, 0, .25);
378
+
379
+ &::before {
380
+ content: '';
381
+ position: absolute;
382
+ right: 16px;
383
+ top: -12px;
384
+ border-right: 9px solid transparent;
385
+ border-left: 9px solid transparent;
386
+ border-bottom: 12px solid $white;
387
+ }
381
388
  }
382
389
 
383
390
  .header-top-line__item:hover & {
384
391
  display: block;
385
392
  }
393
+
394
+ &-actions {
395
+ padding: 8px 0;
396
+ border-top: 1px solid $gray;
397
+ }
398
+
399
+ .rewards-counter {
400
+ @include line-height(20);
401
+ @include font-size(12);
402
+ position: relative;
403
+ margin-left: 8px;
404
+ font-weight: 500;
405
+ min-width: 20px;
406
+ }
386
407
  }
387
408
 
388
409
  &__popover-content {
389
- min-width: 116px;
390
- padding: 12px 16px;
391
- background: $warm-grey;
392
- box-shadow: 0 1px 2px 0 $black-transparent24;
410
+ min-width: 224px;
411
+ padding: 8px 16px;
412
+ background: $white;
413
+ border-radius: 4px;
393
414
 
394
415
  &_extended {
395
416
  width: 190px;
396
417
  }
418
+
419
+ .icon-wrap {
420
+ @include icon-wrap;
421
+ margin-right: 8px;
422
+ color: $blue-satin;
423
+
424
+ .installer-icon path {
425
+ fill: $blue-satin;
426
+ }
427
+ }
397
428
  }
398
429
 
399
430
  &__action {
400
431
  @include normal-text;
401
- display: block;
432
+ display: flex;
433
+ align-items: center;
402
434
  position: relative;
403
- color: $white;
435
+ color: $gray-dark;
404
436
  font-weight: 500;
405
437
  text-decoration: none;
438
+ padding-top: 8px;
439
+ padding-bottom: 8px;
406
440
 
407
- & + & {
408
- margin-top: 8px;
441
+ &:hover {
442
+ text-decoration: none;
443
+ color: $blue;
409
444
  }
410
445
 
411
- &:hover {
412
- color: #fff;
413
- text-decoration: underline;
446
+ &--account {
447
+ margin-bottom: 8px;
414
448
  }
415
449
  }
416
450
 
@@ -424,7 +458,6 @@
424
458
 
425
459
  &__logout {
426
460
  border-top: 1px solid $gray;
427
- margin-top: 8px;
428
461
  padding-top: 8px;
429
462
  }
430
463
 
@@ -460,10 +493,6 @@
460
493
  font-size: 1rem;
461
494
  }
462
495
  }
463
-
464
- .icon-logout {
465
- color: $gray;
466
- }
467
496
  }
468
497
  }
469
498
 
@@ -641,6 +670,10 @@
641
670
  background-color: transparent;
642
671
  color: #fff;
643
672
  border: 0; // TODO: use better solution
673
+
674
+ .installer-icon path {
675
+ fill: $white;
676
+ }
644
677
  }
645
678
 
646
679
  .header-minicart__btn {
@@ -1,3 +1,5 @@
1
+ @import '../helpers/helpers';
2
+
1
3
  .main-nav {
2
4
  z-index: $nav;
3
5
  font-weight: 500;
@@ -218,7 +220,7 @@
218
220
  .main-nav[data-ssr='true'] &:not(.slide-in):not(.slide-in-l2r) {
219
221
  opacity: 1;
220
222
  animation: none;
221
- }
223
+ }
222
224
 
223
225
  &_order-line {
224
226
  color: $blue;
@@ -360,10 +362,6 @@
360
362
  display: block;
361
363
  }
362
364
 
363
- &__top-level-wrap {
364
- margin-bottom: 20px;
365
- }
366
-
367
365
  &__top-offers {
368
366
  display: block;
369
367
  margin-bottom: 15px;
@@ -754,35 +752,54 @@
754
752
  }
755
753
  }
756
754
 
755
+ .nav-button-wrap {
756
+ background-color: $gray-bg;
757
+ margin-top: 16px;
758
+ padding-top: 8px;
759
+ padding-bottom: 8px;
760
+ display: flex;
761
+ flex-direction: column;
762
+ grid-gap: 8px;
763
+
764
+ .main-nav__button {
765
+ margin-top: 0;
766
+ }
767
+
768
+ .nav-button {
769
+ padding: 4px 8px;
770
+
771
+ .rewards-counter {
772
+ position: static;
773
+ }
774
+ }
775
+ }
776
+
757
777
  &__button {
778
+ margin-top: 8px;
779
+
758
780
  [data-active-lvl='2'] &,
759
781
  [data-active-lvl='3'] &,
760
782
  [data-active-lvl='4'] & {
761
783
  display: none;
762
784
  }
763
- }
764
-
765
- .nav-button-wrap {
766
- background-color: $gray-bg;
767
-
768
- .nav-button {
769
- padding: 5px 10px;
770
785
 
771
- &__text {
772
- line-height: 24px;
786
+ &:first-child {
787
+ .nav-button {
788
+ padding-top: 0;
789
+ padding-bottom: 0;
773
790
  }
791
+ }
774
792
 
775
- .rewards-counter {
776
- position: static;
777
- }
793
+ &--not-logged-in {
794
+ margin-top: 16px;
778
795
  }
779
796
  }
780
797
 
781
798
  .nav-button {
782
799
  display: flex;
783
800
  align-items: center;
784
- padding: 10px;
785
- margin: 10px 0;
801
+ padding: 8px;
802
+ margin: 0;
786
803
  color: $blue-dark;
787
804
  background-color: $gray-bg;
788
805
  text-decoration: none;
@@ -793,22 +810,19 @@
793
810
  }
794
811
 
795
812
  &__icon {
796
- margin-right: 10px;
797
-
798
- svg {
799
- width: auto;
800
- height: 16px;
813
+ @include icon-wrap;
814
+ margin-right: 8px;
815
+ color: $blue-dark;
801
816
 
802
- path {
803
- fill: $blue-dark;
804
- }
817
+ .installer-icon path {
818
+ fill: $blue-dark;
805
819
  }
806
820
  }
807
821
 
808
822
  &__text {
809
- font-size: 14px;
823
+ @include font-size(14);
824
+ @include line-height(22);
810
825
  font-weight: 500;
811
- line-height: 14px;
812
826
  }
813
827
  }
814
828
  }
@@ -24,6 +24,7 @@
24
24
  @import 'components/seo-widgets';
25
25
  @import 'components/similar-products-v2';
26
26
  @import 'components/clamp';
27
+ @import 'components/clamp-content';
27
28
  @import 'components/card-product-banner';
28
29
  @import 'components/shop-colour';
29
30
 
package/src/sitemap.html CHANGED
@@ -547,6 +547,8 @@
547
547
  <li><a href="page_my-account_address-book.html" target="_blank">Address Book</a></li>
548
548
  <li><a href="page_my-account_address-book_tradePro.html" target="_blank">Address Book Trade Pro</a></li>
549
549
  <li><a href="page_my-account_address-book-form.html" target="_blank">Address Book Form</a></li>
550
+ <li><a href="page_tradepro-discount.html" target="_blank">Trade Pro Discount</a></li>
551
+ <li><a href="page_tradepro-discount-app.html" target="_blank">Trade Pro Discount App</a></li>
550
552
  </ul>
551
553
  <h3>Project list</h3>
552
554
  <ul>
@@ -924,29 +926,6 @@
924
926
  </a>
925
927
  </li>
926
928
  </ul>
927
- <h3>
928
- Pages with Billie payment
929
- </h3>
930
- <ul>
931
- <li>
932
- <span class="page-id">1</span>
933
- <a href="page_payment-details-with-billie.html" target="_blank">
934
- Billie - Payment details
935
- </a>
936
- </li>
937
- <li>
938
- <span class="page-id">2</span>
939
- <a href="page_product-details-billie.html" target="_blank">
940
- Billie PDP
941
- </a>
942
- </li>
943
- <li>
944
- <span class="page-id">3</span>
945
- <a href="page_checkout_confirmation-billie.html" target="_blank">
946
- Billie Checkout - Confirmation new
947
- </a>
948
- </li>
949
- </ul>
950
929
  <h3>
951
930
  Old Navigation
952
931
  </h3>
@@ -958,8 +937,6 @@
958
937
  </a>
959
938
  </li>
960
939
  </ul>
961
-
962
-
963
940
  </div>
964
941
  <div class="col">
965
942
  <h3>Basket</h3>
@@ -1,4 +0,0 @@
1
- <svg width="48" height="30" viewBox="0 0 48 30" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <rect width="48" height="30" rx="3" fill="#1C1C1E"/>
3
- <path fill-rule="evenodd" clip-rule="evenodd" d="M14.5745 12.7948C14.5745 13.2295 14.5266 13.7053 14.4352 14.1499L14.4366 14.1484C15.296 14.8239 15.8041 15.849 15.8041 16.9337C15.8041 18.8962 14.1782 20.4934 12.1821 20.4934H7.3335V12.8713C7.3335 11.8929 7.74866 10.9469 8.47308 10.2772C9.14808 9.65419 10.0278 9.31152 10.9497 9.31152C11.028 9.31152 11.1079 9.31436 11.1862 9.31861C13.0532 9.43472 14.5745 10.9937 14.5745 12.7948ZM10.6956 18.8283H12.1792C13.2404 18.8283 14.1042 17.9787 14.1042 16.9351C14.1042 16.414 13.8907 15.9439 13.5452 15.6013C12.8906 16.8275 11.9571 17.8852 10.6956 18.8283ZM12.7962 13.6854C12.8427 13.4221 12.8789 13.1092 12.8789 12.7934C12.8789 11.8574 12.0718 11.0433 11.0803 10.9824C10.5417 10.9484 10.0292 11.1296 9.63733 11.4921C9.24533 11.8546 9.02908 12.3445 9.02908 12.8727V13.6854H12.7962ZM12.1792 15.0405H9.02908H9.02616V18.3199C10.5461 17.3669 11.5898 16.3164 12.2852 15.0434C12.2503 15.0405 12.2141 15.0405 12.1792 15.0405ZM21.5625 9.50834V18.7759C21.5625 19.9993 22.2535 20.6889 23.4221 20.6889C23.8982 20.6889 24.3453 20.5756 24.6618 20.4354L24.2582 19.1695C24.1436 19.2106 23.9984 19.2389 23.8402 19.2389C23.5222 19.2389 23.4076 19.0704 23.4076 18.7193V9.31152L21.5625 9.50834ZM26.0136 9.50834V18.7759C26.0136 19.9993 26.7046 20.6889 27.8732 20.6889C28.3493 20.6889 28.7964 20.5756 29.1129 20.4354L28.7093 19.1695C28.5947 19.2106 28.4495 19.2389 28.2912 19.2389C27.9733 19.2389 27.8587 19.0704 27.8587 18.7193V9.31152L26.0136 9.50834ZM40.6247 17.3204H35.8922C36.0344 18.8213 36.7472 19.3084 37.746 19.3084C38.4152 19.3084 38.9712 19.1002 39.6273 18.6556L40.3822 19.6709C39.6404 20.2557 38.7287 20.6578 37.5877 20.6578C35.2491 20.6578 33.9948 19.1427 33.9948 16.8191C33.9948 14.4955 35.207 12.8841 37.3453 12.8841C39.4837 12.8841 40.6667 14.2746 40.6667 16.5968C40.6667 16.7885 40.6486 17.0165 40.634 17.2001C40.6306 17.2429 40.6274 17.2834 40.6247 17.3204ZM38.8246 16.0729C38.8246 14.8622 38.3832 14.1401 37.3555 14.1401C36.5004 14.1401 35.9589 14.6965 35.8587 16.1564H38.8246V16.0729ZM19.5973 10.4228C19.5973 11.0204 19.1256 11.4933 18.4418 11.4933V11.4919C17.7711 11.4919 17.3007 11.0331 17.3007 10.4214C17.3007 9.80971 17.7566 9.33677 18.4418 9.33677C19.127 9.33677 19.5973 9.82528 19.5973 10.4228ZM17.5457 12.9199V20.392H19.3908V12.7245L17.5457 12.9199ZM32.4562 10.4228C32.4562 11.0204 31.9844 11.4933 31.3007 11.4933V11.4919C30.63 11.4919 30.1596 11.0331 30.1596 10.4214C30.1596 9.80971 30.6169 9.33677 31.3007 9.33677C31.9844 9.33677 32.4562 9.82528 32.4562 10.4228ZM30.3571 12.9199V20.392H32.2022V12.7245L30.3571 12.9199Z" fill="white"/>
4
- </svg>
@@ -1,5 +0,0 @@
1
- <svg width="111" height="38" viewBox="0 0 111 38" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g id="Group">
3
- <path id="Vector" fill-rule="evenodd" clip-rule="evenodd" d="M24.1126 11.634C24.1126 13.086 23.953 14.675 23.6486 16.1599L23.6533 16.1552C26.5152 18.4111 28.2071 21.8351 28.2071 25.4578C28.2071 32.0125 22.7928 37.3473 16.1458 37.3473H0V11.8895C0 8.62159 1.38251 5.46225 3.79482 3.22538C6.04258 1.1445 8.97215 0 12.0419 0C12.3027 0 12.5688 0.00946354 12.8297 0.0236584C19.0465 0.411457 24.1126 5.61839 24.1126 11.634ZM11.1958 31.7857H16.1364C19.6701 31.7857 22.5464 28.9481 22.5464 25.4626C22.5464 23.7222 21.8357 22.1521 20.6852 21.0076C18.5051 25.1032 15.3966 28.6358 11.1958 31.7857ZM18.1907 14.6088C18.3456 13.7292 18.4663 12.6841 18.4663 11.6292C18.4663 8.5033 15.7787 5.784 12.477 5.58054C10.6835 5.46698 8.97687 6.07235 7.67178 7.28309C6.36642 8.49383 5.64631 10.1301 5.64631 11.8942V14.6088H18.1907ZM16.1364 19.1347H5.64631H5.6366V30.0879C10.6979 26.9049 14.1736 23.396 16.4891 19.1442C16.3731 19.1347 16.2524 19.1347 16.1364 19.1347ZM47.3827 0.657363V31.6106C47.3827 35.6968 49.6837 38 53.5751 38C55.1608 38 56.6496 37.6217 57.7035 37.1533L56.3596 32.9255C55.9777 33.0627 55.4943 33.157 54.9673 33.157C53.9087 33.157 53.5268 32.5943 53.5268 31.4216V0L47.3827 0.657363ZM62.2048 0.657363V31.6106C62.2048 35.6968 64.5059 38 68.3973 38C69.9829 38 71.4717 37.6217 72.5256 37.1533L71.1817 32.9255C70.7999 33.0627 70.3165 33.157 69.7895 33.157C68.7308 33.157 68.349 32.5943 68.349 31.4216V0L62.2048 0.657363ZM110.86 26.7493H95.1006C95.5743 31.7623 97.9478 33.3892 101.274 33.3892C103.502 33.3892 105.354 32.6939 107.539 31.209L110.053 34.5999C107.582 36.5532 104.546 37.8962 100.747 37.8962C92.9591 37.8962 88.7825 32.8358 88.7825 25.0751C88.7825 17.3144 92.819 11.9323 99.9397 11.9323C107.06 11.9323 111 16.5766 111 24.3325C111 24.973 110.94 25.7345 110.891 26.3477C110.88 26.4907 110.869 26.6257 110.86 26.7493ZM104.866 22.5827C104.866 18.5391 103.396 16.1273 99.9735 16.1273C97.1261 16.1273 95.3229 17.9858 94.9893 22.8618H104.866V22.5827ZM40.8387 3.71171C40.8387 5.70746 39.2677 7.28699 36.9908 7.28699V7.28226C34.7572 7.28226 33.191 5.75004 33.191 3.70698C33.191 1.66392 34.709 0.0843347 36.9908 0.0843347C39.2725 0.0843347 40.8387 1.71594 40.8387 3.71171ZM34.0069 12.052V37.0086H40.151V11.3993L34.0069 12.052ZM83.6587 3.71171C83.6587 5.70746 82.0878 7.28699 79.8109 7.28699V7.28226C77.5775 7.28226 76.011 5.75004 76.011 3.70698C76.011 1.66392 77.534 0.0843347 79.8109 0.0843347C82.0878 0.0843347 83.6587 1.71594 83.6587 3.71171ZM76.6687 12.052V37.0086H82.8129V11.3993L76.6687 12.052Z" fill="white"/>
4
- </g>
5
- </svg>
@@ -1,4 +0,0 @@
1
- <svg width="48" height="30" viewBox="0 0 48 30" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <rect width="48" height="30" rx="3" fill="#1C1C1E"/>
3
- <path fill-rule="evenodd" clip-rule="evenodd" d="M14.5745 12.7945C14.5745 13.2293 14.5266 13.705 14.4352 14.1496L14.4366 14.1482C15.296 14.8236 15.8041 15.8488 15.8041 16.9334C15.8041 18.8959 14.1782 20.4932 12.1821 20.4932H7.3335V12.871C7.3335 11.8926 7.74866 10.9467 8.47308 10.277C9.14808 9.65395 10.0278 9.31128 10.9497 9.31128C11.028 9.31128 11.1079 9.31411 11.1862 9.31836C13.0532 9.43447 14.5745 10.9934 14.5745 12.7945ZM10.6956 18.828H12.1792C13.2404 18.828 14.1042 17.9784 14.1042 16.9349C14.1042 16.4138 13.8907 15.9437 13.5452 15.601C12.8906 16.8273 11.9571 17.8849 10.6956 18.828ZM12.7962 13.6852C12.8427 13.4219 12.8789 13.1089 12.8789 12.7931C12.8789 11.8572 12.0718 11.043 11.0803 10.9821C10.5417 10.9481 10.0292 11.1294 9.63733 11.4919C9.24533 11.8544 9.02908 12.3443 9.02908 12.8724V13.6852H12.7962ZM12.1792 15.0403H9.02908H9.02616V18.3197C10.5461 17.3667 11.5898 16.3161 12.2852 15.0431C12.2503 15.0403 12.2141 15.0403 12.1792 15.0403ZM21.5625 9.5081V18.7756C21.5625 19.999 22.2535 20.6886 23.4221 20.6886C23.8982 20.6886 24.3453 20.5754 24.6618 20.4351L24.2582 19.1693C24.1436 19.2104 23.9984 19.2386 23.8402 19.2386C23.5222 19.2386 23.4076 19.0701 23.4076 18.719V9.31128L21.5625 9.5081ZM26.0136 9.5081V18.7756C26.0136 19.999 26.7046 20.6886 27.8732 20.6886C28.3493 20.6886 28.7964 20.5754 29.1129 20.4351L28.7093 19.1693C28.5947 19.2104 28.4495 19.2386 28.2912 19.2386C27.9733 19.2386 27.8587 19.0701 27.8587 18.719V9.31128L26.0136 9.5081ZM40.6247 17.3201H35.8922C36.0344 18.821 36.7472 19.3081 37.746 19.3081C38.4152 19.3081 38.9712 19.0999 39.6273 18.6554L40.3822 19.6706C39.6404 20.2554 38.7287 20.6575 37.5877 20.6575C35.2491 20.6575 33.9948 19.1424 33.9948 16.8189C33.9948 14.4953 35.207 12.8839 37.3453 12.8839C39.4837 12.8839 40.6667 14.2744 40.6667 16.5965C40.6667 16.7883 40.6486 17.0163 40.634 17.1999C40.6306 17.2427 40.6274 17.2831 40.6247 17.3201ZM38.8246 16.0726C38.8246 14.8619 38.3832 14.1399 37.3555 14.1399C36.5004 14.1399 35.9589 14.6963 35.8587 16.1562H38.8246V16.0726ZM19.5973 10.4226C19.5973 11.0201 19.1256 11.493 18.4418 11.493V11.4916C17.7711 11.4916 17.3007 11.0329 17.3007 10.4212C17.3007 9.80946 17.7566 9.33653 18.4418 9.33653C19.127 9.33653 19.5973 9.82504 19.5973 10.4226ZM17.5457 12.9197V20.3918H19.3908V12.7243L17.5457 12.9197ZM32.4562 10.4226C32.4562 11.0201 31.9844 11.493 31.3007 11.493V11.4916C30.63 11.4916 30.1596 11.0329 30.1596 10.4212C30.1596 9.80946 30.6169 9.33653 31.3007 9.33653C31.9844 9.33653 32.4562 9.82504 32.4562 10.4226ZM30.3571 12.9197V20.3918H32.2022V12.7243L30.3571 12.9197Z" fill="white"/>
4
- </svg>
@@ -1,4 +0,0 @@
1
- <svg width="48" height="30" viewBox="0 0 48 30" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <rect width="48" height="30" rx="3" fill="#1C1C1E"/>
3
- <path fill-rule="evenodd" clip-rule="evenodd" d="M14.5745 12.7948C14.5745 13.2295 14.5266 13.7053 14.4352 14.1499L14.4366 14.1484C15.296 14.8239 15.8041 15.849 15.8041 16.9337C15.8041 18.8962 14.1782 20.4934 12.1821 20.4934H7.3335V12.8713C7.3335 11.8929 7.74866 10.9469 8.47308 10.2772C9.14808 9.65419 10.0278 9.31152 10.9497 9.31152C11.028 9.31152 11.1079 9.31436 11.1862 9.31861C13.0532 9.43472 14.5745 10.9937 14.5745 12.7948ZM10.6956 18.8283H12.1792C13.2404 18.8283 14.1042 17.9787 14.1042 16.9351C14.1042 16.414 13.8907 15.9439 13.5452 15.6013C12.8906 16.8275 11.9571 17.8852 10.6956 18.8283ZM12.7962 13.6854C12.8427 13.4221 12.8789 13.1092 12.8789 12.7934C12.8789 11.8574 12.0718 11.0433 11.0803 10.9824C10.5417 10.9484 10.0292 11.1296 9.63733 11.4921C9.24533 11.8546 9.02908 12.3445 9.02908 12.8727V13.6854H12.7962ZM12.1792 15.0405H9.02908H9.02616V18.3199C10.5461 17.3669 11.5898 16.3164 12.2852 15.0434C12.2503 15.0405 12.2141 15.0405 12.1792 15.0405ZM21.5625 9.50834V18.7759C21.5625 19.9993 22.2535 20.6889 23.4221 20.6889C23.8982 20.6889 24.3453 20.5756 24.6618 20.4354L24.2582 19.1695C24.1436 19.2106 23.9984 19.2389 23.8402 19.2389C23.5222 19.2389 23.4076 19.0704 23.4076 18.7193V9.31152L21.5625 9.50834ZM26.0136 9.50834V18.7759C26.0136 19.9993 26.7046 20.6889 27.8732 20.6889C28.3493 20.6889 28.7964 20.5756 29.1129 20.4354L28.7093 19.1695C28.5947 19.2106 28.4495 19.2389 28.2912 19.2389C27.9733 19.2389 27.8587 19.0704 27.8587 18.7193V9.31152L26.0136 9.50834ZM40.6247 17.3204H35.8922C36.0344 18.8213 36.7472 19.3084 37.746 19.3084C38.4152 19.3084 38.9712 19.1002 39.6273 18.6556L40.3822 19.6709C39.6404 20.2557 38.7287 20.6578 37.5877 20.6578C35.2491 20.6578 33.9948 19.1427 33.9948 16.8191C33.9948 14.4955 35.207 12.8841 37.3453 12.8841C39.4837 12.8841 40.6667 14.2746 40.6667 16.5968C40.6667 16.7885 40.6486 17.0165 40.634 17.2001C40.6306 17.2429 40.6274 17.2834 40.6247 17.3204ZM38.8246 16.0729C38.8246 14.8622 38.3832 14.1401 37.3555 14.1401C36.5004 14.1401 35.9589 14.6965 35.8587 16.1564H38.8246V16.0729ZM19.5973 10.4228C19.5973 11.0204 19.1256 11.4933 18.4418 11.4933V11.4919C17.7711 11.4919 17.3007 11.0331 17.3007 10.4214C17.3007 9.80971 17.7566 9.33677 18.4418 9.33677C19.127 9.33677 19.5973 9.82528 19.5973 10.4228ZM17.5457 12.9199V20.392H19.3908V12.7245L17.5457 12.9199ZM32.4562 10.4228C32.4562 11.0204 31.9844 11.4933 31.3007 11.4933V11.4919C30.63 11.4919 30.1596 11.0331 30.1596 10.4214C30.1596 9.80971 30.6169 9.33677 31.3007 9.33677C31.9844 9.33677 32.4562 9.82528 32.4562 10.4228ZM30.3571 12.9199V20.392H32.2022V12.7245L30.3571 12.9199Z" fill="white"/>
4
- </svg>
@@ -1,4 +0,0 @@
1
- <svg width="48" height="30" viewBox="0 0 48 30" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <rect width="48" height="30" rx="3" fill="#1C1C1E"/>
3
- <path fill-rule="evenodd" clip-rule="evenodd" d="M14.5745 12.7945C14.5745 13.2293 14.5266 13.705 14.4352 14.1496L14.4366 14.1482C15.296 14.8236 15.8041 15.8488 15.8041 16.9334C15.8041 18.8959 14.1782 20.4932 12.1821 20.4932H7.3335V12.871C7.3335 11.8926 7.74866 10.9467 8.47308 10.277C9.14808 9.65395 10.0278 9.31128 10.9497 9.31128C11.028 9.31128 11.1079 9.31411 11.1862 9.31836C13.0532 9.43447 14.5745 10.9934 14.5745 12.7945ZM10.6956 18.828H12.1792C13.2404 18.828 14.1042 17.9784 14.1042 16.9349C14.1042 16.4138 13.8907 15.9437 13.5452 15.601C12.8906 16.8273 11.9571 17.8849 10.6956 18.828ZM12.7962 13.6852C12.8427 13.4219 12.8789 13.1089 12.8789 12.7931C12.8789 11.8572 12.0718 11.043 11.0803 10.9821C10.5417 10.9481 10.0292 11.1294 9.63733 11.4919C9.24533 11.8544 9.02908 12.3443 9.02908 12.8724V13.6852H12.7962ZM12.1792 15.0403H9.02908H9.02616V18.3197C10.5461 17.3667 11.5898 16.3161 12.2852 15.0431C12.2503 15.0403 12.2141 15.0403 12.1792 15.0403ZM21.5625 9.5081V18.7756C21.5625 19.999 22.2535 20.6886 23.4221 20.6886C23.8982 20.6886 24.3453 20.5754 24.6618 20.4351L24.2582 19.1693C24.1436 19.2104 23.9984 19.2386 23.8402 19.2386C23.5222 19.2386 23.4076 19.0701 23.4076 18.719V9.31128L21.5625 9.5081ZM26.0136 9.5081V18.7756C26.0136 19.999 26.7046 20.6886 27.8732 20.6886C28.3493 20.6886 28.7964 20.5754 29.1129 20.4351L28.7093 19.1693C28.5947 19.2104 28.4495 19.2386 28.2912 19.2386C27.9733 19.2386 27.8587 19.0701 27.8587 18.719V9.31128L26.0136 9.5081ZM40.6247 17.3201H35.8922C36.0344 18.821 36.7472 19.3081 37.746 19.3081C38.4152 19.3081 38.9712 19.0999 39.6273 18.6554L40.3822 19.6706C39.6404 20.2554 38.7287 20.6575 37.5877 20.6575C35.2491 20.6575 33.9948 19.1424 33.9948 16.8189C33.9948 14.4953 35.207 12.8839 37.3453 12.8839C39.4837 12.8839 40.6667 14.2744 40.6667 16.5965C40.6667 16.7883 40.6486 17.0163 40.634 17.1999C40.6306 17.2427 40.6274 17.2831 40.6247 17.3201ZM38.8246 16.0726C38.8246 14.8619 38.3832 14.1399 37.3555 14.1399C36.5004 14.1399 35.9589 14.6963 35.8587 16.1562H38.8246V16.0726ZM19.5973 10.4226C19.5973 11.0201 19.1256 11.493 18.4418 11.493V11.4916C17.7711 11.4916 17.3007 11.0329 17.3007 10.4212C17.3007 9.80946 17.7566 9.33653 18.4418 9.33653C19.127 9.33653 19.5973 9.82504 19.5973 10.4226ZM17.5457 12.9197V20.3918H19.3908V12.7243L17.5457 12.9197ZM32.4562 10.4226C32.4562 11.0201 31.9844 11.493 31.3007 11.493V11.4916C30.63 11.4916 30.1596 11.0329 30.1596 10.4212C30.1596 9.80946 30.6169 9.33653 31.3007 9.33653C31.9844 9.33653 32.4562 9.82504 32.4562 10.4226ZM30.3571 12.9197V20.3918H32.2022V12.7243L30.3571 12.9197Z" fill="white"/>
4
- </svg>
@@ -1,34 +0,0 @@
1
- var Wick = window.Wick || {};
2
-
3
- Wick.BusinessType = {
4
- el: {
5
- radios: 'input[name="businessType"]',
6
- panels: '.radio-expanded-content'
7
- },
8
-
9
- refreshPanels() {
10
- const $radios = $(this.el.radios);
11
- const $panels = $(this.el.panels);
12
- const selectedValue = $radios.filter(':checked').val();
13
-
14
- $panels.hide();
15
- $(`#${selectedValue}-fields`).show();
16
- },
17
-
18
- bindEvents() {
19
- $(this.el.radios).on('change', this.refreshPanels.bind(this));
20
- },
21
-
22
- init() {
23
- if (!$(this.el.radios).length) {
24
- return;
25
- }
26
-
27
- this.refreshPanels();
28
- this.bindEvents();
29
- }
30
- };
31
-
32
- $(document).ready(function () {
33
- Wick.BusinessType.init();
34
- });
@@ -1,42 +0,0 @@
1
- <div class="form-row radio-group" data-row-required>
2
- <label class="form-row__label form-row__label_required">
3
- Select your business type
4
- </label>
5
-
6
- <div class="form-row">
7
- <div class="form-row__field">
8
- {{> radiobutton
9
- id="businessTypeUnregistered"
10
- name="businessType"
11
- value="unregistered"
12
- label="Unregistered Sole Trader / Business"}}
13
- </div>
14
- </div>
15
- <div class="form-row">
16
- <div class="form-row__field">
17
- {{> radiobutton
18
- id="businessTypeRegistered"
19
- name="businessType"
20
- value="registered"
21
- labelClass="registered-label"
22
- label="Registered Sole Trader / Business"
23
- tooltip="A Registered Business is one that has undergone the official process of being recognised and registered with Companies House, establishing its legal identity and enabling it to operate within a specific jurisdiction, such as a limited company. A Registered Business will have been issued a Company Registration Number (CRN) from Companies House."}}
24
- </div>
25
- </div>
26
- </div>
27
- <div
28
- id="unregistered-fields"
29
- class="radio-expanded-content"
30
- >
31
- {{> form-row id="first-name" label="First name" required="true" row-mod="first-name"}}
32
- {{> form-row id="last-name" label="Last name" required="true" row-mod="last-name"}}
33
- {{> form-row id="business-name" label="Business name" required="true" row-mod="unregistered-business"}}
34
- </div>
35
-
36
- <div
37
- id="registered-fields"
38
- class="radio-expanded-content"
39
- >
40
- {{> form-row id="business-name-2" label="Business name" required="true" row-mod="registered-business"}}
41
- {{> form-row id="company-reg-number" label="Company registration number" row-mod="reg-number"}}
42
- </div>
@@ -1,49 +0,0 @@
1
- <div {{#if dataAttr}}{{dataAttr}}{{/if}} class="{{blockClass}}" style="display: none;">
2
- <div class="{{infoClass}}">
3
- <div class="{{infoClass}}__header">
4
- <h4 class="{{infoClass}}__header_title">{{{heading}}}</h4>
5
- <div class="{{infoClass}}__logo-img-big">
6
- {{{brandLogoHtml}}}
7
- </div>
8
- </div>
9
-
10
- <ul class="{{infoClass}}__list">
11
- <li class="{{infoClass}}__list_item">
12
- <i class="fa fa-check"></i>{{listItem1}}
13
- </li>
14
-
15
- <li class="{{infoClass}}__list_item">
16
- <i class="fa fa-check"></i>{{listItem2}}
17
- </li>
18
-
19
- <li class="{{infoClass}}__list_item">
20
- <i class="fa fa-check"></i>{{listItem3}}
21
- </li>
22
- </ul>
23
-
24
- {{#if learnMoreHtml}}
25
- <div class="{{infoClass}}__learn-more">
26
- {{{learnMoreHtml}}}
27
- </div>
28
- {{/if}}
29
-
30
- <div class="{{infoClass}}__accept-info">
31
- {{{acceptInfo}}}
32
- </div>
33
- </div>
34
-
35
- {{#if ctaButtonClass}}
36
- <div class="form-row form-row__action form-row__action_custom">
37
- <div class="form-row__col-btn">
38
- <button class="btn btn-primary btn_full {{ctaButtonClass}}">
39
- <span class="btn__text">{{ctaButtonLabel}}</span>
40
- </button>
41
- </div>
42
- <div class="form-row__col-terms">
43
- <p>
44
- {{{ctaFooterHtml}}}
45
- </p>
46
- </div>
47
- </div>
48
- {{/if}}
49
- </div>
@@ -1,40 +0,0 @@
1
- <div {{#if dataAttr}}{{dataAttr}}{{/if}} class="{{blockClass}}" style="display: none;">
2
- <div class="payment-info">
3
- <div class="payment-info__header">
4
- <h4 class="payment-info__header_title">{{{heading}}}</h4>
5
- <div class="payment-info__logo-img-big">
6
- <img
7
- src="{{logoImgSrc}}"
8
- alt="{{logoImgAlt}}"
9
- width="70"
10
- height="35"
11
- >
12
- </div>
13
- </div>
14
-
15
- <ul class="payment-info__list">
16
- {{#each infoList}}
17
- <li class="payment-info__list_item">
18
- <i class="fa fa-check"></i>{{this}}
19
- </li>
20
- {{/each}}
21
- </ul>
22
-
23
- <div class="payment-info__accept-info">
24
- {{{acceptInfo}}}
25
- </div>
26
- </div>
27
-
28
- <div class="form-row form-row__action form-row__action_custom">
29
- <div class="form-row__col-btn">
30
- <button class="btn btn-primary btn_full btn-enter-details">
31
- <span class="btn__text">{{payButtonText}}</span>
32
- </button>
33
- </div>
34
- <div class="form-row__col-terms">
35
- <p>
36
- {{{termsText}}}
37
- </p>
38
- </div>
39
- </div>
40
- </div>
@@ -1,8 +0,0 @@
1
- <div class="payment-status">
2
- <span class="payment-status__logo">
3
- <img class="payments-status__image" src="./img/billie.svg" alt="Billie">
4
- </span>
5
- <div class="payment-status__text">
6
- <span>{{billieText}}</span>
7
- </div>
8
- </div>
@@ -1,4 +0,0 @@
1
- <svg width="48" height="30" viewBox="0 0 48 30" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <rect width="48" height="30" rx="3" fill="#1C1C1E"/>
3
- <path fill-rule="evenodd" clip-rule="evenodd" d="M14.5745 12.7948C14.5745 13.2295 14.5266 13.7053 14.4352 14.1499L14.4366 14.1484C15.296 14.8239 15.8041 15.849 15.8041 16.9337C15.8041 18.8962 14.1782 20.4934 12.1821 20.4934H7.3335V12.8713C7.3335 11.8929 7.74866 10.9469 8.47308 10.2772C9.14808 9.65419 10.0278 9.31152 10.9497 9.31152C11.028 9.31152 11.1079 9.31436 11.1862 9.31861C13.0532 9.43472 14.5745 10.9937 14.5745 12.7948ZM10.6956 18.8283H12.1792C13.2404 18.8283 14.1042 17.9787 14.1042 16.9351C14.1042 16.414 13.8907 15.9439 13.5452 15.6013C12.8906 16.8275 11.9571 17.8852 10.6956 18.8283ZM12.7962 13.6854C12.8427 13.4221 12.8789 13.1092 12.8789 12.7934C12.8789 11.8574 12.0718 11.0433 11.0803 10.9824C10.5417 10.9484 10.0292 11.1296 9.63733 11.4921C9.24533 11.8546 9.02908 12.3445 9.02908 12.8727V13.6854H12.7962ZM12.1792 15.0405H9.02908H9.02616V18.3199C10.5461 17.3669 11.5898 16.3164 12.2852 15.0434C12.2503 15.0405 12.2141 15.0405 12.1792 15.0405ZM21.5625 9.50834V18.7759C21.5625 19.9993 22.2535 20.6889 23.4221 20.6889C23.8982 20.6889 24.3453 20.5756 24.6618 20.4354L24.2582 19.1695C24.1436 19.2106 23.9984 19.2389 23.8402 19.2389C23.5222 19.2389 23.4076 19.0704 23.4076 18.7193V9.31152L21.5625 9.50834ZM26.0136 9.50834V18.7759C26.0136 19.9993 26.7046 20.6889 27.8732 20.6889C28.3493 20.6889 28.7964 20.5756 29.1129 20.4354L28.7093 19.1695C28.5947 19.2106 28.4495 19.2389 28.2912 19.2389C27.9733 19.2389 27.8587 19.0704 27.8587 18.7193V9.31152L26.0136 9.50834ZM40.6247 17.3204H35.8922C36.0344 18.8213 36.7472 19.3084 37.746 19.3084C38.4152 19.3084 38.9712 19.1002 39.6273 18.6556L40.3822 19.6709C39.6404 20.2557 38.7287 20.6578 37.5877 20.6578C35.2491 20.6578 33.9948 19.1427 33.9948 16.8191C33.9948 14.4955 35.207 12.8841 37.3453 12.8841C39.4837 12.8841 40.6667 14.2746 40.6667 16.5968C40.6667 16.7885 40.6486 17.0165 40.634 17.2001C40.6306 17.2429 40.6274 17.2834 40.6247 17.3204ZM38.8246 16.0729C38.8246 14.8622 38.3832 14.1401 37.3555 14.1401C36.5004 14.1401 35.9589 14.6965 35.8587 16.1564H38.8246V16.0729ZM19.5973 10.4228C19.5973 11.0204 19.1256 11.4933 18.4418 11.4933V11.4919C17.7711 11.4919 17.3007 11.0331 17.3007 10.4214C17.3007 9.80971 17.7566 9.33677 18.4418 9.33677C19.127 9.33677 19.5973 9.82528 19.5973 10.4228ZM17.5457 12.9199V20.392H19.3908V12.7245L17.5457 12.9199ZM32.4562 10.4228C32.4562 11.0204 31.9844 11.4933 31.3007 11.4933V11.4919C30.63 11.4919 30.1596 11.0331 30.1596 10.4214C30.1596 9.80971 30.6169 9.33677 31.3007 9.33677C31.9844 9.33677 32.4562 9.82528 32.4562 10.4228ZM30.3571 12.9199V20.392H32.2022V12.7245L30.3571 12.9199Z" fill="white"/>
4
- </svg>
@@ -1,5 +0,0 @@
1
- <svg width="111" height="38" viewBox="0 0 111 38" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g id="Group">
3
- <path id="Vector" fill-rule="evenodd" clip-rule="evenodd" d="M24.1126 11.634C24.1126 13.086 23.953 14.675 23.6486 16.1599L23.6533 16.1552C26.5152 18.4111 28.2071 21.8351 28.2071 25.4578C28.2071 32.0125 22.7928 37.3473 16.1458 37.3473H0V11.8895C0 8.62159 1.38251 5.46225 3.79482 3.22538C6.04258 1.1445 8.97215 0 12.0419 0C12.3027 0 12.5688 0.00946354 12.8297 0.0236584C19.0465 0.411457 24.1126 5.61839 24.1126 11.634ZM11.1958 31.7857H16.1364C19.6701 31.7857 22.5464 28.9481 22.5464 25.4626C22.5464 23.7222 21.8357 22.1521 20.6852 21.0076C18.5051 25.1032 15.3966 28.6358 11.1958 31.7857ZM18.1907 14.6088C18.3456 13.7292 18.4663 12.6841 18.4663 11.6292C18.4663 8.5033 15.7787 5.784 12.477 5.58054C10.6835 5.46698 8.97687 6.07235 7.67178 7.28309C6.36642 8.49383 5.64631 10.1301 5.64631 11.8942V14.6088H18.1907ZM16.1364 19.1347H5.64631H5.6366V30.0879C10.6979 26.9049 14.1736 23.396 16.4891 19.1442C16.3731 19.1347 16.2524 19.1347 16.1364 19.1347ZM47.3827 0.657363V31.6106C47.3827 35.6968 49.6837 38 53.5751 38C55.1608 38 56.6496 37.6217 57.7035 37.1533L56.3596 32.9255C55.9777 33.0627 55.4943 33.157 54.9673 33.157C53.9087 33.157 53.5268 32.5943 53.5268 31.4216V0L47.3827 0.657363ZM62.2048 0.657363V31.6106C62.2048 35.6968 64.5059 38 68.3973 38C69.9829 38 71.4717 37.6217 72.5256 37.1533L71.1817 32.9255C70.7999 33.0627 70.3165 33.157 69.7895 33.157C68.7308 33.157 68.349 32.5943 68.349 31.4216V0L62.2048 0.657363ZM110.86 26.7493H95.1006C95.5743 31.7623 97.9478 33.3892 101.274 33.3892C103.502 33.3892 105.354 32.6939 107.539 31.209L110.053 34.5999C107.582 36.5532 104.546 37.8962 100.747 37.8962C92.9591 37.8962 88.7825 32.8358 88.7825 25.0751C88.7825 17.3144 92.819 11.9323 99.9397 11.9323C107.06 11.9323 111 16.5766 111 24.3325C111 24.973 110.94 25.7345 110.891 26.3477C110.88 26.4907 110.869 26.6257 110.86 26.7493ZM104.866 22.5827C104.866 18.5391 103.396 16.1273 99.9735 16.1273C97.1261 16.1273 95.3229 17.9858 94.9893 22.8618H104.866V22.5827ZM40.8387 3.71171C40.8387 5.70746 39.2677 7.28699 36.9908 7.28699V7.28226C34.7572 7.28226 33.191 5.75004 33.191 3.70698C33.191 1.66392 34.709 0.0843347 36.9908 0.0843347C39.2725 0.0843347 40.8387 1.71594 40.8387 3.71171ZM34.0069 12.052V37.0086H40.151V11.3993L34.0069 12.052ZM83.6587 3.71171C83.6587 5.70746 82.0878 7.28699 79.8109 7.28699V7.28226C77.5775 7.28226 76.011 5.75004 76.011 3.70698C76.011 1.66392 77.534 0.0843347 79.8109 0.0843347C82.0878 0.0843347 83.6587 1.71594 83.6587 3.71171ZM76.6687 12.052V37.0086H82.8129V11.3993L76.6687 12.052Z" fill="white"/>
4
- </g>
5
- </svg>
@@ -1,4 +0,0 @@
1
- <svg width="48" height="30" viewBox="0 0 48 30" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <rect width="48" height="30" rx="3" fill="#1C1C1E"/>
3
- <path fill-rule="evenodd" clip-rule="evenodd" d="M14.5745 12.7945C14.5745 13.2293 14.5266 13.705 14.4352 14.1496L14.4366 14.1482C15.296 14.8236 15.8041 15.8488 15.8041 16.9334C15.8041 18.8959 14.1782 20.4932 12.1821 20.4932H7.3335V12.871C7.3335 11.8926 7.74866 10.9467 8.47308 10.277C9.14808 9.65395 10.0278 9.31128 10.9497 9.31128C11.028 9.31128 11.1079 9.31411 11.1862 9.31836C13.0532 9.43447 14.5745 10.9934 14.5745 12.7945ZM10.6956 18.828H12.1792C13.2404 18.828 14.1042 17.9784 14.1042 16.9349C14.1042 16.4138 13.8907 15.9437 13.5452 15.601C12.8906 16.8273 11.9571 17.8849 10.6956 18.828ZM12.7962 13.6852C12.8427 13.4219 12.8789 13.1089 12.8789 12.7931C12.8789 11.8572 12.0718 11.043 11.0803 10.9821C10.5417 10.9481 10.0292 11.1294 9.63733 11.4919C9.24533 11.8544 9.02908 12.3443 9.02908 12.8724V13.6852H12.7962ZM12.1792 15.0403H9.02908H9.02616V18.3197C10.5461 17.3667 11.5898 16.3161 12.2852 15.0431C12.2503 15.0403 12.2141 15.0403 12.1792 15.0403ZM21.5625 9.5081V18.7756C21.5625 19.999 22.2535 20.6886 23.4221 20.6886C23.8982 20.6886 24.3453 20.5754 24.6618 20.4351L24.2582 19.1693C24.1436 19.2104 23.9984 19.2386 23.8402 19.2386C23.5222 19.2386 23.4076 19.0701 23.4076 18.719V9.31128L21.5625 9.5081ZM26.0136 9.5081V18.7756C26.0136 19.999 26.7046 20.6886 27.8732 20.6886C28.3493 20.6886 28.7964 20.5754 29.1129 20.4351L28.7093 19.1693C28.5947 19.2104 28.4495 19.2386 28.2912 19.2386C27.9733 19.2386 27.8587 19.0701 27.8587 18.719V9.31128L26.0136 9.5081ZM40.6247 17.3201H35.8922C36.0344 18.821 36.7472 19.3081 37.746 19.3081C38.4152 19.3081 38.9712 19.0999 39.6273 18.6554L40.3822 19.6706C39.6404 20.2554 38.7287 20.6575 37.5877 20.6575C35.2491 20.6575 33.9948 19.1424 33.9948 16.8189C33.9948 14.4953 35.207 12.8839 37.3453 12.8839C39.4837 12.8839 40.6667 14.2744 40.6667 16.5965C40.6667 16.7883 40.6486 17.0163 40.634 17.1999C40.6306 17.2427 40.6274 17.2831 40.6247 17.3201ZM38.8246 16.0726C38.8246 14.8619 38.3832 14.1399 37.3555 14.1399C36.5004 14.1399 35.9589 14.6963 35.8587 16.1562H38.8246V16.0726ZM19.5973 10.4226C19.5973 11.0201 19.1256 11.493 18.4418 11.493V11.4916C17.7711 11.4916 17.3007 11.0329 17.3007 10.4212C17.3007 9.80946 17.7566 9.33653 18.4418 9.33653C19.127 9.33653 19.5973 9.82504 19.5973 10.4226ZM17.5457 12.9197V20.3918H19.3908V12.7243L17.5457 12.9197ZM32.4562 10.4226C32.4562 11.0201 31.9844 11.493 31.3007 11.493V11.4916C30.63 11.4916 30.1596 11.0329 30.1596 10.4212C30.1596 9.80946 30.6169 9.33653 31.3007 9.33653C31.9844 9.33653 32.4562 9.82504 32.4562 10.4226ZM30.3571 12.9197V20.3918H32.2022V12.7243L30.3571 12.9197Z" fill="white"/>
4
- </svg>
@@ -1,4 +0,0 @@
1
- <svg width="48" height="30" viewBox="0 0 48 30" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <rect width="48" height="30" rx="3" fill="#1C1C1E"/>
3
- <path fill-rule="evenodd" clip-rule="evenodd" d="M14.5745 12.7948C14.5745 13.2295 14.5266 13.7053 14.4352 14.1499L14.4366 14.1484C15.296 14.8239 15.8041 15.849 15.8041 16.9337C15.8041 18.8962 14.1782 20.4934 12.1821 20.4934H7.3335V12.8713C7.3335 11.8929 7.74866 10.9469 8.47308 10.2772C9.14808 9.65419 10.0278 9.31152 10.9497 9.31152C11.028 9.31152 11.1079 9.31436 11.1862 9.31861C13.0532 9.43472 14.5745 10.9937 14.5745 12.7948ZM10.6956 18.8283H12.1792C13.2404 18.8283 14.1042 17.9787 14.1042 16.9351C14.1042 16.414 13.8907 15.9439 13.5452 15.6013C12.8906 16.8275 11.9571 17.8852 10.6956 18.8283ZM12.7962 13.6854C12.8427 13.4221 12.8789 13.1092 12.8789 12.7934C12.8789 11.8574 12.0718 11.0433 11.0803 10.9824C10.5417 10.9484 10.0292 11.1296 9.63733 11.4921C9.24533 11.8546 9.02908 12.3445 9.02908 12.8727V13.6854H12.7962ZM12.1792 15.0405H9.02908H9.02616V18.3199C10.5461 17.3669 11.5898 16.3164 12.2852 15.0434C12.2503 15.0405 12.2141 15.0405 12.1792 15.0405ZM21.5625 9.50834V18.7759C21.5625 19.9993 22.2535 20.6889 23.4221 20.6889C23.8982 20.6889 24.3453 20.5756 24.6618 20.4354L24.2582 19.1695C24.1436 19.2106 23.9984 19.2389 23.8402 19.2389C23.5222 19.2389 23.4076 19.0704 23.4076 18.7193V9.31152L21.5625 9.50834ZM26.0136 9.50834V18.7759C26.0136 19.9993 26.7046 20.6889 27.8732 20.6889C28.3493 20.6889 28.7964 20.5756 29.1129 20.4354L28.7093 19.1695C28.5947 19.2106 28.4495 19.2389 28.2912 19.2389C27.9733 19.2389 27.8587 19.0704 27.8587 18.7193V9.31152L26.0136 9.50834ZM40.6247 17.3204H35.8922C36.0344 18.8213 36.7472 19.3084 37.746 19.3084C38.4152 19.3084 38.9712 19.1002 39.6273 18.6556L40.3822 19.6709C39.6404 20.2557 38.7287 20.6578 37.5877 20.6578C35.2491 20.6578 33.9948 19.1427 33.9948 16.8191C33.9948 14.4955 35.207 12.8841 37.3453 12.8841C39.4837 12.8841 40.6667 14.2746 40.6667 16.5968C40.6667 16.7885 40.6486 17.0165 40.634 17.2001C40.6306 17.2429 40.6274 17.2834 40.6247 17.3204ZM38.8246 16.0729C38.8246 14.8622 38.3832 14.1401 37.3555 14.1401C36.5004 14.1401 35.9589 14.6965 35.8587 16.1564H38.8246V16.0729ZM19.5973 10.4228C19.5973 11.0204 19.1256 11.4933 18.4418 11.4933V11.4919C17.7711 11.4919 17.3007 11.0331 17.3007 10.4214C17.3007 9.80971 17.7566 9.33677 18.4418 9.33677C19.127 9.33677 19.5973 9.82528 19.5973 10.4228ZM17.5457 12.9199V20.392H19.3908V12.7245L17.5457 12.9199ZM32.4562 10.4228C32.4562 11.0204 31.9844 11.4933 31.3007 11.4933V11.4919C30.63 11.4919 30.1596 11.0331 30.1596 10.4214C30.1596 9.80971 30.6169 9.33677 31.3007 9.33677C31.9844 9.33677 32.4562 9.82528 32.4562 10.4228ZM30.3571 12.9199V20.392H32.2022V12.7245L30.3571 12.9199Z" fill="white"/>
4
- </svg>
@@ -1,4 +0,0 @@
1
- <svg width="48" height="30" viewBox="0 0 48 30" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <rect width="48" height="30" rx="3" fill="#1C1C1E"/>
3
- <path fill-rule="evenodd" clip-rule="evenodd" d="M14.5745 12.7945C14.5745 13.2293 14.5266 13.705 14.4352 14.1496L14.4366 14.1482C15.296 14.8236 15.8041 15.8488 15.8041 16.9334C15.8041 18.8959 14.1782 20.4932 12.1821 20.4932H7.3335V12.871C7.3335 11.8926 7.74866 10.9467 8.47308 10.277C9.14808 9.65395 10.0278 9.31128 10.9497 9.31128C11.028 9.31128 11.1079 9.31411 11.1862 9.31836C13.0532 9.43447 14.5745 10.9934 14.5745 12.7945ZM10.6956 18.828H12.1792C13.2404 18.828 14.1042 17.9784 14.1042 16.9349C14.1042 16.4138 13.8907 15.9437 13.5452 15.601C12.8906 16.8273 11.9571 17.8849 10.6956 18.828ZM12.7962 13.6852C12.8427 13.4219 12.8789 13.1089 12.8789 12.7931C12.8789 11.8572 12.0718 11.043 11.0803 10.9821C10.5417 10.9481 10.0292 11.1294 9.63733 11.4919C9.24533 11.8544 9.02908 12.3443 9.02908 12.8724V13.6852H12.7962ZM12.1792 15.0403H9.02908H9.02616V18.3197C10.5461 17.3667 11.5898 16.3161 12.2852 15.0431C12.2503 15.0403 12.2141 15.0403 12.1792 15.0403ZM21.5625 9.5081V18.7756C21.5625 19.999 22.2535 20.6886 23.4221 20.6886C23.8982 20.6886 24.3453 20.5754 24.6618 20.4351L24.2582 19.1693C24.1436 19.2104 23.9984 19.2386 23.8402 19.2386C23.5222 19.2386 23.4076 19.0701 23.4076 18.719V9.31128L21.5625 9.5081ZM26.0136 9.5081V18.7756C26.0136 19.999 26.7046 20.6886 27.8732 20.6886C28.3493 20.6886 28.7964 20.5754 29.1129 20.4351L28.7093 19.1693C28.5947 19.2104 28.4495 19.2386 28.2912 19.2386C27.9733 19.2386 27.8587 19.0701 27.8587 18.719V9.31128L26.0136 9.5081ZM40.6247 17.3201H35.8922C36.0344 18.821 36.7472 19.3081 37.746 19.3081C38.4152 19.3081 38.9712 19.0999 39.6273 18.6554L40.3822 19.6706C39.6404 20.2554 38.7287 20.6575 37.5877 20.6575C35.2491 20.6575 33.9948 19.1424 33.9948 16.8189C33.9948 14.4953 35.207 12.8839 37.3453 12.8839C39.4837 12.8839 40.6667 14.2744 40.6667 16.5965C40.6667 16.7883 40.6486 17.0163 40.634 17.1999C40.6306 17.2427 40.6274 17.2831 40.6247 17.3201ZM38.8246 16.0726C38.8246 14.8619 38.3832 14.1399 37.3555 14.1399C36.5004 14.1399 35.9589 14.6963 35.8587 16.1562H38.8246V16.0726ZM19.5973 10.4226C19.5973 11.0201 19.1256 11.493 18.4418 11.493V11.4916C17.7711 11.4916 17.3007 11.0329 17.3007 10.4212C17.3007 9.80946 17.7566 9.33653 18.4418 9.33653C19.127 9.33653 19.5973 9.82504 19.5973 10.4226ZM17.5457 12.9197V20.3918H19.3908V12.7243L17.5457 12.9197ZM32.4562 10.4226C32.4562 11.0201 31.9844 11.493 31.3007 11.493V11.4916C30.63 11.4916 30.1596 11.0329 30.1596 10.4212C30.1596 9.80946 30.6169 9.33653 31.3007 9.33653C31.9844 9.33653 32.4562 9.82504 32.4562 10.4226ZM30.3571 12.9197V20.3918H32.2022V12.7243L30.3571 12.9197Z" fill="white"/>
4
- </svg>
@@ -1,34 +0,0 @@
1
- var Wick = window.Wick || {};
2
-
3
- Wick.BusinessType = {
4
- el: {
5
- radios: 'input[name="businessType"]',
6
- panels: '.radio-expanded-content'
7
- },
8
-
9
- refreshPanels() {
10
- const $radios = $(this.el.radios);
11
- const $panels = $(this.el.panels);
12
- const selectedValue = $radios.filter(':checked').val();
13
-
14
- $panels.hide();
15
- $(`#${selectedValue}-fields`).show();
16
- },
17
-
18
- bindEvents() {
19
- $(this.el.radios).on('change', this.refreshPanels.bind(this));
20
- },
21
-
22
- init() {
23
- if (!$(this.el.radios).length) {
24
- return;
25
- }
26
-
27
- this.refreshPanels();
28
- this.bindEvents();
29
- }
30
- };
31
-
32
- $(document).ready(function () {
33
- Wick.BusinessType.init();
34
- });