@charset "UTF-8";
/**
  Import Variables
 */
/**
  Import common SASS files
 */
/**
  Import mixins before _utilities
 */
.bg-gray-100 {
  background-color: rgb(251.9905, 251.9905, 251.9905) !important;
}

a.bg-gray-100:hover, a.bg-gray-100:focus,
button.bg-gray-100:hover,
button.bg-gray-100:focus {
  background-color: rgb(226.4905, 226.4905, 226.4905) !important;
}

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

a.bg-gray-200:hover, a.bg-gray-200:focus,
button.bg-gray-200:hover,
button.bg-gray-200:focus {
  background-color: rgb(210.128, 217.712, 220.872) !important;
}

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

a.bg-gray-300:hover, a.bg-gray-300:focus,
button.bg-gray-300:hover,
button.bg-gray-300:focus {
  background-color: rgb(201.4376, 210.4904, 214.2624) !important;
}

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

a.bg-gray-400:hover, a.bg-gray-400:focus,
button.bg-gray-400:hover,
button.bg-gray-400:focus {
  background-color: rgb(181.16, 193.64, 198.84) !important;
}

.bg-gray-500 {
  background-color: rgb(163.7792, 179.1968, 185.6208) !important;
}

a.bg-gray-500:hover, a.bg-gray-500:focus,
button.bg-gray-500:hover,
button.bg-gray-500:focus {
  background-color: rgb(134.8112, 155.1248, 163.5888) !important;
}

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

a.bg-gray-600:hover, a.bg-gray-600:focus,
button.bg-gray-600:hover,
button.bg-gray-600:focus {
  background-color: rgb(102.4704, 125.2416, 134.7296) !important;
}

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

a.bg-gray-700:hover, a.bg-gray-700:focus,
button.bg-gray-700:hover,
button.bg-gray-700:focus {
  background-color: rgb(76.032, 92.928, 99.968) !important;
}

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

a.bg-gray-800:hover, a.bg-gray-800:focus,
button.bg-gray-800:hover,
button.bg-gray-800:focus {
  background-color: rgb(31.968, 39.072, 42.032) !important;
}

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

a.bg-gray-900:hover, a.bg-gray-900:focus,
button.bg-gray-900:hover,
button.bg-gray-900:focus {
  background-color: rgb(10.2567567568, 11.5, 12.7432432432) !important;
}

.bg-gray-150 {
  background-color: rgb(247.7864, 249.0056, 249.5136) !important;
}

a.bg-gray-150:hover, a.bg-gray-150:focus,
button.bg-gray-150:hover,
button.bg-gray-150:focus {
  background-color: rgb(218.8184, 224.9336, 227.4816) !important;
}

.page-loading {
  display: none;
}

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}

.sd-m-0 {
  margin: 0 !important;
}

.sd-mt-0,
.sd-my-0 {
  margin-top: 0 !important;
}

.sd-mr-0,
.sd-mx-0 {
  margin-right: 0 !important;
}

.sd-mb-0,
.sd-my-0 {
  margin-bottom: 0 !important;
}

.sd-ml-0,
.sd-mx-0 {
  margin-left: 0 !important;
}

.sd-m-0_25 {
  margin: 0.25rem !important;
}

.sd-mt-0_25,
.sd-my-0_25 {
  margin-top: 0.25rem !important;
}

.sd-mr-0_25,
.sd-mx-0_25 {
  margin-right: 0.25rem !important;
}

.sd-mb-0_25,
.sd-my-0_25 {
  margin-bottom: 0.25rem !important;
}

.sd-ml-0_25,
.sd-mx-0_25 {
  margin-left: 0.25rem !important;
}

.sd-m-0_5 {
  margin: 0.5rem !important;
}

.sd-mt-0_5,
.sd-my-0_5 {
  margin-top: 0.5rem !important;
}

.sd-mr-0_5,
.sd-mx-0_5 {
  margin-right: 0.5rem !important;
}

.sd-mb-0_5,
.sd-my-0_5 {
  margin-bottom: 0.5rem !important;
}

.sd-ml-0_5,
.sd-mx-0_5 {
  margin-left: 0.5rem !important;
}

.sd-m-0_75 {
  margin: 0.75rem !important;
}

.sd-mt-0_75,
.sd-my-0_75 {
  margin-top: 0.75rem !important;
}

.sd-mr-0_75,
.sd-mx-0_75 {
  margin-right: 0.75rem !important;
}

.sd-mb-0_75,
.sd-my-0_75 {
  margin-bottom: 0.75rem !important;
}

.sd-ml-0_75,
.sd-mx-0_75 {
  margin-left: 0.75rem !important;
}

.sd-m-1 {
  margin: 1rem !important;
}

.sd-mt-1,
.sd-my-1 {
  margin-top: 1rem !important;
}

.sd-mr-1,
.sd-mx-1 {
  margin-right: 1rem !important;
}

.sd-mb-1,
.sd-my-1 {
  margin-bottom: 1rem !important;
}

.sd-ml-1,
.sd-mx-1 {
  margin-left: 1rem !important;
}

.sd-m-1_125 {
  margin: 1.125rem !important;
}

.sd-mt-1_125,
.sd-my-1_125 {
  margin-top: 1.125rem !important;
}

.sd-mr-1_125,
.sd-mx-1_125 {
  margin-right: 1.125rem !important;
}

.sd-mb-1_125,
.sd-my-1_125 {
  margin-bottom: 1.125rem !important;
}

.sd-ml-1_125,
.sd-mx-1_125 {
  margin-left: 1.125rem !important;
}

.sd-m-1_25 {
  margin: 1.25rem !important;
}

.sd-mt-1_25,
.sd-my-1_25 {
  margin-top: 1.25rem !important;
}

.sd-mr-1_25,
.sd-mx-1_25 {
  margin-right: 1.25rem !important;
}

.sd-mb-1_25,
.sd-my-1_25 {
  margin-bottom: 1.25rem !important;
}

.sd-ml-1_25,
.sd-mx-1_25 {
  margin-left: 1.25rem !important;
}

.sd-m-1_5 {
  margin: 1.5rem !important;
}

.sd-mt-1_5,
.sd-my-1_5 {
  margin-top: 1.5rem !important;
}

.sd-mr-1_5,
.sd-mx-1_5 {
  margin-right: 1.5rem !important;
}

.sd-mb-1_5,
.sd-my-1_5 {
  margin-bottom: 1.5rem !important;
}

.sd-ml-1_5,
.sd-mx-1_5 {
  margin-left: 1.5rem !important;
}

.sd-m-1_75 {
  margin: 1.75rem !important;
}

.sd-mt-1_75,
.sd-my-1_75 {
  margin-top: 1.75rem !important;
}

.sd-mr-1_75,
.sd-mx-1_75 {
  margin-right: 1.75rem !important;
}

.sd-mb-1_75,
.sd-my-1_75 {
  margin-bottom: 1.75rem !important;
}

.sd-ml-1_75,
.sd-mx-1_75 {
  margin-left: 1.75rem !important;
}

.sd-m-2 {
  margin: 2rem !important;
}

.sd-mt-2,
.sd-my-2 {
  margin-top: 2rem !important;
}

.sd-mr-2,
.sd-mx-2 {
  margin-right: 2rem !important;
}

.sd-mb-2,
.sd-my-2 {
  margin-bottom: 2rem !important;
}

.sd-ml-2,
.sd-mx-2 {
  margin-left: 2rem !important;
}

.sd-m-2_5 {
  margin: 2.5rem !important;
}

.sd-mt-2_5,
.sd-my-2_5 {
  margin-top: 2.5rem !important;
}

.sd-mr-2_5,
.sd-mx-2_5 {
  margin-right: 2.5rem !important;
}

.sd-mb-2_5,
.sd-my-2_5 {
  margin-bottom: 2.5rem !important;
}

.sd-ml-2_5,
.sd-mx-2_5 {
  margin-left: 2.5rem !important;
}

.sd-m-2_75 {
  margin: 2.75rem !important;
}

.sd-mt-2_75,
.sd-my-2_75 {
  margin-top: 2.75rem !important;
}

.sd-mr-2_75,
.sd-mx-2_75 {
  margin-right: 2.75rem !important;
}

.sd-mb-2_75,
.sd-my-2_75 {
  margin-bottom: 2.75rem !important;
}

.sd-ml-2_75,
.sd-mx-2_75 {
  margin-left: 2.75rem !important;
}

.sd-m-3 {
  margin: 3rem !important;
}

.sd-mt-3,
.sd-my-3 {
  margin-top: 3rem !important;
}

.sd-mr-3,
.sd-mx-3 {
  margin-right: 3rem !important;
}

.sd-mb-3,
.sd-my-3 {
  margin-bottom: 3rem !important;
}

.sd-ml-3,
.sd-mx-3 {
  margin-left: 3rem !important;
}

.sd-m-3_25 {
  margin: 3.25rem !important;
}

.sd-mt-3_25,
.sd-my-3_25 {
  margin-top: 3.25rem !important;
}

.sd-mr-3_25,
.sd-mx-3_25 {
  margin-right: 3.25rem !important;
}

.sd-mb-3_25,
.sd-my-3_25 {
  margin-bottom: 3.25rem !important;
}

.sd-ml-3_25,
.sd-mx-3_25 {
  margin-left: 3.25rem !important;
}

.sd-m-3_5 {
  margin: 3.5rem !important;
}

.sd-mt-3_5,
.sd-my-3_5 {
  margin-top: 3.5rem !important;
}

.sd-mr-3_5,
.sd-mx-3_5 {
  margin-right: 3.5rem !important;
}

.sd-mb-3_5,
.sd-my-3_5 {
  margin-bottom: 3.5rem !important;
}

.sd-ml-3_5,
.sd-mx-3_5 {
  margin-left: 3.5rem !important;
}

.sd-m-4 {
  margin: 4rem !important;
}

.sd-mt-4,
.sd-my-4 {
  margin-top: 4rem !important;
}

.sd-mr-4,
.sd-mx-4 {
  margin-right: 4rem !important;
}

.sd-mb-4,
.sd-my-4 {
  margin-bottom: 4rem !important;
}

.sd-ml-4,
.sd-mx-4 {
  margin-left: 4rem !important;
}

.sd-m-5 {
  margin: 5rem !important;
}

.sd-mt-5,
.sd-my-5 {
  margin-top: 5rem !important;
}

.sd-mr-5,
.sd-mx-5 {
  margin-right: 5rem !important;
}

.sd-mb-5,
.sd-my-5 {
  margin-bottom: 5rem !important;
}

.sd-ml-5,
.sd-mx-5 {
  margin-left: 5rem !important;
}

.sd-m-5_25 {
  margin: 5.25rem !important;
}

.sd-mt-5_25,
.sd-my-5_25 {
  margin-top: 5.25rem !important;
}

.sd-mr-5_25,
.sd-mx-5_25 {
  margin-right: 5.25rem !important;
}

.sd-mb-5_25,
.sd-my-5_25 {
  margin-bottom: 5.25rem !important;
}

.sd-ml-5_25,
.sd-mx-5_25 {
  margin-left: 5.25rem !important;
}

.sd-m-5_5 {
  margin: 5.5rem !important;
}

.sd-mt-5_5,
.sd-my-5_5 {
  margin-top: 5.5rem !important;
}

.sd-mr-5_5,
.sd-mx-5_5 {
  margin-right: 5.5rem !important;
}

.sd-mb-5_5,
.sd-my-5_5 {
  margin-bottom: 5.5rem !important;
}

.sd-ml-5_5,
.sd-mx-5_5 {
  margin-left: 5.5rem !important;
}

.sd-m-6 {
  margin: 6rem !important;
}

.sd-mt-6,
.sd-my-6 {
  margin-top: 6rem !important;
}

.sd-mr-6,
.sd-mx-6 {
  margin-right: 6rem !important;
}

.sd-mb-6,
.sd-my-6 {
  margin-bottom: 6rem !important;
}

.sd-ml-6,
.sd-mx-6 {
  margin-left: 6rem !important;
}

.sd-m-8 {
  margin: 8rem !important;
}

.sd-mt-8,
.sd-my-8 {
  margin-top: 8rem !important;
}

.sd-mr-8,
.sd-mx-8 {
  margin-right: 8rem !important;
}

.sd-mb-8,
.sd-my-8 {
  margin-bottom: 8rem !important;
}

.sd-ml-8,
.sd-mx-8 {
  margin-left: 8rem !important;
}

.sd-m-9 {
  margin: 9rem !important;
}

.sd-mt-9,
.sd-my-9 {
  margin-top: 9rem !important;
}

.sd-mr-9,
.sd-mx-9 {
  margin-right: 9rem !important;
}

.sd-mb-9,
.sd-my-9 {
  margin-bottom: 9rem !important;
}

.sd-ml-9,
.sd-mx-9 {
  margin-left: 9rem !important;
}

.sd-p-0 {
  padding: 0 !important;
}

.sd-pt-0,
.sd-py-0 {
  padding-top: 0 !important;
}

.sd-pr-0,
.sd-px-0 {
  padding-right: 0 !important;
}

.sd-pb-0,
.sd-py-0 {
  padding-bottom: 0 !important;
}

.sd-pl-0,
.sd-px-0 {
  padding-left: 0 !important;
}

.sd-p-0_25 {
  padding: 0.25rem !important;
}

.sd-pt-0_25,
.sd-py-0_25 {
  padding-top: 0.25rem !important;
}

.sd-pr-0_25,
.sd-px-0_25 {
  padding-right: 0.25rem !important;
}

.sd-pb-0_25,
.sd-py-0_25 {
  padding-bottom: 0.25rem !important;
}

.sd-pl-0_25,
.sd-px-0_25 {
  padding-left: 0.25rem !important;
}

.sd-p-0_5 {
  padding: 0.5rem !important;
}

.sd-pt-0_5,
.sd-py-0_5 {
  padding-top: 0.5rem !important;
}

.sd-pr-0_5,
.sd-px-0_5 {
  padding-right: 0.5rem !important;
}

.sd-pb-0_5,
.sd-py-0_5 {
  padding-bottom: 0.5rem !important;
}

.sd-pl-0_5,
.sd-px-0_5 {
  padding-left: 0.5rem !important;
}

.sd-p-0_75 {
  padding: 0.75rem !important;
}

.sd-pt-0_75,
.sd-py-0_75 {
  padding-top: 0.75rem !important;
}

.sd-pr-0_75,
.sd-px-0_75 {
  padding-right: 0.75rem !important;
}

.sd-pb-0_75,
.sd-py-0_75 {
  padding-bottom: 0.75rem !important;
}

.sd-pl-0_75,
.sd-px-0_75 {
  padding-left: 0.75rem !important;
}

.sd-p-1 {
  padding: 1rem !important;
}

.sd-pt-1,
.sd-py-1 {
  padding-top: 1rem !important;
}

.sd-pr-1,
.sd-px-1 {
  padding-right: 1rem !important;
}

.sd-pb-1,
.sd-py-1 {
  padding-bottom: 1rem !important;
}

.sd-pl-1,
.sd-px-1 {
  padding-left: 1rem !important;
}

.sd-p-1_125 {
  padding: 1.125rem !important;
}

.sd-pt-1_125,
.sd-py-1_125 {
  padding-top: 1.125rem !important;
}

.sd-pr-1_125,
.sd-px-1_125 {
  padding-right: 1.125rem !important;
}

.sd-pb-1_125,
.sd-py-1_125 {
  padding-bottom: 1.125rem !important;
}

.sd-pl-1_125,
.sd-px-1_125 {
  padding-left: 1.125rem !important;
}

.sd-p-1_25 {
  padding: 1.25rem !important;
}

.sd-pt-1_25,
.sd-py-1_25 {
  padding-top: 1.25rem !important;
}

.sd-pr-1_25,
.sd-px-1_25 {
  padding-right: 1.25rem !important;
}

.sd-pb-1_25,
.sd-py-1_25 {
  padding-bottom: 1.25rem !important;
}

.sd-pl-1_25,
.sd-px-1_25 {
  padding-left: 1.25rem !important;
}

.sd-p-1_5 {
  padding: 1.5rem !important;
}

.sd-pt-1_5,
.sd-py-1_5 {
  padding-top: 1.5rem !important;
}

.sd-pr-1_5,
.sd-px-1_5 {
  padding-right: 1.5rem !important;
}

.sd-pb-1_5,
.sd-py-1_5 {
  padding-bottom: 1.5rem !important;
}

.sd-pl-1_5,
.sd-px-1_5 {
  padding-left: 1.5rem !important;
}

.sd-p-1_75 {
  padding: 1.75rem !important;
}

.sd-pt-1_75,
.sd-py-1_75 {
  padding-top: 1.75rem !important;
}

.sd-pr-1_75,
.sd-px-1_75 {
  padding-right: 1.75rem !important;
}

.sd-pb-1_75,
.sd-py-1_75 {
  padding-bottom: 1.75rem !important;
}

.sd-pl-1_75,
.sd-px-1_75 {
  padding-left: 1.75rem !important;
}

.sd-p-2 {
  padding: 2rem !important;
}

.sd-pt-2,
.sd-py-2 {
  padding-top: 2rem !important;
}

.sd-pr-2,
.sd-px-2 {
  padding-right: 2rem !important;
}

.sd-pb-2,
.sd-py-2 {
  padding-bottom: 2rem !important;
}

.sd-pl-2,
.sd-px-2 {
  padding-left: 2rem !important;
}

.sd-p-2_5 {
  padding: 2.5rem !important;
}

.sd-pt-2_5,
.sd-py-2_5 {
  padding-top: 2.5rem !important;
}

.sd-pr-2_5,
.sd-px-2_5 {
  padding-right: 2.5rem !important;
}

.sd-pb-2_5,
.sd-py-2_5 {
  padding-bottom: 2.5rem !important;
}

.sd-pl-2_5,
.sd-px-2_5 {
  padding-left: 2.5rem !important;
}

.sd-p-2_75 {
  padding: 2.75rem !important;
}

.sd-pt-2_75,
.sd-py-2_75 {
  padding-top: 2.75rem !important;
}

.sd-pr-2_75,
.sd-px-2_75 {
  padding-right: 2.75rem !important;
}

.sd-pb-2_75,
.sd-py-2_75 {
  padding-bottom: 2.75rem !important;
}

.sd-pl-2_75,
.sd-px-2_75 {
  padding-left: 2.75rem !important;
}

.sd-p-3 {
  padding: 3rem !important;
}

.sd-pt-3,
.sd-py-3 {
  padding-top: 3rem !important;
}

.sd-pr-3,
.sd-px-3 {
  padding-right: 3rem !important;
}

.sd-pb-3,
.sd-py-3 {
  padding-bottom: 3rem !important;
}

.sd-pl-3,
.sd-px-3 {
  padding-left: 3rem !important;
}

.sd-p-3_25 {
  padding: 3.25rem !important;
}

.sd-pt-3_25,
.sd-py-3_25 {
  padding-top: 3.25rem !important;
}

.sd-pr-3_25,
.sd-px-3_25 {
  padding-right: 3.25rem !important;
}

.sd-pb-3_25,
.sd-py-3_25 {
  padding-bottom: 3.25rem !important;
}

.sd-pl-3_25,
.sd-px-3_25 {
  padding-left: 3.25rem !important;
}

.sd-p-3_5 {
  padding: 3.5rem !important;
}

.sd-pt-3_5,
.sd-py-3_5 {
  padding-top: 3.5rem !important;
}

.sd-pr-3_5,
.sd-px-3_5 {
  padding-right: 3.5rem !important;
}

.sd-pb-3_5,
.sd-py-3_5 {
  padding-bottom: 3.5rem !important;
}

.sd-pl-3_5,
.sd-px-3_5 {
  padding-left: 3.5rem !important;
}

.sd-p-4 {
  padding: 4rem !important;
}

.sd-pt-4,
.sd-py-4 {
  padding-top: 4rem !important;
}

.sd-pr-4,
.sd-px-4 {
  padding-right: 4rem !important;
}

.sd-pb-4,
.sd-py-4 {
  padding-bottom: 4rem !important;
}

.sd-pl-4,
.sd-px-4 {
  padding-left: 4rem !important;
}

.sd-p-5 {
  padding: 5rem !important;
}

.sd-pt-5,
.sd-py-5 {
  padding-top: 5rem !important;
}

.sd-pr-5,
.sd-px-5 {
  padding-right: 5rem !important;
}

.sd-pb-5,
.sd-py-5 {
  padding-bottom: 5rem !important;
}

.sd-pl-5,
.sd-px-5 {
  padding-left: 5rem !important;
}

.sd-p-5_25 {
  padding: 5.25rem !important;
}

.sd-pt-5_25,
.sd-py-5_25 {
  padding-top: 5.25rem !important;
}

.sd-pr-5_25,
.sd-px-5_25 {
  padding-right: 5.25rem !important;
}

.sd-pb-5_25,
.sd-py-5_25 {
  padding-bottom: 5.25rem !important;
}

.sd-pl-5_25,
.sd-px-5_25 {
  padding-left: 5.25rem !important;
}

.sd-p-5_5 {
  padding: 5.5rem !important;
}

.sd-pt-5_5,
.sd-py-5_5 {
  padding-top: 5.5rem !important;
}

.sd-pr-5_5,
.sd-px-5_5 {
  padding-right: 5.5rem !important;
}

.sd-pb-5_5,
.sd-py-5_5 {
  padding-bottom: 5.5rem !important;
}

.sd-pl-5_5,
.sd-px-5_5 {
  padding-left: 5.5rem !important;
}

.sd-p-6 {
  padding: 6rem !important;
}

.sd-pt-6,
.sd-py-6 {
  padding-top: 6rem !important;
}

.sd-pr-6,
.sd-px-6 {
  padding-right: 6rem !important;
}

.sd-pb-6,
.sd-py-6 {
  padding-bottom: 6rem !important;
}

.sd-pl-6,
.sd-px-6 {
  padding-left: 6rem !important;
}

.sd-p-8 {
  padding: 8rem !important;
}

.sd-pt-8,
.sd-py-8 {
  padding-top: 8rem !important;
}

.sd-pr-8,
.sd-px-8 {
  padding-right: 8rem !important;
}

.sd-pb-8,
.sd-py-8 {
  padding-bottom: 8rem !important;
}

.sd-pl-8,
.sd-px-8 {
  padding-left: 8rem !important;
}

.sd-p-9 {
  padding: 9rem !important;
}

.sd-pt-9,
.sd-py-9 {
  padding-top: 9rem !important;
}

.sd-pr-9,
.sd-px-9 {
  padding-right: 9rem !important;
}

.sd-pb-9,
.sd-py-9 {
  padding-bottom: 9rem !important;
}

.sd-pl-9,
.sd-px-9 {
  padding-left: 9rem !important;
}

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

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

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

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

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

@media (min-width: 376px) {
  .sd-m-xsm-0 {
    margin: 0 !important;
  }
  .sd-mt-xsm-0,
  .sd-my-xsm-0 {
    margin-top: 0 !important;
  }
  .sd-mr-xsm-0,
  .sd-mx-xsm-0 {
    margin-right: 0 !important;
  }
  .sd-mb-xsm-0,
  .sd-my-xsm-0 {
    margin-bottom: 0 !important;
  }
  .sd-ml-xsm-0,
  .sd-mx-xsm-0 {
    margin-left: 0 !important;
  }
  .sd-m-xsm-0_25 {
    margin: 0.25rem !important;
  }
  .sd-mt-xsm-0_25,
  .sd-my-xsm-0_25 {
    margin-top: 0.25rem !important;
  }
  .sd-mr-xsm-0_25,
  .sd-mx-xsm-0_25 {
    margin-right: 0.25rem !important;
  }
  .sd-mb-xsm-0_25,
  .sd-my-xsm-0_25 {
    margin-bottom: 0.25rem !important;
  }
  .sd-ml-xsm-0_25,
  .sd-mx-xsm-0_25 {
    margin-left: 0.25rem !important;
  }
  .sd-m-xsm-0_5 {
    margin: 0.5rem !important;
  }
  .sd-mt-xsm-0_5,
  .sd-my-xsm-0_5 {
    margin-top: 0.5rem !important;
  }
  .sd-mr-xsm-0_5,
  .sd-mx-xsm-0_5 {
    margin-right: 0.5rem !important;
  }
  .sd-mb-xsm-0_5,
  .sd-my-xsm-0_5 {
    margin-bottom: 0.5rem !important;
  }
  .sd-ml-xsm-0_5,
  .sd-mx-xsm-0_5 {
    margin-left: 0.5rem !important;
  }
  .sd-m-xsm-0_75 {
    margin: 0.75rem !important;
  }
  .sd-mt-xsm-0_75,
  .sd-my-xsm-0_75 {
    margin-top: 0.75rem !important;
  }
  .sd-mr-xsm-0_75,
  .sd-mx-xsm-0_75 {
    margin-right: 0.75rem !important;
  }
  .sd-mb-xsm-0_75,
  .sd-my-xsm-0_75 {
    margin-bottom: 0.75rem !important;
  }
  .sd-ml-xsm-0_75,
  .sd-mx-xsm-0_75 {
    margin-left: 0.75rem !important;
  }
  .sd-m-xsm-1 {
    margin: 1rem !important;
  }
  .sd-mt-xsm-1,
  .sd-my-xsm-1 {
    margin-top: 1rem !important;
  }
  .sd-mr-xsm-1,
  .sd-mx-xsm-1 {
    margin-right: 1rem !important;
  }
  .sd-mb-xsm-1,
  .sd-my-xsm-1 {
    margin-bottom: 1rem !important;
  }
  .sd-ml-xsm-1,
  .sd-mx-xsm-1 {
    margin-left: 1rem !important;
  }
  .sd-m-xsm-1_125 {
    margin: 1.125rem !important;
  }
  .sd-mt-xsm-1_125,
  .sd-my-xsm-1_125 {
    margin-top: 1.125rem !important;
  }
  .sd-mr-xsm-1_125,
  .sd-mx-xsm-1_125 {
    margin-right: 1.125rem !important;
  }
  .sd-mb-xsm-1_125,
  .sd-my-xsm-1_125 {
    margin-bottom: 1.125rem !important;
  }
  .sd-ml-xsm-1_125,
  .sd-mx-xsm-1_125 {
    margin-left: 1.125rem !important;
  }
  .sd-m-xsm-1_25 {
    margin: 1.25rem !important;
  }
  .sd-mt-xsm-1_25,
  .sd-my-xsm-1_25 {
    margin-top: 1.25rem !important;
  }
  .sd-mr-xsm-1_25,
  .sd-mx-xsm-1_25 {
    margin-right: 1.25rem !important;
  }
  .sd-mb-xsm-1_25,
  .sd-my-xsm-1_25 {
    margin-bottom: 1.25rem !important;
  }
  .sd-ml-xsm-1_25,
  .sd-mx-xsm-1_25 {
    margin-left: 1.25rem !important;
  }
  .sd-m-xsm-1_5 {
    margin: 1.5rem !important;
  }
  .sd-mt-xsm-1_5,
  .sd-my-xsm-1_5 {
    margin-top: 1.5rem !important;
  }
  .sd-mr-xsm-1_5,
  .sd-mx-xsm-1_5 {
    margin-right: 1.5rem !important;
  }
  .sd-mb-xsm-1_5,
  .sd-my-xsm-1_5 {
    margin-bottom: 1.5rem !important;
  }
  .sd-ml-xsm-1_5,
  .sd-mx-xsm-1_5 {
    margin-left: 1.5rem !important;
  }
  .sd-m-xsm-1_75 {
    margin: 1.75rem !important;
  }
  .sd-mt-xsm-1_75,
  .sd-my-xsm-1_75 {
    margin-top: 1.75rem !important;
  }
  .sd-mr-xsm-1_75,
  .sd-mx-xsm-1_75 {
    margin-right: 1.75rem !important;
  }
  .sd-mb-xsm-1_75,
  .sd-my-xsm-1_75 {
    margin-bottom: 1.75rem !important;
  }
  .sd-ml-xsm-1_75,
  .sd-mx-xsm-1_75 {
    margin-left: 1.75rem !important;
  }
  .sd-m-xsm-2 {
    margin: 2rem !important;
  }
  .sd-mt-xsm-2,
  .sd-my-xsm-2 {
    margin-top: 2rem !important;
  }
  .sd-mr-xsm-2,
  .sd-mx-xsm-2 {
    margin-right: 2rem !important;
  }
  .sd-mb-xsm-2,
  .sd-my-xsm-2 {
    margin-bottom: 2rem !important;
  }
  .sd-ml-xsm-2,
  .sd-mx-xsm-2 {
    margin-left: 2rem !important;
  }
  .sd-m-xsm-2_5 {
    margin: 2.5rem !important;
  }
  .sd-mt-xsm-2_5,
  .sd-my-xsm-2_5 {
    margin-top: 2.5rem !important;
  }
  .sd-mr-xsm-2_5,
  .sd-mx-xsm-2_5 {
    margin-right: 2.5rem !important;
  }
  .sd-mb-xsm-2_5,
  .sd-my-xsm-2_5 {
    margin-bottom: 2.5rem !important;
  }
  .sd-ml-xsm-2_5,
  .sd-mx-xsm-2_5 {
    margin-left: 2.5rem !important;
  }
  .sd-m-xsm-2_75 {
    margin: 2.75rem !important;
  }
  .sd-mt-xsm-2_75,
  .sd-my-xsm-2_75 {
    margin-top: 2.75rem !important;
  }
  .sd-mr-xsm-2_75,
  .sd-mx-xsm-2_75 {
    margin-right: 2.75rem !important;
  }
  .sd-mb-xsm-2_75,
  .sd-my-xsm-2_75 {
    margin-bottom: 2.75rem !important;
  }
  .sd-ml-xsm-2_75,
  .sd-mx-xsm-2_75 {
    margin-left: 2.75rem !important;
  }
  .sd-m-xsm-3 {
    margin: 3rem !important;
  }
  .sd-mt-xsm-3,
  .sd-my-xsm-3 {
    margin-top: 3rem !important;
  }
  .sd-mr-xsm-3,
  .sd-mx-xsm-3 {
    margin-right: 3rem !important;
  }
  .sd-mb-xsm-3,
  .sd-my-xsm-3 {
    margin-bottom: 3rem !important;
  }
  .sd-ml-xsm-3,
  .sd-mx-xsm-3 {
    margin-left: 3rem !important;
  }
  .sd-m-xsm-3_25 {
    margin: 3.25rem !important;
  }
  .sd-mt-xsm-3_25,
  .sd-my-xsm-3_25 {
    margin-top: 3.25rem !important;
  }
  .sd-mr-xsm-3_25,
  .sd-mx-xsm-3_25 {
    margin-right: 3.25rem !important;
  }
  .sd-mb-xsm-3_25,
  .sd-my-xsm-3_25 {
    margin-bottom: 3.25rem !important;
  }
  .sd-ml-xsm-3_25,
  .sd-mx-xsm-3_25 {
    margin-left: 3.25rem !important;
  }
  .sd-m-xsm-3_5 {
    margin: 3.5rem !important;
  }
  .sd-mt-xsm-3_5,
  .sd-my-xsm-3_5 {
    margin-top: 3.5rem !important;
  }
  .sd-mr-xsm-3_5,
  .sd-mx-xsm-3_5 {
    margin-right: 3.5rem !important;
  }
  .sd-mb-xsm-3_5,
  .sd-my-xsm-3_5 {
    margin-bottom: 3.5rem !important;
  }
  .sd-ml-xsm-3_5,
  .sd-mx-xsm-3_5 {
    margin-left: 3.5rem !important;
  }
  .sd-m-xsm-4 {
    margin: 4rem !important;
  }
  .sd-mt-xsm-4,
  .sd-my-xsm-4 {
    margin-top: 4rem !important;
  }
  .sd-mr-xsm-4,
  .sd-mx-xsm-4 {
    margin-right: 4rem !important;
  }
  .sd-mb-xsm-4,
  .sd-my-xsm-4 {
    margin-bottom: 4rem !important;
  }
  .sd-ml-xsm-4,
  .sd-mx-xsm-4 {
    margin-left: 4rem !important;
  }
  .sd-m-xsm-5 {
    margin: 5rem !important;
  }
  .sd-mt-xsm-5,
  .sd-my-xsm-5 {
    margin-top: 5rem !important;
  }
  .sd-mr-xsm-5,
  .sd-mx-xsm-5 {
    margin-right: 5rem !important;
  }
  .sd-mb-xsm-5,
  .sd-my-xsm-5 {
    margin-bottom: 5rem !important;
  }
  .sd-ml-xsm-5,
  .sd-mx-xsm-5 {
    margin-left: 5rem !important;
  }
  .sd-m-xsm-5_25 {
    margin: 5.25rem !important;
  }
  .sd-mt-xsm-5_25,
  .sd-my-xsm-5_25 {
    margin-top: 5.25rem !important;
  }
  .sd-mr-xsm-5_25,
  .sd-mx-xsm-5_25 {
    margin-right: 5.25rem !important;
  }
  .sd-mb-xsm-5_25,
  .sd-my-xsm-5_25 {
    margin-bottom: 5.25rem !important;
  }
  .sd-ml-xsm-5_25,
  .sd-mx-xsm-5_25 {
    margin-left: 5.25rem !important;
  }
  .sd-m-xsm-5_5 {
    margin: 5.5rem !important;
  }
  .sd-mt-xsm-5_5,
  .sd-my-xsm-5_5 {
    margin-top: 5.5rem !important;
  }
  .sd-mr-xsm-5_5,
  .sd-mx-xsm-5_5 {
    margin-right: 5.5rem !important;
  }
  .sd-mb-xsm-5_5,
  .sd-my-xsm-5_5 {
    margin-bottom: 5.5rem !important;
  }
  .sd-ml-xsm-5_5,
  .sd-mx-xsm-5_5 {
    margin-left: 5.5rem !important;
  }
  .sd-m-xsm-6 {
    margin: 6rem !important;
  }
  .sd-mt-xsm-6,
  .sd-my-xsm-6 {
    margin-top: 6rem !important;
  }
  .sd-mr-xsm-6,
  .sd-mx-xsm-6 {
    margin-right: 6rem !important;
  }
  .sd-mb-xsm-6,
  .sd-my-xsm-6 {
    margin-bottom: 6rem !important;
  }
  .sd-ml-xsm-6,
  .sd-mx-xsm-6 {
    margin-left: 6rem !important;
  }
  .sd-m-xsm-8 {
    margin: 8rem !important;
  }
  .sd-mt-xsm-8,
  .sd-my-xsm-8 {
    margin-top: 8rem !important;
  }
  .sd-mr-xsm-8,
  .sd-mx-xsm-8 {
    margin-right: 8rem !important;
  }
  .sd-mb-xsm-8,
  .sd-my-xsm-8 {
    margin-bottom: 8rem !important;
  }
  .sd-ml-xsm-8,
  .sd-mx-xsm-8 {
    margin-left: 8rem !important;
  }
  .sd-m-xsm-9 {
    margin: 9rem !important;
  }
  .sd-mt-xsm-9,
  .sd-my-xsm-9 {
    margin-top: 9rem !important;
  }
  .sd-mr-xsm-9,
  .sd-mx-xsm-9 {
    margin-right: 9rem !important;
  }
  .sd-mb-xsm-9,
  .sd-my-xsm-9 {
    margin-bottom: 9rem !important;
  }
  .sd-ml-xsm-9,
  .sd-mx-xsm-9 {
    margin-left: 9rem !important;
  }
  .sd-p-xsm-0 {
    padding: 0 !important;
  }
  .sd-pt-xsm-0,
  .sd-py-xsm-0 {
    padding-top: 0 !important;
  }
  .sd-pr-xsm-0,
  .sd-px-xsm-0 {
    padding-right: 0 !important;
  }
  .sd-pb-xsm-0,
  .sd-py-xsm-0 {
    padding-bottom: 0 !important;
  }
  .sd-pl-xsm-0,
  .sd-px-xsm-0 {
    padding-left: 0 !important;
  }
  .sd-p-xsm-0_25 {
    padding: 0.25rem !important;
  }
  .sd-pt-xsm-0_25,
  .sd-py-xsm-0_25 {
    padding-top: 0.25rem !important;
  }
  .sd-pr-xsm-0_25,
  .sd-px-xsm-0_25 {
    padding-right: 0.25rem !important;
  }
  .sd-pb-xsm-0_25,
  .sd-py-xsm-0_25 {
    padding-bottom: 0.25rem !important;
  }
  .sd-pl-xsm-0_25,
  .sd-px-xsm-0_25 {
    padding-left: 0.25rem !important;
  }
  .sd-p-xsm-0_5 {
    padding: 0.5rem !important;
  }
  .sd-pt-xsm-0_5,
  .sd-py-xsm-0_5 {
    padding-top: 0.5rem !important;
  }
  .sd-pr-xsm-0_5,
  .sd-px-xsm-0_5 {
    padding-right: 0.5rem !important;
  }
  .sd-pb-xsm-0_5,
  .sd-py-xsm-0_5 {
    padding-bottom: 0.5rem !important;
  }
  .sd-pl-xsm-0_5,
  .sd-px-xsm-0_5 {
    padding-left: 0.5rem !important;
  }
  .sd-p-xsm-0_75 {
    padding: 0.75rem !important;
  }
  .sd-pt-xsm-0_75,
  .sd-py-xsm-0_75 {
    padding-top: 0.75rem !important;
  }
  .sd-pr-xsm-0_75,
  .sd-px-xsm-0_75 {
    padding-right: 0.75rem !important;
  }
  .sd-pb-xsm-0_75,
  .sd-py-xsm-0_75 {
    padding-bottom: 0.75rem !important;
  }
  .sd-pl-xsm-0_75,
  .sd-px-xsm-0_75 {
    padding-left: 0.75rem !important;
  }
  .sd-p-xsm-1 {
    padding: 1rem !important;
  }
  .sd-pt-xsm-1,
  .sd-py-xsm-1 {
    padding-top: 1rem !important;
  }
  .sd-pr-xsm-1,
  .sd-px-xsm-1 {
    padding-right: 1rem !important;
  }
  .sd-pb-xsm-1,
  .sd-py-xsm-1 {
    padding-bottom: 1rem !important;
  }
  .sd-pl-xsm-1,
  .sd-px-xsm-1 {
    padding-left: 1rem !important;
  }
  .sd-p-xsm-1_125 {
    padding: 1.125rem !important;
  }
  .sd-pt-xsm-1_125,
  .sd-py-xsm-1_125 {
    padding-top: 1.125rem !important;
  }
  .sd-pr-xsm-1_125,
  .sd-px-xsm-1_125 {
    padding-right: 1.125rem !important;
  }
  .sd-pb-xsm-1_125,
  .sd-py-xsm-1_125 {
    padding-bottom: 1.125rem !important;
  }
  .sd-pl-xsm-1_125,
  .sd-px-xsm-1_125 {
    padding-left: 1.125rem !important;
  }
  .sd-p-xsm-1_25 {
    padding: 1.25rem !important;
  }
  .sd-pt-xsm-1_25,
  .sd-py-xsm-1_25 {
    padding-top: 1.25rem !important;
  }
  .sd-pr-xsm-1_25,
  .sd-px-xsm-1_25 {
    padding-right: 1.25rem !important;
  }
  .sd-pb-xsm-1_25,
  .sd-py-xsm-1_25 {
    padding-bottom: 1.25rem !important;
  }
  .sd-pl-xsm-1_25,
  .sd-px-xsm-1_25 {
    padding-left: 1.25rem !important;
  }
  .sd-p-xsm-1_5 {
    padding: 1.5rem !important;
  }
  .sd-pt-xsm-1_5,
  .sd-py-xsm-1_5 {
    padding-top: 1.5rem !important;
  }
  .sd-pr-xsm-1_5,
  .sd-px-xsm-1_5 {
    padding-right: 1.5rem !important;
  }
  .sd-pb-xsm-1_5,
  .sd-py-xsm-1_5 {
    padding-bottom: 1.5rem !important;
  }
  .sd-pl-xsm-1_5,
  .sd-px-xsm-1_5 {
    padding-left: 1.5rem !important;
  }
  .sd-p-xsm-1_75 {
    padding: 1.75rem !important;
  }
  .sd-pt-xsm-1_75,
  .sd-py-xsm-1_75 {
    padding-top: 1.75rem !important;
  }
  .sd-pr-xsm-1_75,
  .sd-px-xsm-1_75 {
    padding-right: 1.75rem !important;
  }
  .sd-pb-xsm-1_75,
  .sd-py-xsm-1_75 {
    padding-bottom: 1.75rem !important;
  }
  .sd-pl-xsm-1_75,
  .sd-px-xsm-1_75 {
    padding-left: 1.75rem !important;
  }
  .sd-p-xsm-2 {
    padding: 2rem !important;
  }
  .sd-pt-xsm-2,
  .sd-py-xsm-2 {
    padding-top: 2rem !important;
  }
  .sd-pr-xsm-2,
  .sd-px-xsm-2 {
    padding-right: 2rem !important;
  }
  .sd-pb-xsm-2,
  .sd-py-xsm-2 {
    padding-bottom: 2rem !important;
  }
  .sd-pl-xsm-2,
  .sd-px-xsm-2 {
    padding-left: 2rem !important;
  }
  .sd-p-xsm-2_5 {
    padding: 2.5rem !important;
  }
  .sd-pt-xsm-2_5,
  .sd-py-xsm-2_5 {
    padding-top: 2.5rem !important;
  }
  .sd-pr-xsm-2_5,
  .sd-px-xsm-2_5 {
    padding-right: 2.5rem !important;
  }
  .sd-pb-xsm-2_5,
  .sd-py-xsm-2_5 {
    padding-bottom: 2.5rem !important;
  }
  .sd-pl-xsm-2_5,
  .sd-px-xsm-2_5 {
    padding-left: 2.5rem !important;
  }
  .sd-p-xsm-2_75 {
    padding: 2.75rem !important;
  }
  .sd-pt-xsm-2_75,
  .sd-py-xsm-2_75 {
    padding-top: 2.75rem !important;
  }
  .sd-pr-xsm-2_75,
  .sd-px-xsm-2_75 {
    padding-right: 2.75rem !important;
  }
  .sd-pb-xsm-2_75,
  .sd-py-xsm-2_75 {
    padding-bottom: 2.75rem !important;
  }
  .sd-pl-xsm-2_75,
  .sd-px-xsm-2_75 {
    padding-left: 2.75rem !important;
  }
  .sd-p-xsm-3 {
    padding: 3rem !important;
  }
  .sd-pt-xsm-3,
  .sd-py-xsm-3 {
    padding-top: 3rem !important;
  }
  .sd-pr-xsm-3,
  .sd-px-xsm-3 {
    padding-right: 3rem !important;
  }
  .sd-pb-xsm-3,
  .sd-py-xsm-3 {
    padding-bottom: 3rem !important;
  }
  .sd-pl-xsm-3,
  .sd-px-xsm-3 {
    padding-left: 3rem !important;
  }
  .sd-p-xsm-3_25 {
    padding: 3.25rem !important;
  }
  .sd-pt-xsm-3_25,
  .sd-py-xsm-3_25 {
    padding-top: 3.25rem !important;
  }
  .sd-pr-xsm-3_25,
  .sd-px-xsm-3_25 {
    padding-right: 3.25rem !important;
  }
  .sd-pb-xsm-3_25,
  .sd-py-xsm-3_25 {
    padding-bottom: 3.25rem !important;
  }
  .sd-pl-xsm-3_25,
  .sd-px-xsm-3_25 {
    padding-left: 3.25rem !important;
  }
  .sd-p-xsm-3_5 {
    padding: 3.5rem !important;
  }
  .sd-pt-xsm-3_5,
  .sd-py-xsm-3_5 {
    padding-top: 3.5rem !important;
  }
  .sd-pr-xsm-3_5,
  .sd-px-xsm-3_5 {
    padding-right: 3.5rem !important;
  }
  .sd-pb-xsm-3_5,
  .sd-py-xsm-3_5 {
    padding-bottom: 3.5rem !important;
  }
  .sd-pl-xsm-3_5,
  .sd-px-xsm-3_5 {
    padding-left: 3.5rem !important;
  }
  .sd-p-xsm-4 {
    padding: 4rem !important;
  }
  .sd-pt-xsm-4,
  .sd-py-xsm-4 {
    padding-top: 4rem !important;
  }
  .sd-pr-xsm-4,
  .sd-px-xsm-4 {
    padding-right: 4rem !important;
  }
  .sd-pb-xsm-4,
  .sd-py-xsm-4 {
    padding-bottom: 4rem !important;
  }
  .sd-pl-xsm-4,
  .sd-px-xsm-4 {
    padding-left: 4rem !important;
  }
  .sd-p-xsm-5 {
    padding: 5rem !important;
  }
  .sd-pt-xsm-5,
  .sd-py-xsm-5 {
    padding-top: 5rem !important;
  }
  .sd-pr-xsm-5,
  .sd-px-xsm-5 {
    padding-right: 5rem !important;
  }
  .sd-pb-xsm-5,
  .sd-py-xsm-5 {
    padding-bottom: 5rem !important;
  }
  .sd-pl-xsm-5,
  .sd-px-xsm-5 {
    padding-left: 5rem !important;
  }
  .sd-p-xsm-5_25 {
    padding: 5.25rem !important;
  }
  .sd-pt-xsm-5_25,
  .sd-py-xsm-5_25 {
    padding-top: 5.25rem !important;
  }
  .sd-pr-xsm-5_25,
  .sd-px-xsm-5_25 {
    padding-right: 5.25rem !important;
  }
  .sd-pb-xsm-5_25,
  .sd-py-xsm-5_25 {
    padding-bottom: 5.25rem !important;
  }
  .sd-pl-xsm-5_25,
  .sd-px-xsm-5_25 {
    padding-left: 5.25rem !important;
  }
  .sd-p-xsm-5_5 {
    padding: 5.5rem !important;
  }
  .sd-pt-xsm-5_5,
  .sd-py-xsm-5_5 {
    padding-top: 5.5rem !important;
  }
  .sd-pr-xsm-5_5,
  .sd-px-xsm-5_5 {
    padding-right: 5.5rem !important;
  }
  .sd-pb-xsm-5_5,
  .sd-py-xsm-5_5 {
    padding-bottom: 5.5rem !important;
  }
  .sd-pl-xsm-5_5,
  .sd-px-xsm-5_5 {
    padding-left: 5.5rem !important;
  }
  .sd-p-xsm-6 {
    padding: 6rem !important;
  }
  .sd-pt-xsm-6,
  .sd-py-xsm-6 {
    padding-top: 6rem !important;
  }
  .sd-pr-xsm-6,
  .sd-px-xsm-6 {
    padding-right: 6rem !important;
  }
  .sd-pb-xsm-6,
  .sd-py-xsm-6 {
    padding-bottom: 6rem !important;
  }
  .sd-pl-xsm-6,
  .sd-px-xsm-6 {
    padding-left: 6rem !important;
  }
  .sd-p-xsm-8 {
    padding: 8rem !important;
  }
  .sd-pt-xsm-8,
  .sd-py-xsm-8 {
    padding-top: 8rem !important;
  }
  .sd-pr-xsm-8,
  .sd-px-xsm-8 {
    padding-right: 8rem !important;
  }
  .sd-pb-xsm-8,
  .sd-py-xsm-8 {
    padding-bottom: 8rem !important;
  }
  .sd-pl-xsm-8,
  .sd-px-xsm-8 {
    padding-left: 8rem !important;
  }
  .sd-p-xsm-9 {
    padding: 9rem !important;
  }
  .sd-pt-xsm-9,
  .sd-py-xsm-9 {
    padding-top: 9rem !important;
  }
  .sd-pr-xsm-9,
  .sd-px-xsm-9 {
    padding-right: 9rem !important;
  }
  .sd-pb-xsm-9,
  .sd-py-xsm-9 {
    padding-bottom: 9rem !important;
  }
  .sd-pl-xsm-9,
  .sd-px-xsm-9 {
    padding-left: 9rem !important;
  }
  .sd-m-xsm-auto {
    margin: auto !important;
  }
  .sd-mt-xsm-auto,
  .sd-my-xsm-auto {
    margin-top: auto !important;
  }
  .sd-mr-xsm-auto,
  .sd-mx-xsm-auto {
    margin-right: auto !important;
  }
  .sd-mb-xsm-auto,
  .sd-my-xsm-auto {
    margin-bottom: auto !important;
  }
  .sd-ml-xsm-auto,
  .sd-mx-xsm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 576px) {
  .sd-m-sm-0 {
    margin: 0 !important;
  }
  .sd-mt-sm-0,
  .sd-my-sm-0 {
    margin-top: 0 !important;
  }
  .sd-mr-sm-0,
  .sd-mx-sm-0 {
    margin-right: 0 !important;
  }
  .sd-mb-sm-0,
  .sd-my-sm-0 {
    margin-bottom: 0 !important;
  }
  .sd-ml-sm-0,
  .sd-mx-sm-0 {
    margin-left: 0 !important;
  }
  .sd-m-sm-0_25 {
    margin: 0.25rem !important;
  }
  .sd-mt-sm-0_25,
  .sd-my-sm-0_25 {
    margin-top: 0.25rem !important;
  }
  .sd-mr-sm-0_25,
  .sd-mx-sm-0_25 {
    margin-right: 0.25rem !important;
  }
  .sd-mb-sm-0_25,
  .sd-my-sm-0_25 {
    margin-bottom: 0.25rem !important;
  }
  .sd-ml-sm-0_25,
  .sd-mx-sm-0_25 {
    margin-left: 0.25rem !important;
  }
  .sd-m-sm-0_5 {
    margin: 0.5rem !important;
  }
  .sd-mt-sm-0_5,
  .sd-my-sm-0_5 {
    margin-top: 0.5rem !important;
  }
  .sd-mr-sm-0_5,
  .sd-mx-sm-0_5 {
    margin-right: 0.5rem !important;
  }
  .sd-mb-sm-0_5,
  .sd-my-sm-0_5 {
    margin-bottom: 0.5rem !important;
  }
  .sd-ml-sm-0_5,
  .sd-mx-sm-0_5 {
    margin-left: 0.5rem !important;
  }
  .sd-m-sm-0_75 {
    margin: 0.75rem !important;
  }
  .sd-mt-sm-0_75,
  .sd-my-sm-0_75 {
    margin-top: 0.75rem !important;
  }
  .sd-mr-sm-0_75,
  .sd-mx-sm-0_75 {
    margin-right: 0.75rem !important;
  }
  .sd-mb-sm-0_75,
  .sd-my-sm-0_75 {
    margin-bottom: 0.75rem !important;
  }
  .sd-ml-sm-0_75,
  .sd-mx-sm-0_75 {
    margin-left: 0.75rem !important;
  }
  .sd-m-sm-1 {
    margin: 1rem !important;
  }
  .sd-mt-sm-1,
  .sd-my-sm-1 {
    margin-top: 1rem !important;
  }
  .sd-mr-sm-1,
  .sd-mx-sm-1 {
    margin-right: 1rem !important;
  }
  .sd-mb-sm-1,
  .sd-my-sm-1 {
    margin-bottom: 1rem !important;
  }
  .sd-ml-sm-1,
  .sd-mx-sm-1 {
    margin-left: 1rem !important;
  }
  .sd-m-sm-1_125 {
    margin: 1.125rem !important;
  }
  .sd-mt-sm-1_125,
  .sd-my-sm-1_125 {
    margin-top: 1.125rem !important;
  }
  .sd-mr-sm-1_125,
  .sd-mx-sm-1_125 {
    margin-right: 1.125rem !important;
  }
  .sd-mb-sm-1_125,
  .sd-my-sm-1_125 {
    margin-bottom: 1.125rem !important;
  }
  .sd-ml-sm-1_125,
  .sd-mx-sm-1_125 {
    margin-left: 1.125rem !important;
  }
  .sd-m-sm-1_25 {
    margin: 1.25rem !important;
  }
  .sd-mt-sm-1_25,
  .sd-my-sm-1_25 {
    margin-top: 1.25rem !important;
  }
  .sd-mr-sm-1_25,
  .sd-mx-sm-1_25 {
    margin-right: 1.25rem !important;
  }
  .sd-mb-sm-1_25,
  .sd-my-sm-1_25 {
    margin-bottom: 1.25rem !important;
  }
  .sd-ml-sm-1_25,
  .sd-mx-sm-1_25 {
    margin-left: 1.25rem !important;
  }
  .sd-m-sm-1_5 {
    margin: 1.5rem !important;
  }
  .sd-mt-sm-1_5,
  .sd-my-sm-1_5 {
    margin-top: 1.5rem !important;
  }
  .sd-mr-sm-1_5,
  .sd-mx-sm-1_5 {
    margin-right: 1.5rem !important;
  }
  .sd-mb-sm-1_5,
  .sd-my-sm-1_5 {
    margin-bottom: 1.5rem !important;
  }
  .sd-ml-sm-1_5,
  .sd-mx-sm-1_5 {
    margin-left: 1.5rem !important;
  }
  .sd-m-sm-1_75 {
    margin: 1.75rem !important;
  }
  .sd-mt-sm-1_75,
  .sd-my-sm-1_75 {
    margin-top: 1.75rem !important;
  }
  .sd-mr-sm-1_75,
  .sd-mx-sm-1_75 {
    margin-right: 1.75rem !important;
  }
  .sd-mb-sm-1_75,
  .sd-my-sm-1_75 {
    margin-bottom: 1.75rem !important;
  }
  .sd-ml-sm-1_75,
  .sd-mx-sm-1_75 {
    margin-left: 1.75rem !important;
  }
  .sd-m-sm-2 {
    margin: 2rem !important;
  }
  .sd-mt-sm-2,
  .sd-my-sm-2 {
    margin-top: 2rem !important;
  }
  .sd-mr-sm-2,
  .sd-mx-sm-2 {
    margin-right: 2rem !important;
  }
  .sd-mb-sm-2,
  .sd-my-sm-2 {
    margin-bottom: 2rem !important;
  }
  .sd-ml-sm-2,
  .sd-mx-sm-2 {
    margin-left: 2rem !important;
  }
  .sd-m-sm-2_5 {
    margin: 2.5rem !important;
  }
  .sd-mt-sm-2_5,
  .sd-my-sm-2_5 {
    margin-top: 2.5rem !important;
  }
  .sd-mr-sm-2_5,
  .sd-mx-sm-2_5 {
    margin-right: 2.5rem !important;
  }
  .sd-mb-sm-2_5,
  .sd-my-sm-2_5 {
    margin-bottom: 2.5rem !important;
  }
  .sd-ml-sm-2_5,
  .sd-mx-sm-2_5 {
    margin-left: 2.5rem !important;
  }
  .sd-m-sm-2_75 {
    margin: 2.75rem !important;
  }
  .sd-mt-sm-2_75,
  .sd-my-sm-2_75 {
    margin-top: 2.75rem !important;
  }
  .sd-mr-sm-2_75,
  .sd-mx-sm-2_75 {
    margin-right: 2.75rem !important;
  }
  .sd-mb-sm-2_75,
  .sd-my-sm-2_75 {
    margin-bottom: 2.75rem !important;
  }
  .sd-ml-sm-2_75,
  .sd-mx-sm-2_75 {
    margin-left: 2.75rem !important;
  }
  .sd-m-sm-3 {
    margin: 3rem !important;
  }
  .sd-mt-sm-3,
  .sd-my-sm-3 {
    margin-top: 3rem !important;
  }
  .sd-mr-sm-3,
  .sd-mx-sm-3 {
    margin-right: 3rem !important;
  }
  .sd-mb-sm-3,
  .sd-my-sm-3 {
    margin-bottom: 3rem !important;
  }
  .sd-ml-sm-3,
  .sd-mx-sm-3 {
    margin-left: 3rem !important;
  }
  .sd-m-sm-3_25 {
    margin: 3.25rem !important;
  }
  .sd-mt-sm-3_25,
  .sd-my-sm-3_25 {
    margin-top: 3.25rem !important;
  }
  .sd-mr-sm-3_25,
  .sd-mx-sm-3_25 {
    margin-right: 3.25rem !important;
  }
  .sd-mb-sm-3_25,
  .sd-my-sm-3_25 {
    margin-bottom: 3.25rem !important;
  }
  .sd-ml-sm-3_25,
  .sd-mx-sm-3_25 {
    margin-left: 3.25rem !important;
  }
  .sd-m-sm-3_5 {
    margin: 3.5rem !important;
  }
  .sd-mt-sm-3_5,
  .sd-my-sm-3_5 {
    margin-top: 3.5rem !important;
  }
  .sd-mr-sm-3_5,
  .sd-mx-sm-3_5 {
    margin-right: 3.5rem !important;
  }
  .sd-mb-sm-3_5,
  .sd-my-sm-3_5 {
    margin-bottom: 3.5rem !important;
  }
  .sd-ml-sm-3_5,
  .sd-mx-sm-3_5 {
    margin-left: 3.5rem !important;
  }
  .sd-m-sm-4 {
    margin: 4rem !important;
  }
  .sd-mt-sm-4,
  .sd-my-sm-4 {
    margin-top: 4rem !important;
  }
  .sd-mr-sm-4,
  .sd-mx-sm-4 {
    margin-right: 4rem !important;
  }
  .sd-mb-sm-4,
  .sd-my-sm-4 {
    margin-bottom: 4rem !important;
  }
  .sd-ml-sm-4,
  .sd-mx-sm-4 {
    margin-left: 4rem !important;
  }
  .sd-m-sm-5 {
    margin: 5rem !important;
  }
  .sd-mt-sm-5,
  .sd-my-sm-5 {
    margin-top: 5rem !important;
  }
  .sd-mr-sm-5,
  .sd-mx-sm-5 {
    margin-right: 5rem !important;
  }
  .sd-mb-sm-5,
  .sd-my-sm-5 {
    margin-bottom: 5rem !important;
  }
  .sd-ml-sm-5,
  .sd-mx-sm-5 {
    margin-left: 5rem !important;
  }
  .sd-m-sm-5_25 {
    margin: 5.25rem !important;
  }
  .sd-mt-sm-5_25,
  .sd-my-sm-5_25 {
    margin-top: 5.25rem !important;
  }
  .sd-mr-sm-5_25,
  .sd-mx-sm-5_25 {
    margin-right: 5.25rem !important;
  }
  .sd-mb-sm-5_25,
  .sd-my-sm-5_25 {
    margin-bottom: 5.25rem !important;
  }
  .sd-ml-sm-5_25,
  .sd-mx-sm-5_25 {
    margin-left: 5.25rem !important;
  }
  .sd-m-sm-5_5 {
    margin: 5.5rem !important;
  }
  .sd-mt-sm-5_5,
  .sd-my-sm-5_5 {
    margin-top: 5.5rem !important;
  }
  .sd-mr-sm-5_5,
  .sd-mx-sm-5_5 {
    margin-right: 5.5rem !important;
  }
  .sd-mb-sm-5_5,
  .sd-my-sm-5_5 {
    margin-bottom: 5.5rem !important;
  }
  .sd-ml-sm-5_5,
  .sd-mx-sm-5_5 {
    margin-left: 5.5rem !important;
  }
  .sd-m-sm-6 {
    margin: 6rem !important;
  }
  .sd-mt-sm-6,
  .sd-my-sm-6 {
    margin-top: 6rem !important;
  }
  .sd-mr-sm-6,
  .sd-mx-sm-6 {
    margin-right: 6rem !important;
  }
  .sd-mb-sm-6,
  .sd-my-sm-6 {
    margin-bottom: 6rem !important;
  }
  .sd-ml-sm-6,
  .sd-mx-sm-6 {
    margin-left: 6rem !important;
  }
  .sd-m-sm-8 {
    margin: 8rem !important;
  }
  .sd-mt-sm-8,
  .sd-my-sm-8 {
    margin-top: 8rem !important;
  }
  .sd-mr-sm-8,
  .sd-mx-sm-8 {
    margin-right: 8rem !important;
  }
  .sd-mb-sm-8,
  .sd-my-sm-8 {
    margin-bottom: 8rem !important;
  }
  .sd-ml-sm-8,
  .sd-mx-sm-8 {
    margin-left: 8rem !important;
  }
  .sd-m-sm-9 {
    margin: 9rem !important;
  }
  .sd-mt-sm-9,
  .sd-my-sm-9 {
    margin-top: 9rem !important;
  }
  .sd-mr-sm-9,
  .sd-mx-sm-9 {
    margin-right: 9rem !important;
  }
  .sd-mb-sm-9,
  .sd-my-sm-9 {
    margin-bottom: 9rem !important;
  }
  .sd-ml-sm-9,
  .sd-mx-sm-9 {
    margin-left: 9rem !important;
  }
  .sd-p-sm-0 {
    padding: 0 !important;
  }
  .sd-pt-sm-0,
  .sd-py-sm-0 {
    padding-top: 0 !important;
  }
  .sd-pr-sm-0,
  .sd-px-sm-0 {
    padding-right: 0 !important;
  }
  .sd-pb-sm-0,
  .sd-py-sm-0 {
    padding-bottom: 0 !important;
  }
  .sd-pl-sm-0,
  .sd-px-sm-0 {
    padding-left: 0 !important;
  }
  .sd-p-sm-0_25 {
    padding: 0.25rem !important;
  }
  .sd-pt-sm-0_25,
  .sd-py-sm-0_25 {
    padding-top: 0.25rem !important;
  }
  .sd-pr-sm-0_25,
  .sd-px-sm-0_25 {
    padding-right: 0.25rem !important;
  }
  .sd-pb-sm-0_25,
  .sd-py-sm-0_25 {
    padding-bottom: 0.25rem !important;
  }
  .sd-pl-sm-0_25,
  .sd-px-sm-0_25 {
    padding-left: 0.25rem !important;
  }
  .sd-p-sm-0_5 {
    padding: 0.5rem !important;
  }
  .sd-pt-sm-0_5,
  .sd-py-sm-0_5 {
    padding-top: 0.5rem !important;
  }
  .sd-pr-sm-0_5,
  .sd-px-sm-0_5 {
    padding-right: 0.5rem !important;
  }
  .sd-pb-sm-0_5,
  .sd-py-sm-0_5 {
    padding-bottom: 0.5rem !important;
  }
  .sd-pl-sm-0_5,
  .sd-px-sm-0_5 {
    padding-left: 0.5rem !important;
  }
  .sd-p-sm-0_75 {
    padding: 0.75rem !important;
  }
  .sd-pt-sm-0_75,
  .sd-py-sm-0_75 {
    padding-top: 0.75rem !important;
  }
  .sd-pr-sm-0_75,
  .sd-px-sm-0_75 {
    padding-right: 0.75rem !important;
  }
  .sd-pb-sm-0_75,
  .sd-py-sm-0_75 {
    padding-bottom: 0.75rem !important;
  }
  .sd-pl-sm-0_75,
  .sd-px-sm-0_75 {
    padding-left: 0.75rem !important;
  }
  .sd-p-sm-1 {
    padding: 1rem !important;
  }
  .sd-pt-sm-1,
  .sd-py-sm-1 {
    padding-top: 1rem !important;
  }
  .sd-pr-sm-1,
  .sd-px-sm-1 {
    padding-right: 1rem !important;
  }
  .sd-pb-sm-1,
  .sd-py-sm-1 {
    padding-bottom: 1rem !important;
  }
  .sd-pl-sm-1,
  .sd-px-sm-1 {
    padding-left: 1rem !important;
  }
  .sd-p-sm-1_125 {
    padding: 1.125rem !important;
  }
  .sd-pt-sm-1_125,
  .sd-py-sm-1_125 {
    padding-top: 1.125rem !important;
  }
  .sd-pr-sm-1_125,
  .sd-px-sm-1_125 {
    padding-right: 1.125rem !important;
  }
  .sd-pb-sm-1_125,
  .sd-py-sm-1_125 {
    padding-bottom: 1.125rem !important;
  }
  .sd-pl-sm-1_125,
  .sd-px-sm-1_125 {
    padding-left: 1.125rem !important;
  }
  .sd-p-sm-1_25 {
    padding: 1.25rem !important;
  }
  .sd-pt-sm-1_25,
  .sd-py-sm-1_25 {
    padding-top: 1.25rem !important;
  }
  .sd-pr-sm-1_25,
  .sd-px-sm-1_25 {
    padding-right: 1.25rem !important;
  }
  .sd-pb-sm-1_25,
  .sd-py-sm-1_25 {
    padding-bottom: 1.25rem !important;
  }
  .sd-pl-sm-1_25,
  .sd-px-sm-1_25 {
    padding-left: 1.25rem !important;
  }
  .sd-p-sm-1_5 {
    padding: 1.5rem !important;
  }
  .sd-pt-sm-1_5,
  .sd-py-sm-1_5 {
    padding-top: 1.5rem !important;
  }
  .sd-pr-sm-1_5,
  .sd-px-sm-1_5 {
    padding-right: 1.5rem !important;
  }
  .sd-pb-sm-1_5,
  .sd-py-sm-1_5 {
    padding-bottom: 1.5rem !important;
  }
  .sd-pl-sm-1_5,
  .sd-px-sm-1_5 {
    padding-left: 1.5rem !important;
  }
  .sd-p-sm-1_75 {
    padding: 1.75rem !important;
  }
  .sd-pt-sm-1_75,
  .sd-py-sm-1_75 {
    padding-top: 1.75rem !important;
  }
  .sd-pr-sm-1_75,
  .sd-px-sm-1_75 {
    padding-right: 1.75rem !important;
  }
  .sd-pb-sm-1_75,
  .sd-py-sm-1_75 {
    padding-bottom: 1.75rem !important;
  }
  .sd-pl-sm-1_75,
  .sd-px-sm-1_75 {
    padding-left: 1.75rem !important;
  }
  .sd-p-sm-2 {
    padding: 2rem !important;
  }
  .sd-pt-sm-2,
  .sd-py-sm-2 {
    padding-top: 2rem !important;
  }
  .sd-pr-sm-2,
  .sd-px-sm-2 {
    padding-right: 2rem !important;
  }
  .sd-pb-sm-2,
  .sd-py-sm-2 {
    padding-bottom: 2rem !important;
  }
  .sd-pl-sm-2,
  .sd-px-sm-2 {
    padding-left: 2rem !important;
  }
  .sd-p-sm-2_5 {
    padding: 2.5rem !important;
  }
  .sd-pt-sm-2_5,
  .sd-py-sm-2_5 {
    padding-top: 2.5rem !important;
  }
  .sd-pr-sm-2_5,
  .sd-px-sm-2_5 {
    padding-right: 2.5rem !important;
  }
  .sd-pb-sm-2_5,
  .sd-py-sm-2_5 {
    padding-bottom: 2.5rem !important;
  }
  .sd-pl-sm-2_5,
  .sd-px-sm-2_5 {
    padding-left: 2.5rem !important;
  }
  .sd-p-sm-2_75 {
    padding: 2.75rem !important;
  }
  .sd-pt-sm-2_75,
  .sd-py-sm-2_75 {
    padding-top: 2.75rem !important;
  }
  .sd-pr-sm-2_75,
  .sd-px-sm-2_75 {
    padding-right: 2.75rem !important;
  }
  .sd-pb-sm-2_75,
  .sd-py-sm-2_75 {
    padding-bottom: 2.75rem !important;
  }
  .sd-pl-sm-2_75,
  .sd-px-sm-2_75 {
    padding-left: 2.75rem !important;
  }
  .sd-p-sm-3 {
    padding: 3rem !important;
  }
  .sd-pt-sm-3,
  .sd-py-sm-3 {
    padding-top: 3rem !important;
  }
  .sd-pr-sm-3,
  .sd-px-sm-3 {
    padding-right: 3rem !important;
  }
  .sd-pb-sm-3,
  .sd-py-sm-3 {
    padding-bottom: 3rem !important;
  }
  .sd-pl-sm-3,
  .sd-px-sm-3 {
    padding-left: 3rem !important;
  }
  .sd-p-sm-3_25 {
    padding: 3.25rem !important;
  }
  .sd-pt-sm-3_25,
  .sd-py-sm-3_25 {
    padding-top: 3.25rem !important;
  }
  .sd-pr-sm-3_25,
  .sd-px-sm-3_25 {
    padding-right: 3.25rem !important;
  }
  .sd-pb-sm-3_25,
  .sd-py-sm-3_25 {
    padding-bottom: 3.25rem !important;
  }
  .sd-pl-sm-3_25,
  .sd-px-sm-3_25 {
    padding-left: 3.25rem !important;
  }
  .sd-p-sm-3_5 {
    padding: 3.5rem !important;
  }
  .sd-pt-sm-3_5,
  .sd-py-sm-3_5 {
    padding-top: 3.5rem !important;
  }
  .sd-pr-sm-3_5,
  .sd-px-sm-3_5 {
    padding-right: 3.5rem !important;
  }
  .sd-pb-sm-3_5,
  .sd-py-sm-3_5 {
    padding-bottom: 3.5rem !important;
  }
  .sd-pl-sm-3_5,
  .sd-px-sm-3_5 {
    padding-left: 3.5rem !important;
  }
  .sd-p-sm-4 {
    padding: 4rem !important;
  }
  .sd-pt-sm-4,
  .sd-py-sm-4 {
    padding-top: 4rem !important;
  }
  .sd-pr-sm-4,
  .sd-px-sm-4 {
    padding-right: 4rem !important;
  }
  .sd-pb-sm-4,
  .sd-py-sm-4 {
    padding-bottom: 4rem !important;
  }
  .sd-pl-sm-4,
  .sd-px-sm-4 {
    padding-left: 4rem !important;
  }
  .sd-p-sm-5 {
    padding: 5rem !important;
  }
  .sd-pt-sm-5,
  .sd-py-sm-5 {
    padding-top: 5rem !important;
  }
  .sd-pr-sm-5,
  .sd-px-sm-5 {
    padding-right: 5rem !important;
  }
  .sd-pb-sm-5,
  .sd-py-sm-5 {
    padding-bottom: 5rem !important;
  }
  .sd-pl-sm-5,
  .sd-px-sm-5 {
    padding-left: 5rem !important;
  }
  .sd-p-sm-5_25 {
    padding: 5.25rem !important;
  }
  .sd-pt-sm-5_25,
  .sd-py-sm-5_25 {
    padding-top: 5.25rem !important;
  }
  .sd-pr-sm-5_25,
  .sd-px-sm-5_25 {
    padding-right: 5.25rem !important;
  }
  .sd-pb-sm-5_25,
  .sd-py-sm-5_25 {
    padding-bottom: 5.25rem !important;
  }
  .sd-pl-sm-5_25,
  .sd-px-sm-5_25 {
    padding-left: 5.25rem !important;
  }
  .sd-p-sm-5_5 {
    padding: 5.5rem !important;
  }
  .sd-pt-sm-5_5,
  .sd-py-sm-5_5 {
    padding-top: 5.5rem !important;
  }
  .sd-pr-sm-5_5,
  .sd-px-sm-5_5 {
    padding-right: 5.5rem !important;
  }
  .sd-pb-sm-5_5,
  .sd-py-sm-5_5 {
    padding-bottom: 5.5rem !important;
  }
  .sd-pl-sm-5_5,
  .sd-px-sm-5_5 {
    padding-left: 5.5rem !important;
  }
  .sd-p-sm-6 {
    padding: 6rem !important;
  }
  .sd-pt-sm-6,
  .sd-py-sm-6 {
    padding-top: 6rem !important;
  }
  .sd-pr-sm-6,
  .sd-px-sm-6 {
    padding-right: 6rem !important;
  }
  .sd-pb-sm-6,
  .sd-py-sm-6 {
    padding-bottom: 6rem !important;
  }
  .sd-pl-sm-6,
  .sd-px-sm-6 {
    padding-left: 6rem !important;
  }
  .sd-p-sm-8 {
    padding: 8rem !important;
  }
  .sd-pt-sm-8,
  .sd-py-sm-8 {
    padding-top: 8rem !important;
  }
  .sd-pr-sm-8,
  .sd-px-sm-8 {
    padding-right: 8rem !important;
  }
  .sd-pb-sm-8,
  .sd-py-sm-8 {
    padding-bottom: 8rem !important;
  }
  .sd-pl-sm-8,
  .sd-px-sm-8 {
    padding-left: 8rem !important;
  }
  .sd-p-sm-9 {
    padding: 9rem !important;
  }
  .sd-pt-sm-9,
  .sd-py-sm-9 {
    padding-top: 9rem !important;
  }
  .sd-pr-sm-9,
  .sd-px-sm-9 {
    padding-right: 9rem !important;
  }
  .sd-pb-sm-9,
  .sd-py-sm-9 {
    padding-bottom: 9rem !important;
  }
  .sd-pl-sm-9,
  .sd-px-sm-9 {
    padding-left: 9rem !important;
  }
  .sd-m-sm-auto {
    margin: auto !important;
  }
  .sd-mt-sm-auto,
  .sd-my-sm-auto {
    margin-top: auto !important;
  }
  .sd-mr-sm-auto,
  .sd-mx-sm-auto {
    margin-right: auto !important;
  }
  .sd-mb-sm-auto,
  .sd-my-sm-auto {
    margin-bottom: auto !important;
  }
  .sd-ml-sm-auto,
  .sd-mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .sd-m-md-0 {
    margin: 0 !important;
  }
  .sd-mt-md-0,
  .sd-my-md-0 {
    margin-top: 0 !important;
  }
  .sd-mr-md-0,
  .sd-mx-md-0 {
    margin-right: 0 !important;
  }
  .sd-mb-md-0,
  .sd-my-md-0 {
    margin-bottom: 0 !important;
  }
  .sd-ml-md-0,
  .sd-mx-md-0 {
    margin-left: 0 !important;
  }
  .sd-m-md-0_25 {
    margin: 0.25rem !important;
  }
  .sd-mt-md-0_25,
  .sd-my-md-0_25 {
    margin-top: 0.25rem !important;
  }
  .sd-mr-md-0_25,
  .sd-mx-md-0_25 {
    margin-right: 0.25rem !important;
  }
  .sd-mb-md-0_25,
  .sd-my-md-0_25 {
    margin-bottom: 0.25rem !important;
  }
  .sd-ml-md-0_25,
  .sd-mx-md-0_25 {
    margin-left: 0.25rem !important;
  }
  .sd-m-md-0_5 {
    margin: 0.5rem !important;
  }
  .sd-mt-md-0_5,
  .sd-my-md-0_5 {
    margin-top: 0.5rem !important;
  }
  .sd-mr-md-0_5,
  .sd-mx-md-0_5 {
    margin-right: 0.5rem !important;
  }
  .sd-mb-md-0_5,
  .sd-my-md-0_5 {
    margin-bottom: 0.5rem !important;
  }
  .sd-ml-md-0_5,
  .sd-mx-md-0_5 {
    margin-left: 0.5rem !important;
  }
  .sd-m-md-0_75 {
    margin: 0.75rem !important;
  }
  .sd-mt-md-0_75,
  .sd-my-md-0_75 {
    margin-top: 0.75rem !important;
  }
  .sd-mr-md-0_75,
  .sd-mx-md-0_75 {
    margin-right: 0.75rem !important;
  }
  .sd-mb-md-0_75,
  .sd-my-md-0_75 {
    margin-bottom: 0.75rem !important;
  }
  .sd-ml-md-0_75,
  .sd-mx-md-0_75 {
    margin-left: 0.75rem !important;
  }
  .sd-m-md-1 {
    margin: 1rem !important;
  }
  .sd-mt-md-1,
  .sd-my-md-1 {
    margin-top: 1rem !important;
  }
  .sd-mr-md-1,
  .sd-mx-md-1 {
    margin-right: 1rem !important;
  }
  .sd-mb-md-1,
  .sd-my-md-1 {
    margin-bottom: 1rem !important;
  }
  .sd-ml-md-1,
  .sd-mx-md-1 {
    margin-left: 1rem !important;
  }
  .sd-m-md-1_125 {
    margin: 1.125rem !important;
  }
  .sd-mt-md-1_125,
  .sd-my-md-1_125 {
    margin-top: 1.125rem !important;
  }
  .sd-mr-md-1_125,
  .sd-mx-md-1_125 {
    margin-right: 1.125rem !important;
  }
  .sd-mb-md-1_125,
  .sd-my-md-1_125 {
    margin-bottom: 1.125rem !important;
  }
  .sd-ml-md-1_125,
  .sd-mx-md-1_125 {
    margin-left: 1.125rem !important;
  }
  .sd-m-md-1_25 {
    margin: 1.25rem !important;
  }
  .sd-mt-md-1_25,
  .sd-my-md-1_25 {
    margin-top: 1.25rem !important;
  }
  .sd-mr-md-1_25,
  .sd-mx-md-1_25 {
    margin-right: 1.25rem !important;
  }
  .sd-mb-md-1_25,
  .sd-my-md-1_25 {
    margin-bottom: 1.25rem !important;
  }
  .sd-ml-md-1_25,
  .sd-mx-md-1_25 {
    margin-left: 1.25rem !important;
  }
  .sd-m-md-1_5 {
    margin: 1.5rem !important;
  }
  .sd-mt-md-1_5,
  .sd-my-md-1_5 {
    margin-top: 1.5rem !important;
  }
  .sd-mr-md-1_5,
  .sd-mx-md-1_5 {
    margin-right: 1.5rem !important;
  }
  .sd-mb-md-1_5,
  .sd-my-md-1_5 {
    margin-bottom: 1.5rem !important;
  }
  .sd-ml-md-1_5,
  .sd-mx-md-1_5 {
    margin-left: 1.5rem !important;
  }
  .sd-m-md-1_75 {
    margin: 1.75rem !important;
  }
  .sd-mt-md-1_75,
  .sd-my-md-1_75 {
    margin-top: 1.75rem !important;
  }
  .sd-mr-md-1_75,
  .sd-mx-md-1_75 {
    margin-right: 1.75rem !important;
  }
  .sd-mb-md-1_75,
  .sd-my-md-1_75 {
    margin-bottom: 1.75rem !important;
  }
  .sd-ml-md-1_75,
  .sd-mx-md-1_75 {
    margin-left: 1.75rem !important;
  }
  .sd-m-md-2 {
    margin: 2rem !important;
  }
  .sd-mt-md-2,
  .sd-my-md-2 {
    margin-top: 2rem !important;
  }
  .sd-mr-md-2,
  .sd-mx-md-2 {
    margin-right: 2rem !important;
  }
  .sd-mb-md-2,
  .sd-my-md-2 {
    margin-bottom: 2rem !important;
  }
  .sd-ml-md-2,
  .sd-mx-md-2 {
    margin-left: 2rem !important;
  }
  .sd-m-md-2_5 {
    margin: 2.5rem !important;
  }
  .sd-mt-md-2_5,
  .sd-my-md-2_5 {
    margin-top: 2.5rem !important;
  }
  .sd-mr-md-2_5,
  .sd-mx-md-2_5 {
    margin-right: 2.5rem !important;
  }
  .sd-mb-md-2_5,
  .sd-my-md-2_5 {
    margin-bottom: 2.5rem !important;
  }
  .sd-ml-md-2_5,
  .sd-mx-md-2_5 {
    margin-left: 2.5rem !important;
  }
  .sd-m-md-2_75 {
    margin: 2.75rem !important;
  }
  .sd-mt-md-2_75,
  .sd-my-md-2_75 {
    margin-top: 2.75rem !important;
  }
  .sd-mr-md-2_75,
  .sd-mx-md-2_75 {
    margin-right: 2.75rem !important;
  }
  .sd-mb-md-2_75,
  .sd-my-md-2_75 {
    margin-bottom: 2.75rem !important;
  }
  .sd-ml-md-2_75,
  .sd-mx-md-2_75 {
    margin-left: 2.75rem !important;
  }
  .sd-m-md-3 {
    margin: 3rem !important;
  }
  .sd-mt-md-3,
  .sd-my-md-3 {
    margin-top: 3rem !important;
  }
  .sd-mr-md-3,
  .sd-mx-md-3 {
    margin-right: 3rem !important;
  }
  .sd-mb-md-3,
  .sd-my-md-3 {
    margin-bottom: 3rem !important;
  }
  .sd-ml-md-3,
  .sd-mx-md-3 {
    margin-left: 3rem !important;
  }
  .sd-m-md-3_25 {
    margin: 3.25rem !important;
  }
  .sd-mt-md-3_25,
  .sd-my-md-3_25 {
    margin-top: 3.25rem !important;
  }
  .sd-mr-md-3_25,
  .sd-mx-md-3_25 {
    margin-right: 3.25rem !important;
  }
  .sd-mb-md-3_25,
  .sd-my-md-3_25 {
    margin-bottom: 3.25rem !important;
  }
  .sd-ml-md-3_25,
  .sd-mx-md-3_25 {
    margin-left: 3.25rem !important;
  }
  .sd-m-md-3_5 {
    margin: 3.5rem !important;
  }
  .sd-mt-md-3_5,
  .sd-my-md-3_5 {
    margin-top: 3.5rem !important;
  }
  .sd-mr-md-3_5,
  .sd-mx-md-3_5 {
    margin-right: 3.5rem !important;
  }
  .sd-mb-md-3_5,
  .sd-my-md-3_5 {
    margin-bottom: 3.5rem !important;
  }
  .sd-ml-md-3_5,
  .sd-mx-md-3_5 {
    margin-left: 3.5rem !important;
  }
  .sd-m-md-4 {
    margin: 4rem !important;
  }
  .sd-mt-md-4,
  .sd-my-md-4 {
    margin-top: 4rem !important;
  }
  .sd-mr-md-4,
  .sd-mx-md-4 {
    margin-right: 4rem !important;
  }
  .sd-mb-md-4,
  .sd-my-md-4 {
    margin-bottom: 4rem !important;
  }
  .sd-ml-md-4,
  .sd-mx-md-4 {
    margin-left: 4rem !important;
  }
  .sd-m-md-5 {
    margin: 5rem !important;
  }
  .sd-mt-md-5,
  .sd-my-md-5 {
    margin-top: 5rem !important;
  }
  .sd-mr-md-5,
  .sd-mx-md-5 {
    margin-right: 5rem !important;
  }
  .sd-mb-md-5,
  .sd-my-md-5 {
    margin-bottom: 5rem !important;
  }
  .sd-ml-md-5,
  .sd-mx-md-5 {
    margin-left: 5rem !important;
  }
  .sd-m-md-5_25 {
    margin: 5.25rem !important;
  }
  .sd-mt-md-5_25,
  .sd-my-md-5_25 {
    margin-top: 5.25rem !important;
  }
  .sd-mr-md-5_25,
  .sd-mx-md-5_25 {
    margin-right: 5.25rem !important;
  }
  .sd-mb-md-5_25,
  .sd-my-md-5_25 {
    margin-bottom: 5.25rem !important;
  }
  .sd-ml-md-5_25,
  .sd-mx-md-5_25 {
    margin-left: 5.25rem !important;
  }
  .sd-m-md-5_5 {
    margin: 5.5rem !important;
  }
  .sd-mt-md-5_5,
  .sd-my-md-5_5 {
    margin-top: 5.5rem !important;
  }
  .sd-mr-md-5_5,
  .sd-mx-md-5_5 {
    margin-right: 5.5rem !important;
  }
  .sd-mb-md-5_5,
  .sd-my-md-5_5 {
    margin-bottom: 5.5rem !important;
  }
  .sd-ml-md-5_5,
  .sd-mx-md-5_5 {
    margin-left: 5.5rem !important;
  }
  .sd-m-md-6 {
    margin: 6rem !important;
  }
  .sd-mt-md-6,
  .sd-my-md-6 {
    margin-top: 6rem !important;
  }
  .sd-mr-md-6,
  .sd-mx-md-6 {
    margin-right: 6rem !important;
  }
  .sd-mb-md-6,
  .sd-my-md-6 {
    margin-bottom: 6rem !important;
  }
  .sd-ml-md-6,
  .sd-mx-md-6 {
    margin-left: 6rem !important;
  }
  .sd-m-md-8 {
    margin: 8rem !important;
  }
  .sd-mt-md-8,
  .sd-my-md-8 {
    margin-top: 8rem !important;
  }
  .sd-mr-md-8,
  .sd-mx-md-8 {
    margin-right: 8rem !important;
  }
  .sd-mb-md-8,
  .sd-my-md-8 {
    margin-bottom: 8rem !important;
  }
  .sd-ml-md-8,
  .sd-mx-md-8 {
    margin-left: 8rem !important;
  }
  .sd-m-md-9 {
    margin: 9rem !important;
  }
  .sd-mt-md-9,
  .sd-my-md-9 {
    margin-top: 9rem !important;
  }
  .sd-mr-md-9,
  .sd-mx-md-9 {
    margin-right: 9rem !important;
  }
  .sd-mb-md-9,
  .sd-my-md-9 {
    margin-bottom: 9rem !important;
  }
  .sd-ml-md-9,
  .sd-mx-md-9 {
    margin-left: 9rem !important;
  }
  .sd-p-md-0 {
    padding: 0 !important;
  }
  .sd-pt-md-0,
  .sd-py-md-0 {
    padding-top: 0 !important;
  }
  .sd-pr-md-0,
  .sd-px-md-0 {
    padding-right: 0 !important;
  }
  .sd-pb-md-0,
  .sd-py-md-0 {
    padding-bottom: 0 !important;
  }
  .sd-pl-md-0,
  .sd-px-md-0 {
    padding-left: 0 !important;
  }
  .sd-p-md-0_25 {
    padding: 0.25rem !important;
  }
  .sd-pt-md-0_25,
  .sd-py-md-0_25 {
    padding-top: 0.25rem !important;
  }
  .sd-pr-md-0_25,
  .sd-px-md-0_25 {
    padding-right: 0.25rem !important;
  }
  .sd-pb-md-0_25,
  .sd-py-md-0_25 {
    padding-bottom: 0.25rem !important;
  }
  .sd-pl-md-0_25,
  .sd-px-md-0_25 {
    padding-left: 0.25rem !important;
  }
  .sd-p-md-0_5 {
    padding: 0.5rem !important;
  }
  .sd-pt-md-0_5,
  .sd-py-md-0_5 {
    padding-top: 0.5rem !important;
  }
  .sd-pr-md-0_5,
  .sd-px-md-0_5 {
    padding-right: 0.5rem !important;
  }
  .sd-pb-md-0_5,
  .sd-py-md-0_5 {
    padding-bottom: 0.5rem !important;
  }
  .sd-pl-md-0_5,
  .sd-px-md-0_5 {
    padding-left: 0.5rem !important;
  }
  .sd-p-md-0_75 {
    padding: 0.75rem !important;
  }
  .sd-pt-md-0_75,
  .sd-py-md-0_75 {
    padding-top: 0.75rem !important;
  }
  .sd-pr-md-0_75,
  .sd-px-md-0_75 {
    padding-right: 0.75rem !important;
  }
  .sd-pb-md-0_75,
  .sd-py-md-0_75 {
    padding-bottom: 0.75rem !important;
  }
  .sd-pl-md-0_75,
  .sd-px-md-0_75 {
    padding-left: 0.75rem !important;
  }
  .sd-p-md-1 {
    padding: 1rem !important;
  }
  .sd-pt-md-1,
  .sd-py-md-1 {
    padding-top: 1rem !important;
  }
  .sd-pr-md-1,
  .sd-px-md-1 {
    padding-right: 1rem !important;
  }
  .sd-pb-md-1,
  .sd-py-md-1 {
    padding-bottom: 1rem !important;
  }
  .sd-pl-md-1,
  .sd-px-md-1 {
    padding-left: 1rem !important;
  }
  .sd-p-md-1_125 {
    padding: 1.125rem !important;
  }
  .sd-pt-md-1_125,
  .sd-py-md-1_125 {
    padding-top: 1.125rem !important;
  }
  .sd-pr-md-1_125,
  .sd-px-md-1_125 {
    padding-right: 1.125rem !important;
  }
  .sd-pb-md-1_125,
  .sd-py-md-1_125 {
    padding-bottom: 1.125rem !important;
  }
  .sd-pl-md-1_125,
  .sd-px-md-1_125 {
    padding-left: 1.125rem !important;
  }
  .sd-p-md-1_25 {
    padding: 1.25rem !important;
  }
  .sd-pt-md-1_25,
  .sd-py-md-1_25 {
    padding-top: 1.25rem !important;
  }
  .sd-pr-md-1_25,
  .sd-px-md-1_25 {
    padding-right: 1.25rem !important;
  }
  .sd-pb-md-1_25,
  .sd-py-md-1_25 {
    padding-bottom: 1.25rem !important;
  }
  .sd-pl-md-1_25,
  .sd-px-md-1_25 {
    padding-left: 1.25rem !important;
  }
  .sd-p-md-1_5 {
    padding: 1.5rem !important;
  }
  .sd-pt-md-1_5,
  .sd-py-md-1_5 {
    padding-top: 1.5rem !important;
  }
  .sd-pr-md-1_5,
  .sd-px-md-1_5 {
    padding-right: 1.5rem !important;
  }
  .sd-pb-md-1_5,
  .sd-py-md-1_5 {
    padding-bottom: 1.5rem !important;
  }
  .sd-pl-md-1_5,
  .sd-px-md-1_5 {
    padding-left: 1.5rem !important;
  }
  .sd-p-md-1_75 {
    padding: 1.75rem !important;
  }
  .sd-pt-md-1_75,
  .sd-py-md-1_75 {
    padding-top: 1.75rem !important;
  }
  .sd-pr-md-1_75,
  .sd-px-md-1_75 {
    padding-right: 1.75rem !important;
  }
  .sd-pb-md-1_75,
  .sd-py-md-1_75 {
    padding-bottom: 1.75rem !important;
  }
  .sd-pl-md-1_75,
  .sd-px-md-1_75 {
    padding-left: 1.75rem !important;
  }
  .sd-p-md-2 {
    padding: 2rem !important;
  }
  .sd-pt-md-2,
  .sd-py-md-2 {
    padding-top: 2rem !important;
  }
  .sd-pr-md-2,
  .sd-px-md-2 {
    padding-right: 2rem !important;
  }
  .sd-pb-md-2,
  .sd-py-md-2 {
    padding-bottom: 2rem !important;
  }
  .sd-pl-md-2,
  .sd-px-md-2 {
    padding-left: 2rem !important;
  }
  .sd-p-md-2_5 {
    padding: 2.5rem !important;
  }
  .sd-pt-md-2_5,
  .sd-py-md-2_5 {
    padding-top: 2.5rem !important;
  }
  .sd-pr-md-2_5,
  .sd-px-md-2_5 {
    padding-right: 2.5rem !important;
  }
  .sd-pb-md-2_5,
  .sd-py-md-2_5 {
    padding-bottom: 2.5rem !important;
  }
  .sd-pl-md-2_5,
  .sd-px-md-2_5 {
    padding-left: 2.5rem !important;
  }
  .sd-p-md-2_75 {
    padding: 2.75rem !important;
  }
  .sd-pt-md-2_75,
  .sd-py-md-2_75 {
    padding-top: 2.75rem !important;
  }
  .sd-pr-md-2_75,
  .sd-px-md-2_75 {
    padding-right: 2.75rem !important;
  }
  .sd-pb-md-2_75,
  .sd-py-md-2_75 {
    padding-bottom: 2.75rem !important;
  }
  .sd-pl-md-2_75,
  .sd-px-md-2_75 {
    padding-left: 2.75rem !important;
  }
  .sd-p-md-3 {
    padding: 3rem !important;
  }
  .sd-pt-md-3,
  .sd-py-md-3 {
    padding-top: 3rem !important;
  }
  .sd-pr-md-3,
  .sd-px-md-3 {
    padding-right: 3rem !important;
  }
  .sd-pb-md-3,
  .sd-py-md-3 {
    padding-bottom: 3rem !important;
  }
  .sd-pl-md-3,
  .sd-px-md-3 {
    padding-left: 3rem !important;
  }
  .sd-p-md-3_25 {
    padding: 3.25rem !important;
  }
  .sd-pt-md-3_25,
  .sd-py-md-3_25 {
    padding-top: 3.25rem !important;
  }
  .sd-pr-md-3_25,
  .sd-px-md-3_25 {
    padding-right: 3.25rem !important;
  }
  .sd-pb-md-3_25,
  .sd-py-md-3_25 {
    padding-bottom: 3.25rem !important;
  }
  .sd-pl-md-3_25,
  .sd-px-md-3_25 {
    padding-left: 3.25rem !important;
  }
  .sd-p-md-3_5 {
    padding: 3.5rem !important;
  }
  .sd-pt-md-3_5,
  .sd-py-md-3_5 {
    padding-top: 3.5rem !important;
  }
  .sd-pr-md-3_5,
  .sd-px-md-3_5 {
    padding-right: 3.5rem !important;
  }
  .sd-pb-md-3_5,
  .sd-py-md-3_5 {
    padding-bottom: 3.5rem !important;
  }
  .sd-pl-md-3_5,
  .sd-px-md-3_5 {
    padding-left: 3.5rem !important;
  }
  .sd-p-md-4 {
    padding: 4rem !important;
  }
  .sd-pt-md-4,
  .sd-py-md-4 {
    padding-top: 4rem !important;
  }
  .sd-pr-md-4,
  .sd-px-md-4 {
    padding-right: 4rem !important;
  }
  .sd-pb-md-4,
  .sd-py-md-4 {
    padding-bottom: 4rem !important;
  }
  .sd-pl-md-4,
  .sd-px-md-4 {
    padding-left: 4rem !important;
  }
  .sd-p-md-5 {
    padding: 5rem !important;
  }
  .sd-pt-md-5,
  .sd-py-md-5 {
    padding-top: 5rem !important;
  }
  .sd-pr-md-5,
  .sd-px-md-5 {
    padding-right: 5rem !important;
  }
  .sd-pb-md-5,
  .sd-py-md-5 {
    padding-bottom: 5rem !important;
  }
  .sd-pl-md-5,
  .sd-px-md-5 {
    padding-left: 5rem !important;
  }
  .sd-p-md-5_25 {
    padding: 5.25rem !important;
  }
  .sd-pt-md-5_25,
  .sd-py-md-5_25 {
    padding-top: 5.25rem !important;
  }
  .sd-pr-md-5_25,
  .sd-px-md-5_25 {
    padding-right: 5.25rem !important;
  }
  .sd-pb-md-5_25,
  .sd-py-md-5_25 {
    padding-bottom: 5.25rem !important;
  }
  .sd-pl-md-5_25,
  .sd-px-md-5_25 {
    padding-left: 5.25rem !important;
  }
  .sd-p-md-5_5 {
    padding: 5.5rem !important;
  }
  .sd-pt-md-5_5,
  .sd-py-md-5_5 {
    padding-top: 5.5rem !important;
  }
  .sd-pr-md-5_5,
  .sd-px-md-5_5 {
    padding-right: 5.5rem !important;
  }
  .sd-pb-md-5_5,
  .sd-py-md-5_5 {
    padding-bottom: 5.5rem !important;
  }
  .sd-pl-md-5_5,
  .sd-px-md-5_5 {
    padding-left: 5.5rem !important;
  }
  .sd-p-md-6 {
    padding: 6rem !important;
  }
  .sd-pt-md-6,
  .sd-py-md-6 {
    padding-top: 6rem !important;
  }
  .sd-pr-md-6,
  .sd-px-md-6 {
    padding-right: 6rem !important;
  }
  .sd-pb-md-6,
  .sd-py-md-6 {
    padding-bottom: 6rem !important;
  }
  .sd-pl-md-6,
  .sd-px-md-6 {
    padding-left: 6rem !important;
  }
  .sd-p-md-8 {
    padding: 8rem !important;
  }
  .sd-pt-md-8,
  .sd-py-md-8 {
    padding-top: 8rem !important;
  }
  .sd-pr-md-8,
  .sd-px-md-8 {
    padding-right: 8rem !important;
  }
  .sd-pb-md-8,
  .sd-py-md-8 {
    padding-bottom: 8rem !important;
  }
  .sd-pl-md-8,
  .sd-px-md-8 {
    padding-left: 8rem !important;
  }
  .sd-p-md-9 {
    padding: 9rem !important;
  }
  .sd-pt-md-9,
  .sd-py-md-9 {
    padding-top: 9rem !important;
  }
  .sd-pr-md-9,
  .sd-px-md-9 {
    padding-right: 9rem !important;
  }
  .sd-pb-md-9,
  .sd-py-md-9 {
    padding-bottom: 9rem !important;
  }
  .sd-pl-md-9,
  .sd-px-md-9 {
    padding-left: 9rem !important;
  }
  .sd-m-md-auto {
    margin: auto !important;
  }
  .sd-mt-md-auto,
  .sd-my-md-auto {
    margin-top: auto !important;
  }
  .sd-mr-md-auto,
  .sd-mx-md-auto {
    margin-right: auto !important;
  }
  .sd-mb-md-auto,
  .sd-my-md-auto {
    margin-bottom: auto !important;
  }
  .sd-ml-md-auto,
  .sd-mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .sd-m-lg-0 {
    margin: 0 !important;
  }
  .sd-mt-lg-0,
  .sd-my-lg-0 {
    margin-top: 0 !important;
  }
  .sd-mr-lg-0,
  .sd-mx-lg-0 {
    margin-right: 0 !important;
  }
  .sd-mb-lg-0,
  .sd-my-lg-0 {
    margin-bottom: 0 !important;
  }
  .sd-ml-lg-0,
  .sd-mx-lg-0 {
    margin-left: 0 !important;
  }
  .sd-m-lg-0_25 {
    margin: 0.25rem !important;
  }
  .sd-mt-lg-0_25,
  .sd-my-lg-0_25 {
    margin-top: 0.25rem !important;
  }
  .sd-mr-lg-0_25,
  .sd-mx-lg-0_25 {
    margin-right: 0.25rem !important;
  }
  .sd-mb-lg-0_25,
  .sd-my-lg-0_25 {
    margin-bottom: 0.25rem !important;
  }
  .sd-ml-lg-0_25,
  .sd-mx-lg-0_25 {
    margin-left: 0.25rem !important;
  }
  .sd-m-lg-0_5 {
    margin: 0.5rem !important;
  }
  .sd-mt-lg-0_5,
  .sd-my-lg-0_5 {
    margin-top: 0.5rem !important;
  }
  .sd-mr-lg-0_5,
  .sd-mx-lg-0_5 {
    margin-right: 0.5rem !important;
  }
  .sd-mb-lg-0_5,
  .sd-my-lg-0_5 {
    margin-bottom: 0.5rem !important;
  }
  .sd-ml-lg-0_5,
  .sd-mx-lg-0_5 {
    margin-left: 0.5rem !important;
  }
  .sd-m-lg-0_75 {
    margin: 0.75rem !important;
  }
  .sd-mt-lg-0_75,
  .sd-my-lg-0_75 {
    margin-top: 0.75rem !important;
  }
  .sd-mr-lg-0_75,
  .sd-mx-lg-0_75 {
    margin-right: 0.75rem !important;
  }
  .sd-mb-lg-0_75,
  .sd-my-lg-0_75 {
    margin-bottom: 0.75rem !important;
  }
  .sd-ml-lg-0_75,
  .sd-mx-lg-0_75 {
    margin-left: 0.75rem !important;
  }
  .sd-m-lg-1 {
    margin: 1rem !important;
  }
  .sd-mt-lg-1,
  .sd-my-lg-1 {
    margin-top: 1rem !important;
  }
  .sd-mr-lg-1,
  .sd-mx-lg-1 {
    margin-right: 1rem !important;
  }
  .sd-mb-lg-1,
  .sd-my-lg-1 {
    margin-bottom: 1rem !important;
  }
  .sd-ml-lg-1,
  .sd-mx-lg-1 {
    margin-left: 1rem !important;
  }
  .sd-m-lg-1_125 {
    margin: 1.125rem !important;
  }
  .sd-mt-lg-1_125,
  .sd-my-lg-1_125 {
    margin-top: 1.125rem !important;
  }
  .sd-mr-lg-1_125,
  .sd-mx-lg-1_125 {
    margin-right: 1.125rem !important;
  }
  .sd-mb-lg-1_125,
  .sd-my-lg-1_125 {
    margin-bottom: 1.125rem !important;
  }
  .sd-ml-lg-1_125,
  .sd-mx-lg-1_125 {
    margin-left: 1.125rem !important;
  }
  .sd-m-lg-1_25 {
    margin: 1.25rem !important;
  }
  .sd-mt-lg-1_25,
  .sd-my-lg-1_25 {
    margin-top: 1.25rem !important;
  }
  .sd-mr-lg-1_25,
  .sd-mx-lg-1_25 {
    margin-right: 1.25rem !important;
  }
  .sd-mb-lg-1_25,
  .sd-my-lg-1_25 {
    margin-bottom: 1.25rem !important;
  }
  .sd-ml-lg-1_25,
  .sd-mx-lg-1_25 {
    margin-left: 1.25rem !important;
  }
  .sd-m-lg-1_5 {
    margin: 1.5rem !important;
  }
  .sd-mt-lg-1_5,
  .sd-my-lg-1_5 {
    margin-top: 1.5rem !important;
  }
  .sd-mr-lg-1_5,
  .sd-mx-lg-1_5 {
    margin-right: 1.5rem !important;
  }
  .sd-mb-lg-1_5,
  .sd-my-lg-1_5 {
    margin-bottom: 1.5rem !important;
  }
  .sd-ml-lg-1_5,
  .sd-mx-lg-1_5 {
    margin-left: 1.5rem !important;
  }
  .sd-m-lg-1_75 {
    margin: 1.75rem !important;
  }
  .sd-mt-lg-1_75,
  .sd-my-lg-1_75 {
    margin-top: 1.75rem !important;
  }
  .sd-mr-lg-1_75,
  .sd-mx-lg-1_75 {
    margin-right: 1.75rem !important;
  }
  .sd-mb-lg-1_75,
  .sd-my-lg-1_75 {
    margin-bottom: 1.75rem !important;
  }
  .sd-ml-lg-1_75,
  .sd-mx-lg-1_75 {
    margin-left: 1.75rem !important;
  }
  .sd-m-lg-2 {
    margin: 2rem !important;
  }
  .sd-mt-lg-2,
  .sd-my-lg-2 {
    margin-top: 2rem !important;
  }
  .sd-mr-lg-2,
  .sd-mx-lg-2 {
    margin-right: 2rem !important;
  }
  .sd-mb-lg-2,
  .sd-my-lg-2 {
    margin-bottom: 2rem !important;
  }
  .sd-ml-lg-2,
  .sd-mx-lg-2 {
    margin-left: 2rem !important;
  }
  .sd-m-lg-2_5 {
    margin: 2.5rem !important;
  }
  .sd-mt-lg-2_5,
  .sd-my-lg-2_5 {
    margin-top: 2.5rem !important;
  }
  .sd-mr-lg-2_5,
  .sd-mx-lg-2_5 {
    margin-right: 2.5rem !important;
  }
  .sd-mb-lg-2_5,
  .sd-my-lg-2_5 {
    margin-bottom: 2.5rem !important;
  }
  .sd-ml-lg-2_5,
  .sd-mx-lg-2_5 {
    margin-left: 2.5rem !important;
  }
  .sd-m-lg-2_75 {
    margin: 2.75rem !important;
  }
  .sd-mt-lg-2_75,
  .sd-my-lg-2_75 {
    margin-top: 2.75rem !important;
  }
  .sd-mr-lg-2_75,
  .sd-mx-lg-2_75 {
    margin-right: 2.75rem !important;
  }
  .sd-mb-lg-2_75,
  .sd-my-lg-2_75 {
    margin-bottom: 2.75rem !important;
  }
  .sd-ml-lg-2_75,
  .sd-mx-lg-2_75 {
    margin-left: 2.75rem !important;
  }
  .sd-m-lg-3 {
    margin: 3rem !important;
  }
  .sd-mt-lg-3,
  .sd-my-lg-3 {
    margin-top: 3rem !important;
  }
  .sd-mr-lg-3,
  .sd-mx-lg-3 {
    margin-right: 3rem !important;
  }
  .sd-mb-lg-3,
  .sd-my-lg-3 {
    margin-bottom: 3rem !important;
  }
  .sd-ml-lg-3,
  .sd-mx-lg-3 {
    margin-left: 3rem !important;
  }
  .sd-m-lg-3_25 {
    margin: 3.25rem !important;
  }
  .sd-mt-lg-3_25,
  .sd-my-lg-3_25 {
    margin-top: 3.25rem !important;
  }
  .sd-mr-lg-3_25,
  .sd-mx-lg-3_25 {
    margin-right: 3.25rem !important;
  }
  .sd-mb-lg-3_25,
  .sd-my-lg-3_25 {
    margin-bottom: 3.25rem !important;
  }
  .sd-ml-lg-3_25,
  .sd-mx-lg-3_25 {
    margin-left: 3.25rem !important;
  }
  .sd-m-lg-3_5 {
    margin: 3.5rem !important;
  }
  .sd-mt-lg-3_5,
  .sd-my-lg-3_5 {
    margin-top: 3.5rem !important;
  }
  .sd-mr-lg-3_5,
  .sd-mx-lg-3_5 {
    margin-right: 3.5rem !important;
  }
  .sd-mb-lg-3_5,
  .sd-my-lg-3_5 {
    margin-bottom: 3.5rem !important;
  }
  .sd-ml-lg-3_5,
  .sd-mx-lg-3_5 {
    margin-left: 3.5rem !important;
  }
  .sd-m-lg-4 {
    margin: 4rem !important;
  }
  .sd-mt-lg-4,
  .sd-my-lg-4 {
    margin-top: 4rem !important;
  }
  .sd-mr-lg-4,
  .sd-mx-lg-4 {
    margin-right: 4rem !important;
  }
  .sd-mb-lg-4,
  .sd-my-lg-4 {
    margin-bottom: 4rem !important;
  }
  .sd-ml-lg-4,
  .sd-mx-lg-4 {
    margin-left: 4rem !important;
  }
  .sd-m-lg-5 {
    margin: 5rem !important;
  }
  .sd-mt-lg-5,
  .sd-my-lg-5 {
    margin-top: 5rem !important;
  }
  .sd-mr-lg-5,
  .sd-mx-lg-5 {
    margin-right: 5rem !important;
  }
  .sd-mb-lg-5,
  .sd-my-lg-5 {
    margin-bottom: 5rem !important;
  }
  .sd-ml-lg-5,
  .sd-mx-lg-5 {
    margin-left: 5rem !important;
  }
  .sd-m-lg-5_25 {
    margin: 5.25rem !important;
  }
  .sd-mt-lg-5_25,
  .sd-my-lg-5_25 {
    margin-top: 5.25rem !important;
  }
  .sd-mr-lg-5_25,
  .sd-mx-lg-5_25 {
    margin-right: 5.25rem !important;
  }
  .sd-mb-lg-5_25,
  .sd-my-lg-5_25 {
    margin-bottom: 5.25rem !important;
  }
  .sd-ml-lg-5_25,
  .sd-mx-lg-5_25 {
    margin-left: 5.25rem !important;
  }
  .sd-m-lg-5_5 {
    margin: 5.5rem !important;
  }
  .sd-mt-lg-5_5,
  .sd-my-lg-5_5 {
    margin-top: 5.5rem !important;
  }
  .sd-mr-lg-5_5,
  .sd-mx-lg-5_5 {
    margin-right: 5.5rem !important;
  }
  .sd-mb-lg-5_5,
  .sd-my-lg-5_5 {
    margin-bottom: 5.5rem !important;
  }
  .sd-ml-lg-5_5,
  .sd-mx-lg-5_5 {
    margin-left: 5.5rem !important;
  }
  .sd-m-lg-6 {
    margin: 6rem !important;
  }
  .sd-mt-lg-6,
  .sd-my-lg-6 {
    margin-top: 6rem !important;
  }
  .sd-mr-lg-6,
  .sd-mx-lg-6 {
    margin-right: 6rem !important;
  }
  .sd-mb-lg-6,
  .sd-my-lg-6 {
    margin-bottom: 6rem !important;
  }
  .sd-ml-lg-6,
  .sd-mx-lg-6 {
    margin-left: 6rem !important;
  }
  .sd-m-lg-8 {
    margin: 8rem !important;
  }
  .sd-mt-lg-8,
  .sd-my-lg-8 {
    margin-top: 8rem !important;
  }
  .sd-mr-lg-8,
  .sd-mx-lg-8 {
    margin-right: 8rem !important;
  }
  .sd-mb-lg-8,
  .sd-my-lg-8 {
    margin-bottom: 8rem !important;
  }
  .sd-ml-lg-8,
  .sd-mx-lg-8 {
    margin-left: 8rem !important;
  }
  .sd-m-lg-9 {
    margin: 9rem !important;
  }
  .sd-mt-lg-9,
  .sd-my-lg-9 {
    margin-top: 9rem !important;
  }
  .sd-mr-lg-9,
  .sd-mx-lg-9 {
    margin-right: 9rem !important;
  }
  .sd-mb-lg-9,
  .sd-my-lg-9 {
    margin-bottom: 9rem !important;
  }
  .sd-ml-lg-9,
  .sd-mx-lg-9 {
    margin-left: 9rem !important;
  }
  .sd-p-lg-0 {
    padding: 0 !important;
  }
  .sd-pt-lg-0,
  .sd-py-lg-0 {
    padding-top: 0 !important;
  }
  .sd-pr-lg-0,
  .sd-px-lg-0 {
    padding-right: 0 !important;
  }
  .sd-pb-lg-0,
  .sd-py-lg-0 {
    padding-bottom: 0 !important;
  }
  .sd-pl-lg-0,
  .sd-px-lg-0 {
    padding-left: 0 !important;
  }
  .sd-p-lg-0_25 {
    padding: 0.25rem !important;
  }
  .sd-pt-lg-0_25,
  .sd-py-lg-0_25 {
    padding-top: 0.25rem !important;
  }
  .sd-pr-lg-0_25,
  .sd-px-lg-0_25 {
    padding-right: 0.25rem !important;
  }
  .sd-pb-lg-0_25,
  .sd-py-lg-0_25 {
    padding-bottom: 0.25rem !important;
  }
  .sd-pl-lg-0_25,
  .sd-px-lg-0_25 {
    padding-left: 0.25rem !important;
  }
  .sd-p-lg-0_5 {
    padding: 0.5rem !important;
  }
  .sd-pt-lg-0_5,
  .sd-py-lg-0_5 {
    padding-top: 0.5rem !important;
  }
  .sd-pr-lg-0_5,
  .sd-px-lg-0_5 {
    padding-right: 0.5rem !important;
  }
  .sd-pb-lg-0_5,
  .sd-py-lg-0_5 {
    padding-bottom: 0.5rem !important;
  }
  .sd-pl-lg-0_5,
  .sd-px-lg-0_5 {
    padding-left: 0.5rem !important;
  }
  .sd-p-lg-0_75 {
    padding: 0.75rem !important;
  }
  .sd-pt-lg-0_75,
  .sd-py-lg-0_75 {
    padding-top: 0.75rem !important;
  }
  .sd-pr-lg-0_75,
  .sd-px-lg-0_75 {
    padding-right: 0.75rem !important;
  }
  .sd-pb-lg-0_75,
  .sd-py-lg-0_75 {
    padding-bottom: 0.75rem !important;
  }
  .sd-pl-lg-0_75,
  .sd-px-lg-0_75 {
    padding-left: 0.75rem !important;
  }
  .sd-p-lg-1 {
    padding: 1rem !important;
  }
  .sd-pt-lg-1,
  .sd-py-lg-1 {
    padding-top: 1rem !important;
  }
  .sd-pr-lg-1,
  .sd-px-lg-1 {
    padding-right: 1rem !important;
  }
  .sd-pb-lg-1,
  .sd-py-lg-1 {
    padding-bottom: 1rem !important;
  }
  .sd-pl-lg-1,
  .sd-px-lg-1 {
    padding-left: 1rem !important;
  }
  .sd-p-lg-1_125 {
    padding: 1.125rem !important;
  }
  .sd-pt-lg-1_125,
  .sd-py-lg-1_125 {
    padding-top: 1.125rem !important;
  }
  .sd-pr-lg-1_125,
  .sd-px-lg-1_125 {
    padding-right: 1.125rem !important;
  }
  .sd-pb-lg-1_125,
  .sd-py-lg-1_125 {
    padding-bottom: 1.125rem !important;
  }
  .sd-pl-lg-1_125,
  .sd-px-lg-1_125 {
    padding-left: 1.125rem !important;
  }
  .sd-p-lg-1_25 {
    padding: 1.25rem !important;
  }
  .sd-pt-lg-1_25,
  .sd-py-lg-1_25 {
    padding-top: 1.25rem !important;
  }
  .sd-pr-lg-1_25,
  .sd-px-lg-1_25 {
    padding-right: 1.25rem !important;
  }
  .sd-pb-lg-1_25,
  .sd-py-lg-1_25 {
    padding-bottom: 1.25rem !important;
  }
  .sd-pl-lg-1_25,
  .sd-px-lg-1_25 {
    padding-left: 1.25rem !important;
  }
  .sd-p-lg-1_5 {
    padding: 1.5rem !important;
  }
  .sd-pt-lg-1_5,
  .sd-py-lg-1_5 {
    padding-top: 1.5rem !important;
  }
  .sd-pr-lg-1_5,
  .sd-px-lg-1_5 {
    padding-right: 1.5rem !important;
  }
  .sd-pb-lg-1_5,
  .sd-py-lg-1_5 {
    padding-bottom: 1.5rem !important;
  }
  .sd-pl-lg-1_5,
  .sd-px-lg-1_5 {
    padding-left: 1.5rem !important;
  }
  .sd-p-lg-1_75 {
    padding: 1.75rem !important;
  }
  .sd-pt-lg-1_75,
  .sd-py-lg-1_75 {
    padding-top: 1.75rem !important;
  }
  .sd-pr-lg-1_75,
  .sd-px-lg-1_75 {
    padding-right: 1.75rem !important;
  }
  .sd-pb-lg-1_75,
  .sd-py-lg-1_75 {
    padding-bottom: 1.75rem !important;
  }
  .sd-pl-lg-1_75,
  .sd-px-lg-1_75 {
    padding-left: 1.75rem !important;
  }
  .sd-p-lg-2 {
    padding: 2rem !important;
  }
  .sd-pt-lg-2,
  .sd-py-lg-2 {
    padding-top: 2rem !important;
  }
  .sd-pr-lg-2,
  .sd-px-lg-2 {
    padding-right: 2rem !important;
  }
  .sd-pb-lg-2,
  .sd-py-lg-2 {
    padding-bottom: 2rem !important;
  }
  .sd-pl-lg-2,
  .sd-px-lg-2 {
    padding-left: 2rem !important;
  }
  .sd-p-lg-2_5 {
    padding: 2.5rem !important;
  }
  .sd-pt-lg-2_5,
  .sd-py-lg-2_5 {
    padding-top: 2.5rem !important;
  }
  .sd-pr-lg-2_5,
  .sd-px-lg-2_5 {
    padding-right: 2.5rem !important;
  }
  .sd-pb-lg-2_5,
  .sd-py-lg-2_5 {
    padding-bottom: 2.5rem !important;
  }
  .sd-pl-lg-2_5,
  .sd-px-lg-2_5 {
    padding-left: 2.5rem !important;
  }
  .sd-p-lg-2_75 {
    padding: 2.75rem !important;
  }
  .sd-pt-lg-2_75,
  .sd-py-lg-2_75 {
    padding-top: 2.75rem !important;
  }
  .sd-pr-lg-2_75,
  .sd-px-lg-2_75 {
    padding-right: 2.75rem !important;
  }
  .sd-pb-lg-2_75,
  .sd-py-lg-2_75 {
    padding-bottom: 2.75rem !important;
  }
  .sd-pl-lg-2_75,
  .sd-px-lg-2_75 {
    padding-left: 2.75rem !important;
  }
  .sd-p-lg-3 {
    padding: 3rem !important;
  }
  .sd-pt-lg-3,
  .sd-py-lg-3 {
    padding-top: 3rem !important;
  }
  .sd-pr-lg-3,
  .sd-px-lg-3 {
    padding-right: 3rem !important;
  }
  .sd-pb-lg-3,
  .sd-py-lg-3 {
    padding-bottom: 3rem !important;
  }
  .sd-pl-lg-3,
  .sd-px-lg-3 {
    padding-left: 3rem !important;
  }
  .sd-p-lg-3_25 {
    padding: 3.25rem !important;
  }
  .sd-pt-lg-3_25,
  .sd-py-lg-3_25 {
    padding-top: 3.25rem !important;
  }
  .sd-pr-lg-3_25,
  .sd-px-lg-3_25 {
    padding-right: 3.25rem !important;
  }
  .sd-pb-lg-3_25,
  .sd-py-lg-3_25 {
    padding-bottom: 3.25rem !important;
  }
  .sd-pl-lg-3_25,
  .sd-px-lg-3_25 {
    padding-left: 3.25rem !important;
  }
  .sd-p-lg-3_5 {
    padding: 3.5rem !important;
  }
  .sd-pt-lg-3_5,
  .sd-py-lg-3_5 {
    padding-top: 3.5rem !important;
  }
  .sd-pr-lg-3_5,
  .sd-px-lg-3_5 {
    padding-right: 3.5rem !important;
  }
  .sd-pb-lg-3_5,
  .sd-py-lg-3_5 {
    padding-bottom: 3.5rem !important;
  }
  .sd-pl-lg-3_5,
  .sd-px-lg-3_5 {
    padding-left: 3.5rem !important;
  }
  .sd-p-lg-4 {
    padding: 4rem !important;
  }
  .sd-pt-lg-4,
  .sd-py-lg-4 {
    padding-top: 4rem !important;
  }
  .sd-pr-lg-4,
  .sd-px-lg-4 {
    padding-right: 4rem !important;
  }
  .sd-pb-lg-4,
  .sd-py-lg-4 {
    padding-bottom: 4rem !important;
  }
  .sd-pl-lg-4,
  .sd-px-lg-4 {
    padding-left: 4rem !important;
  }
  .sd-p-lg-5 {
    padding: 5rem !important;
  }
  .sd-pt-lg-5,
  .sd-py-lg-5 {
    padding-top: 5rem !important;
  }
  .sd-pr-lg-5,
  .sd-px-lg-5 {
    padding-right: 5rem !important;
  }
  .sd-pb-lg-5,
  .sd-py-lg-5 {
    padding-bottom: 5rem !important;
  }
  .sd-pl-lg-5,
  .sd-px-lg-5 {
    padding-left: 5rem !important;
  }
  .sd-p-lg-5_25 {
    padding: 5.25rem !important;
  }
  .sd-pt-lg-5_25,
  .sd-py-lg-5_25 {
    padding-top: 5.25rem !important;
  }
  .sd-pr-lg-5_25,
  .sd-px-lg-5_25 {
    padding-right: 5.25rem !important;
  }
  .sd-pb-lg-5_25,
  .sd-py-lg-5_25 {
    padding-bottom: 5.25rem !important;
  }
  .sd-pl-lg-5_25,
  .sd-px-lg-5_25 {
    padding-left: 5.25rem !important;
  }
  .sd-p-lg-5_5 {
    padding: 5.5rem !important;
  }
  .sd-pt-lg-5_5,
  .sd-py-lg-5_5 {
    padding-top: 5.5rem !important;
  }
  .sd-pr-lg-5_5,
  .sd-px-lg-5_5 {
    padding-right: 5.5rem !important;
  }
  .sd-pb-lg-5_5,
  .sd-py-lg-5_5 {
    padding-bottom: 5.5rem !important;
  }
  .sd-pl-lg-5_5,
  .sd-px-lg-5_5 {
    padding-left: 5.5rem !important;
  }
  .sd-p-lg-6 {
    padding: 6rem !important;
  }
  .sd-pt-lg-6,
  .sd-py-lg-6 {
    padding-top: 6rem !important;
  }
  .sd-pr-lg-6,
  .sd-px-lg-6 {
    padding-right: 6rem !important;
  }
  .sd-pb-lg-6,
  .sd-py-lg-6 {
    padding-bottom: 6rem !important;
  }
  .sd-pl-lg-6,
  .sd-px-lg-6 {
    padding-left: 6rem !important;
  }
  .sd-p-lg-8 {
    padding: 8rem !important;
  }
  .sd-pt-lg-8,
  .sd-py-lg-8 {
    padding-top: 8rem !important;
  }
  .sd-pr-lg-8,
  .sd-px-lg-8 {
    padding-right: 8rem !important;
  }
  .sd-pb-lg-8,
  .sd-py-lg-8 {
    padding-bottom: 8rem !important;
  }
  .sd-pl-lg-8,
  .sd-px-lg-8 {
    padding-left: 8rem !important;
  }
  .sd-p-lg-9 {
    padding: 9rem !important;
  }
  .sd-pt-lg-9,
  .sd-py-lg-9 {
    padding-top: 9rem !important;
  }
  .sd-pr-lg-9,
  .sd-px-lg-9 {
    padding-right: 9rem !important;
  }
  .sd-pb-lg-9,
  .sd-py-lg-9 {
    padding-bottom: 9rem !important;
  }
  .sd-pl-lg-9,
  .sd-px-lg-9 {
    padding-left: 9rem !important;
  }
  .sd-m-lg-auto {
    margin: auto !important;
  }
  .sd-mt-lg-auto,
  .sd-my-lg-auto {
    margin-top: auto !important;
  }
  .sd-mr-lg-auto,
  .sd-mx-lg-auto {
    margin-right: auto !important;
  }
  .sd-mb-lg-auto,
  .sd-my-lg-auto {
    margin-bottom: auto !important;
  }
  .sd-ml-lg-auto,
  .sd-mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .sd-m-xl-0 {
    margin: 0 !important;
  }
  .sd-mt-xl-0,
  .sd-my-xl-0 {
    margin-top: 0 !important;
  }
  .sd-mr-xl-0,
  .sd-mx-xl-0 {
    margin-right: 0 !important;
  }
  .sd-mb-xl-0,
  .sd-my-xl-0 {
    margin-bottom: 0 !important;
  }
  .sd-ml-xl-0,
  .sd-mx-xl-0 {
    margin-left: 0 !important;
  }
  .sd-m-xl-0_25 {
    margin: 0.25rem !important;
  }
  .sd-mt-xl-0_25,
  .sd-my-xl-0_25 {
    margin-top: 0.25rem !important;
  }
  .sd-mr-xl-0_25,
  .sd-mx-xl-0_25 {
    margin-right: 0.25rem !important;
  }
  .sd-mb-xl-0_25,
  .sd-my-xl-0_25 {
    margin-bottom: 0.25rem !important;
  }
  .sd-ml-xl-0_25,
  .sd-mx-xl-0_25 {
    margin-left: 0.25rem !important;
  }
  .sd-m-xl-0_5 {
    margin: 0.5rem !important;
  }
  .sd-mt-xl-0_5,
  .sd-my-xl-0_5 {
    margin-top: 0.5rem !important;
  }
  .sd-mr-xl-0_5,
  .sd-mx-xl-0_5 {
    margin-right: 0.5rem !important;
  }
  .sd-mb-xl-0_5,
  .sd-my-xl-0_5 {
    margin-bottom: 0.5rem !important;
  }
  .sd-ml-xl-0_5,
  .sd-mx-xl-0_5 {
    margin-left: 0.5rem !important;
  }
  .sd-m-xl-0_75 {
    margin: 0.75rem !important;
  }
  .sd-mt-xl-0_75,
  .sd-my-xl-0_75 {
    margin-top: 0.75rem !important;
  }
  .sd-mr-xl-0_75,
  .sd-mx-xl-0_75 {
    margin-right: 0.75rem !important;
  }
  .sd-mb-xl-0_75,
  .sd-my-xl-0_75 {
    margin-bottom: 0.75rem !important;
  }
  .sd-ml-xl-0_75,
  .sd-mx-xl-0_75 {
    margin-left: 0.75rem !important;
  }
  .sd-m-xl-1 {
    margin: 1rem !important;
  }
  .sd-mt-xl-1,
  .sd-my-xl-1 {
    margin-top: 1rem !important;
  }
  .sd-mr-xl-1,
  .sd-mx-xl-1 {
    margin-right: 1rem !important;
  }
  .sd-mb-xl-1,
  .sd-my-xl-1 {
    margin-bottom: 1rem !important;
  }
  .sd-ml-xl-1,
  .sd-mx-xl-1 {
    margin-left: 1rem !important;
  }
  .sd-m-xl-1_125 {
    margin: 1.125rem !important;
  }
  .sd-mt-xl-1_125,
  .sd-my-xl-1_125 {
    margin-top: 1.125rem !important;
  }
  .sd-mr-xl-1_125,
  .sd-mx-xl-1_125 {
    margin-right: 1.125rem !important;
  }
  .sd-mb-xl-1_125,
  .sd-my-xl-1_125 {
    margin-bottom: 1.125rem !important;
  }
  .sd-ml-xl-1_125,
  .sd-mx-xl-1_125 {
    margin-left: 1.125rem !important;
  }
  .sd-m-xl-1_25 {
    margin: 1.25rem !important;
  }
  .sd-mt-xl-1_25,
  .sd-my-xl-1_25 {
    margin-top: 1.25rem !important;
  }
  .sd-mr-xl-1_25,
  .sd-mx-xl-1_25 {
    margin-right: 1.25rem !important;
  }
  .sd-mb-xl-1_25,
  .sd-my-xl-1_25 {
    margin-bottom: 1.25rem !important;
  }
  .sd-ml-xl-1_25,
  .sd-mx-xl-1_25 {
    margin-left: 1.25rem !important;
  }
  .sd-m-xl-1_5 {
    margin: 1.5rem !important;
  }
  .sd-mt-xl-1_5,
  .sd-my-xl-1_5 {
    margin-top: 1.5rem !important;
  }
  .sd-mr-xl-1_5,
  .sd-mx-xl-1_5 {
    margin-right: 1.5rem !important;
  }
  .sd-mb-xl-1_5,
  .sd-my-xl-1_5 {
    margin-bottom: 1.5rem !important;
  }
  .sd-ml-xl-1_5,
  .sd-mx-xl-1_5 {
    margin-left: 1.5rem !important;
  }
  .sd-m-xl-1_75 {
    margin: 1.75rem !important;
  }
  .sd-mt-xl-1_75,
  .sd-my-xl-1_75 {
    margin-top: 1.75rem !important;
  }
  .sd-mr-xl-1_75,
  .sd-mx-xl-1_75 {
    margin-right: 1.75rem !important;
  }
  .sd-mb-xl-1_75,
  .sd-my-xl-1_75 {
    margin-bottom: 1.75rem !important;
  }
  .sd-ml-xl-1_75,
  .sd-mx-xl-1_75 {
    margin-left: 1.75rem !important;
  }
  .sd-m-xl-2 {
    margin: 2rem !important;
  }
  .sd-mt-xl-2,
  .sd-my-xl-2 {
    margin-top: 2rem !important;
  }
  .sd-mr-xl-2,
  .sd-mx-xl-2 {
    margin-right: 2rem !important;
  }
  .sd-mb-xl-2,
  .sd-my-xl-2 {
    margin-bottom: 2rem !important;
  }
  .sd-ml-xl-2,
  .sd-mx-xl-2 {
    margin-left: 2rem !important;
  }
  .sd-m-xl-2_5 {
    margin: 2.5rem !important;
  }
  .sd-mt-xl-2_5,
  .sd-my-xl-2_5 {
    margin-top: 2.5rem !important;
  }
  .sd-mr-xl-2_5,
  .sd-mx-xl-2_5 {
    margin-right: 2.5rem !important;
  }
  .sd-mb-xl-2_5,
  .sd-my-xl-2_5 {
    margin-bottom: 2.5rem !important;
  }
  .sd-ml-xl-2_5,
  .sd-mx-xl-2_5 {
    margin-left: 2.5rem !important;
  }
  .sd-m-xl-2_75 {
    margin: 2.75rem !important;
  }
  .sd-mt-xl-2_75,
  .sd-my-xl-2_75 {
    margin-top: 2.75rem !important;
  }
  .sd-mr-xl-2_75,
  .sd-mx-xl-2_75 {
    margin-right: 2.75rem !important;
  }
  .sd-mb-xl-2_75,
  .sd-my-xl-2_75 {
    margin-bottom: 2.75rem !important;
  }
  .sd-ml-xl-2_75,
  .sd-mx-xl-2_75 {
    margin-left: 2.75rem !important;
  }
  .sd-m-xl-3 {
    margin: 3rem !important;
  }
  .sd-mt-xl-3,
  .sd-my-xl-3 {
    margin-top: 3rem !important;
  }
  .sd-mr-xl-3,
  .sd-mx-xl-3 {
    margin-right: 3rem !important;
  }
  .sd-mb-xl-3,
  .sd-my-xl-3 {
    margin-bottom: 3rem !important;
  }
  .sd-ml-xl-3,
  .sd-mx-xl-3 {
    margin-left: 3rem !important;
  }
  .sd-m-xl-3_25 {
    margin: 3.25rem !important;
  }
  .sd-mt-xl-3_25,
  .sd-my-xl-3_25 {
    margin-top: 3.25rem !important;
  }
  .sd-mr-xl-3_25,
  .sd-mx-xl-3_25 {
    margin-right: 3.25rem !important;
  }
  .sd-mb-xl-3_25,
  .sd-my-xl-3_25 {
    margin-bottom: 3.25rem !important;
  }
  .sd-ml-xl-3_25,
  .sd-mx-xl-3_25 {
    margin-left: 3.25rem !important;
  }
  .sd-m-xl-3_5 {
    margin: 3.5rem !important;
  }
  .sd-mt-xl-3_5,
  .sd-my-xl-3_5 {
    margin-top: 3.5rem !important;
  }
  .sd-mr-xl-3_5,
  .sd-mx-xl-3_5 {
    margin-right: 3.5rem !important;
  }
  .sd-mb-xl-3_5,
  .sd-my-xl-3_5 {
    margin-bottom: 3.5rem !important;
  }
  .sd-ml-xl-3_5,
  .sd-mx-xl-3_5 {
    margin-left: 3.5rem !important;
  }
  .sd-m-xl-4 {
    margin: 4rem !important;
  }
  .sd-mt-xl-4,
  .sd-my-xl-4 {
    margin-top: 4rem !important;
  }
  .sd-mr-xl-4,
  .sd-mx-xl-4 {
    margin-right: 4rem !important;
  }
  .sd-mb-xl-4,
  .sd-my-xl-4 {
    margin-bottom: 4rem !important;
  }
  .sd-ml-xl-4,
  .sd-mx-xl-4 {
    margin-left: 4rem !important;
  }
  .sd-m-xl-5 {
    margin: 5rem !important;
  }
  .sd-mt-xl-5,
  .sd-my-xl-5 {
    margin-top: 5rem !important;
  }
  .sd-mr-xl-5,
  .sd-mx-xl-5 {
    margin-right: 5rem !important;
  }
  .sd-mb-xl-5,
  .sd-my-xl-5 {
    margin-bottom: 5rem !important;
  }
  .sd-ml-xl-5,
  .sd-mx-xl-5 {
    margin-left: 5rem !important;
  }
  .sd-m-xl-5_25 {
    margin: 5.25rem !important;
  }
  .sd-mt-xl-5_25,
  .sd-my-xl-5_25 {
    margin-top: 5.25rem !important;
  }
  .sd-mr-xl-5_25,
  .sd-mx-xl-5_25 {
    margin-right: 5.25rem !important;
  }
  .sd-mb-xl-5_25,
  .sd-my-xl-5_25 {
    margin-bottom: 5.25rem !important;
  }
  .sd-ml-xl-5_25,
  .sd-mx-xl-5_25 {
    margin-left: 5.25rem !important;
  }
  .sd-m-xl-5_5 {
    margin: 5.5rem !important;
  }
  .sd-mt-xl-5_5,
  .sd-my-xl-5_5 {
    margin-top: 5.5rem !important;
  }
  .sd-mr-xl-5_5,
  .sd-mx-xl-5_5 {
    margin-right: 5.5rem !important;
  }
  .sd-mb-xl-5_5,
  .sd-my-xl-5_5 {
    margin-bottom: 5.5rem !important;
  }
  .sd-ml-xl-5_5,
  .sd-mx-xl-5_5 {
    margin-left: 5.5rem !important;
  }
  .sd-m-xl-6 {
    margin: 6rem !important;
  }
  .sd-mt-xl-6,
  .sd-my-xl-6 {
    margin-top: 6rem !important;
  }
  .sd-mr-xl-6,
  .sd-mx-xl-6 {
    margin-right: 6rem !important;
  }
  .sd-mb-xl-6,
  .sd-my-xl-6 {
    margin-bottom: 6rem !important;
  }
  .sd-ml-xl-6,
  .sd-mx-xl-6 {
    margin-left: 6rem !important;
  }
  .sd-m-xl-8 {
    margin: 8rem !important;
  }
  .sd-mt-xl-8,
  .sd-my-xl-8 {
    margin-top: 8rem !important;
  }
  .sd-mr-xl-8,
  .sd-mx-xl-8 {
    margin-right: 8rem !important;
  }
  .sd-mb-xl-8,
  .sd-my-xl-8 {
    margin-bottom: 8rem !important;
  }
  .sd-ml-xl-8,
  .sd-mx-xl-8 {
    margin-left: 8rem !important;
  }
  .sd-m-xl-9 {
    margin: 9rem !important;
  }
  .sd-mt-xl-9,
  .sd-my-xl-9 {
    margin-top: 9rem !important;
  }
  .sd-mr-xl-9,
  .sd-mx-xl-9 {
    margin-right: 9rem !important;
  }
  .sd-mb-xl-9,
  .sd-my-xl-9 {
    margin-bottom: 9rem !important;
  }
  .sd-ml-xl-9,
  .sd-mx-xl-9 {
    margin-left: 9rem !important;
  }
  .sd-p-xl-0 {
    padding: 0 !important;
  }
  .sd-pt-xl-0,
  .sd-py-xl-0 {
    padding-top: 0 !important;
  }
  .sd-pr-xl-0,
  .sd-px-xl-0 {
    padding-right: 0 !important;
  }
  .sd-pb-xl-0,
  .sd-py-xl-0 {
    padding-bottom: 0 !important;
  }
  .sd-pl-xl-0,
  .sd-px-xl-0 {
    padding-left: 0 !important;
  }
  .sd-p-xl-0_25 {
    padding: 0.25rem !important;
  }
  .sd-pt-xl-0_25,
  .sd-py-xl-0_25 {
    padding-top: 0.25rem !important;
  }
  .sd-pr-xl-0_25,
  .sd-px-xl-0_25 {
    padding-right: 0.25rem !important;
  }
  .sd-pb-xl-0_25,
  .sd-py-xl-0_25 {
    padding-bottom: 0.25rem !important;
  }
  .sd-pl-xl-0_25,
  .sd-px-xl-0_25 {
    padding-left: 0.25rem !important;
  }
  .sd-p-xl-0_5 {
    padding: 0.5rem !important;
  }
  .sd-pt-xl-0_5,
  .sd-py-xl-0_5 {
    padding-top: 0.5rem !important;
  }
  .sd-pr-xl-0_5,
  .sd-px-xl-0_5 {
    padding-right: 0.5rem !important;
  }
  .sd-pb-xl-0_5,
  .sd-py-xl-0_5 {
    padding-bottom: 0.5rem !important;
  }
  .sd-pl-xl-0_5,
  .sd-px-xl-0_5 {
    padding-left: 0.5rem !important;
  }
  .sd-p-xl-0_75 {
    padding: 0.75rem !important;
  }
  .sd-pt-xl-0_75,
  .sd-py-xl-0_75 {
    padding-top: 0.75rem !important;
  }
  .sd-pr-xl-0_75,
  .sd-px-xl-0_75 {
    padding-right: 0.75rem !important;
  }
  .sd-pb-xl-0_75,
  .sd-py-xl-0_75 {
    padding-bottom: 0.75rem !important;
  }
  .sd-pl-xl-0_75,
  .sd-px-xl-0_75 {
    padding-left: 0.75rem !important;
  }
  .sd-p-xl-1 {
    padding: 1rem !important;
  }
  .sd-pt-xl-1,
  .sd-py-xl-1 {
    padding-top: 1rem !important;
  }
  .sd-pr-xl-1,
  .sd-px-xl-1 {
    padding-right: 1rem !important;
  }
  .sd-pb-xl-1,
  .sd-py-xl-1 {
    padding-bottom: 1rem !important;
  }
  .sd-pl-xl-1,
  .sd-px-xl-1 {
    padding-left: 1rem !important;
  }
  .sd-p-xl-1_125 {
    padding: 1.125rem !important;
  }
  .sd-pt-xl-1_125,
  .sd-py-xl-1_125 {
    padding-top: 1.125rem !important;
  }
  .sd-pr-xl-1_125,
  .sd-px-xl-1_125 {
    padding-right: 1.125rem !important;
  }
  .sd-pb-xl-1_125,
  .sd-py-xl-1_125 {
    padding-bottom: 1.125rem !important;
  }
  .sd-pl-xl-1_125,
  .sd-px-xl-1_125 {
    padding-left: 1.125rem !important;
  }
  .sd-p-xl-1_25 {
    padding: 1.25rem !important;
  }
  .sd-pt-xl-1_25,
  .sd-py-xl-1_25 {
    padding-top: 1.25rem !important;
  }
  .sd-pr-xl-1_25,
  .sd-px-xl-1_25 {
    padding-right: 1.25rem !important;
  }
  .sd-pb-xl-1_25,
  .sd-py-xl-1_25 {
    padding-bottom: 1.25rem !important;
  }
  .sd-pl-xl-1_25,
  .sd-px-xl-1_25 {
    padding-left: 1.25rem !important;
  }
  .sd-p-xl-1_5 {
    padding: 1.5rem !important;
  }
  .sd-pt-xl-1_5,
  .sd-py-xl-1_5 {
    padding-top: 1.5rem !important;
  }
  .sd-pr-xl-1_5,
  .sd-px-xl-1_5 {
    padding-right: 1.5rem !important;
  }
  .sd-pb-xl-1_5,
  .sd-py-xl-1_5 {
    padding-bottom: 1.5rem !important;
  }
  .sd-pl-xl-1_5,
  .sd-px-xl-1_5 {
    padding-left: 1.5rem !important;
  }
  .sd-p-xl-1_75 {
    padding: 1.75rem !important;
  }
  .sd-pt-xl-1_75,
  .sd-py-xl-1_75 {
    padding-top: 1.75rem !important;
  }
  .sd-pr-xl-1_75,
  .sd-px-xl-1_75 {
    padding-right: 1.75rem !important;
  }
  .sd-pb-xl-1_75,
  .sd-py-xl-1_75 {
    padding-bottom: 1.75rem !important;
  }
  .sd-pl-xl-1_75,
  .sd-px-xl-1_75 {
    padding-left: 1.75rem !important;
  }
  .sd-p-xl-2 {
    padding: 2rem !important;
  }
  .sd-pt-xl-2,
  .sd-py-xl-2 {
    padding-top: 2rem !important;
  }
  .sd-pr-xl-2,
  .sd-px-xl-2 {
    padding-right: 2rem !important;
  }
  .sd-pb-xl-2,
  .sd-py-xl-2 {
    padding-bottom: 2rem !important;
  }
  .sd-pl-xl-2,
  .sd-px-xl-2 {
    padding-left: 2rem !important;
  }
  .sd-p-xl-2_5 {
    padding: 2.5rem !important;
  }
  .sd-pt-xl-2_5,
  .sd-py-xl-2_5 {
    padding-top: 2.5rem !important;
  }
  .sd-pr-xl-2_5,
  .sd-px-xl-2_5 {
    padding-right: 2.5rem !important;
  }
  .sd-pb-xl-2_5,
  .sd-py-xl-2_5 {
    padding-bottom: 2.5rem !important;
  }
  .sd-pl-xl-2_5,
  .sd-px-xl-2_5 {
    padding-left: 2.5rem !important;
  }
  .sd-p-xl-2_75 {
    padding: 2.75rem !important;
  }
  .sd-pt-xl-2_75,
  .sd-py-xl-2_75 {
    padding-top: 2.75rem !important;
  }
  .sd-pr-xl-2_75,
  .sd-px-xl-2_75 {
    padding-right: 2.75rem !important;
  }
  .sd-pb-xl-2_75,
  .sd-py-xl-2_75 {
    padding-bottom: 2.75rem !important;
  }
  .sd-pl-xl-2_75,
  .sd-px-xl-2_75 {
    padding-left: 2.75rem !important;
  }
  .sd-p-xl-3 {
    padding: 3rem !important;
  }
  .sd-pt-xl-3,
  .sd-py-xl-3 {
    padding-top: 3rem !important;
  }
  .sd-pr-xl-3,
  .sd-px-xl-3 {
    padding-right: 3rem !important;
  }
  .sd-pb-xl-3,
  .sd-py-xl-3 {
    padding-bottom: 3rem !important;
  }
  .sd-pl-xl-3,
  .sd-px-xl-3 {
    padding-left: 3rem !important;
  }
  .sd-p-xl-3_25 {
    padding: 3.25rem !important;
  }
  .sd-pt-xl-3_25,
  .sd-py-xl-3_25 {
    padding-top: 3.25rem !important;
  }
  .sd-pr-xl-3_25,
  .sd-px-xl-3_25 {
    padding-right: 3.25rem !important;
  }
  .sd-pb-xl-3_25,
  .sd-py-xl-3_25 {
    padding-bottom: 3.25rem !important;
  }
  .sd-pl-xl-3_25,
  .sd-px-xl-3_25 {
    padding-left: 3.25rem !important;
  }
  .sd-p-xl-3_5 {
    padding: 3.5rem !important;
  }
  .sd-pt-xl-3_5,
  .sd-py-xl-3_5 {
    padding-top: 3.5rem !important;
  }
  .sd-pr-xl-3_5,
  .sd-px-xl-3_5 {
    padding-right: 3.5rem !important;
  }
  .sd-pb-xl-3_5,
  .sd-py-xl-3_5 {
    padding-bottom: 3.5rem !important;
  }
  .sd-pl-xl-3_5,
  .sd-px-xl-3_5 {
    padding-left: 3.5rem !important;
  }
  .sd-p-xl-4 {
    padding: 4rem !important;
  }
  .sd-pt-xl-4,
  .sd-py-xl-4 {
    padding-top: 4rem !important;
  }
  .sd-pr-xl-4,
  .sd-px-xl-4 {
    padding-right: 4rem !important;
  }
  .sd-pb-xl-4,
  .sd-py-xl-4 {
    padding-bottom: 4rem !important;
  }
  .sd-pl-xl-4,
  .sd-px-xl-4 {
    padding-left: 4rem !important;
  }
  .sd-p-xl-5 {
    padding: 5rem !important;
  }
  .sd-pt-xl-5,
  .sd-py-xl-5 {
    padding-top: 5rem !important;
  }
  .sd-pr-xl-5,
  .sd-px-xl-5 {
    padding-right: 5rem !important;
  }
  .sd-pb-xl-5,
  .sd-py-xl-5 {
    padding-bottom: 5rem !important;
  }
  .sd-pl-xl-5,
  .sd-px-xl-5 {
    padding-left: 5rem !important;
  }
  .sd-p-xl-5_25 {
    padding: 5.25rem !important;
  }
  .sd-pt-xl-5_25,
  .sd-py-xl-5_25 {
    padding-top: 5.25rem !important;
  }
  .sd-pr-xl-5_25,
  .sd-px-xl-5_25 {
    padding-right: 5.25rem !important;
  }
  .sd-pb-xl-5_25,
  .sd-py-xl-5_25 {
    padding-bottom: 5.25rem !important;
  }
  .sd-pl-xl-5_25,
  .sd-px-xl-5_25 {
    padding-left: 5.25rem !important;
  }
  .sd-p-xl-5_5 {
    padding: 5.5rem !important;
  }
  .sd-pt-xl-5_5,
  .sd-py-xl-5_5 {
    padding-top: 5.5rem !important;
  }
  .sd-pr-xl-5_5,
  .sd-px-xl-5_5 {
    padding-right: 5.5rem !important;
  }
  .sd-pb-xl-5_5,
  .sd-py-xl-5_5 {
    padding-bottom: 5.5rem !important;
  }
  .sd-pl-xl-5_5,
  .sd-px-xl-5_5 {
    padding-left: 5.5rem !important;
  }
  .sd-p-xl-6 {
    padding: 6rem !important;
  }
  .sd-pt-xl-6,
  .sd-py-xl-6 {
    padding-top: 6rem !important;
  }
  .sd-pr-xl-6,
  .sd-px-xl-6 {
    padding-right: 6rem !important;
  }
  .sd-pb-xl-6,
  .sd-py-xl-6 {
    padding-bottom: 6rem !important;
  }
  .sd-pl-xl-6,
  .sd-px-xl-6 {
    padding-left: 6rem !important;
  }
  .sd-p-xl-8 {
    padding: 8rem !important;
  }
  .sd-pt-xl-8,
  .sd-py-xl-8 {
    padding-top: 8rem !important;
  }
  .sd-pr-xl-8,
  .sd-px-xl-8 {
    padding-right: 8rem !important;
  }
  .sd-pb-xl-8,
  .sd-py-xl-8 {
    padding-bottom: 8rem !important;
  }
  .sd-pl-xl-8,
  .sd-px-xl-8 {
    padding-left: 8rem !important;
  }
  .sd-p-xl-9 {
    padding: 9rem !important;
  }
  .sd-pt-xl-9,
  .sd-py-xl-9 {
    padding-top: 9rem !important;
  }
  .sd-pr-xl-9,
  .sd-px-xl-9 {
    padding-right: 9rem !important;
  }
  .sd-pb-xl-9,
  .sd-py-xl-9 {
    padding-bottom: 9rem !important;
  }
  .sd-pl-xl-9,
  .sd-px-xl-9 {
    padding-left: 9rem !important;
  }
  .sd-m-xl-auto {
    margin: auto !important;
  }
  .sd-mt-xl-auto,
  .sd-my-xl-auto {
    margin-top: auto !important;
  }
  .sd-mr-xl-auto,
  .sd-mx-xl-auto {
    margin-right: auto !important;
  }
  .sd-mb-xl-auto,
  .sd-my-xl-auto {
    margin-bottom: auto !important;
  }
  .sd-ml-xl-auto,
  .sd-mx-xl-auto {
    margin-left: auto !important;
  }
}
.overflow-hidden {
  overflow: hidden;
}

.overflow-auto {
  overflow: auto;
}

.position-relative {
  position: relative;
}

.content-visibility {
  content-visibility: auto;
}

.overflow-wrapper {
  padding: 0 !important;
}

.overflow-wrapper > * {
  padding-right: 15px;
  padding-left: 15px;
}
.overflow-wrapper > * .overflow-auto {
  padding-left: 15px;
}

.overflow-element:last-of-type {
  margin-right: 15px;
}

/**
  Original Bootstrap SASS files
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: rgb(129.0176, 150.3104, 159.1824);
  --gray-dark: #364247;
  --primary-light: rgb(209.2, 241.8, 222.8);
  --primary-lighter: rgb(232.1, 248.4, 238.9);
  --primary-dark: rgb(23.4, 170.1, 84.6);
  --accent-light: rgb(161, 211.8, 233);
  --accent-lighter: rgb(208, 233.4, 244);
  --warning-light: rgb(251.8, 228.6, 217.8);
  --danger-light: rgb(247.4, 220.6, 219.8);
  --primary: #1abd5e;
  --secondary: #fff;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ef7b45;
  --danger: #d9534f;
  --light: rgb(251.9905, 251.9905, 251.9905);
  --dark: #364247;
  --accent: #1493c8;
  --breakpoint-xs: 0;
  --breakpoint-xsm: 376px;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "ProximaNova";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #364247;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #1abd5e;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: rgb(23.4, 170.1, 84.6);
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: rgb(129.0176, 150.3104, 159.1824);
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: "SofiaPro";
  font-weight: 700;
  line-height: 1.2;
  color: #364247;
}

h1, .h1 {
  font-size: 2rem;
}

h2, .h2 {
  font-size: 1.5rem;
}

h3, .h3 {
  font-size: 1.5rem;
}

h4, .h4 {
  font-size: 1rem;
}

h5, .h5 {
  font-size: 1rem;
}

h6, .h6 {
  font-size: 0.875rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgb(230.4056, 234.5624, 236.2944);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: rgb(129.0176, 150.3104, 159.1824);
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid rgb(230.4056, 234.5624, 236.2944);
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: rgb(129.0176, 150.3104, 159.1824);
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container-xsm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container-xsm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container-xsm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container-xsm, .container {
    max-width: 1200px;
  }
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col-xsm,
.col-xsm-auto, .col-xsm-12, .col-xsm-11, .col-xsm-10, .col-xsm-9, .col-xsm-8, .col-xsm-7, .col-xsm-6, .col-xsm-5, .col-xsm-4, .col-xsm-3, .col-xsm-2, .col-xsm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.3333333333%;
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  -ms-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  -ms-flex: 0 0 91.6666666667%;
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 376px) {
  .col-xsm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xsm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xsm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xsm-3 > * {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xsm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xsm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xsm-6 > * {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xsm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xsm-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xsm-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xsm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xsm-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xsm-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xsm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xsm-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xsm-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xsm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xsm-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xsm-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xsm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xsm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xsm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xsm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xsm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xsm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xsm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xsm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xsm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xsm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xsm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xsm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xsm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xsm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xsm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xsm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xsm-0 {
    margin-left: 0;
  }
  .offset-xsm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xsm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xsm-3 {
    margin-left: 25%;
  }
  .offset-xsm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xsm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xsm-6 {
    margin-left: 50%;
  }
  .offset-xsm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xsm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xsm-9 {
    margin-left: 75%;
  }
  .offset-xsm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xsm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #364247;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid rgb(230.4056, 234.5624, 236.2944);
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid rgb(230.4056, 234.5624, 236.2944);
}
.table tbody + tbody {
  border-top: 2px solid rgb(230.4056, 234.5624, 236.2944);
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid rgb(230.4056, 234.5624, 236.2944);
}
.table-bordered th,
.table-bordered td {
  border: 1px solid rgb(230.4056, 234.5624, 236.2944);
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #fff;
}

.table-hover tbody tr:hover {
  color: #364247;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgb(190.88, 236.52, 209.92);
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: rgb(135.92, 220.68, 171.28);
}

.table-hover .table-primary:hover {
  background-color: rgb(171.0850847458, 230.8149152542, 196.0030508475);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(171.0850847458, 230.8149152542, 196.0030508475);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: white;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: white;
}

.table-hover .table-secondary:hover {
  background-color: rgb(242.25, 242.25, 242.25);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(242.25, 242.25, 242.25);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(194.8, 230.36, 202.92);
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: rgb(143.2, 209.24, 158.28);
}

.table-hover .table-success:hover {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(190.04, 228.96, 235.12);
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: rgb(134.36, 206.64, 218.08);
}

.table-hover .table-info:hover {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(250.52, 218.04, 202.92);
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: rgb(246.68, 186.36, 158.28);
}

.table-hover .table-warning:hover {
  background-color: rgb(248.5001980198, 201.3766336634, 179.4398019802);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(248.5001980198, 201.3766336634, 179.4398019802);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(244.36, 206.84, 205.72);
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: rgb(235.24, 165.56, 163.48);
}

.table-hover .table-danger:hover {
  background-color: rgb(239.8319626168, 186.3446728972, 184.7480373832);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(239.8319626168, 186.3446728972, 184.7480373832);
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: rgb(254.15734, 254.15734, 254.15734);
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: rgb(253.43506, 253.43506, 253.43506);
}

.table-hover .table-light:hover {
  background-color: rgb(241.40734, 241.40734, 241.40734);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgb(241.40734, 241.40734, 241.40734);
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(198.72, 202.08, 203.48);
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: rgb(150.48, 156.72, 159.32);
}

.table-hover .table-dark:hover {
  background-color: rgb(185.407012987, 189.5618181818, 191.292987013);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgb(185.407012987, 189.5618181818, 191.292987013);
}

.table-accent,
.table-accent > th,
.table-accent > td {
  background-color: rgb(189.2, 224.76, 239.6);
}
.table-accent th,
.table-accent td,
.table-accent thead th,
.table-accent tbody + tbody {
  border-color: rgb(132.8, 198.84, 226.4);
}

.table-hover .table-accent:hover {
  background-color: rgb(168.5362068966, 215.2634482759, 234.7637931034);
}
.table-hover .table-accent:hover > td,
.table-hover .table-accent:hover > th {
  background-color: rgb(168.5362068966, 215.2634482759, 234.7637931034);
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #364247;
  border-color: rgb(70.524, 86.196, 92.726);
}
.table .thead-light th {
  color: rgb(98.064, 119.856, 128.936);
  background-color: rgb(230.4056, 234.5624, 236.2944);
  border-color: rgb(230.4056, 234.5624, 236.2944);
}

.table-dark {
  color: #fff;
  background-color: #364247;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: rgb(70.524, 86.196, 92.726);
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 375.98px) {
  .table-responsive-xsm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xsm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #364247;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgb(210.128, 217.712, 220.872);
  border-radius: 2px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #364247;
}
.form-control:focus {
  color: #364247;
  background-color: #fff;
  border-color: rgb(107.7558139535, 234.7441860465, 160.7325581395);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(209.2, 241.8, 222.8);
}
.form-control::-webkit-input-placeholder {
  color: rgb(163.7792, 179.1968, 185.6208);
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: rgb(163.7792, 179.1968, 185.6208);
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: rgb(163.7792, 179.1968, 185.6208);
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: rgb(163.7792, 179.1968, 185.6208);
  opacity: 1;
}
.form-control::placeholder {
  color: rgb(163.7792, 179.1968, 185.6208);
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: rgb(230.4056, 234.5624, 236.2944);
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select.form-control:focus::-ms-value {
  color: #364247;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.75rem + 1px);
  padding-bottom: calc(0.75rem + 1px);
  font-size: 1.125rem;
  line-height: 1.44444444;
}

.col-form-label-sm {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  font-size: 0.875rem;
  line-height: 1.42857143;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #364247;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.42857143em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.42857143;
  border-radius: 2px;
}

.form-control-lg {
  height: calc(1.44444444em + 1.5rem + 2px);
  padding: 0.75rem 0.75rem;
  font-size: 1.125rem;
  line-height: 1.44444444;
  border-radius: 2px;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1.4375rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: rgb(129.0176, 150.3104, 159.1824);
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.75rem 1rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: #28a745;
  border-radius: 0.25rem;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(51.6956521739, 206.3043478261, 87);
  background-color: rgb(51.6956521739, 206.3043478261, 87);
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #d9534f;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.75rem 1rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: #d9534f;
  border-radius: 0.25rem;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #d9534f;
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #d9534f;
  box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.25);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #d9534f;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #d9534f;
  box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #d9534f;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #d9534f;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #d9534f;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: rgb(226.0560747664, 123.9906542056, 120.9439252336);
  background-color: rgb(226.0560747664, 123.9906542056, 120.9439252336);
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #d9534f;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #d9534f;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #d9534f;
  box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.25);
}

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-family: "SofiaPro";
  font-weight: 400;
  color: #364247;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.625rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #364247;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(209.2, 241.8, 222.8);
}
.btn.disabled, .btn:disabled {
  opacity: 0.5;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #1abd5e;
  border-color: #1abd5e;
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(21.3744186047, 155.3755813953, 77.276744186);
  border-color: rgb(19.8325581395, 144.1674418605, 71.7023255814);
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: rgb(21.3744186047, 155.3755813953, 77.276744186);
  border-color: rgb(19.8325581395, 144.1674418605, 71.7023255814);
  box-shadow: 0 0 0 0.2rem rgba(60.35, 198.9, 118.15, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #1abd5e;
  border-color: #1abd5e;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(19.8325581395, 144.1674418605, 71.7023255814);
  border-color: rgb(18.2906976744, 132.9593023256, 66.1279069767);
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(60.35, 198.9, 118.15, 0.5);
}

.btn-secondary {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-secondary:hover {
  color: #212529;
  background-color: rgb(235.875, 235.875, 235.875);
  border-color: rgb(229.5, 229.5, 229.5);
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #212529;
  background-color: rgb(235.875, 235.875, 235.875);
  border-color: rgb(229.5, 229.5, 229.5);
  box-shadow: 0 0 0 0.2rem rgba(221.7, 222.3, 222.9, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #212529;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(223.125, 223.125, 223.125);
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(221.7, 222.3, 222.9, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(32.6086956522, 136.1413043478, 56.25);
  border-color: rgb(30.1449275362, 125.8550724638, 52);
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: rgb(32.6086956522, 136.1413043478, 56.25);
  border-color: rgb(30.1449275362, 125.8550724638, 52);
  box-shadow: 0 0 0 0.2rem rgba(72.25, 180.2, 96.9, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(30.1449275362, 125.8550724638, 52);
  border-color: rgb(27.6811594203, 115.5688405797, 47.75);
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72.25, 180.2, 96.9, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  border-color: rgb(15.9166666667, 112.1086956522, 127.3333333333);
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ef7b45;
  border-color: #ef7b45;
}
.btn-warning:hover {
  color: #fff;
  background-color: rgb(235.9702970297, 98.004950495, 33.7797029703);
  border-color: rgb(234.9603960396, 89.6732673267, 22.0396039604);
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: rgb(235.9702970297, 98.004950495, 33.7797029703);
  border-color: rgb(234.9603960396, 89.6732673267, 22.0396039604);
  box-shadow: 0 0 0 0.2rem rgba(208.1, 110.1, 64.8, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ef7b45;
  border-color: #ef7b45;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: rgb(234.9603960396, 89.6732673267, 22.0396039604);
  border-color: rgb(224.9034653465, 84.6410891089, 19.3465346535);
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(208.1, 110.1, 64.8, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(210.2079439252, 52.2570093458, 47.5420560748);
  border-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: rgb(210.2079439252, 52.2570093458, 47.5420560748);
  border-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
  box-shadow: 0 0 0 0.2rem rgba(222.7, 108.8, 105.4, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
  border-color: rgb(191.0093457944, 45.5817757009, 41.2406542056);
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222.7, 108.8, 105.4, 0.5);
}

.btn-light {
  color: #212529;
  background-color: rgb(251.9905, 251.9905, 251.9905);
  border-color: rgb(251.9905, 251.9905, 251.9905);
}
.btn-light:hover {
  color: #212529;
  background-color: rgb(232.8655, 232.8655, 232.8655);
  border-color: rgb(226.4905, 226.4905, 226.4905);
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: rgb(232.8655, 232.8655, 232.8655);
  border-color: rgb(226.4905, 226.4905, 226.4905);
  box-shadow: 0 0 0 0.2rem rgba(219.141925, 219.741925, 220.341925, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: rgb(251.9905, 251.9905, 251.9905);
  border-color: rgb(251.9905, 251.9905, 251.9905);
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: rgb(226.4905, 226.4905, 226.4905);
  border-color: rgb(220.1155, 220.1155, 220.1155);
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(219.141925, 219.741925, 220.341925, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #364247;
  border-color: #364247;
}
.btn-dark:hover {
  color: #fff;
  background-color: rgb(37.476, 45.804, 49.274);
  border-color: rgb(31.968, 39.072, 42.032);
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: rgb(37.476, 45.804, 49.274);
  border-color: rgb(31.968, 39.072, 42.032);
  box-shadow: 0 0 0 0.2rem rgba(84.15, 94.35, 98.6, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #364247;
  border-color: #364247;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(31.968, 39.072, 42.032);
  border-color: rgb(26.46, 32.34, 34.79);
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(84.15, 94.35, 98.6, 0.5);
}

.btn-accent {
  color: #fff;
  background-color: #1493c8;
  border-color: #1493c8;
}
.btn-accent:hover {
  color: #fff;
  background-color: rgb(16.5227272727, 121.4420454545, 165.2272727273);
  border-color: rgb(15.3636363636, 112.9227272727, 153.6363636364);
}
.btn-accent:focus, .btn-accent.focus {
  color: #fff;
  background-color: rgb(16.5227272727, 121.4420454545, 165.2272727273);
  border-color: rgb(15.3636363636, 112.9227272727, 153.6363636364);
  box-shadow: 0 0 0 0.2rem rgba(55.25, 163.2, 208.25, 0.5);
}
.btn-accent.disabled, .btn-accent:disabled {
  color: #fff;
  background-color: #1493c8;
  border-color: #1493c8;
}
.btn-accent:not(:disabled):not(.disabled):active, .btn-accent:not(:disabled):not(.disabled).active, .show > .btn-accent.dropdown-toggle {
  color: #fff;
  background-color: rgb(15.3636363636, 112.9227272727, 153.6363636364);
  border-color: rgb(14.2045454545, 104.4034090909, 142.0454545455);
}
.btn-accent:not(:disabled):not(.disabled):active:focus, .btn-accent:not(:disabled):not(.disabled).active:focus, .show > .btn-accent.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(55.25, 163.2, 208.25, 0.5);
}

.btn-outline-primary {
  color: #1abd5e;
  border-color: #1abd5e;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #1abd5e;
  border-color: #1abd5e;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(26, 189, 94, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #1abd5e;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #1abd5e;
  border-color: #1abd5e;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(26, 189, 94, 0.5);
}

.btn-outline-secondary {
  color: #fff;
  border-color: #fff;
}
.btn-outline-secondary:hover {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #fff;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ef7b45;
  border-color: #ef7b45;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ef7b45;
  border-color: #ef7b45;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(239, 123, 69, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ef7b45;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ef7b45;
  border-color: #ef7b45;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(239, 123, 69, 0.5);
}

.btn-outline-danger {
  color: #d9534f;
  border-color: #d9534f;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #d9534f;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.5);
}

.btn-outline-light {
  color: rgb(251.9905, 251.9905, 251.9905);
  border-color: rgb(251.9905, 251.9905, 251.9905);
}
.btn-outline-light:hover {
  color: #212529;
  background-color: rgb(251.9905, 251.9905, 251.9905);
  border-color: rgb(251.9905, 251.9905, 251.9905);
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(251.9905, 251.9905, 251.9905, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: rgb(251.9905, 251.9905, 251.9905);
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: rgb(251.9905, 251.9905, 251.9905);
  border-color: rgb(251.9905, 251.9905, 251.9905);
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(251.9905, 251.9905, 251.9905, 0.5);
}

.btn-outline-dark {
  color: #364247;
  border-color: #364247;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #364247;
  border-color: #364247;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(54, 66, 71, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #364247;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #364247;
  border-color: #364247;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(54, 66, 71, 0.5);
}

.btn-outline-accent {
  color: #1493c8;
  border-color: #1493c8;
}
.btn-outline-accent:hover {
  color: #fff;
  background-color: #1493c8;
  border-color: #1493c8;
}
.btn-outline-accent:focus, .btn-outline-accent.focus {
  box-shadow: 0 0 0 0.2rem rgba(20, 147, 200, 0.5);
}
.btn-outline-accent.disabled, .btn-outline-accent:disabled {
  color: #1493c8;
  background-color: transparent;
}
.btn-outline-accent:not(:disabled):not(.disabled):active, .btn-outline-accent:not(:disabled):not(.disabled).active, .show > .btn-outline-accent.dropdown-toggle {
  color: #fff;
  background-color: #1493c8;
  border-color: #1493c8;
}
.btn-outline-accent:not(:disabled):not(.disabled):active:focus, .btn-outline-accent:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-accent.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(20, 147, 200, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #1abd5e;
  text-decoration: none;
}
.btn-link:hover {
  color: rgb(23.4, 170.1, 84.6);
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: rgb(129.0176, 150.3104, 159.1824);
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.90625rem 2rem;
  font-size: 1.125rem;
  line-height: 1.44444444;
  border-radius: 0.25rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.275rem 0.65rem;
  font-size: 0.875rem;
  line-height: 1.42857143;
  border-radius: 0.25rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

@media (min-width: 768px) {
  .btn-wide-md {
    min-width: 280px;
  }
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #364247;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 376px) {
  .dropdown-menu-xsm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xsm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgb(239.096, 241.784, 242.904);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 1rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: rgb(21.6283783784, 24.25, 26.8716216216);
  text-decoration: none;
  background-color: rgb(239.096, 241.784, 242.904);
}
.dropdown-item.active, .dropdown-item:active {
  color: #1abd5e;
  text-decoration: none;
  background-color: rgb(209.2, 241.8, 222.8);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: rgb(163.7792, 179.1968, 185.6208);
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: rgb(129.0176, 150.3104, 159.1824);
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 1rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.4875rem;
  padding-left: 0.4875rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -ms-flexbox;
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #364247;
  text-align: center;
  white-space: nowrap;
  background-color: rgb(239.096, 241.784, 242.904);
  border: 1px solid rgb(210.128, 217.712, 220.872);
  border-radius: 2px;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.44444444em + 1.5rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.75rem 0.75rem;
  font-size: 1.125rem;
  line-height: 1.44444444;
  border-radius: 2px;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.42857143em + 0.75rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.42857143;
  border-radius: 2px;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #1abd5e;
  border-color: #fff;
  background-color: #fff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px rgb(210.128, 217.712, 220.872);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgb(107.7558139535, 234.7441860465, 160.7325581395);
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #1abd5e;
  background-color: rgb(152.588372093, 240.911627907, 189.4348837209);
  border-color: rgb(152.588372093, 240.911627907, 189.4348837209);
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: rgb(129.0176, 150.3104, 159.1824);
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: rgb(230.4056, 234.5624, 236.2944);
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: rgb(163.7792, 179.1968, 185.6208) solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/100% no-repeat;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 2px;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='10' viewBox='0 -1 12 12'%3E%3Cpath fill='%2319AD4A' fill-rule='nonzero' d='M2.355 4.463a1.419 1.419 0 0 0-2.006.14 1.43 1.43 0 0 0 .14 2.013L3.968 9.65a1.42 1.42 0 0 0 2.045-.188l5.677-7.146a1.43 1.43 0 0 0-.226-2.005 1.419 1.419 0 0 0-1.998.227L4.714 6.52 2.355 4.463z'/%3E%3C/svg%3E%0A");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: rgb(209.2, 241.8, 222.8);
  background-color: rgb(209.2, 241.8, 222.8);
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(26, 189, 94, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(26, 189, 94, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%231abd5e'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(26, 189, 94, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: rgb(163.7792, 179.1968, 185.6208);
  border-radius: 0.5rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(26, 189, 94, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #364247;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23364247' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid rgb(210.128, 217.712, 220.872);
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-select:focus {
  border-color: rgb(107.7558139535, 234.7441860465, 160.7325581395);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(209.2, 241.8, 222.8, 0.25);
}
.custom-select:focus::-ms-value {
  color: #364247;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: rgb(129.0176, 150.3104, 159.1824);
  background-color: rgb(239.096, 241.784, 242.904);
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #364247;
}

.custom-select-sm {
  height: calc(1.42857143em + 0.75rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  padding-left: 0.75rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.44444444em + 1.5rem + 2px);
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0.75rem;
  font-size: 1.125rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: rgb(107.7558139535, 234.7441860465, 160.7325581395);
  box-shadow: 0 0 0 0.2rem rgb(209.2, 241.8, 222.8);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: rgb(230.4056, 234.5624, 236.2944);
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #364247;
  background-color: #fff;
  border: 1px solid rgb(210.128, 217.712, 220.872);
  border-radius: 2px;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #364247;
  content: "Browse";
  background-color: rgb(239.096, 241.784, 242.904);
  border-left: inherit;
  border-radius: 0 2px 2px 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgb(209.2, 241.8, 222.8);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgb(209.2, 241.8, 222.8);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgb(209.2, 241.8, 222.8);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: rgb(209.2, 241.8, 222.8);
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: white;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: rgb(230.4056, 234.5624, 236.2944);
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: rgb(209.2, 241.8, 222.8);
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: white;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: rgb(230.4056, 234.5624, 236.2944);
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: rgb(209.2, 241.8, 222.8);
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: white;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: rgb(230.4056, 234.5624, 236.2944);
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: rgb(230.4056, 234.5624, 236.2944);
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: rgb(163.7792, 179.1968, 185.6208);
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: rgb(163.7792, 179.1968, 185.6208);
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: rgb(163.7792, 179.1968, 185.6208);
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.8rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: rgb(129.0176, 150.3104, 159.1824);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid rgb(210.128, 217.712, 220.872);
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: transparent;
}
.nav-tabs .nav-link.disabled {
  color: rgb(129.0176, 150.3104, 159.1824);
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #364247;
  background-color: rgb(239.096, 241.784, 242.904);
  border-color: rgb(210.128, 217.712, 220.872) rgb(210.128, 217.712, 220.872) rgb(239.096, 241.784, 242.904);
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #1abd5e;
  background-color: rgb(209.2, 241.8, 222.8);
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-right: 1rem;
  font-size: 1.125rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 0;
  margin-right: -12px;
  padding-right: 12px;
  padding-left: 12px;
  margin-left: -12px;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.125rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 375.98px) {
  .navbar-expand-xsm > .container,
  .navbar-expand-xsm > .container-fluid,
  .navbar-expand-xsm > .container-sm,
  .navbar-expand-xsm > .container-md,
  .navbar-expand-xsm > .container-lg,
  .navbar-expand-xsm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 376px) {
  .navbar-expand-xsm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xsm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xsm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xsm .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
  }
  .navbar-expand-xsm > .container,
  .navbar-expand-xsm > .container-fluid,
  .navbar-expand-xsm > .container-sm,
  .navbar-expand-xsm > .container-md,
  .navbar-expand-xsm > .container-lg,
  .navbar-expand-xsm > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xsm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xsm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xsm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: #364247;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: #364247;
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: #364247;
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23364247' fill-rule='nonzero' d='M2.5 6a.5.5 0 1 1 0-1h19a.5.5 0 1 1 0 1h-19zm0 6.5a.5.5 0 0 1 0-1h19a.5.5 0 1 1 0 1h-19zm0 6.5a.5.5 0 1 1 0-1h19a.5.5 0 1 1 0 1h-19z'/%3E%3C/svg%3E%0A");
}
.navbar-light .navbar-text {
  color: #364247;
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 4px;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: subtract(4px, 1px);
  border-top-right-radius: subtract(4px, 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: subtract(4px, 1px);
  border-bottom-left-radius: subtract(4px, 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 1.375rem;
}

.card-subtitle {
  margin-top: -0.6875rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 1.375rem 1.25rem;
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: subtract(4px, 1px) subtract(4px, 1px) 0 0;
}

.card-footer {
  padding: 1.375rem 1.25rem;
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 subtract(4px, 1px) subtract(4px, 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -1.375rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: subtract(4px, 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: subtract(4px, 1px);
  border-top-right-radius: subtract(4px, 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: subtract(4px, 1px);
  border-bottom-left-radius: subtract(4px, 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 1.375rem;
}
@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: rgb(239.096, 241.784, 242.904);
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: rgb(129.0176, 150.3104, 159.1824);
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: rgb(129.0176, 150.3104, 159.1824);
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.375rem 0.6rem;
  margin-left: 0;
  line-height: 1.2rem;
  color: #364247;
  background-color: transparent;
  border: 0 solid transparent;
}
.page-link:hover {
  z-index: 2;
  color: #364247;
  text-decoration: none;
  background-color: rgb(239.096, 241.784, 242.904);
  border-color: rgb(239.096, 241.784, 242.904);
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(209.2, 241.8, 222.8);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #1abd5e;
  background-color: rgb(209.2, 241.8, 222.8);
  border-color: transparent;
}
.page-item.disabled .page-link {
  color: rgb(129.0176, 150.3104, 159.1824);
  pointer-events: none;
  cursor: auto;
  background-color: transparent;
  border-color: rgb(210.128, 217.712, 220.872);
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.125rem;
  line-height: 1.44444444;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.42857143;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.badge {
  display: inline-block;
  padding: 3px 10px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #1abd5e;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: rgb(19.8325581395, 144.1674418605, 71.7023255814);
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(26, 189, 94, 0.5);
}

.badge-secondary {
  color: #212529;
  background-color: #fff;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #212529;
  background-color: rgb(229.5, 229.5, 229.5);
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: rgb(30.1449275362, 125.8550724638, 52);
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ef7b45;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: rgb(234.9603960396, 89.6732673267, 22.0396039604);
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(239, 123, 69, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #d9534f;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.5);
}

.badge-light {
  color: #212529;
  background-color: rgb(251.9905, 251.9905, 251.9905);
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: rgb(226.4905, 226.4905, 226.4905);
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(251.9905, 251.9905, 251.9905, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #364247;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: rgb(31.968, 39.072, 42.032);
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(54, 66, 71, 0.5);
}

.badge-accent {
  color: #fff;
  background-color: #1493c8;
}
a.badge-accent:hover, a.badge-accent:focus {
  color: #fff;
  background-color: rgb(15.3636363636, 112.9227272727, 153.6363636364);
}
a.badge-accent:focus, a.badge-accent.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(20, 147, 200, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: rgb(209.2, 241.8, 222.8);
  border-radius: 0.25rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: rgb(13.52, 98.28, 48.88);
  background-color: rgb(209.2, 241.8, 222.8);
  border-color: rgb(190.88, 236.52, 209.92);
}
.alert-primary hr {
  border-top-color: rgb(171.0850847458, 230.8149152542, 196.0030508475);
}
.alert-primary .alert-link {
  color: rgb(7.3525581395, 53.4474418605, 26.5823255814);
}

.alert-secondary {
  color: rgb(132.6, 132.6, 132.6);
  background-color: white;
  border-color: white;
}
.alert-secondary hr {
  border-top-color: rgb(242.25, 242.25, 242.25);
}
.alert-secondary .alert-link {
  color: rgb(107.1, 107.1, 107.1);
}

.alert-success {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(212, 237.4, 217.8);
  border-color: rgb(194.8, 230.36, 202.92);
}
.alert-success hr {
  border-top-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.alert-success .alert-link {
  color: rgb(10.9449275362, 45.6950724638, 18.88);
}

.alert-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(208.6, 236.4, 240.8);
  border-color: rgb(190.04, 228.96, 235.12);
}
.alert-info hr {
  border-top-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.alert-info .alert-link {
  color: rgb(6.2933333333, 44.3269565217, 50.3466666667);
}

.alert-warning {
  color: rgb(124.28, 63.96, 35.88);
  background-color: rgb(251.8, 228.6, 217.8);
  border-color: rgb(250.52, 218.04, 202.92);
}
.alert-warning hr {
  border-top-color: rgb(248.5001980198, 201.3766336634, 179.4398019802);
}
.alert-warning .alert-link {
  color: rgb(84.7053246753, 43.5931168831, 24.4546753247);
}

.alert-danger {
  color: rgb(112.84, 43.16, 41.08);
  background-color: rgb(247.4, 220.6, 219.8);
  border-color: rgb(244.36, 206.84, 205.72);
}
.alert-danger hr {
  border-top-color: rgb(239.8319626168, 186.3446728972, 184.7480373832);
}
.alert-danger .alert-link {
  color: rgb(75.4514864865, 28.8593243243, 27.4685135135);
}

.alert-light {
  color: rgb(131.03506, 131.03506, 131.03506);
  background-color: rgb(254.3981, 254.3981, 254.3981);
  border-color: rgb(254.15734, 254.15734, 254.15734);
}
.alert-light hr {
  border-top-color: rgb(241.40734, 241.40734, 241.40734);
}
.alert-light .alert-link {
  color: rgb(105.53506, 105.53506, 105.53506);
}

.alert-dark {
  color: rgb(28.08, 34.32, 36.92);
  background-color: rgb(214.8, 217.2, 218.2);
  border-color: rgb(198.72, 202.08, 203.48);
}
.alert-dark hr {
  border-top-color: rgb(185.407012987, 189.5618181818, 191.292987013);
}
.alert-dark .alert-link {
  color: rgb(6.048, 7.392, 7.952);
}

.alert-accent {
  color: rgb(10.4, 76.44, 104);
  background-color: rgb(208, 233.4, 244);
  border-color: rgb(189.2, 224.76, 239.6);
}
.alert-accent hr {
  border-top-color: rgb(168.5362068966, 215.2634482759, 234.7637931034);
}
.alert-accent .alert-link {
  color: rgb(5.7636363636, 42.3627272727, 57.6363636364);
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: rgb(239.096, 241.784, 242.904);
  border-radius: 8px;
}

.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #1abd5e;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -ms-flex: 1;
  flex: 1;
}

.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-item-action {
  width: 100%;
  color: rgb(98.064, 119.856, 128.936);
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: rgb(98.064, 119.856, 128.936);
  text-decoration: none;
  background-color: rgb(251.9905, 251.9905, 251.9905);
}
.list-group-item-action:active {
  color: #364247;
  background-color: rgb(239.096, 241.784, 242.904);
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: rgb(129.0176, 150.3104, 159.1824);
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #1abd5e;
  background-color: rgb(209.2, 241.8, 222.8);
  border-color: rgb(209.2, 241.8, 222.8);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  -ms-flex-direction: row;
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 376px) {
  .list-group-horizontal-xsm {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-xsm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xsm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xsm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xsm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xsm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: rgb(13.52, 98.28, 48.88);
  background-color: rgb(190.88, 236.52, 209.92);
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: rgb(13.52, 98.28, 48.88);
  background-color: rgb(171.0850847458, 230.8149152542, 196.0030508475);
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(13.52, 98.28, 48.88);
  border-color: rgb(13.52, 98.28, 48.88);
}

.list-group-item-secondary {
  color: rgb(132.6, 132.6, 132.6);
  background-color: white;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: rgb(132.6, 132.6, 132.6);
  background-color: rgb(242.25, 242.25, 242.25);
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132.6, 132.6, 132.6);
  border-color: rgb(132.6, 132.6, 132.6);
}

.list-group-item-success {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(194.8, 230.36, 202.92);
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: rgb(20.8, 86.84, 35.88);
  border-color: rgb(20.8, 86.84, 35.88);
}

.list-group-item-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(190.04, 228.96, 235.12);
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: rgb(11.96, 84.24, 95.68);
  border-color: rgb(11.96, 84.24, 95.68);
}

.list-group-item-warning {
  color: rgb(124.28, 63.96, 35.88);
  background-color: rgb(250.52, 218.04, 202.92);
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: rgb(124.28, 63.96, 35.88);
  background-color: rgb(248.5001980198, 201.3766336634, 179.4398019802);
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: rgb(124.28, 63.96, 35.88);
  border-color: rgb(124.28, 63.96, 35.88);
}

.list-group-item-danger {
  color: rgb(112.84, 43.16, 41.08);
  background-color: rgb(244.36, 206.84, 205.72);
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: rgb(112.84, 43.16, 41.08);
  background-color: rgb(239.8319626168, 186.3446728972, 184.7480373832);
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(112.84, 43.16, 41.08);
  border-color: rgb(112.84, 43.16, 41.08);
}

.list-group-item-light {
  color: rgb(131.03506, 131.03506, 131.03506);
  background-color: rgb(254.15734, 254.15734, 254.15734);
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: rgb(131.03506, 131.03506, 131.03506);
  background-color: rgb(241.40734, 241.40734, 241.40734);
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(131.03506, 131.03506, 131.03506);
  border-color: rgb(131.03506, 131.03506, 131.03506);
}

.list-group-item-dark {
  color: rgb(28.08, 34.32, 36.92);
  background-color: rgb(198.72, 202.08, 203.48);
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: rgb(28.08, 34.32, 36.92);
  background-color: rgb(185.407012987, 189.5618181818, 191.292987013);
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(28.08, 34.32, 36.92);
  border-color: rgb(28.08, 34.32, 36.92);
}

.list-group-item-accent {
  color: rgb(10.4, 76.44, 104);
  background-color: rgb(189.2, 224.76, 239.6);
}
.list-group-item-accent.list-group-item-action:hover, .list-group-item-accent.list-group-item-action:focus {
  color: rgb(10.4, 76.44, 104);
  background-color: rgb(168.5362068966, 215.2634482759, 234.7637931034);
}
.list-group-item-accent.list-group-item-action.active {
  color: #fff;
  background-color: rgb(10.4, 76.44, 104);
  border-color: rgb(10.4, 76.44, 104);
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #364247;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #364247;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.25rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: rgb(98.064, 119.856, 128.936);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid rgb(230.4056, 234.5624, 236.2944);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid rgb(230.4056, 234.5624, 236.2944);
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 570px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 370px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 870px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "ProximaNova";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 1;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 280px;
  padding: 0.75rem 1rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "ProximaNova";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.25rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.25rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.25rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid rgb(247.35, 247.35, 247.35);
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.25rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: #364247;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #364247;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

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

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

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

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(19.8325581395, 144.1674418605, 71.7023255814) !important;
}

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

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(229.5, 229.5, 229.5) !important;
}

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

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(30.1449275362, 125.8550724638, 52) !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667) !important;
}

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

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgb(234.9603960396, 89.6732673267, 22.0396039604) !important;
}

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

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972) !important;
}

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

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: rgb(226.4905, 226.4905, 226.4905) !important;
}

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

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: rgb(31.968, 39.072, 42.032) !important;
}

.bg-accent {
  background-color: #1493c8 !important;
}

a.bg-accent:hover, a.bg-accent:focus,
button.bg-accent:hover,
button.bg-accent:focus {
  background-color: rgb(15.3636363636, 112.9227272727, 153.6363636364) !important;
}

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

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

.border {
  border: 1px solid rgb(230.4056, 234.5624, 236.2944) !important;
}

.border-top {
  border-top: 1px solid rgb(230.4056, 234.5624, 236.2944) !important;
}

.border-right {
  border-right: 1px solid rgb(230.4056, 234.5624, 236.2944) !important;
}

.border-bottom, .flex-table-data {
  border-bottom: 1px solid rgb(230.4056, 234.5624, 236.2944) !important;
}

.border-left {
  border-left: 1px solid rgb(230.4056, 234.5624, 236.2944) !important;
}

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

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #1abd5e !important;
}

.border-secondary {
  border-color: #fff !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ef7b45 !important;
}

.border-danger {
  border-color: #d9534f !important;
}

.border-light {
  border-color: rgb(251.9905, 251.9905, 251.9905) !important;
}

.border-dark {
  border-color: #364247 !important;
}

.border-accent {
  border-color: #1493c8 !important;
}

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

.rounded-sm {
  border-radius: 0.25rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

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

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

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

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

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

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

.d-flex, .page-item .page-link, .navbar .navbar-brand, .companyprofile-logo-container, .logo-container, .timeline-vertical .timeline-item {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 376px) {
  .d-xsm-none {
    display: none !important;
  }
  .d-xsm-inline {
    display: inline !important;
  }
  .d-xsm-inline-block {
    display: inline-block !important;
  }
  .d-xsm-block {
    display: block !important;
  }
  .d-xsm-table {
    display: table !important;
  }
  .d-xsm-table-row {
    display: table-row !important;
  }
  .d-xsm-table-cell {
    display: table-cell !important;
  }
  .d-xsm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xsm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

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

.flex-column, .card-header.select-container {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

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

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

.flex-wrap, .card-header {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

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

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

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

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

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

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

.justify-content-center, .page-item .page-link {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

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

.justify-content-around, .companyprofile-logo-container, .logo-container {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start, .card-header.select-container {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

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

.align-items-center, .timeline-vertical .timeline-item {
  -ms-flex-align: center !important;
  align-items: center !important;
}

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

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

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 376px) {
  .flex-xsm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xsm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xsm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xsm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xsm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xsm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xsm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xsm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xsm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xsm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xsm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xsm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xsm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xsm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xsm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xsm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xsm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xsm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xsm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xsm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xsm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xsm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xsm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xsm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xsm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xsm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xsm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xsm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xsm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xsm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xsm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xsm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xsm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xsm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 576px) {
  .flex-sm-row, .card-header.select-container {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center, .card-header.select-container {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row, .static-field {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

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

@media (min-width: 376px) {
  .float-xsm-left {
    float: left !important;
  }
  .float-xsm-right {
    float: right !important;
  }
  .float-xsm-none {
    float: none !important;
  }
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

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

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

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

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

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

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

.vh-100 {
  height: 100vh !important;
}

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

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

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

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

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

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

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

@media (min-width: 376px) {
  .m-xsm-0 {
    margin: 0 !important;
  }
  .mt-xsm-0,
  .my-xsm-0 {
    margin-top: 0 !important;
  }
  .mr-xsm-0,
  .mx-xsm-0 {
    margin-right: 0 !important;
  }
  .mb-xsm-0,
  .my-xsm-0 {
    margin-bottom: 0 !important;
  }
  .ml-xsm-0,
  .mx-xsm-0 {
    margin-left: 0 !important;
  }
  .m-xsm-1 {
    margin: 0.25rem !important;
  }
  .mt-xsm-1,
  .my-xsm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xsm-1,
  .mx-xsm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xsm-1,
  .my-xsm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xsm-1,
  .mx-xsm-1 {
    margin-left: 0.25rem !important;
  }
  .m-xsm-2 {
    margin: 0.5rem !important;
  }
  .mt-xsm-2,
  .my-xsm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xsm-2,
  .mx-xsm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xsm-2,
  .my-xsm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xsm-2,
  .mx-xsm-2 {
    margin-left: 0.5rem !important;
  }
  .m-xsm-3 {
    margin: 1rem !important;
  }
  .mt-xsm-3,
  .my-xsm-3 {
    margin-top: 1rem !important;
  }
  .mr-xsm-3,
  .mx-xsm-3 {
    margin-right: 1rem !important;
  }
  .mb-xsm-3,
  .my-xsm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xsm-3,
  .mx-xsm-3 {
    margin-left: 1rem !important;
  }
  .m-xsm-4 {
    margin: 1.5rem !important;
  }
  .mt-xsm-4,
  .my-xsm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xsm-4,
  .mx-xsm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xsm-4,
  .my-xsm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xsm-4,
  .mx-xsm-4 {
    margin-left: 1.5rem !important;
  }
  .m-xsm-5 {
    margin: 3rem !important;
  }
  .mt-xsm-5,
  .my-xsm-5 {
    margin-top: 3rem !important;
  }
  .mr-xsm-5,
  .mx-xsm-5 {
    margin-right: 3rem !important;
  }
  .mb-xsm-5,
  .my-xsm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xsm-5,
  .mx-xsm-5 {
    margin-left: 3rem !important;
  }
  .p-xsm-0 {
    padding: 0 !important;
  }
  .pt-xsm-0,
  .py-xsm-0 {
    padding-top: 0 !important;
  }
  .pr-xsm-0,
  .px-xsm-0 {
    padding-right: 0 !important;
  }
  .pb-xsm-0,
  .py-xsm-0 {
    padding-bottom: 0 !important;
  }
  .pl-xsm-0,
  .px-xsm-0 {
    padding-left: 0 !important;
  }
  .p-xsm-1 {
    padding: 0.25rem !important;
  }
  .pt-xsm-1,
  .py-xsm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xsm-1,
  .px-xsm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xsm-1,
  .py-xsm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xsm-1,
  .px-xsm-1 {
    padding-left: 0.25rem !important;
  }
  .p-xsm-2 {
    padding: 0.5rem !important;
  }
  .pt-xsm-2,
  .py-xsm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xsm-2,
  .px-xsm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xsm-2,
  .py-xsm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xsm-2,
  .px-xsm-2 {
    padding-left: 0.5rem !important;
  }
  .p-xsm-3 {
    padding: 1rem !important;
  }
  .pt-xsm-3,
  .py-xsm-3 {
    padding-top: 1rem !important;
  }
  .pr-xsm-3,
  .px-xsm-3 {
    padding-right: 1rem !important;
  }
  .pb-xsm-3,
  .py-xsm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xsm-3,
  .px-xsm-3 {
    padding-left: 1rem !important;
  }
  .p-xsm-4 {
    padding: 1.5rem !important;
  }
  .pt-xsm-4,
  .py-xsm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xsm-4,
  .px-xsm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xsm-4,
  .py-xsm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xsm-4,
  .px-xsm-4 {
    padding-left: 1.5rem !important;
  }
  .p-xsm-5 {
    padding: 3rem !important;
  }
  .pt-xsm-5,
  .py-xsm-5 {
    padding-top: 3rem !important;
  }
  .pr-xsm-5,
  .px-xsm-5 {
    padding-right: 3rem !important;
  }
  .pb-xsm-5,
  .py-xsm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xsm-5,
  .px-xsm-5 {
    padding-left: 3rem !important;
  }
  .m-xsm-n1 {
    margin: -0.25rem !important;
  }
  .mt-xsm-n1,
  .my-xsm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xsm-n1,
  .mx-xsm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xsm-n1,
  .my-xsm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xsm-n1,
  .mx-xsm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xsm-n2 {
    margin: -0.5rem !important;
  }
  .mt-xsm-n2,
  .my-xsm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xsm-n2,
  .mx-xsm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xsm-n2,
  .my-xsm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xsm-n2,
  .mx-xsm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xsm-n3 {
    margin: -1rem !important;
  }
  .mt-xsm-n3,
  .my-xsm-n3 {
    margin-top: -1rem !important;
  }
  .mr-xsm-n3,
  .mx-xsm-n3 {
    margin-right: -1rem !important;
  }
  .mb-xsm-n3,
  .my-xsm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xsm-n3,
  .mx-xsm-n3 {
    margin-left: -1rem !important;
  }
  .m-xsm-n4 {
    margin: -1.5rem !important;
  }
  .mt-xsm-n4,
  .my-xsm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xsm-n4,
  .mx-xsm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xsm-n4,
  .my-xsm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xsm-n4,
  .mx-xsm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xsm-n5 {
    margin: -3rem !important;
  }
  .mt-xsm-n5,
  .my-xsm-n5 {
    margin-top: -3rem !important;
  }
  .mr-xsm-n5,
  .mx-xsm-n5 {
    margin-right: -3rem !important;
  }
  .mb-xsm-n5,
  .my-xsm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xsm-n5,
  .mx-xsm-n5 {
    margin-left: -3rem !important;
  }
  .m-xsm-auto {
    margin: auto !important;
  }
  .mt-xsm-auto,
  .my-xsm-auto {
    margin-top: auto !important;
  }
  .mr-xsm-auto,
  .mx-xsm-auto {
    margin-right: auto !important;
  }
  .mb-xsm-auto,
  .my-xsm-auto {
    margin-bottom: auto !important;
  }
  .ml-xsm-auto,
  .mx-xsm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 376px) {
  .text-xsm-left {
    text-align: left !important;
  }
  .text-xsm-right {
    text-align: right !important;
  }
  .text-xsm-center {
    text-align: center !important;
  }
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

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

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

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

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

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

.font-italic {
  font-style: italic !important;
}

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

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

a.text-primary:hover, a.text-primary:focus {
  color: rgb(16.7488372093, 121.7511627907, 60.5534883721) !important;
}

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

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(216.75, 216.75, 216.75) !important;
}

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

a.text-success:hover, a.text-success:focus {
  color: rgb(25.2173913043, 105.2826086957, 43.5) !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: rgb(14.5, 102.1304347826, 116) !important;
}

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

a.text-warning:hover, a.text-warning:focus {
  color: rgb(213.1633663366, 80.2227722772, 18.3366336634) !important;
}

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

a.text-danger:hover, a.text-danger:focus {
  color: rgb(180.523364486, 43.0794392523, 38.976635514) !important;
}

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

a.text-light:hover, a.text-light:focus {
  color: rgb(213.7405, 213.7405, 213.7405) !important;
}

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

a.text-dark:hover, a.text-dark:focus {
  color: rgb(20.952, 25.608, 27.548) !important;
}

.text-accent {
  color: #1493c8 !important;
}

a.text-accent:hover, a.text-accent:focus {
  color: rgb(13.0454545455, 95.8840909091, 130.4545454545) !important;
}

.text-body {
  color: #364247 !important;
}

.text-muted {
  color: rgb(129.0176, 150.3104, 159.1824) !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid rgb(163.7792, 179.1968, 185.6208);
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid rgb(230.4056, 234.5624, 236.2944) !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: rgb(230.4056, 234.5624, 236.2944);
  }
  .table .thead-dark th {
    color: inherit;
    border-color: rgb(230.4056, 234.5624, 236.2944);
  }
}
/**
  Custom SASS files
 */
.action-panel .panel-link {
  padding-bottom: 0;
  font-size: 1rem;
  color: #364247;
  border-bottom: none;
}
.action-panel .list-group-item .list-group-item:last-of-type {
  padding-bottom: 0;
  background-color: rgb(208, 233.4, 244);
}

.sd-pnotify {
  position: fixed;
  z-index: 9999;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}
.sd-pnotify .alert {
  margin-bottom: 0;
}

.alert-primary {
  color: #1493c8;
  background-color: rgb(208, 233.4, 244);
  border-color: rgb(208, 233.4, 244);
}

.alert-success {
  color: #1abd5e;
  background-color: rgb(209.2, 241.8, 222.8);
  border-color: rgb(209.2, 241.8, 222.8);
}

.alert-warning {
  color: #ef7b45;
  background-color: rgb(251.8, 228.6, 217.8);
  border-color: rgb(251.8, 228.6, 217.8);
}

.alert-danger {
  color: #d9534f;
  background-color: rgb(247.4, 220.6, 219.8);
  border-color: rgb(247.4, 220.6, 219.8);
}

.alert-internal {
  font-weight: 400;
}
.alert-internal .alert {
  margin-bottom: 0;
}

.arrow-dropdown-toggle {
  position: relative;
}
.arrow-dropdown-toggle::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.arrow-dropdown-toggle::after {
  display: inline-block;
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23364247' fill-rule='nonzero' d='M10.716 3.645a.455.455 0 0 1 .568.71l-5 4a.455.455 0 0 1-.568 0l-5-4a.455.455 0 0 1 .568-.71L6 7.418l4.716-3.773z'/%3E%3C/svg%3E%0A") no-repeat;
  border: 0;
}
.arrow-dropdown-toggle::after {
  width: 0.75rem;
  height: 0.75rem;
  vertical-align: middle;
}
.arrow-dropdown-toggle.hide-arrow-dropdown-toggle::after {
  visibility: hidden;
}
.arrow-dropdown-toggle.arrow-dropdown-transition::after {
  transition-duration: 0.1s;
}
.show > .arrow-dropdown-toggle-rotate-90deg::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.show > .arrow-dropdown-toggle-rotate-180deg::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.arrow-dropdown-toggle.arrow-dropdown-toggle-right.arrow-dropdown-toggle-primary::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.arrow-dropdown-toggle.arrow-dropdown-toggle-right.arrow-dropdown-toggle-primary::after {
  display: inline-block;
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%231abd5e' fill-rule='nonzero' d='M3.645 1.284a.455.455 0 0 1 .71-.568l4 5a.455.455 0 0 1 0 .568l-4 5a.455.455 0 0 1-.71-.568L7.418 6 3.645 1.284z'/%3E%3C/svg%3E%0A") no-repeat;
  border: 0;
}
.arrow-dropdown-toggle.arrow-dropdown-toggle-right.arrow-dropdown-toggle-primary::after {
  width: 0.75rem;
  height: 0.75rem;
  vertical-align: middle;
}
.arrow-dropdown-toggle.arrow-dropdown-toggle-right.arrow-dropdown-toggle-accent::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.arrow-dropdown-toggle.arrow-dropdown-toggle-right.arrow-dropdown-toggle-accent::after {
  display: inline-block;
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%231493c8' fill-rule='nonzero' d='M3.645 1.284a.455.455 0 0 1 .71-.568l4 5a.455.455 0 0 1 0 .568l-4 5a.455.455 0 0 1-.71-.568L7.418 6 3.645 1.284z'/%3E%3C/svg%3E%0A") no-repeat;
  border: 0;
}
.arrow-dropdown-toggle.arrow-dropdown-toggle-right.arrow-dropdown-toggle-accent::after {
  width: 0.75rem;
  height: 0.75rem;
  vertical-align: middle;
}
.arrow-dropdown-toggle.arrow-dropdown-toggle-bottom.arrow-dropdown-toggle-primary::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.arrow-dropdown-toggle.arrow-dropdown-toggle-bottom.arrow-dropdown-toggle-primary::after {
  display: inline-block;
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%231abd5e' fill-rule='nonzero' d='M10.716 3.645a.455.455 0 0 1 .568.71l-5 4a.455.455 0 0 1-.568 0l-5-4a.455.455 0 0 1 .568-.71L6 7.418l4.716-3.773z'/%3E%3C/svg%3E%0A") no-repeat;
  border: 0;
}
.arrow-dropdown-toggle.arrow-dropdown-toggle-bottom.arrow-dropdown-toggle-primary::after {
  width: 0.75rem;
  height: 0.75rem;
  vertical-align: middle;
}
.arrow-dropdown-toggle.arrow-dropdown-toggle-bottom.arrow-dropdown-toggle-accent::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.arrow-dropdown-toggle.arrow-dropdown-toggle-bottom.arrow-dropdown-toggle-accent::after {
  display: inline-block;
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%231493c8' fill-rule='nonzero' d='M10.716 3.645a.455.455 0 0 1 .568.71l-5 4a.455.455 0 0 1-.568 0l-5-4a.455.455 0 0 1 .568-.71L6 7.418l4.716-3.773z'/%3E%3C/svg%3E%0A") no-repeat;
  border: 0;
}
.arrow-dropdown-toggle.arrow-dropdown-toggle-bottom.arrow-dropdown-toggle-accent::after {
  width: 0.75rem;
  height: 0.75rem;
  vertical-align: middle;
}
.arrow-dropdown-toggle.arrow-dropdown-toggle-left.arrow-dropdown-toggle-primary::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.arrow-dropdown-toggle.arrow-dropdown-toggle-left.arrow-dropdown-toggle-primary::after {
  display: inline-block;
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%231abd5e' fill-rule='nonzero' d='M3.645 1.284a.455.455 0 0 1 .71-.568l4 5a.455.455 0 0 1 0 .568l-4 5a.455.455 0 0 1-.71-.568L7.418 6 3.645 1.284z'/%3E%3C/svg%3E%0A") no-repeat;
  border: 0;
}
.arrow-dropdown-toggle.arrow-dropdown-toggle-left.arrow-dropdown-toggle-primary::after {
  width: 0.75rem;
  height: 0.75rem;
  vertical-align: middle;
}
.arrow-dropdown-toggle.arrow-dropdown-toggle-left.arrow-dropdown-toggle-accent::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.arrow-dropdown-toggle.arrow-dropdown-toggle-left.arrow-dropdown-toggle-accent::after {
  display: inline-block;
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%231493c8' fill-rule='nonzero' d='M3.645 1.284a.455.455 0 0 1 .71-.568l4 5a.455.455 0 0 1 0 .568l-4 5a.455.455 0 0 1-.71-.568L7.418 6 3.645 1.284z'/%3E%3C/svg%3E%0A") no-repeat;
  border: 0;
}
.arrow-dropdown-toggle.arrow-dropdown-toggle-left.arrow-dropdown-toggle-accent::after {
  width: 0.75rem;
  height: 0.75rem;
  vertical-align: middle;
}
.arrow-dropdown-toggle.arrow-dropdown-toggle-prepend::before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.arrow-dropdown-toggle.arrow-dropdown-toggle-prepend::before {
  display: inline-block;
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23364247' fill-rule='nonzero' d='M10.716 3.645a.455.455 0 0 1 .568.71l-5 4a.455.455 0 0 1-.568 0l-5-4a.455.455 0 0 1 .568-.71L6 7.418l4.716-3.773z'/%3E%3C/svg%3E%0A") no-repeat;
  border: 0;
}
.arrow-dropdown-toggle.arrow-dropdown-toggle-prepend::before {
  width: 0.75rem;
  height: 0.75rem;
  vertical-align: middle;
}
.arrow-dropdown-toggle.arrow-dropdown-toggle-prepend.hide-arrow-dropdown-toggle::before {
  visibility: hidden;
}
.arrow-dropdown-toggle.arrow-dropdown-toggle-prepend.arrow-dropdown-transition::before {
  transition-duration: 0.1s;
}
.arrow-dropdown-toggle.arrow-dropdown-toggle-prepend::after {
  display: none;
}
.show > .arrow-dropdown-toggle-rotate-90deg::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.show > .arrow-dropdown-toggle-rotate-180deg::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.arrow-dropdown-toggle.arrow-dropdown-toggle-prepend.arrow-dropdown-toggle-right.arrow-dropdown-toggle-primary::before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.arrow-dropdown-toggle.arrow-dropdown-toggle-prepend.arrow-dropdown-toggle-right.arrow-dropdown-toggle-primary::before {
  display: inline-block;
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%231abd5e' fill-rule='nonzero' d='M3.645 1.284a.455.455 0 0 1 .71-.568l4 5a.455.455 0 0 1 0 .568l-4 5a.455.455 0 0 1-.71-.568L7.418 6 3.645 1.284z'/%3E%3C/svg%3E%0A") no-repeat;
  border: 0;
}
.arrow-dropdown-toggle.arrow-dropdown-toggle-prepend.arrow-dropdown-toggle-right.arrow-dropdown-toggle-primary::before {
  width: 0.75rem;
  height: 0.75rem;
  vertical-align: middle;
}
.arrow-dropdown-toggle.arrow-dropdown-toggle-prepend.arrow-dropdown-toggle-right.arrow-dropdown-toggle-accent::before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.arrow-dropdown-toggle.arrow-dropdown-toggle-prepend.arrow-dropdown-toggle-right.arrow-dropdown-toggle-accent::before {
  display: inline-block;
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%231493c8' fill-rule='nonzero' d='M3.645 1.284a.455.455 0 0 1 .71-.568l4 5a.455.455 0 0 1 0 .568l-4 5a.455.455 0 0 1-.71-.568L7.418 6 3.645 1.284z'/%3E%3C/svg%3E%0A") no-repeat;
  border: 0;
}
.arrow-dropdown-toggle.arrow-dropdown-toggle-prepend.arrow-dropdown-toggle-right.arrow-dropdown-toggle-accent::before {
  width: 0.75rem;
  height: 0.75rem;
  vertical-align: middle;
}
.arrow-dropdown-toggle.arrow-dropdown-toggle-prepend.arrow-dropdown-toggle-bottom.arrow-dropdown-toggle-primary::before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.arrow-dropdown-toggle.arrow-dropdown-toggle-prepend.arrow-dropdown-toggle-bottom.arrow-dropdown-toggle-primary::before {
  display: inline-block;
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%231abd5e' fill-rule='nonzero' d='M10.716 3.645a.455.455 0 0 1 .568.71l-5 4a.455.455 0 0 1-.568 0l-5-4a.455.455 0 0 1 .568-.71L6 7.418l4.716-3.773z'/%3E%3C/svg%3E%0A") no-repeat;
  border: 0;
}
.arrow-dropdown-toggle.arrow-dropdown-toggle-prepend.arrow-dropdown-toggle-bottom.arrow-dropdown-toggle-primary::before {
  width: 0.75rem;
  height: 0.75rem;
  vertical-align: middle;
}
.arrow-dropdown-toggle.arrow-dropdown-toggle-prepend.arrow-dropdown-toggle-bottom.arrow-dropdown-toggle-accent::before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.arrow-dropdown-toggle.arrow-dropdown-toggle-prepend.arrow-dropdown-toggle-bottom.arrow-dropdown-toggle-accent::before {
  display: inline-block;
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%231493c8' fill-rule='nonzero' d='M10.716 3.645a.455.455 0 0 1 .568.71l-5 4a.455.455 0 0 1-.568 0l-5-4a.455.455 0 0 1 .568-.71L6 7.418l4.716-3.773z'/%3E%3C/svg%3E%0A") no-repeat;
  border: 0;
}
.arrow-dropdown-toggle.arrow-dropdown-toggle-prepend.arrow-dropdown-toggle-bottom.arrow-dropdown-toggle-accent::before {
  width: 0.75rem;
  height: 0.75rem;
  vertical-align: middle;
}
.arrow-dropdown-toggle.arrow-dropdown-toggle-prepend.arrow-dropdown-toggle-left.arrow-dropdown-toggle-primary::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.arrow-dropdown-toggle.arrow-dropdown-toggle-prepend.arrow-dropdown-toggle-left.arrow-dropdown-toggle-primary::before {
  display: inline-block;
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%231abd5e' fill-rule='nonzero' d='M3.645 1.284a.455.455 0 0 1 .71-.568l4 5a.455.455 0 0 1 0 .568l-4 5a.455.455 0 0 1-.71-.568L7.418 6 3.645 1.284z'/%3E%3C/svg%3E%0A") no-repeat;
  border: 0;
}
.arrow-dropdown-toggle.arrow-dropdown-toggle-prepend.arrow-dropdown-toggle-left.arrow-dropdown-toggle-primary::before {
  width: 0.75rem;
  height: 0.75rem;
  vertical-align: middle;
}
.arrow-dropdown-toggle.arrow-dropdown-toggle-prepend.arrow-dropdown-toggle-left.arrow-dropdown-toggle-accent::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.arrow-dropdown-toggle.arrow-dropdown-toggle-prepend.arrow-dropdown-toggle-left.arrow-dropdown-toggle-accent::before {
  display: inline-block;
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%231493c8' fill-rule='nonzero' d='M3.645 1.284a.455.455 0 0 1 .71-.568l4 5a.455.455 0 0 1 0 .568l-4 5a.455.455 0 0 1-.71-.568L7.418 6 3.645 1.284z'/%3E%3C/svg%3E%0A") no-repeat;
  border: 0;
}
.arrow-dropdown-toggle.arrow-dropdown-toggle-prepend.arrow-dropdown-toggle-left.arrow-dropdown-toggle-accent::before {
  width: 0.75rem;
  height: 0.75rem;
  vertical-align: middle;
}

.arrow-accent-right::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.arrow-accent-right::after {
  display: inline-block;
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%231493c8' fill-rule='nonzero' d='M3.645 1.284a.455.455 0 0 1 .71-.568l4 5a.455.455 0 0 1 0 .568l-4 5a.455.455 0 0 1-.71-.568L7.418 6 3.645 1.284z'/%3E%3C/svg%3E%0A") no-repeat;
  border: 0;
}
.arrow-accent-right::after {
  width: 0.75rem;
  height: 0.75rem;
  vertical-align: middle;
}

.arrow-accent-left::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.arrow-accent-left::before {
  display: inline-block;
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%231493c8' fill-rule='nonzero' d='M3.645 1.284a.455.455 0 0 1 .71-.568l4 5a.455.455 0 0 1 0 .568l-4 5a.455.455 0 0 1-.71-.568L7.418 6 3.645 1.284z'/%3E%3C/svg%3E%0A") no-repeat;
  border: 0;
}
.arrow-accent-left::before {
  width: 0.75rem;
  height: 0.75rem;
  vertical-align: middle;
}

.arrow-primary-right::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.arrow-primary-right::after {
  display: inline-block;
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%231abd5e' fill-rule='nonzero' d='M3.645 1.284a.455.455 0 0 1 .71-.568l4 5a.455.455 0 0 1 0 .568l-4 5a.455.455 0 0 1-.71-.568L7.418 6 3.645 1.284z'/%3E%3C/svg%3E%0A") no-repeat;
  border: 0;
}
.arrow-primary-right::after {
  width: 0.75rem;
  height: 0.75rem;
  vertical-align: middle;
}

.arrow-primary-left::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.arrow-primary-left::after {
  display: inline-block;
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%231abd5e' fill-rule='nonzero' d='M3.645 1.284a.455.455 0 0 1 .71-.568l4 5a.455.455 0 0 1 0 .568l-4 5a.455.455 0 0 1-.71-.568L7.418 6 3.645 1.284z'/%3E%3C/svg%3E%0A") no-repeat;
  border: 0;
}
.arrow-primary-left::after {
  width: 0.75rem;
  height: 0.75rem;
  vertical-align: middle;
}
.arrow-primary-left::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.arrow-primary-top::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.arrow-primary-top::after {
  display: inline-block;
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%231abd5e' fill-rule='nonzero' d='M10.716 3.645a.455.455 0 0 1 .568.71l-5 4a.455.455 0 0 1-.568 0l-5-4a.455.455 0 0 1 .568-.71L6 7.418l4.716-3.773z'/%3E%3C/svg%3E%0A") no-repeat;
  border: 0;
}
.arrow-primary-top::after {
  width: 0.75rem;
  height: 0.75rem;
  vertical-align: middle;
}
.arrow-primary-top::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.arrow-accent-bottom::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.arrow-accent-bottom::after {
  display: inline-block;
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%231493c8' fill-rule='nonzero' d='M10.716 3.645a.455.455 0 0 1 .568.71l-5 4a.455.455 0 0 1-.568 0l-5-4a.455.455 0 0 1 .568-.71L6 7.418l4.716-3.773z'/%3E%3C/svg%3E%0A") no-repeat;
  border: 0;
}
.arrow-accent-bottom::after {
  width: 0.75rem;
  height: 0.75rem;
  vertical-align: middle;
}

.arrow-bottom::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.arrow-bottom::after {
  display: inline-block;
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23364247' fill-rule='nonzero' d='M10.716 3.645a.455.455 0 0 1 .568.71l-5 4a.455.455 0 0 1-.568 0l-5-4a.455.455 0 0 1 .568-.71L6 7.418l4.716-3.773z'/%3E%3C/svg%3E%0A") no-repeat;
  border: 0;
}
.arrow-bottom::after {
  width: 0.75rem;
  height: 0.75rem;
  vertical-align: middle;
}

.arrow-top::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.arrow-top::after {
  display: inline-block;
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23364247' fill-rule='nonzero' d='M10.716 3.645a.455.455 0 0 1 .568.71l-5 4a.455.455 0 0 1-.568 0l-5-4a.455.455 0 0 1 .568-.71L6 7.418l4.716-3.773z'/%3E%3C/svg%3E%0A") no-repeat;
  border: 0;
}
.arrow-top::after {
  width: 0.75rem;
  height: 0.75rem;
  vertical-align: middle;
}
.arrow-top::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.arrow-top.collapsed::after {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.arrow-top.collapsed::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.arrow-top.collapsed::after {
  display: inline-block;
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23364247' fill-rule='nonzero' d='M10.716 3.645a.455.455 0 0 1 .568.71l-5 4a.455.455 0 0 1-.568 0l-5-4a.455.455 0 0 1 .568-.71L6 7.418l4.716-3.773z'/%3E%3C/svg%3E%0A") no-repeat;
  border: 0;
}
.arrow-top.collapsed::after {
  width: 0.75rem;
  height: 0.75rem;
  vertical-align: middle;
}

.arrow-primary-right-rotate-90:not(.hide-arrow)::before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.arrow-primary-right-rotate-90:not(.hide-arrow)::before {
  display: inline-block;
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%231abd5e' fill-rule='nonzero' d='M3.645 1.284a.455.455 0 0 1 .71-.568l4 5a.455.455 0 0 1 0 .568l-4 5a.455.455 0 0 1-.71-.568L7.418 6 3.645 1.284z'/%3E%3C/svg%3E%0A") no-repeat;
  border: 0;
}
.arrow-primary-right-rotate-90:not(.hide-arrow)::before {
  width: 0.75rem;
  height: 0.75rem;
  vertical-align: middle;
}

.show .arrow-primary-right-rotate-90:not(.hide-arrow)::before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.show .arrow-primary-right-rotate-90:not(.hide-arrow)::before {
  display: inline-block;
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%231abd5e' fill-rule='nonzero' d='M10.716 3.645a.455.455 0 0 1 .568.71l-5 4a.455.455 0 0 1-.568 0l-5-4a.455.455 0 0 1 .568-.71L6 7.418l4.716-3.773z'/%3E%3C/svg%3E%0A") no-repeat;
  border: 0;
}
.show .arrow-primary-right-rotate-90:not(.hide-arrow)::before {
  width: 0.75rem;
  height: 0.75rem;
  vertical-align: middle;
}

.badge-gray {
  background-color: rgb(230.4056, 234.5624, 236.2944);
}

.badge-gray-200 {
  background-color: rgb(230.4056, 234.5624, 236.2944);
}

.badge {
  font-family: "SofiaPro";
  line-height: 1.5;
}

.badge-small {
  padding: 2px 8px;
  font-size: 0.875rem;
}

.badge-large {
  padding: 4px 12px;
  font-size: 1rem;
}

.badge-radius-lg {
  border-radius: 8px;
}

.badge-accent-lighter {
  background-color: rgb(208, 233.4, 244);
}
.badge-accent-lighter[href]:hover {
  text-decoration: none;
  background-color: rgb(161, 211.8, 233);
}

.badge-primary-lighter {
  color: #1abd5e;
  background-color: rgb(209.2, 241.8, 222.8);
}

.badge-intermediate {
  opacity: 0.7;
}

.badge-margin-xs {
  margin: 2px;
}

.badge-notification {
  width: 8px;
  height: 8px;
  background: rgb(230.4056, 234.5624, 236.2944);
  border-radius: 4px;
}

.border-light {
  border: 1px solid rgb(230.4056, 234.5624, 236.2944) !important;
}

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

.border-radius-bottom {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.border-radius {
  border-radius: 4px;
}

.border-radius-top {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.border-shadow {
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.08), 0 0 4px 0 rgba(0, 0, 0, 0.16);
}

.border-bottom-last:last-of-type {
  border-bottom: 1px solid rgb(230.4056, 234.5624, 236.2944);
}

.border-bottom-md-right {
  border-bottom: 1px solid rgb(230.4056, 234.5624, 236.2944);
}
@media (min-width: 768px) {
  .border-bottom-md-right {
    border-right: 1px solid rgb(230.4056, 234.5624, 236.2944);
    border-bottom: none;
  }
}

@media (min-width: 768px) {
  .border-right-odd:nth-child(odd) {
    border-right: 1px solid rgb(230.4056, 234.5624, 236.2944);
  }
}

.border-dashed-gray-100 {
  border: 2px dashed rgb(251.9905, 251.9905, 251.9905);
}

.border-dashed-gray-200 {
  border: 2px dashed rgb(239.096, 241.784, 242.904);
}

.border-dashed-gray-300 {
  border: 2px dashed rgb(230.4056, 234.5624, 236.2944);
}

.border-dashed-gray-400 {
  border: 2px dashed rgb(210.128, 217.712, 220.872);
}

.border-dashed-gray-500 {
  border: 2px dashed rgb(163.7792, 179.1968, 185.6208);
}

.border-dashed-gray-600 {
  border: 2px dashed rgb(129.0176, 150.3104, 159.1824);
}

.border-dashed-gray-700 {
  border: 2px dashed rgb(98.064, 119.856, 128.936);
}

.border-dashed-gray-800 {
  border: 2px dashed #364247;
}

.border-dashed-gray-900 {
  border: 2px dashed #212529;
}

.border-dashed-gray-150 {
  border: 2px dashed rgb(247.7864, 249.0056, 249.5136);
}

.outline-primary-bold {
  outline: 2px solid #1abd5e !important;
}

.border-none {
  border-style: none !important;
}

@media (min-width: 376px) {
  .border-xsm-none {
    border-style: none !important;
  }
}
@media (min-width: 576px) {
  .border-sm-none {
    border-style: none !important;
  }
}
@media (min-width: 768px) {
  .border-md-none {
    border-style: none !important;
  }
}
@media (min-width: 992px) {
  .border-lg-none {
    border-style: none !important;
  }
}
@media (min-width: 1200px) {
  .border-xl-none {
    border-style: none !important;
  }
}
.btn {
  font-family: "SofiaPro";
  box-shadow: 0 -2px 0 0 rgba(0, 0, 0, 0.1) inset;
}
.btn[class*=btn-outline-], .btn.btn-link {
  box-shadow: none;
}
.btn.btn-link {
  padding: 0;
  text-decoration: underline;
}
.btn.btn-link[class*=arrow-]::before {
  margin-right: 0.5rem;
}

.btn-padding {
  padding: 0.625rem 1rem;
}

.btn-icon {
  padding: 0.625rem 1rem;
  background: transparent;
  border: 0;
}

.btn-no-outline {
  font-weight: 700;
  color: rgb(98.064, 119.856, 128.936);
  background: none;
  border: 0;
  box-shadow: none;
}
.btn-no-outline:hover {
  color: #364247;
}
.btn-no-outline.disabled {
  color: rgb(163.7792, 179.1968, 185.6208);
}
.btn-no-outline svg {
  margin-bottom: -2px;
}

.btn-primary {
  color: #fff;
  background-color: #1abd5e;
  border-color: #1abd5e;
  border: 0;
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(23.4, 170.1, 84.6);
  border-color: rgb(23.4, 170.1, 84.6);
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: rgb(23.4, 170.1, 84.6);
  border-color: rgb(23.4, 170.1, 84.6);
  box-shadow: 0 0 0 0.2rem rgba(60.35, 198.9, 118.15, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #1abd5e;
  border-color: #1abd5e;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(23.4, 170.1, 84.6);
  border-color: rgb(23.4, 170.1, 84.6);
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(60.35, 198.9, 118.15, 0.5);
}
.btn-primary.btn {
  padding: 0.625rem 1rem;
}
.btn-primary.btn.btn-sm, .btn-group-sm > .btn-primary.btn {
  padding: 0.375rem 0.75rem;
}
.btn-primary.btn.btn-lg, .btn-group-lg > .btn-primary.btn {
  padding: 0.90625rem 2rem;
}

.btn-secondary {
  color: #212529;
  background-color: #fff;
  border-color: rgb(210.128, 217.712, 220.872);
  color: #1abd5e;
  background-color: transparent;
}
.btn-secondary:hover {
  color: #212529;
  background-color: #fff;
  border-color: rgb(163.7792, 179.1968, 185.6208);
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #212529;
  background-color: #fff;
  border-color: rgb(163.7792, 179.1968, 185.6208);
  box-shadow: 0 0 0 0.2rem rgba(183.5588, 190.6052, 193.8912, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #212529;
  background-color: #fff;
  border-color: rgb(210.128, 217.712, 220.872);
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #212529;
  background-color: #fff;
  border-color: rgb(210.128, 217.712, 220.872);
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(183.5588, 190.6052, 193.8912, 0.5);
}
.btn-secondary:hover {
  background-color: transparent;
}
.btn-secondary:not(:disabled):not(.disabled):active {
  background-color: transparent;
}
.btn-secondary:disabled {
  color: #1abd5e;
}
.btn-secondary:not(:disabled):hover {
  color: rgb(23.4, 170.1, 84.6);
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: rgb(23.4, 170.1, 84.6);
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  color: rgb(23.4, 170.1, 84.6);
}

.btn-transparent {
  color: #fff;
  background-color: transparent;
  border-color: rgb(163.7792, 179.1968, 185.6208);
  color: #1abd5e;
  border-width: 1.5px;
  box-shadow: none;
}
.btn-transparent:hover {
  color: #fff;
  background-color: transparent;
  border-color: rgb(129.0176, 150.3104, 159.1824);
}
.btn-transparent:focus, .btn-transparent.focus {
  color: #fff;
  background-color: transparent;
  border-color: rgb(129.0176, 150.3104, 159.1824);
  box-shadow: 0 0 0 0.2rem rgba(177.46232, 190.56728, 196.02768, 0.5);
}
.btn-transparent.disabled, .btn-transparent:disabled {
  color: #fff;
  background-color: transparent;
  border-color: rgb(163.7792, 179.1968, 185.6208);
}
.btn-transparent:not(:disabled):not(.disabled):active, .btn-transparent:not(:disabled):not(.disabled).active, .show > .btn-transparent.dropdown-toggle {
  color: #fff;
  background-color: transparent;
  border-color: rgb(163.7792, 179.1968, 185.6208);
}
.btn-transparent:not(:disabled):not(.disabled):active:focus, .btn-transparent:not(:disabled):not(.disabled).active:focus, .show > .btn-transparent.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(177.46232, 190.56728, 196.02768, 0.5);
}
.btn-transparent:not(:disabled):hover {
  color: rgb(23.4, 170.1, 84.6);
}
.btn-transparent:disabled {
  color: rgb(209.2, 241.8, 222.8);
}
.btn-transparent:not(:disabled):not(.disabled):active, .btn-transparent:not(:disabled):not(.disabled).active, .show > .btn-transparent.dropdown-toggle {
  color: rgb(23.4, 170.1, 84.6);
}
.btn-transparent:not(:disabled):not(.disabled):active:focus, .btn-transparent:not(:disabled):not(.disabled).active:focus, .show > .btn-transparent.dropdown-toggle:focus {
  color: rgb(23.4, 170.1, 84.6);
}

.btn-input-group {
  color: #212529;
  background-color: #fff;
  border-color: rgb(210.128, 217.712, 220.872);
  display: -ms-flexbox;
  display: flex;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  box-shadow: none;
}
.btn-input-group:hover {
  color: #212529;
  background-color: rgb(239.096, 241.784, 242.904);
  border-color: rgb(163.7792, 179.1968, 185.6208);
}
.btn-input-group:focus, .btn-input-group.focus {
  color: #212529;
  background-color: rgb(239.096, 241.784, 242.904);
  border-color: rgb(163.7792, 179.1968, 185.6208);
  box-shadow: 0 0 0 0.2rem rgba(183.5588, 190.6052, 193.8912, 0.5);
}
.btn-input-group.disabled, .btn-input-group:disabled {
  color: #212529;
  background-color: #fff;
  border-color: rgb(210.128, 217.712, 220.872);
}
.btn-input-group:not(:disabled):not(.disabled):active, .btn-input-group:not(:disabled):not(.disabled).active, .show > .btn-input-group.dropdown-toggle {
  color: #212529;
  background-color: #fff;
  border-color: rgb(210.128, 217.712, 220.872);
}
.btn-input-group:not(:disabled):not(.disabled):active:focus, .btn-input-group:not(:disabled):not(.disabled).active:focus, .show > .btn-input-group.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(183.5588, 190.6052, 193.8912, 0.5);
}

.clickable:hover {
  cursor: pointer;
}
.clickable:hover .card-header {
  color: #364247;
}

button:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn-high-contrast {
  color: #364247;
  background-color: #fff;
  border: 1px solid rgb(210.128, 217.712, 220.872);
  box-shadow: none;
}

.card-footer .btn {
  margin-left: 0.5rem;
}
.card-footer .btn:first-child {
  margin-left: 0;
}

.btn-sm-scalable {
  padding: 0.275rem 0.65rem;
  font-size: 0.875rem;
  line-height: 1.42857143;
  border-radius: 0.25rem;
}
@media (min-width: 992px) {
  .btn-sm-scalable {
    padding: 0.90625rem 2rem;
    font-size: 1.125rem;
    line-height: 1.44444444;
    border-radius: 0.25rem;
  }
}

.card {
  font-size: 0.875rem;
  border: 0;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.08), 0 0 4px 0 rgba(0, 0, 0, 0.16);
}
@media (max-width: 767.98px) {
  .card.outside-container {
    margin-right: -15px;
    margin-left: -15px;
    border-top: 1px solid rgb(230.4056, 234.5624, 236.2944);
    border-bottom: 1px solid rgb(230.4056, 234.5624, 236.2944);
    border-radius: 0;
    box-shadow: none;
  }
}

.card-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.63;
  color: #364247;
  background-color: transparent;
  border: 0;
  box-shadow: inset 0 -1px 0 0 rgb(230.4056, 234.5624, 236.2944);
}
.card-header .title {
  -ms-flex-order: -1;
  order: -1;
  max-width: 100%;
  overflow: hidden;
  font-family: "SofiaPro";
  color: #364247;
}
.card-header .button-container ~ .title {
  max-width: 70%;
  margin-right: 0.5rem;
}
.card-header .header-dropdown {
  margin-top: 0.5rem;
}
@media (min-width: 576px) {
  .card-header .header-dropdown {
    width: auto;
    margin: -0.3rem 0;
  }
}
.card-header .header-notification {
  -ms-flex-order: 4;
  order: 4;
  width: 100%;
  margin: 0.5rem 0 0;
  font-size: 0.875rem;
}
@media (min-width: 992px) {
  .card-header .header-notification {
    -ms-flex-order: 2;
    order: 2;
    width: auto;
    margin: 0 0.5rem 0 auto;
  }
}
.card-header .button-container {
  -ms-flex-order: 3;
  order: 3;
  margin: -0.3rem 0;
}

.card-body {
  padding: 0;
}
.card-body .container {
  padding: 17px 20px 19px;
}
.card-body > .list-group .list-group-item:last-child {
  border-radius: 0.25rem;
}

.filter-option-wrapper .filter-option {
  padding: 13px 15px;
  color: #364247;
}

.vertical-list .list-element:last-of-type {
  margin-bottom: 0 !important;
}

@media (min-width: 992px) {
  .horizontal-list-lg .list-element {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 768px) {
  .horizontal-list-md .list-element {
    margin-bottom: 0 !important;
  }
}

.list-element a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.chip {
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.chip span {
  -ms-flex-align: center;
  align-items: center;
  max-height: 2rem;
  padding: calc(0.375rem + 1px) calc(0.75rem + 1px);
  font-family: "SofiaPro";
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1rem;
  color: #28a745;
  background: #fff;
  border: 1px solid rgb(210.128, 217.712, 220.872);
  border-radius: 0.5rem;
}
.chip.clickable:hover span {
  cursor: pointer;
  background: rgb(251.9905, 251.9905, 251.9905);
  border-color: #28a745;
}
.chip input {
  display: none;
}
.chip input:checked + span {
  padding: 0.375rem 0.75rem;
  font-weight: 700;
  color: #364247;
  border: 2px solid #28a745;
}
.chip input:focus + span {
  background: rgb(251.9905, 251.9905, 251.9905);
  border-color: #28a745;
  box-shadow: 0px 0px 0px 3px rgba(26, 189, 94, 0.2);
}
.chip.small span {
  padding: calc(0.25rem - 1px) 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  color: #364247;
}
.chip.small span svg {
  color: rgb(163.7792, 179.1968, 185.6208);
}
.chip.small.clickable:hover span {
  color: #28a745;
  border: 1px solid #28a745;
}
.chip.small.clickable:hover span svg {
  color: #28a745;
}
.chip.small.static span {
  background: rgb(239.096, 241.784, 242.904);
  border-color: rgb(239.096, 241.784, 242.904);
}

.bg-accent-light {
  background-color: rgb(161, 211.8, 233) !important;
}

.bg-accent-lighter {
  background-color: rgb(208, 233.4, 244) !important;
}

.color-accent {
  color: #1493c8 !important;
}

.color-accent-light {
  color: rgb(161, 211.8, 233) !important;
}

.color-accent-lighter {
  color: rgb(208, 233.4, 244) !important;
}

.bg-primary-light {
  background-color: rgb(209.2, 241.8, 222.8) !important;
}

.bg-primary-lighter {
  background-color: rgb(232.1, 248.4, 238.9) !important;
}

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

.accordion .card {
  white-space: normal;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.accordion .card-header {
  padding: 0;
  border-radius: 0;
}
.accordion .card-header .btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1.25rem;
  margin: 0;
  color: #364247;
  text-align: left;
  text-decoration: none;
  white-space: normal;
  box-shadow: none;
}
.accordion .card-header .btn:hover {
  text-decoration: none;
}
.accordion .card-header .btn .arrow-icon::after {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%231abd5e' fill-rule='nonzero' d='M8 10.841l6.675-5.72a.5.5 0 0 1 .65.759l-7 6a.5.5 0 0 1-.65 0l-7-6a.5.5 0 1 1 .65-.76L8 10.841z'/%3E%3C/svg%3E%0A") no-repeat;
  border: 0;
}
.accordion .card-header .btn[aria-expanded=true] .arrow-icon::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.accordion .card-body {
  font-size: 0.875rem;
  color: rgb(98.064, 119.856, 128.936);
  background-color: rgb(247.7864, 249.0056, 249.5136);
}
.accordion .card-body .faq-answer {
  padding: 0.8125rem 1.25rem;
}
@media (min-width: 768px) {
  .accordion .card-body .faq-answer {
    padding-right: 0;
  }
}
.accordion .card-body p {
  margin-bottom: 0;
}
.accordion ul,
.accordion ol {
  padding-left: 1rem;
}

@media (max-width: 991.98px) {
  .menu-collapse {
    height: 0;
    overflow: hidden;
    transition: all 250ms ease-in-out;
  }
  .menu-expand {
    height: 110px;
  }
}
.btn-light:hover {
  background-color: #1abd5e;
}
.btn-light:hover.text-muted {
  color: #fff !important;
}

/**
The styles below are required to style the ui-bootstrap datepicker directive
This directive adds bootstrap 3 classes, so we add these custom styles to match the design with our styleguide
These styles will support both ui-bootstrap versions 0.x and 2.x
 */
.uib-datepicker-popup * {
  outline: none;
}

.uib-datepicker-popup,
div[datepicker] {
  overflow: hidden;
  border: 1px solid rgb(230.4056, 234.5624, 236.2944);
  box-shadow: 0 0 8px 0 rgb(230.4056, 234.5624, 236.2944);
}
.uib-datepicker-popup .uib-daypicker,
div[datepicker] .uib-daypicker {
  background-color: rgb(251.9905, 251.9905, 251.9905);
}
.uib-datepicker-popup.dropdown-menu,
div[datepicker].dropdown-menu {
  min-width: 0;
}
.uib-datepicker-popup table,
div[datepicker] table {
  width: 100%;
  font-size: 0.875rem;
}
.uib-datepicker-popup tbody::after,
div[datepicker] tbody::after {
  display: inline-block;
  width: 100%;
  height: 20px;
}
.uib-datepicker-popup .active,
div[datepicker] .active {
  background-color: rgb(239.096, 241.784, 242.904);
}
.uib-datepicker-popup tr > td:first-child,
div[datepicker] tr > td:first-child {
  font-size: 0.875rem;
  color: rgb(98.064, 119.856, 128.936);
  background-color: rgb(251.9905, 251.9905, 251.9905);
}
.uib-datepicker-popup tr small,
div[datepicker] tr small {
  font-size: 100%;
}
.uib-datepicker-popup tr em,
div[datepicker] tr em {
  font-style: normal;
}
.uib-datepicker-popup thead *,
div[datepicker] thead * {
  padding: 0;
  color: #364247;
  border: none;
}
.uib-datepicker-popup thead tr:first-child,
div[datepicker] thead tr:first-child {
  background-color: #fff;
  border-bottom: 1.5px solid rgb(230.4056, 234.5624, 236.2944);
}
.uib-datepicker-popup thead tr:last-child th,
div[datepicker] thead tr:last-child th {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.uib-datepicker-popup .btn,
div[datepicker] .btn {
  padding: 0.375rem 0.45rem;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #364247;
}
.uib-datepicker-popup .btn:not(.active),
div[datepicker] .btn:not(.active) {
  background-color: #fff;
}
.uib-datepicker-popup .btn.uib-title, .uib-datepicker-popup .btn[role=heading],
div[datepicker] .btn.uib-title,
div[datepicker] .btn[role=heading] {
  padding: 0.75rem 0 0.75rem 0;
  border: none;
}
.uib-datepicker-popup .btn.uib-left, .uib-datepicker-popup .btn.pull-left,
div[datepicker] .btn.uib-left,
div[datepicker] .btn.pull-left {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.uib-datepicker-popup .btn .text-muted,
div[datepicker] .btn .text-muted {
  color: rgb(163.7792, 179.1968, 185.6208);
}
.uib-datepicker-popup .btn:not(:disabled):not(.uib-title):hover,
div[datepicker] .btn:not(:disabled):not(.uib-title):hover {
  color: #fff;
  background-color: #1abd5e;
}
.uib-datepicker-popup .btn:not(:disabled):not(.uib-title):hover .text-muted,
div[datepicker] .btn:not(:disabled):not(.uib-title):hover .text-muted {
  color: #fff !important;
}
.uib-datepicker-popup .btn span,
div[datepicker] .btn span {
  background-color: transparent;
}
.uib-datepicker-popup .btn.uib-left, .uib-datepicker-popup .btn.pull-left, .uib-datepicker-popup .btn.uib-right, .uib-datepicker-popup .btn.pull-right,
div[datepicker] .btn.uib-left,
div[datepicker] .btn.pull-left,
div[datepicker] .btn.uib-right,
div[datepicker] .btn.pull-right {
  width: 30px;
  height: 23px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%231abd5e' fill-rule='nonzero' d='M3.645 1.284a.455.455 0 0 1 .71-.568l4 5a.455.455 0 0 1 0 .568l-4 5a.455.455 0 0 1-.71-.568L7.418 6 3.645 1.284z'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position-x: 0.8rem;
  background-position-y: 0.35rem;
  border: none;
}
.uib-datepicker-popup .btn.uib-left:not(:disabled):hover, .uib-datepicker-popup .btn.pull-left:not(:disabled):hover, .uib-datepicker-popup .btn.uib-right:not(:disabled):hover, .uib-datepicker-popup .btn.pull-right:not(:disabled):hover,
div[datepicker] .btn.uib-left:not(:disabled):hover,
div[datepicker] .btn.pull-left:not(:disabled):hover,
div[datepicker] .btn.uib-right:not(:disabled):hover,
div[datepicker] .btn.pull-right:not(:disabled):hover {
  color: #fff !important;
  background-color: transparent;
}
.uib-datepicker-popup .btn.uib-left:active, .uib-datepicker-popup .btn.pull-left:active, .uib-datepicker-popup .btn.uib-right:active, .uib-datepicker-popup .btn.pull-right:active,
div[datepicker] .btn.uib-left:active,
div[datepicker] .btn.pull-left:active,
div[datepicker] .btn.uib-right:active,
div[datepicker] .btn.pull-right:active {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%231abd5e' fill-rule='nonzero' d='M3.645 1.284a.455.455 0 0 1 .71-.568l4 5a.455.455 0 0 1 0 .568l-4 5a.455.455 0 0 1-.71-.568L7.418 6 3.645 1.284z'/%3E%3C/svg%3E%0A");
}
.uib-datepicker-popup .btn.uib-left, .uib-datepicker-popup .btn.pull-left,
div[datepicker] .btn.uib-left,
div[datepicker] .btn.pull-left {
  margin-left: 0.25rem;
}
.uib-datepicker-popup .btn.disabled,
.uib-datepicker-popup .btn:disabled,
div[datepicker] .btn.disabled,
div[datepicker] .btn:disabled {
  cursor: not-allowed;
  background-color: #e6e6e6;
}
.uib-datepicker-popup .btn-info:not(:disabled):not(.disabled).active,
div[datepicker] .btn-info:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #1abd5e;
}

.edit-photo-dropdown {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 20;
}
.edit-photo-dropdown .dropdown-menu {
  overflow: hidden;
}
.edit-photo-dropdown .dropdown-menu[x-placement=top-end] {
  top: -0.3125rem !important;
}
.edit-photo-dropdown .dropdown-menu[x-placement=bottom-end] {
  top: 0.3125rem !important;
}

.dropdown-menu {
  border: 0;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.08), 0 0 4px 0 rgba(0, 0, 0, 0.16);
}
.dropdown-menu .dropdown-item {
  border-color: rgb(230.4056, 234.5624, 236.2944);
}
.dropdown-menu .dropdown-item:last-of-type {
  border-bottom: none;
}

.dropdown .btn {
  border-radius: 2px;
}

.flex-basis-0 {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}

.flex-basis-100 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.justify-content-space-between {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.horizontal-flex-scroll-container {
  display: block;
  width: calc(100% + 2rem);
  margin: 0 -1rem;
  overflow: hidden;
}
.horizontal-flex-scroll-container .horizontal-flex-scroll {
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  padding: 0 1rem;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-scroll-snap-type: x proximity;
  -ms-scroll-snap-type: x proximity;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
}
.horizontal-flex-scroll-container .horizontal-flex-scroll > * {
  scroll-snap-align: center;
  scroll-snap-stop: always;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: auto;
}
.horizontal-flex-scroll-container .horizontal-flex-scroll::-webkit-scrollbar {
  display: none;
}

@font-face {
  font-family: ProximaNova;
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/proxima-nova/ProximaNova-RegularWeb.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: ProximaNova;
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/proxima-nova/ProximaNova-BoldWeb.woff") format("woff");
  font-display: swap;
}
/**
 * @license
 * MyFonts Webfont Build ID 3617159, 2018-08-01T03:22:41-0400
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: SofiaPro-Bold by Mostardesign
 * URL: https://www.myfonts.com/fonts/mostardesign/sofia-pro/bold/
 *
 * Webfont: SofiaProMedium by Mostardesign
 * URL: https://www.myfonts.com/fonts/mostardesign/sofia-pro/medium/
 *
 *
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3617159
 * Licensed pageviews: 180,000
 * Webfonts copyright: Copyright &#x00A9; Olivier Gourvat - Mostardesign Type Foundry, 2016. All rights reserved.
 *
 * © 2018 MyFonts Inc
*/
@font-face {
  font-family: SofiaPro;
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/sofia-pro/373187_0_0.eot");
  src: url("../fonts/sofia-pro/373187_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sofia-pro/373187_0_0.woff2") format("woff2"), url("../fonts/sofia-pro/373187_0_0.woff") format("woff"), url("../fonts/sofia-pro/373187_0_0.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: SofiaPro;
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/sofia-pro/373187_1_0.eot");
  src: url("../fonts/sofia-pro/373187_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/sofia-pro/373187_1_0.woff2") format("woff2"), url("../fonts/sofia-pro/373187_1_0.woff") format("woff"), url("../fonts/sofia-pro/373187_1_0.ttf") format("truetype");
  font-display: swap;
}
.footer-bottom-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5rem 0 1.5rem;
}
.footer-bottom-list .nav {
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.footer-bottom-list a {
  color: rgb(129.0176, 150.3104, 159.1824);
}
.footer-bottom-list li:first-child .separator {
  display: none;
}
.footer-bottom-list .brand {
  margin-top: 0.5rem;
  margin-right: 0;
  margin-bottom: 1rem;
  font-family: "SofiaPro";
  color: rgb(163.7792, 179.1968, 185.6208);
}
@media (min-width: 992px) {
  .footer-bottom-list .brand {
    margin-top: 0;
    margin-right: 1.25rem;
    margin-bottom: 0;
  }
}
.footer-bottom-list .logo {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .footer-bottom-list .logo {
    margin-bottom: 0;
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  .footer-bottom-list {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.footer-nav {
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 2rem;
}
.footer-nav li {
  margin-bottom: 0.5rem;
}
.footer-nav a {
  color: rgb(129.0176, 150.3104, 159.1824);
}

/**
  Dropdown multiselect
 */
.dropdown-select .btn {
  position: relative;
  min-height: 2.125rem;
  padding: 0 1.25rem 0 0.5rem;
  line-height: 1;
}
.dropdown-select .btn.disabled {
  background-color: rgb(239.096, 241.784, 242.904);
  border-color: rgba(230.4056, 234.5624, 236.2944, 0.5);
  opacity: 1;
}
.dropdown-select .btn .badge {
  top: 0;
}
.dropdown-select .btn::after {
  position: absolute;
  top: calc(50% - 0.21875rem);
  right: 0.375rem;
}
.dropdown-select .select-label {
  color: rgb(163.7792, 179.1968, 185.6208);
}
.show .dropdown-select .select-label {
  color: #364247;
}
.dropdown-select .dropdown-menu {
  font-size: 0.875rem;
}
.dropdown-select .dropdown-item {
  padding: 0.4375rem 0.5rem;
  line-height: 1;
}

.custom-control-inline {
  padding-left: 0.8125rem;
}
.custom-control-inline.custom-radio .custom-control-label {
  padding: 0 1rem;
}
.custom-control-inline.custom-radio .custom-control-label::after {
  margin: 0 0.7rem;
}
.custom-control-inline.custom-radio .custom-control-label::before {
  margin: 0 0.7rem;
}

.custom-control-input + label {
  font-weight: 400;
}

.custom-control-label {
  font-size: 0.875rem;
  line-height: 1.5rem;
}
.custom-control-label.checkbox {
  width: 100%;
  padding: 0.75rem;
  margin-bottom: 0;
}
.custom-control-label.checkbox::after, .custom-control-label.checkbox::before {
  margin: 0.75rem;
}
.custom-control-label .custom-control-sub-label {
  font-family: "ProximaNova";
  font-size: 14px;
  font-weight: 400;
  color: rgb(129.0176, 150.3104, 159.1824);
}
.custom-control-label .custom-control-sub-label.error {
  color: #d9534f;
}

.custom-control-input ~ .custom-control-label::before,
.custom-control-input:focus ~ .custom-control-label::before {
  border: 1px solid rgb(210.128, 217.712, 220.872);
  box-shadow: none;
}

.custom-radio .custom-control-label,
.custom-checkbox .custom-control-label {
  width: 100%;
  color: #364247;
}

.custom-radio .custom-control-label {
  width: 100%;
  padding: 0.7rem 1rem;
  font-size: 0.875rem;
}
.custom-radio .custom-control-label::after {
  margin: 0.7rem;
}
.custom-radio .custom-control-label::before {
  margin: 0.7rem;
}

.custom-radio .custom-control-input:active:not(:disabled) ~ .custom-control-label::after {
  background-image: str-replace(url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='#1abd5e'/%3E%3C/svg%3E"), "#", "%23");
}

.custom-radio .custom-control-input:checked:disabled ~ .custom-control-label::after {
  background-image: str-replace(url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgb(209.2, 241.8, 222.8)'/%3E%3C/svg%3E"), "#", "%23");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #fff;
}

.custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.ngb-dp-weekday.small {
  color: #364247;
}

.label-sm {
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.42857143;
}

label {
  font-family: "SofiaPro";
  font-size: 1rem;
  font-weight: 700;
  color: rgb(98.064, 119.856, 128.936);
}
label .help {
  font-size: 12px;
  font-weight: 400;
}

.label-lg {
  font-size: 1.125rem;
}

.form-control:focus {
  color: #364247;
  box-shadow: 0 0 4px 0 #1493c8;
}

.custom-control-input:checked + label {
  font-weight: 700;
}

.sd-btn-checkbox {
  display: inline-block;
  width: 305px;
  max-width: 100%;
  padding: 0;
  text-align: left;
  background-color: #fff;
  border: 1px solid rgb(230.4056, 234.5624, 236.2944);
  border-radius: 0.25rem;
  box-shadow: none;
}
.sd-btn-checkbox:not(.disabled):hover {
  border-color: rgb(129.0176, 150.3104, 159.1824);
}
.sd-btn-checkbox label:hover {
  cursor: pointer;
}

.sd-radio-list,
.sd-checkbox-list {
  border-top: 1px solid rgb(230.4056, 234.5624, 236.2944);
}

.sd-radio-row,
.sd-checkbox-row {
  font-size: 0.875rem;
  border-bottom: 1px solid rgb(230.4056, 234.5624, 236.2944);
}
.sd-radio-row:hover,
.sd-checkbox-row:hover {
  background-color: rgb(239.096, 241.784, 242.904);
}
.sd-radio-row .custom-control-input:checked + label,
.sd-checkbox-row .custom-control-input:checked + label {
  font-weight: 700;
}
.sd-radio-row label,
.sd-checkbox-row label {
  font-weight: 400;
}
.sd-radio-row label:hover,
.sd-checkbox-row label:hover {
  cursor: pointer;
}
.sd-radio-row.sd-radio-row-bordered,
.sd-checkbox-row.sd-radio-row-bordered {
  margin-bottom: 0.5rem;
  border: 1px solid rgb(230.4056, 234.5624, 236.2944);
  border-radius: 0.25rem;
}
.sd-radio-row.sd-radio-row-bordered.active,
.sd-checkbox-row.sd-radio-row-bordered.active {
  border: 2px solid #1abd5e;
}

.is-invalid:not(input) {
  color: #d9534f;
}

.is-invalid {
  border-color: #d9534f;
}

.form-group.error label {
  color: #d9534f;
}
.form-group.error input,
.form-group.error textarea {
  border-color: #d9534f;
}
.form-group.error .error-message {
  font-size: 0.875rem;
  color: #d9534f;
}

.form-control-plaintext .form-group {
  margin-bottom: 0;
  font-size: 0.875rem;
}
.form-control-plaintext .col-form-label {
  color: #364247;
  text-align: right;
  background-color: rgb(230.4056, 234.5624, 236.2944);
  border-right: 1px solid rgb(210.128, 217.712, 220.872);
}

.static-field {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 12px 0;
  margin: 0 16px;
}
.static-field:not(:last-of-type) {
  border-bottom: 1px solid rgb(230.4056, 234.5624, 236.2944);
}
@media (min-width: 768px) {
  .static-field {
    padding: 10px 0;
  }
}
.static-field label {
  margin-bottom: 2px;
  font-size: 12px;
  line-height: 1.33;
}
@media (min-width: 768px) {
  .static-field label {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.43;
  }
}
@media (min-width: 768px) {
  .static-field:first-child .label-wrapper,
  .static-field:first-child .value-wrapper {
    padding-top: 1rem;
  }
  .static-field:last-child .label-wrapper,
  .static-field:last-child .value-wrapper {
    padding-bottom: 1rem;
  }
}

.sub-label {
  font-size: 12px;
  font-weight: 400;
}

.contact-details-container {
  border-top: solid 1px rgb(230.4056, 234.5624, 236.2944);
}
@media (min-width: 768px) {
  .contact-details-container {
    border-top: none;
    border-left: solid 1px rgb(230.4056, 234.5624, 236.2944);
  }
}

.row-items {
  font-size: 0.875rem;
  color: #364247;
}
.row-items .data-item {
  padding: 0.25rem 0;
}

/** Form PIN **/
.pin-inputs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.pin-inputs input {
  min-width: 3rem;
  font-size: 1.67rem;
  text-align: center;
}

.datepicker ~ .dropdown-menu {
  min-width: auto;
  font-family: "SofiaPro";
}

[class*=icon-upload-] {
  width: 16px;
  height: 16px;
}

.icon-upload-clear {
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M2.854 2.146L8 7.293l5.146-5.147a.5.5 0 01.708.708L8.707 8l5.147 5.146a.5.5 0 01-.708.708L8 8.707l-5.146 5.147a.5.5 0 01-.708-.708L7.293 8 2.146 2.854a.5.5 0 01.708-.708z' fill='%23364247' fill-rule='nonzero'/%3E%3C/svg%3E");
}

.icon-upload-loading {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40' %3E%3Cpath fill='%23D0E9F4' d='M20 35c-8.284 0-15-6.716-15-15 0-8.284 6.716-15 15-15 8.284 0 15 6.716 15 15 0 8.284-6.716 15-15 15zm0-2c7.18 0 13-5.82 13-13S27.18 7 20 7 7 12.82 7 20s5.82 13 13 13z'/%3E%3Cpath fill='%231493C8' d='M29.192 10.808A12.96 12.96 0 0 0 20 7V5c4.142 0 7.892 1.679 10.607 4.393l-1.415 1.415z'%3E%3CanimateTransform attributeType='xml' attributeName='transform' type='rotate' from='0 20 20' to='360 20 20' dur='0.7s' repeatCount='indefinite'/%3E%3C/path%3E%3C/svg%3E");
}

.input-icon, .sd-form-row-invalid .custom-control::after {
  position: absolute;
  top: 0;
  right: -32px;
  width: 20px;
  height: 100%;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
}
.input-icon.icon-invalid, .sd-form-row-invalid .icon-invalid.custom-control::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23D9534F' fill-rule='nonzero' d='M10 8.586l5.293-5.293a1 1 0 0 1 1.414 1.414L11.414 10l5.293 5.293a1 1 0 0 1-1.414 1.414L10 11.414l-5.293 5.293a1 1 0 1 1-1.414-1.414L8.586 10 3.293 4.707a1 1 0 1 1 1.414-1.414L10 8.586z'/%3E%3C/svg%3E%0A");
}
.input-icon.icon-loading, .sd-form-row-invalid .icon-loading.custom-control::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40' %3E%3Cpath fill='%23D0E9F4' d='M20 35c-8.284 0-15-6.716-15-15 0-8.284 6.716-15 15-15 8.284 0 15 6.716 15 15 0 8.284-6.716 15-15 15zm0-2c7.18 0 13-5.82 13-13S27.18 7 20 7 7 12.82 7 20s5.82 13 13 13z'/%3E%3Cpath fill='%231493C8' d='M29.192 10.808A12.96 12.96 0 0 0 20 7V5c4.142 0 7.892 1.679 10.607 4.393l-1.415 1.415z'%3E%3CanimateTransform attributeType='xml' attributeName='transform' type='rotate' from='0 20 20' to='360 20 20' dur='0.7s' repeatCount='indefinite'/%3E%3C/path%3E%3C/svg%3E");
}
.input-icon.icon-valid, .sd-form-row-invalid .icon-valid.custom-control::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' fill-rule='evenodd' stroke='%231abd5e' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 9.5L7.5 15 18 4.5'/%3E%3C/svg%3E%0A");
}
.input-icon.icon-search, .sd-form-row-invalid .icon-search.custom-control::after {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='24' transform='translate(0 0.365723)' fill='white'/%3E%3Cpath d='M10 17.3657C13.866 17.3657 17 14.2317 17 10.3657C17 6.49973 13.866 3.36572 10 3.36572C6.13401 3.36572 3 6.49973 3 10.3657C3 14.2317 6.13401 17.3657 10 17.3657Z' stroke='%232B65D9' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.5 15.8657L21 21.3657' stroke='%232B65D9' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.input-icon.icon-clear, .sd-form-row-invalid .icon-clear.custom-control::after {
  right: 12px;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23364247' fill-rule='nonzero' d='M8 7.293l5.146-5.147a.5.5 0 0 1 .708.708L8.707 8l5.147 5.146a.5.5 0 0 1-.708.708L8 8.707l-5.146 5.147a.5.5 0 0 1-.708-.708L7.293 8 2.146 2.854a.5.5 0 0 1 .708-.708L8 7.293z'/%3E%3C/svg%3E%0A");
}

.sd-form-row-invalid .custom-control-label,
.sd-form-row-invalid label {
  color: #d9534f;
}
.sd-form-row-invalid .form-control,
.sd-form-row-invalid button,
.sd-form-row-invalid select {
  border-color: #d9534f;
}
.sd-form-row-invalid .btn-input-group {
  border-left-color: rgb(230.4056, 234.5624, 236.2944);
}
.sd-form-row-invalid .form-help-text {
  display: none;
}

.sd-form-row-valid .form-control,
.sd-form-row-valid label,
.sd-form-row-valid button,
.sd-form-row-valid select {
  border-color: #1abd5e;
}
.sd-form-row-valid .btn-input-group {
  border-left-color: rgb(230.4056, 234.5624, 236.2944);
}

.form-help-text {
  font-size: 0.875rem;
  color: rgb(129.0176, 150.3104, 159.1824);
}

input[type=date] {
  height: calc(1.5em + 0.75rem + 2px);
}

.radio-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 12px 16px;
  overflow: hidden;
  font-family: "SofiaPro";
  cursor: pointer;
  border: 2px solid rgb(230.4056, 234.5624, 236.2944);
  border-radius: 0.25rem;
}
.radio-block .title {
  font-weight: 700;
}
.radio-block p {
  color: rgb(98.064, 119.856, 128.936);
}
.radio-block .footer {
  position: absolute;
  right: 4px;
  bottom: 0;
  left: 4px;
  padding-top: 0.125rem;
  padding-left: 12px;
  color: rgb(98.064, 119.856, 128.936);
  background-color: rgb(230.4056, 234.5624, 236.2944);
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
@media (min-width: 992px) {
  .radio-block .footer {
    right: 0;
    bottom: -7px;
    left: 0;
  }
}
.radio-block.selected, .radio-block:hover {
  border-color: #1abd5e;
}
.radio-block.selected .footer, .radio-block:hover .footer {
  color: #fff;
  background-color: #1abd5e;
}
.radio-block.selected .title {
  color: #364247;
}
.radio-block.selected p {
  font-weight: 700;
}

.card.card-faq {
  border-radius: 0;
}
.card.card-faq .card-header {
  border-radius: 0;
}
.card.card-faq .card-body {
  box-shadow: none;
}

.page-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.page-footer {
  z-index: 5;
  width: 100%;
  padding: 1rem 0;
  margin-top: 3rem;
  background-color: #fff;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.08), 0 0 4px 0 rgba(0, 0, 0, 0.16);
}

html,
body {
  height: 100%;
  font-size: 1rem;
  background-color: rgb(251.9905, 251.9905, 251.9905);
}

.loading-mask,
.login-mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.95;
}
.loading-mask .content,
.login-mask .content {
  position: relative;
  top: 50%;
  text-align: center;
}
.loading-mask .content h1,
.login-mask .content h1 {
  color: #364247;
}
.loading-mask .content img,
.login-mask .content img {
  margin-bottom: 8px;
}

.content-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.referral-header {
  height: 18rem;
  margin-top: -0.45rem;
  background-color: rgb(208, 233.4, 244);
}
@media (max-width: 767.98px) {
  .referral-header {
    height: 32rem;
  }
}

.referral-body {
  margin-top: -292px;
}
@media (max-width: 767.98px) {
  .referral-body {
    margin-top: -33rem;
  }
}

.indent-level-1 {
  margin-left: 0;
}

.indent-level-2 {
  margin-left: 0rem;
}

.indent-level-3 {
  margin-left: 1.25rem;
}

.indent-level-4 {
  margin-left: 2.5rem;
}

.indent-level-5 {
  margin-left: 3.75rem;
}

.indent-level-6 {
  margin-left: 5rem;
}

.angular-google-map-container {
  height: 400px;
}

.notice-container {
  position: fixed;
  top: 10%;
  right: 0;
  left: 0;
  z-index: 1200;
}
.notice-container .notice {
  position: relative;
  display: inline-block;
  max-width: 90%;
  padding: 1.25em 1.5em;
  margin: 0 auto;
  color: #1abd5e;
  background-color: rgb(209.2, 241.8, 222.8);
  border-color: rgb(209.2, 241.8, 222.8);
  border-radius: 0.25rem;
}
@media (min-width: 576px) {
  .notice-container .notice {
    padding: 1.25rem 3.5rem;
  }
}

.scrollable {
  max-height: 10rem;
  overflow-y: auto;
}

.box-shadow {
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.16);
}

.box-shadow-bottom {
  box-shadow: inset 0 -1px 0 0 rgb(230.4056, 234.5624, 236.2944);
}

.box-shadow-bottom-right-lg {
  box-shadow: 8px 8px 0 0 rgba(20, 48, 102, 0.03);
}

.d-sm-width-auto {
  width: 100%;
}
@media (min-width: 576px) {
  .d-sm-width-auto {
    width: auto;
  }
}

.prevent-vertical-growth {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

@media (min-width: 376px) {
  .prevent-vertical-growth-xsm {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }
}
@media (min-width: 576px) {
  .prevent-vertical-growth-sm {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }
}
@media (min-width: 768px) {
  .prevent-vertical-growth-md {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }
}
@media (min-width: 992px) {
  .prevent-vertical-growth-lg {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }
}
@media (min-width: 1200px) {
  .prevent-vertical-growth-xl {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }
}
.col-grow {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.w-50 {
  width: 50%;
}

@media (min-width: 376px) {
  .w-50-xsm {
    width: 50%;
  }
}
@media (min-width: 576px) {
  .w-50-sm {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .w-50-md {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .w-50-lg {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .w-50-xl {
    width: 50%;
  }
}
.input-group .ng-invalid:not(.ng-pristine) {
  border-color: #d9534f;
}
.input-group .ng-invalid:not(.ng-pristine) .btn {
  border-color: #d9534f;
}

.form-error * {
  font-size: 12px;
  line-height: 1.67;
  color: #d9534f;
}

.label-invalid {
  color: #d9534f;
}

.form-control-sm ~ .input-group-append > .input-group-text {
  font-size: 0.875rem;
  line-height: 1.42857143;
}

.jumbotron {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}
.jumbotron .body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-positive: 100;
  flex-grow: 100;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .jumbotron .body {
    margin-bottom: 0;
  }
}
.jumbotron .button-group {
  padding-left: 1rem;
}
.jumbotron .title {
  -ms-flex: 2 100%;
  flex: 2 100%;
  font-size: 1rem;
  font-weight: 700;
}
.jumbotron.success {
  background-color: rgb(209.2, 241.8, 222.8);
}
.jumbotron.warning {
  background-color: rgb(251.8, 228.6, 217.8);
}
.jumbotron.primary {
  background-color: rgb(208, 233.4, 244);
}
.jumbotron.primary a {
  color: #1493c8;
}
.jumbotron.danger {
  background-color: rgb(247.4, 220.6, 219.8);
}

@media (max-width: 767.98px) {
  .jumbotron {
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .jumbotron .button-group {
    padding-left: 0;
  }
}
.power-link:not([href]):not([tabindex]) {
  color: #1abd5e;
  text-decoration: none;
}
.power-link:not([href]):not([tabindex]):hover, .power-link:not([href]):not([tabindex]):focus {
  color: rgb(23.4, 170.1, 84.6);
  text-decoration: underline;
}
.power-link:not([href]):not([tabindex]):focus {
  outline: 0;
}

.cursor-pointer {
  cursor: pointer;
}

.list-group .list-group-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
}
.list-group .list-group-item:first-of-type {
  padding-top: 1rem;
}
.list-group .list-group-item:last-of-type {
  padding-bottom: 1rem;
}
.list-group .list-group-item.link-container {
  padding-top: 0;
  border: 0;
}
.list-group .list-group-item.link-container .panel-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: "SofiaPro";
  line-height: 1.42;
  color: rgb(98.064, 119.856, 128.936);
  cursor: pointer;
  border-bottom: 1px solid rgb(230.4056, 234.5624, 236.2944);
}
.list-group .list-group-item.link-container .panel-link::after {
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  margin-top: 3px;
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='rgb(98.064, 119.856, 128.936)' fill-rule='nonzero' d='M3.645 1.284a.455.455 0 0 1 .71-.568l4 5a.455.455 0 0 1 0 .568l-4 5a.455.455 0 0 1-.71-.568L7.418 6 3.645 1.284z'/%3E%3C/svg%3E%0A") no-repeat;
}
.list-group .list-group-item.link-container .panel-link:hover::after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23364247' fill-rule='nonzero' d='M3.645 1.284a.455.455 0 0 1 .71-.568l4 5a.455.455 0 0 1 0 .568l-4 5a.455.455 0 0 1-.71-.568L7.418 6 3.645 1.284z'/%3E%3C/svg%3E%0A") no-repeat;
}
.list-group.cards .list-group-item {
  -ms-flex-direction: column;
  flex-direction: column;
}
.list-group.smaller-text {
  list-style: none;
}
.list-group.smaller-text li {
  margin-bottom: 1rem;
  font-size: 0.875rem;
}
.list-group .card-header {
  padding: 0;
  font-size: 0.875rem;
  font-weight: 700;
  border: 0;
  box-shadow: none;
}
.list-group .card-body {
  padding: 0;
  font-size: 0.875rem;
}
.list-group.no-border .list-group-item {
  border: 0;
  box-shadow: none;
}
.list-group > button {
  font-size: 0.875rem;
  font-weight: 700;
  color: rgb(98.064, 119.856, 128.936);
}
.list-group > button:hover {
  color: #364247;
}

.list-bordered {
  margin-bottom: 0;
  list-style-type: none;
}
.list-bordered li {
  display: inline-block;
  padding: 0 10px;
}
.list-bordered li a {
  font-family: "SofiaPro";
  font-size: 0.8125rem;
  color: #364247;
}
.list-bordered li + li {
  border-left: 1px solid rgb(210.128, 217.712, 220.872);
}

.list-group-item-action:hover,
.list-group-item-action:focus {
  background-color: transparent;
}

/**
Below is the timeline layout
*/
.timeline-vertical {
  padding-left: 47px;
  margin-top: 1rem;
  margin-right: 1rem;
}
.timeline-vertical::before {
  position: absolute;
  top: 6.1rem;
  bottom: 3.6rem;
  left: 0.6rem;
  width: 0.15rem;
  margin-left: 25px;
  content: " ";
  background-color: rgb(161, 211.8, 233);
}
.timeline-vertical .timeline-item .timeline-badge {
  top: 1rem;
  left: 0;
  float: left;
  width: 42px;
  height: 42px;
}
.timeline-vertical .timeline-item {
  width: auto;
  margin-bottom: 1rem;
  margin-left: -2rem;
  overflow: hidden;
}
.timeline-vertical .timeline-item .timeline-panel {
  margin-left: 1rem;
  font-size: 0.875rem;
  color: #364247;
}

.list-group.list-group-item.link-container {
  padding-top: 0.5rem;
  border: 0;
}
.list-group.list-group-item.link-container .panel-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 1rem;
  font-family: "SofiaPro";
  line-height: 1.7;
  color: rgb(98.064, 119.856, 128.936);
  text-decoration: none;
  cursor: pointer;
  border-bottom: 1px solid rgb(230.4056, 234.5624, 236.2944);
}
.list-group.list-group-item.link-container .panel-link:hover {
  color: #364247;
}
.list-group.list-group-item.link-container .panel-link::after {
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  margin: 0.3rem 0;
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='rgb(98.064, 119.856, 128.936)' fill-rule='nonzero' d='M3.645 1.284a.455.455 0 0 1 .71-.568l4 5a.455.455 0 0 1 0 .568l-4 5a.455.455 0 0 1-.71-.568L7.418 6 3.645 1.284z'/%3E%3C/svg%3E%0A") no-repeat;
}
.list-group.list-group-item.link-container .panel-link:hover::after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23364247' fill-rule='nonzero' d='M3.645 1.284a.455.455 0 0 1 .71-.568l4 5a.455.455 0 0 1 0 .568l-4 5a.455.455 0 0 1-.71-.568L7.418 6 3.645 1.284z'/%3E%3C/svg%3E%0A") no-repeat;
}

.list-group-check {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  list-style: none;
}
.list-group-check .list-group-check-item {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding-left: calc(1rem + 1.25rem);
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  border: 0;
}
.list-group-check .list-group-check-item::before {
  position: absolute;
  top: calc((1rem * 1.5 - 1.25rem) / 2);
  left: 0;
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  content: "";
  border: 0;
}
@media (min-width: 768px) {
  .list-group-check .list-group-check-item {
    font-size: 1.125rem;
    line-height: 1.44444444;
  }
  .list-group-check .list-group-check-item::before {
    top: calc((1.125rem * 1.44444444 - 1.25rem) / 2);
  }
}
.list-group-check .list-group-check-item.list-group-check-item-primary::before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' fill-rule='evenodd' stroke='%231abd5e' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 9.5L7.5 15 18 4.5'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: 1.25rem 1.25rem;
}
.list-group-check .list-group-check-item.list-group-check-item-accent::before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' fill-rule='evenodd' stroke='%231493c8' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 9.5L7.5 15 18 4.5'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: 1.25rem 1.25rem;
}
.list-group-check .list-group-check-item.list-group-check-item-gray-500::before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' fill-rule='evenodd' stroke='rgb(163.7792, 179.1968, 185.6208)' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 9.5L7.5 15 18 4.5'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: 1.25rem 1.25rem;
}
.list-group-check .list-group-check-item:not(:last-of-type) {
  margin-bottom: 0.25rem;
}
.list-group-check .list-group-check-item.list-group-check-item-sm {
  padding-left: 1.5rem;
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
}
.list-group-check .list-group-check-item.list-group-check-item-sm::before {
  background-size: 0.75rem 0.75rem;
}

.loader {
  width: 2.5rem;
  height: 2.5rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40' %3E%3Cpath fill='%23D0E9F4' d='M20 35c-8.284 0-15-6.716-15-15 0-8.284 6.716-15 15-15 8.284 0 15 6.716 15 15 0 8.284-6.716 15-15 15zm0-2c7.18 0 13-5.82 13-13S27.18 7 20 7 7 12.82 7 20s5.82 13 13 13z'/%3E%3Cpath fill='%231493C8' d='M29.192 10.808A12.96 12.96 0 0 0 20 7V5c4.142 0 7.892 1.679 10.607 4.393l-1.415 1.415z'%3E%3CanimateTransform attributeType='xml' attributeName='transform' type='rotate' from='0 20 20' to='360 20 20' dur='0.7s' repeatCount='indefinite'/%3E%3C/path%3E%3C/svg%3E");
}

.iframe-loading {
  height: 100%;
  min-height: 400px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40' %3E%3Cpath fill='%23D0E9F4' d='M20 35c-8.284 0-15-6.716-15-15 0-8.284 6.716-15 15-15 8.284 0 15 6.716 15 15 0 8.284-6.716 15-15 15zm0-2c7.18 0 13-5.82 13-13S27.18 7 20 7 7 12.82 7 20s5.82 13 13 13z'/%3E%3Cpath fill='%231493C8' d='M29.192 10.808A12.96 12.96 0 0 0 20 7V5c4.142 0 7.892 1.679 10.607 4.393l-1.415 1.415z'%3E%3CanimateTransform attributeType='xml' attributeName='transform' type='rotate' from='0 20 20' to='360 20 20' dur='0.7s' repeatCount='indefinite'/%3E%3C/path%3E%3C/svg%3E") center center no-repeat;
  background-size: 2.5rem 2.5rem;
}

.btn-loading {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn-loading::after {
  display: block;
  width: calc(1rem * 1.5);
  height: calc(1rem * 1.5);
  margin-left: 0.5rem;
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40' %3E%3Cpath fill='%23ffffff50' d='M20,35 C11.7157288,35 5,28.2842712 5,20 C5,11.7157288 11.7157288,5 20,5 C28.2842712,5 35,11.7157288 35,20 C35,28.2842712 28.2842712,35 20,35 Z M20,33 C27.1797017,33 33,27.1797017 33,20 C33,12.8202983 27.1797017,7 20,7 C12.8202983,7 7,12.8202983 7,20 C7,27.1797017 12.8202983,33 20,33 Z'/%3E%3Cpath fill='%23ffffff' d='M29.1923882,10.8076118 C26.8398509,8.45507456 23.5898509,7 20,7 L20,5 C24.1421356,5 27.8921356,6.67893219 30.6066017,9.39339828 L29.1923882,10.8076118 Z'%3E%3CanimateTransform attributeType='xml' attributeName='transform' type='rotate' from='0 20 20' to='360 20 20' dur='0.7s' repeatCount='indefinite'/%3E%3C/path%3E%3C/svg%3E") no-repeat;
}

.modal-content {
  border: 0;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.08), 0 0 4px 0 rgba(0, 0, 0, 0.16);
}

.modal-body {
  box-shadow: inset 0 -1px 0 0 rgb(230.4056, 234.5624, 236.2944);
}
.modal-body .top-description {
  margin-bottom: 17px;
  font-size: 0.875rem;
  line-height: 1.43;
  color: rgb(98.064, 119.856, 128.936);
}
.modal-body .top-label {
  font-weight: 700;
  color: rgb(98.064, 119.856, 128.936);
}
.modal-body .form-group:not(.row) {
  margin-bottom: 0;
}
.modal-body .form-row,
.modal-body .sd-form-row {
  padding-top: 1.4375rem;
}
.modal-body .form-row:first-child,
.modal-body .sd-form-row:first-child {
  padding-top: 0.625rem;
}
.modal-body .form-row:last-child,
.modal-body .sd-form-row:last-child {
  padding-bottom: 0.625rem;
}

.modal-title {
  font-weight: 700;
  line-height: 1.63;
}

.fade.in {
  opacity: 1;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-backdrop.in {
  opacity: 0.7;
}

.modal-header {
  -ms-flex-align: center;
  align-items: center;
  padding: 17px 20px 19px;
  border: 0;
  box-shadow: inset 0 -1px 0 0 rgb(230.4056, 234.5624, 236.2944);
}

.modal-footer {
  padding: 0.875rem 1.25rem;
  border: 0;
}
.modal-footer .btn {
  margin-right: 0;
  margin-left: 0.625rem;
}
@media (max-width: 991.98px) {
  .modal-footer .btn.btn-block {
    margin-left: 0;
  }
}
.modal-footer .btn-container-vertical-md-horizontal {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.modal-footer .btn-container-vertical-md-horizontal .btn {
  width: 100%;
  margin-bottom: 0.5rem;
  margin-left: 0;
}
@media (min-width: 768px) {
  .modal-footer .btn-container-vertical-md-horizontal {
    -ms-flex-direction: row;
    flex-direction: row;
    float: right;
  }
  .modal-footer .btn-container-vertical-md-horizontal .btn {
    width: auto;
    margin-bottom: 0;
    margin-left: 0.625rem;
  }
}

.google-maps-container .angular-google-map-container {
  height: 400px;
}

.photo-select {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 300px;
  font-size: 1rem;
  font-weight: 700;
  color: #364247;
  cursor: pointer;
  background-color: rgb(210.128, 217.712, 220.872);
}
.photo-select button {
  pointer-events: none;
  background-color: transparent;
  border: 0;
}

.photo-edit {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 120px;
  height: 120px;
  background-color: rgb(210.128, 217.712, 220.872);
}
.photo-edit label {
  width: 100%;
  padding: 5px;
  margin: 0;
  color: #fff;
  background-color: rgba(68, 91, 105, 0.5);
}

svg {
  position: relative;
}

.carousel .delete-button {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 30px;
  height: 30px;
  padding: 3px 5px;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid rgb(210.128, 217.712, 220.872);
  border-radius: 30px;
}
.carousel .delete-button svg {
  color: #1abd5e;
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus,
.carousel-control-prev,
.carousel-control-next {
  opacity: 1;
}

.carousel-caption {
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem 1.25rem;
  background-color: rgba(68, 91, 105, 0.5);
}

.date-picker-icon {
  padding: 0.25rem 0 0 0.25rem;
  border: 1px solid rgb(210.128, 217.712, 220.872);
  border-left: none;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.icon-md {
  float: left;
  width: 1.6rem;
  margin-right: 1rem;
}

.image-container {
  max-width: 100%;
  max-height: 168px;
}

.btn-select-photo {
  width: 100%;
  height: 340px;
  border: 0;
}

.selected-photo {
  max-width: 100%;
  max-height: 430px;
}

.winback-benefit {
  width: 74px;
  height: 74px;
}

.logo-container {
  position: relative;
  width: 250px;
  height: 120px;
  overflow: hidden;
  border: solid 1px rgb(230.4056, 234.5624, 236.2944);
}

.companyprofile-logo-container {
  position: relative;
  height: 168px;
  overflow: hidden;
  border: solid 1px rgb(230.4056, 234.5624, 236.2944);
}

.logo-container-small {
  width: 70px;
  height: 48px;
  padding: 2px;
  background-color: rgb(251.9905, 251.9905, 251.9905);
  border: solid 1px rgb(230.4056, 234.5624, 236.2944);
}
.logo-container-small .image-container {
  max-width: 100%;
  max-height: 100%;
}

.arrow-light > * {
  color: rgb(208, 233.4, 244);
}

[class*=icon-zoom-] {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.icon-zoom-out {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg width='20px' height='20px' viewBox='0 0 20 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: sketchtool 48.1 (47250) - http://www.bohemiancoding.com/sketch --%3E%3Ctitle%3ECB9D919C-952C-4EA9-8B74-FEA591DC78DA%3C/title%3E%3Cdesc%3ECreated with sketchtool.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Icons-/-zoom-out' fill='%238CA5B5' fill-rule='nonzero'%3E%3Cpath d='M10,17.5 C14.1421356,17.5 17.5,14.1421356 17.5,10 C17.5,5.85786438 14.1421356,2.5 10,2.5 C5.85786438,2.5 2.5,5.85786438 2.5,10 C2.5,14.1421356 5.85786438,17.5 10,17.5 Z M10,19 C5.02943725,19 1,14.9705627 1,10 C1,5.02943725 5.02943725,1 10,1 C14.9705627,1 19,5.02943725 19,10 C19,14.9705627 14.9705627,19 10,19 Z M5.75,9.25 L14.25,9.25 C14.6642136,9.25 15,9.58578644 15,10 L15,10 C15,10.4142136 14.6642136,10.75 14.25,10.75 L5.75,10.75 C5.33578644,10.75 5,10.4142136 5,10 L5,10 C5,9.58578644 5.33578644,9.25 5.75,9.25 Z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-zoom-in {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg width='20px' height='20px' viewBox='0 0 20 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: sketchtool 48.1 (47250) - http://www.bohemiancoding.com/sketch --%3E%3Ctitle%3EFF6880C1-6466-408A-B289-36DC533B16EC%3C/title%3E%3Cdesc%3ECreated with sketchtool.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Icons-/-zoom-out' fill='%238CA5B5' fill-rule='nonzero'%3E%3Cpath d='M10,17.5 C14.1421356,17.5 17.5,14.1421356 17.5,10 C17.5,5.85786438 14.1421356,2.5 10,2.5 C5.85786438,2.5 2.5,5.85786438 2.5,10 C2.5,14.1421356 5.85786438,17.5 10,17.5 Z M10,19 C5.02943725,19 1,14.9705627 1,10 C1,5.02943725 5.02943725,1 10,1 C14.9705627,1 19,5.02943725 19,10 C19,14.9705627 14.9705627,19 10,19 Z M5.75,9.25 L14.25,9.25 C14.6642136,9.25 15,9.58578644 15,10 L15,10 C15,10.4142136 14.6642136,10.75 14.25,10.75 L5.75,10.75 C5.33578644,10.75 5,10.4142136 5,10 L5,10 C5,9.58578644 5.33578644,9.25 5.75,9.25 Z M10.75,5.75 L10.75,14.25 C10.75,14.6642136 10.4142136,15 10,15 L10,15 C9.58578644,15 9.25,14.6642136 9.25,14.25 L9.25,5.75 C9.25,5.33578644 9.58578644,5 10,5 L10,5 C10.4142136,5 10.75,5.33578644 10.75,5.75 Z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.cr-slider-wrap {
  height: 59px;
  background-color: rgb(230.4056, 234.5624, 236.2944);
}
.cr-slider-wrap .cr-slider {
  width: 70%;
}
.cr-slider-wrap .cr-slider::-webkit-slider-thumb {
  background-color: #1abd5e;
}
.cr-slider-wrap .cr-slider::-webkit-slider-runnable-track {
  background: rgb(210.128, 217.712, 220.872);
}
.cr-slider-wrap > * {
  margin: auto 5px;
}

.croppie-container {
  margin: 20px 0;
}
.croppie-container .cr-viewport {
  border-color: #364247;
  box-shadow: 0 0 2000px 2000px rgba(54, 66, 71, 0.5);
}

.pencil {
  border-bottom: 2px solid transparent;
  fill: #5f3;
}
.pencil:hover {
  cursor: pointer;
  border-bottom: 2px solid currentcolor;
}

.rotate-90 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.rotate-180 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.close-x {
  margin-right: -38px;
}

.logo-text {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  background-color: rgba(68, 91, 105, 0.5);
}

.svg-container svg {
  width: 30px;
  height: 40px;
}

.payment-icon-mastercard {
  width: 40px;
  height: 24px;
  color: transparent;
  background-position: 0 0 !important;
}

.payment-icon-paypal {
  width: 76px;
  height: 24px;
  color: transparent;
  background-position: -160px 0 !important;
}

.payment-icon-secure {
  width: 14px;
  height: 18px;
  margin-bottom: -4px;
  color: transparent;
  background-position: -286px 0 !important;
}

.payment-icon-visa {
  width: 65px;
  height: 24px;
  color: transparent;
  background-position: -72px 0 !important;
}

.payment-icon-amex {
  width: 38px;
  height: 38px;
  color: transparent;
  background-position: -58px -26px !important;
}

.payment-icon-directdebit_uk {
  width: 69px;
  height: 24px;
  color: transparent;
  background-position: -98px -26px !important;
}

.payment-icon-directdebit_sepa {
  width: 70px;
  height: 24px;
  color: transparent;
  background-position: -175px -29px !important;
}

.payment-icon-adyen_credit_card {
  width: 34px;
  height: 24px;
  color: transparent;
  background-position: -242px 0 !important;
}

.payment-icon-adyen {
  width: 55px;
  height: 18px;
  color: transparent;
  background-position: -245px -29px !important;
}

.nav-link {
  font-family: "SofiaPro";
}

.navbar {
  z-index: 800;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
  background-color: #fff;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.08), 0 0 4px 0 rgba(0, 0, 0, 0.16);
}
@media (min-width: 992px) {
  .navbar .navbar-collapse.collapsing {
    height: auto !important;
    transition: none;
  }
}
.navbar .dropdown-toggle-custom::after {
  top: 1.8rem;
}
@media (max-width: 991.98px) {
  .navbar .dropdown-toggle-custom::after {
    top: 1rem;
  }
}
@media (min-width: 992px) {
  .navbar .navbar-nav .dropdown-menu-right {
    right: 0.7rem;
  }
  .navbar .last + .dropdown-menu-right {
    right: 0;
  }
}
.navbar .dropdown-menu {
  top: 3.5rem;
}
.navbar .navbar-brand {
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #1abd5e;
}
.navbar .navbar-brand svg {
  max-width: 15rem;
  height: 2.25rem;
}
.navbar .navbar-brand:hover {
  color: rgb(23.4, 170.1, 84.6);
}
.navbar .divider {
  margin: 1.2rem;
  border-left: 1px solid rgb(210.128, 217.712, 220.872);
}
.navbar .dropdown-item {
  font-size: 0.875rem;
  color: #364247;
}
@media (max-width: 991.98px) {
  .navbar {
    padding-left: 1rem;
  }
  .navbar .navbar-nav {
    margin-bottom: 1.5rem;
  }
  .navbar .divider {
    width: 100%;
    height: 0;
    margin: 0;
    border-top: 1px solid rgb(210.128, 217.712, 220.872);
    border-left: none;
  }
  .navbar .dropdown-menu {
    box-shadow: none;
  }
  .navbar .dropdown-item {
    color: rgb(98.064, 119.856, 128.936);
    box-shadow: none;
  }
}
.navbar.navbar-transparant {
  background: transparent;
}

@media (min-width: 992px) {
  .modal-open {
    padding-right: 6px;
  }
  .modal-open .absolute-menu > div {
    padding-right: 6px;
  }
}
.absolute-submenu {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
  padding-top: 64px;
  overflow: auto;
  background-color: #fff;
}
@media (min-width: 992px) {
  .absolute-submenu {
    padding-top: 72px;
  }
}

.navbar-light .nav-item:hover .nav-link {
  box-shadow: inset 0 -4px 0 0 rgb(210.128, 217.712, 220.872);
}
.navbar-light .nav-item.active .nav-link {
  box-shadow: inset 0 -4px 0 0 #1abd5e;
}

.navbar-toggler {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  font-size: 1rem;
  border: 0;
}
.navbar-toggler .navbar-toggler-icon {
  width: 1.75rem;
  height: 1.5rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23364247' fill-rule='nonzero' d='M2.5 6a.5.5 0 1 1 0-1h19a.5.5 0 1 1 0 1h-19zm0 6.5a.5.5 0 0 1 0-1h19a.5.5 0 1 1 0 1h-19zm0 6.5a.5.5 0 1 1 0-1h19a.5.5 0 1 1 0 1h-19z'/%3E%3C/svg%3E%0A");
}

.navbar-height {
  height: 64px;
}
@media (min-width: 992px) {
  .navbar-height {
    height: 72px;
  }
}

.navbar-nav [class=nav-item]:first-of-type {
  margin-left: 0;
}
.navbar-nav .nav-item .nav-link {
  padding: 1rem 0;
  margin: 0 0.7rem;
  font-weight: 400;
  cursor: pointer;
}
.navbar-nav .nav-item .nav-link.last {
  margin-right: 0;
}
.navbar-nav .nav-item .nav-link-small {
  padding-top: 1rem;
}
@media (max-width: 991.98px) {
  .navbar-nav .nav-item:hover .nav-link,
  .navbar-nav .nav-item.active .nav-link {
    box-shadow: none;
  }
  .navbar-nav .nav-item .nav-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 0;
    margin: 0;
  }
}

.account-switcher {
  min-width: 16rem;
}
@media (max-width: 991.98px) {
  .account-switcher {
    min-width: 100%;
  }
}
.account-switcher .btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 1rem;
  padding-left: 1rem;
  text-align: left;
}
.account-switcher .dropdown-item {
  padding: 0 1.25rem;
}

.dropdown-menu {
  min-width: 100%;
  padding: 0;
  margin-top: -2px;
}

.dropdown-item {
  border: 0;
  box-shadow: inset 0 -1px 0 0 rgb(230.4056, 234.5624, 236.2944);
}
.dropdown-item .card {
  padding: 0.875rem 0 1.25rem;
  margin: 0;
  background-color: transparent;
  border: 0;
  box-shadow: none;
}
.dropdown-item .card-header {
  padding: 0;
  background-color: transparent;
  border: 0;
  box-shadow: none;
}
.dropdown-item .card-body {
  padding: 0;
  background-color: transparent;
}
.dropdown-item a {
  color: #364247;
  text-decoration: none;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #364247;
  background-color: rgb(239.096, 241.784, 242.904);
}

.second-navbar {
  padding: 10px 0;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.08);
}

.search-icon {
  width: 24px;
  height: 24px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23364247' fill-rule='nonzero' d='M16 15.292l5.354 5.354a.5.5 0 0 1-.708.708l-5.354-5.355a8 8 0 1 1 .707-.707zM10 17a7 7 0 1 0 0-14 7 7 0 0 0 0 14z'/%3E%3C/svg%3E") no-repeat;
}
.search-icon:hover {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%231abd5e' fill-rule='nonzero' d='M16 15.292l5.354 5.354a.5.5 0 0 1-.708.708l-5.354-5.355a8 8 0 1 1 .707-.707zM10 17a7 7 0 1 0 0-14 7 7 0 0 0 0 14z'/%3E%3C/svg%3E") no-repeat;
}
.search-icon:active {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='rgb(23.4, 170.1, 84.6)' fill-rule='nonzero' d='M16 15.292l5.354 5.354a.5.5 0 0 1-.708.708l-5.354-5.355a8 8 0 1 1 .707-.707zM10 17a7 7 0 1 0 0-14 7 7 0 0 0 0 14z'/%3E%3C/svg%3E") no-repeat;
}

.absolute-menu {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  max-height: 100vh;
  overflow: auto;
}
@media (min-width: 992px) {
  .absolute-menu {
    overflow: visible;
    background-color: transparent;
  }
}
.absolute-menu .header-submenu {
  width: 100%;
  overflow: hidden;
}
.absolute-menu .header-submenu .header-submenu-margins {
  margin-top: 1rem;
  margin-bottom: 6rem;
}
@media (min-width: 992px) {
  .absolute-menu .header-submenu .header-submenu-margins {
    margin-top: 3rem;
    margin-bottom: 4.5rem;
  }
}
.absolute-menu .nav-link:not(.btn) {
  font-family: "SofiaPro";
  color: #364247;
  -webkit-appearance: none;
}
.absolute-menu .nav-link:not(.btn):hover {
  color: #1abd5e;
}
.absolute-menu .nav-link:not(.btn):active {
  color: rgb(23.4, 170.1, 84.6);
}

.white-header {
  z-index: 800;
  height: 64px;
  background: #fff;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.08), 0 0 4px 0 rgba(0, 0, 0, 0.16);
}
@media (min-width: 992px) {
  .white-header {
    height: 72px;
  }
}

.pagination {
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "SofiaPro";
  font-size: 0.875rem;
}

.page-item .page-link {
  min-width: 2.125rem;
  text-align: center;
  border: 1.5px solid transparent;
}
.page-item .page-link .arrow-dropdown-toggle::after {
  vertical-align: middle;
}
.page-item .page-text {
  padding: 0.375rem 0.6rem;
  margin-left: 0;
}
.page-item:hover .page-link {
  background-color: rgb(230.4056, 234.5624, 236.2944);
  border-color: rgb(230.4056, 234.5624, 236.2944);
}
.page-item:first-child:disabled, .page-item:first-child.disabled, .page-item:last-child:disabled, .page-item:last-child.disabled {
  opacity: 0.65;
}
.page-item:first-child:not(.disabled):hover .page-link, .page-item:last-child:not(.disabled):hover .page-link {
  border-color: rgb(163.7792, 179.1968, 185.6208);
}
.page-item:first-child .page-link, .page-item:last-child .page-link {
  color: #1abd5e;
  background-color: transparent;
  border-color: rgb(210.128, 217.712, 220.872);
}
.page-item:first-child .page-link {
  margin-right: 5px;
}
.page-item:last-child .page-link {
  margin-left: 5px;
}
.page-item.active.disabled:not(:first-child):not(:last-child) .page-link {
  font-weight: 700;
  color: #1abd5e;
  background-color: rgb(209.2, 241.8, 222.8);
  border-color: transparent;
}

.navigation-panel {
  margin-bottom: 5rem;
}

.choice-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.choice-container .choice-panel {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid rgb(230.4056, 234.5624, 236.2944);
  border-radius: 0.25rem;
}
.choice-container .choice-panel + .choice-panel {
  margin-top: 1rem;
  margin-left: 0;
}
@media (min-width: 768px) {
  .choice-container {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .choice-container .choice-panel + .choice-panel {
    margin-top: 0;
    margin-left: 2rem;
  }
}

.choice-header {
  padding: 20px 20px 0;
}
@media (min-width: 768px) {
  .choice-header {
    padding: 32px 32px 0;
  }
}
.choice-header h3 {
  margin-bottom: 0.25rem;
}
.choice-header p {
  margin-bottom: 0;
}

.choice-body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0 20px;
  margin-top: 12px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .choice-body {
    padding: 0 2rem;
    margin-bottom: 32px;
  }
}
.choice-body label {
  margin-bottom: 0;
  font-size: 0.875rem;
}
.choice-body p {
  font-size: 0.875rem;
}

.choice-footer {
  padding: 20px;
}
@media (min-width: 768px) {
  .choice-footer {
    padding: 2rem;
  }
}

.ribbon {
  position: absolute;
  top: 25px;
  right: -25px;
  width: 120px;
  font-family: "SofiaPro";
  color: #fff;
  text-align: center;
  background-color: #ef7b45;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ribbon-wrapper {
  position: absolute;
  top: -1px;
  right: -1px;
  width: 100px;
  height: 100px;
  overflow: hidden;
}

.sticky-button-panel {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 6;
  width: 100%;
  padding: 8px 16px;
  background-color: #fff;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.08), 0 0 14px 0 rgba(0, 0, 0, 0.16);
}

.pre-wrap {
  white-space: pre-wrap;
}

.bg-gray-light {
  background-color: rgb(230.4056, 234.5624, 236.2944);
}
.bg-gray-light .rating {
  color: #364247;
}

.bg-primary-light {
  background-color: rgb(209.2, 241.8, 222.8);
}
.bg-primary-light .rating {
  color: #1abd5e;
}

.bg-warning-light {
  background-color: rgb(251.8, 228.6, 217.8);
}
.bg-warning-light .rating {
  color: #ef7b45;
}

.bg-danger-light {
  background-color: rgb(247.4, 220.6, 219.8);
}
.bg-danger-light .rating {
  color: #d9534f;
}

.rating-label {
  display: inline-block;
  padding: 2px 10px;
  font-family: "SofiaPro";
  font-size: 1rem;
  font-weight: 400;
  color: rgb(98.064, 119.856, 128.936);
  border-radius: 2px;
}

.rating-star {
  display: inline-block;
  color: rgb(210.128, 217.712, 220.872);
}
.rating-star.star-sm {
  width: 1.25rem;
  height: 1.25rem;
  margin: 2px;
}
.rating-star.star-sm:first-child {
  margin-left: 0;
}
.rating-star.star-sm:last-child {
  margin-right: 0;
}
.rating-star.star-md {
  width: 1.5rem;
  height: 1.5rem;
  margin: 4px 2px;
}
.rating-star.star-md:first-child {
  margin-left: 0;
}
.rating-star.star-md:last-child {
  margin-right: 0;
}

.company-rating-unknown.rating-box {
  background-color: rgb(230.4056, 234.5624, 236.2944);
}
.company-rating-unknown .rating {
  color: rgb(98.064, 119.856, 128.936);
}

.company-rating-very-bad.rating-box {
  background-color: rgb(247.4, 220.6, 219.8);
}
.company-rating-very-bad .rating {
  font-weight: 700;
  color: #d9534f;
}

.company-rating-bad.rating-box {
  background-color: rgb(251.8, 228.6, 217.8);
}
.company-rating-bad .rating {
  font-weight: 700;
  color: #ef7b45;
}

.company-rating-medium.rating-box {
  background-color: rgb(209.2, 241.8, 222.8);
}
.company-rating-medium .rating {
  font-weight: 700;
  color: #1abd5e;
}

.company-rating-good.rating-box {
  background-color: rgb(209.2, 241.8, 222.8);
}
.company-rating-good .rating {
  font-weight: 700;
  color: #1abd5e;
}

.company-rating-very-good.rating-box {
  background-color: rgb(209.2, 241.8, 222.8);
}
.company-rating-very-good .rating {
  font-weight: 700;
  color: #1abd5e;
}

.rating-summary {
  padding: 0;
  border-top: 1px solid rgb(230.4056, 234.5624, 236.2944);
  border-bottom: 1px solid rgb(230.4056, 234.5624, 236.2944);
}

.review-summary {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
}
.review-summary .review-summary-label {
  margin: 0 1rem 0 0;
}
.review-summary .review-count {
  padding-left: 0.625rem;
}

.review-reply {
  background-color: rgb(239.096, 241.784, 242.904);
  border-radius: 0.25rem;
}

button:focus,
a:focus {
  outline: 0;
}

.min-h-0 {
  min-height: 0;
}

.table-striped tbody tr:nth-of-type(even) {
  background-color: rgb(230.4056, 234.5624, 236.2944);
}

.card-body > .table {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.table {
  margin-bottom: 0;
  overflow: hidden;
  color: #364247;
}
.table tbody > .disabled {
  background-color: rgb(239.096, 241.784, 242.904);
  opacity: 0.5;
}
.table th {
  padding: 0.5rem 1rem;
  font-family: "SofiaPro";
  font-size: 0.875rem;
}
.table td {
  height: 3.325rem;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  vertical-align: middle;
}
.table .thead-light th {
  color: rgb(98.064, 119.856, 128.936);
  background-color: rgb(230.4056, 234.5624, 236.2944);
  border: 0;
}
.table .no-rows td {
  padding: 7rem 1rem;
  font-size: 1rem;
  color: rgb(129.0176, 150.3104, 159.1824);
  text-align: center;
  background-color: rgb(239.096, 241.784, 242.904);
}
.table.hoverable tr:hover {
  background-color: rgb(239.096, 241.784, 242.904);
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  color: #fff;
}

.table-card .card-body {
  padding: 0;
}

.flex-table-data, .flex-table-header {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  color: rgb(98.064, 119.856, 128.936);
  vertical-align: top;
}
.shadow-bottom.flex-table-data, .shadow-bottom.flex-table-header {
  box-shadow: 0 1px rgb(230.4056, 234.5624, 236.2944);
}
.shadow-top.flex-table-data, .shadow-top.flex-table-header {
  box-shadow: 0 -1px 1px rgb(230.4056, 234.5624, 236.2944);
}
@media (min-width: 992px) {
  .shadow-lg-none.flex-table-data, .shadow-lg-none.flex-table-header {
    box-shadow: none;
  }
}

.flex-table-header {
  padding: 0.5rem 0;
  font-weight: 700;
  color: rgb(98.064, 119.856, 128.936);
  background-color: rgb(230.4056, 234.5624, 236.2944);
}

.nav-tabs .nav-link {
  font-weight: 700;
  color: rgb(98.064, 119.856, 128.936);
}
.nav-tabs .nav-link:not(:disabled):not(.disabled):hover {
  color: rgb(98.064, 119.856, 128.936);
}

h1,
.h1 {
  margin-bottom: 2rem;
  line-height: 1.25;
}
@media (min-width: 768px) {
  h1,
  .h1 {
    margin-bottom: 3.5rem;
    font-size: 2.375rem;
    line-height: 1.26315789;
  }
}

h2,
.h2 {
  margin-bottom: 1.5rem;
  line-height: 1.33333333;
}
@media (min-width: 768px) {
  h2,
  .h2 {
    margin-bottom: 2rem;
    font-size: 2rem;
    line-height: 1.25;
  }
}

h3,
.h3 {
  margin-bottom: 0.5rem;
  line-height: 1.33333333;
}
@media (min-width: 768px) {
  h3,
  .h3 {
    margin-bottom: 1rem;
    font-size: 1.5rem;
    line-height: 1.33333333;
  }
}

h4,
.h4 {
  margin-bottom: 0.5rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  h4,
  .h4 {
    margin-bottom: 0.5rem;
    font-size: 1.125rem;
    line-height: 1.44444444;
  }
}

h5,
.h5 {
  margin-bottom: 0;
  line-height: 1.5;
}
@media (min-width: 768px) {
  h5,
  .h5 {
    font-size: 1rem;
    line-height: 1.5;
  }
}

h6,
.h6 {
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.42857143;
}
@media (min-width: 768px) {
  h6,
  .h6 {
    font-size: 0.875rem;
    line-height: 1.42857143;
  }
}

a {
  font-family: "SofiaPro";
  cursor: pointer;
}
a:active {
  font-weight: 700;
}

p > a {
  font-family: "SofiaPro";
}

.link-secondary {
  font-family: "SofiaPro";
  color: rgb(129.0176, 150.3104, 159.1824);
  text-decoration: none;
  cursor: pointer;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
.link-secondary:hover {
  color: rgb(129.0176, 150.3104, 159.1824);
  text-decoration: underline;
}
.link-secondary:active {
  font-weight: 700;
}

.link-accent {
  font-family: "SofiaPro";
  color: #1493c8;
  text-decoration: none;
  cursor: pointer;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
.link-accent:hover {
  color: #1493c8;
  text-decoration: underline;
}
.link-accent:active {
  font-weight: 700;
}

p {
  font-size: 1rem;
  line-height: 1.5;
}

.p-small {
  font-size: 0.875rem;
  line-height: 1.42857143;
}

.p-large {
  font-size: 1rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .p-large {
    font-size: 1.125rem;
    line-height: 1.44444444;
  }
}

.smaller, .radio-block p, .review-summary .review-count {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.font-size-md {
  font-size: 1rem !important;
}

.font-size-lg {
  font-size: 1.125rem;
}

.font-size-xs {
  font-size: 0.625rem;
}

.lead {
  font-size: 1.125rem !important;
  line-height: 1.625rem !important;
}

.text-lg {
  font-size: 2.875rem;
}

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

.text-gray {
  color: rgb(98.064, 119.856, 128.936) !important;
}

.text-gray-light {
  color: rgb(129.0176, 150.3104, 159.1824);
}

.text-gray-lighter {
  color: rgb(163.7792, 179.1968, 185.6208);
}

.text-empty-state {
  font-style: italic;
  color: rgb(163.7792, 179.1968, 185.6208);
}

.label {
  font-weight: 700;
  color: rgb(98.064, 119.856, 128.936);
}

.block-link {
  display: block;
  padding: 16px 0;
  font-family: "ProximaNova";
  color: #364247;
}
.block-link h3 {
  margin-bottom: 12px;
}
.block-link p:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .block-link {
    padding: 20px 0;
  }
}

.block-link:hover {
  padding: 16px 15px;
  margin: 0 -15px;
  color: #364247;
  text-decoration: none;
  background-color: rgb(239.096, 241.784, 242.904);
}
@media (min-width: 992px) {
  .block-link:hover {
    padding: 20px 15px;
  }
}

.font-sofia-pro {
  font-family: "SofiaPro";
}

.font-proxima-nova {
  font-family: "ProximaNova";
}

.text-strikethrough {
  text-decoration: line-through;
}

.word-break {
  word-break: break-word;
}

.company-profile-carousel-wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.company-profile-carousel-wrap::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: #1a1817;
  opacity: 0.85;
}

.company-profile-carousel {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.company-profile-carousel .carousel-caption {
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0;
  background: linear-gradient(to bottom, rgba(26, 24, 23, 0), rgba(26, 24, 23, 0.5));
  opacity: 0.85;
}

.company-profile-photos {
  margin-right: 0.5rem;
  margin-bottom: 1rem;
}
.company-profile-photos img {
  width: 15rem;
  height: 10rem;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .company-profile-photos img {
    width: 11.25rem;
    height: 7.5rem;
  }
}
.company-profile-photos:last-child {
  margin-right: 0;
}

.carousel-image {
  display: block;
  max-width: 90vw;
  max-height: 75vh;
}
@media screen and (max-device-height: 440px) {
  .carousel-image {
    max-height: 65vh;
  }
}

.carousel-controls-container {
  position: fixed;
  bottom: 0;
  left: 50%;
  z-index: 10000;
  margin-bottom: 2rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-device-height: 540px) {
  .carousel-controls-container {
    margin-bottom: 1rem;
  }
}

.carousel-controls-text {
  width: 5.5rem;
  font-size: 0.875rem;
  line-height: 1.25;
  color: #fff;
  text-align: center;
}

.carousel-close-container {
  position: fixed;
  top: 3%;
  right: 3%;
  z-index: 10000;
}

.carousel-action-btn {
  border: 1px solid #3e9cfa;
  padding: 0.4375rem 0.4375rem;
  font-size: 0.625rem;
  line-height: 1;
  border-radius: 0.25rem;
}

.hide-scroll-bar {
  overflow: hidden;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.preview-loader-padding {
  padding: 50px;
}
@media (max-width: 767.98px) {
  .preview-loader-padding {
    padding: 40px;
  }
}

.wp-block-quote {
  padding-left: 1em;
  margin: 0 0 1.75em;
  border-left: 0.25em solid;
}
.wp-block-quote.has-text-align-right {
  padding-right: 1em;
  padding-left: 0;
  border-right: 0.25em solid;
  border-left: none;
}
.wp-block-quote.has-text-align-center {
  padding-left: 0;
  border: 0;
}

.wp-block-table thead {
  text-align: center;
  border-bottom: 3px solid;
}
.wp-block-table td,
.wp-block-table th {
  padding: 0.5em;
  word-break: normal;
  border: 1px solid;
}
.wp-block-table figcaption {
  font-size: 13px;
  color: #555;
  text-align: center;
}
.wp-block-table tfoot {
  border-top: 3px solid;
}

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

a.bg-gray-100:hover, a.bg-gray-100:focus,
button.bg-gray-100:hover,
button.bg-gray-100:focus {
  background-color: rgb(226.4905, 226.4905, 226.4905) !important;
}

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

a.bg-gray-200:hover, a.bg-gray-200:focus,
button.bg-gray-200:hover,
button.bg-gray-200:focus {
  background-color: rgb(210.128, 217.712, 220.872) !important;
}

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

a.bg-gray-300:hover, a.bg-gray-300:focus,
button.bg-gray-300:hover,
button.bg-gray-300:focus {
  background-color: rgb(201.4376, 210.4904, 214.2624) !important;
}

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

a.bg-gray-400:hover, a.bg-gray-400:focus,
button.bg-gray-400:hover,
button.bg-gray-400:focus {
  background-color: rgb(181.16, 193.64, 198.84) !important;
}

.bg-gray-500 {
  background-color: rgb(163.7792, 179.1968, 185.6208) !important;
}

a.bg-gray-500:hover, a.bg-gray-500:focus,
button.bg-gray-500:hover,
button.bg-gray-500:focus {
  background-color: rgb(134.8112, 155.1248, 163.5888) !important;
}

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

a.bg-gray-600:hover, a.bg-gray-600:focus,
button.bg-gray-600:hover,
button.bg-gray-600:focus {
  background-color: rgb(102.4704, 125.2416, 134.7296) !important;
}

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

a.bg-gray-700:hover, a.bg-gray-700:focus,
button.bg-gray-700:hover,
button.bg-gray-700:focus {
  background-color: rgb(76.032, 92.928, 99.968) !important;
}

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

a.bg-gray-800:hover, a.bg-gray-800:focus,
button.bg-gray-800:hover,
button.bg-gray-800:focus {
  background-color: rgb(31.968, 39.072, 42.032) !important;
}

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

a.bg-gray-900:hover, a.bg-gray-900:focus,
button.bg-gray-900:hover,
button.bg-gray-900:focus {
  background-color: rgb(10.2567567568, 11.5, 12.7432432432) !important;
}

.bg-gray-150 {
  background-color: rgb(247.7864, 249.0056, 249.5136) !important;
}

a.bg-gray-150:hover, a.bg-gray-150:focus,
button.bg-gray-150:hover,
button.bg-gray-150:focus {
  background-color: rgb(218.8184, 224.9336, 227.4816) !important;
}

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

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

.bg-accent {
  background-color: #1493c8 !important;
}

.bg-accent-light {
  background-color: rgb(161, 211.8, 233) !important;
}

.bg-accent-lighter {
  background-color: rgb(208, 233.4, 244) !important;
}

.bg-primary-light {
  background-color: rgb(209.2, 241.8, 222.8) !important;
}

.bg-primary-lighter {
  background-color: rgb(232.1, 248.4, 238.9) !important;
}

.bg-hover-gray:hover {
  background-color: rgb(239.096, 241.784, 242.904);
}

.d-none {
  display: none !important;
}

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

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

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

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

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

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

.d-flex, .timeline-vertical .timeline-item, .logo-container, .companyprofile-logo-container, .navbar .navbar-brand, .page-item .page-link {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 376px) {
  .d-xsm-none {
    display: none !important;
  }
  .d-xsm-inline {
    display: inline !important;
  }
  .d-xsm-inline-block {
    display: inline-block !important;
  }
  .d-xsm-block {
    display: block !important;
  }
  .d-xsm-table {
    display: table !important;
  }
  .d-xsm-table-row {
    display: table-row !important;
  }
  .d-xsm-table-cell {
    display: table-cell !important;
  }
  .d-xsm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xsm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.sd-m-0 {
  margin: 0 !important;
}

.sd-mt-0,
.sd-my-0 {
  margin-top: 0 !important;
}

.sd-mr-0,
.sd-mx-0 {
  margin-right: 0 !important;
}

.sd-mb-0,
.sd-my-0 {
  margin-bottom: 0 !important;
}

.sd-ml-0,
.sd-mx-0 {
  margin-left: 0 !important;
}

.sd-m-0_25 {
  margin: 0.25rem !important;
}

.sd-mt-0_25,
.sd-my-0_25 {
  margin-top: 0.25rem !important;
}

.sd-mr-0_25,
.sd-mx-0_25 {
  margin-right: 0.25rem !important;
}

.sd-mb-0_25,
.sd-my-0_25 {
  margin-bottom: 0.25rem !important;
}

.sd-ml-0_25,
.sd-mx-0_25 {
  margin-left: 0.25rem !important;
}

.sd-m-0_5 {
  margin: 0.5rem !important;
}

.sd-mt-0_5,
.sd-my-0_5 {
  margin-top: 0.5rem !important;
}

.sd-mr-0_5,
.sd-mx-0_5 {
  margin-right: 0.5rem !important;
}

.sd-mb-0_5,
.sd-my-0_5 {
  margin-bottom: 0.5rem !important;
}

.sd-ml-0_5,
.sd-mx-0_5 {
  margin-left: 0.5rem !important;
}

.sd-m-0_75 {
  margin: 0.75rem !important;
}

.sd-mt-0_75,
.sd-my-0_75 {
  margin-top: 0.75rem !important;
}

.sd-mr-0_75,
.sd-mx-0_75 {
  margin-right: 0.75rem !important;
}

.sd-mb-0_75,
.sd-my-0_75 {
  margin-bottom: 0.75rem !important;
}

.sd-ml-0_75,
.sd-mx-0_75 {
  margin-left: 0.75rem !important;
}

.sd-m-1 {
  margin: 1rem !important;
}

.sd-mt-1,
.sd-my-1 {
  margin-top: 1rem !important;
}

.sd-mr-1,
.sd-mx-1 {
  margin-right: 1rem !important;
}

.sd-mb-1,
.sd-my-1 {
  margin-bottom: 1rem !important;
}

.sd-ml-1,
.sd-mx-1 {
  margin-left: 1rem !important;
}

.sd-m-1_125 {
  margin: 1.125rem !important;
}

.sd-mt-1_125,
.sd-my-1_125 {
  margin-top: 1.125rem !important;
}

.sd-mr-1_125,
.sd-mx-1_125 {
  margin-right: 1.125rem !important;
}

.sd-mb-1_125,
.sd-my-1_125 {
  margin-bottom: 1.125rem !important;
}

.sd-ml-1_125,
.sd-mx-1_125 {
  margin-left: 1.125rem !important;
}

.sd-m-1_25 {
  margin: 1.25rem !important;
}

.sd-mt-1_25,
.sd-my-1_25 {
  margin-top: 1.25rem !important;
}

.sd-mr-1_25,
.sd-mx-1_25 {
  margin-right: 1.25rem !important;
}

.sd-mb-1_25,
.sd-my-1_25 {
  margin-bottom: 1.25rem !important;
}

.sd-ml-1_25,
.sd-mx-1_25 {
  margin-left: 1.25rem !important;
}

.sd-m-1_5 {
  margin: 1.5rem !important;
}

.sd-mt-1_5,
.sd-my-1_5 {
  margin-top: 1.5rem !important;
}

.sd-mr-1_5,
.sd-mx-1_5 {
  margin-right: 1.5rem !important;
}

.sd-mb-1_5,
.sd-my-1_5 {
  margin-bottom: 1.5rem !important;
}

.sd-ml-1_5,
.sd-mx-1_5 {
  margin-left: 1.5rem !important;
}

.sd-m-1_75 {
  margin: 1.75rem !important;
}

.sd-mt-1_75,
.sd-my-1_75 {
  margin-top: 1.75rem !important;
}

.sd-mr-1_75,
.sd-mx-1_75 {
  margin-right: 1.75rem !important;
}

.sd-mb-1_75,
.sd-my-1_75 {
  margin-bottom: 1.75rem !important;
}

.sd-ml-1_75,
.sd-mx-1_75 {
  margin-left: 1.75rem !important;
}

.sd-m-2 {
  margin: 2rem !important;
}

.sd-mt-2,
.sd-my-2 {
  margin-top: 2rem !important;
}

.sd-mr-2,
.sd-mx-2 {
  margin-right: 2rem !important;
}

.sd-mb-2,
.sd-my-2 {
  margin-bottom: 2rem !important;
}

.sd-ml-2,
.sd-mx-2 {
  margin-left: 2rem !important;
}

.sd-m-2_5 {
  margin: 2.5rem !important;
}

.sd-mt-2_5,
.sd-my-2_5 {
  margin-top: 2.5rem !important;
}

.sd-mr-2_5,
.sd-mx-2_5 {
  margin-right: 2.5rem !important;
}

.sd-mb-2_5,
.sd-my-2_5 {
  margin-bottom: 2.5rem !important;
}

.sd-ml-2_5,
.sd-mx-2_5 {
  margin-left: 2.5rem !important;
}

.sd-m-2_75 {
  margin: 2.75rem !important;
}

.sd-mt-2_75,
.sd-my-2_75 {
  margin-top: 2.75rem !important;
}

.sd-mr-2_75,
.sd-mx-2_75 {
  margin-right: 2.75rem !important;
}

.sd-mb-2_75,
.sd-my-2_75 {
  margin-bottom: 2.75rem !important;
}

.sd-ml-2_75,
.sd-mx-2_75 {
  margin-left: 2.75rem !important;
}

.sd-m-3 {
  margin: 3rem !important;
}

.sd-mt-3,
.sd-my-3 {
  margin-top: 3rem !important;
}

.sd-mr-3,
.sd-mx-3 {
  margin-right: 3rem !important;
}

.sd-mb-3,
.sd-my-3 {
  margin-bottom: 3rem !important;
}

.sd-ml-3,
.sd-mx-3 {
  margin-left: 3rem !important;
}

.sd-m-3_25 {
  margin: 3.25rem !important;
}

.sd-mt-3_25,
.sd-my-3_25 {
  margin-top: 3.25rem !important;
}

.sd-mr-3_25,
.sd-mx-3_25 {
  margin-right: 3.25rem !important;
}

.sd-mb-3_25,
.sd-my-3_25 {
  margin-bottom: 3.25rem !important;
}

.sd-ml-3_25,
.sd-mx-3_25 {
  margin-left: 3.25rem !important;
}

.sd-m-3_5 {
  margin: 3.5rem !important;
}

.sd-mt-3_5,
.sd-my-3_5 {
  margin-top: 3.5rem !important;
}

.sd-mr-3_5,
.sd-mx-3_5 {
  margin-right: 3.5rem !important;
}

.sd-mb-3_5,
.sd-my-3_5 {
  margin-bottom: 3.5rem !important;
}

.sd-ml-3_5,
.sd-mx-3_5 {
  margin-left: 3.5rem !important;
}

.sd-m-4 {
  margin: 4rem !important;
}

.sd-mt-4,
.sd-my-4 {
  margin-top: 4rem !important;
}

.sd-mr-4,
.sd-mx-4 {
  margin-right: 4rem !important;
}

.sd-mb-4,
.sd-my-4 {
  margin-bottom: 4rem !important;
}

.sd-ml-4,
.sd-mx-4 {
  margin-left: 4rem !important;
}

.sd-m-5 {
  margin: 5rem !important;
}

.sd-mt-5,
.sd-my-5 {
  margin-top: 5rem !important;
}

.sd-mr-5,
.sd-mx-5 {
  margin-right: 5rem !important;
}

.sd-mb-5,
.sd-my-5 {
  margin-bottom: 5rem !important;
}

.sd-ml-5,
.sd-mx-5 {
  margin-left: 5rem !important;
}

.sd-m-5_25 {
  margin: 5.25rem !important;
}

.sd-mt-5_25,
.sd-my-5_25 {
  margin-top: 5.25rem !important;
}

.sd-mr-5_25,
.sd-mx-5_25 {
  margin-right: 5.25rem !important;
}

.sd-mb-5_25,
.sd-my-5_25 {
  margin-bottom: 5.25rem !important;
}

.sd-ml-5_25,
.sd-mx-5_25 {
  margin-left: 5.25rem !important;
}

.sd-m-5_5 {
  margin: 5.5rem !important;
}

.sd-mt-5_5,
.sd-my-5_5 {
  margin-top: 5.5rem !important;
}

.sd-mr-5_5,
.sd-mx-5_5 {
  margin-right: 5.5rem !important;
}

.sd-mb-5_5,
.sd-my-5_5 {
  margin-bottom: 5.5rem !important;
}

.sd-ml-5_5,
.sd-mx-5_5 {
  margin-left: 5.5rem !important;
}

.sd-m-6 {
  margin: 6rem !important;
}

.sd-mt-6,
.sd-my-6 {
  margin-top: 6rem !important;
}

.sd-mr-6,
.sd-mx-6 {
  margin-right: 6rem !important;
}

.sd-mb-6,
.sd-my-6 {
  margin-bottom: 6rem !important;
}

.sd-ml-6,
.sd-mx-6 {
  margin-left: 6rem !important;
}

.sd-m-8 {
  margin: 8rem !important;
}

.sd-mt-8,
.sd-my-8 {
  margin-top: 8rem !important;
}

.sd-mr-8,
.sd-mx-8 {
  margin-right: 8rem !important;
}

.sd-mb-8,
.sd-my-8 {
  margin-bottom: 8rem !important;
}

.sd-ml-8,
.sd-mx-8 {
  margin-left: 8rem !important;
}

.sd-m-9 {
  margin: 9rem !important;
}

.sd-mt-9,
.sd-my-9 {
  margin-top: 9rem !important;
}

.sd-mr-9,
.sd-mx-9 {
  margin-right: 9rem !important;
}

.sd-mb-9,
.sd-my-9 {
  margin-bottom: 9rem !important;
}

.sd-ml-9,
.sd-mx-9 {
  margin-left: 9rem !important;
}

.sd-p-0 {
  padding: 0 !important;
}

.sd-pt-0,
.sd-py-0 {
  padding-top: 0 !important;
}

.sd-pr-0,
.sd-px-0 {
  padding-right: 0 !important;
}

.sd-pb-0,
.sd-py-0 {
  padding-bottom: 0 !important;
}

.sd-pl-0,
.sd-px-0 {
  padding-left: 0 !important;
}

.sd-p-0_25 {
  padding: 0.25rem !important;
}

.sd-pt-0_25,
.sd-py-0_25 {
  padding-top: 0.25rem !important;
}

.sd-pr-0_25,
.sd-px-0_25 {
  padding-right: 0.25rem !important;
}

.sd-pb-0_25,
.sd-py-0_25 {
  padding-bottom: 0.25rem !important;
}

.sd-pl-0_25,
.sd-px-0_25 {
  padding-left: 0.25rem !important;
}

.sd-p-0_5 {
  padding: 0.5rem !important;
}

.sd-pt-0_5,
.sd-py-0_5 {
  padding-top: 0.5rem !important;
}

.sd-pr-0_5,
.sd-px-0_5 {
  padding-right: 0.5rem !important;
}

.sd-pb-0_5,
.sd-py-0_5 {
  padding-bottom: 0.5rem !important;
}

.sd-pl-0_5,
.sd-px-0_5 {
  padding-left: 0.5rem !important;
}

.sd-p-0_75 {
  padding: 0.75rem !important;
}

.sd-pt-0_75,
.sd-py-0_75 {
  padding-top: 0.75rem !important;
}

.sd-pr-0_75,
.sd-px-0_75 {
  padding-right: 0.75rem !important;
}

.sd-pb-0_75,
.sd-py-0_75 {
  padding-bottom: 0.75rem !important;
}

.sd-pl-0_75,
.sd-px-0_75 {
  padding-left: 0.75rem !important;
}

.sd-p-1 {
  padding: 1rem !important;
}

.sd-pt-1,
.sd-py-1 {
  padding-top: 1rem !important;
}

.sd-pr-1,
.sd-px-1 {
  padding-right: 1rem !important;
}

.sd-pb-1,
.sd-py-1 {
  padding-bottom: 1rem !important;
}

.sd-pl-1,
.sd-px-1 {
  padding-left: 1rem !important;
}

.sd-p-1_125 {
  padding: 1.125rem !important;
}

.sd-pt-1_125,
.sd-py-1_125 {
  padding-top: 1.125rem !important;
}

.sd-pr-1_125,
.sd-px-1_125 {
  padding-right: 1.125rem !important;
}

.sd-pb-1_125,
.sd-py-1_125 {
  padding-bottom: 1.125rem !important;
}

.sd-pl-1_125,
.sd-px-1_125 {
  padding-left: 1.125rem !important;
}

.sd-p-1_25 {
  padding: 1.25rem !important;
}

.sd-pt-1_25,
.sd-py-1_25 {
  padding-top: 1.25rem !important;
}

.sd-pr-1_25,
.sd-px-1_25 {
  padding-right: 1.25rem !important;
}

.sd-pb-1_25,
.sd-py-1_25 {
  padding-bottom: 1.25rem !important;
}

.sd-pl-1_25,
.sd-px-1_25 {
  padding-left: 1.25rem !important;
}

.sd-p-1_5 {
  padding: 1.5rem !important;
}

.sd-pt-1_5,
.sd-py-1_5 {
  padding-top: 1.5rem !important;
}

.sd-pr-1_5,
.sd-px-1_5 {
  padding-right: 1.5rem !important;
}

.sd-pb-1_5,
.sd-py-1_5 {
  padding-bottom: 1.5rem !important;
}

.sd-pl-1_5,
.sd-px-1_5 {
  padding-left: 1.5rem !important;
}

.sd-p-1_75 {
  padding: 1.75rem !important;
}

.sd-pt-1_75,
.sd-py-1_75 {
  padding-top: 1.75rem !important;
}

.sd-pr-1_75,
.sd-px-1_75 {
  padding-right: 1.75rem !important;
}

.sd-pb-1_75,
.sd-py-1_75 {
  padding-bottom: 1.75rem !important;
}

.sd-pl-1_75,
.sd-px-1_75 {
  padding-left: 1.75rem !important;
}

.sd-p-2 {
  padding: 2rem !important;
}

.sd-pt-2,
.sd-py-2 {
  padding-top: 2rem !important;
}

.sd-pr-2,
.sd-px-2 {
  padding-right: 2rem !important;
}

.sd-pb-2,
.sd-py-2 {
  padding-bottom: 2rem !important;
}

.sd-pl-2,
.sd-px-2 {
  padding-left: 2rem !important;
}

.sd-p-2_5 {
  padding: 2.5rem !important;
}

.sd-pt-2_5,
.sd-py-2_5 {
  padding-top: 2.5rem !important;
}

.sd-pr-2_5,
.sd-px-2_5 {
  padding-right: 2.5rem !important;
}

.sd-pb-2_5,
.sd-py-2_5 {
  padding-bottom: 2.5rem !important;
}

.sd-pl-2_5,
.sd-px-2_5 {
  padding-left: 2.5rem !important;
}

.sd-p-2_75 {
  padding: 2.75rem !important;
}

.sd-pt-2_75,
.sd-py-2_75 {
  padding-top: 2.75rem !important;
}

.sd-pr-2_75,
.sd-px-2_75 {
  padding-right: 2.75rem !important;
}

.sd-pb-2_75,
.sd-py-2_75 {
  padding-bottom: 2.75rem !important;
}

.sd-pl-2_75,
.sd-px-2_75 {
  padding-left: 2.75rem !important;
}

.sd-p-3 {
  padding: 3rem !important;
}

.sd-pt-3,
.sd-py-3 {
  padding-top: 3rem !important;
}

.sd-pr-3,
.sd-px-3 {
  padding-right: 3rem !important;
}

.sd-pb-3,
.sd-py-3 {
  padding-bottom: 3rem !important;
}

.sd-pl-3,
.sd-px-3 {
  padding-left: 3rem !important;
}

.sd-p-3_25 {
  padding: 3.25rem !important;
}

.sd-pt-3_25,
.sd-py-3_25 {
  padding-top: 3.25rem !important;
}

.sd-pr-3_25,
.sd-px-3_25 {
  padding-right: 3.25rem !important;
}

.sd-pb-3_25,
.sd-py-3_25 {
  padding-bottom: 3.25rem !important;
}

.sd-pl-3_25,
.sd-px-3_25 {
  padding-left: 3.25rem !important;
}

.sd-p-3_5 {
  padding: 3.5rem !important;
}

.sd-pt-3_5,
.sd-py-3_5 {
  padding-top: 3.5rem !important;
}

.sd-pr-3_5,
.sd-px-3_5 {
  padding-right: 3.5rem !important;
}

.sd-pb-3_5,
.sd-py-3_5 {
  padding-bottom: 3.5rem !important;
}

.sd-pl-3_5,
.sd-px-3_5 {
  padding-left: 3.5rem !important;
}

.sd-p-4 {
  padding: 4rem !important;
}

.sd-pt-4,
.sd-py-4 {
  padding-top: 4rem !important;
}

.sd-pr-4,
.sd-px-4 {
  padding-right: 4rem !important;
}

.sd-pb-4,
.sd-py-4 {
  padding-bottom: 4rem !important;
}

.sd-pl-4,
.sd-px-4 {
  padding-left: 4rem !important;
}

.sd-p-5 {
  padding: 5rem !important;
}

.sd-pt-5,
.sd-py-5 {
  padding-top: 5rem !important;
}

.sd-pr-5,
.sd-px-5 {
  padding-right: 5rem !important;
}

.sd-pb-5,
.sd-py-5 {
  padding-bottom: 5rem !important;
}

.sd-pl-5,
.sd-px-5 {
  padding-left: 5rem !important;
}

.sd-p-5_25 {
  padding: 5.25rem !important;
}

.sd-pt-5_25,
.sd-py-5_25 {
  padding-top: 5.25rem !important;
}

.sd-pr-5_25,
.sd-px-5_25 {
  padding-right: 5.25rem !important;
}

.sd-pb-5_25,
.sd-py-5_25 {
  padding-bottom: 5.25rem !important;
}

.sd-pl-5_25,
.sd-px-5_25 {
  padding-left: 5.25rem !important;
}

.sd-p-5_5 {
  padding: 5.5rem !important;
}

.sd-pt-5_5,
.sd-py-5_5 {
  padding-top: 5.5rem !important;
}

.sd-pr-5_5,
.sd-px-5_5 {
  padding-right: 5.5rem !important;
}

.sd-pb-5_5,
.sd-py-5_5 {
  padding-bottom: 5.5rem !important;
}

.sd-pl-5_5,
.sd-px-5_5 {
  padding-left: 5.5rem !important;
}

.sd-p-6 {
  padding: 6rem !important;
}

.sd-pt-6,
.sd-py-6 {
  padding-top: 6rem !important;
}

.sd-pr-6,
.sd-px-6 {
  padding-right: 6rem !important;
}

.sd-pb-6,
.sd-py-6 {
  padding-bottom: 6rem !important;
}

.sd-pl-6,
.sd-px-6 {
  padding-left: 6rem !important;
}

.sd-p-8 {
  padding: 8rem !important;
}

.sd-pt-8,
.sd-py-8 {
  padding-top: 8rem !important;
}

.sd-pr-8,
.sd-px-8 {
  padding-right: 8rem !important;
}

.sd-pb-8,
.sd-py-8 {
  padding-bottom: 8rem !important;
}

.sd-pl-8,
.sd-px-8 {
  padding-left: 8rem !important;
}

.sd-p-9 {
  padding: 9rem !important;
}

.sd-pt-9,
.sd-py-9 {
  padding-top: 9rem !important;
}

.sd-pr-9,
.sd-px-9 {
  padding-right: 9rem !important;
}

.sd-pb-9,
.sd-py-9 {
  padding-bottom: 9rem !important;
}

.sd-pl-9,
.sd-px-9 {
  padding-left: 9rem !important;
}

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

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

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

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

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

@media (min-width: 376px) {
  .sd-m-xsm-0 {
    margin: 0 !important;
  }
  .sd-mt-xsm-0,
  .sd-my-xsm-0 {
    margin-top: 0 !important;
  }
  .sd-mr-xsm-0,
  .sd-mx-xsm-0 {
    margin-right: 0 !important;
  }
  .sd-mb-xsm-0,
  .sd-my-xsm-0 {
    margin-bottom: 0 !important;
  }
  .sd-ml-xsm-0,
  .sd-mx-xsm-0 {
    margin-left: 0 !important;
  }
  .sd-m-xsm-0_25 {
    margin: 0.25rem !important;
  }
  .sd-mt-xsm-0_25,
  .sd-my-xsm-0_25 {
    margin-top: 0.25rem !important;
  }
  .sd-mr-xsm-0_25,
  .sd-mx-xsm-0_25 {
    margin-right: 0.25rem !important;
  }
  .sd-mb-xsm-0_25,
  .sd-my-xsm-0_25 {
    margin-bottom: 0.25rem !important;
  }
  .sd-ml-xsm-0_25,
  .sd-mx-xsm-0_25 {
    margin-left: 0.25rem !important;
  }
  .sd-m-xsm-0_5 {
    margin: 0.5rem !important;
  }
  .sd-mt-xsm-0_5,
  .sd-my-xsm-0_5 {
    margin-top: 0.5rem !important;
  }
  .sd-mr-xsm-0_5,
  .sd-mx-xsm-0_5 {
    margin-right: 0.5rem !important;
  }
  .sd-mb-xsm-0_5,
  .sd-my-xsm-0_5 {
    margin-bottom: 0.5rem !important;
  }
  .sd-ml-xsm-0_5,
  .sd-mx-xsm-0_5 {
    margin-left: 0.5rem !important;
  }
  .sd-m-xsm-0_75 {
    margin: 0.75rem !important;
  }
  .sd-mt-xsm-0_75,
  .sd-my-xsm-0_75 {
    margin-top: 0.75rem !important;
  }
  .sd-mr-xsm-0_75,
  .sd-mx-xsm-0_75 {
    margin-right: 0.75rem !important;
  }
  .sd-mb-xsm-0_75,
  .sd-my-xsm-0_75 {
    margin-bottom: 0.75rem !important;
  }
  .sd-ml-xsm-0_75,
  .sd-mx-xsm-0_75 {
    margin-left: 0.75rem !important;
  }
  .sd-m-xsm-1 {
    margin: 1rem !important;
  }
  .sd-mt-xsm-1,
  .sd-my-xsm-1 {
    margin-top: 1rem !important;
  }
  .sd-mr-xsm-1,
  .sd-mx-xsm-1 {
    margin-right: 1rem !important;
  }
  .sd-mb-xsm-1,
  .sd-my-xsm-1 {
    margin-bottom: 1rem !important;
  }
  .sd-ml-xsm-1,
  .sd-mx-xsm-1 {
    margin-left: 1rem !important;
  }
  .sd-m-xsm-1_125 {
    margin: 1.125rem !important;
  }
  .sd-mt-xsm-1_125,
  .sd-my-xsm-1_125 {
    margin-top: 1.125rem !important;
  }
  .sd-mr-xsm-1_125,
  .sd-mx-xsm-1_125 {
    margin-right: 1.125rem !important;
  }
  .sd-mb-xsm-1_125,
  .sd-my-xsm-1_125 {
    margin-bottom: 1.125rem !important;
  }
  .sd-ml-xsm-1_125,
  .sd-mx-xsm-1_125 {
    margin-left: 1.125rem !important;
  }
  .sd-m-xsm-1_25 {
    margin: 1.25rem !important;
  }
  .sd-mt-xsm-1_25,
  .sd-my-xsm-1_25 {
    margin-top: 1.25rem !important;
  }
  .sd-mr-xsm-1_25,
  .sd-mx-xsm-1_25 {
    margin-right: 1.25rem !important;
  }
  .sd-mb-xsm-1_25,
  .sd-my-xsm-1_25 {
    margin-bottom: 1.25rem !important;
  }
  .sd-ml-xsm-1_25,
  .sd-mx-xsm-1_25 {
    margin-left: 1.25rem !important;
  }
  .sd-m-xsm-1_5 {
    margin: 1.5rem !important;
  }
  .sd-mt-xsm-1_5,
  .sd-my-xsm-1_5 {
    margin-top: 1.5rem !important;
  }
  .sd-mr-xsm-1_5,
  .sd-mx-xsm-1_5 {
    margin-right: 1.5rem !important;
  }
  .sd-mb-xsm-1_5,
  .sd-my-xsm-1_5 {
    margin-bottom: 1.5rem !important;
  }
  .sd-ml-xsm-1_5,
  .sd-mx-xsm-1_5 {
    margin-left: 1.5rem !important;
  }
  .sd-m-xsm-1_75 {
    margin: 1.75rem !important;
  }
  .sd-mt-xsm-1_75,
  .sd-my-xsm-1_75 {
    margin-top: 1.75rem !important;
  }
  .sd-mr-xsm-1_75,
  .sd-mx-xsm-1_75 {
    margin-right: 1.75rem !important;
  }
  .sd-mb-xsm-1_75,
  .sd-my-xsm-1_75 {
    margin-bottom: 1.75rem !important;
  }
  .sd-ml-xsm-1_75,
  .sd-mx-xsm-1_75 {
    margin-left: 1.75rem !important;
  }
  .sd-m-xsm-2 {
    margin: 2rem !important;
  }
  .sd-mt-xsm-2,
  .sd-my-xsm-2 {
    margin-top: 2rem !important;
  }
  .sd-mr-xsm-2,
  .sd-mx-xsm-2 {
    margin-right: 2rem !important;
  }
  .sd-mb-xsm-2,
  .sd-my-xsm-2 {
    margin-bottom: 2rem !important;
  }
  .sd-ml-xsm-2,
  .sd-mx-xsm-2 {
    margin-left: 2rem !important;
  }
  .sd-m-xsm-2_5 {
    margin: 2.5rem !important;
  }
  .sd-mt-xsm-2_5,
  .sd-my-xsm-2_5 {
    margin-top: 2.5rem !important;
  }
  .sd-mr-xsm-2_5,
  .sd-mx-xsm-2_5 {
    margin-right: 2.5rem !important;
  }
  .sd-mb-xsm-2_5,
  .sd-my-xsm-2_5 {
    margin-bottom: 2.5rem !important;
  }
  .sd-ml-xsm-2_5,
  .sd-mx-xsm-2_5 {
    margin-left: 2.5rem !important;
  }
  .sd-m-xsm-2_75 {
    margin: 2.75rem !important;
  }
  .sd-mt-xsm-2_75,
  .sd-my-xsm-2_75 {
    margin-top: 2.75rem !important;
  }
  .sd-mr-xsm-2_75,
  .sd-mx-xsm-2_75 {
    margin-right: 2.75rem !important;
  }
  .sd-mb-xsm-2_75,
  .sd-my-xsm-2_75 {
    margin-bottom: 2.75rem !important;
  }
  .sd-ml-xsm-2_75,
  .sd-mx-xsm-2_75 {
    margin-left: 2.75rem !important;
  }
  .sd-m-xsm-3 {
    margin: 3rem !important;
  }
  .sd-mt-xsm-3,
  .sd-my-xsm-3 {
    margin-top: 3rem !important;
  }
  .sd-mr-xsm-3,
  .sd-mx-xsm-3 {
    margin-right: 3rem !important;
  }
  .sd-mb-xsm-3,
  .sd-my-xsm-3 {
    margin-bottom: 3rem !important;
  }
  .sd-ml-xsm-3,
  .sd-mx-xsm-3 {
    margin-left: 3rem !important;
  }
  .sd-m-xsm-3_25 {
    margin: 3.25rem !important;
  }
  .sd-mt-xsm-3_25,
  .sd-my-xsm-3_25 {
    margin-top: 3.25rem !important;
  }
  .sd-mr-xsm-3_25,
  .sd-mx-xsm-3_25 {
    margin-right: 3.25rem !important;
  }
  .sd-mb-xsm-3_25,
  .sd-my-xsm-3_25 {
    margin-bottom: 3.25rem !important;
  }
  .sd-ml-xsm-3_25,
  .sd-mx-xsm-3_25 {
    margin-left: 3.25rem !important;
  }
  .sd-m-xsm-3_5 {
    margin: 3.5rem !important;
  }
  .sd-mt-xsm-3_5,
  .sd-my-xsm-3_5 {
    margin-top: 3.5rem !important;
  }
  .sd-mr-xsm-3_5,
  .sd-mx-xsm-3_5 {
    margin-right: 3.5rem !important;
  }
  .sd-mb-xsm-3_5,
  .sd-my-xsm-3_5 {
    margin-bottom: 3.5rem !important;
  }
  .sd-ml-xsm-3_5,
  .sd-mx-xsm-3_5 {
    margin-left: 3.5rem !important;
  }
  .sd-m-xsm-4 {
    margin: 4rem !important;
  }
  .sd-mt-xsm-4,
  .sd-my-xsm-4 {
    margin-top: 4rem !important;
  }
  .sd-mr-xsm-4,
  .sd-mx-xsm-4 {
    margin-right: 4rem !important;
  }
  .sd-mb-xsm-4,
  .sd-my-xsm-4 {
    margin-bottom: 4rem !important;
  }
  .sd-ml-xsm-4,
  .sd-mx-xsm-4 {
    margin-left: 4rem !important;
  }
  .sd-m-xsm-5 {
    margin: 5rem !important;
  }
  .sd-mt-xsm-5,
  .sd-my-xsm-5 {
    margin-top: 5rem !important;
  }
  .sd-mr-xsm-5,
  .sd-mx-xsm-5 {
    margin-right: 5rem !important;
  }
  .sd-mb-xsm-5,
  .sd-my-xsm-5 {
    margin-bottom: 5rem !important;
  }
  .sd-ml-xsm-5,
  .sd-mx-xsm-5 {
    margin-left: 5rem !important;
  }
  .sd-m-xsm-5_25 {
    margin: 5.25rem !important;
  }
  .sd-mt-xsm-5_25,
  .sd-my-xsm-5_25 {
    margin-top: 5.25rem !important;
  }
  .sd-mr-xsm-5_25,
  .sd-mx-xsm-5_25 {
    margin-right: 5.25rem !important;
  }
  .sd-mb-xsm-5_25,
  .sd-my-xsm-5_25 {
    margin-bottom: 5.25rem !important;
  }
  .sd-ml-xsm-5_25,
  .sd-mx-xsm-5_25 {
    margin-left: 5.25rem !important;
  }
  .sd-m-xsm-5_5 {
    margin: 5.5rem !important;
  }
  .sd-mt-xsm-5_5,
  .sd-my-xsm-5_5 {
    margin-top: 5.5rem !important;
  }
  .sd-mr-xsm-5_5,
  .sd-mx-xsm-5_5 {
    margin-right: 5.5rem !important;
  }
  .sd-mb-xsm-5_5,
  .sd-my-xsm-5_5 {
    margin-bottom: 5.5rem !important;
  }
  .sd-ml-xsm-5_5,
  .sd-mx-xsm-5_5 {
    margin-left: 5.5rem !important;
  }
  .sd-m-xsm-6 {
    margin: 6rem !important;
  }
  .sd-mt-xsm-6,
  .sd-my-xsm-6 {
    margin-top: 6rem !important;
  }
  .sd-mr-xsm-6,
  .sd-mx-xsm-6 {
    margin-right: 6rem !important;
  }
  .sd-mb-xsm-6,
  .sd-my-xsm-6 {
    margin-bottom: 6rem !important;
  }
  .sd-ml-xsm-6,
  .sd-mx-xsm-6 {
    margin-left: 6rem !important;
  }
  .sd-m-xsm-8 {
    margin: 8rem !important;
  }
  .sd-mt-xsm-8,
  .sd-my-xsm-8 {
    margin-top: 8rem !important;
  }
  .sd-mr-xsm-8,
  .sd-mx-xsm-8 {
    margin-right: 8rem !important;
  }
  .sd-mb-xsm-8,
  .sd-my-xsm-8 {
    margin-bottom: 8rem !important;
  }
  .sd-ml-xsm-8,
  .sd-mx-xsm-8 {
    margin-left: 8rem !important;
  }
  .sd-m-xsm-9 {
    margin: 9rem !important;
  }
  .sd-mt-xsm-9,
  .sd-my-xsm-9 {
    margin-top: 9rem !important;
  }
  .sd-mr-xsm-9,
  .sd-mx-xsm-9 {
    margin-right: 9rem !important;
  }
  .sd-mb-xsm-9,
  .sd-my-xsm-9 {
    margin-bottom: 9rem !important;
  }
  .sd-ml-xsm-9,
  .sd-mx-xsm-9 {
    margin-left: 9rem !important;
  }
  .sd-p-xsm-0 {
    padding: 0 !important;
  }
  .sd-pt-xsm-0,
  .sd-py-xsm-0 {
    padding-top: 0 !important;
  }
  .sd-pr-xsm-0,
  .sd-px-xsm-0 {
    padding-right: 0 !important;
  }
  .sd-pb-xsm-0,
  .sd-py-xsm-0 {
    padding-bottom: 0 !important;
  }
  .sd-pl-xsm-0,
  .sd-px-xsm-0 {
    padding-left: 0 !important;
  }
  .sd-p-xsm-0_25 {
    padding: 0.25rem !important;
  }
  .sd-pt-xsm-0_25,
  .sd-py-xsm-0_25 {
    padding-top: 0.25rem !important;
  }
  .sd-pr-xsm-0_25,
  .sd-px-xsm-0_25 {
    padding-right: 0.25rem !important;
  }
  .sd-pb-xsm-0_25,
  .sd-py-xsm-0_25 {
    padding-bottom: 0.25rem !important;
  }
  .sd-pl-xsm-0_25,
  .sd-px-xsm-0_25 {
    padding-left: 0.25rem !important;
  }
  .sd-p-xsm-0_5 {
    padding: 0.5rem !important;
  }
  .sd-pt-xsm-0_5,
  .sd-py-xsm-0_5 {
    padding-top: 0.5rem !important;
  }
  .sd-pr-xsm-0_5,
  .sd-px-xsm-0_5 {
    padding-right: 0.5rem !important;
  }
  .sd-pb-xsm-0_5,
  .sd-py-xsm-0_5 {
    padding-bottom: 0.5rem !important;
  }
  .sd-pl-xsm-0_5,
  .sd-px-xsm-0_5 {
    padding-left: 0.5rem !important;
  }
  .sd-p-xsm-0_75 {
    padding: 0.75rem !important;
  }
  .sd-pt-xsm-0_75,
  .sd-py-xsm-0_75 {
    padding-top: 0.75rem !important;
  }
  .sd-pr-xsm-0_75,
  .sd-px-xsm-0_75 {
    padding-right: 0.75rem !important;
  }
  .sd-pb-xsm-0_75,
  .sd-py-xsm-0_75 {
    padding-bottom: 0.75rem !important;
  }
  .sd-pl-xsm-0_75,
  .sd-px-xsm-0_75 {
    padding-left: 0.75rem !important;
  }
  .sd-p-xsm-1 {
    padding: 1rem !important;
  }
  .sd-pt-xsm-1,
  .sd-py-xsm-1 {
    padding-top: 1rem !important;
  }
  .sd-pr-xsm-1,
  .sd-px-xsm-1 {
    padding-right: 1rem !important;
  }
  .sd-pb-xsm-1,
  .sd-py-xsm-1 {
    padding-bottom: 1rem !important;
  }
  .sd-pl-xsm-1,
  .sd-px-xsm-1 {
    padding-left: 1rem !important;
  }
  .sd-p-xsm-1_125 {
    padding: 1.125rem !important;
  }
  .sd-pt-xsm-1_125,
  .sd-py-xsm-1_125 {
    padding-top: 1.125rem !important;
  }
  .sd-pr-xsm-1_125,
  .sd-px-xsm-1_125 {
    padding-right: 1.125rem !important;
  }
  .sd-pb-xsm-1_125,
  .sd-py-xsm-1_125 {
    padding-bottom: 1.125rem !important;
  }
  .sd-pl-xsm-1_125,
  .sd-px-xsm-1_125 {
    padding-left: 1.125rem !important;
  }
  .sd-p-xsm-1_25 {
    padding: 1.25rem !important;
  }
  .sd-pt-xsm-1_25,
  .sd-py-xsm-1_25 {
    padding-top: 1.25rem !important;
  }
  .sd-pr-xsm-1_25,
  .sd-px-xsm-1_25 {
    padding-right: 1.25rem !important;
  }
  .sd-pb-xsm-1_25,
  .sd-py-xsm-1_25 {
    padding-bottom: 1.25rem !important;
  }
  .sd-pl-xsm-1_25,
  .sd-px-xsm-1_25 {
    padding-left: 1.25rem !important;
  }
  .sd-p-xsm-1_5 {
    padding: 1.5rem !important;
  }
  .sd-pt-xsm-1_5,
  .sd-py-xsm-1_5 {
    padding-top: 1.5rem !important;
  }
  .sd-pr-xsm-1_5,
  .sd-px-xsm-1_5 {
    padding-right: 1.5rem !important;
  }
  .sd-pb-xsm-1_5,
  .sd-py-xsm-1_5 {
    padding-bottom: 1.5rem !important;
  }
  .sd-pl-xsm-1_5,
  .sd-px-xsm-1_5 {
    padding-left: 1.5rem !important;
  }
  .sd-p-xsm-1_75 {
    padding: 1.75rem !important;
  }
  .sd-pt-xsm-1_75,
  .sd-py-xsm-1_75 {
    padding-top: 1.75rem !important;
  }
  .sd-pr-xsm-1_75,
  .sd-px-xsm-1_75 {
    padding-right: 1.75rem !important;
  }
  .sd-pb-xsm-1_75,
  .sd-py-xsm-1_75 {
    padding-bottom: 1.75rem !important;
  }
  .sd-pl-xsm-1_75,
  .sd-px-xsm-1_75 {
    padding-left: 1.75rem !important;
  }
  .sd-p-xsm-2 {
    padding: 2rem !important;
  }
  .sd-pt-xsm-2,
  .sd-py-xsm-2 {
    padding-top: 2rem !important;
  }
  .sd-pr-xsm-2,
  .sd-px-xsm-2 {
    padding-right: 2rem !important;
  }
  .sd-pb-xsm-2,
  .sd-py-xsm-2 {
    padding-bottom: 2rem !important;
  }
  .sd-pl-xsm-2,
  .sd-px-xsm-2 {
    padding-left: 2rem !important;
  }
  .sd-p-xsm-2_5 {
    padding: 2.5rem !important;
  }
  .sd-pt-xsm-2_5,
  .sd-py-xsm-2_5 {
    padding-top: 2.5rem !important;
  }
  .sd-pr-xsm-2_5,
  .sd-px-xsm-2_5 {
    padding-right: 2.5rem !important;
  }
  .sd-pb-xsm-2_5,
  .sd-py-xsm-2_5 {
    padding-bottom: 2.5rem !important;
  }
  .sd-pl-xsm-2_5,
  .sd-px-xsm-2_5 {
    padding-left: 2.5rem !important;
  }
  .sd-p-xsm-2_75 {
    padding: 2.75rem !important;
  }
  .sd-pt-xsm-2_75,
  .sd-py-xsm-2_75 {
    padding-top: 2.75rem !important;
  }
  .sd-pr-xsm-2_75,
  .sd-px-xsm-2_75 {
    padding-right: 2.75rem !important;
  }
  .sd-pb-xsm-2_75,
  .sd-py-xsm-2_75 {
    padding-bottom: 2.75rem !important;
  }
  .sd-pl-xsm-2_75,
  .sd-px-xsm-2_75 {
    padding-left: 2.75rem !important;
  }
  .sd-p-xsm-3 {
    padding: 3rem !important;
  }
  .sd-pt-xsm-3,
  .sd-py-xsm-3 {
    padding-top: 3rem !important;
  }
  .sd-pr-xsm-3,
  .sd-px-xsm-3 {
    padding-right: 3rem !important;
  }
  .sd-pb-xsm-3,
  .sd-py-xsm-3 {
    padding-bottom: 3rem !important;
  }
  .sd-pl-xsm-3,
  .sd-px-xsm-3 {
    padding-left: 3rem !important;
  }
  .sd-p-xsm-3_25 {
    padding: 3.25rem !important;
  }
  .sd-pt-xsm-3_25,
  .sd-py-xsm-3_25 {
    padding-top: 3.25rem !important;
  }
  .sd-pr-xsm-3_25,
  .sd-px-xsm-3_25 {
    padding-right: 3.25rem !important;
  }
  .sd-pb-xsm-3_25,
  .sd-py-xsm-3_25 {
    padding-bottom: 3.25rem !important;
  }
  .sd-pl-xsm-3_25,
  .sd-px-xsm-3_25 {
    padding-left: 3.25rem !important;
  }
  .sd-p-xsm-3_5 {
    padding: 3.5rem !important;
  }
  .sd-pt-xsm-3_5,
  .sd-py-xsm-3_5 {
    padding-top: 3.5rem !important;
  }
  .sd-pr-xsm-3_5,
  .sd-px-xsm-3_5 {
    padding-right: 3.5rem !important;
  }
  .sd-pb-xsm-3_5,
  .sd-py-xsm-3_5 {
    padding-bottom: 3.5rem !important;
  }
  .sd-pl-xsm-3_5,
  .sd-px-xsm-3_5 {
    padding-left: 3.5rem !important;
  }
  .sd-p-xsm-4 {
    padding: 4rem !important;
  }
  .sd-pt-xsm-4,
  .sd-py-xsm-4 {
    padding-top: 4rem !important;
  }
  .sd-pr-xsm-4,
  .sd-px-xsm-4 {
    padding-right: 4rem !important;
  }
  .sd-pb-xsm-4,
  .sd-py-xsm-4 {
    padding-bottom: 4rem !important;
  }
  .sd-pl-xsm-4,
  .sd-px-xsm-4 {
    padding-left: 4rem !important;
  }
  .sd-p-xsm-5 {
    padding: 5rem !important;
  }
  .sd-pt-xsm-5,
  .sd-py-xsm-5 {
    padding-top: 5rem !important;
  }
  .sd-pr-xsm-5,
  .sd-px-xsm-5 {
    padding-right: 5rem !important;
  }
  .sd-pb-xsm-5,
  .sd-py-xsm-5 {
    padding-bottom: 5rem !important;
  }
  .sd-pl-xsm-5,
  .sd-px-xsm-5 {
    padding-left: 5rem !important;
  }
  .sd-p-xsm-5_25 {
    padding: 5.25rem !important;
  }
  .sd-pt-xsm-5_25,
  .sd-py-xsm-5_25 {
    padding-top: 5.25rem !important;
  }
  .sd-pr-xsm-5_25,
  .sd-px-xsm-5_25 {
    padding-right: 5.25rem !important;
  }
  .sd-pb-xsm-5_25,
  .sd-py-xsm-5_25 {
    padding-bottom: 5.25rem !important;
  }
  .sd-pl-xsm-5_25,
  .sd-px-xsm-5_25 {
    padding-left: 5.25rem !important;
  }
  .sd-p-xsm-5_5 {
    padding: 5.5rem !important;
  }
  .sd-pt-xsm-5_5,
  .sd-py-xsm-5_5 {
    padding-top: 5.5rem !important;
  }
  .sd-pr-xsm-5_5,
  .sd-px-xsm-5_5 {
    padding-right: 5.5rem !important;
  }
  .sd-pb-xsm-5_5,
  .sd-py-xsm-5_5 {
    padding-bottom: 5.5rem !important;
  }
  .sd-pl-xsm-5_5,
  .sd-px-xsm-5_5 {
    padding-left: 5.5rem !important;
  }
  .sd-p-xsm-6 {
    padding: 6rem !important;
  }
  .sd-pt-xsm-6,
  .sd-py-xsm-6 {
    padding-top: 6rem !important;
  }
  .sd-pr-xsm-6,
  .sd-px-xsm-6 {
    padding-right: 6rem !important;
  }
  .sd-pb-xsm-6,
  .sd-py-xsm-6 {
    padding-bottom: 6rem !important;
  }
  .sd-pl-xsm-6,
  .sd-px-xsm-6 {
    padding-left: 6rem !important;
  }
  .sd-p-xsm-8 {
    padding: 8rem !important;
  }
  .sd-pt-xsm-8,
  .sd-py-xsm-8 {
    padding-top: 8rem !important;
  }
  .sd-pr-xsm-8,
  .sd-px-xsm-8 {
    padding-right: 8rem !important;
  }
  .sd-pb-xsm-8,
  .sd-py-xsm-8 {
    padding-bottom: 8rem !important;
  }
  .sd-pl-xsm-8,
  .sd-px-xsm-8 {
    padding-left: 8rem !important;
  }
  .sd-p-xsm-9 {
    padding: 9rem !important;
  }
  .sd-pt-xsm-9,
  .sd-py-xsm-9 {
    padding-top: 9rem !important;
  }
  .sd-pr-xsm-9,
  .sd-px-xsm-9 {
    padding-right: 9rem !important;
  }
  .sd-pb-xsm-9,
  .sd-py-xsm-9 {
    padding-bottom: 9rem !important;
  }
  .sd-pl-xsm-9,
  .sd-px-xsm-9 {
    padding-left: 9rem !important;
  }
  .sd-m-xsm-auto {
    margin: auto !important;
  }
  .sd-mt-xsm-auto,
  .sd-my-xsm-auto {
    margin-top: auto !important;
  }
  .sd-mr-xsm-auto,
  .sd-mx-xsm-auto {
    margin-right: auto !important;
  }
  .sd-mb-xsm-auto,
  .sd-my-xsm-auto {
    margin-bottom: auto !important;
  }
  .sd-ml-xsm-auto,
  .sd-mx-xsm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 576px) {
  .sd-m-sm-0 {
    margin: 0 !important;
  }
  .sd-mt-sm-0,
  .sd-my-sm-0 {
    margin-top: 0 !important;
  }
  .sd-mr-sm-0,
  .sd-mx-sm-0 {
    margin-right: 0 !important;
  }
  .sd-mb-sm-0,
  .sd-my-sm-0 {
    margin-bottom: 0 !important;
  }
  .sd-ml-sm-0,
  .sd-mx-sm-0 {
    margin-left: 0 !important;
  }
  .sd-m-sm-0_25 {
    margin: 0.25rem !important;
  }
  .sd-mt-sm-0_25,
  .sd-my-sm-0_25 {
    margin-top: 0.25rem !important;
  }
  .sd-mr-sm-0_25,
  .sd-mx-sm-0_25 {
    margin-right: 0.25rem !important;
  }
  .sd-mb-sm-0_25,
  .sd-my-sm-0_25 {
    margin-bottom: 0.25rem !important;
  }
  .sd-ml-sm-0_25,
  .sd-mx-sm-0_25 {
    margin-left: 0.25rem !important;
  }
  .sd-m-sm-0_5 {
    margin: 0.5rem !important;
  }
  .sd-mt-sm-0_5,
  .sd-my-sm-0_5 {
    margin-top: 0.5rem !important;
  }
  .sd-mr-sm-0_5,
  .sd-mx-sm-0_5 {
    margin-right: 0.5rem !important;
  }
  .sd-mb-sm-0_5,
  .sd-my-sm-0_5 {
    margin-bottom: 0.5rem !important;
  }
  .sd-ml-sm-0_5,
  .sd-mx-sm-0_5 {
    margin-left: 0.5rem !important;
  }
  .sd-m-sm-0_75 {
    margin: 0.75rem !important;
  }
  .sd-mt-sm-0_75,
  .sd-my-sm-0_75 {
    margin-top: 0.75rem !important;
  }
  .sd-mr-sm-0_75,
  .sd-mx-sm-0_75 {
    margin-right: 0.75rem !important;
  }
  .sd-mb-sm-0_75,
  .sd-my-sm-0_75 {
    margin-bottom: 0.75rem !important;
  }
  .sd-ml-sm-0_75,
  .sd-mx-sm-0_75 {
    margin-left: 0.75rem !important;
  }
  .sd-m-sm-1 {
    margin: 1rem !important;
  }
  .sd-mt-sm-1,
  .sd-my-sm-1 {
    margin-top: 1rem !important;
  }
  .sd-mr-sm-1,
  .sd-mx-sm-1 {
    margin-right: 1rem !important;
  }
  .sd-mb-sm-1,
  .sd-my-sm-1 {
    margin-bottom: 1rem !important;
  }
  .sd-ml-sm-1,
  .sd-mx-sm-1 {
    margin-left: 1rem !important;
  }
  .sd-m-sm-1_125 {
    margin: 1.125rem !important;
  }
  .sd-mt-sm-1_125,
  .sd-my-sm-1_125 {
    margin-top: 1.125rem !important;
  }
  .sd-mr-sm-1_125,
  .sd-mx-sm-1_125 {
    margin-right: 1.125rem !important;
  }
  .sd-mb-sm-1_125,
  .sd-my-sm-1_125 {
    margin-bottom: 1.125rem !important;
  }
  .sd-ml-sm-1_125,
  .sd-mx-sm-1_125 {
    margin-left: 1.125rem !important;
  }
  .sd-m-sm-1_25 {
    margin: 1.25rem !important;
  }
  .sd-mt-sm-1_25,
  .sd-my-sm-1_25 {
    margin-top: 1.25rem !important;
  }
  .sd-mr-sm-1_25,
  .sd-mx-sm-1_25 {
    margin-right: 1.25rem !important;
  }
  .sd-mb-sm-1_25,
  .sd-my-sm-1_25 {
    margin-bottom: 1.25rem !important;
  }
  .sd-ml-sm-1_25,
  .sd-mx-sm-1_25 {
    margin-left: 1.25rem !important;
  }
  .sd-m-sm-1_5 {
    margin: 1.5rem !important;
  }
  .sd-mt-sm-1_5,
  .sd-my-sm-1_5 {
    margin-top: 1.5rem !important;
  }
  .sd-mr-sm-1_5,
  .sd-mx-sm-1_5 {
    margin-right: 1.5rem !important;
  }
  .sd-mb-sm-1_5,
  .sd-my-sm-1_5 {
    margin-bottom: 1.5rem !important;
  }
  .sd-ml-sm-1_5,
  .sd-mx-sm-1_5 {
    margin-left: 1.5rem !important;
  }
  .sd-m-sm-1_75 {
    margin: 1.75rem !important;
  }
  .sd-mt-sm-1_75,
  .sd-my-sm-1_75 {
    margin-top: 1.75rem !important;
  }
  .sd-mr-sm-1_75,
  .sd-mx-sm-1_75 {
    margin-right: 1.75rem !important;
  }
  .sd-mb-sm-1_75,
  .sd-my-sm-1_75 {
    margin-bottom: 1.75rem !important;
  }
  .sd-ml-sm-1_75,
  .sd-mx-sm-1_75 {
    margin-left: 1.75rem !important;
  }
  .sd-m-sm-2 {
    margin: 2rem !important;
  }
  .sd-mt-sm-2,
  .sd-my-sm-2 {
    margin-top: 2rem !important;
  }
  .sd-mr-sm-2,
  .sd-mx-sm-2 {
    margin-right: 2rem !important;
  }
  .sd-mb-sm-2,
  .sd-my-sm-2 {
    margin-bottom: 2rem !important;
  }
  .sd-ml-sm-2,
  .sd-mx-sm-2 {
    margin-left: 2rem !important;
  }
  .sd-m-sm-2_5 {
    margin: 2.5rem !important;
  }
  .sd-mt-sm-2_5,
  .sd-my-sm-2_5 {
    margin-top: 2.5rem !important;
  }
  .sd-mr-sm-2_5,
  .sd-mx-sm-2_5 {
    margin-right: 2.5rem !important;
  }
  .sd-mb-sm-2_5,
  .sd-my-sm-2_5 {
    margin-bottom: 2.5rem !important;
  }
  .sd-ml-sm-2_5,
  .sd-mx-sm-2_5 {
    margin-left: 2.5rem !important;
  }
  .sd-m-sm-2_75 {
    margin: 2.75rem !important;
  }
  .sd-mt-sm-2_75,
  .sd-my-sm-2_75 {
    margin-top: 2.75rem !important;
  }
  .sd-mr-sm-2_75,
  .sd-mx-sm-2_75 {
    margin-right: 2.75rem !important;
  }
  .sd-mb-sm-2_75,
  .sd-my-sm-2_75 {
    margin-bottom: 2.75rem !important;
  }
  .sd-ml-sm-2_75,
  .sd-mx-sm-2_75 {
    margin-left: 2.75rem !important;
  }
  .sd-m-sm-3 {
    margin: 3rem !important;
  }
  .sd-mt-sm-3,
  .sd-my-sm-3 {
    margin-top: 3rem !important;
  }
  .sd-mr-sm-3,
  .sd-mx-sm-3 {
    margin-right: 3rem !important;
  }
  .sd-mb-sm-3,
  .sd-my-sm-3 {
    margin-bottom: 3rem !important;
  }
  .sd-ml-sm-3,
  .sd-mx-sm-3 {
    margin-left: 3rem !important;
  }
  .sd-m-sm-3_25 {
    margin: 3.25rem !important;
  }
  .sd-mt-sm-3_25,
  .sd-my-sm-3_25 {
    margin-top: 3.25rem !important;
  }
  .sd-mr-sm-3_25,
  .sd-mx-sm-3_25 {
    margin-right: 3.25rem !important;
  }
  .sd-mb-sm-3_25,
  .sd-my-sm-3_25 {
    margin-bottom: 3.25rem !important;
  }
  .sd-ml-sm-3_25,
  .sd-mx-sm-3_25 {
    margin-left: 3.25rem !important;
  }
  .sd-m-sm-3_5 {
    margin: 3.5rem !important;
  }
  .sd-mt-sm-3_5,
  .sd-my-sm-3_5 {
    margin-top: 3.5rem !important;
  }
  .sd-mr-sm-3_5,
  .sd-mx-sm-3_5 {
    margin-right: 3.5rem !important;
  }
  .sd-mb-sm-3_5,
  .sd-my-sm-3_5 {
    margin-bottom: 3.5rem !important;
  }
  .sd-ml-sm-3_5,
  .sd-mx-sm-3_5 {
    margin-left: 3.5rem !important;
  }
  .sd-m-sm-4 {
    margin: 4rem !important;
  }
  .sd-mt-sm-4,
  .sd-my-sm-4 {
    margin-top: 4rem !important;
  }
  .sd-mr-sm-4,
  .sd-mx-sm-4 {
    margin-right: 4rem !important;
  }
  .sd-mb-sm-4,
  .sd-my-sm-4 {
    margin-bottom: 4rem !important;
  }
  .sd-ml-sm-4,
  .sd-mx-sm-4 {
    margin-left: 4rem !important;
  }
  .sd-m-sm-5 {
    margin: 5rem !important;
  }
  .sd-mt-sm-5,
  .sd-my-sm-5 {
    margin-top: 5rem !important;
  }
  .sd-mr-sm-5,
  .sd-mx-sm-5 {
    margin-right: 5rem !important;
  }
  .sd-mb-sm-5,
  .sd-my-sm-5 {
    margin-bottom: 5rem !important;
  }
  .sd-ml-sm-5,
  .sd-mx-sm-5 {
    margin-left: 5rem !important;
  }
  .sd-m-sm-5_25 {
    margin: 5.25rem !important;
  }
  .sd-mt-sm-5_25,
  .sd-my-sm-5_25 {
    margin-top: 5.25rem !important;
  }
  .sd-mr-sm-5_25,
  .sd-mx-sm-5_25 {
    margin-right: 5.25rem !important;
  }
  .sd-mb-sm-5_25,
  .sd-my-sm-5_25 {
    margin-bottom: 5.25rem !important;
  }
  .sd-ml-sm-5_25,
  .sd-mx-sm-5_25 {
    margin-left: 5.25rem !important;
  }
  .sd-m-sm-5_5 {
    margin: 5.5rem !important;
  }
  .sd-mt-sm-5_5,
  .sd-my-sm-5_5 {
    margin-top: 5.5rem !important;
  }
  .sd-mr-sm-5_5,
  .sd-mx-sm-5_5 {
    margin-right: 5.5rem !important;
  }
  .sd-mb-sm-5_5,
  .sd-my-sm-5_5 {
    margin-bottom: 5.5rem !important;
  }
  .sd-ml-sm-5_5,
  .sd-mx-sm-5_5 {
    margin-left: 5.5rem !important;
  }
  .sd-m-sm-6 {
    margin: 6rem !important;
  }
  .sd-mt-sm-6,
  .sd-my-sm-6 {
    margin-top: 6rem !important;
  }
  .sd-mr-sm-6,
  .sd-mx-sm-6 {
    margin-right: 6rem !important;
  }
  .sd-mb-sm-6,
  .sd-my-sm-6 {
    margin-bottom: 6rem !important;
  }
  .sd-ml-sm-6,
  .sd-mx-sm-6 {
    margin-left: 6rem !important;
  }
  .sd-m-sm-8 {
    margin: 8rem !important;
  }
  .sd-mt-sm-8,
  .sd-my-sm-8 {
    margin-top: 8rem !important;
  }
  .sd-mr-sm-8,
  .sd-mx-sm-8 {
    margin-right: 8rem !important;
  }
  .sd-mb-sm-8,
  .sd-my-sm-8 {
    margin-bottom: 8rem !important;
  }
  .sd-ml-sm-8,
  .sd-mx-sm-8 {
    margin-left: 8rem !important;
  }
  .sd-m-sm-9 {
    margin: 9rem !important;
  }
  .sd-mt-sm-9,
  .sd-my-sm-9 {
    margin-top: 9rem !important;
  }
  .sd-mr-sm-9,
  .sd-mx-sm-9 {
    margin-right: 9rem !important;
  }
  .sd-mb-sm-9,
  .sd-my-sm-9 {
    margin-bottom: 9rem !important;
  }
  .sd-ml-sm-9,
  .sd-mx-sm-9 {
    margin-left: 9rem !important;
  }
  .sd-p-sm-0 {
    padding: 0 !important;
  }
  .sd-pt-sm-0,
  .sd-py-sm-0 {
    padding-top: 0 !important;
  }
  .sd-pr-sm-0,
  .sd-px-sm-0 {
    padding-right: 0 !important;
  }
  .sd-pb-sm-0,
  .sd-py-sm-0 {
    padding-bottom: 0 !important;
  }
  .sd-pl-sm-0,
  .sd-px-sm-0 {
    padding-left: 0 !important;
  }
  .sd-p-sm-0_25 {
    padding: 0.25rem !important;
  }
  .sd-pt-sm-0_25,
  .sd-py-sm-0_25 {
    padding-top: 0.25rem !important;
  }
  .sd-pr-sm-0_25,
  .sd-px-sm-0_25 {
    padding-right: 0.25rem !important;
  }
  .sd-pb-sm-0_25,
  .sd-py-sm-0_25 {
    padding-bottom: 0.25rem !important;
  }
  .sd-pl-sm-0_25,
  .sd-px-sm-0_25 {
    padding-left: 0.25rem !important;
  }
  .sd-p-sm-0_5 {
    padding: 0.5rem !important;
  }
  .sd-pt-sm-0_5,
  .sd-py-sm-0_5 {
    padding-top: 0.5rem !important;
  }
  .sd-pr-sm-0_5,
  .sd-px-sm-0_5 {
    padding-right: 0.5rem !important;
  }
  .sd-pb-sm-0_5,
  .sd-py-sm-0_5 {
    padding-bottom: 0.5rem !important;
  }
  .sd-pl-sm-0_5,
  .sd-px-sm-0_5 {
    padding-left: 0.5rem !important;
  }
  .sd-p-sm-0_75 {
    padding: 0.75rem !important;
  }
  .sd-pt-sm-0_75,
  .sd-py-sm-0_75 {
    padding-top: 0.75rem !important;
  }
  .sd-pr-sm-0_75,
  .sd-px-sm-0_75 {
    padding-right: 0.75rem !important;
  }
  .sd-pb-sm-0_75,
  .sd-py-sm-0_75 {
    padding-bottom: 0.75rem !important;
  }
  .sd-pl-sm-0_75,
  .sd-px-sm-0_75 {
    padding-left: 0.75rem !important;
  }
  .sd-p-sm-1 {
    padding: 1rem !important;
  }
  .sd-pt-sm-1,
  .sd-py-sm-1 {
    padding-top: 1rem !important;
  }
  .sd-pr-sm-1,
  .sd-px-sm-1 {
    padding-right: 1rem !important;
  }
  .sd-pb-sm-1,
  .sd-py-sm-1 {
    padding-bottom: 1rem !important;
  }
  .sd-pl-sm-1,
  .sd-px-sm-1 {
    padding-left: 1rem !important;
  }
  .sd-p-sm-1_125 {
    padding: 1.125rem !important;
  }
  .sd-pt-sm-1_125,
  .sd-py-sm-1_125 {
    padding-top: 1.125rem !important;
  }
  .sd-pr-sm-1_125,
  .sd-px-sm-1_125 {
    padding-right: 1.125rem !important;
  }
  .sd-pb-sm-1_125,
  .sd-py-sm-1_125 {
    padding-bottom: 1.125rem !important;
  }
  .sd-pl-sm-1_125,
  .sd-px-sm-1_125 {
    padding-left: 1.125rem !important;
  }
  .sd-p-sm-1_25 {
    padding: 1.25rem !important;
  }
  .sd-pt-sm-1_25,
  .sd-py-sm-1_25 {
    padding-top: 1.25rem !important;
  }
  .sd-pr-sm-1_25,
  .sd-px-sm-1_25 {
    padding-right: 1.25rem !important;
  }
  .sd-pb-sm-1_25,
  .sd-py-sm-1_25 {
    padding-bottom: 1.25rem !important;
  }
  .sd-pl-sm-1_25,
  .sd-px-sm-1_25 {
    padding-left: 1.25rem !important;
  }
  .sd-p-sm-1_5 {
    padding: 1.5rem !important;
  }
  .sd-pt-sm-1_5,
  .sd-py-sm-1_5 {
    padding-top: 1.5rem !important;
  }
  .sd-pr-sm-1_5,
  .sd-px-sm-1_5 {
    padding-right: 1.5rem !important;
  }
  .sd-pb-sm-1_5,
  .sd-py-sm-1_5 {
    padding-bottom: 1.5rem !important;
  }
  .sd-pl-sm-1_5,
  .sd-px-sm-1_5 {
    padding-left: 1.5rem !important;
  }
  .sd-p-sm-1_75 {
    padding: 1.75rem !important;
  }
  .sd-pt-sm-1_75,
  .sd-py-sm-1_75 {
    padding-top: 1.75rem !important;
  }
  .sd-pr-sm-1_75,
  .sd-px-sm-1_75 {
    padding-right: 1.75rem !important;
  }
  .sd-pb-sm-1_75,
  .sd-py-sm-1_75 {
    padding-bottom: 1.75rem !important;
  }
  .sd-pl-sm-1_75,
  .sd-px-sm-1_75 {
    padding-left: 1.75rem !important;
  }
  .sd-p-sm-2 {
    padding: 2rem !important;
  }
  .sd-pt-sm-2,
  .sd-py-sm-2 {
    padding-top: 2rem !important;
  }
  .sd-pr-sm-2,
  .sd-px-sm-2 {
    padding-right: 2rem !important;
  }
  .sd-pb-sm-2,
  .sd-py-sm-2 {
    padding-bottom: 2rem !important;
  }
  .sd-pl-sm-2,
  .sd-px-sm-2 {
    padding-left: 2rem !important;
  }
  .sd-p-sm-2_5 {
    padding: 2.5rem !important;
  }
  .sd-pt-sm-2_5,
  .sd-py-sm-2_5 {
    padding-top: 2.5rem !important;
  }
  .sd-pr-sm-2_5,
  .sd-px-sm-2_5 {
    padding-right: 2.5rem !important;
  }
  .sd-pb-sm-2_5,
  .sd-py-sm-2_5 {
    padding-bottom: 2.5rem !important;
  }
  .sd-pl-sm-2_5,
  .sd-px-sm-2_5 {
    padding-left: 2.5rem !important;
  }
  .sd-p-sm-2_75 {
    padding: 2.75rem !important;
  }
  .sd-pt-sm-2_75,
  .sd-py-sm-2_75 {
    padding-top: 2.75rem !important;
  }
  .sd-pr-sm-2_75,
  .sd-px-sm-2_75 {
    padding-right: 2.75rem !important;
  }
  .sd-pb-sm-2_75,
  .sd-py-sm-2_75 {
    padding-bottom: 2.75rem !important;
  }
  .sd-pl-sm-2_75,
  .sd-px-sm-2_75 {
    padding-left: 2.75rem !important;
  }
  .sd-p-sm-3 {
    padding: 3rem !important;
  }
  .sd-pt-sm-3,
  .sd-py-sm-3 {
    padding-top: 3rem !important;
  }
  .sd-pr-sm-3,
  .sd-px-sm-3 {
    padding-right: 3rem !important;
  }
  .sd-pb-sm-3,
  .sd-py-sm-3 {
    padding-bottom: 3rem !important;
  }
  .sd-pl-sm-3,
  .sd-px-sm-3 {
    padding-left: 3rem !important;
  }
  .sd-p-sm-3_25 {
    padding: 3.25rem !important;
  }
  .sd-pt-sm-3_25,
  .sd-py-sm-3_25 {
    padding-top: 3.25rem !important;
  }
  .sd-pr-sm-3_25,
  .sd-px-sm-3_25 {
    padding-right: 3.25rem !important;
  }
  .sd-pb-sm-3_25,
  .sd-py-sm-3_25 {
    padding-bottom: 3.25rem !important;
  }
  .sd-pl-sm-3_25,
  .sd-px-sm-3_25 {
    padding-left: 3.25rem !important;
  }
  .sd-p-sm-3_5 {
    padding: 3.5rem !important;
  }
  .sd-pt-sm-3_5,
  .sd-py-sm-3_5 {
    padding-top: 3.5rem !important;
  }
  .sd-pr-sm-3_5,
  .sd-px-sm-3_5 {
    padding-right: 3.5rem !important;
  }
  .sd-pb-sm-3_5,
  .sd-py-sm-3_5 {
    padding-bottom: 3.5rem !important;
  }
  .sd-pl-sm-3_5,
  .sd-px-sm-3_5 {
    padding-left: 3.5rem !important;
  }
  .sd-p-sm-4 {
    padding: 4rem !important;
  }
  .sd-pt-sm-4,
  .sd-py-sm-4 {
    padding-top: 4rem !important;
  }
  .sd-pr-sm-4,
  .sd-px-sm-4 {
    padding-right: 4rem !important;
  }
  .sd-pb-sm-4,
  .sd-py-sm-4 {
    padding-bottom: 4rem !important;
  }
  .sd-pl-sm-4,
  .sd-px-sm-4 {
    padding-left: 4rem !important;
  }
  .sd-p-sm-5 {
    padding: 5rem !important;
  }
  .sd-pt-sm-5,
  .sd-py-sm-5 {
    padding-top: 5rem !important;
  }
  .sd-pr-sm-5,
  .sd-px-sm-5 {
    padding-right: 5rem !important;
  }
  .sd-pb-sm-5,
  .sd-py-sm-5 {
    padding-bottom: 5rem !important;
  }
  .sd-pl-sm-5,
  .sd-px-sm-5 {
    padding-left: 5rem !important;
  }
  .sd-p-sm-5_25 {
    padding: 5.25rem !important;
  }
  .sd-pt-sm-5_25,
  .sd-py-sm-5_25 {
    padding-top: 5.25rem !important;
  }
  .sd-pr-sm-5_25,
  .sd-px-sm-5_25 {
    padding-right: 5.25rem !important;
  }
  .sd-pb-sm-5_25,
  .sd-py-sm-5_25 {
    padding-bottom: 5.25rem !important;
  }
  .sd-pl-sm-5_25,
  .sd-px-sm-5_25 {
    padding-left: 5.25rem !important;
  }
  .sd-p-sm-5_5 {
    padding: 5.5rem !important;
  }
  .sd-pt-sm-5_5,
  .sd-py-sm-5_5 {
    padding-top: 5.5rem !important;
  }
  .sd-pr-sm-5_5,
  .sd-px-sm-5_5 {
    padding-right: 5.5rem !important;
  }
  .sd-pb-sm-5_5,
  .sd-py-sm-5_5 {
    padding-bottom: 5.5rem !important;
  }
  .sd-pl-sm-5_5,
  .sd-px-sm-5_5 {
    padding-left: 5.5rem !important;
  }
  .sd-p-sm-6 {
    padding: 6rem !important;
  }
  .sd-pt-sm-6,
  .sd-py-sm-6 {
    padding-top: 6rem !important;
  }
  .sd-pr-sm-6,
  .sd-px-sm-6 {
    padding-right: 6rem !important;
  }
  .sd-pb-sm-6,
  .sd-py-sm-6 {
    padding-bottom: 6rem !important;
  }
  .sd-pl-sm-6,
  .sd-px-sm-6 {
    padding-left: 6rem !important;
  }
  .sd-p-sm-8 {
    padding: 8rem !important;
  }
  .sd-pt-sm-8,
  .sd-py-sm-8 {
    padding-top: 8rem !important;
  }
  .sd-pr-sm-8,
  .sd-px-sm-8 {
    padding-right: 8rem !important;
  }
  .sd-pb-sm-8,
  .sd-py-sm-8 {
    padding-bottom: 8rem !important;
  }
  .sd-pl-sm-8,
  .sd-px-sm-8 {
    padding-left: 8rem !important;
  }
  .sd-p-sm-9 {
    padding: 9rem !important;
  }
  .sd-pt-sm-9,
  .sd-py-sm-9 {
    padding-top: 9rem !important;
  }
  .sd-pr-sm-9,
  .sd-px-sm-9 {
    padding-right: 9rem !important;
  }
  .sd-pb-sm-9,
  .sd-py-sm-9 {
    padding-bottom: 9rem !important;
  }
  .sd-pl-sm-9,
  .sd-px-sm-9 {
    padding-left: 9rem !important;
  }
  .sd-m-sm-auto {
    margin: auto !important;
  }
  .sd-mt-sm-auto,
  .sd-my-sm-auto {
    margin-top: auto !important;
  }
  .sd-mr-sm-auto,
  .sd-mx-sm-auto {
    margin-right: auto !important;
  }
  .sd-mb-sm-auto,
  .sd-my-sm-auto {
    margin-bottom: auto !important;
  }
  .sd-ml-sm-auto,
  .sd-mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .sd-m-md-0 {
    margin: 0 !important;
  }
  .sd-mt-md-0,
  .sd-my-md-0 {
    margin-top: 0 !important;
  }
  .sd-mr-md-0,
  .sd-mx-md-0 {
    margin-right: 0 !important;
  }
  .sd-mb-md-0,
  .sd-my-md-0 {
    margin-bottom: 0 !important;
  }
  .sd-ml-md-0,
  .sd-mx-md-0 {
    margin-left: 0 !important;
  }
  .sd-m-md-0_25 {
    margin: 0.25rem !important;
  }
  .sd-mt-md-0_25,
  .sd-my-md-0_25 {
    margin-top: 0.25rem !important;
  }
  .sd-mr-md-0_25,
  .sd-mx-md-0_25 {
    margin-right: 0.25rem !important;
  }
  .sd-mb-md-0_25,
  .sd-my-md-0_25 {
    margin-bottom: 0.25rem !important;
  }
  .sd-ml-md-0_25,
  .sd-mx-md-0_25 {
    margin-left: 0.25rem !important;
  }
  .sd-m-md-0_5 {
    margin: 0.5rem !important;
  }
  .sd-mt-md-0_5,
  .sd-my-md-0_5 {
    margin-top: 0.5rem !important;
  }
  .sd-mr-md-0_5,
  .sd-mx-md-0_5 {
    margin-right: 0.5rem !important;
  }
  .sd-mb-md-0_5,
  .sd-my-md-0_5 {
    margin-bottom: 0.5rem !important;
  }
  .sd-ml-md-0_5,
  .sd-mx-md-0_5 {
    margin-left: 0.5rem !important;
  }
  .sd-m-md-0_75 {
    margin: 0.75rem !important;
  }
  .sd-mt-md-0_75,
  .sd-my-md-0_75 {
    margin-top: 0.75rem !important;
  }
  .sd-mr-md-0_75,
  .sd-mx-md-0_75 {
    margin-right: 0.75rem !important;
  }
  .sd-mb-md-0_75,
  .sd-my-md-0_75 {
    margin-bottom: 0.75rem !important;
  }
  .sd-ml-md-0_75,
  .sd-mx-md-0_75 {
    margin-left: 0.75rem !important;
  }
  .sd-m-md-1 {
    margin: 1rem !important;
  }
  .sd-mt-md-1,
  .sd-my-md-1 {
    margin-top: 1rem !important;
  }
  .sd-mr-md-1,
  .sd-mx-md-1 {
    margin-right: 1rem !important;
  }
  .sd-mb-md-1,
  .sd-my-md-1 {
    margin-bottom: 1rem !important;
  }
  .sd-ml-md-1,
  .sd-mx-md-1 {
    margin-left: 1rem !important;
  }
  .sd-m-md-1_125 {
    margin: 1.125rem !important;
  }
  .sd-mt-md-1_125,
  .sd-my-md-1_125 {
    margin-top: 1.125rem !important;
  }
  .sd-mr-md-1_125,
  .sd-mx-md-1_125 {
    margin-right: 1.125rem !important;
  }
  .sd-mb-md-1_125,
  .sd-my-md-1_125 {
    margin-bottom: 1.125rem !important;
  }
  .sd-ml-md-1_125,
  .sd-mx-md-1_125 {
    margin-left: 1.125rem !important;
  }
  .sd-m-md-1_25 {
    margin: 1.25rem !important;
  }
  .sd-mt-md-1_25,
  .sd-my-md-1_25 {
    margin-top: 1.25rem !important;
  }
  .sd-mr-md-1_25,
  .sd-mx-md-1_25 {
    margin-right: 1.25rem !important;
  }
  .sd-mb-md-1_25,
  .sd-my-md-1_25 {
    margin-bottom: 1.25rem !important;
  }
  .sd-ml-md-1_25,
  .sd-mx-md-1_25 {
    margin-left: 1.25rem !important;
  }
  .sd-m-md-1_5 {
    margin: 1.5rem !important;
  }
  .sd-mt-md-1_5,
  .sd-my-md-1_5 {
    margin-top: 1.5rem !important;
  }
  .sd-mr-md-1_5,
  .sd-mx-md-1_5 {
    margin-right: 1.5rem !important;
  }
  .sd-mb-md-1_5,
  .sd-my-md-1_5 {
    margin-bottom: 1.5rem !important;
  }
  .sd-ml-md-1_5,
  .sd-mx-md-1_5 {
    margin-left: 1.5rem !important;
  }
  .sd-m-md-1_75 {
    margin: 1.75rem !important;
  }
  .sd-mt-md-1_75,
  .sd-my-md-1_75 {
    margin-top: 1.75rem !important;
  }
  .sd-mr-md-1_75,
  .sd-mx-md-1_75 {
    margin-right: 1.75rem !important;
  }
  .sd-mb-md-1_75,
  .sd-my-md-1_75 {
    margin-bottom: 1.75rem !important;
  }
  .sd-ml-md-1_75,
  .sd-mx-md-1_75 {
    margin-left: 1.75rem !important;
  }
  .sd-m-md-2 {
    margin: 2rem !important;
  }
  .sd-mt-md-2,
  .sd-my-md-2 {
    margin-top: 2rem !important;
  }
  .sd-mr-md-2,
  .sd-mx-md-2 {
    margin-right: 2rem !important;
  }
  .sd-mb-md-2,
  .sd-my-md-2 {
    margin-bottom: 2rem !important;
  }
  .sd-ml-md-2,
  .sd-mx-md-2 {
    margin-left: 2rem !important;
  }
  .sd-m-md-2_5 {
    margin: 2.5rem !important;
  }
  .sd-mt-md-2_5,
  .sd-my-md-2_5 {
    margin-top: 2.5rem !important;
  }
  .sd-mr-md-2_5,
  .sd-mx-md-2_5 {
    margin-right: 2.5rem !important;
  }
  .sd-mb-md-2_5,
  .sd-my-md-2_5 {
    margin-bottom: 2.5rem !important;
  }
  .sd-ml-md-2_5,
  .sd-mx-md-2_5 {
    margin-left: 2.5rem !important;
  }
  .sd-m-md-2_75 {
    margin: 2.75rem !important;
  }
  .sd-mt-md-2_75,
  .sd-my-md-2_75 {
    margin-top: 2.75rem !important;
  }
  .sd-mr-md-2_75,
  .sd-mx-md-2_75 {
    margin-right: 2.75rem !important;
  }
  .sd-mb-md-2_75,
  .sd-my-md-2_75 {
    margin-bottom: 2.75rem !important;
  }
  .sd-ml-md-2_75,
  .sd-mx-md-2_75 {
    margin-left: 2.75rem !important;
  }
  .sd-m-md-3 {
    margin: 3rem !important;
  }
  .sd-mt-md-3,
  .sd-my-md-3 {
    margin-top: 3rem !important;
  }
  .sd-mr-md-3,
  .sd-mx-md-3 {
    margin-right: 3rem !important;
  }
  .sd-mb-md-3,
  .sd-my-md-3 {
    margin-bottom: 3rem !important;
  }
  .sd-ml-md-3,
  .sd-mx-md-3 {
    margin-left: 3rem !important;
  }
  .sd-m-md-3_25 {
    margin: 3.25rem !important;
  }
  .sd-mt-md-3_25,
  .sd-my-md-3_25 {
    margin-top: 3.25rem !important;
  }
  .sd-mr-md-3_25,
  .sd-mx-md-3_25 {
    margin-right: 3.25rem !important;
  }
  .sd-mb-md-3_25,
  .sd-my-md-3_25 {
    margin-bottom: 3.25rem !important;
  }
  .sd-ml-md-3_25,
  .sd-mx-md-3_25 {
    margin-left: 3.25rem !important;
  }
  .sd-m-md-3_5 {
    margin: 3.5rem !important;
  }
  .sd-mt-md-3_5,
  .sd-my-md-3_5 {
    margin-top: 3.5rem !important;
  }
  .sd-mr-md-3_5,
  .sd-mx-md-3_5 {
    margin-right: 3.5rem !important;
  }
  .sd-mb-md-3_5,
  .sd-my-md-3_5 {
    margin-bottom: 3.5rem !important;
  }
  .sd-ml-md-3_5,
  .sd-mx-md-3_5 {
    margin-left: 3.5rem !important;
  }
  .sd-m-md-4 {
    margin: 4rem !important;
  }
  .sd-mt-md-4,
  .sd-my-md-4 {
    margin-top: 4rem !important;
  }
  .sd-mr-md-4,
  .sd-mx-md-4 {
    margin-right: 4rem !important;
  }
  .sd-mb-md-4,
  .sd-my-md-4 {
    margin-bottom: 4rem !important;
  }
  .sd-ml-md-4,
  .sd-mx-md-4 {
    margin-left: 4rem !important;
  }
  .sd-m-md-5 {
    margin: 5rem !important;
  }
  .sd-mt-md-5,
  .sd-my-md-5 {
    margin-top: 5rem !important;
  }
  .sd-mr-md-5,
  .sd-mx-md-5 {
    margin-right: 5rem !important;
  }
  .sd-mb-md-5,
  .sd-my-md-5 {
    margin-bottom: 5rem !important;
  }
  .sd-ml-md-5,
  .sd-mx-md-5 {
    margin-left: 5rem !important;
  }
  .sd-m-md-5_25 {
    margin: 5.25rem !important;
  }
  .sd-mt-md-5_25,
  .sd-my-md-5_25 {
    margin-top: 5.25rem !important;
  }
  .sd-mr-md-5_25,
  .sd-mx-md-5_25 {
    margin-right: 5.25rem !important;
  }
  .sd-mb-md-5_25,
  .sd-my-md-5_25 {
    margin-bottom: 5.25rem !important;
  }
  .sd-ml-md-5_25,
  .sd-mx-md-5_25 {
    margin-left: 5.25rem !important;
  }
  .sd-m-md-5_5 {
    margin: 5.5rem !important;
  }
  .sd-mt-md-5_5,
  .sd-my-md-5_5 {
    margin-top: 5.5rem !important;
  }
  .sd-mr-md-5_5,
  .sd-mx-md-5_5 {
    margin-right: 5.5rem !important;
  }
  .sd-mb-md-5_5,
  .sd-my-md-5_5 {
    margin-bottom: 5.5rem !important;
  }
  .sd-ml-md-5_5,
  .sd-mx-md-5_5 {
    margin-left: 5.5rem !important;
  }
  .sd-m-md-6 {
    margin: 6rem !important;
  }
  .sd-mt-md-6,
  .sd-my-md-6 {
    margin-top: 6rem !important;
  }
  .sd-mr-md-6,
  .sd-mx-md-6 {
    margin-right: 6rem !important;
  }
  .sd-mb-md-6,
  .sd-my-md-6 {
    margin-bottom: 6rem !important;
  }
  .sd-ml-md-6,
  .sd-mx-md-6 {
    margin-left: 6rem !important;
  }
  .sd-m-md-8 {
    margin: 8rem !important;
  }
  .sd-mt-md-8,
  .sd-my-md-8 {
    margin-top: 8rem !important;
  }
  .sd-mr-md-8,
  .sd-mx-md-8 {
    margin-right: 8rem !important;
  }
  .sd-mb-md-8,
  .sd-my-md-8 {
    margin-bottom: 8rem !important;
  }
  .sd-ml-md-8,
  .sd-mx-md-8 {
    margin-left: 8rem !important;
  }
  .sd-m-md-9 {
    margin: 9rem !important;
  }
  .sd-mt-md-9,
  .sd-my-md-9 {
    margin-top: 9rem !important;
  }
  .sd-mr-md-9,
  .sd-mx-md-9 {
    margin-right: 9rem !important;
  }
  .sd-mb-md-9,
  .sd-my-md-9 {
    margin-bottom: 9rem !important;
  }
  .sd-ml-md-9,
  .sd-mx-md-9 {
    margin-left: 9rem !important;
  }
  .sd-p-md-0 {
    padding: 0 !important;
  }
  .sd-pt-md-0,
  .sd-py-md-0 {
    padding-top: 0 !important;
  }
  .sd-pr-md-0,
  .sd-px-md-0 {
    padding-right: 0 !important;
  }
  .sd-pb-md-0,
  .sd-py-md-0 {
    padding-bottom: 0 !important;
  }
  .sd-pl-md-0,
  .sd-px-md-0 {
    padding-left: 0 !important;
  }
  .sd-p-md-0_25 {
    padding: 0.25rem !important;
  }
  .sd-pt-md-0_25,
  .sd-py-md-0_25 {
    padding-top: 0.25rem !important;
  }
  .sd-pr-md-0_25,
  .sd-px-md-0_25 {
    padding-right: 0.25rem !important;
  }
  .sd-pb-md-0_25,
  .sd-py-md-0_25 {
    padding-bottom: 0.25rem !important;
  }
  .sd-pl-md-0_25,
  .sd-px-md-0_25 {
    padding-left: 0.25rem !important;
  }
  .sd-p-md-0_5 {
    padding: 0.5rem !important;
  }
  .sd-pt-md-0_5,
  .sd-py-md-0_5 {
    padding-top: 0.5rem !important;
  }
  .sd-pr-md-0_5,
  .sd-px-md-0_5 {
    padding-right: 0.5rem !important;
  }
  .sd-pb-md-0_5,
  .sd-py-md-0_5 {
    padding-bottom: 0.5rem !important;
  }
  .sd-pl-md-0_5,
  .sd-px-md-0_5 {
    padding-left: 0.5rem !important;
  }
  .sd-p-md-0_75 {
    padding: 0.75rem !important;
  }
  .sd-pt-md-0_75,
  .sd-py-md-0_75 {
    padding-top: 0.75rem !important;
  }
  .sd-pr-md-0_75,
  .sd-px-md-0_75 {
    padding-right: 0.75rem !important;
  }
  .sd-pb-md-0_75,
  .sd-py-md-0_75 {
    padding-bottom: 0.75rem !important;
  }
  .sd-pl-md-0_75,
  .sd-px-md-0_75 {
    padding-left: 0.75rem !important;
  }
  .sd-p-md-1 {
    padding: 1rem !important;
  }
  .sd-pt-md-1,
  .sd-py-md-1 {
    padding-top: 1rem !important;
  }
  .sd-pr-md-1,
  .sd-px-md-1 {
    padding-right: 1rem !important;
  }
  .sd-pb-md-1,
  .sd-py-md-1 {
    padding-bottom: 1rem !important;
  }
  .sd-pl-md-1,
  .sd-px-md-1 {
    padding-left: 1rem !important;
  }
  .sd-p-md-1_125 {
    padding: 1.125rem !important;
  }
  .sd-pt-md-1_125,
  .sd-py-md-1_125 {
    padding-top: 1.125rem !important;
  }
  .sd-pr-md-1_125,
  .sd-px-md-1_125 {
    padding-right: 1.125rem !important;
  }
  .sd-pb-md-1_125,
  .sd-py-md-1_125 {
    padding-bottom: 1.125rem !important;
  }
  .sd-pl-md-1_125,
  .sd-px-md-1_125 {
    padding-left: 1.125rem !important;
  }
  .sd-p-md-1_25 {
    padding: 1.25rem !important;
  }
  .sd-pt-md-1_25,
  .sd-py-md-1_25 {
    padding-top: 1.25rem !important;
  }
  .sd-pr-md-1_25,
  .sd-px-md-1_25 {
    padding-right: 1.25rem !important;
  }
  .sd-pb-md-1_25,
  .sd-py-md-1_25 {
    padding-bottom: 1.25rem !important;
  }
  .sd-pl-md-1_25,
  .sd-px-md-1_25 {
    padding-left: 1.25rem !important;
  }
  .sd-p-md-1_5 {
    padding: 1.5rem !important;
  }
  .sd-pt-md-1_5,
  .sd-py-md-1_5 {
    padding-top: 1.5rem !important;
  }
  .sd-pr-md-1_5,
  .sd-px-md-1_5 {
    padding-right: 1.5rem !important;
  }
  .sd-pb-md-1_5,
  .sd-py-md-1_5 {
    padding-bottom: 1.5rem !important;
  }
  .sd-pl-md-1_5,
  .sd-px-md-1_5 {
    padding-left: 1.5rem !important;
  }
  .sd-p-md-1_75 {
    padding: 1.75rem !important;
  }
  .sd-pt-md-1_75,
  .sd-py-md-1_75 {
    padding-top: 1.75rem !important;
  }
  .sd-pr-md-1_75,
  .sd-px-md-1_75 {
    padding-right: 1.75rem !important;
  }
  .sd-pb-md-1_75,
  .sd-py-md-1_75 {
    padding-bottom: 1.75rem !important;
  }
  .sd-pl-md-1_75,
  .sd-px-md-1_75 {
    padding-left: 1.75rem !important;
  }
  .sd-p-md-2 {
    padding: 2rem !important;
  }
  .sd-pt-md-2,
  .sd-py-md-2 {
    padding-top: 2rem !important;
  }
  .sd-pr-md-2,
  .sd-px-md-2 {
    padding-right: 2rem !important;
  }
  .sd-pb-md-2,
  .sd-py-md-2 {
    padding-bottom: 2rem !important;
  }
  .sd-pl-md-2,
  .sd-px-md-2 {
    padding-left: 2rem !important;
  }
  .sd-p-md-2_5 {
    padding: 2.5rem !important;
  }
  .sd-pt-md-2_5,
  .sd-py-md-2_5 {
    padding-top: 2.5rem !important;
  }
  .sd-pr-md-2_5,
  .sd-px-md-2_5 {
    padding-right: 2.5rem !important;
  }
  .sd-pb-md-2_5,
  .sd-py-md-2_5 {
    padding-bottom: 2.5rem !important;
  }
  .sd-pl-md-2_5,
  .sd-px-md-2_5 {
    padding-left: 2.5rem !important;
  }
  .sd-p-md-2_75 {
    padding: 2.75rem !important;
  }
  .sd-pt-md-2_75,
  .sd-py-md-2_75 {
    padding-top: 2.75rem !important;
  }
  .sd-pr-md-2_75,
  .sd-px-md-2_75 {
    padding-right: 2.75rem !important;
  }
  .sd-pb-md-2_75,
  .sd-py-md-2_75 {
    padding-bottom: 2.75rem !important;
  }
  .sd-pl-md-2_75,
  .sd-px-md-2_75 {
    padding-left: 2.75rem !important;
  }
  .sd-p-md-3 {
    padding: 3rem !important;
  }
  .sd-pt-md-3,
  .sd-py-md-3 {
    padding-top: 3rem !important;
  }
  .sd-pr-md-3,
  .sd-px-md-3 {
    padding-right: 3rem !important;
  }
  .sd-pb-md-3,
  .sd-py-md-3 {
    padding-bottom: 3rem !important;
  }
  .sd-pl-md-3,
  .sd-px-md-3 {
    padding-left: 3rem !important;
  }
  .sd-p-md-3_25 {
    padding: 3.25rem !important;
  }
  .sd-pt-md-3_25,
  .sd-py-md-3_25 {
    padding-top: 3.25rem !important;
  }
  .sd-pr-md-3_25,
  .sd-px-md-3_25 {
    padding-right: 3.25rem !important;
  }
  .sd-pb-md-3_25,
  .sd-py-md-3_25 {
    padding-bottom: 3.25rem !important;
  }
  .sd-pl-md-3_25,
  .sd-px-md-3_25 {
    padding-left: 3.25rem !important;
  }
  .sd-p-md-3_5 {
    padding: 3.5rem !important;
  }
  .sd-pt-md-3_5,
  .sd-py-md-3_5 {
    padding-top: 3.5rem !important;
  }
  .sd-pr-md-3_5,
  .sd-px-md-3_5 {
    padding-right: 3.5rem !important;
  }
  .sd-pb-md-3_5,
  .sd-py-md-3_5 {
    padding-bottom: 3.5rem !important;
  }
  .sd-pl-md-3_5,
  .sd-px-md-3_5 {
    padding-left: 3.5rem !important;
  }
  .sd-p-md-4 {
    padding: 4rem !important;
  }
  .sd-pt-md-4,
  .sd-py-md-4 {
    padding-top: 4rem !important;
  }
  .sd-pr-md-4,
  .sd-px-md-4 {
    padding-right: 4rem !important;
  }
  .sd-pb-md-4,
  .sd-py-md-4 {
    padding-bottom: 4rem !important;
  }
  .sd-pl-md-4,
  .sd-px-md-4 {
    padding-left: 4rem !important;
  }
  .sd-p-md-5 {
    padding: 5rem !important;
  }
  .sd-pt-md-5,
  .sd-py-md-5 {
    padding-top: 5rem !important;
  }
  .sd-pr-md-5,
  .sd-px-md-5 {
    padding-right: 5rem !important;
  }
  .sd-pb-md-5,
  .sd-py-md-5 {
    padding-bottom: 5rem !important;
  }
  .sd-pl-md-5,
  .sd-px-md-5 {
    padding-left: 5rem !important;
  }
  .sd-p-md-5_25 {
    padding: 5.25rem !important;
  }
  .sd-pt-md-5_25,
  .sd-py-md-5_25 {
    padding-top: 5.25rem !important;
  }
  .sd-pr-md-5_25,
  .sd-px-md-5_25 {
    padding-right: 5.25rem !important;
  }
  .sd-pb-md-5_25,
  .sd-py-md-5_25 {
    padding-bottom: 5.25rem !important;
  }
  .sd-pl-md-5_25,
  .sd-px-md-5_25 {
    padding-left: 5.25rem !important;
  }
  .sd-p-md-5_5 {
    padding: 5.5rem !important;
  }
  .sd-pt-md-5_5,
  .sd-py-md-5_5 {
    padding-top: 5.5rem !important;
  }
  .sd-pr-md-5_5,
  .sd-px-md-5_5 {
    padding-right: 5.5rem !important;
  }
  .sd-pb-md-5_5,
  .sd-py-md-5_5 {
    padding-bottom: 5.5rem !important;
  }
  .sd-pl-md-5_5,
  .sd-px-md-5_5 {
    padding-left: 5.5rem !important;
  }
  .sd-p-md-6 {
    padding: 6rem !important;
  }
  .sd-pt-md-6,
  .sd-py-md-6 {
    padding-top: 6rem !important;
  }
  .sd-pr-md-6,
  .sd-px-md-6 {
    padding-right: 6rem !important;
  }
  .sd-pb-md-6,
  .sd-py-md-6 {
    padding-bottom: 6rem !important;
  }
  .sd-pl-md-6,
  .sd-px-md-6 {
    padding-left: 6rem !important;
  }
  .sd-p-md-8 {
    padding: 8rem !important;
  }
  .sd-pt-md-8,
  .sd-py-md-8 {
    padding-top: 8rem !important;
  }
  .sd-pr-md-8,
  .sd-px-md-8 {
    padding-right: 8rem !important;
  }
  .sd-pb-md-8,
  .sd-py-md-8 {
    padding-bottom: 8rem !important;
  }
  .sd-pl-md-8,
  .sd-px-md-8 {
    padding-left: 8rem !important;
  }
  .sd-p-md-9 {
    padding: 9rem !important;
  }
  .sd-pt-md-9,
  .sd-py-md-9 {
    padding-top: 9rem !important;
  }
  .sd-pr-md-9,
  .sd-px-md-9 {
    padding-right: 9rem !important;
  }
  .sd-pb-md-9,
  .sd-py-md-9 {
    padding-bottom: 9rem !important;
  }
  .sd-pl-md-9,
  .sd-px-md-9 {
    padding-left: 9rem !important;
  }
  .sd-m-md-auto {
    margin: auto !important;
  }
  .sd-mt-md-auto,
  .sd-my-md-auto {
    margin-top: auto !important;
  }
  .sd-mr-md-auto,
  .sd-mx-md-auto {
    margin-right: auto !important;
  }
  .sd-mb-md-auto,
  .sd-my-md-auto {
    margin-bottom: auto !important;
  }
  .sd-ml-md-auto,
  .sd-mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .sd-m-lg-0 {
    margin: 0 !important;
  }
  .sd-mt-lg-0,
  .sd-my-lg-0 {
    margin-top: 0 !important;
  }
  .sd-mr-lg-0,
  .sd-mx-lg-0 {
    margin-right: 0 !important;
  }
  .sd-mb-lg-0,
  .sd-my-lg-0 {
    margin-bottom: 0 !important;
  }
  .sd-ml-lg-0,
  .sd-mx-lg-0 {
    margin-left: 0 !important;
  }
  .sd-m-lg-0_25 {
    margin: 0.25rem !important;
  }
  .sd-mt-lg-0_25,
  .sd-my-lg-0_25 {
    margin-top: 0.25rem !important;
  }
  .sd-mr-lg-0_25,
  .sd-mx-lg-0_25 {
    margin-right: 0.25rem !important;
  }
  .sd-mb-lg-0_25,
  .sd-my-lg-0_25 {
    margin-bottom: 0.25rem !important;
  }
  .sd-ml-lg-0_25,
  .sd-mx-lg-0_25 {
    margin-left: 0.25rem !important;
  }
  .sd-m-lg-0_5 {
    margin: 0.5rem !important;
  }
  .sd-mt-lg-0_5,
  .sd-my-lg-0_5 {
    margin-top: 0.5rem !important;
  }
  .sd-mr-lg-0_5,
  .sd-mx-lg-0_5 {
    margin-right: 0.5rem !important;
  }
  .sd-mb-lg-0_5,
  .sd-my-lg-0_5 {
    margin-bottom: 0.5rem !important;
  }
  .sd-ml-lg-0_5,
  .sd-mx-lg-0_5 {
    margin-left: 0.5rem !important;
  }
  .sd-m-lg-0_75 {
    margin: 0.75rem !important;
  }
  .sd-mt-lg-0_75,
  .sd-my-lg-0_75 {
    margin-top: 0.75rem !important;
  }
  .sd-mr-lg-0_75,
  .sd-mx-lg-0_75 {
    margin-right: 0.75rem !important;
  }
  .sd-mb-lg-0_75,
  .sd-my-lg-0_75 {
    margin-bottom: 0.75rem !important;
  }
  .sd-ml-lg-0_75,
  .sd-mx-lg-0_75 {
    margin-left: 0.75rem !important;
  }
  .sd-m-lg-1 {
    margin: 1rem !important;
  }
  .sd-mt-lg-1,
  .sd-my-lg-1 {
    margin-top: 1rem !important;
  }
  .sd-mr-lg-1,
  .sd-mx-lg-1 {
    margin-right: 1rem !important;
  }
  .sd-mb-lg-1,
  .sd-my-lg-1 {
    margin-bottom: 1rem !important;
  }
  .sd-ml-lg-1,
  .sd-mx-lg-1 {
    margin-left: 1rem !important;
  }
  .sd-m-lg-1_125 {
    margin: 1.125rem !important;
  }
  .sd-mt-lg-1_125,
  .sd-my-lg-1_125 {
    margin-top: 1.125rem !important;
  }
  .sd-mr-lg-1_125,
  .sd-mx-lg-1_125 {
    margin-right: 1.125rem !important;
  }
  .sd-mb-lg-1_125,
  .sd-my-lg-1_125 {
    margin-bottom: 1.125rem !important;
  }
  .sd-ml-lg-1_125,
  .sd-mx-lg-1_125 {
    margin-left: 1.125rem !important;
  }
  .sd-m-lg-1_25 {
    margin: 1.25rem !important;
  }
  .sd-mt-lg-1_25,
  .sd-my-lg-1_25 {
    margin-top: 1.25rem !important;
  }
  .sd-mr-lg-1_25,
  .sd-mx-lg-1_25 {
    margin-right: 1.25rem !important;
  }
  .sd-mb-lg-1_25,
  .sd-my-lg-1_25 {
    margin-bottom: 1.25rem !important;
  }
  .sd-ml-lg-1_25,
  .sd-mx-lg-1_25 {
    margin-left: 1.25rem !important;
  }
  .sd-m-lg-1_5 {
    margin: 1.5rem !important;
  }
  .sd-mt-lg-1_5,
  .sd-my-lg-1_5 {
    margin-top: 1.5rem !important;
  }
  .sd-mr-lg-1_5,
  .sd-mx-lg-1_5 {
    margin-right: 1.5rem !important;
  }
  .sd-mb-lg-1_5,
  .sd-my-lg-1_5 {
    margin-bottom: 1.5rem !important;
  }
  .sd-ml-lg-1_5,
  .sd-mx-lg-1_5 {
    margin-left: 1.5rem !important;
  }
  .sd-m-lg-1_75 {
    margin: 1.75rem !important;
  }
  .sd-mt-lg-1_75,
  .sd-my-lg-1_75 {
    margin-top: 1.75rem !important;
  }
  .sd-mr-lg-1_75,
  .sd-mx-lg-1_75 {
    margin-right: 1.75rem !important;
  }
  .sd-mb-lg-1_75,
  .sd-my-lg-1_75 {
    margin-bottom: 1.75rem !important;
  }
  .sd-ml-lg-1_75,
  .sd-mx-lg-1_75 {
    margin-left: 1.75rem !important;
  }
  .sd-m-lg-2 {
    margin: 2rem !important;
  }
  .sd-mt-lg-2,
  .sd-my-lg-2 {
    margin-top: 2rem !important;
  }
  .sd-mr-lg-2,
  .sd-mx-lg-2 {
    margin-right: 2rem !important;
  }
  .sd-mb-lg-2,
  .sd-my-lg-2 {
    margin-bottom: 2rem !important;
  }
  .sd-ml-lg-2,
  .sd-mx-lg-2 {
    margin-left: 2rem !important;
  }
  .sd-m-lg-2_5 {
    margin: 2.5rem !important;
  }
  .sd-mt-lg-2_5,
  .sd-my-lg-2_5 {
    margin-top: 2.5rem !important;
  }
  .sd-mr-lg-2_5,
  .sd-mx-lg-2_5 {
    margin-right: 2.5rem !important;
  }
  .sd-mb-lg-2_5,
  .sd-my-lg-2_5 {
    margin-bottom: 2.5rem !important;
  }
  .sd-ml-lg-2_5,
  .sd-mx-lg-2_5 {
    margin-left: 2.5rem !important;
  }
  .sd-m-lg-2_75 {
    margin: 2.75rem !important;
  }
  .sd-mt-lg-2_75,
  .sd-my-lg-2_75 {
    margin-top: 2.75rem !important;
  }
  .sd-mr-lg-2_75,
  .sd-mx-lg-2_75 {
    margin-right: 2.75rem !important;
  }
  .sd-mb-lg-2_75,
  .sd-my-lg-2_75 {
    margin-bottom: 2.75rem !important;
  }
  .sd-ml-lg-2_75,
  .sd-mx-lg-2_75 {
    margin-left: 2.75rem !important;
  }
  .sd-m-lg-3 {
    margin: 3rem !important;
  }
  .sd-mt-lg-3,
  .sd-my-lg-3 {
    margin-top: 3rem !important;
  }
  .sd-mr-lg-3,
  .sd-mx-lg-3 {
    margin-right: 3rem !important;
  }
  .sd-mb-lg-3,
  .sd-my-lg-3 {
    margin-bottom: 3rem !important;
  }
  .sd-ml-lg-3,
  .sd-mx-lg-3 {
    margin-left: 3rem !important;
  }
  .sd-m-lg-3_25 {
    margin: 3.25rem !important;
  }
  .sd-mt-lg-3_25,
  .sd-my-lg-3_25 {
    margin-top: 3.25rem !important;
  }
  .sd-mr-lg-3_25,
  .sd-mx-lg-3_25 {
    margin-right: 3.25rem !important;
  }
  .sd-mb-lg-3_25,
  .sd-my-lg-3_25 {
    margin-bottom: 3.25rem !important;
  }
  .sd-ml-lg-3_25,
  .sd-mx-lg-3_25 {
    margin-left: 3.25rem !important;
  }
  .sd-m-lg-3_5 {
    margin: 3.5rem !important;
  }
  .sd-mt-lg-3_5,
  .sd-my-lg-3_5 {
    margin-top: 3.5rem !important;
  }
  .sd-mr-lg-3_5,
  .sd-mx-lg-3_5 {
    margin-right: 3.5rem !important;
  }
  .sd-mb-lg-3_5,
  .sd-my-lg-3_5 {
    margin-bottom: 3.5rem !important;
  }
  .sd-ml-lg-3_5,
  .sd-mx-lg-3_5 {
    margin-left: 3.5rem !important;
  }
  .sd-m-lg-4 {
    margin: 4rem !important;
  }
  .sd-mt-lg-4,
  .sd-my-lg-4 {
    margin-top: 4rem !important;
  }
  .sd-mr-lg-4,
  .sd-mx-lg-4 {
    margin-right: 4rem !important;
  }
  .sd-mb-lg-4,
  .sd-my-lg-4 {
    margin-bottom: 4rem !important;
  }
  .sd-ml-lg-4,
  .sd-mx-lg-4 {
    margin-left: 4rem !important;
  }
  .sd-m-lg-5 {
    margin: 5rem !important;
  }
  .sd-mt-lg-5,
  .sd-my-lg-5 {
    margin-top: 5rem !important;
  }
  .sd-mr-lg-5,
  .sd-mx-lg-5 {
    margin-right: 5rem !important;
  }
  .sd-mb-lg-5,
  .sd-my-lg-5 {
    margin-bottom: 5rem !important;
  }
  .sd-ml-lg-5,
  .sd-mx-lg-5 {
    margin-left: 5rem !important;
  }
  .sd-m-lg-5_25 {
    margin: 5.25rem !important;
  }
  .sd-mt-lg-5_25,
  .sd-my-lg-5_25 {
    margin-top: 5.25rem !important;
  }
  .sd-mr-lg-5_25,
  .sd-mx-lg-5_25 {
    margin-right: 5.25rem !important;
  }
  .sd-mb-lg-5_25,
  .sd-my-lg-5_25 {
    margin-bottom: 5.25rem !important;
  }
  .sd-ml-lg-5_25,
  .sd-mx-lg-5_25 {
    margin-left: 5.25rem !important;
  }
  .sd-m-lg-5_5 {
    margin: 5.5rem !important;
  }
  .sd-mt-lg-5_5,
  .sd-my-lg-5_5 {
    margin-top: 5.5rem !important;
  }
  .sd-mr-lg-5_5,
  .sd-mx-lg-5_5 {
    margin-right: 5.5rem !important;
  }
  .sd-mb-lg-5_5,
  .sd-my-lg-5_5 {
    margin-bottom: 5.5rem !important;
  }
  .sd-ml-lg-5_5,
  .sd-mx-lg-5_5 {
    margin-left: 5.5rem !important;
  }
  .sd-m-lg-6 {
    margin: 6rem !important;
  }
  .sd-mt-lg-6,
  .sd-my-lg-6 {
    margin-top: 6rem !important;
  }
  .sd-mr-lg-6,
  .sd-mx-lg-6 {
    margin-right: 6rem !important;
  }
  .sd-mb-lg-6,
  .sd-my-lg-6 {
    margin-bottom: 6rem !important;
  }
  .sd-ml-lg-6,
  .sd-mx-lg-6 {
    margin-left: 6rem !important;
  }
  .sd-m-lg-8 {
    margin: 8rem !important;
  }
  .sd-mt-lg-8,
  .sd-my-lg-8 {
    margin-top: 8rem !important;
  }
  .sd-mr-lg-8,
  .sd-mx-lg-8 {
    margin-right: 8rem !important;
  }
  .sd-mb-lg-8,
  .sd-my-lg-8 {
    margin-bottom: 8rem !important;
  }
  .sd-ml-lg-8,
  .sd-mx-lg-8 {
    margin-left: 8rem !important;
  }
  .sd-m-lg-9 {
    margin: 9rem !important;
  }
  .sd-mt-lg-9,
  .sd-my-lg-9 {
    margin-top: 9rem !important;
  }
  .sd-mr-lg-9,
  .sd-mx-lg-9 {
    margin-right: 9rem !important;
  }
  .sd-mb-lg-9,
  .sd-my-lg-9 {
    margin-bottom: 9rem !important;
  }
  .sd-ml-lg-9,
  .sd-mx-lg-9 {
    margin-left: 9rem !important;
  }
  .sd-p-lg-0 {
    padding: 0 !important;
  }
  .sd-pt-lg-0,
  .sd-py-lg-0 {
    padding-top: 0 !important;
  }
  .sd-pr-lg-0,
  .sd-px-lg-0 {
    padding-right: 0 !important;
  }
  .sd-pb-lg-0,
  .sd-py-lg-0 {
    padding-bottom: 0 !important;
  }
  .sd-pl-lg-0,
  .sd-px-lg-0 {
    padding-left: 0 !important;
  }
  .sd-p-lg-0_25 {
    padding: 0.25rem !important;
  }
  .sd-pt-lg-0_25,
  .sd-py-lg-0_25 {
    padding-top: 0.25rem !important;
  }
  .sd-pr-lg-0_25,
  .sd-px-lg-0_25 {
    padding-right: 0.25rem !important;
  }
  .sd-pb-lg-0_25,
  .sd-py-lg-0_25 {
    padding-bottom: 0.25rem !important;
  }
  .sd-pl-lg-0_25,
  .sd-px-lg-0_25 {
    padding-left: 0.25rem !important;
  }
  .sd-p-lg-0_5 {
    padding: 0.5rem !important;
  }
  .sd-pt-lg-0_5,
  .sd-py-lg-0_5 {
    padding-top: 0.5rem !important;
  }
  .sd-pr-lg-0_5,
  .sd-px-lg-0_5 {
    padding-right: 0.5rem !important;
  }
  .sd-pb-lg-0_5,
  .sd-py-lg-0_5 {
    padding-bottom: 0.5rem !important;
  }
  .sd-pl-lg-0_5,
  .sd-px-lg-0_5 {
    padding-left: 0.5rem !important;
  }
  .sd-p-lg-0_75 {
    padding: 0.75rem !important;
  }
  .sd-pt-lg-0_75,
  .sd-py-lg-0_75 {
    padding-top: 0.75rem !important;
  }
  .sd-pr-lg-0_75,
  .sd-px-lg-0_75 {
    padding-right: 0.75rem !important;
  }
  .sd-pb-lg-0_75,
  .sd-py-lg-0_75 {
    padding-bottom: 0.75rem !important;
  }
  .sd-pl-lg-0_75,
  .sd-px-lg-0_75 {
    padding-left: 0.75rem !important;
  }
  .sd-p-lg-1 {
    padding: 1rem !important;
  }
  .sd-pt-lg-1,
  .sd-py-lg-1 {
    padding-top: 1rem !important;
  }
  .sd-pr-lg-1,
  .sd-px-lg-1 {
    padding-right: 1rem !important;
  }
  .sd-pb-lg-1,
  .sd-py-lg-1 {
    padding-bottom: 1rem !important;
  }
  .sd-pl-lg-1,
  .sd-px-lg-1 {
    padding-left: 1rem !important;
  }
  .sd-p-lg-1_125 {
    padding: 1.125rem !important;
  }
  .sd-pt-lg-1_125,
  .sd-py-lg-1_125 {
    padding-top: 1.125rem !important;
  }
  .sd-pr-lg-1_125,
  .sd-px-lg-1_125 {
    padding-right: 1.125rem !important;
  }
  .sd-pb-lg-1_125,
  .sd-py-lg-1_125 {
    padding-bottom: 1.125rem !important;
  }
  .sd-pl-lg-1_125,
  .sd-px-lg-1_125 {
    padding-left: 1.125rem !important;
  }
  .sd-p-lg-1_25 {
    padding: 1.25rem !important;
  }
  .sd-pt-lg-1_25,
  .sd-py-lg-1_25 {
    padding-top: 1.25rem !important;
  }
  .sd-pr-lg-1_25,
  .sd-px-lg-1_25 {
    padding-right: 1.25rem !important;
  }
  .sd-pb-lg-1_25,
  .sd-py-lg-1_25 {
    padding-bottom: 1.25rem !important;
  }
  .sd-pl-lg-1_25,
  .sd-px-lg-1_25 {
    padding-left: 1.25rem !important;
  }
  .sd-p-lg-1_5 {
    padding: 1.5rem !important;
  }
  .sd-pt-lg-1_5,
  .sd-py-lg-1_5 {
    padding-top: 1.5rem !important;
  }
  .sd-pr-lg-1_5,
  .sd-px-lg-1_5 {
    padding-right: 1.5rem !important;
  }
  .sd-pb-lg-1_5,
  .sd-py-lg-1_5 {
    padding-bottom: 1.5rem !important;
  }
  .sd-pl-lg-1_5,
  .sd-px-lg-1_5 {
    padding-left: 1.5rem !important;
  }
  .sd-p-lg-1_75 {
    padding: 1.75rem !important;
  }
  .sd-pt-lg-1_75,
  .sd-py-lg-1_75 {
    padding-top: 1.75rem !important;
  }
  .sd-pr-lg-1_75,
  .sd-px-lg-1_75 {
    padding-right: 1.75rem !important;
  }
  .sd-pb-lg-1_75,
  .sd-py-lg-1_75 {
    padding-bottom: 1.75rem !important;
  }
  .sd-pl-lg-1_75,
  .sd-px-lg-1_75 {
    padding-left: 1.75rem !important;
  }
  .sd-p-lg-2 {
    padding: 2rem !important;
  }
  .sd-pt-lg-2,
  .sd-py-lg-2 {
    padding-top: 2rem !important;
  }
  .sd-pr-lg-2,
  .sd-px-lg-2 {
    padding-right: 2rem !important;
  }
  .sd-pb-lg-2,
  .sd-py-lg-2 {
    padding-bottom: 2rem !important;
  }
  .sd-pl-lg-2,
  .sd-px-lg-2 {
    padding-left: 2rem !important;
  }
  .sd-p-lg-2_5 {
    padding: 2.5rem !important;
  }
  .sd-pt-lg-2_5,
  .sd-py-lg-2_5 {
    padding-top: 2.5rem !important;
  }
  .sd-pr-lg-2_5,
  .sd-px-lg-2_5 {
    padding-right: 2.5rem !important;
  }
  .sd-pb-lg-2_5,
  .sd-py-lg-2_5 {
    padding-bottom: 2.5rem !important;
  }
  .sd-pl-lg-2_5,
  .sd-px-lg-2_5 {
    padding-left: 2.5rem !important;
  }
  .sd-p-lg-2_75 {
    padding: 2.75rem !important;
  }
  .sd-pt-lg-2_75,
  .sd-py-lg-2_75 {
    padding-top: 2.75rem !important;
  }
  .sd-pr-lg-2_75,
  .sd-px-lg-2_75 {
    padding-right: 2.75rem !important;
  }
  .sd-pb-lg-2_75,
  .sd-py-lg-2_75 {
    padding-bottom: 2.75rem !important;
  }
  .sd-pl-lg-2_75,
  .sd-px-lg-2_75 {
    padding-left: 2.75rem !important;
  }
  .sd-p-lg-3 {
    padding: 3rem !important;
  }
  .sd-pt-lg-3,
  .sd-py-lg-3 {
    padding-top: 3rem !important;
  }
  .sd-pr-lg-3,
  .sd-px-lg-3 {
    padding-right: 3rem !important;
  }
  .sd-pb-lg-3,
  .sd-py-lg-3 {
    padding-bottom: 3rem !important;
  }
  .sd-pl-lg-3,
  .sd-px-lg-3 {
    padding-left: 3rem !important;
  }
  .sd-p-lg-3_25 {
    padding: 3.25rem !important;
  }
  .sd-pt-lg-3_25,
  .sd-py-lg-3_25 {
    padding-top: 3.25rem !important;
  }
  .sd-pr-lg-3_25,
  .sd-px-lg-3_25 {
    padding-right: 3.25rem !important;
  }
  .sd-pb-lg-3_25,
  .sd-py-lg-3_25 {
    padding-bottom: 3.25rem !important;
  }
  .sd-pl-lg-3_25,
  .sd-px-lg-3_25 {
    padding-left: 3.25rem !important;
  }
  .sd-p-lg-3_5 {
    padding: 3.5rem !important;
  }
  .sd-pt-lg-3_5,
  .sd-py-lg-3_5 {
    padding-top: 3.5rem !important;
  }
  .sd-pr-lg-3_5,
  .sd-px-lg-3_5 {
    padding-right: 3.5rem !important;
  }
  .sd-pb-lg-3_5,
  .sd-py-lg-3_5 {
    padding-bottom: 3.5rem !important;
  }
  .sd-pl-lg-3_5,
  .sd-px-lg-3_5 {
    padding-left: 3.5rem !important;
  }
  .sd-p-lg-4 {
    padding: 4rem !important;
  }
  .sd-pt-lg-4,
  .sd-py-lg-4 {
    padding-top: 4rem !important;
  }
  .sd-pr-lg-4,
  .sd-px-lg-4 {
    padding-right: 4rem !important;
  }
  .sd-pb-lg-4,
  .sd-py-lg-4 {
    padding-bottom: 4rem !important;
  }
  .sd-pl-lg-4,
  .sd-px-lg-4 {
    padding-left: 4rem !important;
  }
  .sd-p-lg-5 {
    padding: 5rem !important;
  }
  .sd-pt-lg-5,
  .sd-py-lg-5 {
    padding-top: 5rem !important;
  }
  .sd-pr-lg-5,
  .sd-px-lg-5 {
    padding-right: 5rem !important;
  }
  .sd-pb-lg-5,
  .sd-py-lg-5 {
    padding-bottom: 5rem !important;
  }
  .sd-pl-lg-5,
  .sd-px-lg-5 {
    padding-left: 5rem !important;
  }
  .sd-p-lg-5_25 {
    padding: 5.25rem !important;
  }
  .sd-pt-lg-5_25,
  .sd-py-lg-5_25 {
    padding-top: 5.25rem !important;
  }
  .sd-pr-lg-5_25,
  .sd-px-lg-5_25 {
    padding-right: 5.25rem !important;
  }
  .sd-pb-lg-5_25,
  .sd-py-lg-5_25 {
    padding-bottom: 5.25rem !important;
  }
  .sd-pl-lg-5_25,
  .sd-px-lg-5_25 {
    padding-left: 5.25rem !important;
  }
  .sd-p-lg-5_5 {
    padding: 5.5rem !important;
  }
  .sd-pt-lg-5_5,
  .sd-py-lg-5_5 {
    padding-top: 5.5rem !important;
  }
  .sd-pr-lg-5_5,
  .sd-px-lg-5_5 {
    padding-right: 5.5rem !important;
  }
  .sd-pb-lg-5_5,
  .sd-py-lg-5_5 {
    padding-bottom: 5.5rem !important;
  }
  .sd-pl-lg-5_5,
  .sd-px-lg-5_5 {
    padding-left: 5.5rem !important;
  }
  .sd-p-lg-6 {
    padding: 6rem !important;
  }
  .sd-pt-lg-6,
  .sd-py-lg-6 {
    padding-top: 6rem !important;
  }
  .sd-pr-lg-6,
  .sd-px-lg-6 {
    padding-right: 6rem !important;
  }
  .sd-pb-lg-6,
  .sd-py-lg-6 {
    padding-bottom: 6rem !important;
  }
  .sd-pl-lg-6,
  .sd-px-lg-6 {
    padding-left: 6rem !important;
  }
  .sd-p-lg-8 {
    padding: 8rem !important;
  }
  .sd-pt-lg-8,
  .sd-py-lg-8 {
    padding-top: 8rem !important;
  }
  .sd-pr-lg-8,
  .sd-px-lg-8 {
    padding-right: 8rem !important;
  }
  .sd-pb-lg-8,
  .sd-py-lg-8 {
    padding-bottom: 8rem !important;
  }
  .sd-pl-lg-8,
  .sd-px-lg-8 {
    padding-left: 8rem !important;
  }
  .sd-p-lg-9 {
    padding: 9rem !important;
  }
  .sd-pt-lg-9,
  .sd-py-lg-9 {
    padding-top: 9rem !important;
  }
  .sd-pr-lg-9,
  .sd-px-lg-9 {
    padding-right: 9rem !important;
  }
  .sd-pb-lg-9,
  .sd-py-lg-9 {
    padding-bottom: 9rem !important;
  }
  .sd-pl-lg-9,
  .sd-px-lg-9 {
    padding-left: 9rem !important;
  }
  .sd-m-lg-auto {
    margin: auto !important;
  }
  .sd-mt-lg-auto,
  .sd-my-lg-auto {
    margin-top: auto !important;
  }
  .sd-mr-lg-auto,
  .sd-mx-lg-auto {
    margin-right: auto !important;
  }
  .sd-mb-lg-auto,
  .sd-my-lg-auto {
    margin-bottom: auto !important;
  }
  .sd-ml-lg-auto,
  .sd-mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .sd-m-xl-0 {
    margin: 0 !important;
  }
  .sd-mt-xl-0,
  .sd-my-xl-0 {
    margin-top: 0 !important;
  }
  .sd-mr-xl-0,
  .sd-mx-xl-0 {
    margin-right: 0 !important;
  }
  .sd-mb-xl-0,
  .sd-my-xl-0 {
    margin-bottom: 0 !important;
  }
  .sd-ml-xl-0,
  .sd-mx-xl-0 {
    margin-left: 0 !important;
  }
  .sd-m-xl-0_25 {
    margin: 0.25rem !important;
  }
  .sd-mt-xl-0_25,
  .sd-my-xl-0_25 {
    margin-top: 0.25rem !important;
  }
  .sd-mr-xl-0_25,
  .sd-mx-xl-0_25 {
    margin-right: 0.25rem !important;
  }
  .sd-mb-xl-0_25,
  .sd-my-xl-0_25 {
    margin-bottom: 0.25rem !important;
  }
  .sd-ml-xl-0_25,
  .sd-mx-xl-0_25 {
    margin-left: 0.25rem !important;
  }
  .sd-m-xl-0_5 {
    margin: 0.5rem !important;
  }
  .sd-mt-xl-0_5,
  .sd-my-xl-0_5 {
    margin-top: 0.5rem !important;
  }
  .sd-mr-xl-0_5,
  .sd-mx-xl-0_5 {
    margin-right: 0.5rem !important;
  }
  .sd-mb-xl-0_5,
  .sd-my-xl-0_5 {
    margin-bottom: 0.5rem !important;
  }
  .sd-ml-xl-0_5,
  .sd-mx-xl-0_5 {
    margin-left: 0.5rem !important;
  }
  .sd-m-xl-0_75 {
    margin: 0.75rem !important;
  }
  .sd-mt-xl-0_75,
  .sd-my-xl-0_75 {
    margin-top: 0.75rem !important;
  }
  .sd-mr-xl-0_75,
  .sd-mx-xl-0_75 {
    margin-right: 0.75rem !important;
  }
  .sd-mb-xl-0_75,
  .sd-my-xl-0_75 {
    margin-bottom: 0.75rem !important;
  }
  .sd-ml-xl-0_75,
  .sd-mx-xl-0_75 {
    margin-left: 0.75rem !important;
  }
  .sd-m-xl-1 {
    margin: 1rem !important;
  }
  .sd-mt-xl-1,
  .sd-my-xl-1 {
    margin-top: 1rem !important;
  }
  .sd-mr-xl-1,
  .sd-mx-xl-1 {
    margin-right: 1rem !important;
  }
  .sd-mb-xl-1,
  .sd-my-xl-1 {
    margin-bottom: 1rem !important;
  }
  .sd-ml-xl-1,
  .sd-mx-xl-1 {
    margin-left: 1rem !important;
  }
  .sd-m-xl-1_125 {
    margin: 1.125rem !important;
  }
  .sd-mt-xl-1_125,
  .sd-my-xl-1_125 {
    margin-top: 1.125rem !important;
  }
  .sd-mr-xl-1_125,
  .sd-mx-xl-1_125 {
    margin-right: 1.125rem !important;
  }
  .sd-mb-xl-1_125,
  .sd-my-xl-1_125 {
    margin-bottom: 1.125rem !important;
  }
  .sd-ml-xl-1_125,
  .sd-mx-xl-1_125 {
    margin-left: 1.125rem !important;
  }
  .sd-m-xl-1_25 {
    margin: 1.25rem !important;
  }
  .sd-mt-xl-1_25,
  .sd-my-xl-1_25 {
    margin-top: 1.25rem !important;
  }
  .sd-mr-xl-1_25,
  .sd-mx-xl-1_25 {
    margin-right: 1.25rem !important;
  }
  .sd-mb-xl-1_25,
  .sd-my-xl-1_25 {
    margin-bottom: 1.25rem !important;
  }
  .sd-ml-xl-1_25,
  .sd-mx-xl-1_25 {
    margin-left: 1.25rem !important;
  }
  .sd-m-xl-1_5 {
    margin: 1.5rem !important;
  }
  .sd-mt-xl-1_5,
  .sd-my-xl-1_5 {
    margin-top: 1.5rem !important;
  }
  .sd-mr-xl-1_5,
  .sd-mx-xl-1_5 {
    margin-right: 1.5rem !important;
  }
  .sd-mb-xl-1_5,
  .sd-my-xl-1_5 {
    margin-bottom: 1.5rem !important;
  }
  .sd-ml-xl-1_5,
  .sd-mx-xl-1_5 {
    margin-left: 1.5rem !important;
  }
  .sd-m-xl-1_75 {
    margin: 1.75rem !important;
  }
  .sd-mt-xl-1_75,
  .sd-my-xl-1_75 {
    margin-top: 1.75rem !important;
  }
  .sd-mr-xl-1_75,
  .sd-mx-xl-1_75 {
    margin-right: 1.75rem !important;
  }
  .sd-mb-xl-1_75,
  .sd-my-xl-1_75 {
    margin-bottom: 1.75rem !important;
  }
  .sd-ml-xl-1_75,
  .sd-mx-xl-1_75 {
    margin-left: 1.75rem !important;
  }
  .sd-m-xl-2 {
    margin: 2rem !important;
  }
  .sd-mt-xl-2,
  .sd-my-xl-2 {
    margin-top: 2rem !important;
  }
  .sd-mr-xl-2,
  .sd-mx-xl-2 {
    margin-right: 2rem !important;
  }
  .sd-mb-xl-2,
  .sd-my-xl-2 {
    margin-bottom: 2rem !important;
  }
  .sd-ml-xl-2,
  .sd-mx-xl-2 {
    margin-left: 2rem !important;
  }
  .sd-m-xl-2_5 {
    margin: 2.5rem !important;
  }
  .sd-mt-xl-2_5,
  .sd-my-xl-2_5 {
    margin-top: 2.5rem !important;
  }
  .sd-mr-xl-2_5,
  .sd-mx-xl-2_5 {
    margin-right: 2.5rem !important;
  }
  .sd-mb-xl-2_5,
  .sd-my-xl-2_5 {
    margin-bottom: 2.5rem !important;
  }
  .sd-ml-xl-2_5,
  .sd-mx-xl-2_5 {
    margin-left: 2.5rem !important;
  }
  .sd-m-xl-2_75 {
    margin: 2.75rem !important;
  }
  .sd-mt-xl-2_75,
  .sd-my-xl-2_75 {
    margin-top: 2.75rem !important;
  }
  .sd-mr-xl-2_75,
  .sd-mx-xl-2_75 {
    margin-right: 2.75rem !important;
  }
  .sd-mb-xl-2_75,
  .sd-my-xl-2_75 {
    margin-bottom: 2.75rem !important;
  }
  .sd-ml-xl-2_75,
  .sd-mx-xl-2_75 {
    margin-left: 2.75rem !important;
  }
  .sd-m-xl-3 {
    margin: 3rem !important;
  }
  .sd-mt-xl-3,
  .sd-my-xl-3 {
    margin-top: 3rem !important;
  }
  .sd-mr-xl-3,
  .sd-mx-xl-3 {
    margin-right: 3rem !important;
  }
  .sd-mb-xl-3,
  .sd-my-xl-3 {
    margin-bottom: 3rem !important;
  }
  .sd-ml-xl-3,
  .sd-mx-xl-3 {
    margin-left: 3rem !important;
  }
  .sd-m-xl-3_25 {
    margin: 3.25rem !important;
  }
  .sd-mt-xl-3_25,
  .sd-my-xl-3_25 {
    margin-top: 3.25rem !important;
  }
  .sd-mr-xl-3_25,
  .sd-mx-xl-3_25 {
    margin-right: 3.25rem !important;
  }
  .sd-mb-xl-3_25,
  .sd-my-xl-3_25 {
    margin-bottom: 3.25rem !important;
  }
  .sd-ml-xl-3_25,
  .sd-mx-xl-3_25 {
    margin-left: 3.25rem !important;
  }
  .sd-m-xl-3_5 {
    margin: 3.5rem !important;
  }
  .sd-mt-xl-3_5,
  .sd-my-xl-3_5 {
    margin-top: 3.5rem !important;
  }
  .sd-mr-xl-3_5,
  .sd-mx-xl-3_5 {
    margin-right: 3.5rem !important;
  }
  .sd-mb-xl-3_5,
  .sd-my-xl-3_5 {
    margin-bottom: 3.5rem !important;
  }
  .sd-ml-xl-3_5,
  .sd-mx-xl-3_5 {
    margin-left: 3.5rem !important;
  }
  .sd-m-xl-4 {
    margin: 4rem !important;
  }
  .sd-mt-xl-4,
  .sd-my-xl-4 {
    margin-top: 4rem !important;
  }
  .sd-mr-xl-4,
  .sd-mx-xl-4 {
    margin-right: 4rem !important;
  }
  .sd-mb-xl-4,
  .sd-my-xl-4 {
    margin-bottom: 4rem !important;
  }
  .sd-ml-xl-4,
  .sd-mx-xl-4 {
    margin-left: 4rem !important;
  }
  .sd-m-xl-5 {
    margin: 5rem !important;
  }
  .sd-mt-xl-5,
  .sd-my-xl-5 {
    margin-top: 5rem !important;
  }
  .sd-mr-xl-5,
  .sd-mx-xl-5 {
    margin-right: 5rem !important;
  }
  .sd-mb-xl-5,
  .sd-my-xl-5 {
    margin-bottom: 5rem !important;
  }
  .sd-ml-xl-5,
  .sd-mx-xl-5 {
    margin-left: 5rem !important;
  }
  .sd-m-xl-5_25 {
    margin: 5.25rem !important;
  }
  .sd-mt-xl-5_25,
  .sd-my-xl-5_25 {
    margin-top: 5.25rem !important;
  }
  .sd-mr-xl-5_25,
  .sd-mx-xl-5_25 {
    margin-right: 5.25rem !important;
  }
  .sd-mb-xl-5_25,
  .sd-my-xl-5_25 {
    margin-bottom: 5.25rem !important;
  }
  .sd-ml-xl-5_25,
  .sd-mx-xl-5_25 {
    margin-left: 5.25rem !important;
  }
  .sd-m-xl-5_5 {
    margin: 5.5rem !important;
  }
  .sd-mt-xl-5_5,
  .sd-my-xl-5_5 {
    margin-top: 5.5rem !important;
  }
  .sd-mr-xl-5_5,
  .sd-mx-xl-5_5 {
    margin-right: 5.5rem !important;
  }
  .sd-mb-xl-5_5,
  .sd-my-xl-5_5 {
    margin-bottom: 5.5rem !important;
  }
  .sd-ml-xl-5_5,
  .sd-mx-xl-5_5 {
    margin-left: 5.5rem !important;
  }
  .sd-m-xl-6 {
    margin: 6rem !important;
  }
  .sd-mt-xl-6,
  .sd-my-xl-6 {
    margin-top: 6rem !important;
  }
  .sd-mr-xl-6,
  .sd-mx-xl-6 {
    margin-right: 6rem !important;
  }
  .sd-mb-xl-6,
  .sd-my-xl-6 {
    margin-bottom: 6rem !important;
  }
  .sd-ml-xl-6,
  .sd-mx-xl-6 {
    margin-left: 6rem !important;
  }
  .sd-m-xl-8 {
    margin: 8rem !important;
  }
  .sd-mt-xl-8,
  .sd-my-xl-8 {
    margin-top: 8rem !important;
  }
  .sd-mr-xl-8,
  .sd-mx-xl-8 {
    margin-right: 8rem !important;
  }
  .sd-mb-xl-8,
  .sd-my-xl-8 {
    margin-bottom: 8rem !important;
  }
  .sd-ml-xl-8,
  .sd-mx-xl-8 {
    margin-left: 8rem !important;
  }
  .sd-m-xl-9 {
    margin: 9rem !important;
  }
  .sd-mt-xl-9,
  .sd-my-xl-9 {
    margin-top: 9rem !important;
  }
  .sd-mr-xl-9,
  .sd-mx-xl-9 {
    margin-right: 9rem !important;
  }
  .sd-mb-xl-9,
  .sd-my-xl-9 {
    margin-bottom: 9rem !important;
  }
  .sd-ml-xl-9,
  .sd-mx-xl-9 {
    margin-left: 9rem !important;
  }
  .sd-p-xl-0 {
    padding: 0 !important;
  }
  .sd-pt-xl-0,
  .sd-py-xl-0 {
    padding-top: 0 !important;
  }
  .sd-pr-xl-0,
  .sd-px-xl-0 {
    padding-right: 0 !important;
  }
  .sd-pb-xl-0,
  .sd-py-xl-0 {
    padding-bottom: 0 !important;
  }
  .sd-pl-xl-0,
  .sd-px-xl-0 {
    padding-left: 0 !important;
  }
  .sd-p-xl-0_25 {
    padding: 0.25rem !important;
  }
  .sd-pt-xl-0_25,
  .sd-py-xl-0_25 {
    padding-top: 0.25rem !important;
  }
  .sd-pr-xl-0_25,
  .sd-px-xl-0_25 {
    padding-right: 0.25rem !important;
  }
  .sd-pb-xl-0_25,
  .sd-py-xl-0_25 {
    padding-bottom: 0.25rem !important;
  }
  .sd-pl-xl-0_25,
  .sd-px-xl-0_25 {
    padding-left: 0.25rem !important;
  }
  .sd-p-xl-0_5 {
    padding: 0.5rem !important;
  }
  .sd-pt-xl-0_5,
  .sd-py-xl-0_5 {
    padding-top: 0.5rem !important;
  }
  .sd-pr-xl-0_5,
  .sd-px-xl-0_5 {
    padding-right: 0.5rem !important;
  }
  .sd-pb-xl-0_5,
  .sd-py-xl-0_5 {
    padding-bottom: 0.5rem !important;
  }
  .sd-pl-xl-0_5,
  .sd-px-xl-0_5 {
    padding-left: 0.5rem !important;
  }
  .sd-p-xl-0_75 {
    padding: 0.75rem !important;
  }
  .sd-pt-xl-0_75,
  .sd-py-xl-0_75 {
    padding-top: 0.75rem !important;
  }
  .sd-pr-xl-0_75,
  .sd-px-xl-0_75 {
    padding-right: 0.75rem !important;
  }
  .sd-pb-xl-0_75,
  .sd-py-xl-0_75 {
    padding-bottom: 0.75rem !important;
  }
  .sd-pl-xl-0_75,
  .sd-px-xl-0_75 {
    padding-left: 0.75rem !important;
  }
  .sd-p-xl-1 {
    padding: 1rem !important;
  }
  .sd-pt-xl-1,
  .sd-py-xl-1 {
    padding-top: 1rem !important;
  }
  .sd-pr-xl-1,
  .sd-px-xl-1 {
    padding-right: 1rem !important;
  }
  .sd-pb-xl-1,
  .sd-py-xl-1 {
    padding-bottom: 1rem !important;
  }
  .sd-pl-xl-1,
  .sd-px-xl-1 {
    padding-left: 1rem !important;
  }
  .sd-p-xl-1_125 {
    padding: 1.125rem !important;
  }
  .sd-pt-xl-1_125,
  .sd-py-xl-1_125 {
    padding-top: 1.125rem !important;
  }
  .sd-pr-xl-1_125,
  .sd-px-xl-1_125 {
    padding-right: 1.125rem !important;
  }
  .sd-pb-xl-1_125,
  .sd-py-xl-1_125 {
    padding-bottom: 1.125rem !important;
  }
  .sd-pl-xl-1_125,
  .sd-px-xl-1_125 {
    padding-left: 1.125rem !important;
  }
  .sd-p-xl-1_25 {
    padding: 1.25rem !important;
  }
  .sd-pt-xl-1_25,
  .sd-py-xl-1_25 {
    padding-top: 1.25rem !important;
  }
  .sd-pr-xl-1_25,
  .sd-px-xl-1_25 {
    padding-right: 1.25rem !important;
  }
  .sd-pb-xl-1_25,
  .sd-py-xl-1_25 {
    padding-bottom: 1.25rem !important;
  }
  .sd-pl-xl-1_25,
  .sd-px-xl-1_25 {
    padding-left: 1.25rem !important;
  }
  .sd-p-xl-1_5 {
    padding: 1.5rem !important;
  }
  .sd-pt-xl-1_5,
  .sd-py-xl-1_5 {
    padding-top: 1.5rem !important;
  }
  .sd-pr-xl-1_5,
  .sd-px-xl-1_5 {
    padding-right: 1.5rem !important;
  }
  .sd-pb-xl-1_5,
  .sd-py-xl-1_5 {
    padding-bottom: 1.5rem !important;
  }
  .sd-pl-xl-1_5,
  .sd-px-xl-1_5 {
    padding-left: 1.5rem !important;
  }
  .sd-p-xl-1_75 {
    padding: 1.75rem !important;
  }
  .sd-pt-xl-1_75,
  .sd-py-xl-1_75 {
    padding-top: 1.75rem !important;
  }
  .sd-pr-xl-1_75,
  .sd-px-xl-1_75 {
    padding-right: 1.75rem !important;
  }
  .sd-pb-xl-1_75,
  .sd-py-xl-1_75 {
    padding-bottom: 1.75rem !important;
  }
  .sd-pl-xl-1_75,
  .sd-px-xl-1_75 {
    padding-left: 1.75rem !important;
  }
  .sd-p-xl-2 {
    padding: 2rem !important;
  }
  .sd-pt-xl-2,
  .sd-py-xl-2 {
    padding-top: 2rem !important;
  }
  .sd-pr-xl-2,
  .sd-px-xl-2 {
    padding-right: 2rem !important;
  }
  .sd-pb-xl-2,
  .sd-py-xl-2 {
    padding-bottom: 2rem !important;
  }
  .sd-pl-xl-2,
  .sd-px-xl-2 {
    padding-left: 2rem !important;
  }
  .sd-p-xl-2_5 {
    padding: 2.5rem !important;
  }
  .sd-pt-xl-2_5,
  .sd-py-xl-2_5 {
    padding-top: 2.5rem !important;
  }
  .sd-pr-xl-2_5,
  .sd-px-xl-2_5 {
    padding-right: 2.5rem !important;
  }
  .sd-pb-xl-2_5,
  .sd-py-xl-2_5 {
    padding-bottom: 2.5rem !important;
  }
  .sd-pl-xl-2_5,
  .sd-px-xl-2_5 {
    padding-left: 2.5rem !important;
  }
  .sd-p-xl-2_75 {
    padding: 2.75rem !important;
  }
  .sd-pt-xl-2_75,
  .sd-py-xl-2_75 {
    padding-top: 2.75rem !important;
  }
  .sd-pr-xl-2_75,
  .sd-px-xl-2_75 {
    padding-right: 2.75rem !important;
  }
  .sd-pb-xl-2_75,
  .sd-py-xl-2_75 {
    padding-bottom: 2.75rem !important;
  }
  .sd-pl-xl-2_75,
  .sd-px-xl-2_75 {
    padding-left: 2.75rem !important;
  }
  .sd-p-xl-3 {
    padding: 3rem !important;
  }
  .sd-pt-xl-3,
  .sd-py-xl-3 {
    padding-top: 3rem !important;
  }
  .sd-pr-xl-3,
  .sd-px-xl-3 {
    padding-right: 3rem !important;
  }
  .sd-pb-xl-3,
  .sd-py-xl-3 {
    padding-bottom: 3rem !important;
  }
  .sd-pl-xl-3,
  .sd-px-xl-3 {
    padding-left: 3rem !important;
  }
  .sd-p-xl-3_25 {
    padding: 3.25rem !important;
  }
  .sd-pt-xl-3_25,
  .sd-py-xl-3_25 {
    padding-top: 3.25rem !important;
  }
  .sd-pr-xl-3_25,
  .sd-px-xl-3_25 {
    padding-right: 3.25rem !important;
  }
  .sd-pb-xl-3_25,
  .sd-py-xl-3_25 {
    padding-bottom: 3.25rem !important;
  }
  .sd-pl-xl-3_25,
  .sd-px-xl-3_25 {
    padding-left: 3.25rem !important;
  }
  .sd-p-xl-3_5 {
    padding: 3.5rem !important;
  }
  .sd-pt-xl-3_5,
  .sd-py-xl-3_5 {
    padding-top: 3.5rem !important;
  }
  .sd-pr-xl-3_5,
  .sd-px-xl-3_5 {
    padding-right: 3.5rem !important;
  }
  .sd-pb-xl-3_5,
  .sd-py-xl-3_5 {
    padding-bottom: 3.5rem !important;
  }
  .sd-pl-xl-3_5,
  .sd-px-xl-3_5 {
    padding-left: 3.5rem !important;
  }
  .sd-p-xl-4 {
    padding: 4rem !important;
  }
  .sd-pt-xl-4,
  .sd-py-xl-4 {
    padding-top: 4rem !important;
  }
  .sd-pr-xl-4,
  .sd-px-xl-4 {
    padding-right: 4rem !important;
  }
  .sd-pb-xl-4,
  .sd-py-xl-4 {
    padding-bottom: 4rem !important;
  }
  .sd-pl-xl-4,
  .sd-px-xl-4 {
    padding-left: 4rem !important;
  }
  .sd-p-xl-5 {
    padding: 5rem !important;
  }
  .sd-pt-xl-5,
  .sd-py-xl-5 {
    padding-top: 5rem !important;
  }
  .sd-pr-xl-5,
  .sd-px-xl-5 {
    padding-right: 5rem !important;
  }
  .sd-pb-xl-5,
  .sd-py-xl-5 {
    padding-bottom: 5rem !important;
  }
  .sd-pl-xl-5,
  .sd-px-xl-5 {
    padding-left: 5rem !important;
  }
  .sd-p-xl-5_25 {
    padding: 5.25rem !important;
  }
  .sd-pt-xl-5_25,
  .sd-py-xl-5_25 {
    padding-top: 5.25rem !important;
  }
  .sd-pr-xl-5_25,
  .sd-px-xl-5_25 {
    padding-right: 5.25rem !important;
  }
  .sd-pb-xl-5_25,
  .sd-py-xl-5_25 {
    padding-bottom: 5.25rem !important;
  }
  .sd-pl-xl-5_25,
  .sd-px-xl-5_25 {
    padding-left: 5.25rem !important;
  }
  .sd-p-xl-5_5 {
    padding: 5.5rem !important;
  }
  .sd-pt-xl-5_5,
  .sd-py-xl-5_5 {
    padding-top: 5.5rem !important;
  }
  .sd-pr-xl-5_5,
  .sd-px-xl-5_5 {
    padding-right: 5.5rem !important;
  }
  .sd-pb-xl-5_5,
  .sd-py-xl-5_5 {
    padding-bottom: 5.5rem !important;
  }
  .sd-pl-xl-5_5,
  .sd-px-xl-5_5 {
    padding-left: 5.5rem !important;
  }
  .sd-p-xl-6 {
    padding: 6rem !important;
  }
  .sd-pt-xl-6,
  .sd-py-xl-6 {
    padding-top: 6rem !important;
  }
  .sd-pr-xl-6,
  .sd-px-xl-6 {
    padding-right: 6rem !important;
  }
  .sd-pb-xl-6,
  .sd-py-xl-6 {
    padding-bottom: 6rem !important;
  }
  .sd-pl-xl-6,
  .sd-px-xl-6 {
    padding-left: 6rem !important;
  }
  .sd-p-xl-8 {
    padding: 8rem !important;
  }
  .sd-pt-xl-8,
  .sd-py-xl-8 {
    padding-top: 8rem !important;
  }
  .sd-pr-xl-8,
  .sd-px-xl-8 {
    padding-right: 8rem !important;
  }
  .sd-pb-xl-8,
  .sd-py-xl-8 {
    padding-bottom: 8rem !important;
  }
  .sd-pl-xl-8,
  .sd-px-xl-8 {
    padding-left: 8rem !important;
  }
  .sd-p-xl-9 {
    padding: 9rem !important;
  }
  .sd-pt-xl-9,
  .sd-py-xl-9 {
    padding-top: 9rem !important;
  }
  .sd-pr-xl-9,
  .sd-px-xl-9 {
    padding-right: 9rem !important;
  }
  .sd-pb-xl-9,
  .sd-py-xl-9 {
    padding-bottom: 9rem !important;
  }
  .sd-pl-xl-9,
  .sd-px-xl-9 {
    padding-left: 9rem !important;
  }
  .sd-m-xl-auto {
    margin: auto !important;
  }
  .sd-mt-xl-auto,
  .sd-my-xl-auto {
    margin-top: auto !important;
  }
  .sd-mr-xl-auto,
  .sd-mx-xl-auto {
    margin-right: auto !important;
  }
  .sd-mb-xl-auto,
  .sd-my-xl-auto {
    margin-bottom: auto !important;
  }
  .sd-ml-xl-auto,
  .sd-mx-xl-auto {
    margin-left: auto !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

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

@media (min-width: 376px) {
  .float-xsm-left {
    float: left !important;
  }
  .float-xsm-right {
    float: right !important;
  }
  .float-xsm-none {
    float: none !important;
  }
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column, .card-header.select-container {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

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

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

.flex-wrap, .card-header {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

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

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

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

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

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

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

.justify-content-center, .page-item .page-link {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

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

.justify-content-around, .logo-container, .companyprofile-logo-container {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start, .card-header.select-container {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

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

.align-items-center, .timeline-vertical .timeline-item {
  -ms-flex-align: center !important;
  align-items: center !important;
}

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

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

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 376px) {
  .flex-xsm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xsm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xsm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xsm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xsm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xsm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xsm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xsm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xsm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xsm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xsm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xsm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xsm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xsm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xsm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xsm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xsm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xsm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xsm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xsm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xsm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xsm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xsm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xsm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xsm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xsm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xsm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xsm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xsm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xsm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xsm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xsm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xsm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xsm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 576px) {
  .flex-sm-row, .card-header.select-container {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center, .card-header.select-container {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row, .static-field {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.text-left {
  text-align: left !important;
}

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

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

@media (min-width: 376px) {
  .text-xsm-left {
    text-align: left !important;
  }
  .text-xsm-right {
    text-align: right !important;
  }
  .text-xsm-center {
    text-align: center !important;
  }
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.font-weight-normal {
  font-weight: 400 !important;
}

/**
  Below specify Self-service custom SASS files
 */
.border-dashed-gray-100 {
  border: 1px dashed rgb(251.9905, 251.9905, 251.9905);
}

.border-dashed-gray-200 {
  border: 1px dashed rgb(239.096, 241.784, 242.904);
}

.border-dashed-gray-300 {
  border: 1px dashed rgb(230.4056, 234.5624, 236.2944);
}

.border-dashed-gray-400 {
  border: 1px dashed rgb(210.128, 217.712, 220.872);
}

.border-dashed-gray-500 {
  border: 1px dashed rgb(163.7792, 179.1968, 185.6208);
}

.border-dashed-gray-600 {
  border: 1px dashed rgb(129.0176, 150.3104, 159.1824);
}

.border-dashed-gray-700 {
  border: 1px dashed rgb(98.064, 119.856, 128.936);
}

.border-dashed-gray-800 {
  border: 1px dashed #364247;
}

.border-dashed-gray-900 {
  border: 1px dashed #212529;
}

.border-dashed-gray-150 {
  border: 1px dashed rgb(247.7864, 249.0056, 249.5136);
}

.border-gray-100 {
  border: 1px solid rgb(251.9905, 251.9905, 251.9905);
}

.border-gray-200 {
  border: 1px solid rgb(239.096, 241.784, 242.904);
}

.border-gray-300 {
  border: 1px solid rgb(230.4056, 234.5624, 236.2944);
}

.border-gray-400 {
  border: 1px solid rgb(210.128, 217.712, 220.872);
}

.border-gray-500 {
  border: 1px solid rgb(163.7792, 179.1968, 185.6208);
}

.border-gray-600 {
  border: 1px solid rgb(129.0176, 150.3104, 159.1824);
}

.border-gray-700 {
  border: 1px solid rgb(98.064, 119.856, 128.936);
}

.border-gray-800 {
  border: 1px solid #364247;
}

.border-gray-900 {
  border: 1px solid #212529;
}

.border-gray-150 {
  border: 1px solid rgb(247.7864, 249.0056, 249.5136);
}

@media (min-width: 992px) {
  .border-top-lg {
    border-top: 1px solid rgb(239.096, 241.784, 242.904);
  }
}

.border-none {
  border-style: none !important;
}

@media (min-width: 376px) {
  .border-xsm-none {
    border-style: none !important;
  }
}
@media (min-width: 576px) {
  .border-sm-none {
    border-style: none !important;
  }
}
@media (min-width: 768px) {
  .border-md-none {
    border-style: none !important;
  }
}
@media (min-width: 992px) {
  .border-lg-none {
    border-style: none !important;
  }
}
@media (min-width: 1200px) {
  .border-xl-none {
    border-style: none !important;
  }
}
.border-radius-bottom {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.border-radius {
  border-radius: 4px;
}

.border-radius-top {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.border-separator {
  border-bottom: 1px solid rgb(230.4056, 234.5624, 236.2944);
}

.border-secondary {
  border-color: #0877A6 !important;
}

@media (max-width: 767.98px) {
  .btn-mobile-block {
    width: 100%;
  }
}

.btn {
  font-family: "SofiaPro";
  font-weight: 700;
  box-shadow: 0 -2px 0 0 rgba(0, 0, 0, 0.1) inset;
}
.btn[class*=btn-outline-], .btn.btn-link {
  box-shadow: none;
}
.btn.btn-link {
  padding: 0;
  text-decoration: underline;
}
.btn.btn-link[class*=arrow-]::before {
  margin-right: 0.5rem;
}

.btn-lg, .btn-group-lg > .btn {
  font-size: 1.125rem;
  line-height: 1.44444444;
  border-radius: 0.25rem;
}

.btn-padding {
  padding: 0.625rem 1rem;
}

.btn-icon {
  padding: 0.625rem 1rem;
  background: transparent;
  border: 0;
}

.btn-no-outline {
  font-weight: 700;
  color: rgb(98.064, 119.856, 128.936);
  background: none;
  border: 0;
  box-shadow: none;
}
.btn-no-outline:hover {
  color: #364247;
}
.btn-no-outline.disabled {
  color: rgb(163.7792, 179.1968, 185.6208);
}
.btn-no-outline svg {
  margin-bottom: -2px;
}

.btn-primary {
  color: #fff;
  background-color: #1abd5e;
  border-color: #1abd5e;
  border: 0;
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(23.4, 170.1, 84.6);
  border-color: rgb(23.4, 170.1, 84.6);
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: rgb(23.4, 170.1, 84.6);
  border-color: rgb(23.4, 170.1, 84.6);
  box-shadow: 0 0 0 0.2rem rgba(60.35, 198.9, 118.15, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #1abd5e;
  border-color: #1abd5e;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(23.4, 170.1, 84.6);
  border-color: rgb(23.4, 170.1, 84.6);
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(60.35, 198.9, 118.15, 0.5);
}
.btn-primary.btn {
  padding: 0.625rem 1rem;
}
.btn-primary.btn.btn-sm, .btn-group-sm > .btn-primary.btn {
  padding: 0.375rem 0.75rem;
}
.btn-primary.btn.btn-lg, .btn-group-lg > .btn-primary.btn {
  padding: 0.90625rem 2rem;
}

.btn-secondary {
  color: #1abd5e;
  background-color: #fff;
  border-color: rgb(210.128, 217.712, 220.872);
  box-shadow: 0 -2px 0 0 rgb(210.128, 217.712, 220.872) inset;
}
.btn-secondary.btn.btn-sm, .btn-group-sm > .btn-secondary.btn {
  padding: 0.375rem 0.75rem;
}
.btn-secondary:hover {
  background-color: #fff;
  box-shadow: 0 -2px 0 0 rgb(163.7792, 179.1968, 185.6208) inset;
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 -2px 0 0 rgb(163.7792, 179.1968, 185.6208) inset, 0 0 0 0.2rem rgba(183.5588, 190.6052, 193.8912, 0.15);
}
.btn-secondary:not(:disabled):not(.disabled):active {
  background-color: #fff;
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: rgb(210.128, 217.712, 220.872);
  background-color: rgb(251.9905, 251.9905, 251.9905);
  border-color: rgb(210.128, 217.712, 220.872);
}
.btn-secondary:not(:disabled or .disabled):hover {
  color: rgb(23.4, 170.1, 84.6);
}
.btn-secondary:focus {
  color: #1abd5e !important;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: rgb(23.4, 170.1, 84.6);
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  color: rgb(23.4, 170.1, 84.6);
}

.btn-transparent {
  color: #fff;
  background-color: transparent;
  border-color: rgb(163.7792, 179.1968, 185.6208);
  color: #1abd5e;
  border-width: 1.5px;
  box-shadow: none;
}
.btn-transparent:hover {
  color: #fff;
  background-color: transparent;
  border-color: rgb(129.0176, 150.3104, 159.1824);
}
.btn-transparent:focus, .btn-transparent.focus {
  color: #fff;
  background-color: transparent;
  border-color: rgb(129.0176, 150.3104, 159.1824);
  box-shadow: 0 0 0 0.2rem rgba(177.46232, 190.56728, 196.02768, 0.5);
}
.btn-transparent.disabled, .btn-transparent:disabled {
  color: #fff;
  background-color: transparent;
  border-color: rgb(163.7792, 179.1968, 185.6208);
}
.btn-transparent:not(:disabled):not(.disabled):active, .btn-transparent:not(:disabled):not(.disabled).active, .show > .btn-transparent.dropdown-toggle {
  color: #fff;
  background-color: transparent;
  border-color: rgb(163.7792, 179.1968, 185.6208);
}
.btn-transparent:not(:disabled):not(.disabled):active:focus, .btn-transparent:not(:disabled):not(.disabled).active:focus, .show > .btn-transparent.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(177.46232, 190.56728, 196.02768, 0.5);
}
.btn-transparent:not(:disabled):hover {
  color: rgb(23.4, 170.1, 84.6);
}
.btn-transparent:disabled {
  color: rgb(209.2, 241.8, 222.8);
}
.btn-transparent:not(:disabled):not(.disabled):active, .btn-transparent:not(:disabled):not(.disabled).active, .show > .btn-transparent.dropdown-toggle {
  color: rgb(23.4, 170.1, 84.6);
}
.btn-transparent:not(:disabled):not(.disabled):active:focus, .btn-transparent:not(:disabled):not(.disabled).active:focus, .show > .btn-transparent.dropdown-toggle:focus {
  color: rgb(23.4, 170.1, 84.6);
}

button:not(:disabled):not(.disabled) {
  cursor: pointer;
}

@media (max-width: 767.98px) {
  .btn-mobile-block {
    width: 100%;
  }
}

.btn-danger-inverse {
  color: #d9534f;
  background-color: #fff;
  border: 2px solid rgb(210.128, 217.712, 220.872);
  box-shadow: none;
}

.btn-icon-small {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  height: 34px;
  padding: 0 6px;
}

.btn-arrow, .btn-loading {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn-arrow::after, .btn-loading::after {
  display: block;
  width: calc(1rem * 1.5);
  height: calc(1rem * 1.5);
  margin-left: 0.5rem;
  content: "";
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='24px' height='24px' viewBox='0 0 24 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 60.1 (88133) - https://sketch.com --%3E%3Ctitle%3EIcon-24-arrow_white%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Icons' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'%3E%3Cg id='Icons-/-24-/-arrow-green-Copy' stroke='%23FFFFFF' stroke-width='2'%3E%3Cpath d='M2,12 L22,12 M15,5 L22,12 L15,19' id='Path-25'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat;
}
.btn-arrow.btn-loading::after, .btn-loading.btn-loading::after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40' %3E%3Cpath fill='%23ffffff50' d='M20,35 C11.7157288,35 5,28.2842712 5,20 C5,11.7157288 11.7157288,5 20,5 C28.2842712,5 35,11.7157288 35,20 C35,28.2842712 28.2842712,35 20,35 Z M20,33 C27.1797017,33 33,27.1797017 33,20 C33,12.8202983 27.1797017,7 20,7 C12.8202983,7 7,12.8202983 7,20 C7,27.1797017 12.8202983,33 20,33 Z'/%3E%3Cpath fill='%23ffffff' d='M29.1923882,10.8076118 C26.8398509,8.45507456 23.5898509,7 20,7 L20,5 C24.1421356,5 27.8921356,6.67893219 30.6066017,9.39339828 L29.1923882,10.8076118 Z'%3E%3CanimateTransform attributeType='xml' attributeName='transform' type='rotate' from='0 20 20' to='360 20 20' dur='0.7s' repeatCount='indefinite'/%3E%3C/path%3E%3C/svg%3E") no-repeat;
}

#menu-item-beamer .beamer_icon.active {
  position: relative;
  background-color: #d9534f;
  -webkit-animation: none;
  animation: none;
}

.show-password-btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

.btn-light:hover {
  background-color: #1abd5e;
}
.btn-light:hover.text-muted {
  color: #fff !important;
}

.clickable:hover {
  cursor: pointer;
}
.clickable:hover .card-header {
  color: #364247;
}

.btn-high-contrast {
  color: #364247;
  background-color: #fff;
  border: 1px solid rgb(210.128, 217.712, 220.872) !important;
  box-shadow: none;
}

#menu-item-beamer .beamer_icon.active {
  position: relative;
  background-color: #d9534f;
  -webkit-animation: none;
  animation: none;
}

.card {
  font-size: 0.875rem;
  border: 0;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.08), 0 0 4px 0 rgba(0, 0, 0, 0.16);
}
@media (max-width: 767.98px) {
  .card.outside-container {
    margin-right: -15px;
    margin-left: -15px;
    border-top: 1px solid rgb(230.4056, 234.5624, 236.2944);
    border-bottom: 1px solid rgb(230.4056, 234.5624, 236.2944);
    border-radius: 0;
    box-shadow: none;
  }
}

.card-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.63;
  color: #364247;
  background-color: transparent;
  border: 0;
  box-shadow: inset 0 -1px 0 0 rgb(230.4056, 234.5624, 236.2944);
}
.card-header .title {
  -ms-flex-order: -1;
  order: -1;
  max-width: 100%;
  overflow: hidden;
  font-family: "SofiaPro";
  color: #364247;
}
.card-header .button-container ~ .title {
  max-width: 70%;
  margin-right: 0.5rem;
}
.card-header .header-dropdown {
  margin-top: 0.5rem;
}
@media (min-width: 576px) {
  .card-header .header-dropdown {
    width: auto;
    margin: -0.3rem 0;
  }
}
.card-header .header-notification {
  -ms-flex-order: 4;
  order: 4;
  width: 100%;
  margin: 0.5rem 0 0;
  font-size: 0.875rem;
}
@media (min-width: 992px) {
  .card-header .header-notification {
    -ms-flex-order: 2;
    order: 2;
    width: auto;
    margin: 0 0.5rem 0 auto;
  }
}
.card-header .button-container {
  -ms-flex-order: 3;
  order: 3;
  margin: -0.3rem 0;
}

.card-body {
  position: relative;
  padding: 0;
}
.card-body .container {
  padding: 17px 20px 19px;
}
.card-body > .list-group .list-group-item:last-child {
  border-radius: 0.25rem;
}

.card-footer {
  padding: 1.375rem 1.25rem;
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 subtract(4px, 1px) subtract(4px, 1px);
}

.accordion:not(.faq-item) .card:first-child .card-header {
  box-shadow: none;
}
.accordion .accordion-body {
  padding-top: 0;
  color: rgb(98.064, 119.856, 128.936);
}
.accordion .accordion-button {
  padding: 0.75rem 1rem;
  font-family: "SofiaPro";
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.42857143;
  color: #1493c8;
  background-color: #fff;
}
.accordion .accordion-button:not(.collapsed) {
  padding-bottom: 0.5rem;
  color: #364247;
  border-bottom-color: #fff !important;
  box-shadow: none;
}
.accordion .accordion-button:focus {
  border: 0;
  box-shadow: none;
}
.accordion .accordion-button::after {
  width: 1rem;
  height: 1rem;
  margin-left: auto;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill='%231493c8' fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-size: 1rem;
}
.accordion .card-header {
  box-shadow: inset 0 1px 0 0 #e6ebec;
}
.accordion .card-header .btn {
  width: 100%;
  padding: 12px 16px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.42857143;
  color: #364247;
}
.accordion .card-header .btn::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.accordion .card-header .btn::after {
  display: inline-block;
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%231493c8' fill-rule='nonzero' d='M10.716 3.645a.455.455 0 0 1 .568.71l-5 4a.455.455 0 0 1-.568 0l-5-4a.455.455 0 0 1 .568-.71L6 7.418l4.716-3.773z'/%3E%3C/svg%3E%0A") no-repeat;
  border: 0;
}
.accordion .card-header .btn::after {
  width: 0.75rem;
  height: 0.75rem;
  vertical-align: middle;
}
.accordion .card-header .btn.collapsed {
  color: #1493c8;
}
.accordion .card-header .btn.collapsed::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.accordion .card-header .btn.collapsed::after {
  display: inline-block;
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%231493c8' fill-rule='nonzero' d='M10.716 3.645a.455.455 0 0 1 .568.71l-5 4a.455.455 0 0 1-.568 0l-5-4a.455.455 0 0 1 .568-.71L6 7.418l4.716-3.773z'/%3E%3C/svg%3E%0A") no-repeat;
  border: 0;
}
.accordion .card-header .btn.collapsed::after {
  width: 0.75rem;
  height: 0.75rem;
  vertical-align: middle;
}
.accordion .card-body {
  padding: 0 16px 12px;
  background-color: #fff;
}
.accordion .card-body p,
.accordion .card-body ul,
.accordion .card-body ol {
  font-size: 14px;
}

@media (min-width: 992px) {
  .w-lg-auto {
    width: auto !important;
  }
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #364247;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgb(210.128, 217.712, 220.872);
  border-radius: 2px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #364247;
}
.form-control:focus {
  color: #364247;
  background-color: #fff;
  border-color: rgb(107.7558139535, 234.7441860465, 160.7325581395);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(209.2, 241.8, 222.8);
}
.form-control::-webkit-input-placeholder {
  color: rgb(163.7792, 179.1968, 185.6208);
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: rgb(163.7792, 179.1968, 185.6208);
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: rgb(163.7792, 179.1968, 185.6208);
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: rgb(163.7792, 179.1968, 185.6208);
  opacity: 1;
}
.form-control::placeholder {
  color: rgb(163.7792, 179.1968, 185.6208);
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: rgb(230.4056, 234.5624, 236.2944);
  opacity: 1;
}

.form-control-sm {
  height: calc(1.42857143em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.42857143;
  border-radius: 2px;
}

.form-control-lg {
  height: calc(1.44444444em + 1.5rem + 2px);
  padding: 0.75rem 0.75rem;
  font-size: 1.125rem;
  line-height: 1.44444444;
  border-radius: 2px;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.sd-radio-list-container {
  border-radius: 4px;
  box-shadow: inset 0 -2px 0 0 rgb(210.128, 217.712, 220.872);
}
.sd-radio-list-container .sd-radio-list-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 12px 16px 12px 40px;
  font-size: 14px;
  color: rgb(98.064, 119.856, 128.936);
  cursor: pointer;
  border-top: 1px solid rgb(230.4056, 234.5624, 236.2944);
  border-right: 1px solid rgb(230.4056, 234.5624, 236.2944);
  border-left: 1px solid rgb(230.4056, 234.5624, 236.2944);
}
.sd-radio-list-container .sd-radio-list-item::before {
  position: absolute;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  align-self: center;
  width: 10px;
  height: 10px;
  margin-left: -21px;
  content: "";
  background-color: #fff;
  border-radius: 8px;
}
.sd-radio-list-container .sd-radio-list-item::after {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  align-self: center;
  width: 16px;
  height: 16px;
  margin-left: -24px;
  content: "";
  background-color: #fff;
  border: 1px solid rgb(210.128, 217.712, 220.872);
  border-radius: 8px;
}
.sd-radio-list-container .sd-radio-list-item.select-package-option::before {
  -ms-flex-item-align: baseline;
  align-self: baseline;
  margin-top: 6px;
}
.sd-radio-list-container .sd-radio-list-item.select-package-option::after {
  -ms-flex-item-align: baseline;
  align-self: baseline;
  margin-top: 3px;
}
.sd-radio-list-container .sd-radio-list-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.sd-radio-list-container .sd-radio-list-item:last-child {
  border-bottom: 1px solid rgb(230.4056, 234.5624, 236.2944);
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.sd-radio-list-container .sd-radio-list-item.selected {
  font-weight: 700;
  color: #364247;
  border: 2px solid #1abd5e;
}
.sd-radio-list-container .sd-radio-list-item.selected::before {
  background-color: #1abd5e;
}

select.form-control:focus::-ms-value {
  color: #364247;
  background-color: #fff;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1.4375rem;
}
.form-group .input-icon, .form-group .sd-form-row-invalid .custom-control::after, .sd-form-row-invalid .form-group .custom-control::after {
  position: absolute;
  top: 1px;
  right: 2rem;
  width: 20px;
  height: calc(1.5em + 0.75rem + 2px);
  margin: auto;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
}
.form-group .form-control-lg ~ .input-icon, .form-group .sd-form-row-invalid .form-control-lg ~ .custom-control::after, .sd-form-row-invalid .form-group .form-control-lg ~ .custom-control::after {
  height: calc(1.44444444em + 1.5rem + 2px);
}
.form-group .form-control-sm ~ .input-icon, .form-group .sd-form-row-invalid .form-control-sm ~ .custom-control::after, .sd-form-row-invalid .form-group .form-control-sm ~ .custom-control::after {
  height: calc(1.42857143em + 0.75rem + 2px);
}
.form-group.is-invalid label, .form-group.ng-invalid:not(.ng-untouched) label {
  color: #d9534f;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.75rem 1rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: #28a745;
  border-radius: 0.25rem;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(51.6956521739, 206.3043478261, 87);
  background-color: rgb(51.6956521739, 206.3043478261, 87);
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #d9534f;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.75rem 1rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: #d9534f;
  border-radius: 0.25rem;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #d9534f;
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #d9534f;
  box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.25);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #d9534f;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #d9534f;
  box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #d9534f;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #d9534f;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #d9534f;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: rgb(226.0560747664, 123.9906542056, 120.9439252336);
  background-color: rgb(226.0560747664, 123.9906542056, 120.9439252336);
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #d9534f;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #d9534f;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #d9534f;
  box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.25);
}

.form-control-select {
  height: calc(1.5em + 0.75rem + 8px);
  line-height: 1.25;
}
.form-control-select .is-invalid,
.form-control-select .ng-invalid:not(.ng-untouched) {
  background-position: right calc(0.375em + 0.7875rem) center;
}

.datepicker ~ .dropdown-menu {
  width: auto;
  min-width: auto;
  font-family: "SofiaPro";
}

.ngb-dp-weekday.small {
  color: #364247;
}

.form-control:focus {
  color: #364247;
  box-shadow: 0 0 4px 0 #1493c8;
}

.static-field {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 12px 0;
  margin: 0 16px;
}
.static-field:not(:last-of-type) {
  border-bottom: 1px solid rgb(230.4056, 234.5624, 236.2944);
}
@media (min-width: 768px) {
  .static-field {
    padding: 10px 0;
  }
}
.static-field label {
  margin-bottom: 2px;
  font-size: 12px;
  line-height: 1.33;
}
@media (min-width: 768px) {
  .static-field label {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.43;
  }
}
@media (min-width: 768px) {
  .static-field:first-child .label-wrapper,
  .static-field:first-child .value-wrapper {
    padding-top: 1rem;
  }
  .static-field:last-child .label-wrapper,
  .static-field:last-child .value-wrapper {
    padding-bottom: 1rem;
  }
}

.sd-radio-list,
.sd-checkbox-list {
  border-top: 1px solid rgb(230.4056, 234.5624, 236.2944);
}

.sd-radio-row,
.sd-checkbox-row {
  font-size: 0.875rem;
  border-bottom: 1px solid rgb(230.4056, 234.5624, 236.2944);
}
.sd-radio-row:hover,
.sd-checkbox-row:hover {
  background-color: rgb(239.096, 241.784, 242.904);
}
.sd-radio-row .custom-control-input:checked + label,
.sd-checkbox-row .custom-control-input:checked + label {
  font-weight: 700;
}
.sd-radio-row label,
.sd-checkbox-row label {
  font-weight: 400;
}
.sd-radio-row label:hover,
.sd-checkbox-row label:hover {
  cursor: pointer;
}
.sd-radio-row.sd-radio-row-bordered,
.sd-checkbox-row.sd-radio-row-bordered {
  margin-bottom: 0.5rem;
  border: 1px solid rgb(230.4056, 234.5624, 236.2944);
  border-radius: 0.25rem;
}
.sd-radio-row.sd-radio-row-bordered.active,
.sd-checkbox-row.sd-radio-row-bordered.active {
  border: 2px solid #1abd5e;
}

.is-invalid:not(input) {
  color: #d9534f;
}

.is-invalid,
.ng-invalid:not(.ng-untouched) {
  border-color: #d9534f;
}

label.ng-invalid {
  color: #d9534f;
}

.sd-form-row-invalid .custom-control-label,
.sd-form-row-invalid .error-message,
.sd-form-row-invalid label {
  color: #d9534f;
}
.sd-form-row-invalid .input-icon, .sd-form-row-invalid .custom-control::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23D9534F' fill-rule='nonzero' d='M10 8.586l5.293-5.293a1 1 0 0 1 1.414 1.414L11.414 10l5.293 5.293a1 1 0 0 1-1.414 1.414L10 11.414l-5.293 5.293a1 1 0 1 1-1.414-1.414L8.586 10 3.293 4.707a1 1 0 1 1 1.414-1.414L10 8.586z'/%3E%3C/svg%3E%0A");
}
.sd-form-row-invalid .form-control,
.sd-form-row-invalid select {
  border-color: #d9534f;
}

.sd-form-row-valid .form-control,
.sd-form-row-valid select {
  border-color: #1abd5e;
}
.sd-form-row-valid .input-icon, .sd-form-row-valid .sd-form-row-invalid .custom-control::after, .sd-form-row-invalid .sd-form-row-valid .custom-control::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' fill-rule='evenodd' stroke='%231abd5e' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 9.5L7.5 15 18 4.5'/%3E%3C/svg%3E%0A");
}

.sd-form-row-pending .input-icon, .sd-form-row-pending .sd-form-row-invalid .custom-control::after, .sd-form-row-invalid .sd-form-row-pending .custom-control::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40' %3E%3Cpath fill='%23D0E9F4' d='M20 35c-8.284 0-15-6.716-15-15 0-8.284 6.716-15 15-15 8.284 0 15 6.716 15 15 0 8.284-6.716 15-15 15zm0-2c7.18 0 13-5.82 13-13S27.18 7 20 7 7 12.82 7 20s5.82 13 13 13z'/%3E%3Cpath fill='%231493C8' d='M29.192 10.808A12.96 12.96 0 0 0 20 7V5c4.142 0 7.892 1.679 10.607 4.393l-1.415 1.415z'%3E%3CanimateTransform attributeType='xml' attributeName='transform' type='rotate' from='0 20 20' to='360 20 20' dur='0.7s' repeatCount='indefinite'/%3E%3C/path%3E%3C/svg%3E");
}

.dropdown-select .btn::after {
  right: 0.675rem;
}

.sub-label {
  font-size: 12px;
  font-weight: 400;
}

.pac-container {
  z-index: 2000;
  min-width: 400px;
  margin-top: 4px;
  border-radius: 4px;
}
@media (max-width: 480px) {
  .pac-container {
    min-width: 90vw;
  }
}
.pac-container .pac-icon {
  display: none;
}
.pac-container .pac-item,
.pac-container .pac-item-query,
.pac-container .pac-matched {
  font-family: "SofiaPro";
  font-size: 14px;
}
.pac-container .pac-item {
  padding: 8px 16px;
  color: rgb(129.0176, 150.3104, 159.1824);
  border-top: none;
  border-bottom: none;
}
.pac-container .pac-item:hover {
  cursor: pointer;
  background-color: rgb(239.096, 241.784, 242.904) !important;
}
.pac-container .pac-item-selected {
  background-color: rgb(239.096, 241.784, 242.904) !important;
}
.pac-container .pac-item-query {
  color: #364247;
}
.pac-container .pac-matched {
  font-weight: 700;
  color: #364247;
}
.pac-container::after {
  height: 0;
  background-image: none !important;
}

.line-separated-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgb(230.4056, 234.5624, 236.2944);
}
@media (min-width: 768px) {
  .line-separated-item {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.line-separated-item:first-child {
  padding-top: 0;
}
@media (min-width: 768px) {
  .line-separated-item:first-child {
    padding-bottom: 2rem;
  }
}
.line-separated-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.margin-bottom-item {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .margin-bottom-item {
    margin-bottom: 0.5rem;
  }
}
.margin-bottom-item:last-child {
  margin-bottom: 0;
}

.list-group-check-item-primary-small {
  margin-left: -1rem;
  list-style-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 9'%3E%3Cpath fill='%231ABD5E' d='M11.793 4.293c.39-.39 1.023-.39 1.414 0 .39.39.39 1.024 0 1.414l-6 6c-.39.39-1.024.39-1.414 0l-3-3c-.391-.39-.391-1.024 0-1.414.39-.39 1.023-.39 1.414 0L6.5 9.586l5.293-5.293z'/%3E%3C/svg%3E");
}

@media (min-width: 992px) {
  .border-top-lg {
    border-top: 1px solid rgb(239.096, 241.784, 242.904);
  }
}

.legend {
  display: -ms-flexbox;
  display: flex;
}
.legend .legend-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 24px;
  font-size: 14px;
  line-height: 20px;
}
.legend .legend-item:last-child {
  margin-right: 0;
}
.legend .legend-icon {
  display: -ms-flexbox;
  display: flex;
  width: 12px;
  height: 12px;
  margin-right: 4px;
  border-radius: 6px;
}

.progress {
  max-width: 600px;
  height: 20px;
  background-color: rgb(161, 211.8, 233);
}
.progress > span {
  height: 100%;
  background-color: #1493c8;
  border-right: 1px solid #fff;
}

.line-separated-list .line-separated-list-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 4px 0;
  border-bottom: 1px solid rgb(230.4056, 234.5624, 236.2944);
}
.line-separated-list .line-separated-list-item:first-of-type {
  padding-top: 0;
}
.line-separated-list .line-separated-list-item:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}

.icon-upload-loading {
  background-image: str-replace(str-replace(url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40' %3E%3Cpath fill='[[fillColor]]' d='M20 35c-8.284 0-15-6.716-15-15 0-8.284 6.716-15 15-15 8.284 0 15 6.716 15 15 0 8.284-6.716 15-15 15zm0-2c7.18 0 13-5.82 13-13S27.18 7 20 7 7 12.82 7 20s5.82 13 13 13z'/%3E%3Cpath fill='%231ABD5E' d='M29.192 10.808A12.96 12.96 0 0 0 20 7V5c4.142 0 7.892 1.679 10.607 4.393l-1.415 1.415z'%3E%3CanimateTransform attributeType='xml' attributeName='transform' type='rotate' from='0 20 20' to='360 20 20' dur='0.7s' repeatCount='indefinite'/%3E%3C/path%3E%3C/svg%3E"), "[[fillColor]]", "#D0E9F4"), "#", "%23");
}

.loading-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin-top: 1rem;
  background-image: str-replace(str-replace(url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40' %3E%3Cpath fill='[[fillColor]]' d='M20 35c-8.284 0-15-6.716-15-15 0-8.284 6.716-15 15-15 8.284 0 15 6.716 15 15 0 8.284-6.716 15-15 15zm0-2c7.18 0 13-5.82 13-13S27.18 7 20 7 7 12.82 7 20s5.82 13 13 13z'/%3E%3Cpath fill='%231ABD5E' d='M29.192 10.808A12.96 12.96 0 0 0 20 7V5c4.142 0 7.892 1.679 10.607 4.393l-1.415 1.415z'%3E%3CanimateTransform attributeType='xml' attributeName='transform' type='rotate' from='0 20 20' to='360 20 20' dur='0.7s' repeatCount='indefinite'/%3E%3C/path%3E%3C/svg%3E"), "[[fillColor]]", "#D0E9F4"), "#", "%23");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
  border: 2px dashed #ccc9c8;
}

.pagination {
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "SofiaPro";
  font-size: 0.875rem;
}

.page-item .page-link {
  min-width: 2.125rem;
  line-height: 1.2rem;
  text-align: center;
  border: 2px solid transparent;
}
.page-item .page-link:focus {
  box-shadow: none;
}
.page-item .page-link .arrow-dropdown-toggle::after {
  vertical-align: middle;
}
.page-item .page-text {
  padding: 0.375rem 0.6rem;
  margin-left: 0;
}
.page-item:hover .page-link {
  background-color: rgb(230.4056, 234.5624, 236.2944);
  border-color: rgb(230.4056, 234.5624, 236.2944);
}
.page-item:first-child:disabled, .page-item:first-child.disabled, .page-item:last-child:disabled, .page-item:last-child.disabled {
  opacity: 0.65;
}
.page-item:first-child:not(.disabled):hover .page-link, .page-item:last-child:not(.disabled):hover .page-link {
  border-color: rgb(163.7792, 179.1968, 185.6208);
}
.page-item:first-child .page-link, .page-item:last-child .page-link {
  color: #1abd5e;
  background-color: transparent;
  border-color: rgb(210.128, 217.712, 220.872);
}
.page-item:first-child .page-link {
  margin-right: 5px;
}
.page-item:last-child .page-link {
  margin-left: 5px;
}
.page-item.active.disabled:not(:first-child):not(:last-child) .page-link {
  font-weight: 700;
  color: #1abd5e;
  background-color: rgb(209.2, 241.8, 222.8);
  border-color: transparent;
}

.navigation-panel {
  margin-bottom: 5rem;
}

.cursor-pagination .page-text {
  min-width: 7.5rem;
  text-align: center;
}

.panel {
  background-color: #fff;
}
.panel.panel-bordered {
  border: 1px solid rgb(230.4056, 234.5624, 236.2944);
  border-radius: 4px;
}
.panel.panel-containerless {
  margin-right: -15px;
  margin-left: -15px;
}
@media (max-width: 991.98px) {
  .panel.panel-containerless {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  .panel.panel-containerless {
    margin-right: 0;
    margin-left: 0;
  }
}

.notification-panel {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 12px 16px;
  background-color: #fff;
  border: 1px solid rgb(230.4056, 234.5624, 236.2944);
  border-radius: 8px;
}

.sticky-button-panel {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 6;
  width: 100%;
  padding: 8px 16px;
  background-color: #fff;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.08), 0 0 14px 0 rgba(0, 0, 0, 0.16);
}

h1,
.h1 {
  margin-bottom: 2rem;
  line-height: 1.25;
}
@media (min-width: 768px) {
  h1,
  .h1 {
    margin-bottom: 3.5rem;
    font-size: 2.375rem;
    line-height: 1.26315789;
  }
}

h2,
.h2 {
  margin-bottom: 1.5rem;
  line-height: 1.33333333;
}
@media (min-width: 768px) {
  h2,
  .h2 {
    margin-bottom: 2rem;
    font-size: 2rem;
    line-height: 1.25;
  }
}

h3,
.h3 {
  margin-bottom: 0.5rem;
  line-height: 1.33333333;
}
@media (min-width: 768px) {
  h3,
  .h3 {
    margin-bottom: 1rem;
    font-size: 1.5rem;
    line-height: 1.33333333;
  }
}

h4,
.h4 {
  margin-bottom: 0.5rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  h4,
  .h4 {
    margin-bottom: 0.5rem;
    font-size: 1.125rem;
    line-height: 1.44444444;
  }
}

h5,
.h5 {
  margin-bottom: 0;
  line-height: 1.5;
}
@media (min-width: 768px) {
  h5,
  .h5 {
    font-size: 1rem;
    line-height: 1.5;
  }
}

h6,
.h6 {
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.42857143;
}
@media (min-width: 768px) {
  h6,
  .h6 {
    font-size: 0.875rem;
    line-height: 1.42857143;
  }
}

.link-secondary {
  font-family: "SofiaPro";
  color: rgb(129.0176, 150.3104, 159.1824);
  text-decoration: none;
  cursor: pointer;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
.link-secondary:hover {
  color: rgb(129.0176, 150.3104, 159.1824);
  text-decoration: underline;
}
.link-secondary:active {
  font-weight: 700;
}

a {
  font-family: "SofiaPro";
  cursor: pointer;
}
a:active {
  font-weight: 700;
}

.p-small {
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .p-small {
    font-size: 1rem;
  }
}

.p-large {
  font-size: 1rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .p-large {
    font-size: 1.125rem;
    line-height: 1.44444444;
  }
}

.small {
  font-size: 80%;
}

.smaller, .radio-block p, .review-summary .review-count {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.uc-first::first-letter {
  text-transform: uppercase;
}

.font-size-sm {
  font-size: 0.875rem;
}

.font-size-16 {
  font-size: 1rem;
  line-height: 1.25rem;
}

.font-size-46 {
  font-size: 2.875rem;
}

.font-weight-bold {
  font-weight: 700;
}

.font-weight-normal {
  font-weight: 400;
}

.help-text {
  font-size: 13px;
  line-height: 1.54;
}

label {
  margin-bottom: 4px;
  font-size: 14px;
}

.text-white {
  color: #fff;
}

.text-gray-dark {
  color: #364247;
}

.text-gray {
  color: rgb(98.064, 119.856, 128.936);
}

.text-danger {
  color: #d9534f;
}

.text-gray-light {
  color: rgb(129.0176, 150.3104, 159.1824);
}

.text-gray-lighter {
  color: rgb(163.7792, 179.1968, 185.6208);
}

.text-accent {
  color: #1493c8;
}

.cursor-pointer {
  cursor: pointer;
}

.text-strikethrough {
  text-decoration: line-through;
}

.underline-hover:hover {
  text-decoration: underline;
}

.meta {
  font-family: "ProximaNova";
  font-size: 1rem;
  line-height: 20px;
}
.meta.meta-sm {
  font-size: 0.875rem;
  line-height: 16px;
}
.meta.meta-xs {
  font-size: 0.75rem;
  line-height: 16px;
}

.line-height-xs {
  line-height: 1;
}

.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}
.list-group .list-group-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
}
.list-group .list-group-item .panel-header {
  font-family: "SofiaPro";
  font-size: 0.875rem;
  font-weight: 700;
  color: rgb(98.064, 119.856, 128.936);
}
.list-group .list-group-item:first-of-type {
  padding-top: 1rem;
}
.list-group .list-group-item:last-of-type {
  padding-bottom: 1rem;
}
.list-group .list-group-item.link-container {
  padding-top: 0;
  border: 0;
}
.list-group .list-group-item.link-container .panel-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: "SofiaPro";
  line-height: 1.42;
  color: rgb(98.064, 119.856, 128.936);
  text-decoration: none;
  cursor: pointer;
  border-bottom: 1px solid rgb(230.4056, 234.5624, 236.2944);
}
.list-group .list-group-item.link-container .panel-link::after {
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  margin-top: 3px;
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='rgb(98.064, 119.856, 128.936)' fill-rule='nonzero' d='M3.645 1.284a.455.455 0 0 1 .71-.568l4 5a.455.455 0 0 1 0 .568l-4 5a.455.455 0 0 1-.71-.568L7.418 6 3.645 1.284z'/%3E%3C/svg%3E%0A") no-repeat;
}
.list-group .list-group-item.link-container .panel-link:hover {
  text-decoration: underline;
}
.list-group .list-group-item.link-container .panel-link:hover::after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23364247' fill-rule='nonzero' d='M3.645 1.284a.455.455 0 0 1 .71-.568l4 5a.455.455 0 0 1 0 .568l-4 5a.455.455 0 0 1-.71-.568L7.418 6 3.645 1.284z'/%3E%3C/svg%3E%0A") no-repeat;
}
.list-group.cards .list-group-item {
  -ms-flex-direction: column;
  flex-direction: column;
}
.list-group.smaller-text {
  list-style: none;
}
.list-group.smaller-text li {
  margin-bottom: 1rem;
  font-size: 0.875rem;
}
.list-group .card-header {
  padding: 0;
  font-size: 0.875rem;
  font-weight: 700;
  border: 0;
  box-shadow: none;
}
.list-group .card-body {
  padding: 0;
  font-size: 0.875rem;
}
.list-group.no-border .list-group-item {
  border: 0;
  box-shadow: none;
}
.list-group > button {
  font-size: 0.875rem;
  font-weight: 700;
  color: rgb(98.064, 119.856, 128.936);
}
.list-group > button:hover {
  color: #364247;
}

.list-bordered {
  margin-bottom: 0;
  list-style-type: none;
}
.list-bordered li {
  display: inline-block;
  padding: 0 10px;
}
.list-bordered li a {
  font-size: 0.8125rem;
  color: #364247;
}
.list-bordered li + li {
  border-left: 1px solid rgb(210.128, 217.712, 220.872);
}

/**
Below is the timeline layout
*/
.timeline-vertical {
  padding-left: 47px;
  margin-top: 1rem;
  margin-right: 1rem;
}
.timeline-vertical::before {
  position: absolute;
  top: 3.6rem;
  bottom: 3.6rem;
  left: 0.6rem;
  width: 0.15rem;
  margin-left: 25px;
  content: " ";
  background-color: rgb(161, 211.8, 233);
}
.timeline-vertical .timeline-item .timeline-badge {
  top: 1rem;
  left: 0;
  z-index: 1;
  float: left;
  width: 42px;
  height: 42px;
}
.timeline-vertical .timeline-item {
  width: auto;
  margin-bottom: 1rem;
  margin-left: -2rem;
  overflow: hidden;
}
.timeline-vertical .timeline-item .timeline-panel {
  margin-left: 1rem;
  font-size: 0.875rem;
  color: #364247;
}

.lead-attachment-wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.lead-attachment-wrap .carousel:focus,
.lead-attachment-wrap .carousel-inner:focus,
.lead-attachment-wrap .carousel-item:focus,
.lead-attachment-wrap .carousel-image:focus {
  outline-width: 0;
  outline-style: none;
}

.lead-attachment-wrap::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: #364247;
  opacity: 0.85;
}

.lead-attachment-carousel {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.lead-attachments {
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
}

.lead-attachment {
  margin-right: 0.5rem;
  margin-bottom: 1rem;
}
.lead-attachment img {
  height: 7.5rem;
  cursor: pointer;
}
.lead-attachment:last-child {
  margin-right: 0;
}

.carousel-image {
  display: block;
  max-width: 90vw;
  max-height: 75vh;
}
@media screen and (max-device-height: 440px) {
  .carousel-image {
    max-height: 65vh;
  }
}

.carousel-controls-container {
  position: fixed;
  bottom: 0;
  left: 50%;
  z-index: 10000;
  margin-bottom: 2rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-device-height: 540px) {
  .carousel-controls-container {
    margin-bottom: 1rem;
  }
}

.item-size {
  width: 2.125rem;
  height: 2.125rem;
}

.carousel-controls-text {
  width: 5.5rem;
  color: #fff;
  text-align: center;
}

.carousel-close-container {
  position: fixed;
  top: 3%;
  right: 3%;
  z-index: 10000;
}

.hide-scroll-bar {
  overflow: hidden;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

/* stylelint-disable */
/* Adyen classes are not in kebab-case */
.adyen-checkout__dropin .adyen-checkout__payment-methods-list .adyen-checkout__payment-method--selected,
.adyen-checkout__dropin .adyen-checkout__payment-methods-list .adyen-checkout__payment-method {
  background-color: transparent;
  border: none;
}
.adyen-checkout__dropin .adyen-checkout__payment-methods-list .adyen-checkout__payment-method--selected .adyen-checkout__payment-method__header .adyen-checkout__payment-method__radio,
.adyen-checkout__dropin .adyen-checkout__payment-methods-list .adyen-checkout__payment-method .adyen-checkout__payment-method__header .adyen-checkout__payment-method__radio {
  background-color: #fff;
  border: 1px solid #d2dadd;
}
.adyen-checkout__dropin .adyen-checkout__payment-methods-list .adyen-checkout__payment-method--selected .adyen-checkout__payment-method__header .adyen-checkout__payment-method__radio::after,
.adyen-checkout__dropin .adyen-checkout__payment-methods-list .adyen-checkout__payment-method .adyen-checkout__payment-method__header .adyen-checkout__payment-method__radio::after {
  width: 12px;
  height: 12px;
  background-color: #1abd5e;
}
.adyen-checkout__dropin .adyen-checkout__payment-methods-list .adyen-checkout__payment-method--selected .adyen-checkout__payment-method__header .adyen-checkout__payment-method__radio .adyen-checkout__payment-method__radio--selected,
.adyen-checkout__dropin .adyen-checkout__payment-methods-list .adyen-checkout__payment-method .adyen-checkout__payment-method__header .adyen-checkout__payment-method__radio .adyen-checkout__payment-method__radio--selected {
  background-color: #fff;
}
.adyen-checkout__dropin .adyen-checkout__payment-methods-list .adyen-checkout__payment-method--selected .adyen-checkout-input__inline-validation,
.adyen-checkout__dropin .adyen-checkout__payment-methods-list .adyen-checkout__payment-method .adyen-checkout-input__inline-validation {
  -webkit-transform: translateY(-75%);
  transform: translateY(-75%);
}

.adyen-checkout__card__brands img {
  vertical-align: top;
}

/* stylelint-enable */
.drop-in-pay .fixed-width {
  max-width: 500px;
}

/* stylelint-disable */
#pay-invoices-drop-in .adyen-checkout__status {
  border: none;
}

/* stylelint-enable */
@media print {
  body {
    background-color: transparent;
  }
  .lead-attachments {
    display: block;
    overflow-x: visible;
  }
  .lead-attachments .lead-attachment-break-first {
    page-break-before: always;
    page-break-inside: avoid;
  }
  .lead-attachments .lead-attachment-break-last {
    page-break-after: avoid;
  }
  .lead-attachments img {
    max-width: 100%;
    height: auto;
  }
}
.copy-widget .sd-widget-container {
  margin: 0 auto;
}
.copy-widget-title, .copy-widget-notification {
  margin-bottom: 10px;
}
.copy-widget-title {
  padding: 14px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.43;
  color: #364247;
}
.copy-widget-notification {
  padding: 12px 20px;
  font-size: 16px;
  line-height: 1.5;
  color: #1abd5e;
  background-color: #d1f2df;
  border-radius: 4px;
}
.copy-widget-description {
  color: #403e3d;
}
.copy-widget-action {
  position: relative;
  padding: 1.25rem 3.5rem 1.25rem 1.25rem;
  background-color: #f5f3f2;
}
.copy-widget-action-text {
  font-size: 0.625rem;
  word-break: break-all;
}
.copy-widget-action.action-copied {
  background-color: #f5f3f2;
}
.copy-widget-action.action-copied .copy-widget-action-text {
  color: #a6a2a1;
}
.copy-widget-action-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px 16px;
  background-color: #fff;
  border: 2px solid #d2dadd;
  box-shadow: none;
}
.copy-widget-action-button.copied {
  font-weight: 500;
  line-height: 1.43;
  color: #1abd5e;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-body {
  box-shadow: inset 0 -1px 0 0 rgb(230.4056, 234.5624, 236.2944);
}
.modal-body .form-group:not(.row) {
  margin-bottom: 0;
}
.modal-body .form-row,
.modal-body .sd-form-row {
  padding-top: 1.4375rem;
}
.modal-body .form-row:first-child,
.modal-body .sd-form-row:first-child {
  padding-top: 0.625rem;
}
.modal-body .form-row:last-child,
.modal-body .sd-form-row:last-child {
  padding-bottom: 0.625rem;
}

.modal-backdrop {
  background-color: rgb(98.064, 119.856, 128.936);
}

.modal-content {
  border: 0;
  border-radius: 0.25rem;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.08), 0 0 4px 0 rgba(0, 0, 0, 0.16);
}

.modal-header {
  padding: 1rem 1.25rem;
}
.modal-header .modal-title {
  line-height: 1.5;
}

.close {
  line-height: 1;
  background-color: transparent;
  border: 0;
  opacity: 0.5;
}

.modal-footer {
  padding: 0.75rem 1.25rem;
  border: 0;
}
.modal-footer .btn {
  margin-right: 0;
  margin-left: 0.625rem;
}
@media (max-width: 991.98px) {
  .modal-footer .btn.btn-block {
    margin-left: 0;
  }
}
.modal-footer .btn-container-vertical-md-horizontal {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.modal-footer .btn-container-vertical-md-horizontal .btn {
  width: 100%;
  margin-bottom: 0.5rem;
  margin-left: 0;
}
@media (min-width: 768px) {
  .modal-footer .btn-container-vertical-md-horizontal {
    -ms-flex-direction: row;
    flex-direction: row;
    float: right;
  }
  .modal-footer .btn-container-vertical-md-horizontal .btn {
    width: auto;
    margin-bottom: 0;
    margin-left: 0.625rem;
  }
}

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -ms-flexbox;
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: rgb(98.064, 119.856, 128.936);
  text-align: center;
  white-space: nowrap;
  background-color: rgb(239.096, 241.784, 242.904);
  border: 1px solid rgb(210.128, 217.712, 220.872);
  border-radius: 2px;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.44444444em + 1.5rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.75rem 0.75rem;
  font-size: 1.125rem;
  line-height: 1.44444444;
  border-radius: 2px;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.42857143em + 0.75rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 2px;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .input-group-prepend .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) .btn,
.input-group > .input-group-append:last-child .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.input-group > .input-group-append .btn,
.input-group > .input-group-prepend:not(:first-child) .btn,
.input-group > .input-group-prepend:first-child .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.table {
  margin-bottom: 0;
  overflow: hidden;
  color: #364247;
  /* stylelint-disable selector-max-universal */
  /* stylelint-enable selector-max-universal */
}
.table > :not(caption) > * > * {
  color: #364247;
}
.table th {
  padding: 0.5rem 1rem;
  font-family: "SofiaPro";
  font-size: 0.875rem;
}
.table td {
  height: 3.325rem;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  vertical-align: middle;
}
.table .thead-light th {
  color: rgb(98.064, 119.856, 128.936);
  background-color: rgb(230.4056, 234.5624, 236.2944);
  border-color: rgb(230.4056, 234.5624, 236.2944);
}
.table.hoverable tr:hover {
  background-color: rgb(239.096, 241.784, 242.904);
}

.lead-overview tr > th {
  padding: 0.5rem;
  line-height: 1.25rem;
}
.lead-overview tr > th:first-child {
  padding-left: 1rem;
}
.lead-overview tr > th:last-child {
  padding-right: 1rem;
}
.lead-overview tr > td {
  height: auto;
  padding: 0.75rem 1rem;
  line-height: 1.25rem;
}
@media (min-width: 768px) {
  .lead-overview tr > td {
    padding: 0.875rem 0.5rem;
  }
}
.lead-overview tr > td:nth-child(2) {
  padding-left: 1rem;
}
.lead-overview tr > td:last-child {
  padding: 0.875rem 1rem 0.875rem 0;
}
.lead-overview tr > td > * {
  line-height: 1.25rem;
}
.lead-overview tr > td > .chip {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

html,
body {
  height: 100%;
  font-size: 1rem;
}

.page-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-xsm, .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-xsm, .container-sm, .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .container-xsm, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .container-xsm, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1200px;
  }
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-xsm-1, .col-xsm-2, .col-xsm-3, .col-xsm-4, .col-xsm-5, .col-xsm-6, .col-xsm-7, .col-xsm-8, .col-xsm-9, .col-xsm-10, .col-xsm-11, .col-xsm-12, .col-xsm,
.col-xsm-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.3333333333%;
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  -ms-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  -ms-flex: 0 0 91.6666666667%;
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 376px) {
  .col-xsm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xsm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xsm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xsm-3 > * {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xsm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xsm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xsm-6 > * {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xsm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xsm-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xsm-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xsm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xsm-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xsm-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xsm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xsm-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xsm-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xsm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xsm-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xsm-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xsm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xsm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xsm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xsm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xsm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xsm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xsm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xsm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xsm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xsm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xsm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xsm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xsm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xsm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xsm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xsm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xsm-0 {
    margin-left: 0;
  }
  .offset-xsm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xsm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xsm-3 {
    margin-left: 25%;
  }
  .offset-xsm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xsm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xsm-6 {
    margin-left: 50%;
  }
  .offset-xsm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xsm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xsm-9 {
    margin-left: 75%;
  }
  .offset-xsm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xsm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table-grid {
  padding: 0 1rem;
}
.table-grid > .row {
  padding: 0.75rem 0.5rem;
  margin: 0 -1rem;
  line-height: 1.25rem;
  border-top: 1px solid rgb(230.4056, 234.5624, 236.2944);
}
@media (min-width: 768px) {
  .table-grid > .row {
    padding: 0.875rem 0.5rem;
  }
}
.table-grid > .row:hover {
  background-color: rgb(239.096, 241.784, 242.904);
}
.table-grid > .row.head {
  font-family: "SofiaPro";
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.25rem;
  color: rgb(98.064, 119.856, 128.936);
  background-color: rgb(230.4056, 234.5624, 236.2944);
}
.table-grid > .row.head [class*=col] {
  padding: 0.5rem;
}
.table-grid > .row [class*=col] {
  padding: 0 0.5rem;
}
@media (min-width: 768px) {
  .table-grid > .row [class*=col].table-name {
    width: 12.5rem;
  }
  .table-grid > .row [class*=col].table-date {
    width: 4.5rem;
  }
}
@media (min-width: 992px) {
  .table-grid > .row [class*=col].truncate-lg {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.table-grid > .row.no-results {
  padding: 7rem 1rem;
  font-size: 1rem;
  color: rgb(129.0176, 150.3104, 159.1824);
  text-align: center;
  background-color: rgb(239.096, 241.784, 242.904);
}

.page-footer {
  z-index: 5;
  width: 100%;
  padding: 1rem 0;
  margin-top: 3rem;
  background-color: #fff;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.08), 0 0 4px 0 rgba(0, 0, 0, 0.16);
}

.d-sm-width-auto {
  width: 100%;
}
@media (min-width: 576px) {
  .d-sm-width-auto {
    width: auto;
  }
}

.w-50 {
  width: 50%;
}

@media (min-width: 376px) {
  .w-50-xsm {
    width: 50%;
  }
}
@media (min-width: 576px) {
  .w-50-sm {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .w-50-md {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .w-50-lg {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .w-50-xl {
    width: 50%;
  }
}
.popover {
  border-style: none;
  border-radius: 4px;
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.2);
}
.popover.fade:not(.show), .popover.fade:not(.in) {
  opacity: 0;
}
.popover.fade.show, .popover.fade.in {
  opacity: 1;
}
.popover .arrow {
  border-width: 0;
}
.popover p {
  margin-bottom: 0;
  color: rgb(251.9905, 251.9905, 251.9905);
}
.popover[data-popper-placement^=top] .popover-arrow::after {
  border-top-color: rgb(98.064, 119.856, 128.936);
}
.popover[data-popper-placement^=bottom] .popover-arrow::after {
  border-bottom-color: rgb(98.064, 119.856, 128.936);
}
.popover[data-popper-placement^=right] .popover-arrow::after {
  border-right-color: rgb(98.064, 119.856, 128.936);
}
.popover[data-popper-placement^=left] .popover-arrow::after {
  border-left-color: rgb(98.064, 119.856, 128.936);
}
.popover.top {
  margin-top: -8px;
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -8px;
}

.anonymous-review-question-icon {
  width: 16px;
  height: 16px;
  margin-left: 4px;
  font-size: 12px;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  background-color: #2563eb;
  border: 1px solid #2563eb;
  border-radius: 50%;
}
.anonymous-review-question-icon.active, .anonymous-review-question-icon:hover {
  cursor: pointer;
}

.rounded-progress-bar {
  position: relative;
  width: 64px;
  height: 64px;
}
.rounded-progress-bar .percent {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.rounded-progress-bar svg .circle-filling {
  transition: stroke-dashoffset 1s ease-out;
}
/*# sourceMappingURL=bootstrap-self-service.695bac54b3514d878abd.css.map */