:root {
  --fill-brand-primary: #670fc4 !important;
  --fill-brand-secondary: #f6ebff !important;
  --fill-brand-tertiary: #f6ebff !important;
  --fill-static-brand: #670fc4 !important;
  --background-brand: #670fc4 !important;
  --stroke-brand: #670fc4 !important;
  --radio-color: #670fc4 !important;
  --radio-border: #670fc4 !important;
  --text-brand: #670fc4 !important;
  --text-primary: #1a1919 !important;
  --text-secondary: #646363 !important;
  --text-disabled: #a1a0a0 !important;
  --text-inverse-primary: #f6f5f5 !important;
}

label {
  --radio-color: #670fc4 !important;
  --radio-border: #670fc4 !important;

  &::after {
    border-color: var(--text-inverse-primary) !important;
  }
}

.offerInfo {
  background: linear-gradient(to right, #13934f 18%, #0a723b 100%) !important;
}

.desktopHeaderWrapper {
  img {
    width: auto !important;
  }
}

.logoWrapper {
  margin: 2rem !important;

  img {
    position: absolute !important;
    height: 4rem !important;
    margin-top: 0 !important;
  }
}