@charset "UTF-8";
/* Colour Palette */
/* Fonts */
/* Buttons & Menus */
/* Borders */
/* Miscellaneous */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

*,
*::before,
*::after {
  box-sizing: border-box; /* 3 */
}

/* Sections
 */
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Text-level semantics
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: #cc3366;
}

a:hover,
a:active {
  color: #2d2d76;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-block-start: 0.5rem;
  margin-block-end: 1rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-block-start: 0;
  margin-block-end: 0.9rem;
}

/* Grouping content
 */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
  white-space: pre-wrap;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-block-end: none; /* 1 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
 */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  height: auto;
  max-width: 100%;
}

.image-border img {
  border-radius: 16px;
}

/* Interactive
 */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

figcaption {
  font-size: 16px;
  color: #333333;
  line-height: 1.4;
  font-style: italic;
  font-weight: 400;
}

/* Misc
 */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Print
 */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important; /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
    border: 1px solid #cccccc;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    -moz-column-break-after: avoid;
         break-after: avoid;
  }
}
/**
 * Table styling
 * DO NOT CHANGE THIS FILE!
 * To override any of the settings in this section, add your styling code in the custom directory.
 */
table {
  background-color: transparent;
  width: 100%;
  margin-block-end: 15px;
  font-size: 0.9em;
  border-spacing: 0;
  border-collapse: collapse;
}

table th,
table td {
  padding: 15px;
  line-height: 1.5;
  vertical-align: top;
  border: 1px solid rgba(128, 128, 128, 0.5019607843);
}

table th {
  font-weight: bold;
}

table thead th,
table tfoot th {
  font-size: 1em;
}

table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
  border-block-start: 1px solid rgba(128, 128, 128, 0.5019607843);
}

table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
  background-color: rgba(128, 128, 128, 0.0705882353);
}

table tbody tr:hover > td,
table tbody tr:hover > th {
  background-color: rgba(128, 128, 128, 0.1019607843);
}

table tbody + tbody {
  border-block-start: 2px solid rgba(128, 128, 128, 0.5019607843);
}

@media (max-width: 767px) {
  table table {
    font-size: 0.8em;
  }
  table table th,
  table table td {
    padding: 7px;
    line-height: 1.3;
  }
  table table th {
    font-weight: 400;
  }
}
/**
 * List styling
 * DO NOT CHANGE THIS FILE!
 * To override any of the settings in this section, add your styling code in the custom directory.
 */
dl,
dt,
dd,
ol,
ul,
li {
  margin-block-start: 0;
  margin-block-end: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

span,
i {
  text-shadow: none !important;
}

.button-white a,
.button-white span {
  color: #5453bf !important;
}

a[href^="mailto:"]:not(.elementor-button) {
  text-decoration: underline !important;
}

.florio_header #header_menu_main:first-of-type li:hover a,
.florio_header .elementor-item-active {
  border-bottom: none;
}
.florio_header #header_menu_main {
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 1140px) {
  .florio_header #header_menu_main {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.florio_header #header_menu_main .elementor-element {
  align-items: center;
}
.florio_header #header_menu_main #header_logo {
  flex: auto;
  align-items: center;
  margin-top: 0px;
  margin-left: 20px;
  width: 160px;
}
.florio_header #header_menu_main .languages-dropdown {
  top: 4px;
  right: -10px;
  left: unset;
}
.florio_header #header_menu_main li {
  padding: 15px 13px 0px;
}
.florio_header #header_menu_main li a {
  color: #2d2e30;
  fill: #2d2e30;
  padding: 0 0 4px 0;
}
.florio_header #header_menu_products {
  background-color: #e0def3;
  color: #5453bf;
  padding-right: 30px;
  padding-left: 30px;
}
.florio_header #header_menu_products li {
  padding: 13px 15px;
}
.florio_header #header_menu_products li a {
  color: #5453bf;
  fill: #5453bf;
  padding: 0 0 4px 0;
  width: -moz-fit-content;
  width: fit-content;
}
.florio_header #header_menu_products li .menu-item-image {
  height: 18px;
  margin-left: 0.25em;
}
.florio_header #header_menu_products ul.sub-menu {
  background-color: #e0def3;
  border-bottom-left-radius: 23px;
  border-bottom-right-radius: 23px;
}
.florio_header #header_menu_products ul.sub-menu li a.elementor-item-active {
  background-color: #e0def3;
}
.florio_header #header_menu_products ul.sub-menu li a:hover {
  background-color: #e0def3;
  color: #2d2d76;
}

.menu-link-icon-wrapper {
  display: contents !important;
}
.menu-link-icon-wrapper a {
  text-decoration: none !important;
  border-bottom: none !important;
}
@media (min-width: 1140px) {
  .menu-link-icon-wrapper {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
  }
}

#footer-wave::before {
  --background-overlay: "";
  background-image: url("../svg/waves-full-generic.svg") !important;
  background-position: top center;
  background-repeat: repeat-x;
  background-size: cover;
  z-index: 1;
}

.florio_footer {
  background-color: #e0def3;
  margin-top: -2px;
}
.florio_footer .footer-heading {
  font-size: 16px !important;
  margin-bottom: 0 !important;
}
.florio_footer .footer-logo img {
  height: 40px !important;
  width: unset !important;
}
.florio_footer .languages-dropdown {
  right: unset;
  top: unset;
  left: 0;
  bottom: -20px;
}
.florio_footer .contact {
  margin-bottom: 10px;
}
.florio_footer .product-list,
.florio_footer .link-list {
  margin-top: 10px;
  padding: 0;
  -moz-column-count: 3;
       column-count: 3;
  list-style-type: none;
}
.florio_footer .product-list li,
.florio_footer .link-list li {
  color: #5453bf;
  margin-top: 0px;
  margin-bottom: 10px;
}
.florio_footer .product-list li a,
.florio_footer .link-list li a {
  color: #5453bf;
  text-decoration: underline;
}
.florio_footer .product-list.mobile {
  margin-top: 20px;
  -moz-column-count: 1;
       column-count: 1;
}
.florio_footer .link-list.mobile {
  margin-top: 20px;
  -moz-column-count: 2;
       column-count: 2;
}
.florio_footer .social-links {
  padding-top: 10px;
  margin-bottom: 10px;
}
.florio_footer .social-links svg.social-icon {
  cursor: pointer;
  color: #5453bf;
  margin-right: 10px;
}
.florio_footer .social-links svg.social-icon path {
  stroke: none !important;
}

/**
 * Form styling
 * DO NOT CHANGE THIS FILE!
 * To override any of the settings in this section, add your styling code in the custom directory.
 */
label {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 1rem; /* 1 */
  line-height: 1.5; /* 1 */
  margin: 0; /* 2 */
}

input[type=text],
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=url],
select,
textarea {
  width: 100%;
  border: solid 1px #666666;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  transition: all 0.3s;
}

input[type=text]:focus,
input[type=date]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
  border-color: #333333;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  width: auto;
  -webkit-appearance: button;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
  resize: vertical;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

select {
  display: block;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

button,
[type=submit],
[type=button] {
  display: inline-block;
  font-weight: 400;
  color: #5453bf;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid #5453bf;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 3px;
  transition: all 0.3s;
}

button:focus,
[type=submit]:focus,
[type=button]:focus {
  outline: 5px auto #5453bf;
}

button:hover,
button:focus,
[type=submit]:hover,
[type=submit]:focus,
[type=button]:hover,
[type=button]:focus {
  color: #ffffff;
  background-color: #5453bf;
  text-decoration: none;
}

button:not(:disabled),
[type=submit]:not(:disabled),
[type=button]:not(:disabled) {
  cursor: pointer;
}

.explore-our-products {
  overflow-x: hidden !important;
  justify-content: flex-start !important;
}

.swiper-slide {
  width: 250px !important;
}

.swiper-pagination {
  display: none !important;
}

.elementor-image-carousel-wrapper {
  /* margin-right: -80px !important;  */
  overflow: visible !important;
}

.elementor-image-carousel {
  gap: 10px;
  zoom: 1;
}

.elementor-swiper-button {
  display: none !important;
}

.custom-swiper-scrollbar {
  background: rgba(84, 83, 191, 0.2); /* Light purple background */
  border-radius: 15px;
  height: 20px;
  margin-top: 1em;
  position: relative; /* Making it relative so the inner div can be positioned inside */
  overflow: hidden; /* Ensures that the handle won't overflow the scrollbar */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1440px !important;
}

.custom-swiper-scrollbar div {
  background: rgba(84, 83, 191, 0.6);
  position: absolute;
  left: 0;
  cursor: pointer;
  height: 60%;
  margin-left: 0.25em;
  border-radius: 20px;
}

.swiper-slide a {
  text-align: left;
}

@media (max-width: 768px) {
  .elementor-image-carousel-wrapper {
    margin-left: 40px;
  }
}
/* Styles for the search and close buttons */
#custom-search-container .search-button {
  background: none;
  cursor: pointer;
  font-size: 16px;
  color: #2d2e30;
  border-radius: 23px;
  padding: 8px 16px;
  margin-left: auto;
  margin-right: 15px;
  background-color: #ffffff;
  border: 1px solid #5453bf !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  width: 93px;
  height: 46px;
  min-width: 110px;
}
#custom-search-container .search-button:active, #custom-search-container .search-button:focus {
  outline: none !important; /* Remove the default focus outline */
}
#custom-search-container .search-button svg {
  width: 18px;
  margin-left: 5px;
  margin-top: 3px;
}
#custom-search-container .search-button svg .stroke-path {
  stroke: #5453bf !important; /* Change color as needed */
}

#custom-search-container i {
  margin-left: 10px;
  color: #5453bf;
  font-size: 14px;
}

/* Styles for the submit button */
#search-form button[type=submit] {
  background-color: #5453bf;
  border: none;
  border-radius: 20px;
  padding: 10px 20px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  outline: none;
  transition: all 0.3s ease;
  float: right;
}

#search-form {
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #ffffff;
  z-index: 100;
  display: flex;
  flex-direction: row;
  width: auto;
  min-width: 510px;
  padding: 1em;
  border-bottom-left-radius: 23px;
  border-bottom-right-radius: 23px;
  /* Rest of your styling for the search form */
}

#search-form form {
  display: flex;
  gap: 10px;
}

#search-form form input {
  border-radius: 10px;
  border: solid 1px #bcbec7;
}

/* When active, modify the search button to look like a close button */
#toggle-search.active {
  background-color: #5453bf; /* Match the border color */
  color: #ffffff; /* Assuming white text for the close button */
}

/* Rotate the search icon to an up arrow when active */
#toggle-search.active .fa-search {
  transform: rotate(-45deg); /* Adjust rotation as needed */
  color: #5453bf;
}

/* Show the input field when active */
#search-form.active {
  display: block;
}

#search-form.active input[type=search] {
  width: 200px; /* or your desired width */
  padding: 8px 16px;
}

.search-text-close {
  display: none;
}

@media only screen and (max-width: 1140px) {
  #custom-search-container .search-button {
    min-width: unset;
    width: 45px;
    height: 45px;
  }
  #custom-search-container .search-button i {
    margin-left: 0;
  }
  #custom-search-container .search-button svg {
    font-size: 18px;
    margin-left: 0px;
    margin-top: 0px;
    position: absolute;
  }
  #custom-search-container .search-button .search-text {
    display: none !important;
  }
  #search-form {
    min-width: 330px;
    position: fixed;
    width: 100%;
    top: unset;
  }
}
.elementor-widget-search-form {
  max-width: 80% !important;
  width: 80% !important;
}

