.border-0 {
  border-width: 0px !important;
}

.line-height-0 {
  line-height: 1 !important;
}

.letter-space-0 {
  letter-spacing: -0px !important;
}

.alpha-0 {
  opacity: 0;
}

.font-weight-0 {
  font-weight: 0 !important;
}

.opacity-0 {
  opacity: 0;
}

.border-1 {
  border-width: 1px !important;
}

.line-height-1 {
  line-height: 1.1 !important;
}

.letter-space-1 {
  letter-spacing: -0.5px !important;
}

.alpha-1 {
  opacity: 0.1;
}

.font-weight-1 {
  font-weight: 100 !important;
}

.opacity-1 {
  opacity: 0.1;
}

.border-2 {
  border-width: 2px !important;
}

.line-height-2 {
  line-height: 1.2 !important;
}

.letter-space-2 {
  letter-spacing: -1px !important;
}

.alpha-2 {
  opacity: 0.2;
}

.font-weight-2 {
  font-weight: 200 !important;
}

.opacity-2 {
  opacity: 0.2;
}

.border-3 {
  border-width: 3px !important;
}

.line-height-3 {
  line-height: 1.3 !important;
}

.letter-space-3 {
  letter-spacing: -1.5px !important;
}

.alpha-3 {
  opacity: 0.3;
}

.font-weight-3 {
  font-weight: 300 !important;
}

.opacity-3 {
  opacity: 0.3;
}

.border-4 {
  border-width: 4px !important;
}

.line-height-4 {
  line-height: 1.4 !important;
}

.letter-space-4 {
  letter-spacing: -2px !important;
}

.alpha-4 {
  opacity: 0.4;
}

.font-weight-4 {
  font-weight: 400 !important;
}

.opacity-4 {
  opacity: 0.4;
}

.border-5 {
  border-width: 5px !important;
}

.line-height-5 {
  line-height: 1.5 !important;
}

.letter-space-5 {
  letter-spacing: -2.5px !important;
}

.alpha-5 {
  opacity: 0.5;
}

.font-weight-5 {
  font-weight: 500 !important;
}

.opacity-5 {
  opacity: 0.5;
}

.border-6 {
  border-width: 6px !important;
}

.line-height-6 {
  line-height: 1.6 !important;
}

.letter-space-6 {
  letter-spacing: -3px !important;
}

.alpha-6 {
  opacity: 0.6;
}

.font-weight-6 {
  font-weight: 600 !important;
}

.opacity-6 {
  opacity: 0.6;
}

.border-7 {
  border-width: 7px !important;
}

.line-height-7 {
  line-height: 1.7 !important;
}

.letter-space-7 {
  letter-spacing: -3.5px !important;
}

.alpha-7 {
  opacity: 0.7;
}

.font-weight-7 {
  font-weight: 700 !important;
}

.opacity-7 {
  opacity: 0.7;
}

.border-8 {
  border-width: 8px !important;
}

.line-height-8 {
  line-height: 1.8 !important;
}

.letter-space-8 {
  letter-spacing: -4px !important;
}

.alpha-8 {
  opacity: 0.8;
}

.font-weight-8 {
  font-weight: 800 !important;
}

.opacity-8 {
  opacity: 0.8;
}

.border-9 {
  border-width: 9px !important;
}

.line-height-9 {
  line-height: 1.9 !important;
}

.letter-space-9 {
  letter-spacing: -4.5px !important;
}

.alpha-9 {
  opacity: 0.9;
}

.font-weight-9 {
  font-weight: 900 !important;
}

.opacity-9 {
  opacity: 0.9;
}

.border-10 {
  border-width: 10px !important;
}

.line-height-10 {
  line-height: 2 !important;
}

.letter-space-10 {
  letter-spacing: -5px !important;
}

.alpha-10 {
  opacity: 1;
}

.font-weight-10 {
  font-weight: 1000 !important;
}

.opacity-10 {
  opacity: 1;
}

.btn-wh, .bg-wh, .badge-wh {
  background-color: rgb(255, 255, 255) !important;
}

.point-wh::after {
  background-color: rgb(255, 255, 255) !important;
}

.btn-outline-wh {
  color: rgb(255, 255, 255) !important;
  border-color: rgb(255, 255, 255) !important;
}

