@asante-org/atlascopco-vt-litesitegenerator 1.6.21 → 1.6.23
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.
- package/dist/index.esm.scss +384 -93
- package/dist/index.scss +384 -93
- package/dist/src/components/lsg/LsgVideo/LsgVideo.d.ts +2 -2
- package/dist/src/components/lsg/index.d.ts +4 -0
- package/dist/src/components/lsg/lsg-clientlib-runtime.d.ts +1 -0
- package/dist/themes/theme-1.css +73 -50
- package/dist/themes/theme-1.css.map +1 -1
- package/dist/themes/theme-1.js +108 -0
- package/dist/themes/theme-1.js.map +1 -1
- package/dist/themes/theme-2.css +79 -50
- package/dist/themes/theme-2.css.map +1 -1
- package/dist/themes/theme-2.js +108 -0
- package/dist/themes/theme-2.js.map +1 -1
- package/dist/themes/theme-3.css +79 -50
- package/dist/themes/theme-3.css.map +1 -1
- package/dist/themes/theme-3.js +108 -0
- package/dist/themes/theme-3.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
package/dist/index.esm.scss
CHANGED
|
@@ -232,7 +232,6 @@
|
|
|
232
232
|
line-height: 1.5;
|
|
233
233
|
text-decoration: none;
|
|
234
234
|
border: 2px solid transparent;
|
|
235
|
-
border-radius: var(--lsg-theme-radius);
|
|
236
235
|
cursor: pointer;
|
|
237
236
|
transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
|
|
238
237
|
white-space: nowrap;
|
|
@@ -266,7 +265,6 @@
|
|
|
266
265
|
}
|
|
267
266
|
|
|
268
267
|
.lsg-banner {
|
|
269
|
-
font-family: var(--lsg-font-family-primary);
|
|
270
268
|
position: relative;
|
|
271
269
|
display: flex;
|
|
272
270
|
align-items: center;
|
|
@@ -291,7 +289,7 @@
|
|
|
291
289
|
content: "";
|
|
292
290
|
position: absolute;
|
|
293
291
|
inset: 0;
|
|
294
|
-
background: linear-gradient(to right,
|
|
292
|
+
background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.15) 100%);
|
|
295
293
|
}
|
|
296
294
|
.lsg-banner__inner {
|
|
297
295
|
position: relative;
|
|
@@ -311,7 +309,6 @@
|
|
|
311
309
|
margin: 0 0 12px;
|
|
312
310
|
}
|
|
313
311
|
.lsg-banner__heading {
|
|
314
|
-
font-family: var(--lsg-font-family-secondary);
|
|
315
312
|
font-size: clamp(1.75rem, 4vw, 3rem);
|
|
316
313
|
font-weight: 700;
|
|
317
314
|
line-height: 1.15;
|
|
@@ -329,15 +326,14 @@
|
|
|
329
326
|
display: flex;
|
|
330
327
|
flex-direction: column;
|
|
331
328
|
border: 1px solid color-mix(in srgb, var(--lsg-color-secondary) 18%, var(--lsg-color-white));
|
|
332
|
-
border-radius: var(--lsg-
|
|
333
|
-
font-family: var(--lsg-font-family-primary);
|
|
329
|
+
border-radius: var(--lsg-radius-rounded);
|
|
334
330
|
background: var(--lsg-color-white);
|
|
335
331
|
overflow: hidden;
|
|
336
332
|
transition: box-shadow 0.2s ease;
|
|
337
333
|
height: 100%;
|
|
338
334
|
}
|
|
339
335
|
.lsg-card:hover {
|
|
340
|
-
box-shadow: 0 4px 16px
|
|
336
|
+
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
|
|
341
337
|
}
|
|
342
338
|
.lsg-card__image {
|
|
343
339
|
aspect-ratio: 16/9;
|
|
@@ -358,7 +354,6 @@
|
|
|
358
354
|
gap: 12px;
|
|
359
355
|
}
|
|
360
356
|
.lsg-card__title {
|
|
361
|
-
font-family: var(--lsg-font-family-secondary);
|
|
362
357
|
font-size: 1.125rem;
|
|
363
358
|
font-weight: 600;
|
|
364
359
|
line-height: 1.3;
|
|
@@ -491,7 +486,7 @@
|
|
|
491
486
|
width: 176px;
|
|
492
487
|
padding: 8px 12px;
|
|
493
488
|
background: var(--lsg-color-light);
|
|
494
|
-
box-shadow: 0 12px 20px
|
|
489
|
+
box-shadow: 0 12px 20px rgba(0, 0, 0, 0.05);
|
|
495
490
|
opacity: 0;
|
|
496
491
|
pointer-events: none;
|
|
497
492
|
transform: translateX(-50%) translateY(-6px);
|
|
@@ -520,7 +515,7 @@
|
|
|
520
515
|
}
|
|
521
516
|
.lsg-nav--dropdown .lsg-nav__dropdown .lsg-nav__item {
|
|
522
517
|
display: block;
|
|
523
|
-
border-top: 1px solid
|
|
518
|
+
border-top: 1px solid rgba(0, 0, 0, 0.08);
|
|
524
519
|
}
|
|
525
520
|
.lsg-nav--dropdown .lsg-nav__dropdown .lsg-nav__item:first-child {
|
|
526
521
|
border-top: 0;
|
|
@@ -588,7 +583,7 @@
|
|
|
588
583
|
color: var(--lsg-color-secondary);
|
|
589
584
|
background: none;
|
|
590
585
|
border: 1px solid color-mix(in srgb, var(--lsg-color-secondary) 18%, var(--lsg-color-white));
|
|
591
|
-
border-radius: var(--lsg-
|
|
586
|
+
border-radius: var(--lsg-radius-rounded);
|
|
592
587
|
cursor: pointer;
|
|
593
588
|
transition: border-color 0.15s ease, color 0.15s ease;
|
|
594
589
|
}
|
|
@@ -627,8 +622,8 @@
|
|
|
627
622
|
min-width: 140px;
|
|
628
623
|
background: var(--lsg-color-light);
|
|
629
624
|
border: 1px solid color-mix(in srgb, var(--lsg-color-secondary) 18%, var(--lsg-color-white));
|
|
630
|
-
border-radius: var(--lsg-
|
|
631
|
-
box-shadow: 0 4px 12px
|
|
625
|
+
border-radius: var(--lsg-radius-rounded);
|
|
626
|
+
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
|
|
632
627
|
list-style: none;
|
|
633
628
|
padding: 8px 0;
|
|
634
629
|
margin: 0;
|
|
@@ -653,7 +648,6 @@
|
|
|
653
648
|
}
|
|
654
649
|
|
|
655
650
|
.lsg-search-trigger {
|
|
656
|
-
font-family: var(--lsg-font-family-primary);
|
|
657
651
|
display: inline-flex;
|
|
658
652
|
align-items: center;
|
|
659
653
|
justify-content: center;
|
|
@@ -689,7 +683,7 @@
|
|
|
689
683
|
align-items: flex-start;
|
|
690
684
|
justify-content: center;
|
|
691
685
|
padding-top: 80px;
|
|
692
|
-
background-color:
|
|
686
|
+
background-color: rgba(0, 0, 0, 0.55);
|
|
693
687
|
opacity: 0;
|
|
694
688
|
visibility: hidden;
|
|
695
689
|
transition: opacity 0.2s ease, visibility 0.2s ease;
|
|
@@ -703,9 +697,9 @@
|
|
|
703
697
|
max-width: 640px;
|
|
704
698
|
margin: 0 24px;
|
|
705
699
|
background: var(--lsg-color-white);
|
|
706
|
-
border-radius: var(--lsg-
|
|
700
|
+
border-radius: var(--lsg-radius-rounded);
|
|
707
701
|
padding: 24px;
|
|
708
|
-
box-shadow: 0 8px 32px
|
|
702
|
+
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
|
|
709
703
|
}
|
|
710
704
|
.lsg-search-overlay__form {
|
|
711
705
|
display: flex;
|
|
@@ -744,7 +738,7 @@
|
|
|
744
738
|
.lsg-search-overlay__submit:focus-visible {
|
|
745
739
|
outline: 2px solid var(--lsg-color-primary);
|
|
746
740
|
outline-offset: 2px;
|
|
747
|
-
border-radius: var(--lsg-
|
|
741
|
+
border-radius: var(--lsg-radius-rounded);
|
|
748
742
|
}
|
|
749
743
|
.lsg-search-overlay__submit svg {
|
|
750
744
|
width: 20px;
|
|
@@ -790,7 +784,7 @@
|
|
|
790
784
|
.lsg-header {
|
|
791
785
|
--lsg-header-green: var(--lsg-color-primary);
|
|
792
786
|
--lsg-header-active: color-mix(in srgb, var(--lsg-color-primary) 11%, var(--lsg-color-white));
|
|
793
|
-
--lsg-header-divider:
|
|
787
|
+
--lsg-header-divider: rgba(255, 255, 255, 0.2);
|
|
794
788
|
--lsg-header-text: var(--lsg-color-black);
|
|
795
789
|
position: sticky;
|
|
796
790
|
top: 0;
|
|
@@ -832,7 +826,7 @@
|
|
|
832
826
|
min-width: 136px;
|
|
833
827
|
min-height: 28px;
|
|
834
828
|
padding: 0 12px;
|
|
835
|
-
background: linear-gradient(45deg,
|
|
829
|
+
background: linear-gradient(45deg, rgba(0, 0, 0, 0.04) 25%, transparent 25%), linear-gradient(-45deg, rgba(0, 0, 0, 0.04) 25%, transparent 25%), linear-gradient(45deg, transparent 75%, rgba(0, 0, 0, 0.04) 75%), linear-gradient(-45deg, transparent 75%, rgba(0, 0, 0, 0.04) 75%);
|
|
836
830
|
background-color: var(--lsg-color-white);
|
|
837
831
|
background-position: 0 0, 0 6px, 6px -6px, -6px 0;
|
|
838
832
|
background-size: 12px 12px;
|
|
@@ -965,7 +959,7 @@
|
|
|
965
959
|
padding: 0 20px 0 0;
|
|
966
960
|
margin: 0;
|
|
967
961
|
list-style: none;
|
|
968
|
-
border-right: 1px solid
|
|
962
|
+
border-right: 1px solid rgba(0, 0, 0, 0.12);
|
|
969
963
|
}
|
|
970
964
|
.lsg-header__mega-column + .lsg-header__mega-column {
|
|
971
965
|
padding-left: 20px;
|
|
@@ -1315,11 +1309,7 @@
|
|
|
1315
1309
|
margin: 0 auto;
|
|
1316
1310
|
}
|
|
1317
1311
|
}
|
|
1318
|
-
.lsg-quick-links {
|
|
1319
|
-
font-family: var(--lsg-font-family-primary);
|
|
1320
|
-
}
|
|
1321
1312
|
.lsg-quick-links__heading {
|
|
1322
|
-
font-family: var(--lsg-font-family-secondary);
|
|
1323
1313
|
font-size: 0.8125rem;
|
|
1324
1314
|
font-weight: 700;
|
|
1325
1315
|
letter-spacing: 0.08em;
|
|
@@ -1350,7 +1340,6 @@
|
|
|
1350
1340
|
}
|
|
1351
1341
|
|
|
1352
1342
|
.lsg-social-icons {
|
|
1353
|
-
font-family: var(--lsg-font-family-primary);
|
|
1354
1343
|
display: flex;
|
|
1355
1344
|
align-items: center;
|
|
1356
1345
|
gap: 12px;
|
|
@@ -1372,7 +1361,7 @@
|
|
|
1372
1361
|
.lsg-social-icons__link:hover, .lsg-social-icons__link:focus-visible {
|
|
1373
1362
|
color: var(--lsg-color-white);
|
|
1374
1363
|
border-color: var(--lsg-color-white);
|
|
1375
|
-
background-color:
|
|
1364
|
+
background-color: rgba(255, 255, 255, 0.1);
|
|
1376
1365
|
}
|
|
1377
1366
|
.lsg-social-icons__link:focus-visible {
|
|
1378
1367
|
outline: 2px solid color-mix(in srgb, var(--lsg-color-primary) 35%, var(--lsg-color-white));
|
|
@@ -1387,8 +1376,8 @@
|
|
|
1387
1376
|
|
|
1388
1377
|
.lsg-footer {
|
|
1389
1378
|
font-family: var(--lsg-font-family-primary);
|
|
1390
|
-
background-color:
|
|
1391
|
-
color:
|
|
1379
|
+
background-color: #18181b;
|
|
1380
|
+
color: #ffffff;
|
|
1392
1381
|
width: 100%;
|
|
1393
1382
|
}
|
|
1394
1383
|
.lsg-footer--simple .lsg-footer__simple-inner {
|
|
@@ -1424,7 +1413,7 @@
|
|
|
1424
1413
|
}
|
|
1425
1414
|
}
|
|
1426
1415
|
.lsg-footer--simple .lsg-footer__pipe {
|
|
1427
|
-
color:
|
|
1416
|
+
color: #ffffff;
|
|
1428
1417
|
font-size: 0.875rem;
|
|
1429
1418
|
padding: 0 8px;
|
|
1430
1419
|
opacity: 0.5;
|
|
@@ -1441,13 +1430,13 @@
|
|
|
1441
1430
|
.lsg-footer--simple .lsg-footer__mobile-divider {
|
|
1442
1431
|
display: block;
|
|
1443
1432
|
border: none;
|
|
1444
|
-
border-top: 1px solid
|
|
1433
|
+
border-top: 1px solid rgba(255, 255, 255, 0.2);
|
|
1445
1434
|
margin: 0;
|
|
1446
1435
|
width: 100%;
|
|
1447
1436
|
}
|
|
1448
1437
|
}
|
|
1449
1438
|
.lsg-footer--simple .lsg-footer__simple-nav-item {
|
|
1450
|
-
color:
|
|
1439
|
+
color: #ffffff;
|
|
1451
1440
|
text-decoration: none;
|
|
1452
1441
|
font-size: 0.875rem;
|
|
1453
1442
|
height: 40px;
|
|
@@ -1487,7 +1476,7 @@
|
|
|
1487
1476
|
padding-top: 4px;
|
|
1488
1477
|
}
|
|
1489
1478
|
.lsg-footer--complex .lsg-footer__logo-col .lsg-logo__text {
|
|
1490
|
-
color:
|
|
1479
|
+
color: #ffffff;
|
|
1491
1480
|
font-weight: 700;
|
|
1492
1481
|
}
|
|
1493
1482
|
.lsg-footer--complex .lsg-footer__logo-col .lsg-logo__image {
|
|
@@ -1520,7 +1509,7 @@
|
|
|
1520
1509
|
font-weight: 600;
|
|
1521
1510
|
letter-spacing: 0.08em;
|
|
1522
1511
|
text-transform: uppercase;
|
|
1523
|
-
color:
|
|
1512
|
+
color: #ffffff;
|
|
1524
1513
|
margin: 0 0 24px 0;
|
|
1525
1514
|
padding: 0;
|
|
1526
1515
|
line-height: 25px;
|
|
@@ -1534,18 +1523,18 @@
|
|
|
1534
1523
|
.lsg-footer--complex .lsg-footer__address svg {
|
|
1535
1524
|
flex-shrink: 0;
|
|
1536
1525
|
margin-top: 3px;
|
|
1537
|
-
color:
|
|
1526
|
+
color: #ffffff;
|
|
1538
1527
|
}
|
|
1539
1528
|
.lsg-footer--complex .lsg-footer__address p {
|
|
1540
1529
|
margin: 0;
|
|
1541
1530
|
font-size: 0.875rem;
|
|
1542
1531
|
line-height: 1.6;
|
|
1543
|
-
color:
|
|
1532
|
+
color: #ffffff;
|
|
1544
1533
|
white-space: pre-line;
|
|
1545
1534
|
}
|
|
1546
1535
|
.lsg-footer--complex .lsg-footer__divider {
|
|
1547
1536
|
border: none;
|
|
1548
|
-
border-top: 1px solid
|
|
1537
|
+
border-top: 1px solid rgba(255, 255, 255, 0.2);
|
|
1549
1538
|
margin: 16px 0;
|
|
1550
1539
|
}
|
|
1551
1540
|
.lsg-footer--complex .lsg-footer__contact-items {
|
|
@@ -1558,16 +1547,16 @@
|
|
|
1558
1547
|
align-items: center;
|
|
1559
1548
|
gap: 12px;
|
|
1560
1549
|
font-size: 0.875rem;
|
|
1561
|
-
color:
|
|
1550
|
+
color: #ffffff;
|
|
1562
1551
|
height: 24px;
|
|
1563
1552
|
}
|
|
1564
1553
|
.lsg-footer--complex .lsg-footer__contact-item svg {
|
|
1565
1554
|
flex-shrink: 0;
|
|
1566
|
-
color:
|
|
1555
|
+
color: #ffffff;
|
|
1567
1556
|
}
|
|
1568
1557
|
.lsg-footer--complex .lsg-footer__contact-item span,
|
|
1569
1558
|
.lsg-footer--complex .lsg-footer__contact-item a {
|
|
1570
|
-
color:
|
|
1559
|
+
color: #ffffff;
|
|
1571
1560
|
text-decoration: none;
|
|
1572
1561
|
line-height: 24px;
|
|
1573
1562
|
}
|
|
@@ -1584,7 +1573,7 @@
|
|
|
1584
1573
|
}
|
|
1585
1574
|
.lsg-footer--complex .lsg-footer__quicklink {
|
|
1586
1575
|
display: block;
|
|
1587
|
-
color:
|
|
1576
|
+
color: #ffffff;
|
|
1588
1577
|
text-decoration: none;
|
|
1589
1578
|
font-size: 0.875rem;
|
|
1590
1579
|
line-height: 24px;
|
|
@@ -1595,7 +1584,7 @@
|
|
|
1595
1584
|
}
|
|
1596
1585
|
.lsg-footer--complex .lsg-footer__bottom-divider {
|
|
1597
1586
|
border: none;
|
|
1598
|
-
border-top: 1px solid
|
|
1587
|
+
border-top: 1px solid rgba(255, 255, 255, 0.2);
|
|
1599
1588
|
margin: 0;
|
|
1600
1589
|
}
|
|
1601
1590
|
.lsg-footer--complex .lsg-footer__bottom {
|
|
@@ -1611,13 +1600,12 @@
|
|
|
1611
1600
|
.lsg-footer__copyright {
|
|
1612
1601
|
font-size: 0.875rem;
|
|
1613
1602
|
line-height: 29px;
|
|
1614
|
-
color:
|
|
1603
|
+
color: #ffffff;
|
|
1615
1604
|
margin: 0;
|
|
1616
1605
|
}
|
|
1617
1606
|
|
|
1618
1607
|
.lsg-ai-banner {
|
|
1619
1608
|
width: 100%;
|
|
1620
|
-
font-family: var(--lsg-font-family-primary, sans-serif);
|
|
1621
1609
|
background-color: var(--lsg-ai-banner-bg);
|
|
1622
1610
|
}
|
|
1623
1611
|
.lsg-ai-banner__inner {
|
|
@@ -1792,6 +1780,8 @@
|
|
|
1792
1780
|
width: 100%;
|
|
1793
1781
|
max-width: var(--lsg-video-max-width);
|
|
1794
1782
|
font-family: var(--lsg-font-family-primary);
|
|
1783
|
+
border-radius: var(--lsg-video-container-radius, 0);
|
|
1784
|
+
overflow: var(--lsg-video-container-overflow, visible);
|
|
1795
1785
|
}
|
|
1796
1786
|
.lsg-video--full-width {
|
|
1797
1787
|
max-width: none;
|
|
@@ -1804,8 +1794,10 @@
|
|
|
1804
1794
|
position: relative;
|
|
1805
1795
|
width: 100%;
|
|
1806
1796
|
height: var(--lsg-video-poster-height);
|
|
1807
|
-
overflow: hidden;
|
|
1797
|
+
overflow: var(--lsg-video-media-overflow, hidden);
|
|
1808
1798
|
background: var(--lsg-video-poster-bg);
|
|
1799
|
+
border: var(--lsg-video-media-border, none);
|
|
1800
|
+
box-sizing: border-box;
|
|
1809
1801
|
}
|
|
1810
1802
|
.lsg-video__poster {
|
|
1811
1803
|
position: absolute;
|
|
@@ -1837,7 +1829,8 @@
|
|
|
1837
1829
|
.lsg-video__tags {
|
|
1838
1830
|
position: absolute;
|
|
1839
1831
|
left: var(--lsg-video-tags-inset);
|
|
1840
|
-
|
|
1832
|
+
top: var(--lsg-video-tags-top, auto);
|
|
1833
|
+
bottom: var(--lsg-video-tags-bottom, auto);
|
|
1841
1834
|
display: flex;
|
|
1842
1835
|
flex-wrap: wrap;
|
|
1843
1836
|
gap: var(--lsg-video-tag-gap);
|
|
@@ -1849,11 +1842,11 @@
|
|
|
1849
1842
|
padding: 0 var(--lsg-video-tag-padding-x);
|
|
1850
1843
|
display: inline-flex;
|
|
1851
1844
|
align-items: center;
|
|
1852
|
-
border-radius: var(--lsg-theme-radius,
|
|
1845
|
+
border-radius: var(--lsg-video-tag-radius, var(--lsg-theme-radius, 0));
|
|
1853
1846
|
background-color: var(--lsg-video-tag-bg);
|
|
1854
|
-
backdrop-filter:
|
|
1855
|
-
-webkit-backdrop-filter:
|
|
1856
|
-
border:
|
|
1847
|
+
backdrop-filter: none;
|
|
1848
|
+
-webkit-backdrop-filter: none;
|
|
1849
|
+
border: var(--lsg-video-tag-border-width, 0px) solid var(--lsg-video-tag-border-color, transparent);
|
|
1857
1850
|
font-size: var(--lsg-video-tag-font-size);
|
|
1858
1851
|
font-weight: var(--lsg-font-weight-semibold, 600);
|
|
1859
1852
|
color: var(--lsg-video-tag-color);
|
|
@@ -1890,6 +1883,12 @@
|
|
|
1890
1883
|
height: 100%;
|
|
1891
1884
|
}
|
|
1892
1885
|
.lsg-video__caption {
|
|
1886
|
+
position: var(--lsg-video-caption-position, absolute);
|
|
1887
|
+
top: var(--lsg-video-caption-top, auto);
|
|
1888
|
+
bottom: var(--lsg-video-caption-bottom, auto);
|
|
1889
|
+
left: 0;
|
|
1890
|
+
right: 0;
|
|
1891
|
+
z-index: 2;
|
|
1893
1892
|
width: 100%;
|
|
1894
1893
|
height: var(--lsg-video-caption-height);
|
|
1895
1894
|
overflow: hidden;
|
|
@@ -2375,7 +2374,6 @@
|
|
|
2375
2374
|
line-height: 1.5;
|
|
2376
2375
|
text-decoration: none;
|
|
2377
2376
|
border: 2px solid transparent;
|
|
2378
|
-
border-radius: var(--lsg-theme-radius);
|
|
2379
2377
|
cursor: pointer;
|
|
2380
2378
|
transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
|
|
2381
2379
|
white-space: nowrap;
|
|
@@ -2475,7 +2473,6 @@
|
|
|
2475
2473
|
}
|
|
2476
2474
|
|
|
2477
2475
|
.lsg-banner {
|
|
2478
|
-
font-family: var(--lsg-font-family-primary);
|
|
2479
2476
|
position: relative;
|
|
2480
2477
|
display: flex;
|
|
2481
2478
|
align-items: center;
|
|
@@ -2500,7 +2497,7 @@
|
|
|
2500
2497
|
content: "";
|
|
2501
2498
|
position: absolute;
|
|
2502
2499
|
inset: 0;
|
|
2503
|
-
background: linear-gradient(to right,
|
|
2500
|
+
background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.15) 100%);
|
|
2504
2501
|
}
|
|
2505
2502
|
.lsg-banner__inner {
|
|
2506
2503
|
position: relative;
|
|
@@ -2520,7 +2517,6 @@
|
|
|
2520
2517
|
margin: 0 0 12px;
|
|
2521
2518
|
}
|
|
2522
2519
|
.lsg-banner__heading {
|
|
2523
|
-
font-family: var(--lsg-font-family-secondary);
|
|
2524
2520
|
font-size: clamp(1.75rem, 4vw, 3rem);
|
|
2525
2521
|
font-weight: 700;
|
|
2526
2522
|
line-height: 1.15;
|
|
@@ -2605,15 +2601,14 @@
|
|
|
2605
2601
|
display: flex;
|
|
2606
2602
|
flex-direction: column;
|
|
2607
2603
|
border: 1px solid color-mix(in srgb, var(--lsg-color-secondary) 18%, var(--lsg-color-white));
|
|
2608
|
-
border-radius: var(--lsg-
|
|
2609
|
-
font-family: var(--lsg-font-family-primary);
|
|
2604
|
+
border-radius: var(--lsg-radius-rounded);
|
|
2610
2605
|
background: var(--lsg-color-white);
|
|
2611
2606
|
overflow: hidden;
|
|
2612
2607
|
transition: box-shadow 0.2s ease;
|
|
2613
2608
|
height: 100%;
|
|
2614
2609
|
}
|
|
2615
2610
|
.lsg-card:hover {
|
|
2616
|
-
box-shadow: 0 4px 16px
|
|
2611
|
+
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
|
|
2617
2612
|
}
|
|
2618
2613
|
.lsg-card__image {
|
|
2619
2614
|
aspect-ratio: 16/9;
|
|
@@ -2634,7 +2629,6 @@
|
|
|
2634
2629
|
gap: 12px;
|
|
2635
2630
|
}
|
|
2636
2631
|
.lsg-card__title {
|
|
2637
|
-
font-family: var(--lsg-font-family-secondary);
|
|
2638
2632
|
font-size: 1.125rem;
|
|
2639
2633
|
font-weight: 600;
|
|
2640
2634
|
line-height: 1.3;
|
|
@@ -2899,7 +2893,7 @@
|
|
|
2899
2893
|
width: 176px;
|
|
2900
2894
|
padding: 8px 12px;
|
|
2901
2895
|
background: var(--lsg-color-light);
|
|
2902
|
-
box-shadow: 0 12px 20px
|
|
2896
|
+
box-shadow: 0 12px 20px rgba(0, 0, 0, 0.05);
|
|
2903
2897
|
opacity: 0;
|
|
2904
2898
|
pointer-events: none;
|
|
2905
2899
|
transform: translateX(-50%) translateY(-6px);
|
|
@@ -2928,7 +2922,7 @@
|
|
|
2928
2922
|
}
|
|
2929
2923
|
.lsg-nav--dropdown .lsg-nav__dropdown .lsg-nav__item {
|
|
2930
2924
|
display: block;
|
|
2931
|
-
border-top: 1px solid
|
|
2925
|
+
border-top: 1px solid rgba(0, 0, 0, 0.08);
|
|
2932
2926
|
}
|
|
2933
2927
|
.lsg-nav--dropdown .lsg-nav__dropdown .lsg-nav__item:first-child {
|
|
2934
2928
|
border-top: 0;
|
|
@@ -3063,7 +3057,7 @@
|
|
|
3063
3057
|
color: var(--lsg-color-secondary);
|
|
3064
3058
|
background: none;
|
|
3065
3059
|
border: 1px solid color-mix(in srgb, var(--lsg-color-secondary) 18%, var(--lsg-color-white));
|
|
3066
|
-
border-radius: var(--lsg-
|
|
3060
|
+
border-radius: var(--lsg-radius-rounded);
|
|
3067
3061
|
cursor: pointer;
|
|
3068
3062
|
transition: border-color 0.15s ease, color 0.15s ease;
|
|
3069
3063
|
}
|
|
@@ -3102,8 +3096,8 @@
|
|
|
3102
3096
|
min-width: 140px;
|
|
3103
3097
|
background: var(--lsg-color-light);
|
|
3104
3098
|
border: 1px solid color-mix(in srgb, var(--lsg-color-secondary) 18%, var(--lsg-color-white));
|
|
3105
|
-
border-radius: var(--lsg-
|
|
3106
|
-
box-shadow: 0 4px 12px
|
|
3099
|
+
border-radius: var(--lsg-radius-rounded);
|
|
3100
|
+
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
|
|
3107
3101
|
list-style: none;
|
|
3108
3102
|
padding: 8px 0;
|
|
3109
3103
|
margin: 0;
|
|
@@ -3194,7 +3188,6 @@
|
|
|
3194
3188
|
}
|
|
3195
3189
|
|
|
3196
3190
|
.lsg-search-trigger {
|
|
3197
|
-
font-family: var(--lsg-font-family-primary);
|
|
3198
3191
|
display: inline-flex;
|
|
3199
3192
|
align-items: center;
|
|
3200
3193
|
justify-content: center;
|
|
@@ -3296,7 +3289,7 @@
|
|
|
3296
3289
|
align-items: flex-start;
|
|
3297
3290
|
justify-content: center;
|
|
3298
3291
|
padding-top: 80px;
|
|
3299
|
-
background-color:
|
|
3292
|
+
background-color: rgba(0, 0, 0, 0.55);
|
|
3300
3293
|
opacity: 0;
|
|
3301
3294
|
visibility: hidden;
|
|
3302
3295
|
transition: opacity 0.2s ease, visibility 0.2s ease;
|
|
@@ -3310,9 +3303,9 @@
|
|
|
3310
3303
|
max-width: 640px;
|
|
3311
3304
|
margin: 0 24px;
|
|
3312
3305
|
background: var(--lsg-color-white);
|
|
3313
|
-
border-radius: var(--lsg-
|
|
3306
|
+
border-radius: var(--lsg-radius-rounded);
|
|
3314
3307
|
padding: 24px;
|
|
3315
|
-
box-shadow: 0 8px 32px
|
|
3308
|
+
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
|
|
3316
3309
|
}
|
|
3317
3310
|
.lsg-search-overlay__form {
|
|
3318
3311
|
display: flex;
|
|
@@ -3351,7 +3344,7 @@
|
|
|
3351
3344
|
.lsg-search-overlay__submit:focus-visible {
|
|
3352
3345
|
outline: 2px solid var(--lsg-color-primary);
|
|
3353
3346
|
outline-offset: 2px;
|
|
3354
|
-
border-radius: var(--lsg-
|
|
3347
|
+
border-radius: var(--lsg-radius-rounded);
|
|
3355
3348
|
}
|
|
3356
3349
|
.lsg-search-overlay__submit svg {
|
|
3357
3350
|
width: 20px;
|
|
@@ -3463,7 +3456,7 @@
|
|
|
3463
3456
|
.lsg-header {
|
|
3464
3457
|
--lsg-header-green: var(--lsg-color-primary);
|
|
3465
3458
|
--lsg-header-active: color-mix(in srgb, var(--lsg-color-primary) 11%, var(--lsg-color-white));
|
|
3466
|
-
--lsg-header-divider:
|
|
3459
|
+
--lsg-header-divider: rgba(255, 255, 255, 0.2);
|
|
3467
3460
|
--lsg-header-text: var(--lsg-color-black);
|
|
3468
3461
|
position: sticky;
|
|
3469
3462
|
top: 0;
|
|
@@ -3505,7 +3498,7 @@
|
|
|
3505
3498
|
min-width: 136px;
|
|
3506
3499
|
min-height: 28px;
|
|
3507
3500
|
padding: 0 12px;
|
|
3508
|
-
background: linear-gradient(45deg,
|
|
3501
|
+
background: linear-gradient(45deg, rgba(0, 0, 0, 0.04) 25%, transparent 25%), linear-gradient(-45deg, rgba(0, 0, 0, 0.04) 25%, transparent 25%), linear-gradient(45deg, transparent 75%, rgba(0, 0, 0, 0.04) 75%), linear-gradient(-45deg, transparent 75%, rgba(0, 0, 0, 0.04) 75%);
|
|
3509
3502
|
background-color: var(--lsg-color-white);
|
|
3510
3503
|
background-position: 0 0, 0 6px, 6px -6px, -6px 0;
|
|
3511
3504
|
background-size: 12px 12px;
|
|
@@ -3638,7 +3631,7 @@
|
|
|
3638
3631
|
padding: 0 20px 0 0;
|
|
3639
3632
|
margin: 0;
|
|
3640
3633
|
list-style: none;
|
|
3641
|
-
border-right: 1px solid
|
|
3634
|
+
border-right: 1px solid rgba(0, 0, 0, 0.12);
|
|
3642
3635
|
}
|
|
3643
3636
|
.lsg-header__mega-column + .lsg-header__mega-column {
|
|
3644
3637
|
padding-left: 20px;
|
|
@@ -4055,11 +4048,7 @@
|
|
|
4055
4048
|
--text-xxl-line-height: 1;
|
|
4056
4049
|
}
|
|
4057
4050
|
|
|
4058
|
-
.lsg-quick-links {
|
|
4059
|
-
font-family: var(--lsg-font-family-primary);
|
|
4060
|
-
}
|
|
4061
4051
|
.lsg-quick-links__heading {
|
|
4062
|
-
font-family: var(--lsg-font-family-secondary);
|
|
4063
4052
|
font-size: 0.8125rem;
|
|
4064
4053
|
font-weight: 700;
|
|
4065
4054
|
letter-spacing: 0.08em;
|
|
@@ -4156,7 +4145,6 @@
|
|
|
4156
4145
|
}
|
|
4157
4146
|
|
|
4158
4147
|
.lsg-social-icons {
|
|
4159
|
-
font-family: var(--lsg-font-family-primary);
|
|
4160
4148
|
display: flex;
|
|
4161
4149
|
align-items: center;
|
|
4162
4150
|
gap: 12px;
|
|
@@ -4178,7 +4166,7 @@
|
|
|
4178
4166
|
.lsg-social-icons__link:hover, .lsg-social-icons__link:focus-visible {
|
|
4179
4167
|
color: var(--lsg-color-white);
|
|
4180
4168
|
border-color: var(--lsg-color-white);
|
|
4181
|
-
background-color:
|
|
4169
|
+
background-color: rgba(255, 255, 255, 0.1);
|
|
4182
4170
|
}
|
|
4183
4171
|
.lsg-social-icons__link:focus-visible {
|
|
4184
4172
|
outline: 2px solid color-mix(in srgb, var(--lsg-color-primary) 35%, var(--lsg-color-white));
|
|
@@ -4259,8 +4247,8 @@
|
|
|
4259
4247
|
|
|
4260
4248
|
.lsg-footer {
|
|
4261
4249
|
font-family: var(--lsg-font-family-primary);
|
|
4262
|
-
background-color:
|
|
4263
|
-
color:
|
|
4250
|
+
background-color: #18181b;
|
|
4251
|
+
color: #ffffff;
|
|
4264
4252
|
width: 100%;
|
|
4265
4253
|
}
|
|
4266
4254
|
.lsg-footer--simple .lsg-footer__simple-inner {
|
|
@@ -4296,7 +4284,7 @@
|
|
|
4296
4284
|
}
|
|
4297
4285
|
}
|
|
4298
4286
|
.lsg-footer--simple .lsg-footer__pipe {
|
|
4299
|
-
color:
|
|
4287
|
+
color: #ffffff;
|
|
4300
4288
|
font-size: 0.875rem;
|
|
4301
4289
|
padding: 0 8px;
|
|
4302
4290
|
opacity: 0.5;
|
|
@@ -4313,13 +4301,13 @@
|
|
|
4313
4301
|
.lsg-footer--simple .lsg-footer__mobile-divider {
|
|
4314
4302
|
display: block;
|
|
4315
4303
|
border: none;
|
|
4316
|
-
border-top: 1px solid
|
|
4304
|
+
border-top: 1px solid rgba(255, 255, 255, 0.2);
|
|
4317
4305
|
margin: 0;
|
|
4318
4306
|
width: 100%;
|
|
4319
4307
|
}
|
|
4320
4308
|
}
|
|
4321
4309
|
.lsg-footer--simple .lsg-footer__simple-nav-item {
|
|
4322
|
-
color:
|
|
4310
|
+
color: #ffffff;
|
|
4323
4311
|
text-decoration: none;
|
|
4324
4312
|
font-size: 0.875rem;
|
|
4325
4313
|
height: 40px;
|
|
@@ -4359,7 +4347,7 @@
|
|
|
4359
4347
|
padding-top: 4px;
|
|
4360
4348
|
}
|
|
4361
4349
|
.lsg-footer--complex .lsg-footer__logo-col .lsg-logo__text {
|
|
4362
|
-
color:
|
|
4350
|
+
color: #ffffff;
|
|
4363
4351
|
font-weight: 700;
|
|
4364
4352
|
}
|
|
4365
4353
|
.lsg-footer--complex .lsg-footer__logo-col .lsg-logo__image {
|
|
@@ -4392,7 +4380,7 @@
|
|
|
4392
4380
|
font-weight: 600;
|
|
4393
4381
|
letter-spacing: 0.08em;
|
|
4394
4382
|
text-transform: uppercase;
|
|
4395
|
-
color:
|
|
4383
|
+
color: #ffffff;
|
|
4396
4384
|
margin: 0 0 24px 0;
|
|
4397
4385
|
padding: 0;
|
|
4398
4386
|
line-height: 25px;
|
|
@@ -4406,18 +4394,18 @@
|
|
|
4406
4394
|
.lsg-footer--complex .lsg-footer__address svg {
|
|
4407
4395
|
flex-shrink: 0;
|
|
4408
4396
|
margin-top: 3px;
|
|
4409
|
-
color:
|
|
4397
|
+
color: #ffffff;
|
|
4410
4398
|
}
|
|
4411
4399
|
.lsg-footer--complex .lsg-footer__address p {
|
|
4412
4400
|
margin: 0;
|
|
4413
4401
|
font-size: 0.875rem;
|
|
4414
4402
|
line-height: 1.6;
|
|
4415
|
-
color:
|
|
4403
|
+
color: #ffffff;
|
|
4416
4404
|
white-space: pre-line;
|
|
4417
4405
|
}
|
|
4418
4406
|
.lsg-footer--complex .lsg-footer__divider {
|
|
4419
4407
|
border: none;
|
|
4420
|
-
border-top: 1px solid
|
|
4408
|
+
border-top: 1px solid rgba(255, 255, 255, 0.2);
|
|
4421
4409
|
margin: 16px 0;
|
|
4422
4410
|
}
|
|
4423
4411
|
.lsg-footer--complex .lsg-footer__contact-items {
|
|
@@ -4430,16 +4418,16 @@
|
|
|
4430
4418
|
align-items: center;
|
|
4431
4419
|
gap: 12px;
|
|
4432
4420
|
font-size: 0.875rem;
|
|
4433
|
-
color:
|
|
4421
|
+
color: #ffffff;
|
|
4434
4422
|
height: 24px;
|
|
4435
4423
|
}
|
|
4436
4424
|
.lsg-footer--complex .lsg-footer__contact-item svg {
|
|
4437
4425
|
flex-shrink: 0;
|
|
4438
|
-
color:
|
|
4426
|
+
color: #ffffff;
|
|
4439
4427
|
}
|
|
4440
4428
|
.lsg-footer--complex .lsg-footer__contact-item span,
|
|
4441
4429
|
.lsg-footer--complex .lsg-footer__contact-item a {
|
|
4442
|
-
color:
|
|
4430
|
+
color: #ffffff;
|
|
4443
4431
|
text-decoration: none;
|
|
4444
4432
|
line-height: 24px;
|
|
4445
4433
|
}
|
|
@@ -4456,7 +4444,7 @@
|
|
|
4456
4444
|
}
|
|
4457
4445
|
.lsg-footer--complex .lsg-footer__quicklink {
|
|
4458
4446
|
display: block;
|
|
4459
|
-
color:
|
|
4447
|
+
color: #ffffff;
|
|
4460
4448
|
text-decoration: none;
|
|
4461
4449
|
font-size: 0.875rem;
|
|
4462
4450
|
line-height: 24px;
|
|
@@ -4467,7 +4455,7 @@
|
|
|
4467
4455
|
}
|
|
4468
4456
|
.lsg-footer--complex .lsg-footer__bottom-divider {
|
|
4469
4457
|
border: none;
|
|
4470
|
-
border-top: 1px solid
|
|
4458
|
+
border-top: 1px solid rgba(255, 255, 255, 0.2);
|
|
4471
4459
|
margin: 0;
|
|
4472
4460
|
}
|
|
4473
4461
|
.lsg-footer--complex .lsg-footer__bottom {
|
|
@@ -4483,6 +4471,309 @@
|
|
|
4483
4471
|
.lsg-footer__copyright {
|
|
4484
4472
|
font-size: 0.875rem;
|
|
4485
4473
|
line-height: 29px;
|
|
4486
|
-
color:
|
|
4474
|
+
color: #ffffff;
|
|
4487
4475
|
margin: 0;
|
|
4476
|
+
}
|
|
4477
|
+
:root {
|
|
4478
|
+
--atlascopco-blue-1: #f5fbfc;
|
|
4479
|
+
--atlascopco-blue-3: #b8e0ec;
|
|
4480
|
+
--atlascopco-blue-5: #7ac6dc;
|
|
4481
|
+
--atlascopco-blue-7: #3daccc;
|
|
4482
|
+
--atlascopco-blue-9: #0092bc;
|
|
4483
|
+
--atlascopco-blue-11: #006f8f;
|
|
4484
|
+
--atlascopco-gray-1: #f8f9f9;
|
|
4485
|
+
--atlascopco-gray-3: #d1d4d7;
|
|
4486
|
+
--atlascopco-gray-5: #aab0b5;
|
|
4487
|
+
--atlascopco-gray-7: #828b92;
|
|
4488
|
+
--atlascopco-gray-9: #5b6770;
|
|
4489
|
+
--atlascopco-gray-11: #2f363a;
|
|
4490
|
+
--atlascopco-beige-1: #f5f2ef;
|
|
4491
|
+
--atlascopco-beige-2: #efebe6;
|
|
4492
|
+
--atlascopco-beige-3: #e7e0da;
|
|
4493
|
+
--atlascopco-beige-4: #dfd6ce;
|
|
4494
|
+
--atlascopco-blue: #0092bc;
|
|
4495
|
+
--atlascopco-blue-dark: #006f8f;
|
|
4496
|
+
--atlascopco-black: #000000;
|
|
4497
|
+
--atlascopco-white: #ffffff;
|
|
4498
|
+
--atlascopco-gradient-blue: linear-gradient(135deg, #0092bc 0%, #006f8f 100%);
|
|
4499
|
+
--atlascopco-gradient-gray: linear-gradient(135deg, #f8f9f9 0%, #aab0b5 100%);
|
|
4500
|
+
--atlascopco-gradient-beige: linear-gradient(135deg, #f5f2ef 0%, #e7e0da 100%);
|
|
4501
|
+
--atlascopco-gradient-dark: linear-gradient(135deg, #5b6770 0%, #2f363a 100%);
|
|
4502
|
+
--atlascopco-grey-100: #f8f9f9;
|
|
4503
|
+
--atlascopco-grey-200: #d1d4d7;
|
|
4504
|
+
--atlascopco-grey-300: #aab0b5;
|
|
4505
|
+
--atlascopco-grey-400: #828b92;
|
|
4506
|
+
--atlascopco-grey-500: #5b6770;
|
|
4507
|
+
--atlascopco-grey-600: #2f363a;
|
|
4508
|
+
--color-primary: #0092bc;
|
|
4509
|
+
--font-family-base: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif;
|
|
4510
|
+
--spacing-zero: 0px;
|
|
4511
|
+
--spacing-xxs: 4px;
|
|
4512
|
+
--spacing-xs: 8px;
|
|
4513
|
+
--spacing-sm: 12px;
|
|
4514
|
+
--spacing-md: 16px;
|
|
4515
|
+
--spacing-lg: 24px;
|
|
4516
|
+
--spacing-xl: 36px;
|
|
4517
|
+
--spacing-xxl: 48px;
|
|
4518
|
+
--spacing-3xl: 72px;
|
|
4519
|
+
--spacing-4xl: 96px;
|
|
4520
|
+
--h1-mobile-size: 32px;
|
|
4521
|
+
--h1-mobile-line-height: 1.2;
|
|
4522
|
+
--h2-mobile-size: 24px;
|
|
4523
|
+
--h2-mobile-line-height: 1.2;
|
|
4524
|
+
--h3-mobile-size: 18px;
|
|
4525
|
+
--h3-mobile-line-height: 1.6;
|
|
4526
|
+
--body-mobile-size: 14px;
|
|
4527
|
+
--body-mobile-line-height: 1.5;
|
|
4528
|
+
--h1-desktop-size: 55px;
|
|
4529
|
+
--h1-desktop-line-height: 1.15;
|
|
4530
|
+
--h2-desktop-size: 40px;
|
|
4531
|
+
--h2-desktop-line-height: 1.2;
|
|
4532
|
+
--h3-desktop-size: 32px;
|
|
4533
|
+
--h3-desktop-line-height: 1.2;
|
|
4534
|
+
--body-desktop-size: 18px;
|
|
4535
|
+
--body-desktop-line-height: 1.6;
|
|
4536
|
+
--text-lg-size: 27px;
|
|
4537
|
+
--text-lg-line-height: 1.4;
|
|
4538
|
+
--text-xl-size: 36px;
|
|
4539
|
+
--text-xl-line-height: 1.4;
|
|
4540
|
+
--text-xxl-size: 64px;
|
|
4541
|
+
--text-xxl-line-height: 1;
|
|
4542
|
+
}
|
|
4543
|
+
|
|
4544
|
+
.lsg-ai-banner {
|
|
4545
|
+
width: 100%;
|
|
4546
|
+
background-color: var(--lsg-ai-banner-bg);
|
|
4547
|
+
}
|
|
4548
|
+
.lsg-ai-banner__inner {
|
|
4549
|
+
display: flex;
|
|
4550
|
+
align-items: center;
|
|
4551
|
+
justify-content: center;
|
|
4552
|
+
max-width: var(--lsg-ai-banner-max-width);
|
|
4553
|
+
margin: 0 auto;
|
|
4554
|
+
padding: 0 24px;
|
|
4555
|
+
height: var(--lsg-ai-banner-height);
|
|
4556
|
+
}
|
|
4557
|
+
.lsg-ai-banner__content {
|
|
4558
|
+
display: flex;
|
|
4559
|
+
align-items: center;
|
|
4560
|
+
justify-content: center;
|
|
4561
|
+
gap: var(--lsg-ai-banner-gap);
|
|
4562
|
+
min-width: 0;
|
|
4563
|
+
}
|
|
4564
|
+
@media (min-width: 768px) {
|
|
4565
|
+
.lsg-ai-banner__content {
|
|
4566
|
+
transform: translateX(25vw);
|
|
4567
|
+
}
|
|
4568
|
+
}
|
|
4569
|
+
.lsg-ai-banner__icon {
|
|
4570
|
+
display: flex;
|
|
4571
|
+
align-items: center;
|
|
4572
|
+
justify-content: center;
|
|
4573
|
+
flex-shrink: 0;
|
|
4574
|
+
color: var(--lsg-ai-banner-icon-color);
|
|
4575
|
+
width: var(--lsg-ai-banner-icon-size);
|
|
4576
|
+
height: var(--lsg-ai-banner-icon-size);
|
|
4577
|
+
}
|
|
4578
|
+
.lsg-ai-banner__icon-svg {
|
|
4579
|
+
width: var(--lsg-ai-banner-icon-size);
|
|
4580
|
+
height: var(--lsg-ai-banner-icon-size);
|
|
4581
|
+
}
|
|
4582
|
+
.lsg-ai-banner__text {
|
|
4583
|
+
font-size: var(--lsg-ai-banner-font-size);
|
|
4584
|
+
line-height: 1.35;
|
|
4585
|
+
color: var(--lsg-ai-banner-text-color);
|
|
4586
|
+
margin: 0;
|
|
4587
|
+
text-align: center;
|
|
4588
|
+
}
|
|
4589
|
+
.lsg-ai-banner__text strong {
|
|
4590
|
+
font-weight: inherit;
|
|
4591
|
+
}
|
|
4592
|
+
:root {
|
|
4593
|
+
--atlascopco-blue-1: #f5fbfc;
|
|
4594
|
+
--atlascopco-blue-3: #b8e0ec;
|
|
4595
|
+
--atlascopco-blue-5: #7ac6dc;
|
|
4596
|
+
--atlascopco-blue-7: #3daccc;
|
|
4597
|
+
--atlascopco-blue-9: #0092bc;
|
|
4598
|
+
--atlascopco-blue-11: #006f8f;
|
|
4599
|
+
--atlascopco-gray-1: #f8f9f9;
|
|
4600
|
+
--atlascopco-gray-3: #d1d4d7;
|
|
4601
|
+
--atlascopco-gray-5: #aab0b5;
|
|
4602
|
+
--atlascopco-gray-7: #828b92;
|
|
4603
|
+
--atlascopco-gray-9: #5b6770;
|
|
4604
|
+
--atlascopco-gray-11: #2f363a;
|
|
4605
|
+
--atlascopco-beige-1: #f5f2ef;
|
|
4606
|
+
--atlascopco-beige-2: #efebe6;
|
|
4607
|
+
--atlascopco-beige-3: #e7e0da;
|
|
4608
|
+
--atlascopco-beige-4: #dfd6ce;
|
|
4609
|
+
--atlascopco-blue: #0092bc;
|
|
4610
|
+
--atlascopco-blue-dark: #006f8f;
|
|
4611
|
+
--atlascopco-black: #000000;
|
|
4612
|
+
--atlascopco-white: #ffffff;
|
|
4613
|
+
--atlascopco-gradient-blue: linear-gradient(135deg, #0092bc 0%, #006f8f 100%);
|
|
4614
|
+
--atlascopco-gradient-gray: linear-gradient(135deg, #f8f9f9 0%, #aab0b5 100%);
|
|
4615
|
+
--atlascopco-gradient-beige: linear-gradient(135deg, #f5f2ef 0%, #e7e0da 100%);
|
|
4616
|
+
--atlascopco-gradient-dark: linear-gradient(135deg, #5b6770 0%, #2f363a 100%);
|
|
4617
|
+
--atlascopco-grey-100: #f8f9f9;
|
|
4618
|
+
--atlascopco-grey-200: #d1d4d7;
|
|
4619
|
+
--atlascopco-grey-300: #aab0b5;
|
|
4620
|
+
--atlascopco-grey-400: #828b92;
|
|
4621
|
+
--atlascopco-grey-500: #5b6770;
|
|
4622
|
+
--atlascopco-grey-600: #2f363a;
|
|
4623
|
+
--color-primary: #0092bc;
|
|
4624
|
+
--font-family-base: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif;
|
|
4625
|
+
--spacing-zero: 0px;
|
|
4626
|
+
--spacing-xxs: 4px;
|
|
4627
|
+
--spacing-xs: 8px;
|
|
4628
|
+
--spacing-sm: 12px;
|
|
4629
|
+
--spacing-md: 16px;
|
|
4630
|
+
--spacing-lg: 24px;
|
|
4631
|
+
--spacing-xl: 36px;
|
|
4632
|
+
--spacing-xxl: 48px;
|
|
4633
|
+
--spacing-3xl: 72px;
|
|
4634
|
+
--spacing-4xl: 96px;
|
|
4635
|
+
--h1-mobile-size: 32px;
|
|
4636
|
+
--h1-mobile-line-height: 1.2;
|
|
4637
|
+
--h2-mobile-size: 24px;
|
|
4638
|
+
--h2-mobile-line-height: 1.2;
|
|
4639
|
+
--h3-mobile-size: 18px;
|
|
4640
|
+
--h3-mobile-line-height: 1.6;
|
|
4641
|
+
--body-mobile-size: 14px;
|
|
4642
|
+
--body-mobile-line-height: 1.5;
|
|
4643
|
+
--h1-desktop-size: 55px;
|
|
4644
|
+
--h1-desktop-line-height: 1.15;
|
|
4645
|
+
--h2-desktop-size: 40px;
|
|
4646
|
+
--h2-desktop-line-height: 1.2;
|
|
4647
|
+
--h3-desktop-size: 32px;
|
|
4648
|
+
--h3-desktop-line-height: 1.2;
|
|
4649
|
+
--body-desktop-size: 18px;
|
|
4650
|
+
--body-desktop-line-height: 1.6;
|
|
4651
|
+
--text-lg-size: 27px;
|
|
4652
|
+
--text-lg-line-height: 1.4;
|
|
4653
|
+
--text-xl-size: 36px;
|
|
4654
|
+
--text-xl-line-height: 1.4;
|
|
4655
|
+
--text-xxl-size: 64px;
|
|
4656
|
+
--text-xxl-line-height: 1;
|
|
4657
|
+
}
|
|
4658
|
+
|
|
4659
|
+
.lsg-accordion {
|
|
4660
|
+
font-family: var(--lsg-font-family-primary);
|
|
4661
|
+
width: 100%;
|
|
4662
|
+
max-width: var(--lsg-accordion-max-width);
|
|
4663
|
+
}
|
|
4664
|
+
.lsg-accordion--bordered {
|
|
4665
|
+
border: 1px solid var(--lsg-accordion-divider-color);
|
|
4666
|
+
border-radius: var(--lsg-accordion-border-radius);
|
|
4667
|
+
overflow: hidden;
|
|
4668
|
+
}
|
|
4669
|
+
.lsg-accordion--bordered .lsg-accordion__item:first-child {
|
|
4670
|
+
border-top: none;
|
|
4671
|
+
}
|
|
4672
|
+
.lsg-accordion__item {
|
|
4673
|
+
border-top: 1px solid var(--lsg-accordion-divider-color);
|
|
4674
|
+
}
|
|
4675
|
+
.lsg-accordion__item--open > .lsg-accordion__header {
|
|
4676
|
+
color: var(--lsg-accordion-active-color);
|
|
4677
|
+
}
|
|
4678
|
+
.lsg-accordion__header {
|
|
4679
|
+
width: 100%;
|
|
4680
|
+
min-height: var(--lsg-accordion-header-height);
|
|
4681
|
+
display: flex;
|
|
4682
|
+
align-items: center;
|
|
4683
|
+
justify-content: space-between;
|
|
4684
|
+
gap: 16px;
|
|
4685
|
+
padding: var(--lsg-accordion-header-padding-y) 0;
|
|
4686
|
+
background: none;
|
|
4687
|
+
border: none;
|
|
4688
|
+
cursor: pointer;
|
|
4689
|
+
text-align: left;
|
|
4690
|
+
color: var(--lsg-accordion-title-color);
|
|
4691
|
+
font-family: var(--lsg-font-family-primary, inherit);
|
|
4692
|
+
transition: color 200ms ease, border-color 200ms ease;
|
|
4693
|
+
}
|
|
4694
|
+
.lsg-accordion__header:hover {
|
|
4695
|
+
color: var(--lsg-accordion-active-color);
|
|
4696
|
+
}
|
|
4697
|
+
.lsg-accordion__header:focus-visible {
|
|
4698
|
+
outline: 2px solid var(--lsg-accordion-active-color);
|
|
4699
|
+
outline-offset: -2px;
|
|
4700
|
+
}
|
|
4701
|
+
.lsg-accordion__title {
|
|
4702
|
+
font-size: var(--lsg-accordion-title-font-size);
|
|
4703
|
+
font-weight: var(--lsg-font-weight-semibold, 600);
|
|
4704
|
+
line-height: 1.4;
|
|
4705
|
+
flex: 1;
|
|
4706
|
+
padding-left: calc(var(--lsg-accordion-icon-size) + var(--lsg-accordion-icon-gap));
|
|
4707
|
+
}
|
|
4708
|
+
.lsg-accordion__icon {
|
|
4709
|
+
order: -1;
|
|
4710
|
+
flex-shrink: 0;
|
|
4711
|
+
display: flex;
|
|
4712
|
+
align-items: center;
|
|
4713
|
+
justify-content: center;
|
|
4714
|
+
color: var(--lsg-accordion-icon-color);
|
|
4715
|
+
transition: transform var(--lsg-accordion-transition), color 200ms ease;
|
|
4716
|
+
}
|
|
4717
|
+
.lsg-accordion__icon--open {
|
|
4718
|
+
color: var(--lsg-accordion-active-color);
|
|
4719
|
+
}
|
|
4720
|
+
.lsg-accordion--icon-chevron .lsg-accordion__icon--open {
|
|
4721
|
+
transform: rotate(180deg);
|
|
4722
|
+
}
|
|
4723
|
+
.lsg-accordion__icon--open .lsg-accordion__icon-plus-line {
|
|
4724
|
+
display: none;
|
|
4725
|
+
}
|
|
4726
|
+
.lsg-accordion__icon-svg {
|
|
4727
|
+
width: var(--lsg-accordion-icon-size);
|
|
4728
|
+
height: var(--lsg-accordion-icon-size);
|
|
4729
|
+
}
|
|
4730
|
+
.lsg-accordion__panel {
|
|
4731
|
+
overflow: hidden;
|
|
4732
|
+
max-height: 0;
|
|
4733
|
+
opacity: 0;
|
|
4734
|
+
transition: max-height var(--lsg-accordion-transition), opacity var(--lsg-accordion-transition);
|
|
4735
|
+
}
|
|
4736
|
+
.lsg-accordion__panel--open {
|
|
4737
|
+
max-height: 4000px;
|
|
4738
|
+
opacity: 1;
|
|
4739
|
+
padding-bottom: var(--lsg-accordion-content-padding-bottom);
|
|
4740
|
+
}
|
|
4741
|
+
.lsg-accordion__content {
|
|
4742
|
+
margin-left: calc(var(--lsg-accordion-icon-size) / 2);
|
|
4743
|
+
padding: 0 0 0 var(--lsg-accordion-content-indent);
|
|
4744
|
+
border-left: var(--lsg-accordion-content-border-width) solid var(--lsg-accordion-active-color);
|
|
4745
|
+
font-size: var(--lsg-accordion-content-font-size);
|
|
4746
|
+
line-height: var(--lsg-accordion-content-line-height);
|
|
4747
|
+
color: var(--lsg-accordion-content-color);
|
|
4748
|
+
}
|
|
4749
|
+
.lsg-accordion__content p {
|
|
4750
|
+
margin: 0 0 12px;
|
|
4751
|
+
}
|
|
4752
|
+
.lsg-accordion__content p:last-child {
|
|
4753
|
+
margin-bottom: 0;
|
|
4754
|
+
}
|
|
4755
|
+
.lsg-accordion__content ul, .lsg-accordion__content ol {
|
|
4756
|
+
margin: 0 0 12px 24px;
|
|
4757
|
+
padding: 0;
|
|
4758
|
+
}
|
|
4759
|
+
.lsg-accordion__content a {
|
|
4760
|
+
color: var(--lsg-accordion-active-color);
|
|
4761
|
+
}
|
|
4762
|
+
.lsg-accordion__content img {
|
|
4763
|
+
max-width: 100%;
|
|
4764
|
+
height: auto;
|
|
4765
|
+
}
|
|
4766
|
+
.lsg-accordion--faq .lsg-accordion__title {
|
|
4767
|
+
font-size: var(--lsg-accordion-faq-title-font-size);
|
|
4768
|
+
}
|
|
4769
|
+
.lsg-accordion--faq .lsg-accordion__content {
|
|
4770
|
+
font-size: var(--lsg-accordion-faq-content-font-size);
|
|
4771
|
+
}
|
|
4772
|
+
@media (min-width: 768px) {
|
|
4773
|
+
.lsg-accordion__header {
|
|
4774
|
+
min-height: var(--lsg-accordion-header-height);
|
|
4775
|
+
}
|
|
4776
|
+
.lsg-accordion__title {
|
|
4777
|
+
padding-left: var(--lsg-accordion-icon-gap);
|
|
4778
|
+
}
|
|
4488
4779
|
}
|