/**
 * @dk/vanilla - Digikey vanilla components
 *
 * @version v0.2.13
 * @bundled 11/4/2020
 */
@charset "UTF-8";

/*// ----------------------------------------------------------------------------------------------------
//         _________     _____                 _____       _____   _____
//        /   ___   \   /____/                /____/      /    /  /    /
//       /   /  /   /  _____   ___________   _____       /    /_/    /    ___________   _____  _____
//      /   /  /   /  /    /  /   __     /  /    /      /          /     /   ___    /  /    / /    /
//     /   /  /   /  /    /  /   /  /   /  /    / ___  /         /      /   /__/   /  /    / /    /
//    /   /  /   /  /    /  /   /  /   /  /    / /__/ /    /\    \     /   _______/  /    /_/    /
//   /   /__/   /  /    /  /   /__/   /  /    /      /    / \     \   /   /______   /           /
//  /__________/  /____/  /_____     /  /____/      /____/   \_____\ /__________/  /______     /
//                       ______/    /                                             ____   /    /
//                      /          /                                             /   /__/    /
//                     /__________/                                             /___________/
//
// ----------------------------------------------------------------------------------------------------
// DIGI-KEY ELECTRONICS GLOBAL.CSS - STYLE GUIDE REMIX VERSION
// ----------------------------------------------------------------------------------------------------*/

:root {
  --red: #cc0000;
  --red--hover: #a20000;
  --red--clicked: #890000;
  --white: #fff;
  --blurple-blue: #1a1552;
  --link-blue: #221abb;
  --onyx-grey: #222222;
  --slate-grey: #444444;
  --slate-grey-lighten: #4b4b4b;
  --stone-grey: #666666;
  --rain-grey: #a4a4a4;
  --cloud-grey: #cccccc;
  --wispy-grey: #eaeaea;
  --ice-grey: #f5f5f5;
  --ice-grey-darken: #e6e6e6;
  --market-orange: #c96101;
  --info: #217ae2;
  --warn: #eec201;
  --success: #289c28;
  --error: var(--red);
}

/* CSS Document */

.m-1{
  margin: 8px !important;
}

.m-2{
  margin: 16px !important;
}

.m-3{
  margin: 24px !important;
}

.m-4{
  margin: 32px !important;
}

.m-5{
  margin: 40px !important;
}

.m-6{
  margin: 48px !important;
}

.m-auto{
  margin: auto !important;
}

.-m-1{
  margin: -8px !important;
}

.-m-2{
  margin: -16px !important;
}

.-m-3{
  margin: -24px !important;
}

.-m-4{
  margin: -32px !important;
}

.-m-5{
  margin: -40px !important;
}

.-m-6{
  margin: -48px !important;
}