.text-wh {
  color: rgb(255, 255, 255) !important;
}

.border-wh {
  border-color: rgb(255, 255, 255) !important;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.list-circle.list-wh li::before {
  background-color: rgb(255, 255, 255) !important;
}

.list-check.list-wh li::before {
  color: rgb(255, 255, 255) !important;
}

.btn-wh-opacity, .bg-wh-opacity, .badge-wh-opacity {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

.point-wh-opacity::after {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

.btn-outline-wh-opacity {
  color: rgba(255, 255, 255, 0.1) !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
}

.text-wh-opacity {
  color: rgba(255, 255, 255, 0.1) !important;
}

.border-wh-opacity {
  border-color: rgba(255, 255, 255, 0.1) !important;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.list-circle.list-wh-opacity li::before {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

.list-check.list-wh-opacity li::before {
  color: rgba(255, 255, 255, 0.1) !important;
}

.btn-wh-opacity1, .bg-wh-opacity1, .badge-wh-opacity1 {
  background-color: rgba(255, 255, 255, 0.45) !important;
}

.point-wh-opacity1::after {
  background-color: rgba(255, 255, 255, 0.45) !important;
}

.btn-outline-wh-opacity1 {
  color: rgba(255, 255, 255, 0.45) !important;
  border-color: rgba(255, 255, 255, 0.45) !important;
}

.text-wh-opacity1 {
  color: rgba(255, 255, 255, 0.45) !important;
}

.border-wh-opacity1 {
  border-color: rgba(255, 255, 255, 0.45) !important;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.list-circle.list-wh-opacity1 li::before {
  background-color: rgba(255, 255, 255, 0.45) !important;
}

.list-check.list-wh-opacity1 li::before {
  color: rgba(255, 255, 255, 0.45) !important;
}

.btn-wh-opacity2, .bg-wh-opacity2, .badge-wh-opacity2 {
  background-color: rgba(255, 255, 255, 0.75) !important;
}

.point-wh-opacity2::after {
  background-color: rgba(255, 255, 255, 0.75) !important;
}

.btn-outline-wh-opacity2 {
  color: rgba(255, 255, 255, 0.75) !important;
  border-color: rgba(255, 255, 255, 0.75) !important;
}

.text-wh-opacity2 {
  color: rgba(255, 255, 255, 0.75) !important;
}

.border-wh-opacity2 {
  border-color: rgba(255, 255, 255, 0.75) !important;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.list-circle.list-wh-opacity2 li::before {
  background-color: rgba(255, 255, 255, 0.75) !important;
}

.list-check.list-wh-opacity2 li::before {
  color: rgba(255, 255, 255, 0.75) !important;
}

.btn-bl, .bg-bl, .badge-bl {
  background-color: rgb(0, 0, 0) !important;
}

.point-bl::after {
  background-color: rgb(0, 0, 0) !important;
}

.btn-outline-bl {
  color: rgb(0, 0, 0) !important;
  border-color: rgb(0, 0, 0) !important;
}

.text-bl {
  color: rgb(0, 0, 0) !important;
}

.border-bl {
  border-color: rgb(0, 0, 0) !important;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.list-circle.list-bl li::before {
  background-color: rgb(0, 0, 0) !important;
}

.list-check.list-bl li::before {
  color: rgb(0, 0, 0) !important;
}

.btn-bl-opacity, .bg-bl-opacity, .badge-bl-opacity {
  background-color: rgba(0, 0, 0, 0.25) !important;
}

.point-bl-opacity::after {
  background-color: rgba(0, 0, 0, 0.25) !important;
}

.btn-outline-bl-opacity {
  color: rgba(0, 0, 0, 0.25) !important;
  border-color: rgba(0, 0, 0, 0.25) !important;
}

.text-bl-opacity {
  color: rgba(0, 0, 0, 0.25) !important;
}

.border-bl-opacity {
  border-color: rgba(0, 0, 0, 0.25) !important;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.list-circle.list-bl-opacity li::before {
  background-color: rgba(0, 0, 0, 0.25) !important;
}

.list-check.list-bl-opacity li::before {
  color: rgba(0, 0, 0, 0.25) !important;
}

.btn-bl-opacity1, .bg-bl-opacity1, .badge-bl-opacity1 {
  background-color: rgba(0, 0, 0, 0.45) !important;
}

.point-bl-opacity1::after {
  background-color: rgba(0, 0, 0, 0.45) !important;
}

.btn-outline-bl-opacity1 {
  color: rgba(0, 0, 0, 0.45) !important;
  border-color: rgba(0, 0, 0, 0.45) !important;
}

.text-bl-opacity1 {
  color: rgba(0, 0, 0, 0.45) !important;
}

.border-bl-opacity1 {
  border-color: rgba(0, 0, 0, 0.45) !important;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.list-circle.list-bl-opacity1 li::before {
  background-color: rgba(0, 0, 0, 0.45) !important;
}

.list-check.list-bl-opacity1 li::before {
  color: rgba(0, 0, 0, 0.45) !important;
}

.btn-bl-opacity2, .bg-bl-opacity2, .badge-bl-opacity2 {
  background-color: rgba(0, 0, 0, 0.75) !important;
}

.point-bl-opacity2::after {
  background-color: rgba(0, 0, 0, 0.75) !important;
}

.btn-outline-bl-opacity2 {
  color: rgba(0, 0, 0, 0.75) !important;
  border-color: rgba(0, 0, 0, 0.75) !important;
}

.text-bl-opacity2 {
  color: rgba(0, 0, 0, 0.75) !important;
}

.border-bl-opacity2 {
  border-color: rgba(0, 0, 0, 0.75) !important;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.list-circle.list-bl-opacity2 li::before {
  background-color: rgba(0, 0, 0, 0.75) !important;
}

.list-check.list-bl-opacity2 li::before {
  color: rgba(0, 0, 0, 0.75) !important;
}

.btn-dark, .bg-dark, .badge-dark {
  background-color: rgb(17, 17, 17) !important;
}

.point-dark::after {
  background-color: rgb(17, 17, 17) !important;
}

.btn-outline-dark {
  color: rgb(17, 17, 17) !important;
  border-color: rgb(17, 17, 17) !important;
}

.text-dark {
  color: rgb(17, 17, 17) !important;
}

.border-dark {
  border-color: rgb(17, 17, 17) !important;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.list-circle.list-dark li::before {
  background-color: rgb(17, 17, 17) !important;
}

.list-check.list-dark li::before {
  color: rgb(17, 17, 17) !important;
}

.btn-dark2, .bg-dark2, .badge-dark2 {
  background-color: rgb(80, 80, 91) !important;
}

.point-dark2::after {
  background-color: rgb(80, 80, 91) !important;
}

.btn-outline-dark2 {
  color: rgb(80, 80, 91) !important;
  border-color: rgb(80, 80, 91) !important;
}

.text-dark2 {
  color: rgb(80, 80, 91) !important;
}

.border-dark2 {
  border-color: rgb(80, 80, 91) !important;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.list-circle.list-dark2 li::before {
  background-color: rgb(80, 80, 91) !important;
}

.list-check.list-dark2 li::before {
  color: rgb(80, 80, 91) !important;
}

.btn-skin, .bg-skin, .badge-skin {
  background-color: rgb(255, 82, 29) !important;
}

.point-skin::after {
  background-color: rgb(255, 82, 29) !important;
}

.btn-outline-skin {
  color: rgb(255, 82, 29) !important;
  border-color: rgb(255, 82, 29) !important;
}

.text-skin {
  color: rgb(255, 82, 29) !important;
}

.border-skin {
  border-color: rgb(255, 82, 29) !important;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.list-circle.list-skin li::before {
  background-color: rgb(255, 82, 29) !important;
}

.list-check.list-skin li::before {
  color: rgb(255, 82, 29) !important;
}

.btn-navy, .bg-navy, .badge-navy {
  background-color: rgb(46, 52, 100) !important;
}

.point-navy::after {
  background-color: rgb(46, 52, 100) !important;
}

.btn-outline-navy {
  color: rgb(46, 52, 100) !important;
  border-color: rgb(46, 52, 100) !important;
}

.text-navy {
  color: rgb(46, 52, 100) !important;
}

.border-navy {
  border-color: rgb(46, 52, 100) !important;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.list-circle.list-navy li::before {
  background-color: rgb(46, 52, 100) !important;
}

.list-check.list-navy li::before {
  color: rgb(46, 52, 100) !important;
}

.btn-purple-pastel, .bg-purple-pastel, .badge-purple-pastel {
  background-color: rgb(121, 126, 254) !important;
}

.point-purple-pastel::after {
  background-color: rgb(121, 126, 254) !important;
}

.btn-outline-purple-pastel {
  color: rgb(121, 126, 254) !important;
  border-color: rgb(121, 126, 254) !important;
}

.text-purple-pastel {
  color: rgb(121, 126, 254) !important;
}

.border-purple-pastel {
  border-color: rgb(121, 126, 254) !important;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.list-circle.list-purple-pastel li::before {
  background-color: rgb(121, 126, 254) !important;
}

.list-check.list-purple-pastel li::before {
  color: rgb(121, 126, 254) !important;
}

.btn-orange-pastel, .bg-orange-pastel, .badge-orange-pastel {
  background-color: rgb(255, 144, 101) !important;
}

.point-orange-pastel::after {
  background-color: rgb(255, 144, 101) !important;
}

.btn-outline-orange-pastel {
  color: rgb(255, 144, 101) !important;
  border-color: rgb(255, 144, 101) !important;
}

.text-orange-pastel {
  color: rgb(255, 144, 101) !important;
}

.border-orange-pastel {
  border-color: rgb(255, 144, 101) !important;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.list-circle.list-orange-pastel li::before {
  background-color: rgb(255, 144, 101) !important;
}

.list-check.list-orange-pastel li::before {
  color: rgb(255, 144, 101) !important;
}

.btn-yellow-pastel, .bg-yellow-pastel, .badge-yellow-pastel {
  background-color: rgb(255, 201, 67) !important;
}

.point-yellow-pastel::after {
  background-color: rgb(255, 201, 67) !important;
}

.btn-outline-yellow-pastel {
  color: rgb(255, 201, 67) !important;
  border-color: rgb(255, 201, 67) !important;
}

.text-yellow-pastel {
  color: rgb(255, 201, 67) !important;
}

.border-yellow-pastel {
  border-color: rgb(255, 201, 67) !important;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.list-circle.list-yellow-pastel li::before {
  background-color: rgb(255, 201, 67) !important;
}

.list-check.list-yellow-pastel li::before {
  color: rgb(255, 201, 67) !important;
}

.btn-cha-bg-01, .bg-cha-bg-01, .badge-cha-bg-01 {
  background-color: rgb(123, 216, 136) !important;
}

.point-cha-bg-01::after {
  background-color: rgb(123, 216, 136) !important;
}

.btn-outline-cha-bg-01 {
  color: rgb(123, 216, 136) !important;
  border-color: rgb(123, 216, 136) !important;
}

.text-cha-bg-01 {
  color: rgb(123, 216, 136) !important;
}

.border-cha-bg-01 {
  border-color: rgb(123, 216, 136) !important;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.list-circle.list-cha-bg-01 li::before {
  background-color: rgb(123, 216, 136) !important;
}

.list-check.list-cha-bg-01 li::before {
  color: rgb(123, 216, 136) !important;
}

.btn-cha-bg-02, .bg-cha-bg-02, .badge-cha-bg-02 {
  background-color: rgb(178, 111, 240) !important;
}

.point-cha-bg-02::after {
  background-color: rgb(178, 111, 240) !important;
}

.btn-outline-cha-bg-02 {
  color: rgb(178, 111, 240) !important;
  border-color: rgb(178, 111, 240) !important;
}

.text-cha-bg-02 {
  color: rgb(178, 111, 240) !important;
}

.border-cha-bg-02 {
  border-color: rgb(178, 111, 240) !important;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.list-circle.list-cha-bg-02 li::before {
  background-color: rgb(178, 111, 240) !important;
}

.list-check.list-cha-bg-02 li::before {
  color: rgb(178, 111, 240) !important;
}

.btn-cha-bg-03, .bg-cha-bg-03, .badge-cha-bg-03 {
  background-color: rgb(255, 192, 63) !important;
}

.point-cha-bg-03::after {
  background-color: rgb(255, 192, 63) !important;
}

.btn-outline-cha-bg-03 {
  color: rgb(255, 192, 63) !important;
  border-color: rgb(255, 192, 63) !important;
}

.text-cha-bg-03 {
  color: rgb(255, 192, 63) !important;
}

.border-cha-bg-03 {
  border-color: rgb(255, 192, 63) !important;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.list-circle.list-cha-bg-03 li::before {
  background-color: rgb(255, 192, 63) !important;
}

.list-check.list-cha-bg-03 li::before {
  color: rgb(255, 192, 63) !important;
}

.btn-cha-bg-04, .bg-cha-bg-04, .badge-cha-bg-04 {
  background-color: rgb(89, 191, 255) !important;
}

.point-cha-bg-04::after {
  background-color: rgb(89, 191, 255) !important;
}

.btn-outline-cha-bg-04 {
  color: rgb(89, 191, 255) !important;
  border-color: rgb(89, 191, 255) !important;
}

.text-cha-bg-04 {
  color: rgb(89, 191, 255) !important;
}

.border-cha-bg-04 {
  border-color: rgb(89, 191, 255) !important;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.list-circle.list-cha-bg-04 li::before {
  background-color: rgb(89, 191, 255) !important;
}

.list-check.list-cha-bg-04 li::before {
  color: rgb(89, 191, 255) !important;
}

.btn-cha-bg-05, .bg-cha-bg-05, .badge-cha-bg-05 {
  background-color: rgb(121, 126, 254) !important;
}

.point-cha-bg-05::after {
  background-color: rgb(121, 126, 254) !important;
}

.btn-outline-cha-bg-05 {
  color: rgb(121, 126, 254) !important;
  border-color: rgb(121, 126, 254) !important;
}

.text-cha-bg-05 {
  color: rgb(121, 126, 254) !important;
}

.border-cha-bg-05 {
  border-color: rgb(121, 126, 254) !important;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.list-circle.list-cha-bg-05 li::before {
  background-color: rgb(121, 126, 254) !important;
}

.list-check.list-cha-bg-05 li::before {
  color: rgb(121, 126, 254) !important;
}

.btn-cha-bg-06, .bg-cha-bg-06, .badge-cha-bg-06 {
  background-color: rgb(253, 141, 99) !important;
}

.point-cha-bg-06::after {
  background-color: rgb(253, 141, 99) !important;
}

.btn-outline-cha-bg-06 {
  color: rgb(253, 141, 99) !important;
  border-color: rgb(253, 141, 99) !important;
}

.text-cha-bg-06 {
  color: rgb(253, 141, 99) !important;
}

.border-cha-bg-06 {
  border-color: rgb(253, 141, 99) !important;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.list-circle.list-cha-bg-06 li::before {
  background-color: rgb(253, 141, 99) !important;
}

.list-check.list-cha-bg-06 li::before {
  color: rgb(253, 141, 99) !important;
}

.btn-cha-bg-07, .bg-cha-bg-07, .badge-cha-bg-07 {
  background-color: rgb(254, 118, 159) !important;
}

.point-cha-bg-07::after {
  background-color: rgb(254, 118, 159) !important;
}

.btn-outline-cha-bg-07 {
  color: rgb(254, 118, 159) !important;
  border-color: rgb(254, 118, 159) !important;
}

.text-cha-bg-07 {
  color: rgb(254, 118, 159) !important;
}

.border-cha-bg-07 {
  border-color: rgb(254, 118, 159) !important;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.list-circle.list-cha-bg-07 li::before {
  background-color: rgb(254, 118, 159) !important;
}

.list-check.list-cha-bg-07 li::before {
  color: rgb(254, 118, 159) !important;
}

.btn-cha-bg-08, .bg-cha-bg-08, .badge-cha-bg-08 {
  background-color: rgb(214, 123, 242) !important;
}

.point-cha-bg-08::after {
  background-color: rgb(214, 123, 242) !important;
}

.btn-outline-cha-bg-08 {
  color: rgb(214, 123, 242) !important;
  border-color: rgb(214, 123, 242) !important;
}

.text-cha-bg-08 {
  color: rgb(214, 123, 242) !important;
}

.border-cha-bg-08 {
  border-color: rgb(214, 123, 242) !important;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.list-circle.list-cha-bg-08 li::before {
  background-color: rgb(214, 123, 242) !important;
}

.list-check.list-cha-bg-08 li::before {
  color: rgb(214, 123, 242) !important;
}

.btn-mint, .bg-mint, .badge-mint {
  background-color: rgb(54, 208, 174) !important;
}

.point-mint::after {
  background-color: rgb(54, 208, 174) !important;
}

.btn-outline-mint {
  color: rgb(54, 208, 174) !important;
  border-color: rgb(54, 208, 174) !important;
}

.text-mint {
  color: rgb(54, 208, 174) !important;
}

.border-mint {
  border-color: rgb(54, 208, 174) !important;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.list-circle.list-mint li::before {
  background-color: rgb(54, 208, 174) !important;
}

.list-check.list-mint li::before {
  color: rgb(54, 208, 174) !important;
}

.btn-primary, .bg-primary, .badge-primary {
  background-color: rgb(0, 120, 200) !important;
}

.point-primary::after {
  background-color: rgb(0, 120, 200) !important;
}

.btn-outline-primary {
  color: rgb(0, 120, 200) !important;
  border-color: rgb(0, 120, 200) !important;
}

.text-primary {
  color: rgb(0, 120, 200) !important;
}

.border-primary {
  border-color: rgb(0, 120, 200) !important;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.list-circle.list-primary li::before {
  background-color: rgb(0, 120, 200) !important;
}

.list-check.list-primary li::before {
  color: rgb(0, 120, 200) !important;
}

.btn-secondary, .bg-secondary, .badge-secondary {
  background-color: rgb(173, 181, 189) !important;
}

.point-secondary::after {
  background-color: rgb(173, 181, 189) !important;
}

.btn-outline-secondary {
  color: rgb(173, 181, 189) !important;
  border-color: rgb(173, 181, 189) !important;
}

.text-secondary {
  color: rgb(173, 181, 189) !important;
}

.border-secondary {
  border-color: rgb(173, 181, 189) !important;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.list-circle.list-secondary li::before {
  background-color: rgb(173, 181, 189) !important;
}

.list-check.list-secondary li::before {
  color: rgb(173, 181, 189) !important;
}

.btn-success, .bg-success, .badge-success {
  background-color: rgb(44, 181, 126) !important;
}

.point-success::after {
  background-color: rgb(44, 181, 126) !important;
}

.btn-outline-success {
  color: rgb(44, 181, 126) !important;
  border-color: rgb(44, 181, 126) !important;
}

.text-success {
  color: rgb(44, 181, 126) !important;
}

.border-success {
  border-color: rgb(44, 181, 126) !important;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.list-circle.list-success li::before {
  background-color: rgb(44, 181, 126) !important;
}

.list-check.list-success li::before {
  color: rgb(44, 181, 126) !important;
}

.btn-info, .bg-info, .badge-info {
  background-color: rgb(71, 188, 232) !important;
}

.point-info::after {
  background-color: rgb(71, 188, 232) !important;
}

.btn-outline-info {
  color: rgb(71, 188, 232) !important;
  border-color: rgb(71, 188, 232) !important;
}

.text-info {
  color: rgb(71, 188, 232) !important;
}

.border-info {
  border-color: rgb(71, 188, 232) !important;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.list-circle.list-info li::before {
  background-color: rgb(71, 188, 232) !important;
}

.list-check.list-info li::before {
  color: rgb(71, 188, 232) !important;
}

.btn-warning, .bg-warning, .badge-warning {
  background-color: rgb(255, 128, 0) !important;
}

.point-warning::after {
  background-color: rgb(255, 128, 0) !important;
}

.btn-outline-warning {
  color: rgb(255, 128, 0) !important;
  border-color: rgb(255, 128, 0) !important;
}

.text-warning {
  color: rgb(255, 128, 0) !important;
}

.border-warning {
  border-color: rgb(255, 128, 0) !important;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.list-circle.list-warning li::before {
  background-color: rgb(255, 128, 0) !important;
}

.list-check.list-warning li::before {
  color: rgb(255, 128, 0) !important;
}

.btn-danger, .bg-danger, .badge-danger {
  background-color: rgb(229, 38, 0) !important;
}

.point-danger::after {
  background-color: rgb(229, 38, 0) !important;
}

.btn-outline-danger {
  color: rgb(229, 38, 0) !important;
  border-color: rgb(229, 38, 0) !important;
}

.text-danger {
  color: rgb(229, 38, 0) !important;
}

.border-danger {
  border-color: rgb(229, 38, 0) !important;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.list-circle.list-danger li::before {
  background-color: rgb(229, 38, 0) !important;
}

.list-check.list-danger li::before {
  color: rgb(229, 38, 0) !important;
}

.btn-yel, .bg-yel, .badge-yel {
  background-color: rgb(255, 196, 10) !important;
}

.point-yel::after {
  background-color: rgb(255, 196, 10) !important;
}

.btn-outline-yel {
  color: rgb(255, 196, 10) !important;
  border-color: rgb(255, 196, 10) !important;
}

.text-yel {
  color: rgb(255, 196, 10) !important;
}

.border-yel {
  border-color: rgb(255, 196, 10) !important;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.list-circle.list-yel li::before {
  background-color: rgb(255, 196, 10) !important;
}

.list-check.list-yel li::before {
  color: rgb(255, 196, 10) !important;
}

.btn-light, .bg-light, .badge-light {
  background-color: rgb(249, 245, 242) !important;
}

.point-light::after {
  background-color: rgb(249, 245, 242) !important;
}

.btn-outline-light {
  color: rgb(249, 245, 242) !important;
  border-color: rgb(249, 245, 242) !important;
}

.text-light {
  color: rgb(249, 245, 242) !important;
}

.border-light {
  border-color: rgb(249, 245, 242) !important;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.list-circle.list-light li::before {
  background-color: rgb(249, 245, 242) !important;
}

.list-check.list-light li::before {
  color: rgb(249, 245, 242) !important;
}

.btn-gray, .bg-gray, .badge-gray {
  background-color: rgb(102, 102, 102) !important;
}

.point-gray::after {
  background-color: rgb(102, 102, 102) !important;
}

.btn-outline-gray {
  color: rgb(102, 102, 102) !important;
  border-color: rgb(102, 102, 102) !important;
}

.text-gray {
  color: rgb(102, 102, 102) !important;
}

.border-gray {
  border-color: rgb(102, 102, 102) !important;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.list-circle.list-gray li::before {
  background-color: rgb(102, 102, 102) !important;
}

.list-check.list-gray li::before {
  color: rgb(102, 102, 102) !important;
}

.btn-gray-b, .bg-gray-b, .badge-gray-b {
  background-color: rgb(153, 153, 153) !important;
}

.point-gray-b::after {
  background-color: rgb(153, 153, 153) !important;
}

.btn-outline-gray-b {
  color: rgb(153, 153, 153) !important;
  border-color: rgb(153, 153, 153) !important;
}

.text-gray-b {
  color: rgb(153, 153, 153) !important;
}

.border-gray-b {
  border-color: rgb(153, 153, 153) !important;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.list-circle.list-gray-b li::before {
  background-color: rgb(153, 153, 153) !important;
}

.list-check.list-gray-b li::before {
  color: rgb(153, 153, 153) !important;
}

.btn-gray-m, .bg-gray-m, .badge-gray-m {
  background-color: rgb(219, 219, 219) !important;
}

.point-gray-m::after {
  background-color: rgb(219, 219, 219) !important;
}

.btn-outline-gray-m {
  color: rgb(219, 219, 219) !important;
  border-color: rgb(219, 219, 219) !important;
}

.text-gray-m {
  color: rgb(219, 219, 219) !important;
}

.border-gray-m {
  border-color: rgb(219, 219, 219) !important;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.list-circle.list-gray-m li::before {
  background-color: rgb(219, 219, 219) !important;
}

.list-check.list-gray-m li::before {
  color: rgb(219, 219, 219) !important;
}

.btn-gray-s, .bg-gray-s, .badge-gray-s {
  background-color: rgb(243, 243, 243) !important;
}

.point-gray-s::after {
  background-color: rgb(243, 243, 243) !important;
}

.btn-outline-gray-s {
  color: rgb(243, 243, 243) !important;
  border-color: rgb(243, 243, 243) !important;
}

.text-gray-s {
  color: rgb(243, 243, 243) !important;
}

.border-gray-s {
  border-color: rgb(243, 243, 243) !important;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.list-circle.list-gray-s li::before {
  background-color: rgb(243, 243, 243) !important;
}

.list-check.list-gray-s li::before {
  color: rgb(243, 243, 243) !important;
}

.btn-naver, .bg-naver, .badge-naver {
  background-color: rgb(33, 197, 6) !important;
}

.point-naver::after {
  background-color: rgb(33, 197, 6) !important;
}

.btn-outline-naver {
  color: rgb(33, 197, 6) !important;
  border-color: rgb(33, 197, 6) !important;
}

.text-naver {
  color: rgb(33, 197, 6) !important;
}

.border-naver {
  border-color: rgb(33, 197, 6) !important;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.list-circle.list-naver li::before {
  background-color: rgb(33, 197, 6) !important;
}

.list-check.list-naver li::before {
  color: rgb(33, 197, 6) !important;
}

.btn-kakao, .bg-kakao, .badge-kakao {
  background-color: rgb(255, 238, 0) !important;
}

.point-kakao::after {
  background-color: rgb(255, 238, 0) !important;
}

.btn-outline-kakao {
  color: rgb(255, 238, 0) !important;
  border-color: rgb(255, 238, 0) !important;
}

.text-kakao {
  color: rgb(255, 238, 0) !important;
}

.border-kakao {
  border-color: rgb(255, 238, 0) !important;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.list-circle.list-kakao li::before {
  background-color: rgb(255, 238, 0) !important;
}

.list-check.list-kakao li::before {
  color: rgb(255, 238, 0) !important;
}

.btn-youtube, .bg-youtube, .badge-youtube {
  background-color: rgb(255, 0, 0) !important;
}

.point-youtube::after {
  background-color: rgb(255, 0, 0) !important;
}

.btn-outline-youtube {
  color: rgb(255, 0, 0) !important;
  border-color: rgb(255, 0, 0) !important;
}

.text-youtube {
  color: rgb(255, 0, 0) !important;
}

.border-youtube {
  border-color: rgb(255, 0, 0) !important;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.list-circle.list-youtube li::before {
  background-color: rgb(255, 0, 0) !important;
}

.list-check.list-youtube li::before {
  color: rgb(255, 0, 0) !important;
}

.btn-kakao-brown, .bg-kakao-brown, .badge-kakao-brown {
  background-color: rgb(62, 25, 54) !important;
}

.point-kakao-brown::after {
  background-color: rgb(62, 25, 54) !important;
}

.btn-outline-kakao-brown {
  color: rgb(62, 25, 54) !important;
  border-color: rgb(62, 25, 54) !important;
}

.text-kakao-brown {
  color: rgb(62, 25, 54) !important;
}

.border-kakao-brown {
  border-color: rgb(62, 25, 54) !important;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.list-circle.list-kakao-brown li::before {
  background-color: rgb(62, 25, 54) !important;
}

.list-check.list-kakao-brown li::before {
  color: rgb(62, 25, 54) !important;
}

.btn-esg-green, .bg-esg-green, .badge-esg-green {
  background-color: rgb(25, 154, 72) !important;
}

.point-esg-green::after {
  background-color: rgb(25, 154, 72) !important;
}

.btn-outline-esg-green {
  color: rgb(25, 154, 72) !important;
  border-color: rgb(25, 154, 72) !important;
}

.text-esg-green {
  color: rgb(25, 154, 72) !important;
}

.border-esg-green {
  border-color: rgb(25, 154, 72) !important;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.list-circle.list-esg-green li::before {
  background-color: rgb(25, 154, 72) !important;
}

.list-check.list-esg-green li::before {
  color: rgb(25, 154, 72) !important;
}

.font-kr {
  font-family: "Pretendard" !important;
}

.font-en {
  font-family: "Montserrat" !important;
}

.font-chungbuk {
  font-family: "Chungbuk-National-University" !important;
}

.font-score {
  font-family: "S-CoreDream" !important;
}

.font-gmarket {
  font-family: "Gmarket Sans" !important;
}