@gofynd/theme-template 3.2.6 → 3.2.8

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 (86) hide show
  1. package/dist/components/address-form/address-form.js +1 -1
  2. package/dist/components/address-form/form-input-selector.js +1 -1
  3. package/dist/components/address-form/v2/address-form.js +1 -1
  4. package/dist/components/compare-product-card/compare-product-card.css +824 -0
  5. package/dist/components/compare-product-card/compare-product-card.js +1 -0
  6. package/dist/components/core/fy-dropdown/fy-dropdown.js +1 -1
  7. package/dist/components/core/fy-input/fy-input.js +1 -1
  8. package/dist/components/filter-modal/filter-modal.js +1 -1
  9. package/dist/components/form-builder/form-builder.js +1 -1
  10. package/dist/components/google-map/google-map.js +1 -1
  11. package/dist/components/index.js +1 -1
  12. package/dist/components/location-modal/location-modal.js +1 -1
  13. package/dist/components/product-card/product-card.js +1 -1
  14. package/dist/components/quantity-control/quantity-control.js +1 -1
  15. package/dist/components/range-slider/range-slider.js +1 -1
  16. package/dist/index.css +1401 -213
  17. package/dist/index.js +1 -1
  18. package/dist/page-layouts/cart/Components/chip-item/chip-item.css +2 -0
  19. package/dist/page-layouts/cart/Components/chip-item/chip-item.js +1 -1
  20. package/dist/page-layouts/cart/Components/delivery-location/delivery-location.js +1 -1
  21. package/dist/page-layouts/compare/compare.css +7319 -309
  22. package/dist/page-layouts/compare/compare.js +2 -1
  23. package/dist/page-layouts/compare/compare.js.LICENSE.txt +5 -0
  24. package/dist/page-layouts/login/component/social-login-button/apple-login-button.css +373 -0
  25. package/dist/page-layouts/login/component/social-login-button/apple-login-button.js +1 -0
  26. package/dist/page-layouts/login/component/social-login-button/facebook-login-button.css +373 -0
  27. package/dist/page-layouts/login/component/social-login-button/facebook-login-button.js +1 -0
  28. package/dist/page-layouts/login/component/social-login-button/google-login-button.css +375 -0
  29. package/dist/page-layouts/login/component/social-login-button/google-login-button.js +1 -0
  30. package/dist/page-layouts/plp/Components/add-to-cart/add-to-cart.css +3 -0
  31. package/dist/page-layouts/plp/Components/add-to-cart/add-to-cart.js +1 -1
  32. package/dist/page-layouts/plp/Components/delivery-info/delivery-info.js +1 -1
  33. package/dist/page-layouts/plp/Components/filter-item/filter-item.js +1 -1
  34. package/dist/page-layouts/plp/Components/filter-list/filter-list.js +1 -1
  35. package/dist/page-layouts/plp/Components/image-gallery/image-gallery.js +1 -1
  36. package/dist/page-layouts/plp/Components/lightbox-image/lightbox-image.js +1 -1
  37. package/dist/page-layouts/plp/Components/mobile-slider/mobile-slider.js +1 -1
  38. package/dist/page-layouts/plp/Components/product-variants/product-variants.js +1 -1
  39. package/dist/page-layouts/single-checkout/address/single-address.js +1 -1
  40. package/dist/page-layouts/single-checkout/payment/card-form.css +59 -1
  41. package/dist/page-layouts/single-checkout/payment/checkout-payment-content.css +59 -1
  42. package/dist/page-layouts/single-checkout/payment/checkout-payment-content.js +1 -1
  43. package/dist/page-layouts/single-checkout/payment/checkout-payment.css +62 -1
  44. package/dist/page-layouts/single-checkout/payment/checkout-payment.js +1 -1
  45. package/dist/page-layouts/single-checkout/payment/juspay-card-from.css +59 -1
  46. package/dist/page-layouts/single-checkout/shipment/single-page-shipment.css +1 -0
  47. package/dist/pages/cart/cart.css +2 -0
  48. package/dist/pages/cart/cart.js +1 -1
  49. package/dist/pages/cart/index.css +2 -0
  50. package/dist/pages/cart/index.js +1 -1
  51. package/dist/pages/checkout/checkout.css +63 -1
  52. package/dist/pages/checkout/checkout.js +1 -1
  53. package/dist/pages/checkout/index.css +63 -1
  54. package/dist/pages/checkout/index.js +1 -1
  55. package/dist/pages/contact-us/contact-us.js +1 -1
  56. package/dist/pages/contact-us/index.js +1 -1
  57. package/dist/pages/index.css +1401 -213
  58. package/dist/pages/index.js +1 -1
  59. package/dist/pages/login/index.css +1121 -0
  60. package/dist/pages/login/index.js +1 -1
  61. package/dist/pages/login/login.css +1121 -0
  62. package/dist/pages/login/login.js +1 -1
  63. package/dist/pages/order/index.js +1 -1
  64. package/dist/pages/order/order-tracking-details/order-tracking-details.js +1 -1
  65. package/dist/pages/order/order-tracking.js +1 -1
  66. package/dist/pages/order-status/index.css +5 -0
  67. package/dist/pages/order-status/index.js +1 -1
  68. package/dist/pages/order-status/order-status.css +5 -0
  69. package/dist/pages/order-status/order-status.js +1 -1
  70. package/dist/pages/product-listing/index.css +3 -0
  71. package/dist/pages/product-listing/index.js +1 -1
  72. package/dist/pages/product-listing/product-listing.css +3 -0
  73. package/dist/pages/product-listing/product-listing.js +1 -1
  74. package/dist/pages/profile/components/add-email-modal/add-email-modal.js +1 -1
  75. package/dist/pages/profile/components/add-phone-modal/add-phone-modal.js +1 -1
  76. package/dist/pages/profile/email/email.js +1 -1
  77. package/dist/pages/profile/email/index.js +1 -1
  78. package/dist/pages/profile/index.js +1 -1
  79. package/dist/pages/profile/phone/index.js +1 -1
  80. package/dist/pages/profile/phone/phone.js +1 -1
  81. package/dist/pages/profile/profile-details.js +1 -1
  82. package/dist/pages/wishlist/index.css +3 -0
  83. package/dist/pages/wishlist/index.js +1 -1
  84. package/dist/pages/wishlist/wishlist.css +3 -0
  85. package/dist/pages/wishlist/wishlist.js +1 -1
  86. package/package.json +1 -1
@@ -10043,6 +10043,8 @@ h5,
10043
10043
  position: absolute;
10044
10044
  top: 0;
10045
10045
  inset-inline-end: 0;
10046
+ cursor: pointer;
10047
+ z-index: 1;
10046
10048
  }
