/* Bootstrap Configuration
    # Functions first (so you can manipulate colors, SVGs, calc, etc)
*/
/* Local Configuration to overrides Bootstrap variables
    # Include any default variable overrides here
    # Default variable overrides
*/
/* customization of Bootstrap */
/* Bootstrap Configuration
    # Remainder of required Bootstrap stylesheets
*/
/* Local Configuration
    # Bootstrap and its default variables
    # Make changes to the !default Bootstrap variables
*/
@import url("https://fonts.googleapis.com/css2?family=Zilla+Slab:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap");
:root {
  --bs-font-sans: "Zilla Slab", serif;
  /* Palette */
  /*--pb-primary:           #131C26;
  --pb-secondary:         #364F6B;
  --pb-tertiary:          #3C93AE;*/
  /* App Theme / Brand */
}

/* Local Configuration
    # Local utilities to add in Bootstrap stylesheets
*/
/* remap grays */
/* Bootstrap 4 mixins - no change */
/* from Bootstrap 4 utilities - replaced $theme-colors with $colors */
.text-blue {
  color: #48B2D3 !important;
}

a.text-blue:focus {
  color: #2d99bb !important;
}
a.text-blue:hover {
  color: #2d99bb !important;
}

.text-indigo {
  color: #6366F1 !important;
}

a.text-indigo:focus {
  color: #3438ed !important;
}
a.text-indigo:hover {
  color: #3438ed !important;
}

.text-purple {
  color: #8B5CF6 !important;
}

a.text-purple:focus {
  color: #692cf3 !important;
}
a.text-purple:hover {
  color: #692cf3 !important;
}

.text-pink {
  color: #C61A4E !important;
}

a.text-pink:focus {
  color: #99143c !important;
}
a.text-pink:hover {
  color: #99143c !important;
}

.text-red {
  color: #D20000 !important;
}

a.text-red:focus {
  color: #9f0000 !important;
}
a.text-red:hover {
  color: #9f0000 !important;
}

.text-orange {
  color: #F97316 !important;
}

a.text-orange:focus {
  color: #d65b06 !important;
}
a.text-orange:hover {
  color: #d65b06 !important;
}

.text-yellow {
  color: #EBA337 !important;
}

a.text-yellow:focus {
  color: #d98b16 !important;
}
a.text-yellow:hover {
  color: #d98b16 !important;
}

.text-green {
  color: #1AC688 !important;
}

a.text-green:focus {
  color: #149969 !important;
}
a.text-green:hover {
  color: #149969 !important;
}

.text-teal {
  color: #14B8A6 !important;
}

a.text-teal:focus {
  color: #0f8a7d !important;
}
a.text-teal:hover {
  color: #0f8a7d !important;
}

.text-cyan {
  color: #06B6D4 !important;
}

a.text-cyan:focus {
  color: #058ba2 !important;
}
a.text-cyan:hover {
  color: #058ba2 !important;
}

.text-white {
  color: #fff !important;
}

a.text-white:focus {
  color: #e6e6e6 !important;
}
a.text-white:hover {
  color: #e6e6e6 !important;
}

.text-gray {
  color: #4B5563 !important;
}

a.text-gray:focus {
  color: #353c46 !important;
}
a.text-gray:hover {
  color: #353c46 !important;
}

.text-gray-dark {
  color: #1F2937 !important;
}

a.text-gray-dark:focus {
  color: #0d1116 !important;
}
a.text-gray-dark:hover {
  color: #0d1116 !important;
}

.text-blue-dark {
  color: #364F6B !important;
}

a.text-blue-dark:focus {
  color: #253649 !important;
}
a.text-blue-dark:hover {
  color: #253649 !important;
}

.text-blue-moderate {
  color: #4f82b6 !important;
}

a.text-blue-moderate:focus {
  color: #3e6994 !important;
}
a.text-blue-moderate:hover {
  color: #3e6994 !important;
}

.text-cyan-dark {
  color: #3C93AE !important;
}

a.text-cyan-dark:focus {
  color: #2f7388 !important;
}
a.text-cyan-dark:hover {
  color: #2f7388 !important;
}

.text-blue-50 {
  color: #edf7fb !important;
}

a.text-blue-50:focus {
  color: #c3e4f2 !important;
}
a.text-blue-50:hover {
  color: #c3e4f2 !important;
}

.text-blue-100 {
  color: #e4f3f8 !important;
}

a.text-blue-100:focus {
  color: #bce1ee !important;
}
a.text-blue-100:hover {
  color: #bce1ee !important;
}

.text-blue-200 {
  color: #d1ecf4 !important;
}

a.text-blue-200:focus {
  color: #a8dbea !important;
}
a.text-blue-200:hover {
  color: #a8dbea !important;
}

.text-blue-300 {
  color: #a4d9e9 !important;
}

a.text-blue-300:focus {
  color: #7bc8df !important;
}
a.text-blue-300:hover {
  color: #7bc8df !important;
}

.text-blue-400 {
  color: #76c5de !important;
}

a.text-blue-400:focus {
  color: #4db4d4 !important;
}
a.text-blue-400:hover {
  color: #4db4d4 !important;
}

.text-blue-500 {
  color: #48b2d3 !important;
}

a.text-blue-500:focus {
  color: #2d99bb !important;
}
a.text-blue-500:hover {
  color: #2d99bb !important;
}

.text-blue-600 {
  color: #36869e !important;
}

a.text-blue-600:focus {
  color: #296678 !important;
}
a.text-blue-600:hover {
  color: #296678 !important;
}

.text-blue-700 {
  color: #24596a !important;
}

a.text-blue-700:focus {
  color: #173944 !important;
}
a.text-blue-700:hover {
  color: #173944 !important;
}

.text-blue-800 {
  color: #122d35 !important;
}

a.text-blue-800:focus {
  color: #050d0f !important;
}
a.text-blue-800:hover {
  color: #050d0f !important;
}

.text-blue-900 {
  color: #0b1b20 !important;
}

a.text-blue-900:focus {
  color: black !important;
}
a.text-blue-900:hover {
  color: black !important;
}

.text-indigo-50 {
  color: #eff0fe !important;
}

a.text-indigo-50:focus {
  color: #bfc3fb !important;
}
a.text-indigo-50:hover {
  color: #bfc3fb !important;
}

.text-indigo-100 {
  color: #e8e8fd !important;
}

a.text-indigo-100:focus {
  color: #b9b9f9 !important;
}
a.text-indigo-100:hover {
  color: #b9b9f9 !important;
}

.text-indigo-200 {
  color: #d8d9fc !important;
}

a.text-indigo-200:focus {
  color: #a9abf8 !important;
}
a.text-indigo-200:hover {
  color: #a9abf8 !important;
}

.text-indigo-300 {
  color: #b1b3f8 !important;
}

a.text-indigo-300:focus {
  color: #8285f4 !important;
}
a.text-indigo-300:hover {
  color: #8285f4 !important;
}

.text-indigo-400 {
  color: #8a8cf5 !important;
}

a.text-indigo-400:focus {
  color: #5b5ef1 !important;
}
a.text-indigo-400:hover {
  color: #5b5ef1 !important;
}

.text-indigo-500 {
  color: #6366f1 !important;
}

a.text-indigo-500:focus {
  color: #3438ed !important;
}
a.text-indigo-500:hover {
  color: #3438ed !important;
}

.text-indigo-600 {
  color: #4a4db5 !important;
}

a.text-indigo-600:focus {
  color: #3b3e91 !important;
}
a.text-indigo-600:hover {
  color: #3b3e91 !important;
}

.text-indigo-700 {
  color: #323379 !important;
}

a.text-indigo-700:focus {
  color: #232455 !important;
}
a.text-indigo-700:hover {
  color: #232455 !important;
}

.text-indigo-800 {
  color: #191a3c !important;
}

a.text-indigo-800:focus {
  color: #0a0a18 !important;
}
a.text-indigo-800:hover {
  color: #0a0a18 !important;
}

.text-indigo-900 {
  color: #0f0f24 !important;
}

a.text-indigo-900:focus {
  color: black !important;
}
a.text-indigo-900:hover {
  color: black !important;
}

.text-purple-50 {
  color: #f3effe !important;
}

a.text-purple-50:focus {
  color: #cfbffb !important;
}
a.text-purple-50:hover {
  color: #cfbffb !important;
}

.text-purple-100 {
  color: #eee7fe !important;
}

a.text-purple-100:focus {
  color: #cbb6fc !important;
}
a.text-purple-100:hover {
  color: #cbb6fc !important;
}

.text-purple-200 {
  color: #e2d6fd !important;
}

a.text-purple-200:focus {
  color: #c0a5fb !important;
}
a.text-purple-200:hover {
  color: #c0a5fb !important;
}

.text-purple-300 {
  color: #c5aefb !important;
}

a.text-purple-300:focus {
  color: #a27df9 !important;
}
a.text-purple-300:hover {
  color: #a27df9 !important;
}

.text-purple-400 {
  color: #a885f8 !important;
}

a.text-purple-400:focus {
  color: #8655f5 !important;
}
a.text-purple-400:hover {
  color: #8655f5 !important;
}

.text-purple-500 {
  color: #8b5cf6 !important;
}

a.text-purple-500:focus {
  color: #692cf3 !important;
}
a.text-purple-500:hover {
  color: #692cf3 !important;
}

.text-purple-600 {
  color: #6845b9 !important;
}

a.text-purple-600:focus {
  color: #533794 !important;
}
a.text-purple-600:hover {
  color: #533794 !important;
}

.text-purple-700 {
  color: #462e7b !important;
}

a.text-purple-700:focus {
  color: #312056 !important;
}
a.text-purple-700:hover {
  color: #312056 !important;
}

.text-purple-800 {
  color: #23173e !important;
}

a.text-purple-800:focus {
  color: #0e0919 !important;
}
a.text-purple-800:hover {
  color: #0e0919 !important;
}

.text-purple-900 {
  color: #150e25 !important;
}

a.text-purple-900:focus {
  color: black !important;
}
a.text-purple-900:hover {
  color: black !important;
}

.text-pink-50 {
  color: #f9e8ed !important;
}

a.text-pink-50:focus {
  color: #eec0cd !important;
}
a.text-pink-50:hover {
  color: #eec0cd !important;
}

.text-pink-100 {
  color: #f6dde4 !important;
}

a.text-pink-100:focus {
  color: #ebb5c4 !important;
}
a.text-pink-100:hover {
  color: #ebb5c4 !important;
}

.text-pink-200 {
  color: #f1c6d3 !important;
}

a.text-pink-200:focus {
  color: #e79db3 !important;
}
a.text-pink-200:hover {
  color: #e79db3 !important;
}

.text-pink-300 {
  color: #e38da7 !important;
}

a.text-pink-300:focus {
  color: #d96487 !important;
}
a.text-pink-300:hover {
  color: #d96487 !important;
}

.text-pink-400 {
  color: #d4537a !important;
}

a.text-pink-400:focus {
  color: #c3315d !important;
}
a.text-pink-400:hover {
  color: #c3315d !important;
}

.text-pink-500 {
  color: #c61a4e !important;
}

a.text-pink-500:focus {
  color: #99143c !important;
}
a.text-pink-500:hover {
  color: #99143c !important;
}

.text-pink-600 {
  color: #95143b !important;
}

a.text-pink-600:focus {
  color: #680e29 !important;
}
a.text-pink-600:hover {
  color: #680e29 !important;
}

.text-pink-700 {
  color: #630d27 !important;
}

a.text-pink-700:focus {
  color: #360715 !important;
}
a.text-pink-700:hover {
  color: #360715 !important;
}

.text-pink-800 {
  color: #320714 !important;
}

a.text-pink-800:focus {
  color: #050102 !important;
}
a.text-pink-800:hover {
  color: #050102 !important;
}

.text-pink-900 {
  color: #1e040c !important;
}

a.text-pink-900:focus {
  color: black !important;
}
a.text-pink-900:hover {
  color: black !important;
}

.text-red-50 {
  color: #fbe6e6 !important;
}

a.text-red-50:focus {
  color: #f4baba !important;
}
a.text-red-50:hover {
  color: #f4baba !important;
}

.text-red-100 {
  color: #f8d9d9 !important;
}

a.text-red-100:focus {
  color: #f0aeae !important;
}
a.text-red-100:hover {
  color: #f0aeae !important;
}

.text-red-200 {
  color: #f4bfbf !important;
}

a.text-red-200:focus {
  color: #ed9393 !important;
}
a.text-red-200:hover {
  color: #ed9393 !important;
}

.text-red-300 {
  color: #e98080 !important;
}

a.text-red-300:focus {
  color: #e15555 !important;
}
a.text-red-300:hover {
  color: #e15555 !important;
}

.text-red-400 {
  color: #dd4040 !important;
}

a.text-red-400:focus {
  color: #c72323 !important;
}
a.text-red-400:hover {
  color: #c72323 !important;
}

.text-red-500 {
  color: #d20000 !important;
}

a.text-red-500:focus {
  color: #9f0000 !important;
}
a.text-red-500:hover {
  color: #9f0000 !important;
}

.text-red-600 {
  color: #9e0000 !important;
}

a.text-red-600:focus {
  color: #6b0000 !important;
}
a.text-red-600:hover {
  color: #6b0000 !important;
}

.text-red-700 {
  color: #690000 !important;
}

a.text-red-700:focus {
  color: #360000 !important;
}
a.text-red-700:hover {
  color: #360000 !important;
}

.text-red-800 {
  color: #350000 !important;
}

a.text-red-800:focus {
  color: #020000 !important;
}
a.text-red-800:hover {
  color: #020000 !important;
}

.text-red-900 {
  color: #200000 !important;
}

a.text-red-900:focus {
  color: black !important;
}
a.text-red-900:hover {
  color: black !important;
}

.text-orange-50 {
  color: #fef1e8 !important;
}

a.text-orange-50:focus {
  color: #fcd3b7 !important;
}
a.text-orange-50:hover {
  color: #fcd3b7 !important;
}

.text-orange-100 {
  color: #feeadc !important;
}

a.text-orange-100:focus {
  color: #fdccaa !important;
}
a.text-orange-100:hover {
  color: #fdccaa !important;
}

.text-orange-200 {
  color: #fedcc5 !important;
}

a.text-orange-200:focus {
  color: #fdbe93 !important;
}
a.text-orange-200:hover {
  color: #fdbe93 !important;
}

.text-orange-300 {
  color: #fcb98b !important;
}

a.text-orange-300:focus {
  color: #fb9b59 !important;
}
a.text-orange-300:hover {
  color: #fb9b59 !important;
}

.text-orange-400 {
  color: #fb9650 !important;
}

a.text-orange-400:focus {
  color: #fa781e !important;
}
a.text-orange-400:hover {
  color: #fa781e !important;
}

.text-orange-500 {
  color: #f97316 !important;
}

a.text-orange-500:focus {
  color: #d65b06 !important;
}
a.text-orange-500:hover {
  color: #d65b06 !important;
}

.text-orange-600 {
  color: #bb5611 !important;
}

a.text-orange-600:focus {
  color: #8c410d !important;
}
a.text-orange-600:hover {
  color: #8c410d !important;
}

.text-orange-700 {
  color: #7d3a0b !important;
}

a.text-orange-700:focus {
  color: #4e2407 !important;
}
a.text-orange-700:hover {
  color: #4e2407 !important;
}

.text-orange-800 {
  color: #3e1d06 !important;
}

a.text-orange-800:focus {
  color: #100702 !important;
}
a.text-orange-800:hover {
  color: #100702 !important;
}

.text-orange-900 {
  color: #251103 !important;
}

a.text-orange-900:focus {
  color: black !important;
}
a.text-orange-900:hover {
  color: black !important;
}

.text-yellow-50 {
  color: #fdf6eb !important;
}

a.text-yellow-50:focus {
  color: #f8e1bd !important;
}
a.text-yellow-50:hover {
  color: #f8e1bd !important;
}

.text-yellow-100 {
  color: #fcf1e1 !important;
}

a.text-yellow-100:focus {
  color: #f7dbb3 !important;
}
a.text-yellow-100:hover {
  color: #f7dbb3 !important;
}

.text-yellow-200 {
  color: #fae8cd !important;
}

a.text-yellow-200:focus {
  color: #f5d39f !important;
}
a.text-yellow-200:hover {
  color: #f5d39f !important;
}

.text-yellow-300 {
  color: #f5d19b !important;
}

a.text-yellow-300:focus {
  color: #f0bc6d !important;
}
a.text-yellow-300:hover {
  color: #f0bc6d !important;
}

.text-yellow-400 {
  color: #f0ba69 !important;
}

a.text-yellow-400:focus {
  color: #eba53b !important;
}
a.text-yellow-400:hover {
  color: #eba53b !important;
}

.text-yellow-500 {
  color: #eba337 !important;
}

a.text-yellow-500:focus {
  color: #d98b16 !important;
}
a.text-yellow-500:hover {
  color: #d98b16 !important;
}

.text-yellow-600 {
  color: #b07a29 !important;
}

a.text-yellow-600:focus {
  color: #875d1f !important;
}
a.text-yellow-600:hover {
  color: #875d1f !important;
}

.text-yellow-700 {
  color: #76521c !important;
}

a.text-yellow-700:focus {
  color: #4d3512 !important;
}
a.text-yellow-700:hover {
  color: #4d3512 !important;
}

.text-yellow-800 {
  color: #3b290e !important;
}

a.text-yellow-800:focus {
  color: #120c04 !important;
}
a.text-yellow-800:hover {
  color: #120c04 !important;
}

.text-yellow-900 {
  color: #231808 !important;
}

a.text-yellow-900:focus {
  color: black !important;
}
a.text-yellow-900:hover {
  color: black !important;
}

.text-green-50 {
  color: #e8f9f3 !important;
}

a.text-green-50:focus {
  color: #c0eede !important;
}
a.text-green-50:hover {
  color: #c0eede !important;
}

.text-green-100 {
  color: #ddf6ed !important;
}

a.text-green-100:focus {
  color: #b5ebd8 !important;
}
a.text-green-100:hover {
  color: #b5ebd8 !important;
}

.text-green-200 {
  color: #c6f1e1 !important;
}

a.text-green-200:focus {
  color: #9de7cb !important;
}
a.text-green-200:hover {
  color: #9de7cb !important;
}

.text-green-300 {
  color: #8de3c4 !important;
}

a.text-green-300:focus {
  color: #64d9af !important;
}
a.text-green-300:hover {
  color: #64d9af !important;
}

.text-green-400 {
  color: #53d4a6 !important;
}

a.text-green-400:focus {
  color: #31c38f !important;
}
a.text-green-400:hover {
  color: #31c38f !important;
}

.text-green-500 {
  color: #1ac688 !important;
}

a.text-green-500:focus {
  color: #149969 !important;
}
a.text-green-500:hover {
  color: #149969 !important;
}

.text-green-600 {
  color: #149566 !important;
}

a.text-green-600:focus {
  color: #0e6847 !important;
}
a.text-green-600:hover {
  color: #0e6847 !important;
}

.text-green-700 {
  color: #0d6344 !important;
}

a.text-green-700:focus {
  color: #073625 !important;
}
a.text-green-700:hover {
  color: #073625 !important;
}

.text-green-800 {
  color: #073222 !important;
}

a.text-green-800:focus {
  color: #010504 !important;
}
a.text-green-800:hover {
  color: #010504 !important;
}

.text-green-900 {
  color: #041e14 !important;
}

a.text-green-900:focus {
  color: black !important;
}
a.text-green-900:hover {
  color: black !important;
}

.text-teal-50 {
  color: #e8f8f6 !important;
}

a.text-teal-50:focus {
  color: #c1ece7 !important;
}
a.text-teal-50:hover {
  color: #c1ece7 !important;
}

.text-teal-100 {
  color: #dcf4f2 !important;
}

a.text-teal-100:focus {
  color: #b5e8e4 !important;
}
a.text-teal-100:hover {
  color: #b5e8e4 !important;
}

.text-teal-200 {
  color: #c4ede9 !important;
}

a.text-teal-200:focus {
  color: #9de1da !important;
}
a.text-teal-200:hover {
  color: #9de1da !important;
}

.text-teal-300 {
  color: #8adcd3 !important;
}

a.text-teal-300:focus {
  color: #63d0c4 !important;
}
a.text-teal-300:hover {
  color: #63d0c4 !important;
}

.text-teal-400 {
  color: #4fcabc !important;
}

a.text-teal-400:focus {
  color: #35b1a3 !important;
}
a.text-teal-400:hover {
  color: #35b1a3 !important;
}

.text-teal-500 {
  color: #14b8a6 !important;
}

a.text-teal-500:focus {
  color: #0f8a7d !important;
}
a.text-teal-500:hover {
  color: #0f8a7d !important;
}

.text-teal-600 {
  color: #0f8a7d !important;
}

a.text-teal-600:focus {
  color: #0a5c53 !important;
}
a.text-teal-600:hover {
  color: #0a5c53 !important;
}

.text-teal-700 {
  color: #0a5c53 !important;
}

a.text-teal-700:focus {
  color: #052e2a !important;
}
a.text-teal-700:hover {
  color: #052e2a !important;
}

.text-teal-800 {
  color: #052e2a !important;
}

a.text-teal-800:focus {
  color: black !important;
}
a.text-teal-800:hover {
  color: black !important;
}

.text-teal-900 {
  color: #031c19 !important;
}

a.text-teal-900:focus {
  color: black !important;
}
a.text-teal-900:hover {
  color: black !important;
}

.text-cyan-50 {
  color: #e6f8fb !important;
}

a.text-cyan-50:focus {
  color: #baecf4 !important;
}
a.text-cyan-50:hover {
  color: #baecf4 !important;
}

.text-cyan-100 {
  color: #daf4f9 !important;
}

a.text-cyan-100:focus {
  color: #aee7f2 !important;
}
a.text-cyan-100:hover {
  color: #aee7f2 !important;
}

.text-cyan-200 {
  color: #c1edf4 !important;
}

a.text-cyan-200:focus {
  color: #96e0ec !important;
}
a.text-cyan-200:hover {
  color: #96e0ec !important;
}

.text-cyan-300 {
  color: #83dbea !important;
}

a.text-cyan-300:focus {
  color: #57cee3 !important;
}
a.text-cyan-300:hover {
  color: #57cee3 !important;
}

.text-cyan-400 {
  color: #44c8df !important;
}

a.text-cyan-400:focus {
  color: #23b4cd !important;
}
a.text-cyan-400:hover {
  color: #23b4cd !important;
}

.text-cyan-500 {
  color: #06b6d4 !important;
}

a.text-cyan-500:focus {
  color: #058ba2 !important;
}
a.text-cyan-500:hover {
  color: #058ba2 !important;
}

.text-cyan-600 {
  color: #05899f !important;
}

a.text-cyan-600:focus {
  color: #035e6e !important;
}
a.text-cyan-600:hover {
  color: #035e6e !important;
}

.text-cyan-700 {
  color: #035b6a !important;
}

a.text-cyan-700:focus {
  color: #023038 !important;
}
a.text-cyan-700:hover {
  color: #023038 !important;
}

.text-cyan-800 {
  color: #022e35 !important;
}

a.text-cyan-800:focus {
  color: #000304 !important;
}
a.text-cyan-800:hover {
  color: #000304 !important;
}

.text-cyan-900 {
  color: #011b20 !important;
}

a.text-cyan-900:focus {
  color: black !important;
}
a.text-cyan-900:hover {
  color: black !important;
}

.text-white-50 {
  color: white !important;
}

a.text-white-50:focus {
  color: #e6e6e6 !important;
}
a.text-white-50:hover {
  color: #e6e6e6 !important;
}

.text-white-100 {
  color: white !important;
}

a.text-white-100:focus {
  color: #e6e6e6 !important;
}
a.text-white-100:hover {
  color: #e6e6e6 !important;
}

.text-white-200 {
  color: white !important;
}

a.text-white-200:focus {
  color: #e6e6e6 !important;
}
a.text-white-200:hover {
  color: #e6e6e6 !important;
}

.text-white-300 {
  color: white !important;
}

a.text-white-300:focus {
  color: #e6e6e6 !important;
}
a.text-white-300:hover {
  color: #e6e6e6 !important;
}

.text-white-400 {
  color: white !important;
}

a.text-white-400:focus {
  color: #e6e6e6 !important;
}
a.text-white-400:hover {
  color: #e6e6e6 !important;
}

.text-white-500 {
  color: white !important;
}

a.text-white-500:focus {
  color: #e6e6e6 !important;
}
a.text-white-500:hover {
  color: #e6e6e6 !important;
}

.text-white-600 {
  color: #bfbfbf !important;
}

a.text-white-600:focus {
  color: #a6a6a6 !important;
}
a.text-white-600:hover {
  color: #a6a6a6 !important;
}

.text-white-700 {
  color: gray !important;
}

a.text-white-700:focus {
  color: #676767 !important;
}
a.text-white-700:hover {
  color: #676767 !important;
}

.text-white-800 {
  color: #404040 !important;
}

a.text-white-800:focus {
  color: #272727 !important;
}
a.text-white-800:hover {
  color: #272727 !important;
}

.text-white-900 {
  color: #262626 !important;
}

a.text-white-900:focus {
  color: #0d0d0d !important;
}
a.text-white-900:hover {
  color: #0d0d0d !important;
}

.text-gray-50 {
  color: #edeeef !important;
}

a.text-gray-50:focus {
  color: #d2d5d7 !important;
}
a.text-gray-50:hover {
  color: #d2d5d7 !important;
}

.text-gray-100 {
  color: #e4e6e8 !important;
}

a.text-gray-100:focus {
  color: #c8cdd1 !important;
}
a.text-gray-100:hover {
  color: #c8cdd1 !important;
}

.text-gray-200 {
  color: #d2d5d8 !important;
}

a.text-gray-200:focus {
  color: #b7bcc0 !important;
}
a.text-gray-200:hover {
  color: #b7bcc0 !important;
}

.text-gray-300 {
  color: #a5aab1 !important;
}

a.text-gray-300:focus {
  color: #8a9099 !important;
}
a.text-gray-300:hover {
  color: #8a9099 !important;
}

.text-gray-400 {
  color: #78808a !important;
}

a.text-gray-400:focus {
  color: #60676f !important;
}
a.text-gray-400:hover {
  color: #60676f !important;
}

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

a.text-gray-500:focus {
  color: #353c46 !important;
}
a.text-gray-500:hover {
  color: #353c46 !important;
}

.text-gray-600 {
  color: #38404a !important;
}

a.text-gray-600:focus {
  color: #22272d !important;
}
a.text-gray-600:hover {
  color: #22272d !important;
}

.text-gray-700 {
  color: #262b32 !important;
}

a.text-gray-700:focus {
  color: #101215 !important;
}
a.text-gray-700:hover {
  color: #101215 !important;
}

.text-gray-800 {
  color: #131519 !important;
}

a.text-gray-800:focus {
  color: black !important;
}
a.text-gray-800:hover {
  color: black !important;
}

.text-gray-900 {
  color: #0b0d0f !important;
}

a.text-gray-900:focus {
  color: black !important;
}
a.text-gray-900:hover {
  color: black !important;
}

.text-gray-dark-50 {
  color: #e9eaeb !important;
}

a.text-gray-dark-50:focus {
  color: #ced1d3 !important;
}
a.text-gray-dark-50:hover {
  color: #ced1d3 !important;
}

.text-gray-dark-100 {
  color: #dddfe1 !important;
}

a.text-gray-dark-100:focus {
  color: #c2c6c9 !important;
}
a.text-gray-dark-100:hover {
  color: #c2c6c9 !important;
}

.text-gray-dark-200 {
  color: #c7cacd !important;
}

a.text-gray-dark-200:focus {
  color: #acb1b5 !important;
}
a.text-gray-dark-200:hover {
  color: #acb1b5 !important;
}

.text-gray-dark-300 {
  color: #8f949b !important;
}

a.text-gray-dark-300:focus {
  color: #757a82 !important;
}
a.text-gray-dark-300:hover {
  color: #757a82 !important;
}

.text-gray-dark-400 {
  color: #575f69 !important;
}

a.text-gray-dark-400:focus {
  color: #40464d !important;
}
a.text-gray-dark-400:hover {
  color: #40464d !important;
}

.text-gray-dark-500 {
  color: #1f2937 !important;
}

a.text-gray-dark-500:focus {
  color: #0d1116 !important;
}
a.text-gray-dark-500:hover {
  color: #0d1116 !important;
}

.text-gray-dark-600 {
  color: #171f29 !important;
}

a.text-gray-dark-600:focus {
  color: #050608 !important;
}
a.text-gray-dark-600:hover {
  color: #050608 !important;
}

.text-gray-dark-700 {
  color: #10151c !important;
}

a.text-gray-dark-700:focus {
  color: black !important;
}
a.text-gray-dark-700:hover {
  color: black !important;
}

.text-gray-dark-800 {
  color: #080a0e !important;
}

a.text-gray-dark-800:focus {
  color: black !important;
}
a.text-gray-dark-800:hover {
  color: black !important;
}

.text-gray-dark-900 {
  color: #050608 !important;
}

a.text-gray-dark-900:focus {
  color: black !important;
}
a.text-gray-dark-900:hover {
  color: black !important;
}

.text-blue-dark-50 {
  color: #ebedf0 !important;
}

a.text-blue-dark-50:focus {
  color: #ced3da !important;
}
a.text-blue-dark-50:hover {
  color: #ced3da !important;
}

.text-blue-dark-100 {
  color: #e1e5e9 !important;
}

a.text-blue-dark-100:focus {
  color: #c4ccd3 !important;
}
a.text-blue-dark-100:hover {
  color: #c4ccd3 !important;
}

.text-blue-dark-200 {
  color: #cdd3da !important;
}

a.text-blue-dark-200:focus {
  color: #b0b9c4 !important;
}
a.text-blue-dark-200:hover {
  color: #b0b9c4 !important;
}

.text-blue-dark-300 {
  color: #9ba7b5 !important;
}

a.text-blue-dark-300:focus {
  color: #7e8d9f !important;
}
a.text-blue-dark-300:hover {
  color: #7e8d9f !important;
}

.text-blue-dark-400 {
  color: #687b90 !important;
}

a.text-blue-dark-400:focus {
  color: #536272 !important;
}
a.text-blue-dark-400:hover {
  color: #536272 !important;
}

.text-blue-dark-500 {
  color: #364f6b !important;
}

a.text-blue-dark-500:focus {
  color: #253649 !important;
}
a.text-blue-dark-500:hover {
  color: #253649 !important;
}

.text-blue-dark-600 {
  color: #293b50 !important;
}

a.text-blue-dark-600:focus {
  color: #18222e !important;
}
a.text-blue-dark-600:hover {
  color: #18222e !important;
}

.text-blue-dark-700 {
  color: #1b2836 !important;
}

a.text-blue-dark-700:focus {
  color: #0a0f14 !important;
}
a.text-blue-dark-700:hover {
  color: #0a0f14 !important;
}

.text-blue-dark-800 {
  color: #0e141b !important;
}

a.text-blue-dark-800:focus {
  color: black !important;
}
a.text-blue-dark-800:hover {
  color: black !important;
}

.text-blue-dark-900 {
  color: #080c10 !important;
}

a.text-blue-dark-900:focus {
  color: black !important;
}
a.text-blue-dark-900:hover {
  color: black !important;
}

.text-blue-moderate-50 {
  color: #edf3f8 !important;
}

a.text-blue-moderate-50:focus {
  color: #c8dbea !important;
}
a.text-blue-moderate-50:hover {
  color: #c8dbea !important;
}

.text-blue-moderate-100 {
  color: #e5ecf4 !important;
}

a.text-blue-moderate-100:focus {
  color: #c1d2e5 !important;
}
a.text-blue-moderate-100:hover {
  color: #c1d2e5 !important;
}

.text-blue-moderate-200 {
  color: #d3e0ed !important;
}

a.text-blue-moderate-200:focus {
  color: #afc7de !important;
}
a.text-blue-moderate-200:hover {
  color: #afc7de !important;
}

.text-blue-moderate-300 {
  color: #a7c1db !important;
}

a.text-blue-moderate-300:focus {
  color: #83a8cc !important;
}
a.text-blue-moderate-300:hover {
  color: #83a8cc !important;
}

.text-blue-moderate-400 {
  color: #7ba1c8 !important;
}

a.text-blue-moderate-400:focus {
  color: #5787b9 !important;
}
a.text-blue-moderate-400:hover {
  color: #5787b9 !important;
}

.text-blue-moderate-500 {
  color: #4f82b6 !important;
}

a.text-blue-moderate-500:focus {
  color: #3e6994 !important;
}
a.text-blue-moderate-500:hover {
  color: #3e6994 !important;
}

.text-blue-moderate-600 {
  color: #3b6289 !important;
}

a.text-blue-moderate-600:focus {
  color: #2c4965 !important;
}
a.text-blue-moderate-600:hover {
  color: #2c4965 !important;
}

.text-blue-moderate-700 {
  color: #28415b !important;
}

a.text-blue-moderate-700:focus {
  color: #182838 !important;
}
a.text-blue-moderate-700:hover {
  color: #182838 !important;
}

.text-blue-moderate-800 {
  color: #14212e !important;
}

a.text-blue-moderate-800:focus {
  color: #05080a !important;
}
a.text-blue-moderate-800:hover {
  color: #05080a !important;
}

.text-blue-moderate-900 {
  color: #0c141b !important;
}

a.text-blue-moderate-900:focus {
  color: black !important;
}
a.text-blue-moderate-900:hover {
  color: black !important;
}

.text-cyan-dark-50 {
  color: #ecf4f7 !important;
}

a.text-cyan-dark-50:focus {
  color: #c8dfe8 !important;
}
a.text-cyan-dark-50:hover {
  color: #c8dfe8 !important;
}

.text-cyan-dark-100 {
  color: #e2eff3 !important;
}

a.text-cyan-dark-100:focus {
  color: #bedbe4 !important;
}
a.text-cyan-dark-100:hover {
  color: #bedbe4 !important;
}

.text-cyan-dark-200 {
  color: #cee4eb !important;
}

a.text-cyan-dark-200:focus {
  color: #aad0dc !important;
}
a.text-cyan-dark-200:hover {
  color: #aad0dc !important;
}

.text-cyan-dark-300 {
  color: #9ec9d7 !important;
}

a.text-cyan-dark-300:focus {
  color: #7ab5c8 !important;
}
a.text-cyan-dark-300:hover {
  color: #7ab5c8 !important;
}

.text-cyan-dark-400 {
  color: #6daec2 !important;
}

a.text-cyan-dark-400:focus {
  color: #4a99b2 !important;
}
a.text-cyan-dark-400:hover {
  color: #4a99b2 !important;
}

.text-cyan-dark-500 {
  color: #3c93ae !important;
}

a.text-cyan-dark-500:focus {
  color: #2f7388 !important;
}
a.text-cyan-dark-500:hover {
  color: #2f7388 !important;
}

.text-cyan-dark-600 {
  color: #2d6e83 !important;
}

a.text-cyan-dark-600:focus {
  color: #204e5d !important;
}
a.text-cyan-dark-600:hover {
  color: #204e5d !important;
}

.text-cyan-dark-700 {
  color: #1e4a57 !important;
}

a.text-cyan-dark-700:focus {
  color: #112a31 !important;
}
a.text-cyan-dark-700:hover {
  color: #112a31 !important;
}

.text-cyan-dark-800 {
  color: #0f252c !important;
}

a.text-cyan-dark-800:focus {
  color: #020506 !important;
}
a.text-cyan-dark-800:hover {
  color: #020506 !important;
}

.text-cyan-dark-900 {
  color: #09161a !important;
}

a.text-cyan-dark-900:focus {
  color: black !important;
}
a.text-cyan-dark-900:hover {
  color: black !important;
}

.bg-blue {
  background-color: #48B2D3 !important;
}

a.bg-blue:focus {
  background-color: #2d99bb !important;
}
a.bg-blue:hover {
  background-color: #2d99bb !important;
}

.bg-indigo {
  background-color: #6366F1 !important;
}

a.bg-indigo:focus {
  background-color: #3438ed !important;
}
a.bg-indigo:hover {
  background-color: #3438ed !important;
}

.bg-purple {
  background-color: #8B5CF6 !important;
}

a.bg-purple:focus {
  background-color: #692cf3 !important;
}
a.bg-purple:hover {
  background-color: #692cf3 !important;
}

.bg-pink {
  background-color: #C61A4E !important;
}

a.bg-pink:focus {
  background-color: #99143c !important;
}
a.bg-pink:hover {
  background-color: #99143c !important;
}

.bg-red {
  background-color: #D20000 !important;
}

a.bg-red:focus {
  background-color: #9f0000 !important;
}
a.bg-red:hover {
  background-color: #9f0000 !important;
}

.bg-orange {
  background-color: #F97316 !important;
}

a.bg-orange:focus {
  background-color: #d65b06 !important;
}
a.bg-orange:hover {
  background-color: #d65b06 !important;
}

.bg-yellow {
  background-color: #EBA337 !important;
}

a.bg-yellow:focus {
  background-color: #d98b16 !important;
}
a.bg-yellow:hover {
  background-color: #d98b16 !important;
}

.bg-green {
  background-color: #1AC688 !important;
}

a.bg-green:focus {
  background-color: #149969 !important;
}
a.bg-green:hover {
  background-color: #149969 !important;
}

.bg-teal {
  background-color: #14B8A6 !important;
}

a.bg-teal:focus {
  background-color: #0f8a7d !important;
}
a.bg-teal:hover {
  background-color: #0f8a7d !important;
}

.bg-cyan {
  background-color: #06B6D4 !important;
}

a.bg-cyan:focus {
  background-color: #058ba2 !important;
}
a.bg-cyan:hover {
  background-color: #058ba2 !important;
}

.bg-white {
  background-color: #fff !important;
}

a.bg-white:focus {
  background-color: #e6e6e6 !important;
}
a.bg-white:hover {
  background-color: #e6e6e6 !important;
}

.bg-gray {
  background-color: #4B5563 !important;
}

a.bg-gray:focus {
  background-color: #353c46 !important;
}
a.bg-gray:hover {
  background-color: #353c46 !important;
}

.bg-gray-dark {
  background-color: #1F2937 !important;
}

a.bg-gray-dark:focus {
  background-color: #0d1116 !important;
}
a.bg-gray-dark:hover {
  background-color: #0d1116 !important;
}

.bg-blue-dark {
  background-color: #364F6B !important;
}

a.bg-blue-dark:focus {
  background-color: #253649 !important;
}
a.bg-blue-dark:hover {
  background-color: #253649 !important;
}

.bg-blue-moderate {
  background-color: #4f82b6 !important;
}

a.bg-blue-moderate:focus {
  background-color: #3e6994 !important;
}
a.bg-blue-moderate:hover {
  background-color: #3e6994 !important;
}

.bg-cyan-dark {
  background-color: #3C93AE !important;
}

a.bg-cyan-dark:focus {
  background-color: #2f7388 !important;
}
a.bg-cyan-dark:hover {
  background-color: #2f7388 !important;
}

.bg-blue-50 {
  background-color: #edf7fb !important;
}

