@innovastudio/contentbox 1.6.74 → 1.6.76

Sign up to get free protection for your applications and to get access to all the features.
@@ -1399,7 +1399,9 @@ body.controlpanel .is-wrapper {
1399
1399
  }
1400
1400
  .builder-ui .is-controlpanel .panel-image .asset-preview img,
1401
1401
  .builder-ui .is-controlpanel .panel-box .asset-preview img,
1402
- .builder-ui .is-controlpanel .panel-block .asset-preview img {
1402
+ .builder-ui .is-controlpanel .panel-block .asset-preview img,
1403
+ .builder-ui .is-controlpanel .panel-column .asset-preview img,
1404
+ .builder-ui .is-controlpanel .panel-row .asset-preview img {
1403
1405
  max-width: 130px;
1404
1406
  max-height: 130px;
1405
1407
  }
@@ -3132,3 +3134,1135 @@ body.fullview.topspace .is-content-view iframe {
3132
3134
  .is-content-view.transition-none {
3133
3135
  transition: none !important;
3134
3136
  }
3137
+
3138
+ /* content.css */
3139
+ #_cbhtml {
3140
+ /* Text Formatting */
3141
+ /* Opacity */
3142
+ /* flex */
3143
+ /* border */
3144
+ /* height */
3145
+ /* colors */
3146
+ /* text colors */
3147
+ /* width */
3148
+ /* height */
3149
+ /* others */
3150
+ }
3151
+ #_cbhtml h1, #_cbhtml h2, #_cbhtml h3, #_cbhtml h4, #_cbhtml h5, #_cbhtml h6 {
3152
+ font-weight: 500;
3153
+ line-height: 1.17;
3154
+ }
3155
+ #_cbhtml h1 {
3156
+ font-size: 2.5rem;
3157
+ margin: 1.2rem 0 1.2rem;
3158
+ }
3159
+ #_cbhtml h2 {
3160
+ font-size: 2rem;
3161
+ margin: 1rem 0 1rem;
3162
+ }
3163
+ #_cbhtml h3 {
3164
+ font-size: 1.73rem;
3165
+ margin: 1rem 0 1rem;
3166
+ }
3167
+ #_cbhtml h4 {
3168
+ font-size: 1.5rem;
3169
+ margin: 0.5rem 0 0.5rem;
3170
+ }
3171
+ #_cbhtml h5 {
3172
+ font-size: 1.25rem;
3173
+ margin: 0.5rem 0 0.5rem;
3174
+ }
3175
+ #_cbhtml h6 {
3176
+ font-size: 1rem;
3177
+ margin: 0.5rem 0 0.5rem;
3178
+ }
3179
+ #_cbhtml p {
3180
+ margin: 0.8rem 0 0.8rem;
3181
+ }
3182
+ #_cbhtml ul, #_cbhtml ol {
3183
+ margin: 0 0 1rem;
3184
+ padding-inline-start: 20px;
3185
+ }
3186
+ #_cbhtml a {
3187
+ color: #000;
3188
+ }
3189
+ #_cbhtml .font-thin {
3190
+ font-weight: 100 !important;
3191
+ }
3192
+ #_cbhtml .font-extralight {
3193
+ font-weight: 200 !important;
3194
+ }
3195
+ #_cbhtml .font-light {
3196
+ font-weight: 300 !important;
3197
+ }
3198
+ #_cbhtml .font-normal {
3199
+ font-weight: 400 !important;
3200
+ }
3201
+ #_cbhtml .font-medium {
3202
+ font-weight: 500 !important;
3203
+ }
3204
+ #_cbhtml .font-semibold {
3205
+ font-weight: 600 !important;
3206
+ }
3207
+ #_cbhtml .font-bold {
3208
+ font-weight: 700 !important;
3209
+ }
3210
+ #_cbhtml .font-extrabold {
3211
+ font-weight: 800 !important;
3212
+ }
3213
+ #_cbhtml .font-black {
3214
+ font-weight: 900 !important;
3215
+ }
3216
+ #_cbhtml .italic {
3217
+ font-style: italic !important;
3218
+ }
3219
+ #_cbhtml .not-italic {
3220
+ font-style: normal !important;
3221
+ }
3222
+ #_cbhtml .display .italic {
3223
+ font-style: italic !important;
3224
+ }
3225
+ #_cbhtml .display .not-italic {
3226
+ font-style: normal !important;
3227
+ }
3228
+ #_cbhtml .underline {
3229
+ -webkit-text-decoration-line: underline !important;
3230
+ text-decoration-line: underline !important;
3231
+ }
3232
+ #_cbhtml .line-through {
3233
+ -webkit-text-decoration-line: line-through !important;
3234
+ text-decoration-line: line-through !important;
3235
+ }
3236
+ #_cbhtml .no-underline {
3237
+ -webkit-text-decoration-line: none !important;
3238
+ text-decoration-line: none !important;
3239
+ }
3240
+ #_cbhtml .uppercase {
3241
+ text-transform: uppercase !important;
3242
+ }
3243
+ #_cbhtml .lowercase {
3244
+ text-transform: lowercase !important;
3245
+ }
3246
+ #_cbhtml .capitalize {
3247
+ text-transform: capitalize !important;
3248
+ }
3249
+ #_cbhtml .normal-case {
3250
+ text-transform: none !important;
3251
+ }
3252
+ #_cbhtml .text-left {
3253
+ text-align: left;
3254
+ }
3255
+ #_cbhtml .text-center {
3256
+ text-align: center;
3257
+ }
3258
+ #_cbhtml .text-right {
3259
+ text-align: right;
3260
+ }
3261
+ #_cbhtml .text-justify {
3262
+ text-align: justify;
3263
+ }
3264
+ #_cbhtml .sub, #_cbhtml .sup {
3265
+ font-size: 75%;
3266
+ line-height: 0;
3267
+ position: relative;
3268
+ vertical-align: baseline;
3269
+ }
3270
+ #_cbhtml .sup {
3271
+ top: -0.3em;
3272
+ vertical-align: super;
3273
+ }
3274
+ #_cbhtml .sub {
3275
+ bottom: -0.25em;
3276
+ vertical-align: sub;
3277
+ }
3278
+ #_cbhtml .tracking--100 {
3279
+ letter-spacing: -0.1em !important;
3280
+ }
3281
+ #_cbhtml .tracking--75 {
3282
+ letter-spacing: -0.075em !important;
3283
+ }
3284
+ #_cbhtml .tracking--50, #_cbhtml .tracking-tighter {
3285
+ letter-spacing: -0.05em !important;
3286
+ }
3287
+ #_cbhtml .tracking--25, #_cbhtml .tracking-tight {
3288
+ letter-spacing: -0.025em !important;
3289
+ }
3290
+ #_cbhtml .tracking-0, #_cbhtml .tracking-normal {
3291
+ letter-spacing: 0em !important;
3292
+ }
3293
+ #_cbhtml .tracking-25, #_cbhtml .tracking-wide {
3294
+ letter-spacing: 0.025em !important;
3295
+ }
3296
+ #_cbhtml .tracking-50, #_cbhtml .tracking-wider {
3297
+ letter-spacing: 0.05em !important;
3298
+ }
3299
+ #_cbhtml .tracking-75 {
3300
+ letter-spacing: 0.075em !important;
3301
+ }
3302
+ #_cbhtml .tracking-100, #_cbhtml .tracking-widest {
3303
+ letter-spacing: 0.1em !important;
3304
+ }
3305
+ #_cbhtml .tracking-125 {
3306
+ letter-spacing: 0.125em !important;
3307
+ }
3308
+ #_cbhtml .tracking-150 {
3309
+ letter-spacing: 0.15em !important;
3310
+ }
3311
+ #_cbhtml .tracking-175 {
3312
+ letter-spacing: 0.175em !important;
3313
+ }
3314
+ #_cbhtml .tracking-200 {
3315
+ letter-spacing: 0.2em !important;
3316
+ }
3317
+ #_cbhtml .tracking-225 {
3318
+ letter-spacing: 0.225em !important;
3319
+ }
3320
+ #_cbhtml .tracking-250 {
3321
+ letter-spacing: 0.25em !important;
3322
+ }
3323
+ #_cbhtml .tracking-275 {
3324
+ letter-spacing: 0.275em !important;
3325
+ }
3326
+ #_cbhtml .tracking-300 {
3327
+ letter-spacing: 0.3em !important;
3328
+ }
3329
+ #_cbhtml .tracking-325 {
3330
+ letter-spacing: 0.325em !important;
3331
+ }
3332
+ #_cbhtml .tracking-350 {
3333
+ letter-spacing: 0.35em !important;
3334
+ }
3335
+ #_cbhtml .tracking-375 {
3336
+ letter-spacing: 0.375em !important;
3337
+ }
3338
+ #_cbhtml .tracking-400 {
3339
+ letter-spacing: 0.4em !important;
3340
+ }
3341
+ #_cbhtml .tracking-425 {
3342
+ letter-spacing: 0.425em !important;
3343
+ }
3344
+ #_cbhtml .tracking-450 {
3345
+ letter-spacing: 0.45em !important;
3346
+ }
3347
+ #_cbhtml .tracking-475 {
3348
+ letter-spacing: 0.475em !important;
3349
+ }
3350
+ #_cbhtml .tracking-500 {
3351
+ letter-spacing: 0.5em !important;
3352
+ }
3353
+ #_cbhtml .leading-05 {
3354
+ line-height: 0.5 !important;
3355
+ }
3356
+ #_cbhtml .leading-06 {
3357
+ line-height: 0.6 !important;
3358
+ }
3359
+ #_cbhtml .leading-07 {
3360
+ line-height: 0.7 !important;
3361
+ }
3362
+ #_cbhtml .leading-08 {
3363
+ line-height: 0.8 !important;
3364
+ }
3365
+ #_cbhtml .leading-09 {
3366
+ line-height: 0.9 !important;
3367
+ }
3368
+ #_cbhtml .leading-10, #_cbhtml .leading-none {
3369
+ line-height: 1 !important;
3370
+ }
3371
+ #_cbhtml .leading-11 {
3372
+ line-height: 1.1 !important;
3373
+ }
3374
+ #_cbhtml .leading-12 {
3375
+ line-height: 1.2 !important;
3376
+ }
3377
+ #_cbhtml .leading-tight {
3378
+ line-height: 1.25 !important;
3379
+ }
3380
+ #_cbhtml .leading-13 {
3381
+ line-height: 1.3 !important;
3382
+ }
3383
+ #_cbhtml .leading-snug {
3384
+ line-height: 1.375 !important;
3385
+ }
3386
+ #_cbhtml .leading-14 {
3387
+ line-height: 1.4 !important;
3388
+ }
3389
+ #_cbhtml .leading-15, #_cbhtml .leading-normal {
3390
+ line-height: 1.5 !important;
3391
+ }
3392
+ #_cbhtml .leading-16 {
3393
+ line-height: 1.6 !important;
3394
+ }
3395
+ #_cbhtml .leading-relaxed {
3396
+ line-height: 1.625 !important;
3397
+ }
3398
+ #_cbhtml .leading-17 {
3399
+ line-height: 1.7 !important;
3400
+ }
3401
+ #_cbhtml .leading-18 {
3402
+ line-height: 1.8 !important;
3403
+ }
3404
+ #_cbhtml .leading-19 {
3405
+ line-height: 1.9 !important;
3406
+ }
3407
+ #_cbhtml .leading-20, #_cbhtml .leading-loose {
3408
+ line-height: 2 !important;
3409
+ }
3410
+ #_cbhtml .leading-21 {
3411
+ line-height: 2.1 !important;
3412
+ }
3413
+ #_cbhtml .leading-22 {
3414
+ line-height: 2.2 !important;
3415
+ }
3416
+ #_cbhtml .leading-23 {
3417
+ line-height: 2.3 !important;
3418
+ }
3419
+ #_cbhtml .leading-24 {
3420
+ line-height: 2.4 !important;
3421
+ }
3422
+ #_cbhtml .leading-25 {
3423
+ line-height: 2.5 !important;
3424
+ }
3425
+ #_cbhtml .leading-26 {
3426
+ line-height: 2.6 !important;
3427
+ }
3428
+ #_cbhtml .leading-27 {
3429
+ line-height: 2.7 !important;
3430
+ }
3431
+ #_cbhtml .leading-28 {
3432
+ line-height: 2.8 !important;
3433
+ }
3434
+ #_cbhtml .leading-29 {
3435
+ line-height: 2.9 !important;
3436
+ }
3437
+ #_cbhtml .leading-30 {
3438
+ line-height: 3 !important;
3439
+ }
3440
+ #_cbhtml .opacity-0 {
3441
+ opacity: 0 !important;
3442
+ }
3443
+ #_cbhtml .opacity-2 {
3444
+ opacity: 0.02 !important;
3445
+ }
3446
+ #_cbhtml .opacity-4 {
3447
+ opacity: 0.04 !important;
3448
+ }
3449
+ #_cbhtml .opacity-5 {
3450
+ opacity: 0.05 !important;
3451
+ }
3452
+ #_cbhtml .opacity-6 {
3453
+ opacity: 0.06 !important;
3454
+ }
3455
+ #_cbhtml .opacity-8 {
3456
+ opacity: 0.08 !important;
3457
+ }
3458
+ #_cbhtml .opacity-10 {
3459
+ opacity: 0.1 !important;
3460
+ }
3461
+ #_cbhtml .opacity-12 {
3462
+ opacity: 0.12 !important;
3463
+ }
3464
+ #_cbhtml .opacity-15 {
3465
+ opacity: 0.15 !important;
3466
+ }
3467
+ #_cbhtml .opacity-20 {
3468
+ opacity: 0.2 !important;
3469
+ }
3470
+ #_cbhtml .opacity-25 {
3471
+ opacity: 0.25 !important;
3472
+ }
3473
+ #_cbhtml .opacity-30 {
3474
+ opacity: 0.3 !important;
3475
+ }
3476
+ #_cbhtml .opacity-35 {
3477
+ opacity: 0.35 !important;
3478
+ }
3479
+ #_cbhtml .opacity-40 {
3480
+ opacity: 0.4 !important;
3481
+ }
3482
+ #_cbhtml .opacity-45 {
3483
+ opacity: 0.45 !important;
3484
+ }
3485
+ #_cbhtml .opacity-50 {
3486
+ opacity: 0.5 !important;
3487
+ }
3488
+ #_cbhtml .opacity-55 {
3489
+ opacity: 0.55 !important;
3490
+ }
3491
+ #_cbhtml .opacity-60 {
3492
+ opacity: 0.6 !important;
3493
+ }
3494
+ #_cbhtml .opacity-65 {
3495
+ opacity: 0.65 !important;
3496
+ }
3497
+ #_cbhtml .opacity-70 {
3498
+ opacity: 0.7 !important;
3499
+ }
3500
+ #_cbhtml .opacity-75 {
3501
+ opacity: 0.75 !important;
3502
+ }
3503
+ #_cbhtml .opacity-80 {
3504
+ opacity: 0.8 !important;
3505
+ }
3506
+ #_cbhtml .opacity-85 {
3507
+ opacity: 0.85 !important;
3508
+ }
3509
+ #_cbhtml .opacity-90 {
3510
+ opacity: 0.9 !important;
3511
+ }
3512
+ #_cbhtml .opacity-95 {
3513
+ opacity: 0.95 !important;
3514
+ }
3515
+ #_cbhtml .opacity-100 {
3516
+ opacity: 1 !important;
3517
+ }
3518
+ #_cbhtml .p-0 {
3519
+ padding: 0px;
3520
+ }
3521
+ #_cbhtml .p-1 {
3522
+ padding: 0.25rem;
3523
+ }
3524
+ #_cbhtml .p-2 {
3525
+ padding: 0.5rem;
3526
+ }
3527
+ #_cbhtml .p-3 {
3528
+ padding: 0.75rem;
3529
+ }
3530
+ #_cbhtml .p-4 {
3531
+ padding: 1rem;
3532
+ }
3533
+ #_cbhtml .p-5 {
3534
+ padding: 1.25rem;
3535
+ }
3536
+ #_cbhtml .p-6 {
3537
+ padding: 1.5rem;
3538
+ }
3539
+ #_cbhtml .p-7 {
3540
+ padding: 1.75rem;
3541
+ }
3542
+ #_cbhtml .p-8 {
3543
+ padding: 2rem;
3544
+ }
3545
+ #_cbhtml .p-9 {
3546
+ padding: 2.25rem;
3547
+ }
3548
+ #_cbhtml .p-10 {
3549
+ padding: 2.5rem;
3550
+ }
3551
+ #_cbhtml .p-11 {
3552
+ padding: 2.75rem;
3553
+ }
3554
+ #_cbhtml .p-12 {
3555
+ padding: 3rem;
3556
+ }
3557
+ #_cbhtml .p-14 {
3558
+ padding: 3.5rem;
3559
+ }
3560
+ #_cbhtml .p-16 {
3561
+ padding: 4rem;
3562
+ }
3563
+ #_cbhtml .p-20 {
3564
+ padding: 5rem;
3565
+ }
3566
+ #_cbhtml .px-0 {
3567
+ padding-left: 0px;
3568
+ padding-right: 0px;
3569
+ }
3570
+ #_cbhtml .px-1 {
3571
+ padding-left: 0.25rem;
3572
+ padding-right: 0.25rem;
3573
+ }
3574
+ #_cbhtml .px-2 {
3575
+ padding-left: 0.5rem;
3576
+ padding-right: 0.5rem;
3577
+ }
3578
+ #_cbhtml .px-3 {
3579
+ padding-left: 0.75rem;
3580
+ padding-right: 0.75rem;
3581
+ }
3582
+ #_cbhtml .px-4 {
3583
+ padding-left: 1rem;
3584
+ padding-right: 1rem;
3585
+ }
3586
+ #_cbhtml .px-5 {
3587
+ padding-left: 1.25rem;
3588
+ padding-right: 1.25rem;
3589
+ }
3590
+ #_cbhtml .px-6 {
3591
+ padding-left: 1.5rem;
3592
+ padding-right: 1.5rem;
3593
+ }
3594
+ #_cbhtml .px-7 {
3595
+ padding-left: 1.75rem;
3596
+ padding-right: 1.75rem;
3597
+ }
3598
+ #_cbhtml .px-8 {
3599
+ padding-left: 2rem;
3600
+ padding-right: 2rem;
3601
+ }
3602
+ #_cbhtml .px-9 {
3603
+ padding-left: 2.25rem;
3604
+ padding-right: 2.25rem;
3605
+ }
3606
+ #_cbhtml .px-10 {
3607
+ padding-left: 2.5rem;
3608
+ padding-right: 2.5rem;
3609
+ }
3610
+ #_cbhtml .px-11 {
3611
+ padding-left: 2.75rem;
3612
+ padding-right: 2.75rem;
3613
+ }
3614
+ #_cbhtml .px-12 {
3615
+ padding-left: 3rem;
3616
+ padding-right: 3rem;
3617
+ }
3618
+ #_cbhtml .px-14 {
3619
+ padding-left: 3.5rem;
3620
+ padding-right: 3.5rem;
3621
+ }
3622
+ #_cbhtml .px-16 {
3623
+ padding-left: 4rem;
3624
+ padding-right: 4rem;
3625
+ }
3626
+ #_cbhtml .px-20 {
3627
+ padding-left: 5rem;
3628
+ padding-right: 5rem;
3629
+ }
3630
+ #_cbhtml .py-0 {
3631
+ padding-top: 0px;
3632
+ padding-bottom: 0px;
3633
+ }
3634
+ #_cbhtml .py-1 {
3635
+ padding-top: 0.25rem;
3636
+ padding-bottom: 0.25rem;
3637
+ }
3638
+ #_cbhtml .py-2 {
3639
+ padding-top: 0.5rem;
3640
+ padding-bottom: 0.5rem;
3641
+ }
3642
+ #_cbhtml .py-3 {
3643
+ padding-top: 0.75rem;
3644
+ padding-bottom: 0.75rem;
3645
+ }
3646
+ #_cbhtml .py-4 {
3647
+ padding-top: 1rem;
3648
+ padding-bottom: 1rem;
3649
+ }
3650
+ #_cbhtml .py-5 {
3651
+ padding-top: 1.25rem;
3652
+ padding-bottom: 1.25rem;
3653
+ }
3654
+ #_cbhtml .py-6 {
3655
+ padding-top: 1.5rem;
3656
+ padding-bottom: 1.5rem;
3657
+ }
3658
+ #_cbhtml .py-7 {
3659
+ padding-top: 1.75rem;
3660
+ padding-bottom: 1.75rem;
3661
+ }
3662
+ #_cbhtml .py-8 {
3663
+ padding-top: 2rem;
3664
+ padding-bottom: 2rem;
3665
+ }
3666
+ #_cbhtml .py-9 {
3667
+ padding-top: 2.25rem;
3668
+ padding-bottom: 2.25rem;
3669
+ }
3670
+ #_cbhtml .py-10 {
3671
+ padding-top: 2.5rem;
3672
+ padding-bottom: 2.5rem;
3673
+ }
3674
+ #_cbhtml .py-11 {
3675
+ padding-top: 2.75rem;
3676
+ padding-bottom: 2.75rem;
3677
+ }
3678
+ #_cbhtml .py-12 {
3679
+ padding-top: 3rem;
3680
+ padding-bottom: 3rem;
3681
+ }
3682
+ #_cbhtml .py-14 {
3683
+ padding-top: 3.5rem;
3684
+ padding-bottom: 3.5rem;
3685
+ }
3686
+ #_cbhtml .py-16 {
3687
+ padding-top: 4rem;
3688
+ padding-bottom: 4rem;
3689
+ }
3690
+ #_cbhtml .py-20 {
3691
+ padding-top: 5rem;
3692
+ padding-bottom: 5rem;
3693
+ }
3694
+ #_cbhtml .pb-0 {
3695
+ padding-bottom: 0px !important;
3696
+ }
3697
+ #_cbhtml .pb-1 {
3698
+ padding-bottom: 0.25rem !important;
3699
+ }
3700
+ #_cbhtml .pb-2 {
3701
+ padding-bottom: 0.5rem !important;
3702
+ }
3703
+ #_cbhtml .pb-3 {
3704
+ padding-bottom: 0.75rem !important;
3705
+ }
3706
+ #_cbhtml .pb-4 {
3707
+ padding-bottom: 1rem !important;
3708
+ }
3709
+ #_cbhtml .pb-5 {
3710
+ padding-bottom: 1.25rem !important;
3711
+ }
3712
+ #_cbhtml .pb-6 {
3713
+ padding-bottom: 1.5rem !important;
3714
+ }
3715
+ #_cbhtml .pb-7 {
3716
+ padding-bottom: 1.75rem !important;
3717
+ }
3718
+ #_cbhtml .pb-8 {
3719
+ padding-bottom: 2rem !important;
3720
+ }
3721
+ #_cbhtml .pb-9 {
3722
+ padding-bottom: 2.25rem !important;
3723
+ }
3724
+ #_cbhtml .pb-10 {
3725
+ padding-bottom: 2.5rem !important;
3726
+ }
3727
+ #_cbhtml .pb-11 {
3728
+ padding-bottom: 2.75rem !important;
3729
+ }
3730
+ #_cbhtml .pb-12 {
3731
+ padding-bottom: 3rem !important;
3732
+ }
3733
+ #_cbhtml .pb-14 {
3734
+ padding-bottom: 3.5rem !important;
3735
+ }
3736
+ #_cbhtml .pb-16 {
3737
+ padding-bottom: 4rem !important;
3738
+ }
3739
+ #_cbhtml .pb-20 {
3740
+ padding-bottom: 5rem !important;
3741
+ }
3742
+ #_cbhtml .pr-0 {
3743
+ padding-right: 0px !important;
3744
+ }
3745
+ #_cbhtml .pr-1 {
3746
+ padding-right: 0.25rem !important;
3747
+ }
3748
+ #_cbhtml .pr-2 {
3749
+ padding-right: 0.5rem !important;
3750
+ }
3751
+ #_cbhtml .pr-3 {
3752
+ padding-right: 0.75rem !important;
3753
+ }
3754
+ #_cbhtml .pr-4 {
3755
+ padding-right: 1rem !important;
3756
+ }
3757
+ #_cbhtml .pr-5 {
3758
+ padding-right: 1.25rem !important;
3759
+ }
3760
+ #_cbhtml .pr-6 {
3761
+ padding-right: 1.5rem !important;
3762
+ }
3763
+ #_cbhtml .pr-7 {
3764
+ padding-right: 1.75rem !important;
3765
+ }
3766
+ #_cbhtml .pr-8 {
3767
+ padding-right: 2rem !important;
3768
+ }
3769
+ #_cbhtml .pr-9 {
3770
+ padding-right: 2.25rem !important;
3771
+ }
3772
+ #_cbhtml .pr-10 {
3773
+ padding-right: 2.5rem !important;
3774
+ }
3775
+ #_cbhtml .pr-11 {
3776
+ padding-right: 2.75rem !important;
3777
+ }
3778
+ #_cbhtml .pr-12 {
3779
+ padding-right: 3rem !important;
3780
+ }
3781
+ #_cbhtml .pr-14 {
3782
+ padding-right: 3.5rem !important;
3783
+ }
3784
+ #_cbhtml .pr-16 {
3785
+ padding-right: 4rem !important;
3786
+ }
3787
+ #_cbhtml .pr-20 {
3788
+ padding-right: 5rem !important;
3789
+ }
3790
+ #_cbhtml .pt-0 {
3791
+ padding-top: 0px !important;
3792
+ }
3793
+ #_cbhtml .pt-1 {
3794
+ padding-top: 0.25rem !important;
3795
+ }
3796
+ #_cbhtml .pt-2 {
3797
+ padding-top: 0.5rem !important;
3798
+ }
3799
+ #_cbhtml .pt-3 {
3800
+ padding-top: 0.75rem !important;
3801
+ }
3802
+ #_cbhtml .pt-4 {
3803
+ padding-top: 1rem !important;
3804
+ }
3805
+ #_cbhtml .pt-5 {
3806
+ padding-top: 1.25rem !important;
3807
+ }
3808
+ #_cbhtml .pt-6 {
3809
+ padding-top: 1.5rem !important;
3810
+ }
3811
+ #_cbhtml .pt-7 {
3812
+ padding-top: 1.75rem !important;
3813
+ }
3814
+ #_cbhtml .pt-8 {
3815
+ padding-top: 2rem !important;
3816
+ }
3817
+ #_cbhtml .pt-9 {
3818
+ padding-top: 2.25rem !important;
3819
+ }
3820
+ #_cbhtml .pt-10 {
3821
+ padding-top: 2.5rem !important;
3822
+ }
3823
+ #_cbhtml .pt-11 {
3824
+ padding-top: 2.75rem !important;
3825
+ }
3826
+ #_cbhtml .pt-12 {
3827
+ padding-top: 3rem !important;
3828
+ }
3829
+ #_cbhtml .pt-14 {
3830
+ padding-top: 3.5rem !important;
3831
+ }
3832
+ #_cbhtml .pt-16 {
3833
+ padding-top: 4rem !important;
3834
+ }
3835
+ #_cbhtml .pt-20 {
3836
+ padding-top: 5rem !important;
3837
+ }
3838
+ #_cbhtml .pl-0 {
3839
+ padding-left: 0px !important;
3840
+ }
3841
+ #_cbhtml .pl-1 {
3842
+ padding-left: 0.25rem !important;
3843
+ }
3844
+ #_cbhtml .pl-2 {
3845
+ padding-left: 0.5rem !important;
3846
+ }
3847
+ #_cbhtml .pl-3 {
3848
+ padding-left: 0.75rem !important;
3849
+ }
3850
+ #_cbhtml .pl-4 {
3851
+ padding-left: 1rem !important;
3852
+ }
3853
+ #_cbhtml .pl-5 {
3854
+ padding-left: 1.25rem !important;
3855
+ }
3856
+ #_cbhtml .pl-6 {
3857
+ padding-left: 1.5rem !important;
3858
+ }
3859
+ #_cbhtml .pl-7 {
3860
+ padding-left: 1.75rem !important;
3861
+ }
3862
+ #_cbhtml .pl-8 {
3863
+ padding-left: 2rem !important;
3864
+ }
3865
+ #_cbhtml .pl-9 {
3866
+ padding-left: 2.25rem !important;
3867
+ }
3868
+ #_cbhtml .pl-10 {
3869
+ padding-left: 2.5rem !important;
3870
+ }
3871
+ #_cbhtml .pl-11 {
3872
+ padding-left: 2.75rem !important;
3873
+ }
3874
+ #_cbhtml .pl-12 {
3875
+ padding-left: 3rem !important;
3876
+ }
3877
+ #_cbhtml .pl-14 {
3878
+ padding-left: 3.5rem !important;
3879
+ }
3880
+ #_cbhtml .pl-16 {
3881
+ padding-left: 4rem !important;
3882
+ }
3883
+ #_cbhtml .pl-20 {
3884
+ padding-left: 5rem !important;
3885
+ }
3886
+ #_cbhtml .ml-0 {
3887
+ margin-left: 0px;
3888
+ }
3889
+ #_cbhtml .ml-1 {
3890
+ margin-left: 0.25rem;
3891
+ }
3892
+ #_cbhtml .ml-2 {
3893
+ margin-left: 0.5rem;
3894
+ }
3895
+ #_cbhtml .ml-3 {
3896
+ margin-left: 0.75rem;
3897
+ }
3898
+ #_cbhtml .ml-4 {
3899
+ margin-left: 1rem;
3900
+ }
3901
+ #_cbhtml .ml-5 {
3902
+ margin-left: 1.25rem;
3903
+ }
3904
+ #_cbhtml .ml-6 {
3905
+ margin-left: 1.5rem;
3906
+ }
3907
+ #_cbhtml .ml-8 {
3908
+ margin-left: 2rem;
3909
+ }
3910
+ #_cbhtml .ml-10 {
3911
+ margin-left: 2.5rem;
3912
+ }
3913
+ #_cbhtml .mr-0 {
3914
+ margin-right: 0px;
3915
+ }
3916
+ #_cbhtml .mr-1 {
3917
+ margin-right: 0.25rem;
3918
+ }
3919
+ #_cbhtml .mr-2 {
3920
+ margin-right: 0.5rem;
3921
+ }
3922
+ #_cbhtml .mr-3 {
3923
+ margin-right: 0.75rem;
3924
+ }
3925
+ #_cbhtml .mr-4 {
3926
+ margin-right: 1rem;
3927
+ }
3928
+ #_cbhtml .mr-5 {
3929
+ margin-right: 1.25rem;
3930
+ }
3931
+ #_cbhtml .mr-6 {
3932
+ margin-right: 1.5rem;
3933
+ }
3934
+ #_cbhtml .mr-8 {
3935
+ margin-right: 2rem;
3936
+ }
3937
+ #_cbhtml .mr-10 {
3938
+ margin-right: 2.5rem;
3939
+ }
3940
+ #_cbhtml .mt-0 {
3941
+ margin-top: 0px;
3942
+ }
3943
+ #_cbhtml .mt-1 {
3944
+ margin-top: 0.25rem;
3945
+ }
3946
+ #_cbhtml .mt-2 {
3947
+ margin-top: 0.5rem;
3948
+ }
3949
+ #_cbhtml .mt-3 {
3950
+ margin-top: 0.75rem;
3951
+ }
3952
+ #_cbhtml .mt-4 {
3953
+ margin-top: 1rem;
3954
+ }
3955
+ #_cbhtml .mt-5 {
3956
+ margin-top: 1.25rem;
3957
+ }
3958
+ #_cbhtml .mt-6 {
3959
+ margin-top: 1.5rem;
3960
+ }
3961
+ #_cbhtml .mt-8 {
3962
+ margin-top: 2rem;
3963
+ }
3964
+ #_cbhtml .mt-10 {
3965
+ margin-top: 2.5rem;
3966
+ }
3967
+ #_cbhtml .mb-0 {
3968
+ margin-bottom: 0px;
3969
+ }
3970
+ #_cbhtml .mb-1 {
3971
+ margin-bottom: 0.25rem;
3972
+ }
3973
+ #_cbhtml .mb-2 {
3974
+ margin-bottom: 0.5rem;
3975
+ }
3976
+ #_cbhtml .mb-3 {
3977
+ margin-bottom: 0.75rem;
3978
+ }
3979
+ #_cbhtml .mb-4 {
3980
+ margin-bottom: 1rem;
3981
+ }
3982
+ #_cbhtml .mb-5 {
3983
+ margin-bottom: 1.25rem;
3984
+ }
3985
+ #_cbhtml .mb-6 {
3986
+ margin-bottom: 1.5rem;
3987
+ }
3988
+ #_cbhtml .mb-8 {
3989
+ margin-bottom: 2rem;
3990
+ }
3991
+ #_cbhtml .mb-10 {
3992
+ margin-bottom: 2.5rem;
3993
+ }
3994
+ #_cbhtml .flex {
3995
+ display: flex;
3996
+ }
3997
+ #_cbhtml .block {
3998
+ display: block;
3999
+ }
4000
+ #_cbhtml .inline {
4001
+ display: inline;
4002
+ }
4003
+ #_cbhtml .inline-block {
4004
+ display: inline-block;
4005
+ }
4006
+ #_cbhtml .inline-flex {
4007
+ display: inline-flex;
4008
+ }
4009
+ #_cbhtml .flex-row {
4010
+ flex-direction: row;
4011
+ }
4012
+ #_cbhtml .flex-row-reverse {
4013
+ flex-direction: row-reverse;
4014
+ }
4015
+ #_cbhtml .flex-col {
4016
+ flex-direction: column;
4017
+ }
4018
+ #_cbhtml .flex-col-reverse {
4019
+ flex-direction: column-reverse;
4020
+ }
4021
+ #_cbhtml .flex-wrap {
4022
+ flex-wrap: wrap;
4023
+ }
4024
+ #_cbhtml .flex-wrap-reverse {
4025
+ flex-wrap: wrap-reverse;
4026
+ }
4027
+ #_cbhtml .flex-nowrap {
4028
+ flex-wrap: nowrap;
4029
+ }
4030
+ #_cbhtml .justify-start {
4031
+ justify-content: flex-start;
4032
+ }
4033
+ #_cbhtml .justify-end {
4034
+ justify-content: flex-end;
4035
+ }
4036
+ #_cbhtml .justify-center {
4037
+ justify-content: center;
4038
+ }
4039
+ #_cbhtml .justify-between {
4040
+ justify-content: space-between;
4041
+ }
4042
+ #_cbhtml .justify-around {
4043
+ justify-content: space-around;
4044
+ }
4045
+ #_cbhtml .justify-evenly {
4046
+ justify-content: space-evenly;
4047
+ }
4048
+ #_cbhtml .items-start {
4049
+ align-items: flex-start;
4050
+ }
4051
+ #_cbhtml .items-end {
4052
+ align-items: flex-end;
4053
+ }
4054
+ #_cbhtml .items-center {
4055
+ align-items: center;
4056
+ }
4057
+ #_cbhtml .items-baseline {
4058
+ align-items: baseline;
4059
+ }
4060
+ #_cbhtml .items-stretch {
4061
+ align-items: stretch;
4062
+ }
4063
+ #_cbhtml .border-solid {
4064
+ border-style: solid;
4065
+ }
4066
+ #_cbhtml .border-none {
4067
+ border-style: none;
4068
+ }
4069
+ #_cbhtml .border {
4070
+ border-width: 1px;
4071
+ }
4072
+ #_cbhtml .border-0 {
4073
+ border-width: 0px;
4074
+ }
4075
+ #_cbhtml .border-2 {
4076
+ border-width: 2px;
4077
+ }
4078
+ #_cbhtml .border-transparent {
4079
+ border-color: transparent;
4080
+ }
4081
+ #_cbhtml .border-current {
4082
+ border-color: currentColor;
4083
+ }
4084
+ #_cbhtml .hover\:border-transparent:hover {
4085
+ border-color: transparent !important;
4086
+ }
4087
+ #_cbhtml .hover\:border-current:hover {
4088
+ border-color: currentColor !important;
4089
+ }
4090
+ #_cbhtml .rounded-none {
4091
+ border-radius: 0px;
4092
+ }
4093
+ #_cbhtml .rounded-sm {
4094
+ border-radius: 0.125rem;
4095
+ }
4096
+ #_cbhtml .rounded {
4097
+ border-radius: 0.25rem;
4098
+ }
4099
+ #_cbhtml .rounded-md {
4100
+ border-radius: 0.375rem;
4101
+ }
4102
+ #_cbhtml .rounded-lg {
4103
+ border-radius: 0.5rem;
4104
+ }
4105
+ #_cbhtml .rounded-full {
4106
+ border-radius: 9999px;
4107
+ }
4108
+ #_cbhtml .rounded-2xl {
4109
+ border-radius: 1rem;
4110
+ }
4111
+ #_cbhtml .rounded-3xl {
4112
+ border-radius: 1.5rem;
4113
+ }
4114
+ #_cbhtml .rounded-xl {
4115
+ border-radius: 0.75rem;
4116
+ }
4117
+ #_cbhtml .h-auto {
4118
+ height: auto;
4119
+ }
4120
+ #_cbhtml .h-full {
4121
+ height: 100%;
4122
+ }
4123
+ #_cbhtml .bg-transparent {
4124
+ background-color: transparent;
4125
+ }
4126
+ #_cbhtml .bg-current {
4127
+ background-color: currentColor;
4128
+ }
4129
+ #_cbhtml .bg-black {
4130
+ --tw-bg-opacity: 1;
4131
+ background-color: rgb(0 0 0/var(--tw-bg-opacity));
4132
+ }
4133
+ #_cbhtml .bg-white {
4134
+ --tw-bg-opacity: 1;
4135
+ background-color: rgb(255 255 255/var(--tw-bg-opacity));
4136
+ }
4137
+ #_cbhtml .text-transparent {
4138
+ color: transparent;
4139
+ }
4140
+ #_cbhtml .text-current {
4141
+ color: currentColor;
4142
+ }
4143
+ #_cbhtml .text-black {
4144
+ --tw-text-opacity: 1;
4145
+ color: rgb(0 0 0/var(--tw-text-opacity));
4146
+ }
4147
+ #_cbhtml .text-white {
4148
+ --tw-text-opacity: 1;
4149
+ color: rgb(255 255 255/var(--tw-text-opacity));
4150
+ }
4151
+ #_cbhtml .hover\:text-white:hover {
4152
+ --tw-text-opacity: 1;
4153
+ color: rgb(255 255 255/var(--tw-text-opacity)) !important;
4154
+ }
4155
+ #_cbhtml .hover\:text-black:hover {
4156
+ --tw-text-opacity: 1;
4157
+ color: rgb(0 0 0/var(--tw-text-opacity)) !important;
4158
+ }
4159
+ #_cbhtml .hover\:text-current:hover {
4160
+ color: currentColor !important;
4161
+ }
4162
+ #_cbhtml .w-full {
4163
+ width: 100%;
4164
+ }
4165
+ #_cbhtml .w-screen {
4166
+ width: 100vw;
4167
+ }
4168
+ #_cbhtml .w-1\/2 {
4169
+ width: 50%;
4170
+ }
4171
+ #_cbhtml .w-1\/3 {
4172
+ width: 33.333333%;
4173
+ }
4174
+ #_cbhtml .w-2\/3 {
4175
+ width: 66.666667%;
4176
+ }
4177
+ #_cbhtml .w-1\/4 {
4178
+ width: 25%;
4179
+ }
4180
+ #_cbhtml .w-2\/4 {
4181
+ width: 50%;
4182
+ }
4183
+ #_cbhtml .w-3\/4 {
4184
+ width: 75%;
4185
+ }
4186
+ #_cbhtml .w-1\/5 {
4187
+ width: 20%;
4188
+ }
4189
+ #_cbhtml .w-2\/5 {
4190
+ width: 40%;
4191
+ }
4192
+ #_cbhtml .w-3\/5 {
4193
+ width: 60%;
4194
+ }
4195
+ #_cbhtml .w-4\/5 {
4196
+ width: 80%;
4197
+ }
4198
+ #_cbhtml .w-1\/6 {
4199
+ width: 16.666667%;
4200
+ }
4201
+ #_cbhtml .w-2\/6 {
4202
+ width: 33.333333%;
4203
+ }
4204
+ #_cbhtml .w-3\/6 {
4205
+ width: 50%;
4206
+ }
4207
+ #_cbhtml .w-4\/6 {
4208
+ width: 66.666667%;
4209
+ }
4210
+ #_cbhtml .w-5\/6 {
4211
+ width: 83.333333%;
4212
+ }
4213
+ #_cbhtml .w-1\/12 {
4214
+ width: 8.333333%;
4215
+ }
4216
+ #_cbhtml .w-2\/12 {
4217
+ width: 16.666667%;
4218
+ }
4219
+ #_cbhtml .w-3\/12 {
4220
+ width: 25%;
4221
+ }
4222
+ #_cbhtml .w-4\/12 {
4223
+ width: 33.333333%;
4224
+ }
4225
+ #_cbhtml .w-5\/12 {
4226
+ width: 41.666667%;
4227
+ }
4228
+ #_cbhtml .w-6\/12 {
4229
+ width: 50%;
4230
+ }
4231
+ #_cbhtml .w-7\/12 {
4232
+ width: 58.333333%;
4233
+ }
4234
+ #_cbhtml .w-8\/12 {
4235
+ width: 66.666667%;
4236
+ }
4237
+ #_cbhtml .w-9\/12 {
4238
+ width: 75%;
4239
+ }
4240
+ #_cbhtml .w-10\/12 {
4241
+ width: 83.333333%;
4242
+ }
4243
+ #_cbhtml .w-11\/12 {
4244
+ width: 91.666667%;
4245
+ }
4246
+ #_cbhtml .h-full {
4247
+ height: 100%;
4248
+ }
4249
+ #_cbhtml .h-screen {
4250
+ height: 100vw;
4251
+ }
4252
+ #_cbhtml .whitespace-nowrap {
4253
+ white-space: nowrap;
4254
+ }
4255
+ #_cbhtml .text-base {
4256
+ font-size: 1rem;
4257
+ line-height: 1.5rem;
4258
+ }
4259
+ #_cbhtml .transition-all {
4260
+ transition-property: all;
4261
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
4262
+ transition-duration: 150ms;
4263
+ }
4264
+ #_cbhtml .cursor-pointer {
4265
+ cursor: pointer;
4266
+ }
4267
+
4268
+ /* /content.css */