.moove-gdpr-branding-cnt {
  display: none;
}

#line-container {
  position: relative;
}

.line-icon {
  z-index: 9999999999999;
}

#feedback-wrapper {
  background-color: #ffffff !important;
}
#feedback-wrapper div {
  color: #2d2e30 !important;
}
#feedback-wrapper h3,
#feedback-wrapper h2 {
  color: #5453bf !important;
}
#feedback-wrapper .elementor-button-text {
  color: #ffffff !important;
  text-decoration: none !important;
}
#feedback-wrapper .elementor-button {
  border-color: #5453bf !important;
  background-color: #5453bf !important;
}
#feedback-wrapper #feedback-mailto a {
  color: #5453bf !important;
  text-decoration: underline;
}
#feedback-wrapper #feedback-mailto a:hover {
  color: #2d2d76 !important;
}
#feedback-wrapper #feedback-bg-container {
  background-color: #ffffff;
  background-image: url("../svg/grfx-contact-generic-light-mobile_1.svg") !important;
  background-repeat: no-repeat;
  background-position: 0% 64%;
  background-size: 320px;
}
@media (min-width: 768px) {
  #feedback-wrapper #feedback-bg-container {
    background-image: url("../svg/grfx-contact-generic-light-desktop_1.svg") !important;
    background-position: 90% 51%;
    background-size: 240px;
  }
}
@media (min-width: 1140px) {
  #feedback-wrapper #feedback-bg-container {
    background-position: 96% 51%;
    background-size: 400px auto;
  }
}

#feedback-wrapper.reversed {
  background-color: #5453bf !important;
}
#feedback-wrapper.reversed div,
#feedback-wrapper.reversed h3 {
  color: #ffffff !important;
}
#feedback-wrapper.reversed .elementor-button-text {
  color: #5453bf !important;
}
#feedback-wrapper.reversed .elementor-button {
  border-color: #ffffff !important;
  background-color: #ffffff !important;
}
#feedback-wrapper.reversed #feedback-mailto a {
  color: #ffffff !important;
  text-decoration: underline;
}
#feedback-wrapper.reversed #feedback-mailto a:hover {
  color: #ffffff !important;
}
#feedback-wrapper.reversed #feedback-bg-container {
  background-color: #5453bf;
  background-image: url("../svg/grfx-contact-generic-light-mobile.svg") !important;
}
@media (min-width: 768px) {
  #feedback-wrapper.reversed #feedback-bg-container {
    background-image: url("../svg/grfx-contact-generic-light-desktop.svg") !important;
  }
}

div.elementor-element[location] {
  display: none;
}

/* Styles for the search and close buttons */
#mobilemenu-container {
  display: inline-flex;
}
#mobilemenu-container .mobilemenu-button {
  background: none;
  cursor: pointer;
  font-size: 16px;
  color: #5453bf;
  border-radius: 23px;
  font-weight: 700;
  padding: 8px 12px;
  margin-left: auto;
  background-color: #ffffff;
  border: 1px solid #5453bf;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 45px;
}
#mobilemenu-container .mobilemenu-button i {
  font-size: 18px;
  margin-left: 5px;
  margin-top: 3px;
}
#mobilemenu-container .mobilemenu-button i:before {
  content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='17' height='18' viewBox='0 0 17 18' fill='none'><path d='M1 1.92892L15.1421 16.0711' stroke='%235453bf' stroke-width='2' stroke-linecap='round'/><path d='M15.1421 1.92892L0.999955 16.0711' stroke='%235453bf' stroke-width='2' stroke-linecap='round'/></svg>");
}

#mobile_menu .elementor-item.elementor-item-active {
  margin-left: 22px;
  padding-left: 25px;
  fill: none;
  border-bottom: none !important;
}
#mobile_menu .elementor-item.elementor-item-active:before {
  content: "➤";
  display: block;
  height: 8px;
  margin-top: -10px;
  width: 0;
}
#mobile_menu .elementor-item.elementor-item-active:after {
  height: 0px;
}
#mobile_menu .elementor-item:focus {
  fill: none;
  color: unset;
  box-shadow: none;
}
#mobile_menu .elementor-item:focus:after {
  height: 0px;
}
#mobile_menu #mobile_menu_main ul li:not(:last-child) {
  border-bottom: 2px solid #f7f7ff;
}
#mobile_menu #mobile_menu_main ul li {
  min-height: 50px;
}
#mobile_menu #mobile_menu_main ul li a {
  color: #5453bf;
  fill: none;
}
#mobile_menu #mobile_menu_main ul li a:after {
  background-color: unset;
  height: 0px;
}
#mobile_menu #mobile_menu_main ul li a:focus {
  background-color: #ffffff;
  color: #5453bf;
}
#mobile_menu #mobile_menu_products {
  border-top: 2px solid #5453bf;
}
#mobile_menu #mobile_menu_products ul .menu-item:not(.menu-item-has-children) {
  display: flex;
  align-items: center;
  justify-content: row;
}
#mobile_menu #mobile_menu_products ul li {
  background-color: #e0def3;
  border-bottom: 2px solid #5453bf;
  min-height: 50px;
}
#mobile_menu #mobile_menu_products ul li img {
  max-height: 18px;
  margin-left: 0.25em;
}
#mobile_menu #mobile_menu_products ul li a {
  color: #5453bf;
  background-color: #e0def3;
  fill: none;
  font-size: 1rem;
  padding-right: 0;
  min-width: -moz-max-content;
  min-width: max-content;
}
#mobile_menu #mobile_menu_products ul li a:after {
  background-color: unset;
  height: 0px;
}
#mobile_menu #mobile_menu_products ul li a:focus {
  background-color: #e0def3;
  color: #5453bf;
}
#mobile_menu #mobile_menu_products ul li a:not(.sub-menu) {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#mobile_menu #mobile_menu_products ul.sub-menu li {
  border-top: none !important;
  border-bottom: none !important;
}
#mobile_menu .elementor-nav-menu .sub-arrow {
  padding: 4px;
  right: 0;
  position: absolute;
  color: #ffffff;
  background-color: #5453bf;
  text-align: center;
  width: 44px;
  margin-right: 5px;
  height: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 5px;
}
#mobile_menu .elementor-nav-menu .sub-arrow svg {
  height: 100% !important;
  width: 100% !important;
}
#mobile_menu .elementor-nav-menu .sub-arrow svg path {
  fill: white !important;
}
#mobile_menu .elementor-nav-menu .sub-arrow .fas.fa-chevron-down,
#mobile_menu .elementor-nav-menu .sub-arrow .fas.fa-chevron-up {
  font-size: 1.8em;
  flex: auto;
}
#mobile_menu ul.sub-menu {
  position: relative;
  left: 0;
  margin-top: 0px !important;
  margin-left: 0px !important;
  width: 100%;
}
#mobile_menu ul.sub-menu li {
  padding-left: 20px;
  border-top: 0px !important;
}
#mobile_menu ul.sub-menu li a {
  padding: 8px 20px 15px 20px;
}
#mobile_menu ul.sub-menu li a:focus {
  background-color: #e0def3;
  color: #5453bf;
}
#mobile_menu ul.sub-menu li a:hover {
  background-color: #e0def3;
  color: #5453bf;
}

#mobile_language_selector {
  text-align: center;
  border-bottom: 4px solid #f7f7ff;
}
#mobile_language_selector .language-selector-button {
  min-width: 200px;
  min-height: 46px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#mobile_language_selector .language-selector-button span.active-code {
  margin-left: 25px;
  font-size: 16px !important;
  font-weight: 400;
  float: left;
  position: absolute;
}
#mobile_language_selector .languages-dropdown {
  top: -350px;
}

