@gofynd/theme-template 3.2.7 → 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 (83) 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 +1402 -216
  17. package/dist/index.js +1 -1
  18. package/dist/page-layouts/cart/Components/chip-item/chip-item.js +1 -1
  19. package/dist/page-layouts/cart/Components/delivery-location/delivery-location.js +1 -1
  20. package/dist/page-layouts/compare/compare.css +7319 -309
  21. package/dist/page-layouts/compare/compare.js +2 -1
  22. package/dist/page-layouts/compare/compare.js.LICENSE.txt +5 -0
  23. package/dist/page-layouts/login/component/social-login-button/apple-login-button.css +373 -0
  24. package/dist/page-layouts/login/component/social-login-button/apple-login-button.js +1 -0
  25. package/dist/page-layouts/login/component/social-login-button/facebook-login-button.css +373 -0
  26. package/dist/page-layouts/login/component/social-login-button/facebook-login-button.js +1 -0
  27. package/dist/page-layouts/login/component/social-login-button/google-login-button.css +375 -0
  28. package/dist/page-layouts/login/component/social-login-button/google-login-button.js +1 -0
  29. package/dist/page-layouts/plp/Components/add-to-cart/add-to-cart.css +3 -0
  30. package/dist/page-layouts/plp/Components/add-to-cart/add-to-cart.js +1 -1
  31. package/dist/page-layouts/plp/Components/delivery-info/delivery-info.js +1 -1
  32. package/dist/page-layouts/plp/Components/filter-item/filter-item.js +1 -1
  33. package/dist/page-layouts/plp/Components/filter-list/filter-list.js +1 -1
  34. package/dist/page-layouts/plp/Components/image-gallery/image-gallery.js +1 -1
  35. package/dist/page-layouts/plp/Components/lightbox-image/lightbox-image.js +1 -1
  36. package/dist/page-layouts/plp/Components/mobile-slider/mobile-slider.js +1 -1
  37. package/dist/page-layouts/plp/Components/product-variants/product-variants.js +1 -1
  38. package/dist/page-layouts/single-checkout/address/single-address.js +1 -1
  39. package/dist/page-layouts/single-checkout/payment/card-form.css +59 -1
  40. package/dist/page-layouts/single-checkout/payment/checkout-payment-content.css +59 -1
  41. package/dist/page-layouts/single-checkout/payment/checkout-payment-content.js +1 -1
  42. package/dist/page-layouts/single-checkout/payment/checkout-payment.css +62 -1
  43. package/dist/page-layouts/single-checkout/payment/checkout-payment.js +1 -1
  44. package/dist/page-layouts/single-checkout/payment/juspay-card-from.css +59 -1
  45. package/dist/page-layouts/single-checkout/shipment/single-page-shipment.css +1 -0
  46. package/dist/pages/cart/cart.js +1 -1
  47. package/dist/pages/cart/index.js +1 -1
  48. package/dist/pages/checkout/checkout.css +63 -1
  49. package/dist/pages/checkout/checkout.js +1 -1
  50. package/dist/pages/checkout/index.css +63 -1
  51. package/dist/pages/checkout/index.js +1 -1
  52. package/dist/pages/contact-us/contact-us.js +1 -1
  53. package/dist/pages/contact-us/index.js +1 -1
  54. package/dist/pages/index.css +1402 -216
  55. package/dist/pages/index.js +1 -1
  56. package/dist/pages/login/index.css +1121 -0
  57. package/dist/pages/login/index.js +1 -1
  58. package/dist/pages/login/login.css +1121 -0
  59. package/dist/pages/login/login.js +1 -1
  60. package/dist/pages/order/index.js +1 -1
  61. package/dist/pages/order/order-tracking-details/order-tracking-details.js +1 -1
  62. package/dist/pages/order/order-tracking.js +1 -1
  63. package/dist/pages/order-status/index.css +5 -0
  64. package/dist/pages/order-status/index.js +1 -1
  65. package/dist/pages/order-status/order-status.css +5 -0
  66. package/dist/pages/order-status/order-status.js +1 -1
  67. package/dist/pages/product-listing/index.css +3 -0
  68. package/dist/pages/product-listing/index.js +1 -1
  69. package/dist/pages/product-listing/product-listing.css +3 -0
  70. package/dist/pages/product-listing/product-listing.js +1 -1
  71. package/dist/pages/profile/components/add-email-modal/add-email-modal.js +1 -1
  72. package/dist/pages/profile/components/add-phone-modal/add-phone-modal.js +1 -1
  73. package/dist/pages/profile/email/email.js +1 -1
  74. package/dist/pages/profile/email/index.js +1 -1
  75. package/dist/pages/profile/index.js +1 -1
  76. package/dist/pages/profile/phone/index.js +1 -1
  77. package/dist/pages/profile/phone/phone.js +1 -1
  78. package/dist/pages/profile/profile-details.js +1 -1
  79. package/dist/pages/wishlist/index.css +3 -0
  80. package/dist/pages/wishlist/index.js +1 -1
  81. package/dist/pages/wishlist/wishlist.css +3 -0
  82. package/dist/pages/wishlist/wishlist.js +1 -1
  83. package/package.json +1 -1
