:root {  --blue: #007bff;  --indigo: #6610f2;  --purple: #6f42c1;  --pink: #e83e8c;  --red: #dc3545;  --orange: #fd7e14;  --yellow: #ffc107;  --green: #28a745;  --teal: #20c997;  --cyan: #17a2b8;  --white: #ffffff;  --gray: #868e96;  --gray-dark: #343a40;  --breakpoint-xs: 0;  --breakpoint-sm: 576px;  --breakpoint-md: 768px;  --breakpoint-lg: 992px;  --breakpoint-xl: 1200px;  --breakpoint-xxl: 1600px;  --font-family-sans-serif: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;  --font-family-monospace: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;}@media print {  *,  *::before,  *::after {    text-shadow: none !important;    box-shadow: none !important;  }  a,  a:visited {    text-decoration: underline;  }  tr,  img {    page-break-inside: avoid;  }  p,  h2,  h3 {    orphans: 3;    widows: 3;  }  h2,  h3 {    page-break-after: avoid;  }  .navbar {    display: none;  }  .table {    border-collapse: collapse !important;  }  .table td,  .table th {    background-color: #ffffff !important;  }}*,*::before,*::after {  box-sizing: border-box;}php { -ms-text-size-adjust: 100%;  -ms-overflow-style: scrollbar;  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);}@-ms-viewport {  width: device-width;}article,footer,header,nav,section {  display: block;}h1,h2,h3,h4,h5 {  margin-top: 0;  margin-bottom: 0.5rem;}p {  margin-top: 0;  margin-bottom: 1rem;}ul {  margin-top: 0;  margin-bottom: 1rem;}ul ul {  margin-bottom: 0;}strong {  font-weight: bolder;}a {  color: #0038FA;  text-decoration: none;  background-color: transparent;  -webkit-text-decoration-skip: objects;}a:hover {
	color: #C06;
	text-decoration: underline;
}a:not([href]):not([tabindex]) {  color: inherit;  text-decoration: none;}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover {  color: inherit;  text-decoration: none;}a:not([href]):not([tabindex]):focus {  outline: 0;}code {  font-family: monospace, monospace;  font-size: 1em;}img {  vertical-align: middle;  border-style: none;}a,button,[role="button"] {  touch-action: manipulation;}table {  border-collapse: collapse;}th {  text-align: inherit;}button {  border-radius: 0;}button:focus {  outline: 1px dotted;  outline: 5px auto -webkit-focus-ring-color;}button {  margin: 0;  font-family: inherit;  font-size: inherit;  line-height: inherit;}button {  overflow: visible;}button {  text-transform: none;}button,html [type="button"] {  -webkit-appearance: button;}button::-moz-focus-inner,[type="button"]::-moz-focus-inner {  padding: 0;  border-style: none;}[type="search"] {  outline-offset: -2px;  -webkit-appearance: none;}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration {  -webkit-appearance: none;}::-webkit-file-upload-button {  font: inherit;  -webkit-appearance: button;}[hidden] {  display: none !important;}h1,h2,h3,h4,h5,.h1,.h2,.h3,.h4,.h5 {  margin-bottom: 0.5rem;  line-height: 1.1;  color: #151515;}h1,.h1 {  font-size: 72px;}h2,.h2 {  font-size: 42px;}h3,.h3 {  font-size: 32px;}h4,.h4 {  font-size: 21px;}h5,.h5 {  font-size: 18px;}code {  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;}code {  padding: 10px 5px;  font-size: 90%;  color: #111111;  background-color: #f2f2f2;  border-radius: 0;}a>code {  padding: 0;  color: inherit;  background-color: inherit;}.container {  width: 100%;  padding-right: 15px;  padding-left: 15px;  margin-right: auto;  margin-left: auto;}@media (min-width: 576px) {  .container {    max-width: 540px;  }}@media (min-width: 768px) {  .container {    max-width: 720px;  }}@media (min-width: 992px) {  .container {    max-width: 960px;  }}@media (min-width: 1200px) {  .container {    max-width: 1200px;  }}.container-fluid {  width: 100%;  padding-right: 15px;  padding-left: 15px;  margin-right: auto;  margin-left: auto;}.row {  display: flex;  flex-wrap: wrap;  margin-right: -15px;  margin-left: -15px;}.col-sm-6,.col-sm-7,.col-sm-8,.col-md-4,.col-md-6,.col-md-7,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-xl-5,.col-xl-6,.col-xxl-3 {  position: relative;  width: 100%;  min-height: 1px;  padding-right: 15px;  padding-left: 15px;}@media (min-width: 576px) {  .col-sm-6 {    flex: 0 0 50%;    max-width: 50%;  }  .col-sm-7 {    flex: 0 0 58.33333%;    max-width: 58.33333%;  }  .col-sm-8 {    flex: 0 0 66.66667%;    max-width: 66.66667%;  }}@media (min-width: 768px) {  .col-md-4 {    flex: 0 0 33.33333%;    max-width: 33.33333%;  }  .col-md-6 {    flex: 0 0 50%;    max-width: 50%;  }  .col-md-7 {    flex: 0 0 58.33333%;    max-width: 58.33333%;  }}@media (min-width: 992px) {  .col-lg-4 {    flex: 0 0 33.33333%;    max-width: 33.33333%;  }  .col-lg-5 {    flex: 0 0 41.66667%;    max-width: 41.66667%;  }  .col-lg-6 {    flex: 0 0 50%;    max-width: 50%;  }  .col-lg-7 {    flex: 0 0 58.33333%;    max-width: 58.33333%;  }}@media (min-width: 1200px) {  .col-xl-5 {    flex: 0 0 41.66667%;    max-width: 41.66667%;  }  .col-xl-6 {    flex: 0 0 50%;    max-width: 50%;  }}@media (min-width: 1600px) {  .col-xxl-3 {    flex: 0 0 25%;    max-width: 25%;  }}.table {  width: 100%;  max-width: 100%;  margin-bottom: 1rem;  background-color: transparent;}.table th,.table td {  padding: 0.75rem;  vertical-align: top;  border-top: 1px solid #e9ecef;}.table .table .fade {  opacity: 0;  transition: opacity 0.15s linear;}.fade.show {  opacity: 1;}.nav {  display: flex;  flex-wrap: wrap;  padding-left: 0;  margin-bottom: 0;  list-style: none;}.nav-link {  display: block;  padding: 0.5rem 1rem;}.nav-link:focus,.nav-link:hover {  text-decoration: none;}.nav-tabs {  border-bottom: 1px solid #dddddd;}.nav-tabs .nav-item {  margin-bottom: -1px;}.nav-tabs .nav-link {  border: 1px solid transparent;  border-top-left-radius: 0.25rem;  border-top-right-radius: 0.25rem;}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover {  border-color: #e9ecef #e9ecef #dddddd;}.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link {  color: #495057;  background-color: #ffffff;  border-color: #dddddd #dddddd #ffffff;}.tab-content>.tab-pane {  display: none;}.tab-content>.active {  display: block;}.navbar {  position: relative;  display: flex;  flex-wrap: wrap;  align-items: center;  justify-content: space-between;  padding: 0.5rem 1rem;}.navbar>.container,.navbar>.container-fluid {  display: flex;  flex-wrap: wrap;  align-items: center;  justify-content: space-between;}.pagination {  display: flex;  padding-left: 0;  list-style: none;  border-radius: 0;}@keyframes progress-bar-stripes {  from {    background-position: 1rem 0;  }  to {    background-position: 0 0;  }}.media {  display: flex;  align-items: flex-start;}.modal {  position: fixed;  top: 0;  right: 0;  bottom: 0;  left: 0;  z-index: 1050;  display: none;  overflow: hidden;  outline: 0;}.border {  border: 1px solid #e9ecef !important;}.d-none {  display: none !important;}@media (min-width: 1200px) {  .d-xl-block {    display: block !important;  }}.justify-content-end {  justify-content: flex-end !important;}.justify-content-center {  justify-content: center !important;}.align-items-center {  align-items: center !important;}@media (min-width: 1200px) {  .justify-content-xl-between {    justify-content: space-between !important;  }}.text-right {  text-align: right !important;}.text-center {  text-align: center !important;}@media (min-width: 768px) {  .text-md-left {    text-align: left !important;  }  .text-md-right {    text-align: right !important;  }}@media (min-width: 992px) {  .text-lg-left {    text-align: left !important;  }}.font-weight-normal {  font-weight: 400 !important;}