10047
10049
  .chip-item__cartItemsListContainer___ud9jU .chip-item__eachItemContainer___rROgS .chip-item__eachItemDetailsContainer___RLC12 .chip-item__itemBrand___I14XU {
10048
10050
  color: var(--textHeading);
@@ -22020,6 +22022,9 @@ h5,
22020
22022
  .add-to-cart__productDescContainer___w6xlt .add-to-cart__right___AYndS .add-to-cart__productInfo___AyYit .add-to-cart__product___Hqonr .add-to-cart__viewMore___WNyrJ:hover {
22021
22023
  color: var(--buttonPrimaryL1, #71653a);
22022
22024
  }
22025
+ .add-to-cart__productDescContainer___w6xlt .add-to-cart__right___AYndS .add-to-cart__productInfo___AyYit .add-to-cart__product___Hqonr .add-to-cart__viewMore___WNyrJ:hover {
22026
+ color: var(--buttonPrimaryL1, #71653a);
22027
+ }
22023
22028
  .add-to-cart__productDescContainer___w6xlt .add-to-cart__right___AYndS .add-to-cart__productInfo___AyYit .add-to-cart__product___Hqonr .add-to-cart__viewMore___WNyrJ span {
22024
22029
  cursor: pointer;
22025
22030
  }
@@ -30594,59 +30599,59 @@ h5,
30594
30599
  /**color by character**/
30595
30600
  /** Font family **/
30596
30601
  /** Font weight **/
30597
- .register__display-block___Ty3pz {
30602
+ .google-login-button__display-block___s15RG {
30598
30603
  display: block;
30599
30604
  }
30600
- .register__inline-block___MGPAP,
30601
- .register__inlineBlock___IJY8E {
30605
+ .google-login-button__inline-block___Q_L25,
30606
+ .google-login-button__inlineBlock___PixDy {
30602
30607
  display: inline-block;
30603
30608
  }
30604
- .register__flex-row___PjZtr {
30609
+ .google-login-button__flex-row___Ac1Tp {
30605
30610
  display: flex;
30606
30611
  }
30607
- .register__flex-column___NgaUX,
30608
- .register__flexColumn___RZ0mw {
30612
+ .google-login-button__flex-column___yjfVB,
30613
+ .google-login-button__flexColumn___tktA6 {
30609
30614
  display: flex;
30610
30615
  flex-direction: column;
30611
30616
  }
30612
- .register__flex-align-center___hHVWe,
30613
- .register__flexAlignCenter___c3Uuc {
30617
+ .google-login-button__flex-align-center___AGQ4A,
30618
+ .google-login-button__flexAlignCenter___jcHeh {
30614
30619
  display: flex;
30615
30620
  align-items: center;
30616
30621
  }
30617
- .register__flex-justify-center___IcPyf,
30618
- .register__flexJustifyCenter___WCRKb {
30622
+ .google-login-button__flex-justify-center___pwIau,
30623
+ .google-login-button__flexJustifyCenter___etrqc {
30619
30624
  display: flex;
30620
30625
  justify-content: center;
30621
30626
  }
30622
- .register__flex-center___ccpWY,
30623
- .register__flexCenter___Rt2JU {
30627
+ .google-login-button__flex-center___iZzXf,
30628
+ .google-login-button__flexCenter___Udri1 {
30624
30629
  display: flex;
30625
30630
  justify-content: center;
30626
30631
  align-items: center;
30627
30632
  }
30628
- .register__justify-start___MOCCx,
30629
- .register__justifyStart___L35Q3 {
30633
+ .google-login-button__justify-start___jP0Bf,
30634
+ .google-login-button__justifyStart___lB7Bm {
30630
30635
  justify-content: flex-start;
30631
30636
  }
30632
- .register__justify-end___qzVTl,
30633
- .register__justifyEnd___fUEXi {
30637
+ .google-login-button__justify-end___M6bWw,
30638
+ .google-login-button__justifyEnd___g8Qzy {
30634
30639
  justify-content: flex-end;
30635
30640
  }
30636
- .register__justify-between___im8OZ,
30637
- .register__justifyBetween___Jzxs1 {
30641
+ .google-login-button__justify-between___otTVm,
30642
+ .google-login-button__justifyBetween___Zv57a {
30638
30643
  justify-content: space-between;
30639
30644
  }
30640
- .register__justify-around___fyzGp,
30641
- .register__justifyAround___cMNoJ {
30645
+ .google-login-button__justify-around___BJOT_,
30646
+ .google-login-button__justifyAround___VvLTn {
30642
30647
  justify-content: space-around;
30643
30648
  }
30644
- .register__justify-evenly___RIugE,
30645
- .register__justifyEvenly___XcL0c {
30649
+ .google-login-button__justify-evenly___JJl44,
30650
+ .google-login-button__justifyEvenly___UKmGy {
30646
30651
  justify-content: space-evenly;
30647
30652
  }
30648
30653
  h1,
30649
- .register__h1___cfWUz {
30654
+ .google-login-button__h1___IRFRh {
30650
30655
  font-weight: 700;
30651
30656
  font-size: 28px;
30652
30657
  line-height: 42px;
@@ -30655,13 +30660,13 @@ h1,
30655
30660
  }
30656
30661
  @media only screen and (min-width: 769px) {
30657
30662
  h1,
30658
- .register__h1___cfWUz {
30663
+ .google-login-button__h1___IRFRh {
30659
30664
  font-size: 36px;
30660
30665
  line-height: 48px;
30661
30666
  }
30662
30667
  }
30663
30668
  h2,
30664
- .register__h2___sYhk8 {
30669
+ .google-login-button__h2___rMEfg {
30665
30670
  font-weight: 700;
30666
30671
  font-size: 28px;
30667
30672
  line-height: 36px;
@@ -30670,13 +30675,13 @@ h2,
30670
30675
  }
30671
30676
  @media only screen and (min-width: 769px) {
30672
30677
  h2,
30673
- .register__h2___sYhk8 {
30678
+ .google-login-button__h2___rMEfg {
30674
30679
  font-size: 32px;
30675
30680
  line-height: 42px;
30676
30681
  }
30677
30682
  }
30678
30683
  h3,
30679
- .register__h3___ZeXGd {
30684
+ .google-login-button__h3___gdnae {
30680
30685
  font-weight: 700;
30681
30686
  letter-spacing: -0.02em;
30682
30687
  color: var(--textHeading, #26201a);
@@ -30685,7 +30690,7 @@ h3,
30685
30690
  }
30686
30691
  @media only screen and (min-width: 769px) {
30687
30692
  h3,
30688
- .register__h3___ZeXGd {
30693
+ .google-login-button__h3___gdnae {
30689
30694
  font-weight: 700;
30690
30695
  letter-spacing: -0.02em;
30691
30696
  color: var(--textHeading, #26201a);
@@ -30694,7 +30699,7 @@ h3,
30694
30699
  }
30695
30700
  }
30696
30701
  h4,
30697
- .register__h4___kSLut {
30702
+ .google-login-button__h4___GupbO {
30698
30703
  font-weight: 600;
30699
30704
  letter-spacing: -0.02em;
30700
30705
  color: var(--textHeading, #26201a);
@@ -30703,7 +30708,7 @@ h4,
30703
30708
  }
30704
30709
  @media only screen and (min-width: 769px) {
30705
30710
  h4,
30706
- .register__h4___kSLut {
30711
+ .google-login-button__h4___GupbO {
30707
30712
  font-weight: 600;
30708
30713
  letter-spacing: -0.02em;
30709
30714
  color: var(--textHeading, #26201a);
@@ -30712,7 +30717,7 @@ h4,
30712
30717
  }
30713
30718
  }
30714
30719
  h5,
30715
- .register__h5___XqV83 {
30720
+ .google-login-button__h5___qDny5 {
30716
30721
  font-weight: 600;
30717
30722
  font-size: 14px;
30718
30723
  line-height: 16px;
@@ -30721,12 +30726,12 @@ h5,
30721
30726
  }
30722
30727
  @media only screen and (min-width: 769px) {
30723
30728
  h5,
30724
- .register__h5___XqV83 {
30729
+ .google-login-button__h5___qDny5 {
30725
30730
  font-size: 16px;
30726
30731
  line-height: 18px;
30727
30732
  }
30728
30733
  }
30729
- .register__b1___wsBJz {
30734
+ .google-login-button__b1___zQFOd {
30730
30735
  font-weight: 400;
30731
30736
  font-size: 14px;
30732
30737
  line-height: 18px;
@@ -30734,14 +30739,14 @@ h5,
30734
30739
  color: var(--textBody, #3c3131);
30735
30740
  }
30736
30741
  @media only screen and (min-width: 769px) {
30737
- .register__b1___wsBJz {
30742
+ .google-login-button__b1___zQFOd {
30738
30743
  font-size: 16px;
30739
30744
  line-height: 20px;
30740
30745
  }
30741
30746
  }
30742
- .register__b-small___N0ISE,
30743
- .register__bSmall___NFkE9,
30744
- .register__b2___YRO0g {
30747
+ .google-login-button__b-small___D10Xc,
30748
+ .google-login-button__bSmall___IXVmp,
30749
+ .google-login-button__b2___rV4mg {
30745
30750
  font-weight: 400;
30746
30751
  letter-spacing: -0.02em;
30747
30752
  color: var(--textBody, #3c3131);
@@ -30749,9 +30754,9 @@ h5,
30749
30754
  line-height: 16px;
30750
30755
  }
30751
30756
  @media only screen and (min-width: 769px) {
30752
- .register__b-small___N0ISE,
30753
- .register__bSmall___NFkE9,
30754
- .register__b2___YRO0g {
30757
+ .google-login-button__b-small___D10Xc,
30758
+ .google-login-button__bSmall___IXVmp,
30759
+ .google-login-button__b2___rV4mg {
30755
30760
  font-weight: 400;
30756
30761
  letter-spacing: -0.02em;
30757
30762
  color: var(--textBody, #3c3131);
@@ -30759,47 +30764,47 @@ h5,
30759
30764
  line-height: 18px;
30760
30765
  }
30761
30766
  }
30762
- .register__d1___tWxL6 {
30767
+ .google-login-button__d1___UVhdX {
30763
30768
  font-size: 36px;
30764
30769
  font-weight: 700;
30765
30770
  line-height: 48px;
30766
30771
  letter-spacing: -0.02em;
30767
30772
  }
30768
30773
  @media only screen and (min-width: 769px) {
30769
- .register__d1___tWxL6 {
30774
+ .google-login-button__d1___UVhdX {
30770
30775
  font-size: 64px;
30771
30776
  line-height: 85px;
30772
30777
  letter-spacing: -0.03em;
30773
30778
  }
30774
30779
  }
30775
- .register__caption-medium___L4Mr9,
30776
- .register__captionMedium___LtsKn {
30780
+ .google-login-button__caption-medium___yVS2n,
30781
+ .google-login-button__captionMedium___UIV13 {
30777
30782
  font-size: 12px;
30778
30783
  line-height: 1.5;
30779
30784
  letter-spacing: -0.02em;
30780
30785
  font-weight: 500;
30781
30786
  }
30782
30787
  @media only screen and (max-width: 480px) {
30783
- .register__caption-medium___L4Mr9,
30784
- .register__captionMedium___LtsKn {
30788
+ .google-login-button__caption-medium___yVS2n,
30789
+ .google-login-button__captionMedium___UIV13 {
30785
30790
  font-size: 11px;
30786
30791
  }
30787
30792
  }
30788
- .register__caption-semi-bold___iPZBa,
30789
- .register__captionSemiBold___A0_l_ {
30793
+ .google-login-button__caption-semi-bold___Joz60,
30794
+ .google-login-button__captionSemiBold___C8p1l {
30790
30795
  font-size: 12px;
30791
30796
  line-height: 1.5;
30792
30797
  letter-spacing: -0.02em;
30793
30798
  font-weight: 600;
30794
30799
  }
30795
30800
  @media only screen and (max-width: 480px) {
30796
- .register__caption-semi-bold___iPZBa,
30797
- .register__captionSemiBold___A0_l_ {
30801
+ .google-login-button__caption-semi-bold___Joz60,
30802
+ .google-login-button__captionSemiBold___C8p1l {
30798
30803
  font-size: 11px;
30799
30804
  }
30800
30805
  }
30801
- .register__btn-link___B3tif,
30802
- .register__btnLink___zr5n4 {
30806
+ .google-login-button__btn-link___Z4yx6,
30807
+ .google-login-button__btnLink___WYTcb {
30803
30808
  font-weight: 500;
30804
30809
  letter-spacing: -0.02em;
30805
30810
  font-size: 12px;
@@ -30812,72 +30817,72 @@ h5,
30812
30817
  border: none;
30813
30818
  }
30814
30819
  @media only screen and (min-width: 769px) {
30815
- .register__btn-link___B3tif,
30816
- .register__btnLink___zr5n4 {
30820
+ .google-login-button__btn-link___Z4yx6,
30821
+ .google-login-button__btnLink___WYTcb {
30817
30822
  font-weight: 500;
30818
30823
  letter-spacing: -0.02em;
30819
30824
  font-size: 14px;
30820
30825
  line-height: 16px;
30821
30826
  }
30822
30827
  }
30823
- .register__btn-link___B3tif:hover,
30824
- .register__btnLink___zr5n4:hover {
30828
+ .google-login-button__btn-link___Z4yx6:hover,
30829
+ .google-login-button__btnLink___WYTcb:hover {
30825
30830
  color: var(--buttonLinkL1, #c1847c);
30826
30831
  }
30827
- .register__btn-link___B3tif:disabled,
30828
- .register__btnLink___zr5n4:disabled {
30832
+ .google-login-button__btn-link___Z4yx6:disabled,
30833
+ .google-login-button__btnLink___WYTcb:disabled {
30829
30834
  color: var(--buttonLinkL2, #d0a39d);
30830
30835
  }
30831
- .register__btn-link___B3tif:active,
30832
- .register__btnLink___zr5n4:active {
30836
+ .google-login-button__btn-link___Z4yx6:active,
30837
+ .google-login-button__btnLink___WYTcb:active {
30833
30838
  opacity: 0.8;
30834
30839
  }
30835
- .register__user-select-none___g5nur,
30836
- .register__userSelectNone___G2Pvx {
30840
+ .google-login-button__user-select-none___atNX0,
30841
+ .google-login-button__userSelectNone___TjXmt {
30837
30842
  user-select: none;
30838
30843
  -moz-user-select: none;
30839
30844
  -webkit-user-select: none;
30840
30845
  -ms-user-select: none;
30841
30846
  }
30842
- .register__margin-0-auto___nh0bW,
30843
- .register__margin0auto___fIMq_ {
30847
+ .google-login-button__margin-0-auto___lSMrD,
30848
+ .google-login-button__margin0auto___pjEMN {
30844
30849
  margin: 0 auto;
30845
30850
  }
30846
- .register__base-page-container___Kwalt,
30847
- .register__basePageContainer___VdsVE {
30851
+ .google-login-button__base-page-container___HDsM1,
30852
+ .google-login-button__basePageContainer___EH4cp {
30848
30853
  max-width: 1440px !important;
30849
30854
  }
30850
- .register__remove-scroll___ZOdOs,
30851
- .register__removeScroll___syDdk {
30855
+ .google-login-button__remove-scroll___Sv0ai,
30856
+ .google-login-button__removeScroll___hX_DS {
30852
30857
  overflow-y: hidden !important;
30853
30858
  }
30854
- .register__mr-5___T97MX,
30855
- .register__mr5___kqmGX {
30859
+ .google-login-button__mr-5___iQJLH,
30860
+ .google-login-button__mr5___co5at {
30856
30861
  margin-inline-end: 30px !important;
30857
30862
  }
30858
- .register__mr-2___roAsT,
30859
- .register__mr2___cbPkB {
30863
+ .google-login-button__mr-2___cdlE_,
30864
+ .google-login-button__mr2___hrKWR {
30860
30865
  margin-inline-end: 5px !important;
30861
30866
  }
30862
- .register__py-5___Bj9U9,
30863
- .register__py5___jb5Np {
30867
+ .google-login-button__py-5___ffmv9,
30868
+ .google-login-button__py5___h99Qk {
30864
30869
  padding-top: 1.875rem !important;
30865
30870
  padding-bottom: 1.875rem !important;
30866
30871
  }
30867
- .register__view-all-text___rL7xD,
30868
- .register__viewAllText___APLAc {
30872
+ .google-login-button__view-all-text___wMzMP,
30873
+ .google-login-button__viewAllText___n8878 {
30869
30874
  font-size: 20px;
30870
30875
  font-weight: 400;
30871
30876
  text-transform: lowercase;
30872
30877
  text-decoration: underline;
30873
30878
  }
30874
- .register__view-all-mobile___qm4bm,
30875
- .register__viewAllMobile___injSi {
30879
+ .google-login-button__view-all-mobile___z3IOw,
30880
+ .google-login-button__viewAllMobile___kwSTY {
30876
30881
  display: none;
30877
30882
  }
30878
30883
  @media only screen and (max-width: 768px) {
30879
- .register__view-all-mobile___qm4bm,
30880
- .register__viewAllMobile___injSi {
30884
+ .google-login-button__view-all-mobile___z3IOw,
30885
+ .google-login-button__viewAllMobile___kwSTY {
30881
30886
  display: flex;
30882
30887
  align-items: center;
30883
30888
  justify-content: center;
@@ -30885,187 +30890,1308 @@ h5,
30885
30890
  }
30886
30891
  }
30887
30892
  @media only screen and (max-width: 480px) {
30888
- .register__view-all-mobile___qm4bm,
30889
- .register__viewAllMobile___injSi {
30893
+ .google-login-button__view-all-mobile___z3IOw,
30894
+ .google-login-button__viewAllMobile___kwSTY {
30890
30895
  margin-top: 24px;
30891
30896
  }
30892
30897
  }
30893
- .register__accent-btn___PKcSU,
30894
- .register__accentBtn___EzZFj {
30898
+ .google-login-button__accent-btn___brS2S,
30899
+ .google-login-button__accentBtn___k4j9C {
30895
30900
  background-color: var(--accentColor);
30896
30901
  color: #fff;
30897
30902
  }
30898
- .register__no-scroll___lOax6,
30899
- .register__noScroll___dtigN {
30903
+ .google-login-button__no-scroll___ybGFl,
30904
+ .google-login-button__noScroll___vbFH0 {
30900
30905
  overflow-y: hidden;
30901
30906
  }
30902
- .register__hide-overflow___tS_Mb,
30903
- .register__hideOverflow___Y3zk_ {
30907
+ .google-login-button__hide-overflow___o6HaR,
30908
+ .google-login-button__hideOverflow___nKtWu {
30904
30909
  overflow: hidden;
30905
30910
  }
30906
- .register__markdown-body___tdjF1 h6 {
30911
+ .google-login-button__markdown-body___sVl5K h6 {
30907
30912
  margin-top: 0 !important;
30908
30913
  margin-bottom: 0 !important;
30909
30914
  }
30910
30915
  @media only screen and (max-width: 480px) {
30911
- .register__markdown-body___tdjF1 {
30916
+ .google-login-button__markdown-body___sVl5K {
30912
30917
  font-size: 12px !important;
30913
30918
  padding: 5px !important;
30914
30919
  }
30915
30920
  }
30916
- .register__view3d-canvas___ukXkj {
30921
+ .google-login-button__view3d-canvas___yERj4 {
30917
30922
  width: 100%;
30918
30923
  height: 100%;
30919
30924
  }
30920
30925
  @media only screen and (max-width: 480px) {
30921
- .register__view-mobile-up___PTI2S {
30926
+ .google-login-button__view-mobile-up___xPbca {
30922
30927
  display: none !important;
30923
30928
  }
30924
30929
  }
30925
30930
  @media only screen and (min-width: 481px) {
30926
- .register__view-mobile___Y302N {
30931
+ .google-login-button__view-mobile___g5Syu {
30927
30932
  display: none !important;
30928
30933
  }
30929
30934
  }
30930
- .register__containerWrapper___KVeb_ {
30931
- width: 400px;
30932
- padding: 24px;
30933
- }
30934
- .register__required___npDAe {
30935
- color: var(--errorText, #ff3333);
30936
- }
30937
- .register__registerFormWrapper___nCdfI {
30938
- margin-top: 10px;
30939
- min-height: 417px;
30935
+ .google-login-button__google-login-container___txHJV {
30936
+ margin-top: 12px;
30940
30937
  }
30941
- .register__registerFormWrapper___nCdfI .register__title___Doc2C {
30942
- color: var(--textHeading, #26201a);
30943
- text-align: center;
30944
- font-size: 32px;
30945
- font-style: normal;
30946
- font-weight: 700;
30947
- line-height: 44.8px;
30948
- margin-bottom: 32px;
30938
+ .google-login-button__google-login-container___txHJV .google-login-button__google-signin-wrapper___AifjG {
30939
+ width: 100%;
30949
30940
  }
30950
- @media only screen and (max-width: 768px) {
30951
- .register__registerFormWrapper___nCdfI .register__title___Doc2C {
30952
- font-size: 24px;
30953
- line-height: 33.6px;
30954
- }
30941
+ .google-login-button__google-login-container___txHJV .g_id_signin > div[role="button"] {
30942
+ height: 48px !important;
30943
+ padding: 12px !important;
30944
+ background: transparent !important;
30945
+ border-radius: 4px !important;
30946
+ border: 1px solid var(--dividerStokes) !important;
30947
+ font-size: 14px !important;
30948
+ font-style: normal !important;
30949
+ font-weight: 600 !important;
30950
+ line-height: 19.6px !important;
30951
+ text-transform: uppercase !important;
30952
+ color: var(--textHeading) !important;
30953
+ width: 100% !important;
30954
+ box-sizing: border-box !important;
30955
+ display: flex !important;
30956
+ align-items: center !important;
30957
+ cursor: pointer !important;
30955
30958
  }
30956
- @media only screen and (max-width: 768px) {
30957
- .register__registerFormWrapper___nCdfI {
30958
- min-height: 367px;
30959
- }
30959
+ .google-login-button__google-login-container___txHJV .g_id_signin svg {
30960
+ flex: 0 0 24px !important;
30960
30961
  }
30961
- .register__registerFormWrapper___nCdfI input[type="text"],
30962
- .register__registerFormWrapper___nCdfI input[type="password"] {
30963
- height: 48px;
30964
- border: 1px solid var(--dividerStokes, #d4d1d1);
30965
- padding: 16px;
30966
- border-radius: 4px;
30967
- background-color: var(--pageBackground, #f8f8f8);
30968
- box-sizing: border-box;
30969
- color: var(--textBody, #3c3131);
30970
- font-size: 14px;
30971
- font-style: normal;
30972
- font-weight: 400;
30973
- line-height: 19.6px;
30962
+ .google-login-button__google-login-container___txHJV .g_id_signin span {
30963
+ margin-inline-end: 24px !important;
30964
+ color: var(--textHeading, #26201a) !important;
30965
+ font-size: 14px !important;
30966
+ font-style: normal !important;
30967
+ font-weight: 600 !important;
30968
+ line-height: 19.6px !important;
30969
+ text-transform: uppercase !important;
30974
30970
  width: 100%;
30971
+ font-family: var(--font-body) !important;
30975
30972
  }
30976
- .register__registerFormWrapper___nCdfI input[type="text"]:focus-visible,
30977
- .register__registerFormWrapper___nCdfI input[type="password"]:focus-visible {
30978
- outline: none;
30973
+
30974
+ /**color by character**/
30975
+ /** Font family **/
30976
+ /** Font weight **/
30977
+ .facebook-login-button__display-block___zjvnE {
30978
+ display: block;
30979
30979
  }
30980
- @media only screen and (max-width: 768px) {
30981
- .register__registerFormWrapper___nCdfI input[type="text"],
30982
- .register__registerFormWrapper___nCdfI input[type="password"] {
30983
- font-size: 16px;
30984
- }
30980
+ .facebook-login-button__inline-block___DI3Vk,
30981
+ .facebook-login-button__inlineBlock___p0R2f {
30982
+ display: inline-block;
30985
30983
  }
30986
- .register__registerFormWrapper___nCdfI .register__inputTitle___W2xZ1 {
30987
- position: absolute;
30988
- background-color: var(--pageBackground, #f8f8f8);
30989
- padding: 0 4px;
30990
- margin: 0 12px;
30991
- z-index: 1;
30992
- transform: translateY(-50%);
30993
- color: var(--textLabel, #7d7676);
30994
- font-size: 12px;
30995
- font-style: normal;
30996
- font-weight: 400;
30997
- line-height: 16.8px;
30984
+ .facebook-login-button__flex-row___OaM0g {
30985
+ display: flex;
30998
30986
  }
30999
- .register__registerFormWrapper___nCdfI .register__inputTitle___W2xZ1 input {
31000
- background-color: var(--pageBackground, #f8f8f8);
30987
+ .facebook-login-button__flex-column___GWHUO,
30988
+ .facebook-login-button__flexColumn___vmTFT {
30989
+ display: flex;
30990
+ flex-direction: column;
31001
30991
  }
31002
- .register__registerFormWrapper___nCdfI .register__genderRadioContainer___orGL6 {
31003
- padding: 8px 0;
30992
+ .facebook-login-button__flex-align-center___M1zHK,
30993
+ .facebook-login-button__flexAlignCenter___YhQNt {
30994
+ display: flex;
30995
+ align-items: center;
31004
30996
  }
31005
- .register__registerFormWrapper___nCdfI .register__genderRadioContainer___orGL6 .register__radioContainer___oXJg1 {
31006
- margin-bottom: 8px;
31007
- padding-inline-start: 24px;
31008
- margin-inline-end: 12px;
31009
- position: relative;
31010
- color: var(--textBody, #3c3131);
31011
- font-size: 14px;
31012
- font-style: normal;
31013
- font-weight: 400;
31014
- line-height: 19.6px;
30997
+ .facebook-login-button__flex-justify-center___mlKsM,
30998
+ .facebook-login-button__flexJustifyCenter___QYADt {
30999
+ display: flex;
31000
+ justify-content: center;
31015
31001
  }
31016
- .register__registerFormWrapper___nCdfI .register__genderRadioContainer___orGL6 .register__radioContainer___oXJg1 input {
31017
- position: absolute;
31018
- opacity: 0;
31019
- cursor: pointer;
31002
+ .facebook-login-button__flex-center___tJtdp,
31003
+ .facebook-login-button__flexCenter___jM1oP {
31004
+ display: flex;
31005
+ justify-content: center;
31006
+ align-items: center;
31020
31007
  }
31021
- .register__registerFormWrapper___nCdfI .register__genderRadioContainer___orGL6 .register__radioContainer___oXJg1 .register__checkmark___xXyWU {
31022
- height: 16px;
31023
- width: 16px;
31024
- position: absolute;
31025
- top: 50%;
31026
- inset-inline-start: 0;
31027
- transform: translateY(-50%);
31028
- border: 1px solid #919191;
31029
- border-radius: 50%;
31008
+ .facebook-login-button__justify-start___o8HIw,
31009
+ .facebook-login-button__justifyStart___ydOaC {
31010
+ justify-content: flex-start;
31030
31011
  }
31031
- .register__registerFormWrapper___nCdfI .register__genderRadioContainer___orGL6 .register__radioContainer___oXJg1 .register__checkmark___xXyWU:after {
31032
- content: "";
31033
- position: absolute;
31034
- display: none;
31035
- top: 50%;
31036
- inset-inline-start: 50%;
31037
- transform: translate(-50%, -50%);
31038
- width: 9px;
31039
- height: 9px;
31040
- border-radius: 50%;
31041
- background: #919191;
31012
+ .facebook-login-button__justify-end___Xxu9y,
31013
+ .facebook-login-button__justifyEnd___JJahf {
31014
+ justify-content: flex-end;
31042
31015
  }
31043
- [dir="rtl"] .register__registerFormWrapper___nCdfI .register__genderRadioContainer___orGL6 .register__radioContainer___oXJg1 .register__checkmark___xXyWU:after {
31044
- transform: translate(50%, -50%);
31016
+ .facebook-login-button__justify-between___Vewwo,
31017
+ .facebook-login-button__justifyBetween___EeHlc {
31018
+ justify-content: space-between;
31045
31019
  }
31046
- .register__registerFormWrapper___nCdfI .register__genderRadioContainer___orGL6 .register__radioContainer___oXJg1 input:checked ~ .register__checkmark___xXyWU:after {
31047
- display: block;
31020
+ .facebook-login-button__justify-around___LmeOW,
31021
+ .facebook-login-button__justifyAround___JSyJb {
31022
+ justify-content: space-around;
31048
31023
  }
31049
- .register__registerFormWrapper___nCdfI .register__resgisterPassworInput___NTXOF,
31050
- .register__registerFormWrapper___nCdfI .register__registerConfirmPasswordInput___SSNxF,
31051
- .register__registerFormWrapper___nCdfI .register__resgisterEmail___TcRgS,
31052
- .register__registerFormWrapper___nCdfI .register__registerNameInput___aDk24 {
31053
- display: flex;
31054
- flex-direction: column;
31024
+ .facebook-login-button__justify-evenly___MZbi6,
31025
+ .facebook-login-button__justifyEvenly___wt99i {
31026
+ justify-content: space-evenly;
31055
31027
  }
31056
- .register__registerFormWrapper___nCdfI .register__registerNameInput___aDk24,
31057
- .register__registerFormWrapper___nCdfI .register__genderRadioContainer___orGL6,
31058
- .register__registerFormWrapper___nCdfI .register__registerPasswordInput___VEdo1,
31059
- .register__registerFormWrapper___nCdfI .register__registerConfirmPasswordInput___SSNxF,
31060
- .register__registerFormWrapper___nCdfI .register__registerMobileInput___yLu2C,
31061
- .register__registerFormWrapper___nCdfI .register__registerEmail___LvvEV {
31062
- margin-bottom: 20px;
31028
+ h1,
31029
+ .facebook-login-button__h1___H8grr {
31030
+ font-weight: 700;
31031
+ font-size: 28px;
31032
+ line-height: 42px;
31033
+ letter-spacing: -0.03em;
31034
+ color: var(--textHeading, #26201a);
31063
31035
  }
31064
- .register__registerFormWrapper___nCdfI .register__registerMobileInput___yLu2C {
31065
- min-height: 57px;
31036
+ @media only screen and (min-width: 769px) {
31037
+ h1,
31038
+ .facebook-login-button__h1___H8grr {
31039
+ font-size: 36px;
31040
+ line-height: 48px;
31041
+ }
31066
31042
  }
31067
- @media only screen and (max-width: 768px) {
31068
- .register__registerFormWrapper___nCdfI .register__registerMobileInput___yLu2C {
31043
+ h2,
31044
+ .facebook-login-button__h2___iRoil {
31045
+ font-weight: 700;
31046
+ font-size: 28px;
31047
+ line-height: 36px;
31048
+ letter-spacing: -0.03em;
31049
+ color: var(--textHeading, #26201a);
31050
+ }
31051
+ @media only screen and (min-width: 769px) {
31052
+ h2,
31053
+ .facebook-login-button__h2___iRoil {
31054
+ font-size: 32px;
31055
+ line-height: 42px;
31056
+ }
31057
+ }
31058
+ h3,
31059
+ .facebook-login-button__h3___Jn7gH {
31060
+ font-weight: 700;
31061
+ letter-spacing: -0.02em;
31062
+ color: var(--textHeading, #26201a);
31063
+ font-size: 24px;
31064
+ line-height: 32px;
31065
+ }
31066
+ @media only screen and (min-width: 769px) {
31067
+ h3,
31068
+ .facebook-login-button__h3___Jn7gH {
31069
+ font-weight: 700;
31070
+ letter-spacing: -0.02em;
31071
+ color: var(--textHeading, #26201a);
31072
+ font-size: 28px;
31073
+ line-height: 36px;
31074
+ }
31075
+ }
31076
+ h4,
31077
+ .facebook-login-button__h4____fgnK {
31078
+ font-weight: 600;
31079
+ letter-spacing: -0.02em;
31080
+ color: var(--textHeading, #26201a);
31081
+ font-size: 16px;
31082
+ line-height: 1.5;
31083
+ }
31084
+ @media only screen and (min-width: 769px) {
31085
+ h4,
31086
+ .facebook-login-button__h4____fgnK {
31087
+ font-weight: 600;
31088
+ letter-spacing: -0.02em;
31089
+ color: var(--textHeading, #26201a);
31090
+ font-size: 20px;
31091
+ line-height: 1.5;
31092
+ }
31093
+ }
31094
+ h5,
31095
+ .facebook-login-button__h5___ZOk0w {
31096
+ font-weight: 600;
31097
+ font-size: 14px;
31098
+ line-height: 16px;
31099
+ letter-spacing: -0.02em;
31100
+ color: var(--textHeading, #26201a);
31101
+ }
31102
+ @media only screen and (min-width: 769px) {
31103
+ h5,
31104
+ .facebook-login-button__h5___ZOk0w {
31105
+ font-size: 16px;
31106
+ line-height: 18px;
31107
+ }
31108
+ }
31109
+ .facebook-login-button__b1___U1Mgc {
31110
+ font-weight: 400;
31111
+ font-size: 14px;
31112
+ line-height: 18px;
31113
+ letter-spacing: -0.02em;
31114
+ color: var(--textBody, #3c3131);
31115
+ }
31116
+ @media only screen and (min-width: 769px) {
31117
+ .facebook-login-button__b1___U1Mgc {
31118
+ font-size: 16px;
31119
+ line-height: 20px;
31120
+ }
31121
+ }
31122
+ .facebook-login-button__b-small___cQ06P,
31123
+ .facebook-login-button__bSmall___niutO,
31124
+ .facebook-login-button__b2___nTIF5 {
31125
+ font-weight: 400;
31126
+ letter-spacing: -0.02em;
31127
+ color: var(--textBody, #3c3131);
31128
+ font-size: 12px;
31129
+ line-height: 16px;
31130
+ }
31131
+ @media only screen and (min-width: 769px) {
31132
+ .facebook-login-button__b-small___cQ06P,
31133
+ .facebook-login-button__bSmall___niutO,
31134
+ .facebook-login-button__b2___nTIF5 {
31135
+ font-weight: 400;
31136
+ letter-spacing: -0.02em;
31137
+ color: var(--textBody, #3c3131);
31138
+ font-size: 14px;
31139
+ line-height: 18px;
31140
+ }
31141
+ }
31142
+ .facebook-login-button__d1___LbIQx {
31143
+ font-size: 36px;
31144
+ font-weight: 700;
31145
+ line-height: 48px;
31146
+ letter-spacing: -0.02em;
31147
+ }
31148
+ @media only screen and (min-width: 769px) {
31149
+ .facebook-login-button__d1___LbIQx {
31150
+ font-size: 64px;
31151
+ line-height: 85px;
31152
+ letter-spacing: -0.03em;
31153
+ }
31154
+ }
31155
+ .facebook-login-button__caption-medium___TsfS6,
31156
+ .facebook-login-button__captionMedium___pHi7v {
31157
+ font-size: 12px;
31158
+ line-height: 1.5;
31159
+ letter-spacing: -0.02em;
31160
+ font-weight: 500;
31161
+ }
31162
+ @media only screen and (max-width: 480px) {
31163
+ .facebook-login-button__caption-medium___TsfS6,
31164
+ .facebook-login-button__captionMedium___pHi7v {
31165
+ font-size: 11px;
31166
+ }
31167
+ }
31168
+ .facebook-login-button__caption-semi-bold___jgz3q,
31169
+ .facebook-login-button__captionSemiBold___Whpz9 {
31170
+ font-size: 12px;
31171
+ line-height: 1.5;
31172
+ letter-spacing: -0.02em;
31173
+ font-weight: 600;
31174
+ }
31175
+ @media only screen and (max-width: 480px) {
31176
+ .facebook-login-button__caption-semi-bold___jgz3q,
31177
+ .facebook-login-button__captionSemiBold___Whpz9 {
31178
+ font-size: 11px;
31179
+ }
31180
+ }
31181
+ .facebook-login-button__btn-link___xqFij,
31182
+ .facebook-login-button__btnLink___nQQDj {
31183
+ font-weight: 500;
31184
+ letter-spacing: -0.02em;
31185
+ font-size: 12px;
31186
+ line-height: 14px;
31187
+ border-radius: var(--buttonRadius, 0px);
31188
+ cursor: pointer;
31189
+ color: var(--buttonLink, #b1655b);
31190
+ text-decoration: underline;
31191
+ background: none;
31192
+ border: none;
31193
+ }
31194
+ @media only screen and (min-width: 769px) {
31195
+ .facebook-login-button__btn-link___xqFij,
31196
+ .facebook-login-button__btnLink___nQQDj {
31197
+ font-weight: 500;
31198
+ letter-spacing: -0.02em;
31199
+ font-size: 14px;
31200
+ line-height: 16px;
31201
+ }
31202
+ }
31203
+ .facebook-login-button__btn-link___xqFij:hover,
31204
+ .facebook-login-button__btnLink___nQQDj:hover {
31205
+ color: var(--buttonLinkL1, #c1847c);
31206
+ }
31207
+ .facebook-login-button__btn-link___xqFij:disabled,
31208
+ .facebook-login-button__btnLink___nQQDj:disabled {
31209
+ color: var(--buttonLinkL2, #d0a39d);
31210
+ }
31211
+ .facebook-login-button__btn-link___xqFij:active,
31212
+ .facebook-login-button__btnLink___nQQDj:active {
31213
+ opacity: 0.8;
31214
+ }
31215
+ .facebook-login-button__user-select-none___VOxiT,
31216
+ .facebook-login-button__userSelectNone___OWMIQ {
31217
+ user-select: none;
31218
+ -moz-user-select: none;
31219
+ -webkit-user-select: none;
31220
+ -ms-user-select: none;
31221
+ }
31222
+ .facebook-login-button__margin-0-auto___HYkij,
31223
+ .facebook-login-button__margin0auto___nKW2C {
31224
+ margin: 0 auto;
31225
+ }
31226
+ .facebook-login-button__base-page-container___EtZuz,
31227
+ .facebook-login-button__basePageContainer___mDB5N {
31228
+ max-width: 1440px !important;
31229
+ }
31230
+ .facebook-login-button__remove-scroll___eBRUs,
31231
+ .facebook-login-button__removeScroll___GXb7r {
31232
+ overflow-y: hidden !important;
31233
+ }
31234
+ .facebook-login-button__mr-5___q58cH,
31235
+ .facebook-login-button__mr5___fwWw2 {
31236
+ margin-inline-end: 30px !important;
31237
+ }
31238
+ .facebook-login-button__mr-2___ZKd3H,
31239
+ .facebook-login-button__mr2___erY8R {
31240
+ margin-inline-end: 5px !important;
31241
+ }
31242
+ .facebook-login-button__py-5___VjPa9,
31243
+ .facebook-login-button__py5____PWCV {
31244
+ padding-top: 1.875rem !important;
31245
+ padding-bottom: 1.875rem !important;
31246
+ }
31247
+ .facebook-login-button__view-all-text___LEUab,
31248
+ .facebook-login-button__viewAllText___nDMhF {
31249
+ font-size: 20px;
31250
+ font-weight: 400;
31251
+ text-transform: lowercase;
31252
+ text-decoration: underline;
31253
+ }
31254
+ .facebook-login-button__view-all-mobile___zvPKL,
31255
+ .facebook-login-button__viewAllMobile___D2Vp0 {
31256
+ display: none;
31257
+ }
31258
+ @media only screen and (max-width: 768px) {
31259
+ .facebook-login-button__view-all-mobile___zvPKL,
31260
+ .facebook-login-button__viewAllMobile___D2Vp0 {
31261
+ display: flex;
31262
+ align-items: center;
31263
+ justify-content: center;
31264
+ margin-top: 40px;
31265
+ }
31266
+ }
31267
+ @media only screen and (max-width: 480px) {
31268
+ .facebook-login-button__view-all-mobile___zvPKL,
31269
+ .facebook-login-button__viewAllMobile___D2Vp0 {
31270
+ margin-top: 24px;
31271
+ }
31272
+ }
31273
+ .facebook-login-button__accent-btn___WXMXk,
31274
+ .facebook-login-button__accentBtn___Eo2xa {
31275
+ background-color: var(--accentColor);
31276
+ color: #fff;
31277
+ }
31278
+ .facebook-login-button__no-scroll___DA1oc,
31279
+ .facebook-login-button__noScroll___Vz_wN {
31280
+ overflow-y: hidden;
31281
+ }
31282
+ .facebook-login-button__hide-overflow___IOMnf,
31283
+ .facebook-login-button__hideOverflow___dUDT6 {
31284
+ overflow: hidden;
31285
+ }
31286
+ .facebook-login-button__markdown-body___hpsNo h6 {
31287
+ margin-top: 0 !important;
31288
+ margin-bottom: 0 !important;
31289
+ }
31290
+ @media only screen and (max-width: 480px) {
31291
+ .facebook-login-button__markdown-body___hpsNo {
31292
+ font-size: 12px !important;
31293
+ padding: 5px !important;
31294
+ }
31295
+ }
31296
+ .facebook-login-button__view3d-canvas___drNqq {
31297
+ width: 100%;
31298
+ height: 100%;
31299
+ }
31300
+ @media only screen and (max-width: 480px) {
31301
+ .facebook-login-button__view-mobile-up___KlJWO {
31302
+ display: none !important;
31303
+ }
31304
+ }
31305
+ @media only screen and (min-width: 481px) {
31306
+ .facebook-login-button__view-mobile___ovTS9 {
31307
+ display: none !important;
31308
+ }
31309
+ }
31310
+ .facebook-login-button__facebook-login-container____88Dn {
31311
+ margin-top: 12px;
31312
+ }
31313
+ .facebook-login-button__facebook-login-container____88Dn .facebook-login-button__facebook-login-button___yF4aw {
31314
+ height: 48px;
31315
+ padding: 12px;
31316
+ background: transparent;
31317
+ border-radius: 4px;
31318
+ border: 1px solid var(--dividerStokes, #dadce0);
31319
+ font-size: 14px;
31320
+ font-style: normal;
31321
+ font-weight: 600;
31322
+ line-height: 19.6px;
31323
+ text-transform: uppercase;
31324
+ color: var(--textHeading, #3c4043);
31325
+ width: 100%;
31326
+ box-sizing: border-box;
31327
+ display: flex;
31328
+ align-items: center;
31329
+ cursor: pointer;
31330
+ font-family: var(--font-body);
31331
+ }
31332
+ .facebook-login-button__facebook-login-container____88Dn .facebook-login-button__facebook-login-button___yF4aw svg {
31333
+ flex: 0 0 24px;
31334
+ fill: #1877f2;
31335
+ }
31336
+ .facebook-login-button__facebook-login-container____88Dn .facebook-login-button__facebook-login-button___yF4aw span {
31337
+ margin-inline-end: 24px;
31338
+ color: var(--textHeading, #3c4043);
31339
+ font-size: 14px;
31340
+ font-style: normal;
31341
+ font-weight: 600;
31342
+ line-height: 19.6px;
31343
+ text-transform: uppercase;
31344
+ width: 100%;
31345
+ }
31346
+
31347
+ /**color by character**/
31348
+ /** Font family **/
31349
+ /** Font weight **/
31350
+ .apple-login-button__display-block___hwLap {
31351
+ display: block;
31352
+ }
31353
+ .apple-login-button__inline-block___aCF4e,
31354
+ .apple-login-button__inlineBlock___B4Xl5 {
31355
+ display: inline-block;
31356
+ }
31357
+ .apple-login-button__flex-row___X9IvI {
31358
+ display: flex;
31359
+ }
31360
+ .apple-login-button__flex-column___G7Y3y,
31361
+ .apple-login-button__flexColumn___SFk5p {
31362
+ display: flex;
31363
+ flex-direction: column;
31364
+ }
31365
+ .apple-login-button__flex-align-center___daUe5,
31366
+ .apple-login-button__flexAlignCenter___ofuh5 {
31367
+ display: flex;
31368
+ align-items: center;
31369
+ }
31370
+ .apple-login-button__flex-justify-center___DJ3WX,
31371
+ .apple-login-button__flexJustifyCenter___aC83Y {
31372
+ display: flex;
31373
+ justify-content: center;
31374
+ }
31375
+ .apple-login-button__flex-center___yxBkX,
31376
+ .apple-login-button__flexCenter___mtYEb {
31377
+ display: flex;
31378
+ justify-content: center;
31379
+ align-items: center;
31380
+ }
31381
+ .apple-login-button__justify-start___Ob0Wc,
31382
+ .apple-login-button__justifyStart___yoZ4s {
31383
+ justify-content: flex-start;
31384
+ }
31385
+ .apple-login-button__justify-end___D4MFl,
31386
+ .apple-login-button__justifyEnd___w7f3L {
31387
+ justify-content: flex-end;
31388
+ }
31389
+ .apple-login-button__justify-between___L8FRs,
31390
+ .apple-login-button__justifyBetween___FcE4J {
31391
+ justify-content: space-between;
31392
+ }
31393
+ .apple-login-button__justify-around___jzZ4w,
31394
+ .apple-login-button__justifyAround___Z4Oi1 {
31395
+ justify-content: space-around;
31396
+ }
31397
+ .apple-login-button__justify-evenly___AmQxs,
31398
+ .apple-login-button__justifyEvenly___RWzUG {
31399
+ justify-content: space-evenly;
31400
+ }
31401
+ h1,
31402
+ .apple-login-button__h1___oGPVa {
31403
+ font-weight: 700;
31404
+ font-size: 28px;
31405
+ line-height: 42px;
31406
+ letter-spacing: -0.03em;
31407
+ color: var(--textHeading, #26201a);
31408
+ }
31409
+ @media only screen and (min-width: 769px) {
31410
+ h1,
31411
+ .apple-login-button__h1___oGPVa {
31412
+ font-size: 36px;
31413
+ line-height: 48px;
31414
+ }
31415
+ }
31416
+ h2,
31417
+ .apple-login-button__h2___HPSR0 {
31418
+ font-weight: 700;
31419
+ font-size: 28px;
31420
+ line-height: 36px;
31421
+ letter-spacing: -0.03em;
31422
+ color: var(--textHeading, #26201a);
31423
+ }
31424
+ @media only screen and (min-width: 769px) {
31425
+ h2,
31426
+ .apple-login-button__h2___HPSR0 {
31427
+ font-size: 32px;
31428
+ line-height: 42px;
31429
+ }
31430
+ }
31431
+ h3,
31432
+ .apple-login-button__h3___JIdf0 {
31433
+ font-weight: 700;
31434
+ letter-spacing: -0.02em;
31435
+ color: var(--textHeading, #26201a);
31436
+ font-size: 24px;
31437
+ line-height: 32px;
31438
+ }
31439
+ @media only screen and (min-width: 769px) {
31440
+ h3,
31441
+ .apple-login-button__h3___JIdf0 {
31442
+ font-weight: 700;
31443
+ letter-spacing: -0.02em;
31444
+ color: var(--textHeading, #26201a);
31445
+ font-size: 28px;
31446
+ line-height: 36px;
31447
+ }
31448
+ }
31449
+ h4,
31450
+ .apple-login-button__h4___bA6k4 {
31451
+ font-weight: 600;
31452
+ letter-spacing: -0.02em;
31453
+ color: var(--textHeading, #26201a);
31454
+ font-size: 16px;
31455
+ line-height: 1.5;
31456
+ }
31457
+ @media only screen and (min-width: 769px) {
31458
+ h4,
31459
+ .apple-login-button__h4___bA6k4 {
31460
+ font-weight: 600;
31461
+ letter-spacing: -0.02em;
31462
+ color: var(--textHeading, #26201a);
31463
+ font-size: 20px;
31464
+ line-height: 1.5;
31465
+ }
31466
+ }
31467
+ h5,
31468
+ .apple-login-button__h5___zP6bH {
31469
+ font-weight: 600;
31470
+ font-size: 14px;
31471
+ line-height: 16px;
31472
+ letter-spacing: -0.02em;
31473
+ color: var(--textHeading, #26201a);
31474
+ }
31475
+ @media only screen and (min-width: 769px) {
31476
+ h5,
31477
+ .apple-login-button__h5___zP6bH {
31478
+ font-size: 16px;
31479
+ line-height: 18px;
31480
+ }
31481
+ }
31482
+ .apple-login-button__b1___ipJa4 {
31483
+ font-weight: 400;
31484
+ font-size: 14px;
31485
+ line-height: 18px;
31486
+ letter-spacing: -0.02em;
31487
+ color: var(--textBody, #3c3131);
31488
+ }
31489
+ @media only screen and (min-width: 769px) {
31490
+ .apple-login-button__b1___ipJa4 {
31491
+ font-size: 16px;
31492
+ line-height: 20px;
31493
+ }
31494
+ }
31495
+ .apple-login-button__b-small___4Ny5P,
31496
+ .apple-login-button__bSmall___gQa9Z,
31497
+ .apple-login-button__b2___dxOtO {
31498
+ font-weight: 400;
31499
+ letter-spacing: -0.02em;
31500
+ color: var(--textBody, #3c3131);
31501
+ font-size: 12px;
31502
+ line-height: 16px;
31503
+ }
31504
+ @media only screen and (min-width: 769px) {
31505
+ .apple-login-button__b-small___4Ny5P,
31506
+ .apple-login-button__bSmall___gQa9Z,
31507
+ .apple-login-button__b2___dxOtO {
31508
+ font-weight: 400;
31509
+ letter-spacing: -0.02em;
31510
+ color: var(--textBody, #3c3131);
31511
+ font-size: 14px;
31512
+ line-height: 18px;
31513
+ }
31514
+ }
31515
+ .apple-login-button__d1___aUKTx {
31516
+ font-size: 36px;
31517
+ font-weight: 700;
31518
+ line-height: 48px;
31519
+ letter-spacing: -0.02em;
31520
+ }
31521
+ @media only screen and (min-width: 769px) {
31522
+ .apple-login-button__d1___aUKTx {
31523
+ font-size: 64px;
31524
+ line-height: 85px;
31525
+ letter-spacing: -0.03em;
31526
+ }
31527
+ }
31528
+ .apple-login-button__caption-medium___lIWNV,
31529
+ .apple-login-button__captionMedium___bHFgu {
31530
+ font-size: 12px;
31531
+ line-height: 1.5;
31532
+ letter-spacing: -0.02em;
31533
+ font-weight: 500;
31534
+ }
31535
+ @media only screen and (max-width: 480px) {
31536
+ .apple-login-button__caption-medium___lIWNV,
31537
+ .apple-login-button__captionMedium___bHFgu {
31538
+ font-size: 11px;
31539
+ }
31540
+ }
31541
+ .apple-login-button__caption-semi-bold___Y_xIg,
31542
+ .apple-login-button__captionSemiBold___zYVQG {
31543
+ font-size: 12px;
31544
+ line-height: 1.5;
31545
+ letter-spacing: -0.02em;
31546
+ font-weight: 600;
31547
+ }
31548
+ @media only screen and (max-width: 480px) {
31549
+ .apple-login-button__caption-semi-bold___Y_xIg,
31550
+ .apple-login-button__captionSemiBold___zYVQG {
31551
+ font-size: 11px;
31552
+ }
31553
+ }
31554
+ .apple-login-button__btn-link___AyEZc,
31555
+ .apple-login-button__btnLink___agp9E {
31556
+ font-weight: 500;
31557
+ letter-spacing: -0.02em;
31558
+ font-size: 12px;
31559
+ line-height: 14px;
31560
+ border-radius: var(--buttonRadius, 0px);
31561
+ cursor: pointer;
31562
+ color: var(--buttonLink, #b1655b);
31563
+ text-decoration: underline;
31564
+ background: none;
31565
+ border: none;
31566
+ }
31567
+ @media only screen and (min-width: 769px) {
31568
+ .apple-login-button__btn-link___AyEZc,
31569
+ .apple-login-button__btnLink___agp9E {
31570
+ font-weight: 500;
31571
+ letter-spacing: -0.02em;
31572
+ font-size: 14px;
31573
+ line-height: 16px;
31574
+ }
31575
+ }
31576
+ .apple-login-button__btn-link___AyEZc:hover,
31577
+ .apple-login-button__btnLink___agp9E:hover {
31578
+ color: var(--buttonLinkL1, #c1847c);
31579
+ }
31580
+ .apple-login-button__btn-link___AyEZc:disabled,
31581
+ .apple-login-button__btnLink___agp9E:disabled {
31582
+ color: var(--buttonLinkL2, #d0a39d);
31583
+ }
31584
+ .apple-login-button__btn-link___AyEZc:active,
31585
+ .apple-login-button__btnLink___agp9E:active {
31586
+ opacity: 0.8;
31587
+ }
31588
+ .apple-login-button__user-select-none___Uu59m,
31589
+ .apple-login-button__userSelectNone___xv1oB {
31590
+ user-select: none;
31591
+ -moz-user-select: none;
31592
+ -webkit-user-select: none;
31593
+ -ms-user-select: none;
31594
+ }
31595
+ .apple-login-button__margin-0-auto___l6O1E,
31596
+ .apple-login-button__margin0auto___Nsb8q {
31597
+ margin: 0 auto;
31598
+ }
31599
+ .apple-login-button__base-page-container___dQWd_,
31600
+ .apple-login-button__basePageContainer___ZgJBO {
31601
+ max-width: 1440px !important;
31602
+ }
31603
+ .apple-login-button__remove-scroll___AJwUm,
31604
+ .apple-login-button__removeScroll___glZJJ {
31605
+ overflow-y: hidden !important;
31606
+ }
31607
+ .apple-login-button__mr-5____BDrE,
31608
+ .apple-login-button__mr5___hzHua {
31609
+ margin-inline-end: 30px !important;
31610
+ }
31611
+ .apple-login-button__mr-2___AgcLa,
31612
+ .apple-login-button__mr2___seZiB {
31613
+ margin-inline-end: 5px !important;
31614
+ }
31615
+ .apple-login-button__py-5___H1MFT,
31616
+ .apple-login-button__py5___bGZBu {
31617
+ padding-top: 1.875rem !important;
31618
+ padding-bottom: 1.875rem !important;
31619
+ }
31620
+ .apple-login-button__view-all-text___luJo7,
31621
+ .apple-login-button__viewAllText___h297C {
31622
+ font-size: 20px;
31623
+ font-weight: 400;
31624
+ text-transform: lowercase;
31625
+ text-decoration: underline;
31626
+ }
31627
+ .apple-login-button__view-all-mobile___Kk5t1,
31628
+ .apple-login-button__viewAllMobile___cznr_ {
31629
+ display: none;
31630
+ }
31631
+ @media only screen and (max-width: 768px) {
31632
+ .apple-login-button__view-all-mobile___Kk5t1,
31633
+ .apple-login-button__viewAllMobile___cznr_ {
31634
+ display: flex;
31635
+ align-items: center;
31636
+ justify-content: center;
31637
+ margin-top: 40px;
31638
+ }
31639
+ }
31640
+ @media only screen and (max-width: 480px) {
31641
+ .apple-login-button__view-all-mobile___Kk5t1,
31642
+ .apple-login-button__viewAllMobile___cznr_ {
31643
+ margin-top: 24px;
31644
+ }
31645
+ }
31646
+ .apple-login-button__accent-btn___nsUdz,
31647
+ .apple-login-button__accentBtn___nV53L {
31648
+ background-color: var(--accentColor);
31649
+ color: #fff;
31650
+ }
31651
+ .apple-login-button__no-scroll___K6rEz,
31652
+ .apple-login-button__noScroll___YSL2S {
31653
+ overflow-y: hidden;
31654
+ }
31655
+ .apple-login-button__hide-overflow___nBoux,
31656
+ .apple-login-button__hideOverflow___UTMCC {
31657
+ overflow: hidden;
31658
+ }
31659
+ .apple-login-button__markdown-body___hbLF0 h6 {
31660
+ margin-top: 0 !important;
31661
+ margin-bottom: 0 !important;
31662
+ }
31663
+ @media only screen and (max-width: 480px) {
31664
+ .apple-login-button__markdown-body___hbLF0 {
31665
+ font-size: 12px !important;
31666
+ padding: 5px !important;
31667
+ }
31668
+ }
31669
+ .apple-login-button__view3d-canvas___YbVDV {
31670
+ width: 100%;
31671
+ height: 100%;
31672
+ }
31673
+ @media only screen and (max-width: 480px) {
31674
+ .apple-login-button__view-mobile-up___QmpIA {
31675
+ display: none !important;
31676
+ }
31677
+ }
31678
+ @media only screen and (min-width: 481px) {
31679
+ .apple-login-button__view-mobile___hDSl7 {
31680
+ display: none !important;
31681
+ }
31682
+ }
31683
+ .apple-login-button__apple-login-container___QDt06 {
31684
+ margin-top: 12px;
31685
+ }
31686
+ .apple-login-button__apple-login-container___QDt06 .apple-login-button__apple-login-button___bv6AQ {
31687
+ height: 48px;
31688
+ padding: 12px;
31689
+ background: transparent;
31690
+ border-radius: 4px;
31691
+ border: 1px solid var(--dividerStokes, #dadce0);
31692
+ font-size: 14px;
31693
+ font-style: normal;
31694
+ font-weight: 600;
31695
+ line-height: 19.6px;
31696
+ text-transform: uppercase;
31697
+ color: var(--textHeading, #3c4043);
31698
+ width: 100%;
31699
+ box-sizing: border-box;
31700
+ display: flex;
31701
+ align-items: center;
31702
+ cursor: pointer;
31703
+ font-family: var(--font-body);
31704
+ }
31705
+ .apple-login-button__apple-login-container___QDt06 .apple-login-button__apple-login-button___bv6AQ svg {
31706
+ flex: 0 0 24px;
31707
+ fill: black;
31708
+ }
31709
+ .apple-login-button__apple-login-container___QDt06 .apple-login-button__apple-login-button___bv6AQ span {
31710
+ margin-inline-end: 24px;
31711
+ color: var(--textHeading, #3c4043);
31712
+ font-size: 14px;
31713
+ font-style: normal;
31714
+ font-weight: 600;
31715
+ line-height: 19.6px;
31716
+ text-transform: uppercase;
31717
+ width: 100%;
31718
+ }
31719
+
31720
+ /**color by character**/
31721
+ /** Font family **/
31722
+ /** Font weight **/
31723
+ .register__display-block___Ty3pz {
31724
+ display: block;
31725
+ }
31726
+ .register__inline-block___MGPAP,
31727
+ .register__inlineBlock___IJY8E {
31728
+ display: inline-block;
31729
+ }
31730
+ .register__flex-row___PjZtr {
31731
+ display: flex;
31732
+ }
31733
+ .register__flex-column___NgaUX,
31734
+ .register__flexColumn___RZ0mw {
31735
+ display: flex;
31736
+ flex-direction: column;
31737
+ }
31738
+ .register__flex-align-center___hHVWe,
31739
+ .register__flexAlignCenter___c3Uuc {
31740
+ display: flex;
31741
+ align-items: center;
31742
+ }
31743
+ .register__flex-justify-center___IcPyf,
31744
+ .register__flexJustifyCenter___WCRKb {
31745
+ display: flex;
31746
+ justify-content: center;
31747
+ }
31748
+ .register__flex-center___ccpWY,
31749
+ .register__flexCenter___Rt2JU {
31750
+ display: flex;
31751
+ justify-content: center;
31752
+ align-items: center;
31753
+ }
31754
+ .register__justify-start___MOCCx,
31755
+ .register__justifyStart___L35Q3 {
31756
+ justify-content: flex-start;
31757
+ }
31758
+ .register__justify-end___qzVTl,
31759
+ .register__justifyEnd___fUEXi {
31760
+ justify-content: flex-end;
31761
+ }
31762
+ .register__justify-between___im8OZ,
31763
+ .register__justifyBetween___Jzxs1 {
31764
+ justify-content: space-between;
31765
+ }
31766
+ .register__justify-around___fyzGp,
31767
+ .register__justifyAround___cMNoJ {
31768
+ justify-content: space-around;
31769
+ }
31770
+ .register__justify-evenly___RIugE,
31771
+ .register__justifyEvenly___XcL0c {
31772
+ justify-content: space-evenly;
31773
+ }
31774
+ h1,
31775
+ .register__h1___cfWUz {
31776
+ font-weight: 700;
31777
+ font-size: 28px;
31778
+ line-height: 42px;
31779
+ letter-spacing: -0.03em;
31780
+ color: var(--textHeading, #26201a);
31781
+ }
31782
+ @media only screen and (min-width: 769px) {
31783
+ h1,
31784
+ .register__h1___cfWUz {
31785
+ font-size: 36px;
31786
+ line-height: 48px;
31787
+ }
31788
+ }
31789
+ h2,
31790
+ .register__h2___sYhk8 {
31791
+ font-weight: 700;
31792
+ font-size: 28px;
31793
+ line-height: 36px;
31794
+ letter-spacing: -0.03em;
31795
+ color: var(--textHeading, #26201a);
31796
+ }
31797
+ @media only screen and (min-width: 769px) {
31798
+ h2,
31799
+ .register__h2___sYhk8 {
31800
+ font-size: 32px;
31801
+ line-height: 42px;
31802
+ }
31803
+ }
31804
+ h3,
31805
+ .register__h3___ZeXGd {
31806
+ font-weight: 700;
31807
+ letter-spacing: -0.02em;
31808
+ color: var(--textHeading, #26201a);
31809
+ font-size: 24px;
31810
+ line-height: 32px;
31811
+ }
31812
+ @media only screen and (min-width: 769px) {
31813
+ h3,
31814
+ .register__h3___ZeXGd {
31815
+ font-weight: 700;
31816
+ letter-spacing: -0.02em;
31817
+ color: var(--textHeading, #26201a);
31818
+ font-size: 28px;
31819
+ line-height: 36px;
31820
+ }
31821
+ }
31822
+ h4,
31823
+ .register__h4___kSLut {
31824
+ font-weight: 600;
31825
+ letter-spacing: -0.02em;
31826
+ color: var(--textHeading, #26201a);
31827
+ font-size: 16px;
31828
+ line-height: 1.5;
31829
+ }
31830
+ @media only screen and (min-width: 769px) {
31831
+ h4,
31832
+ .register__h4___kSLut {
31833
+ font-weight: 600;
31834
+ letter-spacing: -0.02em;
31835
+ color: var(--textHeading, #26201a);
31836
+ font-size: 20px;
31837
+ line-height: 1.5;
31838
+ }
31839
+ }
31840
+ h5,
31841
+ .register__h5___XqV83 {
31842
+ font-weight: 600;
31843
+ font-size: 14px;
31844
+ line-height: 16px;
31845
+ letter-spacing: -0.02em;
31846
+ color: var(--textHeading, #26201a);
31847
+ }
31848
+ @media only screen and (min-width: 769px) {
31849
+ h5,
31850
+ .register__h5___XqV83 {
31851
+ font-size: 16px;
31852
+ line-height: 18px;
31853
+ }
31854
+ }
31855
+ .register__b1___wsBJz {
31856
+ font-weight: 400;
31857
+ font-size: 14px;
31858
+ line-height: 18px;
31859
+ letter-spacing: -0.02em;
31860
+ color: var(--textBody, #3c3131);
31861
+ }
31862
+ @media only screen and (min-width: 769px) {
31863
+ .register__b1___wsBJz {
31864
+ font-size: 16px;
31865
+ line-height: 20px;
31866
+ }
31867
+ }
31868
+ .register__b-small___N0ISE,
31869
+ .register__bSmall___NFkE9,
31870
+ .register__b2___YRO0g {
31871
+ font-weight: 400;
31872
+ letter-spacing: -0.02em;
31873
+ color: var(--textBody, #3c3131);
31874
+ font-size: 12px;
31875
+ line-height: 16px;
31876
+ }
31877
+ @media only screen and (min-width: 769px) {
31878
+ .register__b-small___N0ISE,
31879
+ .register__bSmall___NFkE9,
31880
+ .register__b2___YRO0g {
31881
+ font-weight: 400;
31882
+ letter-spacing: -0.02em;
31883
+ color: var(--textBody, #3c3131);
31884
+ font-size: 14px;
31885
+ line-height: 18px;
31886
+ }
31887
+ }
31888
+ .register__d1___tWxL6 {
31889
+ font-size: 36px;
31890
+ font-weight: 700;
31891
+ line-height: 48px;
31892
+ letter-spacing: -0.02em;
31893
+ }
31894
+ @media only screen and (min-width: 769px) {
31895
+ .register__d1___tWxL6 {
31896
+ font-size: 64px;
31897
+ line-height: 85px;
31898
+ letter-spacing: -0.03em;
31899
+ }
31900
+ }
31901
+ .register__caption-medium___L4Mr9,
31902
+ .register__captionMedium___LtsKn {
31903
+ font-size: 12px;
31904
+ line-height: 1.5;
31905
+ letter-spacing: -0.02em;
31906
+ font-weight: 500;
31907
+ }
31908
+ @media only screen and (max-width: 480px) {
31909
+ .register__caption-medium___L4Mr9,
31910
+ .register__captionMedium___LtsKn {
31911
+ font-size: 11px;
31912
+ }
31913
+ }
31914
+ .register__caption-semi-bold___iPZBa,
31915
+ .register__captionSemiBold___A0_l_ {
31916
+ font-size: 12px;
31917
+ line-height: 1.5;
31918
+ letter-spacing: -0.02em;
31919
+ font-weight: 600;
31920
+ }
31921
+ @media only screen and (max-width: 480px) {
31922
+ .register__caption-semi-bold___iPZBa,
31923
+ .register__captionSemiBold___A0_l_ {
31924
+ font-size: 11px;
31925
+ }
31926
+ }
31927
+ .register__btn-link___B3tif,
31928
+ .register__btnLink___zr5n4 {
31929
+ font-weight: 500;
31930
+ letter-spacing: -0.02em;
31931
+ font-size: 12px;
31932
+ line-height: 14px;
31933
+ border-radius: var(--buttonRadius, 0px);
31934
+ cursor: pointer;
31935
+ color: var(--buttonLink, #b1655b);
31936
+ text-decoration: underline;
31937
+ background: none;
31938
+ border: none;
31939
+ }
31940
+ @media only screen and (min-width: 769px) {
31941
+ .register__btn-link___B3tif,
31942
+ .register__btnLink___zr5n4 {
31943
+ font-weight: 500;
31944
+ letter-spacing: -0.02em;
31945
+ font-size: 14px;
31946
+ line-height: 16px;
31947
+ }
31948
+ }
31949
+ .register__btn-link___B3tif:hover,
31950
+ .register__btnLink___zr5n4:hover {
31951
+ color: var(--buttonLinkL1, #c1847c);
31952
+ }
31953
+ .register__btn-link___B3tif:disabled,
31954
+ .register__btnLink___zr5n4:disabled {
31955
+ color: var(--buttonLinkL2, #d0a39d);
31956
+ }
31957
+ .register__btn-link___B3tif:active,
31958
+ .register__btnLink___zr5n4:active {
31959
+ opacity: 0.8;
31960
+ }
31961
+ .register__user-select-none___g5nur,
31962
+ .register__userSelectNone___G2Pvx {
31963
+ user-select: none;
31964
+ -moz-user-select: none;
31965
+ -webkit-user-select: none;
31966
+ -ms-user-select: none;
31967
+ }
31968
+ .register__margin-0-auto___nh0bW,
31969
+ .register__margin0auto___fIMq_ {
31970
+ margin: 0 auto;
31971
+ }
31972
+ .register__base-page-container___Kwalt,
31973
+ .register__basePageContainer___VdsVE {
31974
+ max-width: 1440px !important;
31975
+ }
31976
+ .register__remove-scroll___ZOdOs,
31977
+ .register__removeScroll___syDdk {
31978
+ overflow-y: hidden !important;
31979
+ }
31980
+ .register__mr-5___T97MX,
31981
+ .register__mr5___kqmGX {
31982
+ margin-inline-end: 30px !important;
31983
+ }
31984
+ .register__mr-2___roAsT,
31985
+ .register__mr2___cbPkB {
31986
+ margin-inline-end: 5px !important;
31987
+ }
31988
+ .register__py-5___Bj9U9,
31989
+ .register__py5___jb5Np {
31990
+ padding-top: 1.875rem !important;
31991
+ padding-bottom: 1.875rem !important;
31992
+ }
31993
+ .register__view-all-text___rL7xD,
31994
+ .register__viewAllText___APLAc {
31995
+ font-size: 20px;
31996
+ font-weight: 400;
31997
+ text-transform: lowercase;
31998
+ text-decoration: underline;
31999
+ }
32000
+ .register__view-all-mobile___qm4bm,
32001
+ .register__viewAllMobile___injSi {
32002
+ display: none;
32003
+ }
32004
+ @media only screen and (max-width: 768px) {
32005
+ .register__view-all-mobile___qm4bm,
32006
+ .register__viewAllMobile___injSi {
32007
+ display: flex;
32008
+ align-items: center;
32009
+ justify-content: center;
32010
+ margin-top: 40px;
32011
+ }
32012
+ }
32013
+ @media only screen and (max-width: 480px) {
32014
+ .register__view-all-mobile___qm4bm,
32015
+ .register__viewAllMobile___injSi {
32016
+ margin-top: 24px;
32017
+ }
32018
+ }
32019
+ .register__accent-btn___PKcSU,
32020
+ .register__accentBtn___EzZFj {
32021
+ background-color: var(--accentColor);
32022
+ color: #fff;
32023
+ }
32024
+ .register__no-scroll___lOax6,
32025
+ .register__noScroll___dtigN {
32026
+ overflow-y: hidden;
32027
+ }
32028
+ .register__hide-overflow___tS_Mb,
32029
+ .register__hideOverflow___Y3zk_ {
32030
+ overflow: hidden;
32031
+ }
32032
+ .register__markdown-body___tdjF1 h6 {
32033
+ margin-top: 0 !important;
32034
+ margin-bottom: 0 !important;
32035
+ }
32036
+ @media only screen and (max-width: 480px) {
32037
+ .register__markdown-body___tdjF1 {
32038
+ font-size: 12px !important;
32039
+ padding: 5px !important;
32040
+ }
32041
+ }
32042
+ .register__view3d-canvas___ukXkj {
32043
+ width: 100%;
32044
+ height: 100%;
32045
+ }
32046
+ @media only screen and (max-width: 480px) {
32047
+ .register__view-mobile-up___PTI2S {
32048
+ display: none !important;
32049
+ }
32050
+ }
32051
+ @media only screen and (min-width: 481px) {
32052
+ .register__view-mobile___Y302N {
32053
+ display: none !important;
32054
+ }
32055
+ }
32056
+ .register__containerWrapper___KVeb_ {
32057
+ width: 400px;
32058
+ padding: 24px;
32059
+ }
32060
+ .register__required___npDAe {
32061
+ color: var(--errorText, #ff3333);
32062
+ }
32063
+ .register__registerFormWrapper___nCdfI {
32064
+ margin-top: 10px;
32065
+ min-height: 417px;
32066
+ }
32067
+ .register__registerFormWrapper___nCdfI .register__title___Doc2C {
32068
+ color: var(--textHeading, #26201a);
32069
+ text-align: center;
32070
+ font-size: 32px;
32071
+ font-style: normal;
32072
+ font-weight: 700;
32073
+ line-height: 44.8px;
32074
+ margin-bottom: 32px;
32075
+ }
32076
+ @media only screen and (max-width: 768px) {
32077
+ .register__registerFormWrapper___nCdfI .register__title___Doc2C {
32078
+ font-size: 24px;
32079
+ line-height: 33.6px;
32080
+ }
32081
+ }
32082
+ @media only screen and (max-width: 768px) {
32083
+ .register__registerFormWrapper___nCdfI {
32084
+ min-height: 367px;
32085
+ }
32086
+ }
32087
+ .register__registerFormWrapper___nCdfI input[type="text"],
32088
+ .register__registerFormWrapper___nCdfI input[type="password"] {
32089
+ height: 48px;
32090
+ border: 1px solid var(--dividerStokes, #d4d1d1);
32091
+ padding: 16px;
32092
+ border-radius: 4px;
32093
+ background-color: var(--pageBackground, #f8f8f8);
32094
+ box-sizing: border-box;
32095
+ color: var(--textBody, #3c3131);
32096
+ font-size: 14px;
32097
+ font-style: normal;
32098
+ font-weight: 400;
32099
+ line-height: 19.6px;
32100
+ width: 100%;
32101
+ }
32102
+ .register__registerFormWrapper___nCdfI input[type="text"]:focus-visible,
32103
+ .register__registerFormWrapper___nCdfI input[type="password"]:focus-visible {
32104
+ outline: none;
32105
+ }
32106
+ @media only screen and (max-width: 768px) {
32107
+ .register__registerFormWrapper___nCdfI input[type="text"],
32108
+ .register__registerFormWrapper___nCdfI input[type="password"] {
32109
+ font-size: 16px;
32110
+ }
32111
+ }
32112
+ .register__registerFormWrapper___nCdfI .register__inputTitle___W2xZ1 {
32113
+ position: absolute;
32114
+ background-color: var(--pageBackground, #f8f8f8);
32115
+ padding: 0 4px;
32116
+ margin: 0 12px;
32117
+ z-index: 1;
32118
+ transform: translateY(-50%);
32119
+ color: var(--textLabel, #7d7676);
32120
+ font-size: 12px;
32121
+ font-style: normal;
32122
+ font-weight: 400;
32123
+ line-height: 16.8px;
32124
+ }
32125
+ .register__registerFormWrapper___nCdfI .register__inputTitle___W2xZ1 input {
32126
+ background-color: var(--pageBackground, #f8f8f8);
32127
+ }
32128
+ .register__registerFormWrapper___nCdfI .register__genderRadioContainer___orGL6 {
32129
+ padding: 8px 0;
32130
+ }
32131
+ .register__registerFormWrapper___nCdfI .register__genderRadioContainer___orGL6 .register__radioContainer___oXJg1 {
32132
+ margin-bottom: 8px;
32133
+ padding-inline-start: 24px;
32134
+ margin-inline-end: 12px;
32135
+ position: relative;
32136
+ color: var(--textBody, #3c3131);
32137
+ font-size: 14px;
32138
+ font-style: normal;
32139
+ font-weight: 400;
32140
+ line-height: 19.6px;
32141
+ }
32142
+ .register__registerFormWrapper___nCdfI .register__genderRadioContainer___orGL6 .register__radioContainer___oXJg1 input {
32143
+ position: absolute;
32144
+ opacity: 0;
32145
+ cursor: pointer;
32146
+ }
32147
+ .register__registerFormWrapper___nCdfI .register__genderRadioContainer___orGL6 .register__radioContainer___oXJg1 .register__checkmark___xXyWU {
32148
+ height: 16px;
32149
+ width: 16px;
32150
+ position: absolute;
32151
+ top: 50%;
32152
+ inset-inline-start: 0;
32153
+ transform: translateY(-50%);
32154
+ border: 1px solid #919191;
32155
+ border-radius: 50%;
32156
+ }
32157
+ .register__registerFormWrapper___nCdfI .register__genderRadioContainer___orGL6 .register__radioContainer___oXJg1 .register__checkmark___xXyWU:after {
32158
+ content: "";
32159
+ position: absolute;
32160
+ display: none;
32161
+ top: 50%;
32162
+ inset-inline-start: 50%;
32163
+ transform: translate(-50%, -50%);
32164
+ width: 9px;
32165
+ height: 9px;
32166
+ border-radius: 50%;
32167
+ background: #919191;
32168
+ }
32169
+ [dir="rtl"] .register__registerFormWrapper___nCdfI .register__genderRadioContainer___orGL6 .register__radioContainer___oXJg1 .register__checkmark___xXyWU:after {
32170
+ transform: translate(50%, -50%);
32171
+ }
32172
+ .register__registerFormWrapper___nCdfI .register__genderRadioContainer___orGL6 .register__radioContainer___oXJg1 input:checked ~ .register__checkmark___xXyWU:after {
32173
+ display: block;
32174
+ }
32175
+ .register__registerFormWrapper___nCdfI .register__resgisterPassworInput___NTXOF,
32176
+ .register__registerFormWrapper___nCdfI .register__registerConfirmPasswordInput___SSNxF,
32177
+ .register__registerFormWrapper___nCdfI .register__resgisterEmail___TcRgS,
32178
+ .register__registerFormWrapper___nCdfI .register__registerNameInput___aDk24 {
32179
+ display: flex;
32180
+ flex-direction: column;
32181
+ }
32182
+ .register__registerFormWrapper___nCdfI .register__registerNameInput___aDk24,
32183
+ .register__registerFormWrapper___nCdfI .register__genderRadioContainer___orGL6,
32184
+ .register__registerFormWrapper___nCdfI .register__registerPasswordInput___VEdo1,
32185
+ .register__registerFormWrapper___nCdfI .register__registerConfirmPasswordInput___SSNxF,
32186
+ .register__registerFormWrapper___nCdfI .register__registerMobileInput___yLu2C,
32187
+ .register__registerFormWrapper___nCdfI .register__registerEmail___LvvEV {
32188
+ margin-bottom: 20px;
32189
+ }
32190
+ .register__registerFormWrapper___nCdfI .register__registerMobileInput___yLu2C {
32191
+ min-height: 57px;
32192
+ }
32193
+ @media only screen and (max-width: 768px) {
32194
+ .register__registerFormWrapper___nCdfI .register__registerMobileInput___yLu2C {
31069
32195
  min-height: 49px;
31070
32196
  }
31071
32197
  }
@@ -31946,6 +33072,7 @@ h5,
31946
33072
  border: 1px solid var(--dividerStokes);
31947
33073
  border-radius: 8px;
31948
33074
  opacity: 0.5;
33075
+ margin-top: 20px;
31949
33076
  }
31950
33077
  @media only screen and (min-width: 769px) and (max-width: 1024px) {
31951
33078
  .single-page-shipment__reviewHeaderUnselect___mNmXU {
@@ -35411,7 +36538,7 @@ h5,
35411
36538
  .checkout-payment-content__container___HusGh .checkout-payment-content__navigationLink___jrTvz .checkout-payment-content__linkWrapper___rbKAK .checkout-payment-content__arrowContainer___LDeoa.checkout-payment-content__codIconContainer____fdEj svg {
35412
36539
  transform: rotate(270deg);
35413
36540
  }
35414
- [dir='rtl'] .checkout-payment-content__container___HusGh .checkout-payment-content__navigationLink___jrTvz .checkout-payment-content__linkWrapper___rbKAK .checkout-payment-content__arrowContainer___LDeoa.checkout-payment-content__codIconContainer____fdEj svg {
36541
+ [dir="rtl"] .checkout-payment-content__container___HusGh .checkout-payment-content__navigationLink___jrTvz .checkout-payment-content__linkWrapper___rbKAK .checkout-payment-content__arrowContainer___LDeoa.checkout-payment-content__codIconContainer____fdEj svg {
35415
36542
  transform: rotate(90deg);
35416
36543
  }
35417
36544
  .checkout-payment-content__container___HusGh .checkout-payment-content__navigationLink___jrTvz .checkout-payment-content__linkWrapper___rbKAK .checkout-payment-content__arrowContainer___LDeoa .checkout-payment-content__upsideDown___dk0Z9 {
@@ -36970,6 +38097,64 @@ h5,
36970
38097
  width: 24px;
36971
38098
  height: 24px;
36972
38099
  }
38100
+ .checkout-payment-content__noOptionContainer___uCGHg {
38101
+ display: flex;
38102
+ padding: 24px;
38103
+ flex-direction: column;
38104
+ align-items: center;
38105
+ gap: 24px;
38106
+ align-self: stretch;
38107
+ border: 1px solid var(--dividerStokes);
38108
+ border-top: unset;
38109
+ border-radius: 0 0 8px 8px;
38110
+ background: var(--pageBackground, #f8f8f8);
38111
+ }
38112
+ @media only screen and (max-width: 768px) {
38113
+ .checkout-payment-content__noOptionContainer___uCGHg {
38114
+ border-radius: 0;
38115
+ border: none;
38116
+ }
38117
+ }
38118
+ .checkout-payment-content__noOptionContainer___uCGHg .checkout-payment-content__noOptionText___zceGG {
38119
+ display: flex;
38120
+ width: 580px;
38121
+ flex-direction: column;
38122
+ align-items: center;
38123
+ gap: 8px;
38124
+ }
38125
+ @media only screen and (max-width: 768px) {
38126
+ .checkout-payment-content__noOptionContainer___uCGHg .checkout-payment-content__noOptionText___zceGG {
38127
+ width: 100%;
38128
+ }
38129
+ }
38130
+ .checkout-payment-content__noOptionContainer___uCGHg .checkout-payment-content__noOptionText___zceGG h3 {
38131
+ color: var(--textHeading, #26201a);
38132
+ text-align: center;
38133
+ font-size: 16px;
38134
+ font-style: normal;
38135
+ font-weight: 700;
38136
+ line-height: 140%;
38137
+ align-self: stretch;
38138
+ }
38139
+ @media only screen and (max-width: 768px) {
38140
+ .checkout-payment-content__noOptionContainer___uCGHg .checkout-payment-content__noOptionText___zceGG h3 {
38141
+ font-weight: 600;
38142
+ }
38143
+ }
38144
+ .checkout-payment-content__noOptionContainer___uCGHg .checkout-payment-content__noOptionText___zceGG p {
38145
+ color: var(--textBody, #3c3131);
38146
+ text-align: center;
38147
+ font-size: 14px;
38148
+ font-style: normal;
38149
+ font-weight: 400;
38150
+ line-height: 140%;
38151
+ align-self: stretch;
38152
+ }
38153
+ @media only screen and (max-width: 768px) {
38154
+ .checkout-payment-content__noOptionContainer___uCGHg .checkout-payment-content__noOptionText___zceGG p {
38155
+ font-size: 12px;
38156
+ }
38157
+ }
36973
38158
 
36974
38159
  /**color by character**/
36975
38160
  /** Font family **/
@@ -38462,6 +39647,9 @@ h5,
38462
39647
  display: none !important;
38463
39648
  }
38464
39649
  }
39650
+ .checkout-payment__paymentContainer___1UBn5 {
39651
+ margin-top: 20px;
39652
+ }
38465
39653
  .checkout-payment__paymentContainer___1UBn5.checkout-payment__disabledPayment___xwflL {
38466
39654
  pointer-events: none;
38467
39655
  /* Prevents clicks */