@transferwise/neptune-css 0.0.0-experimental-fdc8cd1 → 0.0.0-experimental-b72c414

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 (39) hide show
  1. package/dist/css/accordion.css +4 -4
  2. package/dist/css/button-groups.css +6 -6
  3. package/dist/css/buttons.css +1 -1
  4. package/dist/css/circles.css +1 -1
  5. package/dist/css/column-layout.css +4 -4
  6. package/dist/css/decision.css +4 -4
  7. package/dist/css/dropdowns.css +10 -10
  8. package/dist/css/droppable.css +8 -8
  9. package/dist/css/flex.css +13 -15
  10. package/dist/css/footer.css +3 -3
  11. package/dist/css/grid.css +19 -19
  12. package/dist/css/input-groups.css +12 -12
  13. package/dist/css/list-group.css +8 -8
  14. package/dist/css/modals.css +3 -3
  15. package/dist/css/navbar.css +62 -62
  16. package/dist/css/navs.css +2 -2
  17. package/dist/css/neptune-addons.css +37 -53
  18. package/dist/css/neptune-core.css +28 -58
  19. package/dist/css/neptune.css +257 -339
  20. package/dist/css/panels.css +9 -9
  21. package/dist/css/popovers.css +13 -13
  22. package/dist/css/select.css +1 -1
  23. package/dist/css/sequences.css +6 -6
  24. package/dist/css/table.css +6 -6
  25. package/dist/css/utilities.css +8 -20
  26. package/dist/css/wells.css +4 -18
  27. package/dist/less/legacy-variables.less +34 -47
  28. package/dist/props/custom-media.css +23 -11
  29. package/package.json +1 -1
  30. package/src/less/addons/_display-utilities.less +13 -27
  31. package/src/less/core/_typography-utilities.less +10 -22
  32. package/src/less/core/_typography.less +6 -28
  33. package/src/less/flex.less +1 -3
  34. package/src/less/neptune.bundle.less +1 -0
  35. package/src/less/popovers.less +6 -6
  36. package/src/less/utilities.less +6 -14
  37. package/src/less/wells.less +3 -5
  38. package/src/props/custom-media.css +1 -11
  39. package/src/variables/legacy-variables.less +4 -47
@@ -2635,7 +2635,7 @@ dd {
2635
2635
  color: var(--color-content-primary);
2636
2636
  }
2637
2637
 