.elementor-search-form__submit {
  font-size: 16px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.elementor-widget-search-form {
  max-width: 80% !important;
  width: 80% !important;
}

.search-results .elementor-grid,
.news-results .elementor-grid {
  grid-template-columns: auto !important;
}

@media (min-width: 1140px) {
  .news-results .elementor-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

.news-results,
.search-results {
  display: flex;
  flex-direction: column;
  /* Ensure the main elements are also styled to appear disabled */
}
.news-results .elementor-post__title,
.search-results .elementor-post__title {
  text-decoration: underline !important;
}
.news-results .result-text-wrapper a,
.search-results .result-text-wrapper a {
  text-decoration: underline !important;
}
.news-results .result-img-wrapper,
.search-results .result-img-wrapper {
  width: 80px !important;
  height: 80px !important;
  min-height: 80px !important;
}
@media (min-width: 1140px) {
  .news-results .result-img-wrapper,
  .search-results .result-img-wrapper {
    width: 120px !important;
    height: 120px !important;
    min-height: 120px !important;
  }
}
.news-results .result-img-wrapper img,
.search-results .result-img-wrapper img {
  width: 80px !important;
  height: 80px !important;
  min-height: 80px !important;
}
@media (min-width: 1140px) {
  .news-results .result-img-wrapper img,
  .search-results .result-img-wrapper img {
    width: 120px !important;
    height: 120px !important;
    min-height: 120px !important;
  }
}
.news-results li .elementor-post-info__item--type-date,
.search-results li .elementor-post-info__item--type-date {
  line-height: 12px !important;
  margin-bottom: 0.5em !important;
}
.news-results .e-con-inner #search,
.search-results .e-con-inner #search {
  display: flex !important;
  flex-direction: column !important;
}
.news-results .e-con-inner .elementor-pagination,
.search-results .e-con-inner .elementor-pagination {
  gap: 20px !important;
  display: flex !important;
  flex-direction: row !important;
  margin-bottom: 2em !important;
}
.news-results .e-con-inner button[type=submit],
.search-results .e-con-inner button[type=submit] {
  margin-left: 1em !important;
  position: absolute !important;
  left: 100% !important;
  height: 100% !important;
  border-radius: 50px !important;
}
.news-results nav.elementor-pagination,
.search-results nav.elementor-pagination {
  padding: 10px 20px !important;
  margin-top: 2em !important;
  margin-bottom: 2em !important;
  border-radius: 23px;
  text-align: left !important;
  background: #eeeef9 !important; /* Replace with your actual value */
  color: #2d2d76 !important; /* Replace with your actual value */
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 10px;
}
.news-results nav.elementor-pagination::before,
.search-results nav.elementor-pagination::before {
  content: "";
  color: #000;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
}
@media (min-width: 768px) {
  .news-results nav.elementor-pagination::before,
  .search-results nav.elementor-pagination::before {
    margin-right: 0em !important;
  }
}
.news-results nav.elementor-pagination a,
.search-results nav.elementor-pagination a {
  color: #5453bf !important; /* Replace with your actual value */
  background: none !important;
  border: none !important;
}
.news-results nav.elementor-pagination a:hover, .news-results nav.elementor-pagination a:focus,
.search-results nav.elementor-pagination a:hover,
.search-results nav.elementor-pagination a:focus {
  background: #5453bf; /* Darkened purple, adjust as necessary */
}
.news-results nav.elementor-pagination .page-numbers,
.search-results nav.elementor-pagination .page-numbers {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 5px;
  text-decoration: underline !important;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 150% */
}
.news-results nav.elementor-pagination .page-numbers:before,
.search-results nav.elementor-pagination .page-numbers:before {
  text-decoration: none !important;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 150% */
}
.news-results nav.elementor-pagination .next,
.news-results nav.elementor-pagination .prev,
.news-results nav.elementor-pagination .current,
.search-results nav.elementor-pagination .next,
.search-results nav.elementor-pagination .prev,
.search-results nav.elementor-pagination .current {
  text-decoration: none !important;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 150% */
}
.news-results nav.elementor-pagination .page-numbers,
.search-results nav.elementor-pagination .page-numbers {
  font-family: Lato;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 150% */
}
.news-results nav.elementor-pagination .page-numbers.current,
.search-results nav.elementor-pagination .page-numbers.current {
  color: #000;
}
.news-results nav.elementor-pagination .page-numbers.next, .news-results nav.elementor-pagination .page-numbers.prev,
.search-results nav.elementor-pagination .page-numbers.next,
.search-results nav.elementor-pagination .page-numbers.prev {
  font-weight: bold !important;
}
.news-results nav.elementor-pagination .page-numbers.prev,
.search-results nav.elementor-pagination .page-numbers.prev {
  font-family: "Font Awesome 5 Free"; /* or "Font Awesome 6 Free" depending on the version */
  font-weight: 900; /* Necessary for certain Font Awesome icons */
}
.news-results nav.elementor-pagination .page-numbers.prev::before,
.search-results nav.elementor-pagination .page-numbers.prev::before {
  content: "\f048"; /* Unicode for Font Awesome's fa-step-backward icon */
  visibility: visible;
}
.news-results nav.elementor-pagination .page-numbers.next,
.search-results nav.elementor-pagination .page-numbers.next {
  font-family: "Font Awesome 5 Free"; /* or "Font Awesome 6 Free" depending on the version */
  font-weight: 900; /* Necessary for certain Font Awesome icons */
}
.news-results nav.elementor-pagination .page-numbers.next::after,
.search-results nav.elementor-pagination .page-numbers.next::after {
  content: "\f051"; /* Unicode for Font Awesome's fa-step-forward icon */
  visibility: visible;
}
.news-results .disabled-prev::before,
.news-results .disabled-next::after,
.search-results .disabled-prev::before,
.search-results .disabled-next::after {
  pointer-events: none;
  opacity: 0.5;
  /* Additional styles to indicate disabled state */
}
.news-results .disabled-prev,
.news-results .disabled-next,
.search-results .disabled-prev,
.search-results .disabled-next {
  pointer-events: none;
  opacity: 0.5;
}

.promo-text-w-image-sidebar {
  padding: 20px;
}
.promo-text-w-image-sidebar > .elementor-element > .e-con-inner {
  position: relative;
  max-width: 1440px;
}
.promo-text-w-image-sidebar > .elementor-element > .e-con-inner::before {
  content: "";
  position: absolute;
  left: -60px;
  top: 0;
  width: 100vw;
  height: 100%;
  border-radius: 40px;
}
@media (min-width: 768px) {
  .promo-text-w-image-sidebar > .elementor-element > .e-con-inner > .elementor-element {
    margin-left: 0;
    margin-top: -100px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1140px) {
  .promo-text-w-image-sidebar > .elementor-element > .e-con-inner > .elementor-element {
    margin-left: 0;
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
.promo-text-w-image-sidebar > .elementor-element > .e-con-inner > .elementor-element > .e-con-inner {
  align-items: center;
}

/** FEATURE IMAGE **/
.promo-text-w-image-sidebar__feature-image {
  text-align: right;
}
@media (min-width: 768px) {
  .promo-text-w-image-sidebar__feature-image {
    border-radius: 0;
    flex: 1 1 0%;
    width: 33.33%;
    text-align: left;
  }
}
.promo-text-w-image-sidebar__feature-image img {
  width: calc(50% - 20px) !important;
  margin-right: 20px;
  margin-left: 20px;
  max-width: 250px !important;
  position: relative;
  z-index: 1;
  float: left;
}
@media (min-width: 768px) {
  .promo-text-w-image-sidebar__feature-image img {
    width: 100% !important;
    max-width: 300px !important;
    margin: 0px;
    position: relative;
    margin-top: 120px;
  }
}
@media (min-width: 1140px) {
  .promo-text-w-image-sidebar__feature-image img {
    margin-left: 20px;
    max-width: 320px !important;
    margin-top: 0px;
  }
}
@media (min-width: 1200px) {
  .promo-text-w-image-sidebar__feature-image img {
    margin-left: 20px;
    max-width: 340px !important;
  }
}
.promo-text-w-image-sidebar__feature-image::after, .promo-text-w-image-sidebar__feature-image::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin-bottom: -2px;
}
@media (min-width: 768px) {
  .promo-text-w-image-sidebar__feature-image::after, .promo-text-w-image-sidebar__feature-image::before {
    display: none;
  }
}
.promo-text-w-image-sidebar__feature-image::before {
  bottom: calc(40% - 5px);
  background: url("../svg/wave-bg.svg") center bottom no-repeat;
  background-size: 100% auto;
}
.promo-text-w-image-sidebar__feature-image:after {
  height: 40%;
  background-color: #e2e2f3;
}

.promo-text-w-image-sidebar__feature-content {
  padding: 2em 20px 2em;
  background-color: #e2e2f3;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}
@media (min-width: 768px) {
  .promo-text-w-image-sidebar__feature-content {
    padding-right: 50px !important;
    border-radius: 0;
    flex: 1 1 0%;
    width: 66.66%;
    background-color: transparent !important;
  }
}
.promo-text-w-image-sidebar__feature-content > .elementor-widget-image {
  width: 100%;
  position: absolute;
  bottom: 100%;
}
@media (min-width: 768px) {
  .promo-text-w-image-sidebar__feature-content > .elementor-widget-image {
    position: static;
    padding-bottom: 2.4em;
    width: 100%;
  }
}
.promo-text-w-image-sidebar__feature-content > .elementor-widget-image .elementor-widget-container {
  margin-bottom: 0 !important;
}
.promo-text-w-image-sidebar__feature-content > .elementor-widget-image .elementor-widget-container img {
  max-width: 120px;
  display: block;
  max-height: 120px;
  text-align: left;
  float: right;
  margin-top: -40px;
  margin-right: 40px;
  min-width: 120px;
}
@media (min-width: 768px) {
  .promo-text-w-image-sidebar__feature-content > .elementor-widget-image .elementor-widget-container img {
    margin-top: 0px;
    max-width: 250px;
    float: unset;
    max-height: 140px;
  }
}
.promo-text-w-image-sidebar__feature-content h1,
.promo-text-w-image-sidebar__feature-content h2,
.promo-text-w-image-sidebar__feature-content h3,
.promo-text-w-image-sidebar__feature-content h4,
.promo-text-w-image-sidebar__feature-content h5,
.promo-text-w-image-sidebar__feature-content h6 {
  color: #3e3b96 !important;
}
.promo-text-w-image-sidebar__feature-content p {
  color: #2d2e30 !important;
}
.promo-text-w-image-sidebar__feature-content p i,
.promo-text-w-image-sidebar__feature-content p em {
  font-size: 0.85em;
}
.promo-text-w-image-sidebar__feature-content .elementor-button {
  border-radius: 50px !important;
  background-color: #5453bf !important;
  transition: all ease-out 0.25s;
  margin-top: 1em !important;
}
.promo-text-w-image-sidebar__feature-content .elementor-button:hover {
  background-color: #4242ad !important;
}
.promo-text-w-image-sidebar__feature-content::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0px;
  width: calc(100vw + 40px);
  height: 100%;
  left: auto;
  z-index: -1;
  background-color: #e2e2f3;
  display: none;
  border-right: 30px;
  border-radius: 30px;
}
@media (min-width: 768px) {
  .promo-text-w-image-sidebar__feature-content::before {
    display: block;
    min-height: 480px;
  }
}
@media (min-width: 1140px) {
  .promo-text-w-image-sidebar__feature-content::before {
    display: block;
    min-height: 345px;
  }
}

.promo-text-w-image-sidebar.layout-right-feature .promo-text-w-image-sidebar__feature-content > .elementor-widget-image .elementor-widget-container img {
  float: left;
}
.promo-text-w-image-sidebar.layout-right-feature .promo-text-w-image-sidebar__feature-image img {
  float: right;
  margin-right: 20px;
}
@media (min-width: 768px) {
  .promo-text-w-image-sidebar.layout-right-feature .promo-text-w-image-sidebar__feature-image {
    order: 2;
    text-align: right;
  }
  .promo-text-w-image-sidebar.layout-right-feature .promo-text-w-image-sidebar__feature-image img {
    float: unset;
    margin-right: 20px;
  }
}
@media (min-width: 768px) {
  .promo-text-w-image-sidebar.layout-right-feature .promo-text-w-image-sidebar__feature-content::before {
    right: auto;
    left: -10px;
  }
}

/** COLOUR THEMES **/
.promo-text-w-image-sidebar.brand-haemo > .elementor-element > .e-con-inner::before {
  display: none;
  background-color: #e2e2f3;
}
.promo-text-w-image-sidebar.brand-haemo .promo-text-w-image-sidebar__feature-image::after {
  background-color: #e2e2f3;
}
.promo-text-w-image-sidebar.brand-haemo .promo-text-w-image-sidebar__feature-image::before {
  background: url("../svg/wave-bg.svg") center bottom no-repeat;
}
.promo-text-w-image-sidebar.brand-haemo .promo-text-w-image-sidebar__feature-content {
  background-color: #e2e2f3;
}
.promo-text-w-image-sidebar.brand-haemo .promo-text-w-image-sidebar__feature-content h1,
.promo-text-w-image-sidebar.brand-haemo .promo-text-w-image-sidebar__feature-content h2,
.promo-text-w-image-sidebar.brand-haemo .promo-text-w-image-sidebar__feature-content h3,
.promo-text-w-image-sidebar.brand-haemo .promo-text-w-image-sidebar__feature-content h4,
.promo-text-w-image-sidebar.brand-haemo .promo-text-w-image-sidebar__feature-content h5,
.promo-text-w-image-sidebar.brand-haemo .promo-text-w-image-sidebar__feature-content h6 {
  color: #5453bf !important;
}
.promo-text-w-image-sidebar.brand-haemo .promo-text-w-image-sidebar__feature-content .elementor-button {
  background-color: #5453bf !important;
}
.promo-text-w-image-sidebar.brand-haemo .promo-text-w-image-sidebar__feature-content .elementor-button:hover {
  background-color: #8b8bd4 !important;
}
.promo-text-w-image-sidebar.brand-haemo .promo-text-w-image-sidebar__feature-content::before {
  background-color: #e2e2f3;
}

.promo-text-w-image-sidebar.brand-itp > .elementor-element > .e-con-inner::before {
  display: none;
  background-color: #dcebeb;
}
.promo-text-w-image-sidebar.brand-itp .promo-text-w-image-sidebar__feature-image::after {
  background-color: #dcebeb;
}
.promo-text-w-image-sidebar.brand-itp .promo-text-w-image-sidebar__feature-image::before {
  background: url("../svg/wave-bg--itp.svg") center bottom no-repeat;
}
.promo-text-w-image-sidebar.brand-itp .promo-text-w-image-sidebar__feature-content {
  background-color: #dcebeb;
}
.promo-text-w-image-sidebar.brand-itp .promo-text-w-image-sidebar__feature-content h1,
.promo-text-w-image-sidebar.brand-itp .promo-text-w-image-sidebar__feature-content h2,
.promo-text-w-image-sidebar.brand-itp .promo-text-w-image-sidebar__feature-content h3,
.promo-text-w-image-sidebar.brand-itp .promo-text-w-image-sidebar__feature-content h4,
.promo-text-w-image-sidebar.brand-itp .promo-text-w-image-sidebar__feature-content h5,
.promo-text-w-image-sidebar.brand-itp .promo-text-w-image-sidebar__feature-content h6 {
  color: #1f6666 !important;
}
.promo-text-w-image-sidebar.brand-itp .promo-text-w-image-sidebar__feature-content .elementor-button {
  background-color: #1f6666 !important;
}
.promo-text-w-image-sidebar.brand-itp .promo-text-w-image-sidebar__feature-content .elementor-button:hover {
  background-color: #31a1a1 !important;
}
.promo-text-w-image-sidebar.brand-itp .promo-text-w-image-sidebar__feature-content::before {
  background-color: #dcebeb;
}

.promo-text-w-image-sidebar.brand-pnh > .elementor-element > .e-con-inner::before {
  display: none;
  background-color: #dfe6f3;
}
.promo-text-w-image-sidebar.brand-pnh .promo-text-w-image-sidebar__feature-image::after {
  background-color: #dfe6f3;
}
.promo-text-w-image-sidebar.brand-pnh .promo-text-w-image-sidebar__feature-image::before {
  background: url("../svg/wave-bg--pnh.svg") center bottom no-repeat;
}
.promo-text-w-image-sidebar.brand-pnh .promo-text-w-image-sidebar__feature-content {
  background-color: #dfe6f3;
}
.promo-text-w-image-sidebar.brand-pnh .promo-text-w-image-sidebar__feature-content h1,
.promo-text-w-image-sidebar.brand-pnh .promo-text-w-image-sidebar__feature-content h2,
.promo-text-w-image-sidebar.brand-pnh .promo-text-w-image-sidebar__feature-content h3,
.promo-text-w-image-sidebar.brand-pnh .promo-text-w-image-sidebar__feature-content h4,
.promo-text-w-image-sidebar.brand-pnh .promo-text-w-image-sidebar__feature-content h5,
.promo-text-w-image-sidebar.brand-pnh .promo-text-w-image-sidebar__feature-content h6 {
  color: #223f73 !important;
}
.promo-text-w-image-sidebar.brand-pnh .promo-text-w-image-sidebar__feature-content .elementor-button {
  background-color: #3764b8 !important;
}
.promo-text-w-image-sidebar.brand-pnh .promo-text-w-image-sidebar__feature-content .elementor-button:hover {
  background-color: #335fae !important;
}
.promo-text-w-image-sidebar.brand-pnh .promo-text-w-image-sidebar__feature-content::before {
  background-color: #dfe6f3;
}

.promo-text-w-image-sidebar__feature-image.bg-reverse::before {
  transform: scaleX(-1);
}

.custom-language-selector {
  display: inline-block;
  font-family: "Lato", "san-serif";
}
@media (min-width: 1140px) {
  .custom-language-selector {
    position: relative;
  }
}

.dropdown-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  text-align: left;
}

.language-selector-button {
  background: #ffffff;
  border: 1px solid #5453bf;
  border-radius: 23px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  outline: none;
  transition: all 0.3s ease;
  height: 46px;
  min-width: 90px;
  color: #2d2e30;
  font-weight: 400 !important;
  margin-top: 10px;
  margin-bottom: 10px;
}
.language-selector-button .arrow-down {
  font-size: 0.9rem;
  margin-top: -10px;
  margin-bottom: -10px;
  margin-left: 5px;
  display: flex;
  align-items: center;
  color: #5453bf;
}
.language-selector-button .active-code {
  font-size: 16px !important;
  margin: 0 auto;
}

.language-selector-button:hover,
.language-selector-button:focus,
.language-selector-button:active,
.close-languages-dropdown:hover,
.close-languages-dropdown:focus,
.close-languages-dropdown:active {
  background-color: #5453bf;
  outline: none;
  color: #ffffff;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.language-selector-button:hover .arrow-down,
.language-selector-button:focus .arrow-down,
.language-selector-button:active .arrow-down,
.close-languages-dropdown:hover .arrow-down,
.close-languages-dropdown:focus .arrow-down,
.close-languages-dropdown:active .arrow-down {
  color: #ffffff;
}
.language-selector-button:hover *,
.language-selector-button:focus *,
.language-selector-button:active *,
.close-languages-dropdown:hover *,
.close-languages-dropdown:focus *,
.close-languages-dropdown:active * {
  pointer-events: none;
}

.language-selector-button img {
  margin-right: 5px;
}

.languages-dropdown {
  position: absolute;
  top: 100%;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 280px;
  display: none;
  z-index: 1000;
  border: 1px solid #5453bf;
  padding: 1em;
  left: calc(50% - 140px);
}
@media (min-width: 1140px) {
  .languages-dropdown {
    left: auto;
  }
}
.languages-dropdown a,
.languages-dropdown span {
  border-bottom: none !important;
}
.languages-dropdown .close-languages-dropdown {
  font-weight: 700;
  background: none;
  cursor: pointer;
  text-shadow: none !important;
  font-size: 16px;
  color: #5453bf;
  border-radius: 23px;
  padding: 8px 16px;
  margin-left: auto;
  background-color: #ffffff;
  border: 1px solid #5453bf;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 93px;
  height: 37px;
}
.languages-dropdown .close-languages-dropdown svg {
  width: 18px;
  margin-left: 5px;
  margin-top: 3px;
}
.languages-dropdown .close-languages-dropdown svg .stroke-path {
  stroke: #5453bf !important; /* Change color as needed */
}
.languages-dropdown .dropdown-header p {
  margin: 0;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  flex: 1;
}
.languages-dropdown ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 2em;
  overflow-y: scroll;
  max-height: 300px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.languages-dropdown ul li {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.languages-dropdown ul li .language-row {
  display: flex;
  align-items: center;
}
.languages-dropdown ul li .language-row .language-name {
  font-size: 20px;
  margin-left: 5px; /* Adjust spacing as needed */
}
.languages-dropdown ul li .language-row img {
  margin-right: 5px; /* Adjust spacing as needed */
}
.languages-dropdown ul li a {
  color: #5453bf !important;
  display: flex;
  text-decoration: none;
  border-radius: 12px;
  margin: 5px 0px 5px 0px;
  min-height: 30px;
  max-width: 70%;
}
.languages-dropdown ul li a::after {
  height: 0 !important;
}
.languages-dropdown ul li a .language-native {
  font-size: 18px;
  margin-left: 15px; /* Adjust spacing as needed */
  margin-top: 5px;
}
.languages-dropdown ul li a img {
  width: 25px;
}
.languages-dropdown ul li a:hover {
  background-color: #5453bf !important;
  color: #ffffff;
}
.languages-dropdown ul li a:hover span {
  color: #ffffff;
}
.languages-dropdown ul li .language-details {
  display: flex;
  flex-direction: column;
}
.languages-dropdown ul li:last-child {
  border-bottom: none;
}

.elementor-element.data-protection {
  background-color: #5453bf;
}
.elementor-element.data-protection .background-wrapper {
  position: relative;
}
.elementor-element.data-protection .background-wrapper > .e-con-inner {
  padding-top: calc(4em + 205px) !important;
  padding-bottom: calc(4em + 166px) !important;
}
@media (min-width: 768px) {
  .elementor-element.data-protection .background-wrapper > .e-con-inner {
    padding-left: calc(30% + 2em) !important;
    padding-top: 6em !important;
    padding-bottom: 6em !important;
  }
}
@media (min-width: 1140px) {
  .elementor-element.data-protection .background-wrapper > .e-con-inner {
    padding-top: calc(6em + 5vh) !important;
    padding-bottom: calc(6em + 5vh) !important;
  }
}
.elementor-element.data-protection .background-wrapper > .e-con-inner:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 203px;
  right: 0;
  top: 30px;
  background: url("../svg/grfx-data-protection-generic-mobile-1.svg") right bottom no-repeat;
  background-size: 320px auto;
}
@media (min-width: 768px) {
  .elementor-element.data-protection .background-wrapper > .e-con-inner:before {
    top: 0;
    left: 20px;
    right: auto;
    height: 100%;
    width: 30%;
    background: url("../svg/grfx-data-protection-generic-desktop.svg") center center no-repeat;
    background-size: 200px auto;
  }
}
@media (min-width: 1140px) {
  .elementor-element.data-protection .background-wrapper > .e-con-inner:before {
    background-size: 320px auto;
    background-position: left;
  }
}
.elementor-element.data-protection .background-wrapper > .e-con-inner:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 166px;
  left: 0;
  bottom: 70px;
  background: url("../svg/grfx-data-protection-generic-mobile-2.svg") left bottom no-repeat;
  background-size: 320px auto;
}
@media (min-width: 768px) {
  .elementor-element.data-protection .background-wrapper > .e-con-inner:after {
    display: none;
  }
}
.elementor-element.data-protection p,
.elementor-element.data-protection .elementor-heading-title {
  color: #ffffff !important;
}
.elementor-element.data-protection .elementor-button {
  color: #5453bf !important;
  background-color: #ffffff !important;
  white-space: nowrap;
  font-family: "Lato", "san-serif";
}
.elementor-element.data-protection .elementor-button:hover {
  background-color: #f2f2f2 !important;
}

.latest-news * {
  font-family: Lato !important;
}
.latest-news h3 {
  font-size: 20px !important;
}
@media (min-width: 1140px) {
  .latest-news h3 {
    font-size: 24px !important;
  }
}
.latest-news .elementor-widget-image {
  position: relative !important;
}
@media (min-width: 768px) {
  .latest-news .elementor-widget-image {
    width: 100% !important;
    padding-top: 56.25% !important;
  }
  .latest-news .elementor-widget-image img {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    height: 100% !important;
    border: 1px solid #bcbec7;
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
}
.latest-news .elementor-button {
  background-color: transparent !important;
  transition: all ease 0.25s;
  border-color: #5453bf !important;
}
.latest-news .elementor-button:hover {
  background-color: #5453bf !important;
  color: #ffffff !important;
}
.latest-news > .elementor-element > .e-con-inner > .elementor-widget-button {
  margin-top: 2.4em;
}
.latest-news > .elementor-element > .e-con-inner > .elementor-widget-button .elementor-button {
  background-color: #5453bf !important;
  color: #ffffff !important;
  transition: all 0.25s ease;
  border-width: 2px;
  border-radius: 2em;
}
.latest-news > .elementor-element > .e-con-inner > .elementor-widget-button .elementor-button:hover {
  background-color: #363690 !important;
}
.latest-news .e-loop-item .elementor-heading-title {
  line-height: 30px !important;
}
@mixin-for-desktop-up {
  .latest-news .e-loop-item .elementor-heading-title {
    line-height: 36px !important;
  }
}
.latest-news .e-loop-item .elementor-button-text {
  padding: 6px 12px !important;
  font-size: 16px !important;
  font-weight: 900 !important;
}
@mixin-for-desktop-up {
  .latest-news .e-loop-item .elementor-button-text {
    font-size: 20px !important;
  }
}

.play-pause {
  display: none;
  width: 38px !important;
  margin-top: 20px !important;
  margin-left: 15px !important;
}
@media (min-width: 768px) {
  .play-pause {
    margin-top: 10px !important;
    margin-left: 5px !important;
  }
}

.header-button::before {
  content: url("data:image/svg+xml;charset=UTF-8,%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 46 46'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none%3Bstroke:%23fff%3Bstroke-width:2px%3B%7D.cls-2%7Bfill:%23fff%3B%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='m23,1h0c12.15,0,22,9.85,22,22h0c0,12.15-9.85,22-22,22h0c-12.15,0-22-9.85-22-22h0C1,10.85,10.85,1,23,1Z'%3E%3C/path%3E%3Cpath class='cls-2' d='m29.54,21.31l-9-5.19c-1.2-.69-2.71.17-2.71,1.56v10.39c0,1.39,1.5,2.26,2.71,1.56l9-5.19c1.2-.69,1.2-2.43,0-3.12Z'%3E%3C/path%3E%3C/svg%3E");
  display: block;
}

.header-button.pause-icon::before {
  content: url("data:image/svg+xml;charset=UTF-8,%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 46 46'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none%3Bstroke:%23fff%3Bstroke-width:2px%3B%7D.cls-2%7Bfill:%23fff%3B%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='m23,1h0c12.15,0,22,9.85,22,22h0c0,12.15-9.85,22-22,22h0c-12.15,0-22-9.85-22-22h0C1,10.85,10.85,1,23,1Z'%3E%3C/path%3E%3Cpath class='cls-2' d='m29.54,21.31l-9-5.19c-1.2-.69-2.71.17-2.71,1.56v10.39c0,1.39,1.5,2.26,2.71,1.56l9-5.19c1.2-.69,1.2-2.43,0-3.12Z'%3E%3C/path%3E%3C/svg%3E");
}

.header-button.play-icon::before {
  content: url("data:image/svg+xml;charset=UTF-8,%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 46 46'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none%3Bstroke:%23fff%3Bstroke-width:2px%3B%7D.cls-2%7Bfill:%23fff%3B%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-2' d='m27.09,15.75c.96,0,1.78.82,1.78,1.78v10.69c0,1-.82,1.78-1.78,1.78l-1.19-.04c-1,0-1.78-.82-1.78-1.78v-10.69c0-.96.78-1.74,1.78-1.74h1.19Zm-7.12,0c.96,0,1.78.82,1.78,1.78v10.69c0,1-.82,1.78-1.78,1.78h-1.19c-1,0-1.78-.78-1.78-1.78v-10.69c0-1,.78-1.78,1.78-1.78h1.19Z'%3E%3C/path%3E%3Cpath class='cls-1' d='m23,1h0c12.15,0,22,9.85,22,22h0c0,12.15-9.85,22-22,22h0c-12.15,0-22-9.85-22-22h0C1,10.85,10.85,1,23,1Z'%3E%3C/path%3E%3C/svg%3E");
}

#header-button {
  opacity: 0;
  pointer-events: none;
}

#hero-video {
  background: linear-gradient(180deg, #5453bf 33.54%, #2d2d76 98.66%);
}
#hero-video .elementor-button-link {
  text-decoration: none !important;
}
@media (min-width: 768px) {
  #hero-video {
    padding-bottom: 100px;
  }
}
@media (min-width: 1140px) {
  #hero-video {
    padding-bottom: 0px;
  }
}
#hero-video .hero-hcp-banner a {
  color: #5453bf;
  text-decoration: underline !important;
}
#hero-video .image-container img {
  margin-left: -25%;
  top: 100px;
  left: 20px;
}
@media (min-width: 768px) {
  #hero-video .image-container img {
    position: relative;
    margin-left: -130px;
    transform: translateY(100px);
  }
}
@media (min-width: 1140px) {
  #hero-video .image-container img {
    margin-left: -240px;
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  #hero-video .image-container.flipped img {
    margin-left: -350px;
    transform: translateY(100px);
  }
}
@media (min-width: 1140px) {
  #hero-video .image-container.flipped img {
    margin-left: -400px;
    transform: translateY(0px);
  }
}
#hero-video .image-container .header-person-image img {
  pointer-events: grab !important;
}
#hero-video .image-container .elementor-video {
  border-radius: 10px;
}
@media (min-width: 768px) {
  #hero-video .image-container .elementor-video {
    border-radius: 30px;
  }
}
@media (min-width: 1140px) {
  #hero-video .image-container .elementor-video {
    border-radius: 40px;
  }
}
#hero-video i {
  color: transparent !important;
}

