@oslokommune/punkt-css 17.1.2 → 18.0.0

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 (34) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/README.md +3 -3
  3. package/dist/css/components/header-menu.css +1 -1
  4. package/dist/css/components/header-menu.min.css +1 -1
  5. package/dist/css/elements/checkbox-radio.css +3 -3
  6. package/dist/css/elements/checkbox-radio.min.css +1 -1
  7. package/dist/css/elements/input.css +1 -1
  8. package/dist/css/elements/input.min.css +1 -1
  9. package/dist/css/pkt-base.css +1822 -1815
  10. package/dist/css/pkt-base.min.css +1 -1
  11. package/dist/css/pkt-components.css +1 -1
  12. package/dist/css/pkt-components.min.css +1 -1
  13. package/dist/css/pkt-docs.css +1759 -1752
  14. package/dist/css/pkt-docs.min.css +1 -1
  15. package/dist/css/pkt-elements.css +4 -4
  16. package/dist/css/pkt-elements.min.css +1 -1
  17. package/dist/css/pkt-grid.css +41 -1829
  18. package/dist/css/pkt-grid.min.css +1 -1
  19. package/dist/css/pkt-utilities.css +248 -8090
  20. package/dist/css/pkt-utilities.min.css +1 -1
  21. package/dist/css/pkt.css +1759 -1752
  22. package/dist/css/pkt.layer.css +1760 -1754
  23. package/dist/css/pkt.layer.min.css +1 -1
  24. package/dist/css/pkt.min.css +1 -1
  25. package/dist/scss/abstracts/variables/_index.scss +1 -1
  26. package/dist/scss/abstracts/variables/_spacing.scss +7 -6
  27. package/dist/scss/base/_grid-responsive.scss +37 -0
  28. package/dist/scss/base/_grid.scss +1 -27
  29. package/dist/scss/base/_index.scss +2 -0
  30. package/dist/scss/base/_spacing-responsive.scss +13 -0
  31. package/dist/scss/base/_spacing.scss +0 -5
  32. package/dist/scss/components/_header-menu.scss +1 -1
  33. package/dist/scss/elements/_input.scss +1 -2
  34. package/package.json +3 -3
