<head>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
#id_rbEldrf {
    background-color: white !important;
}
img[src*="logo"] {
  transition: transform 0.3s ease;
}

img[src*="logo"]:hover {
  transform: scale(1.1);
}
/* Hide on screens smaller than 768px (mobile) */
.desktop-only {
  display: block;
}

@media screen and (max-width: 768px) {
  .desktop-only {
    display: none !important;
  }
}
.buttonStyle002 {
  background-color: #004181 !important; /* Set your background color */
  color: white !important;              /* Set text color */
  border: none !important;
  border-radius: 5px;
  padding: 10px 20px;
  font-family: Roboto, sans-serif !important;
  font-size: 15px !important;
  text-decoration: none;
  display: inline-block;
}

.buttonStyle002:hover {
  background-color: #39bb9c !important; /* Hover color (optional) */
}