#hero-video-flipped {
  background: linear-gradient(180deg, #5453bf 33.54%, #2d2d76 98.66%);
}
@media (min-width: 768px) {
  #hero-video-flipped {
    padding-bottom: 100px;
  }
}
@media (min-width: 1140px) {
  #hero-video-flipped {
    padding-bottom: 0px;
  }
}
#hero-video-flipped .media-wrapper {
  position: relative;
  margin: 0 auto;
  margin-bottom: 100px;
}
@media (min-width: 768px) {
  #hero-video-flipped .media-wrapper {
    margin-bottom: 0px;
    text-align: right;
    float: right;
    justify-content: center;
    min-width: 33%;
  }
}
@media (min-width: 1140px) {
  #hero-video-flipped .media-wrapper {
    top: 0px;
    min-width: 720px;
    margin-top: 100px !important;
    text-align: inherit;
    float: none;
    min-width: none;
  }
}
@media (min-width: 1140px) {
  #hero-video-flipped .phone-container {
    position: absolute;
    top: -50px;
  }
}
#hero-video-flipped .image-container {
  position: absolute;
  left: 20px;
  top: 80px;
}
@media (min-width: 768px) {
  #hero-video-flipped .image-container img {
    position: relative;
    top: 80px;
    left: -100px;
  }
}
@media (min-width: 1140px) {
  #hero-video-flipped .image-container img {
    left: 18%;
    top: 180px;
  }
}
@media (min-width: 1200px) {
  #hero-video-flipped .image-container img {
    top: 140px;
  }
}
#hero-video-flipped .image-container.flipped {
  position: absolute;
}
#hero-video-flipped .header-person-image img {
  pointer-events: grab !important;
}
#hero-video-flipped .elementor-video {
  border-radius: 10px;
}
@media (min-width: 768px) {
  #hero-video-flipped .elementor-video {
    border-radius: 30px;
  }
}
@media (min-width: 1140px) {
  #hero-video-flipped .elementor-video {
    border-radius: 40px;
  }
}
#hero-video-flipped .header-button {
  left: 40%;
  top: 20px;
  width: 34px;
}
@media (min-width: 768px) {
  #hero-video-flipped .header-button {
    top: 30px !important;
    left: 40% !important;
  }
}
@media (min-width: 1140px) {
  #hero-video-flipped .header-button {
    top: 20px !important;
    left: 30% !important;
  }
}
#hero-video-flipped i {
  color: transparent !important;
}