a.bg-blue-50:focus {
  background-color: #c3e4f2 !important;
}
a.bg-blue-50:hover {
  background-color: #c3e4f2 !important;
}

.bg-blue-100 {
  background-color: #e4f3f8 !important;
}

a.bg-blue-100:focus {
  background-color: #bce1ee !important;
}
a.bg-blue-100:hover {
  background-color: #bce1ee !important;
}

.bg-blue-200 {
  background-color: #d1ecf4 !important;
}

a.bg-blue-200:focus {
  background-color: #a8dbea !important;
}
a.bg-blue-200:hover {
  background-color: #a8dbea !important;
}

.bg-blue-300 {
  background-color: #a4d9e9 !important;
}

a.bg-blue-300:focus {
  background-color: #7bc8df !important;
}
a.bg-blue-300:hover {
  background-color: #7bc8df !important;
}

.bg-blue-400 {
  background-color: #76c5de !important;
}

a.bg-blue-400:focus {
  background-color: #4db4d4 !important;
}
a.bg-blue-400:hover {
  background-color: #4db4d4 !important;
}

.bg-blue-500 {
  background-color: #48b2d3 !important;
}

a.bg-blue-500:focus {
  background-color: #2d99bb !important;
}
a.bg-blue-500:hover {
  background-color: #2d99bb !important;
}

.bg-blue-600 {
  background-color: #36869e !important;
}

a.bg-blue-600:focus {
  background-color: #296678 !important;
}
a.bg-blue-600:hover {
  background-color: #296678 !important;
}

.bg-blue-700 {
  background-color: #24596a !important;
}

a.bg-blue-700:focus {
  background-color: #173944 !important;
}
a.bg-blue-700:hover {
  background-color: #173944 !important;
}

.bg-blue-800 {
  background-color: #122d35 !important;
}

a.bg-blue-800:focus {
  background-color: #050d0f !important;
}
a.bg-blue-800:hover {
  background-color: #050d0f !important;
}

.bg-blue-900 {
  background-color: #0b1b20 !important;
}

a.bg-blue-900:focus {
  background-color: black !important;
}
a.bg-blue-900:hover {
  background-color: black !important;
}

.bg-indigo-50 {
  background-color: #eff0fe !important;
}

a.bg-indigo-50:focus {
  background-color: #bfc3fb !important;
}
a.bg-indigo-50:hover {
  background-color: #bfc3fb !important;
}

.bg-indigo-100 {
  background-color: #e8e8fd !important;
}

a.bg-indigo-100:focus {
  background-color: #b9b9f9 !important;
}
a.bg-indigo-100:hover {
  background-color: #b9b9f9 !important;
}

.bg-indigo-200 {
  background-color: #d8d9fc !important;
}

a.bg-indigo-200:focus {
  background-color: #a9abf8 !important;
}
a.bg-indigo-200:hover {
  background-color: #a9abf8 !important;
}

.bg-indigo-300 {
  background-color: #b1b3f8 !important;
}

a.bg-indigo-300:focus {
  background-color: #8285f4 !important;
}
a.bg-indigo-300:hover {
  background-color: #8285f4 !important;
}

.bg-indigo-400 {
  background-color: #8a8cf5 !important;
}

a.bg-indigo-400:focus {
  background-color: #5b5ef1 !important;
}
a.bg-indigo-400:hover {
  background-color: #5b5ef1 !important;
}

.bg-indigo-500 {
  background-color: #6366f1 !important;
}

a.bg-indigo-500:focus {
  background-color: #3438ed !important;
}
a.bg-indigo-500:hover {
  background-color: #3438ed !important;
}

.bg-indigo-600 {
  background-color: #4a4db5 !important;
}

a.bg-indigo-600:focus {
  background-color: #3b3e91 !important;
}
a.bg-indigo-600:hover {
  background-color: #3b3e91 !important;
}

.bg-indigo-700 {
  background-color: #323379 !important;
}

a.bg-indigo-700:focus {
  background-color: #232455 !important;
}
a.bg-indigo-700:hover {
  background-color: #232455 !important;
}

.bg-indigo-800 {
  background-color: #191a3c !important;
}

a.bg-indigo-800:focus {
  background-color: #0a0a18 !important;
}
a.bg-indigo-800:hover {
  background-color: #0a0a18 !important;
}

.bg-indigo-900 {
  background-color: #0f0f24 !important;
}

a.bg-indigo-900:focus {
  background-color: black !important;
}
a.bg-indigo-900:hover {
  background-color: black !important;
}

.bg-purple-50 {
  background-color: #f3effe !important;
}

a.bg-purple-50:focus {
  background-color: #cfbffb !important;
}
a.bg-purple-50:hover {
  background-color: #cfbffb !important;
}

.bg-purple-100 {
  background-color: #eee7fe !important;
}

a.bg-purple-100:focus {
  background-color: #cbb6fc !important;
}
a.bg-purple-100:hover {
  background-color: #cbb6fc !important;
}

.bg-purple-200 {
  background-color: #e2d6fd !important;
}

a.bg-purple-200:focus {
  background-color: #c0a5fb !important;
}
a.bg-purple-200:hover {
  background-color: #c0a5fb !important;
}

.bg-purple-300 {
  background-color: #c5aefb !important;
}

a.bg-purple-300:focus {
  background-color: #a27df9 !important;
}
a.bg-purple-300:hover {
  background-color: #a27df9 !important;
}

.bg-purple-400 {
  background-color: #a885f8 !important;
}

a.bg-purple-400:focus {
  background-color: #8655f5 !important;
}
a.bg-purple-400:hover {
  background-color: #8655f5 !important;
}

.bg-purple-500 {
  background-color: #8b5cf6 !important;
}

a.bg-purple-500:focus {
  background-color: #692cf3 !important;
}
a.bg-purple-500:hover {
  background-color: #692cf3 !important;
}

.bg-purple-600 {
  background-color: #6845b9 !important;
}

a.bg-purple-600:focus {
  background-color: #533794 !important;
}
a.bg-purple-600:hover {
  background-color: #533794 !important;
}

.bg-purple-700 {
  background-color: #462e7b !important;
}

a.bg-purple-700:focus {
  background-color: #312056 !important;
}
a.bg-purple-700:hover {
  background-color: #312056 !important;
}

.bg-purple-800 {
  background-color: #23173e !important;
}

a.bg-purple-800:focus {
  background-color: #0e0919 !important;
}
a.bg-purple-800:hover {
  background-color: #0e0919 !important;
}

.bg-purple-900 {
  background-color: #150e25 !important;
}

a.bg-purple-900:focus {
  background-color: black !important;
}
a.bg-purple-900:hover {
  background-color: black !important;
}

.bg-pink-50 {
  background-color: #f9e8ed !important;
}

a.bg-pink-50:focus {
  background-color: #eec0cd !important;
}
a.bg-pink-50:hover {
  background-color: #eec0cd !important;
}

.bg-pink-100 {
  background-color: #f6dde4 !important;
}

a.bg-pink-100:focus {
  background-color: #ebb5c4 !important;
}
a.bg-pink-100:hover {
  background-color: #ebb5c4 !important;
}

.bg-pink-200 {
  background-color: #f1c6d3 !important;
}

a.bg-pink-200:focus {
  background-color: #e79db3 !important;
}
a.bg-pink-200:hover {
  background-color: #e79db3 !important;
}

.bg-pink-300 {
  background-color: #e38da7 !important;
}

a.bg-pink-300:focus {
  background-color: #d96487 !important;
}
a.bg-pink-300:hover {
  background-color: #d96487 !important;
}

.bg-pink-400 {
  background-color: #d4537a !important;
}

a.bg-pink-400:focus {
  background-color: #c3315d !important;
}
a.bg-pink-400:hover {
  background-color: #c3315d !important;
}

.bg-pink-500 {
  background-color: #c61a4e !important;
}

a.bg-pink-500:focus {
  background-color: #99143c !important;
}
a.bg-pink-500:hover {
  background-color: #99143c !important;
}

.bg-pink-600 {
  background-color: #95143b !important;
}

a.bg-pink-600:focus {
  background-color: #680e29 !important;
}
a.bg-pink-600:hover {
  background-color: #680e29 !important;
}

.bg-pink-700 {
  background-color: #630d27 !important;
}

a.bg-pink-700:focus {
  background-color: #360715 !important;
}
a.bg-pink-700:hover {
  background-color: #360715 !important;
}

.bg-pink-800 {
  background-color: #320714 !important;
}

a.bg-pink-800:focus {
  background-color: #050102 !important;
}
a.bg-pink-800:hover {
  background-color: #050102 !important;
}

.bg-pink-900 {
  background-color: #1e040c !important;
}

a.bg-pink-900:focus {
  background-color: black !important;
}
a.bg-pink-900:hover {
  background-color: black !important;
}

.bg-red-50 {
  background-color: #fbe6e6 !important;
}

a.bg-red-50:focus {
  background-color: #f4baba !important;
}
a.bg-red-50:hover {
  background-color: #f4baba !important;
}

.bg-red-100 {
  background-color: #f8d9d9 !important;
}

a.bg-red-100:focus {
  background-color: #f0aeae !important;
}
a.bg-red-100:hover {
  background-color: #f0aeae !important;
}

.bg-red-200 {
  background-color: #f4bfbf !important;
}

a.bg-red-200:focus {
  background-color: #ed9393 !important;
}
a.bg-red-200:hover {
  background-color: #ed9393 !important;
}

.bg-red-300 {
  background-color: #e98080 !important;
}

a.bg-red-300:focus {
  background-color: #e15555 !important;
}
a.bg-red-300:hover {
  background-color: #e15555 !important;
}

.bg-red-400 {
  background-color: #dd4040 !important;
}

a.bg-red-400:focus {
  background-color: #c72323 !important;
}
a.bg-red-400:hover {
  background-color: #c72323 !important;
}

.bg-red-500 {
  background-color: #d20000 !important;
}

a.bg-red-500:focus {
  background-color: #9f0000 !important;
}
a.bg-red-500:hover {
  background-color: #9f0000 !important;
}

.bg-red-600 {
  background-color: #9e0000 !important;
}

a.bg-red-600:focus {
  background-color: #6b0000 !important;
}
a.bg-red-600:hover {
  background-color: #6b0000 !important;
}

.bg-red-700 {
  background-color: #690000 !important;
}

a.bg-red-700:focus {
  background-color: #360000 !important;
}
a.bg-red-700:hover {
  background-color: #360000 !important;
}

.bg-red-800 {
  background-color: #350000 !important;
}

a.bg-red-800:focus {
  background-color: #020000 !important;
}
a.bg-red-800:hover {
  background-color: #020000 !important;
}

.bg-red-900 {
  background-color: #200000 !important;
}

a.bg-red-900:focus {
  background-color: black !important;
}
a.bg-red-900:hover {
  background-color: black !important;
}

.bg-orange-50 {
  background-color: #fef1e8 !important;
}

a.bg-orange-50:focus {
  background-color: #fcd3b7 !important;
}
a.bg-orange-50:hover {
  background-color: #fcd3b7 !important;
}

.bg-orange-100 {
  background-color: #feeadc !important;
}

a.bg-orange-100:focus {
  background-color: #fdccaa !important;
}
a.bg-orange-100:hover {
  background-color: #fdccaa !important;
}

.bg-orange-200 {
  background-color: #fedcc5 !important;
}

a.bg-orange-200:focus {
  background-color: #fdbe93 !important;
}
a.bg-orange-200:hover {
  background-color: #fdbe93 !important;
}

.bg-orange-300 {
  background-color: #fcb98b !important;
}

a.bg-orange-300:focus {
  background-color: #fb9b59 !important;
}
a.bg-orange-300:hover {
  background-color: #fb9b59 !important;
}

.bg-orange-400 {
  background-color: #fb9650 !important;
}

a.bg-orange-400:focus {
  background-color: #fa781e !important;
}
a.bg-orange-400:hover {
  background-color: #fa781e !important;
}

.bg-orange-500 {
  background-color: #f97316 !important;
}

a.bg-orange-500:focus {
  background-color: #d65b06 !important;
}
a.bg-orange-500:hover {
  background-color: #d65b06 !important;
}

.bg-orange-600 {
  background-color: #bb5611 !important;
}

a.bg-orange-600:focus {
  background-color: #8c410d !important;
}
a.bg-orange-600:hover {
  background-color: #8c410d !important;
}

.bg-orange-700 {
  background-color: #7d3a0b !important;
}

a.bg-orange-700:focus {
  background-color: #4e2407 !important;
}
a.bg-orange-700:hover {
  background-color: #4e2407 !important;
}

.bg-orange-800 {
  background-color: #3e1d06 !important;
}

a.bg-orange-800:focus {
  background-color: #100702 !important;
}
a.bg-orange-800:hover {
  background-color: #100702 !important;
}

.bg-orange-900 {
  background-color: #251103 !important;
}

a.bg-orange-900:focus {
  background-color: black !important;
}
a.bg-orange-900:hover {
  background-color: black !important;
}

.bg-yellow-50 {
  background-color: #fdf6eb !important;
}

a.bg-yellow-50:focus {
  background-color: #f8e1bd !important;
}
a.bg-yellow-50:hover {
  background-color: #f8e1bd !important;
}

.bg-yellow-100 {
  background-color: #fcf1e1 !important;
}

a.bg-yellow-100:focus {
  background-color: #f7dbb3 !important;
}
a.bg-yellow-100:hover {
  background-color: #f7dbb3 !important;
}

.bg-yellow-200 {
  background-color: #fae8cd !important;
}

a.bg-yellow-200:focus {
  background-color: #f5d39f !important;
}
a.bg-yellow-200:hover {
  background-color: #f5d39f !important;
}

.bg-yellow-300 {
  background-color: #f5d19b !important;
}

a.bg-yellow-300:focus {
  background-color: #f0bc6d !important;
}
a.bg-yellow-300:hover {
  background-color: #f0bc6d !important;
}

.bg-yellow-400 {
  background-color: #f0ba69 !important;
}

a.bg-yellow-400:focus {
  background-color: #eba53b !important;
}
a.bg-yellow-400:hover {
  background-color: #eba53b !important;
}

.bg-yellow-500 {
  background-color: #eba337 !important;
}

a.bg-yellow-500:focus {
  background-color: #d98b16 !important;
}
a.bg-yellow-500:hover {
  background-color: #d98b16 !important;
}

.bg-yellow-600 {
  background-color: #b07a29 !important;
}

a.bg-yellow-600:focus {
  background-color: #875d1f !important;
}
a.bg-yellow-600:hover {
  background-color: #875d1f !important;
}

.bg-yellow-700 {
  background-color: #76521c !important;
}

a.bg-yellow-700:focus {
  background-color: #4d3512 !important;
}
a.bg-yellow-700:hover {
  background-color: #4d3512 !important;
}

.bg-yellow-800 {
  background-color: #3b290e !important;
}

a.bg-yellow-800:focus {
  background-color: #120c04 !important;
}
a.bg-yellow-800:hover {
  background-color: #120c04 !important;
}

.bg-yellow-900 {
  background-color: #231808 !important;
}

a.bg-yellow-900:focus {
  background-color: black !important;
}
a.bg-yellow-900:hover {
  background-color: black !important;
}

.bg-green-50 {
  background-color: #e8f9f3 !important;
}

a.bg-green-50:focus {
  background-color: #c0eede !important;
}
a.bg-green-50:hover {
  background-color: #c0eede !important;
}

.bg-green-100 {
  background-color: #ddf6ed !important;
}

a.bg-green-100:focus {
  background-color: #b5ebd8 !important;
}
a.bg-green-100:hover {
  background-color: #b5ebd8 !important;
}

.bg-green-200 {
  background-color: #c6f1e1 !important;
}

a.bg-green-200:focus {
  background-color: #9de7cb !important;
}
a.bg-green-200:hover {
  background-color: #9de7cb !important;
}

.bg-green-300 {
  background-color: #8de3c4 !important;
}

a.bg-green-300:focus {
  background-color: #64d9af !important;
}
a.bg-green-300:hover {
  background-color: #64d9af !important;
}

.bg-green-400 {
  background-color: #53d4a6 !important;
}

a.bg-green-400:focus {
  background-color: #31c38f !important;
}
a.bg-green-400:hover {
  background-color: #31c38f !important;
}

.bg-green-500 {
  background-color: #1ac688 !important;
}

a.bg-green-500:focus {
  background-color: #149969 !important;
}
a.bg-green-500:hover {
  background-color: #149969 !important;
}

.bg-green-600 {
  background-color: #149566 !important;
}

a.bg-green-600:focus {
  background-color: #0e6847 !important;
}
a.bg-green-600:hover {
  background-color: #0e6847 !important;
}

.bg-green-700 {
  background-color: #0d6344 !important;
}

a.bg-green-700:focus {
  background-color: #073625 !important;
}
a.bg-green-700:hover {
  background-color: #073625 !important;
}

.bg-green-800 {
  background-color: #073222 !important;
}

a.bg-green-800:focus {
  background-color: #010504 !important;
}
a.bg-green-800:hover {
  background-color: #010504 !important;
}

.bg-green-900 {
  background-color: #041e14 !important;
}

a.bg-green-900:focus {
  background-color: black !important;
}
a.bg-green-900:hover {
  background-color: black !important;
}

.bg-teal-50 {
  background-color: #e8f8f6 !important;
}

a.bg-teal-50:focus {
  background-color: #c1ece7 !important;
}
a.bg-teal-50:hover {
  background-color: #c1ece7 !important;
}

.bg-teal-100 {
  background-color: #dcf4f2 !important;
}

a.bg-teal-100:focus {
  background-color: #b5e8e4 !important;
}
a.bg-teal-100:hover {
  background-color: #b5e8e4 !important;
}

.bg-teal-200 {
  background-color: #c4ede9 !important;
}

a.bg-teal-200:focus {
  background-color: #9de1da !important;
}
a.bg-teal-200:hover {
  background-color: #9de1da !important;
}

.bg-teal-300 {
  background-color: #8adcd3 !important;
}

a.bg-teal-300:focus {
  background-color: #63d0c4 !important;
}
a.bg-teal-300:hover {
  background-color: #63d0c4 !important;
}

.bg-teal-400 {
  background-color: #4fcabc !important;
}

a.bg-teal-400:focus {
  background-color: #35b1a3 !important;
}
a.bg-teal-400:hover {
  background-color: #35b1a3 !important;
}

.bg-teal-500 {
  background-color: #14b8a6 !important;
}

a.bg-teal-500:focus {
  background-color: #0f8a7d !important;
}
a.bg-teal-500:hover {
  background-color: #0f8a7d !important;
}

.bg-teal-600 {
  background-color: #0f8a7d !important;
}

a.bg-teal-600:focus {
  background-color: #0a5c53 !important;
}
a.bg-teal-600:hover {
  background-color: #0a5c53 !important;
}

.bg-teal-700 {
  background-color: #0a5c53 !important;
}

a.bg-teal-700:focus {
  background-color: #052e2a !important;
}
a.bg-teal-700:hover {
  background-color: #052e2a !important;
}

.bg-teal-800 {
  background-color: #052e2a !important;
}

a.bg-teal-800:focus {
  background-color: black !important;
}
a.bg-teal-800:hover {
  background-color: black !important;
}

.bg-teal-900 {
  background-color: #031c19 !important;
}

a.bg-teal-900:focus {
  background-color: black !important;
}
a.bg-teal-900:hover {
  background-color: black !important;
}

.bg-cyan-50 {
  background-color: #e6f8fb !important;
}

a.bg-cyan-50:focus {
  background-color: #baecf4 !important;
}
a.bg-cyan-50:hover {
  background-color: #baecf4 !important;
}

.bg-cyan-100 {
  background-color: #daf4f9 !important;
}

a.bg-cyan-100:focus {
  background-color: #aee7f2 !important;
}
a.bg-cyan-100:hover {
  background-color: #aee7f2 !important;
}

.bg-cyan-200 {
  background-color: #c1edf4 !important;
}

a.bg-cyan-200:focus {
  background-color: #96e0ec !important;
}
a.bg-cyan-200:hover {
  background-color: #96e0ec !important;
}

.bg-cyan-300 {
  background-color: #83dbea !important;
}

a.bg-cyan-300:focus {
  background-color: #57cee3 !important;
}
a.bg-cyan-300:hover {
  background-color: #57cee3 !important;
}

.bg-cyan-400 {
  background-color: #44c8df !important;
}

a.bg-cyan-400:focus {
  background-color: #23b4cd !important;
}
a.bg-cyan-400:hover {
  background-color: #23b4cd !important;
}

.bg-cyan-500 {
  background-color: #06b6d4 !important;
}

a.bg-cyan-500:focus {
  background-color: #058ba2 !important;
}
a.bg-cyan-500:hover {
  background-color: #058ba2 !important;
}

.bg-cyan-600 {
  background-color: #05899f !important;
}

a.bg-cyan-600:focus {
  background-color: #035e6e !important;
}
a.bg-cyan-600:hover {
  background-color: #035e6e !important;
}

.bg-cyan-700 {
  background-color: #035b6a !important;
}

a.bg-cyan-700:focus {
  background-color: #023038 !important;
}
a.bg-cyan-700:hover {
  background-color: #023038 !important;
}

.bg-cyan-800 {
  background-color: #022e35 !important;
}

a.bg-cyan-800:focus {
  background-color: #000304 !important;
}
a.bg-cyan-800:hover {
  background-color: #000304 !important;
}

.bg-cyan-900 {
  background-color: #011b20 !important;
}

a.bg-cyan-900:focus {
  background-color: black !important;
}
a.bg-cyan-900:hover {
  background-color: black !important;
}

.bg-white-50 {
  background-color: white !important;
}

a.bg-white-50:focus {
  background-color: #e6e6e6 !important;
}
a.bg-white-50:hover {
  background-color: #e6e6e6 !important;
}

.bg-white-100 {
  background-color: white !important;
}

a.bg-white-100:focus {
  background-color: #e6e6e6 !important;
}
a.bg-white-100:hover {
  background-color: #e6e6e6 !important;
}

.bg-white-200 {
  background-color: white !important;
}

a.bg-white-200:focus {
  background-color: #e6e6e6 !important;
}
a.bg-white-200:hover {
  background-color: #e6e6e6 !important;
}

.bg-white-300 {
  background-color: white !important;
}

a.bg-white-300:focus {
  background-color: #e6e6e6 !important;
}
a.bg-white-300:hover {
  background-color: #e6e6e6 !important;
}

.bg-white-400 {
  background-color: white !important;
}

a.bg-white-400:focus {
  background-color: #e6e6e6 !important;
}
a.bg-white-400:hover {
  background-color: #e6e6e6 !important;
}

.bg-white-500 {
  background-color: white !important;
}

a.bg-white-500:focus {
  background-color: #e6e6e6 !important;
}
a.bg-white-500:hover {
  background-color: #e6e6e6 !important;
}

.bg-white-600 {
  background-color: #bfbfbf !important;
}

a.bg-white-600:focus {
  background-color: #a6a6a6 !important;
}
a.bg-white-600:hover {
  background-color: #a6a6a6 !important;
}

.bg-white-700 {
  background-color: gray !important;
}

a.bg-white-700:focus {
  background-color: #676767 !important;
}
a.bg-white-700:hover {
  background-color: #676767 !important;
}

.bg-white-800 {
  background-color: #404040 !important;
}

a.bg-white-800:focus {
  background-color: #272727 !important;
}
a.bg-white-800:hover {
  background-color: #272727 !important;
}

.bg-white-900 {
  background-color: #262626 !important;
}

a.bg-white-900:focus {
  background-color: #0d0d0d !important;
}
a.bg-white-900:hover {
  background-color: #0d0d0d !important;
}

.bg-gray-50 {
  background-color: #edeeef !important;
}

a.bg-gray-50:focus {
  background-color: #d2d5d7 !important;
}
a.bg-gray-50:hover {
  background-color: #d2d5d7 !important;
}

.bg-gray-100 {
  background-color: #e4e6e8 !important;
}

a.bg-gray-100:focus {
  background-color: #c8cdd1 !important;
}
a.bg-gray-100:hover {
  background-color: #c8cdd1 !important;
}

.bg-gray-200 {
  background-color: #d2d5d8 !important;
}

a.bg-gray-200:focus {
  background-color: #b7bcc0 !important;
}
a.bg-gray-200:hover {
  background-color: #b7bcc0 !important;
}

.bg-gray-300 {
  background-color: #a5aab1 !important;
}

a.bg-gray-300:focus {
  background-color: #8a9099 !important;
}
a.bg-gray-300:hover {
  background-color: #8a9099 !important;
}

.bg-gray-400 {
  background-color: #78808a !important;
}

a.bg-gray-400:focus {
  background-color: #60676f !important;
}
a.bg-gray-400:hover {
  background-color: #60676f !important;
}

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

a.bg-gray-500:focus {
  background-color: #353c46 !important;
}
a.bg-gray-500:hover {
  background-color: #353c46 !important;
}

.bg-gray-600 {
  background-color: #38404a !important;
}

a.bg-gray-600:focus {
  background-color: #22272d !important;
}
a.bg-gray-600:hover {
  background-color: #22272d !important;
}

.bg-gray-700 {
  background-color: #262b32 !important;
}

a.bg-gray-700:focus {
  background-color: #101215 !important;
}
a.bg-gray-700:hover {
  background-color: #101215 !important;
}

.bg-gray-800 {
  background-color: #131519 !important;
}

a.bg-gray-800:focus {
  background-color: black !important;
}
a.bg-gray-800:hover {
  background-color: black !important;
}

.bg-gray-900 {
  background-color: #0b0d0f !important;
}

a.bg-gray-900:focus {
  background-color: black !important;
}
a.bg-gray-900:hover {
  background-color: black !important;
}

.bg-gray-dark-50 {
  background-color: #e9eaeb !important;
}

a.bg-gray-dark-50:focus {
  background-color: #ced1d3 !important;
}
a.bg-gray-dark-50:hover {
  background-color: #ced1d3 !important;
}

.bg-gray-dark-100 {
  background-color: #dddfe1 !important;
}

a.bg-gray-dark-100:focus {
  background-color: #c2c6c9 !important;
}
a.bg-gray-dark-100:hover {
  background-color: #c2c6c9 !important;
}

.bg-gray-dark-200 {
  background-color: #c7cacd !important;
}

a.bg-gray-dark-200:focus {
  background-color: #acb1b5 !important;
}
a.bg-gray-dark-200:hover {
  background-color: #acb1b5 !important;
}

.bg-gray-dark-300 {
  background-color: #8f949b !important;
}

a.bg-gray-dark-300:focus {
  background-color: #757a82 !important;
}
a.bg-gray-dark-300:hover {
  background-color: #757a82 !important;
}

.bg-gray-dark-400 {
  background-color: #575f69 !important;
}

a.bg-gray-dark-400:focus {
  background-color: #40464d !important;
}
a.bg-gray-dark-400:hover {
  background-color: #40464d !important;
}

.bg-gray-dark-500 {
  background-color: #1f2937 !important;
}

a.bg-gray-dark-500:focus {
  background-color: #0d1116 !important;
}
a.bg-gray-dark-500:hover {
  background-color: #0d1116 !important;
}

.bg-gray-dark-600 {
  background-color: #171f29 !important;
}

a.bg-gray-dark-600:focus {
  background-color: #050608 !important;
}
a.bg-gray-dark-600:hover {
  background-color: #050608 !important;
}

.bg-gray-dark-700 {
  background-color: #10151c !important;
}

a.bg-gray-dark-700:focus {
  background-color: black !important;
}
a.bg-gray-dark-700:hover {
  background-color: black !important;
}

.bg-gray-dark-800 {
  background-color: #080a0e !important;
}

a.bg-gray-dark-800:focus {
  background-color: black !important;
}
a.bg-gray-dark-800:hover {
  background-color: black !important;
}

.bg-gray-dark-900 {
  background-color: #050608 !important;
}

a.bg-gray-dark-900:focus {
  background-color: black !important;
}
a.bg-gray-dark-900:hover {
  background-color: black !important;
}

.bg-blue-dark-50 {
  background-color: #ebedf0 !important;
}

a.bg-blue-dark-50:focus {
  background-color: #ced3da !important;
}
a.bg-blue-dark-50:hover {
  background-color: #ced3da !important;
}

.bg-blue-dark-100 {
  background-color: #e1e5e9 !important;
}

a.bg-blue-dark-100:focus {
  background-color: #c4ccd3 !important;
}
a.bg-blue-dark-100:hover {
  background-color: #c4ccd3 !important;
}

.bg-blue-dark-200 {
  background-color: #cdd3da !important;
}

a.bg-blue-dark-200:focus {
  background-color: #b0b9c4 !important;
}
a.bg-blue-dark-200:hover {
  background-color: #b0b9c4 !important;
}

.bg-blue-dark-300 {
  background-color: #9ba7b5 !important;
}

a.bg-blue-dark-300:focus {
  background-color: #7e8d9f !important;
}
a.bg-blue-dark-300:hover {
  background-color: #7e8d9f !important;
}

.bg-blue-dark-400 {
  background-color: #687b90 !important;
}

a.bg-blue-dark-400:focus {
  background-color: #536272 !important;
}
a.bg-blue-dark-400:hover {
  background-color: #536272 !important;
}

.bg-blue-dark-500 {
  background-color: #364f6b !important;
}

a.bg-blue-dark-500:focus {
  background-color: #253649 !important;
}
a.bg-blue-dark-500:hover {
  background-color: #253649 !important;
}

.bg-blue-dark-600 {
  background-color: #293b50 !important;
}

a.bg-blue-dark-600:focus {
  background-color: #18222e !important;
}
a.bg-blue-dark-600:hover {
  background-color: #18222e !important;
}

.bg-blue-dark-700 {
  background-color: #1b2836 !important;
}

a.bg-blue-dark-700:focus {
  background-color: #0a0f14 !important;
}
a.bg-blue-dark-700:hover {
  background-color: #0a0f14 !important;
}

.bg-blue-dark-800 {
  background-color: #0e141b !important;
}

a.bg-blue-dark-800:focus {
  background-color: black !important;
}
a.bg-blue-dark-800:hover {
  background-color: black !important;
}

.bg-blue-dark-900 {
  background-color: #080c10 !important;
}

a.bg-blue-dark-900:focus {
  background-color: black !important;
}
a.bg-blue-dark-900:hover {
  background-color: black !important;
}

.bg-blue-moderate-50 {
  background-color: #edf3f8 !important;
}

a.bg-blue-moderate-50:focus {
  background-color: #c8dbea !important;
}
a.bg-blue-moderate-50:hover {
  background-color: #c8dbea !important;
}

.bg-blue-moderate-100 {
  background-color: #e5ecf4 !important;
}

a.bg-blue-moderate-100:focus {
  background-color: #c1d2e5 !important;
}
a.bg-blue-moderate-100:hover {
  background-color: #c1d2e5 !important;
}

.bg-blue-moderate-200 {
  background-color: #d3e0ed !important;
}

a.bg-blue-moderate-200:focus {
  background-color: #afc7de !important;
}
a.bg-blue-moderate-200:hover {
  background-color: #afc7de !important;
}

.bg-blue-moderate-300 {
  background-color: #a7c1db !important;
}

a.bg-blue-moderate-300:focus {
  background-color: #83a8cc !important;
}
a.bg-blue-moderate-300:hover {
  background-color: #83a8cc !important;
}

.bg-blue-moderate-400 {
  background-color: #7ba1c8 !important;
}

a.bg-blue-moderate-400:focus {
  background-color: #5787b9 !important;
}
a.bg-blue-moderate-400:hover {
  background-color: #5787b9 !important;
}

.bg-blue-moderate-500 {
  background-color: #4f82b6 !important;
}

a.bg-blue-moderate-500:focus {
  background-color: #3e6994 !important;
}
a.bg-blue-moderate-500:hover {
  background-color: #3e6994 !important;
}

.bg-blue-moderate-600 {
  background-color: #3b6289 !important;
}

a.bg-blue-moderate-600:focus {
  background-color: #2c4965 !important;
}
a.bg-blue-moderate-600:hover {
  background-color: #2c4965 !important;
}

.bg-blue-moderate-700 {
  background-color: #28415b !important;
}

a.bg-blue-moderate-700:focus {
  background-color: #182838 !important;
}
a.bg-blue-moderate-700:hover {
  background-color: #182838 !important;
}

.bg-blue-moderate-800 {
  background-color: #14212e !important;
}

a.bg-blue-moderate-800:focus {
  background-color: #05080a !important;
}
a.bg-blue-moderate-800:hover {
  background-color: #05080a !important;
}

.bg-blue-moderate-900 {
  background-color: #0c141b !important;
}

a.bg-blue-moderate-900:focus {
  background-color: black !important;
}
a.bg-blue-moderate-900:hover {
  background-color: black !important;
}

.bg-cyan-dark-50 {
  background-color: #ecf4f7 !important;
}

a.bg-cyan-dark-50:focus {
  background-color: #c8dfe8 !important;
}
a.bg-cyan-dark-50:hover {
  background-color: #c8dfe8 !important;
}

.bg-cyan-dark-100 {
  background-color: #e2eff3 !important;
}

a.bg-cyan-dark-100:focus {
  background-color: #bedbe4 !important;
}
a.bg-cyan-dark-100:hover {
  background-color: #bedbe4 !important;
}

.bg-cyan-dark-200 {
  background-color: #cee4eb !important;
}

a.bg-cyan-dark-200:focus {
  background-color: #aad0dc !important;
}
a.bg-cyan-dark-200:hover {
  background-color: #aad0dc !important;
}

.bg-cyan-dark-300 {
  background-color: #9ec9d7 !important;
}

a.bg-cyan-dark-300:focus {
  background-color: #7ab5c8 !important;
}
a.bg-cyan-dark-300:hover {
  background-color: #7ab5c8 !important;
}

.bg-cyan-dark-400 {
  background-color: #6daec2 !important;
}

a.bg-cyan-dark-400:focus {
  background-color: #4a99b2 !important;
}
a.bg-cyan-dark-400:hover {
  background-color: #4a99b2 !important;
}

.bg-cyan-dark-500 {
  background-color: #3c93ae !important;
}

a.bg-cyan-dark-500:focus {
  background-color: #2f7388 !important;
}
a.bg-cyan-dark-500:hover {
  background-color: #2f7388 !important;
}

.bg-cyan-dark-600 {
  background-color: #2d6e83 !important;
}

a.bg-cyan-dark-600:focus {
  background-color: #204e5d !important;
}
a.bg-cyan-dark-600:hover {
  background-color: #204e5d !important;
}

.bg-cyan-dark-700 {
  background-color: #1e4a57 !important;
}

a.bg-cyan-dark-700:focus {
  background-color: #112a31 !important;
}
a.bg-cyan-dark-700:hover {
  background-color: #112a31 !important;
}

.bg-cyan-dark-800 {
  background-color: #0f252c !important;
}

a.bg-cyan-dark-800:focus {
  background-color: #020506 !important;
}
a.bg-cyan-dark-800:hover {
  background-color: #020506 !important;
}

.bg-cyan-dark-900 {
  background-color: #09161a !important;
}

a.bg-cyan-dark-900:focus {
  background-color: black !important;
}
a.bg-cyan-dark-900:hover {
  background-color: black !important;
}

.bg-blue {
  color: #111;
}

.bg-indigo {
  color: #fff;
}

.bg-purple {
  color: #fff;
}

.bg-pink {
  color: #fff;
}

.bg-red {
  color: #fff;
}

.bg-orange {
  color: #fff;
}

.bg-yellow {
  color: #111;
}

.bg-green {
  color: #fff;
}

.bg-teal {
  color: #fff;
}

.bg-cyan {
  color: #fff;
}

.bg-white {
  color: #111;
}

.bg-gray {
  color: #fff;
}

.bg-gray-dark {
  color: #fff;
}

.bg-blue-dark {
  color: #fff;
}

.bg-blue-moderate {
  color: #fff;
}

.bg-cyan-dark {
  color: #fff;
}

.bg-blue-50 {
  color: #111;
}

.bg-blue-100 {
  color: #111;
}

.bg-blue-200 {
  color: #111;
}

.bg-blue-300 {
  color: #111;
}

.bg-blue-400 {
  color: #111;
}

.bg-blue-500 {
  color: #111;
}

.bg-blue-600 {
  color: #fff;
}

.bg-blue-700 {
  color: #fff;
}

.bg-blue-800 {
  color: #fff;
}

.bg-blue-900 {
  color: #fff;
}

.bg-indigo-50 {
  color: #111;
}

.bg-indigo-100 {
  color: #111;
}

.bg-indigo-200 {
  color: #111;
}

.bg-indigo-300 {
  color: #111;
}

.bg-indigo-400 {
  color: #111;
}

.bg-indigo-500 {
  color: #fff;
}

.bg-indigo-600 {
  color: #fff;
}

.bg-indigo-700 {
  color: #fff;
}

.bg-indigo-800 {
  color: #fff;
}

.bg-indigo-900 {
  color: #fff;
}

.bg-purple-50 {
  color: #111;
}

.bg-purple-100 {
  color: #111;
}

.bg-purple-200 {
  color: #111;
}

.bg-purple-300 {
  color: #111;
}

.bg-purple-400 {
  color: #111;
}

.bg-purple-500 {
  color: #fff;
}

.bg-purple-600 {
  color: #fff;
}

.bg-purple-700 {
  color: #fff;
}

.bg-purple-800 {
  color: #fff;
}

.bg-purple-900 {
  color: #fff;
}

.bg-pink-50 {
  color: #111;
}

.bg-pink-100 {
  color: #111;
}

.bg-pink-200 {
  color: #111;
}

.bg-pink-300 {
  color: #111;
}

.bg-pink-400 {
  color: #fff;
}

.bg-pink-500 {
  color: #fff;
}

.bg-pink-600 {
  color: #fff;
}

.bg-pink-700 {
  color: #fff;
}

.bg-pink-800 {
  color: #fff;
}

.bg-pink-900 {
  color: #fff;
}

.bg-red-50 {
  color: #111;
}

.bg-red-100 {
  color: #111;
}

.bg-red-200 {
  color: #111;
}

.bg-red-300 {
  color: #111;
}

.bg-red-400 {
  color: #fff;
}

.bg-red-500 {
  color: #fff;
}

.bg-red-600 {
  color: #fff;
}

.bg-red-700 {
  color: #fff;
}

.bg-red-800 {
  color: #fff;
}

.bg-red-900 {
  color: #fff;
}

.bg-orange-50 {
  color: #111;
}

.bg-orange-100 {
  color: #111;
}

.bg-orange-200 {
  color: #111;
}

.bg-orange-300 {
  color: #111;
}

.bg-orange-400 {
  color: #111;
}

.bg-orange-500 {
  color: #fff;
}

.bg-orange-600 {
  color: #fff;
}

.bg-orange-700 {
  color: #fff;
}

.bg-orange-800 {
  color: #fff;
}

.bg-orange-900 {
  color: #fff;
}

.bg-yellow-50 {
  color: #111;
}

.bg-yellow-100 {
  color: #111;
}

.bg-yellow-200 {
  color: #111;
}

.bg-yellow-300 {
  color: #111;
}

.bg-yellow-400 {
  color: #111;
}

.bg-yellow-500 {
  color: #111;
}

