.cookieBot-show {
	cursor: pointer;
        transition: all 0.3s ease-in-out;
}

.cookieBot-show:hover {
	font-weight: bold;
         transition: all 0.3s ease-in-out;
}

.footer__bottom__img {
    max-height: 90px;
    min-width: 65px;
}

.navbar-brand img {
    display: block;
    max-height: 75px;
}

#pageWidgetId-2758 {
    margin-top: -1px !important;
}

.btn-primary {
	--core-gradient: radial-gradient(
		ellipse 82.53% 120.79% at 89.14% 64.95%,
		#216AAE 0%,
		#001B72 100%
	);

	position: relative;
	display: inline-block;
	border-radius: 1000px;
	z-index: 1;
	overflow: hidden;

	background: transparent;
	border: none;
	color: #002170;
}

.btn-primary::before,
.btn-primary::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 1000px;
	background-image: var(--core-gradient);
}

.btn-primary::before {
	z-index: -1;
	padding: 2px;
	-webkit-mask: linear-gradient(#fff 0 0) content-box,
	              linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask: linear-gradient(#fff 0 0) content-box,
	      linear-gradient(#fff 0 0);
	mask-composite: exclude;
	opacity: 1;
	transition: opacity 0.3s ease;
}

.btn-primary::after {
	z-index: -2;
	transform: scaleY(0);
	transform-origin: bottom;
	transition: transform 0.3s ease;
}

.btn-primary:hover {
	color: #fff;
}

.btn-primary:hover::after {
	transform: scaleY(1);
}

.btn-primary:hover::before {
	opacity: 0;
}

#pageWidgetId-2777 .btn--how-to-participate {
  border: 2px solid #fff;
  color: #fff;
}
#pageWidgetId-2777 .btn--how-to-participate:hover {
  border: 2px solid #001B72;
}

#pageWidgetId-2776 {
  margin-bottom: -13%;
}
@media screen and (max-width: 992px) {
#pageWidgetId-2776 {
  margin-bottom: -29%;
}
}