.journey-mixed-w-image-right .content-wrapper {
  background: linear-gradient(180deg, #5453bf 42.19%, #2d2d76 100%) !important;
}
@media (min-width: 768px) {
  .journey-mixed-w-image-right .image-container {
    position: absolute !important;
    right: 0 !important;
    width: 650px !important;
    max-width: 45% !important;
    bottom: 0 !important;
  }
}
.journey-mixed-w-image-right .image-container .background-orb {
  right: 0 !important;
  color: rgba(255, 255, 255, 0.1490196078);
}
@media (min-width: 768px) {
  .journey-mixed-w-image-right .image-container .background-orb {
    width: 1000px !important;
    position: absolute !important;
  }
}
.journey-mixed-w-image-right .qr-wrapper {
  display: none;
}
@media (min-width: 768px) {
  .journey-mixed-w-image-right .qr-wrapper {
    display: block;
  }
}
.journey-mixed-w-image-right a[href^="mailto:"]:not(.elementor-button) {
  text-decoration: underline !important;
  color: #ffffff !important;
}

.elementor-widget-n-accordion .fa-minus,
.elementor-widget-n-accordion .fa-plus {
  display: flex;
  align-items: center;
  position: relative;
  text-align: right;
  font-family: Lato !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.elementor-widget-n-accordion .fa-minus::before,
.elementor-widget-n-accordion .fa-plus::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.elementor-widget-n-accordion .fa-minus::before {
  width: 34px;
  height: 4px;
  background: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="34" height="4" viewBox="0 0 34 4" fill="none"%3E%3Cpath d="M2 2.16479H32" stroke="white" stroke-width="3" stroke-linecap="round"/%3E%3C/svg%3E') no-repeat center center;
  background-size: 100% 100%;
}
.elementor-widget-n-accordion .fa-plus::before {
  width: 34px;
  height: 34px;
  background: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="34" height="34" viewBox="0 0 34 34" fill="none"%3E%3Cpath d="M2 17.1648H32" stroke="white" stroke-width="3" stroke-linecap="round"/%3E%3Cpath d="M17 32.1648L17 2.16479" stroke="white" stroke-width="3" stroke-linecap="round"/%3E%3C/svg%3E') no-repeat center center;
  background-size: 100% 100%;
}
.elementor-widget-n-accordion .fas {
  position: absolute;
  transform: translateX(-20px);
}
@media (min-width: 768px) {
  .elementor-widget-n-accordion .fas {
    transform: translateX(-30px);
  }
}
.elementor-widget-n-accordion .fa-minus::after,
.elementor-widget-n-accordion .fa-plus::after {
  font-family: Lato !important;
  transform: translateX(-45px);
  margin-right: 8px;
  order: -1;
}
.elementor-widget-n-accordion .fa-minus::after {
  content: "Close";
  color: #fff;
}
.elementor-widget-n-accordion .fa-plus::after {
  content: "Open";
}

.florio_header #header_menu_main:first-of-type li:hover a,
.florio_header .elementor-item-active {
  border-bottom: none !important;
  position: relative;
}
.florio_header #header_menu_main:first-of-type li:hover a::after,
.florio_header .elementor-item-active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: black !important;
  margin-top: 2px;
}
.florio_header #header_menu_products li a {
  border-bottom: none !important;
  position: relative;
}
.florio_header #header_menu_products li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #2d2d76 !important;
  margin-top: 2px;
}
.florio_header .menu-link-icon-wrapper:hover {
  border-bottom: none !important;
  position: relative;
}
.florio_header .menu-link-icon-wrapper:hover::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #5453bf !important;
  margin-top: 2px;
}

/* ITP */
.body_itp #header_menu_products #header_menu_main:first-of-type li:hover a,
.body_itp #header_menu_products .elementor-item-active {
  border-bottom: none !important;
  position: relative;
}
.body_itp #header_menu_products #header_menu_main:first-of-type li:hover a::after,
.body_itp #header_menu_products .elementor-item-active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #278282 !important;
  margin-top: 2px;
}
.body_itp #header_menu_products #header_menu_products li a {
  border-bottom: none !important;
  position: relative;
}
.body_itp #header_menu_products #header_menu_products li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #278282 !important;
  margin-top: 2px;
}
.body_itp #header_menu_products .menu-link-icon-wrapper:hover {
  border-bottom: none !important;
  position: relative;
}
.body_itp #header_menu_products .menu-link-icon-wrapper:hover::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #278282 !important;
  margin-top: 2px;
}

.body_pnh #header_menu_products #header_menu_main:first-of-type li:hover a,
.body_pnh #header_menu_products .elementor-item-active {
  border-bottom: none !important;
  position: relative;
}
.body_pnh #header_menu_products #header_menu_main:first-of-type li:hover a::after,
.body_pnh #header_menu_products .elementor-item-active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #3764b8 !important;
  margin-top: 2px;
}
.body_pnh #header_menu_products #header_menu_products li a {
  border-bottom: none !important;
  position: relative;
}
.body_pnh #header_menu_products #header_menu_products li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #3764b8 !important;
  margin-top: 2px;
}
.body_pnh #header_menu_products .menu-link-icon-wrapper:hover {
  border-bottom: none !important;
  position: relative;
}
.body_pnh #header_menu_products .menu-link-icon-wrapper:hover::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #3764b8 !important;
  margin-top: 2px;
}