.bg-yellow-600 {
  color: #fff;
}

.bg-yellow-700 {
  color: #fff;
}

.bg-yellow-800 {
  color: #fff;
}

.bg-yellow-900 {
  color: #fff;
}

.bg-green-50 {
  color: #111;
}

.bg-green-100 {
  color: #111;
}

.bg-green-200 {
  color: #111;
}

.bg-green-300 {
  color: #111;
}

.bg-green-400 {
  color: #111;
}

.bg-green-500 {
  color: #fff;
}

.bg-green-600 {
  color: #fff;
}

.bg-green-700 {
  color: #fff;
}

.bg-green-800 {
  color: #fff;
}

.bg-green-900 {
  color: #fff;
}

.bg-teal-50 {
  color: #111;
}

.bg-teal-100 {
  color: #111;
}

.bg-teal-200 {
  color: #111;
}

.bg-teal-300 {
  color: #111;
}

.bg-teal-400 {
  color: #111;
}

.bg-teal-500 {
  color: #fff;
}

.bg-teal-600 {
  color: #fff;
}

.bg-teal-700 {
  color: #fff;
}

.bg-teal-800 {
  color: #fff;
}

.bg-teal-900 {
  color: #fff;
}

.bg-cyan-50 {
  color: #111;
}

.bg-cyan-100 {
  color: #111;
}

.bg-cyan-200 {
  color: #111;
}

.bg-cyan-300 {
  color: #111;
}

.bg-cyan-400 {
  color: #111;
}

.bg-cyan-500 {
  color: #fff;
}

.bg-cyan-600 {
  color: #fff;
}

.bg-cyan-700 {
  color: #fff;
}

.bg-cyan-800 {
  color: #fff;
}

.bg-cyan-900 {
  color: #fff;
}

.bg-white-50 {
  color: #111;
}

.bg-white-100 {
  color: #111;
}

.bg-white-200 {
  color: #111;
}

.bg-white-300 {
  color: #111;
}

.bg-white-400 {
  color: #111;
}

.bg-white-500 {
  color: #111;
}

.bg-white-600 {
  color: #111;
}

.bg-white-700 {
  color: #fff;
}

.bg-white-800 {
  color: #fff;
}

.bg-white-900 {
  color: #fff;
}

.bg-gray-50 {
  color: #111;
}

.bg-gray-100 {
  color: #111;
}

.bg-gray-200 {
  color: #111;
}

.bg-gray-300 {
  color: #111;
}

.bg-gray-400 {
  color: #fff;
}

.bg-gray-500 {
  color: #fff;
}

.bg-gray-600 {
  color: #fff;
}

.bg-gray-700 {
  color: #fff;
}

.bg-gray-800 {
  color: #fff;
}

.bg-gray-900 {
  color: #fff;
}

.bg-gray-dark-50 {
  color: #111;
}

.bg-gray-dark-100 {
  color: #111;
}

.bg-gray-dark-200 {
  color: #111;
}

.bg-gray-dark-300 {
  color: #fff;
}

.bg-gray-dark-400 {
  color: #fff;
}

.bg-gray-dark-500 {
  color: #fff;
}

.bg-gray-dark-600 {
  color: #fff;
}

.bg-gray-dark-700 {
  color: #fff;
}

.bg-gray-dark-800 {
  color: #fff;
}

.bg-gray-dark-900 {
  color: #fff;
}

.bg-blue-dark-50 {
  color: #111;
}

.bg-blue-dark-100 {
  color: #111;
}

.bg-blue-dark-200 {
  color: #111;
}

.bg-blue-dark-300 {
  color: #111;
}

.bg-blue-dark-400 {
  color: #fff;
}

.bg-blue-dark-500 {
  color: #fff;
}

.bg-blue-dark-600 {
  color: #fff;
}

.bg-blue-dark-700 {
  color: #fff;
}

.bg-blue-dark-800 {
  color: #fff;
}

.bg-blue-dark-900 {
  color: #fff;
}

.bg-blue-moderate-50 {
  color: #111;
}

.bg-blue-moderate-100 {
  color: #111;
}

.bg-blue-moderate-200 {
  color: #111;
}

.bg-blue-moderate-300 {
  color: #111;
}

.bg-blue-moderate-400 {
  color: #111;
}

.bg-blue-moderate-500 {
  color: #fff;
}

.bg-blue-moderate-600 {
  color: #fff;
}

.bg-blue-moderate-700 {
  color: #fff;
}

.bg-blue-moderate-800 {
  color: #fff;
}

.bg-blue-moderate-900 {
  color: #fff;
}

.bg-cyan-dark-50 {
  color: #111;
}

.bg-cyan-dark-100 {
  color: #111;
}

.bg-cyan-dark-200 {
  color: #111;
}

.bg-cyan-dark-300 {
  color: #111;
}

.bg-cyan-dark-400 {
  color: #111;
}

.bg-cyan-dark-500 {
  color: #fff;
}

.bg-cyan-dark-600 {
  color: #fff;
}

.bg-cyan-dark-700 {
  color: #fff;
}

.bg-cyan-dark-800 {
  color: #fff;
}

.bg-cyan-dark-900 {
  color: #fff;
}

.border-blue {
  border-color: #48B2D3 !important;
}

.border-indigo {
  border-color: #6366F1 !important;
}

.border-purple {
  border-color: #8B5CF6 !important;
}

.border-pink {
  border-color: #C61A4E !important;
}

.border-red {
  border-color: #D20000 !important;
}

.border-orange {
  border-color: #F97316 !important;
}

.border-yellow {
  border-color: #EBA337 !important;
}

.border-green {
  border-color: #1AC688 !important;
}

.border-teal {
  border-color: #14B8A6 !important;
}

.border-cyan {
  border-color: #06B6D4 !important;
}

.border-white {
  border-color: #fff !important;
}

.border-gray {
  border-color: #4B5563 !important;
}

.border-gray-dark {
  border-color: #1F2937 !important;
}

.border-blue-dark {
  border-color: #364F6B !important;
}

.border-blue-moderate {
  border-color: #4f82b6 !important;
}

.border-cyan-dark {
  border-color: #3C93AE !important;
}

.border-blue-50 {
  border-color: #edf7fb !important;
}

.border-blue-100 {
  border-color: #e4f3f8 !important;
}

.border-blue-200 {
  border-color: #d1ecf4 !important;
}

.border-blue-300 {
  border-color: #a4d9e9 !important;
}

.border-blue-400 {
  border-color: #76c5de !important;
}

.border-blue-500 {
  border-color: #48b2d3 !important;
}

.border-blue-600 {
  border-color: #36869e !important;
}

.border-blue-700 {
  border-color: #24596a !important;
}

.border-blue-800 {
  border-color: #122d35 !important;
}

.border-blue-900 {
  border-color: #0b1b20 !important;
}

.border-indigo-50 {
  border-color: #eff0fe !important;
}

.border-indigo-100 {
  border-color: #e8e8fd !important;
}

.border-indigo-200 {
  border-color: #d8d9fc !important;
}

.border-indigo-300 {
  border-color: #b1b3f8 !important;
}

.border-indigo-400 {
  border-color: #8a8cf5 !important;
}

.border-indigo-500 {
  border-color: #6366f1 !important;
}

.border-indigo-600 {
  border-color: #4a4db5 !important;
}

.border-indigo-700 {
  border-color: #323379 !important;
}

.border-indigo-800 {
  border-color: #191a3c !important;
}

.border-indigo-900 {
  border-color: #0f0f24 !important;
}

.border-purple-50 {
  border-color: #f3effe !important;
}

.border-purple-100 {
  border-color: #eee7fe !important;
}

.border-purple-200 {
  border-color: #e2d6fd !important;
}

.border-purple-300 {
  border-color: #c5aefb !important;
}

.border-purple-400 {
  border-color: #a885f8 !important;
}

.border-purple-500 {
  border-color: #8b5cf6 !important;
}

.border-purple-600 {
  border-color: #6845b9 !important;
}

.border-purple-700 {
  border-color: #462e7b !important;
}

.border-purple-800 {
  border-color: #23173e !important;
}

.border-purple-900 {
  border-color: #150e25 !important;
}

.border-pink-50 {
  border-color: #f9e8ed !important;
}

.border-pink-100 {
  border-color: #f6dde4 !important;
}

.border-pink-200 {
  border-color: #f1c6d3 !important;
}

.border-pink-300 {
  border-color: #e38da7 !important;
}

.border-pink-400 {
  border-color: #d4537a !important;
}

.border-pink-500 {
  border-color: #c61a4e !important;
}

.border-pink-600 {
  border-color: #95143b !important;
}

.border-pink-700 {
  border-color: #630d27 !important;
}

.border-pink-800 {
  border-color: #320714 !important;
}

.border-pink-900 {
  border-color: #1e040c !important;
}

.border-red-50 {
  border-color: #fbe6e6 !important;
}

.border-red-100 {
  border-color: #f8d9d9 !important;
}

.border-red-200 {
  border-color: #f4bfbf !important;
}

.border-red-300 {
  border-color: #e98080 !important;
}

.border-red-400 {
  border-color: #dd4040 !important;
}

.border-red-500 {
  border-color: #d20000 !important;
}

.border-red-600 {
  border-color: #9e0000 !important;
}

.border-red-700 {
  border-color: #690000 !important;
}

.border-red-800 {
  border-color: #350000 !important;
}

.border-red-900 {
  border-color: #200000 !important;
}

.border-orange-50 {
  border-color: #fef1e8 !important;
}

.border-orange-100 {
  border-color: #feeadc !important;
}

.border-orange-200 {
  border-color: #fedcc5 !important;
}

.border-orange-300 {
  border-color: #fcb98b !important;
}

.border-orange-400 {
  border-color: #fb9650 !important;
}

.border-orange-500 {
  border-color: #f97316 !important;
}

.border-orange-600 {
  border-color: #bb5611 !important;
}

.border-orange-700 {
  border-color: #7d3a0b !important;
}

.border-orange-800 {
  border-color: #3e1d06 !important;
}

.border-orange-900 {
  border-color: #251103 !important;
}

.border-yellow-50 {
  border-color: #fdf6eb !important;
}

.border-yellow-100 {
  border-color: #fcf1e1 !important;
}

.border-yellow-200 {
  border-color: #fae8cd !important;
}

.border-yellow-300 {
  border-color: #f5d19b !important;
}

.border-yellow-400 {
  border-color: #f0ba69 !important;
}

.border-yellow-500 {
  border-color: #eba337 !important;
}

.border-yellow-600 {
  border-color: #b07a29 !important;
}

.border-yellow-700 {
  border-color: #76521c !important;
}

.border-yellow-800 {
  border-color: #3b290e !important;
}

.border-yellow-900 {
  border-color: #231808 !important;
}

.border-green-50 {
  border-color: #e8f9f3 !important;
}

.border-green-100 {
  border-color: #ddf6ed !important;
}

.border-green-200 {
  border-color: #c6f1e1 !important;
}

.border-green-300 {
  border-color: #8de3c4 !important;
}

.border-green-400 {
  border-color: #53d4a6 !important;
}

.border-green-500 {
  border-color: #1ac688 !important;
}

.border-green-600 {
  border-color: #149566 !important;
}

.border-green-700 {
  border-color: #0d6344 !important;
}

.border-green-800 {
  border-color: #073222 !important;
}

.border-green-900 {
  border-color: #041e14 !important;
}

.border-teal-50 {
  border-color: #e8f8f6 !important;
}

.border-teal-100 {
  border-color: #dcf4f2 !important;
}

.border-teal-200 {
  border-color: #c4ede9 !important;
}

.border-teal-300 {
  border-color: #8adcd3 !important;
}

.border-teal-400 {
  border-color: #4fcabc !important;
}

.border-teal-500 {
  border-color: #14b8a6 !important;
}

.border-teal-600 {
  border-color: #0f8a7d !important;
}

.border-teal-700 {
  border-color: #0a5c53 !important;
}

.border-teal-800 {
  border-color: #052e2a !important;
}

.border-teal-900 {
  border-color: #031c19 !important;
}

.border-cyan-50 {
  border-color: #e6f8fb !important;
}

.border-cyan-100 {
  border-color: #daf4f9 !important;
}

.border-cyan-200 {
  border-color: #c1edf4 !important;
}

.border-cyan-300 {
  border-color: #83dbea !important;
}

.border-cyan-400 {
  border-color: #44c8df !important;
}

.border-cyan-500 {
  border-color: #06b6d4 !important;
}

.border-cyan-600 {
  border-color: #05899f !important;
}

.border-cyan-700 {
  border-color: #035b6a !important;
}

.border-cyan-800 {
  border-color: #022e35 !important;
}

.border-cyan-900 {
  border-color: #011b20 !important;
}

.border-white-50 {
  border-color: white !important;
}

.border-white-100 {
  border-color: white !important;
}

.border-white-200 {
  border-color: white !important;
}

.border-white-300 {
  border-color: white !important;
}

.border-white-400 {
  border-color: white !important;
}

.border-white-500 {
  border-color: white !important;
}

.border-white-600 {
  border-color: #bfbfbf !important;
}

.border-white-700 {
  border-color: gray !important;
}

.border-white-800 {
  border-color: #404040 !important;
}

.border-white-900 {
  border-color: #262626 !important;
}

.border-gray-50 {
  border-color: #edeeef !important;
}

.border-gray-100 {
  border-color: #e4e6e8 !important;
}

.border-gray-200 {
  border-color: #d2d5d8 !important;
}

.border-gray-300 {
  border-color: #a5aab1 !important;
}

.border-gray-400 {
  border-color: #78808a !important;
}

.border-gray-500 {
  border-color: #4b5563 !important;
}

.border-gray-600 {
  border-color: #38404a !important;
}

.border-gray-700 {
  border-color: #262b32 !important;
}

.border-gray-800 {
  border-color: #131519 !important;
}

.border-gray-900 {
  border-color: #0b0d0f !important;
}

.border-gray-dark-50 {
  border-color: #e9eaeb !important;
}

.border-gray-dark-100 {
  border-color: #dddfe1 !important;
}

.border-gray-dark-200 {
  border-color: #c7cacd !important;
}

.border-gray-dark-300 {
  border-color: #8f949b !important;
}

.border-gray-dark-400 {
  border-color: #575f69 !important;
}

.border-gray-dark-500 {
  border-color: #1f2937 !important;
}

.border-gray-dark-600 {
  border-color: #171f29 !important;
}

.border-gray-dark-700 {
  border-color: #10151c !important;
}

.border-gray-dark-800 {
  border-color: #080a0e !important;
}

.border-gray-dark-900 {
  border-color: #050608 !important;
}

.border-blue-dark-50 {
  border-color: #ebedf0 !important;
}

.border-blue-dark-100 {
  border-color: #e1e5e9 !important;
}

.border-blue-dark-200 {
  border-color: #cdd3da !important;
}

.border-blue-dark-300 {
  border-color: #9ba7b5 !important;
}

.border-blue-dark-400 {
  border-color: #687b90 !important;
}

.border-blue-dark-500 {
  border-color: #364f6b !important;
}

.border-blue-dark-600 {
  border-color: #293b50 !important;
}

.border-blue-dark-700 {
  border-color: #1b2836 !important;
}

.border-blue-dark-800 {
  border-color: #0e141b !important;
}

.border-blue-dark-900 {
  border-color: #080c10 !important;
}

.border-blue-moderate-50 {
  border-color: #edf3f8 !important;
}

.border-blue-moderate-100 {
  border-color: #e5ecf4 !important;
}

.border-blue-moderate-200 {
  border-color: #d3e0ed !important;
}

.border-blue-moderate-300 {
  border-color: #a7c1db !important;
}

.border-blue-moderate-400 {
  border-color: #7ba1c8 !important;
}

.border-blue-moderate-500 {
  border-color: #4f82b6 !important;
}

.border-blue-moderate-600 {
  border-color: #3b6289 !important;
}

.border-blue-moderate-700 {
  border-color: #28415b !important;
}

.border-blue-moderate-800 {
  border-color: #14212e !important;
}

.border-blue-moderate-900 {
  border-color: #0c141b !important;
}

.border-cyan-dark-50 {
  border-color: #ecf4f7 !important;
}

.border-cyan-dark-100 {
  border-color: #e2eff3 !important;
}

.border-cyan-dark-200 {
  border-color: #cee4eb !important;
}

.border-cyan-dark-300 {
  border-color: #9ec9d7 !important;
}

.border-cyan-dark-400 {
  border-color: #6daec2 !important;
}

.border-cyan-dark-500 {
  border-color: #3c93ae !important;
}

.border-cyan-dark-600 {
  border-color: #2d6e83 !important;
}

.border-cyan-dark-700 {
  border-color: #1e4a57 !important;
}

.border-cyan-dark-800 {
  border-color: #0f252c !important;
}

.border-cyan-dark-900 {
  border-color: #09161a !important;
}

