diff --git a/content/messages/IT/long_term_nq.json b/content/messages/IT/long_term_nq.json
index 77bfaed2be..3e5a762ee2 100644
--- a/content/messages/IT/long_term_nq.json
+++ b/content/messages/IT/long_term_nq.json
@@ -18,7 +18,7 @@
["Acquista ora, paga dopo.", ["default", "xsmall"]],
["Acquista ora e paga dopo.", ["xsmall.2"]],
[
- "Paga gli acquisti tra {formattedMinAmount} e {formattedMaxAmount} a rate mensili.",
+ "Paga a rate per acquisti da {formattedMinAmount} a {formattedMaxAmount}.",
["small", "medium", "large", "xlarge"]
]
],
diff --git a/content/messages/IT/long_term_q.json b/content/messages/IT/long_term_q.json
index 87b5df6643..5671d0ddf6 100644
--- a/content/messages/IT/long_term_q.json
+++ b/content/messages/IT/long_term_q.json
@@ -17,7 +17,7 @@
"headline": [
["Acquista ora, paga dopo.", ["default", "xsmall"]],
["Acquista ora e paga dopo.", ["xsmall.2"]],
- [["Paga fino a {total_payments} rate mensili."], ["small", "medium", "large", "xlarge"]]
+ [["Paga fino a {total_payments} rate."], ["small", "medium", "large", "xlarge"]]
],
"subHeadline": [],
"disclaimer": [["Scopri di più", ["default"]]]
diff --git a/content/modals/ES/long_term.json b/content/modals/ES/long_term.json
index fc610c4af8..a7da82adff 100644
--- a/content/modals/ES/long_term.json
+++ b/content/modals/ES/long_term.json
@@ -24,8 +24,8 @@
"headline": "Paga en 6, 12 o 24 plazos",
"subheadline": "Compra hoy, sin pago inicial.",
"calculator": {
- "title": "¿Cuál es el importe tu compra?",
- "genericTitle": "¿Cuál es el importe tu compra?",
+ "title": "¿Cuál es el importe de tu compra?",
+ "genericTitle": "¿Cuál es el importe de tu compra?",
"inputLabel": "Importe de compra",
"inputPlaceholder": "0 €",
"inputCurrencySymbol": "€",
diff --git a/content/modals/IT/long_term.json b/content/modals/IT/long_term.json
index f4a6c4ebbe..c5b1c1b40c 100644
--- a/content/modals/IT/long_term.json
+++ b/content/modals/IT/long_term.json
@@ -22,7 +22,7 @@
},
"content": {
"headline": "Paga in 6, 12 o 24 rate",
- "subheadline": "Acquista oggi, senza acconto",
+ "subheadline": "Acquista oggi, senza acconto.",
"calculator": {
"title": "Qual è l'importo del tuo acquisto?",
"genericTitle": "Qual è l'importo del tuo acquisto?",
diff --git a/content/offers/IT/long_term.json b/content/offers/IT/long_term.json
index a8e4bb3952..762d29a7b4 100644
--- a/content/offers/IT/long_term.json
+++ b/content/offers/IT/long_term.json
@@ -36,7 +36,7 @@
"aboveThreshold": "Inserisci un importo inferiore a {formattedMaxAmount}."
},
"disclaimer": {
- "nonZeroAPR": "Tasso annuo nominale fisso (TIN) {formattedNominalRatePrecision2}%*
Tasso annuo effettivo globale (TAEG) del {formattedAPR}%*",
+ "nonZeroAPR": "Tasso annuo nominale fisso (TAN) {formattedNominalRatePrecision2}%*
Tasso annuo effettivo globale (TAEG) {formattedAPR}%*",
"zeroAPR": "Tasso annuo nominale fisso dello 0%
Tasso annuo effettivo globale (TAEG) dello 0%"
},
"termsLabel": {
diff --git a/src/components/modal/v2/styles/components/_calculator.scss b/src/components/modal/v2/styles/components/_calculator.scss
index 20852b5b49..9efeb441ec 100644
--- a/src/components/modal/v2/styles/components/_calculator.scss
+++ b/src/components/modal/v2/styles/components/_calculator.scss
@@ -209,7 +209,7 @@
display: inline-flex;
text-align: left;
align-items: flex-start;
- max-width: 315px;
+ max-width: 317px;
@include desktop {
margin: auto;
diff --git a/src/server/locale/IT/mutations/long_term_nq.js b/src/server/locale/IT/mutations/long_term_nq.js
index a6e97534fe..fc50877436 100644
--- a/src/server/locale/IT/mutations/long_term_nq.js
+++ b/src/server/locale/IT/mutations/long_term_nq.js
@@ -15,7 +15,7 @@ const headlineBreaks = [
},
{
sizes: ['medium'],
- breaks: ['a rate']
+ breaks: ['acquisti']
}
].reduce((acc, item) => {
const { sizes, breaks } = item;
@@ -75,7 +75,7 @@ export default {
headline: [
{
tag: 'medium',
- br: ['a rate']
+ br: ['acquisti']
},
{ tag: 'xsmall' }
],
@@ -119,8 +119,8 @@ export default {
headline: [
{
tag: 'medium',
- br: ['a rate'],
- replace: [['mensili.', 'mensili']]
+ br: ['acquisti'],
+ replace: [['€.', '€']]
},
{
tag: 'xsmall',
@@ -138,8 +138,8 @@ export default {
headline: [
{
tag: 'medium.2',
- br: ['a rate'],
- replace: [['mensili.', 'mensili']]
+ br: ['acquisti'],
+ replace: [['€.', '€']]
},
{
tag: 'xsmall',
diff --git a/src/server/locale/IT/mutations/long_term_q.js b/src/server/locale/IT/mutations/long_term_q.js
index 1ef79cf51e..0afc6241f4 100644
--- a/src/server/locale/IT/mutations/long_term_q.js
+++ b/src/server/locale/IT/mutations/long_term_q.js
@@ -77,8 +77,8 @@ export default {
headline: [
{
tag: 'medium',
- br: ['rate'],
- replace: [['mensili.', 'mensili']]
+ br: ['fino a'],
+ replace: [['rate.', 'rate']]
},
{ tag: 'xsmall' }
],
@@ -127,8 +127,8 @@ export default {
headline: [
{
tag: 'medium',
- br: ['rate'],
- replace: [['mensili.', 'mensili']]
+ br: ['fino a'],
+ replace: [['rate.', 'rate']]
},
{ tag: 'xsmall', br: ['ora, '] }
]
@@ -143,7 +143,7 @@ export default {
{
tag: 'medium',
br: ['rate'],
- replace: [['mensili.', 'mensili']]
+ replace: [['rate.', 'rate']]
},
{
tag: 'xsmall.2',
@@ -161,7 +161,7 @@ export default {
{
tag: 'medium',
br: ['rate'],
- replace: [['mensili.', 'mensili']]
+ replace: [['rate.', 'rate']]
},
{
tag: 'xsmall.2',
diff --git a/tests/functional/snapshots/IT/DEV0000ITPLTQ/flex/color-black_ratio-1x1-1100-snap.png b/tests/functional/snapshots/IT/DEV0000ITPLTQ/flex/color-black_ratio-1x1-1100-snap.png
index 420c354071..b0c9d3a55d 100644
Binary files a/tests/functional/snapshots/IT/DEV0000ITPLTQ/flex/color-black_ratio-1x1-1100-snap.png and b/tests/functional/snapshots/IT/DEV0000ITPLTQ/flex/color-black_ratio-1x1-1100-snap.png differ
diff --git a/tests/functional/snapshots/IT/DEV0000ITPLTQ/flex/color-blue_ratio-1x1-1100-snap.png b/tests/functional/snapshots/IT/DEV0000ITPLTQ/flex/color-blue_ratio-1x1-1100-snap.png
index 78fdf2623f..ad36bb9148 100644
Binary files a/tests/functional/snapshots/IT/DEV0000ITPLTQ/flex/color-blue_ratio-1x1-1100-snap.png and b/tests/functional/snapshots/IT/DEV0000ITPLTQ/flex/color-blue_ratio-1x1-1100-snap.png differ
diff --git a/tests/functional/snapshots/IT/DEV0000ITPLTQ/flex/color-blue_ratio-1x1-400-snap.png b/tests/functional/snapshots/IT/DEV0000ITPLTQ/flex/color-blue_ratio-1x1-400-snap.png
index 78fdf2623f..ad36bb9148 100644
Binary files a/tests/functional/snapshots/IT/DEV0000ITPLTQ/flex/color-blue_ratio-1x1-400-snap.png and b/tests/functional/snapshots/IT/DEV0000ITPLTQ/flex/color-blue_ratio-1x1-400-snap.png differ
diff --git a/tests/functional/snapshots/IT/DEV0000ITPLTQ/flex/color-blue_ratio-1x4-1100-snap.png b/tests/functional/snapshots/IT/DEV0000ITPLTQ/flex/color-blue_ratio-1x4-1100-snap.png
index 5b3ca418da..d527d5f52d 100644
Binary files a/tests/functional/snapshots/IT/DEV0000ITPLTQ/flex/color-blue_ratio-1x4-1100-snap.png and b/tests/functional/snapshots/IT/DEV0000ITPLTQ/flex/color-blue_ratio-1x4-1100-snap.png differ
diff --git a/tests/functional/snapshots/IT/DEV0000ITPLTQ/flex/color-blue_ratio-1x4-400-snap.png b/tests/functional/snapshots/IT/DEV0000ITPLTQ/flex/color-blue_ratio-1x4-400-snap.png
index 44e3296541..e35bec32d6 100644
Binary files a/tests/functional/snapshots/IT/DEV0000ITPLTQ/flex/color-blue_ratio-1x4-400-snap.png and b/tests/functional/snapshots/IT/DEV0000ITPLTQ/flex/color-blue_ratio-1x4-400-snap.png differ
diff --git a/tests/functional/snapshots/IT/DEV0000ITPLTQ/flex/color-blue_ratio-20x1-1100-snap.png b/tests/functional/snapshots/IT/DEV0000ITPLTQ/flex/color-blue_ratio-20x1-1100-snap.png
index 877ebf3287..7b83ce1e92 100644
Binary files a/tests/functional/snapshots/IT/DEV0000ITPLTQ/flex/color-blue_ratio-20x1-1100-snap.png and b/tests/functional/snapshots/IT/DEV0000ITPLTQ/flex/color-blue_ratio-20x1-1100-snap.png differ
diff --git a/tests/functional/snapshots/IT/DEV0000ITPLTQ/flex/color-blue_ratio-20x1-400-snap.png b/tests/functional/snapshots/IT/DEV0000ITPLTQ/flex/color-blue_ratio-20x1-400-snap.png
index 13decd1a40..9c005380d2 100644
Binary files a/tests/functional/snapshots/IT/DEV0000ITPLTQ/flex/color-blue_ratio-20x1-400-snap.png and b/tests/functional/snapshots/IT/DEV0000ITPLTQ/flex/color-blue_ratio-20x1-400-snap.png differ
diff --git a/tests/functional/snapshots/IT/DEV0000ITPLTQ/flex/color-blue_ratio-8x1-1100-snap.png b/tests/functional/snapshots/IT/DEV0000ITPLTQ/flex/color-blue_ratio-8x1-1100-snap.png
index f21006bb8f..5219ece940 100644
Binary files a/tests/functional/snapshots/IT/DEV0000ITPLTQ/flex/color-blue_ratio-8x1-1100-snap.png and b/tests/functional/snapshots/IT/DEV0000ITPLTQ/flex/color-blue_ratio-8x1-1100-snap.png differ
diff --git a/tests/functional/snapshots/IT/DEV0000ITPLTQ/flex/color-blue_ratio-8x1-400-snap.png b/tests/functional/snapshots/IT/DEV0000ITPLTQ/flex/color-blue_ratio-8x1-400-snap.png
index 13decd1a40..9c005380d2 100644
Binary files a/tests/functional/snapshots/IT/DEV0000ITPLTQ/flex/color-blue_ratio-8x1-400-snap.png and b/tests/functional/snapshots/IT/DEV0000ITPLTQ/flex/color-blue_ratio-8x1-400-snap.png differ
diff --git a/tests/functional/snapshots/IT/DEV0000ITPLTQ/flex/color-gray_ratio-1x1-1100-snap.png b/tests/functional/snapshots/IT/DEV0000ITPLTQ/flex/color-gray_ratio-1x1-1100-snap.png
index 2f0576667b..64e020d066 100644
Binary files a/tests/functional/snapshots/IT/DEV0000ITPLTQ/flex/color-gray_ratio-1x1-1100-snap.png and b/tests/functional/snapshots/IT/DEV0000ITPLTQ/flex/color-gray_ratio-1x1-1100-snap.png differ
diff --git a/tests/functional/snapshots/IT/DEV0000ITPLTQ/flex/color-white_ratio-1x1-1100-snap.png b/tests/functional/snapshots/IT/DEV0000ITPLTQ/flex/color-white_ratio-1x1-1100-snap.png
index c3614f964a..c400d330fe 100644
Binary files a/tests/functional/snapshots/IT/DEV0000ITPLTQ/flex/color-white_ratio-1x1-1100-snap.png and b/tests/functional/snapshots/IT/DEV0000ITPLTQ/flex/color-white_ratio-1x1-1100-snap.png differ
diff --git a/tests/functional/snapshots/IT/DEV0000ITPLTQ/text/logo.position-left_logo.type-primary-1000-snap.png b/tests/functional/snapshots/IT/DEV0000ITPLTQ/text/logo.position-left_logo.type-primary-1000-snap.png
index 7ca0cf0e59..5e87baf964 100644
Binary files a/tests/functional/snapshots/IT/DEV0000ITPLTQ/text/logo.position-left_logo.type-primary-1000-snap.png and b/tests/functional/snapshots/IT/DEV0000ITPLTQ/text/logo.position-left_logo.type-primary-1000-snap.png differ
diff --git a/tests/functional/snapshots/IT/DEV0000ITPLTQ/text/logo.position-right_logo.type-primary-1000-snap.png b/tests/functional/snapshots/IT/DEV0000ITPLTQ/text/logo.position-right_logo.type-primary-1000-snap.png
index 933412559e..b2ec79e522 100644
Binary files a/tests/functional/snapshots/IT/DEV0000ITPLTQ/text/logo.position-right_logo.type-primary-1000-snap.png and b/tests/functional/snapshots/IT/DEV0000ITPLTQ/text/logo.position-right_logo.type-primary-1000-snap.png differ
diff --git a/tests/functional/snapshots/IT/DEV0000ITPLTQ/text/logo.position-top_logo.type-primary-1000-snap.png b/tests/functional/snapshots/IT/DEV0000ITPLTQ/text/logo.position-top_logo.type-primary-1000-snap.png
index c1d54942c8..6839936003 100644
Binary files a/tests/functional/snapshots/IT/DEV0000ITPLTQ/text/logo.position-top_logo.type-primary-1000-snap.png and b/tests/functional/snapshots/IT/DEV0000ITPLTQ/text/logo.position-top_logo.type-primary-1000-snap.png differ
diff --git a/tests/functional/snapshots/IT/DEV0000ITPLTQ/text/logo.type-alternative-1000-snap.png b/tests/functional/snapshots/IT/DEV0000ITPLTQ/text/logo.type-alternative-1000-snap.png
index f881b7d206..28e1afc73a 100644
Binary files a/tests/functional/snapshots/IT/DEV0000ITPLTQ/text/logo.type-alternative-1000-snap.png and b/tests/functional/snapshots/IT/DEV0000ITPLTQ/text/logo.type-alternative-1000-snap.png differ
diff --git a/tests/functional/snapshots/IT/DEV0000ITPLTQ/text/logo.type-alternative_text.color-grayscale-1000-snap.png b/tests/functional/snapshots/IT/DEV0000ITPLTQ/text/logo.type-alternative_text.color-grayscale-1000-snap.png
index 861b1af8b7..4f7f87d7dd 100644
Binary files a/tests/functional/snapshots/IT/DEV0000ITPLTQ/text/logo.type-alternative_text.color-grayscale-1000-snap.png and b/tests/functional/snapshots/IT/DEV0000ITPLTQ/text/logo.type-alternative_text.color-grayscale-1000-snap.png differ
diff --git a/tests/functional/snapshots/IT/DEV0000ITPLTQ/text/logo.type-alternative_text.color-monochrome-1000-snap.png b/tests/functional/snapshots/IT/DEV0000ITPLTQ/text/logo.type-alternative_text.color-monochrome-1000-snap.png
index afb8d0c495..97f7c2a9a7 100644
Binary files a/tests/functional/snapshots/IT/DEV0000ITPLTQ/text/logo.type-alternative_text.color-monochrome-1000-snap.png and b/tests/functional/snapshots/IT/DEV0000ITPLTQ/text/logo.type-alternative_text.color-monochrome-1000-snap.png differ
diff --git a/tests/functional/snapshots/IT/DEV0000ITPLTQ/text/logo.type-alternative_text.color-white-1000-snap.png b/tests/functional/snapshots/IT/DEV0000ITPLTQ/text/logo.type-alternative_text.color-white-1000-snap.png
index 2320472002..4d2e635c1c 100644
Binary files a/tests/functional/snapshots/IT/DEV0000ITPLTQ/text/logo.type-alternative_text.color-white-1000-snap.png and b/tests/functional/snapshots/IT/DEV0000ITPLTQ/text/logo.type-alternative_text.color-white-1000-snap.png differ
diff --git a/tests/functional/snapshots/IT/DEV0000ITPLTQ/text/logo.type-inline-1000-snap.png b/tests/functional/snapshots/IT/DEV0000ITPLTQ/text/logo.type-inline-1000-snap.png
index cb0b99bfc1..99e5d1c424 100644
Binary files a/tests/functional/snapshots/IT/DEV0000ITPLTQ/text/logo.type-inline-1000-snap.png and b/tests/functional/snapshots/IT/DEV0000ITPLTQ/text/logo.type-inline-1000-snap.png differ
diff --git a/tests/functional/snapshots/IT/DEV0000ITPLTQ/text/logo.type-inline_text.color-grayscale-1000-snap.png b/tests/functional/snapshots/IT/DEV0000ITPLTQ/text/logo.type-inline_text.color-grayscale-1000-snap.png
index 00a68d4a68..dbc2ffe11f 100644
Binary files a/tests/functional/snapshots/IT/DEV0000ITPLTQ/text/logo.type-inline_text.color-grayscale-1000-snap.png and b/tests/functional/snapshots/IT/DEV0000ITPLTQ/text/logo.type-inline_text.color-grayscale-1000-snap.png differ
diff --git a/tests/functional/snapshots/IT/DEV0000ITPLTQ/text/logo.type-inline_text.color-monochrome-1000-snap.png b/tests/functional/snapshots/IT/DEV0000ITPLTQ/text/logo.type-inline_text.color-monochrome-1000-snap.png
index dcc7399612..61b46aab47 100644
Binary files a/tests/functional/snapshots/IT/DEV0000ITPLTQ/text/logo.type-inline_text.color-monochrome-1000-snap.png and b/tests/functional/snapshots/IT/DEV0000ITPLTQ/text/logo.type-inline_text.color-monochrome-1000-snap.png differ
diff --git a/tests/functional/snapshots/IT/DEV0000ITPLTQ/text/logo.type-inline_text.color-white-1000-snap.png b/tests/functional/snapshots/IT/DEV0000ITPLTQ/text/logo.type-inline_text.color-white-1000-snap.png
index 854ae95ab1..c3313b5f70 100644
Binary files a/tests/functional/snapshots/IT/DEV0000ITPLTQ/text/logo.type-inline_text.color-white-1000-snap.png and b/tests/functional/snapshots/IT/DEV0000ITPLTQ/text/logo.type-inline_text.color-white-1000-snap.png differ
diff --git a/tests/functional/snapshots/IT/DEV0000ITPLTQ/text/logo.type-none-1000-snap.png b/tests/functional/snapshots/IT/DEV0000ITPLTQ/text/logo.type-none-1000-snap.png
index 6e1490a84d..e808dd5945 100644
Binary files a/tests/functional/snapshots/IT/DEV0000ITPLTQ/text/logo.type-none-1000-snap.png and b/tests/functional/snapshots/IT/DEV0000ITPLTQ/text/logo.type-none-1000-snap.png differ
diff --git a/tests/functional/snapshots/IT/DEV0000ITPLTQ/text/logo.type-none_text.color-grayscale-1000-snap.png b/tests/functional/snapshots/IT/DEV0000ITPLTQ/text/logo.type-none_text.color-grayscale-1000-snap.png
index 04347a9335..7fb607d153 100644
Binary files a/tests/functional/snapshots/IT/DEV0000ITPLTQ/text/logo.type-none_text.color-grayscale-1000-snap.png and b/tests/functional/snapshots/IT/DEV0000ITPLTQ/text/logo.type-none_text.color-grayscale-1000-snap.png differ
diff --git a/tests/functional/snapshots/IT/DEV0000ITPLTQ/text/logo.type-none_text.color-monochrome-1000-snap.png b/tests/functional/snapshots/IT/DEV0000ITPLTQ/text/logo.type-none_text.color-monochrome-1000-snap.png
index d95a5845b8..6f2d929c55 100644
Binary files a/tests/functional/snapshots/IT/DEV0000ITPLTQ/text/logo.type-none_text.color-monochrome-1000-snap.png and b/tests/functional/snapshots/IT/DEV0000ITPLTQ/text/logo.type-none_text.color-monochrome-1000-snap.png differ
diff --git a/tests/functional/snapshots/IT/DEV0000ITPLTQ/text/logo.type-none_text.color-white-1000-snap.png b/tests/functional/snapshots/IT/DEV0000ITPLTQ/text/logo.type-none_text.color-white-1000-snap.png
index a1ac861512..3194033686 100644
Binary files a/tests/functional/snapshots/IT/DEV0000ITPLTQ/text/logo.type-none_text.color-white-1000-snap.png and b/tests/functional/snapshots/IT/DEV0000ITPLTQ/text/logo.type-none_text.color-white-1000-snap.png differ
diff --git a/tests/functional/snapshots/IT/DEV0000ITPLTQ/text/logo.type-primary_text.color-grayscale-1000-snap.png b/tests/functional/snapshots/IT/DEV0000ITPLTQ/text/logo.type-primary_text.color-grayscale-1000-snap.png
index 034b81cc88..a364ec5b7d 100644
Binary files a/tests/functional/snapshots/IT/DEV0000ITPLTQ/text/logo.type-primary_text.color-grayscale-1000-snap.png and b/tests/functional/snapshots/IT/DEV0000ITPLTQ/text/logo.type-primary_text.color-grayscale-1000-snap.png differ
diff --git a/tests/functional/snapshots/IT/DEV0000ITPLTQ/text/logo.type-primary_text.color-monochrome-1000-snap.png b/tests/functional/snapshots/IT/DEV0000ITPLTQ/text/logo.type-primary_text.color-monochrome-1000-snap.png
index 2b361048bb..f3691a54a1 100644
Binary files a/tests/functional/snapshots/IT/DEV0000ITPLTQ/text/logo.type-primary_text.color-monochrome-1000-snap.png and b/tests/functional/snapshots/IT/DEV0000ITPLTQ/text/logo.type-primary_text.color-monochrome-1000-snap.png differ
diff --git a/tests/functional/snapshots/IT/DEV0000ITPLTQ/text/logo.type-primary_text.color-white-1000-snap.png b/tests/functional/snapshots/IT/DEV0000ITPLTQ/text/logo.type-primary_text.color-white-1000-snap.png
index 6067de9a7f..447bb6616e 100644
Binary files a/tests/functional/snapshots/IT/DEV0000ITPLTQ/text/logo.type-primary_text.color-white-1000-snap.png and b/tests/functional/snapshots/IT/DEV0000ITPLTQ/text/logo.type-primary_text.color-white-1000-snap.png differ
diff --git a/tests/functional/snapshots/IT/DEV0000ITPLTQ/text/logo.type-primary_text.size-10-1000-snap.png b/tests/functional/snapshots/IT/DEV0000ITPLTQ/text/logo.type-primary_text.size-10-1000-snap.png
index 8bc718bcb1..bde5a051d7 100644
Binary files a/tests/functional/snapshots/IT/DEV0000ITPLTQ/text/logo.type-primary_text.size-10-1000-snap.png and b/tests/functional/snapshots/IT/DEV0000ITPLTQ/text/logo.type-primary_text.size-10-1000-snap.png differ
diff --git a/tests/functional/snapshots/IT/DEV0000ITPLTQ/text/logo.type-primary_text.size-12-1000-snap.png b/tests/functional/snapshots/IT/DEV0000ITPLTQ/text/logo.type-primary_text.size-12-1000-snap.png
index 7ca0cf0e59..5e87baf964 100644
Binary files a/tests/functional/snapshots/IT/DEV0000ITPLTQ/text/logo.type-primary_text.size-12-1000-snap.png and b/tests/functional/snapshots/IT/DEV0000ITPLTQ/text/logo.type-primary_text.size-12-1000-snap.png differ
diff --git a/tests/functional/snapshots/IT/DEV0000ITPLTQ/text/logo.type-primary_text.size-16-1000-snap.png b/tests/functional/snapshots/IT/DEV0000ITPLTQ/text/logo.type-primary_text.size-16-1000-snap.png
index d40aacc66d..5a5565994c 100644
Binary files a/tests/functional/snapshots/IT/DEV0000ITPLTQ/text/logo.type-primary_text.size-16-1000-snap.png and b/tests/functional/snapshots/IT/DEV0000ITPLTQ/text/logo.type-primary_text.size-16-1000-snap.png differ
diff --git a/tests/functional/snapshots/IT/DEV000ITPLTNQ/flex/color-black_ratio-1x1-1100-snap.png b/tests/functional/snapshots/IT/DEV000ITPLTNQ/flex/color-black_ratio-1x1-1100-snap.png
index 61ef2b28e5..bc99bd9c12 100644
Binary files a/tests/functional/snapshots/IT/DEV000ITPLTNQ/flex/color-black_ratio-1x1-1100-snap.png and b/tests/functional/snapshots/IT/DEV000ITPLTNQ/flex/color-black_ratio-1x1-1100-snap.png differ
diff --git a/tests/functional/snapshots/IT/DEV000ITPLTNQ/flex/color-blue_ratio-1x1-1100-snap.png b/tests/functional/snapshots/IT/DEV000ITPLTNQ/flex/color-blue_ratio-1x1-1100-snap.png
index 446f10c628..af303a1ef4 100644
Binary files a/tests/functional/snapshots/IT/DEV000ITPLTNQ/flex/color-blue_ratio-1x1-1100-snap.png and b/tests/functional/snapshots/IT/DEV000ITPLTNQ/flex/color-blue_ratio-1x1-1100-snap.png differ
diff --git a/tests/functional/snapshots/IT/DEV000ITPLTNQ/flex/color-blue_ratio-1x1-400-snap.png b/tests/functional/snapshots/IT/DEV000ITPLTNQ/flex/color-blue_ratio-1x1-400-snap.png
index 446f10c628..af303a1ef4 100644
Binary files a/tests/functional/snapshots/IT/DEV000ITPLTNQ/flex/color-blue_ratio-1x1-400-snap.png and b/tests/functional/snapshots/IT/DEV000ITPLTNQ/flex/color-blue_ratio-1x1-400-snap.png differ
diff --git a/tests/functional/snapshots/IT/DEV000ITPLTNQ/flex/color-blue_ratio-1x4-1100-snap.png b/tests/functional/snapshots/IT/DEV000ITPLTNQ/flex/color-blue_ratio-1x4-1100-snap.png
index ee044e8d00..6c1b559561 100644
Binary files a/tests/functional/snapshots/IT/DEV000ITPLTNQ/flex/color-blue_ratio-1x4-1100-snap.png and b/tests/functional/snapshots/IT/DEV000ITPLTNQ/flex/color-blue_ratio-1x4-1100-snap.png differ
diff --git a/tests/functional/snapshots/IT/DEV000ITPLTNQ/flex/color-blue_ratio-1x4-400-snap.png b/tests/functional/snapshots/IT/DEV000ITPLTNQ/flex/color-blue_ratio-1x4-400-snap.png
index 76b003217a..0962a336e0 100644
Binary files a/tests/functional/snapshots/IT/DEV000ITPLTNQ/flex/color-blue_ratio-1x4-400-snap.png and b/tests/functional/snapshots/IT/DEV000ITPLTNQ/flex/color-blue_ratio-1x4-400-snap.png differ
diff --git a/tests/functional/snapshots/IT/DEV000ITPLTNQ/flex/color-blue_ratio-20x1-1100-snap.png b/tests/functional/snapshots/IT/DEV000ITPLTNQ/flex/color-blue_ratio-20x1-1100-snap.png
index 475de0ae8b..a469d4bb44 100644
Binary files a/tests/functional/snapshots/IT/DEV000ITPLTNQ/flex/color-blue_ratio-20x1-1100-snap.png and b/tests/functional/snapshots/IT/DEV000ITPLTNQ/flex/color-blue_ratio-20x1-1100-snap.png differ
diff --git a/tests/functional/snapshots/IT/DEV000ITPLTNQ/flex/color-blue_ratio-20x1-400-snap.png b/tests/functional/snapshots/IT/DEV000ITPLTNQ/flex/color-blue_ratio-20x1-400-snap.png
index 484b47e849..eee8c24dc7 100644
Binary files a/tests/functional/snapshots/IT/DEV000ITPLTNQ/flex/color-blue_ratio-20x1-400-snap.png and b/tests/functional/snapshots/IT/DEV000ITPLTNQ/flex/color-blue_ratio-20x1-400-snap.png differ
diff --git a/tests/functional/snapshots/IT/DEV000ITPLTNQ/flex/color-blue_ratio-8x1-1100-snap.png b/tests/functional/snapshots/IT/DEV000ITPLTNQ/flex/color-blue_ratio-8x1-1100-snap.png
index c64a625a42..fb683a9cff 100644
Binary files a/tests/functional/snapshots/IT/DEV000ITPLTNQ/flex/color-blue_ratio-8x1-1100-snap.png and b/tests/functional/snapshots/IT/DEV000ITPLTNQ/flex/color-blue_ratio-8x1-1100-snap.png differ
diff --git a/tests/functional/snapshots/IT/DEV000ITPLTNQ/flex/color-blue_ratio-8x1-400-snap.png b/tests/functional/snapshots/IT/DEV000ITPLTNQ/flex/color-blue_ratio-8x1-400-snap.png
index 484b47e849..eee8c24dc7 100644
Binary files a/tests/functional/snapshots/IT/DEV000ITPLTNQ/flex/color-blue_ratio-8x1-400-snap.png and b/tests/functional/snapshots/IT/DEV000ITPLTNQ/flex/color-blue_ratio-8x1-400-snap.png differ
diff --git a/tests/functional/snapshots/IT/DEV000ITPLTNQ/flex/color-gray_ratio-1x1-1100-snap.png b/tests/functional/snapshots/IT/DEV000ITPLTNQ/flex/color-gray_ratio-1x1-1100-snap.png
index 99a7eb64e8..21ca62d7d1 100644
Binary files a/tests/functional/snapshots/IT/DEV000ITPLTNQ/flex/color-gray_ratio-1x1-1100-snap.png and b/tests/functional/snapshots/IT/DEV000ITPLTNQ/flex/color-gray_ratio-1x1-1100-snap.png differ
diff --git a/tests/functional/snapshots/IT/DEV000ITPLTNQ/flex/color-white_ratio-1x1-1100-snap.png b/tests/functional/snapshots/IT/DEV000ITPLTNQ/flex/color-white_ratio-1x1-1100-snap.png
index 84a70429fd..a693234462 100644
Binary files a/tests/functional/snapshots/IT/DEV000ITPLTNQ/flex/color-white_ratio-1x1-1100-snap.png and b/tests/functional/snapshots/IT/DEV000ITPLTNQ/flex/color-white_ratio-1x1-1100-snap.png differ
diff --git a/tests/functional/snapshots/IT/DEV000ITPLTNQ/text/logo.position-left_logo.type-primary-1000-snap.png b/tests/functional/snapshots/IT/DEV000ITPLTNQ/text/logo.position-left_logo.type-primary-1000-snap.png
index 2d5ffd47c6..a47258c38f 100644
Binary files a/tests/functional/snapshots/IT/DEV000ITPLTNQ/text/logo.position-left_logo.type-primary-1000-snap.png and b/tests/functional/snapshots/IT/DEV000ITPLTNQ/text/logo.position-left_logo.type-primary-1000-snap.png differ
diff --git a/tests/functional/snapshots/IT/DEV000ITPLTNQ/text/logo.position-right_logo.type-primary-1000-snap.png b/tests/functional/snapshots/IT/DEV000ITPLTNQ/text/logo.position-right_logo.type-primary-1000-snap.png
index bc5d800986..e191b5be90 100644
Binary files a/tests/functional/snapshots/IT/DEV000ITPLTNQ/text/logo.position-right_logo.type-primary-1000-snap.png and b/tests/functional/snapshots/IT/DEV000ITPLTNQ/text/logo.position-right_logo.type-primary-1000-snap.png differ
diff --git a/tests/functional/snapshots/IT/DEV000ITPLTNQ/text/logo.position-top_logo.type-primary-1000-snap.png b/tests/functional/snapshots/IT/DEV000ITPLTNQ/text/logo.position-top_logo.type-primary-1000-snap.png
index 9cc2e5e222..3f74fd3a55 100644
Binary files a/tests/functional/snapshots/IT/DEV000ITPLTNQ/text/logo.position-top_logo.type-primary-1000-snap.png and b/tests/functional/snapshots/IT/DEV000ITPLTNQ/text/logo.position-top_logo.type-primary-1000-snap.png differ
diff --git a/tests/functional/snapshots/IT/DEV000ITPLTNQ/text/logo.type-alternative-1000-snap.png b/tests/functional/snapshots/IT/DEV000ITPLTNQ/text/logo.type-alternative-1000-snap.png
index c9fa3d430e..e6686a1b2e 100644
Binary files a/tests/functional/snapshots/IT/DEV000ITPLTNQ/text/logo.type-alternative-1000-snap.png and b/tests/functional/snapshots/IT/DEV000ITPLTNQ/text/logo.type-alternative-1000-snap.png differ
diff --git a/tests/functional/snapshots/IT/DEV000ITPLTNQ/text/logo.type-alternative_text.color-grayscale-1000-snap.png b/tests/functional/snapshots/IT/DEV000ITPLTNQ/text/logo.type-alternative_text.color-grayscale-1000-snap.png
index 97fa64a84c..a9368bbdb4 100644
Binary files a/tests/functional/snapshots/IT/DEV000ITPLTNQ/text/logo.type-alternative_text.color-grayscale-1000-snap.png and b/tests/functional/snapshots/IT/DEV000ITPLTNQ/text/logo.type-alternative_text.color-grayscale-1000-snap.png differ
diff --git a/tests/functional/snapshots/IT/DEV000ITPLTNQ/text/logo.type-alternative_text.color-monochrome-1000-snap.png b/tests/functional/snapshots/IT/DEV000ITPLTNQ/text/logo.type-alternative_text.color-monochrome-1000-snap.png
index eb4fab09ea..3d1c9ef911 100644
Binary files a/tests/functional/snapshots/IT/DEV000ITPLTNQ/text/logo.type-alternative_text.color-monochrome-1000-snap.png and b/tests/functional/snapshots/IT/DEV000ITPLTNQ/text/logo.type-alternative_text.color-monochrome-1000-snap.png differ
diff --git a/tests/functional/snapshots/IT/DEV000ITPLTNQ/text/logo.type-alternative_text.color-white-1000-snap.png b/tests/functional/snapshots/IT/DEV000ITPLTNQ/text/logo.type-alternative_text.color-white-1000-snap.png
index be5d5d6af8..368fd88065 100644
Binary files a/tests/functional/snapshots/IT/DEV000ITPLTNQ/text/logo.type-alternative_text.color-white-1000-snap.png and b/tests/functional/snapshots/IT/DEV000ITPLTNQ/text/logo.type-alternative_text.color-white-1000-snap.png differ
diff --git a/tests/functional/snapshots/IT/DEV000ITPLTNQ/text/logo.type-inline-1000-snap.png b/tests/functional/snapshots/IT/DEV000ITPLTNQ/text/logo.type-inline-1000-snap.png
index 1316f36630..e1c30891d6 100644
Binary files a/tests/functional/snapshots/IT/DEV000ITPLTNQ/text/logo.type-inline-1000-snap.png and b/tests/functional/snapshots/IT/DEV000ITPLTNQ/text/logo.type-inline-1000-snap.png differ
diff --git a/tests/functional/snapshots/IT/DEV000ITPLTNQ/text/logo.type-inline_text.color-grayscale-1000-snap.png b/tests/functional/snapshots/IT/DEV000ITPLTNQ/text/logo.type-inline_text.color-grayscale-1000-snap.png
index 4e655db03d..99e535a987 100644
Binary files a/tests/functional/snapshots/IT/DEV000ITPLTNQ/text/logo.type-inline_text.color-grayscale-1000-snap.png and b/tests/functional/snapshots/IT/DEV000ITPLTNQ/text/logo.type-inline_text.color-grayscale-1000-snap.png differ
diff --git a/tests/functional/snapshots/IT/DEV000ITPLTNQ/text/logo.type-inline_text.color-monochrome-1000-snap.png b/tests/functional/snapshots/IT/DEV000ITPLTNQ/text/logo.type-inline_text.color-monochrome-1000-snap.png
index 356694da44..d4500734cc 100644
Binary files a/tests/functional/snapshots/IT/DEV000ITPLTNQ/text/logo.type-inline_text.color-monochrome-1000-snap.png and b/tests/functional/snapshots/IT/DEV000ITPLTNQ/text/logo.type-inline_text.color-monochrome-1000-snap.png differ
diff --git a/tests/functional/snapshots/IT/DEV000ITPLTNQ/text/logo.type-inline_text.color-white-1000-snap.png b/tests/functional/snapshots/IT/DEV000ITPLTNQ/text/logo.type-inline_text.color-white-1000-snap.png
index e20f035014..6ec1b3cc7b 100644
Binary files a/tests/functional/snapshots/IT/DEV000ITPLTNQ/text/logo.type-inline_text.color-white-1000-snap.png and b/tests/functional/snapshots/IT/DEV000ITPLTNQ/text/logo.type-inline_text.color-white-1000-snap.png differ
diff --git a/tests/functional/snapshots/IT/DEV000ITPLTNQ/text/logo.type-none-1000-snap.png b/tests/functional/snapshots/IT/DEV000ITPLTNQ/text/logo.type-none-1000-snap.png
index d037283f09..f6ef5867ce 100644
Binary files a/tests/functional/snapshots/IT/DEV000ITPLTNQ/text/logo.type-none-1000-snap.png and b/tests/functional/snapshots/IT/DEV000ITPLTNQ/text/logo.type-none-1000-snap.png differ
diff --git a/tests/functional/snapshots/IT/DEV000ITPLTNQ/text/logo.type-none_text.color-grayscale-1000-snap.png b/tests/functional/snapshots/IT/DEV000ITPLTNQ/text/logo.type-none_text.color-grayscale-1000-snap.png
index 5fe138f84d..7a23b8985a 100644
Binary files a/tests/functional/snapshots/IT/DEV000ITPLTNQ/text/logo.type-none_text.color-grayscale-1000-snap.png and b/tests/functional/snapshots/IT/DEV000ITPLTNQ/text/logo.type-none_text.color-grayscale-1000-snap.png differ
diff --git a/tests/functional/snapshots/IT/DEV000ITPLTNQ/text/logo.type-none_text.color-monochrome-1000-snap.png b/tests/functional/snapshots/IT/DEV000ITPLTNQ/text/logo.type-none_text.color-monochrome-1000-snap.png
index c9d2033f34..b12b9edfd4 100644
Binary files a/tests/functional/snapshots/IT/DEV000ITPLTNQ/text/logo.type-none_text.color-monochrome-1000-snap.png and b/tests/functional/snapshots/IT/DEV000ITPLTNQ/text/logo.type-none_text.color-monochrome-1000-snap.png differ
diff --git a/tests/functional/snapshots/IT/DEV000ITPLTNQ/text/logo.type-none_text.color-white-1000-snap.png b/tests/functional/snapshots/IT/DEV000ITPLTNQ/text/logo.type-none_text.color-white-1000-snap.png
index d25d9be4dc..4d5bd61c4e 100644
Binary files a/tests/functional/snapshots/IT/DEV000ITPLTNQ/text/logo.type-none_text.color-white-1000-snap.png and b/tests/functional/snapshots/IT/DEV000ITPLTNQ/text/logo.type-none_text.color-white-1000-snap.png differ
diff --git a/tests/functional/snapshots/IT/DEV000ITPLTNQ/text/logo.type-primary_text.color-grayscale-1000-snap.png b/tests/functional/snapshots/IT/DEV000ITPLTNQ/text/logo.type-primary_text.color-grayscale-1000-snap.png
index 7eb000c399..37732556d2 100644
Binary files a/tests/functional/snapshots/IT/DEV000ITPLTNQ/text/logo.type-primary_text.color-grayscale-1000-snap.png and b/tests/functional/snapshots/IT/DEV000ITPLTNQ/text/logo.type-primary_text.color-grayscale-1000-snap.png differ
diff --git a/tests/functional/snapshots/IT/DEV000ITPLTNQ/text/logo.type-primary_text.color-monochrome-1000-snap.png b/tests/functional/snapshots/IT/DEV000ITPLTNQ/text/logo.type-primary_text.color-monochrome-1000-snap.png
index f6d7e2e083..834f702a1d 100644
Binary files a/tests/functional/snapshots/IT/DEV000ITPLTNQ/text/logo.type-primary_text.color-monochrome-1000-snap.png and b/tests/functional/snapshots/IT/DEV000ITPLTNQ/text/logo.type-primary_text.color-monochrome-1000-snap.png differ
diff --git a/tests/functional/snapshots/IT/DEV000ITPLTNQ/text/logo.type-primary_text.color-white-1000-snap.png b/tests/functional/snapshots/IT/DEV000ITPLTNQ/text/logo.type-primary_text.color-white-1000-snap.png
index 74d1d5c3d2..af3145a860 100644
Binary files a/tests/functional/snapshots/IT/DEV000ITPLTNQ/text/logo.type-primary_text.color-white-1000-snap.png and b/tests/functional/snapshots/IT/DEV000ITPLTNQ/text/logo.type-primary_text.color-white-1000-snap.png differ
diff --git a/tests/functional/snapshots/IT/DEV000ITPLTNQ/text/logo.type-primary_text.size-10-1000-snap.png b/tests/functional/snapshots/IT/DEV000ITPLTNQ/text/logo.type-primary_text.size-10-1000-snap.png
index b18ff28e53..bcb4f6898e 100644
Binary files a/tests/functional/snapshots/IT/DEV000ITPLTNQ/text/logo.type-primary_text.size-10-1000-snap.png and b/tests/functional/snapshots/IT/DEV000ITPLTNQ/text/logo.type-primary_text.size-10-1000-snap.png differ
diff --git a/tests/functional/snapshots/IT/DEV000ITPLTNQ/text/logo.type-primary_text.size-12-1000-snap.png b/tests/functional/snapshots/IT/DEV000ITPLTNQ/text/logo.type-primary_text.size-12-1000-snap.png
index 2d5ffd47c6..a47258c38f 100644
Binary files a/tests/functional/snapshots/IT/DEV000ITPLTNQ/text/logo.type-primary_text.size-12-1000-snap.png and b/tests/functional/snapshots/IT/DEV000ITPLTNQ/text/logo.type-primary_text.size-12-1000-snap.png differ
diff --git a/tests/functional/snapshots/IT/DEV000ITPLTNQ/text/logo.type-primary_text.size-16-1000-snap.png b/tests/functional/snapshots/IT/DEV000ITPLTNQ/text/logo.type-primary_text.size-16-1000-snap.png
index 8cafa45f4f..cd80e85868 100644
Binary files a/tests/functional/snapshots/IT/DEV000ITPLTNQ/text/logo.type-primary_text.size-16-1000-snap.png and b/tests/functional/snapshots/IT/DEV000ITPLTNQ/text/logo.type-primary_text.size-16-1000-snap.png differ
diff --git a/tests/functional/v2/snapshots/modal/webpage/ES/DEV_ES_LONG_TERM/mobile/60-Offer_accordion_show_correct_payment_breakdown_information_for_amount-mobile-snap.png b/tests/functional/v2/snapshots/modal/webpage/ES/DEV_ES_LONG_TERM/mobile/60-Offer_accordion_show_correct_payment_breakdown_information_for_amount-mobile-snap.png
index b4eb2f69d0..404a752237 100644
Binary files a/tests/functional/v2/snapshots/modal/webpage/ES/DEV_ES_LONG_TERM/mobile/60-Offer_accordion_show_correct_payment_breakdown_information_for_amount-mobile-snap.png and b/tests/functional/v2/snapshots/modal/webpage/ES/DEV_ES_LONG_TERM/mobile/60-Offer_accordion_show_correct_payment_breakdown_information_for_amount-mobile-snap.png differ
diff --git a/tests/functional/v2/snapshots/modal/webpage/ES/DEV_ES_LONG_TERM/mobile/60-Offer_accordion_show_correct_payment_headline_information-mobile-snap.png b/tests/functional/v2/snapshots/modal/webpage/ES/DEV_ES_LONG_TERM/mobile/60-Offer_accordion_show_correct_payment_headline_information-mobile-snap.png
index b4eb2f69d0..404a752237 100644
Binary files a/tests/functional/v2/snapshots/modal/webpage/ES/DEV_ES_LONG_TERM/mobile/60-Offer_accordion_show_correct_payment_headline_information-mobile-snap.png and b/tests/functional/v2/snapshots/modal/webpage/ES/DEV_ES_LONG_TERM/mobile/60-Offer_accordion_show_correct_payment_headline_information-mobile-snap.png differ
diff --git a/tests/functional/v2/snapshots/modal/webpage/ES/DEV_ES_LONG_TERM/mobile/60-Update_offers_via_calculator-mobile-snap.png b/tests/functional/v2/snapshots/modal/webpage/ES/DEV_ES_LONG_TERM/mobile/60-Update_offers_via_calculator-mobile-snap.png
index 8901454ae9..9cdd767627 100644
Binary files a/tests/functional/v2/snapshots/modal/webpage/ES/DEV_ES_LONG_TERM/mobile/60-Update_offers_via_calculator-mobile-snap.png and b/tests/functional/v2/snapshots/modal/webpage/ES/DEV_ES_LONG_TERM/mobile/60-Update_offers_via_calculator-mobile-snap.png differ