#us-privacy-banner {
  position: fixed;
  left: 32px;
  right: 32px;
  bottom: 32px;
  z-index: 9999;

  max-width: 504px;
  padding: 18px 20px;

  background: #fff;
  border: 1px solid #eaeaee;
  border-radius: 12px;
  box-shadow: 0 5px 8px 0 rgba(144, 138, 208, 0.08);

  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 300ms ease,
    transform 300ms ease;
}

@media (max-width: 768px) {
  #us-privacy-banner {
    left: 16px;
    right: 16px;
    bottom: 16px;
  }
}

#us-privacy-banner.fade-out {
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
}

@media (prefers-reduced-motion: reduce) {
  #us-privacy-banner {
    transition: none;
  }
}

#us-privacy-banner .container {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
  color: #3d3d5c;
  letter-spacing: -0.025em;
}

/* iubenda US footer widget */
.iub__us-widget {
  z-index: 999;
  position: relative;
  background-color: #f9f9fb;
}

.iub__us-widget .iub__us-widget__wrapper {
  margin-top: -58px;

  border: 1px solid #ebeef4;
  box-shadow: 0px 3px 10px rgba(12, 29, 110, 0.1);
  border-radius: 6px;
}

.iub__us-widget .iub__us-widget__link {
  color: #1f1f47;
  font-family: 'Object Sans', 'Object Sans Fallback', sans-serif !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

.iub__us-widget .iub__us-widget__link--privacy-choices {
  border-color: #ebeef4 !important;
}

.iub__us-widget .iub__us-widget__link--privacy-choices:after {
  content: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2218%22%20viewBox%3D%220%200%2040%2018%22%20fill%3D%22none%22%3E%0A%3Crect%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2239%22%20height%3D%2217%22%20rx%3D%228.5%22%20stroke%3D%22%23576CDB%22%2F%3E%0A%3Cpath%20d%3D%22M18%2018H31C35.9706%2018%2040%2013.9706%2040%209C40%204.02944%2035.9706%200%2031%200H22.8231L18%2018Z%22%20fill%3D%22%23576CDB%22%2F%3E%0A%3Cpath%20d%3D%22M7%209L10%2012L16%206%22%20stroke%3D%22%23576CDB%22%2F%3E%0A%3Cpath%20d%3D%22M26.4121%205.46094L33.4832%2012.532%22%20stroke%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M33.4824%205.46094L26.4114%2012.532%22%20stroke%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E');
}

@media (max-width: 1280px) {
  .iub__us-widget .iub__us-widget__wrapper {
    margin-top: -44px;
  }
}

@media (max-width: 480px) {
  .iub__us-widget .iub__us-widget__wrapper {
    margin-top: 0;
  }

  .iub__us-widget .iub__us-widget__link--privacy-choices:after {
    margin-left: 0;
    margin-right: 0.8em;
  }
}