/* Bootstrap Configuration
    # Layout & components
    # Bootstrap to set the changes!
*/
/*!
 * Bootstrap v5.0.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #48B2D3;
  --bs-indigo: #6366F1;
  --bs-purple: #8B5CF6;
  --bs-pink: #C61A4E;
  --bs-red: #D20000;
  --bs-orange: #F97316;
  --bs-yellow: #EBA337;
  --bs-green: #1AC688;
  --bs-teal: #14B8A6;
  --bs-cyan: #06B6D4;
  --bs-white: #fff;
  --bs-gray: #4B5563;
  --bs-gray-dark: #1F2937;
  --bs-blue-dark: #364F6B;
  --bs-blue-moderate: #4f82b6;
  --bs-cyan-dark: #3C93AE;
  --bs-blue-50: #edf7fb;
  --bs-blue-100: #e4f3f8;
  --bs-blue-200: #d1ecf4;
  --bs-blue-300: #a4d9e9;
  --bs-blue-400: #76c5de;
  --bs-blue-500: #48b2d3;
  --bs-blue-600: #36869e;
  --bs-blue-700: #24596a;
  --bs-blue-800: #122d35;
  --bs-blue-900: #0b1b20;
  --bs-indigo-50: #eff0fe;
  --bs-indigo-100: #e8e8fd;
  --bs-indigo-200: #d8d9fc;
  --bs-indigo-300: #b1b3f8;
  --bs-indigo-400: #8a8cf5;
  --bs-indigo-500: #6366f1;
  --bs-indigo-600: #4a4db5;
  --bs-indigo-700: #323379;
  --bs-indigo-800: #191a3c;
  --bs-indigo-900: #0f0f24;
  --bs-purple-50: #f3effe;
  --bs-purple-100: #eee7fe;
  --bs-purple-200: #e2d6fd;
  --bs-purple-300: #c5aefb;
  --bs-purple-400: #a885f8;
  --bs-purple-500: #8b5cf6;
  --bs-purple-600: #6845b9;
  --bs-purple-700: #462e7b;
  --bs-purple-800: #23173e;
  --bs-purple-900: #150e25;
  --bs-pink-50: #f9e8ed;
  --bs-pink-100: #f6dde4;
  --bs-pink-200: #f1c6d3;
  --bs-pink-300: #e38da7;
  --bs-pink-400: #d4537a;
  --bs-pink-500: #c61a4e;
  --bs-pink-600: #95143b;
  --bs-pink-700: #630d27;
  --bs-pink-800: #320714;
  --bs-pink-900: #1e040c;
  --bs-red-50: #fbe6e6;
  --bs-red-100: #f8d9d9;
  --bs-red-200: #f4bfbf;
  --bs-red-300: #e98080;
  --bs-red-400: #dd4040;
  --bs-red-500: #d20000;
  --bs-red-600: #9e0000;
  --bs-red-700: #690000;
  --bs-red-800: #350000;
  --bs-red-900: #200000;
  --bs-orange-50: #fef1e8;
  --bs-orange-100: #feeadc;
  --bs-orange-200: #fedcc5;
  --bs-orange-300: #fcb98b;
  --bs-orange-400: #fb9650;
  --bs-orange-500: #f97316;
  --bs-orange-600: #bb5611;
  --bs-orange-700: #7d3a0b;
  --bs-orange-800: #3e1d06;
  --bs-orange-900: #251103;
  --bs-yellow-50: #fdf6eb;
  --bs-yellow-100: #fcf1e1;
  --bs-yellow-200: #fae8cd;
  --bs-yellow-300: #f5d19b;
  --bs-yellow-400: #f0ba69;
  --bs-yellow-500: #eba337;
  --bs-yellow-600: #b07a29;
  --bs-yellow-700: #76521c;
  --bs-yellow-800: #3b290e;
  --bs-yellow-900: #231808;
  --bs-green-50: #e8f9f3;
  --bs-green-100: #ddf6ed;
  --bs-green-200: #c6f1e1;
  --bs-green-300: #8de3c4;
  --bs-green-400: #53d4a6;
  --bs-green-500: #1ac688;
  --bs-green-600: #149566;
  --bs-green-700: #0d6344;
  --bs-green-800: #073222;
  --bs-green-900: #041e14;
  --bs-teal-50: #e8f8f6;
  --bs-teal-100: #dcf4f2;
  --bs-teal-200: #c4ede9;
  --bs-teal-300: #8adcd3;
  --bs-teal-400: #4fcabc;
  --bs-teal-500: #14b8a6;
  --bs-teal-600: #0f8a7d;
  --bs-teal-700: #0a5c53;
  --bs-teal-800: #052e2a;
  --bs-teal-900: #031c19;
  --bs-cyan-50: #e6f8fb;
  --bs-cyan-100: #daf4f9;
  --bs-cyan-200: #c1edf4;
  --bs-cyan-300: #83dbea;
  --bs-cyan-400: #44c8df;
  --bs-cyan-500: #06b6d4;
  --bs-cyan-600: #05899f;
  --bs-cyan-700: #035b6a;
  --bs-cyan-800: #022e35;
  --bs-cyan-900: #011b20;
  --bs-white-50: white;
  --bs-white-100: white;
  --bs-white-200: white;
  --bs-white-300: white;
  --bs-white-400: white;
  --bs-white-500: white;
  --bs-white-600: #bfbfbf;
  --bs-white-700: gray;
  --bs-white-800: #404040;
  --bs-white-900: #262626;
  --bs-gray-50: #edeeef;
  --bs-gray-100: #e4e6e8;
  --bs-gray-200: #d2d5d8;
  --bs-gray-300: #a5aab1;
  --bs-gray-400: #78808a;
  --bs-gray-500: #4b5563;
  --bs-gray-600: #38404a;
  --bs-gray-700: #262b32;
  --bs-gray-800: #131519;
  --bs-gray-900: #0b0d0f;
  --bs-gray-dark-50: #e9eaeb;
  --bs-gray-dark-100: #dddfe1;
  --bs-gray-dark-200: #c7cacd;
  --bs-gray-dark-300: #8f949b;
  --bs-gray-dark-400: #575f69;
  --bs-gray-dark-500: #1f2937;
  --bs-gray-dark-600: #171f29;
  --bs-gray-dark-700: #10151c;
  --bs-gray-dark-800: #080a0e;
  --bs-gray-dark-900: #050608;
  --bs-blue-dark-50: #ebedf0;
  --bs-blue-dark-100: #e1e5e9;
  --bs-blue-dark-200: #cdd3da;
  --bs-blue-dark-300: #9ba7b5;
  --bs-blue-dark-400: #687b90;
  --bs-blue-dark-500: #364f6b;
  --bs-blue-dark-600: #293b50;
  --bs-blue-dark-700: #1b2836;
  --bs-blue-dark-800: #0e141b;
  --bs-blue-dark-900: #080c10;
  --bs-blue-moderate-50: #edf3f8;
  --bs-blue-moderate-100: #e5ecf4;
  --bs-blue-moderate-200: #d3e0ed;
  --bs-blue-moderate-300: #a7c1db;
  --bs-blue-moderate-400: #7ba1c8;
  --bs-blue-moderate-500: #4f82b6;
  --bs-blue-moderate-600: #3b6289;
  --bs-blue-moderate-700: #28415b;
  --bs-blue-moderate-800: #14212e;
  --bs-blue-moderate-900: #0c141b;
  --bs-cyan-dark-50: #ecf4f7;
  --bs-cyan-dark-100: #e2eff3;
  --bs-cyan-dark-200: #cee4eb;
  --bs-cyan-dark-300: #9ec9d7;
  --bs-cyan-dark-400: #6daec2;
  --bs-cyan-dark-500: #3c93ae;
  --bs-cyan-dark-600: #2d6e83;
  --bs-cyan-dark-700: #1e4a57;
  --bs-cyan-dark-800: #0f252c;
  --bs-cyan-dark-900: #09161a;
  --bs-primary: #C61A4E;
  --bs-secondary: #4B5563;
  --bs-success: #1AC688;
  --bs-info: #06B6D4;
  --bs-warning: #EBA337;
  --bs-danger: #D20000;
  --bs-light: #F3F4F6;
  --bs-dark: #111827;
  --bs-font-sans-serif: "Manrope", sans-serif;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #131C26;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: 800;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #C61A4E;
  text-decoration: underline;
}
a:hover {
  color: #9e153e;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #C61A4E;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #111827;
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6B7280;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #4B5563;
}
.blockquote-footer::before {
  content: "\2014\00A0";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #D1D5DB;
  border-radius: 0.5rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: #4B5563;
}

.container, .form-layout,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .form-layout, .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .form-layout, .container-sm, .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .form-layout, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .form-layout, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container, .form-layout, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}

.row-cols-auto > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 8.3333333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.3333333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 41.6666666667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 58.3333333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 66.6666666667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 83.3333333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 91.6666666667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }

  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }

  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }

  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }

  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }

  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }

  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }

  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }

  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }

  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }

  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }

  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }

  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }

  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }

  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }

  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }

  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }

  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }

  .row-cols-xxl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }

  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-striped-color: #131C26;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #131C26;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #131C26;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #131C26;
  vertical-align: top;
  border-color: #D1D5DB;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  -webkit-box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
          box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.table-primary {
  --bs-table-bg: #f4d1dc;
  --bs-table-striped-bg: #e8c7d1;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dcbcc6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e2c1cc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dcbcc6;
}

.table-secondary {
  --bs-table-bg: #dbdde0;
  --bs-table-striped-bg: #d0d2d5;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #c5c7ca;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #cbcccf;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #c5c7ca;
}

.table-success {
  --bs-table-bg: #d1f4e7;
  --bs-table-striped-bg: #c7e8db;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcdcd0;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1e2d6;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcdcd0;
}

.table-info {
  --bs-table-bg: #cdf0f6;
  --bs-table-striped-bg: #c3e4ea;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #b9d8dd;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bedee4;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #b9d8dd;
}

.table-warning {
  --bs-table-bg: #fbedd7;
  --bs-table-striped-bg: #eee1cc;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e2d5c2;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e8dbc7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e2d5c2;
}

.table-danger {
  --bs-table-bg: #f6cccc;
  --bs-table-striped-bg: #eac2c2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #ddb8b8;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e4bdbd;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #ddb8b8;
}

.table-light {
  --bs-table-bg: #F3F4F6;
  --bs-table-striped-bg: #e7e8ea;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dbdcdd;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e1e2e4;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dbdcdd;
}

.table-dark {
  --bs-table-bg: #111827;
  --bs-table-striped-bg: #1d2432;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #292f3d;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #232937;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #292f3d;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
  font-size: 0.875em;
  font-weight: 500;
}

.col-form-label {
  padding-top: calc(0.375rem + 2px);
  padding-bottom: calc(0.375rem + 2px);
  margin-bottom: 0;
  font-size: inherit;
  font-weight: 500;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 2px);
  padding-bottom: calc(0.5rem + 2px);
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 2px);
  padding-bottom: calc(0.25rem + 2px);
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6B7280;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #131C26;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid #CBD5E0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 8px;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control[type="file"] {
  overflow: hidden;
}
.form-control[type="file"]:not(:disabled):not(:-moz-read-only) {
  cursor: pointer;
}
.form-control[type="file"]:not(:disabled):not(:read-only) {
  cursor: pointer;
}
.form-control:focus {
  color: #131C26;
  background-color: #fff;
  border-color: #e38da7;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(198, 26, 78, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(198, 26, 78, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::-webkit-input-placeholder {
  color: #4B5563;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #4B5563;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #4B5563;
  opacity: 1;
}
.form-control::placeholder {
  color: #4B5563;
  opacity: 1;
}
.form-control:disabled, .form-control:-moz-read-only {
  background-color: #E5E7EB;
  opacity: 1;
}
.form-control:disabled, .form-control:read-only {
  background-color: #E5E7EB;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
     -moz-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: #131C26;
  background-color: #E5E7EB;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 2px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not(:-moz-read-only)::file-selector-button {
  background-color: #dadbdf;
}
.form-control:hover:not(:disabled):not(:read-only)::file-selector-button {
  background-color: #dadbdf;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: #131C26;
  background-color: #E5E7EB;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 2px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not(:read-only)::-webkit-file-upload-button {
  background-color: #dadbdf;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #131C26;
  background-color: transparent;
  border: solid transparent;
  border-width: 2px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 4px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
     -moz-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + 4px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.75rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
     -moz-margin-end: 1rem;
          margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 4px);
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 4px);
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 4px);
}

.form-control-color {
  max-width: 3rem;
  height: auto;
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not(:-moz-read-only) {
  cursor: pointer;
}
.form-control-color:not(:disabled):not(:read-only) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 8px;
}
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 8px;
}

.form-select, .daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #131C26;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%231F2937' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 2px solid #CBD5E0;
  border-radius: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-select:focus, .daterangepicker select.hourselect:focus,
.daterangepicker select.minuteselect:focus,
.daterangepicker select.secondselect:focus,
.daterangepicker select.ampmselect:focus {
  border-color: #e38da7;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(198, 26, 78, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(198, 26, 78, 0.25);
}
.form-select[multiple], .daterangepicker select[multiple].hourselect,
.daterangepicker select[multiple].minuteselect,
.daterangepicker select[multiple].secondselect,
.daterangepicker select[multiple].ampmselect, .form-select[size]:not([size="1"]), .daterangepicker select[size].hourselect:not([size="1"]),
.daterangepicker select[size].minuteselect:not([size="1"]),
.daterangepicker select[size].secondselect:not([size="1"]),
.daterangepicker select[size].ampmselect:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled, .daterangepicker select.hourselect:disabled,
.daterangepicker select.minuteselect:disabled,
.daterangepicker select.secondselect:disabled,
.daterangepicker select.ampmselect:disabled {
  background-color: #E5E7EB;
}
.form-select:-moz-focusring, .daterangepicker select.hourselect:-moz-focusring,
.daterangepicker select.minuteselect:-moz-focusring,
.daterangepicker select.secondselect:-moz-focusring,
.daterangepicker select.ampmselect:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #131C26;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.form-check, .custom-control {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.75em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input, .custom-control .form-check-input, .form-check .custom-control-input, .custom-control .custom-control-input {
  float: left;
  margin-left: -1.75em;
}

.form-check-input, .custom-control-input {
  width: 1.25em;
  height: 1.25em;
  margin-top: 0.125em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 2px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color-adjust: exact;
}
.form-check-input[type="checkbox"], [type="checkbox"].custom-control-input {
  border-radius: 0.25em;
}
.form-check-input[type="radio"], [type="radio"].custom-control-input {
  border-radius: 50%;
}
.form-check-input:active, .custom-control-input:active {
  -webkit-filter: brightness(90%);
          filter: brightness(90%);
}
.form-check-input:focus, .custom-control-input:focus {
  border-color: #4f82b6;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem var(--bs-cyan-dark-300);
          box-shadow: 0 0 0 0.25rem var(--bs-cyan-dark-300);
}
.form-check-input:checked, .custom-control-input:checked {
  background-color: #fff;
  border-color: #4f82b6;
}
.form-check-input:checked[type="checkbox"], .custom-control-input:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%234f82b6' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type="radio"], .custom-control-input:checked[type="radio"] {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='2' fill='%234f82b6'/></svg>");
}
.form-check-input[type="checkbox"]:indeterminate, [type="checkbox"].custom-control-input:indeterminate {
  background-color: #C61A4E;
  border-color: #C61A4E;
  background-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 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled, .custom-control-input:disabled {
  pointer-events: none;
  -webkit-filter: none;
          filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, [disabled].custom-control-input ~ .form-check-label, .form-check-input[disabled] ~ .custom-control-label, [disabled].custom-control-input ~ .custom-control-label, .form-check-input:disabled ~ .form-check-label, .custom-control-input:disabled ~ .form-check-label, .form-check-input:disabled ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input, .form-switch .custom-control-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  -webkit-transition: background-position 0.15s ease-in-out;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input, .form-switch .custom-control-input {
    -webkit-transition: none;
    transition: none;
  }
}
.form-switch .form-check-input:focus, .form-switch .custom-control-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23e38da7'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked, .form-switch .custom-control-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%234f82b6'/%3e%3c/svg%3e");
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  -webkit-filter: none;
          filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(198, 26, 78, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(198, 26, 78, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(198, 26, 78, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #C61A4E;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #eebaca;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #D1D5DB;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #C61A4E;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #eebaca;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #D1D5DB;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #6B7280;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #6B7280;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select,
.daterangepicker .form-floating > select.hourselect,
.daterangepicker .form-floating > select.minuteselect,
.daterangepicker .form-floating > select.secondselect,
.daterangepicker .form-floating > select.ampmselect {
  height: calc(3.5rem + 4px);
  padding: 1rem 0.75rem;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 2px solid transparent;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    -webkit-transition: none;
    transition: none;
  }
}
.form-floating > .form-control::-webkit-input-placeholder {
  color: transparent;
}
.form-floating > .form-control:-ms-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::-ms-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select, .daterangepicker .form-floating > select.hourselect,
.daterangepicker .form-floating > select.minuteselect,
.daterangepicker .form-floating > select.secondselect,
.daterangepicker .form-floating > select.ampmselect {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label,
.daterangepicker .form-floating > select.hourselect ~ label,
.daterangepicker .form-floating > select.minuteselect ~ label,
.daterangepicker .form-floating > select.secondselect ~ label,
.daterangepicker .form-floating > select.ampmselect ~ label {
  opacity: 0.65;
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
          transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
          transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.daterangepicker .input-group > select.hourselect,
.daterangepicker .input-group > select.minuteselect,
.daterangepicker .input-group > select.secondselect,
.daterangepicker .input-group > select.ampmselect {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.daterangepicker .input-group > select.hourselect:focus,
.daterangepicker .input-group > select.minuteselect:focus,
.daterangepicker .input-group > select.secondselect:focus,
.daterangepicker .input-group > select.ampmselect:focus {
  z-index: 3;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 3;
}

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #131C26;
  text-align: center;
  white-space: nowrap;
  background-color: #E5E7EB;
  border: 2px solid #CBD5E0;
  border-radius: 8px;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.daterangepicker .input-group-lg > select.hourselect,
.daterangepicker .input-group-lg > select.minuteselect,
.daterangepicker .input-group-lg > select.secondselect,
.daterangepicker .input-group-lg > select.ampmselect,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.75rem;
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.daterangepicker .input-group-sm > select.hourselect,
.daterangepicker .input-group-sm > select.minuteselect,
.daterangepicker .input-group-sm > select.secondselect,
.daterangepicker .input-group-sm > select.ampmselect,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}

.input-group-lg > .form-select, .daterangepicker .input-group-lg > select.hourselect,
.daterangepicker .input-group-lg > select.minuteselect,
.daterangepicker .input-group-lg > select.secondselect,
.daterangepicker .input-group-lg > select.ampmselect,
.input-group-sm > .form-select,
.daterangepicker .input-group-sm > select.hourselect,
.daterangepicker .input-group-sm > select.minuteselect,
.daterangepicker .input-group-sm > select.secondselect,
.daterangepicker .input-group-sm > select.ampmselect {
  padding-right: 3rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -2px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #1AC688;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(26, 198, 136, 0.9);
  border-radius: 0.5rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #1AC688;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%231AC688' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #1AC688;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(26, 198, 136, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(26, 198, 136, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid, .was-validated .daterangepicker select.hourselect:valid, .daterangepicker .was-validated select.hourselect:valid,
.was-validated .daterangepicker select.minuteselect:valid,
.daterangepicker .was-validated select.minuteselect:valid,
.was-validated .daterangepicker select.secondselect:valid,
.daterangepicker .was-validated select.secondselect:valid,
.was-validated .daterangepicker select.ampmselect:valid,
.daterangepicker .was-validated select.ampmselect:valid, .form-select.is-valid, .daterangepicker select.is-valid.hourselect,
.daterangepicker select.is-valid.minuteselect,
.daterangepicker select.is-valid.secondselect,
.daterangepicker select.is-valid.ampmselect {
  border-color: #1AC688;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .daterangepicker select.hourselect:valid:not([multiple]):not([size]), .daterangepicker .was-validated select.hourselect:valid:not([multiple]):not([size]),
.was-validated .daterangepicker select.minuteselect:valid:not([multiple]):not([size]),
.daterangepicker .was-validated select.minuteselect:valid:not([multiple]):not([size]),
.was-validated .daterangepicker select.secondselect:valid:not([multiple]):not([size]),
.daterangepicker .was-validated select.secondselect:valid:not([multiple]):not([size]),
.was-validated .daterangepicker select.ampmselect:valid:not([multiple]):not([size]),
.daterangepicker .was-validated select.ampmselect:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .was-validated .daterangepicker select.hourselect:valid:not([multiple])[size="1"], .daterangepicker .was-validated select.hourselect:valid:not([multiple])[size="1"],
.was-validated .daterangepicker select.minuteselect:valid:not([multiple])[size="1"],
.daterangepicker .was-validated select.minuteselect:valid:not([multiple])[size="1"],
.was-validated .daterangepicker select.secondselect:valid:not([multiple])[size="1"],
.daterangepicker .was-validated select.secondselect:valid:not([multiple])[size="1"],
.was-validated .daterangepicker select.ampmselect:valid:not([multiple])[size="1"],
.daterangepicker .was-validated select.ampmselect:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .daterangepicker select.is-valid.hourselect:not([multiple]):not([size]),
.daterangepicker select.is-valid.minuteselect:not([multiple]):not([size]),
.daterangepicker select.is-valid.secondselect:not([multiple]):not([size]),
.daterangepicker select.is-valid.ampmselect:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"], .daterangepicker select.is-valid.hourselect:not([multiple])[size="1"],
.daterangepicker select.is-valid.minuteselect:not([multiple])[size="1"],
.daterangepicker select.is-valid.secondselect:not([multiple])[size="1"],
.daterangepicker select.is-valid.ampmselect:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%231F2937' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%231AC688' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .was-validated .daterangepicker select.hourselect:valid:focus, .daterangepicker .was-validated select.hourselect:valid:focus,
.was-validated .daterangepicker select.minuteselect:valid:focus,
.daterangepicker .was-validated select.minuteselect:valid:focus,
.was-validated .daterangepicker select.secondselect:valid:focus,
.daterangepicker .was-validated select.secondselect:valid:focus,
.was-validated .daterangepicker select.ampmselect:valid:focus,
.daterangepicker .was-validated select.ampmselect:valid:focus, .form-select.is-valid:focus, .daterangepicker select.is-valid.hourselect:focus,
.daterangepicker select.is-valid.minuteselect:focus,
.daterangepicker select.is-valid.secondselect:focus,
.daterangepicker select.is-valid.ampmselect:focus {
  border-color: #1AC688;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(26, 198, 136, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(26, 198, 136, 0.25);
}

.was-validated .form-check-input:valid, .was-validated .custom-control-input:valid, .form-check-input.is-valid, .is-valid.custom-control-input {
  border-color: #1AC688;
}
.was-validated .form-check-input:valid:checked, .was-validated .custom-control-input:valid:checked, .form-check-input.is-valid:checked, .is-valid.custom-control-input:checked {
  background-color: #1AC688;
}
.was-validated .form-check-input:valid:focus, .was-validated .custom-control-input:valid:focus, .form-check-input.is-valid:focus, .is-valid.custom-control-input:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(26, 198, 136, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(26, 198, 136, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .was-validated .custom-control-input:valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label, .form-check-input.is-valid ~ .form-check-label, .is-valid.custom-control-input ~ .form-check-label, .form-check-input.is-valid ~ .custom-control-label, .is-valid.custom-control-input ~ .custom-control-label {
  color: #1AC688;
}

.form-check-inline .form-check-input ~ .valid-feedback, .form-check-inline .custom-control-input ~ .valid-feedback {
  margin-left: .5em;
}

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.was-validated .input-group .daterangepicker select.hourselect:valid,
.daterangepicker .was-validated .input-group select.hourselect:valid,
.was-validated .input-group .daterangepicker select.minuteselect:valid,
.daterangepicker .was-validated .input-group select.minuteselect:valid,
.was-validated .input-group .daterangepicker select.secondselect:valid,
.daterangepicker .was-validated .input-group select.secondselect:valid,
.was-validated .input-group .daterangepicker select.ampmselect:valid,
.daterangepicker .was-validated .input-group select.ampmselect:valid,
.input-group .form-select.is-valid,
.input-group .daterangepicker select.is-valid.hourselect,
.daterangepicker .input-group select.is-valid.hourselect,
.input-group .daterangepicker select.is-valid.minuteselect,
.daterangepicker .input-group select.is-valid.minuteselect,
.input-group .daterangepicker select.is-valid.secondselect,
.daterangepicker .input-group select.is-valid.secondselect,
.input-group .daterangepicker select.is-valid.ampmselect,
.daterangepicker .input-group select.is-valid.ampmselect {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #D20000;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(210, 0, 0, 0.9);
  border-radius: 0.5rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #D20000;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23D20000'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23D20000' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #D20000;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(210, 0, 0, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(210, 0, 0, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid, .was-validated .daterangepicker select.hourselect:invalid, .daterangepicker .was-validated select.hourselect:invalid,
.was-validated .daterangepicker select.minuteselect:invalid,
.daterangepicker .was-validated select.minuteselect:invalid,
.was-validated .daterangepicker select.secondselect:invalid,
.daterangepicker .was-validated select.secondselect:invalid,
.was-validated .daterangepicker select.ampmselect:invalid,
.daterangepicker .was-validated select.ampmselect:invalid, .form-select.is-invalid, .daterangepicker select.is-invalid.hourselect,
.daterangepicker select.is-invalid.minuteselect,
.daterangepicker select.is-invalid.secondselect,
.daterangepicker select.is-invalid.ampmselect {
  border-color: #D20000;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .daterangepicker select.hourselect:invalid:not([multiple]):not([size]), .daterangepicker .was-validated select.hourselect:invalid:not([multiple]):not([size]),
.was-validated .daterangepicker select.minuteselect:invalid:not([multiple]):not([size]),
.daterangepicker .was-validated select.minuteselect:invalid:not([multiple]):not([size]),
.was-validated .daterangepicker select.secondselect:invalid:not([multiple]):not([size]),
.daterangepicker .was-validated select.secondselect:invalid:not([multiple]):not([size]),
.was-validated .daterangepicker select.ampmselect:invalid:not([multiple]):not([size]),
.daterangepicker .was-validated select.ampmselect:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .was-validated .daterangepicker select.hourselect:invalid:not([multiple])[size="1"], .daterangepicker .was-validated select.hourselect:invalid:not([multiple])[size="1"],
.was-validated .daterangepicker select.minuteselect:invalid:not([multiple])[size="1"],
.daterangepicker .was-validated select.minuteselect:invalid:not([multiple])[size="1"],
.was-validated .daterangepicker select.secondselect:invalid:not([multiple])[size="1"],
.daterangepicker .was-validated select.secondselect:invalid:not([multiple])[size="1"],
.was-validated .daterangepicker select.ampmselect:invalid:not([multiple])[size="1"],
.daterangepicker .was-validated select.ampmselect:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .daterangepicker select.is-invalid.hourselect:not([multiple]):not([size]),
.daterangepicker select.is-invalid.minuteselect:not([multiple]):not([size]),
.daterangepicker select.is-invalid.secondselect:not([multiple]):not([size]),
.daterangepicker select.is-invalid.ampmselect:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"], .daterangepicker select.is-invalid.hourselect:not([multiple])[size="1"],
.daterangepicker select.is-invalid.minuteselect:not([multiple])[size="1"],
.daterangepicker select.is-invalid.secondselect:not([multiple])[size="1"],
.daterangepicker select.is-invalid.ampmselect:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%231F2937' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23D20000'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23D20000' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .was-validated .daterangepicker select.hourselect:invalid:focus, .daterangepicker .was-validated select.hourselect:invalid:focus,
.was-validated .daterangepicker select.minuteselect:invalid:focus,
.daterangepicker .was-validated select.minuteselect:invalid:focus,
.was-validated .daterangepicker select.secondselect:invalid:focus,
.daterangepicker .was-validated select.secondselect:invalid:focus,
.was-validated .daterangepicker select.ampmselect:invalid:focus,
.daterangepicker .was-validated select.ampmselect:invalid:focus, .form-select.is-invalid:focus, .daterangepicker select.is-invalid.hourselect:focus,
.daterangepicker select.is-invalid.minuteselect:focus,
.daterangepicker select.is-invalid.secondselect:focus,
.daterangepicker select.is-invalid.ampmselect:focus {
  border-color: #D20000;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(210, 0, 0, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(210, 0, 0, 0.25);
}

.was-validated .form-check-input:invalid, .was-validated .custom-control-input:invalid, .form-check-input.is-invalid, .is-invalid.custom-control-input {
  border-color: #D20000;
}
.was-validated .form-check-input:invalid:checked, .was-validated .custom-control-input:invalid:checked, .form-check-input.is-invalid:checked, .is-invalid.custom-control-input:checked {
  background-color: #D20000;
}
.was-validated .form-check-input:invalid:focus, .was-validated .custom-control-input:invalid:focus, .form-check-input.is-invalid:focus, .is-invalid.custom-control-input:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(210, 0, 0, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(210, 0, 0, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .was-validated .custom-control-input:invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label, .form-check-input.is-invalid ~ .form-check-label, .is-invalid.custom-control-input ~ .form-check-label, .form-check-input.is-invalid ~ .custom-control-label, .is-invalid.custom-control-input ~ .custom-control-label {
  color: #D20000;
}

.form-check-inline .form-check-input ~ .invalid-feedback, .form-check-inline .custom-control-input ~ .invalid-feedback {
  margin-left: .5em;
}

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.was-validated .input-group .daterangepicker select.hourselect:invalid,
.daterangepicker .was-validated .input-group select.hourselect:invalid,
.was-validated .input-group .daterangepicker select.minuteselect:invalid,
.daterangepicker .was-validated .input-group select.minuteselect:invalid,
.was-validated .input-group .daterangepicker select.secondselect:invalid,
.daterangepicker .was-validated .input-group select.secondselect:invalid,
.was-validated .input-group .daterangepicker select.ampmselect:invalid,
.daterangepicker .was-validated .input-group select.ampmselect:invalid,
.input-group .form-select.is-invalid,
.input-group .daterangepicker select.is-invalid.hourselect,
.daterangepicker .input-group select.is-invalid.hourselect,
.input-group .daterangepicker select.is-invalid.minuteselect,
.daterangepicker .input-group select.is-invalid.minuteselect,
.input-group .daterangepicker select.is-invalid.secondselect,
.daterangepicker .input-group select.is-invalid.secondselect,
.input-group .daterangepicker select.is-invalid.ampmselect,
.daterangepicker .input-group select.is-invalid.ampmselect {
  z-index: 3;
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #131C26;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.5rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}
.btn:hover {
  color: #131C26;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(198, 26, 78, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(198, 26, 78, 0.25);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary, [theme-color="pink"] .section-get-quote .content-form .btn-primary {
  color: #fff;
  background-color: #C61A4E;
  border-color: #C61A4E;
}
.btn-primary:hover, [theme-color="pink"] .section-get-quote .content-form .btn-primary:hover {
  color: #fff;
  background-color: #a81642;
  border-color: #9e153e;
}
.btn-check:focus + .btn-primary, [theme-color="pink"] .section-get-quote .content-form .btn-check:focus + .btn-primary, .btn-primary:focus, [theme-color="pink"] .section-get-quote .content-form .btn-primary:focus {
  color: #fff;
  background-color: #a81642;
  border-color: #9e153e;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(207, 60, 105, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(207, 60, 105, 0.5);
}
.btn-check:checked + .btn-primary, [theme-color="pink"] .section-get-quote .content-form .btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, [theme-color="pink"] .section-get-quote .content-form .btn-check:active + .btn-primary, .btn-primary:active, [theme-color="pink"] .section-get-quote .content-form .btn-primary:active, .btn-primary.active, [theme-color="pink"] .section-get-quote .content-form .active.btn-primary, .show > .btn-primary.dropdown-toggle, [theme-color="pink"] .section-get-quote .content-form .show > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #9e153e;
  border-color: #95143b;
}
.btn-check:checked + .btn-primary:focus, [theme-color="pink"] .section-get-quote .content-form .btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, [theme-color="pink"] .section-get-quote .content-form .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, [theme-color="pink"] .section-get-quote .content-form .btn-primary:active:focus, .btn-primary.active:focus, [theme-color="pink"] .section-get-quote .content-form .active.btn-primary:focus, .show > .btn-primary.dropdown-toggle:focus, [theme-color="pink"] .section-get-quote .content-form .show > .dropdown-toggle.btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(207, 60, 105, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(207, 60, 105, 0.5);
}
.btn-primary:disabled, [theme-color="pink"] .section-get-quote .content-form .btn-primary:disabled, .btn-primary.disabled, [theme-color="pink"] .section-get-quote .content-form .disabled.btn-primary {
  color: #fff;
  background-color: #C61A4E;
  border-color: #C61A4E;
}

.btn-secondary {
  color: #fff;
  background-color: #4B5563;
  border-color: #4B5563;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #404854;
  border-color: #3c444f;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: #404854;
  border-color: #3c444f;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(102, 111, 122, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(102, 111, 122, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #3c444f;
  border-color: #38404a;
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(102, 111, 122, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(102, 111, 122, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #fff;
  background-color: #4B5563;
  border-color: #4B5563;
}

.btn-success, [theme-color="green"] .btn-primary, [theme-color="pink"] .section-get-quote .content-form [theme-color="green"] .btn-primary, [theme-color="green"] .section-get-quote .content-form .btn-primary, .primary-section-3 .btn-primary, .primary-section-3 [theme-color="pink"] .section-get-quote .content-form .btn-primary, [theme-color="pink"] .section-get-quote .content-form .primary-section-3 .btn-primary, .protect .buttons .btn-primary, .protect .buttons [theme-color="pink"] .section-get-quote .content-form .btn-primary, [theme-color="pink"] .section-get-quote .content-form .protect .buttons .btn-primary {
  color: #fff;
  background-color: #1AC688;
  border-color: #1AC688;
}
.btn-success:hover, [theme-color="green"] .btn-primary:hover, [theme-color="pink"] .section-get-quote .content-form [theme-color="green"] .btn-primary:hover, [theme-color="green"] .section-get-quote .content-form .btn-primary:hover, .primary-section-3 .btn-primary:hover, .primary-section-3 [theme-color="pink"] .section-get-quote .content-form .btn-primary:hover, [theme-color="pink"] .section-get-quote .content-form .primary-section-3 .btn-primary:hover, .protect .buttons .btn-primary:hover {
  color: #fff;
  background-color: #16a874;
  border-color: #159e6d;
}
.btn-check:focus + .btn-success, [theme-color="green"] .btn-check:focus + .btn-primary, [theme-color="green"] .section-get-quote .content-form .btn-check:focus + .btn-primary, .primary-section-3 .btn-check:focus + .btn-primary, .primary-section-3 [theme-color="pink"] .section-get-quote .content-form .btn-check:focus + .btn-primary, .protect .buttons .btn-check:focus + .btn-primary, .protect .buttons [theme-color="pink"] .section-get-quote .content-form .btn-check:focus + .btn-primary, .btn-success:focus, [theme-color="green"] .btn-primary:focus, [theme-color="pink"] .section-get-quote .content-form [theme-color="green"] .btn-primary:focus, [theme-color="green"] .section-get-quote .content-form .btn-primary:focus, .primary-section-3 .btn-primary:focus, .primary-section-3 [theme-color="pink"] .section-get-quote .content-form .btn-primary:focus, [theme-color="pink"] .section-get-quote .content-form .primary-section-3 .btn-primary:focus, .protect .buttons .btn-primary:focus {
  color: #fff;
  background-color: #16a874;
  border-color: #159e6d;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(60, 207, 154, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(60, 207, 154, 0.5);
}
.btn-check:checked + .btn-success, [theme-color="green"] .btn-check:checked + .btn-primary, [theme-color="green"] .section-get-quote .content-form .btn-check:checked + .btn-primary, .primary-section-3 .btn-check:checked + .btn-primary, .primary-section-3 [theme-color="pink"] .section-get-quote .content-form .btn-check:checked + .btn-primary, .protect .buttons .btn-check:checked + .btn-primary, .protect .buttons [theme-color="pink"] .section-get-quote .content-form .btn-check:checked + .btn-primary, .btn-check:active + .btn-success, [theme-color="green"] .btn-check:active + .btn-primary, [theme-color="green"] .section-get-quote .content-form .btn-check:active + .btn-primary, .primary-section-3 .btn-check:active + .btn-primary, .primary-section-3 [theme-color="pink"] .section-get-quote .content-form .btn-check:active + .btn-primary, .protect .buttons .btn-check:active + .btn-primary, .protect .buttons [theme-color="pink"] .section-get-quote .content-form .btn-check:active + .btn-primary, .btn-success:active, [theme-color="green"] .btn-primary:active, [theme-color="pink"] .section-get-quote .content-form [theme-color="green"] .btn-primary:active, [theme-color="green"] .section-get-quote .content-form .btn-primary:active, .primary-section-3 .btn-primary:active, .primary-section-3 [theme-color="pink"] .section-get-quote .content-form .btn-primary:active, [theme-color="pink"] .section-get-quote .content-form .primary-section-3 .btn-primary:active, .protect .buttons .btn-primary:active, .btn-success.active, [theme-color="green"] .active.btn-primary, [theme-color="pink"] .section-get-quote .content-form [theme-color="green"] .active.btn-primary, [theme-color="green"] .section-get-quote .content-form .active.btn-primary, .primary-section-3 .active.btn-primary, .primary-section-3 [theme-color="pink"] .section-get-quote .content-form .active.btn-primary, [theme-color="pink"] .section-get-quote .content-form .primary-section-3 .active.btn-primary, .protect .buttons .active.btn-primary, .show > .btn-success.dropdown-toggle, [theme-color="green"] .show > .dropdown-toggle.btn-primary, [theme-color="green"] .section-get-quote .content-form .show > .dropdown-toggle.btn-primary, .primary-section-3 .show > .dropdown-toggle.btn-primary, .primary-section-3 [theme-color="pink"] .section-get-quote .content-form .show > .dropdown-toggle.btn-primary, .protect .buttons .show > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #159e6d;
  border-color: #149566;
}
.btn-check:checked + .btn-success:focus, [theme-color="green"] .btn-check:checked + .btn-primary:focus, [theme-color="green"] .section-get-quote .content-form .btn-check:checked + .btn-primary:focus, .primary-section-3 .btn-check:checked + .btn-primary:focus, .primary-section-3 [theme-color="pink"] .section-get-quote .content-form .btn-check:checked + .btn-primary:focus, .protect .buttons .btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-success:focus, [theme-color="green"] .btn-check:active + .btn-primary:focus, [theme-color="green"] .section-get-quote .content-form .btn-check:active + .btn-primary:focus, .primary-section-3 .btn-check:active + .btn-primary:focus, .primary-section-3 [theme-color="pink"] .section-get-quote .content-form .btn-check:active + .btn-primary:focus, .protect .buttons .btn-check:active + .btn-primary:focus, .btn-success:active:focus, [theme-color="green"] .btn-primary:active:focus, .primary-section-3 .btn-primary:active:focus, .protect .buttons .btn-primary:active:focus, .btn-success.active:focus, [theme-color="green"] .active.btn-primary:focus, .primary-section-3 .active.btn-primary:focus, .protect .buttons .active.btn-primary:focus, .show > .btn-success.dropdown-toggle:focus, [theme-color="green"] .show > .dropdown-toggle.btn-primary:focus, [theme-color="green"] .section-get-quote .content-form .show > .dropdown-toggle.btn-primary:focus, .primary-section-3 .show > .dropdown-toggle.btn-primary:focus, .protect .buttons .show > .dropdown-toggle.btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(60, 207, 154, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(60, 207, 154, 0.5);
}
.btn-success:disabled, [theme-color="green"] .btn-primary:disabled, [theme-color="pink"] .section-get-quote .content-form [theme-color="green"] .btn-primary:disabled, [theme-color="green"] .section-get-quote .content-form .btn-primary:disabled, .primary-section-3 .btn-primary:disabled, .primary-section-3 [theme-color="pink"] .section-get-quote .content-form .btn-primary:disabled, [theme-color="pink"] .section-get-quote .content-form .primary-section-3 .btn-primary:disabled, .protect .buttons .btn-primary:disabled, .btn-success.disabled, [theme-color="green"] .disabled.btn-primary, [theme-color="pink"] .section-get-quote .content-form [theme-color="green"] .disabled.btn-primary, [theme-color="green"] .section-get-quote .content-form .disabled.btn-primary, .primary-section-3 .disabled.btn-primary, .primary-section-3 [theme-color="pink"] .section-get-quote .content-form .disabled.btn-primary, [theme-color="pink"] .section-get-quote .content-form .primary-section-3 .disabled.btn-primary, .protect .buttons .disabled.btn-primary {
  color: #fff;
  background-color: #1AC688;
  border-color: #1AC688;
}

.btn-info, [theme-color="blue"] .btn-primary, [theme-color="pink"] .section-get-quote .content-form [theme-color="blue"] .btn-primary, [theme-color="blue"] .section-get-quote .content-form .btn-primary, .primary-section-1 .btn-primary, .primary-section-1 [theme-color="pink"] .section-get-quote .content-form .btn-primary, [theme-color="pink"] .section-get-quote .content-form .primary-section-1 .btn-primary, .belong .buttons .btn-primary, .belong .buttons [theme-color="pink"] .section-get-quote .content-form .btn-primary, [theme-color="pink"] .section-get-quote .content-form .belong .buttons .btn-primary {
  color: #fff;
  background-color: #06B6D4;
  border-color: #06B6D4;
}
.btn-info:hover, [theme-color="blue"] .btn-primary:hover, [theme-color="pink"] .section-get-quote .content-form [theme-color="blue"] .btn-primary:hover, [theme-color="blue"] .section-get-quote .content-form .btn-primary:hover, .primary-section-1 .btn-primary:hover, .primary-section-1 [theme-color="pink"] .section-get-quote .content-form .btn-primary:hover, [theme-color="pink"] .section-get-quote .content-form .primary-section-1 .btn-primary:hover, .belong .buttons .btn-primary:hover {
  color: #fff;
  background-color: #059bb4;
  border-color: #0592aa;
}
.btn-check:focus + .btn-info, [theme-color="blue"] .btn-check:focus + .btn-primary, [theme-color="blue"] .section-get-quote .content-form .btn-check:focus + .btn-primary, .primary-section-1 .btn-check:focus + .btn-primary, .primary-section-1 [theme-color="pink"] .section-get-quote .content-form .btn-check:focus + .btn-primary, .belong .buttons .btn-check:focus + .btn-primary, .belong .buttons [theme-color="pink"] .section-get-quote .content-form .btn-check:focus + .btn-primary, .btn-info:focus, [theme-color="blue"] .btn-primary:focus, [theme-color="pink"] .section-get-quote .content-form [theme-color="blue"] .btn-primary:focus, [theme-color="blue"] .section-get-quote .content-form .btn-primary:focus, .primary-section-1 .btn-primary:focus, .primary-section-1 [theme-color="pink"] .section-get-quote .content-form .btn-primary:focus, [theme-color="pink"] .section-get-quote .content-form .primary-section-1 .btn-primary:focus, .belong .buttons .btn-primary:focus {
  color: #fff;
  background-color: #059bb4;
  border-color: #0592aa;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(43, 193, 218, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(43, 193, 218, 0.5);
}
.btn-check:checked + .btn-info, [theme-color="blue"] .btn-check:checked + .btn-primary, [theme-color="blue"] .section-get-quote .content-form .btn-check:checked + .btn-primary, .primary-section-1 .btn-check:checked + .btn-primary, .primary-section-1 [theme-color="pink"] .section-get-quote .content-form .btn-check:checked + .btn-primary, .belong .buttons .btn-check:checked + .btn-primary, .belong .buttons [theme-color="pink"] .section-get-quote .content-form .btn-check:checked + .btn-primary, .btn-check:active + .btn-info, [theme-color="blue"] .btn-check:active + .btn-primary, [theme-color="blue"] .section-get-quote .content-form .btn-check:active + .btn-primary, .primary-section-1 .btn-check:active + .btn-primary, .primary-section-1 [theme-color="pink"] .section-get-quote .content-form .btn-check:active + .btn-primary, .belong .buttons .btn-check:active + .btn-primary, .belong .buttons [theme-color="pink"] .section-get-quote .content-form .btn-check:active + .btn-primary, .btn-info:active, [theme-color="blue"] .btn-primary:active, [theme-color="pink"] .section-get-quote .content-form [theme-color="blue"] .btn-primary:active, [theme-color="blue"] .section-get-quote .content-form .btn-primary:active, .primary-section-1 .btn-primary:active, .primary-section-1 [theme-color="pink"] .section-get-quote .content-form .btn-primary:active, [theme-color="pink"] .section-get-quote .content-form .primary-section-1 .btn-primary:active, .belong .buttons .btn-primary:active, .btn-info.active, [theme-color="blue"] .active.btn-primary, [theme-color="pink"] .section-get-quote .content-form [theme-color="blue"] .active.btn-primary, [theme-color="blue"] .section-get-quote .content-form .active.btn-primary, .primary-section-1 .active.btn-primary, .primary-section-1 [theme-color="pink"] .section-get-quote .content-form .active.btn-primary, [theme-color="pink"] .section-get-quote .content-form .primary-section-1 .active.btn-primary, .belong .buttons .active.btn-primary, .show > .btn-info.dropdown-toggle, [theme-color="blue"] .show > .dropdown-toggle.btn-primary, [theme-color="blue"] .section-get-quote .content-form .show > .dropdown-toggle.btn-primary, .primary-section-1 .show > .dropdown-toggle.btn-primary, .primary-section-1 [theme-color="pink"] .section-get-quote .content-form .show > .dropdown-toggle.btn-primary, .belong .buttons .show > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #0592aa;
  border-color: #05899f;
}
.btn-check:checked + .btn-info:focus, [theme-color="blue"] .btn-check:checked + .btn-primary:focus, [theme-color="blue"] .section-get-quote .content-form .btn-check:checked + .btn-primary:focus, .primary-section-1 .btn-check:checked + .btn-primary:focus, .primary-section-1 [theme-color="pink"] .section-get-quote .content-form .btn-check:checked + .btn-primary:focus, .belong .buttons .btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-info:focus, [theme-color="blue"] .btn-check:active + .btn-primary:focus, [theme-color="blue"] .section-get-quote .content-form .btn-check:active + .btn-primary:focus, .primary-section-1 .btn-check:active + .btn-primary:focus, .primary-section-1 [theme-color="pink"] .section-get-quote .content-form .btn-check:active + .btn-primary:focus, .belong .buttons .btn-check:active + .btn-primary:focus, .btn-info:active:focus, [theme-color="blue"] .btn-primary:active:focus, .primary-section-1 .btn-primary:active:focus, .belong .buttons .btn-primary:active:focus, .btn-info.active:focus, [theme-color="blue"] .active.btn-primary:focus, .primary-section-1 .active.btn-primary:focus, .belong .buttons .active.btn-primary:focus, .show > .btn-info.dropdown-toggle:focus, [theme-color="blue"] .show > .dropdown-toggle.btn-primary:focus, [theme-color="blue"] .section-get-quote .content-form .show > .dropdown-toggle.btn-primary:focus, .primary-section-1 .show > .dropdown-toggle.btn-primary:focus, .belong .buttons .show > .dropdown-toggle.btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(43, 193, 218, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(43, 193, 218, 0.5);
}
.btn-info:disabled, [theme-color="blue"] .btn-primary:disabled, [theme-color="pink"] .section-get-quote .content-form [theme-color="blue"] .btn-primary:disabled, [theme-color="blue"] .section-get-quote .content-form .btn-primary:disabled, .primary-section-1 .btn-primary:disabled, .primary-section-1 [theme-color="pink"] .section-get-quote .content-form .btn-primary:disabled, [theme-color="pink"] .section-get-quote .content-form .primary-section-1 .btn-primary:disabled, .belong .buttons .btn-primary:disabled, .btn-info.disabled, [theme-color="blue"] .disabled.btn-primary, [theme-color="pink"] .section-get-quote .content-form [theme-color="blue"] .disabled.btn-primary, [theme-color="blue"] .section-get-quote .content-form .disabled.btn-primary, .primary-section-1 .disabled.btn-primary, .primary-section-1 [theme-color="pink"] .section-get-quote .content-form .disabled.btn-primary, [theme-color="pink"] .section-get-quote .content-form .primary-section-1 .disabled.btn-primary, .belong .buttons .disabled.btn-primary {
  color: #fff;
  background-color: #06B6D4;
  border-color: #06B6D4;
}

.btn-warning, [theme-color="yellow"] .btn-primary, [theme-color="pink"] .section-get-quote .content-form [theme-color="yellow"] .btn-primary, [theme-color="yellow"] .section-get-quote .content-form .btn-primary, .primary-section-2 .btn-primary, .primary-section-2 [theme-color="pink"] .section-get-quote .content-form .btn-primary, [theme-color="pink"] .section-get-quote .content-form .primary-section-2 .btn-primary, .elevate .buttons .btn-primary, .elevate .buttons [theme-color="pink"] .section-get-quote .content-form .btn-primary, [theme-color="pink"] .section-get-quote .content-form .elevate .buttons .btn-primary {
  color: #fff;
  background-color: #EBA337;
  border-color: #EBA337;
}
.btn-warning:hover, [theme-color="yellow"] .btn-primary:hover, [theme-color="pink"] .section-get-quote .content-form [theme-color="yellow"] .btn-primary:hover, [theme-color="yellow"] .section-get-quote .content-form .btn-primary:hover, .primary-section-2 .btn-primary:hover, .primary-section-2 [theme-color="pink"] .section-get-quote .content-form .btn-primary:hover, [theme-color="pink"] .section-get-quote .content-form .primary-section-2 .btn-primary:hover, .elevate .buttons .btn-primary:hover {
  color: #fff;
  background-color: #c88b2f;
  border-color: #bc822c;
}
.btn-check:focus + .btn-warning, [theme-color="yellow"] .btn-check:focus + .btn-primary, [theme-color="yellow"] .section-get-quote .content-form .btn-check:focus + .btn-primary, .primary-section-2 .btn-check:focus + .btn-primary, .primary-section-2 [theme-color="pink"] .section-get-quote .content-form .btn-check:focus + .btn-primary, .elevate .buttons .btn-check:focus + .btn-primary, .elevate .buttons [theme-color="pink"] .section-get-quote .content-form .btn-check:focus + .btn-primary, .btn-warning:focus, [theme-color="yellow"] .btn-primary:focus, [theme-color="pink"] .section-get-quote .content-form [theme-color="yellow"] .btn-primary:focus, [theme-color="yellow"] .section-get-quote .content-form .btn-primary:focus, .primary-section-2 .btn-primary:focus, .primary-section-2 [theme-color="pink"] .section-get-quote .content-form .btn-primary:focus, [theme-color="pink"] .section-get-quote .content-form .primary-section-2 .btn-primary:focus, .elevate .buttons .btn-primary:focus {
  color: #fff;
  background-color: #c88b2f;
  border-color: #bc822c;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(238, 177, 85, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(238, 177, 85, 0.5);
}
.btn-check:checked + .btn-warning, [theme-color="yellow"] .btn-check:checked + .btn-primary, [theme-color="yellow"] .section-get-quote .content-form .btn-check:checked + .btn-primary, .primary-section-2 .btn-check:checked + .btn-primary, .primary-section-2 [theme-color="pink"] .section-get-quote .content-form .btn-check:checked + .btn-primary, .elevate .buttons .btn-check:checked + .btn-primary, .elevate .buttons [theme-color="pink"] .section-get-quote .content-form .btn-check:checked + .btn-primary, .btn-check:active + .btn-warning, [theme-color="yellow"] .btn-check:active + .btn-primary, [theme-color="yellow"] .section-get-quote .content-form .btn-check:active + .btn-primary, .primary-section-2 .btn-check:active + .btn-primary, .primary-section-2 [theme-color="pink"] .section-get-quote .content-form .btn-check:active + .btn-primary, .elevate .buttons .btn-check:active + .btn-primary, .elevate .buttons [theme-color="pink"] .section-get-quote .content-form .btn-check:active + .btn-primary, .btn-warning:active, [theme-color="yellow"] .btn-primary:active, [theme-color="pink"] .section-get-quote .content-form [theme-color="yellow"] .btn-primary:active, [theme-color="yellow"] .section-get-quote .content-form .btn-primary:active, .primary-section-2 .btn-primary:active, .primary-section-2 [theme-color="pink"] .section-get-quote .content-form .btn-primary:active, [theme-color="pink"] .section-get-quote .content-form .primary-section-2 .btn-primary:active, .elevate .buttons .btn-primary:active, .btn-warning.active, [theme-color="yellow"] .active.btn-primary, [theme-color="pink"] .section-get-quote .content-form [theme-color="yellow"] .active.btn-primary, [theme-color="yellow"] .section-get-quote .content-form .active.btn-primary, .primary-section-2 .active.btn-primary, .primary-section-2 [theme-color="pink"] .section-get-quote .content-form .active.btn-primary, [theme-color="pink"] .section-get-quote .content-form .primary-section-2 .active.btn-primary, .elevate .buttons .active.btn-primary, .show > .btn-warning.dropdown-toggle, [theme-color="yellow"] .show > .dropdown-toggle.btn-primary, [theme-color="yellow"] .section-get-quote .content-form .show > .dropdown-toggle.btn-primary, .primary-section-2 .show > .dropdown-toggle.btn-primary, .primary-section-2 [theme-color="pink"] .section-get-quote .content-form .show > .dropdown-toggle.btn-primary, .elevate .buttons .show > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #bc822c;
  border-color: #b07a29;
}
.btn-check:checked + .btn-warning:focus, [theme-color="yellow"] .btn-check:checked + .btn-primary:focus, [theme-color="yellow"] .section-get-quote .content-form .btn-check:checked + .btn-primary:focus, .primary-section-2 .btn-check:checked + .btn-primary:focus, .primary-section-2 [theme-color="pink"] .section-get-quote .content-form .btn-check:checked + .btn-primary:focus, .elevate .buttons .btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-warning:focus, [theme-color="yellow"] .btn-check:active + .btn-primary:focus, [theme-color="yellow"] .section-get-quote .content-form .btn-check:active + .btn-primary:focus, .primary-section-2 .btn-check:active + .btn-primary:focus, .primary-section-2 [theme-color="pink"] .section-get-quote .content-form .btn-check:active + .btn-primary:focus, .elevate .buttons .btn-check:active + .btn-primary:focus, .btn-warning:active:focus, [theme-color="yellow"] .btn-primary:active:focus, .primary-section-2 .btn-primary:active:focus, .elevate .buttons .btn-primary:active:focus, .btn-warning.active:focus, [theme-color="yellow"] .active.btn-primary:focus, .primary-section-2 .active.btn-primary:focus, .elevate .buttons .active.btn-primary:focus, .show > .btn-warning.dropdown-toggle:focus, [theme-color="yellow"] .show > .dropdown-toggle.btn-primary:focus, [theme-color="yellow"] .section-get-quote .content-form .show > .dropdown-toggle.btn-primary:focus, .primary-section-2 .show > .dropdown-toggle.btn-primary:focus, .elevate .buttons .show > .dropdown-toggle.btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(238, 177, 85, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(238, 177, 85, 0.5);
}
.btn-warning:disabled, [theme-color="yellow"] .btn-primary:disabled, [theme-color="pink"] .section-get-quote .content-form [theme-color="yellow"] .btn-primary:disabled, [theme-color="yellow"] .section-get-quote .content-form .btn-primary:disabled, .primary-section-2 .btn-primary:disabled, .primary-section-2 [theme-color="pink"] .section-get-quote .content-form .btn-primary:disabled, [theme-color="pink"] .section-get-quote .content-form .primary-section-2 .btn-primary:disabled, .elevate .buttons .btn-primary:disabled, .btn-warning.disabled, [theme-color="yellow"] .disabled.btn-primary, [theme-color="pink"] .section-get-quote .content-form [theme-color="yellow"] .disabled.btn-primary, [theme-color="yellow"] .section-get-quote .content-form .disabled.btn-primary, .primary-section-2 .disabled.btn-primary, .primary-section-2 [theme-color="pink"] .section-get-quote .content-form .disabled.btn-primary, [theme-color="pink"] .section-get-quote .content-form .primary-section-2 .disabled.btn-primary, .elevate .buttons .disabled.btn-primary {
  color: #fff;
  background-color: #EBA337;
  border-color: #EBA337;
}

.btn-danger {
  color: #fff;
  background-color: #D20000;
  border-color: #D20000;
}
.btn-danger:hover {
  color: #fff;
  background-color: #b30000;
  border-color: #a80000;
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: #b30000;
  border-color: #a80000;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(217, 38, 38, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(217, 38, 38, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #a80000;
  border-color: #9e0000;
}
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(217, 38, 38, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(217, 38, 38, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #fff;
  background-color: #D20000;
  border-color: #D20000;
}

.btn-light {
  color: #000;
  background-color: #F3F4F6;
  border-color: #F3F4F6;
}
.btn-light:hover {
  color: #000;
  background-color: #f5f6f7;
  border-color: #f4f5f7;
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000;
  background-color: #f5f6f7;
  border-color: #f4f5f7;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(207, 207, 209, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(207, 207, 209, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #f5f6f8;
  border-color: #f4f5f7;
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(207, 207, 209, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(207, 207, 209, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: #000;
  background-color: #F3F4F6;
  border-color: #F3F4F6;
}

.btn-dark {
  color: #fff;
  background-color: #111827;
  border-color: #111827;
}
.btn-dark:hover {
  color: #fff;
  background-color: #0e1421;
  border-color: #0e131f;
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: #0e1421;
  border-color: #0e131f;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(53, 59, 71, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(53, 59, 71, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #0e131f;
  border-color: #0d121d;
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(53, 59, 71, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(53, 59, 71, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #111827;
  border-color: #111827;
}

.btn-outline-primary {
  color: #C61A4E;
  border-color: #C61A4E;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #C61A4E;
  border-color: #C61A4E;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(198, 26, 78, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(198, 26, 78, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #C61A4E;
  border-color: #C61A4E;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(198, 26, 78, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(198, 26, 78, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #C61A4E;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #4B5563;
  border-color: #4B5563;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #4B5563;
  border-color: #4B5563;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(75, 85, 99, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(75, 85, 99, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #4B5563;
  border-color: #4B5563;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(75, 85, 99, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(75, 85, 99, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #4B5563;
  background-color: transparent;
}

.btn-outline-success {
  color: #1AC688;
  border-color: #1AC688;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #1AC688;
  border-color: #1AC688;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(26, 198, 136, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(26, 198, 136, 0.5);
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #fff;
  background-color: #1AC688;
  border-color: #1AC688;
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(26, 198, 136, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(26, 198, 136, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #1AC688;
  background-color: transparent;
}

.btn-outline-info {
  color: #06B6D4;
  border-color: #06B6D4;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #06B6D4;
  border-color: #06B6D4;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(6, 182, 212, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(6, 182, 212, 0.5);
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #fff;
  background-color: #06B6D4;
  border-color: #06B6D4;
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(6, 182, 212, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(6, 182, 212, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #06B6D4;
  background-color: transparent;
}

.btn-outline-warning {
  color: #EBA337;
  border-color: #EBA337;
}
.btn-outline-warning:hover {
  color: #fff;
  background-color: #EBA337;
  border-color: #EBA337;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(235, 163, 55, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(235, 163, 55, 0.5);
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #fff;
  background-color: #EBA337;
  border-color: #EBA337;
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(235, 163, 55, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(235, 163, 55, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #EBA337;
  background-color: transparent;
}

.btn-outline-danger {
  color: #D20000;
  border-color: #D20000;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #D20000;
  border-color: #D20000;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(210, 0, 0, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(210, 0, 0, 0.5);
}
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #fff;
  background-color: #D20000;
  border-color: #D20000;
}
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(210, 0, 0, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(210, 0, 0, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #D20000;
  background-color: transparent;
}

.btn-outline-light {
  color: #F3F4F6;
  border-color: #F3F4F6;
}
.btn-outline-light:hover {
  color: #000;
  background-color: #F3F4F6;
  border-color: #F3F4F6;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(243, 244, 246, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(243, 244, 246, 0.5);
}
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #F3F4F6;
  border-color: #F3F4F6;
}
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(243, 244, 246, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(243, 244, 246, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #F3F4F6;
  background-color: transparent;
}

.btn-outline-dark {
  color: #111827;
  border-color: #111827;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #111827;
  border-color: #111827;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(17, 24, 39, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(17, 24, 39, 0.5);
}
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #111827;
  border-color: #111827;
}
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(17, 24, 39, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(17, 24, 39, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #111827;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #C61A4E;
  text-decoration: underline;
}
.btn-link:hover {
  color: #9e153e;
}
.btn-link:disabled, .btn-link.disabled {
  color: #4B5563;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.75rem;
}

.btn-sm, .btn-group-sm > .btn, [theme-color="pink"] .section-get-quote .content-form .btn-primary, [theme-color="yellow"] .section-get-quote .content-form .btn-primary, [theme-color="green"] .section-get-quote .content-form .btn-primary, [theme-color="blue"] .section-get-quote .content-form .btn-primary {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #131C26;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.5rem;
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto /* rtl:ignore */;
  left: 0 /* rtl:ignore */;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0 /* rtl:ignore */;
  left: auto /* rtl:ignore */;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }

  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }

  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }

  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }

  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }

  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #111827;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #0f1623;
  background-color: #E5E7EB;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #C61A4E;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6B7280;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #4B5563;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #111827;
}

