.bg-transparent-background { background-color: rgba(255, 255, 255, 0) }
.bg-primary-colors-primary { background-color: rgba(26, 26, 26, 1) }
.bg-primary-colors-primary-60 { background-color: rgba(26, 26, 26, 0.6) }
.bg-primary-colors-primary-40 { background-color: rgba(26, 26, 26, 0.4) }
.bg-primary-colors-primary-05 { background-color: rgba(26, 26, 26, 0.05) }
.bg-primary-colors-black { background-color: rgba(1, 20, 4, 255) }
.bg-primary-colors-secondary { background-color: rgba(10, 214, 159, 1) }
.bg-primary-colors-secondary-60 { background-color: rgba(10, 214, 159, 0.6) }
.bg-primary-colors-secondary-40 { background-color: rgba(10, 214, 159, 0.4) }
.bg-primary-colors-secondary-05 { background-color: rgba(10, 214, 159, 0.05) }
.bg-primary-colors-white { background-color: rgba(255, 255, 255, 255) }
.bg-secondary-colors-color-1-100 { background-color: rgba(255, 196, 61, 1) }
.bg-secondary-colors-color-1-60 { background-color: rgba(255, 196, 61, 0.6) }
.bg-secondary-colors-color-1-40 { background-color: rgba(255, 196, 61, 0.4) }
.bg-secondary-colors-color-1-20 { background-color: rgba(255, 196, 61, 0.2) }
.bg-secondary-colors-color-2-100 { background-color: rgba(102, 37, 180, 1) }
.bg-secondary-colors-color-2-60 { background-color: rgba(102, 37, 180, 0.6) }
.bg-secondary-colors-color-2-40 { background-color: rgba(102, 37, 180, 0.4) }
.bg-secondary-colors-color-2-20 { background-color: rgba(102, 37, 180, 0.2) }
.bg-secondary-colors-color-3-100 { background-color: rgba(239, 70, 111, 1) }
.bg-secondary-colors-color-3-60 { background-color: rgba(239, 70, 111, 0.6) }
.bg-secondary-colors-color-3-40 { background-color: rgba(239, 70, 111, 0.4) }
.bg-secondary-colors-color-3-20 { background-color: rgba(239, 70, 111, 0.2) }
.bg-secondary-colors-color-4-100 { background-color: rgba(76, 201, 240, 1) }
.bg-secondary-colors-color-4-60 { background-color: rgba(76, 201, 240, 0.6) }
.bg-secondary-colors-color-4-40 { background-color: rgba(76, 201, 240, 0.4) }
.bg-secondary-colors-color-4-20 { background-color: rgba(76, 201, 240, 0.2) }
.bg-neutral-colors-100 { background-color: rgba(33, 33, 33, 1) }
.bg-neutral-colors-80 { background-color: rgba(33, 33, 33, 0.8) }
.bg-neutral-colors-70 { background-color: rgba(33, 33, 33, 0.7) }
.bg-neutral-colors-60 { background-color: rgba(33, 33, 33, 0.6) }
.bg-neutral-colors-30 { background-color: rgba(33, 33, 33, 0.3) }
.bg-neutral-colors-20 { background-color: rgba(33, 33, 33, 0.2) }
.bg-neutral-colors-10 { background-color: rgba(33, 33, 33, 0.1) }
.bg-neutral-colors-05 { background-color: rgba(33, 33, 33, 0.05) }
.bg-design-grey  { background-color: rgba(8, 8, 8, 1) }
.bg-design-grey-05 { background-color: rgba(8, 8, 8, 0.05) }