@gofynd/theme-template 3.2.10 → 3.2.11

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 (99) hide show
  1. package/dist/components/accordion/accordion.js +1 -1
  2. package/dist/components/address-form/address-form.js +1 -1
  3. package/dist/components/address-form/form-input-selector.js +1 -1
  4. package/dist/components/address-form/v2/address-form.js +1 -1
  5. package/dist/components/bag/bag.css +433 -0
  6. package/dist/components/bag/bag.js +1 -0
  7. package/dist/components/blog-page/blog-page.js +1 -1
  8. package/dist/components/compare-product-card/compare-product-card.js +1 -1
  9. package/dist/components/filter-modal/filter-modal.css +26 -10
  10. package/dist/components/filter-modal/filter-modal.js +2 -1
  11. package/dist/components/filter-modal/filter-modal.js.LICENSE.txt +25 -0
  12. package/dist/components/form-builder/form-builder.js +1 -1
  13. package/dist/components/google-map/v2/google-map.js +1 -1
  14. package/dist/components/index.css +1 -1
  15. package/dist/components/index.js +1 -1
  16. package/dist/components/order-shipment/order-shipment.css +434 -5
  17. package/dist/components/order-shipment/order-shipment.js +1 -1
  18. package/dist/components/product-card/product-card.js +1 -1
  19. package/dist/components/profile-navigation/profile-navigation.css +1 -1
  20. package/dist/components/quantity-control/quantity-control.js +1 -1
  21. package/dist/components/range-slider/range-slider.css +26 -10
  22. package/dist/components/range-slider/range-slider.js +2 -1
  23. package/dist/components/range-slider/range-slider.js.LICENSE.txt +25 -0
  24. package/dist/components/shipment-item/shipment-item.css +434 -11
  25. package/dist/components/shipment-item/shipment-item.js +1 -1
  26. package/dist/components/shipment-tracking/shipment-tracking.js +1 -1
  27. package/dist/components/shipments-update-item/shipments-update-item.css +441 -28
  28. package/dist/components/shipments-update-item/shipments-update-item.js +1 -1
  29. package/dist/helper/hooks/index.js +1 -1
  30. package/dist/helper/hooks/useAddressAutofill.js +1 -0
  31. package/dist/index.css +674 -303
  32. package/dist/index.js +1 -1
  33. package/dist/index.js.LICENSE.txt +20 -0
  34. package/dist/page-layouts/auth/mobile-number/mobile-number.js +1 -1
  35. package/dist/page-layouts/cart/Components/chip-item/chip-image.css +411 -0
  36. package/dist/page-layouts/cart/Components/chip-item/chip-image.js +1 -0
  37. package/dist/page-layouts/cart/Components/chip-item/chip-item.css +411 -0
  38. package/dist/page-layouts/cart/Components/chip-item/chip-item.js +1 -1
  39. package/dist/page-layouts/cart/Components/coupon/coupon.js +1 -1
  40. package/dist/page-layouts/cart/Components/delivery-location/delivery-location.js +1 -1
  41. package/dist/page-layouts/compare/compare.js +1 -1
  42. package/dist/page-layouts/login/component/login-otp/login-otp.js +1 -1
  43. package/dist/page-layouts/login/component/login-password/login-password.js +1 -1
  44. package/dist/page-layouts/login/component/soacial-login-button/apple-login-button.css +373 -0
  45. package/dist/page-layouts/login/component/soacial-login-button/apple-login-button.js +1 -0
  46. package/dist/page-layouts/login/component/soacial-login-button/facebook-login-button.css +373 -0
  47. package/dist/page-layouts/login/component/soacial-login-button/facebook-login-button.js +1 -0
  48. package/dist/page-layouts/login/component/soacial-login-button/google-login-button.css +375 -0
  49. package/dist/page-layouts/login/component/soacial-login-button/google-login-button.js +1 -0
  50. package/dist/page-layouts/login/component/social-login-button/apple-login-button.js +1 -1
  51. package/dist/page-layouts/plp/Components/add-to-cart/add-to-cart.js +1 -1
  52. package/dist/page-layouts/plp/Components/filter-item/filter-item.css +26 -10
  53. package/dist/page-layouts/plp/Components/filter-item/filter-item.js +2 -1
  54. package/dist/page-layouts/plp/Components/filter-item/filter-item.js.LICENSE.txt +25 -0
  55. package/dist/page-layouts/plp/Components/filter-list/filter-list.css +26 -10
  56. package/dist/page-layouts/plp/Components/filter-list/filter-list.js +2 -1
  57. package/dist/page-layouts/plp/Components/filter-list/filter-list.js.LICENSE.txt +25 -0
  58. package/dist/page-layouts/plp/Components/filter-tags/filter-tags.js +1 -1
  59. package/dist/page-layouts/single-checkout/address/single-address.js +1 -1
  60. package/dist/page-layouts/single-checkout/payment/card-form.js +1 -1
  61. package/dist/page-layouts/single-checkout/payment/checkout-payment-content.js +1 -1
  62. package/dist/page-layouts/single-checkout/payment/checkout-payment.js +1 -1
  63. package/dist/pages/blog/blog.js +1 -1
  64. package/dist/pages/blog/index.js +1 -1
  65. package/dist/pages/cart/cart.css +411 -0
  66. package/dist/pages/cart/cart.js +1 -1
  67. package/dist/pages/cart/index.css +411 -0
  68. package/dist/pages/cart/index.js +1 -1
  69. package/dist/pages/checkout/checkout.js +1 -1
  70. package/dist/pages/checkout/index.js +1 -1
  71. package/dist/pages/edit-profile/edit-profile.js +1 -1
  72. package/dist/pages/edit-profile/index.js +1 -1
  73. package/dist/pages/index.css +729 -358
  74. package/dist/pages/index.js +1 -1
  75. package/dist/pages/index.js.LICENSE.txt +20 -0
  76. package/dist/pages/login/index.css +292 -292
  77. package/dist/pages/login/index.js +1 -1
  78. package/dist/pages/login/login.css +292 -292
  79. package/dist/pages/login/login.js +1 -1
  80. package/dist/pages/order/order-tracking-details/order-tracking-details.css +435 -16
  81. package/dist/pages/order/order-tracking-details/order-tracking-details.js +1 -1
  82. package/dist/pages/order-status/index.css +895 -6
  83. package/dist/pages/order-status/index.js +1 -1
  84. package/dist/pages/order-status/order-status.css +895 -6
  85. package/dist/pages/order-status/order-status.js +1 -1
  86. package/dist/pages/product-listing/index.css +26 -10
  87. package/dist/pages/product-listing/index.js +1 -1
  88. package/dist/pages/product-listing/index.js.LICENSE.txt +20 -0
  89. package/dist/pages/product-listing/product-listing.css +26 -10
  90. package/dist/pages/product-listing/product-listing.js +1 -1
  91. package/dist/pages/product-listing/product-listing.js.LICENSE.txt +20 -0
  92. package/dist/pages/profile/components/add-phone-modal/add-phone-modal.js +1 -1
  93. package/dist/pages/profile/phone/index.js +1 -1
  94. package/dist/pages/profile/phone/phone.js +1 -1
  95. package/dist/pages/register/index.js +1 -1
  96. package/dist/pages/register/register.js +1 -1
  97. package/dist/pages/wishlist/index.js +1 -1
  98. package/dist/pages/wishlist/wishlist.js +1 -1
  99. package/package.json +2 -1
@@ -2813,59 +2813,59 @@ h5,
2813
2813
  /**color by character**/
2814
2814
  /** Font family **/
2815
2815
  /** Font weight **/