.dropdown-menu-dark {
  color: #D1D5DB;
  background-color: #1F2937;
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #D1D5DB;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #C61A4E;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #6B7280;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #D1D5DB;
}
.dropdown-menu-dark .dropdown-header {
  color: #6B7280;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.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;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, [theme-color="pink"] .section-get-quote .content-form .btn-primary + .dropdown-toggle-split, [theme-color="yellow"] .section-get-quote .content-form .btn-primary + .dropdown-toggle-split, [theme-color="green"] .section-get-quote .content-form .btn-primary + .dropdown-toggle-split, [theme-color="blue"] .section-get-quote .content-form .btn-primary + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #C61A4E;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    -webkit-transition: none;
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: #9e153e;
}
.nav-link.disabled {
  color: #4B5563;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #D1D5DB;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #E5E7EB #E5E7EB #D1D5DB;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #4B5563;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #374151;
  background-color: #fff;
  border-color: #D1D5DB #D1D5DB #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.5rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #C61A4E;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar > .container, .navbar > .form-layout,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: inherit;
      flex-wrap: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.5rem;
  -webkit-transition: -webkit-box-shadow 0.15s ease-in-out;
  transition: -webkit-box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    -webkit-transition: none;
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem;
          box-shadow: 0 0 0 0.25rem;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.5rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.5rem - 1px);
  border-top-right-radius: calc(0.5rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.5rem - 1px);
  border-bottom-left-radius: calc(0.5rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem 1rem;
}

.card-title {
  margin-bottom: 0.5rem;
}

.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1rem;
}

.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.5rem - 1px) calc(0.5rem - 1px) 0 0;
}

.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.5rem - 1px) calc(0.5rem - 1px);
}

.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.5rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.5rem - 1px);
  border-top-right-radius: calc(0.5rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.5rem - 1px);
  border-bottom-left-radius: calc(0.5rem - 1px);
}

.card-group > .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.accordion-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #131C26;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    -webkit-transition: none;
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: #b21746;
  background-color: #f9e8ed;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23b21746'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.accordion-button::after {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23131C26'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    -webkit-transition: none;
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #e38da7;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(198, 26, 78, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(198, 26, 78, 0.25);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:first-of-type {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.5rem - 1px);
  border-top-right-radius: calc(0.5rem - 1px);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.5rem - 1px);
  border-bottom-left-radius: calc(0.5rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.accordion-body {
  padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #4B5563;
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: #4B5563;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  color: #C61A4E;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #D1D5DB;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    -webkit-transition: none;
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: #9e153e;
  background-color: #E5E7EB;
  border-color: #D1D5DB;
}
.page-link:focus {
  z-index: 3;
  color: #9e153e;
  background-color: #E5E7EB;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(198, 26, 78, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(198, 26, 78, 0.25);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #C61A4E;
  border-color: #C61A4E;
}
.page-item.disabled .page-link {
  color: #4B5563;
  pointer-events: none;
  background-color: #fff;
  border-color: #D1D5DB;
}

.page-link {
  padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.5rem;
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.alert, .validation-summary-errors {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.5rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  color: #77102f;
  background-color: #f4d1dc;
  border-color: #eebaca;
}
.alert-primary .alert-link {
  color: #5f0d26;
}

.alert-secondary {
  color: #2d333b;
  background-color: #dbdde0;
  border-color: #c9ccd0;
}
.alert-secondary .alert-link {
  color: #24292f;
}

.alert-success {
  color: #107752;
  background-color: #d1f4e7;
  border-color: #baeedb;
}
.alert-success .alert-link {
  color: #0d5f42;
}

.alert-info {
  color: #046d7f;
  background-color: #cdf0f6;
  border-color: #b4e9f2;
}
.alert-info .alert-link {
  color: #035766;
}

.alert-warning {
  color: #8d6221;
  background-color: #fbedd7;
  border-color: #f9e3c3;
}
.alert-warning .alert-link {
  color: #714e1a;
}

.alert-danger, .validation-summary-errors {
  color: #7e0000;
  background-color: #f6cccc;
  border-color: #f2b3b3;
}
.alert-danger .alert-link, .validation-summary-errors .alert-link {
  color: #650000;
}

.alert-light {
  color: #929294;
  background-color: #fdfdfd;
  border-color: #fbfcfc;
}
.alert-light .alert-link {
  color: #757576;
}

.alert-dark {
  color: #0a0e17;
  background-color: #cfd1d4;
  border-color: #b8babe;
}
.alert-dark .alert-link {
  color: #080b12;
}

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #E5E7EB;
  border-radius: 0.5rem;
}

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #C61A4E;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
          animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
            animation: none;
  }
}

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.5rem;
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > li::before {
  content: counters(section,".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  width: 100%;
  color: #374151;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #374151;
  text-decoration: none;
  background-color: #F3F4F6;
}
.list-group-item-action:active {
  color: #131C26;
  background-color: #E5E7EB;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #111827;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #4B5563;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #C61A4E;
  border-color: #C61A4E;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.5rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.5rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.5rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.5rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.5rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.5rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.5rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.5rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.5rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.5rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.5rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.5rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #77102f;
  background-color: #f4d1dc;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #77102f;
  background-color: #dcbcc6;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #77102f;
  border-color: #77102f;
}

.list-group-item-secondary {
  color: #2d333b;
  background-color: #dbdde0;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #2d333b;
  background-color: #c5c7ca;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #2d333b;
  border-color: #2d333b;
}

.list-group-item-success {
  color: #107752;
  background-color: #d1f4e7;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #107752;
  background-color: #bcdcd0;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #107752;
  border-color: #107752;
}

.list-group-item-info {
  color: #046d7f;
  background-color: #cdf0f6;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #046d7f;
  background-color: #b9d8dd;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #046d7f;
  border-color: #046d7f;
}

.list-group-item-warning {
  color: #8d6221;
  background-color: #fbedd7;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #8d6221;
  background-color: #e2d5c2;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #8d6221;
  border-color: #8d6221;
}

.list-group-item-danger {
  color: #7e0000;
  background-color: #f6cccc;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #7e0000;
  background-color: #ddb8b8;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #7e0000;
  border-color: #7e0000;
}

.list-group-item-light {
  color: #929294;
  background-color: #fdfdfd;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #929294;
  background-color: #e4e4e4;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #929294;
  border-color: #929294;
}

.list-group-item-dark {
  color: #0a0e17;
  background-color: #cfd1d4;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #0a0e17;
  background-color: #babcbf;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #0a0e17;
  border-color: #0a0e17;
}

.btn-close {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.5rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(198, 26, 78, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(198, 26, 78, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  -webkit-filter: invert(1) grayscale(100%) brightness(200%);
          filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.5rem;
}
.toast:not(.showing):not(.show) {
  opacity: 0;
}
.toast.hide {
  display: none;
}

.toast-container {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 0.75rem;
  color: #4B5563;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.5rem - 1px);
  border-top-right-radius: calc(0.5rem - 1px);
}
.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}

.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
          transform: none;
}
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.75rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #D1D5DB;
  border-top-left-radius: calc(0.75rem - 1px);
  border-top-right-radius: calc(0.75rem - 1px);
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #D1D5DB;
  border-bottom-right-radius: calc(0.75rem - 1px);
  border-bottom-left-radius: calc(0.75rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^="top"] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^="right"] {
  padding: 0 0.4rem;
}
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^="bottom"] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^="left"] {
  padding: 0 0.4rem;
}
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.5rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.75rem;
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}

.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid #d8d8d8;
  border-top-left-radius: calc(0.75rem - 1px);
  border-top-right-radius: calc(0.75rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 1rem 1rem;
  color: #131C26;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
          transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0s 0.6s;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    -webkit-transition: none;
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    -webkit-transition: none;
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  -webkit-filter: invert(1) grayscale(100);
          filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg) /* rtl:ignore */;
            transform: rotate(360deg) /* rtl:ignore */;
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg) /* rtl:ignore */;
            transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
          animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: 0.75s linear infinite spinner-grow;
          animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1050;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    -webkit-transition: none;
    transition: none;
  }
}

.offcanvas-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
}
.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.offcanvas-body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}

.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.offcanvas.show {
  -webkit-transform: none;
          transform: none;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.link-primary {
  color: #C61A4E;
}
.link-primary:hover, .link-primary:focus {
  color: #9e153e;
}

.link-secondary {
  color: #4B5563;
}
.link-secondary:hover, .link-secondary:focus {
  color: #3c444f;
}

.link-success {
  color: #1AC688;
}
.link-success:hover, .link-success:focus {
  color: #159e6d;
}

.link-info {
  color: #06B6D4;
}
.link-info:hover, .link-info:focus {
  color: #0592aa;
}

.link-warning {
  color: #EBA337;
}
.link-warning:hover, .link-warning:focus {
  color: #bc822c;
}

.link-danger {
  color: #D20000;
}
.link-danger:hover, .link-danger:focus {
  color: #a80000;
}

.link-light {
  color: #F3F4F6;
}
.link-light:hover, .link-light:focus {
  color: #f5f6f8;
}

.link-dark {
  color: #111827;
}
.link-dark:hover, .link-dark:focus {
  color: #0e131f;
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}

.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}

.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
}

.translate-middle-y {
  -webkit-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
}

.border {
  border: 1px solid #D1D5DB !important;
}

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

.border-top {
  border-top: 1px solid #D1D5DB !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: 1px solid #D1D5DB !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom, .membershipBundle > div:not(.mb-2) .custom-control {
  border-bottom: 1px solid #D1D5DB !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: 1px solid #D1D5DB !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #C61A4E !important;
}

.border-secondary {
  border-color: #4B5563 !important;
}

.border-success {
  border-color: #1AC688 !important;
}

.border-info {
  border-color: #06B6D4 !important;
}

.border-warning {
  border-color: #EBA337 !important;
}

.border-danger {
  border-color: #D20000 !important;
}

.border-light {
  border-color: #F3F4F6 !important;
}

.border-dark {
  border-color: #111827 !important;
}

.border-white {
  border-color: #fff !important;
}

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

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

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

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

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

.w-1 {
  width: 1rem !important;
}

.w-2 {
  width: 2rem !important;
}

.w-3 {
  width: 3rem !important;
}

.w-4 {
  width: 4rem !important;
}

.w-5 {
  width: 5rem !important;
}

.w-6 {
  width: 6rem !important;
}

.w-7 {
  width: 7rem !important;
}

.w-8 {
  width: 8rem !important;
}

.w-9 {
  width: 9rem !important;
}

.w-10 {
  width: 10rem !important;
}

.w-11 {
  width: 11rem !important;
}

.w-12 {
  width: 12rem !important;
}

.w-13 {
  width: 13rem !important;
}

.w-14 {
  width: 14rem !important;
}

.w-15 {
  width: 15rem !important;
}

.w-16 {
  width: 16rem !important;
}

.w-17 {
  width: 17rem !important;
}

.w-18 {
  width: 18rem !important;
}

.w-19 {
  width: 19rem !important;
}

.w-20 {
  width: 20rem !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.justify-content-evenly {
  -webkit-box-pack: space-evenly !important;
      -ms-flex-pack: space-evenly !important;
          justify-content: space-evenly !important;
}

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

.order-first {
  -webkit-box-ordinal-group: 0 !important;
      -ms-flex-order: -1 !important;
          order: -1 !important;
}

.order-0 {
  -webkit-box-ordinal-group: 1 !important;
      -ms-flex-order: 0 !important;
          order: 0 !important;
}

.order-1 {
  -webkit-box-ordinal-group: 2 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important;
}

.order-2 {
  -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important;
}

.order-3 {
  -webkit-box-ordinal-group: 4 !important;
      -ms-flex-order: 3 !important;
          order: 3 !important;
}

.order-4 {
  -webkit-box-ordinal-group: 5 !important;
      -ms-flex-order: 4 !important;
          order: 4 !important;
}

.order-5 {
  -webkit-box-ordinal-group: 6 !important;
      -ms-flex-order: 5 !important;
          order: 5 !important;
}

.order-last {
  -webkit-box-ordinal-group: 7 !important;
      -ms-flex-order: 6 !important;
          order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2, .membershipBundle > div:not(.mb-2) .custom-control {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fs-xs {
  font-size: 0.75rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: 200 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: 800 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semi-bold {
  font-weight: 600 !important;
}

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

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  color: #C61A4E !important;
}

.text-secondary {
  color: #4B5563 !important;
}

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

.text-info {
  color: #06B6D4 !important;
}

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

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

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

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

.text-white {
  color: #fff !important;
}

.text-body {
  color: #131C26 !important;
}

.text-muted, .primary-section .card:not(.testimonial) .description, .primary-section-1 .testimonial .card-info, .primary-section-2 .testimonial .card-info, .primary-section-3 .testimonial .card-info, .primary-pre-footer .description {
  color: #6B7280 !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  color: inherit !important;
}

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

.bg-secondary {
  background-color: #4B5563 !important;
}

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

.bg-info {
  background-color: #06B6D4 !important;
}

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

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

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

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

.bg-body {
  background-color: #fff !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
      -ms-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.pointer-events-none {
  pointer-events: none !important;
}

.pointer-events-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: 0.5rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: 0.25rem !important;
}

.rounded-2 {
  border-radius: 0.5rem !important;
}

.rounded-3 {
  border-radius: 0.75rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-top {
  border-top-left-radius: 0.5rem !important;
  border-top-right-radius: 0.5rem !important;
}

.rounded-end {
  border-top-right-radius: 0.5rem !important;
  border-bottom-right-radius: 0.5rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}

.rounded-start {
  border-bottom-left-radius: 0.5rem !important;
  border-top-left-radius: 0.5rem !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.object-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.object-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.object-fill {
  -o-object-fit: fill !important;
     object-fit: fill !important;
}

.object-none {
  -o-object-fit: none !important;
     object-fit: none !important;
}

.object-scale-down {
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
}

.object-bottom {
  -o-object-position: bottom !important;
     object-position: bottom !important;
}

.object-center {
  -o-object-position: center !important;
     object-position: center !important;
}

.object-left {
  -o-object-position: left !important;
     object-position: left !important;
}

.object-left-bottom {
  -o-object-position: left bottom !important;
     object-position: left bottom !important;
}

.object-left-top {
  -o-object-position: left top !important;
     object-position: left top !important;
}

.object-right {
  -o-object-position: right !important;
     object-position: right !important;
}

.object-right-bottom {
  -o-object-position: right bottom !important;
     object-position: right bottom !important;
}

.object-right-top {
  -o-object-position: right top !important;
     object-position: right top !important;
}

.object-top {
  -o-object-position: top !important;
     object-position: top !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 10 !important;
}

.z-2 {
  z-index: 20 !important;
}

.z-3 {
  z-index: 30 !important;
}

.z-4 {
  z-index: 40 !important;
}

.z-5 {
  z-index: 50 !important;
}

.z-6 {
  z-index: 60 !important;
}

.z-7 {
  z-index: 70 !important;
}

.z-8 {
  z-index: 80 !important;
}

.z-9 {
  z-index: 90 !important;
}

.z-10 {
  z-index: 100 !important;
}

.z-auto {
  z-index: auto !important;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}

.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}

.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
}

.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
}

.grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
}

.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
}

.grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
}

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
}

.grid-cols-none {
  grid-template-columns: none !important;
}

.col-span-1 {
  grid-column: span 1 / span 1 !important;
}

.col-span-2 {
  grid-column: span 2 / span 2 !important;
}

.col-span-3 {
  grid-column: span 3 / span 3 !important;
}

.col-span-4 {
  grid-column: span 4 / span 4 !important;
}

.col-span-5 {
  grid-column: span 5 / span 5 !important;
}

.col-span-6 {
  grid-column: span 6 / span 6 !important;
}

.col-span-7 {
  grid-column: span 7 / span 7 !important;
}

.col-span-8 {
  grid-column: span 8 / span 8 !important;
}

.col-span-9 {
  grid-column: span 9 / span 9 !important;
}

.col-span-10 {
  grid-column: span 10 / span 10 !important;
}

.col-span-11 {
  grid-column: span 11 / span 11 !important;
}

.col-span-12 {
  grid-column: span 12 / span 12 !important;
}

.col-span-auto {
  grid-column: auto !important;
}

.col-span-full {
  grid-column: 1 / -1 !important;
}

.col-start-1 {
  grid-column-start: 1 !important;
}

.col-start-2 {
  grid-column-start: 2 !important;
}

.col-start-3 {
  grid-column-start: 3 !important;
}

.col-start-4 {
  grid-column-start: 4 !important;
}

.col-start-5 {
  grid-column-start: 5 !important;
}

.col-start-6 {
  grid-column-start: 6 !important;
}

.col-start-7 {
  grid-column-start: 7 !important;
}

.col-start-8 {
  grid-column-start: 8 !important;
}

.col-start-9 {
  grid-column-start: 9 !important;
}

.col-start-10 {
  grid-column-start: 10 !important;
}

.col-start-11 {
  grid-column-start: 11 !important;
}

.col-start-12 {
  grid-column-start: 12 !important;
}

.col-start-13 {
  grid-column-start: 13 !important;
}

.col-start-auto {
  grid-column-start: auto !important;
}

.col-end-1 {
  grid-column-end: 1 !important;
}

.col-end-2 {
  grid-column-end: 2 !important;
}

.col-end-3 {
  grid-column-end: 3 !important;
}

.col-end-4 {
  grid-column-end: 4 !important;
}

.col-end-5 {
  grid-column-end: 5 !important;
}

.col-end-6 {
  grid-column-end: 6 !important;
}

.col-end-7 {
  grid-column-end: 7 !important;
}

.col-end-8 {
  grid-column-end: 8 !important;
}

.col-end-9 {
  grid-column-end: 9 !important;
}

.col-end-10 {
  grid-column-end: 10 !important;
}

.col-end-11 {
  grid-column-end: 11 !important;
}

.col-end-12 {
  grid-column-end: 12 !important;
}

.col-end-13 {
  grid-column-end: 13 !important;
}

.col-end-auto {
  grid-column-end: auto !important;
}

.cursor-auto {
  cursor: auto !important;
}

