/* Local icon set (replaces Font Awesome Pro CDN fonts) */
.fa,
.fa-solid,
.fa-light,
.fas,
.fal {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.fa-times::before,
.fa.fa-times::before {
  content: "\00d7";
  font-weight: 700;
  font-family: Arial, sans-serif;
  font-size: 1.25em;
}

.fa-times-circle::before,
.fa.fa-times-circle::before {
  content: "\00d7";
  font-weight: 700;
  font-family: Arial, sans-serif;
  font-size: 1.25em;
}

.fa-phone::before,
.fa-solid.fa-phone::before {
  content: "\260E";
  font-family: "Segoe UI Symbol", "Arial Unicode MS", sans-serif;
}

.fa-arrow-right::before,
.fa-solid.fa-arrow-right::before {
  content: "\2192";
  font-family: Arial, sans-serif;
  font-weight: 700;
  margin-left: 0.25em;
}

.fa-earth-europe::before,
.fa-light.fa-earth-europe::before {
  content: "\1F30D";
  font-family: "Segoe UI Emoji", "Apple Color Emoji", sans-serif;
}

.fa-xl {
  font-size: 1.5em;
}

.cookie-banner-close .fa,
.btn-close .fa {
  font-size: 1.25rem;
}

