.aktion-geschenkte-lebensjahre .show-more {
  display: none;
}
.aktion-geschenkte-lebensjahre .is-dragging {
  transition: transform 0.5s;
}
.aktion-geschenkte-lebensjahre .is-zoom {
  transform: scale(2.5);
  cursor: grab;
}
.aktion-geschenkte-lebensjahre .img-person {
  width: calc(7.1428571429% - 0.15rem);
  height: 1.5rem;
  margin: 0.15rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  cursor: pointer;
  transition: transform 0.5s;
  background-color: #EE7100;
}
.aktion-geschenkte-lebensjahre .img-person.size-middle, .aktion-geschenkte-lebensjahre .img-person.size-big {
  display: none;
}
@media (min-width: 768px) {
  .aktion-geschenkte-lebensjahre .img-person {
    width: calc(4.347826087% - 0.15rem);
  }
}
.aktion-geschenkte-lebensjahre .img-person::before {
  content: "";
  opacity: 0;
  transition: opacity 0.5s;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.aktion-geschenkte-lebensjahre .img-person:hover {
  border: 2px solid #EE7100;
  transform: scale(2);
  z-index: 99;
}
.aktion-geschenkte-lebensjahre .img-person.not-active::before {
  opacity: 0.7;
}
.aktion-geschenkte-lebensjahre .img-person.active {
  cursor: pointer;
  border: 2px solid #EE7100;
}
.aktion-geschenkte-lebensjahre .img-person.active::before {
  pointer-events: none;
  opacity: 0 !important;
}
.aktion-geschenkte-lebensjahre .image-grid {
  margin-top: 2rem;
  display: none;
}
.aktion-geschenkte-lebensjahre .image-grid__content {
  display: flex;
    flex-wrap: wrap !important;
}
.aktion-geschenkte-lebensjahre .image-grid--mobile-view {
  display: block;
}
@media (min-width: 998px) {
  .aktion-geschenkte-lebensjahre .image-grid--mobile-view {
    display: none;
  }
}
.aktion-geschenkte-lebensjahre .image-grid--mobile-view.d-desktop {
    display: block;
}

.aktion-geschenkte-lebensjahre .image-grid .img-person {
  width: calc(6.25% - 0.25rem);
}
@media (min-width: 550px) {
  .aktion-geschenkte-lebensjahre .image-grid .img-person {
    width: calc(3.3333333333% + 0.01rem);
  }
}
@media (min-width: 768px) {
  .aktion-geschenkte-lebensjahre .image-grid .img-person {
    width: calc(2.0833333333% - 0.15rem);
  }
}
.aktion-geschenkte-lebensjahre .number-mobile {
  font-weight: bold;
  text-align: center;
  width: 100%;
  display: block;
  font-size: 7rem;
  line-height: normal;
  background-color: #fff;
  color: #EE7100;
  height: 7rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .aktion-geschenkte-lebensjahre .number-mobile {
    height: auto;
  }
}
@media (min-width: 998px) {
  .aktion-geschenkte-lebensjahre .number-mobile {
    display: none;
  }
}
.aktion-geschenkte-lebensjahre .number-mobile.d-desktop {
    display: block;
}
.aktion-geschenkte-lebensjahre .number-mobile--small {
  font-size: 7rem;
  height: 7rem;
}
@media (min-width: 768px) {
  .aktion-geschenkte-lebensjahre .number-mobile--small {
    font-size: 10rem;
    height: 13rem;
  }
}

.number-container {
  -ms-grid-columns: 0.5fr 1rem 1fr 1rem 0.5fr;
  grid-template-columns: 0.5fr 1fr 0.5fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-template-areas: ". number-one .";
  grid-gap: 1rem;
  height: 100%;
  display: none;
}
@media (min-width: 999px) {
  .number-container {
    display: -ms-grid;
    display: grid;
  }
}
.number-container > * {
  align-self: flex-start;
}
.number-container--1 .img-person {
  width: calc(14.2857142857% - 0.15rem);
}
@media (min-width: 550px) {
  .number-container--1 .img-person {
    width: calc(7.1428571429% - 0.15rem);
  }
  .number-container--1 .img-person.size-middle {
    display: block;
  }
}
@media (min-width: 768px) {
  .number-container--1 .img-person {
    width: calc(4.1666666667% - 0.15rem);
  }
  .number-container--1 .img-person.size-middle, .number-container--1 .img-person.size-big {
    display: block;
  }
}
@media (min-width: 941px) {
  .number-container--1 .img-person {
    width: calc(4.347826087% - 0.15rem);
  }
}
.number-container--2 {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-template-areas: "number-one number-two";
}
.number-container--2 .img-person {
  width: calc(14.2857142857% - 0.15rem);
}
@media (min-width: 550px) {
  .number-container--2 .img-person {
    width: calc(7.1428571429% - 0.15rem);
  }
  .number-container--2 .img-person.size-middle {
    display: block;
  }
}
@media (min-width: 768px) {
  .number-container--2 .img-person {
    width: calc(4.1666666667% - 0.15rem);
  }
  .number-container--2 .img-person.size-middle, .number-container--2 .img-person.size-big {
    display: block;
  }
}
@media (min-width: 941px) {
  .number-container--2 .img-person {
    width: calc(4.347826087% - 0.15rem);
  }
}
@media (min-width: 768px) {
  .number-container--2 {
    -ms-grid-columns: 1fr 2.5rem 1fr;
    grid-template-columns: 1fr 2.5rem 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    grid-template-areas: "number-one dot number-two";
  }
}
.number-container--3 {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-template-areas: "number-one number-two" "number-three .";
}
.number-container--3 .img-person {
  width: calc(14.2857142857% - 0.15rem);
}
@media (min-width: 550px) {
  .number-container--3 .img-person {
    width: calc(7.1428571429% - 0.15rem);
  }
}
@media (min-width: 768px) {
  .number-container--3 .img-person {
    width: calc(3.7037037037% - 0.15rem);
  }
}
@media (min-width: 828px) {
  .number-container--3 .img-person {
    width: calc(3.8461538462% - 0.15rem);
  }
}
@media (min-width: 937px) {
  .number-container--3 .img-person {
    width: calc(4% - 0.15rem);
  }
}
@media (min-width: 1093px) {
  .number-container--3 .img-person {
    width: calc(4.1666666667% - 0.15rem);
  }
}
@media (min-width: 768px) {
  .number-container--3 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    grid-template-areas: "number-one number-two number-three";
  }
}
.number-container--4 {
  -ms-grid-columns: 1fr 1rem 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1fr 1rem 1fr;
  grid-template-rows: 1fr 1fr;
  grid-gap: 1rem;
  grid-template-areas: "number-one number-two" "number-three number-four";
}
.number-container--4 .img-person {
  width: calc(14.2857142857% - 0.15rem);
}
@media (min-width: 550px) {
  .number-container--4 .img-person {
    width: calc(7.1428571429% - 0.15rem);
  }
}
@media (min-width: 768px) {
  .number-container--4 .img-person {
    width: calc(3.7037037037% - 0.15rem);
  }
}