.my-1{
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.mx-1{
  margin-left: 8px !important;
  margin-right: 8px !important;
}

.my-2{
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.mx-2{
  margin-left: 16px !important;
  margin-right: 16px !important;
}

.my-3{
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.mx-3{
  margin-left: 24px !important;
  margin-right: 24px !important;
}

.my-4{
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

.mx-4{
  margin-left: 32px !important;
  margin-right: 32px !important;
}

.my-5{
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.mx-5{
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.my-6{
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

.mx-6{
  margin-left: 48px !important;
  margin-right: 48px !important;
}

.my-auto{
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mx-auto{
  margin-left: auto !important;
  margin-right: auto !important;
}

.-my-1{
  margin-top: -8px !important;
  margin-bottom: -8px !important;
}

.-mx-1{
  margin-left: -8px !important;
  margin-right: -8px !important;
}

.-my-2{
  margin-top: -16px !important;
  margin-bottom: -16px !important;
}

.-mx-2{
  margin-left: -16px !important;
  margin-right: -16px !important;
}

.-my-3{
  margin-top: -24px !important;
  margin-bottom: -24px !important;
}

.-mx-3{
  margin-left: -24px !important;
  margin-right: -24px !important;
}

.-my-4{
  margin-top: -32px !important;
  margin-bottom: -32px !important;
}

.-mx-4{
  margin-left: -32px !important;
  margin-right: -32px !important;
}

.-my-5{
  margin-top: -40px !important;
  margin-bottom: -40px !important;
}

.-mx-5{
  margin-left: -40px !important;
  margin-right: -40px !important;
}

.-my-6{
  margin-top: -48px !important;
  margin-bottom: -48px !important;
}

.-mx-6{
  margin-left: -48px !important;
  margin-right: -48px !important;
}

.mt-1{
  margin-top: 8px !important;
}

.mr-1{
  margin-right: 8px !important;
}

.mb-1{
  margin-bottom: 8px !important;
}

.ml-1{
  margin-left: 8px !important;
}

.mt-2{
  margin-top: 16px !important;
}

.mr-2{
  margin-right: 16px !important;
}

.mb-2{
  margin-bottom: 16px !important;
}

.ml-2{
  margin-left: 16px !important;
}

.mt-3{
  margin-top: 24px !important;
}

.mr-3{
  margin-right: 24px !important;
}

.mb-3{
  margin-bottom: 24px !important;
}

.ml-3{
  margin-left: 24px !important;
}

.mt-4{
  margin-top: 32px !important;
}

.mr-4{
  margin-right: 32px !important;
}

.mb-4{
  margin-bottom: 32px !important;
}

.ml-4{
  margin-left: 32px !important;
}

.mt-5{
  margin-top: 40px !important;
}

.mr-5{
  margin-right: 40px !important;
}

.mb-5{
  margin-bottom: 40px !important;
}

.ml-5{
  margin-left: 40px !important;
}

.mt-6{
  margin-top: 48px !important;
}

.mr-6{
  margin-right: 48px !important;
}

.mb-6{
  margin-bottom: 48px !important;
}

.ml-6{
  margin-left: 48px !important;
}

.mt-auto{
  margin-top: auto !important;
}

.mr-auto{
  margin-right: auto !important;
}

.mb-auto{
  margin-bottom: auto !important;
}

.ml-auto{
  margin-left: auto !important;
}

.-mt-1{
  margin-top: -8px !important;
}

.-mr-1{
  margin-right: -8px !important;
}

.-mb-1{
  margin-bottom: -8px !important;
}

.-ml-1{
  margin-left: -8px !important;
}

.-mt-2{
  margin-top: -16px !important;
}

.-mr-2{
  margin-right: -16px !important;
}

.-mb-2{
  margin-bottom: -16px !important;
}

.-ml-2{
  margin-left: -16px !important;
}

.-mt-3{
  margin-top: -24px !important;
}

.-mr-3{
  margin-right: -24px !important;
}

.-mb-3{
  margin-bottom: -24px !important;
}

.-ml-3{
  margin-left: -24px !important;
}

.-mt-4{
  margin-top: -32px !important;
}

.-mr-4{
  margin-right: -32px !important;
}

.-mb-4{
  margin-bottom: -32px !important;
}

.-ml-4{
  margin-left: -32px !important;
}

.-mt-5{
  margin-top: -40px !important;
}

.-mr-5{
  margin-right: -40px !important;
}

.-mb-5{
  margin-bottom: -40px !important;
}

.-ml-5{
  margin-left: -40px !important;
}

.-mt-6{
  margin-top: -48px !important;
}

.-mr-6{
  margin-right: -48px !important;
}

.-mb-6{
  margin-bottom: -48px !important;
}

.-ml-6{
  margin-left: -48px !important;
}

.p-1{
  padding: 8px !important;
}

.p-2{
  padding: 16px !important;
}

.p-3{
  padding: 24px !important;
}

.p-4{
  padding: 32px !important;
}

.p-5{
  padding: 40px !important;
}

.p-6{
  padding: 48px !important;
}

.py-1{
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.px-1{
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.py-2{
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.px-2{
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.py-3{
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.px-3{
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.py-4{
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.px-4{
  padding-left: 32px !important;
  padding-right: 32px !important;
}

.py-5{
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.px-5{
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.py-6{
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.px-6{
  padding-left: 48px !important;
  padding-right: 48px !important;
}

.pt-1{
  padding-top: 8px !important;
}

.pr-1{
  padding-right: 8px !important;
}

.pb-1{
  padding-bottom: 8px !important;
}

.pl-1{
  padding-left: 8px !important;
}

.pt-2{
  padding-top: 16px !important;
}

.pr-2{
  padding-right: 16px !important;
}

.pb-2{
  padding-bottom: 16px !important;
}

.pl-2{
  padding-left: 16px !important;
}

.pt-3{
  padding-top: 24px !important;
}

.pr-3{
  padding-right: 24px !important;
}

.pb-3{
  padding-bottom: 24px !important;
}

.pl-3{
  padding-left: 24px !important;
}

.pt-4{
  padding-top: 32px !important;
}

.pr-4{
  padding-right: 32px !important;
}

.pb-4{
  padding-bottom: 32px !important;
}

.pl-4{
  padding-left: 32px !important;
}

.pt-5{
  padding-top: 40px !important;
}

.pr-5{
  padding-right: 40px !important;
}

.pb-5{
  padding-bottom: 40px !important;
}

.pl-5{
  padding-left: 40px !important;
}

.pt-6{
  padding-top: 48px !important;
}

.pr-6{
  padding-right: 48px !important;
}

.pb-6{
  padding-bottom: 48px !important;
}

.pl-6{
  padding-left: 48px !important;
}

.sr-only{
  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-width: 0 !important;
}

.not-sr-only{
  position: static !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

.focus\:sr-only:focus{
  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-width: 0 !important;
}

.focus\:not-sr-only:focus{
  position: static !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

.w-1{
  width: 8px !important;
}

.w-2{
  width: 16px !important;
}

.w-3{
  width: 24px !important;
}

.w-4{
  width: 32px !important;
}

.w-5{
  width: 40px !important;
}

.w-6{
  width: 48px !important;
}

.w-auto{
  width: auto !important;
}

.w-1\/2{
  width: 50% !important;
}

.w-1\/3{
  width: 33.333333% !important;
}

.w-2\/3{
  width: 66.666667% !important;
}

.w-1\/4{
  width: 25% !important;
}

.w-2\/4{
  width: 50% !important;
}

.w-3\/4{
  width: 75% !important;
}

.w-1\/5{
  width: 20% !important;
}

.w-2\/5{
  width: 40% !important;
}

.w-3\/5{
  width: 60% !important;
}

.w-4\/5{
  width: 80% !important;
}

.w-1\/6{
  width: 16.666667% !important;
}

.w-2\/6{
  width: 33.333333% !important;
}

.w-3\/6{
  width: 50% !important;
}

.w-4\/6{
  width: 66.666667% !important;
}

.w-5\/6{
  width: 83.333333% !important;
}

.w-1\/12{
  width: 8.333333% !important;
}

.w-2\/12{
  width: 16.666667% !important;
}

.w-3\/12{
  width: 25% !important;
}

.w-4\/12{
  width: 33.333333% !important;
}

.w-5\/12{
  width: 41.666667% !important;
}

.w-6\/12{
  width: 50% !important;
}

.w-7\/12{
  width: 58.333333% !important;
}

.w-8\/12{
  width: 66.666667% !important;
}

.w-9\/12{
  width: 75% !important;
}

.w-10\/12{
  width: 83.333333% !important;
}

.w-11\/12{
  width: 91.666667% !important;
}

.w-full{
  width: 100% !important;
}

.w-screen{
  width: 100vw !important;
}

.flex-1{
  flex: 1 1 0% !important;
}

.flex-auto{
  flex: 1 1 auto !important;
}

.flex-initial{
  flex: 0 1 auto !important;
}

.flex-none{
  flex: none !important;
}

.block{
  display: block !important;
}

.inline-block{
  display: inline-block !important;
}

.inline{
  display: inline !important;
}

.flex{
  display: flex !important;
}

.inline-flex{
  display: inline-flex !important;
}

.table{
  display: table !important;
}

.table-caption{
  display: table-caption !important;
}

.table-cell{
  display: table-cell !important;
}

.table-column{
  display: table-column !important;
}

.table-column-group{
  display: table-column-group !important;
}

.table-footer-group{
  display: table-footer-group !important;
}

.table-header-group{
  display: table-header-group !important;
}

.table-row-group{
  display: table-row-group !important;
}

.table-row{
  display: table-row !important;
}

.flow-root{
  display: flow-root !important;
}

.grid{
  display: -ms-grid !important;
  display: grid !important;
}

.inline-grid{
  display: -ms-inline-grid !important;
  display: inline-grid !important;
}

.contents{
  display: contents !important;
}

.hidden{
  display: none !important;
}

.flex-row{
  flex-direction: row !important;
}

.flex-row-reverse{
  flex-direction: row-reverse !important;
}

.flex-col{
  flex-direction: column !important;
}

.flex-col-reverse{
  flex-direction: column-reverse !important;
}

.items-start{
  align-items: flex-start !important;
}

.items-end{
  align-items: flex-end !important;
}

.items-center{
  align-items: center !important;
}

.items-baseline{
  align-items: baseline !important;
}

.items-stretch{
  align-items: stretch !important;
}

.justify-start{
  justify-content: flex-start !important;
}

.justify-end{
  justify-content: flex-end !important;
}

.justify-center{
  justify-content: center !important;
}

.justify-between{
  justify-content: space-between !important;
}

.justify-around{
  justify-content: space-around !important;
}

.justify-evenly{
  justify-content: space-evenly !important;
}

.text-left{
  text-align: left !important;
}

.text-center{
  text-align: center !important;
}

.text-right{
  text-align: right !important;
}

.text-justify{
  text-align: justify !important;
}

.flex-wrap{
  flex-wrap: wrap !important;
}

.flex-wrap-reverse{
  flex-wrap: wrap-reverse !important;
}

.flex-no-wrap{
  flex-wrap: nowrap !important;
}

.bg-transparent{
  background-color: transparent !important;
}

.bg-current{
  background-color: currentColor !important;
}

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

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

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

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

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

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

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

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

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

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

.bg-gray-900{
  background-color: #1a202c !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-orange-800{
  background-color: #9c4221 !important;
}

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

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

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

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

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

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

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

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

.bg-yellow-800{
  background-color: #975a16 !important;
}

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

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

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

.bg-green-300{
  background-color: #9ae6b4 !important;
}

.bg-green-400{
  background-color: #68d391 !important;
}

.bg-green-500{
  background-color: #48bb78 !important;
}

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

.bg-green-700{
  background-color: #2f855a !important;
}

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

.bg-green-900{
  background-color: #22543d !important;
}

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

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

.bg-teal-300{
  background-color: #81e6d9 !important;
}

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

.bg-teal-500{
  background-color: #38b2ac !important;
}

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

.bg-teal-700{
  background-color: #2c7a7b !important;
}

.bg-teal-800{
  background-color: #285e61 !important;
}

.bg-teal-900{
  background-color: #234e52 !important;
}

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

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

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

.bg-blue-400{
  background-color: #63b3ed !important;
}

.bg-blue-500{
  background-color: #4299e1 !important;
}

.bg-blue-600{
  background-color: #3182ce !important;
}

.bg-blue-700{
  background-color: #2b6cb0 !important;
}

.bg-blue-800{
  background-color: #2c5282 !important;
}

.bg-blue-900{
  background-color: #2a4365 !important;
}

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

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

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

.bg-indigo-400{
  background-color: #7f9cf5 !important;
}

.bg-indigo-500{
  background-color: #667eea !important;
}

.bg-indigo-600{
  background-color: #5a67d8 !important;
}

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

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

.bg-indigo-900{
  background-color: #3c366b !important;
}

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

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

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

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

.bg-purple-500{
  background-color: #9f7aea !important;
}

.bg-purple-600{
  background-color: #805ad5 !important;
}

.bg-purple-700{
  background-color: #6b46c1 !important;
}

.bg-purple-800{
  background-color: #553c9a !important;
}

.bg-purple-900{
  background-color: #44337a !important;
}

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

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

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

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

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

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

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

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

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

.hover\:bg-transparent:hover{
  background-color: transparent !important;
}

.hover\:bg-current:hover{
  background-color: currentColor !important;
}

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

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

.hover\:bg-gray-100:hover{
  background-color: #f7fafc !important;
}

.hover\:bg-gray-200:hover{
  background-color: #edf2f7 !important;
}

.hover\:bg-gray-300:hover{
  background-color: #e2e8f0 !important;
}

.hover\:bg-gray-400:hover{
  background-color: #cbd5e0 !important;
}

.hover\:bg-gray-500:hover{
  background-color: #a0aec0 !important;
}

.hover\:bg-gray-600:hover{
  background-color: #718096 !important;
}

.hover\:bg-gray-700:hover{
  background-color: #4a5568 !important;
}

.hover\:bg-gray-800:hover{
  background-color: #2d3748 !important;
}

.hover\:bg-gray-900:hover{
  background-color: #1a202c !important;
}

.hover\:bg-red-100:hover{
  background-color: #fff5f5 !important;
}

.hover\:bg-red-200:hover{
  background-color: #fed7d7 !important;
}

.hover\:bg-red-300:hover{
  background-color: #feb2b2 !important;
}

.hover\:bg-red-400:hover{
  background-color: #fc8181 !important;
}

.hover\:bg-red-500:hover{
  background-color: #f56565 !important;
}

.hover\:bg-red-600:hover{
  background-color: #e53e3e !important;
}

.hover\:bg-red-700:hover{
  background-color: #c53030 !important;
}

.hover\:bg-red-800:hover{
  background-color: #9b2c2c !important;
}

.hover\:bg-red-900:hover{
  background-color: #742a2a !important;
}

.hover\:bg-orange-100:hover{
  background-color: #fffaf0 !important;
}

.hover\:bg-orange-200:hover{
  background-color: #feebc8 !important;
}

.hover\:bg-orange-300:hover{
  background-color: #fbd38d !important;
}

.hover\:bg-orange-400:hover{
  background-color: #f6ad55 !important;
}

.hover\:bg-orange-500:hover{
  background-color: #ed8936 !important;
}

.hover\:bg-orange-600:hover{
  background-color: #dd6b20 !important;
}

.hover\:bg-orange-700:hover{
  background-color: #c05621 !important;
}

.hover\:bg-orange-800:hover{
  background-color: #9c4221 !important;
}

.hover\:bg-orange-900:hover{
  background-color: #7b341e !important;
}

.hover\:bg-yellow-100:hover{
  background-color: #fffff0 !important;
}

.hover\:bg-yellow-200:hover{
  background-color: #fefcbf !important;
}

.hover\:bg-yellow-300:hover{
  background-color: #faf089 !important;
}

.hover\:bg-yellow-400:hover{
  background-color: #f6e05e !important;
}

.hover\:bg-yellow-500:hover{
  background-color: #ecc94b !important;
}

.hover\:bg-yellow-600:hover{
  background-color: #d69e2e !important;
}

.hover\:bg-yellow-700:hover{
  background-color: #b7791f !important;
}

.hover\:bg-yellow-800:hover{
  background-color: #975a16 !important;
}

.hover\:bg-yellow-900:hover{
  background-color: #744210 !important;
}

.hover\:bg-green-100:hover{
  background-color: #f0fff4 !important;
}

.hover\:bg-green-200:hover{
  background-color: #c6f6d5 !important;
}

.hover\:bg-green-300:hover{
  background-color: #9ae6b4 !important;
}

.hover\:bg-green-400:hover{
  background-color: #68d391 !important;
}

.hover\:bg-green-500:hover{
  background-color: #48bb78 !important;
}

.hover\:bg-green-600:hover{
  background-color: #38a169 !important;
}

.hover\:bg-green-700:hover{
  background-color: #2f855a !important;
}

.hover\:bg-green-800:hover{
  background-color: #276749 !important;
}

.hover\:bg-green-900:hover{
  background-color: #22543d !important;
}

.hover\:bg-teal-100:hover{
  background-color: #e6fffa !important;
}

.hover\:bg-teal-200:hover{
  background-color: #b2f5ea !important;
}

.hover\:bg-teal-300:hover{
  background-color: #81e6d9 !important;
}

.hover\:bg-teal-400:hover{
  background-color: #4fd1c5 !important;
}

.hover\:bg-teal-500:hover{
  background-color: #38b2ac !important;
}

.hover\:bg-teal-600:hover{
  background-color: #319795 !important;
}

.hover\:bg-teal-700:hover{
  background-color: #2c7a7b !important;
}

.hover\:bg-teal-800:hover{
  background-color: #285e61 !important;
}

.hover\:bg-teal-900:hover{
  background-color: #234e52 !important;
}

.hover\:bg-blue-100:hover{
  background-color: #ebf8ff !important;
}

.hover\:bg-blue-200:hover{
  background-color: #bee3f8 !important;
}

.hover\:bg-blue-300:hover{
  background-color: #90cdf4 !important;
}

.hover\:bg-blue-400:hover{
  background-color: #63b3ed !important;
}

.hover\:bg-blue-500:hover{
  background-color: #4299e1 !important;
}

.hover\:bg-blue-600:hover{
  background-color: #3182ce !important;
}

.hover\:bg-blue-700:hover{
  background-color: #2b6cb0 !important;
}

.hover\:bg-blue-800:hover{
  background-color: #2c5282 !important;
}

.hover\:bg-blue-900:hover{
  background-color: #2a4365 !important;
}

.hover\:bg-indigo-100:hover{
  background-color: #ebf4ff !important;
}

.hover\:bg-indigo-200:hover{
  background-color: #c3dafe !important;
}

.hover\:bg-indigo-300:hover{
  background-color: #a3bffa !important;
}

.hover\:bg-indigo-400:hover{
  background-color: #7f9cf5 !important;
}

.hover\:bg-indigo-500:hover{
  background-color: #667eea !important;
}

.hover\:bg-indigo-600:hover{
  background-color: #5a67d8 !important;
}

.hover\:bg-indigo-700:hover{
  background-color: #4c51bf !important;
}

.hover\:bg-indigo-800:hover{
  background-color: #434190 !important;
}

.hover\:bg-indigo-900:hover{
  background-color: #3c366b !important;
}

.hover\:bg-purple-100:hover{
  background-color: #faf5ff !important;
}

.hover\:bg-purple-200:hover{
  background-color: #e9d8fd !important;
}

.hover\:bg-purple-300:hover{
  background-color: #d6bcfa !important;
}

.hover\:bg-purple-400:hover{
  background-color: #b794f4 !important;
}

.hover\:bg-purple-500:hover{
  background-color: #9f7aea !important;
}

.hover\:bg-purple-600:hover{
  background-color: #805ad5 !important;
}

.hover\:bg-purple-700:hover{
  background-color: #6b46c1 !important;
}

.hover\:bg-purple-800:hover{
  background-color: #553c9a !important;
}

.hover\:bg-purple-900:hover{
  background-color: #44337a !important;
}

.hover\:bg-pink-100:hover{
  background-color: #fff5f7 !important;
}

.hover\:bg-pink-200:hover{
  background-color: #fed7e2 !important;
}

.hover\:bg-pink-300:hover{
  background-color: #fbb6ce !important;
}

.hover\:bg-pink-400:hover{
  background-color: #f687b3 !important;
}

.hover\:bg-pink-500:hover{
  background-color: #ed64a6 !important;
}

.hover\:bg-pink-600:hover{
  background-color: #d53f8c !important;
}

.hover\:bg-pink-700:hover{
  background-color: #b83280 !important;
}

.hover\:bg-pink-800:hover{
  background-color: #97266d !important;
}

.hover\:bg-pink-900:hover{
  background-color: #702459 !important;
}

.focus\:bg-transparent:focus{
  background-color: transparent !important;
}

.focus\:bg-current:focus{
  background-color: currentColor !important;
}

.focus\:bg-black:focus{
  background-color: #000 !important;
}

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

.focus\:bg-gray-100:focus{
  background-color: #f7fafc !important;
}

.focus\:bg-gray-200:focus{
  background-color: #edf2f7 !important;
}

.focus\:bg-gray-300:focus{
  background-color: #e2e8f0 !important;
}

.focus\:bg-gray-400:focus{
  background-color: #cbd5e0 !important;
}

.focus\:bg-gray-500:focus{
  background-color: #a0aec0 !important;
}

.focus\:bg-gray-600:focus{
  background-color: #718096 !important;
}

.focus\:bg-gray-700:focus{
  background-color: #4a5568 !important;
}

.focus\:bg-gray-800:focus{
  background-color: #2d3748 !important;
}

.focus\:bg-gray-900:focus{
  background-color: #1a202c !important;
}

.focus\:bg-red-100:focus{
  background-color: #fff5f5 !important;
}

.focus\:bg-red-200:focus{
  background-color: #fed7d7 !important;
}

.focus\:bg-red-300:focus{
  background-color: #feb2b2 !important;
}

.focus\:bg-red-400:focus{
  background-color: #fc8181 !important;
}

.focus\:bg-red-500:focus{
  background-color: #f56565 !important;
}

.focus\:bg-red-600:focus{
  background-color: #e53e3e !important;
}

.focus\:bg-red-700:focus{
  background-color: #c53030 !important;
}

.focus\:bg-red-800:focus{
  background-color: #9b2c2c !important;
}

.focus\:bg-red-900:focus{
  background-color: #742a2a !important;
}

.focus\:bg-orange-100:focus{
  background-color: #fffaf0 !important;
}

.focus\:bg-orange-200:focus{
  background-color: #feebc8 !important;
}

.focus\:bg-orange-300:focus{
  background-color: #fbd38d !important;
}

.focus\:bg-orange-400:focus{
  background-color: #f6ad55 !important;
}

.focus\:bg-orange-500:focus{
  background-color: #ed8936 !important;
}

.focus\:bg-orange-600:focus{
  background-color: #dd6b20 !important;
}

.focus\:bg-orange-700:focus{
  background-color: #c05621 !important;
}

.focus\:bg-orange-800:focus{
  background-color: #9c4221 !important;
}

.focus\:bg-orange-900:focus{
  background-color: #7b341e !important;
}

.focus\:bg-yellow-100:focus{
  background-color: #fffff0 !important;
}

.focus\:bg-yellow-200:focus{
  background-color: #fefcbf !important;
}

.focus\:bg-yellow-300:focus{
  background-color: #faf089 !important;
}

.focus\:bg-yellow-400:focus{
  background-color: #f6e05e !important;
}

.focus\:bg-yellow-500:focus{
  background-color: #ecc94b !important;
}

.focus\:bg-yellow-600:focus{
  background-color: #d69e2e !important;
}

.focus\:bg-yellow-700:focus{
  background-color: #b7791f !important;
}

.focus\:bg-yellow-800:focus{
  background-color: #975a16 !important;
}

.focus\:bg-yellow-900:focus{
  background-color: #744210 !important;
}

.focus\:bg-green-100:focus{
  background-color: #f0fff4 !important;
}

.focus\:bg-green-200:focus{
  background-color: #c6f6d5 !important;
}

.focus\:bg-green-300:focus{
  background-color: #9ae6b4 !important;
}

.focus\:bg-green-400:focus{
  background-color: #68d391 !important;
}

.focus\:bg-green-500:focus{
  background-color: #48bb78 !important;
}

.focus\:bg-green-600:focus{
  background-color: #38a169 !important;
}

.focus\:bg-green-700:focus{
  background-color: #2f855a !important;
}

.focus\:bg-green-800:focus{
  background-color: #276749 !important;
}

.focus\:bg-green-900:focus{
  background-color: #22543d !important;
}

.focus\:bg-teal-100:focus{
  background-color: #e6fffa !important;
}

.focus\:bg-teal-200:focus{
  background-color: #b2f5ea !important;
}

.focus\:bg-teal-300:focus{
  background-color: #81e6d9 !important;
}

.focus\:bg-teal-400:focus{
  background-color: #4fd1c5 !important;
}

.focus\:bg-teal-500:focus{
  background-color: #38b2ac !important;
}

.focus\:bg-teal-600:focus{
  background-color: #319795 !important;
}

.focus\:bg-teal-700:focus{
  background-color: #2c7a7b !important;
}

.focus\:bg-teal-800:focus{
  background-color: #285e61 !important;
}

.focus\:bg-teal-900:focus{
  background-color: #234e52 !important;
}

.focus\:bg-blue-100:focus{
  background-color: #ebf8ff !important;
}

.focus\:bg-blue-200:focus{
  background-color: #bee3f8 !important;
}

.focus\:bg-blue-300:focus{
  background-color: #90cdf4 !important;
}

.focus\:bg-blue-400:focus{
  background-color: #63b3ed !important;
}

.focus\:bg-blue-500:focus{
  background-color: #4299e1 !important;
}

.focus\:bg-blue-600:focus{
  background-color: #3182ce !important;
}

.focus\:bg-blue-700:focus{
  background-color: #2b6cb0 !important;
}

.focus\:bg-blue-800:focus{
  background-color: #2c5282 !important;
}

.focus\:bg-blue-900:focus{
  background-color: #2a4365 !important;
}

.focus\:bg-indigo-100:focus{
  background-color: #ebf4ff !important;
}

.focus\:bg-indigo-200:focus{
  background-color: #c3dafe !important;
}

.focus\:bg-indigo-300:focus{
  background-color: #a3bffa !important;
}

.focus\:bg-indigo-400:focus{
  background-color: #7f9cf5 !important;
}

.focus\:bg-indigo-500:focus{
  background-color: #667eea !important;
}

.focus\:bg-indigo-600:focus{
  background-color: #5a67d8 !important;
}

.focus\:bg-indigo-700:focus{
  background-color: #4c51bf !important;
}

.focus\:bg-indigo-800:focus{
  background-color: #434190 !important;
}

.focus\:bg-indigo-900:focus{
  background-color: #3c366b !important;
}

.focus\:bg-purple-100:focus{
  background-color: #faf5ff !important;
}

.focus\:bg-purple-200:focus{
  background-color: #e9d8fd !important;
}

.focus\:bg-purple-300:focus{
  background-color: #d6bcfa !important;
}

.focus\:bg-purple-400:focus{
  background-color: #b794f4 !important;
}

.focus\:bg-purple-500:focus{
  background-color: #9f7aea !important;
}

.focus\:bg-purple-600:focus{
  background-color: #805ad5 !important;
}

.focus\:bg-purple-700:focus{
  background-color: #6b46c1 !important;
}

.focus\:bg-purple-800:focus{
  background-color: #553c9a !important;
}

.focus\:bg-purple-900:focus{
  background-color: #44337a !important;
}

.focus\:bg-pink-100:focus{
  background-color: #fff5f7 !important;
}

.focus\:bg-pink-200:focus{
  background-color: #fed7e2 !important;
}

.focus\:bg-pink-300:focus{
  background-color: #fbb6ce !important;
}

.focus\:bg-pink-400:focus{
  background-color: #f687b3 !important;
}

.focus\:bg-pink-500:focus{
  background-color: #ed64a6 !important;
}

.focus\:bg-pink-600:focus{
  background-color: #d53f8c !important;
}

.focus\:bg-pink-700:focus{
  background-color: #b83280 !important;
}

.focus\:bg-pink-800:focus{
  background-color: #97266d !important;
}

.focus\:bg-pink-900:focus{
  background-color: #702459 !important;
}

.shadow-xs{
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
}

.shadow-sm{
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
}

.shadow{
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
}

.shadow-md{
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
}

.shadow-lg{
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
}

.shadow-xl{
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
}

.shadow-2xl{
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
}

.shadow-inner{
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
}

.shadow-outline{
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
}

.shadow-none{
  box-shadow: none !important;
}

.hover\:shadow-xs:hover{
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
}

.hover\:shadow-sm:hover{
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
}

.hover\:shadow:hover{
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
}

.hover\:shadow-md:hover{
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
}

.hover\:shadow-lg:hover{
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
}

.hover\:shadow-xl:hover{
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
}

.hover\:shadow-2xl:hover{
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
}

.hover\:shadow-inner:hover{
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
}

.hover\:shadow-outline:hover{
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
}

.hover\:shadow-none:hover{
  box-shadow: none !important;
}

.focus\:shadow-xs:focus{
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
}

.focus\:shadow-sm:focus{
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
}

.focus\:shadow:focus{
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
}

.focus\:shadow-md:focus{
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
}

.focus\:shadow-lg:focus{
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
}

.focus\:shadow-xl:focus{
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
}

.focus\:shadow-2xl:focus{
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
}

.focus\:shadow-inner:focus{
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
}

.focus\:shadow-outline:focus{
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
}

.focus\:shadow-none:focus{
  box-shadow: none !important;
}

.visually-hidden:not(:focus):not(:active) {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
  /* added line */
}

.dk-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: Arial, Helvetica, sans-serif, "dk";
  font-size: 12px;
  /*14px*/
}

body {
  min-width: 320px;
}

body.gray {
  background-color: #eee;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #222222;
  color: var(--onyx-grey);
  font-weight: 600;
  /*
  padding-bottom: 1rem;
  padding-top: 0.5rem;
  margin: 0;
  line-height: 1.5;
  */
}

h1,
.h1 {
  font-size: 18px;
  /* color: var(--onyx-grey);
     font-size: 2.35rem;
     font-weight: normal;
     line-height: 1.5;
     */
}

h2,
.h2 {
  font-size: 14px;
  /*  color: var(--onyx-grey);
   font-size: 1.8rem;
   font-weight: 600;
   line-height: 1.2;*/
}

h3,
.h3 {
  font-size: 12px;
  /*color: var(--onyx-grey);
   font-size: 1.35rem;
   font-weight: 600;
   */
}

h4,
.h4 {
  font-size: 12px;
  /* color: var(--onyx-grey);
  font-size: 1.2rem;
  font-weight: normal;*/
}

h5,
.h5 {
  font-size: 12px;
  /*color: var(--onyx-grey);
  font-size: 1rem;
  font-weight: 600;*/
}

h6,
.h6 {
  font-size: 12px;
  /*color: var(--onyx-grey);
  font-size: 0.9rem;
  font-weight: 600;
  */
}

p {
  color: #444444;
  color: var(--slate-grey);
  /*
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1rem;
  */
}

.dk-text-lg,
.dk-text--lg {
  font-size: 16px !important;
  line-height: 22px !important;
}

b,
strong,
.dk-bold,
.dk-strong {
  font-weight: 600;
}

i,
em,
.dk-italic {
  font-style: italic;
}

.dk-uppercase {
  text-transform: uppercase;
}

.dk-overline {
  text-decoration: overline;
}

.dk-text-marketplace {
  text-transform: uppercase;
  font-weight: bold;
  font-stretch: extra-condensed;
  color: #c96101;
  color: var(--market-orange);
  border-top: solid 0.09em #c96101;
  border-top: solid 0.09em var(--market-orange);
  border-bottom: solid 0.09em #c96101;
  border-bottom: solid 0.09em var(--market-orange);
}

.dk-font-size--marketing h1,
.dk-font-size--marketing .h1 {
  font-size: 32px;
}

.dk-font-size--marketing h2,
.dk-font-size--marketing .h2 {
  font-size: 28px;
}

.dk-font-size--marketing h3,
.dk-font-size--marketing .h3 {
  font-size: 22px;
}

.dk-font-size--marketing h4,
.dk-font-size--marketing .h4 {
  font-size: 18px;
}

.dk-font-size--marketing h5,
.dk-font-size--marketing .h5 {
  font-size: 16px;
}

.dk-font-size--marketing h6,
.dk-font-size--marketing .h6 {
  font-size: 12px;
}

.dk-font-size--marketing span,
.dk-font-size--marketing div,
.dk-font-size--marketing p,
.dk-font-size--marketing .p {
  color: #222222;
  color: var(--onyx-grey);
  font-size: 14px;
}

.dk-font-size--marketing h1,
.dk-font-size--marketing .h1 {
  font-size: 32px;
}

.dk-font-size--marketing h2,
.dk-font-size--marketing .h2 {
  font-size: 28px;
}

.dk-font-size--marketing h3,
.dk-font-size--marketing .h3 {
  font-size: 22px;
}

.dk-font-size--marketing h4,
.dk-font-size--marketing .h4 {
  font-size: 18px;
}

.dk-font-size--marketing h5,
.dk-font-size--marketing .h5 {
  font-size: 16px;
}

.dk-font-size--marketing h6,
.dk-font-size--marketing .h6 {
  font-size: 12px;
}

.dk-font-size--marketing span,
.dk-font-size--marketing div,
.dk-font-size--marketing p,
.dk-font-size--marketing .p {
  color: #222222;
  color: var(--onyx-grey);
  font-size: 14px;
}

.headline-border,
.dk-headline-border {
  border-bottom: solid 1px #666666;
  padding-bottom: 3px;
}

sup,
sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}

sub {
  top: 0.4em;
}

.rtl {
  direction: rtl;
}

.clear {
  height: 0px;
  font-size: 1px;
  margin: 0px;
  padding: 0px;
  line-height: 0px;
  clear: both;
}

.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

.hidden {
  display: none !important;
}

a img,
img[usemap] {
  border: none;
}

.no-wrap {
  white-space: nowrap;
}

.red,
.error {
  color: #cc0000;
}

blockquote {
  background-color: #eee;
  border: solid 1px #ccc;
  padding: 0 10px;
  border-left-width: 5px;
  clear: both;
  margin: 15px;
}

.rtl blockquote {
  border-left-width: 0px;
  border-right-width: 5px;
}

.dk-link,
a.link {
  cursor: pointer;
  color: #221abb;
  font-weight: bold;
  text-decoration: none;
}

.dk-link:hover,
a.link:hover {
  text-decoration: underline;
}

/* SUBHEADER & BREADCRUMBS - Might be unused */

.subheader {
  white-space: nowrap;
  height: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.sublogo__text,
.sublogo__text a {
  font-weight: bold;
  font-size: 16px;
  color: #000;
  text-decoration: none;
}

.sublogo__text {
  padding: 5px 0 2px 20px;
}

.rtl .sublogo__text {
  padding: 5px 20px 2px 0;
}

.sublogo__text span {
  color: #ce2828;
}

.breadcrumbs {
  max-width: 1160px;
  font-size: 10px;
  color: #666666;
  padding: 5px 20px 0px 20px;
  margin: 0 auto;
}

.content-column div#breadcrumbs {
  margin-bottom: 15px;
  padding: 0;
}

.subheader + #content .breadcrumbs {
  padding-top: 5px;
}

.breadcrumbs a {
  color: #333333;
}

/* Layouts */

.layout-onecolumn,
.layout-twocolumn,
.layout-threecolumn {
  max-width: 1160px;
  padding: 20px 20px 25px 20px;
  margin: 0px auto;
}

.content-column {
  z-index: 0;
}

.layout-twocolumn .content-column {
  width: 100%;
  display: table;
  table-layout: fixed;
}

.layout-twocolumn #leftColumn,
.layout-threecolumn .left-column,
.layout-threecolumn .content-column {
  display: table-cell;
  vertical-align: top;
}

.layout-twocolumn #rightColumn,
.layout-threecolumn > .right-column {
  width: 275px;
  display: table-cell;
  padding-left: 20px;
  vertical-align: top;
}

.rtl .layout-twocolumn #rightColumn,
.rtl .layout-threecolumn > .right-column {
  padding-left: 0px;
  padding-right: 20px;
}

.layout-twocolumn.left-nav #leftColumn {
  width: 275px;
  padding-right: 20px;
}

.rtl .layout-twocolumn.left-nav #leftColumn {
  padding-right: 0px;
}

.layout-twocolumn.left-nav #rightColumn {
  width: auto;
}

.layout-onecolumn:after,
.layout-twocolumn:after,
.layout-threecolumn:after {
  content: "";
  display: block;
  clear: both;
  height: 20px;
}

.full-bleed, .full-bleed--gray, .full-bleed--grey, .full-bleed--white {
  box-sizing: border-box;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}

.full-bleed:before, .full-bleed--gray:before, .full-bleed--grey:before, .full-bleed--white:before {
  content: "";
  display: block;
  box-sizing: border-box;
  height: 100%;
  position: absolute;
  top: 0px;
  z-index: -1;
  width: calc(100vw - 10px);
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.full-bleed--gray:before, .full-bleed--grey:before {
  background-color: #eaeaea;
  background-color: var(--wispy-grey);
}

.full-bleed--white:before {
  background-color: #fff;
}

@media (max-width: 768px) {
  .layout-twocolumn .content-column {
    display: block;
  }

  .layout-twocolumn #leftColumn,
  .layout-twocolumn.left-nav #leftColumn,
  .layout-twocolumn #rightColumn {
    display: block;
    width: 100%;
    padding: 0px;
    margin-bottom: 15px;
  }

  .rtl .layout-twocolumn #rightColumn {
    padding: 0px;
  }
}

/* COMPONENTS */

/* Nav Style */

.dk-nav, .dk-nav--underline {
  display: inline-flex;
  box-sizing: border-box;
}

.dk-nav a.dk-nav__link, .dk-nav--underline a.dk-nav__link {
  position: relative;
  box-sizing: border-box;
  margin-right: 28px;
  margin-bottom: -2px;
  white-space: nowrap;
  cursor: pointer;
  color: #222222;
  color: var(--onyx-grey);
  padding: 4px;
  line-height: 1;
  padding-bottom: 18px;
  border-bottom: 3px solid transparent;
  outline: none;
  font-weight: normal;
  text-decoration: none;
}

.dk-nav a.dk-nav__link:last-child, .dk-nav--underline a.dk-nav__link:last-child {
  margin-right: 0px;
}

.dk-nav a.dk-nav__link:hover, .dk-nav--underline a.dk-nav__link:hover, .dk-nav a.dk-nav__link[aria-current="page"], .dk-nav--underline a.dk-nav__link[aria-current="page"], .dk-nav a.dk-nav__link[data-has-current-page="true"], .dk-nav--underline a.dk-nav__link[data-has-current-page="true"] {
  color: #cc0000;
  color: var(--red);
  border-bottom: 3px solid #cc0000;
  border-bottom: 3px solid var(--red);
}

.dk-nav a.dk-nav__link[aria-current="page"], .dk-nav--underline a.dk-nav__link[aria-current="page"], .dk-nav a.dk-nav__link[data-has-current-page="true"], .dk-nav--underline a.dk-nav__link[data-has-current-page="true"] {
  font-weight: bold;
}

.dk-nav a.dk-nav__link:focus:not([aria-current="page"]):not([aria-current="page"]), .dk-nav--underline a.dk-nav__link:focus:not([aria-current="page"]):not([aria-current="page"]) {
  color: #cc0000;
  color: var(--red);
  border-bottom: 2px solid #221abb;
  border-bottom: 2px solid var(--link-blue);
}

.dk-nav .dk-tab-overflow__overflow .dk-nav__link, .dk-nav--underline .dk-tab-overflow__overflow .dk-nav__link,
.dk-nav .dk-tab-overflow__overflow [aria-current="page"]:not(li),
.dk-nav--underline .dk-tab-overflow__overflow [aria-current="page"]:not(li) {
  border-bottom: none !important;
  color: #222222 !important;
  color: var(--onyx-grey) !important;
  display: inline-block;
  padding: 0;
}

.dk-nav--underline {
  border-bottom: solid 1px #eaeaea;
  border-bottom: solid 1px var(--wispy-grey);
}

.rtl a.dk-nav__link {
  margin-right: 0;
  margin-left: 28px;
}

.dk-grid {
  --grid-gap: 32px;
  position: relative;
  margin: 0px auto;
  list-style: none;
  margin-left: calc(-1 * var(--grid-gap));
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 768px) and (min-width: 375px) {
  .dk-grid {
    margin-left: -30px;
  }
}

@media (max-width: 375px) {
  .dk-grid {
    margin-left: -21px;
  }
}

.dk-grid > .dk-grid {
  width: 100%;
  margin-left: unset;
}

.dk-grid > *:not(.dk-grid) {
  padding-left: var(--grid-gap);
  margin-right: 0;
  display: inline-block;
  box-sizing: border-box;
}

.dk-grid__wrapper {
  max-width: 1168px;
  margin: 0px auto;
}

.col__2-2, .col__3-3, .col__4-4, .col__5-5, .col__6-6, .col__12-12 {
  width: 100%;
}

.col__1-2, .col__2-4, .col__3-6, .col__6-12 {
  width: 50%;
}

.col__1-3, .col__2-6, .col__4-12 {
  width: 33.33333%;
}

.col__2-3, .col__4-6, .col__8-12 {
  width: 66.66667%;
}

.col__1-4, .col__3-12 {
  width: 25%;
}

.col__3-4, .col__9-12 {
  width: 75%;
}

.col__push-2-2,
.push__w-2\/2, .rtl .col__push-2-2,
.rtl .push__w-2\/2, .col__push-3-3,
.push__w-3\/3, .rtl .col__push-3-3,
.rtl .push__w-3\/3, .col__push-4-4,
.push__w-4\/4, .rtl .col__push-4-4,
.rtl .push__w-4\/4, .col__push-5-5,
.push__w-5\/5, .rtl .col__push-5-5,
.rtl .push__w-5\/5, .col__push-6-6,
.push__w-6\/6, .rtl .col__push-6-6,
.rtl .push__w-6\/6, .col__push-12-12,
.push__w-12\/12, .rtl .col__push-12-12,
.rtl .push__w-12\/12 {
  margin-left: 100%;
}

.col__push-1-2,
.push__w-1\/2, .col__push-2-4,
.push__w-2\/4, .col__push-3-6,
.push__w-3\/6, .col__push-6-12,
.push__w-6\/12 {
  margin-left: 50%;
}

.rtl .col__push-1-2,
.rtl .push__w-1\/2, .rtl .col__push-2-4,
.rtl .push__w-2\/4, .rtl .col__push-3-6,
.rtl .push__w-3\/6, .rtl .col__push-6-12,
.rtl .push__w-6\/12 {
  margin-right: 50%;
  margin-left: initial;
}

.col__push-1-3,
.push__w-1\/3, .col__push-2-6,
.push__w-2\/6, .col__push-4-12,
.push__w-4\/12 {
  margin-left: 33.33333%;
}

.rtl .col__push-1-3,
.rtl .push__w-1\/3, .rtl .col__push-2-6,
.rtl .push__w-2\/6, .rtl .col__push-4-12,
.rtl .push__w-4\/12 {
  margin-right: 33.33333%;
  margin-left: initial;
}

.col__push-2-3,
.push__w-2\/3, .col__push-4-6,
.push__w-4\/6, .col__push-8-12,
.push__w-8\/12 {
  margin-left: 66.66667%;
}

.rtl .col__push-2-3,
.rtl .push__w-2\/3, .rtl .col__push-4-6,
.rtl .push__w-4\/6, .rtl .col__push-8-12,
.rtl .push__w-8\/12 {
  margin-right: 66.66667%;
  margin-left: initial;
}

.col__push-1-4,
.push__w-1\/4, .col__push-3-12,
.push__w-3\/12 {
  margin-left: 25%;
}

.rtl .col__push-1-4,
.rtl .push__w-1\/4, .rtl .col__push-3-12,
.rtl .push__w-3\/12 {
  margin-right: 25%;
  margin-left: initial;
}

.col__push-3-4,
.push__w-3\/4, .col__push-9-12,
.push__w-9\/12 {
  margin-left: 75%;
}

.rtl .col__push-3-4,
.rtl .push__w-3\/4, .rtl .col__push-9-12,
.rtl .push__w-9\/12 {
  margin-right: 75%;
  margin-left: initial;
}

.col__pull-2-2,
.pull__w-2\/2, .rtl .col__pull-2-2,
.rtl .pull__w-2\/2, .col__pull-3-3,
.pull__w-3\/3, .rtl .col__pull-3-3,
.rtl .pull__w-3\/3, .col__pull-4-4,
.pull__w-4\/4, .rtl .col__pull-4-4,
.rtl .pull__w-4\/4, .col__pull-5-5,
.pull__w-5\/5, .rtl .col__pull-5-5,
.rtl .pull__w-5\/5, .col__pull-6-6,
.pull__w-6\/6, .rtl .col__pull-6-6,
.rtl .pull__w-6\/6, .col__pull-12-12,
.pull__w-12\/12, .rtl .col__pull-12-12,
.rtl .pull__w-12\/12 {
  margin-left: -100%;
}

.col__pull-1-2,
.pull__w-1\/2, .col__pull-2-4,
.pull__w-2\/4, .col__pull-3-6,
.pull__w-3\/6, .col__pull-6-12,
.pull__w-6\/12 {
  margin-left: -50%;
}

.rtl .col__pull-1-2,
.rtl .pull__w-1\/2, .rtl .col__pull-2-4,
.rtl .pull__w-2\/4, .rtl .col__pull-3-6,
.rtl .pull__w-3\/6, .rtl .col__pull-6-12,
.rtl .pull__w-6\/12 {
  margin-right: -50%;
  margin-left: initial;
}

.col__pull-1-3,
.pull__w-1\/3, .col__pull-2-6,
.pull__w-2\/6, .col__pull-4-12,
.pull__w-4\/12 {
  margin-left: -33.33333%;
}

.rtl .col__pull-1-3,
.rtl .pull__w-1\/3, .rtl .col__pull-2-6,
.rtl .pull__w-2\/6, .rtl .col__pull-4-12,
.rtl .pull__w-4\/12 {
  margin-right: -33.33333%;
  margin-left: initial;
}

.col__pull-2-3,
.pull__w-2\/3, .col__pull-4-6,
.pull__w-4\/6, .col__pull-8-12,
.pull__w-8\/12 {
  margin-left: -66.66667%;
}

.rtl .col__pull-2-3,
.rtl .pull__w-2\/3, .rtl .col__pull-4-6,
.rtl .pull__w-4\/6, .rtl .col__pull-8-12,
.rtl .pull__w-8\/12 {
  margin-right: -66.66667%;
  margin-left: initial;
}

.col__pull-1-4,
.pull__w-1\/4, .col__pull-3-12,
.pull__w-3\/12 {
  margin-left: -25%;
}

.rtl .col__pull-1-4,
.rtl .pull__w-1\/4, .rtl .col__pull-3-12,
.rtl .pull__w-3\/12 {
  margin-right: -25%;
  margin-left: initial;
}

.col__pull-3-4,
.pull__w-3\/4, .col__pull-9-12,
.pull__w-9\/12 {
  margin-left: -75%;
}

.rtl .col__pull-3-4,
.rtl .pull__w-3\/4, .rtl .col__pull-9-12,
.rtl .pull__w-9\/12 {
  margin-right: -75%;
  margin-left: initial;
}

.col__1-2 {
  /** This class name will be depreceated*/
}

.col__push {
  margin-left: auto;
}

.col__2-2 {
  /** This class name will be depreceated*/
}

.col__push {
  margin-left: auto;
}

.col__1-3 {
  /** This class name will be depreceated*/
}

.col__push {
  margin-left: auto;
}

.col__2-3 {
  /** This class name will be depreceated*/
}

.col__push {
  margin-left: auto;
}

.col__3-3 {
  /** This class name will be depreceated*/
}

.col__push {
  margin-left: auto;
}

.col__1-4 {
  /** This class name will be depreceated*/
}

.col__push {
  margin-left: auto;
}

.col__2-4 {
  /** This class name will be depreceated*/
}

.col__push {
  margin-left: auto;
}

.col__3-4 {
  /** This class name will be depreceated*/
}

.col__push {
  margin-left: auto;
}

.col__4-4 {
  /** This class name will be depreceated*/
}

.col__push {
  margin-left: auto;
}

.col__1-5 {
  /** This class name will be depreceated*/
  width: 20%;
}

.col__push {
  margin-left: auto;
}

.col__push-1-5,
.push__w-1\/5 {
  margin-left: 20%;
}

.rtl .col__push-1-5,
.rtl .push__w-1\/5 {
  margin-right: 20%;
  margin-left: initial;
}

.col__pull-1-5,
.pull__w-1\/5 {
  margin-left: -20%;
}

.rtl .col__pull-1-5,
.rtl .pull__w-1\/5 {
  margin-right: -20%;
  margin-left: initial;
}

.col__2-5 {
  /** This class name will be depreceated*/
  width: 40%;
}

.col__push {
  margin-left: auto;
}

.col__push-2-5,
.push__w-2\/5 {
  margin-left: 40%;
}

.rtl .col__push-2-5,
.rtl .push__w-2\/5 {
  margin-right: 40%;
  margin-left: initial;
}

.col__pull-2-5,
.pull__w-2\/5 {
  margin-left: -40%;
}

.rtl .col__pull-2-5,
.rtl .pull__w-2\/5 {
  margin-right: -40%;
  margin-left: initial;
}

.col__3-5 {
  /** This class name will be depreceated*/
  width: 60%;
}

.col__push {
  margin-left: auto;
}

.col__push-3-5,
.push__w-3\/5 {
  margin-left: 60%;
}

.rtl .col__push-3-5,
.rtl .push__w-3\/5 {
  margin-right: 60%;
  margin-left: initial;
}

.col__pull-3-5,
.pull__w-3\/5 {
  margin-left: -60%;
}

.rtl .col__pull-3-5,
.rtl .pull__w-3\/5 {
  margin-right: -60%;
  margin-left: initial;
}

.col__4-5 {
  /** This class name will be depreceated*/
  width: 80%;
}

.col__push {
  margin-left: auto;
}

.col__push-4-5,
.push__w-4\/5 {
  margin-left: 80%;
}

.rtl .col__push-4-5,
.rtl .push__w-4\/5 {
  margin-right: 80%;
  margin-left: initial;
}

.col__pull-4-5,
.pull__w-4\/5 {
  margin-left: -80%;
}

.rtl .col__pull-4-5,
.rtl .pull__w-4\/5 {
  margin-right: -80%;
  margin-left: initial;
}

.col__5-5 {
  /** This class name will be depreceated*/
}

.col__push {
  margin-left: auto;
}

.col__1-6 {
  /** This class name will be depreceated*/
  width: 16.66667%;
}

.col__push {
  margin-left: auto;
}

.col__push-1-6,
.push__w-1\/6 {
  margin-left: 16.66667%;
}

.rtl .col__push-1-6,
.rtl .push__w-1\/6 {
  margin-right: 16.66667%;
  margin-left: initial;
}

.col__pull-1-6,
.pull__w-1\/6 {
  margin-left: -16.66667%;
}

.rtl .col__pull-1-6,
.rtl .pull__w-1\/6 {
  margin-right: -16.66667%;
  margin-left: initial;
}

.col__2-6 {
  /** This class name will be depreceated*/
}

.col__push {
  margin-left: auto;
}

.col__3-6 {
  /** This class name will be depreceated*/
}

.col__push {
  margin-left: auto;
}

.col__4-6 {
  /** This class name will be depreceated*/
}

.col__push {
  margin-left: auto;
}

.col__5-6 {
  /** This class name will be depreceated*/
  width: 83.33333%;
}

.col__push {
  margin-left: auto;
}

.col__push-5-6,
.push__w-5\/6 {
  margin-left: 83.33333%;
}

.rtl .col__push-5-6,
.rtl .push__w-5\/6 {
  margin-right: 83.33333%;
  margin-left: initial;
}

.col__pull-5-6,
.pull__w-5\/6 {
  margin-left: -83.33333%;
}

.rtl .col__pull-5-6,
.rtl .pull__w-5\/6 {
  margin-right: -83.33333%;
  margin-left: initial;
}

.col__6-6 {
  /** This class name will be depreceated*/
}

.col__push {
  margin-left: auto;
}

.col__1-12 {
  /** This class name will be depreceated*/
  width: 8.33333%;
}

.col__push {
  margin-left: auto;
}

.col__push-1-12,
.push__w-1\/12 {
  margin-left: 8.33333%;
}

.rtl .col__push-1-12,
.rtl .push__w-1\/12 {
  margin-right: 8.33333%;
  margin-left: initial;
}

.col__pull-1-12,
.pull__w-1\/12 {
  margin-left: -8.33333%;
}

.rtl .col__pull-1-12,
.rtl .pull__w-1\/12 {
  margin-right: -8.33333%;
  margin-left: initial;
}

.col__2-12 {
  /** This class name will be depreceated*/
  width: 16.66667%;
}

.col__push {
  margin-left: auto;
}

.col__push-2-12,
.push__w-2\/12 {
  margin-left: 16.66667%;
}

.rtl .col__push-2-12,
.rtl .push__w-2\/12 {
  margin-right: 16.66667%;
  margin-left: initial;
}

.col__pull-2-12,
.pull__w-2\/12 {
  margin-left: -16.66667%;
}

.rtl .col__pull-2-12,
.rtl .pull__w-2\/12 {
  margin-right: -16.66667%;
  margin-left: initial;
}

.col__3-12 {
  /** This class name will be depreceated*/
}

.col__push {
  margin-left: auto;
}

.col__4-12 {
  /** This class name will be depreceated*/
}

.col__push {
  margin-left: auto;
}

.col__5-12 {
  /** This class name will be depreceated*/
  width: 41.66667%;
}

.col__push {
  margin-left: auto;
}

.col__push-5-12,
.push__w-5\/12 {
  margin-left: 41.66667%;
}

.rtl .col__push-5-12,
.rtl .push__w-5\/12 {
  margin-right: 41.66667%;
  margin-left: initial;
}

.col__pull-5-12,
.pull__w-5\/12 {
  margin-left: -41.66667%;
}

.rtl .col__pull-5-12,
.rtl .pull__w-5\/12 {
  margin-right: -41.66667%;
  margin-left: initial;
}

.col__6-12 {
  /** This class name will be depreceated*/
}

.col__push {
  margin-left: auto;
}

.col__7-12 {
  /** This class name will be depreceated*/
  width: 58.33333%;
}

.col__push {
  margin-left: auto;
}

.col__push-7-12,
.push__w-7\/12 {
  margin-left: 58.33333%;
}

.rtl .col__push-7-12,
.rtl .push__w-7\/12 {
  margin-right: 58.33333%;
  margin-left: initial;
}

.col__pull-7-12,
.pull__w-7\/12 {
  margin-left: -58.33333%;
}

.rtl .col__pull-7-12,
.rtl .pull__w-7\/12 {
  margin-right: -58.33333%;
  margin-left: initial;
}

.col__8-12 {
  /** This class name will be depreceated*/
}

.col__push {
  margin-left: auto;
}

.col__9-12 {
  /** This class name will be depreceated*/
}

.col__push {
  margin-left: auto;
}

.col__10-12 {
  /** This class name will be depreceated*/
  width: 83.33333%;
}

.col__push {
  margin-left: auto;
}

.col__push-10-12,
.push__w-10\/12 {
  margin-left: 83.33333%;
}

.rtl .col__push-10-12,
.rtl .push__w-10\/12 {
  margin-right: 83.33333%;
  margin-left: initial;
}

.col__pull-10-12,
.pull__w-10\/12 {
  margin-left: -83.33333%;
}

.rtl .col__pull-10-12,
.rtl .pull__w-10\/12 {
  margin-right: -83.33333%;
  margin-left: initial;
}

.col__11-12 {
  /** This class name will be depreceated*/
  width: 91.66667%;
}

.col__push {
  margin-left: auto;
}

.col__push-11-12,
.push__w-11\/12 {
  margin-left: 91.66667%;
}

.rtl .col__push-11-12,
.rtl .push__w-11\/12 {
  margin-right: 91.66667%;
  margin-left: initial;
}

.col__pull-11-12,
.pull__w-11\/12 {
  margin-left: -91.66667%;
}

.rtl .col__pull-11-12,
.rtl .pull__w-11\/12 {
  margin-right: -91.66667%;
  margin-left: initial;
}

.col__12-12 {
  /** This class name will be depreceated*/
}

.col__push {
  margin-left: auto;
}

.col {
  flex: 1 0 auto;
}

.col__1-2, .col__2-2, .col__1-3, .col__2-3, .col__3-3, .col__1-4, .col__2-4, .col__3-4, .col__4-4, .col__1-5, .col__2-5, .col__3-5, .col__4-5, .col__5-5, .col__1-6, .col__2-6, .col__3-6, .col__4-6, .col__5-6, .col__6-6, .col__1-12, .col__2-12, .col__3-12, .col__4-12, .col__5-12, .col__6-12, .col__7-12, .col__8-12, .col__9-12, .col__10-12, .col__11-12, .col__12-12, .col {
  /**
    *  !!Warning: This layout class name will be depreceated
    *   Please use the w-{fraction} class names.
    */
  box-sizing: border-box;
  display: inline-block;
  margin-right: 0;
  min-height: 1px;
  padding-left: 32px;
  vertical-align: top;
}

@media (max-width: 768px) {
  .col__1-2, .col__2-2, .col__1-3, .col__2-3, .col__3-3, .col__1-4, .col__2-4, .col__3-4, .col__4-4, .col__1-5, .col__2-5, .col__3-5, .col__4-5, .col__5-5, .col__1-6, .col__2-6, .col__3-6, .col__4-6, .col__5-6, .col__6-6, .col__1-12, .col__2-12, .col__3-12, .col__4-12, .col__5-12, .col__6-12, .col__7-12, .col__8-12, .col__9-12, .col__10-12, .col__11-12, .col__12-12, .col {
    padding-left: 30px;
    display: block;
    margin-right: 0;
    width: 100%;
  }
}

@media (max-width: 375px) {
  .col__1-2, .col__2-2, .col__1-3, .col__2-3, .col__3-3, .col__1-4, .col__2-4, .col__3-4, .col__4-4, .col__1-5, .col__2-5, .col__3-5, .col__4-5, .col__5-5, .col__1-6, .col__2-6, .col__3-6, .col__4-6, .col__5-6, .col__6-6, .col__1-12, .col__2-12, .col__3-12, .col__4-12, .col__5-12, .col__6-12, .col__7-12, .col__8-12, .col__9-12, .col__10-12, .col__11-12, .col__12-12, .col {
    padding-left: 21px;
  }
}

/* CARDS */

.dk-card {
  box-sizing: border-box;
  background: white;
  border: 1px solid #eaeaea;
  border: 1px solid var(--wispy-grey);
  border-radius: 8px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.dk-card .dk-card,
    .dk-card .dk-card--interactive {
  box-shadow: none;
  border: 1px solid #cccccc;
  border: 1px solid var(--cloud-grey);
}

.dk-card--interactive {
  box-sizing: border-box;
  background: white;
  border: 1px solid #eaeaea;
  border: 1px solid var(--wispy-grey);
  border-radius: 8px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  cursor: pointer;
  transition: all 0.1s ease-in;
}

.dk-card--interactive:hover {
  border: 1px solid #221abb;
  border: 1px solid var(--link-blue);
}

.dk-card--interactive:active {
  box-shadow: 0 8px 24px 2px rgba(0, 0, 0, 0.1);
}

.dk-card--interactive .dk-card--interactive {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}

.dk-card--marketing {
  max-width: 360px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.dk-card--marketing__img {
  height: 200px;
}

.dk-card--marketing__img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.dk-card--marketing__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 40px;
  padding-left: 24px;
  padding-right: 24px;
}

.dk-card--marketing__title {
  margin: 0;
  margin-bottom: 16px;
}

.dk-card--marketing__snippet {
  margin: 0;
  padding-bottom: 24px;
  text-align: center;
}

/* TABLES */

.dk-table th--sort, .dk-table__head--sort, .dk-table th--desc, .dk-table__head--desc, .dk-table th--asc, .dk-table__head--asc {
  position: relative;
  cursor: pointer;
}

.dk-table th--sort::after, .dk-table__head--sort::after, .dk-table th--desc::after, .dk-table__head--desc::after, .dk-table th--asc::after, .dk-table__head--asc::after {
  position: absolute;
  right: 16px;
  font-size: 1.3em;
  font-family: "dk";
  top: 50%;
  transform: translateY(-50%);
}

.dk-table {
  width: 100%;
  display: table;
  border-collapse: collapse;
  border-radius: 4px;
}

.dk-table caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #666666;
  color: var(--stone-grey);
  text-align: left;
  caption-side: bottom;
}

.dk-table caption:not(.dk-show) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.dk-table thead th, .dk-table__head {
  border-top: 1px solid #ccc;
}

.dk-table th,
  .dk-table td, .dk-table__cell, .dk-table__head {
  display: table-cell;
  border-bottom: solid 1px #ccc;
  padding: 10px;
}

.dk-table__headings, .dk-table__row {
  display: table-row;
}

.dk-table__body {
  display: table-row-group;
}

.dk-table__body .dk-table__head {
  padding: 10px;
}

.dk-table thead th,
  .dk-table .dk-table__headings .dk-table__head {
  padding: 15px 10px;
}

.dk-table th, .dk-table__head {
  text-align: left;
  display: table-cell;
  font-weight: bold;
  text-transform: uppercase;
  box-sizing: border-box;
  font-size: 11px;
}

.dk-table th--sort:after, .dk-table__head--sort:after {
  content: "\e914";
}

.dk-table th--desc:after, .dk-table__head--desc:after {
  color: #cc0000;
  color: var(--red);
  content: "\e915";
}

.dk-table th--asc:after, .dk-table__head--asc:after {
  color: #cc0000;
  color: var(--red);
  content: "\e916";
}

.dk-table--blue thead,
.dk-table--blue .dk-table__headings {
  background: #1a1552;
  background: var(--blurple-blue);
  color: white;
}

.dk-table--blue .dk-table__head--desc:after, .dk-table--blue .dk-table__head--asc:after {
  color: white;
}

.dk-table--striped .dk-table__row:nth-child(even),
.dk-table--striped tr:nth-child(even) {
  background: #f5f5f5;
  background: var(--ice-grey);
}

.rtl .dk-table th, .rtl .dk-table__head {
  text-align: right;
}

.rtl .dk-table th--sort:after, .rtl .dk-table th--desc:after, .rtl .dk-table th--asc:after, .rtl .dk-table__head--sort:after, .rtl .dk-table__head--desc:after, .rtl .dk-table__head--asc:after {
  right: initial;
  left: 0;
}

/* Product Table Styles */

.product-table,
.table-help {
  border: solid 1px #999999;
  margin: 15px 0;
  background-color: #e6e6e6;
  border-collapse: collapse;
  clear: both;
  overflow-x: auto;
}

.product-table__title {
  color: #555555;
  font-weight: bold;
  font-size: 14px;
  padding: 5px;
}

.product-table__title h3 {
  padding: 0px;
  margin: 0px;
  font-size: 14px;
}

.product-table__table,
.table-help {
  width: 100%;
}

.product-table__table th,
.product-table__table td,
.table-help th,
.table-help td {
  padding: 5px;
  border: solid 1px #999999;
  box-sizing: border-box;
}

.product-table__table tr:nth-child(odd),
.table-help tr:nth-child(odd) {
  background-color: #eeeeee;
}

.product-table__table tr:nth-child(even),
.table-help tr:nth-child(even) {
  background-color: #ffffff;
}

.product-table.nostripe tr,
.table-help.nostripe tr {
  background-color: #ffffff;
}

.product-table__table th,
.table-help th {
  background-color: #333333;
  color: #ffffff;
  border-color: #333333;
  border-bottom: solid 1px;
}

.product-table__table ~ div {
  border-top: solid 1px #999;
  padding: 0 5px;
}

.product-table__table ~ div a {
  font-weight: bold;
  display: inline-block;
  width: 50%;
  padding: 5px 0;
}

.product-table__table ~ div a + a {
  text-align: right;
  float: right;
}

.rtl .product-table__table ~ div a + a {
  text-align: left;
  float: left;
}

.product-table__table ~ div a:only-child {
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 500px) {
  .product-table__table th {
    display: none;
  }

  .product-table__table tr {
    border: solid 1px #999;
  }

  .product-table__table td:not(.product-table__datasheet):not(.product-table__partImage) {
    display: inline-block;
    border: none;
    padding: 3px 0 0 10px;
    width: 90%;
  }

  .rtl .product-table__table td:not(.product-table__datasheet):not(.product-table__partImage) {
    padding: 3px 10px 0 0;
  }

  .product-table__table .button {
    margin: 5px 0 10px 0;
  }

  .product-table__table ~ div a {
    display: block;
    width: 100%;
    text-align: center !important;
    padding: 4px 0;
  }
}

.dk-tabbed-menu ul.dk-tab-list li.active, .dk-tabbed-menu ul [data-has-current-page="true"], .dk-tab-overflow[data-has-active="true"],
.dk-tab-overflow li[data-has-active="true"],
.dk-tabbed-menu.dk-tab-overflow[data-has-active="true"],
.dk-tabbed-menu.dk-tab-overflow li[data-has-active="true"] {
  border-color: #cc0000;
  border-color: var(--red);
  color: #cc0000;
  color: var(--red);
  font-weight: bold !important;
}

/* TABS */

.dk-tabbed-menu {
  clear: both;
  width: 100%;
}

.dk-tabbed-menu ul.dk-tab-list {
  position: relative;
  z-index: 2;
  padding: 0;
  margin: 0;
  list-style: none;
  border-bottom: solid 1px #cccccc;
  border-bottom: solid 1px var(--cloud-grey);
  display: inline-flex;
  flex-direction: row;
  width: 100%;
  box-sizing: border-box;
}

.dk-tabbed-menu ul.dk-tab-list li {
  position: relative;
  box-sizing: border-box;
  white-space: nowrap;
  margin-right: 28px;
  margin-bottom: -1px;
  text-transform: capitalize;
  cursor: pointer;
  color: #222222;
  color: var(--onyx-grey);
  display: block;
  padding: 4px;
  padding-bottom: 18px;
  line-height: 1;
  outline: none;
  font-weight: normal;
  text-decoration: none;
  border-bottom: 3px solid transparent;
}

.dk-tabbed-menu ul.dk-tab-list li[data-in-overflow] {
  line-height: 1;
  padding: 8px;
  margin: 0px;
  background: transparent;
  border: none;
}

.dk-tabbed-menu ul.dk-tab-list li[data-in-overflow]:hover {
  border-color: transparent;
  font-weight: bold;
}

.dk-tabbed-menu ul.dk-tab-list li[data-in-overflow].active {
  color: #444444;
  color: var(--slate-grey);
  background: #eaeaea;
  background: var(--wispy-grey);
}

.dk-tabbed-menu ul.dk-tab-list li:hover {
  color: #cc0000;
  color: var(--red);
  border-color: #cc0000;
  border-color: var(--red);
}

.dk-tabbed-menu ul.dk-tab-list li:focus:not(.active):not(:active) {
  color: #cc0000;
  color: var(--red);
  border: 1px solid #221abb;
  border: 1px solid var(--link-blue);
  border-bottom: 2px solid #221abb !important;
  border-bottom: 2px solid var(--link-blue) !important;
}

.dk-tabbed-menu .dk-tab-container {
  padding-top: 10px;
  position: relative;
  z-index: 1;
  width: 100%;
}

.dk-tabbed-menu .dk-tab-container .dk-tab-content {
  display: none;
  padding: 0;
}

.dk-tabbed-menu .dk-tab-container .dk-tab-content.active {
  display: block;
}

.dk-tab-overflow,
.dk-tabbed-menu.dk-tab-overflow {
  position: relative;
  display: none;
  align-items: center;
  padding: 4px;
  padding-right: 20px !important;
  box-sizing: border-box;
  margin-right: 0;
  white-space: nowrap;
  cursor: pointer;
}

.dk-tab-overflow[data-has-active="true"],
  .dk-tab-overflow li[data-has-active="true"],
  .dk-tabbed-menu.dk-tab-overflow[data-has-active="true"],
  .dk-tabbed-menu.dk-tab-overflow li[data-has-active="true"] {
  color: #cc0000 !important;
  color: var(--red) !important;
}

.dk-tab-overflow:hover .dk-tab-overflow__overflow,
  .dk-tabbed-menu.dk-tab-overflow:hover .dk-tab-overflow__overflow {
  opacity: 1;
  pointer-events: all;
}

.dk-tab-overflow:hover:after,
  .dk-tabbed-menu.dk-tab-overflow:hover:after {
  transform: rotate(0.5turn);
}

.dk-tab-overflow[data-vertical-align="center"],
  .dk-tabbed-menu.dk-tab-overflow[data-vertical-align="center"] {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.dk-tab-overflow[data-vertical-align="center"]::after,
    .dk-tabbed-menu.dk-tab-overflow[data-vertical-align="center"]::after {
  top: 50%;
  transform: translateY(-50%);
}

.dk-tab-overflow[data-vertical-align="center"]:hover:after,
    .dk-tabbed-menu.dk-tab-overflow[data-vertical-align="center"]:hover:after {
  transform: translateY(-50%) rotate(0.5turn);
}

.dk-tab-overflow::after,
  .dk-tabbed-menu.dk-tab-overflow::after {
  color: #cc0000;
  color: var(--red);
  font-weight: bold;
  font-family: "dk";
  content: "\f107";
  font-size: 1.4em;
  position: absolute;
  top: 0.12em;
  right: 2px;
  width: 10px;
  transition: all 0.2s ease;
}

.dk-tab-overflow__overflow,
  .dk-tabbed-menu.dk-tab-overflow__overflow {
  box-sizing: border-box;
  background: white;
  border: 1px solid #eaeaea;
  border: 1px solid var(--wispy-grey);
  border-radius: 8px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  list-style: none;
  display: flex;
  flex-direction: column;
  position: absolute;
  box-sizing: content-box;
  margin: 0;
  right: auto;
  padding: 8px 0;
  top: 1.8em;
  opacity: 0;
  pointer-events: none;
  z-index: 20;
  transition: all 0.2s ease 0.1s;
}

.dk-tab-overflow__overflow li,
    .dk-tabbed-menu.dk-tab-overflow__overflow li {
  line-height: 1;
  display: inline-block;
  padding: 8px;
  margin: 0px;
  cursor: pointer;
  color: #444444 !important;
  color: var(--slate-grey) !important;
}

.dk-tab-overflow__overflow li:hover, .dk-tab-overflow__overflow li[aria-current="page"],
      .dk-tab-overflow__overflow li .active,
      .dk-tabbed-menu.dk-tab-overflow__overflow li:hover,
      .dk-tabbed-menu.dk-tab-overflow__overflow li[aria-current="page"],
      .dk-tabbed-menu.dk-tab-overflow__overflow li .active {
  font-weight: bold !important;
  border: none !important;
  background: #eaeaea;
  background: var(--wispy-grey);
  color: #444444;
  color: var(--slate-grey);
}

.rtl .dk-tabbed-menu ul.dk-tab-list li {
  margin-right: 0px;
  margin-left: 28px;
}

/* autoprefixer grid: no-autoplace */

.dk-tabbed-sidebar {
  box-sizing: border-box;
  background: white;
  border: 1px solid #eaeaea;
  border: 1px solid var(--wispy-grey);
  border-radius: 8px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  transition: all 5s ease;
  width: 100%;
  max-width: 1200px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  background: var(--white);
}

.dk-tabbed-sidebar .dk-tab__list {
  width: 250px;
  background: #f5f5f5;
  background: var(--ice-grey);
  padding-bottom: 36px;
}

@media (max-width: 768px) {
  .dk-tabbed-sidebar .dk-tab__list {
    width: 100%;
  }
}

.dk-tabbed-sidebar .dk-tab__item {
  position: relative;
  cursor: pointer;
  display: flex;
  width: 100%;
  align-items: center;
  height: 75px;
  box-sizing: border-box;
  padding: 0 24px;
  font-size: 14px;
  font-weight: bold;
  border: none;
  background: inherit;
  color: #222222;
  color: var(--onyx-grey);
  border-bottom: 1px solid #eaeaea;
  border-bottom: 1px solid var(--wispy-grey);
  justify-content: space-between;
}

.dk-tabbed-sidebar .dk-tab__item:after {
  position: relative;
  top: 0.14em;
  font-family: "dk";
  font-size: 1.5em;
  color: #1a1552;
  color: var(--blurple-blue);
  content: "\f105";
}

@media (max-width: 768px) {
  .dk-tabbed-sidebar .dk-tab__item:after {
    transition: all 0.2s ease;
    transform: rotate(-0.25turn);
  }
}

.dk-tabbed-sidebar .dk-tab__item:after:last-child {
  border-bottom: none;
}

.dk-tabbed-sidebar .dk-tab__item:focus {
  outline: none;
  box-shadow: inset 3px 0px #a4a4a4;
  box-shadow: inset 3px 0px var(--rain-grey);
}

.dk-tabbed-sidebar .dk-tab__item:hover, .dk-tabbed-sidebar .dk-tab__item[aria-selected="true"], .dk-tabbed-sidebar .dk-tab__item.active {
  background: #fff;
  background: var(--white);
}

.dk-tabbed-sidebar .dk-tab__item.active:after, .dk-tabbed-sidebar .dk-tab__item[aria-selected="true"]:after {
  color: #cc0000;
  color: var(--red);
}

@media (max-width: 768px) {
  .dk-tabbed-sidebar .dk-tab__item.active:after, .dk-tabbed-sidebar .dk-tab__item[aria-selected="true"]:after {
    transform: rotate(0.25turn);
  }
}

.dk-tabbed-sidebar .dk-tab__panel {
  box-sizing: border-box;
  display: none;
  width: calc(100% - 250px);
  background-color: #fff;
  background-color: var(--white);
}

.dk-tabbed-sidebar .dk-tab__panel[data-selected="true"] {
  padding: 8px 26px;
  display: block;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .dk-tabbed-sidebar .dk-tab__panel[data-selected="true"] {
    width: 100%;
  }
}

.dk-tabbed-sidebar .dk-tab__panel:focus {
  outline: none;
  box-shadow: inset 0 0 0 2px #a4a4a4;
  box-shadow: inset 0 0 0 2px var(--rain-grey);
}

.rtl .dk-tab__item:after {
  transform: rotate(0.5turn);
}

@media (max-width: 768px) {
  .rtl .dk-tab__item:after {
    transform: rotate(-0.25turn);
  }
}

.rtl .dk-tab__item:focus {
  box-shadow: inset -3px 0px #a4a4a4;
  box-shadow: inset -3px 0px var(--rain-grey);
}

/* BUTTONS - Check on -moz-focus-inner issues */

/*
.button::-moz-focus-inner {
  padding:0 !important;
  border: 0 none !important;
}
*/

.dk-btn, .dk-btn__primary, .dk-btn__alternate, .dk-btn__secondary, .button,
.btn {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  text-decoration: none;
  font-weight: bold;
  box-sizing: border-box;
  background-color: #fff;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  padding: 8px 24px;
  margin: 5px 8px;
  margin-left: 0;
  min-width: 101px;
  text-align: center;
  border-radius: 100px;
  transition: all 150ms ease-out;
  cursor: pointer;
  outline: none;
  border-color: transparent;
  border-width: 1px;
  border-style: solid;
}

.dk-btn:focus, .dk-btn__primary:focus, .dk-btn__alternate:focus, .dk-btn__secondary:focus, .button:focus,
  .btn:focus {
  box-shadow: 0 0 1px 2px #1a1552;
  box-shadow: 0 0 1px 2px var(--blurple-blue);
}

.dk-btn:active, .dk-btn__primary:active, .dk-btn__alternate:active, .dk-btn__secondary:active, .button:active,
  .btn:active {
  box-shadow: none;
}

.dk-btn:disabled, .dk-btn__primary:disabled, .dk-btn__alternate:disabled, .dk-btn__secondary:disabled, .button:disabled,
  .btn:disabled, .dk-btn.disabled, .disabled.dk-btn__primary, .disabled.dk-btn__alternate, .disabled.dk-btn__secondary, .disabled.button,
  .disabled.btn {
  pointer-events: none;
  color: #cccccc;
  color: var(--cloud-grey);
  border: none;
  background-color: #eaeaea;
  background-color: var(--wispy-grey);
  box-shadow: inset 0 0 0 2px #cccccc;
  box-shadow: inset 0 0 0 2px var(--cloud-grey);
}

.dk-btn--lg {
  min-width: 120px !important;
  padding: 12px 40px !important;
  border-radius: 22px;
}

.dk-btn--sm {
  min-width: 69px !important;
  padding: 5px 18px !important;
  font-size: 0.858em !important;
}

.dk-btn--block {
  display: block;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.dk-btn__primary {
  background-color: #cc0000;
  background-color: var(--red);
}

.dk-btn__primary:hover, .dk-btn__primary.hover-primary {
  background-color: #a20000;
  background-color: var(--red--hover);
}

.dk-btn__primary:active {
  background-color: #890000;
  background-color: var(--red--clicked);
}

.dk-btn__alternate {
  border-color: #cc0000;
  border-color: var(--red);
  box-shadow: inset 0 0 0 2px #cc0000;
  box-shadow: inset 0 0 0 2px var(--red);
  background-color: #fff;
  color: #cc0000;
  color: var(--red);
}

.dk-btn__alternate:hover, .dk-btn__alternate.hover {
  box-shadow: inset 0 0 0 2px #a20000;
  box-shadow: inset 0 0 0 2px var(--red--hover);
  background-color: #a20000;
  background-color: var(--red--hover);
  color: #fff;
}

.dk-btn__secondary {
  border-color: #cccccc;
  border-color: var(--cloud-grey);
  box-shadow: inset 0 0 0 2px #cccccc;
  box-shadow: inset 0 0 0 2px var(--cloud-grey);
  color: #1a1552;
  color: var(--blurple-blue);
}

.dk-btn__secondary:hover, .dk-btn__secondary.hover {
  background: #f5f5f5;
}

/* Icon Buttons */

/* STILL NEEDS THE OTHER BUTTON CLASSES ADDED INTO THE FOLLOWING BUTTON SETS */

[class*="btn"][class*="icon-"] {
  display: inline-flex;
  align-items: center;
  padding: 8px 24px 8px 14px;
}

[class*="btn"][class*="icon-"]:before {
  font-size: 2rem;
  padding: 4px 8px 0px 4px;
}

[class*="btn"][class*="icon-"].icon__after {
  flex-direction: row-reverse;
  padding: 8px 14px 8px 24px;
}

[class*="btn"][class*="icon-"].icon__after:before {
  padding: 4px 4px 0px 8px;
}

/**
 * Legacy Classes
 */

.button.primary:not(.disabled),
.btn.primary {
  background-color: #cc0000;
}

.button.primary:hover,
.btn.primary:hover {
  background-color: #a30000;
}

.button:not(.primary):not(.disabled),
.btn:not(.primary) {
  box-shadow: inset 0 0 0 2px #cccccc;
  color: #1a1552;
}

.button:not(.primary):hover,
.btn:hover {
  background: #f5f5f5;
}

.button:disabled,
.button.disabled {
  pointer-events: none;
  color: #cccccc;
  background-color: white;
  box-shadow: inset 0 0 0 2px #cccccc;
}

.dk-form-label, .dk-dropdown-label {
  color: #222222;
  color: var(--onyx-grey);
  font-size: 0.857rem;
  margin-bottom: 10px;
  font-weight: bold;
  text-transform: uppercase;
}

.dk-form-group, .dk-dropdown-group {
  display: flex;
  flex-direction: column;
}

.dk-form-group label, .dk-dropdown-group label {
  padding-top: 8px;
}

.dk-error-message, .dk-error-message__visible, .dk-input__error-feedback,
small.dk-error-message,
small.dk-error-message__visible,
small.dk-input__error-feedback {
  display: none;
  transition: all 0.2s ease;
  color: #cc0000 !important;
  color: var(--red) !important;
  margin-top: 11px;
  pointer-events: none;
  font-weight: bold;
  font-size: 12px;
}

.dk-error-message:before, .dk-error-message__visible:before, .dk-input__error-feedback:before,
  small.dk-error-message:before,
  small.dk-error-message__visible:before,
  small.dk-input__error-feedback:before {
  content: "\f071";
  font-family: "dk";
  font-size: 1rem;
  padding-right: 5px;
  position: relative;
  top: 2px;
}

.dk-error-message__visible {
  display: block !important;
}

.dk-form:dir(ltr){
          margin-right: -24px; }

.dk-form:dir(rtl){
          margin-left: -24px; }

.dk-form {
  display: flex;
  margin: 0px auto;
  -webkit-margin-end: -24px;
  box-sizing: border-box;
  flex-wrap: wrap;
}

.dk-form .dk-form__group {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  width: 100%;
  box-sizing: border-box;
}

.dk-form .dk-form__group .dk-form__group:dir(ltr){
          padding-right: 0px; }

.dk-form .dk-form__group .dk-form__group:dir(rtl){
          padding-left: 0px; }

.dk-form .dk-form__group .dk-form__group {
  -webkit-padding-end: 0px;
}

.dk-form [class*="-group"] {
  width: 100%;
  box-sizing: border-box;
  padding-right: 24px;
}

/* FORM INPUTS */

.dk-input-group.dk-error .dk-input, .dk-input-group.dk-error .dk-input__error, .dk-input-group.dk-error .dk-input--error, .dk-input-group.dk-error .dk-dropdown__filter-input,
.dk-input-group--dual-zip.dk-error .dk-input, .dk-input-group--dual-zip.dk-error .dk-input__error, .dk-input-group--dual-zip.dk-error .dk-input--error, .dk-input-group--dual-zip.dk-error .dk-dropdown__filter-input, .dk-input.dk-error, .dk-error.dk-input__error, .dk-error.dk-input--error, .dk-error.dk-dropdown__filter-input, .dk-input__error, .dk-input--error {
  box-shadow: 0px 0px 0px 2px #cc0000 !important;
  box-shadow: 0px 0px 0px 2px var(--red) !important;
  color: #cc0000 !important;
  color: var(--red) !important;
  -webkit-animation: headshake 300ms ease-in-out forwards;
          animation: headshake 300ms ease-in-out forwards;
}

.dk-input-group.dk-error .dk-input::-moz-placeholder, .dk-input-group.dk-error .dk-input__error::-moz-placeholder, .dk-input-group.dk-error .dk-input--error::-moz-placeholder, .dk-input-group.dk-error .dk-dropdown__filter-input::-moz-placeholder, .dk-input-group--dual-zip.dk-error .dk-input::-moz-placeholder, .dk-input-group--dual-zip.dk-error .dk-input__error::-moz-placeholder, .dk-input-group--dual-zip.dk-error .dk-input--error::-moz-placeholder, .dk-input-group--dual-zip.dk-error .dk-dropdown__filter-input::-moz-placeholder, .dk-input.dk-error::-moz-placeholder, .dk-error.dk-input__error::-moz-placeholder, .dk-error.dk-input--error::-moz-placeholder, .dk-error.dk-dropdown__filter-input::-moz-placeholder, .dk-input__error::-moz-placeholder, .dk-input--error::-moz-placeholder {
  color: #cc0000;
  color: var(--red);
}

.dk-input-group.dk-error .dk-input:-ms-input-placeholder, .dk-input-group.dk-error .dk-input__error:-ms-input-placeholder, .dk-input-group.dk-error .dk-input--error:-ms-input-placeholder, .dk-input-group.dk-error .dk-dropdown__filter-input:-ms-input-placeholder, .dk-input-group--dual-zip.dk-error .dk-input:-ms-input-placeholder, .dk-input-group--dual-zip.dk-error .dk-input__error:-ms-input-placeholder, .dk-input-group--dual-zip.dk-error .dk-input--error:-ms-input-placeholder, .dk-input-group--dual-zip.dk-error .dk-dropdown__filter-input:-ms-input-placeholder, .dk-input.dk-error:-ms-input-placeholder, .dk-error.dk-input__error:-ms-input-placeholder, .dk-error.dk-input--error:-ms-input-placeholder, .dk-error.dk-dropdown__filter-input:-ms-input-placeholder, .dk-input__error:-ms-input-placeholder, .dk-input--error:-ms-input-placeholder {
  color: #cc0000;
  color: var(--red);
}

.dk-input-group.dk-error .dk-input::placeholder, .dk-input-group.dk-error .dk-input__error::placeholder, .dk-input-group.dk-error .dk-input--error::placeholder, .dk-input-group.dk-error .dk-dropdown__filter-input::placeholder,
  .dk-input-group--dual-zip.dk-error .dk-input::placeholder, .dk-input-group--dual-zip.dk-error .dk-input__error::placeholder, .dk-input-group--dual-zip.dk-error .dk-input--error::placeholder, .dk-input-group--dual-zip.dk-error .dk-dropdown__filter-input::placeholder, .dk-input.dk-error::placeholder, .dk-error.dk-input__error::placeholder, .dk-error.dk-input--error::placeholder, .dk-error.dk-dropdown__filter-input::placeholder, .dk-input__error::placeholder, .dk-input--error::placeholder {
  color: #cc0000;
  color: var(--red);
}

.dk-input-group--dual-zip {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.dk-input-group--dual-zip label {
  width: 100%;
}

.dk-input-group--dual-zip input {
  width: calc(50% - 20px);
}

.dk-input-group--dual-zip .dual-zip__dash {
  padding-left: 8px;
  padding-right: 8px;
  font-size: 1.3rem;
  height: 40px;
}

.dk-input-group,
.dk-input-group--dual-zip {
  display: flex;
  flex-direction: column;
}

.dk-input-group label,
  .dk-input-group--dual-zip label {
  padding-top: 8px;
}

.dk-input-group .dk-input, .dk-input-group .dk-input__error, .dk-input-group .dk-input--error, .dk-input-group .dk-dropdown__filter-input,
  .dk-input-group--dual-zip .dk-input,
  .dk-input-group--dual-zip .dk-input__error,
  .dk-input-group--dual-zip .dk-input--error,
  .dk-input-group--dual-zip .dk-dropdown__filter-input {
  margin-bottom: 16px;
}

.dk-input-group.dk-error .dk-error-message, .dk-input-group.dk-error .dk-error-message__visible, .dk-input-group.dk-error .dk-input__error-feedback,
  .dk-input-group--dual-zip.dk-error .dk-error-message,
  .dk-input-group--dual-zip.dk-error .dk-error-message__visible,
  .dk-input-group--dual-zip.dk-error .dk-input__error-feedback {
  display: block;
}

.dk-input, .dk-input__error, .dk-input--error, .dk-dropdown__filter-input {
  font-size: 1rem;
  border-radius: 5px;
  padding: 5px 14px;
  box-sizing: border-box;
  height: 40px;
  border: 2px solid transparent;
  box-shadow: 0px 0px 0px 1px #cccccc;
  box-shadow: 0px 0px 0px 1px var(--cloud-grey);
  transition: box-shadow 0.2s ease;
}

.dk-input:focus, .dk-input__error:focus, .dk-input--error:focus, .dk-dropdown__filter-input:focus {
  outline: none;
  box-shadow: 0 0 0 2px #1a1552;
  box-shadow: 0 0 0 2px var(--blurple-blue);
}

.dk-input:focus::before, .dk-input__error:focus::before, .dk-input--error:focus::before, .dk-dropdown__filter-input:focus::before {
  box-shadow: 0px 0px 1px 2px rgba(#1a1552, 0.6);
  box-shadow: 0px 0px 1px 2px rgba(var(--blurple-blue), 0.6);
}

.dk-input::-moz-placeholder, .dk-input__error::-moz-placeholder, .dk-input--error::-moz-placeholder, .dk-dropdown__filter-input::-moz-placeholder {
  color: #222222;
  color: var(--onyx-grey);
}

.dk-input:-ms-input-placeholder, .dk-input__error:-ms-input-placeholder, .dk-input--error:-ms-input-placeholder, .dk-dropdown__filter-input:-ms-input-placeholder {
  color: #222222;
  color: var(--onyx-grey);
}

.dk-input::placeholder, .dk-input__error::placeholder, .dk-input--error::placeholder, .dk-dropdown__filter-input::placeholder {
  color: #222222;
  color: var(--onyx-grey);
}

.dk-input:disabled, .dk-input__error:disabled, .dk-input--error:disabled, .dk-dropdown__filter-input:disabled {
  border: 1px dashed #666666;
  border: 1px dashed var(--stone-grey);
  box-shadow: unset;
  background: white;
}

.dk-input__error + small.dk-error-message, .dk-input__error + small.dk-error-message__visible, .dk-input__error + small.dk-input__error-feedback, .dk-input--error + small.dk-error-message, .dk-input--error + small.dk-error-message__visible, .dk-input--error + small.dk-input__error-feedback {
  display: block;
  opacity: 1;
  transition: all 0.2s ease;
  transform: translateY(0%);
}

.dk-input-label {
  color: #222222;
  color: var(--onyx-grey);
  font-size: 0.857rem;
  margin-bottom: 10px;
  font-weight: bold;
  text-transform: uppercase;
}

.dk-input-helper {
  margin-bottom: 10px;
}

.rtl .dk-input__error-feedback:before {
  padding-right: auto;
  padding-left: 5px;
}

@-webkit-keyframes headshake {
  from {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(10px, 0, 0);
  }

  75% {
    transform: translate3d(-5px, 0, 0);
  }
}

@keyframes headshake {
  from {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(10px, 0, 0);
  }

  75% {
    transform: translate3d(-5px, 0, 0);
  }
}

.dk-dropdown-group {
  padding-bottom: 16px;
}

select.dk-dropdown {
  font-size: 1.2rem;
}

.full-width {
  width: 100%;
}

.dk-dropdown[multiple] {
  min-width: 150px;
}

.dk-dropdown[dk-dropdown--init]:not([data-debug="true"]) {
  transform: scaleY(0);
  pointer-events: none;
  position: absolute;
}

.dk-dropdown__icon {
  pointer-events: none;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
  right: 12px;
  top: 0;
  width: 12px;
  height: 100%;
  color: #1a1552;
  color: var(--blurple-blue);
}

.dk-dropdown__icon::before {
  transition: all 0.2s ease;
  content: "\f107";
  font-family: "dk";
  color: inherit;
  font-size: 20px;
}

.dk-dropdown__container, .dk-dropdown__container--multi {
  font-size: 1rem;
  box-sizing: border-box;
  border-radius: 6px;
  min-width: 100px;
  line-height: 1;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  margin-bottom: 0.2em;
  border: 1px solid #cccccc;
  border: 1px solid var(--cloud-grey);
  height: 40px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  transition: box-shadow 0.2s ease;
  cursor: pointer;
  background: #fff;
}

.dk-dropdown__container:active, .dk-dropdown__container--multi:active {
  box-shadow: none;
}

.dk-dropdown__container:focus, .dk-dropdown__container--multi:focus, .dk-dropdown__container[data-dropdown-open="true"], .dk-dropdown__container--multi[data-dropdown-open="true"] {
  outline: none;
  border-color: transparent;
  box-shadow: 0 0 0 2px #1a1552;
  box-shadow: 0 0 0 2px var(--blurple-blue);
}

.dk-dropdown__container[data-dropdown-open="true"], .dk-dropdown__container--multi[data-dropdown-open="true"],
  .dk-dropdown__container [aria-selected="true"],
  .dk-dropdown__container--multi [aria-selected="true"] {
  pointer-events: all;
  border-bottom-color: transparent;
  border-radius: 6px 6px 0 0;
}

.dk-dropdown__container[data-dropdown-open="true"] .dk-dropdown__icon::before, .dk-dropdown__container--multi[data-dropdown-open="true"] .dk-dropdown__icon::before,
    .dk-dropdown__container [aria-selected="true"] .dk-dropdown__icon::before,
    .dk-dropdown__container--multi [aria-selected="true"] .dk-dropdown__icon::before {
  transform: rotate(0.5turn);
}

.dk-dropdown__container ul, .dk-dropdown__container--multi ul {
  padding: 0;
  margin: 0;
}

.dk-dropdown__container ul:focus, .dk-dropdown__container--multi ul:focus {
  outline: none;
}

.dk-dropdown__container--multi {
  width: 180px;
  height: auto;
  border-radius: 6px;
  background-color: white;
  border: 1px solid #cccccc;
  border: 1px solid var(--cloud-grey);
  overflow-y: auto;
  overflow-x: hidden;
}

.dk-dropdown__container--multiDropdown .dk-dropdown__selected {
  white-space: normal;
}

.dk-dropdown__container--disabled {
  background: #cccccc;
  background: var(--cloud-grey);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #666666;
  color: var(--stone-grey);
}

.dk-dropdown__container--disabled label {
  color: #666666;
  color: var(--stone-grey);
  pointer-events: none;
}

.dk-dropdown__container--disabled input[type="checkbox"].dk-checkbox::before {
  background: transparent;
  pointer-events: none;
}

.dk-dropdown li {
  margin-bottom: 0 !important;
}

.dk-dropdown__selected {
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: inherit;
  padding: 0.6em 2.3em 0.6em 0.9em;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 6px;
  background: inherit;
  line-height: 1;
  z-index: 1;
  white-space: nowrap;
  overflow: hidden;
}

.dk-dropdown__selected span {
  overflow: hidden;
  text-overflow: ellipsis;
}

.dk-dropdown__selected:focus {
  outline: none;
}

.dk-dropdown__selected[data-dropdown-open="true"] {
  pointer-events: all;
  transition-delay: 0s;
  transition-duration: 0.2s;
  border-radius: 6px 6px 0 0;
}

.dk-dropdown__options {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  background: white;
  border-radius: 0 0 6px 6px;
  border-top: none;
  padding: 0;
  margin: 0;
  z-index: 2000;
  transition-delay: 2s;
  transition: max-height 0.25s ease, padding 0.1s ease, border 0.1s;
}

.dk-dropdown__options:focus, .dk-dropdown__options[data-dropdown-open="true"] {
  outline: none;
  box-shadow: 2px 2px 0px #1a1552, -2px 2px 0px #1a1552;
  box-shadow: 2px 2px 0px var(--blurple-blue), -2px 2px 0px var(--blurple-blue);
}

.dk-dropdown__options > ul {
  overflow-y: auto;
  max-height: 170px;
  padding: 0;
  margin: 0;
}

.dk-dropdown__options--multi {
  max-height: 200px;
  width: 100%;
}

.dk-dropdown__options--multi:focus {
  outline: none;
}

.dk-dropdown__options--multi ul {
  background: white;
  margin: 0;
  padding: 0;
}

.dk-dropdown__options--multi li.multi-option {
  display: flex;
  margin: 0 !important;
  padding: 0.1em;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -ms-user-select: none;
  align-items: center;
  justify-content: space-around;
}

.dk-dropdown__options--multi li.multi-option:hover {
  background: #f5f5f5;
  background: var(--ice-grey);
}

.dk-dropdown__options--multi li.multi-option input[type="checkbox"] {
  margin-left: 0.9em;
}

.dk-dropdown__options--multi li.multi-option label {
  top: 1px;
  -webkit-user-select: none;
          user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  line-height: 1.5;
  padding: 3px 4px;
  padding-left: 8px;
  width: 100%;
  height: 100%;
}

.dk-dropdown__options[data-dropdown-open="false"] {
  pointer-events: none;
  max-height: 0;
  padding: 0;
  border-bottom-width: 0;
  overflow: hidden;
}

.dk-dropdown__options[data-dropdown-open="false"] + .dk-dropdown__clear {
  display: none;
}

.dk-dropdown__options[data-dropdown-open="false"] li {
  display: none;
}

.dk-dropdown__options li.single-option {
  display: flex;
  word-break: break-word;
  align-items: center;
  padding: 0.8em;
  padding-left: 0.9em;
  box-sizing: border-box;
  margin: 0 !important;
  cursor: pointer;
}

.dk-dropdown__options li.single-option:hover, .dk-dropdown__options li.single-option:focus {
  background: #f5f5f5;
  background: var(--ice-grey);
}

.dk-dropdown__options li.single-option:focus {
  outline: none;
  border: 1px solid #1a1552;
  border: 1px solid var(--blurple-blue);
  border-left: none;
  border-right: none;
}

.dk-dropdown__options li.single-option:active {
  border: none;
}

.dk-dropdown__options li.single-option[data-selected="true"] {
  background: #e6e6e6;
  background: var(--ice-grey-darken);
  /*background: darken($color: $ice-grey, $amount: 4);*/
}

.dk-dropdown__filter-input {
  margin: 5px 6px;
  height: auto;
}

.dk-dropdown__clear {
  display: none;
  justify-content: center;
  margin-top: 5px;
  margin-bottom: 5px;
  justify-content: flex-start;
  padding-bottom: 0;
  padding: 0 !important;
  margin-bottom: 0 !important;
}

@media (max-width: 768px) {
  .dk-dropdown__clear {
    display: flex;
  }
}

.dk-dropdown__clear > * {
  visibility: hidden;
}

.dk-dropdown__clear[data-show="true"] {
  display: flex;
}

.dk-dropdown__clear[data-show="true"] > * {
  visibility: visible;
}

.dk-dropdown__btn {
  position: relative;
  background: #cc0000;
  background: var(--red);
  color: white;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  margin-bottom: 0px !important;
  padding: 0.3em 0.7em;
  border-radius: 10px;
}

.dk-dropdown__btn:hover {
  background: #a20000;
  background: var(--red--hover);
}

.dk-error.dk-dropdown__container, .dk-error.dk-dropdown__container--multi {
  color: #cc0000;
  color: var(--red);
  border-color: #cc0000;
  border-color: var(--red);
}

.dk-error.dk-dropdown__container .dk-dropdown__options, .dk-error.dk-dropdown__container--multi .dk-dropdown__options {
  border-color: #cc0000;
  border-color: var(--red);
}

.dk-error.dk-dropdown__container .dk-dropdown__icon, .dk-error.dk-dropdown__container--multi .dk-dropdown__icon {
  color: #cc0000;
  color: var(--red);
}

.rtl .dk-dropdown__selected {
  padding-left: 35px;
  padding-right: 0.9em;
}

.rtl .dk-dropdown__icon,
.rtl .dk-dropdown__selected::before {
  right: auto;
  left: 6%;
}

.clusterize-scroll {
  max-height: 200px;
  overflow: auto;
}

.clusterize-extra-row {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.clusterize-extra-row.clusterize-keep-parity {
  display: none;
}

.clusterize-content {
  outline: 0;
  counter-reset: clusterize-counter;
}

.clusterize-no-data td {
  text-align: center;
}

.react-dropdown .dk-dropdown__selected::before {
  opacity: 0;
}

[aria-pressed="true"] ~ .dk-dropdown__icon {
  transform: rotate(0.5turn);
}

/* RADIO BUTTONS */

.dk-radio-group {
  display: flex;
  align-items: flex-start;
}

input[type="radio"].dk-radio-button,
input[type="radio"].dk-radio {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  margin-top: 4px;
  margin-bottom: 4px;
  position: relative;
  height: 16px;
  width: 16px;
}

input[type="radio"].dk-radio-button:focus,
  input[type="radio"].dk-radio:focus {
  outline: none;
}

input[type="radio"].dk-radio-button:focus::before,
    input[type="radio"].dk-radio:focus::before {
  border-color: #221abb;
  border-color: var(--link-blue);
}

input[type="radio"].dk-radio-button::before,
  input[type="radio"].dk-radio::before {
  box-sizing: border-box;
  content: " ";
  display: block;
  position: relative;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #fff;
  border: solid 2px #666666;
  border-radius: 50%;
}

input[type="radio"].dk-radio-button:checked::before,
  input[type="radio"].dk-radio:checked::before {
  content: " ";
  position: relative;
  display: block;
  background-color: #fff;
  border: solid 2px #cc0000;
  border: solid 2px var(--red);
}

input[type="radio"].dk-radio-button:checked::after,
  input[type="radio"].dk-radio:checked::after {
  box-sizing: border-box;
  content: " ";
  display: block;
  position: absolute;
  left: 4px;
  top: 4px;
  height: 8px;
  width: 8px;
  background-color: #cc0000;
  background-color: var(--red);
  -webkit-animation: scaleIn 150ms ease-in-out forwards;
          animation: scaleIn 150ms ease-in-out forwards;
  border-radius: 50%;
}

label.dk-radio-label,
label.dk-radio-button-label {
  padding-top: 5px;
  padding-left: 7px;
}

.rtl input[type="radio"].dk-radio-button:before,
.rtl input[type="radio"].dk-radio:before {
  left: auto;
  right: 0;
}

.rtl input[type="radio"].dk-radio-button[data-checked="true"], .rtl input[type="radio"].dk-radio-button:checked:after,
.rtl input[type="radio"].dk-radio[data-checked="true"],
.rtl input[type="radio"].dk-radio:checked:after {
  left: auto;
  right: 4px;
}

.rtl input[type="radio"].dk-radio-button label.dk-radio-button-label,
.rtl input[type="radio"].dk-radio-button label.dk-radio-label,
.rtl input[type="radio"].dk-radio label.dk-radio-button-label,
.rtl input[type="radio"].dk-radio label.dk-radio-label {
  cursor: pointer;
  margin-left: 5px;
  top: -7px;
  position: relative;
}

.rtl input[type="radio"].dk-radio-button label.dk-radio-button-label::after,
  .rtl input[type="radio"].dk-radio-button label.dk-radio-label::after,
  .rtl input[type="radio"].dk-radio label.dk-radio-button-label::after,
  .rtl input[type="radio"].dk-radio label.dk-radio-label::after {
  content: " ";
  display: table;
  clear: both;
}

.rtl label.dk-radio-button-label {
  margin-left: auto;
  margin-right: 5px;
}

@-webkit-keyframes scaleIn {
  from {
    transform: scale(0);
  }

  to {
    transform: scale(1);
  }
}

@keyframes scaleIn {
  from {
    transform: scale(0);
  }

  to {
    transform: scale(1);
  }
}

/* CHECKBOXES */

.dk-checkbox-group {
  display: flex;
  margin-bottom: 0.4em;
  align-content: flex-end;
}

.dk-checkbox-group input[type="checkbox"].dk-checkbox {
  margin-top: 0;
}

.dk-checkbox-group .dk-checkbox-label {
  margin-left: 0;
}

input[type="checkbox"].dk-checkbox {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 1rem;
  height: 1.2em;
  width: 1.2em;
  min-width: 15px;
  min-height: 12px;
  border: 0.2em solid #666666;
  border: 0.2em solid var(--stone-grey);
  border-radius: 0.25em;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
}

input[type="checkbox"].dk-checkbox:focus {
  outline: none;
  box-shadow: 0 0 0 0.16em #1a1552;
  box-shadow: 0 0 0 0.16em var(--blurple-blue);
}

input[type="checkbox"].dk-checkbox:checked {
  background-color: #cc0000;
  background-color: var(--red);
  border-color: #cc0000;
  border-color: var(--red);
}

input[type="checkbox"].dk-checkbox:checked::after:dir(ltr){
          margin-left: -0.05em; }

input[type="checkbox"].dk-checkbox:checked::after:dir(rtl){
          margin-right: -0.05em; }

input[type="checkbox"].dk-checkbox:checked::after {
  content: "\f00c";
  position: absolute;
  font-family: "dk";
  font-size: 1rem;
  -webkit-margin-before: -0.06em;
          margin-top: -0.06em;
  -webkit-margin-start: -0.05em;
  color: #fff;
  color: var(--white);
  transition: all;
  -webkit-animation: scaleCheck 200ms ease-out forwards;
          animation: scaleCheck 200ms ease-out forwards;
}

@-webkit-keyframes scaleCheck {
  from {
    transform: scale(0);
  }

  50% {
    transform: scale(1.05);
  }

  75% {
    transform: scale(0.95);
  }
}

@keyframes scaleCheck {
  from {
    transform: scale(0);
  }

  50% {
    transform: scale(1.05);
  }

  75% {
    transform: scale(0.95);
  }
}

label.dk-checkbox-label {
  font-size: 1rem;
  display: flex;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  padding-left: 0.6em;
}

.rtl label.dk-checkbox-label {
  margin-left: auto;
  margin-right: 0.6em;
}

.dk-breadcrumb ol {
  color: #444444;
  color: var(--slate-grey);
  list-style: none;
  padding: 0;
  font-size: 12px;
  line-height: 0.8;
}

.dk-breadcrumb ol li {
  color: #444444;
  color: var(--slate-grey);
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 3px;
  font-weight: bold;
}

.dk-breadcrumb ol li:after {
  font-family: "dk", "icomoon";
  content: " \f105";
  white-space: pre;
  font-size: 1em;
}

.dk-breadcrumb ol li:first-child {
  margin-left: 0;
}

.dk-breadcrumb ol li:last-child {
  font-weight: normal;
}

.dk-breadcrumb ol li:last-child:after {
  content: "";
}

.dk-breadcrumb ol li a {
  color: #444444;
  color: var(--slate-grey);
  text-decoration: none;
}

.dk-breadcrumb ol li a:hover {
  text-decoration: underline;
}

@media print {
  .breadcrumbs,
  .dk-breadcrumb {
    display: none;
    padding: 0px;
    margin: 0px;
  }
}

/* Right to left styles */

.rtl .dk-breadcrumb li:after {
  content: " \f104";
}

.content-column .dk-breadcrumb ol {
  margin-top: 0;
}

.dk-message, .dk-message--success, .dk-message--failure, .dk-message--neutral, .dk-message--attention {
  background: #fff;
  background: var(--white);
  padding: 14px;
  margin: 0;
  margin-bottom: 8px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  border: 1px solid #eaeaea;
  border: 1px solid var(--wispy-grey);
}

.dk-message__icon {
  position: relative;
  width: 42px;
  background: #289c28;
  background: var(--success);
  text-decoration: none;
}

.dk-message__icon::before {
  color: #fff;
  color: var(--white);
  position: absolute;
  font-size: 20px;
  line-height: 22px;
  left: 50%;
  top: 14px;
  transform: translateX(-50%);
}

.dk-message__content {
  padding: 14px;
  line-height: 22px;
  width: 100%;
  font-weight: bold;
}

.dk-message__details {
  font-weight: normal;
}

.dk-message__header {
  font-weight: bold;
}

.dk-message__btn {
  width: 35px;
  position: relative;
  padding-top: 12px;
}

.dk-message__btn > * {
  text-decoration: none;
  color: #222222;
  color: var(--onyx-grey);
}

.dk-message__btn button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: transparent;
  outline: none;
  padding: 4px;
  cursor: pointer;
  box-sizing: border-box;
}

.dk-message__btn button:before {
  font-size: 16px;
  border: none;
  background: none;
}

.dk-message--bgYellow {
  background: #fff;
  background: var(--white);
}

.dk-message--success {
  padding: 0;
  display: flex;
}

.dk-message--success .dk-message__icon::before {
  content: "\f00c";
}

.dk-message--failure {
  padding: 0;
  display: flex;
}

.dk-message--failure .dk-message__icon {
  background: #cc0000;
  background: var(--red);
}

.dk-message--failure .dk-message__icon:before {
  content: "\f00d";
  font-size: 16px;
}

.dk-message--neutral {
  padding: 0;
  display: flex;
}

.dk-message--neutral .dk-message__icon {
  background: #217ae2;
  background: var(--info);
}

.dk-message--neutral .dk-message__icon:before {
  content: "\e950";
}

.dk-message--attention {
  padding: 0;
  display: flex;
}

.dk-message--attention .dk-message__icon {
  background: #eec201;
  background: var(--warn);
}

.dk-message--attention .dk-message__icon:before {
  content: "\f06a";
}

.dk-message--cart-line {
  text-align: center;
  border-radius: 0 0 4px 4px;
  border-top: 3px solid #e1e2e3;
  padding: 14px;
  line-height: 1.7;
  background: #f5f5f5;
  background: var(--ice-grey);
}

.dk-modal--small, .dk-modal, .dk-modal--large {
  display: none;
  background-color: white;
  border-radius: 8px;
  position: absolute;
  box-sizing: border-box;
  top: 35vh;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.08);
  max-width: 568px;
  width: 85vw;
  z-index: 102;
}

.dk-modal--small:focus, .dk-modal:focus, .dk-modal--large:focus {
  outline: none;
}

@media (max-width: 380px) {
  .dk-modal--small, .dk-modal, .dk-modal--large {
    top: 10vh;
  }
}

.dk-modal--small {
  max-width: 368px;
}

.dk-modal {
  max-width: 568px;
}

.dk-modal--large {
  max-width: 768px;
}

.dk-modal--large .dk-modal__picture {
  height: 220px;
}

.dk-modal--image .dk-modal__content {
  text-align: center;
}

.dk-modal--image .dk-modal__close {
  top: 14px;
  right: 14px;
  padding: 3px;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.08);
  border: solid 1px #eaeaea;
  background: white;
}

.dk-modal--large.dk-modal--image .dk-modal__content,
.dk-modal--large.dk-modal--image .dk-modal__title {
  padding-right: 80px;
  padding-left: 80px;
}

@media (max-width: 720px) {
  .dk-modal--large.dk-modal--image .dk-modal__content,
    .dk-modal--large.dk-modal--image .dk-modal__title {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.dk-modal__title {
  padding: 24px;
  padding-bottom: 2px;
  font-size: 22px;
  font-weight: bold;
}

.dk-modal__picture {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

@media (max-width: 500px) {
  .dk-modal__picture {
    height: 150px;
  }
}

.dk-modal__picture img {
  width: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.dk-modal__content {
  padding: 24px;
  padding-top: 0;
}

.dk-modal__content--headline,
p.dk-modal__content--headline {
  font-size: 22px;
  color: #222222;
  color: var(--onyx-grey);
  font-weight: bold;
  padding-top: 24px;
  margin: 0px;
}

.dk-modal__close {
  top: 24px;
  right: 24px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  position: absolute;
  border-radius: 50%;
  text-decoration: none;
  font-weight: bold;
  color: #979797;
  width: 25px;
  height: 25px;
  text-align: center;
  padding: 0px;
}

.dk-modal__close:before {
  content: "\f00d";
  position: absolute;
  font-size: 17px;
  top: 52%;
  left: 53%;
  transform: translate(-50%, -50%);
}

.rtl .dk-modal__close {
  right: initial;
  left: 24px;
}

.dk-site__mask {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 101;
}

.dk-collapse__section {
  overflow: hidden;
  margin: 0 auto;
}

.dk-collapse:not(.dk-show) {
  display: none;
}

.dk-collapsing {
  height: 0;
  overflow: hidden;
  transition: height 190ms ease-out;
}

.dk-accordion__panel {
  border-bottom: 1px solid #444444;
  border-bottom: 1px solid var(--slate-grey);
}

.dk-accordion__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  padding-right: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  width: 100%;
  font-size: 1.2rem;
  cursor: pointer;
  font-weight: bold;
}

.dk-accordion__trigger:hover .trigger__icon {
  color: #666666;
  color: var(--stone-grey);
}

.dk-accordion__trigger:focus, .dk-accordion__trigger[aria-expanded="true"] {
  outline: none;
}

.dk-accordion__trigger:focus .trigger__icon::before, .dk-accordion__trigger[aria-expanded="true"] .trigger__icon::before {
  box-shadow: 0 0 0 2px white;
}

.dk-accordion__trigger:focus .trigger__icon::after, .dk-accordion__trigger[aria-expanded="true"] .trigger__icon::after {
  box-shadow: 0 0 0 3px #666666;
  box-shadow: 0 0 0 3px var(--stone-grey);
}

.dk-accordion__trigger:active {
  background: none;
}

.dk-accordion__trigger[aria-expanded="true"] {
  color: #cc0000;
  color: var(--red);
}

.dk-accordion__trigger[aria-expanded="true"] .trigger__icon {
  color: inherit;
}

.dk-accordion__trigger[aria-expanded="true"] .trigger__icon::after {
  background: #cc0000;
  background: var(--red);
  box-shadow: 0 0 0 3px #cc0000;
  box-shadow: 0 0 0 3px var(--red);
}

.dk-accordion__trigger[aria-expanded="true"] .trigger__icon::before {
  box-shadow: 0 0 0 1px white;
  color: white;
  transform: rotate(0deg);
}

.dk-accordion .trigger__icon {
  position: relative;
  font-family: "dk";
  font-size: 1.2em;
  color: #1a1552;
  color: var(--blurple-blue);
}

.dk-accordion .trigger__icon::after {
  color: inherit;
  content: "\f056";
  border-radius: 50%;
}

.dk-accordion .trigger__icon::before {
  color: inherit;
  transform: rotate(-90deg);
  position: absolute;
  border-radius: 50%;
  content: "\f056";
  transition: transform 0.1s ease-out;
}

.dk-accordion__content {
  box-sizing: border-box;
  padding: 8px 0 16px 0;
}

.dk-show-more {
  display: -ms-grid;
  display: grid;
  position: relative;
  -ms-grid-columns: auto 100px auto;
  grid-template-columns: auto 100px auto;
}

.dk-show-more::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: " ";
  height: 2px;
  width: 100%;
  background: #cccccc;
  background: var(--cloud-grey);
  z-index: -1;
}

.dk-show-more__button {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  margin: 2px auto;
}

.dk-show-more__button[aria-expanded="true"] .dk-show-more__less {
  display: block;
}

.dk-show-more__button[aria-expanded="true"] .dk-show-more__more {
  display: none;
}

.dk-show-more__button .dk-show-more__less {
  display: none;
}

.dk-pagination {
  font-size: 1rem;
  line-height: 1.16em;
}

.dk-pagination__list {
  font-size: inherit;
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}

.dk-pagination__list li {
  position: relative;
}

.dk-pagination__list li:last-child .dk-pagination__link:dir(ltr){
          margin-right: 0px; }

.dk-pagination__list li:last-child .dk-pagination__link:dir(rtl){
          margin-left: 0px; }

.dk-pagination__list li:last-child .dk-pagination__link {
  -webkit-margin-end: 0px;
}

.dk-pagination__previous--group {
  display: flex;
  justify-content: center;
  align-items: center;
}

.dk-pagination__previous--group a:before {
  font-size: 1.5em;
  content: "";
  font-family: "dk";
}

.dk-pagination__previous--page {
  display: flex;
  justify-content: center;
  align-items: center;
}

.dk-pagination__previous--page a:before {
  font-size: 1.5em;
  content: "";
  font-family: "dk";
}

.dk-pagination__next--group {
  display: flex;
  justify-content: center;
  align-items: center;
}

.dk-pagination__next--group a:before {
  font-size: 1.5em;
  content: "";
  font-family: "dk";
}

.dk-pagination__next--page {
  display: flex;
  justify-content: center;
  align-items: center;
}

.dk-pagination__next--page a:before {
  font-size: 1.5em;
  content: "";
  font-family: "dk";
}

.dk-pagination__item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.dk-pagination__link:dir(ltr){
          margin-right: 0.6em; }

.dk-pagination__link:dir(rtl){
          margin-left: 0.6em; }

.dk-pagination__link {
  color: #1a1552;
  color: var(--blurple-blue);
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  text-align: center;
  font-size: inherit;
  line-height: 1em;
  height: 2em;
  width: 1em;
  text-decoration: none;
  -webkit-margin-end: 0.6em;
}

.dk-pagination__link:focus, .dk-pagination__link:hover {
  outline: none;
}

.dk-pagination__link:focus:after, .dk-pagination__link:hover:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0.2em;
  height: 0.15em;
  width: 90%;
  background: #cc0000;
  background: var(--red);
}

.dk-pagination__link[aria-current="page"] {
  background: #cc0000;
  background: var(--red);
  width: 2em;
  border-radius: 50%;
  color: #fff;
  color: var(--white);
}

.dk-pagination__link[aria-current="page"]:after {
  display: none;
}

.dk-pagination__link[aria-current="page"]:hover, .dk-pagination__link[aria-current="page"]:focus {
  background: #a20000;
  background: var(--red--hover);
}

.dk-pagination__link[aria-disabled="true"] {
  display: none;
}

.dk-pagination .dk-pagination__is-disabled {
  display: none;
}

.rtl .dk-pagination__previous--group a:before,
[dir="rtl"] .dk-pagination__previous--group a:before {
  content: "\e913";
}

.rtl .dk-pagination__previous--page a:before,
[dir="rtl"] .dk-pagination__previous--page a:before {
  content: "\f105";
}

.rtl .dk-pagination__next--group a:before,
[dir="rtl"] .dk-pagination__next--group a:before {
  content: "\e90d";
}

.rtl .dk-pagination__next--page a:before,
[dir="rtl"] .dk-pagination__next--page a:before {
  content: "\f104";
}

/* Print Styles */

/* This will be phased out as font icons replace the help.png */

img[src*="help.png"] {
  vertical-align: middle;
  padding: 0 5px;
}

.story__center-center {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.visible {
  display: block;
}

.hidden {
  display: none;
}

@media (min-width: 640px){
  .sm\:m-1{
    margin: 8px !important;
  }

  .sm\:m-2{
    margin: 16px !important;
  }

  .sm\:m-3{
    margin: 24px !important;
  }

  .sm\:m-4{
    margin: 32px !important;
  }

  .sm\:m-5{
    margin: 40px !important;
  }

  .sm\:m-6{
    margin: 48px !important;
  }

  .sm\:m-auto{
    margin: auto !important;
  }

  .sm\:-m-1{
    margin: -8px !important;
  }

  .sm\:-m-2{
    margin: -16px !important;
  }

  .sm\:-m-3{
    margin: -24px !important;
  }

  .sm\:-m-4{
    margin: -32px !important;
  }

  .sm\:-m-5{
    margin: -40px !important;
  }

  .sm\:-m-6{
    margin: -48px !important;
  }

  .sm\:my-1{
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  .sm\:mx-1{
    margin-left: 8px !important;
    margin-right: 8px !important;
  }

  .sm\:my-2{
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }

  .sm\:mx-2{
    margin-left: 16px !important;
    margin-right: 16px !important;
  }

  .sm\:my-3{
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }

  .sm\:mx-3{
    margin-left: 24px !important;
    margin-right: 24px !important;
  }

  .sm\:my-4{
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }

  .sm\:mx-4{
    margin-left: 32px !important;
    margin-right: 32px !important;
  }

  .sm\:my-5{
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .sm\:mx-5{
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .sm\:my-6{
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }

  .sm\:mx-6{
    margin-left: 48px !important;
    margin-right: 48px !important;
  }

  .sm\:my-auto{
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .sm\:mx-auto{
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .sm\:-my-1{
    margin-top: -8px !important;
    margin-bottom: -8px !important;
  }

  .sm\:-mx-1{
    margin-left: -8px !important;
    margin-right: -8px !important;
  }

  .sm\:-my-2{
    margin-top: -16px !important;
    margin-bottom: -16px !important;
  }

  .sm\:-mx-2{
    margin-left: -16px !important;
    margin-right: -16px !important;
  }

  .sm\:-my-3{
    margin-top: -24px !important;
    margin-bottom: -24px !important;
  }

  .sm\:-mx-3{
    margin-left: -24px !important;
    margin-right: -24px !important;
  }

  .sm\:-my-4{
    margin-top: -32px !important;
    margin-bottom: -32px !important;
  }

  .sm\:-mx-4{
    margin-left: -32px !important;
    margin-right: -32px !important;
  }

  .sm\:-my-5{
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }

  .sm\:-mx-5{
    margin-left: -40px !important;
    margin-right: -40px !important;
  }

  .sm\:-my-6{
    margin-top: -48px !important;
    margin-bottom: -48px !important;
  }

  .sm\:-mx-6{
    margin-left: -48px !important;
    margin-right: -48px !important;
  }

  .sm\:mt-1{
    margin-top: 8px !important;
  }

  .sm\:mr-1{
    margin-right: 8px !important;
  }

  .sm\:mb-1{
    margin-bottom: 8px !important;
  }

  .sm\:ml-1{
    margin-left: 8px !important;
  }

  .sm\:mt-2{
    margin-top: 16px !important;
  }

  .sm\:mr-2{
    margin-right: 16px !important;
  }

  .sm\:mb-2{
    margin-bottom: 16px !important;
  }

  .sm\:ml-2{
    margin-left: 16px !important;
  }

  .sm\:mt-3{
    margin-top: 24px !important;
  }

  .sm\:mr-3{
    margin-right: 24px !important;
  }

  .sm\:mb-3{
    margin-bottom: 24px !important;
  }

  .sm\:ml-3{
    margin-left: 24px !important;
  }

  .sm\:mt-4{
    margin-top: 32px !important;
  }

  .sm\:mr-4{
    margin-right: 32px !important;
  }

  .sm\:mb-4{
    margin-bottom: 32px !important;
  }

  .sm\:ml-4{
    margin-left: 32px !important;
  }

  .sm\:mt-5{
    margin-top: 40px !important;
  }

  .sm\:mr-5{
    margin-right: 40px !important;
  }

  .sm\:mb-5{
    margin-bottom: 40px !important;
  }

  .sm\:ml-5{
    margin-left: 40px !important;
  }

  .sm\:mt-6{
    margin-top: 48px !important;
  }

  .sm\:mr-6{
    margin-right: 48px !important;
  }

  .sm\:mb-6{
    margin-bottom: 48px !important;
  }

  .sm\:ml-6{
    margin-left: 48px !important;
  }

  .sm\:mt-auto{
    margin-top: auto !important;
  }

  .sm\:mr-auto{
    margin-right: auto !important;
  }

  .sm\:mb-auto{
    margin-bottom: auto !important;
  }

  .sm\:ml-auto{
    margin-left: auto !important;
  }

  .sm\:-mt-1{
    margin-top: -8px !important;
  }

  .sm\:-mr-1{
    margin-right: -8px !important;
  }

  .sm\:-mb-1{
    margin-bottom: -8px !important;
  }

  .sm\:-ml-1{
    margin-left: -8px !important;
  }

  .sm\:-mt-2{
    margin-top: -16px !important;
  }

  .sm\:-mr-2{
    margin-right: -16px !important;
  }

  .sm\:-mb-2{
    margin-bottom: -16px !important;
  }

  .sm\:-ml-2{
    margin-left: -16px !important;
  }

  .sm\:-mt-3{
    margin-top: -24px !important;
  }

  .sm\:-mr-3{
    margin-right: -24px !important;
  }

  .sm\:-mb-3{
    margin-bottom: -24px !important;
  }

  .sm\:-ml-3{
    margin-left: -24px !important;
  }

  .sm\:-mt-4{
    margin-top: -32px !important;
  }

  .sm\:-mr-4{
    margin-right: -32px !important;
  }

  .sm\:-mb-4{
    margin-bottom: -32px !important;
  }

  .sm\:-ml-4{
    margin-left: -32px !important;
  }

  .sm\:-mt-5{
    margin-top: -40px !important;
  }

  .sm\:-mr-5{
    margin-right: -40px !important;
  }

  .sm\:-mb-5{
    margin-bottom: -40px !important;
  }

  .sm\:-ml-5{
    margin-left: -40px !important;
  }

  .sm\:-mt-6{
    margin-top: -48px !important;
  }

  .sm\:-mr-6{
    margin-right: -48px !important;
  }

  .sm\:-mb-6{
    margin-bottom: -48px !important;
  }

  .sm\:-ml-6{
    margin-left: -48px !important;
  }

  .sm\:p-1{
    padding: 8px !important;
  }

  .sm\:p-2{
    padding: 16px !important;
  }

  .sm\:p-3{
    padding: 24px !important;
  }

  .sm\:p-4{
    padding: 32px !important;
  }

  .sm\:p-5{
    padding: 40px !important;
  }

  .sm\:p-6{
    padding: 48px !important;
  }

  .sm\:py-1{
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .sm\:px-1{
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .sm\:py-2{
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .sm\:px-2{
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .sm\:py-3{
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .sm\:px-3{
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .sm\:py-4{
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  .sm\:px-4{
    padding-left: 32px !important;
    padding-right: 32px !important;
  }

  .sm\:py-5{
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .sm\:px-5{
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .sm\:py-6{
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .sm\:px-6{
    padding-left: 48px !important;
    padding-right: 48px !important;
  }

  .sm\:pt-1{
    padding-top: 8px !important;
  }

  .sm\:pr-1{
    padding-right: 8px !important;
  }

  .sm\:pb-1{
    padding-bottom: 8px !important;
  }

  .sm\:pl-1{
    padding-left: 8px !important;
  }

  .sm\:pt-2{
    padding-top: 16px !important;
  }

  .sm\:pr-2{
    padding-right: 16px !important;
  }

  .sm\:pb-2{
    padding-bottom: 16px !important;
  }

  .sm\:pl-2{
    padding-left: 16px !important;
  }

  .sm\:pt-3{
    padding-top: 24px !important;
  }

  .sm\:pr-3{
    padding-right: 24px !important;
  }

  .sm\:pb-3{
    padding-bottom: 24px !important;
  }

  .sm\:pl-3{
    padding-left: 24px !important;
  }

  .sm\:pt-4{
    padding-top: 32px !important;
  }

  .sm\:pr-4{
    padding-right: 32px !important;
  }

  .sm\:pb-4{
    padding-bottom: 32px !important;
  }

  .sm\:pl-4{
    padding-left: 32px !important;
  }

  .sm\:pt-5{
    padding-top: 40px !important;
  }

  .sm\:pr-5{
    padding-right: 40px !important;
  }

  .sm\:pb-5{
    padding-bottom: 40px !important;
  }

  .sm\:pl-5{
    padding-left: 40px !important;
  }

  .sm\:pt-6{
    padding-top: 48px !important;
  }

  .sm\:pr-6{
    padding-right: 48px !important;
  }

  .sm\:pb-6{
    padding-bottom: 48px !important;
  }

  .sm\:pl-6{
    padding-left: 48px !important;
  }

  .sm\:sr-only{
    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-width: 0 !important;
  }

  .sm\:not-sr-only{
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .sm\:focus\:sr-only:focus{
    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-width: 0 !important;
  }

  .sm\:focus\:not-sr-only:focus{
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .sm\:w-1{
    width: 8px !important;
  }

  .sm\:w-2{
    width: 16px !important;
  }

  .sm\:w-3{
    width: 24px !important;
  }

  .sm\:w-4{
    width: 32px !important;
  }

  .sm\:w-5{
    width: 40px !important;
  }

  .sm\:w-6{
    width: 48px !important;
  }

  .sm\:w-auto{
    width: auto !important;
  }

  .sm\:w-1\/2{
    width: 50% !important;
  }

  .sm\:w-1\/3{
    width: 33.333333% !important;
  }

  .sm\:w-2\/3{
    width: 66.666667% !important;
  }

  .sm\:w-1\/4{
    width: 25% !important;
  }

  .sm\:w-2\/4{
    width: 50% !important;
  }

  .sm\:w-3\/4{
    width: 75% !important;
  }

  .sm\:w-1\/5{
    width: 20% !important;
  }

  .sm\:w-2\/5{
    width: 40% !important;
  }

  .sm\:w-3\/5{
    width: 60% !important;
  }

  .sm\:w-4\/5{
    width: 80% !important;
  }

  .sm\:w-1\/6{
    width: 16.666667% !important;
  }

  .sm\:w-2\/6{
    width: 33.333333% !important;
  }

  .sm\:w-3\/6{
    width: 50% !important;
  }

  .sm\:w-4\/6{
    width: 66.666667% !important;
  }

  .sm\:w-5\/6{
    width: 83.333333% !important;
  }

  .sm\:w-1\/12{
    width: 8.333333% !important;
  }

  .sm\:w-2\/12{
    width: 16.666667% !important;
  }

  .sm\:w-3\/12{
    width: 25% !important;
  }

  .sm\:w-4\/12{
    width: 33.333333% !important;
  }

  .sm\:w-5\/12{
    width: 41.666667% !important;
  }

  .sm\:w-6\/12{
    width: 50% !important;
  }

  .sm\:w-7\/12{
    width: 58.333333% !important;
  }

  .sm\:w-8\/12{
    width: 66.666667% !important;
  }

  .sm\:w-9\/12{
    width: 75% !important;
  }

  .sm\:w-10\/12{
    width: 83.333333% !important;
  }

  .sm\:w-11\/12{
    width: 91.666667% !important;
  }

  .sm\:w-full{
    width: 100% !important;
  }

  .sm\:w-screen{
    width: 100vw !important;
  }

  .sm\:flex-1{
    flex: 1 1 0% !important;
  }

  .sm\:flex-auto{
    flex: 1 1 auto !important;
  }

  .sm\:flex-initial{
    flex: 0 1 auto !important;
  }

  .sm\:flex-none{
    flex: none !important;
  }

  .sm\:block{
    display: block !important;
  }

  .sm\:inline-block{
    display: inline-block !important;
  }

  .sm\:inline{
    display: inline !important;
  }

  .sm\:flex{
    display: flex !important;
  }

  .sm\:inline-flex{
    display: inline-flex !important;
  }

  .sm\:table{
    display: table !important;
  }

  .sm\:table-caption{
    display: table-caption !important;
  }

  .sm\:table-cell{
    display: table-cell !important;
  }

  .sm\:table-column{
    display: table-column !important;
  }

  .sm\:table-column-group{
    display: table-column-group !important;
  }

  .sm\:table-footer-group{
    display: table-footer-group !important;
  }

  .sm\:table-header-group{
    display: table-header-group !important;
  }

  .sm\:table-row-group{
    display: table-row-group !important;
  }

  .sm\:table-row{
    display: table-row !important;
  }

  .sm\:flow-root{
    display: flow-root !important;
  }

  .sm\:grid{
    display: -ms-grid !important;
    display: grid !important;
  }

  .sm\:inline-grid{
    display: -ms-inline-grid !important;
    display: inline-grid !important;
  }

  .sm\:contents{
    display: contents !important;
  }

  .sm\:hidden{
    display: none !important;
  }

  .sm\:flex-row{
    flex-direction: row !important;
  }

  .sm\:flex-row-reverse{
    flex-direction: row-reverse !important;
  }

  .sm\:flex-col{
    flex-direction: column !important;
  }

  .sm\:flex-col-reverse{
    flex-direction: column-reverse !important;
  }

  .sm\:items-start{
    align-items: flex-start !important;
  }

  .sm\:items-end{
    align-items: flex-end !important;
  }

  .sm\:items-center{
    align-items: center !important;
  }

  .sm\:items-baseline{
    align-items: baseline !important;
  }

  .sm\:items-stretch{
    align-items: stretch !important;
  }

  .sm\:justify-start{
    justify-content: flex-start !important;
  }

  .sm\:justify-end{
    justify-content: flex-end !important;
  }

  .sm\:justify-center{
    justify-content: center !important;
  }

  .sm\:justify-between{
    justify-content: space-between !important;
  }

  .sm\:justify-around{
    justify-content: space-around !important;
  }

  .sm\:justify-evenly{
    justify-content: space-evenly !important;
  }

  .sm\:text-left{
    text-align: left !important;
  }

  .sm\:text-center{
    text-align: center !important;
  }

  .sm\:text-right{
    text-align: right !important;
  }

  .sm\:text-justify{
    text-align: justify !important;
  }

  .sm\:flex-wrap{
    flex-wrap: wrap !important;
  }

  .sm\:flex-wrap-reverse{
    flex-wrap: wrap-reverse !important;
  }

  .sm\:flex-no-wrap{
    flex-wrap: nowrap !important;
  }

  .sm\:bg-transparent{
    background-color: transparent !important;
  }

  .sm\:bg-current{
    background-color: currentColor !important;
  }

  .sm\:bg-black{
    background-color: #000 !important;
  }

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

  .sm\:bg-gray-100{
    background-color: #f7fafc !important;
  }

  .sm\:bg-gray-200{
    background-color: #edf2f7 !important;
  }

  .sm\:bg-gray-300{
    background-color: #e2e8f0 !important;
  }

  .sm\:bg-gray-400{
    background-color: #cbd5e0 !important;
  }

  .sm\:bg-gray-500{
    background-color: #a0aec0 !important;
  }

  .sm\:bg-gray-600{
    background-color: #718096 !important;
  }

  .sm\:bg-gray-700{
    background-color: #4a5568 !important;
  }

  .sm\:bg-gray-800{
    background-color: #2d3748 !important;
  }

  .sm\:bg-gray-900{
    background-color: #1a202c !important;
  }

  .sm\:bg-red-100{
    background-color: #fff5f5 !important;
  }

  .sm\:bg-red-200{
    background-color: #fed7d7 !important;
  }

  .sm\:bg-red-300{
    background-color: #feb2b2 !important;
  }

  .sm\:bg-red-400{
    background-color: #fc8181 !important;
  }

  .sm\:bg-red-500{
    background-color: #f56565 !important;
  }

  .sm\:bg-red-600{
    background-color: #e53e3e !important;
  }

  .sm\:bg-red-700{
    background-color: #c53030 !important;
  }

  .sm\:bg-red-800{
    background-color: #9b2c2c !important;
  }

  .sm\:bg-red-900{
    background-color: #742a2a !important;
  }

  .sm\:bg-orange-100{
    background-color: #fffaf0 !important;
  }

  .sm\:bg-orange-200{
    background-color: #feebc8 !important;
  }

  .sm\:bg-orange-300{
    background-color: #fbd38d !important;
  }

  .sm\:bg-orange-400{
    background-color: #f6ad55 !important;
  }

  .sm\:bg-orange-500{
    background-color: #ed8936 !important;
  }

  .sm\:bg-orange-600{
    background-color: #dd6b20 !important;
  }

  .sm\:bg-orange-700{
    background-color: #c05621 !important;
  }

  .sm\:bg-orange-800{
    background-color: #9c4221 !important;
  }

  .sm\:bg-orange-900{
    background-color: #7b341e !important;
  }

  .sm\:bg-yellow-100{
    background-color: #fffff0 !important;
  }

  .sm\:bg-yellow-200{
    background-color: #fefcbf !important;
  }

  .sm\:bg-yellow-300{
    background-color: #faf089 !important;
  }

  .sm\:bg-yellow-400{
    background-color: #f6e05e !important;
  }

  .sm\:bg-yellow-500{
    background-color: #ecc94b !important;
  }

  .sm\:bg-yellow-600{
    background-color: #d69e2e !important;
  }

  .sm\:bg-yellow-700{
    background-color: #b7791f !important;
  }

  .sm\:bg-yellow-800{
    background-color: #975a16 !important;
  }

  .sm\:bg-yellow-900{
    background-color: #744210 !important;
  }

  .sm\:bg-green-100{
    background-color: #f0fff4 !important;
  }

  .sm\:bg-green-200{
    background-color: #c6f6d5 !important;
  }

  .sm\:bg-green-300{
    background-color: #9ae6b4 !important;
  }

  .sm\:bg-green-400{
    background-color: #68d391 !important;
  }

  .sm\:bg-green-500{
    background-color: #48bb78 !important;
  }

  .sm\:bg-green-600{
    background-color: #38a169 !important;
  }

  .sm\:bg-green-700{
    background-color: #2f855a !important;
  }

  .sm\:bg-green-800{
    background-color: #276749 !important;
  }

  .sm\:bg-green-900{
    background-color: #22543d !important;
  }

  .sm\:bg-teal-100{
    background-color: #e6fffa !important;
  }

  .sm\:bg-teal-200{
    background-color: #b2f5ea !important;
  }

  .sm\:bg-teal-300{
    background-color: #81e6d9 !important;
  }

  .sm\:bg-teal-400{
    background-color: #4fd1c5 !important;
  }

  .sm\:bg-teal-500{
    background-color: #38b2ac !important;
  }

  .sm\:bg-teal-600{
    background-color: #319795 !important;
  }

  .sm\:bg-teal-700{
    background-color: #2c7a7b !important;
  }

  .sm\:bg-teal-800{
    background-color: #285e61 !important;
  }

  .sm\:bg-teal-900{
    background-color: #234e52 !important;
  }

  .sm\:bg-blue-100{
    background-color: #ebf8ff !important;
  }

  .sm\:bg-blue-200{
    background-color: #bee3f8 !important;
  }

  .sm\:bg-blue-300{
    background-color: #90cdf4 !important;
  }

  .sm\:bg-blue-400{
    background-color: #63b3ed !important;
  }

  .sm\:bg-blue-500{
    background-color: #4299e1 !important;
  }

  .sm\:bg-blue-600{
    background-color: #3182ce !important;
  }

  .sm\:bg-blue-700{
    background-color: #2b6cb0 !important;
  }

  .sm\:bg-blue-800{
    background-color: #2c5282 !important;
  }

  .sm\:bg-blue-900{
    background-color: #2a4365 !important;
  }

  .sm\:bg-indigo-100{
    background-color: #ebf4ff !important;
  }

  .sm\:bg-indigo-200{
    background-color: #c3dafe !important;
  }

  .sm\:bg-indigo-300{
    background-color: #a3bffa !important;
  }

  .sm\:bg-indigo-400{
    background-color: #7f9cf5 !important;
  }

  .sm\:bg-indigo-500{
    background-color: #667eea !important;
  }

  .sm\:bg-indigo-600{
    background-color: #5a67d8 !important;
  }

  .sm\:bg-indigo-700{
    background-color: #4c51bf !important;
  }

  .sm\:bg-indigo-800{
    background-color: #434190 !important;
  }

  .sm\:bg-indigo-900{
    background-color: #3c366b !important;
  }

  .sm\:bg-purple-100{
    background-color: #faf5ff !important;
  }

  .sm\:bg-purple-200{
    background-color: #e9d8fd !important;
  }

  .sm\:bg-purple-300{
    background-color: #d6bcfa !important;
  }

  .sm\:bg-purple-400{
    background-color: #b794f4 !important;
  }

  .sm\:bg-purple-500{
    background-color: #9f7aea !important;
  }

  .sm\:bg-purple-600{
    background-color: #805ad5 !important;
  }

  .sm\:bg-purple-700{
    background-color: #6b46c1 !important;
  }

  .sm\:bg-purple-800{
    background-color: #553c9a !important;
  }

  .sm\:bg-purple-900{
    background-color: #44337a !important;
  }

  .sm\:bg-pink-100{
    background-color: #fff5f7 !important;
  }

  .sm\:bg-pink-200{
    background-color: #fed7e2 !important;
  }

  .sm\:bg-pink-300{
    background-color: #fbb6ce !important;
  }

  .sm\:bg-pink-400{
    background-color: #f687b3 !important;
  }

  .sm\:bg-pink-500{
    background-color: #ed64a6 !important;
  }

  .sm\:bg-pink-600{
    background-color: #d53f8c !important;
  }

  .sm\:bg-pink-700{
    background-color: #b83280 !important;
  }

  .sm\:bg-pink-800{
    background-color: #97266d !important;
  }

  .sm\:bg-pink-900{
    background-color: #702459 !important;
  }

  .sm\:hover\:bg-transparent:hover{
    background-color: transparent !important;
  }

  .sm\:hover\:bg-current:hover{
    background-color: currentColor !important;
  }

  .sm\:hover\:bg-black:hover{
    background-color: #000 !important;
  }

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

  .sm\:hover\:bg-gray-100:hover{
    background-color: #f7fafc !important;
  }

  .sm\:hover\:bg-gray-200:hover{
    background-color: #edf2f7 !important;
  }

  .sm\:hover\:bg-gray-300:hover{
    background-color: #e2e8f0 !important;
  }

  .sm\:hover\:bg-gray-400:hover{
    background-color: #cbd5e0 !important;
  }

  .sm\:hover\:bg-gray-500:hover{
    background-color: #a0aec0 !important;
  }

  .sm\:hover\:bg-gray-600:hover{
    background-color: #718096 !important;
  }

  .sm\:hover\:bg-gray-700:hover{
    background-color: #4a5568 !important;
  }

  .sm\:hover\:bg-gray-800:hover{
    background-color: #2d3748 !important;
  }

  .sm\:hover\:bg-gray-900:hover{
    background-color: #1a202c !important;
  }

  .sm\:hover\:bg-red-100:hover{
    background-color: #fff5f5 !important;
  }

  .sm\:hover\:bg-red-200:hover{
    background-color: #fed7d7 !important;
  }

  .sm\:hover\:bg-red-300:hover{
    background-color: #feb2b2 !important;
  }

  .sm\:hover\:bg-red-400:hover{
    background-color: #fc8181 !important;
  }

  .sm\:hover\:bg-red-500:hover{
    background-color: #f56565 !important;
  }

  .sm\:hover\:bg-red-600:hover{
    background-color: #e53e3e !important;
  }

  .sm\:hover\:bg-red-700:hover{
    background-color: #c53030 !important;
  }

  .sm\:hover\:bg-red-800:hover{
    background-color: #9b2c2c !important;
  }

  .sm\:hover\:bg-red-900:hover{
    background-color: #742a2a !important;
  }

  .sm\:hover\:bg-orange-100:hover{
    background-color: #fffaf0 !important;
  }

  .sm\:hover\:bg-orange-200:hover{
    background-color: #feebc8 !important;
  }

  .sm\:hover\:bg-orange-300:hover{
    background-color: #fbd38d !important;
  }

  .sm\:hover\:bg-orange-400:hover{
    background-color: #f6ad55 !important;
  }

  .sm\:hover\:bg-orange-500:hover{
    background-color: #ed8936 !important;
  }

  .sm\:hover\:bg-orange-600:hover{
    background-color: #dd6b20 !important;
  }

  .sm\:hover\:bg-orange-700:hover{
    background-color: #c05621 !important;
  }

  .sm\:hover\:bg-orange-800:hover{
    background-color: #9c4221 !important;
  }

  .sm\:hover\:bg-orange-900:hover{
    background-color: #7b341e !important;
  }

  .sm\:hover\:bg-yellow-100:hover{
    background-color: #fffff0 !important;
  }

  .sm\:hover\:bg-yellow-200:hover{
    background-color: #fefcbf !important;
  }

  .sm\:hover\:bg-yellow-300:hover{
    background-color: #faf089 !important;
  }

  .sm\:hover\:bg-yellow-400:hover{
    background-color: #f6e05e !important;
  }

  .sm\:hover\:bg-yellow-500:hover{
    background-color: #ecc94b !important;
  }

  .sm\:hover\:bg-yellow-600:hover{
    background-color: #d69e2e !important;
  }

  .sm\:hover\:bg-yellow-700:hover{
    background-color: #b7791f !important;
  }

  .sm\:hover\:bg-yellow-800:hover{
    background-color: #975a16 !important;
  }

  .sm\:hover\:bg-yellow-900:hover{
    background-color: #744210 !important;
  }

  .sm\:hover\:bg-green-100:hover{
    background-color: #f0fff4 !important;
  }

  .sm\:hover\:bg-green-200:hover{
    background-color: #c6f6d5 !important;
  }

  .sm\:hover\:bg-green-300:hover{
    background-color: #9ae6b4 !important;
  }

  .sm\:hover\:bg-green-400:hover{
    background-color: #68d391 !important;
  }

  .sm\:hover\:bg-green-500:hover{
    background-color: #48bb78 !important;
  }

  .sm\:hover\:bg-green-600:hover{
    background-color: #38a169 !important;
  }

  .sm\:hover\:bg-green-700:hover{
    background-color: #2f855a !important;
  }

  .sm\:hover\:bg-green-800:hover{
    background-color: #276749 !important;
  }

  .sm\:hover\:bg-green-900:hover{
    background-color: #22543d !important;
  }

  .sm\:hover\:bg-teal-100:hover{
    background-color: #e6fffa !important;
  }

  .sm\:hover\:bg-teal-200:hover{
    background-color: #b2f5ea !important;
  }

  .sm\:hover\:bg-teal-300:hover{
    background-color: #81e6d9 !important;
  }

  .sm\:hover\:bg-teal-400:hover{
    background-color: #4fd1c5 !important;
  }

  .sm\:hover\:bg-teal-500:hover{
    background-color: #38b2ac !important;
  }

  .sm\:hover\:bg-teal-600:hover{
    background-color: #319795 !important;
  }

  .sm\:hover\:bg-teal-700:hover{
    background-color: #2c7a7b !important;
  }

  .sm\:hover\:bg-teal-800:hover{
    background-color: #285e61 !important;
  }

  .sm\:hover\:bg-teal-900:hover{
    background-color: #234e52 !important;
  }

  .sm\:hover\:bg-blue-100:hover{
    background-color: #ebf8ff !important;
  }

  .sm\:hover\:bg-blue-200:hover{
    background-color: #bee3f8 !important;
  }

  .sm\:hover\:bg-blue-300:hover{
    background-color: #90cdf4 !important;
  }

  .sm\:hover\:bg-blue-400:hover{
    background-color: #63b3ed !important;
  }

  .sm\:hover\:bg-blue-500:hover{
    background-color: #4299e1 !important;
  }

  .sm\:hover\:bg-blue-600:hover{
    background-color: #3182ce !important;
  }

  .sm\:hover\:bg-blue-700:hover{
    background-color: #2b6cb0 !important;
  }

  .sm\:hover\:bg-blue-800:hover{
    background-color: #2c5282 !important;
  }

  .sm\:hover\:bg-blue-900:hover{
    background-color: #2a4365 !important;
  }

  .sm\:hover\:bg-indigo-100:hover{
    background-color: #ebf4ff !important;
  }

  .sm\:hover\:bg-indigo-200:hover{
    background-color: #c3dafe !important;
  }

  .sm\:hover\:bg-indigo-300:hover{
    background-color: #a3bffa !important;
  }

  .sm\:hover\:bg-indigo-400:hover{
    background-color: #7f9cf5 !important;
  }

  .sm\:hover\:bg-indigo-500:hover{
    background-color: #667eea !important;
  }

  .sm\:hover\:bg-indigo-600:hover{
    background-color: #5a67d8 !important;
  }

  .sm\:hover\:bg-indigo-700:hover{
    background-color: #4c51bf !important;
  }

  .sm\:hover\:bg-indigo-800:hover{
    background-color: #434190 !important;
  }

  .sm\:hover\:bg-indigo-900:hover{
    background-color: #3c366b !important;
  }

  .sm\:hover\:bg-purple-100:hover{
    background-color: #faf5ff !important;
  }

  .sm\:hover\:bg-purple-200:hover{
    background-color: #e9d8fd !important;
  }

  .sm\:hover\:bg-purple-300:hover{
    background-color: #d6bcfa !important;
  }

  .sm\:hover\:bg-purple-400:hover{
    background-color: #b794f4 !important;
  }

  .sm\:hover\:bg-purple-500:hover{
    background-color: #9f7aea !important;
  }

  .sm\:hover\:bg-purple-600:hover{
    background-color: #805ad5 !important;
  }

  .sm\:hover\:bg-purple-700:hover{
    background-color: #6b46c1 !important;
  }

  .sm\:hover\:bg-purple-800:hover{
    background-color: #553c9a !important;
  }

  .sm\:hover\:bg-purple-900:hover{
    background-color: #44337a !important;
  }

  .sm\:hover\:bg-pink-100:hover{
    background-color: #fff5f7 !important;
  }

  .sm\:hover\:bg-pink-200:hover{
    background-color: #fed7e2 !important;
  }

  .sm\:hover\:bg-pink-300:hover{
    background-color: #fbb6ce !important;
  }

  .sm\:hover\:bg-pink-400:hover{
    background-color: #f687b3 !important;
  }

  .sm\:hover\:bg-pink-500:hover{
    background-color: #ed64a6 !important;
  }

  .sm\:hover\:bg-pink-600:hover{
    background-color: #d53f8c !important;
  }

  .sm\:hover\:bg-pink-700:hover{
    background-color: #b83280 !important;
  }

  .sm\:hover\:bg-pink-800:hover{
    background-color: #97266d !important;
  }

  .sm\:hover\:bg-pink-900:hover{
    background-color: #702459 !important;
  }

  .sm\:focus\:bg-transparent:focus{
    background-color: transparent !important;
  }

  .sm\:focus\:bg-current:focus{
    background-color: currentColor !important;
  }

  .sm\:focus\:bg-black:focus{
    background-color: #000 !important;
  }

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

  .sm\:focus\:bg-gray-100:focus{
    background-color: #f7fafc !important;
  }

  .sm\:focus\:bg-gray-200:focus{
    background-color: #edf2f7 !important;
  }

  .sm\:focus\:bg-gray-300:focus{
    background-color: #e2e8f0 !important;
  }

  .sm\:focus\:bg-gray-400:focus{
    background-color: #cbd5e0 !important;
  }

  .sm\:focus\:bg-gray-500:focus{
    background-color: #a0aec0 !important;
  }

  .sm\:focus\:bg-gray-600:focus{
    background-color: #718096 !important;
  }

  .sm\:focus\:bg-gray-700:focus{
    background-color: #4a5568 !important;
  }

  .sm\:focus\:bg-gray-800:focus{
    background-color: #2d3748 !important;
  }

  .sm\:focus\:bg-gray-900:focus{
    background-color: #1a202c !important;
  }

  .sm\:focus\:bg-red-100:focus{
    background-color: #fff5f5 !important;
  }

  .sm\:focus\:bg-red-200:focus{
    background-color: #fed7d7 !important;
  }

  .sm\:focus\:bg-red-300:focus{
    background-color: #feb2b2 !important;
  }

  .sm\:focus\:bg-red-400:focus{
    background-color: #fc8181 !important;
  }

  .sm\:focus\:bg-red-500:focus{
    background-color: #f56565 !important;
  }

  .sm\:focus\:bg-red-600:focus{
    background-color: #e53e3e !important;
  }

  .sm\:focus\:bg-red-700:focus{
    background-color: #c53030 !important;
  }

  .sm\:focus\:bg-red-800:focus{
    background-color: #9b2c2c !important;
  }

  .sm\:focus\:bg-red-900:focus{
    background-color: #742a2a !important;
  }

  .sm\:focus\:bg-orange-100:focus{
    background-color: #fffaf0 !important;
  }

  .sm\:focus\:bg-orange-200:focus{
    background-color: #feebc8 !important;
  }

  .sm\:focus\:bg-orange-300:focus{
    background-color: #fbd38d !important;
  }

  .sm\:focus\:bg-orange-400:focus{
    background-color: #f6ad55 !important;
  }

  .sm\:focus\:bg-orange-500:focus{
    background-color: #ed8936 !important;
  }

  .sm\:focus\:bg-orange-600:focus{
    background-color: #dd6b20 !important;
  }

  .sm\:focus\:bg-orange-700:focus{
    background-color: #c05621 !important;
  }

  .sm\:focus\:bg-orange-800:focus{
    background-color: #9c4221 !important;
  }

  .sm\:focus\:bg-orange-900:focus{
    background-color: #7b341e !important;
  }

  .sm\:focus\:bg-yellow-100:focus{
    background-color: #fffff0 !important;
  }

  .sm\:focus\:bg-yellow-200:focus{
    background-color: #fefcbf !important;
  }

  .sm\:focus\:bg-yellow-300:focus{
    background-color: #faf089 !important;
  }

  .sm\:focus\:bg-yellow-400:focus{
    background-color: #f6e05e !important;
  }

  .sm\:focus\:bg-yellow-500:focus{
    background-color: #ecc94b !important;
  }

  .sm\:focus\:bg-yellow-600:focus{
    background-color: #d69e2e !important;
  }

  .sm\:focus\:bg-yellow-700:focus{
    background-color: #b7791f !important;
  }

  .sm\:focus\:bg-yellow-800:focus{
    background-color: #975a16 !important;
  }

  .sm\:focus\:bg-yellow-900:focus{
    background-color: #744210 !important;
  }

  .sm\:focus\:bg-green-100:focus{
    background-color: #f0fff4 !important;
  }

  .sm\:focus\:bg-green-200:focus{
    background-color: #c6f6d5 !important;
  }

  .sm\:focus\:bg-green-300:focus{
    background-color: #9ae6b4 !important;
  }

  .sm\:focus\:bg-green-400:focus{
    background-color: #68d391 !important;
  }

  .sm\:focus\:bg-green-500:focus{
    background-color: #48bb78 !important;
  }

  .sm\:focus\:bg-green-600:focus{
    background-color: #38a169 !important;
  }

  .sm\:focus\:bg-green-700:focus{
    background-color: #2f855a !important;
  }

  .sm\:focus\:bg-green-800:focus{
    background-color: #276749 !important;
  }

  .sm\:focus\:bg-green-900:focus{
    background-color: #22543d !important;
  }

  .sm\:focus\:bg-teal-100:focus{
    background-color: #e6fffa !important;
  }

  .sm\:focus\:bg-teal-200:focus{
    background-color: #b2f5ea !important;
  }

  .sm\:focus\:bg-teal-300:focus{
    background-color: #81e6d9 !important;
  }

  .sm\:focus\:bg-teal-400:focus{
    background-color: #4fd1c5 !important;
  }

  .sm\:focus\:bg-teal-500:focus{
    background-color: #38b2ac !important;
  }

  .sm\:focus\:bg-teal-600:focus{
    background-color: #319795 !important;
  }

  .sm\:focus\:bg-teal-700:focus{
    background-color: #2c7a7b !important;
  }

  .sm\:focus\:bg-teal-800:focus{
    background-color: #285e61 !important;
  }

  .sm\:focus\:bg-teal-900:focus{
    background-color: #234e52 !important;
  }

  .sm\:focus\:bg-blue-100:focus{
    background-color: #ebf8ff !important;
  }

  .sm\:focus\:bg-blue-200:focus{
    background-color: #bee3f8 !important;
  }

  .sm\:focus\:bg-blue-300:focus{
    background-color: #90cdf4 !important;
  }

  .sm\:focus\:bg-blue-400:focus{
    background-color: #63b3ed !important;
  }

  .sm\:focus\:bg-blue-500:focus{
    background-color: #4299e1 !important;
  }

  .sm\:focus\:bg-blue-600:focus{
    background-color: #3182ce !important;
  }

  .sm\:focus\:bg-blue-700:focus{
    background-color: #2b6cb0 !important;
  }

  .sm\:focus\:bg-blue-800:focus{
    background-color: #2c5282 !important;
  }

  .sm\:focus\:bg-blue-900:focus{
    background-color: #2a4365 !important;
  }

  .sm\:focus\:bg-indigo-100:focus{
    background-color: #ebf4ff !important;
  }

  .sm\:focus\:bg-indigo-200:focus{
    background-color: #c3dafe !important;
  }

  .sm\:focus\:bg-indigo-300:focus{
    background-color: #a3bffa !important;
  }

  .sm\:focus\:bg-indigo-400:focus{
    background-color: #7f9cf5 !important;
  }

  .sm\:focus\:bg-indigo-500:focus{
    background-color: #667eea !important;
  }

  .sm\:focus\:bg-indigo-600:focus{
    background-color: #5a67d8 !important;
  }

  .sm\:focus\:bg-indigo-700:focus{
    background-color: #4c51bf !important;
  }

  .sm\:focus\:bg-indigo-800:focus{
    background-color: #434190 !important;
  }

  .sm\:focus\:bg-indigo-900:focus{
    background-color: #3c366b !important;
  }

  .sm\:focus\:bg-purple-100:focus{
    background-color: #faf5ff !important;
  }

  .sm\:focus\:bg-purple-200:focus{
    background-color: #e9d8fd !important;
  }

  .sm\:focus\:bg-purple-300:focus{
    background-color: #d6bcfa !important;
  }

  .sm\:focus\:bg-purple-400:focus{
    background-color: #b794f4 !important;
  }

  .sm\:focus\:bg-purple-500:focus{
    background-color: #9f7aea !important;
  }

  .sm\:focus\:bg-purple-600:focus{
    background-color: #805ad5 !important;
  }

  .sm\:focus\:bg-purple-700:focus{
    background-color: #6b46c1 !important;
  }

  .sm\:focus\:bg-purple-800:focus{
    background-color: #553c9a !important;
  }

  .sm\:focus\:bg-purple-900:focus{
    background-color: #44337a !important;
  }

  .sm\:focus\:bg-pink-100:focus{
    background-color: #fff5f7 !important;
  }

  .sm\:focus\:bg-pink-200:focus{
    background-color: #fed7e2 !important;
  }

  .sm\:focus\:bg-pink-300:focus{
    background-color: #fbb6ce !important;
  }

  .sm\:focus\:bg-pink-400:focus{
    background-color: #f687b3 !important;
  }

  .sm\:focus\:bg-pink-500:focus{
    background-color: #ed64a6 !important;
  }

  .sm\:focus\:bg-pink-600:focus{
    background-color: #d53f8c !important;
  }

  .sm\:focus\:bg-pink-700:focus{
    background-color: #b83280 !important;
  }

  .sm\:focus\:bg-pink-800:focus{
    background-color: #97266d !important;
  }

  .sm\:focus\:bg-pink-900:focus{
    background-color: #702459 !important;
  }

  .sm\:shadow-xs{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .sm\:shadow-sm{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .sm\:shadow{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .sm\:shadow-md{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .sm\:shadow-lg{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .sm\:shadow-xl{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .sm\:shadow-2xl{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .sm\:shadow-inner{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .sm\:shadow-outline{
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .sm\:shadow-none{
    box-shadow: none !important;
  }

  .sm\:hover\:shadow-xs:hover{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .sm\:hover\:shadow-sm:hover{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .sm\:hover\:shadow:hover{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .sm\:hover\:shadow-md:hover{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .sm\:hover\:shadow-lg:hover{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .sm\:hover\:shadow-xl:hover{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .sm\:hover\:shadow-2xl:hover{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .sm\:hover\:shadow-inner:hover{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .sm\:hover\:shadow-outline:hover{
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .sm\:hover\:shadow-none:hover{
    box-shadow: none !important;
  }

  .sm\:focus\:shadow-xs:focus{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .sm\:focus\:shadow-sm:focus{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .sm\:focus\:shadow:focus{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .sm\:focus\:shadow-md:focus{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .sm\:focus\:shadow-lg:focus{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .sm\:focus\:shadow-xl:focus{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .sm\:focus\:shadow-2xl:focus{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .sm\:focus\:shadow-inner:focus{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .sm\:focus\:shadow-outline:focus{
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .sm\:focus\:shadow-none:focus{
    box-shadow: none !important;
  }

  .sm\:dk-card {
    box-sizing: border-box;
    background: white;
    border: 1px solid #eaeaea;
    border: 1px solid var(--wispy-grey);
    border-radius: 8px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .dk-card .sm\:dk-card,
    .dk-card .sm\:dk-card--interactive {
    box-shadow: none;
    border: 1px solid #cccccc;
    border: 1px solid var(--cloud-grey);
  }

  .sm\:dk-card--interactive {
    box-sizing: border-box;
    background: white;
    border: 1px solid #eaeaea;
    border: 1px solid var(--wispy-grey);
    border-radius: 8px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    cursor: pointer;
    transition: all 0.1s ease-in;
  }

  .sm\:dk-card--interactive:hover {
    border: 1px solid #221abb;
    border: 1px solid var(--link-blue);
  }

  .sm\:dk-card--interactive:active {
    box-shadow: 0 8px 24px 2px rgba(0, 0, 0, 0.1);
  }

  .dk-card--interactive .sm\:dk-card--interactive {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  }
}

@media (min-width: 768px){
  .md\:m-1{
    margin: 8px !important;
  }

  .md\:m-2{
    margin: 16px !important;
  }

  .md\:m-3{
    margin: 24px !important;
  }

  .md\:m-4{
    margin: 32px !important;
  }

  .md\:m-5{
    margin: 40px !important;
  }

  .md\:m-6{
    margin: 48px !important;
  }

  .md\:m-auto{
    margin: auto !important;
  }

  .md\:-m-1{
    margin: -8px !important;
  }

  .md\:-m-2{
    margin: -16px !important;
  }

  .md\:-m-3{
    margin: -24px !important;
  }

  .md\:-m-4{
    margin: -32px !important;
  }

  .md\:-m-5{
    margin: -40px !important;
  }

  .md\:-m-6{
    margin: -48px !important;
  }

  .md\:my-1{
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  .md\:mx-1{
    margin-left: 8px !important;
    margin-right: 8px !important;
  }

  .md\:my-2{
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }

  .md\:mx-2{
    margin-left: 16px !important;
    margin-right: 16px !important;
  }

  .md\:my-3{
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }

  .md\:mx-3{
    margin-left: 24px !important;
    margin-right: 24px !important;
  }

  .md\:my-4{
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }

  .md\:mx-4{
    margin-left: 32px !important;
    margin-right: 32px !important;
  }

  .md\:my-5{
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .md\:mx-5{
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .md\:my-6{
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }

  .md\:mx-6{
    margin-left: 48px !important;
    margin-right: 48px !important;
  }

  .md\:my-auto{
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .md\:mx-auto{
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .md\:-my-1{
    margin-top: -8px !important;
    margin-bottom: -8px !important;
  }

  .md\:-mx-1{
    margin-left: -8px !important;
    margin-right: -8px !important;
  }

  .md\:-my-2{
    margin-top: -16px !important;
    margin-bottom: -16px !important;
  }

  .md\:-mx-2{
    margin-left: -16px !important;
    margin-right: -16px !important;
  }

  .md\:-my-3{
    margin-top: -24px !important;
    margin-bottom: -24px !important;
  }

  .md\:-mx-3{
    margin-left: -24px !important;
    margin-right: -24px !important;
  }

  .md\:-my-4{
    margin-top: -32px !important;
    margin-bottom: -32px !important;
  }

  .md\:-mx-4{
    margin-left: -32px !important;
    margin-right: -32px !important;
  }

  .md\:-my-5{
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }

  .md\:-mx-5{
    margin-left: -40px !important;
    margin-right: -40px !important;
  }

  .md\:-my-6{
    margin-top: -48px !important;
    margin-bottom: -48px !important;
  }

  .md\:-mx-6{
    margin-left: -48px !important;
    margin-right: -48px !important;
  }

  .md\:mt-1{
    margin-top: 8px !important;
  }

  .md\:mr-1{
    margin-right: 8px !important;
  }

  .md\:mb-1{
    margin-bottom: 8px !important;
  }

  .md\:ml-1{
    margin-left: 8px !important;
  }

  .md\:mt-2{
    margin-top: 16px !important;
  }

  .md\:mr-2{
    margin-right: 16px !important;
  }

  .md\:mb-2{
    margin-bottom: 16px !important;
  }

  .md\:ml-2{
    margin-left: 16px !important;
  }

  .md\:mt-3{
    margin-top: 24px !important;
  }

  .md\:mr-3{
    margin-right: 24px !important;
  }

  .md\:mb-3{
    margin-bottom: 24px !important;
  }

  .md\:ml-3{
    margin-left: 24px !important;
  }

  .md\:mt-4{
    margin-top: 32px !important;
  }

  .md\:mr-4{
    margin-right: 32px !important;
  }

  .md\:mb-4{
    margin-bottom: 32px !important;
  }

  .md\:ml-4{
    margin-left: 32px !important;
  }

  .md\:mt-5{
    margin-top: 40px !important;
  }

  .md\:mr-5{
    margin-right: 40px !important;
  }

  .md\:mb-5{
    margin-bottom: 40px !important;
  }

  .md\:ml-5{
    margin-left: 40px !important;
  }

  .md\:mt-6{
    margin-top: 48px !important;
  }

  .md\:mr-6{
    margin-right: 48px !important;
  }

  .md\:mb-6{
    margin-bottom: 48px !important;
  }

  .md\:ml-6{
    margin-left: 48px !important;
  }

  .md\:mt-auto{
    margin-top: auto !important;
  }

  .md\:mr-auto{
    margin-right: auto !important;
  }

  .md\:mb-auto{
    margin-bottom: auto !important;
  }

  .md\:ml-auto{
    margin-left: auto !important;
  }

  .md\:-mt-1{
    margin-top: -8px !important;
  }

  .md\:-mr-1{
    margin-right: -8px !important;
  }

  .md\:-mb-1{
    margin-bottom: -8px !important;
  }

  .md\:-ml-1{
    margin-left: -8px !important;
  }

  .md\:-mt-2{
    margin-top: -16px !important;
  }

  .md\:-mr-2{
    margin-right: -16px !important;
  }

  .md\:-mb-2{
    margin-bottom: -16px !important;
  }

  .md\:-ml-2{
    margin-left: -16px !important;
  }

  .md\:-mt-3{
    margin-top: -24px !important;
  }

  .md\:-mr-3{
    margin-right: -24px !important;
  }

  .md\:-mb-3{
    margin-bottom: -24px !important;
  }

  .md\:-ml-3{
    margin-left: -24px !important;
  }

  .md\:-mt-4{
    margin-top: -32px !important;
  }

  .md\:-mr-4{
    margin-right: -32px !important;
  }

  .md\:-mb-4{
    margin-bottom: -32px !important;
  }

  .md\:-ml-4{
    margin-left: -32px !important;
  }

  .md\:-mt-5{
    margin-top: -40px !important;
  }

  .md\:-mr-5{
    margin-right: -40px !important;
  }

  .md\:-mb-5{
    margin-bottom: -40px !important;
  }

  .md\:-ml-5{
    margin-left: -40px !important;
  }

  .md\:-mt-6{
    margin-top: -48px !important;
  }

  .md\:-mr-6{
    margin-right: -48px !important;
  }

  .md\:-mb-6{
    margin-bottom: -48px !important;
  }

  .md\:-ml-6{
    margin-left: -48px !important;
  }

  .md\:p-1{
    padding: 8px !important;
  }

  .md\:p-2{
    padding: 16px !important;
  }

  .md\:p-3{
    padding: 24px !important;
  }

  .md\:p-4{
    padding: 32px !important;
  }

  .md\:p-5{
    padding: 40px !important;
  }

  .md\:p-6{
    padding: 48px !important;
  }

  .md\:py-1{
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .md\:px-1{
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .md\:py-2{
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .md\:px-2{
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .md\:py-3{
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .md\:px-3{
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .md\:py-4{
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  .md\:px-4{
    padding-left: 32px !important;
    padding-right: 32px !important;
  }

  .md\:py-5{
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .md\:px-5{
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .md\:py-6{
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .md\:px-6{
    padding-left: 48px !important;
    padding-right: 48px !important;
  }

  .md\:pt-1{
    padding-top: 8px !important;
  }

  .md\:pr-1{
    padding-right: 8px !important;
  }

  .md\:pb-1{
    padding-bottom: 8px !important;
  }

  .md\:pl-1{
    padding-left: 8px !important;
  }

  .md\:pt-2{
    padding-top: 16px !important;
  }

  .md\:pr-2{
    padding-right: 16px !important;
  }

  .md\:pb-2{
    padding-bottom: 16px !important;
  }

  .md\:pl-2{
    padding-left: 16px !important;
  }

  .md\:pt-3{
    padding-top: 24px !important;
  }

  .md\:pr-3{
    padding-right: 24px !important;
  }

  .md\:pb-3{
    padding-bottom: 24px !important;
  }

  .md\:pl-3{
    padding-left: 24px !important;
  }

  .md\:pt-4{
    padding-top: 32px !important;
  }

  .md\:pr-4{
    padding-right: 32px !important;
  }

  .md\:pb-4{
    padding-bottom: 32px !important;
  }

  .md\:pl-4{
    padding-left: 32px !important;
  }

  .md\:pt-5{
    padding-top: 40px !important;
  }

  .md\:pr-5{
    padding-right: 40px !important;
  }

  .md\:pb-5{
    padding-bottom: 40px !important;
  }

  .md\:pl-5{
    padding-left: 40px !important;
  }

  .md\:pt-6{
    padding-top: 48px !important;
  }

  .md\:pr-6{
    padding-right: 48px !important;
  }

  .md\:pb-6{
    padding-bottom: 48px !important;
  }

  .md\:pl-6{
    padding-left: 48px !important;
  }

  .md\:sr-only{
    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-width: 0 !important;
  }

  .md\:not-sr-only{
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .md\:focus\:sr-only:focus{
    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-width: 0 !important;
  }

  .md\:focus\:not-sr-only:focus{
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .md\:w-1{
    width: 8px !important;
  }

  .md\:w-2{
    width: 16px !important;
  }

  .md\:w-3{
    width: 24px !important;
  }

  .md\:w-4{
    width: 32px !important;
  }

  .md\:w-5{
    width: 40px !important;
  }

  .md\:w-6{
    width: 48px !important;
  }

  .md\:w-auto{
    width: auto !important;
  }

  .md\:w-1\/2{
    width: 50% !important;
  }

  .md\:w-1\/3{
    width: 33.333333% !important;
  }

  .md\:w-2\/3{
    width: 66.666667% !important;
  }

  .md\:w-1\/4{
    width: 25% !important;
  }

  .md\:w-2\/4{
    width: 50% !important;
  }

  .md\:w-3\/4{
    width: 75% !important;
  }

  .md\:w-1\/5{
    width: 20% !important;
  }

  .md\:w-2\/5{
    width: 40% !important;
  }

  .md\:w-3\/5{
    width: 60% !important;
  }

  .md\:w-4\/5{
    width: 80% !important;
  }

  .md\:w-1\/6{
    width: 16.666667% !important;
  }

  .md\:w-2\/6{
    width: 33.333333% !important;
  }

  .md\:w-3\/6{
    width: 50% !important;
  }

  .md\:w-4\/6{
    width: 66.666667% !important;
  }

  .md\:w-5\/6{
    width: 83.333333% !important;
  }

  .md\:w-1\/12{
    width: 8.333333% !important;
  }

  .md\:w-2\/12{
    width: 16.666667% !important;
  }

  .md\:w-3\/12{
    width: 25% !important;
  }

  .md\:w-4\/12{
    width: 33.333333% !important;
  }

  .md\:w-5\/12{
    width: 41.666667% !important;
  }

  .md\:w-6\/12{
    width: 50% !important;
  }

  .md\:w-7\/12{
    width: 58.333333% !important;
  }

  .md\:w-8\/12{
    width: 66.666667% !important;
  }

  .md\:w-9\/12{
    width: 75% !important;
  }

  .md\:w-10\/12{
    width: 83.333333% !important;
  }

  .md\:w-11\/12{
    width: 91.666667% !important;
  }

  .md\:w-full{
    width: 100% !important;
  }

  .md\:w-screen{
    width: 100vw !important;
  }

  .md\:flex-1{
    flex: 1 1 0% !important;
  }

  .md\:flex-auto{
    flex: 1 1 auto !important;
  }

  .md\:flex-initial{
    flex: 0 1 auto !important;
  }

  .md\:flex-none{
    flex: none !important;
  }

  .md\:block{
    display: block !important;
  }

  .md\:inline-block{
    display: inline-block !important;
  }

  .md\:inline{
    display: inline !important;
  }

  .md\:flex{
    display: flex !important;
  }

  .md\:inline-flex{
    display: inline-flex !important;
  }

  .md\:table{
    display: table !important;
  }

  .md\:table-caption{
    display: table-caption !important;
  }

  .md\:table-cell{
    display: table-cell !important;
  }

  .md\:table-column{
    display: table-column !important;
  }

  .md\:table-column-group{
    display: table-column-group !important;
  }

  .md\:table-footer-group{
    display: table-footer-group !important;
  }

  .md\:table-header-group{
    display: table-header-group !important;
  }

  .md\:table-row-group{
    display: table-row-group !important;
  }

  .md\:table-row{
    display: table-row !important;
  }

  .md\:flow-root{
    display: flow-root !important;
  }

  .md\:grid{
    display: -ms-grid !important;
    display: grid !important;
  }

  .md\:inline-grid{
    display: -ms-inline-grid !important;
    display: inline-grid !important;
  }

  .md\:contents{
    display: contents !important;
  }

  .md\:hidden{
    display: none !important;
  }

  .md\:flex-row{
    flex-direction: row !important;
  }

  .md\:flex-row-reverse{
    flex-direction: row-reverse !important;
  }

  .md\:flex-col{
    flex-direction: column !important;
  }

  .md\:flex-col-reverse{
    flex-direction: column-reverse !important;
  }

  .md\:items-start{
    align-items: flex-start !important;
  }

  .md\:items-end{
    align-items: flex-end !important;
  }

  .md\:items-center{
    align-items: center !important;
  }

  .md\:items-baseline{
    align-items: baseline !important;
  }

  .md\:items-stretch{
    align-items: stretch !important;
  }

  .md\:justify-start{
    justify-content: flex-start !important;
  }

  .md\:justify-end{
    justify-content: flex-end !important;
  }

  .md\:justify-center{
    justify-content: center !important;
  }

  .md\:justify-between{
    justify-content: space-between !important;
  }

  .md\:justify-around{
    justify-content: space-around !important;
  }

  .md\:justify-evenly{
    justify-content: space-evenly !important;
  }

  .md\:text-left{
    text-align: left !important;
  }

  .md\:text-center{
    text-align: center !important;
  }

  .md\:text-right{
    text-align: right !important;
  }

  .md\:text-justify{
    text-align: justify !important;
  }

  .md\:flex-wrap{
    flex-wrap: wrap !important;
  }

  .md\:flex-wrap-reverse{
    flex-wrap: wrap-reverse !important;
  }

  .md\:flex-no-wrap{
    flex-wrap: nowrap !important;
  }

  .md\:bg-transparent{
    background-color: transparent !important;
  }

  .md\:bg-current{
    background-color: currentColor !important;
  }

  .md\:bg-black{
    background-color: #000 !important;
  }

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

  .md\:bg-gray-100{
    background-color: #f7fafc !important;
  }

  .md\:bg-gray-200{
    background-color: #edf2f7 !important;
  }

  .md\:bg-gray-300{
    background-color: #e2e8f0 !important;
  }

  .md\:bg-gray-400{
    background-color: #cbd5e0 !important;
  }

  .md\:bg-gray-500{
    background-color: #a0aec0 !important;
  }

  .md\:bg-gray-600{
    background-color: #718096 !important;
  }

  .md\:bg-gray-700{
    background-color: #4a5568 !important;
  }

  .md\:bg-gray-800{
    background-color: #2d3748 !important;
  }

  .md\:bg-gray-900{
    background-color: #1a202c !important;
  }

  .md\:bg-red-100{
    background-color: #fff5f5 !important;
  }

  .md\:bg-red-200{
    background-color: #fed7d7 !important;
  }

  .md\:bg-red-300{
    background-color: #feb2b2 !important;
  }

  .md\:bg-red-400{
    background-color: #fc8181 !important;
  }

  .md\:bg-red-500{
    background-color: #f56565 !important;
  }

  .md\:bg-red-600{
    background-color: #e53e3e !important;
  }

  .md\:bg-red-700{
    background-color: #c53030 !important;
  }

  .md\:bg-red-800{
    background-color: #9b2c2c !important;
  }

  .md\:bg-red-900{
    background-color: #742a2a !important;
  }

  .md\:bg-orange-100{
    background-color: #fffaf0 !important;
  }

  .md\:bg-orange-200{
    background-color: #feebc8 !important;
  }

  .md\:bg-orange-300{
    background-color: #fbd38d !important;
  }

  .md\:bg-orange-400{
    background-color: #f6ad55 !important;
  }

  .md\:bg-orange-500{
    background-color: #ed8936 !important;
  }

  .md\:bg-orange-600{
    background-color: #dd6b20 !important;
  }

  .md\:bg-orange-700{
    background-color: #c05621 !important;
  }

  .md\:bg-orange-800{
    background-color: #9c4221 !important;
  }

  .md\:bg-orange-900{
    background-color: #7b341e !important;
  }

  .md\:bg-yellow-100{
    background-color: #fffff0 !important;
  }

  .md\:bg-yellow-200{
    background-color: #fefcbf !important;
  }

  .md\:bg-yellow-300{
    background-color: #faf089 !important;
  }

  .md\:bg-yellow-400{
    background-color: #f6e05e !important;
  }

  .md\:bg-yellow-500{
    background-color: #ecc94b !important;
  }

  .md\:bg-yellow-600{
    background-color: #d69e2e !important;
  }

  .md\:bg-yellow-700{
    background-color: #b7791f !important;
  }

  .md\:bg-yellow-800{
    background-color: #975a16 !important;
  }

  .md\:bg-yellow-900{
    background-color: #744210 !important;
  }

  .md\:bg-green-100{
    background-color: #f0fff4 !important;
  }

  .md\:bg-green-200{
    background-color: #c6f6d5 !important;
  }

  .md\:bg-green-300{
    background-color: #9ae6b4 !important;
  }

  .md\:bg-green-400{
    background-color: #68d391 !important;
  }

  .md\:bg-green-500{
    background-color: #48bb78 !important;
  }

  .md\:bg-green-600{
    background-color: #38a169 !important;
  }

  .md\:bg-green-700{
    background-color: #2f855a !important;
  }

  .md\:bg-green-800{
    background-color: #276749 !important;
  }

  .md\:bg-green-900{
    background-color: #22543d !important;
  }

  .md\:bg-teal-100{
    background-color: #e6fffa !important;
  }

  .md\:bg-teal-200{
    background-color: #b2f5ea !important;
  }

  .md\:bg-teal-300{
    background-color: #81e6d9 !important;
  }

  .md\:bg-teal-400{
    background-color: #4fd1c5 !important;
  }

  .md\:bg-teal-500{
    background-color: #38b2ac !important;
  }

  .md\:bg-teal-600{
    background-color: #319795 !important;
  }

  .md\:bg-teal-700{
    background-color: #2c7a7b !important;
  }

  .md\:bg-teal-800{
    background-color: #285e61 !important;
  }

  .md\:bg-teal-900{
    background-color: #234e52 !important;
  }

  .md\:bg-blue-100{
    background-color: #ebf8ff !important;
  }

  .md\:bg-blue-200{
    background-color: #bee3f8 !important;
  }

  .md\:bg-blue-300{
    background-color: #90cdf4 !important;
  }

  .md\:bg-blue-400{
    background-color: #63b3ed !important;
  }

  .md\:bg-blue-500{
    background-color: #4299e1 !important;
  }

  .md\:bg-blue-600{
    background-color: #3182ce !important;
  }

  .md\:bg-blue-700{
    background-color: #2b6cb0 !important;
  }

  .md\:bg-blue-800{
    background-color: #2c5282 !important;
  }

  .md\:bg-blue-900{
    background-color: #2a4365 !important;
  }

  .md\:bg-indigo-100{
    background-color: #ebf4ff !important;
  }

  .md\:bg-indigo-200{
    background-color: #c3dafe !important;
  }

  .md\:bg-indigo-300{
    background-color: #a3bffa !important;
  }

  .md\:bg-indigo-400{
    background-color: #7f9cf5 !important;
  }

  .md\:bg-indigo-500{
    background-color: #667eea !important;
  }

  .md\:bg-indigo-600{
    background-color: #5a67d8 !important;
  }

  .md\:bg-indigo-700{
    background-color: #4c51bf !important;
  }

  .md\:bg-indigo-800{
    background-color: #434190 !important;
  }

  .md\:bg-indigo-900{
    background-color: #3c366b !important;
  }

  .md\:bg-purple-100{
    background-color: #faf5ff !important;
  }

  .md\:bg-purple-200{
    background-color: #e9d8fd !important;
  }

  .md\:bg-purple-300{
    background-color: #d6bcfa !important;
  }

  .md\:bg-purple-400{
    background-color: #b794f4 !important;
  }

  .md\:bg-purple-500{
    background-color: #9f7aea !important;
  }

  .md\:bg-purple-600{
    background-color: #805ad5 !important;
  }

  .md\:bg-purple-700{
    background-color: #6b46c1 !important;
  }

  .md\:bg-purple-800{
    background-color: #553c9a !important;
  }

  .md\:bg-purple-900{
    background-color: #44337a !important;
  }

  .md\:bg-pink-100{
    background-color: #fff5f7 !important;
  }

  .md\:bg-pink-200{
    background-color: #fed7e2 !important;
  }

  .md\:bg-pink-300{
    background-color: #fbb6ce !important;
  }

  .md\:bg-pink-400{
    background-color: #f687b3 !important;
  }

  .md\:bg-pink-500{
    background-color: #ed64a6 !important;
  }

  .md\:bg-pink-600{
    background-color: #d53f8c !important;
  }

  .md\:bg-pink-700{
    background-color: #b83280 !important;
  }

  .md\:bg-pink-800{
    background-color: #97266d !important;
  }

  .md\:bg-pink-900{
    background-color: #702459 !important;
  }

  .md\:hover\:bg-transparent:hover{
    background-color: transparent !important;
  }

  .md\:hover\:bg-current:hover{
    background-color: currentColor !important;
  }

  .md\:hover\:bg-black:hover{
    background-color: #000 !important;
  }

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

  .md\:hover\:bg-gray-100:hover{
    background-color: #f7fafc !important;
  }

  .md\:hover\:bg-gray-200:hover{
    background-color: #edf2f7 !important;
  }

  .md\:hover\:bg-gray-300:hover{
    background-color: #e2e8f0 !important;
  }

  .md\:hover\:bg-gray-400:hover{
    background-color: #cbd5e0 !important;
  }

  .md\:hover\:bg-gray-500:hover{
    background-color: #a0aec0 !important;
  }

  .md\:hover\:bg-gray-600:hover{
    background-color: #718096 !important;
  }

  .md\:hover\:bg-gray-700:hover{
    background-color: #4a5568 !important;
  }

  .md\:hover\:bg-gray-800:hover{
    background-color: #2d3748 !important;
  }

  .md\:hover\:bg-gray-900:hover{
    background-color: #1a202c !important;
  }

  .md\:hover\:bg-red-100:hover{
    background-color: #fff5f5 !important;
  }

  .md\:hover\:bg-red-200:hover{
    background-color: #fed7d7 !important;
  }

  .md\:hover\:bg-red-300:hover{
    background-color: #feb2b2 !important;
  }

  .md\:hover\:bg-red-400:hover{
    background-color: #fc8181 !important;
  }

  .md\:hover\:bg-red-500:hover{
    background-color: #f56565 !important;
  }

  .md\:hover\:bg-red-600:hover{
    background-color: #e53e3e !important;
  }

  .md\:hover\:bg-red-700:hover{
    background-color: #c53030 !important;
  }

  .md\:hover\:bg-red-800:hover{
    background-color: #9b2c2c !important;
  }

  .md\:hover\:bg-red-900:hover{
    background-color: #742a2a !important;
  }

  .md\:hover\:bg-orange-100:hover{
    background-color: #fffaf0 !important;
  }

  .md\:hover\:bg-orange-200:hover{
    background-color: #feebc8 !important;
  }

  .md\:hover\:bg-orange-300:hover{
    background-color: #fbd38d !important;
  }

  .md\:hover\:bg-orange-400:hover{
    background-color: #f6ad55 !important;
  }

  .md\:hover\:bg-orange-500:hover{
    background-color: #ed8936 !important;
  }

  .md\:hover\:bg-orange-600:hover{
    background-color: #dd6b20 !important;
  }

  .md\:hover\:bg-orange-700:hover{
    background-color: #c05621 !important;
  }

  .md\:hover\:bg-orange-800:hover{
    background-color: #9c4221 !important;
  }

  .md\:hover\:bg-orange-900:hover{
    background-color: #7b341e !important;
  }

  .md\:hover\:bg-yellow-100:hover{
    background-color: #fffff0 !important;
  }

  .md\:hover\:bg-yellow-200:hover{
    background-color: #fefcbf !important;
  }

  .md\:hover\:bg-yellow-300:hover{
    background-color: #faf089 !important;
  }

  .md\:hover\:bg-yellow-400:hover{
    background-color: #f6e05e !important;
  }

  .md\:hover\:bg-yellow-500:hover{
    background-color: #ecc94b !important;
  }

  .md\:hover\:bg-yellow-600:hover{
    background-color: #d69e2e !important;
  }

  .md\:hover\:bg-yellow-700:hover{
    background-color: #b7791f !important;
  }

  .md\:hover\:bg-yellow-800:hover{
    background-color: #975a16 !important;
  }

  .md\:hover\:bg-yellow-900:hover{
    background-color: #744210 !important;
  }

  .md\:hover\:bg-green-100:hover{
    background-color: #f0fff4 !important;
  }

  .md\:hover\:bg-green-200:hover{
    background-color: #c6f6d5 !important;
  }

  .md\:hover\:bg-green-300:hover{
    background-color: #9ae6b4 !important;
  }

  .md\:hover\:bg-green-400:hover{
    background-color: #68d391 !important;
  }

  .md\:hover\:bg-green-500:hover{
    background-color: #48bb78 !important;
  }

  .md\:hover\:bg-green-600:hover{
    background-color: #38a169 !important;
  }

  .md\:hover\:bg-green-700:hover{
    background-color: #2f855a !important;
  }

  .md\:hover\:bg-green-800:hover{
    background-color: #276749 !important;
  }

  .md\:hover\:bg-green-900:hover{
    background-color: #22543d !important;
  }

  .md\:hover\:bg-teal-100:hover{
    background-color: #e6fffa !important;
  }

  .md\:hover\:bg-teal-200:hover{
    background-color: #b2f5ea !important;
  }

  .md\:hover\:bg-teal-300:hover{
    background-color: #81e6d9 !important;
  }

  .md\:hover\:bg-teal-400:hover{
    background-color: #4fd1c5 !important;
  }

  .md\:hover\:bg-teal-500:hover{
    background-color: #38b2ac !important;
  }

  .md\:hover\:bg-teal-600:hover{
    background-color: #319795 !important;
  }

  .md\:hover\:bg-teal-700:hover{
    background-color: #2c7a7b !important;
  }

  .md\:hover\:bg-teal-800:hover{
    background-color: #285e61 !important;
  }

  .md\:hover\:bg-teal-900:hover{
    background-color: #234e52 !important;
  }

  .md\:hover\:bg-blue-100:hover{
    background-color: #ebf8ff !important;
  }

  .md\:hover\:bg-blue-200:hover{
    background-color: #bee3f8 !important;
  }

  .md\:hover\:bg-blue-300:hover{
    background-color: #90cdf4 !important;
  }

  .md\:hover\:bg-blue-400:hover{
    background-color: #63b3ed !important;
  }

  .md\:hover\:bg-blue-500:hover{
    background-color: #4299e1 !important;
  }

  .md\:hover\:bg-blue-600:hover{
    background-color: #3182ce !important;
  }

  .md\:hover\:bg-blue-700:hover{
    background-color: #2b6cb0 !important;
  }

  .md\:hover\:bg-blue-800:hover{
    background-color: #2c5282 !important;
  }

  .md\:hover\:bg-blue-900:hover{
    background-color: #2a4365 !important;
  }

  .md\:hover\:bg-indigo-100:hover{
    background-color: #ebf4ff !important;
  }

  .md\:hover\:bg-indigo-200:hover{
    background-color: #c3dafe !important;
  }

  .md\:hover\:bg-indigo-300:hover{
    background-color: #a3bffa !important;
  }

  .md\:hover\:bg-indigo-400:hover{
    background-color: #7f9cf5 !important;
  }

  .md\:hover\:bg-indigo-500:hover{
    background-color: #667eea !important;
  }

  .md\:hover\:bg-indigo-600:hover{
    background-color: #5a67d8 !important;
  }

  .md\:hover\:bg-indigo-700:hover{
    background-color: #4c51bf !important;
  }

  .md\:hover\:bg-indigo-800:hover{
    background-color: #434190 !important;
  }

  .md\:hover\:bg-indigo-900:hover{
    background-color: #3c366b !important;
  }

  .md\:hover\:bg-purple-100:hover{
    background-color: #faf5ff !important;
  }

  .md\:hover\:bg-purple-200:hover{
    background-color: #e9d8fd !important;
  }

  .md\:hover\:bg-purple-300:hover{
    background-color: #d6bcfa !important;
  }

  .md\:hover\:bg-purple-400:hover{
    background-color: #b794f4 !important;
  }

  .md\:hover\:bg-purple-500:hover{
    background-color: #9f7aea !important;
  }

  .md\:hover\:bg-purple-600:hover{
    background-color: #805ad5 !important;
  }

  .md\:hover\:bg-purple-700:hover{
    background-color: #6b46c1 !important;
  }

  .md\:hover\:bg-purple-800:hover{
    background-color: #553c9a !important;
  }

  .md\:hover\:bg-purple-900:hover{
    background-color: #44337a !important;
  }

  .md\:hover\:bg-pink-100:hover{
    background-color: #fff5f7 !important;
  }

  .md\:hover\:bg-pink-200:hover{
    background-color: #fed7e2 !important;
  }

  .md\:hover\:bg-pink-300:hover{
    background-color: #fbb6ce !important;
  }

  .md\:hover\:bg-pink-400:hover{
    background-color: #f687b3 !important;
  }

  .md\:hover\:bg-pink-500:hover{
    background-color: #ed64a6 !important;
  }

  .md\:hover\:bg-pink-600:hover{
    background-color: #d53f8c !important;
  }

  .md\:hover\:bg-pink-700:hover{
    background-color: #b83280 !important;
  }

  .md\:hover\:bg-pink-800:hover{
    background-color: #97266d !important;
  }

  .md\:hover\:bg-pink-900:hover{
    background-color: #702459 !important;
  }

  .md\:focus\:bg-transparent:focus{
    background-color: transparent !important;
  }

  .md\:focus\:bg-current:focus{
    background-color: currentColor !important;
  }

  .md\:focus\:bg-black:focus{
    background-color: #000 !important;
  }

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

  .md\:focus\:bg-gray-100:focus{
    background-color: #f7fafc !important;
  }

  .md\:focus\:bg-gray-200:focus{
    background-color: #edf2f7 !important;
  }

  .md\:focus\:bg-gray-300:focus{
    background-color: #e2e8f0 !important;
  }

  .md\:focus\:bg-gray-400:focus{
    background-color: #cbd5e0 !important;
  }

  .md\:focus\:bg-gray-500:focus{
    background-color: #a0aec0 !important;
  }

  .md\:focus\:bg-gray-600:focus{
    background-color: #718096 !important;
  }

  .md\:focus\:bg-gray-700:focus{
    background-color: #4a5568 !important;
  }

  .md\:focus\:bg-gray-800:focus{
    background-color: #2d3748 !important;
  }

  .md\:focus\:bg-gray-900:focus{
    background-color: #1a202c !important;
  }

  .md\:focus\:bg-red-100:focus{
    background-color: #fff5f5 !important;
  }

  .md\:focus\:bg-red-200:focus{
    background-color: #fed7d7 !important;
  }

  .md\:focus\:bg-red-300:focus{
    background-color: #feb2b2 !important;
  }

  .md\:focus\:bg-red-400:focus{
    background-color: #fc8181 !important;
  }

  .md\:focus\:bg-red-500:focus{
    background-color: #f56565 !important;
  }

  .md\:focus\:bg-red-600:focus{
    background-color: #e53e3e !important;
  }

  .md\:focus\:bg-red-700:focus{
    background-color: #c53030 !important;
  }

  .md\:focus\:bg-red-800:focus{
    background-color: #9b2c2c !important;
  }

  .md\:focus\:bg-red-900:focus{
    background-color: #742a2a !important;
  }

  .md\:focus\:bg-orange-100:focus{
    background-color: #fffaf0 !important;
  }

  .md\:focus\:bg-orange-200:focus{
    background-color: #feebc8 !important;
  }

  .md\:focus\:bg-orange-300:focus{
    background-color: #fbd38d !important;
  }

  .md\:focus\:bg-orange-400:focus{
    background-color: #f6ad55 !important;
  }

  .md\:focus\:bg-orange-500:focus{
    background-color: #ed8936 !important;
  }

  .md\:focus\:bg-orange-600:focus{
    background-color: #dd6b20 !important;
  }

  .md\:focus\:bg-orange-700:focus{
    background-color: #c05621 !important;
  }

  .md\:focus\:bg-orange-800:focus{
    background-color: #9c4221 !important;
  }

  .md\:focus\:bg-orange-900:focus{
    background-color: #7b341e !important;
  }

  .md\:focus\:bg-yellow-100:focus{
    background-color: #fffff0 !important;
  }

  .md\:focus\:bg-yellow-200:focus{
    background-color: #fefcbf !important;
  }

  .md\:focus\:bg-yellow-300:focus{
    background-color: #faf089 !important;
  }

  .md\:focus\:bg-yellow-400:focus{
    background-color: #f6e05e !important;
  }

  .md\:focus\:bg-yellow-500:focus{
    background-color: #ecc94b !important;
  }

  .md\:focus\:bg-yellow-600:focus{
    background-color: #d69e2e !important;
  }

  .md\:focus\:bg-yellow-700:focus{
    background-color: #b7791f !important;
  }

  .md\:focus\:bg-yellow-800:focus{
    background-color: #975a16 !important;
  }

  .md\:focus\:bg-yellow-900:focus{
    background-color: #744210 !important;
  }

  .md\:focus\:bg-green-100:focus{
    background-color: #f0fff4 !important;
  }

  .md\:focus\:bg-green-200:focus{
    background-color: #c6f6d5 !important;
  }

  .md\:focus\:bg-green-300:focus{
    background-color: #9ae6b4 !important;
  }

  .md\:focus\:bg-green-400:focus{
    background-color: #68d391 !important;
  }

  .md\:focus\:bg-green-500:focus{
    background-color: #48bb78 !important;
  }

  .md\:focus\:bg-green-600:focus{
    background-color: #38a169 !important;
  }

  .md\:focus\:bg-green-700:focus{
    background-color: #2f855a !important;
  }

  .md\:focus\:bg-green-800:focus{
    background-color: #276749 !important;
  }

  .md\:focus\:bg-green-900:focus{
    background-color: #22543d !important;
  }

  .md\:focus\:bg-teal-100:focus{
    background-color: #e6fffa !important;
  }

  .md\:focus\:bg-teal-200:focus{
    background-color: #b2f5ea !important;
  }

  .md\:focus\:bg-teal-300:focus{
    background-color: #81e6d9 !important;
  }

  .md\:focus\:bg-teal-400:focus{
    background-color: #4fd1c5 !important;
  }

  .md\:focus\:bg-teal-500:focus{
    background-color: #38b2ac !important;
  }

  .md\:focus\:bg-teal-600:focus{
    background-color: #319795 !important;
  }

  .md\:focus\:bg-teal-700:focus{
    background-color: #2c7a7b !important;
  }

  .md\:focus\:bg-teal-800:focus{
    background-color: #285e61 !important;
  }

  .md\:focus\:bg-teal-900:focus{
    background-color: #234e52 !important;
  }

  .md\:focus\:bg-blue-100:focus{
    background-color: #ebf8ff !important;
  }

  .md\:focus\:bg-blue-200:focus{
    background-color: #bee3f8 !important;
  }

  .md\:focus\:bg-blue-300:focus{
    background-color: #90cdf4 !important;
  }

  .md\:focus\:bg-blue-400:focus{
    background-color: #63b3ed !important;
  }

  .md\:focus\:bg-blue-500:focus{
    background-color: #4299e1 !important;
  }

  .md\:focus\:bg-blue-600:focus{
    background-color: #3182ce !important;
  }

  .md\:focus\:bg-blue-700:focus{
    background-color: #2b6cb0 !important;
  }

  .md\:focus\:bg-blue-800:focus{
    background-color: #2c5282 !important;
  }

  .md\:focus\:bg-blue-900:focus{
    background-color: #2a4365 !important;
  }

  .md\:focus\:bg-indigo-100:focus{
    background-color: #ebf4ff !important;
  }

  .md\:focus\:bg-indigo-200:focus{
    background-color: #c3dafe !important;
  }

  .md\:focus\:bg-indigo-300:focus{
    background-color: #a3bffa !important;
  }

  .md\:focus\:bg-indigo-400:focus{
    background-color: #7f9cf5 !important;
  }

  .md\:focus\:bg-indigo-500:focus{
    background-color: #667eea !important;
  }

  .md\:focus\:bg-indigo-600:focus{
    background-color: #5a67d8 !important;
  }

  .md\:focus\:bg-indigo-700:focus{
    background-color: #4c51bf !important;
  }

  .md\:focus\:bg-indigo-800:focus{
    background-color: #434190 !important;
  }

  .md\:focus\:bg-indigo-900:focus{
    background-color: #3c366b !important;
  }

  .md\:focus\:bg-purple-100:focus{
    background-color: #faf5ff !important;
  }

  .md\:focus\:bg-purple-200:focus{
    background-color: #e9d8fd !important;
  }

  .md\:focus\:bg-purple-300:focus{
    background-color: #d6bcfa !important;
  }

  .md\:focus\:bg-purple-400:focus{
    background-color: #b794f4 !important;
  }

  .md\:focus\:bg-purple-500:focus{
    background-color: #9f7aea !important;
  }

  .md\:focus\:bg-purple-600:focus{
    background-color: #805ad5 !important;
  }

  .md\:focus\:bg-purple-700:focus{
    background-color: #6b46c1 !important;
  }

  .md\:focus\:bg-purple-800:focus{
    background-color: #553c9a !important;
  }

  .md\:focus\:bg-purple-900:focus{
    background-color: #44337a !important;
  }

  .md\:focus\:bg-pink-100:focus{
    background-color: #fff5f7 !important;
  }

  .md\:focus\:bg-pink-200:focus{
    background-color: #fed7e2 !important;
  }

  .md\:focus\:bg-pink-300:focus{
    background-color: #fbb6ce !important;
  }

  .md\:focus\:bg-pink-400:focus{
    background-color: #f687b3 !important;
  }

  .md\:focus\:bg-pink-500:focus{
    background-color: #ed64a6 !important;
  }

  .md\:focus\:bg-pink-600:focus{
    background-color: #d53f8c !important;
  }

  .md\:focus\:bg-pink-700:focus{
    background-color: #b83280 !important;
  }

  .md\:focus\:bg-pink-800:focus{
    background-color: #97266d !important;
  }

  .md\:focus\:bg-pink-900:focus{
    background-color: #702459 !important;
  }

  .md\:shadow-xs{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .md\:shadow-sm{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .md\:shadow{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .md\:shadow-md{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .md\:shadow-lg{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .md\:shadow-xl{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .md\:shadow-2xl{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .md\:shadow-inner{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .md\:shadow-outline{
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .md\:shadow-none{
    box-shadow: none !important;
  }

  .md\:hover\:shadow-xs:hover{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .md\:hover\:shadow-sm:hover{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .md\:hover\:shadow:hover{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .md\:hover\:shadow-md:hover{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .md\:hover\:shadow-lg:hover{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .md\:hover\:shadow-xl:hover{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .md\:hover\:shadow-2xl:hover{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .md\:hover\:shadow-inner:hover{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .md\:hover\:shadow-outline:hover{
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .md\:hover\:shadow-none:hover{
    box-shadow: none !important;
  }

  .md\:focus\:shadow-xs:focus{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .md\:focus\:shadow-sm:focus{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .md\:focus\:shadow:focus{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .md\:focus\:shadow-md:focus{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .md\:focus\:shadow-lg:focus{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .md\:focus\:shadow-xl:focus{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .md\:focus\:shadow-2xl:focus{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .md\:focus\:shadow-inner:focus{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .md\:focus\:shadow-outline:focus{
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .md\:focus\:shadow-none:focus{
    box-shadow: none !important;
  }

  .md\:dk-card {
    box-sizing: border-box;
    background: white;
    border: 1px solid #eaeaea;
    border: 1px solid var(--wispy-grey);
    border-radius: 8px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .dk-card .md\:dk-card,
    .dk-card .md\:dk-card--interactive {
    box-shadow: none;
    border: 1px solid #cccccc;
    border: 1px solid var(--cloud-grey);
  }

  .md\:dk-card--interactive {
    box-sizing: border-box;
    background: white;
    border: 1px solid #eaeaea;
    border: 1px solid var(--wispy-grey);
    border-radius: 8px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    cursor: pointer;
    transition: all 0.1s ease-in;
  }

  .md\:dk-card--interactive:hover {
    border: 1px solid #221abb;
    border: 1px solid var(--link-blue);
  }

  .md\:dk-card--interactive:active {
    box-shadow: 0 8px 24px 2px rgba(0, 0, 0, 0.1);
  }

  .dk-card--interactive .md\:dk-card--interactive {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  }
}

@media (min-width: 1024px){
  .lg\:m-1{
    margin: 8px !important;
  }

  .lg\:m-2{
    margin: 16px !important;
  }

  .lg\:m-3{
    margin: 24px !important;
  }

  .lg\:m-4{
    margin: 32px !important;
  }

  .lg\:m-5{
    margin: 40px !important;
  }

  .lg\:m-6{
    margin: 48px !important;
  }

  .lg\:m-auto{
    margin: auto !important;
  }

  .lg\:-m-1{
    margin: -8px !important;
  }

  .lg\:-m-2{
    margin: -16px !important;
  }

  .lg\:-m-3{
    margin: -24px !important;
  }

  .lg\:-m-4{
    margin: -32px !important;
  }

  .lg\:-m-5{
    margin: -40px !important;
  }

  .lg\:-m-6{
    margin: -48px !important;
  }

  .lg\:my-1{
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  .lg\:mx-1{
    margin-left: 8px !important;
    margin-right: 8px !important;
  }

  .lg\:my-2{
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }

  .lg\:mx-2{
    margin-left: 16px !important;
    margin-right: 16px !important;
  }

  .lg\:my-3{
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }

  .lg\:mx-3{
    margin-left: 24px !important;
    margin-right: 24px !important;
  }

  .lg\:my-4{
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }

  .lg\:mx-4{
    margin-left: 32px !important;
    margin-right: 32px !important;
  }

  .lg\:my-5{
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .lg\:mx-5{
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .lg\:my-6{
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }

  .lg\:mx-6{
    margin-left: 48px !important;
    margin-right: 48px !important;
  }

  .lg\:my-auto{
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .lg\:mx-auto{
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .lg\:-my-1{
    margin-top: -8px !important;
    margin-bottom: -8px !important;
  }

  .lg\:-mx-1{
    margin-left: -8px !important;
    margin-right: -8px !important;
  }

  .lg\:-my-2{
    margin-top: -16px !important;
    margin-bottom: -16px !important;
  }

  .lg\:-mx-2{
    margin-left: -16px !important;
    margin-right: -16px !important;
  }

  .lg\:-my-3{
    margin-top: -24px !important;
    margin-bottom: -24px !important;
  }

  .lg\:-mx-3{
    margin-left: -24px !important;
    margin-right: -24px !important;
  }

  .lg\:-my-4{
    margin-top: -32px !important;
    margin-bottom: -32px !important;
  }

  .lg\:-mx-4{
    margin-left: -32px !important;
    margin-right: -32px !important;
  }

  .lg\:-my-5{
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }

  .lg\:-mx-5{
    margin-left: -40px !important;
    margin-right: -40px !important;
  }

  .lg\:-my-6{
    margin-top: -48px !important;
    margin-bottom: -48px !important;
  }

  .lg\:-mx-6{
    margin-left: -48px !important;
    margin-right: -48px !important;
  }

  .lg\:mt-1{
    margin-top: 8px !important;
  }

  .lg\:mr-1{
    margin-right: 8px !important;
  }

  .lg\:mb-1{
    margin-bottom: 8px !important;
  }

  .lg\:ml-1{
    margin-left: 8px !important;
  }

  .lg\:mt-2{
    margin-top: 16px !important;
  }

  .lg\:mr-2{
    margin-right: 16px !important;
  }

  .lg\:mb-2{
    margin-bottom: 16px !important;
  }

  .lg\:ml-2{
    margin-left: 16px !important;
  }

  .lg\:mt-3{
    margin-top: 24px !important;
  }

  .lg\:mr-3{
    margin-right: 24px !important;
  }

  .lg\:mb-3{
    margin-bottom: 24px !important;
  }

  .lg\:ml-3{
    margin-left: 24px !important;
  }

  .lg\:mt-4{
    margin-top: 32px !important;
  }

  .lg\:mr-4{
    margin-right: 32px !important;
  }

  .lg\:mb-4{
    margin-bottom: 32px !important;
  }

  .lg\:ml-4{
    margin-left: 32px !important;
  }

  .lg\:mt-5{
    margin-top: 40px !important;
  }

  .lg\:mr-5{
    margin-right: 40px !important;
  }

  .lg\:mb-5{
    margin-bottom: 40px !important;
  }

  .lg\:ml-5{
    margin-left: 40px !important;
  }

  .lg\:mt-6{
    margin-top: 48px !important;
  }

  .lg\:mr-6{
    margin-right: 48px !important;
  }

  .lg\:mb-6{
    margin-bottom: 48px !important;
  }

  .lg\:ml-6{
    margin-left: 48px !important;
  }

  .lg\:mt-auto{
    margin-top: auto !important;
  }

  .lg\:mr-auto{
    margin-right: auto !important;
  }

  .lg\:mb-auto{
    margin-bottom: auto !important;
  }

  .lg\:ml-auto{
    margin-left: auto !important;
  }

  .lg\:-mt-1{
    margin-top: -8px !important;
  }

  .lg\:-mr-1{
    margin-right: -8px !important;
  }

  .lg\:-mb-1{
    margin-bottom: -8px !important;
  }

  .lg\:-ml-1{
    margin-left: -8px !important;
  }

  .lg\:-mt-2{
    margin-top: -16px !important;
  }

  .lg\:-mr-2{
    margin-right: -16px !important;
  }

  .lg\:-mb-2{
    margin-bottom: -16px !important;
  }

  .lg\:-ml-2{
    margin-left: -16px !important;
  }

  .lg\:-mt-3{
    margin-top: -24px !important;
  }

  .lg\:-mr-3{
    margin-right: -24px !important;
  }

  .lg\:-mb-3{
    margin-bottom: -24px !important;
  }

  .lg\:-ml-3{
    margin-left: -24px !important;
  }

  .lg\:-mt-4{
    margin-top: -32px !important;
  }

  .lg\:-mr-4{
    margin-right: -32px !important;
  }

  .lg\:-mb-4{
    margin-bottom: -32px !important;
  }

  .lg\:-ml-4{
    margin-left: -32px !important;
  }

  .lg\:-mt-5{
    margin-top: -40px !important;
  }

  .lg\:-mr-5{
    margin-right: -40px !important;
  }

  .lg\:-mb-5{
    margin-bottom: -40px !important;
  }

  .lg\:-ml-5{
    margin-left: -40px !important;
  }

  .lg\:-mt-6{
    margin-top: -48px !important;
  }

  .lg\:-mr-6{
    margin-right: -48px !important;
  }

  .lg\:-mb-6{
    margin-bottom: -48px !important;
  }

  .lg\:-ml-6{
    margin-left: -48px !important;
  }

  .lg\:p-1{
    padding: 8px !important;
  }

  .lg\:p-2{
    padding: 16px !important;
  }

  .lg\:p-3{
    padding: 24px !important;
  }

  .lg\:p-4{
    padding: 32px !important;
  }

  .lg\:p-5{
    padding: 40px !important;
  }

  .lg\:p-6{
    padding: 48px !important;
  }

  .lg\:py-1{
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .lg\:px-1{
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .lg\:py-2{
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .lg\:px-2{
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .lg\:py-3{
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .lg\:px-3{
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .lg\:py-4{
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  .lg\:px-4{
    padding-left: 32px !important;
    padding-right: 32px !important;
  }

  .lg\:py-5{
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .lg\:px-5{
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .lg\:py-6{
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .lg\:px-6{
    padding-left: 48px !important;
    padding-right: 48px !important;
  }

  .lg\:pt-1{
    padding-top: 8px !important;
  }

  .lg\:pr-1{
    padding-right: 8px !important;
  }

  .lg\:pb-1{
    padding-bottom: 8px !important;
  }

  .lg\:pl-1{
    padding-left: 8px !important;
  }

  .lg\:pt-2{
    padding-top: 16px !important;
  }

  .lg\:pr-2{
    padding-right: 16px !important;
  }

  .lg\:pb-2{
    padding-bottom: 16px !important;
  }

  .lg\:pl-2{
    padding-left: 16px !important;
  }

  .lg\:pt-3{
    padding-top: 24px !important;
  }

  .lg\:pr-3{
    padding-right: 24px !important;
  }

  .lg\:pb-3{
    padding-bottom: 24px !important;
  }

  .lg\:pl-3{
    padding-left: 24px !important;
  }

  .lg\:pt-4{
    padding-top: 32px !important;
  }

  .lg\:pr-4{
    padding-right: 32px !important;
  }

  .lg\:pb-4{
    padding-bottom: 32px !important;
  }

  .lg\:pl-4{
    padding-left: 32px !important;
  }

  .lg\:pt-5{
    padding-top: 40px !important;
  }

  .lg\:pr-5{
    padding-right: 40px !important;
  }

  .lg\:pb-5{
    padding-bottom: 40px !important;
  }

  .lg\:pl-5{
    padding-left: 40px !important;
  }

  .lg\:pt-6{
    padding-top: 48px !important;
  }

  .lg\:pr-6{
    padding-right: 48px !important;
  }

  .lg\:pb-6{
    padding-bottom: 48px !important;
  }

  .lg\:pl-6{
    padding-left: 48px !important;
  }

  .lg\:sr-only{
    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-width: 0 !important;
  }

  .lg\:not-sr-only{
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .lg\:focus\:sr-only:focus{
    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-width: 0 !important;
  }

  .lg\:focus\:not-sr-only:focus{
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .lg\:w-1{
    width: 8px !important;
  }

  .lg\:w-2{
    width: 16px !important;
  }

  .lg\:w-3{
    width: 24px !important;
  }

  .lg\:w-4{
    width: 32px !important;
  }

  .lg\:w-5{
    width: 40px !important;
  }

  .lg\:w-6{
    width: 48px !important;
  }

  .lg\:w-auto{
    width: auto !important;
  }

  .lg\:w-1\/2{
    width: 50% !important;
  }

  .lg\:w-1\/3{
    width: 33.333333% !important;
  }

  .lg\:w-2\/3{
    width: 66.666667% !important;
  }

  .lg\:w-1\/4{
    width: 25% !important;
  }

  .lg\:w-2\/4{
    width: 50% !important;
  }

  .lg\:w-3\/4{
    width: 75% !important;
  }

  .lg\:w-1\/5{
    width: 20% !important;
  }

  .lg\:w-2\/5{
    width: 40% !important;
  }

  .lg\:w-3\/5{
    width: 60% !important;
  }

  .lg\:w-4\/5{
    width: 80% !important;
  }

  .lg\:w-1\/6{
    width: 16.666667% !important;
  }

  .lg\:w-2\/6{
    width: 33.333333% !important;
  }

  .lg\:w-3\/6{
    width: 50% !important;
  }

  .lg\:w-4\/6{
    width: 66.666667% !important;
  }

  .lg\:w-5\/6{
    width: 83.333333% !important;
  }

  .lg\:w-1\/12{
    width: 8.333333% !important;
  }

  .lg\:w-2\/12{
    width: 16.666667% !important;
  }

  .lg\:w-3\/12{
    width: 25% !important;
  }

  .lg\:w-4\/12{
    width: 33.333333% !important;
  }

  .lg\:w-5\/12{
    width: 41.666667% !important;
  }

  .lg\:w-6\/12{
    width: 50% !important;
  }

  .lg\:w-7\/12{
    width: 58.333333% !important;
  }

  .lg\:w-8\/12{
    width: 66.666667% !important;
  }

  .lg\:w-9\/12{
    width: 75% !important;
  }

  .lg\:w-10\/12{
    width: 83.333333% !important;
  }

  .lg\:w-11\/12{
    width: 91.666667% !important;
  }

  .lg\:w-full{
    width: 100% !important;
  }

  .lg\:w-screen{
    width: 100vw !important;
  }

  .lg\:flex-1{
    flex: 1 1 0% !important;
  }

  .lg\:flex-auto{
    flex: 1 1 auto !important;
  }

  .lg\:flex-initial{
    flex: 0 1 auto !important;
  }

  .lg\:flex-none{
    flex: none !important;
  }

  .lg\:block{
    display: block !important;
  }

  .lg\:inline-block{
    display: inline-block !important;
  }

  .lg\:inline{
    display: inline !important;
  }

  .lg\:flex{
    display: flex !important;
  }

  .lg\:inline-flex{
    display: inline-flex !important;
  }

  .lg\:table{
    display: table !important;
  }

  .lg\:table-caption{
    display: table-caption !important;
  }

  .lg\:table-cell{
    display: table-cell !important;
  }

  .lg\:table-column{
    display: table-column !important;
  }

  .lg\:table-column-group{
    display: table-column-group !important;
  }

  .lg\:table-footer-group{
    display: table-footer-group !important;
  }

  .lg\:table-header-group{
    display: table-header-group !important;
  }

  .lg\:table-row-group{
    display: table-row-group !important;
  }

  .lg\:table-row{
    display: table-row !important;
  }

  .lg\:flow-root{
    display: flow-root !important;
  }

  .lg\:grid{
    display: -ms-grid !important;
    display: grid !important;
  }

  .lg\:inline-grid{
    display: -ms-inline-grid !important;
    display: inline-grid !important;
  }

  .lg\:contents{
    display: contents !important;
  }

  .lg\:hidden{
    display: none !important;
  }

  .lg\:flex-row{
    flex-direction: row !important;
  }

  .lg\:flex-row-reverse{
    flex-direction: row-reverse !important;
  }

  .lg\:flex-col{
    flex-direction: column !important;
  }

  .lg\:flex-col-reverse{
    flex-direction: column-reverse !important;
  }

  .lg\:items-start{
    align-items: flex-start !important;
  }

  .lg\:items-end{
    align-items: flex-end !important;
  }

  .lg\:items-center{
    align-items: center !important;
  }

  .lg\:items-baseline{
    align-items: baseline !important;
  }

  .lg\:items-stretch{
    align-items: stretch !important;
  }

  .lg\:justify-start{
    justify-content: flex-start !important;
  }

  .lg\:justify-end{
    justify-content: flex-end !important;
  }

  .lg\:justify-center{
    justify-content: center !important;
  }

  .lg\:justify-between{
    justify-content: space-between !important;
  }

  .lg\:justify-around{
    justify-content: space-around !important;
  }

  .lg\:justify-evenly{
    justify-content: space-evenly !important;
  }

  .lg\:text-left{
    text-align: left !important;
  }

  .lg\:text-center{
    text-align: center !important;
  }

  .lg\:text-right{
    text-align: right !important;
  }

  .lg\:text-justify{
    text-align: justify !important;
  }

  .lg\:flex-wrap{
    flex-wrap: wrap !important;
  }

  .lg\:flex-wrap-reverse{
    flex-wrap: wrap-reverse !important;
  }

  .lg\:flex-no-wrap{
    flex-wrap: nowrap !important;
  }

  .lg\:bg-transparent{
    background-color: transparent !important;
  }

  .lg\:bg-current{
    background-color: currentColor !important;
  }

  .lg\:bg-black{
    background-color: #000 !important;
  }

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

  .lg\:bg-gray-100{
    background-color: #f7fafc !important;
  }

  .lg\:bg-gray-200{
    background-color: #edf2f7 !important;
  }

  .lg\:bg-gray-300{
    background-color: #e2e8f0 !important;
  }

  .lg\:bg-gray-400{
    background-color: #cbd5e0 !important;
  }

  .lg\:bg-gray-500{
    background-color: #a0aec0 !important;
  }

  .lg\:bg-gray-600{
    background-color: #718096 !important;
  }

  .lg\:bg-gray-700{
    background-color: #4a5568 !important;
  }

  .lg\:bg-gray-800{
    background-color: #2d3748 !important;
  }

  .lg\:bg-gray-900{
    background-color: #1a202c !important;
  }

  .lg\:bg-red-100{
    background-color: #fff5f5 !important;
  }

  .lg\:bg-red-200{
    background-color: #fed7d7 !important;
  }

  .lg\:bg-red-300{
    background-color: #feb2b2 !important;
  }

  .lg\:bg-red-400{
    background-color: #fc8181 !important;
  }

  .lg\:bg-red-500{
    background-color: #f56565 !important;
  }

  .lg\:bg-red-600{
    background-color: #e53e3e !important;
  }

  .lg\:bg-red-700{
    background-color: #c53030 !important;
  }

  .lg\:bg-red-800{
    background-color: #9b2c2c !important;
  }

  .lg\:bg-red-900{
    background-color: #742a2a !important;
  }

  .lg\:bg-orange-100{
    background-color: #fffaf0 !important;
  }

  .lg\:bg-orange-200{
    background-color: #feebc8 !important;
  }

  .lg\:bg-orange-300{
    background-color: #fbd38d !important;
  }

  .lg\:bg-orange-400{
    background-color: #f6ad55 !important;
  }

  .lg\:bg-orange-500{
    background-color: #ed8936 !important;
  }

  .lg\:bg-orange-600{
    background-color: #dd6b20 !important;
  }

  .lg\:bg-orange-700{
    background-color: #c05621 !important;
  }

  .lg\:bg-orange-800{
    background-color: #9c4221 !important;
  }

  .lg\:bg-orange-900{
    background-color: #7b341e !important;
  }

  .lg\:bg-yellow-100{
    background-color: #fffff0 !important;
  }

  .lg\:bg-yellow-200{
    background-color: #fefcbf !important;
  }

  .lg\:bg-yellow-300{
    background-color: #faf089 !important;
  }

  .lg\:bg-yellow-400{
    background-color: #f6e05e !important;
  }

  .lg\:bg-yellow-500{
    background-color: #ecc94b !important;
  }

  .lg\:bg-yellow-600{
    background-color: #d69e2e !important;
  }

  .lg\:bg-yellow-700{
    background-color: #b7791f !important;
  }

  .lg\:bg-yellow-800{
    background-color: #975a16 !important;
  }

  .lg\:bg-yellow-900{
    background-color: #744210 !important;
  }

  .lg\:bg-green-100{
    background-color: #f0fff4 !important;
  }

  .lg\:bg-green-200{
    background-color: #c6f6d5 !important;
  }

  .lg\:bg-green-300{
    background-color: #9ae6b4 !important;
  }

  .lg\:bg-green-400{
    background-color: #68d391 !important;
  }

  .lg\:bg-green-500{
    background-color: #48bb78 !important;
  }

  .lg\:bg-green-600{
    background-color: #38a169 !important;
  }

  .lg\:bg-green-700{
    background-color: #2f855a !important;
  }

  .lg\:bg-green-800{
    background-color: #276749 !important;
  }

  .lg\:bg-green-900{
    background-color: #22543d !important;
  }

  .lg\:bg-teal-100{
    background-color: #e6fffa !important;
  }

  .lg\:bg-teal-200{
    background-color: #b2f5ea !important;
  }

  .lg\:bg-teal-300{
    background-color: #81e6d9 !important;
  }

  .lg\:bg-teal-400{
    background-color: #4fd1c5 !important;
  }

  .lg\:bg-teal-500{
    background-color: #38b2ac !important;
  }

  .lg\:bg-teal-600{
    background-color: #319795 !important;
  }

  .lg\:bg-teal-700{
    background-color: #2c7a7b !important;
  }

  .lg\:bg-teal-800{
    background-color: #285e61 !important;
  }

  .lg\:bg-teal-900{
    background-color: #234e52 !important;
  }

  .lg\:bg-blue-100{
    background-color: #ebf8ff !important;
  }

  .lg\:bg-blue-200{
    background-color: #bee3f8 !important;
  }

  .lg\:bg-blue-300{
    background-color: #90cdf4 !important;
  }

  .lg\:bg-blue-400{
    background-color: #63b3ed !important;
  }

  .lg\:bg-blue-500{
    background-color: #4299e1 !important;
  }

  .lg\:bg-blue-600{
    background-color: #3182ce !important;
  }

  .lg\:bg-blue-700{
    background-color: #2b6cb0 !important;
  }

  .lg\:bg-blue-800{
    background-color: #2c5282 !important;
  }

  .lg\:bg-blue-900{
    background-color: #2a4365 !important;
  }

  .lg\:bg-indigo-100{
    background-color: #ebf4ff !important;
  }

  .lg\:bg-indigo-200{
    background-color: #c3dafe !important;
  }

  .lg\:bg-indigo-300{
    background-color: #a3bffa !important;
  }

  .lg\:bg-indigo-400{
    background-color: #7f9cf5 !important;
  }

  .lg\:bg-indigo-500{
    background-color: #667eea !important;
  }

  .lg\:bg-indigo-600{
    background-color: #5a67d8 !important;
  }

  .lg\:bg-indigo-700{
    background-color: #4c51bf !important;
  }

  .lg\:bg-indigo-800{
    background-color: #434190 !important;
  }

  .lg\:bg-indigo-900{
    background-color: #3c366b !important;
  }

  .lg\:bg-purple-100{
    background-color: #faf5ff !important;
  }

  .lg\:bg-purple-200{
    background-color: #e9d8fd !important;
  }

  .lg\:bg-purple-300{
    background-color: #d6bcfa !important;
  }

  .lg\:bg-purple-400{
    background-color: #b794f4 !important;
  }

  .lg\:bg-purple-500{
    background-color: #9f7aea !important;
  }

  .lg\:bg-purple-600{
    background-color: #805ad5 !important;
  }

  .lg\:bg-purple-700{
    background-color: #6b46c1 !important;
  }

  .lg\:bg-purple-800{
    background-color: #553c9a !important;
  }

  .lg\:bg-purple-900{
    background-color: #44337a !important;
  }

  .lg\:bg-pink-100{
    background-color: #fff5f7 !important;
  }

  .lg\:bg-pink-200{
    background-color: #fed7e2 !important;
  }

  .lg\:bg-pink-300{
    background-color: #fbb6ce !important;
  }

  .lg\:bg-pink-400{
    background-color: #f687b3 !important;
  }

  .lg\:bg-pink-500{
    background-color: #ed64a6 !important;
  }

  .lg\:bg-pink-600{
    background-color: #d53f8c !important;
  }

  .lg\:bg-pink-700{
    background-color: #b83280 !important;
  }

  .lg\:bg-pink-800{
    background-color: #97266d !important;
  }

  .lg\:bg-pink-900{
    background-color: #702459 !important;
  }

  .lg\:hover\:bg-transparent:hover{
    background-color: transparent !important;
  }

  .lg\:hover\:bg-current:hover{
    background-color: currentColor !important;
  }

  .lg\:hover\:bg-black:hover{
    background-color: #000 !important;
  }

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

  .lg\:hover\:bg-gray-100:hover{
    background-color: #f7fafc !important;
  }

  .lg\:hover\:bg-gray-200:hover{
    background-color: #edf2f7 !important;
  }

  .lg\:hover\:bg-gray-300:hover{
    background-color: #e2e8f0 !important;
  }

  .lg\:hover\:bg-gray-400:hover{
    background-color: #cbd5e0 !important;
  }

  .lg\:hover\:bg-gray-500:hover{
    background-color: #a0aec0 !important;
  }

  .lg\:hover\:bg-gray-600:hover{
    background-color: #718096 !important;
  }

  .lg\:hover\:bg-gray-700:hover{
    background-color: #4a5568 !important;
  }

  .lg\:hover\:bg-gray-800:hover{
    background-color: #2d3748 !important;
  }

  .lg\:hover\:bg-gray-900:hover{
    background-color: #1a202c !important;
  }

  .lg\:hover\:bg-red-100:hover{
    background-color: #fff5f5 !important;
  }

  .lg\:hover\:bg-red-200:hover{
    background-color: #fed7d7 !important;
  }

  .lg\:hover\:bg-red-300:hover{
    background-color: #feb2b2 !important;
  }

  .lg\:hover\:bg-red-400:hover{
    background-color: #fc8181 !important;
  }

  .lg\:hover\:bg-red-500:hover{
    background-color: #f56565 !important;
  }

  .lg\:hover\:bg-red-600:hover{
    background-color: #e53e3e !important;
  }

  .lg\:hover\:bg-red-700:hover{
    background-color: #c53030 !important;
  }

  .lg\:hover\:bg-red-800:hover{
    background-color: #9b2c2c !important;
  }

  .lg\:hover\:bg-red-900:hover{
    background-color: #742a2a !important;
  }

  .lg\:hover\:bg-orange-100:hover{
    background-color: #fffaf0 !important;
  }

  .lg\:hover\:bg-orange-200:hover{
    background-color: #feebc8 !important;
  }

  .lg\:hover\:bg-orange-300:hover{
    background-color: #fbd38d !important;
  }

  .lg\:hover\:bg-orange-400:hover{
    background-color: #f6ad55 !important;
  }

  .lg\:hover\:bg-orange-500:hover{
    background-color: #ed8936 !important;
  }

  .lg\:hover\:bg-orange-600:hover{
    background-color: #dd6b20 !important;
  }

  .lg\:hover\:bg-orange-700:hover{
    background-color: #c05621 !important;
  }

  .lg\:hover\:bg-orange-800:hover{
    background-color: #9c4221 !important;
  }

  .lg\:hover\:bg-orange-900:hover{
    background-color: #7b341e !important;
  }

  .lg\:hover\:bg-yellow-100:hover{
    background-color: #fffff0 !important;
  }

  .lg\:hover\:bg-yellow-200:hover{
    background-color: #fefcbf !important;
  }

  .lg\:hover\:bg-yellow-300:hover{
    background-color: #faf089 !important;
  }

  .lg\:hover\:bg-yellow-400:hover{
    background-color: #f6e05e !important;
  }

  .lg\:hover\:bg-yellow-500:hover{
    background-color: #ecc94b !important;
  }

  .lg\:hover\:bg-yellow-600:hover{
    background-color: #d69e2e !important;
  }

  .lg\:hover\:bg-yellow-700:hover{
    background-color: #b7791f !important;
  }

  .lg\:hover\:bg-yellow-800:hover{
    background-color: #975a16 !important;
  }

  .lg\:hover\:bg-yellow-900:hover{
    background-color: #744210 !important;
  }

  .lg\:hover\:bg-green-100:hover{
    background-color: #f0fff4 !important;
  }

  .lg\:hover\:bg-green-200:hover{
    background-color: #c6f6d5 !important;
  }

  .lg\:hover\:bg-green-300:hover{
    background-color: #9ae6b4 !important;
  }

  .lg\:hover\:bg-green-400:hover{
    background-color: #68d391 !important;
  }

  .lg\:hover\:bg-green-500:hover{
    background-color: #48bb78 !important;
  }

  .lg\:hover\:bg-green-600:hover{
    background-color: #38a169 !important;
  }

  .lg\:hover\:bg-green-700:hover{
    background-color: #2f855a !important;
  }

  .lg\:hover\:bg-green-800:hover{
    background-color: #276749 !important;
  }

  .lg\:hover\:bg-green-900:hover{
    background-color: #22543d !important;
  }

  .lg\:hover\:bg-teal-100:hover{
    background-color: #e6fffa !important;
  }

  .lg\:hover\:bg-teal-200:hover{
    background-color: #b2f5ea !important;
  }

  .lg\:hover\:bg-teal-300:hover{
    background-color: #81e6d9 !important;
  }

  .lg\:hover\:bg-teal-400:hover{
    background-color: #4fd1c5 !important;
  }

  .lg\:hover\:bg-teal-500:hover{
    background-color: #38b2ac !important;
  }

  .lg\:hover\:bg-teal-600:hover{
    background-color: #319795 !important;
  }

  .lg\:hover\:bg-teal-700:hover{
    background-color: #2c7a7b !important;
  }

  .lg\:hover\:bg-teal-800:hover{
    background-color: #285e61 !important;
  }

  .lg\:hover\:bg-teal-900:hover{
    background-color: #234e52 !important;
  }

  .lg\:hover\:bg-blue-100:hover{
    background-color: #ebf8ff !important;
  }

  .lg\:hover\:bg-blue-200:hover{
    background-color: #bee3f8 !important;
  }

  .lg\:hover\:bg-blue-300:hover{
    background-color: #90cdf4 !important;
  }

  .lg\:hover\:bg-blue-400:hover{
    background-color: #63b3ed !important;
  }

  .lg\:hover\:bg-blue-500:hover{
    background-color: #4299e1 !important;
  }

  .lg\:hover\:bg-blue-600:hover{
    background-color: #3182ce !important;
  }

  .lg\:hover\:bg-blue-700:hover{
    background-color: #2b6cb0 !important;
  }

  .lg\:hover\:bg-blue-800:hover{
    background-color: #2c5282 !important;
  }

  .lg\:hover\:bg-blue-900:hover{
    background-color: #2a4365 !important;
  }

  .lg\:hover\:bg-indigo-100:hover{
    background-color: #ebf4ff !important;
  }

  .lg\:hover\:bg-indigo-200:hover{
    background-color: #c3dafe !important;
  }

  .lg\:hover\:bg-indigo-300:hover{
    background-color: #a3bffa !important;
  }

  .lg\:hover\:bg-indigo-400:hover{
    background-color: #7f9cf5 !important;
  }

  .lg\:hover\:bg-indigo-500:hover{
    background-color: #667eea !important;
  }

  .lg\:hover\:bg-indigo-600:hover{
    background-color: #5a67d8 !important;
  }

  .lg\:hover\:bg-indigo-700:hover{
    background-color: #4c51bf !important;
  }

  .lg\:hover\:bg-indigo-800:hover{
    background-color: #434190 !important;
  }

  .lg\:hover\:bg-indigo-900:hover{
    background-color: #3c366b !important;
  }

  .lg\:hover\:bg-purple-100:hover{
    background-color: #faf5ff !important;
  }

  .lg\:hover\:bg-purple-200:hover{
    background-color: #e9d8fd !important;
  }

  .lg\:hover\:bg-purple-300:hover{
    background-color: #d6bcfa !important;
  }

  .lg\:hover\:bg-purple-400:hover{
    background-color: #b794f4 !important;
  }

  .lg\:hover\:bg-purple-500:hover{
    background-color: #9f7aea !important;
  }

  .lg\:hover\:bg-purple-600:hover{
    background-color: #805ad5 !important;
  }

  .lg\:hover\:bg-purple-700:hover{
    background-color: #6b46c1 !important;
  }

  .lg\:hover\:bg-purple-800:hover{
    background-color: #553c9a !important;
  }

  .lg\:hover\:bg-purple-900:hover{
    background-color: #44337a !important;
  }

  .lg\:hover\:bg-pink-100:hover{
    background-color: #fff5f7 !important;
  }

  .lg\:hover\:bg-pink-200:hover{
    background-color: #fed7e2 !important;
  }

  .lg\:hover\:bg-pink-300:hover{
    background-color: #fbb6ce !important;
  }

  .lg\:hover\:bg-pink-400:hover{
    background-color: #f687b3 !important;
  }

  .lg\:hover\:bg-pink-500:hover{
    background-color: #ed64a6 !important;
  }

  .lg\:hover\:bg-pink-600:hover{
    background-color: #d53f8c !important;
  }

  .lg\:hover\:bg-pink-700:hover{
    background-color: #b83280 !important;
  }

  .lg\:hover\:bg-pink-800:hover{
    background-color: #97266d !important;
  }

  .lg\:hover\:bg-pink-900:hover{
    background-color: #702459 !important;
  }

  .lg\:focus\:bg-transparent:focus{
    background-color: transparent !important;
  }

  .lg\:focus\:bg-current:focus{
    background-color: currentColor !important;
  }

  .lg\:focus\:bg-black:focus{
    background-color: #000 !important;
  }

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

  .lg\:focus\:bg-gray-100:focus{
    background-color: #f7fafc !important;
  }

  .lg\:focus\:bg-gray-200:focus{
    background-color: #edf2f7 !important;
  }

  .lg\:focus\:bg-gray-300:focus{
    background-color: #e2e8f0 !important;
  }

  .lg\:focus\:bg-gray-400:focus{
    background-color: #cbd5e0 !important;
  }

  .lg\:focus\:bg-gray-500:focus{
    background-color: #a0aec0 !important;
  }

  .lg\:focus\:bg-gray-600:focus{
    background-color: #718096 !important;
  }

  .lg\:focus\:bg-gray-700:focus{
    background-color: #4a5568 !important;
  }

  .lg\:focus\:bg-gray-800:focus{
    background-color: #2d3748 !important;
  }

  .lg\:focus\:bg-gray-900:focus{
    background-color: #1a202c !important;
  }

  .lg\:focus\:bg-red-100:focus{
    background-color: #fff5f5 !important;
  }

  .lg\:focus\:bg-red-200:focus{
    background-color: #fed7d7 !important;
  }

  .lg\:focus\:bg-red-300:focus{
    background-color: #feb2b2 !important;
  }

  .lg\:focus\:bg-red-400:focus{
    background-color: #fc8181 !important;
  }

  .lg\:focus\:bg-red-500:focus{
    background-color: #f56565 !important;
  }

  .lg\:focus\:bg-red-600:focus{
    background-color: #e53e3e !important;
  }

  .lg\:focus\:bg-red-700:focus{
    background-color: #c53030 !important;
  }

  .lg\:focus\:bg-red-800:focus{
    background-color: #9b2c2c !important;
  }

  .lg\:focus\:bg-red-900:focus{
    background-color: #742a2a !important;
  }

  .lg\:focus\:bg-orange-100:focus{
    background-color: #fffaf0 !important;
  }

  .lg\:focus\:bg-orange-200:focus{
    background-color: #feebc8 !important;
  }

  .lg\:focus\:bg-orange-300:focus{
    background-color: #fbd38d !important;
  }

  .lg\:focus\:bg-orange-400:focus{
    background-color: #f6ad55 !important;
  }

  .lg\:focus\:bg-orange-500:focus{
    background-color: #ed8936 !important;
  }

  .lg\:focus\:bg-orange-600:focus{
    background-color: #dd6b20 !important;
  }

  .lg\:focus\:bg-orange-700:focus{
    background-color: #c05621 !important;
  }

  .lg\:focus\:bg-orange-800:focus{
    background-color: #9c4221 !important;
  }

  .lg\:focus\:bg-orange-900:focus{
    background-color: #7b341e !important;
  }

  .lg\:focus\:bg-yellow-100:focus{
    background-color: #fffff0 !important;
  }

  .lg\:focus\:bg-yellow-200:focus{
    background-color: #fefcbf !important;
  }

  .lg\:focus\:bg-yellow-300:focus{
    background-color: #faf089 !important;
  }

  .lg\:focus\:bg-yellow-400:focus{
    background-color: #f6e05e !important;
  }

  .lg\:focus\:bg-yellow-500:focus{
    background-color: #ecc94b !important;
  }

  .lg\:focus\:bg-yellow-600:focus{
    background-color: #d69e2e !important;
  }

  .lg\:focus\:bg-yellow-700:focus{
    background-color: #b7791f !important;
  }

  .lg\:focus\:bg-yellow-800:focus{
    background-color: #975a16 !important;
  }

  .lg\:focus\:bg-yellow-900:focus{
    background-color: #744210 !important;
  }

  .lg\:focus\:bg-green-100:focus{
    background-color: #f0fff4 !important;
  }

  .lg\:focus\:bg-green-200:focus{
    background-color: #c6f6d5 !important;
  }

  .lg\:focus\:bg-green-300:focus{
    background-color: #9ae6b4 !important;
  }

  .lg\:focus\:bg-green-400:focus{
    background-color: #68d391 !important;
  }

  .lg\:focus\:bg-green-500:focus{
    background-color: #48bb78 !important;
  }

  .lg\:focus\:bg-green-600:focus{
    background-color: #38a169 !important;
  }

  .lg\:focus\:bg-green-700:focus{
    background-color: #2f855a !important;
  }

  .lg\:focus\:bg-green-800:focus{
    background-color: #276749 !important;
  }

  .lg\:focus\:bg-green-900:focus{
    background-color: #22543d !important;
  }

  .lg\:focus\:bg-teal-100:focus{
    background-color: #e6fffa !important;
  }

  .lg\:focus\:bg-teal-200:focus{
    background-color: #b2f5ea !important;
  }

  .lg\:focus\:bg-teal-300:focus{
    background-color: #81e6d9 !important;
  }

  .lg\:focus\:bg-teal-400:focus{
    background-color: #4fd1c5 !important;
  }

  .lg\:focus\:bg-teal-500:focus{
    background-color: #38b2ac !important;
  }

  .lg\:focus\:bg-teal-600:focus{
    background-color: #319795 !important;
  }

  .lg\:focus\:bg-teal-700:focus{
    background-color: #2c7a7b !important;
  }

  .lg\:focus\:bg-teal-800:focus{
    background-color: #285e61 !important;
  }

  .lg\:focus\:bg-teal-900:focus{
    background-color: #234e52 !important;
  }

  .lg\:focus\:bg-blue-100:focus{
    background-color: #ebf8ff !important;
  }

  .lg\:focus\:bg-blue-200:focus{
    background-color: #bee3f8 !important;
  }

  .lg\:focus\:bg-blue-300:focus{
    background-color: #90cdf4 !important;
  }

  .lg\:focus\:bg-blue-400:focus{
    background-color: #63b3ed !important;
  }

  .lg\:focus\:bg-blue-500:focus{
    background-color: #4299e1 !important;
  }

  .lg\:focus\:bg-blue-600:focus{
    background-color: #3182ce !important;
  }

  .lg\:focus\:bg-blue-700:focus{
    background-color: #2b6cb0 !important;
  }

  .lg\:focus\:bg-blue-800:focus{
    background-color: #2c5282 !important;
  }

  .lg\:focus\:bg-blue-900:focus{
    background-color: #2a4365 !important;
  }

  .lg\:focus\:bg-indigo-100:focus{
    background-color: #ebf4ff !important;
  }

  .lg\:focus\:bg-indigo-200:focus{
    background-color: #c3dafe !important;
  }

  .lg\:focus\:bg-indigo-300:focus{
    background-color: #a3bffa !important;
  }

  .lg\:focus\:bg-indigo-400:focus{
    background-color: #7f9cf5 !important;
  }

  .lg\:focus\:bg-indigo-500:focus{
    background-color: #667eea !important;
  }

  .lg\:focus\:bg-indigo-600:focus{
    background-color: #5a67d8 !important;
  }

  .lg\:focus\:bg-indigo-700:focus{
    background-color: #4c51bf !important;
  }

  .lg\:focus\:bg-indigo-800:focus{
    background-color: #434190 !important;
  }

  .lg\:focus\:bg-indigo-900:focus{
    background-color: #3c366b !important;
  }

  .lg\:focus\:bg-purple-100:focus{
    background-color: #faf5ff !important;
  }

  .lg\:focus\:bg-purple-200:focus{
    background-color: #e9d8fd !important;
  }

  .lg\:focus\:bg-purple-300:focus{
    background-color: #d6bcfa !important;
  }

  .lg\:focus\:bg-purple-400:focus{
    background-color: #b794f4 !important;
  }

  .lg\:focus\:bg-purple-500:focus{
    background-color: #9f7aea !important;
  }

  .lg\:focus\:bg-purple-600:focus{
    background-color: #805ad5 !important;
  }

  .lg\:focus\:bg-purple-700:focus{
    background-color: #6b46c1 !important;
  }

  .lg\:focus\:bg-purple-800:focus{
    background-color: #553c9a !important;
  }

  .lg\:focus\:bg-purple-900:focus{
    background-color: #44337a !important;
  }

  .lg\:focus\:bg-pink-100:focus{
    background-color: #fff5f7 !important;
  }

  .lg\:focus\:bg-pink-200:focus{
    background-color: #fed7e2 !important;
  }

  .lg\:focus\:bg-pink-300:focus{
    background-color: #fbb6ce !important;
  }

  .lg\:focus\:bg-pink-400:focus{
    background-color: #f687b3 !important;
  }

  .lg\:focus\:bg-pink-500:focus{
    background-color: #ed64a6 !important;
  }

  .lg\:focus\:bg-pink-600:focus{
    background-color: #d53f8c !important;
  }

  .lg\:focus\:bg-pink-700:focus{
    background-color: #b83280 !important;
  }

  .lg\:focus\:bg-pink-800:focus{
    background-color: #97266d !important;
  }

  .lg\:focus\:bg-pink-900:focus{
    background-color: #702459 !important;
  }

  .lg\:shadow-xs{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .lg\:shadow-sm{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .lg\:shadow{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .lg\:shadow-md{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .lg\:shadow-lg{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .lg\:shadow-xl{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .lg\:shadow-2xl{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .lg\:shadow-inner{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .lg\:shadow-outline{
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .lg\:shadow-none{
    box-shadow: none !important;
  }

  .lg\:hover\:shadow-xs:hover{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .lg\:hover\:shadow-sm:hover{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .lg\:hover\:shadow:hover{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .lg\:hover\:shadow-md:hover{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .lg\:hover\:shadow-lg:hover{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .lg\:hover\:shadow-xl:hover{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .lg\:hover\:shadow-2xl:hover{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .lg\:hover\:shadow-inner:hover{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .lg\:hover\:shadow-outline:hover{
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .lg\:hover\:shadow-none:hover{
    box-shadow: none !important;
  }

  .lg\:focus\:shadow-xs:focus{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .lg\:focus\:shadow-sm:focus{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .lg\:focus\:shadow:focus{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .lg\:focus\:shadow-md:focus{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .lg\:focus\:shadow-lg:focus{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .lg\:focus\:shadow-xl:focus{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .lg\:focus\:shadow-2xl:focus{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .lg\:focus\:shadow-inner:focus{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .lg\:focus\:shadow-outline:focus{
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .lg\:focus\:shadow-none:focus{
    box-shadow: none !important;
  }

  .lg\:dk-card {
    box-sizing: border-box;
    background: white;
    border: 1px solid #eaeaea;
    border: 1px solid var(--wispy-grey);
    border-radius: 8px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .dk-card .lg\:dk-card,
    .dk-card .lg\:dk-card--interactive {
    box-shadow: none;
    border: 1px solid #cccccc;
    border: 1px solid var(--cloud-grey);
  }

  .lg\:dk-card--interactive {
    box-sizing: border-box;
    background: white;
    border: 1px solid #eaeaea;
    border: 1px solid var(--wispy-grey);
    border-radius: 8px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    cursor: pointer;
    transition: all 0.1s ease-in;
  }

  .lg\:dk-card--interactive:hover {
    border: 1px solid #221abb;
    border: 1px solid var(--link-blue);
  }

  .lg\:dk-card--interactive:active {
    box-shadow: 0 8px 24px 2px rgba(0, 0, 0, 0.1);
  }

  .dk-card--interactive .lg\:dk-card--interactive {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  }
}

@media (min-width: 1280px){
  .xl\:m-1{
    margin: 8px !important;
  }

  .xl\:m-2{
    margin: 16px !important;
  }

  .xl\:m-3{
    margin: 24px !important;
  }

  .xl\:m-4{
    margin: 32px !important;
  }

  .xl\:m-5{
    margin: 40px !important;
  }

  .xl\:m-6{
    margin: 48px !important;
  }

  .xl\:m-auto{
    margin: auto !important;
  }

  .xl\:-m-1{
    margin: -8px !important;
  }

  .xl\:-m-2{
    margin: -16px !important;
  }

  .xl\:-m-3{
    margin: -24px !important;
  }

  .xl\:-m-4{
    margin: -32px !important;
  }

  .xl\:-m-5{
    margin: -40px !important;
  }

  .xl\:-m-6{
    margin: -48px !important;
  }

  .xl\:my-1{
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  .xl\:mx-1{
    margin-left: 8px !important;
    margin-right: 8px !important;
  }

  .xl\:my-2{
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }

  .xl\:mx-2{
    margin-left: 16px !important;
    margin-right: 16px !important;
  }

  .xl\:my-3{
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }

  .xl\:mx-3{
    margin-left: 24px !important;
    margin-right: 24px !important;
  }

  .xl\:my-4{
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }

  .xl\:mx-4{
    margin-left: 32px !important;
    margin-right: 32px !important;
  }

  .xl\:my-5{
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .xl\:mx-5{
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .xl\:my-6{
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }

  .xl\:mx-6{
    margin-left: 48px !important;
    margin-right: 48px !important;
  }

  .xl\:my-auto{
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .xl\:mx-auto{
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .xl\:-my-1{
    margin-top: -8px !important;
    margin-bottom: -8px !important;
  }

  .xl\:-mx-1{
    margin-left: -8px !important;
    margin-right: -8px !important;
  }

  .xl\:-my-2{
    margin-top: -16px !important;
    margin-bottom: -16px !important;
  }

  .xl\:-mx-2{
    margin-left: -16px !important;
    margin-right: -16px !important;
  }

  .xl\:-my-3{
    margin-top: -24px !important;
    margin-bottom: -24px !important;
  }

  .xl\:-mx-3{
    margin-left: -24px !important;
    margin-right: -24px !important;
  }

  .xl\:-my-4{
    margin-top: -32px !important;
    margin-bottom: -32px !important;
  }

  .xl\:-mx-4{
    margin-left: -32px !important;
    margin-right: -32px !important;
  }

  .xl\:-my-5{
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }

  .xl\:-mx-5{
    margin-left: -40px !important;
    margin-right: -40px !important;
  }

  .xl\:-my-6{
    margin-top: -48px !important;
    margin-bottom: -48px !important;
  }

  .xl\:-mx-6{
    margin-left: -48px !important;
    margin-right: -48px !important;
  }

  .xl\:mt-1{
    margin-top: 8px !important;
  }

  .xl\:mr-1{
    margin-right: 8px !important;
  }

  .xl\:mb-1{
    margin-bottom: 8px !important;
  }

  .xl\:ml-1{
    margin-left: 8px !important;
  }

  .xl\:mt-2{
    margin-top: 16px !important;
  }

  .xl\:mr-2{
    margin-right: 16px !important;
  }

  .xl\:mb-2{
    margin-bottom: 16px !important;
  }

  .xl\:ml-2{
    margin-left: 16px !important;
  }

  .xl\:mt-3{
    margin-top: 24px !important;
  }

  .xl\:mr-3{
    margin-right: 24px !important;
  }

  .xl\:mb-3{
    margin-bottom: 24px !important;
  }

  .xl\:ml-3{
    margin-left: 24px !important;
  }

  .xl\:mt-4{
    margin-top: 32px !important;
  }

  .xl\:mr-4{
    margin-right: 32px !important;
  }

  .xl\:mb-4{
    margin-bottom: 32px !important;
  }

  .xl\:ml-4{
    margin-left: 32px !important;
  }

  .xl\:mt-5{
    margin-top: 40px !important;
  }

  .xl\:mr-5{
    margin-right: 40px !important;
  }

  .xl\:mb-5{
    margin-bottom: 40px !important;
  }

  .xl\:ml-5{
    margin-left: 40px !important;
  }

  .xl\:mt-6{
    margin-top: 48px !important;
  }

  .xl\:mr-6{
    margin-right: 48px !important;
  }

  .xl\:mb-6{
    margin-bottom: 48px !important;
  }

  .xl\:ml-6{
    margin-left: 48px !important;
  }

  .xl\:mt-auto{
    margin-top: auto !important;
  }

  .xl\:mr-auto{
    margin-right: auto !important;
  }

  .xl\:mb-auto{
    margin-bottom: auto !important;
  }

  .xl\:ml-auto{
    margin-left: auto !important;
  }

  .xl\:-mt-1{
    margin-top: -8px !important;
  }

  .xl\:-mr-1{
    margin-right: -8px !important;
  }

  .xl\:-mb-1{
    margin-bottom: -8px !important;
  }

  .xl\:-ml-1{
    margin-left: -8px !important;
  }

  .xl\:-mt-2{
    margin-top: -16px !important;
  }

  .xl\:-mr-2{
    margin-right: -16px !important;
  }

  .xl\:-mb-2{
    margin-bottom: -16px !important;
  }

  .xl\:-ml-2{
    margin-left: -16px !important;
  }

  .xl\:-mt-3{
    margin-top: -24px !important;
  }

  .xl\:-mr-3{
    margin-right: -24px !important;
  }

  .xl\:-mb-3{
    margin-bottom: -24px !important;
  }

  .xl\:-ml-3{
    margin-left: -24px !important;
  }

  .xl\:-mt-4{
    margin-top: -32px !important;
  }

  .xl\:-mr-4{
    margin-right: -32px !important;
  }

  .xl\:-mb-4{
    margin-bottom: -32px !important;
  }

  .xl\:-ml-4{
    margin-left: -32px !important;
  }

  .xl\:-mt-5{
    margin-top: -40px !important;
  }

  .xl\:-mr-5{
    margin-right: -40px !important;
  }

  .xl\:-mb-5{
    margin-bottom: -40px !important;
  }

  .xl\:-ml-5{
    margin-left: -40px !important;
  }

  .xl\:-mt-6{
    margin-top: -48px !important;
  }

  .xl\:-mr-6{
    margin-right: -48px !important;
  }

  .xl\:-mb-6{
    margin-bottom: -48px !important;
  }

  .xl\:-ml-6{
    margin-left: -48px !important;
  }

  .xl\:p-1{
    padding: 8px !important;
  }

  .xl\:p-2{
    padding: 16px !important;
  }

  .xl\:p-3{
    padding: 24px !important;
  }

  .xl\:p-4{
    padding: 32px !important;
  }

  .xl\:p-5{
    padding: 40px !important;
  }

  .xl\:p-6{
    padding: 48px !important;
  }

  .xl\:py-1{
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .xl\:px-1{
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .xl\:py-2{
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .xl\:px-2{
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .xl\:py-3{
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .xl\:px-3{
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .xl\:py-4{
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  .xl\:px-4{
    padding-left: 32px !important;
    padding-right: 32px !important;
  }

  .xl\:py-5{
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .xl\:px-5{
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .xl\:py-6{
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .xl\:px-6{
    padding-left: 48px !important;
    padding-right: 48px !important;
  }

  .xl\:pt-1{
    padding-top: 8px !important;
  }

  .xl\:pr-1{
    padding-right: 8px !important;
  }

  .xl\:pb-1{
    padding-bottom: 8px !important;
  }

  .xl\:pl-1{
    padding-left: 8px !important;
  }

  .xl\:pt-2{
    padding-top: 16px !important;
  }

  .xl\:pr-2{
    padding-right: 16px !important;
  }

  .xl\:pb-2{
    padding-bottom: 16px !important;
  }

  .xl\:pl-2{
    padding-left: 16px !important;
  }

  .xl\:pt-3{
    padding-top: 24px !important;
  }

  .xl\:pr-3{
    padding-right: 24px !important;
  }

  .xl\:pb-3{
    padding-bottom: 24px !important;
  }

  .xl\:pl-3{
    padding-left: 24px !important;
  }

  .xl\:pt-4{
    padding-top: 32px !important;
  }

  .xl\:pr-4{
    padding-right: 32px !important;
  }

  .xl\:pb-4{
    padding-bottom: 32px !important;
  }

  .xl\:pl-4{
    padding-left: 32px !important;
  }

  .xl\:pt-5{
    padding-top: 40px !important;
  }

  .xl\:pr-5{
    padding-right: 40px !important;
  }

  .xl\:pb-5{
    padding-bottom: 40px !important;
  }

  .xl\:pl-5{
    padding-left: 40px !important;
  }

  .xl\:pt-6{
    padding-top: 48px !important;
  }

  .xl\:pr-6{
    padding-right: 48px !important;
  }

  .xl\:pb-6{
    padding-bottom: 48px !important;
  }

  .xl\:pl-6{
    padding-left: 48px !important;
  }

  .xl\:sr-only{
    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-width: 0 !important;
  }

  .xl\:not-sr-only{
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .xl\:focus\:sr-only:focus{
    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-width: 0 !important;
  }

  .xl\:focus\:not-sr-only:focus{
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .xl\:w-1{
    width: 8px !important;
  }

  .xl\:w-2{
    width: 16px !important;
  }

  .xl\:w-3{
    width: 24px !important;
  }

  .xl\:w-4{
    width: 32px !important;
  }

  .xl\:w-5{
    width: 40px !important;
  }

  .xl\:w-6{
    width: 48px !important;
  }

  .xl\:w-auto{
    width: auto !important;
  }

  .xl\:w-1\/2{
    width: 50% !important;
  }

  .xl\:w-1\/3{
    width: 33.333333% !important;
  }

  .xl\:w-2\/3{
    width: 66.666667% !important;
  }

  .xl\:w-1\/4{
    width: 25% !important;
  }

  .xl\:w-2\/4{
    width: 50% !important;
  }

  .xl\:w-3\/4{
    width: 75% !important;
  }

  .xl\:w-1\/5{
    width: 20% !important;
  }

  .xl\:w-2\/5{
    width: 40% !important;
  }

  .xl\:w-3\/5{
    width: 60% !important;
  }

  .xl\:w-4\/5{
    width: 80% !important;
  }

  .xl\:w-1\/6{
    width: 16.666667% !important;
  }

  .xl\:w-2\/6{
    width: 33.333333% !important;
  }

  .xl\:w-3\/6{
    width: 50% !important;
  }

  .xl\:w-4\/6{
    width: 66.666667% !important;
  }

  .xl\:w-5\/6{
    width: 83.333333% !important;
  }

  .xl\:w-1\/12{
    width: 8.333333% !important;
  }

  .xl\:w-2\/12{
    width: 16.666667% !important;
  }

  .xl\:w-3\/12{
    width: 25% !important;
  }

  .xl\:w-4\/12{
    width: 33.333333% !important;
  }

  .xl\:w-5\/12{
    width: 41.666667% !important;
  }

  .xl\:w-6\/12{
    width: 50% !important;
  }

  .xl\:w-7\/12{
    width: 58.333333% !important;
  }

  .xl\:w-8\/12{
    width: 66.666667% !important;
  }

  .xl\:w-9\/12{
    width: 75% !important;
  }

  .xl\:w-10\/12{
    width: 83.333333% !important;
  }

  .xl\:w-11\/12{
    width: 91.666667% !important;
  }

  .xl\:w-full{
    width: 100% !important;
  }

  .xl\:w-screen{
    width: 100vw !important;
  }

  .xl\:flex-1{
    flex: 1 1 0% !important;
  }

  .xl\:flex-auto{
    flex: 1 1 auto !important;
  }

  .xl\:flex-initial{
    flex: 0 1 auto !important;
  }

  .xl\:flex-none{
    flex: none !important;
  }

  .xl\:block{
    display: block !important;
  }

  .xl\:inline-block{
    display: inline-block !important;
  }

  .xl\:inline{
    display: inline !important;
  }

  .xl\:flex{
    display: flex !important;
  }

  .xl\:inline-flex{
    display: inline-flex !important;
  }

  .xl\:table{
    display: table !important;
  }

  .xl\:table-caption{
    display: table-caption !important;
  }

  .xl\:table-cell{
    display: table-cell !important;
  }

  .xl\:table-column{
    display: table-column !important;
  }

  .xl\:table-column-group{
    display: table-column-group !important;
  }

  .xl\:table-footer-group{
    display: table-footer-group !important;
  }

  .xl\:table-header-group{
    display: table-header-group !important;
  }

  .xl\:table-row-group{
    display: table-row-group !important;
  }

  .xl\:table-row{
    display: table-row !important;
  }

  .xl\:flow-root{
    display: flow-root !important;
  }

  .xl\:grid{
    display: -ms-grid !important;
    display: grid !important;
  }

  .xl\:inline-grid{
    display: -ms-inline-grid !important;
    display: inline-grid !important;
  }

  .xl\:contents{
    display: contents !important;
  }

  .xl\:hidden{
    display: none !important;
  }

  .xl\:flex-row{
    flex-direction: row !important;
  }

  .xl\:flex-row-reverse{
    flex-direction: row-reverse !important;
  }

  .xl\:flex-col{
    flex-direction: column !important;
  }

  .xl\:flex-col-reverse{
    flex-direction: column-reverse !important;
  }

  .xl\:items-start{
    align-items: flex-start !important;
  }

  .xl\:items-end{
    align-items: flex-end !important;
  }

  .xl\:items-center{
    align-items: center !important;
  }

  .xl\:items-baseline{
    align-items: baseline !important;
  }

  .xl\:items-stretch{
    align-items: stretch !important;
  }

  .xl\:justify-start{
    justify-content: flex-start !important;
  }

  .xl\:justify-end{
    justify-content: flex-end !important;
  }

  .xl\:justify-center{
    justify-content: center !important;
  }

  .xl\:justify-between{
    justify-content: space-between !important;
  }

  .xl\:justify-around{
    justify-content: space-around !important;
  }

  .xl\:justify-evenly{
    justify-content: space-evenly !important;
  }

  .xl\:text-left{
    text-align: left !important;
  }

  .xl\:text-center{
    text-align: center !important;
  }

  .xl\:text-right{
    text-align: right !important;
  }

  .xl\:text-justify{
    text-align: justify !important;
  }

  .xl\:flex-wrap{
    flex-wrap: wrap !important;
  }

  .xl\:flex-wrap-reverse{
    flex-wrap: wrap-reverse !important;
  }

  .xl\:flex-no-wrap{
    flex-wrap: nowrap !important;
  }

  .xl\:bg-transparent{
    background-color: transparent !important;
  }

  .xl\:bg-current{
    background-color: currentColor !important;
  }

  .xl\:bg-black{
    background-color: #000 !important;
  }

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

  .xl\:bg-gray-100{
    background-color: #f7fafc !important;
  }

  .xl\:bg-gray-200{
    background-color: #edf2f7 !important;
  }

  .xl\:bg-gray-300{
    background-color: #e2e8f0 !important;
  }

  .xl\:bg-gray-400{
    background-color: #cbd5e0 !important;
  }

  .xl\:bg-gray-500{
    background-color: #a0aec0 !important;
  }

  .xl\:bg-gray-600{
    background-color: #718096 !important;
  }

  .xl\:bg-gray-700{
    background-color: #4a5568 !important;
  }

  .xl\:bg-gray-800{
    background-color: #2d3748 !important;
  }

  .xl\:bg-gray-900{
    background-color: #1a202c !important;
  }

  .xl\:bg-red-100{
    background-color: #fff5f5 !important;
  }

  .xl\:bg-red-200{
    background-color: #fed7d7 !important;
  }

  .xl\:bg-red-300{
    background-color: #feb2b2 !important;
  }

  .xl\:bg-red-400{
    background-color: #fc8181 !important;
  }

  .xl\:bg-red-500{
    background-color: #f56565 !important;
  }

  .xl\:bg-red-600{
    background-color: #e53e3e !important;
  }

  .xl\:bg-red-700{
    background-color: #c53030 !important;
  }

  .xl\:bg-red-800{
    background-color: #9b2c2c !important;
  }

  .xl\:bg-red-900{
    background-color: #742a2a !important;
  }

  .xl\:bg-orange-100{
    background-color: #fffaf0 !important;
  }

  .xl\:bg-orange-200{
    background-color: #feebc8 !important;
  }

  .xl\:bg-orange-300{
    background-color: #fbd38d !important;
  }

  .xl\:bg-orange-400{
    background-color: #f6ad55 !important;
  }

  .xl\:bg-orange-500{
    background-color: #ed8936 !important;
  }

  .xl\:bg-orange-600{
    background-color: #dd6b20 !important;
  }

  .xl\:bg-orange-700{
    background-color: #c05621 !important;
  }

  .xl\:bg-orange-800{
    background-color: #9c4221 !important;
  }

  .xl\:bg-orange-900{
    background-color: #7b341e !important;
  }

  .xl\:bg-yellow-100{
    background-color: #fffff0 !important;
  }

  .xl\:bg-yellow-200{
    background-color: #fefcbf !important;
  }

  .xl\:bg-yellow-300{
    background-color: #faf089 !important;
  }

  .xl\:bg-yellow-400{
    background-color: #f6e05e !important;
  }

  .xl\:bg-yellow-500{
    background-color: #ecc94b !important;
  }

  .xl\:bg-yellow-600{
    background-color: #d69e2e !important;
  }

  .xl\:bg-yellow-700{
    background-color: #b7791f !important;
  }

  .xl\:bg-yellow-800{
    background-color: #975a16 !important;
  }

  .xl\:bg-yellow-900{
    background-color: #744210 !important;
  }

  .xl\:bg-green-100{
    background-color: #f0fff4 !important;
  }

  .xl\:bg-green-200{
    background-color: #c6f6d5 !important;
  }

  .xl\:bg-green-300{
    background-color: #9ae6b4 !important;
  }

  .xl\:bg-green-400{
    background-color: #68d391 !important;
  }

  .xl\:bg-green-500{
    background-color: #48bb78 !important;
  }

  .xl\:bg-green-600{
    background-color: #38a169 !important;
  }

  .xl\:bg-green-700{
    background-color: #2f855a !important;
  }

  .xl\:bg-green-800{
    background-color: #276749 !important;
  }

  .xl\:bg-green-900{
    background-color: #22543d !important;
  }

  .xl\:bg-teal-100{
    background-color: #e6fffa !important;
  }

  .xl\:bg-teal-200{
    background-color: #b2f5ea !important;
  }

  .xl\:bg-teal-300{
    background-color: #81e6d9 !important;
  }

  .xl\:bg-teal-400{
    background-color: #4fd1c5 !important;
  }

  .xl\:bg-teal-500{
    background-color: #38b2ac !important;
  }

  .xl\:bg-teal-600{
    background-color: #319795 !important;
  }

  .xl\:bg-teal-700{
    background-color: #2c7a7b !important;
  }

  .xl\:bg-teal-800{
    background-color: #285e61 !important;
  }

  .xl\:bg-teal-900{
    background-color: #234e52 !important;
  }

  .xl\:bg-blue-100{
    background-color: #ebf8ff !important;
  }

  .xl\:bg-blue-200{
    background-color: #bee3f8 !important;
  }

  .xl\:bg-blue-300{
    background-color: #90cdf4 !important;
  }

  .xl\:bg-blue-400{
    background-color: #63b3ed !important;
  }

  .xl\:bg-blue-500{
    background-color: #4299e1 !important;
  }

  .xl\:bg-blue-600{
    background-color: #3182ce !important;
  }

  .xl\:bg-blue-700{
    background-color: #2b6cb0 !important;
  }

  .xl\:bg-blue-800{
    background-color: #2c5282 !important;
  }

  .xl\:bg-blue-900{
    background-color: #2a4365 !important;
  }

  .xl\:bg-indigo-100{
    background-color: #ebf4ff !important;
  }

  .xl\:bg-indigo-200{
    background-color: #c3dafe !important;
  }

  .xl\:bg-indigo-300{
    background-color: #a3bffa !important;
  }

  .xl\:bg-indigo-400{
    background-color: #7f9cf5 !important;
  }

  .xl\:bg-indigo-500{
    background-color: #667eea !important;
  }

  .xl\:bg-indigo-600{
    background-color: #5a67d8 !important;
  }

  .xl\:bg-indigo-700{
    background-color: #4c51bf !important;
  }

  .xl\:bg-indigo-800{
    background-color: #434190 !important;
  }

  .xl\:bg-indigo-900{
    background-color: #3c366b !important;
  }

  .xl\:bg-purple-100{
    background-color: #faf5ff !important;
  }

  .xl\:bg-purple-200{
    background-color: #e9d8fd !important;
  }

  .xl\:bg-purple-300{
    background-color: #d6bcfa !important;
  }

  .xl\:bg-purple-400{
    background-color: #b794f4 !important;
  }

  .xl\:bg-purple-500{
    background-color: #9f7aea !important;
  }

  .xl\:bg-purple-600{
    background-color: #805ad5 !important;
  }

  .xl\:bg-purple-700{
    background-color: #6b46c1 !important;
  }

  .xl\:bg-purple-800{
    background-color: #553c9a !important;
  }

  .xl\:bg-purple-900{
    background-color: #44337a !important;
  }

  .xl\:bg-pink-100{
    background-color: #fff5f7 !important;
  }

  .xl\:bg-pink-200{
    background-color: #fed7e2 !important;
  }

  .xl\:bg-pink-300{
    background-color: #fbb6ce !important;
  }

  .xl\:bg-pink-400{
    background-color: #f687b3 !important;
  }

  .xl\:bg-pink-500{
    background-color: #ed64a6 !important;
  }

  .xl\:bg-pink-600{
    background-color: #d53f8c !important;
  }

  .xl\:bg-pink-700{
    background-color: #b83280 !important;
  }

  .xl\:bg-pink-800{
    background-color: #97266d !important;
  }

  .xl\:bg-pink-900{
    background-color: #702459 !important;
  }

  .xl\:hover\:bg-transparent:hover{
    background-color: transparent !important;
  }

  .xl\:hover\:bg-current:hover{
    background-color: currentColor !important;
  }

  .xl\:hover\:bg-black:hover{
    background-color: #000 !important;
  }

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

  .xl\:hover\:bg-gray-100:hover{
    background-color: #f7fafc !important;
  }

  .xl\:hover\:bg-gray-200:hover{
    background-color: #edf2f7 !important;
  }

  .xl\:hover\:bg-gray-300:hover{
    background-color: #e2e8f0 !important;
  }

  .xl\:hover\:bg-gray-400:hover{
    background-color: #cbd5e0 !important;
  }

  .xl\:hover\:bg-gray-500:hover{
    background-color: #a0aec0 !important;
  }

  .xl\:hover\:bg-gray-600:hover{
    background-color: #718096 !important;
  }

  .xl\:hover\:bg-gray-700:hover{
    background-color: #4a5568 !important;
  }

  .xl\:hover\:bg-gray-800:hover{
    background-color: #2d3748 !important;
  }

  .xl\:hover\:bg-gray-900:hover{
    background-color: #1a202c !important;
  }

  .xl\:hover\:bg-red-100:hover{
    background-color: #fff5f5 !important;
  }

  .xl\:hover\:bg-red-200:hover{
    background-color: #fed7d7 !important;
  }

  .xl\:hover\:bg-red-300:hover{
    background-color: #feb2b2 !important;
  }

  .xl\:hover\:bg-red-400:hover{
    background-color: #fc8181 !important;
  }

  .xl\:hover\:bg-red-500:hover{
    background-color: #f56565 !important;
  }

  .xl\:hover\:bg-red-600:hover{
    background-color: #e53e3e !important;
  }

  .xl\:hover\:bg-red-700:hover{
    background-color: #c53030 !important;
  }

  .xl\:hover\:bg-red-800:hover{
    background-color: #9b2c2c !important;
  }

  .xl\:hover\:bg-red-900:hover{
    background-color: #742a2a !important;
  }

  .xl\:hover\:bg-orange-100:hover{
    background-color: #fffaf0 !important;
  }

  .xl\:hover\:bg-orange-200:hover{
    background-color: #feebc8 !important;
  }

  .xl\:hover\:bg-orange-300:hover{
    background-color: #fbd38d !important;
  }

  .xl\:hover\:bg-orange-400:hover{
    background-color: #f6ad55 !important;
  }

  .xl\:hover\:bg-orange-500:hover{
    background-color: #ed8936 !important;
  }

  .xl\:hover\:bg-orange-600:hover{
    background-color: #dd6b20 !important;
  }

  .xl\:hover\:bg-orange-700:hover{
    background-color: #c05621 !important;
  }

  .xl\:hover\:bg-orange-800:hover{
    background-color: #9c4221 !important;
  }

  .xl\:hover\:bg-orange-900:hover{
    background-color: #7b341e !important;
  }

  .xl\:hover\:bg-yellow-100:hover{
    background-color: #fffff0 !important;
  }

  .xl\:hover\:bg-yellow-200:hover{
    background-color: #fefcbf !important;
  }

  .xl\:hover\:bg-yellow-300:hover{
    background-color: #faf089 !important;
  }

  .xl\:hover\:bg-yellow-400:hover{
    background-color: #f6e05e !important;
  }

  .xl\:hover\:bg-yellow-500:hover{
    background-color: #ecc94b !important;
  }

  .xl\:hover\:bg-yellow-600:hover{
    background-color: #d69e2e !important;
  }

  .xl\:hover\:bg-yellow-700:hover{
    background-color: #b7791f !important;
  }

  .xl\:hover\:bg-yellow-800:hover{
    background-color: #975a16 !important;
  }

  .xl\:hover\:bg-yellow-900:hover{
    background-color: #744210 !important;
  }

  .xl\:hover\:bg-green-100:hover{
    background-color: #f0fff4 !important;
  }

  .xl\:hover\:bg-green-200:hover{
    background-color: #c6f6d5 !important;
  }

  .xl\:hover\:bg-green-300:hover{
    background-color: #9ae6b4 !important;
  }

  .xl\:hover\:bg-green-400:hover{
    background-color: #68d391 !important;
  }

  .xl\:hover\:bg-green-500:hover{
    background-color: #48bb78 !important;
  }

  .xl\:hover\:bg-green-600:hover{
    background-color: #38a169 !important;
  }

  .xl\:hover\:bg-green-700:hover{
    background-color: #2f855a !important;
  }

  .xl\:hover\:bg-green-800:hover{
    background-color: #276749 !important;
  }

  .xl\:hover\:bg-green-900:hover{
    background-color: #22543d !important;
  }

  .xl\:hover\:bg-teal-100:hover{
    background-color: #e6fffa !important;
  }

  .xl\:hover\:bg-teal-200:hover{
    background-color: #b2f5ea !important;
  }

  .xl\:hover\:bg-teal-300:hover{
    background-color: #81e6d9 !important;
  }

  .xl\:hover\:bg-teal-400:hover{
    background-color: #4fd1c5 !important;
  }

  .xl\:hover\:bg-teal-500:hover{
    background-color: #38b2ac !important;
  }

  .xl\:hover\:bg-teal-600:hover{
    background-color: #319795 !important;
  }

  .xl\:hover\:bg-teal-700:hover{
    background-color: #2c7a7b !important;
  }

  .xl\:hover\:bg-teal-800:hover{
    background-color: #285e61 !important;
  }

  .xl\:hover\:bg-teal-900:hover{
    background-color: #234e52 !important;
  }

  .xl\:hover\:bg-blue-100:hover{
    background-color: #ebf8ff !important;
  }

  .xl\:hover\:bg-blue-200:hover{
    background-color: #bee3f8 !important;
  }

  .xl\:hover\:bg-blue-300:hover{
    background-color: #90cdf4 !important;
  }

  .xl\:hover\:bg-blue-400:hover{
    background-color: #63b3ed !important;
  }

  .xl\:hover\:bg-blue-500:hover{
    background-color: #4299e1 !important;
  }

  .xl\:hover\:bg-blue-600:hover{
    background-color: #3182ce !important;
  }

  .xl\:hover\:bg-blue-700:hover{
    background-color: #2b6cb0 !important;
  }

  .xl\:hover\:bg-blue-800:hover{
    background-color: #2c5282 !important;
  }

  .xl\:hover\:bg-blue-900:hover{
    background-color: #2a4365 !important;
  }

  .xl\:hover\:bg-indigo-100:hover{
    background-color: #ebf4ff !important;
  }

  .xl\:hover\:bg-indigo-200:hover{
    background-color: #c3dafe !important;
  }

  .xl\:hover\:bg-indigo-300:hover{
    background-color: #a3bffa !important;
  }

  .xl\:hover\:bg-indigo-400:hover{
    background-color: #7f9cf5 !important;
  }

  .xl\:hover\:bg-indigo-500:hover{
    background-color: #667eea !important;
  }

  .xl\:hover\:bg-indigo-600:hover{
    background-color: #5a67d8 !important;
  }

  .xl\:hover\:bg-indigo-700:hover{
    background-color: #4c51bf !important;
  }

  .xl\:hover\:bg-indigo-800:hover{
    background-color: #434190 !important;
  }

  .xl\:hover\:bg-indigo-900:hover{
    background-color: #3c366b !important;
  }

  .xl\:hover\:bg-purple-100:hover{
    background-color: #faf5ff !important;
  }

  .xl\:hover\:bg-purple-200:hover{
    background-color: #e9d8fd !important;
  }

  .xl\:hover\:bg-purple-300:hover{
    background-color: #d6bcfa !important;
  }

  .xl\:hover\:bg-purple-400:hover{
    background-color: #b794f4 !important;
  }

  .xl\:hover\:bg-purple-500:hover{
    background-color: #9f7aea !important;
  }

  .xl\:hover\:bg-purple-600:hover{
    background-color: #805ad5 !important;
  }

  .xl\:hover\:bg-purple-700:hover{
    background-color: #6b46c1 !important;
  }

  .xl\:hover\:bg-purple-800:hover{
    background-color: #553c9a !important;
  }

  .xl\:hover\:bg-purple-900:hover{
    background-color: #44337a !important;
  }

  .xl\:hover\:bg-pink-100:hover{
    background-color: #fff5f7 !important;
  }

  .xl\:hover\:bg-pink-200:hover{
    background-color: #fed7e2 !important;
  }

  .xl\:hover\:bg-pink-300:hover{
    background-color: #fbb6ce !important;
  }

  .xl\:hover\:bg-pink-400:hover{
    background-color: #f687b3 !important;
  }

  .xl\:hover\:bg-pink-500:hover{
    background-color: #ed64a6 !important;
  }

  .xl\:hover\:bg-pink-600:hover{
    background-color: #d53f8c !important;
  }

  .xl\:hover\:bg-pink-700:hover{
    background-color: #b83280 !important;
  }

  .xl\:hover\:bg-pink-800:hover{
    background-color: #97266d !important;
  }

  .xl\:hover\:bg-pink-900:hover{
    background-color: #702459 !important;
  }

  .xl\:focus\:bg-transparent:focus{
    background-color: transparent !important;
  }

  .xl\:focus\:bg-current:focus{
    background-color: currentColor !important;
  }

  .xl\:focus\:bg-black:focus{
    background-color: #000 !important;
  }

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

  .xl\:focus\:bg-gray-100:focus{
    background-color: #f7fafc !important;
  }

  .xl\:focus\:bg-gray-200:focus{
    background-color: #edf2f7 !important;
  }

  .xl\:focus\:bg-gray-300:focus{
    background-color: #e2e8f0 !important;
  }

  .xl\:focus\:bg-gray-400:focus{
    background-color: #cbd5e0 !important;
  }

  .xl\:focus\:bg-gray-500:focus{
    background-color: #a0aec0 !important;
  }

  .xl\:focus\:bg-gray-600:focus{
    background-color: #718096 !important;
  }

  .xl\:focus\:bg-gray-700:focus{
    background-color: #4a5568 !important;
  }

  .xl\:focus\:bg-gray-800:focus{
    background-color: #2d3748 !important;
  }

  .xl\:focus\:bg-gray-900:focus{
    background-color: #1a202c !important;
  }

  .xl\:focus\:bg-red-100:focus{
    background-color: #fff5f5 !important;
  }

  .xl\:focus\:bg-red-200:focus{
    background-color: #fed7d7 !important;
  }

  .xl\:focus\:bg-red-300:focus{
    background-color: #feb2b2 !important;
  }

  .xl\:focus\:bg-red-400:focus{
    background-color: #fc8181 !important;
  }

  .xl\:focus\:bg-red-500:focus{
    background-color: #f56565 !important;
  }

  .xl\:focus\:bg-red-600:focus{
    background-color: #e53e3e !important;
  }

  .xl\:focus\:bg-red-700:focus{
    background-color: #c53030 !important;
  }

  .xl\:focus\:bg-red-800:focus{
    background-color: #9b2c2c !important;
  }

  .xl\:focus\:bg-red-900:focus{
    background-color: #742a2a !important;
  }

  .xl\:focus\:bg-orange-100:focus{
    background-color: #fffaf0 !important;
  }

  .xl\:focus\:bg-orange-200:focus{
    background-color: #feebc8 !important;
  }

  .xl\:focus\:bg-orange-300:focus{
    background-color: #fbd38d !important;
  }

  .xl\:focus\:bg-orange-400:focus{
    background-color: #f6ad55 !important;
  }

  .xl\:focus\:bg-orange-500:focus{
    background-color: #ed8936 !important;
  }

  .xl\:focus\:bg-orange-600:focus{
    background-color: #dd6b20 !important;
  }

  .xl\:focus\:bg-orange-700:focus{
    background-color: #c05621 !important;
  }

  .xl\:focus\:bg-orange-800:focus{
    background-color: #9c4221 !important;
  }

  .xl\:focus\:bg-orange-900:focus{
    background-color: #7b341e !important;
  }

  .xl\:focus\:bg-yellow-100:focus{
    background-color: #fffff0 !important;
  }

  .xl\:focus\:bg-yellow-200:focus{
    background-color: #fefcbf !important;
  }

  .xl\:focus\:bg-yellow-300:focus{
    background-color: #faf089 !important;
  }

  .xl\:focus\:bg-yellow-400:focus{
    background-color: #f6e05e !important;
  }

  .xl\:focus\:bg-yellow-500:focus{
    background-color: #ecc94b !important;
  }

  .xl\:focus\:bg-yellow-600:focus{
    background-color: #d69e2e !important;
  }

  .xl\:focus\:bg-yellow-700:focus{
    background-color: #b7791f !important;
  }

  .xl\:focus\:bg-yellow-800:focus{
    background-color: #975a16 !important;
  }

  .xl\:focus\:bg-yellow-900:focus{
    background-color: #744210 !important;
  }

  .xl\:focus\:bg-green-100:focus{
    background-color: #f0fff4 !important;
  }

  .xl\:focus\:bg-green-200:focus{
    background-color: #c6f6d5 !important;
  }

  .xl\:focus\:bg-green-300:focus{
    background-color: #9ae6b4 !important;
  }

  .xl\:focus\:bg-green-400:focus{
    background-color: #68d391 !important;
  }

  .xl\:focus\:bg-green-500:focus{
    background-color: #48bb78 !important;
  }

  .xl\:focus\:bg-green-600:focus{
    background-color: #38a169 !important;
  }

  .xl\:focus\:bg-green-700:focus{
    background-color: #2f855a !important;
  }

  .xl\:focus\:bg-green-800:focus{
    background-color: #276749 !important;
  }

  .xl\:focus\:bg-green-900:focus{
    background-color: #22543d !important;
  }

  .xl\:focus\:bg-teal-100:focus{
    background-color: #e6fffa !important;
  }

  .xl\:focus\:bg-teal-200:focus{
    background-color: #b2f5ea !important;
  }

  .xl\:focus\:bg-teal-300:focus{
    background-color: #81e6d9 !important;
  }

  .xl\:focus\:bg-teal-400:focus{
    background-color: #4fd1c5 !important;
  }

  .xl\:focus\:bg-teal-500:focus{
    background-color: #38b2ac !important;
  }

  .xl\:focus\:bg-teal-600:focus{
    background-color: #319795 !important;
  }

  .xl\:focus\:bg-teal-700:focus{
    background-color: #2c7a7b !important;
  }

  .xl\:focus\:bg-teal-800:focus{
    background-color: #285e61 !important;
  }

  .xl\:focus\:bg-teal-900:focus{
    background-color: #234e52 !important;
  }

  .xl\:focus\:bg-blue-100:focus{
    background-color: #ebf8ff !important;
  }

  .xl\:focus\:bg-blue-200:focus{
    background-color: #bee3f8 !important;
  }

  .xl\:focus\:bg-blue-300:focus{
    background-color: #90cdf4 !important;
  }

  .xl\:focus\:bg-blue-400:focus{
    background-color: #63b3ed !important;
  }

  .xl\:focus\:bg-blue-500:focus{
    background-color: #4299e1 !important;
  }

  .xl\:focus\:bg-blue-600:focus{
    background-color: #3182ce !important;
  }

  .xl\:focus\:bg-blue-700:focus{
    background-color: #2b6cb0 !important;
  }

  .xl\:focus\:bg-blue-800:focus{
    background-color: #2c5282 !important;
  }

  .xl\:focus\:bg-blue-900:focus{
    background-color: #2a4365 !important;
  }

  .xl\:focus\:bg-indigo-100:focus{
    background-color: #ebf4ff !important;
  }

  .xl\:focus\:bg-indigo-200:focus{
    background-color: #c3dafe !important;
  }

  .xl\:focus\:bg-indigo-300:focus{
    background-color: #a3bffa !important;
  }

  .xl\:focus\:bg-indigo-400:focus{
    background-color: #7f9cf5 !important;
  }

  .xl\:focus\:bg-indigo-500:focus{
    background-color: #667eea !important;
  }

  .xl\:focus\:bg-indigo-600:focus{
    background-color: #5a67d8 !important;
  }

  .xl\:focus\:bg-indigo-700:focus{
    background-color: #4c51bf !important;
  }

  .xl\:focus\:bg-indigo-800:focus{
    background-color: #434190 !important;
  }

  .xl\:focus\:bg-indigo-900:focus{
    background-color: #3c366b !important;
  }

  .xl\:focus\:bg-purple-100:focus{
    background-color: #faf5ff !important;
  }

  .xl\:focus\:bg-purple-200:focus{
    background-color: #e9d8fd !important;
  }

  .xl\:focus\:bg-purple-300:focus{
    background-color: #d6bcfa !important;
  }

  .xl\:focus\:bg-purple-400:focus{
    background-color: #b794f4 !important;
  }

  .xl\:focus\:bg-purple-500:focus{
    background-color: #9f7aea !important;
  }

  .xl\:focus\:bg-purple-600:focus{
    background-color: #805ad5 !important;
  }

  .xl\:focus\:bg-purple-700:focus{
    background-color: #6b46c1 !important;
  }

  .xl\:focus\:bg-purple-800:focus{
    background-color: #553c9a !important;
  }

  .xl\:focus\:bg-purple-900:focus{
    background-color: #44337a !important;
  }

  .xl\:focus\:bg-pink-100:focus{
    background-color: #fff5f7 !important;
  }

  .xl\:focus\:bg-pink-200:focus{
    background-color: #fed7e2 !important;
  }

  .xl\:focus\:bg-pink-300:focus{
    background-color: #fbb6ce !important;
  }

  .xl\:focus\:bg-pink-400:focus{
    background-color: #f687b3 !important;
  }

  .xl\:focus\:bg-pink-500:focus{
    background-color: #ed64a6 !important;
  }

  .xl\:focus\:bg-pink-600:focus{
    background-color: #d53f8c !important;
  }

  .xl\:focus\:bg-pink-700:focus{
    background-color: #b83280 !important;
  }

  .xl\:focus\:bg-pink-800:focus{
    background-color: #97266d !important;
  }

  .xl\:focus\:bg-pink-900:focus{
    background-color: #702459 !important;
  }

  .xl\:shadow-xs{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .xl\:shadow-sm{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .xl\:shadow{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xl\:shadow-md{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .xl\:shadow-lg{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .xl\:shadow-xl{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .xl\:shadow-2xl{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .xl\:shadow-inner{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xl\:shadow-outline{
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .xl\:shadow-none{
    box-shadow: none !important;
  }

  .xl\:hover\:shadow-xs:hover{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .xl\:hover\:shadow-sm:hover{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .xl\:hover\:shadow:hover{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xl\:hover\:shadow-md:hover{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .xl\:hover\:shadow-lg:hover{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .xl\:hover\:shadow-xl:hover{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .xl\:hover\:shadow-2xl:hover{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .xl\:hover\:shadow-inner:hover{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xl\:hover\:shadow-outline:hover{
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .xl\:hover\:shadow-none:hover{
    box-shadow: none !important;
  }

  .xl\:focus\:shadow-xs:focus{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .xl\:focus\:shadow-sm:focus{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .xl\:focus\:shadow:focus{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xl\:focus\:shadow-md:focus{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .xl\:focus\:shadow-lg:focus{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .xl\:focus\:shadow-xl:focus{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .xl\:focus\:shadow-2xl:focus{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .xl\:focus\:shadow-inner:focus{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xl\:focus\:shadow-outline:focus{
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .xl\:focus\:shadow-none:focus{
    box-shadow: none !important;
  }

  .xl\:dk-card {
    box-sizing: border-box;
    background: white;
    border: 1px solid #eaeaea;
    border: 1px solid var(--wispy-grey);
    border-radius: 8px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .dk-card .xl\:dk-card,
    .dk-card .xl\:dk-card--interactive {
    box-shadow: none;
    border: 1px solid #cccccc;
    border: 1px solid var(--cloud-grey);
  }

  .xl\:dk-card--interactive {
    box-sizing: border-box;
    background: white;
    border: 1px solid #eaeaea;
    border: 1px solid var(--wispy-grey);
    border-radius: 8px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    cursor: pointer;
    transition: all 0.1s ease-in;
  }

  .xl\:dk-card--interactive:hover {
    border: 1px solid #221abb;
    border: 1px solid var(--link-blue);
  }

  .xl\:dk-card--interactive:active {
    box-shadow: 0 8px 24px 2px rgba(0, 0, 0, 0.1);
  }

  .dk-card--interactive .xl\:dk-card--interactive {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  }
}
