@gofynd/theme-template 3.2.6 → 3.2.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (86) hide show
  1. package/dist/components/address-form/address-form.js +1 -1
  2. package/dist/components/address-form/form-input-selector.js +1 -1
  3. package/dist/components/address-form/v2/address-form.js +1 -1
  4. package/dist/components/compare-product-card/compare-product-card.css +824 -0
  5. package/dist/components/compare-product-card/compare-product-card.js +1 -0
  6. package/dist/components/core/fy-dropdown/fy-dropdown.js +1 -1
  7. package/dist/components/core/fy-input/fy-input.js +1 -1
  8. package/dist/components/filter-modal/filter-modal.js +1 -1
  9. package/dist/components/form-builder/form-builder.js +1 -1
  10. package/dist/components/google-map/google-map.js +1 -1
  11. package/dist/components/index.js +1 -1
  12. package/dist/components/location-modal/location-modal.js +1 -1
  13. package/dist/components/product-card/product-card.js +1 -1
  14. package/dist/components/quantity-control/quantity-control.js +1 -1
  15. package/dist/components/range-slider/range-slider.js +1 -1
  16. package/dist/index.css +1401 -213
  17. package/dist/index.js +1 -1
  18. package/dist/page-layouts/cart/Components/chip-item/chip-item.css +2 -0
  19. package/dist/page-layouts/cart/Components/chip-item/chip-item.js +1 -1
  20. package/dist/page-layouts/cart/Components/delivery-location/delivery-location.js +1 -1
  21. package/dist/page-layouts/compare/compare.css +7319 -309
  22. package/dist/page-layouts/compare/compare.js +2 -1
  23. package/dist/page-layouts/compare/compare.js.LICENSE.txt +5 -0
  24. package/dist/page-layouts/login/component/social-login-button/apple-login-button.css +373 -0
  25. package/dist/page-layouts/login/component/social-login-button/apple-login-button.js +1 -0
  26. package/dist/page-layouts/login/component/social-login-button/facebook-login-button.css +373 -0
  27. package/dist/page-layouts/login/component/social-login-button/facebook-login-button.js +1 -0
  28. package/dist/page-layouts/login/component/social-login-button/google-login-button.css +375 -0
  29. package/dist/page-layouts/login/component/social-login-button/google-login-button.js +1 -0
  30. package/dist/page-layouts/plp/Components/add-to-cart/add-to-cart.css +3 -0
  31. package/dist/page-layouts/plp/Components/add-to-cart/add-to-cart.js +1 -1
  32. package/dist/page-layouts/plp/Components/delivery-info/delivery-info.js +1 -1
  33. package/dist/page-layouts/plp/Components/filter-item/filter-item.js +1 -1
  34. package/dist/page-layouts/plp/Components/filter-list/filter-list.js +1 -1
  35. package/dist/page-layouts/plp/Components/image-gallery/image-gallery.js +1 -1
  36. package/dist/page-layouts/plp/Components/lightbox-image/lightbox-image.js +1 -1
  37. package/dist/page-layouts/plp/Components/mobile-slider/mobile-slider.js +1 -1
  38. package/dist/page-layouts/plp/Components/product-variants/product-variants.js +1 -1
  39. package/dist/page-layouts/single-checkout/address/single-address.js +1 -1
  40. package/dist/page-layouts/single-checkout/payment/card-form.css +59 -1
  41. package/dist/page-layouts/single-checkout/payment/checkout-payment-content.css +59 -1
  42. package/dist/page-layouts/single-checkout/payment/checkout-payment-content.js +1 -1
  43. package/dist/page-layouts/single-checkout/payment/checkout-payment.css +62 -1
  44. package/dist/page-layouts/single-checkout/payment/checkout-payment.js +1 -1
  45. package/dist/page-layouts/single-checkout/payment/juspay-card-from.css +59 -1
  46. package/dist/page-layouts/single-checkout/shipment/single-page-shipment.css +1 -0
  47. package/dist/pages/cart/cart.css +2 -0
  48. package/dist/pages/cart/cart.js +1 -1
  49. package/dist/pages/cart/index.css +2 -0
  50. package/dist/pages/cart/index.js +1 -1
  51. package/dist/pages/checkout/checkout.css +63 -1
  52. package/dist/pages/checkout/checkout.js +1 -1
  53. package/dist/pages/checkout/index.css +63 -1
  54. package/dist/pages/checkout/index.js +1 -1
  55. package/dist/pages/contact-us/contact-us.js +1 -1
  56. package/dist/pages/contact-us/index.js +1 -1
  57. package/dist/pages/index.css +1401 -213
  58. package/dist/pages/index.js +1 -1
  59. package/dist/pages/login/index.css +1121 -0
  60. package/dist/pages/login/index.js +1 -1
  61. package/dist/pages/login/login.css +1121 -0
  62. package/dist/pages/login/login.js +1 -1
  63. package/dist/pages/order/index.js +1 -1
  64. package/dist/pages/order/order-tracking-details/order-tracking-details.js +1 -1
  65. package/dist/pages/order/order-tracking.js +1 -1
  66. package/dist/pages/order-status/index.css +5 -0
  67. package/dist/pages/order-status/index.js +1 -1
  68. package/dist/pages/order-status/order-status.css +5 -0
  69. package/dist/pages/order-status/order-status.js +1 -1
  70. package/dist/pages/product-listing/index.css +3 -0
  71. package/dist/pages/product-listing/index.js +1 -1
  72. package/dist/pages/product-listing/product-listing.css +3 -0
  73. package/dist/pages/product-listing/product-listing.js +1 -1
  74. package/dist/pages/profile/components/add-email-modal/add-email-modal.js +1 -1
  75. package/dist/pages/profile/components/add-phone-modal/add-phone-modal.js +1 -1
  76. package/dist/pages/profile/email/email.js +1 -1
  77. package/dist/pages/profile/email/index.js +1 -1
  78. package/dist/pages/profile/index.js +1 -1
  79. package/dist/pages/profile/phone/index.js +1 -1
  80. package/dist/pages/profile/phone/phone.js +1 -1
  81. package/dist/pages/profile/profile-details.js +1 -1
  82. package/dist/pages/wishlist/index.css +3 -0
  83. package/dist/pages/wishlist/index.js +1 -1
  84. package/dist/pages/wishlist/wishlist.css +3 -0
  85. package/dist/pages/wishlist/wishlist.js +1 -1
  86. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -12890,6 +12890,8 @@ h5,