@media (min-width: 998px) {
  .number-container--4 .img-person {
    width: calc(3.8461538462% - 0.15rem);
  }
}
@media (min-width: 1200px) {
  .number-container--4 .img-person {
    width: calc(4% - 0.15rem);
  }
}
@media (min-width: 768px) {
  .number-container--4 {
    -ms-grid-columns: 1fr 1rem 2.5rem 1rem 1fr 1rem 1fr 1rem 1fr;
    grid-template-columns: 1fr 2.5rem 1fr 1fr 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    grid-template-areas: "number-one dot number-two number-three number-four";
  }
}
.number-container > :first-child {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: number-one;
}
.number-container > :nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: number-two;
}
.number-container > :nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: number-three;
}
.number-container > :nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: number-four;
}
.number-container .dot {
  grid-area: dot;
  display: none;
  align-items: flex-end;
  justify-content: center;
  background-color: white;
  align-self: flex-end;
}
@media (min-width: 768px){
  .number-container--2 > :first-child {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .number-container--3 > :first-child {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .number-container--4 > :first-child {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .number-container > :nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .number-container--3 > :nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .number-container--4 > :nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .number-container > :nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .number-container--4 > :nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
  }
  .number-container > :nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 9;
  }
  .number-container .dot {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .number-container .dot {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
.number-container .dot img {
  height: auto;
  width: 100%;
  background-color: transparent;
}
@media (min-width: 768px) {
  .number-container--3 .dot, .number-container--4 .dot {
    display: flex;
  }
}
.number-container > * {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 549px) {
  .number-container .number-0 > :nth-child(1) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(1)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-0 > :nth-child(6) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(6)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-0 > :nth-child(9) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(9)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-0 > :nth-child(10) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(10)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-0 > :nth-child(15) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(15)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-0 > :nth-child(16) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(16)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-0 > :nth-child(21) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(21)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-0 > :nth-child(22) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(22)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-0 > :nth-child(27) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(27)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-0 > :nth-child(28) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(28)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-0 > :nth-child(33) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(33)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-0 > :nth-child(34) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(34)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-0 > :nth-child(37) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(37)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-0 > :nth-child(42) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(42)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 768px) {
  .number-container .number-0 > :nth-child(1) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(1)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 768px) {
  .number-container .number-0 > :nth-child(2) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(2)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 768px) {
  .number-container .number-0 > :nth-child(11) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(11)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 768px) {
  .number-container .number-0 > :nth-child(12) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(12)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 768px) {
  .number-container .number-0 > :nth-child(13) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(13)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 768px) {
  .number-container .number-0 > :nth-child(24) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(24)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 768px) {
  .number-container .number-0 > :nth-child(29) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(29)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 768px) {
  .number-container .number-0 > :nth-child(30) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(30)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 768px) {
  .number-container .number-0 > :nth-child(31) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(31)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 768px) {
  .number-container .number-0 > :nth-child(32) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(32)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 768px) {
  .number-container .number-0 > :nth-child(41) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(41)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 768px) {
  .number-container .number-0 > :nth-child(42) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(42)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 768px) {
  .number-container .number-0 > :nth-child(43) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(43)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 768px) {
  .number-container .number-0 > :nth-child(44) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(44)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 768px) {
  .number-container .number-0 > :nth-child(53) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(53)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 768px) {
  .number-container .number-0 > :nth-child(54) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(54)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 768px) {
  .number-container .number-0 > :nth-child(55) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(55)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 768px) {
  .number-container .number-0 > :nth-child(56) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(56)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 768px) {
  .number-container .number-0 > :nth-child(65) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(65)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 768px) {
  .number-container .number-0 > :nth-child(66) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(66)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 768px) {
  .number-container .number-0 > :nth-child(67) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(67)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 768px) {
  .number-container .number-0 > :nth-child(68) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(68)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 768px) {
  .number-container .number-0 > :nth-child(77) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(77)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 768px) {
  .number-container .number-0 > :nth-child(78) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(78)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 768px) {
  .number-container .number-0 > :nth-child(79) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(79)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 768px) {
  .number-container .number-0 > :nth-child(80) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(80)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 768px) {
  .number-container .number-0 > :nth-child(89) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(89)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 768px) {
  .number-container .number-0 > :nth-child(90) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(90)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 768px) {
  .number-container .number-0 > :nth-child(91) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(91)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 768px) {
  .number-container .number-0 > :nth-child(92) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(92)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 768px) {
  .number-container .number-0 > :nth-child(101) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(101)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 768px) {
  .number-container .number-0 > :nth-child(102) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(102)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 768px) {
  .number-container .number-0 > :nth-child(103) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(103)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 768px) {
  .number-container .number-0 > :nth-child(104) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(104)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 768px) {
  .number-container .number-0 > :nth-child(113) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(113)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 768px) {
  .number-container .number-0 > :nth-child(114) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(114)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 768px) {
  .number-container .number-0 > :nth-child(115) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(115)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 768px) {
  .number-container .number-0 > :nth-child(116) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(116)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 768px) {
  .number-container .number-0 > :nth-child(121) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(121)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 768px) {
  .number-container .number-0 > :nth-child(132) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(132)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 768px) {
  .number-container .number-0 > :nth-child(133) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(133)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 768px) {
  .number-container .number-0 > :nth-child(134) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(134)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 768px) {
  .number-container .number-0 > :nth-child(143) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(143)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 768px) {
  .number-container .number-0 > :nth-child(144) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(144)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-0 > :nth-child(1) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(1)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-0 > :nth-child(2) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(2)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-0 > :nth-child(3) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(3)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-0 > :nth-child(18) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(18)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-0 > :nth-child(19) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(19)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-0 > :nth-child(20) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(20)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-0 > :nth-child(21) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(21)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-0 > :nth-child(22) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(22)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-0 > :nth-child(39) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(39)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-0 > :nth-child(40) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(40)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-0 > :nth-child(41) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(41)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-0 > :nth-child(60) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(60)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-0 > :nth-child(68) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(68)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-0 > :nth-child(69) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(69)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-0 > :nth-child(70) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(70)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-0 > :nth-child(71) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(71)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-0 > :nth-child(72) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(72)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-0 > :nth-child(73) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(73)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-0 > :nth-child(88) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(88)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-0 > :nth-child(89) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(89)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-0 > :nth-child(90) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(90)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-0 > :nth-child(91) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(91)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-0 > :nth-child(92) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(92)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-0 > :nth-child(93) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(93)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-0 > :nth-child(108) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(108)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-0 > :nth-child(109) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(109)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-0 > :nth-child(110) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(110)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-0 > :nth-child(111) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(111)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-0 > :nth-child(112) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(112)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-0 > :nth-child(113) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(113)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-0 > :nth-child(128) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(128)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-0 > :nth-child(129) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(129)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-0 > :nth-child(130) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(130)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-0 > :nth-child(131) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(131)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-0 > :nth-child(132) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(132)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-0 > :nth-child(133) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(133)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-0 > :nth-child(148) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(148)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-0 > :nth-child(149) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(149)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-0 > :nth-child(150) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(150)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-0 > :nth-child(151) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(151)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-0 > :nth-child(152) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(152)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-0 > :nth-child(153) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(153)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-0 > :nth-child(168) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(168)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-0 > :nth-child(169) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(169)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-0 > :nth-child(170) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(170)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-0 > :nth-child(171) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(171)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-0 > :nth-child(172) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(172)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-0 > :nth-child(173) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(173)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-0 > :nth-child(188) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(188)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-0 > :nth-child(189) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(189)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-0 > :nth-child(190) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(190)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-0 > :nth-child(191) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(191)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-0 > :nth-child(192) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(192)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-0 > :nth-child(193) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(193)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-0 > :nth-child(208) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(208)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-0 > :nth-child(209) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(209)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-0 > :nth-child(210) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(210)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-0 > :nth-child(211) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(211)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-0 > :nth-child(212) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(212)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-0 > :nth-child(213) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(213)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-0 > :nth-child(228) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(228)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-0 > :nth-child(229) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(229)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-0 > :nth-child(230) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(230)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-0 > :nth-child(231) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(231)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-0 > :nth-child(232) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(232)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-0 > :nth-child(233) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(233)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-0 > :nth-child(248) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(248)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-0 > :nth-child(249) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(249)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-0 > :nth-child(250) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(250)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-0 > :nth-child(251) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(251)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-0 > :nth-child(252) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(252)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-0 > :nth-child(253) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(253)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-0 > :nth-child(268) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(268)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-0 > :nth-child(269) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(269)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-0 > :nth-child(270) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(270)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-0 > :nth-child(271) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(271)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-0 > :nth-child(272) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(272)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-0 > :nth-child(273) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(273)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-0 > :nth-child(288) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(288)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-0 > :nth-child(289) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(289)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-0 > :nth-child(290) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(290)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-0 > :nth-child(291) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(291)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-0 > :nth-child(292) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(292)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-0 > :nth-child(293) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(293)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-0 > :nth-child(301) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(301)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-0 > :nth-child(320) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(320)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-0 > :nth-child(321) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(321)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-0 > :nth-child(322) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(322)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-0 > :nth-child(339) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(339)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-0 > :nth-child(340) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(340)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-0 > :nth-child(341) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(341)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-0 > :nth-child(342) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(342)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-0 > :nth-child(343) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(343)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-0 > :nth-child(358) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(358)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-0 > :nth-child(359) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(359)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-0 > :nth-child(360) {
    pointer-events: none;
  }
  .number-container .number-0 > :nth-child(360)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-1 > :nth-child(1)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-1 > :nth-child(2)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-1 > :nth-child(5)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-1 > :nth-child(6)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-1 > :nth-child(7)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-1 > :nth-child(11)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-1 > :nth-child(12)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-1 > :nth-child(13)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-1 > :nth-child(14)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-1 > :nth-child(17)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-1 > :nth-child(18)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-1 > :nth-child(19)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-1 > :nth-child(20)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-1 > :nth-child(23)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-1 > :nth-child(24)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-1 > :nth-child(25)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-1 > :nth-child(26)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-1 > :nth-child(29)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-1 > :nth-child(30)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-1 > :nth-child(31)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-1 > :nth-child(32)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-1 > :nth-child(35)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-1 > :nth-child(36)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-1 > :nth-child(1)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-1 > :nth-child(2)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-1 > :nth-child(3)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-1 > :nth-child(4)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-1 > :nth-child(9)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-1 > :nth-child(10)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-1 > :nth-child(11)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-1 > :nth-child(12)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-1 > :nth-child(13)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-1 > :nth-child(14)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-1 > :nth-child(21)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-1 > :nth-child(22)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-1 > :nth-child(23)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-1 > :nth-child(24)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-1 > :nth-child(25)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-1 > :nth-child(26)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-1 > :nth-child(33)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-1 > :nth-child(34)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-1 > :nth-child(35)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-1 > :nth-child(36)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-1 > :nth-child(37)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-1 > :nth-child(38)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-1 > :nth-child(39)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-1 > :nth-child(40)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-1 > :nth-child(45)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-1 > :nth-child(46)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-1 > :nth-child(47)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-1 > :nth-child(48)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-1 > :nth-child(49)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-1 > :nth-child(50)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-1 > :nth-child(51)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-1 > :nth-child(52)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-1 > :nth-child(57)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-1 > :nth-child(58)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-1 > :nth-child(59)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-1 > :nth-child(60)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-1 > :nth-child(61)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-1 > :nth-child(62)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-1 > :nth-child(63)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-1 > :nth-child(64)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-1 > :nth-child(69)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-1 > :nth-child(70)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-1 > :nth-child(71)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-1 > :nth-child(72)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-1 > :nth-child(73)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-1 > :nth-child(74)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-1 > :nth-child(75)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-1 > :nth-child(76)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-1 > :nth-child(81)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-1 > :nth-child(82)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-1 > :nth-child(83)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-1 > :nth-child(84)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-1 > :nth-child(85)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-1 > :nth-child(86)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-1 > :nth-child(87)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-1 > :nth-child(88)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-1 > :nth-child(93)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-1 > :nth-child(94)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-1 > :nth-child(95)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-1 > :nth-child(96)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-1 > :nth-child(97)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-1 > :nth-child(98)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-1 > :nth-child(99)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-1 > :nth-child(100)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-1 > :nth-child(105)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-1 > :nth-child(106)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-1 > :nth-child(107)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-1 > :nth-child(108)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-1 > :nth-child(109)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-1 > :nth-child(110)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-1 > :nth-child(111)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-1 > :nth-child(112)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-1 > :nth-child(117)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-1 > :nth-child(118)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-1 > :nth-child(119)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-1 > :nth-child(120)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-1 > :nth-child(121)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-1 > :nth-child(122)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-1 > :nth-child(131)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-1 > :nth-child(132)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-1 > :nth-child(133)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-1 > :nth-child(134)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-1 > :nth-child(143)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-1 > :nth-child(144)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(1)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(2)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(3)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(4)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(5)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(6)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(7)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(14)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(15)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(16)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(17)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(18)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(19)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(20)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(21)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(22)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(23)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(24)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(25)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(26)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(34)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(35)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(36)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(37)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(38)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(39)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(40)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(41)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(42)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(43)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(44)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(45)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(54)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(55)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(56)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(57)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(58)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(59)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(60)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(61)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(62)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(63)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(64)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(74)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(75)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(76)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(77)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(78)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(79)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(80)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(81)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(82)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(83)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(84)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(94)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(95)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(96)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(97)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(98)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(99)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(100)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(101)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(102)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(103)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(104)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(114)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(115)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(116)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(117)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(118)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(119)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(120)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(121)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(122)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(123)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(124)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(125)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(126)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(127)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(134)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(135)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(136)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(137)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(138)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(139)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(140)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(141)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(142)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(143)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(144)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(145)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(146)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(147)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(154)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(155)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(156)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(157)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(158)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(159)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(160)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(161)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(162)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(163)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(164)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(165)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(166)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(167)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(174)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(175)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(176)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(177)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(178)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(179)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(180)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(181)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(182)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(183)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(184)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(185)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(186)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(187)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(194)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(195)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(196)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(197)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(198)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(199)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(200)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(201)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(202)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(203)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(204)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(205)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(206)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(207)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(214)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(215)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(216)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(217)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(218)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(219)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(220)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(221)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(222)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(223)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(224)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(225)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(226)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(227)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(234)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(235)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(236)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(237)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(238)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(239)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(240)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(241)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(242)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(243)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(244)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(245)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(246)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(247)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(254)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(255)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(256)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(257)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(258)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(259)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(260)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(261)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(262)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(263)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(264)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(265)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(266)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(267)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(274)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(275)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(276)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(277)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(278)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(279)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(280)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(281)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(282)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(283)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(284)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(285)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(286)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(287)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(294)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(295)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(296)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(297)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(298)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(299)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(300)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(301)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(302)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(303)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(304)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(317)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(318)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(319)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(320)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(321)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(322)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(323)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(324)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(337)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(338)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(339)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(340)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(341)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(342)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(343)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(344)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(357)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(358)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(359)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-1 > :nth-child(360)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-2 > :nth-child(1)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-2 > :nth-child(6)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-2 > :nth-child(7)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-2 > :nth-child(8)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-2 > :nth-child(9)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-2 > :nth-child(10)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-2 > :nth-child(13)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-2 > :nth-child(14)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-2 > :nth-child(18)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-2 > :nth-child(19)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-2 > :nth-child(22)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-2 > :nth-child(23)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-2 > :nth-child(24)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-2 > :nth-child(27)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-2 > :nth-child(28)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-2 > :nth-child(29)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-2 > :nth-child(30)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-2 > :nth-child(1)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-2 > :nth-child(2)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-2 > :nth-child(11)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-2 > :nth-child(12)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-2 > :nth-child(13)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-2 > :nth-child(24)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-2 > :nth-child(29)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-2 > :nth-child(30)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-2 > :nth-child(31)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-2 > :nth-child(32)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-2 > :nth-child(41)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-2 > :nth-child(42)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-2 > :nth-child(43)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-2 > :nth-child(44)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-2 > :nth-child(49)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-2 > :nth-child(50)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-2 > :nth-child(51)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-2 > :nth-child(52)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-2 > :nth-child(53)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-2 > :nth-child(54)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-2 > :nth-child(55)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-2 > :nth-child(56)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-2 > :nth-child(61)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-2 > :nth-child(62)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-2 > :nth-child(63)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-2 > :nth-child(64)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-2 > :nth-child(65)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-2 > :nth-child(66)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-2 > :nth-child(73)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-2 > :nth-child(74)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-2 > :nth-child(75)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-2 > :nth-child(76)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-2 > :nth-child(83)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-2 > :nth-child(84)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-2 > :nth-child(85)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-2 > :nth-child(86)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-2 > :nth-child(92)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-2 > :nth-child(93)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-2 > :nth-child(94)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-2 > :nth-child(95)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-2 > :nth-child(96)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-2 > :nth-child(101)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-2 > :nth-child(102)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-2 > :nth-child(103)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-2 > :nth-child(104)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-2 > :nth-child(105)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-2 > :nth-child(106)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-2 > :nth-child(107)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-2 > :nth-child(108)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-2 > :nth-child(113)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-2 > :nth-child(114)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-2 > :nth-child(115)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-2 > :nth-child(116)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-2 > :nth-child(117)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-2 > :nth-child(118)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-2 > :nth-child(119)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-2 > :nth-child(120)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(1)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(2)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(3)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(18)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(19)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(20)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(21)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(22)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(39)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(40)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(41)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(60)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(68)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(69)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(70)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(71)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(72)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(73)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(88)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(89)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(90)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(91)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(92)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(93)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(108)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(109)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(110)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(111)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(112)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(113)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(121)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(122)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(123)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(124)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(125)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(126)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(127)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(128)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(129)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(130)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(131)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(132)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(133)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(141)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(142)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(143)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(144)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(145)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(146)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(147)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(148)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(149)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(150)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(151)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(152)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(153)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(161)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(162)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(163)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(164)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(165)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(166)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(180)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(181)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(182)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(183)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(184)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(185)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(199)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(200)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(201)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(202)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(203)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(214)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(215)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(216)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(217)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(218)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(219)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(220)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(221)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(222)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(223)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(233)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(234)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(235)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(236)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(237)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(238)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(239)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(240)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(241)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(242)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(243)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(252)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(253)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(254)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(255)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(256)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(257)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(258)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(259)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(260)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(270)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(271)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(272)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(273)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(274)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(275)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(276)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(277)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(278)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(279)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(280)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(289)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(290)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(291)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(292)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(293)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(294)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(295)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(296)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(297)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(298)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(299)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-2 > :nth-child(300)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-3 > :nth-child(1)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-3 > :nth-child(6)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-3 > :nth-child(9)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-3 > :nth-child(10)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-3 > :nth-child(15)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-3 > :nth-child(16)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-3 > :nth-child(19)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-3 > :nth-child(20)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-3 > :nth-child(21)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-3 > :nth-child(24)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-3 > :nth-child(27)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-3 > :nth-child(28)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-3 > :nth-child(33)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-3 > :nth-child(34)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-3 > :nth-child(37)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-3 > :nth-child(42)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-3 > :nth-child(1)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-3 > :nth-child(2)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-3 > :nth-child(11)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-3 > :nth-child(12)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-3 > :nth-child(13)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-3 > :nth-child(24)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-3 > :nth-child(29)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-3 > :nth-child(30)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-3 > :nth-child(31)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-3 > :nth-child(32)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-3 > :nth-child(41)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-3 > :nth-child(42)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-3 > :nth-child(43)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-3 > :nth-child(44)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-3 > :nth-child(49)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-3 > :nth-child(50)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-3 > :nth-child(51)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-3 > :nth-child(52)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-3 > :nth-child(53)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-3 > :nth-child(54)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-3 > :nth-child(55)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-3 > :nth-child(56)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-3 > :nth-child(61)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-3 > :nth-child(62)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-3 > :nth-child(63)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-3 > :nth-child(64)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-3 > :nth-child(71)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-3 > :nth-child(72)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-3 > :nth-child(73)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-3 > :nth-child(74)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-3 > :nth-child(75)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-3 > :nth-child(76)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-3 > :nth-child(83)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-3 > :nth-child(84)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-3 > :nth-child(85)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-3 > :nth-child(86)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-3 > :nth-child(87)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-3 > :nth-child(88)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-3 > :nth-child(89)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-3 > :nth-child(90)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-3 > :nth-child(91)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-3 > :nth-child(92)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-3 > :nth-child(101)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-3 > :nth-child(102)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-3 > :nth-child(103)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-3 > :nth-child(104)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-3 > :nth-child(113)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-3 > :nth-child(114)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-3 > :nth-child(115)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-3 > :nth-child(116)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-3 > :nth-child(121)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-3 > :nth-child(132)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-3 > :nth-child(133)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-3 > :nth-child(134)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-3 > :nth-child(143)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-3 > :nth-child(144)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(1)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(2)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(3)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(18)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(19)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(20)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(21)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(22)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(39)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(40)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(41)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(60)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(68)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(69)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(70)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(71)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(72)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(73)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(88)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(89)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(90)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(91)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(92)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(93)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(108)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(109)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(110)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(111)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(112)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(113)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(121)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(122)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(123)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(124)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(125)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(126)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(127)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(128)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(129)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(130)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(131)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(132)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(133)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(141)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(142)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(143)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(144)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(145)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(146)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(147)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(148)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(149)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(150)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(151)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(152)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(153)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(161)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(162)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(163)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(164)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(165)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(166)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(167)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(178)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(179)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(180)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(181)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(182)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(183)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(184)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(185)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(186)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(187)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(198)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(199)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(200)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(201)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(202)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(203)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(204)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(205)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(206)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(207)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(221)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(222)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(223)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(224)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(225)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(226)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(227)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(228)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(229)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(230)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(231)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(232)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(233)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(241)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(242)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(243)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(244)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(245)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(246)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(247)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(248)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(249)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(250)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(251)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(252)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(253)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(261)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(262)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(263)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(264)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(265)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(266)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(267)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(268)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(269)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(270)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(271)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(272)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(273)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(281)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(282)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(283)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(284)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(285)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(286)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(287)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(288)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(289)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(290)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(291)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(292)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(293)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(320)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(339)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(340)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(358)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(359)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-3 > :nth-child(360)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-4 > :nth-child(3)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-4 > :nth-child(4)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-4 > :nth-child(9)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-4 > :nth-child(10)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-4 > :nth-child(15)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-4 > :nth-child(16)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-4 > :nth-child(21)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-4 > :nth-child(22)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-4 > :nth-child(25)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-4 > :nth-child(31)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-4 > :nth-child(32)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-4 > :nth-child(33)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-4 > :nth-child(34)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-4 > :nth-child(37)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-4 > :nth-child(38)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-4 > :nth-child(39)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-4 > :nth-child(40)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-4 > :nth-child(5)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-4 > :nth-child(6)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-4 > :nth-child(7)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-4 > :nth-child(8)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-4 > :nth-child(17)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-4 > :nth-child(18)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-4 > :nth-child(19)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-4 > :nth-child(20)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-4 > :nth-child(29)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-4 > :nth-child(30)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-4 > :nth-child(31)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-4 > :nth-child(32)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-4 > :nth-child(41)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-4 > :nth-child(42)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-4 > :nth-child(43)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-4 > :nth-child(44)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-4 > :nth-child(53)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-4 > :nth-child(54)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-4 > :nth-child(55)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-4 > :nth-child(56)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-4 > :nth-child(61)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-4 > :nth-child(73)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-4 > :nth-child(74)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-4 > :nth-child(85)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-4 > :nth-child(86)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-4 > :nth-child(87)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-4 > :nth-child(88)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-4 > :nth-child(89)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-4 > :nth-child(90)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-4 > :nth-child(91)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-4 > :nth-child(92)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-4 > :nth-child(97)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-4 > :nth-child(98)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-4 > :nth-child(99)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-4 > :nth-child(100)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-4 > :nth-child(101)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-4 > :nth-child(102)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-4 > :nth-child(103)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-4 > :nth-child(104)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-4 > :nth-child(109)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-4 > :nth-child(110)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-4 > :nth-child(111)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-4 > :nth-child(112)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-4 > :nth-child(113)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-4 > :nth-child(114)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-4 > :nth-child(115)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-4 > :nth-child(116)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-4 > :nth-child(121)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-4 > :nth-child(122)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-4 > :nth-child(123)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-4 > :nth-child(124)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-4 > :nth-child(125)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-4 > :nth-child(126)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-4 > :nth-child(127)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-4 > :nth-child(128)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-4 > :nth-child(133)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-4 > :nth-child(134)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-4 > :nth-child(135)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-4 > :nth-child(136)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-4 > :nth-child(137)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-4 > :nth-child(138)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-4 > :nth-child(139)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-4 > :nth-child(140)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(8)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(9)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(10)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(11)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(12)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(13)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(28)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(29)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(30)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(31)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(32)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(33)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(48)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(49)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(50)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(51)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(52)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(53)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(68)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(69)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(70)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(71)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(72)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(73)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(88)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(89)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(90)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(91)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(92)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(93)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(108)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(109)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(110)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(111)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(112)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(113)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(128)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(129)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(130)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(131)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(132)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(133)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(148)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(149)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(150)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(151)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(152)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(153)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(168)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(169)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(170)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(171)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(172)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(173)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(188)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(189)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(190)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(191)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(192)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(193)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(201)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(221)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(222)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(241)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(242)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(243)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(261)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(262)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(263)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(264)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(265)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(266)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(267)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(268)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(269)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(270)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(271)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(272)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(273)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(274)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(281)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(282)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(283)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(284)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(285)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(286)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(287)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(288)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(289)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(290)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(291)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(292)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(293)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(294)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(301)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(302)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(303)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(304)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(305)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(306)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(307)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(308)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(309)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(310)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(311)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(312)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(313)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(314)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(321)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(322)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(323)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(324)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(325)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(326)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(327)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(328)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(329)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(330)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(331)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(332)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(333)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(334)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(341)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(342)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(343)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(344)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(345)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(346)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(347)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(348)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(349)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(350)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(351)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(352)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(353)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-4 > :nth-child(354)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-5 > :nth-child(9)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-5 > :nth-child(10)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-5 > :nth-child(11)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-5 > :nth-child(12)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-5 > :nth-child(18)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-5 > :nth-child(19)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-5 > :nth-child(20)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-5 > :nth-child(21)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-5 > :nth-child(22)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-5 > :nth-child(25)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-5 > :nth-child(26)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-5 > :nth-child(27)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-5 > :nth-child(28)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-5 > :nth-child(33)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-5 > :nth-child(34)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-5 > :nth-child(37)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-5 > :nth-child(42)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-5 > :nth-child(29)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-5 > :nth-child(30)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-5 > :nth-child(31)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-5 > :nth-child(32)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-5 > :nth-child(33)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-5 > :nth-child(34)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-5 > :nth-child(35)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-5 > :nth-child(36)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-5 > :nth-child(41)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-5 > :nth-child(42)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-5 > :nth-child(43)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-5 > :nth-child(44)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-5 > :nth-child(45)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-5 > :nth-child(46)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-5 > :nth-child(47)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-5 > :nth-child(48)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-5 > :nth-child(59)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-5 > :nth-child(60)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-5 > :nth-child(72)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-5 > :nth-child(73)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-5 > :nth-child(74)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-5 > :nth-child(75)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-5 > :nth-child(76)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-5 > :nth-child(77)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-5 > :nth-child(78)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-5 > :nth-child(79)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-5 > :nth-child(80)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-5 > :nth-child(85)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-5 > :nth-child(86)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-5 > :nth-child(87)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-5 > :nth-child(88)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-5 > :nth-child(89)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-5 > :nth-child(90)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-5 > :nth-child(91)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-5 > :nth-child(92)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-5 > :nth-child(97)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-5 > :nth-child(98)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-5 > :nth-child(99)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-5 > :nth-child(100)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-5 > :nth-child(101)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-5 > :nth-child(102)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-5 > :nth-child(103)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-5 > :nth-child(104)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-5 > :nth-child(113)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-5 > :nth-child(114)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-5 > :nth-child(115)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-5 > :nth-child(116)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-5 > :nth-child(121)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-5 > :nth-child(122)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-5 > :nth-child(131)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-5 > :nth-child(132)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-5 > :nth-child(133)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-5 > :nth-child(144)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-5 > :nth-child(68)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-5 > :nth-child(69)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-5 > :nth-child(70)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-5 > :nth-child(71)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-5 > :nth-child(72)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-5 > :nth-child(73)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-5 > :nth-child(74)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-5 > :nth-child(75)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-5 > :nth-child(76)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-5 > :nth-child(77)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-5 > :nth-child(78)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-5 > :nth-child(79)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-5 > :nth-child(80)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-5 > :nth-child(88)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-5 > :nth-child(89)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-5 > :nth-child(90)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-5 > :nth-child(91)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-5 > :nth-child(92)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-5 > :nth-child(93)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-5 > :nth-child(94)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-5 > :nth-child(95)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-5 > :nth-child(96)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-5 > :nth-child(97)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-5 > :nth-child(98)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-5 > :nth-child(99)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-5 > :nth-child(100)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-5 > :nth-child(161)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-5 > :nth-child(162)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-5 > :nth-child(163)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-5 > :nth-child(164)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-5 > :nth-child(165)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-5 > :nth-child(166)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-5 > :nth-child(167)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-5 > :nth-child(168)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-5 > :nth-child(169)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-5 > :nth-child(170)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-5 > :nth-child(171)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-5 > :nth-child(172)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-5 > :nth-child(173)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-5 > :nth-child(181)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-5 > :nth-child(182)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-5 > :nth-child(183)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-5 > :nth-child(184)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-5 > :nth-child(185)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-5 > :nth-child(186)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-5 > :nth-child(187)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-5 > :nth-child(188)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-5 > :nth-child(189)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-5 > :nth-child(190)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-5 > :nth-child(191)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-5 > :nth-child(192)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-5 > :nth-child(193)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-5 > :nth-child(201)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-5 > :nth-child(202)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-5 > :nth-child(203)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-5 > :nth-child(204)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-5 > :nth-child(205)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-5 > :nth-child(206)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-5 > :nth-child(207)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-5 > :nth-child(208)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-5 > :nth-child(209)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-5 > :nth-child(210)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-5 > :nth-child(211)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-5 > :nth-child(212)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-5 > :nth-child(213)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-5 > :nth-child(221)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-5 > :nth-child(222)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-5 > :nth-child(223)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-5 > :nth-child(224)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-5 > :nth-child(225)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-5 > :nth-child(226)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-5 > :nth-child(227)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-5 > :nth-child(228)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-5 > :nth-child(229)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-5 > :nth-child(230)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-5 > :nth-child(231)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-5 > :nth-child(232)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-5 > :nth-child(233)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-5 > :nth-child(248)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-5 > :nth-child(249)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-5 > :nth-child(250)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-5 > :nth-child(251)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-5 > :nth-child(252)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-5 > :nth-child(253)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-5 > :nth-child(254)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-5 > :nth-child(268)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-5 > :nth-child(269)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-5 > :nth-child(270)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-5 > :nth-child(271)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-5 > :nth-child(272)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-5 > :nth-child(273)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-5 > :nth-child(274)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-5 > :nth-child(288)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-5 > :nth-child(289)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-5 > :nth-child(290)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-5 > :nth-child(291)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-5 > :nth-child(292)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-5 > :nth-child(293)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-5 > :nth-child(294)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-5 > :nth-child(301)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-5 > :nth-child(320)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-5 > :nth-child(321)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-5 > :nth-child(322)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-5 > :nth-child(339)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-5 > :nth-child(340)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-5 > :nth-child(341)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-5 > :nth-child(342)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-5 > :nth-child(343)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-5 > :nth-child(358)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-5 > :nth-child(359)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-5 > :nth-child(360)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-6 > :nth-child(1)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-6 > :nth-child(6)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-6 > :nth-child(9)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-6 > :nth-child(10)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-6 > :nth-child(15)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-6 > :nth-child(16)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-6 > :nth-child(17)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-6 > :nth-child(18)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-6 > :nth-child(24)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-6 > :nth-child(27)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-6 > :nth-child(28)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-6 > :nth-child(33)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-6 > :nth-child(34)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-6 > :nth-child(37)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-6 > :nth-child(42)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-6 > :nth-child(1)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-6 > :nth-child(2)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-6 > :nth-child(11)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-6 > :nth-child(12)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-6 > :nth-child(13)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-6 > :nth-child(24)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-6 > :nth-child(29)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-6 > :nth-child(30)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-6 > :nth-child(31)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-6 > :nth-child(32)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-6 > :nth-child(41)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-6 > :nth-child(42)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-6 > :nth-child(43)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-6 > :nth-child(44)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-6 > :nth-child(53)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-6 > :nth-child(54)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-6 > :nth-child(55)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-6 > :nth-child(56)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-6 > :nth-child(57)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-6 > :nth-child(58)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-6 > :nth-child(59)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-6 > :nth-child(60)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-6 > :nth-child(65)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-6 > :nth-child(66)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-6 > :nth-child(67)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-6 > :nth-child(68)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-6 > :nth-child(69)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-6 > :nth-child(70)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-6 > :nth-child(71)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-6 > :nth-child(72)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-6 > :nth-child(83)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-6 > :nth-child(84)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-6 > :nth-child(96)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-6 > :nth-child(101)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-6 > :nth-child(102)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-6 > :nth-child(103)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-6 > :nth-child(104)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-6 > :nth-child(113)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-6 > :nth-child(114)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-6 > :nth-child(115)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-6 > :nth-child(116)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-6 > :nth-child(121)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-6 > :nth-child(132)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-6 > :nth-child(133)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-6 > :nth-child(134)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-6 > :nth-child(143)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-6 > :nth-child(144)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-6 > :nth-child(1)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-6 > :nth-child(2)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-6 > :nth-child(3)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-6 > :nth-child(18)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-6 > :nth-child(19)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-6 > :nth-child(20)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-6 > :nth-child(21)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-6 > :nth-child(22)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-6 > :nth-child(39)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-6 > :nth-child(40)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-6 > :nth-child(41)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-6 > :nth-child(60)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-6 > :nth-child(68)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-6 > :nth-child(69)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-6 > :nth-child(70)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-6 > :nth-child(71)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-6 > :nth-child(72)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-6 > :nth-child(73)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-6 > :nth-child(88)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-6 > :nth-child(89)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-6 > :nth-child(90)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-6 > :nth-child(91)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-6 > :nth-child(92)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-6 > :nth-child(93)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-6 > :nth-child(108)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-6 > :nth-child(109)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-6 > :nth-child(110)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-6 > :nth-child(111)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-6 > :nth-child(112)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-6 > :nth-child(113)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-6 > :nth-child(128)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-6 > :nth-child(129)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-6 > :nth-child(130)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-6 > :nth-child(131)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-6 > :nth-child(132)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-6 > :nth-child(133)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-6 > :nth-child(134)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-6 > :nth-child(135)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-6 > :nth-child(136)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-6 > :nth-child(137)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-6 > :nth-child(138)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-6 > :nth-child(139)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-6 > :nth-child(140)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-6 > :nth-child(148)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-6 > :nth-child(149)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-6 > :nth-child(150)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-6 > :nth-child(151)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-6 > :nth-child(152)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-6 > :nth-child(153)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-6 > :nth-child(154)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-6 > :nth-child(155)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-6 > :nth-child(156)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-6 > :nth-child(157)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-6 > :nth-child(158)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-6 > :nth-child(159)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-6 > :nth-child(160)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-6 > :nth-child(178)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-6 > :nth-child(179)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-6 > :nth-child(180)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-6 > :nth-child(199)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-6 > :nth-child(200)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-6 > :nth-child(220)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-6 > :nth-child(228)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-6 > :nth-child(229)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-6 > :nth-child(230)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-6 > :nth-child(231)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-6 > :nth-child(232)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-6 > :nth-child(233)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-6 > :nth-child(248)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-6 > :nth-child(249)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-6 > :nth-child(250)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-6 > :nth-child(251)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-6 > :nth-child(252)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-6 > :nth-child(253)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-6 > :nth-child(268)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-6 > :nth-child(269)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-6 > :nth-child(270)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-6 > :nth-child(271)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-6 > :nth-child(272)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-6 > :nth-child(273)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-6 > :nth-child(288)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-6 > :nth-child(289)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-6 > :nth-child(290)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-6 > :nth-child(291)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-6 > :nth-child(292)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-6 > :nth-child(293)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-6 > :nth-child(301)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-6 > :nth-child(320)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-6 > :nth-child(321)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-6 > :nth-child(322)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-6 > :nth-child(339)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-6 > :nth-child(340)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-6 > :nth-child(341)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-6 > :nth-child(342)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-6 > :nth-child(343)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-6 > :nth-child(358)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-6 > :nth-child(359)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-6 > :nth-child(360)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-7 > :nth-child(7)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-7 > :nth-child(8)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-7 > :nth-child(9)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-7 > :nth-child(10)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-7 > :nth-child(13)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-7 > :nth-child(14)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-7 > :nth-child(15)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-7 > :nth-child(18)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-7 > :nth-child(19)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-7 > :nth-child(20)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-7 > :nth-child(23)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-7 > :nth-child(24)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-7 > :nth-child(25)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-7 > :nth-child(26)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-7 > :nth-child(29)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-7 > :nth-child(30)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-7 > :nth-child(31)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-7 > :nth-child(32)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-7 > :nth-child(35)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-7 > :nth-child(36)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-7 > :nth-child(37)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-7 > :nth-child(38)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-7 > :nth-child(41)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-7 > :nth-child(42)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-7 > :nth-child(25)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-7 > :nth-child(26)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-7 > :nth-child(27)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-7 > :nth-child(28)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-7 > :nth-child(29)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-7 > :nth-child(30)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-7 > :nth-child(31)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-7 > :nth-child(32)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-7 > :nth-child(37)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-7 > :nth-child(38)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-7 > :nth-child(39)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-7 > :nth-child(40)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-7 > :nth-child(41)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-7 > :nth-child(42)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-7 > :nth-child(43)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-7 > :nth-child(49)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-7 > :nth-child(50)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-7 > :nth-child(51)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-7 > :nth-child(52)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-7 > :nth-child(53)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-7 > :nth-child(54)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-7 > :nth-child(60)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-7 > :nth-child(61)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-7 > :nth-child(62)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-7 > :nth-child(63)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-7 > :nth-child(64)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-7 > :nth-child(65)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-7 > :nth-child(71)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-7 > :nth-child(72)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-7 > :nth-child(73)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-7 > :nth-child(74)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-7 > :nth-child(75)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-7 > :nth-child(76)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-7 > :nth-child(82)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-7 > :nth-child(83)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-7 > :nth-child(84)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-7 > :nth-child(85)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-7 > :nth-child(86)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-7 > :nth-child(87)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-7 > :nth-child(88)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-7 > :nth-child(93)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-7 > :nth-child(94)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-7 > :nth-child(95)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-7 > :nth-child(96)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-7 > :nth-child(97)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-7 > :nth-child(98)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-7 > :nth-child(99)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-7 > :nth-child(100)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-7 > :nth-child(105)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-7 > :nth-child(106)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-7 > :nth-child(107)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-7 > :nth-child(108)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-7 > :nth-child(109)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-7 > :nth-child(110)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-7 > :nth-child(111)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-7 > :nth-child(112)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-7 > :nth-child(117)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-7 > :nth-child(118)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-7 > :nth-child(119)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-7 > :nth-child(120)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-7 > :nth-child(121)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-7 > :nth-child(122)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-7 > :nth-child(123)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-7 > :nth-child(124)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-7 > :nth-child(129)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-7 > :nth-child(130)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-7 > :nth-child(131)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-7 > :nth-child(132)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-7 > :nth-child(133)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-7 > :nth-child(134)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-7 > :nth-child(135)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-7 > :nth-child(136)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-7 > :nth-child(141)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-7 > :nth-child(142)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-7 > :nth-child(143)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-7 > :nth-child(144)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(61)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(62)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(63)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(64)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(65)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(66)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(67)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(68)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(69)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(70)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(71)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(72)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(73)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(74)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(81)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(82)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(83)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(84)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(85)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(86)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(87)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(88)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(89)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(90)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(91)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(92)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(101)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(102)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(103)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(104)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(105)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(106)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(107)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(108)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(109)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(110)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(119)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(120)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(121)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(122)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(123)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(124)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(125)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(126)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(127)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(128)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(129)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(138)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(139)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(140)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(141)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(142)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(143)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(144)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(145)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(146)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(147)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(148)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(157)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(158)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(159)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(160)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(161)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(162)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(163)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(164)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(165)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(166)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(167)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(176)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(177)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(178)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(179)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(180)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(181)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(182)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(183)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(184)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(185)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(186)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(187)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(195)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(196)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(197)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(198)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(199)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(200)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(201)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(202)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(203)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(204)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(205)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(206)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(207)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(215)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(216)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(217)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(218)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(219)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(220)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(221)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(222)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(223)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(224)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(225)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(226)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(227)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(235)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(236)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(237)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(238)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(239)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(240)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(241)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(242)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(243)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(244)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(245)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(246)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(247)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(255)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(256)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(257)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(258)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(259)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(260)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(261)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(262)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(263)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(264)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(265)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(266)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(267)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(275)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(276)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(277)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(278)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(279)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(280)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(281)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(282)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(283)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(284)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(285)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(286)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(287)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(295)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(296)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(297)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(298)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(299)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(300)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(301)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(302)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(303)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(304)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(305)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(306)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(307)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(315)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(316)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(317)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(318)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(319)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(320)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(321)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(322)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(323)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(324)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(325)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(326)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(327)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(335)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(336)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(337)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(338)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(339)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(340)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(341)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(342)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(343)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(344)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(345)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(346)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(347)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(355)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(356)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(357)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(358)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(359)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-7 > :nth-child(360)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-8 > :nth-child(1)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-8 > :nth-child(6)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-8 > :nth-child(9)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-8 > :nth-child(10)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-8 > :nth-child(15)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-8 > :nth-child(16)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-8 > :nth-child(19)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-8 > :nth-child(24)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-8 > :nth-child(27)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-8 > :nth-child(28)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-8 > :nth-child(33)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-8 > :nth-child(34)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-8 > :nth-child(37)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-8 > :nth-child(42)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-8 > :nth-child(1)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-8 > :nth-child(2)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-8 > :nth-child(11)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-8 > :nth-child(12)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-8 > :nth-child(13)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-8 > :nth-child(24)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-8 > :nth-child(29)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-8 > :nth-child(30)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-8 > :nth-child(31)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-8 > :nth-child(32)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-8 > :nth-child(41)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-8 > :nth-child(42)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-8 > :nth-child(43)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-8 > :nth-child(44)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-8 > :nth-child(53)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-8 > :nth-child(54)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-8 > :nth-child(55)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-8 > :nth-child(56)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-8 > :nth-child(61)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-8 > :nth-child(62)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-8 > :nth-child(71)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-8 > :nth-child(72)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-8 > :nth-child(73)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-8 > :nth-child(74)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-8 > :nth-child(83)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-8 > :nth-child(84)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-8 > :nth-child(89)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-8 > :nth-child(90)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-8 > :nth-child(91)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-8 > :nth-child(92)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-8 > :nth-child(101)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-8 > :nth-child(102)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-8 > :nth-child(103)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-8 > :nth-child(104)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-8 > :nth-child(113)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-8 > :nth-child(114)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-8 > :nth-child(115)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-8 > :nth-child(116)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-8 > :nth-child(121)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-8 > :nth-child(132)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-8 > :nth-child(133)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-8 > :nth-child(134)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-8 > :nth-child(143)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-8 > :nth-child(144)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-8 > :nth-child(1)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-8 > :nth-child(2)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-8 > :nth-child(3)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-8 > :nth-child(18)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-8 > :nth-child(19)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-8 > :nth-child(20)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-8 > :nth-child(21)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-8 > :nth-child(22)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-8 > :nth-child(39)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-8 > :nth-child(40)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-8 > :nth-child(41)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-8 > :nth-child(60)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-8 > :nth-child(68)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-8 > :nth-child(69)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-8 > :nth-child(70)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-8 > :nth-child(71)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-8 > :nth-child(72)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-8 > :nth-child(73)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-8 > :nth-child(88)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-8 > :nth-child(89)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-8 > :nth-child(90)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-8 > :nth-child(91)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-8 > :nth-child(92)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-8 > :nth-child(93)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-8 > :nth-child(108)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-8 > :nth-child(109)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-8 > :nth-child(110)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-8 > :nth-child(111)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-8 > :nth-child(112)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-8 > :nth-child(113)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-8 > :nth-child(128)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-8 > :nth-child(129)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-8 > :nth-child(130)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-8 > :nth-child(131)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-8 > :nth-child(132)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-8 > :nth-child(133)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-8 > :nth-child(148)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-8 > :nth-child(149)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-8 > :nth-child(150)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-8 > :nth-child(151)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-8 > :nth-child(152)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-8 > :nth-child(153)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-8 > :nth-child(161)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-8 > :nth-child(162)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-8 > :nth-child(179)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-8 > :nth-child(180)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-8 > :nth-child(181)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-8 > :nth-child(182)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-8 > :nth-child(199)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-8 > :nth-child(200)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-8 > :nth-child(208)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-8 > :nth-child(209)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-8 > :nth-child(210)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-8 > :nth-child(211)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-8 > :nth-child(212)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-8 > :nth-child(213)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-8 > :nth-child(228)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-8 > :nth-child(229)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-8 > :nth-child(230)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-8 > :nth-child(231)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-8 > :nth-child(232)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-8 > :nth-child(233)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-8 > :nth-child(248)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-8 > :nth-child(249)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-8 > :nth-child(250)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-8 > :nth-child(251)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-8 > :nth-child(252)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-8 > :nth-child(253)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-8 > :nth-child(268)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-8 > :nth-child(269)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-8 > :nth-child(270)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-8 > :nth-child(271)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-8 > :nth-child(272)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-8 > :nth-child(273)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-8 > :nth-child(288)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-8 > :nth-child(289)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-8 > :nth-child(290)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-8 > :nth-child(291)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-8 > :nth-child(292)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-8 > :nth-child(293)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-8 > :nth-child(301)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-8 > :nth-child(320)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-8 > :nth-child(321)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-8 > :nth-child(322)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-8 > :nth-child(339)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-8 > :nth-child(340)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-8 > :nth-child(341)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-8 > :nth-child(342)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-8 > :nth-child(343)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-8 > :nth-child(358)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-8 > :nth-child(359)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-8 > :nth-child(360)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-9 > :nth-child(1)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-9 > :nth-child(6)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-9 > :nth-child(9)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-9 > :nth-child(10)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-9 > :nth-child(15)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-9 > :nth-child(16)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-9 > :nth-child(25)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-9 > :nth-child(31)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-9 > :nth-child(32)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-9 > :nth-child(33)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-9 > :nth-child(34)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-9 > :nth-child(37)::before {
    opacity: 0.7;
  }
}
@media (max-width: 549px) {
  .number-container .number-9 > :nth-child(42)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-9 > :nth-child(1)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-9 > :nth-child(2)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-9 > :nth-child(11)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-9 > :nth-child(12)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-9 > :nth-child(13)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-9 > :nth-child(24)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-9 > :nth-child(29)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-9 > :nth-child(30)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-9 > :nth-child(31)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-9 > :nth-child(32)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-9 > :nth-child(41)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-9 > :nth-child(42)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-9 > :nth-child(43)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-9 > :nth-child(44)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-9 > :nth-child(73)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-9 > :nth-child(74)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-9 > :nth-child(75)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-9 > :nth-child(76)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-9 > :nth-child(77)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-9 > :nth-child(78)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-9 > :nth-child(79)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-9 > :nth-child(85)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-9 > :nth-child(86)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-9 > :nth-child(87)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-9 > :nth-child(88)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-9 > :nth-child(89)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-9 > :nth-child(90)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-9 > :nth-child(91)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-9 > :nth-child(92)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-9 > :nth-child(101)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-9 > :nth-child(102)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-9 > :nth-child(103)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-9 > :nth-child(104)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-9 > :nth-child(113)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-9 > :nth-child(114)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-9 > :nth-child(115)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-9 > :nth-child(116)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-9 > :nth-child(121)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-9 > :nth-child(132)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-9 > :nth-child(133)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-9 > :nth-child(134)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-9 > :nth-child(143)::before {
    opacity: 0.7;
  }
}
@media (min-width: 550px) and (max-width: 767.5px) {
  .number-container .number-9 > :nth-child(144)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-9 > :nth-child(1)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-9 > :nth-child(2)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-9 > :nth-child(3)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-9 > :nth-child(18)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-9 > :nth-child(19)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-9 > :nth-child(20)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-9 > :nth-child(21)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-9 > :nth-child(22)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-9 > :nth-child(39)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-9 > :nth-child(40)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-9 > :nth-child(41)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-9 > :nth-child(60)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-9 > :nth-child(68)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-9 > :nth-child(69)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-9 > :nth-child(70)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-9 > :nth-child(71)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-9 > :nth-child(72)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-9 > :nth-child(73)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-9 > :nth-child(88)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-9 > :nth-child(89)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-9 > :nth-child(90)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-9 > :nth-child(91)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-9 > :nth-child(92)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-9 > :nth-child(93)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-9 > :nth-child(108)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-9 > :nth-child(109)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-9 > :nth-child(110)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-9 > :nth-child(111)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-9 > :nth-child(112)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-9 > :nth-child(113)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-9 > :nth-child(128)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-9 > :nth-child(129)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-9 > :nth-child(130)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-9 > :nth-child(131)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-9 > :nth-child(132)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-9 > :nth-child(133)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-9 > :nth-child(148)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-9 > :nth-child(149)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-9 > :nth-child(150)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-9 > :nth-child(151)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-9 > :nth-child(152)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-9 > :nth-child(153)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-9 > :nth-child(161)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-9 > :nth-child(162)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-9 > :nth-child(181)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-9 > :nth-child(182)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-9 > :nth-child(183)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-9 > :nth-child(201)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-9 > :nth-child(202)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-9 > :nth-child(203)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-9 > :nth-child(221)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-9 > :nth-child(222)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-9 > :nth-child(223)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-9 > :nth-child(224)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-9 > :nth-child(225)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-9 > :nth-child(226)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-9 > :nth-child(227)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-9 > :nth-child(228)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-9 > :nth-child(229)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-9 > :nth-child(230)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-9 > :nth-child(231)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-9 > :nth-child(232)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-9 > :nth-child(233)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-9 > :nth-child(241)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-9 > :nth-child(242)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-9 > :nth-child(243)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-9 > :nth-child(244)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-9 > :nth-child(245)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-9 > :nth-child(246)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-9 > :nth-child(247)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-9 > :nth-child(248)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-9 > :nth-child(249)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-9 > :nth-child(250)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-9 > :nth-child(251)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-9 > :nth-child(252)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-9 > :nth-child(253)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-9 > :nth-child(268)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-9 > :nth-child(269)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-9 > :nth-child(270)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-9 > :nth-child(271)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-9 > :nth-child(272)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-9 > :nth-child(273)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-9 > :nth-child(288)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-9 > :nth-child(289)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-9 > :nth-child(290)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-9 > :nth-child(291)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-9 > :nth-child(292)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-9 > :nth-child(293)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-9 > :nth-child(301)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-9 > :nth-child(320)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-9 > :nth-child(321)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-9 > :nth-child(322)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-9 > :nth-child(339)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-9 > :nth-child(340)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-9 > :nth-child(341)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-9 > :nth-child(342)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-9 > :nth-child(343)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-9 > :nth-child(358)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-9 > :nth-child(359)::before {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .number-container .number-9 > :nth-child(360)::before {
    opacity: 0.7;
  }
}
.number-container .number- {
  display: none;
}

.form-your-img {
  background-color: #ececec;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .form-your-img {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.form-your-img .form {
  background-color: #fff;
  padding: 2rem;
}
.form-your-img .error-message {
  display: none;
  color: #dc3545;
}

.ot-form--blue {
  background-color: #175595;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .ot-form--blue {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
.ot-form--blue.ot-form-gl .container {
  background-color: #fff;
  max-width: 1140px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  color: #545656 !important;
}
.ot-form--blue.ot-form-gl .container ol li{
  color: #545656 !important;
}
.ot-form--blue.ot-form-gl ol li:before,
.ot-form--blue.ot-form-gl ol li:first-line,
.ot-form--grey.ot-form-gl ol li:before,
.ot-form--grey.ot-form-gl ol li:first-line {
  color: #545656 !important;
}

@media (min-width: 768px) {
  .ot-form--blue .container {
    padding: 5rem;
  }
}
.ot-form--blue .wpcf7 {
  margin-top: 3rem;
}
.ot-form--blue .wpcf7 label {
  margin: 0;
}
.ot-form--blue .wpcf7 .ajax-loader {
  display: none;
}
.ot-form--blue .row + .checkbox {
  margin-top: 3rem;
}
.ot-form--blue .checkbox + .checkbox {
  margin-top: 2.5rem;
}
.ot-form--blue .upload-area {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
}
.ot-form--blue .upload-area .image {
  order: 4;
}
@media (min-width: 768px) {
  .ot-form--blue .upload-area {
    margin-top: 0.6rem;
  }
}
.ot-form--blue .upload-area label {
  width: 100%;
}
.ot-form--blue .upload-area br,
.ot-form--blue .upload-area .wpcf7-form-control-wrap input {
  display: none;
}
.ot-form--blue span.wpcf7-list-item {
  display: inline-block;
  margin: 0;
}
.ot-form--blue .wpcf7 .wpcf7-list-item {
  display: block;
  margin-bottom: 10px;
}
.ot-form--blue .wpcf7-acceptance label,
.ot-form--blue .wpcf7-checkbox label {
  position: relative;
  cursor: pointer;
  font-size: small;
}
.ot-form--blue .wpcf7-acceptance input[type=checkbox],
.ot-form--blue .wpcf7-checkbox input[type=checkbox] {
  position: absolute;
  visibility: hidden;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
}
.ot-form--blue .wpcf7-acceptance input[type=checkbox] + span,
.ot-form--blue .wpcf7-checkbox input[type=checkbox] + span {
  /* border: 3px solid red; */
}
.ot-form--blue .wpcf7-acceptance input[type=checkbox] + span:before,
.ot-form--blue .wpcf7-checkbox input[type=checkbox] + span:before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 0;
  height: 30px;
  width: 30px;
  top: 0;
  left: 0;
  border: 1px solid #ced4da;
  background-color: #ececec;
}
.ot-form--blue .wpcf7-acceptance input[type=checkbox] + span:after,
.ot-form--blue .wpcf7-checkbox input[type=checkbox] + span:after {
  display: block;
  position: absolute;
  content: "✓";
  height: 30px;
  width: 30px;
  top: 0;
  left: 0;
  visibility: hidden;
  font-size: 18px;
  text-align: center;
  line-height: 30px;
}
.ot-form--blue .wpcf7-acceptance input[type=checkbox]:checked + span:before,
.ot-form--blue .wpcf7-checkbox input[type=checkbox]:checked + span:before {
  background: transparent;
}
.ot-form--blue .wpcf7-acceptance input[type=checkbox]:checked + span:after,
.ot-form--blue .wpcf7-checkbox input[type=checkbox]:checked + span:after {
  visibility: visible;
}
.ot-form--blue .wpcf7-list-item-label {
  margin-left: 40px !important;
  display: inline-block;
}
.ot-form--blue .form-control {
  background-color: #ececec;
  border-radius: 0;
}
.ot-form--blue .input + .input, .ot-form--blue .input + .row {
  margin-top: 1.5rem;
}
.ot-form--blue .special-margin {
  margin-left: -1rem;
  margin-right: -1rem;
}
.ot-form--blue .special-margin .row {
  margin-left: -1rem;
  margin-right: -1rem;
}
.ot-form--blue .special-margin .col-12 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.ot-form--blue #custom-button {
  cursor: pointer;
  width: 100%;
  background-color: #175595;
  border-color: #175595;
  background-image: url("img/download.svg");
  background-size: 1.5rem 1.5rem;
  background-position: center right 1rem;
  background-repeat: no-repeat;
  text-align: left;
  font-family: "work sans", sans-serif;
    color: #ffffff;
}
.ot-form--blue #upload-fileName {
  display: block;
  margin-top: 0.5rem;
  font-size: small;
}
.ot-form--blue .only-desktop {
  display: none;
}
.ot-form--blue .only-desktop--none {
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 768px) {
  .ot-form--blue .only-desktop {
    display: block;
  }
}
@media (min-width: 768px) {
  .ot-form--blue .only-mobile {
    display: none;
  }
}
.ot-form--blue .only-mobile + br {
  display: none;
}
.ot-form--blue .special-margin .col-12 + .col-12 {
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .ot-form--blue .special-margin .col-12 + .col-12 {
    margin-top: 0;
  }
}

.max-width .container {
  max-width: 1140px;
}
.max-width .img {
  margin-top: 0;
}

.img-counter {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .img-counter {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

#modalImgGallery {
  height: 100vh;
  overflow: hidden;
}
#modalImgGallery .modal-header {
  border: none;
  border-radius: 0;
}
#modalImgGallery .modal-dialog {
  max-width: none;
  padding: 0;
  margin: 0;
  height: 100%;
}
#modalImgGallery .modal-content {
  height: 100%;
  border-radius: 0;
  background-color: transparent;
  display: -ms-grid;
  display: grid;
  pointer-events: none;
}
#modalImgGallery .modal-content > * {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/2/2;
}
#modalImgGallery .modal-content > *:last-child {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  position: fixed;
  width: 100%;
  height: 100%;
}
#modalImgGallery .modal-body {
  display: flex;
  align-items: center;
  justify-content: center;
}
#modalImgGallery .close {
  pointer-events: auto;
  color: #EE7100;
  text-shadow: none;
  font-size: 4.5rem;
  opacity: 1;
}
#modalImgGallery .img {
  display: -ms-grid;
  display: grid;
  pointer-events: auto;
}
#modalImgGallery .img img:not(.heart) {
  border: 4px solid #EE7100;
  width: 100%;
  height: auto;
  transition: height 0.5s;
}
@media (min-width: 768px) {
  #modalImgGallery .img img:not(.heart) {
    width: auto;
    height: 37rem;
  }
}
#modalImgGallery .img .heart {
  width: auto;
  height: 7rem;
}
@media (min-width: 768px) {
  #modalImgGallery .img .heart {
    height: 14rem;
  }
}
#modalImgGallery .img > :first-child {
  z-index: 1;
  position: relative;
}
#modalImgGallery .img > :first-child > * {
  position: absolute;
  left: 2rem;
  bottom: 1rem;
  display: flex;
  align-items: center;
}
#modalImgGallery .img > :first-child > *:last-child {
  bottom: 3.5rem;
  left: 3.5rem;
}
@media (min-width: 768px) {
  #modalImgGallery .img > :first-child > *:last-child {
    bottom: 5rem;
    left: 4rem;
  }
}
#modalImgGallery .img > :first-child span {
  font-size: 1.5rem;
  color: #fff;
}
@media (min-width: 768px) {
  #modalImgGallery .img > :first-child span {
    font-size: 2rem;
  }
}
#modalImgGallery .img > * {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/2/2;
}
#modalImgGallery .btn {
  pointer-events: auto;
  border-radius: 100%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
}
#modalImgGallery [data-zoom] {
  font-size: 3rem;
}
#modalImgGallery [data-zoom] .icon-zoom-in .path2::before,
#modalImgGallery [data-zoom] .icon-zoom-out .path2::before {
  margin: 0;
}
#modalImgGallery .getYears {
  font-family: "LeviBrush", sans-serif;
}