package/dist/css/pkt.css CHANGED
@@ -3119,7 +3119,7 @@ a:active, a.pkt-link--active,
3119
3119
  .pkt-link--external::after {
3120
3120
  display: inline-block;
3121
3121
  content: " ";
3122
- --svg: url(https://punkt-cdn.oslo.kommune.no/17.1/icons/new-window-small.svg);
3122
+ --svg: url(https://punkt-cdn.oslo.kommune.no/18.0/icons/new-window-small.svg);
3123
3123
  background-image: var(--svg);
3124
3124
  background-repeat: no-repeat;
3125
3125
  background-size: 18px 18px;
@@ -3211,7 +3211,7 @@ button.pkt-link {
3211
3211
  }
3212
3212
 
3213
3213
  /*
3214
- * CSS Grid layouts
3214
+ * CSS Grid
3215
3215
  */
3216
3216
  .pkt-grid {
3217
3217
  display: grid;
@@ -3425,6 +3425,15 @@ button.pkt-link {
3425
3425
  .pkt-grid--rowgap-size-88 {
3426
3426
  row-gap: 5.5rem;
3427
3427
  }
3428
+ .pkt-grid--gap-size-96 {
3429
+ gap: 6rem;
3430
+ }
3431
+ .pkt-grid--colgap-size-96 {
3432
+ column-gap: 6rem;
3433
+ }
3434
+ .pkt-grid--rowgap-size-96 {
3435
+ row-gap: 6rem;
3436
+ }
3428
3437
  .pkt-grid--gap-size-104 {
3429
3438
  gap: 6.5rem;
3430
3439
  }
@@ -3443,24 +3452,6 @@ button.pkt-link {
3443
3452
  .pkt-grid--rowgap-size-128 {
3444
3453
  row-gap: 8rem;
3445
3454
  }
3446
- .pkt-grid--gap-size-148 {
3447
- gap: 9.25rem;
3448
- }
3449
- .pkt-grid--colgap-size-148 {
3450
- column-gap: 9.25rem;
3451
- }
3452
- .pkt-grid--rowgap-size-148 {
3453
- row-gap: 9.25rem;
3454
- }
3455
- .pkt-grid--gap-size-5 {
3456
- gap: 0.3125rem;
3457
- }
3458
- .pkt-grid--colgap-size-5 {
3459
- column-gap: 0.3125rem;
3460
- }
3461
- .pkt-grid--rowgap-size-5 {
3462
- row-gap: 0.3125rem;
3463
- }
3464
3455
  .pkt-grid--gap-size-10 {
3465
3456
  gap: 0.625rem;
3466
3457
  }
@@ -3470,15 +3461,6 @@ button.pkt-link {
3470
3461
  .pkt-grid--rowgap-size-10 {
3471
3462
  row-gap: 0.625rem;
3472
3463
  }
3473
- .pkt-grid--gap-size-15 {
3474
- gap: 0.9375rem;
3475
- }
3476
- .pkt-grid--colgap-size-15 {
3477
- column-gap: 0.9375rem;
3478
- }
3479
- .pkt-grid--rowgap-size-15 {
3480
- row-gap: 0.9375rem;
3481
- }
3482
3464
  .pkt-grid--gap-size-20 {
3483
3465
  gap: 1.25rem;
3484
3466
  }
@@ -3497,15 +3479,6 @@ button.pkt-link {
3497
3479
  .pkt-grid--rowgap-size-30 {
3498
3480
  row-gap: 1.875rem;
3499
3481
  }
3500
- .pkt-grid--gap-size-50 {
3501
- gap: 3.125rem;
3502
- }
3503
- .pkt-grid--colgap-size-50 {
3504
- column-gap: 3.125rem;
3505
- }
3506
- .pkt-grid--rowgap-size-50 {
3507
- row-gap: 3.125rem;
3508
- }
3509
3482
  .pkt-grid--gap-size-60 {
3510
3483
  gap: 3.75rem;
3511
3484
  }
@@ -3515,6 +3488,33 @@ button.pkt-link {
3515
3488
  .pkt-grid--rowgap-size-60 {
3516
3489
  row-gap: 3.75rem;
3517
3490
  }
3491
+ .pkt-grid--gap-size-5 {
3492
+ gap: 0.3125rem;
3493
+ }
3494
+ .pkt-grid--colgap-size-5 {
3495
+ column-gap: 0.3125rem;
3496
+ }
3497
+ .pkt-grid--rowgap-size-5 {
3498
+ row-gap: 0.3125rem;
3499
+ }
3500
+ .pkt-grid--gap-size-15 {
3501
+ gap: 0.9375rem;
3502
+ }
3503
+ .pkt-grid--colgap-size-15 {
3504
+ column-gap: 0.9375rem;
3505
+ }
3506
+ .pkt-grid--rowgap-size-15 {
3507
+ row-gap: 0.9375rem;
3508
+ }
3509
+ .pkt-grid--gap-size-50 {
3510
+ gap: 3.125rem;
3511
+ }
3512
+ .pkt-grid--colgap-size-50 {
3513
+ column-gap: 3.125rem;
3514
+ }
3515
+ .pkt-grid--rowgap-size-50 {
3516
+ row-gap: 3.125rem;
3517
+ }
3518
3518
  .pkt-grid--gap-size-75 {
3519
3519
  gap: 4.6875rem;
3520
3520
  }
@@ -3533,6 +3533,61 @@ button.pkt-link {
3533
3533
  .pkt-grid--rowgap-size-100 {
3534
3534
  row-gap: 6.25rem;
3535
3535
  }
3536
+ .pkt-grid > .pkt-cell--left, .pkt-grid > * > .pkt-cell--left {
3537
+ justify-self: start;
3538
+ }
3539
+ .pkt-grid > .pkt-cell--center, .pkt-grid > * > .pkt-cell--center {
3540
+ justify-self: center;
3541
+ }
3542
+ .pkt-grid > .pkt-cell--right, .pkt-grid > * > .pkt-cell--right {
3543
+ justify-self: end;
3544
+ }
3545
+ .pkt-grid > .pkt-cell--top, .pkt-grid > * > .pkt-cell--top {
3546
+ align-self: self-start;
3547
+ }
3548
+ .pkt-grid > .pkt-cell--center-vertical, .pkt-grid > * > .pkt-cell--center-vertical {
3549
+ align-self: center;
3550
+ }
3551
+ .pkt-grid > .pkt-cell--bottom, .pkt-grid > * > .pkt-cell--bottom {
3552
+ align-self: self-end;
3553
+ }
3554
+ .pkt-grid > .pkt-cell.pkt-cell--span2, .pkt-grid > * > .pkt-cell.pkt-cell--span2 {
3555
+ grid-column-end: span 2;
3556
+ }
3557
+ .pkt-grid > .pkt-cell.pkt-cell--span3, .pkt-grid > * > .pkt-cell.pkt-cell--span3 {
3558
+ grid-column-end: span 3;
3559
+ }
3560
+ .pkt-grid > .pkt-cell.pkt-cell--span4, .pkt-grid > * > .pkt-cell.pkt-cell--span4 {
3561
+ grid-column-end: span 4;
3562
+ }
3563
+ .pkt-grid > .pkt-cell.pkt-cell--span5, .pkt-grid > * > .pkt-cell.pkt-cell--span5 {
3564
+ grid-column-end: span 5;
3565
+ }
3566
+ .pkt-grid > .pkt-cell.pkt-cell--span6, .pkt-grid > * > .pkt-cell.pkt-cell--span6 {
3567
+ grid-column-end: span 6;
3568
+ }
3569
+ .pkt-grid > .pkt-cell.pkt-cell--span7, .pkt-grid > * > .pkt-cell.pkt-cell--span7 {
3570
+ grid-column-end: span 7;
3571
+ }
3572
+ .pkt-grid > .pkt-cell.pkt-cell--span8, .pkt-grid > * > .pkt-cell.pkt-cell--span8 {
3573
+ grid-column-end: span 8;
3574
+ }
3575
+ .pkt-grid > .pkt-cell.pkt-cell--span9, .pkt-grid > * > .pkt-cell.pkt-cell--span9 {
3576
+ grid-column-end: span 9;
3577
+ }
3578
+ .pkt-grid > .pkt-cell.pkt-cell--span10, .pkt-grid > * > .pkt-cell.pkt-cell--span10 {
3579
+ grid-column-end: span 10;
3580
+ }
3581
+ .pkt-grid > .pkt-cell.pkt-cell--span11, .pkt-grid > * > .pkt-cell.pkt-cell--span11 {
3582
+ grid-column-end: span 11;
3583
+ }
3584
+ .pkt-grid > .pkt-cell.pkt-cell--span12, .pkt-grid > * > .pkt-cell.pkt-cell--span12 {
3585
+ grid-column-end: span 12;
3586
+ }
3587
+
3588
+ /*
3589
+ * Responsiv grid
3590
+ */
3536
3591
  @media screen {
3537
3592
  .pkt-grid--gap-size-0-mobile-up {
3538
3593
  gap: 0rem;
@@ -3687,6 +3742,15 @@ button.pkt-link {
3687
3742
  .pkt-grid--rowgap-size-88-mobile-up {
3688
3743
  row-gap: 5.5rem;
3689
3744
  }
3745
+ .pkt-grid--gap-size-96-mobile-up {
3746
+ gap: 6rem;
3747
+ }
3748
+ .pkt-grid--colgap-size-96-mobile-up {
3749
+ column-gap: 6rem;
3750
+ }
3751
+ .pkt-grid--rowgap-size-96-mobile-up {
3752
+ row-gap: 6rem;
3753
+ }
3690
3754
  .pkt-grid--gap-size-104-mobile-up {
3691
3755
  gap: 6.5rem;
3692
3756
  }
@@ -3705,24 +3769,6 @@ button.pkt-link {
3705
3769
  .pkt-grid--rowgap-size-128-mobile-up {
3706
3770
  row-gap: 8rem;
3707
3771
  }
3708
- .pkt-grid--gap-size-148-mobile-up {
3709
- gap: 9.25rem;
3710
- }
3711
- .pkt-grid--colgap-size-148-mobile-up {
3712
- column-gap: 9.25rem;
3713
- }
3714
- .pkt-grid--rowgap-size-148-mobile-up {
3715
- row-gap: 9.25rem;
3716
- }
3717
- .pkt-grid--gap-size-5-mobile-up {
3718
- gap: 0.3125rem;
3719
- }
3720
- .pkt-grid--colgap-size-5-mobile-up {
3721
- column-gap: 0.3125rem;
3722
- }
3723
- .pkt-grid--rowgap-size-5-mobile-up {
3724
- row-gap: 0.3125rem;
3725
- }
3726
3772
  .pkt-grid--gap-size-10-mobile-up {
3727
3773
  gap: 0.625rem;
3728
3774
  }
@@ -3732,15 +3778,6 @@ button.pkt-link {
3732
3778
  .pkt-grid--rowgap-size-10-mobile-up {
3733
3779
  row-gap: 0.625rem;
3734
3780
  }
3735
- .pkt-grid--gap-size-15-mobile-up {
3736
- gap: 0.9375rem;
3737
- }
3738
- .pkt-grid--colgap-size-15-mobile-up {
3739
- column-gap: 0.9375rem;
3740
- }
3741
- .pkt-grid--rowgap-size-15-mobile-up {
3742
- row-gap: 0.9375rem;
3743
- }
3744
3781
  .pkt-grid--gap-size-20-mobile-up {
3745
3782
  gap: 1.25rem;
3746
3783
  }
@@ -3759,15 +3796,6 @@ button.pkt-link {
3759
3796
  .pkt-grid--rowgap-size-30-mobile-up {
3760
3797
  row-gap: 1.875rem;
3761
3798
  }
3762
- .pkt-grid--gap-size-50-mobile-up {
3763
- gap: 3.125rem;
3764
- }
3765
- .pkt-grid--colgap-size-50-mobile-up {
3766
- column-gap: 3.125rem;
3767
- }
3768
- .pkt-grid--rowgap-size-50-mobile-up {
3769
- row-gap: 3.125rem;
3770
- }
3771
3799
  .pkt-grid--gap-size-60-mobile-up {
3772
3800
  gap: 3.75rem;
3773
3801
  }
@@ -3777,6 +3805,33 @@ button.pkt-link {
3777
3805
  .pkt-grid--rowgap-size-60-mobile-up {
3778
3806
  row-gap: 3.75rem;
3779
3807
  }
3808
+ .pkt-grid--gap-size-5-mobile-up {
3809
+ gap: 0.3125rem;
3810
+ }
3811
+ .pkt-grid--colgap-size-5-mobile-up {
3812
+ column-gap: 0.3125rem;
3813
+ }
3814
+ .pkt-grid--rowgap-size-5-mobile-up {
3815
+ row-gap: 0.3125rem;
3816
+ }
3817
+ .pkt-grid--gap-size-15-mobile-up {
3818
+ gap: 0.9375rem;
3819
+ }
3820
+ .pkt-grid--colgap-size-15-mobile-up {
3821
+ column-gap: 0.9375rem;
3822
+ }
3823
+ .pkt-grid--rowgap-size-15-mobile-up {
3824
+ row-gap: 0.9375rem;
3825
+ }
3826
+ .pkt-grid--gap-size-50-mobile-up {
3827
+ gap: 3.125rem;
3828
+ }
3829
+ .pkt-grid--colgap-size-50-mobile-up {
3830
+ column-gap: 3.125rem;
3831
+ }
3832
+ .pkt-grid--rowgap-size-50-mobile-up {
3833
+ row-gap: 3.125rem;
3834
+ }
3780
3835
  .pkt-grid--gap-size-75-mobile-up {
3781
3836
  gap: 4.6875rem;
3782
3837
  }
@@ -3950,6 +4005,15 @@ button.pkt-link {
3950
4005
  .pkt-grid--rowgap-size-88-phablet-up {
3951
4006
  row-gap: 5.5rem;
3952
4007
  }
4008
+ .pkt-grid--gap-size-96-phablet-up {
4009
+ gap: 6rem;
4010
+ }
4011
+ .pkt-grid--colgap-size-96-phablet-up {
4012
+ column-gap: 6rem;
4013
+ }
4014
+ .pkt-grid--rowgap-size-96-phablet-up {
4015
+ row-gap: 6rem;
4016
+ }
3953
4017
  .pkt-grid--gap-size-104-phablet-up {
3954
4018
  gap: 6.5rem;
3955
4019
  }
@@ -3968,24 +4032,6 @@ button.pkt-link {
3968
4032
  .pkt-grid--rowgap-size-128-phablet-up {
3969
4033
  row-gap: 8rem;
3970
4034
  }
3971
- .pkt-grid--gap-size-148-phablet-up {
3972
- gap: 9.25rem;
3973
- }
3974
- .pkt-grid--colgap-size-148-phablet-up {
3975
- column-gap: 9.25rem;
3976
- }
3977
- .pkt-grid--rowgap-size-148-phablet-up {
3978
- row-gap: 9.25rem;
3979
- }
3980
- .pkt-grid--gap-size-5-phablet-up {
3981
- gap: 0.3125rem;
3982
- }
3983
- .pkt-grid--colgap-size-5-phablet-up {
3984
- column-gap: 0.3125rem;
3985
- }
3986
- .pkt-grid--rowgap-size-5-phablet-up {
3987
- row-gap: 0.3125rem;
3988
- }
3989
4035
  .pkt-grid--gap-size-10-phablet-up {
3990
4036
  gap: 0.625rem;
3991
4037
  }
@@ -3995,15 +4041,6 @@ button.pkt-link {
3995
4041
  .pkt-grid--rowgap-size-10-phablet-up {
3996
4042
  row-gap: 0.625rem;
3997
4043
  }
3998
- .pkt-grid--gap-size-15-phablet-up {
3999
- gap: 0.9375rem;
4000
- }
4001
- .pkt-grid--colgap-size-15-phablet-up {
4002
- column-gap: 0.9375rem;
4003
- }
4004
- .pkt-grid--rowgap-size-15-phablet-up {
4005
- row-gap: 0.9375rem;
4006
- }
4007
4044
  .pkt-grid--gap-size-20-phablet-up {
4008
4045
  gap: 1.25rem;
4009
4046
  }
@@ -4022,15 +4059,6 @@ button.pkt-link {
4022
4059
  .pkt-grid--rowgap-size-30-phablet-up {
4023
4060
  row-gap: 1.875rem;
4024
4061
  }
4025
- .pkt-grid--gap-size-50-phablet-up {
4026
- gap: 3.125rem;
4027
- }
4028
- .pkt-grid--colgap-size-50-phablet-up {
4029
- column-gap: 3.125rem;
4030
- }
4031
- .pkt-grid--rowgap-size-50-phablet-up {
4032
- row-gap: 3.125rem;
4033
- }
4034
4062
  .pkt-grid--gap-size-60-phablet-up {
4035
4063
  gap: 3.75rem;
4036
4064
  }
@@ -4040,6 +4068,33 @@ button.pkt-link {
4040
4068
  .pkt-grid--rowgap-size-60-phablet-up {
4041
4069
  row-gap: 3.75rem;
4042
4070
  }
4071
+ .pkt-grid--gap-size-5-phablet-up {
4072
+ gap: 0.3125rem;
4073
+ }
4074
+ .pkt-grid--colgap-size-5-phablet-up {
4075
+ column-gap: 0.3125rem;
4076
+ }
4077
+ .pkt-grid--rowgap-size-5-phablet-up {
4078
+ row-gap: 0.3125rem;
4079
+ }
4080
+ .pkt-grid--gap-size-15-phablet-up {
4081
+ gap: 0.9375rem;
4082
+ }
4083
+ .pkt-grid--colgap-size-15-phablet-up {
4084
+ column-gap: 0.9375rem;
4085
+ }
4086
+ .pkt-grid--rowgap-size-15-phablet-up {
4087
+ row-gap: 0.9375rem;
4088
+ }
4089
+ .pkt-grid--gap-size-50-phablet-up {
4090
+ gap: 3.125rem;
4091
+ }
4092
+ .pkt-grid--colgap-size-50-phablet-up {
4093
+ column-gap: 3.125rem;
4094
+ }
4095
+ .pkt-grid--rowgap-size-50-phablet-up {
4096
+ row-gap: 3.125rem;
4097
+ }
4043
4098
  .pkt-grid--gap-size-75-phablet-up {
4044
4099
  gap: 4.6875rem;
4045
4100
  }
@@ -4213,6 +4268,15 @@ button.pkt-link {
4213
4268
  .pkt-grid--rowgap-size-88-tablet-up {
4214
4269
  row-gap: 5.5rem;
4215
4270
  }
4271
+ .pkt-grid--gap-size-96-tablet-up {
4272
+ gap: 6rem;
4273
+ }
4274
+ .pkt-grid--colgap-size-96-tablet-up {
4275
+ column-gap: 6rem;
4276
+ }
4277
+ .pkt-grid--rowgap-size-96-tablet-up {
4278
+ row-gap: 6rem;
4279
+ }
4216
4280
  .pkt-grid--gap-size-104-tablet-up {
4217
4281
  gap: 6.5rem;
4218
4282
  }
@@ -4231,24 +4295,6 @@ button.pkt-link {
4231
4295
  .pkt-grid--rowgap-size-128-tablet-up {
4232
4296
  row-gap: 8rem;
4233
4297
  }
4234
- .pkt-grid--gap-size-148-tablet-up {
4235
- gap: 9.25rem;
4236
- }
4237
- .pkt-grid--colgap-size-148-tablet-up {
4238
- column-gap: 9.25rem;
4239
- }
4240
- .pkt-grid--rowgap-size-148-tablet-up {
4241
- row-gap: 9.25rem;
4242
- }
4243
- .pkt-grid--gap-size-5-tablet-up {
4244
- gap: 0.3125rem;
4245
- }
4246
- .pkt-grid--colgap-size-5-tablet-up {
4247
- column-gap: 0.3125rem;
4248
- }
4249
- .pkt-grid--rowgap-size-5-tablet-up {
4250
- row-gap: 0.3125rem;
4251
- }
4252
4298
  .pkt-grid--gap-size-10-tablet-up {
4253
4299
  gap: 0.625rem;
4254
4300
  }
@@ -4258,17 +4304,8 @@ button.pkt-link {
4258
4304
  .pkt-grid--rowgap-size-10-tablet-up {
4259
4305
  row-gap: 0.625rem;
4260
4306
  }
4261
- .pkt-grid--gap-size-15-tablet-up {
4262
- gap: 0.9375rem;
4263
- }
4264
- .pkt-grid--colgap-size-15-tablet-up {
4265
- column-gap: 0.9375rem;
4266
- }
4267
- .pkt-grid--rowgap-size-15-tablet-up {
4268
- row-gap: 0.9375rem;
4269
- }
4270
- .pkt-grid--gap-size-20-tablet-up {
4271
- gap: 1.25rem;
4307
+ .pkt-grid--gap-size-20-tablet-up {
4308
+ gap: 1.25rem;
4272
4309
  }
4273
4310
  .pkt-grid--colgap-size-20-tablet-up {
4274
4311
  column-gap: 1.25rem;
@@ -4285,15 +4322,6 @@ button.pkt-link {
4285
4322
  .pkt-grid--rowgap-size-30-tablet-up {
4286
4323
  row-gap: 1.875rem;
4287
4324
  }
4288
- .pkt-grid--gap-size-50-tablet-up {
4289
- gap: 3.125rem;
4290
- }
4291
- .pkt-grid--colgap-size-50-tablet-up {
4292
- column-gap: 3.125rem;
4293
- }
4294
- .pkt-grid--rowgap-size-50-tablet-up {
4295
- row-gap: 3.125rem;
4296
- }
4297
4325
  .pkt-grid--gap-size-60-tablet-up {
4298
4326
  gap: 3.75rem;
4299
4327
  }
@@ -4303,6 +4331,33 @@ button.pkt-link {
4303
4331
  .pkt-grid--rowgap-size-60-tablet-up {
4304
4332
  row-gap: 3.75rem;
4305
4333
  }
4334
+ .pkt-grid--gap-size-5-tablet-up {
4335
+ gap: 0.3125rem;
4336
+ }
4337
+ .pkt-grid--colgap-size-5-tablet-up {
4338
+ column-gap: 0.3125rem;
4339
+ }
4340
+ .pkt-grid--rowgap-size-5-tablet-up {
4341
+ row-gap: 0.3125rem;
4342
+ }
4343
+ .pkt-grid--gap-size-15-tablet-up {
4344
+ gap: 0.9375rem;
4345
+ }
4346
+ .pkt-grid--colgap-size-15-tablet-up {
4347
+ column-gap: 0.9375rem;
4348
+ }
4349
+ .pkt-grid--rowgap-size-15-tablet-up {
4350
+ row-gap: 0.9375rem;
4351
+ }
4352
+ .pkt-grid--gap-size-50-tablet-up {
4353
+ gap: 3.125rem;
4354
+ }
4355
+ .pkt-grid--colgap-size-50-tablet-up {
4356
+ column-gap: 3.125rem;
4357
+ }
4358
+ .pkt-grid--rowgap-size-50-tablet-up {
4359
+ row-gap: 3.125rem;
4360
+ }
4306
4361
  .pkt-grid--gap-size-75-tablet-up {
4307
4362
  gap: 4.6875rem;
4308
4363
  }
@@ -4476,6 +4531,15 @@ button.pkt-link {
4476
4531
  .pkt-grid--rowgap-size-88-tablet-big-up {
4477
4532
  row-gap: 5.5rem;
4478
4533
  }
4534
+ .pkt-grid--gap-size-96-tablet-big-up {
4535
+ gap: 6rem;
4536
+ }
4537
+ .pkt-grid--colgap-size-96-tablet-big-up {
4538
+ column-gap: 6rem;
4539
+ }
4540
+ .pkt-grid--rowgap-size-96-tablet-big-up {
4541
+ row-gap: 6rem;
4542
+ }
4479
4543
  .pkt-grid--gap-size-104-tablet-big-up {
4480
4544
  gap: 6.5rem;
4481
4545
  }
@@ -4494,24 +4558,6 @@ button.pkt-link {
4494
4558
  .pkt-grid--rowgap-size-128-tablet-big-up {
4495
4559
  row-gap: 8rem;
4496
4560
  }
4497
- .pkt-grid--gap-size-148-tablet-big-up {
4498
- gap: 9.25rem;
4499
- }
4500
- .pkt-grid--colgap-size-148-tablet-big-up {
4501
- column-gap: 9.25rem;
4502
- }
4503
- .pkt-grid--rowgap-size-148-tablet-big-up {
4504
- row-gap: 9.25rem;
4505
- }
4506
- .pkt-grid--gap-size-5-tablet-big-up {
4507
- gap: 0.3125rem;
4508
- }
4509
- .pkt-grid--colgap-size-5-tablet-big-up {
4510
- column-gap: 0.3125rem;
4511
- }
4512
- .pkt-grid--rowgap-size-5-tablet-big-up {
4513
- row-gap: 0.3125rem;
4514
- }
4515
4561
  .pkt-grid--gap-size-10-tablet-big-up {
4516
4562
  gap: 0.625rem;
4517
4563
  }
@@ -4521,15 +4567,6 @@ button.pkt-link {
4521
4567
  .pkt-grid--rowgap-size-10-tablet-big-up {
4522
4568
  row-gap: 0.625rem;
4523
4569
  }
4524
- .pkt-grid--gap-size-15-tablet-big-up {
4525
- gap: 0.9375rem;
4526
- }
4527
- .pkt-grid--colgap-size-15-tablet-big-up {
4528
- column-gap: 0.9375rem;
4529
- }
4530
- .pkt-grid--rowgap-size-15-tablet-big-up {
4531
- row-gap: 0.9375rem;
4532
- }
4533
4570
  .pkt-grid--gap-size-20-tablet-big-up {
4534
4571
  gap: 1.25rem;
4535
4572
  }
@@ -4548,15 +4585,6 @@ button.pkt-link {
4548
4585
  .pkt-grid--rowgap-size-30-tablet-big-up {
4549
4586
  row-gap: 1.875rem;
4550
4587
  }
4551
- .pkt-grid--gap-size-50-tablet-big-up {
4552
- gap: 3.125rem;
4553
- }
4554
- .pkt-grid--colgap-size-50-tablet-big-up {
4555
- column-gap: 3.125rem;
4556
- }
4557
- .pkt-grid--rowgap-size-50-tablet-big-up {
4558
- row-gap: 3.125rem;
4559
- }
4560
4588
  .pkt-grid--gap-size-60-tablet-big-up {
4561
4589
  gap: 3.75rem;
4562
4590
  }
@@ -4566,6 +4594,33 @@ button.pkt-link {
4566
4594
  .pkt-grid--rowgap-size-60-tablet-big-up {
4567
4595
  row-gap: 3.75rem;
4568
4596
  }
4597
+ .pkt-grid--gap-size-5-tablet-big-up {
4598
+ gap: 0.3125rem;
4599
+ }
4600
+ .pkt-grid--colgap-size-5-tablet-big-up {
4601
+ column-gap: 0.3125rem;
4602
+ }
4603
+ .pkt-grid--rowgap-size-5-tablet-big-up {
4604
+ row-gap: 0.3125rem;
4605
+ }
4606
+ .pkt-grid--gap-size-15-tablet-big-up {
4607
+ gap: 0.9375rem;
4608
+ }
4609
+ .pkt-grid--colgap-size-15-tablet-big-up {
4610
+ column-gap: 0.9375rem;
4611
+ }
4612
+ .pkt-grid--rowgap-size-15-tablet-big-up {
4613
+ row-gap: 0.9375rem;
4614
+ }
4615
+ .pkt-grid--gap-size-50-tablet-big-up {
4616
+ gap: 3.125rem;
4617
+ }
4618
+ .pkt-grid--colgap-size-50-tablet-big-up {
4619
+ column-gap: 3.125rem;
4620
+ }
4621
+ .pkt-grid--rowgap-size-50-tablet-big-up {
4622
+ row-gap: 3.125rem;
4623
+ }
4569
4624
  .pkt-grid--gap-size-75-tablet-big-up {
4570
4625
  gap: 4.6875rem;
4571
4626
  }
@@ -4739,6 +4794,15 @@ button.pkt-link {
4739
4794
  .pkt-grid--rowgap-size-88-laptop-up {
4740
4795
  row-gap: 5.5rem;
4741
4796
  }
4797
+ .pkt-grid--gap-size-96-laptop-up {
4798
+ gap: 6rem;
4799
+ }
4800
+ .pkt-grid--colgap-size-96-laptop-up {
4801
+ column-gap: 6rem;
4802
+ }
4803
+ .pkt-grid--rowgap-size-96-laptop-up {
4804
+ row-gap: 6rem;
4805
+ }
4742
4806
  .pkt-grid--gap-size-104-laptop-up {
4743
4807
  gap: 6.5rem;
4744
4808
  }
@@ -4757,24 +4821,6 @@ button.pkt-link {
4757
4821
  .pkt-grid--rowgap-size-128-laptop-up {
4758
4822
  row-gap: 8rem;
4759
4823
  }
4760
- .pkt-grid--gap-size-148-laptop-up {
4761
- gap: 9.25rem;
4762
- }
4763
- .pkt-grid--colgap-size-148-laptop-up {
4764
- column-gap: 9.25rem;
4765
- }
4766
- .pkt-grid--rowgap-size-148-laptop-up {
4767
- row-gap: 9.25rem;
4768
- }
4769
- .pkt-grid--gap-size-5-laptop-up {
4770
- gap: 0.3125rem;
4771
- }
4772
- .pkt-grid--colgap-size-5-laptop-up {
4773
- column-gap: 0.3125rem;
4774
- }
4775
- .pkt-grid--rowgap-size-5-laptop-up {
4776
- row-gap: 0.3125rem;
4777
- }
4778
4824
  .pkt-grid--gap-size-10-laptop-up {
4779
4825
  gap: 0.625rem;
4780
4826
  }
@@ -4784,15 +4830,6 @@ button.pkt-link {
4784
4830
  .pkt-grid--rowgap-size-10-laptop-up {
4785
4831
  row-gap: 0.625rem;
4786
4832
  }
4787
- .pkt-grid--gap-size-15-laptop-up {
4788
- gap: 0.9375rem;
4789
- }
4790
- .pkt-grid--colgap-size-15-laptop-up {
4791
- column-gap: 0.9375rem;
4792
- }
4793
- .pkt-grid--rowgap-size-15-laptop-up {
4794
- row-gap: 0.9375rem;
4795
- }
4796
4833
  .pkt-grid--gap-size-20-laptop-up {
4797
4834
  gap: 1.25rem;
4798
4835
  }
@@ -4811,15 +4848,6 @@ button.pkt-link {
4811
4848
  .pkt-grid--rowgap-size-30-laptop-up {
4812
4849
  row-gap: 1.875rem;
4813
4850
  }
4814
- .pkt-grid--gap-size-50-laptop-up {
4815
- gap: 3.125rem;
4816
- }
4817
- .pkt-grid--colgap-size-50-laptop-up {
4818
- column-gap: 3.125rem;
4819
- }
4820
- .pkt-grid--rowgap-size-50-laptop-up {
4821
- row-gap: 3.125rem;
4822
- }
4823
4851
  .pkt-grid--gap-size-60-laptop-up {
4824
4852
  gap: 3.75rem;
4825
4853
  }
@@ -4829,6 +4857,33 @@ button.pkt-link {
4829
4857
  .pkt-grid--rowgap-size-60-laptop-up {
4830
4858
  row-gap: 3.75rem;
4831
4859
  }
4860
+ .pkt-grid--gap-size-5-laptop-up {
4861
+ gap: 0.3125rem;
4862
+ }
4863
+ .pkt-grid--colgap-size-5-laptop-up {
4864
+ column-gap: 0.3125rem;
4865
+ }
4866
+ .pkt-grid--rowgap-size-5-laptop-up {
4867
+ row-gap: 0.3125rem;
4868
+ }
4869
+ .pkt-grid--gap-size-15-laptop-up {
4870
+ gap: 0.9375rem;
4871
+ }
4872
+ .pkt-grid--colgap-size-15-laptop-up {
4873
+ column-gap: 0.9375rem;
4874
+ }
4875
+ .pkt-grid--rowgap-size-15-laptop-up {
4876
+ row-gap: 0.9375rem;
4877
+ }
4878
+ .pkt-grid--gap-size-50-laptop-up {
4879
+ gap: 3.125rem;
4880
+ }
4881
+ .pkt-grid--colgap-size-50-laptop-up {
4882
+ column-gap: 3.125rem;
4883
+ }
4884
+ .pkt-grid--rowgap-size-50-laptop-up {
4885
+ row-gap: 3.125rem;
4886
+ }
4832
4887
  .pkt-grid--gap-size-75-laptop-up {
4833
4888
  gap: 4.6875rem;
4834
4889
  }
@@ -5002,6 +5057,15 @@ button.pkt-link {
5002
5057
  .pkt-grid--rowgap-size-88-desktop-up {
5003
5058
  row-gap: 5.5rem;
5004
5059
  }
5060
+ .pkt-grid--gap-size-96-desktop-up {
5061
+ gap: 6rem;
5062
+ }
5063
+ .pkt-grid--colgap-size-96-desktop-up {
5064
+ column-gap: 6rem;
5065
+ }
5066
+ .pkt-grid--rowgap-size-96-desktop-up {
5067
+ row-gap: 6rem;
5068
+ }
5005
5069
  .pkt-grid--gap-size-104-desktop-up {
5006
5070
  gap: 6.5rem;
5007
5071
  }
@@ -5020,24 +5084,6 @@ button.pkt-link {
5020
5084
  .pkt-grid--rowgap-size-128-desktop-up {
5021
5085
  row-gap: 8rem;
5022
5086
  }
5023
- .pkt-grid--gap-size-148-desktop-up {
5024
- gap: 9.25rem;
5025
- }
5026
- .pkt-grid--colgap-size-148-desktop-up {
5027
- column-gap: 9.25rem;
5028
- }
5029
- .pkt-grid--rowgap-size-148-desktop-up {
5030
- row-gap: 9.25rem;
5031
- }
5032
- .pkt-grid--gap-size-5-desktop-up {
5033
- gap: 0.3125rem;
5034
- }
5035
- .pkt-grid--colgap-size-5-desktop-up {
5036
- column-gap: 0.3125rem;
5037
- }
5038
- .pkt-grid--rowgap-size-5-desktop-up {
5039
- row-gap: 0.3125rem;
5040
- }
5041
5087
  .pkt-grid--gap-size-10-desktop-up {
5042
5088
  gap: 0.625rem;
5043
5089
  }
@@ -5047,15 +5093,6 @@ button.pkt-link {
5047
5093
  .pkt-grid--rowgap-size-10-desktop-up {
5048
5094
  row-gap: 0.625rem;
5049
5095
  }
5050
- .pkt-grid--gap-size-15-desktop-up {
5051
- gap: 0.9375rem;
5052
- }
5053
- .pkt-grid--colgap-size-15-desktop-up {
5054
- column-gap: 0.9375rem;
5055
- }
5056
- .pkt-grid--rowgap-size-15-desktop-up {
5057
- row-gap: 0.9375rem;
5058
- }
5059
5096
  .pkt-grid--gap-size-20-desktop-up {
5060
5097
  gap: 1.25rem;
5061
5098
  }
@@ -5074,15 +5111,6 @@ button.pkt-link {
5074
5111
  .pkt-grid--rowgap-size-30-desktop-up {
5075
5112
  row-gap: 1.875rem;
5076
5113
  }
5077
- .pkt-grid--gap-size-50-desktop-up {
5078
- gap: 3.125rem;
5079
- }
5080
- .pkt-grid--colgap-size-50-desktop-up {
5081
- column-gap: 3.125rem;
5082
- }
5083
- .pkt-grid--rowgap-size-50-desktop-up {
5084
- row-gap: 3.125rem;
5085
- }
5086
5114
  .pkt-grid--gap-size-60-desktop-up {
5087
5115
  gap: 3.75rem;
5088
5116
  }
@@ -5092,6 +5120,33 @@ button.pkt-link {
5092
5120
  .pkt-grid--rowgap-size-60-desktop-up {
5093
5121
  row-gap: 3.75rem;
5094
5122
  }
5123
+ .pkt-grid--gap-size-5-desktop-up {
5124
+ gap: 0.3125rem;
5125
+ }
5126
+ .pkt-grid--colgap-size-5-desktop-up {
5127
+ column-gap: 0.3125rem;
5128
+ }
5129
+ .pkt-grid--rowgap-size-5-desktop-up {
5130
+ row-gap: 0.3125rem;
5131
+ }
5132
+ .pkt-grid--gap-size-15-desktop-up {
5133
+ gap: 0.9375rem;
5134
+ }
5135
+ .pkt-grid--colgap-size-15-desktop-up {
5136
+ column-gap: 0.9375rem;
5137
+ }
5138
+ .pkt-grid--rowgap-size-15-desktop-up {
5139
+ row-gap: 0.9375rem;
5140
+ }
5141
+ .pkt-grid--gap-size-50-desktop-up {
5142
+ gap: 3.125rem;
5143
+ }
5144
+ .pkt-grid--colgap-size-50-desktop-up {
5145
+ column-gap: 3.125rem;
5146
+ }
5147
+ .pkt-grid--rowgap-size-50-desktop-up {
5148
+ row-gap: 3.125rem;
5149
+ }
5095
5150
  .pkt-grid--gap-size-75-desktop-up {
5096
5151
  gap: 4.6875rem;
5097
5152
  }
@@ -5111,57 +5166,6 @@ button.pkt-link {
5111
5166
  row-gap: 6.25rem;
5112
5167
  }
5113
5168
  }
5114
- .pkt-grid > .pkt-cell--left, .pkt-grid > * > .pkt-cell--left {
5115
- justify-self: start;
5116
- }
5117
- .pkt-grid > .pkt-cell--center, .pkt-grid > * > .pkt-cell--center {
5118
- justify-self: center;
5119
- }
5120
- .pkt-grid > .pkt-cell--right, .pkt-grid > * > .pkt-cell--right {
5121
- justify-self: end;
5122
- }
5123
- .pkt-grid > .pkt-cell--top, .pkt-grid > * > .pkt-cell--top {
5124
- align-self: self-start;
5125
- }
5126
- .pkt-grid > .pkt-cell--center-vertical, .pkt-grid > * > .pkt-cell--center-vertical {
5127
- align-self: center;
5128
- }
5129
- .pkt-grid > .pkt-cell--bottom, .pkt-grid > * > .pkt-cell--bottom {
5130
- align-self: self-end;
5131
- }
5132
- .pkt-grid > .pkt-cell.pkt-cell--span2, .pkt-grid > * > .pkt-cell.pkt-cell--span2 {
5133
- grid-column-end: span 2;
5134
- }
5135
- .pkt-grid > .pkt-cell.pkt-cell--span3, .pkt-grid > * > .pkt-cell.pkt-cell--span3 {
5136
- grid-column-end: span 3;
5137
- }
5138
- .pkt-grid > .pkt-cell.pkt-cell--span4, .pkt-grid > * > .pkt-cell.pkt-cell--span4 {
5139
- grid-column-end: span 4;
5140
- }
5141
- .pkt-grid > .pkt-cell.pkt-cell--span5, .pkt-grid > * > .pkt-cell.pkt-cell--span5 {
5142
- grid-column-end: span 5;
5143
- }
5144
- .pkt-grid > .pkt-cell.pkt-cell--span6, .pkt-grid > * > .pkt-cell.pkt-cell--span6 {
5145
- grid-column-end: span 6;
5146
- }
5147
- .pkt-grid > .pkt-cell.pkt-cell--span7, .pkt-grid > * > .pkt-cell.pkt-cell--span7 {
5148
- grid-column-end: span 7;
5149
- }
5150
- .pkt-grid > .pkt-cell.pkt-cell--span8, .pkt-grid > * > .pkt-cell.pkt-cell--span8 {
5151
- grid-column-end: span 8;
5152
- }
5153
- .pkt-grid > .pkt-cell.pkt-cell--span9, .pkt-grid > * > .pkt-cell.pkt-cell--span9 {
5154
- grid-column-end: span 9;
5155
- }
5156
- .pkt-grid > .pkt-cell.pkt-cell--span10, .pkt-grid > * > .pkt-cell.pkt-cell--span10 {
5157
- grid-column-end: span 10;
5158
- }
5159
- .pkt-grid > .pkt-cell.pkt-cell--span11, .pkt-grid > * > .pkt-cell.pkt-cell--span11 {
5160
- grid-column-end: span 11;
5161
- }
5162
- .pkt-grid > .pkt-cell.pkt-cell--span12, .pkt-grid > * > .pkt-cell.pkt-cell--span12 {
5163
- grid-column-end: span 12;
5164
- }
5165
5169
  @media screen {
5166
5170
  .pkt-grid > .pkt-cell.pkt-cell--span2-mobile-up, .pkt-grid > * > .pkt-cell.pkt-cell--span2-mobile-up {
5167
5171
  grid-column-end: span 2;
@@ -8023,6 +8027,66 @@ button.pkt-link {
8023
8027
  gap: 5.5rem !important;
8024
8028
  }
8025
8029
 
8030
+ .m-size-96 {
8031
+ margin: 6rem !important;
8032
+ }
8033
+
8034
+ .mt-size-96 {
8035
+ margin-block-start: 6rem !important;
8036
+ }
8037
+
8038
+ .mr-size-96 {
8039
+ margin-inline-end: 6rem !important;
8040
+ }
8041
+
8042
+ .mb-size-96 {
8043
+ margin-block-end: 6rem !important;
8044
+ }
8045
+
8046
+ .ml-size-96 {
8047
+ margin-inline-start: 6rem !important;
8048
+ }
8049
+
8050
+ .mx-size-96 {
8051
+ margin-inline: 6rem !important;
8052
+ }
8053
+
8054
+ .my-size-96 {
8055
+ margin-block: 6rem !important;
8056
+ }
8057
+
8058
+ .p-size-96 {
8059
+ padding: 6rem !important;
8060
+ }
8061
+
8062
+ .pt-size-96 {
8063
+ padding-block-start: 6rem !important;
8064
+ }
8065
+
8066
+ .pr-size-96 {
8067
+ padding-inline-end: 6rem !important;
8068
+ }
8069
+
8070
+ .pb-size-96 {
8071
+ padding-block-end: 6rem !important;
8072
+ }
8073
+
8074
+ .pl-size-96 {
8075
+ padding-inline-start: 6rem !important;
8076
+ }
8077
+
8078
+ .px-size-96 {
8079
+ padding-inline: 6rem !important;
8080
+ }
8081
+
8082
+ .py-size-96 {
8083
+ padding-block: 6rem !important;
8084
+ }
8085
+
8086
+ .gap-size-96 {
8087
+ gap: 6rem !important;
8088
+ }
8089
+
8026
8090
  .m-size-104 {
8027
8091
  margin: 6.5rem !important;
8028
8092
  }
@@ -8143,126 +8207,6 @@ button.pkt-link {
8143
8207
  gap: 8rem !important;
8144
8208
  }
8145
8209
 
8146
- .m-size-148 {
8147
- margin: 9.25rem !important;
8148
- }
8149
-
8150
- .mt-size-148 {
8151
- margin-block-start: 9.25rem !important;
8152
- }
8153
-
8154
- .mr-size-148 {
8155
- margin-inline-end: 9.25rem !important;
8156
- }
8157
-
8158
- .mb-size-148 {
8159
- margin-block-end: 9.25rem !important;
8160
- }
8161
-
8162
- .ml-size-148 {
8163
- margin-inline-start: 9.25rem !important;
8164
- }
8165
-
8166
- .mx-size-148 {
8167
- margin-inline: 9.25rem !important;
8168
- }
8169
-
8170
- .my-size-148 {
8171
- margin-block: 9.25rem !important;
8172
- }
8173
-
8174
- .p-size-148 {
8175
- padding: 9.25rem !important;
8176
- }
8177
-
8178
- .pt-size-148 {
8179
- padding-block-start: 9.25rem !important;
8180
- }
8181
-
8182
- .pr-size-148 {
8183
- padding-inline-end: 9.25rem !important;
8184
- }
8185
-
8186
- .pb-size-148 {
8187
- padding-block-end: 9.25rem !important;
8188
- }
8189
-
8190
- .pl-size-148 {
8191
- padding-inline-start: 9.25rem !important;
8192
- }
8193
-
8194
- .px-size-148 {
8195
- padding-inline: 9.25rem !important;
8196
- }
8197
-
8198
- .py-size-148 {
8199
- padding-block: 9.25rem !important;
8200
- }
8201
-
8202
- .gap-size-148 {
8203
- gap: 9.25rem !important;
8204
- }
8205
-
8206
- .m-size-5 {
8207
- margin: 0.3125rem !important;
8208
- }
8209
-
8210
- .mt-size-5 {
8211
- margin-block-start: 0.3125rem !important;
8212
- }
8213
-
8214
- .mr-size-5 {
8215
- margin-inline-end: 0.3125rem !important;
8216
- }
8217
-
8218
- .mb-size-5 {
8219
- margin-block-end: 0.3125rem !important;
8220
- }
8221
-
8222
- .ml-size-5 {
8223
- margin-inline-start: 0.3125rem !important;
8224
- }
8225
-
8226
- .mx-size-5 {
8227
- margin-inline: 0.3125rem !important;
8228
- }
8229
-
8230
- .my-size-5 {
8231
- margin-block: 0.3125rem !important;
8232
- }
8233
-
8234
- .p-size-5 {
8235
- padding: 0.3125rem !important;
8236
- }
8237
-
8238
- .pt-size-5 {
8239
- padding-block-start: 0.3125rem !important;
8240
- }
8241
-
8242
- .pr-size-5 {
8243
- padding-inline-end: 0.3125rem !important;
8244
- }
8245
-
8246
- .pb-size-5 {
8247
- padding-block-end: 0.3125rem !important;
8248
- }
8249
-
8250
- .pl-size-5 {
8251
- padding-inline-start: 0.3125rem !important;
8252
- }
8253
-
8254
- .px-size-5 {
8255
- padding-inline: 0.3125rem !important;
8256
- }
8257
-
8258
- .py-size-5 {
8259
- padding-block: 0.3125rem !important;
8260
- }
8261
-
8262
- .gap-size-5 {
8263
- gap: 0.3125rem !important;
8264
- }
8265
-
8266
8210
  .m-size-10 {
8267
8211
  margin: 0.625rem !important;
8268
8212
  }
@@ -8323,66 +8267,6 @@ button.pkt-link {
8323
8267
  gap: 0.625rem !important;
8324
8268
  }
8325
8269
 
8326
- .m-size-15 {
8327
- margin: 0.9375rem !important;
8328
- }
8329
-
8330
- .mt-size-15 {
8331
- margin-block-start: 0.9375rem !important;
8332
- }
8333
-
8334
- .mr-size-15 {
8335
- margin-inline-end: 0.9375rem !important;
8336
- }
8337
-
8338
- .mb-size-15 {
8339
- margin-block-end: 0.9375rem !important;
8340
- }
8341
-
8342
- .ml-size-15 {
8343
- margin-inline-start: 0.9375rem !important;
8344
- }
8345
-
8346
- .mx-size-15 {
8347
- margin-inline: 0.9375rem !important;
8348
- }
8349
-
8350
- .my-size-15 {
8351
- margin-block: 0.9375rem !important;
8352
- }
8353
-
8354
- .p-size-15 {
8355
- padding: 0.9375rem !important;
8356
- }
8357
-
8358
- .pt-size-15 {
8359
- padding-block-start: 0.9375rem !important;
8360
- }
8361
-
8362
- .pr-size-15 {
8363
- padding-inline-end: 0.9375rem !important;
8364
- }
8365
-
8366
- .pb-size-15 {
8367
- padding-block-end: 0.9375rem !important;
8368
- }
8369
-
8370
- .pl-size-15 {
8371
- padding-inline-start: 0.9375rem !important;
8372
- }
8373
-
8374
- .px-size-15 {
8375
- padding-inline: 0.9375rem !important;
8376
- }
8377
-
8378
- .py-size-15 {
8379
- padding-block: 0.9375rem !important;
8380
- }
8381
-
8382
- .gap-size-15 {
8383
- gap: 0.9375rem !important;
8384
- }
8385
-
8386
8270
  .m-size-20 {
8387
8271
  margin: 1.25rem !important;
8388
8272
  }
@@ -8503,124 +8387,244 @@ button.pkt-link {
8503
8387
  gap: 1.875rem !important;
8504
8388
  }
8505
8389
 
8506
- .m-size-50 {
8507
- margin: 3.125rem !important;
8390
+ .m-size-60 {
8391
+ margin: 3.75rem !important;
8508
8392
  }
8509
8393
 
8510
- .mt-size-50 {
8511
- margin-block-start: 3.125rem !important;
8394
+ .mt-size-60 {
8395
+ margin-block-start: 3.75rem !important;
8512
8396
  }
8513
8397
 
8514
- .mr-size-50 {
8515
- margin-inline-end: 3.125rem !important;
8398
+ .mr-size-60 {
8399
+ margin-inline-end: 3.75rem !important;
8516
8400
  }
8517
8401
 
8518
- .mb-size-50 {
8519
- margin-block-end: 3.125rem !important;
8402
+ .mb-size-60 {
8403
+ margin-block-end: 3.75rem !important;
8520
8404
  }
8521
8405
 
8522
- .ml-size-50 {
8523
- margin-inline-start: 3.125rem !important;
8406
+ .ml-size-60 {
8407
+ margin-inline-start: 3.75rem !important;
8524
8408
  }
8525
8409
 
8526
- .mx-size-50 {
8527
- margin-inline: 3.125rem !important;
8410
+ .mx-size-60 {
8411
+ margin-inline: 3.75rem !important;
8528
8412
  }
8529
8413
 
8530
- .my-size-50 {
8531
- margin-block: 3.125rem !important;
8414
+ .my-size-60 {
8415
+ margin-block: 3.75rem !important;
8532
8416
  }
8533
8417
 
8534
- .p-size-50 {
8535
- padding: 3.125rem !important;
8418
+ .p-size-60 {
8419
+ padding: 3.75rem !important;
8536
8420
  }
8537
8421
 
8538
- .pt-size-50 {
8539
- padding-block-start: 3.125rem !important;
8422
+ .pt-size-60 {
8423
+ padding-block-start: 3.75rem !important;
8540
8424
  }
8541
8425
 
8542
- .pr-size-50 {
8543
- padding-inline-end: 3.125rem !important;
8426
+ .pr-size-60 {
8427
+ padding-inline-end: 3.75rem !important;
8544
8428
  }
8545
8429
 
8546
- .pb-size-50 {
8547
- padding-block-end: 3.125rem !important;
8430
+ .pb-size-60 {
8431
+ padding-block-end: 3.75rem !important;
8548
8432
  }
8549
8433
 
8550
- .pl-size-50 {
8551
- padding-inline-start: 3.125rem !important;
8434
+ .pl-size-60 {
8435
+ padding-inline-start: 3.75rem !important;
8552
8436
  }
8553
8437
 
8554
- .px-size-50 {
8555
- padding-inline: 3.125rem !important;
8438
+ .px-size-60 {
8439
+ padding-inline: 3.75rem !important;
8556
8440
  }
8557
8441
 
8558
- .py-size-50 {
8559
- padding-block: 3.125rem !important;
8442
+ .py-size-60 {
8443
+ padding-block: 3.75rem !important;
8560
8444
  }
8561
8445
 
8562
- .gap-size-50 {
8563
- gap: 3.125rem !important;
8564
- }
8446
+ .gap-size-60 {
8447
+ gap: 3.75rem !important;
8448
+ }
8565
8449
 
8566
- .m-size-60 {
8567
- margin: 3.75rem !important;
8450
+ .m-size-5 {
8451
+ margin: 0.3125rem !important;
8568
8452
  }
8569
8453
 
8570
- .mt-size-60 {
8571
- margin-block-start: 3.75rem !important;
8454
+ .mt-size-5 {
8455
+ margin-block-start: 0.3125rem !important;
8572
8456
  }
8573
8457
 
8574
- .mr-size-60 {
8575
- margin-inline-end: 3.75rem !important;
8458
+ .mr-size-5 {
8459
+ margin-inline-end: 0.3125rem !important;
8576
8460
  }
8577
8461
 
8578
- .mb-size-60 {
8579
- margin-block-end: 3.75rem !important;
8462
+ .mb-size-5 {
8463
+ margin-block-end: 0.3125rem !important;
8580
8464
  }
8581
8465
 
8582
- .ml-size-60 {
8583
- margin-inline-start: 3.75rem !important;
8466
+ .ml-size-5 {
8467
+ margin-inline-start: 0.3125rem !important;
8584
8468
  }
8585
8469
 
8586
- .mx-size-60 {
8587
- margin-inline: 3.75rem !important;
8470
+ .mx-size-5 {
8471
+ margin-inline: 0.3125rem !important;
8588
8472
  }
8589
8473
 
8590
- .my-size-60 {
8591
- margin-block: 3.75rem !important;
8474
+ .my-size-5 {
8475
+ margin-block: 0.3125rem !important;
8592
8476
  }
8593
8477
 
8594
- .p-size-60 {
8595
- padding: 3.75rem !important;
8478
+ .p-size-5 {
8479
+ padding: 0.3125rem !important;
8596
8480
  }
8597
8481
 
8598
- .pt-size-60 {
8599
- padding-block-start: 3.75rem !important;
8482
+ .pt-size-5 {
8483
+ padding-block-start: 0.3125rem !important;
8600
8484
  }
8601
8485
 
8602
- .pr-size-60 {
8603
- padding-inline-end: 3.75rem !important;
8486
+ .pr-size-5 {
8487
+ padding-inline-end: 0.3125rem !important;
8604
8488
  }
8605
8489
 
8606
- .pb-size-60 {
8607
- padding-block-end: 3.75rem !important;
8490
+ .pb-size-5 {
8491
+ padding-block-end: 0.3125rem !important;
8608
8492
  }
8609
8493
 
8610
- .pl-size-60 {
8611
- padding-inline-start: 3.75rem !important;
8494
+ .pl-size-5 {
8495
+ padding-inline-start: 0.3125rem !important;
8612
8496
  }
8613
8497
 
8614
- .px-size-60 {
8615
- padding-inline: 3.75rem !important;
8498
+ .px-size-5 {
8499
+ padding-inline: 0.3125rem !important;
8616
8500
  }
8617
8501
 
8618
- .py-size-60 {
8619
- padding-block: 3.75rem !important;
8502
+ .py-size-5 {
8503
+ padding-block: 0.3125rem !important;
8620
8504
  }
8621
8505
 
8622
- .gap-size-60 {
8623
- gap: 3.75rem !important;
8506
+ .gap-size-5 {
8507
+ gap: 0.3125rem !important;
8508
+ }
8509
+
8510
+ .m-size-15 {
8511
+ margin: 0.9375rem !important;
8512
+ }
8513
+
8514
+ .mt-size-15 {
8515
+ margin-block-start: 0.9375rem !important;
8516
+ }
8517
+
8518
+ .mr-size-15 {
8519
+ margin-inline-end: 0.9375rem !important;
8520
+ }
8521
+
8522
+ .mb-size-15 {
8523
+ margin-block-end: 0.9375rem !important;
8524
+ }
8525
+
8526
+ .ml-size-15 {
8527
+ margin-inline-start: 0.9375rem !important;
8528
+ }
8529
+
8530
+ .mx-size-15 {
8531
+ margin-inline: 0.9375rem !important;
8532
+ }
8533
+
8534
+ .my-size-15 {
8535
+ margin-block: 0.9375rem !important;
8536
+ }
8537
+
8538
+ .p-size-15 {
8539
+ padding: 0.9375rem !important;
8540
+ }
8541
+
8542
+ .pt-size-15 {
8543
+ padding-block-start: 0.9375rem !important;
8544
+ }
8545
+
8546
+ .pr-size-15 {
8547
+ padding-inline-end: 0.9375rem !important;
8548
+ }
8549
+
8550
+ .pb-size-15 {
8551
+ padding-block-end: 0.9375rem !important;
8552
+ }
8553
+
8554
+ .pl-size-15 {
8555
+ padding-inline-start: 0.9375rem !important;
8556
+ }
8557
+
8558
+ .px-size-15 {
8559
+ padding-inline: 0.9375rem !important;
8560
+ }
8561
+
8562
+ .py-size-15 {
8563
+ padding-block: 0.9375rem !important;
8564
+ }
8565
+
8566
+ .gap-size-15 {
8567
+ gap: 0.9375rem !important;
8568
+ }
8569
+
8570
+ .m-size-50 {
8571
+ margin: 3.125rem !important;
8572
+ }
8573
+
8574
+ .mt-size-50 {
8575
+ margin-block-start: 3.125rem !important;
8576
+ }
8577
+
8578
+ .mr-size-50 {
8579
+ margin-inline-end: 3.125rem !important;
8580
+ }
8581
+
8582
+ .mb-size-50 {
8583
+ margin-block-end: 3.125rem !important;
8584
+ }
8585
+
8586
+ .ml-size-50 {
8587
+ margin-inline-start: 3.125rem !important;
8588
+ }
8589
+
8590
+ .mx-size-50 {
8591
+ margin-inline: 3.125rem !important;
8592
+ }
8593
+
8594
+ .my-size-50 {
8595
+ margin-block: 3.125rem !important;
8596
+ }
8597
+
8598
+ .p-size-50 {
8599
+ padding: 3.125rem !important;
8600
+ }
8601
+
8602
+ .pt-size-50 {
8603
+ padding-block-start: 3.125rem !important;
8604
+ }
8605
+
8606
+ .pr-size-50 {
8607
+ padding-inline-end: 3.125rem !important;
8608
+ }
8609
+
8610
+ .pb-size-50 {
8611
+ padding-block-end: 3.125rem !important;
8612
+ }
8613
+
8614
+ .pl-size-50 {
8615
+ padding-inline-start: 3.125rem !important;
8616
+ }
8617
+
8618
+ .px-size-50 {
8619
+ padding-inline: 3.125rem !important;
8620
+ }
8621
+
8622
+ .py-size-50 {
8623
+ padding-block: 3.125rem !important;
8624
+ }
8625
+
8626
+ .gap-size-50 {
8627
+ gap: 3.125rem !important;
8624
8628
  }
8625
8629
 
8626
8630
  .m-size-75 {
@@ -8743,6 +8747,9 @@ button.pkt-link {
8743
8747
  gap: 6.25rem !important;
8744
8748
  }
8745
8749
 
8750
+ /*
8751
+ * Responsiv spacing
8752
+ */
8746
8753
  @media screen {
8747
8754
  .m-size-0--mobile-up {
8748
8755
  margin: 0rem !important;
@@ -9509,6 +9516,51 @@ button.pkt-link {
9509
9516
  .gap-size-88--mobile-up {
9510
9517
  gap: 5.5rem !important;
9511
9518
  }
9519
+ .m-size-96--mobile-up {
9520
+ margin: 6rem !important;
9521
+ }
9522
+ .mt-size-96--mobile-up {
9523
+ margin-block-start: 6rem !important;
9524
+ }
9525
+ .mr-size-96--mobile-up {
9526
+ margin-inline-end: 6rem !important;
9527
+ }
9528
+ .mb-size-96--mobile-up {
9529
+ margin-block-end: 6rem !important;
9530
+ }
9531
+ .ml-size-96--mobile-up {
9532
+ margin-inline-start: 6rem !important;
9533
+ }
9534
+ .mx-size-96--mobile-up {
9535
+ margin-inline: 6rem !important;
9536
+ }
9537
+ .my-size-96--mobile-up {
9538
+ margin-block: 6rem !important;
9539
+ }
9540
+ .p-size-96--mobile-up {
9541
+ padding: 6rem !important;
9542
+ }
9543
+ .pt-size-96--mobile-up {
9544
+ padding-block-start: 6rem !important;
9545
+ }
9546
+ .pr-size-96--mobile-up {
9547
+ padding-inline-end: 6rem !important;
9548
+ }
9549
+ .pb-size-96--mobile-up {
9550
+ padding-block-end: 6rem !important;
9551
+ }
9552
+ .pl-size-96--mobile-up {
9553
+ padding-inline-start: 6rem !important;
9554
+ }
9555
+ .px-size-96--mobile-up {
9556
+ padding-inline: 6rem !important;
9557
+ }
9558
+ .py-size-96--mobile-up {
9559
+ padding-block: 6rem !important;
9560
+ }
9561
+ .gap-size-96--mobile-up {
9562
+ gap: 6rem !important;
9563
+ }
9512
9564
  .m-size-104--mobile-up {
9513
9565
  margin: 6.5rem !important;
9514
9566
  }
@@ -9599,203 +9651,68 @@ button.pkt-link {
9599
9651
  .gap-size-128--mobile-up {
9600
9652
  gap: 8rem !important;
9601
9653
  }
9602
- .m-size-148--mobile-up {
9603
- margin: 9.25rem !important;
9654
+ .m-size-10--mobile-up {
9655
+ margin: 0.625rem !important;
9604
9656
  }
9605
- .mt-size-148--mobile-up {
9606
- margin-block-start: 9.25rem !important;
9657
+ .mt-size-10--mobile-up {
9658
+ margin-block-start: 0.625rem !important;
9607
9659
  }
9608
- .mr-size-148--mobile-up {
9609
- margin-inline-end: 9.25rem !important;
9660
+ .mr-size-10--mobile-up {
9661
+ margin-inline-end: 0.625rem !important;
9610
9662
  }
9611
- .mb-size-148--mobile-up {
9612
- margin-block-end: 9.25rem !important;
9663
+ .mb-size-10--mobile-up {
9664
+ margin-block-end: 0.625rem !important;
9613
9665
  }
9614
- .ml-size-148--mobile-up {
9615
- margin-inline-start: 9.25rem !important;
9666
+ .ml-size-10--mobile-up {
9667
+ margin-inline-start: 0.625rem !important;
9616
9668
  }
9617
- .mx-size-148--mobile-up {
9618
- margin-inline: 9.25rem !important;
9669
+ .mx-size-10--mobile-up {
9670
+ margin-inline: 0.625rem !important;
9619
9671
  }
9620
- .my-size-148--mobile-up {
9621
- margin-block: 9.25rem !important;
9672
+ .my-size-10--mobile-up {
9673
+ margin-block: 0.625rem !important;
9622
9674
  }
9623
- .p-size-148--mobile-up {
9624
- padding: 9.25rem !important;
9675
+ .p-size-10--mobile-up {
9676
+ padding: 0.625rem !important;
9625
9677
  }
9626
- .pt-size-148--mobile-up {
9627
- padding-block-start: 9.25rem !important;
9678
+ .pt-size-10--mobile-up {
9679
+ padding-block-start: 0.625rem !important;
9628
9680
  }
9629
- .pr-size-148--mobile-up {
9630
- padding-inline-end: 9.25rem !important;
9681
+ .pr-size-10--mobile-up {
9682
+ padding-inline-end: 0.625rem !important;
9631
9683
  }
9632
- .pb-size-148--mobile-up {
9633
- padding-block-end: 9.25rem !important;
9684
+ .pb-size-10--mobile-up {
9685
+ padding-block-end: 0.625rem !important;
9634
9686
  }
9635
- .pl-size-148--mobile-up {
9636
- padding-inline-start: 9.25rem !important;
9687
+ .pl-size-10--mobile-up {
9688
+ padding-inline-start: 0.625rem !important;
9637
9689
  }
9638
- .px-size-148--mobile-up {
9639
- padding-inline: 9.25rem !important;
9690
+ .px-size-10--mobile-up {
9691
+ padding-inline: 0.625rem !important;
9640
9692
  }
9641
- .py-size-148--mobile-up {
9642
- padding-block: 9.25rem !important;
9693
+ .py-size-10--mobile-up {
9694
+ padding-block: 0.625rem !important;
9643
9695
  }
9644
- .gap-size-148--mobile-up {
9645
- gap: 9.25rem !important;
9696
+ .gap-size-10--mobile-up {
9697
+ gap: 0.625rem !important;
9646
9698
  }
9647
- .m-size-5--mobile-up {
9648
- margin: 0.3125rem !important;
9699
+ .m-size-20--mobile-up {
9700
+ margin: 1.25rem !important;
9649
9701
  }
9650
- .mt-size-5--mobile-up {
9651
- margin-block-start: 0.3125rem !important;
9702
+ .mt-size-20--mobile-up {
9703
+ margin-block-start: 1.25rem !important;
9652
9704
  }
9653
- .mr-size-5--mobile-up {
9654
- margin-inline-end: 0.3125rem !important;
9705
+ .mr-size-20--mobile-up {
9706
+ margin-inline-end: 1.25rem !important;
9655
9707
  }
9656
- .mb-size-5--mobile-up {
9657
- margin-block-end: 0.3125rem !important;
9708
+ .mb-size-20--mobile-up {
9709
+ margin-block-end: 1.25rem !important;
9658
9710
  }
9659
- .ml-size-5--mobile-up {
9660
- margin-inline-start: 0.3125rem !important;
9711
+ .ml-size-20--mobile-up {
9712
+ margin-inline-start: 1.25rem !important;
9661
9713
  }
9662
- .mx-size-5--mobile-up {
9663
- margin-inline: 0.3125rem !important;
9664
- }
9665
- .my-size-5--mobile-up {
9666
- margin-block: 0.3125rem !important;
9667
- }
9668
- .p-size-5--mobile-up {
9669
- padding: 0.3125rem !important;
9670
- }
9671
- .pt-size-5--mobile-up {
9672
- padding-block-start: 0.3125rem !important;
9673
- }
9674
- .pr-size-5--mobile-up {
9675
- padding-inline-end: 0.3125rem !important;
9676
- }
9677
- .pb-size-5--mobile-up {
9678
- padding-block-end: 0.3125rem !important;
9679
- }
9680
- .pl-size-5--mobile-up {
9681
- padding-inline-start: 0.3125rem !important;
9682
- }
9683
- .px-size-5--mobile-up {
9684
- padding-inline: 0.3125rem !important;
9685
- }
9686
- .py-size-5--mobile-up {
9687
- padding-block: 0.3125rem !important;
9688
- }
9689
- .gap-size-5--mobile-up {
9690
- gap: 0.3125rem !important;
9691
- }
9692
- .m-size-10--mobile-up {
9693
- margin: 0.625rem !important;
9694
- }
9695
- .mt-size-10--mobile-up {
9696
- margin-block-start: 0.625rem !important;
9697
- }
9698
- .mr-size-10--mobile-up {
9699
- margin-inline-end: 0.625rem !important;
9700
- }
9701
- .mb-size-10--mobile-up {
9702
- margin-block-end: 0.625rem !important;
9703
- }
9704
- .ml-size-10--mobile-up {
9705
- margin-inline-start: 0.625rem !important;
9706
- }
9707
- .mx-size-10--mobile-up {
9708
- margin-inline: 0.625rem !important;
9709
- }
9710
- .my-size-10--mobile-up {
9711
- margin-block: 0.625rem !important;
9712
- }
9713
- .p-size-10--mobile-up {
9714
- padding: 0.625rem !important;
9715
- }
9716
- .pt-size-10--mobile-up {
9717
- padding-block-start: 0.625rem !important;
9718
- }
9719
- .pr-size-10--mobile-up {
9720
- padding-inline-end: 0.625rem !important;
9721
- }
9722
- .pb-size-10--mobile-up {
9723
- padding-block-end: 0.625rem !important;
9724
- }
9725
- .pl-size-10--mobile-up {
9726
- padding-inline-start: 0.625rem !important;
9727
- }
9728
- .px-size-10--mobile-up {
9729
- padding-inline: 0.625rem !important;
9730
- }
9731
- .py-size-10--mobile-up {
9732
- padding-block: 0.625rem !important;
9733
- }
9734
- .gap-size-10--mobile-up {
9735
- gap: 0.625rem !important;
9736
- }
9737
- .m-size-15--mobile-up {
9738
- margin: 0.9375rem !important;
9739
- }
9740
- .mt-size-15--mobile-up {
9741
- margin-block-start: 0.9375rem !important;
9742
- }
9743
- .mr-size-15--mobile-up {
9744
- margin-inline-end: 0.9375rem !important;
9745
- }
9746
- .mb-size-15--mobile-up {
9747
- margin-block-end: 0.9375rem !important;
9748
- }
9749
- .ml-size-15--mobile-up {
9750
- margin-inline-start: 0.9375rem !important;
9751
- }
9752
- .mx-size-15--mobile-up {
9753
- margin-inline: 0.9375rem !important;
9754
- }
9755
- .my-size-15--mobile-up {
9756
- margin-block: 0.9375rem !important;
9757
- }
9758
- .p-size-15--mobile-up {
9759
- padding: 0.9375rem !important;
9760
- }
9761
- .pt-size-15--mobile-up {
9762
- padding-block-start: 0.9375rem !important;
9763
- }
9764
- .pr-size-15--mobile-up {
9765
- padding-inline-end: 0.9375rem !important;
9766
- }
9767
- .pb-size-15--mobile-up {
9768
- padding-block-end: 0.9375rem !important;
9769
- }
9770
- .pl-size-15--mobile-up {
9771
- padding-inline-start: 0.9375rem !important;
9772
- }
9773
- .px-size-15--mobile-up {
9774
- padding-inline: 0.9375rem !important;
9775
- }
9776
- .py-size-15--mobile-up {
9777
- padding-block: 0.9375rem !important;
9778
- }
9779
- .gap-size-15--mobile-up {
9780
- gap: 0.9375rem !important;
9781
- }
9782
- .m-size-20--mobile-up {
9783
- margin: 1.25rem !important;
9784
- }
9785
- .mt-size-20--mobile-up {
9786
- margin-block-start: 1.25rem !important;
9787
- }
9788
- .mr-size-20--mobile-up {
9789
- margin-inline-end: 1.25rem !important;
9790
- }
9791
- .mb-size-20--mobile-up {
9792
- margin-block-end: 1.25rem !important;
9793
- }
9794
- .ml-size-20--mobile-up {
9795
- margin-inline-start: 1.25rem !important;
9796
- }
9797
- .mx-size-20--mobile-up {
9798
- margin-inline: 1.25rem !important;
9714
+ .mx-size-20--mobile-up {
9715
+ margin-inline: 1.25rem !important;
9799
9716
  }
9800
9717
  .my-size-20--mobile-up {
9801
9718
  margin-block: 1.25rem !important;
@@ -9869,51 +9786,6 @@ button.pkt-link {
9869
9786
  .gap-size-30--mobile-up {
9870
9787
  gap: 1.875rem !important;
9871
9788
  }
9872
- .m-size-50--mobile-up {
9873
- margin: 3.125rem !important;
9874
- }
9875
- .mt-size-50--mobile-up {
9876
- margin-block-start: 3.125rem !important;
9877
- }
9878
- .mr-size-50--mobile-up {
9879
- margin-inline-end: 3.125rem !important;
9880
- }
9881
- .mb-size-50--mobile-up {
9882
- margin-block-end: 3.125rem !important;
9883
- }
9884
- .ml-size-50--mobile-up {
9885
- margin-inline-start: 3.125rem !important;
9886
- }
9887
- .mx-size-50--mobile-up {
9888
- margin-inline: 3.125rem !important;
9889
- }
9890
- .my-size-50--mobile-up {
9891
- margin-block: 3.125rem !important;
9892
- }
9893
- .p-size-50--mobile-up {
9894
- padding: 3.125rem !important;
9895
- }
9896
- .pt-size-50--mobile-up {
9897
- padding-block-start: 3.125rem !important;
9898
- }
9899
- .pr-size-50--mobile-up {
9900
- padding-inline-end: 3.125rem !important;
9901
- }
9902
- .pb-size-50--mobile-up {
9903
- padding-block-end: 3.125rem !important;
9904
- }
9905
- .pl-size-50--mobile-up {
9906
- padding-inline-start: 3.125rem !important;
9907
- }
9908
- .px-size-50--mobile-up {
9909
- padding-inline: 3.125rem !important;
9910
- }
9911
- .py-size-50--mobile-up {
9912
- padding-block: 3.125rem !important;
9913
- }
9914
- .gap-size-50--mobile-up {
9915
- gap: 3.125rem !important;
9916
- }
9917
9789
  .m-size-60--mobile-up {
9918
9790
  margin: 3.75rem !important;
9919
9791
  }
@@ -9959,6 +9831,141 @@ button.pkt-link {
9959
9831
  .gap-size-60--mobile-up {
9960
9832
  gap: 3.75rem !important;
9961
9833
  }
9834
+ .m-size-5--mobile-up {
9835
+ margin: 0.3125rem !important;
9836
+ }
9837
+ .mt-size-5--mobile-up {
9838
+ margin-block-start: 0.3125rem !important;
9839
+ }
9840
+ .mr-size-5--mobile-up {
9841
+ margin-inline-end: 0.3125rem !important;
9842
+ }
9843
+ .mb-size-5--mobile-up {
9844
+ margin-block-end: 0.3125rem !important;
9845
+ }
9846
+ .ml-size-5--mobile-up {
9847
+ margin-inline-start: 0.3125rem !important;
9848
+ }
9849
+ .mx-size-5--mobile-up {
9850
+ margin-inline: 0.3125rem !important;
9851
+ }
9852
+ .my-size-5--mobile-up {
9853
+ margin-block: 0.3125rem !important;
9854
+ }
9855
+ .p-size-5--mobile-up {
9856
+ padding: 0.3125rem !important;
9857
+ }
9858
+ .pt-size-5--mobile-up {
9859
+ padding-block-start: 0.3125rem !important;
9860
+ }
9861
+ .pr-size-5--mobile-up {
9862
+ padding-inline-end: 0.3125rem !important;
9863
+ }
9864
+ .pb-size-5--mobile-up {
9865
+ padding-block-end: 0.3125rem !important;
9866
+ }
9867
+ .pl-size-5--mobile-up {
9868
+ padding-inline-start: 0.3125rem !important;
9869
+ }
9870
+ .px-size-5--mobile-up {
9871
+ padding-inline: 0.3125rem !important;
9872
+ }
9873
+ .py-size-5--mobile-up {
9874
+ padding-block: 0.3125rem !important;
9875
+ }
9876
+ .gap-size-5--mobile-up {
9877
+ gap: 0.3125rem !important;
9878
+ }
9879
+ .m-size-15--mobile-up {
9880
+ margin: 0.9375rem !important;
9881
+ }
9882
+ .mt-size-15--mobile-up {
9883
+ margin-block-start: 0.9375rem !important;
9884
+ }
9885
+ .mr-size-15--mobile-up {
9886
+ margin-inline-end: 0.9375rem !important;
9887
+ }
9888
+ .mb-size-15--mobile-up {
9889
+ margin-block-end: 0.9375rem !important;
9890
+ }
9891
+ .ml-size-15--mobile-up {
9892
+ margin-inline-start: 0.9375rem !important;
9893
+ }
9894
+ .mx-size-15--mobile-up {
9895
+ margin-inline: 0.9375rem !important;
9896
+ }
9897
+ .my-size-15--mobile-up {
9898
+ margin-block: 0.9375rem !important;
9899
+ }
9900
+ .p-size-15--mobile-up {
9901
+ padding: 0.9375rem !important;
9902
+ }
9903
+ .pt-size-15--mobile-up {
9904
+ padding-block-start: 0.9375rem !important;
9905
+ }
9906
+ .pr-size-15--mobile-up {
9907
+ padding-inline-end: 0.9375rem !important;
9908
+ }
9909
+ .pb-size-15--mobile-up {
9910
+ padding-block-end: 0.9375rem !important;
9911
+ }
9912
+ .pl-size-15--mobile-up {
9913
+ padding-inline-start: 0.9375rem !important;
9914
+ }
9915
+ .px-size-15--mobile-up {
9916
+ padding-inline: 0.9375rem !important;
9917
+ }
9918
+ .py-size-15--mobile-up {
9919
+ padding-block: 0.9375rem !important;
9920
+ }
9921
+ .gap-size-15--mobile-up {
9922
+ gap: 0.9375rem !important;
9923
+ }
9924
+ .m-size-50--mobile-up {
9925
+ margin: 3.125rem !important;
9926
+ }
9927
+ .mt-size-50--mobile-up {
9928
+ margin-block-start: 3.125rem !important;
9929
+ }
9930
+ .mr-size-50--mobile-up {
9931
+ margin-inline-end: 3.125rem !important;
9932
+ }
9933
+ .mb-size-50--mobile-up {
9934
+ margin-block-end: 3.125rem !important;
9935
+ }
9936
+ .ml-size-50--mobile-up {
9937
+ margin-inline-start: 3.125rem !important;
9938
+ }
9939
+ .mx-size-50--mobile-up {
9940
+ margin-inline: 3.125rem !important;
9941
+ }
9942
+ .my-size-50--mobile-up {
9943
+ margin-block: 3.125rem !important;
9944
+ }
9945
+ .p-size-50--mobile-up {
9946
+ padding: 3.125rem !important;
9947
+ }
9948
+ .pt-size-50--mobile-up {
9949
+ padding-block-start: 3.125rem !important;
9950
+ }
9951
+ .pr-size-50--mobile-up {
9952
+ padding-inline-end: 3.125rem !important;
9953
+ }
9954
+ .pb-size-50--mobile-up {
9955
+ padding-block-end: 3.125rem !important;
9956
+ }
9957
+ .pl-size-50--mobile-up {
9958
+ padding-inline-start: 3.125rem !important;
9959
+ }
9960
+ .px-size-50--mobile-up {
9961
+ padding-inline: 3.125rem !important;
9962
+ }
9963
+ .py-size-50--mobile-up {
9964
+ padding-block: 3.125rem !important;
9965
+ }
9966
+ .gap-size-50--mobile-up {
9967
+ gap: 3.125rem !important;
9968
+ }
9962
9969
  .m-size-75--mobile-up {
9963
9970
  margin: 4.6875rem !important;
9964
9971
  }
@@ -10816,6 +10823,51 @@ button.pkt-link {
10816
10823
  .gap-size-88--phablet-up {
10817
10824
  gap: 5.5rem !important;
10818
10825
  }
10826
+ .m-size-96--phablet-up {
10827
+ margin: 6rem !important;
10828
+ }
10829
+ .mt-size-96--phablet-up {
10830
+ margin-block-start: 6rem !important;
10831
+ }
10832
+ .mr-size-96--phablet-up {
10833
+ margin-inline-end: 6rem !important;
10834
+ }
10835
+ .mb-size-96--phablet-up {
10836
+ margin-block-end: 6rem !important;
10837
+ }
10838
+ .ml-size-96--phablet-up {
10839
+ margin-inline-start: 6rem !important;
10840
+ }
10841
+ .mx-size-96--phablet-up {
10842
+ margin-inline: 6rem !important;
10843
+ }
10844
+ .my-size-96--phablet-up {
10845
+ margin-block: 6rem !important;
10846
+ }
10847
+ .p-size-96--phablet-up {
10848
+ padding: 6rem !important;
10849
+ }
10850
+ .pt-size-96--phablet-up {
10851
+ padding-block-start: 6rem !important;
10852
+ }
10853
+ .pr-size-96--phablet-up {
10854
+ padding-inline-end: 6rem !important;
10855
+ }
10856
+ .pb-size-96--phablet-up {
10857
+ padding-block-end: 6rem !important;
10858
+ }
10859
+ .pl-size-96--phablet-up {
10860
+ padding-inline-start: 6rem !important;
10861
+ }
10862
+ .px-size-96--phablet-up {
10863
+ padding-inline: 6rem !important;
10864
+ }
10865
+ .py-size-96--phablet-up {
10866
+ padding-block: 6rem !important;
10867
+ }
10868
+ .gap-size-96--phablet-up {
10869
+ gap: 6rem !important;
10870
+ }
10819
10871
  .m-size-104--phablet-up {
10820
10872
  margin: 6.5rem !important;
10821
10873
  }
@@ -10906,96 +10958,6 @@ button.pkt-link {
10906
10958
  .gap-size-128--phablet-up {
10907
10959
  gap: 8rem !important;
10908
10960
  }
10909
- .m-size-148--phablet-up {
10910
- margin: 9.25rem !important;
10911
- }
10912
- .mt-size-148--phablet-up {
10913
- margin-block-start: 9.25rem !important;
10914
- }
10915
- .mr-size-148--phablet-up {
10916
- margin-inline-end: 9.25rem !important;
10917
- }
10918
- .mb-size-148--phablet-up {
10919
- margin-block-end: 9.25rem !important;
10920
- }
10921
- .ml-size-148--phablet-up {
10922
- margin-inline-start: 9.25rem !important;
10923
- }
10924
- .mx-size-148--phablet-up {
10925
- margin-inline: 9.25rem !important;
10926
- }
10927
- .my-size-148--phablet-up {
10928
- margin-block: 9.25rem !important;
10929
- }
10930
- .p-size-148--phablet-up {
10931
- padding: 9.25rem !important;
10932
- }
10933
- .pt-size-148--phablet-up {
10934
- padding-block-start: 9.25rem !important;
10935
- }
10936
- .pr-size-148--phablet-up {
10937
- padding-inline-end: 9.25rem !important;
10938
- }
10939
- .pb-size-148--phablet-up {
10940
- padding-block-end: 9.25rem !important;
10941
- }
10942
- .pl-size-148--phablet-up {
10943
- padding-inline-start: 9.25rem !important;
10944
- }
10945
- .px-size-148--phablet-up {
10946
- padding-inline: 9.25rem !important;
10947
- }
10948
- .py-size-148--phablet-up {
10949
- padding-block: 9.25rem !important;
10950
- }
10951
- .gap-size-148--phablet-up {
10952
- gap: 9.25rem !important;
10953
- }
10954
- .m-size-5--phablet-up {
10955
- margin: 0.3125rem !important;
10956
- }
10957
- .mt-size-5--phablet-up {
10958
- margin-block-start: 0.3125rem !important;
10959
- }
10960
- .mr-size-5--phablet-up {
10961
- margin-inline-end: 0.3125rem !important;
10962
- }
10963
- .mb-size-5--phablet-up {
10964
- margin-block-end: 0.3125rem !important;
10965
- }
10966
- .ml-size-5--phablet-up {
10967
- margin-inline-start: 0.3125rem !important;
10968
- }
10969
- .mx-size-5--phablet-up {
10970
- margin-inline: 0.3125rem !important;
10971
- }
10972
- .my-size-5--phablet-up {
10973
- margin-block: 0.3125rem !important;
10974
- }
10975
- .p-size-5--phablet-up {
10976
- padding: 0.3125rem !important;
10977
- }
10978
- .pt-size-5--phablet-up {
10979
- padding-block-start: 0.3125rem !important;
10980
- }
10981
- .pr-size-5--phablet-up {
10982
- padding-inline-end: 0.3125rem !important;
10983
- }
10984
- .pb-size-5--phablet-up {
10985
- padding-block-end: 0.3125rem !important;
10986
- }
10987
- .pl-size-5--phablet-up {
10988
- padding-inline-start: 0.3125rem !important;
10989
- }
10990
- .px-size-5--phablet-up {
10991
- padding-inline: 0.3125rem !important;
10992
- }
10993
- .py-size-5--phablet-up {
10994
- padding-block: 0.3125rem !important;
10995
- }
10996
- .gap-size-5--phablet-up {
10997
- gap: 0.3125rem !important;
10998
- }
10999
10961
  .m-size-10--phablet-up {
11000
10962
  margin: 0.625rem !important;
11001
10963
  }
@@ -11041,51 +11003,6 @@ button.pkt-link {
11041
11003
  .gap-size-10--phablet-up {
11042
11004
  gap: 0.625rem !important;
11043
11005
  }
11044
- .m-size-15--phablet-up {
11045
- margin: 0.9375rem !important;
11046
- }
11047
- .mt-size-15--phablet-up {
11048
- margin-block-start: 0.9375rem !important;
11049
- }
11050
- .mr-size-15--phablet-up {
11051
- margin-inline-end: 0.9375rem !important;
11052
- }
11053
- .mb-size-15--phablet-up {
11054
- margin-block-end: 0.9375rem !important;
11055
- }
11056
- .ml-size-15--phablet-up {
11057
- margin-inline-start: 0.9375rem !important;
11058
- }
11059
- .mx-size-15--phablet-up {
11060
- margin-inline: 0.9375rem !important;
11061
- }
11062
- .my-size-15--phablet-up {
11063
- margin-block: 0.9375rem !important;
11064
- }
11065
- .p-size-15--phablet-up {
11066
- padding: 0.9375rem !important;
11067
- }
11068
- .pt-size-15--phablet-up {
11069
- padding-block-start: 0.9375rem !important;
11070
- }
11071
- .pr-size-15--phablet-up {
11072
- padding-inline-end: 0.9375rem !important;
11073
- }
11074
- .pb-size-15--phablet-up {
11075
- padding-block-end: 0.9375rem !important;
11076
- }
11077
- .pl-size-15--phablet-up {
11078
- padding-inline-start: 0.9375rem !important;
11079
- }
11080
- .px-size-15--phablet-up {
11081
- padding-inline: 0.9375rem !important;
11082
- }
11083
- .py-size-15--phablet-up {
11084
- padding-block: 0.9375rem !important;
11085
- }
11086
- .gap-size-15--phablet-up {
11087
- gap: 0.9375rem !important;
11088
- }
11089
11006
  .m-size-20--phablet-up {
11090
11007
  margin: 1.25rem !important;
11091
11008
  }
@@ -11176,51 +11093,6 @@ button.pkt-link {
11176
11093
  .gap-size-30--phablet-up {
11177
11094
  gap: 1.875rem !important;
11178
11095
  }
11179
- .m-size-50--phablet-up {
11180
- margin: 3.125rem !important;
11181
- }
11182
- .mt-size-50--phablet-up {
11183
- margin-block-start: 3.125rem !important;
11184
- }
11185
- .mr-size-50--phablet-up {
11186
- margin-inline-end: 3.125rem !important;
11187
- }
11188
- .mb-size-50--phablet-up {
11189
- margin-block-end: 3.125rem !important;
11190
- }
11191
- .ml-size-50--phablet-up {
11192
- margin-inline-start: 3.125rem !important;
11193
- }
11194
- .mx-size-50--phablet-up {
11195
- margin-inline: 3.125rem !important;
11196
- }
11197
- .my-size-50--phablet-up {
11198
- margin-block: 3.125rem !important;
11199
- }
11200
- .p-size-50--phablet-up {
11201
- padding: 3.125rem !important;
11202
- }
11203
- .pt-size-50--phablet-up {
11204
- padding-block-start: 3.125rem !important;
11205
- }
11206
- .pr-size-50--phablet-up {
11207
- padding-inline-end: 3.125rem !important;
11208
- }
11209
- .pb-size-50--phablet-up {
11210
- padding-block-end: 3.125rem !important;
11211
- }
11212
- .pl-size-50--phablet-up {
11213
- padding-inline-start: 3.125rem !important;
11214
- }
11215
- .px-size-50--phablet-up {
11216
- padding-inline: 3.125rem !important;
11217
- }
11218
- .py-size-50--phablet-up {
11219
- padding-block: 3.125rem !important;
11220
- }
11221
- .gap-size-50--phablet-up {
11222
- gap: 3.125rem !important;
11223
- }
11224
11096
  .m-size-60--phablet-up {
11225
11097
  margin: 3.75rem !important;
11226
11098
  }
@@ -11266,6 +11138,141 @@ button.pkt-link {
11266
11138
  .gap-size-60--phablet-up {
11267
11139
  gap: 3.75rem !important;
11268
11140
  }
11141
+ .m-size-5--phablet-up {
11142
+ margin: 0.3125rem !important;
11143
+ }
11144
+ .mt-size-5--phablet-up {
11145
+ margin-block-start: 0.3125rem !important;
11146
+ }
11147
+ .mr-size-5--phablet-up {
11148
+ margin-inline-end: 0.3125rem !important;
11149
+ }
11150
+ .mb-size-5--phablet-up {
11151
+ margin-block-end: 0.3125rem !important;
11152
+ }
11153
+ .ml-size-5--phablet-up {
11154
+ margin-inline-start: 0.3125rem !important;
11155
+ }
11156
+ .mx-size-5--phablet-up {
11157
+ margin-inline: 0.3125rem !important;
11158
+ }
11159
+ .my-size-5--phablet-up {
11160
+ margin-block: 0.3125rem !important;
11161
+ }
11162
+ .p-size-5--phablet-up {
11163
+ padding: 0.3125rem !important;
11164
+ }
11165
+ .pt-size-5--phablet-up {
11166
+ padding-block-start: 0.3125rem !important;
11167
+ }
11168
+ .pr-size-5--phablet-up {
11169
+ padding-inline-end: 0.3125rem !important;
11170
+ }
11171
+ .pb-size-5--phablet-up {
11172
+ padding-block-end: 0.3125rem !important;
11173
+ }
11174
+ .pl-size-5--phablet-up {
11175
+ padding-inline-start: 0.3125rem !important;
11176
+ }
11177
+ .px-size-5--phablet-up {
11178
+ padding-inline: 0.3125rem !important;
11179
+ }
11180
+ .py-size-5--phablet-up {
11181
+ padding-block: 0.3125rem !important;
11182
+ }
11183
+ .gap-size-5--phablet-up {
11184
+ gap: 0.3125rem !important;
11185
+ }
11186
+ .m-size-15--phablet-up {
11187
+ margin: 0.9375rem !important;
11188
+ }
11189
+ .mt-size-15--phablet-up {
11190
+ margin-block-start: 0.9375rem !important;
11191
+ }
11192
+ .mr-size-15--phablet-up {
11193
+ margin-inline-end: 0.9375rem !important;
11194
+ }
11195
+ .mb-size-15--phablet-up {
11196
+ margin-block-end: 0.9375rem !important;
11197
+ }
11198
+ .ml-size-15--phablet-up {
11199
+ margin-inline-start: 0.9375rem !important;
11200
+ }
11201
+ .mx-size-15--phablet-up {
11202
+ margin-inline: 0.9375rem !important;
11203
+ }
11204
+ .my-size-15--phablet-up {
11205
+ margin-block: 0.9375rem !important;
11206
+ }
11207
+ .p-size-15--phablet-up {
11208
+ padding: 0.9375rem !important;
11209
+ }
11210
+ .pt-size-15--phablet-up {
11211
+ padding-block-start: 0.9375rem !important;
11212
+ }
11213
+ .pr-size-15--phablet-up {
11214
+ padding-inline-end: 0.9375rem !important;
11215
+ }
11216
+ .pb-size-15--phablet-up {
11217
+ padding-block-end: 0.9375rem !important;
11218
+ }
11219
+ .pl-size-15--phablet-up {
11220
+ padding-inline-start: 0.9375rem !important;
11221
+ }
11222
+ .px-size-15--phablet-up {
11223
+ padding-inline: 0.9375rem !important;
11224
+ }
11225
+ .py-size-15--phablet-up {
11226
+ padding-block: 0.9375rem !important;
11227
+ }
11228
+ .gap-size-15--phablet-up {
11229
+ gap: 0.9375rem !important;
11230
+ }
11231
+ .m-size-50--phablet-up {
11232
+ margin: 3.125rem !important;
11233
+ }
11234
+ .mt-size-50--phablet-up {
11235
+ margin-block-start: 3.125rem !important;
11236
+ }
11237
+ .mr-size-50--phablet-up {
11238
+ margin-inline-end: 3.125rem !important;
11239
+ }
11240
+ .mb-size-50--phablet-up {
11241
+ margin-block-end: 3.125rem !important;
11242
+ }
11243
+ .ml-size-50--phablet-up {
11244
+ margin-inline-start: 3.125rem !important;
11245
+ }
11246
+ .mx-size-50--phablet-up {
11247
+ margin-inline: 3.125rem !important;
11248
+ }
11249
+ .my-size-50--phablet-up {
11250
+ margin-block: 3.125rem !important;
11251
+ }
11252
+ .p-size-50--phablet-up {
11253
+ padding: 3.125rem !important;
11254
+ }
11255
+ .pt-size-50--phablet-up {
11256
+ padding-block-start: 3.125rem !important;
11257
+ }
11258
+ .pr-size-50--phablet-up {
11259
+ padding-inline-end: 3.125rem !important;
11260
+ }
11261
+ .pb-size-50--phablet-up {
11262
+ padding-block-end: 3.125rem !important;
11263
+ }
11264
+ .pl-size-50--phablet-up {
11265
+ padding-inline-start: 3.125rem !important;
11266
+ }
11267
+ .px-size-50--phablet-up {
11268
+ padding-inline: 3.125rem !important;
11269
+ }
11270
+ .py-size-50--phablet-up {
11271
+ padding-block: 3.125rem !important;
11272
+ }
11273
+ .gap-size-50--phablet-up {
11274
+ gap: 3.125rem !important;
11275
+ }
11269
11276
  .m-size-75--phablet-up {
11270
11277
  margin: 4.6875rem !important;
11271
11278
  }
@@ -12123,6 +12130,51 @@ button.pkt-link {
12123
12130
  .gap-size-88--tablet-up {
12124
12131
  gap: 5.5rem !important;
12125
12132
  }
12133
+ .m-size-96--tablet-up {
12134
+ margin: 6rem !important;
12135
+ }
12136
+ .mt-size-96--tablet-up {
12137
+ margin-block-start: 6rem !important;
12138
+ }
12139
+ .mr-size-96--tablet-up {
12140
+ margin-inline-end: 6rem !important;
12141
+ }
12142
+ .mb-size-96--tablet-up {
12143
+ margin-block-end: 6rem !important;
12144
+ }
12145
+ .ml-size-96--tablet-up {
12146
+ margin-inline-start: 6rem !important;
12147
+ }
12148
+ .mx-size-96--tablet-up {
12149
+ margin-inline: 6rem !important;
12150
+ }
12151
+ .my-size-96--tablet-up {
12152
+ margin-block: 6rem !important;
12153
+ }
12154
+ .p-size-96--tablet-up {
12155
+ padding: 6rem !important;
12156
+ }
12157
+ .pt-size-96--tablet-up {
12158
+ padding-block-start: 6rem !important;
12159
+ }
12160
+ .pr-size-96--tablet-up {
12161
+ padding-inline-end: 6rem !important;
12162
+ }
12163
+ .pb-size-96--tablet-up {
12164
+ padding-block-end: 6rem !important;
12165
+ }
12166
+ .pl-size-96--tablet-up {
12167
+ padding-inline-start: 6rem !important;
12168
+ }
12169
+ .px-size-96--tablet-up {
12170
+ padding-inline: 6rem !important;
12171
+ }
12172
+ .py-size-96--tablet-up {
12173
+ padding-block: 6rem !important;
12174
+ }
12175
+ .gap-size-96--tablet-up {
12176
+ gap: 6rem !important;
12177
+ }
12126
12178
  .m-size-104--tablet-up {
12127
12179
  margin: 6.5rem !important;
12128
12180
  }
@@ -12187,121 +12239,31 @@ button.pkt-link {
12187
12239
  margin-inline: 8rem !important;
12188
12240
  }
12189
12241
  .my-size-128--tablet-up {
12190
- margin-block: 8rem !important;
12191
- }
12192
- .p-size-128--tablet-up {
12193
- padding: 8rem !important;
12194
- }
12195
- .pt-size-128--tablet-up {
12196
- padding-block-start: 8rem !important;
12197
- }
12198
- .pr-size-128--tablet-up {
12199
- padding-inline-end: 8rem !important;
12200
- }
12201
- .pb-size-128--tablet-up {
12202
- padding-block-end: 8rem !important;
12203
- }
12204
- .pl-size-128--tablet-up {
12205
- padding-inline-start: 8rem !important;
12206
- }
12207
- .px-size-128--tablet-up {
12208
- padding-inline: 8rem !important;
12209
- }
12210
- .py-size-128--tablet-up {
12211
- padding-block: 8rem !important;
12212
- }
12213
- .gap-size-128--tablet-up {
12214
- gap: 8rem !important;
12215
- }
12216
- .m-size-148--tablet-up {
12217
- margin: 9.25rem !important;
12218
- }
12219
- .mt-size-148--tablet-up {
12220
- margin-block-start: 9.25rem !important;
12221
- }
12222
- .mr-size-148--tablet-up {
12223
- margin-inline-end: 9.25rem !important;
12224
- }
12225
- .mb-size-148--tablet-up {
12226
- margin-block-end: 9.25rem !important;
12227
- }
12228
- .ml-size-148--tablet-up {
12229
- margin-inline-start: 9.25rem !important;
12230
- }
12231
- .mx-size-148--tablet-up {
12232
- margin-inline: 9.25rem !important;
12233
- }
12234
- .my-size-148--tablet-up {
12235
- margin-block: 9.25rem !important;
12236
- }
12237
- .p-size-148--tablet-up {
12238
- padding: 9.25rem !important;
12239
- }
12240
- .pt-size-148--tablet-up {
12241
- padding-block-start: 9.25rem !important;
12242
- }
12243
- .pr-size-148--tablet-up {
12244
- padding-inline-end: 9.25rem !important;
12245
- }
12246
- .pb-size-148--tablet-up {
12247
- padding-block-end: 9.25rem !important;
12248
- }
12249
- .pl-size-148--tablet-up {
12250
- padding-inline-start: 9.25rem !important;
12251
- }
12252
- .px-size-148--tablet-up {
12253
- padding-inline: 9.25rem !important;
12254
- }
12255
- .py-size-148--tablet-up {
12256
- padding-block: 9.25rem !important;
12257
- }
12258
- .gap-size-148--tablet-up {
12259
- gap: 9.25rem !important;
12260
- }
12261
- .m-size-5--tablet-up {
12262
- margin: 0.3125rem !important;
12263
- }
12264
- .mt-size-5--tablet-up {
12265
- margin-block-start: 0.3125rem !important;
12266
- }
12267
- .mr-size-5--tablet-up {
12268
- margin-inline-end: 0.3125rem !important;
12269
- }
12270
- .mb-size-5--tablet-up {
12271
- margin-block-end: 0.3125rem !important;
12272
- }
12273
- .ml-size-5--tablet-up {
12274
- margin-inline-start: 0.3125rem !important;
12275
- }
12276
- .mx-size-5--tablet-up {
12277
- margin-inline: 0.3125rem !important;
12278
- }
12279
- .my-size-5--tablet-up {
12280
- margin-block: 0.3125rem !important;
12242
+ margin-block: 8rem !important;
12281
12243
  }
12282
- .p-size-5--tablet-up {
12283
- padding: 0.3125rem !important;
12244
+ .p-size-128--tablet-up {
12245
+ padding: 8rem !important;
12284
12246
  }
12285
- .pt-size-5--tablet-up {
12286
- padding-block-start: 0.3125rem !important;
12247
+ .pt-size-128--tablet-up {
12248
+ padding-block-start: 8rem !important;
12287
12249
  }
12288
- .pr-size-5--tablet-up {
12289
- padding-inline-end: 0.3125rem !important;
12250
+ .pr-size-128--tablet-up {
12251
+ padding-inline-end: 8rem !important;
12290
12252
  }
12291
- .pb-size-5--tablet-up {
12292
- padding-block-end: 0.3125rem !important;
12253
+ .pb-size-128--tablet-up {
12254
+ padding-block-end: 8rem !important;
12293
12255
  }
12294
- .pl-size-5--tablet-up {
12295
- padding-inline-start: 0.3125rem !important;
12256
+ .pl-size-128--tablet-up {
12257
+ padding-inline-start: 8rem !important;
12296
12258
  }
12297
- .px-size-5--tablet-up {
12298
- padding-inline: 0.3125rem !important;
12259
+ .px-size-128--tablet-up {
12260
+ padding-inline: 8rem !important;
12299
12261
  }
12300
- .py-size-5--tablet-up {
12301
- padding-block: 0.3125rem !important;
12262
+ .py-size-128--tablet-up {
12263
+ padding-block: 8rem !important;
12302
12264
  }
12303
- .gap-size-5--tablet-up {
12304
- gap: 0.3125rem !important;
12265
+ .gap-size-128--tablet-up {
12266
+ gap: 8rem !important;
12305
12267
  }
12306
12268
  .m-size-10--tablet-up {
12307
12269
  margin: 0.625rem !important;
@@ -12348,51 +12310,6 @@ button.pkt-link {
12348
12310
  .gap-size-10--tablet-up {
12349
12311
  gap: 0.625rem !important;
12350
12312
  }
12351
- .m-size-15--tablet-up {
12352
- margin: 0.9375rem !important;
12353
- }
12354
- .mt-size-15--tablet-up {
12355
- margin-block-start: 0.9375rem !important;
12356
- }
12357
- .mr-size-15--tablet-up {
12358
- margin-inline-end: 0.9375rem !important;
12359
- }
12360
- .mb-size-15--tablet-up {
12361
- margin-block-end: 0.9375rem !important;
12362
- }
12363
- .ml-size-15--tablet-up {
12364
- margin-inline-start: 0.9375rem !important;
12365
- }
12366
- .mx-size-15--tablet-up {
12367
- margin-inline: 0.9375rem !important;
12368
- }
12369
- .my-size-15--tablet-up {
12370
- margin-block: 0.9375rem !important;
12371
- }
12372
- .p-size-15--tablet-up {
12373
- padding: 0.9375rem !important;
12374
- }
12375
- .pt-size-15--tablet-up {
12376
- padding-block-start: 0.9375rem !important;
12377
- }
12378
- .pr-size-15--tablet-up {
12379
- padding-inline-end: 0.9375rem !important;
12380
- }
12381
- .pb-size-15--tablet-up {
12382
- padding-block-end: 0.9375rem !important;
12383
- }
12384
- .pl-size-15--tablet-up {
12385
- padding-inline-start: 0.9375rem !important;
12386
- }
12387
- .px-size-15--tablet-up {
12388
- padding-inline: 0.9375rem !important;
12389
- }
12390
- .py-size-15--tablet-up {
12391
- padding-block: 0.9375rem !important;
12392
- }
12393
- .gap-size-15--tablet-up {
12394
- gap: 0.9375rem !important;
12395
- }
12396
12313
  .m-size-20--tablet-up {
12397
12314
  margin: 1.25rem !important;
12398
12315
  }
@@ -12483,51 +12400,6 @@ button.pkt-link {
12483
12400
  .gap-size-30--tablet-up {
12484
12401
  gap: 1.875rem !important;
12485
12402
  }
12486
- .m-size-50--tablet-up {
12487
- margin: 3.125rem !important;
12488
- }
12489
- .mt-size-50--tablet-up {
12490
- margin-block-start: 3.125rem !important;
12491
- }
12492
- .mr-size-50--tablet-up {
12493
- margin-inline-end: 3.125rem !important;
12494
- }
12495
- .mb-size-50--tablet-up {
12496
- margin-block-end: 3.125rem !important;
12497
- }
12498
- .ml-size-50--tablet-up {
12499
- margin-inline-start: 3.125rem !important;
12500
- }
12501
- .mx-size-50--tablet-up {
12502
- margin-inline: 3.125rem !important;
12503
- }
12504
- .my-size-50--tablet-up {
12505
- margin-block: 3.125rem !important;
12506
- }
12507
- .p-size-50--tablet-up {
12508
- padding: 3.125rem !important;
12509
- }
12510
- .pt-size-50--tablet-up {
12511
- padding-block-start: 3.125rem !important;
12512
- }
12513
- .pr-size-50--tablet-up {
12514
- padding-inline-end: 3.125rem !important;
12515
- }
12516
- .pb-size-50--tablet-up {
12517
- padding-block-end: 3.125rem !important;
12518
- }
12519
- .pl-size-50--tablet-up {
12520
- padding-inline-start: 3.125rem !important;
12521
- }
12522
- .px-size-50--tablet-up {
12523
- padding-inline: 3.125rem !important;
12524
- }
12525
- .py-size-50--tablet-up {
12526
- padding-block: 3.125rem !important;
12527
- }
12528
- .gap-size-50--tablet-up {
12529
- gap: 3.125rem !important;
12530
- }
12531
12403
  .m-size-60--tablet-up {
12532
12404
  margin: 3.75rem !important;
12533
12405
  }
@@ -12552,26 +12424,161 @@ button.pkt-link {
12552
12424
  .p-size-60--tablet-up {
12553
12425
  padding: 3.75rem !important;
12554
12426
  }
12555
- .pt-size-60--tablet-up {
12556
- padding-block-start: 3.75rem !important;
12427
+ .pt-size-60--tablet-up {
12428
+ padding-block-start: 3.75rem !important;
12429
+ }
12430
+ .pr-size-60--tablet-up {
12431
+ padding-inline-end: 3.75rem !important;
12432
+ }
12433
+ .pb-size-60--tablet-up {
12434
+ padding-block-end: 3.75rem !important;
12435
+ }
12436
+ .pl-size-60--tablet-up {
12437
+ padding-inline-start: 3.75rem !important;
12438
+ }
12439
+ .px-size-60--tablet-up {
12440
+ padding-inline: 3.75rem !important;
12441
+ }
12442
+ .py-size-60--tablet-up {
12443
+ padding-block: 3.75rem !important;
12444
+ }
12445
+ .gap-size-60--tablet-up {
12446
+ gap: 3.75rem !important;
12447
+ }
12448
+ .m-size-5--tablet-up {
12449
+ margin: 0.3125rem !important;
12450
+ }
12451
+ .mt-size-5--tablet-up {
12452
+ margin-block-start: 0.3125rem !important;
12453
+ }
12454
+ .mr-size-5--tablet-up {
12455
+ margin-inline-end: 0.3125rem !important;
12456
+ }
12457
+ .mb-size-5--tablet-up {
12458
+ margin-block-end: 0.3125rem !important;
12459
+ }
12460
+ .ml-size-5--tablet-up {
12461
+ margin-inline-start: 0.3125rem !important;
12462
+ }
12463
+ .mx-size-5--tablet-up {
12464
+ margin-inline: 0.3125rem !important;
12465
+ }
12466
+ .my-size-5--tablet-up {
12467
+ margin-block: 0.3125rem !important;
12468
+ }
12469
+ .p-size-5--tablet-up {
12470
+ padding: 0.3125rem !important;
12471
+ }
12472
+ .pt-size-5--tablet-up {
12473
+ padding-block-start: 0.3125rem !important;
12474
+ }
12475
+ .pr-size-5--tablet-up {
12476
+ padding-inline-end: 0.3125rem !important;
12477
+ }
12478
+ .pb-size-5--tablet-up {
12479
+ padding-block-end: 0.3125rem !important;
12480
+ }
12481
+ .pl-size-5--tablet-up {
12482
+ padding-inline-start: 0.3125rem !important;
12483
+ }
12484
+ .px-size-5--tablet-up {
12485
+ padding-inline: 0.3125rem !important;
12486
+ }
12487
+ .py-size-5--tablet-up {
12488
+ padding-block: 0.3125rem !important;
12489
+ }
12490
+ .gap-size-5--tablet-up {
12491
+ gap: 0.3125rem !important;
12492
+ }
12493
+ .m-size-15--tablet-up {
12494
+ margin: 0.9375rem !important;
12495
+ }
12496
+ .mt-size-15--tablet-up {
12497
+ margin-block-start: 0.9375rem !important;
12498
+ }
12499
+ .mr-size-15--tablet-up {
12500
+ margin-inline-end: 0.9375rem !important;
12501
+ }
12502
+ .mb-size-15--tablet-up {
12503
+ margin-block-end: 0.9375rem !important;
12504
+ }
12505
+ .ml-size-15--tablet-up {
12506
+ margin-inline-start: 0.9375rem !important;
12507
+ }
12508
+ .mx-size-15--tablet-up {
12509
+ margin-inline: 0.9375rem !important;
12510
+ }
12511
+ .my-size-15--tablet-up {
12512
+ margin-block: 0.9375rem !important;
12513
+ }
12514
+ .p-size-15--tablet-up {
12515
+ padding: 0.9375rem !important;
12516
+ }
12517
+ .pt-size-15--tablet-up {
12518
+ padding-block-start: 0.9375rem !important;
12519
+ }
12520
+ .pr-size-15--tablet-up {
12521
+ padding-inline-end: 0.9375rem !important;
12522
+ }
12523
+ .pb-size-15--tablet-up {
12524
+ padding-block-end: 0.9375rem !important;
12525
+ }
12526
+ .pl-size-15--tablet-up {
12527
+ padding-inline-start: 0.9375rem !important;
12528
+ }
12529
+ .px-size-15--tablet-up {
12530
+ padding-inline: 0.9375rem !important;
12531
+ }
12532
+ .py-size-15--tablet-up {
12533
+ padding-block: 0.9375rem !important;
12534
+ }
12535
+ .gap-size-15--tablet-up {
12536
+ gap: 0.9375rem !important;
12537
+ }
12538
+ .m-size-50--tablet-up {
12539
+ margin: 3.125rem !important;
12540
+ }
12541
+ .mt-size-50--tablet-up {
12542
+ margin-block-start: 3.125rem !important;
12543
+ }
12544
+ .mr-size-50--tablet-up {
12545
+ margin-inline-end: 3.125rem !important;
12546
+ }
12547
+ .mb-size-50--tablet-up {
12548
+ margin-block-end: 3.125rem !important;
12549
+ }
12550
+ .ml-size-50--tablet-up {
12551
+ margin-inline-start: 3.125rem !important;
12552
+ }
12553
+ .mx-size-50--tablet-up {
12554
+ margin-inline: 3.125rem !important;
12555
+ }
12556
+ .my-size-50--tablet-up {
12557
+ margin-block: 3.125rem !important;
12558
+ }
12559
+ .p-size-50--tablet-up {
12560
+ padding: 3.125rem !important;
12561
+ }
12562
+ .pt-size-50--tablet-up {
12563
+ padding-block-start: 3.125rem !important;
12557
12564
  }
12558
- .pr-size-60--tablet-up {
12559
- padding-inline-end: 3.75rem !important;
12565
+ .pr-size-50--tablet-up {
12566
+ padding-inline-end: 3.125rem !important;
12560
12567
  }
12561
- .pb-size-60--tablet-up {
12562
- padding-block-end: 3.75rem !important;
12568
+ .pb-size-50--tablet-up {
12569
+ padding-block-end: 3.125rem !important;
12563
12570
  }
12564
- .pl-size-60--tablet-up {
12565
- padding-inline-start: 3.75rem !important;
12571
+ .pl-size-50--tablet-up {
12572
+ padding-inline-start: 3.125rem !important;
12566
12573
  }
12567
- .px-size-60--tablet-up {
12568
- padding-inline: 3.75rem !important;
12574
+ .px-size-50--tablet-up {
12575
+ padding-inline: 3.125rem !important;
12569
12576
  }
12570
- .py-size-60--tablet-up {
12571
- padding-block: 3.75rem !important;
12577
+ .py-size-50--tablet-up {
12578
+ padding-block: 3.125rem !important;
12572
12579
  }
12573
- .gap-size-60--tablet-up {
12574
- gap: 3.75rem !important;
12580
+ .gap-size-50--tablet-up {
12581
+ gap: 3.125rem !important;
12575
12582
  }
12576
12583
  .m-size-75--tablet-up {
12577
12584
  margin: 4.6875rem !important;
@@ -13430,6 +13437,51 @@ button.pkt-link {
13430
13437
  .gap-size-88--tablet-big-up {
13431
13438
  gap: 5.5rem !important;
13432
13439
  }
13440
+ .m-size-96--tablet-big-up {
13441
+ margin: 6rem !important;
13442
+ }
13443
+ .mt-size-96--tablet-big-up {
13444
+ margin-block-start: 6rem !important;
13445
+ }
13446
+ .mr-size-96--tablet-big-up {
13447
+ margin-inline-end: 6rem !important;
13448
+ }
13449
+ .mb-size-96--tablet-big-up {
13450
+ margin-block-end: 6rem !important;
13451
+ }
13452
+ .ml-size-96--tablet-big-up {
13453
+ margin-inline-start: 6rem !important;
13454
+ }
13455
+ .mx-size-96--tablet-big-up {
13456
+ margin-inline: 6rem !important;
13457
+ }
13458
+ .my-size-96--tablet-big-up {
13459
+ margin-block: 6rem !important;
13460
+ }
13461
+ .p-size-96--tablet-big-up {
13462
+ padding: 6rem !important;
13463
+ }
13464
+ .pt-size-96--tablet-big-up {
13465
+ padding-block-start: 6rem !important;
13466
+ }
13467
+ .pr-size-96--tablet-big-up {
13468
+ padding-inline-end: 6rem !important;
13469
+ }
13470
+ .pb-size-96--tablet-big-up {
13471
+ padding-block-end: 6rem !important;
13472
+ }
13473
+ .pl-size-96--tablet-big-up {
13474
+ padding-inline-start: 6rem !important;
13475
+ }
13476
+ .px-size-96--tablet-big-up {
13477
+ padding-inline: 6rem !important;
13478
+ }
13479
+ .py-size-96--tablet-big-up {
13480
+ padding-block: 6rem !important;
13481
+ }
13482
+ .gap-size-96--tablet-big-up {
13483
+ gap: 6rem !important;
13484
+ }
13433
13485
  .m-size-104--tablet-big-up {
13434
13486
  margin: 6.5rem !important;
13435
13487
  }
@@ -13520,50 +13572,185 @@ button.pkt-link {
13520
13572
  .gap-size-128--tablet-big-up {
13521
13573
  gap: 8rem !important;
13522
13574
  }
13523
- .m-size-148--tablet-big-up {
13524
- margin: 9.25rem !important;
13575
+ .m-size-10--tablet-big-up {
13576
+ margin: 0.625rem !important;
13577
+ }
13578
+ .mt-size-10--tablet-big-up {
13579
+ margin-block-start: 0.625rem !important;
13580
+ }
13581
+ .mr-size-10--tablet-big-up {
13582
+ margin-inline-end: 0.625rem !important;
13583
+ }
13584
+ .mb-size-10--tablet-big-up {
13585
+ margin-block-end: 0.625rem !important;
13586
+ }
13587
+ .ml-size-10--tablet-big-up {
13588
+ margin-inline-start: 0.625rem !important;
13589
+ }
13590
+ .mx-size-10--tablet-big-up {
13591
+ margin-inline: 0.625rem !important;
13592
+ }
13593
+ .my-size-10--tablet-big-up {
13594
+ margin-block: 0.625rem !important;
13595
+ }
13596
+ .p-size-10--tablet-big-up {
13597
+ padding: 0.625rem !important;
13598
+ }
13599
+ .pt-size-10--tablet-big-up {
13600
+ padding-block-start: 0.625rem !important;
13601
+ }
13602
+ .pr-size-10--tablet-big-up {
13603
+ padding-inline-end: 0.625rem !important;
13604
+ }
13605
+ .pb-size-10--tablet-big-up {
13606
+ padding-block-end: 0.625rem !important;
13607
+ }
13608
+ .pl-size-10--tablet-big-up {
13609
+ padding-inline-start: 0.625rem !important;
13610
+ }
13611
+ .px-size-10--tablet-big-up {
13612
+ padding-inline: 0.625rem !important;
13613
+ }
13614
+ .py-size-10--tablet-big-up {
13615
+ padding-block: 0.625rem !important;
13616
+ }
13617
+ .gap-size-10--tablet-big-up {
13618
+ gap: 0.625rem !important;
13619
+ }
13620
+ .m-size-20--tablet-big-up {
13621
+ margin: 1.25rem !important;
13622
+ }
13623
+ .mt-size-20--tablet-big-up {
13624
+ margin-block-start: 1.25rem !important;
13625
+ }
13626
+ .mr-size-20--tablet-big-up {
13627
+ margin-inline-end: 1.25rem !important;
13628
+ }
13629
+ .mb-size-20--tablet-big-up {
13630
+ margin-block-end: 1.25rem !important;
13631
+ }
13632
+ .ml-size-20--tablet-big-up {
13633
+ margin-inline-start: 1.25rem !important;
13634
+ }
13635
+ .mx-size-20--tablet-big-up {
13636
+ margin-inline: 1.25rem !important;
13637
+ }
13638
+ .my-size-20--tablet-big-up {
13639
+ margin-block: 1.25rem !important;
13640
+ }
13641
+ .p-size-20--tablet-big-up {
13642
+ padding: 1.25rem !important;
13643
+ }
13644
+ .pt-size-20--tablet-big-up {
13645
+ padding-block-start: 1.25rem !important;
13646
+ }
13647
+ .pr-size-20--tablet-big-up {
13648
+ padding-inline-end: 1.25rem !important;
13649
+ }
13650
+ .pb-size-20--tablet-big-up {
13651
+ padding-block-end: 1.25rem !important;
13652
+ }
13653
+ .pl-size-20--tablet-big-up {
13654
+ padding-inline-start: 1.25rem !important;
13655
+ }
13656
+ .px-size-20--tablet-big-up {
13657
+ padding-inline: 1.25rem !important;
13658
+ }
13659
+ .py-size-20--tablet-big-up {
13660
+ padding-block: 1.25rem !important;
13661
+ }
13662
+ .gap-size-20--tablet-big-up {
13663
+ gap: 1.25rem !important;
13664
+ }
13665
+ .m-size-30--tablet-big-up {
13666
+ margin: 1.875rem !important;
13667
+ }
13668
+ .mt-size-30--tablet-big-up {
13669
+ margin-block-start: 1.875rem !important;
13670
+ }
13671
+ .mr-size-30--tablet-big-up {
13672
+ margin-inline-end: 1.875rem !important;
13673
+ }
13674
+ .mb-size-30--tablet-big-up {
13675
+ margin-block-end: 1.875rem !important;
13676
+ }
13677
+ .ml-size-30--tablet-big-up {
13678
+ margin-inline-start: 1.875rem !important;
13679
+ }
13680
+ .mx-size-30--tablet-big-up {
13681
+ margin-inline: 1.875rem !important;
13682
+ }
13683
+ .my-size-30--tablet-big-up {
13684
+ margin-block: 1.875rem !important;
13685
+ }
13686
+ .p-size-30--tablet-big-up {
13687
+ padding: 1.875rem !important;
13688
+ }
13689
+ .pt-size-30--tablet-big-up {
13690
+ padding-block-start: 1.875rem !important;
13691
+ }
13692
+ .pr-size-30--tablet-big-up {
13693
+ padding-inline-end: 1.875rem !important;
13694
+ }
13695
+ .pb-size-30--tablet-big-up {
13696
+ padding-block-end: 1.875rem !important;
13697
+ }
13698
+ .pl-size-30--tablet-big-up {
13699
+ padding-inline-start: 1.875rem !important;
13700
+ }
13701
+ .px-size-30--tablet-big-up {
13702
+ padding-inline: 1.875rem !important;
13703
+ }
13704
+ .py-size-30--tablet-big-up {
13705
+ padding-block: 1.875rem !important;
13706
+ }
13707
+ .gap-size-30--tablet-big-up {
13708
+ gap: 1.875rem !important;
13709
+ }
13710
+ .m-size-60--tablet-big-up {
13711
+ margin: 3.75rem !important;
13525
13712
  }
13526
- .mt-size-148--tablet-big-up {
13527
- margin-block-start: 9.25rem !important;
13713
+ .mt-size-60--tablet-big-up {
13714
+ margin-block-start: 3.75rem !important;
13528
13715
  }
13529
- .mr-size-148--tablet-big-up {
13530
- margin-inline-end: 9.25rem !important;
13716
+ .mr-size-60--tablet-big-up {
13717
+ margin-inline-end: 3.75rem !important;
13531
13718
  }
13532
- .mb-size-148--tablet-big-up {
13533
- margin-block-end: 9.25rem !important;
13719
+ .mb-size-60--tablet-big-up {
13720
+ margin-block-end: 3.75rem !important;
13534
13721
  }
13535
- .ml-size-148--tablet-big-up {
13536
- margin-inline-start: 9.25rem !important;
13722
+ .ml-size-60--tablet-big-up {
13723
+ margin-inline-start: 3.75rem !important;
13537
13724
  }
13538
- .mx-size-148--tablet-big-up {
13539
- margin-inline: 9.25rem !important;
13725
+ .mx-size-60--tablet-big-up {
13726
+ margin-inline: 3.75rem !important;
13540
13727
  }
13541
- .my-size-148--tablet-big-up {
13542
- margin-block: 9.25rem !important;
13728
+ .my-size-60--tablet-big-up {
13729
+ margin-block: 3.75rem !important;
13543
13730
  }
13544
- .p-size-148--tablet-big-up {
13545
- padding: 9.25rem !important;
13731
+ .p-size-60--tablet-big-up {
13732
+ padding: 3.75rem !important;
13546
13733
  }
13547
- .pt-size-148--tablet-big-up {
13548
- padding-block-start: 9.25rem !important;
13734
+ .pt-size-60--tablet-big-up {
13735
+ padding-block-start: 3.75rem !important;
13549
13736
  }
13550
- .pr-size-148--tablet-big-up {
13551
- padding-inline-end: 9.25rem !important;
13737
+ .pr-size-60--tablet-big-up {
13738
+ padding-inline-end: 3.75rem !important;
13552
13739
  }
13553
- .pb-size-148--tablet-big-up {
13554
- padding-block-end: 9.25rem !important;
13740
+ .pb-size-60--tablet-big-up {
13741
+ padding-block-end: 3.75rem !important;
13555
13742
  }
13556
- .pl-size-148--tablet-big-up {
13557
- padding-inline-start: 9.25rem !important;
13743
+ .pl-size-60--tablet-big-up {
13744
+ padding-inline-start: 3.75rem !important;
13558
13745
  }
13559
- .px-size-148--tablet-big-up {
13560
- padding-inline: 9.25rem !important;
13746
+ .px-size-60--tablet-big-up {
13747
+ padding-inline: 3.75rem !important;
13561
13748
  }
13562
- .py-size-148--tablet-big-up {
13563
- padding-block: 9.25rem !important;
13749
+ .py-size-60--tablet-big-up {
13750
+ padding-block: 3.75rem !important;
13564
13751
  }
13565
- .gap-size-148--tablet-big-up {
13566
- gap: 9.25rem !important;
13752
+ .gap-size-60--tablet-big-up {
13753
+ gap: 3.75rem !important;
13567
13754
  }
13568
13755
  .m-size-5--tablet-big-up {
13569
13756
  margin: 0.3125rem !important;
@@ -13608,52 +13795,7 @@ button.pkt-link {
13608
13795
  padding-block: 0.3125rem !important;
13609
13796
  }
13610
13797
  .gap-size-5--tablet-big-up {
13611
- gap: 0.3125rem !important;
13612
- }
13613
- .m-size-10--tablet-big-up {
13614
- margin: 0.625rem !important;
13615
- }
13616
- .mt-size-10--tablet-big-up {
13617
- margin-block-start: 0.625rem !important;
13618
- }
13619
- .mr-size-10--tablet-big-up {
13620
- margin-inline-end: 0.625rem !important;
13621
- }
13622
- .mb-size-10--tablet-big-up {
13623
- margin-block-end: 0.625rem !important;
13624
- }
13625
- .ml-size-10--tablet-big-up {
13626
- margin-inline-start: 0.625rem !important;
13627
- }
13628
- .mx-size-10--tablet-big-up {
13629
- margin-inline: 0.625rem !important;
13630
- }
13631
- .my-size-10--tablet-big-up {
13632
- margin-block: 0.625rem !important;
13633
- }
13634
- .p-size-10--tablet-big-up {
13635
- padding: 0.625rem !important;
13636
- }
13637
- .pt-size-10--tablet-big-up {
13638
- padding-block-start: 0.625rem !important;
13639
- }
13640
- .pr-size-10--tablet-big-up {
13641
- padding-inline-end: 0.625rem !important;
13642
- }
13643
- .pb-size-10--tablet-big-up {
13644
- padding-block-end: 0.625rem !important;
13645
- }
13646
- .pl-size-10--tablet-big-up {
13647
- padding-inline-start: 0.625rem !important;
13648
- }
13649
- .px-size-10--tablet-big-up {
13650
- padding-inline: 0.625rem !important;
13651
- }
13652
- .py-size-10--tablet-big-up {
13653
- padding-block: 0.625rem !important;
13654
- }
13655
- .gap-size-10--tablet-big-up {
13656
- gap: 0.625rem !important;
13798
+ gap: 0.3125rem !important;
13657
13799
  }
13658
13800
  .m-size-15--tablet-big-up {
13659
13801
  margin: 0.9375rem !important;
@@ -13700,96 +13842,6 @@ button.pkt-link {
13700
13842
  .gap-size-15--tablet-big-up {
13701
13843
  gap: 0.9375rem !important;
13702
13844
  }
13703
- .m-size-20--tablet-big-up {
13704
- margin: 1.25rem !important;
13705
- }
13706
- .mt-size-20--tablet-big-up {
13707
- margin-block-start: 1.25rem !important;
13708
- }
13709
- .mr-size-20--tablet-big-up {
13710
- margin-inline-end: 1.25rem !important;
13711
- }
13712
- .mb-size-20--tablet-big-up {
13713
- margin-block-end: 1.25rem !important;
13714
- }
13715
- .ml-size-20--tablet-big-up {
13716
- margin-inline-start: 1.25rem !important;
13717
- }
13718
- .mx-size-20--tablet-big-up {
13719
- margin-inline: 1.25rem !important;
13720
- }
13721
- .my-size-20--tablet-big-up {
13722
- margin-block: 1.25rem !important;
13723
- }
13724
- .p-size-20--tablet-big-up {
13725
- padding: 1.25rem !important;
13726
- }
13727
- .pt-size-20--tablet-big-up {
13728
- padding-block-start: 1.25rem !important;
13729
- }
13730
- .pr-size-20--tablet-big-up {
13731
- padding-inline-end: 1.25rem !important;
13732
- }
13733
- .pb-size-20--tablet-big-up {
13734
- padding-block-end: 1.25rem !important;
13735
- }
13736
- .pl-size-20--tablet-big-up {
13737
- padding-inline-start: 1.25rem !important;
13738
- }
13739
- .px-size-20--tablet-big-up {
13740
- padding-inline: 1.25rem !important;
13741
- }
13742
- .py-size-20--tablet-big-up {
13743
- padding-block: 1.25rem !important;
13744
- }
13745
- .gap-size-20--tablet-big-up {
13746
- gap: 1.25rem !important;
13747
- }
13748
- .m-size-30--tablet-big-up {
13749
- margin: 1.875rem !important;
13750
- }
13751
- .mt-size-30--tablet-big-up {
13752
- margin-block-start: 1.875rem !important;
13753
- }
13754
- .mr-size-30--tablet-big-up {
13755
- margin-inline-end: 1.875rem !important;
13756
- }
13757
- .mb-size-30--tablet-big-up {
13758
- margin-block-end: 1.875rem !important;
13759
- }
13760
- .ml-size-30--tablet-big-up {
13761
- margin-inline-start: 1.875rem !important;
13762
- }
13763
- .mx-size-30--tablet-big-up {
13764
- margin-inline: 1.875rem !important;
13765
- }
13766
- .my-size-30--tablet-big-up {
13767
- margin-block: 1.875rem !important;
13768
- }
13769
- .p-size-30--tablet-big-up {
13770
- padding: 1.875rem !important;
13771
- }
13772
- .pt-size-30--tablet-big-up {
13773
- padding-block-start: 1.875rem !important;
13774
- }
13775
- .pr-size-30--tablet-big-up {
13776
- padding-inline-end: 1.875rem !important;
13777
- }
13778
- .pb-size-30--tablet-big-up {
13779
- padding-block-end: 1.875rem !important;
13780
- }
13781
- .pl-size-30--tablet-big-up {
13782
- padding-inline-start: 1.875rem !important;
13783
- }
13784
- .px-size-30--tablet-big-up {
13785
- padding-inline: 1.875rem !important;
13786
- }
13787
- .py-size-30--tablet-big-up {
13788
- padding-block: 1.875rem !important;
13789
- }
13790
- .gap-size-30--tablet-big-up {
13791
- gap: 1.875rem !important;
13792
- }
13793
13845
  .m-size-50--tablet-big-up {
13794
13846
  margin: 3.125rem !important;
13795
13847
  }
@@ -13835,51 +13887,6 @@ button.pkt-link {
13835
13887
  .gap-size-50--tablet-big-up {
13836
13888
  gap: 3.125rem !important;
13837
13889
  }
13838
- .m-size-60--tablet-big-up {
13839
- margin: 3.75rem !important;
13840
- }
13841
- .mt-size-60--tablet-big-up {
13842
- margin-block-start: 3.75rem !important;
13843
- }
13844
- .mr-size-60--tablet-big-up {
13845
- margin-inline-end: 3.75rem !important;
13846
- }
13847
- .mb-size-60--tablet-big-up {
13848
- margin-block-end: 3.75rem !important;
13849
- }
13850
- .ml-size-60--tablet-big-up {
13851
- margin-inline-start: 3.75rem !important;
13852
- }
13853
- .mx-size-60--tablet-big-up {
13854
- margin-inline: 3.75rem !important;
13855
- }
13856
- .my-size-60--tablet-big-up {
13857
- margin-block: 3.75rem !important;
13858
- }
13859
- .p-size-60--tablet-big-up {
13860
- padding: 3.75rem !important;
13861
- }
13862
- .pt-size-60--tablet-big-up {
13863
- padding-block-start: 3.75rem !important;
13864
- }
13865
- .pr-size-60--tablet-big-up {
13866
- padding-inline-end: 3.75rem !important;
13867
- }
13868
- .pb-size-60--tablet-big-up {
13869
- padding-block-end: 3.75rem !important;
13870
- }
13871
- .pl-size-60--tablet-big-up {
13872
- padding-inline-start: 3.75rem !important;
13873
- }
13874
- .px-size-60--tablet-big-up {
13875
- padding-inline: 3.75rem !important;
13876
- }
13877
- .py-size-60--tablet-big-up {
13878
- padding-block: 3.75rem !important;
13879
- }
13880
- .gap-size-60--tablet-big-up {
13881
- gap: 3.75rem !important;
13882
- }
13883
13890
  .m-size-75--tablet-big-up {
13884
13891
  margin: 4.6875rem !important;
13885
13892
  }
@@ -14737,6 +14744,51 @@ button.pkt-link {
14737
14744
  .gap-size-88--laptop-up {
14738
14745
  gap: 5.5rem !important;
14739
14746
  }
14747
+ .m-size-96--laptop-up {
14748
+ margin: 6rem !important;
14749
+ }
14750
+ .mt-size-96--laptop-up {
14751
+ margin-block-start: 6rem !important;
14752
+ }
14753
+ .mr-size-96--laptop-up {
14754
+ margin-inline-end: 6rem !important;
14755
+ }
14756
+ .mb-size-96--laptop-up {
14757
+ margin-block-end: 6rem !important;
14758
+ }
14759
+ .ml-size-96--laptop-up {
14760
+ margin-inline-start: 6rem !important;
14761
+ }
14762
+ .mx-size-96--laptop-up {
14763
+ margin-inline: 6rem !important;
14764
+ }
14765
+ .my-size-96--laptop-up {
14766
+ margin-block: 6rem !important;
14767
+ }
14768
+ .p-size-96--laptop-up {
14769
+ padding: 6rem !important;
14770
+ }
14771
+ .pt-size-96--laptop-up {
14772
+ padding-block-start: 6rem !important;
14773
+ }
14774
+ .pr-size-96--laptop-up {
14775
+ padding-inline-end: 6rem !important;
14776
+ }
14777
+ .pb-size-96--laptop-up {
14778
+ padding-block-end: 6rem !important;
14779
+ }
14780
+ .pl-size-96--laptop-up {
14781
+ padding-inline-start: 6rem !important;
14782
+ }
14783
+ .px-size-96--laptop-up {
14784
+ padding-inline: 6rem !important;
14785
+ }
14786
+ .py-size-96--laptop-up {
14787
+ padding-block: 6rem !important;
14788
+ }
14789
+ .gap-size-96--laptop-up {
14790
+ gap: 6rem !important;
14791
+ }
14740
14792
  .m-size-104--laptop-up {
14741
14793
  margin: 6.5rem !important;
14742
14794
  }
@@ -14827,96 +14879,6 @@ button.pkt-link {
14827
14879
  .gap-size-128--laptop-up {
14828
14880
  gap: 8rem !important;
14829
14881
  }
14830
- .m-size-148--laptop-up {
14831
- margin: 9.25rem !important;
14832
- }
14833
- .mt-size-148--laptop-up {
14834
- margin-block-start: 9.25rem !important;
14835
- }
14836
- .mr-size-148--laptop-up {
14837
- margin-inline-end: 9.25rem !important;
14838
- }
14839
- .mb-size-148--laptop-up {
14840
- margin-block-end: 9.25rem !important;
14841
- }
14842
- .ml-size-148--laptop-up {
14843
- margin-inline-start: 9.25rem !important;
14844
- }
14845
- .mx-size-148--laptop-up {
14846
- margin-inline: 9.25rem !important;
14847
- }
14848
- .my-size-148--laptop-up {
14849
- margin-block: 9.25rem !important;
14850
- }
14851
- .p-size-148--laptop-up {
14852
- padding: 9.25rem !important;
14853
- }
14854
- .pt-size-148--laptop-up {
14855
- padding-block-start: 9.25rem !important;
14856
- }
14857
- .pr-size-148--laptop-up {
14858
- padding-inline-end: 9.25rem !important;
14859
- }
14860
- .pb-size-148--laptop-up {
14861
- padding-block-end: 9.25rem !important;
14862
- }
14863
- .pl-size-148--laptop-up {
14864
- padding-inline-start: 9.25rem !important;
14865
- }
14866
- .px-size-148--laptop-up {
14867
- padding-inline: 9.25rem !important;
14868
- }
14869
- .py-size-148--laptop-up {
14870
- padding-block: 9.25rem !important;
14871
- }
14872
- .gap-size-148--laptop-up {
14873
- gap: 9.25rem !important;
14874
- }
14875
- .m-size-5--laptop-up {
14876
- margin: 0.3125rem !important;
14877
- }
14878
- .mt-size-5--laptop-up {
14879
- margin-block-start: 0.3125rem !important;
14880
- }
14881
- .mr-size-5--laptop-up {
14882
- margin-inline-end: 0.3125rem !important;
14883
- }
14884
- .mb-size-5--laptop-up {
14885
- margin-block-end: 0.3125rem !important;
14886
- }
14887
- .ml-size-5--laptop-up {
14888
- margin-inline-start: 0.3125rem !important;
14889
- }
14890
- .mx-size-5--laptop-up {
14891
- margin-inline: 0.3125rem !important;
14892
- }
14893
- .my-size-5--laptop-up {
14894
- margin-block: 0.3125rem !important;
14895
- }
14896
- .p-size-5--laptop-up {
14897
- padding: 0.3125rem !important;
14898
- }
14899
- .pt-size-5--laptop-up {
14900
- padding-block-start: 0.3125rem !important;
14901
- }
14902
- .pr-size-5--laptop-up {
14903
- padding-inline-end: 0.3125rem !important;
14904
- }
14905
- .pb-size-5--laptop-up {
14906
- padding-block-end: 0.3125rem !important;
14907
- }
14908
- .pl-size-5--laptop-up {
14909
- padding-inline-start: 0.3125rem !important;
14910
- }
14911
- .px-size-5--laptop-up {
14912
- padding-inline: 0.3125rem !important;
14913
- }
14914
- .py-size-5--laptop-up {
14915
- padding-block: 0.3125rem !important;
14916
- }
14917
- .gap-size-5--laptop-up {
14918
- gap: 0.3125rem !important;
14919
- }
14920
14882
  .m-size-10--laptop-up {
14921
14883
  margin: 0.625rem !important;
14922
14884
  }
@@ -14962,51 +14924,6 @@ button.pkt-link {
14962
14924
  .gap-size-10--laptop-up {
14963
14925
  gap: 0.625rem !important;
14964
14926
  }
14965
- .m-size-15--laptop-up {
14966
- margin: 0.9375rem !important;
14967
- }
14968
- .mt-size-15--laptop-up {
14969
- margin-block-start: 0.9375rem !important;
14970
- }
14971
- .mr-size-15--laptop-up {
14972
- margin-inline-end: 0.9375rem !important;
14973
- }
14974
- .mb-size-15--laptop-up {
14975
- margin-block-end: 0.9375rem !important;
14976
- }
14977
- .ml-size-15--laptop-up {
14978
- margin-inline-start: 0.9375rem !important;
14979
- }
14980
- .mx-size-15--laptop-up {
14981
- margin-inline: 0.9375rem !important;
14982
- }
14983
- .my-size-15--laptop-up {
14984
- margin-block: 0.9375rem !important;
14985
- }
14986
- .p-size-15--laptop-up {
14987
- padding: 0.9375rem !important;
14988
- }
14989
- .pt-size-15--laptop-up {
14990
- padding-block-start: 0.9375rem !important;
14991
- }
14992
- .pr-size-15--laptop-up {
14993
- padding-inline-end: 0.9375rem !important;
14994
- }
14995
- .pb-size-15--laptop-up {
14996
- padding-block-end: 0.9375rem !important;
14997
- }
14998
- .pl-size-15--laptop-up {
14999
- padding-inline-start: 0.9375rem !important;
15000
- }
15001
- .px-size-15--laptop-up {
15002
- padding-inline: 0.9375rem !important;
15003
- }
15004
- .py-size-15--laptop-up {
15005
- padding-block: 0.9375rem !important;
15006
- }
15007
- .gap-size-15--laptop-up {
15008
- gap: 0.9375rem !important;
15009
- }
15010
14927
  .m-size-20--laptop-up {
15011
14928
  margin: 1.25rem !important;
15012
14929
  }
@@ -15097,51 +15014,6 @@ button.pkt-link {
15097
15014
  .gap-size-30--laptop-up {
15098
15015
  gap: 1.875rem !important;
15099
15016
  }
15100
- .m-size-50--laptop-up {
15101
- margin: 3.125rem !important;
15102
- }
15103
- .mt-size-50--laptop-up {
15104
- margin-block-start: 3.125rem !important;
15105
- }
15106
- .mr-size-50--laptop-up {
15107
- margin-inline-end: 3.125rem !important;
15108
- }
15109
- .mb-size-50--laptop-up {
15110
- margin-block-end: 3.125rem !important;
15111
- }
15112
- .ml-size-50--laptop-up {
15113
- margin-inline-start: 3.125rem !important;
15114
- }
15115
- .mx-size-50--laptop-up {
15116
- margin-inline: 3.125rem !important;
15117
- }
15118
- .my-size-50--laptop-up {
15119
- margin-block: 3.125rem !important;
15120
- }
15121
- .p-size-50--laptop-up {
15122
- padding: 3.125rem !important;
15123
- }
15124
- .pt-size-50--laptop-up {
15125
- padding-block-start: 3.125rem !important;
15126
- }
15127
- .pr-size-50--laptop-up {
15128
- padding-inline-end: 3.125rem !important;
15129
- }
15130
- .pb-size-50--laptop-up {
15131
- padding-block-end: 3.125rem !important;
15132
- }
15133
- .pl-size-50--laptop-up {
15134
- padding-inline-start: 3.125rem !important;
15135
- }
15136
- .px-size-50--laptop-up {
15137
- padding-inline: 3.125rem !important;
15138
- }
15139
- .py-size-50--laptop-up {
15140
- padding-block: 3.125rem !important;
15141
- }
15142
- .gap-size-50--laptop-up {
15143
- gap: 3.125rem !important;
15144
- }
15145
15017
  .m-size-60--laptop-up {
15146
15018
  margin: 3.75rem !important;
15147
15019
  }
@@ -15187,6 +15059,141 @@ button.pkt-link {
15187
15059
  .gap-size-60--laptop-up {
15188
15060
  gap: 3.75rem !important;
15189
15061
  }
15062
+ .m-size-5--laptop-up {
15063
+ margin: 0.3125rem !important;
15064
+ }
15065
+ .mt-size-5--laptop-up {
15066
+ margin-block-start: 0.3125rem !important;
15067
+ }
15068
+ .mr-size-5--laptop-up {
15069
+ margin-inline-end: 0.3125rem !important;
15070
+ }
15071
+ .mb-size-5--laptop-up {
15072
+ margin-block-end: 0.3125rem !important;
15073
+ }
15074
+ .ml-size-5--laptop-up {
15075
+ margin-inline-start: 0.3125rem !important;
15076
+ }
15077
+ .mx-size-5--laptop-up {
15078
+ margin-inline: 0.3125rem !important;
15079
+ }
15080
+ .my-size-5--laptop-up {
15081
+ margin-block: 0.3125rem !important;
15082
+ }
15083
+ .p-size-5--laptop-up {
15084
+ padding: 0.3125rem !important;
15085
+ }
15086
+ .pt-size-5--laptop-up {
15087
+ padding-block-start: 0.3125rem !important;
15088
+ }
15089
+ .pr-size-5--laptop-up {
15090
+ padding-inline-end: 0.3125rem !important;
15091
+ }
15092
+ .pb-size-5--laptop-up {
15093
+ padding-block-end: 0.3125rem !important;
15094
+ }
15095
+ .pl-size-5--laptop-up {
15096
+ padding-inline-start: 0.3125rem !important;
15097
+ }
15098
+ .px-size-5--laptop-up {
15099
+ padding-inline: 0.3125rem !important;
15100
+ }
15101
+ .py-size-5--laptop-up {
15102
+ padding-block: 0.3125rem !important;
15103
+ }
15104
+ .gap-size-5--laptop-up {
15105
+ gap: 0.3125rem !important;
15106
+ }
15107
+ .m-size-15--laptop-up {
15108
+ margin: 0.9375rem !important;
15109
+ }
15110
+ .mt-size-15--laptop-up {
15111
+ margin-block-start: 0.9375rem !important;
15112
+ }
15113
+ .mr-size-15--laptop-up {
15114
+ margin-inline-end: 0.9375rem !important;
15115
+ }
15116
+ .mb-size-15--laptop-up {
15117
+ margin-block-end: 0.9375rem !important;
15118
+ }
15119
+ .ml-size-15--laptop-up {
15120
+ margin-inline-start: 0.9375rem !important;
15121
+ }
15122
+ .mx-size-15--laptop-up {
15123
+ margin-inline: 0.9375rem !important;
15124
+ }
15125
+ .my-size-15--laptop-up {
15126
+ margin-block: 0.9375rem !important;
15127
+ }
15128
+ .p-size-15--laptop-up {
15129
+ padding: 0.9375rem !important;
15130
+ }
15131
+ .pt-size-15--laptop-up {
15132
+ padding-block-start: 0.9375rem !important;
15133
+ }
15134
+ .pr-size-15--laptop-up {
15135
+ padding-inline-end: 0.9375rem !important;
15136
+ }
15137
+ .pb-size-15--laptop-up {
15138
+ padding-block-end: 0.9375rem !important;
15139
+ }
15140
+ .pl-size-15--laptop-up {
15141
+ padding-inline-start: 0.9375rem !important;
15142
+ }
15143
+ .px-size-15--laptop-up {
15144
+ padding-inline: 0.9375rem !important;
15145
+ }
15146
+ .py-size-15--laptop-up {
15147
+ padding-block: 0.9375rem !important;
15148
+ }
15149
+ .gap-size-15--laptop-up {
15150
+ gap: 0.9375rem !important;
15151
+ }
15152
+ .m-size-50--laptop-up {
15153
+ margin: 3.125rem !important;
15154
+ }
15155
+ .mt-size-50--laptop-up {
15156
+ margin-block-start: 3.125rem !important;
15157
+ }
15158
+ .mr-size-50--laptop-up {
15159
+ margin-inline-end: 3.125rem !important;
15160
+ }
15161
+ .mb-size-50--laptop-up {
15162
+ margin-block-end: 3.125rem !important;
15163
+ }
15164
+ .ml-size-50--laptop-up {
15165
+ margin-inline-start: 3.125rem !important;
15166
+ }
15167
+ .mx-size-50--laptop-up {
15168
+ margin-inline: 3.125rem !important;
15169
+ }
15170
+ .my-size-50--laptop-up {
15171
+ margin-block: 3.125rem !important;
15172
+ }
15173
+ .p-size-50--laptop-up {
15174
+ padding: 3.125rem !important;
15175
+ }
15176
+ .pt-size-50--laptop-up {
15177
+ padding-block-start: 3.125rem !important;
15178
+ }
15179
+ .pr-size-50--laptop-up {
15180
+ padding-inline-end: 3.125rem !important;
15181
+ }
15182
+ .pb-size-50--laptop-up {
15183
+ padding-block-end: 3.125rem !important;
15184
+ }
15185
+ .pl-size-50--laptop-up {
15186
+ padding-inline-start: 3.125rem !important;
15187
+ }
15188
+ .px-size-50--laptop-up {
15189
+ padding-inline: 3.125rem !important;
15190
+ }
15191
+ .py-size-50--laptop-up {
15192
+ padding-block: 3.125rem !important;
15193
+ }
15194
+ .gap-size-50--laptop-up {
15195
+ gap: 3.125rem !important;
15196
+ }
15190
15197
  .m-size-75--laptop-up {
15191
15198
  margin: 4.6875rem !important;
15192
15199
  }
@@ -16044,6 +16051,51 @@ button.pkt-link {
16044
16051
  .gap-size-88--desktop-up {
16045
16052
  gap: 5.5rem !important;
16046
16053
  }
16054
+ .m-size-96--desktop-up {
16055
+ margin: 6rem !important;
16056
+ }
16057
+ .mt-size-96--desktop-up {
16058
+ margin-block-start: 6rem !important;
16059
+ }
16060
+ .mr-size-96--desktop-up {
16061
+ margin-inline-end: 6rem !important;
16062
+ }
16063
+ .mb-size-96--desktop-up {
16064
+ margin-block-end: 6rem !important;
16065
+ }
16066
+ .ml-size-96--desktop-up {
16067
+ margin-inline-start: 6rem !important;
16068
+ }
16069
+ .mx-size-96--desktop-up {
16070
+ margin-inline: 6rem !important;
16071
+ }
16072
+ .my-size-96--desktop-up {
16073
+ margin-block: 6rem !important;
16074
+ }
16075
+ .p-size-96--desktop-up {
16076
+ padding: 6rem !important;
16077
+ }
16078
+ .pt-size-96--desktop-up {
16079
+ padding-block-start: 6rem !important;
16080
+ }
16081
+ .pr-size-96--desktop-up {
16082
+ padding-inline-end: 6rem !important;
16083
+ }
16084
+ .pb-size-96--desktop-up {
16085
+ padding-block-end: 6rem !important;
16086
+ }
16087
+ .pl-size-96--desktop-up {
16088
+ padding-inline-start: 6rem !important;
16089
+ }
16090
+ .px-size-96--desktop-up {
16091
+ padding-inline: 6rem !important;
16092
+ }
16093
+ .py-size-96--desktop-up {
16094
+ padding-block: 6rem !important;
16095
+ }
16096
+ .gap-size-96--desktop-up {
16097
+ gap: 6rem !important;
16098
+ }
16047
16099
  .m-size-104--desktop-up {
16048
16100
  margin: 6.5rem !important;
16049
16101
  }
@@ -16111,118 +16163,28 @@ button.pkt-link {
16111
16163
  margin-block: 8rem !important;
16112
16164
  }
16113
16165
  .p-size-128--desktop-up {
16114
- padding: 8rem !important;
16115
- }
16116
- .pt-size-128--desktop-up {
16117
- padding-block-start: 8rem !important;
16118
- }
16119
- .pr-size-128--desktop-up {
16120
- padding-inline-end: 8rem !important;
16121
- }
16122
- .pb-size-128--desktop-up {
16123
- padding-block-end: 8rem !important;
16124
- }
16125
- .pl-size-128--desktop-up {
16126
- padding-inline-start: 8rem !important;
16127
- }
16128
- .px-size-128--desktop-up {
16129
- padding-inline: 8rem !important;
16130
- }
16131
- .py-size-128--desktop-up {
16132
- padding-block: 8rem !important;
16133
- }
16134
- .gap-size-128--desktop-up {
16135
- gap: 8rem !important;
16136
- }
16137
- .m-size-148--desktop-up {
16138
- margin: 9.25rem !important;
16139
- }
16140
- .mt-size-148--desktop-up {
16141
- margin-block-start: 9.25rem !important;
16142
- }
16143
- .mr-size-148--desktop-up {
16144
- margin-inline-end: 9.25rem !important;
16145
- }
16146
- .mb-size-148--desktop-up {
16147
- margin-block-end: 9.25rem !important;
16148
- }
16149
- .ml-size-148--desktop-up {
16150
- margin-inline-start: 9.25rem !important;
16151
- }
16152
- .mx-size-148--desktop-up {
16153
- margin-inline: 9.25rem !important;
16154
- }
16155
- .my-size-148--desktop-up {
16156
- margin-block: 9.25rem !important;
16157
- }
16158
- .p-size-148--desktop-up {
16159
- padding: 9.25rem !important;
16160
- }
16161
- .pt-size-148--desktop-up {
16162
- padding-block-start: 9.25rem !important;
16163
- }
16164
- .pr-size-148--desktop-up {
16165
- padding-inline-end: 9.25rem !important;
16166
- }
16167
- .pb-size-148--desktop-up {
16168
- padding-block-end: 9.25rem !important;
16169
- }
16170
- .pl-size-148--desktop-up {
16171
- padding-inline-start: 9.25rem !important;
16172
- }
16173
- .px-size-148--desktop-up {
16174
- padding-inline: 9.25rem !important;
16175
- }
16176
- .py-size-148--desktop-up {
16177
- padding-block: 9.25rem !important;
16178
- }
16179
- .gap-size-148--desktop-up {
16180
- gap: 9.25rem !important;
16181
- }
16182
- .m-size-5--desktop-up {
16183
- margin: 0.3125rem !important;
16184
- }
16185
- .mt-size-5--desktop-up {
16186
- margin-block-start: 0.3125rem !important;
16187
- }
16188
- .mr-size-5--desktop-up {
16189
- margin-inline-end: 0.3125rem !important;
16190
- }
16191
- .mb-size-5--desktop-up {
16192
- margin-block-end: 0.3125rem !important;
16193
- }
16194
- .ml-size-5--desktop-up {
16195
- margin-inline-start: 0.3125rem !important;
16196
- }
16197
- .mx-size-5--desktop-up {
16198
- margin-inline: 0.3125rem !important;
16199
- }
16200
- .my-size-5--desktop-up {
16201
- margin-block: 0.3125rem !important;
16202
- }
16203
- .p-size-5--desktop-up {
16204
- padding: 0.3125rem !important;
16166
+ padding: 8rem !important;
16205
16167
  }
16206
- .pt-size-5--desktop-up {
16207
- padding-block-start: 0.3125rem !important;
16168
+ .pt-size-128--desktop-up {
16169
+ padding-block-start: 8rem !important;
16208
16170
  }
16209
- .pr-size-5--desktop-up {
16210
- padding-inline-end: 0.3125rem !important;
16171
+ .pr-size-128--desktop-up {
16172
+ padding-inline-end: 8rem !important;
16211
16173
  }
16212
- .pb-size-5--desktop-up {
16213
- padding-block-end: 0.3125rem !important;
16174
+ .pb-size-128--desktop-up {
16175
+ padding-block-end: 8rem !important;
16214
16176
  }
16215
- .pl-size-5--desktop-up {
16216
- padding-inline-start: 0.3125rem !important;
16177
+ .pl-size-128--desktop-up {
16178
+ padding-inline-start: 8rem !important;
16217
16179
  }
16218
- .px-size-5--desktop-up {
16219
- padding-inline: 0.3125rem !important;
16180
+ .px-size-128--desktop-up {
16181
+ padding-inline: 8rem !important;
16220
16182
  }
16221
- .py-size-5--desktop-up {
16222
- padding-block: 0.3125rem !important;
16183
+ .py-size-128--desktop-up {
16184
+ padding-block: 8rem !important;
16223
16185
  }
16224
- .gap-size-5--desktop-up {
16225
- gap: 0.3125rem !important;
16186
+ .gap-size-128--desktop-up {
16187
+ gap: 8rem !important;
16226
16188
  }
16227
16189
  .m-size-10--desktop-up {
16228
16190
  margin: 0.625rem !important;
@@ -16269,51 +16231,6 @@ button.pkt-link {
16269
16231
  .gap-size-10--desktop-up {
16270
16232
  gap: 0.625rem !important;
16271
16233
  }
16272
- .m-size-15--desktop-up {
16273
- margin: 0.9375rem !important;
16274
- }
16275
- .mt-size-15--desktop-up {
16276
- margin-block-start: 0.9375rem !important;
16277
- }
16278
- .mr-size-15--desktop-up {
16279
- margin-inline-end: 0.9375rem !important;
16280
- }
16281
- .mb-size-15--desktop-up {
16282
- margin-block-end: 0.9375rem !important;
16283
- }
16284
- .ml-size-15--desktop-up {
16285
- margin-inline-start: 0.9375rem !important;
16286
- }
16287
- .mx-size-15--desktop-up {
16288
- margin-inline: 0.9375rem !important;
16289
- }
16290
- .my-size-15--desktop-up {
16291
- margin-block: 0.9375rem !important;
16292
- }
16293
- .p-size-15--desktop-up {
16294
- padding: 0.9375rem !important;
16295
- }
16296
- .pt-size-15--desktop-up {
16297
- padding-block-start: 0.9375rem !important;
16298
- }
16299
- .pr-size-15--desktop-up {
16300
- padding-inline-end: 0.9375rem !important;
16301
- }
16302
- .pb-size-15--desktop-up {
16303
- padding-block-end: 0.9375rem !important;
16304
- }
16305
- .pl-size-15--desktop-up {
16306
- padding-inline-start: 0.9375rem !important;
16307
- }
16308
- .px-size-15--desktop-up {
16309
- padding-inline: 0.9375rem !important;
16310
- }
16311
- .py-size-15--desktop-up {
16312
- padding-block: 0.9375rem !important;
16313
- }
16314
- .gap-size-15--desktop-up {
16315
- gap: 0.9375rem !important;
16316
- }
16317
16234
  .m-size-20--desktop-up {
16318
16235
  margin: 1.25rem !important;
16319
16236
  }
@@ -16404,51 +16321,6 @@ button.pkt-link {
16404
16321
  .gap-size-30--desktop-up {
16405
16322
  gap: 1.875rem !important;
16406
16323
  }
16407
- .m-size-50--desktop-up {
16408
- margin: 3.125rem !important;
16409
- }
16410
- .mt-size-50--desktop-up {
16411
- margin-block-start: 3.125rem !important;
16412
- }
16413
- .mr-size-50--desktop-up {
16414
- margin-inline-end: 3.125rem !important;
16415
- }
16416
- .mb-size-50--desktop-up {
16417
- margin-block-end: 3.125rem !important;
16418
- }
16419
- .ml-size-50--desktop-up {
16420
- margin-inline-start: 3.125rem !important;
16421
- }
16422
- .mx-size-50--desktop-up {
16423
- margin-inline: 3.125rem !important;
16424
- }
16425
- .my-size-50--desktop-up {
16426
- margin-block: 3.125rem !important;
16427
- }
16428
- .p-size-50--desktop-up {
16429
- padding: 3.125rem !important;
16430
- }
16431
- .pt-size-50--desktop-up {
16432
- padding-block-start: 3.125rem !important;
16433
- }
16434
- .pr-size-50--desktop-up {
16435
- padding-inline-end: 3.125rem !important;
16436
- }
16437
- .pb-size-50--desktop-up {
16438
- padding-block-end: 3.125rem !important;
16439
- }
16440
- .pl-size-50--desktop-up {
16441
- padding-inline-start: 3.125rem !important;
16442
- }
16443
- .px-size-50--desktop-up {
16444
- padding-inline: 3.125rem !important;
16445
- }
16446
- .py-size-50--desktop-up {
16447
- padding-block: 3.125rem !important;
16448
- }
16449
- .gap-size-50--desktop-up {
16450
- gap: 3.125rem !important;
16451
- }
16452
16324
  .m-size-60--desktop-up {
16453
16325
  margin: 3.75rem !important;
16454
16326
  }
@@ -16494,6 +16366,141 @@ button.pkt-link {
16494
16366
  .gap-size-60--desktop-up {
16495
16367
  gap: 3.75rem !important;
16496
16368
  }
16369
+ .m-size-5--desktop-up {
16370
+ margin: 0.3125rem !important;
16371
+ }
16372
+ .mt-size-5--desktop-up {
16373
+ margin-block-start: 0.3125rem !important;
16374
+ }
16375
+ .mr-size-5--desktop-up {
16376
+ margin-inline-end: 0.3125rem !important;
16377
+ }
16378
+ .mb-size-5--desktop-up {
16379
+ margin-block-end: 0.3125rem !important;
16380
+ }
16381
+ .ml-size-5--desktop-up {
16382
+ margin-inline-start: 0.3125rem !important;
16383
+ }
16384
+ .mx-size-5--desktop-up {
16385
+ margin-inline: 0.3125rem !important;
16386
+ }
16387
+ .my-size-5--desktop-up {
16388
+ margin-block: 0.3125rem !important;
16389
+ }
16390
+ .p-size-5--desktop-up {
16391
+ padding: 0.3125rem !important;
16392
+ }
16393
+ .pt-size-5--desktop-up {
16394
+ padding-block-start: 0.3125rem !important;
16395
+ }
16396
+ .pr-size-5--desktop-up {
16397
+ padding-inline-end: 0.3125rem !important;
16398
+ }
16399
+ .pb-size-5--desktop-up {
16400
+ padding-block-end: 0.3125rem !important;
16401
+ }
16402
+ .pl-size-5--desktop-up {
16403
+ padding-inline-start: 0.3125rem !important;
16404
+ }
16405
+ .px-size-5--desktop-up {
16406
+ padding-inline: 0.3125rem !important;
16407
+ }
16408
+ .py-size-5--desktop-up {
16409
+ padding-block: 0.3125rem !important;
16410
+ }
16411
+ .gap-size-5--desktop-up {
16412
+ gap: 0.3125rem !important;
16413
+ }
16414
+ .m-size-15--desktop-up {
16415
+ margin: 0.9375rem !important;
16416
+ }
16417
+ .mt-size-15--desktop-up {
16418
+ margin-block-start: 0.9375rem !important;
16419
+ }
16420
+ .mr-size-15--desktop-up {
16421
+ margin-inline-end: 0.9375rem !important;
16422
+ }
16423
+ .mb-size-15--desktop-up {
16424
+ margin-block-end: 0.9375rem !important;
16425
+ }
16426
+ .ml-size-15--desktop-up {
16427
+ margin-inline-start: 0.9375rem !important;
16428
+ }
16429
+ .mx-size-15--desktop-up {
16430
+ margin-inline: 0.9375rem !important;
16431
+ }
16432
+ .my-size-15--desktop-up {
16433
+ margin-block: 0.9375rem !important;
16434
+ }
16435
+ .p-size-15--desktop-up {
16436
+ padding: 0.9375rem !important;
16437
+ }
16438
+ .pt-size-15--desktop-up {
16439
+ padding-block-start: 0.9375rem !important;
16440
+ }
16441
+ .pr-size-15--desktop-up {
16442
+ padding-inline-end: 0.9375rem !important;
16443
+ }
16444
+ .pb-size-15--desktop-up {
16445
+ padding-block-end: 0.9375rem !important;
16446
+ }
16447
+ .pl-size-15--desktop-up {
16448
+ padding-inline-start: 0.9375rem !important;
16449
+ }
16450
+ .px-size-15--desktop-up {
16451
+ padding-inline: 0.9375rem !important;
16452
+ }
16453
+ .py-size-15--desktop-up {
16454
+ padding-block: 0.9375rem !important;
16455
+ }
16456
+ .gap-size-15--desktop-up {
16457
+ gap: 0.9375rem !important;
16458
+ }
16459
+ .m-size-50--desktop-up {
16460
+ margin: 3.125rem !important;
16461
+ }
16462
+ .mt-size-50--desktop-up {
16463
+ margin-block-start: 3.125rem !important;
16464
+ }
16465
+ .mr-size-50--desktop-up {
16466
+ margin-inline-end: 3.125rem !important;
16467
+ }
16468
+ .mb-size-50--desktop-up {
16469
+ margin-block-end: 3.125rem !important;
16470
+ }
16471
+ .ml-size-50--desktop-up {
16472
+ margin-inline-start: 3.125rem !important;
16473
+ }
16474
+ .mx-size-50--desktop-up {
16475
+ margin-inline: 3.125rem !important;
16476
+ }
16477
+ .my-size-50--desktop-up {
16478
+ margin-block: 3.125rem !important;
16479
+ }
16480
+ .p-size-50--desktop-up {
16481
+ padding: 3.125rem !important;
16482
+ }
16483
+ .pt-size-50--desktop-up {
16484
+ padding-block-start: 3.125rem !important;
16485
+ }
16486
+ .pr-size-50--desktop-up {
16487
+ padding-inline-end: 3.125rem !important;
16488
+ }
16489
+ .pb-size-50--desktop-up {
16490
+ padding-block-end: 3.125rem !important;
16491
+ }
16492
+ .pl-size-50--desktop-up {
16493
+ padding-inline-start: 3.125rem !important;
16494
+ }
16495
+ .px-size-50--desktop-up {
16496
+ padding-inline: 3.125rem !important;
16497
+ }
16498
+ .py-size-50--desktop-up {
16499
+ padding-block: 3.125rem !important;
16500
+ }
16501
+ .gap-size-50--desktop-up {
16502
+ gap: 3.125rem !important;
16503
+ }
16497
16504
  .m-size-75--desktop-up {
16498
16505
  margin: 4.6875rem !important;
16499
16506
  }
@@ -17464,7 +17471,7 @@ div.pkt-btn:not([data-disabled]):active, .pkt-btn:enabled:active, .pkt-btn:activ
17464
17471
  box-shadow: 0px 0px 0px 0.125rem var(--pkt-color-input-border-active), 0px 0px 0px 0.375rem var(--pkt-color-border-states-focus);
17465
17472
  }
17466
17473
  .pkt-input-check__input-checkbox:indeterminate[type=checkbox]:not([role=switch]) {
17467
- --svg: url(https://punkt-cdn.oslo.kommune.no/17.1/icons/minus-sign.svg);
17474
+ --svg: url(https://punkt-cdn.oslo.kommune.no/18.0/icons/minus-sign.svg);
17468
17475
  position: relative;
17469
17476
  background-color: var(--pkt-color-input-border-normal);
17470
17477
  }
@@ -17490,7 +17497,7 @@ div.pkt-btn:not([data-disabled]):active, .pkt-btn:enabled:active, .pkt-btn:activ
17490
17497
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(271deg) brightness(105%) contrast(101%);
17491
17498
  }
17492
17499
  .pkt-input-check__input-checkbox:checked[type=checkbox] {
17493
- --svg: url(https://punkt-cdn.oslo.kommune.no/17.1/icons/check-medium.svg);
17500
+ --svg: url(https://punkt-cdn.oslo.kommune.no/18.0/icons/check-medium.svg);
17494
17501
  position: relative;
17495
17502
  background-color: var(--pkt-color-input-border-normal);
17496
17503
  }
@@ -17548,7 +17555,7 @@ div.pkt-btn:not([data-disabled]):active, .pkt-btn:enabled:active, .pkt-btn:activ
17548
17555
  cursor: not-allowed;
17549
17556
  }
17550
17557
  .pkt-input-check__input-checkbox:disabled[type=checkbox][role=switch]:checked:after {
17551
- --svg: url(https://punkt-cdn.oslo.kommune.no/17.1/icons/check-medium.svg);
17558
+ --svg: url(https://punkt-cdn.oslo.kommune.no/18.0/icons/check-medium.svg);
17552
17559
  --pkt-color-input-check-border: var(--pkt-color-input-border-normal);
17553
17560
  filter: grayscale(100%) brightness(400%);
17554
17561
  }
@@ -17811,7 +17818,7 @@ pkt-select {
17811
17818
  padding-right: 3rem;
17812
17819
  }
17813
17820
  .pkt-input:is(select):not([multiple]) {
17814
- --svg: url(https://punkt-cdn.oslo.kommune.no/17.1/icons/chevron-thin-down.svg);
17821
+ --svg: url(https://punkt-cdn.oslo.kommune.no/18.0/icons/chevron-thin-down.svg);
17815
17822
  background-image: var(--svg);
17816
17823
  background-repeat: no-repeat;
17817
17824
  background-position: right 0.7rem top 50%;
@@ -21877,7 +21884,7 @@ a.pkt-footer-simple__link:hover {
21877
21884
  padding: 0;
21878
21885
  display: grid;
21879
21886
  grid-template-columns: 1fr;
21880
- gap: 1.25rem;
21887
+ gap: 1.5rem;
21881
21888
  }
21882
21889
  @supports not (container-type: inline-size) {
21883
21890
  @media screen and (min-width: 48rem) {