2638
- @media (min-width: 576px) {
2638
+ @media (min-width: 600px) {
2639
2639
  dd {
2640
2640
  margin-bottom: 24px;
2641
2641
  margin-bottom: var(--size-24);
@@ -2654,7 +2654,7 @@ dd {
2654
2654
  clear: both;
2655
2655
  }
2656
2656
 
2657
- @media (min-width: 576px) {
2657
+ @media (min-width: 600px) {
2658
2658
  .dl-horizontal dt {
2659
2659
  float: left;
2660
2660
  clear: left;
@@ -2718,14 +2718,14 @@ hr {
2718
2718
  border-top: 1px solid rgba(255,255,255,0.10196);
2719
2719
  }
2720
2720
 
2721
- @media (min-width: 576px) {
2721
+ @media (min-width: 600px) {
2722
2722
  hr {
2723
2723
  margin: 24px auto;
2724
2724
  margin: var(--size-24) auto;
2725
2725
  }
2726
2726
  }
2727
2727
 
2728
- @media (min-width: 992px) {
2728
+ @media (min-width: 1160px) {
2729
2729
  hr {
2730
2730
  margin: 32px auto;
2731
2731
  margin: var(--size-32) auto;
@@ -2852,7 +2852,7 @@ h6,
2852
2852
  hyphens: auto;
2853
2853
  hyphenate-limit-chars: 7 3;
2854
2854
  }
2855
- @media (min-width: 768px) {
2855
+ @media (min-width: 840px) {
2856
2856
  .h1,
2857
2857
  .h2,
2858
2858
  .h3,
@@ -2878,7 +2878,7 @@ h6,
2878
2878
  hyphenate-limit-chars: 8 3;
2879
2879
  }
2880
2880
  }
2881
- @media (min-width: 992px) {
2881
+ @media (min-width: 1160px) {
2882
2882
  .h1,
2883
2883
  .h2,
2884
2884
  .h3,
@@ -2933,7 +2933,7 @@ h6,
2933
2933
  -webkit-hyphenate-limit-before: 3;
2934
2934
  -webkit-hyphenate-limit-after: 3;
2935
2935
  }
2936
- @media (min-width: 992px) {
2936
+ @media (min-width: 1160px) {
2937
2937
  .h1,
2938
2938
  .h2,
2939
2939
  .h3,
@@ -3238,16 +3238,7 @@ a,
3238
3238
  .np-text-display-extra-large,
3239
3239
  .np-text-display-large,
3240
3240
  .np-text-display-medium,
3241
- .np-text-display-small,
3242
- .display-1--forced,
3243
- .display-2--forced,
3244
- .display-3--forced,
3245
- .display-4--forced,
3246
- .display-5--forced,
3247
- .np-text-display-extra-large--forced,
3248
- .np-text-display-large--forced,
3249
- .np-text-display-medium--forced,
3250
- .np-text-display-small--forced {
3241
+ .np-text-display-small {
3251
3242
  font-family: 'Wise Sans', 'Inter', sans-serif;
3252
3243
  font-family: var(--font-family-display);
3253
3244
  font-synthesis: none;
@@ -3294,14 +3285,9 @@ a,
3294
3285
  * of Japanese ones for the logged out ones (exposed by the Editorial DS). Unfortunately,
3295
3286
  * font files are browser-cached and we carried over to launchpad, where it causes issues
3296
3287
  * for unsupported locales, especially those that share glyphs, like Japanese and Chinese.
3297
- * There are exceptions for small UI parts where Wise Sans is fine or expected — e.g. the
3298
- * numeric input of ExpressiveMoneyInput.
3299
- * Add `--forced` BEM modifier to the original class name to guarantee it.
3300
3288
  */
3301
3289
  font-family: 'Inter', Helvetica, Arial, sans-serif;
3302
3290
  font-family: var(--font-family-regular);
3303
- line-height: 1.2;
3304
- line-height: var(--line-height-title);
3305
3291
  }
3306
3292
 
3307
3293
  /* DEPRECATED(.np-text-display-extra-large): use .np-text-display-large instead */
@@ -3321,7 +3307,7 @@ a,
3321
3307
  hyphens: auto;
3322
3308
  hyphenate-limit-chars: 7 3;
3323
3309
  }
3324
- @media (min-width: 768px) {
3310
+ @media (min-width: 840px) {
3325
3311
  .np-text-display-extra-large,
3326
3312
  .np-text-display-large,
3327
3313
  .np-text-display-medium,
@@ -3329,7 +3315,7 @@ a,
3329
3315
  hyphenate-limit-chars: 8 3;
3330
3316
  }
3331
3317
  }
3332
- @media (min-width: 992px) {
3318
+ @media (min-width: 1160px) {
3333
3319
  .np-text-display-extra-large,
3334
3320
  .np-text-display-large,
3335
3321
  .np-text-display-medium,
@@ -3348,7 +3334,7 @@ a,
3348
3334
  -webkit-hyphenate-limit-before: 3;
3349
3335
  -webkit-hyphenate-limit-after: 3;
3350
3336
  }
3351
- @media (min-width: 992px) {
3337
+ @media (min-width: 1160px) {
3352
3338
  .np-text-display-extra-large,
3353
3339
  .np-text-display-large,
3354
3340
  .np-text-display-medium,
@@ -3767,7 +3753,7 @@ a,
3767
3753
  font-size: 3.73333333rem;
3768
3754
  }
3769
3755
 
3770
- @media (min-width: 768px) {
3756
+ @media (min-width: 840px) {
3771
3757
  .display-1 {
3772
3758
  margin-bottom: 8px;
3773
3759
  margin-bottom: var(--size-8);
@@ -3784,7 +3770,7 @@ a,
3784
3770
  font-size: 3.73333333rem;
3785
3771
  }
3786
3772
 
3787
- @media (min-width: 768px) {
3773
+ @media (min-width: 840px) {
3788
3774
  .display-2 {
3789
3775
  margin-bottom: 16px;
3790
3776
  margin-bottom: var(--size-16);
@@ -3800,7 +3786,7 @@ a,
3800
3786
  font-size: 2.8rem;
3801
3787
  }
3802
3788
 
3803
- @media (min-width: 768px) {
3789
+ @media (min-width: 840px) {
3804
3790
  .display-3 {
3805
3791
  margin-bottom: 24px;
3806
3792
  margin-bottom: var(--size-24);
@@ -3817,7 +3803,7 @@ a,
3817
3803
  font-size: 1.86666667rem;
3818
3804
  }
3819
3805
 
3820
- @media (min-width: 768px) {
3806
+ @media (min-width: 840px) {
3821
3807
  .display-4 {
3822
3808
  margin-bottom: 24px;
3823
3809
  margin-bottom: var(--size-24);
@@ -3834,7 +3820,7 @@ a,
3834
3820
  font-size: 1.86666667rem;
3835
3821
  }
3836
3822
 
3837
- @media (min-width: 768px) {
3823
+ @media (min-width: 840px) {
3838
3824
  .display-5 {
3839
3825
  margin-bottom: 8px;
3840
3826
  margin-bottom: var(--size-8);
@@ -3946,14 +3932,14 @@ blockquote footer::before {
3946
3932
  content: "\2014 \00A0";
3947
3933
  }
3948
3934
 
3949
- @media (min-width: 576px) {
3935
+ @media (min-width: 600px) {
3950
3936
  blockquote {
3951
3937
  margin: 24px;
3952
3938
  margin: var(--size-24);
3953
3939
  }
3954
3940
  }
3955
3941
 
3956
- @media (min-width: 992px) {
3942
+ @media (min-width: 1160px) {
3957
3943
  blockquote {
3958
3944
  margin: 32px;
3959
3945
  margin: var(--size-32);
@@ -4096,7 +4082,7 @@ kbd kbd {
4096
4082
  white-space: nowrap;
4097
4083
  }
4098
4084
 
4099
- @media (min-width: 576px) {
4085
+ @media (min-width: 600px) {
4100
4086
  .text-sm-left {
4101
4087
  text-align: left;
4102
4088
  }
@@ -4120,7 +4106,7 @@ kbd kbd {
4120
4106
  }
4121
4107
  }
4122
4108
 
4123
- @media (min-width: 768px) {
4109
+ @media (min-width: 840px) {
4124
4110
  .text-md-left {
4125
4111
  text-align: left;
4126
4112
  }
@@ -4144,49 +4130,32 @@ kbd kbd {
4144
4130
  }
4145
4131
  }
4146
4132
 
4147
- @media (min-width: 992px) {
4148
- .text-lg-left {
4149
- text-align: left;
4150
- }
4151
- [dir="rtl"] .text-lg-left {
4152
- text-align: right;
4153
- }
4154
- .text-lg-right {
4155
- text-align: right;
4156
- }
4157
- [dir="rtl"] .text-lg-right {
4158
- text-align: left;
4159
- }
4160
- .text-lg-center {
4161
- text-align: center;
4162
- }
4163
- .text-lg-justify {
4164
- text-align: justify;
4165
- }
4166
- .text-lg-nowrap {
4167
- white-space: nowrap;
4168
- }
4169
- }
4170
-
4171
- @media (min-width: 1200px) {
4133
+ @media (min-width: 1160px) {
4134
+ .text-lg-left,
4172
4135
  .text-xl-left {
4173
4136
  text-align: left;
4174
4137
  }
4138
+ [dir="rtl"] .text-lg-left,
4175
4139
  [dir="rtl"] .text-xl-left {
4176
4140
  text-align: right;
4177
4141
  }
4142
+ .text-lg-right,
4178
4143
  .text-xl-right {
4179
4144
  text-align: right;
4180
4145
  }
4146
+ [dir="rtl"] .text-lg-right,
4181
4147
  [dir="rtl"] .text-xl-right {
4182
4148
  text-align: left;
4183
4149
  }
4150
+ .text-lg-center,
4184
4151
  .text-xl-center {
4185
4152
  text-align: center;
4186
4153
  }
4154
+ .text-lg-justify,
4187
4155
  .text-xl-justify {
4188
4156
  text-align: justify;
4189
4157
  }
4158
+ .text-lg-nowrap,
4190
4159
  .text-xl-nowrap {
4191
4160
  white-space: nowrap;
4192
4161
  }
@@ -4577,126 +4546,106 @@ a.text-inverse:focus {
4577
4546
  display: none !important;
4578
4547
  }
4579
4548
 
4580
- @media (max-width: 575px) {
4549
+ @media (max-width: 599.98px) {
4581
4550
  .visible-xs,
4582
4551
  .visible-xs-block {
4583
4552
  display: block !important;
4584
4553
  }
4585
4554
  }
4586
4555
 
4587
- @media (max-width: 575px) {
4556
+ @media (max-width: 599.98px) {
4588
4557
  .visible-xs-inline {
4589
4558
  display: inline !important;
4590
4559
  }
4591
4560
  }
4592
4561
 
4593
- @media (max-width: 575px) {
4562
+ @media (max-width: 599.98px) {
4594
4563
  .visible-xs-inline-block {
4595
4564
  display: inline-block !important;
4596
4565
  }
4597
4566
  }
4598
4567
 
4599
- @media (min-width: 576px) and (max-width: 767px) {
4568
+ @media (min-width: 600px) and (max-width: 839.98px) {
4600
4569
  .visible-sm,
4601
4570
  .visible-sm-block {
4602
4571
  display: block !important;
4603
4572
  }
4604
4573
  }
4605
4574
 
4606
- @media (min-width: 576px) and (max-width: 767px) {
4575
+ @media (min-width: 600px) and (max-width: 839.98px) {
4607
4576
  .visible-sm-inline {
4608
4577
  display: inline !important;
4609
4578
  }
4610
4579
  }
4611
4580
 
4612
- @media (min-width: 576px) and (max-width: 767px) {
4581
+ @media (min-width: 600px) and (max-width: 839.98px) {
4613
4582
  .visible-sm-inline-block {
4614
4583
  display: inline-block !important;
4615
4584
  }
4616
4585
  }
4617
4586
 
4618
- @media (min-width: 768px) and (max-width: 991px) {
4587
+ @media (min-width: 840px) and (max-width: 1159.98px) {
4619
4588
  .visible-md,
4620
4589
  .visible-md-block {
4621
4590
  display: block !important;
4622
4591
  }
4623
4592
  }
4624
4593
 
4625
- @media (min-width: 768px) and (max-width: 991px) {
4594
+ @media (min-width: 840px) and (max-width: 1159.98px) {
4626
4595
  .visible-md-inline {
4627
4596
  display: inline !important;
4628
4597
  }
4629
4598
  }
4630
4599
 
4631
- @media (min-width: 768px) and (max-width: 991px) {
4600
+ @media (min-width: 840px) and (max-width: 1159.98px) {
4632
4601
  .visible-md-inline-block {
4633
4602
  display: inline-block !important;
4634
4603
  }
4635
4604
  }
4636
4605
 
4637
- @media (min-width: 992px) and (max-width: 1199px) {
4606
+ @media (min-width: 1160px) {
4638
4607
  .visible-lg,
4639
- .visible-lg-block {
4640
- display: block !important;
4641
- }
4642
- }
4643
-
4644
- @media (min-width: 992px) and (max-width: 1199px) {
4645
- .visible-lg-inline {
4646
- display: inline !important;
4647
- }
4648
- }
4649
-
4650
- @media (min-width: 992px) and (max-width: 1199px) {
4651
- .visible-lg-inline-block {
4652
- display: inline-block !important;
4653
- }
4654
- }
4655
-
4656
- @media (min-width: 1200px) {
4608
+ .visible-lg-block,
4657
4609
  .visible-xl,
4658
4610
  .visible-xl-block {
4659
4611
  display: block !important;
4660
4612
  }
4661
4613
  }
4662
4614
 
4663
- @media (min-width: 1200px) {
4615
+ @media (min-width: 1160px) {
4616
+ .visible-lg-inline,
4664
4617
  .visible-xl-inline {
4665
4618
  display: inline !important;
4666
4619
  }
4667
4620
  }
4668
4621
 
4669
- @media (min-width: 1200px) {
4622
+ @media (min-width: 1160px) {
4623
+ .visible-lg-inline-block,
4670
4624
  .visible-xl-inline-block {
4671
4625
  display: inline-block !important;
4672
4626
  }
4673
4627
  }
4674
4628
 
4675
- @media (max-width: 575px) {
4629
+ @media (max-width: 599.98px) {
4676
4630
  .hidden-xs {
4677
4631
  display: none !important;
4678
4632
  }
4679
4633
  }
4680
4634
 
4681
- @media (min-width: 576px) and (max-width: 767px) {
4635
+ @media (min-width: 600px) and (max-width: 839.98px) {
4682
4636
  .hidden-sm {
4683
4637
  display: none !important;
4684
4638
  }
4685
4639
  }
4686
4640
 
4687
- @media (min-width: 768px) and (max-width: 991px) {
4641
+ @media (min-width: 840px) and (max-width: 1159.98px) {
4688
4642
  .hidden-md {
4689
4643
  display: none !important;
4690
4644
  }
4691
4645
  }
4692
4646
 
4693
- @media (min-width: 992px) and (max-width: 1199px) {
4694
- .hidden-lg {
4695
- display: none !important;
4696
- }
4697
- }
4698
-
4699
- @media (min-width: 1200px) {
4647
+ @media (min-width: 1160px) {
4648
+ .hidden-lg,
4700
4649
  .hidden-xl {
4701
4650
  display: none !important;
4702
4651
  }
@@ -5805,7 +5754,7 @@ html:not([dir="rtl"]) .p-a-panel {
5805
5754
  padding-left: var(--size-16) !important;
5806
5755
  }
5807
5756
 
5808
- @media (min-width: 576px) {
5757
+ @media (min-width: 600px) {
5809
5758
  .m-a-panel {
5810
5759
  margin-top: 24px !important;
5811
5760
  margin-top: var(--size-24) !important;
@@ -5852,7 +5801,7 @@ html:not([dir="rtl"]) .p-a-panel {
5852
5801
  }
5853
5802
  }
5854
5803
 
5855
- @media (min-width: 992px) {
5804
+ @media (min-width: 1160px) {
5856
5805
  .m-a-panel {
5857
5806
  margin-top: 32px !important;
5858
5807
  margin-top: var(--size-32) !important;
@@ -5933,7 +5882,7 @@ html:not([dir="rtl"]) .p-a-panel {
5933
5882
  padding-bottom: var(--size-16) !important;
5934
5883
  }
5935
5884
 
5936
- @media (min-width: 576px) {
5885
+ @media (min-width: 600px) {
5937
5886
  .m-t-panel {
5938
5887
  margin-top: 24px !important;
5939
5888
  margin-top: var(--size-24) !important;
@@ -5964,7 +5913,7 @@ html:not([dir="rtl"]) .p-a-panel {
5964
5913
  }
5965
5914
  }
5966
5915
 
5967
- @media (min-width: 992px) {
5916
+ @media (min-width: 1160px) {
5968
5917
  .m-t-panel {
5969
5918
  margin-top: 32px !important;
5970
5919
  margin-top: var(--size-32) !important;
@@ -6075,7 +6024,7 @@ html:not([dir="rtl"]) .p-x-panel {
6075
6024
  padding-right: var(--size-16) !important;
6076
6025
  }
6077
6026
 
6078
- @media (min-width: 576px) {
6027
+ @media (min-width: 600px) {
6079
6028
  [dir="rtl"] .m-l-panel {
6080
6029
  margin-right: 24px !important;
6081
6030
  margin-right: var(--size-24) !important;
@@ -6142,7 +6091,7 @@ html:not([dir="rtl"]) .p-x-panel {
6142
6091
  }
6143
6092
  }
6144
6093
 
6145
- @media (min-width: 992px) {
6094
+ @media (min-width: 1160px) {
6146
6095
  [dir="rtl"] .m-l-panel {
6147
6096
  margin-right: 32px !important;
6148
6097
  margin-right: var(--size-32) !important;
@@ -6243,7 +6192,7 @@ html:not([dir="rtl"]) .p-x-panel {
6243
6192
  padding-bottom: var(--size-16) !important;
6244
6193
  }
6245
6194
 
6246
- @media (min-width: 576px) {
6195
+ @media (min-width: 600px) {
6247
6196
  .m-t-section-1 {
6248
6197
  margin-top: 24px !important;
6249
6198
  margin-top: var(--size-24) !important;
@@ -6274,7 +6223,7 @@ html:not([dir="rtl"]) .p-x-panel {
6274
6223
  }
6275
6224
  }
6276
6225
 
6277
- @media (min-width: 992px) {
6226
+ @media (min-width: 1160px) {
6278
6227
  .m-t-section-1 {
6279
6228
  margin-top: 32px !important;
6280
6229
  margin-top: var(--size-32) !important;
@@ -6339,7 +6288,7 @@ html:not([dir="rtl"]) .p-x-panel {
6339
6288
  padding-bottom: var(--size-32) !important;
6340
6289
  }
6341
6290
 
6342
- @media (min-width: 576px) {
6291
+ @media (min-width: 600px) {
6343
6292
  .m-t-section-2 {
6344
6293
  margin-top: 48px !important;
6345
6294
  margin-top: var(--size-48) !important;
@@ -6370,7 +6319,7 @@ html:not([dir="rtl"]) .p-x-panel {
6370
6319
  }
6371
6320
  }
6372
6321
 
6373
- @media (min-width: 992px) {
6322
+ @media (min-width: 1160px) {
6374
6323
  .m-t-section-2 {
6375
6324
  margin-top: 64px !important;
6376
6325
  margin-top: var(--size-64) !important;
@@ -6435,7 +6384,7 @@ html:not([dir="rtl"]) .p-x-panel {
6435
6384
  padding-bottom: var(--size-48) !important;
6436
6385
  }
6437
6386
 
6438
- @media (min-width: 576px) {
6387
+ @media (min-width: 600px) {
6439
6388
  .m-t-section-3 {
6440
6389
  margin-top: 72px !important;
6441
6390
  margin-top: var(--size-72) !important;
@@ -6466,7 +6415,7 @@ html:not([dir="rtl"]) .p-x-panel {
6466
6415
  }
6467
6416
  }
6468
6417
 
6469
- @media (min-width: 992px) {
6418
+ @media (min-width: 1160px) {
6470
6419
  .m-t-section-3 {
6471
6420
  margin-top: 96px !important;
6472
6421
  margin-top: var(--size-96) !important;
@@ -6541,7 +6490,7 @@ html:not([dir="rtl"]) .p-x-panel {
6541
6490
  padding-bottom: var(--size-48);
6542
6491
  }
6543
6492
 
6544
- @media (min-width: 576px) {
6493
+ @media (min-width: 600px) {
6545
6494
  .section {
6546
6495
  padding-top: 72px;
6547
6496
  padding-top: var(--size-72);
@@ -6550,7 +6499,7 @@ html:not([dir="rtl"]) .p-x-panel {
6550
6499
  }
6551
6500
  }
6552
6501
 
6553
- @media (min-width: 992px) {
6502
+ @media (min-width: 1160px) {
6554
6503
  .section {
6555
6504
  padding-top: 96px;
6556
6505
  padding-top: var(--size-96);
@@ -6564,12 +6513,12 @@ html:not([dir="rtl"]) .p-x-panel {
6564
6513
  hyphens: auto;
6565
6514
  hyphenate-limit-chars: 7 3;
6566
6515
  }
6567
- @media (min-width: 768px) {
6516
+ @media (min-width: 840px) {
6568
6517
  .np-text-hyphenated {
6569
6518
  hyphenate-limit-chars: 8 3;
6570
6519
  }
6571
6520
  }
6572
- @media (min-width: 992px) {
6521
+ @media (min-width: 1160px) {
6573
6522
  .np-text-hyphenated {
6574
6523
  hyphenate-limit-chars: 10 4 3;
6575
6524
  }
@@ -6582,7 +6531,7 @@ html:not([dir="rtl"]) .p-x-panel {
6582
6531
  -webkit-hyphenate-limit-before: 3;
6583
6532
  -webkit-hyphenate-limit-after: 3;
6584
6533
  }
6585
- @media (min-width: 992px) {
6534
+ @media (min-width: 1160px) {
6586
6535
  .np-text-hyphenated {
6587
6536
  -webkit-hyphenate-limit-before: 4;
6588
6537
  }
@@ -8973,7 +8922,7 @@ fieldset[disabled] .btn-accent:not(.disabled):not(:disabled).btn-priority-3 {
8973
8922
  background-size: 12px 12px !important;
8974
8923
  }
8975
8924
 
8976
- @media (max-width: 767px) {
8925
+ @media (max-width: 839px) {
8977
8926
  .navbar-collapse .btn {
8978
8927
  padding: 12px 24px calc(12px - 2px);
8979
8928
  padding: var(--btn-padding);
@@ -9387,7 +9336,7 @@ a.btn {
9387
9336
  margin-left: initial;
9388
9337
  }
9389
9338
 
9390
- @media (min-width: 992px) {
9339
+ @media (min-width: 1160px) {
9391
9340
  .btn-toolbar:not(.btn-toolbar-xl) {
9392
9341
  margin-left: -4px;
9393
9342
  margin-right: -4px;
@@ -9429,7 +9378,7 @@ a.btn {
9429
9378
  float: right;
9430
9379
  }
9431
9380
 
9432
- @media (min-width: 576px) {
9381
+ @media (min-width: 600px) {
9433
9382
  .btn-toolbar.btn-toolbar-sm {
9434
9383
  margin-left: -4px;
9435
9384
  margin-right: -4px;
@@ -9450,7 +9399,7 @@ a.btn {
9450
9399
  }
9451
9400
  }
9452
9401
 
9453
- @media (min-width: 768px) {
9402
+ @media (min-width: 840px) {
9454
9403
  .btn-toolbar.btn-toolbar-md {
9455
9404
  margin-left: -4px;
9456
9405
  margin-right: -4px;
@@ -9471,7 +9420,7 @@ a.btn {
9471
9420
  }
9472
9421
  }
9473
9422
 
9474
- @media (min-width: 992px) {
9423
+ @media (min-width: 1160px) {
9475
9424
  .btn-toolbar.btn-toolbar-lg {
9476
9425
  margin-left: -4px;
9477
9426
  margin-right: -4px;
@@ -9492,7 +9441,7 @@ a.btn {
9492
9441
  }
9493
9442
  }
9494
9443
 
9495
- @media (min-width: 1200px) {
9444
+ @media (min-width: 1160px) {
9496
9445
  .btn-toolbar.btn-toolbar-xl {
9497
9446
  margin-left: -4px;
9498
9447
  margin-right: -4px;
@@ -9867,7 +9816,7 @@ html:not([dir="rtl"]) .btn-group .btn + .btn-primary {
9867
9816
  padding-right: 16px;
9868
9817
  }
9869
9818
 
9870
- @media (min-width: 576px) {
9819
+ @media (min-width: 600px) {
9871
9820
  .btn-group.btn-block .btn-input.btn.dropdown-toggle {
9872
9821
  padding-right: 48px;
9873
9822
  }
@@ -11456,7 +11405,7 @@ select[multiple].input-lg {
11456
11405
  top: 0;
11457
11406
  }
11458
11407
 
11459
- @media (min-width: 576px) {
11408
+ @media (min-width: 600px) {
11460
11409
  .form-inline .form-group {
11461
11410
  display: inline-block;
11462
11411
  margin-bottom: 0;
@@ -11549,7 +11498,7 @@ select[multiple].input-lg {
11549
11498
  margin-right: -12px;
11550
11499
  }
11551
11500
 
11552
- @media (min-width: 576px) {
11501
+ @media (min-width: 600px) {
11553
11502
  .form-horizontal .control-label {
11554
11503
  text-align: right;
11555
11504
  margin-bottom: 0;
@@ -11570,7 +11519,7 @@ select[multiple].input-lg {
11570
11519
  right: initial;
11571
11520
  }
11572
11521
 
11573
- @media (min-width: 576px) {
11522
+ @media (min-width: 600px) {
11574
11523
  .form-horizontal .form-group-lg .control-label {
11575
11524
  padding-top: 17px;
11576
11525
  font-size: 1.25rem;
@@ -11578,7 +11527,7 @@ select[multiple].input-lg {
11578
11527
  }
11579
11528
  }
11580
11529
 
11581
- @media (min-width: 576px) {
11530
+ @media (min-width: 600px) {
11582
11531
  .form-horizontal .form-group-sm .control-label {
11583
11532
  padding-top: 8px;
11584
11533
  font-size: 0.875rem;
@@ -12085,7 +12034,7 @@ html:not([dir="rtl"]) .input-group .input-group-btn + input {
12085
12034
  padding-right: initial;
12086
12035
  }
12087
12036
 
12088
- @media (max-width: 575px) {
12037
+ @media (max-width: 599.98px) {
12089
12038
  .form-group .row [class*='col-sm-'] {
12090
12039
  margin-bottom: 0;
12091
12040
  }
@@ -12094,7 +12043,7 @@ html:not([dir="rtl"]) .input-group .input-group-btn + input {
12094
12043
  }
12095
12044
  }
12096
12045
 
12097
- @media (max-width: 767px) {
12046
+ @media (max-width: 839.98px) {
12098
12047
  .form-group .row [class*='col-md-'] {
12099
12048
  margin-bottom: 0;
12100
12049
  }
@@ -12104,7 +12053,7 @@ html:not([dir="rtl"]) .input-group .input-group-btn + input {
12104
12053
  }
12105
12054
  }
12106
12055
 
12107
- @media (max-width: 991px) {
12056
+ @media (max-width: 1159.98px) {
12108
12057
  .form-group .row [class*='col-lg-'] {
12109
12058
  margin-bottom: 0;
12110
12059
  }
@@ -12114,7 +12063,7 @@ html:not([dir="rtl"]) .input-group .input-group-btn + input {
12114
12063
  }
12115
12064
  }
12116
12065
 
12117
- @media (max-width: 1199px) {
12066
+ @media (max-width: 1159.98px) {
12118
12067
  .form-group .row [class*='col-xl-'] {
12119
12068
  margin-bottom: 0;
12120
12069
  }
@@ -12124,7 +12073,7 @@ html:not([dir="rtl"]) .input-group .input-group-btn + input {
12124
12073
  }
12125
12074
  }
12126
12075
 
12127
- @media (min-width: 576px) {
12076
+ @media (min-width: 600px) {
12128
12077
  fieldset .form-group:nth-of-type(odd) {
12129
12078
  clear: left;
12130
12079
  }
@@ -12665,14 +12614,14 @@ select[multiple].input-group-lg > .input-group-btn .btn {
12665
12614
  hyphens: auto;
12666
12615
  hyphenate-limit-chars: 7 3;
12667
12616
  }
12668
- @media (min-width: 768px) {
12617
+ @media (min-width: 840px) {
12669
12618
  .input-group-lg > .form-control,
12670
12619
  .input-group-lg > .input-group-addon,
12671
12620
  .input-group-lg > .input-group-btn .btn {
12672
12621
  hyphenate-limit-chars: 8 3;
12673
12622
  }
12674
12623
  }
12675
- @media (min-width: 992px) {
12624
+ @media (min-width: 1160px) {
12676
12625
  .input-group-lg > .form-control,
12677
12626
  .input-group-lg > .input-group-addon,
12678
12627
  .input-group-lg > .input-group-btn .btn {
@@ -12689,7 +12638,7 @@ select[multiple].input-group-lg > .input-group-btn .btn {
12689
12638
  -webkit-hyphenate-limit-before: 3;
12690
12639
  -webkit-hyphenate-limit-after: 3;
12691
12640
  }
12692
- @media (min-width: 992px) {
12641
+ @media (min-width: 1160px) {
12693
12642
  .input-group-lg > .form-control,
12694
12643
  .input-group-lg > .input-group-addon,
12695
12644
  .input-group-lg > .input-group-btn .btn {
@@ -13285,7 +13234,7 @@ a.circle.active:hover {
13285
13234
  background-color: var(--color-background-neutral);
13286
13235
  }
13287
13236
 
13288
- @media (min-width: 576px) {
13237
+ @media (min-width: 600px) {
13289
13238
  .circle-responsive {
13290
13239
  border-radius: 50%;
13291
13240
  background-color: #fff;
@@ -13459,7 +13408,7 @@ a.circle.active:hover {
13459
13408
  padding: var(--size-24);
13460
13409
  }
13461
13410
 
13462
- @media (min-width: 992px) {
13411
+ @media (min-width: 1160px) {
13463
13412
  .column-layout {
13464
13413
  display: table;
13465
13414
  }
@@ -13504,13 +13453,13 @@ a.circle.active:hover {
13504
13453
  top: 20px;
13505
13454
  }
13506
13455
 
13507
- @media (min-width: 992px) {
13456
+ @media (min-width: 1160px) {
13508
13457
  .column-layout-cover {
13509
13458
  display: none;
13510
13459
  }
13511
13460
  }
13512
13461
 
13513
- @media (max-width: 991px) {
13462
+ @media (max-width: 1159.98px) {
13514
13463
  .column-layout-open {
13515
13464
  overflow: hidden;
13516
13465
  }
@@ -13554,7 +13503,7 @@ a.circle.active:hover {
13554
13503
  padding: var(--size-4) 24px;
13555
13504
  }
13556
13505
 
13557
- @media (min-width: 992px) {
13506
+ @media (min-width: 1160px) {
13558
13507
  .column-layout-brand {
13559
13508
  padding-left: 32px;
13560
13509
  padding-right: 32px;
@@ -13681,12 +13630,12 @@ li > a > .currency-flag:first-child {
13681
13630
  hyphens: auto;
13682
13631
  hyphenate-limit-chars: 7 3;
13683
13632
  }
13684
- @media (min-width: 768px) {
13633
+ @media (min-width: 840px) {
13685
13634
  .decision__title {
13686
13635
  hyphenate-limit-chars: 8 3;
13687
13636
  }
13688
13637
  }
13689
- @media (min-width: 992px) {
13638
+ @media (min-width: 1160px) {
13690
13639
  .decision__title {
13691
13640
  hyphenate-limit-chars: 10 4 3;
13692
13641
  }
@@ -13699,7 +13648,7 @@ li > a > .currency-flag:first-child {
13699
13648
  -webkit-hyphenate-limit-before: 3;
13700
13649
  -webkit-hyphenate-limit-after: 3;
13701
13650
  }
13702
- @media (min-width: 992px) {
13651
+ @media (min-width: 1160px) {
13703
13652
  .decision__title {
13704
13653
  -webkit-hyphenate-limit-before: 4;
13705
13654
  }
@@ -13761,7 +13710,7 @@ li > a > .currency-flag:first-child {
13761
13710
  color: var(--color-content-secondary);
13762
13711
  }
13763
13712
 
13764
- @media (min-width: 480px) {
13713
+ @media (min-width: 320.02px) {
13765
13714
  .decision .media .media-left,
13766
13715
  .decision.media .media-left {
13767
13716
  display: block;
@@ -13864,7 +13813,7 @@ li > a > .currency-flag:first-child {
13864
13813
  box-shadow: 0 0 40px rgba(69, 71, 69, 0.2);
13865
13814
  }
13866
13815
 
13867
- @media (min-width: 576px) {
13816
+ @media (min-width: 600px) {
13868
13817
  .dropdown-menu {
13869
13818
  min-width: 160px;
13870
13819
  }
@@ -14007,7 +13956,7 @@ li > a > .currency-flag:first-child {
14007
13956
  transform: none;
14008
13957
  }
14009
13958
 
14010
- @media (max-width: 575px) {
13959
+ @media (max-width: 599.98px) {
14011
13960
  .open > .dropdown-menu-overlay {
14012
13961
  position: fixed;
14013
13962
  top: 0;
@@ -14077,7 +14026,7 @@ li > a > .currency-flag:first-child {
14077
14026
  right: initial;
14078
14027
  }
14079
14028
 
14080
- @media (min-width: 576px) {
14029
+ @media (min-width: 600px) {
14081
14030
  .dropdown-menu-sm-right {
14082
14031
  left: auto;
14083
14032
  right: 0;
@@ -14108,7 +14057,7 @@ li > a > .currency-flag:first-child {
14108
14057
  }
14109
14058
  }
14110
14059
 
14111
- @media (min-width: 768px) {
14060
+ @media (min-width: 840px) {
14112
14061
  .dropdown-menu-md-right {
14113
14062
  left: auto;
14114
14063
  right: 0;
@@ -14139,7 +14088,7 @@ li > a > .currency-flag:first-child {
14139
14088
  }
14140
14089
  }
14141
14090
 
14142
- @media (min-width: 992px) {
14091
+ @media (min-width: 1160px) {
14143
14092
  .dropdown-menu-lg-right {
14144
14093
  left: auto;
14145
14094
  right: 0;
@@ -14170,7 +14119,7 @@ li > a > .currency-flag:first-child {
14170
14119
  }
14171
14120
  }
14172
14121
 
14173
- @media (min-width: 1200px) {
14122
+ @media (min-width: 1160px) {
14174
14123
  .dropdown-menu-xl-right {
14175
14124
  left: auto;
14176
14125
  right: 0;
@@ -14228,12 +14177,12 @@ li > a > .currency-flag:first-child {
14228
14177
  hyphens: auto;
14229
14178
  hyphenate-limit-chars: 7 3;
14230
14179
  }
14231
- @media (min-width: 768px) {
14180
+ @media (min-width: 840px) {
14232
14181
  .dropdown-header {
14233
14182
  hyphenate-limit-chars: 8 3;
14234
14183
  }
14235
14184
  }
14236
- @media (min-width: 992px) {
14185
+ @media (min-width: 1160px) {
14237
14186
  .dropdown-header {
14238
14187
  hyphenate-limit-chars: 10 4 3;
14239
14188
  }
@@ -14246,7 +14195,7 @@ li > a > .currency-flag:first-child {
14246
14195
  -webkit-hyphenate-limit-before: 3;
14247
14196
  -webkit-hyphenate-limit-after: 3;
14248
14197
  }
14249
- @media (min-width: 992px) {
14198
+ @media (min-width: 1160px) {
14250
14199
  .dropdown-header {
14251
14200
  -webkit-hyphenate-limit-before: 4;
14252
14201
  }
@@ -14288,7 +14237,7 @@ li > a > .currency-flag:first-child {
14288
14237
  margin-bottom: 2px;
14289
14238
  }
14290
14239
 
14291
- @media (min-width: 768px) {
14240
+ @media (min-width: 840px) {
14292
14241
  .navbar-right .dropdown-menu {
14293
14242
  left: auto;
14294
14243
  right: 0;
@@ -14354,7 +14303,7 @@ li > a > .currency-flag:first-child {
14354
14303
  border-radius: initial;
14355
14304
  }
14356
14305
 
14357
- @media (min-width: 768px) {
14306
+ @media (min-width: 840px) {
14358
14307
  .droppable {
14359
14308
  border-style: dashed;
14360
14309
  }
@@ -14473,7 +14422,7 @@ li > a > .currency-flag:first-child {
14473
14422
  margin: 0 auto;
14474
14423
  }
14475
14424
 
14476
- @media (min-width: 768px) {
14425
+ @media (min-width: 840px) {
14477
14426
  .droppable .thumbnail {
14478
14427
  max-height: 128px;
14479
14428
  max-width: 128px;
@@ -14538,13 +14487,13 @@ li > a > .currency-flag:first-child {
14538
14487
  padding: 16px 16px;
14539
14488
  }
14540
14489
 
14541
- @media (min-width: 576px) {
14490
+ @media (min-width: 600px) {
14542
14491
  .droppable-sm {
14543
14492
  padding: 24px 16px;
14544
14493
  }
14545
14494
  }
14546
14495
 
14547
- @media (min-width: 992px) {
14496
+ @media (min-width: 1160px) {
14548
14497
  .droppable-sm {
14549
14498
  padding: 32px 24px;
14550
14499
  }
@@ -14554,13 +14503,13 @@ li > a > .currency-flag:first-child {
14554
14503
  padding: 32px 32px;
14555
14504
  }
14556
14505
 
14557
- @media (min-width: 576px) {
14506
+ @media (min-width: 600px) {
14558
14507
  .droppable-md {
14559
14508
  padding: 48px 32px;
14560
14509
  }
14561
14510
  }
14562
14511
 
14563
- @media (min-width: 992px) {
14512
+ @media (min-width: 1160px) {
14564
14513
  .droppable-md {
14565
14514
  padding: 64px 48px;
14566
14515
  }
@@ -14570,13 +14519,13 @@ li > a > .currency-flag:first-child {
14570
14519
  padding: 48px 48px;
14571
14520
  }
14572
14521
 
14573
- @media (min-width: 576px) {
14522
+ @media (min-width: 600px) {
14574
14523
  .droppable-lg {
14575
14524
  padding: 72px 48px;
14576
14525
  }
14577
14526
  }
14578
14527
 
14579
- @media (min-width: 992px) {
14528
+ @media (min-width: 1160px) {
14580
14529
  .droppable-lg {
14581
14530
  padding: 96px 72px;
14582
14531
  }
@@ -14695,7 +14644,7 @@ li > a > .currency-flag:first-child {
14695
14644
  flex-grow: 1;
14696
14645
  }
14697
14646
 
14698
- @media (min-width: 576px) {
14647
+ @media (min-width: 600px) {
14699
14648
  .d-flex--sm {
14700
14649
  display: flex;
14701
14650
  }
@@ -14776,7 +14725,7 @@ li > a > .currency-flag:first-child {
14776
14725
  }
14777
14726
  }
14778
14727
 
14779
- @media (min-width: 768px) {
14728
+ @media (min-width: 840px) {
14780
14729
  .d-flex--md {
14781
14730
  display: flex;
14782
14731
  }
@@ -14857,7 +14806,7 @@ li > a > .currency-flag:first-child {
14857
14806
  }
14858
14807
  }
14859
14808
 
14860
- @media (min-width: 992px) {
14809
+ @media (min-width: 1160px) {
14861
14810
  .d-flex--lg {
14862
14811
  display: flex;
14863
14812
  }
@@ -14936,9 +14885,6 @@ li > a > .currency-flag:first-child {
14936
14885
  .flex-grow-1--lg {
14937
14886
  flex-grow: 1;
14938
14887
  }
14939
- }
14940
-
14941
- @media (min-width: 1200px) {
14942
14888
  .d-flex--xl {
14943
14889
  display: flex;
14944
14890
  }
@@ -15045,7 +14991,7 @@ li > a > .currency-flag:first-child {
15045
14991
  margin-left: initial;
15046
14992
  }
15047
14993
 
15048
- @media (min-width: 576px) {
14994
+ @media (min-width: 600px) {
15049
14995
  .flex__inner {
15050
14996
  margin-right: calc(-1 * 24px);
15051
14997
  margin-right: calc(-1 * var(--size-24));
@@ -15066,7 +15012,7 @@ li > a > .currency-flag:first-child {
15066
15012
  }
15067
15013
  }
15068
15014
 
15069
- @media (min-width: 768px) {
15015
+ @media (min-width: 840px) {
15070
15016
  .flex__inner {
15071
15017
  margin-right: calc(-1 * 32px);
15072
15018
  margin-right: calc(-1 * var(--size-32));
@@ -15087,7 +15033,7 @@ li > a > .currency-flag:first-child {
15087
15033
  }
15088
15034
  }
15089
15035
 
15090
- @media (min-width: 992px) {
15036
+ @media (min-width: 1160px) {
15091
15037
  .flex__inner {
15092
15038
  margin-right: calc(-1 * 48px);
15093
15039
  margin-right: calc(-1 * var(--size-48));
@@ -15129,7 +15075,7 @@ li > a > .currency-flag:first-child {
15129
15075
  padding-left: initial;
15130
15076
  }
15131
15077
 
15132
- @media (min-width: 576px) {
15078
+ @media (min-width: 600px) {
15133
15079
  .flex__item {
15134
15080
  padding-right: 24px;
15135
15081
  padding-right: var(--size-24);
@@ -15150,7 +15096,7 @@ li > a > .currency-flag:first-child {
15150
15096
  }
15151
15097
  }
15152
15098
 
15153
- @media (min-width: 768px) {
15099
+ @media (min-width: 840px) {
15154
15100
  .flex__item {
15155
15101
  padding-right: 32px;
15156
15102
  padding-right: var(--size-32);
@@ -15171,7 +15117,7 @@ li > a > .currency-flag:first-child {
15171
15117
  }
15172
15118
  }
15173
15119
 
15174
- @media (min-width: 992px) {
15120
+ @media (min-width: 1160px) {
15175
15121
  .flex__item {
15176
15122
  padding-right: 48px;
15177
15123
  padding-right: var(--size-48);
@@ -15197,7 +15143,7 @@ li > a > .currency-flag:first-child {
15197
15143
  max-width: calc(100% / 3);
15198
15144
  }
15199
15145
 
15200
- @media (max-width: 767px) {
15146
+ @media (max-width: 839.98px) {
15201
15147
  .flex__item--4--md {
15202
15148
  flex: 0 0 calc(100% / 3);
15203
15149
  max-width: calc(100% / 3);
@@ -15209,7 +15155,7 @@ li > a > .currency-flag:first-child {
15209
15155
  max-width: calc(100% / 1.5);
15210
15156
  }
15211
15157
 
15212
- @media (max-width: 767px) {
15158
+ @media (max-width: 839.98px) {
15213
15159
  .flex__item--8--md {
15214
15160
  flex: 0 0 calc(100% / 1.5);
15215
15161
  max-width: calc(100% / 1.5);
@@ -15221,7 +15167,7 @@ li > a > .currency-flag:first-child {
15221
15167
  max-width: 50%;
15222
15168
  }
15223
15169
 
15224
- @media (max-width: 767px) {
15170
+ @media (max-width: 839.98px) {
15225
15171
  .flex__item--6--md {
15226
15172
  flex: 0 0 50%;
15227
15173
  max-width: 50%;
@@ -15233,7 +15179,7 @@ li > a > .currency-flag:first-child {
15233
15179
  max-width: 100%;
15234
15180
  }
15235
15181
 
15236
- @media (max-width: 767px) {
15182
+ @media (max-width: 839.98px) {
15237
15183
  .flex__item--12--md {
15238
15184
  flex: 0 0 100%;
15239
15185
  max-width: 100%;
@@ -15255,7 +15201,7 @@ li > a > .currency-flag:first-child {
15255
15201
  padding-bottom: calc(var(--size-8) * 10);
15256
15202
  }
15257
15203
 
15258
- @media (min-width: 576px) {
15204
+ @media (min-width: 600px) {
15259
15205
  .footer {
15260
15206
  padding-top: calc(8px * 15);
15261
15207
  padding-top: calc(var(--size-8) * 15);
@@ -15264,7 +15210,7 @@ li > a > .currency-flag:first-child {
15264
15210
  }
15265
15211
  }
15266
15212
 
15267
- @media (min-width: 992px) {
15213
+ @media (min-width: 1160px) {
15268
15214
  .footer {
15269
15215
  padding-top: calc(8px * 20);
15270
15216
  padding-top: calc(var(--size-8) * 20);
@@ -15385,7 +15331,7 @@ li > a > .currency-flag:first-child {
15385
15331
  color: #ffffff;
15386
15332
  }
15387
15333
 
15388
- @media (max-width: 575px) {
15334
+ @media (max-width: 599.98px) {
15389
15335
  .footer {
15390
15336
  position: relative;
15391
15337
  }
@@ -15450,20 +15396,20 @@ li > a > .currency-flag:first-child {
15450
15396
  clear: both;
15451
15397
  }
15452
15398
 
15453
- @media (min-width: 1200px) {
15399
+ @media (min-width: 1160px) {
15454
15400
  .container {
15455
15401
  max-width: 1164px;
15456
15402
  }
15457
15403
  }
15458
15404
 
15459
- @media (min-width: 576px) {
15405
+ @media (min-width: 600px) {
15460
15406
  .container {
15461
15407
  padding-right: 24px;
15462
15408
  padding-left: 24px;
15463
15409
  }
15464
15410
  }
15465
15411
 
15466
- @media (min-width: 992px) {
15412
+ @media (min-width: 1160px) {
15467
15413
  .container {
15468
15414
  padding-right: 32px;
15469
15415
  padding-left: 32px;
@@ -16136,7 +16082,7 @@ li > a > .currency-flag:first-child {
16136
16082
  margin-left: initial;
16137
16083
  }
16138
16084
 
16139
- @media (min-width: 576px) {
16085
+ @media (min-width: 600px) {
16140
16086
  .col-sm-1,
16141
16087
  .col-sm-2,
16142
16088
  .col-sm-3,
@@ -16563,7 +16509,7 @@ li > a > .currency-flag:first-child {
16563
16509
  }
16564
16510
  }
16565
16511
 
16566
- @media (min-width: 768px) {
16512
+ @media (min-width: 840px) {
16567
16513
  .col-md-1,
16568
16514
  .col-md-2,
16569
16515
  .col-md-3,
@@ -16990,7 +16936,7 @@ li > a > .currency-flag:first-child {
16990
16936
  }
16991
16937
  }
16992
16938
 
16993
- @media (min-width: 992px) {
16939
+ @media (min-width: 1160px) {
16994
16940
  .col-lg-1,
16995
16941
  .col-lg-2,
16996
16942
  .col-lg-3,
@@ -17417,7 +17363,7 @@ li > a > .currency-flag:first-child {
17417
17363
  }
17418
17364
  }
17419
17365
 
17420
- @media (min-width: 1200px) {
17366
+ @media (min-width: 1160px) {
17421
17367
  .col-xl-1,
17422
17368
  .col-xl-2,
17423
17369
  .col-xl-3,
@@ -17844,14 +17790,14 @@ li > a > .currency-flag:first-child {
17844
17790
  }
17845
17791
  }
17846
17792
 
17847
- @media (max-width: 575px) {
17793
+ @media (max-width: 599.98px) {
17848
17794
  .container {
17849
17795
  padding-right: 16px;
17850
17796
  padding-left: 16px;
17851
17797
  }
17852
17798
  }
17853
17799
 
17854
- @media (min-width: 576px) and (max-width: 767px) {
17800
+ @media (min-width: 600px) and (max-width: 839.98px) {
17855
17801
  .container {
17856
17802
  padding-right: 24px;
17857
17803
  padding-left: 24px;
@@ -17870,25 +17816,25 @@ li > a > .currency-flag:first-child {
17870
17816
  margin-bottom: 0;
17871
17817
  }
17872
17818
 
17873
- @media (min-width: 576px) {
17819
+ @media (min-width: 600px) {
17874
17820
  [class*="col-sm"] {
17875
17821
  margin-bottom: 0;
17876
17822
  }
17877
17823
  }
17878
17824
 
17879
- @media (min-width: 768px) {
17825
+ @media (min-width: 840px) {
17880
17826
  [class*="col-md"] {
17881
17827
  margin-bottom: 0;
17882
17828
  }
17883
17829
  }
17884
17830
 
17885
- @media (min-width: 992px) {
17831
+ @media (min-width: 1160px) {
17886
17832
  [class*="col-lg"] {
17887
17833
  margin-bottom: 0;
17888
17834
  }
17889
17835
  }
17890
17836
 
17891
- @media (min-width: 1200px) {
17837
+ @media (min-width: 1160px) {
17892
17838
  [class*="col-xl"] {
17893
17839
  margin-bottom: 0;
17894
17840
  }
@@ -17903,14 +17849,14 @@ li > a > .currency-flag:first-child {
17903
17849
  display: flex;
17904
17850
  }
17905
17851
 
17906
- @media (max-width: 575px) {
17852
+ @media (max-width: 599.98px) {
17907
17853
  .row-equal-height .col-xs-12 {
17908
17854
  margin-bottom: 12px;
17909
17855
  margin-bottom: var(--size-12);
17910
17856
  }
17911
17857
  }
17912
17858
 
17913
- @media (max-width: 575px) {
17859
+ @media (max-width: 599.98px) {
17914
17860
  .row {
17915
17861
  margin-right: calc(8px * -1);
17916
17862
  margin-right: calc(var(--size-8) * -1);
@@ -17935,7 +17881,7 @@ li > a > .currency-flag:first-child {
17935
17881
  padding-left: 24px / 2;
17936
17882
  }
17937
17883
 
17938
- @media all and (min-width: 576px) {
17884
+ @media all and (min-width: 600px) {
17939
17885
  .row--wide {
17940
17886
  margin-right: -48px / 2;
17941
17887
  margin-left: -48px / 2;
@@ -17946,7 +17892,7 @@ li > a > .currency-flag:first-child {
17946
17892
  }
17947
17893
  }
17948
17894
 
17949
- @media all and (min-width: 992px) {
17895
+ @media all and (min-width: 1160px) {
17950
17896
  .row--wide {
17951
17897
  margin-right: -96px / 2;
17952
17898
  margin-left: -96px / 2;
@@ -17957,7 +17903,7 @@ li > a > .currency-flag:first-child {
17957
17903
  }
17958
17904
  }
17959
17905
 
17960
- @media (min-width: 1200px) {
17906
+ @media (min-width: 1160px) {
17961
17907
  .container--fullscreen {
17962
17908
  max-width: 100%;
17963
17909
  }
@@ -17975,7 +17921,7 @@ li > a > .currency-flag:first-child {
17975
17921
  margin-left: auto;
17976
17922
  }
17977
17923
 
17978
- @media (min-width: 1200px) {
17924
+ @media (min-width: 1160px) {
17979
17925
  .container--wide {
17980
17926
  max-width: 1500px;
17981
17927
  }
@@ -18047,7 +17993,7 @@ html:not([dir="rtl"]) .list-group-item {
18047
17993
  margin-top: 0;
18048
17994
  }
18049
17995
 
18050
- @media (min-width: 576px) {
17996
+ @media (min-width: 600px) {
18051
17997
  .list-group-item {
18052
17998
  padding: 24px 24px 24px 22px;
18053
17999
  }
@@ -18056,7 +18002,7 @@ html:not([dir="rtl"]) .list-group-item {
18056
18002
  }
18057
18003
  }
18058
18004
 
18059
- @media (min-width: 992px) {
18005
+ @media (min-width: 1160px) {
18060
18006
  .list-group-item {
18061
18007
  padding: 32px 32px 32px 30px;
18062
18008
  }
@@ -18086,12 +18032,12 @@ html:not([dir="rtl"]) .list-group-item {
18086
18032
  hyphens: auto;
18087
18033
  hyphenate-limit-chars: 7 3;
18088
18034
  }
18089
- @media (min-width: 768px) {
18035
+ @media (min-width: 840px) {
18090
18036
  .list-group-item-heading {
18091
18037
  hyphenate-limit-chars: 8 3;
18092
18038
  }
18093
18039
  }
18094
- @media (min-width: 992px) {
18040
+ @media (min-width: 1160px) {
18095
18041
  .list-group-item-heading {
18096
18042
  hyphenate-limit-chars: 10 4 3;
18097
18043
  }
@@ -18104,7 +18050,7 @@ html:not([dir="rtl"]) .list-group-item {
18104
18050
  -webkit-hyphenate-limit-before: 3;
18105
18051
  -webkit-hyphenate-limit-after: 3;
18106
18052
  }
18107
- @media (min-width: 992px) {
18053
+ @media (min-width: 1160px) {
18108
18054
  .list-group-item-heading {
18109
18055
  -webkit-hyphenate-limit-before: 4;
18110
18056
  }
@@ -18180,7 +18126,7 @@ a.list-group-item:not(.disabled):not(:disabled):focus {
18180
18126
  box-shadow: none;
18181
18127
  }
18182
18128
 
18183
- @media (min-width: 768px) {
18129
+ @media (min-width: 840px) {
18184
18130
  .list-group-item.active {
18185
18131
  margin-left: -12px;
18186
18132
  margin-right: -12px;
@@ -18201,7 +18147,7 @@ a.list-group-item:not(.disabled):not(:disabled):focus {
18201
18147
  background-color: var(--color-background-screen);
18202
18148
  }
18203
18149
 
18204
- @media (min-width: 576px) {
18150
+ @media (min-width: 600px) {
18205
18151
  .list-group-inactive .list-group-item:hover .circle,
18206
18152
  .list-group-inactive .list-group-item.active .circle {
18207
18153
  background-color: rgba(134,167,189,0.10196);
@@ -18370,7 +18316,7 @@ a.list-group-item-danger:hover {
18370
18316
  }
18371
18317
  }
18372
18318
 
18373
- @media (max-width: 767px) {
18319
+ @media (max-width: 839.98px) {
18374
18320
  .list-group-slide-out .list-group-item .collapse {
18375
18321
  position: fixed;
18376
18322
  top: 0;
@@ -18600,7 +18546,7 @@ html:not([dir="rtl"]) .nav-stacked > li > a {
18600
18546
  transition: none;
18601
18547
  }
18602
18548
 
18603
- @media (min-width: 992px) {
18549
+ @media (min-width: 1160px) {
18604
18550
  .nav-stacked > li > a {
18605
18551
  padding-right: 32px;
18606
18552
  padding-right: var(--size-32);
@@ -18691,7 +18637,7 @@ html:not([dir="rtl"]) .nav-stacked > li.active > a:focus {
18691
18637
  line-height: var(--line-height-body);
18692
18638
  }
18693
18639
 
18694
- @media (min-width: 768px) {
18640
+ @media (min-width: 840px) {
18695
18641
  .nav-justified-2-p-x {
18696
18642
  padding-right: 25%;
18697
18643
  padding-left: 25%;
@@ -18879,7 +18825,7 @@ html:not([dir="rtl"]) .nav-stacked > li.active > a:focus {
18879
18825
  float: none !important;
18880
18826
  }
18881
18827
 
18882
- @media (min-width: 576px) {
18828
+ @media (min-width: 600px) {
18883
18829
  .pull-sm-left {
18884
18830
  float: left !important;
18885
18831
  }
@@ -18897,7 +18843,7 @@ html:not([dir="rtl"]) .nav-stacked > li.active > a:focus {
18897
18843
  }
18898
18844
  }
18899
18845
 
18900
- @media (min-width: 768px) {
18846
+ @media (min-width: 840px) {
18901
18847
  .pull-md-left {
18902
18848
  float: left !important;
18903
18849
  }
@@ -18915,7 +18861,7 @@ html:not([dir="rtl"]) .nav-stacked > li.active > a:focus {
18915
18861
  }
18916
18862
  }
18917
18863
 
18918
- @media (min-width: 992px) {
18864
+ @media (min-width: 1160px) {
18919
18865
  .pull-lg-left {
18920
18866
  float: left !important;
18921
18867
  }
@@ -18933,7 +18879,7 @@ html:not([dir="rtl"]) .nav-stacked > li.active > a:focus {
18933
18879
  }
18934
18880
  }
18935
18881
 
18936
- @media (min-width: 1200px) {
18882
+ @media (min-width: 1160px) {
18937
18883
  .pull-xl-left {
18938
18884
  float: left !important;
18939
18885
  }
@@ -19008,7 +18954,7 @@ html:not([dir="rtl"]) .nav-stacked > li.active > a:focus {
19008
18954
  transition: border-top-width 0s linear;
19009
18955
  }
19010
18956
 
19011
- @media (min-width: 768px) {
18957
+ @media (min-width: 840px) {
19012
18958
  .navbar {
19013
18959
  border-radius: 0;
19014
18960
  }
@@ -19018,7 +18964,7 @@ html:not([dir="rtl"]) .nav-stacked > li.active > a:focus {
19018
18964
  }
19019
18965
  }
19020
18966
 
19021
- @media (min-width: 768px) {
18967
+ @media (min-width: 840px) {
19022
18968
  .navbar-header {
19023
18969
  float: left;
19024
18970
  }
@@ -19032,7 +18978,7 @@ html:not([dir="rtl"]) .nav-stacked > li.active > a:focus {
19032
18978
  -webkit-overflow-scrolling: touch;
19033
18979
  }
19034
18980
 
19035
- @media (min-width: 768px) {
18981
+ @media (min-width: 840px) {
19036
18982
  .navbar-collapse {
19037
18983
  width: auto;
19038
18984
  border-top: 0;
@@ -19051,7 +18997,7 @@ html:not([dir="rtl"]) .nav-stacked > li.active > a:focus {
19051
18997
  }
19052
18998
  }
19053
18999
 
19054
- @media (min-width: 768px) {
19000
+ @media (min-width: 840px) {
19055
19001
  .container > .navbar-header,
19056
19002
  .container-fluid > .navbar-header,
19057
19003
  .container > .navbar-collapse,
@@ -19066,7 +19012,7 @@ html:not([dir="rtl"]) .nav-stacked > li.active > a:focus {
19066
19012
  margin-bottom: 0;
19067
19013
  }
19068
19014
 
19069
- @media (min-width: 768px) {
19015
+ @media (min-width: 840px) {
19070
19016
  .navbar-static-top {
19071
19017
  border-radius: 0;
19072
19018
  }
@@ -19101,7 +19047,7 @@ html:not([dir="rtl"]) .nav-stacked > li.active > a:focus {
19101
19047
  color: var(--color-background-screen);
19102
19048
  }
19103
19049
 
19104
- @media (max-width: 767px) {
19050
+ @media (max-width: 839.98px) {
19105
19051
  .navbar.affix .navbar-nav > li > a,
19106
19052
  .navbar-fixed-top .navbar-nav > li > a,
19107
19053
  .navbar-fixed-bottom .navbar-nav > li > a,
@@ -19123,7 +19069,7 @@ html:not([dir="rtl"]) .nav-stacked > li.active > a:focus {
19123
19069
  color: var(--color-content-accent-active);
19124
19070
  }
19125
19071
 
19126
- @media (min-width: 768px) {
19072
+ @media (min-width: 840px) {
19127
19073
  .navbar.affix,
19128
19074
  .navbar-fixed-top,
19129
19075
  .navbar-fixed-bottom {
@@ -19251,7 +19197,7 @@ html:not([dir="rtl"]) .nav-stacked > li.active > a:focus {
19251
19197
  background-color: var(--color-content-accent-hover);
19252
19198
  }
19253
19199
 
19254
- @media (min-width: 768px) {
19200
+ @media (min-width: 840px) {
19255
19201
  .navbar-toggle {
19256
19202
  display: none;
19257
19203
  }
@@ -19265,7 +19211,7 @@ html:not([dir="rtl"]) .nav-stacked > li.active > a:focus {
19265
19211
  transition: color ease 0.15s;
19266
19212
  }
19267
19213
 
19268
- @media (min-width: 768px) and (max-width: 991px) {
19214
+ @media (min-width: 840px) and (max-width: 1159.98px) {
19269
19215
  .navbar-nav > li > a,
19270
19216
  .navbar-nav > li > button {
19271
19217
  padding-left: 12px;
@@ -19312,7 +19258,7 @@ html:not([dir="rtl"]) .nav-stacked > li.active > a:focus {
19312
19258
  color: var(--color-content-accent-active);
19313
19259
  }
19314
19260
 
19315
- @media (min-width: 768px) {
19261
+ @media (min-width: 840px) {
19316
19262
  .navbar-inverse .navbar-nav > li > a.dropdown-toggle,
19317
19263
  .navbar-inverse .navbar-nav > li > button.dropdown-toggle {
19318
19264
  color: #ffffff;
@@ -19338,7 +19284,7 @@ html:not([dir="rtl"]) .nav-stacked > li.active > a:focus {
19338
19284
  margin-left: initial;
19339
19285
  }
19340
19286
 
19341
- @media (min-width: 768px) {
19287
+ @media (min-width: 840px) {
19342
19288
  .navbar-nav > li > a.navbar-title-link,
19343
19289
  .navbar-nav > li > button.navbar-title-link {
19344
19290
  font-size: 1.25rem;
@@ -19350,7 +19296,7 @@ html:not([dir="rtl"]) .nav-stacked > li.active > a:focus {
19350
19296
  display: none;
19351
19297
  }
19352
19298
 
19353
- @media (max-width: 767px) {
19299
+ @media (max-width: 839px) {
19354
19300
  .navbar-nav > li > a,
19355
19301
  .navbar-nav > li > button {
19356
19302
  font-size: 1rem;
@@ -19401,7 +19347,7 @@ html:not([dir="rtl"]) .nav-stacked > li.active > a:focus {
19401
19347
  }
19402
19348
  }
19403
19349
 
19404
- @media (min-width: 768px) {
19350
+ @media (min-width: 840px) {
19405
19351
  .navbar-nav {
19406
19352
  float: left;
19407
19353
  }
@@ -19425,7 +19371,7 @@ html:not([dir="rtl"]) .nav-stacked > li.active > a:focus {
19425
19371
  padding: 8px 16px;
19426
19372
  }
19427
19373
 
19428
- @media (max-width: 767px) {
19374
+ @media (max-width: 839px) {
19429
19375
  .navbar-form .form-group {
19430
19376
  margin-bottom: 4px;
19431
19377
  }
@@ -19434,7 +19380,7 @@ html:not([dir="rtl"]) .nav-stacked > li.active > a:focus {
19434
19380
  }
19435
19381
  }
19436
19382
 
19437
- @media (min-width: 768px) {
19383
+ @media (min-width: 840px) {
19438
19384
  .navbar-form {
19439
19385
  width: auto;
19440
19386
  border: 0;
@@ -19448,7 +19394,7 @@ html:not([dir="rtl"]) .nav-stacked > li.active > a:focus {
19448
19394
  }
19449
19395
  }
19450
19396
 
19451
- @media (min-width: 768px) and (min-width: 576px) {
19397
+ @media (min-width: 840px) and (min-width: 600px) {
19452
19398
  .navbar-form .form-group {
19453
19399
  display: inline-block;
19454
19400
  margin-bottom: 0;
@@ -19511,7 +19457,7 @@ html:not([dir="rtl"]) .nav-stacked > li.active > a:focus {
19511
19457
  }
19512
19458
  }
19513
19459
 
19514
- @media (min-width: 768px) and (min-width: 576px) {
19460
+ @media (min-width: 840px) and (min-width: 600px) {
19515
19461
  .navbar-form .form-group {
19516
19462
  display: inline-block;
19517
19463
  margin-bottom: 0;
@@ -19574,7 +19520,7 @@ html:not([dir="rtl"]) .nav-stacked > li.active > a:focus {
19574
19520
  }
19575
19521
  }
19576
19522
 
19577
- @media (max-width: 768px) {
19523
+ @media (max-width: 840px) {
19578
19524
  .navbar-form {
19579
19525
  border-bottom: 1px solid rgba(0,0,0,0.10196);
19580
19526
  border-bottom: 1px solid var(--color-border-neutral);
@@ -19608,7 +19554,7 @@ html:not([dir="rtl"]) .nav-stacked > li.active > a:focus {
19608
19554
  font-size: var(--font-size-14);
19609
19555
  }
19610
19556
 
19611
- @media (max-width: 768px) {
19557
+ @media (max-width: 840px) {
19612
19558
  .navbar-nav > li > .dropdown-menu > li > a {
19613
19559
  position: relative;
19614
19560
  -webkit-touch-callout: none;
@@ -19644,7 +19590,7 @@ html:not([dir="rtl"]) .nav-stacked > li.active > a:focus {
19644
19590
  background-color: var(--color-background-neutral);
19645
19591
  }
19646
19592
 
19647
- @media (max-width: 576px) {
19593
+ @media (max-width: 600px) {
19648
19594
  .navbar-nav > li > .dropdown-menu-overlay {
19649
19595
  margin-top: 0;
19650
19596
  }
@@ -19672,7 +19618,7 @@ html:not([dir="rtl"]) .nav-stacked > li.active > a:focus {
19672
19618
  transform: none;
19673
19619
  }
19674
19620
 
19675
- @media (min-width: 768px) {
19621
+ @media (min-width: 840px) {
19676
19622
  .navbar-nav > li.dropdown:hover .dropdown-menu {
19677
19623
  transition: opacity 0.2s cubic-bezier(0.6, 0.2, 0.1, 1), transform 0.2s cubic-bezier(0.6, 0.2, 0.1, 1), visibility 0s linear 0s;
19678
19624
  visibility: visible;
@@ -19701,7 +19647,7 @@ html:not([dir="rtl"]) .nav-stacked > li.active > a:focus {
19701
19647
  left: initial;
19702
19648
  }
19703
19649
 
19704
- @media (min-width: 768px) and (max-width: 991px) {
19650
+ @media (min-width: 840px) and (max-width: 1159.98px) {
19705
19651
  .navbar-right li > .dropdown-menu::before,
19706
19652
  .pull-xs-right li > .dropdown-menu::before {
19707
19653
  right: 16px;
@@ -19763,7 +19709,7 @@ html:not([dir="rtl"]) .nav-stacked > li.active > a:focus {
19763
19709
  margin-bottom: 16px;
19764
19710
  }
19765
19711
 
19766
- @media (max-width: 767px) {
19712
+ @media (max-width: 839px) {
19767
19713
  .navbar-btn {
19768
19714
  display: block;
19769
19715
  }
@@ -19774,7 +19720,7 @@ html:not([dir="rtl"]) .nav-stacked > li.active > a:focus {
19774
19720
  margin-bottom: 15px;
19775
19721
  }
19776
19722
 
19777
- @media (min-width: 768px) {
19723
+ @media (min-width: 840px) {
19778
19724
  .navbar-text {
19779
19725
  float: left;
19780
19726
  margin-left: 16px;
@@ -19785,7 +19731,7 @@ html:not([dir="rtl"]) .nav-stacked > li.active > a:focus {
19785
19731
  }
19786
19732
  }
19787
19733
 
19788
- @media (min-width: 768px) {
19734
+ @media (min-width: 840px) {
19789
19735
  .navbar-left {
19790
19736
  float: left !important;
19791
19737
  }
@@ -19848,7 +19794,7 @@ html:not([dir="rtl"]) .nav-stacked > li.active > a:focus {
19848
19794
  }
19849
19795
  }
19850
19796
 
19851
- @media (min-width: 768px) and (min-width: 768px) and (max-width: 991px) {
19797
+ @media (min-width: 840px) and (min-width: 840px) and (max-width: 1159.98px) {
19852
19798
  .navbar-right li > .dropdown-menu::before {
19853
19799
  right: 16px;
19854
19800
  }
@@ -19888,7 +19834,7 @@ html:not([dir="rtl"]) .nav-stacked > li.active > a:focus {
19888
19834
  color: var(--color-content-primary);
19889
19835
  }
19890
19836
 
19891
- @media (min-width: 768px) {
19837
+ @media (min-width: 840px) {
19892
19838
  .navbar-default .navbar-nav > li > a {
19893
19839
  border-bottom: 3px solid transparent;
19894
19840
  }
@@ -19928,7 +19874,7 @@ html:not([dir="rtl"]) .nav-stacked > li.active > a:focus {
19928
19874
  color: var(--color-content-accent-active);
19929
19875
  }
19930
19876
 
19931
- @media (max-width: 767px) {
19877
+ @media (max-width: 839px) {
19932
19878
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
19933
19879
  color: #0097c7;
19934
19880
  color: var(--color-content-accent);
@@ -20004,7 +19950,7 @@ html:not([dir="rtl"]) .nav-stacked > li.active > a:focus {
20004
19950
  color: #ffffff;
20005
19951
  }
20006
19952
 
20007
- @media (min-width: 768px) {
19953
+ @media (min-width: 840px) {
20008
19954
  .navbar-inverse .navbar-nav > li > a {
20009
19955
  border-bottom: 3px solid transparent;
20010
19956
  }
@@ -20048,7 +19994,7 @@ html:not([dir="rtl"]) .nav-stacked > li.active > a:focus {
20048
19994
  color: var(--color-content-accent-hover);
20049
19995
  }
20050
19996
 
20051
- @media (max-width: 767px) {
19997
+ @media (max-width: 839px) {
20052
19998
  .navbar-inverse .navbar-nav > li > a {
20053
19999
  color: #37517e;
20054
20000
  color: var(--color-content-primary);
@@ -20131,7 +20077,7 @@ html:not([dir="rtl"]) .nav-stacked > li.active > a:focus {
20131
20077
  display: none;
20132
20078
  }
20133
20079
 
20134
- @media (max-width: 767px) {
20080
+ @media (max-width: 839px) {
20135
20081
  .navbar-collapse {
20136
20082
  position: fixed;
20137
20083
  bottom: 0;
@@ -20271,7 +20217,7 @@ html:not([dir="rtl"]) .nav-stacked > li.active > a:focus {
20271
20217
  display: inline-block;
20272
20218
  }
20273
20219
 
20274
- @media (min-width: 992px) {
20220
+ @media (min-width: 1160px) {
20275
20221
  .navbar .profile-name .text-ellipses,
20276
20222
  .navbar .profile-name .text-ellipsis,
20277
20223
  .navbar .profile-name .truncate {
@@ -20279,7 +20225,7 @@ html:not([dir="rtl"]) .nav-stacked > li.active > a:focus {
20279
20225
  }
20280
20226
  }
20281
20227
 
20282
- @media (min-width: 1200px) {
20228
+ @media (min-width: 1160px) {
20283
20229
  .navbar .profile-name .text-ellipses,
20284
20230
  .navbar .profile-name .text-ellipsis,
20285
20231
  .navbar .profile-name .truncate {
@@ -20295,7 +20241,7 @@ html:not([dir="rtl"]) .nav-stacked > li.active > a:focus {
20295
20241
  margin-top: 56px;
20296
20242
  }
20297
20243
 
20298
- @media (min-width: 768px) {
20244
+ @media (min-width: 840px) {
20299
20245
  .navbar + .jumbotron,
20300
20246
  .navbar + .jumbotron-image,
20301
20247
  .navbar + .jumbotron-image-inverse,
@@ -20316,7 +20262,7 @@ html:not([dir="rtl"]) .nav-stacked > li.active > a:focus {
20316
20262
  padding-bottom: 64px;
20317
20263
  }
20318
20264
 
20319
- @media (min-width: 768px) {
20265
+ @media (min-width: 840px) {
20320
20266
  .navbar + .jumbotron,
20321
20267
  .navbar + .jumbotron-image > .jumbotron,
20322
20268
  .navbar + .jumbotron-image-inverse > .jumbotron,
@@ -20338,7 +20284,7 @@ html:not([dir="rtl"]) .nav-stacked > li.active > a:focus {
20338
20284
  margin-left: initial;
20339
20285
  }
20340
20286
 
20341
- @media (max-width: 767px) {
20287
+ @media (max-width: 839.98px) {
20342
20288
  .navbar-static-top {
20343
20289
  background-color: #37517e;
20344
20290
  border-bottom-color: transparent;
@@ -20377,7 +20323,7 @@ html:not([dir="rtl"]) .nav-stacked > li.active > a:focus {
20377
20323
  width: 75%;
20378
20324
  }
20379
20325
 
20380
- @media (min-width: 992px) {
20326
+ @media (min-width: 1160px) {
20381
20327
  .navbar-title,
20382
20328
  .navbar-subtitle {
20383
20329
  color: #37517e;
@@ -20402,7 +20348,7 @@ html:not([dir="rtl"]) .nav-stacked > li.active > a:focus {
20402
20348
  border-bottom: 1px solid var(--color-border-neutral);
20403
20349
  }
20404
20350
 
20405
- @media (min-width: 992px) {
20351
+ @media (min-width: 1160px) {
20406
20352
  .nav-toolbar {
20407
20353
  margin-top: 0;
20408
20354
  background-color: #ffffff;
@@ -20422,7 +20368,7 @@ html:not([dir="rtl"]) .nav-stacked > li.active > a:focus {
20422
20368
  }
20423
20369
  }
20424
20370
 
20425
- @media (max-width: 991px) {
20371
+ @media (max-width: 1159.98px) {
20426
20372
  .nav-toolbar.affix {
20427
20373
  position: relative !important;
20428
20374
  }
@@ -20462,13 +20408,13 @@ html:not([dir="rtl"]) .nav-stacked > li.active > a:focus {
20462
20408
  height: 32px;
20463
20409
  }
20464
20410
 
20465
- @media (min-width: 992px) {
20411
+ @media (min-width: 1160px) {
20466
20412
  .nav-toolbar--compact {
20467
20413
  padding-top: 0;
20468
20414
  }
20469
20415
  }
20470
20416
 
20471
- @media (min-width: 992px) {
20417
+ @media (min-width: 1160px) {
20472
20418
  .column-layout .nav-toolbar.affix {
20473
20419
  width: calc(100% - 264px);
20474
20420
  }
@@ -20488,7 +20434,7 @@ html:not([dir="rtl"]) .nav-stacked > li.active > a:focus {
20488
20434
  width: calc(100% - 140px);
20489
20435
  }
20490
20436
 
20491
- @media (min-width: 768px) {
20437
+ @media (min-width: 840px) {
20492
20438
  .simple-nav .navbar-header {
20493
20439
  width: calc(100% - 340px);
20494
20440
  }
@@ -20506,14 +20452,14 @@ html:not([dir="rtl"]) .nav-stacked > li.active > a:focus {
20506
20452
  float: left;
20507
20453
  }
20508
20454
 
20509
- @media (min-width: 576px) {
20455
+ @media (min-width: 600px) {
20510
20456
  .simple-nav .navbar-nav > li > a {
20511
20457
  font-size: 1rem !important;
20512
20458
  font-size: var(--font-size-16) !important;
20513
20459
  }
20514
20460
  }
20515
20461
 
20516
- @media (min-width: 992px) {
20462
+ @media (min-width: 1160px) {
20517
20463
  .simple-nav {
20518
20464
  background-color: #ffffff;
20519
20465
  background-color: var(--color-background-screen);
@@ -20522,7 +20468,7 @@ html:not([dir="rtl"]) .nav-stacked > li.active > a:focus {
20522
20468
  }
20523
20469
  }
20524
20470
 
20525
- @media (max-width: 991px) {
20471
+ @media (max-width: 1159.98px) {
20526
20472
  .simple-nav .navbar-nav > li > a {
20527
20473
  color: #ffffff;
20528
20474
  }
@@ -20550,7 +20496,7 @@ html:not([dir="rtl"]) .nav-stacked > li.active > a:focus {
20550
20496
  max-width: 164px;
20551
20497
  }
20552
20498
 
20553
- @media (min-width: 768px) {
20499
+ @media (min-width: 840px) {
20554
20500
  .subnav {
20555
20501
  height: 128px !important;
20556
20502
  position: relative;
@@ -20594,7 +20540,7 @@ html:not([dir="rtl"]) .nav-stacked > li.active > a:focus {
20594
20540
 
20595
20541
  /* stylelint-enable */
20596
20542
 
20597
- @media (min-width: 576px) {
20543
+ @media (min-width: 600px) {
20598
20544
  .form-inline .form-group {
20599
20545
  display: inline-block;
20600
20546
  margin-bottom: 0;
@@ -20776,7 +20722,7 @@ html:not([dir="rtl"]) .nav-stacked > li.active > a:focus {
20776
20722
  vertical-align: middle;
20777
20723
  }
20778
20724
 
20779
- @media (max-width: 575px) {
20725
+ @media (max-width: 599.98px) {
20780
20726
  .tw-select.dropdown-menu.dropdown-menu--open {
20781
20727
  max-height: 50vh;
20782
20728
  max-height: 50svh;
@@ -21201,7 +21147,7 @@ button.close {
21201
21147
  overflow: scroll;
21202
21148
  }
21203
21149
 
21204
- @media (min-width: 576px) {
21150
+ @media (min-width: 600px) {
21205
21151
  .modal-dialog {
21206
21152
  width: 540px;
21207
21153
  margin: 32px auto;
@@ -21228,7 +21174,7 @@ button.close {
21228
21174
  }
21229
21175
  }
21230
21176
 
21231
- @media (min-width: 576px) {
21177
+ @media (min-width: 600px) {
21232
21178
  .modal-sm,
21233
21179
  .modal-lg {
21234
21180
  width: auto;
@@ -21243,7 +21189,7 @@ button.close {
21243
21189
  }
21244
21190
  }
21245
21191
 
21246
- @media (min-width: 768px) {
21192
+ @media (min-width: 840px) {
21247
21193
  .modal-lg {
21248
21194
  width: 720px;
21249
21195
  margin: 32px auto;
@@ -21288,7 +21234,7 @@ button.close {
21288
21234
  padding: 16px;
21289
21235
  }
21290
21236
 
21291
- @media (min-width: 576px) {
21237
+ @media (min-width: 600px) {
21292
21238
  .panel {
21293
21239
  margin-bottom: 24px;
21294
21240
  margin-left: -24px;
@@ -21305,7 +21251,7 @@ button.close {
21305
21251
  }
21306
21252
  }
21307
21253
 
21308
- @media (min-width: 768px) {
21254
+ @media (min-width: 840px) {
21309
21255
  .panel {
21310
21256
  margin-left: 0;
21311
21257
  margin-right: 0;
@@ -21315,7 +21261,7 @@ button.close {
21315
21261
  }
21316
21262
  }
21317
21263
 
21318
- @media (min-width: 992px) {
21264
+ @media (min-width: 1160px) {
21319
21265
  .panel {
21320
21266
  margin-bottom: 32px;
21321
21267
  border-radius: 3px;
@@ -21328,7 +21274,7 @@ button.close {
21328
21274
  }
21329
21275
  }
21330
21276
 
21331
- @media (min-width: 768px) {
21277
+ @media (min-width: 840px) {
21332
21278
  .panel-title {
21333
21279
  line-height: calc(1.2 * 2);
21334
21280
  line-height: calc(var(--line-height-title) * 2);
@@ -21622,7 +21568,7 @@ html:not([dir="rtl"]) .panel > .table-responsive > .table-bordered > tfoot > tr
21622
21568
  padding-right: initial;
21623
21569
  }
21624
21570
 
21625
- @media (min-width: 768px) {
21571
+ @media (min-width: 840px) {
21626
21572
  .panel > .table tr > :first-child,
21627
21573
  .panel > .table-responsive tr > :first-child {
21628
21574
  padding-left: 24px;
@@ -21645,7 +21591,7 @@ html:not([dir="rtl"]) .panel > .table-responsive > .table-bordered > tfoot > tr
21645
21591
  }
21646
21592
  }
21647
21593
 
21648
- @media (min-width: 992px) {
21594
+ @media (min-width: 1160px) {
21649
21595
  .panel > .table tr > :first-child,
21650
21596
  .panel > .table-responsive tr > :first-child {
21651
21597
  padding-left: 32px;
@@ -21846,21 +21792,21 @@ html:not([dir="rtl"]) .panel > .table-responsive > .table-bordered > tfoot > tr
21846
21792
  padding: 16px;
21847
21793
  }
21848
21794
 
21849
- @media (min-width: 576px) {
21795
+ @media (min-width: 600px) {
21850
21796
  .panel-group .panel .panel-heading,
21851
21797
  .panel-group .panel .panel-footer {
21852
21798
  padding: 24px !important;
21853
21799
  }
21854
21800
  }
21855
21801
 
21856
- @media (min-width: 992px) {
21802
+ @media (min-width: 1160px) {
21857
21803
  .panel-group .panel .panel-heading,
21858
21804
  .panel-group .panel .panel-footer {
21859
21805
  padding: 24px 32px;
21860
21806
  }
21861
21807
  }
21862
21808
 
21863
- @media (min-width: 768px) {
21809
+ @media (min-width: 840px) {
21864
21810
  .panel {
21865
21811
  margin-left: 0;
21866
21812
  margin-right: 0;
@@ -22309,12 +22255,12 @@ html:not([dir="rtl"]) .panel > .table-responsive > .table-bordered > tfoot > tr
22309
22255
  hyphens: auto;
22310
22256
  hyphenate-limit-chars: 7 3;
22311
22257
  }
22312
- @media (min-width: 768px) {
22258
+ @media (min-width: 840px) {
22313
22259
  .popover-title {
22314
22260
  hyphenate-limit-chars: 8 3;
22315
22261
  }
22316
22262
  }
22317
- @media (min-width: 992px) {
22263
+ @media (min-width: 1160px) {
22318
22264
  .popover-title {
22319
22265
  hyphenate-limit-chars: 10 4 3;
22320
22266
  }
@@ -22327,7 +22273,7 @@ html:not([dir="rtl"]) .panel > .table-responsive > .table-bordered > tfoot > tr
22327
22273
  -webkit-hyphenate-limit-before: 3;
22328
22274
  -webkit-hyphenate-limit-after: 3;
22329
22275
  }
22330
- @media (min-width: 992px) {
22276
+ @media (min-width: 1160px) {
22331
22277
  .popover-title {
22332
22278
  -webkit-hyphenate-limit-before: 4;
22333
22279
  }
@@ -22438,7 +22384,7 @@ button.popover-close {
22438
22384
  border-bottom: 0;
22439
22385
  }
22440
22386
 
22441
- @media (max-width: 991px) {
22387
+ @media (max-width: 1159.98px) {
22442
22388
  .popover-modal {
22443
22389
  position: fixed;
22444
22390
  top: 0 !important;
@@ -22453,7 +22399,7 @@ button.popover-close {
22453
22399
  }
22454
22400
  }
22455
22401
 
22456
- @media (min-width: 992px) {
22402
+ @media (min-width: 1160px) {
22457
22403
  .popover-modal.left {
22458
22404
  margin-right: -var(--size-24) !important;
22459
22405
  }
@@ -22509,7 +22455,7 @@ button.popover-close {
22509
22455
  left: initial;
22510
22456
  }
22511
22457
 
22512
- @media (max-width: 991px) {
22458
+ @media (max-width: 1159.98px) {
22513
22459
  .popover-modal-cover {
22514
22460
  display: block;
22515
22461
  }
@@ -22521,7 +22467,7 @@ button.popover-close {
22521
22467
  padding: var(--size-24);
22522
22468
  }
22523
22469
 
22524
- @media (max-width: 576px) {
22470
+ @media (max-width: 599.98px) {
22525
22471
  .popover-promotion {
22526
22472
  width: auto !important;
22527
22473
  padding: 24px !important;
@@ -22531,7 +22477,7 @@ button.popover-close {
22531
22477
  }
22532
22478
  }
22533
22479
 
22534
- @media (min-width: 566px) and (max-width: 992px) {
22480
+ @media (min-width: 590px) and (max-width: 1159.98px) {
22535
22481
  .popover-promotion {
22536
22482
  width: 540px !important;
22537
22483
  padding: 28px 32px !important;
@@ -22548,7 +22494,7 @@ button.popover-close {
22548
22494
  line-height: var(--line-height-title);
22549
22495
  }
22550
22496
 
22551
- @media (min-width: 768px) {
22497
+ @media (min-width: 840px) {
22552
22498
  .popover-promotion .popover-title {
22553
22499
  font-size: 1.25rem;
22554
22500
  font-size: var(--font-size-20);
@@ -22557,25 +22503,25 @@ button.popover-close {
22557
22503
  }
22558
22504
  }
22559
22505
 
22560
- @media (max-width: 480px) {
22506
+ @media (max-width: 320px) {
22561
22507
  .popover-promotion .popover-image {
22562
22508
  width: 80%;
22563
22509
  }
22564
22510
  }
22565
22511
 
22566
- @media (min-width: 480px) and (max-width: 992px) {
22512
+ @media (min-width: 320.02px) and (max-width: 1159.98px) {
22567
22513
  .popover-promotion .popover-image {
22568
22514
  width: 60%;
22569
22515
  }
22570
22516
  }
22571
22517
 
22572
- @media (min-width: 992px) {
22518
+ @media (min-width: 1160px) {
22573
22519
  .popover-promotion .popover-image {
22574
22520
  width: 80%;
22575
22521
  }
22576
22522
  }
22577
22523
 
22578
- @media (max-width: 992px) {
22524
+ @media (max-width: 1159.98px) {
22579
22525
  .popover-promotion {
22580
22526
  position: absolute !important;
22581
22527
  }
@@ -23314,7 +23260,7 @@ textarea:focus-visible {
23314
23260
  margin-bottom: 16px;
23315
23261
  }
23316
23262
 
23317
- @media (min-width: 768px) {
23263
+ @media (min-width: 840px) {
23318
23264
  .sequence > li {
23319
23265
  padding-top: 4px;
23320
23266
  padding-bottom: 4px;
@@ -23363,7 +23309,7 @@ textarea:focus-visible {
23363
23309
  top: 2px;
23364
23310
  }
23365
23311
 
23366
- @media (min-width: 768px) {
23312
+ @media (min-width: 840px) {
23367
23313
  .sequence .sequence-icon {
23368
23314
  top: 4px;
23369
23315
  }
@@ -23435,7 +23381,7 @@ textarea:focus-visible {
23435
23381
  margin-left: initial;
23436
23382
  }
23437
23383
 
23438
- @media (min-width: 768px) {
23384
+ @media (min-width: 840px) {
23439
23385
  .sequence {
23440
23386
  padding-right: 24px;
23441
23387
  font-size: 1rem;
@@ -23995,7 +23941,7 @@ textarea:focus-visible {
23995
23941
  margin-bottom: 24px;
23996
23942
  }
23997
23943
 
23998
- @media (min-width: 768px) {
23944
+ @media (min-width: 840px) {
23999
23945
  .sequence-lg > li {
24000
23946
  padding-top: 8px;
24001
23947
  padding-bottom: 8px;
@@ -24044,7 +23990,7 @@ textarea:focus-visible {
24044
23990
  top: 8px;
24045
23991
  }
24046
23992
 
24047
- @media (min-width: 768px) {
23993
+ @media (min-width: 840px) {
24048
23994
  .sequence-lg .sequence-icon {
24049
23995
  top: 8px;
24050
23996
  }
@@ -24110,7 +24056,7 @@ textarea:focus-visible {
24110
24056
  margin-left: initial;
24111
24057
  }
24112
24058
 
24113
- @media (min-width: 768px) {
24059
+ @media (min-width: 840px) {
24114
24060
  .sequence-lg {
24115
24061
  padding-left: 48px;
24116
24062
  }
@@ -24470,7 +24416,7 @@ th {
24470
24416
  background-color: var(--color-background-neutral);
24471
24417
  }
24472
24418
 
24473
- @media (max-width: 767px) {
24419
+ @media (max-width: 839.98px) {
24474
24420
  div.table-bordered:not(.table-responsive) {
24475
24421
  border: 0;
24476
24422
  }
@@ -24481,7 +24427,7 @@ th {
24481
24427
  background-color: var(--color-background-neutral);
24482
24428
  }
24483
24429
 
24484
- @media (min-width: 768px) {
24430
+ @media (min-width: 840px) {
24485
24431
  .table-striped > .tbody > dl:nth-of-type(odd) {
24486
24432
  background-color: rgba(134,167,189,0.10196);
24487
24433
  background-color: var(--color-background-neutral);
@@ -24674,7 +24620,7 @@ table col[class*="col-"] {
24674
24620
  border: 0;
24675
24621
  }
24676
24622
 
24677
- @media screen and (max-width: 767px) {
24623
+ @media screen and (max-width: 839.98px) {
24678
24624
  .table-responsive {
24679
24625
  width: 100%;
24680
24626
  margin-bottom: 24px;
@@ -24709,7 +24655,7 @@ table col[class*="col-"] {
24709
24655
  }
24710
24656
  }
24711
24657
 
24712
- @media (min-width: 768px) {
24658
+ @media (min-width: 840px) {
24713
24659
  .table {
24714
24660
  display: table;
24715
24661
  }
@@ -24747,7 +24693,7 @@ table col[class*="col-"] {
24747
24693
  }
24748
24694
  }
24749
24695
 
24750
- @media (max-width: 767px) {
24696
+ @media (max-width: 839.98px) {
24751
24697
  .table > .thead {
24752
24698
  display: none;
24753
24699
  }
@@ -24769,7 +24715,7 @@ table col[class*="col-"] {
24769
24715
  }
24770
24716
  }
24771
24717
 
24772
- @media (max-width: 575px) {
24718
+ @media (max-width: 599.98px) {
24773
24719
  .table > .tbody > dl {
24774
24720
  padding-bottom: 8px;
24775
24721
  }
@@ -25156,7 +25102,7 @@ a[data-toggle="tooltip"] {
25156
25102
  float: none !important;
25157
25103
  }
25158
25104
 
25159
- @media (min-width: 576px) {
25105
+ @media (min-width: 600px) {
25160
25106
  .pull-sm-left {
25161
25107
  float: left !important;
25162
25108
  }
@@ -25174,7 +25120,7 @@ a[data-toggle="tooltip"] {
25174
25120
  }
25175
25121
  }
25176
25122
 
25177
- @media (min-width: 768px) {
25123
+ @media (min-width: 840px) {
25178
25124
  .pull-md-left {
25179
25125
  float: left !important;
25180
25126
  }
@@ -25192,37 +25138,24 @@ a[data-toggle="tooltip"] {
25192
25138
  }
25193
25139
  }
25194
25140
 
25195
- @media (min-width: 992px) {
25196
- .pull-lg-left {
25197
- float: left !important;
25198
- }
25199
- [dir="rtl"] .pull-lg-left {
25200
- float: right !important;
25201
- }
25202
- .pull-lg-right {
25203
- float: right !important;
25204
- }
25205
- [dir="rtl"] .pull-lg-right {
25206
- float: left !important;
25207
- }
25208
- .pull-lg-none {
25209
- float: none !important;
25210
- }
25211
- }
25212
-
25213
- @media (min-width: 1200px) {
25141
+ @media (min-width: 1160px) {
25142
+ .pull-lg-left,
25214
25143
  .pull-xl-left {
25215
25144
  float: left !important;
25216
25145
  }
25146
+ [dir="rtl"] .pull-lg-left,
25217
25147
  [dir="rtl"] .pull-xl-left {
25218
25148
  float: right !important;
25219
25149
  }
25150
+ .pull-lg-right,
25220
25151
  .pull-xl-right {
25221
25152
  float: right !important;
25222
25153
  }
25154
+ [dir="rtl"] .pull-lg-right,
25223
25155
  [dir="rtl"] .pull-xl-right {
25224
25156
  float: left !important;
25225
25157
  }
25158
+ .pull-lg-none,
25226
25159
  .pull-xl-none {
25227
25160
  float: none !important;
25228
25161
  }
@@ -25294,7 +25227,7 @@ a[data-toggle="tooltip"] {
25294
25227
  box-shadow: none;
25295
25228
  }
25296
25229
 
25297
- @media only screen and (min-width: 576px) {
25230
+ @media only screen and (min-width: 600px) {
25298
25231
  .well-sm {
25299
25232
  min-height: 24px;
25300
25233
  min-height: var(--size-24);
@@ -25310,7 +25243,7 @@ a[data-toggle="tooltip"] {
25310
25243
  }
25311
25244
  }
25312
25245
 
25313
- @media only screen and (min-width: 768px) {
25246
+ @media only screen and (min-width: 840px) {
25314
25247
  .well-md {
25315
25248
  min-height: 24px;
25316
25249
  min-height: var(--size-24);
@@ -25326,23 +25259,8 @@ a[data-toggle="tooltip"] {
25326
25259
  }
25327
25260
  }
25328
25261
 
25329
- @media only screen and (min-width: 992px) {
25330
- .well-lg {
25331
- min-height: 24px;
25332
- min-height: var(--size-24);
25333
- margin-bottom: 24px;
25334
- margin-bottom: var(--size-24);
25335
- border-radius: 10px;
25336
- border-radius: var(--radius-small);
25337
- border: solid 1px rgba(0,0,0,0.10196);
25338
- border: solid 1px var(--color-border-neutral);
25339
- padding: 24px;
25340
- padding: var(--size-24);
25341
- box-shadow: none;
25342
- }
25343
- }
25344
-
25345
- @media only screen and (min-width: 1200px) {
25262
+ @media only screen and (min-width: 1160px) {
25263
+ .well-lg,
25346
25264
  .well-xl {
25347
25265
  min-height: 24px;
25348
25266
  min-height: var(--size-24);