.btn.gl-img-search {
  position: absolute;
  right: 2rem;
  bottom: -2rem;
  z-index: 2;
  background-color: #EE7100;
  border-radius: 100%;
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  font-size: 3rem;
  display: none;
    border-color: #EE7100;
}
@media (min-width: 907px) {
  .btn.gl-img-search {
    display: flex;
    bottom: 0;
  }
}
@media (min-width: 1230px) {
  .btn.gl-img-search {
    right: -2rem;
  }
}
.btn.gl-img-search .icon-zoom-in .path2::before,
.btn.gl-img-search .icon-zoom-out .path2::before {
  margin: 0;
}

.organ-img {
  width: 3rem;
  height: 3rem;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 2.5rem auto;
}
@media (min-width: 768px) {
  .organ-img {
    width: 6rem;
    height: 6rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 5rem auto;
  }
}
.organ-img.icon-heart {
  background-image: url("icons/icon-heart.svg");
}
.organ-img.icon-heart::before {
  content: none;
}
.organ-img.icon-lunge {
  background-image: url("icons/icon-lunge.svg");
}
.organ-img.icon-niere {
  background-image: url("icons/icon-niere.svg");
}
.organ-img.icon-leber {
  background-image: url("icons/icon-leber.svg");
}
.organ-img.icon-bauchspeicheldruese {
  background-image: url("icons/icon-bauchspeicheldruese.svg");
}
.organ-img.icon-darm {
  background-image: url("icons/icon-darm.svg");
}
.btn.button-gl {
    color: #fff;
    background: #144693;
    padding: 8px 13px;
    border-radius: 7px;
    display: inline-block;
    font-family: HelveticaNeueLTCom-Md, sans-serif;
}
.btn.button-gl p {
    margin-bottom: 0;
}
.ot-form--blue .modal-body.container {
    padding: 2rem;
    font-size: 16px;
}
.ot-form--blue .wpcf7-list-item-label  {
    line-height: 1.2rem;
}