.cursor-default {
  cursor: default !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.cursor-wait {
  cursor: wait !important;
}

.cursor-text {
  cursor: text !important;
}

.cursor-move {
  cursor: move !important;
}

.cursor-not-allowed {
  cursor: not-allowed !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }

  .float-sm-end {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-grid {
    display: grid !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .d-sm-none {
    display: none !important;
  }

  .position-sm-static {
    position: static !important;
  }

  .position-sm-relative {
    position: relative !important;
  }

  .position-sm-absolute {
    position: absolute !important;
  }

  .position-sm-fixed {
    position: fixed !important;
  }

  .position-sm-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }

  .w-sm-1 {
    width: 1rem !important;
  }

  .w-sm-2 {
    width: 2rem !important;
  }

  .w-sm-3 {
    width: 3rem !important;
  }

  .w-sm-4 {
    width: 4rem !important;
  }

  .w-sm-5 {
    width: 5rem !important;
  }

  .w-sm-6 {
    width: 6rem !important;
  }

  .w-sm-7 {
    width: 7rem !important;
  }

  .w-sm-8 {
    width: 8rem !important;
  }

  .w-sm-9 {
    width: 9rem !important;
  }

  .w-sm-10 {
    width: 10rem !important;
  }

  .w-sm-11 {
    width: 11rem !important;
  }

  .w-sm-12 {
    width: 12rem !important;
  }

  .w-sm-13 {
    width: 13rem !important;
  }

  .w-sm-14 {
    width: 14rem !important;
  }

  .w-sm-15 {
    width: 15rem !important;
  }

  .w-sm-16 {
    width: 16rem !important;
  }

  .w-sm-17 {
    width: 17rem !important;
  }

  .w-sm-18 {
    width: 18rem !important;
  }

  .w-sm-19 {
    width: 19rem !important;
  }

  .w-sm-20 {
    width: 20rem !important;
  }

  .w-sm-25 {
    width: 25% !important;
  }

  .w-sm-50 {
    width: 50% !important;
  }

  .w-sm-75 {
    width: 75% !important;
  }

  .w-sm-100 {
    width: 100% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-25 {
    height: 25% !important;
  }

  .h-sm-50 {
    height: 50% !important;
  }

  .h-sm-75 {
    height: 75% !important;
  }

  .h-sm-100 {
    height: 100% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .gap-sm-0 {
    gap: 0 !important;
  }

  .gap-sm-1 {
    gap: 0.25rem !important;
  }

  .gap-sm-2 {
    gap: 0.5rem !important;
  }

  .gap-sm-3 {
    gap: 1rem !important;
  }

  .gap-sm-4 {
    gap: 1.5rem !important;
  }

  .gap-sm-5 {
    gap: 3rem !important;
  }

  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .justify-content-sm-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }

  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }

  .order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }

  .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }

  .m-sm-0 {
    margin: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-sm-0 {
    margin-top: 0 !important;
  }

  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mt-sm-3 {
    margin-top: 1rem !important;
  }

  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mt-sm-5 {
    margin-top: 3rem !important;
  }

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .me-sm-0 {
    margin-right: 0 !important;
  }

  .me-sm-1 {
    margin-right: 0.25rem !important;
  }

  .me-sm-2 {
    margin-right: 0.5rem !important;
  }

  .me-sm-3 {
    margin-right: 1rem !important;
  }

  .me-sm-4 {
    margin-right: 1.5rem !important;
  }

  .me-sm-5 {
    margin-right: 3rem !important;
  }

  .me-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }

  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .ms-sm-0 {
    margin-left: 0 !important;
  }

  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }

  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }

  .ms-sm-3 {
    margin-left: 1rem !important;
  }

  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }

  .ms-sm-5 {
    margin-left: 3rem !important;
  }

  .ms-sm-auto {
    margin-left: auto !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-sm-0 {
    padding-top: 0 !important;
  }

  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pt-sm-3 {
    padding-top: 1rem !important;
  }

  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pt-sm-5 {
    padding-top: 3rem !important;
  }

  .pe-sm-0 {
    padding-right: 0 !important;
  }

  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pe-sm-3 {
    padding-right: 1rem !important;
  }

  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pe-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }

  .ps-sm-0 {
    padding-left: 0 !important;
  }

  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }

  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }

  .ps-sm-3 {
    padding-left: 1rem !important;
  }

  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }

  .ps-sm-5 {
    padding-left: 3rem !important;
  }

  .text-sm-start {
    text-align: left !important;
  }

  .text-sm-end {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }

  .opacity-sm-0 {
    opacity: 0 !important;
  }

  .opacity-sm-25 {
    opacity: 0.25 !important;
  }

  .opacity-sm-50 {
    opacity: 0.5 !important;
  }

  .opacity-sm-75 {
    opacity: 0.75 !important;
  }

  .opacity-sm-100 {
    opacity: 1 !important;
  }

  .object-sm-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .object-sm-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .object-sm-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .object-sm-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .object-sm-scale-down {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .object-sm-bottom {
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .object-sm-center {
    -o-object-position: center !important;
       object-position: center !important;
  }

  .object-sm-left {
    -o-object-position: left !important;
       object-position: left !important;
  }

  .object-sm-left-bottom {
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .object-sm-left-top {
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .object-sm-right {
    -o-object-position: right !important;
       object-position: right !important;
  }

  .object-sm-right-bottom {
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .object-sm-right-top {
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .object-sm-top {
    -o-object-position: top !important;
       object-position: top !important;
  }

  .z-sm-0 {
    z-index: 0 !important;
  }

  .z-sm-1 {
    z-index: 10 !important;
  }

  .z-sm-2 {
    z-index: 20 !important;
  }

  .z-sm-3 {
    z-index: 30 !important;
  }

  .z-sm-4 {
    z-index: 40 !important;
  }

  .z-sm-5 {
    z-index: 50 !important;
  }

  .z-sm-6 {
    z-index: 60 !important;
  }

  .z-sm-7 {
    z-index: 70 !important;
  }

  .z-sm-8 {
    z-index: 80 !important;
  }

  .z-sm-9 {
    z-index: 90 !important;
  }

  .z-sm-10 {
    z-index: 100 !important;
  }

  .z-sm-auto {
    z-index: auto !important;
  }

  .grid-cols-sm-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .grid-cols-sm-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .grid-cols-sm-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .grid-cols-sm-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .grid-cols-sm-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .grid-cols-sm-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .grid-cols-sm-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .grid-cols-sm-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .grid-cols-sm-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .grid-cols-sm-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .grid-cols-sm-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .grid-cols-sm-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .grid-cols-sm-none {
    grid-template-columns: none !important;
  }

  .col-span-sm-1 {
    grid-column: span 1 / span 1 !important;
  }

  .col-span-sm-2 {
    grid-column: span 2 / span 2 !important;
  }

  .col-span-sm-3 {
    grid-column: span 3 / span 3 !important;
  }

  .col-span-sm-4 {
    grid-column: span 4 / span 4 !important;
  }

  .col-span-sm-5 {
    grid-column: span 5 / span 5 !important;
  }

  .col-span-sm-6 {
    grid-column: span 6 / span 6 !important;
  }

  .col-span-sm-7 {
    grid-column: span 7 / span 7 !important;
  }

  .col-span-sm-8 {
    grid-column: span 8 / span 8 !important;
  }

  .col-span-sm-9 {
    grid-column: span 9 / span 9 !important;
  }

  .col-span-sm-10 {
    grid-column: span 10 / span 10 !important;
  }

  .col-span-sm-11 {
    grid-column: span 11 / span 11 !important;
  }

  .col-span-sm-12 {
    grid-column: span 12 / span 12 !important;
  }

  .col-span-sm-auto {
    grid-column: auto !important;
  }

  .col-span-sm-full {
    grid-column: 1 / -1 !important;
  }

  .col-start-sm-1 {
    grid-column-start: 1 !important;
  }

  .col-start-sm-2 {
    grid-column-start: 2 !important;
  }

  .col-start-sm-3 {
    grid-column-start: 3 !important;
  }

  .col-start-sm-4 {
    grid-column-start: 4 !important;
  }

  .col-start-sm-5 {
    grid-column-start: 5 !important;
  }

  .col-start-sm-6 {
    grid-column-start: 6 !important;
  }

  .col-start-sm-7 {
    grid-column-start: 7 !important;
  }

  .col-start-sm-8 {
    grid-column-start: 8 !important;
  }

  .col-start-sm-9 {
    grid-column-start: 9 !important;
  }

  .col-start-sm-10 {
    grid-column-start: 10 !important;
  }

  .col-start-sm-11 {
    grid-column-start: 11 !important;
  }

  .col-start-sm-12 {
    grid-column-start: 12 !important;
  }

  .col-start-sm-13 {
    grid-column-start: 13 !important;
  }

  .col-start-sm-auto {
    grid-column-start: auto !important;
  }

  .col-end-sm-1 {
    grid-column-end: 1 !important;
  }

  .col-end-sm-2 {
    grid-column-end: 2 !important;
  }

  .col-end-sm-3 {
    grid-column-end: 3 !important;
  }

  .col-end-sm-4 {
    grid-column-end: 4 !important;
  }

  .col-end-sm-5 {
    grid-column-end: 5 !important;
  }

  .col-end-sm-6 {
    grid-column-end: 6 !important;
  }

  .col-end-sm-7 {
    grid-column-end: 7 !important;
  }

  .col-end-sm-8 {
    grid-column-end: 8 !important;
  }

  .col-end-sm-9 {
    grid-column-end: 9 !important;
  }

  .col-end-sm-10 {
    grid-column-end: 10 !important;
  }

  .col-end-sm-11 {
    grid-column-end: 11 !important;
  }

  .col-end-sm-12 {
    grid-column-end: 12 !important;
  }

  .col-end-sm-13 {
    grid-column-end: 13 !important;
  }

  .col-end-sm-auto {
    grid-column-end: auto !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }

  .float-md-end {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-grid {
    display: grid !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .d-md-none {
    display: none !important;
  }

  .position-md-static {
    position: static !important;
  }

  .position-md-relative {
    position: relative !important;
  }

  .position-md-absolute {
    position: absolute !important;
  }

  .position-md-fixed {
    position: fixed !important;
  }

  .position-md-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }

  .w-md-1 {
    width: 1rem !important;
  }

  .w-md-2 {
    width: 2rem !important;
  }

  .w-md-3 {
    width: 3rem !important;
  }

  .w-md-4 {
    width: 4rem !important;
  }

  .w-md-5 {
    width: 5rem !important;
  }

  .w-md-6 {
    width: 6rem !important;
  }

  .w-md-7 {
    width: 7rem !important;
  }

  .w-md-8 {
    width: 8rem !important;
  }

  .w-md-9 {
    width: 9rem !important;
  }

  .w-md-10 {
    width: 10rem !important;
  }

  .w-md-11 {
    width: 11rem !important;
  }

  .w-md-12 {
    width: 12rem !important;
  }

  .w-md-13 {
    width: 13rem !important;
  }

  .w-md-14 {
    width: 14rem !important;
  }

  .w-md-15 {
    width: 15rem !important;
  }

  .w-md-16 {
    width: 16rem !important;
  }

  .w-md-17 {
    width: 17rem !important;
  }

  .w-md-18 {
    width: 18rem !important;
  }

  .w-md-19 {
    width: 19rem !important;
  }

  .w-md-20 {
    width: 20rem !important;
  }

  .w-md-25 {
    width: 25% !important;
  }

  .w-md-50 {
    width: 50% !important;
  }

  .w-md-75 {
    width: 75% !important;
  }

  .w-md-100 {
    width: 100% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-25 {
    height: 25% !important;
  }

  .h-md-50 {
    height: 50% !important;
  }

  .h-md-75 {
    height: 75% !important;
  }

  .h-md-100 {
    height: 100% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .gap-md-0 {
    gap: 0 !important;
  }

  .gap-md-1 {
    gap: 0.25rem !important;
  }

  .gap-md-2 {
    gap: 0.5rem !important;
  }

  .gap-md-3 {
    gap: 1rem !important;
  }

  .gap-md-4 {
    gap: 1.5rem !important;
  }

  .gap-md-5 {
    gap: 3rem !important;
  }

  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .justify-content-md-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }

  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }

  .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }

  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }

  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }

  .m-md-0 {
    margin: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mt-md-1 {
    margin-top: 0.25rem !important;
  }

  .mt-md-2 {
    margin-top: 0.5rem !important;
  }

  .mt-md-3 {
    margin-top: 1rem !important;
  }

  .mt-md-4 {
    margin-top: 1.5rem !important;
  }

  .mt-md-5 {
    margin-top: 3rem !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .me-md-0 {
    margin-right: 0 !important;
  }

  .me-md-1 {
    margin-right: 0.25rem !important;
  }

  .me-md-2 {
    margin-right: 0.5rem !important;
  }

  .me-md-3 {
    margin-right: 1rem !important;
  }

  .me-md-4 {
    margin-right: 1.5rem !important;
  }

  .me-md-5 {
    margin-right: 3rem !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-md-3 {
    margin-bottom: 1rem !important;
  }

  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-md-5 {
    margin-bottom: 3rem !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ms-md-0 {
    margin-left: 0 !important;
  }

  .ms-md-1 {
    margin-left: 0.25rem !important;
  }

  .ms-md-2 {
    margin-left: 0.5rem !important;
  }

  .ms-md-3 {
    margin-left: 1rem !important;
  }

  .ms-md-4 {
    margin-left: 1.5rem !important;
  }

  .ms-md-5 {
    margin-left: 3rem !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pt-md-1 {
    padding-top: 0.25rem !important;
  }

  .pt-md-2 {
    padding-top: 0.5rem !important;
  }

  .pt-md-3 {
    padding-top: 1rem !important;
  }

  .pt-md-4 {
    padding-top: 1.5rem !important;
  }

  .pt-md-5 {
    padding-top: 3rem !important;
  }

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-1 {
    padding-right: 0.25rem !important;
  }

  .pe-md-2 {
    padding-right: 0.5rem !important;
  }

  .pe-md-3 {
    padding-right: 1rem !important;
  }

  .pe-md-4 {
    padding-right: 1.5rem !important;
  }

  .pe-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-md-3 {
    padding-bottom: 1rem !important;
  }

  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-md-5 {
    padding-bottom: 3rem !important;
  }

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-1 {
    padding-left: 0.25rem !important;
  }

  .ps-md-2 {
    padding-left: 0.5rem !important;
  }

  .ps-md-3 {
    padding-left: 1rem !important;
  }

  .ps-md-4 {
    padding-left: 1.5rem !important;
  }

  .ps-md-5 {
    padding-left: 3rem !important;
  }

  .text-md-start {
    text-align: left !important;
  }

  .text-md-end {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }

  .opacity-md-0 {
    opacity: 0 !important;
  }

  .opacity-md-25 {
    opacity: 0.25 !important;
  }

  .opacity-md-50 {
    opacity: 0.5 !important;
  }

  .opacity-md-75 {
    opacity: 0.75 !important;
  }

  .opacity-md-100 {
    opacity: 1 !important;
  }

  .object-md-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .object-md-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .object-md-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .object-md-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .object-md-scale-down {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .object-md-bottom {
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .object-md-center {
    -o-object-position: center !important;
       object-position: center !important;
  }

  .object-md-left {
    -o-object-position: left !important;
       object-position: left !important;
  }

  .object-md-left-bottom {
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .object-md-left-top {
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .object-md-right {
    -o-object-position: right !important;
       object-position: right !important;
  }

  .object-md-right-bottom {
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .object-md-right-top {
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .object-md-top {
    -o-object-position: top !important;
       object-position: top !important;
  }

  .z-md-0 {
    z-index: 0 !important;
  }

  .z-md-1 {
    z-index: 10 !important;
  }

  .z-md-2 {
    z-index: 20 !important;
  }

  .z-md-3 {
    z-index: 30 !important;
  }

  .z-md-4 {
    z-index: 40 !important;
  }

  .z-md-5 {
    z-index: 50 !important;
  }

  .z-md-6 {
    z-index: 60 !important;
  }

  .z-md-7 {
    z-index: 70 !important;
  }

  .z-md-8 {
    z-index: 80 !important;
  }

  .z-md-9 {
    z-index: 90 !important;
  }

  .z-md-10 {
    z-index: 100 !important;
  }

  .z-md-auto {
    z-index: auto !important;
  }

  .grid-cols-md-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .grid-cols-md-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .grid-cols-md-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .grid-cols-md-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .grid-cols-md-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .grid-cols-md-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .grid-cols-md-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .grid-cols-md-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .grid-cols-md-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .grid-cols-md-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .grid-cols-md-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .grid-cols-md-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .grid-cols-md-none {
    grid-template-columns: none !important;
  }

  .col-span-md-1 {
    grid-column: span 1 / span 1 !important;
  }

  .col-span-md-2 {
    grid-column: span 2 / span 2 !important;
  }

  .col-span-md-3 {
    grid-column: span 3 / span 3 !important;
  }

  .col-span-md-4 {
    grid-column: span 4 / span 4 !important;
  }

  .col-span-md-5 {
    grid-column: span 5 / span 5 !important;
  }

  .col-span-md-6 {
    grid-column: span 6 / span 6 !important;
  }

  .col-span-md-7 {
    grid-column: span 7 / span 7 !important;
  }

  .col-span-md-8 {
    grid-column: span 8 / span 8 !important;
  }

  .col-span-md-9 {
    grid-column: span 9 / span 9 !important;
  }

  .col-span-md-10 {
    grid-column: span 10 / span 10 !important;
  }

  .col-span-md-11 {
    grid-column: span 11 / span 11 !important;
  }

  .col-span-md-12 {
    grid-column: span 12 / span 12 !important;
  }

  .col-span-md-auto {
    grid-column: auto !important;
  }

  .col-span-md-full {
    grid-column: 1 / -1 !important;
  }

  .col-start-md-1 {
    grid-column-start: 1 !important;
  }

  .col-start-md-2 {
    grid-column-start: 2 !important;
  }

  .col-start-md-3 {
    grid-column-start: 3 !important;
  }

  .col-start-md-4 {
    grid-column-start: 4 !important;
  }

  .col-start-md-5 {
    grid-column-start: 5 !important;
  }

  .col-start-md-6 {
    grid-column-start: 6 !important;
  }

  .col-start-md-7 {
    grid-column-start: 7 !important;
  }

  .col-start-md-8 {
    grid-column-start: 8 !important;
  }

  .col-start-md-9 {
    grid-column-start: 9 !important;
  }

  .col-start-md-10 {
    grid-column-start: 10 !important;
  }

  .col-start-md-11 {
    grid-column-start: 11 !important;
  }

  .col-start-md-12 {
    grid-column-start: 12 !important;
  }

  .col-start-md-13 {
    grid-column-start: 13 !important;
  }

  .col-start-md-auto {
    grid-column-start: auto !important;
  }

  .col-end-md-1 {
    grid-column-end: 1 !important;
  }

  .col-end-md-2 {
    grid-column-end: 2 !important;
  }

  .col-end-md-3 {
    grid-column-end: 3 !important;
  }

  .col-end-md-4 {
    grid-column-end: 4 !important;
  }

  .col-end-md-5 {
    grid-column-end: 5 !important;
  }

  .col-end-md-6 {
    grid-column-end: 6 !important;
  }

  .col-end-md-7 {
    grid-column-end: 7 !important;
  }

  .col-end-md-8 {
    grid-column-end: 8 !important;
  }

  .col-end-md-9 {
    grid-column-end: 9 !important;
  }

  .col-end-md-10 {
    grid-column-end: 10 !important;
  }

  .col-end-md-11 {
    grid-column-end: 11 !important;
  }

  .col-end-md-12 {
    grid-column-end: 12 !important;
  }

  .col-end-md-13 {
    grid-column-end: 13 !important;
  }

  .col-end-md-auto {
    grid-column-end: auto !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }

  .float-lg-end {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-grid {
    display: grid !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .d-lg-none {
    display: none !important;
  }

  .position-lg-static {
    position: static !important;
  }

  .position-lg-relative {
    position: relative !important;
  }

  .position-lg-absolute {
    position: absolute !important;
  }

  .position-lg-fixed {
    position: fixed !important;
  }

  .position-lg-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }

  .w-lg-1 {
    width: 1rem !important;
  }

  .w-lg-2 {
    width: 2rem !important;
  }

  .w-lg-3 {
    width: 3rem !important;
  }

  .w-lg-4 {
    width: 4rem !important;
  }

  .w-lg-5 {
    width: 5rem !important;
  }

  .w-lg-6 {
    width: 6rem !important;
  }

  .w-lg-7 {
    width: 7rem !important;
  }

  .w-lg-8 {
    width: 8rem !important;
  }

  .w-lg-9 {
    width: 9rem !important;
  }

  .w-lg-10 {
    width: 10rem !important;
  }

  .w-lg-11 {
    width: 11rem !important;
  }

  .w-lg-12 {
    width: 12rem !important;
  }

  .w-lg-13 {
    width: 13rem !important;
  }

  .w-lg-14 {
    width: 14rem !important;
  }

  .w-lg-15 {
    width: 15rem !important;
  }

  .w-lg-16 {
    width: 16rem !important;
  }

  .w-lg-17 {
    width: 17rem !important;
  }

  .w-lg-18 {
    width: 18rem !important;
  }

  .w-lg-19 {
    width: 19rem !important;
  }

  .w-lg-20 {
    width: 20rem !important;
  }

  .w-lg-25 {
    width: 25% !important;
  }

  .w-lg-50 {
    width: 50% !important;
  }

  .w-lg-75 {
    width: 75% !important;
  }

  .w-lg-100 {
    width: 100% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-25 {
    height: 25% !important;
  }

  .h-lg-50 {
    height: 50% !important;
  }

  .h-lg-75 {
    height: 75% !important;
  }

  .h-lg-100 {
    height: 100% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .gap-lg-0 {
    gap: 0 !important;
  }

  .gap-lg-1 {
    gap: 0.25rem !important;
  }

  .gap-lg-2 {
    gap: 0.5rem !important;
  }

  .gap-lg-3 {
    gap: 1rem !important;
  }

  .gap-lg-4 {
    gap: 1.5rem !important;
  }

  .gap-lg-5 {
    gap: 3rem !important;
  }

  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }

  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }

  .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }

  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mt-lg-3 {
    margin-top: 1rem !important;
  }

  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mt-lg-5 {
    margin-top: 3rem !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .me-lg-0 {
    margin-right: 0 !important;
  }

  .me-lg-1 {
    margin-right: 0.25rem !important;
  }

  .me-lg-2 {
    margin-right: 0.5rem !important;
  }

  .me-lg-3 {
    margin-right: 1rem !important;
  }

  .me-lg-4 {
    margin-right: 1.5rem !important;
  }

  .me-lg-5 {
    margin-right: 3rem !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ms-lg-0 {
    margin-left: 0 !important;
  }

  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }

  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }

  .ms-lg-3 {
    margin-left: 1rem !important;
  }

  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }

  .ms-lg-5 {
    margin-left: 3rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pt-lg-3 {
    padding-top: 1rem !important;
  }

  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pt-lg-5 {
    padding-top: 3rem !important;
  }

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pe-lg-3 {
    padding-right: 1rem !important;
  }

  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pe-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }

  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }

  .ps-lg-3 {
    padding-left: 1rem !important;
  }

  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-5 {
    padding-left: 3rem !important;
  }

  .text-lg-start {
    text-align: left !important;
  }

  .text-lg-end {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }

  .opacity-lg-0 {
    opacity: 0 !important;
  }

  .opacity-lg-25 {
    opacity: 0.25 !important;
  }

  .opacity-lg-50 {
    opacity: 0.5 !important;
  }

  .opacity-lg-75 {
    opacity: 0.75 !important;
  }

  .opacity-lg-100 {
    opacity: 1 !important;
  }

  .object-lg-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .object-lg-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .object-lg-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .object-lg-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .object-lg-scale-down {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .object-lg-bottom {
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .object-lg-center {
    -o-object-position: center !important;
       object-position: center !important;
  }

  .object-lg-left {
    -o-object-position: left !important;
       object-position: left !important;
  }

  .object-lg-left-bottom {
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .object-lg-left-top {
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .object-lg-right {
    -o-object-position: right !important;
       object-position: right !important;
  }

  .object-lg-right-bottom {
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .object-lg-right-top {
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .object-lg-top {
    -o-object-position: top !important;
       object-position: top !important;
  }

  .z-lg-0 {
    z-index: 0 !important;
  }

  .z-lg-1 {
    z-index: 10 !important;
  }

  .z-lg-2 {
    z-index: 20 !important;
  }

  .z-lg-3 {
    z-index: 30 !important;
  }

  .z-lg-4 {
    z-index: 40 !important;
  }

  .z-lg-5 {
    z-index: 50 !important;
  }

  .z-lg-6 {
    z-index: 60 !important;
  }

  .z-lg-7 {
    z-index: 70 !important;
  }

  .z-lg-8 {
    z-index: 80 !important;
  }

  .z-lg-9 {
    z-index: 90 !important;
  }

  .z-lg-10 {
    z-index: 100 !important;
  }

  .z-lg-auto {
    z-index: auto !important;
  }

  .grid-cols-lg-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .grid-cols-lg-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .grid-cols-lg-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .grid-cols-lg-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .grid-cols-lg-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .grid-cols-lg-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .grid-cols-lg-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .grid-cols-lg-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .grid-cols-lg-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .grid-cols-lg-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .grid-cols-lg-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .grid-cols-lg-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .grid-cols-lg-none {
    grid-template-columns: none !important;
  }

  .col-span-lg-1 {
    grid-column: span 1 / span 1 !important;
  }

  .col-span-lg-2 {
    grid-column: span 2 / span 2 !important;
  }

  .col-span-lg-3 {
    grid-column: span 3 / span 3 !important;
  }

  .col-span-lg-4 {
    grid-column: span 4 / span 4 !important;
  }

  .col-span-lg-5 {
    grid-column: span 5 / span 5 !important;
  }

  .col-span-lg-6 {
    grid-column: span 6 / span 6 !important;
  }

  .col-span-lg-7 {
    grid-column: span 7 / span 7 !important;
  }

  .col-span-lg-8 {
    grid-column: span 8 / span 8 !important;
  }

  .col-span-lg-9 {
    grid-column: span 9 / span 9 !important;
  }

  .col-span-lg-10 {
    grid-column: span 10 / span 10 !important;
  }

  .col-span-lg-11 {
    grid-column: span 11 / span 11 !important;
  }

  .col-span-lg-12 {
    grid-column: span 12 / span 12 !important;
  }

  .col-span-lg-auto {
    grid-column: auto !important;
  }

  .col-span-lg-full {
    grid-column: 1 / -1 !important;
  }

  .col-start-lg-1 {
    grid-column-start: 1 !important;
  }

  .col-start-lg-2 {
    grid-column-start: 2 !important;
  }

  .col-start-lg-3 {
    grid-column-start: 3 !important;
  }

  .col-start-lg-4 {
    grid-column-start: 4 !important;
  }

  .col-start-lg-5 {
    grid-column-start: 5 !important;
  }

  .col-start-lg-6 {
    grid-column-start: 6 !important;
  }

  .col-start-lg-7 {
    grid-column-start: 7 !important;
  }

  .col-start-lg-8 {
    grid-column-start: 8 !important;
  }

  .col-start-lg-9 {
    grid-column-start: 9 !important;
  }

  .col-start-lg-10 {
    grid-column-start: 10 !important;
  }

  .col-start-lg-11 {
    grid-column-start: 11 !important;
  }

  .col-start-lg-12 {
    grid-column-start: 12 !important;
  }

  .col-start-lg-13 {
    grid-column-start: 13 !important;
  }

  .col-start-lg-auto {
    grid-column-start: auto !important;
  }

  .col-end-lg-1 {
    grid-column-end: 1 !important;
  }

  .col-end-lg-2 {
    grid-column-end: 2 !important;
  }

  .col-end-lg-3 {
    grid-column-end: 3 !important;
  }

  .col-end-lg-4 {
    grid-column-end: 4 !important;
  }

  .col-end-lg-5 {
    grid-column-end: 5 !important;
  }

  .col-end-lg-6 {
    grid-column-end: 6 !important;
  }

  .col-end-lg-7 {
    grid-column-end: 7 !important;
  }

  .col-end-lg-8 {
    grid-column-end: 8 !important;
  }

  .col-end-lg-9 {
    grid-column-end: 9 !important;
  }

  .col-end-lg-10 {
    grid-column-end: 10 !important;
  }

  .col-end-lg-11 {
    grid-column-end: 11 !important;
  }

  .col-end-lg-12 {
    grid-column-end: 12 !important;
  }

  .col-end-lg-13 {
    grid-column-end: 13 !important;
  }

  .col-end-lg-auto {
    grid-column-end: auto !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }

  .float-xl-end {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-grid {
    display: grid !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .d-xl-none {
    display: none !important;
  }

  .position-xl-static {
    position: static !important;
  }

  .position-xl-relative {
    position: relative !important;
  }

  .position-xl-absolute {
    position: absolute !important;
  }

  .position-xl-fixed {
    position: fixed !important;
  }

  .position-xl-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }

  .w-xl-1 {
    width: 1rem !important;
  }

  .w-xl-2 {
    width: 2rem !important;
  }

  .w-xl-3 {
    width: 3rem !important;
  }

  .w-xl-4 {
    width: 4rem !important;
  }

  .w-xl-5 {
    width: 5rem !important;
  }

  .w-xl-6 {
    width: 6rem !important;
  }

  .w-xl-7 {
    width: 7rem !important;
  }

  .w-xl-8 {
    width: 8rem !important;
  }

  .w-xl-9 {
    width: 9rem !important;
  }

  .w-xl-10 {
    width: 10rem !important;
  }

  .w-xl-11 {
    width: 11rem !important;
  }

  .w-xl-12 {
    width: 12rem !important;
  }

  .w-xl-13 {
    width: 13rem !important;
  }

  .w-xl-14 {
    width: 14rem !important;
  }

  .w-xl-15 {
    width: 15rem !important;
  }

  .w-xl-16 {
    width: 16rem !important;
  }

  .w-xl-17 {
    width: 17rem !important;
  }

  .w-xl-18 {
    width: 18rem !important;
  }

  .w-xl-19 {
    width: 19rem !important;
  }

  .w-xl-20 {
    width: 20rem !important;
  }

  .w-xl-25 {
    width: 25% !important;
  }

  .w-xl-50 {
    width: 50% !important;
  }

  .w-xl-75 {
    width: 75% !important;
  }

  .w-xl-100 {
    width: 100% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-25 {
    height: 25% !important;
  }

  .h-xl-50 {
    height: 50% !important;
  }

  .h-xl-75 {
    height: 75% !important;
  }

  .h-xl-100 {
    height: 100% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .gap-xl-0 {
    gap: 0 !important;
  }

  .gap-xl-1 {
    gap: 0.25rem !important;
  }

  .gap-xl-2 {
    gap: 0.5rem !important;
  }

  .gap-xl-3 {
    gap: 1rem !important;
  }

  .gap-xl-4 {
    gap: 1.5rem !important;
  }

  .gap-xl-5 {
    gap: 3rem !important;
  }

  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .justify-content-xl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }

  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }

  .order-xl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }

  .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xl-3 {
    margin-top: 1rem !important;
  }

  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xl-5 {
    margin-top: 3rem !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xl-3 {
    margin-right: 1rem !important;
  }

  .me-xl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xl-5 {
    margin-right: 3rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xl-3 {
    margin-left: 1rem !important;
  }

  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-5 {
    margin-left: 3rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xl-3 {
    padding-top: 1rem !important;
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xl-3 {
    padding-right: 1rem !important;
  }

  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xl-3 {
    padding-left: 1rem !important;
  }

  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-5 {
    padding-left: 3rem !important;
  }

  .text-xl-start {
    text-align: left !important;
  }

  .text-xl-end {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }

  .opacity-xl-0 {
    opacity: 0 !important;
  }

  .opacity-xl-25 {
    opacity: 0.25 !important;
  }

  .opacity-xl-50 {
    opacity: 0.5 !important;
  }

  .opacity-xl-75 {
    opacity: 0.75 !important;
  }

  .opacity-xl-100 {
    opacity: 1 !important;
  }

  .object-xl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .object-xl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .object-xl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .object-xl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .object-xl-scale-down {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .object-xl-bottom {
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .object-xl-center {
    -o-object-position: center !important;
       object-position: center !important;
  }

  .object-xl-left {
    -o-object-position: left !important;
       object-position: left !important;
  }

  .object-xl-left-bottom {
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .object-xl-left-top {
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .object-xl-right {
    -o-object-position: right !important;
       object-position: right !important;
  }

  .object-xl-right-bottom {
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .object-xl-right-top {
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .object-xl-top {
    -o-object-position: top !important;
       object-position: top !important;
  }

  .z-xl-0 {
    z-index: 0 !important;
  }

  .z-xl-1 {
    z-index: 10 !important;
  }

  .z-xl-2 {
    z-index: 20 !important;
  }

  .z-xl-3 {
    z-index: 30 !important;
  }

  .z-xl-4 {
    z-index: 40 !important;
  }

  .z-xl-5 {
    z-index: 50 !important;
  }

  .z-xl-6 {
    z-index: 60 !important;
  }

  .z-xl-7 {
    z-index: 70 !important;
  }

  .z-xl-8 {
    z-index: 80 !important;
  }

  .z-xl-9 {
    z-index: 90 !important;
  }

  .z-xl-10 {
    z-index: 100 !important;
  }

  .z-xl-auto {
    z-index: auto !important;
  }

  .grid-cols-xl-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .grid-cols-xl-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .grid-cols-xl-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .grid-cols-xl-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .grid-cols-xl-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .grid-cols-xl-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .grid-cols-xl-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .grid-cols-xl-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .grid-cols-xl-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .grid-cols-xl-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .grid-cols-xl-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .grid-cols-xl-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .grid-cols-xl-none {
    grid-template-columns: none !important;
  }

  .col-span-xl-1 {
    grid-column: span 1 / span 1 !important;
  }

  .col-span-xl-2 {
    grid-column: span 2 / span 2 !important;
  }

  .col-span-xl-3 {
    grid-column: span 3 / span 3 !important;
  }

  .col-span-xl-4 {
    grid-column: span 4 / span 4 !important;
  }

  .col-span-xl-5 {
    grid-column: span 5 / span 5 !important;
  }

  .col-span-xl-6 {
    grid-column: span 6 / span 6 !important;
  }

  .col-span-xl-7 {
    grid-column: span 7 / span 7 !important;
  }

  .col-span-xl-8 {
    grid-column: span 8 / span 8 !important;
  }

  .col-span-xl-9 {
    grid-column: span 9 / span 9 !important;
  }

  .col-span-xl-10 {
    grid-column: span 10 / span 10 !important;
  }

  .col-span-xl-11 {
    grid-column: span 11 / span 11 !important;
  }

  .col-span-xl-12 {
    grid-column: span 12 / span 12 !important;
  }

  .col-span-xl-auto {
    grid-column: auto !important;
  }

  .col-span-xl-full {
    grid-column: 1 / -1 !important;
  }

  .col-start-xl-1 {
    grid-column-start: 1 !important;
  }

  .col-start-xl-2 {
    grid-column-start: 2 !important;
  }

  .col-start-xl-3 {
    grid-column-start: 3 !important;
  }

  .col-start-xl-4 {
    grid-column-start: 4 !important;
  }

  .col-start-xl-5 {
    grid-column-start: 5 !important;
  }

  .col-start-xl-6 {
    grid-column-start: 6 !important;
  }

  .col-start-xl-7 {
    grid-column-start: 7 !important;
  }

  .col-start-xl-8 {
    grid-column-start: 8 !important;
  }

  .col-start-xl-9 {
    grid-column-start: 9 !important;
  }

  .col-start-xl-10 {
    grid-column-start: 10 !important;
  }

  .col-start-xl-11 {
    grid-column-start: 11 !important;
  }

  .col-start-xl-12 {
    grid-column-start: 12 !important;
  }

  .col-start-xl-13 {
    grid-column-start: 13 !important;
  }

  .col-start-xl-auto {
    grid-column-start: auto !important;
  }

  .col-end-xl-1 {
    grid-column-end: 1 !important;
  }

  .col-end-xl-2 {
    grid-column-end: 2 !important;
  }

  .col-end-xl-3 {
    grid-column-end: 3 !important;
  }

  .col-end-xl-4 {
    grid-column-end: 4 !important;
  }

  .col-end-xl-5 {
    grid-column-end: 5 !important;
  }

  .col-end-xl-6 {
    grid-column-end: 6 !important;
  }

  .col-end-xl-7 {
    grid-column-end: 7 !important;
  }

  .col-end-xl-8 {
    grid-column-end: 8 !important;
  }

  .col-end-xl-9 {
    grid-column-end: 9 !important;
  }

  .col-end-xl-10 {
    grid-column-end: 10 !important;
  }

  .col-end-xl-11 {
    grid-column-end: 11 !important;
  }

  .col-end-xl-12 {
    grid-column-end: 12 !important;
  }

  .col-end-xl-13 {
    grid-column-end: 13 !important;
  }

  .col-end-xl-auto {
    grid-column-end: auto !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }

  .float-xxl-end {
    float: right !important;
  }

  .float-xxl-none {
    float: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-grid {
    display: grid !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .d-xxl-none {
    display: none !important;
  }

  .position-xxl-static {
    position: static !important;
  }

  .position-xxl-relative {
    position: relative !important;
  }

  .position-xxl-absolute {
    position: absolute !important;
  }

  .position-xxl-fixed {
    position: fixed !important;
  }

  .position-xxl-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }

  .w-xxl-1 {
    width: 1rem !important;
  }

  .w-xxl-2 {
    width: 2rem !important;
  }

  .w-xxl-3 {
    width: 3rem !important;
  }

  .w-xxl-4 {
    width: 4rem !important;
  }

  .w-xxl-5 {
    width: 5rem !important;
  }

  .w-xxl-6 {
    width: 6rem !important;
  }

  .w-xxl-7 {
    width: 7rem !important;
  }

  .w-xxl-8 {
    width: 8rem !important;
  }

  .w-xxl-9 {
    width: 9rem !important;
  }

  .w-xxl-10 {
    width: 10rem !important;
  }

  .w-xxl-11 {
    width: 11rem !important;
  }

  .w-xxl-12 {
    width: 12rem !important;
  }

  .w-xxl-13 {
    width: 13rem !important;
  }

  .w-xxl-14 {
    width: 14rem !important;
  }

  .w-xxl-15 {
    width: 15rem !important;
  }

  .w-xxl-16 {
    width: 16rem !important;
  }

  .w-xxl-17 {
    width: 17rem !important;
  }

  .w-xxl-18 {
    width: 18rem !important;
  }

  .w-xxl-19 {
    width: 19rem !important;
  }

  .w-xxl-20 {
    width: 20rem !important;
  }

  .w-xxl-25 {
    width: 25% !important;
  }

  .w-xxl-50 {
    width: 50% !important;
  }

  .w-xxl-75 {
    width: 75% !important;
  }

  .w-xxl-100 {
    width: 100% !important;
  }

  .w-xxl-auto {
    width: auto !important;
  }

  .h-xxl-25 {
    height: 25% !important;
  }

  .h-xxl-50 {
    height: 50% !important;
  }

  .h-xxl-75 {
    height: 75% !important;
  }

  .h-xxl-100 {
    height: 100% !important;
  }

  .h-xxl-auto {
    height: auto !important;
  }

  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .gap-xxl-0 {
    gap: 0 !important;
  }

  .gap-xxl-1 {
    gap: 0.25rem !important;
  }

  .gap-xxl-2 {
    gap: 0.5rem !important;
  }

  .gap-xxl-3 {
    gap: 1rem !important;
  }

  .gap-xxl-4 {
    gap: 1.5rem !important;
  }

  .gap-xxl-5 {
    gap: 3rem !important;
  }

  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }

  .align-items-xxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-xxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-xxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }

  .order-xxl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }

  .order-xxl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }

  .order-xxl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }

  .order-xxl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }

  .order-xxl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }

  .order-xxl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }

  .order-xxl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }

  .order-xxl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }

  .m-xxl-0 {
    margin: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xxl-3 {
    margin-top: 1rem !important;
  }

  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xxl-5 {
    margin-top: 3rem !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xxl-3 {
    margin-right: 1rem !important;
  }

  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xxl-5 {
    margin-right: 3rem !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xxl-3 {
    margin-left: 1rem !important;
  }

  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xxl-5 {
    margin-left: 3rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xxl-3 {
    padding-top: 1rem !important;
  }

  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xxl-5 {
    padding-top: 3rem !important;
  }

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-5 {
    padding-left: 3rem !important;
  }

  .text-xxl-start {
    text-align: left !important;
  }

  .text-xxl-end {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }

  .opacity-xxl-0 {
    opacity: 0 !important;
  }

  .opacity-xxl-25 {
    opacity: 0.25 !important;
  }

  .opacity-xxl-50 {
    opacity: 0.5 !important;
  }

  .opacity-xxl-75 {
    opacity: 0.75 !important;
  }

  .opacity-xxl-100 {
    opacity: 1 !important;
  }

  .object-xxl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .object-xxl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .object-xxl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .object-xxl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .object-xxl-scale-down {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .object-xxl-bottom {
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .object-xxl-center {
    -o-object-position: center !important;
       object-position: center !important;
  }

  .object-xxl-left {
    -o-object-position: left !important;
       object-position: left !important;
  }

  .object-xxl-left-bottom {
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .object-xxl-left-top {
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .object-xxl-right {
    -o-object-position: right !important;
       object-position: right !important;
  }

  .object-xxl-right-bottom {
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .object-xxl-right-top {
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .object-xxl-top {
    -o-object-position: top !important;
       object-position: top !important;
  }

  .z-xxl-0 {
    z-index: 0 !important;
  }

  .z-xxl-1 {
    z-index: 10 !important;
  }

  .z-xxl-2 {
    z-index: 20 !important;
  }

  .z-xxl-3 {
    z-index: 30 !important;
  }

  .z-xxl-4 {
    z-index: 40 !important;
  }

  .z-xxl-5 {
    z-index: 50 !important;
  }

  .z-xxl-6 {
    z-index: 60 !important;
  }

  .z-xxl-7 {
    z-index: 70 !important;
  }

  .z-xxl-8 {
    z-index: 80 !important;
  }

  .z-xxl-9 {
    z-index: 90 !important;
  }

  .z-xxl-10 {
    z-index: 100 !important;
  }

  .z-xxl-auto {
    z-index: auto !important;
  }

  .grid-cols-xxl-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .grid-cols-xxl-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .grid-cols-xxl-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .grid-cols-xxl-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .grid-cols-xxl-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .grid-cols-xxl-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .grid-cols-xxl-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .grid-cols-xxl-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .grid-cols-xxl-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .grid-cols-xxl-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .grid-cols-xxl-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .grid-cols-xxl-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .grid-cols-xxl-none {
    grid-template-columns: none !important;
  }

  .col-span-xxl-1 {
    grid-column: span 1 / span 1 !important;
  }

  .col-span-xxl-2 {
    grid-column: span 2 / span 2 !important;
  }

  .col-span-xxl-3 {
    grid-column: span 3 / span 3 !important;
  }

  .col-span-xxl-4 {
    grid-column: span 4 / span 4 !important;
  }

  .col-span-xxl-5 {
    grid-column: span 5 / span 5 !important;
  }

  .col-span-xxl-6 {
    grid-column: span 6 / span 6 !important;
  }

  .col-span-xxl-7 {
    grid-column: span 7 / span 7 !important;
  }

  .col-span-xxl-8 {
    grid-column: span 8 / span 8 !important;
  }

  .col-span-xxl-9 {
    grid-column: span 9 / span 9 !important;
  }

  .col-span-xxl-10 {
    grid-column: span 10 / span 10 !important;
  }

  .col-span-xxl-11 {
    grid-column: span 11 / span 11 !important;
  }

  .col-span-xxl-12 {
    grid-column: span 12 / span 12 !important;
  }

  .col-span-xxl-auto {
    grid-column: auto !important;
  }

  .col-span-xxl-full {
    grid-column: 1 / -1 !important;
  }

  .col-start-xxl-1 {
    grid-column-start: 1 !important;
  }

  .col-start-xxl-2 {
    grid-column-start: 2 !important;
  }

  .col-start-xxl-3 {
    grid-column-start: 3 !important;
  }

  .col-start-xxl-4 {
    grid-column-start: 4 !important;
  }

  .col-start-xxl-5 {
    grid-column-start: 5 !important;
  }

  .col-start-xxl-6 {
    grid-column-start: 6 !important;
  }

  .col-start-xxl-7 {
    grid-column-start: 7 !important;
  }

  .col-start-xxl-8 {
    grid-column-start: 8 !important;
  }

  .col-start-xxl-9 {
    grid-column-start: 9 !important;
  }

  .col-start-xxl-10 {
    grid-column-start: 10 !important;
  }

  .col-start-xxl-11 {
    grid-column-start: 11 !important;
  }

  .col-start-xxl-12 {
    grid-column-start: 12 !important;
  }

  .col-start-xxl-13 {
    grid-column-start: 13 !important;
  }

  .col-start-xxl-auto {
    grid-column-start: auto !important;
  }

  .col-end-xxl-1 {
    grid-column-end: 1 !important;
  }

  .col-end-xxl-2 {
    grid-column-end: 2 !important;
  }

  .col-end-xxl-3 {
    grid-column-end: 3 !important;
  }

  .col-end-xxl-4 {
    grid-column-end: 4 !important;
  }

  .col-end-xxl-5 {
    grid-column-end: 5 !important;
  }

  .col-end-xxl-6 {
    grid-column-end: 6 !important;
  }

  .col-end-xxl-7 {
    grid-column-end: 7 !important;
  }

  .col-end-xxl-8 {
    grid-column-end: 8 !important;
  }

  .col-end-xxl-9 {
    grid-column-end: 9 !important;
  }

  .col-end-xxl-10 {
    grid-column-end: 10 !important;
  }

  .col-end-xxl-11 {
    grid-column-end: 11 !important;
  }

  .col-end-xxl-12 {
    grid-column-end: 12 !important;
  }

  .col-end-xxl-13 {
    grid-column-end: 13 !important;
  }

  .col-end-xxl-auto {
    grid-column-end: auto !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }

  .fs-2 {
    font-size: 2rem !important;
  }

  .fs-3 {
    font-size: 1.75rem !important;
  }

  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: grid !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .d-print-none {
    display: none !important;
  }
}
/* === Bootstrap and Local configuration set up is done here === */
/* Local Configuration
    # Layout & components
*/
.dz-previews {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  overflow: auto;
  max-height: calc(100% - 2rem);
  z-index: 1080;
  background: white;
  border-radius: 0.5rem;
  max-width: 24rem;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  display: none;
}
.dz-previews.show {
  display: block;
}
.dz-previews .dz-header {
  background: var(--bs-primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: .5rem 1rem;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}
.dz-previews .dz-title {
  margin: 0;
  color: var(--bs-white);
}
.dz-previews .dz-template {
  border-bottom: 1px solid #D1D5DB;
}
.dz-previews .dz-template:last-child {
  border-bottom: 0;
}
.dz-previews .media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem;
  position: relative;
}
.dz-previews .media-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.dz-previews .media-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.dz-previews .media-left {
  padding-right: 1rem;
}
.dz-previews .dz-img {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 0.5rem;
}
.dz-previews .dz-file-name {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
  font-weight: 500;
}
.dz-previews .dz-error {
  font-size: 85%;
  color: var(--bs-danger);
}
.dz-previews .dz-data-size {
  color: var(--bs-gray);
}
.dz-previews .dz-data-size strong {
  font-weight: normal;
}
.dz-previews .media-right {
  padding-left: 1rem;
}
.dz-previews .dz-cancel {
  border-radius: 50%;
  width: 1.85rem;
  height: 1.85rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.dz-previews #dz-total-progress {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 100%;
  z-index: -1;
}
.dz-previews .progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0;
  opacity: .085;
}
.dz-previews .progress-bar {
  background-color: var(--bs-info);
}

.dz-drag-hover {
  background-color: #daf0f6;
  opacity: .5;
}

#toast-container > div {
  border-radius: .25rem !important;
  padding: .75rem 1rem !important;
  margin-bottom: 0.375rem !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-image: none !important;
  background-size: 0;
  opacity: 1 !important;
}
#toast-container > div:hover {
  opacity: .9 !important;
}

.toast {
  background-color: var(--bs-dark) !important;
}
.toast-success {
  background-color: var(--bs-success) !important;
}
.toast-info {
  background-color: var(--bs-info) !important;
}
.toast-warning {
  background-color: var(--bs-warning) !important;
}
.toast-error {
  background-color: var(--bs-danger) !important;
}

.dataTables_wrapper {
  position: relative;
  overflow: auto;
}
.dataTables_wrapper .dataTables_length label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  grid-gap: .25rem;
  gap: .25rem;
}
.dataTables_wrapper .dataTables_length label .custom-select, .dataTables_wrapper .dataTables_length label .daterangepicker select.monthselect, .daterangepicker .dataTables_wrapper .dataTables_length label select.monthselect,
.dataTables_wrapper .dataTables_length label .daterangepicker select.yearselect,
.daterangepicker .dataTables_wrapper .dataTables_length label select.yearselect {
  margin: 0 0.5rem;
}
.dataTables_wrapper .dataTables_paginate {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.dataTables_wrapper .dataTables_paginate .pagination {
  margin-bottom: 0;
}
.dataTables_wrapper .dataTables_paginate .page-item.next.disabled .page-link, .dataTables_wrapper .dataTables_paginate .page-item.previous.disabled .page-link {
  opacity: .65;
}

.datatable__controls {
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #D1D5DB;
}
@media (min-width: 768px) {
  .datatable__controls {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.datatable__length {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.datatable__info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 0 !important;
}
@media (min-width: 768px) {
  .datatable__info {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .datatable__info {
    margin: 0.7rem 0;
  }
}
.datatable__numbers {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 768px) {
  .datatable__numbers {
    text-align: right;
  }
}
.datatable__actions {
  white-space: nowrap;
}
.datatable__actions .btn-icon span {
  display: none;
}

.select-info {
  margin-left: .5rem;
  color: var(--bs-gray-300);
}

.dataTables_processing {
  position: absolute;
  top: 0 !important;
  right: 0;
  bottom: 0;
  left: 0 !important;
  z-index: 10;
  background: rgba(255, 255, 255, 0.65);
  border: 0;
  width: 100% !important;
  margin: 0 !important;
  -webkit-backdrop-filter: blur(0.1rem);
          backdrop-filter: blur(0.1rem);
}

.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.dataTable {
  width: 100% !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.dataTable tbody tr .datatable__actions {
  opacity: 0;
}
.dataTable tbody tr:hover .datatable__actions, .dataTable tbody tr.selected .datatable__actions {
  opacity: 1;
}
.dataTable .sorting {
  cursor: pointer;
  position: relative;
}
.dataTable .sorting:before {
  display: none !important;
}
    .dataTable .sorting:after {
        /*content: "" !important;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='5' viewBox='0 0 8 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.710051 1.71L3.30005 4.3C3.69005 4.69 4.32005 4.69 4.71005 4.3L7.30005 1.71C7.93005 1.08 7.48005 0 6.59005 0H1.41005C0.520051 0 0.0800515 1.08 0.710051 1.71Z' fill='%23364F6B'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;*/
        font-family: 'boxicons' !important;
        font-weight: normal;
        font-style: normal;
        font-variant: normal;
        color: transparent;
        line-height: 1;
        display: inline-block;
        text-transform: none;
        speak: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\ece5";
        font-size: .5rem;
        width: 1rem;
        height: 1rem;
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-transform: translate(0.35rem, -0.025rem);
        transform: translate(0.35rem, -0.025rem);
        opacity: 1 !important;
        position: static !important;
    }
.dataTable .sorting_asc {
  cursor: pointer;
  position: relative;
}
.dataTable .sorting_asc:before {
  display: none !important;
}
.dataTable .sorting_asc:after {
  /*content: "" !important;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='5' viewBox='0 0 8 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.710051 3.29L3.30005 0.7C3.69005 0.31 4.32005 0.31 4.71005 0.7L7.30005 3.29C7.93005 3.92 7.48005 5 6.59005 5H1.41005C0.520051 5 0.0800515 3.92 0.710051 3.29Z' fill='%23364F6B'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;*/
  font-family: 'boxicons' !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  display: inline-block;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ee2d";
  color:transparent;
  font-size: .5rem;
  width: 1rem;
  height: 1rem;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translate(0.35rem, -0.025rem);
          transform: translate(0.35rem, -0.025rem);
  opacity: 1 !important;
  position: static !important;
}
.dataTable .sorting_desc {
  cursor: pointer;
  position: relative;
}
.dataTable .sorting_desc:before {
  display: none !important;
}
    .dataTable .sorting_desc:after {
        /*content: "" !important;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='5' viewBox='0 0 8 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.710051 1.71L3.30005 4.3C3.69005 4.69 4.32005 4.69 4.71005 4.3L7.30005 1.71C7.93005 1.08 7.48005 0 6.59005 0H1.41005C0.520051 0 0.0800515 1.08 0.710051 1.71Z' fill='%23364F6B'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;*/
        font-family: 'boxicons' !important;
        font-weight: normal;
        font-style: normal;
        font-variant: normal;
        line-height: 1;
        display: inline-block;
        text-transform: none;
        speak: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\ece5";
        color: transparent;
        font-size: .5rem;
        width: 1rem;
        height: 1rem;
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-transform: translate(0.35rem, -0.025rem);
        transform: translate(0.35rem, -0.025rem);
        opacity: 1 !important;
        position: static !important;
    }

.datatable__filter {
  padding: 1.5rem;
}
.datatable__filter-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.datatable__filter-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.datatable__filter-actions .input-group {
  margin-right: .5rem;
}

.datatable__filter-search .form-inline {
  position: relative;
}
.datatable__filter-search .form-inline:before {
  content: "\F0D1";
  font-family: 'remixicon' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: .8rem;
  pointer-events: none;
  opacity: .8;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.datatable__filter-search .form-inline .form-control {
  padding-left: 2.4rem;
}

.dataTables_empty {
  opacity: .6;
  text-align: center;
}
@media (min-width: 768px) {
  .dataTables_empty {
    padding: 3rem !important;
  }
}

.swiper-custom {
  --swiper-theme-color: var(--bs-cyan-dark-500);
  --swiper-pagination-color: var(--bs-blue-dark-500);
}

.swiper-container {
  --swiper-theme-color: var(--bs-cyan-dark-500);
  --swiper-pagination-color: var(--bs-blue-dark-500);
}

.swiper-lazy {
  opacity: 0;
}
.swiper-lazy-loaded {
  opacity: 1;
}

.swiper-control {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 1rem;
}

.swiper-pagination {
  position: static !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: .5rem;
}

.swiper-button-prev, .swiper-button-next {
  position: static !important;
  width: 2rem !important;
  height: 2rem !important;
  color: var(--swiper-theme-color) !important;
  background: transparent;
  border-radius: 50%;
  margin: 0 !important;
}
.swiper-button-prev:hover, .swiper-button-next:hover {
  background: var(--bs-white);
}
.swiper-button-prev:after, .swiper-button-next:after {
  font-size: 1.7rem !important;
  font-family: 'remixicon' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.swiper-button-prev {
  left: 0 !important;
}
.swiper-button-prev:after {
  content: "\ea5f" !important;
}

.swiper-button-next {
  right: 0 !important;
}
.swiper-button-next:after {
  content: "\ea6b" !important;
}

.is-loading {
  -webkit-transition: opacity 250ms ease-in-out;
  transition: opacity 250ms ease-in-out;
  background-image: url(../img/ajax-loader.gif);
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--white);
}
.is-loading .lazy {
  opacity: 0;
}

.is-broken {
  background-image: url(../img/broken.png);
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--bs-red-100) !important;
}
.is-broken .lazy {
  opacity: 0;
}

.daterangepicker {
  position: absolute;
  background-color: #fff;
  border-radius: 0.25rem;
  border: 1px solid #D1D5DB;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 1060;
  display: none;
  font-family: var(--bs-font-sans-serif);
  font-size: .95rem;
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}

.daterangepicker:before,
.daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}

.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
  right: 9px;
}

.daterangepicker.opensleft:after {
  right: 10px;
}

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.opensright:before {
  left: 9px;
}

.daterangepicker.opensright:after {
  left: 10px;
}

.daterangepicker.drop-up {
  margin-top: -7px;
}

.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

.daterangepicker.single .daterangepicker .ranges,
.daterangepicker.single .drp-calendar {
  float: none;
}

.daterangepicker.single .drp-selected {
  display: none;
}

.daterangepicker.show-calendar .drp-calendar {
  display: block;
}

.daterangepicker.show-calendar .drp-buttons {
  display: block;
}

.daterangepicker.auto-apply .drp-buttons {
  display: none;
}

.daterangepicker .drp-calendar {
  display: none;
}

.daterangepicker .drp-calendar.right {
  padding: 1rem;
}

.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}

.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: .25rem;
}

.daterangepicker .calendar-table .next span {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.daterangepicker .calendar-table .prev span {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 2.28rem;
  width: 2.28rem;
  height: 1.7rem;
  line-height: 1.7rem;
  border-radius: .25rem;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}

.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: .25rem;
  background-color: #fff;
}

.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}

.daterangepicker td.week,
.daterangepicker th.week {
  color: #ccc;
}

.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}

.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}

.daterangepicker td.start-date {
  border-radius: .25rem 0 0 .25rem;
}

.daterangepicker td.end-date {
  border-radius: 0 .25rem .25rem 0;
}

.daterangepicker td.start-date.end-date {
  border-radius: .25rem;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: var(--bs-primary);
  border-color: transparent;
  color: #fff;
}

.daterangepicker th.month {
  width: auto;
}

.daterangepicker td.disabled,
.daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
  height: auto;
  margin: 0;
  cursor: default;
}

.daterangepicker select.monthselect {
  width: 50%;
}

.daterangepicker select.yearselect {
  margin-left: 2%;
  width: 48%;
}

.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
  width: 62px;
  margin: 0 auto;
  outline: 0;
}

.daterangepicker .calendar-time {
  text-align: center;
  margin: 0.5rem auto 0 auto;
  position: relative;
}

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 1rem;
  border-top: 1px solid #ddd;
  display: none;
  vertical-align: middle;
}

.daterangepicker .drp-selected {
  display: inline-block;
  padding-right: 8px;
}

.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
}

.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}

.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.daterangepicker .ranges li {
  padding: .57rem 1.16px;
  cursor: pointer;
}

.daterangepicker .ranges li:hover {
  background-color: #eee;
}

.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker .ranges ul {
    width: 140px;
  }

  .daterangepicker.single .ranges ul {
    width: 100%;
  }

  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }

  .daterangepicker.single .ranges,
  .daterangepicker.single .drp-calendar {
    float: left;
  }

  .daterangepicker {
    direction: ltr;
    text-align: left;
  }

  .daterangepicker .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }

  .daterangepicker .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .daterangepicker .drp-calendar.right {
    margin-left: 0;
  }

  .daterangepicker .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 1rem;
  }

  .daterangepicker .ranges,
  .daterangepicker .drp-calendar {
    float: left;
  }
}
@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }

  .daterangepicker .ranges {
    float: left;
  }

  .daterangepicker.rtl .ranges {
    float: right;
  }

  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}
html {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.label-hidden label:empty {
  display: none;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10rem;
  border-width: 2px;
  font-weight: 600;
}

.nav-tabs {
  border: 0;
}
.nav-tabs .nav-link {
  border: 0;
}
    .nav-tabs .nav-link:after {
        font-family: 'boxicons' !important;
        font-weight: normal;
        font-style: normal;
        font-variant: normal;
        line-height: 1;
        display: inline-block;
        text-transform: none;
        speak: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\ece5";
        color: transparent;
        font-size: .5rem;
        width: 1rem;
        height: 1rem;
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-transform: translate(0.35rem, -0.025rem);
        transform: translate(0.35rem, -0.025rem);
    }
    .nav-tabs .nav-link.active:after {
        content: "\ee2d";
        color: transparent;
    }

.navbar-dark .navbar-nav .nav-link {
  color: var(--bs-white);
  position: relative;
}
.navbar-dark .navbar-nav .nav-link:after {
  content: "";
  width: 0.3rem;
  height: 0.3rem;
  background: var(--bs-white);
  border-radius: 10rem;
  position: absolute;
  bottom: .125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: opacity 250ms ease-in-out 100ms;
  transition: opacity 250ms ease-in-out 100ms;
}
.navbar-dark .navbar-nav .nav-link.active:after {
  opacity: 1;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: .75rem;
  padding-left: .75rem;
}

.dropdown-toggle:after {
  margin-left: .5em;
}

.modal-content {
  border: 0;
}

.modal-footer {
  gap: .5rem;
}
.modal-footer > * {
  margin: 0;
}

.popover {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}

.popover-body {
  max-height: 50vh;
  overflow: hidden;
  overflow-y: auto;
}

.grid {
  display: grid;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: var(--bs-font-sans);
}

.table th {
  border-bottom-color: #D1D5DB !important;
  font-weight: 600;
  color: var(--bs-blue-dark-500);
  vertical-align: middle;
  white-space: nowrap;
}
.table th:not(.dt-checkboxes-cell) {
  font-size: .85rem;
}
.table td {
  border-bottom: 0 !important;
}

.fileuploader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
}
.fileuploader__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  height: 90px;
  position: relative;
  margin-bottom: 1rem;
}
.fileuploader__list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.fileuploader__items {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.fileuploader__items li {
  list-style: none;
}
.fileuploader__item {
  padding-bottom: 20%;
  width: calc(25% - 15px);
  margin-bottom: 1rem;
  margin-right: 1rem;
  list-style: none;
  position: relative;
}
.fileuploader__item:hover .fileuploader__action {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.fileuploader__item-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  border-radius: .25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: .25rem;
  background: #eee;
}
.fileuploader__item-image img {
  max-width: initial;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.fileuploader__item-image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 250ms ease-in-out;
  transition: opacity 250ms ease-in-out;
}
.fileuploader__item-image:hover::after {
  opacity: 1;
}
.fileuploader__action {
  color: var(--danger);
  padding: 0;
  margin: 0;
  line-height: 1;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.fileuploader__action-remove {
  color: var(--danger);
  padding: 0;
  line-height: 1;
}
.fileuploader__icon-remove {
  font-size: 1.28rem;
}

.actions-holder {
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  z-index: 2;
}

.fileuploader--theme-dragdrop .fileuploader__input {
  background: #FBFBFB;
  border: 2px dotted #CED4DA;
  padding: 1.42rem;
  border-radius: .25rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fileuploader--theme-dragdrop .fileuploader__input-caption {
  font-size: 1rem;
  font-weight: bold;
  pointer-events: none;
}
.fileuploader--theme-dragdrop p {
  color: #999;
}
.fileuploader--theme-dragdrop .file-extension {
  display: block;
  padding-top: 0.5rem;
  pointer-events: none;
}
.fileuploader--theme-dragdrop .fileuploader__icon-main {
  pointer-events: none;
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}
.fileuploader--theme-dragdrop .fileuploader__icon-main:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38.73' height='48' viewBox='0 0 38.73 48'%3E%3Cg id='upload_1_' data-name='upload (1)' transform='translate(-3.215)'%3E%3Cg id='Group_883' data-name='Group 883' transform='translate(15.641 18.032)'%3E%3Cpath id='Path_522' data-name='Path 522' d='M16.867,30.21h0a.721.721,0,0,1-.721-.721V13.228a.721.721,0,0,1,.721-.721h0a.721.721,0,0,1,.721.721V29.489A.721.721,0,0,1,16.867,30.21Z' transform='translate(-9.929 -12.507)' fill='%23ccc'/%3E%3Cpath id='Path_523' data-name='Path 523' d='M24.99,20.166a.724.724,0,0,1-.51-.21l-5.708-5.708-5.708,5.708a.721.721,0,1,1-1.019-1.019l6.218-6.218a.721.721,0,0,1,1.019,0L25.5,18.936a.72.72,0,0,1-.51,1.23Z' transform='translate(-11.834 -12.507)' fill='%23ccc'/%3E%3C/g%3E%3Cg id='Group_884' data-name='Group 884' transform='translate(3.215)'%3E%3Cpath id='Path_524' data-name='Path 524' d='M38.34,48H6.819a3.608,3.608,0,0,1-3.6-3.6V3.6A3.608,3.608,0,0,1,6.819,0H29.71a.721.721,0,0,1,0,1.442H6.819A2.165,2.165,0,0,0,4.657,3.6V44.4a2.165,2.165,0,0,0,2.163,2.163H38.34A2.165,2.165,0,0,0,40.5,44.4V12.549a.721.721,0,0,1,1.442,0V44.4A3.607,3.607,0,0,1,38.34,48Z' transform='translate(-3.215)' fill='%23ccc'/%3E%3Cpath id='Path_525' data-name='Path 525' d='M33.327,13.174H21.813a.721.721,0,0,1-.721-.721V.938a.721.721,0,0,1,1.442,0V11.731H33.327a.722.722,0,0,1,0,1.443Z' transform='translate(4.682 0.096)' fill='%23ccc'/%3E%3Cpath id='Path_526' data-name='Path 526' d='M33.326,13.269a.722.722,0,0,1-.516-.218L21.3,1.225a.721.721,0,1,1,1.034-1L33.844,12.047a.72.72,0,0,1-.518,1.223Z' transform='translate(4.682 0.001)' fill='%23ccc'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  content: "";
  width: 39px;
  height: 48px;
  display: block;
  margin: auto;
}

.fileuploader-dragging p {
  -webkit-transition: 500ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 500ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -webkit-transform: translateY(18px);
          transform: translateY(18px);
  opacity: 0;
  pointer-events: none;
}
.fileuploader-dragging .fileuploader__icon-main {
  -webkit-transition: 500ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 500ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -webkit-transform: translateY(18px);
          transform: translateY(18px);
  opacity: 0.7;
}
.fileuploader-dragging .fileuploader__input-caption {
  -webkit-transition: 500ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 500ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -webkit-transform: translateY(18px);
          transform: translateY(18px);
  opacity: 0.5;
  pointer-events: none;
}
.fileuploader-dragging .file-extension {
  opacity: 0.5;
}

.fileuploader--theme-avatar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3rem;
}
.fileuploader--theme-avatar .fileuploader__item-image {
  border-radius: 50%;
}
.fileuploader--theme-avatar .fileuploader__items {
  height: 100%;
}
.fileuploader--theme-avatar .fileuploader__item {
  width: 100%;
  height: 100%;
  margin: 0;
}

.validation-summary-valid {
  display: none;
}

.field-validation-error.invalid-feedback {
  display: block;
}

.field-validation-error span {
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: var(--bs-danger);
  display: block;
}

.validation-summary-errors {
  position: relative;
}
.validation-summary-errors ul {
  margin: 0;
  padding-left: 1rem;
}

.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 3;
}
@media (min-width: 992px) {
  .header {
    position: relative;
  }
}

/* ==== Sidebar ==== */
.sidebar {
  background: var(--bs-primary);
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  height: calc(100vh - 4rem);
  position: fixed;
  top: 4rem;
  z-index: 3;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}
@media (min-width: 992px) {
  .sidebar {
    width: 18rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    visibility: visible !important;
    opacity: 1;
  }
}
.sidebar.show {
  opacity: 1;
  border:0px;
  outline:none;
}
.sidebar::-webkit-scrollbar {
  width: .5rem;
  border-radius: 10rem;
}
.sidebar::-webkit-scrollbar-thumb {
  border-radius: 10rem;
  background: rgba(0, 0, 0, 0.125);
}
.sidebar::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.45);
}
.sidebar::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.025);
  border-radius: 10rem;
}
.sidebar .navbar {
  padding: 0;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.sidebar .navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 2rem;
}
.sidebar .navbar-brand > img {
  max-width: 100%;
}
.sidebar .navbar-nav {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.sidebar .navbar-nav .nav-item:first-child {
  margin-top: 1rem;
}
.sidebar .navbar-nav .nav-item.has-collapse.show > .nav-link {
  color: var(--primary);
}
.sidebar .navbar-nav .nav-item.has-collapse.show > .nav-link > .expand-icon {
  opacity: .8;
}
.sidebar .navbar-nav .nav-link {
  color: var(--bs-white);
  padding: .25rem 1.5rem;
  text-decoration: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.sidebar .navbar-nav .nav-link:hover {
  background: rgba(0, 0, 0, 0.25);
  color: var(--bs-white);
}
.sidebar .navbar-nav .nav-link:hover .nav-icon {
  color: var(--bs-white);
}
.sidebar .navbar-nav .nav-link:hover .expand-icon {
  opacity: 0.8;
}
.sidebar .navbar-nav .nav-link:hover .extarnal-link {
  opacity: .8;
}
.sidebar .navbar-nav .nav-link.active {
  background: rgba(0, 0, 0, 0.25);
  color: var(--bs-white);
}
.sidebar .navbar-nav .nav-link.active .nav-icon {
  color: var(--bs-white);
}
.sidebar .navbar-nav .nav-link.collapsed .expand-icon {
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
}

/* ==== Navbar brand ==== */
.navbar-brand-wrapper {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  min-height: 5rem;
}
@media (min-width: 992px) {
  .navbar-brand-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.navbar-brand-logo {
  display: block;
}

.navbar-brand-logo-mini {
  display: none;
}

.navbar-brand-title {
  display: none;
}

/* ==== Navbar ==== */
.navbar-wrapper {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: calc(100% - 10rem);
  overflow: auto;
}
.navbar-wrapper::-webkit-scrollbar {
  width: .5rem;
  border-radius: 10rem;
}
.navbar-wrapper::-webkit-scrollbar-thumb {
  border-radius: 10rem;
  background: rgba(0, 0, 0, 0.125);
}
.navbar-wrapper::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.45);
}
.navbar-wrapper::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.025);
  border-radius: 10rem;
}

.nav-text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 1rem;
}

.nav-icon {
  font-size: 1.25rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 2rem;
  height: 2rem;
  border-radius: .25rem;
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.nav-icon:after {
  content: "";
  background: var(--primary);
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: .05;
}
.nav-icon:before {
  z-index: 2;
}

.expand-icon {
  color: #131C26;
  font-size: 1.25rem;
  margin: 0;
  opacity: .35;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
  -webkit-transition: -webkit-transform 250ms ease;
  transition: -webkit-transform 250ms ease;
  transition: transform 250ms ease;
  transition: transform 250ms ease, -webkit-transform 250ms ease;
}

.extarnal-link {
  color: #131C26;
  opacity: .35;
}

/* ==== Sidebar Toggle ==== */
.navbar-toggle {
  --fill-color: var(--dark);
  cursor: pointer;
  opacity: .5;
}
.navbar-toggle:hover {
  opacity: 1;
}
.navbar-toggle .menu-fold {
  display: block;
}
.navbar-toggle .menu-unfold {
  display: none;
}

/* ==== Navbar Submenu ==== */
.navbar-submenu {
  position: static !important;
}
.navbar-submenu .nav {
  padding: .5rem 0 1rem;
}
.navbar-submenu .nav-item.active .nav-link {
  color: var(--primary);
}
.navbar-submenu .nav-link {
  color: var(--bs-white);
  padding-left: 4.5rem !important;
  display: block;
  text-decoration: none !important;
  position: relative;
}
.navbar-submenu .nav-link:hover::before {
  background: var(--bs-primary);
  opacity: 1;
}
.navbar-submenu .nav-link::before {
  content: "";
  position: absolute;
  width: .25rem;
  height: .25rem;
  background: #131C26;
  left: 3.25rem;
  opacity: .35;
  border-radius: 10rem;
}
.navbar-submenu .navbar-submenu .nav-link {
  padding-left: 6.5rem !important;
}
.navbar-submenu .navbar-submenu .nav-link:before {
  left: 4.25rem;
}

/* ==== Nav divider ==== */
.nav-divider {
  height: 0;
  margin: 1rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

/* ==== Sidebar footer ==== */
.navbar-footer {
  padding: .6rem 1.5rem;
  color: var(--secondary);
  font-size: 0.85rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navbar-footer a {
  color: currentColor;
  text-decoration: underline;
}
.navbar-footer a:hover {
  color: var(--primary);
}
.navbar-footer .site-poweredby-logo {
  width: 1.6rem;
  margin-right: 1rem;
}

/* ==== Sidebar Mini view ==== */
@media (min-width: 992px) {
  .sidebar--minimize .sidebar {
    width: 6rem;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    z-index: 1;
    visibility: visible !important;
    opacity: 1;
  }
  .sidebar--minimize .sidebar .navbar-brand-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: unset;
  }
  .sidebar--minimize .sidebar .navbar-brand {
    margin-right: 0;
  }
  .sidebar--minimize .sidebar .navbar-brand-logo {
    display: none;
  }
  .sidebar--minimize .sidebar .navbar-brand-logo-mini {
    display: block;
    width: 100%;
    height: 100%;
  }
  .sidebar--minimize .sidebar .navbar-toggle {
    margin-top: 1.5rem;
  }
  .sidebar--minimize .sidebar .navbar-toggle .menu-fold {
    display: none;
  }
  .sidebar--minimize .sidebar .navbar-toggle .menu-unfold {
    display: block;
  }
  .sidebar--minimize .sidebar .navbar-wrapper {
    overflow: unset;
    height: auto;
  }
  .sidebar--minimize .sidebar .navbar-wrapper .nav-item .nav-text {
    display: none;
  }
  .sidebar--minimize .sidebar .navbar-wrapper .nav-link {
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sidebar--minimize .sidebar .navbar {
    position: static;
    overflow-y: auto;
  }
  .sidebar--minimize .sidebar .navbar::-webkit-scrollbar {
    width: .5rem;
    border-radius: 10rem;
  }
  .sidebar--minimize .sidebar .navbar::-webkit-scrollbar-thumb {
    border-radius: 10rem;
    background: rgba(0, 0, 0, 0.125);
  }
  .sidebar--minimize .sidebar .navbar::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.45);
  }
  .sidebar--minimize .sidebar .navbar::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.025);
    border-radius: 10rem;
  }
  .sidebar--minimize .sidebar .expand-icon, .sidebar--minimize .sidebar .extarnal-link {
    display: none !important;
  }
  .sidebar--minimize .sidebar .nav-subheader {
    display: none;
  }
  .sidebar--minimize .sidebar .cs {
    display: none;
  }
  .sidebar--minimize .sidebar .badge {
    /*position: absolute;
    right: 1rem;
    top: 0rem;
    z-index: 10;*/
  }
  .sidebar--minimize .sidebar .navbar-submenu {
    position: absolute !important;
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
            box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    border-radius: 0.5rem;
    background: var(--white);
    z-index: 1070;
    left: calc(100% - 1rem);
    min-width: 15rem;
  }
  .sidebar--minimize .sidebar .navbar-submenu > .nav {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .sidebar--minimize .sidebar .navbar-submenu .nav-link {
    color: var(--bs-white);
    padding: 1rem 2rem !important;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .sidebar--minimize .sidebar .navbar-submenu .nav-link .nav-text {
    display: block !important;
  }
  .sidebar--minimize .sidebar .navbar-submenu .nav-link:hover {
    color: var(--white);
    background-color: var(--primary);
  }
  .sidebar--minimize .sidebar .navbar-submenu .nav-link:hover .nav-icon {
    color: var(--white);
  }
  .sidebar--minimize .sidebar .navbar-submenu .nav-link:hover .nav-icon:after {
    background: var(--white);
    opacity: .1;
  }
  .sidebar--minimize .sidebar .navbar-submenu .nav-link:before {
    display: none;
  }
  .sidebar--minimize .sidebar .navbar-submenu .nav-text {
    display: block;
  }
  .sidebar--minimize .sidebar .navbar-footer {
    display: none;
  }
  .sidebar--minimize .sidebar .identity-view-image {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sidebar--minimize .sidebar .identity-display-info {
    display: none;
  }
  .sidebar--minimize .sidebar .identity-view-action {
    display: none;
  }
}
.nav-subheader {
  color: var(--bs-white);
  padding: .25rem 2rem;
  opacity: .5;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.nav-subheader h6, .nav-subheader .h6 {
  font-family: var(--bs-font-sans-serif);
  font-size: .85rem;
}

.identity-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
.identity-view:hover {
  background-color: var(--bs-pink-600);
}

.identity-view-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: .75rem 1rem;
}

.identity-view-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
.identity-view-image a {
  padding: .68rem;
  border-radius: 0.5rem;
  text-decoration: none;
}
.identity-view-image a:hover {
  background: var(--bs-primary);
}

.identity-display-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.5rem;
  border: 2px solid var(--bs-white);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.identity-view-action {
  z-index: 1020;
}

.identity-display-name {
  font-weight: 500;
  color: var(--bs-white);
}

.identity-display-title {
  font-size: .85rem;
  color: var(--bs-white);
  opacity: .5;
}

.footer {
  background: #131C26;
  border-bottom: 4px solid var(--bs-info);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 0.72rem;
  color: #CBD5E0;
}
@media (min-width: 992px) {
  .footer {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.footer a {
  color: var(--bs-info) !important;
}
.footer a * {
  color: currentColor !important;
}
.footer .bx {
  font-size: 1.75rem;
}

.dashed-line-half {
  position: absolute;
  left: 505px;
  bottom: -36px;
  display: none;
}
@media (min-width: 1200px) {
  .dashed-line-half {
    display: block;
  }
}

.dashed-line {
  position: absolute;
  z-index: -1;
  display: none;
}
@media (min-width: 1200px) {
  .dashed-line {
    display: block;
  }
}

.dashed-line-1 {
  top: -261px;
  left: 84px;
}

.dashed-line-2 {
  top: -1086px;
  left: 48px;
}

.dashed-line-3 {
  top: -1859px;
  left: 36px;
}

/*==== Hero Banners =====*/
.hero {
  padding-top: 10rem;
  padding-bottom: 2.7rem;
  color: var(--bs-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  position: relative;
 
  overflow: hidden;
}
@media (min-width: 992px) {
  .hero {
   
  }
}
.hero .title {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 600;
}
@media (min-width: 1200px) {
  .hero .title {
    font-size: 4rem;
  }
}
.hero .excerpt {
  font-size: calc(1.303rem + 0.636vw);
  margin-bottom: 1.5rem;
}
@media (min-width: 1200px) {
  .hero .excerpt {
    font-size: 1.78rem;
  }
}
.hero .description {
  display: none;
}
.hero .photo-courtesy {
  display: none;
  position: relative;
  z-index: 1;
  margin-top: 1rem;
}
@media (min-width: 1200px) {
  .hero .photo-courtesy {
    margin: 0;
  }
}
.hero .photo-courtesy-name {
  white-space: nowrap;
  font-size: 0.72rem;
  opacity: .5;
}
@media (min-width: 1200px) {
  .hero .photo-courtesy-name {
    position: absolute;
    right: 0;
    white-space: nowrap;
  }
}
.hero .photo-courtesy-name p {
  margin: 0;
}
.hero .content-body {
  position: relative;
  z-index: 1;
}
.navbar-brand {
    top: 0;
    left: 0;
    margin-top: 20px;
    width: 150px;
    height: 150px;
    display: block;
    margin-left: 7%;
    position: absolute;
    cursor: pointer;
    object-fit: contain;
    object-position: center;
    z-index: 1;
    overflow: hidden;
}
.hero .figure {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  overflow: hidden;
}
.hero .figure-img {
  mix-blend-mode: multiply;
  -webkit-filter: grayscale(100%) blur(0);
          filter: grayscale(100%) blur(0);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin: 0;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}

/*==== Primary Banner =====*/
.hero-primary {
  background: var(--bs-primary);
}
.hero-primary .figure {
  background: var(--bs-primary);
}
.hero-primary .excerpt {
  max-width: 37rem;
}
.hero-primary .content-body {
  max-width: 40rem;
}

/*==== Secondary Banner =====*/
.hero-secondary {
  background: var(--bs-info);
  height: 30rem;
}
.hero-secondary .figure {
  background: var(--bs-info);
}
.hero-secondary .figure-img {
  -webkit-filter: grayscale(100%) blur(0.15rem);
          filter: grayscale(100%) blur(0.15rem);
}

.elevate .hero-secondary {
  background: var(--bs-warning);
}
.elevate .hero-secondary .figure {
  background: var(--bs-warning);
}
.elevate .hero-secondary .figure-img {
  -webkit-filter: grayscale(100%) blur(0.15rem);
          filter: grayscale(100%) blur(0.15rem);
}

.protect .hero-secondary {
  background: var(--bs-success);
}
.protect .hero-secondary .figure {
  background: var(--bs-success);
}
.protect .hero-secondary .figure-img {
  -webkit-filter: grayscale(100%) blur(0.15rem);
          filter: grayscale(100%) blur(0.15rem);
}

/*==== Secondary Banner =====*/
.hero-secondary {
  background: var(--bs-info);
}
.hero-secondary .figure {
  background: var(--bs-info);
}
.hero-secondary .buttons {
  display: none;
}

/*banner themed color=====*/
[theme-color="pink"] .header.bg-primary {
  background: var(--bs-pink) !important;
}
[theme-color="pink"] .hero-secondary {
  background: var(--bs-pink);
}
[theme-color="pink"] .hero-secondary .figure {
  background: var(--bs-pink);
}
[theme-color="pink"] .card-title {
  color: var(--bs-pink);
}
[theme-color="pink"] .secondary-section-2 {
  background: var(--bs-pink);
}
[theme-color="pink"] .primary-pre-footer .title {
  color: var(--bs-pink);
}
[theme-color="pink"] .bx {
  color: var(--bs-pink);
}
[theme-color="pink"] .secondary-section-2 .content-image {
  background: var(--bs-pink);
}
[theme-color="pink"] .secondary-section-3 .content-title {
  color: var(--bs-pink);
}
[theme-color="pink"] .section-get-quote .title {
  color: var(--bs-pink);
}
[theme-color="pink"] .section-get-quote .content-form .btn-primary {
  margin-top: 1rem;
  padding-right: 1rem;
  padding-left: 1rem;
  border-radius: 10rem;
}

[theme-color="yellow"] .header.bg-primary {
  background: var(--bs-warning) !important;
}
[theme-color="yellow"] .hero-secondary {
  background: var(--bs-yellow);
}
[theme-color="yellow"] .hero-secondary .figure {
  background: var(--bs-warning);
}
[theme-color="yellow"] .card-title {
  color: var(--bs-warning);
}
[theme-color="yellow"] .secondary-section-2 {
  background: var(--bs-warning);
}
[theme-color="yellow"] .primary-pre-footer .title {
  color: var(--bs-warning);
}
[theme-color="yellow"] .bx {
  color: var(--bs-warning);
}
[theme-color="yellow"] .secondary-section-2 .content-image {
  background: var(--bs-warning);
}
[theme-color="yellow"] .secondary-section-3 .content-title {
  color: var(--bs-warning);
}
[theme-color="yellow"] .section-get-quote .title {
  color: var(--bs-warning);
}
[theme-color="yellow"] .section-get-quote .content-form .btn-primary {
  margin-top: 1rem;
  padding-right: 1rem;
  padding-left: 1rem;
  border-radius: 10rem;
}

[theme-color="green"] .header.bg-primary {
  background: var(--bs-success) !important;
}
[theme-color="green"] .hero-secondary {
  background: var(--bs-success);
}
[theme-color="green"] .hero-secondary .figure {
  background: var(--bs-success);
}
[theme-color="green"] .card-title {
  color: var(--bs-success);
}
[theme-color="green"] .secondary-section-2 {
  background: var(--bs-success);
}
[theme-color="green"] .primary-pre-footer .title {
  color: var(--bs-success);
}
[theme-color="green"] .bx {
  color: var(--bs-success);
}
[theme-color="green"] .secondary-section-2 .content-image {
  background: var(--bs-success);
}
[theme-color="green"] .secondary-section-3 .content-title {
  color: var(--bs-success);
}
[theme-color="green"] .section-get-quote .title {
  color: var(--bs-success);
}
[theme-color="green"] .section-get-quote .content-form .btn-primary {
  margin-top: 1rem;
  padding-right: 1rem;
  padding-left: 1rem;
  border-radius: 10rem;
}

[theme-color="blue"] .header.bg-primary {
  background: var(--bs-info) !important;
}
[theme-color="blue"] .hero-secondary {
  background: var(--bs-info);
}
[theme-color="blue"] .hero-secondary .figure {
  background: var(--bs-info);
}
[theme-color="blue"] .card-title {
  color: var(--bs-info);
}
[theme-color="blue"] .secondary-section-2 {
  background: var(--bs-info);
}
[theme-color="blue"] .primary-pre-footer .title {
  color: var(--bs-info);
}
[theme-color="blue"] .bx {
  color: var(--bs-info);
}
[theme-color="blue"] .secondary-section-2 .content-image {
  background: var(--bs-info);
}
[theme-color="blue"] .secondary-section-3 .content-title {
  color: var(--bs-info);
}
[theme-color="blue"] .section-get-quote .title {
  color: var(--bs-info);
}
[theme-color="blue"] .section-get-quote .content-form .btn-primary {
  margin-top: 1rem;
  padding-right: 1rem;
  padding-left: 1rem;
  border-radius: 10rem;
}

.hero-secondary {
  background: var(--bs-info);
}
.hero-secondary .figure {
  background: var(--bs-info);
}
.hero-secondary .buttons {
  display: none;
}

/*==== Template Sections =====*/
/*==== Primary Template =====*/
@media (min-width: 992px) {
  .primary-section {
    overflow: hidden;
  }
}
.primary-section .title {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 600;
}
@media (min-width: 1200px) {
  .primary-section .title {
    font-size: 3rem;
  }
}
.primary-section .excerpt {
  font-size: calc(1.303rem + 0.636vw);
  margin-bottom: .5rem;
}
@media (min-width: 1200px) {
  .primary-section .excerpt {
    font-size: 1.78rem;
  }
}
.primary-section .description {
  font-family: var(--bs-font-sans);
  font-size: calc(1.259rem + 0.108vw);
}
@media (min-width: 1200px) {
  .primary-section .description {
    font-size: 1.34rem;
  }
}
@media (min-width: 992px) {
  .primary-section .description {
    margin-bottom: 9rem;
  }
}
.primary-section .content {
  padding: 3rem 0;
  position: relative;
  display: none;
}
@media (min-width: 992px) {
  .primary-section .content {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .primary-section .content-body {
    grid-column: span 6 / span 6;
  }
}
@media (min-width: 992px) {
  .primary-section .content-image {
    grid-column: span 6 / span 6;
    position: relative;
  }
}
.primary-section .figure {
  margin: 0;
}
.primary-section .figure-img {
  mix-blend-mode: multiply;
  -webkit-filter: grayscale(100%) blur(0);
          filter: grayscale(100%) blur(0);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin: 0;
}
@media (min-width: 992px) {
  .primary-section .figure-img {
    width: 22.2rem;
    height: 22.2rem;
  }
}
.primary-section .card:not(.testimonial) {
  position: static;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0;
  border: 0;
}
.primary-section .card-body {
  padding: 1.5rem;
}
@media (min-width: 992px) {
  .primary-section .card-body {
    padding: 2.5rem;
  }
}
.primary-section .testimonial {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0;
  border: 0;
}
@media (min-width: 992px) {
  .primary-section .testimonial {
    position: absolute;
    right: 0;
    z-index: 1;
    bottom: 9.5rem;
    width: 22.5rem;
  }
}
.primary-section .testimonial .card-text {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .primary-section .testimonial .card-text {
    font-size: 1.5rem;
  }
}
.primary-section .testimonial .card-title {
  font-family: var(--bs-font-sans-serif);
  font-size: calc(1.258rem + 0.096vw);
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .primary-section .testimonial .card-title {
    font-size: 1.33rem;
  }
}
.primary-section .testimonial .card-info {
  font-size: 1rem;
}

.content-md {
  display: block;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .content-md {
    display: none;
  }
}
.content-md .card {
  border-radius: none;
}
.content-md .overlay {
  position: relative;
}
.content-md .overlay .title, .content-md .overlay .excerpt, .content-md .overlay .description, .content-md .overlay .description * {
  color: var(--bs-white) !important;
}
.content-md .overlay .figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  background: var(--bs-primary);
}
.content-md .overlay .figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  mix-blend-mode: multiply;
  -webkit-filter: grayscale(100%) blur(0.15rem);
          filter: grayscale(100%) blur(0.15rem);
  margin: 0;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}
.content-md .overlay .card-body {
  position: relative;
  z-index: 1;
}
.content-md .overlay .testimonial {
  display: none;
}
.content-md .fake > p {
  display: none;
}
.content-md .fake .card {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.primary-section-1 .figure {
  background: var(--bs-info);
}
@media (min-width: 992px) {
  .primary-section-1 .figure {
    position: absolute;
    left: -3rem;
    bottom: -3rem;
  }
}
.primary-section-1 .title {
  color: var(--bs-info);
}
@media (min-width: 992px) {
  .primary-section-1 .title {
    max-width: 28rem;
  }
}
@media (min-width: 992px) {
  .primary-section-1 .excerpt {
    max-width: 28rem;
  }
}
@media (min-width: 992px) {
  .primary-section-1 .description {
    max-width: 28rem;
  }
}
@media (min-width: 992px) {
  .primary-section-1 .testimonial {
    width: 22.5rem;
  }
}
.primary-section-1 .testimonial .card-text {
  color: #131C26;
}
.primary-section-1 .testimonial .card-title {
  color: var(--bs-info);
}
.primary-section-1 .content-md .overlay .figure {
  background: var(--bs-info);
}

.primary-section-2 .figure {
  background: var(--bs-warning);
  position: absolute;
  left: 0;
  top: 0;
}
.primary-section-2 .title {
  color: var(--bs-warning);
}
@media (min-width: 992px) {
  .primary-section-2 .title {
    margin-left: 3rem;
  }
}
@media (min-width: 992px) {
  .primary-section-2 .excerpt {
    margin-left: 3rem;
  }
}
@media (min-width: 992px) {
  .primary-section-2 .description {
    margin-left: 3rem;
  }
}
@media (min-width: 992px) {
  .primary-section-2 .buttons {
    margin-left: 3rem;
  }
}
.primary-section-2 .content-body {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.primary-section-2 .content-image {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
@media (min-width: 992px) {
  .primary-section-2 .testimonial {
    left: 14%;
    width: 22.5rem;
    bottom: 6rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .primary-section-2 .testimonial {
    left: 18%;
  }
}
@media (min-width: 1400px) {
  .primary-section-2 .testimonial {
    left: 24%;
  }
}
.primary-section-2 .testimonial .card-text {
  color: #131C26;
}
.primary-section-2 .testimonial .card-title {
  color: var(--bs-warning);
}
.primary-section-2 .content-md .overlay .figure {
  background: var(--bs-warning);
}

@media (min-width: 992px) {
  .primary-section-3 .figure {
    background: var(--bs-success);
    position: absolute;
    left: -10%;
    top: 3rem;
  }
}
.primary-section-3 .title {
  color: var(--bs-success);
}
@media (min-width: 992px) {
  .primary-section-3 .title {
    max-width: 28rem;
  }
}
@media (min-width: 992px) {
  .primary-section-3 .excerpt {
    max-width: 28rem;
  }
}
@media (min-width: 992px) {
  .primary-section-3 .description {
    max-width: 28rem;
  }
}
@media (min-width: 992px) {
  .primary-section-3 .testimonial {
    bottom: 8rem;
  }
}
.primary-section-3 .testimonial .card-text {
  color: #131C26;
}
.primary-section-3 .testimonial .card-title {
  color: var(--bs-success);
}
.primary-section-3 .content-md .overlay .figure {
  background: var(--bs-success);
}

/*==== Pre Footer =====*/
.primary-pre-footer {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.primary-pre-footer .content {
  max-width: 815px;
  margin: auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.primary-pre-footer .title {
  color: var(--bs-primary);
}
.primary-pre-footer .excerpt {
  margin-bottom: 1rem;
  font-size: calc(1.258rem + 0.096vw);
}
@media (min-width: 1200px) {
  .primary-pre-footer .excerpt {
    font-size: 1.33rem;
  }
}
.primary-pre-footer .description {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  margin-top: .5rem;
  font-size: 0.72rem;
}

/*==== Secondary Sections =====*/
[data-template-name="layout-column-3"] {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
[data-template-name="layout-column-3"] .card {
  border: 0;
}
[data-template-name="layout-column-3"] .card-body {
  text-align: center;
}
[data-template-name="layout-column-3"] .row > .col-lg-4 + .col-lg-4 {
  position: relative;
}
[data-template-name="layout-column-3"] .row > .col-lg-4 + .col-lg-4:before {
  content: "";
  background: var(--bs-dark);
  opacity: .125;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: calc(100% - 3rem);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

[data-template-name="layout-column-2"] {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
[data-template-name="layout-column-2"] .card {
  border: 0;
}
[data-template-name="layout-column-2"] .card-body {
  text-align: center;
}
[data-template-name="layout-column-2"] .row > .col-lg-6 + .col-lg-6 {
  position: relative;
}
[data-template-name="layout-column-2"] .row > .col-lg-6 + .col-lg-6:before {
  content: "";
  background: var(--bs-dark);
  opacity: .125;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: calc(100% - 3rem);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*==== Different color theme in each page =====*/
.belong .card-title {
  color: var(--bs-info);
}
.belong .primary-pre-footer .title {
  color: var(--bs-info);
}
.belong .bx {
  color: var(--bs-info);
}
.belong .secondary-section-2 .content-image {
  background: var(--bs-info);
}
.belong .secondary-section-3 .content-title {
  color: var(--bs-info);
}
.belong .section-get-quote .title {
  color: var(--bs-info);
}

.elevate .card-title {
  color: var(--bs-warning);
}
.elevate .secondary-section-2 {
  background: var(--bs-warning);
}
.elevate .primary-pre-footer .title {
  color: var(--bs-warning);
}
.elevate .bx {
  color: var(--bs-warning);
}
.elevate .secondary-section-2 .content-image {
  background: var(--bs-warning);
}
.elevate .secondary-section-3 .content-title {
  color: var(--bs-warning);
}
.elevate .section-get-quote .title {
  color: var(--bs-warning);
}

.protect .card-title {
  color: var(--bs-success);
}
.protect .secondary-section-2 {
  background: var(--bs-success);
}
.protect .primary-pre-footer .title {
  color: var(--bs-success);
}
.protect .bx {
  color: var(--bs-success);
}
.protect .secondary-section-2 .content-image {
  background: var(--bs-success);
}
.protect .secondary-section-3 .content-title {
  color: var(--bs-success);
}
.protect .section-get-quote .title {
  color: var(--bs-success);
}

.secondary-section-2 {
  background: var(--bs-info);
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
}
.secondary-section-2 .content {
  position: relative;
  z-index: 1;
  color: white;
  max-width: 595px;
  margin: auto;
  margin-bottom: 3rem;
}
.secondary-section-2 .content-title {
  text-align: center;
}
.secondary-section-2 .content-text {
  text-align: center;
}
.secondary-section-2 .content-text-wrapper {
  position: relative;
  z-index: 1;
}
.secondary-section-2 .content-image {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  background: var(--bs-info);
  overflow: hidden;
}
.secondary-section-2 .content-image img {
  mix-blend-mode: multiply;
  -webkit-filter: grayscale(100%) blur(0.25rem);
          filter: grayscale(100%) blur(0.25rem);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin: 0;
}

.secondary-section-3 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
}
.secondary-section-3 .content {
  max-width: 595px;
  margin: auto;
  margin-bottom: 3rem;
}
.secondary-section-3 .content-text-wrapper {
  position: relative;
  z-index: 1;
}
.secondary-section-3 .content-title {
  text-align: center;
}
.secondary-section-3 .content-text {
  text-align: center;
}

.section-get-quote {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.section-get-quote .title {
  margin-bottom: 1rem;
}
.section-get-quote .excerpt {
  margin-bottom: 2rem;
  font-size: 1.25rem;
}
@media (min-width: 992px) {
  .section-get-quote .content-wrapper {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
.section-get-quote .content-body {
  margin-bottom: 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .section-get-quote .content-body {
    margin-bottom: 0;
    grid-column: 1/6;
  }
  .section-get-quote .content-body:after {
    content: "";
    background: url(../img/dashed-line2.svg) no-repeat;
    position: absolute;
    top: 71px;
    right: -333px;
    width: 582px;
    height: 324px;
    background-position: center;
    background-size: 28rem;
    z-index: -1;
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
}
@media (min-width: 992px) {
  .section-get-quote .content-form {
    grid-column: 9/13;
  }
}
.section-get-quote .content-form .btn-primary, [theme-color="pink"] .section-get-quote .content-form .btn-primary {
  margin-top: 1rem;
  /*@extend .btn-success;
  @extend .btn-sm;*/
  padding-right: 1rem;
  padding-left: 1rem;
  border-radius: 10rem;
}

/*==== Buttons bottom border for frontend only =====*/
.primary-section .btn, .section-get-quote .btn, .primary-pre-footer .btn, [data-template-name="layout-column-3"] .btn, .belong .btn, .elevate .btn, .protect .btn, .section-layout .btn {
  padding: .5rem 1.5rem;
}
.primary-section .btn:not(.btn-outline-light), .section-get-quote .btn:not(.btn-outline-light), .primary-pre-footer .btn:not(.btn-outline-light), [data-template-name="layout-column-3"] .btn:not(.btn-outline-light), .belong .btn:not(.btn-outline-light), .elevate .btn:not(.btn-outline-light), .protect .btn:not(.btn-outline-light), .section-layout .btn:not(.btn-outline-light) {
  border-bottom-width: 4px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.primary-section .btn:not(.btn-outline-light):focus, .section-get-quote .btn:not(.btn-outline-light):focus, .primary-pre-footer .btn:not(.btn-outline-light):focus, [data-template-name="layout-column-3"] .btn:not(.btn-outline-light):focus, .belong .btn:not(.btn-outline-light):focus, .elevate .btn:not(.btn-outline-light):focus, .protect .btn:not(.btn-outline-light):focus, .section-layout .btn:not(.btn-outline-light):focus {
  border-bottom-color: rgba(0, 0, 0, 0.05);
}

.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.pb-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #F9FAFB;
}

.pb-main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
}

.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  z-index: 2;
}

.page-header {
  padding: 1rem;
  border-bottom: 1px solid #D1D5DB;
  background: var(--bs-white);
  min-height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 992px) {
  .page-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
  }
}

.page-title {
  margin-bottom: 0;
  font-size: 1.75rem;
}

.page-body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 0;
}

.scrollbar::-webkit-scrollbar {
  width: .5rem;
}
.scrollbar::-webkit-scrollbar-thumb {
  background: #ced4da;
  border-radius: 10rem;
}
.scrollbar::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.025);
  border-radius: 10rem;
}

.bg-gradient-dark:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: black;
  background: linear-gradient(116.28deg, #000000 0%, rgba(0, 0, 0, 0) 52.17%);
}

.form-layout {
  padding-top: 2rem;
  padding-bottom: 4rem;
}

.form-layout__tabs {
  display: none;
}

.form-layout__content {
  max-width: 620px;
  margin: auto;
}

.account-management-lists .card {
  text-decoration: none;
}
.account-management-lists .card .icon-svg {
  width: 60px;
  height: 60px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.account-management-lists .card .icon-svg:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--bs-info);
  opacity: 0.1;
  border-radius: 100%;
}
.account-management-lists .card h5, .account-management-lists .card .h5 {
  color: #131C26;
}
.account-management-lists .card:hover {
  background: var(--bs-light);
}

.selectProfession > div:not(.mb-2) .custom-control i {
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 70% !important;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.selectProfession > div:not(.mb-2) .custom-control:nth-child(1) i {
  background-image: url("data:image/svg+xml,%3Csvg height='512' viewBox='0 0 512 512' width='512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m312 248h120a190.53 190.53 0 0 0 32-105.689v-22.311h-184v22.311a190.53 190.53 0 0 0 32 105.689z' fill='%23f27900'/%3E%3Cpath d='m483.84 302.24a39.974 39.974 0 0 0 -35.84-22.24h-40a8 8 0 0 1 -8-8v-56h-64v56a8 8 0 0 1 -8 8h-47.33a39.989 39.989 0 0 0 -39.19 32.01l-41.48 183.99h55.72l25.41-85.43a60.473 60.473 0 0 0 14.18 37.43l.58 48h160.11a32 32 0 0 0 32-32v-144a39.649 39.649 0 0 0 -4.16-17.76z' fill='%23fec9a3'/%3E%3Cpath d='m488 320v144a32 32 0 0 1 -32 32h-126c51.26-31.94 119.27-91.38 153.84-193.76a39.649 39.649 0 0 1 4.16 17.76z' fill='%23fec093'/%3E%3Cpath d='m440 448v48h-144l-.69-48c-19.79-23.56-18.46-57.28.69-80v-88h24l7.21 25.23a42.421 42.421 0 0 0 81.58 0l7.21-25.23h24v88c.66.78 1.3 1.58 1.91 2.39a62.071 62.071 0 0 1 -1.91 77.61z' fill='%237eb457'/%3E%3Cpath d='m400 248.493v-32.493h-64v32.263a68.743 68.743 0 0 0 27.208 7.582 71.865 71.865 0 0 0 36.792-7.352z' fill='%23feb784'/%3E%3Cpath d='m440 448v48h-122.45c40.91-25.69 88.75-65.74 124.36-125.61a62.071 62.071 0 0 1 -1.91 77.61z' fill='%2377ad50'/%3E%3Cpath d='m400.176 380.647a17.018 17.018 0 0 0 -22.915 5.1l-57.261 88.207 5.3 22.046 22.915-5.1 57.261-88.211a15.649 15.649 0 0 0 -5.3-22.042z' fill='%233d4d63'/%3E%3Cpath d='m416 448-32-16-40 8v56h112a32 32 0 0 0 32-32v-24z' fill='%23fec9a3'/%3E%3Cpath d='m440 104v64a72 72 0 0 1 -67.75 71.88 73.77 73.77 0 0 1 -9.04-.04c-38.27-2.47-67.21-35.96-67.21-74.31v-61.53a72 72 0 1 1 144 0z' fill='%23fec9a3'/%3E%3Cpath d='m440 104v64a72 72 0 0 1 -67.75 71.88 71.99 71.99 0 0 0 38.75-63.88v-88a71.775 71.775 0 0 0 -21.09-50.91c-.85-.85-1.71-1.67-2.6-2.47a72.033 72.033 0 0 1 52.69 69.38z' fill='%23fec093'/%3E%3Cpath d='m368 200a24.027 24.027 0 0 1 -24-24h16a8 8 0 0 0 16 0h16a24.027 24.027 0 0 1 -24 24z' fill='%23f7a468'/%3E%3Cpath d='m464 120v32h-24v-32a86.3 86.3 0 0 1 -26.62-20.66 83.273 83.273 0 0 1 -5.38-6.89 86.176 86.176 0 0 1 -11.31-22.39l-4.69-14.06-16.02 51.26a121.609 121.609 0 0 1 -103.98 84.74v-72a96 96 0 0 1 192 0z' fill='%23f98500'/%3E%3Cpath d='m404 152a12 12 0 1 1 12-12 12.013 12.013 0 0 1 -12 12z' fill='%237a432a'/%3E%3Cpath d='m464 120v32h-24v-32a86.3 86.3 0 0 1 -26.62-20.66 83.273 83.273 0 0 1 -5.38-6.89v-20.45a71.662 71.662 0 0 0 -15.72-44.9 96.072 96.072 0 0 1 71.72 92.9z' fill='%23f27900'/%3E%3Cpath d='m440 120h8a24 24 0 0 1 24 24 24 24 0 0 1 -24 24h-8a0 0 0 0 1 0 0v-48a0 0 0 0 1 0 0z' fill='%23feb784'/%3E%3Cpath d='m296 264v144a24.006 24.006 0 0 1 -24 24h-224c-.16 0-.32 0-.47-.01a24 24 0 0 1 -23.53-23.99v-144a24.006 24.006 0 0 1 24-24h224a24.006 24.006 0 0 1 24 24z' fill='%23e0e0de'/%3E%3Cpath d='m296 264v144a24.006 24.006 0 0 1 -24 24h-224c-.16 0-.32 0-.47-.01 68.89-28.67 170.2-86.57 223.02-191.99h1.45a24.006 24.006 0 0 1 24 24z' fill='%23d6d6d4'/%3E%3Cpath d='m128 464h96v32h-96z' fill='%23b0b0ae'/%3E%3Cpath d='m176 496h-80l32-128h64z' fill='%23bfbfbd'/%3E%3Cg fill='%23b0b0ae'%3E%3Cpath d='m48 264h32v16h-32z'/%3E%3Cpath d='m96 264h32v16h-32z'/%3E%3Cpath d='m144 264h32v16h-32z'/%3E%3Cpath d='m192 264h32v16h-32z'/%3E%3Cpath d='m240 264h32v16h-32z'/%3E%3C/g%3E%3C/svg%3E");
}
.selectProfession > div:not(.mb-2) .custom-control:nth-child(2) i {
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1_1_' enable-background='new 0 0 64 64' height='512' viewBox='0 0 64 64' width='512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m46 17h-17v12.19c0 1.781.791 3.469 2.159 4.609l4.703 2.577c.747.41 1.584.624 2.436.624h3.405c.851 0 1.689-.214 2.436-.624l4.703-2.577c1.367-1.14 2.158-2.829 2.158-4.609v-8.19z' fill='%23fce0b9'/%3E%3Cpath d='m51 21v5h1.5c1.381 0 2.5-1.119 2.5-2.5 0-1.036-.63-1.924-1.527-2.304-.299-.126-.628-.196-.973-.196z' fill='%23fce0b9'/%3E%3Cpath d='m46 17h-17v3h17l5 4v-3z' fill='%23fad3ac'/%3E%3Cellipse cx='42.75' cy='24.5' fill='%2391672c' rx='1' ry='1.5'/%3E%3Cpath d='m37.75 34c-2.068 0-3.75-1.682-3.75-3.75h1.5c0 1.241 1.009 2.25 2.25 2.25s2.25-1.009 2.25-2.25h1.5c0 2.068-1.682 3.75-3.75 3.75z' fill='%23c47c66'/%3E%3Ccircle cx='43.25' cy='24.5' fill='%23fff' r='.5'/%3E%3Cpath d='m24 43.354c-2.783 1.127-5 2.412-5 3.646l1 15h40l1-15c0-3.314-16-7-16-7h-10z' fill='%23eaca65'/%3E%3Cpath d='m24 46.354 11-3.354h10s14.12 3.254 15.829 6.395l.171-2.395c0-3.314-16-7-16-7h-10l-11 3.354c-2.783 1.127-5 2.412-5 3.646l.173 2.419c.55-1.05 2.478-2.114 4.827-3.065z' fill='%23cfb259'/%3E%3Cpath d='m44.138 36.376c-.747.41-1.584.624-2.436.624h-3.405c-.851 0-1.689-.214-2.436-.624l-.861-.472v6.096c2.761 2.761 7.239 2.761 10 0v-6.096z' fill='%23fce0b9'/%3E%3Cpath d='m45 35.904-.862.472c-.747.41-1.584.624-2.436.624h-3.405c-.851 0-1.689-.214-2.436-.624l-.861-.472v6.096c.158.158.323.304.491.444l9.509-6.158z' fill='%23fad3ac'/%3E%3Cpath d='m46 12v5l5 4h1.5c.345 0 .674.07.973.196.377-1.267.527-2.806.527-4.196 0-7.732-6.268-14-14-14-3.81 0-7.257 1.53-9.782 4h10.782c2.761 0 5 2.239 5 5z' fill='%231a326e'/%3E%3Cpath d='m46 17v-5c0-2.761-2.239-5-5-5h-14c-2.761 0-5 2.239-5 5s2.239 5 5 5h.438z' fill='%231a326e'/%3E%3Cpath d='m27 15c-2.419 0-4.436-1.718-4.899-4-.066.323-.101.657-.101 1 0 2.761 2.239 5 5 5h.438 18.562v-2h-18.562z' fill='%23172c61'/%3E%3Cpath d='m46 17 4 3.2v-5.605c0-5.115-4.147-9.262-9.262-9.262h-8.463c-.041.027-.078.059-.118.087-.691.471-1.343.997-1.939 1.58h10.782c2.761 0 5 2.239 5 5z' fill='%2313244f'/%3E%3Cpath d='m38 37h-25c-.552 0-1-.448-1-1v-14c0-.552.448-1 1-1h25c.552 0 1 .448 1 1v14c0 .552-.448 1-1 1z' fill='%23606060'/%3E%3Cpath d='m29.379 18.515c-.223-.89-1.023-1.515-1.941-1.515h-.438-4.438c-.918 0-1.718.625-1.94 1.515l-.622 2.485h10z' fill='%23606060'/%3E%3Cpath d='m35.818 54.313-3.335-12.62c-.299-1.045-.007-2.169.761-2.938.488-.488.793-1.131.861-1.818l.603-6.025c.157-1.559-1.068-2.912-2.634-2.912h-.074l-14 1h-.734c-1.203 0-2.134 1.054-1.985 2.248l.586 4.69c.083.664.492 1.242 1.09 1.541l3.206 1.603c1.208.604 2.258 1.481 3.068 2.561 1.162 1.55 1.943 3.352 2.28 5.259l2.489 15.098h23v-6z' fill='%23fce0b9'/%3E%3Cpath d='m25 36c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm0-10c1.657 0 3 1.343 3 3s-1.343 3-3 3-3-1.343-3-3 1.343-3 3-3z' fill='%23606060'/%3E%3Ccircle cx='25' cy='29' fill='%2371caf0' r='3'/%3E%3Ccircle cx='26' cy='29' fill='%23fff' r='1'/%3E%3Cpath d='m16 37c-2.209 0-4-1.791-4-4 1.381 0 1-1.119 1-2.5v-5.5-4h2v-1.265c0-.995-.732-1.839-1.717-1.98l-3.856-.551c-.852-.122-1.687.315-2.072 1.085l-2.144 4.288c-.139.278-.211.585-.211.895v12.457c0 1.326.527 2.598 1.464 3.536l3.071 3.071c.938.937 1.465 2.209 1.465 3.535v15.929h11z' fill='%23fce0b9'/%3E%3Cpath d='m25 20c-4.971 0-9 4.029-9 9 0 .149.015.293.022.44.34-.272.769-.44 1.243-.44h.735c0-3.866 3.134-7 7-7 3.527 0 6.437 2.612 6.921 6.006l.079-.006h.074c.761 0 1.437.323 1.918.83-.092-4.891-4.079-8.83-8.992-8.83z' fill='%23454545'/%3E%3Cpath d='m23 13c0-2.761 2.239-5 5-5h14c1.125 0 2.152.385 2.988 1.012-.913-1.215-2.352-2.012-3.988-2.012h-14c-2.761 0-5 2.239-5 5 0 1.636.797 3.075 2.012 3.988-.627-.836-1.012-1.863-1.012-2.988z' fill='%2321408c'/%3E%3Cpath d='m50 52h2v10h-2z' fill='%23cfb259'/%3E%3Cg fill='%23fad3ac'%3E%3Cpath d='m10 21h3v2h-3z'/%3E%3Cpath d='m10 25h3v2h-3z'/%3E%3Cpath d='m10 29h3v2h-3z'/%3E%3C/g%3E%3C/svg%3E");
}
.selectProfession > div:not(.mb-2) .custom-control:nth-child(3) i {
  background-image: url("data:image/svg+xml,%3Csvg height='512' viewBox='0 0 512 512' width='512' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Flat'%3E%3Cpath d='m328 260.5v43.5h-144v-43.5l24-4.5v-72h96v72z' fill='%23fec9a3'/%3E%3Cpath d='m432 319.83v136.17h-352v-136.16a48 48 0 0 1 39.15-47.18l88.85-16.66 48 16 48-16 88.85 16.66a47.956 47.956 0 0 1 39.15 47.17z' fill='%234d5e78'/%3E%3Cpath d='m432 319.83v136.17h-232.87c84.16-39.67 158.8-97.01 210.05-177.04a48 48 0 0 1 22.82 40.87z' fill='%2344546c'/%3E%3Cpath d='m208 256 48 184 48-184.003-48 16.003z' fill='%23b0b0ae'/%3E%3Cpath d='m304 255.997-48 16.003 36.258 29.007z' fill='%23e0e0de'/%3E%3Cpath d='m256 272-48-16 11.741 45.007z' fill='%23e0e0de'/%3E%3Cpath d='m272 378.666v-93.866l-16-12.8-16 12.8v93.867l16 61.333z' fill='%23348fd9'/%3E%3Cpath d='m192 328-8 32 72 80-48-184-32 6-24 58z' fill='%23556a8a'/%3E%3Cpath d='m320 328 8 32-72 80 48-184 32 6 24 58z' fill='%23556a8a'/%3E%3Cpath d='m144 352h16v96h-16z' fill='%23313b4c'/%3E%3Cpath d='m352 352h16v96h-16z' fill='%23313b4c'/%3E%3Cpath d='m384 368h48v72l-40-.003-48.161 6.88-7.839-54.877z' fill='%23fec9a3'/%3E%3Cpath d='m298.818 394.32 9.192 59.761-156.01 33.919h-48a24 24 0 0 1 -24-24v-56z' fill='%23404f66'/%3E%3Cpath d='m343.839 446.877-7.839 1.123-27.99 6.081-9.192-59.761 37.182-2.32z' fill='%23e0e0de'/%3E%3Cpath d='m128 368h-48v72l40-.003 48.161 6.88 7.839-54.877z' fill='%23fec9a3'/%3E%3Cpath d='m230.61 395.41-4.53 63.48-50.08-10.89-7.84-1.12 7.84-54.88z' fill='%23e0e0de'/%3E%3Cpath d='m213.181 394.324-5.181 69.676 152 24h48a24 24 0 0 0 24-24v-56z' fill='%234d5e78'/%3E%3Cpath d='m240 432h16v16h-16z' fill='%23313b4c'/%3E%3Cpath d='m272 432h16v16h-16z' fill='%23313b4c'/%3E%3Cg fill='%23feb784'%3E%3Cpath d='m304 229.567v-45.567h-48-48v45.567a71.687 71.687 0 0 0 96 0z'/%3E%3Cpath d='m328 104v48a24 24 0 0 0 0-48z'/%3E%3Cpath d='m184.405 104h-.4a24 24 0 0 0 -.005 48v-48z'/%3E%3C/g%3E%3Cpath d='m328 96v64a72.01 72.01 0 0 1 -71.56 72h-.44a72.006 72.006 0 0 1 -72-72v-64c0-39.76 32.24-64 72-64h.44c19.71.09 37.54 6.14 50.47 17.09 13.03 11.03 21.09 27.03 21.09 46.91z' fill='%23fec9a3'/%3E%3Cpath d='m328 96v64a72.01 72.01 0 0 1 -71.56 72 83.279 83.279 0 0 0 34.44-67.52v-64.97a83.26 83.26 0 0 0 -34.44-67.51c19.71.09 37.54 6.14 50.47 17.09 13.03 11.03 21.09 27.03 21.09 46.91z' fill='%23fec093'/%3E%3Ccircle cx='220' cy='116' fill='%237a432a' r='12'/%3E%3Ccircle cx='292' cy='116' fill='%237a432a' r='12'/%3E%3Cpath d='m246.891 176h-14.891v-16h14.891c10.953 0 21.554-2.516 29.078-6.906l8.062 13.812c-10.047 5.867-23.231 9.094-37.14 9.094z' fill='%23f7a468'/%3E%3Cpath d='m328 120v-32c0-26.51-17.909-48-40-48l1.408 5.068c7.842 28.232 21.055 53.888 38.592 74.932z' fill='%236e3c24'/%3E%3Cpath d='m184 120v-55.015a25.754 25.754 0 0 1 32-24.985v24s-14.463 34.956-32 56z' fill='%236e3c24'/%3E%3Cpath d='m216 64h112a40 40 0 0 0 -40-40h-33.373a54.626 54.626 0 0 0 -38.627 16z' fill='%237a432a'/%3E%3Cpath d='m261.584 24-31.04 40h20.26l31.04-40z' fill='%236e3c24'/%3E%3Cpath d='m317.826 37.584a39.9 39.9 0 0 0 -12.926-9.721l-36.777 36.137h22.824z' fill='%236e3c24'/%3E%3C/g%3E%3C/svg%3E");
}
.selectProfession > div:not(.mb-2) .custom-control:nth-child(4) i {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cpath style='fill:%236C7D87;' d='M394.685,484.734c-0.361-1.811-22.352-112.29-22.594-113.425c-2.641-12.788-9.797-22.584-20.3-28.895 c-6.296-3.798-9.871-4.403-13.954-5.658c2.87,1.003-52.627-18.393-74.99-26.209c-4.426-1.518-7.399-5.68-7.399-10.359v-22.963 c-28.723,14.362-58.843,13.455-85.578,0.408v22.555c0,4.679-2.973,8.842-7.399,10.359c-3.152,1.081,11.418-3.915-30.827,10.57 h-0.029c0.001,0.003,0.003,0.006,0.003,0.006l-0.003,0.005l-44.103,15.628c-2.036,0.601-6.058,1.788-5.802,1.712 c-10.492,3.913-19.59,11.344-24.688,21.735c-3.529,7.158-2.482,4.644-19.607,90.609c-6.341,32.836-7.741,35.228-6.948,42.564 c2.207,20.506,23.299,18.366,23.87,18.615c40.442,0,162.31,0,158.472,0c0.425,0,18.651,0,17.518,0c28.162,0,127.999,0,140.68,0 C371.233,511.915,398.822,514.015,394.685,484.734z'/%3E%3Cpath style='fill:%23566A75;' d='M56.42,484.734l22.593-123.729c-0.313,1.503,1.677-16.55,18.661-27.851 c-18.968,6.721-13.089,4.032-18.92,6.531c-11.007,4.971-19.543,13.417-23.752,25.319c-1.684,4.78-0.592,0.578-17.586,85.807 c-6.341,32.836-7.74,35.231-6.948,42.564c2.207,20.506,23.299,18.366,23.87,18.615c2.514,0,22.655,0,25.758,0 C61.922,511.991,54.069,501.363,56.42,484.734z'/%3E%3Cpath style='fill:%23DD9A5E;' d='M100.955,511.991c-14.707,0-31.647,0-46.618,0c-0.597-0.261-24.638,2.154-24.037-22.908 c0.131-5.344,0.8-5.569,7.115-38.272l0.365-1.833h63.175V511.991z'/%3E%3Cpath style='fill:%23D18C54;' d='M62.949,448.979H37.781l-0.365,1.832c-6.338,32.817-6.984,32.92-7.115,38.272 c-0.599,24.979,23.563,22.701,24.037,22.908c2.514,0,22.655,0,25.758,0c-16.739,0-24.375-8.806-24.037-22.908 C56.099,487.446,56.709,484.023,62.949,448.979z'/%3E%3Cpath style='fill:%23DD9A5E;' d='M169.87,273.671c0,64.056,0-7.297,0.001,43.155h0.027v1.542c0,10.249,6.546,19.359,16.264,22.613 c15.596,5.222,35.62,5.817,52.993,0c9.719-3.254,16.264-12.363,16.264-22.613v-1.542h0.027c0-10.039,0.001-37.785,0.001-43.155 C227.722,288.454,196.459,287.849,169.87,273.671z'/%3E%3Cpath style='fill:%23D18C54;' d='M195.662,325.39h-0.033c-0.002-53.629-0.001-35.76-0.002-39.505 c-8.89-1.782-17.559-4.842-25.758-9.214c0,64.056,0-10.297,0.001,40.155h0.027v1.542c0,10.249,6.546,19.359,16.264,22.613 c4.806,1.609,9.881,2.772,15.15,3.444C194.761,335.531,195.762,326.071,195.662,325.39z'/%3E%3Cpath style='fill:%23566A75;' d='M100.955,423.702c-4.268,0-7.728,3.459-7.728,7.728v80.561c5.36,0,9.702,0,15.455,0V431.43 C108.683,427.161,105.223,423.702,100.955,423.702z'/%3E%3Cpath style='fill:%23C6C6C6;' d='M462.833,511.991H212.658c-10.438,0-18.9-8.462-18.9-18.9l0,0c0-5.982,4.85-10.832,10.832-10.832 h266.311c5.982,0,10.832,4.85,10.832,10.832l0,0C481.733,503.529,473.271,511.991,462.833,511.991z'/%3E%3Cpath style='fill:%23B7B7B7;' d='M242.44,493.091L242.44,493.091c0-5.982,4.85-10.832,10.832-10.832H204.59 c-5.982,0-10.832,4.85-10.832,10.832v0.001c0,10.438,8.462,18.9,18.9,18.9h48.681C250.901,511.991,242.44,503.529,242.44,493.091z' /%3E%3Cpath style='fill:%23EDEDED;' d='M446.446,316.826H229.045c-6.8,0-12.364,5.564-12.364,12.364v140.705 c0,6.8,5.564,12.364,12.364,12.364h217.401c6.8,0,12.364-5.564,12.364-12.364V329.19C458.81,322.39,453.246,316.826,446.446,316.826 z'/%3E%3Cg%3E%3Cpath style='fill:%23DADADA;' d='M242.44,469.895V329.19c0-6.8,5.564-12.364,12.364-12.364h-25.758 c-6.8,0-12.364,5.564-12.364,12.364v140.705c0,6.8,5.564,12.364,12.364,12.364h25.758 C248.004,482.259,242.44,476.695,242.44,469.895z'/%3E%3Ccircle style='fill:%23DADADA;' cx='337.75' cy='399.54' r='17.859'/%3E%3C/g%3E%3Cpath style='fill:%23C6C6C6;' d='M337.754,381.698c-13.617-0.022-22.389,14.799-15.475,26.774c6.917,11.98,24.136,11.784,30.925-0.014 C339.467,408.439,330.89,393.625,337.754,381.698z'/%3E%3Cpath style='fill:%234C4846;' d='M210.329,0.122C143.77,0.376,87.577,54.712,87.577,123.744v46.85h247.279c0-44.397,0-30.37,0-70.089 c0-47.873-29.453-58.901-29.453-58.901C268.775-3.559,210.378,0.121,210.378,0.121'/%3E%3Cpath style='fill:%233D3938;' d='M227.032,0.86c-75.434-8.587-136.82,48.348-139.35,118.012c-0.195,5.009-0.064,3.135-0.105,51.722 h29.453v-46.85C117.03,59.792,165.44,7.62,227.032,0.86z'/%3E%3Cg%3E%3Cpath style='fill:%23DD9A5E;' d='M118.03,155.882c-15.508-5.526-32.343,4.751-32.343,19.745c0,14.99,16.833,25.272,32.343,19.745 V155.882z'/%3E%3Cpath style='fill:%23DD9A5E;' d='M304.403,155.882c15.508-5.526,32.343,4.751,32.343,19.745c0,14.99-16.833,25.272-32.343,19.745 V155.882z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='fill:%23D18C54;' d='M87.952,166.548c-9.059,17.197,10.014,35.974,30.078,28.825v-18.159 C106.329,181.382,93.246,176.6,87.952,166.548z'/%3E%3Cpath style='fill:%23D18C54;' d='M304.403,177.214v18.159c20.063,7.149,39.136-11.627,30.078-28.825 C330.693,173.742,316.108,181.384,304.403,177.214z'/%3E%3C/g%3E%3Cpath style='fill:%23EDAE6B;' d='M301.153,116.757c2.402,0.232,4.25,2.225,4.25,4.638c0,79.299,0.052,73.312-0.133,76.999 c-1.222,24.119-11.537,46.265-28.314,62.634c-58.791,57.322-156.895,16.67-159.846-63.736c-0.138-3.545-0.08-44.617-0.08-44.501 c0-18.467,16.389-32.557,34.667-29.918c28.787,4.155,70.806,2.541,107.47-28.799c3.767-3.22,9.485-2.18,11.891,2.153 C275.601,104.408,284.634,115.163,301.153,116.757z'/%3E%3Cpath style='fill:%23DD9A5E;' d='M142.881,197.292c-0.118-3.04-0.093-58.677-0.083-74.394c-14.377,2.157-25.767,14.5-25.767,29.893 c0-0.116-0.058,40.956,0.08,44.501c2.175,59.284,56.078,96.947,107.812,89.673C182.445,281.092,144.694,246.704,142.881,197.292z'/%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A");
}

.custom-control-grid > div:not(.mb-2) {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: .5rem;
}
.custom-control-grid > div:not(.mb-2) .custom-control {
  padding: 0;
  margin: 0;
  position: relative;
}
.custom-control-grid > div:not(.mb-2) .custom-control:hover i {
  -webkit-box-shadow: 0 0 0 2px var(--bs-gray);
          box-shadow: 0 0 0 2px var(--bs-gray);
}
.custom-control-grid > div:not(.mb-2) .custom-control-input {
  position: absolute;
  left: 0px;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-grid > div:not(.mb-2) .custom-control-input ~ i {
  width: 6.25rem;
  height: 6.25rem;
  border-radius: 10rem;
  border: 2px solid transparent;
  background-color: var(--bs-light);
  position: absolute;
  left: 50%;
  top: 1rem;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 0;
}
.custom-control-grid > div:not(.mb-2) .custom-control-input:checked ~ i {
  border-color: var(--bs-white);
  background-color: var(--bs-light);
  z-index: 1;
  -webkit-box-shadow: 0 0 0 2px var(--bs-info);
          box-shadow: 0 0 0 2px var(--bs-info);
}
.custom-control-grid > div:not(.mb-2) .custom-control-input:checked ~ .custom-control-label {
  z-index: 0;
}
.custom-control-grid > div:not(.mb-2) .custom-control-label {
  padding: 8rem .5rem .5rem .5rem;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 0.875rem;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.custom-control-grid > div:not(.mb-2) .custom-control-label:after, .custom-control-grid > div:not(.mb-2) .custom-control-label:before {
  display: none;
}

.custom-control-stacked > div:not(.mb-2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: .5rem;
}
.custom-control-stacked > div:not(.mb-2) .custom-control {
  padding: 0;
  margin: 0;
  position: relative;
}
.custom-control-stacked > div:not(.mb-2) .custom-control-input {
  position: absolute;
  left: 0px;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-stacked > div:not(.mb-2) .custom-control-input ~ i {
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 10rem;
  border: 2px solid #CBD5E0;
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  pointer-events: none;
}
.custom-control-stacked > div:not(.mb-2) .custom-control-input:checked ~ i {
  border-color: var(--bs-info);
  border-width: 4px;
  background: var(--bs-white);
  z-index: 1;
}
.custom-control-stacked > div:not(.mb-2) .custom-control-input:checked ~ .custom-control-label {
  background: #EDFEFF;
  border-color: var(--bs-info);
  z-index: 0;
}
.custom-control-stacked > div:not(.mb-2) .custom-control-label {
  padding: .75rem 1rem;
  width: 100%;
  display: block;
  border-radius: 0.5rem;
  border: 2px solid #CBD5E0;
}
.custom-control-stacked > div:not(.mb-2) .custom-control-label:after, .custom-control-stacked > div:not(.mb-2) .custom-control-label:before {
  display: none;
}

.community-lists .card {
  text-decoration: none;
}
.community-lists .card:hover {
  background: var(--bs-primary);
  color: var(--bs-white);
}

.payment-lists .card {
  text-decoration: none;
  color: var(--bs-white);
}
.payment-lists .card p {
  opacity: .5;
}
.payment-lists .card-title {
  margin-bottom: .25rem;
  font-family: var(--bs-font-sans-serif);
}
.payment-lists .card-body {
  padding: 2rem;
}
.payment-lists .card-actions {
  right: .5rem;
  top: .5rem;
}
.payment-lists .card-actions .btn {
  color: rgba(255, 255, 255, 0.5);
}
.payment-lists .card-actions.show .btn {
  background: var(--bs-primary);
  color: var(--bs-white);
}
.payment-lists .bg-blue {
  background: #007CD7;
}
.payment-lists .bg-yellow {
  background: #D7C255;
}
.payment-lists .bg-dark {
  background: #202224;
}
.payment-lists .bg-green {
  background: #53BC90;
}
.payment-lists .bg-gray {
  background: #8C8C8C;
}
.payment-lists .bg-brown {
  background: #CC6D4F;
}

.member-bundle-items .card {
  text-align: center;
  color: #131C26;
  text-decoration: none;
}

.bundle-balance {
  width: 180px;
  height: 180px;
}
.bundle-balance img {
  z-index: 0;
}

.bundle-balance-text {
  position: relative;
  z-index: 1;
}

.community-member-list .figure {
  width: 7rem;
  height: 7rem;
}
.community-member-list .figure img {
  width: inherit;
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.community-member-list .card:hover {
  background: var(--bs-light);
}

.membershipBundle > div:not(.mb-2) .custom-control {
  padding-left: 1.5rem;
}

.optionalMem > div:not(.mb-2) label:empty {
  display: none;
}

.hideSubscriptions {
  position: relative;
}
.hideSubscriptions.shadowy {
  overflow: hidden;
  pointer-events: none;
}
.hideSubscriptions.shadowy.show {
  pointer-events: all;
}
.hideSubscriptions.shadowy.show:before {
  display: none;
}
.hideSubscriptions:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 100%);
  z-index: 1;
  opacity: .65;
}
.hideSubscriptions > div {
  z-index: 0;
}

.view-details-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.view-details-link .bx {
  font-size: .5rem;
  margin-left: .5rem;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
  -webkit-transition: -webkit-transform 250ms ease-in-out;
  transition: -webkit-transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
}
.view-details-link.collapsed .bx {
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
}

.authentication .site-brand {
  margin-bottom: 3rem;
  display: inline-block;
}
.authentication__title {
  font-size: 1rem;
  font-weight: bold;
}
.authentication__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (min-width: 992px) {
  .authentication__wrapper {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.authentication__header {
  text-align: center;
  padding-bottom: 1rem;
}
.authentication__footer {
  text-align: center;
}
.authentication__image-container {
  left: -500%;
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear;
}
@media (min-width: 992px) {
  .authentication__image-container {
    width: 41%;
    left: 0;
  }
}
.authentication .content-holder {
  position: fixed;
  top: 0;
  left: -500%;
  height: 100%;
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear;
  color: #fff;
  padding: 3.5rem 2rem;
}
@media (min-width: 992px) {
  .authentication .content-holder {
    width: 41%;
    left: 0;
    padding: 7rem 4rem;
  }
}
.authentication .content-holder h1, .authentication .content-holder .h1 {
  margin-bottom: 1.5rem;
  font-weight: 300;
  font-size: calc(1.4125rem + 1.95vw);
}
@media (min-width: 1200px) {
  .authentication .content-holder h1, .authentication .content-holder .h1 {
    font-size: 2.875rem;
  }
}
@media (min-width: 992px) {
  .authentication .content-holder p {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .authentication .content-holder p {
    font-size: 18px;
  }
}
.authentication .image-holder {
  background: linear-gradient(36deg, black 0%, #C61A4E 100%);
  position: fixed;
  top: 0;
  left: -500%;
  height: 100%;
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear;
  z-index: -1;
}
@media (min-width: 992px) {
  .authentication .image-holder {
    width: 41%;
    left: 0;
  }
}
.authentication .image-holder:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../img/authentication-bg.png) no-repeat;
  background-position: center bottom;
  background-size: cover;
  opacity: .5;
}
.authentication .image-holder img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0;
}
.authentication__form {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: auto;
  margin-left: auto;
  padding-top: 4rem;
  padding-bottom: 2rem;
}
@media (min-width: 992px) {
  .authentication__form {
    width: 59%;
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media (min-width: 992px) {
  .authentication__form-container {
    max-width: 460px;
    margin-right: auto;
    margin-left: auto;
  }
}
.authentication .btn {
  height: 3.14rem;
  font-weight: bold;
  line-height: 2;
}

.signup-callout {
  margin-top: 3rem;
}

.btn-link--home {
  position: absolute;
  top: 2rem;
  right: 2rem;
  font-size: 1.71rem;
}
.btn-link--home a {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
}
.btn-link--home span {
  display: none;
}

.authentication--forgot-password .authentication__form, .authentication--reset-password .authentication__form {
  width: 100%;
}
@media (min-width: 768px) {
  .authentication--forgot-password .authentication__form, .authentication--reset-password .authentication__form {
    max-width: 460px;
  }
}

.login-helper .btn {
  display: block;
  border: 2px solid #E5E7EB;
  position: relative;
}
.login-helper .btn + .btn {
  margin-top: .5rem;
}
.login-helper .btn.btn-fb {
  background: #3B5998;
  border-color: #3B5998;
  color: #fff;
}
.login-helper .btn.btn-li {
  background: #0A66C2;
  border-color: #0A66C2;
  color: #fff;
}
.login-helper .btn svg {
  position: absolute;
  left: 1rem;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.login-helper .divider {
  position: relative;
  margin: 1.5rem 0;
  text-align: center;
}
.login-helper .divider:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 100%;
  height: 1px;
  background: #000;
  opacity: .1;
  z-index: 0;
}
.login-helper .divider span {
  background: var(--bs-white);
  display: inline-block;
  padding: .35rem .75rem;
  position: relative;
  z-index: 1;
  color: #6B7280;
}

.media-library .card {
  position: relative;
}
.media-library .card:hover .actions-holder {
  opacity: 1;
}
.media-library .card-title {
  margin-bottom: 0;
  padding: 1rem !important;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.media-library .figure {
  margin-bottom: 0;
  padding-bottom: 68%;
  overflow: hidden;
  position: relative;
  background: var(--bs-light);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.media-library .figure img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.media-library .actions-holder {
  opacity: 0;
  position: absolute;
  right: .5rem;
  top: .5rem;
  z-index: 1000;
}
.media-library .dropdown-menu {
  width: 20em;
}
.media-library .dropdown-divider {
  margin-left: 1rem;
  margin-right: 1rem;
}
.media-library .dropdown-item {
  padding: 0.75rem 2rem;
}

.media-modal .modal-body {
  padding: 0 !important;
}

.media-nav {
  background: var(--bs-light);
}
.media-nav.nav-tabs {
  border: 0;
}
.media-nav.nav-tabs .nav-link {
  border: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 2px solid transparent;
  opacity: .75;
  padding-top: .85rem;
  padding-bottom: .85rem;
  border-radius: 0;
}
.media-nav.nav-tabs .nav-link:hover {
  opacity: 1;
}
.media-nav.nav-tabs .nav-link.active {
  border-bottom-color: var(--bs-primary);
  opacity: 1;
}

.file-uploader {
  padding: 1.5rem;
}
.file-uploader-area {
  padding: 6rem 2rem;
  border: 1px dashed #ccc;
  border-radius: .25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.file-uploader-text {
  margin-bottom: .5rem;
}
.file-uploader-text-or {
  margin-bottom: .8rem;
}

.bundle_price {
    text-decoration: line-through;
    text-decoration-color: #C61A4E;
    text-decoration-thickness: 4px;
}

.ui-drag-icon {
  margin-right: .5rem;
  width: 1.5rem;
  height: 1.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent;
  border-radius: 0.5rem;
  cursor: move;
}
.ui-drag-icon:hover {
  background: var(--bs-light);
}

.accordion .drag-over {
  background: var(--bs-light);
}
.accordion .drag-over .space {
  background: #daf0f6;
  height: 1rem;
}
.accordion .accordion-header {
  position: relative;
}
.accordion .accordion-button {
  padding: 1rem;
}
.accordion .ui-drag-icon {
  position: absolute;
  left: 1rem;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-size: 1rem;
  opacity: .8;
  z-index: 1000;
}
.accordion.ui-sortable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: .25rem;
  padding: 1rem;
}
.accordion.ui-sortable .accordion-button {
  border: 1px solid #D1D5DB !important;
  background: var(--bs-white);
}
.accordion.ui-sortable .accordion-body {
  border: 1px solid #D1D5DB;
}
.accordion.ui-sortable .ui-sortable {
  margin-top: .25rem;
  margin-left: 1.5rem;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: .25rem;
  list-style: none;
}
.accordion.ui-sortable .ui-sortable .accordion-button {
  background: var(--bs-light);
}

.ui-sortable {
  margin-bottom: 0;
}
.ui-sortable.empty {
  background: var(--bs-light);
  min-height: 100px;
  line-height: 100px;
}

.ui-draggable-dragging {
  z-index: 1000;
  background: var(--bs-light);
  width: 16rem !important;
  border-radius: .25rem;
  border: 1px solid rgba(0, 0, 0, 0.125);
  opacity: .8 !important;
  max-height: 40px !important;
}

.ui-state-highlight {
  background: #daf0f6;
  display: block;
}

.nav-link.ui-draggable-dragging {
  background: var(--bs-light);
  min-width: 275px;
  border: 1px solid #D1D5DB;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.nav-item--editable {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.nav-item--editable .nav-actions {
  opacity: 0;
  position: absolute;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nav-item--editable .nav-actions > div {
  cursor: pointer;
}
.nav-item--editable .nav-actions > div + div {
  margin-left: .5rem;
}
.nav-item--editable:hover .nav-actions {
  opacity: 1;
}

.c-nav .nav-item .nav-link:hover {
  background: var(--bs-light);
}
.c-nav .nav-item .nav-link:hover .drag-icon {
  opacity: .8;
}
.c-nav .nav-item .nav-item .nav-link {
  padding-left: 3rem;
}
.c-nav .nav-link {
  cursor: move;
}
.c-nav .nav-link[aria-expanded="true"] {
  background: var(--bs-light);
}
.c-nav .nav-link[aria-expanded="true"] .nav-icon--prefix i {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.c-nav .nav-icon--prefix {
  cursor: pointer;
}
.c-nav .drag-icon {
  opacity: .25;
}

.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.line-clamp-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.line-clamp-5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

/*# sourceMappingURL=app.css.map */