@@ -22022,6 +22022,9 @@ h5,
22022
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 {
22023
22023
  color: var(--buttonPrimaryL1, #71653a);
22024
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
+ }
22025
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 {
22026
22029
  cursor: pointer;
22027
22030
  }
@@ -30596,59 +30599,59 @@ h5,
30596
30599
  /**color by character**/
30597
30600
  /** Font family **/
30598
30601
  /** Font weight **/
30599
- .register__display-block___Ty3pz {
30602
+ .google-login-button__display-block___s15RG {
30600
30603
  display: block;
30601
30604
  }
30602
- .register__inline-block___MGPAP,
30603
- .register__inlineBlock___IJY8E {
30605
+ .google-login-button__inline-block___Q_L25,
30606
+ .google-login-button__inlineBlock___PixDy {
30604
30607
  display: inline-block;
30605
30608
  }
30606
- .register__flex-row___PjZtr {
30609
+ .google-login-button__flex-row___Ac1Tp {
30607
30610
  display: flex;
30608
30611
  }
30609
- .register__flex-column___NgaUX,
30610
- .register__flexColumn___RZ0mw {
30612
+ .google-login-button__flex-column___yjfVB,
30613
+ .google-login-button__flexColumn___tktA6 {
30611
30614
  display: flex;
30612
30615
  flex-direction: column;
30613
30616
  }
30614
- .register__flex-align-center___hHVWe,
30615
- .register__flexAlignCenter___c3Uuc {
30617
+ .google-login-button__flex-align-center___AGQ4A,
30618
+ .google-login-button__flexAlignCenter___jcHeh {
30616
30619
  display: flex;
30617
30620
  align-items: center;
30618
30621
  }
30619
- .register__flex-justify-center___IcPyf,
30620
- .register__flexJustifyCenter___WCRKb {
30622
+ .google-login-button__flex-justify-center___pwIau,
30623
+ .google-login-button__flexJustifyCenter___etrqc {
30621
30624
  display: flex;
30622
30625
  justify-content: center;
30623
30626
  }
30624
- .register__flex-center___ccpWY,
30625
- .register__flexCenter___Rt2JU {
30627
+ .google-login-button__flex-center___iZzXf,
30628
+ .google-login-button__flexCenter___Udri1 {
30626
30629
  display: flex;
30627
30630
  justify-content: center;
30628
30631
  align-items: center;
30629
30632
  }
30630
- .register__justify-start___MOCCx,
30631
- .register__justifyStart___L35Q3 {
30633
+ .google-login-button__justify-start___jP0Bf,
30634
+ .google-login-button__justifyStart___lB7Bm {
30632
30635
  justify-content: flex-start;
30633
30636
  }
30634
- .register__justify-end___qzVTl,
30635
- .register__justifyEnd___fUEXi {
30637
+ .google-login-button__justify-end___M6bWw,
30638
+ .google-login-button__justifyEnd___g8Qzy {
30636
30639
  justify-content: flex-end;
30637
30640
  }
30638
- .register__justify-between___im8OZ,
30639
- .register__justifyBetween___Jzxs1 {
30641
+ .google-login-button__justify-between___otTVm,
30642
+ .google-login-button__justifyBetween___Zv57a {
30640
30643
  justify-content: space-between;
30641
30644
  }
30642
- .register__justify-around___fyzGp,
30643
- .register__justifyAround___cMNoJ {
30645
+ .google-login-button__justify-around___BJOT_,
30646
+ .google-login-button__justifyAround___VvLTn {
30644
30647
  justify-content: space-around;
30645
30648
  }
30646
- .register__justify-evenly___RIugE,
30647
- .register__justifyEvenly___XcL0c {
30649
+ .google-login-button__justify-evenly___JJl44,
30650
+ .google-login-button__justifyEvenly___UKmGy {
30648
30651
  justify-content: space-evenly;
30649
30652
  }
30650
30653
  h1,
30651
- .register__h1___cfWUz {
30654
+ .google-login-button__h1___IRFRh {
30652
30655
  font-weight: 700;
30653
30656
  font-size: 28px;
30654
30657
  line-height: 42px;
@@ -30657,13 +30660,13 @@ h1,
30657
30660
  }
30658
30661
  @media only screen and (min-width: 769px) {
30659
30662
  h1,
30660
- .register__h1___cfWUz {
30663
+ .google-login-button__h1___IRFRh {
30661
30664
  font-size: 36px;
30662
30665
  line-height: 48px;
30663
30666
  }
30664
30667
  }
30665
30668
  h2,
30666
- .register__h2___sYhk8 {
30669
+ .google-login-button__h2___rMEfg {
30667
30670
  font-weight: 700;
30668
30671
  font-size: 28px;
30669
30672
  line-height: 36px;
@@ -30672,13 +30675,13 @@ h2,
30672
30675
  }
30673
30676
  @media only screen and (min-width: 769px) {
30674
30677
  h2,
30675
- .register__h2___sYhk8 {
30678
+ .google-login-button__h2___rMEfg {
30676
30679
  font-size: 32px;
30677
30680
  line-height: 42px;
30678
30681
  }
30679
30682
  }
30680
30683
  h3,
30681
- .register__h3___ZeXGd {
30684
+ .google-login-button__h3___gdnae {
30682
30685
  font-weight: 700;
30683
30686
  letter-spacing: -0.02em;
30684
30687
  color: var(--textHeading, #26201a);
@@ -30687,7 +30690,7 @@ h3,
30687
30690
  }
30688
30691
  @media only screen and (min-width: 769px) {
30689
30692
  h3,
30690
- .register__h3___ZeXGd {
30693
+ .google-login-button__h3___gdnae {
30691
30694
  font-weight: 700;
30692
30695
  letter-spacing: -0.02em;
30693
30696
  color: var(--textHeading, #26201a);
@@ -30696,7 +30699,7 @@ h3,
30696
30699
  }
30697
30700
  }
30698
30701
  h4,
30699
- .register__h4___kSLut {
30702
+ .google-login-button__h4___GupbO {
30700
30703
  font-weight: 600;
30701
30704
  letter-spacing: -0.02em;
30702
30705
  color: var(--textHeading, #26201a);
@@ -30705,7 +30708,7 @@ h4,
30705
30708
  }
30706
30709
  @media only screen and (min-width: 769px) {
30707
30710
  h4,
30708
- .register__h4___kSLut {
30711
+ .google-login-button__h4___GupbO {
30709
30712
  font-weight: 600;
30710
30713
  letter-spacing: -0.02em;
30711
30714
  color: var(--textHeading, #26201a);
@@ -30714,7 +30717,7 @@ h4,
30714
30717
  }
30715
30718
  }
30716
30719
  h5,
30717
- .register__h5___XqV83 {
30720
+ .google-login-button__h5___qDny5 {
30718
30721
  font-weight: 600;
30719
30722
  font-size: 14px;
30720
30723
  line-height: 16px;
@@ -30723,12 +30726,12 @@ h5,
30723
30726
  }
30724
30727
  @media only screen and (min-width: 769px) {
30725
30728
  h5,
30726
- .register__h5___XqV83 {
30729
+ .google-login-button__h5___qDny5 {
30727
30730
  font-size: 16px;
30728
30731
  line-height: 18px;
30729
30732
  }
30730
30733
  }
30731
- .register__b1___wsBJz {
30734
+ .google-login-button__b1___zQFOd {
30732
30735
  font-weight: 400;
30733
30736
  font-size: 14px;
30734
30737
  line-height: 18px;
@@ -30736,14 +30739,14 @@ h5,
30736
30739
  color: var(--textBody, #3c3131);
30737
30740
  }
30738
30741
  @media only screen and (min-width: 769px) {
30739
- .register__b1___wsBJz {
30742
+ .google-login-button__b1___zQFOd {
30740
30743
  font-size: 16px;
30741
30744
  line-height: 20px;
30742
30745
  }
30743
30746
  }
30744
- .register__b-small___N0ISE,
30745
- .register__bSmall___NFkE9,
30746
- .register__b2___YRO0g {
30747
+ .google-login-button__b-small___D10Xc,
30748
+ .google-login-button__bSmall___IXVmp,
30749
+ .google-login-button__b2___rV4mg {
30747
30750
  font-weight: 400;
30748
30751
  letter-spacing: -0.02em;
30749
30752
  color: var(--textBody, #3c3131);
@@ -30751,9 +30754,9 @@ h5,
30751
30754
  line-height: 16px;
30752
30755
  }
30753
30756
  @media only screen and (min-width: 769px) {
30754
- .register__b-small___N0ISE,
30755
- .register__bSmall___NFkE9,
30756
- .register__b2___YRO0g {
30757
+ .google-login-button__b-small___D10Xc,
30758
+ .google-login-button__bSmall___IXVmp,
30759
+ .google-login-button__b2___rV4mg {
30757
30760
  font-weight: 400;
30758
30761
  letter-spacing: -0.02em;
30759
30762
  color: var(--textBody, #3c3131);
@@ -30761,47 +30764,47 @@ h5,
30761
30764
  line-height: 18px;
30762
30765
  }
30763
30766
  }
30764
- .register__d1___tWxL6 {
30767
+ .google-login-button__d1___UVhdX {
30765
30768
  font-size: 36px;
30766
30769
  font-weight: 700;
30767
30770
  line-height: 48px;
30768
30771
  letter-spacing: -0.02em;
30769
30772
  }
30770
30773
  @media only screen and (min-width: 769px) {
30771
- .register__d1___tWxL6 {
30774
+ .google-login-button__d1___UVhdX {
30772
30775
  font-size: 64px;
30773
30776
  line-height: 85px;
30774
30777
  letter-spacing: -0.03em;
30775
30778
  }
30776
30779
  }
30777
- .register__caption-medium___L4Mr9,
30778
- .register__captionMedium___LtsKn {
30780
+ .google-login-button__caption-medium___yVS2n,
30781
+ .google-login-button__captionMedium___UIV13 {
30779
30782
  font-size: 12px;
30780
30783
  line-height: 1.5;
30781
30784
  letter-spacing: -0.02em;
30782
30785
  font-weight: 500;
30783
30786
  }
30784
30787
  @media only screen and (max-width: 480px) {
30785
- .register__caption-medium___L4Mr9,
30786
- .register__captionMedium___LtsKn {
30788
+ .google-login-button__caption-medium___yVS2n,
30789
+ .google-login-button__captionMedium___UIV13 {
30787
30790
  font-size: 11px;
30788
30791
  }
30789
30792
  }
30790
- .register__caption-semi-bold___iPZBa,
30791
- .register__captionSemiBold___A0_l_ {
30793
+ .google-login-button__caption-semi-bold___Joz60,
30794
+ .google-login-button__captionSemiBold___C8p1l {
30792
30795
  font-size: 12px;
30793
30796
  line-height: 1.5;
30794
30797
  letter-spacing: -0.02em;
30795
30798
  font-weight: 600;
30796
30799
  }
30797
30800
  @media only screen and (max-width: 480px) {
30798
- .register__caption-semi-bold___iPZBa,
30799
- .register__captionSemiBold___A0_l_ {
30801
+ .google-login-button__caption-semi-bold___Joz60,
30802
+ .google-login-button__captionSemiBold___C8p1l {
30800
30803
  font-size: 11px;
30801
30804
  }
30802
30805
  }
30803
- .register__btn-link___B3tif,
30804
- .register__btnLink___zr5n4 {
30806
+ .google-login-button__btn-link___Z4yx6,
30807
+ .google-login-button__btnLink___WYTcb {
30805
30808
  font-weight: 500;
30806
30809
  letter-spacing: -0.02em;
30807
30810
  font-size: 12px;
@@ -30814,72 +30817,72 @@ h5,
30814
30817
  border: none;
30815
30818
  }
30816
30819
  @media only screen and (min-width: 769px) {
30817
- .register__btn-link___B3tif,
30818
- .register__btnLink___zr5n4 {
30820
+ .google-login-button__btn-link___Z4yx6,
30821
+ .google-login-button__btnLink___WYTcb {
30819
30822
  font-weight: 500;
30820
30823
  letter-spacing: -0.02em;
30821
30824
  font-size: 14px;
30822
30825
  line-height: 16px;
30823
30826
  }
30824
30827
  }
30825
- .register__btn-link___B3tif:hover,
30826
- .register__btnLink___zr5n4:hover {
30828
+ .google-login-button__btn-link___Z4yx6:hover,
30829
+ .google-login-button__btnLink___WYTcb:hover {
30827
30830
  color: var(--buttonLinkL1, #c1847c);
30828
30831
  }
30829
- .register__btn-link___B3tif:disabled,
30830
- .register__btnLink___zr5n4:disabled {
30832
+ .google-login-button__btn-link___Z4yx6:disabled,
30833
+ .google-login-button__btnLink___WYTcb:disabled {
30831
30834
  color: var(--buttonLinkL2, #d0a39d);
30832
30835
  }
30833
- .register__btn-link___B3tif:active,
30834
- .register__btnLink___zr5n4:active {
30836
+ .google-login-button__btn-link___Z4yx6:active,
30837
+ .google-login-button__btnLink___WYTcb:active {
30835
30838
  opacity: 0.8;
30836
30839
  }
30837
- .register__user-select-none___g5nur,
30838
- .register__userSelectNone___G2Pvx {
30840
+ .google-login-button__user-select-none___atNX0,
30841
+ .google-login-button__userSelectNone___TjXmt {
30839
30842
  user-select: none;
30840
30843
  -moz-user-select: none;
30841
30844
  -webkit-user-select: none;
30842
30845
  -ms-user-select: none;
30843
30846
  }
30844
- .register__margin-0-auto___nh0bW,
30845
- .register__margin0auto___fIMq_ {
30847
+ .google-login-button__margin-0-auto___lSMrD,
30848
+ .google-login-button__margin0auto___pjEMN {
30846
30849
  margin: 0 auto;
30847
30850
  }
30848
- .register__base-page-container___Kwalt,
30849
- .register__basePageContainer___VdsVE {
30851
+ .google-login-button__base-page-container___HDsM1,
30852
+ .google-login-button__basePageContainer___EH4cp {
30850
30853
  max-width: 1440px !important;
30851
30854
  }
30852
- .register__remove-scroll___ZOdOs,
30853
- .register__removeScroll___syDdk {
30855
+ .google-login-button__remove-scroll___Sv0ai,
30856
+ .google-login-button__removeScroll___hX_DS {
30854
30857
  overflow-y: hidden !important;
30855
30858
  }
30856
- .register__mr-5___T97MX,
30857
- .register__mr5___kqmGX {
30859
+ .google-login-button__mr-5___iQJLH,
30860
+ .google-login-button__mr5___co5at {
30858
30861
  margin-inline-end: 30px !important;
30859
30862
  }
30860
- .register__mr-2___roAsT,
30861
- .register__mr2___cbPkB {
30863
+ .google-login-button__mr-2___cdlE_,
30864
+ .google-login-button__mr2___hrKWR {
30862
30865
  margin-inline-end: 5px !important;
30863
30866
  }
30864
- .register__py-5___Bj9U9,
30865
- .register__py5___jb5Np {
30867
+ .google-login-button__py-5___ffmv9,
30868
+ .google-login-button__py5___h99Qk {
30866
30869
  padding-top: 1.875rem !important;
30867
30870
  padding-bottom: 1.875rem !important;
30868
30871
  }
30869
- .register__view-all-text___rL7xD,
30870
- .register__viewAllText___APLAc {
30872
+ .google-login-button__view-all-text___wMzMP,
30873
+ .google-login-button__viewAllText___n8878 {
30871
30874
  font-size: 20px;
30872
30875
  font-weight: 400;
30873
30876
  text-transform: lowercase;
30874
30877
  text-decoration: underline;
30875
30878
  }
30876
- .register__view-all-mobile___qm4bm,
30877
- .register__viewAllMobile___injSi {
30879
+ .google-login-button__view-all-mobile___z3IOw,
30880
+ .google-login-button__viewAllMobile___kwSTY {
30878
30881
  display: none;
30879
30882
  }
30880
30883
  @media only screen and (max-width: 768px) {
30881
- .register__view-all-mobile___qm4bm,
30882
- .register__viewAllMobile___injSi {
30884
+ .google-login-button__view-all-mobile___z3IOw,
30885
+ .google-login-button__viewAllMobile___kwSTY {
30883
30886
  display: flex;
30884
30887
  align-items: center;
30885
30888
  justify-content: center;
@@ -30887,191 +30890,1312 @@ h5,
30887
30890
  }
30888
30891
  }
30889
30892
  @media only screen and (max-width: 480px) {
30890
- .register__view-all-mobile___qm4bm,
30891
- .register__viewAllMobile___injSi {
30893
+ .google-login-button__view-all-mobile___z3IOw,
30894
+ .google-login-button__viewAllMobile___kwSTY {
30892
30895
  margin-top: 24px;
30893
30896
  }
30894
30897
  }
30895
- .register__accent-btn___PKcSU,
30896
- .register__accentBtn___EzZFj {
30898
+ .google-login-button__accent-btn___brS2S,
30899
+ .google-login-button__accentBtn___k4j9C {
30897
30900
  background-color: var(--accentColor);
30898
30901
  color: #fff;
30899
30902
  }
30900
- .register__no-scroll___lOax6,
30901
- .register__noScroll___dtigN {
30903
+ .google-login-button__no-scroll___ybGFl,
30904
+ .google-login-button__noScroll___vbFH0 {
30902
30905
  overflow-y: hidden;
30903
30906
  }
30904
- .register__hide-overflow___tS_Mb,
30905
- .register__hideOverflow___Y3zk_ {
30907
+ .google-login-button__hide-overflow___o6HaR,
30908
+ .google-login-button__hideOverflow___nKtWu {
30906
30909
  overflow: hidden;
30907
30910
  }
30908
- .register__markdown-body___tdjF1 h6 {
30911
+ .google-login-button__markdown-body___sVl5K h6 {
30909
30912
  margin-top: 0 !important;
30910
30913
  margin-bottom: 0 !important;
30911
30914
  }
30912
30915
  @media only screen and (max-width: 480px) {
30913
- .register__markdown-body___tdjF1 {
30916
+ .google-login-button__markdown-body___sVl5K {
30914
30917
  font-size: 12px !important;
30915
30918
  padding: 5px !important;
30916
30919
  }
30917
30920
  }
30918
- .register__view3d-canvas___ukXkj {
30921
+ .google-login-button__view3d-canvas___yERj4 {
30919
30922
  width: 100%;
30920
30923
  height: 100%;
30921
30924
  }
30922
30925
  @media only screen and (max-width: 480px) {
30923
- .register__view-mobile-up___PTI2S {
30926
+ .google-login-button__view-mobile-up___xPbca {
30924
30927
  display: none !important;
30925
30928
  }
30926
30929
  }
30927
30930
  @media only screen and (min-width: 481px) {
30928
- .register__view-mobile___Y302N {
30931
+ .google-login-button__view-mobile___g5Syu {
30929
30932
  display: none !important;
30930
30933
  }
30931
30934
  }
30932
- .register__containerWrapper___KVeb_ {
30933
- width: 400px;
30934
- padding: 24px;
30935
- }
30936
- .register__required___npDAe {
30937
- color: var(--errorText, #ff3333);
30938
- }
30939
- .register__registerFormWrapper___nCdfI {
30940
- margin-top: 10px;
30941
- min-height: 417px;
30935
+ .google-login-button__google-login-container___txHJV {
30936
+ margin-top: 12px;
30942
30937
  }
30943
- .register__registerFormWrapper___nCdfI .register__title___Doc2C {
30944
- color: var(--textHeading, #26201a);
30945
- text-align: center;
30946
- font-size: 32px;
30947
- font-style: normal;
30948
- font-weight: 700;
30949
- line-height: 44.8px;
30950
- margin-bottom: 32px;
30938
+ .google-login-button__google-login-container___txHJV .google-login-button__google-signin-wrapper___AifjG {
30939
+ width: 100%;
30951
30940
  }
30952
- @media only screen and (max-width: 768px) {
30953
- .register__registerFormWrapper___nCdfI .register__title___Doc2C {
30954
- font-size: 24px;
30955
- line-height: 33.6px;
30956
- }
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;
30957
30958
  }
30958
- @media only screen and (max-width: 768px) {
30959
- .register__registerFormWrapper___nCdfI {
30960
- min-height: 367px;
30961
- }
30959
+ .google-login-button__google-login-container___txHJV .g_id_signin svg {
30960
+ flex: 0 0 24px !important;
30962
30961
  }
30963
- .register__registerFormWrapper___nCdfI input[type="text"],
30964
- .register__registerFormWrapper___nCdfI input[type="password"] {
30965
- height: 48px;
30966
- border: 1px solid var(--dividerStokes, #d4d1d1);
30967
- padding: 16px;
30968
- border-radius: 4px;
30969
- background-color: var(--pageBackground, #f8f8f8);
30970
- box-sizing: border-box;
30971
- color: var(--textBody, #3c3131);
30972
- font-size: 14px;
30973
- font-style: normal;
30974
- font-weight: 400;
30975
- 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;
30976
30970
  width: 100%;
30971
+ font-family: var(--font-body) !important;
30977
30972
  }
30978
- .register__registerFormWrapper___nCdfI input[type="text"]:focus-visible,
30979
- .register__registerFormWrapper___nCdfI input[type="password"]:focus-visible {
30980
- outline: none;
30981
- }
30982
- @media only screen and (max-width: 768px) {
30983
- .register__registerFormWrapper___nCdfI input[type="text"],
30984
- .register__registerFormWrapper___nCdfI input[type="password"] {
30985
- font-size: 16px;
30986
- }
30973
+
30974
+ /**color by character**/
30975
+ /** Font family **/
30976
+ /** Font weight **/
30977
+ .facebook-login-button__display-block___zjvnE {
30978
+ display: block;
30987
30979
  }
30988
- .register__registerFormWrapper___nCdfI .register__inputTitle___W2xZ1 {
30989
- position: absolute;
30990
- background-color: var(--pageBackground, #f8f8f8);
30991
- padding: 0 4px;
30992
- margin: 0 12px;
30993
- z-index: 1;
30994
- transform: translateY(-50%);
30995
- color: var(--textLabel, #7d7676);
30996
- font-size: 12px;
30997
- font-style: normal;
30998
- font-weight: 400;
30999
- line-height: 16.8px;
30980
+ .facebook-login-button__inline-block___DI3Vk,
30981
+ .facebook-login-button__inlineBlock___p0R2f {
30982
+ display: inline-block;
31000
30983
  }
31001
- .register__registerFormWrapper___nCdfI .register__inputTitle___W2xZ1 input {
31002
- background-color: var(--pageBackground, #f8f8f8);
30984
+ .facebook-login-button__flex-row___OaM0g {
30985
+ display: flex;
31003
30986
  }
31004
- .register__registerFormWrapper___nCdfI .register__genderRadioContainer___orGL6 {
31005
- padding: 8px 0;
30987
+ .facebook-login-button__flex-column___GWHUO,
30988
+ .facebook-login-button__flexColumn___vmTFT {
30989
+ display: flex;
30990
+ flex-direction: column;
31006
30991
  }
31007
- .register__registerFormWrapper___nCdfI .register__genderRadioContainer___orGL6 .register__radioContainer___oXJg1 {
31008
- margin-bottom: 8px;
31009
- padding-inline-start: 24px;
31010
- margin-inline-end: 12px;
31011
- position: relative;
31012
- color: var(--textBody, #3c3131);
31013
- font-size: 14px;
31014
- font-style: normal;
31015
- font-weight: 400;
31016
- line-height: 19.6px;
30992
+ .facebook-login-button__flex-align-center___M1zHK,
30993
+ .facebook-login-button__flexAlignCenter___YhQNt {
30994
+ display: flex;
30995
+ align-items: center;
31017
30996
  }
31018
- .register__registerFormWrapper___nCdfI .register__genderRadioContainer___orGL6 .register__radioContainer___oXJg1 input {
31019
- position: absolute;
31020
- opacity: 0;
31021
- cursor: pointer;
30997
+ .facebook-login-button__flex-justify-center___mlKsM,
30998
+ .facebook-login-button__flexJustifyCenter___QYADt {
30999
+ display: flex;
31000
+ justify-content: center;
31022
31001
  }
31023
- .register__registerFormWrapper___nCdfI .register__genderRadioContainer___orGL6 .register__radioContainer___oXJg1 .register__checkmark___xXyWU {
31024
- height: 16px;
31025
- width: 16px;
31026
- position: absolute;
31027
- top: 50%;
31028
- inset-inline-start: 0;
31029
- transform: translateY(-50%);
31030
- border: 1px solid #919191;
31031
- border-radius: 50%;
31002
+ .facebook-login-button__flex-center___tJtdp,
31003
+ .facebook-login-button__flexCenter___jM1oP {
31004
+ display: flex;
31005
+ justify-content: center;
31006
+ align-items: center;
31032
31007
  }
31033
- .register__registerFormWrapper___nCdfI .register__genderRadioContainer___orGL6 .register__radioContainer___oXJg1 .register__checkmark___xXyWU:after {
31034
- content: "";
31035
- position: absolute;
31036
- display: none;
31037
- top: 50%;
31038
- inset-inline-start: 50%;
31039
- transform: translate(-50%, -50%);
31040
- width: 9px;
31041
- height: 9px;
31042
- border-radius: 50%;
31043
- background: #919191;
31008
+ .facebook-login-button__justify-start___o8HIw,
31009
+ .facebook-login-button__justifyStart___ydOaC {
31010
+ justify-content: flex-start;
31044
31011
  }
31045
- [dir="rtl"] .register__registerFormWrapper___nCdfI .register__genderRadioContainer___orGL6 .register__radioContainer___oXJg1 .register__checkmark___xXyWU:after {
31046
- transform: translate(50%, -50%);
31012
+ .facebook-login-button__justify-end___Xxu9y,
31013
+ .facebook-login-button__justifyEnd___JJahf {
31014
+ justify-content: flex-end;
31047
31015
  }
31048
- .register__registerFormWrapper___nCdfI .register__genderRadioContainer___orGL6 .register__radioContainer___oXJg1 input:checked ~ .register__checkmark___xXyWU:after {
31049
- display: block;
31016
+ .facebook-login-button__justify-between___Vewwo,
31017
+ .facebook-login-button__justifyBetween___EeHlc {
31018
+ justify-content: space-between;
31050
31019
  }
31051
- .register__registerFormWrapper___nCdfI .register__resgisterPassworInput___NTXOF,
31052
- .register__registerFormWrapper___nCdfI .register__registerConfirmPasswordInput___SSNxF,
31053
- .register__registerFormWrapper___nCdfI .register__resgisterEmail___TcRgS,
31054
- .register__registerFormWrapper___nCdfI .register__registerNameInput___aDk24 {
31055
- display: flex;
31056
- flex-direction: column;
31020
+ .facebook-login-button__justify-around___LmeOW,
31021
+ .facebook-login-button__justifyAround___JSyJb {
31022
+ justify-content: space-around;
31057
31023
  }
31058
- .register__registerFormWrapper___nCdfI .register__registerNameInput___aDk24,
31059
- .register__registerFormWrapper___nCdfI .register__genderRadioContainer___orGL6,
31060
- .register__registerFormWrapper___nCdfI .register__registerPasswordInput___VEdo1,
31061
- .register__registerFormWrapper___nCdfI .register__registerConfirmPasswordInput___SSNxF,
31062
- .register__registerFormWrapper___nCdfI .register__registerMobileInput___yLu2C,
31063
- .register__registerFormWrapper___nCdfI .register__registerEmail___LvvEV {
31064
- margin-bottom: 20px;
31024
+ .facebook-login-button__justify-evenly___MZbi6,
31025
+ .facebook-login-button__justifyEvenly___wt99i {
31026
+ justify-content: space-evenly;
31065
31027
  }
31066
- .register__registerFormWrapper___nCdfI .register__registerMobileInput___yLu2C {
31067
- min-height: 57px;
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);
31068
31035
  }
31069
- @media only screen and (max-width: 768px) {
31070
- .register__registerFormWrapper___nCdfI .register__registerMobileInput___yLu2C {
31071
- min-height: 49px;
31036
+ @media only screen and (min-width: 769px) {
31037
+ h1,
31038
+ .facebook-login-button__h1___H8grr {
31039
+ font-size: 36px;
31040
+ line-height: 48px;
31072
31041
  }
31073
31042
  }
31074
- .register__registerFormWrapper___nCdfI .register__registerBtn___uMz21 {
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 {
32195
+ min-height: 49px;
32196
+ }
32197
+ }
32198
+ .register__registerFormWrapper___nCdfI .register__registerBtn___uMz21 {
31075
32199
  display: block;
31076
32200
  border: none;
31077
32201
  width: 100%;
@@ -31948,6 +33072,7 @@ h5,
31948
33072
  border: 1px solid var(--dividerStokes);
31949
33073
  border-radius: 8px;
31950
33074
  opacity: 0.5;
33075
+ margin-top: 20px;
31951
33076
  }
31952
33077
  @media only screen and (min-width: 769px) and (max-width: 1024px) {
31953
33078
  .single-page-shipment__reviewHeaderUnselect___mNmXU {
@@ -35413,7 +36538,7 @@ h5,
35413
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 {
35414
36539
  transform: rotate(270deg);
35415
36540
  }
35416
- [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 {
35417
36542
  transform: rotate(90deg);
35418
36543
  }
35419
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 {
@@ -36972,6 +38097,64 @@ h5,
36972
38097
  width: 24px;
36973
38098
  height: 24px;
36974
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
+ }
36975
38158
 
36976
38159
  /**color by character**/
36977
38160
  /** Font family **/
@@ -38464,6 +39647,9 @@ h5,
38464
39647
  display: none !important;
38465
39648
  }
38466
39649
  }
39650
+ .checkout-payment__paymentContainer___1UBn5 {
39651
+ margin-top: 20px;
39652
+ }
38467
39653
  .checkout-payment__paymentContainer___1UBn5.checkout-payment__disabledPayment___xwflL {
38468
39654
  pointer-events: none;
38469
39655
  /* Prevents clicks */