/*-----------------------------------------------------------------------
 * <copyright company="Paladin">
 *     Copyright (c) Paladin Data Systems 2024. All rights reserved.
 * </copyright>
 *----------------------------------------------------------------------*/

.container {
  width: 100%; }

@media (min-width: 600px) {
  .container {
    max-width: 600px; } }

@media (min-width: 960px) {
  .container {
    max-width: 960px; } }

@media (min-width: 1264px) {
  .container {
    max-width: 1264px; } }

.bg-fixed {
  background-attachment: fixed !important; }

.bg-local {
  background-attachment: local !important; }

.bg-scroll {
  background-attachment: scroll !important; }

.bg-clip-border {
  background-clip: border-box !important; }

.bg-clip-padding {
  background-clip: padding-box !important; }

.bg-clip-content {
  background-clip: content-box !important; }

.bg-clip-text {
  background-clip: text !important; }

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

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

.bg-br-gray90 {
  background-color: #575656 !important; }

.bg-br-gray80 {
  background-color: #666666 !important; }

.bg-br-gray70 {
  background-color: #ABABAB !important; }

.bg-br-gray50 {
  background-color: #BCBCBC !important; }

.bg-br-gray40 {
  background-color: #D9D9D9 !important; }

.bg-br-gray30 {
  background-color: #E6E6E6 !important; }

.bg-br-gray10 {
  background-color: #F5F5F5 !important; }

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

.bg-br-white-t3 {
  background-color: rgba(255, 255, 255, 0.2) !important; }

.bg-br-emphasis {
  background-color: #6200EE !important; }

.bg-br-primary {
  background-color: #017D80 !important; }

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

.bg-br-primary90 {
  background-color: #025153 !important; }

.bg-br-primary10 {
  background-color: #DFEEEF !important; }

.bg-br-primary-softer {
  background-color: #E2EEEF !important; }

.bg-br-green {
  background-color: #48FE9B !important; }

.bg-br-purple {
  background-color: #6200EE !important; }

.bg-br-purple90 {
  background-color: #4816AF !important; }

.bg-br-purple10 {
  background-color: #C794FF !important; }

.bg-br-error {
  background-color: #B40909 !important; }

.bg-br-error10 {
  background-color: #FCECEE !important; }

.bg-br-success {
  background-color: #029B49 !important; }

.bg-br-success10 {
  background-color: #CDF8E6 !important; }

.bg-sg-primary {
    background-color: #1260CE !important;}

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

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

.hover\:bg-br-gray90:hover {
  background-color: #575656 !important; }

.hover\:bg-br-gray80:hover {
  background-color: #666666 !important; }

.hover\:bg-br-gray70:hover {
  background-color: #ABABAB !important; }

.hover\:bg-br-gray50:hover {
  background-color: #BCBCBC !important; }

.hover\:bg-br-gray40:hover {
  background-color: #D9D9D9 !important; }

.hover\:bg-br-gray30:hover {
  background-color: #E6E6E6 !important; }

.hover\:bg-br-gray10:hover {
  background-color: #F5F5F5 !important; }

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

.hover\:bg-br-white-t3:hover {
  background-color: rgba(255, 255, 255, 0.2) !important; }

.hover\:bg-br-emphasis:hover {
  background-color: #6200EE !important; }

.hover\:bg-br-primary:hover {
  background-color: #017D80 !important; }

.hover\:bg-br-secondary:hover {
  background-color: #002743 !important; }

.hover\:bg-br-primary90:hover {
  background-color: #025153 !important; }

.hover\:bg-br-primary10:hover {
  background-color: #DFEEEF !important; }

.hover\:bg-br-primary-softer:hover {
  background-color: #E2EEEF !important; }

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

.hover\:bg-br-purple:hover {
  background-color: #6200EE !important; }

.hover\:bg-br-purple90:hover {
  background-color: #4816AF !important; }

.hover\:bg-br-purple10:hover {
  background-color: #C794FF !important; }

.hover\:bg-br-error:hover {
  background-color: #B40909 !important; }

.hover\:bg-br-error10:hover {
  background-color: #FCECEE !important; }

.hover\:bg-br-success:hover {
  background-color: #029B49 !important; }

.hover\:bg-br-success10:hover {
  background-color: #CDF8E6 !important; }

.st-border-collapse {
  border-collapse: collapse !important; }

.st-border-separate {
  border-collapse: separate !important; }

.st-border-transparent {
  border-color: transparent !important; }

.st-border-br-black {
  border-color: #000 !important; }

.st-border-br-gray90 {
  border-color: #575656 !important; }

.st-border-br-gray80 {
  border-color: #666666 !important; }

.st-border-br-gray70 {
  border-color: #ABABAB !important; }

.st-border-br-gray50 {
  border-color: #BCBCBC !important; }

.st-border-br-gray40 {
  border-color: #D9D9D9 !important; }

.st-border-br-gray30 {
  border-color: #E6E6E6 !important; }

.st-border-br-gray10 {
  border-color: #F5F5F5 !important; }

.st-border-br-white {
  border-color: #FFF !important; }

.st-border-br-white-t3 {
  border-color: rgba(255, 255, 255, 0.2) !important; }

.st-border-br-emphasis {
  border-color: #6200EE !important; }

.st-border-br-primary {
  border-color: #017D80 !important; }

.st-border-br-secondary {
  border-color: #002743 !important; }

.st-border-br-primary90 {
  border-color: #025153 !important; }

.st-border-br-primary10 {
  border-color: #DFEEEF !important; }

.st-border-br-primary-softer {
  border-color: #E2EEEF !important; }

.st-border-br-green {
  border-color: #48FE9B !important; }

.st-border-br-purple {
  border-color: #6200EE !important; }

.st-border-br-purple90 {
  border-color: #4816AF !important; }

.st-border-br-purple10 {
  border-color: #C794FF !important; }

.st-border-br-error {
  border-color: #B40909 !important; }

.st-border-br-error10 {
  border-color: #FCECEE !important; }

.st-border-br-success {
  border-color: #029B49 !important; }

.st-border-br-success10 {
  border-color: #CDF8E6 !important; }

.hover\:st-border-transparent:hover {
  border-color: transparent !important; }

.hover\:st-border-br-black:hover {
  border-color: #000 !important; }

.hover\:st-border-br-gray90:hover {
  border-color: #575656 !important; }

.hover\:st-border-br-gray80:hover {
  border-color: #666666 !important; }

.hover\:st-border-br-gray70:hover {
  border-color: #ABABAB !important; }

.hover\:st-border-br-gray50:hover {
  border-color: #BCBCBC !important; }

.hover\:st-border-br-gray40:hover {
  border-color: #D9D9D9 !important; }

.hover\:st-border-br-gray30:hover {
  border-color: #E6E6E6 !important; }

.hover\:st-border-br-gray10:hover {
  border-color: #F5F5F5 !important; }

.hover\:st-border-br-white:hover {
  border-color: #FFF !important; }

.hover\:st-border-br-white-t3:hover {
  border-color: rgba(255, 255, 255, 0.2) !important; }

.hover\:st-border-br-emphasis:hover {
  border-color: #6200EE !important; }

.hover\:st-border-br-primary:hover {
  border-color: #017D80 !important; }

.hover\:st-border-br-secondary:hover {
  border-color: #002743 !important; }

.hover\:st-border-br-primary90:hover {
  border-color: #025153 !important; }

.hover\:st-border-br-primary10:hover {
  border-color: #DFEEEF !important; }

.hover\:st-border-br-primary-softer:hover {
  border-color: #E2EEEF !important; }

.hover\:st-border-br-green:hover {
  border-color: #48FE9B !important; }

.hover\:st-border-br-purple:hover {
  border-color: #6200EE !important; }

.hover\:st-border-br-purple90:hover {
  border-color: #4816AF !important; }

.hover\:st-border-br-purple10:hover {
  border-color: #C794FF !important; }

.hover\:st-border-br-error:hover {
  border-color: #B40909 !important; }

.hover\:st-border-br-error10:hover {
  border-color: #FCECEE !important; }

.hover\:st-border-br-success:hover {
  border-color: #029B49 !important; }

.hover\:st-border-br-success10:hover {
  border-color: #CDF8E6 !important; }

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

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

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

.rounded-full {
  border-radius: 9999px !important; }

.rounded-t-none {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important; }

.rounded-r-none {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

.rounded-b-none {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important; }

.rounded-l-none {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important; }

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

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

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

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

.rounded-t-round {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important; }

.rounded-r-round {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important; }

.rounded-b-round {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important; }

.rounded-l-round {
  border-top-left-radius: 50% !important;
  border-bottom-left-radius: 50% !important; }

.rounded-t-full {
  border-top-left-radius: 9999px !important;
  border-top-right-radius: 9999px !important; }

.rounded-r-full {
  border-top-right-radius: 9999px !important;
  border-bottom-right-radius: 9999px !important; }

.rounded-b-full {
  border-bottom-right-radius: 9999px !important;
  border-bottom-left-radius: 9999px !important; }

.rounded-l-full {
  border-top-left-radius: 9999px !important;
  border-bottom-left-radius: 9999px !important; }

.rounded-tl-none {
  border-top-left-radius: 0 !important; }

.rounded-tr-none {
  border-top-right-radius: 0 !important; }

.rounded-br-none {
  border-bottom-right-radius: 0 !important; }

.rounded-bl-none {
  border-bottom-left-radius: 0 !important; }

.rounded-tl {
  border-top-left-radius: .25rem !important; }

.rounded-tr {
  border-top-right-radius: .25rem !important; }

.rounded-br {
  border-bottom-right-radius: .25rem !important; }

.rounded-bl {
  border-bottom-left-radius: .25rem !important; }

.rounded-tl-round {
  border-top-left-radius: 50% !important; }

.rounded-tr-round {
  border-top-right-radius: 50% !important; }

.rounded-br-round {
  border-bottom-right-radius: 50% !important; }

.rounded-bl-round {
  border-bottom-left-radius: 50% !important; }

.rounded-tl-full {
  border-top-left-radius: 9999px !important; }

.rounded-tr-full {
  border-top-right-radius: 9999px !important; }

.rounded-br-full {
  border-bottom-right-radius: 9999px !important; }

.rounded-bl-full {
  border-bottom-left-radius: 9999px !important; }

.st-border-solid {
  border-style: solid !important; }

.st-border-dashed {
  border-style: dashed !important; }

.st-border-dotted {
  border-style: dotted !important; }

.st-border-double {
  border-style: double !important; }

.st-border-none {
  border-style: none !important; }

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

.st-border-1 {
  border-width: 1px !important; }

.st-border-2 {
  border-width: 2px !important; }

.st-border {
  border-width: 1px !important; }

.st-border-t-0 {
  border-top-width: 0 !important; }

.st-border-r-0 {
  border-right-width: 0 !important; }

.st-border-b-0 {
  border-bottom-width: 0 !important; }

.st-border-l-0 {
  border-left-width: 0 !important; }

.st-border-t-1 {
  border-top-width: 1px !important; }

.st-border-r-1 {
  border-right-width: 1px !important; }

.st-border-b-1 {
  border-bottom-width: 1px !important; }

.st-border-l-1 {
  border-left-width: 1px !important; }

.st-border-t-2 {
  border-top-width: 2px !important; }

.st-border-r-2 {
  border-right-width: 2px !important; }

.st-border-b-2 {
  border-bottom-width: 2px !important; }

.st-border-l-2 {
  border-left-width: 2px !important; }

.st-border-t {
  border-top-width: 1px !important; }

.st-border-r {
  border-right-width: 1px !important; }

.st-border-b {
  border-bottom-width: 1px !important; }

.st-border-l {
  border-left-width: 1px !important; }

.st-box-border {
  box-sizing: border-box !important; }

.st-box-unset {
    box-sizing: unset !important;}

.st-cursor-auto {
  cursor: auto !important; }

.st-cursor-default {
  cursor: default !important; }

.st-cursor-pointer {
  cursor: pointer !important; }

.st-cursor-wait {
  cursor: wait !important; }

.st-cursor-text {
  cursor: text !important; }

.st-cursor-move {
  cursor: move !important; }

.st-cursor-not-allowed {
  cursor: not-allowed !important; }

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

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

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

.st-unset {
    display: unset !important;}

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

.st-flex-shrink-0 {
  flex-shrink: 0 !important;
}

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

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

.st-hidden {
  display: none !important; }

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

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

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

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

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

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

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

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

.st-self-auto {
  align-self: auto !important; }

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

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

.st-self-center {
  align-self: center !important; }

.st-self-stretch {
  align-self: stretch !important; }

.st-justify-items-auto {
  justify-items: auto !important; }

.st-justify-items-start {
  justify-items: start !important; }

.st-justify-items-end {
  justify-items: end !important; }

.st-justify-items-center {
  justify-items: center !important; }

.st-justify-items-stretch {
  justify-items: stretch !important; }

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

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

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

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

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

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

.st-justify-self-auto {
  justify-self: auto !important; }

.st-justify-self-start {
  justify-self: start !important; }

.st-justify-self-end {
  justify-self: end !important; }

.st-justify-self-center {
  justify-self: center !important; }

.st-justify-self-stretch {
  justify-self: stretch !important; }

.st-font-primary {
  font-family: Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif !important; }

.st-font-secondary {
  font-family: Montserrat, montserrat, 'Source Sans', 'Helvetica Neue', Helvetica, 'Arial Black', Arial, sans-serif !important; }

.st-font-hairline {
  font-weight: 100 !important; }

.st-font-thin {
  font-weight: 200 !important; }

.st-font-light {
  font-weight: 300 !important; }

.st-font-normal {
  font-weight: 400 !important; }

.st-font-medium {
  font-weight: 500 !important; }

.st-font-semibold {
  font-weight: 600 !important; }

.st-font-bold {
  font-weight: 700 !important; }

.st-font-extrabold {
  font-weight: 800 !important; }

.st-font-black {
  font-weight: 900 !important; }

.hover\:st-font-hairline:hover {
  font-weight: 100 !important; }

.hover\:st-font-thin:hover {
  font-weight: 200 !important; }

.hover\:st-font-light:hover {
  font-weight: 300 !important; }

.hover\:st-font-normal:hover {
  font-weight: 400 !important; }

.hover\:st-font-medium:hover {
  font-weight: 500 !important; }

.hover\:st-font-semibold:hover {
  font-weight: 600 !important; }

.hover\:st-font-bold:hover {
  font-weight: 700 !important; }

.hover\:st-font-extrabold:hover {
  font-weight: 800 !important; }

.hover\:st-font-black:hover {
  font-weight: 900 !important; }

.st-h-0 {
  height: 0 !important; }

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

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

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

.st-h-screen {
  height: 100vh !important; }

.st-text-xs {
  font-size: .75rem !important; }

.st-text-sm {
  font-size: .875rem !important; }

.st-text-md {
  font-size: 1rem !important; }

.st-text-lg {
  font-size: 1.125rem !important; }

.st-text-xl {
  font-size: 1.25rem !important; }

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

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

.st-my-xs {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important; }

.st-my-sm {
  margin-top: 0.625rem !important;
  margin-bottom: 0.625rem !important; }

.st-my-md {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important; }

.st-my-lg {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.st-my-xl {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important; }

.st-mx-xxl {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important; }

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

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

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

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

.st-mr-xs {
  margin-right: 0.5rem !important; }

.st-ml-xxs {
  margin-left: 0.25rem !important; }

.st-ml-xs {
  margin-left: 0.5rem !important; }

.st-mr-sm {
  margin-right: 0.625rem !important; }

.st-ml-sm {
  margin-left: 0.625rem !important; }

.st-mr-md {
  margin-right: 1.25rem !important; }

.st-ml-md {
  margin-left: 1.25rem !important; }

.st-mr-lg {
  margin-right: 1.5rem !important; }

.st-ml-lg {
  margin-left: 1.5rem !important; }

.st-mr-xl {
  margin-right: 2rem !important; }

.st-ml-xl {
  margin-left: 2rem !important; }

.st-mb-sm {
  margin-bottom: 0.625rem !important; }

.st-mb-m {
    margin-bottom: 1rem !important;}

.st-mb-xl {
    margin-bottom: 2rem; }

.st-mt-xs-neg {
  margin-top: -5px !important; }

.st-mt-xs-none {
    margin-top: 0 !important;}

.st-opacity-0 { opacity: 0; }

.st-opacity-50 { opacity: .5; }

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

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

.st-overflow-visible {
  overflow: visible !important; }

.st-overflow-scroll {
  overflow: scroll !important; }

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

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

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

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

.st-overflow-x-visible {
  overflow-x: visible !important; }

.st-overflow-y-visible {
  overflow-y: visible !important; }

.st-overflow-x-scroll {
  overflow-x: scroll !important; }

.st-overflow-y-scroll {
  overflow-y: scroll !important; }

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

.st-p-xxs {
    padding: 0.25rem !important;}

.st-p-xs {
  padding: 0.5rem !important; }

.st-p-sm {
  padding: 0.625rem !important; }

.st-p-md {
  padding: 1.25rem !important; }

.st-p-lg {
  padding: 1.5rem !important; }

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

.st-py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.st-px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.st-py-xs {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }

.st-px-xs {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important; }

.st-py-sm {
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important; }

.st-px-sm {
  padding-left: 0.625rem !important;
  padding-right: 0.625rem !important; }

.st-py-md {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important; }

.st-px-md {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important; }

.st-py-lg {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.st-px-lg {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important; }

.st-py-xl {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important; }

.st-px-xl {
  padding-left: 2rem !important;
  padding-right: 2rem !important; }

.st-pt-0 {
  padding-top: 0 !important; }

.st-pb-0 {
  padding-bottom: 0 !important; }

.st-pl-0 {
  padding-left: 0 !important; }

.st-pt-xs {
  padding-top: 0.5rem !important; }

.st-pb-xs {
  padding-bottom: 0.5rem !important; }

.st-pl-xs {
  padding-left: 0.5rem !important; }

.st-pt-sm {
  padding-top: 0.625rem !important; }

.st-pb-sm {
  padding-bottom: 0.625rem !important; }

.st-pl-sm {
  padding-left: 0.625rem !important; }

.st-pt-md {
  padding-top: 1.25rem !important; }

.st-pb-md {
  padding-bottom: 1.25rem !important; }

.st-pl-md {
  padding-left: 1.25rem !important; }

.st-pt-lg {
  padding-top: 1.5rem !important; }

.st-pb-lg {
  padding-bottom: 1.5rem !important; }

.st-pl-lg {
  padding-left: 1.5rem !important; }

.st-pt-xl {
  padding-top: 2rem !important; }

.st-pb-xl {
  padding-bottom: 2rem !important; }

.st-pl-xl {
  padding-left: 2rem !important; }

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

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

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

.st-inset-0 {
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important; }

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

.st-top-10 {
    top: 10% !important;
}

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

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

.st-shadow-modal {
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.3) !important; }

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

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

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

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

.st-text-transparent {
  color: transparent !important; }

.st-text-br-black {
  color: #000 !important; }

.st-text-br-gray90 {
  color: #575656 !important; }

.st-text-br-gray80 {
  color: #666666 !important; }

.st-text-br-gray70 {
  color: #ABABAB !important; }

.st-text-br-gray50 {
  color: #BCBCBC !important; }

.st-text-br-gray40 {
  color: #D9D9D9 !important; }

.st-text-br-gray30 {
  color: #E6E6E6 !important; }

.st-text-br-gray10 {
  color: #F5F5F5 !important; }

.st-text-br-white {
  color: #FFF !important; }

.st-text-br-white-t3 {
  color: rgba(255, 255, 255, 0.2) !important; }

.st-text-br-emphasis {
  color: #6200EE !important; }

.st-text-br-primary {
  color: #017D80 !important; }

.st-text-br-secondary {
  color: #002743 !important; }

.st-text-br-primary90 {
  color: #025153 !important; }

.st-text-br-primary10 {
  color: #DFEEEF !important; }

.st-text-br-primary-softer {
  color: #E2EEEF !important; }

.st-text-br-green {
  color: #48FE9B !important; }

.st-text-br-purple {
  color: #6200EE !important; }

.st-text-br-purple90 {
  color: #4816AF !important; }

.st-text-br-purple10 {
  color: #C794FF !important; }

.st-text-br-error {
  color: #B40909 !important; }

.st-text-br-error10 {
  color: #FCECEE !important; }

.st-text-br-success {
  color: #029B49 !important; }

.st-text-br-success10 {
  color: #CDF8E6 !important; }

.hover\:st-text-transparent:hover {
  color: transparent !important; }

.hover\:st-text-br-black:hover {
  color: #000 !important; }

.hover\:st-text-br-gray90:hover {
  color: #575656 !important; }

.hover\:st-text-br-gray80:hover {
  color: #666666 !important; }

.hover\:st-text-br-gray70:hover {
  color: #ABABAB !important; }

.hover\:st-text-br-gray50:hover {
  color: #BCBCBC !important; }

.hover\:st-text-br-gray40:hover {
  color: #D9D9D9 !important; }

.hover\:st-text-br-gray30:hover {
  color: #E6E6E6 !important; }

.hover\:st-text-br-gray10:hover {
  color: #F5F5F5 !important; }

.hover\:st-text-br-white:hover {
  color: #FFF !important; }

.hover\:st-text-br-white-t3:hover {
  color: rgba(255, 255, 255, 0.2) !important; }

.hover\:st-text-br-emphasis:hover {
  color: #6200EE !important; }

.hover\:st-text-br-primary:hover {
  color: #017D80 !important; }

.hover\:st-text-br-secondary:hover {
  color: #002743 !important; }

.hover\:st-text-br-primary90:hover {
  color: #025153 !important; }

.hover\:st-text-br-primary10:hover {
  color: #DFEEEF !important; }

.hover\:st-text-br-primary-softer:hover {
  color: #E2EEEF !important; }

.hover\:st-text-br-green:hover {
  color: #48FE9B !important; }

.hover\:st-text-br-purple:hover {
  color: #6200EE !important; }

.hover\:st-text-br-purple90:hover {
  color: #4816AF !important; }

.hover\:st-text-br-purple10:hover {
  color: #C794FF !important; }

.hover\:st-text-br-error:hover {
  color: #B40909 !important; }

.hover\:st-text-br-error10:hover {
  color: #FCECEE !important; }

.hover\:st-text-br-success:hover {
  color: #029B49 !important; }

.hover\:st-text-br-success10:hover {
  color: #CDF8E6 !important; }

.st-capitalize {
  text-transform: capitalize !important; }

.st-invisible {
  visibility: hidden !important; }

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

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

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

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

.st-vert-align-sub {
    vertical-align: sub !important;}

.st-vert-align-super {
    vertical-align: super !important;
}

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

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

.st-z-index-1 {
    z-index: 1 !important;}

.whitespace-no-wrap {
  white-space: nowrap !important; }

.word-break-normal {
    word-break: normal;
}

.st-w-0 {
  width: 0 !important; }

.st-w-10 {
    width: 10% !important;}

.st-w-15 {
    width: 15% !important;}

.st-w-20 {
  width: 20% !important; }

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

.st-w-33 {
  width: 33.33333% !important; }

.st-w-40 {
  width: 40% !important; }

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

.st-w-60 {
  width: 60% !important; }

.st-w-66 {
  width: 66.66667% !important; }

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

.st-w-80 {
  width: 80% !important; }

.st-w-90 {
  width: 90% !important;}

.st-w-95 {
    width: 95% !important;}

.st-w-fill {
    width: -webkit-fill-available !important;
}

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

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

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

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

.st-min-w-15 {
    min-width: 15% !important;}

.br-secondary-button {
  background-color: #002743;
  color: #FFF;
  border-width: 1px;
  border-style: solid;
  border-color: #FFF; }

@media (min-width: 600px) {
  .sm\:container {
    width: 100%; } }

@media (min-width: 600px) and (min-width: 600px) {
  .sm\:container {
    max-width: 600px; } }

@media (min-width: 600px) and (min-width: 960px) {
  .sm\:container {
    max-width: 960px; } }

@media (min-width: 600px) and (min-width: 1264px) {
  .sm\:container {
    max-width: 1264px; } }

@media (min-width: 600px) {
  .sm\:st-border-collapse {
    border-collapse: collapse !important; }
  .sm\:st-border-separate {
    border-collapse: separate !important; }
  .sm\:st-border-0 {
    border-width: 0 !important; }
  .sm\:st-border-1 {
    border-width: 1px !important; }
  .sm\:st-border-2 {
    border-width: 2px !important; }
  .sm\:st-border {
    border-width: 1px !important; }
  .sm\:st-border-t-0 {
    border-top-width: 0 !important; }
  .sm\:st-border-r-0 {
    border-right-width: 0 !important; }
  .sm\:st-border-b-0 {
    border-bottom-width: 0 !important; }
  .sm\:st-border-l-0 {
    border-left-width: 0 !important; }
  .sm\:st-border-t-1 {
    border-top-width: 1px !important; }
  .sm\:st-border-r-1 {
    border-right-width: 1px !important; }
  .sm\:st-border-b-1 {
    border-bottom-width: 1px !important; }
  .sm\:st-border-l-1 {
    border-left-width: 1px !important; }
  .sm\:st-border-t-2 {
    border-top-width: 2px !important; }
  .sm\:st-border-r-2 {
    border-right-width: 2px !important; }
  .sm\:st-border-b-2 {
    border-bottom-width: 2px !important; }
  .sm\:st-border-l-2 {
    border-left-width: 2px !important; }
  .sm\:st-border-t {
    border-top-width: 1px !important; }
  .sm\:st-border-r {
    border-right-width: 1px !important; }
  .sm\:st-border-b {
    border-bottom-width: 1px !important; }
  .sm\:st-border-l {
    border-left-width: 1px !important; }
  .sm\:st-box-border {
    box-sizing: border-box !important; }
  .sm\:st-cursor-auto {
    cursor: auto !important; }
  .sm\:st-cursor-default {
    cursor: default !important; }
  .sm\:st-cursor-pointer {
    cursor: pointer !important; }
  .sm\:st-cursor-wait {
    cursor: wait !important; }
  .sm\:st-cursor-text {
    cursor: text !important; }
  .sm\:st-cursor-move {
    cursor: move !important; }
  .sm\:st-cursor-not-allowed {
    cursor: not-allowed !important; }
  .sm\:st-block {
    display: block !important;    }
  .sm\:st-inline-block {
    display: inline-block !important; }
  .sm\:st-inline {
    display: inline !important; }
  .sm\:st-flex  {
    display: flex !important; }
  .sm\:st-flex-shrink-0 {
    flex-shrink: 0 !important; }
  .sm\:st-inline-flex {
    display: inline-flex !important; }
  .sm\:st-grid {
    display: grid !important; }
  .sm\:st-hidden {
    display: none !important; }
  .sm\:st-flex-row {
    flex-direction: row !important; }
  .sm\:st-flex-col {
    flex-direction: column !important; }
  .sm\:st-flex-wrap {
    flex-wrap: wrap !important; }
  .sm\:st-items-start {
    align-items: flex-start !important; }
  .sm\:st-items-end {
    align-items: flex-end !important; }
  .sm\:st-items-center {
    align-items: center !important; }
  .sm\:st-items-baseline {
    align-items: baseline !important; }
  .sm\:st-items-stretch {
    align-items: stretch !important; }
  .sm\:st-self-auto {
    align-self: auto !important; }
  .sm\:st-self-start {
    align-self: flex-start !important; }
  .sm\:st-self-end {
    align-self: flex-end !important; }
  .sm\:st-self-center {
    align-self: center !important; }
  .sm\:st-self-stretch {
    align-self: stretch !important; }
  .sm\:st-justify-items-auto {
    justify-items: auto !important; }
  .sm\:st-justify-items-start {
    justify-items: start !important; }
  .sm\:st-justify-items-end {
    justify-items: end !important; }
  .sm\:st-justify-items-center {
    justify-items: center !important; }
  .sm\:st-justify-items-stretch {
    justify-items: stretch !important; }
  .sm\:st-justify-start {
    justify-content: flex-start !important; }
  .sm\:st-justify-end {
    justify-content: flex-end !important; }
  .sm\:st-justify-center {
    justify-content: center !important; }
  .sm\:st-justify-between {
    justify-content: space-between !important; }
  .sm\:st-justify-around {
    justify-content: space-around !important; }
  .sm\:st-justify-evenly {
    justify-content: space-evenly !important; }
  .sm\:st-justify-self-auto {
    justify-self: auto !important; }
  .sm\:st-justify-self-start {
    justify-self: start !important; }
  .sm\:st-justify-self-end {
    justify-self: end !important; }
  .sm\:st-justify-self-center {
    justify-self: center !important; }
  .sm\:st-justify-self-stretch {
    justify-self: stretch !important; }
  .sm\:st-font-primary {
    font-family: Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif !important; }
  .sm\:st-font-secondary {
    font-family: Montserrat, montserrat, 'Source Sans', 'Helvetica Neue', Helvetica, 'Arial Black', Arial, sans-serif !important; }
  .sm\:st-font-hairline {
    font-weight: 100 !important; }
  .sm\:st-font-thin {
    font-weight: 200 !important; }
  .sm\:st-font-light {
    font-weight: 300 !important; }
  .sm\:st-font-normal {
    font-weight: 400 !important; }
  .sm\:st-font-medium {
    font-weight: 500 !important; }
  .sm\:st-font-semibold {
    font-weight: 600 !important; }
  .sm\:st-font-bold {
    font-weight: 700 !important; }
  .sm\:st-font-extrabold {
    font-weight: 800 !important; }
  .sm\:st-font-black {
    font-weight: 900 !important; }
  .sm\:hover\:st-font-hairline:hover {
    font-weight: 100 !important; }
  .sm\:hover\:st-font-thin:hover {
    font-weight: 200 !important; }
  .sm\:hover\:st-font-light:hover {
    font-weight: 300 !important; }
  .sm\:hover\:st-font-normal:hover {
    font-weight: 400 !important; }
  .sm\:hover\:st-font-medium:hover {
    font-weight: 500 !important; }
  .sm\:hover\:st-font-semibold:hover {
    font-weight: 600 !important; }
  .sm\:hover\:st-font-bold:hover {
    font-weight: 700 !important; }
  .sm\:hover\:st-font-extrabold:hover {
    font-weight: 800 !important; }
  .sm\:hover\:st-font-black:hover {
    font-weight: 900 !important; }
  .sm\:st-h-0 {
    height: 0 !important; }
  .sm\:st-h-100 {
    height: 100% !important; }
  .sm\:st-h-auto {
    height: auto !important; }
  .sm\:st-h-full {
    height: 100% !important; }
  .sm\:st-h-screen {
    height: 100vh !important; }
  .sm\:st-text-xs {
    font-size: .75rem !important; }
  .sm\:st-text-sm {
    font-size: .875rem !important; }
  .sm\:st-text-md {
    font-size: 1rem !important; }
  .sm\:st-text-lg {
    font-size: 1.125rem !important; }
  .sm\:st-text-xl {
    font-size: 1.25rem !important; }
  .sm\:st-my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .sm\:st-my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .sm\:st-my-xs {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .sm\:st-my-sm {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important; }
  .sm\:st-my-md {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important; }
  .sm\:st-my-lg {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .sm\:st-my-xl {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important; }
  .sm\:st-mr-0 {
    margin-right: 0 !important; }
  .sm\:st-ml-0 {
    margin-left: 0 !important; }
  .sm\:st-mr-auto {
    margin-right: auto !important; }
  .sm\:st-ml-auto {
    margin-left: auto !important; }
  .sm\:st-mr-xs {
    margin-right: 0.5rem !important; }
  .sm\:st-ml-xs {
    margin-left: 0.5rem !important; }
  .sm\:st-mr-sm {
    margin-right: 0.625rem !important; }
  .sm\:st-ml-sm {
    margin-left: 0.625rem !important; }
  .sm\:st-mr-md {
    margin-right: 1.25rem !important; }
  .sm\:st-ml-md {
    margin-left: 1.25rem !important; }
  .sm\:st-mr-lg {
    margin-right: 1.5rem !important; }
  .sm\:st-ml-lg {
    margin-left: 1.5rem !important; }
  .sm\:st-mr-xl {
    margin-right: 2rem !important; }
  .sm\:st-ml-xl {
    margin-left: 2rem !important; }
  .sm\:st-overflow-auto {
    overflow: auto !important; }
  .sm\:st-overflow-hidden {
    overflow: hidden !important; }
  .sm\:st-overflow-visible {
    overflow: visible !important; }
  .sm\:st-overflow-scroll {
    overflow: scroll !important; }
  .sm\:st-overflow-x-auto {
    overflow-x: auto !important; }
  .sm\:st-overflow-y-auto {
    overflow-y: auto !important; }
  .sm\:st-overflow-x-hidden {
    overflow-x: hidden !important; }
  .sm\:st-overflow-y-hidden {
    overflow-y: hidden !important; }
  .sm\:st-overflow-x-visible {
    overflow-x: visible !important; }
  .sm\:st-overflow-y-visible {
    overflow-y: visible !important; }
  .sm\:st-overflow-x-scroll {
    overflow-x: scroll !important; }
  .sm\:st-overflow-y-scroll {
    overflow-y: scroll !important; }
  .sm\:scrolling-touch {
    -webkit-overflow-scrolling: touch !important; }
  .sm\:scrolling-auto {
    -webkit-overflow-scrolling: auto !important; }
  .sm\:st-p-0 {
    padding: 0 !important; }
  .sm\:st-p-xs {
    padding: 0.5rem !important; }
  .sm\:st-p-sm {
    padding: 0.625rem !important; }
  .sm\:st-p-md {
    padding: 1.25rem !important; }
  .sm\:st-p-lg {
    padding: 1.5rem !important; }
  .sm\:st-p-xl {
    padding: 2rem !important; }
  .sm\:st-py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .sm\:st-px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .sm\:st-py-xs {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .sm\:st-px-xs {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important; }
  .sm\:st-py-sm {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important; }
  .sm\:st-px-sm {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important; }
  .sm\:st-py-md {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important; }
  .sm\:st-px-md {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important; }
  .sm\:st-py-lg {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .sm\:st-px-lg {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important; }
  .sm\:st-py-xl {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }
  .sm\:st-px-xl {
    padding-left: 2rem !important;
    padding-right: 2rem !important; }
  .sm\:st-pt-0 {
    padding-top: 0 !important; }
  .sm\:st-pr-0 {
    padding-right: 0 !important; }
  .sm\:st-pb-0 {
    padding-bottom: 0 !important; }
  .sm\:st-pl-0 {
    padding-left: 0 !important; }
  .sm\:st-pt-xs {
    padding-top: 0.5rem !important; }
  .sm\:st-pr-xs {
    padding-right: 0.5rem !important; }
  .sm\:st-pb-xs {
    padding-bottom: 0.5rem !important; }
  .sm\:st-pl-xs {
    padding-left: 0.5rem !important; }
  .sm\:st-pt-sm {
    padding-top: 0.625rem !important; }
  .sm\:st-pr-sm {
    padding-right: 0.625rem !important; }
  .sm\:st-pb-sm {
    padding-bottom: 0.625rem !important; }
  .sm\:st-pl-sm {
    padding-left: 0.625rem !important; }
  .sm\:st-pt-md {
    padding-top: 1.25rem !important; }
  .sm\:st-pr-md {
    padding-right: 1.25rem !important; }
  .sm\:st-pb-md {
    padding-bottom: 1.25rem !important; }
  .sm\:st-pl-md {
    padding-left: 1.25rem !important; }
  .sm\:st-pt-lg {
    padding-top: 1.5rem !important; }
  .sm\:st-pr-lg {
    padding-right: 1.5rem !important; }
  .sm\:st-pb-lg {
    padding-bottom: 1.5rem !important; }
  .sm\:st-pl-lg {
    padding-left: 1.5rem !important; }
  .sm\:st-pt-xl {
    padding-top: 2rem !important; }
  .sm\:st-pr-xl {
    padding-right: 2rem !important; }
  .sm\:st-pb-xl {
    padding-bottom: 2rem !important; }
  .sm\:st-pl-xl {
    padding-left: 2rem !important; }
  .sm\:st-fixed {
    position: fixed !important; }
  .sm\:st-absolute {
    position: absolute !important; }
  .sm\:st-relative {
    position: relative !important; }
  .sm\:st-inset-0 {
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important; }
  .sm\:top-0 {
    top: 0 !important; }
  .sm\:st-right-0 {
    right: 0 !important; }
  .sm\:bottom-0 {
    bottom: 0 !important; }
  .sm\:st-left-0 {
    left: 0 !important; }
  .sm\:st-shadow-modal {
    box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.3) !important; }
  .sm\:stroke-0 {
    stroke-width: 0 !important; }
  .sm\:stroke-1 {
    stroke-width: 1 !important; }
  .sm\:stroke-2 {
    stroke-width: 2 !important; }
  .sm\:st-text-left {
    text-align: left !important; }
  .sm\:st-text-center {
    text-align: center !important; }
  .sm\:st-text-right {
    text-align: right !important; }
  .sm\:st-text-justify {
    text-align: justify !important; }
  .sm\:align-baseline {
    vertical-align: baseline !important; }
  .sm\:align-top {
    vertical-align: top !important; }
  .sm\:align-middle {
    vertical-align: middle !important; }
  .sm\:align-bottom {
    vertical-align: bottom !important; }
  .sm\:align-text-top {
    vertical-align: text-top !important; }
  .sm\:align-text-bottom {
    vertical-align: text-bottom !important; }
  .sm\:visible {
    visibility: visible !important; }
  .sm\:invisible {
    visibility: hidden !important; }
  .sm\:whitespace-normal {
    white-space: normal !important; }
  .sm\:whitespace-no-wrap {
    white-space: nowrap !important; }
  .sm\:whitespace-pre {
    white-space: pre !important; }
  .sm\:whitespace-pre-line {
    white-space: pre-line !important; }
  .sm\:whitespace-pre-wrap {
    white-space: pre-wrap !important; }
  .sm\:break-normal {
    word-wrap: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important; }
  .sm\:break-words {
    word-wrap: break-word !important;
    overflow-wrap: break-word !important; }
  .sm\:break-all {
    word-break: break-all !important; }
  .sm\:truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important; }
  .sm\:st-w-0 {
    width: 0 !important; }
  .sm\.st-w-10 {
     width: 10% !important;}
  .sm\:st-w-20 {
    width: 20% !important; }
  .sm\:st-w-25 {
    width: 25% !important; }
  .sm\:st-w-33 {
    width: 33.33333% !important; }
  .sm\:st-w-40 {
    width: 40% !important; }
  .sm\:st-w-50 {
    width: 50% !important; }
  .sm\:st-w-60 {
    width: 60% !important; }
  .sm\:st-w-66 {
    width: 66.66667% !important; }
  .sm\:st-w-75 {
    width: 75% !important; }
  .sm\:st-w-80 {
    width: 80% !important; }
  .sm\:st-w-90 {
    width: 90% !important;}
  .sm\:st-w-100 {
    width: 100% !important; }
  .sm\:st-w-auto {
    width: auto !important; }
  .sm\:st-w-full {
    width: 100% !important; }
  .sm\:st-w-screen {
    width: 100vw !important; }

@media (min-width: 960px) {
  .md\:container {
    width: 100%; } }

@media (min-width: 960px) and (min-width: 600px) {
  .md\:container {
    max-width: 600px; } }

@media (min-width: 960px) and (min-width: 960px) {
  .md\:container {
    max-width: 960px; } }

@media (min-width: 960px) and (min-width: 1264px) {
  .md\:container {
    max-width: 1264px; } }

@media (min-width: 960px) {
  .md\:sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important; }
  .md\:not-sr-only {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important; }
  .md\:focus\:sr-only:focus {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important; }
  .md\:focus\:not-sr-only:focus {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important; }
  .md\:appearance-none {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important; }
  .md\:bg-clip-border {
    background-clip: border-box !important; }
  .md\:bg-clip-padding {
    background-clip: padding-box !important; }
  .md\:bg-clip-content {
    background-clip: content-box !important; }
  .md\:bg-clip-text {
    background-clip: text !important; }
  .md\:st-border-collapse {
    border-collapse: collapse !important; }
  .md\:st-border-separate {
    border-collapse: separate !important; }
  .md\:st-border-0 {
    border-width: 0 !important; }
  .md\:st-border-1 {
    border-width: 1px !important; }
  .md\:st-border-2 {
    border-width: 2px !important; }
  .md\:st-border {
    border-width: 1px !important; }
  .md\:st-border-t-0 {
    border-top-width: 0 !important; }
  .md\:st-border-r-0 {
    border-right-width: 0 !important; }
  .md\:st-border-b-0 {
    border-bottom-width: 0 !important; }
  .md\:st-border-l-0 {
    border-left-width: 0 !important; }
  .md\:st-border-t-1 {
    border-top-width: 1px !important; }
  .md\:st-border-r-1 {
    border-right-width: 1px !important; }
  .md\:st-border-b-1 {
    border-bottom-width: 1px !important; }
  .md\:st-border-l-1 {
    border-left-width: 1px !important; }
  .md\:st-border-t-2 {
    border-top-width: 2px !important; }
  .md\:st-border-r-2 {
    border-right-width: 2px !important; }
  .md\:st-border-b-2 {
    border-bottom-width: 2px !important; }
  .md\:st-border-l-2 {
    border-left-width: 2px !important; }
  .md\:st-border-t {
    border-top-width: 1px !important; }
  .md\:st-border-r {
    border-right-width: 1px !important; }
  .md\:st-border-b {
    border-bottom-width: 1px !important; }
  .md\:st-border-l {
    border-left-width: 1px !important; }
  .md\:st-box-border {
    box-sizing: border-box !important; }
  .md\:st-cursor-auto {
    cursor: auto !important; }
  .md\:st-cursor-default {
    cursor: default !important; }
  .md\:st-cursor-pointer {
    cursor: pointer !important; }
  .md\:st-cursor-wait {
    cursor: wait !important; }
  .md\:st-cursor-text {
    cursor: text !important; }
  .md\:st-cursor-move {
    cursor: move !important; }
  .md\:st-cursor-not-allowed {
    cursor: not-allowed !important; }
  .md\:st-block {
     display: inline-block !important; }
  .md\:st-inline-block {
    display: inline-block !important; }
  .md\:st-inline {
    display: inline !important; }
  .md\:st-flex  {
    display: flex !important; }
  .md\:st-flex-shrink-0 {
    flex-shrink: 0 !important; }
  .md\:st-inline-flex {
    display: inline-flex !important; }
  .md\:st-grid {
    display: grid !important; }
  .md\:st-hidden {
    display: none !important; }
  .md\:st-flex-row {
    flex-direction: row !important; }
  .md\:st-flex-col {
    flex-direction: column !important; }
  .md\:st-flex-wrap {
    flex-wrap: wrap !important; }
  .md\:st-items-start {
    align-items: flex-start !important; }
  .md\:st-items-end {
    align-items: flex-end !important; }
  .md\:st-items-center {
    align-items: center !important; }
  .md\:st-items-baseline {
    align-items: baseline !important; }
  .md\:st-items-stretch {
    align-items: stretch !important; }
  .md\:st-self-auto {
    align-self: auto !important; }
  .md\:st-self-start {
    align-self: flex-start !important; }
  .md\:st-self-end {
    align-self: flex-end !important; }
  .md\:st-self-center {
    align-self: center !important; }
  .md\:st-self-stretch {
    align-self: stretch !important; }
  .md\:st-justify-items-auto {
    justify-items: auto !important; }
  .md\:st-justify-items-start {
    justify-items: start !important; }
  .md\:st-justify-items-end {
    justify-items: end !important; }
  .md\:st-justify-items-center {
    justify-items: center !important; }
  .md\:st-justify-items-stretch {
    justify-items: stretch !important; }
  .md\:st-justify-start {
    justify-content: flex-start !important; }
  .md\:st-justify-end {
    justify-content: flex-end !important; }
  .md\:st-justify-center {
    justify-content: center !important; }
  .md\:st-justify-between {
    justify-content: space-between !important; }
  .md\:st-justify-around {
    justify-content: space-around !important; }
  .md\:st-justify-evenly {
    justify-content: space-evenly !important; }
  .md\:st-justify-self-auto {
    justify-self: auto !important; }
  .md\:st-justify-self-start {
    justify-self: start !important; }
  .md\:st-justify-self-end {
    justify-self: end !important; }
  .md\:st-justify-self-center {
    justify-self: center !important; }
  .md\:st-justify-self-stretch {
    justify-self: stretch !important; }
  .md\:st-font-primary {
    font-family: Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif !important; }
  .md\:st-font-secondary {
    font-family: Montserrat, montserrat, 'Source Sans', 'Helvetica Neue', Helvetica, 'Arial Black', Arial, sans-serif !important; }
  .md\:st-font-hairline {
    font-weight: 100 !important; }
  .md\:st-font-thin {
    font-weight: 200 !important; }
  .md\:st-font-light {
    font-weight: 300 !important; }
  .md\:st-font-normal {
    font-weight: 400 !important; }
  .md\:st-font-medium {
    font-weight: 500 !important; }
  .md\:st-font-semibold {
    font-weight: 600 !important; }
  .md\:st-font-bold {
    font-weight: 700 !important; }
  .md\:st-font-extrabold {
    font-weight: 800 !important; }
  .md\:st-font-black {
    font-weight: 900 !important; }
  .md\:hover\:st-font-hairline:hover {
    font-weight: 100 !important; }
  .md\:hover\:st-font-thin:hover {
    font-weight: 200 !important; }
  .md\:hover\:st-font-light:hover {
    font-weight: 300 !important; }
  .md\:hover\:st-font-normal:hover {
    font-weight: 400 !important; }
  .md\:hover\:st-font-medium:hover {
    font-weight: 500 !important; }
  .md\:hover\:st-font-semibold:hover {
    font-weight: 600 !important; }
  .md\:hover\:st-font-bold:hover {
    font-weight: 700 !important; }
  .md\:hover\:st-font-extrabold:hover {
    font-weight: 800 !important; }
  .md\:hover\:st-font-black:hover {
    font-weight: 900 !important; }
  .md\:st-h-0 {
    height: 0 !important; }
  .md\:st-h-100 {
    height: 100% !important; }
  .md\:st-h-auto {
    height: auto !important; }
  .md\:st-h-full {
    height: 100% !important; }
  .md\:st-h-screen {
    height: 100vh !important; }
  .md\:st-text-xs {
    font-size: .75rem !important; }
  .md\:st-text-sm {
    font-size: .875rem !important; }
  .md\:st-text-md {
    font-size: 1rem !important; }
  .md\:st-text-lg {
    font-size: 1.125rem !important; }
  .md\:st-text-xl {
    font-size: 1.25rem !important; }
  .md\:st-my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .md\:st-my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .md\:st-my-xs {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .md\:st-my-sm {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important; }
  .md\:st-my-md {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important; }
  .md\:st-my-lg {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .md\:st-my-xl {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important; }
  .md\:st-mr-0 {
    margin-right: 0 !important; }
  .md\:st-ml-0 {
    margin-left: 0 !important; }
  .md\:st-mr-auto {
    margin-right: auto !important; }
  .md\:st-ml-auto {
    margin-left: auto !important; }
  .md\:st-mr-xs {
    margin-right: 0.5rem !important; }
  .md\:st-ml-xs {
    margin-left: 0.5rem !important; }
  .md\:st-mr-sm {
    margin-right: 0.625rem !important; }
  .md\:st-ml-sm {
    margin-left: 0.625rem !important; }
  .md\:st-mr-md {
    margin-right: 1.25rem !important; }
  .md\:st-ml-md {
    margin-left: 1.25rem !important; }
  .md\:st-mr-lg {
    margin-right: 1.5rem !important; }
  .md\:st-ml-lg {
    margin-left: 1.5rem !important; }
  .md\:st-mr-xl {
    margin-right: 2rem !important; }
  .md\:st-ml-xl {
    margin-left: 2rem !important; }
  .md\:st-overflow-auto {
    overflow: auto !important; }
  .md\:st-overflow-hidden {
    overflow: hidden !important; }
  .md\:st-overflow-visible {
    overflow: visible !important; }
  .md\:st-overflow-scroll {
    overflow: scroll !important; }
  .md\:st-overflow-x-auto {
    overflow-x: auto !important; }
  .md\:st-overflow-y-auto {
    overflow-y: auto !important; }
  .md\:st-overflow-x-hidden {
    overflow-x: hidden !important; }
  .md\:st-overflow-y-hidden {
    overflow-y: hidden !important; }
  .md\:st-overflow-x-visible {
    overflow-x: visible !important; }
  .md\:st-overflow-y-visible {
    overflow-y: visible !important; }
  .md\:st-overflow-x-scroll {
    overflow-x: scroll !important; }
  .md\:st-overflow-y-scroll {
    overflow-y: scroll !important; }
  .md\:scrolling-touch {
    -webkit-overflow-scrolling: touch !important; }
  .md\:scrolling-auto {
    -webkit-overflow-scrolling: auto !important; }
  .md\:st-p-0 {
    padding: 0 !important; }
  .md\:st-p-xs {
    padding: 0.5rem !important; }
  .md\:st-p-sm {
    padding: 0.625rem !important; }
  .md\:st-p-md {
    padding: 1.25rem !important; }
  .md\:st-p-lg {
    padding: 1.5rem !important; }
  .md\:st-p-xl {
    padding: 2rem !important; }
  .md\:st-py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .md\:st-px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .md\:st-py-xs {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .md\:st-px-xs {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important; }
  .md\:st-py-sm {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important; }
  .md\:st-px-sm {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important; }
  .md\:st-py-md {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important; }
  .md\:st-px-md {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important; }
  .md\:st-py-lg {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .md\:st-px-lg {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important; }
  .md\:st-py-xl {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }
  .md\:st-px-xl {
    padding-left: 2rem !important;
    padding-right: 2rem !important; }
  .md\:st-pt-0 {
    padding-top: 0 !important; }
  .md\:st-pr-0 {
    padding-right: 0 !important; }
  .md\:st-pb-0 {
    padding-bottom: 0 !important; }
  .md\:st-pl-0 {
    padding-left: 0 !important; }
  .md\:st-pt-xs {
    padding-top: 0.5rem !important; }
  .md\:st-pr-xs {
    padding-right: 0.5rem !important; }
  .md\:st-pb-xs {
    padding-bottom: 0.5rem !important; }
  .md\:st-pl-xs {
    padding-left: 0.5rem !important; }
  .md\:st-pt-sm {
    padding-top: 0.625rem !important; }
  .md\:st-pr-sm {
    padding-right: 0.625rem !important; }
  .md\:st-pb-sm {
    padding-bottom: 0.625rem !important; }
  .md\:st-pl-sm {
    padding-left: 0.625rem !important; }
  .md\:st-pt-md {
    padding-top: 1.25rem !important; }
  .md\:st-pr-md {
    padding-right: 1.25rem !important; }
  .md\:st-pb-md {
    padding-bottom: 1.25rem !important; }
  .md\:st-pl-md {
    padding-left: 1.25rem !important; }
  .md\:st-pt-lg {
    padding-top: 1.5rem !important; }
  .md\:st-pr-lg {
    padding-right: 1.5rem !important; }
  .md\:st-pb-lg {
    padding-bottom: 1.5rem !important; }
  .md\:st-pl-lg {
    padding-left: 1.5rem !important; }
  .md\:st-pt-xl {
    padding-top: 2rem !important; }
  .md\:st-pr-xl {
    padding-right: 2rem !important; }
  .md\:st-pb-xl {
    padding-bottom: 2rem !important; }
  .md\:st-pl-xl {
    padding-left: 2rem !important; }
  .md\:pointer-events-none {
    pointer-events: none !important; }
  .md\:pointer-events-auto {
    pointer-events: auto !important; }
  .md\:st-fixed {
    position: fixed !important; }
  .md\:st-absolute {
    position: absolute !important; }
  .md\:st-relative {
    position: relative !important; }
  .md\:st-inset-0 {
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important; }
  .md\:top-0 {
    top: 0 !important; }
  .md\:st-right-0 {
    right: 0 !important; }
  .md\:bottom-0 {
    bottom: 0 !important; }
  .md\:st-left-0 {
    left: 0 !important; }
  .md\:st-shadow-modal {
    box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.3) !important; }
  .md\:stroke-0 {
    stroke-width: 0 !important; }
  .md\:stroke-1 {
    stroke-width: 1 !important; }
  .md\:stroke-2 {
    stroke-width: 2 !important; }
  .md\:st-text-left {
    text-align: left !important; }
  .md\:st-text-center {
    text-align: center !important; }
  .md\:st-text-right {
    text-align: right !important; }
  .md\:st-text-justify {
    text-align: justify !important; }
  .md\:align-baseline {
    vertical-align: baseline !important; }
  .md\:align-top {
    vertical-align: top !important; }
  .md\:align-middle {
    vertical-align: middle !important; }
  .md\:align-bottom {
    vertical-align: bottom !important; }
  .md\:align-text-top {
    vertical-align: text-top !important; }
  .md\:align-text-bottom {
    vertical-align: text-bottom !important; }
  .md\:visible {
    visibility: visible !important; }
  .md\:invisible {
    visibility: hidden !important; }
  .md\:whitespace-normal {
    white-space: normal !important; }
  .md\:whitespace-no-wrap {
    white-space: nowrap !important; }
  .md\:whitespace-pre {
    white-space: pre !important; }
  .md\:whitespace-pre-line {
    white-space: pre-line !important; }
  .md\:whitespace-pre-wrap {
    white-space: pre-wrap !important; }
  .md\:break-normal {
    word-wrap: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important; }
  .md\:break-words {
    word-wrap: break-word !important;
    overflow-wrap: break-word !important; }
  .md\:break-all {
    word-break: break-all !important; }
  .md\:truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important; }
  .md\:st-w-0 {
    width: 0 !important; }
  .md\.st-w-10 {
    width: 10% !important;}
  .md\:st-w-20 {
    width: 20% !important; }
  .md\:st-w-25 {
    width: 25% !important; }
  .md\:st-w-33 {
    width: 33.33333% !important; }
  .md\:st-w-40 {
    width: 40% !important; }
  .md\:st-w-50 {
    width: 50% !important; }
  .md\:st-w-60 {
    width: 60% !important; }
  .md\:st-w-66 {
    width: 66.66667% !important; }
  .md\:st-w-75 {
    width: 75% !important; }
  .md\:st-w-80 {
    width: 80% !important; }
  .md\:st-w-90 {
    width: 90% !important; }
  .md\:st-w-100 {
    width: 100% !important; }
  .md\:st-w-auto {
    width: auto !important; }
  .md\:st-w-full {
    width: 100% !important; }
  .md\:st-w-screen {
    width: 100vw !important; }
}