12890
12890
  position: absolute;
12891
12891
  top: 0;
12892
12892
  inset-inline-end: 0;
12893
+ cursor: pointer;
12894
+ z-index: 1;
12893
12895
  }
12894
12896
  .chip-item__cartItemsListContainer___ud9jU .chip-item__eachItemContainer___rROgS .chip-item__eachItemDetailsContainer___RLC12 .chip-item__itemBrand___I14XU {
12895
12897
  color: var(--textHeading);
@@ -23992,6 +23994,9 @@ h5,
23992
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 {
23993
23995
  color: var(--buttonPrimaryL1, #71653a);
23994
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
+ }
23995
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 {
23996
24001
  cursor: pointer;
23997
24002
  }
@@ -32566,59 +32571,59 @@ h5,
32566
32571
  /**color by character**/
32567
32572
  /** Font family **/
32568
32573
  /** Font weight **/
32569
- .register__display-block___Ty3pz {
32574
+ .google-login-button__display-block___s15RG {
32570
32575
  display: block;
32571
32576
  }
32572
- .register__inline-block___MGPAP,
32573
- .register__inlineBlock___IJY8E {
32577
+ .google-login-button__inline-block___Q_L25,
32578
+ .google-login-button__inlineBlock___PixDy {
32574
32579
  display: inline-block;
32575
32580
  }
32576
- .register__flex-row___PjZtr {
32581
+ .google-login-button__flex-row___Ac1Tp {
32577
32582
  display: flex;
32578
32583
  }
32579
- .register__flex-column___NgaUX,
32580
- .register__flexColumn___RZ0mw {
32584
+ .google-login-button__flex-column___yjfVB,
32585
+ .google-login-button__flexColumn___tktA6 {
32581
32586
  display: flex;
32582
32587
  flex-direction: column;
32583
32588
  }
32584
- .register__flex-align-center___hHVWe,
32585
- .register__flexAlignCenter___c3Uuc {
32589
+ .google-login-button__flex-align-center___AGQ4A,
32590
+ .google-login-button__flexAlignCenter___jcHeh {
32586
32591
  display: flex;
32587
32592
  align-items: center;
32588
32593
  }
32589
- .register__flex-justify-center___IcPyf,
32590
- .register__flexJustifyCenter___WCRKb {
32594
+ .google-login-button__flex-justify-center___pwIau,
32595
+ .google-login-button__flexJustifyCenter___etrqc {
32591
32596
  display: flex;
32592
32597
  justify-content: center;
32593
32598
  }
32594
- .register__flex-center___ccpWY,
32595
- .register__flexCenter___Rt2JU {
32599
+ .google-login-button__flex-center___iZzXf,
32600
+ .google-login-button__flexCenter___Udri1 {
32596
32601
  display: flex;
32597
32602
  justify-content: center;
32598
32603
  align-items: center;
32599
32604
  }
32600
- .register__justify-start___MOCCx,
32601
- .register__justifyStart___L35Q3 {
32605
+ .google-login-button__justify-start___jP0Bf,
32606
+ .google-login-button__justifyStart___lB7Bm {
32602
32607
  justify-content: flex-start;
32603
32608
  }
32604
- .register__justify-end___qzVTl,
32605
- .register__justifyEnd___fUEXi {
32609
+ .google-login-button__justify-end___M6bWw,
32610
+ .google-login-button__justifyEnd___g8Qzy {
32606
32611
  justify-content: flex-end;
32607
32612
  }
32608
- .register__justify-between___im8OZ,
32609
- .register__justifyBetween___Jzxs1 {
32613
+ .google-login-button__justify-between___otTVm,
32614
+ .google-login-button__justifyBetween___Zv57a {
32610
32615
  justify-content: space-between;
32611
32616
  }
32612
- .register__justify-around___fyzGp,
32613
- .register__justifyAround___cMNoJ {
32617
+ .google-login-button__justify-around___BJOT_,
32618
+ .google-login-button__justifyAround___VvLTn {
32614
32619
  justify-content: space-around;
32615
32620
  }
32616
- .register__justify-evenly___RIugE,
32617
- .register__justifyEvenly___XcL0c {
32621
+ .google-login-button__justify-evenly___JJl44,
32622
+ .google-login-button__justifyEvenly___UKmGy {
32618
32623
  justify-content: space-evenly;
32619
32624
  }
32620
32625
  h1,
32621
- .register__h1___cfWUz {
32626
+ .google-login-button__h1___IRFRh {
32622
32627
  font-weight: 700;
32623
32628
  font-size: 28px;
32624
32629
  line-height: 42px;
@@ -32627,13 +32632,13 @@ h1,
32627
32632
  }
32628
32633
  @media only screen and (min-width: 769px) {
32629
32634
  h1,
32630
- .register__h1___cfWUz {
32635
+ .google-login-button__h1___IRFRh {
32631
32636
  font-size: 36px;
32632
32637
  line-height: 48px;
32633
32638
  }
32634
32639
  }
32635
32640
  h2,
32636
- .register__h2___sYhk8 {
32641
+ .google-login-button__h2___rMEfg {
32637
32642
  font-weight: 700;
32638
32643
  font-size: 28px;
32639
32644
  line-height: 36px;
@@ -32642,13 +32647,13 @@ h2,
32642
32647
  }
32643
32648
  @media only screen and (min-width: 769px) {
32644
32649
  h2,
32645
- .register__h2___sYhk8 {
32650
+ .google-login-button__h2___rMEfg {
32646
32651
  font-size: 32px;
32647
32652
  line-height: 42px;
32648
32653
  }
32649
32654
  }
32650
32655
  h3,
32651
- .register__h3___ZeXGd {
32656
+ .google-login-button__h3___gdnae {
32652
32657
  font-weight: 700;
32653
32658
  letter-spacing: -0.02em;
32654
32659
  color: var(--textHeading, #26201a);
@@ -32657,7 +32662,7 @@ h3,
32657
32662
  }
32658
32663
  @media only screen and (min-width: 769px) {
32659
32664
  h3,
32660
- .register__h3___ZeXGd {
32665
+ .google-login-button__h3___gdnae {
32661
32666
  font-weight: 700;
32662
32667
  letter-spacing: -0.02em;
32663
32668
  color: var(--textHeading, #26201a);
@@ -32666,7 +32671,7 @@ h3,
32666
32671
  }
32667
32672
  }
32668
32673
  h4,
32669
- .register__h4___kSLut {
32674
+ .google-login-button__h4___GupbO {
32670
32675
  font-weight: 600;
32671
32676
  letter-spacing: -0.02em;
32672
32677
  color: var(--textHeading, #26201a);
@@ -32675,7 +32680,7 @@ h4,
32675
32680
  }
32676
32681
  @media only screen and (min-width: 769px) {
32677
32682
  h4,
32678
- .register__h4___kSLut {
32683
+ .google-login-button__h4___GupbO {
32679
32684
  font-weight: 600;
32680
32685
  letter-spacing: -0.02em;
32681
32686
  color: var(--textHeading, #26201a);
@@ -32684,7 +32689,7 @@ h4,
32684
32689
  }
32685
32690
  }
32686
32691
  h5,
32687
- .register__h5___XqV83 {
32692
+ .google-login-button__h5___qDny5 {
32688
32693
  font-weight: 600;
32689
32694
  font-size: 14px;
32690
32695
  line-height: 16px;
@@ -32693,12 +32698,12 @@ h5,
32693
32698
  }
32694
32699
  @media only screen and (min-width: 769px) {
32695
32700
  h5,
32696
- .register__h5___XqV83 {
32701
+ .google-login-button__h5___qDny5 {
32697
32702
  font-size: 16px;
32698
32703
  line-height: 18px;
32699
32704
  }
32700
32705
  }
32701
- .register__b1___wsBJz {
32706
+ .google-login-button__b1___zQFOd {
32702
32707
  font-weight: 400;
32703
32708
  font-size: 14px;
32704
32709
  line-height: 18px;
@@ -32706,14 +32711,14 @@ h5,
32706
32711
  color: var(--textBody, #3c3131);
32707
32712
  }
32708
32713
  @media only screen and (min-width: 769px) {
32709
- .register__b1___wsBJz {
32714
+ .google-login-button__b1___zQFOd {
32710
32715
  font-size: 16px;
32711
32716
  line-height: 20px;
32712
32717
  }
32713
32718
  }
32714
- .register__b-small___N0ISE,
32715
- .register__bSmall___NFkE9,
32716
- .register__b2___YRO0g {
32719
+ .google-login-button__b-small___D10Xc,
32720
+ .google-login-button__bSmall___IXVmp,
32721
+ .google-login-button__b2___rV4mg {
32717
32722
  font-weight: 400;
32718
32723
  letter-spacing: -0.02em;
32719
32724
  color: var(--textBody, #3c3131);
@@ -32721,9 +32726,9 @@ h5,
32721
32726
  line-height: 16px;
32722
32727
  }
32723
32728
  @media only screen and (min-width: 769px) {
32724
- .register__b-small___N0ISE,
32725
- .register__bSmall___NFkE9,
32726
- .register__b2___YRO0g {
32729
+ .google-login-button__b-small___D10Xc,
32730
+ .google-login-button__bSmall___IXVmp,
32731
+ .google-login-button__b2___rV4mg {
32727
32732
  font-weight: 400;
32728
32733
  letter-spacing: -0.02em;
32729
32734
  color: var(--textBody, #3c3131);
@@ -32731,47 +32736,47 @@ h5,
32731
32736
  line-height: 18px;
32732
32737
  }
32733
32738
  }
32734
- .register__d1___tWxL6 {
32739
+ .google-login-button__d1___UVhdX {
32735
32740
  font-size: 36px;
32736
32741
  font-weight: 700;
32737
32742
  line-height: 48px;
32738
32743
  letter-spacing: -0.02em;
32739
32744
  }
32740
32745
  @media only screen and (min-width: 769px) {
32741
- .register__d1___tWxL6 {
32746
+ .google-login-button__d1___UVhdX {
32742
32747
  font-size: 64px;
32743
32748
  line-height: 85px;
32744
32749
  letter-spacing: -0.03em;
32745
32750
  }
32746
32751
  }
32747
- .register__caption-medium___L4Mr9,
32748
- .register__captionMedium___LtsKn {
32752
+ .google-login-button__caption-medium___yVS2n,
32753
+ .google-login-button__captionMedium___UIV13 {
32749
32754
  font-size: 12px;
32750
32755
  line-height: 1.5;
32751
32756
  letter-spacing: -0.02em;
32752
32757
  font-weight: 500;
32753
32758
  }
32754
32759
  @media only screen and (max-width: 480px) {
32755
- .register__caption-medium___L4Mr9,
32756
- .register__captionMedium___LtsKn {
32760
+ .google-login-button__caption-medium___yVS2n,
32761
+ .google-login-button__captionMedium___UIV13 {
32757
32762
  font-size: 11px;
32758
32763
  }
32759
32764
  }
32760
- .register__caption-semi-bold___iPZBa,
32761
- .register__captionSemiBold___A0_l_ {
32765
+ .google-login-button__caption-semi-bold___Joz60,
32766
+ .google-login-button__captionSemiBold___C8p1l {
32762
32767
  font-size: 12px;
32763
32768
  line-height: 1.5;
32764
32769
  letter-spacing: -0.02em;
32765
32770
  font-weight: 600;
32766
32771
  }
32767
32772
  @media only screen and (max-width: 480px) {
32768
- .register__caption-semi-bold___iPZBa,
32769
- .register__captionSemiBold___A0_l_ {
32773
+ .google-login-button__caption-semi-bold___Joz60,
32774
+ .google-login-button__captionSemiBold___C8p1l {
32770
32775
  font-size: 11px;
32771
32776
  }
32772
32777
  }
32773
- .register__btn-link___B3tif,
32774
- .register__btnLink___zr5n4 {
32778
+ .google-login-button__btn-link___Z4yx6,
32779
+ .google-login-button__btnLink___WYTcb {
32775
32780
  font-weight: 500;
32776
32781
  letter-spacing: -0.02em;
32777
32782
  font-size: 12px;
@@ -32784,72 +32789,72 @@ h5,
32784
32789
  border: none;
32785
32790
  }
32786
32791
  @media only screen and (min-width: 769px) {
32787
- .register__btn-link___B3tif,
32788
- .register__btnLink___zr5n4 {
32792
+ .google-login-button__btn-link___Z4yx6,
32793
+ .google-login-button__btnLink___WYTcb {
32789
32794
  font-weight: 500;
32790
32795
  letter-spacing: -0.02em;
32791
32796
  font-size: 14px;
32792
32797
  line-height: 16px;
32793
32798
  }
32794
32799
  }
32795
- .register__btn-link___B3tif:hover,
32796
- .register__btnLink___zr5n4:hover {
32800
+ .google-login-button__btn-link___Z4yx6:hover,
32801
+ .google-login-button__btnLink___WYTcb:hover {
32797
32802
  color: var(--buttonLinkL1, #c1847c);
32798
32803
  }
32799
- .register__btn-link___B3tif:disabled,
32800
- .register__btnLink___zr5n4:disabled {
32804
+ .google-login-button__btn-link___Z4yx6:disabled,
32805
+ .google-login-button__btnLink___WYTcb:disabled {
32801
32806
  color: var(--buttonLinkL2, #d0a39d);
32802
32807
  }
32803
- .register__btn-link___B3tif:active,
32804
- .register__btnLink___zr5n4:active {
32808
+ .google-login-button__btn-link___Z4yx6:active,
32809
+ .google-login-button__btnLink___WYTcb:active {
32805
32810
  opacity: 0.8;
32806
32811
  }
32807
- .register__user-select-none___g5nur,
32808
- .register__userSelectNone___G2Pvx {
32812
+ .google-login-button__user-select-none___atNX0,
32813
+ .google-login-button__userSelectNone___TjXmt {
32809
32814
  user-select: none;
32810
32815
  -moz-user-select: none;
32811
32816
  -webkit-user-select: none;
32812
32817
  -ms-user-select: none;
32813
32818
  }
32814
- .register__margin-0-auto___nh0bW,
32815
- .register__margin0auto___fIMq_ {
32819
+ .google-login-button__margin-0-auto___lSMrD,
32820
+ .google-login-button__margin0auto___pjEMN {
32816
32821
  margin: 0 auto;
32817
32822
  }
32818
- .register__base-page-container___Kwalt,
32819
- .register__basePageContainer___VdsVE {
32823
+ .google-login-button__base-page-container___HDsM1,
32824
+ .google-login-button__basePageContainer___EH4cp {
32820
32825
  max-width: 1440px !important;
32821
32826
  }
32822
- .register__remove-scroll___ZOdOs,
32823
- .register__removeScroll___syDdk {
32827
+ .google-login-button__remove-scroll___Sv0ai,
32828
+ .google-login-button__removeScroll___hX_DS {
32824
32829
  overflow-y: hidden !important;
32825
32830
  }
32826
- .register__mr-5___T97MX,
32827
- .register__mr5___kqmGX {
32831
+ .google-login-button__mr-5___iQJLH,
32832
+ .google-login-button__mr5___co5at {
32828
32833
  margin-inline-end: 30px !important;
32829
32834
  }
32830
- .register__mr-2___roAsT,
32831
- .register__mr2___cbPkB {
32835
+ .google-login-button__mr-2___cdlE_,
32836
+ .google-login-button__mr2___hrKWR {
32832
32837
  margin-inline-end: 5px !important;
32833
32838
  }
32834
- .register__py-5___Bj9U9,
32835
- .register__py5___jb5Np {
32839
+ .google-login-button__py-5___ffmv9,
32840
+ .google-login-button__py5___h99Qk {
32836
32841
  padding-top: 1.875rem !important;
32837
32842
  padding-bottom: 1.875rem !important;
32838
32843
  }
32839
- .register__view-all-text___rL7xD,
32840
- .register__viewAllText___APLAc {
32844
+ .google-login-button__view-all-text___wMzMP,
32845
+ .google-login-button__viewAllText___n8878 {
32841
32846
  font-size: 20px;
32842
32847
  font-weight: 400;
32843
32848
  text-transform: lowercase;
32844
32849
  text-decoration: underline;
32845
32850
  }
32846
- .register__view-all-mobile___qm4bm,
32847
- .register__viewAllMobile___injSi {
32851
+ .google-login-button__view-all-mobile___z3IOw,
32852
+ .google-login-button__viewAllMobile___kwSTY {
32848
32853
  display: none;
32849
32854
  }
32850
32855
  @media only screen and (max-width: 768px) {
32851
- .register__view-all-mobile___qm4bm,
32852
- .register__viewAllMobile___injSi {
32856
+ .google-login-button__view-all-mobile___z3IOw,
32857
+ .google-login-button__viewAllMobile___kwSTY {
32853
32858
  display: flex;
32854
32859
  align-items: center;
32855
32860
  justify-content: center;
@@ -32857,187 +32862,1308 @@ h5,
32857
32862
  }
32858
32863
  }
32859
32864
  @media only screen and (max-width: 480px) {
32860
- .register__view-all-mobile___qm4bm,
32861
- .register__viewAllMobile___injSi {
32865
+ .google-login-button__view-all-mobile___z3IOw,
32866
+ .google-login-button__viewAllMobile___kwSTY {
32862
32867
  margin-top: 24px;
32863
32868
  }
32864
32869
  }
32865
- .register__accent-btn___PKcSU,
32866
- .register__accentBtn___EzZFj {
32870
+ .google-login-button__accent-btn___brS2S,
32871
+ .google-login-button__accentBtn___k4j9C {
32867
32872
  background-color: var(--accentColor);
32868
32873
  color: #fff;
32869
32874
  }
32870
- .register__no-scroll___lOax6,
32871
- .register__noScroll___dtigN {
32875
+ .google-login-button__no-scroll___ybGFl,
32876
+ .google-login-button__noScroll___vbFH0 {
32872
32877
  overflow-y: hidden;
32873
32878
  }
32874
- .register__hide-overflow___tS_Mb,
32875
- .register__hideOverflow___Y3zk_ {
32879
+ .google-login-button__hide-overflow___o6HaR,
32880
+ .google-login-button__hideOverflow___nKtWu {
32876
32881
  overflow: hidden;
32877
32882
  }
32878
- .register__markdown-body___tdjF1 h6 {
32883
+ .google-login-button__markdown-body___sVl5K h6 {
32879
32884
  margin-top: 0 !important;
32880
32885
  margin-bottom: 0 !important;
32881
32886
  }
32882
32887
  @media only screen and (max-width: 480px) {
32883
- .register__markdown-body___tdjF1 {
32888
+ .google-login-button__markdown-body___sVl5K {
32884
32889
  font-size: 12px !important;
32885
32890
  padding: 5px !important;
32886
32891
  }
32887
32892
  }
32888
- .register__view3d-canvas___ukXkj {
32893
+ .google-login-button__view3d-canvas___yERj4 {
32889
32894
  width: 100%;
32890
32895
  height: 100%;
32891
32896
  }
32892
32897
  @media only screen and (max-width: 480px) {
32893
- .register__view-mobile-up___PTI2S {
32898
+ .google-login-button__view-mobile-up___xPbca {
32894
32899
  display: none !important;
32895
32900
  }
32896
32901
  }
32897
32902
  @media only screen and (min-width: 481px) {
32898
- .register__view-mobile___Y302N {
32903
+ .google-login-button__view-mobile___g5Syu {
32899
32904
  display: none !important;
32900
32905
  }
32901
32906
  }
32902
- .register__containerWrapper___KVeb_ {
32903
- width: 400px;
32904
- padding: 24px;
32905
- }
32906
- .register__required___npDAe {
32907
- color: var(--errorText, #ff3333);
32908
- }
32909
- .register__registerFormWrapper___nCdfI {
32910
- margin-top: 10px;
32911
- min-height: 417px;
32907
+ .google-login-button__google-login-container___txHJV {
32908
+ margin-top: 12px;
32912
32909
  }
32913
- .register__registerFormWrapper___nCdfI .register__title___Doc2C {
32914
- color: var(--textHeading, #26201a);
32915
- text-align: center;
32916
- font-size: 32px;
32917
- font-style: normal;
32918
- font-weight: 700;
32919
- line-height: 44.8px;
32920
- margin-bottom: 32px;
32910
+ .google-login-button__google-login-container___txHJV .google-login-button__google-signin-wrapper___AifjG {
32911
+ width: 100%;
32921
32912
  }
32922
- @media only screen and (max-width: 768px) {
32923
- .register__registerFormWrapper___nCdfI .register__title___Doc2C {
32924
- font-size: 24px;
32925
- line-height: 33.6px;
32926
- }
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;
32927
32930
  }
32928
- @media only screen and (max-width: 768px) {
32929
- .register__registerFormWrapper___nCdfI {
32930
- min-height: 367px;
32931
- }
32931
+ .google-login-button__google-login-container___txHJV .g_id_signin svg {
32932
+ flex: 0 0 24px !important;
32932
32933
  }
32933
- .register__registerFormWrapper___nCdfI input[type="text"],
32934
- .register__registerFormWrapper___nCdfI input[type="password"] {
32935
- height: 48px;
32936
- border: 1px solid var(--dividerStokes, #d4d1d1);
32937
- padding: 16px;
32938
- border-radius: 4px;
32939
- background-color: var(--pageBackground, #f8f8f8);
32940
- box-sizing: border-box;
32941
- color: var(--textBody, #3c3131);
32942
- font-size: 14px;
32943
- font-style: normal;
32944
- font-weight: 400;
32945
- 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;
32946
32942
  width: 100%;
32943
+ font-family: var(--font-body) !important;
32947
32944
  }
32948
- .register__registerFormWrapper___nCdfI input[type="text"]:focus-visible,
32949
- .register__registerFormWrapper___nCdfI input[type="password"]:focus-visible {
32950
- outline: none;
32945
+
32946
+ /**color by character**/
32947
+ /** Font family **/
32948
+ /** Font weight **/
32949
+ .facebook-login-button__display-block___zjvnE {
32950
+ display: block;
32951
32951
  }
32952
- @media only screen and (max-width: 768px) {
32953
- .register__registerFormWrapper___nCdfI input[type="text"],
32954
- .register__registerFormWrapper___nCdfI input[type="password"] {
32955
- font-size: 16px;
32956
- }
32952
+ .facebook-login-button__inline-block___DI3Vk,
32953
+ .facebook-login-button__inlineBlock___p0R2f {
32954
+ display: inline-block;
32957
32955
  }
32958
- .register__registerFormWrapper___nCdfI .register__inputTitle___W2xZ1 {
32959
- position: absolute;
32960
- background-color: var(--pageBackground, #f8f8f8);
32961
- padding: 0 4px;
32962
- margin: 0 12px;
32963
- z-index: 1;
32964
- transform: translateY(-50%);
32965
- color: var(--textLabel, #7d7676);
32966
- font-size: 12px;
32967
- font-style: normal;
32968
- font-weight: 400;
32969
- line-height: 16.8px;
32956
+ .facebook-login-button__flex-row___OaM0g {
32957
+ display: flex;
32970
32958
  }
32971
- .register__registerFormWrapper___nCdfI .register__inputTitle___W2xZ1 input {
32972
- background-color: var(--pageBackground, #f8f8f8);
32959
+ .facebook-login-button__flex-column___GWHUO,
32960
+ .facebook-login-button__flexColumn___vmTFT {
32961
+ display: flex;
32962
+ flex-direction: column;
32973
32963
  }
32974
- .register__registerFormWrapper___nCdfI .register__genderRadioContainer___orGL6 {
32975
- padding: 8px 0;
32964
+ .facebook-login-button__flex-align-center___M1zHK,
32965
+ .facebook-login-button__flexAlignCenter___YhQNt {
32966
+ display: flex;
32967
+ align-items: center;
32976
32968
  }
32977
- .register__registerFormWrapper___nCdfI .register__genderRadioContainer___orGL6 .register__radioContainer___oXJg1 {
32978
- margin-bottom: 8px;
32979
- padding-inline-start: 24px;
32980
- margin-inline-end: 12px;
32981
- position: relative;
32982
- color: var(--textBody, #3c3131);
32983
- font-size: 14px;
32984
- font-style: normal;
32985
- font-weight: 400;
32986
- line-height: 19.6px;
32969
+ .facebook-login-button__flex-justify-center___mlKsM,
32970
+ .facebook-login-button__flexJustifyCenter___QYADt {
32971
+ display: flex;
32972
+ justify-content: center;
32987
32973
  }
32988
- .register__registerFormWrapper___nCdfI .register__genderRadioContainer___orGL6 .register__radioContainer___oXJg1 input {
32989
- position: absolute;
32990
- opacity: 0;
32991
- cursor: pointer;
32974
+ .facebook-login-button__flex-center___tJtdp,
32975
+ .facebook-login-button__flexCenter___jM1oP {
32976
+ display: flex;
32977
+ justify-content: center;
32978
+ align-items: center;
32992
32979
  }
32993
- .register__registerFormWrapper___nCdfI .register__genderRadioContainer___orGL6 .register__radioContainer___oXJg1 .register__checkmark___xXyWU {
32994
- height: 16px;
32995
- width: 16px;
32996
- position: absolute;
32997
- top: 50%;
32998
- inset-inline-start: 0;
32999
- transform: translateY(-50%);
33000
- border: 1px solid #919191;
33001
- border-radius: 50%;
32980
+ .facebook-login-button__justify-start___o8HIw,
32981
+ .facebook-login-button__justifyStart___ydOaC {
32982
+ justify-content: flex-start;
33002
32983
  }
33003
- .register__registerFormWrapper___nCdfI .register__genderRadioContainer___orGL6 .register__radioContainer___oXJg1 .register__checkmark___xXyWU:after {
33004
- content: "";
33005
- position: absolute;
33006
- display: none;
33007
- top: 50%;
33008
- inset-inline-start: 50%;
33009
- transform: translate(-50%, -50%);
33010
- width: 9px;
33011
- height: 9px;
33012
- border-radius: 50%;
33013
- background: #919191;
32984
+ .facebook-login-button__justify-end___Xxu9y,
32985
+ .facebook-login-button__justifyEnd___JJahf {
32986
+ justify-content: flex-end;
33014
32987
  }
33015
- [dir="rtl"] .register__registerFormWrapper___nCdfI .register__genderRadioContainer___orGL6 .register__radioContainer___oXJg1 .register__checkmark___xXyWU:after {
33016
- transform: translate(50%, -50%);
32988
+ .facebook-login-button__justify-between___Vewwo,
32989
+ .facebook-login-button__justifyBetween___EeHlc {
32990
+ justify-content: space-between;
33017
32991
  }
33018
- .register__registerFormWrapper___nCdfI .register__genderRadioContainer___orGL6 .register__radioContainer___oXJg1 input:checked ~ .register__checkmark___xXyWU:after {
33019
- display: block;
32992
+ .facebook-login-button__justify-around___LmeOW,
32993
+ .facebook-login-button__justifyAround___JSyJb {
32994
+ justify-content: space-around;
33020
32995
  }
33021
- .register__registerFormWrapper___nCdfI .register__resgisterPassworInput___NTXOF,
33022
- .register__registerFormWrapper___nCdfI .register__registerConfirmPasswordInput___SSNxF,
33023
- .register__registerFormWrapper___nCdfI .register__resgisterEmail___TcRgS,
33024
- .register__registerFormWrapper___nCdfI .register__registerNameInput___aDk24 {
33025
- display: flex;
33026
- flex-direction: column;
32996
+ .facebook-login-button__justify-evenly___MZbi6,
32997
+ .facebook-login-button__justifyEvenly___wt99i {
32998
+ justify-content: space-evenly;
33027
32999
  }
33028
- .register__registerFormWrapper___nCdfI .register__registerNameInput___aDk24,
33029
- .register__registerFormWrapper___nCdfI .register__genderRadioContainer___orGL6,
33030
- .register__registerFormWrapper___nCdfI .register__registerPasswordInput___VEdo1,
33031
- .register__registerFormWrapper___nCdfI .register__registerConfirmPasswordInput___SSNxF,
33032
- .register__registerFormWrapper___nCdfI .register__registerMobileInput___yLu2C,
33033
- .register__registerFormWrapper___nCdfI .register__registerEmail___LvvEV {
33034
- margin-bottom: 20px;
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);
33035
33007
  }
33036
- .register__registerFormWrapper___nCdfI .register__registerMobileInput___yLu2C {
33037
- min-height: 57px;
33008
+ @media only screen and (min-width: 769px) {
33009
+ h1,
33010
+ .facebook-login-button__h1___H8grr {
33011
+ font-size: 36px;
33012
+ line-height: 48px;
33013
+ }
33038
33014
  }
33039
- @media only screen and (max-width: 768px) {
33040
- .register__registerFormWrapper___nCdfI .register__registerMobileInput___yLu2C {
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 {
33041
34167
  min-height: 49px;
33042
34168
  }
33043
34169
  }
@@ -33918,6 +35044,7 @@ h5,
33918
35044
  border: 1px solid var(--dividerStokes);
33919
35045
  border-radius: 8px;
33920
35046
  opacity: 0.5;
35047
+ margin-top: 20px;
33921
35048
  }
33922
35049
  @media only screen and (min-width: 769px) and (max-width: 1024px) {
33923
35050
  .single-page-shipment__reviewHeaderUnselect___mNmXU {
@@ -37383,7 +38510,7 @@ h5,
37383
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 {
37384
38511
  transform: rotate(270deg);
37385
38512
  }
37386
- [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 {
37387
38514
  transform: rotate(90deg);
37388
38515
  }
37389
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 {
@@ -38942,6 +40069,64 @@ h5,
38942
40069
  width: 24px;
38943
40070
  height: 24px;
38944
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
+ width: 580px;
40093
+ flex-direction: column;
40094
+ align-items: center;
40095
+ gap: 8px;
40096
+ }
40097
+ @media only screen and (max-width: 768px) {
40098
+ .checkout-payment-content__noOptionContainer___uCGHg .checkout-payment-content__noOptionText___zceGG {
40099
+ width: 100%;
40100
+ }
40101
+ }
40102
+ .checkout-payment-content__noOptionContainer___uCGHg .checkout-payment-content__noOptionText___zceGG h3 {
40103
+ color: var(--textHeading, #26201a);
40104
+ text-align: center;
40105
+ font-size: 16px;
40106
+ font-style: normal;
40107
+ font-weight: 700;
40108
+ line-height: 140%;
40109
+ align-self: stretch;
40110
+ }
40111
+ @media only screen and (max-width: 768px) {
40112
+ .checkout-payment-content__noOptionContainer___uCGHg .checkout-payment-content__noOptionText___zceGG h3 {
40113
+ font-weight: 600;
40114
+ }
40115
+ }
40116
+ .checkout-payment-content__noOptionContainer___uCGHg .checkout-payment-content__noOptionText___zceGG p {
40117
+ color: var(--textBody, #3c3131);
40118
+ text-align: center;
40119
+ font-size: 14px;
40120
+ font-style: normal;
40121
+ font-weight: 400;
40122
+ line-height: 140%;
40123
+ align-self: stretch;
40124
+ }
40125
+ @media only screen and (max-width: 768px) {
40126
+ .checkout-payment-content__noOptionContainer___uCGHg .checkout-payment-content__noOptionText___zceGG p {
40127
+ font-size: 12px;
40128
+ }
40129
+ }
38945
40130
 
38946
40131
  /**color by character**/
38947
40132
  /** Font family **/
@@ -40434,6 +41619,9 @@ h5,
40434
41619
  display: none !important;
40435
41620
  }
40436
41621
  }
41622
+ .checkout-payment__paymentContainer___1UBn5 {
41623
+ margin-top: 20px;
41624
+ }
40437
41625
  .checkout-payment__paymentContainer___1UBn5.checkout-payment__disabledPayment___xwflL {
40438
41626
  pointer-events: none;
40439
41627
  /* Prevents clicks */