@gofynd/theme-template 3.2.7 → 3.2.9

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 +888 -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 -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 +7384 -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 +58 -1
  40. package/dist/page-layouts/single-checkout/payment/checkout-payment-content.css +1046 -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 +1192 -144
  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 +58 -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 +62 -1
  49. package/dist/pages/checkout/checkout.js +1 -1
  50. package/dist/pages/checkout/index.css +62 -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 +1401 -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
package/dist/index.css CHANGED
@@ -23994,6 +23994,9 @@ h5,
23994
23994
  .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 {
23995
23995
  color: var(--buttonPrimaryL1, #71653a);
23996
23996
  }
23997
+ .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 {
23998
+ color: var(--buttonPrimaryL1, #71653a);
23999
+ }
23997
24000
  .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 {
23998
24001
  cursor: pointer;
23999
24002
  }
@@ -32568,59 +32571,59 @@ h5,
32568
32571
  /**color by character**/
32569
32572
  /** Font family **/
32570
32573
  /** Font weight **/
32571
- .register__display-block___Ty3pz {
32574
+ .google-login-button__display-block___s15RG {
32572
32575
  display: block;
32573
32576
  }
32574
- .register__inline-block___MGPAP,
32575
- .register__inlineBlock___IJY8E {
32577
+ .google-login-button__inline-block___Q_L25,
32578
+ .google-login-button__inlineBlock___PixDy {
32576
32579
  display: inline-block;
32577
32580
  }
32578
- .register__flex-row___PjZtr {
32581
+ .google-login-button__flex-row___Ac1Tp {
32579
32582
  display: flex;
32580
32583
  }
32581
- .register__flex-column___NgaUX,
32582
- .register__flexColumn___RZ0mw {
32584
+ .google-login-button__flex-column___yjfVB,
32585
+ .google-login-button__flexColumn___tktA6 {
32583
32586
  display: flex;
32584
32587
  flex-direction: column;
32585
32588
  }
32586
- .register__flex-align-center___hHVWe,
32587
- .register__flexAlignCenter___c3Uuc {
32589
+ .google-login-button__flex-align-center___AGQ4A,
32590
+ .google-login-button__flexAlignCenter___jcHeh {
32588
32591
  display: flex;
32589
32592
  align-items: center;
32590
32593
  }
32591
- .register__flex-justify-center___IcPyf,
32592
- .register__flexJustifyCenter___WCRKb {
32594
+ .google-login-button__flex-justify-center___pwIau,
32595
+ .google-login-button__flexJustifyCenter___etrqc {
32593
32596
  display: flex;
32594
32597
  justify-content: center;
32595
32598
  }
32596
- .register__flex-center___ccpWY,
32597
- .register__flexCenter___Rt2JU {
32599
+ .google-login-button__flex-center___iZzXf,
32600
+ .google-login-button__flexCenter___Udri1 {
32598
32601
  display: flex;
32599
32602
  justify-content: center;
32600
32603
  align-items: center;
32601
32604
  }
32602
- .register__justify-start___MOCCx,
32603
- .register__justifyStart___L35Q3 {
32605
+ .google-login-button__justify-start___jP0Bf,
32606
+ .google-login-button__justifyStart___lB7Bm {
32604
32607
  justify-content: flex-start;
32605
32608
  }
32606
- .register__justify-end___qzVTl,
32607
- .register__justifyEnd___fUEXi {
32609
+ .google-login-button__justify-end___M6bWw,
32610
+ .google-login-button__justifyEnd___g8Qzy {
32608
32611
  justify-content: flex-end;
32609
32612
  }
32610
- .register__justify-between___im8OZ,
32611
- .register__justifyBetween___Jzxs1 {
32613
+ .google-login-button__justify-between___otTVm,
32614
+ .google-login-button__justifyBetween___Zv57a {
32612
32615
  justify-content: space-between;
32613
32616
  }
32614
- .register__justify-around___fyzGp,
32615
- .register__justifyAround___cMNoJ {
32617
+ .google-login-button__justify-around___BJOT_,
32618
+ .google-login-button__justifyAround___VvLTn {
32616
32619
  justify-content: space-around;
32617
32620
  }
32618
- .register__justify-evenly___RIugE,
32619
- .register__justifyEvenly___XcL0c {
32621
+ .google-login-button__justify-evenly___JJl44,
32622
+ .google-login-button__justifyEvenly___UKmGy {
32620
32623
  justify-content: space-evenly;
32621
32624
  }
32622
32625
  h1,
32623
- .register__h1___cfWUz {
32626
+ .google-login-button__h1___IRFRh {
32624
32627
  font-weight: 700;
32625
32628
  font-size: 28px;
32626
32629
  line-height: 42px;
@@ -32629,13 +32632,13 @@ h1,
32629
32632
  }
32630
32633
  @media only screen and (min-width: 769px) {
32631
32634
  h1,
32632
- .register__h1___cfWUz {
32635
+ .google-login-button__h1___IRFRh {
32633
32636
  font-size: 36px;
32634
32637
  line-height: 48px;
32635
32638
  }
32636
32639
  }
32637
32640
  h2,
32638
- .register__h2___sYhk8 {
32641
+ .google-login-button__h2___rMEfg {
32639
32642
  font-weight: 700;
32640
32643
  font-size: 28px;
32641
32644
  line-height: 36px;
@@ -32644,13 +32647,13 @@ h2,
32644
32647
  }
32645
32648
  @media only screen and (min-width: 769px) {
32646
32649
  h2,
32647
- .register__h2___sYhk8 {
32650
+ .google-login-button__h2___rMEfg {
32648
32651
  font-size: 32px;
32649
32652
  line-height: 42px;
32650
32653
  }
32651
32654
  }
32652
32655
  h3,
32653
- .register__h3___ZeXGd {
32656
+ .google-login-button__h3___gdnae {
32654
32657
  font-weight: 700;
32655
32658
  letter-spacing: -0.02em;
32656
32659
  color: var(--textHeading, #26201a);
@@ -32659,7 +32662,7 @@ h3,
32659
32662
  }
32660
32663
  @media only screen and (min-width: 769px) {
32661
32664
  h3,
32662
- .register__h3___ZeXGd {
32665
+ .google-login-button__h3___gdnae {
32663
32666
  font-weight: 700;
32664
32667
  letter-spacing: -0.02em;
32665
32668
  color: var(--textHeading, #26201a);
@@ -32668,7 +32671,7 @@ h3,
32668
32671
  }
32669
32672
  }
32670
32673
  h4,
32671
- .register__h4___kSLut {
32674
+ .google-login-button__h4___GupbO {
32672
32675
  font-weight: 600;
32673
32676
  letter-spacing: -0.02em;
32674
32677
  color: var(--textHeading, #26201a);
@@ -32677,7 +32680,7 @@ h4,
32677
32680
  }
32678
32681
  @media only screen and (min-width: 769px) {
32679
32682
  h4,
32680
- .register__h4___kSLut {
32683
+ .google-login-button__h4___GupbO {
32681
32684
  font-weight: 600;
32682
32685
  letter-spacing: -0.02em;
32683
32686
  color: var(--textHeading, #26201a);
@@ -32686,7 +32689,7 @@ h4,
32686
32689
  }
32687
32690
  }
32688
32691
  h5,
32689
- .register__h5___XqV83 {
32692
+ .google-login-button__h5___qDny5 {
32690
32693
  font-weight: 600;
32691
32694
  font-size: 14px;
32692
32695
  line-height: 16px;
@@ -32695,12 +32698,12 @@ h5,
32695
32698
  }
32696
32699
  @media only screen and (min-width: 769px) {
32697
32700
  h5,
32698
- .register__h5___XqV83 {
32701
+ .google-login-button__h5___qDny5 {
32699
32702
  font-size: 16px;
32700
32703
  line-height: 18px;
32701
32704
  }
32702
32705
  }
32703
- .register__b1___wsBJz {
32706
+ .google-login-button__b1___zQFOd {
32704
32707
  font-weight: 400;
32705
32708
  font-size: 14px;
32706
32709
  line-height: 18px;
@@ -32708,14 +32711,14 @@ h5,
32708
32711
  color: var(--textBody, #3c3131);
32709
32712
  }
32710
32713
  @media only screen and (min-width: 769px) {
32711
- .register__b1___wsBJz {
32714
+ .google-login-button__b1___zQFOd {
32712
32715
  font-size: 16px;
32713
32716
  line-height: 20px;
32714
32717
  }
32715
32718
  }
32716
- .register__b-small___N0ISE,
32717
- .register__bSmall___NFkE9,
32718
- .register__b2___YRO0g {
32719
+ .google-login-button__b-small___D10Xc,
32720
+ .google-login-button__bSmall___IXVmp,
32721
+ .google-login-button__b2___rV4mg {
32719
32722
  font-weight: 400;
32720
32723
  letter-spacing: -0.02em;
32721
32724
  color: var(--textBody, #3c3131);
@@ -32723,9 +32726,9 @@ h5,
32723
32726
  line-height: 16px;
32724
32727
  }
32725
32728
  @media only screen and (min-width: 769px) {
32726
- .register__b-small___N0ISE,
32727
- .register__bSmall___NFkE9,
32728
- .register__b2___YRO0g {
32729
+ .google-login-button__b-small___D10Xc,
32730
+ .google-login-button__bSmall___IXVmp,
32731
+ .google-login-button__b2___rV4mg {
32729
32732
  font-weight: 400;
32730
32733
  letter-spacing: -0.02em;
32731
32734
  color: var(--textBody, #3c3131);
@@ -32733,47 +32736,47 @@ h5,
32733
32736
  line-height: 18px;
32734
32737
  }
32735
32738
  }
32736
- .register__d1___tWxL6 {
32739
+ .google-login-button__d1___UVhdX {
32737
32740
  font-size: 36px;
32738
32741
  font-weight: 700;
32739
32742
  line-height: 48px;
32740
32743
  letter-spacing: -0.02em;
32741
32744
  }
32742
32745
  @media only screen and (min-width: 769px) {
32743
- .register__d1___tWxL6 {
32746
+ .google-login-button__d1___UVhdX {
32744
32747
  font-size: 64px;
32745
32748
  line-height: 85px;
32746
32749
  letter-spacing: -0.03em;
32747
32750
  }
32748
32751
  }
32749
- .register__caption-medium___L4Mr9,
32750
- .register__captionMedium___LtsKn {
32752
+ .google-login-button__caption-medium___yVS2n,
32753
+ .google-login-button__captionMedium___UIV13 {
32751
32754
  font-size: 12px;
32752
32755
  line-height: 1.5;
32753
32756
  letter-spacing: -0.02em;
32754
32757
  font-weight: 500;
32755
32758
  }
32756
32759
  @media only screen and (max-width: 480px) {
32757
- .register__caption-medium___L4Mr9,
32758
- .register__captionMedium___LtsKn {
32760
+ .google-login-button__caption-medium___yVS2n,
32761
+ .google-login-button__captionMedium___UIV13 {
32759
32762
  font-size: 11px;
32760
32763
  }
32761
32764
  }
32762
- .register__caption-semi-bold___iPZBa,
32763
- .register__captionSemiBold___A0_l_ {
32765
+ .google-login-button__caption-semi-bold___Joz60,
32766
+ .google-login-button__captionSemiBold___C8p1l {
32764
32767
  font-size: 12px;
32765
32768
  line-height: 1.5;
32766
32769
  letter-spacing: -0.02em;
32767
32770
  font-weight: 600;
32768
32771
  }
32769
32772
  @media only screen and (max-width: 480px) {
32770
- .register__caption-semi-bold___iPZBa,
32771
- .register__captionSemiBold___A0_l_ {
32773
+ .google-login-button__caption-semi-bold___Joz60,
32774
+ .google-login-button__captionSemiBold___C8p1l {
32772
32775
  font-size: 11px;
32773
32776
  }
32774
32777
  }
32775
- .register__btn-link___B3tif,
32776
- .register__btnLink___zr5n4 {
32778
+ .google-login-button__btn-link___Z4yx6,
32779
+ .google-login-button__btnLink___WYTcb {
32777
32780
  font-weight: 500;
32778
32781
  letter-spacing: -0.02em;
32779
32782
  font-size: 12px;
@@ -32786,72 +32789,72 @@ h5,
32786
32789
  border: none;
32787
32790
  }
32788
32791
  @media only screen and (min-width: 769px) {
32789
- .register__btn-link___B3tif,
32790
- .register__btnLink___zr5n4 {
32792
+ .google-login-button__btn-link___Z4yx6,
32793
+ .google-login-button__btnLink___WYTcb {
32791
32794
  font-weight: 500;
32792
32795
  letter-spacing: -0.02em;
32793
32796
  font-size: 14px;
32794
32797
  line-height: 16px;
32795
32798
  }
32796
32799
  }
32797
- .register__btn-link___B3tif:hover,
32798
- .register__btnLink___zr5n4:hover {
32800
+ .google-login-button__btn-link___Z4yx6:hover,
32801
+ .google-login-button__btnLink___WYTcb:hover {
32799
32802
  color: var(--buttonLinkL1, #c1847c);
32800
32803
  }
32801
- .register__btn-link___B3tif:disabled,
32802
- .register__btnLink___zr5n4:disabled {
32804
+ .google-login-button__btn-link___Z4yx6:disabled,
32805
+ .google-login-button__btnLink___WYTcb:disabled {
32803
32806
  color: var(--buttonLinkL2, #d0a39d);
32804
32807
  }
32805
- .register__btn-link___B3tif:active,
32806
- .register__btnLink___zr5n4:active {
32808
+ .google-login-button__btn-link___Z4yx6:active,
32809
+ .google-login-button__btnLink___WYTcb:active {
32807
32810
  opacity: 0.8;
32808
32811
  }
32809
- .register__user-select-none___g5nur,
32810
- .register__userSelectNone___G2Pvx {
32812
+ .google-login-button__user-select-none___atNX0,
32813
+ .google-login-button__userSelectNone___TjXmt {
32811
32814
  user-select: none;
32812
32815
  -moz-user-select: none;
32813
32816
  -webkit-user-select: none;
32814
32817
  -ms-user-select: none;
32815
32818
  }
32816
- .register__margin-0-auto___nh0bW,
32817
- .register__margin0auto___fIMq_ {
32819
+ .google-login-button__margin-0-auto___lSMrD,
32820
+ .google-login-button__margin0auto___pjEMN {
32818
32821
  margin: 0 auto;
32819
32822
  }
32820
- .register__base-page-container___Kwalt,
32821
- .register__basePageContainer___VdsVE {
32823
+ .google-login-button__base-page-container___HDsM1,
32824
+ .google-login-button__basePageContainer___EH4cp {
32822
32825
  max-width: 1440px !important;
32823
32826
  }
32824
- .register__remove-scroll___ZOdOs,
32825
- .register__removeScroll___syDdk {
32827
+ .google-login-button__remove-scroll___Sv0ai,
32828
+ .google-login-button__removeScroll___hX_DS {
32826
32829
  overflow-y: hidden !important;
32827
32830
  }
32828
- .register__mr-5___T97MX,
32829
- .register__mr5___kqmGX {
32831
+ .google-login-button__mr-5___iQJLH,
32832
+ .google-login-button__mr5___co5at {
32830
32833
  margin-inline-end: 30px !important;
32831
32834
  }
32832
- .register__mr-2___roAsT,
32833
- .register__mr2___cbPkB {
32835
+ .google-login-button__mr-2___cdlE_,
32836
+ .google-login-button__mr2___hrKWR {
32834
32837
  margin-inline-end: 5px !important;
32835
32838
  }
32836
- .register__py-5___Bj9U9,
32837
- .register__py5___jb5Np {
32839
+ .google-login-button__py-5___ffmv9,
32840
+ .google-login-button__py5___h99Qk {
32838
32841
  padding-top: 1.875rem !important;
32839
32842
  padding-bottom: 1.875rem !important;
32840
32843
  }
32841
- .register__view-all-text___rL7xD,
32842
- .register__viewAllText___APLAc {
32844
+ .google-login-button__view-all-text___wMzMP,
32845
+ .google-login-button__viewAllText___n8878 {
32843
32846
  font-size: 20px;
32844
32847
  font-weight: 400;
32845
32848
  text-transform: lowercase;
32846
32849
  text-decoration: underline;
32847
32850
  }
32848
- .register__view-all-mobile___qm4bm,
32849
- .register__viewAllMobile___injSi {
32851
+ .google-login-button__view-all-mobile___z3IOw,
32852
+ .google-login-button__viewAllMobile___kwSTY {
32850
32853
  display: none;
32851
32854
  }
32852
32855
  @media only screen and (max-width: 768px) {
32853
- .register__view-all-mobile___qm4bm,
32854
- .register__viewAllMobile___injSi {
32856
+ .google-login-button__view-all-mobile___z3IOw,
32857
+ .google-login-button__viewAllMobile___kwSTY {
32855
32858
  display: flex;
32856
32859
  align-items: center;
32857
32860
  justify-content: center;
@@ -32859,191 +32862,1312 @@ h5,
32859
32862
  }
32860
32863
  }
32861
32864
  @media only screen and (max-width: 480px) {
32862
- .register__view-all-mobile___qm4bm,
32863
- .register__viewAllMobile___injSi {
32865
+ .google-login-button__view-all-mobile___z3IOw,
32866
+ .google-login-button__viewAllMobile___kwSTY {
32864
32867
  margin-top: 24px;
32865
32868
  }
32866
32869
  }
32867
- .register__accent-btn___PKcSU,
32868
- .register__accentBtn___EzZFj {
32870
+ .google-login-button__accent-btn___brS2S,
32871
+ .google-login-button__accentBtn___k4j9C {
32869
32872
  background-color: var(--accentColor);
32870
32873
  color: #fff;
32871
32874
  }
32872
- .register__no-scroll___lOax6,
32873
- .register__noScroll___dtigN {
32875
+ .google-login-button__no-scroll___ybGFl,
32876
+ .google-login-button__noScroll___vbFH0 {
32874
32877
  overflow-y: hidden;
32875
32878
  }
32876
- .register__hide-overflow___tS_Mb,
32877
- .register__hideOverflow___Y3zk_ {
32879
+ .google-login-button__hide-overflow___o6HaR,
32880
+ .google-login-button__hideOverflow___nKtWu {
32878
32881
  overflow: hidden;
32879
32882
  }
32880
- .register__markdown-body___tdjF1 h6 {
32883
+ .google-login-button__markdown-body___sVl5K h6 {
32881
32884
  margin-top: 0 !important;
32882
32885
  margin-bottom: 0 !important;
32883
32886
  }
32884
32887
  @media only screen and (max-width: 480px) {
32885
- .register__markdown-body___tdjF1 {
32888
+ .google-login-button__markdown-body___sVl5K {
32886
32889
  font-size: 12px !important;
32887
32890
  padding: 5px !important;
32888
32891
  }
32889
32892
  }
32890
- .register__view3d-canvas___ukXkj {
32893
+ .google-login-button__view3d-canvas___yERj4 {
32891
32894
  width: 100%;
32892
32895
  height: 100%;
32893
32896
  }
32894
32897
  @media only screen and (max-width: 480px) {
32895
- .register__view-mobile-up___PTI2S {
32898
+ .google-login-button__view-mobile-up___xPbca {
32896
32899
  display: none !important;
32897
32900
  }
32898
32901
  }
32899
32902
  @media only screen and (min-width: 481px) {
32900
- .register__view-mobile___Y302N {
32903
+ .google-login-button__view-mobile___g5Syu {
32901
32904
  display: none !important;
32902
32905
  }
32903
32906
  }
32904
- .register__containerWrapper___KVeb_ {
32905
- width: 400px;
32906
- padding: 24px;
32907
- }
32908
- .register__required___npDAe {
32909
- color: var(--errorText, #ff3333);
32910
- }
32911
- .register__registerFormWrapper___nCdfI {
32912
- margin-top: 10px;
32913
- min-height: 417px;
32907
+ .google-login-button__google-login-container___txHJV {
32908
+ margin-top: 12px;
32914
32909
  }
32915
- .register__registerFormWrapper___nCdfI .register__title___Doc2C {
32916
- color: var(--textHeading, #26201a);
32917
- text-align: center;
32918
- font-size: 32px;
32919
- font-style: normal;
32920
- font-weight: 700;
32921
- line-height: 44.8px;
32922
- margin-bottom: 32px;
32910
+ .google-login-button__google-login-container___txHJV .google-login-button__google-signin-wrapper___AifjG {
32911
+ width: 100%;
32923
32912
  }
32924
- @media only screen and (max-width: 768px) {
32925
- .register__registerFormWrapper___nCdfI .register__title___Doc2C {
32926
- font-size: 24px;
32927
- line-height: 33.6px;
32928
- }
32913
+ .google-login-button__google-login-container___txHJV .g_id_signin > div[role="button"] {
32914
+ height: 48px !important;
32915
+ padding: 12px !important;
32916
+ background: transparent !important;
32917
+ border-radius: 4px !important;
32918
+ border: 1px solid var(--dividerStokes) !important;
32919
+ font-size: 14px !important;
32920
+ font-style: normal !important;
32921
+ font-weight: 600 !important;
32922
+ line-height: 19.6px !important;
32923
+ text-transform: uppercase !important;
32924
+ color: var(--textHeading) !important;
32925
+ width: 100% !important;
32926
+ box-sizing: border-box !important;
32927
+ display: flex !important;
32928
+ align-items: center !important;
32929
+ cursor: pointer !important;
32929
32930
  }
32930
- @media only screen and (max-width: 768px) {
32931
- .register__registerFormWrapper___nCdfI {
32932
- min-height: 367px;
32933
- }
32931
+ .google-login-button__google-login-container___txHJV .g_id_signin svg {
32932
+ flex: 0 0 24px !important;
32934
32933
  }
32935
- .register__registerFormWrapper___nCdfI input[type="text"],
32936
- .register__registerFormWrapper___nCdfI input[type="password"] {
32937
- height: 48px;
32938
- border: 1px solid var(--dividerStokes, #d4d1d1);
32939
- padding: 16px;
32940
- border-radius: 4px;
32941
- background-color: var(--pageBackground, #f8f8f8);
32942
- box-sizing: border-box;
32943
- color: var(--textBody, #3c3131);
32944
- font-size: 14px;
32945
- font-style: normal;
32946
- font-weight: 400;
32947
- line-height: 19.6px;
32934
+ .google-login-button__google-login-container___txHJV .g_id_signin span {
32935
+ margin-inline-end: 24px !important;
32936
+ color: var(--textHeading, #26201a) !important;
32937
+ font-size: 14px !important;
32938
+ font-style: normal !important;
32939
+ font-weight: 600 !important;
32940
+ line-height: 19.6px !important;
32941
+ text-transform: uppercase !important;
32948
32942
  width: 100%;
32943
+ font-family: var(--font-body) !important;
32949
32944
  }
32950
- .register__registerFormWrapper___nCdfI input[type="text"]:focus-visible,
32951
- .register__registerFormWrapper___nCdfI input[type="password"]:focus-visible {
32952
- outline: none;
32953
- }
32954
- @media only screen and (max-width: 768px) {
32955
- .register__registerFormWrapper___nCdfI input[type="text"],
32956
- .register__registerFormWrapper___nCdfI input[type="password"] {
32957
- font-size: 16px;
32958
- }
32945
+
32946
+ /**color by character**/
32947
+ /** Font family **/
32948
+ /** Font weight **/
32949
+ .facebook-login-button__display-block___zjvnE {
32950
+ display: block;
32959
32951
  }
32960
- .register__registerFormWrapper___nCdfI .register__inputTitle___W2xZ1 {
32961
- position: absolute;
32962
- background-color: var(--pageBackground, #f8f8f8);
32963
- padding: 0 4px;
32964
- margin: 0 12px;
32965
- z-index: 1;
32966
- transform: translateY(-50%);
32967
- color: var(--textLabel, #7d7676);
32968
- font-size: 12px;
32969
- font-style: normal;
32970
- font-weight: 400;
32971
- line-height: 16.8px;
32952
+ .facebook-login-button__inline-block___DI3Vk,
32953
+ .facebook-login-button__inlineBlock___p0R2f {
32954
+ display: inline-block;
32972
32955
  }
32973
- .register__registerFormWrapper___nCdfI .register__inputTitle___W2xZ1 input {
32974
- background-color: var(--pageBackground, #f8f8f8);
32956
+ .facebook-login-button__flex-row___OaM0g {
32957
+ display: flex;
32975
32958
  }
32976
- .register__registerFormWrapper___nCdfI .register__genderRadioContainer___orGL6 {
32977
- padding: 8px 0;
32959
+ .facebook-login-button__flex-column___GWHUO,
32960
+ .facebook-login-button__flexColumn___vmTFT {
32961
+ display: flex;
32962
+ flex-direction: column;
32978
32963
  }
32979
- .register__registerFormWrapper___nCdfI .register__genderRadioContainer___orGL6 .register__radioContainer___oXJg1 {
32980
- margin-bottom: 8px;
32981
- padding-inline-start: 24px;
32982
- margin-inline-end: 12px;
32983
- position: relative;
32984
- color: var(--textBody, #3c3131);
32985
- font-size: 14px;
32986
- font-style: normal;
32987
- font-weight: 400;
32988
- line-height: 19.6px;
32964
+ .facebook-login-button__flex-align-center___M1zHK,
32965
+ .facebook-login-button__flexAlignCenter___YhQNt {
32966
+ display: flex;
32967
+ align-items: center;
32989
32968
  }
32990
- .register__registerFormWrapper___nCdfI .register__genderRadioContainer___orGL6 .register__radioContainer___oXJg1 input {
32991
- position: absolute;
32992
- opacity: 0;
32993
- cursor: pointer;
32969
+ .facebook-login-button__flex-justify-center___mlKsM,
32970
+ .facebook-login-button__flexJustifyCenter___QYADt {
32971
+ display: flex;
32972
+ justify-content: center;
32994
32973
  }
32995
- .register__registerFormWrapper___nCdfI .register__genderRadioContainer___orGL6 .register__radioContainer___oXJg1 .register__checkmark___xXyWU {
32996
- height: 16px;
32997
- width: 16px;
32998
- position: absolute;
32999
- top: 50%;
33000
- inset-inline-start: 0;
33001
- transform: translateY(-50%);
33002
- border: 1px solid #919191;
33003
- border-radius: 50%;
32974
+ .facebook-login-button__flex-center___tJtdp,
32975
+ .facebook-login-button__flexCenter___jM1oP {
32976
+ display: flex;
32977
+ justify-content: center;
32978
+ align-items: center;
33004
32979
  }
33005
- .register__registerFormWrapper___nCdfI .register__genderRadioContainer___orGL6 .register__radioContainer___oXJg1 .register__checkmark___xXyWU:after {
33006
- content: "";
33007
- position: absolute;
33008
- display: none;
33009
- top: 50%;
33010
- inset-inline-start: 50%;
33011
- transform: translate(-50%, -50%);
33012
- width: 9px;
33013
- height: 9px;
33014
- border-radius: 50%;
33015
- background: #919191;
32980
+ .facebook-login-button__justify-start___o8HIw,
32981
+ .facebook-login-button__justifyStart___ydOaC {
32982
+ justify-content: flex-start;
33016
32983
  }
33017
- [dir="rtl"] .register__registerFormWrapper___nCdfI .register__genderRadioContainer___orGL6 .register__radioContainer___oXJg1 .register__checkmark___xXyWU:after {
33018
- transform: translate(50%, -50%);
32984
+ .facebook-login-button__justify-end___Xxu9y,
32985
+ .facebook-login-button__justifyEnd___JJahf {
32986
+ justify-content: flex-end;
33019
32987
  }
33020
- .register__registerFormWrapper___nCdfI .register__genderRadioContainer___orGL6 .register__radioContainer___oXJg1 input:checked ~ .register__checkmark___xXyWU:after {
33021
- display: block;
32988
+ .facebook-login-button__justify-between___Vewwo,
32989
+ .facebook-login-button__justifyBetween___EeHlc {
32990
+ justify-content: space-between;
33022
32991
  }
33023
- .register__registerFormWrapper___nCdfI .register__resgisterPassworInput___NTXOF,
33024
- .register__registerFormWrapper___nCdfI .register__registerConfirmPasswordInput___SSNxF,
33025
- .register__registerFormWrapper___nCdfI .register__resgisterEmail___TcRgS,
33026
- .register__registerFormWrapper___nCdfI .register__registerNameInput___aDk24 {
33027
- display: flex;
33028
- flex-direction: column;
32992
+ .facebook-login-button__justify-around___LmeOW,
32993
+ .facebook-login-button__justifyAround___JSyJb {
32994
+ justify-content: space-around;
33029
32995
  }
33030
- .register__registerFormWrapper___nCdfI .register__registerNameInput___aDk24,
33031
- .register__registerFormWrapper___nCdfI .register__genderRadioContainer___orGL6,
33032
- .register__registerFormWrapper___nCdfI .register__registerPasswordInput___VEdo1,
33033
- .register__registerFormWrapper___nCdfI .register__registerConfirmPasswordInput___SSNxF,
33034
- .register__registerFormWrapper___nCdfI .register__registerMobileInput___yLu2C,
33035
- .register__registerFormWrapper___nCdfI .register__registerEmail___LvvEV {
33036
- margin-bottom: 20px;
32996
+ .facebook-login-button__justify-evenly___MZbi6,
32997
+ .facebook-login-button__justifyEvenly___wt99i {
32998
+ justify-content: space-evenly;
33037
32999
  }
33038
- .register__registerFormWrapper___nCdfI .register__registerMobileInput___yLu2C {
33039
- min-height: 57px;
33000
+ h1,
33001
+ .facebook-login-button__h1___H8grr {
33002
+ font-weight: 700;
33003
+ font-size: 28px;
33004
+ line-height: 42px;
33005
+ letter-spacing: -0.03em;
33006
+ color: var(--textHeading, #26201a);
33040
33007
  }
33041
- @media only screen and (max-width: 768px) {
33042
- .register__registerFormWrapper___nCdfI .register__registerMobileInput___yLu2C {
33043
- min-height: 49px;
33008
+ @media only screen and (min-width: 769px) {
33009
+ h1,
33010
+ .facebook-login-button__h1___H8grr {
33011
+ font-size: 36px;
33012
+ line-height: 48px;
33044
33013
  }
33045
33014
  }
33046
- .register__registerFormWrapper___nCdfI .register__registerBtn___uMz21 {
33015
+ h2,
33016
+ .facebook-login-button__h2___iRoil {
33017
+ font-weight: 700;
33018
+ font-size: 28px;
33019
+ line-height: 36px;
33020
+ letter-spacing: -0.03em;
33021
+ color: var(--textHeading, #26201a);
33022
+ }
33023
+ @media only screen and (min-width: 769px) {
33024
+ h2,
33025
+ .facebook-login-button__h2___iRoil {
33026
+ font-size: 32px;
33027
+ line-height: 42px;
33028
+ }
33029
+ }
33030
+ h3,
33031
+ .facebook-login-button__h3___Jn7gH {
33032
+ font-weight: 700;
33033
+ letter-spacing: -0.02em;
33034
+ color: var(--textHeading, #26201a);
33035
+ font-size: 24px;
33036
+ line-height: 32px;
33037
+ }
33038
+ @media only screen and (min-width: 769px) {
33039
+ h3,
33040
+ .facebook-login-button__h3___Jn7gH {
33041
+ font-weight: 700;
33042
+ letter-spacing: -0.02em;
33043
+ color: var(--textHeading, #26201a);
33044
+ font-size: 28px;
33045
+ line-height: 36px;
33046
+ }
33047
+ }
33048
+ h4,
33049
+ .facebook-login-button__h4____fgnK {
33050
+ font-weight: 600;
33051
+ letter-spacing: -0.02em;
33052
+ color: var(--textHeading, #26201a);
33053
+ font-size: 16px;
33054
+ line-height: 1.5;
33055
+ }
33056
+ @media only screen and (min-width: 769px) {
33057
+ h4,
33058
+ .facebook-login-button__h4____fgnK {
33059
+ font-weight: 600;
33060
+ letter-spacing: -0.02em;
33061
+ color: var(--textHeading, #26201a);
33062
+ font-size: 20px;
33063
+ line-height: 1.5;
33064
+ }
33065
+ }
33066
+ h5,
33067
+ .facebook-login-button__h5___ZOk0w {
33068
+ font-weight: 600;
33069
+ font-size: 14px;
33070
+ line-height: 16px;
33071
+ letter-spacing: -0.02em;
33072
+ color: var(--textHeading, #26201a);
33073
+ }
33074
+ @media only screen and (min-width: 769px) {
33075
+ h5,
33076
+ .facebook-login-button__h5___ZOk0w {
33077
+ font-size: 16px;
33078
+ line-height: 18px;
33079
+ }
33080
+ }
33081
+ .facebook-login-button__b1___U1Mgc {
33082
+ font-weight: 400;
33083
+ font-size: 14px;
33084
+ line-height: 18px;
33085
+ letter-spacing: -0.02em;
33086
+ color: var(--textBody, #3c3131);
33087
+ }
33088
+ @media only screen and (min-width: 769px) {
33089
+ .facebook-login-button__b1___U1Mgc {
33090
+ font-size: 16px;
33091
+ line-height: 20px;
33092
+ }
33093
+ }
33094
+ .facebook-login-button__b-small___cQ06P,
33095
+ .facebook-login-button__bSmall___niutO,
33096
+ .facebook-login-button__b2___nTIF5 {
33097
+ font-weight: 400;
33098
+ letter-spacing: -0.02em;
33099
+ color: var(--textBody, #3c3131);
33100
+ font-size: 12px;
33101
+ line-height: 16px;
33102
+ }
33103
+ @media only screen and (min-width: 769px) {
33104
+ .facebook-login-button__b-small___cQ06P,
33105
+ .facebook-login-button__bSmall___niutO,
33106
+ .facebook-login-button__b2___nTIF5 {
33107
+ font-weight: 400;
33108
+ letter-spacing: -0.02em;
33109
+ color: var(--textBody, #3c3131);
33110
+ font-size: 14px;
33111
+ line-height: 18px;
33112
+ }
33113
+ }
33114
+ .facebook-login-button__d1___LbIQx {
33115
+ font-size: 36px;
33116
+ font-weight: 700;
33117
+ line-height: 48px;
33118
+ letter-spacing: -0.02em;
33119
+ }
33120
+ @media only screen and (min-width: 769px) {
33121
+ .facebook-login-button__d1___LbIQx {
33122
+ font-size: 64px;
33123
+ line-height: 85px;
33124
+ letter-spacing: -0.03em;
33125
+ }
33126
+ }
33127
+ .facebook-login-button__caption-medium___TsfS6,
33128
+ .facebook-login-button__captionMedium___pHi7v {
33129
+ font-size: 12px;
33130
+ line-height: 1.5;
33131
+ letter-spacing: -0.02em;
33132
+ font-weight: 500;
33133
+ }
33134
+ @media only screen and (max-width: 480px) {
33135
+ .facebook-login-button__caption-medium___TsfS6,
33136
+ .facebook-login-button__captionMedium___pHi7v {
33137
+ font-size: 11px;
33138
+ }
33139
+ }
33140
+ .facebook-login-button__caption-semi-bold___jgz3q,
33141
+ .facebook-login-button__captionSemiBold___Whpz9 {
33142
+ font-size: 12px;
33143
+ line-height: 1.5;
33144
+ letter-spacing: -0.02em;
33145
+ font-weight: 600;
33146
+ }
33147
+ @media only screen and (max-width: 480px) {
33148
+ .facebook-login-button__caption-semi-bold___jgz3q,
33149
+ .facebook-login-button__captionSemiBold___Whpz9 {
33150
+ font-size: 11px;
33151
+ }
33152
+ }
33153
+ .facebook-login-button__btn-link___xqFij,
33154
+ .facebook-login-button__btnLink___nQQDj {
33155
+ font-weight: 500;
33156
+ letter-spacing: -0.02em;
33157
+ font-size: 12px;
33158
+ line-height: 14px;
33159
+ border-radius: var(--buttonRadius, 0px);
33160
+ cursor: pointer;
33161
+ color: var(--buttonLink, #b1655b);
33162
+ text-decoration: underline;
33163
+ background: none;
33164
+ border: none;
33165
+ }
33166
+ @media only screen and (min-width: 769px) {
33167
+ .facebook-login-button__btn-link___xqFij,
33168
+ .facebook-login-button__btnLink___nQQDj {
33169
+ font-weight: 500;
33170
+ letter-spacing: -0.02em;
33171
+ font-size: 14px;
33172
+ line-height: 16px;
33173
+ }
33174
+ }
33175
+ .facebook-login-button__btn-link___xqFij:hover,
33176
+ .facebook-login-button__btnLink___nQQDj:hover {
33177
+ color: var(--buttonLinkL1, #c1847c);
33178
+ }
33179
+ .facebook-login-button__btn-link___xqFij:disabled,
33180
+ .facebook-login-button__btnLink___nQQDj:disabled {
33181
+ color: var(--buttonLinkL2, #d0a39d);
33182
+ }
33183
+ .facebook-login-button__btn-link___xqFij:active,
33184
+ .facebook-login-button__btnLink___nQQDj:active {
33185
+ opacity: 0.8;
33186
+ }
33187
+ .facebook-login-button__user-select-none___VOxiT,
33188
+ .facebook-login-button__userSelectNone___OWMIQ {
33189
+ user-select: none;
33190
+ -moz-user-select: none;
33191
+ -webkit-user-select: none;
33192
+ -ms-user-select: none;
33193
+ }
33194
+ .facebook-login-button__margin-0-auto___HYkij,
33195
+ .facebook-login-button__margin0auto___nKW2C {
33196
+ margin: 0 auto;
33197
+ }
33198
+ .facebook-login-button__base-page-container___EtZuz,
33199
+ .facebook-login-button__basePageContainer___mDB5N {
33200
+ max-width: 1440px !important;
33201
+ }
33202
+ .facebook-login-button__remove-scroll___eBRUs,
33203
+ .facebook-login-button__removeScroll___GXb7r {
33204
+ overflow-y: hidden !important;
33205
+ }
33206
+ .facebook-login-button__mr-5___q58cH,
33207
+ .facebook-login-button__mr5___fwWw2 {
33208
+ margin-inline-end: 30px !important;
33209
+ }
33210
+ .facebook-login-button__mr-2___ZKd3H,
33211
+ .facebook-login-button__mr2___erY8R {
33212
+ margin-inline-end: 5px !important;
33213
+ }
33214
+ .facebook-login-button__py-5___VjPa9,
33215
+ .facebook-login-button__py5____PWCV {
33216
+ padding-top: 1.875rem !important;
33217
+ padding-bottom: 1.875rem !important;
33218
+ }
33219
+ .facebook-login-button__view-all-text___LEUab,
33220
+ .facebook-login-button__viewAllText___nDMhF {
33221
+ font-size: 20px;
33222
+ font-weight: 400;
33223
+ text-transform: lowercase;
33224
+ text-decoration: underline;
33225
+ }
33226
+ .facebook-login-button__view-all-mobile___zvPKL,
33227
+ .facebook-login-button__viewAllMobile___D2Vp0 {
33228
+ display: none;
33229
+ }
33230
+ @media only screen and (max-width: 768px) {
33231
+ .facebook-login-button__view-all-mobile___zvPKL,
33232
+ .facebook-login-button__viewAllMobile___D2Vp0 {
33233
+ display: flex;
33234
+ align-items: center;
33235
+ justify-content: center;
33236
+ margin-top: 40px;
33237
+ }
33238
+ }
33239
+ @media only screen and (max-width: 480px) {
33240
+ .facebook-login-button__view-all-mobile___zvPKL,
33241
+ .facebook-login-button__viewAllMobile___D2Vp0 {
33242
+ margin-top: 24px;
33243
+ }
33244
+ }
33245
+ .facebook-login-button__accent-btn___WXMXk,
33246
+ .facebook-login-button__accentBtn___Eo2xa {
33247
+ background-color: var(--accentColor);
33248
+ color: #fff;
33249
+ }
33250
+ .facebook-login-button__no-scroll___DA1oc,
33251
+ .facebook-login-button__noScroll___Vz_wN {
33252
+ overflow-y: hidden;
33253
+ }
33254
+ .facebook-login-button__hide-overflow___IOMnf,
33255
+ .facebook-login-button__hideOverflow___dUDT6 {
33256
+ overflow: hidden;
33257
+ }
33258
+ .facebook-login-button__markdown-body___hpsNo h6 {
33259
+ margin-top: 0 !important;
33260
+ margin-bottom: 0 !important;
33261
+ }
33262
+ @media only screen and (max-width: 480px) {
33263
+ .facebook-login-button__markdown-body___hpsNo {
33264
+ font-size: 12px !important;
33265
+ padding: 5px !important;
33266
+ }
33267
+ }
33268
+ .facebook-login-button__view3d-canvas___drNqq {
33269
+ width: 100%;
33270
+ height: 100%;
33271
+ }
33272
+ @media only screen and (max-width: 480px) {
33273
+ .facebook-login-button__view-mobile-up___KlJWO {
33274
+ display: none !important;
33275
+ }
33276
+ }
33277
+ @media only screen and (min-width: 481px) {
33278
+ .facebook-login-button__view-mobile___ovTS9 {
33279
+ display: none !important;
33280
+ }
33281
+ }
33282
+ .facebook-login-button__facebook-login-container____88Dn {
33283
+ margin-top: 12px;
33284
+ }
33285
+ .facebook-login-button__facebook-login-container____88Dn .facebook-login-button__facebook-login-button___yF4aw {
33286
+ height: 48px;
33287
+ padding: 12px;
33288
+ background: transparent;
33289
+ border-radius: 4px;
33290
+ border: 1px solid var(--dividerStokes, #dadce0);
33291
+ font-size: 14px;
33292
+ font-style: normal;
33293
+ font-weight: 600;
33294
+ line-height: 19.6px;
33295
+ text-transform: uppercase;
33296
+ color: var(--textHeading, #3c4043);
33297
+ width: 100%;
33298
+ box-sizing: border-box;
33299
+ display: flex;
33300
+ align-items: center;
33301
+ cursor: pointer;
33302
+ font-family: var(--font-body);
33303
+ }
33304
+ .facebook-login-button__facebook-login-container____88Dn .facebook-login-button__facebook-login-button___yF4aw svg {
33305
+ flex: 0 0 24px;
33306
+ fill: #1877f2;
33307
+ }
33308
+ .facebook-login-button__facebook-login-container____88Dn .facebook-login-button__facebook-login-button___yF4aw span {
33309
+ margin-inline-end: 24px;
33310
+ color: var(--textHeading, #3c4043);
33311
+ font-size: 14px;
33312
+ font-style: normal;
33313
+ font-weight: 600;
33314
+ line-height: 19.6px;
33315
+ text-transform: uppercase;
33316
+ width: 100%;
33317
+ }
33318
+
33319
+ /**color by character**/
33320
+ /** Font family **/
33321
+ /** Font weight **/
33322
+ .apple-login-button__display-block___hwLap {
33323
+ display: block;
33324
+ }
33325
+ .apple-login-button__inline-block___aCF4e,
33326
+ .apple-login-button__inlineBlock___B4Xl5 {
33327
+ display: inline-block;
33328
+ }
33329
+ .apple-login-button__flex-row___X9IvI {
33330
+ display: flex;
33331
+ }
33332
+ .apple-login-button__flex-column___G7Y3y,
33333
+ .apple-login-button__flexColumn___SFk5p {
33334
+ display: flex;
33335
+ flex-direction: column;
33336
+ }
33337
+ .apple-login-button__flex-align-center___daUe5,
33338
+ .apple-login-button__flexAlignCenter___ofuh5 {
33339
+ display: flex;
33340
+ align-items: center;
33341
+ }
33342
+ .apple-login-button__flex-justify-center___DJ3WX,
33343
+ .apple-login-button__flexJustifyCenter___aC83Y {
33344
+ display: flex;
33345
+ justify-content: center;
33346
+ }
33347
+ .apple-login-button__flex-center___yxBkX,
33348
+ .apple-login-button__flexCenter___mtYEb {
33349
+ display: flex;
33350
+ justify-content: center;
33351
+ align-items: center;
33352
+ }
33353
+ .apple-login-button__justify-start___Ob0Wc,
33354
+ .apple-login-button__justifyStart___yoZ4s {
33355
+ justify-content: flex-start;
33356
+ }
33357
+ .apple-login-button__justify-end___D4MFl,
33358
+ .apple-login-button__justifyEnd___w7f3L {
33359
+ justify-content: flex-end;
33360
+ }
33361
+ .apple-login-button__justify-between___L8FRs,
33362
+ .apple-login-button__justifyBetween___FcE4J {
33363
+ justify-content: space-between;
33364
+ }
33365
+ .apple-login-button__justify-around___jzZ4w,
33366
+ .apple-login-button__justifyAround___Z4Oi1 {
33367
+ justify-content: space-around;
33368
+ }
33369
+ .apple-login-button__justify-evenly___AmQxs,
33370
+ .apple-login-button__justifyEvenly___RWzUG {
33371
+ justify-content: space-evenly;
33372
+ }
33373
+ h1,
33374
+ .apple-login-button__h1___oGPVa {
33375
+ font-weight: 700;
33376
+ font-size: 28px;
33377
+ line-height: 42px;
33378
+ letter-spacing: -0.03em;
33379
+ color: var(--textHeading, #26201a);
33380
+ }
33381
+ @media only screen and (min-width: 769px) {
33382
+ h1,
33383
+ .apple-login-button__h1___oGPVa {
33384
+ font-size: 36px;
33385
+ line-height: 48px;
33386
+ }
33387
+ }
33388
+ h2,
33389
+ .apple-login-button__h2___HPSR0 {
33390
+ font-weight: 700;
33391
+ font-size: 28px;
33392
+ line-height: 36px;
33393
+ letter-spacing: -0.03em;
33394
+ color: var(--textHeading, #26201a);
33395
+ }
33396
+ @media only screen and (min-width: 769px) {
33397
+ h2,
33398
+ .apple-login-button__h2___HPSR0 {
33399
+ font-size: 32px;
33400
+ line-height: 42px;
33401
+ }
33402
+ }
33403
+ h3,
33404
+ .apple-login-button__h3___JIdf0 {
33405
+ font-weight: 700;
33406
+ letter-spacing: -0.02em;
33407
+ color: var(--textHeading, #26201a);
33408
+ font-size: 24px;
33409
+ line-height: 32px;
33410
+ }
33411
+ @media only screen and (min-width: 769px) {
33412
+ h3,
33413
+ .apple-login-button__h3___JIdf0 {
33414
+ font-weight: 700;
33415
+ letter-spacing: -0.02em;
33416
+ color: var(--textHeading, #26201a);
33417
+ font-size: 28px;
33418
+ line-height: 36px;
33419
+ }
33420
+ }
33421
+ h4,
33422
+ .apple-login-button__h4___bA6k4 {
33423
+ font-weight: 600;
33424
+ letter-spacing: -0.02em;
33425
+ color: var(--textHeading, #26201a);
33426
+ font-size: 16px;
33427
+ line-height: 1.5;
33428
+ }
33429
+ @media only screen and (min-width: 769px) {
33430
+ h4,
33431
+ .apple-login-button__h4___bA6k4 {
33432
+ font-weight: 600;
33433
+ letter-spacing: -0.02em;
33434
+ color: var(--textHeading, #26201a);
33435
+ font-size: 20px;
33436
+ line-height: 1.5;
33437
+ }
33438
+ }
33439
+ h5,
33440
+ .apple-login-button__h5___zP6bH {
33441
+ font-weight: 600;
33442
+ font-size: 14px;
33443
+ line-height: 16px;
33444
+ letter-spacing: -0.02em;
33445
+ color: var(--textHeading, #26201a);
33446
+ }
33447
+ @media only screen and (min-width: 769px) {
33448
+ h5,
33449
+ .apple-login-button__h5___zP6bH {
33450
+ font-size: 16px;
33451
+ line-height: 18px;
33452
+ }
33453
+ }
33454
+ .apple-login-button__b1___ipJa4 {
33455
+ font-weight: 400;
33456
+ font-size: 14px;
33457
+ line-height: 18px;
33458
+ letter-spacing: -0.02em;
33459
+ color: var(--textBody, #3c3131);
33460
+ }
33461
+ @media only screen and (min-width: 769px) {
33462
+ .apple-login-button__b1___ipJa4 {
33463
+ font-size: 16px;
33464
+ line-height: 20px;
33465
+ }
33466
+ }
33467
+ .apple-login-button__b-small___4Ny5P,
33468
+ .apple-login-button__bSmall___gQa9Z,
33469
+ .apple-login-button__b2___dxOtO {
33470
+ font-weight: 400;
33471
+ letter-spacing: -0.02em;
33472
+ color: var(--textBody, #3c3131);
33473
+ font-size: 12px;
33474
+ line-height: 16px;
33475
+ }
33476
+ @media only screen and (min-width: 769px) {
33477
+ .apple-login-button__b-small___4Ny5P,
33478
+ .apple-login-button__bSmall___gQa9Z,
33479
+ .apple-login-button__b2___dxOtO {
33480
+ font-weight: 400;
33481
+ letter-spacing: -0.02em;
33482
+ color: var(--textBody, #3c3131);
33483
+ font-size: 14px;
33484
+ line-height: 18px;
33485
+ }
33486
+ }
33487
+ .apple-login-button__d1___aUKTx {
33488
+ font-size: 36px;
33489
+ font-weight: 700;
33490
+ line-height: 48px;
33491
+ letter-spacing: -0.02em;
33492
+ }
33493
+ @media only screen and (min-width: 769px) {
33494
+ .apple-login-button__d1___aUKTx {
33495
+ font-size: 64px;
33496
+ line-height: 85px;
33497
+ letter-spacing: -0.03em;
33498
+ }
33499
+ }
33500
+ .apple-login-button__caption-medium___lIWNV,
33501
+ .apple-login-button__captionMedium___bHFgu {
33502
+ font-size: 12px;
33503
+ line-height: 1.5;
33504
+ letter-spacing: -0.02em;
33505
+ font-weight: 500;
33506
+ }
33507
+ @media only screen and (max-width: 480px) {
33508
+ .apple-login-button__caption-medium___lIWNV,
33509
+ .apple-login-button__captionMedium___bHFgu {
33510
+ font-size: 11px;
33511
+ }
33512
+ }
33513
+ .apple-login-button__caption-semi-bold___Y_xIg,
33514
+ .apple-login-button__captionSemiBold___zYVQG {
33515
+ font-size: 12px;
33516
+ line-height: 1.5;
33517
+ letter-spacing: -0.02em;
33518
+ font-weight: 600;
33519
+ }
33520
+ @media only screen and (max-width: 480px) {
33521
+ .apple-login-button__caption-semi-bold___Y_xIg,
33522
+ .apple-login-button__captionSemiBold___zYVQG {
33523
+ font-size: 11px;
33524
+ }
33525
+ }
33526
+ .apple-login-button__btn-link___AyEZc,
33527
+ .apple-login-button__btnLink___agp9E {
33528
+ font-weight: 500;
33529
+ letter-spacing: -0.02em;
33530
+ font-size: 12px;
33531
+ line-height: 14px;
33532
+ border-radius: var(--buttonRadius, 0px);
33533
+ cursor: pointer;
33534
+ color: var(--buttonLink, #b1655b);
33535
+ text-decoration: underline;
33536
+ background: none;
33537
+ border: none;
33538
+ }
33539
+ @media only screen and (min-width: 769px) {
33540
+ .apple-login-button__btn-link___AyEZc,
33541
+ .apple-login-button__btnLink___agp9E {
33542
+ font-weight: 500;
33543
+ letter-spacing: -0.02em;
33544
+ font-size: 14px;
33545
+ line-height: 16px;
33546
+ }
33547
+ }
33548
+ .apple-login-button__btn-link___AyEZc:hover,
33549
+ .apple-login-button__btnLink___agp9E:hover {
33550
+ color: var(--buttonLinkL1, #c1847c);
33551
+ }
33552
+ .apple-login-button__btn-link___AyEZc:disabled,
33553
+ .apple-login-button__btnLink___agp9E:disabled {
33554
+ color: var(--buttonLinkL2, #d0a39d);
33555
+ }
33556
+ .apple-login-button__btn-link___AyEZc:active,
33557
+ .apple-login-button__btnLink___agp9E:active {
33558
+ opacity: 0.8;
33559
+ }
33560
+ .apple-login-button__user-select-none___Uu59m,
33561
+ .apple-login-button__userSelectNone___xv1oB {
33562
+ user-select: none;
33563
+ -moz-user-select: none;
33564
+ -webkit-user-select: none;
33565
+ -ms-user-select: none;
33566
+ }
33567
+ .apple-login-button__margin-0-auto___l6O1E,
33568
+ .apple-login-button__margin0auto___Nsb8q {
33569
+ margin: 0 auto;
33570
+ }
33571
+ .apple-login-button__base-page-container___dQWd_,
33572
+ .apple-login-button__basePageContainer___ZgJBO {
33573
+ max-width: 1440px !important;
33574
+ }
33575
+ .apple-login-button__remove-scroll___AJwUm,
33576
+ .apple-login-button__removeScroll___glZJJ {
33577
+ overflow-y: hidden !important;
33578
+ }
33579
+ .apple-login-button__mr-5____BDrE,
33580
+ .apple-login-button__mr5___hzHua {
33581
+ margin-inline-end: 30px !important;
33582
+ }
33583
+ .apple-login-button__mr-2___AgcLa,
33584
+ .apple-login-button__mr2___seZiB {
33585
+ margin-inline-end: 5px !important;
33586
+ }
33587
+ .apple-login-button__py-5___H1MFT,
33588
+ .apple-login-button__py5___bGZBu {
33589
+ padding-top: 1.875rem !important;
33590
+ padding-bottom: 1.875rem !important;
33591
+ }
33592
+ .apple-login-button__view-all-text___luJo7,
33593
+ .apple-login-button__viewAllText___h297C {
33594
+ font-size: 20px;
33595
+ font-weight: 400;
33596
+ text-transform: lowercase;
33597
+ text-decoration: underline;
33598
+ }
33599
+ .apple-login-button__view-all-mobile___Kk5t1,
33600
+ .apple-login-button__viewAllMobile___cznr_ {
33601
+ display: none;
33602
+ }
33603
+ @media only screen and (max-width: 768px) {
33604
+ .apple-login-button__view-all-mobile___Kk5t1,
33605
+ .apple-login-button__viewAllMobile___cznr_ {
33606
+ display: flex;
33607
+ align-items: center;
33608
+ justify-content: center;
33609
+ margin-top: 40px;
33610
+ }
33611
+ }
33612
+ @media only screen and (max-width: 480px) {
33613
+ .apple-login-button__view-all-mobile___Kk5t1,
33614
+ .apple-login-button__viewAllMobile___cznr_ {
33615
+ margin-top: 24px;
33616
+ }
33617
+ }
33618
+ .apple-login-button__accent-btn___nsUdz,
33619
+ .apple-login-button__accentBtn___nV53L {
33620
+ background-color: var(--accentColor);
33621
+ color: #fff;
33622
+ }
33623
+ .apple-login-button__no-scroll___K6rEz,
33624
+ .apple-login-button__noScroll___YSL2S {
33625
+ overflow-y: hidden;
33626
+ }
33627
+ .apple-login-button__hide-overflow___nBoux,
33628
+ .apple-login-button__hideOverflow___UTMCC {
33629
+ overflow: hidden;
33630
+ }
33631
+ .apple-login-button__markdown-body___hbLF0 h6 {
33632
+ margin-top: 0 !important;
33633
+ margin-bottom: 0 !important;
33634
+ }
33635
+ @media only screen and (max-width: 480px) {
33636
+ .apple-login-button__markdown-body___hbLF0 {
33637
+ font-size: 12px !important;
33638
+ padding: 5px !important;
33639
+ }
33640
+ }
33641
+ .apple-login-button__view3d-canvas___YbVDV {
33642
+ width: 100%;
33643
+ height: 100%;
33644
+ }
33645
+ @media only screen and (max-width: 480px) {
33646
+ .apple-login-button__view-mobile-up___QmpIA {
33647
+ display: none !important;
33648
+ }
33649
+ }
33650
+ @media only screen and (min-width: 481px) {
33651
+ .apple-login-button__view-mobile___hDSl7 {
33652
+ display: none !important;
33653
+ }
33654
+ }
33655
+ .apple-login-button__apple-login-container___QDt06 {
33656
+ margin-top: 12px;
33657
+ }
33658
+ .apple-login-button__apple-login-container___QDt06 .apple-login-button__apple-login-button___bv6AQ {
33659
+ height: 48px;
33660
+ padding: 12px;
33661
+ background: transparent;
33662
+ border-radius: 4px;
33663
+ border: 1px solid var(--dividerStokes, #dadce0);
33664
+ font-size: 14px;
33665
+ font-style: normal;
33666
+ font-weight: 600;
33667
+ line-height: 19.6px;
33668
+ text-transform: uppercase;
33669
+ color: var(--textHeading, #3c4043);
33670
+ width: 100%;
33671
+ box-sizing: border-box;
33672
+ display: flex;
33673
+ align-items: center;
33674
+ cursor: pointer;
33675
+ font-family: var(--font-body);
33676
+ }
33677
+ .apple-login-button__apple-login-container___QDt06 .apple-login-button__apple-login-button___bv6AQ svg {
33678
+ flex: 0 0 24px;
33679
+ fill: black;
33680
+ }
33681
+ .apple-login-button__apple-login-container___QDt06 .apple-login-button__apple-login-button___bv6AQ span {
33682
+ margin-inline-end: 24px;
33683
+ color: var(--textHeading, #3c4043);
33684
+ font-size: 14px;
33685
+ font-style: normal;
33686
+ font-weight: 600;
33687
+ line-height: 19.6px;
33688
+ text-transform: uppercase;
33689
+ width: 100%;
33690
+ }
33691
+
33692
+ /**color by character**/
33693
+ /** Font family **/
33694
+ /** Font weight **/
33695
+ .register__display-block___Ty3pz {
33696
+ display: block;
33697
+ }
33698
+ .register__inline-block___MGPAP,
33699
+ .register__inlineBlock___IJY8E {
33700
+ display: inline-block;
33701
+ }
33702
+ .register__flex-row___PjZtr {
33703
+ display: flex;
33704
+ }
33705
+ .register__flex-column___NgaUX,
33706
+ .register__flexColumn___RZ0mw {
33707
+ display: flex;
33708
+ flex-direction: column;
33709
+ }
33710
+ .register__flex-align-center___hHVWe,
33711
+ .register__flexAlignCenter___c3Uuc {
33712
+ display: flex;
33713
+ align-items: center;
33714
+ }
33715
+ .register__flex-justify-center___IcPyf,
33716
+ .register__flexJustifyCenter___WCRKb {
33717
+ display: flex;
33718
+ justify-content: center;
33719
+ }
33720
+ .register__flex-center___ccpWY,
33721
+ .register__flexCenter___Rt2JU {
33722
+ display: flex;
33723
+ justify-content: center;
33724
+ align-items: center;
33725
+ }
33726
+ .register__justify-start___MOCCx,
33727
+ .register__justifyStart___L35Q3 {
33728
+ justify-content: flex-start;
33729
+ }
33730
+ .register__justify-end___qzVTl,
33731
+ .register__justifyEnd___fUEXi {
33732
+ justify-content: flex-end;
33733
+ }
33734
+ .register__justify-between___im8OZ,
33735
+ .register__justifyBetween___Jzxs1 {
33736
+ justify-content: space-between;
33737
+ }
33738
+ .register__justify-around___fyzGp,
33739
+ .register__justifyAround___cMNoJ {
33740
+ justify-content: space-around;
33741
+ }
33742
+ .register__justify-evenly___RIugE,
33743
+ .register__justifyEvenly___XcL0c {
33744
+ justify-content: space-evenly;
33745
+ }
33746
+ h1,
33747
+ .register__h1___cfWUz {
33748
+ font-weight: 700;
33749
+ font-size: 28px;
33750
+ line-height: 42px;
33751
+ letter-spacing: -0.03em;
33752
+ color: var(--textHeading, #26201a);
33753
+ }
33754
+ @media only screen and (min-width: 769px) {
33755
+ h1,
33756
+ .register__h1___cfWUz {
33757
+ font-size: 36px;
33758
+ line-height: 48px;
33759
+ }
33760
+ }
33761
+ h2,
33762
+ .register__h2___sYhk8 {
33763
+ font-weight: 700;
33764
+ font-size: 28px;
33765
+ line-height: 36px;
33766
+ letter-spacing: -0.03em;
33767
+ color: var(--textHeading, #26201a);
33768
+ }
33769
+ @media only screen and (min-width: 769px) {
33770
+ h2,
33771
+ .register__h2___sYhk8 {
33772
+ font-size: 32px;
33773
+ line-height: 42px;
33774
+ }
33775
+ }
33776
+ h3,
33777
+ .register__h3___ZeXGd {
33778
+ font-weight: 700;
33779
+ letter-spacing: -0.02em;
33780
+ color: var(--textHeading, #26201a);
33781
+ font-size: 24px;
33782
+ line-height: 32px;
33783
+ }
33784
+ @media only screen and (min-width: 769px) {
33785
+ h3,
33786
+ .register__h3___ZeXGd {
33787
+ font-weight: 700;
33788
+ letter-spacing: -0.02em;
33789
+ color: var(--textHeading, #26201a);
33790
+ font-size: 28px;
33791
+ line-height: 36px;
33792
+ }
33793
+ }
33794
+ h4,
33795
+ .register__h4___kSLut {
33796
+ font-weight: 600;
33797
+ letter-spacing: -0.02em;
33798
+ color: var(--textHeading, #26201a);
33799
+ font-size: 16px;
33800
+ line-height: 1.5;
33801
+ }
33802
+ @media only screen and (min-width: 769px) {
33803
+ h4,
33804
+ .register__h4___kSLut {
33805
+ font-weight: 600;
33806
+ letter-spacing: -0.02em;
33807
+ color: var(--textHeading, #26201a);
33808
+ font-size: 20px;
33809
+ line-height: 1.5;
33810
+ }
33811
+ }
33812
+ h5,
33813
+ .register__h5___XqV83 {
33814
+ font-weight: 600;
33815
+ font-size: 14px;
33816
+ line-height: 16px;
33817
+ letter-spacing: -0.02em;
33818
+ color: var(--textHeading, #26201a);
33819
+ }
33820
+ @media only screen and (min-width: 769px) {
33821
+ h5,
33822
+ .register__h5___XqV83 {
33823
+ font-size: 16px;
33824
+ line-height: 18px;
33825
+ }
33826
+ }
33827
+ .register__b1___wsBJz {
33828
+ font-weight: 400;
33829
+ font-size: 14px;
33830
+ line-height: 18px;
33831
+ letter-spacing: -0.02em;
33832
+ color: var(--textBody, #3c3131);
33833
+ }
33834
+ @media only screen and (min-width: 769px) {
33835
+ .register__b1___wsBJz {
33836
+ font-size: 16px;
33837
+ line-height: 20px;
33838
+ }
33839
+ }
33840
+ .register__b-small___N0ISE,
33841
+ .register__bSmall___NFkE9,
33842
+ .register__b2___YRO0g {
33843
+ font-weight: 400;
33844
+ letter-spacing: -0.02em;
33845
+ color: var(--textBody, #3c3131);
33846
+ font-size: 12px;
33847
+ line-height: 16px;
33848
+ }
33849
+ @media only screen and (min-width: 769px) {
33850
+ .register__b-small___N0ISE,
33851
+ .register__bSmall___NFkE9,
33852
+ .register__b2___YRO0g {
33853
+ font-weight: 400;
33854
+ letter-spacing: -0.02em;
33855
+ color: var(--textBody, #3c3131);
33856
+ font-size: 14px;
33857
+ line-height: 18px;
33858
+ }
33859
+ }
33860
+ .register__d1___tWxL6 {
33861
+ font-size: 36px;
33862
+ font-weight: 700;
33863
+ line-height: 48px;
33864
+ letter-spacing: -0.02em;
33865
+ }
33866
+ @media only screen and (min-width: 769px) {
33867
+ .register__d1___tWxL6 {
33868
+ font-size: 64px;
33869
+ line-height: 85px;
33870
+ letter-spacing: -0.03em;
33871
+ }
33872
+ }
33873
+ .register__caption-medium___L4Mr9,
33874
+ .register__captionMedium___LtsKn {
33875
+ font-size: 12px;
33876
+ line-height: 1.5;
33877
+ letter-spacing: -0.02em;
33878
+ font-weight: 500;
33879
+ }
33880
+ @media only screen and (max-width: 480px) {
33881
+ .register__caption-medium___L4Mr9,
33882
+ .register__captionMedium___LtsKn {
33883
+ font-size: 11px;
33884
+ }
33885
+ }
33886
+ .register__caption-semi-bold___iPZBa,
33887
+ .register__captionSemiBold___A0_l_ {
33888
+ font-size: 12px;
33889
+ line-height: 1.5;
33890
+ letter-spacing: -0.02em;
33891
+ font-weight: 600;
33892
+ }
33893
+ @media only screen and (max-width: 480px) {
33894
+ .register__caption-semi-bold___iPZBa,
33895
+ .register__captionSemiBold___A0_l_ {
33896
+ font-size: 11px;
33897
+ }
33898
+ }
33899
+ .register__btn-link___B3tif,
33900
+ .register__btnLink___zr5n4 {
33901
+ font-weight: 500;
33902
+ letter-spacing: -0.02em;
33903
+ font-size: 12px;
33904
+ line-height: 14px;
33905
+ border-radius: var(--buttonRadius, 0px);
33906
+ cursor: pointer;
33907
+ color: var(--buttonLink, #b1655b);
33908
+ text-decoration: underline;
33909
+ background: none;
33910
+ border: none;
33911
+ }
33912
+ @media only screen and (min-width: 769px) {
33913
+ .register__btn-link___B3tif,
33914
+ .register__btnLink___zr5n4 {
33915
+ font-weight: 500;
33916
+ letter-spacing: -0.02em;
33917
+ font-size: 14px;
33918
+ line-height: 16px;
33919
+ }
33920
+ }
33921
+ .register__btn-link___B3tif:hover,
33922
+ .register__btnLink___zr5n4:hover {
33923
+ color: var(--buttonLinkL1, #c1847c);
33924
+ }
33925
+ .register__btn-link___B3tif:disabled,
33926
+ .register__btnLink___zr5n4:disabled {
33927
+ color: var(--buttonLinkL2, #d0a39d);
33928
+ }
33929
+ .register__btn-link___B3tif:active,
33930
+ .register__btnLink___zr5n4:active {
33931
+ opacity: 0.8;
33932
+ }
33933
+ .register__user-select-none___g5nur,
33934
+ .register__userSelectNone___G2Pvx {
33935
+ user-select: none;
33936
+ -moz-user-select: none;
33937
+ -webkit-user-select: none;
33938
+ -ms-user-select: none;
33939
+ }
33940
+ .register__margin-0-auto___nh0bW,
33941
+ .register__margin0auto___fIMq_ {
33942
+ margin: 0 auto;
33943
+ }
33944
+ .register__base-page-container___Kwalt,
33945
+ .register__basePageContainer___VdsVE {
33946
+ max-width: 1440px !important;
33947
+ }
33948
+ .register__remove-scroll___ZOdOs,
33949
+ .register__removeScroll___syDdk {
33950
+ overflow-y: hidden !important;
33951
+ }
33952
+ .register__mr-5___T97MX,
33953
+ .register__mr5___kqmGX {
33954
+ margin-inline-end: 30px !important;
33955
+ }
33956
+ .register__mr-2___roAsT,
33957
+ .register__mr2___cbPkB {
33958
+ margin-inline-end: 5px !important;
33959
+ }
33960
+ .register__py-5___Bj9U9,
33961
+ .register__py5___jb5Np {
33962
+ padding-top: 1.875rem !important;
33963
+ padding-bottom: 1.875rem !important;
33964
+ }
33965
+ .register__view-all-text___rL7xD,
33966
+ .register__viewAllText___APLAc {
33967
+ font-size: 20px;
33968
+ font-weight: 400;
33969
+ text-transform: lowercase;
33970
+ text-decoration: underline;
33971
+ }
33972
+ .register__view-all-mobile___qm4bm,
33973
+ .register__viewAllMobile___injSi {
33974
+ display: none;
33975
+ }
33976
+ @media only screen and (max-width: 768px) {
33977
+ .register__view-all-mobile___qm4bm,
33978
+ .register__viewAllMobile___injSi {
33979
+ display: flex;
33980
+ align-items: center;
33981
+ justify-content: center;
33982
+ margin-top: 40px;
33983
+ }
33984
+ }
33985
+ @media only screen and (max-width: 480px) {
33986
+ .register__view-all-mobile___qm4bm,
33987
+ .register__viewAllMobile___injSi {
33988
+ margin-top: 24px;
33989
+ }
33990
+ }
33991
+ .register__accent-btn___PKcSU,
33992
+ .register__accentBtn___EzZFj {
33993
+ background-color: var(--accentColor);
33994
+ color: #fff;
33995
+ }
33996
+ .register__no-scroll___lOax6,
33997
+ .register__noScroll___dtigN {
33998
+ overflow-y: hidden;
33999
+ }
34000
+ .register__hide-overflow___tS_Mb,
34001
+ .register__hideOverflow___Y3zk_ {
34002
+ overflow: hidden;
34003
+ }
34004
+ .register__markdown-body___tdjF1 h6 {
34005
+ margin-top: 0 !important;
34006
+ margin-bottom: 0 !important;
34007
+ }
34008
+ @media only screen and (max-width: 480px) {
34009
+ .register__markdown-body___tdjF1 {
34010
+ font-size: 12px !important;
34011
+ padding: 5px !important;
34012
+ }
34013
+ }
34014
+ .register__view3d-canvas___ukXkj {
34015
+ width: 100%;
34016
+ height: 100%;
34017
+ }
34018
+ @media only screen and (max-width: 480px) {
34019
+ .register__view-mobile-up___PTI2S {
34020
+ display: none !important;
34021
+ }
34022
+ }
34023
+ @media only screen and (min-width: 481px) {
34024
+ .register__view-mobile___Y302N {
34025
+ display: none !important;
34026
+ }
34027
+ }
34028
+ .register__containerWrapper___KVeb_ {
34029
+ width: 400px;
34030
+ padding: 24px;
34031
+ }
34032
+ .register__required___npDAe {
34033
+ color: var(--errorText, #ff3333);
34034
+ }
34035
+ .register__registerFormWrapper___nCdfI {
34036
+ margin-top: 10px;
34037
+ min-height: 417px;
34038
+ }
34039
+ .register__registerFormWrapper___nCdfI .register__title___Doc2C {
34040
+ color: var(--textHeading, #26201a);
34041
+ text-align: center;
34042
+ font-size: 32px;
34043
+ font-style: normal;
34044
+ font-weight: 700;
34045
+ line-height: 44.8px;
34046
+ margin-bottom: 32px;
34047
+ }
34048
+ @media only screen and (max-width: 768px) {
34049
+ .register__registerFormWrapper___nCdfI .register__title___Doc2C {
34050
+ font-size: 24px;
34051
+ line-height: 33.6px;
34052
+ }
34053
+ }
34054
+ @media only screen and (max-width: 768px) {
34055
+ .register__registerFormWrapper___nCdfI {
34056
+ min-height: 367px;
34057
+ }
34058
+ }
34059
+ .register__registerFormWrapper___nCdfI input[type="text"],
34060
+ .register__registerFormWrapper___nCdfI input[type="password"] {
34061
+ height: 48px;
34062
+ border: 1px solid var(--dividerStokes, #d4d1d1);
34063
+ padding: 16px;
34064
+ border-radius: 4px;
34065
+ background-color: var(--pageBackground, #f8f8f8);
34066
+ box-sizing: border-box;
34067
+ color: var(--textBody, #3c3131);
34068
+ font-size: 14px;
34069
+ font-style: normal;
34070
+ font-weight: 400;
34071
+ line-height: 19.6px;
34072
+ width: 100%;
34073
+ }
34074
+ .register__registerFormWrapper___nCdfI input[type="text"]:focus-visible,
34075
+ .register__registerFormWrapper___nCdfI input[type="password"]:focus-visible {
34076
+ outline: none;
34077
+ }
34078
+ @media only screen and (max-width: 768px) {
34079
+ .register__registerFormWrapper___nCdfI input[type="text"],
34080
+ .register__registerFormWrapper___nCdfI input[type="password"] {
34081
+ font-size: 16px;
34082
+ }
34083
+ }
34084
+ .register__registerFormWrapper___nCdfI .register__inputTitle___W2xZ1 {
34085
+ position: absolute;
34086
+ background-color: var(--pageBackground, #f8f8f8);
34087
+ padding: 0 4px;
34088
+ margin: 0 12px;
34089
+ z-index: 1;
34090
+ transform: translateY(-50%);
34091
+ color: var(--textLabel, #7d7676);
34092
+ font-size: 12px;
34093
+ font-style: normal;
34094
+ font-weight: 400;
34095
+ line-height: 16.8px;
34096
+ }
34097
+ .register__registerFormWrapper___nCdfI .register__inputTitle___W2xZ1 input {
34098
+ background-color: var(--pageBackground, #f8f8f8);
34099
+ }
34100
+ .register__registerFormWrapper___nCdfI .register__genderRadioContainer___orGL6 {
34101
+ padding: 8px 0;
34102
+ }
34103
+ .register__registerFormWrapper___nCdfI .register__genderRadioContainer___orGL6 .register__radioContainer___oXJg1 {
34104
+ margin-bottom: 8px;
34105
+ padding-inline-start: 24px;
34106
+ margin-inline-end: 12px;
34107
+ position: relative;
34108
+ color: var(--textBody, #3c3131);
34109
+ font-size: 14px;
34110
+ font-style: normal;
34111
+ font-weight: 400;
34112
+ line-height: 19.6px;
34113
+ }
34114
+ .register__registerFormWrapper___nCdfI .register__genderRadioContainer___orGL6 .register__radioContainer___oXJg1 input {
34115
+ position: absolute;
34116
+ opacity: 0;
34117
+ cursor: pointer;
34118
+ }
34119
+ .register__registerFormWrapper___nCdfI .register__genderRadioContainer___orGL6 .register__radioContainer___oXJg1 .register__checkmark___xXyWU {
34120
+ height: 16px;
34121
+ width: 16px;
34122
+ position: absolute;
34123
+ top: 50%;
34124
+ inset-inline-start: 0;
34125
+ transform: translateY(-50%);
34126
+ border: 1px solid #919191;
34127
+ border-radius: 50%;
34128
+ }
34129
+ .register__registerFormWrapper___nCdfI .register__genderRadioContainer___orGL6 .register__radioContainer___oXJg1 .register__checkmark___xXyWU:after {
34130
+ content: "";
34131
+ position: absolute;
34132
+ display: none;
34133
+ top: 50%;
34134
+ inset-inline-start: 50%;
34135
+ transform: translate(-50%, -50%);
34136
+ width: 9px;
34137
+ height: 9px;
34138
+ border-radius: 50%;
34139
+ background: #919191;
34140
+ }
34141
+ [dir="rtl"] .register__registerFormWrapper___nCdfI .register__genderRadioContainer___orGL6 .register__radioContainer___oXJg1 .register__checkmark___xXyWU:after {
34142
+ transform: translate(50%, -50%);
34143
+ }
34144
+ .register__registerFormWrapper___nCdfI .register__genderRadioContainer___orGL6 .register__radioContainer___oXJg1 input:checked ~ .register__checkmark___xXyWU:after {
34145
+ display: block;
34146
+ }
34147
+ .register__registerFormWrapper___nCdfI .register__resgisterPassworInput___NTXOF,
34148
+ .register__registerFormWrapper___nCdfI .register__registerConfirmPasswordInput___SSNxF,
34149
+ .register__registerFormWrapper___nCdfI .register__resgisterEmail___TcRgS,
34150
+ .register__registerFormWrapper___nCdfI .register__registerNameInput___aDk24 {
34151
+ display: flex;
34152
+ flex-direction: column;
34153
+ }
34154
+ .register__registerFormWrapper___nCdfI .register__registerNameInput___aDk24,
34155
+ .register__registerFormWrapper___nCdfI .register__genderRadioContainer___orGL6,
34156
+ .register__registerFormWrapper___nCdfI .register__registerPasswordInput___VEdo1,
34157
+ .register__registerFormWrapper___nCdfI .register__registerConfirmPasswordInput___SSNxF,
34158
+ .register__registerFormWrapper___nCdfI .register__registerMobileInput___yLu2C,
34159
+ .register__registerFormWrapper___nCdfI .register__registerEmail___LvvEV {
34160
+ margin-bottom: 20px;
34161
+ }
34162
+ .register__registerFormWrapper___nCdfI .register__registerMobileInput___yLu2C {
34163
+ min-height: 57px;
34164
+ }
34165
+ @media only screen and (max-width: 768px) {
34166
+ .register__registerFormWrapper___nCdfI .register__registerMobileInput___yLu2C {
34167
+ min-height: 49px;
34168
+ }
34169
+ }
34170
+ .register__registerFormWrapper___nCdfI .register__registerBtn___uMz21 {
33047
34171
  display: block;
33048
34172
  border: none;
33049
34173
  width: 100%;
@@ -33920,6 +35044,7 @@ h5,
33920
35044
  border: 1px solid var(--dividerStokes);
33921
35045
  border-radius: 8px;
33922
35046
  opacity: 0.5;
35047
+ margin-top: 20px;
33923
35048
  }
33924
35049
  @media only screen and (min-width: 769px) and (max-width: 1024px) {
33925
35050
  .single-page-shipment__reviewHeaderUnselect___mNmXU {
@@ -37385,7 +38510,7 @@ h5,
37385
38510
  .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 {
37386
38511
  transform: rotate(270deg);
37387
38512
  }
37388
- [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 {
38513
+ [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 {
37389
38514
  transform: rotate(90deg);
37390
38515
  }
37391
38516
  .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 {
@@ -38944,6 +40069,63 @@ h5,
38944
40069
  width: 24px;
38945
40070
  height: 24px;
38946
40071
  }
40072
+ .checkout-payment-content__noOptionContainer___uCGHg {
40073
+ display: flex;
40074
+ padding: 24px;
40075
+ flex-direction: column;
40076
+ align-items: center;
40077
+ gap: 24px;
40078
+ align-self: stretch;
40079
+ border: 1px solid var(--dividerStokes);
40080
+ border-top: unset;
40081
+ border-radius: 0 0 8px 8px;
40082
+ background: var(--pageBackground, #f8f8f8);
40083
+ }
40084
+ @media only screen and (max-width: 768px) {
40085
+ .checkout-payment-content__noOptionContainer___uCGHg {
40086
+ border-radius: 0;
40087
+ border: none;
40088
+ }
40089
+ }
40090
+ .checkout-payment-content__noOptionContainer___uCGHg .checkout-payment-content__noOptionText___zceGG {
40091
+ display: flex;
40092
+ max-width: 580px;
40093
+ width: 100%;
40094
+ flex-direction: column;
40095
+ align-items: center;
40096
+ gap: 8px;
40097
+ }
40098
+ .checkout-payment-content__noOptionContainer___uCGHg .checkout-payment-content__noOptionText___zceGG h3 {
40099
+ color: var(--textHeading, #26201a);
40100
+ text-align: center;
40101
+ font-size: 16px;
40102
+ font-style: normal;
40103
+ font-weight: 700;
40104
+ line-height: 140%;
40105
+ align-self: stretch;
40106
+ }
40107
+ @media only screen and (max-width: 768px) {
40108
+ .checkout-payment-content__noOptionContainer___uCGHg .checkout-payment-content__noOptionText___zceGG h3 {
40109
+ font-weight: 600;
40110
+ }
40111
+ }
40112
+ .checkout-payment-content__noOptionContainer___uCGHg .checkout-payment-content__noOptionText___zceGG p {
40113
+ color: var(--textBody, #3c3131);
40114
+ text-align: center;
40115
+ font-size: 14px;
40116
+ font-style: normal;
40117
+ font-weight: 400;
40118
+ line-height: 140%;
40119
+ align-self: stretch;
40120
+ }
40121
+ @media only screen and (max-width: 768px) {
40122
+ .checkout-payment-content__noOptionContainer___uCGHg .checkout-payment-content__noOptionText___zceGG p {
40123
+ font-size: 12px;
40124
+ }
40125
+ }
40126
+ .checkout-payment-content__noOptionContainer___uCGHg .checkout-payment-content__noOptionText___zceGG .checkout-payment-content__contact_us___KWS91 {
40127
+ margin-top: 12px;
40128
+ }
38947
40129
 
38948
40130
  /**color by character**/
38949
40131
  /** Font family **/
@@ -40436,6 +41618,9 @@ h5,
40436
41618
  display: none !important;
40437
41619
  }
40438
41620
  }
41621
+ .checkout-payment__paymentContainer___1UBn5 {
41622
+ margin-top: 20px;
41623
+ }
40439
41624
  .checkout-payment__paymentContainer___1UBn5.checkout-payment__disabledPayment___xwflL {
40440
41625
  pointer-events: none;
40441
41626
  /* Prevents clicks */