/* Hide/comment this "Font Line" here to add your own Font. Add your own Website Font in "all.scss" file. */
.gap-0 {
  gap: 0rem !important;
}

@media (min-width: 576px) {
  .gap-sm-0 {
    gap: 0rem !important;
  }
}
@media (min-width: 768px) {
  .gap-md-0 {
    gap: 0rem !important;
  }
}
@media (min-width: 992px) {
  .gap-lg-0 {
    gap: 0rem !important;
  }
}
@media (min-width: 1200px) {
  .gap-xl-0 {
    gap: 0rem !important;
  }
}
@media (min-width: 1400px) {
  .gap-xxl-0 {
    gap: 0rem !important;
  }
}
@media (min-width: 1600px) {
  .gap-xxxl-0 {
    gap: 0rem !important;
  }
}
@media (min-width: 1900px) {
  .gap-xxxxl-0 {
    gap: 0rem !important;
  }
}
.gap-1 {
  gap: 0.25rem !important;
}

@media (min-width: 576px) {
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
}
@media (min-width: 768px) {
  .gap-md-1 {
    gap: 0.25rem !important;
  }
}
@media (min-width: 992px) {
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
}
@media (min-width: 1200px) {
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
}
@media (min-width: 1400px) {
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
}
@media (min-width: 1600px) {
  .gap-xxxl-1 {
    gap: 0.25rem !important;
  }
}
@media (min-width: 1900px) {
  .gap-xxxxl-1 {
    gap: 0.25rem !important;
  }
}
.gap-2 {
  gap: 0.5rem !important;
}

@media (min-width: 576px) {
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
}
@media (min-width: 768px) {
  .gap-md-2 {
    gap: 0.5rem !important;
  }
}
@media (min-width: 992px) {
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
}
@media (min-width: 1200px) {
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
}
@media (min-width: 1400px) {
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
}
@media (min-width: 1600px) {
  .gap-xxxl-2 {
    gap: 0.5rem !important;
  }
}
@media (min-width: 1900px) {
  .gap-xxxxl-2 {
    gap: 0.5rem !important;
  }
}
.gap-3 {
  gap: 1rem !important;
}

@media (min-width: 576px) {
  .gap-sm-3 {
    gap: 1rem !important;
  }
}
@media (min-width: 768px) {
  .gap-md-3 {
    gap: 1rem !important;
  }
}
@media (min-width: 992px) {
  .gap-lg-3 {
    gap: 1rem !important;
  }
}
@media (min-width: 1200px) {
  .gap-xl-3 {
    gap: 1rem !important;
  }
}
@media (min-width: 1400px) {
  .gap-xxl-3 {
    gap: 1rem !important;
  }
}
@media (min-width: 1600px) {
  .gap-xxxl-3 {
    gap: 1rem !important;
  }
}
@media (min-width: 1900px) {
  .gap-xxxxl-3 {
    gap: 1rem !important;
  }
}
.gap-4 {
  gap: 1.5rem !important;
}

@media (min-width: 576px) {
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
}
@media (min-width: 768px) {
  .gap-md-4 {
    gap: 1.5rem !important;
  }
}
@media (min-width: 992px) {
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
}
@media (min-width: 1200px) {
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
}
@media (min-width: 1400px) {
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
}
@media (min-width: 1600px) {
  .gap-xxxl-4 {
    gap: 1.5rem !important;
  }
}
@media (min-width: 1900px) {
  .gap-xxxxl-4 {
    gap: 1.5rem !important;
  }
}
.gap-5 {
  gap: 2.5rem !important;
}

@media (min-width: 576px) {
  .gap-sm-5 {
    gap: 2.5rem !important;
  }
}
@media (min-width: 768px) {
  .gap-md-5 {
    gap: 2.5rem !important;
  }
}
@media (min-width: 992px) {
  .gap-lg-5 {
    gap: 2.5rem !important;
  }
}
@media (min-width: 1200px) {
  .gap-xl-5 {
    gap: 2.5rem !important;
  }
}
@media (min-width: 1400px) {
  .gap-xxl-5 {
    gap: 2.5rem !important;
  }
}
@media (min-width: 1600px) {
  .gap-xxxl-5 {
    gap: 2.5rem !important;
  }
}
@media (min-width: 1900px) {
  .gap-xxxxl-5 {
    gap: 2.5rem !important;
  }
}
.gap-6 {
  gap: 3.5rem !important;
}

@media (min-width: 576px) {
  .gap-sm-6 {
    gap: 3.5rem !important;
  }
}
@media (min-width: 768px) {
  .gap-md-6 {
    gap: 3.5rem !important;
  }
}
@media (min-width: 992px) {
  .gap-lg-6 {
    gap: 3.5rem !important;
  }
}
@media (min-width: 1200px) {
  .gap-xl-6 {
    gap: 3.5rem !important;
  }
}
@media (min-width: 1400px) {
  .gap-xxl-6 {
    gap: 3.5rem !important;
  }
}
@media (min-width: 1600px) {
  .gap-xxxl-6 {
    gap: 3.5rem !important;
  }
}
@media (min-width: 1900px) {
  .gap-xxxxl-6 {
    gap: 3.5rem !important;
  }
}
.gap-7 {
  gap: 4.5rem !important;
}

@media (min-width: 576px) {
  .gap-sm-7 {
    gap: 4.5rem !important;
  }
}
@media (min-width: 768px) {
  .gap-md-7 {
    gap: 4.5rem !important;
  }
}
@media (min-width: 992px) {
  .gap-lg-7 {
    gap: 4.5rem !important;
  }
}
@media (min-width: 1200px) {
  .gap-xl-7 {
    gap: 4.5rem !important;
  }
}
@media (min-width: 1400px) {
  .gap-xxl-7 {
    gap: 4.5rem !important;
  }
}
@media (min-width: 1600px) {
  .gap-xxxl-7 {
    gap: 4.5rem !important;
  }
}
@media (min-width: 1900px) {
  .gap-xxxxl-7 {
    gap: 4.5rem !important;
  }
}
.gap-8 {
  gap: 5.5rem !important;
}

@media (min-width: 576px) {
  .gap-sm-8 {
    gap: 5.5rem !important;
  }
}
@media (min-width: 768px) {
  .gap-md-8 {
    gap: 5.5rem !important;
  }
}
@media (min-width: 992px) {
  .gap-lg-8 {
    gap: 5.5rem !important;
  }
}
@media (min-width: 1200px) {
  .gap-xl-8 {
    gap: 5.5rem !important;
  }
}
@media (min-width: 1400px) {
  .gap-xxl-8 {
    gap: 5.5rem !important;
  }
}
@media (min-width: 1600px) {
  .gap-xxxl-8 {
    gap: 5.5rem !important;
  }
}
@media (min-width: 1900px) {
  .gap-xxxxl-8 {
    gap: 5.5rem !important;
  }
}
.gap-9 {
  gap: 6.5rem !important;
}

@media (min-width: 576px) {
  .gap-sm-9 {
    gap: 6.5rem !important;
  }
}
@media (min-width: 768px) {
  .gap-md-9 {
    gap: 6.5rem !important;
  }
}
@media (min-width: 992px) {
  .gap-lg-9 {
    gap: 6.5rem !important;
  }
}
@media (min-width: 1200px) {
  .gap-xl-9 {
    gap: 6.5rem !important;
  }
}
@media (min-width: 1400px) {
  .gap-xxl-9 {
    gap: 6.5rem !important;
  }
}
@media (min-width: 1600px) {
  .gap-xxxl-9 {
    gap: 6.5rem !important;
  }
}
@media (min-width: 1900px) {
  .gap-xxxxl-9 {
    gap: 6.5rem !important;
  }
}
.gap-10 {
  gap: 7.5rem !important;
}

@media (min-width: 576px) {
  .gap-sm-10 {
    gap: 7.5rem !important;
  }
}
@media (min-width: 768px) {
  .gap-md-10 {
    gap: 7.5rem !important;
  }
}
@media (min-width: 992px) {
  .gap-lg-10 {
    gap: 7.5rem !important;
  }
}
@media (min-width: 1200px) {
  .gap-xl-10 {
    gap: 7.5rem !important;
  }
}
@media (min-width: 1400px) {
  .gap-xxl-10 {
    gap: 7.5rem !important;
  }
}
@media (min-width: 1600px) {
  .gap-xxxl-10 {
    gap: 7.5rem !important;
  }
}
@media (min-width: 1900px) {
  .gap-xxxxl-10 {
    gap: 7.5rem !important;
  }
}
.gap-11 {
  gap: 8.5rem !important;
}

@media (min-width: 576px) {
  .gap-sm-11 {
    gap: 8.5rem !important;
  }
}
@media (min-width: 768px) {
  .gap-md-11 {
    gap: 8.5rem !important;
  }
}
@media (min-width: 992px) {
  .gap-lg-11 {
    gap: 8.5rem !important;
  }
}
@media (min-width: 1200px) {
  .gap-xl-11 {
    gap: 8.5rem !important;
  }
}
@media (min-width: 1400px) {
  .gap-xxl-11 {
    gap: 8.5rem !important;
  }
}
@media (min-width: 1600px) {
  .gap-xxxl-11 {
    gap: 8.5rem !important;
  }
}
@media (min-width: 1900px) {
  .gap-xxxxl-11 {
    gap: 8.5rem !important;
  }
}
.gap-12 {
  gap: 9.5rem !important;
}

@media (min-width: 576px) {
  .gap-sm-12 {
    gap: 9.5rem !important;
  }
}
@media (min-width: 768px) {
  .gap-md-12 {
    gap: 9.5rem !important;
  }
}
@media (min-width: 992px) {
  .gap-lg-12 {
    gap: 9.5rem !important;
  }
}
@media (min-width: 1200px) {
  .gap-xl-12 {
    gap: 9.5rem !important;
  }
}
@media (min-width: 1400px) {
  .gap-xxl-12 {
    gap: 9.5rem !important;
  }
}
@media (min-width: 1600px) {
  .gap-xxxl-12 {
    gap: 9.5rem !important;
  }
}
@media (min-width: 1900px) {
  .gap-xxxxl-12 {
    gap: 9.5rem !important;
  }
}
.gap-13 {
  gap: 10.5rem !important;
}

@media (min-width: 576px) {
  .gap-sm-13 {
    gap: 10.5rem !important;
  }
}
@media (min-width: 768px) {
  .gap-md-13 {
    gap: 10.5rem !important;
  }
}
@media (min-width: 992px) {
  .gap-lg-13 {
    gap: 10.5rem !important;
  }
}
@media (min-width: 1200px) {
  .gap-xl-13 {
    gap: 10.5rem !important;
  }
}
@media (min-width: 1400px) {
  .gap-xxl-13 {
    gap: 10.5rem !important;
  }
}
@media (min-width: 1600px) {
  .gap-xxxl-13 {
    gap: 10.5rem !important;
  }
}
@media (min-width: 1900px) {
  .gap-xxxxl-13 {
    gap: 10.5rem !important;
  }
}
.gap-14 {
  gap: 11.5rem !important;
}

@media (min-width: 576px) {
  .gap-sm-14 {
    gap: 11.5rem !important;
  }
}
@media (min-width: 768px) {
  .gap-md-14 {
    gap: 11.5rem !important;
  }
}
@media (min-width: 992px) {
  .gap-lg-14 {
    gap: 11.5rem !important;
  }
}
@media (min-width: 1200px) {
  .gap-xl-14 {
    gap: 11.5rem !important;
  }
}
@media (min-width: 1400px) {
  .gap-xxl-14 {
    gap: 11.5rem !important;
  }
}
@media (min-width: 1600px) {
  .gap-xxxl-14 {
    gap: 11.5rem !important;
  }
}
@media (min-width: 1900px) {
  .gap-xxxxl-14 {
    gap: 11.5rem !important;
  }
}
.gap-15 {
  gap: 12.5rem !important;
}

@media (min-width: 576px) {
  .gap-sm-15 {
    gap: 12.5rem !important;
  }
}
@media (min-width: 768px) {
  .gap-md-15 {
    gap: 12.5rem !important;
  }
}
@media (min-width: 992px) {
  .gap-lg-15 {
    gap: 12.5rem !important;
  }
}
@media (min-width: 1200px) {
  .gap-xl-15 {
    gap: 12.5rem !important;
  }
}
@media (min-width: 1400px) {
  .gap-xxl-15 {
    gap: 12.5rem !important;
  }
}
@media (min-width: 1600px) {
  .gap-xxxl-15 {
    gap: 12.5rem !important;
  }
}
@media (min-width: 1900px) {
  .gap-xxxxl-15 {
    gap: 12.5rem !important;
  }
}
.bg-gray-50 {
  background-color: rgb(247.86, 247.86, 247.86) !important;
}

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

.bg-gray-100 {
  background-color: rgb(231.2, 231.2, 231.2) !important;
}

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

.bg-gray-200 {
  background-color: rgb(207.4, 207.4, 207.4) !important;
}

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

.bg-gray-300 {
  background-color: rgb(183.6, 183.6, 183.6) !important;
}

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

.bg-gray-400 {
  background-color: rgb(159.8, 159.8, 159.8) !important;
}

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

.bg-gray-500 {
  background-color: #888888 !important;
}

.text-gray-500 {
  color: #888888 !important;
}

.bg-gray-600 {
  background-color: rgb(112.2, 112.2, 112.2) !important;
}

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

.bg-gray-700 {
  background-color: rgb(88.4, 88.4, 88.4) !important;
}

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

.bg-gray-800 {
  background-color: rgb(64.6, 64.6, 64.6) !important;
}

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

.bg-gray-900 {
  background-color: rgb(40.8, 40.8, 40.8) !important;
}

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

.text-primary {
  color: #1A8E42 !important;
}

.text-hover-primary:hover {
  color: #1A8E42 !important;
}

.bg-primary {
  background-color: #1A8E42 !important;
}

.bg-hover-primary:hover {
  background-color: #1A8E42 !important;
}

.text-primary-light-0 {
  color: #1a8e42 !important;
}

.text-hover-primary-light-0:hover {
  color: #1a8e42 !important;
}

.bg-primary-light-0 {
  background-color: #1a8e42 !important;
}

.bg-hover-primary-light-0:hover {
  background-color: #1a8e42 !important;
}

.text-primary-light-1 {
  color: rgb(48.9, 153.3, 84.9) !important;
}

.text-hover-primary-light-1:hover {
  color: rgb(48.9, 153.3, 84.9) !important;
}

.bg-primary-light-1 {
  background-color: rgb(48.9, 153.3, 84.9) !important;
}

.bg-hover-primary-light-1:hover {
  background-color: rgb(48.9, 153.3, 84.9) !important;
}

.text-primary-light-2 {
  color: rgb(71.8, 164.6, 103.8) !important;
}

.text-hover-primary-light-2:hover {
  color: rgb(71.8, 164.6, 103.8) !important;
}

.bg-primary-light-2 {
  background-color: rgb(71.8, 164.6, 103.8) !important;
}

.bg-hover-primary-light-2:hover {
  background-color: rgb(71.8, 164.6, 103.8) !important;
}

.text-primary-light-3 {
  color: rgb(94.7, 175.9, 122.7) !important;
}

.text-hover-primary-light-3:hover {
  color: rgb(94.7, 175.9, 122.7) !important;
}

.bg-primary-light-3 {
  background-color: rgb(94.7, 175.9, 122.7) !important;
}

.bg-hover-primary-light-3:hover {
  background-color: rgb(94.7, 175.9, 122.7) !important;
}

.text-primary-light-4 {
  color: rgb(117.6, 187.2, 141.6) !important;
}

.text-hover-primary-light-4:hover {
  color: rgb(117.6, 187.2, 141.6) !important;
}

.bg-primary-light-4 {
  background-color: rgb(117.6, 187.2, 141.6) !important;
}

.bg-hover-primary-light-4:hover {
  background-color: rgb(117.6, 187.2, 141.6) !important;
}

.text-primary-light-5 {
  color: rgb(140.5, 198.5, 160.5) !important;
}

.text-hover-primary-light-5:hover {
  color: rgb(140.5, 198.5, 160.5) !important;
}

.bg-primary-light-5 {
  background-color: rgb(140.5, 198.5, 160.5) !important;
}

.bg-hover-primary-light-5:hover {
  background-color: rgb(140.5, 198.5, 160.5) !important;
}

.text-primary-light-6 {
  color: rgb(163.4, 209.8, 179.4) !important;
}

.text-hover-primary-light-6:hover {
  color: rgb(163.4, 209.8, 179.4) !important;
}

.bg-primary-light-6 {
  background-color: rgb(163.4, 209.8, 179.4) !important;
}

.bg-hover-primary-light-6:hover {
  background-color: rgb(163.4, 209.8, 179.4) !important;
}

.text-primary-light-7 {
  color: rgb(186.3, 221.1, 198.3) !important;
}

.text-hover-primary-light-7:hover {
  color: rgb(186.3, 221.1, 198.3) !important;
}

.bg-primary-light-7 {
  background-color: rgb(186.3, 221.1, 198.3) !important;
}

.bg-hover-primary-light-7:hover {
  background-color: rgb(186.3, 221.1, 198.3) !important;
}

.text-primary-light-8 {
  color: rgb(209.2, 232.4, 217.2) !important;
}

.text-hover-primary-light-8:hover {
  color: rgb(209.2, 232.4, 217.2) !important;
}

.bg-primary-light-8 {
  background-color: rgb(209.2, 232.4, 217.2) !important;
}

.bg-hover-primary-light-8:hover {
  background-color: rgb(209.2, 232.4, 217.2) !important;
}

.text-primary-light-9 {
  color: rgb(232.1, 243.7, 236.1) !important;
}

.text-hover-primary-light-9:hover {
  color: rgb(232.1, 243.7, 236.1) !important;
}

.bg-primary-light-9 {
  background-color: rgb(232.1, 243.7, 236.1) !important;
}

.bg-hover-primary-light-9:hover {
  background-color: rgb(232.1, 243.7, 236.1) !important;
}

.text-primary-dark-0 {
  color: #1a8e42 !important;
}

.text-hover-primary-dark-0:hover {
  color: #1a8e42 !important;
}

.bg-primary-dark-0 {
  background-color: #1a8e42 !important;
}

.bg-hover-primary-dark-0:hover {
  background-color: #1a8e42 !important;
}

.text-primary-dark-1 {
  color: rgb(23.4, 127.8, 59.4) !important;
}

.text-hover-primary-dark-1:hover {
  color: rgb(23.4, 127.8, 59.4) !important;
}

.bg-primary-dark-1 {
  background-color: rgb(23.4, 127.8, 59.4) !important;
}

.bg-hover-primary-dark-1:hover {
  background-color: rgb(23.4, 127.8, 59.4) !important;
}

.text-primary-dark-2 {
  color: rgb(20.8, 113.6, 52.8) !important;
}

.text-hover-primary-dark-2:hover {
  color: rgb(20.8, 113.6, 52.8) !important;
}

.bg-primary-dark-2 {
  background-color: rgb(20.8, 113.6, 52.8) !important;
}

.bg-hover-primary-dark-2:hover {
  background-color: rgb(20.8, 113.6, 52.8) !important;
}

.text-primary-dark-3 {
  color: rgb(18.2, 99.4, 46.2) !important;
}

.text-hover-primary-dark-3:hover {
  color: rgb(18.2, 99.4, 46.2) !important;
}

.bg-primary-dark-3 {
  background-color: rgb(18.2, 99.4, 46.2) !important;
}

.bg-hover-primary-dark-3:hover {
  background-color: rgb(18.2, 99.4, 46.2) !important;
}

.text-primary-dark-4 {
  color: rgb(15.6, 85.2, 39.6) !important;
}

.text-hover-primary-dark-4:hover {
  color: rgb(15.6, 85.2, 39.6) !important;
}

.bg-primary-dark-4 {
  background-color: rgb(15.6, 85.2, 39.6) !important;
}

.bg-hover-primary-dark-4:hover {
  background-color: rgb(15.6, 85.2, 39.6) !important;
}

.text-primary-dark-5 {
  color: #0d4721 !important;
}

.text-hover-primary-dark-5:hover {
  color: #0d4721 !important;
}

.bg-primary-dark-5 {
  background-color: #0d4721 !important;
}

.bg-hover-primary-dark-5:hover {
  background-color: #0d4721 !important;
}

.text-primary-dark-6 {
  color: rgb(10.4, 56.8, 26.4) !important;
}

.text-hover-primary-dark-6:hover {
  color: rgb(10.4, 56.8, 26.4) !important;
}

.bg-primary-dark-6 {
  background-color: rgb(10.4, 56.8, 26.4) !important;
}

.bg-hover-primary-dark-6:hover {
  background-color: rgb(10.4, 56.8, 26.4) !important;
}

.text-primary-dark-7 {
  color: rgb(7.8, 42.6, 19.8) !important;
}

.text-hover-primary-dark-7:hover {
  color: rgb(7.8, 42.6, 19.8) !important;
}

.bg-primary-dark-7 {
  background-color: rgb(7.8, 42.6, 19.8) !important;
}

.bg-hover-primary-dark-7:hover {
  background-color: rgb(7.8, 42.6, 19.8) !important;
}

.text-primary-dark-8 {
  color: rgb(5.2, 28.4, 13.2) !important;
}

.text-hover-primary-dark-8:hover {
  color: rgb(5.2, 28.4, 13.2) !important;
}

.bg-primary-dark-8 {
  background-color: rgb(5.2, 28.4, 13.2) !important;
}

.bg-hover-primary-dark-8:hover {
  background-color: rgb(5.2, 28.4, 13.2) !important;
}

.text-primary-dark-9 {
  color: rgb(2.6, 14.2, 6.6) !important;
}

.text-hover-primary-dark-9:hover {
  color: rgb(2.6, 14.2, 6.6) !important;
}

.bg-primary-dark-9 {
  background-color: rgb(2.6, 14.2, 6.6) !important;
}

.bg-hover-primary-dark-9:hover {
  background-color: rgb(2.6, 14.2, 6.6) !important;
}

.text-secondary {
  color: #1E1C4A !important;
}

.text-hover-secondary:hover {
  color: #1E1C4A !important;
}

.bg-secondary {
  background-color: #1E1C4A !important;
}

.bg-hover-secondary:hover {
  background-color: #1E1C4A !important;
}

.text-secondary-light-0 {
  color: #1e1c4a !important;
}

.text-hover-secondary-light-0:hover {
  color: #1e1c4a !important;
}

.bg-secondary-light-0 {
  background-color: #1e1c4a !important;
}

.bg-hover-secondary-light-0:hover {
  background-color: #1e1c4a !important;
}

.text-secondary-light-1 {
  color: rgb(52.5, 50.7, 92.1) !important;
}

.text-hover-secondary-light-1:hover {
  color: rgb(52.5, 50.7, 92.1) !important;
}

.bg-secondary-light-1 {
  background-color: rgb(52.5, 50.7, 92.1) !important;
}

.bg-hover-secondary-light-1:hover {
  background-color: rgb(52.5, 50.7, 92.1) !important;
}

.text-secondary-light-2 {
  color: rgb(75, 73.4, 110.2) !important;
}

.text-hover-secondary-light-2:hover {
  color: rgb(75, 73.4, 110.2) !important;
}

.bg-secondary-light-2 {
  background-color: rgb(75, 73.4, 110.2) !important;
}

.bg-hover-secondary-light-2:hover {
  background-color: rgb(75, 73.4, 110.2) !important;
}

.text-secondary-light-3 {
  color: rgb(97.5, 96.1, 128.3) !important;
}

.text-hover-secondary-light-3:hover {
  color: rgb(97.5, 96.1, 128.3) !important;
}

.bg-secondary-light-3 {
  background-color: rgb(97.5, 96.1, 128.3) !important;
}

.bg-hover-secondary-light-3:hover {
  background-color: rgb(97.5, 96.1, 128.3) !important;
}

.text-secondary-light-4 {
  color: rgb(120, 118.8, 146.4) !important;
}

.text-hover-secondary-light-4:hover {
  color: rgb(120, 118.8, 146.4) !important;
}

.bg-secondary-light-4 {
  background-color: rgb(120, 118.8, 146.4) !important;
}

.bg-hover-secondary-light-4:hover {
  background-color: rgb(120, 118.8, 146.4) !important;
}

.text-secondary-light-5 {
  color: rgb(142.5, 141.5, 164.5) !important;
}

.text-hover-secondary-light-5:hover {
  color: rgb(142.5, 141.5, 164.5) !important;
}

.bg-secondary-light-5 {
  background-color: rgb(142.5, 141.5, 164.5) !important;
}

.bg-hover-secondary-light-5:hover {
  background-color: rgb(142.5, 141.5, 164.5) !important;
}

.text-secondary-light-6 {
  color: rgb(165, 164.2, 182.6) !important;
}

.text-hover-secondary-light-6:hover {
  color: rgb(165, 164.2, 182.6) !important;
}

.bg-secondary-light-6 {
  background-color: rgb(165, 164.2, 182.6) !important;
}

.bg-hover-secondary-light-6:hover {
  background-color: rgb(165, 164.2, 182.6) !important;
}

.text-secondary-light-7 {
  color: rgb(187.5, 186.9, 200.7) !important;
}

.text-hover-secondary-light-7:hover {
  color: rgb(187.5, 186.9, 200.7) !important;
}

.bg-secondary-light-7 {
  background-color: rgb(187.5, 186.9, 200.7) !important;
}

.bg-hover-secondary-light-7:hover {
  background-color: rgb(187.5, 186.9, 200.7) !important;
}

.text-secondary-light-8 {
  color: rgb(210, 209.6, 218.8) !important;
}

.text-hover-secondary-light-8:hover {
  color: rgb(210, 209.6, 218.8) !important;
}

.bg-secondary-light-8 {
  background-color: rgb(210, 209.6, 218.8) !important;
}

.bg-hover-secondary-light-8:hover {
  background-color: rgb(210, 209.6, 218.8) !important;
}

.text-secondary-light-9 {
  color: rgb(232.5, 232.3, 236.9) !important;
}

.text-hover-secondary-light-9:hover {
  color: rgb(232.5, 232.3, 236.9) !important;
}

.bg-secondary-light-9 {
  background-color: rgb(232.5, 232.3, 236.9) !important;
}

.bg-hover-secondary-light-9:hover {
  background-color: rgb(232.5, 232.3, 236.9) !important;
}

.text-secondary-dark-0 {
  color: #1e1c4a !important;
}

.text-hover-secondary-dark-0:hover {
  color: #1e1c4a !important;
}

.bg-secondary-dark-0 {
  background-color: #1e1c4a !important;
}

.bg-hover-secondary-dark-0:hover {
  background-color: #1e1c4a !important;
}

.text-secondary-dark-1 {
  color: rgb(27, 25.2, 66.6) !important;
}

.text-hover-secondary-dark-1:hover {
  color: rgb(27, 25.2, 66.6) !important;
}

.bg-secondary-dark-1 {
  background-color: rgb(27, 25.2, 66.6) !important;
}

.bg-hover-secondary-dark-1:hover {
  background-color: rgb(27, 25.2, 66.6) !important;
}

.text-secondary-dark-2 {
  color: rgb(24, 22.4, 59.2) !important;
}

.text-hover-secondary-dark-2:hover {
  color: rgb(24, 22.4, 59.2) !important;
}

.bg-secondary-dark-2 {
  background-color: rgb(24, 22.4, 59.2) !important;
}

.bg-hover-secondary-dark-2:hover {
  background-color: rgb(24, 22.4, 59.2) !important;
}

.text-secondary-dark-3 {
  color: rgb(21, 19.6, 51.8) !important;
}

.text-hover-secondary-dark-3:hover {
  color: rgb(21, 19.6, 51.8) !important;
}

.bg-secondary-dark-3 {
  background-color: rgb(21, 19.6, 51.8) !important;
}

.bg-hover-secondary-dark-3:hover {
  background-color: rgb(21, 19.6, 51.8) !important;
}

.text-secondary-dark-4 {
  color: rgb(18, 16.8, 44.4) !important;
}

.text-hover-secondary-dark-4:hover {
  color: rgb(18, 16.8, 44.4) !important;
}

.bg-secondary-dark-4 {
  background-color: rgb(18, 16.8, 44.4) !important;
}

.bg-hover-secondary-dark-4:hover {
  background-color: rgb(18, 16.8, 44.4) !important;
}

.text-secondary-dark-5 {
  color: #0f0e25 !important;
}

.text-hover-secondary-dark-5:hover {
  color: #0f0e25 !important;
}

.bg-secondary-dark-5 {
  background-color: #0f0e25 !important;
}

.bg-hover-secondary-dark-5:hover {
  background-color: #0f0e25 !important;
}

.text-secondary-dark-6 {
  color: rgb(12, 11.2, 29.6) !important;
}

.text-hover-secondary-dark-6:hover {
  color: rgb(12, 11.2, 29.6) !important;
}

.bg-secondary-dark-6 {
  background-color: rgb(12, 11.2, 29.6) !important;
}

.bg-hover-secondary-dark-6:hover {
  background-color: rgb(12, 11.2, 29.6) !important;
}

.text-secondary-dark-7 {
  color: rgb(9, 8.4, 22.2) !important;
}

.text-hover-secondary-dark-7:hover {
  color: rgb(9, 8.4, 22.2) !important;
}

.bg-secondary-dark-7 {
  background-color: rgb(9, 8.4, 22.2) !important;
}

.bg-hover-secondary-dark-7:hover {
  background-color: rgb(9, 8.4, 22.2) !important;
}

.text-secondary-dark-8 {
  color: rgb(6, 5.6, 14.8) !important;
}

.text-hover-secondary-dark-8:hover {
  color: rgb(6, 5.6, 14.8) !important;
}

.bg-secondary-dark-8 {
  background-color: rgb(6, 5.6, 14.8) !important;
}

.bg-hover-secondary-dark-8:hover {
  background-color: rgb(6, 5.6, 14.8) !important;
}

.text-secondary-dark-9 {
  color: rgb(3, 2.8, 7.4) !important;
}

.text-hover-secondary-dark-9:hover {
  color: rgb(3, 2.8, 7.4) !important;
}

.bg-secondary-dark-9 {
  background-color: rgb(3, 2.8, 7.4) !important;
}

.bg-hover-secondary-dark-9:hover {
  background-color: rgb(3, 2.8, 7.4) !important;
}

.text-success {
  color: #128807 !important;
}

.text-hover-success:hover {
  color: #128807 !important;
}

.bg-success {
  background-color: #128807 !important;
}

.bg-hover-success:hover {
  background-color: #128807 !important;
}

.text-success-light-0 {
  color: #128807 !important;
}

.text-hover-success-light-0:hover {
  color: #128807 !important;
}

.bg-success-light-0 {
  background-color: #128807 !important;
}

.bg-hover-success-light-0:hover {
  background-color: #128807 !important;
}

.text-success-light-1 {
  color: rgb(41.7, 147.9, 31.8) !important;
}

.text-hover-success-light-1:hover {
  color: rgb(41.7, 147.9, 31.8) !important;
}

.bg-success-light-1 {
  background-color: rgb(41.7, 147.9, 31.8) !important;
}

.bg-hover-success-light-1:hover {
  background-color: rgb(41.7, 147.9, 31.8) !important;
}

.text-success-light-2 {
  color: rgb(65.4, 159.8, 56.6) !important;
}

.text-hover-success-light-2:hover {
  color: rgb(65.4, 159.8, 56.6) !important;
}

.bg-success-light-2 {
  background-color: rgb(65.4, 159.8, 56.6) !important;
}

.bg-hover-success-light-2:hover {
  background-color: rgb(65.4, 159.8, 56.6) !important;
}

.text-success-light-3 {
  color: rgb(89.1, 171.7, 81.4) !important;
}

.text-hover-success-light-3:hover {
  color: rgb(89.1, 171.7, 81.4) !important;
}

.bg-success-light-3 {
  background-color: rgb(89.1, 171.7, 81.4) !important;
}

.bg-hover-success-light-3:hover {
  background-color: rgb(89.1, 171.7, 81.4) !important;
}

.text-success-light-4 {
  color: rgb(112.8, 183.6, 106.2) !important;
}

.text-hover-success-light-4:hover {
  color: rgb(112.8, 183.6, 106.2) !important;
}

.bg-success-light-4 {
  background-color: rgb(112.8, 183.6, 106.2) !important;
}

.bg-hover-success-light-4:hover {
  background-color: rgb(112.8, 183.6, 106.2) !important;
}

.text-success-light-5 {
  color: rgb(136.5, 195.5, 131) !important;
}

.text-hover-success-light-5:hover {
  color: rgb(136.5, 195.5, 131) !important;
}

.bg-success-light-5 {
  background-color: rgb(136.5, 195.5, 131) !important;
}

.bg-hover-success-light-5:hover {
  background-color: rgb(136.5, 195.5, 131) !important;
}

.text-success-light-6 {
  color: rgb(160.2, 207.4, 155.8) !important;
}

.text-hover-success-light-6:hover {
  color: rgb(160.2, 207.4, 155.8) !important;
}

.bg-success-light-6 {
  background-color: rgb(160.2, 207.4, 155.8) !important;
}

.bg-hover-success-light-6:hover {
  background-color: rgb(160.2, 207.4, 155.8) !important;
}

.text-success-light-7 {
  color: rgb(183.9, 219.3, 180.6) !important;
}

.text-hover-success-light-7:hover {
  color: rgb(183.9, 219.3, 180.6) !important;
}

.bg-success-light-7 {
  background-color: rgb(183.9, 219.3, 180.6) !important;
}

.bg-hover-success-light-7:hover {
  background-color: rgb(183.9, 219.3, 180.6) !important;
}

.text-success-light-8 {
  color: rgb(207.6, 231.2, 205.4) !important;
}

.text-hover-success-light-8:hover {
  color: rgb(207.6, 231.2, 205.4) !important;
}

.bg-success-light-8 {
  background-color: rgb(207.6, 231.2, 205.4) !important;
}

.bg-hover-success-light-8:hover {
  background-color: rgb(207.6, 231.2, 205.4) !important;
}

.text-success-light-9 {
  color: rgb(231.3, 243.1, 230.2) !important;
}

.text-hover-success-light-9:hover {
  color: rgb(231.3, 243.1, 230.2) !important;
}

.bg-success-light-9 {
  background-color: rgb(231.3, 243.1, 230.2) !important;
}

.bg-hover-success-light-9:hover {
  background-color: rgb(231.3, 243.1, 230.2) !important;
}

.text-success-dark-0 {
  color: #128807 !important;
}

.text-hover-success-dark-0:hover {
  color: #128807 !important;
}

.bg-success-dark-0 {
  background-color: #128807 !important;
}

.bg-hover-success-dark-0:hover {
  background-color: #128807 !important;
}

.text-success-dark-1 {
  color: rgb(16.2, 122.4, 6.3) !important;
}

.text-hover-success-dark-1:hover {
  color: rgb(16.2, 122.4, 6.3) !important;
}

.bg-success-dark-1 {
  background-color: rgb(16.2, 122.4, 6.3) !important;
}

.bg-hover-success-dark-1:hover {
  background-color: rgb(16.2, 122.4, 6.3) !important;
}

.text-success-dark-2 {
  color: rgb(14.4, 108.8, 5.6) !important;
}

.text-hover-success-dark-2:hover {
  color: rgb(14.4, 108.8, 5.6) !important;
}

.bg-success-dark-2 {
  background-color: rgb(14.4, 108.8, 5.6) !important;
}

.bg-hover-success-dark-2:hover {
  background-color: rgb(14.4, 108.8, 5.6) !important;
}

.text-success-dark-3 {
  color: rgb(12.6, 95.2, 4.9) !important;
}

.text-hover-success-dark-3:hover {
  color: rgb(12.6, 95.2, 4.9) !important;
}

.bg-success-dark-3 {
  background-color: rgb(12.6, 95.2, 4.9) !important;
}

.bg-hover-success-dark-3:hover {
  background-color: rgb(12.6, 95.2, 4.9) !important;
}

.text-success-dark-4 {
  color: rgb(10.8, 81.6, 4.2) !important;
}

.text-hover-success-dark-4:hover {
  color: rgb(10.8, 81.6, 4.2) !important;
}

.bg-success-dark-4 {
  background-color: rgb(10.8, 81.6, 4.2) !important;
}

.bg-hover-success-dark-4:hover {
  background-color: rgb(10.8, 81.6, 4.2) !important;
}

.text-success-dark-5 {
  color: rgb(9, 68, 3.5) !important;
}

.text-hover-success-dark-5:hover {
  color: rgb(9, 68, 3.5) !important;
}

.bg-success-dark-5 {
  background-color: rgb(9, 68, 3.5) !important;
}

.bg-hover-success-dark-5:hover {
  background-color: rgb(9, 68, 3.5) !important;
}

.text-success-dark-6 {
  color: rgb(7.2, 54.4, 2.8) !important;
}

.text-hover-success-dark-6:hover {
  color: rgb(7.2, 54.4, 2.8) !important;
}

.bg-success-dark-6 {
  background-color: rgb(7.2, 54.4, 2.8) !important;
}

.bg-hover-success-dark-6:hover {
  background-color: rgb(7.2, 54.4, 2.8) !important;
}

.text-success-dark-7 {
  color: rgb(5.4, 40.8, 2.1) !important;
}

.text-hover-success-dark-7:hover {
  color: rgb(5.4, 40.8, 2.1) !important;
}

.bg-success-dark-7 {
  background-color: rgb(5.4, 40.8, 2.1) !important;
}

.bg-hover-success-dark-7:hover {
  background-color: rgb(5.4, 40.8, 2.1) !important;
}

.text-success-dark-8 {
  color: rgb(3.6, 27.2, 1.4) !important;
}

.text-hover-success-dark-8:hover {
  color: rgb(3.6, 27.2, 1.4) !important;
}

.bg-success-dark-8 {
  background-color: rgb(3.6, 27.2, 1.4) !important;
}

.bg-hover-success-dark-8:hover {
  background-color: rgb(3.6, 27.2, 1.4) !important;
}

.text-success-dark-9 {
  color: rgb(1.8, 13.6, 0.7) !important;
}

.text-hover-success-dark-9:hover {
  color: rgb(1.8, 13.6, 0.7) !important;
}

.bg-success-dark-9 {
  background-color: rgb(1.8, 13.6, 0.7) !important;
}

.bg-hover-success-dark-9:hover {
  background-color: rgb(1.8, 13.6, 0.7) !important;
}

.text-info {
  color: #326de9 !important;
}

.text-hover-info:hover {
  color: #326de9 !important;
}

.bg-info {
  background-color: #326de9 !important;
}

.bg-hover-info:hover {
  background-color: #326de9 !important;
}

.text-info-light-0 {
  color: #326de9 !important;
}

.text-hover-info-light-0:hover {
  color: #326de9 !important;
}

.bg-info-light-0 {
  background-color: #326de9 !important;
}

.bg-hover-info-light-0:hover {
  background-color: #326de9 !important;
}

.text-info-light-1 {
  color: rgb(70.5, 123.6, 235.2) !important;
}

.text-hover-info-light-1:hover {
  color: rgb(70.5, 123.6, 235.2) !important;
}

.bg-info-light-1 {
  background-color: rgb(70.5, 123.6, 235.2) !important;
}

.bg-hover-info-light-1:hover {
  background-color: rgb(70.5, 123.6, 235.2) !important;
}

.text-info-light-2 {
  color: rgb(91, 138.2, 237.4) !important;
}

.text-hover-info-light-2:hover {
  color: rgb(91, 138.2, 237.4) !important;
}

.bg-info-light-2 {
  background-color: rgb(91, 138.2, 237.4) !important;
}

.bg-hover-info-light-2:hover {
  background-color: rgb(91, 138.2, 237.4) !important;
}

.text-info-light-3 {
  color: rgb(111.5, 152.8, 239.6) !important;
}

.text-hover-info-light-3:hover {
  color: rgb(111.5, 152.8, 239.6) !important;
}

.bg-info-light-3 {
  background-color: rgb(111.5, 152.8, 239.6) !important;
}

.bg-hover-info-light-3:hover {
  background-color: rgb(111.5, 152.8, 239.6) !important;
}

.text-info-light-4 {
  color: rgb(132, 167.4, 241.8) !important;
}

.text-hover-info-light-4:hover {
  color: rgb(132, 167.4, 241.8) !important;
}

.bg-info-light-4 {
  background-color: rgb(132, 167.4, 241.8) !important;
}

.bg-hover-info-light-4:hover {
  background-color: rgb(132, 167.4, 241.8) !important;
}

.text-info-light-5 {
  color: rgb(152.5, 182, 244) !important;
}

.text-hover-info-light-5:hover {
  color: rgb(152.5, 182, 244) !important;
}

.bg-info-light-5 {
  background-color: rgb(152.5, 182, 244) !important;
}

.bg-hover-info-light-5:hover {
  background-color: rgb(152.5, 182, 244) !important;
}

.text-info-light-6 {
  color: rgb(173, 196.6, 246.2) !important;
}

.text-hover-info-light-6:hover {
  color: rgb(173, 196.6, 246.2) !important;
}

.bg-info-light-6 {
  background-color: rgb(173, 196.6, 246.2) !important;
}

.bg-hover-info-light-6:hover {
  background-color: rgb(173, 196.6, 246.2) !important;
}

.text-info-light-7 {
  color: rgb(193.5, 211.2, 248.4) !important;
}

.text-hover-info-light-7:hover {
  color: rgb(193.5, 211.2, 248.4) !important;
}

.bg-info-light-7 {
  background-color: rgb(193.5, 211.2, 248.4) !important;
}

.bg-hover-info-light-7:hover {
  background-color: rgb(193.5, 211.2, 248.4) !important;
}

.text-info-light-8 {
  color: rgb(214, 225.8, 250.6) !important;
}

.text-hover-info-light-8:hover {
  color: rgb(214, 225.8, 250.6) !important;
}

.bg-info-light-8 {
  background-color: rgb(214, 225.8, 250.6) !important;
}

.bg-hover-info-light-8:hover {
  background-color: rgb(214, 225.8, 250.6) !important;
}

.text-info-light-9 {
  color: rgb(234.5, 240.4, 252.8) !important;
}

.text-hover-info-light-9:hover {
  color: rgb(234.5, 240.4, 252.8) !important;
}

.bg-info-light-9 {
  background-color: rgb(234.5, 240.4, 252.8) !important;
}

.bg-hover-info-light-9:hover {
  background-color: rgb(234.5, 240.4, 252.8) !important;
}

.text-info-dark-0 {
  color: #326de9 !important;
}

.text-hover-info-dark-0:hover {
  color: #326de9 !important;
}

.bg-info-dark-0 {
  background-color: #326de9 !important;
}

.bg-hover-info-dark-0:hover {
  background-color: #326de9 !important;
}

.text-info-dark-1 {
  color: rgb(45, 98.1, 209.7) !important;
}

.text-hover-info-dark-1:hover {
  color: rgb(45, 98.1, 209.7) !important;
}

.bg-info-dark-1 {
  background-color: rgb(45, 98.1, 209.7) !important;
}

.bg-hover-info-dark-1:hover {
  background-color: rgb(45, 98.1, 209.7) !important;
}

.text-info-dark-2 {
  color: rgb(40, 87.2, 186.4) !important;
}

.text-hover-info-dark-2:hover {
  color: rgb(40, 87.2, 186.4) !important;
}

.bg-info-dark-2 {
  background-color: rgb(40, 87.2, 186.4) !important;
}

.bg-hover-info-dark-2:hover {
  background-color: rgb(40, 87.2, 186.4) !important;
}

.text-info-dark-3 {
  color: rgb(35, 76.3, 163.1) !important;
}

.text-hover-info-dark-3:hover {
  color: rgb(35, 76.3, 163.1) !important;
}

.bg-info-dark-3 {
  background-color: rgb(35, 76.3, 163.1) !important;
}

.bg-hover-info-dark-3:hover {
  background-color: rgb(35, 76.3, 163.1) !important;
}

.text-info-dark-4 {
  color: rgb(30, 65.4, 139.8) !important;
}

.text-hover-info-dark-4:hover {
  color: rgb(30, 65.4, 139.8) !important;
}

.bg-info-dark-4 {
  background-color: rgb(30, 65.4, 139.8) !important;
}

.bg-hover-info-dark-4:hover {
  background-color: rgb(30, 65.4, 139.8) !important;
}

.text-info-dark-5 {
  color: rgb(25, 54.5, 116.5) !important;
}

.text-hover-info-dark-5:hover {
  color: rgb(25, 54.5, 116.5) !important;
}

.bg-info-dark-5 {
  background-color: rgb(25, 54.5, 116.5) !important;
}

.bg-hover-info-dark-5:hover {
  background-color: rgb(25, 54.5, 116.5) !important;
}

.text-info-dark-6 {
  color: rgb(20, 43.6, 93.2) !important;
}

.text-hover-info-dark-6:hover {
  color: rgb(20, 43.6, 93.2) !important;
}

.bg-info-dark-6 {
  background-color: rgb(20, 43.6, 93.2) !important;
}

.bg-hover-info-dark-6:hover {
  background-color: rgb(20, 43.6, 93.2) !important;
}

.text-info-dark-7 {
  color: rgb(15, 32.7, 69.9) !important;
}

.text-hover-info-dark-7:hover {
  color: rgb(15, 32.7, 69.9) !important;
}

.bg-info-dark-7 {
  background-color: rgb(15, 32.7, 69.9) !important;
}

.bg-hover-info-dark-7:hover {
  background-color: rgb(15, 32.7, 69.9) !important;
}

.text-info-dark-8 {
  color: rgb(10, 21.8, 46.6) !important;
}

.text-hover-info-dark-8:hover {
  color: rgb(10, 21.8, 46.6) !important;
}

.bg-info-dark-8 {
  background-color: rgb(10, 21.8, 46.6) !important;
}

.bg-hover-info-dark-8:hover {
  background-color: rgb(10, 21.8, 46.6) !important;
}

.text-info-dark-9 {
  color: rgb(5, 10.9, 23.3) !important;
}

.text-hover-info-dark-9:hover {
  color: rgb(5, 10.9, 23.3) !important;
}

.bg-info-dark-9 {
  background-color: rgb(5, 10.9, 23.3) !important;
}

.bg-hover-info-dark-9:hover {
  background-color: rgb(5, 10.9, 23.3) !important;
}

.text-warning {
  color: #F89B1F !important;
}

.text-hover-warning:hover {
  color: #F89B1F !important;
}

.bg-warning {
  background-color: #F89B1F !important;
}

.bg-hover-warning:hover {
  background-color: #F89B1F !important;
}

.text-warning-light-0 {
  color: #f89b1f !important;
}

.text-hover-warning-light-0:hover {
  color: #f89b1f !important;
}

.bg-warning-light-0 {
  background-color: #f89b1f !important;
}

.bg-hover-warning-light-0:hover {
  background-color: #f89b1f !important;
}

.text-warning-light-1 {
  color: rgb(248.7, 165, 53.4) !important;
}

.text-hover-warning-light-1:hover {
  color: rgb(248.7, 165, 53.4) !important;
}

.bg-warning-light-1 {
  background-color: rgb(248.7, 165, 53.4) !important;
}

.bg-hover-warning-light-1:hover {
  background-color: rgb(248.7, 165, 53.4) !important;
}

.text-warning-light-2 {
  color: rgb(249.4, 175, 75.8) !important;
}

.text-hover-warning-light-2:hover {
  color: rgb(249.4, 175, 75.8) !important;
}

.bg-warning-light-2 {
  background-color: rgb(249.4, 175, 75.8) !important;
}

.bg-hover-warning-light-2:hover {
  background-color: rgb(249.4, 175, 75.8) !important;
}

.text-warning-light-3 {
  color: rgb(250.1, 185, 98.2) !important;
}

.text-hover-warning-light-3:hover {
  color: rgb(250.1, 185, 98.2) !important;
}

.bg-warning-light-3 {
  background-color: rgb(250.1, 185, 98.2) !important;
}

.bg-hover-warning-light-3:hover {
  background-color: rgb(250.1, 185, 98.2) !important;
}

.text-warning-light-4 {
  color: rgb(250.8, 195, 120.6) !important;
}

.text-hover-warning-light-4:hover {
  color: rgb(250.8, 195, 120.6) !important;
}

.bg-warning-light-4 {
  background-color: rgb(250.8, 195, 120.6) !important;
}

.bg-hover-warning-light-4:hover {
  background-color: rgb(250.8, 195, 120.6) !important;
}

.text-warning-light-5 {
  color: rgb(251.5, 205, 143) !important;
}

.text-hover-warning-light-5:hover {
  color: rgb(251.5, 205, 143) !important;
}

.bg-warning-light-5 {
  background-color: rgb(251.5, 205, 143) !important;
}

.bg-hover-warning-light-5:hover {
  background-color: rgb(251.5, 205, 143) !important;
}

.text-warning-light-6 {
  color: rgb(252.2, 215, 165.4) !important;
}

.text-hover-warning-light-6:hover {
  color: rgb(252.2, 215, 165.4) !important;
}

.bg-warning-light-6 {
  background-color: rgb(252.2, 215, 165.4) !important;
}

.bg-hover-warning-light-6:hover {
  background-color: rgb(252.2, 215, 165.4) !important;
}

.text-warning-light-7 {
  color: rgb(252.9, 225, 187.8) !important;
}

.text-hover-warning-light-7:hover {
  color: rgb(252.9, 225, 187.8) !important;
}

.bg-warning-light-7 {
  background-color: rgb(252.9, 225, 187.8) !important;
}

.bg-hover-warning-light-7:hover {
  background-color: rgb(252.9, 225, 187.8) !important;
}

.text-warning-light-8 {
  color: rgb(253.6, 235, 210.2) !important;
}

.text-hover-warning-light-8:hover {
  color: rgb(253.6, 235, 210.2) !important;
}

.bg-warning-light-8 {
  background-color: rgb(253.6, 235, 210.2) !important;
}

.bg-hover-warning-light-8:hover {
  background-color: rgb(253.6, 235, 210.2) !important;
}

.text-warning-light-9 {
  color: rgb(254.3, 245, 232.6) !important;
}

.text-hover-warning-light-9:hover {
  color: rgb(254.3, 245, 232.6) !important;
}

.bg-warning-light-9 {
  background-color: rgb(254.3, 245, 232.6) !important;
}

.bg-hover-warning-light-9:hover {
  background-color: rgb(254.3, 245, 232.6) !important;
}

.text-warning-dark-0 {
  color: #f89b1f !important;
}

.text-hover-warning-dark-0:hover {
  color: #f89b1f !important;
}

.bg-warning-dark-0 {
  background-color: #f89b1f !important;
}

.bg-hover-warning-dark-0:hover {
  background-color: #f89b1f !important;
}

.text-warning-dark-1 {
  color: rgb(223.2, 139.5, 27.9) !important;
}

.text-hover-warning-dark-1:hover {
  color: rgb(223.2, 139.5, 27.9) !important;
}

.bg-warning-dark-1 {
  background-color: rgb(223.2, 139.5, 27.9) !important;
}

.bg-hover-warning-dark-1:hover {
  background-color: rgb(223.2, 139.5, 27.9) !important;
}

.text-warning-dark-2 {
  color: rgb(198.4, 124, 24.8) !important;
}

.text-hover-warning-dark-2:hover {
  color: rgb(198.4, 124, 24.8) !important;
}

.bg-warning-dark-2 {
  background-color: rgb(198.4, 124, 24.8) !important;
}

.bg-hover-warning-dark-2:hover {
  background-color: rgb(198.4, 124, 24.8) !important;
}

.text-warning-dark-3 {
  color: rgb(173.6, 108.5, 21.7) !important;
}

.text-hover-warning-dark-3:hover {
  color: rgb(173.6, 108.5, 21.7) !important;
}

.bg-warning-dark-3 {
  background-color: rgb(173.6, 108.5, 21.7) !important;
}

.bg-hover-warning-dark-3:hover {
  background-color: rgb(173.6, 108.5, 21.7) !important;
}

.text-warning-dark-4 {
  color: rgb(148.8, 93, 18.6) !important;
}

.text-hover-warning-dark-4:hover {
  color: rgb(148.8, 93, 18.6) !important;
}

.bg-warning-dark-4 {
  background-color: rgb(148.8, 93, 18.6) !important;
}

.bg-hover-warning-dark-4:hover {
  background-color: rgb(148.8, 93, 18.6) !important;
}

.text-warning-dark-5 {
  color: rgb(124, 77.5, 15.5) !important;
}

.text-hover-warning-dark-5:hover {
  color: rgb(124, 77.5, 15.5) !important;
}

.bg-warning-dark-5 {
  background-color: rgb(124, 77.5, 15.5) !important;
}

.bg-hover-warning-dark-5:hover {
  background-color: rgb(124, 77.5, 15.5) !important;
}

.text-warning-dark-6 {
  color: rgb(99.2, 62, 12.4) !important;
}

.text-hover-warning-dark-6:hover {
  color: rgb(99.2, 62, 12.4) !important;
}

.bg-warning-dark-6 {
  background-color: rgb(99.2, 62, 12.4) !important;
}

.bg-hover-warning-dark-6:hover {
  background-color: rgb(99.2, 62, 12.4) !important;
}

.text-warning-dark-7 {
  color: rgb(74.4, 46.5, 9.3) !important;
}

.text-hover-warning-dark-7:hover {
  color: rgb(74.4, 46.5, 9.3) !important;
}

.bg-warning-dark-7 {
  background-color: rgb(74.4, 46.5, 9.3) !important;
}

.bg-hover-warning-dark-7:hover {
  background-color: rgb(74.4, 46.5, 9.3) !important;
}

.text-warning-dark-8 {
  color: rgb(49.6, 31, 6.2) !important;
}

.text-hover-warning-dark-8:hover {
  color: rgb(49.6, 31, 6.2) !important;
}

.bg-warning-dark-8 {
  background-color: rgb(49.6, 31, 6.2) !important;
}

.bg-hover-warning-dark-8:hover {
  background-color: rgb(49.6, 31, 6.2) !important;
}

.text-warning-dark-9 {
  color: rgb(24.8, 15.5, 3.1) !important;
}

.text-hover-warning-dark-9:hover {
  color: rgb(24.8, 15.5, 3.1) !important;
}

.bg-warning-dark-9 {
  background-color: rgb(24.8, 15.5, 3.1) !important;
}

.bg-hover-warning-dark-9:hover {
  background-color: rgb(24.8, 15.5, 3.1) !important;
}

.text-danger {
  color: #E72328 !important;
}

.text-hover-danger:hover {
  color: #E72328 !important;
}

.bg-danger {
  background-color: #E72328 !important;
}

.bg-hover-danger:hover {
  background-color: #E72328 !important;
}

.text-danger-light-0 {
  color: #e72328 !important;
}

.text-hover-danger-light-0:hover {
  color: #e72328 !important;
}

.bg-danger-light-0 {
  background-color: #e72328 !important;
}

.bg-hover-danger-light-0:hover {
  background-color: #e72328 !important;
}

.text-danger-light-1 {
  color: rgb(233.4, 57, 61.5) !important;
}

.text-hover-danger-light-1:hover {
  color: rgb(233.4, 57, 61.5) !important;
}

.bg-danger-light-1 {
  background-color: rgb(233.4, 57, 61.5) !important;
}

.bg-hover-danger-light-1:hover {
  background-color: rgb(233.4, 57, 61.5) !important;
}

.text-danger-light-2 {
  color: rgb(235.8, 79, 83) !important;
}

.text-hover-danger-light-2:hover {
  color: rgb(235.8, 79, 83) !important;
}

.bg-danger-light-2 {
  background-color: rgb(235.8, 79, 83) !important;
}

.bg-hover-danger-light-2:hover {
  background-color: rgb(235.8, 79, 83) !important;
}

.text-danger-light-3 {
  color: rgb(238.2, 101, 104.5) !important;
}

.text-hover-danger-light-3:hover {
  color: rgb(238.2, 101, 104.5) !important;
}

.bg-danger-light-3 {
  background-color: rgb(238.2, 101, 104.5) !important;
}

.bg-hover-danger-light-3:hover {
  background-color: rgb(238.2, 101, 104.5) !important;
}

.text-danger-light-4 {
  color: rgb(240.6, 123, 126) !important;
}

.text-hover-danger-light-4:hover {
  color: rgb(240.6, 123, 126) !important;
}

.bg-danger-light-4 {
  background-color: rgb(240.6, 123, 126) !important;
}

.bg-hover-danger-light-4:hover {
  background-color: rgb(240.6, 123, 126) !important;
}

.text-danger-light-5 {
  color: rgb(243, 145, 147.5) !important;
}

.text-hover-danger-light-5:hover {
  color: rgb(243, 145, 147.5) !important;
}

.bg-danger-light-5 {
  background-color: rgb(243, 145, 147.5) !important;
}

.bg-hover-danger-light-5:hover {
  background-color: rgb(243, 145, 147.5) !important;
}

.text-danger-light-6 {
  color: rgb(245.4, 167, 169) !important;
}

.text-hover-danger-light-6:hover {
  color: rgb(245.4, 167, 169) !important;
}

.bg-danger-light-6 {
  background-color: rgb(245.4, 167, 169) !important;
}

.bg-hover-danger-light-6:hover {
  background-color: rgb(245.4, 167, 169) !important;
}

.text-danger-light-7 {
  color: rgb(247.8, 189, 190.5) !important;
}

.text-hover-danger-light-7:hover {
  color: rgb(247.8, 189, 190.5) !important;
}

.bg-danger-light-7 {
  background-color: rgb(247.8, 189, 190.5) !important;
}

.bg-hover-danger-light-7:hover {
  background-color: rgb(247.8, 189, 190.5) !important;
}

.text-danger-light-8 {
  color: rgb(250.2, 211, 212) !important;
}

.text-hover-danger-light-8:hover {
  color: rgb(250.2, 211, 212) !important;
}

.bg-danger-light-8 {
  background-color: rgb(250.2, 211, 212) !important;
}

.bg-hover-danger-light-8:hover {
  background-color: rgb(250.2, 211, 212) !important;
}

.text-danger-light-9 {
  color: rgb(252.6, 233, 233.5) !important;
}

.text-hover-danger-light-9:hover {
  color: rgb(252.6, 233, 233.5) !important;
}

.bg-danger-light-9 {
  background-color: rgb(252.6, 233, 233.5) !important;
}

.bg-hover-danger-light-9:hover {
  background-color: rgb(252.6, 233, 233.5) !important;
}

.text-danger-dark-0 {
  color: #e72328 !important;
}

.text-hover-danger-dark-0:hover {
  color: #e72328 !important;
}

.bg-danger-dark-0 {
  background-color: #e72328 !important;
}

.bg-hover-danger-dark-0:hover {
  background-color: #e72328 !important;
}

.text-danger-dark-1 {
  color: rgb(207.9, 31.5, 36) !important;
}

.text-hover-danger-dark-1:hover {
  color: rgb(207.9, 31.5, 36) !important;
}

.bg-danger-dark-1 {
  background-color: rgb(207.9, 31.5, 36) !important;
}

.bg-hover-danger-dark-1:hover {
  background-color: rgb(207.9, 31.5, 36) !important;
}

.text-danger-dark-2 {
  color: rgb(184.8, 28, 32) !important;
}

.text-hover-danger-dark-2:hover {
  color: rgb(184.8, 28, 32) !important;
}

.bg-danger-dark-2 {
  background-color: rgb(184.8, 28, 32) !important;
}

.bg-hover-danger-dark-2:hover {
  background-color: rgb(184.8, 28, 32) !important;
}

.text-danger-dark-3 {
  color: rgb(161.7, 24.5, 28) !important;
}

.text-hover-danger-dark-3:hover {
  color: rgb(161.7, 24.5, 28) !important;
}

.bg-danger-dark-3 {
  background-color: rgb(161.7, 24.5, 28) !important;
}

.bg-hover-danger-dark-3:hover {
  background-color: rgb(161.7, 24.5, 28) !important;
}

.text-danger-dark-4 {
  color: rgb(138.6, 21, 24) !important;
}

.text-hover-danger-dark-4:hover {
  color: rgb(138.6, 21, 24) !important;
}

.bg-danger-dark-4 {
  background-color: rgb(138.6, 21, 24) !important;
}

.bg-hover-danger-dark-4:hover {
  background-color: rgb(138.6, 21, 24) !important;
}

.text-danger-dark-5 {
  color: rgb(115.5, 17.5, 20) !important;
}

.text-hover-danger-dark-5:hover {
  color: rgb(115.5, 17.5, 20) !important;
}

.bg-danger-dark-5 {
  background-color: rgb(115.5, 17.5, 20) !important;
}

.bg-hover-danger-dark-5:hover {
  background-color: rgb(115.5, 17.5, 20) !important;
}

.text-danger-dark-6 {
  color: rgb(92.4, 14, 16) !important;
}

.text-hover-danger-dark-6:hover {
  color: rgb(92.4, 14, 16) !important;
}

.bg-danger-dark-6 {
  background-color: rgb(92.4, 14, 16) !important;
}

.bg-hover-danger-dark-6:hover {
  background-color: rgb(92.4, 14, 16) !important;
}

.text-danger-dark-7 {
  color: rgb(69.3, 10.5, 12) !important;
}

.text-hover-danger-dark-7:hover {
  color: rgb(69.3, 10.5, 12) !important;
}

.bg-danger-dark-7 {
  background-color: rgb(69.3, 10.5, 12) !important;
}

.bg-hover-danger-dark-7:hover {
  background-color: rgb(69.3, 10.5, 12) !important;
}

.text-danger-dark-8 {
  color: rgb(46.2, 7, 8) !important;
}

.text-hover-danger-dark-8:hover {
  color: rgb(46.2, 7, 8) !important;
}

.bg-danger-dark-8 {
  background-color: rgb(46.2, 7, 8) !important;
}

.bg-hover-danger-dark-8:hover {
  background-color: rgb(46.2, 7, 8) !important;
}

.text-danger-dark-9 {
  color: rgb(23.1, 3.5, 4) !important;
}

.text-hover-danger-dark-9:hover {
  color: rgb(23.1, 3.5, 4) !important;
}

.bg-danger-dark-9 {
  background-color: rgb(23.1, 3.5, 4) !important;
}

.bg-hover-danger-dark-9:hover {
  background-color: rgb(23.1, 3.5, 4) !important;
}

.text-light {
  color: #f0f0f0 !important;
}

.text-hover-light:hover {
  color: #f0f0f0 !important;
}

.bg-light {
  background-color: #f0f0f0 !important;
}

.bg-hover-light:hover {
  background-color: #f0f0f0 !important;
}

.text-light-light-0 {
  color: #f0f0f0 !important;
}

.text-hover-light-light-0:hover {
  color: #f0f0f0 !important;
}

.bg-light-light-0 {
  background-color: #f0f0f0 !important;
}

.bg-hover-light-light-0:hover {
  background-color: #f0f0f0 !important;
}

.text-light-light-1 {
  color: rgb(241.5, 241.5, 241.5) !important;
}

.text-hover-light-light-1:hover {
  color: rgb(241.5, 241.5, 241.5) !important;
}

.bg-light-light-1 {
  background-color: rgb(241.5, 241.5, 241.5) !important;
}

.bg-hover-light-light-1:hover {
  background-color: rgb(241.5, 241.5, 241.5) !important;
}

.text-light-light-2 {
  color: #f3f3f3 !important;
}

.text-hover-light-light-2:hover {
  color: #f3f3f3 !important;
}

.bg-light-light-2 {
  background-color: #f3f3f3 !important;
}

.bg-hover-light-light-2:hover {
  background-color: #f3f3f3 !important;
}

.text-light-light-3 {
  color: rgb(244.5, 244.5, 244.5) !important;
}

.text-hover-light-light-3:hover {
  color: rgb(244.5, 244.5, 244.5) !important;
}

.bg-light-light-3 {
  background-color: rgb(244.5, 244.5, 244.5) !important;
}

.bg-hover-light-light-3:hover {
  background-color: rgb(244.5, 244.5, 244.5) !important;
}

.text-light-light-4 {
  color: #f6f6f6 !important;
}

.text-hover-light-light-4:hover {
  color: #f6f6f6 !important;
}

.bg-light-light-4 {
  background-color: #f6f6f6 !important;
}

.bg-hover-light-light-4:hover {
  background-color: #f6f6f6 !important;
}

.text-light-light-5 {
  color: rgb(247.5, 247.5, 247.5) !important;
}

.text-hover-light-light-5:hover {
  color: rgb(247.5, 247.5, 247.5) !important;
}

.bg-light-light-5 {
  background-color: rgb(247.5, 247.5, 247.5) !important;
}

.bg-hover-light-light-5:hover {
  background-color: rgb(247.5, 247.5, 247.5) !important;
}

.text-light-light-6 {
  color: #f9f9f9 !important;
}

.text-hover-light-light-6:hover {
  color: #f9f9f9 !important;
}

.bg-light-light-6 {
  background-color: #f9f9f9 !important;
}

.bg-hover-light-light-6:hover {
  background-color: #f9f9f9 !important;
}

.text-light-light-7 {
  color: rgb(250.5, 250.5, 250.5) !important;
}

.text-hover-light-light-7:hover {
  color: rgb(250.5, 250.5, 250.5) !important;
}

.bg-light-light-7 {
  background-color: rgb(250.5, 250.5, 250.5) !important;
}

.bg-hover-light-light-7:hover {
  background-color: rgb(250.5, 250.5, 250.5) !important;
}

.text-light-light-8 {
  color: #fcfcfc !important;
}

.text-hover-light-light-8:hover {
  color: #fcfcfc !important;
}

.bg-light-light-8 {
  background-color: #fcfcfc !important;
}

.bg-hover-light-light-8:hover {
  background-color: #fcfcfc !important;
}

.text-light-light-9 {
  color: rgb(253.5, 253.5, 253.5) !important;
}

.text-hover-light-light-9:hover {
  color: rgb(253.5, 253.5, 253.5) !important;
}

.bg-light-light-9 {
  background-color: rgb(253.5, 253.5, 253.5) !important;
}

.bg-hover-light-light-9:hover {
  background-color: rgb(253.5, 253.5, 253.5) !important;
}

.text-light-dark-0 {
  color: #f0f0f0 !important;
}

.text-hover-light-dark-0:hover {
  color: #f0f0f0 !important;
}

.bg-light-dark-0 {
  background-color: #f0f0f0 !important;
}

.bg-hover-light-dark-0:hover {
  background-color: #f0f0f0 !important;
}

.text-light-dark-1 {
  color: #d8d8d8 !important;
}

.text-hover-light-dark-1:hover {
  color: #d8d8d8 !important;
}

.bg-light-dark-1 {
  background-color: #d8d8d8 !important;
}

.bg-hover-light-dark-1:hover {
  background-color: #d8d8d8 !important;
}

.text-light-dark-2 {
  color: silver !important;
}

.text-hover-light-dark-2:hover {
  color: silver !important;
}

.bg-light-dark-2 {
  background-color: silver !important;
}

.bg-hover-light-dark-2:hover {
  background-color: silver !important;
}

.text-light-dark-3 {
  color: #a8a8a8 !important;
}

.text-hover-light-dark-3:hover {
  color: #a8a8a8 !important;
}

.bg-light-dark-3 {
  background-color: #a8a8a8 !important;
}

.bg-hover-light-dark-3:hover {
  background-color: #a8a8a8 !important;
}

.text-light-dark-4 {
  color: #909090 !important;
}

.text-hover-light-dark-4:hover {
  color: #909090 !important;
}

.bg-light-dark-4 {
  background-color: #909090 !important;
}

.bg-hover-light-dark-4:hover {
  background-color: #909090 !important;
}

.text-light-dark-5 {
  color: #787878 !important;
}

.text-hover-light-dark-5:hover {
  color: #787878 !important;
}

.bg-light-dark-5 {
  background-color: #787878 !important;
}

.bg-hover-light-dark-5:hover {
  background-color: #787878 !important;
}

.text-light-dark-6 {
  color: #606060 !important;
}

.text-hover-light-dark-6:hover {
  color: #606060 !important;
}

.bg-light-dark-6 {
  background-color: #606060 !important;
}

.bg-hover-light-dark-6:hover {
  background-color: #606060 !important;
}

.text-light-dark-7 {
  color: #484848 !important;
}

.text-hover-light-dark-7:hover {
  color: #484848 !important;
}

.bg-light-dark-7 {
  background-color: #484848 !important;
}

.bg-hover-light-dark-7:hover {
  background-color: #484848 !important;
}

.text-light-dark-8 {
  color: #303030 !important;
}

.text-hover-light-dark-8:hover {
  color: #303030 !important;
}

.bg-light-dark-8 {
  background-color: #303030 !important;
}

.bg-hover-light-dark-8:hover {
  background-color: #303030 !important;
}

.text-light-dark-9 {
  color: #181818 !important;
}

.text-hover-light-dark-9:hover {
  color: #181818 !important;
}

.bg-light-dark-9 {
  background-color: #181818 !important;
}

.bg-hover-light-dark-9:hover {
  background-color: #181818 !important;
}

.text-lighter {
  color: #f8f8f8 !important;
}

.text-hover-lighter:hover {
  color: #f8f8f8 !important;
}

.bg-lighter {
  background-color: #f8f8f8 !important;
}

.bg-hover-lighter:hover {
  background-color: #f8f8f8 !important;
}

.text-lighter-light-0 {
  color: #f8f8f8 !important;
}

.text-hover-lighter-light-0:hover {
  color: #f8f8f8 !important;
}

.bg-lighter-light-0 {
  background-color: #f8f8f8 !important;
}

.bg-hover-lighter-light-0:hover {
  background-color: #f8f8f8 !important;
}

.text-lighter-light-1 {
  color: rgb(248.7, 248.7, 248.7) !important;
}

.text-hover-lighter-light-1:hover {
  color: rgb(248.7, 248.7, 248.7) !important;
}

.bg-lighter-light-1 {
  background-color: rgb(248.7, 248.7, 248.7) !important;
}

.bg-hover-lighter-light-1:hover {
  background-color: rgb(248.7, 248.7, 248.7) !important;
}

.text-lighter-light-2 {
  color: rgb(249.4, 249.4, 249.4) !important;
}

.text-hover-lighter-light-2:hover {
  color: rgb(249.4, 249.4, 249.4) !important;
}

.bg-lighter-light-2 {
  background-color: rgb(249.4, 249.4, 249.4) !important;
}

.bg-hover-lighter-light-2:hover {
  background-color: rgb(249.4, 249.4, 249.4) !important;
}

.text-lighter-light-3 {
  color: rgb(250.1, 250.1, 250.1) !important;
}

.text-hover-lighter-light-3:hover {
  color: rgb(250.1, 250.1, 250.1) !important;
}

.bg-lighter-light-3 {
  background-color: rgb(250.1, 250.1, 250.1) !important;
}

.bg-hover-lighter-light-3:hover {
  background-color: rgb(250.1, 250.1, 250.1) !important;
}

.text-lighter-light-4 {
  color: rgb(250.8, 250.8, 250.8) !important;
}

.text-hover-lighter-light-4:hover {
  color: rgb(250.8, 250.8, 250.8) !important;
}

.bg-lighter-light-4 {
  background-color: rgb(250.8, 250.8, 250.8) !important;
}

.bg-hover-lighter-light-4:hover {
  background-color: rgb(250.8, 250.8, 250.8) !important;
}

.text-lighter-light-5 {
  color: rgb(251.5, 251.5, 251.5) !important;
}

.text-hover-lighter-light-5:hover {
  color: rgb(251.5, 251.5, 251.5) !important;
}

.bg-lighter-light-5 {
  background-color: rgb(251.5, 251.5, 251.5) !important;
}

.bg-hover-lighter-light-5:hover {
  background-color: rgb(251.5, 251.5, 251.5) !important;
}

.text-lighter-light-6 {
  color: rgb(252.2, 252.2, 252.2) !important;
}

.text-hover-lighter-light-6:hover {
  color: rgb(252.2, 252.2, 252.2) !important;
}

.bg-lighter-light-6 {
  background-color: rgb(252.2, 252.2, 252.2) !important;
}

.bg-hover-lighter-light-6:hover {
  background-color: rgb(252.2, 252.2, 252.2) !important;
}

.text-lighter-light-7 {
  color: rgb(252.9, 252.9, 252.9) !important;
}

.text-hover-lighter-light-7:hover {
  color: rgb(252.9, 252.9, 252.9) !important;
}

.bg-lighter-light-7 {
  background-color: rgb(252.9, 252.9, 252.9) !important;
}

.bg-hover-lighter-light-7:hover {
  background-color: rgb(252.9, 252.9, 252.9) !important;
}

.text-lighter-light-8 {
  color: rgb(253.6, 253.6, 253.6) !important;
}

.text-hover-lighter-light-8:hover {
  color: rgb(253.6, 253.6, 253.6) !important;
}

.bg-lighter-light-8 {
  background-color: rgb(253.6, 253.6, 253.6) !important;
}

.bg-hover-lighter-light-8:hover {
  background-color: rgb(253.6, 253.6, 253.6) !important;
}

.text-lighter-light-9 {
  color: rgb(254.3, 254.3, 254.3) !important;
}

.text-hover-lighter-light-9:hover {
  color: rgb(254.3, 254.3, 254.3) !important;
}

.bg-lighter-light-9 {
  background-color: rgb(254.3, 254.3, 254.3) !important;
}

.bg-hover-lighter-light-9:hover {
  background-color: rgb(254.3, 254.3, 254.3) !important;
}

.text-lighter-dark-0 {
  color: #f8f8f8 !important;
}

.text-hover-lighter-dark-0:hover {
  color: #f8f8f8 !important;
}

.bg-lighter-dark-0 {
  background-color: #f8f8f8 !important;
}

.bg-hover-lighter-dark-0:hover {
  background-color: #f8f8f8 !important;
}

.text-lighter-dark-1 {
  color: rgb(223.2, 223.2, 223.2) !important;
}

.text-hover-lighter-dark-1:hover {
  color: rgb(223.2, 223.2, 223.2) !important;
}

.bg-lighter-dark-1 {
  background-color: rgb(223.2, 223.2, 223.2) !important;
}

.bg-hover-lighter-dark-1:hover {
  background-color: rgb(223.2, 223.2, 223.2) !important;
}

.text-lighter-dark-2 {
  color: rgb(198.4, 198.4, 198.4) !important;
}

.text-hover-lighter-dark-2:hover {
  color: rgb(198.4, 198.4, 198.4) !important;
}

.bg-lighter-dark-2 {
  background-color: rgb(198.4, 198.4, 198.4) !important;
}

.bg-hover-lighter-dark-2:hover {
  background-color: rgb(198.4, 198.4, 198.4) !important;
}

.text-lighter-dark-3 {
  color: rgb(173.6, 173.6, 173.6) !important;
}

.text-hover-lighter-dark-3:hover {
  color: rgb(173.6, 173.6, 173.6) !important;
}

.bg-lighter-dark-3 {
  background-color: rgb(173.6, 173.6, 173.6) !important;
}

.bg-hover-lighter-dark-3:hover {
  background-color: rgb(173.6, 173.6, 173.6) !important;
}

.text-lighter-dark-4 {
  color: rgb(148.8, 148.8, 148.8) !important;
}

.text-hover-lighter-dark-4:hover {
  color: rgb(148.8, 148.8, 148.8) !important;
}

.bg-lighter-dark-4 {
  background-color: rgb(148.8, 148.8, 148.8) !important;
}

.bg-hover-lighter-dark-4:hover {
  background-color: rgb(148.8, 148.8, 148.8) !important;
}

.text-lighter-dark-5 {
  color: #7c7c7c !important;
}

.text-hover-lighter-dark-5:hover {
  color: #7c7c7c !important;
}

.bg-lighter-dark-5 {
  background-color: #7c7c7c !important;
}

.bg-hover-lighter-dark-5:hover {
  background-color: #7c7c7c !important;
}

.text-lighter-dark-6 {
  color: rgb(99.2, 99.2, 99.2) !important;
}

.text-hover-lighter-dark-6:hover {
  color: rgb(99.2, 99.2, 99.2) !important;
}

.bg-lighter-dark-6 {
  background-color: rgb(99.2, 99.2, 99.2) !important;
}

.bg-hover-lighter-dark-6:hover {
  background-color: rgb(99.2, 99.2, 99.2) !important;
}

.text-lighter-dark-7 {
  color: rgb(74.4, 74.4, 74.4) !important;
}

.text-hover-lighter-dark-7:hover {
  color: rgb(74.4, 74.4, 74.4) !important;
}

.bg-lighter-dark-7 {
  background-color: rgb(74.4, 74.4, 74.4) !important;
}

.bg-hover-lighter-dark-7:hover {
  background-color: rgb(74.4, 74.4, 74.4) !important;
}

.text-lighter-dark-8 {
  color: rgb(49.6, 49.6, 49.6) !important;
}

.text-hover-lighter-dark-8:hover {
  color: rgb(49.6, 49.6, 49.6) !important;
}

.bg-lighter-dark-8 {
  background-color: rgb(49.6, 49.6, 49.6) !important;
}

.bg-hover-lighter-dark-8:hover {
  background-color: rgb(49.6, 49.6, 49.6) !important;
}

.text-lighter-dark-9 {
  color: rgb(24.8, 24.8, 24.8) !important;
}

.text-hover-lighter-dark-9:hover {
  color: rgb(24.8, 24.8, 24.8) !important;
}

.bg-lighter-dark-9 {
  background-color: rgb(24.8, 24.8, 24.8) !important;
}

.bg-hover-lighter-dark-9:hover {
  background-color: rgb(24.8, 24.8, 24.8) !important;
}

.text-dark {
  color: #303030 !important;
}

.text-hover-dark:hover {
  color: #303030 !important;
}

.bg-dark {
  background-color: #303030 !important;
}

.bg-hover-dark:hover {
  background-color: #303030 !important;
}

.text-dark-light-0 {
  color: #303030 !important;
}

.text-hover-dark-light-0:hover {
  color: #303030 !important;
}

.bg-dark-light-0 {
  background-color: #303030 !important;
}

.bg-hover-dark-light-0:hover {
  background-color: #303030 !important;
}

.text-dark-light-1 {
  color: rgb(68.7, 68.7, 68.7) !important;
}

.text-hover-dark-light-1:hover {
  color: rgb(68.7, 68.7, 68.7) !important;
}

.bg-dark-light-1 {
  background-color: rgb(68.7, 68.7, 68.7) !important;
}

.bg-hover-dark-light-1:hover {
  background-color: rgb(68.7, 68.7, 68.7) !important;
}

.text-dark-light-2 {
  color: rgb(89.4, 89.4, 89.4) !important;
}

.text-hover-dark-light-2:hover {
  color: rgb(89.4, 89.4, 89.4) !important;
}

.bg-dark-light-2 {
  background-color: rgb(89.4, 89.4, 89.4) !important;
}

.bg-hover-dark-light-2:hover {
  background-color: rgb(89.4, 89.4, 89.4) !important;
}

.text-dark-light-3 {
  color: rgb(110.1, 110.1, 110.1) !important;
}

.text-hover-dark-light-3:hover {
  color: rgb(110.1, 110.1, 110.1) !important;
}

.bg-dark-light-3 {
  background-color: rgb(110.1, 110.1, 110.1) !important;
}

.bg-hover-dark-light-3:hover {
  background-color: rgb(110.1, 110.1, 110.1) !important;
}

.text-dark-light-4 {
  color: rgb(130.8, 130.8, 130.8) !important;
}

.text-hover-dark-light-4:hover {
  color: rgb(130.8, 130.8, 130.8) !important;
}

.bg-dark-light-4 {
  background-color: rgb(130.8, 130.8, 130.8) !important;
}

.bg-hover-dark-light-4:hover {
  background-color: rgb(130.8, 130.8, 130.8) !important;
}

.text-dark-light-5 {
  color: rgb(151.5, 151.5, 151.5) !important;
}

.text-hover-dark-light-5:hover {
  color: rgb(151.5, 151.5, 151.5) !important;
}

.bg-dark-light-5 {
  background-color: rgb(151.5, 151.5, 151.5) !important;
}

.bg-hover-dark-light-5:hover {
  background-color: rgb(151.5, 151.5, 151.5) !important;
}

.text-dark-light-6 {
  color: rgb(172.2, 172.2, 172.2) !important;
}

.text-hover-dark-light-6:hover {
  color: rgb(172.2, 172.2, 172.2) !important;
}

.bg-dark-light-6 {
  background-color: rgb(172.2, 172.2, 172.2) !important;
}

.bg-hover-dark-light-6:hover {
  background-color: rgb(172.2, 172.2, 172.2) !important;
}

.text-dark-light-7 {
  color: rgb(192.9, 192.9, 192.9) !important;
}

.text-hover-dark-light-7:hover {
  color: rgb(192.9, 192.9, 192.9) !important;
}

.bg-dark-light-7 {
  background-color: rgb(192.9, 192.9, 192.9) !important;
}

.bg-hover-dark-light-7:hover {
  background-color: rgb(192.9, 192.9, 192.9) !important;
}

.text-dark-light-8 {
  color: rgb(213.6, 213.6, 213.6) !important;
}

.text-hover-dark-light-8:hover {
  color: rgb(213.6, 213.6, 213.6) !important;
}

.bg-dark-light-8 {
  background-color: rgb(213.6, 213.6, 213.6) !important;
}

.bg-hover-dark-light-8:hover {
  background-color: rgb(213.6, 213.6, 213.6) !important;
}

.text-dark-light-9 {
  color: rgb(234.3, 234.3, 234.3) !important;
}

.text-hover-dark-light-9:hover {
  color: rgb(234.3, 234.3, 234.3) !important;
}

.bg-dark-light-9 {
  background-color: rgb(234.3, 234.3, 234.3) !important;
}

.bg-hover-dark-light-9:hover {
  background-color: rgb(234.3, 234.3, 234.3) !important;
}

.text-dark-dark-0 {
  color: #303030 !important;
}

.text-hover-dark-dark-0:hover {
  color: #303030 !important;
}

.bg-dark-dark-0 {
  background-color: #303030 !important;
}

.bg-hover-dark-dark-0:hover {
  background-color: #303030 !important;
}

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

.text-hover-dark-dark-1:hover {
  color: rgb(43.2, 43.2, 43.2) !important;
}

.bg-dark-dark-1 {
  background-color: rgb(43.2, 43.2, 43.2) !important;
}

.bg-hover-dark-dark-1:hover {
  background-color: rgb(43.2, 43.2, 43.2) !important;
}

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

.text-hover-dark-dark-2:hover {
  color: rgb(38.4, 38.4, 38.4) !important;
}

.bg-dark-dark-2 {
  background-color: rgb(38.4, 38.4, 38.4) !important;
}

.bg-hover-dark-dark-2:hover {
  background-color: rgb(38.4, 38.4, 38.4) !important;
}

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

.text-hover-dark-dark-3:hover {
  color: rgb(33.6, 33.6, 33.6) !important;
}

.bg-dark-dark-3 {
  background-color: rgb(33.6, 33.6, 33.6) !important;
}

.bg-hover-dark-dark-3:hover {
  background-color: rgb(33.6, 33.6, 33.6) !important;
}

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

.text-hover-dark-dark-4:hover {
  color: rgb(28.8, 28.8, 28.8) !important;
}

.bg-dark-dark-4 {
  background-color: rgb(28.8, 28.8, 28.8) !important;
}

.bg-hover-dark-dark-4:hover {
  background-color: rgb(28.8, 28.8, 28.8) !important;
}

.text-dark-dark-5 {
  color: #181818 !important;
}

.text-hover-dark-dark-5:hover {
  color: #181818 !important;
}

.bg-dark-dark-5 {
  background-color: #181818 !important;
}

.bg-hover-dark-dark-5:hover {
  background-color: #181818 !important;
}

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

.text-hover-dark-dark-6:hover {
  color: rgb(19.2, 19.2, 19.2) !important;
}

.bg-dark-dark-6 {
  background-color: rgb(19.2, 19.2, 19.2) !important;
}

.bg-hover-dark-dark-6:hover {
  background-color: rgb(19.2, 19.2, 19.2) !important;
}

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

.text-hover-dark-dark-7:hover {
  color: rgb(14.4, 14.4, 14.4) !important;
}

.bg-dark-dark-7 {
  background-color: rgb(14.4, 14.4, 14.4) !important;
}

.bg-hover-dark-dark-7:hover {
  background-color: rgb(14.4, 14.4, 14.4) !important;
}

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

.text-hover-dark-dark-8:hover {
  color: rgb(9.6, 9.6, 9.6) !important;
}

.bg-dark-dark-8 {
  background-color: rgb(9.6, 9.6, 9.6) !important;
}

.bg-hover-dark-dark-8:hover {
  background-color: rgb(9.6, 9.6, 9.6) !important;
}

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

.text-hover-dark-dark-9:hover {
  color: rgb(4.8, 4.8, 4.8) !important;
}

.bg-dark-dark-9 {
  background-color: rgb(4.8, 4.8, 4.8) !important;
}

.bg-hover-dark-dark-9:hover {
  background-color: rgb(4.8, 4.8, 4.8) !important;
}

.text-black {
  color: #111111 !important;
}

.text-hover-black:hover {
  color: #111111 !important;
}

.bg-black {
  background-color: #111111 !important;
}

.bg-hover-black:hover {
  background-color: #111111 !important;
}

.text-black-light-0 {
  color: #111111 !important;
}

.text-hover-black-light-0:hover {
  color: #111111 !important;
}

.bg-black-light-0 {
  background-color: #111111 !important;
}

.bg-hover-black-light-0:hover {
  background-color: #111111 !important;
}

.text-black-light-1 {
  color: rgb(40.8, 40.8, 40.8) !important;
}

.text-hover-black-light-1:hover {
  color: rgb(40.8, 40.8, 40.8) !important;
}

.bg-black-light-1 {
  background-color: rgb(40.8, 40.8, 40.8) !important;
}

.bg-hover-black-light-1:hover {
  background-color: rgb(40.8, 40.8, 40.8) !important;
}

.text-black-light-2 {
  color: rgb(64.6, 64.6, 64.6) !important;
}

.text-hover-black-light-2:hover {
  color: rgb(64.6, 64.6, 64.6) !important;
}

.bg-black-light-2 {
  background-color: rgb(64.6, 64.6, 64.6) !important;
}

.bg-hover-black-light-2:hover {
  background-color: rgb(64.6, 64.6, 64.6) !important;
}

.text-black-light-3 {
  color: rgb(88.4, 88.4, 88.4) !important;
}

.text-hover-black-light-3:hover {
  color: rgb(88.4, 88.4, 88.4) !important;
}

.bg-black-light-3 {
  background-color: rgb(88.4, 88.4, 88.4) !important;
}

.bg-hover-black-light-3:hover {
  background-color: rgb(88.4, 88.4, 88.4) !important;
}

.text-black-light-4 {
  color: rgb(112.2, 112.2, 112.2) !important;
}

.text-hover-black-light-4:hover {
  color: rgb(112.2, 112.2, 112.2) !important;
}

.bg-black-light-4 {
  background-color: rgb(112.2, 112.2, 112.2) !important;
}

.bg-hover-black-light-4:hover {
  background-color: rgb(112.2, 112.2, 112.2) !important;
}

.text-black-light-5 {
  color: #888888 !important;
}

.text-hover-black-light-5:hover {
  color: #888888 !important;
}

.bg-black-light-5 {
  background-color: #888888 !important;
}

.bg-hover-black-light-5:hover {
  background-color: #888888 !important;
}

.text-black-light-6 {
  color: rgb(159.8, 159.8, 159.8) !important;
}

.text-hover-black-light-6:hover {
  color: rgb(159.8, 159.8, 159.8) !important;
}

.bg-black-light-6 {
  background-color: rgb(159.8, 159.8, 159.8) !important;
}

.bg-hover-black-light-6:hover {
  background-color: rgb(159.8, 159.8, 159.8) !important;
}

.text-black-light-7 {
  color: rgb(183.6, 183.6, 183.6) !important;
}

.text-hover-black-light-7:hover {
  color: rgb(183.6, 183.6, 183.6) !important;
}

.bg-black-light-7 {
  background-color: rgb(183.6, 183.6, 183.6) !important;
}

.bg-hover-black-light-7:hover {
  background-color: rgb(183.6, 183.6, 183.6) !important;
}

.text-black-light-8 {
  color: rgb(207.4, 207.4, 207.4) !important;
}

.text-hover-black-light-8:hover {
  color: rgb(207.4, 207.4, 207.4) !important;
}

.bg-black-light-8 {
  background-color: rgb(207.4, 207.4, 207.4) !important;
}

.bg-hover-black-light-8:hover {
  background-color: rgb(207.4, 207.4, 207.4) !important;
}

.text-black-light-9 {
  color: rgb(231.2, 231.2, 231.2) !important;
}

.text-hover-black-light-9:hover {
  color: rgb(231.2, 231.2, 231.2) !important;
}

.bg-black-light-9 {
  background-color: rgb(231.2, 231.2, 231.2) !important;
}

.bg-hover-black-light-9:hover {
  background-color: rgb(231.2, 231.2, 231.2) !important;
}

.text-black-dark-0 {
  color: #111111 !important;
}

.text-hover-black-dark-0:hover {
  color: #111111 !important;
}

.bg-black-dark-0 {
  background-color: #111111 !important;
}

.bg-hover-black-dark-0:hover {
  background-color: #111111 !important;
}

.text-black-dark-1 {
  color: rgb(15.3, 15.3, 15.3) !important;
}

.text-hover-black-dark-1:hover {
  color: rgb(15.3, 15.3, 15.3) !important;
}

.bg-black-dark-1 {
  background-color: rgb(15.3, 15.3, 15.3) !important;
}

.bg-hover-black-dark-1:hover {
  background-color: rgb(15.3, 15.3, 15.3) !important;
}

.text-black-dark-2 {
  color: rgb(13.6, 13.6, 13.6) !important;
}

.text-hover-black-dark-2:hover {
  color: rgb(13.6, 13.6, 13.6) !important;
}

.bg-black-dark-2 {
  background-color: rgb(13.6, 13.6, 13.6) !important;
}

.bg-hover-black-dark-2:hover {
  background-color: rgb(13.6, 13.6, 13.6) !important;
}

.text-black-dark-3 {
  color: rgb(11.9, 11.9, 11.9) !important;
}

.text-hover-black-dark-3:hover {
  color: rgb(11.9, 11.9, 11.9) !important;
}

.bg-black-dark-3 {
  background-color: rgb(11.9, 11.9, 11.9) !important;
}

.bg-hover-black-dark-3:hover {
  background-color: rgb(11.9, 11.9, 11.9) !important;
}

.text-black-dark-4 {
  color: rgb(10.2, 10.2, 10.2) !important;
}

.text-hover-black-dark-4:hover {
  color: rgb(10.2, 10.2, 10.2) !important;
}

.bg-black-dark-4 {
  background-color: rgb(10.2, 10.2, 10.2) !important;
}

.bg-hover-black-dark-4:hover {
  background-color: rgb(10.2, 10.2, 10.2) !important;
}

.text-black-dark-5 {
  color: rgb(8.5, 8.5, 8.5) !important;
}

.text-hover-black-dark-5:hover {
  color: rgb(8.5, 8.5, 8.5) !important;
}

.bg-black-dark-5 {
  background-color: rgb(8.5, 8.5, 8.5) !important;
}

.bg-hover-black-dark-5:hover {
  background-color: rgb(8.5, 8.5, 8.5) !important;
}

.text-black-dark-6 {
  color: rgb(6.8, 6.8, 6.8) !important;
}

.text-hover-black-dark-6:hover {
  color: rgb(6.8, 6.8, 6.8) !important;
}

.bg-black-dark-6 {
  background-color: rgb(6.8, 6.8, 6.8) !important;
}

.bg-hover-black-dark-6:hover {
  background-color: rgb(6.8, 6.8, 6.8) !important;
}

.text-black-dark-7 {
  color: rgb(5.1, 5.1, 5.1) !important;
}

.text-hover-black-dark-7:hover {
  color: rgb(5.1, 5.1, 5.1) !important;
}

.bg-black-dark-7 {
  background-color: rgb(5.1, 5.1, 5.1) !important;
}

.bg-hover-black-dark-7:hover {
  background-color: rgb(5.1, 5.1, 5.1) !important;
}

.text-black-dark-8 {
  color: rgb(3.4, 3.4, 3.4) !important;
}

.text-hover-black-dark-8:hover {
  color: rgb(3.4, 3.4, 3.4) !important;
}

.bg-black-dark-8 {
  background-color: rgb(3.4, 3.4, 3.4) !important;
}

.bg-hover-black-dark-8:hover {
  background-color: rgb(3.4, 3.4, 3.4) !important;
}

.text-black-dark-9 {
  color: rgb(1.7, 1.7, 1.7) !important;
}

.text-hover-black-dark-9:hover {
  color: rgb(1.7, 1.7, 1.7) !important;
}

.bg-black-dark-9 {
  background-color: rgb(1.7, 1.7, 1.7) !important;
}

.bg-hover-black-dark-9:hover {
  background-color: rgb(1.7, 1.7, 1.7) !important;
}

.text-white {
  color: #ffffff !important;
}

.text-hover-white:hover {
  color: #ffffff !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-hover-white:hover {
  background-color: #ffffff !important;
}

.text-white-light-0 {
  color: white !important;
}

.text-hover-white-light-0:hover {
  color: white !important;
}

.bg-white-light-0 {
  background-color: white !important;
}

.bg-hover-white-light-0:hover {
  background-color: white !important;
}

.text-white-light-1 {
  color: white !important;
}

.text-hover-white-light-1:hover {
  color: white !important;
}

.bg-white-light-1 {
  background-color: white !important;
}

.bg-hover-white-light-1:hover {
  background-color: white !important;
}

.text-white-light-2 {
  color: white !important;
}

.text-hover-white-light-2:hover {
  color: white !important;
}

.bg-white-light-2 {
  background-color: white !important;
}

.bg-hover-white-light-2:hover {
  background-color: white !important;
}

.text-white-light-3 {
  color: white !important;
}

.text-hover-white-light-3:hover {
  color: white !important;
}

.bg-white-light-3 {
  background-color: white !important;
}

.bg-hover-white-light-3:hover {
  background-color: white !important;
}

.text-white-light-4 {
  color: white !important;
}

.text-hover-white-light-4:hover {
  color: white !important;
}

.bg-white-light-4 {
  background-color: white !important;
}

.bg-hover-white-light-4:hover {
  background-color: white !important;
}

.text-white-light-5 {
  color: white !important;
}

.text-hover-white-light-5:hover {
  color: white !important;
}

.bg-white-light-5 {
  background-color: white !important;
}

.bg-hover-white-light-5:hover {
  background-color: white !important;
}

.text-white-light-6 {
  color: white !important;
}

.text-hover-white-light-6:hover {
  color: white !important;
}

.bg-white-light-6 {
  background-color: white !important;
}

.bg-hover-white-light-6:hover {
  background-color: white !important;
}

.text-white-light-7 {
  color: white !important;
}

.text-hover-white-light-7:hover {
  color: white !important;
}

.bg-white-light-7 {
  background-color: white !important;
}

.bg-hover-white-light-7:hover {
  background-color: white !important;
}

.text-white-light-8 {
  color: white !important;
}

.text-hover-white-light-8:hover {
  color: white !important;
}

.bg-white-light-8 {
  background-color: white !important;
}

.bg-hover-white-light-8:hover {
  background-color: white !important;
}

.text-white-light-9 {
  color: white !important;
}

.text-hover-white-light-9:hover {
  color: white !important;
}

.bg-white-light-9 {
  background-color: white !important;
}

.bg-hover-white-light-9:hover {
  background-color: white !important;
}

.text-white-dark-0 {
  color: white !important;
}

.text-hover-white-dark-0:hover {
  color: white !important;
}

.bg-white-dark-0 {
  background-color: white !important;
}

.bg-hover-white-dark-0:hover {
  background-color: white !important;
}

.text-white-dark-1 {
  color: rgb(229.5, 229.5, 229.5) !important;
}

.text-hover-white-dark-1:hover {
  color: rgb(229.5, 229.5, 229.5) !important;
}

.bg-white-dark-1 {
  background-color: rgb(229.5, 229.5, 229.5) !important;
}

.bg-hover-white-dark-1:hover {
  background-color: rgb(229.5, 229.5, 229.5) !important;
}

.text-white-dark-2 {
  color: #cccccc !important;
}

.text-hover-white-dark-2:hover {
  color: #cccccc !important;
}

.bg-white-dark-2 {
  background-color: #cccccc !important;
}

.bg-hover-white-dark-2:hover {
  background-color: #cccccc !important;
}

.text-white-dark-3 {
  color: rgb(178.5, 178.5, 178.5) !important;
}

.text-hover-white-dark-3:hover {
  color: rgb(178.5, 178.5, 178.5) !important;
}

.bg-white-dark-3 {
  background-color: rgb(178.5, 178.5, 178.5) !important;
}

.bg-hover-white-dark-3:hover {
  background-color: rgb(178.5, 178.5, 178.5) !important;
}

.text-white-dark-4 {
  color: #999999 !important;
}

.text-hover-white-dark-4:hover {
  color: #999999 !important;
}

.bg-white-dark-4 {
  background-color: #999999 !important;
}

.bg-hover-white-dark-4:hover {
  background-color: #999999 !important;
}

.text-white-dark-5 {
  color: rgb(127.5, 127.5, 127.5) !important;
}

.text-hover-white-dark-5:hover {
  color: rgb(127.5, 127.5, 127.5) !important;
}

.bg-white-dark-5 {
  background-color: rgb(127.5, 127.5, 127.5) !important;
}

.bg-hover-white-dark-5:hover {
  background-color: rgb(127.5, 127.5, 127.5) !important;
}

.text-white-dark-6 {
  color: #666666 !important;
}

.text-hover-white-dark-6:hover {
  color: #666666 !important;
}

.bg-white-dark-6 {
  background-color: #666666 !important;
}

.bg-hover-white-dark-6:hover {
  background-color: #666666 !important;
}

.text-white-dark-7 {
  color: rgb(76.5, 76.5, 76.5) !important;
}

.text-hover-white-dark-7:hover {
  color: rgb(76.5, 76.5, 76.5) !important;
}

.bg-white-dark-7 {
  background-color: rgb(76.5, 76.5, 76.5) !important;
}

.bg-hover-white-dark-7:hover {
  background-color: rgb(76.5, 76.5, 76.5) !important;
}

.text-white-dark-8 {
  color: #333333 !important;
}

.text-hover-white-dark-8:hover {
  color: #333333 !important;
}

.bg-white-dark-8 {
  background-color: #333333 !important;
}

.bg-hover-white-dark-8:hover {
  background-color: #333333 !important;
}

.text-white-dark-9 {
  color: rgb(25.5, 25.5, 25.5) !important;
}

.text-hover-white-dark-9:hover {
  color: rgb(25.5, 25.5, 25.5) !important;
}

.bg-white-dark-9 {
  background-color: rgb(25.5, 25.5, 25.5) !important;
}

.bg-hover-white-dark-9:hover {
  background-color: rgb(25.5, 25.5, 25.5) !important;
}

/* ####################################### Pagination - START ####################################### */
.pagination {
  border-radius: 5px;
  margin: 0;
}
.pagination .page-link {
  color: #111111;
  padding: 8px 22px;
  background-color: #ffffff;
  line-height: 1.4;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  font-size: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  float: left;
  border: 1px solid #ECEBF8;
}
.pagination .page-link:focus, .pagination .page-link:hover, .pagination .page-link:active, .pagination .page-link.active {
  outline: none !important;
  box-shadow: none !important;
}
.pagination .page-item.disabled .page-link {
  color: rgb(159.8, 159.8, 159.8);
}
.pagination .page-item:not(.disabled):hover .page-link, .pagination .page-item:not(.disabled):active .page-link, .pagination .page-item:not(.disabled).active .page-link {
  background-color: #1A8E42;
  color: #ffffff;
  border-color: #1A8E42;
}
.pagination .page-item:first-child .page-link {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.pagination .page-item:last-child .page-link {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

/* Solid */
.pagination-primary .page-link {
  background: #1A8E42;
  border: 1px solid rgb(22.1, 120.7, 56.1);
  color: #ffffff;
}
.pagination-primary .page-item:not(.disabled):hover .page-link, .pagination-primary .page-item:not(.disabled):active .page-link, .pagination-primary .page-item:not(.disabled).active .page-link {
  background-color: #1A8E42;
  color: #ffffff;
  border-color: #1A8E42;
}

/* Solid Box */
.pagination-box-primary {
  gap: 5px;
}
.pagination-box-primary .page-link {
  background: transparent !important;
  border-color: transparent !important;
  color: #111111;
  border-radius: 5px;
}
.pagination-box-primary .page-item:not(.disabled):hover .page-link, .pagination-box-primary .page-item:not(.disabled):active .page-link, .pagination-box-primary .page-item:not(.disabled).active .page-link {
  background-color: #1A8E42 !important;
  color: #ffffff !important;
  border: 1px solid #1A8E42 !important;
}

/* Outline */
.pagination-outline-primary .page-link {
  color: #111111;
  border: 1px solid #1A8E42;
}
.pagination-outline-primary .page-item:not(.disabled):hover .page-link, .pagination-outline-primary .page-item:not(.disabled):active .page-link, .pagination-outline-primary .page-item:not(.disabled).active .page-link {
  background-color: #1A8E42;
  color: #ffffff;
  border-color: #1A8E42;
}

/* Outline Box */
.pagination-box-outline-primary {
  gap: 5px;
}
.pagination-box-outline-primary .page-link {
  background: transparent !important;
  border-color: transparent !important;
  color: #111111;
  border-radius: 5px;
}
.pagination-box-outline-primary .page-item:not(.disabled):hover .page-link, .pagination-box-outline-primary .page-item:not(.disabled):active .page-link, .pagination-box-outline-primary .page-item:not(.disabled).active .page-link {
  color: #1A8E42 !important;
  border: 1px solid #1A8E42 !important;
}

/* Soft */
.pagination-soft-primary .page-link {
  background-color: rgb(236.68, 245.96, 239.88);
  border: 1px solid rgb(209.2, 232.4, 217.2);
  color: #111111;
}
.pagination-soft-primary .page-item:not(.disabled):hover .page-link, .pagination-soft-primary .page-item:not(.disabled):active .page-link, .pagination-soft-primary .page-item:not(.disabled).active .page-link {
  background-color: #1A8E42;
  color: #ffffff;
  border-color: rgb(209.2, 232.4, 217.2);
}

/* Soft Box */
.pagination-box-soft-primary {
  gap: 5px;
}
.pagination-box-soft-primary .page-link {
  background: transparent !important;
  border-color: transparent !important;
  color: #111111;
  border-radius: 5px;
}
.pagination-box-soft-primary .page-item:not(.disabled):hover .page-link, .pagination-box-soft-primary .page-item:not(.disabled):active .page-link, .pagination-box-soft-primary .page-item:not(.disabled).active .page-link {
  background-color: rgb(236.68, 245.96, 239.88) !important;
  color: #1A8E42 !important;
  border: 1px solid rgb(236.68, 245.96, 239.88) !important;
}

/* Solid */
.pagination-secondary .page-link {
  background: #1E1C4A;
  border: 1px solid rgb(25.5, 23.8, 62.9);
  color: #ffffff;
}
.pagination-secondary .page-item:not(.disabled):hover .page-link, .pagination-secondary .page-item:not(.disabled):active .page-link, .pagination-secondary .page-item:not(.disabled).active .page-link {
  background-color: #1E1C4A;
  color: #ffffff;
  border-color: #1E1C4A;
}

/* Solid Box */
.pagination-box-secondary {
  gap: 5px;
}
.pagination-box-secondary .page-link {
  background: transparent !important;
  border-color: transparent !important;
  color: #111111;
  border-radius: 5px;
}
.pagination-box-secondary .page-item:not(.disabled):hover .page-link, .pagination-box-secondary .page-item:not(.disabled):active .page-link, .pagination-box-secondary .page-item:not(.disabled).active .page-link {
  background-color: #1E1C4A !important;
  color: #ffffff !important;
  border: 1px solid #1E1C4A !important;
}

/* Outline */
.pagination-outline-secondary .page-link {
  color: #111111;
  border: 1px solid #1E1C4A;
}
.pagination-outline-secondary .page-item:not(.disabled):hover .page-link, .pagination-outline-secondary .page-item:not(.disabled):active .page-link, .pagination-outline-secondary .page-item:not(.disabled).active .page-link {
  background-color: #1E1C4A;
  color: #ffffff;
  border-color: #1E1C4A;
}

/* Outline Box */
.pagination-box-outline-secondary {
  gap: 5px;
}
.pagination-box-outline-secondary .page-link {
  background: transparent !important;
  border-color: transparent !important;
  color: #111111;
  border-radius: 5px;
}
.pagination-box-outline-secondary .page-item:not(.disabled):hover .page-link, .pagination-box-outline-secondary .page-item:not(.disabled):active .page-link, .pagination-box-outline-secondary .page-item:not(.disabled).active .page-link {
  color: #1E1C4A !important;
  border: 1px solid #1E1C4A !important;
}

/* Soft */
.pagination-soft-secondary .page-link {
  background-color: rgb(237, 236.84, 240.52);
  border: 1px solid rgb(210, 209.6, 218.8);
  color: #111111;
}
.pagination-soft-secondary .page-item:not(.disabled):hover .page-link, .pagination-soft-secondary .page-item:not(.disabled):active .page-link, .pagination-soft-secondary .page-item:not(.disabled).active .page-link {
  background-color: #1E1C4A;
  color: #ffffff;
  border-color: rgb(210, 209.6, 218.8);
}

/* Soft Box */
.pagination-box-soft-secondary {
  gap: 5px;
}
.pagination-box-soft-secondary .page-link {
  background: transparent !important;
  border-color: transparent !important;
  color: #111111;
  border-radius: 5px;
}
.pagination-box-soft-secondary .page-item:not(.disabled):hover .page-link, .pagination-box-soft-secondary .page-item:not(.disabled):active .page-link, .pagination-box-soft-secondary .page-item:not(.disabled).active .page-link {
  background-color: rgb(237, 236.84, 240.52) !important;
  color: #1E1C4A !important;
  border: 1px solid rgb(237, 236.84, 240.52) !important;
}

/* Solid */
.pagination-success .page-link {
  background: #128807;
  border: 1px solid rgb(15.3, 115.6, 5.95);
  color: #ffffff;
}
.pagination-success .page-item:not(.disabled):hover .page-link, .pagination-success .page-item:not(.disabled):active .page-link, .pagination-success .page-item:not(.disabled).active .page-link {
  background-color: #128807;
  color: #ffffff;
  border-color: #128807;
}

/* Solid Box */
.pagination-box-success {
  gap: 5px;
}
.pagination-box-success .page-link {
  background: transparent !important;
  border-color: transparent !important;
  color: #111111;
  border-radius: 5px;
}
.pagination-box-success .page-item:not(.disabled):hover .page-link, .pagination-box-success .page-item:not(.disabled):active .page-link, .pagination-box-success .page-item:not(.disabled).active .page-link {
  background-color: #128807 !important;
  color: #ffffff !important;
  border: 1px solid #128807 !important;
}

/* Outline */
.pagination-outline-success .page-link {
  color: #111111;
  border: 1px solid #128807;
}
.pagination-outline-success .page-item:not(.disabled):hover .page-link, .pagination-outline-success .page-item:not(.disabled):active .page-link, .pagination-outline-success .page-item:not(.disabled).active .page-link {
  background-color: #128807;
  color: #ffffff;
  border-color: #128807;
}

/* Outline Box */
.pagination-box-outline-success {
  gap: 5px;
}
.pagination-box-outline-success .page-link {
  background: transparent !important;
  border-color: transparent !important;
  color: #111111;
  border-radius: 5px;
}
.pagination-box-outline-success .page-item:not(.disabled):hover .page-link, .pagination-box-outline-success .page-item:not(.disabled):active .page-link, .pagination-box-outline-success .page-item:not(.disabled).active .page-link {
  color: #128807 !important;
  border: 1px solid #128807 !important;
}

/* Soft */
.pagination-soft-success .page-link {
  background-color: rgb(236.04, 245.48, 235.16);
  border: 1px solid rgb(207.6, 231.2, 205.4);
  color: #111111;
}
.pagination-soft-success .page-item:not(.disabled):hover .page-link, .pagination-soft-success .page-item:not(.disabled):active .page-link, .pagination-soft-success .page-item:not(.disabled).active .page-link {
  background-color: #128807;
  color: #ffffff;
  border-color: rgb(207.6, 231.2, 205.4);
}

/* Soft Box */
.pagination-box-soft-success {
  gap: 5px;
}
.pagination-box-soft-success .page-link {
  background: transparent !important;
  border-color: transparent !important;
  color: #111111;
  border-radius: 5px;
}
.pagination-box-soft-success .page-item:not(.disabled):hover .page-link, .pagination-box-soft-success .page-item:not(.disabled):active .page-link, .pagination-box-soft-success .page-item:not(.disabled).active .page-link {
  background-color: rgb(236.04, 245.48, 235.16) !important;
  color: #128807 !important;
  border: 1px solid rgb(236.04, 245.48, 235.16) !important;
}

/* Solid */
.pagination-info .page-link {
  background: #326de9;
  border: 1px solid rgb(42.5, 92.65, 198.05);
  color: #ffffff;
}
.pagination-info .page-item:not(.disabled):hover .page-link, .pagination-info .page-item:not(.disabled):active .page-link, .pagination-info .page-item:not(.disabled).active .page-link {
  background-color: #326de9;
  color: #ffffff;
  border-color: #326de9;
}

/* Solid Box */
.pagination-box-info {
  gap: 5px;
}
.pagination-box-info .page-link {
  background: transparent !important;
  border-color: transparent !important;
  color: #111111;
  border-radius: 5px;
}
.pagination-box-info .page-item:not(.disabled):hover .page-link, .pagination-box-info .page-item:not(.disabled):active .page-link, .pagination-box-info .page-item:not(.disabled).active .page-link {
  background-color: #326de9 !important;
  color: #ffffff !important;
  border: 1px solid #326de9 !important;
}

/* Outline */
.pagination-outline-info .page-link {
  color: #111111;
  border: 1px solid #326de9;
}
.pagination-outline-info .page-item:not(.disabled):hover .page-link, .pagination-outline-info .page-item:not(.disabled):active .page-link, .pagination-outline-info .page-item:not(.disabled).active .page-link {
  background-color: #326de9;
  color: #ffffff;
  border-color: #326de9;
}

/* Outline Box */
.pagination-box-outline-info {
  gap: 5px;
}
.pagination-box-outline-info .page-link {
  background: transparent !important;
  border-color: transparent !important;
  color: #111111;
  border-radius: 5px;
}
.pagination-box-outline-info .page-item:not(.disabled):hover .page-link, .pagination-box-outline-info .page-item:not(.disabled):active .page-link, .pagination-box-outline-info .page-item:not(.disabled).active .page-link {
  color: #326de9 !important;
  border: 1px solid #326de9 !important;
}

/* Soft */
.pagination-soft-info .page-link {
  background-color: rgb(238.6, 243.32, 253.24);
  border: 1px solid rgb(214, 225.8, 250.6);
  color: #111111;
}
.pagination-soft-info .page-item:not(.disabled):hover .page-link, .pagination-soft-info .page-item:not(.disabled):active .page-link, .pagination-soft-info .page-item:not(.disabled).active .page-link {
  background-color: #326de9;
  color: #ffffff;
  border-color: rgb(214, 225.8, 250.6);
}

/* Soft Box */
.pagination-box-soft-info {
  gap: 5px;
}
.pagination-box-soft-info .page-link {
  background: transparent !important;
  border-color: transparent !important;
  color: #111111;
  border-radius: 5px;
}
.pagination-box-soft-info .page-item:not(.disabled):hover .page-link, .pagination-box-soft-info .page-item:not(.disabled):active .page-link, .pagination-box-soft-info .page-item:not(.disabled).active .page-link {
  background-color: rgb(238.6, 243.32, 253.24) !important;
  color: #326de9 !important;
  border: 1px solid rgb(238.6, 243.32, 253.24) !important;
}

/* Solid */
.pagination-warning .page-link {
  background: #F89B1F;
  border: 1px solid rgb(210.8, 131.75, 26.35);
  color: #ffffff;
}
.pagination-warning .page-item:not(.disabled):hover .page-link, .pagination-warning .page-item:not(.disabled):active .page-link, .pagination-warning .page-item:not(.disabled).active .page-link {
  background-color: #F89B1F;
  color: #ffffff;
  border-color: #F89B1F;
}

/* Solid Box */
.pagination-box-warning {
  gap: 5px;
}
.pagination-box-warning .page-link {
  background: transparent !important;
  border-color: transparent !important;
  color: #111111;
  border-radius: 5px;
}
.pagination-box-warning .page-item:not(.disabled):hover .page-link, .pagination-box-warning .page-item:not(.disabled):active .page-link, .pagination-box-warning .page-item:not(.disabled).active .page-link {
  background-color: #F89B1F !important;
  color: #ffffff !important;
  border: 1px solid #F89B1F !important;
}

/* Outline */
.pagination-outline-warning .page-link {
  color: #111111;
  border: 1px solid #F89B1F;
}
.pagination-outline-warning .page-item:not(.disabled):hover .page-link, .pagination-outline-warning .page-item:not(.disabled):active .page-link, .pagination-outline-warning .page-item:not(.disabled).active .page-link {
  background-color: #F89B1F;
  color: #ffffff;
  border-color: #F89B1F;
}

/* Outline Box */
.pagination-box-outline-warning {
  gap: 5px;
}
.pagination-box-outline-warning .page-link {
  background: transparent !important;
  border-color: transparent !important;
  color: #111111;
  border-radius: 5px;
}
.pagination-box-outline-warning .page-item:not(.disabled):hover .page-link, .pagination-box-outline-warning .page-item:not(.disabled):active .page-link, .pagination-box-outline-warning .page-item:not(.disabled).active .page-link {
  color: #F89B1F !important;
  border: 1px solid #F89B1F !important;
}

/* Soft */
.pagination-soft-warning .page-link {
  background-color: rgb(254.44, 247, 237.08);
  border: 1px solid rgb(253.6, 235, 210.2);
  color: #111111;
}
.pagination-soft-warning .page-item:not(.disabled):hover .page-link, .pagination-soft-warning .page-item:not(.disabled):active .page-link, .pagination-soft-warning .page-item:not(.disabled).active .page-link {
  background-color: #F89B1F;
  color: #ffffff;
  border-color: rgb(253.6, 235, 210.2);
}

/* Soft Box */
.pagination-box-soft-warning {
  gap: 5px;
}
.pagination-box-soft-warning .page-link {
  background: transparent !important;
  border-color: transparent !important;
  color: #111111;
  border-radius: 5px;
}
.pagination-box-soft-warning .page-item:not(.disabled):hover .page-link, .pagination-box-soft-warning .page-item:not(.disabled):active .page-link, .pagination-box-soft-warning .page-item:not(.disabled).active .page-link {
  background-color: rgb(254.44, 247, 237.08) !important;
  color: #F89B1F !important;
  border: 1px solid rgb(254.44, 247, 237.08) !important;
}

/* Solid */
.pagination-danger .page-link {
  background: #E72328;
  border: 1px solid rgb(196.35, 29.75, 34);
  color: #ffffff;
}
.pagination-danger .page-item:not(.disabled):hover .page-link, .pagination-danger .page-item:not(.disabled):active .page-link, .pagination-danger .page-item:not(.disabled).active .page-link {
  background-color: #E72328;
  color: #ffffff;
  border-color: #E72328;
}

/* Solid Box */
.pagination-box-danger {
  gap: 5px;
}
.pagination-box-danger .page-link {
  background: transparent !important;
  border-color: transparent !important;
  color: #111111;
  border-radius: 5px;
}
.pagination-box-danger .page-item:not(.disabled):hover .page-link, .pagination-box-danger .page-item:not(.disabled):active .page-link, .pagination-box-danger .page-item:not(.disabled).active .page-link {
  background-color: #E72328 !important;
  color: #ffffff !important;
  border: 1px solid #E72328 !important;
}

/* Outline */
.pagination-outline-danger .page-link {
  color: #111111;
  border: 1px solid #E72328;
}
.pagination-outline-danger .page-item:not(.disabled):hover .page-link, .pagination-outline-danger .page-item:not(.disabled):active .page-link, .pagination-outline-danger .page-item:not(.disabled).active .page-link {
  background-color: #E72328;
  color: #ffffff;
  border-color: #E72328;
}

/* Outline Box */
.pagination-box-outline-danger {
  gap: 5px;
}
.pagination-box-outline-danger .page-link {
  background: transparent !important;
  border-color: transparent !important;
  color: #111111;
  border-radius: 5px;
}
.pagination-box-outline-danger .page-item:not(.disabled):hover .page-link, .pagination-box-outline-danger .page-item:not(.disabled):active .page-link, .pagination-box-outline-danger .page-item:not(.disabled).active .page-link {
  color: #E72328 !important;
  border: 1px solid #E72328 !important;
}

/* Soft */
.pagination-soft-danger .page-link {
  background-color: rgb(253.08, 237.4, 237.8);
  border: 1px solid rgb(250.2, 211, 212);
  color: #111111;
}
.pagination-soft-danger .page-item:not(.disabled):hover .page-link, .pagination-soft-danger .page-item:not(.disabled):active .page-link, .pagination-soft-danger .page-item:not(.disabled).active .page-link {
  background-color: #E72328;
  color: #ffffff;
  border-color: rgb(250.2, 211, 212);
}

/* Soft Box */
.pagination-box-soft-danger {
  gap: 5px;
}
.pagination-box-soft-danger .page-link {
  background: transparent !important;
  border-color: transparent !important;
  color: #111111;
  border-radius: 5px;
}
.pagination-box-soft-danger .page-item:not(.disabled):hover .page-link, .pagination-box-soft-danger .page-item:not(.disabled):active .page-link, .pagination-box-soft-danger .page-item:not(.disabled).active .page-link {
  background-color: rgb(253.08, 237.4, 237.8) !important;
  color: #E72328 !important;
  border: 1px solid rgb(253.08, 237.4, 237.8) !important;
}

/* Solid */
.pagination-light .page-link {
  background: #f0f0f0;
  border: 1px solid #cccccc;
  color: #ffffff;
}
.pagination-light .page-item:not(.disabled):hover .page-link, .pagination-light .page-item:not(.disabled):active .page-link, .pagination-light .page-item:not(.disabled).active .page-link {
  background-color: #f0f0f0;
  color: #ffffff;
  border-color: #f0f0f0;
}

/* Solid Box */
.pagination-box-light {
  gap: 5px;
}
.pagination-box-light .page-link {
  background: transparent !important;
  border-color: transparent !important;
  color: #111111;
  border-radius: 5px;
}
.pagination-box-light .page-item:not(.disabled):hover .page-link, .pagination-box-light .page-item:not(.disabled):active .page-link, .pagination-box-light .page-item:not(.disabled).active .page-link {
  background-color: #f0f0f0 !important;
  color: #ffffff !important;
  border: 1px solid #f0f0f0 !important;
}

/* Outline */
.pagination-outline-light .page-link {
  color: #111111;
  border: 1px solid #f0f0f0;
}
.pagination-outline-light .page-item:not(.disabled):hover .page-link, .pagination-outline-light .page-item:not(.disabled):active .page-link, .pagination-outline-light .page-item:not(.disabled).active .page-link {
  background-color: #f0f0f0;
  color: #ffffff;
  border-color: #f0f0f0;
}

/* Outline Box */
.pagination-box-outline-light {
  gap: 5px;
}
.pagination-box-outline-light .page-link {
  background: transparent !important;
  border-color: transparent !important;
  color: #111111;
  border-radius: 5px;
}
.pagination-box-outline-light .page-item:not(.disabled):hover .page-link, .pagination-box-outline-light .page-item:not(.disabled):active .page-link, .pagination-box-outline-light .page-item:not(.disabled).active .page-link {
  color: #f0f0f0 !important;
  border: 1px solid #f0f0f0 !important;
}

/* Soft */
.pagination-soft-light .page-link {
  background-color: rgb(253.8, 253.8, 253.8);
  border: 1px solid #fcfcfc;
  color: #111111;
}
.pagination-soft-light .page-item:not(.disabled):hover .page-link, .pagination-soft-light .page-item:not(.disabled):active .page-link, .pagination-soft-light .page-item:not(.disabled).active .page-link {
  background-color: #f0f0f0;
  color: #ffffff;
  border-color: #fcfcfc;
}

/* Soft Box */
.pagination-box-soft-light {
  gap: 5px;
}
.pagination-box-soft-light .page-link {
  background: transparent !important;
  border-color: transparent !important;
  color: #111111;
  border-radius: 5px;
}
.pagination-box-soft-light .page-item:not(.disabled):hover .page-link, .pagination-box-soft-light .page-item:not(.disabled):active .page-link, .pagination-box-soft-light .page-item:not(.disabled).active .page-link {
  background-color: rgb(253.8, 253.8, 253.8) !important;
  color: #f0f0f0 !important;
  border: 1px solid rgb(253.8, 253.8, 253.8) !important;
}

/* Solid */
.pagination-lighter .page-link {
  background: #f8f8f8;
  border: 1px solid rgb(210.8, 210.8, 210.8);
  color: #ffffff;
}
.pagination-lighter .page-item:not(.disabled):hover .page-link, .pagination-lighter .page-item:not(.disabled):active .page-link, .pagination-lighter .page-item:not(.disabled).active .page-link {
  background-color: #f8f8f8;
  color: #ffffff;
  border-color: #f8f8f8;
}

/* Solid Box */
.pagination-box-lighter {
  gap: 5px;
}
.pagination-box-lighter .page-link {
  background: transparent !important;
  border-color: transparent !important;
  color: #111111;
  border-radius: 5px;
}
.pagination-box-lighter .page-item:not(.disabled):hover .page-link, .pagination-box-lighter .page-item:not(.disabled):active .page-link, .pagination-box-lighter .page-item:not(.disabled).active .page-link {
  background-color: #f8f8f8 !important;
  color: #ffffff !important;
  border: 1px solid #f8f8f8 !important;
}

/* Outline */
.pagination-outline-lighter .page-link {
  color: #111111;
  border: 1px solid #f8f8f8;
}
.pagination-outline-lighter .page-item:not(.disabled):hover .page-link, .pagination-outline-lighter .page-item:not(.disabled):active .page-link, .pagination-outline-lighter .page-item:not(.disabled).active .page-link {
  background-color: #f8f8f8;
  color: #ffffff;
  border-color: #f8f8f8;
}

/* Outline Box */
.pagination-box-outline-lighter {
  gap: 5px;
}
.pagination-box-outline-lighter .page-link {
  background: transparent !important;
  border-color: transparent !important;
  color: #111111;
  border-radius: 5px;
}
.pagination-box-outline-lighter .page-item:not(.disabled):hover .page-link, .pagination-box-outline-lighter .page-item:not(.disabled):active .page-link, .pagination-box-outline-lighter .page-item:not(.disabled).active .page-link {
  color: #f8f8f8 !important;
  border: 1px solid #f8f8f8 !important;
}

/* Soft */
.pagination-soft-lighter .page-link {
  background-color: rgb(254.44, 254.44, 254.44);
  border: 1px solid rgb(253.6, 253.6, 253.6);
  color: #111111;
}
.pagination-soft-lighter .page-item:not(.disabled):hover .page-link, .pagination-soft-lighter .page-item:not(.disabled):active .page-link, .pagination-soft-lighter .page-item:not(.disabled).active .page-link {
  background-color: #f8f8f8;
  color: #ffffff;
  border-color: rgb(253.6, 253.6, 253.6);
}

/* Soft Box */
.pagination-box-soft-lighter {
  gap: 5px;
}
.pagination-box-soft-lighter .page-link {
  background: transparent !important;
  border-color: transparent !important;
  color: #111111;
  border-radius: 5px;
}
.pagination-box-soft-lighter .page-item:not(.disabled):hover .page-link, .pagination-box-soft-lighter .page-item:not(.disabled):active .page-link, .pagination-box-soft-lighter .page-item:not(.disabled).active .page-link {
  background-color: rgb(254.44, 254.44, 254.44) !important;
  color: #f8f8f8 !important;
  border: 1px solid rgb(254.44, 254.44, 254.44) !important;
}

/* Solid */
.pagination-dark .page-link {
  background: #303030;
  border: 1px solid rgb(40.8, 40.8, 40.8);
  color: #ffffff;
}
.pagination-dark .page-item:not(.disabled):hover .page-link, .pagination-dark .page-item:not(.disabled):active .page-link, .pagination-dark .page-item:not(.disabled).active .page-link {
  background-color: #303030;
  color: #ffffff;
  border-color: #303030;
}

/* Solid Box */
.pagination-box-dark {
  gap: 5px;
}
.pagination-box-dark .page-link {
  background: transparent !important;
  border-color: transparent !important;
  color: #111111;
  border-radius: 5px;
}
.pagination-box-dark .page-item:not(.disabled):hover .page-link, .pagination-box-dark .page-item:not(.disabled):active .page-link, .pagination-box-dark .page-item:not(.disabled).active .page-link {
  background-color: #303030 !important;
  color: #ffffff !important;
  border: 1px solid #303030 !important;
}

/* Outline */
.pagination-outline-dark .page-link {
  color: #111111;
  border: 1px solid #303030;
}
.pagination-outline-dark .page-item:not(.disabled):hover .page-link, .pagination-outline-dark .page-item:not(.disabled):active .page-link, .pagination-outline-dark .page-item:not(.disabled).active .page-link {
  background-color: #303030;
  color: #ffffff;
  border-color: #303030;
}

/* Outline Box */
.pagination-box-outline-dark {
  gap: 5px;
}
.pagination-box-outline-dark .page-link {
  background: transparent !important;
  border-color: transparent !important;
  color: #111111;
  border-radius: 5px;
}
.pagination-box-outline-dark .page-item:not(.disabled):hover .page-link, .pagination-box-outline-dark .page-item:not(.disabled):active .page-link, .pagination-box-outline-dark .page-item:not(.disabled).active .page-link {
  color: #303030 !important;
  border: 1px solid #303030 !important;
}

/* Soft */
.pagination-soft-dark .page-link {
  background-color: rgb(238.44, 238.44, 238.44);
  border: 1px solid rgb(213.6, 213.6, 213.6);
  color: #111111;
}
.pagination-soft-dark .page-item:not(.disabled):hover .page-link, .pagination-soft-dark .page-item:not(.disabled):active .page-link, .pagination-soft-dark .page-item:not(.disabled).active .page-link {
  background-color: #303030;
  color: #ffffff;
  border-color: rgb(213.6, 213.6, 213.6);
}

/* Soft Box */
.pagination-box-soft-dark {
  gap: 5px;
}
.pagination-box-soft-dark .page-link {
  background: transparent !important;
  border-color: transparent !important;
  color: #111111;
  border-radius: 5px;
}
.pagination-box-soft-dark .page-item:not(.disabled):hover .page-link, .pagination-box-soft-dark .page-item:not(.disabled):active .page-link, .pagination-box-soft-dark .page-item:not(.disabled).active .page-link {
  background-color: rgb(238.44, 238.44, 238.44) !important;
  color: #303030 !important;
  border: 1px solid rgb(238.44, 238.44, 238.44) !important;
}

/* Solid */
.pagination-black .page-link {
  background: #111111;
  border: 1px solid rgb(14.45, 14.45, 14.45);
  color: #ffffff;
}
.pagination-black .page-item:not(.disabled):hover .page-link, .pagination-black .page-item:not(.disabled):active .page-link, .pagination-black .page-item:not(.disabled).active .page-link {
  background-color: #111111;
  color: #ffffff;
  border-color: #111111;
}

/* Solid Box */
.pagination-box-black {
  gap: 5px;
}
.pagination-box-black .page-link {
  background: transparent !important;
  border-color: transparent !important;
  color: #111111;
  border-radius: 5px;
}
.pagination-box-black .page-item:not(.disabled):hover .page-link, .pagination-box-black .page-item:not(.disabled):active .page-link, .pagination-box-black .page-item:not(.disabled).active .page-link {
  background-color: #111111 !important;
  color: #ffffff !important;
  border: 1px solid #111111 !important;
}

/* Outline */
.pagination-outline-black .page-link {
  color: #111111;
  border: 1px solid #111111;
}
.pagination-outline-black .page-item:not(.disabled):hover .page-link, .pagination-outline-black .page-item:not(.disabled):active .page-link, .pagination-outline-black .page-item:not(.disabled).active .page-link {
  background-color: #111111;
  color: #ffffff;
  border-color: #111111;
}

/* Outline Box */
.pagination-box-outline-black {
  gap: 5px;
}
.pagination-box-outline-black .page-link {
  background: transparent !important;
  border-color: transparent !important;
  color: #111111;
  border-radius: 5px;
}
.pagination-box-outline-black .page-item:not(.disabled):hover .page-link, .pagination-box-outline-black .page-item:not(.disabled):active .page-link, .pagination-box-outline-black .page-item:not(.disabled).active .page-link {
  color: #111111 !important;
  border: 1px solid #111111 !important;
}

/* Soft */
.pagination-soft-black .page-link {
  background-color: rgb(235.96, 235.96, 235.96);
  border: 1px solid rgb(207.4, 207.4, 207.4);
  color: #111111;
}
.pagination-soft-black .page-item:not(.disabled):hover .page-link, .pagination-soft-black .page-item:not(.disabled):active .page-link, .pagination-soft-black .page-item:not(.disabled).active .page-link {
  background-color: #111111;
  color: #ffffff;
  border-color: rgb(207.4, 207.4, 207.4);
}

/* Soft Box */
.pagination-box-soft-black {
  gap: 5px;
}
.pagination-box-soft-black .page-link {
  background: transparent !important;
  border-color: transparent !important;
  color: #111111;
  border-radius: 5px;
}
.pagination-box-soft-black .page-item:not(.disabled):hover .page-link, .pagination-box-soft-black .page-item:not(.disabled):active .page-link, .pagination-box-soft-black .page-item:not(.disabled).active .page-link {
  background-color: rgb(235.96, 235.96, 235.96) !important;
  color: #111111 !important;
  border: 1px solid rgb(235.96, 235.96, 235.96) !important;
}

/* Solid */
.pagination-white .page-link {
  background: #ffffff;
  border: 1px solid rgb(216.75, 216.75, 216.75);
  color: #ffffff;
}
.pagination-white .page-item:not(.disabled):hover .page-link, .pagination-white .page-item:not(.disabled):active .page-link, .pagination-white .page-item:not(.disabled).active .page-link {
  background-color: #ffffff;
  color: #ffffff;
  border-color: #ffffff;
}

/* Solid Box */
.pagination-box-white {
  gap: 5px;
}
.pagination-box-white .page-link {
  background: transparent !important;
  border-color: transparent !important;
  color: #111111;
  border-radius: 5px;
}
.pagination-box-white .page-item:not(.disabled):hover .page-link, .pagination-box-white .page-item:not(.disabled):active .page-link, .pagination-box-white .page-item:not(.disabled).active .page-link {
  background-color: #ffffff !important;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
}

/* Outline */
.pagination-outline-white .page-link {
  color: #111111;
  border: 1px solid #ffffff;
}
.pagination-outline-white .page-item:not(.disabled):hover .page-link, .pagination-outline-white .page-item:not(.disabled):active .page-link, .pagination-outline-white .page-item:not(.disabled).active .page-link {
  background-color: #ffffff;
  color: #ffffff;
  border-color: #ffffff;
}

/* Outline Box */
.pagination-box-outline-white {
  gap: 5px;
}
.pagination-box-outline-white .page-link {
  background: transparent !important;
  border-color: transparent !important;
  color: #111111;
  border-radius: 5px;
}
.pagination-box-outline-white .page-item:not(.disabled):hover .page-link, .pagination-box-outline-white .page-item:not(.disabled):active .page-link, .pagination-box-outline-white .page-item:not(.disabled).active .page-link {
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
}

/* Soft */
.pagination-soft-white .page-link {
  background-color: white;
  border: 1px solid white;
  color: #111111;
}
.pagination-soft-white .page-item:not(.disabled):hover .page-link, .pagination-soft-white .page-item:not(.disabled):active .page-link, .pagination-soft-white .page-item:not(.disabled).active .page-link {
  background-color: #ffffff;
  color: #ffffff;
  border-color: white;
}

/* Soft Box */
.pagination-box-soft-white {
  gap: 5px;
}
.pagination-box-soft-white .page-link {
  background: transparent !important;
  border-color: transparent !important;
  color: #111111;
  border-radius: 5px;
}
.pagination-box-soft-white .page-item:not(.disabled):hover .page-link, .pagination-box-soft-white .page-item:not(.disabled):active .page-link, .pagination-box-soft-white .page-item:not(.disabled).active .page-link {
  background-color: white !important;
  color: #ffffff !important;
  border: 1px solid white !important;
}

.pagination-round {
  border-radius: 150px;
}
.pagination-round .page-item:first-child .page-link {
  border-top-left-radius: 150px;
  border-bottom-left-radius: 150px;
}
.pagination-round .page-item:last-child .page-link {
  border-top-right-radius: 150px;
  border-bottom-right-radius: 150px;
}

.pagination-xs .page-link {
  padding: 3px 10px;
  font-size: 18px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
}

.pagination-sm .page-link {
  padding: 6px 15px;
  font-size: 20px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
}

.pagination-lg .page-link {
  padding: 12px 30px;
  font-size: 25px;
  height: 55px;
  min-width: 55px;
  min-height: 55px;
}

/* ####################################### Pagination - END ####################################### */
/* ####################################### Card - START ####################################### */
.card {
  border-radius: 10px;
  color: #555555;
  border: none;
  box-shadow: 0 5px 10px 3px rgba(140, 152, 164, 0.09);
  background: #ffffff;
}
.card .card-header,
.card .card-footer,
.card .card-body {
  border-color: #ECEBF8;
  padding: 30px;
  background: transparent;
}
.card .card-header:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.card .card-body:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.card .card-body:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.card .card-footer:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.card.card-xs {
  box-shadow: 0 3px 6px 4px rgba(140, 152, 164, 0.06);
}
.card.card-xs .card-header,
.card.card-xs .card-footer,
.card.card-xs .card-body {
  padding: 10px;
}
.card.card-sm {
  box-shadow: 0 3px 6px 4px rgba(140, 152, 164, 0.06);
}
.card.card-sm .card-header,
.card.card-sm .card-footer,
.card.card-sm .card-body {
  padding: 20px;
}
.card.card-lg {
  box-shadow: 0 10px 12px 5px rgba(140, 152, 164, 0.08);
}
.card.card-lg .card-header,
.card.card-lg .card-footer,
.card.card-lg .card-body {
  padding: 40px;
}
.card.card-xl {
  box-shadow: 0 10px 12px 5px rgba(140, 152, 164, 0.08);
}
.card.card-xl .card-header,
.card.card-xl .card-footer,
.card.card-xl .card-body {
  padding: 50px;
}
.card.card-with-border {
  border: 1px solid #ECEBF8;
}
.card.card-bordered {
  box-shadow: none !important;
  border: 1px solid #ECEBF8;
}

/* ####################################### Card - END ####################################### */
/* ####################################### Navbar - START ####################################### */
.navbar-nav .nav-link {
  color: #111111;
}
.navbar-nav .nav-link.active {
  color: #1A8E42;
}

/* ####################################### Navbar - END ####################################### */
/* ####################################### Nav & Nav Tabs - START ####################################### */
.nav .nav-link {
  color: #555555;
  line-height: 1.4;
  font-size: 22px;
  font-weight: 500;
  height: 44px;
  min-height: 44px;
}
.nav .nav-link.active {
  color: #1A8E42;
}

.nav-tabs.nav-lg .nav-link,
.nav-pills.nav-lg .nav-link,
.nav-pills-btn.nav-lg .nav-link {
  padding: 12px 30px;
}

.nav-fill .nav-item .nav-link {
  min-width: 100%;
  width: auto;
}

.nav-tabs .nav-link {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 8px 22px;
}

.nav-pills .nav-link {
  color: #111111;
  padding: 8px 22px;
}
.nav-pills .nav-link.active {
  background: #1A8E42;
  color: #ffffff;
}
.nav-pills .show .nav-link {
  background: #1A8E42;
}

.nav-pills-btn .nav-link {
  border: 1px solid #ECEBF8;
  color: #111111;
  padding: 8px 22px;
}
.nav-pills-btn .nav-link.active {
  background: #1A8E42;
  color: #ffffff;
}
.nav-pills-btn .show .nav-link {
  background: #1A8E42;
}

.nav-underline-scroller {
  overflow: hidden;
  overflow-x: auto;
  padding-bottom: 3px;
}
.nav-underline-scroller::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

.nav-underline {
  gap: 22px;
  border: 0;
  border-bottom: 1px solid #f0f0f0;
  flex-wrap: nowrap;
  white-space: nowrap;
}
.nav-underline .nav-link {
  border: 0;
  padding: 8px 0;
  border-bottom: 1px solid transparent;
  margin: 0;
  margin-bottom: -1px;
  color: #555555;
}
.nav-underline .nav-link.active, .nav-underline .nav-link:hover {
  border-color: #1A8E42;
  color: #1A8E42;
}
.nav-underline.nav-underline-left {
  border: 0;
  border-left: 1px solid #f0f0f0;
  flex-wrap: wrap;
  white-space: normal;
  flex-direction: column;
}
.nav-underline.nav-underline-left .nav-item {
  display: grid;
}
.nav-underline.nav-underline-left .nav-link {
  text-align: left;
  padding: 8px 22px;
  border: 0;
  border-left: 1px solid transparent;
  margin: 0;
  margin-left: -1px;
  color: #555555;
}
.nav-underline.nav-underline-left .nav-link.active, .nav-underline.nav-underline-left .nav-link:hover {
  border-color: #1A8E42;
  color: #1A8E42;
}
@media (min-width: 576px) {
  .nav-underline.nav-underline-sm-left {
    border: 0;
    border-left: 1px solid #f0f0f0;
    flex-wrap: wrap;
    white-space: normal;
    flex-direction: column;
  }
  .nav-underline.nav-underline-sm-left .nav-item {
    display: grid;
  }
  .nav-underline.nav-underline-sm-left .nav-link {
    text-align: left;
    padding: 8px 22px;
    border: 0;
    border-left: 1px solid transparent;
    margin: 0;
    margin-left: -1px;
    color: #555555;
  }
  .nav-underline.nav-underline-sm-left .nav-link.active, .nav-underline.nav-underline-sm-left .nav-link:hover {
    border-color: #1A8E42;
    color: #1A8E42;
  }
}
@media (min-width: 768px) {
  .nav-underline.nav-underline-md-left {
    border: 0;
    border-left: 1px solid #f0f0f0;
    flex-wrap: wrap;
    white-space: normal;
    flex-direction: column;
  }
  .nav-underline.nav-underline-md-left .nav-item {
    display: grid;
  }
  .nav-underline.nav-underline-md-left .nav-link {
    text-align: left;
    padding: 8px 22px;
    border: 0;
    border-left: 1px solid transparent;
    margin: 0;
    margin-left: -1px;
    color: #555555;
  }
  .nav-underline.nav-underline-md-left .nav-link.active, .nav-underline.nav-underline-md-left .nav-link:hover {
    border-color: #1A8E42;
    color: #1A8E42;
  }
}
@media (min-width: 992px) {
  .nav-underline.nav-underline-lg-left {
    border: 0;
    border-left: 1px solid #f0f0f0;
    flex-wrap: wrap;
    white-space: normal;
    flex-direction: column;
  }
  .nav-underline.nav-underline-lg-left .nav-item {
    display: grid;
  }
  .nav-underline.nav-underline-lg-left .nav-link {
    text-align: left;
    padding: 8px 22px;
    border: 0;
    border-left: 1px solid transparent;
    margin: 0;
    margin-left: -1px;
    color: #555555;
  }
  .nav-underline.nav-underline-lg-left .nav-link.active, .nav-underline.nav-underline-lg-left .nav-link:hover {
    border-color: #1A8E42;
    color: #1A8E42;
  }
}
@media (min-width: 1200px) {
  .nav-underline.nav-underline-xl-left {
    border: 0;
    border-left: 1px solid #f0f0f0;
    flex-wrap: wrap;
    white-space: normal;
    flex-direction: column;
  }
  .nav-underline.nav-underline-xl-left .nav-item {
    display: grid;
  }
  .nav-underline.nav-underline-xl-left .nav-link {
    text-align: left;
    padding: 8px 22px;
    border: 0;
    border-left: 1px solid transparent;
    margin: 0;
    margin-left: -1px;
    color: #555555;
  }
  .nav-underline.nav-underline-xl-left .nav-link.active, .nav-underline.nav-underline-xl-left .nav-link:hover {
    border-color: #1A8E42;
    color: #1A8E42;
  }
}
@media (min-width: 1400px) {
  .nav-underline.nav-underline-xxl-left {
    border: 0;
    border-left: 1px solid #f0f0f0;
    flex-wrap: wrap;
    white-space: normal;
    flex-direction: column;
  }
  .nav-underline.nav-underline-xxl-left .nav-item {
    display: grid;
  }
  .nav-underline.nav-underline-xxl-left .nav-link {
    text-align: left;
    padding: 8px 22px;
    border: 0;
    border-left: 1px solid transparent;
    margin: 0;
    margin-left: -1px;
    color: #555555;
  }
  .nav-underline.nav-underline-xxl-left .nav-link.active, .nav-underline.nav-underline-xxl-left .nav-link:hover {
    border-color: #1A8E42;
    color: #1A8E42;
  }
}
@media (min-width: 1600px) {
  .nav-underline.nav-underline-xxxl-left {
    border: 0;
    border-left: 1px solid #f0f0f0;
    flex-wrap: wrap;
    white-space: normal;
    flex-direction: column;
  }
  .nav-underline.nav-underline-xxxl-left .nav-item {
    display: grid;
  }
  .nav-underline.nav-underline-xxxl-left .nav-link {
    text-align: left;
    padding: 8px 22px;
    border: 0;
    border-left: 1px solid transparent;
    margin: 0;
    margin-left: -1px;
    color: #555555;
  }
  .nav-underline.nav-underline-xxxl-left .nav-link.active, .nav-underline.nav-underline-xxxl-left .nav-link:hover {
    border-color: #1A8E42;
    color: #1A8E42;
  }
}
@media (min-width: 1900px) {
  .nav-underline.nav-underline-xxxxl-left {
    border: 0;
    border-left: 1px solid #f0f0f0;
    flex-wrap: wrap;
    white-space: normal;
    flex-direction: column;
  }
  .nav-underline.nav-underline-xxxxl-left .nav-item {
    display: grid;
  }
  .nav-underline.nav-underline-xxxxl-left .nav-link {
    text-align: left;
    padding: 8px 22px;
    border: 0;
    border-left: 1px solid transparent;
    margin: 0;
    margin-left: -1px;
    color: #555555;
  }
  .nav-underline.nav-underline-xxxxl-left .nav-link.active, .nav-underline.nav-underline-xxxxl-left .nav-link:hover {
    border-color: #1A8E42;
    color: #1A8E42;
  }
}
.nav-underline.nav-underline-right {
  border: 0;
  border-right: 1px solid #f0f0f0;
  flex-wrap: wrap;
  white-space: normal;
  flex-direction: column;
}
.nav-underline.nav-underline-right .nav-item {
  display: grid;
}
.nav-underline.nav-underline-right .nav-link {
  text-align: left;
  padding: 8px 22px;
  border: 0;
  border-right: 1px solid transparent;
  margin: 0;
  margin-right: -1px;
  color: #555555;
}
.nav-underline.nav-underline-right .nav-link.active, .nav-underline.nav-underline-right .nav-link:hover {
  border-color: #1A8E42;
  color: #1A8E42;
}
@media (min-width: 576px) {
  .nav-underline.nav-underline-sm-right {
    border: 0;
    border-right: 1px solid #f0f0f0;
    flex-wrap: wrap;
    white-space: normal;
    flex-direction: column;
  }
  .nav-underline.nav-underline-sm-right .nav-item {
    display: grid;
  }
  .nav-underline.nav-underline-sm-right .nav-link {
    text-align: left;
    padding: 8px 22px;
    border: 0;
    border-right: 1px solid transparent;
    margin: 0;
    margin-right: -1px;
    color: #555555;
  }
  .nav-underline.nav-underline-sm-right .nav-link.active, .nav-underline.nav-underline-sm-right .nav-link:hover {
    border-color: #1A8E42;
    color: #1A8E42;
  }
}
@media (min-width: 768px) {
  .nav-underline.nav-underline-md-right {
    border: 0;
    border-right: 1px solid #f0f0f0;
    flex-wrap: wrap;
    white-space: normal;
    flex-direction: column;
  }
  .nav-underline.nav-underline-md-right .nav-item {
    display: grid;
  }
  .nav-underline.nav-underline-md-right .nav-link {
    text-align: left;
    padding: 8px 22px;
    border: 0;
    border-right: 1px solid transparent;
    margin: 0;
    margin-right: -1px;
    color: #555555;
  }
  .nav-underline.nav-underline-md-right .nav-link.active, .nav-underline.nav-underline-md-right .nav-link:hover {
    border-color: #1A8E42;
    color: #1A8E42;
  }
}
@media (min-width: 992px) {
  .nav-underline.nav-underline-lg-right {
    border: 0;
    border-right: 1px solid #f0f0f0;
    flex-wrap: wrap;
    white-space: normal;
    flex-direction: column;
  }
  .nav-underline.nav-underline-lg-right .nav-item {
    display: grid;
  }
  .nav-underline.nav-underline-lg-right .nav-link {
    text-align: left;
    padding: 8px 22px;
    border: 0;
    border-right: 1px solid transparent;
    margin: 0;
    margin-right: -1px;
    color: #555555;
  }
  .nav-underline.nav-underline-lg-right .nav-link.active, .nav-underline.nav-underline-lg-right .nav-link:hover {
    border-color: #1A8E42;
    color: #1A8E42;
  }
}
@media (min-width: 1200px) {
  .nav-underline.nav-underline-xl-right {
    border: 0;
    border-right: 1px solid #f0f0f0;
    flex-wrap: wrap;
    white-space: normal;
    flex-direction: column;
  }
  .nav-underline.nav-underline-xl-right .nav-item {
    display: grid;
  }
  .nav-underline.nav-underline-xl-right .nav-link {
    text-align: left;
    padding: 8px 22px;
    border: 0;
    border-right: 1px solid transparent;
    margin: 0;
    margin-right: -1px;
    color: #555555;
  }
  .nav-underline.nav-underline-xl-right .nav-link.active, .nav-underline.nav-underline-xl-right .nav-link:hover {
    border-color: #1A8E42;
    color: #1A8E42;
  }
}
@media (min-width: 1400px) {
  .nav-underline.nav-underline-xxl-right {
    border: 0;
    border-right: 1px solid #f0f0f0;
    flex-wrap: wrap;
    white-space: normal;
    flex-direction: column;
  }
  .nav-underline.nav-underline-xxl-right .nav-item {
    display: grid;
  }
  .nav-underline.nav-underline-xxl-right .nav-link {
    text-align: left;
    padding: 8px 22px;
    border: 0;
    border-right: 1px solid transparent;
    margin: 0;
    margin-right: -1px;
    color: #555555;
  }
  .nav-underline.nav-underline-xxl-right .nav-link.active, .nav-underline.nav-underline-xxl-right .nav-link:hover {
    border-color: #1A8E42;
    color: #1A8E42;
  }
}
@media (min-width: 1600px) {
  .nav-underline.nav-underline-xxxl-right {
    border: 0;
    border-right: 1px solid #f0f0f0;
    flex-wrap: wrap;
    white-space: normal;
    flex-direction: column;
  }
  .nav-underline.nav-underline-xxxl-right .nav-item {
    display: grid;
  }
  .nav-underline.nav-underline-xxxl-right .nav-link {
    text-align: left;
    padding: 8px 22px;
    border: 0;
    border-right: 1px solid transparent;
    margin: 0;
    margin-right: -1px;
    color: #555555;
  }
  .nav-underline.nav-underline-xxxl-right .nav-link.active, .nav-underline.nav-underline-xxxl-right .nav-link:hover {
    border-color: #1A8E42;
    color: #1A8E42;
  }
}
@media (min-width: 1900px) {
  .nav-underline.nav-underline-xxxxl-right {
    border: 0;
    border-right: 1px solid #f0f0f0;
    flex-wrap: wrap;
    white-space: normal;
    flex-direction: column;
  }
  .nav-underline.nav-underline-xxxxl-right .nav-item {
    display: grid;
  }
  .nav-underline.nav-underline-xxxxl-right .nav-link {
    text-align: left;
    padding: 8px 22px;
    border: 0;
    border-right: 1px solid transparent;
    margin: 0;
    margin-right: -1px;
    color: #555555;
  }
  .nav-underline.nav-underline-xxxxl-right .nav-link.active, .nav-underline.nav-underline-xxxxl-right .nav-link:hover {
    border-color: #1A8E42;
    color: #1A8E42;
  }
}

.nav-round .nav-link {
  border-radius: 150px;
}

/* ####################################### Nav & Nav Tabs - END ####################################### */
/* ####################################### Progress Bar - START ####################################### */
.progress {
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  height: 5px;
}
.progress .progress-bar {
  background-color: #1A8E42;
}

.progress-primary .progress-bar {
  background-color: #1A8E42 !important;
}
.progress-primary.progress-soft-primary {
  background-color: rgb(232.1, 243.7, 236.1);
}

.progress-secondary .progress-bar {
  background-color: #1E1C4A !important;
}
.progress-secondary.progress-soft-secondary {
  background-color: rgb(232.5, 232.3, 236.9);
}

.progress-success .progress-bar {
  background-color: #128807 !important;
}
.progress-success.progress-soft-success {
  background-color: rgb(231.3, 243.1, 230.2);
}

.progress-info .progress-bar {
  background-color: #326de9 !important;
}
.progress-info.progress-soft-info {
  background-color: rgb(234.5, 240.4, 252.8);
}

.progress-warning .progress-bar {
  background-color: #F89B1F !important;
}
.progress-warning.progress-soft-warning {
  background-color: rgb(254.3, 245, 232.6);
}

.progress-danger .progress-bar {
  background-color: #E72328 !important;
}
.progress-danger.progress-soft-danger {
  background-color: rgb(252.6, 233, 233.5);
}

.progress-light .progress-bar {
  background-color: #f0f0f0 !important;
}
.progress-light.progress-soft-light {
  background-color: rgb(253.5, 253.5, 253.5);
}

.progress-lighter .progress-bar {
  background-color: #f8f8f8 !important;
}
.progress-lighter.progress-soft-lighter {
  background-color: rgb(254.3, 254.3, 254.3);
}

.progress-dark .progress-bar {
  background-color: #303030 !important;
}
.progress-dark.progress-soft-dark {
  background-color: rgb(234.3, 234.3, 234.3);
}

.progress-black .progress-bar {
  background-color: #111111 !important;
}
.progress-black.progress-soft-black {
  background-color: rgb(231.2, 231.2, 231.2);
}

.progress-white .progress-bar {
  background-color: #ffffff !important;
}
.progress-white.progress-soft-white {
  background-color: white;
}

.progress-h-1 {
  height: 1px;
}

.progress-h-2 {
  height: 2px;
}

.progress-h-3 {
  height: 3px;
}

.progress-h-4 {
  height: 4px;
}

.progress-h-5 {
  height: 5px;
}

.progress-h-6 {
  height: 6px;
}

.progress-h-7 {
  height: 7px;
}

.progress-h-8 {
  height: 8px;
}

.progress-h-9 {
  height: 9px;
}

.progress-h-10 {
  height: 10px;
}

.progress-h-11 {
  height: 11px;
}

.progress-h-12 {
  height: 12px;
}

.progress-h-13 {
  height: 13px;
}

.progress-h-14 {
  height: 14px;
}

.progress-h-15 {
  height: 15px;
}

.progress-h-16 {
  height: 16px;
}

.progress-h-17 {
  height: 17px;
}

.progress-h-18 {
  height: 18px;
}

.progress-h-19 {
  height: 19px;
}

.progress-h-20 {
  height: 20px;
}

.progress-round {
  border-radius: 150px;
}

/* ####################################### Progress Bar - END ####################################### */
/* ####################################### Accordion - START ####################################### */
.accordion .accordion-item {
  border-color: #ECEBF8;
}
.accordion .accordion-button {
  color: #111111;
  padding: 20px 30px;
  box-shadow: none !important;
  font-size: 22px;
}
.accordion .accordion-button:not(.collapsed) {
  border-bottom: 1px solid #ECEBF8;
}
.accordion .accordion-button:focus {
  box-shadow: none;
}
.accordion .accordion-button:not(.collapsed) {
  background: #f7f7f7;
}
.accordion .accordion-body {
  padding: 20px 30px;
}
.accordion.accordion-flush.accordion-flat .accordion-button {
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
}
.accordion.accordion-flush.accordion-flat .accordion-body {
  padding-left: 0;
  padding-right: 0;
}
.accordion.accordion-flush.accordion-flat-no-border .accordion-button {
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
  border: 0;
}
.accordion.accordion-flush.accordion-flat-no-border .accordion-body {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}

/* ####################################### Accordion - END ####################################### */
/* ####################################### Offcanvas - START ####################################### */
.offcanvas {
  z-index: 1053;
}
.offcanvas .offcanvas-header {
  padding: 30px;
}
.offcanvas .offcanvas-body {
  padding: 30px;
}

.offcanvas-backdrop {
  z-index: 1052;
}

/* ####################################### Offcanvas - END ####################################### */
/* ####################################### Modal - START ####################################### */
.modal .modal-header {
  padding: 30px;
}
.modal .modal-body {
  padding: 30px;
}
.modal .modal-footer {
  padding: 30px;
}

.modal-backdrop {
  background: rgb(40.8, 40.8, 40.8);
}
.modal-backdrop.show {
  opacity: 0.9;
}

/* ####################################### Modal - END ####################################### */
/* ####################################### Dropdown - START ####################################### */
.dropdown-menu {
  box-shadow: 0 5px 10px 3px rgba(140, 152, 164, 0.09);
}
.dropdown-menu.dropdown-menu-sm {
  box-shadow: 0 3px 6px 4px rgba(140, 152, 164, 0.06);
}
.dropdown-menu.dropdown-menu-lg {
  box-shadow: 0 10px 12px 5px rgba(140, 152, 164, 0.08);
}

/* ####################################### Dropdown - END ####################################### */
.alert {
  border: 1px solid #ECEBF8;
  padding: 20px 30px;
  border-radius: 5px;
  background-color: #f7f7f7;
  margin: 0;
}
.alert .alert-link {
  font-weight: 300;
}

.alert-primary {
  background-color: #1A8E42;
  border-color: #1A8E42;
  color: #ffffff;
}
.alert-primary .alert-link {
  color: #ffffff;
}

.alert-outline-primary {
  background-color: transparent;
  border-color: #1A8E42;
  color: #1A8E42;
}

.alert-outline-soft-primary {
  background-color: transparent;
  border-color: rgb(186.3, 221.1, 198.3);
  color: #1A8E42;
}

.alert-soft-primary {
  background-color: rgb(236.68, 245.96, 239.88);
  border-color: rgb(236.68, 245.96, 239.88);
  color: #1A8E42;
}
.alert-soft-primary.with-border {
  border-color: rgb(186.3, 221.1, 198.3);
}

.alert-secondary {
  background-color: #1E1C4A;
  border-color: #1E1C4A;
  color: #ffffff;
}
.alert-secondary .alert-link {
  color: #ffffff;
}

.alert-outline-secondary {
  background-color: transparent;
  border-color: #1E1C4A;
  color: #1E1C4A;
}

.alert-outline-soft-secondary {
  background-color: transparent;
  border-color: rgb(187.5, 186.9, 200.7);
  color: #1E1C4A;
}

.alert-soft-secondary {
  background-color: rgb(237, 236.84, 240.52);
  border-color: rgb(237, 236.84, 240.52);
  color: #1E1C4A;
}
.alert-soft-secondary.with-border {
  border-color: rgb(187.5, 186.9, 200.7);
}

.alert-success {
  background-color: #128807;
  border-color: #128807;
  color: #ffffff;
}
.alert-success .alert-link {
  color: #ffffff;
}

.alert-outline-success {
  background-color: transparent;
  border-color: #128807;
  color: #128807;
}

.alert-outline-soft-success {
  background-color: transparent;
  border-color: rgb(183.9, 219.3, 180.6);
  color: #128807;
}

.alert-soft-success {
  background-color: rgb(236.04, 245.48, 235.16);
  border-color: rgb(236.04, 245.48, 235.16);
  color: #128807;
}
.alert-soft-success.with-border {
  border-color: rgb(183.9, 219.3, 180.6);
}

.alert-info {
  background-color: #326de9;
  border-color: #326de9;
  color: #ffffff;
}
.alert-info .alert-link {
  color: #ffffff;
}

.alert-outline-info {
  background-color: transparent;
  border-color: #326de9;
  color: #326de9;
}

.alert-outline-soft-info {
  background-color: transparent;
  border-color: rgb(193.5, 211.2, 248.4);
  color: #326de9;
}

.alert-soft-info {
  background-color: rgb(238.6, 243.32, 253.24);
  border-color: rgb(238.6, 243.32, 253.24);
  color: #326de9;
}
.alert-soft-info.with-border {
  border-color: rgb(193.5, 211.2, 248.4);
}

.alert-warning {
  background-color: #F89B1F;
  border-color: #F89B1F;
  color: #ffffff;
}
.alert-warning .alert-link {
  color: #ffffff;
}

.alert-outline-warning {
  background-color: transparent;
  border-color: #F89B1F;
  color: #F89B1F;
}

.alert-outline-soft-warning {
  background-color: transparent;
  border-color: rgb(252.9, 225, 187.8);
  color: #F89B1F;
}

.alert-soft-warning {
  background-color: rgb(254.44, 247, 237.08);
  border-color: rgb(254.44, 247, 237.08);
  color: #F89B1F;
}
.alert-soft-warning.with-border {
  border-color: rgb(252.9, 225, 187.8);
}

.alert-danger {
  background-color: #E72328;
  border-color: #E72328;
  color: #ffffff;
}
.alert-danger .alert-link {
  color: #ffffff;
}

.alert-outline-danger {
  background-color: transparent;
  border-color: #E72328;
  color: #E72328;
}

.alert-outline-soft-danger {
  background-color: transparent;
  border-color: rgb(247.8, 189, 190.5);
  color: #E72328;
}

.alert-soft-danger {
  background-color: rgb(253.08, 237.4, 237.8);
  border-color: rgb(253.08, 237.4, 237.8);
  color: #E72328;
}
.alert-soft-danger.with-border {
  border-color: rgb(247.8, 189, 190.5);
}

.alert-light {
  background-color: #f0f0f0;
  border-color: #f0f0f0;
  color: #ffffff;
}
.alert-light .alert-link {
  color: #ffffff;
}

.alert-outline-light {
  background-color: transparent;
  border-color: #f0f0f0;
  color: #f0f0f0;
}

.alert-outline-soft-light {
  background-color: transparent;
  border-color: rgb(250.5, 250.5, 250.5);
  color: #f0f0f0;
}

.alert-soft-light {
  background-color: rgb(253.8, 253.8, 253.8);
  border-color: rgb(253.8, 253.8, 253.8);
  color: #f0f0f0;
}
.alert-soft-light.with-border {
  border-color: rgb(250.5, 250.5, 250.5);
}

.alert-lighter {
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #ffffff;
}
.alert-lighter .alert-link {
  color: #ffffff;
}

.alert-outline-lighter {
  background-color: transparent;
  border-color: #f8f8f8;
  color: #f8f8f8;
}

.alert-outline-soft-lighter {
  background-color: transparent;
  border-color: rgb(252.9, 252.9, 252.9);
  color: #f8f8f8;
}

.alert-soft-lighter {
  background-color: rgb(254.44, 254.44, 254.44);
  border-color: rgb(254.44, 254.44, 254.44);
  color: #f8f8f8;
}
.alert-soft-lighter.with-border {
  border-color: rgb(252.9, 252.9, 252.9);
}

.alert-dark {
  background-color: #303030;
  border-color: #303030;
  color: #ffffff;
}
.alert-dark .alert-link {
  color: #ffffff;
}

.alert-outline-dark {
  background-color: transparent;
  border-color: #303030;
  color: #303030;
}

.alert-outline-soft-dark {
  background-color: transparent;
  border-color: rgb(192.9, 192.9, 192.9);
  color: #303030;
}

.alert-soft-dark {
  background-color: rgb(238.44, 238.44, 238.44);
  border-color: rgb(238.44, 238.44, 238.44);
  color: #303030;
}
.alert-soft-dark.with-border {
  border-color: rgb(192.9, 192.9, 192.9);
}

.alert-black {
  background-color: #111111;
  border-color: #111111;
  color: #ffffff;
}
.alert-black .alert-link {
  color: #ffffff;
}

.alert-outline-black {
  background-color: transparent;
  border-color: #111111;
  color: #111111;
}

.alert-outline-soft-black {
  background-color: transparent;
  border-color: rgb(183.6, 183.6, 183.6);
  color: #111111;
}

.alert-soft-black {
  background-color: rgb(235.96, 235.96, 235.96);
  border-color: rgb(235.96, 235.96, 235.96);
  color: #111111;
}
.alert-soft-black.with-border {
  border-color: rgb(183.6, 183.6, 183.6);
}

.alert-white {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
}
.alert-white .alert-link {
  color: #ffffff;
}

.alert-outline-white {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}

.alert-outline-soft-white {
  background-color: transparent;
  border-color: white;
  color: #ffffff;
}

.alert-soft-white {
  background-color: white;
  border-color: white;
  color: #ffffff;
}
.alert-soft-white.with-border {
  border-color: white;
}

.list-group-item {
  padding: 20px 30px;
}
.list-group-item.active {
  border-color: #1A8E42;
  background-color: #1A8E42;
}

.list-group-item-action {
  cursor: pointer;
}

.list-group-primary .list-group-item-action.active, .list-group-primary .list-group-item-action:hover {
  background-color: #1A8E42;
  border-color: #1A8E42;
  color: #ffffff;
}

.list-group-soft-primary .list-group-item-action.active, .list-group-soft-primary .list-group-item-action:hover {
  color: #111111;
  background-color: rgb(236.68, 245.96, 239.88);
  border-color: rgb(236.68, 245.96, 239.88);
}

.list-group-secondary .list-group-item-action.active, .list-group-secondary .list-group-item-action:hover {
  background-color: #1E1C4A;
  border-color: #1E1C4A;
  color: #ffffff;
}

.list-group-soft-secondary .list-group-item-action.active, .list-group-soft-secondary .list-group-item-action:hover {
  color: #111111;
  background-color: rgb(237, 236.84, 240.52);
  border-color: rgb(237, 236.84, 240.52);
}

.list-group-success .list-group-item-action.active, .list-group-success .list-group-item-action:hover {
  background-color: #128807;
  border-color: #128807;
  color: #ffffff;
}

.list-group-soft-success .list-group-item-action.active, .list-group-soft-success .list-group-item-action:hover {
  color: #111111;
  background-color: rgb(236.04, 245.48, 235.16);
  border-color: rgb(236.04, 245.48, 235.16);
}

.list-group-info .list-group-item-action.active, .list-group-info .list-group-item-action:hover {
  background-color: #326de9;
  border-color: #326de9;
  color: #ffffff;
}

.list-group-soft-info .list-group-item-action.active, .list-group-soft-info .list-group-item-action:hover {
  color: #111111;
  background-color: rgb(238.6, 243.32, 253.24);
  border-color: rgb(238.6, 243.32, 253.24);
}

.list-group-warning .list-group-item-action.active, .list-group-warning .list-group-item-action:hover {
  background-color: #F89B1F;
  border-color: #F89B1F;
  color: #ffffff;
}

.list-group-soft-warning .list-group-item-action.active, .list-group-soft-warning .list-group-item-action:hover {
  color: #111111;
  background-color: rgb(254.44, 247, 237.08);
  border-color: rgb(254.44, 247, 237.08);
}

.list-group-danger .list-group-item-action.active, .list-group-danger .list-group-item-action:hover {
  background-color: #E72328;
  border-color: #E72328;
  color: #ffffff;
}

.list-group-soft-danger .list-group-item-action.active, .list-group-soft-danger .list-group-item-action:hover {
  color: #111111;
  background-color: rgb(253.08, 237.4, 237.8);
  border-color: rgb(253.08, 237.4, 237.8);
}

.list-group-light .list-group-item-action.active, .list-group-light .list-group-item-action:hover {
  background-color: #f0f0f0;
  border-color: #f0f0f0;
  color: #ffffff;
}

.list-group-soft-light .list-group-item-action.active, .list-group-soft-light .list-group-item-action:hover {
  color: #111111;
  background-color: rgb(253.8, 253.8, 253.8);
  border-color: rgb(253.8, 253.8, 253.8);
}

.list-group-lighter .list-group-item-action.active, .list-group-lighter .list-group-item-action:hover {
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #ffffff;
}

.list-group-soft-lighter .list-group-item-action.active, .list-group-soft-lighter .list-group-item-action:hover {
  color: #111111;
  background-color: rgb(254.44, 254.44, 254.44);
  border-color: rgb(254.44, 254.44, 254.44);
}

.list-group-dark .list-group-item-action.active, .list-group-dark .list-group-item-action:hover {
  background-color: #303030;
  border-color: #303030;
  color: #ffffff;
}

.list-group-soft-dark .list-group-item-action.active, .list-group-soft-dark .list-group-item-action:hover {
  color: #111111;
  background-color: rgb(238.44, 238.44, 238.44);
  border-color: rgb(238.44, 238.44, 238.44);
}

.list-group-black .list-group-item-action.active, .list-group-black .list-group-item-action:hover {
  background-color: #111111;
  border-color: #111111;
  color: #ffffff;
}

.list-group-soft-black .list-group-item-action.active, .list-group-soft-black .list-group-item-action:hover {
  color: #111111;
  background-color: rgb(235.96, 235.96, 235.96);
  border-color: rgb(235.96, 235.96, 235.96);
}

.list-group-white .list-group-item-action.active, .list-group-white .list-group-item-action:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
}

.list-group-soft-white .list-group-item-action.active, .list-group-soft-white .list-group-item-action:hover {
  color: #111111;
  background-color: white;
  border-color: white;
}

.list-group-item-primary {
  background-color: #1A8E42;
  border-color: #1A8E42;
  color: #ffffff;
}
.list-group-item-primary.list-group-item-action:hover {
  background-color: rgb(236.68, 245.96, 239.88);
  border-color: rgb(236.68, 245.96, 239.88);
  color: #111111;
}

.list-group-item-soft-primary {
  background-color: rgb(236.68, 245.96, 239.88);
  border-color: rgb(236.68, 245.96, 239.88);
}
.list-group-item-soft-primary.list-group-item-action:hover {
  background-color: #ffffff;
  border-color: #ffffff;
}

.list-group-item-secondary {
  background-color: #1E1C4A;
  border-color: #1E1C4A;
  color: #ffffff;
}
.list-group-item-secondary.list-group-item-action:hover {
  background-color: rgb(237, 236.84, 240.52);
  border-color: rgb(237, 236.84, 240.52);
  color: #111111;
}

.list-group-item-soft-secondary {
  background-color: rgb(237, 236.84, 240.52);
  border-color: rgb(237, 236.84, 240.52);
}
.list-group-item-soft-secondary.list-group-item-action:hover {
  background-color: #ffffff;
  border-color: #ffffff;
}

.list-group-item-success {
  background-color: #128807;
  border-color: #128807;
  color: #ffffff;
}
.list-group-item-success.list-group-item-action:hover {
  background-color: rgb(236.04, 245.48, 235.16);
  border-color: rgb(236.04, 245.48, 235.16);
  color: #111111;
}

.list-group-item-soft-success {
  background-color: rgb(236.04, 245.48, 235.16);
  border-color: rgb(236.04, 245.48, 235.16);
}
.list-group-item-soft-success.list-group-item-action:hover {
  background-color: #ffffff;
  border-color: #ffffff;
}

.list-group-item-info {
  background-color: #326de9;
  border-color: #326de9;
  color: #ffffff;
}
.list-group-item-info.list-group-item-action:hover {
  background-color: rgb(238.6, 243.32, 253.24);
  border-color: rgb(238.6, 243.32, 253.24);
  color: #111111;
}

.list-group-item-soft-info {
  background-color: rgb(238.6, 243.32, 253.24);
  border-color: rgb(238.6, 243.32, 253.24);
}
.list-group-item-soft-info.list-group-item-action:hover {
  background-color: #ffffff;
  border-color: #ffffff;
}

.list-group-item-warning {
  background-color: #F89B1F;
  border-color: #F89B1F;
  color: #ffffff;
}
.list-group-item-warning.list-group-item-action:hover {
  background-color: rgb(254.44, 247, 237.08);
  border-color: rgb(254.44, 247, 237.08);
  color: #111111;
}

.list-group-item-soft-warning {
  background-color: rgb(254.44, 247, 237.08);
  border-color: rgb(254.44, 247, 237.08);
}
.list-group-item-soft-warning.list-group-item-action:hover {
  background-color: #ffffff;
  border-color: #ffffff;
}

.list-group-item-danger {
  background-color: #E72328;
  border-color: #E72328;
  color: #ffffff;
}
.list-group-item-danger.list-group-item-action:hover {
  background-color: rgb(253.08, 237.4, 237.8);
  border-color: rgb(253.08, 237.4, 237.8);
  color: #111111;
}

.list-group-item-soft-danger {
  background-color: rgb(253.08, 237.4, 237.8);
  border-color: rgb(253.08, 237.4, 237.8);
}
.list-group-item-soft-danger.list-group-item-action:hover {
  background-color: #ffffff;
  border-color: #ffffff;
}

.list-group-item-light {
  background-color: #f0f0f0;
  border-color: #f0f0f0;
  color: #ffffff;
}
.list-group-item-light.list-group-item-action:hover {
  background-color: rgb(253.8, 253.8, 253.8);
  border-color: rgb(253.8, 253.8, 253.8);
  color: #111111;
}

.list-group-item-soft-light {
  background-color: rgb(253.8, 253.8, 253.8);
  border-color: rgb(253.8, 253.8, 253.8);
}
.list-group-item-soft-light.list-group-item-action:hover {
  background-color: #ffffff;
  border-color: #ffffff;
}

.list-group-item-lighter {
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #ffffff;
}
.list-group-item-lighter.list-group-item-action:hover {
  background-color: rgb(254.44, 254.44, 254.44);
  border-color: rgb(254.44, 254.44, 254.44);
  color: #111111;
}

.list-group-item-soft-lighter {
  background-color: rgb(254.44, 254.44, 254.44);
  border-color: rgb(254.44, 254.44, 254.44);
}
.list-group-item-soft-lighter.list-group-item-action:hover {
  background-color: #ffffff;
  border-color: #ffffff;
}

.list-group-item-dark {
  background-color: #303030;
  border-color: #303030;
  color: #ffffff;
}
.list-group-item-dark.list-group-item-action:hover {
  background-color: rgb(238.44, 238.44, 238.44);
  border-color: rgb(238.44, 238.44, 238.44);
  color: #111111;
}

.list-group-item-soft-dark {
  background-color: rgb(238.44, 238.44, 238.44);
  border-color: rgb(238.44, 238.44, 238.44);
}
.list-group-item-soft-dark.list-group-item-action:hover {
  background-color: #ffffff;
  border-color: #ffffff;
}

.list-group-item-black {
  background-color: #111111;
  border-color: #111111;
  color: #ffffff;
}
.list-group-item-black.list-group-item-action:hover {
  background-color: rgb(235.96, 235.96, 235.96);
  border-color: rgb(235.96, 235.96, 235.96);
  color: #111111;
}

.list-group-item-soft-black {
  background-color: rgb(235.96, 235.96, 235.96);
  border-color: rgb(235.96, 235.96, 235.96);
}
.list-group-item-soft-black.list-group-item-action:hover {
  background-color: #ffffff;
  border-color: #ffffff;
}

.list-group-item-white {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
}
.list-group-item-white.list-group-item-action:hover {
  background-color: white;
  border-color: white;
  color: #111111;
}

.list-group-item-soft-white {
  background-color: white;
  border-color: white;
}
.list-group-item-soft-white.list-group-item-action:hover {
  background-color: #ffffff;
  border-color: #ffffff;
}

.list-group-xs .list-group-item {
  padding: 8px 10px;
}

.list-group-sm .list-group-item {
  padding: 10px 20px;
}

.list-group-lg .list-group-item {
  padding: 30px 40px;
}

.list-group-xl .list-group-item {
  padding: 40px 50px;
}

.breadcrumb {
  font-size: 22px;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 15px;
}
.breadcrumb-item + .breadcrumb-item:before {
  content: ">";
  padding-right: 15px;
}
.breadcrumb-item a {
  color: #1A8E42;
}
.breadcrumb-item a:hover {
  color: #111111;
}
.breadcrumb-item.active {
  color: #555555;
}

.popover {
  border-radius: 5px;
  font-family: "Darker Grotesque", sans-serif;
  font-size: 20px;
  border-color: #ECEBF8;
}
.popover[data-popper-placement^=top] .popover-arrow:before {
  border-top-color: #ECEBF8 !important;
}
.popover[data-popper-placement^=right] .popover-arrow:before {
  border-right-color: #ECEBF8 !important;
}
.popover[data-popper-placement^=bottom] .popover-arrow:before {
  border-bottom-color: #ECEBF8 !important;
}
.popover[data-popper-placement^=left] .popover-arrow:before {
  border-left-color: #ECEBF8 !important;
}
.popover .popover-header {
  background: #f7f7f7;
  padding: 10px 20px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-color: #ECEBF8;
  color: #111111;
  font-size: 20px;
}
.popover .popover-body {
  padding: 10px 20px;
  color: #555555;
}

.toast {
  border-radius: 5px;
  font-family: "Darker Grotesque", sans-serif;
  font-size: 20px;
  border-color: #ECEBF8;
}
.toast .toast-header {
  color: #111111;
  font-size: 20px;
  border-color: #ECEBF8;
  padding: 10px 20px;
}
.toast .toast-body {
  padding: 10px 20px;
}

.toast-primary {
  background: #1A8E42;
  color: #ffffff;
}

.toast-secondary {
  background: #1E1C4A;
  color: #ffffff;
}

.toast-success {
  background: #128807;
  color: #ffffff;
}

.toast-info {
  background: #326de9;
  color: #ffffff;
}

.toast-warning {
  background: #F89B1F;
  color: #ffffff;
}

.toast-danger {
  background: #E72328;
  color: #ffffff;
}

.toast-light {
  background: #f0f0f0;
  color: #ffffff;
}

.toast-lighter {
  background: #f8f8f8;
  color: #ffffff;
}

.toast-dark {
  background: #303030;
  color: #ffffff;
}

.toast-black {
  background: #111111;
  color: #ffffff;
}

.toast-white {
  background: #ffffff;
  color: #ffffff;
}

.tooltip {
  /* *************************  Light/White - START *************************  */
  /* *************************  Light/White - END *************************  */
}
.tooltip .tooltip-inner {
  padding: 5px 10px;
  background: #303030;
  border-radius: 5px;
}
.tooltip[data-popper-placement^=top] .tooltip-arrow:before {
  border-top-color: #303030 !important;
}
.tooltip[data-popper-placement^=right] .tooltip-arrow:before {
  border-right-color: #303030 !important;
}
.tooltip[data-popper-placement^=bottom] .tooltip-arrow:before {
  border-bottom-color: #303030 !important;
}
.tooltip[data-popper-placement^=left] .tooltip-arrow:before {
  border-left-color: #303030 !important;
}
.tooltip.light-tooltip .tooltip-inner {
  background: #ffffff;
  color: #555555;
  border: 1px solid #ECEBF8;
}
.tooltip.light-tooltip[data-popper-placement^=top] .tooltip-arrow:before {
  border-top-color: #ECEBF8 !important;
}
.tooltip.light-tooltip[data-popper-placement^=right] .tooltip-arrow:before {
  border-right-color: #ECEBF8 !important;
}
.tooltip.light-tooltip[data-popper-placement^=bottom] .tooltip-arrow:before {
  border-bottom-color: #ECEBF8 !important;
}
.tooltip.light-tooltip[data-popper-placement^=left] .tooltip-arrow:before {
  border-left-color: #ECEBF8 !important;
}

.spinner-border {
  color: #ECEBF8;
}
.spinner-border.spinner-primary {
  color: #1A8E42;
}
.spinner-border.spinner-secondary {
  color: #1E1C4A;
}
.spinner-border.spinner-success {
  color: #128807;
}
.spinner-border.spinner-info {
  color: #326de9;
}
.spinner-border.spinner-warning {
  color: #F89B1F;
}
.spinner-border.spinner-danger {
  color: #E72328;
}
.spinner-border.spinner-light {
  color: #f0f0f0;
}
.spinner-border.spinner-lighter {
  color: #f8f8f8;
}
.spinner-border.spinner-dark {
  color: #303030;
}
.spinner-border.spinner-black {
  color: #111111;
}
.spinner-border.spinner-white {
  color: #ffffff;
}

.spinner-grow {
  color: #ECEBF8;
}
.spinner-grow.spinner-primary {
  color: #1A8E42;
}
.spinner-grow.spinner-secondary {
  color: #1E1C4A;
}
.spinner-grow.spinner-success {
  color: #128807;
}
.spinner-grow.spinner-info {
  color: #326de9;
}
.spinner-grow.spinner-warning {
  color: #F89B1F;
}
.spinner-grow.spinner-danger {
  color: #E72328;
}
.spinner-grow.spinner-light {
  color: #f0f0f0;
}
.spinner-grow.spinner-lighter {
  color: #f8f8f8;
}
.spinner-grow.spinner-dark {
  color: #303030;
}
.spinner-grow.spinner-black {
  color: #111111;
}
.spinner-grow.spinner-white {
  color: #ffffff;
}

.table {
  color: #555555;
}
.table tr td, .table tr th {
  color: #555555;
}

/* ####################################### Button Link - START ####################################### */
.btn-link {
  background: transparent !important;
  text-decoration: none;
  border: none !important;
}

/* ####################################### Button Link - END ####################################### */
/* ####################################### Button - START ####################################### */
.btn {
  cursor: pointer;
  border: 1px solid #ECEBF8;
  padding: 8px 22px;
  border-radius: 5px;
  text-decoration: none;
  background-color: #f7f7f7;
  line-height: 1.4;
  font-size: 22px;
  font-weight: 500;
  height: 44px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  white-space: nowrap;
  color: #111111;
}
.btn img {
  max-height: 24px !important;
}
.btn i {
  font-size: 24px !important;
  line-height: 1;
}
.btn.active, .btn:hover, .btn:active, .btn:focus {
  background-color: rgb(226.6, 226.6, 226.6);
  border-color: rgb(226.6, 226.6, 226.6);
}
.btn.disabled, .btn:disabled {
  cursor: pointer;
  border: 1px solid #ECEBF8;
  padding: 8px 22px;
  border-radius: 5px;
  text-decoration: none;
  background-color: #f7f7f7;
  line-height: 1.4;
  font-size: 22px;
  font-weight: 500;
  height: 44px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  white-space: nowrap;
  color: #111111;
  opacity: 0.8;
  pointer-events: none;
}

.btn-shadow {
  box-shadow: 0 0px 8px 5px rgba(140, 152, 164, 0.09);
}

.btn-h-auto {
  height: auto !important;
  white-space: normal !important;
}

/* ####################################### Button - END ####################################### */
/* ####################################### Button Group - START ####################################### */
.btn-group {
  border-radius: 5px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* ####################################### Button Group - END ####################################### */
/* ####################################### Button Group - Tab View - START ####################################### */
/* ************************* Properties - START ************************* */
/* ************************* Properties - END ************************* */
/* ************************* Tab - START ************************* */
.btn-group-tab {
  background: #f0f0f0;
  padding: 5px;
}
.btn-group-tab .btn {
  height: 34px;
  min-height: 34px;
}
.btn-group-tab.btn-group-xs .btn {
  height: 10px;
  min-height: 10px;
}
.btn-group-tab.btn-group-sm .btn {
  height: 20px;
  min-height: 20px;
}
.btn-group-tab.btn-group-lg .btn {
  height: 45px;
  min-height: 45px;
}

.btn-group-tab-gap {
  background: #f0f0f0;
  padding: 5px;
  gap: 5px;
}
.btn-group-tab-gap .btn {
  height: 34px;
  min-height: 34px;
}
.btn-group-tab-gap.btn-group-xs .btn {
  height: 10px;
  min-height: 10px;
}
.btn-group-tab-gap.btn-group-sm .btn {
  height: 20px;
  min-height: 20px;
}
.btn-group-tab-gap.btn-group-lg .btn {
  height: 45px;
  min-height: 45px;
}

/* ************************* Tab - END ************************* */
/* ************************* Tab Round - START ************************* */
.btn-group-tab-round {
  background: #f0f0f0;
  padding: 5px;
  border-radius: 150px;
}
.btn-group-tab-round .btn {
  height: 34px;
  min-height: 34px;
}
.btn-group-tab-round.btn-group-xs .btn {
  height: 10px;
  min-height: 10px;
}
.btn-group-tab-round.btn-group-sm .btn {
  height: 20px;
  min-height: 20px;
}
.btn-group-tab-round.btn-group-lg .btn {
  height: 45px;
  min-height: 45px;
}
.btn-group-tab-round .btn {
  border-radius: 150px;
}

.btn-group-tab-round-gap {
  background: #f0f0f0;
  padding: 5px;
  border-radius: 150px;
  gap: 5px;
}
.btn-group-tab-round-gap .btn {
  height: 34px;
  min-height: 34px;
}
.btn-group-tab-round-gap.btn-group-xs .btn {
  height: 10px;
  min-height: 10px;
}
.btn-group-tab-round-gap.btn-group-sm .btn {
  height: 20px;
  min-height: 20px;
}
.btn-group-tab-round-gap.btn-group-lg .btn {
  height: 45px;
  min-height: 45px;
}
.btn-group-tab-round-gap .btn {
  border-radius: 150px;
}

/* ************************* Tab Round - END ************************* */
/* ************************* Tab Round Full - START ************************* */
.btn-group-tab-round-full {
  background: #f0f0f0;
  padding: 5px;
  border-radius: 150px;
  gap: 5px;
}
.btn-group-tab-round-full .btn {
  height: 34px;
  min-height: 34px;
}
.btn-group-tab-round-full.btn-group-xs .btn {
  height: 10px;
  min-height: 10px;
}
.btn-group-tab-round-full.btn-group-sm .btn {
  height: 20px;
  min-height: 20px;
}
.btn-group-tab-round-full.btn-group-lg .btn {
  height: 45px;
  min-height: 45px;
}
.btn-group-tab-round-full .btn {
  border-radius: 150px !important;
}
.btn-group-tab-round-full .btn:not(.active), .btn-group-tab-round-full .btn:not(.active):not(:hover) {
  background-color: transparent;
  border-color: transparent;
}

/* ************************* Tab Round Full - END ************************* */
/* ####################################### Button Group - Tab View - END ####################################### */
/* ####################################### Button - Theme Colors - START ####################################### */
.btn-primary {
  background-color: #1A8E42;
  border-color: #1A8E42;
  color: #ffffff;
}
.btn-primary.active, .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background-color: rgb(19.6857142857, 107.5142857143, 49.9714285714);
  border-color: rgb(19.6857142857, 107.5142857143, 49.9714285714);
  color: #ffffff;
}
.btn-primary:disabled, .btn-primary.disabled {
  background-color: #1A8E42;
  border-color: #1A8E42;
  color: #ffffff;
}

.btn-soft-primary {
  background-color: rgb(236.68, 245.96, 239.88);
  border-color: rgb(236.68, 245.96, 239.88);
  color: #1A8E42;
}
.btn-soft-primary.active, .btn-soft-primary:hover, .btn-soft-primary:active, .btn-soft-primary:focus {
  background-color: #1A8E42;
  color: #ffffff;
  border-color: #1A8E42;
}
.btn-soft-primary:disabled, .btn-soft-primary.disabled {
  background-color: rgb(236.68, 245.96, 239.88);
  border-color: rgb(236.68, 245.96, 239.88);
  color: #1A8E42;
}

.btn-outline-primary {
  background-color: transparent;
  border-color: #1A8E42;
  color: #1A8E42;
}
.btn-outline-primary.active, .btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary:focus {
  background-color: #1A8E42;
  color: #ffffff;
  border-color: #1A8E42;
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  background-color: #ffffff;
  border-color: #1A8E42;
  color: #1A8E42;
}

.btn-secondary {
  background-color: #1E1C4A;
  border-color: #1E1C4A;
  color: #ffffff;
}
.btn-secondary.active, .btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
  background-color: rgb(18, 16.8, 44.4);
  border-color: rgb(18, 16.8, 44.4);
  color: #ffffff;
}
.btn-secondary:disabled, .btn-secondary.disabled {
  background-color: #1E1C4A;
  border-color: #1E1C4A;
  color: #ffffff;
}

.btn-soft-secondary {
  background-color: rgb(237, 236.84, 240.52);
  border-color: rgb(237, 236.84, 240.52);
  color: #1E1C4A;
}
.btn-soft-secondary.active, .btn-soft-secondary:hover, .btn-soft-secondary:active, .btn-soft-secondary:focus {
  background-color: #1E1C4A;
  color: #ffffff;
  border-color: #1E1C4A;
}
.btn-soft-secondary:disabled, .btn-soft-secondary.disabled {
  background-color: rgb(237, 236.84, 240.52);
  border-color: rgb(237, 236.84, 240.52);
  color: #1E1C4A;
}

.btn-outline-secondary {
  background-color: transparent;
  border-color: #1E1C4A;
  color: #1E1C4A;
}
.btn-outline-secondary.active, .btn-outline-secondary:hover, .btn-outline-secondary:active, .btn-outline-secondary:focus {
  background-color: #1E1C4A;
  color: #ffffff;
  border-color: #1E1C4A;
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  background-color: #ffffff;
  border-color: #1E1C4A;
  color: #1E1C4A;
}

.btn-success {
  background-color: #128807;
  border-color: #128807;
  color: #ffffff;
}
.btn-success.active, .btn-success:hover, .btn-success:active, .btn-success:focus {
  background-color: rgb(12.8643356643, 97.1972027972, 5.0027972028);
  border-color: rgb(12.8643356643, 97.1972027972, 5.0027972028);
  color: #ffffff;
}
.btn-success:disabled, .btn-success.disabled {
  background-color: #128807;
  border-color: #128807;
  color: #ffffff;
}

.btn-soft-success {
  background-color: rgb(236.04, 245.48, 235.16);
  border-color: rgb(236.04, 245.48, 235.16);
  color: #128807;
}
.btn-soft-success.active, .btn-soft-success:hover, .btn-soft-success:active, .btn-soft-success:focus {
  background-color: #128807;
  color: #ffffff;
  border-color: #128807;
}
.btn-soft-success:disabled, .btn-soft-success.disabled {
  background-color: rgb(236.04, 245.48, 235.16);
  border-color: rgb(236.04, 245.48, 235.16);
  color: #128807;
}

.btn-outline-success {
  background-color: transparent;
  border-color: #128807;
  color: #128807;
}
.btn-outline-success.active, .btn-outline-success:hover, .btn-outline-success:active, .btn-outline-success:focus {
  background-color: #128807;
  color: #ffffff;
  border-color: #128807;
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  background-color: #ffffff;
  border-color: #128807;
  color: #128807;
}

.btn-info {
  background-color: #326de9;
  border-color: #326de9;
  color: #ffffff;
}
.btn-info.active, .btn-info:hover, .btn-info:active, .btn-info:focus {
  background-color: rgb(23.4731277533, 86.4237885463, 218.7268722467);
  border-color: rgb(23.4731277533, 86.4237885463, 218.7268722467);
  color: #ffffff;
}
.btn-info:disabled, .btn-info.disabled {
  background-color: #326de9;
  border-color: #326de9;
  color: #ffffff;
}

.btn-soft-info {
  background-color: rgb(238.6, 243.32, 253.24);
  border-color: rgb(238.6, 243.32, 253.24);
  color: #326de9;
}
.btn-soft-info.active, .btn-soft-info:hover, .btn-soft-info:active, .btn-soft-info:focus {
  background-color: #326de9;
  color: #ffffff;
  border-color: #326de9;
}
.btn-soft-info:disabled, .btn-soft-info.disabled {
  background-color: rgb(238.6, 243.32, 253.24);
  border-color: rgb(238.6, 243.32, 253.24);
  color: #326de9;
}

.btn-outline-info {
  background-color: transparent;
  border-color: #326de9;
  color: #326de9;
}
.btn-outline-info.active, .btn-outline-info:hover, .btn-outline-info:active, .btn-outline-info:focus {
  background-color: #326de9;
  color: #ffffff;
  border-color: #326de9;
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  background-color: #ffffff;
  border-color: #326de9;
  color: #326de9;
}

.btn-warning {
  background-color: #F89B1F;
  border-color: #F89B1F;
  color: #ffffff;
}
.btn-warning.active, .btn-warning:hover, .btn-warning:active, .btn-warning:focus {
  background-color: rgb(230.9818181818, 135.0831168831, 7.2181818182);
  border-color: rgb(230.9818181818, 135.0831168831, 7.2181818182);
  color: #ffffff;
}
.btn-warning:disabled, .btn-warning.disabled {
  background-color: #F89B1F;
  border-color: #F89B1F;
  color: #ffffff;
}

.btn-soft-warning {
  background-color: rgb(254.44, 247, 237.08);
  border-color: rgb(254.44, 247, 237.08);
  color: #F89B1F;
}
.btn-soft-warning.active, .btn-soft-warning:hover, .btn-soft-warning:active, .btn-soft-warning:focus {
  background-color: #F89B1F;
  color: #ffffff;
  border-color: #F89B1F;
}
.btn-soft-warning:disabled, .btn-soft-warning.disabled {
  background-color: rgb(254.44, 247, 237.08);
  border-color: rgb(254.44, 247, 237.08);
  color: #F89B1F;
}

.btn-outline-warning {
  background-color: transparent;
  border-color: #F89B1F;
  color: #F89B1F;
}
.btn-outline-warning.active, .btn-outline-warning:hover, .btn-outline-warning:active, .btn-outline-warning:focus {
  background-color: #F89B1F;
  color: #ffffff;
  border-color: #F89B1F;
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  background-color: #ffffff;
  border-color: #F89B1F;
  color: #F89B1F;
}

.btn-danger {
  background-color: #E72328;
  border-color: #E72328;
  color: #ffffff;
}
.btn-danger.active, .btn-danger:hover, .btn-danger:active, .btn-danger:focus {
  background-color: rgb(203.0491803279, 22.1508196721, 26.7655737705);
  border-color: rgb(203.0491803279, 22.1508196721, 26.7655737705);
  color: #ffffff;
}
.btn-danger:disabled, .btn-danger.disabled {
  background-color: #E72328;
  border-color: #E72328;
  color: #ffffff;
}

.btn-soft-danger {
  background-color: rgb(253.08, 237.4, 237.8);
  border-color: rgb(253.08, 237.4, 237.8);
  color: #E72328;
}
.btn-soft-danger.active, .btn-soft-danger:hover, .btn-soft-danger:active, .btn-soft-danger:focus {
  background-color: #E72328;
  color: #ffffff;
  border-color: #E72328;
}
.btn-soft-danger:disabled, .btn-soft-danger.disabled {
  background-color: rgb(253.08, 237.4, 237.8);
  border-color: rgb(253.08, 237.4, 237.8);
  color: #E72328;
}

.btn-outline-danger {
  background-color: transparent;
  border-color: #E72328;
  color: #E72328;
}
.btn-outline-danger.active, .btn-outline-danger:hover, .btn-outline-danger:active, .btn-outline-danger:focus {
  background-color: #E72328;
  color: #ffffff;
  border-color: #E72328;
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  background-color: #ffffff;
  border-color: #E72328;
  color: #E72328;
}

.btn-light {
  background-color: #f0f0f0;
  border-color: #f0f0f0;
  color: #ffffff;
}
.btn-light.active, .btn-light:hover, .btn-light:active, .btn-light:focus {
  background-color: rgb(219.6, 219.6, 219.6);
  border-color: rgb(219.6, 219.6, 219.6);
  color: #ffffff;
}
.btn-light:disabled, .btn-light.disabled {
  background-color: #f0f0f0;
  border-color: #f0f0f0;
  color: #ffffff;
}

.btn-soft-light {
  background-color: rgb(253.8, 253.8, 253.8);
  border-color: rgb(253.8, 253.8, 253.8);
  color: #f0f0f0;
}
.btn-soft-light.active, .btn-soft-light:hover, .btn-soft-light:active, .btn-soft-light:focus {
  background-color: #f0f0f0;
  color: #ffffff;
  border-color: #f0f0f0;
}
.btn-soft-light:disabled, .btn-soft-light.disabled {
  background-color: rgb(253.8, 253.8, 253.8);
  border-color: rgb(253.8, 253.8, 253.8);
  color: #f0f0f0;
}

.btn-outline-light {
  background-color: transparent;
  border-color: #f0f0f0;
  color: #f0f0f0;
}
.btn-outline-light.active, .btn-outline-light:hover, .btn-outline-light:active, .btn-outline-light:focus {
  background-color: #f0f0f0;
  color: #ffffff;
  border-color: #f0f0f0;
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  background-color: #ffffff;
  border-color: #f0f0f0;
  color: #f0f0f0;
}

.btn-lighter {
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #ffffff;
}
.btn-lighter.active, .btn-lighter:hover, .btn-lighter:active, .btn-lighter:focus {
  background-color: rgb(227.6, 227.6, 227.6);
  border-color: rgb(227.6, 227.6, 227.6);
  color: #ffffff;
}
.btn-lighter:disabled, .btn-lighter.disabled {
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #ffffff;
}

.btn-soft-lighter {
  background-color: rgb(254.44, 254.44, 254.44);
  border-color: rgb(254.44, 254.44, 254.44);
  color: #f8f8f8;
}
.btn-soft-lighter.active, .btn-soft-lighter:hover, .btn-soft-lighter:active, .btn-soft-lighter:focus {
  background-color: #f8f8f8;
  color: #ffffff;
  border-color: #f8f8f8;
}
.btn-soft-lighter:disabled, .btn-soft-lighter.disabled {
  background-color: rgb(254.44, 254.44, 254.44);
  border-color: rgb(254.44, 254.44, 254.44);
  color: #f8f8f8;
}

.btn-outline-lighter {
  background-color: transparent;
  border-color: #f8f8f8;
  color: #f8f8f8;
}
.btn-outline-lighter.active, .btn-outline-lighter:hover, .btn-outline-lighter:active, .btn-outline-lighter:focus {
  background-color: #f8f8f8;
  color: #ffffff;
  border-color: #f8f8f8;
}
.btn-outline-lighter:disabled, .btn-outline-lighter.disabled {
  background-color: #ffffff;
  border-color: #f8f8f8;
  color: #f8f8f8;
}

.btn-dark {
  background-color: #303030;
  border-color: #303030;
  color: #ffffff;
}
.btn-dark.active, .btn-dark:hover, .btn-dark:active, .btn-dark:focus {
  background-color: rgb(27.6, 27.6, 27.6);
  border-color: rgb(27.6, 27.6, 27.6);
  color: #ffffff;
}
.btn-dark:disabled, .btn-dark.disabled {
  background-color: #303030;
  border-color: #303030;
  color: #ffffff;
}

.btn-soft-dark {
  background-color: rgb(238.44, 238.44, 238.44);
  border-color: rgb(238.44, 238.44, 238.44);
  color: #303030;
}
.btn-soft-dark.active, .btn-soft-dark:hover, .btn-soft-dark:active, .btn-soft-dark:focus {
  background-color: #303030;
  color: #ffffff;
  border-color: #303030;
}
.btn-soft-dark:disabled, .btn-soft-dark.disabled {
  background-color: rgb(238.44, 238.44, 238.44);
  border-color: rgb(238.44, 238.44, 238.44);
  color: #303030;
}

.btn-outline-dark {
  background-color: transparent;
  border-color: #303030;
  color: #303030;
}
.btn-outline-dark.active, .btn-outline-dark:hover, .btn-outline-dark:active, .btn-outline-dark:focus {
  background-color: #303030;
  color: #ffffff;
  border-color: #303030;
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  background-color: #ffffff;
  border-color: #303030;
  color: #303030;
}

.btn-black {
  background-color: #111111;
  border-color: #111111;
  color: #ffffff;
}
.btn-black.active, .btn-black:hover, .btn-black:active, .btn-black:focus {
  background-color: black;
  border-color: black;
  color: #ffffff;
}
.btn-black:disabled, .btn-black.disabled {
  background-color: #111111;
  border-color: #111111;
  color: #ffffff;
}

.btn-soft-black {
  background-color: rgb(235.96, 235.96, 235.96);
  border-color: rgb(235.96, 235.96, 235.96);
  color: #111111;
}
.btn-soft-black.active, .btn-soft-black:hover, .btn-soft-black:active, .btn-soft-black:focus {
  background-color: #111111;
  color: #ffffff;
  border-color: #111111;
}
.btn-soft-black:disabled, .btn-soft-black.disabled {
  background-color: rgb(235.96, 235.96, 235.96);
  border-color: rgb(235.96, 235.96, 235.96);
  color: #111111;
}

.btn-outline-black {
  background-color: transparent;
  border-color: #111111;
  color: #111111;
}
.btn-outline-black.active, .btn-outline-black:hover, .btn-outline-black:active, .btn-outline-black:focus {
  background-color: #111111;
  color: #ffffff;
  border-color: #111111;
}
.btn-outline-black:disabled, .btn-outline-black.disabled {
  background-color: #ffffff;
  border-color: #111111;
  color: #111111;
}

.btn-white {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white.active, .btn-white:hover, .btn-white:active, .btn-white:focus {
  background-color: rgb(234.6, 234.6, 234.6);
  border-color: rgb(234.6, 234.6, 234.6);
  color: #ffffff;
}
.btn-white:disabled, .btn-white.disabled {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
}

.btn-soft-white {
  background-color: white;
  border-color: white;
  color: #ffffff;
}
.btn-soft-white.active, .btn-soft-white:hover, .btn-soft-white:active, .btn-soft-white:focus {
  background-color: #ffffff;
  color: #ffffff;
  border-color: #ffffff;
}
.btn-soft-white:disabled, .btn-soft-white.disabled {
  background-color: white;
  border-color: white;
  color: #ffffff;
}

.btn-outline-white {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-outline-white.active, .btn-outline-white:hover, .btn-outline-white:active, .btn-outline-white:focus {
  background-color: #ffffff;
  color: #ffffff;
  border-color: #ffffff;
}
.btn-outline-white:disabled, .btn-outline-white.disabled {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
}

/* ####################################### Button - Theme Colors - END ####################################### */
/* ####################################### Color issue for Light Button - START ####################################### */
.btn-white, .btn-outline-white,
.btn-light, .btn-outline-light,
.btn-lighter, .btn-outline-lighter,
.btn-soft-light, .btn-soft-lighter,
.btn-soft-white,
.btn-text-white,
.btn-text-lighter,
.btn-text-light {
  color: #111111 !important;
}
.btn-white:hover, .btn-white.disabled, .btn-white.active, .btn-outline-white:hover, .btn-outline-white.disabled, .btn-outline-white.active,
.btn-light:hover,
.btn-light.disabled,
.btn-light.active, .btn-outline-light:hover, .btn-outline-light.disabled, .btn-outline-light.active,
.btn-lighter:hover,
.btn-lighter.disabled,
.btn-lighter.active, .btn-outline-lighter:hover, .btn-outline-lighter.disabled, .btn-outline-lighter.active,
.btn-soft-light:hover,
.btn-soft-light.disabled,
.btn-soft-light.active, .btn-soft-lighter:hover, .btn-soft-lighter.disabled, .btn-soft-lighter.active,
.btn-soft-white:hover,
.btn-soft-white.disabled,
.btn-soft-white.active,
.btn-text-white:hover,
.btn-text-white.disabled,
.btn-text-white.active,
.btn-text-lighter:hover,
.btn-text-lighter.disabled,
.btn-text-lighter.active,
.btn-text-light:hover,
.btn-text-light.disabled,
.btn-text-light.active {
  color: #111111 !important;
}

.btn-group-white .btn,
.btn-group-light .btn,
.btn-group-lighter .btn,
.btn-group-soft-white .btn,
.btn-group-soft-light .btn,
.btn-group-soft-lighter .btn,
.btn-group-outline-white .btn,
.btn-group-outline-light .btn,
.btn-group-outline-lighter .btn,
.btn-group-hover-white .btn,
.btn-group-hover-light .btn,
.btn-group-hover-lighter .btn,
.btn-group-hover-soft-white .btn,
.btn-group-hover-soft-light .btn,
.btn-group-hover-soft-lighter .btn,
.btn-group-hover-outline-white .btn,
.btn-group-hover-outline-light .btn,
.btn-group-hover-outline-lighter .btn {
  color: #111111 !important;
}
.btn-group-white .btn:hover, .btn-group-white .btn.disabled, .btn-group-white .btn.active,
.btn-group-light .btn:hover,
.btn-group-light .btn.disabled,
.btn-group-light .btn.active,
.btn-group-lighter .btn:hover,
.btn-group-lighter .btn.disabled,
.btn-group-lighter .btn.active,
.btn-group-soft-white .btn:hover,
.btn-group-soft-white .btn.disabled,
.btn-group-soft-white .btn.active,
.btn-group-soft-light .btn:hover,
.btn-group-soft-light .btn.disabled,
.btn-group-soft-light .btn.active,
.btn-group-soft-lighter .btn:hover,
.btn-group-soft-lighter .btn.disabled,
.btn-group-soft-lighter .btn.active,
.btn-group-outline-white .btn:hover,
.btn-group-outline-white .btn.disabled,
.btn-group-outline-white .btn.active,
.btn-group-outline-light .btn:hover,
.btn-group-outline-light .btn.disabled,
.btn-group-outline-light .btn.active,
.btn-group-outline-lighter .btn:hover,
.btn-group-outline-lighter .btn.disabled,
.btn-group-outline-lighter .btn.active,
.btn-group-hover-white .btn:hover,
.btn-group-hover-white .btn.disabled,
.btn-group-hover-white .btn.active,
.btn-group-hover-light .btn:hover,
.btn-group-hover-light .btn.disabled,
.btn-group-hover-light .btn.active,
.btn-group-hover-lighter .btn:hover,
.btn-group-hover-lighter .btn.disabled,
.btn-group-hover-lighter .btn.active,
.btn-group-hover-soft-white .btn:hover,
.btn-group-hover-soft-white .btn.disabled,
.btn-group-hover-soft-white .btn.active,
.btn-group-hover-soft-light .btn:hover,
.btn-group-hover-soft-light .btn.disabled,
.btn-group-hover-soft-light .btn.active,
.btn-group-hover-soft-lighter .btn:hover,
.btn-group-hover-soft-lighter .btn.disabled,
.btn-group-hover-soft-lighter .btn.active,
.btn-group-hover-outline-white .btn:hover,
.btn-group-hover-outline-white .btn.disabled,
.btn-group-hover-outline-white .btn.active,
.btn-group-hover-outline-light .btn:hover,
.btn-group-hover-outline-light .btn.disabled,
.btn-group-hover-outline-light .btn.active,
.btn-group-hover-outline-lighter .btn:hover,
.btn-group-hover-outline-lighter .btn.disabled,
.btn-group-hover-outline-lighter .btn.active {
  color: #111111 !important;
}

.btn-group-bg-white-white .btn,
.btn-group-bg-white-light .btn,
.btn-group-bg-white-lighter .btn {
  color: #111111 !important;
}
.btn-group-bg-white-white .btn:hover, .btn-group-bg-white-white .btn.disabled, .btn-group-bg-white-white .btn.active,
.btn-group-bg-white-light .btn:hover,
.btn-group-bg-white-light .btn.disabled,
.btn-group-bg-white-light .btn.active,
.btn-group-bg-white-lighter .btn:hover,
.btn-group-bg-white-lighter .btn.disabled,
.btn-group-bg-white-lighter .btn.active {
  color: #111111 !important;
}

.btn-group-bg-white2-white .btn,
.btn-group-bg-white2-light .btn,
.btn-group-bg-white2-lighter .btn {
  color: #111111;
}
.btn-group-bg-white2-white .btn:hover, .btn-group-bg-white2-white .btn.disabled, .btn-group-bg-white2-white .btn.active,
.btn-group-bg-white2-light .btn:hover,
.btn-group-bg-white2-light .btn.disabled,
.btn-group-bg-white2-light .btn.active,
.btn-group-bg-white2-lighter .btn:hover,
.btn-group-bg-white2-lighter .btn.disabled,
.btn-group-bg-white2-lighter .btn.active {
  color: #111111 !important;
}

.btn-with-border {
  border-color: #ECEBF8 !important;
}
.btn-with-border.active {
  border-color: #ECEBF8 !important;
}

/* ####################################### Color issue for Light Button - END ####################################### */
/* ####################################### Button - Text - Theme Colors - END ####################################### */
.btn-text-primary {
  color: #1A8E42 !important;
}
.btn-text-primary:hover {
  color: #1A8E42 !important;
}

.btn-text-secondary {
  color: #1E1C4A !important;
}
.btn-text-secondary:hover {
  color: #1E1C4A !important;
}

.btn-text-success {
  color: #128807 !important;
}
.btn-text-success:hover {
  color: #128807 !important;
}

.btn-text-info {
  color: #326de9 !important;
}
.btn-text-info:hover {
  color: #326de9 !important;
}

.btn-text-warning {
  color: #F89B1F !important;
}
.btn-text-warning:hover {
  color: #F89B1F !important;
}

.btn-text-danger {
  color: #E72328 !important;
}
.btn-text-danger:hover {
  color: #E72328 !important;
}

.btn-text-light {
  color: #f0f0f0 !important;
}
.btn-text-light:hover {
  color: #f0f0f0 !important;
}

.btn-text-lighter {
  color: #f8f8f8 !important;
}
.btn-text-lighter:hover {
  color: #f8f8f8 !important;
}

.btn-text-dark {
  color: #303030 !important;
}
.btn-text-dark:hover {
  color: #303030 !important;
}

.btn-text-black {
  color: #111111 !important;
}
.btn-text-black:hover {
  color: #111111 !important;
}

.btn-text-white {
  color: #ffffff !important;
}
.btn-text-white:hover {
  color: #ffffff !important;
}

/* ####################################### Button - Text - Theme Colors - END ####################################### */
/* ####################################### Button - Hover - Theme Colors - END ####################################### */
.btn-hover-primary:hover {
  background-color: #1A8E42;
  color: #ffffff;
  border-color: #1A8E42;
}

.btn-hover-soft-primary:hover {
  color: #1A8E42;
  background-color: rgb(236.68, 245.96, 239.88);
  border-color: rgb(236.68, 245.96, 239.88);
}

.btn-hover-outline-primary:hover {
  background-color: transparent;
  border-color: #1A8E42;
  color: #1A8E42;
}

.btn-hover-text-primary:hover {
  color: #1A8E42 !important;
}

.btn-hover-secondary:hover {
  background-color: #1E1C4A;
  color: #ffffff;
  border-color: #1E1C4A;
}

.btn-hover-soft-secondary:hover {
  color: #1E1C4A;
  background-color: rgb(237, 236.84, 240.52);
  border-color: rgb(237, 236.84, 240.52);
}

.btn-hover-outline-secondary:hover {
  background-color: transparent;
  border-color: #1E1C4A;
  color: #1E1C4A;
}

.btn-hover-text-secondary:hover {
  color: #1E1C4A !important;
}

.btn-hover-success:hover {
  background-color: #128807;
  color: #ffffff;
  border-color: #128807;
}

.btn-hover-soft-success:hover {
  color: #128807;
  background-color: rgb(236.04, 245.48, 235.16);
  border-color: rgb(236.04, 245.48, 235.16);
}

.btn-hover-outline-success:hover {
  background-color: transparent;
  border-color: #128807;
  color: #128807;
}

.btn-hover-text-success:hover {
  color: #128807 !important;
}

.btn-hover-info:hover {
  background-color: #326de9;
  color: #ffffff;
  border-color: #326de9;
}

.btn-hover-soft-info:hover {
  color: #326de9;
  background-color: rgb(238.6, 243.32, 253.24);
  border-color: rgb(238.6, 243.32, 253.24);
}

.btn-hover-outline-info:hover {
  background-color: transparent;
  border-color: #326de9;
  color: #326de9;
}

.btn-hover-text-info:hover {
  color: #326de9 !important;
}

.btn-hover-warning:hover {
  background-color: #F89B1F;
  color: #ffffff;
  border-color: #F89B1F;
}

.btn-hover-soft-warning:hover {
  color: #F89B1F;
  background-color: rgb(254.44, 247, 237.08);
  border-color: rgb(254.44, 247, 237.08);
}

.btn-hover-outline-warning:hover {
  background-color: transparent;
  border-color: #F89B1F;
  color: #F89B1F;
}

.btn-hover-text-warning:hover {
  color: #F89B1F !important;
}

.btn-hover-danger:hover {
  background-color: #E72328;
  color: #ffffff;
  border-color: #E72328;
}

.btn-hover-soft-danger:hover {
  color: #E72328;
  background-color: rgb(253.08, 237.4, 237.8);
  border-color: rgb(253.08, 237.4, 237.8);
}

.btn-hover-outline-danger:hover {
  background-color: transparent;
  border-color: #E72328;
  color: #E72328;
}

.btn-hover-text-danger:hover {
  color: #E72328 !important;
}

.btn-hover-light:hover {
  background-color: #f0f0f0;
  color: #ffffff;
  border-color: #f0f0f0;
}

.btn-hover-soft-light:hover {
  color: #f0f0f0;
  background-color: rgb(253.8, 253.8, 253.8);
  border-color: rgb(253.8, 253.8, 253.8);
}

.btn-hover-outline-light:hover {
  background-color: transparent;
  border-color: #f0f0f0;
  color: #f0f0f0;
}

.btn-hover-text-light:hover {
  color: #f0f0f0 !important;
}

.btn-hover-lighter:hover {
  background-color: #f8f8f8;
  color: #ffffff;
  border-color: #f8f8f8;
}

.btn-hover-soft-lighter:hover {
  color: #f8f8f8;
  background-color: rgb(254.44, 254.44, 254.44);
  border-color: rgb(254.44, 254.44, 254.44);
}

.btn-hover-outline-lighter:hover {
  background-color: transparent;
  border-color: #f8f8f8;
  color: #f8f8f8;
}

.btn-hover-text-lighter:hover {
  color: #f8f8f8 !important;
}

.btn-hover-dark:hover {
  background-color: #303030;
  color: #ffffff;
  border-color: #303030;
}

.btn-hover-soft-dark:hover {
  color: #303030;
  background-color: rgb(238.44, 238.44, 238.44);
  border-color: rgb(238.44, 238.44, 238.44);
}

.btn-hover-outline-dark:hover {
  background-color: transparent;
  border-color: #303030;
  color: #303030;
}

.btn-hover-text-dark:hover {
  color: #303030 !important;
}

.btn-hover-black:hover {
  background-color: #111111;
  color: #ffffff;
  border-color: #111111;
}

.btn-hover-soft-black:hover {
  color: #111111;
  background-color: rgb(235.96, 235.96, 235.96);
  border-color: rgb(235.96, 235.96, 235.96);
}

.btn-hover-outline-black:hover {
  background-color: transparent;
  border-color: #111111;
  color: #111111;
}

.btn-hover-text-black:hover {
  color: #111111 !important;
}

.btn-hover-white:hover {
  background-color: #ffffff;
  color: #ffffff;
  border-color: #ffffff;
}

.btn-hover-soft-white:hover {
  color: #ffffff;
  background-color: white;
  border-color: white;
}

.btn-hover-outline-white:hover {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}

.btn-hover-text-white:hover {
  color: #ffffff !important;
}

/* ####################################### Button - Hover - Theme Colors - END ####################################### */
/* ####################################### Button Group - Theme Colors - START ####################################### */
.btn-group-primary > .btn {
  background-color: #1A8E42;
  border-color: #1A8E42;
  color: #ffffff;
}
.btn-group-primary > .btn.active, .btn-group-primary > .btn:hover, .btn-group-primary > .btn:active, .btn-group-primary > .btn:focus {
  background-color: rgb(19.6857142857, 107.5142857143, 49.9714285714);
  border-color: rgb(19.6857142857, 107.5142857143, 49.9714285714);
  color: #ffffff;
}

.btn-group-soft-primary > .btn {
  background-color: rgb(236.68, 245.96, 239.88);
  border-color: rgb(236.68, 245.96, 239.88);
  color: #1A8E42;
}
.btn-group-soft-primary > .btn.active, .btn-group-soft-primary > .btn:hover, .btn-group-soft-primary > .btn:active, .btn-group-soft-primary > .btn:focus {
  background-color: #1A8E42;
  color: #ffffff;
  border-color: #1A8E42;
}

.btn-group-outline-primary > .btn {
  background-color: transparent;
  border-color: #1A8E42;
  color: #1A8E42;
}
.btn-group-outline-primary > .btn.active, .btn-group-outline-primary > .btn:hover, .btn-group-outline-primary > .btn:active, .btn-group-outline-primary > .btn:focus {
  background-color: #1A8E42;
  color: #ffffff;
  border-color: #1A8E42;
}

.btn-group-bg-white-primary > .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1A8E42;
}
.btn-group-bg-white-primary > .btn.active, .btn-group-bg-white-primary > .btn:hover, .btn-group-bg-white-primary > .btn:active, .btn-group-bg-white-primary > .btn:focus {
  background-color: #1A8E42;
  color: #ffffff;
  border-color: #1A8E42;
}

.btn-group-bg-white2-primary > .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #111111;
}
.btn-group-bg-white2-primary > .btn.active, .btn-group-bg-white2-primary > .btn:hover, .btn-group-bg-white2-primary > .btn:active, .btn-group-bg-white2-primary > .btn:focus {
  background-color: #1A8E42;
  color: #ffffff;
  border-color: #1A8E42;
}

.btn-group-hover-primary > .btn.active, .btn-group-hover-primary > .btn:hover {
  background-color: #1A8E42 !important;
  border-color: #1A8E42 !important;
  color: #ffffff !important;
}

.btn-group-hover-soft-primary > .btn.active, .btn-group-hover-soft-primary > .btn:hover {
  background-color: rgb(236.68, 245.96, 239.88) !important;
  border-color: rgb(236.68, 245.96, 239.88) !important;
  color: #1A8E42 !important;
}

.btn-group-hover-outline-primary > .btn.active, .btn-group-hover-outline-primary > .btn:hover {
  background-color: transparent;
  border-color: #1A8E42;
  color: #1A8E42;
}

.btn-group-secondary > .btn {
  background-color: #1E1C4A;
  border-color: #1E1C4A;
  color: #ffffff;
}
.btn-group-secondary > .btn.active, .btn-group-secondary > .btn:hover, .btn-group-secondary > .btn:active, .btn-group-secondary > .btn:focus {
  background-color: rgb(18, 16.8, 44.4);
  border-color: rgb(18, 16.8, 44.4);
  color: #ffffff;
}

.btn-group-soft-secondary > .btn {
  background-color: rgb(237, 236.84, 240.52);
  border-color: rgb(237, 236.84, 240.52);
  color: #1E1C4A;
}
.btn-group-soft-secondary > .btn.active, .btn-group-soft-secondary > .btn:hover, .btn-group-soft-secondary > .btn:active, .btn-group-soft-secondary > .btn:focus {
  background-color: #1E1C4A;
  color: #ffffff;
  border-color: #1E1C4A;
}

.btn-group-outline-secondary > .btn {
  background-color: transparent;
  border-color: #1E1C4A;
  color: #1E1C4A;
}
.btn-group-outline-secondary > .btn.active, .btn-group-outline-secondary > .btn:hover, .btn-group-outline-secondary > .btn:active, .btn-group-outline-secondary > .btn:focus {
  background-color: #1E1C4A;
  color: #ffffff;
  border-color: #1E1C4A;
}

.btn-group-bg-white-secondary > .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1E1C4A;
}
.btn-group-bg-white-secondary > .btn.active, .btn-group-bg-white-secondary > .btn:hover, .btn-group-bg-white-secondary > .btn:active, .btn-group-bg-white-secondary > .btn:focus {
  background-color: #1E1C4A;
  color: #ffffff;
  border-color: #1E1C4A;
}

.btn-group-bg-white2-secondary > .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #111111;
}
.btn-group-bg-white2-secondary > .btn.active, .btn-group-bg-white2-secondary > .btn:hover, .btn-group-bg-white2-secondary > .btn:active, .btn-group-bg-white2-secondary > .btn:focus {
  background-color: #1E1C4A;
  color: #ffffff;
  border-color: #1E1C4A;
}

.btn-group-hover-secondary > .btn.active, .btn-group-hover-secondary > .btn:hover {
  background-color: #1E1C4A !important;
  border-color: #1E1C4A !important;
  color: #ffffff !important;
}

.btn-group-hover-soft-secondary > .btn.active, .btn-group-hover-soft-secondary > .btn:hover {
  background-color: rgb(237, 236.84, 240.52) !important;
  border-color: rgb(237, 236.84, 240.52) !important;
  color: #1E1C4A !important;
}

.btn-group-hover-outline-secondary > .btn.active, .btn-group-hover-outline-secondary > .btn:hover {
  background-color: transparent;
  border-color: #1E1C4A;
  color: #1E1C4A;
}

.btn-group-success > .btn {
  background-color: #128807;
  border-color: #128807;
  color: #ffffff;
}
.btn-group-success > .btn.active, .btn-group-success > .btn:hover, .btn-group-success > .btn:active, .btn-group-success > .btn:focus {
  background-color: rgb(12.8643356643, 97.1972027972, 5.0027972028);
  border-color: rgb(12.8643356643, 97.1972027972, 5.0027972028);
  color: #ffffff;
}

.btn-group-soft-success > .btn {
  background-color: rgb(236.04, 245.48, 235.16);
  border-color: rgb(236.04, 245.48, 235.16);
  color: #128807;
}
.btn-group-soft-success > .btn.active, .btn-group-soft-success > .btn:hover, .btn-group-soft-success > .btn:active, .btn-group-soft-success > .btn:focus {
  background-color: #128807;
  color: #ffffff;
  border-color: #128807;
}

.btn-group-outline-success > .btn {
  background-color: transparent;
  border-color: #128807;
  color: #128807;
}
.btn-group-outline-success > .btn.active, .btn-group-outline-success > .btn:hover, .btn-group-outline-success > .btn:active, .btn-group-outline-success > .btn:focus {
  background-color: #128807;
  color: #ffffff;
  border-color: #128807;
}

.btn-group-bg-white-success > .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #128807;
}
.btn-group-bg-white-success > .btn.active, .btn-group-bg-white-success > .btn:hover, .btn-group-bg-white-success > .btn:active, .btn-group-bg-white-success > .btn:focus {
  background-color: #128807;
  color: #ffffff;
  border-color: #128807;
}

.btn-group-bg-white2-success > .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #111111;
}
.btn-group-bg-white2-success > .btn.active, .btn-group-bg-white2-success > .btn:hover, .btn-group-bg-white2-success > .btn:active, .btn-group-bg-white2-success > .btn:focus {
  background-color: #128807;
  color: #ffffff;
  border-color: #128807;
}

.btn-group-hover-success > .btn.active, .btn-group-hover-success > .btn:hover {
  background-color: #128807 !important;
  border-color: #128807 !important;
  color: #ffffff !important;
}

.btn-group-hover-soft-success > .btn.active, .btn-group-hover-soft-success > .btn:hover {
  background-color: rgb(236.04, 245.48, 235.16) !important;
  border-color: rgb(236.04, 245.48, 235.16) !important;
  color: #128807 !important;
}

.btn-group-hover-outline-success > .btn.active, .btn-group-hover-outline-success > .btn:hover {
  background-color: transparent;
  border-color: #128807;
  color: #128807;
}

.btn-group-info > .btn {
  background-color: #326de9;
  border-color: #326de9;
  color: #ffffff;
}
.btn-group-info > .btn.active, .btn-group-info > .btn:hover, .btn-group-info > .btn:active, .btn-group-info > .btn:focus {
  background-color: rgb(23.4731277533, 86.4237885463, 218.7268722467);
  border-color: rgb(23.4731277533, 86.4237885463, 218.7268722467);
  color: #ffffff;
}

.btn-group-soft-info > .btn {
  background-color: rgb(238.6, 243.32, 253.24);
  border-color: rgb(238.6, 243.32, 253.24);
  color: #326de9;
}
.btn-group-soft-info > .btn.active, .btn-group-soft-info > .btn:hover, .btn-group-soft-info > .btn:active, .btn-group-soft-info > .btn:focus {
  background-color: #326de9;
  color: #ffffff;
  border-color: #326de9;
}

.btn-group-outline-info > .btn {
  background-color: transparent;
  border-color: #326de9;
  color: #326de9;
}
.btn-group-outline-info > .btn.active, .btn-group-outline-info > .btn:hover, .btn-group-outline-info > .btn:active, .btn-group-outline-info > .btn:focus {
  background-color: #326de9;
  color: #ffffff;
  border-color: #326de9;
}

.btn-group-bg-white-info > .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #326de9;
}
.btn-group-bg-white-info > .btn.active, .btn-group-bg-white-info > .btn:hover, .btn-group-bg-white-info > .btn:active, .btn-group-bg-white-info > .btn:focus {
  background-color: #326de9;
  color: #ffffff;
  border-color: #326de9;
}

.btn-group-bg-white2-info > .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #111111;
}
.btn-group-bg-white2-info > .btn.active, .btn-group-bg-white2-info > .btn:hover, .btn-group-bg-white2-info > .btn:active, .btn-group-bg-white2-info > .btn:focus {
  background-color: #326de9;
  color: #ffffff;
  border-color: #326de9;
}

.btn-group-hover-info > .btn.active, .btn-group-hover-info > .btn:hover {
  background-color: #326de9 !important;
  border-color: #326de9 !important;
  color: #ffffff !important;
}

.btn-group-hover-soft-info > .btn.active, .btn-group-hover-soft-info > .btn:hover {
  background-color: rgb(238.6, 243.32, 253.24) !important;
  border-color: rgb(238.6, 243.32, 253.24) !important;
  color: #326de9 !important;
}

.btn-group-hover-outline-info > .btn.active, .btn-group-hover-outline-info > .btn:hover {
  background-color: transparent;
  border-color: #326de9;
  color: #326de9;
}

.btn-group-warning > .btn {
  background-color: #F89B1F;
  border-color: #F89B1F;
  color: #ffffff;
}
.btn-group-warning > .btn.active, .btn-group-warning > .btn:hover, .btn-group-warning > .btn:active, .btn-group-warning > .btn:focus {
  background-color: rgb(230.9818181818, 135.0831168831, 7.2181818182);
  border-color: rgb(230.9818181818, 135.0831168831, 7.2181818182);
  color: #ffffff;
}

.btn-group-soft-warning > .btn {
  background-color: rgb(254.44, 247, 237.08);
  border-color: rgb(254.44, 247, 237.08);
  color: #F89B1F;
}
.btn-group-soft-warning > .btn.active, .btn-group-soft-warning > .btn:hover, .btn-group-soft-warning > .btn:active, .btn-group-soft-warning > .btn:focus {
  background-color: #F89B1F;
  color: #ffffff;
  border-color: #F89B1F;
}

.btn-group-outline-warning > .btn {
  background-color: transparent;
  border-color: #F89B1F;
  color: #F89B1F;
}
.btn-group-outline-warning > .btn.active, .btn-group-outline-warning > .btn:hover, .btn-group-outline-warning > .btn:active, .btn-group-outline-warning > .btn:focus {
  background-color: #F89B1F;
  color: #ffffff;
  border-color: #F89B1F;
}

.btn-group-bg-white-warning > .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #F89B1F;
}
.btn-group-bg-white-warning > .btn.active, .btn-group-bg-white-warning > .btn:hover, .btn-group-bg-white-warning > .btn:active, .btn-group-bg-white-warning > .btn:focus {
  background-color: #F89B1F;
  color: #ffffff;
  border-color: #F89B1F;
}

.btn-group-bg-white2-warning > .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #111111;
}
.btn-group-bg-white2-warning > .btn.active, .btn-group-bg-white2-warning > .btn:hover, .btn-group-bg-white2-warning > .btn:active, .btn-group-bg-white2-warning > .btn:focus {
  background-color: #F89B1F;
  color: #ffffff;
  border-color: #F89B1F;
}

.btn-group-hover-warning > .btn.active, .btn-group-hover-warning > .btn:hover {
  background-color: #F89B1F !important;
  border-color: #F89B1F !important;
  color: #ffffff !important;
}

.btn-group-hover-soft-warning > .btn.active, .btn-group-hover-soft-warning > .btn:hover {
  background-color: rgb(254.44, 247, 237.08) !important;
  border-color: rgb(254.44, 247, 237.08) !important;
  color: #F89B1F !important;
}

.btn-group-hover-outline-warning > .btn.active, .btn-group-hover-outline-warning > .btn:hover {
  background-color: transparent;
  border-color: #F89B1F;
  color: #F89B1F;
}

.btn-group-danger > .btn {
  background-color: #E72328;
  border-color: #E72328;
  color: #ffffff;
}
.btn-group-danger > .btn.active, .btn-group-danger > .btn:hover, .btn-group-danger > .btn:active, .btn-group-danger > .btn:focus {
  background-color: rgb(203.0491803279, 22.1508196721, 26.7655737705);
  border-color: rgb(203.0491803279, 22.1508196721, 26.7655737705);
  color: #ffffff;
}

.btn-group-soft-danger > .btn {
  background-color: rgb(253.08, 237.4, 237.8);
  border-color: rgb(253.08, 237.4, 237.8);
  color: #E72328;
}
.btn-group-soft-danger > .btn.active, .btn-group-soft-danger > .btn:hover, .btn-group-soft-danger > .btn:active, .btn-group-soft-danger > .btn:focus {
  background-color: #E72328;
  color: #ffffff;
  border-color: #E72328;
}

.btn-group-outline-danger > .btn {
  background-color: transparent;
  border-color: #E72328;
  color: #E72328;
}
.btn-group-outline-danger > .btn.active, .btn-group-outline-danger > .btn:hover, .btn-group-outline-danger > .btn:active, .btn-group-outline-danger > .btn:focus {
  background-color: #E72328;
  color: #ffffff;
  border-color: #E72328;
}

.btn-group-bg-white-danger > .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #E72328;
}
.btn-group-bg-white-danger > .btn.active, .btn-group-bg-white-danger > .btn:hover, .btn-group-bg-white-danger > .btn:active, .btn-group-bg-white-danger > .btn:focus {
  background-color: #E72328;
  color: #ffffff;
  border-color: #E72328;
}

.btn-group-bg-white2-danger > .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #111111;
}
.btn-group-bg-white2-danger > .btn.active, .btn-group-bg-white2-danger > .btn:hover, .btn-group-bg-white2-danger > .btn:active, .btn-group-bg-white2-danger > .btn:focus {
  background-color: #E72328;
  color: #ffffff;
  border-color: #E72328;
}

.btn-group-hover-danger > .btn.active, .btn-group-hover-danger > .btn:hover {
  background-color: #E72328 !important;
  border-color: #E72328 !important;
  color: #ffffff !important;
}

.btn-group-hover-soft-danger > .btn.active, .btn-group-hover-soft-danger > .btn:hover {
  background-color: rgb(253.08, 237.4, 237.8) !important;
  border-color: rgb(253.08, 237.4, 237.8) !important;
  color: #E72328 !important;
}

.btn-group-hover-outline-danger > .btn.active, .btn-group-hover-outline-danger > .btn:hover {
  background-color: transparent;
  border-color: #E72328;
  color: #E72328;
}

.btn-group-light > .btn {
  background-color: #f0f0f0;
  border-color: #f0f0f0;
  color: #ffffff;
}
.btn-group-light > .btn.active, .btn-group-light > .btn:hover, .btn-group-light > .btn:active, .btn-group-light > .btn:focus {
  background-color: rgb(219.6, 219.6, 219.6);
  border-color: rgb(219.6, 219.6, 219.6);
  color: #ffffff;
}

.btn-group-soft-light > .btn {
  background-color: rgb(253.8, 253.8, 253.8);
  border-color: rgb(253.8, 253.8, 253.8);
  color: #f0f0f0;
}
.btn-group-soft-light > .btn.active, .btn-group-soft-light > .btn:hover, .btn-group-soft-light > .btn:active, .btn-group-soft-light > .btn:focus {
  background-color: #f0f0f0;
  color: #ffffff;
  border-color: #f0f0f0;
}

.btn-group-outline-light > .btn {
  background-color: transparent;
  border-color: #f0f0f0;
  color: #f0f0f0;
}
.btn-group-outline-light > .btn.active, .btn-group-outline-light > .btn:hover, .btn-group-outline-light > .btn:active, .btn-group-outline-light > .btn:focus {
  background-color: #f0f0f0;
  color: #ffffff;
  border-color: #f0f0f0;
}

.btn-group-bg-white-light > .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #f0f0f0;
}
.btn-group-bg-white-light > .btn.active, .btn-group-bg-white-light > .btn:hover, .btn-group-bg-white-light > .btn:active, .btn-group-bg-white-light > .btn:focus {
  background-color: #f0f0f0;
  color: #ffffff;
  border-color: #f0f0f0;
}

.btn-group-bg-white2-light > .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #111111;
}
.btn-group-bg-white2-light > .btn.active, .btn-group-bg-white2-light > .btn:hover, .btn-group-bg-white2-light > .btn:active, .btn-group-bg-white2-light > .btn:focus {
  background-color: #f0f0f0;
  color: #ffffff;
  border-color: #f0f0f0;
}

.btn-group-hover-light > .btn.active, .btn-group-hover-light > .btn:hover {
  background-color: #f0f0f0 !important;
  border-color: #f0f0f0 !important;
  color: #ffffff !important;
}

.btn-group-hover-soft-light > .btn.active, .btn-group-hover-soft-light > .btn:hover {
  background-color: rgb(253.8, 253.8, 253.8) !important;
  border-color: rgb(253.8, 253.8, 253.8) !important;
  color: #f0f0f0 !important;
}

.btn-group-hover-outline-light > .btn.active, .btn-group-hover-outline-light > .btn:hover {
  background-color: transparent;
  border-color: #f0f0f0;
  color: #f0f0f0;
}

.btn-group-lighter > .btn {
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #ffffff;
}
.btn-group-lighter > .btn.active, .btn-group-lighter > .btn:hover, .btn-group-lighter > .btn:active, .btn-group-lighter > .btn:focus {
  background-color: rgb(227.6, 227.6, 227.6);
  border-color: rgb(227.6, 227.6, 227.6);
  color: #ffffff;
}

.btn-group-soft-lighter > .btn {
  background-color: rgb(254.44, 254.44, 254.44);
  border-color: rgb(254.44, 254.44, 254.44);
  color: #f8f8f8;
}
.btn-group-soft-lighter > .btn.active, .btn-group-soft-lighter > .btn:hover, .btn-group-soft-lighter > .btn:active, .btn-group-soft-lighter > .btn:focus {
  background-color: #f8f8f8;
  color: #ffffff;
  border-color: #f8f8f8;
}

.btn-group-outline-lighter > .btn {
  background-color: transparent;
  border-color: #f8f8f8;
  color: #f8f8f8;
}
.btn-group-outline-lighter > .btn.active, .btn-group-outline-lighter > .btn:hover, .btn-group-outline-lighter > .btn:active, .btn-group-outline-lighter > .btn:focus {
  background-color: #f8f8f8;
  color: #ffffff;
  border-color: #f8f8f8;
}

.btn-group-bg-white-lighter > .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #f8f8f8;
}
.btn-group-bg-white-lighter > .btn.active, .btn-group-bg-white-lighter > .btn:hover, .btn-group-bg-white-lighter > .btn:active, .btn-group-bg-white-lighter > .btn:focus {
  background-color: #f8f8f8;
  color: #ffffff;
  border-color: #f8f8f8;
}

.btn-group-bg-white2-lighter > .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #111111;
}
.btn-group-bg-white2-lighter > .btn.active, .btn-group-bg-white2-lighter > .btn:hover, .btn-group-bg-white2-lighter > .btn:active, .btn-group-bg-white2-lighter > .btn:focus {
  background-color: #f8f8f8;
  color: #ffffff;
  border-color: #f8f8f8;
}

.btn-group-hover-lighter > .btn.active, .btn-group-hover-lighter > .btn:hover {
  background-color: #f8f8f8 !important;
  border-color: #f8f8f8 !important;
  color: #ffffff !important;
}

.btn-group-hover-soft-lighter > .btn.active, .btn-group-hover-soft-lighter > .btn:hover {
  background-color: rgb(254.44, 254.44, 254.44) !important;
  border-color: rgb(254.44, 254.44, 254.44) !important;
  color: #f8f8f8 !important;
}

.btn-group-hover-outline-lighter > .btn.active, .btn-group-hover-outline-lighter > .btn:hover {
  background-color: transparent;
  border-color: #f8f8f8;
  color: #f8f8f8;
}

.btn-group-dark > .btn {
  background-color: #303030;
  border-color: #303030;
  color: #ffffff;
}
.btn-group-dark > .btn.active, .btn-group-dark > .btn:hover, .btn-group-dark > .btn:active, .btn-group-dark > .btn:focus {
  background-color: rgb(27.6, 27.6, 27.6);
  border-color: rgb(27.6, 27.6, 27.6);
  color: #ffffff;
}

.btn-group-soft-dark > .btn {
  background-color: rgb(238.44, 238.44, 238.44);
  border-color: rgb(238.44, 238.44, 238.44);
  color: #303030;
}
.btn-group-soft-dark > .btn.active, .btn-group-soft-dark > .btn:hover, .btn-group-soft-dark > .btn:active, .btn-group-soft-dark > .btn:focus {
  background-color: #303030;
  color: #ffffff;
  border-color: #303030;
}

.btn-group-outline-dark > .btn {
  background-color: transparent;
  border-color: #303030;
  color: #303030;
}
.btn-group-outline-dark > .btn.active, .btn-group-outline-dark > .btn:hover, .btn-group-outline-dark > .btn:active, .btn-group-outline-dark > .btn:focus {
  background-color: #303030;
  color: #ffffff;
  border-color: #303030;
}

.btn-group-bg-white-dark > .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #303030;
}
.btn-group-bg-white-dark > .btn.active, .btn-group-bg-white-dark > .btn:hover, .btn-group-bg-white-dark > .btn:active, .btn-group-bg-white-dark > .btn:focus {
  background-color: #303030;
  color: #ffffff;
  border-color: #303030;
}

.btn-group-bg-white2-dark > .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #111111;
}
.btn-group-bg-white2-dark > .btn.active, .btn-group-bg-white2-dark > .btn:hover, .btn-group-bg-white2-dark > .btn:active, .btn-group-bg-white2-dark > .btn:focus {
  background-color: #303030;
  color: #ffffff;
  border-color: #303030;
}

.btn-group-hover-dark > .btn.active, .btn-group-hover-dark > .btn:hover {
  background-color: #303030 !important;
  border-color: #303030 !important;
  color: #ffffff !important;
}

.btn-group-hover-soft-dark > .btn.active, .btn-group-hover-soft-dark > .btn:hover {
  background-color: rgb(238.44, 238.44, 238.44) !important;
  border-color: rgb(238.44, 238.44, 238.44) !important;
  color: #303030 !important;
}

.btn-group-hover-outline-dark > .btn.active, .btn-group-hover-outline-dark > .btn:hover {
  background-color: transparent;
  border-color: #303030;
  color: #303030;
}

.btn-group-black > .btn {
  background-color: #111111;
  border-color: #111111;
  color: #ffffff;
}
.btn-group-black > .btn.active, .btn-group-black > .btn:hover, .btn-group-black > .btn:active, .btn-group-black > .btn:focus {
  background-color: black;
  border-color: black;
  color: #ffffff;
}

.btn-group-soft-black > .btn {
  background-color: rgb(235.96, 235.96, 235.96);
  border-color: rgb(235.96, 235.96, 235.96);
  color: #111111;
}
.btn-group-soft-black > .btn.active, .btn-group-soft-black > .btn:hover, .btn-group-soft-black > .btn:active, .btn-group-soft-black > .btn:focus {
  background-color: #111111;
  color: #ffffff;
  border-color: #111111;
}

.btn-group-outline-black > .btn {
  background-color: transparent;
  border-color: #111111;
  color: #111111;
}
.btn-group-outline-black > .btn.active, .btn-group-outline-black > .btn:hover, .btn-group-outline-black > .btn:active, .btn-group-outline-black > .btn:focus {
  background-color: #111111;
  color: #ffffff;
  border-color: #111111;
}

.btn-group-bg-white-black > .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #111111;
}
.btn-group-bg-white-black > .btn.active, .btn-group-bg-white-black > .btn:hover, .btn-group-bg-white-black > .btn:active, .btn-group-bg-white-black > .btn:focus {
  background-color: #111111;
  color: #ffffff;
  border-color: #111111;
}

.btn-group-bg-white2-black > .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #111111;
}
.btn-group-bg-white2-black > .btn.active, .btn-group-bg-white2-black > .btn:hover, .btn-group-bg-white2-black > .btn:active, .btn-group-bg-white2-black > .btn:focus {
  background-color: #111111;
  color: #ffffff;
  border-color: #111111;
}

.btn-group-hover-black > .btn.active, .btn-group-hover-black > .btn:hover {
  background-color: #111111 !important;
  border-color: #111111 !important;
  color: #ffffff !important;
}

.btn-group-hover-soft-black > .btn.active, .btn-group-hover-soft-black > .btn:hover {
  background-color: rgb(235.96, 235.96, 235.96) !important;
  border-color: rgb(235.96, 235.96, 235.96) !important;
  color: #111111 !important;
}

.btn-group-hover-outline-black > .btn.active, .btn-group-hover-outline-black > .btn:hover {
  background-color: transparent;
  border-color: #111111;
  color: #111111;
}

.btn-group-white > .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-group-white > .btn.active, .btn-group-white > .btn:hover, .btn-group-white > .btn:active, .btn-group-white > .btn:focus {
  background-color: rgb(234.6, 234.6, 234.6);
  border-color: rgb(234.6, 234.6, 234.6);
  color: #ffffff;
}

.btn-group-soft-white > .btn {
  background-color: white;
  border-color: white;
  color: #ffffff;
}
.btn-group-soft-white > .btn.active, .btn-group-soft-white > .btn:hover, .btn-group-soft-white > .btn:active, .btn-group-soft-white > .btn:focus {
  background-color: #ffffff;
  color: #ffffff;
  border-color: #ffffff;
}

.btn-group-outline-white > .btn {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-group-outline-white > .btn.active, .btn-group-outline-white > .btn:hover, .btn-group-outline-white > .btn:active, .btn-group-outline-white > .btn:focus {
  background-color: #ffffff;
  color: #ffffff;
  border-color: #ffffff;
}

.btn-group-bg-white-white > .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-group-bg-white-white > .btn.active, .btn-group-bg-white-white > .btn:hover, .btn-group-bg-white-white > .btn:active, .btn-group-bg-white-white > .btn:focus {
  background-color: #ffffff;
  color: #ffffff;
  border-color: #ffffff;
}

.btn-group-bg-white2-white > .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #111111;
}
.btn-group-bg-white2-white > .btn.active, .btn-group-bg-white2-white > .btn:hover, .btn-group-bg-white2-white > .btn:active, .btn-group-bg-white2-white > .btn:focus {
  background-color: #ffffff;
  color: #ffffff;
  border-color: #ffffff;
}

.btn-group-hover-white > .btn.active, .btn-group-hover-white > .btn:hover {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
}

.btn-group-hover-soft-white > .btn.active, .btn-group-hover-soft-white > .btn:hover {
  background-color: white !important;
  border-color: white !important;
  color: #ffffff !important;
}

.btn-group-hover-outline-white > .btn.active, .btn-group-hover-outline-white > .btn:hover {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}

/* ####################################### Button - Theme Colors - END ####################################### */
/* ####################################### Button - Icons - START ####################################### */
.btn-icon {
  padding: 0;
  height: 44px;
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-icon img {
  max-height: 24px !important;
}
.btn-icon i {
  font-size: 24px !important;
  line-height: 1;
}
.btn-icon.btn-xs {
  padding: 0;
  height: 20px;
  width: 20px;
}
.btn-icon.btn-xs img {
  max-height: 18px !important;
}
.btn-icon.btn-xs i {
  font-size: 18px !important;
  line-height: 1;
}
.btn-icon.btn-sm {
  padding: 0;
  height: 30px;
  width: 30px;
}
.btn-icon.btn-sm img {
  max-height: 20px !important;
}
.btn-icon.btn-sm i {
  font-size: 20px !important;
  line-height: 1;
}
.btn-icon.btn-lg {
  padding: 0;
  height: 55px;
  width: 55px;
  font-size: 24px;
}
.btn-icon.btn-lg img {
  max-height: 29px !important;
}
.btn-icon.btn-lg i {
  font-size: 29px !important;
  line-height: 1;
}

/* ####################################### Button - Icons - END ####################################### */
/* #######################################  Button Dropdown - START ####################################### */
.dropdown-toggle:after {
  border: 0 !important;
  content: "\f282";
  font-size: 10px;
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: bold !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
}

/* #######################################  Button Dropdown - END ####################################### */
/* #######################################  Button Round & Circle - START ####################################### */
.btn-round {
  border-radius: 150px;
}

.btn-circle {
  border-radius: 50%;
}

.btn-group.btn-group-round .btn {
  border-radius: 150px;
}
.btn-group.btn-group-round .btn:not(:last-child):not(.dropdown-toggle),
.btn-group.btn-group-round .btn.dropdown-toggle-split:first-child,
.btn-group.btn-group-round .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group.btn-group-round .btn:nth-child(n+3),
.btn-group.btn-group-round :not(.btn-check) + .btn,
.btn-group.btn-group-round .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* #######################################  Button Round - END ####################################### */
/* ####################################### Button - Sizes - START ####################################### */
.btn-group-xs > .btn,
.btn-xs {
  padding: 3px 10px;
  font-size: 18px;
  height: 20px;
  min-height: 20px;
}
.btn-group-xs > .btn img,
.btn-xs img {
  max-height: 18px !important;
}
.btn-group-xs > .btn i,
.btn-xs i {
  font-size: 18px !important;
  line-height: 1;
}

.btn-group-sm > .btn,
.btn-sm {
  padding: 6px 15px;
  font-size: 20px;
  height: 30px;
  min-height: 30px;
}
.btn-group-sm > .btn img,
.btn-sm img {
  max-height: 20px !important;
}
.btn-group-sm > .btn i,
.btn-sm i {
  font-size: 20px !important;
  line-height: 1;
}

.btn-group-lg > .btn,
.btn-lg {
  padding: 12px 30px;
  font-size: 25px;
  height: 55px;
  min-height: 55px;
}
.btn-group-lg > .btn img,
.btn-lg img {
  max-height: 29px !important;
}
.btn-group-lg > .btn i,
.btn-lg i {
  font-size: 29px !important;
  line-height: 1;
}

/* ####################################### Button - Sizes - END ####################################### */
/* ####################################### Input Field - START ####################################### */
.form-control {
  border: 2px solid #ECEBF8;
  padding: 8px 22px !important;
  border-radius: 5px;
  background-color: transparent;
  line-height: 1.4;
  font-size: 22px;
  font-weight: 400;
  height: 44px;
  min-height: 44px;
  color: #111111;
}
.form-control:focus {
  border-color: #1A8E42;
  box-shadow: none;
}
.form-control:read-only {
  border: 2px solid #ECEBF8;
  padding: 8px 22px !important;
  border-radius: 5px;
  background-color: transparent;
  line-height: 1.4;
  font-size: 22px;
  font-weight: 400;
  height: 44px;
  min-height: 44px;
  color: #111111;
}
.form-control:disabled {
  background: #f7f7f7;
  opacity: 1;
}

textarea.form-control {
  height: auto;
}

.form-control-round {
  border-radius: 150px !important;
}

/* ####################################### Input Field - END ####################################### */
/* ####################################### Floating Form - START ####################################### */
.form-floating > .form-control {
  border: 2px solid #ECEBF8;
  padding: 8px 22px !important;
  border-radius: 5px;
  background-color: transparent;
  line-height: 1.4;
  font-size: 22px;
  font-weight: 400;
  height: 44px;
  min-height: 44px;
  color: #111111;
}
.form-floating > .form-control ~ label {
  left: 0px;
  padding: 0 22px;
  display: flex;
  align-items: center;
  line-height: 1 !important;
  height: 100% !important;
}
.form-floating > .form-control ~ label::after {
  position: absolute;
  z-index: -1;
  content: "";
  background-color: #ffffff;
  height: 2px !important;
  top: 50% !important;
  left: 15% !important;
  right: 15% !important;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  transform: scale(0.85) translateY(-50%) translateX(0) !important;
  color: #555555;
  height: auto !important;
  z-index: 1 !important;
}
.form-floating.form-floating-active > .form-control ~ label,
.form-floating.form-floating-active > .form-control-plaintext ~ label,
.form-floating.form-floating-active > .form-select ~ label {
  transform: scale(0.85) translateY(-50%) translateX(0) !important;
  color: #555555;
  height: auto !important;
  z-index: 1 !important;
}

/* ####################################### Floating Form - END ####################################### */
/* ####################################### Input Group - START ####################################### */
.input-group {
  z-index: 1;
  flex-wrap: nowrap;
}
.input-group .form-control {
  z-index: -1;
}
.input-group .form-control:focus, .input-group .form-control:hover {
  z-index: 2;
}

.input-group-text {
  border-radius: 5px;
  background-color: #f7f7f7;
  border: 2px solid #ECEBF8;
}

/* ####################################### Input Group - END ####################################### */
/* ####################################### Input & Input Group & Input Floating - Size - START ####################################### */
.input-group-xs > .btn,
.input-group-xs > .form-control,
.input-group-xs > .input-group-text,
.form-floating-xs > .form-control,
.form-control-xs {
  padding: 3px 10px !important;
  font-size: 18px;
  height: 20px;
  min-height: 20px;
}

.form-floating-xs {
  font-size: 18px;
}
.form-floating-xs > .form-control ~ label {
  padding: 0 10px;
}

.input-group-sm > .btn,
.input-group-sm > .form-control,
.input-group-sm > .input-group-text,
.form-floating-sm > .form-control,
.form-control-sm {
  padding: 6px 15px !important;
  font-size: 20px;
  height: 30px;
  min-height: 30px;
}

.form-floating-sm {
  font-size: 20px;
}
.form-floating-sm > .form-control ~ label {
  padding: 0 15px;
}

.input-group-lg > .btn,
.input-group-lg > .form-control,
.input-group-lg > .input-group-text,
.form-floating-lg > .form-control,
.form-control-lg {
  padding: 12px 30px !important;
  font-size: 25px;
  border-radius: 5px;
  height: 55px;
  min-height: 55px;
}

.form-floating-lg {
  font-size: 25px;
}
.form-floating-lg > .form-control ~ label {
  padding: 0 30px;
}

/* ####################################### Input & Input Group & Input Floating - Size - END ####################################### */
/* ####################################### Checkbox & Radio - START ####################################### */
.form-check-input {
  width: 25px;
  height: 25px;
  margin-top: 0;
  border-radius: 5px;
  border: 2px solid #ECEBF8;
}
.form-check-input:focus {
  box-shadow: none !important;
  border: 2px solid #ECEBF8;
}
.form-check-input:checked {
  background-color: #1A8E42;
  border-color: #1A8E42;
}
.form-check-input[type=checkbox] {
  border-radius: 5px;
}

.form-check {
  padding-left: 25px;
}
.form-check .form-check-input {
  width: 25px;
  height: 25px;
  margin-left: -25px;
}
.form-check .form-check-label {
  padding-left: 10px;
  padding-top: 0;
}
.form-check.form-check-reverse {
  padding-left: 0;
  padding-right: 25px;
}
.form-check.form-check-reverse .form-check-input {
  margin-left: 0;
  margin-right: -25px;
}
.form-check.form-check-reverse .form-check-label {
  padding-left: 0;
  padding-right: 10px;
}

.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input.form-check-input-bordered {
  background-color: transparent !important;
}
.form-check-input.form-check-input-bordered:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%231A8E42' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input.form-check-input-bordered:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%231A8E42'/%3e%3c/svg%3e");
}
.form-check-input.form-check-input-filled {
  background-color: transparent !important;
}
.form-check-input.form-check-input-filled[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ECEBF8' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input.form-check-input-filled[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23ECEBF8'/%3e%3c/svg%3e");
}
.form-check-input.form-check-input-filled:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%231A8E42' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input.form-check-input-filled:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%231A8E42'/%3e%3c/svg%3e");
}

.form-check-input-primary:checked {
  background-color: #1A8E42;
  border-color: #1A8E42;
}
.form-check-input-primary.form-check-input-bordered:checked[type=checkbox], .form-check-input-primary.form-check-input-filled:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%231A8E42' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input-primary.form-check-input-bordered:checked[type=radio], .form-check-input-primary.form-check-input-filled:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%231A8E42'/%3e%3c/svg%3e");
}

.form-check-input-secondary:checked {
  background-color: #1E1C4A;
  border-color: #1E1C4A;
}
.form-check-input-secondary.form-check-input-bordered:checked[type=checkbox], .form-check-input-secondary.form-check-input-filled:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%231E1C4A' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input-secondary.form-check-input-bordered:checked[type=radio], .form-check-input-secondary.form-check-input-filled:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%231E1C4A'/%3e%3c/svg%3e");
}

.form-check-input-success:checked {
  background-color: #128807;
  border-color: #128807;
}
.form-check-input-success.form-check-input-bordered:checked[type=checkbox], .form-check-input-success.form-check-input-filled:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23128807' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input-success.form-check-input-bordered:checked[type=radio], .form-check-input-success.form-check-input-filled:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23128807'/%3e%3c/svg%3e");
}

.form-check-input-info:checked {
  background-color: #326de9;
  border-color: #326de9;
}
.form-check-input-info.form-check-input-bordered:checked[type=checkbox], .form-check-input-info.form-check-input-filled:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23326de9' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input-info.form-check-input-bordered:checked[type=radio], .form-check-input-info.form-check-input-filled:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23326de9'/%3e%3c/svg%3e");
}

.form-check-input-warning:checked {
  background-color: #F89B1F;
  border-color: #F89B1F;
}
.form-check-input-warning.form-check-input-bordered:checked[type=checkbox], .form-check-input-warning.form-check-input-filled:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23F89B1F' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input-warning.form-check-input-bordered:checked[type=radio], .form-check-input-warning.form-check-input-filled:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23F89B1F'/%3e%3c/svg%3e");
}

.form-check-input-danger:checked {
  background-color: #E72328;
  border-color: #E72328;
}
.form-check-input-danger.form-check-input-bordered:checked[type=checkbox], .form-check-input-danger.form-check-input-filled:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23E72328' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input-danger.form-check-input-bordered:checked[type=radio], .form-check-input-danger.form-check-input-filled:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23E72328'/%3e%3c/svg%3e");
}

.form-check-input-light:checked {
  background-color: #f0f0f0;
  border-color: #f0f0f0;
}
.form-check-input-light.form-check-input-bordered:checked[type=checkbox], .form-check-input-light.form-check-input-filled:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23f0f0f0' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input-light.form-check-input-bordered:checked[type=radio], .form-check-input-light.form-check-input-filled:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23f0f0f0'/%3e%3c/svg%3e");
}

.form-check-input-lighter:checked {
  background-color: #f8f8f8;
  border-color: #f8f8f8;
}
.form-check-input-lighter.form-check-input-bordered:checked[type=checkbox], .form-check-input-lighter.form-check-input-filled:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23f8f8f8' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input-lighter.form-check-input-bordered:checked[type=radio], .form-check-input-lighter.form-check-input-filled:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23f8f8f8'/%3e%3c/svg%3e");
}

.form-check-input-dark:checked {
  background-color: #303030;
  border-color: #303030;
}
.form-check-input-dark.form-check-input-bordered:checked[type=checkbox], .form-check-input-dark.form-check-input-filled:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23303030' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input-dark.form-check-input-bordered:checked[type=radio], .form-check-input-dark.form-check-input-filled:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23303030'/%3e%3c/svg%3e");
}

.form-check-input-black:checked {
  background-color: #111111;
  border-color: #111111;
}
.form-check-input-black.form-check-input-bordered:checked[type=checkbox], .form-check-input-black.form-check-input-filled:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23111111' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input-black.form-check-input-bordered:checked[type=radio], .form-check-input-black.form-check-input-filled:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23111111'/%3e%3c/svg%3e");
}

.form-check-input-white:checked {
  background-color: #ffffff;
  border-color: #ffffff;
}
.form-check-input-white.form-check-input-bordered:checked[type=checkbox], .form-check-input-white.form-check-input-filled:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input-white.form-check-input-bordered:checked[type=radio], .form-check-input-white.form-check-input-filled:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23ffffff'/%3e%3c/svg%3e");
}

.form-check-sm {
  padding-left: 20px;
}
.form-check-sm .form-check-input {
  width: 20px;
  height: 20px;
  margin-left: -20px;
  margin-top: 3px;
}
.form-check-sm .form-check-label {
  padding-top: 0;
}
.form-check-sm.form-check-reverse {
  padding-left: 0;
  padding-right: 20px;
}
.form-check-sm.form-check-reverse .form-check-input {
  margin-left: 0;
  margin-right: -20px;
}
.form-check-sm.form-check-reverse .form-check-label {
  padding-left: 0;
}

.form-check-input-sm {
  width: 20px;
  height: 20px;
}

.form-check-lg {
  padding-left: 35px;
}
.form-check-lg .form-check-input {
  width: 35px;
  height: 35px;
  margin-left: -35px;
}
.form-check-lg .form-check-label {
  padding-top: 5px;
}
.form-check-lg.form-check-reverse {
  padding-left: 0;
  padding-right: 35px;
}
.form-check-lg.form-check-reverse .form-check-input {
  margin-left: 0;
  margin-right: -35px;
}
.form-check-lg.form-check-reverse .form-check-label {
  padding-left: 0;
}

.form-check-input-lg {
  width: 35px;
  height: 35px;
}

/* ####################################### Checkbox & Radio - END ####################################### */
/* ####################################### Form Switch - START ####################################### */
.form-switch {
  padding-left: 45px;
}
.form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ECEBF8'/%3e%3c/svg%3e");
  margin-left: -45px;
  width: 45px;
  border-radius: 150px;
}
.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ECEBF8'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e");
}
.form-switch .form-check-label {
  padding-top: 0;
  padding-left: 10px;
}
.form-switch.form-switch-primary .form-check-input:checked {
  background-color: #1A8E42;
  border-color: #1A8E42;
}
.form-switch.form-switch-secondary .form-check-input:checked {
  background-color: #1E1C4A;
  border-color: #1E1C4A;
}
.form-switch.form-switch-success .form-check-input:checked {
  background-color: #128807;
  border-color: #128807;
}
.form-switch.form-switch-info .form-check-input:checked {
  background-color: #326de9;
  border-color: #326de9;
}
.form-switch.form-switch-warning .form-check-input:checked {
  background-color: #F89B1F;
  border-color: #F89B1F;
}
.form-switch.form-switch-danger .form-check-input:checked {
  background-color: #E72328;
  border-color: #E72328;
}
.form-switch.form-switch-light .form-check-input:checked {
  background-color: #f0f0f0;
  border-color: #f0f0f0;
}
.form-switch.form-switch-lighter .form-check-input:checked {
  background-color: #f8f8f8;
  border-color: #f8f8f8;
}
.form-switch.form-switch-dark .form-check-input:checked {
  background-color: #303030;
  border-color: #303030;
}
.form-switch.form-switch-black .form-check-input:checked {
  background-color: #111111;
  border-color: #111111;
}
.form-switch.form-switch-white .form-check-input:checked {
  background-color: #ffffff;
  border-color: #ffffff;
}
.form-switch.form-switch-sm {
  padding-left: 35px;
}
.form-switch.form-switch-sm .form-check-input {
  width: 20px;
  height: 20px;
  margin-top: 3px;
  margin-left: -35px;
  width: 35px;
}
.form-switch.form-switch-sm .form-check-label {
  padding-top: 1px;
}
.form-switch.form-switch-lg {
  padding-left: 80px;
}
.form-switch.form-switch-lg .form-check-input {
  width: 35px;
  height: 35px;
  margin-left: -80px;
  width: 80px;
}
.form-switch.form-switch-lg .form-check-label {
  padding-top: 5px;
}
.form-switch.form-check-reverse {
  padding-left: 0;
  padding-right: 45px;
}
.form-switch.form-check-reverse .form-check-input {
  margin-left: 0;
  margin-right: -45px;
}
.form-switch.form-check-reverse .form-check-label {
  padding-left: 0;
  padding-right: 10px;
}
.form-switch.form-check-reverse.form-check-reverse-sm {
  padding-left: 0;
  padding-right: 35px;
}
.form-switch.form-check-reverse.form-check-reverse-sm .form-check-input {
  margin-left: 0;
  margin-right: -35px;
}
.form-switch.form-check-reverse.form-check-reverse-lg {
  padding-left: 0;
  padding-right: 80px;
}
.form-switch.form-check-reverse.form-check-reverse-lg .form-check-input {
  margin-left: 0;
  margin-right: -80px;
}

/* ####################################### Form Switch - END ####################################### */
.m-0 {
  margin: 0rem !important;
}

.p-0 {
  padding: 0rem !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.m-5 {
  margin: 2.5rem !important;
}

.p-5 {
  padding: 2.5rem !important;
}

.m-6 {
  margin: 3.5rem !important;
}

.p-6 {
  padding: 3.5rem !important;
}

.m-7 {
  margin: 4.5rem !important;
}

.p-7 {
  padding: 4.5rem !important;
}

.m-8 {
  margin: 5.5rem !important;
}

.p-8 {
  padding: 5.5rem !important;
}

.m-9 {
  margin: 6.5rem !important;
}

.p-9 {
  padding: 6.5rem !important;
}

.m-10 {
  margin: 7.5rem !important;
}

.p-10 {
  padding: 7.5rem !important;
}

.m-11 {
  margin: 8.5rem !important;
}

.p-11 {
  padding: 8.5rem !important;
}

.m-12 {
  margin: 9.5rem !important;
}

.p-12 {
  padding: 9.5rem !important;
}

.m-13 {
  margin: 10.5rem !important;
}

.p-13 {
  padding: 10.5rem !important;
}

.m-14 {
  margin: 11.5rem !important;
}

.p-14 {
  padding: 11.5rem !important;
}

.m-15 {
  margin: 12.5rem !important;
}

.p-15 {
  padding: 12.5rem !important;
}

.mt-0 {
  margin-top: 0rem !important;
}

.mr-0 {
  margin-right: 0rem !important;
}

.mb-0 {
  margin-bottom: 0rem !important;
}

.ml-0 {
  margin-left: 0rem !important;
}

.mx-0 {
  margin-left: 0rem !important;
  margin-right: 0rem !important;
}

.my-0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

.pt-0 {
  padding-top: 0rem !important;
}

.pr-0 {
  padding-right: 0rem !important;
}

.pb-0 {
  padding-bottom: 0rem !important;
}

.pl-0 {
  padding-left: 0rem !important;
}

.px-0 {
  padding-left: 0rem !important;
  padding-right: 0rem !important;
}

.py-0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

.mt-neg-0 {
  margin-top: 0rem !important;
}

.mr-neg-0 {
  margin-right: 0rem !important;
}

.mb-neg-0 {
  margin-bottom: 0rem !important;
}

.ml-neg-0 {
  margin-left: 0rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.mt-neg-1 {
  margin-top: -0.25rem !important;
}

.mr-neg-1 {
  margin-right: -0.25rem !important;
}

.mb-neg-1 {
  margin-bottom: -0.25rem !important;
}

.ml-neg-1 {
  margin-left: -0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.mt-neg-2 {
  margin-top: -0.5rem !important;
}

.mr-neg-2 {
  margin-right: -0.5rem !important;
}

.mb-neg-2 {
  margin-bottom: -0.5rem !important;
}

.ml-neg-2 {
  margin-left: -0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.ml-3 {
  margin-left: 1rem !important;
}

.mx-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pr-3 {
  padding-right: 1rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pl-3 {
  padding-left: 1rem !important;
}

.px-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.mt-neg-3 {
  margin-top: -1rem !important;
}

.mr-neg-3 {
  margin-right: -1rem !important;
}

.mb-neg-3 {
  margin-bottom: -1rem !important;
}

.ml-neg-3 {
  margin-left: -1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mr-4 {
  margin-right: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4 {
  margin-left: 1.5rem !important;
}

.mx-4 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pr-4 {
  padding-right: 1.5rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4 {
  padding-left: 1.5rem !important;
}

.px-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.mt-neg-4 {
  margin-top: -1.5rem !important;
}

.mr-neg-4 {
  margin-right: -1.5rem !important;
}

.mb-neg-4 {
  margin-bottom: -1.5rem !important;
}

.ml-neg-4 {
  margin-left: -1.5rem !important;
}

.mt-5 {
  margin-top: 2.5rem !important;
}

.mr-5 {
  margin-right: 2.5rem !important;
}

.mb-5 {
  margin-bottom: 2.5rem !important;
}

.ml-5 {
  margin-left: 2.5rem !important;
}

.mx-5 {
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important;
}

.my-5 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.pt-5 {
  padding-top: 2.5rem !important;
}

.pr-5 {
  padding-right: 2.5rem !important;
}

.pb-5 {
  padding-bottom: 2.5rem !important;
}

.pl-5 {
  padding-left: 2.5rem !important;
}

.px-5 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.py-5 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.mt-neg-5 {
  margin-top: -2.5rem !important;
}

.mr-neg-5 {
  margin-right: -2.5rem !important;
}

.mb-neg-5 {
  margin-bottom: -2.5rem !important;
}

.ml-neg-5 {
  margin-left: -2.5rem !important;
}

.mt-6 {
  margin-top: 3.5rem !important;
}

.mr-6 {
  margin-right: 3.5rem !important;
}

.mb-6 {
  margin-bottom: 3.5rem !important;
}

.ml-6 {
  margin-left: 3.5rem !important;
}

.mx-6 {
  margin-left: 3.5rem !important;
  margin-right: 3.5rem !important;
}

.my-6 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

.pt-6 {
  padding-top: 3.5rem !important;
}

.pr-6 {
  padding-right: 3.5rem !important;
}

.pb-6 {
  padding-bottom: 3.5rem !important;
}

.pl-6 {
  padding-left: 3.5rem !important;
}

.px-6 {
  padding-left: 3.5rem !important;
  padding-right: 3.5rem !important;
}

.py-6 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

.mt-neg-6 {
  margin-top: -3.5rem !important;
}

.mr-neg-6 {
  margin-right: -3.5rem !important;
}

.mb-neg-6 {
  margin-bottom: -3.5rem !important;
}

.ml-neg-6 {
  margin-left: -3.5rem !important;
}

.mt-7 {
  margin-top: 4.5rem !important;
}

.mr-7 {
  margin-right: 4.5rem !important;
}

.mb-7 {
  margin-bottom: 4.5rem !important;
}

.ml-7 {
  margin-left: 4.5rem !important;
}

.mx-7 {
  margin-left: 4.5rem !important;
  margin-right: 4.5rem !important;
}

.my-7 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}

.pt-7 {
  padding-top: 4.5rem !important;
}

.pr-7 {
  padding-right: 4.5rem !important;
}

.pb-7 {
  padding-bottom: 4.5rem !important;
}

.pl-7 {
  padding-left: 4.5rem !important;
}

.px-7 {
  padding-left: 4.5rem !important;
  padding-right: 4.5rem !important;
}

.py-7 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

.mt-neg-7 {
  margin-top: -4.5rem !important;
}

.mr-neg-7 {
  margin-right: -4.5rem !important;
}

.mb-neg-7 {
  margin-bottom: -4.5rem !important;
}

.ml-neg-7 {
  margin-left: -4.5rem !important;
}

.mt-8 {
  margin-top: 5.5rem !important;
}

.mr-8 {
  margin-right: 5.5rem !important;
}

.mb-8 {
  margin-bottom: 5.5rem !important;
}

.ml-8 {
  margin-left: 5.5rem !important;
}

.mx-8 {
  margin-left: 5.5rem !important;
  margin-right: 5.5rem !important;
}

.my-8 {
  margin-top: 5.5rem !important;
  margin-bottom: 5.5rem !important;
}

.pt-8 {
  padding-top: 5.5rem !important;
}

.pr-8 {
  padding-right: 5.5rem !important;
}

.pb-8 {
  padding-bottom: 5.5rem !important;
}

.pl-8 {
  padding-left: 5.5rem !important;
}

.px-8 {
  padding-left: 5.5rem !important;
  padding-right: 5.5rem !important;
}

.py-8 {
  padding-top: 5.5rem !important;
  padding-bottom: 5.5rem !important;
}

.mt-neg-8 {
  margin-top: -5.5rem !important;
}

.mr-neg-8 {
  margin-right: -5.5rem !important;
}

.mb-neg-8 {
  margin-bottom: -5.5rem !important;
}

.ml-neg-8 {
  margin-left: -5.5rem !important;
}

.mt-9 {
  margin-top: 6.5rem !important;
}

.mr-9 {
  margin-right: 6.5rem !important;
}

.mb-9 {
  margin-bottom: 6.5rem !important;
}

.ml-9 {
  margin-left: 6.5rem !important;
}

.mx-9 {
  margin-left: 6.5rem !important;
  margin-right: 6.5rem !important;
}

.my-9 {
  margin-top: 6.5rem !important;
  margin-bottom: 6.5rem !important;
}

.pt-9 {
  padding-top: 6.5rem !important;
}

.pr-9 {
  padding-right: 6.5rem !important;
}

.pb-9 {
  padding-bottom: 6.5rem !important;
}

.pl-9 {
  padding-left: 6.5rem !important;
}

.px-9 {
  padding-left: 6.5rem !important;
  padding-right: 6.5rem !important;
}

.py-9 {
  padding-top: 6.5rem !important;
  padding-bottom: 6.5rem !important;
}

.mt-neg-9 {
  margin-top: -6.5rem !important;
}

.mr-neg-9 {
  margin-right: -6.5rem !important;
}

.mb-neg-9 {
  margin-bottom: -6.5rem !important;
}

.ml-neg-9 {
  margin-left: -6.5rem !important;
}

.mt-10 {
  margin-top: 7.5rem !important;
}

.mr-10 {
  margin-right: 7.5rem !important;
}

.mb-10 {
  margin-bottom: 7.5rem !important;
}

.ml-10 {
  margin-left: 7.5rem !important;
}

.mx-10 {
  margin-left: 7.5rem !important;
  margin-right: 7.5rem !important;
}

.my-10 {
  margin-top: 7.5rem !important;
  margin-bottom: 7.5rem !important;
}

.pt-10 {
  padding-top: 7.5rem !important;
}

.pr-10 {
  padding-right: 7.5rem !important;
}

.pb-10 {
  padding-bottom: 7.5rem !important;
}

.pl-10 {
  padding-left: 7.5rem !important;
}

.px-10 {
  padding-left: 7.5rem !important;
  padding-right: 7.5rem !important;
}

.py-10 {
  padding-top: 7.5rem !important;
  padding-bottom: 7.5rem !important;
}

.mt-neg-10 {
  margin-top: -7.5rem !important;
}

.mr-neg-10 {
  margin-right: -7.5rem !important;
}

.mb-neg-10 {
  margin-bottom: -7.5rem !important;
}

.ml-neg-10 {
  margin-left: -7.5rem !important;
}

.mt-11 {
  margin-top: 8.5rem !important;
}

.mr-11 {
  margin-right: 8.5rem !important;
}

.mb-11 {
  margin-bottom: 8.5rem !important;
}

.ml-11 {
  margin-left: 8.5rem !important;
}

.mx-11 {
  margin-left: 8.5rem !important;
  margin-right: 8.5rem !important;
}

.my-11 {
  margin-top: 8.5rem !important;
  margin-bottom: 8.5rem !important;
}

.pt-11 {
  padding-top: 8.5rem !important;
}

.pr-11 {
  padding-right: 8.5rem !important;
}

.pb-11 {
  padding-bottom: 8.5rem !important;
}

.pl-11 {
  padding-left: 8.5rem !important;
}

.px-11 {
  padding-left: 8.5rem !important;
  padding-right: 8.5rem !important;
}

.py-11 {
  padding-top: 8.5rem !important;
  padding-bottom: 8.5rem !important;
}

.mt-neg-11 {
  margin-top: -8.5rem !important;
}

.mr-neg-11 {
  margin-right: -8.5rem !important;
}

.mb-neg-11 {
  margin-bottom: -8.5rem !important;
}

.ml-neg-11 {
  margin-left: -8.5rem !important;
}

.mt-12 {
  margin-top: 9.5rem !important;
}

.mr-12 {
  margin-right: 9.5rem !important;
}

.mb-12 {
  margin-bottom: 9.5rem !important;
}

.ml-12 {
  margin-left: 9.5rem !important;
}

.mx-12 {
  margin-left: 9.5rem !important;
  margin-right: 9.5rem !important;
}

.my-12 {
  margin-top: 9.5rem !important;
  margin-bottom: 9.5rem !important;
}

.pt-12 {
  padding-top: 9.5rem !important;
}

.pr-12 {
  padding-right: 9.5rem !important;
}

.pb-12 {
  padding-bottom: 9.5rem !important;
}

.pl-12 {
  padding-left: 9.5rem !important;
}

.px-12 {
  padding-left: 9.5rem !important;
  padding-right: 9.5rem !important;
}

.py-12 {
  padding-top: 9.5rem !important;
  padding-bottom: 9.5rem !important;
}

.mt-neg-12 {
  margin-top: -9.5rem !important;
}

.mr-neg-12 {
  margin-right: -9.5rem !important;
}

.mb-neg-12 {
  margin-bottom: -9.5rem !important;
}

.ml-neg-12 {
  margin-left: -9.5rem !important;
}

.mt-13 {
  margin-top: 10.5rem !important;
}

.mr-13 {
  margin-right: 10.5rem !important;
}

.mb-13 {
  margin-bottom: 10.5rem !important;
}

.ml-13 {
  margin-left: 10.5rem !important;
}

.mx-13 {
  margin-left: 10.5rem !important;
  margin-right: 10.5rem !important;
}

.my-13 {
  margin-top: 10.5rem !important;
  margin-bottom: 10.5rem !important;
}

.pt-13 {
  padding-top: 10.5rem !important;
}

.pr-13 {
  padding-right: 10.5rem !important;
}

.pb-13 {
  padding-bottom: 10.5rem !important;
}

.pl-13 {
  padding-left: 10.5rem !important;
}

.px-13 {
  padding-left: 10.5rem !important;
  padding-right: 10.5rem !important;
}

.py-13 {
  padding-top: 10.5rem !important;
  padding-bottom: 10.5rem !important;
}

.mt-neg-13 {
  margin-top: -10.5rem !important;
}

.mr-neg-13 {
  margin-right: -10.5rem !important;
}

.mb-neg-13 {
  margin-bottom: -10.5rem !important;
}

.ml-neg-13 {
  margin-left: -10.5rem !important;
}

.mt-14 {
  margin-top: 11.5rem !important;
}

.mr-14 {
  margin-right: 11.5rem !important;
}

.mb-14 {
  margin-bottom: 11.5rem !important;
}

.ml-14 {
  margin-left: 11.5rem !important;
}

.mx-14 {
  margin-left: 11.5rem !important;
  margin-right: 11.5rem !important;
}

.my-14 {
  margin-top: 11.5rem !important;
  margin-bottom: 11.5rem !important;
}

.pt-14 {
  padding-top: 11.5rem !important;
}

.pr-14 {
  padding-right: 11.5rem !important;
}

.pb-14 {
  padding-bottom: 11.5rem !important;
}

.pl-14 {
  padding-left: 11.5rem !important;
}

.px-14 {
  padding-left: 11.5rem !important;
  padding-right: 11.5rem !important;
}

.py-14 {
  padding-top: 11.5rem !important;
  padding-bottom: 11.5rem !important;
}

.mt-neg-14 {
  margin-top: -11.5rem !important;
}

.mr-neg-14 {
  margin-right: -11.5rem !important;
}

.mb-neg-14 {
  margin-bottom: -11.5rem !important;
}

.ml-neg-14 {
  margin-left: -11.5rem !important;
}

.mt-15 {
  margin-top: 12.5rem !important;
}

.mr-15 {
  margin-right: 12.5rem !important;
}

.mb-15 {
  margin-bottom: 12.5rem !important;
}

.ml-15 {
  margin-left: 12.5rem !important;
}

.mx-15 {
  margin-left: 12.5rem !important;
  margin-right: 12.5rem !important;
}

.my-15 {
  margin-top: 12.5rem !important;
  margin-bottom: 12.5rem !important;
}

.pt-15 {
  padding-top: 12.5rem !important;
}

.pr-15 {
  padding-right: 12.5rem !important;
}

.pb-15 {
  padding-bottom: 12.5rem !important;
}

.pl-15 {
  padding-left: 12.5rem !important;
}

.px-15 {
  padding-left: 12.5rem !important;
  padding-right: 12.5rem !important;
}

.py-15 {
  padding-top: 12.5rem !important;
  padding-bottom: 12.5rem !important;
}

.mt-neg-15 {
  margin-top: -12.5rem !important;
}

.mr-neg-15 {
  margin-right: -12.5rem !important;
}

.mb-neg-15 {
  margin-bottom: -12.5rem !important;
}

.ml-neg-15 {
  margin-left: -12.5rem !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0rem !important;
  }
  .p-sm-0 {
    padding: 0rem !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0rem !important;
  }
  .p-md-0 {
    padding: 0rem !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0rem !important;
  }
  .p-lg-0 {
    padding: 0rem !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0rem !important;
  }
  .p-xl-0 {
    padding: 0rem !important;
  }
}
@media (min-width: 1400px) {
  .m-xxl-0 {
    margin: 0rem !important;
  }
  .p-xxl-0 {
    padding: 0rem !important;
  }
}
@media (min-width: 1600px) {
  .m-xxxl-0 {
    margin: 0rem !important;
  }
  .p-xxxl-0 {
    padding: 0rem !important;
  }
}
@media (min-width: 1900px) {
  .m-xxxxl-0 {
    margin: 0rem !important;
  }
  .p-xxxxl-0 {
    padding: 0rem !important;
  }
}
@media (min-width: 576px) {
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
}
@media (min-width: 768px) {
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
}
@media (min-width: 992px) {
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
}
@media (min-width: 1400px) {
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
}
@media (min-width: 1600px) {
  .m-xxxl-1 {
    margin: 0.25rem !important;
  }
  .p-xxxl-1 {
    padding: 0.25rem !important;
  }
}
@media (min-width: 1900px) {
  .m-xxxxl-1 {
    margin: 0.25rem !important;
  }
  .p-xxxxl-1 {
    padding: 0.25rem !important;
  }
}
@media (min-width: 576px) {
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
}
@media (min-width: 768px) {
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
}
@media (min-width: 992px) {
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
}
@media (min-width: 1400px) {
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
}
@media (min-width: 1600px) {
  .m-xxxl-2 {
    margin: 0.5rem !important;
  }
  .p-xxxl-2 {
    padding: 0.5rem !important;
  }
}
@media (min-width: 1900px) {
  .m-xxxxl-2 {
    margin: 0.5rem !important;
  }
  .p-xxxxl-2 {
    padding: 0.5rem !important;
  }
}
@media (min-width: 576px) {
  .m-sm-3 {
    margin: 1rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
}
@media (min-width: 768px) {
  .m-md-3 {
    margin: 1rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
}
@media (min-width: 992px) {
  .m-lg-3 {
    margin: 1rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-3 {
    margin: 1rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
}
@media (min-width: 1400px) {
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
}
@media (min-width: 1600px) {
  .m-xxxl-3 {
    margin: 1rem !important;
  }
  .p-xxxl-3 {
    padding: 1rem !important;
  }
}
@media (min-width: 1900px) {
  .m-xxxxl-3 {
    margin: 1rem !important;
  }
  .p-xxxxl-3 {
    padding: 1rem !important;
  }
}
@media (min-width: 576px) {
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
}
@media (min-width: 768px) {
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
}
@media (min-width: 992px) {
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
}
@media (min-width: 1400px) {
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
}
@media (min-width: 1600px) {
  .m-xxxl-4 {
    margin: 1.5rem !important;
  }
  .p-xxxl-4 {
    padding: 1.5rem !important;
  }
}
@media (min-width: 1900px) {
  .m-xxxxl-4 {
    margin: 1.5rem !important;
  }
  .p-xxxxl-4 {
    padding: 1.5rem !important;
  }
}
@media (min-width: 576px) {
  .m-sm-5 {
    margin: 2.5rem !important;
  }
  .p-sm-5 {
    padding: 2.5rem !important;
  }
}
@media (min-width: 768px) {
  .m-md-5 {
    margin: 2.5rem !important;
  }
  .p-md-5 {
    padding: 2.5rem !important;
  }
}
@media (min-width: 992px) {
  .m-lg-5 {
    margin: 2.5rem !important;
  }
  .p-lg-5 {
    padding: 2.5rem !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-5 {
    margin: 2.5rem !important;
  }
  .p-xl-5 {
    padding: 2.5rem !important;
  }
}
@media (min-width: 1400px) {
  .m-xxl-5 {
    margin: 2.5rem !important;
  }
  .p-xxl-5 {
    padding: 2.5rem !important;
  }
}
@media (min-width: 1600px) {
  .m-xxxl-5 {
    margin: 2.5rem !important;
  }
  .p-xxxl-5 {
    padding: 2.5rem !important;
  }
}
@media (min-width: 1900px) {
  .m-xxxxl-5 {
    margin: 2.5rem !important;
  }
  .p-xxxxl-5 {
    padding: 2.5rem !important;
  }
}
@media (min-width: 576px) {
  .m-sm-6 {
    margin: 3.5rem !important;
  }
  .p-sm-6 {
    padding: 3.5rem !important;
  }
}
@media (min-width: 768px) {
  .m-md-6 {
    margin: 3.5rem !important;
  }
  .p-md-6 {
    padding: 3.5rem !important;
  }
}
@media (min-width: 992px) {
  .m-lg-6 {
    margin: 3.5rem !important;
  }
  .p-lg-6 {
    padding: 3.5rem !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-6 {
    margin: 3.5rem !important;
  }
  .p-xl-6 {
    padding: 3.5rem !important;
  }
}
@media (min-width: 1400px) {
  .m-xxl-6 {
    margin: 3.5rem !important;
  }
  .p-xxl-6 {
    padding: 3.5rem !important;
  }
}
@media (min-width: 1600px) {
  .m-xxxl-6 {
    margin: 3.5rem !important;
  }
  .p-xxxl-6 {
    padding: 3.5rem !important;
  }
}
@media (min-width: 1900px) {
  .m-xxxxl-6 {
    margin: 3.5rem !important;
  }
  .p-xxxxl-6 {
    padding: 3.5rem !important;
  }
}
@media (min-width: 576px) {
  .m-sm-7 {
    margin: 4.5rem !important;
  }
  .p-sm-7 {
    padding: 4.5rem !important;
  }
}
@media (min-width: 768px) {
  .m-md-7 {
    margin: 4.5rem !important;
  }
  .p-md-7 {
    padding: 4.5rem !important;
  }
}
@media (min-width: 992px) {
  .m-lg-7 {
    margin: 4.5rem !important;
  }
  .p-lg-7 {
    padding: 4.5rem !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-7 {
    margin: 4.5rem !important;
  }
  .p-xl-7 {
    padding: 4.5rem !important;
  }
}
@media (min-width: 1400px) {
  .m-xxl-7 {
    margin: 4.5rem !important;
  }
  .p-xxl-7 {
    padding: 4.5rem !important;
  }
}
@media (min-width: 1600px) {
  .m-xxxl-7 {
    margin: 4.5rem !important;
  }
  .p-xxxl-7 {
    padding: 4.5rem !important;
  }
}
@media (min-width: 1900px) {
  .m-xxxxl-7 {
    margin: 4.5rem !important;
  }
  .p-xxxxl-7 {
    padding: 4.5rem !important;
  }
}
@media (min-width: 576px) {
  .m-sm-8 {
    margin: 5.5rem !important;
  }
  .p-sm-8 {
    padding: 5.5rem !important;
  }
}
@media (min-width: 768px) {
  .m-md-8 {
    margin: 5.5rem !important;
  }
  .p-md-8 {
    padding: 5.5rem !important;
  }
}
@media (min-width: 992px) {
  .m-lg-8 {
    margin: 5.5rem !important;
  }
  .p-lg-8 {
    padding: 5.5rem !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-8 {
    margin: 5.5rem !important;
  }
  .p-xl-8 {
    padding: 5.5rem !important;
  }
}
@media (min-width: 1400px) {
  .m-xxl-8 {
    margin: 5.5rem !important;
  }
  .p-xxl-8 {
    padding: 5.5rem !important;
  }
}
@media (min-width: 1600px) {
  .m-xxxl-8 {
    margin: 5.5rem !important;
  }
  .p-xxxl-8 {
    padding: 5.5rem !important;
  }
}
@media (min-width: 1900px) {
  .m-xxxxl-8 {
    margin: 5.5rem !important;
  }
  .p-xxxxl-8 {
    padding: 5.5rem !important;
  }
}
@media (min-width: 576px) {
  .m-sm-9 {
    margin: 6.5rem !important;
  }
  .p-sm-9 {
    padding: 6.5rem !important;
  }
}
@media (min-width: 768px) {
  .m-md-9 {
    margin: 6.5rem !important;
  }
  .p-md-9 {
    padding: 6.5rem !important;
  }
}
@media (min-width: 992px) {
  .m-lg-9 {
    margin: 6.5rem !important;
  }
  .p-lg-9 {
    padding: 6.5rem !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-9 {
    margin: 6.5rem !important;
  }
  .p-xl-9 {
    padding: 6.5rem !important;
  }
}
@media (min-width: 1400px) {
  .m-xxl-9 {
    margin: 6.5rem !important;
  }
  .p-xxl-9 {
    padding: 6.5rem !important;
  }
}
@media (min-width: 1600px) {
  .m-xxxl-9 {
    margin: 6.5rem !important;
  }
  .p-xxxl-9 {
    padding: 6.5rem !important;
  }
}
@media (min-width: 1900px) {
  .m-xxxxl-9 {
    margin: 6.5rem !important;
  }
  .p-xxxxl-9 {
    padding: 6.5rem !important;
  }
}
@media (min-width: 576px) {
  .m-sm-10 {
    margin: 7.5rem !important;
  }
  .p-sm-10 {
    padding: 7.5rem !important;
  }
}
@media (min-width: 768px) {
  .m-md-10 {
    margin: 7.5rem !important;
  }
  .p-md-10 {
    padding: 7.5rem !important;
  }
}
@media (min-width: 992px) {
  .m-lg-10 {
    margin: 7.5rem !important;
  }
  .p-lg-10 {
    padding: 7.5rem !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-10 {
    margin: 7.5rem !important;
  }
  .p-xl-10 {
    padding: 7.5rem !important;
  }
}
@media (min-width: 1400px) {
  .m-xxl-10 {
    margin: 7.5rem !important;
  }
  .p-xxl-10 {
    padding: 7.5rem !important;
  }
}
@media (min-width: 1600px) {
  .m-xxxl-10 {
    margin: 7.5rem !important;
  }
  .p-xxxl-10 {
    padding: 7.5rem !important;
  }
}
@media (min-width: 1900px) {
  .m-xxxxl-10 {
    margin: 7.5rem !important;
  }
  .p-xxxxl-10 {
    padding: 7.5rem !important;
  }
}
@media (min-width: 576px) {
  .m-sm-11 {
    margin: 8.5rem !important;
  }
  .p-sm-11 {
    padding: 8.5rem !important;
  }
}
@media (min-width: 768px) {
  .m-md-11 {
    margin: 8.5rem !important;
  }
  .p-md-11 {
    padding: 8.5rem !important;
  }
}
@media (min-width: 992px) {
  .m-lg-11 {
    margin: 8.5rem !important;
  }
  .p-lg-11 {
    padding: 8.5rem !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-11 {
    margin: 8.5rem !important;
  }
  .p-xl-11 {
    padding: 8.5rem !important;
  }
}
@media (min-width: 1400px) {
  .m-xxl-11 {
    margin: 8.5rem !important;
  }
  .p-xxl-11 {
    padding: 8.5rem !important;
  }
}
@media (min-width: 1600px) {
  .m-xxxl-11 {
    margin: 8.5rem !important;
  }
  .p-xxxl-11 {
    padding: 8.5rem !important;
  }
}
@media (min-width: 1900px) {
  .m-xxxxl-11 {
    margin: 8.5rem !important;
  }
  .p-xxxxl-11 {
    padding: 8.5rem !important;
  }
}
@media (min-width: 576px) {
  .m-sm-12 {
    margin: 9.5rem !important;
  }
  .p-sm-12 {
    padding: 9.5rem !important;
  }
}
@media (min-width: 768px) {
  .m-md-12 {
    margin: 9.5rem !important;
  }
  .p-md-12 {
    padding: 9.5rem !important;
  }
}
@media (min-width: 992px) {
  .m-lg-12 {
    margin: 9.5rem !important;
  }
  .p-lg-12 {
    padding: 9.5rem !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-12 {
    margin: 9.5rem !important;
  }
  .p-xl-12 {
    padding: 9.5rem !important;
  }
}
@media (min-width: 1400px) {
  .m-xxl-12 {
    margin: 9.5rem !important;
  }
  .p-xxl-12 {
    padding: 9.5rem !important;
  }
}
@media (min-width: 1600px) {
  .m-xxxl-12 {
    margin: 9.5rem !important;
  }
  .p-xxxl-12 {
    padding: 9.5rem !important;
  }
}
@media (min-width: 1900px) {
  .m-xxxxl-12 {
    margin: 9.5rem !important;
  }
  .p-xxxxl-12 {
    padding: 9.5rem !important;
  }
}
@media (min-width: 576px) {
  .m-sm-13 {
    margin: 10.5rem !important;
  }
  .p-sm-13 {
    padding: 10.5rem !important;
  }
}
@media (min-width: 768px) {
  .m-md-13 {
    margin: 10.5rem !important;
  }
  .p-md-13 {
    padding: 10.5rem !important;
  }
}
@media (min-width: 992px) {
  .m-lg-13 {
    margin: 10.5rem !important;
  }
  .p-lg-13 {
    padding: 10.5rem !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-13 {
    margin: 10.5rem !important;
  }
  .p-xl-13 {
    padding: 10.5rem !important;
  }
}
@media (min-width: 1400px) {
  .m-xxl-13 {
    margin: 10.5rem !important;
  }
  .p-xxl-13 {
    padding: 10.5rem !important;
  }
}
@media (min-width: 1600px) {
  .m-xxxl-13 {
    margin: 10.5rem !important;
  }
  .p-xxxl-13 {
    padding: 10.5rem !important;
  }
}
@media (min-width: 1900px) {
  .m-xxxxl-13 {
    margin: 10.5rem !important;
  }
  .p-xxxxl-13 {
    padding: 10.5rem !important;
  }
}
@media (min-width: 576px) {
  .m-sm-14 {
    margin: 11.5rem !important;
  }
  .p-sm-14 {
    padding: 11.5rem !important;
  }
}
@media (min-width: 768px) {
  .m-md-14 {
    margin: 11.5rem !important;
  }
  .p-md-14 {
    padding: 11.5rem !important;
  }
}
@media (min-width: 992px) {
  .m-lg-14 {
    margin: 11.5rem !important;
  }
  .p-lg-14 {
    padding: 11.5rem !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-14 {
    margin: 11.5rem !important;
  }
  .p-xl-14 {
    padding: 11.5rem !important;
  }
}
@media (min-width: 1400px) {
  .m-xxl-14 {
    margin: 11.5rem !important;
  }
  .p-xxl-14 {
    padding: 11.5rem !important;
  }
}
@media (min-width: 1600px) {
  .m-xxxl-14 {
    margin: 11.5rem !important;
  }
  .p-xxxl-14 {
    padding: 11.5rem !important;
  }
}
@media (min-width: 1900px) {
  .m-xxxxl-14 {
    margin: 11.5rem !important;
  }
  .p-xxxxl-14 {
    padding: 11.5rem !important;
  }
}
@media (min-width: 576px) {
  .m-sm-15 {
    margin: 12.5rem !important;
  }
  .p-sm-15 {
    padding: 12.5rem !important;
  }
}
@media (min-width: 768px) {
  .m-md-15 {
    margin: 12.5rem !important;
  }
  .p-md-15 {
    padding: 12.5rem !important;
  }
}
@media (min-width: 992px) {
  .m-lg-15 {
    margin: 12.5rem !important;
  }
  .p-lg-15 {
    padding: 12.5rem !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-15 {
    margin: 12.5rem !important;
  }
  .p-xl-15 {
    padding: 12.5rem !important;
  }
}
@media (min-width: 1400px) {
  .m-xxl-15 {
    margin: 12.5rem !important;
  }
  .p-xxl-15 {
    padding: 12.5rem !important;
  }
}
@media (min-width: 1600px) {
  .m-xxxl-15 {
    margin: 12.5rem !important;
  }
  .p-xxxl-15 {
    padding: 12.5rem !important;
  }
}
@media (min-width: 1900px) {
  .m-xxxxl-15 {
    margin: 12.5rem !important;
  }
  .p-xxxxl-15 {
    padding: 12.5rem !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-0 {
    margin-top: 0rem !important;
  }
  .mr-sm-0 {
    margin-right: 0rem !important;
  }
  .mb-sm-0 {
    margin-bottom: 0rem !important;
  }
  .ml-sm-0 {
    margin-left: 0rem !important;
  }
  .mx-sm-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .my-sm-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .pt-sm-0 {
    padding-top: 0rem !important;
  }
  .pr-sm-0 {
    padding-right: 0rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0rem !important;
  }
  .pl-sm-0 {
    padding-left: 0rem !important;
  }
  .px-sm-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .py-sm-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .mt-neg-sm-0 {
    margin-top: 0rem !important;
  }
  .mr-neg-sm-0 {
    margin-right: 0rem !important;
  }
  .mb-neg-sm-0 {
    margin-bottom: 0rem !important;
  }
  .ml-neg-sm-0 {
    margin-left: 0rem !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1 {
    margin-left: 0.25rem !important;
  }
  .mx-sm-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1 {
    padding-left: 0.25rem !important;
  }
  .px-sm-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .mt-neg-sm-1 {
    margin-top: -0.25rem !important;
  }
  .mr-neg-sm-1 {
    margin-right: -0.25rem !important;
  }
  .mb-neg-sm-1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-neg-sm-1 {
    margin-left: -0.25rem !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2 {
    margin-left: 0.5rem !important;
  }
  .mx-sm-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2 {
    padding-left: 0.5rem !important;
  }
  .px-sm-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .mt-neg-sm-2 {
    margin-top: -0.5rem !important;
  }
  .mr-neg-sm-2 {
    margin-right: -0.5rem !important;
  }
  .mb-neg-sm-2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-neg-sm-2 {
    margin-left: -0.5rem !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3 {
    margin-left: 1rem !important;
  }
  .mx-sm-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3 {
    padding-left: 1rem !important;
  }
  .px-sm-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .mt-neg-sm-3 {
    margin-top: -1rem !important;
  }
  .mr-neg-sm-3 {
    margin-right: -1rem !important;
  }
  .mb-neg-sm-3 {
    margin-bottom: -1rem !important;
  }
  .ml-neg-sm-3 {
    margin-left: -1rem !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4 {
    margin-left: 1.5rem !important;
  }
  .mx-sm-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4 {
    padding-left: 1.5rem !important;
  }
  .px-sm-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .mt-neg-sm-4 {
    margin-top: -1.5rem !important;
  }
  .mr-neg-sm-4 {
    margin-right: -1.5rem !important;
  }
  .mb-neg-sm-4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-neg-sm-4 {
    margin-left: -1.5rem !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-5 {
    margin-top: 2.5rem !important;
  }
  .mr-sm-5 {
    margin-right: 2.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 2.5rem !important;
  }
  .ml-sm-5 {
    margin-left: 2.5rem !important;
  }
  .mx-sm-5 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .my-sm-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 2.5rem !important;
  }
  .pr-sm-5 {
    padding-right: 2.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 2.5rem !important;
  }
  .pl-sm-5 {
    padding-left: 2.5rem !important;
  }
  .px-sm-5 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .py-sm-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .mt-neg-sm-5 {
    margin-top: -2.5rem !important;
  }
  .mr-neg-sm-5 {
    margin-right: -2.5rem !important;
  }
  .mb-neg-sm-5 {
    margin-bottom: -2.5rem !important;
  }
  .ml-neg-sm-5 {
    margin-left: -2.5rem !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-6 {
    margin-top: 3.5rem !important;
  }
  .mr-sm-6 {
    margin-right: 3.5rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 3.5rem !important;
  }
  .ml-sm-6 {
    margin-left: 3.5rem !important;
  }
  .mx-sm-6 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
  .my-sm-6 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .pt-sm-6 {
    padding-top: 3.5rem !important;
  }
  .pr-sm-6 {
    padding-right: 3.5rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 3.5rem !important;
  }
  .pl-sm-6 {
    padding-left: 3.5rem !important;
  }
  .px-sm-6 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  .py-sm-6 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .mt-neg-sm-6 {
    margin-top: -3.5rem !important;
  }
  .mr-neg-sm-6 {
    margin-right: -3.5rem !important;
  }
  .mb-neg-sm-6 {
    margin-bottom: -3.5rem !important;
  }
  .ml-neg-sm-6 {
    margin-left: -3.5rem !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-7 {
    margin-top: 4.5rem !important;
  }
  .mr-sm-7 {
    margin-right: 4.5rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 4.5rem !important;
  }
  .ml-sm-7 {
    margin-left: 4.5rem !important;
  }
  .mx-sm-7 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }
  .my-sm-7 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .pt-sm-7 {
    padding-top: 4.5rem !important;
  }
  .pr-sm-7 {
    padding-right: 4.5rem !important;
  }
  .pb-sm-7 {
    padding-bottom: 4.5rem !important;
  }
  .pl-sm-7 {
    padding-left: 4.5rem !important;
  }
  .px-sm-7 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  .py-sm-7 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .mt-neg-sm-7 {
    margin-top: -4.5rem !important;
  }
  .mr-neg-sm-7 {
    margin-right: -4.5rem !important;
  }
  .mb-neg-sm-7 {
    margin-bottom: -4.5rem !important;
  }
  .ml-neg-sm-7 {
    margin-left: -4.5rem !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-8 {
    margin-top: 5.5rem !important;
  }
  .mr-sm-8 {
    margin-right: 5.5rem !important;
  }
  .mb-sm-8 {
    margin-bottom: 5.5rem !important;
  }
  .ml-sm-8 {
    margin-left: 5.5rem !important;
  }
  .mx-sm-8 {
    margin-left: 5.5rem !important;
    margin-right: 5.5rem !important;
  }
  .my-sm-8 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .pt-sm-8 {
    padding-top: 5.5rem !important;
  }
  .pr-sm-8 {
    padding-right: 5.5rem !important;
  }
  .pb-sm-8 {
    padding-bottom: 5.5rem !important;
  }
  .pl-sm-8 {
    padding-left: 5.5rem !important;
  }
  .px-sm-8 {
    padding-left: 5.5rem !important;
    padding-right: 5.5rem !important;
  }
  .py-sm-8 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .mt-neg-sm-8 {
    margin-top: -5.5rem !important;
  }
  .mr-neg-sm-8 {
    margin-right: -5.5rem !important;
  }
  .mb-neg-sm-8 {
    margin-bottom: -5.5rem !important;
  }
  .ml-neg-sm-8 {
    margin-left: -5.5rem !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-9 {
    margin-top: 6.5rem !important;
  }
  .mr-sm-9 {
    margin-right: 6.5rem !important;
  }
  .mb-sm-9 {
    margin-bottom: 6.5rem !important;
  }
  .ml-sm-9 {
    margin-left: 6.5rem !important;
  }
  .mx-sm-9 {
    margin-left: 6.5rem !important;
    margin-right: 6.5rem !important;
  }
  .my-sm-9 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .pt-sm-9 {
    padding-top: 6.5rem !important;
  }
  .pr-sm-9 {
    padding-right: 6.5rem !important;
  }
  .pb-sm-9 {
    padding-bottom: 6.5rem !important;
  }
  .pl-sm-9 {
    padding-left: 6.5rem !important;
  }
  .px-sm-9 {
    padding-left: 6.5rem !important;
    padding-right: 6.5rem !important;
  }
  .py-sm-9 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .mt-neg-sm-9 {
    margin-top: -6.5rem !important;
  }
  .mr-neg-sm-9 {
    margin-right: -6.5rem !important;
  }
  .mb-neg-sm-9 {
    margin-bottom: -6.5rem !important;
  }
  .ml-neg-sm-9 {
    margin-left: -6.5rem !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-10 {
    margin-top: 7.5rem !important;
  }
  .mr-sm-10 {
    margin-right: 7.5rem !important;
  }
  .mb-sm-10 {
    margin-bottom: 7.5rem !important;
  }
  .ml-sm-10 {
    margin-left: 7.5rem !important;
  }
  .mx-sm-10 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }
  .my-sm-10 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .pt-sm-10 {
    padding-top: 7.5rem !important;
  }
  .pr-sm-10 {
    padding-right: 7.5rem !important;
  }
  .pb-sm-10 {
    padding-bottom: 7.5rem !important;
  }
  .pl-sm-10 {
    padding-left: 7.5rem !important;
  }
  .px-sm-10 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }
  .py-sm-10 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .mt-neg-sm-10 {
    margin-top: -7.5rem !important;
  }
  .mr-neg-sm-10 {
    margin-right: -7.5rem !important;
  }
  .mb-neg-sm-10 {
    margin-bottom: -7.5rem !important;
  }
  .ml-neg-sm-10 {
    margin-left: -7.5rem !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-11 {
    margin-top: 8.5rem !important;
  }
  .mr-sm-11 {
    margin-right: 8.5rem !important;
  }
  .mb-sm-11 {
    margin-bottom: 8.5rem !important;
  }
  .ml-sm-11 {
    margin-left: 8.5rem !important;
  }
  .mx-sm-11 {
    margin-left: 8.5rem !important;
    margin-right: 8.5rem !important;
  }
  .my-sm-11 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }
  .pt-sm-11 {
    padding-top: 8.5rem !important;
  }
  .pr-sm-11 {
    padding-right: 8.5rem !important;
  }
  .pb-sm-11 {
    padding-bottom: 8.5rem !important;
  }
  .pl-sm-11 {
    padding-left: 8.5rem !important;
  }
  .px-sm-11 {
    padding-left: 8.5rem !important;
    padding-right: 8.5rem !important;
  }
  .py-sm-11 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
  .mt-neg-sm-11 {
    margin-top: -8.5rem !important;
  }
  .mr-neg-sm-11 {
    margin-right: -8.5rem !important;
  }
  .mb-neg-sm-11 {
    margin-bottom: -8.5rem !important;
  }
  .ml-neg-sm-11 {
    margin-left: -8.5rem !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-12 {
    margin-top: 9.5rem !important;
  }
  .mr-sm-12 {
    margin-right: 9.5rem !important;
  }
  .mb-sm-12 {
    margin-bottom: 9.5rem !important;
  }
  .ml-sm-12 {
    margin-left: 9.5rem !important;
  }
  .mx-sm-12 {
    margin-left: 9.5rem !important;
    margin-right: 9.5rem !important;
  }
  .my-sm-12 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }
  .pt-sm-12 {
    padding-top: 9.5rem !important;
  }
  .pr-sm-12 {
    padding-right: 9.5rem !important;
  }
  .pb-sm-12 {
    padding-bottom: 9.5rem !important;
  }
  .pl-sm-12 {
    padding-left: 9.5rem !important;
  }
  .px-sm-12 {
    padding-left: 9.5rem !important;
    padding-right: 9.5rem !important;
  }
  .py-sm-12 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }
  .mt-neg-sm-12 {
    margin-top: -9.5rem !important;
  }
  .mr-neg-sm-12 {
    margin-right: -9.5rem !important;
  }
  .mb-neg-sm-12 {
    margin-bottom: -9.5rem !important;
  }
  .ml-neg-sm-12 {
    margin-left: -9.5rem !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-13 {
    margin-top: 10.5rem !important;
  }
  .mr-sm-13 {
    margin-right: 10.5rem !important;
  }
  .mb-sm-13 {
    margin-bottom: 10.5rem !important;
  }
  .ml-sm-13 {
    margin-left: 10.5rem !important;
  }
  .mx-sm-13 {
    margin-left: 10.5rem !important;
    margin-right: 10.5rem !important;
  }
  .my-sm-13 {
    margin-top: 10.5rem !important;
    margin-bottom: 10.5rem !important;
  }
  .pt-sm-13 {
    padding-top: 10.5rem !important;
  }
  .pr-sm-13 {
    padding-right: 10.5rem !important;
  }
  .pb-sm-13 {
    padding-bottom: 10.5rem !important;
  }
  .pl-sm-13 {
    padding-left: 10.5rem !important;
  }
  .px-sm-13 {
    padding-left: 10.5rem !important;
    padding-right: 10.5rem !important;
  }
  .py-sm-13 {
    padding-top: 10.5rem !important;
    padding-bottom: 10.5rem !important;
  }
  .mt-neg-sm-13 {
    margin-top: -10.5rem !important;
  }
  .mr-neg-sm-13 {
    margin-right: -10.5rem !important;
  }
  .mb-neg-sm-13 {
    margin-bottom: -10.5rem !important;
  }
  .ml-neg-sm-13 {
    margin-left: -10.5rem !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-14 {
    margin-top: 11.5rem !important;
  }
  .mr-sm-14 {
    margin-right: 11.5rem !important;
  }
  .mb-sm-14 {
    margin-bottom: 11.5rem !important;
  }
  .ml-sm-14 {
    margin-left: 11.5rem !important;
  }
  .mx-sm-14 {
    margin-left: 11.5rem !important;
    margin-right: 11.5rem !important;
  }
  .my-sm-14 {
    margin-top: 11.5rem !important;
    margin-bottom: 11.5rem !important;
  }
  .pt-sm-14 {
    padding-top: 11.5rem !important;
  }
  .pr-sm-14 {
    padding-right: 11.5rem !important;
  }
  .pb-sm-14 {
    padding-bottom: 11.5rem !important;
  }
  .pl-sm-14 {
    padding-left: 11.5rem !important;
  }
  .px-sm-14 {
    padding-left: 11.5rem !important;
    padding-right: 11.5rem !important;
  }
  .py-sm-14 {
    padding-top: 11.5rem !important;
    padding-bottom: 11.5rem !important;
  }
  .mt-neg-sm-14 {
    margin-top: -11.5rem !important;
  }
  .mr-neg-sm-14 {
    margin-right: -11.5rem !important;
  }
  .mb-neg-sm-14 {
    margin-bottom: -11.5rem !important;
  }
  .ml-neg-sm-14 {
    margin-left: -11.5rem !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-15 {
    margin-top: 12.5rem !important;
  }
  .mr-sm-15 {
    margin-right: 12.5rem !important;
  }
  .mb-sm-15 {
    margin-bottom: 12.5rem !important;
  }
  .ml-sm-15 {
    margin-left: 12.5rem !important;
  }
  .mx-sm-15 {
    margin-left: 12.5rem !important;
    margin-right: 12.5rem !important;
  }
  .my-sm-15 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .pt-sm-15 {
    padding-top: 12.5rem !important;
  }
  .pr-sm-15 {
    padding-right: 12.5rem !important;
  }
  .pb-sm-15 {
    padding-bottom: 12.5rem !important;
  }
  .pl-sm-15 {
    padding-left: 12.5rem !important;
  }
  .px-sm-15 {
    padding-left: 12.5rem !important;
    padding-right: 12.5rem !important;
  }
  .py-sm-15 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .mt-neg-sm-15 {
    margin-top: -12.5rem !important;
  }
  .mr-neg-sm-15 {
    margin-right: -12.5rem !important;
  }
  .mb-neg-sm-15 {
    margin-bottom: -12.5rem !important;
  }
  .ml-neg-sm-15 {
    margin-left: -12.5rem !important;
  }
}
@media (min-width: 768px) {
  .mt-md-0 {
    margin-top: 0rem !important;
  }
  .mr-md-0 {
    margin-right: 0rem !important;
  }
  .mb-md-0 {
    margin-bottom: 0rem !important;
  }
  .ml-md-0 {
    margin-left: 0rem !important;
  }
  .mx-md-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .my-md-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .pt-md-0 {
    padding-top: 0rem !important;
  }
  .pr-md-0 {
    padding-right: 0rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0rem !important;
  }
  .pl-md-0 {
    padding-left: 0rem !important;
  }
  .px-md-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .py-md-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .mt-neg-md-0 {
    margin-top: 0rem !important;
  }
  .mr-neg-md-0 {
    margin-right: 0rem !important;
  }
  .mb-neg-md-0 {
    margin-bottom: 0rem !important;
  }
  .ml-neg-md-0 {
    margin-left: 0rem !important;
  }
}
@media (min-width: 768px) {
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1 {
    margin-left: 0.25rem !important;
  }
  .mx-md-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1 {
    padding-left: 0.25rem !important;
  }
  .px-md-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .mt-neg-md-1 {
    margin-top: -0.25rem !important;
  }
  .mr-neg-md-1 {
    margin-right: -0.25rem !important;
  }
  .mb-neg-md-1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-neg-md-1 {
    margin-left: -0.25rem !important;
  }
}
@media (min-width: 768px) {
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2 {
    margin-left: 0.5rem !important;
  }
  .mx-md-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2 {
    padding-left: 0.5rem !important;
  }
  .px-md-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .mt-neg-md-2 {
    margin-top: -0.5rem !important;
  }
  .mr-neg-md-2 {
    margin-right: -0.5rem !important;
  }
  .mb-neg-md-2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-neg-md-2 {
    margin-left: -0.5rem !important;
  }
}
@media (min-width: 768px) {
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3 {
    margin-left: 1rem !important;
  }
  .mx-md-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3 {
    padding-left: 1rem !important;
  }
  .px-md-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .mt-neg-md-3 {
    margin-top: -1rem !important;
  }
  .mr-neg-md-3 {
    margin-right: -1rem !important;
  }
  .mb-neg-md-3 {
    margin-bottom: -1rem !important;
  }
  .ml-neg-md-3 {
    margin-left: -1rem !important;
  }
}
@media (min-width: 768px) {
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4 {
    margin-left: 1.5rem !important;
  }
  .mx-md-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4 {
    padding-left: 1.5rem !important;
  }
  .px-md-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .mt-neg-md-4 {
    margin-top: -1.5rem !important;
  }
  .mr-neg-md-4 {
    margin-right: -1.5rem !important;
  }
  .mb-neg-md-4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-neg-md-4 {
    margin-left: -1.5rem !important;
  }
}
@media (min-width: 768px) {
  .mt-md-5 {
    margin-top: 2.5rem !important;
  }
  .mr-md-5 {
    margin-right: 2.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 2.5rem !important;
  }
  .ml-md-5 {
    margin-left: 2.5rem !important;
  }
  .mx-md-5 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .my-md-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .pt-md-5 {
    padding-top: 2.5rem !important;
  }
  .pr-md-5 {
    padding-right: 2.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 2.5rem !important;
  }
  .pl-md-5 {
    padding-left: 2.5rem !important;
  }
  .px-md-5 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .py-md-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .mt-neg-md-5 {
    margin-top: -2.5rem !important;
  }
  .mr-neg-md-5 {
    margin-right: -2.5rem !important;
  }
  .mb-neg-md-5 {
    margin-bottom: -2.5rem !important;
  }
  .ml-neg-md-5 {
    margin-left: -2.5rem !important;
  }
}
@media (min-width: 768px) {
  .mt-md-6 {
    margin-top: 3.5rem !important;
  }
  .mr-md-6 {
    margin-right: 3.5rem !important;
  }
  .mb-md-6 {
    margin-bottom: 3.5rem !important;
  }
  .ml-md-6 {
    margin-left: 3.5rem !important;
  }
  .mx-md-6 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
  .my-md-6 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .pt-md-6 {
    padding-top: 3.5rem !important;
  }
  .pr-md-6 {
    padding-right: 3.5rem !important;
  }
  .pb-md-6 {
    padding-bottom: 3.5rem !important;
  }
  .pl-md-6 {
    padding-left: 3.5rem !important;
  }
  .px-md-6 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  .py-md-6 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .mt-neg-md-6 {
    margin-top: -3.5rem !important;
  }
  .mr-neg-md-6 {
    margin-right: -3.5rem !important;
  }
  .mb-neg-md-6 {
    margin-bottom: -3.5rem !important;
  }
  .ml-neg-md-6 {
    margin-left: -3.5rem !important;
  }
}
@media (min-width: 768px) {
  .mt-md-7 {
    margin-top: 4.5rem !important;
  }
  .mr-md-7 {
    margin-right: 4.5rem !important;
  }
  .mb-md-7 {
    margin-bottom: 4.5rem !important;
  }
  .ml-md-7 {
    margin-left: 4.5rem !important;
  }
  .mx-md-7 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }
  .my-md-7 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .pt-md-7 {
    padding-top: 4.5rem !important;
  }
  .pr-md-7 {
    padding-right: 4.5rem !important;
  }
  .pb-md-7 {
    padding-bottom: 4.5rem !important;
  }
  .pl-md-7 {
    padding-left: 4.5rem !important;
  }
  .px-md-7 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  .py-md-7 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .mt-neg-md-7 {
    margin-top: -4.5rem !important;
  }
  .mr-neg-md-7 {
    margin-right: -4.5rem !important;
  }
  .mb-neg-md-7 {
    margin-bottom: -4.5rem !important;
  }
  .ml-neg-md-7 {
    margin-left: -4.5rem !important;
  }
}
@media (min-width: 768px) {
  .mt-md-8 {
    margin-top: 5.5rem !important;
  }
  .mr-md-8 {
    margin-right: 5.5rem !important;
  }
  .mb-md-8 {
    margin-bottom: 5.5rem !important;
  }
  .ml-md-8 {
    margin-left: 5.5rem !important;
  }
  .mx-md-8 {
    margin-left: 5.5rem !important;
    margin-right: 5.5rem !important;
  }
  .my-md-8 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .pt-md-8 {
    padding-top: 5.5rem !important;
  }
  .pr-md-8 {
    padding-right: 5.5rem !important;
  }
  .pb-md-8 {
    padding-bottom: 5.5rem !important;
  }
  .pl-md-8 {
    padding-left: 5.5rem !important;
  }
  .px-md-8 {
    padding-left: 5.5rem !important;
    padding-right: 5.5rem !important;
  }
  .py-md-8 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .mt-neg-md-8 {
    margin-top: -5.5rem !important;
  }
  .mr-neg-md-8 {
    margin-right: -5.5rem !important;
  }
  .mb-neg-md-8 {
    margin-bottom: -5.5rem !important;
  }
  .ml-neg-md-8 {
    margin-left: -5.5rem !important;
  }
}
@media (min-width: 768px) {
  .mt-md-9 {
    margin-top: 6.5rem !important;
  }
  .mr-md-9 {
    margin-right: 6.5rem !important;
  }
  .mb-md-9 {
    margin-bottom: 6.5rem !important;
  }
  .ml-md-9 {
    margin-left: 6.5rem !important;
  }
  .mx-md-9 {
    margin-left: 6.5rem !important;
    margin-right: 6.5rem !important;
  }
  .my-md-9 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .pt-md-9 {
    padding-top: 6.5rem !important;
  }
  .pr-md-9 {
    padding-right: 6.5rem !important;
  }
  .pb-md-9 {
    padding-bottom: 6.5rem !important;
  }
  .pl-md-9 {
    padding-left: 6.5rem !important;
  }
  .px-md-9 {
    padding-left: 6.5rem !important;
    padding-right: 6.5rem !important;
  }
  .py-md-9 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .mt-neg-md-9 {
    margin-top: -6.5rem !important;
  }
  .mr-neg-md-9 {
    margin-right: -6.5rem !important;
  }
  .mb-neg-md-9 {
    margin-bottom: -6.5rem !important;
  }
  .ml-neg-md-9 {
    margin-left: -6.5rem !important;
  }
}
@media (min-width: 768px) {
  .mt-md-10 {
    margin-top: 7.5rem !important;
  }
  .mr-md-10 {
    margin-right: 7.5rem !important;
  }
  .mb-md-10 {
    margin-bottom: 7.5rem !important;
  }
  .ml-md-10 {
    margin-left: 7.5rem !important;
  }
  .mx-md-10 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }
  .my-md-10 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .pt-md-10 {
    padding-top: 7.5rem !important;
  }
  .pr-md-10 {
    padding-right: 7.5rem !important;
  }
  .pb-md-10 {
    padding-bottom: 7.5rem !important;
  }
  .pl-md-10 {
    padding-left: 7.5rem !important;
  }
  .px-md-10 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }
  .py-md-10 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .mt-neg-md-10 {
    margin-top: -7.5rem !important;
  }
  .mr-neg-md-10 {
    margin-right: -7.5rem !important;
  }
  .mb-neg-md-10 {
    margin-bottom: -7.5rem !important;
  }
  .ml-neg-md-10 {
    margin-left: -7.5rem !important;
  }
}
@media (min-width: 768px) {
  .mt-md-11 {
    margin-top: 8.5rem !important;
  }
  .mr-md-11 {
    margin-right: 8.5rem !important;
  }
  .mb-md-11 {
    margin-bottom: 8.5rem !important;
  }
  .ml-md-11 {
    margin-left: 8.5rem !important;
  }
  .mx-md-11 {
    margin-left: 8.5rem !important;
    margin-right: 8.5rem !important;
  }
  .my-md-11 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }
  .pt-md-11 {
    padding-top: 8.5rem !important;
  }
  .pr-md-11 {
    padding-right: 8.5rem !important;
  }
  .pb-md-11 {
    padding-bottom: 8.5rem !important;
  }
  .pl-md-11 {
    padding-left: 8.5rem !important;
  }
  .px-md-11 {
    padding-left: 8.5rem !important;
    padding-right: 8.5rem !important;
  }
  .py-md-11 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
  .mt-neg-md-11 {
    margin-top: -8.5rem !important;
  }
  .mr-neg-md-11 {
    margin-right: -8.5rem !important;
  }
  .mb-neg-md-11 {
    margin-bottom: -8.5rem !important;
  }
  .ml-neg-md-11 {
    margin-left: -8.5rem !important;
  }
}
@media (min-width: 768px) {
  .mt-md-12 {
    margin-top: 9.5rem !important;
  }
  .mr-md-12 {
    margin-right: 9.5rem !important;
  }
  .mb-md-12 {
    margin-bottom: 9.5rem !important;
  }
  .ml-md-12 {
    margin-left: 9.5rem !important;
  }
  .mx-md-12 {
    margin-left: 9.5rem !important;
    margin-right: 9.5rem !important;
  }
  .my-md-12 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }
  .pt-md-12 {
    padding-top: 9.5rem !important;
  }
  .pr-md-12 {
    padding-right: 9.5rem !important;
  }
  .pb-md-12 {
    padding-bottom: 9.5rem !important;
  }
  .pl-md-12 {
    padding-left: 9.5rem !important;
  }
  .px-md-12 {
    padding-left: 9.5rem !important;
    padding-right: 9.5rem !important;
  }
  .py-md-12 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }
  .mt-neg-md-12 {
    margin-top: -9.5rem !important;
  }
  .mr-neg-md-12 {
    margin-right: -9.5rem !important;
  }
  .mb-neg-md-12 {
    margin-bottom: -9.5rem !important;
  }
  .ml-neg-md-12 {
    margin-left: -9.5rem !important;
  }
}
@media (min-width: 768px) {
  .mt-md-13 {
    margin-top: 10.5rem !important;
  }
  .mr-md-13 {
    margin-right: 10.5rem !important;
  }
  .mb-md-13 {
    margin-bottom: 10.5rem !important;
  }
  .ml-md-13 {
    margin-left: 10.5rem !important;
  }
  .mx-md-13 {
    margin-left: 10.5rem !important;
    margin-right: 10.5rem !important;
  }
  .my-md-13 {
    margin-top: 10.5rem !important;
    margin-bottom: 10.5rem !important;
  }
  .pt-md-13 {
    padding-top: 10.5rem !important;
  }
  .pr-md-13 {
    padding-right: 10.5rem !important;
  }
  .pb-md-13 {
    padding-bottom: 10.5rem !important;
  }
  .pl-md-13 {
    padding-left: 10.5rem !important;
  }
  .px-md-13 {
    padding-left: 10.5rem !important;
    padding-right: 10.5rem !important;
  }
  .py-md-13 {
    padding-top: 10.5rem !important;
    padding-bottom: 10.5rem !important;
  }
  .mt-neg-md-13 {
    margin-top: -10.5rem !important;
  }
  .mr-neg-md-13 {
    margin-right: -10.5rem !important;
  }
  .mb-neg-md-13 {
    margin-bottom: -10.5rem !important;
  }
  .ml-neg-md-13 {
    margin-left: -10.5rem !important;
  }
}
@media (min-width: 768px) {
  .mt-md-14 {
    margin-top: 11.5rem !important;
  }
  .mr-md-14 {
    margin-right: 11.5rem !important;
  }
  .mb-md-14 {
    margin-bottom: 11.5rem !important;
  }
  .ml-md-14 {
    margin-left: 11.5rem !important;
  }
  .mx-md-14 {
    margin-left: 11.5rem !important;
    margin-right: 11.5rem !important;
  }
  .my-md-14 {
    margin-top: 11.5rem !important;
    margin-bottom: 11.5rem !important;
  }
  .pt-md-14 {
    padding-top: 11.5rem !important;
  }
  .pr-md-14 {
    padding-right: 11.5rem !important;
  }
  .pb-md-14 {
    padding-bottom: 11.5rem !important;
  }
  .pl-md-14 {
    padding-left: 11.5rem !important;
  }
  .px-md-14 {
    padding-left: 11.5rem !important;
    padding-right: 11.5rem !important;
  }
  .py-md-14 {
    padding-top: 11.5rem !important;
    padding-bottom: 11.5rem !important;
  }
  .mt-neg-md-14 {
    margin-top: -11.5rem !important;
  }
  .mr-neg-md-14 {
    margin-right: -11.5rem !important;
  }
  .mb-neg-md-14 {
    margin-bottom: -11.5rem !important;
  }
  .ml-neg-md-14 {
    margin-left: -11.5rem !important;
  }
}
@media (min-width: 768px) {
  .mt-md-15 {
    margin-top: 12.5rem !important;
  }
  .mr-md-15 {
    margin-right: 12.5rem !important;
  }
  .mb-md-15 {
    margin-bottom: 12.5rem !important;
  }
  .ml-md-15 {
    margin-left: 12.5rem !important;
  }
  .mx-md-15 {
    margin-left: 12.5rem !important;
    margin-right: 12.5rem !important;
  }
  .my-md-15 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .pt-md-15 {
    padding-top: 12.5rem !important;
  }
  .pr-md-15 {
    padding-right: 12.5rem !important;
  }
  .pb-md-15 {
    padding-bottom: 12.5rem !important;
  }
  .pl-md-15 {
    padding-left: 12.5rem !important;
  }
  .px-md-15 {
    padding-left: 12.5rem !important;
    padding-right: 12.5rem !important;
  }
  .py-md-15 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .mt-neg-md-15 {
    margin-top: -12.5rem !important;
  }
  .mr-neg-md-15 {
    margin-right: -12.5rem !important;
  }
  .mb-neg-md-15 {
    margin-bottom: -12.5rem !important;
  }
  .ml-neg-md-15 {
    margin-left: -12.5rem !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-0 {
    margin-top: 0rem !important;
  }
  .mr-lg-0 {
    margin-right: 0rem !important;
  }
  .mb-lg-0 {
    margin-bottom: 0rem !important;
  }
  .ml-lg-0 {
    margin-left: 0rem !important;
  }
  .mx-lg-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .my-lg-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .pt-lg-0 {
    padding-top: 0rem !important;
  }
  .pr-lg-0 {
    padding-right: 0rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0rem !important;
  }
  .pl-lg-0 {
    padding-left: 0rem !important;
  }
  .px-lg-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .py-lg-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .mt-neg-lg-0 {
    margin-top: 0rem !important;
  }
  .mr-neg-lg-0 {
    margin-right: 0rem !important;
  }
  .mb-neg-lg-0 {
    margin-bottom: 0rem !important;
  }
  .ml-neg-lg-0 {
    margin-left: 0rem !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1 {
    margin-left: 0.25rem !important;
  }
  .mx-lg-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1 {
    padding-left: 0.25rem !important;
  }
  .px-lg-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .mt-neg-lg-1 {
    margin-top: -0.25rem !important;
  }
  .mr-neg-lg-1 {
    margin-right: -0.25rem !important;
  }
  .mb-neg-lg-1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-neg-lg-1 {
    margin-left: -0.25rem !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2 {
    margin-left: 0.5rem !important;
  }
  .mx-lg-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2 {
    padding-left: 0.5rem !important;
  }
  .px-lg-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .mt-neg-lg-2 {
    margin-top: -0.5rem !important;
  }
  .mr-neg-lg-2 {
    margin-right: -0.5rem !important;
  }
  .mb-neg-lg-2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-neg-lg-2 {
    margin-left: -0.5rem !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3 {
    margin-left: 1rem !important;
  }
  .mx-lg-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3 {
    padding-left: 1rem !important;
  }
  .px-lg-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .mt-neg-lg-3 {
    margin-top: -1rem !important;
  }
  .mr-neg-lg-3 {
    margin-right: -1rem !important;
  }
  .mb-neg-lg-3 {
    margin-bottom: -1rem !important;
  }
  .ml-neg-lg-3 {
    margin-left: -1rem !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4 {
    margin-left: 1.5rem !important;
  }
  .mx-lg-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4 {
    padding-left: 1.5rem !important;
  }
  .px-lg-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .mt-neg-lg-4 {
    margin-top: -1.5rem !important;
  }
  .mr-neg-lg-4 {
    margin-right: -1.5rem !important;
  }
  .mb-neg-lg-4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-neg-lg-4 {
    margin-left: -1.5rem !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-5 {
    margin-top: 2.5rem !important;
  }
  .mr-lg-5 {
    margin-right: 2.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 2.5rem !important;
  }
  .ml-lg-5 {
    margin-left: 2.5rem !important;
  }
  .mx-lg-5 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .my-lg-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 2.5rem !important;
  }
  .pr-lg-5 {
    padding-right: 2.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 2.5rem !important;
  }
  .pl-lg-5 {
    padding-left: 2.5rem !important;
  }
  .px-lg-5 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .py-lg-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .mt-neg-lg-5 {
    margin-top: -2.5rem !important;
  }
  .mr-neg-lg-5 {
    margin-right: -2.5rem !important;
  }
  .mb-neg-lg-5 {
    margin-bottom: -2.5rem !important;
  }
  .ml-neg-lg-5 {
    margin-left: -2.5rem !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-6 {
    margin-top: 3.5rem !important;
  }
  .mr-lg-6 {
    margin-right: 3.5rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 3.5rem !important;
  }
  .ml-lg-6 {
    margin-left: 3.5rem !important;
  }
  .mx-lg-6 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
  .my-lg-6 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .pt-lg-6 {
    padding-top: 3.5rem !important;
  }
  .pr-lg-6 {
    padding-right: 3.5rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 3.5rem !important;
  }
  .pl-lg-6 {
    padding-left: 3.5rem !important;
  }
  .px-lg-6 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  .py-lg-6 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .mt-neg-lg-6 {
    margin-top: -3.5rem !important;
  }
  .mr-neg-lg-6 {
    margin-right: -3.5rem !important;
  }
  .mb-neg-lg-6 {
    margin-bottom: -3.5rem !important;
  }
  .ml-neg-lg-6 {
    margin-left: -3.5rem !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-7 {
    margin-top: 4.5rem !important;
  }
  .mr-lg-7 {
    margin-right: 4.5rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 4.5rem !important;
  }
  .ml-lg-7 {
    margin-left: 4.5rem !important;
  }
  .mx-lg-7 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }
  .my-lg-7 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .pt-lg-7 {
    padding-top: 4.5rem !important;
  }
  .pr-lg-7 {
    padding-right: 4.5rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 4.5rem !important;
  }
  .pl-lg-7 {
    padding-left: 4.5rem !important;
  }
  .px-lg-7 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  .py-lg-7 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .mt-neg-lg-7 {
    margin-top: -4.5rem !important;
  }
  .mr-neg-lg-7 {
    margin-right: -4.5rem !important;
  }
  .mb-neg-lg-7 {
    margin-bottom: -4.5rem !important;
  }
  .ml-neg-lg-7 {
    margin-left: -4.5rem !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-8 {
    margin-top: 5.5rem !important;
  }
  .mr-lg-8 {
    margin-right: 5.5rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 5.5rem !important;
  }
  .ml-lg-8 {
    margin-left: 5.5rem !important;
  }
  .mx-lg-8 {
    margin-left: 5.5rem !important;
    margin-right: 5.5rem !important;
  }
  .my-lg-8 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .pt-lg-8 {
    padding-top: 5.5rem !important;
  }
  .pr-lg-8 {
    padding-right: 5.5rem !important;
  }
  .pb-lg-8 {
    padding-bottom: 5.5rem !important;
  }
  .pl-lg-8 {
    padding-left: 5.5rem !important;
  }
  .px-lg-8 {
    padding-left: 5.5rem !important;
    padding-right: 5.5rem !important;
  }
  .py-lg-8 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .mt-neg-lg-8 {
    margin-top: -5.5rem !important;
  }
  .mr-neg-lg-8 {
    margin-right: -5.5rem !important;
  }
  .mb-neg-lg-8 {
    margin-bottom: -5.5rem !important;
  }
  .ml-neg-lg-8 {
    margin-left: -5.5rem !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-9 {
    margin-top: 6.5rem !important;
  }
  .mr-lg-9 {
    margin-right: 6.5rem !important;
  }
  .mb-lg-9 {
    margin-bottom: 6.5rem !important;
  }
  .ml-lg-9 {
    margin-left: 6.5rem !important;
  }
  .mx-lg-9 {
    margin-left: 6.5rem !important;
    margin-right: 6.5rem !important;
  }
  .my-lg-9 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .pt-lg-9 {
    padding-top: 6.5rem !important;
  }
  .pr-lg-9 {
    padding-right: 6.5rem !important;
  }
  .pb-lg-9 {
    padding-bottom: 6.5rem !important;
  }
  .pl-lg-9 {
    padding-left: 6.5rem !important;
  }
  .px-lg-9 {
    padding-left: 6.5rem !important;
    padding-right: 6.5rem !important;
  }
  .py-lg-9 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .mt-neg-lg-9 {
    margin-top: -6.5rem !important;
  }
  .mr-neg-lg-9 {
    margin-right: -6.5rem !important;
  }
  .mb-neg-lg-9 {
    margin-bottom: -6.5rem !important;
  }
  .ml-neg-lg-9 {
    margin-left: -6.5rem !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-10 {
    margin-top: 7.5rem !important;
  }
  .mr-lg-10 {
    margin-right: 7.5rem !important;
  }
  .mb-lg-10 {
    margin-bottom: 7.5rem !important;
  }
  .ml-lg-10 {
    margin-left: 7.5rem !important;
  }
  .mx-lg-10 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }
  .my-lg-10 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .pt-lg-10 {
    padding-top: 7.5rem !important;
  }
  .pr-lg-10 {
    padding-right: 7.5rem !important;
  }
  .pb-lg-10 {
    padding-bottom: 7.5rem !important;
  }
  .pl-lg-10 {
    padding-left: 7.5rem !important;
  }
  .px-lg-10 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }
  .py-lg-10 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .mt-neg-lg-10 {
    margin-top: -7.5rem !important;
  }
  .mr-neg-lg-10 {
    margin-right: -7.5rem !important;
  }
  .mb-neg-lg-10 {
    margin-bottom: -7.5rem !important;
  }
  .ml-neg-lg-10 {
    margin-left: -7.5rem !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-11 {
    margin-top: 8.5rem !important;
  }
  .mr-lg-11 {
    margin-right: 8.5rem !important;
  }
  .mb-lg-11 {
    margin-bottom: 8.5rem !important;
  }
  .ml-lg-11 {
    margin-left: 8.5rem !important;
  }
  .mx-lg-11 {
    margin-left: 8.5rem !important;
    margin-right: 8.5rem !important;
  }
  .my-lg-11 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }
  .pt-lg-11 {
    padding-top: 8.5rem !important;
  }
  .pr-lg-11 {
    padding-right: 8.5rem !important;
  }
  .pb-lg-11 {
    padding-bottom: 8.5rem !important;
  }
  .pl-lg-11 {
    padding-left: 8.5rem !important;
  }
  .px-lg-11 {
    padding-left: 8.5rem !important;
    padding-right: 8.5rem !important;
  }
  .py-lg-11 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
  .mt-neg-lg-11 {
    margin-top: -8.5rem !important;
  }
  .mr-neg-lg-11 {
    margin-right: -8.5rem !important;
  }
  .mb-neg-lg-11 {
    margin-bottom: -8.5rem !important;
  }
  .ml-neg-lg-11 {
    margin-left: -8.5rem !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-12 {
    margin-top: 9.5rem !important;
  }
  .mr-lg-12 {
    margin-right: 9.5rem !important;
  }
  .mb-lg-12 {
    margin-bottom: 9.5rem !important;
  }
  .ml-lg-12 {
    margin-left: 9.5rem !important;
  }
  .mx-lg-12 {
    margin-left: 9.5rem !important;
    margin-right: 9.5rem !important;
  }
  .my-lg-12 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }
  .pt-lg-12 {
    padding-top: 9.5rem !important;
  }
  .pr-lg-12 {
    padding-right: 9.5rem !important;
  }
  .pb-lg-12 {
    padding-bottom: 9.5rem !important;
  }
  .pl-lg-12 {
    padding-left: 9.5rem !important;
  }
  .px-lg-12 {
    padding-left: 9.5rem !important;
    padding-right: 9.5rem !important;
  }
  .py-lg-12 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }
  .mt-neg-lg-12 {
    margin-top: -9.5rem !important;
  }
  .mr-neg-lg-12 {
    margin-right: -9.5rem !important;
  }
  .mb-neg-lg-12 {
    margin-bottom: -9.5rem !important;
  }
  .ml-neg-lg-12 {
    margin-left: -9.5rem !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-13 {
    margin-top: 10.5rem !important;
  }
  .mr-lg-13 {
    margin-right: 10.5rem !important;
  }
  .mb-lg-13 {
    margin-bottom: 10.5rem !important;
  }
  .ml-lg-13 {
    margin-left: 10.5rem !important;
  }
  .mx-lg-13 {
    margin-left: 10.5rem !important;
    margin-right: 10.5rem !important;
  }
  .my-lg-13 {
    margin-top: 10.5rem !important;
    margin-bottom: 10.5rem !important;
  }
  .pt-lg-13 {
    padding-top: 10.5rem !important;
  }
  .pr-lg-13 {
    padding-right: 10.5rem !important;
  }
  .pb-lg-13 {
    padding-bottom: 10.5rem !important;
  }
  .pl-lg-13 {
    padding-left: 10.5rem !important;
  }
  .px-lg-13 {
    padding-left: 10.5rem !important;
    padding-right: 10.5rem !important;
  }
  .py-lg-13 {
    padding-top: 10.5rem !important;
    padding-bottom: 10.5rem !important;
  }
  .mt-neg-lg-13 {
    margin-top: -10.5rem !important;
  }
  .mr-neg-lg-13 {
    margin-right: -10.5rem !important;
  }
  .mb-neg-lg-13 {
    margin-bottom: -10.5rem !important;
  }
  .ml-neg-lg-13 {
    margin-left: -10.5rem !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-14 {
    margin-top: 11.5rem !important;
  }
  .mr-lg-14 {
    margin-right: 11.5rem !important;
  }
  .mb-lg-14 {
    margin-bottom: 11.5rem !important;
  }
  .ml-lg-14 {
    margin-left: 11.5rem !important;
  }
  .mx-lg-14 {
    margin-left: 11.5rem !important;
    margin-right: 11.5rem !important;
  }
  .my-lg-14 {
    margin-top: 11.5rem !important;
    margin-bottom: 11.5rem !important;
  }
  .pt-lg-14 {
    padding-top: 11.5rem !important;
  }
  .pr-lg-14 {
    padding-right: 11.5rem !important;
  }
  .pb-lg-14 {
    padding-bottom: 11.5rem !important;
  }
  .pl-lg-14 {
    padding-left: 11.5rem !important;
  }
  .px-lg-14 {
    padding-left: 11.5rem !important;
    padding-right: 11.5rem !important;
  }
  .py-lg-14 {
    padding-top: 11.5rem !important;
    padding-bottom: 11.5rem !important;
  }
  .mt-neg-lg-14 {
    margin-top: -11.5rem !important;
  }
  .mr-neg-lg-14 {
    margin-right: -11.5rem !important;
  }
  .mb-neg-lg-14 {
    margin-bottom: -11.5rem !important;
  }
  .ml-neg-lg-14 {
    margin-left: -11.5rem !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-15 {
    margin-top: 12.5rem !important;
  }
  .mr-lg-15 {
    margin-right: 12.5rem !important;
  }
  .mb-lg-15 {
    margin-bottom: 12.5rem !important;
  }
  .ml-lg-15 {
    margin-left: 12.5rem !important;
  }
  .mx-lg-15 {
    margin-left: 12.5rem !important;
    margin-right: 12.5rem !important;
  }
  .my-lg-15 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .pt-lg-15 {
    padding-top: 12.5rem !important;
  }
  .pr-lg-15 {
    padding-right: 12.5rem !important;
  }
  .pb-lg-15 {
    padding-bottom: 12.5rem !important;
  }
  .pl-lg-15 {
    padding-left: 12.5rem !important;
  }
  .px-lg-15 {
    padding-left: 12.5rem !important;
    padding-right: 12.5rem !important;
  }
  .py-lg-15 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .mt-neg-lg-15 {
    margin-top: -12.5rem !important;
  }
  .mr-neg-lg-15 {
    margin-right: -12.5rem !important;
  }
  .mb-neg-lg-15 {
    margin-bottom: -12.5rem !important;
  }
  .ml-neg-lg-15 {
    margin-left: -12.5rem !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-0 {
    margin-top: 0rem !important;
  }
  .mr-xl-0 {
    margin-right: 0rem !important;
  }
  .mb-xl-0 {
    margin-bottom: 0rem !important;
  }
  .ml-xl-0 {
    margin-left: 0rem !important;
  }
  .mx-xl-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .my-xl-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .pt-xl-0 {
    padding-top: 0rem !important;
  }
  .pr-xl-0 {
    padding-right: 0rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0rem !important;
  }
  .pl-xl-0 {
    padding-left: 0rem !important;
  }
  .px-xl-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .py-xl-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .mt-neg-xl-0 {
    margin-top: 0rem !important;
  }
  .mr-neg-xl-0 {
    margin-right: 0rem !important;
  }
  .mb-neg-xl-0 {
    margin-bottom: 0rem !important;
  }
  .ml-neg-xl-0 {
    margin-left: 0rem !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1 {
    margin-left: 0.25rem !important;
  }
  .mx-xl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1 {
    padding-left: 0.25rem !important;
  }
  .px-xl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .mt-neg-xl-1 {
    margin-top: -0.25rem !important;
  }
  .mr-neg-xl-1 {
    margin-right: -0.25rem !important;
  }
  .mb-neg-xl-1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-neg-xl-1 {
    margin-left: -0.25rem !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2 {
    margin-left: 0.5rem !important;
  }
  .mx-xl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2 {
    padding-left: 0.5rem !important;
  }
  .px-xl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .mt-neg-xl-2 {
    margin-top: -0.5rem !important;
  }
  .mr-neg-xl-2 {
    margin-right: -0.5rem !important;
  }
  .mb-neg-xl-2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-neg-xl-2 {
    margin-left: -0.5rem !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3 {
    margin-left: 1rem !important;
  }
  .mx-xl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3 {
    padding-left: 1rem !important;
  }
  .px-xl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .mt-neg-xl-3 {
    margin-top: -1rem !important;
  }
  .mr-neg-xl-3 {
    margin-right: -1rem !important;
  }
  .mb-neg-xl-3 {
    margin-bottom: -1rem !important;
  }
  .ml-neg-xl-3 {
    margin-left: -1rem !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4 {
    margin-left: 1.5rem !important;
  }
  .mx-xl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4 {
    padding-left: 1.5rem !important;
  }
  .px-xl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .mt-neg-xl-4 {
    margin-top: -1.5rem !important;
  }
  .mr-neg-xl-4 {
    margin-right: -1.5rem !important;
  }
  .mb-neg-xl-4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-neg-xl-4 {
    margin-left: -1.5rem !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-5 {
    margin-top: 2.5rem !important;
  }
  .mr-xl-5 {
    margin-right: 2.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 2.5rem !important;
  }
  .ml-xl-5 {
    margin-left: 2.5rem !important;
  }
  .mx-xl-5 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .my-xl-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 2.5rem !important;
  }
  .pr-xl-5 {
    padding-right: 2.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 2.5rem !important;
  }
  .pl-xl-5 {
    padding-left: 2.5rem !important;
  }
  .px-xl-5 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .py-xl-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .mt-neg-xl-5 {
    margin-top: -2.5rem !important;
  }
  .mr-neg-xl-5 {
    margin-right: -2.5rem !important;
  }
  .mb-neg-xl-5 {
    margin-bottom: -2.5rem !important;
  }
  .ml-neg-xl-5 {
    margin-left: -2.5rem !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-6 {
    margin-top: 3.5rem !important;
  }
  .mr-xl-6 {
    margin-right: 3.5rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 3.5rem !important;
  }
  .ml-xl-6 {
    margin-left: 3.5rem !important;
  }
  .mx-xl-6 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
  .my-xl-6 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .pt-xl-6 {
    padding-top: 3.5rem !important;
  }
  .pr-xl-6 {
    padding-right: 3.5rem !important;
  }
  .pb-xl-6 {
    padding-bottom: 3.5rem !important;
  }
  .pl-xl-6 {
    padding-left: 3.5rem !important;
  }
  .px-xl-6 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  .py-xl-6 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .mt-neg-xl-6 {
    margin-top: -3.5rem !important;
  }
  .mr-neg-xl-6 {
    margin-right: -3.5rem !important;
  }
  .mb-neg-xl-6 {
    margin-bottom: -3.5rem !important;
  }
  .ml-neg-xl-6 {
    margin-left: -3.5rem !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-7 {
    margin-top: 4.5rem !important;
  }
  .mr-xl-7 {
    margin-right: 4.5rem !important;
  }
  .mb-xl-7 {
    margin-bottom: 4.5rem !important;
  }
  .ml-xl-7 {
    margin-left: 4.5rem !important;
  }
  .mx-xl-7 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }
  .my-xl-7 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .pt-xl-7 {
    padding-top: 4.5rem !important;
  }
  .pr-xl-7 {
    padding-right: 4.5rem !important;
  }
  .pb-xl-7 {
    padding-bottom: 4.5rem !important;
  }
  .pl-xl-7 {
    padding-left: 4.5rem !important;
  }
  .px-xl-7 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  .py-xl-7 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .mt-neg-xl-7 {
    margin-top: -4.5rem !important;
  }
  .mr-neg-xl-7 {
    margin-right: -4.5rem !important;
  }
  .mb-neg-xl-7 {
    margin-bottom: -4.5rem !important;
  }
  .ml-neg-xl-7 {
    margin-left: -4.5rem !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-8 {
    margin-top: 5.5rem !important;
  }
  .mr-xl-8 {
    margin-right: 5.5rem !important;
  }
  .mb-xl-8 {
    margin-bottom: 5.5rem !important;
  }
  .ml-xl-8 {
    margin-left: 5.5rem !important;
  }
  .mx-xl-8 {
    margin-left: 5.5rem !important;
    margin-right: 5.5rem !important;
  }
  .my-xl-8 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .pt-xl-8 {
    padding-top: 5.5rem !important;
  }
  .pr-xl-8 {
    padding-right: 5.5rem !important;
  }
  .pb-xl-8 {
    padding-bottom: 5.5rem !important;
  }
  .pl-xl-8 {
    padding-left: 5.5rem !important;
  }
  .px-xl-8 {
    padding-left: 5.5rem !important;
    padding-right: 5.5rem !important;
  }
  .py-xl-8 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .mt-neg-xl-8 {
    margin-top: -5.5rem !important;
  }
  .mr-neg-xl-8 {
    margin-right: -5.5rem !important;
  }
  .mb-neg-xl-8 {
    margin-bottom: -5.5rem !important;
  }
  .ml-neg-xl-8 {
    margin-left: -5.5rem !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-9 {
    margin-top: 6.5rem !important;
  }
  .mr-xl-9 {
    margin-right: 6.5rem !important;
  }
  .mb-xl-9 {
    margin-bottom: 6.5rem !important;
  }
  .ml-xl-9 {
    margin-left: 6.5rem !important;
  }
  .mx-xl-9 {
    margin-left: 6.5rem !important;
    margin-right: 6.5rem !important;
  }
  .my-xl-9 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .pt-xl-9 {
    padding-top: 6.5rem !important;
  }
  .pr-xl-9 {
    padding-right: 6.5rem !important;
  }
  .pb-xl-9 {
    padding-bottom: 6.5rem !important;
  }
  .pl-xl-9 {
    padding-left: 6.5rem !important;
  }
  .px-xl-9 {
    padding-left: 6.5rem !important;
    padding-right: 6.5rem !important;
  }
  .py-xl-9 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .mt-neg-xl-9 {
    margin-top: -6.5rem !important;
  }
  .mr-neg-xl-9 {
    margin-right: -6.5rem !important;
  }
  .mb-neg-xl-9 {
    margin-bottom: -6.5rem !important;
  }
  .ml-neg-xl-9 {
    margin-left: -6.5rem !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-10 {
    margin-top: 7.5rem !important;
  }
  .mr-xl-10 {
    margin-right: 7.5rem !important;
  }
  .mb-xl-10 {
    margin-bottom: 7.5rem !important;
  }
  .ml-xl-10 {
    margin-left: 7.5rem !important;
  }
  .mx-xl-10 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }
  .my-xl-10 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .pt-xl-10 {
    padding-top: 7.5rem !important;
  }
  .pr-xl-10 {
    padding-right: 7.5rem !important;
  }
  .pb-xl-10 {
    padding-bottom: 7.5rem !important;
  }
  .pl-xl-10 {
    padding-left: 7.5rem !important;
  }
  .px-xl-10 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }
  .py-xl-10 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .mt-neg-xl-10 {
    margin-top: -7.5rem !important;
  }
  .mr-neg-xl-10 {
    margin-right: -7.5rem !important;
  }
  .mb-neg-xl-10 {
    margin-bottom: -7.5rem !important;
  }
  .ml-neg-xl-10 {
    margin-left: -7.5rem !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-11 {
    margin-top: 8.5rem !important;
  }
  .mr-xl-11 {
    margin-right: 8.5rem !important;
  }
  .mb-xl-11 {
    margin-bottom: 8.5rem !important;
  }
  .ml-xl-11 {
    margin-left: 8.5rem !important;
  }
  .mx-xl-11 {
    margin-left: 8.5rem !important;
    margin-right: 8.5rem !important;
  }
  .my-xl-11 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }
  .pt-xl-11 {
    padding-top: 8.5rem !important;
  }
  .pr-xl-11 {
    padding-right: 8.5rem !important;
  }
  .pb-xl-11 {
    padding-bottom: 8.5rem !important;
  }
  .pl-xl-11 {
    padding-left: 8.5rem !important;
  }
  .px-xl-11 {
    padding-left: 8.5rem !important;
    padding-right: 8.5rem !important;
  }
  .py-xl-11 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
  .mt-neg-xl-11 {
    margin-top: -8.5rem !important;
  }
  .mr-neg-xl-11 {
    margin-right: -8.5rem !important;
  }
  .mb-neg-xl-11 {
    margin-bottom: -8.5rem !important;
  }
  .ml-neg-xl-11 {
    margin-left: -8.5rem !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-12 {
    margin-top: 9.5rem !important;
  }
  .mr-xl-12 {
    margin-right: 9.5rem !important;
  }
  .mb-xl-12 {
    margin-bottom: 9.5rem !important;
  }
  .ml-xl-12 {
    margin-left: 9.5rem !important;
  }
  .mx-xl-12 {
    margin-left: 9.5rem !important;
    margin-right: 9.5rem !important;
  }
  .my-xl-12 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }
  .pt-xl-12 {
    padding-top: 9.5rem !important;
  }
  .pr-xl-12 {
    padding-right: 9.5rem !important;
  }
  .pb-xl-12 {
    padding-bottom: 9.5rem !important;
  }
  .pl-xl-12 {
    padding-left: 9.5rem !important;
  }
  .px-xl-12 {
    padding-left: 9.5rem !important;
    padding-right: 9.5rem !important;
  }
  .py-xl-12 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }
  .mt-neg-xl-12 {
    margin-top: -9.5rem !important;
  }
  .mr-neg-xl-12 {
    margin-right: -9.5rem !important;
  }
  .mb-neg-xl-12 {
    margin-bottom: -9.5rem !important;
  }
  .ml-neg-xl-12 {
    margin-left: -9.5rem !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-13 {
    margin-top: 10.5rem !important;
  }
  .mr-xl-13 {
    margin-right: 10.5rem !important;
  }
  .mb-xl-13 {
    margin-bottom: 10.5rem !important;
  }
  .ml-xl-13 {
    margin-left: 10.5rem !important;
  }
  .mx-xl-13 {
    margin-left: 10.5rem !important;
    margin-right: 10.5rem !important;
  }
  .my-xl-13 {
    margin-top: 10.5rem !important;
    margin-bottom: 10.5rem !important;
  }
  .pt-xl-13 {
    padding-top: 10.5rem !important;
  }
  .pr-xl-13 {
    padding-right: 10.5rem !important;
  }
  .pb-xl-13 {
    padding-bottom: 10.5rem !important;
  }
  .pl-xl-13 {
    padding-left: 10.5rem !important;
  }
  .px-xl-13 {
    padding-left: 10.5rem !important;
    padding-right: 10.5rem !important;
  }
  .py-xl-13 {
    padding-top: 10.5rem !important;
    padding-bottom: 10.5rem !important;
  }
  .mt-neg-xl-13 {
    margin-top: -10.5rem !important;
  }
  .mr-neg-xl-13 {
    margin-right: -10.5rem !important;
  }
  .mb-neg-xl-13 {
    margin-bottom: -10.5rem !important;
  }
  .ml-neg-xl-13 {
    margin-left: -10.5rem !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-14 {
    margin-top: 11.5rem !important;
  }
  .mr-xl-14 {
    margin-right: 11.5rem !important;
  }
  .mb-xl-14 {
    margin-bottom: 11.5rem !important;
  }
  .ml-xl-14 {
    margin-left: 11.5rem !important;
  }
  .mx-xl-14 {
    margin-left: 11.5rem !important;
    margin-right: 11.5rem !important;
  }
  .my-xl-14 {
    margin-top: 11.5rem !important;
    margin-bottom: 11.5rem !important;
  }
  .pt-xl-14 {
    padding-top: 11.5rem !important;
  }
  .pr-xl-14 {
    padding-right: 11.5rem !important;
  }
  .pb-xl-14 {
    padding-bottom: 11.5rem !important;
  }
  .pl-xl-14 {
    padding-left: 11.5rem !important;
  }
  .px-xl-14 {
    padding-left: 11.5rem !important;
    padding-right: 11.5rem !important;
  }
  .py-xl-14 {
    padding-top: 11.5rem !important;
    padding-bottom: 11.5rem !important;
  }
  .mt-neg-xl-14 {
    margin-top: -11.5rem !important;
  }
  .mr-neg-xl-14 {
    margin-right: -11.5rem !important;
  }
  .mb-neg-xl-14 {
    margin-bottom: -11.5rem !important;
  }
  .ml-neg-xl-14 {
    margin-left: -11.5rem !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-15 {
    margin-top: 12.5rem !important;
  }
  .mr-xl-15 {
    margin-right: 12.5rem !important;
  }
  .mb-xl-15 {
    margin-bottom: 12.5rem !important;
  }
  .ml-xl-15 {
    margin-left: 12.5rem !important;
  }
  .mx-xl-15 {
    margin-left: 12.5rem !important;
    margin-right: 12.5rem !important;
  }
  .my-xl-15 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .pt-xl-15 {
    padding-top: 12.5rem !important;
  }
  .pr-xl-15 {
    padding-right: 12.5rem !important;
  }
  .pb-xl-15 {
    padding-bottom: 12.5rem !important;
  }
  .pl-xl-15 {
    padding-left: 12.5rem !important;
  }
  .px-xl-15 {
    padding-left: 12.5rem !important;
    padding-right: 12.5rem !important;
  }
  .py-xl-15 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .mt-neg-xl-15 {
    margin-top: -12.5rem !important;
  }
  .mr-neg-xl-15 {
    margin-right: -12.5rem !important;
  }
  .mb-neg-xl-15 {
    margin-bottom: -12.5rem !important;
  }
  .ml-neg-xl-15 {
    margin-left: -12.5rem !important;
  }
}
@media (min-width: 1400px) {
  .mt-xxl-0 {
    margin-top: 0rem !important;
  }
  .mr-xxl-0 {
    margin-right: 0rem !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0rem !important;
  }
  .ml-xxl-0 {
    margin-left: 0rem !important;
  }
  .mx-xxl-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .my-xxl-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0rem !important;
  }
  .pr-xxl-0 {
    padding-right: 0rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0rem !important;
  }
  .pl-xxl-0 {
    padding-left: 0rem !important;
  }
  .px-xxl-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .py-xxl-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .mt-neg-xxl-0 {
    margin-top: 0rem !important;
  }
  .mr-neg-xxl-0 {
    margin-right: 0rem !important;
  }
  .mb-neg-xxl-0 {
    margin-bottom: 0rem !important;
  }
  .ml-neg-xxl-0 {
    margin-left: 0rem !important;
  }
}
@media (min-width: 1400px) {
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .px-xxl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .mt-neg-xxl-1 {
    margin-top: -0.25rem !important;
  }
  .mr-neg-xxl-1 {
    margin-right: -0.25rem !important;
  }
  .mb-neg-xxl-1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-neg-xxl-1 {
    margin-left: -0.25rem !important;
  }
}
@media (min-width: 1400px) {
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .px-xxl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .mt-neg-xxl-2 {
    margin-top: -0.5rem !important;
  }
  .mr-neg-xxl-2 {
    margin-right: -0.5rem !important;
  }
  .mb-neg-xxl-2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-neg-xxl-2 {
    margin-left: -0.5rem !important;
  }
}
@media (min-width: 1400px) {
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-3 {
    margin-left: 1rem !important;
  }
  .mx-xxl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-3 {
    padding-left: 1rem !important;
  }
  .px-xxl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .mt-neg-xxl-3 {
    margin-top: -1rem !important;
  }
  .mr-neg-xxl-3 {
    margin-right: -1rem !important;
  }
  .mb-neg-xxl-3 {
    margin-bottom: -1rem !important;
  }
  .ml-neg-xxl-3 {
    margin-left: -1rem !important;
  }
}
@media (min-width: 1400px) {
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .px-xxl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .mt-neg-xxl-4 {
    margin-top: -1.5rem !important;
  }
  .mr-neg-xxl-4 {
    margin-right: -1.5rem !important;
  }
  .mb-neg-xxl-4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-neg-xxl-4 {
    margin-left: -1.5rem !important;
  }
}
@media (min-width: 1400px) {
  .mt-xxl-5 {
    margin-top: 2.5rem !important;
  }
  .mr-xxl-5 {
    margin-right: 2.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 2.5rem !important;
  }
  .ml-xxl-5 {
    margin-left: 2.5rem !important;
  }
  .mx-xxl-5 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 2.5rem !important;
  }
  .pr-xxl-5 {
    padding-right: 2.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 2.5rem !important;
  }
  .pl-xxl-5 {
    padding-left: 2.5rem !important;
  }
  .px-xxl-5 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .mt-neg-xxl-5 {
    margin-top: -2.5rem !important;
  }
  .mr-neg-xxl-5 {
    margin-right: -2.5rem !important;
  }
  .mb-neg-xxl-5 {
    margin-bottom: -2.5rem !important;
  }
  .ml-neg-xxl-5 {
    margin-left: -2.5rem !important;
  }
}
@media (min-width: 1400px) {
  .mt-xxl-6 {
    margin-top: 3.5rem !important;
  }
  .mr-xxl-6 {
    margin-right: 3.5rem !important;
  }
  .mb-xxl-6 {
    margin-bottom: 3.5rem !important;
  }
  .ml-xxl-6 {
    margin-left: 3.5rem !important;
  }
  .mx-xxl-6 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
  .my-xxl-6 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .pt-xxl-6 {
    padding-top: 3.5rem !important;
  }
  .pr-xxl-6 {
    padding-right: 3.5rem !important;
  }
  .pb-xxl-6 {
    padding-bottom: 3.5rem !important;
  }
  .pl-xxl-6 {
    padding-left: 3.5rem !important;
  }
  .px-xxl-6 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  .py-xxl-6 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .mt-neg-xxl-6 {
    margin-top: -3.5rem !important;
  }
  .mr-neg-xxl-6 {
    margin-right: -3.5rem !important;
  }
  .mb-neg-xxl-6 {
    margin-bottom: -3.5rem !important;
  }
  .ml-neg-xxl-6 {
    margin-left: -3.5rem !important;
  }
}
@media (min-width: 1400px) {
  .mt-xxl-7 {
    margin-top: 4.5rem !important;
  }
  .mr-xxl-7 {
    margin-right: 4.5rem !important;
  }
  .mb-xxl-7 {
    margin-bottom: 4.5rem !important;
  }
  .ml-xxl-7 {
    margin-left: 4.5rem !important;
  }
  .mx-xxl-7 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }
  .my-xxl-7 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .pt-xxl-7 {
    padding-top: 4.5rem !important;
  }
  .pr-xxl-7 {
    padding-right: 4.5rem !important;
  }
  .pb-xxl-7 {
    padding-bottom: 4.5rem !important;
  }
  .pl-xxl-7 {
    padding-left: 4.5rem !important;
  }
  .px-xxl-7 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  .py-xxl-7 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .mt-neg-xxl-7 {
    margin-top: -4.5rem !important;
  }
  .mr-neg-xxl-7 {
    margin-right: -4.5rem !important;
  }
  .mb-neg-xxl-7 {
    margin-bottom: -4.5rem !important;
  }
  .ml-neg-xxl-7 {
    margin-left: -4.5rem !important;
  }
}
@media (min-width: 1400px) {
  .mt-xxl-8 {
    margin-top: 5.5rem !important;
  }
  .mr-xxl-8 {
    margin-right: 5.5rem !important;
  }
  .mb-xxl-8 {
    margin-bottom: 5.5rem !important;
  }
  .ml-xxl-8 {
    margin-left: 5.5rem !important;
  }
  .mx-xxl-8 {
    margin-left: 5.5rem !important;
    margin-right: 5.5rem !important;
  }
  .my-xxl-8 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .pt-xxl-8 {
    padding-top: 5.5rem !important;
  }
  .pr-xxl-8 {
    padding-right: 5.5rem !important;
  }
  .pb-xxl-8 {
    padding-bottom: 5.5rem !important;
  }
  .pl-xxl-8 {
    padding-left: 5.5rem !important;
  }
  .px-xxl-8 {
    padding-left: 5.5rem !important;
    padding-right: 5.5rem !important;
  }
  .py-xxl-8 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .mt-neg-xxl-8 {
    margin-top: -5.5rem !important;
  }
  .mr-neg-xxl-8 {
    margin-right: -5.5rem !important;
  }
  .mb-neg-xxl-8 {
    margin-bottom: -5.5rem !important;
  }
  .ml-neg-xxl-8 {
    margin-left: -5.5rem !important;
  }
}
@media (min-width: 1400px) {
  .mt-xxl-9 {
    margin-top: 6.5rem !important;
  }
  .mr-xxl-9 {
    margin-right: 6.5rem !important;
  }
  .mb-xxl-9 {
    margin-bottom: 6.5rem !important;
  }
  .ml-xxl-9 {
    margin-left: 6.5rem !important;
  }
  .mx-xxl-9 {
    margin-left: 6.5rem !important;
    margin-right: 6.5rem !important;
  }
  .my-xxl-9 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .pt-xxl-9 {
    padding-top: 6.5rem !important;
  }
  .pr-xxl-9 {
    padding-right: 6.5rem !important;
  }
  .pb-xxl-9 {
    padding-bottom: 6.5rem !important;
  }
  .pl-xxl-9 {
    padding-left: 6.5rem !important;
  }
  .px-xxl-9 {
    padding-left: 6.5rem !important;
    padding-right: 6.5rem !important;
  }
  .py-xxl-9 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .mt-neg-xxl-9 {
    margin-top: -6.5rem !important;
  }
  .mr-neg-xxl-9 {
    margin-right: -6.5rem !important;
  }
  .mb-neg-xxl-9 {
    margin-bottom: -6.5rem !important;
  }
  .ml-neg-xxl-9 {
    margin-left: -6.5rem !important;
  }
}
@media (min-width: 1400px) {
  .mt-xxl-10 {
    margin-top: 7.5rem !important;
  }
  .mr-xxl-10 {
    margin-right: 7.5rem !important;
  }
  .mb-xxl-10 {
    margin-bottom: 7.5rem !important;
  }
  .ml-xxl-10 {
    margin-left: 7.5rem !important;
  }
  .mx-xxl-10 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }
  .my-xxl-10 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .pt-xxl-10 {
    padding-top: 7.5rem !important;
  }
  .pr-xxl-10 {
    padding-right: 7.5rem !important;
  }
  .pb-xxl-10 {
    padding-bottom: 7.5rem !important;
  }
  .pl-xxl-10 {
    padding-left: 7.5rem !important;
  }
  .px-xxl-10 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }
  .py-xxl-10 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .mt-neg-xxl-10 {
    margin-top: -7.5rem !important;
  }
  .mr-neg-xxl-10 {
    margin-right: -7.5rem !important;
  }
  .mb-neg-xxl-10 {
    margin-bottom: -7.5rem !important;
  }
  .ml-neg-xxl-10 {
    margin-left: -7.5rem !important;
  }
}
@media (min-width: 1400px) {
  .mt-xxl-11 {
    margin-top: 8.5rem !important;
  }
  .mr-xxl-11 {
    margin-right: 8.5rem !important;
  }
  .mb-xxl-11 {
    margin-bottom: 8.5rem !important;
  }
  .ml-xxl-11 {
    margin-left: 8.5rem !important;
  }
  .mx-xxl-11 {
    margin-left: 8.5rem !important;
    margin-right: 8.5rem !important;
  }
  .my-xxl-11 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }
  .pt-xxl-11 {
    padding-top: 8.5rem !important;
  }
  .pr-xxl-11 {
    padding-right: 8.5rem !important;
  }
  .pb-xxl-11 {
    padding-bottom: 8.5rem !important;
  }
  .pl-xxl-11 {
    padding-left: 8.5rem !important;
  }
  .px-xxl-11 {
    padding-left: 8.5rem !important;
    padding-right: 8.5rem !important;
  }
  .py-xxl-11 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
  .mt-neg-xxl-11 {
    margin-top: -8.5rem !important;
  }
  .mr-neg-xxl-11 {
    margin-right: -8.5rem !important;
  }
  .mb-neg-xxl-11 {
    margin-bottom: -8.5rem !important;
  }
  .ml-neg-xxl-11 {
    margin-left: -8.5rem !important;
  }
}
@media (min-width: 1400px) {
  .mt-xxl-12 {
    margin-top: 9.5rem !important;
  }
  .mr-xxl-12 {
    margin-right: 9.5rem !important;
  }
  .mb-xxl-12 {
    margin-bottom: 9.5rem !important;
  }
  .ml-xxl-12 {
    margin-left: 9.5rem !important;
  }
  .mx-xxl-12 {
    margin-left: 9.5rem !important;
    margin-right: 9.5rem !important;
  }
  .my-xxl-12 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }
  .pt-xxl-12 {
    padding-top: 9.5rem !important;
  }
  .pr-xxl-12 {
    padding-right: 9.5rem !important;
  }
  .pb-xxl-12 {
    padding-bottom: 9.5rem !important;
  }
  .pl-xxl-12 {
    padding-left: 9.5rem !important;
  }
  .px-xxl-12 {
    padding-left: 9.5rem !important;
    padding-right: 9.5rem !important;
  }
  .py-xxl-12 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }
  .mt-neg-xxl-12 {
    margin-top: -9.5rem !important;
  }
  .mr-neg-xxl-12 {
    margin-right: -9.5rem !important;
  }
  .mb-neg-xxl-12 {
    margin-bottom: -9.5rem !important;
  }
  .ml-neg-xxl-12 {
    margin-left: -9.5rem !important;
  }
}
@media (min-width: 1400px) {
  .mt-xxl-13 {
    margin-top: 10.5rem !important;
  }
  .mr-xxl-13 {
    margin-right: 10.5rem !important;
  }
  .mb-xxl-13 {
    margin-bottom: 10.5rem !important;
  }
  .ml-xxl-13 {
    margin-left: 10.5rem !important;
  }
  .mx-xxl-13 {
    margin-left: 10.5rem !important;
    margin-right: 10.5rem !important;
  }
  .my-xxl-13 {
    margin-top: 10.5rem !important;
    margin-bottom: 10.5rem !important;
  }
  .pt-xxl-13 {
    padding-top: 10.5rem !important;
  }
  .pr-xxl-13 {
    padding-right: 10.5rem !important;
  }
  .pb-xxl-13 {
    padding-bottom: 10.5rem !important;
  }
  .pl-xxl-13 {
    padding-left: 10.5rem !important;
  }
  .px-xxl-13 {
    padding-left: 10.5rem !important;
    padding-right: 10.5rem !important;
  }
  .py-xxl-13 {
    padding-top: 10.5rem !important;
    padding-bottom: 10.5rem !important;
  }
  .mt-neg-xxl-13 {
    margin-top: -10.5rem !important;
  }
  .mr-neg-xxl-13 {
    margin-right: -10.5rem !important;
  }
  .mb-neg-xxl-13 {
    margin-bottom: -10.5rem !important;
  }
  .ml-neg-xxl-13 {
    margin-left: -10.5rem !important;
  }
}
@media (min-width: 1400px) {
  .mt-xxl-14 {
    margin-top: 11.5rem !important;
  }
  .mr-xxl-14 {
    margin-right: 11.5rem !important;
  }
  .mb-xxl-14 {
    margin-bottom: 11.5rem !important;
  }
  .ml-xxl-14 {
    margin-left: 11.5rem !important;
  }
  .mx-xxl-14 {
    margin-left: 11.5rem !important;
    margin-right: 11.5rem !important;
  }
  .my-xxl-14 {
    margin-top: 11.5rem !important;
    margin-bottom: 11.5rem !important;
  }
  .pt-xxl-14 {
    padding-top: 11.5rem !important;
  }
  .pr-xxl-14 {
    padding-right: 11.5rem !important;
  }
  .pb-xxl-14 {
    padding-bottom: 11.5rem !important;
  }
  .pl-xxl-14 {
    padding-left: 11.5rem !important;
  }
  .px-xxl-14 {
    padding-left: 11.5rem !important;
    padding-right: 11.5rem !important;
  }
  .py-xxl-14 {
    padding-top: 11.5rem !important;
    padding-bottom: 11.5rem !important;
  }
  .mt-neg-xxl-14 {
    margin-top: -11.5rem !important;
  }
  .mr-neg-xxl-14 {
    margin-right: -11.5rem !important;
  }
  .mb-neg-xxl-14 {
    margin-bottom: -11.5rem !important;
  }
  .ml-neg-xxl-14 {
    margin-left: -11.5rem !important;
  }
}
@media (min-width: 1400px) {
  .mt-xxl-15 {
    margin-top: 12.5rem !important;
  }
  .mr-xxl-15 {
    margin-right: 12.5rem !important;
  }
  .mb-xxl-15 {
    margin-bottom: 12.5rem !important;
  }
  .ml-xxl-15 {
    margin-left: 12.5rem !important;
  }
  .mx-xxl-15 {
    margin-left: 12.5rem !important;
    margin-right: 12.5rem !important;
  }
  .my-xxl-15 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .pt-xxl-15 {
    padding-top: 12.5rem !important;
  }
  .pr-xxl-15 {
    padding-right: 12.5rem !important;
  }
  .pb-xxl-15 {
    padding-bottom: 12.5rem !important;
  }
  .pl-xxl-15 {
    padding-left: 12.5rem !important;
  }
  .px-xxl-15 {
    padding-left: 12.5rem !important;
    padding-right: 12.5rem !important;
  }
  .py-xxl-15 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .mt-neg-xxl-15 {
    margin-top: -12.5rem !important;
  }
  .mr-neg-xxl-15 {
    margin-right: -12.5rem !important;
  }
  .mb-neg-xxl-15 {
    margin-bottom: -12.5rem !important;
  }
  .ml-neg-xxl-15 {
    margin-left: -12.5rem !important;
  }
}
@media (min-width: 1600px) {
  .mt-xxxl-0 {
    margin-top: 0rem !important;
  }
  .mr-xxxl-0 {
    margin-right: 0rem !important;
  }
  .mb-xxxl-0 {
    margin-bottom: 0rem !important;
  }
  .ml-xxxl-0 {
    margin-left: 0rem !important;
  }
  .mx-xxxl-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .my-xxxl-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .pt-xxxl-0 {
    padding-top: 0rem !important;
  }
  .pr-xxxl-0 {
    padding-right: 0rem !important;
  }
  .pb-xxxl-0 {
    padding-bottom: 0rem !important;
  }
  .pl-xxxl-0 {
    padding-left: 0rem !important;
  }
  .px-xxxl-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .py-xxxl-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .mt-neg-xxxl-0 {
    margin-top: 0rem !important;
  }
  .mr-neg-xxxl-0 {
    margin-right: 0rem !important;
  }
  .mb-neg-xxxl-0 {
    margin-bottom: 0rem !important;
  }
  .ml-neg-xxxl-0 {
    margin-left: 0rem !important;
  }
}
@media (min-width: 1600px) {
  .mt-xxxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxxl-1 {
    margin-left: 0.25rem !important;
  }
  .mx-xxxl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .my-xxxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .pt-xxxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxxl-1 {
    padding-left: 0.25rem !important;
  }
  .px-xxxl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .py-xxxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .mt-neg-xxxl-1 {
    margin-top: -0.25rem !important;
  }
  .mr-neg-xxxl-1 {
    margin-right: -0.25rem !important;
  }
  .mb-neg-xxxl-1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-neg-xxxl-1 {
    margin-left: -0.25rem !important;
  }
}
@media (min-width: 1600px) {
  .mt-xxxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxxl-2 {
    margin-left: 0.5rem !important;
  }
  .mx-xxxl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .my-xxxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .pt-xxxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxxl-2 {
    padding-left: 0.5rem !important;
  }
  .px-xxxl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .py-xxxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .mt-neg-xxxl-2 {
    margin-top: -0.5rem !important;
  }
  .mr-neg-xxxl-2 {
    margin-right: -0.5rem !important;
  }
  .mb-neg-xxxl-2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-neg-xxxl-2 {
    margin-left: -0.5rem !important;
  }
}
@media (min-width: 1600px) {
  .mt-xxxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxxl-3 {
    margin-left: 1rem !important;
  }
  .mx-xxxl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .my-xxxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .pt-xxxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxxl-3 {
    padding-left: 1rem !important;
  }
  .px-xxxl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .py-xxxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .mt-neg-xxxl-3 {
    margin-top: -1rem !important;
  }
  .mr-neg-xxxl-3 {
    margin-right: -1rem !important;
  }
  .mb-neg-xxxl-3 {
    margin-bottom: -1rem !important;
  }
  .ml-neg-xxxl-3 {
    margin-left: -1rem !important;
  }
}
@media (min-width: 1600px) {
  .mt-xxxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxxl-4 {
    margin-left: 1.5rem !important;
  }
  .mx-xxxl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .my-xxxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .pt-xxxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxxl-4 {
    padding-left: 1.5rem !important;
  }
  .px-xxxl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .py-xxxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .mt-neg-xxxl-4 {
    margin-top: -1.5rem !important;
  }
  .mr-neg-xxxl-4 {
    margin-right: -1.5rem !important;
  }
  .mb-neg-xxxl-4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-neg-xxxl-4 {
    margin-left: -1.5rem !important;
  }
}
@media (min-width: 1600px) {
  .mt-xxxl-5 {
    margin-top: 2.5rem !important;
  }
  .mr-xxxl-5 {
    margin-right: 2.5rem !important;
  }
  .mb-xxxl-5 {
    margin-bottom: 2.5rem !important;
  }
  .ml-xxxl-5 {
    margin-left: 2.5rem !important;
  }
  .mx-xxxl-5 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .my-xxxl-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .pt-xxxl-5 {
    padding-top: 2.5rem !important;
  }
  .pr-xxxl-5 {
    padding-right: 2.5rem !important;
  }
  .pb-xxxl-5 {
    padding-bottom: 2.5rem !important;
  }
  .pl-xxxl-5 {
    padding-left: 2.5rem !important;
  }
  .px-xxxl-5 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .py-xxxl-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .mt-neg-xxxl-5 {
    margin-top: -2.5rem !important;
  }
  .mr-neg-xxxl-5 {
    margin-right: -2.5rem !important;
  }
  .mb-neg-xxxl-5 {
    margin-bottom: -2.5rem !important;
  }
  .ml-neg-xxxl-5 {
    margin-left: -2.5rem !important;
  }
}
@media (min-width: 1600px) {
  .mt-xxxl-6 {
    margin-top: 3.5rem !important;
  }
  .mr-xxxl-6 {
    margin-right: 3.5rem !important;
  }
  .mb-xxxl-6 {
    margin-bottom: 3.5rem !important;
  }
  .ml-xxxl-6 {
    margin-left: 3.5rem !important;
  }
  .mx-xxxl-6 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
  .my-xxxl-6 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .pt-xxxl-6 {
    padding-top: 3.5rem !important;
  }
  .pr-xxxl-6 {
    padding-right: 3.5rem !important;
  }
  .pb-xxxl-6 {
    padding-bottom: 3.5rem !important;
  }
  .pl-xxxl-6 {
    padding-left: 3.5rem !important;
  }
  .px-xxxl-6 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  .py-xxxl-6 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .mt-neg-xxxl-6 {
    margin-top: -3.5rem !important;
  }
  .mr-neg-xxxl-6 {
    margin-right: -3.5rem !important;
  }
  .mb-neg-xxxl-6 {
    margin-bottom: -3.5rem !important;
  }
  .ml-neg-xxxl-6 {
    margin-left: -3.5rem !important;
  }
}
@media (min-width: 1600px) {
  .mt-xxxl-7 {
    margin-top: 4.5rem !important;
  }
  .mr-xxxl-7 {
    margin-right: 4.5rem !important;
  }
  .mb-xxxl-7 {
    margin-bottom: 4.5rem !important;
  }
  .ml-xxxl-7 {
    margin-left: 4.5rem !important;
  }
  .mx-xxxl-7 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }
  .my-xxxl-7 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .pt-xxxl-7 {
    padding-top: 4.5rem !important;
  }
  .pr-xxxl-7 {
    padding-right: 4.5rem !important;
  }
  .pb-xxxl-7 {
    padding-bottom: 4.5rem !important;
  }
  .pl-xxxl-7 {
    padding-left: 4.5rem !important;
  }
  .px-xxxl-7 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  .py-xxxl-7 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .mt-neg-xxxl-7 {
    margin-top: -4.5rem !important;
  }
  .mr-neg-xxxl-7 {
    margin-right: -4.5rem !important;
  }
  .mb-neg-xxxl-7 {
    margin-bottom: -4.5rem !important;
  }
  .ml-neg-xxxl-7 {
    margin-left: -4.5rem !important;
  }
}
@media (min-width: 1600px) {
  .mt-xxxl-8 {
    margin-top: 5.5rem !important;
  }
  .mr-xxxl-8 {
    margin-right: 5.5rem !important;
  }
  .mb-xxxl-8 {
    margin-bottom: 5.5rem !important;
  }
  .ml-xxxl-8 {
    margin-left: 5.5rem !important;
  }
  .mx-xxxl-8 {
    margin-left: 5.5rem !important;
    margin-right: 5.5rem !important;
  }
  .my-xxxl-8 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .pt-xxxl-8 {
    padding-top: 5.5rem !important;
  }
  .pr-xxxl-8 {
    padding-right: 5.5rem !important;
  }
  .pb-xxxl-8 {
    padding-bottom: 5.5rem !important;
  }
  .pl-xxxl-8 {
    padding-left: 5.5rem !important;
  }
  .px-xxxl-8 {
    padding-left: 5.5rem !important;
    padding-right: 5.5rem !important;
  }
  .py-xxxl-8 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .mt-neg-xxxl-8 {
    margin-top: -5.5rem !important;
  }
  .mr-neg-xxxl-8 {
    margin-right: -5.5rem !important;
  }
  .mb-neg-xxxl-8 {
    margin-bottom: -5.5rem !important;
  }
  .ml-neg-xxxl-8 {
    margin-left: -5.5rem !important;
  }
}
@media (min-width: 1600px) {
  .mt-xxxl-9 {
    margin-top: 6.5rem !important;
  }
  .mr-xxxl-9 {
    margin-right: 6.5rem !important;
  }
  .mb-xxxl-9 {
    margin-bottom: 6.5rem !important;
  }
  .ml-xxxl-9 {
    margin-left: 6.5rem !important;
  }
  .mx-xxxl-9 {
    margin-left: 6.5rem !important;
    margin-right: 6.5rem !important;
  }
  .my-xxxl-9 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .pt-xxxl-9 {
    padding-top: 6.5rem !important;
  }
  .pr-xxxl-9 {
    padding-right: 6.5rem !important;
  }
  .pb-xxxl-9 {
    padding-bottom: 6.5rem !important;
  }
  .pl-xxxl-9 {
    padding-left: 6.5rem !important;
  }
  .px-xxxl-9 {
    padding-left: 6.5rem !important;
    padding-right: 6.5rem !important;
  }
  .py-xxxl-9 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .mt-neg-xxxl-9 {
    margin-top: -6.5rem !important;
  }
  .mr-neg-xxxl-9 {
    margin-right: -6.5rem !important;
  }
  .mb-neg-xxxl-9 {
    margin-bottom: -6.5rem !important;
  }
  .ml-neg-xxxl-9 {
    margin-left: -6.5rem !important;
  }
}
@media (min-width: 1600px) {
  .mt-xxxl-10 {
    margin-top: 7.5rem !important;
  }
  .mr-xxxl-10 {
    margin-right: 7.5rem !important;
  }
  .mb-xxxl-10 {
    margin-bottom: 7.5rem !important;
  }
  .ml-xxxl-10 {
    margin-left: 7.5rem !important;
  }
  .mx-xxxl-10 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }
  .my-xxxl-10 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .pt-xxxl-10 {
    padding-top: 7.5rem !important;
  }
  .pr-xxxl-10 {
    padding-right: 7.5rem !important;
  }
  .pb-xxxl-10 {
    padding-bottom: 7.5rem !important;
  }
  .pl-xxxl-10 {
    padding-left: 7.5rem !important;
  }
  .px-xxxl-10 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }
  .py-xxxl-10 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .mt-neg-xxxl-10 {
    margin-top: -7.5rem !important;
  }
  .mr-neg-xxxl-10 {
    margin-right: -7.5rem !important;
  }
  .mb-neg-xxxl-10 {
    margin-bottom: -7.5rem !important;
  }
  .ml-neg-xxxl-10 {
    margin-left: -7.5rem !important;
  }
}
@media (min-width: 1600px) {
  .mt-xxxl-11 {
    margin-top: 8.5rem !important;
  }
  .mr-xxxl-11 {
    margin-right: 8.5rem !important;
  }
  .mb-xxxl-11 {
    margin-bottom: 8.5rem !important;
  }
  .ml-xxxl-11 {
    margin-left: 8.5rem !important;
  }
  .mx-xxxl-11 {
    margin-left: 8.5rem !important;
    margin-right: 8.5rem !important;
  }
  .my-xxxl-11 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }
  .pt-xxxl-11 {
    padding-top: 8.5rem !important;
  }
  .pr-xxxl-11 {
    padding-right: 8.5rem !important;
  }
  .pb-xxxl-11 {
    padding-bottom: 8.5rem !important;
  }
  .pl-xxxl-11 {
    padding-left: 8.5rem !important;
  }
  .px-xxxl-11 {
    padding-left: 8.5rem !important;
    padding-right: 8.5rem !important;
  }
  .py-xxxl-11 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
  .mt-neg-xxxl-11 {
    margin-top: -8.5rem !important;
  }
  .mr-neg-xxxl-11 {
    margin-right: -8.5rem !important;
  }
  .mb-neg-xxxl-11 {
    margin-bottom: -8.5rem !important;
  }
  .ml-neg-xxxl-11 {
    margin-left: -8.5rem !important;
  }
}
@media (min-width: 1600px) {
  .mt-xxxl-12 {
    margin-top: 9.5rem !important;
  }
  .mr-xxxl-12 {
    margin-right: 9.5rem !important;
  }
  .mb-xxxl-12 {
    margin-bottom: 9.5rem !important;
  }
  .ml-xxxl-12 {
    margin-left: 9.5rem !important;
  }
  .mx-xxxl-12 {
    margin-left: 9.5rem !important;
    margin-right: 9.5rem !important;
  }
  .my-xxxl-12 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }
  .pt-xxxl-12 {
    padding-top: 9.5rem !important;
  }
  .pr-xxxl-12 {
    padding-right: 9.5rem !important;
  }
  .pb-xxxl-12 {
    padding-bottom: 9.5rem !important;
  }
  .pl-xxxl-12 {
    padding-left: 9.5rem !important;
  }
  .px-xxxl-12 {
    padding-left: 9.5rem !important;
    padding-right: 9.5rem !important;
  }
  .py-xxxl-12 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }
  .mt-neg-xxxl-12 {
    margin-top: -9.5rem !important;
  }
  .mr-neg-xxxl-12 {
    margin-right: -9.5rem !important;
  }
  .mb-neg-xxxl-12 {
    margin-bottom: -9.5rem !important;
  }
  .ml-neg-xxxl-12 {
    margin-left: -9.5rem !important;
  }
}
@media (min-width: 1600px) {
  .mt-xxxl-13 {
    margin-top: 10.5rem !important;
  }
  .mr-xxxl-13 {
    margin-right: 10.5rem !important;
  }
  .mb-xxxl-13 {
    margin-bottom: 10.5rem !important;
  }
  .ml-xxxl-13 {
    margin-left: 10.5rem !important;
  }
  .mx-xxxl-13 {
    margin-left: 10.5rem !important;
    margin-right: 10.5rem !important;
  }
  .my-xxxl-13 {
    margin-top: 10.5rem !important;
    margin-bottom: 10.5rem !important;
  }
  .pt-xxxl-13 {
    padding-top: 10.5rem !important;
  }
  .pr-xxxl-13 {
    padding-right: 10.5rem !important;
  }
  .pb-xxxl-13 {
    padding-bottom: 10.5rem !important;
  }
  .pl-xxxl-13 {
    padding-left: 10.5rem !important;
  }
  .px-xxxl-13 {
    padding-left: 10.5rem !important;
    padding-right: 10.5rem !important;
  }
  .py-xxxl-13 {
    padding-top: 10.5rem !important;
    padding-bottom: 10.5rem !important;
  }
  .mt-neg-xxxl-13 {
    margin-top: -10.5rem !important;
  }
  .mr-neg-xxxl-13 {
    margin-right: -10.5rem !important;
  }
  .mb-neg-xxxl-13 {
    margin-bottom: -10.5rem !important;
  }
  .ml-neg-xxxl-13 {
    margin-left: -10.5rem !important;
  }
}
@media (min-width: 1600px) {
  .mt-xxxl-14 {
    margin-top: 11.5rem !important;
  }
  .mr-xxxl-14 {
    margin-right: 11.5rem !important;
  }
  .mb-xxxl-14 {
    margin-bottom: 11.5rem !important;
  }
  .ml-xxxl-14 {
    margin-left: 11.5rem !important;
  }
  .mx-xxxl-14 {
    margin-left: 11.5rem !important;
    margin-right: 11.5rem !important;
  }
  .my-xxxl-14 {
    margin-top: 11.5rem !important;
    margin-bottom: 11.5rem !important;
  }
  .pt-xxxl-14 {
    padding-top: 11.5rem !important;
  }
  .pr-xxxl-14 {
    padding-right: 11.5rem !important;
  }
  .pb-xxxl-14 {
    padding-bottom: 11.5rem !important;
  }
  .pl-xxxl-14 {
    padding-left: 11.5rem !important;
  }
  .px-xxxl-14 {
    padding-left: 11.5rem !important;
    padding-right: 11.5rem !important;
  }
  .py-xxxl-14 {
    padding-top: 11.5rem !important;
    padding-bottom: 11.5rem !important;
  }
  .mt-neg-xxxl-14 {
    margin-top: -11.5rem !important;
  }
  .mr-neg-xxxl-14 {
    margin-right: -11.5rem !important;
  }
  .mb-neg-xxxl-14 {
    margin-bottom: -11.5rem !important;
  }
  .ml-neg-xxxl-14 {
    margin-left: -11.5rem !important;
  }
}
@media (min-width: 1600px) {
  .mt-xxxl-15 {
    margin-top: 12.5rem !important;
  }
  .mr-xxxl-15 {
    margin-right: 12.5rem !important;
  }
  .mb-xxxl-15 {
    margin-bottom: 12.5rem !important;
  }
  .ml-xxxl-15 {
    margin-left: 12.5rem !important;
  }
  .mx-xxxl-15 {
    margin-left: 12.5rem !important;
    margin-right: 12.5rem !important;
  }
  .my-xxxl-15 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .pt-xxxl-15 {
    padding-top: 12.5rem !important;
  }
  .pr-xxxl-15 {
    padding-right: 12.5rem !important;
  }
  .pb-xxxl-15 {
    padding-bottom: 12.5rem !important;
  }
  .pl-xxxl-15 {
    padding-left: 12.5rem !important;
  }
  .px-xxxl-15 {
    padding-left: 12.5rem !important;
    padding-right: 12.5rem !important;
  }
  .py-xxxl-15 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .mt-neg-xxxl-15 {
    margin-top: -12.5rem !important;
  }
  .mr-neg-xxxl-15 {
    margin-right: -12.5rem !important;
  }
  .mb-neg-xxxl-15 {
    margin-bottom: -12.5rem !important;
  }
  .ml-neg-xxxl-15 {
    margin-left: -12.5rem !important;
  }
}
@media (min-width: 1900px) {
  .mt-xxxxl-0 {
    margin-top: 0rem !important;
  }
  .mr-xxxxl-0 {
    margin-right: 0rem !important;
  }
  .mb-xxxxl-0 {
    margin-bottom: 0rem !important;
  }
  .ml-xxxxl-0 {
    margin-left: 0rem !important;
  }
  .mx-xxxxl-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .my-xxxxl-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .pt-xxxxl-0 {
    padding-top: 0rem !important;
  }
  .pr-xxxxl-0 {
    padding-right: 0rem !important;
  }
  .pb-xxxxl-0 {
    padding-bottom: 0rem !important;
  }
  .pl-xxxxl-0 {
    padding-left: 0rem !important;
  }
  .px-xxxxl-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .py-xxxxl-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .mt-neg-xxxxl-0 {
    margin-top: 0rem !important;
  }
  .mr-neg-xxxxl-0 {
    margin-right: 0rem !important;
  }
  .mb-neg-xxxxl-0 {
    margin-bottom: 0rem !important;
  }
  .ml-neg-xxxxl-0 {
    margin-left: 0rem !important;
  }
}
@media (min-width: 1900px) {
  .mt-xxxxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxxxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxxxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxxxl-1 {
    margin-left: 0.25rem !important;
  }
  .mx-xxxxl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .my-xxxxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .pt-xxxxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxxxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxxxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxxxl-1 {
    padding-left: 0.25rem !important;
  }
  .px-xxxxl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .py-xxxxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .mt-neg-xxxxl-1 {
    margin-top: -0.25rem !important;
  }
  .mr-neg-xxxxl-1 {
    margin-right: -0.25rem !important;
  }
  .mb-neg-xxxxl-1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-neg-xxxxl-1 {
    margin-left: -0.25rem !important;
  }
}
@media (min-width: 1900px) {
  .mt-xxxxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxxxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxxxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxxxl-2 {
    margin-left: 0.5rem !important;
  }
  .mx-xxxxl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .my-xxxxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .pt-xxxxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxxxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxxxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxxxl-2 {
    padding-left: 0.5rem !important;
  }
  .px-xxxxl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .py-xxxxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .mt-neg-xxxxl-2 {
    margin-top: -0.5rem !important;
  }
  .mr-neg-xxxxl-2 {
    margin-right: -0.5rem !important;
  }
  .mb-neg-xxxxl-2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-neg-xxxxl-2 {
    margin-left: -0.5rem !important;
  }
}
@media (min-width: 1900px) {
  .mt-xxxxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxxxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxxxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxxxl-3 {
    margin-left: 1rem !important;
  }
  .mx-xxxxl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .my-xxxxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .pt-xxxxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxxxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxxxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxxxl-3 {
    padding-left: 1rem !important;
  }
  .px-xxxxl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .py-xxxxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .mt-neg-xxxxl-3 {
    margin-top: -1rem !important;
  }
  .mr-neg-xxxxl-3 {
    margin-right: -1rem !important;
  }
  .mb-neg-xxxxl-3 {
    margin-bottom: -1rem !important;
  }
  .ml-neg-xxxxl-3 {
    margin-left: -1rem !important;
  }
}
@media (min-width: 1900px) {
  .mt-xxxxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxxxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxxxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxxxl-4 {
    margin-left: 1.5rem !important;
  }
  .mx-xxxxl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .my-xxxxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .pt-xxxxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxxxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxxxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxxxl-4 {
    padding-left: 1.5rem !important;
  }
  .px-xxxxl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .py-xxxxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .mt-neg-xxxxl-4 {
    margin-top: -1.5rem !important;
  }
  .mr-neg-xxxxl-4 {
    margin-right: -1.5rem !important;
  }
  .mb-neg-xxxxl-4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-neg-xxxxl-4 {
    margin-left: -1.5rem !important;
  }
}
@media (min-width: 1900px) {
  .mt-xxxxl-5 {
    margin-top: 2.5rem !important;
  }
  .mr-xxxxl-5 {
    margin-right: 2.5rem !important;
  }
  .mb-xxxxl-5 {
    margin-bottom: 2.5rem !important;
  }
  .ml-xxxxl-5 {
    margin-left: 2.5rem !important;
  }
  .mx-xxxxl-5 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .my-xxxxl-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .pt-xxxxl-5 {
    padding-top: 2.5rem !important;
  }
  .pr-xxxxl-5 {
    padding-right: 2.5rem !important;
  }
  .pb-xxxxl-5 {
    padding-bottom: 2.5rem !important;
  }
  .pl-xxxxl-5 {
    padding-left: 2.5rem !important;
  }
  .px-xxxxl-5 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .py-xxxxl-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .mt-neg-xxxxl-5 {
    margin-top: -2.5rem !important;
  }
  .mr-neg-xxxxl-5 {
    margin-right: -2.5rem !important;
  }
  .mb-neg-xxxxl-5 {
    margin-bottom: -2.5rem !important;
  }
  .ml-neg-xxxxl-5 {
    margin-left: -2.5rem !important;
  }
}
@media (min-width: 1900px) {
  .mt-xxxxl-6 {
    margin-top: 3.5rem !important;
  }
  .mr-xxxxl-6 {
    margin-right: 3.5rem !important;
  }
  .mb-xxxxl-6 {
    margin-bottom: 3.5rem !important;
  }
  .ml-xxxxl-6 {
    margin-left: 3.5rem !important;
  }
  .mx-xxxxl-6 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
  .my-xxxxl-6 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .pt-xxxxl-6 {
    padding-top: 3.5rem !important;
  }
  .pr-xxxxl-6 {
    padding-right: 3.5rem !important;
  }
  .pb-xxxxl-6 {
    padding-bottom: 3.5rem !important;
  }
  .pl-xxxxl-6 {
    padding-left: 3.5rem !important;
  }
  .px-xxxxl-6 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  .py-xxxxl-6 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .mt-neg-xxxxl-6 {
    margin-top: -3.5rem !important;
  }
  .mr-neg-xxxxl-6 {
    margin-right: -3.5rem !important;
  }
  .mb-neg-xxxxl-6 {
    margin-bottom: -3.5rem !important;
  }
  .ml-neg-xxxxl-6 {
    margin-left: -3.5rem !important;
  }
}
@media (min-width: 1900px) {
  .mt-xxxxl-7 {
    margin-top: 4.5rem !important;
  }
  .mr-xxxxl-7 {
    margin-right: 4.5rem !important;
  }
  .mb-xxxxl-7 {
    margin-bottom: 4.5rem !important;
  }
  .ml-xxxxl-7 {
    margin-left: 4.5rem !important;
  }
  .mx-xxxxl-7 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }
  .my-xxxxl-7 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .pt-xxxxl-7 {
    padding-top: 4.5rem !important;
  }
  .pr-xxxxl-7 {
    padding-right: 4.5rem !important;
  }
  .pb-xxxxl-7 {
    padding-bottom: 4.5rem !important;
  }
  .pl-xxxxl-7 {
    padding-left: 4.5rem !important;
  }
  .px-xxxxl-7 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  .py-xxxxl-7 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .mt-neg-xxxxl-7 {
    margin-top: -4.5rem !important;
  }
  .mr-neg-xxxxl-7 {
    margin-right: -4.5rem !important;
  }
  .mb-neg-xxxxl-7 {
    margin-bottom: -4.5rem !important;
  }
  .ml-neg-xxxxl-7 {
    margin-left: -4.5rem !important;
  }
}
@media (min-width: 1900px) {
  .mt-xxxxl-8 {
    margin-top: 5.5rem !important;
  }
  .mr-xxxxl-8 {
    margin-right: 5.5rem !important;
  }
  .mb-xxxxl-8 {
    margin-bottom: 5.5rem !important;
  }
  .ml-xxxxl-8 {
    margin-left: 5.5rem !important;
  }
  .mx-xxxxl-8 {
    margin-left: 5.5rem !important;
    margin-right: 5.5rem !important;
  }
  .my-xxxxl-8 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .pt-xxxxl-8 {
    padding-top: 5.5rem !important;
  }
  .pr-xxxxl-8 {
    padding-right: 5.5rem !important;
  }
  .pb-xxxxl-8 {
    padding-bottom: 5.5rem !important;
  }
  .pl-xxxxl-8 {
    padding-left: 5.5rem !important;
  }
  .px-xxxxl-8 {
    padding-left: 5.5rem !important;
    padding-right: 5.5rem !important;
  }
  .py-xxxxl-8 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .mt-neg-xxxxl-8 {
    margin-top: -5.5rem !important;
  }
  .mr-neg-xxxxl-8 {
    margin-right: -5.5rem !important;
  }
  .mb-neg-xxxxl-8 {
    margin-bottom: -5.5rem !important;
  }
  .ml-neg-xxxxl-8 {
    margin-left: -5.5rem !important;
  }
}
@media (min-width: 1900px) {
  .mt-xxxxl-9 {
    margin-top: 6.5rem !important;
  }
  .mr-xxxxl-9 {
    margin-right: 6.5rem !important;
  }
  .mb-xxxxl-9 {
    margin-bottom: 6.5rem !important;
  }
  .ml-xxxxl-9 {
    margin-left: 6.5rem !important;
  }
  .mx-xxxxl-9 {
    margin-left: 6.5rem !important;
    margin-right: 6.5rem !important;
  }
  .my-xxxxl-9 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .pt-xxxxl-9 {
    padding-top: 6.5rem !important;
  }
  .pr-xxxxl-9 {
    padding-right: 6.5rem !important;
  }
  .pb-xxxxl-9 {
    padding-bottom: 6.5rem !important;
  }
  .pl-xxxxl-9 {
    padding-left: 6.5rem !important;
  }
  .px-xxxxl-9 {
    padding-left: 6.5rem !important;
    padding-right: 6.5rem !important;
  }
  .py-xxxxl-9 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .mt-neg-xxxxl-9 {
    margin-top: -6.5rem !important;
  }
  .mr-neg-xxxxl-9 {
    margin-right: -6.5rem !important;
  }
  .mb-neg-xxxxl-9 {
    margin-bottom: -6.5rem !important;
  }
  .ml-neg-xxxxl-9 {
    margin-left: -6.5rem !important;
  }
}
@media (min-width: 1900px) {
  .mt-xxxxl-10 {
    margin-top: 7.5rem !important;
  }
  .mr-xxxxl-10 {
    margin-right: 7.5rem !important;
  }
  .mb-xxxxl-10 {
    margin-bottom: 7.5rem !important;
  }
  .ml-xxxxl-10 {
    margin-left: 7.5rem !important;
  }
  .mx-xxxxl-10 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }
  .my-xxxxl-10 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .pt-xxxxl-10 {
    padding-top: 7.5rem !important;
  }
  .pr-xxxxl-10 {
    padding-right: 7.5rem !important;
  }
  .pb-xxxxl-10 {
    padding-bottom: 7.5rem !important;
  }
  .pl-xxxxl-10 {
    padding-left: 7.5rem !important;
  }
  .px-xxxxl-10 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }
  .py-xxxxl-10 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .mt-neg-xxxxl-10 {
    margin-top: -7.5rem !important;
  }
  .mr-neg-xxxxl-10 {
    margin-right: -7.5rem !important;
  }
  .mb-neg-xxxxl-10 {
    margin-bottom: -7.5rem !important;
  }
  .ml-neg-xxxxl-10 {
    margin-left: -7.5rem !important;
  }
}
@media (min-width: 1900px) {
  .mt-xxxxl-11 {
    margin-top: 8.5rem !important;
  }
  .mr-xxxxl-11 {
    margin-right: 8.5rem !important;
  }
  .mb-xxxxl-11 {
    margin-bottom: 8.5rem !important;
  }
  .ml-xxxxl-11 {
    margin-left: 8.5rem !important;
  }
  .mx-xxxxl-11 {
    margin-left: 8.5rem !important;
    margin-right: 8.5rem !important;
  }
  .my-xxxxl-11 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }
  .pt-xxxxl-11 {
    padding-top: 8.5rem !important;
  }
  .pr-xxxxl-11 {
    padding-right: 8.5rem !important;
  }
  .pb-xxxxl-11 {
    padding-bottom: 8.5rem !important;
  }
  .pl-xxxxl-11 {
    padding-left: 8.5rem !important;
  }
  .px-xxxxl-11 {
    padding-left: 8.5rem !important;
    padding-right: 8.5rem !important;
  }
  .py-xxxxl-11 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
  .mt-neg-xxxxl-11 {
    margin-top: -8.5rem !important;
  }
  .mr-neg-xxxxl-11 {
    margin-right: -8.5rem !important;
  }
  .mb-neg-xxxxl-11 {
    margin-bottom: -8.5rem !important;
  }
  .ml-neg-xxxxl-11 {
    margin-left: -8.5rem !important;
  }
}
@media (min-width: 1900px) {
  .mt-xxxxl-12 {
    margin-top: 9.5rem !important;
  }
  .mr-xxxxl-12 {
    margin-right: 9.5rem !important;
  }
  .mb-xxxxl-12 {
    margin-bottom: 9.5rem !important;
  }
  .ml-xxxxl-12 {
    margin-left: 9.5rem !important;
  }
  .mx-xxxxl-12 {
    margin-left: 9.5rem !important;
    margin-right: 9.5rem !important;
  }
  .my-xxxxl-12 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }
  .pt-xxxxl-12 {
    padding-top: 9.5rem !important;
  }
  .pr-xxxxl-12 {
    padding-right: 9.5rem !important;
  }
  .pb-xxxxl-12 {
    padding-bottom: 9.5rem !important;
  }
  .pl-xxxxl-12 {
    padding-left: 9.5rem !important;
  }
  .px-xxxxl-12 {
    padding-left: 9.5rem !important;
    padding-right: 9.5rem !important;
  }
  .py-xxxxl-12 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }
  .mt-neg-xxxxl-12 {
    margin-top: -9.5rem !important;
  }
  .mr-neg-xxxxl-12 {
    margin-right: -9.5rem !important;
  }
  .mb-neg-xxxxl-12 {
    margin-bottom: -9.5rem !important;
  }
  .ml-neg-xxxxl-12 {
    margin-left: -9.5rem !important;
  }
}
@media (min-width: 1900px) {
  .mt-xxxxl-13 {
    margin-top: 10.5rem !important;
  }
  .mr-xxxxl-13 {
    margin-right: 10.5rem !important;
  }
  .mb-xxxxl-13 {
    margin-bottom: 10.5rem !important;
  }
  .ml-xxxxl-13 {
    margin-left: 10.5rem !important;
  }
  .mx-xxxxl-13 {
    margin-left: 10.5rem !important;
    margin-right: 10.5rem !important;
  }
  .my-xxxxl-13 {
    margin-top: 10.5rem !important;
    margin-bottom: 10.5rem !important;
  }
  .pt-xxxxl-13 {
    padding-top: 10.5rem !important;
  }
  .pr-xxxxl-13 {
    padding-right: 10.5rem !important;
  }
  .pb-xxxxl-13 {
    padding-bottom: 10.5rem !important;
  }
  .pl-xxxxl-13 {
    padding-left: 10.5rem !important;
  }
  .px-xxxxl-13 {
    padding-left: 10.5rem !important;
    padding-right: 10.5rem !important;
  }
  .py-xxxxl-13 {
    padding-top: 10.5rem !important;
    padding-bottom: 10.5rem !important;
  }
  .mt-neg-xxxxl-13 {
    margin-top: -10.5rem !important;
  }
  .mr-neg-xxxxl-13 {
    margin-right: -10.5rem !important;
  }
  .mb-neg-xxxxl-13 {
    margin-bottom: -10.5rem !important;
  }
  .ml-neg-xxxxl-13 {
    margin-left: -10.5rem !important;
  }
}
@media (min-width: 1900px) {
  .mt-xxxxl-14 {
    margin-top: 11.5rem !important;
  }
  .mr-xxxxl-14 {
    margin-right: 11.5rem !important;
  }
  .mb-xxxxl-14 {
    margin-bottom: 11.5rem !important;
  }
  .ml-xxxxl-14 {
    margin-left: 11.5rem !important;
  }
  .mx-xxxxl-14 {
    margin-left: 11.5rem !important;
    margin-right: 11.5rem !important;
  }
  .my-xxxxl-14 {
    margin-top: 11.5rem !important;
    margin-bottom: 11.5rem !important;
  }
  .pt-xxxxl-14 {
    padding-top: 11.5rem !important;
  }
  .pr-xxxxl-14 {
    padding-right: 11.5rem !important;
  }
  .pb-xxxxl-14 {
    padding-bottom: 11.5rem !important;
  }
  .pl-xxxxl-14 {
    padding-left: 11.5rem !important;
  }
  .px-xxxxl-14 {
    padding-left: 11.5rem !important;
    padding-right: 11.5rem !important;
  }
  .py-xxxxl-14 {
    padding-top: 11.5rem !important;
    padding-bottom: 11.5rem !important;
  }
  .mt-neg-xxxxl-14 {
    margin-top: -11.5rem !important;
  }
  .mr-neg-xxxxl-14 {
    margin-right: -11.5rem !important;
  }
  .mb-neg-xxxxl-14 {
    margin-bottom: -11.5rem !important;
  }
  .ml-neg-xxxxl-14 {
    margin-left: -11.5rem !important;
  }
}
@media (min-width: 1900px) {
  .mt-xxxxl-15 {
    margin-top: 12.5rem !important;
  }
  .mr-xxxxl-15 {
    margin-right: 12.5rem !important;
  }
  .mb-xxxxl-15 {
    margin-bottom: 12.5rem !important;
  }
  .ml-xxxxl-15 {
    margin-left: 12.5rem !important;
  }
  .mx-xxxxl-15 {
    margin-left: 12.5rem !important;
    margin-right: 12.5rem !important;
  }
  .my-xxxxl-15 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .pt-xxxxl-15 {
    padding-top: 12.5rem !important;
  }
  .pr-xxxxl-15 {
    padding-right: 12.5rem !important;
  }
  .pb-xxxxl-15 {
    padding-bottom: 12.5rem !important;
  }
  .pl-xxxxl-15 {
    padding-left: 12.5rem !important;
  }
  .px-xxxxl-15 {
    padding-left: 12.5rem !important;
    padding-right: 12.5rem !important;
  }
  .py-xxxxl-15 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .mt-neg-xxxxl-15 {
    margin-top: -12.5rem !important;
  }
  .mr-neg-xxxxl-15 {
    margin-right: -12.5rem !important;
  }
  .mb-neg-xxxxl-15 {
    margin-bottom: -12.5rem !important;
  }
  .ml-neg-xxxxl-15 {
    margin-left: -12.5rem !important;
  }
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

@media (min-width: 576px) {
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .ml-sm-auto {
    margin-left: auto !important;
  }
  .mr-sm-auto {
    margin-right: auto !important;
  }
}
@media (min-width: 768px) {
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .ml-md-auto {
    margin-left: auto !important;
  }
  .mr-md-auto {
    margin-right: auto !important;
  }
}
@media (min-width: 992px) {
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .ml-lg-auto {
    margin-left: auto !important;
  }
  .mr-lg-auto {
    margin-right: auto !important;
  }
}
@media (min-width: 1200px) {
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .ml-xl-auto {
    margin-left: auto !important;
  }
  .mr-xl-auto {
    margin-right: auto !important;
  }
}
@media (min-width: 1400px) {
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .ml-xxl-auto {
    margin-left: auto !important;
  }
  .mr-xxl-auto {
    margin-right: auto !important;
  }
}
@media (min-width: 1600px) {
  .mx-xxxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .ml-xxxl-auto {
    margin-left: auto !important;
  }
  .mr-xxxl-auto {
    margin-right: auto !important;
  }
}
@media (min-width: 1900px) {
  .mx-xxxxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .ml-xxxxl-auto {
    margin-left: auto !important;
  }
  .mr-xxxxl-auto {
    margin-right: auto !important;
  }
}
.row {
  margin-top: 0;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}
.row > * {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-top: 0;
}
.row.g-0, .row.gx-0 {
  margin-right: 0rem;
  margin-left: 0rem;
}
.row.g-0 > *, .row.gx-0 > * {
  padding-right: 0rem;
  padding-left: 0rem;
}
.row.g-0, .row.gy-0 {
  margin-top: 0rem;
}
.row.g-0 > *, .row.gy-0 > * {
  margin-top: 0rem;
}
.row.g-1, .row.gx-1 {
  margin-right: -0.125rem;
  margin-left: -0.125rem;
}
.row.g-1 > *, .row.gx-1 > * {
  padding-right: 0.125rem;
  padding-left: 0.125rem;
}
.row.g-1, .row.gy-1 {
  margin-top: -0.25rem;
}
.row.g-1 > *, .row.gy-1 > * {
  margin-top: 0.25rem;
}
.row.g-2, .row.gx-2 {
  margin-right: -0.25rem;
  margin-left: -0.25rem;
}
.row.g-2 > *, .row.gx-2 > * {
  padding-right: 0.25rem;
  padding-left: 0.25rem;
}
.row.g-2, .row.gy-2 {
  margin-top: -0.5rem;
}
.row.g-2 > *, .row.gy-2 > * {
  margin-top: 0.5rem;
}
.row.g-3, .row.gx-3 {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
.row.g-3 > *, .row.gx-3 > * {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.row.g-3, .row.gy-3 {
  margin-top: -1rem;
}
.row.g-3 > *, .row.gy-3 > * {
  margin-top: 1rem;
}
.row.g-4, .row.gx-4 {
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}
.row.g-4 > *, .row.gx-4 > * {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.row.g-4, .row.gy-4 {
  margin-top: -1.5rem;
}
.row.g-4 > *, .row.gy-4 > * {
  margin-top: 1.5rem;
}
.row.g-5, .row.gx-5 {
  margin-right: -1.25rem;
  margin-left: -1.25rem;
}
.row.g-5 > *, .row.gx-5 > * {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
.row.g-5, .row.gy-5 {
  margin-top: -2.5rem;
}
.row.g-5 > *, .row.gy-5 > * {
  margin-top: 2.5rem;
}
.row.g-6, .row.gx-6 {
  margin-right: -1.75rem;
  margin-left: -1.75rem;
}
.row.g-6 > *, .row.gx-6 > * {
  padding-right: 1.75rem;
  padding-left: 1.75rem;
}
.row.g-6, .row.gy-6 {
  margin-top: -3.5rem;
}
.row.g-6 > *, .row.gy-6 > * {
  margin-top: 3.5rem;
}
.row.g-7, .row.gx-7 {
  margin-right: -2.25rem;
  margin-left: -2.25rem;
}
.row.g-7 > *, .row.gx-7 > * {
  padding-right: 2.25rem;
  padding-left: 2.25rem;
}
.row.g-7, .row.gy-7 {
  margin-top: -4.5rem;
}
.row.g-7 > *, .row.gy-7 > * {
  margin-top: 4.5rem;
}
.row.g-8, .row.gx-8 {
  margin-right: -2.75rem;
  margin-left: -2.75rem;
}
.row.g-8 > *, .row.gx-8 > * {
  padding-right: 2.75rem;
  padding-left: 2.75rem;
}
.row.g-8, .row.gy-8 {
  margin-top: -5.5rem;
}
.row.g-8 > *, .row.gy-8 > * {
  margin-top: 5.5rem;
}
.row.g-9, .row.gx-9 {
  margin-right: -3.25rem;
  margin-left: -3.25rem;
}
.row.g-9 > *, .row.gx-9 > * {
  padding-right: 3.25rem;
  padding-left: 3.25rem;
}
.row.g-9, .row.gy-9 {
  margin-top: -6.5rem;
}
.row.g-9 > *, .row.gy-9 > * {
  margin-top: 6.5rem;
}
.row.g-10, .row.gx-10 {
  margin-right: -3.75rem;
  margin-left: -3.75rem;
}
.row.g-10 > *, .row.gx-10 > * {
  padding-right: 3.75rem;
  padding-left: 3.75rem;
}
.row.g-10, .row.gy-10 {
  margin-top: -7.5rem;
}
.row.g-10 > *, .row.gy-10 > * {
  margin-top: 7.5rem;
}
.row.g-11, .row.gx-11 {
  margin-right: -4.25rem;
  margin-left: -4.25rem;
}
.row.g-11 > *, .row.gx-11 > * {
  padding-right: 4.25rem;
  padding-left: 4.25rem;
}
.row.g-11, .row.gy-11 {
  margin-top: -8.5rem;
}
.row.g-11 > *, .row.gy-11 > * {
  margin-top: 8.5rem;
}
.row.g-12, .row.gx-12 {
  margin-right: -4.75rem;
  margin-left: -4.75rem;
}
.row.g-12 > *, .row.gx-12 > * {
  padding-right: 4.75rem;
  padding-left: 4.75rem;
}
.row.g-12, .row.gy-12 {
  margin-top: -9.5rem;
}
.row.g-12 > *, .row.gy-12 > * {
  margin-top: 9.5rem;
}
.row.g-13, .row.gx-13 {
  margin-right: -5.25rem;
  margin-left: -5.25rem;
}
.row.g-13 > *, .row.gx-13 > * {
  padding-right: 5.25rem;
  padding-left: 5.25rem;
}
.row.g-13, .row.gy-13 {
  margin-top: -10.5rem;
}
.row.g-13 > *, .row.gy-13 > * {
  margin-top: 10.5rem;
}
.row.g-14, .row.gx-14 {
  margin-right: -5.75rem;
  margin-left: -5.75rem;
}
.row.g-14 > *, .row.gx-14 > * {
  padding-right: 5.75rem;
  padding-left: 5.75rem;
}
.row.g-14, .row.gy-14 {
  margin-top: -11.5rem;
}
.row.g-14 > *, .row.gy-14 > * {
  margin-top: 11.5rem;
}
.row.g-15, .row.gx-15 {
  margin-right: -6.25rem;
  margin-left: -6.25rem;
}
.row.g-15 > *, .row.gx-15 > * {
  padding-right: 6.25rem;
  padding-left: 6.25rem;
}
.row.g-15, .row.gy-15 {
  margin-top: -12.5rem;
}
.row.g-15 > *, .row.gy-15 > * {
  margin-top: 12.5rem;
}
@media (min-width: 576px) {
  .row.g-sm-0, .row.gx-sm-0 {
    margin-right: 0rem;
    margin-left: 0rem;
  }
  .row.g-sm-0 > *, .row.gx-sm-0 > * {
    padding-right: 0rem;
    padding-left: 0rem;
  }
  .row.g-sm-0, .row.gy-sm-0 {
    margin-top: 0rem;
  }
  .row.g-sm-0 > *, .row.gy-sm-0 > * {
    margin-top: 0rem;
  }
  .row.g-sm-1, .row.gx-sm-1 {
    margin-right: -0.125rem;
    margin-left: -0.125rem;
  }
  .row.g-sm-1 > *, .row.gx-sm-1 > * {
    padding-right: 0.125rem;
    padding-left: 0.125rem;
  }
  .row.g-sm-1, .row.gy-sm-1 {
    margin-top: -0.25rem;
  }
  .row.g-sm-1 > *, .row.gy-sm-1 > * {
    margin-top: 0.25rem;
  }
  .row.g-sm-2, .row.gx-sm-2 {
    margin-right: -0.25rem;
    margin-left: -0.25rem;
  }
  .row.g-sm-2 > *, .row.gx-sm-2 > * {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
  .row.g-sm-2, .row.gy-sm-2 {
    margin-top: -0.5rem;
  }
  .row.g-sm-2 > *, .row.gy-sm-2 > * {
    margin-top: 0.5rem;
  }
  .row.g-sm-3, .row.gx-sm-3 {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  .row.g-sm-3 > *, .row.gx-sm-3 > * {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .row.g-sm-3, .row.gy-sm-3 {
    margin-top: -1rem;
  }
  .row.g-sm-3 > *, .row.gy-sm-3 > * {
    margin-top: 1rem;
  }
  .row.g-sm-4, .row.gx-sm-4 {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }
  .row.g-sm-4 > *, .row.gx-sm-4 > * {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
  .row.g-sm-4, .row.gy-sm-4 {
    margin-top: -1.5rem;
  }
  .row.g-sm-4 > *, .row.gy-sm-4 > * {
    margin-top: 1.5rem;
  }
  .row.g-sm-5, .row.gx-sm-5 {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
  .row.g-sm-5 > *, .row.gx-sm-5 > * {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
  .row.g-sm-5, .row.gy-sm-5 {
    margin-top: -2.5rem;
  }
  .row.g-sm-5 > *, .row.gy-sm-5 > * {
    margin-top: 2.5rem;
  }
  .row.g-sm-6, .row.gx-sm-6 {
    margin-right: -1.75rem;
    margin-left: -1.75rem;
  }
  .row.g-sm-6 > *, .row.gx-sm-6 > * {
    padding-right: 1.75rem;
    padding-left: 1.75rem;
  }
  .row.g-sm-6, .row.gy-sm-6 {
    margin-top: -3.5rem;
  }
  .row.g-sm-6 > *, .row.gy-sm-6 > * {
    margin-top: 3.5rem;
  }
  .row.g-sm-7, .row.gx-sm-7 {
    margin-right: -2.25rem;
    margin-left: -2.25rem;
  }
  .row.g-sm-7 > *, .row.gx-sm-7 > * {
    padding-right: 2.25rem;
    padding-left: 2.25rem;
  }
  .row.g-sm-7, .row.gy-sm-7 {
    margin-top: -4.5rem;
  }
  .row.g-sm-7 > *, .row.gy-sm-7 > * {
    margin-top: 4.5rem;
  }
  .row.g-sm-8, .row.gx-sm-8 {
    margin-right: -2.75rem;
    margin-left: -2.75rem;
  }
  .row.g-sm-8 > *, .row.gx-sm-8 > * {
    padding-right: 2.75rem;
    padding-left: 2.75rem;
  }
  .row.g-sm-8, .row.gy-sm-8 {
    margin-top: -5.5rem;
  }
  .row.g-sm-8 > *, .row.gy-sm-8 > * {
    margin-top: 5.5rem;
  }
  .row.g-sm-9, .row.gx-sm-9 {
    margin-right: -3.25rem;
    margin-left: -3.25rem;
  }
  .row.g-sm-9 > *, .row.gx-sm-9 > * {
    padding-right: 3.25rem;
    padding-left: 3.25rem;
  }
  .row.g-sm-9, .row.gy-sm-9 {
    margin-top: -6.5rem;
  }
  .row.g-sm-9 > *, .row.gy-sm-9 > * {
    margin-top: 6.5rem;
  }
  .row.g-sm-10, .row.gx-sm-10 {
    margin-right: -3.75rem;
    margin-left: -3.75rem;
  }
  .row.g-sm-10 > *, .row.gx-sm-10 > * {
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
  .row.g-sm-10, .row.gy-sm-10 {
    margin-top: -7.5rem;
  }
  .row.g-sm-10 > *, .row.gy-sm-10 > * {
    margin-top: 7.5rem;
  }
  .row.g-sm-11, .row.gx-sm-11 {
    margin-right: -4.25rem;
    margin-left: -4.25rem;
  }
  .row.g-sm-11 > *, .row.gx-sm-11 > * {
    padding-right: 4.25rem;
    padding-left: 4.25rem;
  }
  .row.g-sm-11, .row.gy-sm-11 {
    margin-top: -8.5rem;
  }
  .row.g-sm-11 > *, .row.gy-sm-11 > * {
    margin-top: 8.5rem;
  }
  .row.g-sm-12, .row.gx-sm-12 {
    margin-right: -4.75rem;
    margin-left: -4.75rem;
  }
  .row.g-sm-12 > *, .row.gx-sm-12 > * {
    padding-right: 4.75rem;
    padding-left: 4.75rem;
  }
  .row.g-sm-12, .row.gy-sm-12 {
    margin-top: -9.5rem;
  }
  .row.g-sm-12 > *, .row.gy-sm-12 > * {
    margin-top: 9.5rem;
  }
  .row.g-sm-13, .row.gx-sm-13 {
    margin-right: -5.25rem;
    margin-left: -5.25rem;
  }
  .row.g-sm-13 > *, .row.gx-sm-13 > * {
    padding-right: 5.25rem;
    padding-left: 5.25rem;
  }
  .row.g-sm-13, .row.gy-sm-13 {
    margin-top: -10.5rem;
  }
  .row.g-sm-13 > *, .row.gy-sm-13 > * {
    margin-top: 10.5rem;
  }
  .row.g-sm-14, .row.gx-sm-14 {
    margin-right: -5.75rem;
    margin-left: -5.75rem;
  }
  .row.g-sm-14 > *, .row.gx-sm-14 > * {
    padding-right: 5.75rem;
    padding-left: 5.75rem;
  }
  .row.g-sm-14, .row.gy-sm-14 {
    margin-top: -11.5rem;
  }
  .row.g-sm-14 > *, .row.gy-sm-14 > * {
    margin-top: 11.5rem;
  }
  .row.g-sm-15, .row.gx-sm-15 {
    margin-right: -6.25rem;
    margin-left: -6.25rem;
  }
  .row.g-sm-15 > *, .row.gx-sm-15 > * {
    padding-right: 6.25rem;
    padding-left: 6.25rem;
  }
  .row.g-sm-15, .row.gy-sm-15 {
    margin-top: -12.5rem;
  }
  .row.g-sm-15 > *, .row.gy-sm-15 > * {
    margin-top: 12.5rem;
  }
}
@media (min-width: 768px) {
  .row.g-md-0, .row.gx-md-0 {
    margin-right: 0rem;
    margin-left: 0rem;
  }
  .row.g-md-0 > *, .row.gx-md-0 > * {
    padding-right: 0rem;
    padding-left: 0rem;
  }
  .row.g-md-0, .row.gy-md-0 {
    margin-top: 0rem;
  }
  .row.g-md-0 > *, .row.gy-md-0 > * {
    margin-top: 0rem;
  }
  .row.g-md-1, .row.gx-md-1 {
    margin-right: -0.125rem;
    margin-left: -0.125rem;
  }
  .row.g-md-1 > *, .row.gx-md-1 > * {
    padding-right: 0.125rem;
    padding-left: 0.125rem;
  }
  .row.g-md-1, .row.gy-md-1 {
    margin-top: -0.25rem;
  }
  .row.g-md-1 > *, .row.gy-md-1 > * {
    margin-top: 0.25rem;
  }
  .row.g-md-2, .row.gx-md-2 {
    margin-right: -0.25rem;
    margin-left: -0.25rem;
  }
  .row.g-md-2 > *, .row.gx-md-2 > * {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
  .row.g-md-2, .row.gy-md-2 {
    margin-top: -0.5rem;
  }
  .row.g-md-2 > *, .row.gy-md-2 > * {
    margin-top: 0.5rem;
  }
  .row.g-md-3, .row.gx-md-3 {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  .row.g-md-3 > *, .row.gx-md-3 > * {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .row.g-md-3, .row.gy-md-3 {
    margin-top: -1rem;
  }
  .row.g-md-3 > *, .row.gy-md-3 > * {
    margin-top: 1rem;
  }
  .row.g-md-4, .row.gx-md-4 {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }
  .row.g-md-4 > *, .row.gx-md-4 > * {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
  .row.g-md-4, .row.gy-md-4 {
    margin-top: -1.5rem;
  }
  .row.g-md-4 > *, .row.gy-md-4 > * {
    margin-top: 1.5rem;
  }
  .row.g-md-5, .row.gx-md-5 {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
  .row.g-md-5 > *, .row.gx-md-5 > * {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
  .row.g-md-5, .row.gy-md-5 {
    margin-top: -2.5rem;
  }
  .row.g-md-5 > *, .row.gy-md-5 > * {
    margin-top: 2.5rem;
  }
  .row.g-md-6, .row.gx-md-6 {
    margin-right: -1.75rem;
    margin-left: -1.75rem;
  }
  .row.g-md-6 > *, .row.gx-md-6 > * {
    padding-right: 1.75rem;
    padding-left: 1.75rem;
  }
  .row.g-md-6, .row.gy-md-6 {
    margin-top: -3.5rem;
  }
  .row.g-md-6 > *, .row.gy-md-6 > * {
    margin-top: 3.5rem;
  }
  .row.g-md-7, .row.gx-md-7 {
    margin-right: -2.25rem;
    margin-left: -2.25rem;
  }
  .row.g-md-7 > *, .row.gx-md-7 > * {
    padding-right: 2.25rem;
    padding-left: 2.25rem;
  }
  .row.g-md-7, .row.gy-md-7 {
    margin-top: -4.5rem;
  }
  .row.g-md-7 > *, .row.gy-md-7 > * {
    margin-top: 4.5rem;
  }
  .row.g-md-8, .row.gx-md-8 {
    margin-right: -2.75rem;
    margin-left: -2.75rem;
  }
  .row.g-md-8 > *, .row.gx-md-8 > * {
    padding-right: 2.75rem;
    padding-left: 2.75rem;
  }
  .row.g-md-8, .row.gy-md-8 {
    margin-top: -5.5rem;
  }
  .row.g-md-8 > *, .row.gy-md-8 > * {
    margin-top: 5.5rem;
  }
  .row.g-md-9, .row.gx-md-9 {
    margin-right: -3.25rem;
    margin-left: -3.25rem;
  }
  .row.g-md-9 > *, .row.gx-md-9 > * {
    padding-right: 3.25rem;
    padding-left: 3.25rem;
  }
  .row.g-md-9, .row.gy-md-9 {
    margin-top: -6.5rem;
  }
  .row.g-md-9 > *, .row.gy-md-9 > * {
    margin-top: 6.5rem;
  }
  .row.g-md-10, .row.gx-md-10 {
    margin-right: -3.75rem;
    margin-left: -3.75rem;
  }
  .row.g-md-10 > *, .row.gx-md-10 > * {
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
  .row.g-md-10, .row.gy-md-10 {
    margin-top: -7.5rem;
  }
  .row.g-md-10 > *, .row.gy-md-10 > * {
    margin-top: 7.5rem;
  }
  .row.g-md-11, .row.gx-md-11 {
    margin-right: -4.25rem;
    margin-left: -4.25rem;
  }
  .row.g-md-11 > *, .row.gx-md-11 > * {
    padding-right: 4.25rem;
    padding-left: 4.25rem;
  }
  .row.g-md-11, .row.gy-md-11 {
    margin-top: -8.5rem;
  }
  .row.g-md-11 > *, .row.gy-md-11 > * {
    margin-top: 8.5rem;
  }
  .row.g-md-12, .row.gx-md-12 {
    margin-right: -4.75rem;
    margin-left: -4.75rem;
  }
  .row.g-md-12 > *, .row.gx-md-12 > * {
    padding-right: 4.75rem;
    padding-left: 4.75rem;
  }
  .row.g-md-12, .row.gy-md-12 {
    margin-top: -9.5rem;
  }
  .row.g-md-12 > *, .row.gy-md-12 > * {
    margin-top: 9.5rem;
  }
  .row.g-md-13, .row.gx-md-13 {
    margin-right: -5.25rem;
    margin-left: -5.25rem;
  }
  .row.g-md-13 > *, .row.gx-md-13 > * {
    padding-right: 5.25rem;
    padding-left: 5.25rem;
  }
  .row.g-md-13, .row.gy-md-13 {
    margin-top: -10.5rem;
  }
  .row.g-md-13 > *, .row.gy-md-13 > * {
    margin-top: 10.5rem;
  }
  .row.g-md-14, .row.gx-md-14 {
    margin-right: -5.75rem;
    margin-left: -5.75rem;
  }
  .row.g-md-14 > *, .row.gx-md-14 > * {
    padding-right: 5.75rem;
    padding-left: 5.75rem;
  }
  .row.g-md-14, .row.gy-md-14 {
    margin-top: -11.5rem;
  }
  .row.g-md-14 > *, .row.gy-md-14 > * {
    margin-top: 11.5rem;
  }
  .row.g-md-15, .row.gx-md-15 {
    margin-right: -6.25rem;
    margin-left: -6.25rem;
  }
  .row.g-md-15 > *, .row.gx-md-15 > * {
    padding-right: 6.25rem;
    padding-left: 6.25rem;
  }
  .row.g-md-15, .row.gy-md-15 {
    margin-top: -12.5rem;
  }
  .row.g-md-15 > *, .row.gy-md-15 > * {
    margin-top: 12.5rem;
  }
}
@media (min-width: 992px) {
  .row.g-lg-0, .row.gx-lg-0 {
    margin-right: 0rem;
    margin-left: 0rem;
  }
  .row.g-lg-0 > *, .row.gx-lg-0 > * {
    padding-right: 0rem;
    padding-left: 0rem;
  }
  .row.g-lg-0, .row.gy-lg-0 {
    margin-top: 0rem;
  }
  .row.g-lg-0 > *, .row.gy-lg-0 > * {
    margin-top: 0rem;
  }
  .row.g-lg-1, .row.gx-lg-1 {
    margin-right: -0.125rem;
    margin-left: -0.125rem;
  }
  .row.g-lg-1 > *, .row.gx-lg-1 > * {
    padding-right: 0.125rem;
    padding-left: 0.125rem;
  }
  .row.g-lg-1, .row.gy-lg-1 {
    margin-top: -0.25rem;
  }
  .row.g-lg-1 > *, .row.gy-lg-1 > * {
    margin-top: 0.25rem;
  }
  .row.g-lg-2, .row.gx-lg-2 {
    margin-right: -0.25rem;
    margin-left: -0.25rem;
  }
  .row.g-lg-2 > *, .row.gx-lg-2 > * {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
  .row.g-lg-2, .row.gy-lg-2 {
    margin-top: -0.5rem;
  }
  .row.g-lg-2 > *, .row.gy-lg-2 > * {
    margin-top: 0.5rem;
  }
  .row.g-lg-3, .row.gx-lg-3 {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  .row.g-lg-3 > *, .row.gx-lg-3 > * {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .row.g-lg-3, .row.gy-lg-3 {
    margin-top: -1rem;
  }
  .row.g-lg-3 > *, .row.gy-lg-3 > * {
    margin-top: 1rem;
  }
  .row.g-lg-4, .row.gx-lg-4 {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }
  .row.g-lg-4 > *, .row.gx-lg-4 > * {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
  .row.g-lg-4, .row.gy-lg-4 {
    margin-top: -1.5rem;
  }
  .row.g-lg-4 > *, .row.gy-lg-4 > * {
    margin-top: 1.5rem;
  }
  .row.g-lg-5, .row.gx-lg-5 {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
  .row.g-lg-5 > *, .row.gx-lg-5 > * {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
  .row.g-lg-5, .row.gy-lg-5 {
    margin-top: -2.5rem;
  }
  .row.g-lg-5 > *, .row.gy-lg-5 > * {
    margin-top: 2.5rem;
  }
  .row.g-lg-6, .row.gx-lg-6 {
    margin-right: -1.75rem;
    margin-left: -1.75rem;
  }
  .row.g-lg-6 > *, .row.gx-lg-6 > * {
    padding-right: 1.75rem;
    padding-left: 1.75rem;
  }
  .row.g-lg-6, .row.gy-lg-6 {
    margin-top: -3.5rem;
  }
  .row.g-lg-6 > *, .row.gy-lg-6 > * {
    margin-top: 3.5rem;
  }
  .row.g-lg-7, .row.gx-lg-7 {
    margin-right: -2.25rem;
    margin-left: -2.25rem;
  }
  .row.g-lg-7 > *, .row.gx-lg-7 > * {
    padding-right: 2.25rem;
    padding-left: 2.25rem;
  }
  .row.g-lg-7, .row.gy-lg-7 {
    margin-top: -4.5rem;
  }
  .row.g-lg-7 > *, .row.gy-lg-7 > * {
    margin-top: 4.5rem;
  }
  .row.g-lg-8, .row.gx-lg-8 {
    margin-right: -2.75rem;
    margin-left: -2.75rem;
  }
  .row.g-lg-8 > *, .row.gx-lg-8 > * {
    padding-right: 2.75rem;
    padding-left: 2.75rem;
  }
  .row.g-lg-8, .row.gy-lg-8 {
    margin-top: -5.5rem;
  }
  .row.g-lg-8 > *, .row.gy-lg-8 > * {
    margin-top: 5.5rem;
  }
  .row.g-lg-9, .row.gx-lg-9 {
    margin-right: -3.25rem;
    margin-left: -3.25rem;
  }
  .row.g-lg-9 > *, .row.gx-lg-9 > * {
    padding-right: 3.25rem;
    padding-left: 3.25rem;
  }
  .row.g-lg-9, .row.gy-lg-9 {
    margin-top: -6.5rem;
  }
  .row.g-lg-9 > *, .row.gy-lg-9 > * {
    margin-top: 6.5rem;
  }
  .row.g-lg-10, .row.gx-lg-10 {
    margin-right: -3.75rem;
    margin-left: -3.75rem;
  }
  .row.g-lg-10 > *, .row.gx-lg-10 > * {
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
  .row.g-lg-10, .row.gy-lg-10 {
    margin-top: -7.5rem;
  }
  .row.g-lg-10 > *, .row.gy-lg-10 > * {
    margin-top: 7.5rem;
  }
  .row.g-lg-11, .row.gx-lg-11 {
    margin-right: -4.25rem;
    margin-left: -4.25rem;
  }
  .row.g-lg-11 > *, .row.gx-lg-11 > * {
    padding-right: 4.25rem;
    padding-left: 4.25rem;
  }
  .row.g-lg-11, .row.gy-lg-11 {
    margin-top: -8.5rem;
  }
  .row.g-lg-11 > *, .row.gy-lg-11 > * {
    margin-top: 8.5rem;
  }
  .row.g-lg-12, .row.gx-lg-12 {
    margin-right: -4.75rem;
    margin-left: -4.75rem;
  }
  .row.g-lg-12 > *, .row.gx-lg-12 > * {
    padding-right: 4.75rem;
    padding-left: 4.75rem;
  }
  .row.g-lg-12, .row.gy-lg-12 {
    margin-top: -9.5rem;
  }
  .row.g-lg-12 > *, .row.gy-lg-12 > * {
    margin-top: 9.5rem;
  }
  .row.g-lg-13, .row.gx-lg-13 {
    margin-right: -5.25rem;
    margin-left: -5.25rem;
  }
  .row.g-lg-13 > *, .row.gx-lg-13 > * {
    padding-right: 5.25rem;
    padding-left: 5.25rem;
  }
  .row.g-lg-13, .row.gy-lg-13 {
    margin-top: -10.5rem;
  }
  .row.g-lg-13 > *, .row.gy-lg-13 > * {
    margin-top: 10.5rem;
  }
  .row.g-lg-14, .row.gx-lg-14 {
    margin-right: -5.75rem;
    margin-left: -5.75rem;
  }
  .row.g-lg-14 > *, .row.gx-lg-14 > * {
    padding-right: 5.75rem;
    padding-left: 5.75rem;
  }
  .row.g-lg-14, .row.gy-lg-14 {
    margin-top: -11.5rem;
  }
  .row.g-lg-14 > *, .row.gy-lg-14 > * {
    margin-top: 11.5rem;
  }
  .row.g-lg-15, .row.gx-lg-15 {
    margin-right: -6.25rem;
    margin-left: -6.25rem;
  }
  .row.g-lg-15 > *, .row.gx-lg-15 > * {
    padding-right: 6.25rem;
    padding-left: 6.25rem;
  }
  .row.g-lg-15, .row.gy-lg-15 {
    margin-top: -12.5rem;
  }
  .row.g-lg-15 > *, .row.gy-lg-15 > * {
    margin-top: 12.5rem;
  }
}
@media (min-width: 1200px) {
  .row.g-xl-0, .row.gx-xl-0 {
    margin-right: 0rem;
    margin-left: 0rem;
  }
  .row.g-xl-0 > *, .row.gx-xl-0 > * {
    padding-right: 0rem;
    padding-left: 0rem;
  }
  .row.g-xl-0, .row.gy-xl-0 {
    margin-top: 0rem;
  }
  .row.g-xl-0 > *, .row.gy-xl-0 > * {
    margin-top: 0rem;
  }
  .row.g-xl-1, .row.gx-xl-1 {
    margin-right: -0.125rem;
    margin-left: -0.125rem;
  }
  .row.g-xl-1 > *, .row.gx-xl-1 > * {
    padding-right: 0.125rem;
    padding-left: 0.125rem;
  }
  .row.g-xl-1, .row.gy-xl-1 {
    margin-top: -0.25rem;
  }
  .row.g-xl-1 > *, .row.gy-xl-1 > * {
    margin-top: 0.25rem;
  }
  .row.g-xl-2, .row.gx-xl-2 {
    margin-right: -0.25rem;
    margin-left: -0.25rem;
  }
  .row.g-xl-2 > *, .row.gx-xl-2 > * {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
  .row.g-xl-2, .row.gy-xl-2 {
    margin-top: -0.5rem;
  }
  .row.g-xl-2 > *, .row.gy-xl-2 > * {
    margin-top: 0.5rem;
  }
  .row.g-xl-3, .row.gx-xl-3 {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  .row.g-xl-3 > *, .row.gx-xl-3 > * {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .row.g-xl-3, .row.gy-xl-3 {
    margin-top: -1rem;
  }
  .row.g-xl-3 > *, .row.gy-xl-3 > * {
    margin-top: 1rem;
  }
  .row.g-xl-4, .row.gx-xl-4 {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }
  .row.g-xl-4 > *, .row.gx-xl-4 > * {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
  .row.g-xl-4, .row.gy-xl-4 {
    margin-top: -1.5rem;
  }
  .row.g-xl-4 > *, .row.gy-xl-4 > * {
    margin-top: 1.5rem;
  }
  .row.g-xl-5, .row.gx-xl-5 {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
  .row.g-xl-5 > *, .row.gx-xl-5 > * {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
  .row.g-xl-5, .row.gy-xl-5 {
    margin-top: -2.5rem;
  }
  .row.g-xl-5 > *, .row.gy-xl-5 > * {
    margin-top: 2.5rem;
  }
  .row.g-xl-6, .row.gx-xl-6 {
    margin-right: -1.75rem;
    margin-left: -1.75rem;
  }
  .row.g-xl-6 > *, .row.gx-xl-6 > * {
    padding-right: 1.75rem;
    padding-left: 1.75rem;
  }
  .row.g-xl-6, .row.gy-xl-6 {
    margin-top: -3.5rem;
  }
  .row.g-xl-6 > *, .row.gy-xl-6 > * {
    margin-top: 3.5rem;
  }
  .row.g-xl-7, .row.gx-xl-7 {
    margin-right: -2.25rem;
    margin-left: -2.25rem;
  }
  .row.g-xl-7 > *, .row.gx-xl-7 > * {
    padding-right: 2.25rem;
    padding-left: 2.25rem;
  }
  .row.g-xl-7, .row.gy-xl-7 {
    margin-top: -4.5rem;
  }
  .row.g-xl-7 > *, .row.gy-xl-7 > * {
    margin-top: 4.5rem;
  }
  .row.g-xl-8, .row.gx-xl-8 {
    margin-right: -2.75rem;
    margin-left: -2.75rem;
  }
  .row.g-xl-8 > *, .row.gx-xl-8 > * {
    padding-right: 2.75rem;
    padding-left: 2.75rem;
  }
  .row.g-xl-8, .row.gy-xl-8 {
    margin-top: -5.5rem;
  }
  .row.g-xl-8 > *, .row.gy-xl-8 > * {
    margin-top: 5.5rem;
  }
  .row.g-xl-9, .row.gx-xl-9 {
    margin-right: -3.25rem;
    margin-left: -3.25rem;
  }
  .row.g-xl-9 > *, .row.gx-xl-9 > * {
    padding-right: 3.25rem;
    padding-left: 3.25rem;
  }
  .row.g-xl-9, .row.gy-xl-9 {
    margin-top: -6.5rem;
  }
  .row.g-xl-9 > *, .row.gy-xl-9 > * {
    margin-top: 6.5rem;
  }
  .row.g-xl-10, .row.gx-xl-10 {
    margin-right: -3.75rem;
    margin-left: -3.75rem;
  }
  .row.g-xl-10 > *, .row.gx-xl-10 > * {
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
  .row.g-xl-10, .row.gy-xl-10 {
    margin-top: -7.5rem;
  }
  .row.g-xl-10 > *, .row.gy-xl-10 > * {
    margin-top: 7.5rem;
  }
  .row.g-xl-11, .row.gx-xl-11 {
    margin-right: -4.25rem;
    margin-left: -4.25rem;
  }
  .row.g-xl-11 > *, .row.gx-xl-11 > * {
    padding-right: 4.25rem;
    padding-left: 4.25rem;
  }
  .row.g-xl-11, .row.gy-xl-11 {
    margin-top: -8.5rem;
  }
  .row.g-xl-11 > *, .row.gy-xl-11 > * {
    margin-top: 8.5rem;
  }
  .row.g-xl-12, .row.gx-xl-12 {
    margin-right: -4.75rem;
    margin-left: -4.75rem;
  }
  .row.g-xl-12 > *, .row.gx-xl-12 > * {
    padding-right: 4.75rem;
    padding-left: 4.75rem;
  }
  .row.g-xl-12, .row.gy-xl-12 {
    margin-top: -9.5rem;
  }
  .row.g-xl-12 > *, .row.gy-xl-12 > * {
    margin-top: 9.5rem;
  }
  .row.g-xl-13, .row.gx-xl-13 {
    margin-right: -5.25rem;
    margin-left: -5.25rem;
  }
  .row.g-xl-13 > *, .row.gx-xl-13 > * {
    padding-right: 5.25rem;
    padding-left: 5.25rem;
  }
  .row.g-xl-13, .row.gy-xl-13 {
    margin-top: -10.5rem;
  }
  .row.g-xl-13 > *, .row.gy-xl-13 > * {
    margin-top: 10.5rem;
  }
  .row.g-xl-14, .row.gx-xl-14 {
    margin-right: -5.75rem;
    margin-left: -5.75rem;
  }
  .row.g-xl-14 > *, .row.gx-xl-14 > * {
    padding-right: 5.75rem;
    padding-left: 5.75rem;
  }
  .row.g-xl-14, .row.gy-xl-14 {
    margin-top: -11.5rem;
  }
  .row.g-xl-14 > *, .row.gy-xl-14 > * {
    margin-top: 11.5rem;
  }
  .row.g-xl-15, .row.gx-xl-15 {
    margin-right: -6.25rem;
    margin-left: -6.25rem;
  }
  .row.g-xl-15 > *, .row.gx-xl-15 > * {
    padding-right: 6.25rem;
    padding-left: 6.25rem;
  }
  .row.g-xl-15, .row.gy-xl-15 {
    margin-top: -12.5rem;
  }
  .row.g-xl-15 > *, .row.gy-xl-15 > * {
    margin-top: 12.5rem;
  }
}
@media (min-width: 1400px) {
  .row.g-xxl-0, .row.gx-xxl-0 {
    margin-right: 0rem;
    margin-left: 0rem;
  }
  .row.g-xxl-0 > *, .row.gx-xxl-0 > * {
    padding-right: 0rem;
    padding-left: 0rem;
  }
  .row.g-xxl-0, .row.gy-xxl-0 {
    margin-top: 0rem;
  }
  .row.g-xxl-0 > *, .row.gy-xxl-0 > * {
    margin-top: 0rem;
  }
  .row.g-xxl-1, .row.gx-xxl-1 {
    margin-right: -0.125rem;
    margin-left: -0.125rem;
  }
  .row.g-xxl-1 > *, .row.gx-xxl-1 > * {
    padding-right: 0.125rem;
    padding-left: 0.125rem;
  }
  .row.g-xxl-1, .row.gy-xxl-1 {
    margin-top: -0.25rem;
  }
  .row.g-xxl-1 > *, .row.gy-xxl-1 > * {
    margin-top: 0.25rem;
  }
  .row.g-xxl-2, .row.gx-xxl-2 {
    margin-right: -0.25rem;
    margin-left: -0.25rem;
  }
  .row.g-xxl-2 > *, .row.gx-xxl-2 > * {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
  .row.g-xxl-2, .row.gy-xxl-2 {
    margin-top: -0.5rem;
  }
  .row.g-xxl-2 > *, .row.gy-xxl-2 > * {
    margin-top: 0.5rem;
  }
  .row.g-xxl-3, .row.gx-xxl-3 {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  .row.g-xxl-3 > *, .row.gx-xxl-3 > * {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .row.g-xxl-3, .row.gy-xxl-3 {
    margin-top: -1rem;
  }
  .row.g-xxl-3 > *, .row.gy-xxl-3 > * {
    margin-top: 1rem;
  }
  .row.g-xxl-4, .row.gx-xxl-4 {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }
  .row.g-xxl-4 > *, .row.gx-xxl-4 > * {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
  .row.g-xxl-4, .row.gy-xxl-4 {
    margin-top: -1.5rem;
  }
  .row.g-xxl-4 > *, .row.gy-xxl-4 > * {
    margin-top: 1.5rem;
  }
  .row.g-xxl-5, .row.gx-xxl-5 {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
  .row.g-xxl-5 > *, .row.gx-xxl-5 > * {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
  .row.g-xxl-5, .row.gy-xxl-5 {
    margin-top: -2.5rem;
  }
  .row.g-xxl-5 > *, .row.gy-xxl-5 > * {
    margin-top: 2.5rem;
  }
  .row.g-xxl-6, .row.gx-xxl-6 {
    margin-right: -1.75rem;
    margin-left: -1.75rem;
  }
  .row.g-xxl-6 > *, .row.gx-xxl-6 > * {
    padding-right: 1.75rem;
    padding-left: 1.75rem;
  }
  .row.g-xxl-6, .row.gy-xxl-6 {
    margin-top: -3.5rem;
  }
  .row.g-xxl-6 > *, .row.gy-xxl-6 > * {
    margin-top: 3.5rem;
  }
  .row.g-xxl-7, .row.gx-xxl-7 {
    margin-right: -2.25rem;
    margin-left: -2.25rem;
  }
  .row.g-xxl-7 > *, .row.gx-xxl-7 > * {
    padding-right: 2.25rem;
    padding-left: 2.25rem;
  }
  .row.g-xxl-7, .row.gy-xxl-7 {
    margin-top: -4.5rem;
  }
  .row.g-xxl-7 > *, .row.gy-xxl-7 > * {
    margin-top: 4.5rem;
  }
  .row.g-xxl-8, .row.gx-xxl-8 {
    margin-right: -2.75rem;
    margin-left: -2.75rem;
  }
  .row.g-xxl-8 > *, .row.gx-xxl-8 > * {
    padding-right: 2.75rem;
    padding-left: 2.75rem;
  }
  .row.g-xxl-8, .row.gy-xxl-8 {
    margin-top: -5.5rem;
  }
  .row.g-xxl-8 > *, .row.gy-xxl-8 > * {
    margin-top: 5.5rem;
  }
  .row.g-xxl-9, .row.gx-xxl-9 {
    margin-right: -3.25rem;
    margin-left: -3.25rem;
  }
  .row.g-xxl-9 > *, .row.gx-xxl-9 > * {
    padding-right: 3.25rem;
    padding-left: 3.25rem;
  }
  .row.g-xxl-9, .row.gy-xxl-9 {
    margin-top: -6.5rem;
  }
  .row.g-xxl-9 > *, .row.gy-xxl-9 > * {
    margin-top: 6.5rem;
  }
  .row.g-xxl-10, .row.gx-xxl-10 {
    margin-right: -3.75rem;
    margin-left: -3.75rem;
  }
  .row.g-xxl-10 > *, .row.gx-xxl-10 > * {
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
  .row.g-xxl-10, .row.gy-xxl-10 {
    margin-top: -7.5rem;
  }
  .row.g-xxl-10 > *, .row.gy-xxl-10 > * {
    margin-top: 7.5rem;
  }
  .row.g-xxl-11, .row.gx-xxl-11 {
    margin-right: -4.25rem;
    margin-left: -4.25rem;
  }
  .row.g-xxl-11 > *, .row.gx-xxl-11 > * {
    padding-right: 4.25rem;
    padding-left: 4.25rem;
  }
  .row.g-xxl-11, .row.gy-xxl-11 {
    margin-top: -8.5rem;
  }
  .row.g-xxl-11 > *, .row.gy-xxl-11 > * {
    margin-top: 8.5rem;
  }
  .row.g-xxl-12, .row.gx-xxl-12 {
    margin-right: -4.75rem;
    margin-left: -4.75rem;
  }
  .row.g-xxl-12 > *, .row.gx-xxl-12 > * {
    padding-right: 4.75rem;
    padding-left: 4.75rem;
  }
  .row.g-xxl-12, .row.gy-xxl-12 {
    margin-top: -9.5rem;
  }
  .row.g-xxl-12 > *, .row.gy-xxl-12 > * {
    margin-top: 9.5rem;
  }
  .row.g-xxl-13, .row.gx-xxl-13 {
    margin-right: -5.25rem;
    margin-left: -5.25rem;
  }
  .row.g-xxl-13 > *, .row.gx-xxl-13 > * {
    padding-right: 5.25rem;
    padding-left: 5.25rem;
  }
  .row.g-xxl-13, .row.gy-xxl-13 {
    margin-top: -10.5rem;
  }
  .row.g-xxl-13 > *, .row.gy-xxl-13 > * {
    margin-top: 10.5rem;
  }
  .row.g-xxl-14, .row.gx-xxl-14 {
    margin-right: -5.75rem;
    margin-left: -5.75rem;
  }
  .row.g-xxl-14 > *, .row.gx-xxl-14 > * {
    padding-right: 5.75rem;
    padding-left: 5.75rem;
  }
  .row.g-xxl-14, .row.gy-xxl-14 {
    margin-top: -11.5rem;
  }
  .row.g-xxl-14 > *, .row.gy-xxl-14 > * {
    margin-top: 11.5rem;
  }
  .row.g-xxl-15, .row.gx-xxl-15 {
    margin-right: -6.25rem;
    margin-left: -6.25rem;
  }
  .row.g-xxl-15 > *, .row.gx-xxl-15 > * {
    padding-right: 6.25rem;
    padding-left: 6.25rem;
  }
  .row.g-xxl-15, .row.gy-xxl-15 {
    margin-top: -12.5rem;
  }
  .row.g-xxl-15 > *, .row.gy-xxl-15 > * {
    margin-top: 12.5rem;
  }
}
@media (min-width: 1600px) {
  .row.g-xxxl-0, .row.gx-xxxl-0 {
    margin-right: 0rem;
    margin-left: 0rem;
  }
  .row.g-xxxl-0 > *, .row.gx-xxxl-0 > * {
    padding-right: 0rem;
    padding-left: 0rem;
  }
  .row.g-xxxl-0, .row.gy-xxxl-0 {
    margin-top: 0rem;
  }
  .row.g-xxxl-0 > *, .row.gy-xxxl-0 > * {
    margin-top: 0rem;
  }
  .row.g-xxxl-1, .row.gx-xxxl-1 {
    margin-right: -0.125rem;
    margin-left: -0.125rem;
  }
  .row.g-xxxl-1 > *, .row.gx-xxxl-1 > * {
    padding-right: 0.125rem;
    padding-left: 0.125rem;
  }
  .row.g-xxxl-1, .row.gy-xxxl-1 {
    margin-top: -0.25rem;
  }
  .row.g-xxxl-1 > *, .row.gy-xxxl-1 > * {
    margin-top: 0.25rem;
  }
  .row.g-xxxl-2, .row.gx-xxxl-2 {
    margin-right: -0.25rem;
    margin-left: -0.25rem;
  }
  .row.g-xxxl-2 > *, .row.gx-xxxl-2 > * {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
  .row.g-xxxl-2, .row.gy-xxxl-2 {
    margin-top: -0.5rem;
  }
  .row.g-xxxl-2 > *, .row.gy-xxxl-2 > * {
    margin-top: 0.5rem;
  }
  .row.g-xxxl-3, .row.gx-xxxl-3 {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  .row.g-xxxl-3 > *, .row.gx-xxxl-3 > * {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .row.g-xxxl-3, .row.gy-xxxl-3 {
    margin-top: -1rem;
  }
  .row.g-xxxl-3 > *, .row.gy-xxxl-3 > * {
    margin-top: 1rem;
  }
  .row.g-xxxl-4, .row.gx-xxxl-4 {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }
  .row.g-xxxl-4 > *, .row.gx-xxxl-4 > * {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
  .row.g-xxxl-4, .row.gy-xxxl-4 {
    margin-top: -1.5rem;
  }
  .row.g-xxxl-4 > *, .row.gy-xxxl-4 > * {
    margin-top: 1.5rem;
  }
  .row.g-xxxl-5, .row.gx-xxxl-5 {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
  .row.g-xxxl-5 > *, .row.gx-xxxl-5 > * {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
  .row.g-xxxl-5, .row.gy-xxxl-5 {
    margin-top: -2.5rem;
  }
  .row.g-xxxl-5 > *, .row.gy-xxxl-5 > * {
    margin-top: 2.5rem;
  }
  .row.g-xxxl-6, .row.gx-xxxl-6 {
    margin-right: -1.75rem;
    margin-left: -1.75rem;
  }
  .row.g-xxxl-6 > *, .row.gx-xxxl-6 > * {
    padding-right: 1.75rem;
    padding-left: 1.75rem;
  }
  .row.g-xxxl-6, .row.gy-xxxl-6 {
    margin-top: -3.5rem;
  }
  .row.g-xxxl-6 > *, .row.gy-xxxl-6 > * {
    margin-top: 3.5rem;
  }
  .row.g-xxxl-7, .row.gx-xxxl-7 {
    margin-right: -2.25rem;
    margin-left: -2.25rem;
  }
  .row.g-xxxl-7 > *, .row.gx-xxxl-7 > * {
    padding-right: 2.25rem;
    padding-left: 2.25rem;
  }
  .row.g-xxxl-7, .row.gy-xxxl-7 {
    margin-top: -4.5rem;
  }
  .row.g-xxxl-7 > *, .row.gy-xxxl-7 > * {
    margin-top: 4.5rem;
  }
  .row.g-xxxl-8, .row.gx-xxxl-8 {
    margin-right: -2.75rem;
    margin-left: -2.75rem;
  }
  .row.g-xxxl-8 > *, .row.gx-xxxl-8 > * {
    padding-right: 2.75rem;
    padding-left: 2.75rem;
  }
  .row.g-xxxl-8, .row.gy-xxxl-8 {
    margin-top: -5.5rem;
  }
  .row.g-xxxl-8 > *, .row.gy-xxxl-8 > * {
    margin-top: 5.5rem;
  }
  .row.g-xxxl-9, .row.gx-xxxl-9 {
    margin-right: -3.25rem;
    margin-left: -3.25rem;
  }
  .row.g-xxxl-9 > *, .row.gx-xxxl-9 > * {
    padding-right: 3.25rem;
    padding-left: 3.25rem;
  }
  .row.g-xxxl-9, .row.gy-xxxl-9 {
    margin-top: -6.5rem;
  }
  .row.g-xxxl-9 > *, .row.gy-xxxl-9 > * {
    margin-top: 6.5rem;
  }
  .row.g-xxxl-10, .row.gx-xxxl-10 {
    margin-right: -3.75rem;
    margin-left: -3.75rem;
  }
  .row.g-xxxl-10 > *, .row.gx-xxxl-10 > * {
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
  .row.g-xxxl-10, .row.gy-xxxl-10 {
    margin-top: -7.5rem;
  }
  .row.g-xxxl-10 > *, .row.gy-xxxl-10 > * {
    margin-top: 7.5rem;
  }
  .row.g-xxxl-11, .row.gx-xxxl-11 {
    margin-right: -4.25rem;
    margin-left: -4.25rem;
  }
  .row.g-xxxl-11 > *, .row.gx-xxxl-11 > * {
    padding-right: 4.25rem;
    padding-left: 4.25rem;
  }
  .row.g-xxxl-11, .row.gy-xxxl-11 {
    margin-top: -8.5rem;
  }
  .row.g-xxxl-11 > *, .row.gy-xxxl-11 > * {
    margin-top: 8.5rem;
  }
  .row.g-xxxl-12, .row.gx-xxxl-12 {
    margin-right: -4.75rem;
    margin-left: -4.75rem;
  }
  .row.g-xxxl-12 > *, .row.gx-xxxl-12 > * {
    padding-right: 4.75rem;
    padding-left: 4.75rem;
  }
  .row.g-xxxl-12, .row.gy-xxxl-12 {
    margin-top: -9.5rem;
  }
  .row.g-xxxl-12 > *, .row.gy-xxxl-12 > * {
    margin-top: 9.5rem;
  }
  .row.g-xxxl-13, .row.gx-xxxl-13 {
    margin-right: -5.25rem;
    margin-left: -5.25rem;
  }
  .row.g-xxxl-13 > *, .row.gx-xxxl-13 > * {
    padding-right: 5.25rem;
    padding-left: 5.25rem;
  }
  .row.g-xxxl-13, .row.gy-xxxl-13 {
    margin-top: -10.5rem;
  }
  .row.g-xxxl-13 > *, .row.gy-xxxl-13 > * {
    margin-top: 10.5rem;
  }
  .row.g-xxxl-14, .row.gx-xxxl-14 {
    margin-right: -5.75rem;
    margin-left: -5.75rem;
  }
  .row.g-xxxl-14 > *, .row.gx-xxxl-14 > * {
    padding-right: 5.75rem;
    padding-left: 5.75rem;
  }
  .row.g-xxxl-14, .row.gy-xxxl-14 {
    margin-top: -11.5rem;
  }
  .row.g-xxxl-14 > *, .row.gy-xxxl-14 > * {
    margin-top: 11.5rem;
  }
  .row.g-xxxl-15, .row.gx-xxxl-15 {
    margin-right: -6.25rem;
    margin-left: -6.25rem;
  }
  .row.g-xxxl-15 > *, .row.gx-xxxl-15 > * {
    padding-right: 6.25rem;
    padding-left: 6.25rem;
  }
  .row.g-xxxl-15, .row.gy-xxxl-15 {
    margin-top: -12.5rem;
  }
  .row.g-xxxl-15 > *, .row.gy-xxxl-15 > * {
    margin-top: 12.5rem;
  }
}
@media (min-width: 1900px) {
  .row.g-xxxxl-0, .row.gx-xxxxl-0 {
    margin-right: 0rem;
    margin-left: 0rem;
  }
  .row.g-xxxxl-0 > *, .row.gx-xxxxl-0 > * {
    padding-right: 0rem;
    padding-left: 0rem;
  }
  .row.g-xxxxl-0, .row.gy-xxxxl-0 {
    margin-top: 0rem;
  }
  .row.g-xxxxl-0 > *, .row.gy-xxxxl-0 > * {
    margin-top: 0rem;
  }
  .row.g-xxxxl-1, .row.gx-xxxxl-1 {
    margin-right: -0.125rem;
    margin-left: -0.125rem;
  }
  .row.g-xxxxl-1 > *, .row.gx-xxxxl-1 > * {
    padding-right: 0.125rem;
    padding-left: 0.125rem;
  }
  .row.g-xxxxl-1, .row.gy-xxxxl-1 {
    margin-top: -0.25rem;
  }
  .row.g-xxxxl-1 > *, .row.gy-xxxxl-1 > * {
    margin-top: 0.25rem;
  }
  .row.g-xxxxl-2, .row.gx-xxxxl-2 {
    margin-right: -0.25rem;
    margin-left: -0.25rem;
  }
  .row.g-xxxxl-2 > *, .row.gx-xxxxl-2 > * {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
  .row.g-xxxxl-2, .row.gy-xxxxl-2 {
    margin-top: -0.5rem;
  }
  .row.g-xxxxl-2 > *, .row.gy-xxxxl-2 > * {
    margin-top: 0.5rem;
  }
  .row.g-xxxxl-3, .row.gx-xxxxl-3 {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  .row.g-xxxxl-3 > *, .row.gx-xxxxl-3 > * {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .row.g-xxxxl-3, .row.gy-xxxxl-3 {
    margin-top: -1rem;
  }
  .row.g-xxxxl-3 > *, .row.gy-xxxxl-3 > * {
    margin-top: 1rem;
  }
  .row.g-xxxxl-4, .row.gx-xxxxl-4 {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }
  .row.g-xxxxl-4 > *, .row.gx-xxxxl-4 > * {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
  .row.g-xxxxl-4, .row.gy-xxxxl-4 {
    margin-top: -1.5rem;
  }
  .row.g-xxxxl-4 > *, .row.gy-xxxxl-4 > * {
    margin-top: 1.5rem;
  }
  .row.g-xxxxl-5, .row.gx-xxxxl-5 {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
  .row.g-xxxxl-5 > *, .row.gx-xxxxl-5 > * {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
  .row.g-xxxxl-5, .row.gy-xxxxl-5 {
    margin-top: -2.5rem;
  }
  .row.g-xxxxl-5 > *, .row.gy-xxxxl-5 > * {
    margin-top: 2.5rem;
  }
  .row.g-xxxxl-6, .row.gx-xxxxl-6 {
    margin-right: -1.75rem;
    margin-left: -1.75rem;
  }
  .row.g-xxxxl-6 > *, .row.gx-xxxxl-6 > * {
    padding-right: 1.75rem;
    padding-left: 1.75rem;
  }
  .row.g-xxxxl-6, .row.gy-xxxxl-6 {
    margin-top: -3.5rem;
  }
  .row.g-xxxxl-6 > *, .row.gy-xxxxl-6 > * {
    margin-top: 3.5rem;
  }
  .row.g-xxxxl-7, .row.gx-xxxxl-7 {
    margin-right: -2.25rem;
    margin-left: -2.25rem;
  }
  .row.g-xxxxl-7 > *, .row.gx-xxxxl-7 > * {
    padding-right: 2.25rem;
    padding-left: 2.25rem;
  }
  .row.g-xxxxl-7, .row.gy-xxxxl-7 {
    margin-top: -4.5rem;
  }
  .row.g-xxxxl-7 > *, .row.gy-xxxxl-7 > * {
    margin-top: 4.5rem;
  }
  .row.g-xxxxl-8, .row.gx-xxxxl-8 {
    margin-right: -2.75rem;
    margin-left: -2.75rem;
  }
  .row.g-xxxxl-8 > *, .row.gx-xxxxl-8 > * {
    padding-right: 2.75rem;
    padding-left: 2.75rem;
  }
  .row.g-xxxxl-8, .row.gy-xxxxl-8 {
    margin-top: -5.5rem;
  }
  .row.g-xxxxl-8 > *, .row.gy-xxxxl-8 > * {
    margin-top: 5.5rem;
  }
  .row.g-xxxxl-9, .row.gx-xxxxl-9 {
    margin-right: -3.25rem;
    margin-left: -3.25rem;
  }
  .row.g-xxxxl-9 > *, .row.gx-xxxxl-9 > * {
    padding-right: 3.25rem;
    padding-left: 3.25rem;
  }
  .row.g-xxxxl-9, .row.gy-xxxxl-9 {
    margin-top: -6.5rem;
  }
  .row.g-xxxxl-9 > *, .row.gy-xxxxl-9 > * {
    margin-top: 6.5rem;
  }
  .row.g-xxxxl-10, .row.gx-xxxxl-10 {
    margin-right: -3.75rem;
    margin-left: -3.75rem;
  }
  .row.g-xxxxl-10 > *, .row.gx-xxxxl-10 > * {
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
  .row.g-xxxxl-10, .row.gy-xxxxl-10 {
    margin-top: -7.5rem;
  }
  .row.g-xxxxl-10 > *, .row.gy-xxxxl-10 > * {
    margin-top: 7.5rem;
  }
  .row.g-xxxxl-11, .row.gx-xxxxl-11 {
    margin-right: -4.25rem;
    margin-left: -4.25rem;
  }
  .row.g-xxxxl-11 > *, .row.gx-xxxxl-11 > * {
    padding-right: 4.25rem;
    padding-left: 4.25rem;
  }
  .row.g-xxxxl-11, .row.gy-xxxxl-11 {
    margin-top: -8.5rem;
  }
  .row.g-xxxxl-11 > *, .row.gy-xxxxl-11 > * {
    margin-top: 8.5rem;
  }
  .row.g-xxxxl-12, .row.gx-xxxxl-12 {
    margin-right: -4.75rem;
    margin-left: -4.75rem;
  }
  .row.g-xxxxl-12 > *, .row.gx-xxxxl-12 > * {
    padding-right: 4.75rem;
    padding-left: 4.75rem;
  }
  .row.g-xxxxl-12, .row.gy-xxxxl-12 {
    margin-top: -9.5rem;
  }
  .row.g-xxxxl-12 > *, .row.gy-xxxxl-12 > * {
    margin-top: 9.5rem;
  }
  .row.g-xxxxl-13, .row.gx-xxxxl-13 {
    margin-right: -5.25rem;
    margin-left: -5.25rem;
  }
  .row.g-xxxxl-13 > *, .row.gx-xxxxl-13 > * {
    padding-right: 5.25rem;
    padding-left: 5.25rem;
  }
  .row.g-xxxxl-13, .row.gy-xxxxl-13 {
    margin-top: -10.5rem;
  }
  .row.g-xxxxl-13 > *, .row.gy-xxxxl-13 > * {
    margin-top: 10.5rem;
  }
  .row.g-xxxxl-14, .row.gx-xxxxl-14 {
    margin-right: -5.75rem;
    margin-left: -5.75rem;
  }
  .row.g-xxxxl-14 > *, .row.gx-xxxxl-14 > * {
    padding-right: 5.75rem;
    padding-left: 5.75rem;
  }
  .row.g-xxxxl-14, .row.gy-xxxxl-14 {
    margin-top: -11.5rem;
  }
  .row.g-xxxxl-14 > *, .row.gy-xxxxl-14 > * {
    margin-top: 11.5rem;
  }
  .row.g-xxxxl-15, .row.gx-xxxxl-15 {
    margin-right: -6.25rem;
    margin-left: -6.25rem;
  }
  .row.g-xxxxl-15 > *, .row.gx-xxxxl-15 > * {
    padding-right: 6.25rem;
    padding-left: 6.25rem;
  }
  .row.g-xxxxl-15, .row.gy-xxxxl-15 {
    margin-top: -12.5rem;
  }
  .row.g-xxxxl-15 > *, .row.gy-xxxxl-15 > * {
    margin-top: 12.5rem;
  }
}

.opacity-10 {
  opacity: 0.1 !important;
}

.opacity-20 {
  opacity: 0.2 !important;
}

.opacity-30 {
  opacity: 0.3 !important;
}

.opacity-40 {
  opacity: 0.4 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-60 {
  opacity: 0.6 !important;
}

.opacity-70 {
  opacity: 0.7 !important;
}

.opacity-80 {
  opacity: 0.8 !important;
}

.opacity-90 {
  opacity: 0.9 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

@media (min-width: 576px) {
  .opacity-sm-10 {
    opacity: 0.1 !important;
  }
  .opacity-sm-20 {
    opacity: 0.2 !important;
  }
  .opacity-sm-30 {
    opacity: 0.3 !important;
  }
  .opacity-sm-40 {
    opacity: 0.4 !important;
  }
  .opacity-sm-50 {
    opacity: 0.5 !important;
  }
  .opacity-sm-60 {
    opacity: 0.6 !important;
  }
  .opacity-sm-70 {
    opacity: 0.7 !important;
  }
  .opacity-sm-80 {
    opacity: 0.8 !important;
  }
  .opacity-sm-90 {
    opacity: 0.9 !important;
  }
  .opacity-sm-100 {
    opacity: 1 !important;
  }
}
@media (min-width: 768px) {
  .opacity-md-10 {
    opacity: 0.1 !important;
  }
  .opacity-md-20 {
    opacity: 0.2 !important;
  }
  .opacity-md-30 {
    opacity: 0.3 !important;
  }
  .opacity-md-40 {
    opacity: 0.4 !important;
  }
  .opacity-md-50 {
    opacity: 0.5 !important;
  }
  .opacity-md-60 {
    opacity: 0.6 !important;
  }
  .opacity-md-70 {
    opacity: 0.7 !important;
  }
  .opacity-md-80 {
    opacity: 0.8 !important;
  }
  .opacity-md-90 {
    opacity: 0.9 !important;
  }
  .opacity-md-100 {
    opacity: 1 !important;
  }
}
@media (min-width: 992px) {
  .opacity-lg-10 {
    opacity: 0.1 !important;
  }
  .opacity-lg-20 {
    opacity: 0.2 !important;
  }
  .opacity-lg-30 {
    opacity: 0.3 !important;
  }
  .opacity-lg-40 {
    opacity: 0.4 !important;
  }
  .opacity-lg-50 {
    opacity: 0.5 !important;
  }
  .opacity-lg-60 {
    opacity: 0.6 !important;
  }
  .opacity-lg-70 {
    opacity: 0.7 !important;
  }
  .opacity-lg-80 {
    opacity: 0.8 !important;
  }
  .opacity-lg-90 {
    opacity: 0.9 !important;
  }
  .opacity-lg-100 {
    opacity: 1 !important;
  }
}
@media (min-width: 1200px) {
  .opacity-xl-10 {
    opacity: 0.1 !important;
  }
  .opacity-xl-20 {
    opacity: 0.2 !important;
  }
  .opacity-xl-30 {
    opacity: 0.3 !important;
  }
  .opacity-xl-40 {
    opacity: 0.4 !important;
  }
  .opacity-xl-50 {
    opacity: 0.5 !important;
  }
  .opacity-xl-60 {
    opacity: 0.6 !important;
  }
  .opacity-xl-70 {
    opacity: 0.7 !important;
  }
  .opacity-xl-80 {
    opacity: 0.8 !important;
  }
  .opacity-xl-90 {
    opacity: 0.9 !important;
  }
  .opacity-xl-100 {
    opacity: 1 !important;
  }
}
@media (min-width: 1400px) {
  .opacity-xxl-10 {
    opacity: 0.1 !important;
  }
  .opacity-xxl-20 {
    opacity: 0.2 !important;
  }
  .opacity-xxl-30 {
    opacity: 0.3 !important;
  }
  .opacity-xxl-40 {
    opacity: 0.4 !important;
  }
  .opacity-xxl-50 {
    opacity: 0.5 !important;
  }
  .opacity-xxl-60 {
    opacity: 0.6 !important;
  }
  .opacity-xxl-70 {
    opacity: 0.7 !important;
  }
  .opacity-xxl-80 {
    opacity: 0.8 !important;
  }
  .opacity-xxl-90 {
    opacity: 0.9 !important;
  }
  .opacity-xxl-100 {
    opacity: 1 !important;
  }
}
@media (min-width: 1600px) {
  .opacity-xxxl-10 {
    opacity: 0.1 !important;
  }
  .opacity-xxxl-20 {
    opacity: 0.2 !important;
  }
  .opacity-xxxl-30 {
    opacity: 0.3 !important;
  }
  .opacity-xxxl-40 {
    opacity: 0.4 !important;
  }
  .opacity-xxxl-50 {
    opacity: 0.5 !important;
  }
  .opacity-xxxl-60 {
    opacity: 0.6 !important;
  }
  .opacity-xxxl-70 {
    opacity: 0.7 !important;
  }
  .opacity-xxxl-80 {
    opacity: 0.8 !important;
  }
  .opacity-xxxl-90 {
    opacity: 0.9 !important;
  }
  .opacity-xxxl-100 {
    opacity: 1 !important;
  }
}
@media (min-width: 1900px) {
  .opacity-xxxxl-10 {
    opacity: 0.1 !important;
  }
  .opacity-xxxxl-20 {
    opacity: 0.2 !important;
  }
  .opacity-xxxxl-30 {
    opacity: 0.3 !important;
  }
  .opacity-xxxxl-40 {
    opacity: 0.4 !important;
  }
  .opacity-xxxxl-50 {
    opacity: 0.5 !important;
  }
  .opacity-xxxxl-60 {
    opacity: 0.6 !important;
  }
  .opacity-xxxxl-70 {
    opacity: 0.7 !important;
  }
  .opacity-xxxxl-80 {
    opacity: 0.8 !important;
  }
  .opacity-xxxxl-90 {
    opacity: 0.9 !important;
  }
  .opacity-xxxxl-100 {
    opacity: 1 !important;
  }
}
.border-rounded {
  border-radius: 5px !important;
}

.border-rounded-none {
  border-radius: 0 !important;
}

.border-rounded-xs {
  border-radius: 2px !important;
}

.border-rounded-sm {
  border-radius: 3px !important;
}

.border-rounded-lg {
  border-radius: 10px !important;
}

.border-rounded-xl {
  border-radius: 15px !important;
}

.border-rounded-xxl {
  border-radius: 20px !important;
}

.border-rounded-full {
  border-radius: 50% !important;
}

@media (min-width: 576px) {
  .border-rounded-sm {
    border-radius: 5px !important;
  }
  .border-rounded-sm-none {
    border-radius: 0 !important;
  }
  .border-rounded-sm-xs {
    border-radius: 2px !important;
  }
  .border-rounded-sm-sm {
    border-radius: 3px !important;
  }
  .border-rounded-sm-lg {
    border-radius: 10px !important;
  }
  .border-rounded-sm-xl {
    border-radius: 15px !important;
  }
  .border-rounded-sm-xxl {
    border-radius: 20px !important;
  }
  .border-rounded-sm-full {
    border-radius: 50% !important;
  }
}
@media (min-width: 768px) {
  .border-rounded-md {
    border-radius: 5px !important;
  }
  .border-rounded-md-none {
    border-radius: 0 !important;
  }
  .border-rounded-md-xs {
    border-radius: 2px !important;
  }
  .border-rounded-md-sm {
    border-radius: 3px !important;
  }
  .border-rounded-md-lg {
    border-radius: 10px !important;
  }
  .border-rounded-md-xl {
    border-radius: 15px !important;
  }
  .border-rounded-md-xxl {
    border-radius: 20px !important;
  }
  .border-rounded-md-full {
    border-radius: 50% !important;
  }
}
@media (min-width: 992px) {
  .border-rounded-lg {
    border-radius: 5px !important;
  }
  .border-rounded-lg-none {
    border-radius: 0 !important;
  }
  .border-rounded-lg-xs {
    border-radius: 2px !important;
  }
  .border-rounded-lg-sm {
    border-radius: 3px !important;
  }
  .border-rounded-lg-lg {
    border-radius: 10px !important;
  }
  .border-rounded-lg-xl {
    border-radius: 15px !important;
  }
  .border-rounded-lg-xxl {
    border-radius: 20px !important;
  }
  .border-rounded-lg-full {
    border-radius: 50% !important;
  }
}
@media (min-width: 1200px) {
  .border-rounded-xl {
    border-radius: 5px !important;
  }
  .border-rounded-xl-none {
    border-radius: 0 !important;
  }
  .border-rounded-xl-xs {
    border-radius: 2px !important;
  }
  .border-rounded-xl-sm {
    border-radius: 3px !important;
  }
  .border-rounded-xl-lg {
    border-radius: 10px !important;
  }
  .border-rounded-xl-xl {
    border-radius: 15px !important;
  }
  .border-rounded-xl-xxl {
    border-radius: 20px !important;
  }
  .border-rounded-xl-full {
    border-radius: 50% !important;
  }
}
@media (min-width: 1400px) {
  .border-rounded-xxl {
    border-radius: 5px !important;
  }
  .border-rounded-xxl-none {
    border-radius: 0 !important;
  }
  .border-rounded-xxl-xs {
    border-radius: 2px !important;
  }
  .border-rounded-xxl-sm {
    border-radius: 3px !important;
  }
  .border-rounded-xxl-lg {
    border-radius: 10px !important;
  }
  .border-rounded-xxl-xl {
    border-radius: 15px !important;
  }
  .border-rounded-xxl-xxl {
    border-radius: 20px !important;
  }
  .border-rounded-xxl-full {
    border-radius: 50% !important;
  }
}
@media (min-width: 1600px) {
  .border-rounded-xxxl {
    border-radius: 5px !important;
  }
  .border-rounded-xxxl-none {
    border-radius: 0 !important;
  }
  .border-rounded-xxxl-xs {
    border-radius: 2px !important;
  }
  .border-rounded-xxxl-sm {
    border-radius: 3px !important;
  }
  .border-rounded-xxxl-lg {
    border-radius: 10px !important;
  }
  .border-rounded-xxxl-xl {
    border-radius: 15px !important;
  }
  .border-rounded-xxxl-xxl {
    border-radius: 20px !important;
  }
  .border-rounded-xxxl-full {
    border-radius: 50% !important;
  }
}
@media (min-width: 1900px) {
  .border-rounded-xxxxl {
    border-radius: 5px !important;
  }
  .border-rounded-xxxxl-none {
    border-radius: 0 !important;
  }
  .border-rounded-xxxxl-xs {
    border-radius: 2px !important;
  }
  .border-rounded-xxxxl-sm {
    border-radius: 3px !important;
  }
  .border-rounded-xxxxl-lg {
    border-radius: 10px !important;
  }
  .border-rounded-xxxxl-xl {
    border-radius: 15px !important;
  }
  .border-rounded-xxxxl-xxl {
    border-radius: 20px !important;
  }
  .border-rounded-xxxxl-full {
    border-radius: 50% !important;
  }
}
.display-none {
  display: none !important;
}

.display-block {
  display: block !important;
}

.display-flex {
  display: flex !important;
}

.display-inline {
  display: inline !important;
}

.display-inline-block {
  display: inline-block !important;
}

@media (min-width: 576px) {
  .display-sm-none {
    display: none !important;
  }
  .display-sm-block {
    display: block !important;
  }
  .display-sm-flex {
    display: flex !important;
  }
  .display-sm-inline {
    display: inline !important;
  }
  .display-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) {
  .display-md-none {
    display: none !important;
  }
  .display-md-block {
    display: block !important;
  }
  .display-md-flex {
    display: flex !important;
  }
  .display-md-inline {
    display: inline !important;
  }
  .display-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) {
  .display-lg-none {
    display: none !important;
  }
  .display-lg-block {
    display: block !important;
  }
  .display-lg-flex {
    display: flex !important;
  }
  .display-lg-inline {
    display: inline !important;
  }
  .display-lg-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .display-xl-none {
    display: none !important;
  }
  .display-xl-block {
    display: block !important;
  }
  .display-xl-flex {
    display: flex !important;
  }
  .display-xl-inline {
    display: inline !important;
  }
  .display-xl-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1400px) {
  .display-xxl-none {
    display: none !important;
  }
  .display-xxl-block {
    display: block !important;
  }
  .display-xxl-flex {
    display: flex !important;
  }
  .display-xxl-inline {
    display: inline !important;
  }
  .display-xxl-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1600px) {
  .display-xxxl-none {
    display: none !important;
  }
  .display-xxxl-block {
    display: block !important;
  }
  .display-xxxl-flex {
    display: flex !important;
  }
  .display-xxxl-inline {
    display: inline !important;
  }
  .display-xxxl-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1900px) {
  .display-xxxxl-none {
    display: none !important;
  }
  .display-xxxxl-block {
    display: block !important;
  }
  .display-xxxxl-flex {
    display: flex !important;
  }
  .display-xxxxl-inline {
    display: inline !important;
  }
  .display-xxxxl-inline-block {
    display: inline-block !important;
  }
}
.badge {
  border: 1px solid #f7f7f7;
  padding: 3px 10px;
  border-radius: 5px;
  background-color: #f7f7f7;
  line-height: 1;
  font-weight: 400;
  font-size: 18px;
}

.badge-round {
  border-radius: 150px;
}

.badge-primary {
  background-color: #1A8E42;
  border: 1px solid #1A8E42;
  color: #ffffff;
}

.badge-outline-primary {
  background-color: transparent;
  border: 1px solid #1A8E42;
  color: #1A8E42;
}

.badge-soft-primary {
  background-color: rgb(236.68, 245.96, 239.88);
  border: 1px solid rgb(236.68, 245.96, 239.88);
  color: #1A8E42;
}

.badge-secondary {
  background-color: #1E1C4A;
  border: 1px solid #1E1C4A;
  color: #ffffff;
}

.badge-outline-secondary {
  background-color: transparent;
  border: 1px solid #1E1C4A;
  color: #1E1C4A;
}

.badge-soft-secondary {
  background-color: rgb(237, 236.84, 240.52);
  border: 1px solid rgb(237, 236.84, 240.52);
  color: #1E1C4A;
}

.badge-success {
  background-color: #128807;
  border: 1px solid #128807;
  color: #ffffff;
}

.badge-outline-success {
  background-color: transparent;
  border: 1px solid #128807;
  color: #128807;
}

.badge-soft-success {
  background-color: rgb(236.04, 245.48, 235.16);
  border: 1px solid rgb(236.04, 245.48, 235.16);
  color: #128807;
}

.badge-info {
  background-color: #326de9;
  border: 1px solid #326de9;
  color: #ffffff;
}

.badge-outline-info {
  background-color: transparent;
  border: 1px solid #326de9;
  color: #326de9;
}

.badge-soft-info {
  background-color: rgb(238.6, 243.32, 253.24);
  border: 1px solid rgb(238.6, 243.32, 253.24);
  color: #326de9;
}

.badge-warning {
  background-color: #F89B1F;
  border: 1px solid #F89B1F;
  color: #ffffff;
}

.badge-outline-warning {
  background-color: transparent;
  border: 1px solid #F89B1F;
  color: #F89B1F;
}

.badge-soft-warning {
  background-color: rgb(254.44, 247, 237.08);
  border: 1px solid rgb(254.44, 247, 237.08);
  color: #F89B1F;
}

.badge-danger {
  background-color: #E72328;
  border: 1px solid #E72328;
  color: #ffffff;
}

.badge-outline-danger {
  background-color: transparent;
  border: 1px solid #E72328;
  color: #E72328;
}

.badge-soft-danger {
  background-color: rgb(253.08, 237.4, 237.8);
  border: 1px solid rgb(253.08, 237.4, 237.8);
  color: #E72328;
}

.badge-light {
  background-color: #f0f0f0;
  border: 1px solid #f0f0f0;
  color: #ffffff;
}

.badge-outline-light {
  background-color: transparent;
  border: 1px solid #f0f0f0;
  color: #f0f0f0;
}

.badge-soft-light {
  background-color: rgb(253.8, 253.8, 253.8);
  border: 1px solid rgb(253.8, 253.8, 253.8);
  color: #f0f0f0;
}

.badge-lighter {
  background-color: #f8f8f8;
  border: 1px solid #f8f8f8;
  color: #ffffff;
}

.badge-outline-lighter {
  background-color: transparent;
  border: 1px solid #f8f8f8;
  color: #f8f8f8;
}

.badge-soft-lighter {
  background-color: rgb(254.44, 254.44, 254.44);
  border: 1px solid rgb(254.44, 254.44, 254.44);
  color: #f8f8f8;
}

.badge-dark {
  background-color: #303030;
  border: 1px solid #303030;
  color: #ffffff;
}

.badge-outline-dark {
  background-color: transparent;
  border: 1px solid #303030;
  color: #303030;
}

.badge-soft-dark {
  background-color: rgb(238.44, 238.44, 238.44);
  border: 1px solid rgb(238.44, 238.44, 238.44);
  color: #303030;
}

.badge-black {
  background-color: #111111;
  border: 1px solid #111111;
  color: #ffffff;
}

.badge-outline-black {
  background-color: transparent;
  border: 1px solid #111111;
  color: #111111;
}

.badge-soft-black {
  background-color: rgb(235.96, 235.96, 235.96);
  border: 1px solid rgb(235.96, 235.96, 235.96);
  color: #111111;
}

.badge-white {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #ffffff;
}

.badge-outline-white {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
}

.badge-soft-white {
  background-color: white;
  border: 1px solid white;
  color: #ffffff;
}

.badge-lg {
  padding: 6px 15px;
}

/* ############### Properties - START ############### */
/* ############### Properties - END ############### */
/* ############### Label - START ############### */
.label-tag {
  border: 1px solid #ECEBF8;
  padding: 8px 22px;
  border-radius: 5px;
  text-decoration: none;
  background-color: #f7f7f7;
  line-height: 1.4;
  font-size: 22px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  white-space: nowrap;
  color: #111111;
}
.label-tag img {
  height: 19px;
}
.label-tag i {
  font-size: 19px;
  line-height: 1;
}
.label-tag .close-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  outline: none;
  width: 16px;
  height: 16px;
  color: #E72328;
  background-color: rgb(249, 200, 201.25);
  border-radius: 50%;
  line-height: 1;
}
.label-tag .close-btn i {
  font-size: 15px;
  line-height: 1;
}
.label-tag .close-btn.no-bg {
  background: transparent;
}

/* ############### Label - END ############### */
/* ############### Label - Theme Colors - START ############### */
.label-primary {
  background-color: #1A8E42;
  border: 1px solid #1A8E42;
  color: #ffffff;
}

.label-soft-primary {
  background-color: rgb(236.68, 245.96, 239.88);
  border: 1px solid rgb(236.68, 245.96, 239.88);
  color: #1A8E42;
}

.label-outline-primary {
  background-color: transparent;
  border: 1px solid #1A8E42;
  color: #1A8E42;
}

.label-text-primary {
  color: #1A8E42 !important;
}

.label-secondary {
  background-color: #1E1C4A;
  border: 1px solid #1E1C4A;
  color: #ffffff;
}

.label-soft-secondary {
  background-color: rgb(237, 236.84, 240.52);
  border: 1px solid rgb(237, 236.84, 240.52);
  color: #1E1C4A;
}

.label-outline-secondary {
  background-color: transparent;
  border: 1px solid #1E1C4A;
  color: #1E1C4A;
}

.label-text-secondary {
  color: #1E1C4A !important;
}

.label-success {
  background-color: #128807;
  border: 1px solid #128807;
  color: #ffffff;
}

.label-soft-success {
  background-color: rgb(236.04, 245.48, 235.16);
  border: 1px solid rgb(236.04, 245.48, 235.16);
  color: #128807;
}

.label-outline-success {
  background-color: transparent;
  border: 1px solid #128807;
  color: #128807;
}

.label-text-success {
  color: #128807 !important;
}

.label-info {
  background-color: #326de9;
  border: 1px solid #326de9;
  color: #ffffff;
}

.label-soft-info {
  background-color: rgb(238.6, 243.32, 253.24);
  border: 1px solid rgb(238.6, 243.32, 253.24);
  color: #326de9;
}

.label-outline-info {
  background-color: transparent;
  border: 1px solid #326de9;
  color: #326de9;
}

.label-text-info {
  color: #326de9 !important;
}

.label-warning {
  background-color: #F89B1F;
  border: 1px solid #F89B1F;
  color: #ffffff;
}

.label-soft-warning {
  background-color: rgb(254.44, 247, 237.08);
  border: 1px solid rgb(254.44, 247, 237.08);
  color: #F89B1F;
}

.label-outline-warning {
  background-color: transparent;
  border: 1px solid #F89B1F;
  color: #F89B1F;
}

.label-text-warning {
  color: #F89B1F !important;
}

.label-danger {
  background-color: #E72328;
  border: 1px solid #E72328;
  color: #ffffff;
}

.label-soft-danger {
  background-color: rgb(253.08, 237.4, 237.8);
  border: 1px solid rgb(253.08, 237.4, 237.8);
  color: #E72328;
}

.label-outline-danger {
  background-color: transparent;
  border: 1px solid #E72328;
  color: #E72328;
}

.label-text-danger {
  color: #E72328 !important;
}

.label-light {
  background-color: #f0f0f0;
  border: 1px solid #f0f0f0;
  color: #ffffff;
}

.label-soft-light {
  background-color: rgb(253.8, 253.8, 253.8);
  border: 1px solid rgb(253.8, 253.8, 253.8);
  color: #f0f0f0;
}

.label-outline-light {
  background-color: transparent;
  border: 1px solid #f0f0f0;
  color: #f0f0f0;
}

.label-text-light {
  color: #f0f0f0 !important;
}

.label-lighter {
  background-color: #f8f8f8;
  border: 1px solid #f8f8f8;
  color: #ffffff;
}

.label-soft-lighter {
  background-color: rgb(254.44, 254.44, 254.44);
  border: 1px solid rgb(254.44, 254.44, 254.44);
  color: #f8f8f8;
}

.label-outline-lighter {
  background-color: transparent;
  border: 1px solid #f8f8f8;
  color: #f8f8f8;
}

.label-text-lighter {
  color: #f8f8f8 !important;
}

.label-dark {
  background-color: #303030;
  border: 1px solid #303030;
  color: #ffffff;
}

.label-soft-dark {
  background-color: rgb(238.44, 238.44, 238.44);
  border: 1px solid rgb(238.44, 238.44, 238.44);
  color: #303030;
}

.label-outline-dark {
  background-color: transparent;
  border: 1px solid #303030;
  color: #303030;
}

.label-text-dark {
  color: #303030 !important;
}

.label-black {
  background-color: #111111;
  border: 1px solid #111111;
  color: #ffffff;
}

.label-soft-black {
  background-color: rgb(235.96, 235.96, 235.96);
  border: 1px solid rgb(235.96, 235.96, 235.96);
  color: #111111;
}

.label-outline-black {
  background-color: transparent;
  border: 1px solid #111111;
  color: #111111;
}

.label-text-black {
  color: #111111 !important;
}

.label-white {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #ffffff;
}

.label-soft-white {
  background-color: white;
  border: 1px solid white;
  color: #ffffff;
}

.label-outline-white {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
}

.label-text-white {
  color: #ffffff !important;
}

/* ############### Label - Theme Colors - END ############### */
.label-white, .label-light, .label-outline-light, .label-soft-light {
  color: #111111;
}

.label-with-border {
  border-color: #ECEBF8;
}

/* ############### Label - Sizes - START ############### */
.label-xs {
  padding: 3px 10px;
  font-size: 18px;
  min-height: 20px;
}
.label-xs img {
  max-height: 18px !important;
}
.label-xs i {
  font-size: 18px !important;
  line-height: 1;
}

.label-sm {
  padding: 6px 15px;
  font-size: 20px;
  min-height: 30px;
}
.label-sm img {
  max-height: 20px !important;
}
.label-sm i {
  font-size: 20px !important;
  line-height: 1;
}

.label-lg {
  padding: 12px 30px;
  font-size: 25px;
  min-height: 55px;
}
.label-lg img {
  max-height: 29px !important;
}
.label-lg i {
  font-size: 29px !important;
  line-height: 1;
}

/* ############### Label - Sizes - END ############### */
/* ############### Label - Icons - START ############### */
.label-icon {
  padding: 0;
  height: 44px;
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.label-icon img {
  height: 19px;
}
.label-icon i {
  font-size: 19px;
  line-height: 1;
}
.label-icon.label-xs {
  padding: 0;
  height: 20px;
  width: 20px;
}
.label-icon.label-xs img {
  max-height: 18px !important;
}
.label-icon.label-xs i {
  font-size: 18px !important;
  line-height: 1;
}
.label-icon.label-sm {
  padding: 0;
  height: 30px;
  width: 30px;
}
.label-icon.label-sm img {
  max-height: 20px !important;
}
.label-icon.label-sm i {
  font-size: 20px !important;
  line-height: 1;
}
.label-icon.label-lg {
  padding: 0;
  height: 55px;
  width: 55px;
  font-size: 24px;
}
.label-icon.label-lg img {
  max-height: 29px !important;
}
.label-icon.label-lg i {
  font-size: 29px !important;
  line-height: 1;
}

/* ############### Label - Icons - END ############### */
/* ############### Label Round & Circle - START ############### */
.label-tag.label-round {
  border-radius: 150px;
}
.label-tag.label-circle {
  border-radius: 50%;
}

/* ############### Label Round & Circle - END ############### */
.shadow-sm {
  box-shadow: 0 3px 6px 4px rgba(140, 152, 164, 0.06) !important;
}

.shadow {
  box-shadow: 0 5px 10px 3px rgba(140, 152, 164, 0.09) !important;
}

.shadow-lg {
  box-shadow: 0 10px 12px 5px rgba(140, 152, 164, 0.08) !important;
}

.drop-shadow-sm {
  box-shadow: 0 3px 6px 4px rgba(140, 152, 164, 0.06) !important;
}

.drop-shadow {
  box-shadow: 0 5px 10px 3px rgba(140, 152, 164, 0.09) !important;
}

.drop-shadow-lg {
  box-shadow: 0 10px 12px 5px rgba(140, 152, 164, 0.08) !important;
}

.card-shadow-sm {
  box-shadow: 0 3px 6px 4px rgba(140, 152, 164, 0.06) !important;
}

.card-shadow {
  box-shadow: 0 5px 10px 3px rgba(140, 152, 164, 0.09) !important;
}

.card-shadow-lg {
  box-shadow: 0 10px 12px 5px rgba(140, 152, 164, 0.08) !important;
}

/* ################################### Default - START ################################### */
.border {
  border: 1px solid #ECEBF8 !important;
}

.border-top {
  border-top: 1px solid #ECEBF8 !important;
}

.border-right {
  border-right: 1px solid #ECEBF8 !important;
}

.border-bottom {
  border-bottom: 1px solid #ECEBF8 !important;
}

.border-left {
  border-left: 1px solid #ECEBF8 !important;
}

.border-0 {
  border: 0px solid #ECEBF8 !important;
}

.border-top-0 {
  border-top: 0px solid #ECEBF8 !important;
}

.border-right-0 {
  border-right: 0px solid #ECEBF8 !important;
}

.border-bottom-0 {
  border-bottom: 0px solid #ECEBF8 !important;
}

.border-left-0 {
  border-left: 0px solid #ECEBF8 !important;
}

.border-1 {
  border: 1px solid #ECEBF8 !important;
}

.border-top-1 {
  border-top: 1px solid #ECEBF8 !important;
}

.border-right-1 {
  border-right: 1px solid #ECEBF8 !important;
}

.border-bottom-1 {
  border-bottom: 1px solid #ECEBF8 !important;
}

.border-left-1 {
  border-left: 1px solid #ECEBF8 !important;
}

.border-2 {
  border: 2px solid #ECEBF8 !important;
}

.border-top-2 {
  border-top: 2px solid #ECEBF8 !important;
}

.border-right-2 {
  border-right: 2px solid #ECEBF8 !important;
}

.border-bottom-2 {
  border-bottom: 2px solid #ECEBF8 !important;
}

.border-left-2 {
  border-left: 2px solid #ECEBF8 !important;
}

.border-3 {
  border: 3px solid #ECEBF8 !important;
}

.border-top-3 {
  border-top: 3px solid #ECEBF8 !important;
}

.border-right-3 {
  border-right: 3px solid #ECEBF8 !important;
}

.border-bottom-3 {
  border-bottom: 3px solid #ECEBF8 !important;
}

.border-left-3 {
  border-left: 3px solid #ECEBF8 !important;
}

.border-4 {
  border: 4px solid #ECEBF8 !important;
}

.border-top-4 {
  border-top: 4px solid #ECEBF8 !important;
}

.border-right-4 {
  border-right: 4px solid #ECEBF8 !important;
}

.border-bottom-4 {
  border-bottom: 4px solid #ECEBF8 !important;
}

.border-left-4 {
  border-left: 4px solid #ECEBF8 !important;
}

.border-5 {
  border: 5px solid #ECEBF8 !important;
}

.border-top-5 {
  border-top: 5px solid #ECEBF8 !important;
}

.border-right-5 {
  border-right: 5px solid #ECEBF8 !important;
}

.border-bottom-5 {
  border-bottom: 5px solid #ECEBF8 !important;
}

.border-left-5 {
  border-left: 5px solid #ECEBF8 !important;
}

.border-6 {
  border: 6px solid #ECEBF8 !important;
}

.border-top-6 {
  border-top: 6px solid #ECEBF8 !important;
}

.border-right-6 {
  border-right: 6px solid #ECEBF8 !important;
}

.border-bottom-6 {
  border-bottom: 6px solid #ECEBF8 !important;
}

.border-left-6 {
  border-left: 6px solid #ECEBF8 !important;
}

.border-7 {
  border: 7px solid #ECEBF8 !important;
}

.border-top-7 {
  border-top: 7px solid #ECEBF8 !important;
}

.border-right-7 {
  border-right: 7px solid #ECEBF8 !important;
}

.border-bottom-7 {
  border-bottom: 7px solid #ECEBF8 !important;
}

.border-left-7 {
  border-left: 7px solid #ECEBF8 !important;
}

.border-8 {
  border: 8px solid #ECEBF8 !important;
}

.border-top-8 {
  border-top: 8px solid #ECEBF8 !important;
}

.border-right-8 {
  border-right: 8px solid #ECEBF8 !important;
}

.border-bottom-8 {
  border-bottom: 8px solid #ECEBF8 !important;
}

.border-left-8 {
  border-left: 8px solid #ECEBF8 !important;
}

.border-9 {
  border: 9px solid #ECEBF8 !important;
}

.border-top-9 {
  border-top: 9px solid #ECEBF8 !important;
}

.border-right-9 {
  border-right: 9px solid #ECEBF8 !important;
}

.border-bottom-9 {
  border-bottom: 9px solid #ECEBF8 !important;
}

.border-left-9 {
  border-left: 9px solid #ECEBF8 !important;
}

.border-10 {
  border: 10px solid #ECEBF8 !important;
}

.border-top-10 {
  border-top: 10px solid #ECEBF8 !important;
}

.border-right-10 {
  border-right: 10px solid #ECEBF8 !important;
}

.border-bottom-10 {
  border-bottom: 10px solid #ECEBF8 !important;
}

.border-left-10 {
  border-left: 10px solid #ECEBF8 !important;
}

.border-11 {
  border: 11px solid #ECEBF8 !important;
}

.border-top-11 {
  border-top: 11px solid #ECEBF8 !important;
}

.border-right-11 {
  border-right: 11px solid #ECEBF8 !important;
}

.border-bottom-11 {
  border-bottom: 11px solid #ECEBF8 !important;
}

.border-left-11 {
  border-left: 11px solid #ECEBF8 !important;
}

.border-12 {
  border: 12px solid #ECEBF8 !important;
}

.border-top-12 {
  border-top: 12px solid #ECEBF8 !important;
}

.border-right-12 {
  border-right: 12px solid #ECEBF8 !important;
}

.border-bottom-12 {
  border-bottom: 12px solid #ECEBF8 !important;
}

.border-left-12 {
  border-left: 12px solid #ECEBF8 !important;
}

.border-13 {
  border: 13px solid #ECEBF8 !important;
}

.border-top-13 {
  border-top: 13px solid #ECEBF8 !important;
}

.border-right-13 {
  border-right: 13px solid #ECEBF8 !important;
}

.border-bottom-13 {
  border-bottom: 13px solid #ECEBF8 !important;
}

.border-left-13 {
  border-left: 13px solid #ECEBF8 !important;
}

.border-14 {
  border: 14px solid #ECEBF8 !important;
}

.border-top-14 {
  border-top: 14px solid #ECEBF8 !important;
}

.border-right-14 {
  border-right: 14px solid #ECEBF8 !important;
}

.border-bottom-14 {
  border-bottom: 14px solid #ECEBF8 !important;
}

.border-left-14 {
  border-left: 14px solid #ECEBF8 !important;
}

.border-15 {
  border: 15px solid #ECEBF8 !important;
}

.border-top-15 {
  border-top: 15px solid #ECEBF8 !important;
}

.border-right-15 {
  border-right: 15px solid #ECEBF8 !important;
}

.border-bottom-15 {
  border-bottom: 15px solid #ECEBF8 !important;
}

.border-left-15 {
  border-left: 15px solid #ECEBF8 !important;
}

/* ############### SM - START ############### */
@media (min-width: 576px) {
  .border-sm {
    border: 1px solid #ECEBF8 !important;
  }
  .border-sm-top {
    border-top: 1px solid #ECEBF8 !important;
  }
  .border-sm-right {
    border-right: 1px solid #ECEBF8 !important;
  }
  .border-sm-bottom {
    border-bottom: 1px solid #ECEBF8 !important;
  }
  .border-sm-left {
    border-left: 1px solid #ECEBF8 !important;
  }
  .border-sm-0 {
    border: 0px solid #ECEBF8 !important;
  }
  .border-top-sm-0 {
    border-top: 0px solid #ECEBF8 !important;
  }
  .border-right-sm-0 {
    border-right: 0px solid #ECEBF8 !important;
  }
  .border-bottom-sm-0 {
    border-bottom: 0px solid #ECEBF8 !important;
  }
  .border-left-sm-0 {
    border-left: 0px solid #ECEBF8 !important;
  }
  .border-sm-1 {
    border: 1px solid #ECEBF8 !important;
  }
  .border-top-sm-1 {
    border-top: 1px solid #ECEBF8 !important;
  }
  .border-right-sm-1 {
    border-right: 1px solid #ECEBF8 !important;
  }
  .border-bottom-sm-1 {
    border-bottom: 1px solid #ECEBF8 !important;
  }
  .border-left-sm-1 {
    border-left: 1px solid #ECEBF8 !important;
  }
  .border-sm-2 {
    border: 2px solid #ECEBF8 !important;
  }
  .border-top-sm-2 {
    border-top: 2px solid #ECEBF8 !important;
  }
  .border-right-sm-2 {
    border-right: 2px solid #ECEBF8 !important;
  }
  .border-bottom-sm-2 {
    border-bottom: 2px solid #ECEBF8 !important;
  }
  .border-left-sm-2 {
    border-left: 2px solid #ECEBF8 !important;
  }
  .border-sm-3 {
    border: 3px solid #ECEBF8 !important;
  }
  .border-top-sm-3 {
    border-top: 3px solid #ECEBF8 !important;
  }
  .border-right-sm-3 {
    border-right: 3px solid #ECEBF8 !important;
  }
  .border-bottom-sm-3 {
    border-bottom: 3px solid #ECEBF8 !important;
  }
  .border-left-sm-3 {
    border-left: 3px solid #ECEBF8 !important;
  }
  .border-sm-4 {
    border: 4px solid #ECEBF8 !important;
  }
  .border-top-sm-4 {
    border-top: 4px solid #ECEBF8 !important;
  }
  .border-right-sm-4 {
    border-right: 4px solid #ECEBF8 !important;
  }
  .border-bottom-sm-4 {
    border-bottom: 4px solid #ECEBF8 !important;
  }
  .border-left-sm-4 {
    border-left: 4px solid #ECEBF8 !important;
  }
  .border-sm-5 {
    border: 5px solid #ECEBF8 !important;
  }
  .border-top-sm-5 {
    border-top: 5px solid #ECEBF8 !important;
  }
  .border-right-sm-5 {
    border-right: 5px solid #ECEBF8 !important;
  }
  .border-bottom-sm-5 {
    border-bottom: 5px solid #ECEBF8 !important;
  }
  .border-left-sm-5 {
    border-left: 5px solid #ECEBF8 !important;
  }
  .border-sm-6 {
    border: 6px solid #ECEBF8 !important;
  }
  .border-top-sm-6 {
    border-top: 6px solid #ECEBF8 !important;
  }
  .border-right-sm-6 {
    border-right: 6px solid #ECEBF8 !important;
  }
  .border-bottom-sm-6 {
    border-bottom: 6px solid #ECEBF8 !important;
  }
  .border-left-sm-6 {
    border-left: 6px solid #ECEBF8 !important;
  }
  .border-sm-7 {
    border: 7px solid #ECEBF8 !important;
  }
  .border-top-sm-7 {
    border-top: 7px solid #ECEBF8 !important;
  }
  .border-right-sm-7 {
    border-right: 7px solid #ECEBF8 !important;
  }
  .border-bottom-sm-7 {
    border-bottom: 7px solid #ECEBF8 !important;
  }
  .border-left-sm-7 {
    border-left: 7px solid #ECEBF8 !important;
  }
  .border-sm-8 {
    border: 8px solid #ECEBF8 !important;
  }
  .border-top-sm-8 {
    border-top: 8px solid #ECEBF8 !important;
  }
  .border-right-sm-8 {
    border-right: 8px solid #ECEBF8 !important;
  }
  .border-bottom-sm-8 {
    border-bottom: 8px solid #ECEBF8 !important;
  }
  .border-left-sm-8 {
    border-left: 8px solid #ECEBF8 !important;
  }
  .border-sm-9 {
    border: 9px solid #ECEBF8 !important;
  }
  .border-top-sm-9 {
    border-top: 9px solid #ECEBF8 !important;
  }
  .border-right-sm-9 {
    border-right: 9px solid #ECEBF8 !important;
  }
  .border-bottom-sm-9 {
    border-bottom: 9px solid #ECEBF8 !important;
  }
  .border-left-sm-9 {
    border-left: 9px solid #ECEBF8 !important;
  }
  .border-sm-10 {
    border: 10px solid #ECEBF8 !important;
  }
  .border-top-sm-10 {
    border-top: 10px solid #ECEBF8 !important;
  }
  .border-right-sm-10 {
    border-right: 10px solid #ECEBF8 !important;
  }
  .border-bottom-sm-10 {
    border-bottom: 10px solid #ECEBF8 !important;
  }
  .border-left-sm-10 {
    border-left: 10px solid #ECEBF8 !important;
  }
  .border-sm-11 {
    border: 11px solid #ECEBF8 !important;
  }
  .border-top-sm-11 {
    border-top: 11px solid #ECEBF8 !important;
  }
  .border-right-sm-11 {
    border-right: 11px solid #ECEBF8 !important;
  }
  .border-bottom-sm-11 {
    border-bottom: 11px solid #ECEBF8 !important;
  }
  .border-left-sm-11 {
    border-left: 11px solid #ECEBF8 !important;
  }
  .border-sm-12 {
    border: 12px solid #ECEBF8 !important;
  }
  .border-top-sm-12 {
    border-top: 12px solid #ECEBF8 !important;
  }
  .border-right-sm-12 {
    border-right: 12px solid #ECEBF8 !important;
  }
  .border-bottom-sm-12 {
    border-bottom: 12px solid #ECEBF8 !important;
  }
  .border-left-sm-12 {
    border-left: 12px solid #ECEBF8 !important;
  }
  .border-sm-13 {
    border: 13px solid #ECEBF8 !important;
  }
  .border-top-sm-13 {
    border-top: 13px solid #ECEBF8 !important;
  }
  .border-right-sm-13 {
    border-right: 13px solid #ECEBF8 !important;
  }
  .border-bottom-sm-13 {
    border-bottom: 13px solid #ECEBF8 !important;
  }
  .border-left-sm-13 {
    border-left: 13px solid #ECEBF8 !important;
  }
  .border-sm-14 {
    border: 14px solid #ECEBF8 !important;
  }
  .border-top-sm-14 {
    border-top: 14px solid #ECEBF8 !important;
  }
  .border-right-sm-14 {
    border-right: 14px solid #ECEBF8 !important;
  }
  .border-bottom-sm-14 {
    border-bottom: 14px solid #ECEBF8 !important;
  }
  .border-left-sm-14 {
    border-left: 14px solid #ECEBF8 !important;
  }
  .border-sm-15 {
    border: 15px solid #ECEBF8 !important;
  }
  .border-top-sm-15 {
    border-top: 15px solid #ECEBF8 !important;
  }
  .border-right-sm-15 {
    border-right: 15px solid #ECEBF8 !important;
  }
  .border-bottom-sm-15 {
    border-bottom: 15px solid #ECEBF8 !important;
  }
  .border-left-sm-15 {
    border-left: 15px solid #ECEBF8 !important;
  }
}
/* ############### SM - START ############### */
/* ############### MD - START ############### */
@media (min-width: 768px) {
  .border-md {
    border: 1px solid #ECEBF8 !important;
  }
  .border-md-top {
    border-top: 1px solid #ECEBF8 !important;
  }
  .border-md-right {
    border-right: 1px solid #ECEBF8 !important;
  }
  .border-md-bottom {
    border-bottom: 1px solid #ECEBF8 !important;
  }
  .border-md-left {
    border-left: 1px solid #ECEBF8 !important;
  }
  .border-md-0 {
    border: 0px solid #ECEBF8 !important;
  }
  .border-top-md-0 {
    border-top: 0px solid #ECEBF8 !important;
  }
  .border-right-md-0 {
    border-right: 0px solid #ECEBF8 !important;
  }
  .border-bottom-md-0 {
    border-bottom: 0px solid #ECEBF8 !important;
  }
  .border-left-md-0 {
    border-left: 0px solid #ECEBF8 !important;
  }
  .border-md-1 {
    border: 1px solid #ECEBF8 !important;
  }
  .border-top-md-1 {
    border-top: 1px solid #ECEBF8 !important;
  }
  .border-right-md-1 {
    border-right: 1px solid #ECEBF8 !important;
  }
  .border-bottom-md-1 {
    border-bottom: 1px solid #ECEBF8 !important;
  }
  .border-left-md-1 {
    border-left: 1px solid #ECEBF8 !important;
  }
  .border-md-2 {
    border: 2px solid #ECEBF8 !important;
  }
  .border-top-md-2 {
    border-top: 2px solid #ECEBF8 !important;
  }
  .border-right-md-2 {
    border-right: 2px solid #ECEBF8 !important;
  }
  .border-bottom-md-2 {
    border-bottom: 2px solid #ECEBF8 !important;
  }
  .border-left-md-2 {
    border-left: 2px solid #ECEBF8 !important;
  }
  .border-md-3 {
    border: 3px solid #ECEBF8 !important;
  }
  .border-top-md-3 {
    border-top: 3px solid #ECEBF8 !important;
  }
  .border-right-md-3 {
    border-right: 3px solid #ECEBF8 !important;
  }
  .border-bottom-md-3 {
    border-bottom: 3px solid #ECEBF8 !important;
  }
  .border-left-md-3 {
    border-left: 3px solid #ECEBF8 !important;
  }
  .border-md-4 {
    border: 4px solid #ECEBF8 !important;
  }
  .border-top-md-4 {
    border-top: 4px solid #ECEBF8 !important;
  }
  .border-right-md-4 {
    border-right: 4px solid #ECEBF8 !important;
  }
  .border-bottom-md-4 {
    border-bottom: 4px solid #ECEBF8 !important;
  }
  .border-left-md-4 {
    border-left: 4px solid #ECEBF8 !important;
  }
  .border-md-5 {
    border: 5px solid #ECEBF8 !important;
  }
  .border-top-md-5 {
    border-top: 5px solid #ECEBF8 !important;
  }
  .border-right-md-5 {
    border-right: 5px solid #ECEBF8 !important;
  }
  .border-bottom-md-5 {
    border-bottom: 5px solid #ECEBF8 !important;
  }
  .border-left-md-5 {
    border-left: 5px solid #ECEBF8 !important;
  }
  .border-md-6 {
    border: 6px solid #ECEBF8 !important;
  }
  .border-top-md-6 {
    border-top: 6px solid #ECEBF8 !important;
  }
  .border-right-md-6 {
    border-right: 6px solid #ECEBF8 !important;
  }
  .border-bottom-md-6 {
    border-bottom: 6px solid #ECEBF8 !important;
  }
  .border-left-md-6 {
    border-left: 6px solid #ECEBF8 !important;
  }
  .border-md-7 {
    border: 7px solid #ECEBF8 !important;
  }
  .border-top-md-7 {
    border-top: 7px solid #ECEBF8 !important;
  }
  .border-right-md-7 {
    border-right: 7px solid #ECEBF8 !important;
  }
  .border-bottom-md-7 {
    border-bottom: 7px solid #ECEBF8 !important;
  }
  .border-left-md-7 {
    border-left: 7px solid #ECEBF8 !important;
  }
  .border-md-8 {
    border: 8px solid #ECEBF8 !important;
  }
  .border-top-md-8 {
    border-top: 8px solid #ECEBF8 !important;
  }
  .border-right-md-8 {
    border-right: 8px solid #ECEBF8 !important;
  }
  .border-bottom-md-8 {
    border-bottom: 8px solid #ECEBF8 !important;
  }
  .border-left-md-8 {
    border-left: 8px solid #ECEBF8 !important;
  }
  .border-md-9 {
    border: 9px solid #ECEBF8 !important;
  }
  .border-top-md-9 {
    border-top: 9px solid #ECEBF8 !important;
  }
  .border-right-md-9 {
    border-right: 9px solid #ECEBF8 !important;
  }
  .border-bottom-md-9 {
    border-bottom: 9px solid #ECEBF8 !important;
  }
  .border-left-md-9 {
    border-left: 9px solid #ECEBF8 !important;
  }
  .border-md-10 {
    border: 10px solid #ECEBF8 !important;
  }
  .border-top-md-10 {
    border-top: 10px solid #ECEBF8 !important;
  }
  .border-right-md-10 {
    border-right: 10px solid #ECEBF8 !important;
  }
  .border-bottom-md-10 {
    border-bottom: 10px solid #ECEBF8 !important;
  }
  .border-left-md-10 {
    border-left: 10px solid #ECEBF8 !important;
  }
  .border-md-11 {
    border: 11px solid #ECEBF8 !important;
  }
  .border-top-md-11 {
    border-top: 11px solid #ECEBF8 !important;
  }
  .border-right-md-11 {
    border-right: 11px solid #ECEBF8 !important;
  }
  .border-bottom-md-11 {
    border-bottom: 11px solid #ECEBF8 !important;
  }
  .border-left-md-11 {
    border-left: 11px solid #ECEBF8 !important;
  }
  .border-md-12 {
    border: 12px solid #ECEBF8 !important;
  }
  .border-top-md-12 {
    border-top: 12px solid #ECEBF8 !important;
  }
  .border-right-md-12 {
    border-right: 12px solid #ECEBF8 !important;
  }
  .border-bottom-md-12 {
    border-bottom: 12px solid #ECEBF8 !important;
  }
  .border-left-md-12 {
    border-left: 12px solid #ECEBF8 !important;
  }
  .border-md-13 {
    border: 13px solid #ECEBF8 !important;
  }
  .border-top-md-13 {
    border-top: 13px solid #ECEBF8 !important;
  }
  .border-right-md-13 {
    border-right: 13px solid #ECEBF8 !important;
  }
  .border-bottom-md-13 {
    border-bottom: 13px solid #ECEBF8 !important;
  }
  .border-left-md-13 {
    border-left: 13px solid #ECEBF8 !important;
  }
  .border-md-14 {
    border: 14px solid #ECEBF8 !important;
  }
  .border-top-md-14 {
    border-top: 14px solid #ECEBF8 !important;
  }
  .border-right-md-14 {
    border-right: 14px solid #ECEBF8 !important;
  }
  .border-bottom-md-14 {
    border-bottom: 14px solid #ECEBF8 !important;
  }
  .border-left-md-14 {
    border-left: 14px solid #ECEBF8 !important;
  }
  .border-md-15 {
    border: 15px solid #ECEBF8 !important;
  }
  .border-top-md-15 {
    border-top: 15px solid #ECEBF8 !important;
  }
  .border-right-md-15 {
    border-right: 15px solid #ECEBF8 !important;
  }
  .border-bottom-md-15 {
    border-bottom: 15px solid #ECEBF8 !important;
  }
  .border-left-md-15 {
    border-left: 15px solid #ECEBF8 !important;
  }
}
/* ############### MD - START ############### */
/* ############### LG - START ############### */
@media (min-width: 992px) {
  .border-lg {
    border: 1px solid #ECEBF8 !important;
  }
  .border-lg-top {
    border-top: 1px solid #ECEBF8 !important;
  }
  .border-lg-right {
    border-right: 1px solid #ECEBF8 !important;
  }
  .border-lg-bottom {
    border-bottom: 1px solid #ECEBF8 !important;
  }
  .border-lg-left {
    border-left: 1px solid #ECEBF8 !important;
  }
  .border-lg-0 {
    border: 0px solid #ECEBF8 !important;
  }
  .border-top-lg-0 {
    border-top: 0px solid #ECEBF8 !important;
  }
  .border-right-lg-0 {
    border-right: 0px solid #ECEBF8 !important;
  }
  .border-bottom-lg-0 {
    border-bottom: 0px solid #ECEBF8 !important;
  }
  .border-left-lg-0 {
    border-left: 0px solid #ECEBF8 !important;
  }
  .border-lg-1 {
    border: 1px solid #ECEBF8 !important;
  }
  .border-top-lg-1 {
    border-top: 1px solid #ECEBF8 !important;
  }
  .border-right-lg-1 {
    border-right: 1px solid #ECEBF8 !important;
  }
  .border-bottom-lg-1 {
    border-bottom: 1px solid #ECEBF8 !important;
  }
  .border-left-lg-1 {
    border-left: 1px solid #ECEBF8 !important;
  }
  .border-lg-2 {
    border: 2px solid #ECEBF8 !important;
  }
  .border-top-lg-2 {
    border-top: 2px solid #ECEBF8 !important;
  }
  .border-right-lg-2 {
    border-right: 2px solid #ECEBF8 !important;
  }
  .border-bottom-lg-2 {
    border-bottom: 2px solid #ECEBF8 !important;
  }
  .border-left-lg-2 {
    border-left: 2px solid #ECEBF8 !important;
  }
  .border-lg-3 {
    border: 3px solid #ECEBF8 !important;
  }
  .border-top-lg-3 {
    border-top: 3px solid #ECEBF8 !important;
  }
  .border-right-lg-3 {
    border-right: 3px solid #ECEBF8 !important;
  }
  .border-bottom-lg-3 {
    border-bottom: 3px solid #ECEBF8 !important;
  }
  .border-left-lg-3 {
    border-left: 3px solid #ECEBF8 !important;
  }
  .border-lg-4 {
    border: 4px solid #ECEBF8 !important;
  }
  .border-top-lg-4 {
    border-top: 4px solid #ECEBF8 !important;
  }
  .border-right-lg-4 {
    border-right: 4px solid #ECEBF8 !important;
  }
  .border-bottom-lg-4 {
    border-bottom: 4px solid #ECEBF8 !important;
  }
  .border-left-lg-4 {
    border-left: 4px solid #ECEBF8 !important;
  }
  .border-lg-5 {
    border: 5px solid #ECEBF8 !important;
  }
  .border-top-lg-5 {
    border-top: 5px solid #ECEBF8 !important;
  }
  .border-right-lg-5 {
    border-right: 5px solid #ECEBF8 !important;
  }
  .border-bottom-lg-5 {
    border-bottom: 5px solid #ECEBF8 !important;
  }
  .border-left-lg-5 {
    border-left: 5px solid #ECEBF8 !important;
  }
  .border-lg-6 {
    border: 6px solid #ECEBF8 !important;
  }
  .border-top-lg-6 {
    border-top: 6px solid #ECEBF8 !important;
  }
  .border-right-lg-6 {
    border-right: 6px solid #ECEBF8 !important;
  }
  .border-bottom-lg-6 {
    border-bottom: 6px solid #ECEBF8 !important;
  }
  .border-left-lg-6 {
    border-left: 6px solid #ECEBF8 !important;
  }
  .border-lg-7 {
    border: 7px solid #ECEBF8 !important;
  }
  .border-top-lg-7 {
    border-top: 7px solid #ECEBF8 !important;
  }
  .border-right-lg-7 {
    border-right: 7px solid #ECEBF8 !important;
  }
  .border-bottom-lg-7 {
    border-bottom: 7px solid #ECEBF8 !important;
  }
  .border-left-lg-7 {
    border-left: 7px solid #ECEBF8 !important;
  }
  .border-lg-8 {
    border: 8px solid #ECEBF8 !important;
  }
  .border-top-lg-8 {
    border-top: 8px solid #ECEBF8 !important;
  }
  .border-right-lg-8 {
    border-right: 8px solid #ECEBF8 !important;
  }
  .border-bottom-lg-8 {
    border-bottom: 8px solid #ECEBF8 !important;
  }
  .border-left-lg-8 {
    border-left: 8px solid #ECEBF8 !important;
  }
  .border-lg-9 {
    border: 9px solid #ECEBF8 !important;
  }
  .border-top-lg-9 {
    border-top: 9px solid #ECEBF8 !important;
  }
  .border-right-lg-9 {
    border-right: 9px solid #ECEBF8 !important;
  }
  .border-bottom-lg-9 {
    border-bottom: 9px solid #ECEBF8 !important;
  }
  .border-left-lg-9 {
    border-left: 9px solid #ECEBF8 !important;
  }
  .border-lg-10 {
    border: 10px solid #ECEBF8 !important;
  }
  .border-top-lg-10 {
    border-top: 10px solid #ECEBF8 !important;
  }
  .border-right-lg-10 {
    border-right: 10px solid #ECEBF8 !important;
  }
  .border-bottom-lg-10 {
    border-bottom: 10px solid #ECEBF8 !important;
  }
  .border-left-lg-10 {
    border-left: 10px solid #ECEBF8 !important;
  }
  .border-lg-11 {
    border: 11px solid #ECEBF8 !important;
  }
  .border-top-lg-11 {
    border-top: 11px solid #ECEBF8 !important;
  }
  .border-right-lg-11 {
    border-right: 11px solid #ECEBF8 !important;
  }
  .border-bottom-lg-11 {
    border-bottom: 11px solid #ECEBF8 !important;
  }
  .border-left-lg-11 {
    border-left: 11px solid #ECEBF8 !important;
  }
  .border-lg-12 {
    border: 12px solid #ECEBF8 !important;
  }
  .border-top-lg-12 {
    border-top: 12px solid #ECEBF8 !important;
  }
  .border-right-lg-12 {
    border-right: 12px solid #ECEBF8 !important;
  }
  .border-bottom-lg-12 {
    border-bottom: 12px solid #ECEBF8 !important;
  }
  .border-left-lg-12 {
    border-left: 12px solid #ECEBF8 !important;
  }
  .border-lg-13 {
    border: 13px solid #ECEBF8 !important;
  }
  .border-top-lg-13 {
    border-top: 13px solid #ECEBF8 !important;
  }
  .border-right-lg-13 {
    border-right: 13px solid #ECEBF8 !important;
  }
  .border-bottom-lg-13 {
    border-bottom: 13px solid #ECEBF8 !important;
  }
  .border-left-lg-13 {
    border-left: 13px solid #ECEBF8 !important;
  }
  .border-lg-14 {
    border: 14px solid #ECEBF8 !important;
  }
  .border-top-lg-14 {
    border-top: 14px solid #ECEBF8 !important;
  }
  .border-right-lg-14 {
    border-right: 14px solid #ECEBF8 !important;
  }
  .border-bottom-lg-14 {
    border-bottom: 14px solid #ECEBF8 !important;
  }
  .border-left-lg-14 {
    border-left: 14px solid #ECEBF8 !important;
  }
  .border-lg-15 {
    border: 15px solid #ECEBF8 !important;
  }
  .border-top-lg-15 {
    border-top: 15px solid #ECEBF8 !important;
  }
  .border-right-lg-15 {
    border-right: 15px solid #ECEBF8 !important;
  }
  .border-bottom-lg-15 {
    border-bottom: 15px solid #ECEBF8 !important;
  }
  .border-left-lg-15 {
    border-left: 15px solid #ECEBF8 !important;
  }
}
/* ############### LG - START ############### */
/* ############### XL - START ############### */
@media (min-width: 1200px) {
  .border-xl {
    border: 1px solid #ECEBF8 !important;
  }
  .border-xl-top {
    border-top: 1px solid #ECEBF8 !important;
  }
  .border-xl-right {
    border-right: 1px solid #ECEBF8 !important;
  }
  .border-xl-bottom {
    border-bottom: 1px solid #ECEBF8 !important;
  }
  .border-xl-left {
    border-left: 1px solid #ECEBF8 !important;
  }
  .border-xl-0 {
    border: 0px solid #ECEBF8 !important;
  }
  .border-top-xl-0 {
    border-top: 0px solid #ECEBF8 !important;
  }
  .border-right-xl-0 {
    border-right: 0px solid #ECEBF8 !important;
  }
  .border-bottom-xl-0 {
    border-bottom: 0px solid #ECEBF8 !important;
  }
  .border-left-xl-0 {
    border-left: 0px solid #ECEBF8 !important;
  }
  .border-xl-1 {
    border: 1px solid #ECEBF8 !important;
  }
  .border-top-xl-1 {
    border-top: 1px solid #ECEBF8 !important;
  }
  .border-right-xl-1 {
    border-right: 1px solid #ECEBF8 !important;
  }
  .border-bottom-xl-1 {
    border-bottom: 1px solid #ECEBF8 !important;
  }
  .border-left-xl-1 {
    border-left: 1px solid #ECEBF8 !important;
  }
  .border-xl-2 {
    border: 2px solid #ECEBF8 !important;
  }
  .border-top-xl-2 {
    border-top: 2px solid #ECEBF8 !important;
  }
  .border-right-xl-2 {
    border-right: 2px solid #ECEBF8 !important;
  }
  .border-bottom-xl-2 {
    border-bottom: 2px solid #ECEBF8 !important;
  }
  .border-left-xl-2 {
    border-left: 2px solid #ECEBF8 !important;
  }
  .border-xl-3 {
    border: 3px solid #ECEBF8 !important;
  }
  .border-top-xl-3 {
    border-top: 3px solid #ECEBF8 !important;
  }
  .border-right-xl-3 {
    border-right: 3px solid #ECEBF8 !important;
  }
  .border-bottom-xl-3 {
    border-bottom: 3px solid #ECEBF8 !important;
  }
  .border-left-xl-3 {
    border-left: 3px solid #ECEBF8 !important;
  }
  .border-xl-4 {
    border: 4px solid #ECEBF8 !important;
  }
  .border-top-xl-4 {
    border-top: 4px solid #ECEBF8 !important;
  }
  .border-right-xl-4 {
    border-right: 4px solid #ECEBF8 !important;
  }
  .border-bottom-xl-4 {
    border-bottom: 4px solid #ECEBF8 !important;
  }
  .border-left-xl-4 {
    border-left: 4px solid #ECEBF8 !important;
  }
  .border-xl-5 {
    border: 5px solid #ECEBF8 !important;
  }
  .border-top-xl-5 {
    border-top: 5px solid #ECEBF8 !important;
  }
  .border-right-xl-5 {
    border-right: 5px solid #ECEBF8 !important;
  }
  .border-bottom-xl-5 {
    border-bottom: 5px solid #ECEBF8 !important;
  }
  .border-left-xl-5 {
    border-left: 5px solid #ECEBF8 !important;
  }
  .border-xl-6 {
    border: 6px solid #ECEBF8 !important;
  }
  .border-top-xl-6 {
    border-top: 6px solid #ECEBF8 !important;
  }
  .border-right-xl-6 {
    border-right: 6px solid #ECEBF8 !important;
  }
  .border-bottom-xl-6 {
    border-bottom: 6px solid #ECEBF8 !important;
  }
  .border-left-xl-6 {
    border-left: 6px solid #ECEBF8 !important;
  }
  .border-xl-7 {
    border: 7px solid #ECEBF8 !important;
  }
  .border-top-xl-7 {
    border-top: 7px solid #ECEBF8 !important;
  }
  .border-right-xl-7 {
    border-right: 7px solid #ECEBF8 !important;
  }
  .border-bottom-xl-7 {
    border-bottom: 7px solid #ECEBF8 !important;
  }
  .border-left-xl-7 {
    border-left: 7px solid #ECEBF8 !important;
  }
  .border-xl-8 {
    border: 8px solid #ECEBF8 !important;
  }
  .border-top-xl-8 {
    border-top: 8px solid #ECEBF8 !important;
  }
  .border-right-xl-8 {
    border-right: 8px solid #ECEBF8 !important;
  }
  .border-bottom-xl-8 {
    border-bottom: 8px solid #ECEBF8 !important;
  }
  .border-left-xl-8 {
    border-left: 8px solid #ECEBF8 !important;
  }
  .border-xl-9 {
    border: 9px solid #ECEBF8 !important;
  }
  .border-top-xl-9 {
    border-top: 9px solid #ECEBF8 !important;
  }
  .border-right-xl-9 {
    border-right: 9px solid #ECEBF8 !important;
  }
  .border-bottom-xl-9 {
    border-bottom: 9px solid #ECEBF8 !important;
  }
  .border-left-xl-9 {
    border-left: 9px solid #ECEBF8 !important;
  }
  .border-xl-10 {
    border: 10px solid #ECEBF8 !important;
  }
  .border-top-xl-10 {
    border-top: 10px solid #ECEBF8 !important;
  }
  .border-right-xl-10 {
    border-right: 10px solid #ECEBF8 !important;
  }
  .border-bottom-xl-10 {
    border-bottom: 10px solid #ECEBF8 !important;
  }
  .border-left-xl-10 {
    border-left: 10px solid #ECEBF8 !important;
  }
  .border-xl-11 {
    border: 11px solid #ECEBF8 !important;
  }
  .border-top-xl-11 {
    border-top: 11px solid #ECEBF8 !important;
  }
  .border-right-xl-11 {
    border-right: 11px solid #ECEBF8 !important;
  }
  .border-bottom-xl-11 {
    border-bottom: 11px solid #ECEBF8 !important;
  }
  .border-left-xl-11 {
    border-left: 11px solid #ECEBF8 !important;
  }
  .border-xl-12 {
    border: 12px solid #ECEBF8 !important;
  }
  .border-top-xl-12 {
    border-top: 12px solid #ECEBF8 !important;
  }
  .border-right-xl-12 {
    border-right: 12px solid #ECEBF8 !important;
  }
  .border-bottom-xl-12 {
    border-bottom: 12px solid #ECEBF8 !important;
  }
  .border-left-xl-12 {
    border-left: 12px solid #ECEBF8 !important;
  }
  .border-xl-13 {
    border: 13px solid #ECEBF8 !important;
  }
  .border-top-xl-13 {
    border-top: 13px solid #ECEBF8 !important;
  }
  .border-right-xl-13 {
    border-right: 13px solid #ECEBF8 !important;
  }
  .border-bottom-xl-13 {
    border-bottom: 13px solid #ECEBF8 !important;
  }
  .border-left-xl-13 {
    border-left: 13px solid #ECEBF8 !important;
  }
  .border-xl-14 {
    border: 14px solid #ECEBF8 !important;
  }
  .border-top-xl-14 {
    border-top: 14px solid #ECEBF8 !important;
  }
  .border-right-xl-14 {
    border-right: 14px solid #ECEBF8 !important;
  }
  .border-bottom-xl-14 {
    border-bottom: 14px solid #ECEBF8 !important;
  }
  .border-left-xl-14 {
    border-left: 14px solid #ECEBF8 !important;
  }
  .border-xl-15 {
    border: 15px solid #ECEBF8 !important;
  }
  .border-top-xl-15 {
    border-top: 15px solid #ECEBF8 !important;
  }
  .border-right-xl-15 {
    border-right: 15px solid #ECEBF8 !important;
  }
  .border-bottom-xl-15 {
    border-bottom: 15px solid #ECEBF8 !important;
  }
  .border-left-xl-15 {
    border-left: 15px solid #ECEBF8 !important;
  }
}
/* ############### XL - START ############### */
/* ############### XXL - START ############### */
@media (min-width: 1400px) {
  .border-xxl {
    border: 1px solid #ECEBF8 !important;
  }
  .border-xxl-top {
    border-top: 1px solid #ECEBF8 !important;
  }
  .border-xxl-right {
    border-right: 1px solid #ECEBF8 !important;
  }
  .border-xxl-bottom {
    border-bottom: 1px solid #ECEBF8 !important;
  }
  .border-xxl-left {
    border-left: 1px solid #ECEBF8 !important;
  }
  .border-xxl-0 {
    border: 0px solid #ECEBF8 !important;
  }
  .border-top-xxl-0 {
    border-top: 0px solid #ECEBF8 !important;
  }
  .border-right-xxl-0 {
    border-right: 0px solid #ECEBF8 !important;
  }
  .border-bottom-xxl-0 {
    border-bottom: 0px solid #ECEBF8 !important;
  }
  .border-left-xxl-0 {
    border-left: 0px solid #ECEBF8 !important;
  }
  .border-xxl-1 {
    border: 1px solid #ECEBF8 !important;
  }
  .border-top-xxl-1 {
    border-top: 1px solid #ECEBF8 !important;
  }
  .border-right-xxl-1 {
    border-right: 1px solid #ECEBF8 !important;
  }
  .border-bottom-xxl-1 {
    border-bottom: 1px solid #ECEBF8 !important;
  }
  .border-left-xxl-1 {
    border-left: 1px solid #ECEBF8 !important;
  }
  .border-xxl-2 {
    border: 2px solid #ECEBF8 !important;
  }
  .border-top-xxl-2 {
    border-top: 2px solid #ECEBF8 !important;
  }
  .border-right-xxl-2 {
    border-right: 2px solid #ECEBF8 !important;
  }
  .border-bottom-xxl-2 {
    border-bottom: 2px solid #ECEBF8 !important;
  }
  .border-left-xxl-2 {
    border-left: 2px solid #ECEBF8 !important;
  }
  .border-xxl-3 {
    border: 3px solid #ECEBF8 !important;
  }
  .border-top-xxl-3 {
    border-top: 3px solid #ECEBF8 !important;
  }
  .border-right-xxl-3 {
    border-right: 3px solid #ECEBF8 !important;
  }
  .border-bottom-xxl-3 {
    border-bottom: 3px solid #ECEBF8 !important;
  }
  .border-left-xxl-3 {
    border-left: 3px solid #ECEBF8 !important;
  }
  .border-xxl-4 {
    border: 4px solid #ECEBF8 !important;
  }
  .border-top-xxl-4 {
    border-top: 4px solid #ECEBF8 !important;
  }
  .border-right-xxl-4 {
    border-right: 4px solid #ECEBF8 !important;
  }
  .border-bottom-xxl-4 {
    border-bottom: 4px solid #ECEBF8 !important;
  }
  .border-left-xxl-4 {
    border-left: 4px solid #ECEBF8 !important;
  }
  .border-xxl-5 {
    border: 5px solid #ECEBF8 !important;
  }
  .border-top-xxl-5 {
    border-top: 5px solid #ECEBF8 !important;
  }
  .border-right-xxl-5 {
    border-right: 5px solid #ECEBF8 !important;
  }
  .border-bottom-xxl-5 {
    border-bottom: 5px solid #ECEBF8 !important;
  }
  .border-left-xxl-5 {
    border-left: 5px solid #ECEBF8 !important;
  }
  .border-xxl-6 {
    border: 6px solid #ECEBF8 !important;
  }
  .border-top-xxl-6 {
    border-top: 6px solid #ECEBF8 !important;
  }
  .border-right-xxl-6 {
    border-right: 6px solid #ECEBF8 !important;
  }
  .border-bottom-xxl-6 {
    border-bottom: 6px solid #ECEBF8 !important;
  }
  .border-left-xxl-6 {
    border-left: 6px solid #ECEBF8 !important;
  }
  .border-xxl-7 {
    border: 7px solid #ECEBF8 !important;
  }
  .border-top-xxl-7 {
    border-top: 7px solid #ECEBF8 !important;
  }
  .border-right-xxl-7 {
    border-right: 7px solid #ECEBF8 !important;
  }
  .border-bottom-xxl-7 {
    border-bottom: 7px solid #ECEBF8 !important;
  }
  .border-left-xxl-7 {
    border-left: 7px solid #ECEBF8 !important;
  }
  .border-xxl-8 {
    border: 8px solid #ECEBF8 !important;
  }
  .border-top-xxl-8 {
    border-top: 8px solid #ECEBF8 !important;
  }
  .border-right-xxl-8 {
    border-right: 8px solid #ECEBF8 !important;
  }
  .border-bottom-xxl-8 {
    border-bottom: 8px solid #ECEBF8 !important;
  }
  .border-left-xxl-8 {
    border-left: 8px solid #ECEBF8 !important;
  }
  .border-xxl-9 {
    border: 9px solid #ECEBF8 !important;
  }
  .border-top-xxl-9 {
    border-top: 9px solid #ECEBF8 !important;
  }
  .border-right-xxl-9 {
    border-right: 9px solid #ECEBF8 !important;
  }
  .border-bottom-xxl-9 {
    border-bottom: 9px solid #ECEBF8 !important;
  }
  .border-left-xxl-9 {
    border-left: 9px solid #ECEBF8 !important;
  }
  .border-xxl-10 {
    border: 10px solid #ECEBF8 !important;
  }
  .border-top-xxl-10 {
    border-top: 10px solid #ECEBF8 !important;
  }
  .border-right-xxl-10 {
    border-right: 10px solid #ECEBF8 !important;
  }
  .border-bottom-xxl-10 {
    border-bottom: 10px solid #ECEBF8 !important;
  }
  .border-left-xxl-10 {
    border-left: 10px solid #ECEBF8 !important;
  }
  .border-xxl-11 {
    border: 11px solid #ECEBF8 !important;
  }
  .border-top-xxl-11 {
    border-top: 11px solid #ECEBF8 !important;
  }
  .border-right-xxl-11 {
    border-right: 11px solid #ECEBF8 !important;
  }
  .border-bottom-xxl-11 {
    border-bottom: 11px solid #ECEBF8 !important;
  }
  .border-left-xxl-11 {
    border-left: 11px solid #ECEBF8 !important;
  }
  .border-xxl-12 {
    border: 12px solid #ECEBF8 !important;
  }
  .border-top-xxl-12 {
    border-top: 12px solid #ECEBF8 !important;
  }
  .border-right-xxl-12 {
    border-right: 12px solid #ECEBF8 !important;
  }
  .border-bottom-xxl-12 {
    border-bottom: 12px solid #ECEBF8 !important;
  }
  .border-left-xxl-12 {
    border-left: 12px solid #ECEBF8 !important;
  }
  .border-xxl-13 {
    border: 13px solid #ECEBF8 !important;
  }
  .border-top-xxl-13 {
    border-top: 13px solid #ECEBF8 !important;
  }
  .border-right-xxl-13 {
    border-right: 13px solid #ECEBF8 !important;
  }
  .border-bottom-xxl-13 {
    border-bottom: 13px solid #ECEBF8 !important;
  }
  .border-left-xxl-13 {
    border-left: 13px solid #ECEBF8 !important;
  }
  .border-xxl-14 {
    border: 14px solid #ECEBF8 !important;
  }
  .border-top-xxl-14 {
    border-top: 14px solid #ECEBF8 !important;
  }
  .border-right-xxl-14 {
    border-right: 14px solid #ECEBF8 !important;
  }
  .border-bottom-xxl-14 {
    border-bottom: 14px solid #ECEBF8 !important;
  }
  .border-left-xxl-14 {
    border-left: 14px solid #ECEBF8 !important;
  }
  .border-xxl-15 {
    border: 15px solid #ECEBF8 !important;
  }
  .border-top-xxl-15 {
    border-top: 15px solid #ECEBF8 !important;
  }
  .border-right-xxl-15 {
    border-right: 15px solid #ECEBF8 !important;
  }
  .border-bottom-xxl-15 {
    border-bottom: 15px solid #ECEBF8 !important;
  }
  .border-left-xxl-15 {
    border-left: 15px solid #ECEBF8 !important;
  }
}
/* ############### XXL - START ############### */
/* ############### XXXL - START ############### */
@media (min-width: 1600px) {
  .border-xxxl {
    border: 1px solid #ECEBF8 !important;
  }
  .border-xxxl-top {
    border-top: 1px solid #ECEBF8 !important;
  }
  .border-xxxl-right {
    border-right: 1px solid #ECEBF8 !important;
  }
  .border-xxxl-bottom {
    border-bottom: 1px solid #ECEBF8 !important;
  }
  .border-xxxl-left {
    border-left: 1px solid #ECEBF8 !important;
  }
  .border-xxxl-0 {
    border: 0px solid #ECEBF8 !important;
  }
  .border-top-xxxl-0 {
    border-top: 0px solid #ECEBF8 !important;
  }
  .border-right-xxxl-0 {
    border-right: 0px solid #ECEBF8 !important;
  }
  .border-bottom-xxxl-0 {
    border-bottom: 0px solid #ECEBF8 !important;
  }
  .border-left-xxxl-0 {
    border-left: 0px solid #ECEBF8 !important;
  }
  .border-xxxl-1 {
    border: 1px solid #ECEBF8 !important;
  }
  .border-top-xxxl-1 {
    border-top: 1px solid #ECEBF8 !important;
  }
  .border-right-xxxl-1 {
    border-right: 1px solid #ECEBF8 !important;
  }
  .border-bottom-xxxl-1 {
    border-bottom: 1px solid #ECEBF8 !important;
  }
  .border-left-xxxl-1 {
    border-left: 1px solid #ECEBF8 !important;
  }
  .border-xxxl-2 {
    border: 2px solid #ECEBF8 !important;
  }
  .border-top-xxxl-2 {
    border-top: 2px solid #ECEBF8 !important;
  }
  .border-right-xxxl-2 {
    border-right: 2px solid #ECEBF8 !important;
  }
  .border-bottom-xxxl-2 {
    border-bottom: 2px solid #ECEBF8 !important;
  }
  .border-left-xxxl-2 {
    border-left: 2px solid #ECEBF8 !important;
  }
  .border-xxxl-3 {
    border: 3px solid #ECEBF8 !important;
  }
  .border-top-xxxl-3 {
    border-top: 3px solid #ECEBF8 !important;
  }
  .border-right-xxxl-3 {
    border-right: 3px solid #ECEBF8 !important;
  }
  .border-bottom-xxxl-3 {
    border-bottom: 3px solid #ECEBF8 !important;
  }
  .border-left-xxxl-3 {
    border-left: 3px solid #ECEBF8 !important;
  }
  .border-xxxl-4 {
    border: 4px solid #ECEBF8 !important;
  }
  .border-top-xxxl-4 {
    border-top: 4px solid #ECEBF8 !important;
  }
  .border-right-xxxl-4 {
    border-right: 4px solid #ECEBF8 !important;
  }
  .border-bottom-xxxl-4 {
    border-bottom: 4px solid #ECEBF8 !important;
  }
  .border-left-xxxl-4 {
    border-left: 4px solid #ECEBF8 !important;
  }
  .border-xxxl-5 {
    border: 5px solid #ECEBF8 !important;
  }
  .border-top-xxxl-5 {
    border-top: 5px solid #ECEBF8 !important;
  }
  .border-right-xxxl-5 {
    border-right: 5px solid #ECEBF8 !important;
  }
  .border-bottom-xxxl-5 {
    border-bottom: 5px solid #ECEBF8 !important;
  }
  .border-left-xxxl-5 {
    border-left: 5px solid #ECEBF8 !important;
  }
  .border-xxxl-6 {
    border: 6px solid #ECEBF8 !important;
  }
  .border-top-xxxl-6 {
    border-top: 6px solid #ECEBF8 !important;
  }
  .border-right-xxxl-6 {
    border-right: 6px solid #ECEBF8 !important;
  }
  .border-bottom-xxxl-6 {
    border-bottom: 6px solid #ECEBF8 !important;
  }
  .border-left-xxxl-6 {
    border-left: 6px solid #ECEBF8 !important;
  }
  .border-xxxl-7 {
    border: 7px solid #ECEBF8 !important;
  }
  .border-top-xxxl-7 {
    border-top: 7px solid #ECEBF8 !important;
  }
  .border-right-xxxl-7 {
    border-right: 7px solid #ECEBF8 !important;
  }
  .border-bottom-xxxl-7 {
    border-bottom: 7px solid #ECEBF8 !important;
  }
  .border-left-xxxl-7 {
    border-left: 7px solid #ECEBF8 !important;
  }
  .border-xxxl-8 {
    border: 8px solid #ECEBF8 !important;
  }
  .border-top-xxxl-8 {
    border-top: 8px solid #ECEBF8 !important;
  }
  .border-right-xxxl-8 {
    border-right: 8px solid #ECEBF8 !important;
  }
  .border-bottom-xxxl-8 {
    border-bottom: 8px solid #ECEBF8 !important;
  }
  .border-left-xxxl-8 {
    border-left: 8px solid #ECEBF8 !important;
  }
  .border-xxxl-9 {
    border: 9px solid #ECEBF8 !important;
  }
  .border-top-xxxl-9 {
    border-top: 9px solid #ECEBF8 !important;
  }
  .border-right-xxxl-9 {
    border-right: 9px solid #ECEBF8 !important;
  }
  .border-bottom-xxxl-9 {
    border-bottom: 9px solid #ECEBF8 !important;
  }
  .border-left-xxxl-9 {
    border-left: 9px solid #ECEBF8 !important;
  }
  .border-xxxl-10 {
    border: 10px solid #ECEBF8 !important;
  }
  .border-top-xxxl-10 {
    border-top: 10px solid #ECEBF8 !important;
  }
  .border-right-xxxl-10 {
    border-right: 10px solid #ECEBF8 !important;
  }
  .border-bottom-xxxl-10 {
    border-bottom: 10px solid #ECEBF8 !important;
  }
  .border-left-xxxl-10 {
    border-left: 10px solid #ECEBF8 !important;
  }
  .border-xxxl-11 {
    border: 11px solid #ECEBF8 !important;
  }
  .border-top-xxxl-11 {
    border-top: 11px solid #ECEBF8 !important;
  }
  .border-right-xxxl-11 {
    border-right: 11px solid #ECEBF8 !important;
  }
  .border-bottom-xxxl-11 {
    border-bottom: 11px solid #ECEBF8 !important;
  }
  .border-left-xxxl-11 {
    border-left: 11px solid #ECEBF8 !important;
  }
  .border-xxxl-12 {
    border: 12px solid #ECEBF8 !important;
  }
  .border-top-xxxl-12 {
    border-top: 12px solid #ECEBF8 !important;
  }
  .border-right-xxxl-12 {
    border-right: 12px solid #ECEBF8 !important;
  }
  .border-bottom-xxxl-12 {
    border-bottom: 12px solid #ECEBF8 !important;
  }
  .border-left-xxxl-12 {
    border-left: 12px solid #ECEBF8 !important;
  }
  .border-xxxl-13 {
    border: 13px solid #ECEBF8 !important;
  }
  .border-top-xxxl-13 {
    border-top: 13px solid #ECEBF8 !important;
  }
  .border-right-xxxl-13 {
    border-right: 13px solid #ECEBF8 !important;
  }
  .border-bottom-xxxl-13 {
    border-bottom: 13px solid #ECEBF8 !important;
  }
  .border-left-xxxl-13 {
    border-left: 13px solid #ECEBF8 !important;
  }
  .border-xxxl-14 {
    border: 14px solid #ECEBF8 !important;
  }
  .border-top-xxxl-14 {
    border-top: 14px solid #ECEBF8 !important;
  }
  .border-right-xxxl-14 {
    border-right: 14px solid #ECEBF8 !important;
  }
  .border-bottom-xxxl-14 {
    border-bottom: 14px solid #ECEBF8 !important;
  }
  .border-left-xxxl-14 {
    border-left: 14px solid #ECEBF8 !important;
  }
  .border-xxxl-15 {
    border: 15px solid #ECEBF8 !important;
  }
  .border-top-xxxl-15 {
    border-top: 15px solid #ECEBF8 !important;
  }
  .border-right-xxxl-15 {
    border-right: 15px solid #ECEBF8 !important;
  }
  .border-bottom-xxxl-15 {
    border-bottom: 15px solid #ECEBF8 !important;
  }
  .border-left-xxxl-15 {
    border-left: 15px solid #ECEBF8 !important;
  }
}
/* ############### XXXL - START ############### */
/* ############### XXXXL - START ############### */
@media (min-width: 1900px) {
  .border-xxxxl {
    border: 1px solid #ECEBF8 !important;
  }
  .border-xxxxl-top {
    border-top: 1px solid #ECEBF8 !important;
  }
  .border-xxxxl-right {
    border-right: 1px solid #ECEBF8 !important;
  }
  .border-xxxxl-bottom {
    border-bottom: 1px solid #ECEBF8 !important;
  }
  .border-xxxxl-left {
    border-left: 1px solid #ECEBF8 !important;
  }
  .border-xxxxl-0 {
    border: 0px solid #ECEBF8 !important;
  }
  .border-top-xxxxl-0 {
    border-top: 0px solid #ECEBF8 !important;
  }
  .border-right-xxxxl-0 {
    border-right: 0px solid #ECEBF8 !important;
  }
  .border-bottom-xxxxl-0 {
    border-bottom: 0px solid #ECEBF8 !important;
  }
  .border-left-xxxxl-0 {
    border-left: 0px solid #ECEBF8 !important;
  }
  .border-xxxxl-1 {
    border: 1px solid #ECEBF8 !important;
  }
  .border-top-xxxxl-1 {
    border-top: 1px solid #ECEBF8 !important;
  }
  .border-right-xxxxl-1 {
    border-right: 1px solid #ECEBF8 !important;
  }
  .border-bottom-xxxxl-1 {
    border-bottom: 1px solid #ECEBF8 !important;
  }
  .border-left-xxxxl-1 {
    border-left: 1px solid #ECEBF8 !important;
  }
  .border-xxxxl-2 {
    border: 2px solid #ECEBF8 !important;
  }
  .border-top-xxxxl-2 {
    border-top: 2px solid #ECEBF8 !important;
  }
  .border-right-xxxxl-2 {
    border-right: 2px solid #ECEBF8 !important;
  }
  .border-bottom-xxxxl-2 {
    border-bottom: 2px solid #ECEBF8 !important;
  }
  .border-left-xxxxl-2 {
    border-left: 2px solid #ECEBF8 !important;
  }
  .border-xxxxl-3 {
    border: 3px solid #ECEBF8 !important;
  }
  .border-top-xxxxl-3 {
    border-top: 3px solid #ECEBF8 !important;
  }
  .border-right-xxxxl-3 {
    border-right: 3px solid #ECEBF8 !important;
  }
  .border-bottom-xxxxl-3 {
    border-bottom: 3px solid #ECEBF8 !important;
  }
  .border-left-xxxxl-3 {
    border-left: 3px solid #ECEBF8 !important;
  }
  .border-xxxxl-4 {
    border: 4px solid #ECEBF8 !important;
  }
  .border-top-xxxxl-4 {
    border-top: 4px solid #ECEBF8 !important;
  }
  .border-right-xxxxl-4 {
    border-right: 4px solid #ECEBF8 !important;
  }
  .border-bottom-xxxxl-4 {
    border-bottom: 4px solid #ECEBF8 !important;
  }
  .border-left-xxxxl-4 {
    border-left: 4px solid #ECEBF8 !important;
  }
  .border-xxxxl-5 {
    border: 5px solid #ECEBF8 !important;
  }
  .border-top-xxxxl-5 {
    border-top: 5px solid #ECEBF8 !important;
  }
  .border-right-xxxxl-5 {
    border-right: 5px solid #ECEBF8 !important;
  }
  .border-bottom-xxxxl-5 {
    border-bottom: 5px solid #ECEBF8 !important;
  }
  .border-left-xxxxl-5 {
    border-left: 5px solid #ECEBF8 !important;
  }
  .border-xxxxl-6 {
    border: 6px solid #ECEBF8 !important;
  }
  .border-top-xxxxl-6 {
    border-top: 6px solid #ECEBF8 !important;
  }
  .border-right-xxxxl-6 {
    border-right: 6px solid #ECEBF8 !important;
  }
  .border-bottom-xxxxl-6 {
    border-bottom: 6px solid #ECEBF8 !important;
  }
  .border-left-xxxxl-6 {
    border-left: 6px solid #ECEBF8 !important;
  }
  .border-xxxxl-7 {
    border: 7px solid #ECEBF8 !important;
  }
  .border-top-xxxxl-7 {
    border-top: 7px solid #ECEBF8 !important;
  }
  .border-right-xxxxl-7 {
    border-right: 7px solid #ECEBF8 !important;
  }
  .border-bottom-xxxxl-7 {
    border-bottom: 7px solid #ECEBF8 !important;
  }
  .border-left-xxxxl-7 {
    border-left: 7px solid #ECEBF8 !important;
  }
  .border-xxxxl-8 {
    border: 8px solid #ECEBF8 !important;
  }
  .border-top-xxxxl-8 {
    border-top: 8px solid #ECEBF8 !important;
  }
  .border-right-xxxxl-8 {
    border-right: 8px solid #ECEBF8 !important;
  }
  .border-bottom-xxxxl-8 {
    border-bottom: 8px solid #ECEBF8 !important;
  }
  .border-left-xxxxl-8 {
    border-left: 8px solid #ECEBF8 !important;
  }
  .border-xxxxl-9 {
    border: 9px solid #ECEBF8 !important;
  }
  .border-top-xxxxl-9 {
    border-top: 9px solid #ECEBF8 !important;
  }
  .border-right-xxxxl-9 {
    border-right: 9px solid #ECEBF8 !important;
  }
  .border-bottom-xxxxl-9 {
    border-bottom: 9px solid #ECEBF8 !important;
  }
  .border-left-xxxxl-9 {
    border-left: 9px solid #ECEBF8 !important;
  }
  .border-xxxxl-10 {
    border: 10px solid #ECEBF8 !important;
  }
  .border-top-xxxxl-10 {
    border-top: 10px solid #ECEBF8 !important;
  }
  .border-right-xxxxl-10 {
    border-right: 10px solid #ECEBF8 !important;
  }
  .border-bottom-xxxxl-10 {
    border-bottom: 10px solid #ECEBF8 !important;
  }
  .border-left-xxxxl-10 {
    border-left: 10px solid #ECEBF8 !important;
  }
  .border-xxxxl-11 {
    border: 11px solid #ECEBF8 !important;
  }
  .border-top-xxxxl-11 {
    border-top: 11px solid #ECEBF8 !important;
  }
  .border-right-xxxxl-11 {
    border-right: 11px solid #ECEBF8 !important;
  }
  .border-bottom-xxxxl-11 {
    border-bottom: 11px solid #ECEBF8 !important;
  }
  .border-left-xxxxl-11 {
    border-left: 11px solid #ECEBF8 !important;
  }
  .border-xxxxl-12 {
    border: 12px solid #ECEBF8 !important;
  }
  .border-top-xxxxl-12 {
    border-top: 12px solid #ECEBF8 !important;
  }
  .border-right-xxxxl-12 {
    border-right: 12px solid #ECEBF8 !important;
  }
  .border-bottom-xxxxl-12 {
    border-bottom: 12px solid #ECEBF8 !important;
  }
  .border-left-xxxxl-12 {
    border-left: 12px solid #ECEBF8 !important;
  }
  .border-xxxxl-13 {
    border: 13px solid #ECEBF8 !important;
  }
  .border-top-xxxxl-13 {
    border-top: 13px solid #ECEBF8 !important;
  }
  .border-right-xxxxl-13 {
    border-right: 13px solid #ECEBF8 !important;
  }
  .border-bottom-xxxxl-13 {
    border-bottom: 13px solid #ECEBF8 !important;
  }
  .border-left-xxxxl-13 {
    border-left: 13px solid #ECEBF8 !important;
  }
  .border-xxxxl-14 {
    border: 14px solid #ECEBF8 !important;
  }
  .border-top-xxxxl-14 {
    border-top: 14px solid #ECEBF8 !important;
  }
  .border-right-xxxxl-14 {
    border-right: 14px solid #ECEBF8 !important;
  }
  .border-bottom-xxxxl-14 {
    border-bottom: 14px solid #ECEBF8 !important;
  }
  .border-left-xxxxl-14 {
    border-left: 14px solid #ECEBF8 !important;
  }
  .border-xxxxl-15 {
    border: 15px solid #ECEBF8 !important;
  }
  .border-top-xxxxl-15 {
    border-top: 15px solid #ECEBF8 !important;
  }
  .border-right-xxxxl-15 {
    border-right: 15px solid #ECEBF8 !important;
  }
  .border-bottom-xxxxl-15 {
    border-bottom: 15px solid #ECEBF8 !important;
  }
  .border-left-xxxxl-15 {
    border-left: 15px solid #ECEBF8 !important;
  }
}
/* ############### XXXXL - START ############### */
/* ################################### Default - START ################################### */
/* ################################### Theme Color - START ################################### */
.border-primary {
  border-color: #1A8E42 !important;
}

.border-top-primary {
  border-top: 1px solid #1A8E42 !important;
}

.border-right-primary {
  border-right: 1px solid #1A8E42 !important;
}

.border-bottom-primary {
  border-bottom: 1px solid #1A8E42 !important;
}

.border-left-primary {
  border-left: 1px solid #1A8E42 !important;
}

.border-primary-0 {
  border: 0px solid #1A8E42 !important;
}

.border-top-primary-0 {
  border-top: 0px solid #1A8E42 !important;
}

.border-right-primary-0 {
  border-right: 0px solid #1A8E42 !important;
}

.border-bottom-primary-0 {
  border-bottom: 0px solid #1A8E42 !important;
}

.border-left-primary-0 {
  border-left: 0px solid #1A8E42 !important;
}

.border-primary-1 {
  border: 1px solid #1A8E42 !important;
}

.border-top-primary-1 {
  border-top: 1px solid #1A8E42 !important;
}

.border-right-primary-1 {
  border-right: 1px solid #1A8E42 !important;
}

.border-bottom-primary-1 {
  border-bottom: 1px solid #1A8E42 !important;
}

.border-left-primary-1 {
  border-left: 1px solid #1A8E42 !important;
}

.border-primary-2 {
  border: 2px solid #1A8E42 !important;
}

.border-top-primary-2 {
  border-top: 2px solid #1A8E42 !important;
}

.border-right-primary-2 {
  border-right: 2px solid #1A8E42 !important;
}

.border-bottom-primary-2 {
  border-bottom: 2px solid #1A8E42 !important;
}

.border-left-primary-2 {
  border-left: 2px solid #1A8E42 !important;
}

.border-primary-3 {
  border: 3px solid #1A8E42 !important;
}

.border-top-primary-3 {
  border-top: 3px solid #1A8E42 !important;
}

.border-right-primary-3 {
  border-right: 3px solid #1A8E42 !important;
}

.border-bottom-primary-3 {
  border-bottom: 3px solid #1A8E42 !important;
}

.border-left-primary-3 {
  border-left: 3px solid #1A8E42 !important;
}

.border-primary-4 {
  border: 4px solid #1A8E42 !important;
}

.border-top-primary-4 {
  border-top: 4px solid #1A8E42 !important;
}

.border-right-primary-4 {
  border-right: 4px solid #1A8E42 !important;
}

.border-bottom-primary-4 {
  border-bottom: 4px solid #1A8E42 !important;
}

.border-left-primary-4 {
  border-left: 4px solid #1A8E42 !important;
}

.border-primary-5 {
  border: 5px solid #1A8E42 !important;
}

.border-top-primary-5 {
  border-top: 5px solid #1A8E42 !important;
}

.border-right-primary-5 {
  border-right: 5px solid #1A8E42 !important;
}

.border-bottom-primary-5 {
  border-bottom: 5px solid #1A8E42 !important;
}

.border-left-primary-5 {
  border-left: 5px solid #1A8E42 !important;
}

.border-primary-6 {
  border: 6px solid #1A8E42 !important;
}

.border-top-primary-6 {
  border-top: 6px solid #1A8E42 !important;
}

.border-right-primary-6 {
  border-right: 6px solid #1A8E42 !important;
}

.border-bottom-primary-6 {
  border-bottom: 6px solid #1A8E42 !important;
}

.border-left-primary-6 {
  border-left: 6px solid #1A8E42 !important;
}

.border-primary-7 {
  border: 7px solid #1A8E42 !important;
}

.border-top-primary-7 {
  border-top: 7px solid #1A8E42 !important;
}

.border-right-primary-7 {
  border-right: 7px solid #1A8E42 !important;
}

.border-bottom-primary-7 {
  border-bottom: 7px solid #1A8E42 !important;
}

.border-left-primary-7 {
  border-left: 7px solid #1A8E42 !important;
}

.border-primary-8 {
  border: 8px solid #1A8E42 !important;
}

.border-top-primary-8 {
  border-top: 8px solid #1A8E42 !important;
}

.border-right-primary-8 {
  border-right: 8px solid #1A8E42 !important;
}

.border-bottom-primary-8 {
  border-bottom: 8px solid #1A8E42 !important;
}

.border-left-primary-8 {
  border-left: 8px solid #1A8E42 !important;
}

.border-primary-9 {
  border: 9px solid #1A8E42 !important;
}

.border-top-primary-9 {
  border-top: 9px solid #1A8E42 !important;
}

.border-right-primary-9 {
  border-right: 9px solid #1A8E42 !important;
}

.border-bottom-primary-9 {
  border-bottom: 9px solid #1A8E42 !important;
}

.border-left-primary-9 {
  border-left: 9px solid #1A8E42 !important;
}

.border-primary-10 {
  border: 10px solid #1A8E42 !important;
}

.border-top-primary-10 {
  border-top: 10px solid #1A8E42 !important;
}

.border-right-primary-10 {
  border-right: 10px solid #1A8E42 !important;
}

.border-bottom-primary-10 {
  border-bottom: 10px solid #1A8E42 !important;
}

.border-left-primary-10 {
  border-left: 10px solid #1A8E42 !important;
}

.border-primary-11 {
  border: 11px solid #1A8E42 !important;
}

.border-top-primary-11 {
  border-top: 11px solid #1A8E42 !important;
}

.border-right-primary-11 {
  border-right: 11px solid #1A8E42 !important;
}

.border-bottom-primary-11 {
  border-bottom: 11px solid #1A8E42 !important;
}

.border-left-primary-11 {
  border-left: 11px solid #1A8E42 !important;
}

.border-primary-12 {
  border: 12px solid #1A8E42 !important;
}

.border-top-primary-12 {
  border-top: 12px solid #1A8E42 !important;
}

.border-right-primary-12 {
  border-right: 12px solid #1A8E42 !important;
}

.border-bottom-primary-12 {
  border-bottom: 12px solid #1A8E42 !important;
}

.border-left-primary-12 {
  border-left: 12px solid #1A8E42 !important;
}

.border-primary-13 {
  border: 13px solid #1A8E42 !important;
}

.border-top-primary-13 {
  border-top: 13px solid #1A8E42 !important;
}

.border-right-primary-13 {
  border-right: 13px solid #1A8E42 !important;
}

.border-bottom-primary-13 {
  border-bottom: 13px solid #1A8E42 !important;
}

.border-left-primary-13 {
  border-left: 13px solid #1A8E42 !important;
}

.border-primary-14 {
  border: 14px solid #1A8E42 !important;
}

.border-top-primary-14 {
  border-top: 14px solid #1A8E42 !important;
}

.border-right-primary-14 {
  border-right: 14px solid #1A8E42 !important;
}

.border-bottom-primary-14 {
  border-bottom: 14px solid #1A8E42 !important;
}

.border-left-primary-14 {
  border-left: 14px solid #1A8E42 !important;
}

.border-primary-15 {
  border: 15px solid #1A8E42 !important;
}

.border-top-primary-15 {
  border-top: 15px solid #1A8E42 !important;
}

.border-right-primary-15 {
  border-right: 15px solid #1A8E42 !important;
}

.border-bottom-primary-15 {
  border-bottom: 15px solid #1A8E42 !important;
}

.border-left-primary-15 {
  border-left: 15px solid #1A8E42 !important;
}

/* ############### SM - START ############### */
@media (min-width: 576px) {
  .border-sm-primary {
    border-color: #1A8E42 !important;
  }
  .border-top-sm-primary {
    border-top: 1px solid #1A8E42 !important;
  }
  .border-right-sm-primary {
    border-right: 1px solid #1A8E42 !important;
  }
  .border-bottom-sm-primary {
    border-bottom: 1px solid #1A8E42 !important;
  }
  .border-left-sm-primary {
    border-left: 1px solid #1A8E42 !important;
  }
  .border-primary-sm-0 {
    border: 0px solid #1A8E42 !important;
  }
  .border-top-primary-sm-0 {
    border-top: 0px solid #1A8E42 !important;
  }
  .border-right-primary-sm-0 {
    border-right: 0px solid #1A8E42 !important;
  }
  .border-bottom-primary-sm-0 {
    border-bottom: 0px solid #1A8E42 !important;
  }
  .border-left-primary-sm-0 {
    border-left: 0px solid #1A8E42 !important;
  }
  .border-primary-sm-1 {
    border: 1px solid #1A8E42 !important;
  }
  .border-top-primary-sm-1 {
    border-top: 1px solid #1A8E42 !important;
  }
  .border-right-primary-sm-1 {
    border-right: 1px solid #1A8E42 !important;
  }
  .border-bottom-primary-sm-1 {
    border-bottom: 1px solid #1A8E42 !important;
  }
  .border-left-primary-sm-1 {
    border-left: 1px solid #1A8E42 !important;
  }
  .border-primary-sm-2 {
    border: 2px solid #1A8E42 !important;
  }
  .border-top-primary-sm-2 {
    border-top: 2px solid #1A8E42 !important;
  }
  .border-right-primary-sm-2 {
    border-right: 2px solid #1A8E42 !important;
  }
  .border-bottom-primary-sm-2 {
    border-bottom: 2px solid #1A8E42 !important;
  }
  .border-left-primary-sm-2 {
    border-left: 2px solid #1A8E42 !important;
  }
  .border-primary-sm-3 {
    border: 3px solid #1A8E42 !important;
  }
  .border-top-primary-sm-3 {
    border-top: 3px solid #1A8E42 !important;
  }
  .border-right-primary-sm-3 {
    border-right: 3px solid #1A8E42 !important;
  }
  .border-bottom-primary-sm-3 {
    border-bottom: 3px solid #1A8E42 !important;
  }
  .border-left-primary-sm-3 {
    border-left: 3px solid #1A8E42 !important;
  }
  .border-primary-sm-4 {
    border: 4px solid #1A8E42 !important;
  }
  .border-top-primary-sm-4 {
    border-top: 4px solid #1A8E42 !important;
  }
  .border-right-primary-sm-4 {
    border-right: 4px solid #1A8E42 !important;
  }
  .border-bottom-primary-sm-4 {
    border-bottom: 4px solid #1A8E42 !important;
  }
  .border-left-primary-sm-4 {
    border-left: 4px solid #1A8E42 !important;
  }
  .border-primary-sm-5 {
    border: 5px solid #1A8E42 !important;
  }
  .border-top-primary-sm-5 {
    border-top: 5px solid #1A8E42 !important;
  }
  .border-right-primary-sm-5 {
    border-right: 5px solid #1A8E42 !important;
  }
  .border-bottom-primary-sm-5 {
    border-bottom: 5px solid #1A8E42 !important;
  }
  .border-left-primary-sm-5 {
    border-left: 5px solid #1A8E42 !important;
  }
  .border-primary-sm-6 {
    border: 6px solid #1A8E42 !important;
  }
  .border-top-primary-sm-6 {
    border-top: 6px solid #1A8E42 !important;
  }
  .border-right-primary-sm-6 {
    border-right: 6px solid #1A8E42 !important;
  }
  .border-bottom-primary-sm-6 {
    border-bottom: 6px solid #1A8E42 !important;
  }
  .border-left-primary-sm-6 {
    border-left: 6px solid #1A8E42 !important;
  }
  .border-primary-sm-7 {
    border: 7px solid #1A8E42 !important;
  }
  .border-top-primary-sm-7 {
    border-top: 7px solid #1A8E42 !important;
  }
  .border-right-primary-sm-7 {
    border-right: 7px solid #1A8E42 !important;
  }
  .border-bottom-primary-sm-7 {
    border-bottom: 7px solid #1A8E42 !important;
  }
  .border-left-primary-sm-7 {
    border-left: 7px solid #1A8E42 !important;
  }
  .border-primary-sm-8 {
    border: 8px solid #1A8E42 !important;
  }
  .border-top-primary-sm-8 {
    border-top: 8px solid #1A8E42 !important;
  }
  .border-right-primary-sm-8 {
    border-right: 8px solid #1A8E42 !important;
  }
  .border-bottom-primary-sm-8 {
    border-bottom: 8px solid #1A8E42 !important;
  }
  .border-left-primary-sm-8 {
    border-left: 8px solid #1A8E42 !important;
  }
  .border-primary-sm-9 {
    border: 9px solid #1A8E42 !important;
  }
  .border-top-primary-sm-9 {
    border-top: 9px solid #1A8E42 !important;
  }
  .border-right-primary-sm-9 {
    border-right: 9px solid #1A8E42 !important;
  }
  .border-bottom-primary-sm-9 {
    border-bottom: 9px solid #1A8E42 !important;
  }
  .border-left-primary-sm-9 {
    border-left: 9px solid #1A8E42 !important;
  }
  .border-primary-sm-10 {
    border: 10px solid #1A8E42 !important;
  }
  .border-top-primary-sm-10 {
    border-top: 10px solid #1A8E42 !important;
  }
  .border-right-primary-sm-10 {
    border-right: 10px solid #1A8E42 !important;
  }
  .border-bottom-primary-sm-10 {
    border-bottom: 10px solid #1A8E42 !important;
  }
  .border-left-primary-sm-10 {
    border-left: 10px solid #1A8E42 !important;
  }
  .border-primary-sm-11 {
    border: 11px solid #1A8E42 !important;
  }
  .border-top-primary-sm-11 {
    border-top: 11px solid #1A8E42 !important;
  }
  .border-right-primary-sm-11 {
    border-right: 11px solid #1A8E42 !important;
  }
  .border-bottom-primary-sm-11 {
    border-bottom: 11px solid #1A8E42 !important;
  }
  .border-left-primary-sm-11 {
    border-left: 11px solid #1A8E42 !important;
  }
  .border-primary-sm-12 {
    border: 12px solid #1A8E42 !important;
  }
  .border-top-primary-sm-12 {
    border-top: 12px solid #1A8E42 !important;
  }
  .border-right-primary-sm-12 {
    border-right: 12px solid #1A8E42 !important;
  }
  .border-bottom-primary-sm-12 {
    border-bottom: 12px solid #1A8E42 !important;
  }
  .border-left-primary-sm-12 {
    border-left: 12px solid #1A8E42 !important;
  }
  .border-primary-sm-13 {
    border: 13px solid #1A8E42 !important;
  }
  .border-top-primary-sm-13 {
    border-top: 13px solid #1A8E42 !important;
  }
  .border-right-primary-sm-13 {
    border-right: 13px solid #1A8E42 !important;
  }
  .border-bottom-primary-sm-13 {
    border-bottom: 13px solid #1A8E42 !important;
  }
  .border-left-primary-sm-13 {
    border-left: 13px solid #1A8E42 !important;
  }
  .border-primary-sm-14 {
    border: 14px solid #1A8E42 !important;
  }
  .border-top-primary-sm-14 {
    border-top: 14px solid #1A8E42 !important;
  }
  .border-right-primary-sm-14 {
    border-right: 14px solid #1A8E42 !important;
  }
  .border-bottom-primary-sm-14 {
    border-bottom: 14px solid #1A8E42 !important;
  }
  .border-left-primary-sm-14 {
    border-left: 14px solid #1A8E42 !important;
  }
  .border-primary-sm-15 {
    border: 15px solid #1A8E42 !important;
  }
  .border-top-primary-sm-15 {
    border-top: 15px solid #1A8E42 !important;
  }
  .border-right-primary-sm-15 {
    border-right: 15px solid #1A8E42 !important;
  }
  .border-bottom-primary-sm-15 {
    border-bottom: 15px solid #1A8E42 !important;
  }
  .border-left-primary-sm-15 {
    border-left: 15px solid #1A8E42 !important;
  }
}
/* ############### SM - END ############### */
/* ############### MD - START ############### */
@media (min-width: 768px) {
  .border-md-primary {
    border-color: #1A8E42 !important;
  }
  .border-top-md-primary {
    border-top: 1px solid #1A8E42 !important;
  }
  .border-right-md-primary {
    border-right: 1px solid #1A8E42 !important;
  }
  .border-bottom-md-primary {
    border-bottom: 1px solid #1A8E42 !important;
  }
  .border-left-md-primary {
    border-left: 1px solid #1A8E42 !important;
  }
  .border-primary-md-0 {
    border: 0px solid #1A8E42 !important;
  }
  .border-top-primary-md-0 {
    border-top: 0px solid #1A8E42 !important;
  }
  .border-right-primary-md-0 {
    border-right: 0px solid #1A8E42 !important;
  }
  .border-bottom-primary-md-0 {
    border-bottom: 0px solid #1A8E42 !important;
  }
  .border-left-primary-md-0 {
    border-left: 0px solid #1A8E42 !important;
  }
  .border-primary-md-1 {
    border: 1px solid #1A8E42 !important;
  }
  .border-top-primary-md-1 {
    border-top: 1px solid #1A8E42 !important;
  }
  .border-right-primary-md-1 {
    border-right: 1px solid #1A8E42 !important;
  }
  .border-bottom-primary-md-1 {
    border-bottom: 1px solid #1A8E42 !important;
  }
  .border-left-primary-md-1 {
    border-left: 1px solid #1A8E42 !important;
  }
  .border-primary-md-2 {
    border: 2px solid #1A8E42 !important;
  }
  .border-top-primary-md-2 {
    border-top: 2px solid #1A8E42 !important;
  }
  .border-right-primary-md-2 {
    border-right: 2px solid #1A8E42 !important;
  }
  .border-bottom-primary-md-2 {
    border-bottom: 2px solid #1A8E42 !important;
  }
  .border-left-primary-md-2 {
    border-left: 2px solid #1A8E42 !important;
  }
  .border-primary-md-3 {
    border: 3px solid #1A8E42 !important;
  }
  .border-top-primary-md-3 {
    border-top: 3px solid #1A8E42 !important;
  }
  .border-right-primary-md-3 {
    border-right: 3px solid #1A8E42 !important;
  }
  .border-bottom-primary-md-3 {
    border-bottom: 3px solid #1A8E42 !important;
  }
  .border-left-primary-md-3 {
    border-left: 3px solid #1A8E42 !important;
  }
  .border-primary-md-4 {
    border: 4px solid #1A8E42 !important;
  }
  .border-top-primary-md-4 {
    border-top: 4px solid #1A8E42 !important;
  }
  .border-right-primary-md-4 {
    border-right: 4px solid #1A8E42 !important;
  }
  .border-bottom-primary-md-4 {
    border-bottom: 4px solid #1A8E42 !important;
  }
  .border-left-primary-md-4 {
    border-left: 4px solid #1A8E42 !important;
  }
  .border-primary-md-5 {
    border: 5px solid #1A8E42 !important;
  }
  .border-top-primary-md-5 {
    border-top: 5px solid #1A8E42 !important;
  }
  .border-right-primary-md-5 {
    border-right: 5px solid #1A8E42 !important;
  }
  .border-bottom-primary-md-5 {
    border-bottom: 5px solid #1A8E42 !important;
  }
  .border-left-primary-md-5 {
    border-left: 5px solid #1A8E42 !important;
  }
  .border-primary-md-6 {
    border: 6px solid #1A8E42 !important;
  }
  .border-top-primary-md-6 {
    border-top: 6px solid #1A8E42 !important;
  }
  .border-right-primary-md-6 {
    border-right: 6px solid #1A8E42 !important;
  }
  .border-bottom-primary-md-6 {
    border-bottom: 6px solid #1A8E42 !important;
  }
  .border-left-primary-md-6 {
    border-left: 6px solid #1A8E42 !important;
  }
  .border-primary-md-7 {
    border: 7px solid #1A8E42 !important;
  }
  .border-top-primary-md-7 {
    border-top: 7px solid #1A8E42 !important;
  }
  .border-right-primary-md-7 {
    border-right: 7px solid #1A8E42 !important;
  }
  .border-bottom-primary-md-7 {
    border-bottom: 7px solid #1A8E42 !important;
  }
  .border-left-primary-md-7 {
    border-left: 7px solid #1A8E42 !important;
  }
  .border-primary-md-8 {
    border: 8px solid #1A8E42 !important;
  }
  .border-top-primary-md-8 {
    border-top: 8px solid #1A8E42 !important;
  }
  .border-right-primary-md-8 {
    border-right: 8px solid #1A8E42 !important;
  }
  .border-bottom-primary-md-8 {
    border-bottom: 8px solid #1A8E42 !important;
  }
  .border-left-primary-md-8 {
    border-left: 8px solid #1A8E42 !important;
  }
  .border-primary-md-9 {
    border: 9px solid #1A8E42 !important;
  }
  .border-top-primary-md-9 {
    border-top: 9px solid #1A8E42 !important;
  }
  .border-right-primary-md-9 {
    border-right: 9px solid #1A8E42 !important;
  }
  .border-bottom-primary-md-9 {
    border-bottom: 9px solid #1A8E42 !important;
  }
  .border-left-primary-md-9 {
    border-left: 9px solid #1A8E42 !important;
  }
  .border-primary-md-10 {
    border: 10px solid #1A8E42 !important;
  }
  .border-top-primary-md-10 {
    border-top: 10px solid #1A8E42 !important;
  }
  .border-right-primary-md-10 {
    border-right: 10px solid #1A8E42 !important;
  }
  .border-bottom-primary-md-10 {
    border-bottom: 10px solid #1A8E42 !important;
  }
  .border-left-primary-md-10 {
    border-left: 10px solid #1A8E42 !important;
  }
  .border-primary-md-11 {
    border: 11px solid #1A8E42 !important;
  }
  .border-top-primary-md-11 {
    border-top: 11px solid #1A8E42 !important;
  }
  .border-right-primary-md-11 {
    border-right: 11px solid #1A8E42 !important;
  }
  .border-bottom-primary-md-11 {
    border-bottom: 11px solid #1A8E42 !important;
  }
  .border-left-primary-md-11 {
    border-left: 11px solid #1A8E42 !important;
  }
  .border-primary-md-12 {
    border: 12px solid #1A8E42 !important;
  }
  .border-top-primary-md-12 {
    border-top: 12px solid #1A8E42 !important;
  }
  .border-right-primary-md-12 {
    border-right: 12px solid #1A8E42 !important;
  }
  .border-bottom-primary-md-12 {
    border-bottom: 12px solid #1A8E42 !important;
  }
  .border-left-primary-md-12 {
    border-left: 12px solid #1A8E42 !important;
  }
  .border-primary-md-13 {
    border: 13px solid #1A8E42 !important;
  }
  .border-top-primary-md-13 {
    border-top: 13px solid #1A8E42 !important;
  }
  .border-right-primary-md-13 {
    border-right: 13px solid #1A8E42 !important;
  }
  .border-bottom-primary-md-13 {
    border-bottom: 13px solid #1A8E42 !important;
  }
  .border-left-primary-md-13 {
    border-left: 13px solid #1A8E42 !important;
  }
  .border-primary-md-14 {
    border: 14px solid #1A8E42 !important;
  }
  .border-top-primary-md-14 {
    border-top: 14px solid #1A8E42 !important;
  }
  .border-right-primary-md-14 {
    border-right: 14px solid #1A8E42 !important;
  }
  .border-bottom-primary-md-14 {
    border-bottom: 14px solid #1A8E42 !important;
  }
  .border-left-primary-md-14 {
    border-left: 14px solid #1A8E42 !important;
  }
  .border-primary-md-15 {
    border: 15px solid #1A8E42 !important;
  }
  .border-top-primary-md-15 {
    border-top: 15px solid #1A8E42 !important;
  }
  .border-right-primary-md-15 {
    border-right: 15px solid #1A8E42 !important;
  }
  .border-bottom-primary-md-15 {
    border-bottom: 15px solid #1A8E42 !important;
  }
  .border-left-primary-md-15 {
    border-left: 15px solid #1A8E42 !important;
  }
}
/* ############### MD - END ############### */
/* ############### LG - START ############### */
@media (min-width: 992px) {
  .border-lg-primary {
    border-color: #1A8E42 !important;
  }
  .border-top-lg-primary {
    border-top: 1px solid #1A8E42 !important;
  }
  .border-right-lg-primary {
    border-right: 1px solid #1A8E42 !important;
  }
  .border-bottom-lg-primary {
    border-bottom: 1px solid #1A8E42 !important;
  }
  .border-left-lg-primary {
    border-left: 1px solid #1A8E42 !important;
  }
  .border-primary-lg-0 {
    border: 0px solid #1A8E42 !important;
  }
  .border-top-primary-lg-0 {
    border-top: 0px solid #1A8E42 !important;
  }
  .border-right-primary-lg-0 {
    border-right: 0px solid #1A8E42 !important;
  }
  .border-bottom-primary-lg-0 {
    border-bottom: 0px solid #1A8E42 !important;
  }
  .border-left-primary-lg-0 {
    border-left: 0px solid #1A8E42 !important;
  }
  .border-primary-lg-1 {
    border: 1px solid #1A8E42 !important;
  }
  .border-top-primary-lg-1 {
    border-top: 1px solid #1A8E42 !important;
  }
  .border-right-primary-lg-1 {
    border-right: 1px solid #1A8E42 !important;
  }
  .border-bottom-primary-lg-1 {
    border-bottom: 1px solid #1A8E42 !important;
  }
  .border-left-primary-lg-1 {
    border-left: 1px solid #1A8E42 !important;
  }
  .border-primary-lg-2 {
    border: 2px solid #1A8E42 !important;
  }
  .border-top-primary-lg-2 {
    border-top: 2px solid #1A8E42 !important;
  }
  .border-right-primary-lg-2 {
    border-right: 2px solid #1A8E42 !important;
  }
  .border-bottom-primary-lg-2 {
    border-bottom: 2px solid #1A8E42 !important;
  }
  .border-left-primary-lg-2 {
    border-left: 2px solid #1A8E42 !important;
  }
  .border-primary-lg-3 {
    border: 3px solid #1A8E42 !important;
  }
  .border-top-primary-lg-3 {
    border-top: 3px solid #1A8E42 !important;
  }
  .border-right-primary-lg-3 {
    border-right: 3px solid #1A8E42 !important;
  }
  .border-bottom-primary-lg-3 {
    border-bottom: 3px solid #1A8E42 !important;
  }
  .border-left-primary-lg-3 {
    border-left: 3px solid #1A8E42 !important;
  }
  .border-primary-lg-4 {
    border: 4px solid #1A8E42 !important;
  }
  .border-top-primary-lg-4 {
    border-top: 4px solid #1A8E42 !important;
  }
  .border-right-primary-lg-4 {
    border-right: 4px solid #1A8E42 !important;
  }
  .border-bottom-primary-lg-4 {
    border-bottom: 4px solid #1A8E42 !important;
  }
  .border-left-primary-lg-4 {
    border-left: 4px solid #1A8E42 !important;
  }
  .border-primary-lg-5 {
    border: 5px solid #1A8E42 !important;
  }
  .border-top-primary-lg-5 {
    border-top: 5px solid #1A8E42 !important;
  }
  .border-right-primary-lg-5 {
    border-right: 5px solid #1A8E42 !important;
  }
  .border-bottom-primary-lg-5 {
    border-bottom: 5px solid #1A8E42 !important;
  }
  .border-left-primary-lg-5 {
    border-left: 5px solid #1A8E42 !important;
  }
  .border-primary-lg-6 {
    border: 6px solid #1A8E42 !important;
  }
  .border-top-primary-lg-6 {
    border-top: 6px solid #1A8E42 !important;
  }
  .border-right-primary-lg-6 {
    border-right: 6px solid #1A8E42 !important;
  }
  .border-bottom-primary-lg-6 {
    border-bottom: 6px solid #1A8E42 !important;
  }
  .border-left-primary-lg-6 {
    border-left: 6px solid #1A8E42 !important;
  }
  .border-primary-lg-7 {
    border: 7px solid #1A8E42 !important;
  }
  .border-top-primary-lg-7 {
    border-top: 7px solid #1A8E42 !important;
  }
  .border-right-primary-lg-7 {
    border-right: 7px solid #1A8E42 !important;
  }
  .border-bottom-primary-lg-7 {
    border-bottom: 7px solid #1A8E42 !important;
  }
  .border-left-primary-lg-7 {
    border-left: 7px solid #1A8E42 !important;
  }
  .border-primary-lg-8 {
    border: 8px solid #1A8E42 !important;
  }
  .border-top-primary-lg-8 {
    border-top: 8px solid #1A8E42 !important;
  }
  .border-right-primary-lg-8 {
    border-right: 8px solid #1A8E42 !important;
  }
  .border-bottom-primary-lg-8 {
    border-bottom: 8px solid #1A8E42 !important;
  }
  .border-left-primary-lg-8 {
    border-left: 8px solid #1A8E42 !important;
  }
  .border-primary-lg-9 {
    border: 9px solid #1A8E42 !important;
  }
  .border-top-primary-lg-9 {
    border-top: 9px solid #1A8E42 !important;
  }
  .border-right-primary-lg-9 {
    border-right: 9px solid #1A8E42 !important;
  }
  .border-bottom-primary-lg-9 {
    border-bottom: 9px solid #1A8E42 !important;
  }
  .border-left-primary-lg-9 {
    border-left: 9px solid #1A8E42 !important;
  }
  .border-primary-lg-10 {
    border: 10px solid #1A8E42 !important;
  }
  .border-top-primary-lg-10 {
    border-top: 10px solid #1A8E42 !important;
  }
  .border-right-primary-lg-10 {
    border-right: 10px solid #1A8E42 !important;
  }
  .border-bottom-primary-lg-10 {
    border-bottom: 10px solid #1A8E42 !important;
  }
  .border-left-primary-lg-10 {
    border-left: 10px solid #1A8E42 !important;
  }
  .border-primary-lg-11 {
    border: 11px solid #1A8E42 !important;
  }
  .border-top-primary-lg-11 {
    border-top: 11px solid #1A8E42 !important;
  }
  .border-right-primary-lg-11 {
    border-right: 11px solid #1A8E42 !important;
  }
  .border-bottom-primary-lg-11 {
    border-bottom: 11px solid #1A8E42 !important;
  }
  .border-left-primary-lg-11 {
    border-left: 11px solid #1A8E42 !important;
  }
  .border-primary-lg-12 {
    border: 12px solid #1A8E42 !important;
  }
  .border-top-primary-lg-12 {
    border-top: 12px solid #1A8E42 !important;
  }
  .border-right-primary-lg-12 {
    border-right: 12px solid #1A8E42 !important;
  }
  .border-bottom-primary-lg-12 {
    border-bottom: 12px solid #1A8E42 !important;
  }
  .border-left-primary-lg-12 {
    border-left: 12px solid #1A8E42 !important;
  }
  .border-primary-lg-13 {
    border: 13px solid #1A8E42 !important;
  }
  .border-top-primary-lg-13 {
    border-top: 13px solid #1A8E42 !important;
  }
  .border-right-primary-lg-13 {
    border-right: 13px solid #1A8E42 !important;
  }
  .border-bottom-primary-lg-13 {
    border-bottom: 13px solid #1A8E42 !important;
  }
  .border-left-primary-lg-13 {
    border-left: 13px solid #1A8E42 !important;
  }
  .border-primary-lg-14 {
    border: 14px solid #1A8E42 !important;
  }
  .border-top-primary-lg-14 {
    border-top: 14px solid #1A8E42 !important;
  }
  .border-right-primary-lg-14 {
    border-right: 14px solid #1A8E42 !important;
  }
  .border-bottom-primary-lg-14 {
    border-bottom: 14px solid #1A8E42 !important;
  }
  .border-left-primary-lg-14 {
    border-left: 14px solid #1A8E42 !important;
  }
  .border-primary-lg-15 {
    border: 15px solid #1A8E42 !important;
  }
  .border-top-primary-lg-15 {
    border-top: 15px solid #1A8E42 !important;
  }
  .border-right-primary-lg-15 {
    border-right: 15px solid #1A8E42 !important;
  }
  .border-bottom-primary-lg-15 {
    border-bottom: 15px solid #1A8E42 !important;
  }
  .border-left-primary-lg-15 {
    border-left: 15px solid #1A8E42 !important;
  }
}
/* ############### LG - END ############### */
/* ############### XL - START ############### */
@media (min-width: 1200px) {
  .border-xl-primary {
    border-color: #1A8E42 !important;
  }
  .border-top-xl-primary {
    border-top: 1px solid #1A8E42 !important;
  }
  .border-right-xl-primary {
    border-right: 1px solid #1A8E42 !important;
  }
  .border-bottom-xl-primary {
    border-bottom: 1px solid #1A8E42 !important;
  }
  .border-left-xl-primary {
    border-left: 1px solid #1A8E42 !important;
  }
  .border-primary-xl-0 {
    border: 0px solid #1A8E42 !important;
  }
  .border-top-primary-xl-0 {
    border-top: 0px solid #1A8E42 !important;
  }
  .border-right-primary-xl-0 {
    border-right: 0px solid #1A8E42 !important;
  }
  .border-bottom-primary-xl-0 {
    border-bottom: 0px solid #1A8E42 !important;
  }
  .border-left-primary-xl-0 {
    border-left: 0px solid #1A8E42 !important;
  }
  .border-primary-xl-1 {
    border: 1px solid #1A8E42 !important;
  }
  .border-top-primary-xl-1 {
    border-top: 1px solid #1A8E42 !important;
  }
  .border-right-primary-xl-1 {
    border-right: 1px solid #1A8E42 !important;
  }
  .border-bottom-primary-xl-1 {
    border-bottom: 1px solid #1A8E42 !important;
  }
  .border-left-primary-xl-1 {
    border-left: 1px solid #1A8E42 !important;
  }
  .border-primary-xl-2 {
    border: 2px solid #1A8E42 !important;
  }
  .border-top-primary-xl-2 {
    border-top: 2px solid #1A8E42 !important;
  }
  .border-right-primary-xl-2 {
    border-right: 2px solid #1A8E42 !important;
  }
  .border-bottom-primary-xl-2 {
    border-bottom: 2px solid #1A8E42 !important;
  }
  .border-left-primary-xl-2 {
    border-left: 2px solid #1A8E42 !important;
  }
  .border-primary-xl-3 {
    border: 3px solid #1A8E42 !important;
  }
  .border-top-primary-xl-3 {
    border-top: 3px solid #1A8E42 !important;
  }
  .border-right-primary-xl-3 {
    border-right: 3px solid #1A8E42 !important;
  }
  .border-bottom-primary-xl-3 {
    border-bottom: 3px solid #1A8E42 !important;
  }
  .border-left-primary-xl-3 {
    border-left: 3px solid #1A8E42 !important;
  }
  .border-primary-xl-4 {
    border: 4px solid #1A8E42 !important;
  }
  .border-top-primary-xl-4 {
    border-top: 4px solid #1A8E42 !important;
  }
  .border-right-primary-xl-4 {
    border-right: 4px solid #1A8E42 !important;
  }
  .border-bottom-primary-xl-4 {
    border-bottom: 4px solid #1A8E42 !important;
  }
  .border-left-primary-xl-4 {
    border-left: 4px solid #1A8E42 !important;
  }
  .border-primary-xl-5 {
    border: 5px solid #1A8E42 !important;
  }
  .border-top-primary-xl-5 {
    border-top: 5px solid #1A8E42 !important;
  }
  .border-right-primary-xl-5 {
    border-right: 5px solid #1A8E42 !important;
  }
  .border-bottom-primary-xl-5 {
    border-bottom: 5px solid #1A8E42 !important;
  }
  .border-left-primary-xl-5 {
    border-left: 5px solid #1A8E42 !important;
  }
  .border-primary-xl-6 {
    border: 6px solid #1A8E42 !important;
  }
  .border-top-primary-xl-6 {
    border-top: 6px solid #1A8E42 !important;
  }
  .border-right-primary-xl-6 {
    border-right: 6px solid #1A8E42 !important;
  }
  .border-bottom-primary-xl-6 {
    border-bottom: 6px solid #1A8E42 !important;
  }
  .border-left-primary-xl-6 {
    border-left: 6px solid #1A8E42 !important;
  }
  .border-primary-xl-7 {
    border: 7px solid #1A8E42 !important;
  }
  .border-top-primary-xl-7 {
    border-top: 7px solid #1A8E42 !important;
  }
  .border-right-primary-xl-7 {
    border-right: 7px solid #1A8E42 !important;
  }
  .border-bottom-primary-xl-7 {
    border-bottom: 7px solid #1A8E42 !important;
  }
  .border-left-primary-xl-7 {
    border-left: 7px solid #1A8E42 !important;
  }
  .border-primary-xl-8 {
    border: 8px solid #1A8E42 !important;
  }
  .border-top-primary-xl-8 {
    border-top: 8px solid #1A8E42 !important;
  }
  .border-right-primary-xl-8 {
    border-right: 8px solid #1A8E42 !important;
  }
  .border-bottom-primary-xl-8 {
    border-bottom: 8px solid #1A8E42 !important;
  }
  .border-left-primary-xl-8 {
    border-left: 8px solid #1A8E42 !important;
  }
  .border-primary-xl-9 {
    border: 9px solid #1A8E42 !important;
  }
  .border-top-primary-xl-9 {
    border-top: 9px solid #1A8E42 !important;
  }
  .border-right-primary-xl-9 {
    border-right: 9px solid #1A8E42 !important;
  }
  .border-bottom-primary-xl-9 {
    border-bottom: 9px solid #1A8E42 !important;
  }
  .border-left-primary-xl-9 {
    border-left: 9px solid #1A8E42 !important;
  }
  .border-primary-xl-10 {
    border: 10px solid #1A8E42 !important;
  }
  .border-top-primary-xl-10 {
    border-top: 10px solid #1A8E42 !important;
  }
  .border-right-primary-xl-10 {
    border-right: 10px solid #1A8E42 !important;
  }
  .border-bottom-primary-xl-10 {
    border-bottom: 10px solid #1A8E42 !important;
  }
  .border-left-primary-xl-10 {
    border-left: 10px solid #1A8E42 !important;
  }
  .border-primary-xl-11 {
    border: 11px solid #1A8E42 !important;
  }
  .border-top-primary-xl-11 {
    border-top: 11px solid #1A8E42 !important;
  }
  .border-right-primary-xl-11 {
    border-right: 11px solid #1A8E42 !important;
  }
  .border-bottom-primary-xl-11 {
    border-bottom: 11px solid #1A8E42 !important;
  }
  .border-left-primary-xl-11 {
    border-left: 11px solid #1A8E42 !important;
  }
  .border-primary-xl-12 {
    border: 12px solid #1A8E42 !important;
  }
  .border-top-primary-xl-12 {
    border-top: 12px solid #1A8E42 !important;
  }
  .border-right-primary-xl-12 {
    border-right: 12px solid #1A8E42 !important;
  }
  .border-bottom-primary-xl-12 {
    border-bottom: 12px solid #1A8E42 !important;
  }
  .border-left-primary-xl-12 {
    border-left: 12px solid #1A8E42 !important;
  }
  .border-primary-xl-13 {
    border: 13px solid #1A8E42 !important;
  }
  .border-top-primary-xl-13 {
    border-top: 13px solid #1A8E42 !important;
  }
  .border-right-primary-xl-13 {
    border-right: 13px solid #1A8E42 !important;
  }
  .border-bottom-primary-xl-13 {
    border-bottom: 13px solid #1A8E42 !important;
  }
  .border-left-primary-xl-13 {
    border-left: 13px solid #1A8E42 !important;
  }
  .border-primary-xl-14 {
    border: 14px solid #1A8E42 !important;
  }
  .border-top-primary-xl-14 {
    border-top: 14px solid #1A8E42 !important;
  }
  .border-right-primary-xl-14 {
    border-right: 14px solid #1A8E42 !important;
  }
  .border-bottom-primary-xl-14 {
    border-bottom: 14px solid #1A8E42 !important;
  }
  .border-left-primary-xl-14 {
    border-left: 14px solid #1A8E42 !important;
  }
  .border-primary-xl-15 {
    border: 15px solid #1A8E42 !important;
  }
  .border-top-primary-xl-15 {
    border-top: 15px solid #1A8E42 !important;
  }
  .border-right-primary-xl-15 {
    border-right: 15px solid #1A8E42 !important;
  }
  .border-bottom-primary-xl-15 {
    border-bottom: 15px solid #1A8E42 !important;
  }
  .border-left-primary-xl-15 {
    border-left: 15px solid #1A8E42 !important;
  }
}
/* ############### XL - END ############### */
/* ############### XXL - START ############### */
@media (min-width: 1400px) {
  .border-xxl-primary {
    border-color: #1A8E42 !important;
  }
  .border-top-xxl-primary {
    border-top: 1px solid #1A8E42 !important;
  }
  .border-right-xxl-primary {
    border-right: 1px solid #1A8E42 !important;
  }
  .border-bottom-xxl-primary {
    border-bottom: 1px solid #1A8E42 !important;
  }
  .border-left-xxl-primary {
    border-left: 1px solid #1A8E42 !important;
  }
  .border-primary-xxl-0 {
    border: 0px solid #1A8E42 !important;
  }
  .border-top-primary-xxl-0 {
    border-top: 0px solid #1A8E42 !important;
  }
  .border-right-primary-xxl-0 {
    border-right: 0px solid #1A8E42 !important;
  }
  .border-bottom-primary-xxl-0 {
    border-bottom: 0px solid #1A8E42 !important;
  }
  .border-left-primary-xxl-0 {
    border-left: 0px solid #1A8E42 !important;
  }
  .border-primary-xxl-1 {
    border: 1px solid #1A8E42 !important;
  }
  .border-top-primary-xxl-1 {
    border-top: 1px solid #1A8E42 !important;
  }
  .border-right-primary-xxl-1 {
    border-right: 1px solid #1A8E42 !important;
  }
  .border-bottom-primary-xxl-1 {
    border-bottom: 1px solid #1A8E42 !important;
  }
  .border-left-primary-xxl-1 {
    border-left: 1px solid #1A8E42 !important;
  }
  .border-primary-xxl-2 {
    border: 2px solid #1A8E42 !important;
  }
  .border-top-primary-xxl-2 {
    border-top: 2px solid #1A8E42 !important;
  }
  .border-right-primary-xxl-2 {
    border-right: 2px solid #1A8E42 !important;
  }
  .border-bottom-primary-xxl-2 {
    border-bottom: 2px solid #1A8E42 !important;
  }
  .border-left-primary-xxl-2 {
    border-left: 2px solid #1A8E42 !important;
  }
  .border-primary-xxl-3 {
    border: 3px solid #1A8E42 !important;
  }
  .border-top-primary-xxl-3 {
    border-top: 3px solid #1A8E42 !important;
  }
  .border-right-primary-xxl-3 {
    border-right: 3px solid #1A8E42 !important;
  }
  .border-bottom-primary-xxl-3 {
    border-bottom: 3px solid #1A8E42 !important;
  }
  .border-left-primary-xxl-3 {
    border-left: 3px solid #1A8E42 !important;
  }
  .border-primary-xxl-4 {
    border: 4px solid #1A8E42 !important;
  }
  .border-top-primary-xxl-4 {
    border-top: 4px solid #1A8E42 !important;
  }
  .border-right-primary-xxl-4 {
    border-right: 4px solid #1A8E42 !important;
  }
  .border-bottom-primary-xxl-4 {
    border-bottom: 4px solid #1A8E42 !important;
  }
  .border-left-primary-xxl-4 {
    border-left: 4px solid #1A8E42 !important;
  }
  .border-primary-xxl-5 {
    border: 5px solid #1A8E42 !important;
  }
  .border-top-primary-xxl-5 {
    border-top: 5px solid #1A8E42 !important;
  }
  .border-right-primary-xxl-5 {
    border-right: 5px solid #1A8E42 !important;
  }
  .border-bottom-primary-xxl-5 {
    border-bottom: 5px solid #1A8E42 !important;
  }
  .border-left-primary-xxl-5 {
    border-left: 5px solid #1A8E42 !important;
  }
  .border-primary-xxl-6 {
    border: 6px solid #1A8E42 !important;
  }
  .border-top-primary-xxl-6 {
    border-top: 6px solid #1A8E42 !important;
  }
  .border-right-primary-xxl-6 {
    border-right: 6px solid #1A8E42 !important;
  }
  .border-bottom-primary-xxl-6 {
    border-bottom: 6px solid #1A8E42 !important;
  }
  .border-left-primary-xxl-6 {
    border-left: 6px solid #1A8E42 !important;
  }
  .border-primary-xxl-7 {
    border: 7px solid #1A8E42 !important;
  }
  .border-top-primary-xxl-7 {
    border-top: 7px solid #1A8E42 !important;
  }
  .border-right-primary-xxl-7 {
    border-right: 7px solid #1A8E42 !important;
  }
  .border-bottom-primary-xxl-7 {
    border-bottom: 7px solid #1A8E42 !important;
  }
  .border-left-primary-xxl-7 {
    border-left: 7px solid #1A8E42 !important;
  }
  .border-primary-xxl-8 {
    border: 8px solid #1A8E42 !important;
  }
  .border-top-primary-xxl-8 {
    border-top: 8px solid #1A8E42 !important;
  }
  .border-right-primary-xxl-8 {
    border-right: 8px solid #1A8E42 !important;
  }
  .border-bottom-primary-xxl-8 {
    border-bottom: 8px solid #1A8E42 !important;
  }
  .border-left-primary-xxl-8 {
    border-left: 8px solid #1A8E42 !important;
  }
  .border-primary-xxl-9 {
    border: 9px solid #1A8E42 !important;
  }
  .border-top-primary-xxl-9 {
    border-top: 9px solid #1A8E42 !important;
  }
  .border-right-primary-xxl-9 {
    border-right: 9px solid #1A8E42 !important;
  }
  .border-bottom-primary-xxl-9 {
    border-bottom: 9px solid #1A8E42 !important;
  }
  .border-left-primary-xxl-9 {
    border-left: 9px solid #1A8E42 !important;
  }
  .border-primary-xxl-10 {
    border: 10px solid #1A8E42 !important;
  }
  .border-top-primary-xxl-10 {
    border-top: 10px solid #1A8E42 !important;
  }
  .border-right-primary-xxl-10 {
    border-right: 10px solid #1A8E42 !important;
  }
  .border-bottom-primary-xxl-10 {
    border-bottom: 10px solid #1A8E42 !important;
  }
  .border-left-primary-xxl-10 {
    border-left: 10px solid #1A8E42 !important;
  }
  .border-primary-xxl-11 {
    border: 11px solid #1A8E42 !important;
  }
  .border-top-primary-xxl-11 {
    border-top: 11px solid #1A8E42 !important;
  }
  .border-right-primary-xxl-11 {
    border-right: 11px solid #1A8E42 !important;
  }
  .border-bottom-primary-xxl-11 {
    border-bottom: 11px solid #1A8E42 !important;
  }
  .border-left-primary-xxl-11 {
    border-left: 11px solid #1A8E42 !important;
  }
  .border-primary-xxl-12 {
    border: 12px solid #1A8E42 !important;
  }
  .border-top-primary-xxl-12 {
    border-top: 12px solid #1A8E42 !important;
  }
  .border-right-primary-xxl-12 {
    border-right: 12px solid #1A8E42 !important;
  }
  .border-bottom-primary-xxl-12 {
    border-bottom: 12px solid #1A8E42 !important;
  }
  .border-left-primary-xxl-12 {
    border-left: 12px solid #1A8E42 !important;
  }
  .border-primary-xxl-13 {
    border: 13px solid #1A8E42 !important;
  }
  .border-top-primary-xxl-13 {
    border-top: 13px solid #1A8E42 !important;
  }
  .border-right-primary-xxl-13 {
    border-right: 13px solid #1A8E42 !important;
  }
  .border-bottom-primary-xxl-13 {
    border-bottom: 13px solid #1A8E42 !important;
  }
  .border-left-primary-xxl-13 {
    border-left: 13px solid #1A8E42 !important;
  }
  .border-primary-xxl-14 {
    border: 14px solid #1A8E42 !important;
  }
  .border-top-primary-xxl-14 {
    border-top: 14px solid #1A8E42 !important;
  }
  .border-right-primary-xxl-14 {
    border-right: 14px solid #1A8E42 !important;
  }
  .border-bottom-primary-xxl-14 {
    border-bottom: 14px solid #1A8E42 !important;
  }
  .border-left-primary-xxl-14 {
    border-left: 14px solid #1A8E42 !important;
  }
  .border-primary-xxl-15 {
    border: 15px solid #1A8E42 !important;
  }
  .border-top-primary-xxl-15 {
    border-top: 15px solid #1A8E42 !important;
  }
  .border-right-primary-xxl-15 {
    border-right: 15px solid #1A8E42 !important;
  }
  .border-bottom-primary-xxl-15 {
    border-bottom: 15px solid #1A8E42 !important;
  }
  .border-left-primary-xxl-15 {
    border-left: 15px solid #1A8E42 !important;
  }
}
/* ############### XXL - END ############### */
/* ############### XXXL - START ############### */
@media (min-width: 1600px) {
  .border-xxxl-primary {
    border-color: #1A8E42 !important;
  }
  .border-top-xxxl-primary {
    border-top: 1px solid #1A8E42 !important;
  }
  .border-right-xxxl-primary {
    border-right: 1px solid #1A8E42 !important;
  }
  .border-bottom-xxxl-primary {
    border-bottom: 1px solid #1A8E42 !important;
  }
  .border-left-xxxl-primary {
    border-left: 1px solid #1A8E42 !important;
  }
  .border-primary-xxxl-0 {
    border: 0px solid #1A8E42 !important;
  }
  .border-top-primary-xxxl-0 {
    border-top: 0px solid #1A8E42 !important;
  }
  .border-right-primary-xxxl-0 {
    border-right: 0px solid #1A8E42 !important;
  }
  .border-bottom-primary-xxxl-0 {
    border-bottom: 0px solid #1A8E42 !important;
  }
  .border-left-primary-xxxl-0 {
    border-left: 0px solid #1A8E42 !important;
  }
  .border-primary-xxxl-1 {
    border: 1px solid #1A8E42 !important;
  }
  .border-top-primary-xxxl-1 {
    border-top: 1px solid #1A8E42 !important;
  }
  .border-right-primary-xxxl-1 {
    border-right: 1px solid #1A8E42 !important;
  }
  .border-bottom-primary-xxxl-1 {
    border-bottom: 1px solid #1A8E42 !important;
  }
  .border-left-primary-xxxl-1 {
    border-left: 1px solid #1A8E42 !important;
  }
  .border-primary-xxxl-2 {
    border: 2px solid #1A8E42 !important;
  }
  .border-top-primary-xxxl-2 {
    border-top: 2px solid #1A8E42 !important;
  }
  .border-right-primary-xxxl-2 {
    border-right: 2px solid #1A8E42 !important;
  }
  .border-bottom-primary-xxxl-2 {
    border-bottom: 2px solid #1A8E42 !important;
  }
  .border-left-primary-xxxl-2 {
    border-left: 2px solid #1A8E42 !important;
  }
  .border-primary-xxxl-3 {
    border: 3px solid #1A8E42 !important;
  }
  .border-top-primary-xxxl-3 {
    border-top: 3px solid #1A8E42 !important;
  }
  .border-right-primary-xxxl-3 {
    border-right: 3px solid #1A8E42 !important;
  }
  .border-bottom-primary-xxxl-3 {
    border-bottom: 3px solid #1A8E42 !important;
  }
  .border-left-primary-xxxl-3 {
    border-left: 3px solid #1A8E42 !important;
  }
  .border-primary-xxxl-4 {
    border: 4px solid #1A8E42 !important;
  }
  .border-top-primary-xxxl-4 {
    border-top: 4px solid #1A8E42 !important;
  }
  .border-right-primary-xxxl-4 {
    border-right: 4px solid #1A8E42 !important;
  }
  .border-bottom-primary-xxxl-4 {
    border-bottom: 4px solid #1A8E42 !important;
  }
  .border-left-primary-xxxl-4 {
    border-left: 4px solid #1A8E42 !important;
  }
  .border-primary-xxxl-5 {
    border: 5px solid #1A8E42 !important;
  }
  .border-top-primary-xxxl-5 {
    border-top: 5px solid #1A8E42 !important;
  }
  .border-right-primary-xxxl-5 {
    border-right: 5px solid #1A8E42 !important;
  }
  .border-bottom-primary-xxxl-5 {
    border-bottom: 5px solid #1A8E42 !important;
  }
  .border-left-primary-xxxl-5 {
    border-left: 5px solid #1A8E42 !important;
  }
  .border-primary-xxxl-6 {
    border: 6px solid #1A8E42 !important;
  }
  .border-top-primary-xxxl-6 {
    border-top: 6px solid #1A8E42 !important;
  }
  .border-right-primary-xxxl-6 {
    border-right: 6px solid #1A8E42 !important;
  }
  .border-bottom-primary-xxxl-6 {
    border-bottom: 6px solid #1A8E42 !important;
  }
  .border-left-primary-xxxl-6 {
    border-left: 6px solid #1A8E42 !important;
  }
  .border-primary-xxxl-7 {
    border: 7px solid #1A8E42 !important;
  }
  .border-top-primary-xxxl-7 {
    border-top: 7px solid #1A8E42 !important;
  }
  .border-right-primary-xxxl-7 {
    border-right: 7px solid #1A8E42 !important;
  }
  .border-bottom-primary-xxxl-7 {
    border-bottom: 7px solid #1A8E42 !important;
  }
  .border-left-primary-xxxl-7 {
    border-left: 7px solid #1A8E42 !important;
  }
  .border-primary-xxxl-8 {
    border: 8px solid #1A8E42 !important;
  }
  .border-top-primary-xxxl-8 {
    border-top: 8px solid #1A8E42 !important;
  }
  .border-right-primary-xxxl-8 {
    border-right: 8px solid #1A8E42 !important;
  }
  .border-bottom-primary-xxxl-8 {
    border-bottom: 8px solid #1A8E42 !important;
  }
  .border-left-primary-xxxl-8 {
    border-left: 8px solid #1A8E42 !important;
  }
  .border-primary-xxxl-9 {
    border: 9px solid #1A8E42 !important;
  }
  .border-top-primary-xxxl-9 {
    border-top: 9px solid #1A8E42 !important;
  }
  .border-right-primary-xxxl-9 {
    border-right: 9px solid #1A8E42 !important;
  }
  .border-bottom-primary-xxxl-9 {
    border-bottom: 9px solid #1A8E42 !important;
  }
  .border-left-primary-xxxl-9 {
    border-left: 9px solid #1A8E42 !important;
  }
  .border-primary-xxxl-10 {
    border: 10px solid #1A8E42 !important;
  }
  .border-top-primary-xxxl-10 {
    border-top: 10px solid #1A8E42 !important;
  }
  .border-right-primary-xxxl-10 {
    border-right: 10px solid #1A8E42 !important;
  }
  .border-bottom-primary-xxxl-10 {
    border-bottom: 10px solid #1A8E42 !important;
  }
  .border-left-primary-xxxl-10 {
    border-left: 10px solid #1A8E42 !important;
  }
  .border-primary-xxxl-11 {
    border: 11px solid #1A8E42 !important;
  }
  .border-top-primary-xxxl-11 {
    border-top: 11px solid #1A8E42 !important;
  }
  .border-right-primary-xxxl-11 {
    border-right: 11px solid #1A8E42 !important;
  }
  .border-bottom-primary-xxxl-11 {
    border-bottom: 11px solid #1A8E42 !important;
  }
  .border-left-primary-xxxl-11 {
    border-left: 11px solid #1A8E42 !important;
  }
  .border-primary-xxxl-12 {
    border: 12px solid #1A8E42 !important;
  }
  .border-top-primary-xxxl-12 {
    border-top: 12px solid #1A8E42 !important;
  }
  .border-right-primary-xxxl-12 {
    border-right: 12px solid #1A8E42 !important;
  }
  .border-bottom-primary-xxxl-12 {
    border-bottom: 12px solid #1A8E42 !important;
  }
  .border-left-primary-xxxl-12 {
    border-left: 12px solid #1A8E42 !important;
  }
  .border-primary-xxxl-13 {
    border: 13px solid #1A8E42 !important;
  }
  .border-top-primary-xxxl-13 {
    border-top: 13px solid #1A8E42 !important;
  }
  .border-right-primary-xxxl-13 {
    border-right: 13px solid #1A8E42 !important;
  }
  .border-bottom-primary-xxxl-13 {
    border-bottom: 13px solid #1A8E42 !important;
  }
  .border-left-primary-xxxl-13 {
    border-left: 13px solid #1A8E42 !important;
  }
  .border-primary-xxxl-14 {
    border: 14px solid #1A8E42 !important;
  }
  .border-top-primary-xxxl-14 {
    border-top: 14px solid #1A8E42 !important;
  }
  .border-right-primary-xxxl-14 {
    border-right: 14px solid #1A8E42 !important;
  }
  .border-bottom-primary-xxxl-14 {
    border-bottom: 14px solid #1A8E42 !important;
  }
  .border-left-primary-xxxl-14 {
    border-left: 14px solid #1A8E42 !important;
  }
  .border-primary-xxxl-15 {
    border: 15px solid #1A8E42 !important;
  }
  .border-top-primary-xxxl-15 {
    border-top: 15px solid #1A8E42 !important;
  }
  .border-right-primary-xxxl-15 {
    border-right: 15px solid #1A8E42 !important;
  }
  .border-bottom-primary-xxxl-15 {
    border-bottom: 15px solid #1A8E42 !important;
  }
  .border-left-primary-xxxl-15 {
    border-left: 15px solid #1A8E42 !important;
  }
}
/* ############### XXXL - END ############### */
/* ############### XXXXL - START ############### */
@media (min-width: 1900px) {
  .border-xxxxl-primary {
    border-color: #1A8E42 !important;
  }
  .border-top-xxxxl-primary {
    border-top: 1px solid #1A8E42 !important;
  }
  .border-right-xxxxl-primary {
    border-right: 1px solid #1A8E42 !important;
  }
  .border-bottom-xxxxl-primary {
    border-bottom: 1px solid #1A8E42 !important;
  }
  .border-left-xxxxl-primary {
    border-left: 1px solid #1A8E42 !important;
  }
  .border-primary-xxxxl-0 {
    border: 0px solid #1A8E42 !important;
  }
  .border-top-primary-xxxxl-0 {
    border-top: 0px solid #1A8E42 !important;
  }
  .border-right-primary-xxxxl-0 {
    border-right: 0px solid #1A8E42 !important;
  }
  .border-bottom-primary-xxxxl-0 {
    border-bottom: 0px solid #1A8E42 !important;
  }
  .border-left-primary-xxxxl-0 {
    border-left: 0px solid #1A8E42 !important;
  }
  .border-primary-xxxxl-1 {
    border: 1px solid #1A8E42 !important;
  }
  .border-top-primary-xxxxl-1 {
    border-top: 1px solid #1A8E42 !important;
  }
  .border-right-primary-xxxxl-1 {
    border-right: 1px solid #1A8E42 !important;
  }
  .border-bottom-primary-xxxxl-1 {
    border-bottom: 1px solid #1A8E42 !important;
  }
  .border-left-primary-xxxxl-1 {
    border-left: 1px solid #1A8E42 !important;
  }
  .border-primary-xxxxl-2 {
    border: 2px solid #1A8E42 !important;
  }
  .border-top-primary-xxxxl-2 {
    border-top: 2px solid #1A8E42 !important;
  }
  .border-right-primary-xxxxl-2 {
    border-right: 2px solid #1A8E42 !important;
  }
  .border-bottom-primary-xxxxl-2 {
    border-bottom: 2px solid #1A8E42 !important;
  }
  .border-left-primary-xxxxl-2 {
    border-left: 2px solid #1A8E42 !important;
  }
  .border-primary-xxxxl-3 {
    border: 3px solid #1A8E42 !important;
  }
  .border-top-primary-xxxxl-3 {
    border-top: 3px solid #1A8E42 !important;
  }
  .border-right-primary-xxxxl-3 {
    border-right: 3px solid #1A8E42 !important;
  }
  .border-bottom-primary-xxxxl-3 {
    border-bottom: 3px solid #1A8E42 !important;
  }
  .border-left-primary-xxxxl-3 {
    border-left: 3px solid #1A8E42 !important;
  }
  .border-primary-xxxxl-4 {
    border: 4px solid #1A8E42 !important;
  }
  .border-top-primary-xxxxl-4 {
    border-top: 4px solid #1A8E42 !important;
  }
  .border-right-primary-xxxxl-4 {
    border-right: 4px solid #1A8E42 !important;
  }
  .border-bottom-primary-xxxxl-4 {
    border-bottom: 4px solid #1A8E42 !important;
  }
  .border-left-primary-xxxxl-4 {
    border-left: 4px solid #1A8E42 !important;
  }
  .border-primary-xxxxl-5 {
    border: 5px solid #1A8E42 !important;
  }
  .border-top-primary-xxxxl-5 {
    border-top: 5px solid #1A8E42 !important;
  }
  .border-right-primary-xxxxl-5 {
    border-right: 5px solid #1A8E42 !important;
  }
  .border-bottom-primary-xxxxl-5 {
    border-bottom: 5px solid #1A8E42 !important;
  }
  .border-left-primary-xxxxl-5 {
    border-left: 5px solid #1A8E42 !important;
  }
  .border-primary-xxxxl-6 {
    border: 6px solid #1A8E42 !important;
  }
  .border-top-primary-xxxxl-6 {
    border-top: 6px solid #1A8E42 !important;
  }
  .border-right-primary-xxxxl-6 {
    border-right: 6px solid #1A8E42 !important;
  }
  .border-bottom-primary-xxxxl-6 {
    border-bottom: 6px solid #1A8E42 !important;
  }
  .border-left-primary-xxxxl-6 {
    border-left: 6px solid #1A8E42 !important;
  }
  .border-primary-xxxxl-7 {
    border: 7px solid #1A8E42 !important;
  }
  .border-top-primary-xxxxl-7 {
    border-top: 7px solid #1A8E42 !important;
  }
  .border-right-primary-xxxxl-7 {
    border-right: 7px solid #1A8E42 !important;
  }
  .border-bottom-primary-xxxxl-7 {
    border-bottom: 7px solid #1A8E42 !important;
  }
  .border-left-primary-xxxxl-7 {
    border-left: 7px solid #1A8E42 !important;
  }
  .border-primary-xxxxl-8 {
    border: 8px solid #1A8E42 !important;
  }
  .border-top-primary-xxxxl-8 {
    border-top: 8px solid #1A8E42 !important;
  }
  .border-right-primary-xxxxl-8 {
    border-right: 8px solid #1A8E42 !important;
  }
  .border-bottom-primary-xxxxl-8 {
    border-bottom: 8px solid #1A8E42 !important;
  }
  .border-left-primary-xxxxl-8 {
    border-left: 8px solid #1A8E42 !important;
  }
  .border-primary-xxxxl-9 {
    border: 9px solid #1A8E42 !important;
  }
  .border-top-primary-xxxxl-9 {
    border-top: 9px solid #1A8E42 !important;
  }
  .border-right-primary-xxxxl-9 {
    border-right: 9px solid #1A8E42 !important;
  }
  .border-bottom-primary-xxxxl-9 {
    border-bottom: 9px solid #1A8E42 !important;
  }
  .border-left-primary-xxxxl-9 {
    border-left: 9px solid #1A8E42 !important;
  }
  .border-primary-xxxxl-10 {
    border: 10px solid #1A8E42 !important;
  }
  .border-top-primary-xxxxl-10 {
    border-top: 10px solid #1A8E42 !important;
  }
  .border-right-primary-xxxxl-10 {
    border-right: 10px solid #1A8E42 !important;
  }
  .border-bottom-primary-xxxxl-10 {
    border-bottom: 10px solid #1A8E42 !important;
  }
  .border-left-primary-xxxxl-10 {
    border-left: 10px solid #1A8E42 !important;
  }
  .border-primary-xxxxl-11 {
    border: 11px solid #1A8E42 !important;
  }
  .border-top-primary-xxxxl-11 {
    border-top: 11px solid #1A8E42 !important;
  }
  .border-right-primary-xxxxl-11 {
    border-right: 11px solid #1A8E42 !important;
  }
  .border-bottom-primary-xxxxl-11 {
    border-bottom: 11px solid #1A8E42 !important;
  }
  .border-left-primary-xxxxl-11 {
    border-left: 11px solid #1A8E42 !important;
  }
  .border-primary-xxxxl-12 {
    border: 12px solid #1A8E42 !important;
  }
  .border-top-primary-xxxxl-12 {
    border-top: 12px solid #1A8E42 !important;
  }
  .border-right-primary-xxxxl-12 {
    border-right: 12px solid #1A8E42 !important;
  }
  .border-bottom-primary-xxxxl-12 {
    border-bottom: 12px solid #1A8E42 !important;
  }
  .border-left-primary-xxxxl-12 {
    border-left: 12px solid #1A8E42 !important;
  }
  .border-primary-xxxxl-13 {
    border: 13px solid #1A8E42 !important;
  }
  .border-top-primary-xxxxl-13 {
    border-top: 13px solid #1A8E42 !important;
  }
  .border-right-primary-xxxxl-13 {
    border-right: 13px solid #1A8E42 !important;
  }
  .border-bottom-primary-xxxxl-13 {
    border-bottom: 13px solid #1A8E42 !important;
  }
  .border-left-primary-xxxxl-13 {
    border-left: 13px solid #1A8E42 !important;
  }
  .border-primary-xxxxl-14 {
    border: 14px solid #1A8E42 !important;
  }
  .border-top-primary-xxxxl-14 {
    border-top: 14px solid #1A8E42 !important;
  }
  .border-right-primary-xxxxl-14 {
    border-right: 14px solid #1A8E42 !important;
  }
  .border-bottom-primary-xxxxl-14 {
    border-bottom: 14px solid #1A8E42 !important;
  }
  .border-left-primary-xxxxl-14 {
    border-left: 14px solid #1A8E42 !important;
  }
  .border-primary-xxxxl-15 {
    border: 15px solid #1A8E42 !important;
  }
  .border-top-primary-xxxxl-15 {
    border-top: 15px solid #1A8E42 !important;
  }
  .border-right-primary-xxxxl-15 {
    border-right: 15px solid #1A8E42 !important;
  }
  .border-bottom-primary-xxxxl-15 {
    border-bottom: 15px solid #1A8E42 !important;
  }
  .border-left-primary-xxxxl-15 {
    border-left: 15px solid #1A8E42 !important;
  }
}
/* ############### XXXXL - END ############### */
.border-secondary {
  border-color: #1E1C4A !important;
}

.border-top-secondary {
  border-top: 1px solid #1E1C4A !important;
}

.border-right-secondary {
  border-right: 1px solid #1E1C4A !important;
}

.border-bottom-secondary {
  border-bottom: 1px solid #1E1C4A !important;
}

.border-left-secondary {
  border-left: 1px solid #1E1C4A !important;
}

.border-secondary-0 {
  border: 0px solid #1E1C4A !important;
}

.border-top-secondary-0 {
  border-top: 0px solid #1E1C4A !important;
}

.border-right-secondary-0 {
  border-right: 0px solid #1E1C4A !important;
}

.border-bottom-secondary-0 {
  border-bottom: 0px solid #1E1C4A !important;
}

.border-left-secondary-0 {
  border-left: 0px solid #1E1C4A !important;
}

.border-secondary-1 {
  border: 1px solid #1E1C4A !important;
}

.border-top-secondary-1 {
  border-top: 1px solid #1E1C4A !important;
}

.border-right-secondary-1 {
  border-right: 1px solid #1E1C4A !important;
}

.border-bottom-secondary-1 {
  border-bottom: 1px solid #1E1C4A !important;
}

.border-left-secondary-1 {
  border-left: 1px solid #1E1C4A !important;
}

.border-secondary-2 {
  border: 2px solid #1E1C4A !important;
}

.border-top-secondary-2 {
  border-top: 2px solid #1E1C4A !important;
}

.border-right-secondary-2 {
  border-right: 2px solid #1E1C4A !important;
}

.border-bottom-secondary-2 {
  border-bottom: 2px solid #1E1C4A !important;
}

.border-left-secondary-2 {
  border-left: 2px solid #1E1C4A !important;
}

.border-secondary-3 {
  border: 3px solid #1E1C4A !important;
}

.border-top-secondary-3 {
  border-top: 3px solid #1E1C4A !important;
}

.border-right-secondary-3 {
  border-right: 3px solid #1E1C4A !important;
}

.border-bottom-secondary-3 {
  border-bottom: 3px solid #1E1C4A !important;
}

.border-left-secondary-3 {
  border-left: 3px solid #1E1C4A !important;
}

.border-secondary-4 {
  border: 4px solid #1E1C4A !important;
}

.border-top-secondary-4 {
  border-top: 4px solid #1E1C4A !important;
}

.border-right-secondary-4 {
  border-right: 4px solid #1E1C4A !important;
}

.border-bottom-secondary-4 {
  border-bottom: 4px solid #1E1C4A !important;
}

.border-left-secondary-4 {
  border-left: 4px solid #1E1C4A !important;
}

.border-secondary-5 {
  border: 5px solid #1E1C4A !important;
}

.border-top-secondary-5 {
  border-top: 5px solid #1E1C4A !important;
}

.border-right-secondary-5 {
  border-right: 5px solid #1E1C4A !important;
}

.border-bottom-secondary-5 {
  border-bottom: 5px solid #1E1C4A !important;
}

.border-left-secondary-5 {
  border-left: 5px solid #1E1C4A !important;
}

.border-secondary-6 {
  border: 6px solid #1E1C4A !important;
}

.border-top-secondary-6 {
  border-top: 6px solid #1E1C4A !important;
}

.border-right-secondary-6 {
  border-right: 6px solid #1E1C4A !important;
}

.border-bottom-secondary-6 {
  border-bottom: 6px solid #1E1C4A !important;
}

.border-left-secondary-6 {
  border-left: 6px solid #1E1C4A !important;
}

.border-secondary-7 {
  border: 7px solid #1E1C4A !important;
}

.border-top-secondary-7 {
  border-top: 7px solid #1E1C4A !important;
}

.border-right-secondary-7 {
  border-right: 7px solid #1E1C4A !important;
}

.border-bottom-secondary-7 {
  border-bottom: 7px solid #1E1C4A !important;
}

.border-left-secondary-7 {
  border-left: 7px solid #1E1C4A !important;
}

.border-secondary-8 {
  border: 8px solid #1E1C4A !important;
}

.border-top-secondary-8 {
  border-top: 8px solid #1E1C4A !important;
}

.border-right-secondary-8 {
  border-right: 8px solid #1E1C4A !important;
}

.border-bottom-secondary-8 {
  border-bottom: 8px solid #1E1C4A !important;
}

.border-left-secondary-8 {
  border-left: 8px solid #1E1C4A !important;
}

.border-secondary-9 {
  border: 9px solid #1E1C4A !important;
}

.border-top-secondary-9 {
  border-top: 9px solid #1E1C4A !important;
}

.border-right-secondary-9 {
  border-right: 9px solid #1E1C4A !important;
}

.border-bottom-secondary-9 {
  border-bottom: 9px solid #1E1C4A !important;
}

.border-left-secondary-9 {
  border-left: 9px solid #1E1C4A !important;
}

.border-secondary-10 {
  border: 10px solid #1E1C4A !important;
}

.border-top-secondary-10 {
  border-top: 10px solid #1E1C4A !important;
}

.border-right-secondary-10 {
  border-right: 10px solid #1E1C4A !important;
}

.border-bottom-secondary-10 {
  border-bottom: 10px solid #1E1C4A !important;
}

.border-left-secondary-10 {
  border-left: 10px solid #1E1C4A !important;
}

.border-secondary-11 {
  border: 11px solid #1E1C4A !important;
}

.border-top-secondary-11 {
  border-top: 11px solid #1E1C4A !important;
}

.border-right-secondary-11 {
  border-right: 11px solid #1E1C4A !important;
}

.border-bottom-secondary-11 {
  border-bottom: 11px solid #1E1C4A !important;
}

.border-left-secondary-11 {
  border-left: 11px solid #1E1C4A !important;
}

.border-secondary-12 {
  border: 12px solid #1E1C4A !important;
}

.border-top-secondary-12 {
  border-top: 12px solid #1E1C4A !important;
}

.border-right-secondary-12 {
  border-right: 12px solid #1E1C4A !important;
}

.border-bottom-secondary-12 {
  border-bottom: 12px solid #1E1C4A !important;
}

.border-left-secondary-12 {
  border-left: 12px solid #1E1C4A !important;
}

.border-secondary-13 {
  border: 13px solid #1E1C4A !important;
}

.border-top-secondary-13 {
  border-top: 13px solid #1E1C4A !important;
}

.border-right-secondary-13 {
  border-right: 13px solid #1E1C4A !important;
}

.border-bottom-secondary-13 {
  border-bottom: 13px solid #1E1C4A !important;
}

.border-left-secondary-13 {
  border-left: 13px solid #1E1C4A !important;
}

.border-secondary-14 {
  border: 14px solid #1E1C4A !important;
}

.border-top-secondary-14 {
  border-top: 14px solid #1E1C4A !important;
}

.border-right-secondary-14 {
  border-right: 14px solid #1E1C4A !important;
}

.border-bottom-secondary-14 {
  border-bottom: 14px solid #1E1C4A !important;
}

.border-left-secondary-14 {
  border-left: 14px solid #1E1C4A !important;
}

.border-secondary-15 {
  border: 15px solid #1E1C4A !important;
}

.border-top-secondary-15 {
  border-top: 15px solid #1E1C4A !important;
}

.border-right-secondary-15 {
  border-right: 15px solid #1E1C4A !important;
}

.border-bottom-secondary-15 {
  border-bottom: 15px solid #1E1C4A !important;
}

.border-left-secondary-15 {
  border-left: 15px solid #1E1C4A !important;
}

/* ############### SM - START ############### */
@media (min-width: 576px) {
  .border-sm-secondary {
    border-color: #1E1C4A !important;
  }
  .border-top-sm-secondary {
    border-top: 1px solid #1E1C4A !important;
  }
  .border-right-sm-secondary {
    border-right: 1px solid #1E1C4A !important;
  }
  .border-bottom-sm-secondary {
    border-bottom: 1px solid #1E1C4A !important;
  }
  .border-left-sm-secondary {
    border-left: 1px solid #1E1C4A !important;
  }
  .border-secondary-sm-0 {
    border: 0px solid #1E1C4A !important;
  }
  .border-top-secondary-sm-0 {
    border-top: 0px solid #1E1C4A !important;
  }
  .border-right-secondary-sm-0 {
    border-right: 0px solid #1E1C4A !important;
  }
  .border-bottom-secondary-sm-0 {
    border-bottom: 0px solid #1E1C4A !important;
  }
  .border-left-secondary-sm-0 {
    border-left: 0px solid #1E1C4A !important;
  }
  .border-secondary-sm-1 {
    border: 1px solid #1E1C4A !important;
  }
  .border-top-secondary-sm-1 {
    border-top: 1px solid #1E1C4A !important;
  }
  .border-right-secondary-sm-1 {
    border-right: 1px solid #1E1C4A !important;
  }
  .border-bottom-secondary-sm-1 {
    border-bottom: 1px solid #1E1C4A !important;
  }
  .border-left-secondary-sm-1 {
    border-left: 1px solid #1E1C4A !important;
  }
  .border-secondary-sm-2 {
    border: 2px solid #1E1C4A !important;
  }
  .border-top-secondary-sm-2 {
    border-top: 2px solid #1E1C4A !important;
  }
  .border-right-secondary-sm-2 {
    border-right: 2px solid #1E1C4A !important;
  }
  .border-bottom-secondary-sm-2 {
    border-bottom: 2px solid #1E1C4A !important;
  }
  .border-left-secondary-sm-2 {
    border-left: 2px solid #1E1C4A !important;
  }
  .border-secondary-sm-3 {
    border: 3px solid #1E1C4A !important;
  }
  .border-top-secondary-sm-3 {
    border-top: 3px solid #1E1C4A !important;
  }
  .border-right-secondary-sm-3 {
    border-right: 3px solid #1E1C4A !important;
  }
  .border-bottom-secondary-sm-3 {
    border-bottom: 3px solid #1E1C4A !important;
  }
  .border-left-secondary-sm-3 {
    border-left: 3px solid #1E1C4A !important;
  }
  .border-secondary-sm-4 {
    border: 4px solid #1E1C4A !important;
  }
  .border-top-secondary-sm-4 {
    border-top: 4px solid #1E1C4A !important;
  }
  .border-right-secondary-sm-4 {
    border-right: 4px solid #1E1C4A !important;
  }
  .border-bottom-secondary-sm-4 {
    border-bottom: 4px solid #1E1C4A !important;
  }
  .border-left-secondary-sm-4 {
    border-left: 4px solid #1E1C4A !important;
  }
  .border-secondary-sm-5 {
    border: 5px solid #1E1C4A !important;
  }
  .border-top-secondary-sm-5 {
    border-top: 5px solid #1E1C4A !important;
  }
  .border-right-secondary-sm-5 {
    border-right: 5px solid #1E1C4A !important;
  }
  .border-bottom-secondary-sm-5 {
    border-bottom: 5px solid #1E1C4A !important;
  }
  .border-left-secondary-sm-5 {
    border-left: 5px solid #1E1C4A !important;
  }
  .border-secondary-sm-6 {
    border: 6px solid #1E1C4A !important;
  }
  .border-top-secondary-sm-6 {
    border-top: 6px solid #1E1C4A !important;
  }
  .border-right-secondary-sm-6 {
    border-right: 6px solid #1E1C4A !important;
  }
  .border-bottom-secondary-sm-6 {
    border-bottom: 6px solid #1E1C4A !important;
  }
  .border-left-secondary-sm-6 {
    border-left: 6px solid #1E1C4A !important;
  }
  .border-secondary-sm-7 {
    border: 7px solid #1E1C4A !important;
  }
  .border-top-secondary-sm-7 {
    border-top: 7px solid #1E1C4A !important;
  }
  .border-right-secondary-sm-7 {
    border-right: 7px solid #1E1C4A !important;
  }
  .border-bottom-secondary-sm-7 {
    border-bottom: 7px solid #1E1C4A !important;
  }
  .border-left-secondary-sm-7 {
    border-left: 7px solid #1E1C4A !important;
  }
  .border-secondary-sm-8 {
    border: 8px solid #1E1C4A !important;
  }
  .border-top-secondary-sm-8 {
    border-top: 8px solid #1E1C4A !important;
  }
  .border-right-secondary-sm-8 {
    border-right: 8px solid #1E1C4A !important;
  }
  .border-bottom-secondary-sm-8 {
    border-bottom: 8px solid #1E1C4A !important;
  }
  .border-left-secondary-sm-8 {
    border-left: 8px solid #1E1C4A !important;
  }
  .border-secondary-sm-9 {
    border: 9px solid #1E1C4A !important;
  }
  .border-top-secondary-sm-9 {
    border-top: 9px solid #1E1C4A !important;
  }
  .border-right-secondary-sm-9 {
    border-right: 9px solid #1E1C4A !important;
  }
  .border-bottom-secondary-sm-9 {
    border-bottom: 9px solid #1E1C4A !important;
  }
  .border-left-secondary-sm-9 {
    border-left: 9px solid #1E1C4A !important;
  }
  .border-secondary-sm-10 {
    border: 10px solid #1E1C4A !important;
  }
  .border-top-secondary-sm-10 {
    border-top: 10px solid #1E1C4A !important;
  }
  .border-right-secondary-sm-10 {
    border-right: 10px solid #1E1C4A !important;
  }
  .border-bottom-secondary-sm-10 {
    border-bottom: 10px solid #1E1C4A !important;
  }
  .border-left-secondary-sm-10 {
    border-left: 10px solid #1E1C4A !important;
  }
  .border-secondary-sm-11 {
    border: 11px solid #1E1C4A !important;
  }
  .border-top-secondary-sm-11 {
    border-top: 11px solid #1E1C4A !important;
  }
  .border-right-secondary-sm-11 {
    border-right: 11px solid #1E1C4A !important;
  }
  .border-bottom-secondary-sm-11 {
    border-bottom: 11px solid #1E1C4A !important;
  }
  .border-left-secondary-sm-11 {
    border-left: 11px solid #1E1C4A !important;
  }
  .border-secondary-sm-12 {
    border: 12px solid #1E1C4A !important;
  }
  .border-top-secondary-sm-12 {
    border-top: 12px solid #1E1C4A !important;
  }
  .border-right-secondary-sm-12 {
    border-right: 12px solid #1E1C4A !important;
  }
  .border-bottom-secondary-sm-12 {
    border-bottom: 12px solid #1E1C4A !important;
  }
  .border-left-secondary-sm-12 {
    border-left: 12px solid #1E1C4A !important;
  }
  .border-secondary-sm-13 {
    border: 13px solid #1E1C4A !important;
  }
  .border-top-secondary-sm-13 {
    border-top: 13px solid #1E1C4A !important;
  }
  .border-right-secondary-sm-13 {
    border-right: 13px solid #1E1C4A !important;
  }
  .border-bottom-secondary-sm-13 {
    border-bottom: 13px solid #1E1C4A !important;
  }
  .border-left-secondary-sm-13 {
    border-left: 13px solid #1E1C4A !important;
  }
  .border-secondary-sm-14 {
    border: 14px solid #1E1C4A !important;
  }
  .border-top-secondary-sm-14 {
    border-top: 14px solid #1E1C4A !important;
  }
  .border-right-secondary-sm-14 {
    border-right: 14px solid #1E1C4A !important;
  }
  .border-bottom-secondary-sm-14 {
    border-bottom: 14px solid #1E1C4A !important;
  }
  .border-left-secondary-sm-14 {
    border-left: 14px solid #1E1C4A !important;
  }
  .border-secondary-sm-15 {
    border: 15px solid #1E1C4A !important;
  }
  .border-top-secondary-sm-15 {
    border-top: 15px solid #1E1C4A !important;
  }
  .border-right-secondary-sm-15 {
    border-right: 15px solid #1E1C4A !important;
  }
  .border-bottom-secondary-sm-15 {
    border-bottom: 15px solid #1E1C4A !important;
  }
  .border-left-secondary-sm-15 {
    border-left: 15px solid #1E1C4A !important;
  }
}
/* ############### SM - END ############### */
/* ############### MD - START ############### */
@media (min-width: 768px) {
  .border-md-secondary {
    border-color: #1E1C4A !important;
  }
  .border-top-md-secondary {
    border-top: 1px solid #1E1C4A !important;
  }
  .border-right-md-secondary {
    border-right: 1px solid #1E1C4A !important;
  }
  .border-bottom-md-secondary {
    border-bottom: 1px solid #1E1C4A !important;
  }
  .border-left-md-secondary {
    border-left: 1px solid #1E1C4A !important;
  }
  .border-secondary-md-0 {
    border: 0px solid #1E1C4A !important;
  }
  .border-top-secondary-md-0 {
    border-top: 0px solid #1E1C4A !important;
  }
  .border-right-secondary-md-0 {
    border-right: 0px solid #1E1C4A !important;
  }
  .border-bottom-secondary-md-0 {
    border-bottom: 0px solid #1E1C4A !important;
  }
  .border-left-secondary-md-0 {
    border-left: 0px solid #1E1C4A !important;
  }
  .border-secondary-md-1 {
    border: 1px solid #1E1C4A !important;
  }
  .border-top-secondary-md-1 {
    border-top: 1px solid #1E1C4A !important;
  }
  .border-right-secondary-md-1 {
    border-right: 1px solid #1E1C4A !important;
  }
  .border-bottom-secondary-md-1 {
    border-bottom: 1px solid #1E1C4A !important;
  }
  .border-left-secondary-md-1 {
    border-left: 1px solid #1E1C4A !important;
  }
  .border-secondary-md-2 {
    border: 2px solid #1E1C4A !important;
  }
  .border-top-secondary-md-2 {
    border-top: 2px solid #1E1C4A !important;
  }
  .border-right-secondary-md-2 {
    border-right: 2px solid #1E1C4A !important;
  }
  .border-bottom-secondary-md-2 {
    border-bottom: 2px solid #1E1C4A !important;
  }
  .border-left-secondary-md-2 {
    border-left: 2px solid #1E1C4A !important;
  }
  .border-secondary-md-3 {
    border: 3px solid #1E1C4A !important;
  }
  .border-top-secondary-md-3 {
    border-top: 3px solid #1E1C4A !important;
  }
  .border-right-secondary-md-3 {
    border-right: 3px solid #1E1C4A !important;
  }
  .border-bottom-secondary-md-3 {
    border-bottom: 3px solid #1E1C4A !important;
  }
  .border-left-secondary-md-3 {
    border-left: 3px solid #1E1C4A !important;
  }
  .border-secondary-md-4 {
    border: 4px solid #1E1C4A !important;
  }
  .border-top-secondary-md-4 {
    border-top: 4px solid #1E1C4A !important;
  }
  .border-right-secondary-md-4 {
    border-right: 4px solid #1E1C4A !important;
  }
  .border-bottom-secondary-md-4 {
    border-bottom: 4px solid #1E1C4A !important;
  }
  .border-left-secondary-md-4 {
    border-left: 4px solid #1E1C4A !important;
  }
  .border-secondary-md-5 {
    border: 5px solid #1E1C4A !important;
  }
  .border-top-secondary-md-5 {
    border-top: 5px solid #1E1C4A !important;
  }
  .border-right-secondary-md-5 {
    border-right: 5px solid #1E1C4A !important;
  }
  .border-bottom-secondary-md-5 {
    border-bottom: 5px solid #1E1C4A !important;
  }
  .border-left-secondary-md-5 {
    border-left: 5px solid #1E1C4A !important;
  }
  .border-secondary-md-6 {
    border: 6px solid #1E1C4A !important;
  }
  .border-top-secondary-md-6 {
    border-top: 6px solid #1E1C4A !important;
  }
  .border-right-secondary-md-6 {
    border-right: 6px solid #1E1C4A !important;
  }
  .border-bottom-secondary-md-6 {
    border-bottom: 6px solid #1E1C4A !important;
  }
  .border-left-secondary-md-6 {
    border-left: 6px solid #1E1C4A !important;
  }
  .border-secondary-md-7 {
    border: 7px solid #1E1C4A !important;
  }
  .border-top-secondary-md-7 {
    border-top: 7px solid #1E1C4A !important;
  }
  .border-right-secondary-md-7 {
    border-right: 7px solid #1E1C4A !important;
  }
  .border-bottom-secondary-md-7 {
    border-bottom: 7px solid #1E1C4A !important;
  }
  .border-left-secondary-md-7 {
    border-left: 7px solid #1E1C4A !important;
  }
  .border-secondary-md-8 {
    border: 8px solid #1E1C4A !important;
  }
  .border-top-secondary-md-8 {
    border-top: 8px solid #1E1C4A !important;
  }
  .border-right-secondary-md-8 {
    border-right: 8px solid #1E1C4A !important;
  }
  .border-bottom-secondary-md-8 {
    border-bottom: 8px solid #1E1C4A !important;
  }
  .border-left-secondary-md-8 {
    border-left: 8px solid #1E1C4A !important;
  }
  .border-secondary-md-9 {
    border: 9px solid #1E1C4A !important;
  }
  .border-top-secondary-md-9 {
    border-top: 9px solid #1E1C4A !important;
  }
  .border-right-secondary-md-9 {
    border-right: 9px solid #1E1C4A !important;
  }
  .border-bottom-secondary-md-9 {
    border-bottom: 9px solid #1E1C4A !important;
  }
  .border-left-secondary-md-9 {
    border-left: 9px solid #1E1C4A !important;
  }
  .border-secondary-md-10 {
    border: 10px solid #1E1C4A !important;
  }
  .border-top-secondary-md-10 {
    border-top: 10px solid #1E1C4A !important;
  }
  .border-right-secondary-md-10 {
    border-right: 10px solid #1E1C4A !important;
  }
  .border-bottom-secondary-md-10 {
    border-bottom: 10px solid #1E1C4A !important;
  }
  .border-left-secondary-md-10 {
    border-left: 10px solid #1E1C4A !important;
  }
  .border-secondary-md-11 {
    border: 11px solid #1E1C4A !important;
  }
  .border-top-secondary-md-11 {
    border-top: 11px solid #1E1C4A !important;
  }
  .border-right-secondary-md-11 {
    border-right: 11px solid #1E1C4A !important;
  }
  .border-bottom-secondary-md-11 {
    border-bottom: 11px solid #1E1C4A !important;
  }
  .border-left-secondary-md-11 {
    border-left: 11px solid #1E1C4A !important;
  }
  .border-secondary-md-12 {
    border: 12px solid #1E1C4A !important;
  }
  .border-top-secondary-md-12 {
    border-top: 12px solid #1E1C4A !important;
  }
  .border-right-secondary-md-12 {
    border-right: 12px solid #1E1C4A !important;
  }
  .border-bottom-secondary-md-12 {
    border-bottom: 12px solid #1E1C4A !important;
  }
  .border-left-secondary-md-12 {
    border-left: 12px solid #1E1C4A !important;
  }
  .border-secondary-md-13 {
    border: 13px solid #1E1C4A !important;
  }
  .border-top-secondary-md-13 {
    border-top: 13px solid #1E1C4A !important;
  }
  .border-right-secondary-md-13 {
    border-right: 13px solid #1E1C4A !important;
  }
  .border-bottom-secondary-md-13 {
    border-bottom: 13px solid #1E1C4A !important;
  }
  .border-left-secondary-md-13 {
    border-left: 13px solid #1E1C4A !important;
  }
  .border-secondary-md-14 {
    border: 14px solid #1E1C4A !important;
  }
  .border-top-secondary-md-14 {
    border-top: 14px solid #1E1C4A !important;
  }
  .border-right-secondary-md-14 {
    border-right: 14px solid #1E1C4A !important;
  }
  .border-bottom-secondary-md-14 {
    border-bottom: 14px solid #1E1C4A !important;
  }
  .border-left-secondary-md-14 {
    border-left: 14px solid #1E1C4A !important;
  }
  .border-secondary-md-15 {
    border: 15px solid #1E1C4A !important;
  }
  .border-top-secondary-md-15 {
    border-top: 15px solid #1E1C4A !important;
  }
  .border-right-secondary-md-15 {
    border-right: 15px solid #1E1C4A !important;
  }
  .border-bottom-secondary-md-15 {
    border-bottom: 15px solid #1E1C4A !important;
  }
  .border-left-secondary-md-15 {
    border-left: 15px solid #1E1C4A !important;
  }
}
/* ############### MD - END ############### */
/* ############### LG - START ############### */
@media (min-width: 992px) {
  .border-lg-secondary {
    border-color: #1E1C4A !important;
  }
  .border-top-lg-secondary {
    border-top: 1px solid #1E1C4A !important;
  }
  .border-right-lg-secondary {
    border-right: 1px solid #1E1C4A !important;
  }
  .border-bottom-lg-secondary {
    border-bottom: 1px solid #1E1C4A !important;
  }
  .border-left-lg-secondary {
    border-left: 1px solid #1E1C4A !important;
  }
  .border-secondary-lg-0 {
    border: 0px solid #1E1C4A !important;
  }
  .border-top-secondary-lg-0 {
    border-top: 0px solid #1E1C4A !important;
  }
  .border-right-secondary-lg-0 {
    border-right: 0px solid #1E1C4A !important;
  }
  .border-bottom-secondary-lg-0 {
    border-bottom: 0px solid #1E1C4A !important;
  }
  .border-left-secondary-lg-0 {
    border-left: 0px solid #1E1C4A !important;
  }
  .border-secondary-lg-1 {
    border: 1px solid #1E1C4A !important;
  }
  .border-top-secondary-lg-1 {
    border-top: 1px solid #1E1C4A !important;
  }
  .border-right-secondary-lg-1 {
    border-right: 1px solid #1E1C4A !important;
  }
  .border-bottom-secondary-lg-1 {
    border-bottom: 1px solid #1E1C4A !important;
  }
  .border-left-secondary-lg-1 {
    border-left: 1px solid #1E1C4A !important;
  }
  .border-secondary-lg-2 {
    border: 2px solid #1E1C4A !important;
  }
  .border-top-secondary-lg-2 {
    border-top: 2px solid #1E1C4A !important;
  }
  .border-right-secondary-lg-2 {
    border-right: 2px solid #1E1C4A !important;
  }
  .border-bottom-secondary-lg-2 {
    border-bottom: 2px solid #1E1C4A !important;
  }
  .border-left-secondary-lg-2 {
    border-left: 2px solid #1E1C4A !important;
  }
  .border-secondary-lg-3 {
    border: 3px solid #1E1C4A !important;
  }
  .border-top-secondary-lg-3 {
    border-top: 3px solid #1E1C4A !important;
  }
  .border-right-secondary-lg-3 {
    border-right: 3px solid #1E1C4A !important;
  }
  .border-bottom-secondary-lg-3 {
    border-bottom: 3px solid #1E1C4A !important;
  }
  .border-left-secondary-lg-3 {
    border-left: 3px solid #1E1C4A !important;
  }
  .border-secondary-lg-4 {
    border: 4px solid #1E1C4A !important;
  }
  .border-top-secondary-lg-4 {
    border-top: 4px solid #1E1C4A !important;
  }
  .border-right-secondary-lg-4 {
    border-right: 4px solid #1E1C4A !important;
  }
  .border-bottom-secondary-lg-4 {
    border-bottom: 4px solid #1E1C4A !important;
  }
  .border-left-secondary-lg-4 {
    border-left: 4px solid #1E1C4A !important;
  }
  .border-secondary-lg-5 {
    border: 5px solid #1E1C4A !important;
  }
  .border-top-secondary-lg-5 {
    border-top: 5px solid #1E1C4A !important;
  }
  .border-right-secondary-lg-5 {
    border-right: 5px solid #1E1C4A !important;
  }
  .border-bottom-secondary-lg-5 {
    border-bottom: 5px solid #1E1C4A !important;
  }
  .border-left-secondary-lg-5 {
    border-left: 5px solid #1E1C4A !important;
  }
  .border-secondary-lg-6 {
    border: 6px solid #1E1C4A !important;
  }
  .border-top-secondary-lg-6 {
    border-top: 6px solid #1E1C4A !important;
  }
  .border-right-secondary-lg-6 {
    border-right: 6px solid #1E1C4A !important;
  }
  .border-bottom-secondary-lg-6 {
    border-bottom: 6px solid #1E1C4A !important;
  }
  .border-left-secondary-lg-6 {
    border-left: 6px solid #1E1C4A !important;
  }
  .border-secondary-lg-7 {
    border: 7px solid #1E1C4A !important;
  }
  .border-top-secondary-lg-7 {
    border-top: 7px solid #1E1C4A !important;
  }
  .border-right-secondary-lg-7 {
    border-right: 7px solid #1E1C4A !important;
  }
  .border-bottom-secondary-lg-7 {
    border-bottom: 7px solid #1E1C4A !important;
  }
  .border-left-secondary-lg-7 {
    border-left: 7px solid #1E1C4A !important;
  }
  .border-secondary-lg-8 {
    border: 8px solid #1E1C4A !important;
  }
  .border-top-secondary-lg-8 {
    border-top: 8px solid #1E1C4A !important;
  }
  .border-right-secondary-lg-8 {
    border-right: 8px solid #1E1C4A !important;
  }
  .border-bottom-secondary-lg-8 {
    border-bottom: 8px solid #1E1C4A !important;
  }
  .border-left-secondary-lg-8 {
    border-left: 8px solid #1E1C4A !important;
  }
  .border-secondary-lg-9 {
    border: 9px solid #1E1C4A !important;
  }
  .border-top-secondary-lg-9 {
    border-top: 9px solid #1E1C4A !important;
  }
  .border-right-secondary-lg-9 {
    border-right: 9px solid #1E1C4A !important;
  }
  .border-bottom-secondary-lg-9 {
    border-bottom: 9px solid #1E1C4A !important;
  }
  .border-left-secondary-lg-9 {
    border-left: 9px solid #1E1C4A !important;
  }
  .border-secondary-lg-10 {
    border: 10px solid #1E1C4A !important;
  }
  .border-top-secondary-lg-10 {
    border-top: 10px solid #1E1C4A !important;
  }
  .border-right-secondary-lg-10 {
    border-right: 10px solid #1E1C4A !important;
  }
  .border-bottom-secondary-lg-10 {
    border-bottom: 10px solid #1E1C4A !important;
  }
  .border-left-secondary-lg-10 {
    border-left: 10px solid #1E1C4A !important;
  }
  .border-secondary-lg-11 {
    border: 11px solid #1E1C4A !important;
  }
  .border-top-secondary-lg-11 {
    border-top: 11px solid #1E1C4A !important;
  }
  .border-right-secondary-lg-11 {
    border-right: 11px solid #1E1C4A !important;
  }
  .border-bottom-secondary-lg-11 {
    border-bottom: 11px solid #1E1C4A !important;
  }
  .border-left-secondary-lg-11 {
    border-left: 11px solid #1E1C4A !important;
  }
  .border-secondary-lg-12 {
    border: 12px solid #1E1C4A !important;
  }
  .border-top-secondary-lg-12 {
    border-top: 12px solid #1E1C4A !important;
  }
  .border-right-secondary-lg-12 {
    border-right: 12px solid #1E1C4A !important;
  }
  .border-bottom-secondary-lg-12 {
    border-bottom: 12px solid #1E1C4A !important;
  }
  .border-left-secondary-lg-12 {
    border-left: 12px solid #1E1C4A !important;
  }
  .border-secondary-lg-13 {
    border: 13px solid #1E1C4A !important;
  }
  .border-top-secondary-lg-13 {
    border-top: 13px solid #1E1C4A !important;
  }
  .border-right-secondary-lg-13 {
    border-right: 13px solid #1E1C4A !important;
  }
  .border-bottom-secondary-lg-13 {
    border-bottom: 13px solid #1E1C4A !important;
  }
  .border-left-secondary-lg-13 {
    border-left: 13px solid #1E1C4A !important;
  }
  .border-secondary-lg-14 {
    border: 14px solid #1E1C4A !important;
  }
  .border-top-secondary-lg-14 {
    border-top: 14px solid #1E1C4A !important;
  }
  .border-right-secondary-lg-14 {
    border-right: 14px solid #1E1C4A !important;
  }
  .border-bottom-secondary-lg-14 {
    border-bottom: 14px solid #1E1C4A !important;
  }
  .border-left-secondary-lg-14 {
    border-left: 14px solid #1E1C4A !important;
  }
  .border-secondary-lg-15 {
    border: 15px solid #1E1C4A !important;
  }
  .border-top-secondary-lg-15 {
    border-top: 15px solid #1E1C4A !important;
  }
  .border-right-secondary-lg-15 {
    border-right: 15px solid #1E1C4A !important;
  }
  .border-bottom-secondary-lg-15 {
    border-bottom: 15px solid #1E1C4A !important;
  }
  .border-left-secondary-lg-15 {
    border-left: 15px solid #1E1C4A !important;
  }
}
/* ############### LG - END ############### */
/* ############### XL - START ############### */
@media (min-width: 1200px) {
  .border-xl-secondary {
    border-color: #1E1C4A !important;
  }
  .border-top-xl-secondary {
    border-top: 1px solid #1E1C4A !important;
  }
  .border-right-xl-secondary {
    border-right: 1px solid #1E1C4A !important;
  }
  .border-bottom-xl-secondary {
    border-bottom: 1px solid #1E1C4A !important;
  }
  .border-left-xl-secondary {
    border-left: 1px solid #1E1C4A !important;
  }
  .border-secondary-xl-0 {
    border: 0px solid #1E1C4A !important;
  }
  .border-top-secondary-xl-0 {
    border-top: 0px solid #1E1C4A !important;
  }
  .border-right-secondary-xl-0 {
    border-right: 0px solid #1E1C4A !important;
  }
  .border-bottom-secondary-xl-0 {
    border-bottom: 0px solid #1E1C4A !important;
  }
  .border-left-secondary-xl-0 {
    border-left: 0px solid #1E1C4A !important;
  }
  .border-secondary-xl-1 {
    border: 1px solid #1E1C4A !important;
  }
  .border-top-secondary-xl-1 {
    border-top: 1px solid #1E1C4A !important;
  }
  .border-right-secondary-xl-1 {
    border-right: 1px solid #1E1C4A !important;
  }
  .border-bottom-secondary-xl-1 {
    border-bottom: 1px solid #1E1C4A !important;
  }
  .border-left-secondary-xl-1 {
    border-left: 1px solid #1E1C4A !important;
  }
  .border-secondary-xl-2 {
    border: 2px solid #1E1C4A !important;
  }
  .border-top-secondary-xl-2 {
    border-top: 2px solid #1E1C4A !important;
  }
  .border-right-secondary-xl-2 {
    border-right: 2px solid #1E1C4A !important;
  }
  .border-bottom-secondary-xl-2 {
    border-bottom: 2px solid #1E1C4A !important;
  }
  .border-left-secondary-xl-2 {
    border-left: 2px solid #1E1C4A !important;
  }
  .border-secondary-xl-3 {
    border: 3px solid #1E1C4A !important;
  }
  .border-top-secondary-xl-3 {
    border-top: 3px solid #1E1C4A !important;
  }
  .border-right-secondary-xl-3 {
    border-right: 3px solid #1E1C4A !important;
  }
  .border-bottom-secondary-xl-3 {
    border-bottom: 3px solid #1E1C4A !important;
  }
  .border-left-secondary-xl-3 {
    border-left: 3px solid #1E1C4A !important;
  }
  .border-secondary-xl-4 {
    border: 4px solid #1E1C4A !important;
  }
  .border-top-secondary-xl-4 {
    border-top: 4px solid #1E1C4A !important;
  }
  .border-right-secondary-xl-4 {
    border-right: 4px solid #1E1C4A !important;
  }
  .border-bottom-secondary-xl-4 {
    border-bottom: 4px solid #1E1C4A !important;
  }
  .border-left-secondary-xl-4 {
    border-left: 4px solid #1E1C4A !important;
  }
  .border-secondary-xl-5 {
    border: 5px solid #1E1C4A !important;
  }
  .border-top-secondary-xl-5 {
    border-top: 5px solid #1E1C4A !important;
  }
  .border-right-secondary-xl-5 {
    border-right: 5px solid #1E1C4A !important;
  }
  .border-bottom-secondary-xl-5 {
    border-bottom: 5px solid #1E1C4A !important;
  }
  .border-left-secondary-xl-5 {
    border-left: 5px solid #1E1C4A !important;
  }
  .border-secondary-xl-6 {
    border: 6px solid #1E1C4A !important;
  }
  .border-top-secondary-xl-6 {
    border-top: 6px solid #1E1C4A !important;
  }
  .border-right-secondary-xl-6 {
    border-right: 6px solid #1E1C4A !important;
  }
  .border-bottom-secondary-xl-6 {
    border-bottom: 6px solid #1E1C4A !important;
  }
  .border-left-secondary-xl-6 {
    border-left: 6px solid #1E1C4A !important;
  }
  .border-secondary-xl-7 {
    border: 7px solid #1E1C4A !important;
  }
  .border-top-secondary-xl-7 {
    border-top: 7px solid #1E1C4A !important;
  }
  .border-right-secondary-xl-7 {
    border-right: 7px solid #1E1C4A !important;
  }
  .border-bottom-secondary-xl-7 {
    border-bottom: 7px solid #1E1C4A !important;
  }
  .border-left-secondary-xl-7 {
    border-left: 7px solid #1E1C4A !important;
  }
  .border-secondary-xl-8 {
    border: 8px solid #1E1C4A !important;
  }
  .border-top-secondary-xl-8 {
    border-top: 8px solid #1E1C4A !important;
  }
  .border-right-secondary-xl-8 {
    border-right: 8px solid #1E1C4A !important;
  }
  .border-bottom-secondary-xl-8 {
    border-bottom: 8px solid #1E1C4A !important;
  }
  .border-left-secondary-xl-8 {
    border-left: 8px solid #1E1C4A !important;
  }
  .border-secondary-xl-9 {
    border: 9px solid #1E1C4A !important;
  }
  .border-top-secondary-xl-9 {
    border-top: 9px solid #1E1C4A !important;
  }
  .border-right-secondary-xl-9 {
    border-right: 9px solid #1E1C4A !important;
  }
  .border-bottom-secondary-xl-9 {
    border-bottom: 9px solid #1E1C4A !important;
  }
  .border-left-secondary-xl-9 {
    border-left: 9px solid #1E1C4A !important;
  }
  .border-secondary-xl-10 {
    border: 10px solid #1E1C4A !important;
  }
  .border-top-secondary-xl-10 {
    border-top: 10px solid #1E1C4A !important;
  }
  .border-right-secondary-xl-10 {
    border-right: 10px solid #1E1C4A !important;
  }
  .border-bottom-secondary-xl-10 {
    border-bottom: 10px solid #1E1C4A !important;
  }
  .border-left-secondary-xl-10 {
    border-left: 10px solid #1E1C4A !important;
  }
  .border-secondary-xl-11 {
    border: 11px solid #1E1C4A !important;
  }
  .border-top-secondary-xl-11 {
    border-top: 11px solid #1E1C4A !important;
  }
  .border-right-secondary-xl-11 {
    border-right: 11px solid #1E1C4A !important;
  }
  .border-bottom-secondary-xl-11 {
    border-bottom: 11px solid #1E1C4A !important;
  }
  .border-left-secondary-xl-11 {
    border-left: 11px solid #1E1C4A !important;
  }
  .border-secondary-xl-12 {
    border: 12px solid #1E1C4A !important;
  }
  .border-top-secondary-xl-12 {
    border-top: 12px solid #1E1C4A !important;
  }
  .border-right-secondary-xl-12 {
    border-right: 12px solid #1E1C4A !important;
  }
  .border-bottom-secondary-xl-12 {
    border-bottom: 12px solid #1E1C4A !important;
  }
  .border-left-secondary-xl-12 {
    border-left: 12px solid #1E1C4A !important;
  }
  .border-secondary-xl-13 {
    border: 13px solid #1E1C4A !important;
  }
  .border-top-secondary-xl-13 {
    border-top: 13px solid #1E1C4A !important;
  }
  .border-right-secondary-xl-13 {
    border-right: 13px solid #1E1C4A !important;
  }
  .border-bottom-secondary-xl-13 {
    border-bottom: 13px solid #1E1C4A !important;
  }
  .border-left-secondary-xl-13 {
    border-left: 13px solid #1E1C4A !important;
  }
  .border-secondary-xl-14 {
    border: 14px solid #1E1C4A !important;
  }
  .border-top-secondary-xl-14 {
    border-top: 14px solid #1E1C4A !important;
  }
  .border-right-secondary-xl-14 {
    border-right: 14px solid #1E1C4A !important;
  }
  .border-bottom-secondary-xl-14 {
    border-bottom: 14px solid #1E1C4A !important;
  }
  .border-left-secondary-xl-14 {
    border-left: 14px solid #1E1C4A !important;
  }
  .border-secondary-xl-15 {
    border: 15px solid #1E1C4A !important;
  }
  .border-top-secondary-xl-15 {
    border-top: 15px solid #1E1C4A !important;
  }
  .border-right-secondary-xl-15 {
    border-right: 15px solid #1E1C4A !important;
  }
  .border-bottom-secondary-xl-15 {
    border-bottom: 15px solid #1E1C4A !important;
  }
  .border-left-secondary-xl-15 {
    border-left: 15px solid #1E1C4A !important;
  }
}
/* ############### XL - END ############### */
/* ############### XXL - START ############### */
@media (min-width: 1400px) {
  .border-xxl-secondary {
    border-color: #1E1C4A !important;
  }
  .border-top-xxl-secondary {
    border-top: 1px solid #1E1C4A !important;
  }
  .border-right-xxl-secondary {
    border-right: 1px solid #1E1C4A !important;
  }
  .border-bottom-xxl-secondary {
    border-bottom: 1px solid #1E1C4A !important;
  }
  .border-left-xxl-secondary {
    border-left: 1px solid #1E1C4A !important;
  }
  .border-secondary-xxl-0 {
    border: 0px solid #1E1C4A !important;
  }
  .border-top-secondary-xxl-0 {
    border-top: 0px solid #1E1C4A !important;
  }
  .border-right-secondary-xxl-0 {
    border-right: 0px solid #1E1C4A !important;
  }
  .border-bottom-secondary-xxl-0 {
    border-bottom: 0px solid #1E1C4A !important;
  }
  .border-left-secondary-xxl-0 {
    border-left: 0px solid #1E1C4A !important;
  }
  .border-secondary-xxl-1 {
    border: 1px solid #1E1C4A !important;
  }
  .border-top-secondary-xxl-1 {
    border-top: 1px solid #1E1C4A !important;
  }
  .border-right-secondary-xxl-1 {
    border-right: 1px solid #1E1C4A !important;
  }
  .border-bottom-secondary-xxl-1 {
    border-bottom: 1px solid #1E1C4A !important;
  }
  .border-left-secondary-xxl-1 {
    border-left: 1px solid #1E1C4A !important;
  }
  .border-secondary-xxl-2 {
    border: 2px solid #1E1C4A !important;
  }
  .border-top-secondary-xxl-2 {
    border-top: 2px solid #1E1C4A !important;
  }
  .border-right-secondary-xxl-2 {
    border-right: 2px solid #1E1C4A !important;
  }
  .border-bottom-secondary-xxl-2 {
    border-bottom: 2px solid #1E1C4A !important;
  }
  .border-left-secondary-xxl-2 {
    border-left: 2px solid #1E1C4A !important;
  }
  .border-secondary-xxl-3 {
    border: 3px solid #1E1C4A !important;
  }
  .border-top-secondary-xxl-3 {
    border-top: 3px solid #1E1C4A !important;
  }
  .border-right-secondary-xxl-3 {
    border-right: 3px solid #1E1C4A !important;
  }
  .border-bottom-secondary-xxl-3 {
    border-bottom: 3px solid #1E1C4A !important;
  }
  .border-left-secondary-xxl-3 {
    border-left: 3px solid #1E1C4A !important;
  }
  .border-secondary-xxl-4 {
    border: 4px solid #1E1C4A !important;
  }
  .border-top-secondary-xxl-4 {
    border-top: 4px solid #1E1C4A !important;
  }
  .border-right-secondary-xxl-4 {
    border-right: 4px solid #1E1C4A !important;
  }
  .border-bottom-secondary-xxl-4 {
    border-bottom: 4px solid #1E1C4A !important;
  }
  .border-left-secondary-xxl-4 {
    border-left: 4px solid #1E1C4A !important;
  }
  .border-secondary-xxl-5 {
    border: 5px solid #1E1C4A !important;
  }
  .border-top-secondary-xxl-5 {
    border-top: 5px solid #1E1C4A !important;
  }
  .border-right-secondary-xxl-5 {
    border-right: 5px solid #1E1C4A !important;
  }
  .border-bottom-secondary-xxl-5 {
    border-bottom: 5px solid #1E1C4A !important;
  }
  .border-left-secondary-xxl-5 {
    border-left: 5px solid #1E1C4A !important;
  }
  .border-secondary-xxl-6 {
    border: 6px solid #1E1C4A !important;
  }
  .border-top-secondary-xxl-6 {
    border-top: 6px solid #1E1C4A !important;
  }
  .border-right-secondary-xxl-6 {
    border-right: 6px solid #1E1C4A !important;
  }
  .border-bottom-secondary-xxl-6 {
    border-bottom: 6px solid #1E1C4A !important;
  }
  .border-left-secondary-xxl-6 {
    border-left: 6px solid #1E1C4A !important;
  }
  .border-secondary-xxl-7 {
    border: 7px solid #1E1C4A !important;
  }
  .border-top-secondary-xxl-7 {
    border-top: 7px solid #1E1C4A !important;
  }
  .border-right-secondary-xxl-7 {
    border-right: 7px solid #1E1C4A !important;
  }
  .border-bottom-secondary-xxl-7 {
    border-bottom: 7px solid #1E1C4A !important;
  }
  .border-left-secondary-xxl-7 {
    border-left: 7px solid #1E1C4A !important;
  }
  .border-secondary-xxl-8 {
    border: 8px solid #1E1C4A !important;
  }
  .border-top-secondary-xxl-8 {
    border-top: 8px solid #1E1C4A !important;
  }
  .border-right-secondary-xxl-8 {
    border-right: 8px solid #1E1C4A !important;
  }
  .border-bottom-secondary-xxl-8 {
    border-bottom: 8px solid #1E1C4A !important;
  }
  .border-left-secondary-xxl-8 {
    border-left: 8px solid #1E1C4A !important;
  }
  .border-secondary-xxl-9 {
    border: 9px solid #1E1C4A !important;
  }
  .border-top-secondary-xxl-9 {
    border-top: 9px solid #1E1C4A !important;
  }
  .border-right-secondary-xxl-9 {
    border-right: 9px solid #1E1C4A !important;
  }
  .border-bottom-secondary-xxl-9 {
    border-bottom: 9px solid #1E1C4A !important;
  }
  .border-left-secondary-xxl-9 {
    border-left: 9px solid #1E1C4A !important;
  }
  .border-secondary-xxl-10 {
    border: 10px solid #1E1C4A !important;
  }
  .border-top-secondary-xxl-10 {
    border-top: 10px solid #1E1C4A !important;
  }
  .border-right-secondary-xxl-10 {
    border-right: 10px solid #1E1C4A !important;
  }
  .border-bottom-secondary-xxl-10 {
    border-bottom: 10px solid #1E1C4A !important;
  }
  .border-left-secondary-xxl-10 {
    border-left: 10px solid #1E1C4A !important;
  }
  .border-secondary-xxl-11 {
    border: 11px solid #1E1C4A !important;
  }
  .border-top-secondary-xxl-11 {
    border-top: 11px solid #1E1C4A !important;
  }
  .border-right-secondary-xxl-11 {
    border-right: 11px solid #1E1C4A !important;
  }
  .border-bottom-secondary-xxl-11 {
    border-bottom: 11px solid #1E1C4A !important;
  }
  .border-left-secondary-xxl-11 {
    border-left: 11px solid #1E1C4A !important;
  }
  .border-secondary-xxl-12 {
    border: 12px solid #1E1C4A !important;
  }
  .border-top-secondary-xxl-12 {
    border-top: 12px solid #1E1C4A !important;
  }
  .border-right-secondary-xxl-12 {
    border-right: 12px solid #1E1C4A !important;
  }
  .border-bottom-secondary-xxl-12 {
    border-bottom: 12px solid #1E1C4A !important;
  }
  .border-left-secondary-xxl-12 {
    border-left: 12px solid #1E1C4A !important;
  }
  .border-secondary-xxl-13 {
    border: 13px solid #1E1C4A !important;
  }
  .border-top-secondary-xxl-13 {
    border-top: 13px solid #1E1C4A !important;
  }
  .border-right-secondary-xxl-13 {
    border-right: 13px solid #1E1C4A !important;
  }
  .border-bottom-secondary-xxl-13 {
    border-bottom: 13px solid #1E1C4A !important;
  }
  .border-left-secondary-xxl-13 {
    border-left: 13px solid #1E1C4A !important;
  }
  .border-secondary-xxl-14 {
    border: 14px solid #1E1C4A !important;
  }
  .border-top-secondary-xxl-14 {
    border-top: 14px solid #1E1C4A !important;
  }
  .border-right-secondary-xxl-14 {
    border-right: 14px solid #1E1C4A !important;
  }
  .border-bottom-secondary-xxl-14 {
    border-bottom: 14px solid #1E1C4A !important;
  }
  .border-left-secondary-xxl-14 {
    border-left: 14px solid #1E1C4A !important;
  }
  .border-secondary-xxl-15 {
    border: 15px solid #1E1C4A !important;
  }
  .border-top-secondary-xxl-15 {
    border-top: 15px solid #1E1C4A !important;
  }
  .border-right-secondary-xxl-15 {
    border-right: 15px solid #1E1C4A !important;
  }
  .border-bottom-secondary-xxl-15 {
    border-bottom: 15px solid #1E1C4A !important;
  }
  .border-left-secondary-xxl-15 {
    border-left: 15px solid #1E1C4A !important;
  }
}
/* ############### XXL - END ############### */
/* ############### XXXL - START ############### */
@media (min-width: 1600px) {
  .border-xxxl-secondary {
    border-color: #1E1C4A !important;
  }
  .border-top-xxxl-secondary {
    border-top: 1px solid #1E1C4A !important;
  }
  .border-right-xxxl-secondary {
    border-right: 1px solid #1E1C4A !important;
  }
  .border-bottom-xxxl-secondary {
    border-bottom: 1px solid #1E1C4A !important;
  }
  .border-left-xxxl-secondary {
    border-left: 1px solid #1E1C4A !important;
  }
  .border-secondary-xxxl-0 {
    border: 0px solid #1E1C4A !important;
  }
  .border-top-secondary-xxxl-0 {
    border-top: 0px solid #1E1C4A !important;
  }
  .border-right-secondary-xxxl-0 {
    border-right: 0px solid #1E1C4A !important;
  }
  .border-bottom-secondary-xxxl-0 {
    border-bottom: 0px solid #1E1C4A !important;
  }
  .border-left-secondary-xxxl-0 {
    border-left: 0px solid #1E1C4A !important;
  }
  .border-secondary-xxxl-1 {
    border: 1px solid #1E1C4A !important;
  }
  .border-top-secondary-xxxl-1 {
    border-top: 1px solid #1E1C4A !important;
  }
  .border-right-secondary-xxxl-1 {
    border-right: 1px solid #1E1C4A !important;
  }
  .border-bottom-secondary-xxxl-1 {
    border-bottom: 1px solid #1E1C4A !important;
  }
  .border-left-secondary-xxxl-1 {
    border-left: 1px solid #1E1C4A !important;
  }
  .border-secondary-xxxl-2 {
    border: 2px solid #1E1C4A !important;
  }
  .border-top-secondary-xxxl-2 {
    border-top: 2px solid #1E1C4A !important;
  }
  .border-right-secondary-xxxl-2 {
    border-right: 2px solid #1E1C4A !important;
  }
  .border-bottom-secondary-xxxl-2 {
    border-bottom: 2px solid #1E1C4A !important;
  }
  .border-left-secondary-xxxl-2 {
    border-left: 2px solid #1E1C4A !important;
  }
  .border-secondary-xxxl-3 {
    border: 3px solid #1E1C4A !important;
  }
  .border-top-secondary-xxxl-3 {
    border-top: 3px solid #1E1C4A !important;
  }
  .border-right-secondary-xxxl-3 {
    border-right: 3px solid #1E1C4A !important;
  }
  .border-bottom-secondary-xxxl-3 {
    border-bottom: 3px solid #1E1C4A !important;
  }
  .border-left-secondary-xxxl-3 {
    border-left: 3px solid #1E1C4A !important;
  }
  .border-secondary-xxxl-4 {
    border: 4px solid #1E1C4A !important;
  }
  .border-top-secondary-xxxl-4 {
    border-top: 4px solid #1E1C4A !important;
  }
  .border-right-secondary-xxxl-4 {
    border-right: 4px solid #1E1C4A !important;
  }
  .border-bottom-secondary-xxxl-4 {
    border-bottom: 4px solid #1E1C4A !important;
  }
  .border-left-secondary-xxxl-4 {
    border-left: 4px solid #1E1C4A !important;
  }
  .border-secondary-xxxl-5 {
    border: 5px solid #1E1C4A !important;
  }
  .border-top-secondary-xxxl-5 {
    border-top: 5px solid #1E1C4A !important;
  }
  .border-right-secondary-xxxl-5 {
    border-right: 5px solid #1E1C4A !important;
  }
  .border-bottom-secondary-xxxl-5 {
    border-bottom: 5px solid #1E1C4A !important;
  }
  .border-left-secondary-xxxl-5 {
    border-left: 5px solid #1E1C4A !important;
  }
  .border-secondary-xxxl-6 {
    border: 6px solid #1E1C4A !important;
  }
  .border-top-secondary-xxxl-6 {
    border-top: 6px solid #1E1C4A !important;
  }
  .border-right-secondary-xxxl-6 {
    border-right: 6px solid #1E1C4A !important;
  }
  .border-bottom-secondary-xxxl-6 {
    border-bottom: 6px solid #1E1C4A !important;
  }
  .border-left-secondary-xxxl-6 {
    border-left: 6px solid #1E1C4A !important;
  }
  .border-secondary-xxxl-7 {
    border: 7px solid #1E1C4A !important;
  }
  .border-top-secondary-xxxl-7 {
    border-top: 7px solid #1E1C4A !important;
  }
  .border-right-secondary-xxxl-7 {
    border-right: 7px solid #1E1C4A !important;
  }
  .border-bottom-secondary-xxxl-7 {
    border-bottom: 7px solid #1E1C4A !important;
  }
  .border-left-secondary-xxxl-7 {
    border-left: 7px solid #1E1C4A !important;
  }
  .border-secondary-xxxl-8 {
    border: 8px solid #1E1C4A !important;
  }
  .border-top-secondary-xxxl-8 {
    border-top: 8px solid #1E1C4A !important;
  }
  .border-right-secondary-xxxl-8 {
    border-right: 8px solid #1E1C4A !important;
  }
  .border-bottom-secondary-xxxl-8 {
    border-bottom: 8px solid #1E1C4A !important;
  }
  .border-left-secondary-xxxl-8 {
    border-left: 8px solid #1E1C4A !important;
  }
  .border-secondary-xxxl-9 {
    border: 9px solid #1E1C4A !important;
  }
  .border-top-secondary-xxxl-9 {
    border-top: 9px solid #1E1C4A !important;
  }
  .border-right-secondary-xxxl-9 {
    border-right: 9px solid #1E1C4A !important;
  }
  .border-bottom-secondary-xxxl-9 {
    border-bottom: 9px solid #1E1C4A !important;
  }
  .border-left-secondary-xxxl-9 {
    border-left: 9px solid #1E1C4A !important;
  }
  .border-secondary-xxxl-10 {
    border: 10px solid #1E1C4A !important;
  }
  .border-top-secondary-xxxl-10 {
    border-top: 10px solid #1E1C4A !important;
  }
  .border-right-secondary-xxxl-10 {
    border-right: 10px solid #1E1C4A !important;
  }
  .border-bottom-secondary-xxxl-10 {
    border-bottom: 10px solid #1E1C4A !important;
  }
  .border-left-secondary-xxxl-10 {
    border-left: 10px solid #1E1C4A !important;
  }
  .border-secondary-xxxl-11 {
    border: 11px solid #1E1C4A !important;
  }
  .border-top-secondary-xxxl-11 {
    border-top: 11px solid #1E1C4A !important;
  }
  .border-right-secondary-xxxl-11 {
    border-right: 11px solid #1E1C4A !important;
  }
  .border-bottom-secondary-xxxl-11 {
    border-bottom: 11px solid #1E1C4A !important;
  }
  .border-left-secondary-xxxl-11 {
    border-left: 11px solid #1E1C4A !important;
  }
  .border-secondary-xxxl-12 {
    border: 12px solid #1E1C4A !important;
  }
  .border-top-secondary-xxxl-12 {
    border-top: 12px solid #1E1C4A !important;
  }
  .border-right-secondary-xxxl-12 {
    border-right: 12px solid #1E1C4A !important;
  }
  .border-bottom-secondary-xxxl-12 {
    border-bottom: 12px solid #1E1C4A !important;
  }
  .border-left-secondary-xxxl-12 {
    border-left: 12px solid #1E1C4A !important;
  }
  .border-secondary-xxxl-13 {
    border: 13px solid #1E1C4A !important;
  }
  .border-top-secondary-xxxl-13 {
    border-top: 13px solid #1E1C4A !important;
  }
  .border-right-secondary-xxxl-13 {
    border-right: 13px solid #1E1C4A !important;
  }
  .border-bottom-secondary-xxxl-13 {
    border-bottom: 13px solid #1E1C4A !important;
  }
  .border-left-secondary-xxxl-13 {
    border-left: 13px solid #1E1C4A !important;
  }
  .border-secondary-xxxl-14 {
    border: 14px solid #1E1C4A !important;
  }
  .border-top-secondary-xxxl-14 {
    border-top: 14px solid #1E1C4A !important;
  }
  .border-right-secondary-xxxl-14 {
    border-right: 14px solid #1E1C4A !important;
  }
  .border-bottom-secondary-xxxl-14 {
    border-bottom: 14px solid #1E1C4A !important;
  }
  .border-left-secondary-xxxl-14 {
    border-left: 14px solid #1E1C4A !important;
  }
  .border-secondary-xxxl-15 {
    border: 15px solid #1E1C4A !important;
  }
  .border-top-secondary-xxxl-15 {
    border-top: 15px solid #1E1C4A !important;
  }
  .border-right-secondary-xxxl-15 {
    border-right: 15px solid #1E1C4A !important;
  }
  .border-bottom-secondary-xxxl-15 {
    border-bottom: 15px solid #1E1C4A !important;
  }
  .border-left-secondary-xxxl-15 {
    border-left: 15px solid #1E1C4A !important;
  }
}
/* ############### XXXL - END ############### */
/* ############### XXXXL - START ############### */
@media (min-width: 1900px) {
  .border-xxxxl-secondary {
    border-color: #1E1C4A !important;
  }
  .border-top-xxxxl-secondary {
    border-top: 1px solid #1E1C4A !important;
  }
  .border-right-xxxxl-secondary {
    border-right: 1px solid #1E1C4A !important;
  }
  .border-bottom-xxxxl-secondary {
    border-bottom: 1px solid #1E1C4A !important;
  }
  .border-left-xxxxl-secondary {
    border-left: 1px solid #1E1C4A !important;
  }
  .border-secondary-xxxxl-0 {
    border: 0px solid #1E1C4A !important;
  }
  .border-top-secondary-xxxxl-0 {
    border-top: 0px solid #1E1C4A !important;
  }
  .border-right-secondary-xxxxl-0 {
    border-right: 0px solid #1E1C4A !important;
  }
  .border-bottom-secondary-xxxxl-0 {
    border-bottom: 0px solid #1E1C4A !important;
  }
  .border-left-secondary-xxxxl-0 {
    border-left: 0px solid #1E1C4A !important;
  }
  .border-secondary-xxxxl-1 {
    border: 1px solid #1E1C4A !important;
  }
  .border-top-secondary-xxxxl-1 {
    border-top: 1px solid #1E1C4A !important;
  }
  .border-right-secondary-xxxxl-1 {
    border-right: 1px solid #1E1C4A !important;
  }
  .border-bottom-secondary-xxxxl-1 {
    border-bottom: 1px solid #1E1C4A !important;
  }
  .border-left-secondary-xxxxl-1 {
    border-left: 1px solid #1E1C4A !important;
  }
  .border-secondary-xxxxl-2 {
    border: 2px solid #1E1C4A !important;
  }
  .border-top-secondary-xxxxl-2 {
    border-top: 2px solid #1E1C4A !important;
  }
  .border-right-secondary-xxxxl-2 {
    border-right: 2px solid #1E1C4A !important;
  }
  .border-bottom-secondary-xxxxl-2 {
    border-bottom: 2px solid #1E1C4A !important;
  }
  .border-left-secondary-xxxxl-2 {
    border-left: 2px solid #1E1C4A !important;
  }
  .border-secondary-xxxxl-3 {
    border: 3px solid #1E1C4A !important;
  }
  .border-top-secondary-xxxxl-3 {
    border-top: 3px solid #1E1C4A !important;
  }
  .border-right-secondary-xxxxl-3 {
    border-right: 3px solid #1E1C4A !important;
  }
  .border-bottom-secondary-xxxxl-3 {
    border-bottom: 3px solid #1E1C4A !important;
  }
  .border-left-secondary-xxxxl-3 {
    border-left: 3px solid #1E1C4A !important;
  }
  .border-secondary-xxxxl-4 {
    border: 4px solid #1E1C4A !important;
  }
  .border-top-secondary-xxxxl-4 {
    border-top: 4px solid #1E1C4A !important;
  }
  .border-right-secondary-xxxxl-4 {
    border-right: 4px solid #1E1C4A !important;
  }
  .border-bottom-secondary-xxxxl-4 {
    border-bottom: 4px solid #1E1C4A !important;
  }
  .border-left-secondary-xxxxl-4 {
    border-left: 4px solid #1E1C4A !important;
  }
  .border-secondary-xxxxl-5 {
    border: 5px solid #1E1C4A !important;
  }
  .border-top-secondary-xxxxl-5 {
    border-top: 5px solid #1E1C4A !important;
  }
  .border-right-secondary-xxxxl-5 {
    border-right: 5px solid #1E1C4A !important;
  }
  .border-bottom-secondary-xxxxl-5 {
    border-bottom: 5px solid #1E1C4A !important;
  }
  .border-left-secondary-xxxxl-5 {
    border-left: 5px solid #1E1C4A !important;
  }
  .border-secondary-xxxxl-6 {
    border: 6px solid #1E1C4A !important;
  }
  .border-top-secondary-xxxxl-6 {
    border-top: 6px solid #1E1C4A !important;
  }
  .border-right-secondary-xxxxl-6 {
    border-right: 6px solid #1E1C4A !important;
  }
  .border-bottom-secondary-xxxxl-6 {
    border-bottom: 6px solid #1E1C4A !important;
  }
  .border-left-secondary-xxxxl-6 {
    border-left: 6px solid #1E1C4A !important;
  }
  .border-secondary-xxxxl-7 {
    border: 7px solid #1E1C4A !important;
  }
  .border-top-secondary-xxxxl-7 {
    border-top: 7px solid #1E1C4A !important;
  }
  .border-right-secondary-xxxxl-7 {
    border-right: 7px solid #1E1C4A !important;
  }
  .border-bottom-secondary-xxxxl-7 {
    border-bottom: 7px solid #1E1C4A !important;
  }
  .border-left-secondary-xxxxl-7 {
    border-left: 7px solid #1E1C4A !important;
  }
  .border-secondary-xxxxl-8 {
    border: 8px solid #1E1C4A !important;
  }
  .border-top-secondary-xxxxl-8 {
    border-top: 8px solid #1E1C4A !important;
  }
  .border-right-secondary-xxxxl-8 {
    border-right: 8px solid #1E1C4A !important;
  }
  .border-bottom-secondary-xxxxl-8 {
    border-bottom: 8px solid #1E1C4A !important;
  }
  .border-left-secondary-xxxxl-8 {
    border-left: 8px solid #1E1C4A !important;
  }
  .border-secondary-xxxxl-9 {
    border: 9px solid #1E1C4A !important;
  }
  .border-top-secondary-xxxxl-9 {
    border-top: 9px solid #1E1C4A !important;
  }
  .border-right-secondary-xxxxl-9 {
    border-right: 9px solid #1E1C4A !important;
  }
  .border-bottom-secondary-xxxxl-9 {
    border-bottom: 9px solid #1E1C4A !important;
  }
  .border-left-secondary-xxxxl-9 {
    border-left: 9px solid #1E1C4A !important;
  }
  .border-secondary-xxxxl-10 {
    border: 10px solid #1E1C4A !important;
  }
  .border-top-secondary-xxxxl-10 {
    border-top: 10px solid #1E1C4A !important;
  }
  .border-right-secondary-xxxxl-10 {
    border-right: 10px solid #1E1C4A !important;
  }
  .border-bottom-secondary-xxxxl-10 {
    border-bottom: 10px solid #1E1C4A !important;
  }
  .border-left-secondary-xxxxl-10 {
    border-left: 10px solid #1E1C4A !important;
  }
  .border-secondary-xxxxl-11 {
    border: 11px solid #1E1C4A !important;
  }
  .border-top-secondary-xxxxl-11 {
    border-top: 11px solid #1E1C4A !important;
  }
  .border-right-secondary-xxxxl-11 {
    border-right: 11px solid #1E1C4A !important;
  }
  .border-bottom-secondary-xxxxl-11 {
    border-bottom: 11px solid #1E1C4A !important;
  }
  .border-left-secondary-xxxxl-11 {
    border-left: 11px solid #1E1C4A !important;
  }
  .border-secondary-xxxxl-12 {
    border: 12px solid #1E1C4A !important;
  }
  .border-top-secondary-xxxxl-12 {
    border-top: 12px solid #1E1C4A !important;
  }
  .border-right-secondary-xxxxl-12 {
    border-right: 12px solid #1E1C4A !important;
  }
  .border-bottom-secondary-xxxxl-12 {
    border-bottom: 12px solid #1E1C4A !important;
  }
  .border-left-secondary-xxxxl-12 {
    border-left: 12px solid #1E1C4A !important;
  }
  .border-secondary-xxxxl-13 {
    border: 13px solid #1E1C4A !important;
  }
  .border-top-secondary-xxxxl-13 {
    border-top: 13px solid #1E1C4A !important;
  }
  .border-right-secondary-xxxxl-13 {
    border-right: 13px solid #1E1C4A !important;
  }
  .border-bottom-secondary-xxxxl-13 {
    border-bottom: 13px solid #1E1C4A !important;
  }
  .border-left-secondary-xxxxl-13 {
    border-left: 13px solid #1E1C4A !important;
  }
  .border-secondary-xxxxl-14 {
    border: 14px solid #1E1C4A !important;
  }
  .border-top-secondary-xxxxl-14 {
    border-top: 14px solid #1E1C4A !important;
  }
  .border-right-secondary-xxxxl-14 {
    border-right: 14px solid #1E1C4A !important;
  }
  .border-bottom-secondary-xxxxl-14 {
    border-bottom: 14px solid #1E1C4A !important;
  }
  .border-left-secondary-xxxxl-14 {
    border-left: 14px solid #1E1C4A !important;
  }
  .border-secondary-xxxxl-15 {
    border: 15px solid #1E1C4A !important;
  }
  .border-top-secondary-xxxxl-15 {
    border-top: 15px solid #1E1C4A !important;
  }
  .border-right-secondary-xxxxl-15 {
    border-right: 15px solid #1E1C4A !important;
  }
  .border-bottom-secondary-xxxxl-15 {
    border-bottom: 15px solid #1E1C4A !important;
  }
  .border-left-secondary-xxxxl-15 {
    border-left: 15px solid #1E1C4A !important;
  }
}
/* ############### XXXXL - END ############### */
.border-success {
  border-color: #128807 !important;
}

.border-top-success {
  border-top: 1px solid #128807 !important;
}

.border-right-success {
  border-right: 1px solid #128807 !important;
}

.border-bottom-success {
  border-bottom: 1px solid #128807 !important;
}

.border-left-success {
  border-left: 1px solid #128807 !important;
}

.border-success-0 {
  border: 0px solid #128807 !important;
}

.border-top-success-0 {
  border-top: 0px solid #128807 !important;
}

.border-right-success-0 {
  border-right: 0px solid #128807 !important;
}

.border-bottom-success-0 {
  border-bottom: 0px solid #128807 !important;
}

.border-left-success-0 {
  border-left: 0px solid #128807 !important;
}

.border-success-1 {
  border: 1px solid #128807 !important;
}

.border-top-success-1 {
  border-top: 1px solid #128807 !important;
}

.border-right-success-1 {
  border-right: 1px solid #128807 !important;
}

.border-bottom-success-1 {
  border-bottom: 1px solid #128807 !important;
}

.border-left-success-1 {
  border-left: 1px solid #128807 !important;
}

.border-success-2 {
  border: 2px solid #128807 !important;
}

.border-top-success-2 {
  border-top: 2px solid #128807 !important;
}

.border-right-success-2 {
  border-right: 2px solid #128807 !important;
}

.border-bottom-success-2 {
  border-bottom: 2px solid #128807 !important;
}

.border-left-success-2 {
  border-left: 2px solid #128807 !important;
}

.border-success-3 {
  border: 3px solid #128807 !important;
}

.border-top-success-3 {
  border-top: 3px solid #128807 !important;
}

.border-right-success-3 {
  border-right: 3px solid #128807 !important;
}

.border-bottom-success-3 {
  border-bottom: 3px solid #128807 !important;
}

.border-left-success-3 {
  border-left: 3px solid #128807 !important;
}

.border-success-4 {
  border: 4px solid #128807 !important;
}

.border-top-success-4 {
  border-top: 4px solid #128807 !important;
}

.border-right-success-4 {
  border-right: 4px solid #128807 !important;
}

.border-bottom-success-4 {
  border-bottom: 4px solid #128807 !important;
}

.border-left-success-4 {
  border-left: 4px solid #128807 !important;
}

.border-success-5 {
  border: 5px solid #128807 !important;
}

.border-top-success-5 {
  border-top: 5px solid #128807 !important;
}

.border-right-success-5 {
  border-right: 5px solid #128807 !important;
}

.border-bottom-success-5 {
  border-bottom: 5px solid #128807 !important;
}

.border-left-success-5 {
  border-left: 5px solid #128807 !important;
}

.border-success-6 {
  border: 6px solid #128807 !important;
}

.border-top-success-6 {
  border-top: 6px solid #128807 !important;
}

.border-right-success-6 {
  border-right: 6px solid #128807 !important;
}

.border-bottom-success-6 {
  border-bottom: 6px solid #128807 !important;
}

.border-left-success-6 {
  border-left: 6px solid #128807 !important;
}

.border-success-7 {
  border: 7px solid #128807 !important;
}

.border-top-success-7 {
  border-top: 7px solid #128807 !important;
}

.border-right-success-7 {
  border-right: 7px solid #128807 !important;
}

.border-bottom-success-7 {
  border-bottom: 7px solid #128807 !important;
}

.border-left-success-7 {
  border-left: 7px solid #128807 !important;
}

.border-success-8 {
  border: 8px solid #128807 !important;
}

.border-top-success-8 {
  border-top: 8px solid #128807 !important;
}

.border-right-success-8 {
  border-right: 8px solid #128807 !important;
}

.border-bottom-success-8 {
  border-bottom: 8px solid #128807 !important;
}

.border-left-success-8 {
  border-left: 8px solid #128807 !important;
}

.border-success-9 {
  border: 9px solid #128807 !important;
}

.border-top-success-9 {
  border-top: 9px solid #128807 !important;
}

.border-right-success-9 {
  border-right: 9px solid #128807 !important;
}

.border-bottom-success-9 {
  border-bottom: 9px solid #128807 !important;
}

.border-left-success-9 {
  border-left: 9px solid #128807 !important;
}

.border-success-10 {
  border: 10px solid #128807 !important;
}

.border-top-success-10 {
  border-top: 10px solid #128807 !important;
}

.border-right-success-10 {
  border-right: 10px solid #128807 !important;
}

.border-bottom-success-10 {
  border-bottom: 10px solid #128807 !important;
}

.border-left-success-10 {
  border-left: 10px solid #128807 !important;
}

.border-success-11 {
  border: 11px solid #128807 !important;
}

.border-top-success-11 {
  border-top: 11px solid #128807 !important;
}

.border-right-success-11 {
  border-right: 11px solid #128807 !important;
}

.border-bottom-success-11 {
  border-bottom: 11px solid #128807 !important;
}

.border-left-success-11 {
  border-left: 11px solid #128807 !important;
}

.border-success-12 {
  border: 12px solid #128807 !important;
}

.border-top-success-12 {
  border-top: 12px solid #128807 !important;
}

.border-right-success-12 {
  border-right: 12px solid #128807 !important;
}

.border-bottom-success-12 {
  border-bottom: 12px solid #128807 !important;
}

.border-left-success-12 {
  border-left: 12px solid #128807 !important;
}

.border-success-13 {
  border: 13px solid #128807 !important;
}

.border-top-success-13 {
  border-top: 13px solid #128807 !important;
}

.border-right-success-13 {
  border-right: 13px solid #128807 !important;
}

.border-bottom-success-13 {
  border-bottom: 13px solid #128807 !important;
}

.border-left-success-13 {
  border-left: 13px solid #128807 !important;
}

.border-success-14 {
  border: 14px solid #128807 !important;
}

.border-top-success-14 {
  border-top: 14px solid #128807 !important;
}

.border-right-success-14 {
  border-right: 14px solid #128807 !important;
}

.border-bottom-success-14 {
  border-bottom: 14px solid #128807 !important;
}

.border-left-success-14 {
  border-left: 14px solid #128807 !important;
}

.border-success-15 {
  border: 15px solid #128807 !important;
}

.border-top-success-15 {
  border-top: 15px solid #128807 !important;
}

.border-right-success-15 {
  border-right: 15px solid #128807 !important;
}

.border-bottom-success-15 {
  border-bottom: 15px solid #128807 !important;
}

.border-left-success-15 {
  border-left: 15px solid #128807 !important;
}

/* ############### SM - START ############### */
@media (min-width: 576px) {
  .border-sm-success {
    border-color: #128807 !important;
  }
  .border-top-sm-success {
    border-top: 1px solid #128807 !important;
  }
  .border-right-sm-success {
    border-right: 1px solid #128807 !important;
  }
  .border-bottom-sm-success {
    border-bottom: 1px solid #128807 !important;
  }
  .border-left-sm-success {
    border-left: 1px solid #128807 !important;
  }
  .border-success-sm-0 {
    border: 0px solid #128807 !important;
  }
  .border-top-success-sm-0 {
    border-top: 0px solid #128807 !important;
  }
  .border-right-success-sm-0 {
    border-right: 0px solid #128807 !important;
  }
  .border-bottom-success-sm-0 {
    border-bottom: 0px solid #128807 !important;
  }
  .border-left-success-sm-0 {
    border-left: 0px solid #128807 !important;
  }
  .border-success-sm-1 {
    border: 1px solid #128807 !important;
  }
  .border-top-success-sm-1 {
    border-top: 1px solid #128807 !important;
  }
  .border-right-success-sm-1 {
    border-right: 1px solid #128807 !important;
  }
  .border-bottom-success-sm-1 {
    border-bottom: 1px solid #128807 !important;
  }
  .border-left-success-sm-1 {
    border-left: 1px solid #128807 !important;
  }
  .border-success-sm-2 {
    border: 2px solid #128807 !important;
  }
  .border-top-success-sm-2 {
    border-top: 2px solid #128807 !important;
  }
  .border-right-success-sm-2 {
    border-right: 2px solid #128807 !important;
  }
  .border-bottom-success-sm-2 {
    border-bottom: 2px solid #128807 !important;
  }
  .border-left-success-sm-2 {
    border-left: 2px solid #128807 !important;
  }
  .border-success-sm-3 {
    border: 3px solid #128807 !important;
  }
  .border-top-success-sm-3 {
    border-top: 3px solid #128807 !important;
  }
  .border-right-success-sm-3 {
    border-right: 3px solid #128807 !important;
  }
  .border-bottom-success-sm-3 {
    border-bottom: 3px solid #128807 !important;
  }
  .border-left-success-sm-3 {
    border-left: 3px solid #128807 !important;
  }
  .border-success-sm-4 {
    border: 4px solid #128807 !important;
  }
  .border-top-success-sm-4 {
    border-top: 4px solid #128807 !important;
  }
  .border-right-success-sm-4 {
    border-right: 4px solid #128807 !important;
  }
  .border-bottom-success-sm-4 {
    border-bottom: 4px solid #128807 !important;
  }
  .border-left-success-sm-4 {
    border-left: 4px solid #128807 !important;
  }
  .border-success-sm-5 {
    border: 5px solid #128807 !important;
  }
  .border-top-success-sm-5 {
    border-top: 5px solid #128807 !important;
  }
  .border-right-success-sm-5 {
    border-right: 5px solid #128807 !important;
  }
  .border-bottom-success-sm-5 {
    border-bottom: 5px solid #128807 !important;
  }
  .border-left-success-sm-5 {
    border-left: 5px solid #128807 !important;
  }
  .border-success-sm-6 {
    border: 6px solid #128807 !important;
  }
  .border-top-success-sm-6 {
    border-top: 6px solid #128807 !important;
  }
  .border-right-success-sm-6 {
    border-right: 6px solid #128807 !important;
  }
  .border-bottom-success-sm-6 {
    border-bottom: 6px solid #128807 !important;
  }
  .border-left-success-sm-6 {
    border-left: 6px solid #128807 !important;
  }
  .border-success-sm-7 {
    border: 7px solid #128807 !important;
  }
  .border-top-success-sm-7 {
    border-top: 7px solid #128807 !important;
  }
  .border-right-success-sm-7 {
    border-right: 7px solid #128807 !important;
  }
  .border-bottom-success-sm-7 {
    border-bottom: 7px solid #128807 !important;
  }
  .border-left-success-sm-7 {
    border-left: 7px solid #128807 !important;
  }
  .border-success-sm-8 {
    border: 8px solid #128807 !important;
  }
  .border-top-success-sm-8 {
    border-top: 8px solid #128807 !important;
  }
  .border-right-success-sm-8 {
    border-right: 8px solid #128807 !important;
  }
  .border-bottom-success-sm-8 {
    border-bottom: 8px solid #128807 !important;
  }
  .border-left-success-sm-8 {
    border-left: 8px solid #128807 !important;
  }
  .border-success-sm-9 {
    border: 9px solid #128807 !important;
  }
  .border-top-success-sm-9 {
    border-top: 9px solid #128807 !important;
  }
  .border-right-success-sm-9 {
    border-right: 9px solid #128807 !important;
  }
  .border-bottom-success-sm-9 {
    border-bottom: 9px solid #128807 !important;
  }
  .border-left-success-sm-9 {
    border-left: 9px solid #128807 !important;
  }
  .border-success-sm-10 {
    border: 10px solid #128807 !important;
  }
  .border-top-success-sm-10 {
    border-top: 10px solid #128807 !important;
  }
  .border-right-success-sm-10 {
    border-right: 10px solid #128807 !important;
  }
  .border-bottom-success-sm-10 {
    border-bottom: 10px solid #128807 !important;
  }
  .border-left-success-sm-10 {
    border-left: 10px solid #128807 !important;
  }
  .border-success-sm-11 {
    border: 11px solid #128807 !important;
  }
  .border-top-success-sm-11 {
    border-top: 11px solid #128807 !important;
  }
  .border-right-success-sm-11 {
    border-right: 11px solid #128807 !important;
  }
  .border-bottom-success-sm-11 {
    border-bottom: 11px solid #128807 !important;
  }
  .border-left-success-sm-11 {
    border-left: 11px solid #128807 !important;
  }
  .border-success-sm-12 {
    border: 12px solid #128807 !important;
  }
  .border-top-success-sm-12 {
    border-top: 12px solid #128807 !important;
  }
  .border-right-success-sm-12 {
    border-right: 12px solid #128807 !important;
  }
  .border-bottom-success-sm-12 {
    border-bottom: 12px solid #128807 !important;
  }
  .border-left-success-sm-12 {
    border-left: 12px solid #128807 !important;
  }
  .border-success-sm-13 {
    border: 13px solid #128807 !important;
  }
  .border-top-success-sm-13 {
    border-top: 13px solid #128807 !important;
  }
  .border-right-success-sm-13 {
    border-right: 13px solid #128807 !important;
  }
  .border-bottom-success-sm-13 {
    border-bottom: 13px solid #128807 !important;
  }
  .border-left-success-sm-13 {
    border-left: 13px solid #128807 !important;
  }
  .border-success-sm-14 {
    border: 14px solid #128807 !important;
  }
  .border-top-success-sm-14 {
    border-top: 14px solid #128807 !important;
  }
  .border-right-success-sm-14 {
    border-right: 14px solid #128807 !important;
  }
  .border-bottom-success-sm-14 {
    border-bottom: 14px solid #128807 !important;
  }
  .border-left-success-sm-14 {
    border-left: 14px solid #128807 !important;
  }
  .border-success-sm-15 {
    border: 15px solid #128807 !important;
  }
  .border-top-success-sm-15 {
    border-top: 15px solid #128807 !important;
  }
  .border-right-success-sm-15 {
    border-right: 15px solid #128807 !important;
  }
  .border-bottom-success-sm-15 {
    border-bottom: 15px solid #128807 !important;
  }
  .border-left-success-sm-15 {
    border-left: 15px solid #128807 !important;
  }
}
/* ############### SM - END ############### */
/* ############### MD - START ############### */
@media (min-width: 768px) {
  .border-md-success {
    border-color: #128807 !important;
  }
  .border-top-md-success {
    border-top: 1px solid #128807 !important;
  }
  .border-right-md-success {
    border-right: 1px solid #128807 !important;
  }
  .border-bottom-md-success {
    border-bottom: 1px solid #128807 !important;
  }
  .border-left-md-success {
    border-left: 1px solid #128807 !important;
  }
  .border-success-md-0 {
    border: 0px solid #128807 !important;
  }
  .border-top-success-md-0 {
    border-top: 0px solid #128807 !important;
  }
  .border-right-success-md-0 {
    border-right: 0px solid #128807 !important;
  }
  .border-bottom-success-md-0 {
    border-bottom: 0px solid #128807 !important;
  }
  .border-left-success-md-0 {
    border-left: 0px solid #128807 !important;
  }
  .border-success-md-1 {
    border: 1px solid #128807 !important;
  }
  .border-top-success-md-1 {
    border-top: 1px solid #128807 !important;
  }
  .border-right-success-md-1 {
    border-right: 1px solid #128807 !important;
  }
  .border-bottom-success-md-1 {
    border-bottom: 1px solid #128807 !important;
  }
  .border-left-success-md-1 {
    border-left: 1px solid #128807 !important;
  }
  .border-success-md-2 {
    border: 2px solid #128807 !important;
  }
  .border-top-success-md-2 {
    border-top: 2px solid #128807 !important;
  }
  .border-right-success-md-2 {
    border-right: 2px solid #128807 !important;
  }
  .border-bottom-success-md-2 {
    border-bottom: 2px solid #128807 !important;
  }
  .border-left-success-md-2 {
    border-left: 2px solid #128807 !important;
  }
  .border-success-md-3 {
    border: 3px solid #128807 !important;
  }
  .border-top-success-md-3 {
    border-top: 3px solid #128807 !important;
  }
  .border-right-success-md-3 {
    border-right: 3px solid #128807 !important;
  }
  .border-bottom-success-md-3 {
    border-bottom: 3px solid #128807 !important;
  }
  .border-left-success-md-3 {
    border-left: 3px solid #128807 !important;
  }
  .border-success-md-4 {
    border: 4px solid #128807 !important;
  }
  .border-top-success-md-4 {
    border-top: 4px solid #128807 !important;
  }
  .border-right-success-md-4 {
    border-right: 4px solid #128807 !important;
  }
  .border-bottom-success-md-4 {
    border-bottom: 4px solid #128807 !important;
  }
  .border-left-success-md-4 {
    border-left: 4px solid #128807 !important;
  }
  .border-success-md-5 {
    border: 5px solid #128807 !important;
  }
  .border-top-success-md-5 {
    border-top: 5px solid #128807 !important;
  }
  .border-right-success-md-5 {
    border-right: 5px solid #128807 !important;
  }
  .border-bottom-success-md-5 {
    border-bottom: 5px solid #128807 !important;
  }
  .border-left-success-md-5 {
    border-left: 5px solid #128807 !important;
  }
  .border-success-md-6 {
    border: 6px solid #128807 !important;
  }
  .border-top-success-md-6 {
    border-top: 6px solid #128807 !important;
  }
  .border-right-success-md-6 {
    border-right: 6px solid #128807 !important;
  }
  .border-bottom-success-md-6 {
    border-bottom: 6px solid #128807 !important;
  }
  .border-left-success-md-6 {
    border-left: 6px solid #128807 !important;
  }
  .border-success-md-7 {
    border: 7px solid #128807 !important;
  }
  .border-top-success-md-7 {
    border-top: 7px solid #128807 !important;
  }
  .border-right-success-md-7 {
    border-right: 7px solid #128807 !important;
  }
  .border-bottom-success-md-7 {
    border-bottom: 7px solid #128807 !important;
  }
  .border-left-success-md-7 {
    border-left: 7px solid #128807 !important;
  }
  .border-success-md-8 {
    border: 8px solid #128807 !important;
  }
  .border-top-success-md-8 {
    border-top: 8px solid #128807 !important;
  }
  .border-right-success-md-8 {
    border-right: 8px solid #128807 !important;
  }
  .border-bottom-success-md-8 {
    border-bottom: 8px solid #128807 !important;
  }
  .border-left-success-md-8 {
    border-left: 8px solid #128807 !important;
  }
  .border-success-md-9 {
    border: 9px solid #128807 !important;
  }
  .border-top-success-md-9 {
    border-top: 9px solid #128807 !important;
  }
  .border-right-success-md-9 {
    border-right: 9px solid #128807 !important;
  }
  .border-bottom-success-md-9 {
    border-bottom: 9px solid #128807 !important;
  }
  .border-left-success-md-9 {
    border-left: 9px solid #128807 !important;
  }
  .border-success-md-10 {
    border: 10px solid #128807 !important;
  }
  .border-top-success-md-10 {
    border-top: 10px solid #128807 !important;
  }
  .border-right-success-md-10 {
    border-right: 10px solid #128807 !important;
  }
  .border-bottom-success-md-10 {
    border-bottom: 10px solid #128807 !important;
  }
  .border-left-success-md-10 {
    border-left: 10px solid #128807 !important;
  }
  .border-success-md-11 {
    border: 11px solid #128807 !important;
  }
  .border-top-success-md-11 {
    border-top: 11px solid #128807 !important;
  }
  .border-right-success-md-11 {
    border-right: 11px solid #128807 !important;
  }
  .border-bottom-success-md-11 {
    border-bottom: 11px solid #128807 !important;
  }
  .border-left-success-md-11 {
    border-left: 11px solid #128807 !important;
  }
  .border-success-md-12 {
    border: 12px solid #128807 !important;
  }
  .border-top-success-md-12 {
    border-top: 12px solid #128807 !important;
  }
  .border-right-success-md-12 {
    border-right: 12px solid #128807 !important;
  }
  .border-bottom-success-md-12 {
    border-bottom: 12px solid #128807 !important;
  }
  .border-left-success-md-12 {
    border-left: 12px solid #128807 !important;
  }
  .border-success-md-13 {
    border: 13px solid #128807 !important;
  }
  .border-top-success-md-13 {
    border-top: 13px solid #128807 !important;
  }
  .border-right-success-md-13 {
    border-right: 13px solid #128807 !important;
  }
  .border-bottom-success-md-13 {
    border-bottom: 13px solid #128807 !important;
  }
  .border-left-success-md-13 {
    border-left: 13px solid #128807 !important;
  }
  .border-success-md-14 {
    border: 14px solid #128807 !important;
  }
  .border-top-success-md-14 {
    border-top: 14px solid #128807 !important;
  }
  .border-right-success-md-14 {
    border-right: 14px solid #128807 !important;
  }
  .border-bottom-success-md-14 {
    border-bottom: 14px solid #128807 !important;
  }
  .border-left-success-md-14 {
    border-left: 14px solid #128807 !important;
  }
  .border-success-md-15 {
    border: 15px solid #128807 !important;
  }
  .border-top-success-md-15 {
    border-top: 15px solid #128807 !important;
  }
  .border-right-success-md-15 {
    border-right: 15px solid #128807 !important;
  }
  .border-bottom-success-md-15 {
    border-bottom: 15px solid #128807 !important;
  }
  .border-left-success-md-15 {
    border-left: 15px solid #128807 !important;
  }
}
/* ############### MD - END ############### */
/* ############### LG - START ############### */
@media (min-width: 992px) {
  .border-lg-success {
    border-color: #128807 !important;
  }
  .border-top-lg-success {
    border-top: 1px solid #128807 !important;
  }
  .border-right-lg-success {
    border-right: 1px solid #128807 !important;
  }
  .border-bottom-lg-success {
    border-bottom: 1px solid #128807 !important;
  }
  .border-left-lg-success {
    border-left: 1px solid #128807 !important;
  }
  .border-success-lg-0 {
    border: 0px solid #128807 !important;
  }
  .border-top-success-lg-0 {
    border-top: 0px solid #128807 !important;
  }
  .border-right-success-lg-0 {
    border-right: 0px solid #128807 !important;
  }
  .border-bottom-success-lg-0 {
    border-bottom: 0px solid #128807 !important;
  }
  .border-left-success-lg-0 {
    border-left: 0px solid #128807 !important;
  }
  .border-success-lg-1 {
    border: 1px solid #128807 !important;
  }
  .border-top-success-lg-1 {
    border-top: 1px solid #128807 !important;
  }
  .border-right-success-lg-1 {
    border-right: 1px solid #128807 !important;
  }
  .border-bottom-success-lg-1 {
    border-bottom: 1px solid #128807 !important;
  }
  .border-left-success-lg-1 {
    border-left: 1px solid #128807 !important;
  }
  .border-success-lg-2 {
    border: 2px solid #128807 !important;
  }
  .border-top-success-lg-2 {
    border-top: 2px solid #128807 !important;
  }
  .border-right-success-lg-2 {
    border-right: 2px solid #128807 !important;
  }
  .border-bottom-success-lg-2 {
    border-bottom: 2px solid #128807 !important;
  }
  .border-left-success-lg-2 {
    border-left: 2px solid #128807 !important;
  }
  .border-success-lg-3 {
    border: 3px solid #128807 !important;
  }
  .border-top-success-lg-3 {
    border-top: 3px solid #128807 !important;
  }
  .border-right-success-lg-3 {
    border-right: 3px solid #128807 !important;
  }
  .border-bottom-success-lg-3 {
    border-bottom: 3px solid #128807 !important;
  }
  .border-left-success-lg-3 {
    border-left: 3px solid #128807 !important;
  }
  .border-success-lg-4 {
    border: 4px solid #128807 !important;
  }
  .border-top-success-lg-4 {
    border-top: 4px solid #128807 !important;
  }
  .border-right-success-lg-4 {
    border-right: 4px solid #128807 !important;
  }
  .border-bottom-success-lg-4 {
    border-bottom: 4px solid #128807 !important;
  }
  .border-left-success-lg-4 {
    border-left: 4px solid #128807 !important;
  }
  .border-success-lg-5 {
    border: 5px solid #128807 !important;
  }
  .border-top-success-lg-5 {
    border-top: 5px solid #128807 !important;
  }
  .border-right-success-lg-5 {
    border-right: 5px solid #128807 !important;
  }
  .border-bottom-success-lg-5 {
    border-bottom: 5px solid #128807 !important;
  }
  .border-left-success-lg-5 {
    border-left: 5px solid #128807 !important;
  }
  .border-success-lg-6 {
    border: 6px solid #128807 !important;
  }
  .border-top-success-lg-6 {
    border-top: 6px solid #128807 !important;
  }
  .border-right-success-lg-6 {
    border-right: 6px solid #128807 !important;
  }
  .border-bottom-success-lg-6 {
    border-bottom: 6px solid #128807 !important;
  }
  .border-left-success-lg-6 {
    border-left: 6px solid #128807 !important;
  }
  .border-success-lg-7 {
    border: 7px solid #128807 !important;
  }
  .border-top-success-lg-7 {
    border-top: 7px solid #128807 !important;
  }
  .border-right-success-lg-7 {
    border-right: 7px solid #128807 !important;
  }
  .border-bottom-success-lg-7 {
    border-bottom: 7px solid #128807 !important;
  }
  .border-left-success-lg-7 {
    border-left: 7px solid #128807 !important;
  }
  .border-success-lg-8 {
    border: 8px solid #128807 !important;
  }
  .border-top-success-lg-8 {
    border-top: 8px solid #128807 !important;
  }
  .border-right-success-lg-8 {
    border-right: 8px solid #128807 !important;
  }
  .border-bottom-success-lg-8 {
    border-bottom: 8px solid #128807 !important;
  }
  .border-left-success-lg-8 {
    border-left: 8px solid #128807 !important;
  }
  .border-success-lg-9 {
    border: 9px solid #128807 !important;
  }
  .border-top-success-lg-9 {
    border-top: 9px solid #128807 !important;
  }
  .border-right-success-lg-9 {
    border-right: 9px solid #128807 !important;
  }
  .border-bottom-success-lg-9 {
    border-bottom: 9px solid #128807 !important;
  }
  .border-left-success-lg-9 {
    border-left: 9px solid #128807 !important;
  }
  .border-success-lg-10 {
    border: 10px solid #128807 !important;
  }
  .border-top-success-lg-10 {
    border-top: 10px solid #128807 !important;
  }
  .border-right-success-lg-10 {
    border-right: 10px solid #128807 !important;
  }
  .border-bottom-success-lg-10 {
    border-bottom: 10px solid #128807 !important;
  }
  .border-left-success-lg-10 {
    border-left: 10px solid #128807 !important;
  }
  .border-success-lg-11 {
    border: 11px solid #128807 !important;
  }
  .border-top-success-lg-11 {
    border-top: 11px solid #128807 !important;
  }
  .border-right-success-lg-11 {
    border-right: 11px solid #128807 !important;
  }
  .border-bottom-success-lg-11 {
    border-bottom: 11px solid #128807 !important;
  }
  .border-left-success-lg-11 {
    border-left: 11px solid #128807 !important;
  }
  .border-success-lg-12 {
    border: 12px solid #128807 !important;
  }
  .border-top-success-lg-12 {
    border-top: 12px solid #128807 !important;
  }
  .border-right-success-lg-12 {
    border-right: 12px solid #128807 !important;
  }
  .border-bottom-success-lg-12 {
    border-bottom: 12px solid #128807 !important;
  }
  .border-left-success-lg-12 {
    border-left: 12px solid #128807 !important;
  }
  .border-success-lg-13 {
    border: 13px solid #128807 !important;
  }
  .border-top-success-lg-13 {
    border-top: 13px solid #128807 !important;
  }
  .border-right-success-lg-13 {
    border-right: 13px solid #128807 !important;
  }
  .border-bottom-success-lg-13 {
    border-bottom: 13px solid #128807 !important;
  }
  .border-left-success-lg-13 {
    border-left: 13px solid #128807 !important;
  }
  .border-success-lg-14 {
    border: 14px solid #128807 !important;
  }
  .border-top-success-lg-14 {
    border-top: 14px solid #128807 !important;
  }
  .border-right-success-lg-14 {
    border-right: 14px solid #128807 !important;
  }
  .border-bottom-success-lg-14 {
    border-bottom: 14px solid #128807 !important;
  }
  .border-left-success-lg-14 {
    border-left: 14px solid #128807 !important;
  }
  .border-success-lg-15 {
    border: 15px solid #128807 !important;
  }
  .border-top-success-lg-15 {
    border-top: 15px solid #128807 !important;
  }
  .border-right-success-lg-15 {
    border-right: 15px solid #128807 !important;
  }
  .border-bottom-success-lg-15 {
    border-bottom: 15px solid #128807 !important;
  }
  .border-left-success-lg-15 {
    border-left: 15px solid #128807 !important;
  }
}
/* ############### LG - END ############### */
/* ############### XL - START ############### */
@media (min-width: 1200px) {
  .border-xl-success {
    border-color: #128807 !important;
  }
  .border-top-xl-success {
    border-top: 1px solid #128807 !important;
  }
  .border-right-xl-success {
    border-right: 1px solid #128807 !important;
  }
  .border-bottom-xl-success {
    border-bottom: 1px solid #128807 !important;
  }
  .border-left-xl-success {
    border-left: 1px solid #128807 !important;
  }
  .border-success-xl-0 {
    border: 0px solid #128807 !important;
  }
  .border-top-success-xl-0 {
    border-top: 0px solid #128807 !important;
  }
  .border-right-success-xl-0 {
    border-right: 0px solid #128807 !important;
  }
  .border-bottom-success-xl-0 {
    border-bottom: 0px solid #128807 !important;
  }
  .border-left-success-xl-0 {
    border-left: 0px solid #128807 !important;
  }
  .border-success-xl-1 {
    border: 1px solid #128807 !important;
  }
  .border-top-success-xl-1 {
    border-top: 1px solid #128807 !important;
  }
  .border-right-success-xl-1 {
    border-right: 1px solid #128807 !important;
  }
  .border-bottom-success-xl-1 {
    border-bottom: 1px solid #128807 !important;
  }
  .border-left-success-xl-1 {
    border-left: 1px solid #128807 !important;
  }
  .border-success-xl-2 {
    border: 2px solid #128807 !important;
  }
  .border-top-success-xl-2 {
    border-top: 2px solid #128807 !important;
  }
  .border-right-success-xl-2 {
    border-right: 2px solid #128807 !important;
  }
  .border-bottom-success-xl-2 {
    border-bottom: 2px solid #128807 !important;
  }
  .border-left-success-xl-2 {
    border-left: 2px solid #128807 !important;
  }
  .border-success-xl-3 {
    border: 3px solid #128807 !important;
  }
  .border-top-success-xl-3 {
    border-top: 3px solid #128807 !important;
  }
  .border-right-success-xl-3 {
    border-right: 3px solid #128807 !important;
  }
  .border-bottom-success-xl-3 {
    border-bottom: 3px solid #128807 !important;
  }
  .border-left-success-xl-3 {
    border-left: 3px solid #128807 !important;
  }
  .border-success-xl-4 {
    border: 4px solid #128807 !important;
  }
  .border-top-success-xl-4 {
    border-top: 4px solid #128807 !important;
  }
  .border-right-success-xl-4 {
    border-right: 4px solid #128807 !important;
  }
  .border-bottom-success-xl-4 {
    border-bottom: 4px solid #128807 !important;
  }
  .border-left-success-xl-4 {
    border-left: 4px solid #128807 !important;
  }
  .border-success-xl-5 {
    border: 5px solid #128807 !important;
  }
  .border-top-success-xl-5 {
    border-top: 5px solid #128807 !important;
  }
  .border-right-success-xl-5 {
    border-right: 5px solid #128807 !important;
  }
  .border-bottom-success-xl-5 {
    border-bottom: 5px solid #128807 !important;
  }
  .border-left-success-xl-5 {
    border-left: 5px solid #128807 !important;
  }
  .border-success-xl-6 {
    border: 6px solid #128807 !important;
  }
  .border-top-success-xl-6 {
    border-top: 6px solid #128807 !important;
  }
  .border-right-success-xl-6 {
    border-right: 6px solid #128807 !important;
  }
  .border-bottom-success-xl-6 {
    border-bottom: 6px solid #128807 !important;
  }
  .border-left-success-xl-6 {
    border-left: 6px solid #128807 !important;
  }
  .border-success-xl-7 {
    border: 7px solid #128807 !important;
  }
  .border-top-success-xl-7 {
    border-top: 7px solid #128807 !important;
  }
  .border-right-success-xl-7 {
    border-right: 7px solid #128807 !important;
  }
  .border-bottom-success-xl-7 {
    border-bottom: 7px solid #128807 !important;
  }
  .border-left-success-xl-7 {
    border-left: 7px solid #128807 !important;
  }
  .border-success-xl-8 {
    border: 8px solid #128807 !important;
  }
  .border-top-success-xl-8 {
    border-top: 8px solid #128807 !important;
  }
  .border-right-success-xl-8 {
    border-right: 8px solid #128807 !important;
  }
  .border-bottom-success-xl-8 {
    border-bottom: 8px solid #128807 !important;
  }
  .border-left-success-xl-8 {
    border-left: 8px solid #128807 !important;
  }
  .border-success-xl-9 {
    border: 9px solid #128807 !important;
  }
  .border-top-success-xl-9 {
    border-top: 9px solid #128807 !important;
  }
  .border-right-success-xl-9 {
    border-right: 9px solid #128807 !important;
  }
  .border-bottom-success-xl-9 {
    border-bottom: 9px solid #128807 !important;
  }
  .border-left-success-xl-9 {
    border-left: 9px solid #128807 !important;
  }
  .border-success-xl-10 {
    border: 10px solid #128807 !important;
  }
  .border-top-success-xl-10 {
    border-top: 10px solid #128807 !important;
  }
  .border-right-success-xl-10 {
    border-right: 10px solid #128807 !important;
  }
  .border-bottom-success-xl-10 {
    border-bottom: 10px solid #128807 !important;
  }
  .border-left-success-xl-10 {
    border-left: 10px solid #128807 !important;
  }
  .border-success-xl-11 {
    border: 11px solid #128807 !important;
  }
  .border-top-success-xl-11 {
    border-top: 11px solid #128807 !important;
  }
  .border-right-success-xl-11 {
    border-right: 11px solid #128807 !important;
  }
  .border-bottom-success-xl-11 {
    border-bottom: 11px solid #128807 !important;
  }
  .border-left-success-xl-11 {
    border-left: 11px solid #128807 !important;
  }
  .border-success-xl-12 {
    border: 12px solid #128807 !important;
  }
  .border-top-success-xl-12 {
    border-top: 12px solid #128807 !important;
  }
  .border-right-success-xl-12 {
    border-right: 12px solid #128807 !important;
  }
  .border-bottom-success-xl-12 {
    border-bottom: 12px solid #128807 !important;
  }
  .border-left-success-xl-12 {
    border-left: 12px solid #128807 !important;
  }
  .border-success-xl-13 {
    border: 13px solid #128807 !important;
  }
  .border-top-success-xl-13 {
    border-top: 13px solid #128807 !important;
  }
  .border-right-success-xl-13 {
    border-right: 13px solid #128807 !important;
  }
  .border-bottom-success-xl-13 {
    border-bottom: 13px solid #128807 !important;
  }
  .border-left-success-xl-13 {
    border-left: 13px solid #128807 !important;
  }
  .border-success-xl-14 {
    border: 14px solid #128807 !important;
  }
  .border-top-success-xl-14 {
    border-top: 14px solid #128807 !important;
  }
  .border-right-success-xl-14 {
    border-right: 14px solid #128807 !important;
  }
  .border-bottom-success-xl-14 {
    border-bottom: 14px solid #128807 !important;
  }
  .border-left-success-xl-14 {
    border-left: 14px solid #128807 !important;
  }
  .border-success-xl-15 {
    border: 15px solid #128807 !important;
  }
  .border-top-success-xl-15 {
    border-top: 15px solid #128807 !important;
  }
  .border-right-success-xl-15 {
    border-right: 15px solid #128807 !important;
  }
  .border-bottom-success-xl-15 {
    border-bottom: 15px solid #128807 !important;
  }
  .border-left-success-xl-15 {
    border-left: 15px solid #128807 !important;
  }
}
/* ############### XL - END ############### */
/* ############### XXL - START ############### */
@media (min-width: 1400px) {
  .border-xxl-success {
    border-color: #128807 !important;
  }
  .border-top-xxl-success {
    border-top: 1px solid #128807 !important;
  }
  .border-right-xxl-success {
    border-right: 1px solid #128807 !important;
  }
  .border-bottom-xxl-success {
    border-bottom: 1px solid #128807 !important;
  }
  .border-left-xxl-success {
    border-left: 1px solid #128807 !important;
  }
  .border-success-xxl-0 {
    border: 0px solid #128807 !important;
  }
  .border-top-success-xxl-0 {
    border-top: 0px solid #128807 !important;
  }
  .border-right-success-xxl-0 {
    border-right: 0px solid #128807 !important;
  }
  .border-bottom-success-xxl-0 {
    border-bottom: 0px solid #128807 !important;
  }
  .border-left-success-xxl-0 {
    border-left: 0px solid #128807 !important;
  }
  .border-success-xxl-1 {
    border: 1px solid #128807 !important;
  }
  .border-top-success-xxl-1 {
    border-top: 1px solid #128807 !important;
  }
  .border-right-success-xxl-1 {
    border-right: 1px solid #128807 !important;
  }
  .border-bottom-success-xxl-1 {
    border-bottom: 1px solid #128807 !important;
  }
  .border-left-success-xxl-1 {
    border-left: 1px solid #128807 !important;
  }
  .border-success-xxl-2 {
    border: 2px solid #128807 !important;
  }
  .border-top-success-xxl-2 {
    border-top: 2px solid #128807 !important;
  }
  .border-right-success-xxl-2 {
    border-right: 2px solid #128807 !important;
  }
  .border-bottom-success-xxl-2 {
    border-bottom: 2px solid #128807 !important;
  }
  .border-left-success-xxl-2 {
    border-left: 2px solid #128807 !important;
  }
  .border-success-xxl-3 {
    border: 3px solid #128807 !important;
  }
  .border-top-success-xxl-3 {
    border-top: 3px solid #128807 !important;
  }
  .border-right-success-xxl-3 {
    border-right: 3px solid #128807 !important;
  }
  .border-bottom-success-xxl-3 {
    border-bottom: 3px solid #128807 !important;
  }
  .border-left-success-xxl-3 {
    border-left: 3px solid #128807 !important;
  }
  .border-success-xxl-4 {
    border: 4px solid #128807 !important;
  }
  .border-top-success-xxl-4 {
    border-top: 4px solid #128807 !important;
  }
  .border-right-success-xxl-4 {
    border-right: 4px solid #128807 !important;
  }
  .border-bottom-success-xxl-4 {
    border-bottom: 4px solid #128807 !important;
  }
  .border-left-success-xxl-4 {
    border-left: 4px solid #128807 !important;
  }
  .border-success-xxl-5 {
    border: 5px solid #128807 !important;
  }
  .border-top-success-xxl-5 {
    border-top: 5px solid #128807 !important;
  }
  .border-right-success-xxl-5 {
    border-right: 5px solid #128807 !important;
  }
  .border-bottom-success-xxl-5 {
    border-bottom: 5px solid #128807 !important;
  }
  .border-left-success-xxl-5 {
    border-left: 5px solid #128807 !important;
  }
  .border-success-xxl-6 {
    border: 6px solid #128807 !important;
  }
  .border-top-success-xxl-6 {
    border-top: 6px solid #128807 !important;
  }
  .border-right-success-xxl-6 {
    border-right: 6px solid #128807 !important;
  }
  .border-bottom-success-xxl-6 {
    border-bottom: 6px solid #128807 !important;
  }
  .border-left-success-xxl-6 {
    border-left: 6px solid #128807 !important;
  }
  .border-success-xxl-7 {
    border: 7px solid #128807 !important;
  }
  .border-top-success-xxl-7 {
    border-top: 7px solid #128807 !important;
  }
  .border-right-success-xxl-7 {
    border-right: 7px solid #128807 !important;
  }
  .border-bottom-success-xxl-7 {
    border-bottom: 7px solid #128807 !important;
  }
  .border-left-success-xxl-7 {
    border-left: 7px solid #128807 !important;
  }
  .border-success-xxl-8 {
    border: 8px solid #128807 !important;
  }
  .border-top-success-xxl-8 {
    border-top: 8px solid #128807 !important;
  }
  .border-right-success-xxl-8 {
    border-right: 8px solid #128807 !important;
  }
  .border-bottom-success-xxl-8 {
    border-bottom: 8px solid #128807 !important;
  }
  .border-left-success-xxl-8 {
    border-left: 8px solid #128807 !important;
  }
  .border-success-xxl-9 {
    border: 9px solid #128807 !important;
  }
  .border-top-success-xxl-9 {
    border-top: 9px solid #128807 !important;
  }
  .border-right-success-xxl-9 {
    border-right: 9px solid #128807 !important;
  }
  .border-bottom-success-xxl-9 {
    border-bottom: 9px solid #128807 !important;
  }
  .border-left-success-xxl-9 {
    border-left: 9px solid #128807 !important;
  }
  .border-success-xxl-10 {
    border: 10px solid #128807 !important;
  }
  .border-top-success-xxl-10 {
    border-top: 10px solid #128807 !important;
  }
  .border-right-success-xxl-10 {
    border-right: 10px solid #128807 !important;
  }
  .border-bottom-success-xxl-10 {
    border-bottom: 10px solid #128807 !important;
  }
  .border-left-success-xxl-10 {
    border-left: 10px solid #128807 !important;
  }
  .border-success-xxl-11 {
    border: 11px solid #128807 !important;
  }
  .border-top-success-xxl-11 {
    border-top: 11px solid #128807 !important;
  }
  .border-right-success-xxl-11 {
    border-right: 11px solid #128807 !important;
  }
  .border-bottom-success-xxl-11 {
    border-bottom: 11px solid #128807 !important;
  }
  .border-left-success-xxl-11 {
    border-left: 11px solid #128807 !important;
  }
  .border-success-xxl-12 {
    border: 12px solid #128807 !important;
  }
  .border-top-success-xxl-12 {
    border-top: 12px solid #128807 !important;
  }
  .border-right-success-xxl-12 {
    border-right: 12px solid #128807 !important;
  }
  .border-bottom-success-xxl-12 {
    border-bottom: 12px solid #128807 !important;
  }
  .border-left-success-xxl-12 {
    border-left: 12px solid #128807 !important;
  }
  .border-success-xxl-13 {
    border: 13px solid #128807 !important;
  }
  .border-top-success-xxl-13 {
    border-top: 13px solid #128807 !important;
  }
  .border-right-success-xxl-13 {
    border-right: 13px solid #128807 !important;
  }
  .border-bottom-success-xxl-13 {
    border-bottom: 13px solid #128807 !important;
  }
  .border-left-success-xxl-13 {
    border-left: 13px solid #128807 !important;
  }
  .border-success-xxl-14 {
    border: 14px solid #128807 !important;
  }
  .border-top-success-xxl-14 {
    border-top: 14px solid #128807 !important;
  }
  .border-right-success-xxl-14 {
    border-right: 14px solid #128807 !important;
  }
  .border-bottom-success-xxl-14 {
    border-bottom: 14px solid #128807 !important;
  }
  .border-left-success-xxl-14 {
    border-left: 14px solid #128807 !important;
  }
  .border-success-xxl-15 {
    border: 15px solid #128807 !important;
  }
  .border-top-success-xxl-15 {
    border-top: 15px solid #128807 !important;
  }
  .border-right-success-xxl-15 {
    border-right: 15px solid #128807 !important;
  }
  .border-bottom-success-xxl-15 {
    border-bottom: 15px solid #128807 !important;
  }
  .border-left-success-xxl-15 {
    border-left: 15px solid #128807 !important;
  }
}
/* ############### XXL - END ############### */
/* ############### XXXL - START ############### */
@media (min-width: 1600px) {
  .border-xxxl-success {
    border-color: #128807 !important;
  }
  .border-top-xxxl-success {
    border-top: 1px solid #128807 !important;
  }
  .border-right-xxxl-success {
    border-right: 1px solid #128807 !important;
  }
  .border-bottom-xxxl-success {
    border-bottom: 1px solid #128807 !important;
  }
  .border-left-xxxl-success {
    border-left: 1px solid #128807 !important;
  }
  .border-success-xxxl-0 {
    border: 0px solid #128807 !important;
  }
  .border-top-success-xxxl-0 {
    border-top: 0px solid #128807 !important;
  }
  .border-right-success-xxxl-0 {
    border-right: 0px solid #128807 !important;
  }
  .border-bottom-success-xxxl-0 {
    border-bottom: 0px solid #128807 !important;
  }
  .border-left-success-xxxl-0 {
    border-left: 0px solid #128807 !important;
  }
  .border-success-xxxl-1 {
    border: 1px solid #128807 !important;
  }
  .border-top-success-xxxl-1 {
    border-top: 1px solid #128807 !important;
  }
  .border-right-success-xxxl-1 {
    border-right: 1px solid #128807 !important;
  }
  .border-bottom-success-xxxl-1 {
    border-bottom: 1px solid #128807 !important;
  }
  .border-left-success-xxxl-1 {
    border-left: 1px solid #128807 !important;
  }
  .border-success-xxxl-2 {
    border: 2px solid #128807 !important;
  }
  .border-top-success-xxxl-2 {
    border-top: 2px solid #128807 !important;
  }
  .border-right-success-xxxl-2 {
    border-right: 2px solid #128807 !important;
  }
  .border-bottom-success-xxxl-2 {
    border-bottom: 2px solid #128807 !important;
  }
  .border-left-success-xxxl-2 {
    border-left: 2px solid #128807 !important;
  }
  .border-success-xxxl-3 {
    border: 3px solid #128807 !important;
  }
  .border-top-success-xxxl-3 {
    border-top: 3px solid #128807 !important;
  }
  .border-right-success-xxxl-3 {
    border-right: 3px solid #128807 !important;
  }
  .border-bottom-success-xxxl-3 {
    border-bottom: 3px solid #128807 !important;
  }
  .border-left-success-xxxl-3 {
    border-left: 3px solid #128807 !important;
  }
  .border-success-xxxl-4 {
    border: 4px solid #128807 !important;
  }
  .border-top-success-xxxl-4 {
    border-top: 4px solid #128807 !important;
  }
  .border-right-success-xxxl-4 {
    border-right: 4px solid #128807 !important;
  }
  .border-bottom-success-xxxl-4 {
    border-bottom: 4px solid #128807 !important;
  }
  .border-left-success-xxxl-4 {
    border-left: 4px solid #128807 !important;
  }
  .border-success-xxxl-5 {
    border: 5px solid #128807 !important;
  }
  .border-top-success-xxxl-5 {
    border-top: 5px solid #128807 !important;
  }
  .border-right-success-xxxl-5 {
    border-right: 5px solid #128807 !important;
  }
  .border-bottom-success-xxxl-5 {
    border-bottom: 5px solid #128807 !important;
  }
  .border-left-success-xxxl-5 {
    border-left: 5px solid #128807 !important;
  }
  .border-success-xxxl-6 {
    border: 6px solid #128807 !important;
  }
  .border-top-success-xxxl-6 {
    border-top: 6px solid #128807 !important;
  }
  .border-right-success-xxxl-6 {
    border-right: 6px solid #128807 !important;
  }
  .border-bottom-success-xxxl-6 {
    border-bottom: 6px solid #128807 !important;
  }
  .border-left-success-xxxl-6 {
    border-left: 6px solid #128807 !important;
  }
  .border-success-xxxl-7 {
    border: 7px solid #128807 !important;
  }
  .border-top-success-xxxl-7 {
    border-top: 7px solid #128807 !important;
  }
  .border-right-success-xxxl-7 {
    border-right: 7px solid #128807 !important;
  }
  .border-bottom-success-xxxl-7 {
    border-bottom: 7px solid #128807 !important;
  }
  .border-left-success-xxxl-7 {
    border-left: 7px solid #128807 !important;
  }
  .border-success-xxxl-8 {
    border: 8px solid #128807 !important;
  }
  .border-top-success-xxxl-8 {
    border-top: 8px solid #128807 !important;
  }
  .border-right-success-xxxl-8 {
    border-right: 8px solid #128807 !important;
  }
  .border-bottom-success-xxxl-8 {
    border-bottom: 8px solid #128807 !important;
  }
  .border-left-success-xxxl-8 {
    border-left: 8px solid #128807 !important;
  }
  .border-success-xxxl-9 {
    border: 9px solid #128807 !important;
  }
  .border-top-success-xxxl-9 {
    border-top: 9px solid #128807 !important;
  }
  .border-right-success-xxxl-9 {
    border-right: 9px solid #128807 !important;
  }
  .border-bottom-success-xxxl-9 {
    border-bottom: 9px solid #128807 !important;
  }
  .border-left-success-xxxl-9 {
    border-left: 9px solid #128807 !important;
  }
  .border-success-xxxl-10 {
    border: 10px solid #128807 !important;
  }
  .border-top-success-xxxl-10 {
    border-top: 10px solid #128807 !important;
  }
  .border-right-success-xxxl-10 {
    border-right: 10px solid #128807 !important;
  }
  .border-bottom-success-xxxl-10 {
    border-bottom: 10px solid #128807 !important;
  }
  .border-left-success-xxxl-10 {
    border-left: 10px solid #128807 !important;
  }
  .border-success-xxxl-11 {
    border: 11px solid #128807 !important;
  }
  .border-top-success-xxxl-11 {
    border-top: 11px solid #128807 !important;
  }
  .border-right-success-xxxl-11 {
    border-right: 11px solid #128807 !important;
  }
  .border-bottom-success-xxxl-11 {
    border-bottom: 11px solid #128807 !important;
  }
  .border-left-success-xxxl-11 {
    border-left: 11px solid #128807 !important;
  }
  .border-success-xxxl-12 {
    border: 12px solid #128807 !important;
  }
  .border-top-success-xxxl-12 {
    border-top: 12px solid #128807 !important;
  }
  .border-right-success-xxxl-12 {
    border-right: 12px solid #128807 !important;
  }
  .border-bottom-success-xxxl-12 {
    border-bottom: 12px solid #128807 !important;
  }
  .border-left-success-xxxl-12 {
    border-left: 12px solid #128807 !important;
  }
  .border-success-xxxl-13 {
    border: 13px solid #128807 !important;
  }
  .border-top-success-xxxl-13 {
    border-top: 13px solid #128807 !important;
  }
  .border-right-success-xxxl-13 {
    border-right: 13px solid #128807 !important;
  }
  .border-bottom-success-xxxl-13 {
    border-bottom: 13px solid #128807 !important;
  }
  .border-left-success-xxxl-13 {
    border-left: 13px solid #128807 !important;
  }
  .border-success-xxxl-14 {
    border: 14px solid #128807 !important;
  }
  .border-top-success-xxxl-14 {
    border-top: 14px solid #128807 !important;
  }
  .border-right-success-xxxl-14 {
    border-right: 14px solid #128807 !important;
  }
  .border-bottom-success-xxxl-14 {
    border-bottom: 14px solid #128807 !important;
  }
  .border-left-success-xxxl-14 {
    border-left: 14px solid #128807 !important;
  }
  .border-success-xxxl-15 {
    border: 15px solid #128807 !important;
  }
  .border-top-success-xxxl-15 {
    border-top: 15px solid #128807 !important;
  }
  .border-right-success-xxxl-15 {
    border-right: 15px solid #128807 !important;
  }
  .border-bottom-success-xxxl-15 {
    border-bottom: 15px solid #128807 !important;
  }
  .border-left-success-xxxl-15 {
    border-left: 15px solid #128807 !important;
  }
}
/* ############### XXXL - END ############### */
/* ############### XXXXL - START ############### */
@media (min-width: 1900px) {
  .border-xxxxl-success {
    border-color: #128807 !important;
  }
  .border-top-xxxxl-success {
    border-top: 1px solid #128807 !important;
  }
  .border-right-xxxxl-success {
    border-right: 1px solid #128807 !important;
  }
  .border-bottom-xxxxl-success {
    border-bottom: 1px solid #128807 !important;
  }
  .border-left-xxxxl-success {
    border-left: 1px solid #128807 !important;
  }
  .border-success-xxxxl-0 {
    border: 0px solid #128807 !important;
  }
  .border-top-success-xxxxl-0 {
    border-top: 0px solid #128807 !important;
  }
  .border-right-success-xxxxl-0 {
    border-right: 0px solid #128807 !important;
  }
  .border-bottom-success-xxxxl-0 {
    border-bottom: 0px solid #128807 !important;
  }
  .border-left-success-xxxxl-0 {
    border-left: 0px solid #128807 !important;
  }
  .border-success-xxxxl-1 {
    border: 1px solid #128807 !important;
  }
  .border-top-success-xxxxl-1 {
    border-top: 1px solid #128807 !important;
  }
  .border-right-success-xxxxl-1 {
    border-right: 1px solid #128807 !important;
  }
  .border-bottom-success-xxxxl-1 {
    border-bottom: 1px solid #128807 !important;
  }
  .border-left-success-xxxxl-1 {
    border-left: 1px solid #128807 !important;
  }
  .border-success-xxxxl-2 {
    border: 2px solid #128807 !important;
  }
  .border-top-success-xxxxl-2 {
    border-top: 2px solid #128807 !important;
  }
  .border-right-success-xxxxl-2 {
    border-right: 2px solid #128807 !important;
  }
  .border-bottom-success-xxxxl-2 {
    border-bottom: 2px solid #128807 !important;
  }
  .border-left-success-xxxxl-2 {
    border-left: 2px solid #128807 !important;
  }
  .border-success-xxxxl-3 {
    border: 3px solid #128807 !important;
  }
  .border-top-success-xxxxl-3 {
    border-top: 3px solid #128807 !important;
  }
  .border-right-success-xxxxl-3 {
    border-right: 3px solid #128807 !important;
  }
  .border-bottom-success-xxxxl-3 {
    border-bottom: 3px solid #128807 !important;
  }
  .border-left-success-xxxxl-3 {
    border-left: 3px solid #128807 !important;
  }
  .border-success-xxxxl-4 {
    border: 4px solid #128807 !important;
  }
  .border-top-success-xxxxl-4 {
    border-top: 4px solid #128807 !important;
  }
  .border-right-success-xxxxl-4 {
    border-right: 4px solid #128807 !important;
  }
  .border-bottom-success-xxxxl-4 {
    border-bottom: 4px solid #128807 !important;
  }
  .border-left-success-xxxxl-4 {
    border-left: 4px solid #128807 !important;
  }
  .border-success-xxxxl-5 {
    border: 5px solid #128807 !important;
  }
  .border-top-success-xxxxl-5 {
    border-top: 5px solid #128807 !important;
  }
  .border-right-success-xxxxl-5 {
    border-right: 5px solid #128807 !important;
  }
  .border-bottom-success-xxxxl-5 {
    border-bottom: 5px solid #128807 !important;
  }
  .border-left-success-xxxxl-5 {
    border-left: 5px solid #128807 !important;
  }
  .border-success-xxxxl-6 {
    border: 6px solid #128807 !important;
  }
  .border-top-success-xxxxl-6 {
    border-top: 6px solid #128807 !important;
  }
  .border-right-success-xxxxl-6 {
    border-right: 6px solid #128807 !important;
  }
  .border-bottom-success-xxxxl-6 {
    border-bottom: 6px solid #128807 !important;
  }
  .border-left-success-xxxxl-6 {
    border-left: 6px solid #128807 !important;
  }
  .border-success-xxxxl-7 {
    border: 7px solid #128807 !important;
  }
  .border-top-success-xxxxl-7 {
    border-top: 7px solid #128807 !important;
  }
  .border-right-success-xxxxl-7 {
    border-right: 7px solid #128807 !important;
  }
  .border-bottom-success-xxxxl-7 {
    border-bottom: 7px solid #128807 !important;
  }
  .border-left-success-xxxxl-7 {
    border-left: 7px solid #128807 !important;
  }
  .border-success-xxxxl-8 {
    border: 8px solid #128807 !important;
  }
  .border-top-success-xxxxl-8 {
    border-top: 8px solid #128807 !important;
  }
  .border-right-success-xxxxl-8 {
    border-right: 8px solid #128807 !important;
  }
  .border-bottom-success-xxxxl-8 {
    border-bottom: 8px solid #128807 !important;
  }
  .border-left-success-xxxxl-8 {
    border-left: 8px solid #128807 !important;
  }
  .border-success-xxxxl-9 {
    border: 9px solid #128807 !important;
  }
  .border-top-success-xxxxl-9 {
    border-top: 9px solid #128807 !important;
  }
  .border-right-success-xxxxl-9 {
    border-right: 9px solid #128807 !important;
  }
  .border-bottom-success-xxxxl-9 {
    border-bottom: 9px solid #128807 !important;
  }
  .border-left-success-xxxxl-9 {
    border-left: 9px solid #128807 !important;
  }
  .border-success-xxxxl-10 {
    border: 10px solid #128807 !important;
  }
  .border-top-success-xxxxl-10 {
    border-top: 10px solid #128807 !important;
  }
  .border-right-success-xxxxl-10 {
    border-right: 10px solid #128807 !important;
  }
  .border-bottom-success-xxxxl-10 {
    border-bottom: 10px solid #128807 !important;
  }
  .border-left-success-xxxxl-10 {
    border-left: 10px solid #128807 !important;
  }
  .border-success-xxxxl-11 {
    border: 11px solid #128807 !important;
  }
  .border-top-success-xxxxl-11 {
    border-top: 11px solid #128807 !important;
  }
  .border-right-success-xxxxl-11 {
    border-right: 11px solid #128807 !important;
  }
  .border-bottom-success-xxxxl-11 {
    border-bottom: 11px solid #128807 !important;
  }
  .border-left-success-xxxxl-11 {
    border-left: 11px solid #128807 !important;
  }
  .border-success-xxxxl-12 {
    border: 12px solid #128807 !important;
  }
  .border-top-success-xxxxl-12 {
    border-top: 12px solid #128807 !important;
  }
  .border-right-success-xxxxl-12 {
    border-right: 12px solid #128807 !important;
  }
  .border-bottom-success-xxxxl-12 {
    border-bottom: 12px solid #128807 !important;
  }
  .border-left-success-xxxxl-12 {
    border-left: 12px solid #128807 !important;
  }
  .border-success-xxxxl-13 {
    border: 13px solid #128807 !important;
  }
  .border-top-success-xxxxl-13 {
    border-top: 13px solid #128807 !important;
  }
  .border-right-success-xxxxl-13 {
    border-right: 13px solid #128807 !important;
  }
  .border-bottom-success-xxxxl-13 {
    border-bottom: 13px solid #128807 !important;
  }
  .border-left-success-xxxxl-13 {
    border-left: 13px solid #128807 !important;
  }
  .border-success-xxxxl-14 {
    border: 14px solid #128807 !important;
  }
  .border-top-success-xxxxl-14 {
    border-top: 14px solid #128807 !important;
  }
  .border-right-success-xxxxl-14 {
    border-right: 14px solid #128807 !important;
  }
  .border-bottom-success-xxxxl-14 {
    border-bottom: 14px solid #128807 !important;
  }
  .border-left-success-xxxxl-14 {
    border-left: 14px solid #128807 !important;
  }
  .border-success-xxxxl-15 {
    border: 15px solid #128807 !important;
  }
  .border-top-success-xxxxl-15 {
    border-top: 15px solid #128807 !important;
  }
  .border-right-success-xxxxl-15 {
    border-right: 15px solid #128807 !important;
  }
  .border-bottom-success-xxxxl-15 {
    border-bottom: 15px solid #128807 !important;
  }
  .border-left-success-xxxxl-15 {
    border-left: 15px solid #128807 !important;
  }
}
/* ############### XXXXL - END ############### */
.border-info {
  border-color: #326de9 !important;
}

.border-top-info {
  border-top: 1px solid #326de9 !important;
}

.border-right-info {
  border-right: 1px solid #326de9 !important;
}

.border-bottom-info {
  border-bottom: 1px solid #326de9 !important;
}

.border-left-info {
  border-left: 1px solid #326de9 !important;
}

.border-info-0 {
  border: 0px solid #326de9 !important;
}

.border-top-info-0 {
  border-top: 0px solid #326de9 !important;
}

.border-right-info-0 {
  border-right: 0px solid #326de9 !important;
}

.border-bottom-info-0 {
  border-bottom: 0px solid #326de9 !important;
}

.border-left-info-0 {
  border-left: 0px solid #326de9 !important;
}

.border-info-1 {
  border: 1px solid #326de9 !important;
}

.border-top-info-1 {
  border-top: 1px solid #326de9 !important;
}

.border-right-info-1 {
  border-right: 1px solid #326de9 !important;
}

.border-bottom-info-1 {
  border-bottom: 1px solid #326de9 !important;
}

.border-left-info-1 {
  border-left: 1px solid #326de9 !important;
}

.border-info-2 {
  border: 2px solid #326de9 !important;
}

.border-top-info-2 {
  border-top: 2px solid #326de9 !important;
}

.border-right-info-2 {
  border-right: 2px solid #326de9 !important;
}

.border-bottom-info-2 {
  border-bottom: 2px solid #326de9 !important;
}

.border-left-info-2 {
  border-left: 2px solid #326de9 !important;
}

.border-info-3 {
  border: 3px solid #326de9 !important;
}

.border-top-info-3 {
  border-top: 3px solid #326de9 !important;
}

.border-right-info-3 {
  border-right: 3px solid #326de9 !important;
}

.border-bottom-info-3 {
  border-bottom: 3px solid #326de9 !important;
}

.border-left-info-3 {
  border-left: 3px solid #326de9 !important;
}

.border-info-4 {
  border: 4px solid #326de9 !important;
}

.border-top-info-4 {
  border-top: 4px solid #326de9 !important;
}

.border-right-info-4 {
  border-right: 4px solid #326de9 !important;
}

.border-bottom-info-4 {
  border-bottom: 4px solid #326de9 !important;
}

.border-left-info-4 {
  border-left: 4px solid #326de9 !important;
}

.border-info-5 {
  border: 5px solid #326de9 !important;
}

.border-top-info-5 {
  border-top: 5px solid #326de9 !important;
}

.border-right-info-5 {
  border-right: 5px solid #326de9 !important;
}

.border-bottom-info-5 {
  border-bottom: 5px solid #326de9 !important;
}

.border-left-info-5 {
  border-left: 5px solid #326de9 !important;
}

.border-info-6 {
  border: 6px solid #326de9 !important;
}

.border-top-info-6 {
  border-top: 6px solid #326de9 !important;
}

.border-right-info-6 {
  border-right: 6px solid #326de9 !important;
}

.border-bottom-info-6 {
  border-bottom: 6px solid #326de9 !important;
}

.border-left-info-6 {
  border-left: 6px solid #326de9 !important;
}

.border-info-7 {
  border: 7px solid #326de9 !important;
}

.border-top-info-7 {
  border-top: 7px solid #326de9 !important;
}

.border-right-info-7 {
  border-right: 7px solid #326de9 !important;
}

.border-bottom-info-7 {
  border-bottom: 7px solid #326de9 !important;
}

.border-left-info-7 {
  border-left: 7px solid #326de9 !important;
}

.border-info-8 {
  border: 8px solid #326de9 !important;
}

.border-top-info-8 {
  border-top: 8px solid #326de9 !important;
}

.border-right-info-8 {
  border-right: 8px solid #326de9 !important;
}

.border-bottom-info-8 {
  border-bottom: 8px solid #326de9 !important;
}

.border-left-info-8 {
  border-left: 8px solid #326de9 !important;
}

.border-info-9 {
  border: 9px solid #326de9 !important;
}

.border-top-info-9 {
  border-top: 9px solid #326de9 !important;
}

.border-right-info-9 {
  border-right: 9px solid #326de9 !important;
}

.border-bottom-info-9 {
  border-bottom: 9px solid #326de9 !important;
}

.border-left-info-9 {
  border-left: 9px solid #326de9 !important;
}

.border-info-10 {
  border: 10px solid #326de9 !important;
}

.border-top-info-10 {
  border-top: 10px solid #326de9 !important;
}

.border-right-info-10 {
  border-right: 10px solid #326de9 !important;
}

.border-bottom-info-10 {
  border-bottom: 10px solid #326de9 !important;
}

.border-left-info-10 {
  border-left: 10px solid #326de9 !important;
}

.border-info-11 {
  border: 11px solid #326de9 !important;
}

.border-top-info-11 {
  border-top: 11px solid #326de9 !important;
}

.border-right-info-11 {
  border-right: 11px solid #326de9 !important;
}

.border-bottom-info-11 {
  border-bottom: 11px solid #326de9 !important;
}

.border-left-info-11 {
  border-left: 11px solid #326de9 !important;
}

.border-info-12 {
  border: 12px solid #326de9 !important;
}

.border-top-info-12 {
  border-top: 12px solid #326de9 !important;
}

.border-right-info-12 {
  border-right: 12px solid #326de9 !important;
}

.border-bottom-info-12 {
  border-bottom: 12px solid #326de9 !important;
}

.border-left-info-12 {
  border-left: 12px solid #326de9 !important;
}

.border-info-13 {
  border: 13px solid #326de9 !important;
}

.border-top-info-13 {
  border-top: 13px solid #326de9 !important;
}

.border-right-info-13 {
  border-right: 13px solid #326de9 !important;
}

.border-bottom-info-13 {
  border-bottom: 13px solid #326de9 !important;
}

.border-left-info-13 {
  border-left: 13px solid #326de9 !important;
}

.border-info-14 {
  border: 14px solid #326de9 !important;
}

.border-top-info-14 {
  border-top: 14px solid #326de9 !important;
}

.border-right-info-14 {
  border-right: 14px solid #326de9 !important;
}

.border-bottom-info-14 {
  border-bottom: 14px solid #326de9 !important;
}

.border-left-info-14 {
  border-left: 14px solid #326de9 !important;
}

.border-info-15 {
  border: 15px solid #326de9 !important;
}

.border-top-info-15 {
  border-top: 15px solid #326de9 !important;
}

.border-right-info-15 {
  border-right: 15px solid #326de9 !important;
}

.border-bottom-info-15 {
  border-bottom: 15px solid #326de9 !important;
}

.border-left-info-15 {
  border-left: 15px solid #326de9 !important;
}

/* ############### SM - START ############### */
@media (min-width: 576px) {
  .border-sm-info {
    border-color: #326de9 !important;
  }
  .border-top-sm-info {
    border-top: 1px solid #326de9 !important;
  }
  .border-right-sm-info {
    border-right: 1px solid #326de9 !important;
  }
  .border-bottom-sm-info {
    border-bottom: 1px solid #326de9 !important;
  }
  .border-left-sm-info {
    border-left: 1px solid #326de9 !important;
  }
  .border-info-sm-0 {
    border: 0px solid #326de9 !important;
  }
  .border-top-info-sm-0 {
    border-top: 0px solid #326de9 !important;
  }
  .border-right-info-sm-0 {
    border-right: 0px solid #326de9 !important;
  }
  .border-bottom-info-sm-0 {
    border-bottom: 0px solid #326de9 !important;
  }
  .border-left-info-sm-0 {
    border-left: 0px solid #326de9 !important;
  }
  .border-info-sm-1 {
    border: 1px solid #326de9 !important;
  }
  .border-top-info-sm-1 {
    border-top: 1px solid #326de9 !important;
  }
  .border-right-info-sm-1 {
    border-right: 1px solid #326de9 !important;
  }
  .border-bottom-info-sm-1 {
    border-bottom: 1px solid #326de9 !important;
  }
  .border-left-info-sm-1 {
    border-left: 1px solid #326de9 !important;
  }
  .border-info-sm-2 {
    border: 2px solid #326de9 !important;
  }
  .border-top-info-sm-2 {
    border-top: 2px solid #326de9 !important;
  }
  .border-right-info-sm-2 {
    border-right: 2px solid #326de9 !important;
  }
  .border-bottom-info-sm-2 {
    border-bottom: 2px solid #326de9 !important;
  }
  .border-left-info-sm-2 {
    border-left: 2px solid #326de9 !important;
  }
  .border-info-sm-3 {
    border: 3px solid #326de9 !important;
  }
  .border-top-info-sm-3 {
    border-top: 3px solid #326de9 !important;
  }
  .border-right-info-sm-3 {
    border-right: 3px solid #326de9 !important;
  }
  .border-bottom-info-sm-3 {
    border-bottom: 3px solid #326de9 !important;
  }
  .border-left-info-sm-3 {
    border-left: 3px solid #326de9 !important;
  }
  .border-info-sm-4 {
    border: 4px solid #326de9 !important;
  }
  .border-top-info-sm-4 {
    border-top: 4px solid #326de9 !important;
  }
  .border-right-info-sm-4 {
    border-right: 4px solid #326de9 !important;
  }
  .border-bottom-info-sm-4 {
    border-bottom: 4px solid #326de9 !important;
  }
  .border-left-info-sm-4 {
    border-left: 4px solid #326de9 !important;
  }
  .border-info-sm-5 {
    border: 5px solid #326de9 !important;
  }
  .border-top-info-sm-5 {
    border-top: 5px solid #326de9 !important;
  }
  .border-right-info-sm-5 {
    border-right: 5px solid #326de9 !important;
  }
  .border-bottom-info-sm-5 {
    border-bottom: 5px solid #326de9 !important;
  }
  .border-left-info-sm-5 {
    border-left: 5px solid #326de9 !important;
  }
  .border-info-sm-6 {
    border: 6px solid #326de9 !important;
  }
  .border-top-info-sm-6 {
    border-top: 6px solid #326de9 !important;
  }
  .border-right-info-sm-6 {
    border-right: 6px solid #326de9 !important;
  }
  .border-bottom-info-sm-6 {
    border-bottom: 6px solid #326de9 !important;
  }
  .border-left-info-sm-6 {
    border-left: 6px solid #326de9 !important;
  }
  .border-info-sm-7 {
    border: 7px solid #326de9 !important;
  }
  .border-top-info-sm-7 {
    border-top: 7px solid #326de9 !important;
  }
  .border-right-info-sm-7 {
    border-right: 7px solid #326de9 !important;
  }
  .border-bottom-info-sm-7 {
    border-bottom: 7px solid #326de9 !important;
  }
  .border-left-info-sm-7 {
    border-left: 7px solid #326de9 !important;
  }
  .border-info-sm-8 {
    border: 8px solid #326de9 !important;
  }
  .border-top-info-sm-8 {
    border-top: 8px solid #326de9 !important;
  }
  .border-right-info-sm-8 {
    border-right: 8px solid #326de9 !important;
  }
  .border-bottom-info-sm-8 {
    border-bottom: 8px solid #326de9 !important;
  }
  .border-left-info-sm-8 {
    border-left: 8px solid #326de9 !important;
  }
  .border-info-sm-9 {
    border: 9px solid #326de9 !important;
  }
  .border-top-info-sm-9 {
    border-top: 9px solid #326de9 !important;
  }
  .border-right-info-sm-9 {
    border-right: 9px solid #326de9 !important;
  }
  .border-bottom-info-sm-9 {
    border-bottom: 9px solid #326de9 !important;
  }
  .border-left-info-sm-9 {
    border-left: 9px solid #326de9 !important;
  }
  .border-info-sm-10 {
    border: 10px solid #326de9 !important;
  }
  .border-top-info-sm-10 {
    border-top: 10px solid #326de9 !important;
  }
  .border-right-info-sm-10 {
    border-right: 10px solid #326de9 !important;
  }
  .border-bottom-info-sm-10 {
    border-bottom: 10px solid #326de9 !important;
  }
  .border-left-info-sm-10 {
    border-left: 10px solid #326de9 !important;
  }
  .border-info-sm-11 {
    border: 11px solid #326de9 !important;
  }
  .border-top-info-sm-11 {
    border-top: 11px solid #326de9 !important;
  }
  .border-right-info-sm-11 {
    border-right: 11px solid #326de9 !important;
  }
  .border-bottom-info-sm-11 {
    border-bottom: 11px solid #326de9 !important;
  }
  .border-left-info-sm-11 {
    border-left: 11px solid #326de9 !important;
  }
  .border-info-sm-12 {
    border: 12px solid #326de9 !important;
  }
  .border-top-info-sm-12 {
    border-top: 12px solid #326de9 !important;
  }
  .border-right-info-sm-12 {
    border-right: 12px solid #326de9 !important;
  }
  .border-bottom-info-sm-12 {
    border-bottom: 12px solid #326de9 !important;
  }
  .border-left-info-sm-12 {
    border-left: 12px solid #326de9 !important;
  }
  .border-info-sm-13 {
    border: 13px solid #326de9 !important;
  }
  .border-top-info-sm-13 {
    border-top: 13px solid #326de9 !important;
  }
  .border-right-info-sm-13 {
    border-right: 13px solid #326de9 !important;
  }
  .border-bottom-info-sm-13 {
    border-bottom: 13px solid #326de9 !important;
  }
  .border-left-info-sm-13 {
    border-left: 13px solid #326de9 !important;
  }
  .border-info-sm-14 {
    border: 14px solid #326de9 !important;
  }
  .border-top-info-sm-14 {
    border-top: 14px solid #326de9 !important;
  }
  .border-right-info-sm-14 {
    border-right: 14px solid #326de9 !important;
  }
  .border-bottom-info-sm-14 {
    border-bottom: 14px solid #326de9 !important;
  }
  .border-left-info-sm-14 {
    border-left: 14px solid #326de9 !important;
  }
  .border-info-sm-15 {
    border: 15px solid #326de9 !important;
  }
  .border-top-info-sm-15 {
    border-top: 15px solid #326de9 !important;
  }
  .border-right-info-sm-15 {
    border-right: 15px solid #326de9 !important;
  }
  .border-bottom-info-sm-15 {
    border-bottom: 15px solid #326de9 !important;
  }
  .border-left-info-sm-15 {
    border-left: 15px solid #326de9 !important;
  }
}
/* ############### SM - END ############### */
/* ############### MD - START ############### */
@media (min-width: 768px) {
  .border-md-info {
    border-color: #326de9 !important;
  }
  .border-top-md-info {
    border-top: 1px solid #326de9 !important;
  }
  .border-right-md-info {
    border-right: 1px solid #326de9 !important;
  }
  .border-bottom-md-info {
    border-bottom: 1px solid #326de9 !important;
  }
  .border-left-md-info {
    border-left: 1px solid #326de9 !important;
  }
  .border-info-md-0 {
    border: 0px solid #326de9 !important;
  }
  .border-top-info-md-0 {
    border-top: 0px solid #326de9 !important;
  }
  .border-right-info-md-0 {
    border-right: 0px solid #326de9 !important;
  }
  .border-bottom-info-md-0 {
    border-bottom: 0px solid #326de9 !important;
  }
  .border-left-info-md-0 {
    border-left: 0px solid #326de9 !important;
  }
  .border-info-md-1 {
    border: 1px solid #326de9 !important;
  }
  .border-top-info-md-1 {
    border-top: 1px solid #326de9 !important;
  }
  .border-right-info-md-1 {
    border-right: 1px solid #326de9 !important;
  }
  .border-bottom-info-md-1 {
    border-bottom: 1px solid #326de9 !important;
  }
  .border-left-info-md-1 {
    border-left: 1px solid #326de9 !important;
  }
  .border-info-md-2 {
    border: 2px solid #326de9 !important;
  }
  .border-top-info-md-2 {
    border-top: 2px solid #326de9 !important;
  }
  .border-right-info-md-2 {
    border-right: 2px solid #326de9 !important;
  }
  .border-bottom-info-md-2 {
    border-bottom: 2px solid #326de9 !important;
  }
  .border-left-info-md-2 {
    border-left: 2px solid #326de9 !important;
  }
  .border-info-md-3 {
    border: 3px solid #326de9 !important;
  }
  .border-top-info-md-3 {
    border-top: 3px solid #326de9 !important;
  }
  .border-right-info-md-3 {
    border-right: 3px solid #326de9 !important;
  }
  .border-bottom-info-md-3 {
    border-bottom: 3px solid #326de9 !important;
  }
  .border-left-info-md-3 {
    border-left: 3px solid #326de9 !important;
  }
  .border-info-md-4 {
    border: 4px solid #326de9 !important;
  }
  .border-top-info-md-4 {
    border-top: 4px solid #326de9 !important;
  }
  .border-right-info-md-4 {
    border-right: 4px solid #326de9 !important;
  }
  .border-bottom-info-md-4 {
    border-bottom: 4px solid #326de9 !important;
  }
  .border-left-info-md-4 {
    border-left: 4px solid #326de9 !important;
  }
  .border-info-md-5 {
    border: 5px solid #326de9 !important;
  }
  .border-top-info-md-5 {
    border-top: 5px solid #326de9 !important;
  }
  .border-right-info-md-5 {
    border-right: 5px solid #326de9 !important;
  }
  .border-bottom-info-md-5 {
    border-bottom: 5px solid #326de9 !important;
  }
  .border-left-info-md-5 {
    border-left: 5px solid #326de9 !important;
  }
  .border-info-md-6 {
    border: 6px solid #326de9 !important;
  }
  .border-top-info-md-6 {
    border-top: 6px solid #326de9 !important;
  }
  .border-right-info-md-6 {
    border-right: 6px solid #326de9 !important;
  }
  .border-bottom-info-md-6 {
    border-bottom: 6px solid #326de9 !important;
  }
  .border-left-info-md-6 {
    border-left: 6px solid #326de9 !important;
  }
  .border-info-md-7 {
    border: 7px solid #326de9 !important;
  }
  .border-top-info-md-7 {
    border-top: 7px solid #326de9 !important;
  }
  .border-right-info-md-7 {
    border-right: 7px solid #326de9 !important;
  }
  .border-bottom-info-md-7 {
    border-bottom: 7px solid #326de9 !important;
  }
  .border-left-info-md-7 {
    border-left: 7px solid #326de9 !important;
  }
  .border-info-md-8 {
    border: 8px solid #326de9 !important;
  }
  .border-top-info-md-8 {
    border-top: 8px solid #326de9 !important;
  }
  .border-right-info-md-8 {
    border-right: 8px solid #326de9 !important;
  }
  .border-bottom-info-md-8 {
    border-bottom: 8px solid #326de9 !important;
  }
  .border-left-info-md-8 {
    border-left: 8px solid #326de9 !important;
  }
  .border-info-md-9 {
    border: 9px solid #326de9 !important;
  }
  .border-top-info-md-9 {
    border-top: 9px solid #326de9 !important;
  }
  .border-right-info-md-9 {
    border-right: 9px solid #326de9 !important;
  }
  .border-bottom-info-md-9 {
    border-bottom: 9px solid #326de9 !important;
  }
  .border-left-info-md-9 {
    border-left: 9px solid #326de9 !important;
  }
  .border-info-md-10 {
    border: 10px solid #326de9 !important;
  }
  .border-top-info-md-10 {
    border-top: 10px solid #326de9 !important;
  }
  .border-right-info-md-10 {
    border-right: 10px solid #326de9 !important;
  }
  .border-bottom-info-md-10 {
    border-bottom: 10px solid #326de9 !important;
  }
  .border-left-info-md-10 {
    border-left: 10px solid #326de9 !important;
  }
  .border-info-md-11 {
    border: 11px solid #326de9 !important;
  }
  .border-top-info-md-11 {
    border-top: 11px solid #326de9 !important;
  }
  .border-right-info-md-11 {
    border-right: 11px solid #326de9 !important;
  }
  .border-bottom-info-md-11 {
    border-bottom: 11px solid #326de9 !important;
  }
  .border-left-info-md-11 {
    border-left: 11px solid #326de9 !important;
  }
  .border-info-md-12 {
    border: 12px solid #326de9 !important;
  }
  .border-top-info-md-12 {
    border-top: 12px solid #326de9 !important;
  }
  .border-right-info-md-12 {
    border-right: 12px solid #326de9 !important;
  }
  .border-bottom-info-md-12 {
    border-bottom: 12px solid #326de9 !important;
  }
  .border-left-info-md-12 {
    border-left: 12px solid #326de9 !important;
  }
  .border-info-md-13 {
    border: 13px solid #326de9 !important;
  }
  .border-top-info-md-13 {
    border-top: 13px solid #326de9 !important;
  }
  .border-right-info-md-13 {
    border-right: 13px solid #326de9 !important;
  }
  .border-bottom-info-md-13 {
    border-bottom: 13px solid #326de9 !important;
  }
  .border-left-info-md-13 {
    border-left: 13px solid #326de9 !important;
  }
  .border-info-md-14 {
    border: 14px solid #326de9 !important;
  }
  .border-top-info-md-14 {
    border-top: 14px solid #326de9 !important;
  }
  .border-right-info-md-14 {
    border-right: 14px solid #326de9 !important;
  }
  .border-bottom-info-md-14 {
    border-bottom: 14px solid #326de9 !important;
  }
  .border-left-info-md-14 {
    border-left: 14px solid #326de9 !important;
  }
  .border-info-md-15 {
    border: 15px solid #326de9 !important;
  }
  .border-top-info-md-15 {
    border-top: 15px solid #326de9 !important;
  }
  .border-right-info-md-15 {
    border-right: 15px solid #326de9 !important;
  }
  .border-bottom-info-md-15 {
    border-bottom: 15px solid #326de9 !important;
  }
  .border-left-info-md-15 {
    border-left: 15px solid #326de9 !important;
  }
}
/* ############### MD - END ############### */
/* ############### LG - START ############### */
@media (min-width: 992px) {
  .border-lg-info {
    border-color: #326de9 !important;
  }
  .border-top-lg-info {
    border-top: 1px solid #326de9 !important;
  }
  .border-right-lg-info {
    border-right: 1px solid #326de9 !important;
  }
  .border-bottom-lg-info {
    border-bottom: 1px solid #326de9 !important;
  }
  .border-left-lg-info {
    border-left: 1px solid #326de9 !important;
  }
  .border-info-lg-0 {
    border: 0px solid #326de9 !important;
  }
  .border-top-info-lg-0 {
    border-top: 0px solid #326de9 !important;
  }
  .border-right-info-lg-0 {
    border-right: 0px solid #326de9 !important;
  }
  .border-bottom-info-lg-0 {
    border-bottom: 0px solid #326de9 !important;
  }
  .border-left-info-lg-0 {
    border-left: 0px solid #326de9 !important;
  }
  .border-info-lg-1 {
    border: 1px solid #326de9 !important;
  }
  .border-top-info-lg-1 {
    border-top: 1px solid #326de9 !important;
  }
  .border-right-info-lg-1 {
    border-right: 1px solid #326de9 !important;
  }
  .border-bottom-info-lg-1 {
    border-bottom: 1px solid #326de9 !important;
  }
  .border-left-info-lg-1 {
    border-left: 1px solid #326de9 !important;
  }
  .border-info-lg-2 {
    border: 2px solid #326de9 !important;
  }
  .border-top-info-lg-2 {
    border-top: 2px solid #326de9 !important;
  }
  .border-right-info-lg-2 {
    border-right: 2px solid #326de9 !important;
  }
  .border-bottom-info-lg-2 {
    border-bottom: 2px solid #326de9 !important;
  }
  .border-left-info-lg-2 {
    border-left: 2px solid #326de9 !important;
  }
  .border-info-lg-3 {
    border: 3px solid #326de9 !important;
  }
  .border-top-info-lg-3 {
    border-top: 3px solid #326de9 !important;
  }
  .border-right-info-lg-3 {
    border-right: 3px solid #326de9 !important;
  }
  .border-bottom-info-lg-3 {
    border-bottom: 3px solid #326de9 !important;
  }
  .border-left-info-lg-3 {
    border-left: 3px solid #326de9 !important;
  }
  .border-info-lg-4 {
    border: 4px solid #326de9 !important;
  }
  .border-top-info-lg-4 {
    border-top: 4px solid #326de9 !important;
  }
  .border-right-info-lg-4 {
    border-right: 4px solid #326de9 !important;
  }
  .border-bottom-info-lg-4 {
    border-bottom: 4px solid #326de9 !important;
  }
  .border-left-info-lg-4 {
    border-left: 4px solid #326de9 !important;
  }
  .border-info-lg-5 {
    border: 5px solid #326de9 !important;
  }
  .border-top-info-lg-5 {
    border-top: 5px solid #326de9 !important;
  }
  .border-right-info-lg-5 {
    border-right: 5px solid #326de9 !important;
  }
  .border-bottom-info-lg-5 {
    border-bottom: 5px solid #326de9 !important;
  }
  .border-left-info-lg-5 {
    border-left: 5px solid #326de9 !important;
  }
  .border-info-lg-6 {
    border: 6px solid #326de9 !important;
  }
  .border-top-info-lg-6 {
    border-top: 6px solid #326de9 !important;
  }
  .border-right-info-lg-6 {
    border-right: 6px solid #326de9 !important;
  }
  .border-bottom-info-lg-6 {
    border-bottom: 6px solid #326de9 !important;
  }
  .border-left-info-lg-6 {
    border-left: 6px solid #326de9 !important;
  }
  .border-info-lg-7 {
    border: 7px solid #326de9 !important;
  }
  .border-top-info-lg-7 {
    border-top: 7px solid #326de9 !important;
  }
  .border-right-info-lg-7 {
    border-right: 7px solid #326de9 !important;
  }
  .border-bottom-info-lg-7 {
    border-bottom: 7px solid #326de9 !important;
  }
  .border-left-info-lg-7 {
    border-left: 7px solid #326de9 !important;
  }
  .border-info-lg-8 {
    border: 8px solid #326de9 !important;
  }
  .border-top-info-lg-8 {
    border-top: 8px solid #326de9 !important;
  }
  .border-right-info-lg-8 {
    border-right: 8px solid #326de9 !important;
  }
  .border-bottom-info-lg-8 {
    border-bottom: 8px solid #326de9 !important;
  }
  .border-left-info-lg-8 {
    border-left: 8px solid #326de9 !important;
  }
  .border-info-lg-9 {
    border: 9px solid #326de9 !important;
  }
  .border-top-info-lg-9 {
    border-top: 9px solid #326de9 !important;
  }
  .border-right-info-lg-9 {
    border-right: 9px solid #326de9 !important;
  }
  .border-bottom-info-lg-9 {
    border-bottom: 9px solid #326de9 !important;
  }
  .border-left-info-lg-9 {
    border-left: 9px solid #326de9 !important;
  }
  .border-info-lg-10 {
    border: 10px solid #326de9 !important;
  }
  .border-top-info-lg-10 {
    border-top: 10px solid #326de9 !important;
  }
  .border-right-info-lg-10 {
    border-right: 10px solid #326de9 !important;
  }
  .border-bottom-info-lg-10 {
    border-bottom: 10px solid #326de9 !important;
  }
  .border-left-info-lg-10 {
    border-left: 10px solid #326de9 !important;
  }
  .border-info-lg-11 {
    border: 11px solid #326de9 !important;
  }
  .border-top-info-lg-11 {
    border-top: 11px solid #326de9 !important;
  }
  .border-right-info-lg-11 {
    border-right: 11px solid #326de9 !important;
  }
  .border-bottom-info-lg-11 {
    border-bottom: 11px solid #326de9 !important;
  }
  .border-left-info-lg-11 {
    border-left: 11px solid #326de9 !important;
  }
  .border-info-lg-12 {
    border: 12px solid #326de9 !important;
  }
  .border-top-info-lg-12 {
    border-top: 12px solid #326de9 !important;
  }
  .border-right-info-lg-12 {
    border-right: 12px solid #326de9 !important;
  }
  .border-bottom-info-lg-12 {
    border-bottom: 12px solid #326de9 !important;
  }
  .border-left-info-lg-12 {
    border-left: 12px solid #326de9 !important;
  }
  .border-info-lg-13 {
    border: 13px solid #326de9 !important;
  }
  .border-top-info-lg-13 {
    border-top: 13px solid #326de9 !important;
  }
  .border-right-info-lg-13 {
    border-right: 13px solid #326de9 !important;
  }
  .border-bottom-info-lg-13 {
    border-bottom: 13px solid #326de9 !important;
  }
  .border-left-info-lg-13 {
    border-left: 13px solid #326de9 !important;
  }
  .border-info-lg-14 {
    border: 14px solid #326de9 !important;
  }
  .border-top-info-lg-14 {
    border-top: 14px solid #326de9 !important;
  }
  .border-right-info-lg-14 {
    border-right: 14px solid #326de9 !important;
  }
  .border-bottom-info-lg-14 {
    border-bottom: 14px solid #326de9 !important;
  }
  .border-left-info-lg-14 {
    border-left: 14px solid #326de9 !important;
  }
  .border-info-lg-15 {
    border: 15px solid #326de9 !important;
  }
  .border-top-info-lg-15 {
    border-top: 15px solid #326de9 !important;
  }
  .border-right-info-lg-15 {
    border-right: 15px solid #326de9 !important;
  }
  .border-bottom-info-lg-15 {
    border-bottom: 15px solid #326de9 !important;
  }
  .border-left-info-lg-15 {
    border-left: 15px solid #326de9 !important;
  }
}
/* ############### LG - END ############### */
/* ############### XL - START ############### */
@media (min-width: 1200px) {
  .border-xl-info {
    border-color: #326de9 !important;
  }
  .border-top-xl-info {
    border-top: 1px solid #326de9 !important;
  }
  .border-right-xl-info {
    border-right: 1px solid #326de9 !important;
  }
  .border-bottom-xl-info {
    border-bottom: 1px solid #326de9 !important;
  }
  .border-left-xl-info {
    border-left: 1px solid #326de9 !important;
  }
  .border-info-xl-0 {
    border: 0px solid #326de9 !important;
  }
  .border-top-info-xl-0 {
    border-top: 0px solid #326de9 !important;
  }
  .border-right-info-xl-0 {
    border-right: 0px solid #326de9 !important;
  }
  .border-bottom-info-xl-0 {
    border-bottom: 0px solid #326de9 !important;
  }
  .border-left-info-xl-0 {
    border-left: 0px solid #326de9 !important;
  }
  .border-info-xl-1 {
    border: 1px solid #326de9 !important;
  }
  .border-top-info-xl-1 {
    border-top: 1px solid #326de9 !important;
  }
  .border-right-info-xl-1 {
    border-right: 1px solid #326de9 !important;
  }
  .border-bottom-info-xl-1 {
    border-bottom: 1px solid #326de9 !important;
  }
  .border-left-info-xl-1 {
    border-left: 1px solid #326de9 !important;
  }
  .border-info-xl-2 {
    border: 2px solid #326de9 !important;
  }
  .border-top-info-xl-2 {
    border-top: 2px solid #326de9 !important;
  }
  .border-right-info-xl-2 {
    border-right: 2px solid #326de9 !important;
  }
  .border-bottom-info-xl-2 {
    border-bottom: 2px solid #326de9 !important;
  }
  .border-left-info-xl-2 {
    border-left: 2px solid #326de9 !important;
  }
  .border-info-xl-3 {
    border: 3px solid #326de9 !important;
  }
  .border-top-info-xl-3 {
    border-top: 3px solid #326de9 !important;
  }
  .border-right-info-xl-3 {
    border-right: 3px solid #326de9 !important;
  }
  .border-bottom-info-xl-3 {
    border-bottom: 3px solid #326de9 !important;
  }
  .border-left-info-xl-3 {
    border-left: 3px solid #326de9 !important;
  }
  .border-info-xl-4 {
    border: 4px solid #326de9 !important;
  }
  .border-top-info-xl-4 {
    border-top: 4px solid #326de9 !important;
  }
  .border-right-info-xl-4 {
    border-right: 4px solid #326de9 !important;
  }
  .border-bottom-info-xl-4 {
    border-bottom: 4px solid #326de9 !important;
  }
  .border-left-info-xl-4 {
    border-left: 4px solid #326de9 !important;
  }
  .border-info-xl-5 {
    border: 5px solid #326de9 !important;
  }
  .border-top-info-xl-5 {
    border-top: 5px solid #326de9 !important;
  }
  .border-right-info-xl-5 {
    border-right: 5px solid #326de9 !important;
  }
  .border-bottom-info-xl-5 {
    border-bottom: 5px solid #326de9 !important;
  }
  .border-left-info-xl-5 {
    border-left: 5px solid #326de9 !important;
  }
  .border-info-xl-6 {
    border: 6px solid #326de9 !important;
  }
  .border-top-info-xl-6 {
    border-top: 6px solid #326de9 !important;
  }
  .border-right-info-xl-6 {
    border-right: 6px solid #326de9 !important;
  }
  .border-bottom-info-xl-6 {
    border-bottom: 6px solid #326de9 !important;
  }
  .border-left-info-xl-6 {
    border-left: 6px solid #326de9 !important;
  }
  .border-info-xl-7 {
    border: 7px solid #326de9 !important;
  }
  .border-top-info-xl-7 {
    border-top: 7px solid #326de9 !important;
  }
  .border-right-info-xl-7 {
    border-right: 7px solid #326de9 !important;
  }
  .border-bottom-info-xl-7 {
    border-bottom: 7px solid #326de9 !important;
  }
  .border-left-info-xl-7 {
    border-left: 7px solid #326de9 !important;
  }
  .border-info-xl-8 {
    border: 8px solid #326de9 !important;
  }
  .border-top-info-xl-8 {
    border-top: 8px solid #326de9 !important;
  }
  .border-right-info-xl-8 {
    border-right: 8px solid #326de9 !important;
  }
  .border-bottom-info-xl-8 {
    border-bottom: 8px solid #326de9 !important;
  }
  .border-left-info-xl-8 {
    border-left: 8px solid #326de9 !important;
  }
  .border-info-xl-9 {
    border: 9px solid #326de9 !important;
  }
  .border-top-info-xl-9 {
    border-top: 9px solid #326de9 !important;
  }
  .border-right-info-xl-9 {
    border-right: 9px solid #326de9 !important;
  }
  .border-bottom-info-xl-9 {
    border-bottom: 9px solid #326de9 !important;
  }
  .border-left-info-xl-9 {
    border-left: 9px solid #326de9 !important;
  }
  .border-info-xl-10 {
    border: 10px solid #326de9 !important;
  }
  .border-top-info-xl-10 {
    border-top: 10px solid #326de9 !important;
  }
  .border-right-info-xl-10 {
    border-right: 10px solid #326de9 !important;
  }
  .border-bottom-info-xl-10 {
    border-bottom: 10px solid #326de9 !important;
  }
  .border-left-info-xl-10 {
    border-left: 10px solid #326de9 !important;
  }
  .border-info-xl-11 {
    border: 11px solid #326de9 !important;
  }
  .border-top-info-xl-11 {
    border-top: 11px solid #326de9 !important;
  }
  .border-right-info-xl-11 {
    border-right: 11px solid #326de9 !important;
  }
  .border-bottom-info-xl-11 {
    border-bottom: 11px solid #326de9 !important;
  }
  .border-left-info-xl-11 {
    border-left: 11px solid #326de9 !important;
  }
  .border-info-xl-12 {
    border: 12px solid #326de9 !important;
  }
  .border-top-info-xl-12 {
    border-top: 12px solid #326de9 !important;
  }
  .border-right-info-xl-12 {
    border-right: 12px solid #326de9 !important;
  }
  .border-bottom-info-xl-12 {
    border-bottom: 12px solid #326de9 !important;
  }
  .border-left-info-xl-12 {
    border-left: 12px solid #326de9 !important;
  }
  .border-info-xl-13 {
    border: 13px solid #326de9 !important;
  }
  .border-top-info-xl-13 {
    border-top: 13px solid #326de9 !important;
  }
  .border-right-info-xl-13 {
    border-right: 13px solid #326de9 !important;
  }
  .border-bottom-info-xl-13 {
    border-bottom: 13px solid #326de9 !important;
  }
  .border-left-info-xl-13 {
    border-left: 13px solid #326de9 !important;
  }
  .border-info-xl-14 {
    border: 14px solid #326de9 !important;
  }
  .border-top-info-xl-14 {
    border-top: 14px solid #326de9 !important;
  }
  .border-right-info-xl-14 {
    border-right: 14px solid #326de9 !important;
  }
  .border-bottom-info-xl-14 {
    border-bottom: 14px solid #326de9 !important;
  }
  .border-left-info-xl-14 {
    border-left: 14px solid #326de9 !important;
  }
  .border-info-xl-15 {
    border: 15px solid #326de9 !important;
  }
  .border-top-info-xl-15 {
    border-top: 15px solid #326de9 !important;
  }
  .border-right-info-xl-15 {
    border-right: 15px solid #326de9 !important;
  }
  .border-bottom-info-xl-15 {
    border-bottom: 15px solid #326de9 !important;
  }
  .border-left-info-xl-15 {
    border-left: 15px solid #326de9 !important;
  }
}
/* ############### XL - END ############### */
/* ############### XXL - START ############### */
@media (min-width: 1400px) {
  .border-xxl-info {
    border-color: #326de9 !important;
  }
  .border-top-xxl-info {
    border-top: 1px solid #326de9 !important;
  }
  .border-right-xxl-info {
    border-right: 1px solid #326de9 !important;
  }
  .border-bottom-xxl-info {
    border-bottom: 1px solid #326de9 !important;
  }
  .border-left-xxl-info {
    border-left: 1px solid #326de9 !important;
  }
  .border-info-xxl-0 {
    border: 0px solid #326de9 !important;
  }
  .border-top-info-xxl-0 {
    border-top: 0px solid #326de9 !important;
  }
  .border-right-info-xxl-0 {
    border-right: 0px solid #326de9 !important;
  }
  .border-bottom-info-xxl-0 {
    border-bottom: 0px solid #326de9 !important;
  }
  .border-left-info-xxl-0 {
    border-left: 0px solid #326de9 !important;
  }
  .border-info-xxl-1 {
    border: 1px solid #326de9 !important;
  }
  .border-top-info-xxl-1 {
    border-top: 1px solid #326de9 !important;
  }
  .border-right-info-xxl-1 {
    border-right: 1px solid #326de9 !important;
  }
  .border-bottom-info-xxl-1 {
    border-bottom: 1px solid #326de9 !important;
  }
  .border-left-info-xxl-1 {
    border-left: 1px solid #326de9 !important;
  }
  .border-info-xxl-2 {
    border: 2px solid #326de9 !important;
  }
  .border-top-info-xxl-2 {
    border-top: 2px solid #326de9 !important;
  }
  .border-right-info-xxl-2 {
    border-right: 2px solid #326de9 !important;
  }
  .border-bottom-info-xxl-2 {
    border-bottom: 2px solid #326de9 !important;
  }
  .border-left-info-xxl-2 {
    border-left: 2px solid #326de9 !important;
  }
  .border-info-xxl-3 {
    border: 3px solid #326de9 !important;
  }
  .border-top-info-xxl-3 {
    border-top: 3px solid #326de9 !important;
  }
  .border-right-info-xxl-3 {
    border-right: 3px solid #326de9 !important;
  }
  .border-bottom-info-xxl-3 {
    border-bottom: 3px solid #326de9 !important;
  }
  .border-left-info-xxl-3 {
    border-left: 3px solid #326de9 !important;
  }
  .border-info-xxl-4 {
    border: 4px solid #326de9 !important;
  }
  .border-top-info-xxl-4 {
    border-top: 4px solid #326de9 !important;
  }
  .border-right-info-xxl-4 {
    border-right: 4px solid #326de9 !important;
  }
  .border-bottom-info-xxl-4 {
    border-bottom: 4px solid #326de9 !important;
  }
  .border-left-info-xxl-4 {
    border-left: 4px solid #326de9 !important;
  }
  .border-info-xxl-5 {
    border: 5px solid #326de9 !important;
  }
  .border-top-info-xxl-5 {
    border-top: 5px solid #326de9 !important;
  }
  .border-right-info-xxl-5 {
    border-right: 5px solid #326de9 !important;
  }
  .border-bottom-info-xxl-5 {
    border-bottom: 5px solid #326de9 !important;
  }
  .border-left-info-xxl-5 {
    border-left: 5px solid #326de9 !important;
  }
  .border-info-xxl-6 {
    border: 6px solid #326de9 !important;
  }
  .border-top-info-xxl-6 {
    border-top: 6px solid #326de9 !important;
  }
  .border-right-info-xxl-6 {
    border-right: 6px solid #326de9 !important;
  }
  .border-bottom-info-xxl-6 {
    border-bottom: 6px solid #326de9 !important;
  }
  .border-left-info-xxl-6 {
    border-left: 6px solid #326de9 !important;
  }
  .border-info-xxl-7 {
    border: 7px solid #326de9 !important;
  }
  .border-top-info-xxl-7 {
    border-top: 7px solid #326de9 !important;
  }
  .border-right-info-xxl-7 {
    border-right: 7px solid #326de9 !important;
  }
  .border-bottom-info-xxl-7 {
    border-bottom: 7px solid #326de9 !important;
  }
  .border-left-info-xxl-7 {
    border-left: 7px solid #326de9 !important;
  }
  .border-info-xxl-8 {
    border: 8px solid #326de9 !important;
  }
  .border-top-info-xxl-8 {
    border-top: 8px solid #326de9 !important;
  }
  .border-right-info-xxl-8 {
    border-right: 8px solid #326de9 !important;
  }
  .border-bottom-info-xxl-8 {
    border-bottom: 8px solid #326de9 !important;
  }
  .border-left-info-xxl-8 {
    border-left: 8px solid #326de9 !important;
  }
  .border-info-xxl-9 {
    border: 9px solid #326de9 !important;
  }
  .border-top-info-xxl-9 {
    border-top: 9px solid #326de9 !important;
  }
  .border-right-info-xxl-9 {
    border-right: 9px solid #326de9 !important;
  }
  .border-bottom-info-xxl-9 {
    border-bottom: 9px solid #326de9 !important;
  }
  .border-left-info-xxl-9 {
    border-left: 9px solid #326de9 !important;
  }
  .border-info-xxl-10 {
    border: 10px solid #326de9 !important;
  }
  .border-top-info-xxl-10 {
    border-top: 10px solid #326de9 !important;
  }
  .border-right-info-xxl-10 {
    border-right: 10px solid #326de9 !important;
  }
  .border-bottom-info-xxl-10 {
    border-bottom: 10px solid #326de9 !important;
  }
  .border-left-info-xxl-10 {
    border-left: 10px solid #326de9 !important;
  }
  .border-info-xxl-11 {
    border: 11px solid #326de9 !important;
  }
  .border-top-info-xxl-11 {
    border-top: 11px solid #326de9 !important;
  }
  .border-right-info-xxl-11 {
    border-right: 11px solid #326de9 !important;
  }
  .border-bottom-info-xxl-11 {
    border-bottom: 11px solid #326de9 !important;
  }
  .border-left-info-xxl-11 {
    border-left: 11px solid #326de9 !important;
  }
  .border-info-xxl-12 {
    border: 12px solid #326de9 !important;
  }
  .border-top-info-xxl-12 {
    border-top: 12px solid #326de9 !important;
  }
  .border-right-info-xxl-12 {
    border-right: 12px solid #326de9 !important;
  }
  .border-bottom-info-xxl-12 {
    border-bottom: 12px solid #326de9 !important;
  }
  .border-left-info-xxl-12 {
    border-left: 12px solid #326de9 !important;
  }
  .border-info-xxl-13 {
    border: 13px solid #326de9 !important;
  }
  .border-top-info-xxl-13 {
    border-top: 13px solid #326de9 !important;
  }
  .border-right-info-xxl-13 {
    border-right: 13px solid #326de9 !important;
  }
  .border-bottom-info-xxl-13 {
    border-bottom: 13px solid #326de9 !important;
  }
  .border-left-info-xxl-13 {
    border-left: 13px solid #326de9 !important;
  }
  .border-info-xxl-14 {
    border: 14px solid #326de9 !important;
  }
  .border-top-info-xxl-14 {
    border-top: 14px solid #326de9 !important;
  }
  .border-right-info-xxl-14 {
    border-right: 14px solid #326de9 !important;
  }
  .border-bottom-info-xxl-14 {
    border-bottom: 14px solid #326de9 !important;
  }
  .border-left-info-xxl-14 {
    border-left: 14px solid #326de9 !important;
  }
  .border-info-xxl-15 {
    border: 15px solid #326de9 !important;
  }
  .border-top-info-xxl-15 {
    border-top: 15px solid #326de9 !important;
  }
  .border-right-info-xxl-15 {
    border-right: 15px solid #326de9 !important;
  }
  .border-bottom-info-xxl-15 {
    border-bottom: 15px solid #326de9 !important;
  }
  .border-left-info-xxl-15 {
    border-left: 15px solid #326de9 !important;
  }
}
/* ############### XXL - END ############### */
/* ############### XXXL - START ############### */
@media (min-width: 1600px) {
  .border-xxxl-info {
    border-color: #326de9 !important;
  }
  .border-top-xxxl-info {
    border-top: 1px solid #326de9 !important;
  }
  .border-right-xxxl-info {
    border-right: 1px solid #326de9 !important;
  }
  .border-bottom-xxxl-info {
    border-bottom: 1px solid #326de9 !important;
  }
  .border-left-xxxl-info {
    border-left: 1px solid #326de9 !important;
  }
  .border-info-xxxl-0 {
    border: 0px solid #326de9 !important;
  }
  .border-top-info-xxxl-0 {
    border-top: 0px solid #326de9 !important;
  }
  .border-right-info-xxxl-0 {
    border-right: 0px solid #326de9 !important;
  }
  .border-bottom-info-xxxl-0 {
    border-bottom: 0px solid #326de9 !important;
  }
  .border-left-info-xxxl-0 {
    border-left: 0px solid #326de9 !important;
  }
  .border-info-xxxl-1 {
    border: 1px solid #326de9 !important;
  }
  .border-top-info-xxxl-1 {
    border-top: 1px solid #326de9 !important;
  }
  .border-right-info-xxxl-1 {
    border-right: 1px solid #326de9 !important;
  }
  .border-bottom-info-xxxl-1 {
    border-bottom: 1px solid #326de9 !important;
  }
  .border-left-info-xxxl-1 {
    border-left: 1px solid #326de9 !important;
  }
  .border-info-xxxl-2 {
    border: 2px solid #326de9 !important;
  }
  .border-top-info-xxxl-2 {
    border-top: 2px solid #326de9 !important;
  }
  .border-right-info-xxxl-2 {
    border-right: 2px solid #326de9 !important;
  }
  .border-bottom-info-xxxl-2 {
    border-bottom: 2px solid #326de9 !important;
  }
  .border-left-info-xxxl-2 {
    border-left: 2px solid #326de9 !important;
  }
  .border-info-xxxl-3 {
    border: 3px solid #326de9 !important;
  }
  .border-top-info-xxxl-3 {
    border-top: 3px solid #326de9 !important;
  }
  .border-right-info-xxxl-3 {
    border-right: 3px solid #326de9 !important;
  }
  .border-bottom-info-xxxl-3 {
    border-bottom: 3px solid #326de9 !important;
  }
  .border-left-info-xxxl-3 {
    border-left: 3px solid #326de9 !important;
  }
  .border-info-xxxl-4 {
    border: 4px solid #326de9 !important;
  }
  .border-top-info-xxxl-4 {
    border-top: 4px solid #326de9 !important;
  }
  .border-right-info-xxxl-4 {
    border-right: 4px solid #326de9 !important;
  }
  .border-bottom-info-xxxl-4 {
    border-bottom: 4px solid #326de9 !important;
  }
  .border-left-info-xxxl-4 {
    border-left: 4px solid #326de9 !important;
  }
  .border-info-xxxl-5 {
    border: 5px solid #326de9 !important;
  }
  .border-top-info-xxxl-5 {
    border-top: 5px solid #326de9 !important;
  }
  .border-right-info-xxxl-5 {
    border-right: 5px solid #326de9 !important;
  }
  .border-bottom-info-xxxl-5 {
    border-bottom: 5px solid #326de9 !important;
  }
  .border-left-info-xxxl-5 {
    border-left: 5px solid #326de9 !important;
  }
  .border-info-xxxl-6 {
    border: 6px solid #326de9 !important;
  }
  .border-top-info-xxxl-6 {
    border-top: 6px solid #326de9 !important;
  }
  .border-right-info-xxxl-6 {
    border-right: 6px solid #326de9 !important;
  }
  .border-bottom-info-xxxl-6 {
    border-bottom: 6px solid #326de9 !important;
  }
  .border-left-info-xxxl-6 {
    border-left: 6px solid #326de9 !important;
  }
  .border-info-xxxl-7 {
    border: 7px solid #326de9 !important;
  }
  .border-top-info-xxxl-7 {
    border-top: 7px solid #326de9 !important;
  }
  .border-right-info-xxxl-7 {
    border-right: 7px solid #326de9 !important;
  }
  .border-bottom-info-xxxl-7 {
    border-bottom: 7px solid #326de9 !important;
  }
  .border-left-info-xxxl-7 {
    border-left: 7px solid #326de9 !important;
  }
  .border-info-xxxl-8 {
    border: 8px solid #326de9 !important;
  }
  .border-top-info-xxxl-8 {
    border-top: 8px solid #326de9 !important;
  }
  .border-right-info-xxxl-8 {
    border-right: 8px solid #326de9 !important;
  }
  .border-bottom-info-xxxl-8 {
    border-bottom: 8px solid #326de9 !important;
  }
  .border-left-info-xxxl-8 {
    border-left: 8px solid #326de9 !important;
  }
  .border-info-xxxl-9 {
    border: 9px solid #326de9 !important;
  }
  .border-top-info-xxxl-9 {
    border-top: 9px solid #326de9 !important;
  }
  .border-right-info-xxxl-9 {
    border-right: 9px solid #326de9 !important;
  }
  .border-bottom-info-xxxl-9 {
    border-bottom: 9px solid #326de9 !important;
  }
  .border-left-info-xxxl-9 {
    border-left: 9px solid #326de9 !important;
  }
  .border-info-xxxl-10 {
    border: 10px solid #326de9 !important;
  }
  .border-top-info-xxxl-10 {
    border-top: 10px solid #326de9 !important;
  }
  .border-right-info-xxxl-10 {
    border-right: 10px solid #326de9 !important;
  }
  .border-bottom-info-xxxl-10 {
    border-bottom: 10px solid #326de9 !important;
  }
  .border-left-info-xxxl-10 {
    border-left: 10px solid #326de9 !important;
  }
  .border-info-xxxl-11 {
    border: 11px solid #326de9 !important;
  }
  .border-top-info-xxxl-11 {
    border-top: 11px solid #326de9 !important;
  }
  .border-right-info-xxxl-11 {
    border-right: 11px solid #326de9 !important;
  }
  .border-bottom-info-xxxl-11 {
    border-bottom: 11px solid #326de9 !important;
  }
  .border-left-info-xxxl-11 {
    border-left: 11px solid #326de9 !important;
  }
  .border-info-xxxl-12 {
    border: 12px solid #326de9 !important;
  }
  .border-top-info-xxxl-12 {
    border-top: 12px solid #326de9 !important;
  }
  .border-right-info-xxxl-12 {
    border-right: 12px solid #326de9 !important;
  }
  .border-bottom-info-xxxl-12 {
    border-bottom: 12px solid #326de9 !important;
  }
  .border-left-info-xxxl-12 {
    border-left: 12px solid #326de9 !important;
  }
  .border-info-xxxl-13 {
    border: 13px solid #326de9 !important;
  }
  .border-top-info-xxxl-13 {
    border-top: 13px solid #326de9 !important;
  }
  .border-right-info-xxxl-13 {
    border-right: 13px solid #326de9 !important;
  }
  .border-bottom-info-xxxl-13 {
    border-bottom: 13px solid #326de9 !important;
  }
  .border-left-info-xxxl-13 {
    border-left: 13px solid #326de9 !important;
  }
  .border-info-xxxl-14 {
    border: 14px solid #326de9 !important;
  }
  .border-top-info-xxxl-14 {
    border-top: 14px solid #326de9 !important;
  }
  .border-right-info-xxxl-14 {
    border-right: 14px solid #326de9 !important;
  }
  .border-bottom-info-xxxl-14 {
    border-bottom: 14px solid #326de9 !important;
  }
  .border-left-info-xxxl-14 {
    border-left: 14px solid #326de9 !important;
  }
  .border-info-xxxl-15 {
    border: 15px solid #326de9 !important;
  }
  .border-top-info-xxxl-15 {
    border-top: 15px solid #326de9 !important;
  }
  .border-right-info-xxxl-15 {
    border-right: 15px solid #326de9 !important;
  }
  .border-bottom-info-xxxl-15 {
    border-bottom: 15px solid #326de9 !important;
  }
  .border-left-info-xxxl-15 {
    border-left: 15px solid #326de9 !important;
  }
}
/* ############### XXXL - END ############### */
/* ############### XXXXL - START ############### */
@media (min-width: 1900px) {
  .border-xxxxl-info {
    border-color: #326de9 !important;
  }
  .border-top-xxxxl-info {
    border-top: 1px solid #326de9 !important;
  }
  .border-right-xxxxl-info {
    border-right: 1px solid #326de9 !important;
  }
  .border-bottom-xxxxl-info {
    border-bottom: 1px solid #326de9 !important;
  }
  .border-left-xxxxl-info {
    border-left: 1px solid #326de9 !important;
  }
  .border-info-xxxxl-0 {
    border: 0px solid #326de9 !important;
  }
  .border-top-info-xxxxl-0 {
    border-top: 0px solid #326de9 !important;
  }
  .border-right-info-xxxxl-0 {
    border-right: 0px solid #326de9 !important;
  }
  .border-bottom-info-xxxxl-0 {
    border-bottom: 0px solid #326de9 !important;
  }
  .border-left-info-xxxxl-0 {
    border-left: 0px solid #326de9 !important;
  }
  .border-info-xxxxl-1 {
    border: 1px solid #326de9 !important;
  }
  .border-top-info-xxxxl-1 {
    border-top: 1px solid #326de9 !important;
  }
  .border-right-info-xxxxl-1 {
    border-right: 1px solid #326de9 !important;
  }
  .border-bottom-info-xxxxl-1 {
    border-bottom: 1px solid #326de9 !important;
  }
  .border-left-info-xxxxl-1 {
    border-left: 1px solid #326de9 !important;
  }
  .border-info-xxxxl-2 {
    border: 2px solid #326de9 !important;
  }
  .border-top-info-xxxxl-2 {
    border-top: 2px solid #326de9 !important;
  }
  .border-right-info-xxxxl-2 {
    border-right: 2px solid #326de9 !important;
  }
  .border-bottom-info-xxxxl-2 {
    border-bottom: 2px solid #326de9 !important;
  }
  .border-left-info-xxxxl-2 {
    border-left: 2px solid #326de9 !important;
  }
  .border-info-xxxxl-3 {
    border: 3px solid #326de9 !important;
  }
  .border-top-info-xxxxl-3 {
    border-top: 3px solid #326de9 !important;
  }
  .border-right-info-xxxxl-3 {
    border-right: 3px solid #326de9 !important;
  }
  .border-bottom-info-xxxxl-3 {
    border-bottom: 3px solid #326de9 !important;
  }
  .border-left-info-xxxxl-3 {
    border-left: 3px solid #326de9 !important;
  }
  .border-info-xxxxl-4 {
    border: 4px solid #326de9 !important;
  }
  .border-top-info-xxxxl-4 {
    border-top: 4px solid #326de9 !important;
  }
  .border-right-info-xxxxl-4 {
    border-right: 4px solid #326de9 !important;
  }
  .border-bottom-info-xxxxl-4 {
    border-bottom: 4px solid #326de9 !important;
  }
  .border-left-info-xxxxl-4 {
    border-left: 4px solid #326de9 !important;
  }
  .border-info-xxxxl-5 {
    border: 5px solid #326de9 !important;
  }
  .border-top-info-xxxxl-5 {
    border-top: 5px solid #326de9 !important;
  }
  .border-right-info-xxxxl-5 {
    border-right: 5px solid #326de9 !important;
  }
  .border-bottom-info-xxxxl-5 {
    border-bottom: 5px solid #326de9 !important;
  }
  .border-left-info-xxxxl-5 {
    border-left: 5px solid #326de9 !important;
  }
  .border-info-xxxxl-6 {
    border: 6px solid #326de9 !important;
  }
  .border-top-info-xxxxl-6 {
    border-top: 6px solid #326de9 !important;
  }
  .border-right-info-xxxxl-6 {
    border-right: 6px solid #326de9 !important;
  }
  .border-bottom-info-xxxxl-6 {
    border-bottom: 6px solid #326de9 !important;
  }
  .border-left-info-xxxxl-6 {
    border-left: 6px solid #326de9 !important;
  }
  .border-info-xxxxl-7 {
    border: 7px solid #326de9 !important;
  }
  .border-top-info-xxxxl-7 {
    border-top: 7px solid #326de9 !important;
  }
  .border-right-info-xxxxl-7 {
    border-right: 7px solid #326de9 !important;
  }
  .border-bottom-info-xxxxl-7 {
    border-bottom: 7px solid #326de9 !important;
  }
  .border-left-info-xxxxl-7 {
    border-left: 7px solid #326de9 !important;
  }
  .border-info-xxxxl-8 {
    border: 8px solid #326de9 !important;
  }
  .border-top-info-xxxxl-8 {
    border-top: 8px solid #326de9 !important;
  }
  .border-right-info-xxxxl-8 {
    border-right: 8px solid #326de9 !important;
  }
  .border-bottom-info-xxxxl-8 {
    border-bottom: 8px solid #326de9 !important;
  }
  .border-left-info-xxxxl-8 {
    border-left: 8px solid #326de9 !important;
  }
  .border-info-xxxxl-9 {
    border: 9px solid #326de9 !important;
  }
  .border-top-info-xxxxl-9 {
    border-top: 9px solid #326de9 !important;
  }
  .border-right-info-xxxxl-9 {
    border-right: 9px solid #326de9 !important;
  }
  .border-bottom-info-xxxxl-9 {
    border-bottom: 9px solid #326de9 !important;
  }
  .border-left-info-xxxxl-9 {
    border-left: 9px solid #326de9 !important;
  }
  .border-info-xxxxl-10 {
    border: 10px solid #326de9 !important;
  }
  .border-top-info-xxxxl-10 {
    border-top: 10px solid #326de9 !important;
  }
  .border-right-info-xxxxl-10 {
    border-right: 10px solid #326de9 !important;
  }
  .border-bottom-info-xxxxl-10 {
    border-bottom: 10px solid #326de9 !important;
  }
  .border-left-info-xxxxl-10 {
    border-left: 10px solid #326de9 !important;
  }
  .border-info-xxxxl-11 {
    border: 11px solid #326de9 !important;
  }
  .border-top-info-xxxxl-11 {
    border-top: 11px solid #326de9 !important;
  }
  .border-right-info-xxxxl-11 {
    border-right: 11px solid #326de9 !important;
  }
  .border-bottom-info-xxxxl-11 {
    border-bottom: 11px solid #326de9 !important;
  }
  .border-left-info-xxxxl-11 {
    border-left: 11px solid #326de9 !important;
  }
  .border-info-xxxxl-12 {
    border: 12px solid #326de9 !important;
  }
  .border-top-info-xxxxl-12 {
    border-top: 12px solid #326de9 !important;
  }
  .border-right-info-xxxxl-12 {
    border-right: 12px solid #326de9 !important;
  }
  .border-bottom-info-xxxxl-12 {
    border-bottom: 12px solid #326de9 !important;
  }
  .border-left-info-xxxxl-12 {
    border-left: 12px solid #326de9 !important;
  }
  .border-info-xxxxl-13 {
    border: 13px solid #326de9 !important;
  }
  .border-top-info-xxxxl-13 {
    border-top: 13px solid #326de9 !important;
  }
  .border-right-info-xxxxl-13 {
    border-right: 13px solid #326de9 !important;
  }
  .border-bottom-info-xxxxl-13 {
    border-bottom: 13px solid #326de9 !important;
  }
  .border-left-info-xxxxl-13 {
    border-left: 13px solid #326de9 !important;
  }
  .border-info-xxxxl-14 {
    border: 14px solid #326de9 !important;
  }
  .border-top-info-xxxxl-14 {
    border-top: 14px solid #326de9 !important;
  }
  .border-right-info-xxxxl-14 {
    border-right: 14px solid #326de9 !important;
  }
  .border-bottom-info-xxxxl-14 {
    border-bottom: 14px solid #326de9 !important;
  }
  .border-left-info-xxxxl-14 {
    border-left: 14px solid #326de9 !important;
  }
  .border-info-xxxxl-15 {
    border: 15px solid #326de9 !important;
  }
  .border-top-info-xxxxl-15 {
    border-top: 15px solid #326de9 !important;
  }
  .border-right-info-xxxxl-15 {
    border-right: 15px solid #326de9 !important;
  }
  .border-bottom-info-xxxxl-15 {
    border-bottom: 15px solid #326de9 !important;
  }
  .border-left-info-xxxxl-15 {
    border-left: 15px solid #326de9 !important;
  }
}
/* ############### XXXXL - END ############### */
.border-warning {
  border-color: #F89B1F !important;
}

.border-top-warning {
  border-top: 1px solid #F89B1F !important;
}

.border-right-warning {
  border-right: 1px solid #F89B1F !important;
}

.border-bottom-warning {
  border-bottom: 1px solid #F89B1F !important;
}

.border-left-warning {
  border-left: 1px solid #F89B1F !important;
}

.border-warning-0 {
  border: 0px solid #F89B1F !important;
}

.border-top-warning-0 {
  border-top: 0px solid #F89B1F !important;
}

.border-right-warning-0 {
  border-right: 0px solid #F89B1F !important;
}

.border-bottom-warning-0 {
  border-bottom: 0px solid #F89B1F !important;
}

.border-left-warning-0 {
  border-left: 0px solid #F89B1F !important;
}

.border-warning-1 {
  border: 1px solid #F89B1F !important;
}

.border-top-warning-1 {
  border-top: 1px solid #F89B1F !important;
}

.border-right-warning-1 {
  border-right: 1px solid #F89B1F !important;
}

.border-bottom-warning-1 {
  border-bottom: 1px solid #F89B1F !important;
}

.border-left-warning-1 {
  border-left: 1px solid #F89B1F !important;
}

.border-warning-2 {
  border: 2px solid #F89B1F !important;
}

.border-top-warning-2 {
  border-top: 2px solid #F89B1F !important;
}

.border-right-warning-2 {
  border-right: 2px solid #F89B1F !important;
}

.border-bottom-warning-2 {
  border-bottom: 2px solid #F89B1F !important;
}

.border-left-warning-2 {
  border-left: 2px solid #F89B1F !important;
}

.border-warning-3 {
  border: 3px solid #F89B1F !important;
}

.border-top-warning-3 {
  border-top: 3px solid #F89B1F !important;
}

.border-right-warning-3 {
  border-right: 3px solid #F89B1F !important;
}

.border-bottom-warning-3 {
  border-bottom: 3px solid #F89B1F !important;
}

.border-left-warning-3 {
  border-left: 3px solid #F89B1F !important;
}

.border-warning-4 {
  border: 4px solid #F89B1F !important;
}

.border-top-warning-4 {
  border-top: 4px solid #F89B1F !important;
}

.border-right-warning-4 {
  border-right: 4px solid #F89B1F !important;
}

.border-bottom-warning-4 {
  border-bottom: 4px solid #F89B1F !important;
}

.border-left-warning-4 {
  border-left: 4px solid #F89B1F !important;
}

.border-warning-5 {
  border: 5px solid #F89B1F !important;
}

.border-top-warning-5 {
  border-top: 5px solid #F89B1F !important;
}

.border-right-warning-5 {
  border-right: 5px solid #F89B1F !important;
}

.border-bottom-warning-5 {
  border-bottom: 5px solid #F89B1F !important;
}

.border-left-warning-5 {
  border-left: 5px solid #F89B1F !important;
}

.border-warning-6 {
  border: 6px solid #F89B1F !important;
}

.border-top-warning-6 {
  border-top: 6px solid #F89B1F !important;
}

.border-right-warning-6 {
  border-right: 6px solid #F89B1F !important;
}

.border-bottom-warning-6 {
  border-bottom: 6px solid #F89B1F !important;
}

.border-left-warning-6 {
  border-left: 6px solid #F89B1F !important;
}

.border-warning-7 {
  border: 7px solid #F89B1F !important;
}

.border-top-warning-7 {
  border-top: 7px solid #F89B1F !important;
}

.border-right-warning-7 {
  border-right: 7px solid #F89B1F !important;
}

.border-bottom-warning-7 {
  border-bottom: 7px solid #F89B1F !important;
}

.border-left-warning-7 {
  border-left: 7px solid #F89B1F !important;
}

.border-warning-8 {
  border: 8px solid #F89B1F !important;
}

.border-top-warning-8 {
  border-top: 8px solid #F89B1F !important;
}

.border-right-warning-8 {
  border-right: 8px solid #F89B1F !important;
}

.border-bottom-warning-8 {
  border-bottom: 8px solid #F89B1F !important;
}

.border-left-warning-8 {
  border-left: 8px solid #F89B1F !important;
}

.border-warning-9 {
  border: 9px solid #F89B1F !important;
}

.border-top-warning-9 {
  border-top: 9px solid #F89B1F !important;
}

.border-right-warning-9 {
  border-right: 9px solid #F89B1F !important;
}

.border-bottom-warning-9 {
  border-bottom: 9px solid #F89B1F !important;
}

.border-left-warning-9 {
  border-left: 9px solid #F89B1F !important;
}

.border-warning-10 {
  border: 10px solid #F89B1F !important;
}

.border-top-warning-10 {
  border-top: 10px solid #F89B1F !important;
}

.border-right-warning-10 {
  border-right: 10px solid #F89B1F !important;
}

.border-bottom-warning-10 {
  border-bottom: 10px solid #F89B1F !important;
}

.border-left-warning-10 {
  border-left: 10px solid #F89B1F !important;
}

.border-warning-11 {
  border: 11px solid #F89B1F !important;
}

.border-top-warning-11 {
  border-top: 11px solid #F89B1F !important;
}

.border-right-warning-11 {
  border-right: 11px solid #F89B1F !important;
}

.border-bottom-warning-11 {
  border-bottom: 11px solid #F89B1F !important;
}

.border-left-warning-11 {
  border-left: 11px solid #F89B1F !important;
}

.border-warning-12 {
  border: 12px solid #F89B1F !important;
}

.border-top-warning-12 {
  border-top: 12px solid #F89B1F !important;
}

.border-right-warning-12 {
  border-right: 12px solid #F89B1F !important;
}

.border-bottom-warning-12 {
  border-bottom: 12px solid #F89B1F !important;
}

.border-left-warning-12 {
  border-left: 12px solid #F89B1F !important;
}

.border-warning-13 {
  border: 13px solid #F89B1F !important;
}

.border-top-warning-13 {
  border-top: 13px solid #F89B1F !important;
}

.border-right-warning-13 {
  border-right: 13px solid #F89B1F !important;
}

.border-bottom-warning-13 {
  border-bottom: 13px solid #F89B1F !important;
}

.border-left-warning-13 {
  border-left: 13px solid #F89B1F !important;
}

.border-warning-14 {
  border: 14px solid #F89B1F !important;
}

.border-top-warning-14 {
  border-top: 14px solid #F89B1F !important;
}

.border-right-warning-14 {
  border-right: 14px solid #F89B1F !important;
}

.border-bottom-warning-14 {
  border-bottom: 14px solid #F89B1F !important;
}

.border-left-warning-14 {
  border-left: 14px solid #F89B1F !important;
}

.border-warning-15 {
  border: 15px solid #F89B1F !important;
}

.border-top-warning-15 {
  border-top: 15px solid #F89B1F !important;
}

.border-right-warning-15 {
  border-right: 15px solid #F89B1F !important;
}

.border-bottom-warning-15 {
  border-bottom: 15px solid #F89B1F !important;
}

.border-left-warning-15 {
  border-left: 15px solid #F89B1F !important;
}

/* ############### SM - START ############### */
@media (min-width: 576px) {
  .border-sm-warning {
    border-color: #F89B1F !important;
  }
  .border-top-sm-warning {
    border-top: 1px solid #F89B1F !important;
  }
  .border-right-sm-warning {
    border-right: 1px solid #F89B1F !important;
  }
  .border-bottom-sm-warning {
    border-bottom: 1px solid #F89B1F !important;
  }
  .border-left-sm-warning {
    border-left: 1px solid #F89B1F !important;
  }
  .border-warning-sm-0 {
    border: 0px solid #F89B1F !important;
  }
  .border-top-warning-sm-0 {
    border-top: 0px solid #F89B1F !important;
  }
  .border-right-warning-sm-0 {
    border-right: 0px solid #F89B1F !important;
  }
  .border-bottom-warning-sm-0 {
    border-bottom: 0px solid #F89B1F !important;
  }
  .border-left-warning-sm-0 {
    border-left: 0px solid #F89B1F !important;
  }
  .border-warning-sm-1 {
    border: 1px solid #F89B1F !important;
  }
  .border-top-warning-sm-1 {
    border-top: 1px solid #F89B1F !important;
  }
  .border-right-warning-sm-1 {
    border-right: 1px solid #F89B1F !important;
  }
  .border-bottom-warning-sm-1 {
    border-bottom: 1px solid #F89B1F !important;
  }
  .border-left-warning-sm-1 {
    border-left: 1px solid #F89B1F !important;
  }
  .border-warning-sm-2 {
    border: 2px solid #F89B1F !important;
  }
  .border-top-warning-sm-2 {
    border-top: 2px solid #F89B1F !important;
  }
  .border-right-warning-sm-2 {
    border-right: 2px solid #F89B1F !important;
  }
  .border-bottom-warning-sm-2 {
    border-bottom: 2px solid #F89B1F !important;
  }
  .border-left-warning-sm-2 {
    border-left: 2px solid #F89B1F !important;
  }
  .border-warning-sm-3 {
    border: 3px solid #F89B1F !important;
  }
  .border-top-warning-sm-3 {
    border-top: 3px solid #F89B1F !important;
  }
  .border-right-warning-sm-3 {
    border-right: 3px solid #F89B1F !important;
  }
  .border-bottom-warning-sm-3 {
    border-bottom: 3px solid #F89B1F !important;
  }
  .border-left-warning-sm-3 {
    border-left: 3px solid #F89B1F !important;
  }
  .border-warning-sm-4 {
    border: 4px solid #F89B1F !important;
  }
  .border-top-warning-sm-4 {
    border-top: 4px solid #F89B1F !important;
  }
  .border-right-warning-sm-4 {
    border-right: 4px solid #F89B1F !important;
  }
  .border-bottom-warning-sm-4 {
    border-bottom: 4px solid #F89B1F !important;
  }
  .border-left-warning-sm-4 {
    border-left: 4px solid #F89B1F !important;
  }
  .border-warning-sm-5 {
    border: 5px solid #F89B1F !important;
  }
  .border-top-warning-sm-5 {
    border-top: 5px solid #F89B1F !important;
  }
  .border-right-warning-sm-5 {
    border-right: 5px solid #F89B1F !important;
  }
  .border-bottom-warning-sm-5 {
    border-bottom: 5px solid #F89B1F !important;
  }
  .border-left-warning-sm-5 {
    border-left: 5px solid #F89B1F !important;
  }
  .border-warning-sm-6 {
    border: 6px solid #F89B1F !important;
  }
  .border-top-warning-sm-6 {
    border-top: 6px solid #F89B1F !important;
  }
  .border-right-warning-sm-6 {
    border-right: 6px solid #F89B1F !important;
  }
  .border-bottom-warning-sm-6 {
    border-bottom: 6px solid #F89B1F !important;
  }
  .border-left-warning-sm-6 {
    border-left: 6px solid #F89B1F !important;
  }
  .border-warning-sm-7 {
    border: 7px solid #F89B1F !important;
  }
  .border-top-warning-sm-7 {
    border-top: 7px solid #F89B1F !important;
  }
  .border-right-warning-sm-7 {
    border-right: 7px solid #F89B1F !important;
  }
  .border-bottom-warning-sm-7 {
    border-bottom: 7px solid #F89B1F !important;
  }
  .border-left-warning-sm-7 {
    border-left: 7px solid #F89B1F !important;
  }
  .border-warning-sm-8 {
    border: 8px solid #F89B1F !important;
  }
  .border-top-warning-sm-8 {
    border-top: 8px solid #F89B1F !important;
  }
  .border-right-warning-sm-8 {
    border-right: 8px solid #F89B1F !important;
  }
  .border-bottom-warning-sm-8 {
    border-bottom: 8px solid #F89B1F !important;
  }
  .border-left-warning-sm-8 {
    border-left: 8px solid #F89B1F !important;
  }
  .border-warning-sm-9 {
    border: 9px solid #F89B1F !important;
  }
  .border-top-warning-sm-9 {
    border-top: 9px solid #F89B1F !important;
  }
  .border-right-warning-sm-9 {
    border-right: 9px solid #F89B1F !important;
  }
  .border-bottom-warning-sm-9 {
    border-bottom: 9px solid #F89B1F !important;
  }
  .border-left-warning-sm-9 {
    border-left: 9px solid #F89B1F !important;
  }
  .border-warning-sm-10 {
    border: 10px solid #F89B1F !important;
  }
  .border-top-warning-sm-10 {
    border-top: 10px solid #F89B1F !important;
  }
  .border-right-warning-sm-10 {
    border-right: 10px solid #F89B1F !important;
  }
  .border-bottom-warning-sm-10 {
    border-bottom: 10px solid #F89B1F !important;
  }
  .border-left-warning-sm-10 {
    border-left: 10px solid #F89B1F !important;
  }
  .border-warning-sm-11 {
    border: 11px solid #F89B1F !important;
  }
  .border-top-warning-sm-11 {
    border-top: 11px solid #F89B1F !important;
  }
  .border-right-warning-sm-11 {
    border-right: 11px solid #F89B1F !important;
  }
  .border-bottom-warning-sm-11 {
    border-bottom: 11px solid #F89B1F !important;
  }
  .border-left-warning-sm-11 {
    border-left: 11px solid #F89B1F !important;
  }
  .border-warning-sm-12 {
    border: 12px solid #F89B1F !important;
  }
  .border-top-warning-sm-12 {
    border-top: 12px solid #F89B1F !important;
  }
  .border-right-warning-sm-12 {
    border-right: 12px solid #F89B1F !important;
  }
  .border-bottom-warning-sm-12 {
    border-bottom: 12px solid #F89B1F !important;
  }
  .border-left-warning-sm-12 {
    border-left: 12px solid #F89B1F !important;
  }
  .border-warning-sm-13 {
    border: 13px solid #F89B1F !important;
  }
  .border-top-warning-sm-13 {
    border-top: 13px solid #F89B1F !important;
  }
  .border-right-warning-sm-13 {
    border-right: 13px solid #F89B1F !important;
  }
  .border-bottom-warning-sm-13 {
    border-bottom: 13px solid #F89B1F !important;
  }
  .border-left-warning-sm-13 {
    border-left: 13px solid #F89B1F !important;
  }
  .border-warning-sm-14 {
    border: 14px solid #F89B1F !important;
  }
  .border-top-warning-sm-14 {
    border-top: 14px solid #F89B1F !important;
  }
  .border-right-warning-sm-14 {
    border-right: 14px solid #F89B1F !important;
  }
  .border-bottom-warning-sm-14 {
    border-bottom: 14px solid #F89B1F !important;
  }
  .border-left-warning-sm-14 {
    border-left: 14px solid #F89B1F !important;
  }
  .border-warning-sm-15 {
    border: 15px solid #F89B1F !important;
  }
  .border-top-warning-sm-15 {
    border-top: 15px solid #F89B1F !important;
  }
  .border-right-warning-sm-15 {
    border-right: 15px solid #F89B1F !important;
  }
  .border-bottom-warning-sm-15 {
    border-bottom: 15px solid #F89B1F !important;
  }
  .border-left-warning-sm-15 {
    border-left: 15px solid #F89B1F !important;
  }
}
/* ############### SM - END ############### */
/* ############### MD - START ############### */
@media (min-width: 768px) {
  .border-md-warning {
    border-color: #F89B1F !important;
  }
  .border-top-md-warning {
    border-top: 1px solid #F89B1F !important;
  }
  .border-right-md-warning {
    border-right: 1px solid #F89B1F !important;
  }
  .border-bottom-md-warning {
    border-bottom: 1px solid #F89B1F !important;
  }
  .border-left-md-warning {
    border-left: 1px solid #F89B1F !important;
  }
  .border-warning-md-0 {
    border: 0px solid #F89B1F !important;
  }
  .border-top-warning-md-0 {
    border-top: 0px solid #F89B1F !important;
  }
  .border-right-warning-md-0 {
    border-right: 0px solid #F89B1F !important;
  }
  .border-bottom-warning-md-0 {
    border-bottom: 0px solid #F89B1F !important;
  }
  .border-left-warning-md-0 {
    border-left: 0px solid #F89B1F !important;
  }
  .border-warning-md-1 {
    border: 1px solid #F89B1F !important;
  }
  .border-top-warning-md-1 {
    border-top: 1px solid #F89B1F !important;
  }
  .border-right-warning-md-1 {
    border-right: 1px solid #F89B1F !important;
  }
  .border-bottom-warning-md-1 {
    border-bottom: 1px solid #F89B1F !important;
  }
  .border-left-warning-md-1 {
    border-left: 1px solid #F89B1F !important;
  }
  .border-warning-md-2 {
    border: 2px solid #F89B1F !important;
  }
  .border-top-warning-md-2 {
    border-top: 2px solid #F89B1F !important;
  }
  .border-right-warning-md-2 {
    border-right: 2px solid #F89B1F !important;
  }
  .border-bottom-warning-md-2 {
    border-bottom: 2px solid #F89B1F !important;
  }
  .border-left-warning-md-2 {
    border-left: 2px solid #F89B1F !important;
  }
  .border-warning-md-3 {
    border: 3px solid #F89B1F !important;
  }
  .border-top-warning-md-3 {
    border-top: 3px solid #F89B1F !important;
  }
  .border-right-warning-md-3 {
    border-right: 3px solid #F89B1F !important;
  }
  .border-bottom-warning-md-3 {
    border-bottom: 3px solid #F89B1F !important;
  }
  .border-left-warning-md-3 {
    border-left: 3px solid #F89B1F !important;
  }
  .border-warning-md-4 {
    border: 4px solid #F89B1F !important;
  }
  .border-top-warning-md-4 {
    border-top: 4px solid #F89B1F !important;
  }
  .border-right-warning-md-4 {
    border-right: 4px solid #F89B1F !important;
  }
  .border-bottom-warning-md-4 {
    border-bottom: 4px solid #F89B1F !important;
  }
  .border-left-warning-md-4 {
    border-left: 4px solid #F89B1F !important;
  }
  .border-warning-md-5 {
    border: 5px solid #F89B1F !important;
  }
  .border-top-warning-md-5 {
    border-top: 5px solid #F89B1F !important;
  }
  .border-right-warning-md-5 {
    border-right: 5px solid #F89B1F !important;
  }
  .border-bottom-warning-md-5 {
    border-bottom: 5px solid #F89B1F !important;
  }
  .border-left-warning-md-5 {
    border-left: 5px solid #F89B1F !important;
  }
  .border-warning-md-6 {
    border: 6px solid #F89B1F !important;
  }
  .border-top-warning-md-6 {
    border-top: 6px solid #F89B1F !important;
  }
  .border-right-warning-md-6 {
    border-right: 6px solid #F89B1F !important;
  }
  .border-bottom-warning-md-6 {
    border-bottom: 6px solid #F89B1F !important;
  }
  .border-left-warning-md-6 {
    border-left: 6px solid #F89B1F !important;
  }
  .border-warning-md-7 {
    border: 7px solid #F89B1F !important;
  }
  .border-top-warning-md-7 {
    border-top: 7px solid #F89B1F !important;
  }
  .border-right-warning-md-7 {
    border-right: 7px solid #F89B1F !important;
  }
  .border-bottom-warning-md-7 {
    border-bottom: 7px solid #F89B1F !important;
  }
  .border-left-warning-md-7 {
    border-left: 7px solid #F89B1F !important;
  }
  .border-warning-md-8 {
    border: 8px solid #F89B1F !important;
  }
  .border-top-warning-md-8 {
    border-top: 8px solid #F89B1F !important;
  }
  .border-right-warning-md-8 {
    border-right: 8px solid #F89B1F !important;
  }
  .border-bottom-warning-md-8 {
    border-bottom: 8px solid #F89B1F !important;
  }
  .border-left-warning-md-8 {
    border-left: 8px solid #F89B1F !important;
  }
  .border-warning-md-9 {
    border: 9px solid #F89B1F !important;
  }
  .border-top-warning-md-9 {
    border-top: 9px solid #F89B1F !important;
  }
  .border-right-warning-md-9 {
    border-right: 9px solid #F89B1F !important;
  }
  .border-bottom-warning-md-9 {
    border-bottom: 9px solid #F89B1F !important;
  }
  .border-left-warning-md-9 {
    border-left: 9px solid #F89B1F !important;
  }
  .border-warning-md-10 {
    border: 10px solid #F89B1F !important;
  }
  .border-top-warning-md-10 {
    border-top: 10px solid #F89B1F !important;
  }
  .border-right-warning-md-10 {
    border-right: 10px solid #F89B1F !important;
  }
  .border-bottom-warning-md-10 {
    border-bottom: 10px solid #F89B1F !important;
  }
  .border-left-warning-md-10 {
    border-left: 10px solid #F89B1F !important;
  }
  .border-warning-md-11 {
    border: 11px solid #F89B1F !important;
  }
  .border-top-warning-md-11 {
    border-top: 11px solid #F89B1F !important;
  }
  .border-right-warning-md-11 {
    border-right: 11px solid #F89B1F !important;
  }
  .border-bottom-warning-md-11 {
    border-bottom: 11px solid #F89B1F !important;
  }
  .border-left-warning-md-11 {
    border-left: 11px solid #F89B1F !important;
  }
  .border-warning-md-12 {
    border: 12px solid #F89B1F !important;
  }
  .border-top-warning-md-12 {
    border-top: 12px solid #F89B1F !important;
  }
  .border-right-warning-md-12 {
    border-right: 12px solid #F89B1F !important;
  }
  .border-bottom-warning-md-12 {
    border-bottom: 12px solid #F89B1F !important;
  }
  .border-left-warning-md-12 {
    border-left: 12px solid #F89B1F !important;
  }
  .border-warning-md-13 {
    border: 13px solid #F89B1F !important;
  }
  .border-top-warning-md-13 {
    border-top: 13px solid #F89B1F !important;
  }
  .border-right-warning-md-13 {
    border-right: 13px solid #F89B1F !important;
  }
  .border-bottom-warning-md-13 {
    border-bottom: 13px solid #F89B1F !important;
  }
  .border-left-warning-md-13 {
    border-left: 13px solid #F89B1F !important;
  }
  .border-warning-md-14 {
    border: 14px solid #F89B1F !important;
  }
  .border-top-warning-md-14 {
    border-top: 14px solid #F89B1F !important;
  }
  .border-right-warning-md-14 {
    border-right: 14px solid #F89B1F !important;
  }
  .border-bottom-warning-md-14 {
    border-bottom: 14px solid #F89B1F !important;
  }
  .border-left-warning-md-14 {
    border-left: 14px solid #F89B1F !important;
  }
  .border-warning-md-15 {
    border: 15px solid #F89B1F !important;
  }
  .border-top-warning-md-15 {
    border-top: 15px solid #F89B1F !important;
  }
  .border-right-warning-md-15 {
    border-right: 15px solid #F89B1F !important;
  }
  .border-bottom-warning-md-15 {
    border-bottom: 15px solid #F89B1F !important;
  }
  .border-left-warning-md-15 {
    border-left: 15px solid #F89B1F !important;
  }
}
/* ############### MD - END ############### */
/* ############### LG - START ############### */
@media (min-width: 992px) {
  .border-lg-warning {
    border-color: #F89B1F !important;
  }
  .border-top-lg-warning {
    border-top: 1px solid #F89B1F !important;
  }
  .border-right-lg-warning {
    border-right: 1px solid #F89B1F !important;
  }
  .border-bottom-lg-warning {
    border-bottom: 1px solid #F89B1F !important;
  }
  .border-left-lg-warning {
    border-left: 1px solid #F89B1F !important;
  }
  .border-warning-lg-0 {
    border: 0px solid #F89B1F !important;
  }
  .border-top-warning-lg-0 {
    border-top: 0px solid #F89B1F !important;
  }
  .border-right-warning-lg-0 {
    border-right: 0px solid #F89B1F !important;
  }
  .border-bottom-warning-lg-0 {
    border-bottom: 0px solid #F89B1F !important;
  }
  .border-left-warning-lg-0 {
    border-left: 0px solid #F89B1F !important;
  }
  .border-warning-lg-1 {
    border: 1px solid #F89B1F !important;
  }
  .border-top-warning-lg-1 {
    border-top: 1px solid #F89B1F !important;
  }
  .border-right-warning-lg-1 {
    border-right: 1px solid #F89B1F !important;
  }
  .border-bottom-warning-lg-1 {
    border-bottom: 1px solid #F89B1F !important;
  }
  .border-left-warning-lg-1 {
    border-left: 1px solid #F89B1F !important;
  }
  .border-warning-lg-2 {
    border: 2px solid #F89B1F !important;
  }
  .border-top-warning-lg-2 {
    border-top: 2px solid #F89B1F !important;
  }
  .border-right-warning-lg-2 {
    border-right: 2px solid #F89B1F !important;
  }
  .border-bottom-warning-lg-2 {
    border-bottom: 2px solid #F89B1F !important;
  }
  .border-left-warning-lg-2 {
    border-left: 2px solid #F89B1F !important;
  }
  .border-warning-lg-3 {
    border: 3px solid #F89B1F !important;
  }
  .border-top-warning-lg-3 {
    border-top: 3px solid #F89B1F !important;
  }
  .border-right-warning-lg-3 {
    border-right: 3px solid #F89B1F !important;
  }
  .border-bottom-warning-lg-3 {
    border-bottom: 3px solid #F89B1F !important;
  }
  .border-left-warning-lg-3 {
    border-left: 3px solid #F89B1F !important;
  }
  .border-warning-lg-4 {
    border: 4px solid #F89B1F !important;
  }
  .border-top-warning-lg-4 {
    border-top: 4px solid #F89B1F !important;
  }
  .border-right-warning-lg-4 {
    border-right: 4px solid #F89B1F !important;
  }
  .border-bottom-warning-lg-4 {
    border-bottom: 4px solid #F89B1F !important;
  }
  .border-left-warning-lg-4 {
    border-left: 4px solid #F89B1F !important;
  }
  .border-warning-lg-5 {
    border: 5px solid #F89B1F !important;
  }
  .border-top-warning-lg-5 {
    border-top: 5px solid #F89B1F !important;
  }
  .border-right-warning-lg-5 {
    border-right: 5px solid #F89B1F !important;
  }
  .border-bottom-warning-lg-5 {
    border-bottom: 5px solid #F89B1F !important;
  }
  .border-left-warning-lg-5 {
    border-left: 5px solid #F89B1F !important;
  }
  .border-warning-lg-6 {
    border: 6px solid #F89B1F !important;
  }
  .border-top-warning-lg-6 {
    border-top: 6px solid #F89B1F !important;
  }
  .border-right-warning-lg-6 {
    border-right: 6px solid #F89B1F !important;
  }
  .border-bottom-warning-lg-6 {
    border-bottom: 6px solid #F89B1F !important;
  }
  .border-left-warning-lg-6 {
    border-left: 6px solid #F89B1F !important;
  }
  .border-warning-lg-7 {
    border: 7px solid #F89B1F !important;
  }
  .border-top-warning-lg-7 {
    border-top: 7px solid #F89B1F !important;
  }
  .border-right-warning-lg-7 {
    border-right: 7px solid #F89B1F !important;
  }
  .border-bottom-warning-lg-7 {
    border-bottom: 7px solid #F89B1F !important;
  }
  .border-left-warning-lg-7 {
    border-left: 7px solid #F89B1F !important;
  }
  .border-warning-lg-8 {
    border: 8px solid #F89B1F !important;
  }
  .border-top-warning-lg-8 {
    border-top: 8px solid #F89B1F !important;
  }
  .border-right-warning-lg-8 {
    border-right: 8px solid #F89B1F !important;
  }
  .border-bottom-warning-lg-8 {
    border-bottom: 8px solid #F89B1F !important;
  }
  .border-left-warning-lg-8 {
    border-left: 8px solid #F89B1F !important;
  }
  .border-warning-lg-9 {
    border: 9px solid #F89B1F !important;
  }
  .border-top-warning-lg-9 {
    border-top: 9px solid #F89B1F !important;
  }
  .border-right-warning-lg-9 {
    border-right: 9px solid #F89B1F !important;
  }
  .border-bottom-warning-lg-9 {
    border-bottom: 9px solid #F89B1F !important;
  }
  .border-left-warning-lg-9 {
    border-left: 9px solid #F89B1F !important;
  }
  .border-warning-lg-10 {
    border: 10px solid #F89B1F !important;
  }
  .border-top-warning-lg-10 {
    border-top: 10px solid #F89B1F !important;
  }
  .border-right-warning-lg-10 {
    border-right: 10px solid #F89B1F !important;
  }
  .border-bottom-warning-lg-10 {
    border-bottom: 10px solid #F89B1F !important;
  }
  .border-left-warning-lg-10 {
    border-left: 10px solid #F89B1F !important;
  }
  .border-warning-lg-11 {
    border: 11px solid #F89B1F !important;
  }
  .border-top-warning-lg-11 {
    border-top: 11px solid #F89B1F !important;
  }
  .border-right-warning-lg-11 {
    border-right: 11px solid #F89B1F !important;
  }
  .border-bottom-warning-lg-11 {
    border-bottom: 11px solid #F89B1F !important;
  }
  .border-left-warning-lg-11 {
    border-left: 11px solid #F89B1F !important;
  }
  .border-warning-lg-12 {
    border: 12px solid #F89B1F !important;
  }
  .border-top-warning-lg-12 {
    border-top: 12px solid #F89B1F !important;
  }
  .border-right-warning-lg-12 {
    border-right: 12px solid #F89B1F !important;
  }
  .border-bottom-warning-lg-12 {
    border-bottom: 12px solid #F89B1F !important;
  }
  .border-left-warning-lg-12 {
    border-left: 12px solid #F89B1F !important;
  }
  .border-warning-lg-13 {
    border: 13px solid #F89B1F !important;
  }
  .border-top-warning-lg-13 {
    border-top: 13px solid #F89B1F !important;
  }
  .border-right-warning-lg-13 {
    border-right: 13px solid #F89B1F !important;
  }
  .border-bottom-warning-lg-13 {
    border-bottom: 13px solid #F89B1F !important;
  }
  .border-left-warning-lg-13 {
    border-left: 13px solid #F89B1F !important;
  }
  .border-warning-lg-14 {
    border: 14px solid #F89B1F !important;
  }
  .border-top-warning-lg-14 {
    border-top: 14px solid #F89B1F !important;
  }
  .border-right-warning-lg-14 {
    border-right: 14px solid #F89B1F !important;
  }
  .border-bottom-warning-lg-14 {
    border-bottom: 14px solid #F89B1F !important;
  }
  .border-left-warning-lg-14 {
    border-left: 14px solid #F89B1F !important;
  }
  .border-warning-lg-15 {
    border: 15px solid #F89B1F !important;
  }
  .border-top-warning-lg-15 {
    border-top: 15px solid #F89B1F !important;
  }
  .border-right-warning-lg-15 {
    border-right: 15px solid #F89B1F !important;
  }
  .border-bottom-warning-lg-15 {
    border-bottom: 15px solid #F89B1F !important;
  }
  .border-left-warning-lg-15 {
    border-left: 15px solid #F89B1F !important;
  }
}
/* ############### LG - END ############### */
/* ############### XL - START ############### */
@media (min-width: 1200px) {
  .border-xl-warning {
    border-color: #F89B1F !important;
  }
  .border-top-xl-warning {
    border-top: 1px solid #F89B1F !important;
  }
  .border-right-xl-warning {
    border-right: 1px solid #F89B1F !important;
  }
  .border-bottom-xl-warning {
    border-bottom: 1px solid #F89B1F !important;
  }
  .border-left-xl-warning {
    border-left: 1px solid #F89B1F !important;
  }
  .border-warning-xl-0 {
    border: 0px solid #F89B1F !important;
  }
  .border-top-warning-xl-0 {
    border-top: 0px solid #F89B1F !important;
  }
  .border-right-warning-xl-0 {
    border-right: 0px solid #F89B1F !important;
  }
  .border-bottom-warning-xl-0 {
    border-bottom: 0px solid #F89B1F !important;
  }
  .border-left-warning-xl-0 {
    border-left: 0px solid #F89B1F !important;
  }
  .border-warning-xl-1 {
    border: 1px solid #F89B1F !important;
  }
  .border-top-warning-xl-1 {
    border-top: 1px solid #F89B1F !important;
  }
  .border-right-warning-xl-1 {
    border-right: 1px solid #F89B1F !important;
  }
  .border-bottom-warning-xl-1 {
    border-bottom: 1px solid #F89B1F !important;
  }
  .border-left-warning-xl-1 {
    border-left: 1px solid #F89B1F !important;
  }
  .border-warning-xl-2 {
    border: 2px solid #F89B1F !important;
  }
  .border-top-warning-xl-2 {
    border-top: 2px solid #F89B1F !important;
  }
  .border-right-warning-xl-2 {
    border-right: 2px solid #F89B1F !important;
  }
  .border-bottom-warning-xl-2 {
    border-bottom: 2px solid #F89B1F !important;
  }
  .border-left-warning-xl-2 {
    border-left: 2px solid #F89B1F !important;
  }
  .border-warning-xl-3 {
    border: 3px solid #F89B1F !important;
  }
  .border-top-warning-xl-3 {
    border-top: 3px solid #F89B1F !important;
  }
  .border-right-warning-xl-3 {
    border-right: 3px solid #F89B1F !important;
  }
  .border-bottom-warning-xl-3 {
    border-bottom: 3px solid #F89B1F !important;
  }
  .border-left-warning-xl-3 {
    border-left: 3px solid #F89B1F !important;
  }
  .border-warning-xl-4 {
    border: 4px solid #F89B1F !important;
  }
  .border-top-warning-xl-4 {
    border-top: 4px solid #F89B1F !important;
  }
  .border-right-warning-xl-4 {
    border-right: 4px solid #F89B1F !important;
  }
  .border-bottom-warning-xl-4 {
    border-bottom: 4px solid #F89B1F !important;
  }
  .border-left-warning-xl-4 {
    border-left: 4px solid #F89B1F !important;
  }
  .border-warning-xl-5 {
    border: 5px solid #F89B1F !important;
  }
  .border-top-warning-xl-5 {
    border-top: 5px solid #F89B1F !important;
  }
  .border-right-warning-xl-5 {
    border-right: 5px solid #F89B1F !important;
  }
  .border-bottom-warning-xl-5 {
    border-bottom: 5px solid #F89B1F !important;
  }
  .border-left-warning-xl-5 {
    border-left: 5px solid #F89B1F !important;
  }
  .border-warning-xl-6 {
    border: 6px solid #F89B1F !important;
  }
  .border-top-warning-xl-6 {
    border-top: 6px solid #F89B1F !important;
  }
  .border-right-warning-xl-6 {
    border-right: 6px solid #F89B1F !important;
  }
  .border-bottom-warning-xl-6 {
    border-bottom: 6px solid #F89B1F !important;
  }
  .border-left-warning-xl-6 {
    border-left: 6px solid #F89B1F !important;
  }
  .border-warning-xl-7 {
    border: 7px solid #F89B1F !important;
  }
  .border-top-warning-xl-7 {
    border-top: 7px solid #F89B1F !important;
  }
  .border-right-warning-xl-7 {
    border-right: 7px solid #F89B1F !important;
  }
  .border-bottom-warning-xl-7 {
    border-bottom: 7px solid #F89B1F !important;
  }
  .border-left-warning-xl-7 {
    border-left: 7px solid #F89B1F !important;
  }
  .border-warning-xl-8 {
    border: 8px solid #F89B1F !important;
  }
  .border-top-warning-xl-8 {
    border-top: 8px solid #F89B1F !important;
  }
  .border-right-warning-xl-8 {
    border-right: 8px solid #F89B1F !important;
  }
  .border-bottom-warning-xl-8 {
    border-bottom: 8px solid #F89B1F !important;
  }
  .border-left-warning-xl-8 {
    border-left: 8px solid #F89B1F !important;
  }
  .border-warning-xl-9 {
    border: 9px solid #F89B1F !important;
  }
  .border-top-warning-xl-9 {
    border-top: 9px solid #F89B1F !important;
  }
  .border-right-warning-xl-9 {
    border-right: 9px solid #F89B1F !important;
  }
  .border-bottom-warning-xl-9 {
    border-bottom: 9px solid #F89B1F !important;
  }
  .border-left-warning-xl-9 {
    border-left: 9px solid #F89B1F !important;
  }
  .border-warning-xl-10 {
    border: 10px solid #F89B1F !important;
  }
  .border-top-warning-xl-10 {
    border-top: 10px solid #F89B1F !important;
  }
  .border-right-warning-xl-10 {
    border-right: 10px solid #F89B1F !important;
  }
  .border-bottom-warning-xl-10 {
    border-bottom: 10px solid #F89B1F !important;
  }
  .border-left-warning-xl-10 {
    border-left: 10px solid #F89B1F !important;
  }
  .border-warning-xl-11 {
    border: 11px solid #F89B1F !important;
  }
  .border-top-warning-xl-11 {
    border-top: 11px solid #F89B1F !important;
  }
  .border-right-warning-xl-11 {
    border-right: 11px solid #F89B1F !important;
  }
  .border-bottom-warning-xl-11 {
    border-bottom: 11px solid #F89B1F !important;
  }
  .border-left-warning-xl-11 {
    border-left: 11px solid #F89B1F !important;
  }
  .border-warning-xl-12 {
    border: 12px solid #F89B1F !important;
  }
  .border-top-warning-xl-12 {
    border-top: 12px solid #F89B1F !important;
  }
  .border-right-warning-xl-12 {
    border-right: 12px solid #F89B1F !important;
  }
  .border-bottom-warning-xl-12 {
    border-bottom: 12px solid #F89B1F !important;
  }
  .border-left-warning-xl-12 {
    border-left: 12px solid #F89B1F !important;
  }
  .border-warning-xl-13 {
    border: 13px solid #F89B1F !important;
  }
  .border-top-warning-xl-13 {
    border-top: 13px solid #F89B1F !important;
  }
  .border-right-warning-xl-13 {
    border-right: 13px solid #F89B1F !important;
  }
  .border-bottom-warning-xl-13 {
    border-bottom: 13px solid #F89B1F !important;
  }
  .border-left-warning-xl-13 {
    border-left: 13px solid #F89B1F !important;
  }
  .border-warning-xl-14 {
    border: 14px solid #F89B1F !important;
  }
  .border-top-warning-xl-14 {
    border-top: 14px solid #F89B1F !important;
  }
  .border-right-warning-xl-14 {
    border-right: 14px solid #F89B1F !important;
  }
  .border-bottom-warning-xl-14 {
    border-bottom: 14px solid #F89B1F !important;
  }
  .border-left-warning-xl-14 {
    border-left: 14px solid #F89B1F !important;
  }
  .border-warning-xl-15 {
    border: 15px solid #F89B1F !important;
  }
  .border-top-warning-xl-15 {
    border-top: 15px solid #F89B1F !important;
  }
  .border-right-warning-xl-15 {
    border-right: 15px solid #F89B1F !important;
  }
  .border-bottom-warning-xl-15 {
    border-bottom: 15px solid #F89B1F !important;
  }
  .border-left-warning-xl-15 {
    border-left: 15px solid #F89B1F !important;
  }
}
/* ############### XL - END ############### */
/* ############### XXL - START ############### */
@media (min-width: 1400px) {
  .border-xxl-warning {
    border-color: #F89B1F !important;
  }
  .border-top-xxl-warning {
    border-top: 1px solid #F89B1F !important;
  }
  .border-right-xxl-warning {
    border-right: 1px solid #F89B1F !important;
  }
  .border-bottom-xxl-warning {
    border-bottom: 1px solid #F89B1F !important;
  }
  .border-left-xxl-warning {
    border-left: 1px solid #F89B1F !important;
  }
  .border-warning-xxl-0 {
    border: 0px solid #F89B1F !important;
  }
  .border-top-warning-xxl-0 {
    border-top: 0px solid #F89B1F !important;
  }
  .border-right-warning-xxl-0 {
    border-right: 0px solid #F89B1F !important;
  }
  .border-bottom-warning-xxl-0 {
    border-bottom: 0px solid #F89B1F !important;
  }
  .border-left-warning-xxl-0 {
    border-left: 0px solid #F89B1F !important;
  }
  .border-warning-xxl-1 {
    border: 1px solid #F89B1F !important;
  }
  .border-top-warning-xxl-1 {
    border-top: 1px solid #F89B1F !important;
  }
  .border-right-warning-xxl-1 {
    border-right: 1px solid #F89B1F !important;
  }
  .border-bottom-warning-xxl-1 {
    border-bottom: 1px solid #F89B1F !important;
  }
  .border-left-warning-xxl-1 {
    border-left: 1px solid #F89B1F !important;
  }
  .border-warning-xxl-2 {
    border: 2px solid #F89B1F !important;
  }
  .border-top-warning-xxl-2 {
    border-top: 2px solid #F89B1F !important;
  }
  .border-right-warning-xxl-2 {
    border-right: 2px solid #F89B1F !important;
  }
  .border-bottom-warning-xxl-2 {
    border-bottom: 2px solid #F89B1F !important;
  }
  .border-left-warning-xxl-2 {
    border-left: 2px solid #F89B1F !important;
  }
  .border-warning-xxl-3 {
    border: 3px solid #F89B1F !important;
  }
  .border-top-warning-xxl-3 {
    border-top: 3px solid #F89B1F !important;
  }
  .border-right-warning-xxl-3 {
    border-right: 3px solid #F89B1F !important;
  }
  .border-bottom-warning-xxl-3 {
    border-bottom: 3px solid #F89B1F !important;
  }
  .border-left-warning-xxl-3 {
    border-left: 3px solid #F89B1F !important;
  }
  .border-warning-xxl-4 {
    border: 4px solid #F89B1F !important;
  }
  .border-top-warning-xxl-4 {
    border-top: 4px solid #F89B1F !important;
  }
  .border-right-warning-xxl-4 {
    border-right: 4px solid #F89B1F !important;
  }
  .border-bottom-warning-xxl-4 {
    border-bottom: 4px solid #F89B1F !important;
  }
  .border-left-warning-xxl-4 {
    border-left: 4px solid #F89B1F !important;
  }
  .border-warning-xxl-5 {
    border: 5px solid #F89B1F !important;
  }
  .border-top-warning-xxl-5 {
    border-top: 5px solid #F89B1F !important;
  }
  .border-right-warning-xxl-5 {
    border-right: 5px solid #F89B1F !important;
  }
  .border-bottom-warning-xxl-5 {
    border-bottom: 5px solid #F89B1F !important;
  }
  .border-left-warning-xxl-5 {
    border-left: 5px solid #F89B1F !important;
  }
  .border-warning-xxl-6 {
    border: 6px solid #F89B1F !important;
  }
  .border-top-warning-xxl-6 {
    border-top: 6px solid #F89B1F !important;
  }
  .border-right-warning-xxl-6 {
    border-right: 6px solid #F89B1F !important;
  }
  .border-bottom-warning-xxl-6 {
    border-bottom: 6px solid #F89B1F !important;
  }
  .border-left-warning-xxl-6 {
    border-left: 6px solid #F89B1F !important;
  }
  .border-warning-xxl-7 {
    border: 7px solid #F89B1F !important;
  }
  .border-top-warning-xxl-7 {
    border-top: 7px solid #F89B1F !important;
  }
  .border-right-warning-xxl-7 {
    border-right: 7px solid #F89B1F !important;
  }
  .border-bottom-warning-xxl-7 {
    border-bottom: 7px solid #F89B1F !important;
  }
  .border-left-warning-xxl-7 {
    border-left: 7px solid #F89B1F !important;
  }
  .border-warning-xxl-8 {
    border: 8px solid #F89B1F !important;
  }
  .border-top-warning-xxl-8 {
    border-top: 8px solid #F89B1F !important;
  }
  .border-right-warning-xxl-8 {
    border-right: 8px solid #F89B1F !important;
  }
  .border-bottom-warning-xxl-8 {
    border-bottom: 8px solid #F89B1F !important;
  }
  .border-left-warning-xxl-8 {
    border-left: 8px solid #F89B1F !important;
  }
  .border-warning-xxl-9 {
    border: 9px solid #F89B1F !important;
  }
  .border-top-warning-xxl-9 {
    border-top: 9px solid #F89B1F !important;
  }
  .border-right-warning-xxl-9 {
    border-right: 9px solid #F89B1F !important;
  }
  .border-bottom-warning-xxl-9 {
    border-bottom: 9px solid #F89B1F !important;
  }
  .border-left-warning-xxl-9 {
    border-left: 9px solid #F89B1F !important;
  }
  .border-warning-xxl-10 {
    border: 10px solid #F89B1F !important;
  }
  .border-top-warning-xxl-10 {
    border-top: 10px solid #F89B1F !important;
  }
  .border-right-warning-xxl-10 {
    border-right: 10px solid #F89B1F !important;
  }
  .border-bottom-warning-xxl-10 {
    border-bottom: 10px solid #F89B1F !important;
  }
  .border-left-warning-xxl-10 {
    border-left: 10px solid #F89B1F !important;
  }
  .border-warning-xxl-11 {
    border: 11px solid #F89B1F !important;
  }
  .border-top-warning-xxl-11 {
    border-top: 11px solid #F89B1F !important;
  }
  .border-right-warning-xxl-11 {
    border-right: 11px solid #F89B1F !important;
  }
  .border-bottom-warning-xxl-11 {
    border-bottom: 11px solid #F89B1F !important;
  }
  .border-left-warning-xxl-11 {
    border-left: 11px solid #F89B1F !important;
  }
  .border-warning-xxl-12 {
    border: 12px solid #F89B1F !important;
  }
  .border-top-warning-xxl-12 {
    border-top: 12px solid #F89B1F !important;
  }
  .border-right-warning-xxl-12 {
    border-right: 12px solid #F89B1F !important;
  }
  .border-bottom-warning-xxl-12 {
    border-bottom: 12px solid #F89B1F !important;
  }
  .border-left-warning-xxl-12 {
    border-left: 12px solid #F89B1F !important;
  }
  .border-warning-xxl-13 {
    border: 13px solid #F89B1F !important;
  }
  .border-top-warning-xxl-13 {
    border-top: 13px solid #F89B1F !important;
  }
  .border-right-warning-xxl-13 {
    border-right: 13px solid #F89B1F !important;
  }
  .border-bottom-warning-xxl-13 {
    border-bottom: 13px solid #F89B1F !important;
  }
  .border-left-warning-xxl-13 {
    border-left: 13px solid #F89B1F !important;
  }
  .border-warning-xxl-14 {
    border: 14px solid #F89B1F !important;
  }
  .border-top-warning-xxl-14 {
    border-top: 14px solid #F89B1F !important;
  }
  .border-right-warning-xxl-14 {
    border-right: 14px solid #F89B1F !important;
  }
  .border-bottom-warning-xxl-14 {
    border-bottom: 14px solid #F89B1F !important;
  }
  .border-left-warning-xxl-14 {
    border-left: 14px solid #F89B1F !important;
  }
  .border-warning-xxl-15 {
    border: 15px solid #F89B1F !important;
  }
  .border-top-warning-xxl-15 {
    border-top: 15px solid #F89B1F !important;
  }
  .border-right-warning-xxl-15 {
    border-right: 15px solid #F89B1F !important;
  }
  .border-bottom-warning-xxl-15 {
    border-bottom: 15px solid #F89B1F !important;
  }
  .border-left-warning-xxl-15 {
    border-left: 15px solid #F89B1F !important;
  }
}
/* ############### XXL - END ############### */
/* ############### XXXL - START ############### */
@media (min-width: 1600px) {
  .border-xxxl-warning {
    border-color: #F89B1F !important;
  }
  .border-top-xxxl-warning {
    border-top: 1px solid #F89B1F !important;
  }
  .border-right-xxxl-warning {
    border-right: 1px solid #F89B1F !important;
  }
  .border-bottom-xxxl-warning {
    border-bottom: 1px solid #F89B1F !important;
  }
  .border-left-xxxl-warning {
    border-left: 1px solid #F89B1F !important;
  }
  .border-warning-xxxl-0 {
    border: 0px solid #F89B1F !important;
  }
  .border-top-warning-xxxl-0 {
    border-top: 0px solid #F89B1F !important;
  }
  .border-right-warning-xxxl-0 {
    border-right: 0px solid #F89B1F !important;
  }
  .border-bottom-warning-xxxl-0 {
    border-bottom: 0px solid #F89B1F !important;
  }
  .border-left-warning-xxxl-0 {
    border-left: 0px solid #F89B1F !important;
  }
  .border-warning-xxxl-1 {
    border: 1px solid #F89B1F !important;
  }
  .border-top-warning-xxxl-1 {
    border-top: 1px solid #F89B1F !important;
  }
  .border-right-warning-xxxl-1 {
    border-right: 1px solid #F89B1F !important;
  }
  .border-bottom-warning-xxxl-1 {
    border-bottom: 1px solid #F89B1F !important;
  }
  .border-left-warning-xxxl-1 {
    border-left: 1px solid #F89B1F !important;
  }
  .border-warning-xxxl-2 {
    border: 2px solid #F89B1F !important;
  }
  .border-top-warning-xxxl-2 {
    border-top: 2px solid #F89B1F !important;
  }
  .border-right-warning-xxxl-2 {
    border-right: 2px solid #F89B1F !important;
  }
  .border-bottom-warning-xxxl-2 {
    border-bottom: 2px solid #F89B1F !important;
  }
  .border-left-warning-xxxl-2 {
    border-left: 2px solid #F89B1F !important;
  }
  .border-warning-xxxl-3 {
    border: 3px solid #F89B1F !important;
  }
  .border-top-warning-xxxl-3 {
    border-top: 3px solid #F89B1F !important;
  }
  .border-right-warning-xxxl-3 {
    border-right: 3px solid #F89B1F !important;
  }
  .border-bottom-warning-xxxl-3 {
    border-bottom: 3px solid #F89B1F !important;
  }
  .border-left-warning-xxxl-3 {
    border-left: 3px solid #F89B1F !important;
  }
  .border-warning-xxxl-4 {
    border: 4px solid #F89B1F !important;
  }
  .border-top-warning-xxxl-4 {
    border-top: 4px solid #F89B1F !important;
  }
  .border-right-warning-xxxl-4 {
    border-right: 4px solid #F89B1F !important;
  }
  .border-bottom-warning-xxxl-4 {
    border-bottom: 4px solid #F89B1F !important;
  }
  .border-left-warning-xxxl-4 {
    border-left: 4px solid #F89B1F !important;
  }
  .border-warning-xxxl-5 {
    border: 5px solid #F89B1F !important;
  }
  .border-top-warning-xxxl-5 {
    border-top: 5px solid #F89B1F !important;
  }
  .border-right-warning-xxxl-5 {
    border-right: 5px solid #F89B1F !important;
  }
  .border-bottom-warning-xxxl-5 {
    border-bottom: 5px solid #F89B1F !important;
  }
  .border-left-warning-xxxl-5 {
    border-left: 5px solid #F89B1F !important;
  }
  .border-warning-xxxl-6 {
    border: 6px solid #F89B1F !important;
  }
  .border-top-warning-xxxl-6 {
    border-top: 6px solid #F89B1F !important;
  }
  .border-right-warning-xxxl-6 {
    border-right: 6px solid #F89B1F !important;
  }
  .border-bottom-warning-xxxl-6 {
    border-bottom: 6px solid #F89B1F !important;
  }
  .border-left-warning-xxxl-6 {
    border-left: 6px solid #F89B1F !important;
  }
  .border-warning-xxxl-7 {
    border: 7px solid #F89B1F !important;
  }
  .border-top-warning-xxxl-7 {
    border-top: 7px solid #F89B1F !important;
  }
  .border-right-warning-xxxl-7 {
    border-right: 7px solid #F89B1F !important;
  }
  .border-bottom-warning-xxxl-7 {
    border-bottom: 7px solid #F89B1F !important;
  }
  .border-left-warning-xxxl-7 {
    border-left: 7px solid #F89B1F !important;
  }
  .border-warning-xxxl-8 {
    border: 8px solid #F89B1F !important;
  }
  .border-top-warning-xxxl-8 {
    border-top: 8px solid #F89B1F !important;
  }
  .border-right-warning-xxxl-8 {
    border-right: 8px solid #F89B1F !important;
  }
  .border-bottom-warning-xxxl-8 {
    border-bottom: 8px solid #F89B1F !important;
  }
  .border-left-warning-xxxl-8 {
    border-left: 8px solid #F89B1F !important;
  }
  .border-warning-xxxl-9 {
    border: 9px solid #F89B1F !important;
  }
  .border-top-warning-xxxl-9 {
    border-top: 9px solid #F89B1F !important;
  }
  .border-right-warning-xxxl-9 {
    border-right: 9px solid #F89B1F !important;
  }
  .border-bottom-warning-xxxl-9 {
    border-bottom: 9px solid #F89B1F !important;
  }
  .border-left-warning-xxxl-9 {
    border-left: 9px solid #F89B1F !important;
  }
  .border-warning-xxxl-10 {
    border: 10px solid #F89B1F !important;
  }
  .border-top-warning-xxxl-10 {
    border-top: 10px solid #F89B1F !important;
  }
  .border-right-warning-xxxl-10 {
    border-right: 10px solid #F89B1F !important;
  }
  .border-bottom-warning-xxxl-10 {
    border-bottom: 10px solid #F89B1F !important;
  }
  .border-left-warning-xxxl-10 {
    border-left: 10px solid #F89B1F !important;
  }
  .border-warning-xxxl-11 {
    border: 11px solid #F89B1F !important;
  }
  .border-top-warning-xxxl-11 {
    border-top: 11px solid #F89B1F !important;
  }
  .border-right-warning-xxxl-11 {
    border-right: 11px solid #F89B1F !important;
  }
  .border-bottom-warning-xxxl-11 {
    border-bottom: 11px solid #F89B1F !important;
  }
  .border-left-warning-xxxl-11 {
    border-left: 11px solid #F89B1F !important;
  }
  .border-warning-xxxl-12 {
    border: 12px solid #F89B1F !important;
  }
  .border-top-warning-xxxl-12 {
    border-top: 12px solid #F89B1F !important;
  }
  .border-right-warning-xxxl-12 {
    border-right: 12px solid #F89B1F !important;
  }
  .border-bottom-warning-xxxl-12 {
    border-bottom: 12px solid #F89B1F !important;
  }
  .border-left-warning-xxxl-12 {
    border-left: 12px solid #F89B1F !important;
  }
  .border-warning-xxxl-13 {
    border: 13px solid #F89B1F !important;
  }
  .border-top-warning-xxxl-13 {
    border-top: 13px solid #F89B1F !important;
  }
  .border-right-warning-xxxl-13 {
    border-right: 13px solid #F89B1F !important;
  }
  .border-bottom-warning-xxxl-13 {
    border-bottom: 13px solid #F89B1F !important;
  }
  .border-left-warning-xxxl-13 {
    border-left: 13px solid #F89B1F !important;
  }
  .border-warning-xxxl-14 {
    border: 14px solid #F89B1F !important;
  }
  .border-top-warning-xxxl-14 {
    border-top: 14px solid #F89B1F !important;
  }
  .border-right-warning-xxxl-14 {
    border-right: 14px solid #F89B1F !important;
  }
  .border-bottom-warning-xxxl-14 {
    border-bottom: 14px solid #F89B1F !important;
  }
  .border-left-warning-xxxl-14 {
    border-left: 14px solid #F89B1F !important;
  }
  .border-warning-xxxl-15 {
    border: 15px solid #F89B1F !important;
  }
  .border-top-warning-xxxl-15 {
    border-top: 15px solid #F89B1F !important;
  }
  .border-right-warning-xxxl-15 {
    border-right: 15px solid #F89B1F !important;
  }
  .border-bottom-warning-xxxl-15 {
    border-bottom: 15px solid #F89B1F !important;
  }
  .border-left-warning-xxxl-15 {
    border-left: 15px solid #F89B1F !important;
  }
}
/* ############### XXXL - END ############### */
/* ############### XXXXL - START ############### */
@media (min-width: 1900px) {
  .border-xxxxl-warning {
    border-color: #F89B1F !important;
  }
  .border-top-xxxxl-warning {
    border-top: 1px solid #F89B1F !important;
  }
  .border-right-xxxxl-warning {
    border-right: 1px solid #F89B1F !important;
  }
  .border-bottom-xxxxl-warning {
    border-bottom: 1px solid #F89B1F !important;
  }
  .border-left-xxxxl-warning {
    border-left: 1px solid #F89B1F !important;
  }
  .border-warning-xxxxl-0 {
    border: 0px solid #F89B1F !important;
  }
  .border-top-warning-xxxxl-0 {
    border-top: 0px solid #F89B1F !important;
  }
  .border-right-warning-xxxxl-0 {
    border-right: 0px solid #F89B1F !important;
  }
  .border-bottom-warning-xxxxl-0 {
    border-bottom: 0px solid #F89B1F !important;
  }
  .border-left-warning-xxxxl-0 {
    border-left: 0px solid #F89B1F !important;
  }
  .border-warning-xxxxl-1 {
    border: 1px solid #F89B1F !important;
  }
  .border-top-warning-xxxxl-1 {
    border-top: 1px solid #F89B1F !important;
  }
  .border-right-warning-xxxxl-1 {
    border-right: 1px solid #F89B1F !important;
  }
  .border-bottom-warning-xxxxl-1 {
    border-bottom: 1px solid #F89B1F !important;
  }
  .border-left-warning-xxxxl-1 {
    border-left: 1px solid #F89B1F !important;
  }
  .border-warning-xxxxl-2 {
    border: 2px solid #F89B1F !important;
  }
  .border-top-warning-xxxxl-2 {
    border-top: 2px solid #F89B1F !important;
  }
  .border-right-warning-xxxxl-2 {
    border-right: 2px solid #F89B1F !important;
  }
  .border-bottom-warning-xxxxl-2 {
    border-bottom: 2px solid #F89B1F !important;
  }
  .border-left-warning-xxxxl-2 {
    border-left: 2px solid #F89B1F !important;
  }
  .border-warning-xxxxl-3 {
    border: 3px solid #F89B1F !important;
  }
  .border-top-warning-xxxxl-3 {
    border-top: 3px solid #F89B1F !important;
  }
  .border-right-warning-xxxxl-3 {
    border-right: 3px solid #F89B1F !important;
  }
  .border-bottom-warning-xxxxl-3 {
    border-bottom: 3px solid #F89B1F !important;
  }
  .border-left-warning-xxxxl-3 {
    border-left: 3px solid #F89B1F !important;
  }
  .border-warning-xxxxl-4 {
    border: 4px solid #F89B1F !important;
  }
  .border-top-warning-xxxxl-4 {
    border-top: 4px solid #F89B1F !important;
  }
  .border-right-warning-xxxxl-4 {
    border-right: 4px solid #F89B1F !important;
  }
  .border-bottom-warning-xxxxl-4 {
    border-bottom: 4px solid #F89B1F !important;
  }
  .border-left-warning-xxxxl-4 {
    border-left: 4px solid #F89B1F !important;
  }
  .border-warning-xxxxl-5 {
    border: 5px solid #F89B1F !important;
  }
  .border-top-warning-xxxxl-5 {
    border-top: 5px solid #F89B1F !important;
  }
  .border-right-warning-xxxxl-5 {
    border-right: 5px solid #F89B1F !important;
  }
  .border-bottom-warning-xxxxl-5 {
    border-bottom: 5px solid #F89B1F !important;
  }
  .border-left-warning-xxxxl-5 {
    border-left: 5px solid #F89B1F !important;
  }
  .border-warning-xxxxl-6 {
    border: 6px solid #F89B1F !important;
  }
  .border-top-warning-xxxxl-6 {
    border-top: 6px solid #F89B1F !important;
  }
  .border-right-warning-xxxxl-6 {
    border-right: 6px solid #F89B1F !important;
  }
  .border-bottom-warning-xxxxl-6 {
    border-bottom: 6px solid #F89B1F !important;
  }
  .border-left-warning-xxxxl-6 {
    border-left: 6px solid #F89B1F !important;
  }
  .border-warning-xxxxl-7 {
    border: 7px solid #F89B1F !important;
  }
  .border-top-warning-xxxxl-7 {
    border-top: 7px solid #F89B1F !important;
  }
  .border-right-warning-xxxxl-7 {
    border-right: 7px solid #F89B1F !important;
  }
  .border-bottom-warning-xxxxl-7 {
    border-bottom: 7px solid #F89B1F !important;
  }
  .border-left-warning-xxxxl-7 {
    border-left: 7px solid #F89B1F !important;
  }
  .border-warning-xxxxl-8 {
    border: 8px solid #F89B1F !important;
  }
  .border-top-warning-xxxxl-8 {
    border-top: 8px solid #F89B1F !important;
  }
  .border-right-warning-xxxxl-8 {
    border-right: 8px solid #F89B1F !important;
  }
  .border-bottom-warning-xxxxl-8 {
    border-bottom: 8px solid #F89B1F !important;
  }
  .border-left-warning-xxxxl-8 {
    border-left: 8px solid #F89B1F !important;
  }
  .border-warning-xxxxl-9 {
    border: 9px solid #F89B1F !important;
  }
  .border-top-warning-xxxxl-9 {
    border-top: 9px solid #F89B1F !important;
  }
  .border-right-warning-xxxxl-9 {
    border-right: 9px solid #F89B1F !important;
  }
  .border-bottom-warning-xxxxl-9 {
    border-bottom: 9px solid #F89B1F !important;
  }
  .border-left-warning-xxxxl-9 {
    border-left: 9px solid #F89B1F !important;
  }
  .border-warning-xxxxl-10 {
    border: 10px solid #F89B1F !important;
  }
  .border-top-warning-xxxxl-10 {
    border-top: 10px solid #F89B1F !important;
  }
  .border-right-warning-xxxxl-10 {
    border-right: 10px solid #F89B1F !important;
  }
  .border-bottom-warning-xxxxl-10 {
    border-bottom: 10px solid #F89B1F !important;
  }
  .border-left-warning-xxxxl-10 {
    border-left: 10px solid #F89B1F !important;
  }
  .border-warning-xxxxl-11 {
    border: 11px solid #F89B1F !important;
  }
  .border-top-warning-xxxxl-11 {
    border-top: 11px solid #F89B1F !important;
  }
  .border-right-warning-xxxxl-11 {
    border-right: 11px solid #F89B1F !important;
  }
  .border-bottom-warning-xxxxl-11 {
    border-bottom: 11px solid #F89B1F !important;
  }
  .border-left-warning-xxxxl-11 {
    border-left: 11px solid #F89B1F !important;
  }
  .border-warning-xxxxl-12 {
    border: 12px solid #F89B1F !important;
  }
  .border-top-warning-xxxxl-12 {
    border-top: 12px solid #F89B1F !important;
  }
  .border-right-warning-xxxxl-12 {
    border-right: 12px solid #F89B1F !important;
  }
  .border-bottom-warning-xxxxl-12 {
    border-bottom: 12px solid #F89B1F !important;
  }
  .border-left-warning-xxxxl-12 {
    border-left: 12px solid #F89B1F !important;
  }
  .border-warning-xxxxl-13 {
    border: 13px solid #F89B1F !important;
  }
  .border-top-warning-xxxxl-13 {
    border-top: 13px solid #F89B1F !important;
  }
  .border-right-warning-xxxxl-13 {
    border-right: 13px solid #F89B1F !important;
  }
  .border-bottom-warning-xxxxl-13 {
    border-bottom: 13px solid #F89B1F !important;
  }
  .border-left-warning-xxxxl-13 {
    border-left: 13px solid #F89B1F !important;
  }
  .border-warning-xxxxl-14 {
    border: 14px solid #F89B1F !important;
  }
  .border-top-warning-xxxxl-14 {
    border-top: 14px solid #F89B1F !important;
  }
  .border-right-warning-xxxxl-14 {
    border-right: 14px solid #F89B1F !important;
  }
  .border-bottom-warning-xxxxl-14 {
    border-bottom: 14px solid #F89B1F !important;
  }
  .border-left-warning-xxxxl-14 {
    border-left: 14px solid #F89B1F !important;
  }
  .border-warning-xxxxl-15 {
    border: 15px solid #F89B1F !important;
  }
  .border-top-warning-xxxxl-15 {
    border-top: 15px solid #F89B1F !important;
  }
  .border-right-warning-xxxxl-15 {
    border-right: 15px solid #F89B1F !important;
  }
  .border-bottom-warning-xxxxl-15 {
    border-bottom: 15px solid #F89B1F !important;
  }
  .border-left-warning-xxxxl-15 {
    border-left: 15px solid #F89B1F !important;
  }
}
/* ############### XXXXL - END ############### */
.border-danger {
  border-color: #E72328 !important;
}

.border-top-danger {
  border-top: 1px solid #E72328 !important;
}

.border-right-danger {
  border-right: 1px solid #E72328 !important;
}

.border-bottom-danger {
  border-bottom: 1px solid #E72328 !important;
}

.border-left-danger {
  border-left: 1px solid #E72328 !important;
}

.border-danger-0 {
  border: 0px solid #E72328 !important;
}

.border-top-danger-0 {
  border-top: 0px solid #E72328 !important;
}

.border-right-danger-0 {
  border-right: 0px solid #E72328 !important;
}

.border-bottom-danger-0 {
  border-bottom: 0px solid #E72328 !important;
}

.border-left-danger-0 {
  border-left: 0px solid #E72328 !important;
}

.border-danger-1 {
  border: 1px solid #E72328 !important;
}

.border-top-danger-1 {
  border-top: 1px solid #E72328 !important;
}

.border-right-danger-1 {
  border-right: 1px solid #E72328 !important;
}

.border-bottom-danger-1 {
  border-bottom: 1px solid #E72328 !important;
}

.border-left-danger-1 {
  border-left: 1px solid #E72328 !important;
}

.border-danger-2 {
  border: 2px solid #E72328 !important;
}

.border-top-danger-2 {
  border-top: 2px solid #E72328 !important;
}

.border-right-danger-2 {
  border-right: 2px solid #E72328 !important;
}

.border-bottom-danger-2 {
  border-bottom: 2px solid #E72328 !important;
}

.border-left-danger-2 {
  border-left: 2px solid #E72328 !important;
}

.border-danger-3 {
  border: 3px solid #E72328 !important;
}

.border-top-danger-3 {
  border-top: 3px solid #E72328 !important;
}

.border-right-danger-3 {
  border-right: 3px solid #E72328 !important;
}

.border-bottom-danger-3 {
  border-bottom: 3px solid #E72328 !important;
}

.border-left-danger-3 {
  border-left: 3px solid #E72328 !important;
}

.border-danger-4 {
  border: 4px solid #E72328 !important;
}

.border-top-danger-4 {
  border-top: 4px solid #E72328 !important;
}

.border-right-danger-4 {
  border-right: 4px solid #E72328 !important;
}

.border-bottom-danger-4 {
  border-bottom: 4px solid #E72328 !important;
}

.border-left-danger-4 {
  border-left: 4px solid #E72328 !important;
}

.border-danger-5 {
  border: 5px solid #E72328 !important;
}

.border-top-danger-5 {
  border-top: 5px solid #E72328 !important;
}

.border-right-danger-5 {
  border-right: 5px solid #E72328 !important;
}

.border-bottom-danger-5 {
  border-bottom: 5px solid #E72328 !important;
}

.border-left-danger-5 {
  border-left: 5px solid #E72328 !important;
}

.border-danger-6 {
  border: 6px solid #E72328 !important;
}

.border-top-danger-6 {
  border-top: 6px solid #E72328 !important;
}

.border-right-danger-6 {
  border-right: 6px solid #E72328 !important;
}

.border-bottom-danger-6 {
  border-bottom: 6px solid #E72328 !important;
}

.border-left-danger-6 {
  border-left: 6px solid #E72328 !important;
}

.border-danger-7 {
  border: 7px solid #E72328 !important;
}

.border-top-danger-7 {
  border-top: 7px solid #E72328 !important;
}

.border-right-danger-7 {
  border-right: 7px solid #E72328 !important;
}

.border-bottom-danger-7 {
  border-bottom: 7px solid #E72328 !important;
}

.border-left-danger-7 {
  border-left: 7px solid #E72328 !important;
}

.border-danger-8 {
  border: 8px solid #E72328 !important;
}

.border-top-danger-8 {
  border-top: 8px solid #E72328 !important;
}

.border-right-danger-8 {
  border-right: 8px solid #E72328 !important;
}

.border-bottom-danger-8 {
  border-bottom: 8px solid #E72328 !important;
}

.border-left-danger-8 {
  border-left: 8px solid #E72328 !important;
}

.border-danger-9 {
  border: 9px solid #E72328 !important;
}

.border-top-danger-9 {
  border-top: 9px solid #E72328 !important;
}

.border-right-danger-9 {
  border-right: 9px solid #E72328 !important;
}

.border-bottom-danger-9 {
  border-bottom: 9px solid #E72328 !important;
}

.border-left-danger-9 {
  border-left: 9px solid #E72328 !important;
}

.border-danger-10 {
  border: 10px solid #E72328 !important;
}

.border-top-danger-10 {
  border-top: 10px solid #E72328 !important;
}

.border-right-danger-10 {
  border-right: 10px solid #E72328 !important;
}

.border-bottom-danger-10 {
  border-bottom: 10px solid #E72328 !important;
}

.border-left-danger-10 {
  border-left: 10px solid #E72328 !important;
}

.border-danger-11 {
  border: 11px solid #E72328 !important;
}

.border-top-danger-11 {
  border-top: 11px solid #E72328 !important;
}

.border-right-danger-11 {
  border-right: 11px solid #E72328 !important;
}

.border-bottom-danger-11 {
  border-bottom: 11px solid #E72328 !important;
}

.border-left-danger-11 {
  border-left: 11px solid #E72328 !important;
}

.border-danger-12 {
  border: 12px solid #E72328 !important;
}

.border-top-danger-12 {
  border-top: 12px solid #E72328 !important;
}

.border-right-danger-12 {
  border-right: 12px solid #E72328 !important;
}

.border-bottom-danger-12 {
  border-bottom: 12px solid #E72328 !important;
}

.border-left-danger-12 {
  border-left: 12px solid #E72328 !important;
}

.border-danger-13 {
  border: 13px solid #E72328 !important;
}

.border-top-danger-13 {
  border-top: 13px solid #E72328 !important;
}

.border-right-danger-13 {
  border-right: 13px solid #E72328 !important;
}

.border-bottom-danger-13 {
  border-bottom: 13px solid #E72328 !important;
}

.border-left-danger-13 {
  border-left: 13px solid #E72328 !important;
}

.border-danger-14 {
  border: 14px solid #E72328 !important;
}

.border-top-danger-14 {
  border-top: 14px solid #E72328 !important;
}

.border-right-danger-14 {
  border-right: 14px solid #E72328 !important;
}

.border-bottom-danger-14 {
  border-bottom: 14px solid #E72328 !important;
}

.border-left-danger-14 {
  border-left: 14px solid #E72328 !important;
}

.border-danger-15 {
  border: 15px solid #E72328 !important;
}

.border-top-danger-15 {
  border-top: 15px solid #E72328 !important;
}

.border-right-danger-15 {
  border-right: 15px solid #E72328 !important;
}

.border-bottom-danger-15 {
  border-bottom: 15px solid #E72328 !important;
}

.border-left-danger-15 {
  border-left: 15px solid #E72328 !important;
}

/* ############### SM - START ############### */
@media (min-width: 576px) {
  .border-sm-danger {
    border-color: #E72328 !important;
  }
  .border-top-sm-danger {
    border-top: 1px solid #E72328 !important;
  }
  .border-right-sm-danger {
    border-right: 1px solid #E72328 !important;
  }
  .border-bottom-sm-danger {
    border-bottom: 1px solid #E72328 !important;
  }
  .border-left-sm-danger {
    border-left: 1px solid #E72328 !important;
  }
  .border-danger-sm-0 {
    border: 0px solid #E72328 !important;
  }
  .border-top-danger-sm-0 {
    border-top: 0px solid #E72328 !important;
  }
  .border-right-danger-sm-0 {
    border-right: 0px solid #E72328 !important;
  }
  .border-bottom-danger-sm-0 {
    border-bottom: 0px solid #E72328 !important;
  }
  .border-left-danger-sm-0 {
    border-left: 0px solid #E72328 !important;
  }
  .border-danger-sm-1 {
    border: 1px solid #E72328 !important;
  }
  .border-top-danger-sm-1 {
    border-top: 1px solid #E72328 !important;
  }
  .border-right-danger-sm-1 {
    border-right: 1px solid #E72328 !important;
  }
  .border-bottom-danger-sm-1 {
    border-bottom: 1px solid #E72328 !important;
  }
  .border-left-danger-sm-1 {
    border-left: 1px solid #E72328 !important;
  }
  .border-danger-sm-2 {
    border: 2px solid #E72328 !important;
  }
  .border-top-danger-sm-2 {
    border-top: 2px solid #E72328 !important;
  }
  .border-right-danger-sm-2 {
    border-right: 2px solid #E72328 !important;
  }
  .border-bottom-danger-sm-2 {
    border-bottom: 2px solid #E72328 !important;
  }
  .border-left-danger-sm-2 {
    border-left: 2px solid #E72328 !important;
  }
  .border-danger-sm-3 {
    border: 3px solid #E72328 !important;
  }
  .border-top-danger-sm-3 {
    border-top: 3px solid #E72328 !important;
  }
  .border-right-danger-sm-3 {
    border-right: 3px solid #E72328 !important;
  }
  .border-bottom-danger-sm-3 {
    border-bottom: 3px solid #E72328 !important;
  }
  .border-left-danger-sm-3 {
    border-left: 3px solid #E72328 !important;
  }
  .border-danger-sm-4 {
    border: 4px solid #E72328 !important;
  }
  .border-top-danger-sm-4 {
    border-top: 4px solid #E72328 !important;
  }
  .border-right-danger-sm-4 {
    border-right: 4px solid #E72328 !important;
  }
  .border-bottom-danger-sm-4 {
    border-bottom: 4px solid #E72328 !important;
  }
  .border-left-danger-sm-4 {
    border-left: 4px solid #E72328 !important;
  }
  .border-danger-sm-5 {
    border: 5px solid #E72328 !important;
  }
  .border-top-danger-sm-5 {
    border-top: 5px solid #E72328 !important;
  }
  .border-right-danger-sm-5 {
    border-right: 5px solid #E72328 !important;
  }
  .border-bottom-danger-sm-5 {
    border-bottom: 5px solid #E72328 !important;
  }
  .border-left-danger-sm-5 {
    border-left: 5px solid #E72328 !important;
  }
  .border-danger-sm-6 {
    border: 6px solid #E72328 !important;
  }
  .border-top-danger-sm-6 {
    border-top: 6px solid #E72328 !important;
  }
  .border-right-danger-sm-6 {
    border-right: 6px solid #E72328 !important;
  }
  .border-bottom-danger-sm-6 {
    border-bottom: 6px solid #E72328 !important;
  }
  .border-left-danger-sm-6 {
    border-left: 6px solid #E72328 !important;
  }
  .border-danger-sm-7 {
    border: 7px solid #E72328 !important;
  }
  .border-top-danger-sm-7 {
    border-top: 7px solid #E72328 !important;
  }
  .border-right-danger-sm-7 {
    border-right: 7px solid #E72328 !important;
  }
  .border-bottom-danger-sm-7 {
    border-bottom: 7px solid #E72328 !important;
  }
  .border-left-danger-sm-7 {
    border-left: 7px solid #E72328 !important;
  }
  .border-danger-sm-8 {
    border: 8px solid #E72328 !important;
  }
  .border-top-danger-sm-8 {
    border-top: 8px solid #E72328 !important;
  }
  .border-right-danger-sm-8 {
    border-right: 8px solid #E72328 !important;
  }
  .border-bottom-danger-sm-8 {
    border-bottom: 8px solid #E72328 !important;
  }
  .border-left-danger-sm-8 {
    border-left: 8px solid #E72328 !important;
  }
  .border-danger-sm-9 {
    border: 9px solid #E72328 !important;
  }
  .border-top-danger-sm-9 {
    border-top: 9px solid #E72328 !important;
  }
  .border-right-danger-sm-9 {
    border-right: 9px solid #E72328 !important;
  }
  .border-bottom-danger-sm-9 {
    border-bottom: 9px solid #E72328 !important;
  }
  .border-left-danger-sm-9 {
    border-left: 9px solid #E72328 !important;
  }
  .border-danger-sm-10 {
    border: 10px solid #E72328 !important;
  }
  .border-top-danger-sm-10 {
    border-top: 10px solid #E72328 !important;
  }
  .border-right-danger-sm-10 {
    border-right: 10px solid #E72328 !important;
  }
  .border-bottom-danger-sm-10 {
    border-bottom: 10px solid #E72328 !important;
  }
  .border-left-danger-sm-10 {
    border-left: 10px solid #E72328 !important;
  }
  .border-danger-sm-11 {
    border: 11px solid #E72328 !important;
  }
  .border-top-danger-sm-11 {
    border-top: 11px solid #E72328 !important;
  }
  .border-right-danger-sm-11 {
    border-right: 11px solid #E72328 !important;
  }
  .border-bottom-danger-sm-11 {
    border-bottom: 11px solid #E72328 !important;
  }
  .border-left-danger-sm-11 {
    border-left: 11px solid #E72328 !important;
  }
  .border-danger-sm-12 {
    border: 12px solid #E72328 !important;
  }
  .border-top-danger-sm-12 {
    border-top: 12px solid #E72328 !important;
  }
  .border-right-danger-sm-12 {
    border-right: 12px solid #E72328 !important;
  }
  .border-bottom-danger-sm-12 {
    border-bottom: 12px solid #E72328 !important;
  }
  .border-left-danger-sm-12 {
    border-left: 12px solid #E72328 !important;
  }
  .border-danger-sm-13 {
    border: 13px solid #E72328 !important;
  }
  .border-top-danger-sm-13 {
    border-top: 13px solid #E72328 !important;
  }
  .border-right-danger-sm-13 {
    border-right: 13px solid #E72328 !important;
  }
  .border-bottom-danger-sm-13 {
    border-bottom: 13px solid #E72328 !important;
  }
  .border-left-danger-sm-13 {
    border-left: 13px solid #E72328 !important;
  }
  .border-danger-sm-14 {
    border: 14px solid #E72328 !important;
  }
  .border-top-danger-sm-14 {
    border-top: 14px solid #E72328 !important;
  }
  .border-right-danger-sm-14 {
    border-right: 14px solid #E72328 !important;
  }
  .border-bottom-danger-sm-14 {
    border-bottom: 14px solid #E72328 !important;
  }
  .border-left-danger-sm-14 {
    border-left: 14px solid #E72328 !important;
  }
  .border-danger-sm-15 {
    border: 15px solid #E72328 !important;
  }
  .border-top-danger-sm-15 {
    border-top: 15px solid #E72328 !important;
  }
  .border-right-danger-sm-15 {
    border-right: 15px solid #E72328 !important;
  }
  .border-bottom-danger-sm-15 {
    border-bottom: 15px solid #E72328 !important;
  }
  .border-left-danger-sm-15 {
    border-left: 15px solid #E72328 !important;
  }
}
/* ############### SM - END ############### */
/* ############### MD - START ############### */
@media (min-width: 768px) {
  .border-md-danger {
    border-color: #E72328 !important;
  }
  .border-top-md-danger {
    border-top: 1px solid #E72328 !important;
  }
  .border-right-md-danger {
    border-right: 1px solid #E72328 !important;
  }
  .border-bottom-md-danger {
    border-bottom: 1px solid #E72328 !important;
  }
  .border-left-md-danger {
    border-left: 1px solid #E72328 !important;
  }
  .border-danger-md-0 {
    border: 0px solid #E72328 !important;
  }
  .border-top-danger-md-0 {
    border-top: 0px solid #E72328 !important;
  }
  .border-right-danger-md-0 {
    border-right: 0px solid #E72328 !important;
  }
  .border-bottom-danger-md-0 {
    border-bottom: 0px solid #E72328 !important;
  }
  .border-left-danger-md-0 {
    border-left: 0px solid #E72328 !important;
  }
  .border-danger-md-1 {
    border: 1px solid #E72328 !important;
  }
  .border-top-danger-md-1 {
    border-top: 1px solid #E72328 !important;
  }
  .border-right-danger-md-1 {
    border-right: 1px solid #E72328 !important;
  }
  .border-bottom-danger-md-1 {
    border-bottom: 1px solid #E72328 !important;
  }
  .border-left-danger-md-1 {
    border-left: 1px solid #E72328 !important;
  }
  .border-danger-md-2 {
    border: 2px solid #E72328 !important;
  }
  .border-top-danger-md-2 {
    border-top: 2px solid #E72328 !important;
  }
  .border-right-danger-md-2 {
    border-right: 2px solid #E72328 !important;
  }
  .border-bottom-danger-md-2 {
    border-bottom: 2px solid #E72328 !important;
  }
  .border-left-danger-md-2 {
    border-left: 2px solid #E72328 !important;
  }
  .border-danger-md-3 {
    border: 3px solid #E72328 !important;
  }
  .border-top-danger-md-3 {
    border-top: 3px solid #E72328 !important;
  }
  .border-right-danger-md-3 {
    border-right: 3px solid #E72328 !important;
  }
  .border-bottom-danger-md-3 {
    border-bottom: 3px solid #E72328 !important;
  }
  .border-left-danger-md-3 {
    border-left: 3px solid #E72328 !important;
  }
  .border-danger-md-4 {
    border: 4px solid #E72328 !important;
  }
  .border-top-danger-md-4 {
    border-top: 4px solid #E72328 !important;
  }
  .border-right-danger-md-4 {
    border-right: 4px solid #E72328 !important;
  }
  .border-bottom-danger-md-4 {
    border-bottom: 4px solid #E72328 !important;
  }
  .border-left-danger-md-4 {
    border-left: 4px solid #E72328 !important;
  }
  .border-danger-md-5 {
    border: 5px solid #E72328 !important;
  }
  .border-top-danger-md-5 {
    border-top: 5px solid #E72328 !important;
  }
  .border-right-danger-md-5 {
    border-right: 5px solid #E72328 !important;
  }
  .border-bottom-danger-md-5 {
    border-bottom: 5px solid #E72328 !important;
  }
  .border-left-danger-md-5 {
    border-left: 5px solid #E72328 !important;
  }
  .border-danger-md-6 {
    border: 6px solid #E72328 !important;
  }
  .border-top-danger-md-6 {
    border-top: 6px solid #E72328 !important;
  }
  .border-right-danger-md-6 {
    border-right: 6px solid #E72328 !important;
  }
  .border-bottom-danger-md-6 {
    border-bottom: 6px solid #E72328 !important;
  }
  .border-left-danger-md-6 {
    border-left: 6px solid #E72328 !important;
  }
  .border-danger-md-7 {
    border: 7px solid #E72328 !important;
  }
  .border-top-danger-md-7 {
    border-top: 7px solid #E72328 !important;
  }
  .border-right-danger-md-7 {
    border-right: 7px solid #E72328 !important;
  }
  .border-bottom-danger-md-7 {
    border-bottom: 7px solid #E72328 !important;
  }
  .border-left-danger-md-7 {
    border-left: 7px solid #E72328 !important;
  }
  .border-danger-md-8 {
    border: 8px solid #E72328 !important;
  }
  .border-top-danger-md-8 {
    border-top: 8px solid #E72328 !important;
  }
  .border-right-danger-md-8 {
    border-right: 8px solid #E72328 !important;
  }
  .border-bottom-danger-md-8 {
    border-bottom: 8px solid #E72328 !important;
  }
  .border-left-danger-md-8 {
    border-left: 8px solid #E72328 !important;
  }
  .border-danger-md-9 {
    border: 9px solid #E72328 !important;
  }
  .border-top-danger-md-9 {
    border-top: 9px solid #E72328 !important;
  }
  .border-right-danger-md-9 {
    border-right: 9px solid #E72328 !important;
  }
  .border-bottom-danger-md-9 {
    border-bottom: 9px solid #E72328 !important;
  }
  .border-left-danger-md-9 {
    border-left: 9px solid #E72328 !important;
  }
  .border-danger-md-10 {
    border: 10px solid #E72328 !important;
  }
  .border-top-danger-md-10 {
    border-top: 10px solid #E72328 !important;
  }
  .border-right-danger-md-10 {
    border-right: 10px solid #E72328 !important;
  }
  .border-bottom-danger-md-10 {
    border-bottom: 10px solid #E72328 !important;
  }
  .border-left-danger-md-10 {
    border-left: 10px solid #E72328 !important;
  }
  .border-danger-md-11 {
    border: 11px solid #E72328 !important;
  }
  .border-top-danger-md-11 {
    border-top: 11px solid #E72328 !important;
  }
  .border-right-danger-md-11 {
    border-right: 11px solid #E72328 !important;
  }
  .border-bottom-danger-md-11 {
    border-bottom: 11px solid #E72328 !important;
  }
  .border-left-danger-md-11 {
    border-left: 11px solid #E72328 !important;
  }
  .border-danger-md-12 {
    border: 12px solid #E72328 !important;
  }
  .border-top-danger-md-12 {
    border-top: 12px solid #E72328 !important;
  }
  .border-right-danger-md-12 {
    border-right: 12px solid #E72328 !important;
  }
  .border-bottom-danger-md-12 {
    border-bottom: 12px solid #E72328 !important;
  }
  .border-left-danger-md-12 {
    border-left: 12px solid #E72328 !important;
  }
  .border-danger-md-13 {
    border: 13px solid #E72328 !important;
  }
  .border-top-danger-md-13 {
    border-top: 13px solid #E72328 !important;
  }
  .border-right-danger-md-13 {
    border-right: 13px solid #E72328 !important;
  }
  .border-bottom-danger-md-13 {
    border-bottom: 13px solid #E72328 !important;
  }
  .border-left-danger-md-13 {
    border-left: 13px solid #E72328 !important;
  }
  .border-danger-md-14 {
    border: 14px solid #E72328 !important;
  }
  .border-top-danger-md-14 {
    border-top: 14px solid #E72328 !important;
  }
  .border-right-danger-md-14 {
    border-right: 14px solid #E72328 !important;
  }
  .border-bottom-danger-md-14 {
    border-bottom: 14px solid #E72328 !important;
  }
  .border-left-danger-md-14 {
    border-left: 14px solid #E72328 !important;
  }
  .border-danger-md-15 {
    border: 15px solid #E72328 !important;
  }
  .border-top-danger-md-15 {
    border-top: 15px solid #E72328 !important;
  }
  .border-right-danger-md-15 {
    border-right: 15px solid #E72328 !important;
  }
  .border-bottom-danger-md-15 {
    border-bottom: 15px solid #E72328 !important;
  }
  .border-left-danger-md-15 {
    border-left: 15px solid #E72328 !important;
  }
}
/* ############### MD - END ############### */
/* ############### LG - START ############### */
@media (min-width: 992px) {
  .border-lg-danger {
    border-color: #E72328 !important;
  }
  .border-top-lg-danger {
    border-top: 1px solid #E72328 !important;
  }
  .border-right-lg-danger {
    border-right: 1px solid #E72328 !important;
  }
  .border-bottom-lg-danger {
    border-bottom: 1px solid #E72328 !important;
  }
  .border-left-lg-danger {
    border-left: 1px solid #E72328 !important;
  }
  .border-danger-lg-0 {
    border: 0px solid #E72328 !important;
  }
  .border-top-danger-lg-0 {
    border-top: 0px solid #E72328 !important;
  }
  .border-right-danger-lg-0 {
    border-right: 0px solid #E72328 !important;
  }
  .border-bottom-danger-lg-0 {
    border-bottom: 0px solid #E72328 !important;
  }
  .border-left-danger-lg-0 {
    border-left: 0px solid #E72328 !important;
  }
  .border-danger-lg-1 {
    border: 1px solid #E72328 !important;
  }
  .border-top-danger-lg-1 {
    border-top: 1px solid #E72328 !important;
  }
  .border-right-danger-lg-1 {
    border-right: 1px solid #E72328 !important;
  }
  .border-bottom-danger-lg-1 {
    border-bottom: 1px solid #E72328 !important;
  }
  .border-left-danger-lg-1 {
    border-left: 1px solid #E72328 !important;
  }
  .border-danger-lg-2 {
    border: 2px solid #E72328 !important;
  }
  .border-top-danger-lg-2 {
    border-top: 2px solid #E72328 !important;
  }
  .border-right-danger-lg-2 {
    border-right: 2px solid #E72328 !important;
  }
  .border-bottom-danger-lg-2 {
    border-bottom: 2px solid #E72328 !important;
  }
  .border-left-danger-lg-2 {
    border-left: 2px solid #E72328 !important;
  }
  .border-danger-lg-3 {
    border: 3px solid #E72328 !important;
  }
  .border-top-danger-lg-3 {
    border-top: 3px solid #E72328 !important;
  }
  .border-right-danger-lg-3 {
    border-right: 3px solid #E72328 !important;
  }
  .border-bottom-danger-lg-3 {
    border-bottom: 3px solid #E72328 !important;
  }
  .border-left-danger-lg-3 {
    border-left: 3px solid #E72328 !important;
  }
  .border-danger-lg-4 {
    border: 4px solid #E72328 !important;
  }
  .border-top-danger-lg-4 {
    border-top: 4px solid #E72328 !important;
  }
  .border-right-danger-lg-4 {
    border-right: 4px solid #E72328 !important;
  }
  .border-bottom-danger-lg-4 {
    border-bottom: 4px solid #E72328 !important;
  }
  .border-left-danger-lg-4 {
    border-left: 4px solid #E72328 !important;
  }
  .border-danger-lg-5 {
    border: 5px solid #E72328 !important;
  }
  .border-top-danger-lg-5 {
    border-top: 5px solid #E72328 !important;
  }
  .border-right-danger-lg-5 {
    border-right: 5px solid #E72328 !important;
  }
  .border-bottom-danger-lg-5 {
    border-bottom: 5px solid #E72328 !important;
  }
  .border-left-danger-lg-5 {
    border-left: 5px solid #E72328 !important;
  }
  .border-danger-lg-6 {
    border: 6px solid #E72328 !important;
  }
  .border-top-danger-lg-6 {
    border-top: 6px solid #E72328 !important;
  }
  .border-right-danger-lg-6 {
    border-right: 6px solid #E72328 !important;
  }
  .border-bottom-danger-lg-6 {
    border-bottom: 6px solid #E72328 !important;
  }
  .border-left-danger-lg-6 {
    border-left: 6px solid #E72328 !important;
  }
  .border-danger-lg-7 {
    border: 7px solid #E72328 !important;
  }
  .border-top-danger-lg-7 {
    border-top: 7px solid #E72328 !important;
  }
  .border-right-danger-lg-7 {
    border-right: 7px solid #E72328 !important;
  }
  .border-bottom-danger-lg-7 {
    border-bottom: 7px solid #E72328 !important;
  }
  .border-left-danger-lg-7 {
    border-left: 7px solid #E72328 !important;
  }
  .border-danger-lg-8 {
    border: 8px solid #E72328 !important;
  }
  .border-top-danger-lg-8 {
    border-top: 8px solid #E72328 !important;
  }
  .border-right-danger-lg-8 {
    border-right: 8px solid #E72328 !important;
  }
  .border-bottom-danger-lg-8 {
    border-bottom: 8px solid #E72328 !important;
  }
  .border-left-danger-lg-8 {
    border-left: 8px solid #E72328 !important;
  }
  .border-danger-lg-9 {
    border: 9px solid #E72328 !important;
  }
  .border-top-danger-lg-9 {
    border-top: 9px solid #E72328 !important;
  }
  .border-right-danger-lg-9 {
    border-right: 9px solid #E72328 !important;
  }
  .border-bottom-danger-lg-9 {
    border-bottom: 9px solid #E72328 !important;
  }
  .border-left-danger-lg-9 {
    border-left: 9px solid #E72328 !important;
  }
  .border-danger-lg-10 {
    border: 10px solid #E72328 !important;
  }
  .border-top-danger-lg-10 {
    border-top: 10px solid #E72328 !important;
  }
  .border-right-danger-lg-10 {
    border-right: 10px solid #E72328 !important;
  }
  .border-bottom-danger-lg-10 {
    border-bottom: 10px solid #E72328 !important;
  }
  .border-left-danger-lg-10 {
    border-left: 10px solid #E72328 !important;
  }
  .border-danger-lg-11 {
    border: 11px solid #E72328 !important;
  }
  .border-top-danger-lg-11 {
    border-top: 11px solid #E72328 !important;
  }
  .border-right-danger-lg-11 {
    border-right: 11px solid #E72328 !important;
  }
  .border-bottom-danger-lg-11 {
    border-bottom: 11px solid #E72328 !important;
  }
  .border-left-danger-lg-11 {
    border-left: 11px solid #E72328 !important;
  }
  .border-danger-lg-12 {
    border: 12px solid #E72328 !important;
  }
  .border-top-danger-lg-12 {
    border-top: 12px solid #E72328 !important;
  }
  .border-right-danger-lg-12 {
    border-right: 12px solid #E72328 !important;
  }
  .border-bottom-danger-lg-12 {
    border-bottom: 12px solid #E72328 !important;
  }
  .border-left-danger-lg-12 {
    border-left: 12px solid #E72328 !important;
  }
  .border-danger-lg-13 {
    border: 13px solid #E72328 !important;
  }
  .border-top-danger-lg-13 {
    border-top: 13px solid #E72328 !important;
  }
  .border-right-danger-lg-13 {
    border-right: 13px solid #E72328 !important;
  }
  .border-bottom-danger-lg-13 {
    border-bottom: 13px solid #E72328 !important;
  }
  .border-left-danger-lg-13 {
    border-left: 13px solid #E72328 !important;
  }
  .border-danger-lg-14 {
    border: 14px solid #E72328 !important;
  }
  .border-top-danger-lg-14 {
    border-top: 14px solid #E72328 !important;
  }
  .border-right-danger-lg-14 {
    border-right: 14px solid #E72328 !important;
  }
  .border-bottom-danger-lg-14 {
    border-bottom: 14px solid #E72328 !important;
  }
  .border-left-danger-lg-14 {
    border-left: 14px solid #E72328 !important;
  }
  .border-danger-lg-15 {
    border: 15px solid #E72328 !important;
  }
  .border-top-danger-lg-15 {
    border-top: 15px solid #E72328 !important;
  }
  .border-right-danger-lg-15 {
    border-right: 15px solid #E72328 !important;
  }
  .border-bottom-danger-lg-15 {
    border-bottom: 15px solid #E72328 !important;
  }
  .border-left-danger-lg-15 {
    border-left: 15px solid #E72328 !important;
  }
}
/* ############### LG - END ############### */
/* ############### XL - START ############### */
@media (min-width: 1200px) {
  .border-xl-danger {
    border-color: #E72328 !important;
  }
  .border-top-xl-danger {
    border-top: 1px solid #E72328 !important;
  }
  .border-right-xl-danger {
    border-right: 1px solid #E72328 !important;
  }
  .border-bottom-xl-danger {
    border-bottom: 1px solid #E72328 !important;
  }
  .border-left-xl-danger {
    border-left: 1px solid #E72328 !important;
  }
  .border-danger-xl-0 {
    border: 0px solid #E72328 !important;
  }
  .border-top-danger-xl-0 {
    border-top: 0px solid #E72328 !important;
  }
  .border-right-danger-xl-0 {
    border-right: 0px solid #E72328 !important;
  }
  .border-bottom-danger-xl-0 {
    border-bottom: 0px solid #E72328 !important;
  }
  .border-left-danger-xl-0 {
    border-left: 0px solid #E72328 !important;
  }
  .border-danger-xl-1 {
    border: 1px solid #E72328 !important;
  }
  .border-top-danger-xl-1 {
    border-top: 1px solid #E72328 !important;
  }
  .border-right-danger-xl-1 {
    border-right: 1px solid #E72328 !important;
  }
  .border-bottom-danger-xl-1 {
    border-bottom: 1px solid #E72328 !important;
  }
  .border-left-danger-xl-1 {
    border-left: 1px solid #E72328 !important;
  }
  .border-danger-xl-2 {
    border: 2px solid #E72328 !important;
  }
  .border-top-danger-xl-2 {
    border-top: 2px solid #E72328 !important;
  }
  .border-right-danger-xl-2 {
    border-right: 2px solid #E72328 !important;
  }
  .border-bottom-danger-xl-2 {
    border-bottom: 2px solid #E72328 !important;
  }
  .border-left-danger-xl-2 {
    border-left: 2px solid #E72328 !important;
  }
  .border-danger-xl-3 {
    border: 3px solid #E72328 !important;
  }
  .border-top-danger-xl-3 {
    border-top: 3px solid #E72328 !important;
  }
  .border-right-danger-xl-3 {
    border-right: 3px solid #E72328 !important;
  }
  .border-bottom-danger-xl-3 {
    border-bottom: 3px solid #E72328 !important;
  }
  .border-left-danger-xl-3 {
    border-left: 3px solid #E72328 !important;
  }
  .border-danger-xl-4 {
    border: 4px solid #E72328 !important;
  }
  .border-top-danger-xl-4 {
    border-top: 4px solid #E72328 !important;
  }
  .border-right-danger-xl-4 {
    border-right: 4px solid #E72328 !important;
  }
  .border-bottom-danger-xl-4 {
    border-bottom: 4px solid #E72328 !important;
  }
  .border-left-danger-xl-4 {
    border-left: 4px solid #E72328 !important;
  }
  .border-danger-xl-5 {
    border: 5px solid #E72328 !important;
  }
  .border-top-danger-xl-5 {
    border-top: 5px solid #E72328 !important;
  }
  .border-right-danger-xl-5 {
    border-right: 5px solid #E72328 !important;
  }
  .border-bottom-danger-xl-5 {
    border-bottom: 5px solid #E72328 !important;
  }
  .border-left-danger-xl-5 {
    border-left: 5px solid #E72328 !important;
  }
  .border-danger-xl-6 {
    border: 6px solid #E72328 !important;
  }
  .border-top-danger-xl-6 {
    border-top: 6px solid #E72328 !important;
  }
  .border-right-danger-xl-6 {
    border-right: 6px solid #E72328 !important;
  }
  .border-bottom-danger-xl-6 {
    border-bottom: 6px solid #E72328 !important;
  }
  .border-left-danger-xl-6 {
    border-left: 6px solid #E72328 !important;
  }
  .border-danger-xl-7 {
    border: 7px solid #E72328 !important;
  }
  .border-top-danger-xl-7 {
    border-top: 7px solid #E72328 !important;
  }
  .border-right-danger-xl-7 {
    border-right: 7px solid #E72328 !important;
  }
  .border-bottom-danger-xl-7 {
    border-bottom: 7px solid #E72328 !important;
  }
  .border-left-danger-xl-7 {
    border-left: 7px solid #E72328 !important;
  }
  .border-danger-xl-8 {
    border: 8px solid #E72328 !important;
  }
  .border-top-danger-xl-8 {
    border-top: 8px solid #E72328 !important;
  }
  .border-right-danger-xl-8 {
    border-right: 8px solid #E72328 !important;
  }
  .border-bottom-danger-xl-8 {
    border-bottom: 8px solid #E72328 !important;
  }
  .border-left-danger-xl-8 {
    border-left: 8px solid #E72328 !important;
  }
  .border-danger-xl-9 {
    border: 9px solid #E72328 !important;
  }
  .border-top-danger-xl-9 {
    border-top: 9px solid #E72328 !important;
  }
  .border-right-danger-xl-9 {
    border-right: 9px solid #E72328 !important;
  }
  .border-bottom-danger-xl-9 {
    border-bottom: 9px solid #E72328 !important;
  }
  .border-left-danger-xl-9 {
    border-left: 9px solid #E72328 !important;
  }
  .border-danger-xl-10 {
    border: 10px solid #E72328 !important;
  }
  .border-top-danger-xl-10 {
    border-top: 10px solid #E72328 !important;
  }
  .border-right-danger-xl-10 {
    border-right: 10px solid #E72328 !important;
  }
  .border-bottom-danger-xl-10 {
    border-bottom: 10px solid #E72328 !important;
  }
  .border-left-danger-xl-10 {
    border-left: 10px solid #E72328 !important;
  }
  .border-danger-xl-11 {
    border: 11px solid #E72328 !important;
  }
  .border-top-danger-xl-11 {
    border-top: 11px solid #E72328 !important;
  }
  .border-right-danger-xl-11 {
    border-right: 11px solid #E72328 !important;
  }
  .border-bottom-danger-xl-11 {
    border-bottom: 11px solid #E72328 !important;
  }
  .border-left-danger-xl-11 {
    border-left: 11px solid #E72328 !important;
  }
  .border-danger-xl-12 {
    border: 12px solid #E72328 !important;
  }
  .border-top-danger-xl-12 {
    border-top: 12px solid #E72328 !important;
  }
  .border-right-danger-xl-12 {
    border-right: 12px solid #E72328 !important;
  }
  .border-bottom-danger-xl-12 {
    border-bottom: 12px solid #E72328 !important;
  }
  .border-left-danger-xl-12 {
    border-left: 12px solid #E72328 !important;
  }
  .border-danger-xl-13 {
    border: 13px solid #E72328 !important;
  }
  .border-top-danger-xl-13 {
    border-top: 13px solid #E72328 !important;
  }
  .border-right-danger-xl-13 {
    border-right: 13px solid #E72328 !important;
  }
  .border-bottom-danger-xl-13 {
    border-bottom: 13px solid #E72328 !important;
  }
  .border-left-danger-xl-13 {
    border-left: 13px solid #E72328 !important;
  }
  .border-danger-xl-14 {
    border: 14px solid #E72328 !important;
  }
  .border-top-danger-xl-14 {
    border-top: 14px solid #E72328 !important;
  }
  .border-right-danger-xl-14 {
    border-right: 14px solid #E72328 !important;
  }
  .border-bottom-danger-xl-14 {
    border-bottom: 14px solid #E72328 !important;
  }
  .border-left-danger-xl-14 {
    border-left: 14px solid #E72328 !important;
  }
  .border-danger-xl-15 {
    border: 15px solid #E72328 !important;
  }
  .border-top-danger-xl-15 {
    border-top: 15px solid #E72328 !important;
  }
  .border-right-danger-xl-15 {
    border-right: 15px solid #E72328 !important;
  }
  .border-bottom-danger-xl-15 {
    border-bottom: 15px solid #E72328 !important;
  }
  .border-left-danger-xl-15 {
    border-left: 15px solid #E72328 !important;
  }
}
/* ############### XL - END ############### */
/* ############### XXL - START ############### */
@media (min-width: 1400px) {
  .border-xxl-danger {
    border-color: #E72328 !important;
  }
  .border-top-xxl-danger {
    border-top: 1px solid #E72328 !important;
  }
  .border-right-xxl-danger {
    border-right: 1px solid #E72328 !important;
  }
  .border-bottom-xxl-danger {
    border-bottom: 1px solid #E72328 !important;
  }
  .border-left-xxl-danger {
    border-left: 1px solid #E72328 !important;
  }
  .border-danger-xxl-0 {
    border: 0px solid #E72328 !important;
  }
  .border-top-danger-xxl-0 {
    border-top: 0px solid #E72328 !important;
  }
  .border-right-danger-xxl-0 {
    border-right: 0px solid #E72328 !important;
  }
  .border-bottom-danger-xxl-0 {
    border-bottom: 0px solid #E72328 !important;
  }
  .border-left-danger-xxl-0 {
    border-left: 0px solid #E72328 !important;
  }
  .border-danger-xxl-1 {
    border: 1px solid #E72328 !important;
  }
  .border-top-danger-xxl-1 {
    border-top: 1px solid #E72328 !important;
  }
  .border-right-danger-xxl-1 {
    border-right: 1px solid #E72328 !important;
  }
  .border-bottom-danger-xxl-1 {
    border-bottom: 1px solid #E72328 !important;
  }
  .border-left-danger-xxl-1 {
    border-left: 1px solid #E72328 !important;
  }
  .border-danger-xxl-2 {
    border: 2px solid #E72328 !important;
  }
  .border-top-danger-xxl-2 {
    border-top: 2px solid #E72328 !important;
  }
  .border-right-danger-xxl-2 {
    border-right: 2px solid #E72328 !important;
  }
  .border-bottom-danger-xxl-2 {
    border-bottom: 2px solid #E72328 !important;
  }
  .border-left-danger-xxl-2 {
    border-left: 2px solid #E72328 !important;
  }
  .border-danger-xxl-3 {
    border: 3px solid #E72328 !important;
  }
  .border-top-danger-xxl-3 {
    border-top: 3px solid #E72328 !important;
  }
  .border-right-danger-xxl-3 {
    border-right: 3px solid #E72328 !important;
  }
  .border-bottom-danger-xxl-3 {
    border-bottom: 3px solid #E72328 !important;
  }
  .border-left-danger-xxl-3 {
    border-left: 3px solid #E72328 !important;
  }
  .border-danger-xxl-4 {
    border: 4px solid #E72328 !important;
  }
  .border-top-danger-xxl-4 {
    border-top: 4px solid #E72328 !important;
  }
  .border-right-danger-xxl-4 {
    border-right: 4px solid #E72328 !important;
  }
  .border-bottom-danger-xxl-4 {
    border-bottom: 4px solid #E72328 !important;
  }
  .border-left-danger-xxl-4 {
    border-left: 4px solid #E72328 !important;
  }
  .border-danger-xxl-5 {
    border: 5px solid #E72328 !important;
  }
  .border-top-danger-xxl-5 {
    border-top: 5px solid #E72328 !important;
  }
  .border-right-danger-xxl-5 {
    border-right: 5px solid #E72328 !important;
  }
  .border-bottom-danger-xxl-5 {
    border-bottom: 5px solid #E72328 !important;
  }
  .border-left-danger-xxl-5 {
    border-left: 5px solid #E72328 !important;
  }
  .border-danger-xxl-6 {
    border: 6px solid #E72328 !important;
  }
  .border-top-danger-xxl-6 {
    border-top: 6px solid #E72328 !important;
  }
  .border-right-danger-xxl-6 {
    border-right: 6px solid #E72328 !important;
  }
  .border-bottom-danger-xxl-6 {
    border-bottom: 6px solid #E72328 !important;
  }
  .border-left-danger-xxl-6 {
    border-left: 6px solid #E72328 !important;
  }
  .border-danger-xxl-7 {
    border: 7px solid #E72328 !important;
  }
  .border-top-danger-xxl-7 {
    border-top: 7px solid #E72328 !important;
  }
  .border-right-danger-xxl-7 {
    border-right: 7px solid #E72328 !important;
  }
  .border-bottom-danger-xxl-7 {
    border-bottom: 7px solid #E72328 !important;
  }
  .border-left-danger-xxl-7 {
    border-left: 7px solid #E72328 !important;
  }
  .border-danger-xxl-8 {
    border: 8px solid #E72328 !important;
  }
  .border-top-danger-xxl-8 {
    border-top: 8px solid #E72328 !important;
  }
  .border-right-danger-xxl-8 {
    border-right: 8px solid #E72328 !important;
  }
  .border-bottom-danger-xxl-8 {
    border-bottom: 8px solid #E72328 !important;
  }
  .border-left-danger-xxl-8 {
    border-left: 8px solid #E72328 !important;
  }
  .border-danger-xxl-9 {
    border: 9px solid #E72328 !important;
  }
  .border-top-danger-xxl-9 {
    border-top: 9px solid #E72328 !important;
  }
  .border-right-danger-xxl-9 {
    border-right: 9px solid #E72328 !important;
  }
  .border-bottom-danger-xxl-9 {
    border-bottom: 9px solid #E72328 !important;
  }
  .border-left-danger-xxl-9 {
    border-left: 9px solid #E72328 !important;
  }
  .border-danger-xxl-10 {
    border: 10px solid #E72328 !important;
  }
  .border-top-danger-xxl-10 {
    border-top: 10px solid #E72328 !important;
  }
  .border-right-danger-xxl-10 {
    border-right: 10px solid #E72328 !important;
  }
  .border-bottom-danger-xxl-10 {
    border-bottom: 10px solid #E72328 !important;
  }
  .border-left-danger-xxl-10 {
    border-left: 10px solid #E72328 !important;
  }
  .border-danger-xxl-11 {
    border: 11px solid #E72328 !important;
  }
  .border-top-danger-xxl-11 {
    border-top: 11px solid #E72328 !important;
  }
  .border-right-danger-xxl-11 {
    border-right: 11px solid #E72328 !important;
  }
  .border-bottom-danger-xxl-11 {
    border-bottom: 11px solid #E72328 !important;
  }
  .border-left-danger-xxl-11 {
    border-left: 11px solid #E72328 !important;
  }
  .border-danger-xxl-12 {
    border: 12px solid #E72328 !important;
  }
  .border-top-danger-xxl-12 {
    border-top: 12px solid #E72328 !important;
  }
  .border-right-danger-xxl-12 {
    border-right: 12px solid #E72328 !important;
  }
  .border-bottom-danger-xxl-12 {
    border-bottom: 12px solid #E72328 !important;
  }
  .border-left-danger-xxl-12 {
    border-left: 12px solid #E72328 !important;
  }
  .border-danger-xxl-13 {
    border: 13px solid #E72328 !important;
  }
  .border-top-danger-xxl-13 {
    border-top: 13px solid #E72328 !important;
  }
  .border-right-danger-xxl-13 {
    border-right: 13px solid #E72328 !important;
  }
  .border-bottom-danger-xxl-13 {
    border-bottom: 13px solid #E72328 !important;
  }
  .border-left-danger-xxl-13 {
    border-left: 13px solid #E72328 !important;
  }
  .border-danger-xxl-14 {
    border: 14px solid #E72328 !important;
  }
  .border-top-danger-xxl-14 {
    border-top: 14px solid #E72328 !important;
  }
  .border-right-danger-xxl-14 {
    border-right: 14px solid #E72328 !important;
  }
  .border-bottom-danger-xxl-14 {
    border-bottom: 14px solid #E72328 !important;
  }
  .border-left-danger-xxl-14 {
    border-left: 14px solid #E72328 !important;
  }
  .border-danger-xxl-15 {
    border: 15px solid #E72328 !important;
  }
  .border-top-danger-xxl-15 {
    border-top: 15px solid #E72328 !important;
  }
  .border-right-danger-xxl-15 {
    border-right: 15px solid #E72328 !important;
  }
  .border-bottom-danger-xxl-15 {
    border-bottom: 15px solid #E72328 !important;
  }
  .border-left-danger-xxl-15 {
    border-left: 15px solid #E72328 !important;
  }
}
/* ############### XXL - END ############### */
/* ############### XXXL - START ############### */
@media (min-width: 1600px) {
  .border-xxxl-danger {
    border-color: #E72328 !important;
  }
  .border-top-xxxl-danger {
    border-top: 1px solid #E72328 !important;
  }
  .border-right-xxxl-danger {
    border-right: 1px solid #E72328 !important;
  }
  .border-bottom-xxxl-danger {
    border-bottom: 1px solid #E72328 !important;
  }
  .border-left-xxxl-danger {
    border-left: 1px solid #E72328 !important;
  }
  .border-danger-xxxl-0 {
    border: 0px solid #E72328 !important;
  }
  .border-top-danger-xxxl-0 {
    border-top: 0px solid #E72328 !important;
  }
  .border-right-danger-xxxl-0 {
    border-right: 0px solid #E72328 !important;
  }
  .border-bottom-danger-xxxl-0 {
    border-bottom: 0px solid #E72328 !important;
  }
  .border-left-danger-xxxl-0 {
    border-left: 0px solid #E72328 !important;
  }
  .border-danger-xxxl-1 {
    border: 1px solid #E72328 !important;
  }
  .border-top-danger-xxxl-1 {
    border-top: 1px solid #E72328 !important;
  }
  .border-right-danger-xxxl-1 {
    border-right: 1px solid #E72328 !important;
  }
  .border-bottom-danger-xxxl-1 {
    border-bottom: 1px solid #E72328 !important;
  }
  .border-left-danger-xxxl-1 {
    border-left: 1px solid #E72328 !important;
  }
  .border-danger-xxxl-2 {
    border: 2px solid #E72328 !important;
  }
  .border-top-danger-xxxl-2 {
    border-top: 2px solid #E72328 !important;
  }
  .border-right-danger-xxxl-2 {
    border-right: 2px solid #E72328 !important;
  }
  .border-bottom-danger-xxxl-2 {
    border-bottom: 2px solid #E72328 !important;
  }
  .border-left-danger-xxxl-2 {
    border-left: 2px solid #E72328 !important;
  }
  .border-danger-xxxl-3 {
    border: 3px solid #E72328 !important;
  }
  .border-top-danger-xxxl-3 {
    border-top: 3px solid #E72328 !important;
  }
  .border-right-danger-xxxl-3 {
    border-right: 3px solid #E72328 !important;
  }
  .border-bottom-danger-xxxl-3 {
    border-bottom: 3px solid #E72328 !important;
  }
  .border-left-danger-xxxl-3 {
    border-left: 3px solid #E72328 !important;
  }
  .border-danger-xxxl-4 {
    border: 4px solid #E72328 !important;
  }
  .border-top-danger-xxxl-4 {
    border-top: 4px solid #E72328 !important;
  }
  .border-right-danger-xxxl-4 {
    border-right: 4px solid #E72328 !important;
  }
  .border-bottom-danger-xxxl-4 {
    border-bottom: 4px solid #E72328 !important;
  }
  .border-left-danger-xxxl-4 {
    border-left: 4px solid #E72328 !important;
  }
  .border-danger-xxxl-5 {
    border: 5px solid #E72328 !important;
  }
  .border-top-danger-xxxl-5 {
    border-top: 5px solid #E72328 !important;
  }
  .border-right-danger-xxxl-5 {
    border-right: 5px solid #E72328 !important;
  }
  .border-bottom-danger-xxxl-5 {
    border-bottom: 5px solid #E72328 !important;
  }
  .border-left-danger-xxxl-5 {
    border-left: 5px solid #E72328 !important;
  }
  .border-danger-xxxl-6 {
    border: 6px solid #E72328 !important;
  }
  .border-top-danger-xxxl-6 {
    border-top: 6px solid #E72328 !important;
  }
  .border-right-danger-xxxl-6 {
    border-right: 6px solid #E72328 !important;
  }
  .border-bottom-danger-xxxl-6 {
    border-bottom: 6px solid #E72328 !important;
  }
  .border-left-danger-xxxl-6 {
    border-left: 6px solid #E72328 !important;
  }
  .border-danger-xxxl-7 {
    border: 7px solid #E72328 !important;
  }
  .border-top-danger-xxxl-7 {
    border-top: 7px solid #E72328 !important;
  }
  .border-right-danger-xxxl-7 {
    border-right: 7px solid #E72328 !important;
  }
  .border-bottom-danger-xxxl-7 {
    border-bottom: 7px solid #E72328 !important;
  }
  .border-left-danger-xxxl-7 {
    border-left: 7px solid #E72328 !important;
  }
  .border-danger-xxxl-8 {
    border: 8px solid #E72328 !important;
  }
  .border-top-danger-xxxl-8 {
    border-top: 8px solid #E72328 !important;
  }
  .border-right-danger-xxxl-8 {
    border-right: 8px solid #E72328 !important;
  }
  .border-bottom-danger-xxxl-8 {
    border-bottom: 8px solid #E72328 !important;
  }
  .border-left-danger-xxxl-8 {
    border-left: 8px solid #E72328 !important;
  }
  .border-danger-xxxl-9 {
    border: 9px solid #E72328 !important;
  }
  .border-top-danger-xxxl-9 {
    border-top: 9px solid #E72328 !important;
  }
  .border-right-danger-xxxl-9 {
    border-right: 9px solid #E72328 !important;
  }
  .border-bottom-danger-xxxl-9 {
    border-bottom: 9px solid #E72328 !important;
  }
  .border-left-danger-xxxl-9 {
    border-left: 9px solid #E72328 !important;
  }
  .border-danger-xxxl-10 {
    border: 10px solid #E72328 !important;
  }
  .border-top-danger-xxxl-10 {
    border-top: 10px solid #E72328 !important;
  }
  .border-right-danger-xxxl-10 {
    border-right: 10px solid #E72328 !important;
  }
  .border-bottom-danger-xxxl-10 {
    border-bottom: 10px solid #E72328 !important;
  }
  .border-left-danger-xxxl-10 {
    border-left: 10px solid #E72328 !important;
  }
  .border-danger-xxxl-11 {
    border: 11px solid #E72328 !important;
  }
  .border-top-danger-xxxl-11 {
    border-top: 11px solid #E72328 !important;
  }
  .border-right-danger-xxxl-11 {
    border-right: 11px solid #E72328 !important;
  }
  .border-bottom-danger-xxxl-11 {
    border-bottom: 11px solid #E72328 !important;
  }
  .border-left-danger-xxxl-11 {
    border-left: 11px solid #E72328 !important;
  }
  .border-danger-xxxl-12 {
    border: 12px solid #E72328 !important;
  }
  .border-top-danger-xxxl-12 {
    border-top: 12px solid #E72328 !important;
  }
  .border-right-danger-xxxl-12 {
    border-right: 12px solid #E72328 !important;
  }
  .border-bottom-danger-xxxl-12 {
    border-bottom: 12px solid #E72328 !important;
  }
  .border-left-danger-xxxl-12 {
    border-left: 12px solid #E72328 !important;
  }
  .border-danger-xxxl-13 {
    border: 13px solid #E72328 !important;
  }
  .border-top-danger-xxxl-13 {
    border-top: 13px solid #E72328 !important;
  }
  .border-right-danger-xxxl-13 {
    border-right: 13px solid #E72328 !important;
  }
  .border-bottom-danger-xxxl-13 {
    border-bottom: 13px solid #E72328 !important;
  }
  .border-left-danger-xxxl-13 {
    border-left: 13px solid #E72328 !important;
  }
  .border-danger-xxxl-14 {
    border: 14px solid #E72328 !important;
  }
  .border-top-danger-xxxl-14 {
    border-top: 14px solid #E72328 !important;
  }
  .border-right-danger-xxxl-14 {
    border-right: 14px solid #E72328 !important;
  }
  .border-bottom-danger-xxxl-14 {
    border-bottom: 14px solid #E72328 !important;
  }
  .border-left-danger-xxxl-14 {
    border-left: 14px solid #E72328 !important;
  }
  .border-danger-xxxl-15 {
    border: 15px solid #E72328 !important;
  }
  .border-top-danger-xxxl-15 {
    border-top: 15px solid #E72328 !important;
  }
  .border-right-danger-xxxl-15 {
    border-right: 15px solid #E72328 !important;
  }
  .border-bottom-danger-xxxl-15 {
    border-bottom: 15px solid #E72328 !important;
  }
  .border-left-danger-xxxl-15 {
    border-left: 15px solid #E72328 !important;
  }
}
/* ############### XXXL - END ############### */
/* ############### XXXXL - START ############### */
@media (min-width: 1900px) {
  .border-xxxxl-danger {
    border-color: #E72328 !important;
  }
  .border-top-xxxxl-danger {
    border-top: 1px solid #E72328 !important;
  }
  .border-right-xxxxl-danger {
    border-right: 1px solid #E72328 !important;
  }
  .border-bottom-xxxxl-danger {
    border-bottom: 1px solid #E72328 !important;
  }
  .border-left-xxxxl-danger {
    border-left: 1px solid #E72328 !important;
  }
  .border-danger-xxxxl-0 {
    border: 0px solid #E72328 !important;
  }
  .border-top-danger-xxxxl-0 {
    border-top: 0px solid #E72328 !important;
  }
  .border-right-danger-xxxxl-0 {
    border-right: 0px solid #E72328 !important;
  }
  .border-bottom-danger-xxxxl-0 {
    border-bottom: 0px solid #E72328 !important;
  }
  .border-left-danger-xxxxl-0 {
    border-left: 0px solid #E72328 !important;
  }
  .border-danger-xxxxl-1 {
    border: 1px solid #E72328 !important;
  }
  .border-top-danger-xxxxl-1 {
    border-top: 1px solid #E72328 !important;
  }
  .border-right-danger-xxxxl-1 {
    border-right: 1px solid #E72328 !important;
  }
  .border-bottom-danger-xxxxl-1 {
    border-bottom: 1px solid #E72328 !important;
  }
  .border-left-danger-xxxxl-1 {
    border-left: 1px solid #E72328 !important;
  }
  .border-danger-xxxxl-2 {
    border: 2px solid #E72328 !important;
  }
  .border-top-danger-xxxxl-2 {
    border-top: 2px solid #E72328 !important;
  }
  .border-right-danger-xxxxl-2 {
    border-right: 2px solid #E72328 !important;
  }
  .border-bottom-danger-xxxxl-2 {
    border-bottom: 2px solid #E72328 !important;
  }
  .border-left-danger-xxxxl-2 {
    border-left: 2px solid #E72328 !important;
  }
  .border-danger-xxxxl-3 {
    border: 3px solid #E72328 !important;
  }
  .border-top-danger-xxxxl-3 {
    border-top: 3px solid #E72328 !important;
  }
  .border-right-danger-xxxxl-3 {
    border-right: 3px solid #E72328 !important;
  }
  .border-bottom-danger-xxxxl-3 {
    border-bottom: 3px solid #E72328 !important;
  }
  .border-left-danger-xxxxl-3 {
    border-left: 3px solid #E72328 !important;
  }
  .border-danger-xxxxl-4 {
    border: 4px solid #E72328 !important;
  }
  .border-top-danger-xxxxl-4 {
    border-top: 4px solid #E72328 !important;
  }
  .border-right-danger-xxxxl-4 {
    border-right: 4px solid #E72328 !important;
  }
  .border-bottom-danger-xxxxl-4 {
    border-bottom: 4px solid #E72328 !important;
  }
  .border-left-danger-xxxxl-4 {
    border-left: 4px solid #E72328 !important;
  }
  .border-danger-xxxxl-5 {
    border: 5px solid #E72328 !important;
  }
  .border-top-danger-xxxxl-5 {
    border-top: 5px solid #E72328 !important;
  }
  .border-right-danger-xxxxl-5 {
    border-right: 5px solid #E72328 !important;
  }
  .border-bottom-danger-xxxxl-5 {
    border-bottom: 5px solid #E72328 !important;
  }
  .border-left-danger-xxxxl-5 {
    border-left: 5px solid #E72328 !important;
  }
  .border-danger-xxxxl-6 {
    border: 6px solid #E72328 !important;
  }
  .border-top-danger-xxxxl-6 {
    border-top: 6px solid #E72328 !important;
  }
  .border-right-danger-xxxxl-6 {
    border-right: 6px solid #E72328 !important;
  }
  .border-bottom-danger-xxxxl-6 {
    border-bottom: 6px solid #E72328 !important;
  }
  .border-left-danger-xxxxl-6 {
    border-left: 6px solid #E72328 !important;
  }
  .border-danger-xxxxl-7 {
    border: 7px solid #E72328 !important;
  }
  .border-top-danger-xxxxl-7 {
    border-top: 7px solid #E72328 !important;
  }
  .border-right-danger-xxxxl-7 {
    border-right: 7px solid #E72328 !important;
  }
  .border-bottom-danger-xxxxl-7 {
    border-bottom: 7px solid #E72328 !important;
  }
  .border-left-danger-xxxxl-7 {
    border-left: 7px solid #E72328 !important;
  }
  .border-danger-xxxxl-8 {
    border: 8px solid #E72328 !important;
  }
  .border-top-danger-xxxxl-8 {
    border-top: 8px solid #E72328 !important;
  }
  .border-right-danger-xxxxl-8 {
    border-right: 8px solid #E72328 !important;
  }
  .border-bottom-danger-xxxxl-8 {
    border-bottom: 8px solid #E72328 !important;
  }
  .border-left-danger-xxxxl-8 {
    border-left: 8px solid #E72328 !important;
  }
  .border-danger-xxxxl-9 {
    border: 9px solid #E72328 !important;
  }
  .border-top-danger-xxxxl-9 {
    border-top: 9px solid #E72328 !important;
  }
  .border-right-danger-xxxxl-9 {
    border-right: 9px solid #E72328 !important;
  }
  .border-bottom-danger-xxxxl-9 {
    border-bottom: 9px solid #E72328 !important;
  }
  .border-left-danger-xxxxl-9 {
    border-left: 9px solid #E72328 !important;
  }
  .border-danger-xxxxl-10 {
    border: 10px solid #E72328 !important;
  }
  .border-top-danger-xxxxl-10 {
    border-top: 10px solid #E72328 !important;
  }
  .border-right-danger-xxxxl-10 {
    border-right: 10px solid #E72328 !important;
  }
  .border-bottom-danger-xxxxl-10 {
    border-bottom: 10px solid #E72328 !important;
  }
  .border-left-danger-xxxxl-10 {
    border-left: 10px solid #E72328 !important;
  }
  .border-danger-xxxxl-11 {
    border: 11px solid #E72328 !important;
  }
  .border-top-danger-xxxxl-11 {
    border-top: 11px solid #E72328 !important;
  }
  .border-right-danger-xxxxl-11 {
    border-right: 11px solid #E72328 !important;
  }
  .border-bottom-danger-xxxxl-11 {
    border-bottom: 11px solid #E72328 !important;
  }
  .border-left-danger-xxxxl-11 {
    border-left: 11px solid #E72328 !important;
  }
  .border-danger-xxxxl-12 {
    border: 12px solid #E72328 !important;
  }
  .border-top-danger-xxxxl-12 {
    border-top: 12px solid #E72328 !important;
  }
  .border-right-danger-xxxxl-12 {
    border-right: 12px solid #E72328 !important;
  }
  .border-bottom-danger-xxxxl-12 {
    border-bottom: 12px solid #E72328 !important;
  }
  .border-left-danger-xxxxl-12 {
    border-left: 12px solid #E72328 !important;
  }
  .border-danger-xxxxl-13 {
    border: 13px solid #E72328 !important;
  }
  .border-top-danger-xxxxl-13 {
    border-top: 13px solid #E72328 !important;
  }
  .border-right-danger-xxxxl-13 {
    border-right: 13px solid #E72328 !important;
  }
  .border-bottom-danger-xxxxl-13 {
    border-bottom: 13px solid #E72328 !important;
  }
  .border-left-danger-xxxxl-13 {
    border-left: 13px solid #E72328 !important;
  }
  .border-danger-xxxxl-14 {
    border: 14px solid #E72328 !important;
  }
  .border-top-danger-xxxxl-14 {
    border-top: 14px solid #E72328 !important;
  }
  .border-right-danger-xxxxl-14 {
    border-right: 14px solid #E72328 !important;
  }
  .border-bottom-danger-xxxxl-14 {
    border-bottom: 14px solid #E72328 !important;
  }
  .border-left-danger-xxxxl-14 {
    border-left: 14px solid #E72328 !important;
  }
  .border-danger-xxxxl-15 {
    border: 15px solid #E72328 !important;
  }
  .border-top-danger-xxxxl-15 {
    border-top: 15px solid #E72328 !important;
  }
  .border-right-danger-xxxxl-15 {
    border-right: 15px solid #E72328 !important;
  }
  .border-bottom-danger-xxxxl-15 {
    border-bottom: 15px solid #E72328 !important;
  }
  .border-left-danger-xxxxl-15 {
    border-left: 15px solid #E72328 !important;
  }
}
/* ############### XXXXL - END ############### */
.border-light {
  border-color: #f0f0f0 !important;
}

.border-top-light {
  border-top: 1px solid #f0f0f0 !important;
}

.border-right-light {
  border-right: 1px solid #f0f0f0 !important;
}

.border-bottom-light {
  border-bottom: 1px solid #f0f0f0 !important;
}

.border-left-light {
  border-left: 1px solid #f0f0f0 !important;
}

.border-light-0 {
  border: 0px solid #f0f0f0 !important;
}

.border-top-light-0 {
  border-top: 0px solid #f0f0f0 !important;
}

.border-right-light-0 {
  border-right: 0px solid #f0f0f0 !important;
}

.border-bottom-light-0 {
  border-bottom: 0px solid #f0f0f0 !important;
}

.border-left-light-0 {
  border-left: 0px solid #f0f0f0 !important;
}

.border-light-1 {
  border: 1px solid #f0f0f0 !important;
}

.border-top-light-1 {
  border-top: 1px solid #f0f0f0 !important;
}

.border-right-light-1 {
  border-right: 1px solid #f0f0f0 !important;
}

.border-bottom-light-1 {
  border-bottom: 1px solid #f0f0f0 !important;
}

.border-left-light-1 {
  border-left: 1px solid #f0f0f0 !important;
}

.border-light-2 {
  border: 2px solid #f0f0f0 !important;
}

.border-top-light-2 {
  border-top: 2px solid #f0f0f0 !important;
}

.border-right-light-2 {
  border-right: 2px solid #f0f0f0 !important;
}

.border-bottom-light-2 {
  border-bottom: 2px solid #f0f0f0 !important;
}

.border-left-light-2 {
  border-left: 2px solid #f0f0f0 !important;
}

.border-light-3 {
  border: 3px solid #f0f0f0 !important;
}

.border-top-light-3 {
  border-top: 3px solid #f0f0f0 !important;
}

.border-right-light-3 {
  border-right: 3px solid #f0f0f0 !important;
}

.border-bottom-light-3 {
  border-bottom: 3px solid #f0f0f0 !important;
}

.border-left-light-3 {
  border-left: 3px solid #f0f0f0 !important;
}

.border-light-4 {
  border: 4px solid #f0f0f0 !important;
}

.border-top-light-4 {
  border-top: 4px solid #f0f0f0 !important;
}

.border-right-light-4 {
  border-right: 4px solid #f0f0f0 !important;
}

.border-bottom-light-4 {
  border-bottom: 4px solid #f0f0f0 !important;
}

.border-left-light-4 {
  border-left: 4px solid #f0f0f0 !important;
}

.border-light-5 {
  border: 5px solid #f0f0f0 !important;
}

.border-top-light-5 {
  border-top: 5px solid #f0f0f0 !important;
}

.border-right-light-5 {
  border-right: 5px solid #f0f0f0 !important;
}

.border-bottom-light-5 {
  border-bottom: 5px solid #f0f0f0 !important;
}

.border-left-light-5 {
  border-left: 5px solid #f0f0f0 !important;
}

.border-light-6 {
  border: 6px solid #f0f0f0 !important;
}

.border-top-light-6 {
  border-top: 6px solid #f0f0f0 !important;
}

.border-right-light-6 {
  border-right: 6px solid #f0f0f0 !important;
}

.border-bottom-light-6 {
  border-bottom: 6px solid #f0f0f0 !important;
}

.border-left-light-6 {
  border-left: 6px solid #f0f0f0 !important;
}

.border-light-7 {
  border: 7px solid #f0f0f0 !important;
}

.border-top-light-7 {
  border-top: 7px solid #f0f0f0 !important;
}

.border-right-light-7 {
  border-right: 7px solid #f0f0f0 !important;
}

.border-bottom-light-7 {
  border-bottom: 7px solid #f0f0f0 !important;
}

.border-left-light-7 {
  border-left: 7px solid #f0f0f0 !important;
}

.border-light-8 {
  border: 8px solid #f0f0f0 !important;
}

.border-top-light-8 {
  border-top: 8px solid #f0f0f0 !important;
}

.border-right-light-8 {
  border-right: 8px solid #f0f0f0 !important;
}

.border-bottom-light-8 {
  border-bottom: 8px solid #f0f0f0 !important;
}

.border-left-light-8 {
  border-left: 8px solid #f0f0f0 !important;
}

.border-light-9 {
  border: 9px solid #f0f0f0 !important;
}

.border-top-light-9 {
  border-top: 9px solid #f0f0f0 !important;
}

.border-right-light-9 {
  border-right: 9px solid #f0f0f0 !important;
}

.border-bottom-light-9 {
  border-bottom: 9px solid #f0f0f0 !important;
}

.border-left-light-9 {
  border-left: 9px solid #f0f0f0 !important;
}

.border-light-10 {
  border: 10px solid #f0f0f0 !important;
}

.border-top-light-10 {
  border-top: 10px solid #f0f0f0 !important;
}

.border-right-light-10 {
  border-right: 10px solid #f0f0f0 !important;
}

.border-bottom-light-10 {
  border-bottom: 10px solid #f0f0f0 !important;
}

.border-left-light-10 {
  border-left: 10px solid #f0f0f0 !important;
}

.border-light-11 {
  border: 11px solid #f0f0f0 !important;
}

.border-top-light-11 {
  border-top: 11px solid #f0f0f0 !important;
}

.border-right-light-11 {
  border-right: 11px solid #f0f0f0 !important;
}

.border-bottom-light-11 {
  border-bottom: 11px solid #f0f0f0 !important;
}

.border-left-light-11 {
  border-left: 11px solid #f0f0f0 !important;
}

.border-light-12 {
  border: 12px solid #f0f0f0 !important;
}

.border-top-light-12 {
  border-top: 12px solid #f0f0f0 !important;
}

.border-right-light-12 {
  border-right: 12px solid #f0f0f0 !important;
}

.border-bottom-light-12 {
  border-bottom: 12px solid #f0f0f0 !important;
}

.border-left-light-12 {
  border-left: 12px solid #f0f0f0 !important;
}

.border-light-13 {
  border: 13px solid #f0f0f0 !important;
}

.border-top-light-13 {
  border-top: 13px solid #f0f0f0 !important;
}

.border-right-light-13 {
  border-right: 13px solid #f0f0f0 !important;
}

.border-bottom-light-13 {
  border-bottom: 13px solid #f0f0f0 !important;
}

.border-left-light-13 {
  border-left: 13px solid #f0f0f0 !important;
}

.border-light-14 {
  border: 14px solid #f0f0f0 !important;
}

.border-top-light-14 {
  border-top: 14px solid #f0f0f0 !important;
}

.border-right-light-14 {
  border-right: 14px solid #f0f0f0 !important;
}

.border-bottom-light-14 {
  border-bottom: 14px solid #f0f0f0 !important;
}

.border-left-light-14 {
  border-left: 14px solid #f0f0f0 !important;
}

.border-light-15 {
  border: 15px solid #f0f0f0 !important;
}

.border-top-light-15 {
  border-top: 15px solid #f0f0f0 !important;
}

.border-right-light-15 {
  border-right: 15px solid #f0f0f0 !important;
}

.border-bottom-light-15 {
  border-bottom: 15px solid #f0f0f0 !important;
}

.border-left-light-15 {
  border-left: 15px solid #f0f0f0 !important;
}

/* ############### SM - START ############### */
@media (min-width: 576px) {
  .border-sm-light {
    border-color: #f0f0f0 !important;
  }
  .border-top-sm-light {
    border-top: 1px solid #f0f0f0 !important;
  }
  .border-right-sm-light {
    border-right: 1px solid #f0f0f0 !important;
  }
  .border-bottom-sm-light {
    border-bottom: 1px solid #f0f0f0 !important;
  }
  .border-left-sm-light {
    border-left: 1px solid #f0f0f0 !important;
  }
  .border-light-sm-0 {
    border: 0px solid #f0f0f0 !important;
  }
  .border-top-light-sm-0 {
    border-top: 0px solid #f0f0f0 !important;
  }
  .border-right-light-sm-0 {
    border-right: 0px solid #f0f0f0 !important;
  }
  .border-bottom-light-sm-0 {
    border-bottom: 0px solid #f0f0f0 !important;
  }
  .border-left-light-sm-0 {
    border-left: 0px solid #f0f0f0 !important;
  }
  .border-light-sm-1 {
    border: 1px solid #f0f0f0 !important;
  }
  .border-top-light-sm-1 {
    border-top: 1px solid #f0f0f0 !important;
  }
  .border-right-light-sm-1 {
    border-right: 1px solid #f0f0f0 !important;
  }
  .border-bottom-light-sm-1 {
    border-bottom: 1px solid #f0f0f0 !important;
  }
  .border-left-light-sm-1 {
    border-left: 1px solid #f0f0f0 !important;
  }
  .border-light-sm-2 {
    border: 2px solid #f0f0f0 !important;
  }
  .border-top-light-sm-2 {
    border-top: 2px solid #f0f0f0 !important;
  }
  .border-right-light-sm-2 {
    border-right: 2px solid #f0f0f0 !important;
  }
  .border-bottom-light-sm-2 {
    border-bottom: 2px solid #f0f0f0 !important;
  }
  .border-left-light-sm-2 {
    border-left: 2px solid #f0f0f0 !important;
  }
  .border-light-sm-3 {
    border: 3px solid #f0f0f0 !important;
  }
  .border-top-light-sm-3 {
    border-top: 3px solid #f0f0f0 !important;
  }
  .border-right-light-sm-3 {
    border-right: 3px solid #f0f0f0 !important;
  }
  .border-bottom-light-sm-3 {
    border-bottom: 3px solid #f0f0f0 !important;
  }
  .border-left-light-sm-3 {
    border-left: 3px solid #f0f0f0 !important;
  }
  .border-light-sm-4 {
    border: 4px solid #f0f0f0 !important;
  }
  .border-top-light-sm-4 {
    border-top: 4px solid #f0f0f0 !important;
  }
  .border-right-light-sm-4 {
    border-right: 4px solid #f0f0f0 !important;
  }
  .border-bottom-light-sm-4 {
    border-bottom: 4px solid #f0f0f0 !important;
  }
  .border-left-light-sm-4 {
    border-left: 4px solid #f0f0f0 !important;
  }
  .border-light-sm-5 {
    border: 5px solid #f0f0f0 !important;
  }
  .border-top-light-sm-5 {
    border-top: 5px solid #f0f0f0 !important;
  }
  .border-right-light-sm-5 {
    border-right: 5px solid #f0f0f0 !important;
  }
  .border-bottom-light-sm-5 {
    border-bottom: 5px solid #f0f0f0 !important;
  }
  .border-left-light-sm-5 {
    border-left: 5px solid #f0f0f0 !important;
  }
  .border-light-sm-6 {
    border: 6px solid #f0f0f0 !important;
  }
  .border-top-light-sm-6 {
    border-top: 6px solid #f0f0f0 !important;
  }
  .border-right-light-sm-6 {
    border-right: 6px solid #f0f0f0 !important;
  }
  .border-bottom-light-sm-6 {
    border-bottom: 6px solid #f0f0f0 !important;
  }
  .border-left-light-sm-6 {
    border-left: 6px solid #f0f0f0 !important;
  }
  .border-light-sm-7 {
    border: 7px solid #f0f0f0 !important;
  }
  .border-top-light-sm-7 {
    border-top: 7px solid #f0f0f0 !important;
  }
  .border-right-light-sm-7 {
    border-right: 7px solid #f0f0f0 !important;
  }
  .border-bottom-light-sm-7 {
    border-bottom: 7px solid #f0f0f0 !important;
  }
  .border-left-light-sm-7 {
    border-left: 7px solid #f0f0f0 !important;
  }
  .border-light-sm-8 {
    border: 8px solid #f0f0f0 !important;
  }
  .border-top-light-sm-8 {
    border-top: 8px solid #f0f0f0 !important;
  }
  .border-right-light-sm-8 {
    border-right: 8px solid #f0f0f0 !important;
  }
  .border-bottom-light-sm-8 {
    border-bottom: 8px solid #f0f0f0 !important;
  }
  .border-left-light-sm-8 {
    border-left: 8px solid #f0f0f0 !important;
  }
  .border-light-sm-9 {
    border: 9px solid #f0f0f0 !important;
  }
  .border-top-light-sm-9 {
    border-top: 9px solid #f0f0f0 !important;
  }
  .border-right-light-sm-9 {
    border-right: 9px solid #f0f0f0 !important;
  }
  .border-bottom-light-sm-9 {
    border-bottom: 9px solid #f0f0f0 !important;
  }
  .border-left-light-sm-9 {
    border-left: 9px solid #f0f0f0 !important;
  }
  .border-light-sm-10 {
    border: 10px solid #f0f0f0 !important;
  }
  .border-top-light-sm-10 {
    border-top: 10px solid #f0f0f0 !important;
  }
  .border-right-light-sm-10 {
    border-right: 10px solid #f0f0f0 !important;
  }
  .border-bottom-light-sm-10 {
    border-bottom: 10px solid #f0f0f0 !important;
  }
  .border-left-light-sm-10 {
    border-left: 10px solid #f0f0f0 !important;
  }
  .border-light-sm-11 {
    border: 11px solid #f0f0f0 !important;
  }
  .border-top-light-sm-11 {
    border-top: 11px solid #f0f0f0 !important;
  }
  .border-right-light-sm-11 {
    border-right: 11px solid #f0f0f0 !important;
  }
  .border-bottom-light-sm-11 {
    border-bottom: 11px solid #f0f0f0 !important;
  }
  .border-left-light-sm-11 {
    border-left: 11px solid #f0f0f0 !important;
  }
  .border-light-sm-12 {
    border: 12px solid #f0f0f0 !important;
  }
  .border-top-light-sm-12 {
    border-top: 12px solid #f0f0f0 !important;
  }
  .border-right-light-sm-12 {
    border-right: 12px solid #f0f0f0 !important;
  }
  .border-bottom-light-sm-12 {
    border-bottom: 12px solid #f0f0f0 !important;
  }
  .border-left-light-sm-12 {
    border-left: 12px solid #f0f0f0 !important;
  }
  .border-light-sm-13 {
    border: 13px solid #f0f0f0 !important;
  }
  .border-top-light-sm-13 {
    border-top: 13px solid #f0f0f0 !important;
  }
  .border-right-light-sm-13 {
    border-right: 13px solid #f0f0f0 !important;
  }
  .border-bottom-light-sm-13 {
    border-bottom: 13px solid #f0f0f0 !important;
  }
  .border-left-light-sm-13 {
    border-left: 13px solid #f0f0f0 !important;
  }
  .border-light-sm-14 {
    border: 14px solid #f0f0f0 !important;
  }
  .border-top-light-sm-14 {
    border-top: 14px solid #f0f0f0 !important;
  }
  .border-right-light-sm-14 {
    border-right: 14px solid #f0f0f0 !important;
  }
  .border-bottom-light-sm-14 {
    border-bottom: 14px solid #f0f0f0 !important;
  }
  .border-left-light-sm-14 {
    border-left: 14px solid #f0f0f0 !important;
  }
  .border-light-sm-15 {
    border: 15px solid #f0f0f0 !important;
  }
  .border-top-light-sm-15 {
    border-top: 15px solid #f0f0f0 !important;
  }
  .border-right-light-sm-15 {
    border-right: 15px solid #f0f0f0 !important;
  }
  .border-bottom-light-sm-15 {
    border-bottom: 15px solid #f0f0f0 !important;
  }
  .border-left-light-sm-15 {
    border-left: 15px solid #f0f0f0 !important;
  }
}
/* ############### SM - END ############### */
/* ############### MD - START ############### */
@media (min-width: 768px) {
  .border-md-light {
    border-color: #f0f0f0 !important;
  }
  .border-top-md-light {
    border-top: 1px solid #f0f0f0 !important;
  }
  .border-right-md-light {
    border-right: 1px solid #f0f0f0 !important;
  }
  .border-bottom-md-light {
    border-bottom: 1px solid #f0f0f0 !important;
  }
  .border-left-md-light {
    border-left: 1px solid #f0f0f0 !important;
  }
  .border-light-md-0 {
    border: 0px solid #f0f0f0 !important;
  }
  .border-top-light-md-0 {
    border-top: 0px solid #f0f0f0 !important;
  }
  .border-right-light-md-0 {
    border-right: 0px solid #f0f0f0 !important;
  }
  .border-bottom-light-md-0 {
    border-bottom: 0px solid #f0f0f0 !important;
  }
  .border-left-light-md-0 {
    border-left: 0px solid #f0f0f0 !important;
  }
  .border-light-md-1 {
    border: 1px solid #f0f0f0 !important;
  }
  .border-top-light-md-1 {
    border-top: 1px solid #f0f0f0 !important;
  }
  .border-right-light-md-1 {
    border-right: 1px solid #f0f0f0 !important;
  }
  .border-bottom-light-md-1 {
    border-bottom: 1px solid #f0f0f0 !important;
  }
  .border-left-light-md-1 {
    border-left: 1px solid #f0f0f0 !important;
  }
  .border-light-md-2 {
    border: 2px solid #f0f0f0 !important;
  }
  .border-top-light-md-2 {
    border-top: 2px solid #f0f0f0 !important;
  }
  .border-right-light-md-2 {
    border-right: 2px solid #f0f0f0 !important;
  }
  .border-bottom-light-md-2 {
    border-bottom: 2px solid #f0f0f0 !important;
  }
  .border-left-light-md-2 {
    border-left: 2px solid #f0f0f0 !important;
  }
  .border-light-md-3 {
    border: 3px solid #f0f0f0 !important;
  }
  .border-top-light-md-3 {
    border-top: 3px solid #f0f0f0 !important;
  }
  .border-right-light-md-3 {
    border-right: 3px solid #f0f0f0 !important;
  }
  .border-bottom-light-md-3 {
    border-bottom: 3px solid #f0f0f0 !important;
  }
  .border-left-light-md-3 {
    border-left: 3px solid #f0f0f0 !important;
  }
  .border-light-md-4 {
    border: 4px solid #f0f0f0 !important;
  }
  .border-top-light-md-4 {
    border-top: 4px solid #f0f0f0 !important;
  }
  .border-right-light-md-4 {
    border-right: 4px solid #f0f0f0 !important;
  }
  .border-bottom-light-md-4 {
    border-bottom: 4px solid #f0f0f0 !important;
  }
  .border-left-light-md-4 {
    border-left: 4px solid #f0f0f0 !important;
  }
  .border-light-md-5 {
    border: 5px solid #f0f0f0 !important;
  }
  .border-top-light-md-5 {
    border-top: 5px solid #f0f0f0 !important;
  }
  .border-right-light-md-5 {
    border-right: 5px solid #f0f0f0 !important;
  }
  .border-bottom-light-md-5 {
    border-bottom: 5px solid #f0f0f0 !important;
  }
  .border-left-light-md-5 {
    border-left: 5px solid #f0f0f0 !important;
  }
  .border-light-md-6 {
    border: 6px solid #f0f0f0 !important;
  }
  .border-top-light-md-6 {
    border-top: 6px solid #f0f0f0 !important;
  }
  .border-right-light-md-6 {
    border-right: 6px solid #f0f0f0 !important;
  }
  .border-bottom-light-md-6 {
    border-bottom: 6px solid #f0f0f0 !important;
  }
  .border-left-light-md-6 {
    border-left: 6px solid #f0f0f0 !important;
  }
  .border-light-md-7 {
    border: 7px solid #f0f0f0 !important;
  }
  .border-top-light-md-7 {
    border-top: 7px solid #f0f0f0 !important;
  }
  .border-right-light-md-7 {
    border-right: 7px solid #f0f0f0 !important;
  }
  .border-bottom-light-md-7 {
    border-bottom: 7px solid #f0f0f0 !important;
  }
  .border-left-light-md-7 {
    border-left: 7px solid #f0f0f0 !important;
  }
  .border-light-md-8 {
    border: 8px solid #f0f0f0 !important;
  }
  .border-top-light-md-8 {
    border-top: 8px solid #f0f0f0 !important;
  }
  .border-right-light-md-8 {
    border-right: 8px solid #f0f0f0 !important;
  }
  .border-bottom-light-md-8 {
    border-bottom: 8px solid #f0f0f0 !important;
  }
  .border-left-light-md-8 {
    border-left: 8px solid #f0f0f0 !important;
  }
  .border-light-md-9 {
    border: 9px solid #f0f0f0 !important;
  }
  .border-top-light-md-9 {
    border-top: 9px solid #f0f0f0 !important;
  }
  .border-right-light-md-9 {
    border-right: 9px solid #f0f0f0 !important;
  }
  .border-bottom-light-md-9 {
    border-bottom: 9px solid #f0f0f0 !important;
  }
  .border-left-light-md-9 {
    border-left: 9px solid #f0f0f0 !important;
  }
  .border-light-md-10 {
    border: 10px solid #f0f0f0 !important;
  }
  .border-top-light-md-10 {
    border-top: 10px solid #f0f0f0 !important;
  }
  .border-right-light-md-10 {
    border-right: 10px solid #f0f0f0 !important;
  }
  .border-bottom-light-md-10 {
    border-bottom: 10px solid #f0f0f0 !important;
  }
  .border-left-light-md-10 {
    border-left: 10px solid #f0f0f0 !important;
  }
  .border-light-md-11 {
    border: 11px solid #f0f0f0 !important;
  }
  .border-top-light-md-11 {
    border-top: 11px solid #f0f0f0 !important;
  }
  .border-right-light-md-11 {
    border-right: 11px solid #f0f0f0 !important;
  }
  .border-bottom-light-md-11 {
    border-bottom: 11px solid #f0f0f0 !important;
  }
  .border-left-light-md-11 {
    border-left: 11px solid #f0f0f0 !important;
  }
  .border-light-md-12 {
    border: 12px solid #f0f0f0 !important;
  }
  .border-top-light-md-12 {
    border-top: 12px solid #f0f0f0 !important;
  }
  .border-right-light-md-12 {
    border-right: 12px solid #f0f0f0 !important;
  }
  .border-bottom-light-md-12 {
    border-bottom: 12px solid #f0f0f0 !important;
  }
  .border-left-light-md-12 {
    border-left: 12px solid #f0f0f0 !important;
  }
  .border-light-md-13 {
    border: 13px solid #f0f0f0 !important;
  }
  .border-top-light-md-13 {
    border-top: 13px solid #f0f0f0 !important;
  }
  .border-right-light-md-13 {
    border-right: 13px solid #f0f0f0 !important;
  }
  .border-bottom-light-md-13 {
    border-bottom: 13px solid #f0f0f0 !important;
  }
  .border-left-light-md-13 {
    border-left: 13px solid #f0f0f0 !important;
  }
  .border-light-md-14 {
    border: 14px solid #f0f0f0 !important;
  }
  .border-top-light-md-14 {
    border-top: 14px solid #f0f0f0 !important;
  }
  .border-right-light-md-14 {
    border-right: 14px solid #f0f0f0 !important;
  }
  .border-bottom-light-md-14 {
    border-bottom: 14px solid #f0f0f0 !important;
  }
  .border-left-light-md-14 {
    border-left: 14px solid #f0f0f0 !important;
  }
  .border-light-md-15 {
    border: 15px solid #f0f0f0 !important;
  }
  .border-top-light-md-15 {
    border-top: 15px solid #f0f0f0 !important;
  }
  .border-right-light-md-15 {
    border-right: 15px solid #f0f0f0 !important;
  }
  .border-bottom-light-md-15 {
    border-bottom: 15px solid #f0f0f0 !important;
  }
  .border-left-light-md-15 {
    border-left: 15px solid #f0f0f0 !important;
  }
}
/* ############### MD - END ############### */
/* ############### LG - START ############### */
@media (min-width: 992px) {
  .border-lg-light {
    border-color: #f0f0f0 !important;
  }
  .border-top-lg-light {
    border-top: 1px solid #f0f0f0 !important;
  }
  .border-right-lg-light {
    border-right: 1px solid #f0f0f0 !important;
  }
  .border-bottom-lg-light {
    border-bottom: 1px solid #f0f0f0 !important;
  }
  .border-left-lg-light {
    border-left: 1px solid #f0f0f0 !important;
  }
  .border-light-lg-0 {
    border: 0px solid #f0f0f0 !important;
  }
  .border-top-light-lg-0 {
    border-top: 0px solid #f0f0f0 !important;
  }
  .border-right-light-lg-0 {
    border-right: 0px solid #f0f0f0 !important;
  }
  .border-bottom-light-lg-0 {
    border-bottom: 0px solid #f0f0f0 !important;
  }
  .border-left-light-lg-0 {
    border-left: 0px solid #f0f0f0 !important;
  }
  .border-light-lg-1 {
    border: 1px solid #f0f0f0 !important;
  }
  .border-top-light-lg-1 {
    border-top: 1px solid #f0f0f0 !important;
  }
  .border-right-light-lg-1 {
    border-right: 1px solid #f0f0f0 !important;
  }
  .border-bottom-light-lg-1 {
    border-bottom: 1px solid #f0f0f0 !important;
  }
  .border-left-light-lg-1 {
    border-left: 1px solid #f0f0f0 !important;
  }
  .border-light-lg-2 {
    border: 2px solid #f0f0f0 !important;
  }
  .border-top-light-lg-2 {
    border-top: 2px solid #f0f0f0 !important;
  }
  .border-right-light-lg-2 {
    border-right: 2px solid #f0f0f0 !important;
  }
  .border-bottom-light-lg-2 {
    border-bottom: 2px solid #f0f0f0 !important;
  }
  .border-left-light-lg-2 {
    border-left: 2px solid #f0f0f0 !important;
  }
  .border-light-lg-3 {
    border: 3px solid #f0f0f0 !important;
  }
  .border-top-light-lg-3 {
    border-top: 3px solid #f0f0f0 !important;
  }
  .border-right-light-lg-3 {
    border-right: 3px solid #f0f0f0 !important;
  }
  .border-bottom-light-lg-3 {
    border-bottom: 3px solid #f0f0f0 !important;
  }
  .border-left-light-lg-3 {
    border-left: 3px solid #f0f0f0 !important;
  }
  .border-light-lg-4 {
    border: 4px solid #f0f0f0 !important;
  }
  .border-top-light-lg-4 {
    border-top: 4px solid #f0f0f0 !important;
  }
  .border-right-light-lg-4 {
    border-right: 4px solid #f0f0f0 !important;
  }
  .border-bottom-light-lg-4 {
    border-bottom: 4px solid #f0f0f0 !important;
  }
  .border-left-light-lg-4 {
    border-left: 4px solid #f0f0f0 !important;
  }
  .border-light-lg-5 {
    border: 5px solid #f0f0f0 !important;
  }
  .border-top-light-lg-5 {
    border-top: 5px solid #f0f0f0 !important;
  }
  .border-right-light-lg-5 {
    border-right: 5px solid #f0f0f0 !important;
  }
  .border-bottom-light-lg-5 {
    border-bottom: 5px solid #f0f0f0 !important;
  }
  .border-left-light-lg-5 {
    border-left: 5px solid #f0f0f0 !important;
  }
  .border-light-lg-6 {
    border: 6px solid #f0f0f0 !important;
  }
  .border-top-light-lg-6 {
    border-top: 6px solid #f0f0f0 !important;
  }
  .border-right-light-lg-6 {
    border-right: 6px solid #f0f0f0 !important;
  }
  .border-bottom-light-lg-6 {
    border-bottom: 6px solid #f0f0f0 !important;
  }
  .border-left-light-lg-6 {
    border-left: 6px solid #f0f0f0 !important;
  }
  .border-light-lg-7 {
    border: 7px solid #f0f0f0 !important;
  }
  .border-top-light-lg-7 {
    border-top: 7px solid #f0f0f0 !important;
  }
  .border-right-light-lg-7 {
    border-right: 7px solid #f0f0f0 !important;
  }
  .border-bottom-light-lg-7 {
    border-bottom: 7px solid #f0f0f0 !important;
  }
  .border-left-light-lg-7 {
    border-left: 7px solid #f0f0f0 !important;
  }
  .border-light-lg-8 {
    border: 8px solid #f0f0f0 !important;
  }
  .border-top-light-lg-8 {
    border-top: 8px solid #f0f0f0 !important;
  }
  .border-right-light-lg-8 {
    border-right: 8px solid #f0f0f0 !important;
  }
  .border-bottom-light-lg-8 {
    border-bottom: 8px solid #f0f0f0 !important;
  }
  .border-left-light-lg-8 {
    border-left: 8px solid #f0f0f0 !important;
  }
  .border-light-lg-9 {
    border: 9px solid #f0f0f0 !important;
  }
  .border-top-light-lg-9 {
    border-top: 9px solid #f0f0f0 !important;
  }
  .border-right-light-lg-9 {
    border-right: 9px solid #f0f0f0 !important;
  }
  .border-bottom-light-lg-9 {
    border-bottom: 9px solid #f0f0f0 !important;
  }
  .border-left-light-lg-9 {
    border-left: 9px solid #f0f0f0 !important;
  }
  .border-light-lg-10 {
    border: 10px solid #f0f0f0 !important;
  }
  .border-top-light-lg-10 {
    border-top: 10px solid #f0f0f0 !important;
  }
  .border-right-light-lg-10 {
    border-right: 10px solid #f0f0f0 !important;
  }
  .border-bottom-light-lg-10 {
    border-bottom: 10px solid #f0f0f0 !important;
  }
  .border-left-light-lg-10 {
    border-left: 10px solid #f0f0f0 !important;
  }
  .border-light-lg-11 {
    border: 11px solid #f0f0f0 !important;
  }
  .border-top-light-lg-11 {
    border-top: 11px solid #f0f0f0 !important;
  }
  .border-right-light-lg-11 {
    border-right: 11px solid #f0f0f0 !important;
  }
  .border-bottom-light-lg-11 {
    border-bottom: 11px solid #f0f0f0 !important;
  }
  .border-left-light-lg-11 {
    border-left: 11px solid #f0f0f0 !important;
  }
  .border-light-lg-12 {
    border: 12px solid #f0f0f0 !important;
  }
  .border-top-light-lg-12 {
    border-top: 12px solid #f0f0f0 !important;
  }
  .border-right-light-lg-12 {
    border-right: 12px solid #f0f0f0 !important;
  }
  .border-bottom-light-lg-12 {
    border-bottom: 12px solid #f0f0f0 !important;
  }
  .border-left-light-lg-12 {
    border-left: 12px solid #f0f0f0 !important;
  }
  .border-light-lg-13 {
    border: 13px solid #f0f0f0 !important;
  }
  .border-top-light-lg-13 {
    border-top: 13px solid #f0f0f0 !important;
  }
  .border-right-light-lg-13 {
    border-right: 13px solid #f0f0f0 !important;
  }
  .border-bottom-light-lg-13 {
    border-bottom: 13px solid #f0f0f0 !important;
  }
  .border-left-light-lg-13 {
    border-left: 13px solid #f0f0f0 !important;
  }
  .border-light-lg-14 {
    border: 14px solid #f0f0f0 !important;
  }
  .border-top-light-lg-14 {
    border-top: 14px solid #f0f0f0 !important;
  }
  .border-right-light-lg-14 {
    border-right: 14px solid #f0f0f0 !important;
  }
  .border-bottom-light-lg-14 {
    border-bottom: 14px solid #f0f0f0 !important;
  }
  .border-left-light-lg-14 {
    border-left: 14px solid #f0f0f0 !important;
  }
  .border-light-lg-15 {
    border: 15px solid #f0f0f0 !important;
  }
  .border-top-light-lg-15 {
    border-top: 15px solid #f0f0f0 !important;
  }
  .border-right-light-lg-15 {
    border-right: 15px solid #f0f0f0 !important;
  }
  .border-bottom-light-lg-15 {
    border-bottom: 15px solid #f0f0f0 !important;
  }
  .border-left-light-lg-15 {
    border-left: 15px solid #f0f0f0 !important;
  }
}
/* ############### LG - END ############### */
/* ############### XL - START ############### */
@media (min-width: 1200px) {
  .border-xl-light {
    border-color: #f0f0f0 !important;
  }
  .border-top-xl-light {
    border-top: 1px solid #f0f0f0 !important;
  }
  .border-right-xl-light {
    border-right: 1px solid #f0f0f0 !important;
  }
  .border-bottom-xl-light {
    border-bottom: 1px solid #f0f0f0 !important;
  }
  .border-left-xl-light {
    border-left: 1px solid #f0f0f0 !important;
  }
  .border-light-xl-0 {
    border: 0px solid #f0f0f0 !important;
  }
  .border-top-light-xl-0 {
    border-top: 0px solid #f0f0f0 !important;
  }
  .border-right-light-xl-0 {
    border-right: 0px solid #f0f0f0 !important;
  }
  .border-bottom-light-xl-0 {
    border-bottom: 0px solid #f0f0f0 !important;
  }
  .border-left-light-xl-0 {
    border-left: 0px solid #f0f0f0 !important;
  }
  .border-light-xl-1 {
    border: 1px solid #f0f0f0 !important;
  }
  .border-top-light-xl-1 {
    border-top: 1px solid #f0f0f0 !important;
  }
  .border-right-light-xl-1 {
    border-right: 1px solid #f0f0f0 !important;
  }
  .border-bottom-light-xl-1 {
    border-bottom: 1px solid #f0f0f0 !important;
  }
  .border-left-light-xl-1 {
    border-left: 1px solid #f0f0f0 !important;
  }
  .border-light-xl-2 {
    border: 2px solid #f0f0f0 !important;
  }
  .border-top-light-xl-2 {
    border-top: 2px solid #f0f0f0 !important;
  }
  .border-right-light-xl-2 {
    border-right: 2px solid #f0f0f0 !important;
  }
  .border-bottom-light-xl-2 {
    border-bottom: 2px solid #f0f0f0 !important;
  }
  .border-left-light-xl-2 {
    border-left: 2px solid #f0f0f0 !important;
  }
  .border-light-xl-3 {
    border: 3px solid #f0f0f0 !important;
  }
  .border-top-light-xl-3 {
    border-top: 3px solid #f0f0f0 !important;
  }
  .border-right-light-xl-3 {
    border-right: 3px solid #f0f0f0 !important;
  }
  .border-bottom-light-xl-3 {
    border-bottom: 3px solid #f0f0f0 !important;
  }
  .border-left-light-xl-3 {
    border-left: 3px solid #f0f0f0 !important;
  }
  .border-light-xl-4 {
    border: 4px solid #f0f0f0 !important;
  }
  .border-top-light-xl-4 {
    border-top: 4px solid #f0f0f0 !important;
  }
  .border-right-light-xl-4 {
    border-right: 4px solid #f0f0f0 !important;
  }
  .border-bottom-light-xl-4 {
    border-bottom: 4px solid #f0f0f0 !important;
  }
  .border-left-light-xl-4 {
    border-left: 4px solid #f0f0f0 !important;
  }
  .border-light-xl-5 {
    border: 5px solid #f0f0f0 !important;
  }
  .border-top-light-xl-5 {
    border-top: 5px solid #f0f0f0 !important;
  }
  .border-right-light-xl-5 {
    border-right: 5px solid #f0f0f0 !important;
  }
  .border-bottom-light-xl-5 {
    border-bottom: 5px solid #f0f0f0 !important;
  }
  .border-left-light-xl-5 {
    border-left: 5px solid #f0f0f0 !important;
  }
  .border-light-xl-6 {
    border: 6px solid #f0f0f0 !important;
  }
  .border-top-light-xl-6 {
    border-top: 6px solid #f0f0f0 !important;
  }
  .border-right-light-xl-6 {
    border-right: 6px solid #f0f0f0 !important;
  }
  .border-bottom-light-xl-6 {
    border-bottom: 6px solid #f0f0f0 !important;
  }
  .border-left-light-xl-6 {
    border-left: 6px solid #f0f0f0 !important;
  }
  .border-light-xl-7 {
    border: 7px solid #f0f0f0 !important;
  }
  .border-top-light-xl-7 {
    border-top: 7px solid #f0f0f0 !important;
  }
  .border-right-light-xl-7 {
    border-right: 7px solid #f0f0f0 !important;
  }
  .border-bottom-light-xl-7 {
    border-bottom: 7px solid #f0f0f0 !important;
  }
  .border-left-light-xl-7 {
    border-left: 7px solid #f0f0f0 !important;
  }
  .border-light-xl-8 {
    border: 8px solid #f0f0f0 !important;
  }
  .border-top-light-xl-8 {
    border-top: 8px solid #f0f0f0 !important;
  }
  .border-right-light-xl-8 {
    border-right: 8px solid #f0f0f0 !important;
  }
  .border-bottom-light-xl-8 {
    border-bottom: 8px solid #f0f0f0 !important;
  }
  .border-left-light-xl-8 {
    border-left: 8px solid #f0f0f0 !important;
  }
  .border-light-xl-9 {
    border: 9px solid #f0f0f0 !important;
  }
  .border-top-light-xl-9 {
    border-top: 9px solid #f0f0f0 !important;
  }
  .border-right-light-xl-9 {
    border-right: 9px solid #f0f0f0 !important;
  }
  .border-bottom-light-xl-9 {
    border-bottom: 9px solid #f0f0f0 !important;
  }
  .border-left-light-xl-9 {
    border-left: 9px solid #f0f0f0 !important;
  }
  .border-light-xl-10 {
    border: 10px solid #f0f0f0 !important;
  }
  .border-top-light-xl-10 {
    border-top: 10px solid #f0f0f0 !important;
  }
  .border-right-light-xl-10 {
    border-right: 10px solid #f0f0f0 !important;
  }
  .border-bottom-light-xl-10 {
    border-bottom: 10px solid #f0f0f0 !important;
  }
  .border-left-light-xl-10 {
    border-left: 10px solid #f0f0f0 !important;
  }
  .border-light-xl-11 {
    border: 11px solid #f0f0f0 !important;
  }
  .border-top-light-xl-11 {
    border-top: 11px solid #f0f0f0 !important;
  }
  .border-right-light-xl-11 {
    border-right: 11px solid #f0f0f0 !important;
  }
  .border-bottom-light-xl-11 {
    border-bottom: 11px solid #f0f0f0 !important;
  }
  .border-left-light-xl-11 {
    border-left: 11px solid #f0f0f0 !important;
  }
  .border-light-xl-12 {
    border: 12px solid #f0f0f0 !important;
  }
  .border-top-light-xl-12 {
    border-top: 12px solid #f0f0f0 !important;
  }
  .border-right-light-xl-12 {
    border-right: 12px solid #f0f0f0 !important;
  }
  .border-bottom-light-xl-12 {
    border-bottom: 12px solid #f0f0f0 !important;
  }
  .border-left-light-xl-12 {
    border-left: 12px solid #f0f0f0 !important;
  }
  .border-light-xl-13 {
    border: 13px solid #f0f0f0 !important;
  }
  .border-top-light-xl-13 {
    border-top: 13px solid #f0f0f0 !important;
  }
  .border-right-light-xl-13 {
    border-right: 13px solid #f0f0f0 !important;
  }
  .border-bottom-light-xl-13 {
    border-bottom: 13px solid #f0f0f0 !important;
  }
  .border-left-light-xl-13 {
    border-left: 13px solid #f0f0f0 !important;
  }
  .border-light-xl-14 {
    border: 14px solid #f0f0f0 !important;
  }
  .border-top-light-xl-14 {
    border-top: 14px solid #f0f0f0 !important;
  }
  .border-right-light-xl-14 {
    border-right: 14px solid #f0f0f0 !important;
  }
  .border-bottom-light-xl-14 {
    border-bottom: 14px solid #f0f0f0 !important;
  }
  .border-left-light-xl-14 {
    border-left: 14px solid #f0f0f0 !important;
  }
  .border-light-xl-15 {
    border: 15px solid #f0f0f0 !important;
  }
  .border-top-light-xl-15 {
    border-top: 15px solid #f0f0f0 !important;
  }
  .border-right-light-xl-15 {
    border-right: 15px solid #f0f0f0 !important;
  }
  .border-bottom-light-xl-15 {
    border-bottom: 15px solid #f0f0f0 !important;
  }
  .border-left-light-xl-15 {
    border-left: 15px solid #f0f0f0 !important;
  }
}
/* ############### XL - END ############### */
/* ############### XXL - START ############### */
@media (min-width: 1400px) {
  .border-xxl-light {
    border-color: #f0f0f0 !important;
  }
  .border-top-xxl-light {
    border-top: 1px solid #f0f0f0 !important;
  }
  .border-right-xxl-light {
    border-right: 1px solid #f0f0f0 !important;
  }
  .border-bottom-xxl-light {
    border-bottom: 1px solid #f0f0f0 !important;
  }
  .border-left-xxl-light {
    border-left: 1px solid #f0f0f0 !important;
  }
  .border-light-xxl-0 {
    border: 0px solid #f0f0f0 !important;
  }
  .border-top-light-xxl-0 {
    border-top: 0px solid #f0f0f0 !important;
  }
  .border-right-light-xxl-0 {
    border-right: 0px solid #f0f0f0 !important;
  }
  .border-bottom-light-xxl-0 {
    border-bottom: 0px solid #f0f0f0 !important;
  }
  .border-left-light-xxl-0 {
    border-left: 0px solid #f0f0f0 !important;
  }
  .border-light-xxl-1 {
    border: 1px solid #f0f0f0 !important;
  }
  .border-top-light-xxl-1 {
    border-top: 1px solid #f0f0f0 !important;
  }
  .border-right-light-xxl-1 {
    border-right: 1px solid #f0f0f0 !important;
  }
  .border-bottom-light-xxl-1 {
    border-bottom: 1px solid #f0f0f0 !important;
  }
  .border-left-light-xxl-1 {
    border-left: 1px solid #f0f0f0 !important;
  }
  .border-light-xxl-2 {
    border: 2px solid #f0f0f0 !important;
  }
  .border-top-light-xxl-2 {
    border-top: 2px solid #f0f0f0 !important;
  }
  .border-right-light-xxl-2 {
    border-right: 2px solid #f0f0f0 !important;
  }
  .border-bottom-light-xxl-2 {
    border-bottom: 2px solid #f0f0f0 !important;
  }
  .border-left-light-xxl-2 {
    border-left: 2px solid #f0f0f0 !important;
  }
  .border-light-xxl-3 {
    border: 3px solid #f0f0f0 !important;
  }
  .border-top-light-xxl-3 {
    border-top: 3px solid #f0f0f0 !important;
  }
  .border-right-light-xxl-3 {
    border-right: 3px solid #f0f0f0 !important;
  }
  .border-bottom-light-xxl-3 {
    border-bottom: 3px solid #f0f0f0 !important;
  }
  .border-left-light-xxl-3 {
    border-left: 3px solid #f0f0f0 !important;
  }
  .border-light-xxl-4 {
    border: 4px solid #f0f0f0 !important;
  }
  .border-top-light-xxl-4 {
    border-top: 4px solid #f0f0f0 !important;
  }
  .border-right-light-xxl-4 {
    border-right: 4px solid #f0f0f0 !important;
  }
  .border-bottom-light-xxl-4 {
    border-bottom: 4px solid #f0f0f0 !important;
  }
  .border-left-light-xxl-4 {
    border-left: 4px solid #f0f0f0 !important;
  }
  .border-light-xxl-5 {
    border: 5px solid #f0f0f0 !important;
  }
  .border-top-light-xxl-5 {
    border-top: 5px solid #f0f0f0 !important;
  }
  .border-right-light-xxl-5 {
    border-right: 5px solid #f0f0f0 !important;
  }
  .border-bottom-light-xxl-5 {
    border-bottom: 5px solid #f0f0f0 !important;
  }
  .border-left-light-xxl-5 {
    border-left: 5px solid #f0f0f0 !important;
  }
  .border-light-xxl-6 {
    border: 6px solid #f0f0f0 !important;
  }
  .border-top-light-xxl-6 {
    border-top: 6px solid #f0f0f0 !important;
  }
  .border-right-light-xxl-6 {
    border-right: 6px solid #f0f0f0 !important;
  }
  .border-bottom-light-xxl-6 {
    border-bottom: 6px solid #f0f0f0 !important;
  }
  .border-left-light-xxl-6 {
    border-left: 6px solid #f0f0f0 !important;
  }
  .border-light-xxl-7 {
    border: 7px solid #f0f0f0 !important;
  }
  .border-top-light-xxl-7 {
    border-top: 7px solid #f0f0f0 !important;
  }
  .border-right-light-xxl-7 {
    border-right: 7px solid #f0f0f0 !important;
  }
  .border-bottom-light-xxl-7 {
    border-bottom: 7px solid #f0f0f0 !important;
  }
  .border-left-light-xxl-7 {
    border-left: 7px solid #f0f0f0 !important;
  }
  .border-light-xxl-8 {
    border: 8px solid #f0f0f0 !important;
  }
  .border-top-light-xxl-8 {
    border-top: 8px solid #f0f0f0 !important;
  }
  .border-right-light-xxl-8 {
    border-right: 8px solid #f0f0f0 !important;
  }
  .border-bottom-light-xxl-8 {
    border-bottom: 8px solid #f0f0f0 !important;
  }
  .border-left-light-xxl-8 {
    border-left: 8px solid #f0f0f0 !important;
  }
  .border-light-xxl-9 {
    border: 9px solid #f0f0f0 !important;
  }
  .border-top-light-xxl-9 {
    border-top: 9px solid #f0f0f0 !important;
  }
  .border-right-light-xxl-9 {
    border-right: 9px solid #f0f0f0 !important;
  }
  .border-bottom-light-xxl-9 {
    border-bottom: 9px solid #f0f0f0 !important;
  }
  .border-left-light-xxl-9 {
    border-left: 9px solid #f0f0f0 !important;
  }
  .border-light-xxl-10 {
    border: 10px solid #f0f0f0 !important;
  }
  .border-top-light-xxl-10 {
    border-top: 10px solid #f0f0f0 !important;
  }
  .border-right-light-xxl-10 {
    border-right: 10px solid #f0f0f0 !important;
  }
  .border-bottom-light-xxl-10 {
    border-bottom: 10px solid #f0f0f0 !important;
  }
  .border-left-light-xxl-10 {
    border-left: 10px solid #f0f0f0 !important;
  }
  .border-light-xxl-11 {
    border: 11px solid #f0f0f0 !important;
  }
  .border-top-light-xxl-11 {
    border-top: 11px solid #f0f0f0 !important;
  }
  .border-right-light-xxl-11 {
    border-right: 11px solid #f0f0f0 !important;
  }
  .border-bottom-light-xxl-11 {
    border-bottom: 11px solid #f0f0f0 !important;
  }
  .border-left-light-xxl-11 {
    border-left: 11px solid #f0f0f0 !important;
  }
  .border-light-xxl-12 {
    border: 12px solid #f0f0f0 !important;
  }
  .border-top-light-xxl-12 {
    border-top: 12px solid #f0f0f0 !important;
  }
  .border-right-light-xxl-12 {
    border-right: 12px solid #f0f0f0 !important;
  }
  .border-bottom-light-xxl-12 {
    border-bottom: 12px solid #f0f0f0 !important;
  }
  .border-left-light-xxl-12 {
    border-left: 12px solid #f0f0f0 !important;
  }
  .border-light-xxl-13 {
    border: 13px solid #f0f0f0 !important;
  }
  .border-top-light-xxl-13 {
    border-top: 13px solid #f0f0f0 !important;
  }
  .border-right-light-xxl-13 {
    border-right: 13px solid #f0f0f0 !important;
  }
  .border-bottom-light-xxl-13 {
    border-bottom: 13px solid #f0f0f0 !important;
  }
  .border-left-light-xxl-13 {
    border-left: 13px solid #f0f0f0 !important;
  }
  .border-light-xxl-14 {
    border: 14px solid #f0f0f0 !important;
  }
  .border-top-light-xxl-14 {
    border-top: 14px solid #f0f0f0 !important;
  }
  .border-right-light-xxl-14 {
    border-right: 14px solid #f0f0f0 !important;
  }
  .border-bottom-light-xxl-14 {
    border-bottom: 14px solid #f0f0f0 !important;
  }
  .border-left-light-xxl-14 {
    border-left: 14px solid #f0f0f0 !important;
  }
  .border-light-xxl-15 {
    border: 15px solid #f0f0f0 !important;
  }
  .border-top-light-xxl-15 {
    border-top: 15px solid #f0f0f0 !important;
  }
  .border-right-light-xxl-15 {
    border-right: 15px solid #f0f0f0 !important;
  }
  .border-bottom-light-xxl-15 {
    border-bottom: 15px solid #f0f0f0 !important;
  }
  .border-left-light-xxl-15 {
    border-left: 15px solid #f0f0f0 !important;
  }
}
/* ############### XXL - END ############### */
/* ############### XXXL - START ############### */
@media (min-width: 1600px) {
  .border-xxxl-light {
    border-color: #f0f0f0 !important;
  }
  .border-top-xxxl-light {
    border-top: 1px solid #f0f0f0 !important;
  }
  .border-right-xxxl-light {
    border-right: 1px solid #f0f0f0 !important;
  }
  .border-bottom-xxxl-light {
    border-bottom: 1px solid #f0f0f0 !important;
  }
  .border-left-xxxl-light {
    border-left: 1px solid #f0f0f0 !important;
  }
  .border-light-xxxl-0 {
    border: 0px solid #f0f0f0 !important;
  }
  .border-top-light-xxxl-0 {
    border-top: 0px solid #f0f0f0 !important;
  }
  .border-right-light-xxxl-0 {
    border-right: 0px solid #f0f0f0 !important;
  }
  .border-bottom-light-xxxl-0 {
    border-bottom: 0px solid #f0f0f0 !important;
  }
  .border-left-light-xxxl-0 {
    border-left: 0px solid #f0f0f0 !important;
  }
  .border-light-xxxl-1 {
    border: 1px solid #f0f0f0 !important;
  }
  .border-top-light-xxxl-1 {
    border-top: 1px solid #f0f0f0 !important;
  }
  .border-right-light-xxxl-1 {
    border-right: 1px solid #f0f0f0 !important;
  }
  .border-bottom-light-xxxl-1 {
    border-bottom: 1px solid #f0f0f0 !important;
  }
  .border-left-light-xxxl-1 {
    border-left: 1px solid #f0f0f0 !important;
  }
  .border-light-xxxl-2 {
    border: 2px solid #f0f0f0 !important;
  }
  .border-top-light-xxxl-2 {
    border-top: 2px solid #f0f0f0 !important;
  }
  .border-right-light-xxxl-2 {
    border-right: 2px solid #f0f0f0 !important;
  }
  .border-bottom-light-xxxl-2 {
    border-bottom: 2px solid #f0f0f0 !important;
  }
  .border-left-light-xxxl-2 {
    border-left: 2px solid #f0f0f0 !important;
  }
  .border-light-xxxl-3 {
    border: 3px solid #f0f0f0 !important;
  }
  .border-top-light-xxxl-3 {
    border-top: 3px solid #f0f0f0 !important;
  }
  .border-right-light-xxxl-3 {
    border-right: 3px solid #f0f0f0 !important;
  }
  .border-bottom-light-xxxl-3 {
    border-bottom: 3px solid #f0f0f0 !important;
  }
  .border-left-light-xxxl-3 {
    border-left: 3px solid #f0f0f0 !important;
  }
  .border-light-xxxl-4 {
    border: 4px solid #f0f0f0 !important;
  }
  .border-top-light-xxxl-4 {
    border-top: 4px solid #f0f0f0 !important;
  }
  .border-right-light-xxxl-4 {
    border-right: 4px solid #f0f0f0 !important;
  }
  .border-bottom-light-xxxl-4 {
    border-bottom: 4px solid #f0f0f0 !important;
  }
  .border-left-light-xxxl-4 {
    border-left: 4px solid #f0f0f0 !important;
  }
  .border-light-xxxl-5 {
    border: 5px solid #f0f0f0 !important;
  }
  .border-top-light-xxxl-5 {
    border-top: 5px solid #f0f0f0 !important;
  }
  .border-right-light-xxxl-5 {
    border-right: 5px solid #f0f0f0 !important;
  }
  .border-bottom-light-xxxl-5 {
    border-bottom: 5px solid #f0f0f0 !important;
  }
  .border-left-light-xxxl-5 {
    border-left: 5px solid #f0f0f0 !important;
  }
  .border-light-xxxl-6 {
    border: 6px solid #f0f0f0 !important;
  }
  .border-top-light-xxxl-6 {
    border-top: 6px solid #f0f0f0 !important;
  }
  .border-right-light-xxxl-6 {
    border-right: 6px solid #f0f0f0 !important;
  }
  .border-bottom-light-xxxl-6 {
    border-bottom: 6px solid #f0f0f0 !important;
  }
  .border-left-light-xxxl-6 {
    border-left: 6px solid #f0f0f0 !important;
  }
  .border-light-xxxl-7 {
    border: 7px solid #f0f0f0 !important;
  }
  .border-top-light-xxxl-7 {
    border-top: 7px solid #f0f0f0 !important;
  }
  .border-right-light-xxxl-7 {
    border-right: 7px solid #f0f0f0 !important;
  }
  .border-bottom-light-xxxl-7 {
    border-bottom: 7px solid #f0f0f0 !important;
  }
  .border-left-light-xxxl-7 {
    border-left: 7px solid #f0f0f0 !important;
  }
  .border-light-xxxl-8 {
    border: 8px solid #f0f0f0 !important;
  }
  .border-top-light-xxxl-8 {
    border-top: 8px solid #f0f0f0 !important;
  }
  .border-right-light-xxxl-8 {
    border-right: 8px solid #f0f0f0 !important;
  }
  .border-bottom-light-xxxl-8 {
    border-bottom: 8px solid #f0f0f0 !important;
  }
  .border-left-light-xxxl-8 {
    border-left: 8px solid #f0f0f0 !important;
  }
  .border-light-xxxl-9 {
    border: 9px solid #f0f0f0 !important;
  }
  .border-top-light-xxxl-9 {
    border-top: 9px solid #f0f0f0 !important;
  }
  .border-right-light-xxxl-9 {
    border-right: 9px solid #f0f0f0 !important;
  }
  .border-bottom-light-xxxl-9 {
    border-bottom: 9px solid #f0f0f0 !important;
  }
  .border-left-light-xxxl-9 {
    border-left: 9px solid #f0f0f0 !important;
  }
  .border-light-xxxl-10 {
    border: 10px solid #f0f0f0 !important;
  }
  .border-top-light-xxxl-10 {
    border-top: 10px solid #f0f0f0 !important;
  }
  .border-right-light-xxxl-10 {
    border-right: 10px solid #f0f0f0 !important;
  }
  .border-bottom-light-xxxl-10 {
    border-bottom: 10px solid #f0f0f0 !important;
  }
  .border-left-light-xxxl-10 {
    border-left: 10px solid #f0f0f0 !important;
  }
  .border-light-xxxl-11 {
    border: 11px solid #f0f0f0 !important;
  }
  .border-top-light-xxxl-11 {
    border-top: 11px solid #f0f0f0 !important;
  }
  .border-right-light-xxxl-11 {
    border-right: 11px solid #f0f0f0 !important;
  }
  .border-bottom-light-xxxl-11 {
    border-bottom: 11px solid #f0f0f0 !important;
  }
  .border-left-light-xxxl-11 {
    border-left: 11px solid #f0f0f0 !important;
  }
  .border-light-xxxl-12 {
    border: 12px solid #f0f0f0 !important;
  }
  .border-top-light-xxxl-12 {
    border-top: 12px solid #f0f0f0 !important;
  }
  .border-right-light-xxxl-12 {
    border-right: 12px solid #f0f0f0 !important;
  }
  .border-bottom-light-xxxl-12 {
    border-bottom: 12px solid #f0f0f0 !important;
  }
  .border-left-light-xxxl-12 {
    border-left: 12px solid #f0f0f0 !important;
  }
  .border-light-xxxl-13 {
    border: 13px solid #f0f0f0 !important;
  }
  .border-top-light-xxxl-13 {
    border-top: 13px solid #f0f0f0 !important;
  }
  .border-right-light-xxxl-13 {
    border-right: 13px solid #f0f0f0 !important;
  }
  .border-bottom-light-xxxl-13 {
    border-bottom: 13px solid #f0f0f0 !important;
  }
  .border-left-light-xxxl-13 {
    border-left: 13px solid #f0f0f0 !important;
  }
  .border-light-xxxl-14 {
    border: 14px solid #f0f0f0 !important;
  }
  .border-top-light-xxxl-14 {
    border-top: 14px solid #f0f0f0 !important;
  }
  .border-right-light-xxxl-14 {
    border-right: 14px solid #f0f0f0 !important;
  }
  .border-bottom-light-xxxl-14 {
    border-bottom: 14px solid #f0f0f0 !important;
  }
  .border-left-light-xxxl-14 {
    border-left: 14px solid #f0f0f0 !important;
  }
  .border-light-xxxl-15 {
    border: 15px solid #f0f0f0 !important;
  }
  .border-top-light-xxxl-15 {
    border-top: 15px solid #f0f0f0 !important;
  }
  .border-right-light-xxxl-15 {
    border-right: 15px solid #f0f0f0 !important;
  }
  .border-bottom-light-xxxl-15 {
    border-bottom: 15px solid #f0f0f0 !important;
  }
  .border-left-light-xxxl-15 {
    border-left: 15px solid #f0f0f0 !important;
  }
}
/* ############### XXXL - END ############### */
/* ############### XXXXL - START ############### */
@media (min-width: 1900px) {
  .border-xxxxl-light {
    border-color: #f0f0f0 !important;
  }
  .border-top-xxxxl-light {
    border-top: 1px solid #f0f0f0 !important;
  }
  .border-right-xxxxl-light {
    border-right: 1px solid #f0f0f0 !important;
  }
  .border-bottom-xxxxl-light {
    border-bottom: 1px solid #f0f0f0 !important;
  }
  .border-left-xxxxl-light {
    border-left: 1px solid #f0f0f0 !important;
  }
  .border-light-xxxxl-0 {
    border: 0px solid #f0f0f0 !important;
  }
  .border-top-light-xxxxl-0 {
    border-top: 0px solid #f0f0f0 !important;
  }
  .border-right-light-xxxxl-0 {
    border-right: 0px solid #f0f0f0 !important;
  }
  .border-bottom-light-xxxxl-0 {
    border-bottom: 0px solid #f0f0f0 !important;
  }
  .border-left-light-xxxxl-0 {
    border-left: 0px solid #f0f0f0 !important;
  }
  .border-light-xxxxl-1 {
    border: 1px solid #f0f0f0 !important;
  }
  .border-top-light-xxxxl-1 {
    border-top: 1px solid #f0f0f0 !important;
  }
  .border-right-light-xxxxl-1 {
    border-right: 1px solid #f0f0f0 !important;
  }
  .border-bottom-light-xxxxl-1 {
    border-bottom: 1px solid #f0f0f0 !important;
  }
  .border-left-light-xxxxl-1 {
    border-left: 1px solid #f0f0f0 !important;
  }
  .border-light-xxxxl-2 {
    border: 2px solid #f0f0f0 !important;
  }
  .border-top-light-xxxxl-2 {
    border-top: 2px solid #f0f0f0 !important;
  }
  .border-right-light-xxxxl-2 {
    border-right: 2px solid #f0f0f0 !important;
  }
  .border-bottom-light-xxxxl-2 {
    border-bottom: 2px solid #f0f0f0 !important;
  }
  .border-left-light-xxxxl-2 {
    border-left: 2px solid #f0f0f0 !important;
  }
  .border-light-xxxxl-3 {
    border: 3px solid #f0f0f0 !important;
  }
  .border-top-light-xxxxl-3 {
    border-top: 3px solid #f0f0f0 !important;
  }
  .border-right-light-xxxxl-3 {
    border-right: 3px solid #f0f0f0 !important;
  }
  .border-bottom-light-xxxxl-3 {
    border-bottom: 3px solid #f0f0f0 !important;
  }
  .border-left-light-xxxxl-3 {
    border-left: 3px solid #f0f0f0 !important;
  }
  .border-light-xxxxl-4 {
    border: 4px solid #f0f0f0 !important;
  }
  .border-top-light-xxxxl-4 {
    border-top: 4px solid #f0f0f0 !important;
  }
  .border-right-light-xxxxl-4 {
    border-right: 4px solid #f0f0f0 !important;
  }
  .border-bottom-light-xxxxl-4 {
    border-bottom: 4px solid #f0f0f0 !important;
  }
  .border-left-light-xxxxl-4 {
    border-left: 4px solid #f0f0f0 !important;
  }
  .border-light-xxxxl-5 {
    border: 5px solid #f0f0f0 !important;
  }
  .border-top-light-xxxxl-5 {
    border-top: 5px solid #f0f0f0 !important;
  }
  .border-right-light-xxxxl-5 {
    border-right: 5px solid #f0f0f0 !important;
  }
  .border-bottom-light-xxxxl-5 {
    border-bottom: 5px solid #f0f0f0 !important;
  }
  .border-left-light-xxxxl-5 {
    border-left: 5px solid #f0f0f0 !important;
  }
  .border-light-xxxxl-6 {
    border: 6px solid #f0f0f0 !important;
  }
  .border-top-light-xxxxl-6 {
    border-top: 6px solid #f0f0f0 !important;
  }
  .border-right-light-xxxxl-6 {
    border-right: 6px solid #f0f0f0 !important;
  }
  .border-bottom-light-xxxxl-6 {
    border-bottom: 6px solid #f0f0f0 !important;
  }
  .border-left-light-xxxxl-6 {
    border-left: 6px solid #f0f0f0 !important;
  }
  .border-light-xxxxl-7 {
    border: 7px solid #f0f0f0 !important;
  }
  .border-top-light-xxxxl-7 {
    border-top: 7px solid #f0f0f0 !important;
  }
  .border-right-light-xxxxl-7 {
    border-right: 7px solid #f0f0f0 !important;
  }
  .border-bottom-light-xxxxl-7 {
    border-bottom: 7px solid #f0f0f0 !important;
  }
  .border-left-light-xxxxl-7 {
    border-left: 7px solid #f0f0f0 !important;
  }
  .border-light-xxxxl-8 {
    border: 8px solid #f0f0f0 !important;
  }
  .border-top-light-xxxxl-8 {
    border-top: 8px solid #f0f0f0 !important;
  }
  .border-right-light-xxxxl-8 {
    border-right: 8px solid #f0f0f0 !important;
  }
  .border-bottom-light-xxxxl-8 {
    border-bottom: 8px solid #f0f0f0 !important;
  }
  .border-left-light-xxxxl-8 {
    border-left: 8px solid #f0f0f0 !important;
  }
  .border-light-xxxxl-9 {
    border: 9px solid #f0f0f0 !important;
  }
  .border-top-light-xxxxl-9 {
    border-top: 9px solid #f0f0f0 !important;
  }
  .border-right-light-xxxxl-9 {
    border-right: 9px solid #f0f0f0 !important;
  }
  .border-bottom-light-xxxxl-9 {
    border-bottom: 9px solid #f0f0f0 !important;
  }
  .border-left-light-xxxxl-9 {
    border-left: 9px solid #f0f0f0 !important;
  }
  .border-light-xxxxl-10 {
    border: 10px solid #f0f0f0 !important;
  }
  .border-top-light-xxxxl-10 {
    border-top: 10px solid #f0f0f0 !important;
  }
  .border-right-light-xxxxl-10 {
    border-right: 10px solid #f0f0f0 !important;
  }
  .border-bottom-light-xxxxl-10 {
    border-bottom: 10px solid #f0f0f0 !important;
  }
  .border-left-light-xxxxl-10 {
    border-left: 10px solid #f0f0f0 !important;
  }
  .border-light-xxxxl-11 {
    border: 11px solid #f0f0f0 !important;
  }
  .border-top-light-xxxxl-11 {
    border-top: 11px solid #f0f0f0 !important;
  }
  .border-right-light-xxxxl-11 {
    border-right: 11px solid #f0f0f0 !important;
  }
  .border-bottom-light-xxxxl-11 {
    border-bottom: 11px solid #f0f0f0 !important;
  }
  .border-left-light-xxxxl-11 {
    border-left: 11px solid #f0f0f0 !important;
  }
  .border-light-xxxxl-12 {
    border: 12px solid #f0f0f0 !important;
  }
  .border-top-light-xxxxl-12 {
    border-top: 12px solid #f0f0f0 !important;
  }
  .border-right-light-xxxxl-12 {
    border-right: 12px solid #f0f0f0 !important;
  }
  .border-bottom-light-xxxxl-12 {
    border-bottom: 12px solid #f0f0f0 !important;
  }
  .border-left-light-xxxxl-12 {
    border-left: 12px solid #f0f0f0 !important;
  }
  .border-light-xxxxl-13 {
    border: 13px solid #f0f0f0 !important;
  }
  .border-top-light-xxxxl-13 {
    border-top: 13px solid #f0f0f0 !important;
  }
  .border-right-light-xxxxl-13 {
    border-right: 13px solid #f0f0f0 !important;
  }
  .border-bottom-light-xxxxl-13 {
    border-bottom: 13px solid #f0f0f0 !important;
  }
  .border-left-light-xxxxl-13 {
    border-left: 13px solid #f0f0f0 !important;
  }
  .border-light-xxxxl-14 {
    border: 14px solid #f0f0f0 !important;
  }
  .border-top-light-xxxxl-14 {
    border-top: 14px solid #f0f0f0 !important;
  }
  .border-right-light-xxxxl-14 {
    border-right: 14px solid #f0f0f0 !important;
  }
  .border-bottom-light-xxxxl-14 {
    border-bottom: 14px solid #f0f0f0 !important;
  }
  .border-left-light-xxxxl-14 {
    border-left: 14px solid #f0f0f0 !important;
  }
  .border-light-xxxxl-15 {
    border: 15px solid #f0f0f0 !important;
  }
  .border-top-light-xxxxl-15 {
    border-top: 15px solid #f0f0f0 !important;
  }
  .border-right-light-xxxxl-15 {
    border-right: 15px solid #f0f0f0 !important;
  }
  .border-bottom-light-xxxxl-15 {
    border-bottom: 15px solid #f0f0f0 !important;
  }
  .border-left-light-xxxxl-15 {
    border-left: 15px solid #f0f0f0 !important;
  }
}
/* ############### XXXXL - END ############### */
.border-lighter {
  border-color: #f8f8f8 !important;
}

.border-top-lighter {
  border-top: 1px solid #f8f8f8 !important;
}

.border-right-lighter {
  border-right: 1px solid #f8f8f8 !important;
}

.border-bottom-lighter {
  border-bottom: 1px solid #f8f8f8 !important;
}

.border-left-lighter {
  border-left: 1px solid #f8f8f8 !important;
}

.border-lighter-0 {
  border: 0px solid #f8f8f8 !important;
}

.border-top-lighter-0 {
  border-top: 0px solid #f8f8f8 !important;
}

.border-right-lighter-0 {
  border-right: 0px solid #f8f8f8 !important;
}

.border-bottom-lighter-0 {
  border-bottom: 0px solid #f8f8f8 !important;
}

.border-left-lighter-0 {
  border-left: 0px solid #f8f8f8 !important;
}

.border-lighter-1 {
  border: 1px solid #f8f8f8 !important;
}

.border-top-lighter-1 {
  border-top: 1px solid #f8f8f8 !important;
}

.border-right-lighter-1 {
  border-right: 1px solid #f8f8f8 !important;
}

.border-bottom-lighter-1 {
  border-bottom: 1px solid #f8f8f8 !important;
}

.border-left-lighter-1 {
  border-left: 1px solid #f8f8f8 !important;
}

.border-lighter-2 {
  border: 2px solid #f8f8f8 !important;
}

.border-top-lighter-2 {
  border-top: 2px solid #f8f8f8 !important;
}

.border-right-lighter-2 {
  border-right: 2px solid #f8f8f8 !important;
}

.border-bottom-lighter-2 {
  border-bottom: 2px solid #f8f8f8 !important;
}

.border-left-lighter-2 {
  border-left: 2px solid #f8f8f8 !important;
}

.border-lighter-3 {
  border: 3px solid #f8f8f8 !important;
}

.border-top-lighter-3 {
  border-top: 3px solid #f8f8f8 !important;
}

.border-right-lighter-3 {
  border-right: 3px solid #f8f8f8 !important;
}

.border-bottom-lighter-3 {
  border-bottom: 3px solid #f8f8f8 !important;
}

.border-left-lighter-3 {
  border-left: 3px solid #f8f8f8 !important;
}

.border-lighter-4 {
  border: 4px solid #f8f8f8 !important;
}

.border-top-lighter-4 {
  border-top: 4px solid #f8f8f8 !important;
}

.border-right-lighter-4 {
  border-right: 4px solid #f8f8f8 !important;
}

.border-bottom-lighter-4 {
  border-bottom: 4px solid #f8f8f8 !important;
}

.border-left-lighter-4 {
  border-left: 4px solid #f8f8f8 !important;
}

.border-lighter-5 {
  border: 5px solid #f8f8f8 !important;
}

.border-top-lighter-5 {
  border-top: 5px solid #f8f8f8 !important;
}

.border-right-lighter-5 {
  border-right: 5px solid #f8f8f8 !important;
}

.border-bottom-lighter-5 {
  border-bottom: 5px solid #f8f8f8 !important;
}

.border-left-lighter-5 {
  border-left: 5px solid #f8f8f8 !important;
}

.border-lighter-6 {
  border: 6px solid #f8f8f8 !important;
}

.border-top-lighter-6 {
  border-top: 6px solid #f8f8f8 !important;
}

.border-right-lighter-6 {
  border-right: 6px solid #f8f8f8 !important;
}

.border-bottom-lighter-6 {
  border-bottom: 6px solid #f8f8f8 !important;
}

.border-left-lighter-6 {
  border-left: 6px solid #f8f8f8 !important;
}

.border-lighter-7 {
  border: 7px solid #f8f8f8 !important;
}

.border-top-lighter-7 {
  border-top: 7px solid #f8f8f8 !important;
}

.border-right-lighter-7 {
  border-right: 7px solid #f8f8f8 !important;
}

.border-bottom-lighter-7 {
  border-bottom: 7px solid #f8f8f8 !important;
}

.border-left-lighter-7 {
  border-left: 7px solid #f8f8f8 !important;
}

.border-lighter-8 {
  border: 8px solid #f8f8f8 !important;
}

.border-top-lighter-8 {
  border-top: 8px solid #f8f8f8 !important;
}

.border-right-lighter-8 {
  border-right: 8px solid #f8f8f8 !important;
}

.border-bottom-lighter-8 {
  border-bottom: 8px solid #f8f8f8 !important;
}

.border-left-lighter-8 {
  border-left: 8px solid #f8f8f8 !important;
}

.border-lighter-9 {
  border: 9px solid #f8f8f8 !important;
}

.border-top-lighter-9 {
  border-top: 9px solid #f8f8f8 !important;
}

.border-right-lighter-9 {
  border-right: 9px solid #f8f8f8 !important;
}

.border-bottom-lighter-9 {
  border-bottom: 9px solid #f8f8f8 !important;
}

.border-left-lighter-9 {
  border-left: 9px solid #f8f8f8 !important;
}

.border-lighter-10 {
  border: 10px solid #f8f8f8 !important;
}

.border-top-lighter-10 {
  border-top: 10px solid #f8f8f8 !important;
}

.border-right-lighter-10 {
  border-right: 10px solid #f8f8f8 !important;
}

.border-bottom-lighter-10 {
  border-bottom: 10px solid #f8f8f8 !important;
}

.border-left-lighter-10 {
  border-left: 10px solid #f8f8f8 !important;
}

.border-lighter-11 {
  border: 11px solid #f8f8f8 !important;
}

.border-top-lighter-11 {
  border-top: 11px solid #f8f8f8 !important;
}

.border-right-lighter-11 {
  border-right: 11px solid #f8f8f8 !important;
}

.border-bottom-lighter-11 {
  border-bottom: 11px solid #f8f8f8 !important;
}

.border-left-lighter-11 {
  border-left: 11px solid #f8f8f8 !important;
}

.border-lighter-12 {
  border: 12px solid #f8f8f8 !important;
}

.border-top-lighter-12 {
  border-top: 12px solid #f8f8f8 !important;
}

.border-right-lighter-12 {
  border-right: 12px solid #f8f8f8 !important;
}

.border-bottom-lighter-12 {
  border-bottom: 12px solid #f8f8f8 !important;
}

.border-left-lighter-12 {
  border-left: 12px solid #f8f8f8 !important;
}

.border-lighter-13 {
  border: 13px solid #f8f8f8 !important;
}

.border-top-lighter-13 {
  border-top: 13px solid #f8f8f8 !important;
}

.border-right-lighter-13 {
  border-right: 13px solid #f8f8f8 !important;
}

.border-bottom-lighter-13 {
  border-bottom: 13px solid #f8f8f8 !important;
}

.border-left-lighter-13 {
  border-left: 13px solid #f8f8f8 !important;
}

.border-lighter-14 {
  border: 14px solid #f8f8f8 !important;
}

.border-top-lighter-14 {
  border-top: 14px solid #f8f8f8 !important;
}

.border-right-lighter-14 {
  border-right: 14px solid #f8f8f8 !important;
}

.border-bottom-lighter-14 {
  border-bottom: 14px solid #f8f8f8 !important;
}

.border-left-lighter-14 {
  border-left: 14px solid #f8f8f8 !important;
}

.border-lighter-15 {
  border: 15px solid #f8f8f8 !important;
}

.border-top-lighter-15 {
  border-top: 15px solid #f8f8f8 !important;
}

.border-right-lighter-15 {
  border-right: 15px solid #f8f8f8 !important;
}

.border-bottom-lighter-15 {
  border-bottom: 15px solid #f8f8f8 !important;
}

.border-left-lighter-15 {
  border-left: 15px solid #f8f8f8 !important;
}

/* ############### SM - START ############### */
@media (min-width: 576px) {
  .border-sm-lighter {
    border-color: #f8f8f8 !important;
  }
  .border-top-sm-lighter {
    border-top: 1px solid #f8f8f8 !important;
  }
  .border-right-sm-lighter {
    border-right: 1px solid #f8f8f8 !important;
  }
  .border-bottom-sm-lighter {
    border-bottom: 1px solid #f8f8f8 !important;
  }
  .border-left-sm-lighter {
    border-left: 1px solid #f8f8f8 !important;
  }
  .border-lighter-sm-0 {
    border: 0px solid #f8f8f8 !important;
  }
  .border-top-lighter-sm-0 {
    border-top: 0px solid #f8f8f8 !important;
  }
  .border-right-lighter-sm-0 {
    border-right: 0px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-sm-0 {
    border-bottom: 0px solid #f8f8f8 !important;
  }
  .border-left-lighter-sm-0 {
    border-left: 0px solid #f8f8f8 !important;
  }
  .border-lighter-sm-1 {
    border: 1px solid #f8f8f8 !important;
  }
  .border-top-lighter-sm-1 {
    border-top: 1px solid #f8f8f8 !important;
  }
  .border-right-lighter-sm-1 {
    border-right: 1px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-sm-1 {
    border-bottom: 1px solid #f8f8f8 !important;
  }
  .border-left-lighter-sm-1 {
    border-left: 1px solid #f8f8f8 !important;
  }
  .border-lighter-sm-2 {
    border: 2px solid #f8f8f8 !important;
  }
  .border-top-lighter-sm-2 {
    border-top: 2px solid #f8f8f8 !important;
  }
  .border-right-lighter-sm-2 {
    border-right: 2px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-sm-2 {
    border-bottom: 2px solid #f8f8f8 !important;
  }
  .border-left-lighter-sm-2 {
    border-left: 2px solid #f8f8f8 !important;
  }
  .border-lighter-sm-3 {
    border: 3px solid #f8f8f8 !important;
  }
  .border-top-lighter-sm-3 {
    border-top: 3px solid #f8f8f8 !important;
  }
  .border-right-lighter-sm-3 {
    border-right: 3px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-sm-3 {
    border-bottom: 3px solid #f8f8f8 !important;
  }
  .border-left-lighter-sm-3 {
    border-left: 3px solid #f8f8f8 !important;
  }
  .border-lighter-sm-4 {
    border: 4px solid #f8f8f8 !important;
  }
  .border-top-lighter-sm-4 {
    border-top: 4px solid #f8f8f8 !important;
  }
  .border-right-lighter-sm-4 {
    border-right: 4px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-sm-4 {
    border-bottom: 4px solid #f8f8f8 !important;
  }
  .border-left-lighter-sm-4 {
    border-left: 4px solid #f8f8f8 !important;
  }
  .border-lighter-sm-5 {
    border: 5px solid #f8f8f8 !important;
  }
  .border-top-lighter-sm-5 {
    border-top: 5px solid #f8f8f8 !important;
  }
  .border-right-lighter-sm-5 {
    border-right: 5px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-sm-5 {
    border-bottom: 5px solid #f8f8f8 !important;
  }
  .border-left-lighter-sm-5 {
    border-left: 5px solid #f8f8f8 !important;
  }
  .border-lighter-sm-6 {
    border: 6px solid #f8f8f8 !important;
  }
  .border-top-lighter-sm-6 {
    border-top: 6px solid #f8f8f8 !important;
  }
  .border-right-lighter-sm-6 {
    border-right: 6px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-sm-6 {
    border-bottom: 6px solid #f8f8f8 !important;
  }
  .border-left-lighter-sm-6 {
    border-left: 6px solid #f8f8f8 !important;
  }
  .border-lighter-sm-7 {
    border: 7px solid #f8f8f8 !important;
  }
  .border-top-lighter-sm-7 {
    border-top: 7px solid #f8f8f8 !important;
  }
  .border-right-lighter-sm-7 {
    border-right: 7px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-sm-7 {
    border-bottom: 7px solid #f8f8f8 !important;
  }
  .border-left-lighter-sm-7 {
    border-left: 7px solid #f8f8f8 !important;
  }
  .border-lighter-sm-8 {
    border: 8px solid #f8f8f8 !important;
  }
  .border-top-lighter-sm-8 {
    border-top: 8px solid #f8f8f8 !important;
  }
  .border-right-lighter-sm-8 {
    border-right: 8px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-sm-8 {
    border-bottom: 8px solid #f8f8f8 !important;
  }
  .border-left-lighter-sm-8 {
    border-left: 8px solid #f8f8f8 !important;
  }
  .border-lighter-sm-9 {
    border: 9px solid #f8f8f8 !important;
  }
  .border-top-lighter-sm-9 {
    border-top: 9px solid #f8f8f8 !important;
  }
  .border-right-lighter-sm-9 {
    border-right: 9px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-sm-9 {
    border-bottom: 9px solid #f8f8f8 !important;
  }
  .border-left-lighter-sm-9 {
    border-left: 9px solid #f8f8f8 !important;
  }
  .border-lighter-sm-10 {
    border: 10px solid #f8f8f8 !important;
  }
  .border-top-lighter-sm-10 {
    border-top: 10px solid #f8f8f8 !important;
  }
  .border-right-lighter-sm-10 {
    border-right: 10px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-sm-10 {
    border-bottom: 10px solid #f8f8f8 !important;
  }
  .border-left-lighter-sm-10 {
    border-left: 10px solid #f8f8f8 !important;
  }
  .border-lighter-sm-11 {
    border: 11px solid #f8f8f8 !important;
  }
  .border-top-lighter-sm-11 {
    border-top: 11px solid #f8f8f8 !important;
  }
  .border-right-lighter-sm-11 {
    border-right: 11px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-sm-11 {
    border-bottom: 11px solid #f8f8f8 !important;
  }
  .border-left-lighter-sm-11 {
    border-left: 11px solid #f8f8f8 !important;
  }
  .border-lighter-sm-12 {
    border: 12px solid #f8f8f8 !important;
  }
  .border-top-lighter-sm-12 {
    border-top: 12px solid #f8f8f8 !important;
  }
  .border-right-lighter-sm-12 {
    border-right: 12px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-sm-12 {
    border-bottom: 12px solid #f8f8f8 !important;
  }
  .border-left-lighter-sm-12 {
    border-left: 12px solid #f8f8f8 !important;
  }
  .border-lighter-sm-13 {
    border: 13px solid #f8f8f8 !important;
  }
  .border-top-lighter-sm-13 {
    border-top: 13px solid #f8f8f8 !important;
  }
  .border-right-lighter-sm-13 {
    border-right: 13px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-sm-13 {
    border-bottom: 13px solid #f8f8f8 !important;
  }
  .border-left-lighter-sm-13 {
    border-left: 13px solid #f8f8f8 !important;
  }
  .border-lighter-sm-14 {
    border: 14px solid #f8f8f8 !important;
  }
  .border-top-lighter-sm-14 {
    border-top: 14px solid #f8f8f8 !important;
  }
  .border-right-lighter-sm-14 {
    border-right: 14px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-sm-14 {
    border-bottom: 14px solid #f8f8f8 !important;
  }
  .border-left-lighter-sm-14 {
    border-left: 14px solid #f8f8f8 !important;
  }
  .border-lighter-sm-15 {
    border: 15px solid #f8f8f8 !important;
  }
  .border-top-lighter-sm-15 {
    border-top: 15px solid #f8f8f8 !important;
  }
  .border-right-lighter-sm-15 {
    border-right: 15px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-sm-15 {
    border-bottom: 15px solid #f8f8f8 !important;
  }
  .border-left-lighter-sm-15 {
    border-left: 15px solid #f8f8f8 !important;
  }
}
/* ############### SM - END ############### */
/* ############### MD - START ############### */
@media (min-width: 768px) {
  .border-md-lighter {
    border-color: #f8f8f8 !important;
  }
  .border-top-md-lighter {
    border-top: 1px solid #f8f8f8 !important;
  }
  .border-right-md-lighter {
    border-right: 1px solid #f8f8f8 !important;
  }
  .border-bottom-md-lighter {
    border-bottom: 1px solid #f8f8f8 !important;
  }
  .border-left-md-lighter {
    border-left: 1px solid #f8f8f8 !important;
  }
  .border-lighter-md-0 {
    border: 0px solid #f8f8f8 !important;
  }
  .border-top-lighter-md-0 {
    border-top: 0px solid #f8f8f8 !important;
  }
  .border-right-lighter-md-0 {
    border-right: 0px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-md-0 {
    border-bottom: 0px solid #f8f8f8 !important;
  }
  .border-left-lighter-md-0 {
    border-left: 0px solid #f8f8f8 !important;
  }
  .border-lighter-md-1 {
    border: 1px solid #f8f8f8 !important;
  }
  .border-top-lighter-md-1 {
    border-top: 1px solid #f8f8f8 !important;
  }
  .border-right-lighter-md-1 {
    border-right: 1px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-md-1 {
    border-bottom: 1px solid #f8f8f8 !important;
  }
  .border-left-lighter-md-1 {
    border-left: 1px solid #f8f8f8 !important;
  }
  .border-lighter-md-2 {
    border: 2px solid #f8f8f8 !important;
  }
  .border-top-lighter-md-2 {
    border-top: 2px solid #f8f8f8 !important;
  }
  .border-right-lighter-md-2 {
    border-right: 2px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-md-2 {
    border-bottom: 2px solid #f8f8f8 !important;
  }
  .border-left-lighter-md-2 {
    border-left: 2px solid #f8f8f8 !important;
  }
  .border-lighter-md-3 {
    border: 3px solid #f8f8f8 !important;
  }
  .border-top-lighter-md-3 {
    border-top: 3px solid #f8f8f8 !important;
  }
  .border-right-lighter-md-3 {
    border-right: 3px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-md-3 {
    border-bottom: 3px solid #f8f8f8 !important;
  }
  .border-left-lighter-md-3 {
    border-left: 3px solid #f8f8f8 !important;
  }
  .border-lighter-md-4 {
    border: 4px solid #f8f8f8 !important;
  }
  .border-top-lighter-md-4 {
    border-top: 4px solid #f8f8f8 !important;
  }
  .border-right-lighter-md-4 {
    border-right: 4px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-md-4 {
    border-bottom: 4px solid #f8f8f8 !important;
  }
  .border-left-lighter-md-4 {
    border-left: 4px solid #f8f8f8 !important;
  }
  .border-lighter-md-5 {
    border: 5px solid #f8f8f8 !important;
  }
  .border-top-lighter-md-5 {
    border-top: 5px solid #f8f8f8 !important;
  }
  .border-right-lighter-md-5 {
    border-right: 5px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-md-5 {
    border-bottom: 5px solid #f8f8f8 !important;
  }
  .border-left-lighter-md-5 {
    border-left: 5px solid #f8f8f8 !important;
  }
  .border-lighter-md-6 {
    border: 6px solid #f8f8f8 !important;
  }
  .border-top-lighter-md-6 {
    border-top: 6px solid #f8f8f8 !important;
  }
  .border-right-lighter-md-6 {
    border-right: 6px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-md-6 {
    border-bottom: 6px solid #f8f8f8 !important;
  }
  .border-left-lighter-md-6 {
    border-left: 6px solid #f8f8f8 !important;
  }
  .border-lighter-md-7 {
    border: 7px solid #f8f8f8 !important;
  }
  .border-top-lighter-md-7 {
    border-top: 7px solid #f8f8f8 !important;
  }
  .border-right-lighter-md-7 {
    border-right: 7px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-md-7 {
    border-bottom: 7px solid #f8f8f8 !important;
  }
  .border-left-lighter-md-7 {
    border-left: 7px solid #f8f8f8 !important;
  }
  .border-lighter-md-8 {
    border: 8px solid #f8f8f8 !important;
  }
  .border-top-lighter-md-8 {
    border-top: 8px solid #f8f8f8 !important;
  }
  .border-right-lighter-md-8 {
    border-right: 8px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-md-8 {
    border-bottom: 8px solid #f8f8f8 !important;
  }
  .border-left-lighter-md-8 {
    border-left: 8px solid #f8f8f8 !important;
  }
  .border-lighter-md-9 {
    border: 9px solid #f8f8f8 !important;
  }
  .border-top-lighter-md-9 {
    border-top: 9px solid #f8f8f8 !important;
  }
  .border-right-lighter-md-9 {
    border-right: 9px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-md-9 {
    border-bottom: 9px solid #f8f8f8 !important;
  }
  .border-left-lighter-md-9 {
    border-left: 9px solid #f8f8f8 !important;
  }
  .border-lighter-md-10 {
    border: 10px solid #f8f8f8 !important;
  }
  .border-top-lighter-md-10 {
    border-top: 10px solid #f8f8f8 !important;
  }
  .border-right-lighter-md-10 {
    border-right: 10px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-md-10 {
    border-bottom: 10px solid #f8f8f8 !important;
  }
  .border-left-lighter-md-10 {
    border-left: 10px solid #f8f8f8 !important;
  }
  .border-lighter-md-11 {
    border: 11px solid #f8f8f8 !important;
  }
  .border-top-lighter-md-11 {
    border-top: 11px solid #f8f8f8 !important;
  }
  .border-right-lighter-md-11 {
    border-right: 11px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-md-11 {
    border-bottom: 11px solid #f8f8f8 !important;
  }
  .border-left-lighter-md-11 {
    border-left: 11px solid #f8f8f8 !important;
  }
  .border-lighter-md-12 {
    border: 12px solid #f8f8f8 !important;
  }
  .border-top-lighter-md-12 {
    border-top: 12px solid #f8f8f8 !important;
  }
  .border-right-lighter-md-12 {
    border-right: 12px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-md-12 {
    border-bottom: 12px solid #f8f8f8 !important;
  }
  .border-left-lighter-md-12 {
    border-left: 12px solid #f8f8f8 !important;
  }
  .border-lighter-md-13 {
    border: 13px solid #f8f8f8 !important;
  }
  .border-top-lighter-md-13 {
    border-top: 13px solid #f8f8f8 !important;
  }
  .border-right-lighter-md-13 {
    border-right: 13px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-md-13 {
    border-bottom: 13px solid #f8f8f8 !important;
  }
  .border-left-lighter-md-13 {
    border-left: 13px solid #f8f8f8 !important;
  }
  .border-lighter-md-14 {
    border: 14px solid #f8f8f8 !important;
  }
  .border-top-lighter-md-14 {
    border-top: 14px solid #f8f8f8 !important;
  }
  .border-right-lighter-md-14 {
    border-right: 14px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-md-14 {
    border-bottom: 14px solid #f8f8f8 !important;
  }
  .border-left-lighter-md-14 {
    border-left: 14px solid #f8f8f8 !important;
  }
  .border-lighter-md-15 {
    border: 15px solid #f8f8f8 !important;
  }
  .border-top-lighter-md-15 {
    border-top: 15px solid #f8f8f8 !important;
  }
  .border-right-lighter-md-15 {
    border-right: 15px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-md-15 {
    border-bottom: 15px solid #f8f8f8 !important;
  }
  .border-left-lighter-md-15 {
    border-left: 15px solid #f8f8f8 !important;
  }
}
/* ############### MD - END ############### */
/* ############### LG - START ############### */
@media (min-width: 992px) {
  .border-lg-lighter {
    border-color: #f8f8f8 !important;
  }
  .border-top-lg-lighter {
    border-top: 1px solid #f8f8f8 !important;
  }
  .border-right-lg-lighter {
    border-right: 1px solid #f8f8f8 !important;
  }
  .border-bottom-lg-lighter {
    border-bottom: 1px solid #f8f8f8 !important;
  }
  .border-left-lg-lighter {
    border-left: 1px solid #f8f8f8 !important;
  }
  .border-lighter-lg-0 {
    border: 0px solid #f8f8f8 !important;
  }
  .border-top-lighter-lg-0 {
    border-top: 0px solid #f8f8f8 !important;
  }
  .border-right-lighter-lg-0 {
    border-right: 0px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-lg-0 {
    border-bottom: 0px solid #f8f8f8 !important;
  }
  .border-left-lighter-lg-0 {
    border-left: 0px solid #f8f8f8 !important;
  }
  .border-lighter-lg-1 {
    border: 1px solid #f8f8f8 !important;
  }
  .border-top-lighter-lg-1 {
    border-top: 1px solid #f8f8f8 !important;
  }
  .border-right-lighter-lg-1 {
    border-right: 1px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-lg-1 {
    border-bottom: 1px solid #f8f8f8 !important;
  }
  .border-left-lighter-lg-1 {
    border-left: 1px solid #f8f8f8 !important;
  }
  .border-lighter-lg-2 {
    border: 2px solid #f8f8f8 !important;
  }
  .border-top-lighter-lg-2 {
    border-top: 2px solid #f8f8f8 !important;
  }
  .border-right-lighter-lg-2 {
    border-right: 2px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-lg-2 {
    border-bottom: 2px solid #f8f8f8 !important;
  }
  .border-left-lighter-lg-2 {
    border-left: 2px solid #f8f8f8 !important;
  }
  .border-lighter-lg-3 {
    border: 3px solid #f8f8f8 !important;
  }
  .border-top-lighter-lg-3 {
    border-top: 3px solid #f8f8f8 !important;
  }
  .border-right-lighter-lg-3 {
    border-right: 3px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-lg-3 {
    border-bottom: 3px solid #f8f8f8 !important;
  }
  .border-left-lighter-lg-3 {
    border-left: 3px solid #f8f8f8 !important;
  }
  .border-lighter-lg-4 {
    border: 4px solid #f8f8f8 !important;
  }
  .border-top-lighter-lg-4 {
    border-top: 4px solid #f8f8f8 !important;
  }
  .border-right-lighter-lg-4 {
    border-right: 4px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-lg-4 {
    border-bottom: 4px solid #f8f8f8 !important;
  }
  .border-left-lighter-lg-4 {
    border-left: 4px solid #f8f8f8 !important;
  }
  .border-lighter-lg-5 {
    border: 5px solid #f8f8f8 !important;
  }
  .border-top-lighter-lg-5 {
    border-top: 5px solid #f8f8f8 !important;
  }
  .border-right-lighter-lg-5 {
    border-right: 5px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-lg-5 {
    border-bottom: 5px solid #f8f8f8 !important;
  }
  .border-left-lighter-lg-5 {
    border-left: 5px solid #f8f8f8 !important;
  }
  .border-lighter-lg-6 {
    border: 6px solid #f8f8f8 !important;
  }
  .border-top-lighter-lg-6 {
    border-top: 6px solid #f8f8f8 !important;
  }
  .border-right-lighter-lg-6 {
    border-right: 6px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-lg-6 {
    border-bottom: 6px solid #f8f8f8 !important;
  }
  .border-left-lighter-lg-6 {
    border-left: 6px solid #f8f8f8 !important;
  }
  .border-lighter-lg-7 {
    border: 7px solid #f8f8f8 !important;
  }
  .border-top-lighter-lg-7 {
    border-top: 7px solid #f8f8f8 !important;
  }
  .border-right-lighter-lg-7 {
    border-right: 7px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-lg-7 {
    border-bottom: 7px solid #f8f8f8 !important;
  }
  .border-left-lighter-lg-7 {
    border-left: 7px solid #f8f8f8 !important;
  }
  .border-lighter-lg-8 {
    border: 8px solid #f8f8f8 !important;
  }
  .border-top-lighter-lg-8 {
    border-top: 8px solid #f8f8f8 !important;
  }
  .border-right-lighter-lg-8 {
    border-right: 8px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-lg-8 {
    border-bottom: 8px solid #f8f8f8 !important;
  }
  .border-left-lighter-lg-8 {
    border-left: 8px solid #f8f8f8 !important;
  }
  .border-lighter-lg-9 {
    border: 9px solid #f8f8f8 !important;
  }
  .border-top-lighter-lg-9 {
    border-top: 9px solid #f8f8f8 !important;
  }
  .border-right-lighter-lg-9 {
    border-right: 9px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-lg-9 {
    border-bottom: 9px solid #f8f8f8 !important;
  }
  .border-left-lighter-lg-9 {
    border-left: 9px solid #f8f8f8 !important;
  }
  .border-lighter-lg-10 {
    border: 10px solid #f8f8f8 !important;
  }
  .border-top-lighter-lg-10 {
    border-top: 10px solid #f8f8f8 !important;
  }
  .border-right-lighter-lg-10 {
    border-right: 10px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-lg-10 {
    border-bottom: 10px solid #f8f8f8 !important;
  }
  .border-left-lighter-lg-10 {
    border-left: 10px solid #f8f8f8 !important;
  }
  .border-lighter-lg-11 {
    border: 11px solid #f8f8f8 !important;
  }
  .border-top-lighter-lg-11 {
    border-top: 11px solid #f8f8f8 !important;
  }
  .border-right-lighter-lg-11 {
    border-right: 11px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-lg-11 {
    border-bottom: 11px solid #f8f8f8 !important;
  }
  .border-left-lighter-lg-11 {
    border-left: 11px solid #f8f8f8 !important;
  }
  .border-lighter-lg-12 {
    border: 12px solid #f8f8f8 !important;
  }
  .border-top-lighter-lg-12 {
    border-top: 12px solid #f8f8f8 !important;
  }
  .border-right-lighter-lg-12 {
    border-right: 12px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-lg-12 {
    border-bottom: 12px solid #f8f8f8 !important;
  }
  .border-left-lighter-lg-12 {
    border-left: 12px solid #f8f8f8 !important;
  }
  .border-lighter-lg-13 {
    border: 13px solid #f8f8f8 !important;
  }
  .border-top-lighter-lg-13 {
    border-top: 13px solid #f8f8f8 !important;
  }
  .border-right-lighter-lg-13 {
    border-right: 13px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-lg-13 {
    border-bottom: 13px solid #f8f8f8 !important;
  }
  .border-left-lighter-lg-13 {
    border-left: 13px solid #f8f8f8 !important;
  }
  .border-lighter-lg-14 {
    border: 14px solid #f8f8f8 !important;
  }
  .border-top-lighter-lg-14 {
    border-top: 14px solid #f8f8f8 !important;
  }
  .border-right-lighter-lg-14 {
    border-right: 14px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-lg-14 {
    border-bottom: 14px solid #f8f8f8 !important;
  }
  .border-left-lighter-lg-14 {
    border-left: 14px solid #f8f8f8 !important;
  }
  .border-lighter-lg-15 {
    border: 15px solid #f8f8f8 !important;
  }
  .border-top-lighter-lg-15 {
    border-top: 15px solid #f8f8f8 !important;
  }
  .border-right-lighter-lg-15 {
    border-right: 15px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-lg-15 {
    border-bottom: 15px solid #f8f8f8 !important;
  }
  .border-left-lighter-lg-15 {
    border-left: 15px solid #f8f8f8 !important;
  }
}
/* ############### LG - END ############### */
/* ############### XL - START ############### */
@media (min-width: 1200px) {
  .border-xl-lighter {
    border-color: #f8f8f8 !important;
  }
  .border-top-xl-lighter {
    border-top: 1px solid #f8f8f8 !important;
  }
  .border-right-xl-lighter {
    border-right: 1px solid #f8f8f8 !important;
  }
  .border-bottom-xl-lighter {
    border-bottom: 1px solid #f8f8f8 !important;
  }
  .border-left-xl-lighter {
    border-left: 1px solid #f8f8f8 !important;
  }
  .border-lighter-xl-0 {
    border: 0px solid #f8f8f8 !important;
  }
  .border-top-lighter-xl-0 {
    border-top: 0px solid #f8f8f8 !important;
  }
  .border-right-lighter-xl-0 {
    border-right: 0px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-xl-0 {
    border-bottom: 0px solid #f8f8f8 !important;
  }
  .border-left-lighter-xl-0 {
    border-left: 0px solid #f8f8f8 !important;
  }
  .border-lighter-xl-1 {
    border: 1px solid #f8f8f8 !important;
  }
  .border-top-lighter-xl-1 {
    border-top: 1px solid #f8f8f8 !important;
  }
  .border-right-lighter-xl-1 {
    border-right: 1px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-xl-1 {
    border-bottom: 1px solid #f8f8f8 !important;
  }
  .border-left-lighter-xl-1 {
    border-left: 1px solid #f8f8f8 !important;
  }
  .border-lighter-xl-2 {
    border: 2px solid #f8f8f8 !important;
  }
  .border-top-lighter-xl-2 {
    border-top: 2px solid #f8f8f8 !important;
  }
  .border-right-lighter-xl-2 {
    border-right: 2px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-xl-2 {
    border-bottom: 2px solid #f8f8f8 !important;
  }
  .border-left-lighter-xl-2 {
    border-left: 2px solid #f8f8f8 !important;
  }
  .border-lighter-xl-3 {
    border: 3px solid #f8f8f8 !important;
  }
  .border-top-lighter-xl-3 {
    border-top: 3px solid #f8f8f8 !important;
  }
  .border-right-lighter-xl-3 {
    border-right: 3px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-xl-3 {
    border-bottom: 3px solid #f8f8f8 !important;
  }
  .border-left-lighter-xl-3 {
    border-left: 3px solid #f8f8f8 !important;
  }
  .border-lighter-xl-4 {
    border: 4px solid #f8f8f8 !important;
  }
  .border-top-lighter-xl-4 {
    border-top: 4px solid #f8f8f8 !important;
  }
  .border-right-lighter-xl-4 {
    border-right: 4px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-xl-4 {
    border-bottom: 4px solid #f8f8f8 !important;
  }
  .border-left-lighter-xl-4 {
    border-left: 4px solid #f8f8f8 !important;
  }
  .border-lighter-xl-5 {
    border: 5px solid #f8f8f8 !important;
  }
  .border-top-lighter-xl-5 {
    border-top: 5px solid #f8f8f8 !important;
  }
  .border-right-lighter-xl-5 {
    border-right: 5px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-xl-5 {
    border-bottom: 5px solid #f8f8f8 !important;
  }
  .border-left-lighter-xl-5 {
    border-left: 5px solid #f8f8f8 !important;
  }
  .border-lighter-xl-6 {
    border: 6px solid #f8f8f8 !important;
  }
  .border-top-lighter-xl-6 {
    border-top: 6px solid #f8f8f8 !important;
  }
  .border-right-lighter-xl-6 {
    border-right: 6px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-xl-6 {
    border-bottom: 6px solid #f8f8f8 !important;
  }
  .border-left-lighter-xl-6 {
    border-left: 6px solid #f8f8f8 !important;
  }
  .border-lighter-xl-7 {
    border: 7px solid #f8f8f8 !important;
  }
  .border-top-lighter-xl-7 {
    border-top: 7px solid #f8f8f8 !important;
  }
  .border-right-lighter-xl-7 {
    border-right: 7px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-xl-7 {
    border-bottom: 7px solid #f8f8f8 !important;
  }
  .border-left-lighter-xl-7 {
    border-left: 7px solid #f8f8f8 !important;
  }
  .border-lighter-xl-8 {
    border: 8px solid #f8f8f8 !important;
  }
  .border-top-lighter-xl-8 {
    border-top: 8px solid #f8f8f8 !important;
  }
  .border-right-lighter-xl-8 {
    border-right: 8px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-xl-8 {
    border-bottom: 8px solid #f8f8f8 !important;
  }
  .border-left-lighter-xl-8 {
    border-left: 8px solid #f8f8f8 !important;
  }
  .border-lighter-xl-9 {
    border: 9px solid #f8f8f8 !important;
  }
  .border-top-lighter-xl-9 {
    border-top: 9px solid #f8f8f8 !important;
  }
  .border-right-lighter-xl-9 {
    border-right: 9px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-xl-9 {
    border-bottom: 9px solid #f8f8f8 !important;
  }
  .border-left-lighter-xl-9 {
    border-left: 9px solid #f8f8f8 !important;
  }
  .border-lighter-xl-10 {
    border: 10px solid #f8f8f8 !important;
  }
  .border-top-lighter-xl-10 {
    border-top: 10px solid #f8f8f8 !important;
  }
  .border-right-lighter-xl-10 {
    border-right: 10px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-xl-10 {
    border-bottom: 10px solid #f8f8f8 !important;
  }
  .border-left-lighter-xl-10 {
    border-left: 10px solid #f8f8f8 !important;
  }
  .border-lighter-xl-11 {
    border: 11px solid #f8f8f8 !important;
  }
  .border-top-lighter-xl-11 {
    border-top: 11px solid #f8f8f8 !important;
  }
  .border-right-lighter-xl-11 {
    border-right: 11px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-xl-11 {
    border-bottom: 11px solid #f8f8f8 !important;
  }
  .border-left-lighter-xl-11 {
    border-left: 11px solid #f8f8f8 !important;
  }
  .border-lighter-xl-12 {
    border: 12px solid #f8f8f8 !important;
  }
  .border-top-lighter-xl-12 {
    border-top: 12px solid #f8f8f8 !important;
  }
  .border-right-lighter-xl-12 {
    border-right: 12px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-xl-12 {
    border-bottom: 12px solid #f8f8f8 !important;
  }
  .border-left-lighter-xl-12 {
    border-left: 12px solid #f8f8f8 !important;
  }
  .border-lighter-xl-13 {
    border: 13px solid #f8f8f8 !important;
  }
  .border-top-lighter-xl-13 {
    border-top: 13px solid #f8f8f8 !important;
  }
  .border-right-lighter-xl-13 {
    border-right: 13px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-xl-13 {
    border-bottom: 13px solid #f8f8f8 !important;
  }
  .border-left-lighter-xl-13 {
    border-left: 13px solid #f8f8f8 !important;
  }
  .border-lighter-xl-14 {
    border: 14px solid #f8f8f8 !important;
  }
  .border-top-lighter-xl-14 {
    border-top: 14px solid #f8f8f8 !important;
  }
  .border-right-lighter-xl-14 {
    border-right: 14px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-xl-14 {
    border-bottom: 14px solid #f8f8f8 !important;
  }
  .border-left-lighter-xl-14 {
    border-left: 14px solid #f8f8f8 !important;
  }
  .border-lighter-xl-15 {
    border: 15px solid #f8f8f8 !important;
  }
  .border-top-lighter-xl-15 {
    border-top: 15px solid #f8f8f8 !important;
  }
  .border-right-lighter-xl-15 {
    border-right: 15px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-xl-15 {
    border-bottom: 15px solid #f8f8f8 !important;
  }
  .border-left-lighter-xl-15 {
    border-left: 15px solid #f8f8f8 !important;
  }
}
/* ############### XL - END ############### */
/* ############### XXL - START ############### */
@media (min-width: 1400px) {
  .border-xxl-lighter {
    border-color: #f8f8f8 !important;
  }
  .border-top-xxl-lighter {
    border-top: 1px solid #f8f8f8 !important;
  }
  .border-right-xxl-lighter {
    border-right: 1px solid #f8f8f8 !important;
  }
  .border-bottom-xxl-lighter {
    border-bottom: 1px solid #f8f8f8 !important;
  }
  .border-left-xxl-lighter {
    border-left: 1px solid #f8f8f8 !important;
  }
  .border-lighter-xxl-0 {
    border: 0px solid #f8f8f8 !important;
  }
  .border-top-lighter-xxl-0 {
    border-top: 0px solid #f8f8f8 !important;
  }
  .border-right-lighter-xxl-0 {
    border-right: 0px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-xxl-0 {
    border-bottom: 0px solid #f8f8f8 !important;
  }
  .border-left-lighter-xxl-0 {
    border-left: 0px solid #f8f8f8 !important;
  }
  .border-lighter-xxl-1 {
    border: 1px solid #f8f8f8 !important;
  }
  .border-top-lighter-xxl-1 {
    border-top: 1px solid #f8f8f8 !important;
  }
  .border-right-lighter-xxl-1 {
    border-right: 1px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-xxl-1 {
    border-bottom: 1px solid #f8f8f8 !important;
  }
  .border-left-lighter-xxl-1 {
    border-left: 1px solid #f8f8f8 !important;
  }
  .border-lighter-xxl-2 {
    border: 2px solid #f8f8f8 !important;
  }
  .border-top-lighter-xxl-2 {
    border-top: 2px solid #f8f8f8 !important;
  }
  .border-right-lighter-xxl-2 {
    border-right: 2px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-xxl-2 {
    border-bottom: 2px solid #f8f8f8 !important;
  }
  .border-left-lighter-xxl-2 {
    border-left: 2px solid #f8f8f8 !important;
  }
  .border-lighter-xxl-3 {
    border: 3px solid #f8f8f8 !important;
  }
  .border-top-lighter-xxl-3 {
    border-top: 3px solid #f8f8f8 !important;
  }
  .border-right-lighter-xxl-3 {
    border-right: 3px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-xxl-3 {
    border-bottom: 3px solid #f8f8f8 !important;
  }
  .border-left-lighter-xxl-3 {
    border-left: 3px solid #f8f8f8 !important;
  }
  .border-lighter-xxl-4 {
    border: 4px solid #f8f8f8 !important;
  }
  .border-top-lighter-xxl-4 {
    border-top: 4px solid #f8f8f8 !important;
  }
  .border-right-lighter-xxl-4 {
    border-right: 4px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-xxl-4 {
    border-bottom: 4px solid #f8f8f8 !important;
  }
  .border-left-lighter-xxl-4 {
    border-left: 4px solid #f8f8f8 !important;
  }
  .border-lighter-xxl-5 {
    border: 5px solid #f8f8f8 !important;
  }
  .border-top-lighter-xxl-5 {
    border-top: 5px solid #f8f8f8 !important;
  }
  .border-right-lighter-xxl-5 {
    border-right: 5px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-xxl-5 {
    border-bottom: 5px solid #f8f8f8 !important;
  }
  .border-left-lighter-xxl-5 {
    border-left: 5px solid #f8f8f8 !important;
  }
  .border-lighter-xxl-6 {
    border: 6px solid #f8f8f8 !important;
  }
  .border-top-lighter-xxl-6 {
    border-top: 6px solid #f8f8f8 !important;
  }
  .border-right-lighter-xxl-6 {
    border-right: 6px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-xxl-6 {
    border-bottom: 6px solid #f8f8f8 !important;
  }
  .border-left-lighter-xxl-6 {
    border-left: 6px solid #f8f8f8 !important;
  }
  .border-lighter-xxl-7 {
    border: 7px solid #f8f8f8 !important;
  }
  .border-top-lighter-xxl-7 {
    border-top: 7px solid #f8f8f8 !important;
  }
  .border-right-lighter-xxl-7 {
    border-right: 7px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-xxl-7 {
    border-bottom: 7px solid #f8f8f8 !important;
  }
  .border-left-lighter-xxl-7 {
    border-left: 7px solid #f8f8f8 !important;
  }
  .border-lighter-xxl-8 {
    border: 8px solid #f8f8f8 !important;
  }
  .border-top-lighter-xxl-8 {
    border-top: 8px solid #f8f8f8 !important;
  }
  .border-right-lighter-xxl-8 {
    border-right: 8px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-xxl-8 {
    border-bottom: 8px solid #f8f8f8 !important;
  }
  .border-left-lighter-xxl-8 {
    border-left: 8px solid #f8f8f8 !important;
  }
  .border-lighter-xxl-9 {
    border: 9px solid #f8f8f8 !important;
  }
  .border-top-lighter-xxl-9 {
    border-top: 9px solid #f8f8f8 !important;
  }
  .border-right-lighter-xxl-9 {
    border-right: 9px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-xxl-9 {
    border-bottom: 9px solid #f8f8f8 !important;
  }
  .border-left-lighter-xxl-9 {
    border-left: 9px solid #f8f8f8 !important;
  }
  .border-lighter-xxl-10 {
    border: 10px solid #f8f8f8 !important;
  }
  .border-top-lighter-xxl-10 {
    border-top: 10px solid #f8f8f8 !important;
  }
  .border-right-lighter-xxl-10 {
    border-right: 10px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-xxl-10 {
    border-bottom: 10px solid #f8f8f8 !important;
  }
  .border-left-lighter-xxl-10 {
    border-left: 10px solid #f8f8f8 !important;
  }
  .border-lighter-xxl-11 {
    border: 11px solid #f8f8f8 !important;
  }
  .border-top-lighter-xxl-11 {
    border-top: 11px solid #f8f8f8 !important;
  }
  .border-right-lighter-xxl-11 {
    border-right: 11px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-xxl-11 {
    border-bottom: 11px solid #f8f8f8 !important;
  }
  .border-left-lighter-xxl-11 {
    border-left: 11px solid #f8f8f8 !important;
  }
  .border-lighter-xxl-12 {
    border: 12px solid #f8f8f8 !important;
  }
  .border-top-lighter-xxl-12 {
    border-top: 12px solid #f8f8f8 !important;
  }
  .border-right-lighter-xxl-12 {
    border-right: 12px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-xxl-12 {
    border-bottom: 12px solid #f8f8f8 !important;
  }
  .border-left-lighter-xxl-12 {
    border-left: 12px solid #f8f8f8 !important;
  }
  .border-lighter-xxl-13 {
    border: 13px solid #f8f8f8 !important;
  }
  .border-top-lighter-xxl-13 {
    border-top: 13px solid #f8f8f8 !important;
  }
  .border-right-lighter-xxl-13 {
    border-right: 13px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-xxl-13 {
    border-bottom: 13px solid #f8f8f8 !important;
  }
  .border-left-lighter-xxl-13 {
    border-left: 13px solid #f8f8f8 !important;
  }
  .border-lighter-xxl-14 {
    border: 14px solid #f8f8f8 !important;
  }
  .border-top-lighter-xxl-14 {
    border-top: 14px solid #f8f8f8 !important;
  }
  .border-right-lighter-xxl-14 {
    border-right: 14px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-xxl-14 {
    border-bottom: 14px solid #f8f8f8 !important;
  }
  .border-left-lighter-xxl-14 {
    border-left: 14px solid #f8f8f8 !important;
  }
  .border-lighter-xxl-15 {
    border: 15px solid #f8f8f8 !important;
  }
  .border-top-lighter-xxl-15 {
    border-top: 15px solid #f8f8f8 !important;
  }
  .border-right-lighter-xxl-15 {
    border-right: 15px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-xxl-15 {
    border-bottom: 15px solid #f8f8f8 !important;
  }
  .border-left-lighter-xxl-15 {
    border-left: 15px solid #f8f8f8 !important;
  }
}
/* ############### XXL - END ############### */
/* ############### XXXL - START ############### */
@media (min-width: 1600px) {
  .border-xxxl-lighter {
    border-color: #f8f8f8 !important;
  }
  .border-top-xxxl-lighter {
    border-top: 1px solid #f8f8f8 !important;
  }
  .border-right-xxxl-lighter {
    border-right: 1px solid #f8f8f8 !important;
  }
  .border-bottom-xxxl-lighter {
    border-bottom: 1px solid #f8f8f8 !important;
  }
  .border-left-xxxl-lighter {
    border-left: 1px solid #f8f8f8 !important;
  }
  .border-lighter-xxxl-0 {
    border: 0px solid #f8f8f8 !important;
  }
  .border-top-lighter-xxxl-0 {
    border-top: 0px solid #f8f8f8 !important;
  }
  .border-right-lighter-xxxl-0 {
    border-right: 0px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-xxxl-0 {
    border-bottom: 0px solid #f8f8f8 !important;
  }
  .border-left-lighter-xxxl-0 {
    border-left: 0px solid #f8f8f8 !important;
  }
  .border-lighter-xxxl-1 {
    border: 1px solid #f8f8f8 !important;
  }
  .border-top-lighter-xxxl-1 {
    border-top: 1px solid #f8f8f8 !important;
  }
  .border-right-lighter-xxxl-1 {
    border-right: 1px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-xxxl-1 {
    border-bottom: 1px solid #f8f8f8 !important;
  }
  .border-left-lighter-xxxl-1 {
    border-left: 1px solid #f8f8f8 !important;
  }
  .border-lighter-xxxl-2 {
    border: 2px solid #f8f8f8 !important;
  }
  .border-top-lighter-xxxl-2 {
    border-top: 2px solid #f8f8f8 !important;
  }
  .border-right-lighter-xxxl-2 {
    border-right: 2px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-xxxl-2 {
    border-bottom: 2px solid #f8f8f8 !important;
  }
  .border-left-lighter-xxxl-2 {
    border-left: 2px solid #f8f8f8 !important;
  }
  .border-lighter-xxxl-3 {
    border: 3px solid #f8f8f8 !important;
  }
  .border-top-lighter-xxxl-3 {
    border-top: 3px solid #f8f8f8 !important;
  }
  .border-right-lighter-xxxl-3 {
    border-right: 3px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-xxxl-3 {
    border-bottom: 3px solid #f8f8f8 !important;
  }
  .border-left-lighter-xxxl-3 {
    border-left: 3px solid #f8f8f8 !important;
  }
  .border-lighter-xxxl-4 {
    border: 4px solid #f8f8f8 !important;
  }
  .border-top-lighter-xxxl-4 {
    border-top: 4px solid #f8f8f8 !important;
  }
  .border-right-lighter-xxxl-4 {
    border-right: 4px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-xxxl-4 {
    border-bottom: 4px solid #f8f8f8 !important;
  }
  .border-left-lighter-xxxl-4 {
    border-left: 4px solid #f8f8f8 !important;
  }
  .border-lighter-xxxl-5 {
    border: 5px solid #f8f8f8 !important;
  }
  .border-top-lighter-xxxl-5 {
    border-top: 5px solid #f8f8f8 !important;
  }
  .border-right-lighter-xxxl-5 {
    border-right: 5px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-xxxl-5 {
    border-bottom: 5px solid #f8f8f8 !important;
  }
  .border-left-lighter-xxxl-5 {
    border-left: 5px solid #f8f8f8 !important;
  }
  .border-lighter-xxxl-6 {
    border: 6px solid #f8f8f8 !important;
  }
  .border-top-lighter-xxxl-6 {
    border-top: 6px solid #f8f8f8 !important;
  }
  .border-right-lighter-xxxl-6 {
    border-right: 6px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-xxxl-6 {
    border-bottom: 6px solid #f8f8f8 !important;
  }
  .border-left-lighter-xxxl-6 {
    border-left: 6px solid #f8f8f8 !important;
  }
  .border-lighter-xxxl-7 {
    border: 7px solid #f8f8f8 !important;
  }
  .border-top-lighter-xxxl-7 {
    border-top: 7px solid #f8f8f8 !important;
  }
  .border-right-lighter-xxxl-7 {
    border-right: 7px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-xxxl-7 {
    border-bottom: 7px solid #f8f8f8 !important;
  }
  .border-left-lighter-xxxl-7 {
    border-left: 7px solid #f8f8f8 !important;
  }
  .border-lighter-xxxl-8 {
    border: 8px solid #f8f8f8 !important;
  }
  .border-top-lighter-xxxl-8 {
    border-top: 8px solid #f8f8f8 !important;
  }
  .border-right-lighter-xxxl-8 {
    border-right: 8px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-xxxl-8 {
    border-bottom: 8px solid #f8f8f8 !important;
  }
  .border-left-lighter-xxxl-8 {
    border-left: 8px solid #f8f8f8 !important;
  }
  .border-lighter-xxxl-9 {
    border: 9px solid #f8f8f8 !important;
  }
  .border-top-lighter-xxxl-9 {
    border-top: 9px solid #f8f8f8 !important;
  }
  .border-right-lighter-xxxl-9 {
    border-right: 9px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-xxxl-9 {
    border-bottom: 9px solid #f8f8f8 !important;
  }
  .border-left-lighter-xxxl-9 {
    border-left: 9px solid #f8f8f8 !important;
  }
  .border-lighter-xxxl-10 {
    border: 10px solid #f8f8f8 !important;
  }
  .border-top-lighter-xxxl-10 {
    border-top: 10px solid #f8f8f8 !important;
  }
  .border-right-lighter-xxxl-10 {
    border-right: 10px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-xxxl-10 {
    border-bottom: 10px solid #f8f8f8 !important;
  }
  .border-left-lighter-xxxl-10 {
    border-left: 10px solid #f8f8f8 !important;
  }
  .border-lighter-xxxl-11 {
    border: 11px solid #f8f8f8 !important;
  }
  .border-top-lighter-xxxl-11 {
    border-top: 11px solid #f8f8f8 !important;
  }
  .border-right-lighter-xxxl-11 {
    border-right: 11px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-xxxl-11 {
    border-bottom: 11px solid #f8f8f8 !important;
  }
  .border-left-lighter-xxxl-11 {
    border-left: 11px solid #f8f8f8 !important;
  }
  .border-lighter-xxxl-12 {
    border: 12px solid #f8f8f8 !important;
  }
  .border-top-lighter-xxxl-12 {
    border-top: 12px solid #f8f8f8 !important;
  }
  .border-right-lighter-xxxl-12 {
    border-right: 12px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-xxxl-12 {
    border-bottom: 12px solid #f8f8f8 !important;
  }
  .border-left-lighter-xxxl-12 {
    border-left: 12px solid #f8f8f8 !important;
  }
  .border-lighter-xxxl-13 {
    border: 13px solid #f8f8f8 !important;
  }
  .border-top-lighter-xxxl-13 {
    border-top: 13px solid #f8f8f8 !important;
  }
  .border-right-lighter-xxxl-13 {
    border-right: 13px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-xxxl-13 {
    border-bottom: 13px solid #f8f8f8 !important;
  }
  .border-left-lighter-xxxl-13 {
    border-left: 13px solid #f8f8f8 !important;
  }
  .border-lighter-xxxl-14 {
    border: 14px solid #f8f8f8 !important;
  }
  .border-top-lighter-xxxl-14 {
    border-top: 14px solid #f8f8f8 !important;
  }
  .border-right-lighter-xxxl-14 {
    border-right: 14px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-xxxl-14 {
    border-bottom: 14px solid #f8f8f8 !important;
  }
  .border-left-lighter-xxxl-14 {
    border-left: 14px solid #f8f8f8 !important;
  }
  .border-lighter-xxxl-15 {
    border: 15px solid #f8f8f8 !important;
  }
  .border-top-lighter-xxxl-15 {
    border-top: 15px solid #f8f8f8 !important;
  }
  .border-right-lighter-xxxl-15 {
    border-right: 15px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-xxxl-15 {
    border-bottom: 15px solid #f8f8f8 !important;
  }
  .border-left-lighter-xxxl-15 {
    border-left: 15px solid #f8f8f8 !important;
  }
}
/* ############### XXXL - END ############### */
/* ############### XXXXL - START ############### */
@media (min-width: 1900px) {
  .border-xxxxl-lighter {
    border-color: #f8f8f8 !important;
  }
  .border-top-xxxxl-lighter {
    border-top: 1px solid #f8f8f8 !important;
  }
  .border-right-xxxxl-lighter {
    border-right: 1px solid #f8f8f8 !important;
  }
  .border-bottom-xxxxl-lighter {
    border-bottom: 1px solid #f8f8f8 !important;
  }
  .border-left-xxxxl-lighter {
    border-left: 1px solid #f8f8f8 !important;
  }
  .border-lighter-xxxxl-0 {
    border: 0px solid #f8f8f8 !important;
  }
  .border-top-lighter-xxxxl-0 {
    border-top: 0px solid #f8f8f8 !important;
  }
  .border-right-lighter-xxxxl-0 {
    border-right: 0px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-xxxxl-0 {
    border-bottom: 0px solid #f8f8f8 !important;
  }
  .border-left-lighter-xxxxl-0 {
    border-left: 0px solid #f8f8f8 !important;
  }
  .border-lighter-xxxxl-1 {
    border: 1px solid #f8f8f8 !important;
  }
  .border-top-lighter-xxxxl-1 {
    border-top: 1px solid #f8f8f8 !important;
  }
  .border-right-lighter-xxxxl-1 {
    border-right: 1px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-xxxxl-1 {
    border-bottom: 1px solid #f8f8f8 !important;
  }
  .border-left-lighter-xxxxl-1 {
    border-left: 1px solid #f8f8f8 !important;
  }
  .border-lighter-xxxxl-2 {
    border: 2px solid #f8f8f8 !important;
  }
  .border-top-lighter-xxxxl-2 {
    border-top: 2px solid #f8f8f8 !important;
  }
  .border-right-lighter-xxxxl-2 {
    border-right: 2px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-xxxxl-2 {
    border-bottom: 2px solid #f8f8f8 !important;
  }
  .border-left-lighter-xxxxl-2 {
    border-left: 2px solid #f8f8f8 !important;
  }
  .border-lighter-xxxxl-3 {
    border: 3px solid #f8f8f8 !important;
  }
  .border-top-lighter-xxxxl-3 {
    border-top: 3px solid #f8f8f8 !important;
  }
  .border-right-lighter-xxxxl-3 {
    border-right: 3px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-xxxxl-3 {
    border-bottom: 3px solid #f8f8f8 !important;
  }
  .border-left-lighter-xxxxl-3 {
    border-left: 3px solid #f8f8f8 !important;
  }
  .border-lighter-xxxxl-4 {
    border: 4px solid #f8f8f8 !important;
  }
  .border-top-lighter-xxxxl-4 {
    border-top: 4px solid #f8f8f8 !important;
  }
  .border-right-lighter-xxxxl-4 {
    border-right: 4px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-xxxxl-4 {
    border-bottom: 4px solid #f8f8f8 !important;
  }
  .border-left-lighter-xxxxl-4 {
    border-left: 4px solid #f8f8f8 !important;
  }
  .border-lighter-xxxxl-5 {
    border: 5px solid #f8f8f8 !important;
  }
  .border-top-lighter-xxxxl-5 {
    border-top: 5px solid #f8f8f8 !important;
  }
  .border-right-lighter-xxxxl-5 {
    border-right: 5px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-xxxxl-5 {
    border-bottom: 5px solid #f8f8f8 !important;
  }
  .border-left-lighter-xxxxl-5 {
    border-left: 5px solid #f8f8f8 !important;
  }
  .border-lighter-xxxxl-6 {
    border: 6px solid #f8f8f8 !important;
  }
  .border-top-lighter-xxxxl-6 {
    border-top: 6px solid #f8f8f8 !important;
  }
  .border-right-lighter-xxxxl-6 {
    border-right: 6px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-xxxxl-6 {
    border-bottom: 6px solid #f8f8f8 !important;
  }
  .border-left-lighter-xxxxl-6 {
    border-left: 6px solid #f8f8f8 !important;
  }
  .border-lighter-xxxxl-7 {
    border: 7px solid #f8f8f8 !important;
  }
  .border-top-lighter-xxxxl-7 {
    border-top: 7px solid #f8f8f8 !important;
  }
  .border-right-lighter-xxxxl-7 {
    border-right: 7px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-xxxxl-7 {
    border-bottom: 7px solid #f8f8f8 !important;
  }
  .border-left-lighter-xxxxl-7 {
    border-left: 7px solid #f8f8f8 !important;
  }
  .border-lighter-xxxxl-8 {
    border: 8px solid #f8f8f8 !important;
  }
  .border-top-lighter-xxxxl-8 {
    border-top: 8px solid #f8f8f8 !important;
  }
  .border-right-lighter-xxxxl-8 {
    border-right: 8px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-xxxxl-8 {
    border-bottom: 8px solid #f8f8f8 !important;
  }
  .border-left-lighter-xxxxl-8 {
    border-left: 8px solid #f8f8f8 !important;
  }
  .border-lighter-xxxxl-9 {
    border: 9px solid #f8f8f8 !important;
  }
  .border-top-lighter-xxxxl-9 {
    border-top: 9px solid #f8f8f8 !important;
  }
  .border-right-lighter-xxxxl-9 {
    border-right: 9px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-xxxxl-9 {
    border-bottom: 9px solid #f8f8f8 !important;
  }
  .border-left-lighter-xxxxl-9 {
    border-left: 9px solid #f8f8f8 !important;
  }
  .border-lighter-xxxxl-10 {
    border: 10px solid #f8f8f8 !important;
  }
  .border-top-lighter-xxxxl-10 {
    border-top: 10px solid #f8f8f8 !important;
  }
  .border-right-lighter-xxxxl-10 {
    border-right: 10px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-xxxxl-10 {
    border-bottom: 10px solid #f8f8f8 !important;
  }
  .border-left-lighter-xxxxl-10 {
    border-left: 10px solid #f8f8f8 !important;
  }
  .border-lighter-xxxxl-11 {
    border: 11px solid #f8f8f8 !important;
  }
  .border-top-lighter-xxxxl-11 {
    border-top: 11px solid #f8f8f8 !important;
  }
  .border-right-lighter-xxxxl-11 {
    border-right: 11px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-xxxxl-11 {
    border-bottom: 11px solid #f8f8f8 !important;
  }
  .border-left-lighter-xxxxl-11 {
    border-left: 11px solid #f8f8f8 !important;
  }
  .border-lighter-xxxxl-12 {
    border: 12px solid #f8f8f8 !important;
  }
  .border-top-lighter-xxxxl-12 {
    border-top: 12px solid #f8f8f8 !important;
  }
  .border-right-lighter-xxxxl-12 {
    border-right: 12px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-xxxxl-12 {
    border-bottom: 12px solid #f8f8f8 !important;
  }
  .border-left-lighter-xxxxl-12 {
    border-left: 12px solid #f8f8f8 !important;
  }
  .border-lighter-xxxxl-13 {
    border: 13px solid #f8f8f8 !important;
  }
  .border-top-lighter-xxxxl-13 {
    border-top: 13px solid #f8f8f8 !important;
  }
  .border-right-lighter-xxxxl-13 {
    border-right: 13px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-xxxxl-13 {
    border-bottom: 13px solid #f8f8f8 !important;
  }
  .border-left-lighter-xxxxl-13 {
    border-left: 13px solid #f8f8f8 !important;
  }
  .border-lighter-xxxxl-14 {
    border: 14px solid #f8f8f8 !important;
  }
  .border-top-lighter-xxxxl-14 {
    border-top: 14px solid #f8f8f8 !important;
  }
  .border-right-lighter-xxxxl-14 {
    border-right: 14px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-xxxxl-14 {
    border-bottom: 14px solid #f8f8f8 !important;
  }
  .border-left-lighter-xxxxl-14 {
    border-left: 14px solid #f8f8f8 !important;
  }
  .border-lighter-xxxxl-15 {
    border: 15px solid #f8f8f8 !important;
  }
  .border-top-lighter-xxxxl-15 {
    border-top: 15px solid #f8f8f8 !important;
  }
  .border-right-lighter-xxxxl-15 {
    border-right: 15px solid #f8f8f8 !important;
  }
  .border-bottom-lighter-xxxxl-15 {
    border-bottom: 15px solid #f8f8f8 !important;
  }
  .border-left-lighter-xxxxl-15 {
    border-left: 15px solid #f8f8f8 !important;
  }
}
/* ############### XXXXL - END ############### */
.border-dark {
  border-color: #303030 !important;
}

.border-top-dark {
  border-top: 1px solid #303030 !important;
}

.border-right-dark {
  border-right: 1px solid #303030 !important;
}

.border-bottom-dark {
  border-bottom: 1px solid #303030 !important;
}

.border-left-dark {
  border-left: 1px solid #303030 !important;
}

.border-dark-0 {
  border: 0px solid #303030 !important;
}

.border-top-dark-0 {
  border-top: 0px solid #303030 !important;
}

.border-right-dark-0 {
  border-right: 0px solid #303030 !important;
}

.border-bottom-dark-0 {
  border-bottom: 0px solid #303030 !important;
}

.border-left-dark-0 {
  border-left: 0px solid #303030 !important;
}

.border-dark-1 {
  border: 1px solid #303030 !important;
}

.border-top-dark-1 {
  border-top: 1px solid #303030 !important;
}

.border-right-dark-1 {
  border-right: 1px solid #303030 !important;
}

.border-bottom-dark-1 {
  border-bottom: 1px solid #303030 !important;
}

.border-left-dark-1 {
  border-left: 1px solid #303030 !important;
}

.border-dark-2 {
  border: 2px solid #303030 !important;
}

.border-top-dark-2 {
  border-top: 2px solid #303030 !important;
}

.border-right-dark-2 {
  border-right: 2px solid #303030 !important;
}

.border-bottom-dark-2 {
  border-bottom: 2px solid #303030 !important;
}

.border-left-dark-2 {
  border-left: 2px solid #303030 !important;
}

.border-dark-3 {
  border: 3px solid #303030 !important;
}

.border-top-dark-3 {
  border-top: 3px solid #303030 !important;
}

.border-right-dark-3 {
  border-right: 3px solid #303030 !important;
}

.border-bottom-dark-3 {
  border-bottom: 3px solid #303030 !important;
}

.border-left-dark-3 {
  border-left: 3px solid #303030 !important;
}

.border-dark-4 {
  border: 4px solid #303030 !important;
}

.border-top-dark-4 {
  border-top: 4px solid #303030 !important;
}

.border-right-dark-4 {
  border-right: 4px solid #303030 !important;
}

.border-bottom-dark-4 {
  border-bottom: 4px solid #303030 !important;
}

.border-left-dark-4 {
  border-left: 4px solid #303030 !important;
}

.border-dark-5 {
  border: 5px solid #303030 !important;
}

.border-top-dark-5 {
  border-top: 5px solid #303030 !important;
}

.border-right-dark-5 {
  border-right: 5px solid #303030 !important;
}

.border-bottom-dark-5 {
  border-bottom: 5px solid #303030 !important;
}

.border-left-dark-5 {
  border-left: 5px solid #303030 !important;
}

.border-dark-6 {
  border: 6px solid #303030 !important;
}

.border-top-dark-6 {
  border-top: 6px solid #303030 !important;
}

.border-right-dark-6 {
  border-right: 6px solid #303030 !important;
}

.border-bottom-dark-6 {
  border-bottom: 6px solid #303030 !important;
}

.border-left-dark-6 {
  border-left: 6px solid #303030 !important;
}

.border-dark-7 {
  border: 7px solid #303030 !important;
}

.border-top-dark-7 {
  border-top: 7px solid #303030 !important;
}

.border-right-dark-7 {
  border-right: 7px solid #303030 !important;
}

.border-bottom-dark-7 {
  border-bottom: 7px solid #303030 !important;
}

.border-left-dark-7 {
  border-left: 7px solid #303030 !important;
}

.border-dark-8 {
  border: 8px solid #303030 !important;
}

.border-top-dark-8 {
  border-top: 8px solid #303030 !important;
}

.border-right-dark-8 {
  border-right: 8px solid #303030 !important;
}

.border-bottom-dark-8 {
  border-bottom: 8px solid #303030 !important;
}

.border-left-dark-8 {
  border-left: 8px solid #303030 !important;
}

.border-dark-9 {
  border: 9px solid #303030 !important;
}

.border-top-dark-9 {
  border-top: 9px solid #303030 !important;
}

.border-right-dark-9 {
  border-right: 9px solid #303030 !important;
}

.border-bottom-dark-9 {
  border-bottom: 9px solid #303030 !important;
}

.border-left-dark-9 {
  border-left: 9px solid #303030 !important;
}

.border-dark-10 {
  border: 10px solid #303030 !important;
}

.border-top-dark-10 {
  border-top: 10px solid #303030 !important;
}

.border-right-dark-10 {
  border-right: 10px solid #303030 !important;
}

.border-bottom-dark-10 {
  border-bottom: 10px solid #303030 !important;
}

.border-left-dark-10 {
  border-left: 10px solid #303030 !important;
}

.border-dark-11 {
  border: 11px solid #303030 !important;
}

.border-top-dark-11 {
  border-top: 11px solid #303030 !important;
}

.border-right-dark-11 {
  border-right: 11px solid #303030 !important;
}

.border-bottom-dark-11 {
  border-bottom: 11px solid #303030 !important;
}

.border-left-dark-11 {
  border-left: 11px solid #303030 !important;
}

.border-dark-12 {
  border: 12px solid #303030 !important;
}

.border-top-dark-12 {
  border-top: 12px solid #303030 !important;
}

.border-right-dark-12 {
  border-right: 12px solid #303030 !important;
}

.border-bottom-dark-12 {
  border-bottom: 12px solid #303030 !important;
}

.border-left-dark-12 {
  border-left: 12px solid #303030 !important;
}

.border-dark-13 {
  border: 13px solid #303030 !important;
}

.border-top-dark-13 {
  border-top: 13px solid #303030 !important;
}

.border-right-dark-13 {
  border-right: 13px solid #303030 !important;
}

.border-bottom-dark-13 {
  border-bottom: 13px solid #303030 !important;
}

.border-left-dark-13 {
  border-left: 13px solid #303030 !important;
}

.border-dark-14 {
  border: 14px solid #303030 !important;
}

.border-top-dark-14 {
  border-top: 14px solid #303030 !important;
}

.border-right-dark-14 {
  border-right: 14px solid #303030 !important;
}

.border-bottom-dark-14 {
  border-bottom: 14px solid #303030 !important;
}

.border-left-dark-14 {
  border-left: 14px solid #303030 !important;
}

.border-dark-15 {
  border: 15px solid #303030 !important;
}

.border-top-dark-15 {
  border-top: 15px solid #303030 !important;
}

.border-right-dark-15 {
  border-right: 15px solid #303030 !important;
}

.border-bottom-dark-15 {
  border-bottom: 15px solid #303030 !important;
}

.border-left-dark-15 {
  border-left: 15px solid #303030 !important;
}

/* ############### SM - START ############### */
@media (min-width: 576px) {
  .border-sm-dark {
    border-color: #303030 !important;
  }
  .border-top-sm-dark {
    border-top: 1px solid #303030 !important;
  }
  .border-right-sm-dark {
    border-right: 1px solid #303030 !important;
  }
  .border-bottom-sm-dark {
    border-bottom: 1px solid #303030 !important;
  }
  .border-left-sm-dark {
    border-left: 1px solid #303030 !important;
  }
  .border-dark-sm-0 {
    border: 0px solid #303030 !important;
  }
  .border-top-dark-sm-0 {
    border-top: 0px solid #303030 !important;
  }
  .border-right-dark-sm-0 {
    border-right: 0px solid #303030 !important;
  }
  .border-bottom-dark-sm-0 {
    border-bottom: 0px solid #303030 !important;
  }
  .border-left-dark-sm-0 {
    border-left: 0px solid #303030 !important;
  }
  .border-dark-sm-1 {
    border: 1px solid #303030 !important;
  }
  .border-top-dark-sm-1 {
    border-top: 1px solid #303030 !important;
  }
  .border-right-dark-sm-1 {
    border-right: 1px solid #303030 !important;
  }
  .border-bottom-dark-sm-1 {
    border-bottom: 1px solid #303030 !important;
  }
  .border-left-dark-sm-1 {
    border-left: 1px solid #303030 !important;
  }
  .border-dark-sm-2 {
    border: 2px solid #303030 !important;
  }
  .border-top-dark-sm-2 {
    border-top: 2px solid #303030 !important;
  }
  .border-right-dark-sm-2 {
    border-right: 2px solid #303030 !important;
  }
  .border-bottom-dark-sm-2 {
    border-bottom: 2px solid #303030 !important;
  }
  .border-left-dark-sm-2 {
    border-left: 2px solid #303030 !important;
  }
  .border-dark-sm-3 {
    border: 3px solid #303030 !important;
  }
  .border-top-dark-sm-3 {
    border-top: 3px solid #303030 !important;
  }
  .border-right-dark-sm-3 {
    border-right: 3px solid #303030 !important;
  }
  .border-bottom-dark-sm-3 {
    border-bottom: 3px solid #303030 !important;
  }
  .border-left-dark-sm-3 {
    border-left: 3px solid #303030 !important;
  }
  .border-dark-sm-4 {
    border: 4px solid #303030 !important;
  }
  .border-top-dark-sm-4 {
    border-top: 4px solid #303030 !important;
  }
  .border-right-dark-sm-4 {
    border-right: 4px solid #303030 !important;
  }
  .border-bottom-dark-sm-4 {
    border-bottom: 4px solid #303030 !important;
  }
  .border-left-dark-sm-4 {
    border-left: 4px solid #303030 !important;
  }
  .border-dark-sm-5 {
    border: 5px solid #303030 !important;
  }
  .border-top-dark-sm-5 {
    border-top: 5px solid #303030 !important;
  }
  .border-right-dark-sm-5 {
    border-right: 5px solid #303030 !important;
  }
  .border-bottom-dark-sm-5 {
    border-bottom: 5px solid #303030 !important;
  }
  .border-left-dark-sm-5 {
    border-left: 5px solid #303030 !important;
  }
  .border-dark-sm-6 {
    border: 6px solid #303030 !important;
  }
  .border-top-dark-sm-6 {
    border-top: 6px solid #303030 !important;
  }
  .border-right-dark-sm-6 {
    border-right: 6px solid #303030 !important;
  }
  .border-bottom-dark-sm-6 {
    border-bottom: 6px solid #303030 !important;
  }
  .border-left-dark-sm-6 {
    border-left: 6px solid #303030 !important;
  }
  .border-dark-sm-7 {
    border: 7px solid #303030 !important;
  }
  .border-top-dark-sm-7 {
    border-top: 7px solid #303030 !important;
  }
  .border-right-dark-sm-7 {
    border-right: 7px solid #303030 !important;
  }
  .border-bottom-dark-sm-7 {
    border-bottom: 7px solid #303030 !important;
  }
  .border-left-dark-sm-7 {
    border-left: 7px solid #303030 !important;
  }
  .border-dark-sm-8 {
    border: 8px solid #303030 !important;
  }
  .border-top-dark-sm-8 {
    border-top: 8px solid #303030 !important;
  }
  .border-right-dark-sm-8 {
    border-right: 8px solid #303030 !important;
  }
  .border-bottom-dark-sm-8 {
    border-bottom: 8px solid #303030 !important;
  }
  .border-left-dark-sm-8 {
    border-left: 8px solid #303030 !important;
  }
  .border-dark-sm-9 {
    border: 9px solid #303030 !important;
  }
  .border-top-dark-sm-9 {
    border-top: 9px solid #303030 !important;
  }
  .border-right-dark-sm-9 {
    border-right: 9px solid #303030 !important;
  }
  .border-bottom-dark-sm-9 {
    border-bottom: 9px solid #303030 !important;
  }
  .border-left-dark-sm-9 {
    border-left: 9px solid #303030 !important;
  }
  .border-dark-sm-10 {
    border: 10px solid #303030 !important;
  }
  .border-top-dark-sm-10 {
    border-top: 10px solid #303030 !important;
  }
  .border-right-dark-sm-10 {
    border-right: 10px solid #303030 !important;
  }
  .border-bottom-dark-sm-10 {
    border-bottom: 10px solid #303030 !important;
  }
  .border-left-dark-sm-10 {
    border-left: 10px solid #303030 !important;
  }
  .border-dark-sm-11 {
    border: 11px solid #303030 !important;
  }
  .border-top-dark-sm-11 {
    border-top: 11px solid #303030 !important;
  }
  .border-right-dark-sm-11 {
    border-right: 11px solid #303030 !important;
  }
  .border-bottom-dark-sm-11 {
    border-bottom: 11px solid #303030 !important;
  }
  .border-left-dark-sm-11 {
    border-left: 11px solid #303030 !important;
  }
  .border-dark-sm-12 {
    border: 12px solid #303030 !important;
  }
  .border-top-dark-sm-12 {
    border-top: 12px solid #303030 !important;
  }
  .border-right-dark-sm-12 {
    border-right: 12px solid #303030 !important;
  }
  .border-bottom-dark-sm-12 {
    border-bottom: 12px solid #303030 !important;
  }
  .border-left-dark-sm-12 {
    border-left: 12px solid #303030 !important;
  }
  .border-dark-sm-13 {
    border: 13px solid #303030 !important;
  }
  .border-top-dark-sm-13 {
    border-top: 13px solid #303030 !important;
  }
  .border-right-dark-sm-13 {
    border-right: 13px solid #303030 !important;
  }
  .border-bottom-dark-sm-13 {
    border-bottom: 13px solid #303030 !important;
  }
  .border-left-dark-sm-13 {
    border-left: 13px solid #303030 !important;
  }
  .border-dark-sm-14 {
    border: 14px solid #303030 !important;
  }
  .border-top-dark-sm-14 {
    border-top: 14px solid #303030 !important;
  }
  .border-right-dark-sm-14 {
    border-right: 14px solid #303030 !important;
  }
  .border-bottom-dark-sm-14 {
    border-bottom: 14px solid #303030 !important;
  }
  .border-left-dark-sm-14 {
    border-left: 14px solid #303030 !important;
  }
  .border-dark-sm-15 {
    border: 15px solid #303030 !important;
  }
  .border-top-dark-sm-15 {
    border-top: 15px solid #303030 !important;
  }
  .border-right-dark-sm-15 {
    border-right: 15px solid #303030 !important;
  }
  .border-bottom-dark-sm-15 {
    border-bottom: 15px solid #303030 !important;
  }
  .border-left-dark-sm-15 {
    border-left: 15px solid #303030 !important;
  }
}
/* ############### SM - END ############### */
/* ############### MD - START ############### */
@media (min-width: 768px) {
  .border-md-dark {
    border-color: #303030 !important;
  }
  .border-top-md-dark {
    border-top: 1px solid #303030 !important;
  }
  .border-right-md-dark {
    border-right: 1px solid #303030 !important;
  }
  .border-bottom-md-dark {
    border-bottom: 1px solid #303030 !important;
  }
  .border-left-md-dark {
    border-left: 1px solid #303030 !important;
  }
  .border-dark-md-0 {
    border: 0px solid #303030 !important;
  }
  .border-top-dark-md-0 {
    border-top: 0px solid #303030 !important;
  }
  .border-right-dark-md-0 {
    border-right: 0px solid #303030 !important;
  }
  .border-bottom-dark-md-0 {
    border-bottom: 0px solid #303030 !important;
  }
  .border-left-dark-md-0 {
    border-left: 0px solid #303030 !important;
  }
  .border-dark-md-1 {
    border: 1px solid #303030 !important;
  }
  .border-top-dark-md-1 {
    border-top: 1px solid #303030 !important;
  }
  .border-right-dark-md-1 {
    border-right: 1px solid #303030 !important;
  }
  .border-bottom-dark-md-1 {
    border-bottom: 1px solid #303030 !important;
  }
  .border-left-dark-md-1 {
    border-left: 1px solid #303030 !important;
  }
  .border-dark-md-2 {
    border: 2px solid #303030 !important;
  }
  .border-top-dark-md-2 {
    border-top: 2px solid #303030 !important;
  }
  .border-right-dark-md-2 {
    border-right: 2px solid #303030 !important;
  }
  .border-bottom-dark-md-2 {
    border-bottom: 2px solid #303030 !important;
  }
  .border-left-dark-md-2 {
    border-left: 2px solid #303030 !important;
  }
  .border-dark-md-3 {
    border: 3px solid #303030 !important;
  }
  .border-top-dark-md-3 {
    border-top: 3px solid #303030 !important;
  }
  .border-right-dark-md-3 {
    border-right: 3px solid #303030 !important;
  }
  .border-bottom-dark-md-3 {
    border-bottom: 3px solid #303030 !important;
  }
  .border-left-dark-md-3 {
    border-left: 3px solid #303030 !important;
  }
  .border-dark-md-4 {
    border: 4px solid #303030 !important;
  }
  .border-top-dark-md-4 {
    border-top: 4px solid #303030 !important;
  }
  .border-right-dark-md-4 {
    border-right: 4px solid #303030 !important;
  }
  .border-bottom-dark-md-4 {
    border-bottom: 4px solid #303030 !important;
  }
  .border-left-dark-md-4 {
    border-left: 4px solid #303030 !important;
  }
  .border-dark-md-5 {
    border: 5px solid #303030 !important;
  }
  .border-top-dark-md-5 {
    border-top: 5px solid #303030 !important;
  }
  .border-right-dark-md-5 {
    border-right: 5px solid #303030 !important;
  }
  .border-bottom-dark-md-5 {
    border-bottom: 5px solid #303030 !important;
  }
  .border-left-dark-md-5 {
    border-left: 5px solid #303030 !important;
  }
  .border-dark-md-6 {
    border: 6px solid #303030 !important;
  }
  .border-top-dark-md-6 {
    border-top: 6px solid #303030 !important;
  }
  .border-right-dark-md-6 {
    border-right: 6px solid #303030 !important;
  }
  .border-bottom-dark-md-6 {
    border-bottom: 6px solid #303030 !important;
  }
  .border-left-dark-md-6 {
    border-left: 6px solid #303030 !important;
  }
  .border-dark-md-7 {
    border: 7px solid #303030 !important;
  }
  .border-top-dark-md-7 {
    border-top: 7px solid #303030 !important;
  }
  .border-right-dark-md-7 {
    border-right: 7px solid #303030 !important;
  }
  .border-bottom-dark-md-7 {
    border-bottom: 7px solid #303030 !important;
  }
  .border-left-dark-md-7 {
    border-left: 7px solid #303030 !important;
  }
  .border-dark-md-8 {
    border: 8px solid #303030 !important;
  }
  .border-top-dark-md-8 {
    border-top: 8px solid #303030 !important;
  }
  .border-right-dark-md-8 {
    border-right: 8px solid #303030 !important;
  }
  .border-bottom-dark-md-8 {
    border-bottom: 8px solid #303030 !important;
  }
  .border-left-dark-md-8 {
    border-left: 8px solid #303030 !important;
  }
  .border-dark-md-9 {
    border: 9px solid #303030 !important;
  }
  .border-top-dark-md-9 {
    border-top: 9px solid #303030 !important;
  }
  .border-right-dark-md-9 {
    border-right: 9px solid #303030 !important;
  }
  .border-bottom-dark-md-9 {
    border-bottom: 9px solid #303030 !important;
  }
  .border-left-dark-md-9 {
    border-left: 9px solid #303030 !important;
  }
  .border-dark-md-10 {
    border: 10px solid #303030 !important;
  }
  .border-top-dark-md-10 {
    border-top: 10px solid #303030 !important;
  }
  .border-right-dark-md-10 {
    border-right: 10px solid #303030 !important;
  }
  .border-bottom-dark-md-10 {
    border-bottom: 10px solid #303030 !important;
  }
  .border-left-dark-md-10 {
    border-left: 10px solid #303030 !important;
  }
  .border-dark-md-11 {
    border: 11px solid #303030 !important;
  }
  .border-top-dark-md-11 {
    border-top: 11px solid #303030 !important;
  }
  .border-right-dark-md-11 {
    border-right: 11px solid #303030 !important;
  }
  .border-bottom-dark-md-11 {
    border-bottom: 11px solid #303030 !important;
  }
  .border-left-dark-md-11 {
    border-left: 11px solid #303030 !important;
  }
  .border-dark-md-12 {
    border: 12px solid #303030 !important;
  }
  .border-top-dark-md-12 {
    border-top: 12px solid #303030 !important;
  }
  .border-right-dark-md-12 {
    border-right: 12px solid #303030 !important;
  }
  .border-bottom-dark-md-12 {
    border-bottom: 12px solid #303030 !important;
  }
  .border-left-dark-md-12 {
    border-left: 12px solid #303030 !important;
  }
  .border-dark-md-13 {
    border: 13px solid #303030 !important;
  }
  .border-top-dark-md-13 {
    border-top: 13px solid #303030 !important;
  }
  .border-right-dark-md-13 {
    border-right: 13px solid #303030 !important;
  }
  .border-bottom-dark-md-13 {
    border-bottom: 13px solid #303030 !important;
  }
  .border-left-dark-md-13 {
    border-left: 13px solid #303030 !important;
  }
  .border-dark-md-14 {
    border: 14px solid #303030 !important;
  }
  .border-top-dark-md-14 {
    border-top: 14px solid #303030 !important;
  }
  .border-right-dark-md-14 {
    border-right: 14px solid #303030 !important;
  }
  .border-bottom-dark-md-14 {
    border-bottom: 14px solid #303030 !important;
  }
  .border-left-dark-md-14 {
    border-left: 14px solid #303030 !important;
  }
  .border-dark-md-15 {
    border: 15px solid #303030 !important;
  }
  .border-top-dark-md-15 {
    border-top: 15px solid #303030 !important;
  }
  .border-right-dark-md-15 {
    border-right: 15px solid #303030 !important;
  }
  .border-bottom-dark-md-15 {
    border-bottom: 15px solid #303030 !important;
  }
  .border-left-dark-md-15 {
    border-left: 15px solid #303030 !important;
  }
}
/* ############### MD - END ############### */
/* ############### LG - START ############### */
@media (min-width: 992px) {
  .border-lg-dark {
    border-color: #303030 !important;
  }
  .border-top-lg-dark {
    border-top: 1px solid #303030 !important;
  }
  .border-right-lg-dark {
    border-right: 1px solid #303030 !important;
  }
  .border-bottom-lg-dark {
    border-bottom: 1px solid #303030 !important;
  }
  .border-left-lg-dark {
    border-left: 1px solid #303030 !important;
  }
  .border-dark-lg-0 {
    border: 0px solid #303030 !important;
  }
  .border-top-dark-lg-0 {
    border-top: 0px solid #303030 !important;
  }
  .border-right-dark-lg-0 {
    border-right: 0px solid #303030 !important;
  }
  .border-bottom-dark-lg-0 {
    border-bottom: 0px solid #303030 !important;
  }
  .border-left-dark-lg-0 {
    border-left: 0px solid #303030 !important;
  }
  .border-dark-lg-1 {
    border: 1px solid #303030 !important;
  }
  .border-top-dark-lg-1 {
    border-top: 1px solid #303030 !important;
  }
  .border-right-dark-lg-1 {
    border-right: 1px solid #303030 !important;
  }
  .border-bottom-dark-lg-1 {
    border-bottom: 1px solid #303030 !important;
  }
  .border-left-dark-lg-1 {
    border-left: 1px solid #303030 !important;
  }
  .border-dark-lg-2 {
    border: 2px solid #303030 !important;
  }
  .border-top-dark-lg-2 {
    border-top: 2px solid #303030 !important;
  }
  .border-right-dark-lg-2 {
    border-right: 2px solid #303030 !important;
  }
  .border-bottom-dark-lg-2 {
    border-bottom: 2px solid #303030 !important;
  }
  .border-left-dark-lg-2 {
    border-left: 2px solid #303030 !important;
  }
  .border-dark-lg-3 {
    border: 3px solid #303030 !important;
  }
  .border-top-dark-lg-3 {
    border-top: 3px solid #303030 !important;
  }
  .border-right-dark-lg-3 {
    border-right: 3px solid #303030 !important;
  }
  .border-bottom-dark-lg-3 {
    border-bottom: 3px solid #303030 !important;
  }
  .border-left-dark-lg-3 {
    border-left: 3px solid #303030 !important;
  }
  .border-dark-lg-4 {
    border: 4px solid #303030 !important;
  }
  .border-top-dark-lg-4 {
    border-top: 4px solid #303030 !important;
  }
  .border-right-dark-lg-4 {
    border-right: 4px solid #303030 !important;
  }
  .border-bottom-dark-lg-4 {
    border-bottom: 4px solid #303030 !important;
  }
  .border-left-dark-lg-4 {
    border-left: 4px solid #303030 !important;
  }
  .border-dark-lg-5 {
    border: 5px solid #303030 !important;
  }
  .border-top-dark-lg-5 {
    border-top: 5px solid #303030 !important;
  }
  .border-right-dark-lg-5 {
    border-right: 5px solid #303030 !important;
  }
  .border-bottom-dark-lg-5 {
    border-bottom: 5px solid #303030 !important;
  }
  .border-left-dark-lg-5 {
    border-left: 5px solid #303030 !important;
  }
  .border-dark-lg-6 {
    border: 6px solid #303030 !important;
  }
  .border-top-dark-lg-6 {
    border-top: 6px solid #303030 !important;
  }
  .border-right-dark-lg-6 {
    border-right: 6px solid #303030 !important;
  }
  .border-bottom-dark-lg-6 {
    border-bottom: 6px solid #303030 !important;
  }
  .border-left-dark-lg-6 {
    border-left: 6px solid #303030 !important;
  }
  .border-dark-lg-7 {
    border: 7px solid #303030 !important;
  }
  .border-top-dark-lg-7 {
    border-top: 7px solid #303030 !important;
  }
  .border-right-dark-lg-7 {
    border-right: 7px solid #303030 !important;
  }
  .border-bottom-dark-lg-7 {
    border-bottom: 7px solid #303030 !important;
  }
  .border-left-dark-lg-7 {
    border-left: 7px solid #303030 !important;
  }
  .border-dark-lg-8 {
    border: 8px solid #303030 !important;
  }
  .border-top-dark-lg-8 {
    border-top: 8px solid #303030 !important;
  }
  .border-right-dark-lg-8 {
    border-right: 8px solid #303030 !important;
  }
  .border-bottom-dark-lg-8 {
    border-bottom: 8px solid #303030 !important;
  }
  .border-left-dark-lg-8 {
    border-left: 8px solid #303030 !important;
  }
  .border-dark-lg-9 {
    border: 9px solid #303030 !important;
  }
  .border-top-dark-lg-9 {
    border-top: 9px solid #303030 !important;
  }
  .border-right-dark-lg-9 {
    border-right: 9px solid #303030 !important;
  }
  .border-bottom-dark-lg-9 {
    border-bottom: 9px solid #303030 !important;
  }
  .border-left-dark-lg-9 {
    border-left: 9px solid #303030 !important;
  }
  .border-dark-lg-10 {
    border: 10px solid #303030 !important;
  }
  .border-top-dark-lg-10 {
    border-top: 10px solid #303030 !important;
  }
  .border-right-dark-lg-10 {
    border-right: 10px solid #303030 !important;
  }
  .border-bottom-dark-lg-10 {
    border-bottom: 10px solid #303030 !important;
  }
  .border-left-dark-lg-10 {
    border-left: 10px solid #303030 !important;
  }
  .border-dark-lg-11 {
    border: 11px solid #303030 !important;
  }
  .border-top-dark-lg-11 {
    border-top: 11px solid #303030 !important;
  }
  .border-right-dark-lg-11 {
    border-right: 11px solid #303030 !important;
  }
  .border-bottom-dark-lg-11 {
    border-bottom: 11px solid #303030 !important;
  }
  .border-left-dark-lg-11 {
    border-left: 11px solid #303030 !important;
  }
  .border-dark-lg-12 {
    border: 12px solid #303030 !important;
  }
  .border-top-dark-lg-12 {
    border-top: 12px solid #303030 !important;
  }
  .border-right-dark-lg-12 {
    border-right: 12px solid #303030 !important;
  }
  .border-bottom-dark-lg-12 {
    border-bottom: 12px solid #303030 !important;
  }
  .border-left-dark-lg-12 {
    border-left: 12px solid #303030 !important;
  }
  .border-dark-lg-13 {
    border: 13px solid #303030 !important;
  }
  .border-top-dark-lg-13 {
    border-top: 13px solid #303030 !important;
  }
  .border-right-dark-lg-13 {
    border-right: 13px solid #303030 !important;
  }
  .border-bottom-dark-lg-13 {
    border-bottom: 13px solid #303030 !important;
  }
  .border-left-dark-lg-13 {
    border-left: 13px solid #303030 !important;
  }
  .border-dark-lg-14 {
    border: 14px solid #303030 !important;
  }
  .border-top-dark-lg-14 {
    border-top: 14px solid #303030 !important;
  }
  .border-right-dark-lg-14 {
    border-right: 14px solid #303030 !important;
  }
  .border-bottom-dark-lg-14 {
    border-bottom: 14px solid #303030 !important;
  }
  .border-left-dark-lg-14 {
    border-left: 14px solid #303030 !important;
  }
  .border-dark-lg-15 {
    border: 15px solid #303030 !important;
  }
  .border-top-dark-lg-15 {
    border-top: 15px solid #303030 !important;
  }
  .border-right-dark-lg-15 {
    border-right: 15px solid #303030 !important;
  }
  .border-bottom-dark-lg-15 {
    border-bottom: 15px solid #303030 !important;
  }
  .border-left-dark-lg-15 {
    border-left: 15px solid #303030 !important;
  }
}
/* ############### LG - END ############### */
/* ############### XL - START ############### */
@media (min-width: 1200px) {
  .border-xl-dark {
    border-color: #303030 !important;
  }
  .border-top-xl-dark {
    border-top: 1px solid #303030 !important;
  }
  .border-right-xl-dark {
    border-right: 1px solid #303030 !important;
  }
  .border-bottom-xl-dark {
    border-bottom: 1px solid #303030 !important;
  }
  .border-left-xl-dark {
    border-left: 1px solid #303030 !important;
  }
  .border-dark-xl-0 {
    border: 0px solid #303030 !important;
  }
  .border-top-dark-xl-0 {
    border-top: 0px solid #303030 !important;
  }
  .border-right-dark-xl-0 {
    border-right: 0px solid #303030 !important;
  }
  .border-bottom-dark-xl-0 {
    border-bottom: 0px solid #303030 !important;
  }
  .border-left-dark-xl-0 {
    border-left: 0px solid #303030 !important;
  }
  .border-dark-xl-1 {
    border: 1px solid #303030 !important;
  }
  .border-top-dark-xl-1 {
    border-top: 1px solid #303030 !important;
  }
  .border-right-dark-xl-1 {
    border-right: 1px solid #303030 !important;
  }
  .border-bottom-dark-xl-1 {
    border-bottom: 1px solid #303030 !important;
  }
  .border-left-dark-xl-1 {
    border-left: 1px solid #303030 !important;
  }
  .border-dark-xl-2 {
    border: 2px solid #303030 !important;
  }
  .border-top-dark-xl-2 {
    border-top: 2px solid #303030 !important;
  }
  .border-right-dark-xl-2 {
    border-right: 2px solid #303030 !important;
  }
  .border-bottom-dark-xl-2 {
    border-bottom: 2px solid #303030 !important;
  }
  .border-left-dark-xl-2 {
    border-left: 2px solid #303030 !important;
  }
  .border-dark-xl-3 {
    border: 3px solid #303030 !important;
  }
  .border-top-dark-xl-3 {
    border-top: 3px solid #303030 !important;
  }
  .border-right-dark-xl-3 {
    border-right: 3px solid #303030 !important;
  }
  .border-bottom-dark-xl-3 {
    border-bottom: 3px solid #303030 !important;
  }
  .border-left-dark-xl-3 {
    border-left: 3px solid #303030 !important;
  }
  .border-dark-xl-4 {
    border: 4px solid #303030 !important;
  }
  .border-top-dark-xl-4 {
    border-top: 4px solid #303030 !important;
  }
  .border-right-dark-xl-4 {
    border-right: 4px solid #303030 !important;
  }
  .border-bottom-dark-xl-4 {
    border-bottom: 4px solid #303030 !important;
  }
  .border-left-dark-xl-4 {
    border-left: 4px solid #303030 !important;
  }
  .border-dark-xl-5 {
    border: 5px solid #303030 !important;
  }
  .border-top-dark-xl-5 {
    border-top: 5px solid #303030 !important;
  }
  .border-right-dark-xl-5 {
    border-right: 5px solid #303030 !important;
  }
  .border-bottom-dark-xl-5 {
    border-bottom: 5px solid #303030 !important;
  }
  .border-left-dark-xl-5 {
    border-left: 5px solid #303030 !important;
  }
  .border-dark-xl-6 {
    border: 6px solid #303030 !important;
  }
  .border-top-dark-xl-6 {
    border-top: 6px solid #303030 !important;
  }
  .border-right-dark-xl-6 {
    border-right: 6px solid #303030 !important;
  }
  .border-bottom-dark-xl-6 {
    border-bottom: 6px solid #303030 !important;
  }
  .border-left-dark-xl-6 {
    border-left: 6px solid #303030 !important;
  }
  .border-dark-xl-7 {
    border: 7px solid #303030 !important;
  }
  .border-top-dark-xl-7 {
    border-top: 7px solid #303030 !important;
  }
  .border-right-dark-xl-7 {
    border-right: 7px solid #303030 !important;
  }
  .border-bottom-dark-xl-7 {
    border-bottom: 7px solid #303030 !important;
  }
  .border-left-dark-xl-7 {
    border-left: 7px solid #303030 !important;
  }
  .border-dark-xl-8 {
    border: 8px solid #303030 !important;
  }
  .border-top-dark-xl-8 {
    border-top: 8px solid #303030 !important;
  }
  .border-right-dark-xl-8 {
    border-right: 8px solid #303030 !important;
  }
  .border-bottom-dark-xl-8 {
    border-bottom: 8px solid #303030 !important;
  }
  .border-left-dark-xl-8 {
    border-left: 8px solid #303030 !important;
  }
  .border-dark-xl-9 {
    border: 9px solid #303030 !important;
  }
  .border-top-dark-xl-9 {
    border-top: 9px solid #303030 !important;
  }
  .border-right-dark-xl-9 {
    border-right: 9px solid #303030 !important;
  }
  .border-bottom-dark-xl-9 {
    border-bottom: 9px solid #303030 !important;
  }
  .border-left-dark-xl-9 {
    border-left: 9px solid #303030 !important;
  }
  .border-dark-xl-10 {
    border: 10px solid #303030 !important;
  }
  .border-top-dark-xl-10 {
    border-top: 10px solid #303030 !important;
  }
  .border-right-dark-xl-10 {
    border-right: 10px solid #303030 !important;
  }
  .border-bottom-dark-xl-10 {
    border-bottom: 10px solid #303030 !important;
  }
  .border-left-dark-xl-10 {
    border-left: 10px solid #303030 !important;
  }
  .border-dark-xl-11 {
    border: 11px solid #303030 !important;
  }
  .border-top-dark-xl-11 {
    border-top: 11px solid #303030 !important;
  }
  .border-right-dark-xl-11 {
    border-right: 11px solid #303030 !important;
  }
  .border-bottom-dark-xl-11 {
    border-bottom: 11px solid #303030 !important;
  }
  .border-left-dark-xl-11 {
    border-left: 11px solid #303030 !important;
  }
  .border-dark-xl-12 {
    border: 12px solid #303030 !important;
  }
  .border-top-dark-xl-12 {
    border-top: 12px solid #303030 !important;
  }
  .border-right-dark-xl-12 {
    border-right: 12px solid #303030 !important;
  }
  .border-bottom-dark-xl-12 {
    border-bottom: 12px solid #303030 !important;
  }
  .border-left-dark-xl-12 {
    border-left: 12px solid #303030 !important;
  }
  .border-dark-xl-13 {
    border: 13px solid #303030 !important;
  }
  .border-top-dark-xl-13 {
    border-top: 13px solid #303030 !important;
  }
  .border-right-dark-xl-13 {
    border-right: 13px solid #303030 !important;
  }
  .border-bottom-dark-xl-13 {
    border-bottom: 13px solid #303030 !important;
  }
  .border-left-dark-xl-13 {
    border-left: 13px solid #303030 !important;
  }
  .border-dark-xl-14 {
    border: 14px solid #303030 !important;
  }
  .border-top-dark-xl-14 {
    border-top: 14px solid #303030 !important;
  }
  .border-right-dark-xl-14 {
    border-right: 14px solid #303030 !important;
  }
  .border-bottom-dark-xl-14 {
    border-bottom: 14px solid #303030 !important;
  }
  .border-left-dark-xl-14 {
    border-left: 14px solid #303030 !important;
  }
  .border-dark-xl-15 {
    border: 15px solid #303030 !important;
  }
  .border-top-dark-xl-15 {
    border-top: 15px solid #303030 !important;
  }
  .border-right-dark-xl-15 {
    border-right: 15px solid #303030 !important;
  }
  .border-bottom-dark-xl-15 {
    border-bottom: 15px solid #303030 !important;
  }
  .border-left-dark-xl-15 {
    border-left: 15px solid #303030 !important;
  }
}
/* ############### XL - END ############### */
/* ############### XXL - START ############### */
@media (min-width: 1400px) {
  .border-xxl-dark {
    border-color: #303030 !important;
  }
  .border-top-xxl-dark {
    border-top: 1px solid #303030 !important;
  }
  .border-right-xxl-dark {
    border-right: 1px solid #303030 !important;
  }
  .border-bottom-xxl-dark {
    border-bottom: 1px solid #303030 !important;
  }
  .border-left-xxl-dark {
    border-left: 1px solid #303030 !important;
  }
  .border-dark-xxl-0 {
    border: 0px solid #303030 !important;
  }
  .border-top-dark-xxl-0 {
    border-top: 0px solid #303030 !important;
  }
  .border-right-dark-xxl-0 {
    border-right: 0px solid #303030 !important;
  }
  .border-bottom-dark-xxl-0 {
    border-bottom: 0px solid #303030 !important;
  }
  .border-left-dark-xxl-0 {
    border-left: 0px solid #303030 !important;
  }
  .border-dark-xxl-1 {
    border: 1px solid #303030 !important;
  }
  .border-top-dark-xxl-1 {
    border-top: 1px solid #303030 !important;
  }
  .border-right-dark-xxl-1 {
    border-right: 1px solid #303030 !important;
  }
  .border-bottom-dark-xxl-1 {
    border-bottom: 1px solid #303030 !important;
  }
  .border-left-dark-xxl-1 {
    border-left: 1px solid #303030 !important;
  }
  .border-dark-xxl-2 {
    border: 2px solid #303030 !important;
  }
  .border-top-dark-xxl-2 {
    border-top: 2px solid #303030 !important;
  }
  .border-right-dark-xxl-2 {
    border-right: 2px solid #303030 !important;
  }
  .border-bottom-dark-xxl-2 {
    border-bottom: 2px solid #303030 !important;
  }
  .border-left-dark-xxl-2 {
    border-left: 2px solid #303030 !important;
  }
  .border-dark-xxl-3 {
    border: 3px solid #303030 !important;
  }
  .border-top-dark-xxl-3 {
    border-top: 3px solid #303030 !important;
  }
  .border-right-dark-xxl-3 {
    border-right: 3px solid #303030 !important;
  }
  .border-bottom-dark-xxl-3 {
    border-bottom: 3px solid #303030 !important;
  }
  .border-left-dark-xxl-3 {
    border-left: 3px solid #303030 !important;
  }
  .border-dark-xxl-4 {
    border: 4px solid #303030 !important;
  }
  .border-top-dark-xxl-4 {
    border-top: 4px solid #303030 !important;
  }
  .border-right-dark-xxl-4 {
    border-right: 4px solid #303030 !important;
  }
  .border-bottom-dark-xxl-4 {
    border-bottom: 4px solid #303030 !important;
  }
  .border-left-dark-xxl-4 {
    border-left: 4px solid #303030 !important;
  }
  .border-dark-xxl-5 {
    border: 5px solid #303030 !important;
  }
  .border-top-dark-xxl-5 {
    border-top: 5px solid #303030 !important;
  }
  .border-right-dark-xxl-5 {
    border-right: 5px solid #303030 !important;
  }
  .border-bottom-dark-xxl-5 {
    border-bottom: 5px solid #303030 !important;
  }
  .border-left-dark-xxl-5 {
    border-left: 5px solid #303030 !important;
  }
  .border-dark-xxl-6 {
    border: 6px solid #303030 !important;
  }
  .border-top-dark-xxl-6 {
    border-top: 6px solid #303030 !important;
  }
  .border-right-dark-xxl-6 {
    border-right: 6px solid #303030 !important;
  }
  .border-bottom-dark-xxl-6 {
    border-bottom: 6px solid #303030 !important;
  }
  .border-left-dark-xxl-6 {
    border-left: 6px solid #303030 !important;
  }
  .border-dark-xxl-7 {
    border: 7px solid #303030 !important;
  }
  .border-top-dark-xxl-7 {
    border-top: 7px solid #303030 !important;
  }
  .border-right-dark-xxl-7 {
    border-right: 7px solid #303030 !important;
  }
  .border-bottom-dark-xxl-7 {
    border-bottom: 7px solid #303030 !important;
  }
  .border-left-dark-xxl-7 {
    border-left: 7px solid #303030 !important;
  }
  .border-dark-xxl-8 {
    border: 8px solid #303030 !important;
  }
  .border-top-dark-xxl-8 {
    border-top: 8px solid #303030 !important;
  }
  .border-right-dark-xxl-8 {
    border-right: 8px solid #303030 !important;
  }
  .border-bottom-dark-xxl-8 {
    border-bottom: 8px solid #303030 !important;
  }
  .border-left-dark-xxl-8 {
    border-left: 8px solid #303030 !important;
  }
  .border-dark-xxl-9 {
    border: 9px solid #303030 !important;
  }
  .border-top-dark-xxl-9 {
    border-top: 9px solid #303030 !important;
  }
  .border-right-dark-xxl-9 {
    border-right: 9px solid #303030 !important;
  }
  .border-bottom-dark-xxl-9 {
    border-bottom: 9px solid #303030 !important;
  }
  .border-left-dark-xxl-9 {
    border-left: 9px solid #303030 !important;
  }
  .border-dark-xxl-10 {
    border: 10px solid #303030 !important;
  }
  .border-top-dark-xxl-10 {
    border-top: 10px solid #303030 !important;
  }
  .border-right-dark-xxl-10 {
    border-right: 10px solid #303030 !important;
  }
  .border-bottom-dark-xxl-10 {
    border-bottom: 10px solid #303030 !important;
  }
  .border-left-dark-xxl-10 {
    border-left: 10px solid #303030 !important;
  }
  .border-dark-xxl-11 {
    border: 11px solid #303030 !important;
  }
  .border-top-dark-xxl-11 {
    border-top: 11px solid #303030 !important;
  }
  .border-right-dark-xxl-11 {
    border-right: 11px solid #303030 !important;
  }
  .border-bottom-dark-xxl-11 {
    border-bottom: 11px solid #303030 !important;
  }
  .border-left-dark-xxl-11 {
    border-left: 11px solid #303030 !important;
  }
  .border-dark-xxl-12 {
    border: 12px solid #303030 !important;
  }
  .border-top-dark-xxl-12 {
    border-top: 12px solid #303030 !important;
  }
  .border-right-dark-xxl-12 {
    border-right: 12px solid #303030 !important;
  }
  .border-bottom-dark-xxl-12 {
    border-bottom: 12px solid #303030 !important;
  }
  .border-left-dark-xxl-12 {
    border-left: 12px solid #303030 !important;
  }
  .border-dark-xxl-13 {
    border: 13px solid #303030 !important;
  }
  .border-top-dark-xxl-13 {
    border-top: 13px solid #303030 !important;
  }
  .border-right-dark-xxl-13 {
    border-right: 13px solid #303030 !important;
  }
  .border-bottom-dark-xxl-13 {
    border-bottom: 13px solid #303030 !important;
  }
  .border-left-dark-xxl-13 {
    border-left: 13px solid #303030 !important;
  }
  .border-dark-xxl-14 {
    border: 14px solid #303030 !important;
  }
  .border-top-dark-xxl-14 {
    border-top: 14px solid #303030 !important;
  }
  .border-right-dark-xxl-14 {
    border-right: 14px solid #303030 !important;
  }
  .border-bottom-dark-xxl-14 {
    border-bottom: 14px solid #303030 !important;
  }
  .border-left-dark-xxl-14 {
    border-left: 14px solid #303030 !important;
  }
  .border-dark-xxl-15 {
    border: 15px solid #303030 !important;
  }
  .border-top-dark-xxl-15 {
    border-top: 15px solid #303030 !important;
  }
  .border-right-dark-xxl-15 {
    border-right: 15px solid #303030 !important;
  }
  .border-bottom-dark-xxl-15 {
    border-bottom: 15px solid #303030 !important;
  }
  .border-left-dark-xxl-15 {
    border-left: 15px solid #303030 !important;
  }
}
/* ############### XXL - END ############### */
/* ############### XXXL - START ############### */
@media (min-width: 1600px) {
  .border-xxxl-dark {
    border-color: #303030 !important;
  }
  .border-top-xxxl-dark {
    border-top: 1px solid #303030 !important;
  }
  .border-right-xxxl-dark {
    border-right: 1px solid #303030 !important;
  }
  .border-bottom-xxxl-dark {
    border-bottom: 1px solid #303030 !important;
  }
  .border-left-xxxl-dark {
    border-left: 1px solid #303030 !important;
  }
  .border-dark-xxxl-0 {
    border: 0px solid #303030 !important;
  }
  .border-top-dark-xxxl-0 {
    border-top: 0px solid #303030 !important;
  }
  .border-right-dark-xxxl-0 {
    border-right: 0px solid #303030 !important;
  }
  .border-bottom-dark-xxxl-0 {
    border-bottom: 0px solid #303030 !important;
  }
  .border-left-dark-xxxl-0 {
    border-left: 0px solid #303030 !important;
  }
  .border-dark-xxxl-1 {
    border: 1px solid #303030 !important;
  }
  .border-top-dark-xxxl-1 {
    border-top: 1px solid #303030 !important;
  }
  .border-right-dark-xxxl-1 {
    border-right: 1px solid #303030 !important;
  }
  .border-bottom-dark-xxxl-1 {
    border-bottom: 1px solid #303030 !important;
  }
  .border-left-dark-xxxl-1 {
    border-left: 1px solid #303030 !important;
  }
  .border-dark-xxxl-2 {
    border: 2px solid #303030 !important;
  }
  .border-top-dark-xxxl-2 {
    border-top: 2px solid #303030 !important;
  }
  .border-right-dark-xxxl-2 {
    border-right: 2px solid #303030 !important;
  }
  .border-bottom-dark-xxxl-2 {
    border-bottom: 2px solid #303030 !important;
  }
  .border-left-dark-xxxl-2 {
    border-left: 2px solid #303030 !important;
  }
  .border-dark-xxxl-3 {
    border: 3px solid #303030 !important;
  }
  .border-top-dark-xxxl-3 {
    border-top: 3px solid #303030 !important;
  }
  .border-right-dark-xxxl-3 {
    border-right: 3px solid #303030 !important;
  }
  .border-bottom-dark-xxxl-3 {
    border-bottom: 3px solid #303030 !important;
  }
  .border-left-dark-xxxl-3 {
    border-left: 3px solid #303030 !important;
  }
  .border-dark-xxxl-4 {
    border: 4px solid #303030 !important;
  }
  .border-top-dark-xxxl-4 {
    border-top: 4px solid #303030 !important;
  }
  .border-right-dark-xxxl-4 {
    border-right: 4px solid #303030 !important;
  }
  .border-bottom-dark-xxxl-4 {
    border-bottom: 4px solid #303030 !important;
  }
  .border-left-dark-xxxl-4 {
    border-left: 4px solid #303030 !important;
  }
  .border-dark-xxxl-5 {
    border: 5px solid #303030 !important;
  }
  .border-top-dark-xxxl-5 {
    border-top: 5px solid #303030 !important;
  }
  .border-right-dark-xxxl-5 {
    border-right: 5px solid #303030 !important;
  }
  .border-bottom-dark-xxxl-5 {
    border-bottom: 5px solid #303030 !important;
  }
  .border-left-dark-xxxl-5 {
    border-left: 5px solid #303030 !important;
  }
  .border-dark-xxxl-6 {
    border: 6px solid #303030 !important;
  }
  .border-top-dark-xxxl-6 {
    border-top: 6px solid #303030 !important;
  }
  .border-right-dark-xxxl-6 {
    border-right: 6px solid #303030 !important;
  }
  .border-bottom-dark-xxxl-6 {
    border-bottom: 6px solid #303030 !important;
  }
  .border-left-dark-xxxl-6 {
    border-left: 6px solid #303030 !important;
  }
  .border-dark-xxxl-7 {
    border: 7px solid #303030 !important;
  }
  .border-top-dark-xxxl-7 {
    border-top: 7px solid #303030 !important;
  }
  .border-right-dark-xxxl-7 {
    border-right: 7px solid #303030 !important;
  }
  .border-bottom-dark-xxxl-7 {
    border-bottom: 7px solid #303030 !important;
  }
  .border-left-dark-xxxl-7 {
    border-left: 7px solid #303030 !important;
  }
  .border-dark-xxxl-8 {
    border: 8px solid #303030 !important;
  }
  .border-top-dark-xxxl-8 {
    border-top: 8px solid #303030 !important;
  }
  .border-right-dark-xxxl-8 {
    border-right: 8px solid #303030 !important;
  }
  .border-bottom-dark-xxxl-8 {
    border-bottom: 8px solid #303030 !important;
  }
  .border-left-dark-xxxl-8 {
    border-left: 8px solid #303030 !important;
  }
  .border-dark-xxxl-9 {
    border: 9px solid #303030 !important;
  }
  .border-top-dark-xxxl-9 {
    border-top: 9px solid #303030 !important;
  }
  .border-right-dark-xxxl-9 {
    border-right: 9px solid #303030 !important;
  }
  .border-bottom-dark-xxxl-9 {
    border-bottom: 9px solid #303030 !important;
  }
  .border-left-dark-xxxl-9 {
    border-left: 9px solid #303030 !important;
  }
  .border-dark-xxxl-10 {
    border: 10px solid #303030 !important;
  }
  .border-top-dark-xxxl-10 {
    border-top: 10px solid #303030 !important;
  }
  .border-right-dark-xxxl-10 {
    border-right: 10px solid #303030 !important;
  }
  .border-bottom-dark-xxxl-10 {
    border-bottom: 10px solid #303030 !important;
  }
  .border-left-dark-xxxl-10 {
    border-left: 10px solid #303030 !important;
  }
  .border-dark-xxxl-11 {
    border: 11px solid #303030 !important;
  }
  .border-top-dark-xxxl-11 {
    border-top: 11px solid #303030 !important;
  }
  .border-right-dark-xxxl-11 {
    border-right: 11px solid #303030 !important;
  }
  .border-bottom-dark-xxxl-11 {
    border-bottom: 11px solid #303030 !important;
  }
  .border-left-dark-xxxl-11 {
    border-left: 11px solid #303030 !important;
  }
  .border-dark-xxxl-12 {
    border: 12px solid #303030 !important;
  }
  .border-top-dark-xxxl-12 {
    border-top: 12px solid #303030 !important;
  }
  .border-right-dark-xxxl-12 {
    border-right: 12px solid #303030 !important;
  }
  .border-bottom-dark-xxxl-12 {
    border-bottom: 12px solid #303030 !important;
  }
  .border-left-dark-xxxl-12 {
    border-left: 12px solid #303030 !important;
  }
  .border-dark-xxxl-13 {
    border: 13px solid #303030 !important;
  }
  .border-top-dark-xxxl-13 {
    border-top: 13px solid #303030 !important;
  }
  .border-right-dark-xxxl-13 {
    border-right: 13px solid #303030 !important;
  }
  .border-bottom-dark-xxxl-13 {
    border-bottom: 13px solid #303030 !important;
  }
  .border-left-dark-xxxl-13 {
    border-left: 13px solid #303030 !important;
  }
  .border-dark-xxxl-14 {
    border: 14px solid #303030 !important;
  }
  .border-top-dark-xxxl-14 {
    border-top: 14px solid #303030 !important;
  }
  .border-right-dark-xxxl-14 {
    border-right: 14px solid #303030 !important;
  }
  .border-bottom-dark-xxxl-14 {
    border-bottom: 14px solid #303030 !important;
  }
  .border-left-dark-xxxl-14 {
    border-left: 14px solid #303030 !important;
  }
  .border-dark-xxxl-15 {
    border: 15px solid #303030 !important;
  }
  .border-top-dark-xxxl-15 {
    border-top: 15px solid #303030 !important;
  }
  .border-right-dark-xxxl-15 {
    border-right: 15px solid #303030 !important;
  }
  .border-bottom-dark-xxxl-15 {
    border-bottom: 15px solid #303030 !important;
  }
  .border-left-dark-xxxl-15 {
    border-left: 15px solid #303030 !important;
  }
}
/* ############### XXXL - END ############### */
/* ############### XXXXL - START ############### */
@media (min-width: 1900px) {
  .border-xxxxl-dark {
    border-color: #303030 !important;
  }
  .border-top-xxxxl-dark {
    border-top: 1px solid #303030 !important;
  }
  .border-right-xxxxl-dark {
    border-right: 1px solid #303030 !important;
  }
  .border-bottom-xxxxl-dark {
    border-bottom: 1px solid #303030 !important;
  }
  .border-left-xxxxl-dark {
    border-left: 1px solid #303030 !important;
  }
  .border-dark-xxxxl-0 {
    border: 0px solid #303030 !important;
  }
  .border-top-dark-xxxxl-0 {
    border-top: 0px solid #303030 !important;
  }
  .border-right-dark-xxxxl-0 {
    border-right: 0px solid #303030 !important;
  }
  .border-bottom-dark-xxxxl-0 {
    border-bottom: 0px solid #303030 !important;
  }
  .border-left-dark-xxxxl-0 {
    border-left: 0px solid #303030 !important;
  }
  .border-dark-xxxxl-1 {
    border: 1px solid #303030 !important;
  }
  .border-top-dark-xxxxl-1 {
    border-top: 1px solid #303030 !important;
  }
  .border-right-dark-xxxxl-1 {
    border-right: 1px solid #303030 !important;
  }
  .border-bottom-dark-xxxxl-1 {
    border-bottom: 1px solid #303030 !important;
  }
  .border-left-dark-xxxxl-1 {
    border-left: 1px solid #303030 !important;
  }
  .border-dark-xxxxl-2 {
    border: 2px solid #303030 !important;
  }
  .border-top-dark-xxxxl-2 {
    border-top: 2px solid #303030 !important;
  }
  .border-right-dark-xxxxl-2 {
    border-right: 2px solid #303030 !important;
  }
  .border-bottom-dark-xxxxl-2 {
    border-bottom: 2px solid #303030 !important;
  }
  .border-left-dark-xxxxl-2 {
    border-left: 2px solid #303030 !important;
  }
  .border-dark-xxxxl-3 {
    border: 3px solid #303030 !important;
  }
  .border-top-dark-xxxxl-3 {
    border-top: 3px solid #303030 !important;
  }
  .border-right-dark-xxxxl-3 {
    border-right: 3px solid #303030 !important;
  }
  .border-bottom-dark-xxxxl-3 {
    border-bottom: 3px solid #303030 !important;
  }
  .border-left-dark-xxxxl-3 {
    border-left: 3px solid #303030 !important;
  }
  .border-dark-xxxxl-4 {
    border: 4px solid #303030 !important;
  }
  .border-top-dark-xxxxl-4 {
    border-top: 4px solid #303030 !important;
  }
  .border-right-dark-xxxxl-4 {
    border-right: 4px solid #303030 !important;
  }
  .border-bottom-dark-xxxxl-4 {
    border-bottom: 4px solid #303030 !important;
  }
  .border-left-dark-xxxxl-4 {
    border-left: 4px solid #303030 !important;
  }
  .border-dark-xxxxl-5 {
    border: 5px solid #303030 !important;
  }
  .border-top-dark-xxxxl-5 {
    border-top: 5px solid #303030 !important;
  }
  .border-right-dark-xxxxl-5 {
    border-right: 5px solid #303030 !important;
  }
  .border-bottom-dark-xxxxl-5 {
    border-bottom: 5px solid #303030 !important;
  }
  .border-left-dark-xxxxl-5 {
    border-left: 5px solid #303030 !important;
  }
  .border-dark-xxxxl-6 {
    border: 6px solid #303030 !important;
  }
  .border-top-dark-xxxxl-6 {
    border-top: 6px solid #303030 !important;
  }
  .border-right-dark-xxxxl-6 {
    border-right: 6px solid #303030 !important;
  }
  .border-bottom-dark-xxxxl-6 {
    border-bottom: 6px solid #303030 !important;
  }
  .border-left-dark-xxxxl-6 {
    border-left: 6px solid #303030 !important;
  }
  .border-dark-xxxxl-7 {
    border: 7px solid #303030 !important;
  }
  .border-top-dark-xxxxl-7 {
    border-top: 7px solid #303030 !important;
  }
  .border-right-dark-xxxxl-7 {
    border-right: 7px solid #303030 !important;
  }
  .border-bottom-dark-xxxxl-7 {
    border-bottom: 7px solid #303030 !important;
  }
  .border-left-dark-xxxxl-7 {
    border-left: 7px solid #303030 !important;
  }
  .border-dark-xxxxl-8 {
    border: 8px solid #303030 !important;
  }
  .border-top-dark-xxxxl-8 {
    border-top: 8px solid #303030 !important;
  }
  .border-right-dark-xxxxl-8 {
    border-right: 8px solid #303030 !important;
  }
  .border-bottom-dark-xxxxl-8 {
    border-bottom: 8px solid #303030 !important;
  }
  .border-left-dark-xxxxl-8 {
    border-left: 8px solid #303030 !important;
  }
  .border-dark-xxxxl-9 {
    border: 9px solid #303030 !important;
  }
  .border-top-dark-xxxxl-9 {
    border-top: 9px solid #303030 !important;
  }
  .border-right-dark-xxxxl-9 {
    border-right: 9px solid #303030 !important;
  }
  .border-bottom-dark-xxxxl-9 {
    border-bottom: 9px solid #303030 !important;
  }
  .border-left-dark-xxxxl-9 {
    border-left: 9px solid #303030 !important;
  }
  .border-dark-xxxxl-10 {
    border: 10px solid #303030 !important;
  }
  .border-top-dark-xxxxl-10 {
    border-top: 10px solid #303030 !important;
  }
  .border-right-dark-xxxxl-10 {
    border-right: 10px solid #303030 !important;
  }
  .border-bottom-dark-xxxxl-10 {
    border-bottom: 10px solid #303030 !important;
  }
  .border-left-dark-xxxxl-10 {
    border-left: 10px solid #303030 !important;
  }
  .border-dark-xxxxl-11 {
    border: 11px solid #303030 !important;
  }
  .border-top-dark-xxxxl-11 {
    border-top: 11px solid #303030 !important;
  }
  .border-right-dark-xxxxl-11 {
    border-right: 11px solid #303030 !important;
  }
  .border-bottom-dark-xxxxl-11 {
    border-bottom: 11px solid #303030 !important;
  }
  .border-left-dark-xxxxl-11 {
    border-left: 11px solid #303030 !important;
  }
  .border-dark-xxxxl-12 {
    border: 12px solid #303030 !important;
  }
  .border-top-dark-xxxxl-12 {
    border-top: 12px solid #303030 !important;
  }
  .border-right-dark-xxxxl-12 {
    border-right: 12px solid #303030 !important;
  }
  .border-bottom-dark-xxxxl-12 {
    border-bottom: 12px solid #303030 !important;
  }
  .border-left-dark-xxxxl-12 {
    border-left: 12px solid #303030 !important;
  }
  .border-dark-xxxxl-13 {
    border: 13px solid #303030 !important;
  }
  .border-top-dark-xxxxl-13 {
    border-top: 13px solid #303030 !important;
  }
  .border-right-dark-xxxxl-13 {
    border-right: 13px solid #303030 !important;
  }
  .border-bottom-dark-xxxxl-13 {
    border-bottom: 13px solid #303030 !important;
  }
  .border-left-dark-xxxxl-13 {
    border-left: 13px solid #303030 !important;
  }
  .border-dark-xxxxl-14 {
    border: 14px solid #303030 !important;
  }
  .border-top-dark-xxxxl-14 {
    border-top: 14px solid #303030 !important;
  }
  .border-right-dark-xxxxl-14 {
    border-right: 14px solid #303030 !important;
  }
  .border-bottom-dark-xxxxl-14 {
    border-bottom: 14px solid #303030 !important;
  }
  .border-left-dark-xxxxl-14 {
    border-left: 14px solid #303030 !important;
  }
  .border-dark-xxxxl-15 {
    border: 15px solid #303030 !important;
  }
  .border-top-dark-xxxxl-15 {
    border-top: 15px solid #303030 !important;
  }
  .border-right-dark-xxxxl-15 {
    border-right: 15px solid #303030 !important;
  }
  .border-bottom-dark-xxxxl-15 {
    border-bottom: 15px solid #303030 !important;
  }
  .border-left-dark-xxxxl-15 {
    border-left: 15px solid #303030 !important;
  }
}
/* ############### XXXXL - END ############### */
.border-black {
  border-color: #111111 !important;
}

.border-top-black {
  border-top: 1px solid #111111 !important;
}

.border-right-black {
  border-right: 1px solid #111111 !important;
}

.border-bottom-black {
  border-bottom: 1px solid #111111 !important;
}

.border-left-black {
  border-left: 1px solid #111111 !important;
}

.border-black-0 {
  border: 0px solid #111111 !important;
}

.border-top-black-0 {
  border-top: 0px solid #111111 !important;
}

.border-right-black-0 {
  border-right: 0px solid #111111 !important;
}

.border-bottom-black-0 {
  border-bottom: 0px solid #111111 !important;
}

.border-left-black-0 {
  border-left: 0px solid #111111 !important;
}

.border-black-1 {
  border: 1px solid #111111 !important;
}

.border-top-black-1 {
  border-top: 1px solid #111111 !important;
}

.border-right-black-1 {
  border-right: 1px solid #111111 !important;
}

.border-bottom-black-1 {
  border-bottom: 1px solid #111111 !important;
}

.border-left-black-1 {
  border-left: 1px solid #111111 !important;
}

.border-black-2 {
  border: 2px solid #111111 !important;
}

.border-top-black-2 {
  border-top: 2px solid #111111 !important;
}

.border-right-black-2 {
  border-right: 2px solid #111111 !important;
}

.border-bottom-black-2 {
  border-bottom: 2px solid #111111 !important;
}

.border-left-black-2 {
  border-left: 2px solid #111111 !important;
}

.border-black-3 {
  border: 3px solid #111111 !important;
}

.border-top-black-3 {
  border-top: 3px solid #111111 !important;
}

.border-right-black-3 {
  border-right: 3px solid #111111 !important;
}

.border-bottom-black-3 {
  border-bottom: 3px solid #111111 !important;
}

.border-left-black-3 {
  border-left: 3px solid #111111 !important;
}

.border-black-4 {
  border: 4px solid #111111 !important;
}

.border-top-black-4 {
  border-top: 4px solid #111111 !important;
}

.border-right-black-4 {
  border-right: 4px solid #111111 !important;
}

.border-bottom-black-4 {
  border-bottom: 4px solid #111111 !important;
}

.border-left-black-4 {
  border-left: 4px solid #111111 !important;
}

.border-black-5 {
  border: 5px solid #111111 !important;
}

.border-top-black-5 {
  border-top: 5px solid #111111 !important;
}

.border-right-black-5 {
  border-right: 5px solid #111111 !important;
}

.border-bottom-black-5 {
  border-bottom: 5px solid #111111 !important;
}

.border-left-black-5 {
  border-left: 5px solid #111111 !important;
}

.border-black-6 {
  border: 6px solid #111111 !important;
}

.border-top-black-6 {
  border-top: 6px solid #111111 !important;
}

.border-right-black-6 {
  border-right: 6px solid #111111 !important;
}

.border-bottom-black-6 {
  border-bottom: 6px solid #111111 !important;
}

.border-left-black-6 {
  border-left: 6px solid #111111 !important;
}

.border-black-7 {
  border: 7px solid #111111 !important;
}

.border-top-black-7 {
  border-top: 7px solid #111111 !important;
}

.border-right-black-7 {
  border-right: 7px solid #111111 !important;
}

.border-bottom-black-7 {
  border-bottom: 7px solid #111111 !important;
}

.border-left-black-7 {
  border-left: 7px solid #111111 !important;
}

.border-black-8 {
  border: 8px solid #111111 !important;
}

.border-top-black-8 {
  border-top: 8px solid #111111 !important;
}

.border-right-black-8 {
  border-right: 8px solid #111111 !important;
}

.border-bottom-black-8 {
  border-bottom: 8px solid #111111 !important;
}

.border-left-black-8 {
  border-left: 8px solid #111111 !important;
}

.border-black-9 {
  border: 9px solid #111111 !important;
}

.border-top-black-9 {
  border-top: 9px solid #111111 !important;
}

.border-right-black-9 {
  border-right: 9px solid #111111 !important;
}

.border-bottom-black-9 {
  border-bottom: 9px solid #111111 !important;
}

.border-left-black-9 {
  border-left: 9px solid #111111 !important;
}

.border-black-10 {
  border: 10px solid #111111 !important;
}

.border-top-black-10 {
  border-top: 10px solid #111111 !important;
}

.border-right-black-10 {
  border-right: 10px solid #111111 !important;
}

.border-bottom-black-10 {
  border-bottom: 10px solid #111111 !important;
}

.border-left-black-10 {
  border-left: 10px solid #111111 !important;
}

.border-black-11 {
  border: 11px solid #111111 !important;
}

.border-top-black-11 {
  border-top: 11px solid #111111 !important;
}

.border-right-black-11 {
  border-right: 11px solid #111111 !important;
}

.border-bottom-black-11 {
  border-bottom: 11px solid #111111 !important;
}

.border-left-black-11 {
  border-left: 11px solid #111111 !important;
}

.border-black-12 {
  border: 12px solid #111111 !important;
}

.border-top-black-12 {
  border-top: 12px solid #111111 !important;
}

.border-right-black-12 {
  border-right: 12px solid #111111 !important;
}

.border-bottom-black-12 {
  border-bottom: 12px solid #111111 !important;
}

.border-left-black-12 {
  border-left: 12px solid #111111 !important;
}

.border-black-13 {
  border: 13px solid #111111 !important;
}

.border-top-black-13 {
  border-top: 13px solid #111111 !important;
}

.border-right-black-13 {
  border-right: 13px solid #111111 !important;
}

.border-bottom-black-13 {
  border-bottom: 13px solid #111111 !important;
}

.border-left-black-13 {
  border-left: 13px solid #111111 !important;
}

.border-black-14 {
  border: 14px solid #111111 !important;
}

.border-top-black-14 {
  border-top: 14px solid #111111 !important;
}

.border-right-black-14 {
  border-right: 14px solid #111111 !important;
}

.border-bottom-black-14 {
  border-bottom: 14px solid #111111 !important;
}

.border-left-black-14 {
  border-left: 14px solid #111111 !important;
}

.border-black-15 {
  border: 15px solid #111111 !important;
}

.border-top-black-15 {
  border-top: 15px solid #111111 !important;
}

.border-right-black-15 {
  border-right: 15px solid #111111 !important;
}

.border-bottom-black-15 {
  border-bottom: 15px solid #111111 !important;
}

.border-left-black-15 {
  border-left: 15px solid #111111 !important;
}

/* ############### SM - START ############### */
@media (min-width: 576px) {
  .border-sm-black {
    border-color: #111111 !important;
  }
  .border-top-sm-black {
    border-top: 1px solid #111111 !important;
  }
  .border-right-sm-black {
    border-right: 1px solid #111111 !important;
  }
  .border-bottom-sm-black {
    border-bottom: 1px solid #111111 !important;
  }
  .border-left-sm-black {
    border-left: 1px solid #111111 !important;
  }
  .border-black-sm-0 {
    border: 0px solid #111111 !important;
  }
  .border-top-black-sm-0 {
    border-top: 0px solid #111111 !important;
  }
  .border-right-black-sm-0 {
    border-right: 0px solid #111111 !important;
  }
  .border-bottom-black-sm-0 {
    border-bottom: 0px solid #111111 !important;
  }
  .border-left-black-sm-0 {
    border-left: 0px solid #111111 !important;
  }
  .border-black-sm-1 {
    border: 1px solid #111111 !important;
  }
  .border-top-black-sm-1 {
    border-top: 1px solid #111111 !important;
  }
  .border-right-black-sm-1 {
    border-right: 1px solid #111111 !important;
  }
  .border-bottom-black-sm-1 {
    border-bottom: 1px solid #111111 !important;
  }
  .border-left-black-sm-1 {
    border-left: 1px solid #111111 !important;
  }
  .border-black-sm-2 {
    border: 2px solid #111111 !important;
  }
  .border-top-black-sm-2 {
    border-top: 2px solid #111111 !important;
  }
  .border-right-black-sm-2 {
    border-right: 2px solid #111111 !important;
  }
  .border-bottom-black-sm-2 {
    border-bottom: 2px solid #111111 !important;
  }
  .border-left-black-sm-2 {
    border-left: 2px solid #111111 !important;
  }
  .border-black-sm-3 {
    border: 3px solid #111111 !important;
  }
  .border-top-black-sm-3 {
    border-top: 3px solid #111111 !important;
  }
  .border-right-black-sm-3 {
    border-right: 3px solid #111111 !important;
  }
  .border-bottom-black-sm-3 {
    border-bottom: 3px solid #111111 !important;
  }
  .border-left-black-sm-3 {
    border-left: 3px solid #111111 !important;
  }
  .border-black-sm-4 {
    border: 4px solid #111111 !important;
  }
  .border-top-black-sm-4 {
    border-top: 4px solid #111111 !important;
  }
  .border-right-black-sm-4 {
    border-right: 4px solid #111111 !important;
  }
  .border-bottom-black-sm-4 {
    border-bottom: 4px solid #111111 !important;
  }
  .border-left-black-sm-4 {
    border-left: 4px solid #111111 !important;
  }
  .border-black-sm-5 {
    border: 5px solid #111111 !important;
  }
  .border-top-black-sm-5 {
    border-top: 5px solid #111111 !important;
  }
  .border-right-black-sm-5 {
    border-right: 5px solid #111111 !important;
  }
  .border-bottom-black-sm-5 {
    border-bottom: 5px solid #111111 !important;
  }
  .border-left-black-sm-5 {
    border-left: 5px solid #111111 !important;
  }
  .border-black-sm-6 {
    border: 6px solid #111111 !important;
  }
  .border-top-black-sm-6 {
    border-top: 6px solid #111111 !important;
  }
  .border-right-black-sm-6 {
    border-right: 6px solid #111111 !important;
  }
  .border-bottom-black-sm-6 {
    border-bottom: 6px solid #111111 !important;
  }
  .border-left-black-sm-6 {
    border-left: 6px solid #111111 !important;
  }
  .border-black-sm-7 {
    border: 7px solid #111111 !important;
  }
  .border-top-black-sm-7 {
    border-top: 7px solid #111111 !important;
  }
  .border-right-black-sm-7 {
    border-right: 7px solid #111111 !important;
  }
  .border-bottom-black-sm-7 {
    border-bottom: 7px solid #111111 !important;
  }
  .border-left-black-sm-7 {
    border-left: 7px solid #111111 !important;
  }
  .border-black-sm-8 {
    border: 8px solid #111111 !important;
  }
  .border-top-black-sm-8 {
    border-top: 8px solid #111111 !important;
  }
  .border-right-black-sm-8 {
    border-right: 8px solid #111111 !important;
  }
  .border-bottom-black-sm-8 {
    border-bottom: 8px solid #111111 !important;
  }
  .border-left-black-sm-8 {
    border-left: 8px solid #111111 !important;
  }
  .border-black-sm-9 {
    border: 9px solid #111111 !important;
  }
  .border-top-black-sm-9 {
    border-top: 9px solid #111111 !important;
  }
  .border-right-black-sm-9 {
    border-right: 9px solid #111111 !important;
  }
  .border-bottom-black-sm-9 {
    border-bottom: 9px solid #111111 !important;
  }
  .border-left-black-sm-9 {
    border-left: 9px solid #111111 !important;
  }
  .border-black-sm-10 {
    border: 10px solid #111111 !important;
  }
  .border-top-black-sm-10 {
    border-top: 10px solid #111111 !important;
  }
  .border-right-black-sm-10 {
    border-right: 10px solid #111111 !important;
  }
  .border-bottom-black-sm-10 {
    border-bottom: 10px solid #111111 !important;
  }
  .border-left-black-sm-10 {
    border-left: 10px solid #111111 !important;
  }
  .border-black-sm-11 {
    border: 11px solid #111111 !important;
  }
  .border-top-black-sm-11 {
    border-top: 11px solid #111111 !important;
  }
  .border-right-black-sm-11 {
    border-right: 11px solid #111111 !important;
  }
  .border-bottom-black-sm-11 {
    border-bottom: 11px solid #111111 !important;
  }
  .border-left-black-sm-11 {
    border-left: 11px solid #111111 !important;
  }
  .border-black-sm-12 {
    border: 12px solid #111111 !important;
  }
  .border-top-black-sm-12 {
    border-top: 12px solid #111111 !important;
  }
  .border-right-black-sm-12 {
    border-right: 12px solid #111111 !important;
  }
  .border-bottom-black-sm-12 {
    border-bottom: 12px solid #111111 !important;
  }
  .border-left-black-sm-12 {
    border-left: 12px solid #111111 !important;
  }
  .border-black-sm-13 {
    border: 13px solid #111111 !important;
  }
  .border-top-black-sm-13 {
    border-top: 13px solid #111111 !important;
  }
  .border-right-black-sm-13 {
    border-right: 13px solid #111111 !important;
  }
  .border-bottom-black-sm-13 {
    border-bottom: 13px solid #111111 !important;
  }
  .border-left-black-sm-13 {
    border-left: 13px solid #111111 !important;
  }
  .border-black-sm-14 {
    border: 14px solid #111111 !important;
  }
  .border-top-black-sm-14 {
    border-top: 14px solid #111111 !important;
  }
  .border-right-black-sm-14 {
    border-right: 14px solid #111111 !important;
  }
  .border-bottom-black-sm-14 {
    border-bottom: 14px solid #111111 !important;
  }
  .border-left-black-sm-14 {
    border-left: 14px solid #111111 !important;
  }
  .border-black-sm-15 {
    border: 15px solid #111111 !important;
  }
  .border-top-black-sm-15 {
    border-top: 15px solid #111111 !important;
  }
  .border-right-black-sm-15 {
    border-right: 15px solid #111111 !important;
  }
  .border-bottom-black-sm-15 {
    border-bottom: 15px solid #111111 !important;
  }
  .border-left-black-sm-15 {
    border-left: 15px solid #111111 !important;
  }
}
/* ############### SM - END ############### */
/* ############### MD - START ############### */
@media (min-width: 768px) {
  .border-md-black {
    border-color: #111111 !important;
  }
  .border-top-md-black {
    border-top: 1px solid #111111 !important;
  }
  .border-right-md-black {
    border-right: 1px solid #111111 !important;
  }
  .border-bottom-md-black {
    border-bottom: 1px solid #111111 !important;
  }
  .border-left-md-black {
    border-left: 1px solid #111111 !important;
  }
  .border-black-md-0 {
    border: 0px solid #111111 !important;
  }
  .border-top-black-md-0 {
    border-top: 0px solid #111111 !important;
  }
  .border-right-black-md-0 {
    border-right: 0px solid #111111 !important;
  }
  .border-bottom-black-md-0 {
    border-bottom: 0px solid #111111 !important;
  }
  .border-left-black-md-0 {
    border-left: 0px solid #111111 !important;
  }
  .border-black-md-1 {
    border: 1px solid #111111 !important;
  }
  .border-top-black-md-1 {
    border-top: 1px solid #111111 !important;
  }
  .border-right-black-md-1 {
    border-right: 1px solid #111111 !important;
  }
  .border-bottom-black-md-1 {
    border-bottom: 1px solid #111111 !important;
  }
  .border-left-black-md-1 {
    border-left: 1px solid #111111 !important;
  }
  .border-black-md-2 {
    border: 2px solid #111111 !important;
  }
  .border-top-black-md-2 {
    border-top: 2px solid #111111 !important;
  }
  .border-right-black-md-2 {
    border-right: 2px solid #111111 !important;
  }
  .border-bottom-black-md-2 {
    border-bottom: 2px solid #111111 !important;
  }
  .border-left-black-md-2 {
    border-left: 2px solid #111111 !important;
  }
  .border-black-md-3 {
    border: 3px solid #111111 !important;
  }
  .border-top-black-md-3 {
    border-top: 3px solid #111111 !important;
  }
  .border-right-black-md-3 {
    border-right: 3px solid #111111 !important;
  }
  .border-bottom-black-md-3 {
    border-bottom: 3px solid #111111 !important;
  }
  .border-left-black-md-3 {
    border-left: 3px solid #111111 !important;
  }
  .border-black-md-4 {
    border: 4px solid #111111 !important;
  }
  .border-top-black-md-4 {
    border-top: 4px solid #111111 !important;
  }
  .border-right-black-md-4 {
    border-right: 4px solid #111111 !important;
  }
  .border-bottom-black-md-4 {
    border-bottom: 4px solid #111111 !important;
  }
  .border-left-black-md-4 {
    border-left: 4px solid #111111 !important;
  }
  .border-black-md-5 {
    border: 5px solid #111111 !important;
  }
  .border-top-black-md-5 {
    border-top: 5px solid #111111 !important;
  }
  .border-right-black-md-5 {
    border-right: 5px solid #111111 !important;
  }
  .border-bottom-black-md-5 {
    border-bottom: 5px solid #111111 !important;
  }
  .border-left-black-md-5 {
    border-left: 5px solid #111111 !important;
  }
  .border-black-md-6 {
    border: 6px solid #111111 !important;
  }
  .border-top-black-md-6 {
    border-top: 6px solid #111111 !important;
  }
  .border-right-black-md-6 {
    border-right: 6px solid #111111 !important;
  }
  .border-bottom-black-md-6 {
    border-bottom: 6px solid #111111 !important;
  }
  .border-left-black-md-6 {
    border-left: 6px solid #111111 !important;
  }
  .border-black-md-7 {
    border: 7px solid #111111 !important;
  }
  .border-top-black-md-7 {
    border-top: 7px solid #111111 !important;
  }
  .border-right-black-md-7 {
    border-right: 7px solid #111111 !important;
  }
  .border-bottom-black-md-7 {
    border-bottom: 7px solid #111111 !important;
  }
  .border-left-black-md-7 {
    border-left: 7px solid #111111 !important;
  }
  .border-black-md-8 {
    border: 8px solid #111111 !important;
  }
  .border-top-black-md-8 {
    border-top: 8px solid #111111 !important;
  }
  .border-right-black-md-8 {
    border-right: 8px solid #111111 !important;
  }
  .border-bottom-black-md-8 {
    border-bottom: 8px solid #111111 !important;
  }
  .border-left-black-md-8 {
    border-left: 8px solid #111111 !important;
  }
  .border-black-md-9 {
    border: 9px solid #111111 !important;
  }
  .border-top-black-md-9 {
    border-top: 9px solid #111111 !important;
  }
  .border-right-black-md-9 {
    border-right: 9px solid #111111 !important;
  }
  .border-bottom-black-md-9 {
    border-bottom: 9px solid #111111 !important;
  }
  .border-left-black-md-9 {
    border-left: 9px solid #111111 !important;
  }
  .border-black-md-10 {
    border: 10px solid #111111 !important;
  }
  .border-top-black-md-10 {
    border-top: 10px solid #111111 !important;
  }
  .border-right-black-md-10 {
    border-right: 10px solid #111111 !important;
  }
  .border-bottom-black-md-10 {
    border-bottom: 10px solid #111111 !important;
  }
  .border-left-black-md-10 {
    border-left: 10px solid #111111 !important;
  }
  .border-black-md-11 {
    border: 11px solid #111111 !important;
  }
  .border-top-black-md-11 {
    border-top: 11px solid #111111 !important;
  }
  .border-right-black-md-11 {
    border-right: 11px solid #111111 !important;
  }
  .border-bottom-black-md-11 {
    border-bottom: 11px solid #111111 !important;
  }
  .border-left-black-md-11 {
    border-left: 11px solid #111111 !important;
  }
  .border-black-md-12 {
    border: 12px solid #111111 !important;
  }
  .border-top-black-md-12 {
    border-top: 12px solid #111111 !important;
  }
  .border-right-black-md-12 {
    border-right: 12px solid #111111 !important;
  }
  .border-bottom-black-md-12 {
    border-bottom: 12px solid #111111 !important;
  }
  .border-left-black-md-12 {
    border-left: 12px solid #111111 !important;
  }
  .border-black-md-13 {
    border: 13px solid #111111 !important;
  }
  .border-top-black-md-13 {
    border-top: 13px solid #111111 !important;
  }
  .border-right-black-md-13 {
    border-right: 13px solid #111111 !important;
  }
  .border-bottom-black-md-13 {
    border-bottom: 13px solid #111111 !important;
  }
  .border-left-black-md-13 {
    border-left: 13px solid #111111 !important;
  }
  .border-black-md-14 {
    border: 14px solid #111111 !important;
  }
  .border-top-black-md-14 {
    border-top: 14px solid #111111 !important;
  }
  .border-right-black-md-14 {
    border-right: 14px solid #111111 !important;
  }
  .border-bottom-black-md-14 {
    border-bottom: 14px solid #111111 !important;
  }
  .border-left-black-md-14 {
    border-left: 14px solid #111111 !important;
  }
  .border-black-md-15 {
    border: 15px solid #111111 !important;
  }
  .border-top-black-md-15 {
    border-top: 15px solid #111111 !important;
  }
  .border-right-black-md-15 {
    border-right: 15px solid #111111 !important;
  }
  .border-bottom-black-md-15 {
    border-bottom: 15px solid #111111 !important;
  }
  .border-left-black-md-15 {
    border-left: 15px solid #111111 !important;
  }
}
/* ############### MD - END ############### */
/* ############### LG - START ############### */
@media (min-width: 992px) {
  .border-lg-black {
    border-color: #111111 !important;
  }
  .border-top-lg-black {
    border-top: 1px solid #111111 !important;
  }
  .border-right-lg-black {
    border-right: 1px solid #111111 !important;
  }
  .border-bottom-lg-black {
    border-bottom: 1px solid #111111 !important;
  }
  .border-left-lg-black {
    border-left: 1px solid #111111 !important;
  }
  .border-black-lg-0 {
    border: 0px solid #111111 !important;
  }
  .border-top-black-lg-0 {
    border-top: 0px solid #111111 !important;
  }
  .border-right-black-lg-0 {
    border-right: 0px solid #111111 !important;
  }
  .border-bottom-black-lg-0 {
    border-bottom: 0px solid #111111 !important;
  }
  .border-left-black-lg-0 {
    border-left: 0px solid #111111 !important;
  }
  .border-black-lg-1 {
    border: 1px solid #111111 !important;
  }
  .border-top-black-lg-1 {
    border-top: 1px solid #111111 !important;
  }
  .border-right-black-lg-1 {
    border-right: 1px solid #111111 !important;
  }
  .border-bottom-black-lg-1 {
    border-bottom: 1px solid #111111 !important;
  }
  .border-left-black-lg-1 {
    border-left: 1px solid #111111 !important;
  }
  .border-black-lg-2 {
    border: 2px solid #111111 !important;
  }
  .border-top-black-lg-2 {
    border-top: 2px solid #111111 !important;
  }
  .border-right-black-lg-2 {
    border-right: 2px solid #111111 !important;
  }
  .border-bottom-black-lg-2 {
    border-bottom: 2px solid #111111 !important;
  }
  .border-left-black-lg-2 {
    border-left: 2px solid #111111 !important;
  }
  .border-black-lg-3 {
    border: 3px solid #111111 !important;
  }
  .border-top-black-lg-3 {
    border-top: 3px solid #111111 !important;
  }
  .border-right-black-lg-3 {
    border-right: 3px solid #111111 !important;
  }
  .border-bottom-black-lg-3 {
    border-bottom: 3px solid #111111 !important;
  }
  .border-left-black-lg-3 {
    border-left: 3px solid #111111 !important;
  }
  .border-black-lg-4 {
    border: 4px solid #111111 !important;
  }
  .border-top-black-lg-4 {
    border-top: 4px solid #111111 !important;
  }
  .border-right-black-lg-4 {
    border-right: 4px solid #111111 !important;
  }
  .border-bottom-black-lg-4 {
    border-bottom: 4px solid #111111 !important;
  }
  .border-left-black-lg-4 {
    border-left: 4px solid #111111 !important;
  }
  .border-black-lg-5 {
    border: 5px solid #111111 !important;
  }
  .border-top-black-lg-5 {
    border-top: 5px solid #111111 !important;
  }
  .border-right-black-lg-5 {
    border-right: 5px solid #111111 !important;
  }
  .border-bottom-black-lg-5 {
    border-bottom: 5px solid #111111 !important;
  }
  .border-left-black-lg-5 {
    border-left: 5px solid #111111 !important;
  }
  .border-black-lg-6 {
    border: 6px solid #111111 !important;
  }
  .border-top-black-lg-6 {
    border-top: 6px solid #111111 !important;
  }
  .border-right-black-lg-6 {
    border-right: 6px solid #111111 !important;
  }
  .border-bottom-black-lg-6 {
    border-bottom: 6px solid #111111 !important;
  }
  .border-left-black-lg-6 {
    border-left: 6px solid #111111 !important;
  }
  .border-black-lg-7 {
    border: 7px solid #111111 !important;
  }
  .border-top-black-lg-7 {
    border-top: 7px solid #111111 !important;
  }
  .border-right-black-lg-7 {
    border-right: 7px solid #111111 !important;
  }
  .border-bottom-black-lg-7 {
    border-bottom: 7px solid #111111 !important;
  }
  .border-left-black-lg-7 {
    border-left: 7px solid #111111 !important;
  }
  .border-black-lg-8 {
    border: 8px solid #111111 !important;
  }
  .border-top-black-lg-8 {
    border-top: 8px solid #111111 !important;
  }
  .border-right-black-lg-8 {
    border-right: 8px solid #111111 !important;
  }
  .border-bottom-black-lg-8 {
    border-bottom: 8px solid #111111 !important;
  }
  .border-left-black-lg-8 {
    border-left: 8px solid #111111 !important;
  }
  .border-black-lg-9 {
    border: 9px solid #111111 !important;
  }
  .border-top-black-lg-9 {
    border-top: 9px solid #111111 !important;
  }
  .border-right-black-lg-9 {
    border-right: 9px solid #111111 !important;
  }
  .border-bottom-black-lg-9 {
    border-bottom: 9px solid #111111 !important;
  }
  .border-left-black-lg-9 {
    border-left: 9px solid #111111 !important;
  }
  .border-black-lg-10 {
    border: 10px solid #111111 !important;
  }
  .border-top-black-lg-10 {
    border-top: 10px solid #111111 !important;
  }
  .border-right-black-lg-10 {
    border-right: 10px solid #111111 !important;
  }
  .border-bottom-black-lg-10 {
    border-bottom: 10px solid #111111 !important;
  }
  .border-left-black-lg-10 {
    border-left: 10px solid #111111 !important;
  }
  .border-black-lg-11 {
    border: 11px solid #111111 !important;
  }
  .border-top-black-lg-11 {
    border-top: 11px solid #111111 !important;
  }
  .border-right-black-lg-11 {
    border-right: 11px solid #111111 !important;
  }
  .border-bottom-black-lg-11 {
    border-bottom: 11px solid #111111 !important;
  }
  .border-left-black-lg-11 {
    border-left: 11px solid #111111 !important;
  }
  .border-black-lg-12 {
    border: 12px solid #111111 !important;
  }
  .border-top-black-lg-12 {
    border-top: 12px solid #111111 !important;
  }
  .border-right-black-lg-12 {
    border-right: 12px solid #111111 !important;
  }
  .border-bottom-black-lg-12 {
    border-bottom: 12px solid #111111 !important;
  }
  .border-left-black-lg-12 {
    border-left: 12px solid #111111 !important;
  }
  .border-black-lg-13 {
    border: 13px solid #111111 !important;
  }
  .border-top-black-lg-13 {
    border-top: 13px solid #111111 !important;
  }
  .border-right-black-lg-13 {
    border-right: 13px solid #111111 !important;
  }
  .border-bottom-black-lg-13 {
    border-bottom: 13px solid #111111 !important;
  }
  .border-left-black-lg-13 {
    border-left: 13px solid #111111 !important;
  }
  .border-black-lg-14 {
    border: 14px solid #111111 !important;
  }
  .border-top-black-lg-14 {
    border-top: 14px solid #111111 !important;
  }
  .border-right-black-lg-14 {
    border-right: 14px solid #111111 !important;
  }
  .border-bottom-black-lg-14 {
    border-bottom: 14px solid #111111 !important;
  }
  .border-left-black-lg-14 {
    border-left: 14px solid #111111 !important;
  }
  .border-black-lg-15 {
    border: 15px solid #111111 !important;
  }
  .border-top-black-lg-15 {
    border-top: 15px solid #111111 !important;
  }
  .border-right-black-lg-15 {
    border-right: 15px solid #111111 !important;
  }
  .border-bottom-black-lg-15 {
    border-bottom: 15px solid #111111 !important;
  }
  .border-left-black-lg-15 {
    border-left: 15px solid #111111 !important;
  }
}
/* ############### LG - END ############### */
/* ############### XL - START ############### */
@media (min-width: 1200px) {
  .border-xl-black {
    border-color: #111111 !important;
  }
  .border-top-xl-black {
    border-top: 1px solid #111111 !important;
  }
  .border-right-xl-black {
    border-right: 1px solid #111111 !important;
  }
  .border-bottom-xl-black {
    border-bottom: 1px solid #111111 !important;
  }
  .border-left-xl-black {
    border-left: 1px solid #111111 !important;
  }
  .border-black-xl-0 {
    border: 0px solid #111111 !important;
  }
  .border-top-black-xl-0 {
    border-top: 0px solid #111111 !important;
  }
  .border-right-black-xl-0 {
    border-right: 0px solid #111111 !important;
  }
  .border-bottom-black-xl-0 {
    border-bottom: 0px solid #111111 !important;
  }
  .border-left-black-xl-0 {
    border-left: 0px solid #111111 !important;
  }
  .border-black-xl-1 {
    border: 1px solid #111111 !important;
  }
  .border-top-black-xl-1 {
    border-top: 1px solid #111111 !important;
  }
  .border-right-black-xl-1 {
    border-right: 1px solid #111111 !important;
  }
  .border-bottom-black-xl-1 {
    border-bottom: 1px solid #111111 !important;
  }
  .border-left-black-xl-1 {
    border-left: 1px solid #111111 !important;
  }
  .border-black-xl-2 {
    border: 2px solid #111111 !important;
  }
  .border-top-black-xl-2 {
    border-top: 2px solid #111111 !important;
  }
  .border-right-black-xl-2 {
    border-right: 2px solid #111111 !important;
  }
  .border-bottom-black-xl-2 {
    border-bottom: 2px solid #111111 !important;
  }
  .border-left-black-xl-2 {
    border-left: 2px solid #111111 !important;
  }
  .border-black-xl-3 {
    border: 3px solid #111111 !important;
  }
  .border-top-black-xl-3 {
    border-top: 3px solid #111111 !important;
  }
  .border-right-black-xl-3 {
    border-right: 3px solid #111111 !important;
  }
  .border-bottom-black-xl-3 {
    border-bottom: 3px solid #111111 !important;
  }
  .border-left-black-xl-3 {
    border-left: 3px solid #111111 !important;
  }
  .border-black-xl-4 {
    border: 4px solid #111111 !important;
  }
  .border-top-black-xl-4 {
    border-top: 4px solid #111111 !important;
  }
  .border-right-black-xl-4 {
    border-right: 4px solid #111111 !important;
  }
  .border-bottom-black-xl-4 {
    border-bottom: 4px solid #111111 !important;
  }
  .border-left-black-xl-4 {
    border-left: 4px solid #111111 !important;
  }
  .border-black-xl-5 {
    border: 5px solid #111111 !important;
  }
  .border-top-black-xl-5 {
    border-top: 5px solid #111111 !important;
  }
  .border-right-black-xl-5 {
    border-right: 5px solid #111111 !important;
  }
  .border-bottom-black-xl-5 {
    border-bottom: 5px solid #111111 !important;
  }
  .border-left-black-xl-5 {
    border-left: 5px solid #111111 !important;
  }
  .border-black-xl-6 {
    border: 6px solid #111111 !important;
  }
  .border-top-black-xl-6 {
    border-top: 6px solid #111111 !important;
  }
  .border-right-black-xl-6 {
    border-right: 6px solid #111111 !important;
  }
  .border-bottom-black-xl-6 {
    border-bottom: 6px solid #111111 !important;
  }
  .border-left-black-xl-6 {
    border-left: 6px solid #111111 !important;
  }
  .border-black-xl-7 {
    border: 7px solid #111111 !important;
  }
  .border-top-black-xl-7 {
    border-top: 7px solid #111111 !important;
  }
  .border-right-black-xl-7 {
    border-right: 7px solid #111111 !important;
  }
  .border-bottom-black-xl-7 {
    border-bottom: 7px solid #111111 !important;
  }
  .border-left-black-xl-7 {
    border-left: 7px solid #111111 !important;
  }
  .border-black-xl-8 {
    border: 8px solid #111111 !important;
  }
  .border-top-black-xl-8 {
    border-top: 8px solid #111111 !important;
  }
  .border-right-black-xl-8 {
    border-right: 8px solid #111111 !important;
  }
  .border-bottom-black-xl-8 {
    border-bottom: 8px solid #111111 !important;
  }
  .border-left-black-xl-8 {
    border-left: 8px solid #111111 !important;
  }
  .border-black-xl-9 {
    border: 9px solid #111111 !important;
  }
  .border-top-black-xl-9 {
    border-top: 9px solid #111111 !important;
  }
  .border-right-black-xl-9 {
    border-right: 9px solid #111111 !important;
  }
  .border-bottom-black-xl-9 {
    border-bottom: 9px solid #111111 !important;
  }
  .border-left-black-xl-9 {
    border-left: 9px solid #111111 !important;
  }
  .border-black-xl-10 {
    border: 10px solid #111111 !important;
  }
  .border-top-black-xl-10 {
    border-top: 10px solid #111111 !important;
  }
  .border-right-black-xl-10 {
    border-right: 10px solid #111111 !important;
  }
  .border-bottom-black-xl-10 {
    border-bottom: 10px solid #111111 !important;
  }
  .border-left-black-xl-10 {
    border-left: 10px solid #111111 !important;
  }
  .border-black-xl-11 {
    border: 11px solid #111111 !important;
  }
  .border-top-black-xl-11 {
    border-top: 11px solid #111111 !important;
  }
  .border-right-black-xl-11 {
    border-right: 11px solid #111111 !important;
  }
  .border-bottom-black-xl-11 {
    border-bottom: 11px solid #111111 !important;
  }
  .border-left-black-xl-11 {
    border-left: 11px solid #111111 !important;
  }
  .border-black-xl-12 {
    border: 12px solid #111111 !important;
  }
  .border-top-black-xl-12 {
    border-top: 12px solid #111111 !important;
  }
  .border-right-black-xl-12 {
    border-right: 12px solid #111111 !important;
  }
  .border-bottom-black-xl-12 {
    border-bottom: 12px solid #111111 !important;
  }
  .border-left-black-xl-12 {
    border-left: 12px solid #111111 !important;
  }
  .border-black-xl-13 {
    border: 13px solid #111111 !important;
  }
  .border-top-black-xl-13 {
    border-top: 13px solid #111111 !important;
  }
  .border-right-black-xl-13 {
    border-right: 13px solid #111111 !important;
  }
  .border-bottom-black-xl-13 {
    border-bottom: 13px solid #111111 !important;
  }
  .border-left-black-xl-13 {
    border-left: 13px solid #111111 !important;
  }
  .border-black-xl-14 {
    border: 14px solid #111111 !important;
  }
  .border-top-black-xl-14 {
    border-top: 14px solid #111111 !important;
  }
  .border-right-black-xl-14 {
    border-right: 14px solid #111111 !important;
  }
  .border-bottom-black-xl-14 {
    border-bottom: 14px solid #111111 !important;
  }
  .border-left-black-xl-14 {
    border-left: 14px solid #111111 !important;
  }
  .border-black-xl-15 {
    border: 15px solid #111111 !important;
  }
  .border-top-black-xl-15 {
    border-top: 15px solid #111111 !important;
  }
  .border-right-black-xl-15 {
    border-right: 15px solid #111111 !important;
  }
  .border-bottom-black-xl-15 {
    border-bottom: 15px solid #111111 !important;
  }
  .border-left-black-xl-15 {
    border-left: 15px solid #111111 !important;
  }
}
/* ############### XL - END ############### */
/* ############### XXL - START ############### */
@media (min-width: 1400px) {
  .border-xxl-black {
    border-color: #111111 !important;
  }
  .border-top-xxl-black {
    border-top: 1px solid #111111 !important;
  }
  .border-right-xxl-black {
    border-right: 1px solid #111111 !important;
  }
  .border-bottom-xxl-black {
    border-bottom: 1px solid #111111 !important;
  }
  .border-left-xxl-black {
    border-left: 1px solid #111111 !important;
  }
  .border-black-xxl-0 {
    border: 0px solid #111111 !important;
  }
  .border-top-black-xxl-0 {
    border-top: 0px solid #111111 !important;
  }
  .border-right-black-xxl-0 {
    border-right: 0px solid #111111 !important;
  }
  .border-bottom-black-xxl-0 {
    border-bottom: 0px solid #111111 !important;
  }
  .border-left-black-xxl-0 {
    border-left: 0px solid #111111 !important;
  }
  .border-black-xxl-1 {
    border: 1px solid #111111 !important;
  }
  .border-top-black-xxl-1 {
    border-top: 1px solid #111111 !important;
  }
  .border-right-black-xxl-1 {
    border-right: 1px solid #111111 !important;
  }
  .border-bottom-black-xxl-1 {
    border-bottom: 1px solid #111111 !important;
  }
  .border-left-black-xxl-1 {
    border-left: 1px solid #111111 !important;
  }
  .border-black-xxl-2 {
    border: 2px solid #111111 !important;
  }
  .border-top-black-xxl-2 {
    border-top: 2px solid #111111 !important;
  }
  .border-right-black-xxl-2 {
    border-right: 2px solid #111111 !important;
  }
  .border-bottom-black-xxl-2 {
    border-bottom: 2px solid #111111 !important;
  }
  .border-left-black-xxl-2 {
    border-left: 2px solid #111111 !important;
  }
  .border-black-xxl-3 {
    border: 3px solid #111111 !important;
  }
  .border-top-black-xxl-3 {
    border-top: 3px solid #111111 !important;
  }
  .border-right-black-xxl-3 {
    border-right: 3px solid #111111 !important;
  }
  .border-bottom-black-xxl-3 {
    border-bottom: 3px solid #111111 !important;
  }
  .border-left-black-xxl-3 {
    border-left: 3px solid #111111 !important;
  }
  .border-black-xxl-4 {
    border: 4px solid #111111 !important;
  }
  .border-top-black-xxl-4 {
    border-top: 4px solid #111111 !important;
  }
  .border-right-black-xxl-4 {
    border-right: 4px solid #111111 !important;
  }
  .border-bottom-black-xxl-4 {
    border-bottom: 4px solid #111111 !important;
  }
  .border-left-black-xxl-4 {
    border-left: 4px solid #111111 !important;
  }
  .border-black-xxl-5 {
    border: 5px solid #111111 !important;
  }
  .border-top-black-xxl-5 {
    border-top: 5px solid #111111 !important;
  }
  .border-right-black-xxl-5 {
    border-right: 5px solid #111111 !important;
  }
  .border-bottom-black-xxl-5 {
    border-bottom: 5px solid #111111 !important;
  }
  .border-left-black-xxl-5 {
    border-left: 5px solid #111111 !important;
  }
  .border-black-xxl-6 {
    border: 6px solid #111111 !important;
  }
  .border-top-black-xxl-6 {
    border-top: 6px solid #111111 !important;
  }
  .border-right-black-xxl-6 {
    border-right: 6px solid #111111 !important;
  }
  .border-bottom-black-xxl-6 {
    border-bottom: 6px solid #111111 !important;
  }
  .border-left-black-xxl-6 {
    border-left: 6px solid #111111 !important;
  }
  .border-black-xxl-7 {
    border: 7px solid #111111 !important;
  }
  .border-top-black-xxl-7 {
    border-top: 7px solid #111111 !important;
  }
  .border-right-black-xxl-7 {
    border-right: 7px solid #111111 !important;
  }
  .border-bottom-black-xxl-7 {
    border-bottom: 7px solid #111111 !important;
  }
  .border-left-black-xxl-7 {
    border-left: 7px solid #111111 !important;
  }
  .border-black-xxl-8 {
    border: 8px solid #111111 !important;
  }
  .border-top-black-xxl-8 {
    border-top: 8px solid #111111 !important;
  }
  .border-right-black-xxl-8 {
    border-right: 8px solid #111111 !important;
  }
  .border-bottom-black-xxl-8 {
    border-bottom: 8px solid #111111 !important;
  }
  .border-left-black-xxl-8 {
    border-left: 8px solid #111111 !important;
  }
  .border-black-xxl-9 {
    border: 9px solid #111111 !important;
  }
  .border-top-black-xxl-9 {
    border-top: 9px solid #111111 !important;
  }
  .border-right-black-xxl-9 {
    border-right: 9px solid #111111 !important;
  }
  .border-bottom-black-xxl-9 {
    border-bottom: 9px solid #111111 !important;
  }
  .border-left-black-xxl-9 {
    border-left: 9px solid #111111 !important;
  }
  .border-black-xxl-10 {
    border: 10px solid #111111 !important;
  }
  .border-top-black-xxl-10 {
    border-top: 10px solid #111111 !important;
  }
  .border-right-black-xxl-10 {
    border-right: 10px solid #111111 !important;
  }
  .border-bottom-black-xxl-10 {
    border-bottom: 10px solid #111111 !important;
  }
  .border-left-black-xxl-10 {
    border-left: 10px solid #111111 !important;
  }
  .border-black-xxl-11 {
    border: 11px solid #111111 !important;
  }
  .border-top-black-xxl-11 {
    border-top: 11px solid #111111 !important;
  }
  .border-right-black-xxl-11 {
    border-right: 11px solid #111111 !important;
  }
  .border-bottom-black-xxl-11 {
    border-bottom: 11px solid #111111 !important;
  }
  .border-left-black-xxl-11 {
    border-left: 11px solid #111111 !important;
  }
  .border-black-xxl-12 {
    border: 12px solid #111111 !important;
  }
  .border-top-black-xxl-12 {
    border-top: 12px solid #111111 !important;
  }
  .border-right-black-xxl-12 {
    border-right: 12px solid #111111 !important;
  }
  .border-bottom-black-xxl-12 {
    border-bottom: 12px solid #111111 !important;
  }
  .border-left-black-xxl-12 {
    border-left: 12px solid #111111 !important;
  }
  .border-black-xxl-13 {
    border: 13px solid #111111 !important;
  }
  .border-top-black-xxl-13 {
    border-top: 13px solid #111111 !important;
  }
  .border-right-black-xxl-13 {
    border-right: 13px solid #111111 !important;
  }
  .border-bottom-black-xxl-13 {
    border-bottom: 13px solid #111111 !important;
  }
  .border-left-black-xxl-13 {
    border-left: 13px solid #111111 !important;
  }
  .border-black-xxl-14 {
    border: 14px solid #111111 !important;
  }
  .border-top-black-xxl-14 {
    border-top: 14px solid #111111 !important;
  }
  .border-right-black-xxl-14 {
    border-right: 14px solid #111111 !important;
  }
  .border-bottom-black-xxl-14 {
    border-bottom: 14px solid #111111 !important;
  }
  .border-left-black-xxl-14 {
    border-left: 14px solid #111111 !important;
  }
  .border-black-xxl-15 {
    border: 15px solid #111111 !important;
  }
  .border-top-black-xxl-15 {
    border-top: 15px solid #111111 !important;
  }
  .border-right-black-xxl-15 {
    border-right: 15px solid #111111 !important;
  }
  .border-bottom-black-xxl-15 {
    border-bottom: 15px solid #111111 !important;
  }
  .border-left-black-xxl-15 {
    border-left: 15px solid #111111 !important;
  }
}
/* ############### XXL - END ############### */
/* ############### XXXL - START ############### */
@media (min-width: 1600px) {
  .border-xxxl-black {
    border-color: #111111 !important;
  }
  .border-top-xxxl-black {
    border-top: 1px solid #111111 !important;
  }
  .border-right-xxxl-black {
    border-right: 1px solid #111111 !important;
  }
  .border-bottom-xxxl-black {
    border-bottom: 1px solid #111111 !important;
  }
  .border-left-xxxl-black {
    border-left: 1px solid #111111 !important;
  }
  .border-black-xxxl-0 {
    border: 0px solid #111111 !important;
  }
  .border-top-black-xxxl-0 {
    border-top: 0px solid #111111 !important;
  }
  .border-right-black-xxxl-0 {
    border-right: 0px solid #111111 !important;
  }
  .border-bottom-black-xxxl-0 {
    border-bottom: 0px solid #111111 !important;
  }
  .border-left-black-xxxl-0 {
    border-left: 0px solid #111111 !important;
  }
  .border-black-xxxl-1 {
    border: 1px solid #111111 !important;
  }
  .border-top-black-xxxl-1 {
    border-top: 1px solid #111111 !important;
  }
  .border-right-black-xxxl-1 {
    border-right: 1px solid #111111 !important;
  }
  .border-bottom-black-xxxl-1 {
    border-bottom: 1px solid #111111 !important;
  }
  .border-left-black-xxxl-1 {
    border-left: 1px solid #111111 !important;
  }
  .border-black-xxxl-2 {
    border: 2px solid #111111 !important;
  }
  .border-top-black-xxxl-2 {
    border-top: 2px solid #111111 !important;
  }
  .border-right-black-xxxl-2 {
    border-right: 2px solid #111111 !important;
  }
  .border-bottom-black-xxxl-2 {
    border-bottom: 2px solid #111111 !important;
  }
  .border-left-black-xxxl-2 {
    border-left: 2px solid #111111 !important;
  }
  .border-black-xxxl-3 {
    border: 3px solid #111111 !important;
  }
  .border-top-black-xxxl-3 {
    border-top: 3px solid #111111 !important;
  }
  .border-right-black-xxxl-3 {
    border-right: 3px solid #111111 !important;
  }
  .border-bottom-black-xxxl-3 {
    border-bottom: 3px solid #111111 !important;
  }
  .border-left-black-xxxl-3 {
    border-left: 3px solid #111111 !important;
  }
  .border-black-xxxl-4 {
    border: 4px solid #111111 !important;
  }
  .border-top-black-xxxl-4 {
    border-top: 4px solid #111111 !important;
  }
  .border-right-black-xxxl-4 {
    border-right: 4px solid #111111 !important;
  }
  .border-bottom-black-xxxl-4 {
    border-bottom: 4px solid #111111 !important;
  }
  .border-left-black-xxxl-4 {
    border-left: 4px solid #111111 !important;
  }
  .border-black-xxxl-5 {
    border: 5px solid #111111 !important;
  }
  .border-top-black-xxxl-5 {
    border-top: 5px solid #111111 !important;
  }
  .border-right-black-xxxl-5 {
    border-right: 5px solid #111111 !important;
  }
  .border-bottom-black-xxxl-5 {
    border-bottom: 5px solid #111111 !important;
  }
  .border-left-black-xxxl-5 {
    border-left: 5px solid #111111 !important;
  }
  .border-black-xxxl-6 {
    border: 6px solid #111111 !important;
  }
  .border-top-black-xxxl-6 {
    border-top: 6px solid #111111 !important;
  }
  .border-right-black-xxxl-6 {
    border-right: 6px solid #111111 !important;
  }
  .border-bottom-black-xxxl-6 {
    border-bottom: 6px solid #111111 !important;
  }
  .border-left-black-xxxl-6 {
    border-left: 6px solid #111111 !important;
  }
  .border-black-xxxl-7 {
    border: 7px solid #111111 !important;
  }
  .border-top-black-xxxl-7 {
    border-top: 7px solid #111111 !important;
  }
  .border-right-black-xxxl-7 {
    border-right: 7px solid #111111 !important;
  }
  .border-bottom-black-xxxl-7 {
    border-bottom: 7px solid #111111 !important;
  }
  .border-left-black-xxxl-7 {
    border-left: 7px solid #111111 !important;
  }
  .border-black-xxxl-8 {
    border: 8px solid #111111 !important;
  }
  .border-top-black-xxxl-8 {
    border-top: 8px solid #111111 !important;
  }
  .border-right-black-xxxl-8 {
    border-right: 8px solid #111111 !important;
  }
  .border-bottom-black-xxxl-8 {
    border-bottom: 8px solid #111111 !important;
  }
  .border-left-black-xxxl-8 {
    border-left: 8px solid #111111 !important;
  }
  .border-black-xxxl-9 {
    border: 9px solid #111111 !important;
  }
  .border-top-black-xxxl-9 {
    border-top: 9px solid #111111 !important;
  }
  .border-right-black-xxxl-9 {
    border-right: 9px solid #111111 !important;
  }
  .border-bottom-black-xxxl-9 {
    border-bottom: 9px solid #111111 !important;
  }
  .border-left-black-xxxl-9 {
    border-left: 9px solid #111111 !important;
  }
  .border-black-xxxl-10 {
    border: 10px solid #111111 !important;
  }
  .border-top-black-xxxl-10 {
    border-top: 10px solid #111111 !important;
  }
  .border-right-black-xxxl-10 {
    border-right: 10px solid #111111 !important;
  }
  .border-bottom-black-xxxl-10 {
    border-bottom: 10px solid #111111 !important;
  }
  .border-left-black-xxxl-10 {
    border-left: 10px solid #111111 !important;
  }
  .border-black-xxxl-11 {
    border: 11px solid #111111 !important;
  }
  .border-top-black-xxxl-11 {
    border-top: 11px solid #111111 !important;
  }
  .border-right-black-xxxl-11 {
    border-right: 11px solid #111111 !important;
  }
  .border-bottom-black-xxxl-11 {
    border-bottom: 11px solid #111111 !important;
  }
  .border-left-black-xxxl-11 {
    border-left: 11px solid #111111 !important;
  }
  .border-black-xxxl-12 {
    border: 12px solid #111111 !important;
  }
  .border-top-black-xxxl-12 {
    border-top: 12px solid #111111 !important;
  }
  .border-right-black-xxxl-12 {
    border-right: 12px solid #111111 !important;
  }
  .border-bottom-black-xxxl-12 {
    border-bottom: 12px solid #111111 !important;
  }
  .border-left-black-xxxl-12 {
    border-left: 12px solid #111111 !important;
  }
  .border-black-xxxl-13 {
    border: 13px solid #111111 !important;
  }
  .border-top-black-xxxl-13 {
    border-top: 13px solid #111111 !important;
  }
  .border-right-black-xxxl-13 {
    border-right: 13px solid #111111 !important;
  }
  .border-bottom-black-xxxl-13 {
    border-bottom: 13px solid #111111 !important;
  }
  .border-left-black-xxxl-13 {
    border-left: 13px solid #111111 !important;
  }
  .border-black-xxxl-14 {
    border: 14px solid #111111 !important;
  }
  .border-top-black-xxxl-14 {
    border-top: 14px solid #111111 !important;
  }
  .border-right-black-xxxl-14 {
    border-right: 14px solid #111111 !important;
  }
  .border-bottom-black-xxxl-14 {
    border-bottom: 14px solid #111111 !important;
  }
  .border-left-black-xxxl-14 {
    border-left: 14px solid #111111 !important;
  }
  .border-black-xxxl-15 {
    border: 15px solid #111111 !important;
  }
  .border-top-black-xxxl-15 {
    border-top: 15px solid #111111 !important;
  }
  .border-right-black-xxxl-15 {
    border-right: 15px solid #111111 !important;
  }
  .border-bottom-black-xxxl-15 {
    border-bottom: 15px solid #111111 !important;
  }
  .border-left-black-xxxl-15 {
    border-left: 15px solid #111111 !important;
  }
}
/* ############### XXXL - END ############### */
/* ############### XXXXL - START ############### */
@media (min-width: 1900px) {
  .border-xxxxl-black {
    border-color: #111111 !important;
  }
  .border-top-xxxxl-black {
    border-top: 1px solid #111111 !important;
  }
  .border-right-xxxxl-black {
    border-right: 1px solid #111111 !important;
  }
  .border-bottom-xxxxl-black {
    border-bottom: 1px solid #111111 !important;
  }
  .border-left-xxxxl-black {
    border-left: 1px solid #111111 !important;
  }
  .border-black-xxxxl-0 {
    border: 0px solid #111111 !important;
  }
  .border-top-black-xxxxl-0 {
    border-top: 0px solid #111111 !important;
  }
  .border-right-black-xxxxl-0 {
    border-right: 0px solid #111111 !important;
  }
  .border-bottom-black-xxxxl-0 {
    border-bottom: 0px solid #111111 !important;
  }
  .border-left-black-xxxxl-0 {
    border-left: 0px solid #111111 !important;
  }
  .border-black-xxxxl-1 {
    border: 1px solid #111111 !important;
  }
  .border-top-black-xxxxl-1 {
    border-top: 1px solid #111111 !important;
  }
  .border-right-black-xxxxl-1 {
    border-right: 1px solid #111111 !important;
  }
  .border-bottom-black-xxxxl-1 {
    border-bottom: 1px solid #111111 !important;
  }
  .border-left-black-xxxxl-1 {
    border-left: 1px solid #111111 !important;
  }
  .border-black-xxxxl-2 {
    border: 2px solid #111111 !important;
  }
  .border-top-black-xxxxl-2 {
    border-top: 2px solid #111111 !important;
  }
  .border-right-black-xxxxl-2 {
    border-right: 2px solid #111111 !important;
  }
  .border-bottom-black-xxxxl-2 {
    border-bottom: 2px solid #111111 !important;
  }
  .border-left-black-xxxxl-2 {
    border-left: 2px solid #111111 !important;
  }
  .border-black-xxxxl-3 {
    border: 3px solid #111111 !important;
  }
  .border-top-black-xxxxl-3 {
    border-top: 3px solid #111111 !important;
  }
  .border-right-black-xxxxl-3 {
    border-right: 3px solid #111111 !important;
  }
  .border-bottom-black-xxxxl-3 {
    border-bottom: 3px solid #111111 !important;
  }
  .border-left-black-xxxxl-3 {
    border-left: 3px solid #111111 !important;
  }
  .border-black-xxxxl-4 {
    border: 4px solid #111111 !important;
  }
  .border-top-black-xxxxl-4 {
    border-top: 4px solid #111111 !important;
  }
  .border-right-black-xxxxl-4 {
    border-right: 4px solid #111111 !important;
  }
  .border-bottom-black-xxxxl-4 {
    border-bottom: 4px solid #111111 !important;
  }
  .border-left-black-xxxxl-4 {
    border-left: 4px solid #111111 !important;
  }
  .border-black-xxxxl-5 {
    border: 5px solid #111111 !important;
  }
  .border-top-black-xxxxl-5 {
    border-top: 5px solid #111111 !important;
  }
  .border-right-black-xxxxl-5 {
    border-right: 5px solid #111111 !important;
  }
  .border-bottom-black-xxxxl-5 {
    border-bottom: 5px solid #111111 !important;
  }
  .border-left-black-xxxxl-5 {
    border-left: 5px solid #111111 !important;
  }
  .border-black-xxxxl-6 {
    border: 6px solid #111111 !important;
  }
  .border-top-black-xxxxl-6 {
    border-top: 6px solid #111111 !important;
  }
  .border-right-black-xxxxl-6 {
    border-right: 6px solid #111111 !important;
  }
  .border-bottom-black-xxxxl-6 {
    border-bottom: 6px solid #111111 !important;
  }
  .border-left-black-xxxxl-6 {
    border-left: 6px solid #111111 !important;
  }
  .border-black-xxxxl-7 {
    border: 7px solid #111111 !important;
  }
  .border-top-black-xxxxl-7 {
    border-top: 7px solid #111111 !important;
  }
  .border-right-black-xxxxl-7 {
    border-right: 7px solid #111111 !important;
  }
  .border-bottom-black-xxxxl-7 {
    border-bottom: 7px solid #111111 !important;
  }
  .border-left-black-xxxxl-7 {
    border-left: 7px solid #111111 !important;
  }
  .border-black-xxxxl-8 {
    border: 8px solid #111111 !important;
  }
  .border-top-black-xxxxl-8 {
    border-top: 8px solid #111111 !important;
  }
  .border-right-black-xxxxl-8 {
    border-right: 8px solid #111111 !important;
  }
  .border-bottom-black-xxxxl-8 {
    border-bottom: 8px solid #111111 !important;
  }
  .border-left-black-xxxxl-8 {
    border-left: 8px solid #111111 !important;
  }
  .border-black-xxxxl-9 {
    border: 9px solid #111111 !important;
  }
  .border-top-black-xxxxl-9 {
    border-top: 9px solid #111111 !important;
  }
  .border-right-black-xxxxl-9 {
    border-right: 9px solid #111111 !important;
  }
  .border-bottom-black-xxxxl-9 {
    border-bottom: 9px solid #111111 !important;
  }
  .border-left-black-xxxxl-9 {
    border-left: 9px solid #111111 !important;
  }
  .border-black-xxxxl-10 {
    border: 10px solid #111111 !important;
  }
  .border-top-black-xxxxl-10 {
    border-top: 10px solid #111111 !important;
  }
  .border-right-black-xxxxl-10 {
    border-right: 10px solid #111111 !important;
  }
  .border-bottom-black-xxxxl-10 {
    border-bottom: 10px solid #111111 !important;
  }
  .border-left-black-xxxxl-10 {
    border-left: 10px solid #111111 !important;
  }
  .border-black-xxxxl-11 {
    border: 11px solid #111111 !important;
  }
  .border-top-black-xxxxl-11 {
    border-top: 11px solid #111111 !important;
  }
  .border-right-black-xxxxl-11 {
    border-right: 11px solid #111111 !important;
  }
  .border-bottom-black-xxxxl-11 {
    border-bottom: 11px solid #111111 !important;
  }
  .border-left-black-xxxxl-11 {
    border-left: 11px solid #111111 !important;
  }
  .border-black-xxxxl-12 {
    border: 12px solid #111111 !important;
  }
  .border-top-black-xxxxl-12 {
    border-top: 12px solid #111111 !important;
  }
  .border-right-black-xxxxl-12 {
    border-right: 12px solid #111111 !important;
  }
  .border-bottom-black-xxxxl-12 {
    border-bottom: 12px solid #111111 !important;
  }
  .border-left-black-xxxxl-12 {
    border-left: 12px solid #111111 !important;
  }
  .border-black-xxxxl-13 {
    border: 13px solid #111111 !important;
  }
  .border-top-black-xxxxl-13 {
    border-top: 13px solid #111111 !important;
  }
  .border-right-black-xxxxl-13 {
    border-right: 13px solid #111111 !important;
  }
  .border-bottom-black-xxxxl-13 {
    border-bottom: 13px solid #111111 !important;
  }
  .border-left-black-xxxxl-13 {
    border-left: 13px solid #111111 !important;
  }
  .border-black-xxxxl-14 {
    border: 14px solid #111111 !important;
  }
  .border-top-black-xxxxl-14 {
    border-top: 14px solid #111111 !important;
  }
  .border-right-black-xxxxl-14 {
    border-right: 14px solid #111111 !important;
  }
  .border-bottom-black-xxxxl-14 {
    border-bottom: 14px solid #111111 !important;
  }
  .border-left-black-xxxxl-14 {
    border-left: 14px solid #111111 !important;
  }
  .border-black-xxxxl-15 {
    border: 15px solid #111111 !important;
  }
  .border-top-black-xxxxl-15 {
    border-top: 15px solid #111111 !important;
  }
  .border-right-black-xxxxl-15 {
    border-right: 15px solid #111111 !important;
  }
  .border-bottom-black-xxxxl-15 {
    border-bottom: 15px solid #111111 !important;
  }
  .border-left-black-xxxxl-15 {
    border-left: 15px solid #111111 !important;
  }
}
/* ############### XXXXL - END ############### */
.border-white {
  border-color: #ffffff !important;
}

.border-top-white {
  border-top: 1px solid #ffffff !important;
}

.border-right-white {
  border-right: 1px solid #ffffff !important;
}

.border-bottom-white {
  border-bottom: 1px solid #ffffff !important;
}

.border-left-white {
  border-left: 1px solid #ffffff !important;
}

.border-white-0 {
  border: 0px solid #ffffff !important;
}

.border-top-white-0 {
  border-top: 0px solid #ffffff !important;
}

.border-right-white-0 {
  border-right: 0px solid #ffffff !important;
}

.border-bottom-white-0 {
  border-bottom: 0px solid #ffffff !important;
}

.border-left-white-0 {
  border-left: 0px solid #ffffff !important;
}

.border-white-1 {
  border: 1px solid #ffffff !important;
}

.border-top-white-1 {
  border-top: 1px solid #ffffff !important;
}

.border-right-white-1 {
  border-right: 1px solid #ffffff !important;
}

.border-bottom-white-1 {
  border-bottom: 1px solid #ffffff !important;
}

.border-left-white-1 {
  border-left: 1px solid #ffffff !important;
}

.border-white-2 {
  border: 2px solid #ffffff !important;
}

.border-top-white-2 {
  border-top: 2px solid #ffffff !important;
}

.border-right-white-2 {
  border-right: 2px solid #ffffff !important;
}

.border-bottom-white-2 {
  border-bottom: 2px solid #ffffff !important;
}

.border-left-white-2 {
  border-left: 2px solid #ffffff !important;
}

.border-white-3 {
  border: 3px solid #ffffff !important;
}

.border-top-white-3 {
  border-top: 3px solid #ffffff !important;
}

.border-right-white-3 {
  border-right: 3px solid #ffffff !important;
}

.border-bottom-white-3 {
  border-bottom: 3px solid #ffffff !important;
}

.border-left-white-3 {
  border-left: 3px solid #ffffff !important;
}

.border-white-4 {
  border: 4px solid #ffffff !important;
}

.border-top-white-4 {
  border-top: 4px solid #ffffff !important;
}

.border-right-white-4 {
  border-right: 4px solid #ffffff !important;
}

.border-bottom-white-4 {
  border-bottom: 4px solid #ffffff !important;
}

.border-left-white-4 {
  border-left: 4px solid #ffffff !important;
}

.border-white-5 {
  border: 5px solid #ffffff !important;
}

.border-top-white-5 {
  border-top: 5px solid #ffffff !important;
}

.border-right-white-5 {
  border-right: 5px solid #ffffff !important;
}

.border-bottom-white-5 {
  border-bottom: 5px solid #ffffff !important;
}

.border-left-white-5 {
  border-left: 5px solid #ffffff !important;
}

.border-white-6 {
  border: 6px solid #ffffff !important;
}

.border-top-white-6 {
  border-top: 6px solid #ffffff !important;
}

.border-right-white-6 {
  border-right: 6px solid #ffffff !important;
}

.border-bottom-white-6 {
  border-bottom: 6px solid #ffffff !important;
}

.border-left-white-6 {
  border-left: 6px solid #ffffff !important;
}

.border-white-7 {
  border: 7px solid #ffffff !important;
}

.border-top-white-7 {
  border-top: 7px solid #ffffff !important;
}

.border-right-white-7 {
  border-right: 7px solid #ffffff !important;
}

.border-bottom-white-7 {
  border-bottom: 7px solid #ffffff !important;
}

.border-left-white-7 {
  border-left: 7px solid #ffffff !important;
}

.border-white-8 {
  border: 8px solid #ffffff !important;
}

.border-top-white-8 {
  border-top: 8px solid #ffffff !important;
}

.border-right-white-8 {
  border-right: 8px solid #ffffff !important;
}

.border-bottom-white-8 {
  border-bottom: 8px solid #ffffff !important;
}

.border-left-white-8 {
  border-left: 8px solid #ffffff !important;
}

.border-white-9 {
  border: 9px solid #ffffff !important;
}

.border-top-white-9 {
  border-top: 9px solid #ffffff !important;
}

.border-right-white-9 {
  border-right: 9px solid #ffffff !important;
}

.border-bottom-white-9 {
  border-bottom: 9px solid #ffffff !important;
}

.border-left-white-9 {
  border-left: 9px solid #ffffff !important;
}

.border-white-10 {
  border: 10px solid #ffffff !important;
}

.border-top-white-10 {
  border-top: 10px solid #ffffff !important;
}

.border-right-white-10 {
  border-right: 10px solid #ffffff !important;
}

.border-bottom-white-10 {
  border-bottom: 10px solid #ffffff !important;
}

.border-left-white-10 {
  border-left: 10px solid #ffffff !important;
}

.border-white-11 {
  border: 11px solid #ffffff !important;
}

.border-top-white-11 {
  border-top: 11px solid #ffffff !important;
}

.border-right-white-11 {
  border-right: 11px solid #ffffff !important;
}

.border-bottom-white-11 {
  border-bottom: 11px solid #ffffff !important;
}

.border-left-white-11 {
  border-left: 11px solid #ffffff !important;
}

.border-white-12 {
  border: 12px solid #ffffff !important;
}

.border-top-white-12 {
  border-top: 12px solid #ffffff !important;
}

.border-right-white-12 {
  border-right: 12px solid #ffffff !important;
}

.border-bottom-white-12 {
  border-bottom: 12px solid #ffffff !important;
}

.border-left-white-12 {
  border-left: 12px solid #ffffff !important;
}

.border-white-13 {
  border: 13px solid #ffffff !important;
}

.border-top-white-13 {
  border-top: 13px solid #ffffff !important;
}

.border-right-white-13 {
  border-right: 13px solid #ffffff !important;
}

.border-bottom-white-13 {
  border-bottom: 13px solid #ffffff !important;
}

.border-left-white-13 {
  border-left: 13px solid #ffffff !important;
}

.border-white-14 {
  border: 14px solid #ffffff !important;
}

.border-top-white-14 {
  border-top: 14px solid #ffffff !important;
}

.border-right-white-14 {
  border-right: 14px solid #ffffff !important;
}

.border-bottom-white-14 {
  border-bottom: 14px solid #ffffff !important;
}

.border-left-white-14 {
  border-left: 14px solid #ffffff !important;
}

.border-white-15 {
  border: 15px solid #ffffff !important;
}

.border-top-white-15 {
  border-top: 15px solid #ffffff !important;
}

.border-right-white-15 {
  border-right: 15px solid #ffffff !important;
}

.border-bottom-white-15 {
  border-bottom: 15px solid #ffffff !important;
}

.border-left-white-15 {
  border-left: 15px solid #ffffff !important;
}

/* ############### SM - START ############### */
@media (min-width: 576px) {
  .border-sm-white {
    border-color: #ffffff !important;
  }
  .border-top-sm-white {
    border-top: 1px solid #ffffff !important;
  }
  .border-right-sm-white {
    border-right: 1px solid #ffffff !important;
  }
  .border-bottom-sm-white {
    border-bottom: 1px solid #ffffff !important;
  }
  .border-left-sm-white {
    border-left: 1px solid #ffffff !important;
  }
  .border-white-sm-0 {
    border: 0px solid #ffffff !important;
  }
  .border-top-white-sm-0 {
    border-top: 0px solid #ffffff !important;
  }
  .border-right-white-sm-0 {
    border-right: 0px solid #ffffff !important;
  }
  .border-bottom-white-sm-0 {
    border-bottom: 0px solid #ffffff !important;
  }
  .border-left-white-sm-0 {
    border-left: 0px solid #ffffff !important;
  }
  .border-white-sm-1 {
    border: 1px solid #ffffff !important;
  }
  .border-top-white-sm-1 {
    border-top: 1px solid #ffffff !important;
  }
  .border-right-white-sm-1 {
    border-right: 1px solid #ffffff !important;
  }
  .border-bottom-white-sm-1 {
    border-bottom: 1px solid #ffffff !important;
  }
  .border-left-white-sm-1 {
    border-left: 1px solid #ffffff !important;
  }
  .border-white-sm-2 {
    border: 2px solid #ffffff !important;
  }
  .border-top-white-sm-2 {
    border-top: 2px solid #ffffff !important;
  }
  .border-right-white-sm-2 {
    border-right: 2px solid #ffffff !important;
  }
  .border-bottom-white-sm-2 {
    border-bottom: 2px solid #ffffff !important;
  }
  .border-left-white-sm-2 {
    border-left: 2px solid #ffffff !important;
  }
  .border-white-sm-3 {
    border: 3px solid #ffffff !important;
  }
  .border-top-white-sm-3 {
    border-top: 3px solid #ffffff !important;
  }
  .border-right-white-sm-3 {
    border-right: 3px solid #ffffff !important;
  }
  .border-bottom-white-sm-3 {
    border-bottom: 3px solid #ffffff !important;
  }
  .border-left-white-sm-3 {
    border-left: 3px solid #ffffff !important;
  }
  .border-white-sm-4 {
    border: 4px solid #ffffff !important;
  }
  .border-top-white-sm-4 {
    border-top: 4px solid #ffffff !important;
  }
  .border-right-white-sm-4 {
    border-right: 4px solid #ffffff !important;
  }
  .border-bottom-white-sm-4 {
    border-bottom: 4px solid #ffffff !important;
  }
  .border-left-white-sm-4 {
    border-left: 4px solid #ffffff !important;
  }
  .border-white-sm-5 {
    border: 5px solid #ffffff !important;
  }
  .border-top-white-sm-5 {
    border-top: 5px solid #ffffff !important;
  }
  .border-right-white-sm-5 {
    border-right: 5px solid #ffffff !important;
  }
  .border-bottom-white-sm-5 {
    border-bottom: 5px solid #ffffff !important;
  }
  .border-left-white-sm-5 {
    border-left: 5px solid #ffffff !important;
  }
  .border-white-sm-6 {
    border: 6px solid #ffffff !important;
  }
  .border-top-white-sm-6 {
    border-top: 6px solid #ffffff !important;
  }
  .border-right-white-sm-6 {
    border-right: 6px solid #ffffff !important;
  }
  .border-bottom-white-sm-6 {
    border-bottom: 6px solid #ffffff !important;
  }
  .border-left-white-sm-6 {
    border-left: 6px solid #ffffff !important;
  }
  .border-white-sm-7 {
    border: 7px solid #ffffff !important;
  }
  .border-top-white-sm-7 {
    border-top: 7px solid #ffffff !important;
  }
  .border-right-white-sm-7 {
    border-right: 7px solid #ffffff !important;
  }
  .border-bottom-white-sm-7 {
    border-bottom: 7px solid #ffffff !important;
  }
  .border-left-white-sm-7 {
    border-left: 7px solid #ffffff !important;
  }
  .border-white-sm-8 {
    border: 8px solid #ffffff !important;
  }
  .border-top-white-sm-8 {
    border-top: 8px solid #ffffff !important;
  }
  .border-right-white-sm-8 {
    border-right: 8px solid #ffffff !important;
  }
  .border-bottom-white-sm-8 {
    border-bottom: 8px solid #ffffff !important;
  }
  .border-left-white-sm-8 {
    border-left: 8px solid #ffffff !important;
  }
  .border-white-sm-9 {
    border: 9px solid #ffffff !important;
  }
  .border-top-white-sm-9 {
    border-top: 9px solid #ffffff !important;
  }
  .border-right-white-sm-9 {
    border-right: 9px solid #ffffff !important;
  }
  .border-bottom-white-sm-9 {
    border-bottom: 9px solid #ffffff !important;
  }
  .border-left-white-sm-9 {
    border-left: 9px solid #ffffff !important;
  }
  .border-white-sm-10 {
    border: 10px solid #ffffff !important;
  }
  .border-top-white-sm-10 {
    border-top: 10px solid #ffffff !important;
  }
  .border-right-white-sm-10 {
    border-right: 10px solid #ffffff !important;
  }
  .border-bottom-white-sm-10 {
    border-bottom: 10px solid #ffffff !important;
  }
  .border-left-white-sm-10 {
    border-left: 10px solid #ffffff !important;
  }
  .border-white-sm-11 {
    border: 11px solid #ffffff !important;
  }
  .border-top-white-sm-11 {
    border-top: 11px solid #ffffff !important;
  }
  .border-right-white-sm-11 {
    border-right: 11px solid #ffffff !important;
  }
  .border-bottom-white-sm-11 {
    border-bottom: 11px solid #ffffff !important;
  }
  .border-left-white-sm-11 {
    border-left: 11px solid #ffffff !important;
  }
  .border-white-sm-12 {
    border: 12px solid #ffffff !important;
  }
  .border-top-white-sm-12 {
    border-top: 12px solid #ffffff !important;
  }
  .border-right-white-sm-12 {
    border-right: 12px solid #ffffff !important;
  }
  .border-bottom-white-sm-12 {
    border-bottom: 12px solid #ffffff !important;
  }
  .border-left-white-sm-12 {
    border-left: 12px solid #ffffff !important;
  }
  .border-white-sm-13 {
    border: 13px solid #ffffff !important;
  }
  .border-top-white-sm-13 {
    border-top: 13px solid #ffffff !important;
  }
  .border-right-white-sm-13 {
    border-right: 13px solid #ffffff !important;
  }
  .border-bottom-white-sm-13 {
    border-bottom: 13px solid #ffffff !important;
  }
  .border-left-white-sm-13 {
    border-left: 13px solid #ffffff !important;
  }
  .border-white-sm-14 {
    border: 14px solid #ffffff !important;
  }
  .border-top-white-sm-14 {
    border-top: 14px solid #ffffff !important;
  }
  .border-right-white-sm-14 {
    border-right: 14px solid #ffffff !important;
  }
  .border-bottom-white-sm-14 {
    border-bottom: 14px solid #ffffff !important;
  }
  .border-left-white-sm-14 {
    border-left: 14px solid #ffffff !important;
  }
  .border-white-sm-15 {
    border: 15px solid #ffffff !important;
  }
  .border-top-white-sm-15 {
    border-top: 15px solid #ffffff !important;
  }
  .border-right-white-sm-15 {
    border-right: 15px solid #ffffff !important;
  }
  .border-bottom-white-sm-15 {
    border-bottom: 15px solid #ffffff !important;
  }
  .border-left-white-sm-15 {
    border-left: 15px solid #ffffff !important;
  }
}
/* ############### SM - END ############### */
/* ############### MD - START ############### */
@media (min-width: 768px) {
  .border-md-white {
    border-color: #ffffff !important;
  }
  .border-top-md-white {
    border-top: 1px solid #ffffff !important;
  }
  .border-right-md-white {
    border-right: 1px solid #ffffff !important;
  }
  .border-bottom-md-white {
    border-bottom: 1px solid #ffffff !important;
  }
  .border-left-md-white {
    border-left: 1px solid #ffffff !important;
  }
  .border-white-md-0 {
    border: 0px solid #ffffff !important;
  }
  .border-top-white-md-0 {
    border-top: 0px solid #ffffff !important;
  }
  .border-right-white-md-0 {
    border-right: 0px solid #ffffff !important;
  }
  .border-bottom-white-md-0 {
    border-bottom: 0px solid #ffffff !important;
  }
  .border-left-white-md-0 {
    border-left: 0px solid #ffffff !important;
  }
  .border-white-md-1 {
    border: 1px solid #ffffff !important;
  }
  .border-top-white-md-1 {
    border-top: 1px solid #ffffff !important;
  }
  .border-right-white-md-1 {
    border-right: 1px solid #ffffff !important;
  }
  .border-bottom-white-md-1 {
    border-bottom: 1px solid #ffffff !important;
  }
  .border-left-white-md-1 {
    border-left: 1px solid #ffffff !important;
  }
  .border-white-md-2 {
    border: 2px solid #ffffff !important;
  }
  .border-top-white-md-2 {
    border-top: 2px solid #ffffff !important;
  }
  .border-right-white-md-2 {
    border-right: 2px solid #ffffff !important;
  }
  .border-bottom-white-md-2 {
    border-bottom: 2px solid #ffffff !important;
  }
  .border-left-white-md-2 {
    border-left: 2px solid #ffffff !important;
  }
  .border-white-md-3 {
    border: 3px solid #ffffff !important;
  }
  .border-top-white-md-3 {
    border-top: 3px solid #ffffff !important;
  }
  .border-right-white-md-3 {
    border-right: 3px solid #ffffff !important;
  }
  .border-bottom-white-md-3 {
    border-bottom: 3px solid #ffffff !important;
  }
  .border-left-white-md-3 {
    border-left: 3px solid #ffffff !important;
  }
  .border-white-md-4 {
    border: 4px solid #ffffff !important;
  }
  .border-top-white-md-4 {
    border-top: 4px solid #ffffff !important;
  }
  .border-right-white-md-4 {
    border-right: 4px solid #ffffff !important;
  }
  .border-bottom-white-md-4 {
    border-bottom: 4px solid #ffffff !important;
  }
  .border-left-white-md-4 {
    border-left: 4px solid #ffffff !important;
  }
  .border-white-md-5 {
    border: 5px solid #ffffff !important;
  }
  .border-top-white-md-5 {
    border-top: 5px solid #ffffff !important;
  }
  .border-right-white-md-5 {
    border-right: 5px solid #ffffff !important;
  }
  .border-bottom-white-md-5 {
    border-bottom: 5px solid #ffffff !important;
  }
  .border-left-white-md-5 {
    border-left: 5px solid #ffffff !important;
  }
  .border-white-md-6 {
    border: 6px solid #ffffff !important;
  }
  .border-top-white-md-6 {
    border-top: 6px solid #ffffff !important;
  }
  .border-right-white-md-6 {
    border-right: 6px solid #ffffff !important;
  }
  .border-bottom-white-md-6 {
    border-bottom: 6px solid #ffffff !important;
  }
  .border-left-white-md-6 {
    border-left: 6px solid #ffffff !important;
  }
  .border-white-md-7 {
    border: 7px solid #ffffff !important;
  }
  .border-top-white-md-7 {
    border-top: 7px solid #ffffff !important;
  }
  .border-right-white-md-7 {
    border-right: 7px solid #ffffff !important;
  }
  .border-bottom-white-md-7 {
    border-bottom: 7px solid #ffffff !important;
  }
  .border-left-white-md-7 {
    border-left: 7px solid #ffffff !important;
  }
  .border-white-md-8 {
    border: 8px solid #ffffff !important;
  }
  .border-top-white-md-8 {
    border-top: 8px solid #ffffff !important;
  }
  .border-right-white-md-8 {
    border-right: 8px solid #ffffff !important;
  }
  .border-bottom-white-md-8 {
    border-bottom: 8px solid #ffffff !important;
  }
  .border-left-white-md-8 {
    border-left: 8px solid #ffffff !important;
  }
  .border-white-md-9 {
    border: 9px solid #ffffff !important;
  }
  .border-top-white-md-9 {
    border-top: 9px solid #ffffff !important;
  }
  .border-right-white-md-9 {
    border-right: 9px solid #ffffff !important;
  }
  .border-bottom-white-md-9 {
    border-bottom: 9px solid #ffffff !important;
  }
  .border-left-white-md-9 {
    border-left: 9px solid #ffffff !important;
  }
  .border-white-md-10 {
    border: 10px solid #ffffff !important;
  }
  .border-top-white-md-10 {
    border-top: 10px solid #ffffff !important;
  }
  .border-right-white-md-10 {
    border-right: 10px solid #ffffff !important;
  }
  .border-bottom-white-md-10 {
    border-bottom: 10px solid #ffffff !important;
  }
  .border-left-white-md-10 {
    border-left: 10px solid #ffffff !important;
  }
  .border-white-md-11 {
    border: 11px solid #ffffff !important;
  }
  .border-top-white-md-11 {
    border-top: 11px solid #ffffff !important;
  }
  .border-right-white-md-11 {
    border-right: 11px solid #ffffff !important;
  }
  .border-bottom-white-md-11 {
    border-bottom: 11px solid #ffffff !important;
  }
  .border-left-white-md-11 {
    border-left: 11px solid #ffffff !important;
  }
  .border-white-md-12 {
    border: 12px solid #ffffff !important;
  }
  .border-top-white-md-12 {
    border-top: 12px solid #ffffff !important;
  }
  .border-right-white-md-12 {
    border-right: 12px solid #ffffff !important;
  }
  .border-bottom-white-md-12 {
    border-bottom: 12px solid #ffffff !important;
  }
  .border-left-white-md-12 {
    border-left: 12px solid #ffffff !important;
  }
  .border-white-md-13 {
    border: 13px solid #ffffff !important;
  }
  .border-top-white-md-13 {
    border-top: 13px solid #ffffff !important;
  }
  .border-right-white-md-13 {
    border-right: 13px solid #ffffff !important;
  }
  .border-bottom-white-md-13 {
    border-bottom: 13px solid #ffffff !important;
  }
  .border-left-white-md-13 {
    border-left: 13px solid #ffffff !important;
  }
  .border-white-md-14 {
    border: 14px solid #ffffff !important;
  }
  .border-top-white-md-14 {
    border-top: 14px solid #ffffff !important;
  }
  .border-right-white-md-14 {
    border-right: 14px solid #ffffff !important;
  }
  .border-bottom-white-md-14 {
    border-bottom: 14px solid #ffffff !important;
  }
  .border-left-white-md-14 {
    border-left: 14px solid #ffffff !important;
  }
  .border-white-md-15 {
    border: 15px solid #ffffff !important;
  }
  .border-top-white-md-15 {
    border-top: 15px solid #ffffff !important;
  }
  .border-right-white-md-15 {
    border-right: 15px solid #ffffff !important;
  }
  .border-bottom-white-md-15 {
    border-bottom: 15px solid #ffffff !important;
  }
  .border-left-white-md-15 {
    border-left: 15px solid #ffffff !important;
  }
}
/* ############### MD - END ############### */
/* ############### LG - START ############### */
@media (min-width: 992px) {
  .border-lg-white {
    border-color: #ffffff !important;
  }
  .border-top-lg-white {
    border-top: 1px solid #ffffff !important;
  }
  .border-right-lg-white {
    border-right: 1px solid #ffffff !important;
  }
  .border-bottom-lg-white {
    border-bottom: 1px solid #ffffff !important;
  }
  .border-left-lg-white {
    border-left: 1px solid #ffffff !important;
  }
  .border-white-lg-0 {
    border: 0px solid #ffffff !important;
  }
  .border-top-white-lg-0 {
    border-top: 0px solid #ffffff !important;
  }
  .border-right-white-lg-0 {
    border-right: 0px solid #ffffff !important;
  }
  .border-bottom-white-lg-0 {
    border-bottom: 0px solid #ffffff !important;
  }
  .border-left-white-lg-0 {
    border-left: 0px solid #ffffff !important;
  }
  .border-white-lg-1 {
    border: 1px solid #ffffff !important;
  }
  .border-top-white-lg-1 {
    border-top: 1px solid #ffffff !important;
  }
  .border-right-white-lg-1 {
    border-right: 1px solid #ffffff !important;
  }
  .border-bottom-white-lg-1 {
    border-bottom: 1px solid #ffffff !important;
  }
  .border-left-white-lg-1 {
    border-left: 1px solid #ffffff !important;
  }
  .border-white-lg-2 {
    border: 2px solid #ffffff !important;
  }
  .border-top-white-lg-2 {
    border-top: 2px solid #ffffff !important;
  }
  .border-right-white-lg-2 {
    border-right: 2px solid #ffffff !important;
  }
  .border-bottom-white-lg-2 {
    border-bottom: 2px solid #ffffff !important;
  }
  .border-left-white-lg-2 {
    border-left: 2px solid #ffffff !important;
  }
  .border-white-lg-3 {
    border: 3px solid #ffffff !important;
  }
  .border-top-white-lg-3 {
    border-top: 3px solid #ffffff !important;
  }
  .border-right-white-lg-3 {
    border-right: 3px solid #ffffff !important;
  }
  .border-bottom-white-lg-3 {
    border-bottom: 3px solid #ffffff !important;
  }
  .border-left-white-lg-3 {
    border-left: 3px solid #ffffff !important;
  }
  .border-white-lg-4 {
    border: 4px solid #ffffff !important;
  }
  .border-top-white-lg-4 {
    border-top: 4px solid #ffffff !important;
  }
  .border-right-white-lg-4 {
    border-right: 4px solid #ffffff !important;
  }
  .border-bottom-white-lg-4 {
    border-bottom: 4px solid #ffffff !important;
  }
  .border-left-white-lg-4 {
    border-left: 4px solid #ffffff !important;
  }
  .border-white-lg-5 {
    border: 5px solid #ffffff !important;
  }
  .border-top-white-lg-5 {
    border-top: 5px solid #ffffff !important;
  }
  .border-right-white-lg-5 {
    border-right: 5px solid #ffffff !important;
  }
  .border-bottom-white-lg-5 {
    border-bottom: 5px solid #ffffff !important;
  }
  .border-left-white-lg-5 {
    border-left: 5px solid #ffffff !important;
  }
  .border-white-lg-6 {
    border: 6px solid #ffffff !important;
  }
  .border-top-white-lg-6 {
    border-top: 6px solid #ffffff !important;
  }
  .border-right-white-lg-6 {
    border-right: 6px solid #ffffff !important;
  }
  .border-bottom-white-lg-6 {
    border-bottom: 6px solid #ffffff !important;
  }
  .border-left-white-lg-6 {
    border-left: 6px solid #ffffff !important;
  }
  .border-white-lg-7 {
    border: 7px solid #ffffff !important;
  }
  .border-top-white-lg-7 {
    border-top: 7px solid #ffffff !important;
  }
  .border-right-white-lg-7 {
    border-right: 7px solid #ffffff !important;
  }
  .border-bottom-white-lg-7 {
    border-bottom: 7px solid #ffffff !important;
  }
  .border-left-white-lg-7 {
    border-left: 7px solid #ffffff !important;
  }
  .border-white-lg-8 {
    border: 8px solid #ffffff !important;
  }
  .border-top-white-lg-8 {
    border-top: 8px solid #ffffff !important;
  }
  .border-right-white-lg-8 {
    border-right: 8px solid #ffffff !important;
  }
  .border-bottom-white-lg-8 {
    border-bottom: 8px solid #ffffff !important;
  }
  .border-left-white-lg-8 {
    border-left: 8px solid #ffffff !important;
  }
  .border-white-lg-9 {
    border: 9px solid #ffffff !important;
  }
  .border-top-white-lg-9 {
    border-top: 9px solid #ffffff !important;
  }
  .border-right-white-lg-9 {
    border-right: 9px solid #ffffff !important;
  }
  .border-bottom-white-lg-9 {
    border-bottom: 9px solid #ffffff !important;
  }
  .border-left-white-lg-9 {
    border-left: 9px solid #ffffff !important;
  }
  .border-white-lg-10 {
    border: 10px solid #ffffff !important;
  }
  .border-top-white-lg-10 {
    border-top: 10px solid #ffffff !important;
  }
  .border-right-white-lg-10 {
    border-right: 10px solid #ffffff !important;
  }
  .border-bottom-white-lg-10 {
    border-bottom: 10px solid #ffffff !important;
  }
  .border-left-white-lg-10 {
    border-left: 10px solid #ffffff !important;
  }
  .border-white-lg-11 {
    border: 11px solid #ffffff !important;
  }
  .border-top-white-lg-11 {
    border-top: 11px solid #ffffff !important;
  }
  .border-right-white-lg-11 {
    border-right: 11px solid #ffffff !important;
  }
  .border-bottom-white-lg-11 {
    border-bottom: 11px solid #ffffff !important;
  }
  .border-left-white-lg-11 {
    border-left: 11px solid #ffffff !important;
  }
  .border-white-lg-12 {
    border: 12px solid #ffffff !important;
  }
  .border-top-white-lg-12 {
    border-top: 12px solid #ffffff !important;
  }
  .border-right-white-lg-12 {
    border-right: 12px solid #ffffff !important;
  }
  .border-bottom-white-lg-12 {
    border-bottom: 12px solid #ffffff !important;
  }
  .border-left-white-lg-12 {
    border-left: 12px solid #ffffff !important;
  }
  .border-white-lg-13 {
    border: 13px solid #ffffff !important;
  }
  .border-top-white-lg-13 {
    border-top: 13px solid #ffffff !important;
  }
  .border-right-white-lg-13 {
    border-right: 13px solid #ffffff !important;
  }
  .border-bottom-white-lg-13 {
    border-bottom: 13px solid #ffffff !important;
  }
  .border-left-white-lg-13 {
    border-left: 13px solid #ffffff !important;
  }
  .border-white-lg-14 {
    border: 14px solid #ffffff !important;
  }
  .border-top-white-lg-14 {
    border-top: 14px solid #ffffff !important;
  }
  .border-right-white-lg-14 {
    border-right: 14px solid #ffffff !important;
  }
  .border-bottom-white-lg-14 {
    border-bottom: 14px solid #ffffff !important;
  }
  .border-left-white-lg-14 {
    border-left: 14px solid #ffffff !important;
  }
  .border-white-lg-15 {
    border: 15px solid #ffffff !important;
  }
  .border-top-white-lg-15 {
    border-top: 15px solid #ffffff !important;
  }
  .border-right-white-lg-15 {
    border-right: 15px solid #ffffff !important;
  }
  .border-bottom-white-lg-15 {
    border-bottom: 15px solid #ffffff !important;
  }
  .border-left-white-lg-15 {
    border-left: 15px solid #ffffff !important;
  }
}
/* ############### LG - END ############### */
/* ############### XL - START ############### */
@media (min-width: 1200px) {
  .border-xl-white {
    border-color: #ffffff !important;
  }
  .border-top-xl-white {
    border-top: 1px solid #ffffff !important;
  }
  .border-right-xl-white {
    border-right: 1px solid #ffffff !important;
  }
  .border-bottom-xl-white {
    border-bottom: 1px solid #ffffff !important;
  }
  .border-left-xl-white {
    border-left: 1px solid #ffffff !important;
  }
  .border-white-xl-0 {
    border: 0px solid #ffffff !important;
  }
  .border-top-white-xl-0 {
    border-top: 0px solid #ffffff !important;
  }
  .border-right-white-xl-0 {
    border-right: 0px solid #ffffff !important;
  }
  .border-bottom-white-xl-0 {
    border-bottom: 0px solid #ffffff !important;
  }
  .border-left-white-xl-0 {
    border-left: 0px solid #ffffff !important;
  }
  .border-white-xl-1 {
    border: 1px solid #ffffff !important;
  }
  .border-top-white-xl-1 {
    border-top: 1px solid #ffffff !important;
  }
  .border-right-white-xl-1 {
    border-right: 1px solid #ffffff !important;
  }
  .border-bottom-white-xl-1 {
    border-bottom: 1px solid #ffffff !important;
  }
  .border-left-white-xl-1 {
    border-left: 1px solid #ffffff !important;
  }
  .border-white-xl-2 {
    border: 2px solid #ffffff !important;
  }
  .border-top-white-xl-2 {
    border-top: 2px solid #ffffff !important;
  }
  .border-right-white-xl-2 {
    border-right: 2px solid #ffffff !important;
  }
  .border-bottom-white-xl-2 {
    border-bottom: 2px solid #ffffff !important;
  }
  .border-left-white-xl-2 {
    border-left: 2px solid #ffffff !important;
  }
  .border-white-xl-3 {
    border: 3px solid #ffffff !important;
  }
  .border-top-white-xl-3 {
    border-top: 3px solid #ffffff !important;
  }
  .border-right-white-xl-3 {
    border-right: 3px solid #ffffff !important;
  }
  .border-bottom-white-xl-3 {
    border-bottom: 3px solid #ffffff !important;
  }
  .border-left-white-xl-3 {
    border-left: 3px solid #ffffff !important;
  }
  .border-white-xl-4 {
    border: 4px solid #ffffff !important;
  }
  .border-top-white-xl-4 {
    border-top: 4px solid #ffffff !important;
  }
  .border-right-white-xl-4 {
    border-right: 4px solid #ffffff !important;
  }
  .border-bottom-white-xl-4 {
    border-bottom: 4px solid #ffffff !important;
  }
  .border-left-white-xl-4 {
    border-left: 4px solid #ffffff !important;
  }
  .border-white-xl-5 {
    border: 5px solid #ffffff !important;
  }
  .border-top-white-xl-5 {
    border-top: 5px solid #ffffff !important;
  }
  .border-right-white-xl-5 {
    border-right: 5px solid #ffffff !important;
  }
  .border-bottom-white-xl-5 {
    border-bottom: 5px solid #ffffff !important;
  }
  .border-left-white-xl-5 {
    border-left: 5px solid #ffffff !important;
  }
  .border-white-xl-6 {
    border: 6px solid #ffffff !important;
  }
  .border-top-white-xl-6 {
    border-top: 6px solid #ffffff !important;
  }
  .border-right-white-xl-6 {
    border-right: 6px solid #ffffff !important;
  }
  .border-bottom-white-xl-6 {
    border-bottom: 6px solid #ffffff !important;
  }
  .border-left-white-xl-6 {
    border-left: 6px solid #ffffff !important;
  }
  .border-white-xl-7 {
    border: 7px solid #ffffff !important;
  }
  .border-top-white-xl-7 {
    border-top: 7px solid #ffffff !important;
  }
  .border-right-white-xl-7 {
    border-right: 7px solid #ffffff !important;
  }
  .border-bottom-white-xl-7 {
    border-bottom: 7px solid #ffffff !important;
  }
  .border-left-white-xl-7 {
    border-left: 7px solid #ffffff !important;
  }
  .border-white-xl-8 {
    border: 8px solid #ffffff !important;
  }
  .border-top-white-xl-8 {
    border-top: 8px solid #ffffff !important;
  }
  .border-right-white-xl-8 {
    border-right: 8px solid #ffffff !important;
  }
  .border-bottom-white-xl-8 {
    border-bottom: 8px solid #ffffff !important;
  }
  .border-left-white-xl-8 {
    border-left: 8px solid #ffffff !important;
  }
  .border-white-xl-9 {
    border: 9px solid #ffffff !important;
  }
  .border-top-white-xl-9 {
    border-top: 9px solid #ffffff !important;
  }
  .border-right-white-xl-9 {
    border-right: 9px solid #ffffff !important;
  }
  .border-bottom-white-xl-9 {
    border-bottom: 9px solid #ffffff !important;
  }
  .border-left-white-xl-9 {
    border-left: 9px solid #ffffff !important;
  }
  .border-white-xl-10 {
    border: 10px solid #ffffff !important;
  }
  .border-top-white-xl-10 {
    border-top: 10px solid #ffffff !important;
  }
  .border-right-white-xl-10 {
    border-right: 10px solid #ffffff !important;
  }
  .border-bottom-white-xl-10 {
    border-bottom: 10px solid #ffffff !important;
  }
  .border-left-white-xl-10 {
    border-left: 10px solid #ffffff !important;
  }
  .border-white-xl-11 {
    border: 11px solid #ffffff !important;
  }
  .border-top-white-xl-11 {
    border-top: 11px solid #ffffff !important;
  }
  .border-right-white-xl-11 {
    border-right: 11px solid #ffffff !important;
  }
  .border-bottom-white-xl-11 {
    border-bottom: 11px solid #ffffff !important;
  }
  .border-left-white-xl-11 {
    border-left: 11px solid #ffffff !important;
  }
  .border-white-xl-12 {
    border: 12px solid #ffffff !important;
  }
  .border-top-white-xl-12 {
    border-top: 12px solid #ffffff !important;
  }
  .border-right-white-xl-12 {
    border-right: 12px solid #ffffff !important;
  }
  .border-bottom-white-xl-12 {
    border-bottom: 12px solid #ffffff !important;
  }
  .border-left-white-xl-12 {
    border-left: 12px solid #ffffff !important;
  }
  .border-white-xl-13 {
    border: 13px solid #ffffff !important;
  }
  .border-top-white-xl-13 {
    border-top: 13px solid #ffffff !important;
  }
  .border-right-white-xl-13 {
    border-right: 13px solid #ffffff !important;
  }
  .border-bottom-white-xl-13 {
    border-bottom: 13px solid #ffffff !important;
  }
  .border-left-white-xl-13 {
    border-left: 13px solid #ffffff !important;
  }
  .border-white-xl-14 {
    border: 14px solid #ffffff !important;
  }
  .border-top-white-xl-14 {
    border-top: 14px solid #ffffff !important;
  }
  .border-right-white-xl-14 {
    border-right: 14px solid #ffffff !important;
  }
  .border-bottom-white-xl-14 {
    border-bottom: 14px solid #ffffff !important;
  }
  .border-left-white-xl-14 {
    border-left: 14px solid #ffffff !important;
  }
  .border-white-xl-15 {
    border: 15px solid #ffffff !important;
  }
  .border-top-white-xl-15 {
    border-top: 15px solid #ffffff !important;
  }
  .border-right-white-xl-15 {
    border-right: 15px solid #ffffff !important;
  }
  .border-bottom-white-xl-15 {
    border-bottom: 15px solid #ffffff !important;
  }
  .border-left-white-xl-15 {
    border-left: 15px solid #ffffff !important;
  }
}
/* ############### XL - END ############### */
/* ############### XXL - START ############### */
@media (min-width: 1400px) {
  .border-xxl-white {
    border-color: #ffffff !important;
  }
  .border-top-xxl-white {
    border-top: 1px solid #ffffff !important;
  }
  .border-right-xxl-white {
    border-right: 1px solid #ffffff !important;
  }
  .border-bottom-xxl-white {
    border-bottom: 1px solid #ffffff !important;
  }
  .border-left-xxl-white {
    border-left: 1px solid #ffffff !important;
  }
  .border-white-xxl-0 {
    border: 0px solid #ffffff !important;
  }
  .border-top-white-xxl-0 {
    border-top: 0px solid #ffffff !important;
  }
  .border-right-white-xxl-0 {
    border-right: 0px solid #ffffff !important;
  }
  .border-bottom-white-xxl-0 {
    border-bottom: 0px solid #ffffff !important;
  }
  .border-left-white-xxl-0 {
    border-left: 0px solid #ffffff !important;
  }
  .border-white-xxl-1 {
    border: 1px solid #ffffff !important;
  }
  .border-top-white-xxl-1 {
    border-top: 1px solid #ffffff !important;
  }
  .border-right-white-xxl-1 {
    border-right: 1px solid #ffffff !important;
  }
  .border-bottom-white-xxl-1 {
    border-bottom: 1px solid #ffffff !important;
  }
  .border-left-white-xxl-1 {
    border-left: 1px solid #ffffff !important;
  }
  .border-white-xxl-2 {
    border: 2px solid #ffffff !important;
  }
  .border-top-white-xxl-2 {
    border-top: 2px solid #ffffff !important;
  }
  .border-right-white-xxl-2 {
    border-right: 2px solid #ffffff !important;
  }
  .border-bottom-white-xxl-2 {
    border-bottom: 2px solid #ffffff !important;
  }
  .border-left-white-xxl-2 {
    border-left: 2px solid #ffffff !important;
  }
  .border-white-xxl-3 {
    border: 3px solid #ffffff !important;
  }
  .border-top-white-xxl-3 {
    border-top: 3px solid #ffffff !important;
  }
  .border-right-white-xxl-3 {
    border-right: 3px solid #ffffff !important;
  }
  .border-bottom-white-xxl-3 {
    border-bottom: 3px solid #ffffff !important;
  }
  .border-left-white-xxl-3 {
    border-left: 3px solid #ffffff !important;
  }
  .border-white-xxl-4 {
    border: 4px solid #ffffff !important;
  }
  .border-top-white-xxl-4 {
    border-top: 4px solid #ffffff !important;
  }
  .border-right-white-xxl-4 {
    border-right: 4px solid #ffffff !important;
  }
  .border-bottom-white-xxl-4 {
    border-bottom: 4px solid #ffffff !important;
  }
  .border-left-white-xxl-4 {
    border-left: 4px solid #ffffff !important;
  }
  .border-white-xxl-5 {
    border: 5px solid #ffffff !important;
  }
  .border-top-white-xxl-5 {
    border-top: 5px solid #ffffff !important;
  }
  .border-right-white-xxl-5 {
    border-right: 5px solid #ffffff !important;
  }
  .border-bottom-white-xxl-5 {
    border-bottom: 5px solid #ffffff !important;
  }
  .border-left-white-xxl-5 {
    border-left: 5px solid #ffffff !important;
  }
  .border-white-xxl-6 {
    border: 6px solid #ffffff !important;
  }
  .border-top-white-xxl-6 {
    border-top: 6px solid #ffffff !important;
  }
  .border-right-white-xxl-6 {
    border-right: 6px solid #ffffff !important;
  }
  .border-bottom-white-xxl-6 {
    border-bottom: 6px solid #ffffff !important;
  }
  .border-left-white-xxl-6 {
    border-left: 6px solid #ffffff !important;
  }
  .border-white-xxl-7 {
    border: 7px solid #ffffff !important;
  }
  .border-top-white-xxl-7 {
    border-top: 7px solid #ffffff !important;
  }
  .border-right-white-xxl-7 {
    border-right: 7px solid #ffffff !important;
  }
  .border-bottom-white-xxl-7 {
    border-bottom: 7px solid #ffffff !important;
  }
  .border-left-white-xxl-7 {
    border-left: 7px solid #ffffff !important;
  }
  .border-white-xxl-8 {
    border: 8px solid #ffffff !important;
  }
  .border-top-white-xxl-8 {
    border-top: 8px solid #ffffff !important;
  }
  .border-right-white-xxl-8 {
    border-right: 8px solid #ffffff !important;
  }
  .border-bottom-white-xxl-8 {
    border-bottom: 8px solid #ffffff !important;
  }
  .border-left-white-xxl-8 {
    border-left: 8px solid #ffffff !important;
  }
  .border-white-xxl-9 {
    border: 9px solid #ffffff !important;
  }
  .border-top-white-xxl-9 {
    border-top: 9px solid #ffffff !important;
  }
  .border-right-white-xxl-9 {
    border-right: 9px solid #ffffff !important;
  }
  .border-bottom-white-xxl-9 {
    border-bottom: 9px solid #ffffff !important;
  }
  .border-left-white-xxl-9 {
    border-left: 9px solid #ffffff !important;
  }
  .border-white-xxl-10 {
    border: 10px solid #ffffff !important;
  }
  .border-top-white-xxl-10 {
    border-top: 10px solid #ffffff !important;
  }
  .border-right-white-xxl-10 {
    border-right: 10px solid #ffffff !important;
  }
  .border-bottom-white-xxl-10 {
    border-bottom: 10px solid #ffffff !important;
  }
  .border-left-white-xxl-10 {
    border-left: 10px solid #ffffff !important;
  }
  .border-white-xxl-11 {
    border: 11px solid #ffffff !important;
  }
  .border-top-white-xxl-11 {
    border-top: 11px solid #ffffff !important;
  }
  .border-right-white-xxl-11 {
    border-right: 11px solid #ffffff !important;
  }
  .border-bottom-white-xxl-11 {
    border-bottom: 11px solid #ffffff !important;
  }
  .border-left-white-xxl-11 {
    border-left: 11px solid #ffffff !important;
  }
  .border-white-xxl-12 {
    border: 12px solid #ffffff !important;
  }
  .border-top-white-xxl-12 {
    border-top: 12px solid #ffffff !important;
  }
  .border-right-white-xxl-12 {
    border-right: 12px solid #ffffff !important;
  }
  .border-bottom-white-xxl-12 {
    border-bottom: 12px solid #ffffff !important;
  }
  .border-left-white-xxl-12 {
    border-left: 12px solid #ffffff !important;
  }
  .border-white-xxl-13 {
    border: 13px solid #ffffff !important;
  }
  .border-top-white-xxl-13 {
    border-top: 13px solid #ffffff !important;
  }
  .border-right-white-xxl-13 {
    border-right: 13px solid #ffffff !important;
  }
  .border-bottom-white-xxl-13 {
    border-bottom: 13px solid #ffffff !important;
  }
  .border-left-white-xxl-13 {
    border-left: 13px solid #ffffff !important;
  }
  .border-white-xxl-14 {
    border: 14px solid #ffffff !important;
  }
  .border-top-white-xxl-14 {
    border-top: 14px solid #ffffff !important;
  }
  .border-right-white-xxl-14 {
    border-right: 14px solid #ffffff !important;
  }
  .border-bottom-white-xxl-14 {
    border-bottom: 14px solid #ffffff !important;
  }
  .border-left-white-xxl-14 {
    border-left: 14px solid #ffffff !important;
  }
  .border-white-xxl-15 {
    border: 15px solid #ffffff !important;
  }
  .border-top-white-xxl-15 {
    border-top: 15px solid #ffffff !important;
  }
  .border-right-white-xxl-15 {
    border-right: 15px solid #ffffff !important;
  }
  .border-bottom-white-xxl-15 {
    border-bottom: 15px solid #ffffff !important;
  }
  .border-left-white-xxl-15 {
    border-left: 15px solid #ffffff !important;
  }
}
/* ############### XXL - END ############### */
/* ############### XXXL - START ############### */
@media (min-width: 1600px) {
  .border-xxxl-white {
    border-color: #ffffff !important;
  }
  .border-top-xxxl-white {
    border-top: 1px solid #ffffff !important;
  }
  .border-right-xxxl-white {
    border-right: 1px solid #ffffff !important;
  }
  .border-bottom-xxxl-white {
    border-bottom: 1px solid #ffffff !important;
  }
  .border-left-xxxl-white {
    border-left: 1px solid #ffffff !important;
  }
  .border-white-xxxl-0 {
    border: 0px solid #ffffff !important;
  }
  .border-top-white-xxxl-0 {
    border-top: 0px solid #ffffff !important;
  }
  .border-right-white-xxxl-0 {
    border-right: 0px solid #ffffff !important;
  }
  .border-bottom-white-xxxl-0 {
    border-bottom: 0px solid #ffffff !important;
  }
  .border-left-white-xxxl-0 {
    border-left: 0px solid #ffffff !important;
  }
  .border-white-xxxl-1 {
    border: 1px solid #ffffff !important;
  }
  .border-top-white-xxxl-1 {
    border-top: 1px solid #ffffff !important;
  }
  .border-right-white-xxxl-1 {
    border-right: 1px solid #ffffff !important;
  }
  .border-bottom-white-xxxl-1 {
    border-bottom: 1px solid #ffffff !important;
  }
  .border-left-white-xxxl-1 {
    border-left: 1px solid #ffffff !important;
  }
  .border-white-xxxl-2 {
    border: 2px solid #ffffff !important;
  }
  .border-top-white-xxxl-2 {
    border-top: 2px solid #ffffff !important;
  }
  .border-right-white-xxxl-2 {
    border-right: 2px solid #ffffff !important;
  }
  .border-bottom-white-xxxl-2 {
    border-bottom: 2px solid #ffffff !important;
  }
  .border-left-white-xxxl-2 {
    border-left: 2px solid #ffffff !important;
  }
  .border-white-xxxl-3 {
    border: 3px solid #ffffff !important;
  }
  .border-top-white-xxxl-3 {
    border-top: 3px solid #ffffff !important;
  }
  .border-right-white-xxxl-3 {
    border-right: 3px solid #ffffff !important;
  }
  .border-bottom-white-xxxl-3 {
    border-bottom: 3px solid #ffffff !important;
  }
  .border-left-white-xxxl-3 {
    border-left: 3px solid #ffffff !important;
  }
  .border-white-xxxl-4 {
    border: 4px solid #ffffff !important;
  }
  .border-top-white-xxxl-4 {
    border-top: 4px solid #ffffff !important;
  }
  .border-right-white-xxxl-4 {
    border-right: 4px solid #ffffff !important;
  }
  .border-bottom-white-xxxl-4 {
    border-bottom: 4px solid #ffffff !important;
  }
  .border-left-white-xxxl-4 {
    border-left: 4px solid #ffffff !important;
  }
  .border-white-xxxl-5 {
    border: 5px solid #ffffff !important;
  }
  .border-top-white-xxxl-5 {
    border-top: 5px solid #ffffff !important;
  }
  .border-right-white-xxxl-5 {
    border-right: 5px solid #ffffff !important;
  }
  .border-bottom-white-xxxl-5 {
    border-bottom: 5px solid #ffffff !important;
  }
  .border-left-white-xxxl-5 {
    border-left: 5px solid #ffffff !important;
  }
  .border-white-xxxl-6 {
    border: 6px solid #ffffff !important;
  }
  .border-top-white-xxxl-6 {
    border-top: 6px solid #ffffff !important;
  }
  .border-right-white-xxxl-6 {
    border-right: 6px solid #ffffff !important;
  }
  .border-bottom-white-xxxl-6 {
    border-bottom: 6px solid #ffffff !important;
  }
  .border-left-white-xxxl-6 {
    border-left: 6px solid #ffffff !important;
  }
  .border-white-xxxl-7 {
    border: 7px solid #ffffff !important;
  }
  .border-top-white-xxxl-7 {
    border-top: 7px solid #ffffff !important;
  }
  .border-right-white-xxxl-7 {
    border-right: 7px solid #ffffff !important;
  }
  .border-bottom-white-xxxl-7 {
    border-bottom: 7px solid #ffffff !important;
  }
  .border-left-white-xxxl-7 {
    border-left: 7px solid #ffffff !important;
  }
  .border-white-xxxl-8 {
    border: 8px solid #ffffff !important;
  }
  .border-top-white-xxxl-8 {
    border-top: 8px solid #ffffff !important;
  }
  .border-right-white-xxxl-8 {
    border-right: 8px solid #ffffff !important;
  }
  .border-bottom-white-xxxl-8 {
    border-bottom: 8px solid #ffffff !important;
  }
  .border-left-white-xxxl-8 {
    border-left: 8px solid #ffffff !important;
  }
  .border-white-xxxl-9 {
    border: 9px solid #ffffff !important;
  }
  .border-top-white-xxxl-9 {
    border-top: 9px solid #ffffff !important;
  }
  .border-right-white-xxxl-9 {
    border-right: 9px solid #ffffff !important;
  }
  .border-bottom-white-xxxl-9 {
    border-bottom: 9px solid #ffffff !important;
  }
  .border-left-white-xxxl-9 {
    border-left: 9px solid #ffffff !important;
  }
  .border-white-xxxl-10 {
    border: 10px solid #ffffff !important;
  }
  .border-top-white-xxxl-10 {
    border-top: 10px solid #ffffff !important;
  }
  .border-right-white-xxxl-10 {
    border-right: 10px solid #ffffff !important;
  }
  .border-bottom-white-xxxl-10 {
    border-bottom: 10px solid #ffffff !important;
  }
  .border-left-white-xxxl-10 {
    border-left: 10px solid #ffffff !important;
  }
  .border-white-xxxl-11 {
    border: 11px solid #ffffff !important;
  }
  .border-top-white-xxxl-11 {
    border-top: 11px solid #ffffff !important;
  }
  .border-right-white-xxxl-11 {
    border-right: 11px solid #ffffff !important;
  }
  .border-bottom-white-xxxl-11 {
    border-bottom: 11px solid #ffffff !important;
  }
  .border-left-white-xxxl-11 {
    border-left: 11px solid #ffffff !important;
  }
  .border-white-xxxl-12 {
    border: 12px solid #ffffff !important;
  }
  .border-top-white-xxxl-12 {
    border-top: 12px solid #ffffff !important;
  }
  .border-right-white-xxxl-12 {
    border-right: 12px solid #ffffff !important;
  }
  .border-bottom-white-xxxl-12 {
    border-bottom: 12px solid #ffffff !important;
  }
  .border-left-white-xxxl-12 {
    border-left: 12px solid #ffffff !important;
  }
  .border-white-xxxl-13 {
    border: 13px solid #ffffff !important;
  }
  .border-top-white-xxxl-13 {
    border-top: 13px solid #ffffff !important;
  }
  .border-right-white-xxxl-13 {
    border-right: 13px solid #ffffff !important;
  }
  .border-bottom-white-xxxl-13 {
    border-bottom: 13px solid #ffffff !important;
  }
  .border-left-white-xxxl-13 {
    border-left: 13px solid #ffffff !important;
  }
  .border-white-xxxl-14 {
    border: 14px solid #ffffff !important;
  }
  .border-top-white-xxxl-14 {
    border-top: 14px solid #ffffff !important;
  }
  .border-right-white-xxxl-14 {
    border-right: 14px solid #ffffff !important;
  }
  .border-bottom-white-xxxl-14 {
    border-bottom: 14px solid #ffffff !important;
  }
  .border-left-white-xxxl-14 {
    border-left: 14px solid #ffffff !important;
  }
  .border-white-xxxl-15 {
    border: 15px solid #ffffff !important;
  }
  .border-top-white-xxxl-15 {
    border-top: 15px solid #ffffff !important;
  }
  .border-right-white-xxxl-15 {
    border-right: 15px solid #ffffff !important;
  }
  .border-bottom-white-xxxl-15 {
    border-bottom: 15px solid #ffffff !important;
  }
  .border-left-white-xxxl-15 {
    border-left: 15px solid #ffffff !important;
  }
}
/* ############### XXXL - END ############### */
/* ############### XXXXL - START ############### */
@media (min-width: 1900px) {
  .border-xxxxl-white {
    border-color: #ffffff !important;
  }
  .border-top-xxxxl-white {
    border-top: 1px solid #ffffff !important;
  }
  .border-right-xxxxl-white {
    border-right: 1px solid #ffffff !important;
  }
  .border-bottom-xxxxl-white {
    border-bottom: 1px solid #ffffff !important;
  }
  .border-left-xxxxl-white {
    border-left: 1px solid #ffffff !important;
  }
  .border-white-xxxxl-0 {
    border: 0px solid #ffffff !important;
  }
  .border-top-white-xxxxl-0 {
    border-top: 0px solid #ffffff !important;
  }
  .border-right-white-xxxxl-0 {
    border-right: 0px solid #ffffff !important;
  }
  .border-bottom-white-xxxxl-0 {
    border-bottom: 0px solid #ffffff !important;
  }
  .border-left-white-xxxxl-0 {
    border-left: 0px solid #ffffff !important;
  }
  .border-white-xxxxl-1 {
    border: 1px solid #ffffff !important;
  }
  .border-top-white-xxxxl-1 {
    border-top: 1px solid #ffffff !important;
  }
  .border-right-white-xxxxl-1 {
    border-right: 1px solid #ffffff !important;
  }
  .border-bottom-white-xxxxl-1 {
    border-bottom: 1px solid #ffffff !important;
  }
  .border-left-white-xxxxl-1 {
    border-left: 1px solid #ffffff !important;
  }
  .border-white-xxxxl-2 {
    border: 2px solid #ffffff !important;
  }
  .border-top-white-xxxxl-2 {
    border-top: 2px solid #ffffff !important;
  }
  .border-right-white-xxxxl-2 {
    border-right: 2px solid #ffffff !important;
  }
  .border-bottom-white-xxxxl-2 {
    border-bottom: 2px solid #ffffff !important;
  }
  .border-left-white-xxxxl-2 {
    border-left: 2px solid #ffffff !important;
  }
  .border-white-xxxxl-3 {
    border: 3px solid #ffffff !important;
  }
  .border-top-white-xxxxl-3 {
    border-top: 3px solid #ffffff !important;
  }
  .border-right-white-xxxxl-3 {
    border-right: 3px solid #ffffff !important;
  }
  .border-bottom-white-xxxxl-3 {
    border-bottom: 3px solid #ffffff !important;
  }
  .border-left-white-xxxxl-3 {
    border-left: 3px solid #ffffff !important;
  }
  .border-white-xxxxl-4 {
    border: 4px solid #ffffff !important;
  }
  .border-top-white-xxxxl-4 {
    border-top: 4px solid #ffffff !important;
  }
  .border-right-white-xxxxl-4 {
    border-right: 4px solid #ffffff !important;
  }
  .border-bottom-white-xxxxl-4 {
    border-bottom: 4px solid #ffffff !important;
  }
  .border-left-white-xxxxl-4 {
    border-left: 4px solid #ffffff !important;
  }
  .border-white-xxxxl-5 {
    border: 5px solid #ffffff !important;
  }
  .border-top-white-xxxxl-5 {
    border-top: 5px solid #ffffff !important;
  }
  .border-right-white-xxxxl-5 {
    border-right: 5px solid #ffffff !important;
  }
  .border-bottom-white-xxxxl-5 {
    border-bottom: 5px solid #ffffff !important;
  }
  .border-left-white-xxxxl-5 {
    border-left: 5px solid #ffffff !important;
  }
  .border-white-xxxxl-6 {
    border: 6px solid #ffffff !important;
  }
  .border-top-white-xxxxl-6 {
    border-top: 6px solid #ffffff !important;
  }
  .border-right-white-xxxxl-6 {
    border-right: 6px solid #ffffff !important;
  }
  .border-bottom-white-xxxxl-6 {
    border-bottom: 6px solid #ffffff !important;
  }
  .border-left-white-xxxxl-6 {
    border-left: 6px solid #ffffff !important;
  }
  .border-white-xxxxl-7 {
    border: 7px solid #ffffff !important;
  }
  .border-top-white-xxxxl-7 {
    border-top: 7px solid #ffffff !important;
  }
  .border-right-white-xxxxl-7 {
    border-right: 7px solid #ffffff !important;
  }
  .border-bottom-white-xxxxl-7 {
    border-bottom: 7px solid #ffffff !important;
  }
  .border-left-white-xxxxl-7 {
    border-left: 7px solid #ffffff !important;
  }
  .border-white-xxxxl-8 {
    border: 8px solid #ffffff !important;
  }
  .border-top-white-xxxxl-8 {
    border-top: 8px solid #ffffff !important;
  }
  .border-right-white-xxxxl-8 {
    border-right: 8px solid #ffffff !important;
  }
  .border-bottom-white-xxxxl-8 {
    border-bottom: 8px solid #ffffff !important;
  }
  .border-left-white-xxxxl-8 {
    border-left: 8px solid #ffffff !important;
  }
  .border-white-xxxxl-9 {
    border: 9px solid #ffffff !important;
  }
  .border-top-white-xxxxl-9 {
    border-top: 9px solid #ffffff !important;
  }
  .border-right-white-xxxxl-9 {
    border-right: 9px solid #ffffff !important;
  }
  .border-bottom-white-xxxxl-9 {
    border-bottom: 9px solid #ffffff !important;
  }
  .border-left-white-xxxxl-9 {
    border-left: 9px solid #ffffff !important;
  }
  .border-white-xxxxl-10 {
    border: 10px solid #ffffff !important;
  }
  .border-top-white-xxxxl-10 {
    border-top: 10px solid #ffffff !important;
  }
  .border-right-white-xxxxl-10 {
    border-right: 10px solid #ffffff !important;
  }
  .border-bottom-white-xxxxl-10 {
    border-bottom: 10px solid #ffffff !important;
  }
  .border-left-white-xxxxl-10 {
    border-left: 10px solid #ffffff !important;
  }
  .border-white-xxxxl-11 {
    border: 11px solid #ffffff !important;
  }
  .border-top-white-xxxxl-11 {
    border-top: 11px solid #ffffff !important;
  }
  .border-right-white-xxxxl-11 {
    border-right: 11px solid #ffffff !important;
  }
  .border-bottom-white-xxxxl-11 {
    border-bottom: 11px solid #ffffff !important;
  }
  .border-left-white-xxxxl-11 {
    border-left: 11px solid #ffffff !important;
  }
  .border-white-xxxxl-12 {
    border: 12px solid #ffffff !important;
  }
  .border-top-white-xxxxl-12 {
    border-top: 12px solid #ffffff !important;
  }
  .border-right-white-xxxxl-12 {
    border-right: 12px solid #ffffff !important;
  }
  .border-bottom-white-xxxxl-12 {
    border-bottom: 12px solid #ffffff !important;
  }
  .border-left-white-xxxxl-12 {
    border-left: 12px solid #ffffff !important;
  }
  .border-white-xxxxl-13 {
    border: 13px solid #ffffff !important;
  }
  .border-top-white-xxxxl-13 {
    border-top: 13px solid #ffffff !important;
  }
  .border-right-white-xxxxl-13 {
    border-right: 13px solid #ffffff !important;
  }
  .border-bottom-white-xxxxl-13 {
    border-bottom: 13px solid #ffffff !important;
  }
  .border-left-white-xxxxl-13 {
    border-left: 13px solid #ffffff !important;
  }
  .border-white-xxxxl-14 {
    border: 14px solid #ffffff !important;
  }
  .border-top-white-xxxxl-14 {
    border-top: 14px solid #ffffff !important;
  }
  .border-right-white-xxxxl-14 {
    border-right: 14px solid #ffffff !important;
  }
  .border-bottom-white-xxxxl-14 {
    border-bottom: 14px solid #ffffff !important;
  }
  .border-left-white-xxxxl-14 {
    border-left: 14px solid #ffffff !important;
  }
  .border-white-xxxxl-15 {
    border: 15px solid #ffffff !important;
  }
  .border-top-white-xxxxl-15 {
    border-top: 15px solid #ffffff !important;
  }
  .border-right-white-xxxxl-15 {
    border-right: 15px solid #ffffff !important;
  }
  .border-bottom-white-xxxxl-15 {
    border-bottom: 15px solid #ffffff !important;
  }
  .border-left-white-xxxxl-15 {
    border-left: 15px solid #ffffff !important;
  }
}
/* ############### XXXXL - END ############### */
/* ################################### Theme Color - END ################################### */
/* ################################### Width Sizes - START ################################### */
.border-width-0 {
  border-width: 0px !important;
}

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

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

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

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

@media (min-width: 576px) {
  .border-width-sm-0 {
    border-width: 0px !important;
  }
  .border-width-top-sm-0 {
    border-top-width: 0px !important;
  }
  .border-width-right-sm-0 {
    border-right-width: 0px !important;
  }
  .border-width-bottom-sm-0 {
    border-bottom-width: 0px !important;
  }
  .border-width-left-sm-0 {
    border-left-width: 0px !important;
  }
}
@media (min-width: 768px) {
  .border-width-md-0 {
    border-width: 0px !important;
  }
  .border-width-top-md-0 {
    border-top-width: 0px !important;
  }
  .border-width-right-md-0 {
    border-right-width: 0px !important;
  }
  .border-width-bottom-md-0 {
    border-bottom-width: 0px !important;
  }
  .border-width-left-md-0 {
    border-left-width: 0px !important;
  }
}
@media (min-width: 992px) {
  .border-width-lg-0 {
    border-width: 0px !important;
  }
  .border-width-top-lg-0 {
    border-top-width: 0px !important;
  }
  .border-width-right-lg-0 {
    border-right-width: 0px !important;
  }
  .border-width-bottom-lg-0 {
    border-bottom-width: 0px !important;
  }
  .border-width-left-lg-0 {
    border-left-width: 0px !important;
  }
}
@media (min-width: 1200px) {
  .border-width-xl-0 {
    border-width: 0px !important;
  }
  .border-width-top-xl-0 {
    border-top-width: 0px !important;
  }
  .border-width-right-xl-0 {
    border-right-width: 0px !important;
  }
  .border-width-bottom-xl-0 {
    border-bottom-width: 0px !important;
  }
  .border-width-left-xl-0 {
    border-left-width: 0px !important;
  }
}
@media (min-width: 1400px) {
  .border-width-xxl-0 {
    border-width: 0px !important;
  }
  .border-width-top-xxl-0 {
    border-top-width: 0px !important;
  }
  .border-width-right-xxl-0 {
    border-right-width: 0px !important;
  }
  .border-width-bottom-xxl-0 {
    border-bottom-width: 0px !important;
  }
  .border-width-left-xxl-0 {
    border-left-width: 0px !important;
  }
}
@media (min-width: 1600px) {
  .border-width-xxxl-0 {
    border-width: 0px !important;
  }
  .border-width-top-xxxl-0 {
    border-top-width: 0px !important;
  }
  .border-width-right-xxxl-0 {
    border-right-width: 0px !important;
  }
  .border-width-bottom-xxxl-0 {
    border-bottom-width: 0px !important;
  }
  .border-width-left-xxxl-0 {
    border-left-width: 0px !important;
  }
}
@media (min-width: 1900px) {
  .border-width-xxxxl-0 {
    border-width: 0px !important;
  }
  .border-width-top-xxxxl-0 {
    border-top-width: 0px !important;
  }
  .border-width-right-xxxxl-0 {
    border-right-width: 0px !important;
  }
  .border-width-bottom-xxxxl-0 {
    border-bottom-width: 0px !important;
  }
  .border-width-left-xxxxl-0 {
    border-left-width: 0px !important;
  }
}
.border-width-1 {
  border-width: 1px !important;
}

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

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

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

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

@media (min-width: 576px) {
  .border-width-sm-1 {
    border-width: 1px !important;
  }
  .border-width-top-sm-1 {
    border-top-width: 1px !important;
  }
  .border-width-right-sm-1 {
    border-right-width: 1px !important;
  }
  .border-width-bottom-sm-1 {
    border-bottom-width: 1px !important;
  }
  .border-width-left-sm-1 {
    border-left-width: 1px !important;
  }
}
@media (min-width: 768px) {
  .border-width-md-1 {
    border-width: 1px !important;
  }
  .border-width-top-md-1 {
    border-top-width: 1px !important;
  }
  .border-width-right-md-1 {
    border-right-width: 1px !important;
  }
  .border-width-bottom-md-1 {
    border-bottom-width: 1px !important;
  }
  .border-width-left-md-1 {
    border-left-width: 1px !important;
  }
}
@media (min-width: 992px) {
  .border-width-lg-1 {
    border-width: 1px !important;
  }
  .border-width-top-lg-1 {
    border-top-width: 1px !important;
  }
  .border-width-right-lg-1 {
    border-right-width: 1px !important;
  }
  .border-width-bottom-lg-1 {
    border-bottom-width: 1px !important;
  }
  .border-width-left-lg-1 {
    border-left-width: 1px !important;
  }
}
@media (min-width: 1200px) {
  .border-width-xl-1 {
    border-width: 1px !important;
  }
  .border-width-top-xl-1 {
    border-top-width: 1px !important;
  }
  .border-width-right-xl-1 {
    border-right-width: 1px !important;
  }
  .border-width-bottom-xl-1 {
    border-bottom-width: 1px !important;
  }
  .border-width-left-xl-1 {
    border-left-width: 1px !important;
  }
}
@media (min-width: 1400px) {
  .border-width-xxl-1 {
    border-width: 1px !important;
  }
  .border-width-top-xxl-1 {
    border-top-width: 1px !important;
  }
  .border-width-right-xxl-1 {
    border-right-width: 1px !important;
  }
  .border-width-bottom-xxl-1 {
    border-bottom-width: 1px !important;
  }
  .border-width-left-xxl-1 {
    border-left-width: 1px !important;
  }
}
@media (min-width: 1600px) {
  .border-width-xxxl-1 {
    border-width: 1px !important;
  }
  .border-width-top-xxxl-1 {
    border-top-width: 1px !important;
  }
  .border-width-right-xxxl-1 {
    border-right-width: 1px !important;
  }
  .border-width-bottom-xxxl-1 {
    border-bottom-width: 1px !important;
  }
  .border-width-left-xxxl-1 {
    border-left-width: 1px !important;
  }
}
@media (min-width: 1900px) {
  .border-width-xxxxl-1 {
    border-width: 1px !important;
  }
  .border-width-top-xxxxl-1 {
    border-top-width: 1px !important;
  }
  .border-width-right-xxxxl-1 {
    border-right-width: 1px !important;
  }
  .border-width-bottom-xxxxl-1 {
    border-bottom-width: 1px !important;
  }
  .border-width-left-xxxxl-1 {
    border-left-width: 1px !important;
  }
}
.border-width-2 {
  border-width: 2px !important;
}

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

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

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

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

@media (min-width: 576px) {
  .border-width-sm-2 {
    border-width: 2px !important;
  }
  .border-width-top-sm-2 {
    border-top-width: 2px !important;
  }
  .border-width-right-sm-2 {
    border-right-width: 2px !important;
  }
  .border-width-bottom-sm-2 {
    border-bottom-width: 2px !important;
  }
  .border-width-left-sm-2 {
    border-left-width: 2px !important;
  }
}
@media (min-width: 768px) {
  .border-width-md-2 {
    border-width: 2px !important;
  }
  .border-width-top-md-2 {
    border-top-width: 2px !important;
  }
  .border-width-right-md-2 {
    border-right-width: 2px !important;
  }
  .border-width-bottom-md-2 {
    border-bottom-width: 2px !important;
  }
  .border-width-left-md-2 {
    border-left-width: 2px !important;
  }
}
@media (min-width: 992px) {
  .border-width-lg-2 {
    border-width: 2px !important;
  }
  .border-width-top-lg-2 {
    border-top-width: 2px !important;
  }
  .border-width-right-lg-2 {
    border-right-width: 2px !important;
  }
  .border-width-bottom-lg-2 {
    border-bottom-width: 2px !important;
  }
  .border-width-left-lg-2 {
    border-left-width: 2px !important;
  }
}
@media (min-width: 1200px) {
  .border-width-xl-2 {
    border-width: 2px !important;
  }
  .border-width-top-xl-2 {
    border-top-width: 2px !important;
  }
  .border-width-right-xl-2 {
    border-right-width: 2px !important;
  }
  .border-width-bottom-xl-2 {
    border-bottom-width: 2px !important;
  }
  .border-width-left-xl-2 {
    border-left-width: 2px !important;
  }
}
@media (min-width: 1400px) {
  .border-width-xxl-2 {
    border-width: 2px !important;
  }
  .border-width-top-xxl-2 {
    border-top-width: 2px !important;
  }
  .border-width-right-xxl-2 {
    border-right-width: 2px !important;
  }
  .border-width-bottom-xxl-2 {
    border-bottom-width: 2px !important;
  }
  .border-width-left-xxl-2 {
    border-left-width: 2px !important;
  }
}
@media (min-width: 1600px) {
  .border-width-xxxl-2 {
    border-width: 2px !important;
  }
  .border-width-top-xxxl-2 {
    border-top-width: 2px !important;
  }
  .border-width-right-xxxl-2 {
    border-right-width: 2px !important;
  }
  .border-width-bottom-xxxl-2 {
    border-bottom-width: 2px !important;
  }
  .border-width-left-xxxl-2 {
    border-left-width: 2px !important;
  }
}
@media (min-width: 1900px) {
  .border-width-xxxxl-2 {
    border-width: 2px !important;
  }
  .border-width-top-xxxxl-2 {
    border-top-width: 2px !important;
  }
  .border-width-right-xxxxl-2 {
    border-right-width: 2px !important;
  }
  .border-width-bottom-xxxxl-2 {
    border-bottom-width: 2px !important;
  }
  .border-width-left-xxxxl-2 {
    border-left-width: 2px !important;
  }
}
.border-width-3 {
  border-width: 3px !important;
}

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

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

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

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

@media (min-width: 576px) {
  .border-width-sm-3 {
    border-width: 3px !important;
  }
  .border-width-top-sm-3 {
    border-top-width: 3px !important;
  }
  .border-width-right-sm-3 {
    border-right-width: 3px !important;
  }
  .border-width-bottom-sm-3 {
    border-bottom-width: 3px !important;
  }
  .border-width-left-sm-3 {
    border-left-width: 3px !important;
  }
}
@media (min-width: 768px) {
  .border-width-md-3 {
    border-width: 3px !important;
  }
  .border-width-top-md-3 {
    border-top-width: 3px !important;
  }
  .border-width-right-md-3 {
    border-right-width: 3px !important;
  }
  .border-width-bottom-md-3 {
    border-bottom-width: 3px !important;
  }
  .border-width-left-md-3 {
    border-left-width: 3px !important;
  }
}
@media (min-width: 992px) {
  .border-width-lg-3 {
    border-width: 3px !important;
  }
  .border-width-top-lg-3 {
    border-top-width: 3px !important;
  }
  .border-width-right-lg-3 {
    border-right-width: 3px !important;
  }
  .border-width-bottom-lg-3 {
    border-bottom-width: 3px !important;
  }
  .border-width-left-lg-3 {
    border-left-width: 3px !important;
  }
}
@media (min-width: 1200px) {
  .border-width-xl-3 {
    border-width: 3px !important;
  }
  .border-width-top-xl-3 {
    border-top-width: 3px !important;
  }
  .border-width-right-xl-3 {
    border-right-width: 3px !important;
  }
  .border-width-bottom-xl-3 {
    border-bottom-width: 3px !important;
  }
  .border-width-left-xl-3 {
    border-left-width: 3px !important;
  }
}
@media (min-width: 1400px) {
  .border-width-xxl-3 {
    border-width: 3px !important;
  }
  .border-width-top-xxl-3 {
    border-top-width: 3px !important;
  }
  .border-width-right-xxl-3 {
    border-right-width: 3px !important;
  }
  .border-width-bottom-xxl-3 {
    border-bottom-width: 3px !important;
  }
  .border-width-left-xxl-3 {
    border-left-width: 3px !important;
  }
}
@media (min-width: 1600px) {
  .border-width-xxxl-3 {
    border-width: 3px !important;
  }
  .border-width-top-xxxl-3 {
    border-top-width: 3px !important;
  }
  .border-width-right-xxxl-3 {
    border-right-width: 3px !important;
  }
  .border-width-bottom-xxxl-3 {
    border-bottom-width: 3px !important;
  }
  .border-width-left-xxxl-3 {
    border-left-width: 3px !important;
  }
}
@media (min-width: 1900px) {
  .border-width-xxxxl-3 {
    border-width: 3px !important;
  }
  .border-width-top-xxxxl-3 {
    border-top-width: 3px !important;
  }
  .border-width-right-xxxxl-3 {
    border-right-width: 3px !important;
  }
  .border-width-bottom-xxxxl-3 {
    border-bottom-width: 3px !important;
  }
  .border-width-left-xxxxl-3 {
    border-left-width: 3px !important;
  }
}
.border-width-4 {
  border-width: 4px !important;
}

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

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

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

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

@media (min-width: 576px) {
  .border-width-sm-4 {
    border-width: 4px !important;
  }
  .border-width-top-sm-4 {
    border-top-width: 4px !important;
  }
  .border-width-right-sm-4 {
    border-right-width: 4px !important;
  }
  .border-width-bottom-sm-4 {
    border-bottom-width: 4px !important;
  }
  .border-width-left-sm-4 {
    border-left-width: 4px !important;
  }
}
@media (min-width: 768px) {
  .border-width-md-4 {
    border-width: 4px !important;
  }
  .border-width-top-md-4 {
    border-top-width: 4px !important;
  }
  .border-width-right-md-4 {
    border-right-width: 4px !important;
  }
  .border-width-bottom-md-4 {
    border-bottom-width: 4px !important;
  }
  .border-width-left-md-4 {
    border-left-width: 4px !important;
  }
}
@media (min-width: 992px) {
  .border-width-lg-4 {
    border-width: 4px !important;
  }
  .border-width-top-lg-4 {
    border-top-width: 4px !important;
  }
  .border-width-right-lg-4 {
    border-right-width: 4px !important;
  }
  .border-width-bottom-lg-4 {
    border-bottom-width: 4px !important;
  }
  .border-width-left-lg-4 {
    border-left-width: 4px !important;
  }
}
@media (min-width: 1200px) {
  .border-width-xl-4 {
    border-width: 4px !important;
  }
  .border-width-top-xl-4 {
    border-top-width: 4px !important;
  }
  .border-width-right-xl-4 {
    border-right-width: 4px !important;
  }
  .border-width-bottom-xl-4 {
    border-bottom-width: 4px !important;
  }
  .border-width-left-xl-4 {
    border-left-width: 4px !important;
  }
}
@media (min-width: 1400px) {
  .border-width-xxl-4 {
    border-width: 4px !important;
  }
  .border-width-top-xxl-4 {
    border-top-width: 4px !important;
  }
  .border-width-right-xxl-4 {
    border-right-width: 4px !important;
  }
  .border-width-bottom-xxl-4 {
    border-bottom-width: 4px !important;
  }
  .border-width-left-xxl-4 {
    border-left-width: 4px !important;
  }
}
@media (min-width: 1600px) {
  .border-width-xxxl-4 {
    border-width: 4px !important;
  }
  .border-width-top-xxxl-4 {
    border-top-width: 4px !important;
  }
  .border-width-right-xxxl-4 {
    border-right-width: 4px !important;
  }
  .border-width-bottom-xxxl-4 {
    border-bottom-width: 4px !important;
  }
  .border-width-left-xxxl-4 {
    border-left-width: 4px !important;
  }
}
@media (min-width: 1900px) {
  .border-width-xxxxl-4 {
    border-width: 4px !important;
  }
  .border-width-top-xxxxl-4 {
    border-top-width: 4px !important;
  }
  .border-width-right-xxxxl-4 {
    border-right-width: 4px !important;
  }
  .border-width-bottom-xxxxl-4 {
    border-bottom-width: 4px !important;
  }
  .border-width-left-xxxxl-4 {
    border-left-width: 4px !important;
  }
}
.border-width-5 {
  border-width: 5px !important;
}

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

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

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

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

@media (min-width: 576px) {
  .border-width-sm-5 {
    border-width: 5px !important;
  }
  .border-width-top-sm-5 {
    border-top-width: 5px !important;
  }
  .border-width-right-sm-5 {
    border-right-width: 5px !important;
  }
  .border-width-bottom-sm-5 {
    border-bottom-width: 5px !important;
  }
  .border-width-left-sm-5 {
    border-left-width: 5px !important;
  }
}
@media (min-width: 768px) {
  .border-width-md-5 {
    border-width: 5px !important;
  }
  .border-width-top-md-5 {
    border-top-width: 5px !important;
  }
  .border-width-right-md-5 {
    border-right-width: 5px !important;
  }
  .border-width-bottom-md-5 {
    border-bottom-width: 5px !important;
  }
  .border-width-left-md-5 {
    border-left-width: 5px !important;
  }
}
@media (min-width: 992px) {
  .border-width-lg-5 {
    border-width: 5px !important;
  }
  .border-width-top-lg-5 {
    border-top-width: 5px !important;
  }
  .border-width-right-lg-5 {
    border-right-width: 5px !important;
  }
  .border-width-bottom-lg-5 {
    border-bottom-width: 5px !important;
  }
  .border-width-left-lg-5 {
    border-left-width: 5px !important;
  }
}
@media (min-width: 1200px) {
  .border-width-xl-5 {
    border-width: 5px !important;
  }
  .border-width-top-xl-5 {
    border-top-width: 5px !important;
  }
  .border-width-right-xl-5 {
    border-right-width: 5px !important;
  }
  .border-width-bottom-xl-5 {
    border-bottom-width: 5px !important;
  }
  .border-width-left-xl-5 {
    border-left-width: 5px !important;
  }
}
@media (min-width: 1400px) {
  .border-width-xxl-5 {
    border-width: 5px !important;
  }
  .border-width-top-xxl-5 {
    border-top-width: 5px !important;
  }
  .border-width-right-xxl-5 {
    border-right-width: 5px !important;
  }
  .border-width-bottom-xxl-5 {
    border-bottom-width: 5px !important;
  }
  .border-width-left-xxl-5 {
    border-left-width: 5px !important;
  }
}
@media (min-width: 1600px) {
  .border-width-xxxl-5 {
    border-width: 5px !important;
  }
  .border-width-top-xxxl-5 {
    border-top-width: 5px !important;
  }
  .border-width-right-xxxl-5 {
    border-right-width: 5px !important;
  }
  .border-width-bottom-xxxl-5 {
    border-bottom-width: 5px !important;
  }
  .border-width-left-xxxl-5 {
    border-left-width: 5px !important;
  }
}
@media (min-width: 1900px) {
  .border-width-xxxxl-5 {
    border-width: 5px !important;
  }
  .border-width-top-xxxxl-5 {
    border-top-width: 5px !important;
  }
  .border-width-right-xxxxl-5 {
    border-right-width: 5px !important;
  }
  .border-width-bottom-xxxxl-5 {
    border-bottom-width: 5px !important;
  }
  .border-width-left-xxxxl-5 {
    border-left-width: 5px !important;
  }
}
.border-width-6 {
  border-width: 6px !important;
}

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

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

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

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

@media (min-width: 576px) {
  .border-width-sm-6 {
    border-width: 6px !important;
  }
  .border-width-top-sm-6 {
    border-top-width: 6px !important;
  }
  .border-width-right-sm-6 {
    border-right-width: 6px !important;
  }
  .border-width-bottom-sm-6 {
    border-bottom-width: 6px !important;
  }
  .border-width-left-sm-6 {
    border-left-width: 6px !important;
  }
}
@media (min-width: 768px) {
  .border-width-md-6 {
    border-width: 6px !important;
  }
  .border-width-top-md-6 {
    border-top-width: 6px !important;
  }
  .border-width-right-md-6 {
    border-right-width: 6px !important;
  }
  .border-width-bottom-md-6 {
    border-bottom-width: 6px !important;
  }
  .border-width-left-md-6 {
    border-left-width: 6px !important;
  }
}
@media (min-width: 992px) {
  .border-width-lg-6 {
    border-width: 6px !important;
  }
  .border-width-top-lg-6 {
    border-top-width: 6px !important;
  }
  .border-width-right-lg-6 {
    border-right-width: 6px !important;
  }
  .border-width-bottom-lg-6 {
    border-bottom-width: 6px !important;
  }
  .border-width-left-lg-6 {
    border-left-width: 6px !important;
  }
}
@media (min-width: 1200px) {
  .border-width-xl-6 {
    border-width: 6px !important;
  }
  .border-width-top-xl-6 {
    border-top-width: 6px !important;
  }
  .border-width-right-xl-6 {
    border-right-width: 6px !important;
  }
  .border-width-bottom-xl-6 {
    border-bottom-width: 6px !important;
  }
  .border-width-left-xl-6 {
    border-left-width: 6px !important;
  }
}
@media (min-width: 1400px) {
  .border-width-xxl-6 {
    border-width: 6px !important;
  }
  .border-width-top-xxl-6 {
    border-top-width: 6px !important;
  }
  .border-width-right-xxl-6 {
    border-right-width: 6px !important;
  }
  .border-width-bottom-xxl-6 {
    border-bottom-width: 6px !important;
  }
  .border-width-left-xxl-6 {
    border-left-width: 6px !important;
  }
}
@media (min-width: 1600px) {
  .border-width-xxxl-6 {
    border-width: 6px !important;
  }
  .border-width-top-xxxl-6 {
    border-top-width: 6px !important;
  }
  .border-width-right-xxxl-6 {
    border-right-width: 6px !important;
  }
  .border-width-bottom-xxxl-6 {
    border-bottom-width: 6px !important;
  }
  .border-width-left-xxxl-6 {
    border-left-width: 6px !important;
  }
}
@media (min-width: 1900px) {
  .border-width-xxxxl-6 {
    border-width: 6px !important;
  }
  .border-width-top-xxxxl-6 {
    border-top-width: 6px !important;
  }
  .border-width-right-xxxxl-6 {
    border-right-width: 6px !important;
  }
  .border-width-bottom-xxxxl-6 {
    border-bottom-width: 6px !important;
  }
  .border-width-left-xxxxl-6 {
    border-left-width: 6px !important;
  }
}
.border-width-7 {
  border-width: 7px !important;
}

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

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

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

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

@media (min-width: 576px) {
  .border-width-sm-7 {
    border-width: 7px !important;
  }
  .border-width-top-sm-7 {
    border-top-width: 7px !important;
  }
  .border-width-right-sm-7 {
    border-right-width: 7px !important;
  }
  .border-width-bottom-sm-7 {
    border-bottom-width: 7px !important;
  }
  .border-width-left-sm-7 {
    border-left-width: 7px !important;
  }
}
@media (min-width: 768px) {
  .border-width-md-7 {
    border-width: 7px !important;
  }
  .border-width-top-md-7 {
    border-top-width: 7px !important;
  }
  .border-width-right-md-7 {
    border-right-width: 7px !important;
  }
  .border-width-bottom-md-7 {
    border-bottom-width: 7px !important;
  }
  .border-width-left-md-7 {
    border-left-width: 7px !important;
  }
}
@media (min-width: 992px) {
  .border-width-lg-7 {
    border-width: 7px !important;
  }
  .border-width-top-lg-7 {
    border-top-width: 7px !important;
  }
  .border-width-right-lg-7 {
    border-right-width: 7px !important;
  }
  .border-width-bottom-lg-7 {
    border-bottom-width: 7px !important;
  }
  .border-width-left-lg-7 {
    border-left-width: 7px !important;
  }
}
@media (min-width: 1200px) {
  .border-width-xl-7 {
    border-width: 7px !important;
  }
  .border-width-top-xl-7 {
    border-top-width: 7px !important;
  }
  .border-width-right-xl-7 {
    border-right-width: 7px !important;
  }
  .border-width-bottom-xl-7 {
    border-bottom-width: 7px !important;
  }
  .border-width-left-xl-7 {
    border-left-width: 7px !important;
  }
}
@media (min-width: 1400px) {
  .border-width-xxl-7 {
    border-width: 7px !important;
  }
  .border-width-top-xxl-7 {
    border-top-width: 7px !important;
  }
  .border-width-right-xxl-7 {
    border-right-width: 7px !important;
  }
  .border-width-bottom-xxl-7 {
    border-bottom-width: 7px !important;
  }
  .border-width-left-xxl-7 {
    border-left-width: 7px !important;
  }
}
@media (min-width: 1600px) {
  .border-width-xxxl-7 {
    border-width: 7px !important;
  }
  .border-width-top-xxxl-7 {
    border-top-width: 7px !important;
  }
  .border-width-right-xxxl-7 {
    border-right-width: 7px !important;
  }
  .border-width-bottom-xxxl-7 {
    border-bottom-width: 7px !important;
  }
  .border-width-left-xxxl-7 {
    border-left-width: 7px !important;
  }
}
@media (min-width: 1900px) {
  .border-width-xxxxl-7 {
    border-width: 7px !important;
  }
  .border-width-top-xxxxl-7 {
    border-top-width: 7px !important;
  }
  .border-width-right-xxxxl-7 {
    border-right-width: 7px !important;
  }
  .border-width-bottom-xxxxl-7 {
    border-bottom-width: 7px !important;
  }
  .border-width-left-xxxxl-7 {
    border-left-width: 7px !important;
  }
}
.border-width-8 {
  border-width: 8px !important;
}

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

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

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

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

@media (min-width: 576px) {
  .border-width-sm-8 {
    border-width: 8px !important;
  }
  .border-width-top-sm-8 {
    border-top-width: 8px !important;
  }
  .border-width-right-sm-8 {
    border-right-width: 8px !important;
  }
  .border-width-bottom-sm-8 {
    border-bottom-width: 8px !important;
  }
  .border-width-left-sm-8 {
    border-left-width: 8px !important;
  }
}
@media (min-width: 768px) {
  .border-width-md-8 {
    border-width: 8px !important;
  }
  .border-width-top-md-8 {
    border-top-width: 8px !important;
  }
  .border-width-right-md-8 {
    border-right-width: 8px !important;
  }
  .border-width-bottom-md-8 {
    border-bottom-width: 8px !important;
  }
  .border-width-left-md-8 {
    border-left-width: 8px !important;
  }
}
@media (min-width: 992px) {
  .border-width-lg-8 {
    border-width: 8px !important;
  }
  .border-width-top-lg-8 {
    border-top-width: 8px !important;
  }
  .border-width-right-lg-8 {
    border-right-width: 8px !important;
  }
  .border-width-bottom-lg-8 {
    border-bottom-width: 8px !important;
  }
  .border-width-left-lg-8 {
    border-left-width: 8px !important;
  }
}
@media (min-width: 1200px) {
  .border-width-xl-8 {
    border-width: 8px !important;
  }
  .border-width-top-xl-8 {
    border-top-width: 8px !important;
  }
  .border-width-right-xl-8 {
    border-right-width: 8px !important;
  }
  .border-width-bottom-xl-8 {
    border-bottom-width: 8px !important;
  }
  .border-width-left-xl-8 {
    border-left-width: 8px !important;
  }
}
@media (min-width: 1400px) {
  .border-width-xxl-8 {
    border-width: 8px !important;
  }
  .border-width-top-xxl-8 {
    border-top-width: 8px !important;
  }
  .border-width-right-xxl-8 {
    border-right-width: 8px !important;
  }
  .border-width-bottom-xxl-8 {
    border-bottom-width: 8px !important;
  }
  .border-width-left-xxl-8 {
    border-left-width: 8px !important;
  }
}
@media (min-width: 1600px) {
  .border-width-xxxl-8 {
    border-width: 8px !important;
  }
  .border-width-top-xxxl-8 {
    border-top-width: 8px !important;
  }
  .border-width-right-xxxl-8 {
    border-right-width: 8px !important;
  }
  .border-width-bottom-xxxl-8 {
    border-bottom-width: 8px !important;
  }
  .border-width-left-xxxl-8 {
    border-left-width: 8px !important;
  }
}
@media (min-width: 1900px) {
  .border-width-xxxxl-8 {
    border-width: 8px !important;
  }
  .border-width-top-xxxxl-8 {
    border-top-width: 8px !important;
  }
  .border-width-right-xxxxl-8 {
    border-right-width: 8px !important;
  }
  .border-width-bottom-xxxxl-8 {
    border-bottom-width: 8px !important;
  }
  .border-width-left-xxxxl-8 {
    border-left-width: 8px !important;
  }
}
.border-width-9 {
  border-width: 9px !important;
}

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

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

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

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

@media (min-width: 576px) {
  .border-width-sm-9 {
    border-width: 9px !important;
  }
  .border-width-top-sm-9 {
    border-top-width: 9px !important;
  }
  .border-width-right-sm-9 {
    border-right-width: 9px !important;
  }
  .border-width-bottom-sm-9 {
    border-bottom-width: 9px !important;
  }
  .border-width-left-sm-9 {
    border-left-width: 9px !important;
  }
}
@media (min-width: 768px) {
  .border-width-md-9 {
    border-width: 9px !important;
  }
  .border-width-top-md-9 {
    border-top-width: 9px !important;
  }
  .border-width-right-md-9 {
    border-right-width: 9px !important;
  }
  .border-width-bottom-md-9 {
    border-bottom-width: 9px !important;
  }
  .border-width-left-md-9 {
    border-left-width: 9px !important;
  }
}
@media (min-width: 992px) {
  .border-width-lg-9 {
    border-width: 9px !important;
  }
  .border-width-top-lg-9 {
    border-top-width: 9px !important;
  }
  .border-width-right-lg-9 {
    border-right-width: 9px !important;
  }
  .border-width-bottom-lg-9 {
    border-bottom-width: 9px !important;
  }
  .border-width-left-lg-9 {
    border-left-width: 9px !important;
  }
}
@media (min-width: 1200px) {
  .border-width-xl-9 {
    border-width: 9px !important;
  }
  .border-width-top-xl-9 {
    border-top-width: 9px !important;
  }
  .border-width-right-xl-9 {
    border-right-width: 9px !important;
  }
  .border-width-bottom-xl-9 {
    border-bottom-width: 9px !important;
  }
  .border-width-left-xl-9 {
    border-left-width: 9px !important;
  }
}
@media (min-width: 1400px) {
  .border-width-xxl-9 {
    border-width: 9px !important;
  }
  .border-width-top-xxl-9 {
    border-top-width: 9px !important;
  }
  .border-width-right-xxl-9 {
    border-right-width: 9px !important;
  }
  .border-width-bottom-xxl-9 {
    border-bottom-width: 9px !important;
  }
  .border-width-left-xxl-9 {
    border-left-width: 9px !important;
  }
}
@media (min-width: 1600px) {
  .border-width-xxxl-9 {
    border-width: 9px !important;
  }
  .border-width-top-xxxl-9 {
    border-top-width: 9px !important;
  }
  .border-width-right-xxxl-9 {
    border-right-width: 9px !important;
  }
  .border-width-bottom-xxxl-9 {
    border-bottom-width: 9px !important;
  }
  .border-width-left-xxxl-9 {
    border-left-width: 9px !important;
  }
}
@media (min-width: 1900px) {
  .border-width-xxxxl-9 {
    border-width: 9px !important;
  }
  .border-width-top-xxxxl-9 {
    border-top-width: 9px !important;
  }
  .border-width-right-xxxxl-9 {
    border-right-width: 9px !important;
  }
  .border-width-bottom-xxxxl-9 {
    border-bottom-width: 9px !important;
  }
  .border-width-left-xxxxl-9 {
    border-left-width: 9px !important;
  }
}
.border-width-10 {
  border-width: 10px !important;
}

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

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

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

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

@media (min-width: 576px) {
  .border-width-sm-10 {
    border-width: 10px !important;
  }
  .border-width-top-sm-10 {
    border-top-width: 10px !important;
  }
  .border-width-right-sm-10 {
    border-right-width: 10px !important;
  }
  .border-width-bottom-sm-10 {
    border-bottom-width: 10px !important;
  }
  .border-width-left-sm-10 {
    border-left-width: 10px !important;
  }
}
@media (min-width: 768px) {
  .border-width-md-10 {
    border-width: 10px !important;
  }
  .border-width-top-md-10 {
    border-top-width: 10px !important;
  }
  .border-width-right-md-10 {
    border-right-width: 10px !important;
  }
  .border-width-bottom-md-10 {
    border-bottom-width: 10px !important;
  }
  .border-width-left-md-10 {
    border-left-width: 10px !important;
  }
}
@media (min-width: 992px) {
  .border-width-lg-10 {
    border-width: 10px !important;
  }
  .border-width-top-lg-10 {
    border-top-width: 10px !important;
  }
  .border-width-right-lg-10 {
    border-right-width: 10px !important;
  }
  .border-width-bottom-lg-10 {
    border-bottom-width: 10px !important;
  }
  .border-width-left-lg-10 {
    border-left-width: 10px !important;
  }
}
@media (min-width: 1200px) {
  .border-width-xl-10 {
    border-width: 10px !important;
  }
  .border-width-top-xl-10 {
    border-top-width: 10px !important;
  }
  .border-width-right-xl-10 {
    border-right-width: 10px !important;
  }
  .border-width-bottom-xl-10 {
    border-bottom-width: 10px !important;
  }
  .border-width-left-xl-10 {
    border-left-width: 10px !important;
  }
}
@media (min-width: 1400px) {
  .border-width-xxl-10 {
    border-width: 10px !important;
  }
  .border-width-top-xxl-10 {
    border-top-width: 10px !important;
  }
  .border-width-right-xxl-10 {
    border-right-width: 10px !important;
  }
  .border-width-bottom-xxl-10 {
    border-bottom-width: 10px !important;
  }
  .border-width-left-xxl-10 {
    border-left-width: 10px !important;
  }
}
@media (min-width: 1600px) {
  .border-width-xxxl-10 {
    border-width: 10px !important;
  }
  .border-width-top-xxxl-10 {
    border-top-width: 10px !important;
  }
  .border-width-right-xxxl-10 {
    border-right-width: 10px !important;
  }
  .border-width-bottom-xxxl-10 {
    border-bottom-width: 10px !important;
  }
  .border-width-left-xxxl-10 {
    border-left-width: 10px !important;
  }
}
@media (min-width: 1900px) {
  .border-width-xxxxl-10 {
    border-width: 10px !important;
  }
  .border-width-top-xxxxl-10 {
    border-top-width: 10px !important;
  }
  .border-width-right-xxxxl-10 {
    border-right-width: 10px !important;
  }
  .border-width-bottom-xxxxl-10 {
    border-bottom-width: 10px !important;
  }
  .border-width-left-xxxxl-10 {
    border-left-width: 10px !important;
  }
}
.border-width-11 {
  border-width: 11px !important;
}

.border-width-top-11 {
  border-top-width: 11px !important;
}

.border-width-right-11 {
  border-right-width: 11px !important;
}

.border-width-bottom-11 {
  border-bottom-width: 11px !important;
}

.border-width-left-11 {
  border-left-width: 11px !important;
}

@media (min-width: 576px) {
  .border-width-sm-11 {
    border-width: 11px !important;
  }
  .border-width-top-sm-11 {
    border-top-width: 11px !important;
  }
  .border-width-right-sm-11 {
    border-right-width: 11px !important;
  }
  .border-width-bottom-sm-11 {
    border-bottom-width: 11px !important;
  }
  .border-width-left-sm-11 {
    border-left-width: 11px !important;
  }
}
@media (min-width: 768px) {
  .border-width-md-11 {
    border-width: 11px !important;
  }
  .border-width-top-md-11 {
    border-top-width: 11px !important;
  }
  .border-width-right-md-11 {
    border-right-width: 11px !important;
  }
  .border-width-bottom-md-11 {
    border-bottom-width: 11px !important;
  }
  .border-width-left-md-11 {
    border-left-width: 11px !important;
  }
}
@media (min-width: 992px) {
  .border-width-lg-11 {
    border-width: 11px !important;
  }
  .border-width-top-lg-11 {
    border-top-width: 11px !important;
  }
  .border-width-right-lg-11 {
    border-right-width: 11px !important;
  }
  .border-width-bottom-lg-11 {
    border-bottom-width: 11px !important;
  }
  .border-width-left-lg-11 {
    border-left-width: 11px !important;
  }
}
@media (min-width: 1200px) {
  .border-width-xl-11 {
    border-width: 11px !important;
  }
  .border-width-top-xl-11 {
    border-top-width: 11px !important;
  }
  .border-width-right-xl-11 {
    border-right-width: 11px !important;
  }
  .border-width-bottom-xl-11 {
    border-bottom-width: 11px !important;
  }
  .border-width-left-xl-11 {
    border-left-width: 11px !important;
  }
}
@media (min-width: 1400px) {
  .border-width-xxl-11 {
    border-width: 11px !important;
  }
  .border-width-top-xxl-11 {
    border-top-width: 11px !important;
  }
  .border-width-right-xxl-11 {
    border-right-width: 11px !important;
  }
  .border-width-bottom-xxl-11 {
    border-bottom-width: 11px !important;
  }
  .border-width-left-xxl-11 {
    border-left-width: 11px !important;
  }
}
@media (min-width: 1600px) {
  .border-width-xxxl-11 {
    border-width: 11px !important;
  }
  .border-width-top-xxxl-11 {
    border-top-width: 11px !important;
  }
  .border-width-right-xxxl-11 {
    border-right-width: 11px !important;
  }
  .border-width-bottom-xxxl-11 {
    border-bottom-width: 11px !important;
  }
  .border-width-left-xxxl-11 {
    border-left-width: 11px !important;
  }
}
@media (min-width: 1900px) {
  .border-width-xxxxl-11 {
    border-width: 11px !important;
  }
  .border-width-top-xxxxl-11 {
    border-top-width: 11px !important;
  }
  .border-width-right-xxxxl-11 {
    border-right-width: 11px !important;
  }
  .border-width-bottom-xxxxl-11 {
    border-bottom-width: 11px !important;
  }
  .border-width-left-xxxxl-11 {
    border-left-width: 11px !important;
  }
}
.border-width-12 {
  border-width: 12px !important;
}

.border-width-top-12 {
  border-top-width: 12px !important;
}

.border-width-right-12 {
  border-right-width: 12px !important;
}

.border-width-bottom-12 {
  border-bottom-width: 12px !important;
}

.border-width-left-12 {
  border-left-width: 12px !important;
}

@media (min-width: 576px) {
  .border-width-sm-12 {
    border-width: 12px !important;
  }
  .border-width-top-sm-12 {
    border-top-width: 12px !important;
  }
  .border-width-right-sm-12 {
    border-right-width: 12px !important;
  }
  .border-width-bottom-sm-12 {
    border-bottom-width: 12px !important;
  }
  .border-width-left-sm-12 {
    border-left-width: 12px !important;
  }
}
@media (min-width: 768px) {
  .border-width-md-12 {
    border-width: 12px !important;
  }
  .border-width-top-md-12 {
    border-top-width: 12px !important;
  }
  .border-width-right-md-12 {
    border-right-width: 12px !important;
  }
  .border-width-bottom-md-12 {
    border-bottom-width: 12px !important;
  }
  .border-width-left-md-12 {
    border-left-width: 12px !important;
  }
}
@media (min-width: 992px) {
  .border-width-lg-12 {
    border-width: 12px !important;
  }
  .border-width-top-lg-12 {
    border-top-width: 12px !important;
  }
  .border-width-right-lg-12 {
    border-right-width: 12px !important;
  }
  .border-width-bottom-lg-12 {
    border-bottom-width: 12px !important;
  }
  .border-width-left-lg-12 {
    border-left-width: 12px !important;
  }
}
@media (min-width: 1200px) {
  .border-width-xl-12 {
    border-width: 12px !important;
  }
  .border-width-top-xl-12 {
    border-top-width: 12px !important;
  }
  .border-width-right-xl-12 {
    border-right-width: 12px !important;
  }
  .border-width-bottom-xl-12 {
    border-bottom-width: 12px !important;
  }
  .border-width-left-xl-12 {
    border-left-width: 12px !important;
  }
}
@media (min-width: 1400px) {
  .border-width-xxl-12 {
    border-width: 12px !important;
  }
  .border-width-top-xxl-12 {
    border-top-width: 12px !important;
  }
  .border-width-right-xxl-12 {
    border-right-width: 12px !important;
  }
  .border-width-bottom-xxl-12 {
    border-bottom-width: 12px !important;
  }
  .border-width-left-xxl-12 {
    border-left-width: 12px !important;
  }
}
@media (min-width: 1600px) {
  .border-width-xxxl-12 {
    border-width: 12px !important;
  }
  .border-width-top-xxxl-12 {
    border-top-width: 12px !important;
  }
  .border-width-right-xxxl-12 {
    border-right-width: 12px !important;
  }
  .border-width-bottom-xxxl-12 {
    border-bottom-width: 12px !important;
  }
  .border-width-left-xxxl-12 {
    border-left-width: 12px !important;
  }
}
@media (min-width: 1900px) {
  .border-width-xxxxl-12 {
    border-width: 12px !important;
  }
  .border-width-top-xxxxl-12 {
    border-top-width: 12px !important;
  }
  .border-width-right-xxxxl-12 {
    border-right-width: 12px !important;
  }
  .border-width-bottom-xxxxl-12 {
    border-bottom-width: 12px !important;
  }
  .border-width-left-xxxxl-12 {
    border-left-width: 12px !important;
  }
}
.border-width-13 {
  border-width: 13px !important;
}

.border-width-top-13 {
  border-top-width: 13px !important;
}

.border-width-right-13 {
  border-right-width: 13px !important;
}

.border-width-bottom-13 {
  border-bottom-width: 13px !important;
}

.border-width-left-13 {
  border-left-width: 13px !important;
}

@media (min-width: 576px) {
  .border-width-sm-13 {
    border-width: 13px !important;
  }
  .border-width-top-sm-13 {
    border-top-width: 13px !important;
  }
  .border-width-right-sm-13 {
    border-right-width: 13px !important;
  }
  .border-width-bottom-sm-13 {
    border-bottom-width: 13px !important;
  }
  .border-width-left-sm-13 {
    border-left-width: 13px !important;
  }
}
@media (min-width: 768px) {
  .border-width-md-13 {
    border-width: 13px !important;
  }
  .border-width-top-md-13 {
    border-top-width: 13px !important;
  }
  .border-width-right-md-13 {
    border-right-width: 13px !important;
  }
  .border-width-bottom-md-13 {
    border-bottom-width: 13px !important;
  }
  .border-width-left-md-13 {
    border-left-width: 13px !important;
  }
}
@media (min-width: 992px) {
  .border-width-lg-13 {
    border-width: 13px !important;
  }
  .border-width-top-lg-13 {
    border-top-width: 13px !important;
  }
  .border-width-right-lg-13 {
    border-right-width: 13px !important;
  }
  .border-width-bottom-lg-13 {
    border-bottom-width: 13px !important;
  }
  .border-width-left-lg-13 {
    border-left-width: 13px !important;
  }
}
@media (min-width: 1200px) {
  .border-width-xl-13 {
    border-width: 13px !important;
  }
  .border-width-top-xl-13 {
    border-top-width: 13px !important;
  }
  .border-width-right-xl-13 {
    border-right-width: 13px !important;
  }
  .border-width-bottom-xl-13 {
    border-bottom-width: 13px !important;
  }
  .border-width-left-xl-13 {
    border-left-width: 13px !important;
  }
}
@media (min-width: 1400px) {
  .border-width-xxl-13 {
    border-width: 13px !important;
  }
  .border-width-top-xxl-13 {
    border-top-width: 13px !important;
  }
  .border-width-right-xxl-13 {
    border-right-width: 13px !important;
  }
  .border-width-bottom-xxl-13 {
    border-bottom-width: 13px !important;
  }
  .border-width-left-xxl-13 {
    border-left-width: 13px !important;
  }
}
@media (min-width: 1600px) {
  .border-width-xxxl-13 {
    border-width: 13px !important;
  }
  .border-width-top-xxxl-13 {
    border-top-width: 13px !important;
  }
  .border-width-right-xxxl-13 {
    border-right-width: 13px !important;
  }
  .border-width-bottom-xxxl-13 {
    border-bottom-width: 13px !important;
  }
  .border-width-left-xxxl-13 {
    border-left-width: 13px !important;
  }
}
@media (min-width: 1900px) {
  .border-width-xxxxl-13 {
    border-width: 13px !important;
  }
  .border-width-top-xxxxl-13 {
    border-top-width: 13px !important;
  }
  .border-width-right-xxxxl-13 {
    border-right-width: 13px !important;
  }
  .border-width-bottom-xxxxl-13 {
    border-bottom-width: 13px !important;
  }
  .border-width-left-xxxxl-13 {
    border-left-width: 13px !important;
  }
}
.border-width-14 {
  border-width: 14px !important;
}

.border-width-top-14 {
  border-top-width: 14px !important;
}

.border-width-right-14 {
  border-right-width: 14px !important;
}

.border-width-bottom-14 {
  border-bottom-width: 14px !important;
}

.border-width-left-14 {
  border-left-width: 14px !important;
}

@media (min-width: 576px) {
  .border-width-sm-14 {
    border-width: 14px !important;
  }
  .border-width-top-sm-14 {
    border-top-width: 14px !important;
  }
  .border-width-right-sm-14 {
    border-right-width: 14px !important;
  }
  .border-width-bottom-sm-14 {
    border-bottom-width: 14px !important;
  }
  .border-width-left-sm-14 {
    border-left-width: 14px !important;
  }
}
@media (min-width: 768px) {
  .border-width-md-14 {
    border-width: 14px !important;
  }
  .border-width-top-md-14 {
    border-top-width: 14px !important;
  }
  .border-width-right-md-14 {
    border-right-width: 14px !important;
  }
  .border-width-bottom-md-14 {
    border-bottom-width: 14px !important;
  }
  .border-width-left-md-14 {
    border-left-width: 14px !important;
  }
}
@media (min-width: 992px) {
  .border-width-lg-14 {
    border-width: 14px !important;
  }
  .border-width-top-lg-14 {
    border-top-width: 14px !important;
  }
  .border-width-right-lg-14 {
    border-right-width: 14px !important;
  }
  .border-width-bottom-lg-14 {
    border-bottom-width: 14px !important;
  }
  .border-width-left-lg-14 {
    border-left-width: 14px !important;
  }
}
@media (min-width: 1200px) {
  .border-width-xl-14 {
    border-width: 14px !important;
  }
  .border-width-top-xl-14 {
    border-top-width: 14px !important;
  }
  .border-width-right-xl-14 {
    border-right-width: 14px !important;
  }
  .border-width-bottom-xl-14 {
    border-bottom-width: 14px !important;
  }
  .border-width-left-xl-14 {
    border-left-width: 14px !important;
  }
}
@media (min-width: 1400px) {
  .border-width-xxl-14 {
    border-width: 14px !important;
  }
  .border-width-top-xxl-14 {
    border-top-width: 14px !important;
  }
  .border-width-right-xxl-14 {
    border-right-width: 14px !important;
  }
  .border-width-bottom-xxl-14 {
    border-bottom-width: 14px !important;
  }
  .border-width-left-xxl-14 {
    border-left-width: 14px !important;
  }
}
@media (min-width: 1600px) {
  .border-width-xxxl-14 {
    border-width: 14px !important;
  }
  .border-width-top-xxxl-14 {
    border-top-width: 14px !important;
  }
  .border-width-right-xxxl-14 {
    border-right-width: 14px !important;
  }
  .border-width-bottom-xxxl-14 {
    border-bottom-width: 14px !important;
  }
  .border-width-left-xxxl-14 {
    border-left-width: 14px !important;
  }
}
@media (min-width: 1900px) {
  .border-width-xxxxl-14 {
    border-width: 14px !important;
  }
  .border-width-top-xxxxl-14 {
    border-top-width: 14px !important;
  }
  .border-width-right-xxxxl-14 {
    border-right-width: 14px !important;
  }
  .border-width-bottom-xxxxl-14 {
    border-bottom-width: 14px !important;
  }
  .border-width-left-xxxxl-14 {
    border-left-width: 14px !important;
  }
}
.border-width-15 {
  border-width: 15px !important;
}

.border-width-top-15 {
  border-top-width: 15px !important;
}

.border-width-right-15 {
  border-right-width: 15px !important;
}

.border-width-bottom-15 {
  border-bottom-width: 15px !important;
}

.border-width-left-15 {
  border-left-width: 15px !important;
}

@media (min-width: 576px) {
  .border-width-sm-15 {
    border-width: 15px !important;
  }
  .border-width-top-sm-15 {
    border-top-width: 15px !important;
  }
  .border-width-right-sm-15 {
    border-right-width: 15px !important;
  }
  .border-width-bottom-sm-15 {
    border-bottom-width: 15px !important;
  }
  .border-width-left-sm-15 {
    border-left-width: 15px !important;
  }
}
@media (min-width: 768px) {
  .border-width-md-15 {
    border-width: 15px !important;
  }
  .border-width-top-md-15 {
    border-top-width: 15px !important;
  }
  .border-width-right-md-15 {
    border-right-width: 15px !important;
  }
  .border-width-bottom-md-15 {
    border-bottom-width: 15px !important;
  }
  .border-width-left-md-15 {
    border-left-width: 15px !important;
  }
}
@media (min-width: 992px) {
  .border-width-lg-15 {
    border-width: 15px !important;
  }
  .border-width-top-lg-15 {
    border-top-width: 15px !important;
  }
  .border-width-right-lg-15 {
    border-right-width: 15px !important;
  }
  .border-width-bottom-lg-15 {
    border-bottom-width: 15px !important;
  }
  .border-width-left-lg-15 {
    border-left-width: 15px !important;
  }
}
@media (min-width: 1200px) {
  .border-width-xl-15 {
    border-width: 15px !important;
  }
  .border-width-top-xl-15 {
    border-top-width: 15px !important;
  }
  .border-width-right-xl-15 {
    border-right-width: 15px !important;
  }
  .border-width-bottom-xl-15 {
    border-bottom-width: 15px !important;
  }
  .border-width-left-xl-15 {
    border-left-width: 15px !important;
  }
}
@media (min-width: 1400px) {
  .border-width-xxl-15 {
    border-width: 15px !important;
  }
  .border-width-top-xxl-15 {
    border-top-width: 15px !important;
  }
  .border-width-right-xxl-15 {
    border-right-width: 15px !important;
  }
  .border-width-bottom-xxl-15 {
    border-bottom-width: 15px !important;
  }
  .border-width-left-xxl-15 {
    border-left-width: 15px !important;
  }
}
@media (min-width: 1600px) {
  .border-width-xxxl-15 {
    border-width: 15px !important;
  }
  .border-width-top-xxxl-15 {
    border-top-width: 15px !important;
  }
  .border-width-right-xxxl-15 {
    border-right-width: 15px !important;
  }
  .border-width-bottom-xxxl-15 {
    border-bottom-width: 15px !important;
  }
  .border-width-left-xxxl-15 {
    border-left-width: 15px !important;
  }
}
@media (min-width: 1900px) {
  .border-width-xxxxl-15 {
    border-width: 15px !important;
  }
  .border-width-top-xxxxl-15 {
    border-top-width: 15px !important;
  }
  .border-width-right-xxxxl-15 {
    border-right-width: 15px !important;
  }
  .border-width-bottom-xxxxl-15 {
    border-bottom-width: 15px !important;
  }
  .border-width-left-xxxxl-15 {
    border-left-width: 15px !important;
  }
}
/* ################################### Width Sizes - END ################################### */
/* ################################### Border Style - START ################################### */
.border-style-none {
  border-style: none !important;
}

.border-style-solid {
  border-style: solid !important;
}

.border-style-dashed {
  border-style: dashed !important;
}

.border-style-dotted {
  border-style: dotted !important;
}

.border-style-double {
  border-style: double !important;
}

/* ################################### Border Style - END ################################### */
/* ################################### Border Radius - START ################################### */
.border-radius-0 {
  border-radius: 0px !important;
}

.border-radius-t-0 {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}

.border-radius-tr-0 {
  border-top-right-radius: 0px !important;
}

.border-radius-tl-0 {
  border-top-left-radius: 0px !important;
}

.border-radius-b-0 {
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.border-radius-br-0 {
  border-bottom-right-radius: 0px !important;
}

.border-radius-bl-0 {
  border-bottom-left-radius: 0px !important;
}

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

.border-radius-t-1 {
  border-top-left-radius: 1px !important;
  border-top-right-radius: 1px !important;
}

.border-radius-tr-1 {
  border-top-right-radius: 1px !important;
}

.border-radius-tl-1 {
  border-top-left-radius: 1px !important;
}

.border-radius-b-1 {
  border-bottom-left-radius: 1px !important;
  border-bottom-right-radius: 1px !important;
}

.border-radius-br-1 {
  border-bottom-right-radius: 1px !important;
}

.border-radius-bl-1 {
  border-bottom-left-radius: 1px !important;
}

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

.border-radius-t-2 {
  border-top-left-radius: 2px !important;
  border-top-right-radius: 2px !important;
}

.border-radius-tr-2 {
  border-top-right-radius: 2px !important;
}

.border-radius-tl-2 {
  border-top-left-radius: 2px !important;
}

.border-radius-b-2 {
  border-bottom-left-radius: 2px !important;
  border-bottom-right-radius: 2px !important;
}

.border-radius-br-2 {
  border-bottom-right-radius: 2px !important;
}

.border-radius-bl-2 {
  border-bottom-left-radius: 2px !important;
}

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

.border-radius-t-3 {
  border-top-left-radius: 3px !important;
  border-top-right-radius: 3px !important;
}

.border-radius-tr-3 {
  border-top-right-radius: 3px !important;
}

.border-radius-tl-3 {
  border-top-left-radius: 3px !important;
}

.border-radius-b-3 {
  border-bottom-left-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
}

.border-radius-br-3 {
  border-bottom-right-radius: 3px !important;
}

.border-radius-bl-3 {
  border-bottom-left-radius: 3px !important;
}

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

.border-radius-t-4 {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
}

.border-radius-tr-4 {
  border-top-right-radius: 4px !important;
}

.border-radius-tl-4 {
  border-top-left-radius: 4px !important;
}

.border-radius-b-4 {
  border-bottom-left-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

.border-radius-br-4 {
  border-bottom-right-radius: 4px !important;
}

.border-radius-bl-4 {
  border-bottom-left-radius: 4px !important;
}

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

.border-radius-t-5 {
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
}

.border-radius-tr-5 {
  border-top-right-radius: 5px !important;
}

.border-radius-tl-5 {
  border-top-left-radius: 5px !important;
}

.border-radius-b-5 {
  border-bottom-left-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

.border-radius-br-5 {
  border-bottom-right-radius: 5px !important;
}

.border-radius-bl-5 {
  border-bottom-left-radius: 5px !important;
}

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

.border-radius-t-6 {
  border-top-left-radius: 6px !important;
  border-top-right-radius: 6px !important;
}

.border-radius-tr-6 {
  border-top-right-radius: 6px !important;
}

.border-radius-tl-6 {
  border-top-left-radius: 6px !important;
}

.border-radius-b-6 {
  border-bottom-left-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
}

.border-radius-br-6 {
  border-bottom-right-radius: 6px !important;
}

.border-radius-bl-6 {
  border-bottom-left-radius: 6px !important;
}

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

.border-radius-t-7 {
  border-top-left-radius: 7px !important;
  border-top-right-radius: 7px !important;
}

.border-radius-tr-7 {
  border-top-right-radius: 7px !important;
}

.border-radius-tl-7 {
  border-top-left-radius: 7px !important;
}

.border-radius-b-7 {
  border-bottom-left-radius: 7px !important;
  border-bottom-right-radius: 7px !important;
}

.border-radius-br-7 {
  border-bottom-right-radius: 7px !important;
}

.border-radius-bl-7 {
  border-bottom-left-radius: 7px !important;
}

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

.border-radius-t-8 {
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
}

.border-radius-tr-8 {
  border-top-right-radius: 8px !important;
}

.border-radius-tl-8 {
  border-top-left-radius: 8px !important;
}

.border-radius-b-8 {
  border-bottom-left-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}

.border-radius-br-8 {
  border-bottom-right-radius: 8px !important;
}

.border-radius-bl-8 {
  border-bottom-left-radius: 8px !important;
}

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

.border-radius-t-9 {
  border-top-left-radius: 9px !important;
  border-top-right-radius: 9px !important;
}

.border-radius-tr-9 {
  border-top-right-radius: 9px !important;
}

.border-radius-tl-9 {
  border-top-left-radius: 9px !important;
}

.border-radius-b-9 {
  border-bottom-left-radius: 9px !important;
  border-bottom-right-radius: 9px !important;
}

.border-radius-br-9 {
  border-bottom-right-radius: 9px !important;
}

.border-radius-bl-9 {
  border-bottom-left-radius: 9px !important;
}

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

.border-radius-t-10 {
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}

.border-radius-tr-10 {
  border-top-right-radius: 10px !important;
}

.border-radius-tl-10 {
  border-top-left-radius: 10px !important;
}

.border-radius-b-10 {
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}

.border-radius-br-10 {
  border-bottom-right-radius: 10px !important;
}

.border-radius-bl-10 {
  border-bottom-left-radius: 10px !important;
}

.border-radius-11 {
  border-radius: 11px !important;
}

.border-radius-t-11 {
  border-top-left-radius: 11px !important;
  border-top-right-radius: 11px !important;
}

.border-radius-tr-11 {
  border-top-right-radius: 11px !important;
}

.border-radius-tl-11 {
  border-top-left-radius: 11px !important;
}

.border-radius-b-11 {
  border-bottom-left-radius: 11px !important;
  border-bottom-right-radius: 11px !important;
}

.border-radius-br-11 {
  border-bottom-right-radius: 11px !important;
}

.border-radius-bl-11 {
  border-bottom-left-radius: 11px !important;
}

.border-radius-12 {
  border-radius: 12px !important;
}

.border-radius-t-12 {
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important;
}

.border-radius-tr-12 {
  border-top-right-radius: 12px !important;
}

.border-radius-tl-12 {
  border-top-left-radius: 12px !important;
}

.border-radius-b-12 {
  border-bottom-left-radius: 12px !important;
  border-bottom-right-radius: 12px !important;
}

.border-radius-br-12 {
  border-bottom-right-radius: 12px !important;
}

.border-radius-bl-12 {
  border-bottom-left-radius: 12px !important;
}

.border-radius-13 {
  border-radius: 13px !important;
}

.border-radius-t-13 {
  border-top-left-radius: 13px !important;
  border-top-right-radius: 13px !important;
}

.border-radius-tr-13 {
  border-top-right-radius: 13px !important;
}

.border-radius-tl-13 {
  border-top-left-radius: 13px !important;
}

.border-radius-b-13 {
  border-bottom-left-radius: 13px !important;
  border-bottom-right-radius: 13px !important;
}

.border-radius-br-13 {
  border-bottom-right-radius: 13px !important;
}

.border-radius-bl-13 {
  border-bottom-left-radius: 13px !important;
}

.border-radius-14 {
  border-radius: 14px !important;
}

.border-radius-t-14 {
  border-top-left-radius: 14px !important;
  border-top-right-radius: 14px !important;
}

.border-radius-tr-14 {
  border-top-right-radius: 14px !important;
}

.border-radius-tl-14 {
  border-top-left-radius: 14px !important;
}

.border-radius-b-14 {
  border-bottom-left-radius: 14px !important;
  border-bottom-right-radius: 14px !important;
}

.border-radius-br-14 {
  border-bottom-right-radius: 14px !important;
}

.border-radius-bl-14 {
  border-bottom-left-radius: 14px !important;
}

.border-radius-15 {
  border-radius: 15px !important;
}

.border-radius-t-15 {
  border-top-left-radius: 15px !important;
  border-top-right-radius: 15px !important;
}

.border-radius-tr-15 {
  border-top-right-radius: 15px !important;
}

.border-radius-tl-15 {
  border-top-left-radius: 15px !important;
}

.border-radius-b-15 {
  border-bottom-left-radius: 15px !important;
  border-bottom-right-radius: 15px !important;
}

.border-radius-br-15 {
  border-bottom-right-radius: 15px !important;
}

.border-radius-bl-15 {
  border-bottom-left-radius: 15px !important;
}

.border-radius-16 {
  border-radius: 16px !important;
}

.border-radius-t-16 {
  border-top-left-radius: 16px !important;
  border-top-right-radius: 16px !important;
}

.border-radius-tr-16 {
  border-top-right-radius: 16px !important;
}

.border-radius-tl-16 {
  border-top-left-radius: 16px !important;
}

.border-radius-b-16 {
  border-bottom-left-radius: 16px !important;
  border-bottom-right-radius: 16px !important;
}

.border-radius-br-16 {
  border-bottom-right-radius: 16px !important;
}

.border-radius-bl-16 {
  border-bottom-left-radius: 16px !important;
}

.border-radius-17 {
  border-radius: 17px !important;
}

.border-radius-t-17 {
  border-top-left-radius: 17px !important;
  border-top-right-radius: 17px !important;
}

.border-radius-tr-17 {
  border-top-right-radius: 17px !important;
}

.border-radius-tl-17 {
  border-top-left-radius: 17px !important;
}

.border-radius-b-17 {
  border-bottom-left-radius: 17px !important;
  border-bottom-right-radius: 17px !important;
}

.border-radius-br-17 {
  border-bottom-right-radius: 17px !important;
}

.border-radius-bl-17 {
  border-bottom-left-radius: 17px !important;
}

.border-radius-18 {
  border-radius: 18px !important;
}

.border-radius-t-18 {
  border-top-left-radius: 18px !important;
  border-top-right-radius: 18px !important;
}

.border-radius-tr-18 {
  border-top-right-radius: 18px !important;
}

.border-radius-tl-18 {
  border-top-left-radius: 18px !important;
}

.border-radius-b-18 {
  border-bottom-left-radius: 18px !important;
  border-bottom-right-radius: 18px !important;
}

.border-radius-br-18 {
  border-bottom-right-radius: 18px !important;
}

.border-radius-bl-18 {
  border-bottom-left-radius: 18px !important;
}

.border-radius-19 {
  border-radius: 19px !important;
}

.border-radius-t-19 {
  border-top-left-radius: 19px !important;
  border-top-right-radius: 19px !important;
}

.border-radius-tr-19 {
  border-top-right-radius: 19px !important;
}

.border-radius-tl-19 {
  border-top-left-radius: 19px !important;
}

.border-radius-b-19 {
  border-bottom-left-radius: 19px !important;
  border-bottom-right-radius: 19px !important;
}

.border-radius-br-19 {
  border-bottom-right-radius: 19px !important;
}

.border-radius-bl-19 {
  border-bottom-left-radius: 19px !important;
}

.border-radius-20 {
  border-radius: 20px !important;
}

.border-radius-t-20 {
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
}

.border-radius-tr-20 {
  border-top-right-radius: 20px !important;
}

.border-radius-tl-20 {
  border-top-left-radius: 20px !important;
}

.border-radius-b-20 {
  border-bottom-left-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
}

.border-radius-br-20 {
  border-bottom-right-radius: 20px !important;
}

.border-radius-bl-20 {
  border-bottom-left-radius: 20px !important;
}

.border-radius-21 {
  border-radius: 21px !important;
}

.border-radius-t-21 {
  border-top-left-radius: 21px !important;
  border-top-right-radius: 21px !important;
}

.border-radius-tr-21 {
  border-top-right-radius: 21px !important;
}

.border-radius-tl-21 {
  border-top-left-radius: 21px !important;
}

.border-radius-b-21 {
  border-bottom-left-radius: 21px !important;
  border-bottom-right-radius: 21px !important;
}

.border-radius-br-21 {
  border-bottom-right-radius: 21px !important;
}

.border-radius-bl-21 {
  border-bottom-left-radius: 21px !important;
}

.border-radius-22 {
  border-radius: 22px !important;
}

.border-radius-t-22 {
  border-top-left-radius: 22px !important;
  border-top-right-radius: 22px !important;
}

.border-radius-tr-22 {
  border-top-right-radius: 22px !important;
}

.border-radius-tl-22 {
  border-top-left-radius: 22px !important;
}

.border-radius-b-22 {
  border-bottom-left-radius: 22px !important;
  border-bottom-right-radius: 22px !important;
}

.border-radius-br-22 {
  border-bottom-right-radius: 22px !important;
}

.border-radius-bl-22 {
  border-bottom-left-radius: 22px !important;
}

.border-radius-23 {
  border-radius: 23px !important;
}

.border-radius-t-23 {
  border-top-left-radius: 23px !important;
  border-top-right-radius: 23px !important;
}

.border-radius-tr-23 {
  border-top-right-radius: 23px !important;
}

.border-radius-tl-23 {
  border-top-left-radius: 23px !important;
}

.border-radius-b-23 {
  border-bottom-left-radius: 23px !important;
  border-bottom-right-radius: 23px !important;
}

.border-radius-br-23 {
  border-bottom-right-radius: 23px !important;
}

.border-radius-bl-23 {
  border-bottom-left-radius: 23px !important;
}

.border-radius-24 {
  border-radius: 24px !important;
}

.border-radius-t-24 {
  border-top-left-radius: 24px !important;
  border-top-right-radius: 24px !important;
}

.border-radius-tr-24 {
  border-top-right-radius: 24px !important;
}

.border-radius-tl-24 {
  border-top-left-radius: 24px !important;
}

.border-radius-b-24 {
  border-bottom-left-radius: 24px !important;
  border-bottom-right-radius: 24px !important;
}

.border-radius-br-24 {
  border-bottom-right-radius: 24px !important;
}

.border-radius-bl-24 {
  border-bottom-left-radius: 24px !important;
}

.border-radius-25 {
  border-radius: 25px !important;
}

.border-radius-t-25 {
  border-top-left-radius: 25px !important;
  border-top-right-radius: 25px !important;
}

.border-radius-tr-25 {
  border-top-right-radius: 25px !important;
}

.border-radius-tl-25 {
  border-top-left-radius: 25px !important;
}

.border-radius-b-25 {
  border-bottom-left-radius: 25px !important;
  border-bottom-right-radius: 25px !important;
}

.border-radius-br-25 {
  border-bottom-right-radius: 25px !important;
}

.border-radius-bl-25 {
  border-bottom-left-radius: 25px !important;
}

.border-radius-26 {
  border-radius: 26px !important;
}

.border-radius-t-26 {
  border-top-left-radius: 26px !important;
  border-top-right-radius: 26px !important;
}

.border-radius-tr-26 {
  border-top-right-radius: 26px !important;
}

.border-radius-tl-26 {
  border-top-left-radius: 26px !important;
}

.border-radius-b-26 {
  border-bottom-left-radius: 26px !important;
  border-bottom-right-radius: 26px !important;
}

.border-radius-br-26 {
  border-bottom-right-radius: 26px !important;
}

.border-radius-bl-26 {
  border-bottom-left-radius: 26px !important;
}

.border-radius-27 {
  border-radius: 27px !important;
}

.border-radius-t-27 {
  border-top-left-radius: 27px !important;
  border-top-right-radius: 27px !important;
}

.border-radius-tr-27 {
  border-top-right-radius: 27px !important;
}

.border-radius-tl-27 {
  border-top-left-radius: 27px !important;
}

.border-radius-b-27 {
  border-bottom-left-radius: 27px !important;
  border-bottom-right-radius: 27px !important;
}

.border-radius-br-27 {
  border-bottom-right-radius: 27px !important;
}

.border-radius-bl-27 {
  border-bottom-left-radius: 27px !important;
}

.border-radius-28 {
  border-radius: 28px !important;
}

.border-radius-t-28 {
  border-top-left-radius: 28px !important;
  border-top-right-radius: 28px !important;
}

.border-radius-tr-28 {
  border-top-right-radius: 28px !important;
}

.border-radius-tl-28 {
  border-top-left-radius: 28px !important;
}

.border-radius-b-28 {
  border-bottom-left-radius: 28px !important;
  border-bottom-right-radius: 28px !important;
}

.border-radius-br-28 {
  border-bottom-right-radius: 28px !important;
}

.border-radius-bl-28 {
  border-bottom-left-radius: 28px !important;
}

.border-radius-29 {
  border-radius: 29px !important;
}

.border-radius-t-29 {
  border-top-left-radius: 29px !important;
  border-top-right-radius: 29px !important;
}

.border-radius-tr-29 {
  border-top-right-radius: 29px !important;
}

.border-radius-tl-29 {
  border-top-left-radius: 29px !important;
}

.border-radius-b-29 {
  border-bottom-left-radius: 29px !important;
  border-bottom-right-radius: 29px !important;
}

.border-radius-br-29 {
  border-bottom-right-radius: 29px !important;
}

.border-radius-bl-29 {
  border-bottom-left-radius: 29px !important;
}

.border-radius-30 {
  border-radius: 30px !important;
}

.border-radius-t-30 {
  border-top-left-radius: 30px !important;
  border-top-right-radius: 30px !important;
}

.border-radius-tr-30 {
  border-top-right-radius: 30px !important;
}

.border-radius-tl-30 {
  border-top-left-radius: 30px !important;
}

.border-radius-b-30 {
  border-bottom-left-radius: 30px !important;
  border-bottom-right-radius: 30px !important;
}

.border-radius-br-30 {
  border-bottom-right-radius: 30px !important;
}

.border-radius-bl-30 {
  border-bottom-left-radius: 30px !important;
}

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

.border-radius-t-0 {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}

.border-radius-tr-0 {
  border-top-right-radius: 0px !important;
}

.border-radius-tl-0 {
  border-top-left-radius: 0px !important;
}

.border-radius-b-0 {
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.border-radius-br-0 {
  border-bottom-right-radius: 0px !important;
}

.border-radius-bl-0 {
  border-bottom-left-radius: 0px !important;
}

/* ################################### Border Radius - END ################################### */
.text-underline {
  text-decoration: underline;
}

.font-xs {
  font-size: 18px !important;
}

.font-sm {
  font-size: 20px !important;
}

.font-md {
  font-size: 22px !important;
}

.font-lg {
  font-size: 25px !important;
}

.font-xl {
  font-size: 28px !important;
}

.font-xxl {
  font-size: 32px !important;
}

.font-weight-lighter {
  font-weight: 200;
}

.font-weight-light {
  font-weight: 300;
}

.font-weight-normal {
  font-weight: 400;
}

.font-weight-medium {
  font-weight: 500;
}

.font-weight-bold {
  font-weight: 600;
}

.font-weight-bolder {
  font-weight: 700;
}

h6,
.h6, h5,
.h5, h4,
.h4, h3,
.h3, h2,
.h2, h1,
.h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 400;
  line-height: 1.2;
  color: #111111;
}

h1,
.h1 {
  font-size: 92px;
}

h2,
.h2 {
  font-size: 72px;
}

h3,
.h3 {
  font-size: 62px;
}

h4,
.h4 {
  font-size: 52px;
}

h5,
.h5 {
  font-size: 42px;
}

h6,
.h6 {
  font-size: 32px;
}

/* ############################## Body - START ############################## */
body {
  margin: 0;
  padding: 0;
  font-family: "Darker Grotesque", sans-serif;
  font-weight: 300;
  font-size: 22px;
  color: #555555;
}

/* ############################## Body - END ############################## */
.text-white {
  color: #ffffff !important;
}

.text-body {
  color: #555555 !important;
}

.text-muted {
  color: #888888 !important;
}

.text-light {
  color: rgb(159.8, 159.8, 159.8) !important;
}

.text-dark {
  color: #111111 !important;
}

.text-heading {
  color: #111111 !important;
}

/* ############################## Text Wrap - START ############################## */
.text-nowrap {
  white-space: nowrap !important;
}

@media (min-width: 576px) {
  .text-sm-nowrap {
    white-space: nowrap !important;
  }
}
@media (min-width: 768px) {
  .text-md-nowrap {
    white-space: nowrap !important;
  }
}
@media (min-width: 992px) {
  .text-lg-nowrap {
    white-space: nowrap !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-nowrap {
    white-space: nowrap !important;
  }
}
@media (min-width: 1400px) {
  .text-xxl-nowrap {
    white-space: nowrap !important;
  }
}
@media (min-width: 1600px) {
  .text-xxxl-nowrap {
    white-space: nowrap !important;
  }
}
@media (min-width: 1900px) {
  .text-xxxxl-nowrap {
    white-space: nowrap !important;
  }
}
/* ############################## Text Wrap - END ############################## */
/* ############################## Link - START ############################## */
a {
  color: #1A8E42;
}

/* ############################## Link - END ############################## */
/* ############################## Icons - END ############################## */
.icon-media {
  line-height: 1;
}

.icon-font.icon-10 {
  font-size: 10px !important;
}

img.icon-img.icon-10 {
  height: 10px !important;
  width: 10px !important;
  max-width: none !important;
  max-height: none !important;
}
img.icon-img.icon-w-10 {
  width: 10px !important;
  max-width: none !important;
}
img.icon-img.icon-h-10 {
  height: 10px !important;
  max-height: none !important;
}
img.icon-img.icon-max-w-10 {
  max-width: 10px !important;
}
img.icon-img.icon-max-h-10 {
  max-height: 10px !important;
}

.icon-font.icon-12 {
  font-size: 12px !important;
}

img.icon-img.icon-12 {
  height: 12px !important;
  width: 12px !important;
  max-width: none !important;
  max-height: none !important;
}
img.icon-img.icon-w-12 {
  width: 12px !important;
  max-width: none !important;
}
img.icon-img.icon-h-12 {
  height: 12px !important;
  max-height: none !important;
}
img.icon-img.icon-max-w-12 {
  max-width: 12px !important;
}
img.icon-img.icon-max-h-12 {
  max-height: 12px !important;
}

.icon-font.icon-15 {
  font-size: 15px !important;
}

img.icon-img.icon-15 {
  height: 15px !important;
  width: 15px !important;
  max-width: none !important;
  max-height: none !important;
}
img.icon-img.icon-w-15 {
  width: 15px !important;
  max-width: none !important;
}
img.icon-img.icon-h-15 {
  height: 15px !important;
  max-height: none !important;
}
img.icon-img.icon-max-w-15 {
  max-width: 15px !important;
}
img.icon-img.icon-max-h-15 {
  max-height: 15px !important;
}

.icon-font.icon-18 {
  font-size: 18px !important;
}

img.icon-img.icon-18 {
  height: 18px !important;
  width: 18px !important;
  max-width: none !important;
  max-height: none !important;
}
img.icon-img.icon-w-18 {
  width: 18px !important;
  max-width: none !important;
}
img.icon-img.icon-h-18 {
  height: 18px !important;
  max-height: none !important;
}
img.icon-img.icon-max-w-18 {
  max-width: 18px !important;
}
img.icon-img.icon-max-h-18 {
  max-height: 18px !important;
}

.icon-font.icon-20 {
  font-size: 20px !important;
}

img.icon-img.icon-20 {
  height: 20px !important;
  width: 20px !important;
  max-width: none !important;
  max-height: none !important;
}
img.icon-img.icon-w-20 {
  width: 20px !important;
  max-width: none !important;
}
img.icon-img.icon-h-20 {
  height: 20px !important;
  max-height: none !important;
}
img.icon-img.icon-max-w-20 {
  max-width: 20px !important;
}
img.icon-img.icon-max-h-20 {
  max-height: 20px !important;
}

.icon-font.icon-25 {
  font-size: 25px !important;
}

img.icon-img.icon-25 {
  height: 25px !important;
  width: 25px !important;
  max-width: none !important;
  max-height: none !important;
}
img.icon-img.icon-w-25 {
  width: 25px !important;
  max-width: none !important;
}
img.icon-img.icon-h-25 {
  height: 25px !important;
  max-height: none !important;
}
img.icon-img.icon-max-w-25 {
  max-width: 25px !important;
}
img.icon-img.icon-max-h-25 {
  max-height: 25px !important;
}

.icon-font.icon-30 {
  font-size: 30px !important;
}

img.icon-img.icon-30 {
  height: 30px !important;
  width: 30px !important;
  max-width: none !important;
  max-height: none !important;
}
img.icon-img.icon-w-30 {
  width: 30px !important;
  max-width: none !important;
}
img.icon-img.icon-h-30 {
  height: 30px !important;
  max-height: none !important;
}
img.icon-img.icon-max-w-30 {
  max-width: 30px !important;
}
img.icon-img.icon-max-h-30 {
  max-height: 30px !important;
}

.icon-font.icon-35 {
  font-size: 35px !important;
}

img.icon-img.icon-35 {
  height: 35px !important;
  width: 35px !important;
  max-width: none !important;
  max-height: none !important;
}
img.icon-img.icon-w-35 {
  width: 35px !important;
  max-width: none !important;
}
img.icon-img.icon-h-35 {
  height: 35px !important;
  max-height: none !important;
}
img.icon-img.icon-max-w-35 {
  max-width: 35px !important;
}
img.icon-img.icon-max-h-35 {
  max-height: 35px !important;
}

.icon-font.icon-40 {
  font-size: 40px !important;
}

img.icon-img.icon-40 {
  height: 40px !important;
  width: 40px !important;
  max-width: none !important;
  max-height: none !important;
}
img.icon-img.icon-w-40 {
  width: 40px !important;
  max-width: none !important;
}
img.icon-img.icon-h-40 {
  height: 40px !important;
  max-height: none !important;
}
img.icon-img.icon-max-w-40 {
  max-width: 40px !important;
}
img.icon-img.icon-max-h-40 {
  max-height: 40px !important;
}

.icon-font.icon-45 {
  font-size: 45px !important;
}

img.icon-img.icon-45 {
  height: 45px !important;
  width: 45px !important;
  max-width: none !important;
  max-height: none !important;
}
img.icon-img.icon-w-45 {
  width: 45px !important;
  max-width: none !important;
}
img.icon-img.icon-h-45 {
  height: 45px !important;
  max-height: none !important;
}
img.icon-img.icon-max-w-45 {
  max-width: 45px !important;
}
img.icon-img.icon-max-h-45 {
  max-height: 45px !important;
}

.icon-font.icon-50 {
  font-size: 50px !important;
}

img.icon-img.icon-50 {
  height: 50px !important;
  width: 50px !important;
  max-width: none !important;
  max-height: none !important;
}
img.icon-img.icon-w-50 {
  width: 50px !important;
  max-width: none !important;
}
img.icon-img.icon-h-50 {
  height: 50px !important;
  max-height: none !important;
}
img.icon-img.icon-max-w-50 {
  max-width: 50px !important;
}
img.icon-img.icon-max-h-50 {
  max-height: 50px !important;
}

.icon-font.icon-60 {
  font-size: 60px !important;
}

img.icon-img.icon-60 {
  height: 60px !important;
  width: 60px !important;
  max-width: none !important;
  max-height: none !important;
}
img.icon-img.icon-w-60 {
  width: 60px !important;
  max-width: none !important;
}
img.icon-img.icon-h-60 {
  height: 60px !important;
  max-height: none !important;
}
img.icon-img.icon-max-w-60 {
  max-width: 60px !important;
}
img.icon-img.icon-max-h-60 {
  max-height: 60px !important;
}

.icon-font.icon-70 {
  font-size: 70px !important;
}

img.icon-img.icon-70 {
  height: 70px !important;
  width: 70px !important;
  max-width: none !important;
  max-height: none !important;
}
img.icon-img.icon-w-70 {
  width: 70px !important;
  max-width: none !important;
}
img.icon-img.icon-h-70 {
  height: 70px !important;
  max-height: none !important;
}
img.icon-img.icon-max-w-70 {
  max-width: 70px !important;
}
img.icon-img.icon-max-h-70 {
  max-height: 70px !important;
}

.icon-font.icon-80 {
  font-size: 80px !important;
}

img.icon-img.icon-80 {
  height: 80px !important;
  width: 80px !important;
  max-width: none !important;
  max-height: none !important;
}
img.icon-img.icon-w-80 {
  width: 80px !important;
  max-width: none !important;
}
img.icon-img.icon-h-80 {
  height: 80px !important;
  max-height: none !important;
}
img.icon-img.icon-max-w-80 {
  max-width: 80px !important;
}
img.icon-img.icon-max-h-80 {
  max-height: 80px !important;
}

.icon-font.icon-90 {
  font-size: 90px !important;
}

img.icon-img.icon-90 {
  height: 90px !important;
  width: 90px !important;
  max-width: none !important;
  max-height: none !important;
}
img.icon-img.icon-w-90 {
  width: 90px !important;
  max-width: none !important;
}
img.icon-img.icon-h-90 {
  height: 90px !important;
  max-height: none !important;
}
img.icon-img.icon-max-w-90 {
  max-width: 90px !important;
}
img.icon-img.icon-max-h-90 {
  max-height: 90px !important;
}

.icon-font.icon-100 {
  font-size: 100px !important;
}

img.icon-img.icon-100 {
  height: 100px !important;
  width: 100px !important;
  max-width: none !important;
  max-height: none !important;
}
img.icon-img.icon-w-100 {
  width: 100px !important;
  max-width: none !important;
}
img.icon-img.icon-h-100 {
  height: 100px !important;
  max-height: none !important;
}
img.icon-img.icon-max-w-100 {
  max-width: 100px !important;
}
img.icon-img.icon-max-h-100 {
  max-height: 100px !important;
}

.icon-font.icon-110 {
  font-size: 110px !important;
}

img.icon-img.icon-110 {
  height: 110px !important;
  width: 110px !important;
  max-width: none !important;
  max-height: none !important;
}
img.icon-img.icon-w-110 {
  width: 110px !important;
  max-width: none !important;
}
img.icon-img.icon-h-110 {
  height: 110px !important;
  max-height: none !important;
}
img.icon-img.icon-max-w-110 {
  max-width: 110px !important;
}
img.icon-img.icon-max-h-110 {
  max-height: 110px !important;
}

.icon-font.icon-120 {
  font-size: 120px !important;
}

img.icon-img.icon-120 {
  height: 120px !important;
  width: 120px !important;
  max-width: none !important;
  max-height: none !important;
}
img.icon-img.icon-w-120 {
  width: 120px !important;
  max-width: none !important;
}
img.icon-img.icon-h-120 {
  height: 120px !important;
  max-height: none !important;
}
img.icon-img.icon-max-w-120 {
  max-width: 120px !important;
}
img.icon-img.icon-max-h-120 {
  max-height: 120px !important;
}

.icon-font.icon-130 {
  font-size: 130px !important;
}

img.icon-img.icon-130 {
  height: 130px !important;
  width: 130px !important;
  max-width: none !important;
  max-height: none !important;
}
img.icon-img.icon-w-130 {
  width: 130px !important;
  max-width: none !important;
}
img.icon-img.icon-h-130 {
  height: 130px !important;
  max-height: none !important;
}
img.icon-img.icon-max-w-130 {
  max-width: 130px !important;
}
img.icon-img.icon-max-h-130 {
  max-height: 130px !important;
}

.icon-font.icon-140 {
  font-size: 140px !important;
}

img.icon-img.icon-140 {
  height: 140px !important;
  width: 140px !important;
  max-width: none !important;
  max-height: none !important;
}
img.icon-img.icon-w-140 {
  width: 140px !important;
  max-width: none !important;
}
img.icon-img.icon-h-140 {
  height: 140px !important;
  max-height: none !important;
}
img.icon-img.icon-max-w-140 {
  max-width: 140px !important;
}
img.icon-img.icon-max-h-140 {
  max-height: 140px !important;
}

.icon-font.icon-150 {
  font-size: 150px !important;
}

img.icon-img.icon-150 {
  height: 150px !important;
  width: 150px !important;
  max-width: none !important;
  max-height: none !important;
}
img.icon-img.icon-w-150 {
  width: 150px !important;
  max-width: none !important;
}
img.icon-img.icon-h-150 {
  height: 150px !important;
  max-height: none !important;
}
img.icon-img.icon-max-w-150 {
  max-width: 150px !important;
}
img.icon-img.icon-max-h-150 {
  max-height: 150px !important;
}

.icon-font.icon-160 {
  font-size: 160px !important;
}

img.icon-img.icon-160 {
  height: 160px !important;
  width: 160px !important;
  max-width: none !important;
  max-height: none !important;
}
img.icon-img.icon-w-160 {
  width: 160px !important;
  max-width: none !important;
}
img.icon-img.icon-h-160 {
  height: 160px !important;
  max-height: none !important;
}
img.icon-img.icon-max-w-160 {
  max-width: 160px !important;
}
img.icon-img.icon-max-h-160 {
  max-height: 160px !important;
}

.icon-font.icon-170 {
  font-size: 170px !important;
}

img.icon-img.icon-170 {
  height: 170px !important;
  width: 170px !important;
  max-width: none !important;
  max-height: none !important;
}
img.icon-img.icon-w-170 {
  width: 170px !important;
  max-width: none !important;
}
img.icon-img.icon-h-170 {
  height: 170px !important;
  max-height: none !important;
}
img.icon-img.icon-max-w-170 {
  max-width: 170px !important;
}
img.icon-img.icon-max-h-170 {
  max-height: 170px !important;
}

.icon-font.icon-180 {
  font-size: 180px !important;
}

img.icon-img.icon-180 {
  height: 180px !important;
  width: 180px !important;
  max-width: none !important;
  max-height: none !important;
}
img.icon-img.icon-w-180 {
  width: 180px !important;
  max-width: none !important;
}
img.icon-img.icon-h-180 {
  height: 180px !important;
  max-height: none !important;
}
img.icon-img.icon-max-w-180 {
  max-width: 180px !important;
}
img.icon-img.icon-max-h-180 {
  max-height: 180px !important;
}

.icon-font.icon-190 {
  font-size: 190px !important;
}

img.icon-img.icon-190 {
  height: 190px !important;
  width: 190px !important;
  max-width: none !important;
  max-height: none !important;
}
img.icon-img.icon-w-190 {
  width: 190px !important;
  max-width: none !important;
}
img.icon-img.icon-h-190 {
  height: 190px !important;
  max-height: none !important;
}
img.icon-img.icon-max-w-190 {
  max-width: 190px !important;
}
img.icon-img.icon-max-h-190 {
  max-height: 190px !important;
}

.icon-font.icon-200 {
  font-size: 200px !important;
}

img.icon-img.icon-200 {
  height: 200px !important;
  width: 200px !important;
  max-width: none !important;
  max-height: none !important;
}
img.icon-img.icon-w-200 {
  width: 200px !important;
  max-width: none !important;
}
img.icon-img.icon-h-200 {
  height: 200px !important;
  max-height: none !important;
}
img.icon-img.icon-max-w-200 {
  max-width: 200px !important;
}
img.icon-img.icon-max-h-200 {
  max-height: 200px !important;
}

.icon-font.icon-210 {
  font-size: 210px !important;
}

img.icon-img.icon-210 {
  height: 210px !important;
  width: 210px !important;
  max-width: none !important;
  max-height: none !important;
}
img.icon-img.icon-w-210 {
  width: 210px !important;
  max-width: none !important;
}
img.icon-img.icon-h-210 {
  height: 210px !important;
  max-height: none !important;
}
img.icon-img.icon-max-w-210 {
  max-width: 210px !important;
}
img.icon-img.icon-max-h-210 {
  max-height: 210px !important;
}

.icon-font.icon-220 {
  font-size: 220px !important;
}

img.icon-img.icon-220 {
  height: 220px !important;
  width: 220px !important;
  max-width: none !important;
  max-height: none !important;
}
img.icon-img.icon-w-220 {
  width: 220px !important;
  max-width: none !important;
}
img.icon-img.icon-h-220 {
  height: 220px !important;
  max-height: none !important;
}
img.icon-img.icon-max-w-220 {
  max-width: 220px !important;
}
img.icon-img.icon-max-h-220 {
  max-height: 220px !important;
}

.icon-font.icon-230 {
  font-size: 230px !important;
}

img.icon-img.icon-230 {
  height: 230px !important;
  width: 230px !important;
  max-width: none !important;
  max-height: none !important;
}
img.icon-img.icon-w-230 {
  width: 230px !important;
  max-width: none !important;
}
img.icon-img.icon-h-230 {
  height: 230px !important;
  max-height: none !important;
}
img.icon-img.icon-max-w-230 {
  max-width: 230px !important;
}
img.icon-img.icon-max-h-230 {
  max-height: 230px !important;
}

.icon-font.icon-240 {
  font-size: 240px !important;
}

img.icon-img.icon-240 {
  height: 240px !important;
  width: 240px !important;
  max-width: none !important;
  max-height: none !important;
}
img.icon-img.icon-w-240 {
  width: 240px !important;
  max-width: none !important;
}
img.icon-img.icon-h-240 {
  height: 240px !important;
  max-height: none !important;
}
img.icon-img.icon-max-w-240 {
  max-width: 240px !important;
}
img.icon-img.icon-max-h-240 {
  max-height: 240px !important;
}

.icon-font.icon-250 {
  font-size: 250px !important;
}

img.icon-img.icon-250 {
  height: 250px !important;
  width: 250px !important;
  max-width: none !important;
  max-height: none !important;
}
img.icon-img.icon-w-250 {
  width: 250px !important;
  max-width: none !important;
}
img.icon-img.icon-h-250 {
  height: 250px !important;
  max-height: none !important;
}
img.icon-img.icon-max-w-250 {
  max-width: 250px !important;
}
img.icon-img.icon-max-h-250 {
  max-height: 250px !important;
}

.icon-font.icon-260 {
  font-size: 260px !important;
}

img.icon-img.icon-260 {
  height: 260px !important;
  width: 260px !important;
  max-width: none !important;
  max-height: none !important;
}
img.icon-img.icon-w-260 {
  width: 260px !important;
  max-width: none !important;
}
img.icon-img.icon-h-260 {
  height: 260px !important;
  max-height: none !important;
}
img.icon-img.icon-max-w-260 {
  max-width: 260px !important;
}
img.icon-img.icon-max-h-260 {
  max-height: 260px !important;
}

.icon-font.icon-270 {
  font-size: 270px !important;
}

img.icon-img.icon-270 {
  height: 270px !important;
  width: 270px !important;
  max-width: none !important;
  max-height: none !important;
}
img.icon-img.icon-w-270 {
  width: 270px !important;
  max-width: none !important;
}
img.icon-img.icon-h-270 {
  height: 270px !important;
  max-height: none !important;
}
img.icon-img.icon-max-w-270 {
  max-width: 270px !important;
}
img.icon-img.icon-max-h-270 {
  max-height: 270px !important;
}

.icon-font.icon-280 {
  font-size: 280px !important;
}

img.icon-img.icon-280 {
  height: 280px !important;
  width: 280px !important;
  max-width: none !important;
  max-height: none !important;
}
img.icon-img.icon-w-280 {
  width: 280px !important;
  max-width: none !important;
}
img.icon-img.icon-h-280 {
  height: 280px !important;
  max-height: none !important;
}
img.icon-img.icon-max-w-280 {
  max-width: 280px !important;
}
img.icon-img.icon-max-h-280 {
  max-height: 280px !important;
}

.icon-font.icon-290 {
  font-size: 290px !important;
}

img.icon-img.icon-290 {
  height: 290px !important;
  width: 290px !important;
  max-width: none !important;
  max-height: none !important;
}
img.icon-img.icon-w-290 {
  width: 290px !important;
  max-width: none !important;
}
img.icon-img.icon-h-290 {
  height: 290px !important;
  max-height: none !important;
}
img.icon-img.icon-max-w-290 {
  max-width: 290px !important;
}
img.icon-img.icon-max-h-290 {
  max-height: 290px !important;
}

.icon-font.icon-300 {
  font-size: 300px !important;
}

img.icon-img.icon-300 {
  height: 300px !important;
  width: 300px !important;
  max-width: none !important;
  max-height: none !important;
}
img.icon-img.icon-w-300 {
  width: 300px !important;
  max-width: none !important;
}
img.icon-img.icon-h-300 {
  height: 300px !important;
  max-height: none !important;
}
img.icon-img.icon-max-w-300 {
  max-width: 300px !important;
}
img.icon-img.icon-max-h-300 {
  max-height: 300px !important;
}

.icon-font.icon-310 {
  font-size: 310px !important;
}

img.icon-img.icon-310 {
  height: 310px !important;
  width: 310px !important;
  max-width: none !important;
  max-height: none !important;
}
img.icon-img.icon-w-310 {
  width: 310px !important;
  max-width: none !important;
}
img.icon-img.icon-h-310 {
  height: 310px !important;
  max-height: none !important;
}
img.icon-img.icon-max-w-310 {
  max-width: 310px !important;
}
img.icon-img.icon-max-h-310 {
  max-height: 310px !important;
}

.icon-font.icon-320 {
  font-size: 320px !important;
}

img.icon-img.icon-320 {
  height: 320px !important;
  width: 320px !important;
  max-width: none !important;
  max-height: none !important;
}
img.icon-img.icon-w-320 {
  width: 320px !important;
  max-width: none !important;
}
img.icon-img.icon-h-320 {
  height: 320px !important;
  max-height: none !important;
}
img.icon-img.icon-max-w-320 {
  max-width: 320px !important;
}
img.icon-img.icon-max-h-320 {
  max-height: 320px !important;
}

/* ############################## Icons - END ############################## */
.table.table-break tr {
  display: grid;
}
@media (min-width: 576px) {
  .table.table-sm-nobreak tr {
    display: table-row;
  }
}
@media (min-width: 768px) {
  .table.table-md-nobreak tr {
    display: table-row;
  }
}
@media (min-width: 992px) {
  .table.table-lg-nobreak tr {
    display: table-row;
  }
}
@media (min-width: 1200px) {
  .table.table-xl-nobreak tr {
    display: table-row;
  }
}
@media (min-width: 1400px) {
  .table.table-xxl-nobreak tr {
    display: table-row;
  }
}
@media (min-width: 1600px) {
  .table.table-xxxl-nobreak tr {
    display: table-row;
  }
}
@media (min-width: 1900px) {
  .table.table-xxxxl-nobreak tr {
    display: table-row;
  }
}