diff --git a/404.html b/404.html index 291959fe..3b8fd867 100644 --- a/404.html +++ b/404.html @@ -12,29 +12,17 @@ - + + + + -
-
- - 404 - -

Page Not Found

-

- Go home -

+
+
+
+
+ Not Found page +
+
+
+
+

Error 404: Page not found

+
+
+
+
+
+
+
+

Sorry, the page you were looking for at this URL was not found.

+

Continue to the homepage

+
+
+
diff --git a/blocks/imageslider/imageslider.css b/blocks/imageslider/imageslider.css index 34a92868..f0c458c0 100644 --- a/blocks/imageslider/imageslider.css +++ b/blocks/imageslider/imageslider.css @@ -10,6 +10,7 @@ main div.imageslider-wrapper { /* width: 100%; */ position: relative; max-width: unset; + margin-bottom: 70px; } main div.imageslider-wrapper:last-child { diff --git a/icons/hero-inner-default.webp b/icons/hero-inner-default.webp new file mode 100644 index 00000000..27f1f0f0 Binary files /dev/null and b/icons/hero-inner-default.webp differ diff --git a/scripts/aem.js b/scripts/aem.js index 9921808e..5b133c6a 100644 --- a/scripts/aem.js +++ b/scripts/aem.js @@ -533,7 +533,7 @@ function decorateButtons(element) { && twoup.tagName === 'STRONG' ) { a.setAttribute('target', '_blank'); - a.classList.add('text-normal'); + a.classList.add('style-normal'); } } } diff --git a/styles/Typo.css b/styles/Typo.css index 3135a977..160fd025 100644 --- a/styles/Typo.css +++ b/styles/Typo.css @@ -608,6 +608,7 @@ input[type="text"]:focus .blog-pagination a, .button, +button.primary, .cta_button, .hs-button, .readmore, @@ -1118,6 +1119,11 @@ body.mrna input[type="submit"]:hover { font-weight: normal; } +.style-normal { + font-weight: normal; + font-style: normal; +} + .cols-row, .cols2-row, .cols3-row {