.body_haemo #header_menu_products #header_menu_main:first-of-type li:hover a,
.body_haemo #header_menu_products .elementor-item-active {
  border-bottom: none !important;
  position: relative;
}
.body_haemo #header_menu_products #header_menu_main:first-of-type li:hover a::after,
.body_haemo #header_menu_products .elementor-item-active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #4e4ab8 !important;
  margin-top: 2px;
}
.body_haemo #header_menu_products #header_menu_products li a {
  border-bottom: none !important;
  position: relative;
}
.body_haemo #header_menu_products #header_menu_products li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #4e4ab8 !important;
  margin-top: 2px;
}
.body_haemo #header_menu_products .menu-link-icon-wrapper:hover {
  border-bottom: none !important;
  position: relative;
}
.body_haemo #header_menu_products .menu-link-icon-wrapper:hover::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #4e4ab8 !important;
  margin-top: 2px;
}

.menu-item-has-children:hover ul::after,
.menu-item-has-children:hover ul *::after {
  height: 0 !important;
}

.menu-item-has-children ul .elementor-sub-item:hover::after {
  height: 2px !important;
}

.hero-description {
  font-weight: 400 !important;
}
@media (min-width: 1140px) {
  .hero-description {
    font-weight: 300 !important;
  }
}

.static-image-combined img {
  max-height: 600px !important;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 768px) {
  .static-image-combined img {
    max-height: 10000px !important;
  }
}

.hero-cloud {
  top: 1px !important;
}

.text-image-card {
  margin-top: 20px !important;
}
@media (min-width: 768px) {
  .text-image-card {
    margin-top: 0px !important;
  }
}
.text-image-card .text {
  margin-top: 20px !important;
}
@media (min-width: 768px) {
  .text-image-card .text {
    margin-top: 100px !important;
  }
}
@media (min-width: 1140px) {
  .text-image-card .text {
    margin-top: 140px !important;
  }
}
.text-image-card .image {
  margin-top: 20px !important;
}
@media (min-width: 768px) {
  .text-image-card .image {
    margin-top: 100px !important;
  }
}
@media (min-width: 1140px) {
  .text-image-card .image {
    margin-top: 140px !important;
  }
}
.text-image-card .image-left-text-right-image-container .elementor-widget-tablet__width-initial {
  width: 100% !important;
  min-width: 100% !important;
}

.disclaimer-page {
  padding-bottom: 10em;
}
@media (min-width: 1140px) {
  .disclaimer-page {
    padding-bottom: 12em;
  }
}
.disclaimer-page h2 {
  margin-top: 2em !important;
  font-size: 1.4rem !important;
}
@media (min-width: 1140px) {
  .disclaimer-page h2 {
    font-size: 2rem !important;
  }
}
.disclaimer-page h3 {
  font-size: 1.2rem !important;
}
@media (min-width: 1140px) {
  .disclaimer-page h3 {
    font-size: 1.75rem !important;
  }
}

::-webkit-scrollbar {
  width: 12px; /* Scrollbar width */
  background-color: #e0def3; /* Background color of the scrollbar */
}

::-webkit-scrollbar-track {
  background-color: #e0def3; /* Lighter background color for the track */
  border-radius: 6px; /* Rounded corners at both the top and bottom of the track */
}

::-webkit-scrollbar-thumb {
  background-color: #5453bf; /* Color of the scrollbar thumb */
  border-radius: 6px; /* Rounded corners at both the top and bottom of the thumb */
}

/* ITP */
.body_itp .language-selector-button {
  border: 1px solid #278282 !important;
}
.body_itp .language-selector-button .arrow-down {
  color: #278282 !important;
}
.body_itp .button-white a,
.body_itp .button-white span {
  color: #278282 !important;
}
.body_itp .hero-hcp-banner a {
  color: #278282 !important;
}
.body_itp .close-languages-dropdown {
  border: 1px solid #278282 !important;
  color: #278282 !important;
}
.body_itp .language-selector-button:hover,
.body_itp .language-selector-button:focus,
.body_itp .language-selector-button:active,
.body_itp .close-languages-dropdown:hover,
.body_itp .close-languages-dropdown:focus,
.body_itp .close-languages-dropdown:active,
.body_itp #search-form button {
  background-color: #278282 !important;
  color: #ffffff !important;
}
.body_itp .language-selector-button:hover .arrow-down,
.body_itp .language-selector-button:focus .arrow-down,
.body_itp .language-selector-button:active .arrow-down,
.body_itp .close-languages-dropdown:hover .arrow-down,
.body_itp .close-languages-dropdown:focus .arrow-down,
.body_itp .close-languages-dropdown:active .arrow-down,
.body_itp #search-form button .arrow-down {
  color: unset;
}
.body_itp button:focus,
.body_itp [type=submit]:focus,
.body_itp [type=button]:focus {
  outline: 5px auto #278282 !important;
}
.body_itp .languages-dropdown {
  border: 1px solid #278282 !important;
}
.body_itp .languages-dropdown a {
  color: #278282 !important;
}
.body_itp .languages-dropdown a:hover {
  background-color: #278282 !important;
}
.body_itp .florio_header .header-border {
  background-color: #93c0c0 !important;
}
.body_itp .florio_header #header_menu_main #custom-search-container .search-button {
  border: 1px solid #278282 !important;
}
.body_itp .florio_header #header_menu_main #custom-search-container i {
  color: #278282 !important;
}
.body_itp .florio_header #header_menu_main #Layer_1 path {
  fill: #278282 !important;
}
.body_itp .florio_header #header_menu_main .stroke-path {
  stroke: #278282 !important; /* Change color as needed */
}
.body_itp .florio_header #header_menu_main #mobilemenu-container .mobilemenu-button {
  border: 2px solid #278282 !important;
  color: #278282 !important;
}
.body_itp .florio_header #header_menu_main #mobilemenu-container .mobilemenu-button i:before {
  content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='17' height='18' viewBox='0 0 17 18' fill='none'><path d='M1 1.92892L15.1421 16.0711' stroke='%23278282' stroke-width='2' stroke-linecap='round'/><path d='M15.1421 1.92892L0.999955 16.0711' stroke='%23278282' stroke-width='2' stroke-linecap='round'/></svg>");
}
.body_itp .florio_header #header_menu_products {
  background-color: #dcebeb !important;
  color: #278282 !important;
}
.body_itp .florio_header #header_menu_products .elementor-item-active {
  color: #278282 !important;
}
.body_itp .florio_header #header_menu_products li a {
  color: #278282 !important;
  fill: #278282 !important;
}
.body_itp .florio_header #header_menu_products li a:hover {
  color: #278282 !important;
}
.body_itp .florio_header #header_menu_products li a:after {
  background-color: #278282 !important;
}
.body_itp .florio_header #header_menu_products ul.sub-menu {
  background-color: #dcebeb !important;
}
.body_itp .florio_header #header_menu_products ul.sub-menu li a:hover {
  background-color: #dcebeb !important;
  color: #278282 !important;
}
.body_itp .florio_header #mobile_language_selector {
  border-bottom: 4px solid #dcebeb !important;
}
.body_itp .florio_header #mobile_menu_main ul li:not(:last-child) {
  border-bottom: 2px solid #dcebeb !important;
}
.body_itp .florio_header #mobile_menu_main ul li a {
  color: #278282 !important;
}
.body_itp .florio_header #mobile_menu_main ul li a:focus {
  color: #278282 !important;
}
.body_itp .florio_header #mobile_menu_products {
  border-top: 2px solid #278282 !important;
}
.body_itp .florio_header #mobile_menu_products ul li:first-child {
  border-top: 2px solid #278282 !important;
}
.body_itp .florio_header #mobile_menu_products ul li {
  background-color: #dcebeb !important;
  border-bottom: 2px solid #278282 !important;
}
.body_itp .florio_header #mobile_menu_products ul li a {
  color: #278282 !important;
  background-color: #dcebeb !important;
}
.body_itp .florio_header #mobile_menu_products ul li a:focus {
  background-color: #dcebeb !important;
  color: #278282 !important;
}
.body_itp .florio_header #mobile_menu .elementor-nav-menu .sub-arrow {
  background-color: #278282 !important;
}
.body_itp .florio_header ul.sub-menu {
  background-color: #dcebeb !important;
}
.body_itp .florio_header ul.sub-menu li a:focus {
  background-color: #dcebeb !important;
  color: #278282 !important;
}
.body_itp .florio_header ul.sub-menu li a:hover {
  background-color: #dcebeb !important;
  color: #278282 !important;
}
.body_itp #feedback-wrapper {
  background-color: #ffffff !important;
}
.body_itp #feedback-wrapper h3,
.body_itp #feedback-wrapper h2 {
  color: #278282 !important;
}
.body_itp #feedback-wrapper .elementor-button-text {
  color: #ffffff !important;
}
.body_itp #feedback-wrapper .elementor-button {
  border-color: #278282 !important;
  background-color: #278282 !important;
}
.body_itp #feedback-wrapper #feedback-mailto a {
  color: #278282 !important;
}
.body_itp #feedback-wrapper #feedback-mailto a:hover {
  color: #1f6666 !important;
}
.body_itp #feedback-wrapper #feedback-bg-container {
  background-image: url("../svg/grfx-contact-itp-mobile.svg") !important;
}
@media (min-width: 768px) {
  .body_itp #feedback-wrapper #feedback-bg-container {
    background-image: url("../svg/grfx-contact-itp-desktop.svg") !important;
  }
}
.body_itp .elementor-element.data-protection {
  background-color: #dcebeb !important;
}
.body_itp .elementor-element.data-protection h2,
.body_itp .elementor-element.data-protection .elementor-heading-title {
  color: #278282 !important;
}
.body_itp .elementor-element.data-protection p {
  color: #2d2e30 !important;
}
.body_itp .elementor-element.data-protection .background-wrapper > .e-con-inner:before {
  background: url("../svg/grfx-data-protection-itp-mobile-1.svg") right bottom no-repeat;
  content: "";
  position: absolute;
  width: 100%;
  height: 203px;
  right: 0;
  top: 30px;
  background-size: 320px auto;
}
@media (min-width: 768px) {
  .body_itp .elementor-element.data-protection .background-wrapper > .e-con-inner:before {
    background: url("../svg/grfx-data-protection-itp-desktop.svg") center center no-repeat;
    top: 0;
    left: 20px;
    right: auto;
    height: 100%;
    width: 30%;
    background-size: 200px auto;
  }
}
@media (min-width: 1140px) {
  .body_itp .elementor-element.data-protection .background-wrapper > .e-con-inner:before {
    background-size: 320px auto;
    background-position: left;
  }
}
.body_itp .elementor-element.data-protection .background-wrapper > .e-con-inner:after {
  background: url("../svg/grfx-data-protection-itp-mobile-2.svg") left bottom no-repeat;
  position: absolute;
  width: 100%;
  height: 166px;
  left: 0;
  bottom: 70px;
  background-size: 320px auto;
}
.body_itp .elementor-element.data-protection .elementor-button {
  background-color: #278282 !important;
  color: #ffffff !important;
  border-color: #278282 !important;
}
.body_itp #footer-wave::before {
  background-image: url("../svg/waves-full-itp.svg") !important;
}
.body_itp .florio_footer {
  background-color: #dcebeb !important;
}
.body_itp .florio_footer .product-list li,
.body_itp .florio_footer .link-list li {
  color: #278282 !important;
}
.body_itp .florio_footer .product-list li a,
.body_itp .florio_footer .link-list li a {
  color: #278282 !important;
}
.body_itp .florio_footer .product-list li a:hover,
.body_itp .florio_footer .link-list li a:hover {
  color: #1f6666 !important;
}
.body_itp .florio_footer .footer-seperator {
  border-color: #278282 !important;
}
.body_itp .florio_footer .social-links svg.social-icon {
  color: #278282 !important;
}
.body_itp .florio_footer a[href^="mailto:"]:not(.elementor-button) {
  color: #278282 !important;
  text-decoration: underline;
}
.body_itp ::-webkit-scrollbar {
  background-color: #dcebeb !important; /* Background color of the scrollbar */
}
.body_itp ::-webkit-scrollbar-track {
  background-color: #dcebeb !important; /* Lighter background color for the track */
}
.body_itp ::-webkit-scrollbar-thumb {
  background-color: #278282 !important; /* Color of the scrollbar thumb */
}
.body_itp #journey-mixed-w-image-right .content-wrapper {
  background: linear-gradient(180deg, #2f9c9c 55.56%, #1f6666 100%) !important;
}
.body_itp #hero-video,
.body_itp #hero-video-flipped {
  background: linear-gradient(180deg, #2f9c9c 54.3%, #1f6666 99.12%) !important;
}
.body_itp #interactive-icons-wrapper {
  background: #dcebeb !important;
}
.body_itp #interactive-icons-wrapper h2,
.body_itp #interactive-icons-wrapper .text-title {
  color: #278282 !important;
}
.body_itp #interactive-icons-wrapper .icon-border {
  background-color: #278282;
}
.body_itp #text-image-card .elementor-heading-title {
  color: #278282 !important;
}
.body_itp #text-image-card .elementor-button-link {
  background-color: #1f6666 !important;
}
.body_itp .healthcare-warning a {
  color: #278282 !important;
}
.body_itp .video-component h2 {
  color: #278282 !important;
}

