*:focus {
  outline: none;
  box-shadow: none;
}

a.underline-effect {
  color: #191919;
  text-decoration: none;
  position: relative;
  display: inline-block;
}
a.underline-effect:after {
  content: "";
  position: absolute;
  bottom: 0;
  background: #191919;
  height: 1px;
  left: auto;
  right: 0;
  width: 0px;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
a.underline-effect:hover:after {
  width: 100%;
  right: auto;
  left: 0;
}

a.underline-effect.reverse {
  color: #191919;
  text-decoration: none;
  position: relative;
  display: inline-block;
}
a.underline-effect.reverse:after {
  content: "";
  position: absolute;
  bottom: 0;
  background: #191919;
  height: 1px;
  left: 0;
  right: auto;
  width: 100%;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
a.underline-effect.reverse:hover:after {
  width: 0px;
  right: 0;
  left: auto;
}

#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonSlider {
  background-color: #D6D6D6 !important;
}

#CybotCookiebotDialog input:checked + .CybotCookiebotDialogBodyLevelButtonSlider {
  background-color: #191919 !important;
}

#CybotCookiebotDialog form input[type=checkbox][disabled]:checked + .CybotCookiebotDialogBodyLevelButtonSlider {
  background-color: #D6D6D6 !important;
}

.grecaptcha-badge {
  visibility: hidden;
}