2816
- .google-login-button__display-block___s15RG {
2816
+ .google-login-button__display-block___EQK2o {
2817
2817
  display: block;
2818
2818
  }
2819
- .google-login-button__inline-block___Q_L25,
2820
- .google-login-button__inlineBlock___PixDy {
2819
+ .google-login-button__inline-block___9pJfj,
2820
+ .google-login-button__inlineBlock___xaDLJ {
2821
2821
  display: inline-block;
2822
2822
  }
2823
- .google-login-button__flex-row___Ac1Tp {
2823
+ .google-login-button__flex-row___w3sfS {
2824
2824
  display: flex;
2825
2825
  }
2826
- .google-login-button__flex-column___yjfVB,
2827
- .google-login-button__flexColumn___tktA6 {
2826
+ .google-login-button__flex-column___cMdoc,
2827
+ .google-login-button__flexColumn___vi3_l {
2828
2828
  display: flex;
2829
2829
  flex-direction: column;
2830
2830
  }
2831
- .google-login-button__flex-align-center___AGQ4A,
2832
- .google-login-button__flexAlignCenter___jcHeh {
2831
+ .google-login-button__flex-align-center___mhY9m,
2832
+ .google-login-button__flexAlignCenter___OEPpa {
2833
2833
  display: flex;
2834
2834
  align-items: center;
2835
2835
  }
2836
- .google-login-button__flex-justify-center___pwIau,
2837
- .google-login-button__flexJustifyCenter___etrqc {
2836
+ .google-login-button__flex-justify-center___IXrmp,
2837
+ .google-login-button__flexJustifyCenter___U16kz {
2838
2838
  display: flex;
2839
2839
  justify-content: center;
2840
2840
  }
2841
- .google-login-button__flex-center___iZzXf,
2842
- .google-login-button__flexCenter___Udri1 {
2841
+ .google-login-button__flex-center___Gh9Mi,
2842
+ .google-login-button__flexCenter___AEfD1 {
2843
2843
  display: flex;
2844
2844
  justify-content: center;
2845
2845
  align-items: center;
2846
2846
  }
2847
- .google-login-button__justify-start___jP0Bf,
2848
- .google-login-button__justifyStart___lB7Bm {
2847
+ .google-login-button__justify-start___h6Jgw,
2848
+ .google-login-button__justifyStart___hikzO {
2849
2849
  justify-content: flex-start;
2850
2850
  }
2851
- .google-login-button__justify-end___M6bWw,
2852
- .google-login-button__justifyEnd___g8Qzy {
2851
+ .google-login-button__justify-end___JjvSy,
2852
+ .google-login-button__justifyEnd___bwuFS {
2853
2853
  justify-content: flex-end;
2854
2854
  }
2855
- .google-login-button__justify-between___otTVm,
2856
- .google-login-button__justifyBetween___Zv57a {
2855
+ .google-login-button__justify-between___Umw8R,
2856
+ .google-login-button__justifyBetween___uv6BP {
2857
2857
  justify-content: space-between;
2858
2858
  }
2859
- .google-login-button__justify-around___BJOT_,
2860
- .google-login-button__justifyAround___VvLTn {
2859
+ .google-login-button__justify-around___lfcBD,
2860
+ .google-login-button__justifyAround___tNO7M {
2861
2861
  justify-content: space-around;
2862
2862
  }
2863
- .google-login-button__justify-evenly___JJl44,
2864
- .google-login-button__justifyEvenly___UKmGy {
2863
+ .google-login-button__justify-evenly___ivoWs,
2864
+ .google-login-button__justifyEvenly___UOMVU {
2865
2865
  justify-content: space-evenly;
2866
2866
  }
2867
2867
  h1,
2868
- .google-login-button__h1___IRFRh {
2868
+ .google-login-button__h1___vLAjS {
2869
2869
  font-weight: 700;
2870
2870
  font-size: 28px;
2871
2871
  line-height: 42px;
@@ -2874,13 +2874,13 @@ h1,
2874
2874
  }
2875
2875
  @media only screen and (min-width: 769px) {
2876
2876
  h1,
2877
- .google-login-button__h1___IRFRh {
2877
+ .google-login-button__h1___vLAjS {
2878
2878
  font-size: 36px;
2879
2879
  line-height: 48px;
2880
2880
  }
2881
2881
  }
2882
2882
  h2,
2883
- .google-login-button__h2___rMEfg {
2883
+ .google-login-button__h2___ucEr5 {
2884
2884
  font-weight: 700;
2885
2885
  font-size: 28px;
2886
2886
  line-height: 36px;
@@ -2889,13 +2889,13 @@ h2,
2889
2889
  }
2890
2890
  @media only screen and (min-width: 769px) {
2891
2891
  h2,
2892
- .google-login-button__h2___rMEfg {
2892
+ .google-login-button__h2___ucEr5 {
2893
2893
  font-size: 32px;
2894
2894
  line-height: 42px;
2895
2895
  }
2896
2896
  }
2897
2897
  h3,
2898
- .google-login-button__h3___gdnae {
2898
+ .google-login-button__h3___loah0 {
2899
2899
  font-weight: 700;
2900
2900
  letter-spacing: -0.02em;
2901
2901
  color: var(--textHeading, #26201a);
@@ -2904,7 +2904,7 @@ h3,
2904
2904
  }
2905
2905
  @media only screen and (min-width: 769px) {
2906
2906
  h3,
2907
- .google-login-button__h3___gdnae {
2907
+ .google-login-button__h3___loah0 {
2908
2908
  font-weight: 700;
2909
2909
  letter-spacing: -0.02em;
2910
2910
  color: var(--textHeading, #26201a);
@@ -2913,7 +2913,7 @@ h3,
2913
2913
  }
2914
2914
  }
2915
2915
  h4,
2916
- .google-login-button__h4___GupbO {
2916
+ .google-login-button__h4___FXEwb {
2917
2917
  font-weight: 600;
2918
2918
  letter-spacing: -0.02em;
2919
2919
  color: var(--textHeading, #26201a);
@@ -2922,7 +2922,7 @@ h4,
2922
2922
  }
2923
2923
  @media only screen and (min-width: 769px) {
2924
2924
  h4,
2925
- .google-login-button__h4___GupbO {
2925
+ .google-login-button__h4___FXEwb {
2926
2926
  font-weight: 600;
2927
2927
  letter-spacing: -0.02em;
2928
2928
  color: var(--textHeading, #26201a);
@@ -2931,7 +2931,7 @@ h4,
2931
2931
  }
2932
2932
  }
2933
2933
  h5,
2934
- .google-login-button__h5___qDny5 {
2934
+ .google-login-button__h5___PTFst {
2935
2935
  font-weight: 600;
2936
2936
  font-size: 14px;
2937
2937
  line-height: 16px;
@@ -2940,12 +2940,12 @@ h5,
2940
2940
  }
2941
2941
  @media only screen and (min-width: 769px) {
2942
2942
  h5,
2943
- .google-login-button__h5___qDny5 {
2943
+ .google-login-button__h5___PTFst {
2944
2944
  font-size: 16px;
2945
2945
  line-height: 18px;
2946
2946
  }
2947
2947
  }
2948
- .google-login-button__b1___zQFOd {
2948
+ .google-login-button__b1___gn5kp {
2949
2949
  font-weight: 400;
2950
2950
  font-size: 14px;
2951
2951
  line-height: 18px;
@@ -2953,14 +2953,14 @@ h5,
2953
2953
  color: var(--textBody, #3c3131);
2954
2954
  }
2955
2955
  @media only screen and (min-width: 769px) {
2956
- .google-login-button__b1___zQFOd {
2956
+ .google-login-button__b1___gn5kp {
2957
2957
  font-size: 16px;
2958
2958
  line-height: 20px;
2959
2959
  }
2960
2960
  }
2961
- .google-login-button__b-small___D10Xc,
2962
- .google-login-button__bSmall___IXVmp,
2963
- .google-login-button__b2___rV4mg {
2961
+ .google-login-button__b-small___XRSEe,
2962
+ .google-login-button__bSmall___XmFGu,
2963
+ .google-login-button__b2___TKzu0 {
2964
2964
  font-weight: 400;
2965
2965
  letter-spacing: -0.02em;
2966
2966
  color: var(--textBody, #3c3131);
@@ -2968,9 +2968,9 @@ h5,
2968
2968
  line-height: 16px;
2969
2969
  }
2970
2970
  @media only screen and (min-width: 769px) {
2971
- .google-login-button__b-small___D10Xc,
2972
- .google-login-button__bSmall___IXVmp,
2973
- .google-login-button__b2___rV4mg {
2971
+ .google-login-button__b-small___XRSEe,
2972
+ .google-login-button__bSmall___XmFGu,
2973
+ .google-login-button__b2___TKzu0 {
2974
2974
  font-weight: 400;
2975
2975
  letter-spacing: -0.02em;
2976
2976
  color: var(--textBody, #3c3131);
@@ -2978,47 +2978,47 @@ h5,
2978
2978
  line-height: 18px;
2979
2979
  }
2980
2980
  }
2981
- .google-login-button__d1___UVhdX {
2981
+ .google-login-button__d1___M75gW {
2982
2982
  font-size: 36px;
2983
2983
  font-weight: 700;
2984
2984
  line-height: 48px;
2985
2985
  letter-spacing: -0.02em;
2986
2986
  }
2987
2987
  @media only screen and (min-width: 769px) {
2988
- .google-login-button__d1___UVhdX {
2988
+ .google-login-button__d1___M75gW {
2989
2989
  font-size: 64px;
2990
2990
  line-height: 85px;
2991
2991
  letter-spacing: -0.03em;
2992
2992
  }
2993
2993
  }
2994
- .google-login-button__caption-medium___yVS2n,
2995
- .google-login-button__captionMedium___UIV13 {
2994
+ .google-login-button__caption-medium___OCpEN,
2995
+ .google-login-button__captionMedium___bKtvU {
2996
2996
  font-size: 12px;
2997
2997
  line-height: 1.5;
2998
2998
  letter-spacing: -0.02em;
2999
2999
  font-weight: 500;
3000
3000
  }
3001
3001
  @media only screen and (max-width: 480px) {
3002
- .google-login-button__caption-medium___yVS2n,
3003
- .google-login-button__captionMedium___UIV13 {
3002
+ .google-login-button__caption-medium___OCpEN,
3003
+ .google-login-button__captionMedium___bKtvU {
3004
3004
  font-size: 11px;
3005
3005
  }
3006
3006
  }
3007
- .google-login-button__caption-semi-bold___Joz60,
3008
- .google-login-button__captionSemiBold___C8p1l {
3007
+ .google-login-button__caption-semi-bold___GD7ZM,
3008
+ .google-login-button__captionSemiBold___FZEVw {
3009
3009
  font-size: 12px;
3010
3010
  line-height: 1.5;
3011
3011
  letter-spacing: -0.02em;
3012
3012
  font-weight: 600;
3013
3013
  }
3014
3014
  @media only screen and (max-width: 480px) {
3015
- .google-login-button__caption-semi-bold___Joz60,
3016
- .google-login-button__captionSemiBold___C8p1l {
3015
+ .google-login-button__caption-semi-bold___GD7ZM,
3016
+ .google-login-button__captionSemiBold___FZEVw {
3017
3017
  font-size: 11px;
3018
3018
  }
3019
3019
  }
3020
- .google-login-button__btn-link___Z4yx6,
3021
- .google-login-button__btnLink___WYTcb {
3020
+ .google-login-button__btn-link___E020C,
3021
+ .google-login-button__btnLink___DyX1T {
3022
3022
  font-weight: 500;
3023
3023
  letter-spacing: -0.02em;
3024
3024
  font-size: 12px;
@@ -3031,72 +3031,72 @@ h5,
3031
3031
  border: none;
3032
3032
  }
3033
3033
  @media only screen and (min-width: 769px) {
3034
- .google-login-button__btn-link___Z4yx6,
3035
- .google-login-button__btnLink___WYTcb {
3034
+ .google-login-button__btn-link___E020C,
3035
+ .google-login-button__btnLink___DyX1T {
3036
3036
  font-weight: 500;
3037
3037
  letter-spacing: -0.02em;
3038
3038
  font-size: 14px;
3039
3039
  line-height: 16px;
3040
3040
  }
3041
3041
  }
3042
- .google-login-button__btn-link___Z4yx6:hover,
3043
- .google-login-button__btnLink___WYTcb:hover {
3042
+ .google-login-button__btn-link___E020C:hover,
3043
+ .google-login-button__btnLink___DyX1T:hover {
3044
3044
  color: var(--buttonLinkL1, #c1847c);
3045
3045
  }
3046
- .google-login-button__btn-link___Z4yx6:disabled,
3047
- .google-login-button__btnLink___WYTcb:disabled {
3046
+ .google-login-button__btn-link___E020C:disabled,
3047
+ .google-login-button__btnLink___DyX1T:disabled {
3048
3048
  color: var(--buttonLinkL2, #d0a39d);
3049
3049
  }
3050
- .google-login-button__btn-link___Z4yx6:active,
3051
- .google-login-button__btnLink___WYTcb:active {
3050
+ .google-login-button__btn-link___E020C:active,
3051
+ .google-login-button__btnLink___DyX1T:active {
3052
3052
  opacity: 0.8;
3053
3053
  }
3054
- .google-login-button__user-select-none___atNX0,
3055
- .google-login-button__userSelectNone___TjXmt {
3054
+ .google-login-button__user-select-none___bC0RH,
3055
+ .google-login-button__userSelectNone___HQ4BZ {
3056
3056
  user-select: none;
3057
3057
  -moz-user-select: none;
3058
3058
  -webkit-user-select: none;
3059
3059
  -ms-user-select: none;
3060
3060
  }
3061
- .google-login-button__margin-0-auto___lSMrD,
3062
- .google-login-button__margin0auto___pjEMN {
3061
+ .google-login-button__margin-0-auto___UgACc,
3062
+ .google-login-button__margin0auto___KDHNy {
3063
3063
  margin: 0 auto;
3064
3064
  }
3065
- .google-login-button__base-page-container___HDsM1,
3066
- .google-login-button__basePageContainer___EH4cp {
3065
+ .google-login-button__base-page-container___cCddh,
3066
+ .google-login-button__basePageContainer___Luskf {
3067
3067
  max-width: 1440px !important;
3068
3068
  }
3069
- .google-login-button__remove-scroll___Sv0ai,
3070
- .google-login-button__removeScroll___hX_DS {
3069
+ .google-login-button__remove-scroll___vm0Bf,
3070
+ .google-login-button__removeScroll___tRToz {
3071
3071
  overflow-y: hidden !important;
3072
3072
  }
3073
- .google-login-button__mr-5___iQJLH,
3074
- .google-login-button__mr5___co5at {
3073
+ .google-login-button__mr-5___x4XQr,
3074
+ .google-login-button__mr5___iTyOy {
3075
3075
  margin-inline-end: 30px !important;
3076
3076
  }
3077
- .google-login-button__mr-2___cdlE_,
3078
- .google-login-button__mr2___hrKWR {
3077
+ .google-login-button__mr-2___nmNTa,
3078
+ .google-login-button__mr2___SCEtu {
3079
3079
  margin-inline-end: 5px !important;
3080
3080
  }
3081
- .google-login-button__py-5___ffmv9,
3082
- .google-login-button__py5___h99Qk {
3081
+ .google-login-button__py-5___xlK1L,
3082
+ .google-login-button__py5___Df4BQ {
3083
3083
  padding-top: 1.875rem !important;
3084
3084
  padding-bottom: 1.875rem !important;
3085
3085
  }
3086
- .google-login-button__view-all-text___wMzMP,
3087
- .google-login-button__viewAllText___n8878 {
3086
+ .google-login-button__view-all-text___vrryv,
3087
+ .google-login-button__viewAllText___uFfCU {
3088
3088
  font-size: 20px;
3089
3089
  font-weight: 400;
3090
3090
  text-transform: lowercase;
3091
3091
  text-decoration: underline;
3092
3092
  }
3093
- .google-login-button__view-all-mobile___z3IOw,
3094
- .google-login-button__viewAllMobile___kwSTY {
3093
+ .google-login-button__view-all-mobile___A40K0,
3094
+ .google-login-button__viewAllMobile___Iohgc {
3095
3095
  display: none;
3096
3096
  }
3097
3097
  @media only screen and (max-width: 768px) {
3098
- .google-login-button__view-all-mobile___z3IOw,
3099
- .google-login-button__viewAllMobile___kwSTY {
3098
+ .google-login-button__view-all-mobile___A40K0,
3099
+ .google-login-button__viewAllMobile___Iohgc {
3100
3100
  display: flex;
3101
3101
  align-items: center;
3102
3102
  justify-content: center;
@@ -3104,55 +3104,55 @@ h5,
3104
3104
  }
3105
3105
  }
3106
3106
  @media only screen and (max-width: 480px) {
3107
- .google-login-button__view-all-mobile___z3IOw,
3108
- .google-login-button__viewAllMobile___kwSTY {
3107
+ .google-login-button__view-all-mobile___A40K0,
3108
+ .google-login-button__viewAllMobile___Iohgc {
3109
3109
  margin-top: 24px;
3110
3110
  }
3111
3111
  }
3112
- .google-login-button__accent-btn___brS2S,
3113
- .google-login-button__accentBtn___k4j9C {
3112
+ .google-login-button__accent-btn___rKmnO,
3113
+ .google-login-button__accentBtn___VKUfQ {
3114
3114
  background-color: var(--accentColor);
3115
3115
  color: #fff;
3116
3116
  }
3117
- .google-login-button__no-scroll___ybGFl,
3118
- .google-login-button__noScroll___vbFH0 {
3117
+ .google-login-button__no-scroll___lm8sG,
3118
+ .google-login-button__noScroll___E1yUU {
3119
3119
  overflow-y: hidden;
3120
3120
  }
3121
- .google-login-button__hide-overflow___o6HaR,
3122
- .google-login-button__hideOverflow___nKtWu {
3121
+ .google-login-button__hide-overflow___v49bU,
3122
+ .google-login-button__hideOverflow___E2jbU {
3123
3123
  overflow: hidden;
3124
3124
  }
3125
- .google-login-button__markdown-body___sVl5K h6 {
3125
+ .google-login-button__markdown-body___f2CS3 h6 {
3126
3126
  margin-top: 0 !important;
3127
3127
  margin-bottom: 0 !important;
3128
3128
  }
3129
3129
  @media only screen and (max-width: 480px) {
3130
- .google-login-button__markdown-body___sVl5K {
3130
+ .google-login-button__markdown-body___f2CS3 {
3131
3131
  font-size: 12px !important;
3132
3132
  padding: 5px !important;
3133
3133
  }
3134
3134
  }
3135
- .google-login-button__view3d-canvas___yERj4 {
3135
+ .google-login-button__view3d-canvas___Dznnl {
3136
3136
  width: 100%;
3137
3137
  height: 100%;
3138
3138
  }
3139
3139
  @media only screen and (max-width: 480px) {
3140
- .google-login-button__view-mobile-up___xPbca {
3140
+ .google-login-button__view-mobile-up___roIVw {
3141
3141
  display: none !important;
3142
3142
  }
3143
3143
  }
3144
3144
  @media only screen and (min-width: 481px) {
3145
- .google-login-button__view-mobile___g5Syu {
3145
+ .google-login-button__view-mobile___ixdST {
3146
3146
  display: none !important;
3147
3147
  }
3148
3148
  }
3149
- .google-login-button__google-login-container___txHJV {
3149
+ .google-login-button__google-login-container___gsSus {
3150
3150
  margin-top: 12px;
3151
3151
  }
3152
- .google-login-button__google-login-container___txHJV .google-login-button__google-signin-wrapper___AifjG {
3152
+ .google-login-button__google-login-container___gsSus .google-login-button__google-signin-wrapper___ewjLC {
3153
3153
  width: 100%;
3154
3154
  }
3155
- .google-login-button__google-login-container___txHJV .g_id_signin > div[role="button"] {
3155
+ .google-login-button__google-login-container___gsSus .g_id_signin > div[role="button"] {
3156
3156
  height: 48px !important;
3157
3157
  padding: 12px !important;
3158
3158
  background: transparent !important;
@@ -3170,10 +3170,10 @@ h5,
3170
3170
  align-items: center !important;
3171
3171
  cursor: pointer !important;
3172
3172
  }
3173
- .google-login-button__google-login-container___txHJV .g_id_signin svg {
3173
+ .google-login-button__google-login-container___gsSus .g_id_signin svg {
3174
3174
  flex: 0 0 24px !important;
3175
3175
  }
3176
- .google-login-button__google-login-container___txHJV .g_id_signin span {
3176
+ .google-login-button__google-login-container___gsSus .g_id_signin span {
3177
3177
  margin-inline-end: 24px !important;
3178
3178
  color: var(--textHeading, #26201a) !important;
3179
3179
  font-size: 14px !important;
@@ -3188,59 +3188,59 @@ h5,
3188
3188
  /**color by character**/
3189
3189
  /** Font family **/
3190
3190
  /** Font weight **/
3191
- .facebook-login-button__display-block___zjvnE {
3191
+ .facebook-login-button__display-block___XhSEK {
3192
3192
  display: block;
3193
3193
  }
3194
- .facebook-login-button__inline-block___DI3Vk,
3195
- .facebook-login-button__inlineBlock___p0R2f {
3194
+ .facebook-login-button__inline-block___UTivJ,
3195
+ .facebook-login-button__inlineBlock___CJfcj {
3196
3196
  display: inline-block;
3197
3197
  }
3198
- .facebook-login-button__flex-row___OaM0g {
3198
+ .facebook-login-button__flex-row___Y8pmb {
3199
3199
  display: flex;
3200
3200
  }
3201
- .facebook-login-button__flex-column___GWHUO,
3202
- .facebook-login-button__flexColumn___vmTFT {
3201
+ .facebook-login-button__flex-column___Hvv6Q,
3202
+ .facebook-login-button__flexColumn___cwtVd {
3203
3203
  display: flex;
3204
3204
  flex-direction: column;
3205
3205
  }
3206
- .facebook-login-button__flex-align-center___M1zHK,
3207
- .facebook-login-button__flexAlignCenter___YhQNt {
3206
+ .facebook-login-button__flex-align-center___y7O93,
3207
+ .facebook-login-button__flexAlignCenter___pxAAO {
3208
3208
  display: flex;
3209
3209
  align-items: center;
3210
3210
  }
3211
- .facebook-login-button__flex-justify-center___mlKsM,
3212
- .facebook-login-button__flexJustifyCenter___QYADt {
3211
+ .facebook-login-button__flex-justify-center___nFkDG,
3212
+ .facebook-login-button__flexJustifyCenter___je6Rp {
3213
3213
  display: flex;
3214
3214
  justify-content: center;
3215
3215
  }
3216
- .facebook-login-button__flex-center___tJtdp,
3217
- .facebook-login-button__flexCenter___jM1oP {
3216
+ .facebook-login-button__flex-center___Yjph0,
3217
+ .facebook-login-button__flexCenter___bNHnz {
3218
3218
  display: flex;
3219
3219
  justify-content: center;
3220
3220
  align-items: center;
3221
3221
  }
3222
- .facebook-login-button__justify-start___o8HIw,
3223
- .facebook-login-button__justifyStart___ydOaC {
3222
+ .facebook-login-button__justify-start___WSj1O,
3223
+ .facebook-login-button__justifyStart___ACwJf {
3224
3224
  justify-content: flex-start;
3225
3225
  }
3226
- .facebook-login-button__justify-end___Xxu9y,
3227
- .facebook-login-button__justifyEnd___JJahf {
3226
+ .facebook-login-button__justify-end___gekV3,
3227
+ .facebook-login-button__justifyEnd___htqz2 {
3228
3228
  justify-content: flex-end;
3229
3229
  }
3230
- .facebook-login-button__justify-between___Vewwo,
3231
- .facebook-login-button__justifyBetween___EeHlc {
3230
+ .facebook-login-button__justify-between___t_ADo,
3231
+ .facebook-login-button__justifyBetween___nofq_ {
3232
3232
  justify-content: space-between;
3233
3233
  }
3234
- .facebook-login-button__justify-around___LmeOW,
3235
- .facebook-login-button__justifyAround___JSyJb {
3234
+ .facebook-login-button__justify-around___lI0fk,
3235
+ .facebook-login-button__justifyAround___OV4zr {
3236
3236
  justify-content: space-around;
3237
3237
  }
3238
- .facebook-login-button__justify-evenly___MZbi6,
3239
- .facebook-login-button__justifyEvenly___wt99i {
3238
+ .facebook-login-button__justify-evenly___mHAFJ,
3239
+ .facebook-login-button__justifyEvenly___a5pys {
3240
3240
  justify-content: space-evenly;
3241
3241
  }
3242
3242
  h1,
3243
- .facebook-login-button__h1___H8grr {
3243
+ .facebook-login-button__h1___AL3BU {
3244
3244
  font-weight: 700;
3245
3245
  font-size: 28px;
3246
3246
  line-height: 42px;
@@ -3249,13 +3249,13 @@ h1,
3249
3249
  }
3250
3250
  @media only screen and (min-width: 769px) {
3251
3251
  h1,
3252
- .facebook-login-button__h1___H8grr {
3252
+ .facebook-login-button__h1___AL3BU {
3253
3253
  font-size: 36px;
3254
3254
  line-height: 48px;
3255
3255
  }
3256
3256
  }
3257
3257
  h2,
3258
- .facebook-login-button__h2___iRoil {
3258
+ .facebook-login-button__h2___scLLL {
3259
3259
  font-weight: 700;
3260
3260
  font-size: 28px;
3261
3261
  line-height: 36px;
@@ -3264,13 +3264,13 @@ h2,
3264
3264
  }
3265
3265
  @media only screen and (min-width: 769px) {
3266
3266
  h2,
3267
- .facebook-login-button__h2___iRoil {
3267
+ .facebook-login-button__h2___scLLL {
3268
3268
  font-size: 32px;
3269
3269
  line-height: 42px;
3270
3270
  }
3271
3271
  }
3272
3272
  h3,
3273
- .facebook-login-button__h3___Jn7gH {
3273
+ .facebook-login-button__h3___Jq6MM {
3274
3274
  font-weight: 700;
3275
3275
  letter-spacing: -0.02em;
3276
3276
  color: var(--textHeading, #26201a);
@@ -3279,7 +3279,7 @@ h3,
3279
3279
  }
3280
3280
  @media only screen and (min-width: 769px) {
3281
3281
  h3,
3282
- .facebook-login-button__h3___Jn7gH {
3282
+ .facebook-login-button__h3___Jq6MM {
3283
3283
  font-weight: 700;
3284
3284
  letter-spacing: -0.02em;
3285
3285
  color: var(--textHeading, #26201a);
@@ -3288,7 +3288,7 @@ h3,
3288
3288
  }
3289
3289
  }
3290
3290
  h4,
3291
- .facebook-login-button__h4____fgnK {
3291
+ .facebook-login-button__h4___wcH90 {
3292
3292
  font-weight: 600;
3293
3293
  letter-spacing: -0.02em;
3294
3294
  color: var(--textHeading, #26201a);
@@ -3297,7 +3297,7 @@ h4,
3297
3297
  }
3298
3298
  @media only screen and (min-width: 769px) {
3299
3299
  h4,
3300
- .facebook-login-button__h4____fgnK {
3300
+ .facebook-login-button__h4___wcH90 {
3301
3301
  font-weight: 600;
3302
3302
  letter-spacing: -0.02em;
3303
3303
  color: var(--textHeading, #26201a);
@@ -3306,7 +3306,7 @@ h4,
3306
3306
  }
3307
3307
  }
3308
3308
  h5,
3309
- .facebook-login-button__h5___ZOk0w {
3309
+ .facebook-login-button__h5____2X5P {
3310
3310
  font-weight: 600;
3311
3311
  font-size: 14px;
3312
3312
  line-height: 16px;
@@ -3315,12 +3315,12 @@ h5,
3315
3315
  }
3316
3316
  @media only screen and (min-width: 769px) {
3317
3317
  h5,
3318
- .facebook-login-button__h5___ZOk0w {
3318
+ .facebook-login-button__h5____2X5P {
3319
3319
  font-size: 16px;
3320
3320
  line-height: 18px;
3321
3321
  }
3322
3322
  }
3323
- .facebook-login-button__b1___U1Mgc {
3323
+ .facebook-login-button__b1___U0OKm {
3324
3324
  font-weight: 400;
3325
3325
  font-size: 14px;
3326
3326
  line-height: 18px;
@@ -3328,14 +3328,14 @@ h5,
3328
3328
  color: var(--textBody, #3c3131);
3329
3329
  }
3330
3330
  @media only screen and (min-width: 769px) {
3331
- .facebook-login-button__b1___U1Mgc {
3331
+ .facebook-login-button__b1___U0OKm {
3332
3332
  font-size: 16px;
3333
3333
  line-height: 20px;
3334
3334
  }
3335
3335
  }
3336
- .facebook-login-button__b-small___cQ06P,
3337
- .facebook-login-button__bSmall___niutO,
3338
- .facebook-login-button__b2___nTIF5 {
3336
+ .facebook-login-button__b-small___bv_rc,
3337
+ .facebook-login-button__bSmall___l88G0,
3338
+ .facebook-login-button__b2___uQWsw {
3339
3339
  font-weight: 400;
3340
3340
  letter-spacing: -0.02em;
3341
3341
  color: var(--textBody, #3c3131);
@@ -3343,9 +3343,9 @@ h5,
3343
3343
  line-height: 16px;
3344
3344
  }
3345
3345
  @media only screen and (min-width: 769px) {
3346
- .facebook-login-button__b-small___cQ06P,
3347
- .facebook-login-button__bSmall___niutO,
3348
- .facebook-login-button__b2___nTIF5 {
3346
+ .facebook-login-button__b-small___bv_rc,
3347
+ .facebook-login-button__bSmall___l88G0,
3348
+ .facebook-login-button__b2___uQWsw {
3349
3349
  font-weight: 400;
3350
3350
  letter-spacing: -0.02em;
3351
3351
  color: var(--textBody, #3c3131);
@@ -3353,47 +3353,47 @@ h5,
3353
3353
  line-height: 18px;
3354
3354
  }
3355
3355
  }
3356
- .facebook-login-button__d1___LbIQx {
3356
+ .facebook-login-button__d1___diZdy {
3357
3357
  font-size: 36px;
3358
3358
  font-weight: 700;
3359
3359
  line-height: 48px;
3360
3360
  letter-spacing: -0.02em;
3361
3361
  }
3362
3362
  @media only screen and (min-width: 769px) {
3363
- .facebook-login-button__d1___LbIQx {
3363
+ .facebook-login-button__d1___diZdy {
3364
3364
  font-size: 64px;
3365
3365
  line-height: 85px;
3366
3366
  letter-spacing: -0.03em;
3367
3367
  }
3368
3368
  }
3369
- .facebook-login-button__caption-medium___TsfS6,
3370
- .facebook-login-button__captionMedium___pHi7v {
3369
+ .facebook-login-button__caption-medium___vOMBS,
3370
+ .facebook-login-button__captionMedium___IZpTs {
3371
3371
  font-size: 12px;
3372
3372
  line-height: 1.5;
3373
3373
  letter-spacing: -0.02em;
3374
3374
  font-weight: 500;
3375
3375
  }
3376
3376
  @media only screen and (max-width: 480px) {
3377
- .facebook-login-button__caption-medium___TsfS6,
3378
- .facebook-login-button__captionMedium___pHi7v {
3377
+ .facebook-login-button__caption-medium___vOMBS,
3378
+ .facebook-login-button__captionMedium___IZpTs {
3379
3379
  font-size: 11px;
3380
3380
  }
3381
3381
  }
3382
- .facebook-login-button__caption-semi-bold___jgz3q,
3383
- .facebook-login-button__captionSemiBold___Whpz9 {
3382
+ .facebook-login-button__caption-semi-bold___i4AEd,
3383
+ .facebook-login-button__captionSemiBold___M6C7N {
3384
3384
  font-size: 12px;
3385
3385
  line-height: 1.5;
3386
3386
  letter-spacing: -0.02em;
3387
3387
  font-weight: 600;
3388
3388
  }
3389
3389
  @media only screen and (max-width: 480px) {
3390
- .facebook-login-button__caption-semi-bold___jgz3q,
3391
- .facebook-login-button__captionSemiBold___Whpz9 {
3390
+ .facebook-login-button__caption-semi-bold___i4AEd,
3391
+ .facebook-login-button__captionSemiBold___M6C7N {
3392
3392
  font-size: 11px;
3393
3393
  }
3394
3394
  }
3395
- .facebook-login-button__btn-link___xqFij,
3396
- .facebook-login-button__btnLink___nQQDj {
3395
+ .facebook-login-button__btn-link___AamyI,
3396
+ .facebook-login-button__btnLink___xFljW {
3397
3397
  font-weight: 500;
3398
3398
  letter-spacing: -0.02em;
3399
3399
  font-size: 12px;
@@ -3406,72 +3406,72 @@ h5,
3406
3406
  border: none;
3407
3407
  }
3408
3408
  @media only screen and (min-width: 769px) {
3409
- .facebook-login-button__btn-link___xqFij,
3410
- .facebook-login-button__btnLink___nQQDj {
3409
+ .facebook-login-button__btn-link___AamyI,
3410
+ .facebook-login-button__btnLink___xFljW {
3411
3411
  font-weight: 500;
3412
3412
  letter-spacing: -0.02em;
3413
3413
  font-size: 14px;
3414
3414
  line-height: 16px;
3415
3415
  }
3416
3416
  }
3417
- .facebook-login-button__btn-link___xqFij:hover,
3418
- .facebook-login-button__btnLink___nQQDj:hover {
3417
+ .facebook-login-button__btn-link___AamyI:hover,
3418
+ .facebook-login-button__btnLink___xFljW:hover {
3419
3419
  color: var(--buttonLinkL1, #c1847c);
3420
3420
  }
3421
- .facebook-login-button__btn-link___xqFij:disabled,
3422
- .facebook-login-button__btnLink___nQQDj:disabled {
3421
+ .facebook-login-button__btn-link___AamyI:disabled,
3422
+ .facebook-login-button__btnLink___xFljW:disabled {
3423
3423
  color: var(--buttonLinkL2, #d0a39d);
3424
3424
  }
3425
- .facebook-login-button__btn-link___xqFij:active,
3426
- .facebook-login-button__btnLink___nQQDj:active {
3425
+ .facebook-login-button__btn-link___AamyI:active,
3426
+ .facebook-login-button__btnLink___xFljW:active {
3427
3427
  opacity: 0.8;
3428
3428
  }
3429
- .facebook-login-button__user-select-none___VOxiT,
3430
- .facebook-login-button__userSelectNone___OWMIQ {
3429
+ .facebook-login-button__user-select-none___soMg6,
3430
+ .facebook-login-button__userSelectNone___j9D1f {
3431
3431
  user-select: none;
3432
3432
  -moz-user-select: none;
3433
3433
  -webkit-user-select: none;
3434
3434
  -ms-user-select: none;
3435
3435
  }
3436
- .facebook-login-button__margin-0-auto___HYkij,
3437
- .facebook-login-button__margin0auto___nKW2C {
3436
+ .facebook-login-button__margin-0-auto___a3Cxr,
3437
+ .facebook-login-button__margin0auto___cS_K5 {
3438
3438
  margin: 0 auto;
3439
3439
  }
3440
- .facebook-login-button__base-page-container___EtZuz,
3441
- .facebook-login-button__basePageContainer___mDB5N {
3440
+ .facebook-login-button__base-page-container___O_N9P,
3441
+ .facebook-login-button__basePageContainer___s6ij5 {
3442
3442
  max-width: 1440px !important;
3443
3443
  }
3444
- .facebook-login-button__remove-scroll___eBRUs,
3445
- .facebook-login-button__removeScroll___GXb7r {
3444
+ .facebook-login-button__remove-scroll___qg7Iq,
3445
+ .facebook-login-button__removeScroll___GkaEy {
3446
3446
  overflow-y: hidden !important;
3447
3447
  }
3448
- .facebook-login-button__mr-5___q58cH,
3449
- .facebook-login-button__mr5___fwWw2 {
3448
+ .facebook-login-button__mr-5___kOpYH,
3449
+ .facebook-login-button__mr5___I5EZY {
3450
3450
  margin-inline-end: 30px !important;
3451
3451
  }
3452
- .facebook-login-button__mr-2___ZKd3H,
3453
- .facebook-login-button__mr2___erY8R {
3452
+ .facebook-login-button__mr-2___jKNra,
3453
+ .facebook-login-button__mr2___LMmXN {
3454
3454
  margin-inline-end: 5px !important;
3455
3455
  }
3456
- .facebook-login-button__py-5___VjPa9,
3457
- .facebook-login-button__py5____PWCV {
3456
+ .facebook-login-button__py-5___A8xFv,
3457
+ .facebook-login-button__py5___GiuQJ {
3458
3458
  padding-top: 1.875rem !important;
3459
3459
  padding-bottom: 1.875rem !important;
3460
3460
  }
3461
- .facebook-login-button__view-all-text___LEUab,
3462
- .facebook-login-button__viewAllText___nDMhF {
3461
+ .facebook-login-button__view-all-text___ygCYR,
3462
+ .facebook-login-button__viewAllText___NhWpY {
3463
3463
  font-size: 20px;
3464
3464
  font-weight: 400;
3465
3465
  text-transform: lowercase;
3466
3466
  text-decoration: underline;
3467
3467
  }
3468
- .facebook-login-button__view-all-mobile___zvPKL,
3469
- .facebook-login-button__viewAllMobile___D2Vp0 {
3468
+ .facebook-login-button__view-all-mobile___HkvLk,
3469
+ .facebook-login-button__viewAllMobile___YjAcs {
3470
3470
  display: none;
3471
3471
  }
3472
3472
  @media only screen and (max-width: 768px) {
3473
- .facebook-login-button__view-all-mobile___zvPKL,
3474
- .facebook-login-button__viewAllMobile___D2Vp0 {
3473
+ .facebook-login-button__view-all-mobile___HkvLk,
3474
+ .facebook-login-button__viewAllMobile___YjAcs {
3475
3475
  display: flex;
3476
3476
  align-items: center;
3477
3477
  justify-content: center;
@@ -3479,52 +3479,52 @@ h5,
3479
3479
  }
3480
3480
  }
3481
3481
  @media only screen and (max-width: 480px) {
3482
- .facebook-login-button__view-all-mobile___zvPKL,
3483
- .facebook-login-button__viewAllMobile___D2Vp0 {
3482
+ .facebook-login-button__view-all-mobile___HkvLk,
3483
+ .facebook-login-button__viewAllMobile___YjAcs {
3484
3484
  margin-top: 24px;
3485
3485
  }
3486
3486
  }
3487
- .facebook-login-button__accent-btn___WXMXk,
3488
- .facebook-login-button__accentBtn___Eo2xa {
3487
+ .facebook-login-button__accent-btn___vN2Hc,
3488
+ .facebook-login-button__accentBtn___KjOTk {
3489
3489
  background-color: var(--accentColor);
3490
3490
  color: #fff;
3491
3491
  }
3492
- .facebook-login-button__no-scroll___DA1oc,
3493
- .facebook-login-button__noScroll___Vz_wN {
3492
+ .facebook-login-button__no-scroll___vJu7j,
3493
+ .facebook-login-button__noScroll___ZBsMe {
3494
3494
  overflow-y: hidden;
3495
3495
  }
3496
- .facebook-login-button__hide-overflow___IOMnf,
3497
- .facebook-login-button__hideOverflow___dUDT6 {
3496
+ .facebook-login-button__hide-overflow___CYfL3,
3497
+ .facebook-login-button__hideOverflow___kdxH7 {
3498
3498
  overflow: hidden;
3499
3499
  }
3500
- .facebook-login-button__markdown-body___hpsNo h6 {
3500
+ .facebook-login-button__markdown-body___Q_FEQ h6 {
3501
3501
  margin-top: 0 !important;
3502
3502
  margin-bottom: 0 !important;
3503
3503
  }
3504
3504
  @media only screen and (max-width: 480px) {
3505
- .facebook-login-button__markdown-body___hpsNo {
3505
+ .facebook-login-button__markdown-body___Q_FEQ {
3506
3506
  font-size: 12px !important;
3507
3507
  padding: 5px !important;
3508
3508
  }
3509
3509
  }
3510
- .facebook-login-button__view3d-canvas___drNqq {
3510
+ .facebook-login-button__view3d-canvas___AKXgA {
3511
3511
  width: 100%;
3512
3512
  height: 100%;
3513
3513
  }
3514
3514
  @media only screen and (max-width: 480px) {
3515
- .facebook-login-button__view-mobile-up___KlJWO {
3515
+ .facebook-login-button__view-mobile-up___Bg2SA {
3516
3516
  display: none !important;
3517
3517
  }
3518
3518
  }
3519
3519
  @media only screen and (min-width: 481px) {
3520
- .facebook-login-button__view-mobile___ovTS9 {
3520
+ .facebook-login-button__view-mobile___ZZimg {
3521
3521
  display: none !important;
3522
3522
  }
3523
3523
  }
3524
- .facebook-login-button__facebook-login-container____88Dn {
3524
+ .facebook-login-button__facebook-login-container___JKKX0 {
3525
3525
  margin-top: 12px;
3526
3526
  }
3527
- .facebook-login-button__facebook-login-container____88Dn .facebook-login-button__facebook-login-button___yF4aw {
3527
+ .facebook-login-button__facebook-login-container___JKKX0 .facebook-login-button__facebook-login-button___IDadP {
3528
3528
  height: 48px;
3529
3529
  padding: 12px;
3530
3530
  background: transparent;
@@ -3543,11 +3543,11 @@ h5,
3543
3543
  cursor: pointer;
3544
3544
  font-family: var(--font-body);
3545
3545
  }
3546
- .facebook-login-button__facebook-login-container____88Dn .facebook-login-button__facebook-login-button___yF4aw svg {
3546
+ .facebook-login-button__facebook-login-container___JKKX0 .facebook-login-button__facebook-login-button___IDadP svg {
3547
3547
  flex: 0 0 24px;
3548
3548
  fill: #1877f2;
3549
3549
  }
3550
- .facebook-login-button__facebook-login-container____88Dn .facebook-login-button__facebook-login-button___yF4aw span {
3550
+ .facebook-login-button__facebook-login-container___JKKX0 .facebook-login-button__facebook-login-button___IDadP span {
3551
3551
  margin-inline-end: 24px;
3552
3552
  color: var(--textHeading, #3c4043);
3553
3553
  font-size: 14px;
@@ -3561,59 +3561,59 @@ h5,
3561
3561
  /**color by character**/
3562
3562
  /** Font family **/
3563
3563
  /** Font weight **/
3564
- .apple-login-button__display-block___hwLap {
3564
+ .apple-login-button__display-block___dG0cB {
3565
3565
  display: block;
3566
3566
  }
3567
- .apple-login-button__inline-block___aCF4e,
3568
- .apple-login-button__inlineBlock___B4Xl5 {
3567
+ .apple-login-button__inline-block___rxWk0,
3568
+ .apple-login-button__inlineBlock___GbOb0 {
3569
3569
  display: inline-block;
3570
3570
  }
3571
- .apple-login-button__flex-row___X9IvI {
3571
+ .apple-login-button__flex-row___Qw_Fa {
3572
3572
  display: flex;
3573
3573
  }
3574
- .apple-login-button__flex-column___G7Y3y,
3575
- .apple-login-button__flexColumn___SFk5p {
3574
+ .apple-login-button__flex-column___A1G0F,
3575
+ .apple-login-button__flexColumn___YgkEF {
3576
3576
  display: flex;
3577
3577
  flex-direction: column;
3578
3578
  }
3579
- .apple-login-button__flex-align-center___daUe5,
3580
- .apple-login-button__flexAlignCenter___ofuh5 {
3579
+ .apple-login-button__flex-align-center___EreYd,
3580
+ .apple-login-button__flexAlignCenter___oLZmE {
3581
3581
  display: flex;
3582
3582
  align-items: center;
3583
3583
  }
3584
- .apple-login-button__flex-justify-center___DJ3WX,
3585
- .apple-login-button__flexJustifyCenter___aC83Y {
3584
+ .apple-login-button__flex-justify-center___a8nUo,
3585
+ .apple-login-button__flexJustifyCenter___O2d1e {
3586
3586
  display: flex;
3587
3587
  justify-content: center;
3588
3588
  }
3589
- .apple-login-button__flex-center___yxBkX,
3590
- .apple-login-button__flexCenter___mtYEb {
3589
+ .apple-login-button__flex-center___Df9rs,
3590
+ .apple-login-button__flexCenter___elYd0 {
3591
3591
  display: flex;
3592
3592
  justify-content: center;
3593
3593
  align-items: center;
3594
3594
  }
3595
- .apple-login-button__justify-start___Ob0Wc,
3596
- .apple-login-button__justifyStart___yoZ4s {
3595
+ .apple-login-button__justify-start___Lc4VK,
3596
+ .apple-login-button__justifyStart___SnLmh {
3597
3597
  justify-content: flex-start;
3598
3598
  }
3599
- .apple-login-button__justify-end___D4MFl,
3600
- .apple-login-button__justifyEnd___w7f3L {
3599
+ .apple-login-button__justify-end___PnUX5,
3600
+ .apple-login-button__justifyEnd___BheGy {
3601
3601
  justify-content: flex-end;
3602
3602
  }
3603
- .apple-login-button__justify-between___L8FRs,
3604
- .apple-login-button__justifyBetween___FcE4J {
3603
+ .apple-login-button__justify-between___Jk3Ft,
3604
+ .apple-login-button__justifyBetween___S2jbv {
3605
3605
  justify-content: space-between;
3606
3606
  }
3607
- .apple-login-button__justify-around___jzZ4w,
3608
- .apple-login-button__justifyAround___Z4Oi1 {
3607
+ .apple-login-button__justify-around___DsR2p,
3608
+ .apple-login-button__justifyAround___EKItA {
3609
3609
  justify-content: space-around;
3610
3610
  }
3611
- .apple-login-button__justify-evenly___AmQxs,
3612
- .apple-login-button__justifyEvenly___RWzUG {
3611
+ .apple-login-button__justify-evenly___pIfvx,
3612
+ .apple-login-button__justifyEvenly___dSYeJ {
3613
3613
  justify-content: space-evenly;
3614
3614
  }
3615
3615
  h1,
3616
- .apple-login-button__h1___oGPVa {
3616
+ .apple-login-button__h1___JcdLQ {
3617
3617
  font-weight: 700;
3618
3618
  font-size: 28px;
3619
3619
  line-height: 42px;
@@ -3622,13 +3622,13 @@ h1,
3622
3622
  }
3623
3623
  @media only screen and (min-width: 769px) {
3624
3624
  h1,
3625
- .apple-login-button__h1___oGPVa {
3625
+ .apple-login-button__h1___JcdLQ {
3626
3626
  font-size: 36px;
3627
3627
  line-height: 48px;
3628
3628
  }
3629
3629
  }
3630
3630
  h2,
3631
- .apple-login-button__h2___HPSR0 {
3631
+ .apple-login-button__h2___vOU4L {
3632
3632
  font-weight: 700;
3633
3633
  font-size: 28px;
3634
3634
  line-height: 36px;
@@ -3637,13 +3637,13 @@ h2,
3637
3637
  }
3638
3638
  @media only screen and (min-width: 769px) {
3639
3639
  h2,
3640
- .apple-login-button__h2___HPSR0 {
3640
+ .apple-login-button__h2___vOU4L {
3641
3641
  font-size: 32px;
3642
3642
  line-height: 42px;
3643
3643
  }
3644
3644
  }
3645
3645
  h3,
3646
- .apple-login-button__h3___JIdf0 {
3646
+ .apple-login-button__h3___FVfvK {
3647
3647
  font-weight: 700;
3648
3648
  letter-spacing: -0.02em;
3649
3649
  color: var(--textHeading, #26201a);
@@ -3652,7 +3652,7 @@ h3,
3652
3652
  }
3653
3653
  @media only screen and (min-width: 769px) {
3654
3654
  h3,
3655
- .apple-login-button__h3___JIdf0 {
3655
+ .apple-login-button__h3___FVfvK {
3656
3656
  font-weight: 700;
3657
3657
  letter-spacing: -0.02em;
3658
3658
  color: var(--textHeading, #26201a);
@@ -3661,7 +3661,7 @@ h3,
3661
3661
  }
3662
3662
  }
3663
3663
  h4,
3664
- .apple-login-button__h4___bA6k4 {
3664
+ .apple-login-button__h4___xdITK {
3665
3665
  font-weight: 600;
3666
3666
  letter-spacing: -0.02em;
3667
3667
  color: var(--textHeading, #26201a);
@@ -3670,7 +3670,7 @@ h4,
3670
3670
  }
3671
3671
  @media only screen and (min-width: 769px) {
3672
3672
  h4,
3673
- .apple-login-button__h4___bA6k4 {
3673
+ .apple-login-button__h4___xdITK {
3674
3674
  font-weight: 600;
3675
3675
  letter-spacing: -0.02em;
3676
3676
  color: var(--textHeading, #26201a);
@@ -3679,7 +3679,7 @@ h4,
3679
3679
  }
3680
3680
  }
3681
3681
  h5,
3682
- .apple-login-button__h5___zP6bH {
3682
+ .apple-login-button__h5___Qdbbu {
3683
3683
  font-weight: 600;
3684
3684
  font-size: 14px;
3685
3685
  line-height: 16px;
@@ -3688,12 +3688,12 @@ h5,
3688
3688
  }
3689
3689
  @media only screen and (min-width: 769px) {
3690
3690
  h5,
3691
- .apple-login-button__h5___zP6bH {
3691
+ .apple-login-button__h5___Qdbbu {
3692
3692
  font-size: 16px;
3693
3693
  line-height: 18px;
3694
3694
  }
3695
3695
  }
3696
- .apple-login-button__b1___ipJa4 {
3696
+ .apple-login-button__b1___LI7x4 {
3697
3697
  font-weight: 400;
3698
3698
  font-size: 14px;
3699
3699
  line-height: 18px;
@@ -3701,14 +3701,14 @@ h5,
3701
3701
  color: var(--textBody, #3c3131);
3702
3702
  }
3703
3703
  @media only screen and (min-width: 769px) {
3704
- .apple-login-button__b1___ipJa4 {
3704
+ .apple-login-button__b1___LI7x4 {
3705
3705
  font-size: 16px;
3706
3706
  line-height: 20px;
3707
3707
  }
3708
3708
  }
3709
- .apple-login-button__b-small___4Ny5P,
3710
- .apple-login-button__bSmall___gQa9Z,
3711
- .apple-login-button__b2___dxOtO {
3709
+ .apple-login-button__b-small___S0r6Y,
3710
+ .apple-login-button__bSmall___ShBOg,
3711
+ .apple-login-button__b2___QdIFV {
3712
3712
  font-weight: 400;
3713
3713
  letter-spacing: -0.02em;
3714
3714
  color: var(--textBody, #3c3131);
@@ -3716,9 +3716,9 @@ h5,
3716
3716
  line-height: 16px;
3717
3717
  }
3718
3718
  @media only screen and (min-width: 769px) {
3719
- .apple-login-button__b-small___4Ny5P,
3720
- .apple-login-button__bSmall___gQa9Z,
3721
- .apple-login-button__b2___dxOtO {
3719
+ .apple-login-button__b-small___S0r6Y,
3720
+ .apple-login-button__bSmall___ShBOg,
3721
+ .apple-login-button__b2___QdIFV {
3722
3722
  font-weight: 400;
3723
3723
  letter-spacing: -0.02em;
3724
3724
  color: var(--textBody, #3c3131);
@@ -3726,47 +3726,47 @@ h5,
3726
3726
  line-height: 18px;
3727
3727
  }
3728
3728
  }
3729
- .apple-login-button__d1___aUKTx {
3729
+ .apple-login-button__d1___WpD6I {
3730
3730
  font-size: 36px;
3731
3731
  font-weight: 700;
3732
3732
  line-height: 48px;
3733
3733
  letter-spacing: -0.02em;
3734
3734
  }
3735
3735
  @media only screen and (min-width: 769px) {
3736
- .apple-login-button__d1___aUKTx {
3736
+ .apple-login-button__d1___WpD6I {
3737
3737
  font-size: 64px;
3738
3738
  line-height: 85px;
3739
3739
  letter-spacing: -0.03em;
3740
3740
  }
3741
3741
  }
3742
- .apple-login-button__caption-medium___lIWNV,
3743
- .apple-login-button__captionMedium___bHFgu {
3742
+ .apple-login-button__caption-medium___xbIYA,
3743
+ .apple-login-button__captionMedium___Gvj0Y {
3744
3744
  font-size: 12px;
3745
3745
  line-height: 1.5;
3746
3746
  letter-spacing: -0.02em;
3747
3747
  font-weight: 500;
3748
3748
  }
3749
3749
  @media only screen and (max-width: 480px) {
3750
- .apple-login-button__caption-medium___lIWNV,
3751
- .apple-login-button__captionMedium___bHFgu {
3750
+ .apple-login-button__caption-medium___xbIYA,
3751
+ .apple-login-button__captionMedium___Gvj0Y {
3752
3752
  font-size: 11px;
3753
3753
  }
3754
3754
  }
3755
- .apple-login-button__caption-semi-bold___Y_xIg,
3756
- .apple-login-button__captionSemiBold___zYVQG {
3755
+ .apple-login-button__caption-semi-bold___xqkJH,
3756
+ .apple-login-button__captionSemiBold___ypuug {
3757
3757
  font-size: 12px;
3758
3758
  line-height: 1.5;
3759
3759
  letter-spacing: -0.02em;
3760
3760
  font-weight: 600;
3761
3761
  }
3762
3762
  @media only screen and (max-width: 480px) {
3763
- .apple-login-button__caption-semi-bold___Y_xIg,
3764
- .apple-login-button__captionSemiBold___zYVQG {
3763
+ .apple-login-button__caption-semi-bold___xqkJH,
3764
+ .apple-login-button__captionSemiBold___ypuug {
3765
3765
  font-size: 11px;
3766
3766
  }
3767
3767
  }
3768
- .apple-login-button__btn-link___AyEZc,
3769
- .apple-login-button__btnLink___agp9E {
3768
+ .apple-login-button__btn-link___pb7wA,
3769
+ .apple-login-button__btnLink___lVhUr {
3770
3770
  font-weight: 500;
3771
3771
  letter-spacing: -0.02em;
3772
3772
  font-size: 12px;
@@ -3779,72 +3779,72 @@ h5,
3779
3779
  border: none;
3780
3780
  }
3781
3781
  @media only screen and (min-width: 769px) {
3782
- .apple-login-button__btn-link___AyEZc,
3783
- .apple-login-button__btnLink___agp9E {
3782
+ .apple-login-button__btn-link___pb7wA,
3783
+ .apple-login-button__btnLink___lVhUr {
3784
3784
  font-weight: 500;
3785
3785
  letter-spacing: -0.02em;
3786
3786
  font-size: 14px;
3787
3787
  line-height: 16px;
3788
3788
  }
3789
3789
  }
3790
- .apple-login-button__btn-link___AyEZc:hover,
3791
- .apple-login-button__btnLink___agp9E:hover {
3790
+ .apple-login-button__btn-link___pb7wA:hover,
3791
+ .apple-login-button__btnLink___lVhUr:hover {
3792
3792
  color: var(--buttonLinkL1, #c1847c);
3793
3793
  }
3794
- .apple-login-button__btn-link___AyEZc:disabled,
3795
- .apple-login-button__btnLink___agp9E:disabled {
3794
+ .apple-login-button__btn-link___pb7wA:disabled,
3795
+ .apple-login-button__btnLink___lVhUr:disabled {
3796
3796
  color: var(--buttonLinkL2, #d0a39d);
3797
3797
  }
3798
- .apple-login-button__btn-link___AyEZc:active,
3799
- .apple-login-button__btnLink___agp9E:active {
3798
+ .apple-login-button__btn-link___pb7wA:active,
3799
+ .apple-login-button__btnLink___lVhUr:active {
3800
3800
  opacity: 0.8;
3801
3801
  }
3802
- .apple-login-button__user-select-none___Uu59m,
3803
- .apple-login-button__userSelectNone___xv1oB {
3802
+ .apple-login-button__user-select-none___xLxbK,
3803
+ .apple-login-button__userSelectNone___Yb76S {
3804
3804
  user-select: none;
3805
3805
  -moz-user-select: none;
3806
3806
  -webkit-user-select: none;
3807
3807
  -ms-user-select: none;
3808
3808
  }
3809
- .apple-login-button__margin-0-auto___l6O1E,
3810
- .apple-login-button__margin0auto___Nsb8q {
3809
+ .apple-login-button__margin-0-auto___sCy7C,
3810
+ .apple-login-button__margin0auto___PiAtN {
3811
3811
  margin: 0 auto;
3812
3812
  }
3813
- .apple-login-button__base-page-container___dQWd_,
3814
- .apple-login-button__basePageContainer___ZgJBO {
3813
+ .apple-login-button__base-page-container___xhJC1,
3814
+ .apple-login-button__basePageContainer___HdZ9Z {
3815
3815
  max-width: 1440px !important;
3816
3816
  }
3817
- .apple-login-button__remove-scroll___AJwUm,
3818
- .apple-login-button__removeScroll___glZJJ {
3817
+ .apple-login-button__remove-scroll___kn_oH,
3818
+ .apple-login-button__removeScroll___ISkN8 {
3819
3819
  overflow-y: hidden !important;
3820
3820
  }
3821
- .apple-login-button__mr-5____BDrE,
3822
- .apple-login-button__mr5___hzHua {
3821
+ .apple-login-button__mr-5___Tp04W,
3822
+ .apple-login-button__mr5___xIXK0 {
3823
3823
  margin-inline-end: 30px !important;
3824
3824
  }
3825
- .apple-login-button__mr-2___AgcLa,
3826
- .apple-login-button__mr2___seZiB {
3825
+ .apple-login-button__mr-2___kGX0D,
3826
+ .apple-login-button__mr2___48yrx {
3827
3827
  margin-inline-end: 5px !important;
3828
3828
  }
3829
- .apple-login-button__py-5___H1MFT,
3830
- .apple-login-button__py5___bGZBu {
3829
+ .apple-login-button__py-5___FPiuH,
3830
+ .apple-login-button__py5___ucemw {
3831
3831
  padding-top: 1.875rem !important;
3832
3832
  padding-bottom: 1.875rem !important;
3833
3833
  }
3834
- .apple-login-button__view-all-text___luJo7,
3835
- .apple-login-button__viewAllText___h297C {
3834
+ .apple-login-button__view-all-text___UWZW1,
3835
+ .apple-login-button__viewAllText___nF_hO {
3836
3836
  font-size: 20px;
3837
3837
  font-weight: 400;
3838
3838
  text-transform: lowercase;
3839
3839
  text-decoration: underline;
3840
3840
  }
3841
- .apple-login-button__view-all-mobile___Kk5t1,
3842
- .apple-login-button__viewAllMobile___cznr_ {
3841
+ .apple-login-button__view-all-mobile___EQceO,
3842
+ .apple-login-button__viewAllMobile___Kxztt {
3843
3843
  display: none;
3844
3844
  }
3845
3845
  @media only screen and (max-width: 768px) {
3846
- .apple-login-button__view-all-mobile___Kk5t1,
3847
- .apple-login-button__viewAllMobile___cznr_ {
3846
+ .apple-login-button__view-all-mobile___EQceO,
3847
+ .apple-login-button__viewAllMobile___Kxztt {
3848
3848
  display: flex;
3849
3849
  align-items: center;
3850
3850
  justify-content: center;
@@ -3852,52 +3852,52 @@ h5,
3852
3852
  }
3853
3853
  }
3854
3854
  @media only screen and (max-width: 480px) {
3855
- .apple-login-button__view-all-mobile___Kk5t1,
3856
- .apple-login-button__viewAllMobile___cznr_ {
3855
+ .apple-login-button__view-all-mobile___EQceO,
3856
+ .apple-login-button__viewAllMobile___Kxztt {
3857
3857
  margin-top: 24px;
3858
3858
  }
3859
3859
  }
3860
- .apple-login-button__accent-btn___nsUdz,
3861
- .apple-login-button__accentBtn___nV53L {
3860
+ .apple-login-button__accent-btn___gEKGS,
3861
+ .apple-login-button__accentBtn___YDRux {
3862
3862
  background-color: var(--accentColor);
3863
3863
  color: #fff;
3864
3864
  }
3865
- .apple-login-button__no-scroll___K6rEz,
3866
- .apple-login-button__noScroll___YSL2S {
3865
+ .apple-login-button__no-scroll___nAAr6,
3866
+ .apple-login-button__noScroll___UUzVo {
3867
3867
  overflow-y: hidden;
3868
3868
  }
3869
- .apple-login-button__hide-overflow___nBoux,
3870
- .apple-login-button__hideOverflow___UTMCC {
3869
+ .apple-login-button__hide-overflow___ZR1cR,
3870
+ .apple-login-button__hideOverflow___JkOWO {
3871
3871
  overflow: hidden;
3872
3872
  }
3873
- .apple-login-button__markdown-body___hbLF0 h6 {
3873
+ .apple-login-button__markdown-body___FzhVg h6 {
3874
3874
  margin-top: 0 !important;
3875
3875
  margin-bottom: 0 !important;
3876
3876
  }
3877
3877
  @media only screen and (max-width: 480px) {
3878
- .apple-login-button__markdown-body___hbLF0 {
3878
+ .apple-login-button__markdown-body___FzhVg {
3879
3879
  font-size: 12px !important;
3880
3880
  padding: 5px !important;
3881
3881
  }
3882
3882
  }
3883
- .apple-login-button__view3d-canvas___YbVDV {
3883
+ .apple-login-button__view3d-canvas___p2S5_ {
3884
3884
  width: 100%;
3885
3885
  height: 100%;
3886
3886
  }
3887
3887
  @media only screen and (max-width: 480px) {
3888
- .apple-login-button__view-mobile-up___QmpIA {
3888
+ .apple-login-button__view-mobile-up___zIt7A {
3889
3889
  display: none !important;
3890
3890
  }
3891
3891
  }
3892
3892
  @media only screen and (min-width: 481px) {
3893
- .apple-login-button__view-mobile___hDSl7 {
3893
+ .apple-login-button__view-mobile___ny3wS {
3894
3894
  display: none !important;
3895
3895
  }
3896
3896
  }
3897
- .apple-login-button__apple-login-container___QDt06 {
3897
+ .apple-login-button__apple-login-container___bBsdH {
3898
3898
  margin-top: 12px;
3899
3899
  }
3900
- .apple-login-button__apple-login-container___QDt06 .apple-login-button__apple-login-button___bv6AQ {
3900
+ .apple-login-button__apple-login-container___bBsdH .apple-login-button__apple-login-button___Z4ssW {
3901
3901
  height: 48px;
3902
3902
  padding: 12px;
3903
3903
  background: transparent;
@@ -3916,11 +3916,11 @@ h5,
3916
3916
  cursor: pointer;
3917
3917
  font-family: var(--font-body);
3918
3918
  }
3919
- .apple-login-button__apple-login-container___QDt06 .apple-login-button__apple-login-button___bv6AQ svg {
3919
+ .apple-login-button__apple-login-container___bBsdH .apple-login-button__apple-login-button___Z4ssW svg {
3920
3920
  flex: 0 0 24px;
3921
3921
  fill: black;
3922
3922
  }
3923
- .apple-login-button__apple-login-container___QDt06 .apple-login-button__apple-login-button___bv6AQ span {
3923
+ .apple-login-button__apple-login-container___bBsdH .apple-login-button__apple-login-button___Z4ssW span {
3924
3924
  margin-inline-end: 24px;
3925
3925
  color: var(--textHeading, #3c4043);
3926
3926
  font-size: 14px;