/* HAEMO */
.show-haemo-footer-references #footer-haemo-references,
.show-haemo-footer-references .footer-haemo-references {
  display: flex !important;
}

.body_haemo .language-selector-button {
  border: 1px solid #4e4ab8 !important;
}
.body_haemo .language-selector-button .arrow-down {
  color: #4e4ab8 !important;
}
.body_haemo .button-white a,
.body_haemo .button-white span {
  color: #4e4ab8 !important;
}
.body_haemo .hero-hcp-banner a {
  color: #4e4ab8 !important;
}
.body_haemo .close-languages-dropdown {
  border: 1px solid #4e4ab8 !important;
  color: #4e4ab8 !important;
}
.body_haemo .language-selector-button:hover,
.body_haemo .language-selector-button:focus,
.body_haemo .language-selector-button:active,
.body_haemo .close-languages-dropdown:hover,
.body_haemo .close-languages-dropdown:focus,
.body_haemo .close-languages-dropdown:active,
.body_haemo #search-form button {
  background-color: #4e4ab8 !important;
  color: #ffffff !important;
}
.body_haemo .language-selector-button:hover .arrow-down,
.body_haemo .language-selector-button:focus .arrow-down,
.body_haemo .language-selector-button:active .arrow-down,
.body_haemo .close-languages-dropdown:hover .arrow-down,
.body_haemo .close-languages-dropdown:focus .arrow-down,
.body_haemo .close-languages-dropdown:active .arrow-down,
.body_haemo #search-form button .arrow-down {
  color: unset;
}
.body_haemo button:focus,
.body_haemo [type=submit]:focus,
.body_haemo [type=button]:focus {
  outline: 5px auto #4e4ab8 !important;
}
.body_haemo .languages-dropdown {
  border: 1px solid #4e4ab8 !important;
}
.body_haemo .languages-dropdown a {
  color: #4e4ab8 !important;
}
.body_haemo .languages-dropdown a:hover {
  background-color: #4e4ab8 !important;
}
.body_haemo .florio_header .header-border {
  background-color: #e2e2f3 !important;
}
.body_haemo .florio_header #header_menu_main #custom-search-container .search-button {
  border: 1px solid #4e4ab8 !important;
}
.body_haemo .florio_header #header_menu_main #custom-search-container i {
  color: #4e4ab8 !important;
}
.body_haemo .florio_header #header_menu_main #Layer_1 path {
  fill: #4e4ab8 !important;
}
.body_haemo .florio_header #header_menu_main .stroke-path {
  stroke: #4e4ab8 !important; /* Change color as needed */
}
.body_haemo .florio_header #header_menu_main #mobilemenu-container .mobilemenu-button {
  border: 1px solid #4e4ab8 !important;
  color: #4e4ab8 !important;
}
.body_haemo .florio_header #header_menu_main #mobilemenu-container .mobilemenu-button i:before {
  content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='17' height='18' viewBox='0 0 17 18' fill='none'><path d='M1 1.92892L15.1421 16.0711' stroke='%234e4ab8' stroke-width='2' stroke-linecap='round'/><path d='M15.1421 1.92892L0.999955 16.0711' stroke='%234e4ab8' stroke-width='2' stroke-linecap='round'/></svg>");
}
.body_haemo .florio_header #header_menu_products {
  background-color: #e2e2f3 !important;
  color: #4e4ab8 !important;
}
.body_haemo .florio_header #header_menu_products li a {
  color: #4e4ab8 !important;
  fill: #4e4ab8 !important;
}
.body_haemo .florio_header #header_menu_products li a:after {
  background-color: #4e4ab8 !important;
}
.body_haemo .florio_header #mobile_menu_main ul li a {
  color: #4e4ab8 !important;
}
.body_haemo .florio_header #mobile_menu_main ul li a:focus {
  color: #4e4ab8 !important;
}
.body_haemo .florio_header #mobile_menu_products {
  border-top: 2px solid #4e4ab8 !important;
}
.body_haemo .florio_header #mobile_menu_products ul li:first-child {
  border-top: 2px solid #4e4ab8 !important;
}
.body_haemo .florio_header #mobile_menu_products ul li {
  background-color: #eeeef9 !important;
  border-bottom: 2px solid #4e4ab8 !important;
}
.body_haemo .florio_header #mobile_menu_products ul li a {
  color: #4e4ab8 !important;
  background-color: #eeeef9 !important;
}
.body_haemo .florio_header #mobile_menu_products ul li a:focus {
  background-color: #eeeef9 !important;
  color: #4e4ab8 !important;
}
.body_haemo .florio_header #mobile_menu .elementor-nav-menu .sub-arrow {
  background-color: #4e4ab8 !important;
}
.body_haemo .florio_header ul.sub-menu {
  background-color: #e2e2f3 !important;
}
.body_haemo .florio_header ul.sub-menu li a.elementor-item-active {
  background-color: #e2e2f3 !important;
}
.body_haemo .florio_header ul.sub-menu li a:focus {
  background-color: #e2e2f3 !important;
  color: #4e4ab8 !important;
}
.body_haemo .florio_header ul.sub-menu li a:hover {
  background-color: #e2e2f3 !important;
  color: #4e4ab8 !important;
}
.body_haemo #feedback-wrapper {
  background-color: #eeeef9 !important;
}
.body_haemo #feedback-wrapper.feedback-wrapper-white-override {
  background-color: #ffffff !important;
}
.body_haemo #feedback-wrapper.feedback-wrapper-white-override #feedback-bg-container {
  background-color: #ffffff !important;
}
.body_haemo #feedback-wrapper h3,
.body_haemo #feedback-wrapper h2 {
  color: #4e4ab8 !important;
}
.body_haemo #feedback-wrapper .elementor-button-text {
  color: #ffffff !important;
}
.body_haemo #feedback-wrapper .elementor-button {
  border-color: #4e4ab8 !important;
  background-color: #4e4ab8 !important;
}
.body_haemo #feedback-wrapper #feedback-mailto a {
  color: #4e4ab8 !important;
}
.body_haemo #feedback-wrapper #feedback-mailto a:hover {
  color: #3e3b96 !important;
}
.body_haemo #feedback-wrapper #feedback-bg-container {
  background-color: #eeeef9;
  background-image: url("../svg/grfx-contact-haemo-mobile.svg") !important;
}
@media (min-width: 768px) {
  .body_haemo #feedback-wrapper #feedback-bg-container {
    background-image: url("../svg/grfx-contact-haemo-desktop.svg") !important;
  }
}
.body_haemo .elementor-element.data-protection {
  background-color: #eeeef9 !important;
}
.body_haemo .elementor-element.data-protection h2,
.body_haemo .elementor-element.data-protection .elementor-heading-title {
  color: #4e4ab8 !important;
}
.body_haemo .elementor-element.data-protection p {
  color: #2d2e30 !important;
}
.body_haemo .elementor-element.data-protection .background-wrapper > .e-con-inner:before {
  background: url("../svg/grfx-data-protection-haemo-mobile-1.svg") right bottom no-repeat;
  content: "";
  position: absolute;
  width: 100%;
  height: 203px;
  right: 0;
  top: 30px;
  background-size: 320px auto;
}
@media (min-width: 768px) {
  .body_haemo .elementor-element.data-protection .background-wrapper > .e-con-inner:before {
    background: url("../svg/grfx-data-protection-haemo-desktop.svg") center center no-repeat;
    top: 0;
    left: 20px;
    right: auto;
    height: 100%;
    width: 30%;
    background-size: 200px auto;
  }
}
@media (min-width: 1140px) {
  .body_haemo .elementor-element.data-protection .background-wrapper > .e-con-inner:before {
    background-size: 320px auto;
    background-position: left;
  }
}
.body_haemo .elementor-element.data-protection .background-wrapper > .e-con-inner:after {
  background: url("../svg/grfx-data-protection-haemo-mobile-2.svg") left bottom no-repeat;
  content: "";
  position: absolute;
  width: 100%;
  height: 166px;
  left: 0;
  bottom: 70px;
  background-size: 320px auto;
}
.body_haemo .elementor-element.data-protection .elementor-button {
  background-color: #4e4ab8 !important;
  color: #ffffff !important;
  border-color: #4e4ab8 !important;
}
.body_haemo #footer-wave::before {
  background-image: url("../svg/waves-full-haemo.svg") !important;
}
.body_haemo .florio_footer {
  background-color: #e2e2f3 !important;
}
.body_haemo .florio_footer .product-list li,
.body_haemo .florio_footer .link-list li {
  color: #4e4ab8 !important;
}
.body_haemo .florio_footer .product-list li a,
.body_haemo .florio_footer .link-list li a {
  color: #4e4ab8 !important;
}
.body_haemo .florio_footer .product-list li a:hover,
.body_haemo .florio_footer .link-list li a:hover {
  color: #3e3b96 !important;
}
.body_haemo .florio_footer .footer-seperator {
  border-color: #4e4ab8 !important;
}
.body_haemo .florio_footer .social-links svg.social-icon {
  color: #4e4ab8 !important;
}
.body_haemo .florio_footer a[href^="mailto:"]:not(.elementor-button) {
  color: #4e4ab8 !important;
  text-decoration: underline;
}
.body_haemo ::-webkit-scrollbar {
  background-color: #eeeef9 !important; /* Background color of the scrollbar */
}
.body_haemo ::-webkit-scrollbar-track {
  background-color: #eeeef9 !important; /* Lighter background color for the track */
}
.body_haemo ::-webkit-scrollbar-thumb {
  background-color: #4e4ab8 !important; /* Color of the scrollbar thumb */
}
.body_haemo #journey-mixed-w-image-right .content-wrapper {
  background: linear-gradient(189deg, #3e3b96 30.55%, #2d2d76 91.9%) !important;
}
.body_haemo #hero-video,
.body_haemo #hero-video-flipped {
  background: linear-gradient(189deg, #3e3b96 30.55%, #2d2d76 91.9%) !important;
}
.body_haemo #interactive-icons-wrapper {
  background: #eeeef9 !important;
}
.body_haemo #interactive-icons-wrapper h2,
.body_haemo #interactive-icons-wrapper .text-title {
  color: #4e4ab8 !important;
}
.body_haemo #interactive-icons-wrapper .icon-border {
  background-color: #4e4ab8;
}
.body_haemo #text-image-card .elementor-heading-title,
.body_haemo .text-image-card .elementor-heading-title {
  color: #4e4ab8 !important;
}
.body_haemo #text-image-card .elementor-button-link,
.body_haemo .text-image-card .elementor-button-link {
  background-color: #3e3b96 !important;
}
.body_haemo .healthcare-warning a {
  color: #4e4ab8 !important;
}
.body_haemo .video-component h2 {
  color: #4e4ab8 !important;
}

/* PNH */
.body_pnh .language-selector-button {
  border: 1px solid #3764b8 !important;
}
.body_pnh .language-selector-button .arrow-down {
  color: #3764b8 !important;
}
.body_pnh .button-white a,
.body_pnh .button-white span {
  color: #3764b8 !important;
}
.body_pnh .hero-hcp-banner a {
  color: #3764b8 !important;
}
.body_pnh .close-languages-dropdown {
  border: 1px solid #3764b8 !important;
  color: #3764b8 !important;
}
.body_pnh .language-selector-button:hover,
.body_pnh .language-selector-button:focus,
.body_pnh .language-selector-button:active,
.body_pnh .close-languages-dropdown:hover,
.body_pnh .close-languages-dropdown:focus,
.body_pnh .close-languages-dropdown:active,
.body_pnh #search-form button {
  background-color: #3764b8 !important;
  color: #ffffff !important;
}
.body_pnh .language-selector-button:hover .arrow-down,
.body_pnh .language-selector-button:focus .arrow-down,
.body_pnh .language-selector-button:active .arrow-down,
.body_pnh .close-languages-dropdown:hover .arrow-down,
.body_pnh .close-languages-dropdown:focus .arrow-down,
.body_pnh .close-languages-dropdown:active .arrow-down,
.body_pnh #search-form button .arrow-down {
  color: unset;
}
.body_pnh button:focus,
.body_pnh [type=submit]:focus,
.body_pnh [type=button]:focus {
  outline: 5px auto #3764b8 !important;
}
.body_pnh .languages-dropdown {
  border: 1px solid #3764b8 !important;
}
.body_pnh .languages-dropdown a {
  color: #3764b8 !important;
}
.body_pnh .languages-dropdown a:hover {
  background-color: #3764b8 !important;
}
.body_pnh .florio_header .header-border {
  background-color: #cad4e9 !important;
}
.body_pnh .florio_header #header_menu_main #custom-search-container .search-button {
  border: 1px solid #3764b8 !important;
}
.body_pnh .florio_header #header_menu_main #custom-search-container i {
  color: #3764b8 !important;
}
.body_pnh .florio_header #header_menu_main #Layer_1 path {
  fill: #3764b8 !important;
}
.body_pnh .florio_header #header_menu_main path {
  fill: #3764b8 !important;
}
.body_pnh .florio_header #header_menu_main .stroke-path {
  stroke: #3764b8 !important; /* Change color as needed */
}
.body_pnh .florio_header #header_menu_main #mobilemenu-container .mobilemenu-button {
  border: 1px solid #3764b8 !important;
  color: #3764b8 !important;
}
.body_pnh .florio_header #header_menu_main #mobilemenu-container .mobilemenu-button i:before {
  content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='17' height='18' viewBox='0 0 17 18' fill='none'><path d='M1 1.92892L15.1421 16.0711' stroke='%233764b8' stroke-width='2' stroke-linecap='round'/><path d='M15.1421 1.92892L0.999955 16.0711' stroke='%233764b8' stroke-width='2' stroke-linecap='round'/></svg>");
}
.body_pnh .florio_header #header_menu_products {
  background-color: #dfe6f3 !important;
  color: #3764b8 !important;
}
.body_pnh .florio_header #header_menu_products li a {
  color: #3764b8 !important;
  fill: #3764b8 !important;
}
.body_pnh .florio_header #header_menu_products li a:after {
  background-color: #3764b8 !important;
}
.body_pnh .florio_header #header_menu_products ul.sub-menu {
  background-color: #dfe6f3 !important;
}
.body_pnh .florio_header #header_menu_products ul.sub-menu li a:hover {
  background-color: #dfe6f3 !important;
  color: #3764b8 !important;
}
.body_pnh .florio_header #mobile_menu_main ul li a {
  color: #3764b8 !important;
}
.body_pnh .florio_header #mobile_menu_main ul li a:focus {
  color: #3764b8 !important;
}
.body_pnh .florio_header #mobile_menu_products {
  border-top: 2px solid #3764b8 !important;
}
.body_pnh .florio_header #mobile_menu_products ul li:first-child {
  border-top: 1px solid #3764b8 !important;
}
.body_pnh .florio_header #mobile_menu_products ul li {
  background-color: #dfe6f3 !important;
  border-bottom: 1px solid #3764b8 !important;
}
.body_pnh .florio_header #mobile_menu_products ul li a {
  color: #3764b8 !important;
  background-color: #dfe6f3 !important;
}
.body_pnh .florio_header #mobile_menu_products ul li a:focus {
  background-color: #dfe6f3 !important;
  color: #3764b8 !important;
}
.body_pnh .florio_header #mobile_menu .elementor-nav-menu .sub-arrow {
  background-color: #3764b8 !important;
}
.body_pnh .florio_header ul.sub-menu {
  background-color: #dfe6f3 !important;
}
.body_pnh .florio_header ul.sub-menu li a:focus {
  background-color: #dfe6f3 !important;
  color: #3764b8 !important;
}
.body_pnh .florio_header ul.sub-menu li a:hover {
  background-color: #dfe6f3 !important;
  color: #3764b8 !important;
}
.body_pnh #feedback-wrapper {
  background-color: #ffffff !important;
}
.body_pnh #feedback-wrapper h3,
.body_pnh #feedback-wrapper h2 {
  color: #3764b8 !important;
}
.body_pnh #feedback-wrapper .elementor-button-text {
  color: #ffffff !important;
}
.body_pnh #feedback-wrapper .elementor-button {
  border-color: #3764b8 !important;
  background-color: #3764b8 !important;
}
.body_pnh #feedback-wrapper #feedback-mailto a {
  color: #3764b8 !important;
}
.body_pnh #feedback-wrapper #feedback-mailto a:hover {
  color: #223f73 !important;
}
.body_pnh #feedback-wrapper #feedback-bg-container {
  background-image: url("../svg/grfx-contact-pnh-mobile.svg") !important;
}
@media (min-width: 768px) {
  .body_pnh #feedback-wrapper #feedback-bg-container {
    background-image: url("../svg/grfx-contact-pnh-desktop.svg") !important;
  }
}
.body_pnh .elementor-element.data-protection {
  background-color: #dfe6f3 !important;
}
.body_pnh .elementor-element.data-protection h2,
.body_pnh .elementor-element.data-protection .elementor-heading-title {
  color: #3764b8 !important;
}
.body_pnh .elementor-element.data-protection p {
  color: #2d2e30 !important;
}
.body_pnh .elementor-element.data-protection .background-wrapper > .e-con-inner:before {
  background: url("../svg/grfx-data-protection-pnh-mobile-1.svg") right bottom no-repeat;
  content: "";
  position: absolute;
  width: 100%;
  height: 203px;
  right: 0;
  top: 30px;
  background-size: 320px auto;
}
@media (min-width: 768px) {
  .body_pnh .elementor-element.data-protection .background-wrapper > .e-con-inner:before {
    background: url("../svg/grfx-data-protection-pnh-desktop.svg") center center no-repeat;
    top: 0;
    left: 20px;
    right: auto;
    height: 100%;
    width: 30%;
    background-size: 200px auto;
  }
}
@media (min-width: 1140px) {
  .body_pnh .elementor-element.data-protection .background-wrapper > .e-con-inner:before {
    background-size: 320px auto;
    background-position: left;
  }
}
.body_pnh .elementor-element.data-protection .background-wrapper > .e-con-inner:after {
  background: url("../svg/grfx-data-protection-pnh-mobile-2.svg") left bottom no-repeat;
  position: absolute;
  width: 100%;
  height: 166px;
  left: 0;
  bottom: 70px;
  background-size: 320px auto;
}
.body_pnh .elementor-element.data-protection .elementor-button {
  background-color: #3764b8 !important;
  color: #ffffff !important;
  border-color: #3764b8 !important;
}
.body_pnh #footer-wave::before {
  background-image: url("../svg/waves-full-pnh.svg") !important;
}
.body_pnh .florio_footer {
  background-color: #dfe6f3 !important;
}
.body_pnh .florio_footer .product-list li,
.body_pnh .florio_footer .link-list li {
  color: #3764b8 !important;
}
.body_pnh .florio_footer .product-list li a,
.body_pnh .florio_footer .link-list li a {
  color: #3764b8 !important;
}
.body_pnh .florio_footer .product-list li a:hover,
.body_pnh .florio_footer .link-list li a:hover {
  color: #223f73 !important;
}
.body_pnh .florio_footer .footer-seperator {
  border-color: #3764b8 !important;
}
.body_pnh .florio_footer .social-links svg.social-icon {
  color: #3764b8 !important;
}
.body_pnh .florio_footer a[href^="mailto:"]:not(.elementor-button) {
  color: #3764b8 !important;
  text-decoration: underline;
}
.body_pnh ::-webkit-scrollbar {
  background-color: #dfe6f3 !important; /* Background color of the scrollbar */
}
.body_pnh ::-webkit-scrollbar-track {
  background-color: #dfe6f3 !important; /* Lighter background color for the track */
}
.body_pnh ::-webkit-scrollbar-thumb {
  background-color: #3764b8 !important; /* Color of the scrollbar thumb */
}
.body_pnh #journey-mixed-w-image-right .content-wrapper {
  background: linear-gradient(180deg, #3764b8 42.19%, #1a3465 100%) !important;
}
.body_pnh #hero-video,
.body_pnh #hero-video-flipped {
  background: linear-gradient(180deg, #3764b8 42.19%, #1a3465 100%) !important;
}
.body_pnh #interactive-icons-wrapper {
  background: #dfe6f3 !important;
}
.body_pnh #interactive-icons-wrapper h2,
.body_pnh #interactive-icons-wrapper .text-title {
  color: #3764b8 !important;
}
.body_pnh #interactive-icons-wrapper .icon-border {
  background-color: #3764b8;
}
.body_pnh #text-image-card .elementor-heading-title {
  color: #3764b8 !important;
}
.body_pnh #text-image-card .elementor-button-link {
  background-color: #223f73 !important;
}
.body_pnh .healthcare-warning a {
  color: #3764b8 !important;
}
.body_pnh .video-component h2 {
  color: #3764b8 !important;
}
