@import url(https://themes.googleusercontent.com/fonts/css?kit=fpjTOVmNbO4Lz34iLyptLcf-5JS7Pt-XEl3ieo8uMtiuHKu1krmNwDNFjzw-1Fw6);@import url(https://themes.googleusercontent.com/fonts/css?kit=fpjTOVmNbO4Lz34iLyptLQ1sPDLn3JuDNay4yiy2_AvXrTFU-7FxCW1zjfuwZmLz);@import url(https://themes.googleusercontent.com/fonts/css?kit=fpjTOVmNbO4Lz34iLyptLcf-5JS7Pt-XEl3ieo8uMtiuHKu1krmNwDNFjzw-1Fw6);@import url(https://themes.googleusercontent.com/fonts/css?kit=fpjTOVmNbO4Lz34iLyptLUXza5VhXqVC6o75Eld_V98);pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em
}
code.hljs {
  padding: 3px 5px
}
/*

Monokai Sublime style. Derived from Monokai by noformnocontent http://nn.mit-license.org/

*/
.hljs {
  background: #23241f;
  color: #f8f8f2
}
.hljs-tag,
.hljs-subst {
  color: #f8f8f2
}
.hljs-strong,
.hljs-emphasis {
  color: #a8a8a2
}
.hljs-bullet,
.hljs-quote,
.hljs-number,
.hljs-regexp,
.hljs-literal,
.hljs-link {
  color: #ae81ff
}
.hljs-code,
.hljs-title,
.hljs-section,
.hljs-selector-class {
  color: #a6e22e
}
.hljs-strong {
  font-weight: bold
}
.hljs-emphasis {
  font-style: italic
}
.hljs-keyword,
.hljs-selector-tag,
.hljs-name,
.hljs-attr {
  color: #f92672
}
.hljs-symbol,
.hljs-attribute {
  color: #66d9ef
}
.hljs-params,
.hljs-title.class_,
.hljs-class .hljs-title {
  color: #f8f8f2
}
.hljs-string,
.hljs-type,
.hljs-built_in,
.hljs-selector-id,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-addition,
.hljs-variable,
.hljs-template-variable {
  color: #e6db74
}
.hljs-comment,
.hljs-deletion,
.hljs-meta {
  color: #75715e
}.docx-wrapper {
  background: transparent !important; /* <- вот этот серый фон */
  padding: 20px;
}

.document-body {
  all: initial;
/* ============================= */
/* 0. Глобальные настройки */
/* ============================= */

html {
  font-family: 'Calibri', 'Segoe UI', Tahoma, sans-serif;
  font-size: 100%;       /* 16px базово */
  line-height: 1.5;      /* стандартный межстрочный интервал */
  color: #000;
}

body {
  margin: 0;
  padding: 0;
}

/* ============================= */
/* 1. Заголовки */
/* ============================= */

h1, h2, h3, h4, h5, h6 {
  margin: 1em 0 0.5em;
  font-weight: bold;
  line-height: 1.2;
}

h1 { font-size: 2em; }     /* ≈32px */
h2 { font-size: 1.75em; }  /* ≈28px */
h3 { font-size: 1.5em; }   /* ≈24px */
h4 { font-size: 1.25em; }  /* ≈20px */
h5 { font-size: 1em; }     /* ≈16px */
h6 { font-size: 0.875em; } /* ≈14px */

/* ============================= */
/* 2. Абзацы и текстовые блоки */
/* ============================= */

p {
  margin: 0 0 1em;
}

blockquote {
  margin: 1em 0;
  padding-left: 1em;
  border-left: 4px solid #ccc;
  color: #555;
  font-style: italic;
  background: transparent;
}

/* ============================= */
/* 3. Списки */
/* ============================= */

ul, ol {
  margin: 1em 0;
  padding-left: 2em;
}

li {
  margin: 0.5em 0;
}

/* ============================= */
/* 4. Ссылки и выделения */
/* ============================= */

a {
  color: #0563c1;
  text-decoration: underline;
}

a:hover, a:focus {
  text-decoration: none;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

mark {
  background-color: #ffeb3b;
  padding: 0.1em;
}

/* ============================= */
/* 5. Фрагменты кода */
/* ============================= */

code {
  font-family: Consolas, 'Courier New', monospace;
  font-size: 0.95em;
  background-color: #f3f3f3;
  padding: 0.2em 0.4em;
  border-radius: 3px;
}

pre {
  display: block;
  margin: 1em 0;
  padding: 1em;
  overflow-x: auto;
  font-family: Consolas, 'Courier New', monospace;
  font-size: 0.95em;
  background-color: #f3f3f3;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  line-height: 1.4;
}

/* ============================= */
/* 6. Сноски, мелкий текст */
/* ============================= */

small {
  font-size: 0.8em;
}

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

sub { bottom: -0.25em; }
sup { top: -0.5em; }

/* ============================= */
/* 7. Горизонтальная линия */
/* ============================= */

hr {
  border: none;
  border-top: 1px solid #ccc;
  margin: 1.5em 0;
}

/* ============================= */
/* 8. Таблицы */
/* ============================= */

table {
  width: 100%;
  border-collapse: collapse;
  margin: 1em 0;
}

th, td {
  border: 1px solid #ccc;
  padding: 0.5em;
  text-align: left;
}

th {
  background-color: #f0f0f0;
  font-weight: bold;
}

/* ============================= */
/* 9. Дополнительные элементы */
/* ============================= */

/* Цитата внутри строки */
q {
  quotes: "“" "”" "‘" "’";
}

q::before { content: open-quote; }
q::after  { content: close-quote; }

/* Контейнеры для комбинирования */
address {
  font-style: normal;
  margin: 1em 0;
}

}

@media screen and (max-width: 768px) {
  .docx-wrapper {
    align-items: normal !important;
    padding: 5px !important;

    .docx {
      width: 100% !important;
      padding: 14pt 9pt !important;
    }
  }
}.document-payment-table {
  tr:nth-child(odd) {
    background-color: #F7F7F7;
  }

  tr {
    border-radius: 4px;
    
    td {
      padding: 0.5em;
    }
  }
}.privacy-policy {
  ol.lst-kix_list_38-6 {
    list-style-type: none
  }

  ol.lst-kix_list_38-5 {
    list-style-type: none
  }

  ol.lst-kix_list_38-8 {
    list-style-type: none
  }

  .lst-kix_list_21-8>li {
    counter-increment: lst-ctn-kix_list_21-8
  }

  ol.lst-kix_list_38-7 {
    list-style-type: none
  }

  ol.lst-kix_list_38-2 {
    list-style-type: none
  }

  ol.lst-kix_list_38-1 {
    list-style-type: none
  }

  ol.lst-kix_list_38-4 {
    list-style-type: none
  }

  ol.lst-kix_list_38-3 {
    list-style-type: none
  }

  ol.lst-kix_list_38-0 {
    list-style-type: none
  }

  ul.lst-kix_list_9-3 {
    list-style-type: none
  }

  ul.lst-kix_list_9-4 {
    list-style-type: none
  }

  .lst-kix_list_42-8>li:before {
    content: "" counter(lst-ctn-kix_list_42-0,decimal) "." counter(lst-ctn-kix_list_42-1,decimal) "." counter(lst-ctn-kix_list_42-2,decimal) "." counter(lst-ctn-kix_list_42-3,decimal) "." counter(lst-ctn-kix_list_42-4,decimal) "." counter(lst-ctn-kix_list_42-5,decimal) "." counter(lst-ctn-kix_list_42-6,decimal) "." counter(lst-ctn-kix_list_42-7,decimal) "." counter(lst-ctn-kix_list_42-8,decimal) " "
  }

  ul.lst-kix_list_9-1 {
    list-style-type: none
  }

  ul.lst-kix_list_9-2 {
    list-style-type: none
  }

  ul.lst-kix_list_9-7 {
    list-style-type: none
  }

  ul.lst-kix_list_9-8 {
    list-style-type: none
  }

  ol.lst-kix_list_43-8.start {
    counter-reset: lst-ctn-kix_list_43-8 0
  }

  ol.lst-kix_list_20-2.start {
    counter-reset: lst-ctn-kix_list_20-2 0
  }

  ul.lst-kix_list_9-5 {
    list-style-type: none
  }

  .lst-kix_list_5-0>li {
    counter-increment: lst-ctn-kix_list_5-0
  }

  ul.lst-kix_list_9-6 {
    list-style-type: none
  }

  ul.lst-kix_list_9-0 {
    list-style-type: none
  }

  .lst-kix_list_42-0>li:before {
    content: "" counter(lst-ctn-kix_list_42-0,decimal) " "
  }

  .lst-kix_list_42-1>li:before {
    content: "" counter(lst-ctn-kix_list_42-0,decimal) "." counter(lst-ctn-kix_list_42-1,decimal) " "
  }

  .lst-kix_list_42-2>li:before {
    content: "" counter(lst-ctn-kix_list_42-0,decimal) "." counter(lst-ctn-kix_list_42-1,decimal) "." counter(lst-ctn-kix_list_42-2,decimal) " "
  }

  ol.lst-kix_list_5-3.start {
    counter-reset: lst-ctn-kix_list_5-3 0
  }

  .lst-kix_list_38-6>li {
    counter-increment: lst-ctn-kix_list_38-6
  }

  .lst-kix_list_43-0>li {
    counter-increment: lst-ctn-kix_list_43-0
  }

  .lst-kix_list_42-7>li:before {
    content: "" counter(lst-ctn-kix_list_42-0,decimal) "." counter(lst-ctn-kix_list_42-1,decimal) "." counter(lst-ctn-kix_list_42-2,decimal) "." counter(lst-ctn-kix_list_42-3,decimal) "." counter(lst-ctn-kix_list_42-4,decimal) "." counter(lst-ctn-kix_list_42-5,decimal) "." counter(lst-ctn-kix_list_42-6,decimal) "." counter(lst-ctn-kix_list_42-7,decimal) " "
  }

  .lst-kix_list_42-6>li:before {
    content: "" counter(lst-ctn-kix_list_42-0,decimal) "." counter(lst-ctn-kix_list_42-1,decimal) "." counter(lst-ctn-kix_list_42-2,decimal) "." counter(lst-ctn-kix_list_42-3,decimal) "." counter(lst-ctn-kix_list_42-4,decimal) "." counter(lst-ctn-kix_list_42-5,decimal) "." counter(lst-ctn-kix_list_42-6,decimal) " "
  }

  .lst-kix_list_42-4>li:before {
    content: "" counter(lst-ctn-kix_list_42-0,decimal) "." counter(lst-ctn-kix_list_42-1,decimal) "." counter(lst-ctn-kix_list_42-2,decimal) "." counter(lst-ctn-kix_list_42-3,decimal) "." counter(lst-ctn-kix_list_42-4,decimal) " "
  }

  .lst-kix_list_42-5>li:before {
    content: "" counter(lst-ctn-kix_list_42-0,decimal) "." counter(lst-ctn-kix_list_42-1,decimal) "." counter(lst-ctn-kix_list_42-2,decimal) "." counter(lst-ctn-kix_list_42-3,decimal) "." counter(lst-ctn-kix_list_42-4,decimal) "." counter(lst-ctn-kix_list_42-5,decimal) " "
  }

  .lst-kix_list_42-3>li:before {
    content: "" counter(lst-ctn-kix_list_42-0,decimal) "." counter(lst-ctn-kix_list_42-1,decimal) "." counter(lst-ctn-kix_list_42-2,decimal) "." counter(lst-ctn-kix_list_42-3,decimal) " "
  }

  .lst-kix_list_24-7>li:before {
    content: "o  "
  }

  ul.lst-kix_list_27-0 {
    list-style-type: none
  }

  ul.lst-kix_list_27-1 {
    list-style-type: none
  }

  .lst-kix_list_24-8>li:before {
    content: "\0025aa   "
  }

  ul.lst-kix_list_27-2 {
    list-style-type: none
  }

  .lst-kix_list_24-2>li:before {
    content: "\0025aa   "
  }

  ol.lst-kix_list_20-7.start {
    counter-reset: lst-ctn-kix_list_20-7 0
  }

  .lst-kix_list_24-3>li:before {
    content: "\0025cf   "
  }

  li.li-bullet-13:before {
    margin-left: -28.4pt;
    white-space: nowrap;
    display: inline-block;
    min-width: 28.4pt
  }

  .lst-kix_list_24-4>li:before {
    content: "o  "
  }

  ul.lst-kix_list_27-3 {
    list-style-type: none
  }

  .lst-kix_list_24-5>li:before {
    content: "\0025aa   "
  }

  ul.lst-kix_list_27-4 {
    list-style-type: none
  }

  ol.lst-kix_list_43-3.start {
    counter-reset: lst-ctn-kix_list_43-3 0
  }

  ul.lst-kix_list_27-5 {
    list-style-type: none
  }

  ul.lst-kix_list_27-6 {
    list-style-type: none
  }

  ul.lst-kix_list_27-7 {
    list-style-type: none
  }

  ul.lst-kix_list_27-8 {
    list-style-type: none
  }

  .lst-kix_list_24-6>li:before {
    content: "\0025cf   "
  }

  ol.lst-kix_list_14-1.start {
    counter-reset: lst-ctn-kix_list_14-1 0
  }

  .lst-kix_list_23-6>li:before {
    content: "\0025cf   "
  }

  .lst-kix_list_6-5>li {
    counter-increment: lst-ctn-kix_list_6-5
  }

  .lst-kix_list_23-3>li:before {
    content: "\0025cf   "
  }

  .lst-kix_list_23-7>li:before {
    content: "o  "
  }

  .lst-kix_list_23-2>li:before {
    content: "\0025aa   "
  }

  ul.lst-kix_list_16-2 {
    list-style-type: none
  }

  ul.lst-kix_list_16-1 {
    list-style-type: none
  }

  ul.lst-kix_list_16-0 {
    list-style-type: none
  }

  .lst-kix_list_23-0>li:before {
    content: "\002043   "
  }

  .lst-kix_list_23-8>li:before {
    content: "\0025aa   "
  }

  li.li-bullet-21:before {
    margin-left: -42.5pt;
    white-space: nowrap;
    display: inline-block;
    min-width: 42.5pt
  }

  .lst-kix_list_23-1>li:before {
    content: "o  "
  }

  li.li-bullet-29:before {
    margin-left: -42.5pt;
    white-space: nowrap;
    display: inline-block;
    min-width: 42.5pt
  }

  .lst-kix_list_24-1>li:before {
    content: "o  "
  }

  ul.lst-kix_list_16-8 {
    list-style-type: none
  }

  ul.lst-kix_list_16-7 {
    list-style-type: none
  }

  ul.lst-kix_list_16-6 {
    list-style-type: none
  }

  ul.lst-kix_list_16-5 {
    list-style-type: none
  }

  .lst-kix_list_24-0>li:before {
    content: "\002043   "
  }

  ul.lst-kix_list_16-4 {
    list-style-type: none
  }

  ul.lst-kix_list_16-3 {
    list-style-type: none
  }

  .lst-kix_list_23-4>li:before {
    content: "o  "
  }

  .lst-kix_list_23-5>li:before {
    content: "\0025aa   "
  }

  .lst-kix_list_43-3>li:before {
    content: "" counter(lst-ctn-kix_list_43-0,decimal) "." counter(lst-ctn-kix_list_43-1,decimal) "." counter(lst-ctn-kix_list_43-2,decimal) "." counter(lst-ctn-kix_list_43-3,decimal) ". "
  }

  .lst-kix_list_22-2>li:before {
    content: "\0025aa   "
  }

  .lst-kix_list_22-6>li:before {
    content: "\0025cf   "
  }

  .lst-kix_list_43-7>li:before {
    content: "" counter(lst-ctn-kix_list_43-0,decimal) "." counter(lst-ctn-kix_list_43-1,decimal) "." counter(lst-ctn-kix_list_43-2,decimal) "." counter(lst-ctn-kix_list_43-3,decimal) "." counter(lst-ctn-kix_list_43-4,decimal) "." counter(lst-ctn-kix_list_43-5,decimal) "." counter(lst-ctn-kix_list_43-6,decimal) "." counter(lst-ctn-kix_list_43-7,decimal) ". "
  }

  .lst-kix_list_43-1>li:before {
    content: "" counter(lst-ctn-kix_list_43-0,decimal) "." counter(lst-ctn-kix_list_43-1,decimal) ". "
  }

  .lst-kix_list_22-0>li:before {
    content: "\002043   "
  }

  .lst-kix_list_22-8>li:before {
    content: "\0025aa   "
  }

  .lst-kix_list_5-7>li {
    counter-increment: lst-ctn-kix_list_5-7
  }

  .lst-kix_list_43-5>li:before {
    content: "" counter(lst-ctn-kix_list_43-0,decimal) "." counter(lst-ctn-kix_list_43-1,decimal) "." counter(lst-ctn-kix_list_43-2,decimal) "." counter(lst-ctn-kix_list_43-3,decimal) "." counter(lst-ctn-kix_list_43-4,decimal) "." counter(lst-ctn-kix_list_43-5,decimal) ". "
  }

  .lst-kix_list_22-4>li:before {
    content: "o  "
  }

  li.li-bullet-24:before {
    margin-left: -42.5pt;
    white-space: nowrap;
    display: inline-block;
    min-width: 42.5pt
  }

  .lst-kix_list_41-7>li:before {
    content: "" counter(lst-ctn-kix_list_41-0,decimal) "." counter(lst-ctn-kix_list_41-1,decimal) "." counter(lst-ctn-kix_list_41-2,decimal) "." counter(lst-ctn-kix_list_41-3,decimal) "." counter(lst-ctn-kix_list_41-4,decimal) "." counter(lst-ctn-kix_list_41-5,decimal) "." counter(lst-ctn-kix_list_41-6,decimal) "." counter(lst-ctn-kix_list_41-7,decimal) ". "
  }

  .lst-kix_list_25-5>li:before {
    content: "\0025aa   "
  }

  .lst-kix_list_25-7>li:before {
    content: "o  "
  }

  .lst-kix_list_6-4>li {
    counter-increment: lst-ctn-kix_list_6-4
  }

  .lst-kix_list_41-1>li:before {
    content: "" counter(lst-ctn-kix_list_41-0,decimal) "." counter(lst-ctn-kix_list_41-1,decimal) ". "
  }

  ul.lst-kix_list_29-0 {
    list-style-type: none
  }

  .lst-kix_list_40-7>li:before {
    content: "o  "
  }

  .lst-kix_list_40-5>li:before {
    content: "\0025aa   "
  }

  ol.lst-kix_list_42-1.start {
    counter-reset: lst-ctn-kix_list_42-1 0
  }

  .lst-kix_list_41-5>li:before {
    content: "" counter(lst-ctn-kix_list_41-0,decimal) "." counter(lst-ctn-kix_list_41-1,decimal) "." counter(lst-ctn-kix_list_41-2,decimal) "." counter(lst-ctn-kix_list_41-3,decimal) "." counter(lst-ctn-kix_list_41-4,decimal) "." counter(lst-ctn-kix_list_41-5,decimal) ". "
  }

  ul.lst-kix_list_29-1 {
    list-style-type: none
  }

  ul.lst-kix_list_29-2 {
    list-style-type: none
  }

  ul.lst-kix_list_29-3 {
    list-style-type: none
  }

  ul.lst-kix_list_29-4 {
    list-style-type: none
  }

  ul.lst-kix_list_29-5 {
    list-style-type: none
  }

  ul.lst-kix_list_29-6 {
    list-style-type: none
  }

  .lst-kix_list_41-3>li:before {
    content: "" counter(lst-ctn-kix_list_41-0,decimal) "." counter(lst-ctn-kix_list_41-1,decimal) "." counter(lst-ctn-kix_list_41-2,decimal) "." counter(lst-ctn-kix_list_41-3,decimal) ". "
  }

  ul.lst-kix_list_29-7 {
    list-style-type: none
  }

  ul.lst-kix_list_29-8 {
    list-style-type: none
  }

  ul.lst-kix_list_18-0 {
    list-style-type: none
  }

  ol.lst-kix_list_5-8.start {
    counter-reset: lst-ctn-kix_list_5-8 0
  }

  .lst-kix_list_40-3>li:before {
    content: "\0025cf   "
  }

  ul.lst-kix_list_18-8 {
    list-style-type: none
  }

  ul.lst-kix_list_18-7 {
    list-style-type: none
  }

  ul.lst-kix_list_18-6 {
    list-style-type: none
  }

  ol.lst-kix_list_12-2.start {
    counter-reset: lst-ctn-kix_list_12-2 0
  }

  ul.lst-kix_list_18-5 {
    list-style-type: none
  }

  ul.lst-kix_list_18-4 {
    list-style-type: none
  }

  ul.lst-kix_list_18-3 {
    list-style-type: none
  }

  ul.lst-kix_list_18-2 {
    list-style-type: none
  }

  ol.lst-kix_list_6-0.start {
    counter-reset: lst-ctn-kix_list_6-0 0
  }

  ul.lst-kix_list_18-1 {
    list-style-type: none
  }

  .lst-kix_list_40-1>li:before {
    content: "o  "
  }

  .lst-kix_list_42-2>li {
    counter-increment: lst-ctn-kix_list_42-2
  }

  ol.lst-kix_list_38-3.start {
    counter-reset: lst-ctn-kix_list_38-3 -1
  }

  ul.lst-kix_list_47-0 {
    list-style-type: none
  }

  .lst-kix_list_5-1>li {
    counter-increment: lst-ctn-kix_list_5-1
  }

  ul.lst-kix_list_47-2 {
    list-style-type: none
  }

  ul.lst-kix_list_47-1 {
    list-style-type: none
  }

  ul.lst-kix_list_47-4 {
    list-style-type: none
  }

  ol.lst-kix_list_21-3.start {
    counter-reset: lst-ctn-kix_list_21-3 0
  }

  ul.lst-kix_list_47-3 {
    list-style-type: none
  }

  .lst-kix_list_38-5>li {
    counter-increment: lst-ctn-kix_list_38-5
  }

  .lst-kix_list_21-8>li:before {
    content: "" counter(lst-ctn-kix_list_21-0,decimal) "." counter(lst-ctn-kix_list_21-1,decimal) "." counter(lst-ctn-kix_list_21-2,decimal) "." counter(lst-ctn-kix_list_21-3,decimal) "." counter(lst-ctn-kix_list_21-4,decimal) "." counter(lst-ctn-kix_list_21-5,decimal) "." counter(lst-ctn-kix_list_21-6,decimal) "." counter(lst-ctn-kix_list_21-7,decimal) "." counter(lst-ctn-kix_list_21-8,decimal) ". "
  }

  .lst-kix_list_26-5>li:before {
    content: "\0025aa   "
  }

  ul.lst-kix_list_47-6 {
    list-style-type: none
  }

  ul.lst-kix_list_47-5 {
    list-style-type: none
  }

  ul.lst-kix_list_47-8 {
    list-style-type: none
  }

  ul.lst-kix_list_47-7 {
    list-style-type: none
  }

  .lst-kix_list_26-8>li:before {
    content: "\0025aa   "
  }

  ul.lst-kix_list_36-0 {
    list-style-type: none
  }

  .lst-kix_list_21-0>li:before {
    content: "" counter(lst-ctn-kix_list_21-0,decimal) ". "
  }

  ul.lst-kix_list_36-1 {
    list-style-type: none
  }

  ul.lst-kix_list_36-2 {
    list-style-type: none
  }

  .lst-kix_list_26-1>li:before {
    content: "o  "
  }

  ul.lst-kix_list_36-3 {
    list-style-type: none
  }

  ul.lst-kix_list_36-4 {
    list-style-type: none
  }

  .lst-kix_list_21-1>li:before {
    content: "" counter(lst-ctn-kix_list_21-0,decimal) "." counter(lst-ctn-kix_list_21-1,decimal) ". "
  }

  .lst-kix_list_26-4>li:before {
    content: "o  "
  }

  .lst-kix_list_42-4>li {
    counter-increment: lst-ctn-kix_list_42-4
  }

  .lst-kix_list_21-5>li:before {
    content: "" counter(lst-ctn-kix_list_21-0,decimal) "." counter(lst-ctn-kix_list_21-1,decimal) "." counter(lst-ctn-kix_list_21-2,decimal) "." counter(lst-ctn-kix_list_21-3,decimal) "." counter(lst-ctn-kix_list_21-4,decimal) "." counter(lst-ctn-kix_list_21-5,decimal) ". "
  }

  ul.lst-kix_list_36-5 {
    list-style-type: none
  }

  ul.lst-kix_list_36-6 {
    list-style-type: none
  }

  ul.lst-kix_list_36-7 {
    list-style-type: none
  }

  ul.lst-kix_list_36-8 {
    list-style-type: none
  }

  .lst-kix_list_21-4>li:before {
    content: "" counter(lst-ctn-kix_list_21-0,decimal) "." counter(lst-ctn-kix_list_21-1,decimal) "." counter(lst-ctn-kix_list_21-2,decimal) "." counter(lst-ctn-kix_list_21-3,decimal) "." counter(lst-ctn-kix_list_21-4,decimal) ". "
  }

  .lst-kix_list_26-0>li:before {
    content: "\002043   "
  }

  ul.lst-kix_list_23-0 {
    list-style-type: none
  }

  ul.lst-kix_list_23-1 {
    list-style-type: none
  }

  ul.lst-kix_list_23-2 {
    list-style-type: none
  }

  ul.lst-kix_list_23-3 {
    list-style-type: none
  }

  ul.lst-kix_list_23-4 {
    list-style-type: none
  }

  ol.lst-kix_list_38-8.start {
    counter-reset: lst-ctn-kix_list_38-8 -1
  }

  ul.lst-kix_list_23-5 {
    list-style-type: none
  }

  ul.lst-kix_list_23-6 {
    list-style-type: none
  }

  ol.lst-kix_list_12-5 {
    list-style-type: none
  }

  ol.lst-kix_list_12-6 {
    list-style-type: none
  }

  ol.lst-kix_list_12-7 {
    list-style-type: none
  }

  ol.lst-kix_list_12-8 {
    list-style-type: none
  }

  ol.lst-kix_list_12-1 {
    list-style-type: none
  }

  ol.lst-kix_list_12-2 {
    list-style-type: none
  }

  .lst-kix_list_45-2>li:before {
    content: "\0025aa   "
  }

  ol.lst-kix_list_12-3 {
    list-style-type: none
  }

  ol.lst-kix_list_12-4 {
    list-style-type: none
  }

  ol.lst-kix_list_12-0 {
    list-style-type: none
  }

  .lst-kix_list_21-0>li {
    counter-increment: lst-ctn-kix_list_21-0
  }

  .lst-kix_list_25-1>li:before {
    content: "o  "
  }

  .lst-kix_list_45-5>li:before {
    content: "\0025aa   "
  }

  ul.lst-kix_list_23-7 {
    list-style-type: none
  }

  .lst-kix_list_25-0>li:before {
    content: "\002043   "
  }

  ul.lst-kix_list_23-8 {
    list-style-type: none
  }

  .lst-kix_list_45-6>li:before {
    content: "\0025cf   "
  }

  .lst-kix_list_44-6>li:before {
    content: "\0025cf   "
  }

  li.li-bullet-18:before {
    margin-left: -42.5pt;
    white-space: nowrap;
    display: inline-block;
    min-width: 42.5pt
  }

  .lst-kix_list_39-0>li:before {
    content: "\002212   "
  }

  .lst-kix_list_44-2>li:before {
    content: "\0025aa   "
  }

  .lst-kix_list_39-1>li:before {
    content: "o  "
  }

  ol.lst-kix_list_21-4.start {
    counter-reset: lst-ctn-kix_list_21-4 0
  }

  .lst-kix_list_44-1>li:before {
    content: "o  "
  }

  .lst-kix_list_45-1>li:before {
    content: "o  "
  }

  ol.lst-kix_list_20-6.start {
    counter-reset: lst-ctn-kix_list_20-6 0
  }

  .lst-kix_list_38-7>li {
    counter-increment: lst-ctn-kix_list_38-7
  }

  .lst-kix_list_44-5>li:before {
    content: "\0025aa   "
  }

  ol.lst-kix_list_5-0 {
    list-style-type: none
  }

  ol.lst-kix_list_5-1 {
    list-style-type: none
  }

  ol.lst-kix_list_5-2 {
    list-style-type: none
  }

  .lst-kix_list_22-5>li:before {
    content: "\0025aa   "
  }

  .lst-kix_list_43-2>li:before {
    content: "" counter(lst-ctn-kix_list_43-0,decimal) "." counter(lst-ctn-kix_list_43-1,decimal) "." counter(lst-ctn-kix_list_43-2,decimal) ". "
  }

  .lst-kix_list_43-6>li:before {
    content: "" counter(lst-ctn-kix_list_43-0,decimal) "." counter(lst-ctn-kix_list_43-1,decimal) "." counter(lst-ctn-kix_list_43-2,decimal) "." counter(lst-ctn-kix_list_43-3,decimal) "." counter(lst-ctn-kix_list_43-4,decimal) "." counter(lst-ctn-kix_list_43-5,decimal) "." counter(lst-ctn-kix_list_43-6,decimal) ". "
  }

  .lst-kix_list_21-2>li {
    counter-increment: lst-ctn-kix_list_21-2
  }

  .lst-kix_list_22-1>li:before {
    content: "o  "
  }

  .lst-kix_list_27-4>li:before {
    content: "o  "
  }

  .lst-kix_list_20-2>li {
    counter-increment: lst-ctn-kix_list_20-2
  }

  .lst-kix_list_6-6>li {
    counter-increment: lst-ctn-kix_list_6-6
  }

  ul.lst-kix_list_7-5 {
    list-style-type: none
  }

  ul.lst-kix_list_7-6 {
    list-style-type: none
  }

  ul.lst-kix_list_7-3 {
    list-style-type: none
  }

  ul.lst-kix_list_7-4 {
    list-style-type: none
  }

  ol.lst-kix_list_14-6.start {
    counter-reset: lst-ctn-kix_list_14-6 0
  }

  ul.lst-kix_list_7-7 {
    list-style-type: none
  }

  ul.lst-kix_list_7-8 {
    list-style-type: none
  }

  .lst-kix_list_39-4>li:before {
    content: "o  "
  }

  .lst-kix_list_39-8>li:before {
    content: "\0025aa   "
  }

  ol.lst-kix_list_5-7 {
    list-style-type: none
  }

  ol.lst-kix_list_5-8 {
    list-style-type: none
  }

  ol.lst-kix_list_5-3 {
    list-style-type: none
  }

  ul.lst-kix_list_7-1 {
    list-style-type: none
  }

  ol.lst-kix_list_5-4 {
    list-style-type: none
  }

  ul.lst-kix_list_7-2 {
    list-style-type: none
  }

  .lst-kix_list_27-0>li:before {
    content: "\002043   "
  }

  ol.lst-kix_list_5-5 {
    list-style-type: none
  }

  ol.lst-kix_list_5-6 {
    list-style-type: none
  }

  ul.lst-kix_list_7-0 {
    list-style-type: none
  }

  .lst-kix_list_20-4>li {
    counter-increment: lst-ctn-kix_list_20-4
  }

  .lst-kix_list_5-8>li {
    counter-increment: lst-ctn-kix_list_5-8
  }

  .lst-kix_list_41-6>li {
    counter-increment: lst-ctn-kix_list_41-6
  }

  li.li-bullet-3:before {
    margin-left: -18pt;
    white-space: nowrap;
    display: inline-block;
    min-width: 18pt
  }

  .lst-kix_list_38-0>li {
    counter-increment: lst-ctn-kix_list_38-0
  }

  ol.lst-kix_list_20-1.start {
    counter-reset: lst-ctn-kix_list_20-1 0
  }

  .lst-kix_list_25-4>li:before {
    content: "o  "
  }

  .lst-kix_list_46-5>li:before {
    content: "\0025aa   "
  }

  .lst-kix_list_25-8>li:before {
    content: "\0025aa   "
  }

  ol.lst-kix_list_38-4.start {
    counter-reset: lst-ctn-kix_list_38-4 -1
  }

  ul.lst-kix_list_25-0 {
    list-style-type: none
  }

  ol.lst-kix_list_14-7 {
    list-style-type: none
  }

  ul.lst-kix_list_25-1 {
    list-style-type: none
  }

  ol.lst-kix_list_14-8 {
    list-style-type: none
  }

  ul.lst-kix_list_25-2 {
    list-style-type: none
  }

  ul.lst-kix_list_25-3 {
    list-style-type: none
  }

  ul.lst-kix_list_25-4 {
    list-style-type: none
  }

  ol.lst-kix_list_14-3 {
    list-style-type: none
  }

  ol.lst-kix_list_21-8.start {
    counter-reset: lst-ctn-kix_list_21-8 0
  }

  li.li-bullet-8:before {
    margin-left: -36pt;
    white-space: nowrap;
    display: inline-block;
    min-width: 36pt
  }

  ol.lst-kix_list_14-4 {
    list-style-type: none
  }

  ol.lst-kix_list_14-5 {
    list-style-type: none
  }

  ol.lst-kix_list_14-6 {
    list-style-type: none
  }

  ol.lst-kix_list_14-0 {
    list-style-type: none
  }

  .lst-kix_list_40-6>li:before {
    content: "\0025cf   "
  }

  ol.lst-kix_list_14-1 {
    list-style-type: none
  }

  ol.lst-kix_list_14-2 {
    list-style-type: none
  }

  .lst-kix_list_41-6>li:before {
    content: "" counter(lst-ctn-kix_list_41-0,decimal) "." counter(lst-ctn-kix_list_41-1,decimal) "." counter(lst-ctn-kix_list_41-2,decimal) "." counter(lst-ctn-kix_list_41-3,decimal) "." counter(lst-ctn-kix_list_41-4,decimal) "." counter(lst-ctn-kix_list_41-5,decimal) "." counter(lst-ctn-kix_list_41-6,decimal) ". "
  }

  .lst-kix_list_20-5>li:before {
    content: "" counter(lst-ctn-kix_list_20-5,lower-roman) ". "
  }

  .lst-kix_list_28-8>li:before {
    content: "\0025aa   "
  }

  ul.lst-kix_list_25-5 {
    list-style-type: none
  }

  .lst-kix_list_41-2>li:before {
    content: "" counter(lst-ctn-kix_list_41-0,decimal) "." counter(lst-ctn-kix_list_41-1,decimal) "." counter(lst-ctn-kix_list_41-2,decimal) ". "
  }

  ul.lst-kix_list_25-6 {
    list-style-type: none
  }

  .lst-kix_list_20-1>li:before {
    content: "" counter(lst-ctn-kix_list_20-1,lower-latin) ". "
  }

  ul.lst-kix_list_25-7 {
    list-style-type: none
  }

  ul.lst-kix_list_25-8 {
    list-style-type: none
  }

  .lst-kix_list_12-3>li {
    counter-increment: lst-ctn-kix_list_12-3
  }

  .lst-kix_list_28-4>li:before {
    content: "o  "
  }

  .lst-kix_list_21-7>li {
    counter-increment: lst-ctn-kix_list_21-7
  }

  .lst-kix_list_14-4>li {
    counter-increment: lst-ctn-kix_list_14-4
  }

  .lst-kix_list_28-0>li:before {
    content: "\002212   "
  }

  ol.lst-kix_list_14-5.start {
    counter-reset: lst-ctn-kix_list_14-5 0
  }

  .lst-kix_list_27-8>li:before {
    content: "\0025aa   "
  }

  .lst-kix_list_40-2>li:before {
    content: "\0025aa   "
  }

  ol.lst-kix_list_20-3.start {
    counter-reset: lst-ctn-kix_list_20-3 0
  }

  .lst-kix_list_43-7>li {
    counter-increment: lst-ctn-kix_list_43-7
  }

  .lst-kix_list_19-1>li:before {
    content: "o  "
  }

  .lst-kix_list_43-2>li {
    counter-increment: lst-ctn-kix_list_43-2
  }

  ul.lst-kix_list_1-0 {
    list-style-type: none
  }

  ol.lst-kix_list_41-1.start {
    counter-reset: lst-ctn-kix_list_41-1 0
  }

  .lst-kix_list_19-4>li:before {
    content: "o  "
  }

  .lst-kix_list_19-3>li:before {
    content: "\0025cf   "
  }

  ol.lst-kix_list_38-0.start {
    counter-reset: lst-ctn-kix_list_38-0 0
  }

  ol.lst-kix_list_6-6.start {
    counter-reset: lst-ctn-kix_list_6-6 0
  }

  .lst-kix_list_47-5>li:before {
    content: "\0025aa   "
  }

  .lst-kix_list_47-6>li:before {
    content: "\0025cf   "
  }

  ul.lst-kix_list_1-3 {
    list-style-type: none
  }

  ul.lst-kix_list_1-4 {
    list-style-type: none
  }

  ul.lst-kix_list_1-1 {
    list-style-type: none
  }

  ul.lst-kix_list_1-2 {
    list-style-type: none
  }

  ul.lst-kix_list_1-7 {
    list-style-type: none
  }

  ul.lst-kix_list_1-8 {
    list-style-type: none
  }

  ul.lst-kix_list_1-5 {
    list-style-type: none
  }

  ul.lst-kix_list_1-6 {
    list-style-type: none
  }

  .lst-kix_list_47-8>li:before {
    content: "\0025aa   "
  }

  ul.lst-kix_list_32-1 {
    list-style-type: none
  }

  ul.lst-kix_list_32-2 {
    list-style-type: none
  }

  ul.lst-kix_list_32-3 {
    list-style-type: none
  }

  ul.lst-kix_list_32-4 {
    list-style-type: none
  }

  ul.lst-kix_list_32-5 {
    list-style-type: none
  }

  ul.lst-kix_list_32-6 {
    list-style-type: none
  }

  ul.lst-kix_list_32-7 {
    list-style-type: none
  }

  ul.lst-kix_list_32-8 {
    list-style-type: none
  }

  .lst-kix_list_47-3>li:before {
    content: "\0025cf   "
  }

  ul.lst-kix_list_32-0 {
    list-style-type: none
  }

  .lst-kix_list_37-0>li:before {
    content: "\002212   "
  }

  .lst-kix_list_41-0>li {
    counter-increment: lst-ctn-kix_list_41-0
  }

  .lst-kix_list_42-1>li {
    counter-increment: lst-ctn-kix_list_42-1
  }

  .lst-kix_list_5-2>li {
    counter-increment: lst-ctn-kix_list_5-2
  }

  .lst-kix_list_19-6>li:before {
    content: "\0025cf   "
  }

  .lst-kix_list_47-0>li:before {
    content: "\002212   "
  }

  .lst-kix_list_37-8>li:before {
    content: "\0025aa   "
  }

  ol.lst-kix_list_41-6.start {
    counter-reset: lst-ctn-kix_list_41-6 0
  }

  .lst-kix_list_37-6>li:before {
    content: "\0025cf   "
  }

  .lst-kix_list_42-5>li {
    counter-increment: lst-ctn-kix_list_42-5
  }

  .lst-kix_list_20-5>li {
    counter-increment: lst-ctn-kix_list_20-5
  }

  .lst-kix_list_37-1>li:before {
    content: "o  "
  }

  .lst-kix_list_46-2>li:before {
    content: "\0025aa   "
  }

  .lst-kix_list_46-1>li:before {
    content: "o  "
  }

  .lst-kix_list_37-3>li:before {
    content: "\0025cf   "
  }

  .lst-kix_list_21-6>li {
    counter-increment: lst-ctn-kix_list_21-6
  }

  .lst-kix_list_18-0>li:before {
    content: "\002043   "
  }

  .lst-kix_list_38-7>li:before {
    content: " "
  }

  .lst-kix_list_18-2>li:before {
    content: "\0025aa   "
  }

  ol.lst-kix_list_42-8 {
    list-style-type: none
  }

  ol.lst-kix_list_42-6 {
    list-style-type: none
  }

  ol.lst-kix_list_42-7 {
    list-style-type: none
  }

  li.li-bullet-2:before {
    margin-left: -18pt;
    white-space: nowrap;
    display: inline-block;
    min-width: 18pt
  }

  ol.lst-kix_list_42-4 {
    list-style-type: none
  }

  ol.lst-kix_list_42-5 {
    list-style-type: none
  }

  ol.lst-kix_list_42-2 {
    list-style-type: none
  }

  ol.lst-kix_list_42-3 {
    list-style-type: none
  }

  ol.lst-kix_list_42-0 {
    list-style-type: none
  }

  ol.lst-kix_list_42-1 {
    list-style-type: none
  }

  .lst-kix_list_38-2>li:before {
    content: " "
  }

  .lst-kix_list_38-4>li:before {
    content: " "
  }

  ol.lst-kix_list_43-2.start {
    counter-reset: lst-ctn-kix_list_43-2 0
  }

  ol.lst-kix_list_14-2.start {
    counter-reset: lst-ctn-kix_list_14-2 0
  }

  .lst-kix_list_41-4>li {
    counter-increment: lst-ctn-kix_list_41-4
  }

  .lst-kix_list_38-4>li {
    counter-increment: lst-ctn-kix_list_38-4
  }

  .lst-kix_list_38-5>li:before {
    content: " "
  }

  ul.lst-kix_list_45-0 {
    list-style-type: none
  }

  .lst-kix_list_27-1>li:before {
    content: "o  "
  }

  ol.lst-kix_list_43-4.start {
    counter-reset: lst-ctn-kix_list_43-4 0
  }

  ul.lst-kix_list_45-2 {
    list-style-type: none
  }

  ul.lst-kix_list_45-1 {
    list-style-type: none
  }

  .lst-kix_list_48-2>li:before {
    content: "\0025aa   "
  }

  ul.lst-kix_list_45-4 {
    list-style-type: none
  }

  .lst-kix_list_27-3>li:before {
    content: "\0025cf   "
  }

  ul.lst-kix_list_45-3 {
    list-style-type: none
  }

  ul.lst-kix_list_45-6 {
    list-style-type: none
  }

  ul.lst-kix_list_45-5 {
    list-style-type: none
  }

  .lst-kix_list_48-4>li:before {
    content: "o  "
  }

  ul.lst-kix_list_3-7 {
    list-style-type: none
  }

  ul.lst-kix_list_3-8 {
    list-style-type: none
  }

  ol.lst-kix_list_41-8.start {
    counter-reset: lst-ctn-kix_list_41-8 0
  }

  .lst-kix_list_21-3>li {
    counter-increment: lst-ctn-kix_list_21-3
  }

  .lst-kix_list_18-8>li:before {
    content: "\0025aa   "
  }

  ul.lst-kix_list_3-1 {
    list-style-type: none
  }

  ul.lst-kix_list_45-8 {
    list-style-type: none
  }

  ul.lst-kix_list_3-2 {
    list-style-type: none
  }

  ul.lst-kix_list_45-7 {
    list-style-type: none
  }

  ul.lst-kix_list_3-0 {
    list-style-type: none
  }

  ul.lst-kix_list_3-5 {
    list-style-type: none
  }

  ul.lst-kix_list_3-6 {
    list-style-type: none
  }

  ul.lst-kix_list_3-3 {
    list-style-type: none
  }

  ul.lst-kix_list_3-4 {
    list-style-type: none
  }

  .lst-kix_list_10-7>li:before {
    content: "o  "
  }

  ul.lst-kix_list_34-0 {
    list-style-type: none
  }

  .lst-kix_list_20-1>li {
    counter-increment: lst-ctn-kix_list_20-1
  }

  ul.lst-kix_list_34-1 {
    list-style-type: none
  }

  .lst-kix_list_36-4>li:before {
    content: "o  "
  }

  ul.lst-kix_list_34-2 {
    list-style-type: none
  }

  ul.lst-kix_list_34-3 {
    list-style-type: none
  }

  .lst-kix_list_10-5>li:before {
    content: "\0025aa   "
  }

  ul.lst-kix_list_34-4 {
    list-style-type: none
  }

  ul.lst-kix_list_34-5 {
    list-style-type: none
  }

  ul.lst-kix_list_34-6 {
    list-style-type: none
  }

  ol.lst-kix_list_20-8 {
    list-style-type: none
  }

  ol.lst-kix_list_20-5 {
    list-style-type: none
  }

  ol.lst-kix_list_20-4 {
    list-style-type: none
  }

  ol.lst-kix_list_20-7 {
    list-style-type: none
  }

  ol.lst-kix_list_20-6 {
    list-style-type: none
  }

  .lst-kix_list_9-2>li:before {
    content: "\0025aa   "
  }

  ol.lst-kix_list_20-1 {
    list-style-type: none
  }

  ol.lst-kix_list_20-0 {
    list-style-type: none
  }

  ol.lst-kix_list_20-3 {
    list-style-type: none
  }

  .lst-kix_list_46-4>li:before {
    content: "o  "
  }

  ol.lst-kix_list_20-2 {
    list-style-type: none
  }

  ol.lst-kix_list_14-0.start {
    counter-reset: lst-ctn-kix_list_14-0 0
  }

  .lst-kix_list_12-5>li {
    counter-increment: lst-ctn-kix_list_12-5
  }

  ul.lst-kix_list_34-7 {
    list-style-type: none
  }

  ul.lst-kix_list_34-8 {
    list-style-type: none
  }

  .lst-kix_list_5-5>li {
    counter-increment: lst-ctn-kix_list_5-5
  }

  .lst-kix_list_36-2>li:before {
    content: "\0025aa   "
  }

  .lst-kix_list_9-0>li:before {
    content: "-  "
  }

  ol.lst-kix_list_43-7.start {
    counter-reset: lst-ctn-kix_list_43-7 0
  }

  .lst-kix_list_11-3>li:before {
    content: "\0025cf   "
  }

  .lst-kix_list_38-8>li {
    counter-increment: lst-ctn-kix_list_38-8
  }

  .lst-kix_list_6-3>li {
    counter-increment: lst-ctn-kix_list_6-3
  }

  .lst-kix_list_29-1>li:before {
    content: "o  "
  }

  .lst-kix_list_20-4>li:before {
    content: "" counter(lst-ctn-kix_list_20-4,lower-latin) ". "
  }

  ol.lst-kix_list_6-1.start {
    counter-reset: lst-ctn-kix_list_6-1 0
  }

  .lst-kix_list_29-3>li:before {
    content: "\0025cf   "
  }

  .lst-kix_list_20-2>li:before {
    content: "" counter(lst-ctn-kix_list_20-2,lower-roman) ". "
  }

  .lst-kix_list_9-8>li:before {
    content: "\0025aa   "
  }

  ul.lst-kix_list_10-0 {
    list-style-type: none
  }

  .lst-kix_list_28-7>li:before {
    content: "o  "
  }

  ul.lst-kix_list_10-8 {
    list-style-type: none
  }

  .lst-kix_list_1-7>li:before {
    content: "o  "
  }

  ul.lst-kix_list_10-7 {
    list-style-type: none
  }

  ul.lst-kix_list_10-6 {
    list-style-type: none
  }

  ul.lst-kix_list_10-5 {
    list-style-type: none
  }

  ul.lst-kix_list_10-4 {
    list-style-type: none
  }

  .lst-kix_list_1-5>li:before {
    content: "\0025aa   "
  }

  ul.lst-kix_list_10-3 {
    list-style-type: none
  }

  .lst-kix_list_28-5>li:before {
    content: "\0025aa   "
  }

  ul.lst-kix_list_10-2 {
    list-style-type: none
  }

  ul.lst-kix_list_10-1 {
    list-style-type: none
  }

  .lst-kix_list_5-6>li {
    counter-increment: lst-ctn-kix_list_5-6
  }

  .lst-kix_list_2-1>li:before {
    content: "o  "
  }

  .lst-kix_list_2-3>li:before {
    content: "\0025cf   "
  }

  .lst-kix_list_35-3>li:before {
    content: "\0025cf   "
  }

  .lst-kix_list_30-4>li:before {
    content: "o  "
  }

  .lst-kix_list_20-8>li {
    counter-increment: lst-ctn-kix_list_20-8
  }

  .lst-kix_list_35-6>li:before {
    content: "\0025cf   "
  }

  .lst-kix_list_3-2>li:before {
    content: "\0025aa   "
  }

  .lst-kix_list_26-7>li:before {
    content: "o  "
  }

  .lst-kix_list_8-1>li:before {
    content: "o  "
  }

  .lst-kix_list_6-0>li {
    counter-increment: lst-ctn-kix_list_6-0
  }

  .lst-kix_list_3-5>li:before {
    content: "\0025aa   "
  }

  .lst-kix_list_30-7>li:before {
    content: "o  "
  }

  .lst-kix_list_8-6>li:before {
    content: "\0025cf   "
  }

  .lst-kix_list_43-3>li {
    counter-increment: lst-ctn-kix_list_43-3
  }

  .lst-kix_list_26-2>li:before {
    content: "\0025aa   "
  }

  .lst-kix_list_21-6>li:before {
    content: "" counter(lst-ctn-kix_list_21-0,decimal) "." counter(lst-ctn-kix_list_21-1,decimal) "." counter(lst-ctn-kix_list_21-2,decimal) "." counter(lst-ctn-kix_list_21-3,decimal) "." counter(lst-ctn-kix_list_21-4,decimal) "." counter(lst-ctn-kix_list_21-5,decimal) "." counter(lst-ctn-kix_list_21-6,decimal) ". "
  }

  .lst-kix_list_41-3>li {
    counter-increment: lst-ctn-kix_list_41-3
  }

  ol.lst-kix_list_41-4.start {
    counter-reset: lst-ctn-kix_list_41-4 0
  }

  .lst-kix_list_21-3>li:before {
    content: "" counter(lst-ctn-kix_list_21-0,decimal) "." counter(lst-ctn-kix_list_21-1,decimal) "." counter(lst-ctn-kix_list_21-2,decimal) "." counter(lst-ctn-kix_list_21-3,decimal) ". "
  }

  .lst-kix_list_45-8>li:before {
    content: "\0025aa   "
  }

  ol.lst-kix_list_6-4.start {
    counter-reset: lst-ctn-kix_list_6-4 0
  }

  .lst-kix_list_45-3>li:before {
    content: "\0025cf   "
  }

  .lst-kix_list_17-1>li:before {
    content: "o  "
  }

  .lst-kix_list_25-3>li:before {
    content: "\0025cf   "
  }

  li.li-bullet-10:before {
    margin-left: -35.5pt;
    white-space: nowrap;
    display: inline-block;
    min-width: 35.5pt
  }

  .lst-kix_list_16-2>li:before {
    content: "\0025aa   "
  }

  .lst-kix_list_16-5>li:before {
    content: "\0025aa   "
  }

  .lst-kix_list_44-4>li:before {
    content: "o  "
  }

  ol.lst-kix_list_41-5.start {
    counter-reset: lst-ctn-kix_list_41-5 0
  }

  .lst-kix_list_44-7>li:before {
    content: "o  "
  }

  .lst-kix_list_39-3>li:before {
    content: "\0025cf   "
  }

  ol.lst-kix_list_6-3.start {
    counter-reset: lst-ctn-kix_list_6-3 0
  }

  .lst-kix_list_38-1>li {
    counter-increment: lst-ctn-kix_list_38-1
  }

  .lst-kix_list_45-0>li:before {
    content: "\002212   "
  }

  .lst-kix_list_17-6>li:before {
    content: "\0025cf   "
  }

  .lst-kix_list_41-7>li {
    counter-increment: lst-ctn-kix_list_41-7
  }

  .lst-kix_list_2-6>li:before {
    content: "\0025cf   "
  }

  .lst-kix_list_42-8>li {
    counter-increment: lst-ctn-kix_list_42-8
  }

  .lst-kix_list_14-5>li {
    counter-increment: lst-ctn-kix_list_14-5
  }

  .lst-kix_list_7-5>li:before {
    content: "\0025aa   "
  }

  .lst-kix_list_27-6>li:before {
    content: "\0025cf   "
  }

  .lst-kix_list_43-0>li:before {
    content: "" counter(lst-ctn-kix_list_43-0,decimal) ". "
  }

  .lst-kix_list_43-8>li:before {
    content: "" counter(lst-ctn-kix_list_43-0,decimal) "." counter(lst-ctn-kix_list_43-1,decimal) "." counter(lst-ctn-kix_list_43-2,decimal) "." counter(lst-ctn-kix_list_43-3,decimal) "." counter(lst-ctn-kix_list_43-4,decimal) "." counter(lst-ctn-kix_list_43-5,decimal) "." counter(lst-ctn-kix_list_43-6,decimal) "." counter(lst-ctn-kix_list_43-7,decimal) "." counter(lst-ctn-kix_list_43-8,decimal) ". "
  }

  .lst-kix_list_22-7>li:before {
    content: "o  "
  }

  .lst-kix_list_34-7>li:before {
    content: "o  "
  }

  .lst-kix_list_18-5>li:before {
    content: "\0025aa   "
  }

  .lst-kix_list_13-6>li:before {
    content: "\0025cf   "
  }

  .lst-kix_list_6-7>li {
    counter-increment: lst-ctn-kix_list_6-7
  }

  ol.lst-kix_list_41-0.start {
    counter-reset: lst-ctn-kix_list_41-0 1
  }

  .lst-kix_list_39-6>li:before {
    content: "\0025cf   "
  }

  ul.lst-kix_list_30-3 {
    list-style-type: none
  }

  ul.lst-kix_list_30-4 {
    list-style-type: none
  }

  ul.lst-kix_list_30-5 {
    list-style-type: none
  }

  .lst-kix_list_15-6>li:before {
    content: "\0025cf   "
  }

  ul.lst-kix_list_30-6 {
    list-style-type: none
  }

  ul.lst-kix_list_30-7 {
    list-style-type: none
  }

  ul.lst-kix_list_30-8 {
    list-style-type: none
  }

  .lst-kix_list_31-3>li:before {
    content: "\0025cf   "
  }

  li.li-bullet-15:before {
    margin-left: -28.4pt;
    white-space: nowrap;
    display: inline-block;
    min-width: 28.4pt
  }

  .lst-kix_list_43-6>li {
    counter-increment: lst-ctn-kix_list_43-6
  }

  .lst-kix_list_36-7>li:before {
    content: "o  "
  }

  ul.lst-kix_list_30-0 {
    list-style-type: none
  }

  ol.lst-kix_list_6-8.start {
    counter-reset: lst-ctn-kix_list_6-8 0
  }

  .lst-kix_list_10-2>li:before {
    content: "\0025aa   "
  }

  ul.lst-kix_list_30-1 {
    list-style-type: none
  }

  li.li-bullet-26:before {
    margin-left: -42.5pt;
    white-space: nowrap;
    display: inline-block;
    min-width: 42.5pt
  }

  ul.lst-kix_list_30-2 {
    list-style-type: none
  }

  .lst-kix_list_20-7>li:before {
    content: "" counter(lst-ctn-kix_list_20-7,lower-latin) ". "
  }

  ol.lst-kix_list_6-5.start {
    counter-reset: lst-ctn-kix_list_6-5 0
  }

  .lst-kix_list_4-6>li:before {
    content: "\0025cf   "
  }

  .lst-kix_list_41-8>li:before {
    content: "" counter(lst-ctn-kix_list_41-0,decimal) "." counter(lst-ctn-kix_list_41-1,decimal) "." counter(lst-ctn-kix_list_41-2,decimal) "." counter(lst-ctn-kix_list_41-3,decimal) "." counter(lst-ctn-kix_list_41-4,decimal) "." counter(lst-ctn-kix_list_41-5,decimal) "." counter(lst-ctn-kix_list_41-6,decimal) "." counter(lst-ctn-kix_list_41-7,decimal) "." counter(lst-ctn-kix_list_41-8,decimal) ". "
  }

  .lst-kix_list_25-6>li:before {
    content: "\0025cf   "
  }

  .lst-kix_list_46-7>li:before {
    content: "o  "
  }

  .lst-kix_list_41-0>li:before {
    content: "" counter(lst-ctn-kix_list_41-0,decimal) ". "
  }

  ol.lst-kix_list_6-7.start {
    counter-reset: lst-ctn-kix_list_6-7 0
  }

  .lst-kix_list_12-2>li {
    counter-increment: lst-ctn-kix_list_12-2
  }

  .lst-kix_list_9-5>li:before {
    content: "\0025aa   "
  }

  .lst-kix_list_29-6>li:before {
    content: "\0025cf   "
  }

  li.li-bullet-5:before {
    margin-left: -28.4pt;
    white-space: nowrap;
    display: inline-block;
    min-width: 28.4pt
  }

  .lst-kix_list_33-3>li:before {
    content: "\0025cf   "
  }

  ol.lst-kix_list_41-3.start {
    counter-reset: lst-ctn-kix_list_41-3 0
  }

  .lst-kix_list_12-2>li:before {
    content: "" counter(lst-ctn-kix_list_12-2,lower-roman) ". "
  }

  .lst-kix_list_11-6>li:before {
    content: "\0025cf   "
  }

  .lst-kix_list_32-7>li:before {
    content: "o  "
  }

  .lst-kix_list_1-2>li:before {
    content: "\0025aa   "
  }

  li.li-bullet-0:before {
    margin-left: -28.4pt;
    white-space: nowrap;
    display: inline-block;
    min-width: 28.4pt
  }

  ol.lst-kix_list_41-2.start {
    counter-reset: lst-ctn-kix_list_41-2 0
  }

  .lst-kix_list_48-7>li:before {
    content: "o  "
  }

  .lst-kix_list_40-4>li:before {
    content: "o  "
  }

  .lst-kix_list_28-2>li:before {
    content: "\0025aa   "
  }

  .lst-kix_list_41-2>li {
    counter-increment: lst-ctn-kix_list_41-2
  }

  .lst-kix_list_14-1>li:before {
    content: "" counter(lst-ctn-kix_list_14-0,decimal) "." counter(lst-ctn-kix_list_14-1,decimal) ". "
  }

  .lst-kix_list_14-3>li:before {
    content: "" counter(lst-ctn-kix_list_14-0,decimal) "." counter(lst-ctn-kix_list_14-1,decimal) "." counter(lst-ctn-kix_list_14-2,decimal) "." counter(lst-ctn-kix_list_14-3,decimal) ". "
  }

  ul.lst-kix_list_28-0 {
    list-style-type: none
  }

  ul.lst-kix_list_28-1 {
    list-style-type: none
  }

  .lst-kix_list_14-0>li:before {
    content: "" counter(lst-ctn-kix_list_14-0,decimal) ". "
  }

  .lst-kix_list_14-4>li:before {
    content: "" counter(lst-ctn-kix_list_14-0,decimal) "." counter(lst-ctn-kix_list_14-1,decimal) "." counter(lst-ctn-kix_list_14-2,decimal) "." counter(lst-ctn-kix_list_14-3,decimal) "." counter(lst-ctn-kix_list_14-4,decimal) ". "
  }

  .lst-kix_list_6-1>li {
    counter-increment: lst-ctn-kix_list_6-1
  }

  .lst-kix_list_14-5>li:before {
    content: "" counter(lst-ctn-kix_list_14-0,decimal) "." counter(lst-ctn-kix_list_14-1,decimal) "." counter(lst-ctn-kix_list_14-2,decimal) "." counter(lst-ctn-kix_list_14-3,decimal) "." counter(lst-ctn-kix_list_14-4,decimal) "." counter(lst-ctn-kix_list_14-5,decimal) ". "
  }

  .lst-kix_list_14-7>li:before {
    content: "" counter(lst-ctn-kix_list_14-0,decimal) "." counter(lst-ctn-kix_list_14-1,decimal) "." counter(lst-ctn-kix_list_14-2,decimal) "." counter(lst-ctn-kix_list_14-3,decimal) "." counter(lst-ctn-kix_list_14-4,decimal) "." counter(lst-ctn-kix_list_14-5,decimal) "." counter(lst-ctn-kix_list_14-6,decimal) "." counter(lst-ctn-kix_list_14-7,decimal) ". "
  }

  .lst-kix_list_14-6>li:before {
    content: "" counter(lst-ctn-kix_list_14-0,decimal) "." counter(lst-ctn-kix_list_14-1,decimal) "." counter(lst-ctn-kix_list_14-2,decimal) "." counter(lst-ctn-kix_list_14-3,decimal) "." counter(lst-ctn-kix_list_14-4,decimal) "." counter(lst-ctn-kix_list_14-5,decimal) "." counter(lst-ctn-kix_list_14-6,decimal) ". "
  }

  ul.lst-kix_list_28-2 {
    list-style-type: none
  }

  ul.lst-kix_list_28-3 {
    list-style-type: none
  }

  ul.lst-kix_list_28-4 {
    list-style-type: none
  }

  ul.lst-kix_list_28-5 {
    list-style-type: none
  }

  ul.lst-kix_list_28-6 {
    list-style-type: none
  }

  ul.lst-kix_list_28-7 {
    list-style-type: none
  }

  ul.lst-kix_list_28-8 {
    list-style-type: none
  }

  .lst-kix_list_14-2>li:before {
    content: "" counter(lst-ctn-kix_list_14-0,decimal) "." counter(lst-ctn-kix_list_14-1,decimal) "." counter(lst-ctn-kix_list_14-2,decimal) ". "
  }

  .lst-kix_list_20-7>li {
    counter-increment: lst-ctn-kix_list_20-7
  }

  ul.lst-kix_list_17-1 {
    list-style-type: none
  }

  ol.lst-kix_list_12-0.start {
    counter-reset: lst-ctn-kix_list_12-0 0
  }

  ul.lst-kix_list_17-0 {
    list-style-type: none
  }

  ol.lst-kix_list_41-7.start {
    counter-reset: lst-ctn-kix_list_41-7 0
  }

  .lst-kix_list_32-2>li:before {
    content: "\0025aa   "
  }

  ul.lst-kix_list_17-8 {
    list-style-type: none
  }

  .lst-kix_list_32-1>li:before {
    content: "o  "
  }

  .lst-kix_list_32-3>li:before {
    content: "\0025cf   "
  }

  ul.lst-kix_list_17-7 {
    list-style-type: none
  }

  ol.lst-kix_list_21-6.start {
    counter-reset: lst-ctn-kix_list_21-6 0
  }

  ul.lst-kix_list_17-6 {
    list-style-type: none
  }

  ul.lst-kix_list_17-5 {
    list-style-type: none
  }

  ul.lst-kix_list_17-4 {
    list-style-type: none
  }

  ul.lst-kix_list_17-3 {
    list-style-type: none
  }

  .lst-kix_list_14-8>li:before {
    content: "" counter(lst-ctn-kix_list_14-0,decimal) "." counter(lst-ctn-kix_list_14-1,decimal) "." counter(lst-ctn-kix_list_14-2,decimal) "." counter(lst-ctn-kix_list_14-3,decimal) "." counter(lst-ctn-kix_list_14-4,decimal) "." counter(lst-ctn-kix_list_14-5,decimal) "." counter(lst-ctn-kix_list_14-6,decimal) "." counter(lst-ctn-kix_list_14-7,decimal) "." counter(lst-ctn-kix_list_14-8,decimal) ". "
  }

  ul.lst-kix_list_17-2 {
    list-style-type: none
  }

  .lst-kix_list_32-0>li:before {
    content: "\002212   "
  }

  .lst-kix_list_5-0>li:before {
    content: "" counter(lst-ctn-kix_list_5-0,decimal) ". "
  }

  ol.lst-kix_list_6-0 {
    list-style-type: none
  }

  ol.lst-kix_list_6-1 {
    list-style-type: none
  }

  .lst-kix_list_14-8>li {
    counter-increment: lst-ctn-kix_list_14-8
  }

  .lst-kix_list_5-4>li {
    counter-increment: lst-ctn-kix_list_5-4
  }

  .lst-kix_list_5-3>li:before {
    content: "" counter(lst-ctn-kix_list_5-0,decimal) "." counter(lst-ctn-kix_list_5-1,decimal) "." counter(lst-ctn-kix_list_5-2,decimal) "." counter(lst-ctn-kix_list_5-3,decimal) ". "
  }

  .lst-kix_list_5-2>li:before {
    content: "" counter(lst-ctn-kix_list_5-0,decimal) "." counter(lst-ctn-kix_list_5-1,decimal) "." counter(lst-ctn-kix_list_5-2,decimal) ". "
  }

  .lst-kix_list_5-1>li:before {
    content: "" counter(lst-ctn-kix_list_5-0,decimal) "." counter(lst-ctn-kix_list_5-1,decimal) ". "
  }

  .lst-kix_list_5-7>li:before {
    content: "" counter(lst-ctn-kix_list_5-0,decimal) "." counter(lst-ctn-kix_list_5-1,decimal) "." counter(lst-ctn-kix_list_5-2,decimal) "." counter(lst-ctn-kix_list_5-3,decimal) "." counter(lst-ctn-kix_list_5-4,decimal) "." counter(lst-ctn-kix_list_5-5,decimal) "." counter(lst-ctn-kix_list_5-6,decimal) "." counter(lst-ctn-kix_list_5-7,decimal) ". "
  }

  ul.lst-kix_list_8-4 {
    list-style-type: none
  }

  ul.lst-kix_list_8-5 {
    list-style-type: none
  }

  .lst-kix_list_5-6>li:before {
    content: "" counter(lst-ctn-kix_list_5-0,decimal) "." counter(lst-ctn-kix_list_5-1,decimal) "." counter(lst-ctn-kix_list_5-2,decimal) "." counter(lst-ctn-kix_list_5-3,decimal) "." counter(lst-ctn-kix_list_5-4,decimal) "." counter(lst-ctn-kix_list_5-5,decimal) "." counter(lst-ctn-kix_list_5-6,decimal) ". "
  }

  .lst-kix_list_5-8>li:before {
    content: "" counter(lst-ctn-kix_list_5-0,decimal) "." counter(lst-ctn-kix_list_5-1,decimal) "." counter(lst-ctn-kix_list_5-2,decimal) "." counter(lst-ctn-kix_list_5-3,decimal) "." counter(lst-ctn-kix_list_5-4,decimal) "." counter(lst-ctn-kix_list_5-5,decimal) "." counter(lst-ctn-kix_list_5-6,decimal) "." counter(lst-ctn-kix_list_5-7,decimal) "." counter(lst-ctn-kix_list_5-8,decimal) ". "
  }

  ul.lst-kix_list_8-2 {
    list-style-type: none
  }

  ul.lst-kix_list_8-3 {
    list-style-type: none
  }

  ul.lst-kix_list_8-8 {
    list-style-type: none
  }

  ul.lst-kix_list_8-6 {
    list-style-type: none
  }

  ul.lst-kix_list_8-7 {
    list-style-type: none
  }

  ol.lst-kix_list_6-6 {
    list-style-type: none
  }

  ol.lst-kix_list_6-7 {
    list-style-type: none
  }

  .lst-kix_list_5-4>li:before {
    content: "" counter(lst-ctn-kix_list_5-0,decimal) "." counter(lst-ctn-kix_list_5-1,decimal) "." counter(lst-ctn-kix_list_5-2,decimal) "." counter(lst-ctn-kix_list_5-3,decimal) "." counter(lst-ctn-kix_list_5-4,decimal) ". "
  }

  ol.lst-kix_list_6-8 {
    list-style-type: none
  }

  .lst-kix_list_5-5>li:before {
    content: "" counter(lst-ctn-kix_list_5-0,decimal) "." counter(lst-ctn-kix_list_5-1,decimal) "." counter(lst-ctn-kix_list_5-2,decimal) "." counter(lst-ctn-kix_list_5-3,decimal) "." counter(lst-ctn-kix_list_5-4,decimal) "." counter(lst-ctn-kix_list_5-5,decimal) ". "
  }

  ol.lst-kix_list_6-2 {
    list-style-type: none
  }

  ul.lst-kix_list_8-0 {
    list-style-type: none
  }

  ol.lst-kix_list_6-3 {
    list-style-type: none
  }

  ul.lst-kix_list_8-1 {
    list-style-type: none
  }

  ol.lst-kix_list_6-4 {
    list-style-type: none
  }

  ol.lst-kix_list_6-5 {
    list-style-type: none
  }

  ol.lst-kix_list_12-5.start {
    counter-reset: lst-ctn-kix_list_12-5 0
  }

  .lst-kix_list_6-1>li:before {
    content: "" counter(lst-ctn-kix_list_6-0,decimal) "." counter(lst-ctn-kix_list_6-1,decimal) ". "
  }

  .lst-kix_list_6-3>li:before {
    content: "" counter(lst-ctn-kix_list_6-0,decimal) "." counter(lst-ctn-kix_list_6-1,decimal) "." counter(lst-ctn-kix_list_6-2,decimal) "." counter(lst-ctn-kix_list_6-3,decimal) ". "
  }

  .lst-kix_list_6-8>li {
    counter-increment: lst-ctn-kix_list_6-8
  }

  ul.lst-kix_list_39-0 {
    list-style-type: none
  }

  .lst-kix_list_6-0>li:before {
    content: "" counter(lst-ctn-kix_list_6-0,decimal) ". "
  }

  .lst-kix_list_6-4>li:before {
    content: "" counter(lst-ctn-kix_list_6-0,decimal) "." counter(lst-ctn-kix_list_6-1,decimal) "." counter(lst-ctn-kix_list_6-2,decimal) "." counter(lst-ctn-kix_list_6-3,decimal) "." counter(lst-ctn-kix_list_6-4,decimal) ". "
  }

  ul.lst-kix_list_39-1 {
    list-style-type: none
  }

  ol.lst-kix_list_14-8.start {
    counter-reset: lst-ctn-kix_list_14-8 0
  }

  li.li-bullet-25:before {
    margin-left: -42.5pt;
    white-space: nowrap;
    display: inline-block;
    min-width: 42.5pt
  }

  .lst-kix_list_6-2>li:before {
    content: "" counter(lst-ctn-kix_list_6-0,decimal) "." counter(lst-ctn-kix_list_6-1,decimal) "." counter(lst-ctn-kix_list_6-2,decimal) ". "
  }

  .lst-kix_list_6-8>li:before {
    content: "" counter(lst-ctn-kix_list_6-0,decimal) "." counter(lst-ctn-kix_list_6-1,decimal) "." counter(lst-ctn-kix_list_6-2,decimal) "." counter(lst-ctn-kix_list_6-3,decimal) "." counter(lst-ctn-kix_list_6-4,decimal) "." counter(lst-ctn-kix_list_6-5,decimal) "." counter(lst-ctn-kix_list_6-6,decimal) "." counter(lst-ctn-kix_list_6-7,decimal) "." counter(lst-ctn-kix_list_6-8,decimal) ". "
  }

  ul.lst-kix_list_39-2 {
    list-style-type: none
  }

  ul.lst-kix_list_39-3 {
    list-style-type: none
  }

  ul.lst-kix_list_39-4 {
    list-style-type: none
  }

  .lst-kix_list_6-5>li:before {
    content: "" counter(lst-ctn-kix_list_6-0,decimal) "." counter(lst-ctn-kix_list_6-1,decimal) "." counter(lst-ctn-kix_list_6-2,decimal) "." counter(lst-ctn-kix_list_6-3,decimal) "." counter(lst-ctn-kix_list_6-4,decimal) "." counter(lst-ctn-kix_list_6-5,decimal) ". "
  }

  .lst-kix_list_6-7>li:before {
    content: "" counter(lst-ctn-kix_list_6-0,decimal) "." counter(lst-ctn-kix_list_6-1,decimal) "." counter(lst-ctn-kix_list_6-2,decimal) "." counter(lst-ctn-kix_list_6-3,decimal) "." counter(lst-ctn-kix_list_6-4,decimal) "." counter(lst-ctn-kix_list_6-5,decimal) "." counter(lst-ctn-kix_list_6-6,decimal) "." counter(lst-ctn-kix_list_6-7,decimal) ". "
  }

  ol.lst-kix_list_42-4.start {
    counter-reset: lst-ctn-kix_list_42-4 0
  }

  ul.lst-kix_list_39-5 {
    list-style-type: none
  }

  ul.lst-kix_list_39-6 {
    list-style-type: none
  }

  ul.lst-kix_list_39-7 {
    list-style-type: none
  }

  ul.lst-kix_list_39-8 {
    list-style-type: none
  }

  .lst-kix_list_6-6>li:before {
    content: "" counter(lst-ctn-kix_list_6-0,decimal) "." counter(lst-ctn-kix_list_6-1,decimal) "." counter(lst-ctn-kix_list_6-2,decimal) "." counter(lst-ctn-kix_list_6-3,decimal) "." counter(lst-ctn-kix_list_6-4,decimal) "." counter(lst-ctn-kix_list_6-5,decimal) "." counter(lst-ctn-kix_list_6-6,decimal) ". "
  }

  .lst-kix_list_7-4>li:before {
    content: "o  "
  }

  .lst-kix_list_7-6>li:before {
    content: "\0025cf   "
  }

  ol.lst-kix_list_6-2.start {
    counter-reset: lst-ctn-kix_list_6-2 0
  }

  .lst-kix_list_7-2>li:before {
    content: "\0025aa   "
  }

  .lst-kix_list_34-8>li:before {
    content: "\0025aa   "
  }

  .lst-kix_list_31-0>li:before {
    content: "\002212   "
  }

  .lst-kix_list_12-6>li {
    counter-increment: lst-ctn-kix_list_12-6
  }

  .lst-kix_list_13-7>li:before {
    content: "o  "
  }

  .lst-kix_list_7-8>li:before {
    content: "\0025aa   "
  }

  .lst-kix_list_15-5>li:before {
    content: "\0025aa   "
  }

  .lst-kix_list_31-6>li:before {
    content: "\0025cf   "
  }

  .lst-kix_list_31-8>li:before {
    content: "\0025aa   "
  }

  .lst-kix_list_4-1>li:before {
    content: "o  "
  }

  .lst-kix_list_31-2>li:before {
    content: "\0025aa   "
  }

  .lst-kix_list_31-4>li:before {
    content: "o  "
  }

  .lst-kix_list_15-7>li:before {
    content: "o  "
  }

  ul.lst-kix_list_19-7 {
    list-style-type: none
  }

  ul.lst-kix_list_19-6 {
    list-style-type: none
  }

  .lst-kix_list_4-3>li:before {
    content: "\0025cf   "
  }

  .lst-kix_list_4-5>li:before {
    content: "\0025aa   "
  }

  ul.lst-kix_list_19-5 {
    list-style-type: none
  }

  ul.lst-kix_list_19-4 {
    list-style-type: none
  }

  ul.lst-kix_list_19-3 {
    list-style-type: none
  }

  ul.lst-kix_list_19-2 {
    list-style-type: none
  }

  ol.lst-kix_list_38-1.start {
    counter-reset: lst-ctn-kix_list_38-1 -1
  }

  ul.lst-kix_list_19-1 {
    list-style-type: none
  }

  ul.lst-kix_list_19-0 {
    list-style-type: none
  }

  .lst-kix_list_15-1>li:before {
    content: "o  "
  }

  .lst-kix_list_15-3>li:before {
    content: "\0025cf   "
  }

  .lst-kix_list_42-7>li {
    counter-increment: lst-ctn-kix_list_42-7
  }

  ul.lst-kix_list_19-8 {
    list-style-type: none
  }

  .lst-kix_list_20-0>li {
    counter-increment: lst-ctn-kix_list_20-0
  }

  .lst-kix_list_32-4>li:before {
    content: "o  "
  }

  .lst-kix_list_33-4>li:before {
    content: "o  "
  }

  .lst-kix_list_12-3>li:before {
    content: "" counter(lst-ctn-kix_list_12-3,decimal) ". "
  }

  .lst-kix_list_38-2>li {
    counter-increment: lst-ctn-kix_list_38-2
  }

  ol.lst-kix_list_43-6.start {
    counter-reset: lst-ctn-kix_list_43-6 0
  }

  .lst-kix_list_32-6>li:before {
    content: "\0025cf   "
  }

  .lst-kix_list_12-1>li:before {
    content: "" counter(lst-ctn-kix_list_12-1,lower-latin) ". "
  }

  .lst-kix_list_33-0>li:before {
    content: "\002212   "
  }

  .lst-kix_list_33-2>li:before {
    content: "\0025aa   "
  }

  .lst-kix_list_32-8>li:before {
    content: "\0025aa   "
  }

  .lst-kix_list_34-0>li:before {
    content: "\002212   "
  }

  .lst-kix_list_14-1>li {
    counter-increment: lst-ctn-kix_list_14-1
  }

  .lst-kix_list_21-4>li {
    counter-increment: lst-ctn-kix_list_21-4
  }

  .lst-kix_list_13-3>li:before {
    content: "\0025cf   "
  }

  .lst-kix_list_34-4>li:before {
    content: "o  "
  }

  .lst-kix_list_42-6>li {
    counter-increment: lst-ctn-kix_list_42-6
  }

  ol.lst-kix_list_43-5.start {
    counter-reset: lst-ctn-kix_list_43-5 0
  }

  .lst-kix_list_34-6>li:before {
    content: "\0025cf   "
  }

  li.li-bullet-4:before {
    margin-left: -35.5pt;
    white-space: nowrap;
    display: inline-block;
    min-width: 35.5pt
  }

  .lst-kix_list_13-5>li:before {
    content: "\0025aa   "
  }

  .lst-kix_list_12-5>li:before {
    content: "" counter(lst-ctn-kix_list_12-5,lower-roman) ". "
  }

  .lst-kix_list_43-4>li {
    counter-increment: lst-ctn-kix_list_43-4
  }

  .lst-kix_list_42-0>li {
    counter-increment: lst-ctn-kix_list_42-0
  }

  .lst-kix_list_12-7>li:before {
    content: "" counter(lst-ctn-kix_list_12-7,lower-latin) ". "
  }

  .lst-kix_list_33-6>li:before {
    content: "\0025cf   "
  }

  ol.lst-kix_list_21-1.start {
    counter-reset: lst-ctn-kix_list_21-1 0
  }

  .lst-kix_list_33-8>li:before {
    content: "\0025aa   "
  }

  .lst-kix_list_34-2>li:before {
    content: "\0025aa   "
  }

  .lst-kix_list_13-1>li:before {
    content: "o  "
  }

  ul.lst-kix_list_24-0 {
    list-style-type: none
  }

  .lst-kix_list_30-5>li:before {
    content: "\0025aa   "
  }

  ul.lst-kix_list_24-1 {
    list-style-type: none
  }

  ul.lst-kix_list_24-2 {
    list-style-type: none
  }

  .lst-kix_list_35-0>li:before {
    content: "\002212   "
  }

  .lst-kix_list_35-1>li:before {
    content: "o  "
  }

  .lst-kix_list_35-4>li:before {
    content: "o  "
  }

  .lst-kix_list_35-5>li:before {
    content: "\0025aa   "
  }

  ul.lst-kix_list_24-3 {
    list-style-type: none
  }

  ul.lst-kix_list_24-4 {
    list-style-type: none
  }

  ul.lst-kix_list_24-5 {
    list-style-type: none
  }

  .lst-kix_list_30-1>li:before {
    content: "o  "
  }

  .lst-kix_list_3-0>li:before {
    content: "\0025cf   "
  }

  .lst-kix_list_30-2>li:before {
    content: "\0025aa   "
  }

  ol.lst-kix_list_20-5.start {
    counter-reset: lst-ctn-kix_list_20-5 0
  }

  ul.lst-kix_list_24-6 {
    list-style-type: none
  }

  ul.lst-kix_list_24-7 {
    list-style-type: none
  }

  .lst-kix_list_3-4>li:before {
    content: "o  "
  }

  ul.lst-kix_list_24-8 {
    list-style-type: none
  }

  .lst-kix_list_3-3>li:before {
    content: "\0025cf   "
  }

  .lst-kix_list_8-0>li:before {
    content: "-  "
  }

  .lst-kix_list_30-6>li:before {
    content: "\0025cf   "
  }

  .lst-kix_list_8-7>li:before {
    content: "o  "
  }

  .lst-kix_list_38-3>li {
    counter-increment: lst-ctn-kix_list_38-3
  }

  .lst-kix_list_3-8>li:before {
    content: "\0025aa   "
  }

  .lst-kix_list_8-3>li:before {
    content: "\0025cf   "
  }

  ul.lst-kix_list_13-5 {
    list-style-type: none
  }

  ul.lst-kix_list_13-4 {
    list-style-type: none
  }

  ol.lst-kix_list_43-0.start {
    counter-reset: lst-ctn-kix_list_43-0 1
  }

  ul.lst-kix_list_13-3 {
    list-style-type: none
  }

  ul.lst-kix_list_13-2 {
    list-style-type: none
  }

  .lst-kix_list_3-7>li:before {
    content: "o  "
  }

  ul.lst-kix_list_13-1 {
    list-style-type: none
  }

  ul.lst-kix_list_13-0 {
    list-style-type: none
  }

  .lst-kix_list_8-4>li:before {
    content: "o  "
  }

  .lst-kix_list_35-8>li:before {
    content: "\0025aa   "
  }

  ul.lst-kix_list_13-8 {
    list-style-type: none
  }

  .lst-kix_list_11-1>li:before {
    content: "o  "
  }

  ul.lst-kix_list_13-7 {
    list-style-type: none
  }

  ul.lst-kix_list_13-6 {
    list-style-type: none
  }

  .lst-kix_list_11-0>li:before {
    content: "\0025cf   "
  }

  .lst-kix_list_8-8>li:before {
    content: "\0025aa   "
  }

  .lst-kix_list_16-8>li:before {
    content: "\0025aa   "
  }

  ul.lst-kix_list_46-1 {
    list-style-type: none
  }

  .lst-kix_list_16-7>li:before {
    content: "o  "
  }

  ul.lst-kix_list_46-0 {
    list-style-type: none
  }

  .lst-kix_list_43-5>li {
    counter-increment: lst-ctn-kix_list_43-5
  }

  ul.lst-kix_list_46-3 {
    list-style-type: none
  }

  ul.lst-kix_list_46-2 {
    list-style-type: none
  }

  ul.lst-kix_list_46-5 {
    list-style-type: none
  }

  ul.lst-kix_list_46-4 {
    list-style-type: none
  }

  .lst-kix_list_4-8>li:before {
    content: "\0025aa   "
  }

  .lst-kix_list_21-5>li {
    counter-increment: lst-ctn-kix_list_21-5
  }

  .lst-kix_list_4-7>li:before {
    content: "o  "
  }

  .lst-kix_list_14-2>li {
    counter-increment: lst-ctn-kix_list_14-2
  }

  ol.lst-kix_list_20-0.start {
    counter-reset: lst-ctn-kix_list_20-0 0
  }

  .lst-kix_list_17-0>li:before {
    content: "\002022   "
  }

  li.li-bullet-7:before {
    margin-left: -18pt;
    white-space: nowrap;
    display: inline-block;
    min-width: 18pt
  }

  ul.lst-kix_list_4-8 {
    list-style-type: none
  }

  .lst-kix_list_16-0>li:before {
    content: "\002212   "
  }

  ul.lst-kix_list_4-6 {
    list-style-type: none
  }

  ul.lst-kix_list_4-7 {
    list-style-type: none
  }

  ul.lst-kix_list_4-0 {
    list-style-type: none
  }

  ul.lst-kix_list_46-7 {
    list-style-type: none
  }

  .lst-kix_list_16-4>li:before {
    content: "o  "
  }

  ul.lst-kix_list_4-1 {
    list-style-type: none
  }

  ul.lst-kix_list_46-6 {
    list-style-type: none
  }

  .lst-kix_list_16-3>li:before {
    content: "\0025cf   "
  }

  ul.lst-kix_list_46-8 {
    list-style-type: none
  }

  ul.lst-kix_list_4-4 {
    list-style-type: none
  }

  ul.lst-kix_list_4-5 {
    list-style-type: none
  }

  ul.lst-kix_list_4-2 {
    list-style-type: none
  }

  ul.lst-kix_list_4-3 {
    list-style-type: none
  }

  ul.lst-kix_list_35-0 {
    list-style-type: none
  }

  ul.lst-kix_list_35-1 {
    list-style-type: none
  }

  ul.lst-kix_list_35-2 {
    list-style-type: none
  }

  ul.lst-kix_list_35-3 {
    list-style-type: none
  }

  ul.lst-kix_list_35-4 {
    list-style-type: none
  }

  ul.lst-kix_list_35-5 {
    list-style-type: none
  }

  .lst-kix_list_41-1>li {
    counter-increment: lst-ctn-kix_list_41-1
  }

  .lst-kix_list_17-7>li:before {
    content: "o  "
  }

  ol.lst-kix_list_38-2.start {
    counter-reset: lst-ctn-kix_list_38-2 -1
  }

  .lst-kix_list_17-8>li:before {
    content: "\0025aa   "
  }

  .lst-kix_list_17-3>li:before {
    content: "\0025cf   "
  }

  .lst-kix_list_17-4>li:before {
    content: "o  "
  }

  ul.lst-kix_list_35-6 {
    list-style-type: none
  }

  ul.lst-kix_list_35-7 {
    list-style-type: none
  }

  ul.lst-kix_list_35-8 {
    list-style-type: none
  }

  .lst-kix_list_7-0>li:before {
    content: "-  "
  }

  ul.lst-kix_list_26-0 {
    list-style-type: none
  }

  .lst-kix_list_2-4>li:before {
    content: "o  "
  }

  .lst-kix_list_2-8>li:before {
    content: "\0025aa   "
  }

  ul.lst-kix_list_26-1 {
    list-style-type: none
  }

  ul.lst-kix_list_26-2 {
    list-style-type: none
  }

  ul.lst-kix_list_26-3 {
    list-style-type: none
  }

  .lst-kix_list_7-3>li:before {
    content: "\0025cf   "
  }

  .lst-kix_list_48-5>li:before {
    content: "\0025aa   "
  }

  .lst-kix_list_10-0>li:before {
    content: "-  "
  }

  ol.lst-kix_list_21-7.start {
    counter-reset: lst-ctn-kix_list_21-7 0
  }

  ol.lst-kix_list_43-1.start {
    counter-reset: lst-ctn-kix_list_43-1 0
  }

  .lst-kix_list_13-8>li:before {
    content: "\0025aa   "
  }

  .lst-kix_list_31-1>li:before {
    content: "o  "
  }

  .lst-kix_list_18-3>li:before {
    content: "\0025cf   "
  }

  .lst-kix_list_18-7>li:before {
    content: "o  "
  }

  ul.lst-kix_list_26-4 {
    list-style-type: none
  }

  ul.lst-kix_list_26-5 {
    list-style-type: none
  }

  ul.lst-kix_list_26-6 {
    list-style-type: none
  }

  ul.lst-kix_list_26-7 {
    list-style-type: none
  }

  ul.lst-kix_list_26-8 {
    list-style-type: none
  }

  .lst-kix_list_7-7>li:before {
    content: "o  "
  }

  .lst-kix_list_48-1>li:before {
    content: "o  "
  }

  .lst-kix_list_36-5>li:before {
    content: "\0025aa   "
  }

  .lst-kix_list_15-4>li:before {
    content: "o  "
  }

  .lst-kix_list_31-5>li:before {
    content: "\0025aa   "
  }

  li.li-bullet-17:before {
    margin-left: -35.5pt;
    white-space: nowrap;
    display: inline-block;
    min-width: 35.5pt
  }

  .lst-kix_list_10-4>li:before {
    content: "o  "
  }

  .lst-kix_list_10-8>li:before {
    content: "\0025aa   "
  }

  ol.lst-kix_list_20-4.start {
    counter-reset: lst-ctn-kix_list_20-4 0
  }

  .lst-kix_list_4-0>li:before {
    content: "\0025cf   "
  }

  .lst-kix_list_36-1>li:before {
    content: "o  "
  }

  ul.lst-kix_list_15-3 {
    list-style-type: none
  }

  ul.lst-kix_list_15-2 {
    list-style-type: none
  }

  .lst-kix_list_15-0>li:before {
    content: "\002212   "
  }

  ul.lst-kix_list_15-1 {
    list-style-type: none
  }

  .lst-kix_list_15-8>li:before {
    content: "\0025aa   "
  }

  ul.lst-kix_list_15-0 {
    list-style-type: none
  }

  ol.lst-kix_list_38-7.start {
    counter-reset: lst-ctn-kix_list_38-7 -1
  }

  ol.lst-kix_list_14-3.start {
    counter-reset: lst-ctn-kix_list_14-3 0
  }

  li.li-bullet-28:before {
    margin-left: -42.5pt;
    white-space: nowrap;
    display: inline-block;
    min-width: 42.5pt
  }

  .lst-kix_list_4-4>li:before {
    content: "o  "
  }

  ul.lst-kix_list_15-8 {
    list-style-type: none
  }

  ul.lst-kix_list_15-7 {
    list-style-type: none
  }

  ul.lst-kix_list_15-6 {
    list-style-type: none
  }

  .lst-kix_list_9-3>li:before {
    content: "\0025cf   "
  }

  ul.lst-kix_list_15-5 {
    list-style-type: none
  }

  ul.lst-kix_list_15-4 {
    list-style-type: none
  }

  .lst-kix_list_12-8>li {
    counter-increment: lst-ctn-kix_list_12-8
  }

  ul.lst-kix_list_48-1 {
    list-style-type: none
  }

  ol.lst-kix_list_14-4.start {
    counter-reset: lst-ctn-kix_list_14-4 0
  }

  ul.lst-kix_list_48-0 {
    list-style-type: none
  }

  .lst-kix_list_9-7>li:before {
    content: "o  "
  }

  .lst-kix_list_29-4>li:before {
    content: "o  "
  }

  .lst-kix_list_29-8>li:before {
    content: "\0025aa   "
  }

  ul.lst-kix_list_48-3 {
    list-style-type: none
  }

  ul.lst-kix_list_48-2 {
    list-style-type: none
  }

  .lst-kix_list_32-5>li:before {
    content: "\0025aa   "
  }

  .lst-kix_list_11-4>li:before {
    content: "o  "
  }

  .lst-kix_list_12-4>li:before {
    content: "" counter(lst-ctn-kix_list_12-4,lower-latin) ". "
  }

  li.li-bullet-12:before {
    margin-left: -35.5pt;
    white-space: nowrap;
    display: inline-block;
    min-width: 35.5pt
  }

  .lst-kix_list_5-3>li {
    counter-increment: lst-ctn-kix_list_5-3
  }

  .lst-kix_list_29-0>li:before {
    content: "\002043   "
  }

  .lst-kix_list_33-1>li:before {
    content: "o  "
  }

  ul.lst-kix_list_48-5 {
    list-style-type: none
  }

  .lst-kix_list_1-0>li:before {
    content: "\0025cf   "
  }

  ul.lst-kix_list_48-4 {
    list-style-type: none
  }

  ol.lst-kix_list_38-5.start {
    counter-reset: lst-ctn-kix_list_38-5 -1
  }

  ul.lst-kix_list_48-7 {
    list-style-type: none
  }

  ul.lst-kix_list_48-6 {
    list-style-type: none
  }

  .lst-kix_list_11-8>li:before {
    content: "\0025aa   "
  }

  ul.lst-kix_list_48-8 {
    list-style-type: none
  }

  .lst-kix_list_12-0>li:before {
    content: "" counter(lst-ctn-kix_list_12-0,decimal) ". "
  }

  .lst-kix_list_1-4>li:before {
    content: "o  "
  }

  .lst-kix_list_13-0>li:before {
    content: "\002212   "
  }

  ul.lst-kix_list_37-0 {
    list-style-type: none
  }

  ul.lst-kix_list_37-1 {
    list-style-type: none
  }

  ul.lst-kix_list_37-2 {
    list-style-type: none
  }

  ul.lst-kix_list_37-3 {
    list-style-type: none
  }

  .lst-kix_list_13-4>li:before {
    content: "o  "
  }

  .lst-kix_list_34-5>li:before {
    content: "\0025aa   "
  }

  li.li-bullet-23:before {
    margin-left: -42.5pt;
    white-space: nowrap;
    display: inline-block;
    min-width: 42.5pt
  }

  ol.lst-kix_list_38-6.start {
    counter-reset: lst-ctn-kix_list_38-6 -1
  }

  .lst-kix_list_33-5>li:before {
    content: "\0025aa   "
  }

  .lst-kix_list_2-0>li:before {
    content: "\0025cf   "
  }

  ul.lst-kix_list_37-4 {
    list-style-type: none
  }

  .lst-kix_list_1-8>li:before {
    content: "\0025aa   "
  }

  ul.lst-kix_list_37-5 {
    list-style-type: none
  }

  ul.lst-kix_list_37-6 {
    list-style-type: none
  }

  ul.lst-kix_list_37-7 {
    list-style-type: none
  }

  ul.lst-kix_list_37-8 {
    list-style-type: none
  }

  .lst-kix_list_34-1>li:before {
    content: "o  "
  }

  .lst-kix_list_12-8>li:before {
    content: "" counter(lst-ctn-kix_list_12-8,lower-roman) ". "
  }

  .lst-kix_list_19-0>li:before {
    content: "\002043   "
  }

  ol.lst-kix_list_12-6.start {
    counter-reset: lst-ctn-kix_list_12-6 0
  }

  .lst-kix_list_19-2>li:before {
    content: "\0025aa   "
  }

  ol.lst-kix_list_21-0.start {
    counter-reset: lst-ctn-kix_list_21-0 1
  }

  .lst-kix_list_47-7>li:before {
    content: "o  "
  }

  ol.lst-kix_list_42-5.start {
    counter-reset: lst-ctn-kix_list_42-5 0
  }

  .lst-kix_list_47-2>li:before {
    content: "\0025aa   "
  }

  ol.lst-kix_list_41-7 {
    list-style-type: none
  }

  ol.lst-kix_list_41-8 {
    list-style-type: none
  }

  ol.lst-kix_list_41-5 {
    list-style-type: none
  }

  ol.lst-kix_list_41-6 {
    list-style-type: none
  }

  .lst-kix_list_47-4>li:before {
    content: "o  "
  }

  ol.lst-kix_list_41-3 {
    list-style-type: none
  }

  ol.lst-kix_list_41-4 {
    list-style-type: none
  }

  .lst-kix_list_19-8>li:before {
    content: "\0025aa   "
  }

  ol.lst-kix_list_41-1 {
    list-style-type: none
  }

  ol.lst-kix_list_14-7.start {
    counter-reset: lst-ctn-kix_list_14-7 0
  }

  ol.lst-kix_list_41-2 {
    list-style-type: none
  }

  ol.lst-kix_list_20-8.start {
    counter-reset: lst-ctn-kix_list_20-8 0
  }

  ol.lst-kix_list_41-0 {
    list-style-type: none
  }

  .lst-kix_list_19-5>li:before {
    content: "\0025aa   "
  }

  .lst-kix_list_47-1>li:before {
    content: "o  "
  }

  .lst-kix_list_19-7>li:before {
    content: "o  "
  }

  .lst-kix_list_37-7>li:before {
    content: "o  "
  }

  ol.lst-kix_list_21-5.start {
    counter-reset: lst-ctn-kix_list_21-5 0
  }

  .lst-kix_list_38-0>li:before {
    content: "" counter(lst-ctn-kix_list_38-0,decimal) ". "
  }

  li.li-bullet-6:before {
    margin-left: -18pt;
    white-space: nowrap;
    display: inline-block;
    min-width: 18pt
  }

  .lst-kix_list_46-3>li:before {
    content: "\0025cf   "
  }

  .lst-kix_list_38-1>li:before {
    content: " "
  }

  .lst-kix_list_14-3>li {
    counter-increment: lst-ctn-kix_list_14-3
  }

  .lst-kix_list_37-2>li:before {
    content: "\0025aa   "
  }

  .lst-kix_list_37-4>li:before {
    content: "o  "
  }

  .lst-kix_list_37-5>li:before {
    content: "\0025aa   "
  }

  .lst-kix_list_46-0>li:before {
    content: "\002212   "
  }

  ul.lst-kix_list_31-2 {
    list-style-type: none
  }

  .lst-kix_list_12-1>li {
    counter-increment: lst-ctn-kix_list_12-1
  }

  ul.lst-kix_list_31-3 {
    list-style-type: none
  }

  ul.lst-kix_list_31-4 {
    list-style-type: none
  }

  ul.lst-kix_list_31-5 {
    list-style-type: none
  }

  ul.lst-kix_list_31-6 {
    list-style-type: none
  }

  ul.lst-kix_list_31-7 {
    list-style-type: none
  }

  ul.lst-kix_list_31-8 {
    list-style-type: none
  }

  .lst-kix_list_18-1>li:before {
    content: "o  "
  }

  .lst-kix_list_38-8>li:before {
    content: " "
  }

  ul.lst-kix_list_31-0 {
    list-style-type: none
  }

  ul.lst-kix_list_31-1 {
    list-style-type: none
  }

  .lst-kix_list_38-3>li:before {
    content: " "
  }

  .lst-kix_list_38-6>li:before {
    content: " "
  }

  ul.lst-kix_list_22-0 {
    list-style-type: none
  }

  .lst-kix_list_2-7>li:before {
    content: "o  "
  }

  ul.lst-kix_list_22-1 {
    list-style-type: none
  }

  ul.lst-kix_list_22-2 {
    list-style-type: none
  }

  .lst-kix_list_41-8>li {
    counter-increment: lst-ctn-kix_list_41-8
  }

  .lst-kix_list_48-0>li:before {
    content: "\002212   "
  }

  ul.lst-kix_list_22-3 {
    list-style-type: none
  }

  ul.lst-kix_list_22-4 {
    list-style-type: none
  }

  .lst-kix_list_2-5>li:before {
    content: "\0025aa   "
  }

  ul.lst-kix_list_22-5 {
    list-style-type: none
  }

  ul.lst-kix_list_22-6 {
    list-style-type: none
  }

  ul.lst-kix_list_22-7 {
    list-style-type: none
  }

  .lst-kix_list_27-5>li:before {
    content: "\0025aa   "
  }

  .lst-kix_list_48-6>li:before {
    content: "\0025cf   "
  }

  .lst-kix_list_18-6>li:before {
    content: "\0025cf   "
  }

  .lst-kix_list_39-5>li:before {
    content: "\0025aa   "
  }

  .lst-kix_list_39-7>li:before {
    content: "o  "
  }

  .lst-kix_list_14-6>li {
    counter-increment: lst-ctn-kix_list_14-6
  }

  .lst-kix_list_10-1>li:before {
    content: "o  "
  }

  .lst-kix_list_18-4>li:before {
    content: "o  "
  }

  ul.lst-kix_list_22-8 {
    list-style-type: none
  }

  ol.lst-kix_list_42-3.start {
    counter-reset: lst-ctn-kix_list_42-3 0
  }

  li.li-bullet-19:before {
    margin-left: -42.5pt;
    white-space: nowrap;
    display: inline-block;
    min-width: 42.5pt
  }

  .lst-kix_list_36-6>li:before {
    content: "\0025cf   "
  }

  li.li-bullet-1:before {
    margin-left: -14.2pt;
    white-space: nowrap;
    display: inline-block;
    min-width: 14.2pt
  }

  .lst-kix_list_10-3>li:before {
    content: "\0025cf   "
  }

  ul.lst-kix_list_11-7 {
    list-style-type: none
  }

  ul.lst-kix_list_11-6 {
    list-style-type: none
  }

  .lst-kix_list_36-0>li:before {
    content: "\002212   "
  }

  .lst-kix_list_36-8>li:before {
    content: "\0025aa   "
  }

  ol.lst-kix_list_43-7 {
    list-style-type: none
  }

  ul.lst-kix_list_11-5 {
    list-style-type: none
  }

  ol.lst-kix_list_43-8 {
    list-style-type: none
  }

  ul.lst-kix_list_11-4 {
    list-style-type: none
  }

  li.li-bullet-22:before {
    margin-left: -42.5pt;
    white-space: nowrap;
    display: inline-block;
    min-width: 42.5pt
  }

  ol.lst-kix_list_43-5 {
    list-style-type: none
  }

  ul.lst-kix_list_11-3 {
    list-style-type: none
  }

  ol.lst-kix_list_43-6 {
    list-style-type: none
  }

  ul.lst-kix_list_11-2 {
    list-style-type: none
  }

  ol.lst-kix_list_43-3 {
    list-style-type: none
  }

  ul.lst-kix_list_11-1 {
    list-style-type: none
  }

  ol.lst-kix_list_43-4 {
    list-style-type: none
  }

  ul.lst-kix_list_11-0 {
    list-style-type: none
  }

  ol.lst-kix_list_43-1 {
    list-style-type: none
  }

  ol.lst-kix_list_43-2 {
    list-style-type: none
  }

  ol.lst-kix_list_43-0 {
    list-style-type: none
  }

  ol.lst-kix_list_5-7.start {
    counter-reset: lst-ctn-kix_list_5-7 0
  }

  ul.lst-kix_list_11-8 {
    list-style-type: none
  }

  .lst-kix_list_20-8>li:before {
    content: "" counter(lst-ctn-kix_list_20-8,lower-roman) ". "
  }

  .lst-kix_list_46-6>li:before {
    content: "\0025cf   "
  }

  .lst-kix_list_46-8>li:before {
    content: "\0025aa   "
  }

  .lst-kix_list_29-7>li:before {
    content: "o  "
  }

  ul.lst-kix_list_44-1 {
    list-style-type: none
  }

  ul.lst-kix_list_44-0 {
    list-style-type: none
  }

  ul.lst-kix_list_44-3 {
    list-style-type: none
  }

  ul.lst-kix_list_44-2 {
    list-style-type: none
  }

  .lst-kix_list_29-5>li:before {
    content: "\0025aa   "
  }

  ul.lst-kix_list_44-5 {
    list-style-type: none
  }

  .lst-kix_list_20-0>li:before {
    content: "" counter(lst-ctn-kix_list_20-0,decimal) ". "
  }

  ul.lst-kix_list_44-4 {
    list-style-type: none
  }

  ul.lst-kix_list_44-7 {
    list-style-type: none
  }

  ul.lst-kix_list_44-6 {
    list-style-type: none
  }

  .lst-kix_list_9-6>li:before {
    content: "\0025cf   "
  }

  li.li-bullet-9:before {
    margin-left: -35.5pt;
    white-space: nowrap;
    display: inline-block;
    min-width: 35.5pt
  }

  .lst-kix_list_9-4>li:before {
    content: "o  "
  }

  .lst-kix_list_20-6>li:before {
    content: "" counter(lst-ctn-kix_list_20-6,decimal) ". "
  }

  ul.lst-kix_list_2-8 {
    list-style-type: none
  }

  ol.lst-kix_list_12-1.start {
    counter-reset: lst-ctn-kix_list_12-1 0
  }

  li.li-bullet-11:before {
    margin-left: -35.5pt;
    white-space: nowrap;
    display: inline-block;
    min-width: 35.5pt
  }

  .lst-kix_list_11-5>li:before {
    content: "\0025aa   "
  }

  ul.lst-kix_list_2-2 {
    list-style-type: none
  }

  ol.lst-kix_list_21-2.start {
    counter-reset: lst-ctn-kix_list_21-2 0
  }

  ul.lst-kix_list_2-3 {
    list-style-type: none
  }

  ul.lst-kix_list_44-8 {
    list-style-type: none
  }

  ul.lst-kix_list_2-0 {
    list-style-type: none
  }

  ul.lst-kix_list_2-1 {
    list-style-type: none
  }

  ul.lst-kix_list_2-6 {
    list-style-type: none
  }

  .lst-kix_list_20-6>li {
    counter-increment: lst-ctn-kix_list_20-6
  }

  .lst-kix_list_1-1>li:before {
    content: "o  "
  }

  ul.lst-kix_list_2-7 {
    list-style-type: none
  }

  ul.lst-kix_list_2-4 {
    list-style-type: none
  }

  .lst-kix_list_11-7>li:before {
    content: "o  "
  }

  ul.lst-kix_list_2-5 {
    list-style-type: none
  }

  ul.lst-kix_list_33-0 {
    list-style-type: none
  }

  ul.lst-kix_list_33-1 {
    list-style-type: none
  }

  .lst-kix_list_1-3>li:before {
    content: "\0025cf   "
  }

  ul.lst-kix_list_33-2 {
    list-style-type: none
  }

  ul.lst-kix_list_33-3 {
    list-style-type: none
  }

  ul.lst-kix_list_33-4 {
    list-style-type: none
  }

  ul.lst-kix_list_33-5 {
    list-style-type: none
  }

  ul.lst-kix_list_33-6 {
    list-style-type: none
  }

  .lst-kix_list_28-3>li:before {
    content: "\0025cf   "
  }

  ol.lst-kix_list_42-0.start {
    counter-reset: lst-ctn-kix_list_42-0 4
  }

  ul.lst-kix_list_33-7 {
    list-style-type: none
  }

  ol.lst-kix_list_21-8 {
    list-style-type: none
  }

  li.li-bullet-16:before {
    margin-left: -28.4pt;
    white-space: nowrap;
    display: inline-block;
    min-width: 28.4pt
  }

  ol.lst-kix_list_21-7 {
    list-style-type: none
  }

  ol.lst-kix_list_21-4 {
    list-style-type: none
  }

  ol.lst-kix_list_21-3 {
    list-style-type: none
  }

  ol.lst-kix_list_21-6 {
    list-style-type: none
  }

  li.li-bullet-27:before {
    margin-left: -42.5pt;
    white-space: nowrap;
    display: inline-block;
    min-width: 42.5pt
  }

  .lst-kix_list_14-7>li {
    counter-increment: lst-ctn-kix_list_14-7
  }

  ol.lst-kix_list_21-5 {
    list-style-type: none
  }

  ol.lst-kix_list_21-0 {
    list-style-type: none
  }

  .lst-kix_list_48-8>li:before {
    content: "\0025aa   "
  }

  ol.lst-kix_list_21-2 {
    list-style-type: none
  }

  ol.lst-kix_list_21-1 {
    list-style-type: none
  }

  .lst-kix_list_27-7>li:before {
    content: "o  "
  }

  ul.lst-kix_list_33-8 {
    list-style-type: none
  }

  .lst-kix_list_28-1>li:before {
    content: "o  "
  }

  .lst-kix_list_35-2>li:before {
    content: "\0025aa   "
  }

  .lst-kix_list_30-3>li:before {
    content: "\0025cf   "
  }

  .lst-kix_list_30-8>li:before {
    content: "\0025aa   "
  }

  .lst-kix_list_35-7>li:before {
    content: "o  "
  }

  .lst-kix_list_3-1>li:before {
    content: "o  "
  }

  .lst-kix_list_26-6>li:before {
    content: "\0025cf   "
  }

  .lst-kix_list_14-0>li {
    counter-increment: lst-ctn-kix_list_14-0
  }

  .lst-kix_list_44-0>li:before {
    content: "\002212   "
  }

  .lst-kix_list_8-2>li:before {
    content: "\0025aa   "
  }

  .lst-kix_list_12-0>li {
    counter-increment: lst-ctn-kix_list_12-0
  }

  ol.lst-kix_list_12-3.start {
    counter-reset: lst-ctn-kix_list_12-3 0
  }

  .lst-kix_list_21-2>li:before {
    content: "" counter(lst-ctn-kix_list_21-0,decimal) "." counter(lst-ctn-kix_list_21-1,decimal) "." counter(lst-ctn-kix_list_21-2,decimal) ". "
  }

  .lst-kix_list_8-5>li:before {
    content: "\0025aa   "
  }

  .lst-kix_list_26-3>li:before {
    content: "\0025cf   "
  }

  .lst-kix_list_3-6>li:before {
    content: "\0025cf   "
  }

  .lst-kix_list_21-7>li:before {
    content: "" counter(lst-ctn-kix_list_21-0,decimal) "." counter(lst-ctn-kix_list_21-1,decimal) "." counter(lst-ctn-kix_list_21-2,decimal) "." counter(lst-ctn-kix_list_21-3,decimal) "." counter(lst-ctn-kix_list_21-4,decimal) "." counter(lst-ctn-kix_list_21-5,decimal) "." counter(lst-ctn-kix_list_21-6,decimal) "." counter(lst-ctn-kix_list_21-7,decimal) ". "
  }

  ol.lst-kix_list_5-0.start {
    counter-reset: lst-ctn-kix_list_5-0 0
  }

  .lst-kix_list_11-2>li:before {
    content: "\0025aa   "
  }

  ol.lst-kix_list_42-2.start {
    counter-reset: lst-ctn-kix_list_42-2 16
  }

  ol.lst-kix_list_12-4.start {
    counter-reset: lst-ctn-kix_list_12-4 0
  }

  .lst-kix_list_16-6>li:before {
    content: "\0025cf   "
  }

  .lst-kix_list_25-2>li:before {
    content: "\0025aa   "
  }

  ol.lst-kix_list_5-6.start {
    counter-reset: lst-ctn-kix_list_5-6 0
  }

  .lst-kix_list_16-1>li:before {
    content: "o  "
  }

  li.li-bullet-14:before {
    margin-left: -28.4pt;
    white-space: nowrap;
    display: inline-block;
    min-width: 28.4pt
  }

  .lst-kix_list_45-4>li:before {
    content: "o  "
  }

  .lst-kix_list_45-7>li:before {
    content: "o  "
  }

  .lst-kix_list_12-4>li {
    counter-increment: lst-ctn-kix_list_12-4
  }

  .lst-kix_list_44-8>li:before {
    content: "\0025aa   "
  }

  .lst-kix_list_44-3>li:before {
    content: "\0025cf   "
  }

  .lst-kix_list_39-2>li:before {
    content: "\0025aa   "
  }

  .lst-kix_list_12-7>li {
    counter-increment: lst-ctn-kix_list_12-7
  }

  .lst-kix_list_17-2>li:before {
    content: "\0025aa   "
  }

  ol.lst-kix_list_5-5.start {
    counter-reset: lst-ctn-kix_list_5-5 0
  }

  .lst-kix_list_30-0>li:before {
    content: "\002043   "
  }

  .lst-kix_list_17-5>li:before {
    content: "\0025aa   "
  }

  .lst-kix_list_6-2>li {
    counter-increment: lst-ctn-kix_list_6-2
  }

  .lst-kix_list_27-2>li:before {
    content: "\0025aa   "
  }

  .lst-kix_list_43-4>li:before {
    content: "" counter(lst-ctn-kix_list_43-0,decimal) "." counter(lst-ctn-kix_list_43-1,decimal) "." counter(lst-ctn-kix_list_43-2,decimal) "." counter(lst-ctn-kix_list_43-3,decimal) "." counter(lst-ctn-kix_list_43-4,decimal) ". "
  }

  .lst-kix_list_22-3>li:before {
    content: "\0025cf   "
  }

  .lst-kix_list_7-1>li:before {
    content: "o  "
  }

  .lst-kix_list_48-3>li:before {
    content: "\0025cf   "
  }

  ol.lst-kix_list_42-6.start {
    counter-reset: lst-ctn-kix_list_42-6 0
  }

  .lst-kix_list_43-8>li {
    counter-increment: lst-ctn-kix_list_43-8
  }

  ol.lst-kix_list_5-4.start {
    counter-reset: lst-ctn-kix_list_5-4 0
  }

  li.li-bullet-20:before {
    margin-left: -42.5pt;
    white-space: nowrap;
    display: inline-block;
    min-width: 42.5pt
  }

  ol.lst-kix_list_5-1.start {
    counter-reset: lst-ctn-kix_list_5-1 0
  }

  .lst-kix_list_20-3>li {
    counter-increment: lst-ctn-kix_list_20-3
  }

  .lst-kix_list_31-7>li:before {
    content: "o  "
  }

  .lst-kix_list_4-2>li:before {
    content: "\0025aa   "
  }

  .lst-kix_list_15-2>li:before {
    content: "\0025aa   "
  }

  .lst-kix_list_36-3>li:before {
    content: "\0025cf   "
  }

  .lst-kix_list_9-1>li:before {
    content: "o  "
  }

  .lst-kix_list_10-6>li:before {
    content: "\0025cf   "
  }

  ol.lst-kix_list_12-7.start {
    counter-reset: lst-ctn-kix_list_12-7 0
  }

  ul.lst-kix_list_40-5 {
    list-style-type: none
  }

  ul.lst-kix_list_40-4 {
    list-style-type: none
  }

  ul.lst-kix_list_40-7 {
    list-style-type: none
  }

  ul.lst-kix_list_40-6 {
    list-style-type: none
  }

  ul.lst-kix_list_40-8 {
    list-style-type: none
  }

  .lst-kix_list_40-8>li:before {
    content: "\0025aa   "
  }

  .lst-kix_list_41-5>li {
    counter-increment: lst-ctn-kix_list_41-5
  }

  ul.lst-kix_list_40-1 {
    list-style-type: none
  }

  ul.lst-kix_list_40-0 {
    list-style-type: none
  }

  ul.lst-kix_list_40-3 {
    list-style-type: none
  }

  ul.lst-kix_list_40-2 {
    list-style-type: none
  }

  ol.lst-kix_list_42-8.start {
    counter-reset: lst-ctn-kix_list_42-8 0
  }

  .lst-kix_list_41-4>li:before {
    content: "" counter(lst-ctn-kix_list_41-0,decimal) "." counter(lst-ctn-kix_list_41-1,decimal) "." counter(lst-ctn-kix_list_41-2,decimal) "." counter(lst-ctn-kix_list_41-3,decimal) "." counter(lst-ctn-kix_list_41-4,decimal) ". "
  }

  ol.lst-kix_list_12-8.start {
    counter-reset: lst-ctn-kix_list_12-8 0
  }

  .lst-kix_list_20-3>li:before {
    content: "" counter(lst-ctn-kix_list_20-3,decimal) ". "
  }

  .lst-kix_list_29-2>li:before {
    content: "\0025aa   "
  }

  .lst-kix_list_21-1>li {
    counter-increment: lst-ctn-kix_list_21-1
  }

  .lst-kix_list_28-6>li:before {
    content: "\0025cf   "
  }

  .lst-kix_list_1-6>li:before {
    content: "\0025cf   "
  }

  .lst-kix_list_42-3>li {
    counter-increment: lst-ctn-kix_list_42-3
  }

  .lst-kix_list_43-1>li {
    counter-increment: lst-ctn-kix_list_43-1
  }

  .lst-kix_list_33-7>li:before {
    content: "o  "
  }

  ol.lst-kix_list_42-7.start {
    counter-reset: lst-ctn-kix_list_42-7 0
  }

  .lst-kix_list_40-0>li:before {
    content: "\002212   "
  }

  .lst-kix_list_12-6>li:before {
    content: "" counter(lst-ctn-kix_list_12-6,decimal) ". "
  }

  .lst-kix_list_34-3>li:before {
    content: "\0025cf   "
  }

  .lst-kix_list_2-2>li:before {
    content: "\0025aa   "
  }

  .lst-kix_list_13-2>li:before {
    content: "\0025aa   "
  }

  ol.lst-kix_list_5-2.start {
    counter-reset: lst-ctn-kix_list_5-2 0
  }

  ol {
    margin: 0;
    padding: 0
  }

  table td,table th {
    padding: 0
  }

  .c38 {
    border-right-style: solid;
    padding: 0pt 5.4pt 0pt 5.4pt;
    border-bottom-color: #000000;
    border-top-width: 1pt;
    border-right-width: 0pt;
    border-left-color: #000000;
    vertical-align: top;
    border-right-color: #000000;
    border-left-width: 0pt;
    border-top-style: solid;
    border-left-style: solid;
    border-bottom-width: 1pt;
    width: 318.6pt;
    border-top-color: #000000;
    border-bottom-style: solid
  }

  .c31 {
    border-right-style: solid;
    padding: 0pt 5.4pt 0pt 5.4pt;
    border-bottom-color: #000000;
    border-top-width: 0pt;
    border-right-width: 1pt;
    border-left-color: #000000;
    vertical-align: top;
    border-right-color: #000000;
    border-left-width: 1pt;
    border-top-style: solid;
    border-left-style: solid;
    border-bottom-width: 1pt;
    width: 92.1pt;
    border-top-color: #000000;
    border-bottom-style: solid
  }

  .c32 {
    border-right-style: solid;
    padding: 5pt 5pt 5pt 5pt;
    border-bottom-color: #000000;
    border-top-width: 0pt;
    border-right-width: 0pt;
    border-left-color: #000000;
    vertical-align: top;
    border-right-color: #000000;
    border-left-width: 0pt;
    border-top-style: solid;
    border-left-style: solid;
    border-bottom-width: 0pt;
    width: 334.9pt;
    border-top-color: #000000;
    border-bottom-style: solid
  }

  .c62 {
    border-right-style: solid;
    padding: 0pt 5.4pt 0pt 5.4pt;
    border-bottom-color: #000000;
    border-top-width: 0pt;
    border-right-width: 0pt;
    border-left-color: #000000;
    vertical-align: top;
    border-right-color: #000000;
    border-left-width: 0pt;
    border-top-style: solid;
    border-left-style: solid;
    border-bottom-width: 1pt;
    width: 318.6pt;
    border-top-color: #000000;
    border-bottom-style: solid
  }

  .c25 {
    border-right-style: solid;
    padding: 0pt 5.4pt 0pt 5.4pt;
    border-bottom-color: #000000;
    border-top-width: 1pt;
    border-right-width: 1pt;
    border-left-color: #000000;
    vertical-align: top;
    border-right-color: #000000;
    border-left-width: 1pt;
    border-top-style: solid;
    border-left-style: solid;
    border-bottom-width: 0pt;
    width: 84.8pt;
    border-top-color: #000000;
    border-bottom-style: solid
  }

  .c64 {
    border-right-style: solid;
    padding: 0pt 5.4pt 0pt 5.4pt;
    border-bottom-color: #000000;
    border-top-width: 1pt;
    border-right-width: 0pt;
    border-left-color: #000000;
    vertical-align: top;
    border-right-color: #000000;
    border-left-width: 0pt;
    border-top-style: solid;
    border-left-style: solid;
    border-bottom-width: 1pt;
    width: 295.5pt;
    border-top-color: #000000;
    border-bottom-style: solid
  }

  .c74 {
    border-right-style: solid;
    padding: 0pt 5.4pt 0pt 5.4pt;
    border-bottom-color: #000000;
    border-top-width: 1pt;
    border-right-width: 1pt;
    border-left-color: #000000;
    vertical-align: top;
    border-right-color: #000000;
    border-left-width: 1pt;
    border-top-style: solid;
    border-left-style: solid;
    border-bottom-width: 1pt;
    width: 56.9pt;
    border-top-color: #000000;
    border-bottom-style: solid
  }

  .c21 {
    border-right-style: solid;
    padding: 0pt 5.4pt 0pt 5.4pt;
    border-bottom-color: #000000;
    border-top-width: 0pt;
    border-right-width: 0pt;
    border-left-color: #000000;
    vertical-align: top;
    border-right-color: #000000;
    border-left-width: 0pt;
    border-top-style: solid;
    border-left-style: solid;
    border-bottom-width: 1pt;
    width: 134.4pt;
    border-top-color: #000000;
    border-bottom-style: solid
  }

  .c52 {
    border-right-style: solid;
    padding: 0pt 5.4pt 0pt 5.4pt;
    border-bottom-color: #000000;
    border-top-width: 1pt;
    border-right-width: 1pt;
    border-left-color: #000000;
    vertical-align: top;
    border-right-color: #000000;
    border-left-width: 1pt;
    border-top-style: solid;
    border-left-style: solid;
    border-bottom-width: 1pt;
    width: 84.8pt;
    border-top-color: #000000;
    border-bottom-style: solid
  }

  .c40 {
    border-right-style: solid;
    padding: 0pt 5.4pt 0pt 5.4pt;
    border-bottom-color: #000000;
    border-top-width: 1pt;
    border-right-width: 1pt;
    border-left-color: #000000;
    vertical-align: top;
    border-right-color: #000000;
    border-left-width: 1pt;
    border-top-style: solid;
    border-left-style: solid;
    border-bottom-width: 0pt;
    width: 92.1pt;
    border-top-color: #000000;
    border-bottom-style: solid
  }

  .c77 {
    border-right-style: solid;
    padding: 0pt 5.4pt 0pt 5.4pt;
    border-bottom-color: #000000;
    border-top-width: 1pt;
    border-right-width: 0pt;
    border-left-color: #000000;
    vertical-align: top;
    border-right-color: #000000;
    border-left-width: 0pt;
    border-top-style: solid;
    border-left-style: solid;
    border-bottom-width: 0pt;
    width: 318.6pt;
    border-top-color: #000000;
    border-bottom-style: solid
  }

  .c33 {
    border-right-style: solid;
    padding: 0pt 5.4pt 0pt 5.4pt;
    border-bottom-color: #000000;
    border-top-width: 1pt;
    border-right-width: 0pt;
    border-left-color: #000000;
    vertical-align: top;
    border-right-color: #000000;
    border-left-width: 0pt;
    border-top-style: solid;
    border-left-style: solid;
    border-bottom-width: 1pt;
    width: 134.4pt;
    border-top-color: #000000;
    border-bottom-style: solid
  }

  .c60 {
    border-right-style: solid;
    padding: 0pt 5.4pt 0pt 5.4pt;
    border-bottom-color: #000000;
    border-top-width: 1pt;
    border-right-width: 1pt;
    border-left-color: #000000;
    vertical-align: top;
    border-right-color: #000000;
    border-left-width: 0pt;
    border-top-style: solid;
    border-left-style: solid;
    border-bottom-width: 0pt;
    width: 75.8pt;
    border-top-color: #000000;
    border-bottom-style: solid
  }

  .c56 {
    border-right-style: solid;
    padding: 0pt 5.4pt 0pt 5.4pt;
    border-bottom-color: #000000;
    border-top-width: 0pt;
    border-right-width: 0pt;
    border-left-color: #000000;
    vertical-align: top;
    border-right-color: #000000;
    border-left-width: 1pt;
    border-top-style: solid;
    border-left-style: solid;
    border-bottom-width: 1pt;
    width: 84.8pt;
    border-top-color: #000000;
    border-bottom-style: solid
  }

  .c58 {
    border-right-style: solid;
    padding: 5pt 5pt 5pt 5pt;
    border-bottom-color: #000000;
    border-top-width: 0pt;
    border-right-width: 0pt;
    border-left-color: #000000;
    vertical-align: top;
    border-right-color: #000000;
    border-left-width: 0pt;
    border-top-style: solid;
    border-left-style: solid;
    border-bottom-width: 0pt;
    width: 127.5pt;
    border-top-color: #000000;
    border-bottom-style: solid
  }

  .c88 {
    border-right-style: solid;
    padding: 0pt 5.4pt 0pt 5.4pt;
    border-bottom-color: #000000;
    border-top-width: 0pt;
    border-right-width: 1pt;
    border-left-color: #000000;
    vertical-align: top;
    border-right-color: #000000;
    border-left-width: 0pt;
    border-top-style: solid;
    border-left-style: solid;
    border-bottom-width: 1pt;
    width: 277.9pt;
    border-top-color: #000000;
    border-bottom-style: solid
  }

  .c46 {
    border-right-style: solid;
    padding: 0pt 5.4pt 0pt 5.4pt;
    border-bottom-color: #000000;
    border-top-width: 1pt;
    border-right-width: 0pt;
    border-left-color: #000000;
    vertical-align: top;
    border-right-color: #000000;
    border-left-width: 1pt;
    border-top-style: solid;
    border-left-style: solid;
    border-bottom-width: 1pt;
    width: 88.3pt;
    border-top-color: #000000;
    border-bottom-style: solid
  }

  .c73 {
    border-right-style: solid;
    padding: 0pt 5.4pt 0pt 5.4pt;
    border-bottom-color: #000000;
    border-top-width: 0pt;
    border-right-width: 1pt;
    border-left-color: #000000;
    vertical-align: top;
    border-right-color: #000000;
    border-left-width: 0pt;
    border-top-style: solid;
    border-left-style: solid;
    border-bottom-width: 1pt;
    width: 75.8pt;
    border-top-color: #000000;
    border-bottom-style: solid
  }

  .c79 {
    border-right-style: solid;
    padding: 0pt 5.4pt 0pt 5.4pt;
    border-bottom-color: #000000;
    border-top-width: 1pt;
    border-right-width: 1pt;
    border-left-color: #000000;
    vertical-align: top;
    border-right-color: #000000;
    border-left-width: 1pt;
    border-top-style: solid;
    border-left-style: solid;
    border-bottom-width: 0pt;
    width: 149.3pt;
    border-top-color: #000000;
    border-bottom-style: solid
  }

  .c86 {
    border-right-style: solid;
    padding: 0pt 5.4pt 0pt 5.4pt;
    border-bottom-color: #000000;
    border-top-width: 1pt;
    border-right-width: 0pt;
    border-left-color: #000000;
    vertical-align: top;
    border-right-color: #000000;
    border-left-width: 0pt;
    border-top-style: solid;
    border-left-style: solid;
    border-bottom-width: 0pt;
    width: 295.5pt;
    border-top-color: #000000;
    border-bottom-style: solid
  }

  .c85 {
    border-right-style: solid;
    padding: 0pt 5.4pt 0pt 5.4pt;
    border-bottom-color: #000000;
    border-top-width: 1pt;
    border-right-width: 0pt;
    border-left-color: #000000;
    vertical-align: top;
    border-right-color: #000000;
    border-left-width: 0pt;
    border-top-style: solid;
    border-left-style: solid;
    border-bottom-width: 0pt;
    width: 134.4pt;
    border-top-color: #000000;
    border-bottom-style: solid
  }

  .c67 {
    border-right-style: solid;
    padding: 0pt 5.4pt 0pt 5.4pt;
    border-bottom-color: #000000;
    border-top-width: 0pt;
    border-right-width: 1pt;
    border-left-color: #000000;
    vertical-align: top;
    border-right-color: #000000;
    border-left-width: 1pt;
    border-top-style: solid;
    border-left-style: solid;
    border-bottom-width: 1pt;
    width: 149.3pt;
    border-top-color: #000000;
    border-bottom-style: solid
  }

  .c6 {
    border-right-style: solid;
    padding: 0pt 5.4pt 0pt 5.4pt;
    border-bottom-color: #000000;
    border-top-width: 0pt;
    border-right-width: 0pt;
    border-left-color: #000000;
    vertical-align: top;
    border-right-color: #000000;
    border-left-width: 0pt;
    border-top-style: solid;
    border-left-style: solid;
    border-bottom-width: 0pt;
    width: 481.9pt;
    border-top-color: #000000;
    border-bottom-style: solid
  }

  .c35 {
    border-right-style: solid;
    padding: 0pt 5.4pt 0pt 5.4pt;
    border-bottom-color: #000000;
    border-top-width: 1pt;
    border-right-width: 0pt;
    border-left-color: #000000;
    vertical-align: top;
    border-right-color: #000000;
    border-left-width: 1pt;
    border-top-style: solid;
    border-left-style: solid;
    border-bottom-width: 0pt;
    width: 84.8pt;
    border-top-color: #000000;
    border-bottom-style: solid
  }

  .c48 {
    border-right-style: solid;
    padding: 0pt 5.4pt 0pt 5.4pt;
    border-bottom-color: #000000;
    border-top-width: 0pt;
    border-right-width: 0pt;
    border-left-color: #000000;
    vertical-align: top;
    border-right-color: #000000;
    border-left-width: 0pt;
    border-top-style: solid;
    border-left-style: solid;
    border-bottom-width: 1pt;
    width: 196.8pt;
    border-top-color: #000000;
    border-bottom-style: solid
  }

  .c75 {
    border-right-style: solid;
    padding: 0pt 5.4pt 0pt 5.4pt;
    border-bottom-color: #000000;
    border-top-width: 0pt;
    border-right-width: 0pt;
    border-left-color: #000000;
    vertical-align: top;
    border-right-color: #000000;
    border-left-width: 1pt;
    border-top-style: solid;
    border-left-style: solid;
    border-bottom-width: 1pt;
    width: 88.3pt;
    border-top-color: #000000;
    border-bottom-style: solid
  }

  .c15 {
    border-right-style: solid;
    padding: 0pt 5.4pt 0pt 5.4pt;
    border-bottom-color: #000000;
    border-top-width: 1pt;
    border-right-width: 1pt;
    border-left-color: #000000;
    vertical-align: top;
    border-right-color: #000000;
    border-left-width: 1pt;
    border-top-style: solid;
    border-left-style: solid;
    border-bottom-width: 1pt;
    width: 92.1pt;
    border-top-color: #000000;
    border-bottom-style: solid
  }

  .c47 {
    border-right-style: solid;
    padding: 0pt 5.4pt 0pt 5.4pt;
    border-bottom-color: #000000;
    border-top-width: 1pt;
    border-right-width: 1pt;
    border-left-color: #000000;
    vertical-align: top;
    border-right-color: #000000;
    border-left-width: 0pt;
    border-top-style: solid;
    border-left-style: solid;
    border-bottom-width: 0pt;
    width: 277.9pt;
    border-top-color: #000000;
    border-bottom-style: solid
  }

  .c61 {
    border-right-style: solid;
    padding: 0pt 5.4pt 0pt 5.4pt;
    border-bottom-color: #000000;
    border-top-width: 1pt;
    border-right-width: 0pt;
    border-left-color: #000000;
    vertical-align: top;
    border-right-color: #000000;
    border-left-width: 0pt;
    border-top-style: solid;
    border-left-style: solid;
    border-bottom-width: 1pt;
    width: 196.8pt;
    border-top-color: #000000;
    border-bottom-style: solid
  }

  .c5 {
    border-right-style: solid;
    padding: 0pt 5.4pt 0pt 5.4pt;
    border-bottom-color: #000000;
    border-top-width: 1pt;
    border-right-width: 1pt;
    border-left-color: #000000;
    vertical-align: top;
    border-right-color: #000000;
    border-left-width: 0pt;
    border-top-style: solid;
    border-left-style: solid;
    border-bottom-width: 1pt;
    width: 75.8pt;
    border-top-color: #000000;
    border-bottom-style: solid
  }

  .c55 {
    border-right-style: solid;
    padding: 0pt 5.4pt 0pt 5.4pt;
    border-bottom-color: #000000;
    border-top-width: 1pt;
    border-right-width: 0pt;
    border-left-color: #000000;
    vertical-align: top;
    border-right-color: #000000;
    border-left-width: 0pt;
    border-top-style: solid;
    border-left-style: solid;
    border-bottom-width: 0pt;
    width: 196.8pt;
    border-top-color: #000000;
    border-bottom-style: solid
  }

  .c27 {
    border-right-style: solid;
    padding: 0pt 5.4pt 0pt 5.4pt;
    border-bottom-color: #000000;
    border-top-width: 0pt;
    border-right-width: 0pt;
    border-left-color: #000000;
    vertical-align: top;
    border-right-color: #000000;
    border-left-width: 0pt;
    border-top-style: solid;
    border-left-style: solid;
    border-bottom-width: 0pt;
    width: 143.2pt;
    border-top-color: #000000;
    border-bottom-style: solid
  }

  .c22 {
    border-right-style: solid;
    padding: 0pt 5.4pt 0pt 5.4pt;
    border-bottom-color: #000000;
    border-top-width: 1pt;
    border-right-width: 0pt;
    border-left-color: #000000;
    vertical-align: top;
    border-right-color: #000000;
    border-left-width: 1pt;
    border-top-style: solid;
    border-left-style: solid;
    border-bottom-width: 1pt;
    width: 84.8pt;
    border-top-color: #000000;
    border-bottom-style: solid
  }

  .c69 {
    border-right-style: solid;
    padding: 0pt 5.4pt 0pt 5.4pt;
    border-bottom-color: #000000;
    border-top-width: 1pt;
    border-right-width: 1pt;
    border-left-color: #000000;
    vertical-align: top;
    border-right-color: #000000;
    border-left-width: 1pt;
    border-top-style: solid;
    border-left-style: solid;
    border-bottom-width: 0pt;
    width: 56.9pt;
    border-top-color: #000000;
    border-bottom-style: solid
  }

  .c66 {
    border-right-style: solid;
    padding: 0pt 5.4pt 0pt 5.4pt;
    border-bottom-color: #000000;
    border-top-width: 0pt;
    border-right-width: 1pt;
    border-left-color: #000000;
    vertical-align: top;
    border-right-color: #000000;
    border-left-width: 1pt;
    border-top-style: solid;
    border-left-style: solid;
    border-bottom-width: 1pt;
    width: 84.8pt;
    border-top-color: #000000;
    border-bottom-style: solid
  }

  .c23 {
    border-right-style: solid;
    padding: 0pt 5.4pt 0pt 5.4pt;
    border-bottom-color: #000000;
    border-top-width: 0pt;
    border-right-width: 1pt;
    border-left-color: #000000;
    vertical-align: top;
    border-right-color: #000000;
    border-left-width: 1pt;
    border-top-style: solid;
    border-left-style: solid;
    border-bottom-width: 1pt;
    width: 56.9pt;
    border-top-color: #000000;
    border-bottom-style: solid
  }

  .c45 {
    border-right-style: solid;
    padding: 0pt 5.4pt 0pt 5.4pt;
    border-bottom-color: #000000;
    border-top-width: 0pt;
    border-right-width: 0pt;
    border-left-color: #000000;
    vertical-align: top;
    border-right-color: #000000;
    border-left-width: 0pt;
    border-top-style: solid;
    border-left-style: solid;
    border-bottom-width: 0pt;
    width: 338.6pt;
    border-top-color: #000000;
    border-bottom-style: solid
  }

  .c16 {
    border-right-style: solid;
    padding: 0pt 5.4pt 0pt 5.4pt;
    border-bottom-color: #000000;
    border-top-width: 1pt;
    border-right-width: 1pt;
    border-left-color: #000000;
    vertical-align: top;
    border-right-color: #000000;
    border-left-width: 0pt;
    border-top-style: solid;
    border-left-style: solid;
    border-bottom-width: 1pt;
    width: 277.9pt;
    border-top-color: #000000;
    border-bottom-style: solid
  }

  .c71 {
    border-right-style: solid;
    padding: 0pt 5.4pt 0pt 5.4pt;
    border-bottom-color: #000000;
    border-top-width: 0pt;
    border-right-width: 0pt;
    border-left-color: #000000;
    vertical-align: top;
    border-right-color: #000000;
    border-left-width: 0pt;
    border-top-style: solid;
    border-left-style: solid;
    border-bottom-width: 1pt;
    width: 295.5pt;
    border-top-color: #000000;
    border-bottom-style: solid
  }

  .c72 {
    border-right-style: solid;
    padding: 0pt 5.4pt 0pt 5.4pt;
    border-bottom-color: #000000;
    border-top-width: 1pt;
    border-right-width: 1pt;
    border-left-color: #000000;
    vertical-align: top;
    border-right-color: #000000;
    border-left-width: 1pt;
    border-top-style: solid;
    border-left-style: solid;
    border-bottom-width: 1pt;
    width: 149.3pt;
    border-top-color: #000000;
    border-bottom-style: solid
  }

  .c41 {
    border-right-style: solid;
    padding: 0pt 5.4pt 0pt 5.4pt;
    border-bottom-color: #000000;
    border-top-width: 1pt;
    border-right-width: 0pt;
    border-left-color: #000000;
    vertical-align: top;
    border-right-color: #000000;
    border-left-width: 1pt;
    border-top-style: solid;
    border-left-style: solid;
    border-bottom-width: 0pt;
    width: 88.3pt;
    border-top-color: #000000;
    border-bottom-style: solid
  }

  .c70 {
    margin-left: 25.4pt;
    padding-top: 6pt;
    padding-left: -3.8pt;
    padding-bottom: 6pt;
    line-height: 1.0791666666666666;
    orphans: 2;
    widows: 2;
    text-align: justify
  }

  .c87 {
    margin-left: 18pt;
    padding-top: 6pt;
    padding-left: 0pt;
    padding-bottom: 0pt;
    line-height: 1.0;
    orphans: 2;
    widows: 2;
    text-align: justify
  }

  .c0 {
    margin-left: 46.4pt;
    padding-top: 6pt;
    padding-left: 24.5pt;
    padding-bottom: 6pt;
    line-height: 1.0;
    orphans: 2;
    widows: 2;
    text-align: justify
  }

  .c34 {
    margin-left: 47.8pt;
    padding-top: 6pt;
    padding-left: 17.5pt;
    padding-bottom: 6pt;
    line-height: 1.0791666666666666;
    orphans: 2;
    widows: 2;
    text-align: justify
  }

  .c20 {
    margin-left: 22.6pt;
    padding-top: 6pt;
    padding-left: 0pt;
    padding-bottom: 6pt;
    line-height: 1.0791666666666666;
    orphans: 2;
    widows: 2;
    text-align: justify
  }

  .c24 {
    margin-left: 12.4pt;
    padding-top: 6pt;
    padding-left: 10.4pt;
    padding-bottom: 6pt;
    line-height: 1.0791666666666666;
    orphans: 2;
    widows: 2;
    text-align: justify
  }

  .c44 {
    margin-left: 21.6pt;
    padding-top: 6pt;
    padding-left: 0pt;
    padding-bottom: 6pt;
    line-height: 1.0791666666666666;
    orphans: 2;
    widows: 2;
    text-align: justify
  }

  .c37 {
    margin-left: 22.9pt;
    padding-top: 6pt;
    padding-left: 0pt;
    padding-bottom: 6pt;
    line-height: 1.0791666666666666;
    orphans: 2;
    widows: 2;
    text-align: justify
  }

  .c42 {
    margin-left: 47.3pt;
    padding-top: 6pt;
    padding-left: 18pt;
    padding-bottom: 6pt;
    line-height: 1.0791666666666666;
    orphans: 2;
    widows: 2;
    text-align: justify
  }

  .c43 {
    margin-left: 46.3pt;
    padding-top: 6pt;
    padding-left: 17.5pt;
    padding-bottom: 0pt;
    line-height: 1.0;
    orphans: 2;
    widows: 2;
    text-align: justify
  }

  .c7 {
    margin-left: 46.3pt;
    padding-top: 6pt;
    padding-left: 17.5pt;
    padding-bottom: 6pt;
    line-height: 1.0;
    orphans: 2;
    widows: 2;
    text-align: justify
  }

  .c39 {
    color: #000000;
    font-weight: 400;
    text-decoration: none;
    vertical-align: baseline;
    font-size: 11pt;
    font-family: "Quattrocento Sans";
    font-style: normal
  }

  .c68 {
    color: #000000;
    font-weight: 400;
    text-decoration: none;
    vertical-align: baseline;
    font-size: 11pt;
    font-family: "Calibri";
    font-style: normal
  }

  .c11 {
    color: #000000;
    font-weight: 700;
    text-decoration: none;
    vertical-align: baseline;
    font-size: 11pt;
    font-family: "Times New Roman";
    font-style: normal
  }

  .c2 {
    color: #000000;
    font-weight: 400;
    text-decoration: none;
    vertical-align: baseline;
    font-size: 11pt;
    font-family: "Times New Roman";
    font-style: normal
  }

  .c36 {
    -webkit-text-decoration-skip: none;
    text-decoration: underline;
    vertical-align: baseline;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
    font-size: 11pt;
    font-style: normal
  }

  .c63 {
    padding-top: 0pt;
    padding-bottom: 0pt;
    line-height: 1.0;
    orphans: 2;
    widows: 2;
    text-align: right
  }

  .c10 {
    padding-top: 6pt;
    padding-bottom: 6pt;
    line-height: 1.0;
    orphans: 2;
    widows: 2;
    text-align: left
  }

  .c81 {
    padding-top: 0pt;
    padding-bottom: 6pt;
    line-height: 1.0;
    orphans: 2;
    widows: 2;
    text-align: justify
  }

  .c8 {
    padding-top: 6pt;
    padding-bottom: 6pt;
    line-height: 1.0;
    orphans: 2;
    widows: 2;
    text-align: justify
  }

  .c3 {
    padding-top: 7.2pt;
    padding-bottom: 7.2pt;
    line-height: 1.0;
    orphans: 2;
    widows: 2;
    text-align: left
  }

  .c26 {
    border-spacing: 0;
    border-collapse: collapse;
    margin-right: auto
  }

  .c49 {
    margin-left: 5.4pt;
    border-spacing: 0;
    border-collapse: collapse;
    margin-right: auto
  }

  .c19 {
    margin-left: 28.4pt;
    border-spacing: 0;
    border-collapse: collapse;
    margin-right: auto
  }

  .c51 {
    margin-left: 26.7pt;
    border-spacing: 0;
    border-collapse: collapse;
    margin-right: auto
  }

  .c53 {
    margin-left: 26.3pt;
    border-spacing: 0;
    border-collapse: collapse;
    margin-right: auto
  }

  .c76 {
    background-color: #ffffff;
    max-width: 481.9pt;
    padding: 56.7pt 56.7pt 56.7pt 56.7pt
  }

  .c18 {
    color: #000000;
    font-weight: 400;
    font-family: "Times New Roman"
  }

  .c12 {
    margin-left: 46.4pt;
    padding-left: 10.4pt
  }

  .c28 {
    font-weight: 400;
    font-family: "Times New Roman"
  }

  .c57 {
    font-weight: 700;
    font-family: "Times New Roman"
  }

  .c9 {
    margin-left: 18pt;
    padding-left: 10.4pt
  }

  .c59 {
    margin-left: 45.8pt;
    padding-left: 18pt
  }

  .c78 {
    margin-left: 10.9pt;
    padding-left: 17.5pt
  }

  .c4 {
    padding: 0;
    margin: 0
  }

  .c84 {
    margin-left: 46.3pt;
    padding-left: 17.5pt
  }

  .c54 {
    margin-left: 22.6pt;
    text-indent: -0.1pt
  }

  .c50 {
    margin-left: 63.8pt;
    padding-left: 0pt
  }

  .c14 {
    margin-left: 53.4pt;
    padding-left: 10.4pt
  }

  .c1 {
    height: 13.8pt
  }

  .c29 {
    background-color: #ffff00
  }

  .c17 {
    height: 0pt
  }

  .c82 {
    height: 1.1pt
  }

  .c80 {
    margin-left: 63.8pt
  }

  .c83 {
    margin-left: 22.7pt
  }

  .c13 {
    height: 11pt
  }

  .c65 {
    height: 20.4pt
  }

  .c30 {
    margin-left: 28.4pt
  }

  .title {
    padding-top: 24pt;
    color: #000000;
    font-weight: 700;
    font-size: 36pt;
    padding-bottom: 6pt;
    font-family: "Calibri";
    line-height: 1.0791666666666666;
    page-break-after: avoid;
    orphans: 2;
    widows: 2;
    text-align: left
  }

  .subtitle {
    padding-top: 18pt;
    color: #666666;
    font-size: 24pt;
    padding-bottom: 4pt;
    font-family: "Georgia";
    line-height: 1.0791666666666666;
    page-break-after: avoid;
    font-style: italic;
    orphans: 2;
    widows: 2;
    text-align: left
  }

  li {
    color: #000000;
    font-size: 11pt;
    font-family: "Calibri"
  }

  p {
    margin: 0;
    color: #000000;
    font-size: 11pt;
    font-family: "Calibri"
  }

  h1 {
    padding-top: 24pt;
    color: #000000;
    font-weight: 700;
    font-size: 24pt;
    padding-bottom: 6pt;
    font-family: "Calibri";
    line-height: 1.0791666666666666;
    page-break-after: avoid;
    orphans: 2;
    widows: 2;
    text-align: left
  }

  h2 {
    padding-top: 18pt;
    color: #000000;
    font-weight: 700;
    font-size: 18pt;
    padding-bottom: 4pt;
    font-family: "Calibri";
    line-height: 1.0791666666666666;
    page-break-after: avoid;
    orphans: 2;
    widows: 2;
    text-align: left
  }

  h3 {
    padding-top: 14pt;
    color: #000000;
    font-weight: 700;
    font-size: 14pt;
    padding-bottom: 4pt;
    font-family: "Calibri";
    line-height: 1.0791666666666666;
    page-break-after: avoid;
    orphans: 2;
    widows: 2;
    text-align: left
  }

  h4 {
    padding-top: 12pt;
    color: #000000;
    font-weight: 700;
    font-size: 12pt;
    padding-bottom: 2pt;
    font-family: "Calibri";
    line-height: 1.0791666666666666;
    page-break-after: avoid;
    orphans: 2;
    widows: 2;
    text-align: left
  }

  h5 {
    padding-top: 11pt;
    color: #000000;
    font-weight: 700;
    font-size: 11pt;
    padding-bottom: 2pt;
    font-family: "Calibri";
    line-height: 1.0791666666666666;
    page-break-after: avoid;
    orphans: 2;
    widows: 2;
    text-align: left
  }

  h6 {
    padding-top: 10pt;
    color: #000000;
    font-weight: 700;
    font-size: 10pt;
    padding-bottom: 2pt;
    font-family: "Calibri";
    line-height: 1.0791666666666666;
    page-break-after: avoid;
    orphans: 2;
    widows: 2;
    text-align: left
  }

  @media (max-width: 768px) {
    .c76 {
      background-color: #ffffff;
      max-width: 481.9pt;
      padding: 20px
    }
  }
}.terms-of-service {
  ol.lst-kix_list_7-0 {
    list-style-type: none
  }

  .lst-kix_list_6-1>li {
    counter-increment: lst-ctn-kix_list_6-1
  }

  ol.lst-kix_list_6-6.start {
    counter-reset: lst-ctn-kix_list_6-6 0
  }

  ol.lst-kix_list_7-4.start {
    counter-reset: lst-ctn-kix_list_7-4 0
  }

  .lst-kix_list_7-0>li {
    counter-increment: lst-ctn-kix_list_7-0
  }

  ol.lst-kix_list_7-5 {
    list-style-type: none
  }

  ol.lst-kix_list_7-6 {
    list-style-type: none
  }

  ol.lst-kix_list_7-7 {
    list-style-type: none
  }

  ol.lst-kix_list_7-8 {
    list-style-type: none
  }

  ol.lst-kix_list_7-1 {
    list-style-type: none
  }

  ol.lst-kix_list_1-5.start {
    counter-reset: lst-ctn-kix_list_1-5 0
  }

  ol.lst-kix_list_7-2 {
    list-style-type: none
  }

  ol.lst-kix_list_7-3 {
    list-style-type: none
  }

  ol.lst-kix_list_7-4 {
    list-style-type: none
  }

  .lst-kix_list_1-2>li {
    counter-increment: lst-ctn-kix_list_1-2
  }

  .lst-kix_list_7-2>li {
    counter-increment: lst-ctn-kix_list_7-2
  }

  .lst-kix_list_5-0>li:before {
    content: "\0025cf   "
  }

  ol.lst-kix_list_6-0 {
    list-style-type: none
  }

  ol.lst-kix_list_6-1 {
    list-style-type: none
  }

  .lst-kix_list_1-4>li {
    counter-increment: lst-ctn-kix_list_1-4
  }

  ol.lst-kix_list_1-6.start {
    counter-reset: lst-ctn-kix_list_1-6 0
  }

  .lst-kix_list_5-3>li:before {
    content: "\0025aa   "
  }

  .lst-kix_list_5-2>li:before {
    content: "\0025aa   "
  }

  .lst-kix_list_5-1>li:before {
    content: "o  "
  }

  .lst-kix_list_5-7>li:before {
    content: "\0025aa   "
  }

  ul.lst-kix_list_8-4 {
    list-style-type: none
  }

  ul.lst-kix_list_8-5 {
    list-style-type: none
  }

  .lst-kix_list_5-6>li:before {
    content: "\0025aa   "
  }

  .lst-kix_list_5-8>li:before {
    content: "\0025aa   "
  }

  ul.lst-kix_list_8-2 {
    list-style-type: none
  }

  ul.lst-kix_list_8-3 {
    list-style-type: none
  }

  ul.lst-kix_list_8-8 {
    list-style-type: none
  }

  ul.lst-kix_list_8-6 {
    list-style-type: none
  }

  ul.lst-kix_list_8-7 {
    list-style-type: none
  }

  ol.lst-kix_list_6-6 {
    list-style-type: none
  }

  ol.lst-kix_list_6-7 {
    list-style-type: none
  }

  .lst-kix_list_5-4>li:before {
    content: "\0025aa   "
  }

  ol.lst-kix_list_6-8 {
    list-style-type: none
  }

  .lst-kix_list_5-5>li:before {
    content: "\0025aa   "
  }

  ol.lst-kix_list_6-2 {
    list-style-type: none
  }

  ul.lst-kix_list_8-0 {
    list-style-type: none
  }

  ol.lst-kix_list_6-3 {
    list-style-type: none
  }

  ul.lst-kix_list_8-1 {
    list-style-type: none
  }

  ol.lst-kix_list_6-4 {
    list-style-type: none
  }

  ol.lst-kix_list_6-5 {
    list-style-type: none
  }

  ol.lst-kix_list_1-0.start {
    counter-reset: lst-ctn-kix_list_1-0 0
  }

  .lst-kix_list_6-1>li:before {
    content: "" counter(lst-ctn-kix_list_6-1,lower-latin) ". "
  }

  .lst-kix_list_6-3>li:before {
    content: "" counter(lst-ctn-kix_list_6-3,decimal) ". "
  }

  .lst-kix_list_6-5>li {
    counter-increment: lst-ctn-kix_list_6-5
  }

  .lst-kix_list_6-8>li {
    counter-increment: lst-ctn-kix_list_6-8
  }

  .lst-kix_list_6-0>li:before {
    content: "" counter(lst-ctn-kix_list_6-0,decimal) ". "
  }

  .lst-kix_list_6-4>li:before {
    content: "" counter(lst-ctn-kix_list_6-4,lower-latin) ". "
  }

  .lst-kix_list_6-2>li:before {
    content: "" counter(lst-ctn-kix_list_6-2,lower-roman) ". "
  }

  .lst-kix_list_6-8>li:before {
    content: "" counter(lst-ctn-kix_list_6-8,lower-roman) ". "
  }

  .lst-kix_list_6-5>li:before {
    content: "" counter(lst-ctn-kix_list_6-5,lower-roman) ". "
  }

  .lst-kix_list_6-7>li:before {
    content: "" counter(lst-ctn-kix_list_6-7,lower-latin) ". "
  }

  .lst-kix_list_6-6>li:before {
    content: "" counter(lst-ctn-kix_list_6-6,decimal) ". "
  }

  ol.lst-kix_list_1-3 {
    list-style-type: none
  }

  ol.lst-kix_list_1-4 {
    list-style-type: none
  }

  .lst-kix_list_2-7>li:before {
    content: "\0025aa   "
  }

  ol.lst-kix_list_1-5 {
    list-style-type: none
  }

  .lst-kix_list_7-4>li:before {
    content: "" counter(lst-ctn-kix_list_7-0,decimal) "." counter(lst-ctn-kix_list_7-1,decimal) "." counter(lst-ctn-kix_list_7-2,decimal) "." counter(lst-ctn-kix_list_7-3,decimal) "." counter(lst-ctn-kix_list_7-4,decimal) ". "
  }

  .lst-kix_list_7-6>li:before {
    content: "" counter(lst-ctn-kix_list_7-0,decimal) "." counter(lst-ctn-kix_list_7-1,decimal) "." counter(lst-ctn-kix_list_7-2,decimal) "." counter(lst-ctn-kix_list_7-3,decimal) "." counter(lst-ctn-kix_list_7-4,decimal) "." counter(lst-ctn-kix_list_7-5,decimal) "." counter(lst-ctn-kix_list_7-6,decimal) ". "
  }

  ol.lst-kix_list_1-6 {
    list-style-type: none
  }

  ol.lst-kix_list_1-0 {
    list-style-type: none
  }

  .lst-kix_list_2-5>li:before {
    content: "\0025aa   "
  }

  ol.lst-kix_list_6-2.start {
    counter-reset: lst-ctn-kix_list_6-2 0
  }

  ol.lst-kix_list_1-1 {
    list-style-type: none
  }

  ol.lst-kix_list_1-2 {
    list-style-type: none
  }

  .lst-kix_list_7-2>li:before {
    content: "" counter(lst-ctn-kix_list_7-0,decimal) "." counter(lst-ctn-kix_list_7-1,decimal) "." counter(lst-ctn-kix_list_7-2,decimal) ". "
  }

  .lst-kix_list_7-6>li {
    counter-increment: lst-ctn-kix_list_7-6
  }

  ul.lst-kix_list_3-7 {
    list-style-type: none
  }

  ul.lst-kix_list_3-8 {
    list-style-type: none
  }

  ul.lst-kix_list_3-1 {
    list-style-type: none
  }

  ul.lst-kix_list_3-2 {
    list-style-type: none
  }

  .lst-kix_list_7-7>li {
    counter-increment: lst-ctn-kix_list_7-7
  }

  .lst-kix_list_7-8>li:before {
    content: "" counter(lst-ctn-kix_list_7-0,decimal) "." counter(lst-ctn-kix_list_7-1,decimal) "." counter(lst-ctn-kix_list_7-2,decimal) "." counter(lst-ctn-kix_list_7-3,decimal) "." counter(lst-ctn-kix_list_7-4,decimal) "." counter(lst-ctn-kix_list_7-5,decimal) "." counter(lst-ctn-kix_list_7-6,decimal) "." counter(lst-ctn-kix_list_7-7,decimal) "." counter(lst-ctn-kix_list_7-8,decimal) ". "
  }

  ul.lst-kix_list_3-0 {
    list-style-type: none
  }

  ol.lst-kix_list_1-7 {
    list-style-type: none
  }

  ul.lst-kix_list_3-5 {
    list-style-type: none
  }

  ol.lst-kix_list_1-8 {
    list-style-type: none
  }

  ul.lst-kix_list_3-6 {
    list-style-type: none
  }

  ul.lst-kix_list_3-3 {
    list-style-type: none
  }

  ul.lst-kix_list_3-4 {
    list-style-type: none
  }

  .lst-kix_list_7-8>li {
    counter-increment: lst-ctn-kix_list_7-8
  }

  .lst-kix_list_4-1>li:before {
    content: "o  "
  }

  ol.lst-kix_list_7-3.start {
    counter-reset: lst-ctn-kix_list_7-3 0
  }

  .lst-kix_list_4-3>li:before {
    content: "\0025aa   "
  }

  .lst-kix_list_4-5>li:before {
    content: "\0025aa   "
  }

  .lst-kix_list_1-8>li {
    counter-increment: lst-ctn-kix_list_1-8
  }

  ol.lst-kix_list_1-4.start {
    counter-reset: lst-ctn-kix_list_1-4 0
  }

  ol.lst-kix_list_1-1.start {
    counter-reset: lst-ctn-kix_list_1-1 0
  }

  .lst-kix_list_6-4>li {
    counter-increment: lst-ctn-kix_list_6-4
  }

  .lst-kix_list_6-3>li {
    counter-increment: lst-ctn-kix_list_6-3
  }

  ol.lst-kix_list_1-3.start {
    counter-reset: lst-ctn-kix_list_1-3 0
  }

  ul.lst-kix_list_2-8 {
    list-style-type: none
  }

  ol.lst-kix_list_1-2.start {
    counter-reset: lst-ctn-kix_list_1-2 0
  }

  ol.lst-kix_list_7-6.start {
    counter-reset: lst-ctn-kix_list_7-6 0
  }

  ol.lst-kix_list_6-1.start {
    counter-reset: lst-ctn-kix_list_6-1 0
  }

  ul.lst-kix_list_2-2 {
    list-style-type: none
  }

  ul.lst-kix_list_2-3 {
    list-style-type: none
  }

  ul.lst-kix_list_2-0 {
    list-style-type: none
  }

  ul.lst-kix_list_2-1 {
    list-style-type: none
  }

  ul.lst-kix_list_2-6 {
    list-style-type: none
  }

  .lst-kix_list_1-1>li:before {
    content: "" counter(lst-ctn-kix_list_1-1,lower-latin) ". "
  }

  ul.lst-kix_list_2-7 {
    list-style-type: none
  }

  ul.lst-kix_list_2-4 {
    list-style-type: none
  }

  ul.lst-kix_list_2-5 {
    list-style-type: none
  }

  .lst-kix_list_1-3>li:before {
    content: "" counter(lst-ctn-kix_list_1-3,decimal) ". "
  }

  .lst-kix_list_1-7>li:before {
    content: "" counter(lst-ctn-kix_list_1-7,lower-latin) ". "
  }

  .lst-kix_list_1-3>li {
    counter-increment: lst-ctn-kix_list_1-3
  }

  .lst-kix_list_1-5>li:before {
    content: "" counter(lst-ctn-kix_list_1-5,lower-roman) ". "
  }

  ol.lst-kix_list_7-5.start {
    counter-reset: lst-ctn-kix_list_7-5 0
  }

  .lst-kix_list_2-1>li:before {
    content: "o  "
  }

  ol.lst-kix_list_6-0.start {
    counter-reset: lst-ctn-kix_list_6-0 0
  }

  .lst-kix_list_2-3>li:before {
    content: "\0025aa   "
  }

  .lst-kix_list_1-1>li {
    counter-increment: lst-ctn-kix_list_1-1
  }

  .lst-kix_list_7-1>li {
    counter-increment: lst-ctn-kix_list_7-1
  }

  .lst-kix_list_3-0>li:before {
    content: "\0025cf   "
  }

  ol.lst-kix_list_7-7.start {
    counter-reset: lst-ctn-kix_list_7-7 0
  }

  ul.lst-kix_list_5-7 {
    list-style-type: none
  }

  ul.lst-kix_list_5-8 {
    list-style-type: none
  }

  .lst-kix_list_3-1>li:before {
    content: "o  "
  }

  .lst-kix_list_3-2>li:before {
    content: "\0025aa   "
  }

  ul.lst-kix_list_5-5 {
    list-style-type: none
  }

  ul.lst-kix_list_5-6 {
    list-style-type: none
  }

  .lst-kix_list_8-1>li:before {
    content: "o  "
  }

  ol.lst-kix_list_1-8.start {
    counter-reset: lst-ctn-kix_list_1-8 0
  }

  .lst-kix_list_8-2>li:before {
    content: "\0025aa   "
  }

  .lst-kix_list_6-0>li {
    counter-increment: lst-ctn-kix_list_6-0
  }

  .lst-kix_list_3-5>li:before {
    content: "\0025aa   "
  }

  ul.lst-kix_list_5-0 {
    list-style-type: none
  }

  .lst-kix_list_3-4>li:before {
    content: "\0025aa   "
  }

  ul.lst-kix_list_5-3 {
    list-style-type: none
  }

  .lst-kix_list_3-3>li:before {
    content: "\0025aa   "
  }

  ul.lst-kix_list_5-4 {
    list-style-type: none
  }

  ul.lst-kix_list_5-1 {
    list-style-type: none
  }

  .lst-kix_list_8-0>li:before {
    content: "\0025cf   "
  }

  ul.lst-kix_list_5-2 {
    list-style-type: none
  }

  .lst-kix_list_8-7>li:before {
    content: "o  "
  }

  .lst-kix_list_3-8>li:before {
    content: "\0025aa   "
  }

  .lst-kix_list_8-5>li:before {
    content: "\0025aa   "
  }

  .lst-kix_list_8-6>li:before {
    content: "\0025cf   "
  }

  .lst-kix_list_8-3>li:before {
    content: "\0025cf   "
  }

  .lst-kix_list_3-6>li:before {
    content: "\0025aa   "
  }

  .lst-kix_list_3-7>li:before {
    content: "\0025aa   "
  }

  .lst-kix_list_8-4>li:before {
    content: "o  "
  }

  .lst-kix_list_8-8>li:before {
    content: "\0025aa   "
  }

  ol.lst-kix_list_7-2.start {
    counter-reset: lst-ctn-kix_list_7-2 0
  }

  .lst-kix_list_4-8>li:before {
    content: "\0025aa   "
  }

  ol.lst-kix_list_6-4.start {
    counter-reset: lst-ctn-kix_list_6-4 0
  }

  .lst-kix_list_4-7>li:before {
    content: "\0025aa   "
  }

  ul.lst-kix_list_4-8 {
    list-style-type: none
  }

  ul.lst-kix_list_4-6 {
    list-style-type: none
  }

  ul.lst-kix_list_4-7 {
    list-style-type: none
  }

  .lst-kix_list_7-3>li {
    counter-increment: lst-ctn-kix_list_7-3
  }

  ul.lst-kix_list_4-0 {
    list-style-type: none
  }

  ul.lst-kix_list_4-1 {
    list-style-type: none
  }

  ul.lst-kix_list_4-4 {
    list-style-type: none
  }

  ul.lst-kix_list_4-5 {
    list-style-type: none
  }

  ul.lst-kix_list_4-2 {
    list-style-type: none
  }

  ul.lst-kix_list_4-3 {
    list-style-type: none
  }

  ol.lst-kix_list_7-8.start {
    counter-reset: lst-ctn-kix_list_7-8 0
  }

  ol.lst-kix_list_7-1.start {
    counter-reset: lst-ctn-kix_list_7-1 0
  }

  ol.lst-kix_list_6-3.start {
    counter-reset: lst-ctn-kix_list_6-3 0
  }

  .lst-kix_list_7-0>li:before {
    content: "" counter(lst-ctn-kix_list_7-0,decimal) ". "
  }

  .lst-kix_list_6-2>li {
    counter-increment: lst-ctn-kix_list_6-2
  }

  .lst-kix_list_2-6>li:before {
    content: "\0025aa   "
  }

  .lst-kix_list_2-4>li:before {
    content: "\0025aa   "
  }

  .lst-kix_list_2-8>li:before {
    content: "\0025aa   "
  }

  .lst-kix_list_7-1>li:before {
    content: "" counter(lst-ctn-kix_list_7-0,decimal) "." counter(lst-ctn-kix_list_7-1,decimal) ". "
  }

  .lst-kix_list_7-5>li:before {
    content: "" counter(lst-ctn-kix_list_7-0,decimal) "." counter(lst-ctn-kix_list_7-1,decimal) "." counter(lst-ctn-kix_list_7-2,decimal) "." counter(lst-ctn-kix_list_7-3,decimal) "." counter(lst-ctn-kix_list_7-4,decimal) "." counter(lst-ctn-kix_list_7-5,decimal) ". "
  }

  .lst-kix_list_6-6>li {
    counter-increment: lst-ctn-kix_list_6-6
  }

  .lst-kix_list_7-3>li:before {
    content: "" counter(lst-ctn-kix_list_7-0,decimal) "." counter(lst-ctn-kix_list_7-1,decimal) "." counter(lst-ctn-kix_list_7-2,decimal) "." counter(lst-ctn-kix_list_7-3,decimal) ". "
  }

  .lst-kix_list_6-7>li {
    counter-increment: lst-ctn-kix_list_6-7
  }

  .lst-kix_list_1-7>li {
    counter-increment: lst-ctn-kix_list_1-7
  }

  .lst-kix_list_7-7>li:before {
    content: "" counter(lst-ctn-kix_list_7-0,decimal) "." counter(lst-ctn-kix_list_7-1,decimal) "." counter(lst-ctn-kix_list_7-2,decimal) "." counter(lst-ctn-kix_list_7-3,decimal) "." counter(lst-ctn-kix_list_7-4,decimal) "." counter(lst-ctn-kix_list_7-5,decimal) "." counter(lst-ctn-kix_list_7-6,decimal) "." counter(lst-ctn-kix_list_7-7,decimal) ". "
  }

  .lst-kix_list_7-5>li {
    counter-increment: lst-ctn-kix_list_7-5
  }

  .lst-kix_list_4-0>li:before {
    content: "\0025cf   "
  }

  ol.lst-kix_list_6-8.start {
    counter-reset: lst-ctn-kix_list_6-8 0
  }

  ol.lst-kix_list_1-7.start {
    counter-reset: lst-ctn-kix_list_1-7 0
  }

  .lst-kix_list_4-4>li:before {
    content: "\0025aa   "
  }

  .lst-kix_list_1-5>li {
    counter-increment: lst-ctn-kix_list_1-5
  }

  ol.lst-kix_list_6-5.start {
    counter-reset: lst-ctn-kix_list_6-5 0
  }

  .lst-kix_list_4-2>li:before {
    content: "\0025aa   "
  }

  .lst-kix_list_4-6>li:before {
    content: "\0025aa   "
  }

  ol.lst-kix_list_7-0.start {
    counter-reset: lst-ctn-kix_list_7-0 0
  }

  ol.lst-kix_list_6-7.start {
    counter-reset: lst-ctn-kix_list_6-7 0
  }

  .lst-kix_list_7-4>li {
    counter-increment: lst-ctn-kix_list_7-4
  }

  .lst-kix_list_1-0>li:before {
    content: "" counter(lst-ctn-kix_list_1-0,decimal) ". "
  }

  .lst-kix_list_1-2>li:before {
    content: "" counter(lst-ctn-kix_list_1-2,lower-roman) ". "
  }

  .lst-kix_list_1-4>li:before {
    content: "" counter(lst-ctn-kix_list_1-4,lower-latin) ". "
  }

  .lst-kix_list_1-0>li {
    counter-increment: lst-ctn-kix_list_1-0
  }

  .lst-kix_list_1-6>li {
    counter-increment: lst-ctn-kix_list_1-6
  }

  .lst-kix_list_1-6>li:before {
    content: "" counter(lst-ctn-kix_list_1-6,decimal) ". "
  }

  li.li-bullet-0:before {
    margin-left: -18pt;
    white-space: nowrap;
    display: inline-block;
    min-width: 18pt
  }

  .lst-kix_list_2-0>li:before {
    content: "\0025cf   "
  }

  .lst-kix_list_1-8>li:before {
    content: "" counter(lst-ctn-kix_list_1-8,lower-roman) ". "
  }

  .lst-kix_list_2-2>li:before {
    content: "\0025aa   "
  }

  ol {
    margin: 0;
    padding: 0
  }

  table td,table th {
    padding: 0
  }

  .c11 {
    margin-left: 53.5pt;
    padding-top: 0pt;
    padding-left: 0pt;
    padding-bottom: 0pt;
    line-height: 1.5;
    orphans: 2;
    widows: 2;
    text-align: justify
  }

  .c3 {
    padding-top: 0pt;
    text-indent: 35.5pt;
    padding-bottom: 0pt;
    line-height: 1.5;
    orphans: 2;
    widows: 2;
    text-align: justify;
    height: 11pt
  }

  .c21 {
    margin-left: 53.5pt;
    padding-top: 0pt;
    padding-bottom: 0pt;
    line-height: 1.5;
    orphans: 2;
    widows: 2;
    text-align: left;
    height: 11pt
  }

  .c6 {
    margin-left: 18pt;
    padding-top: 0pt;
    padding-bottom: 0pt;
    line-height: 1.5;
    orphans: 2;
    widows: 2;
    text-align: justify
  }

  .c18 {
    margin-left: 21.3pt;
    padding-top: 0pt;
    padding-bottom: 0pt;
    line-height: 1.5;
    orphans: 2;
    widows: 2;
    text-align: justify
  }

  .c15 {
    padding-top: 0pt;
    padding-bottom: 0pt;
    line-height: 1.5;
    orphans: 2;
    widows: 2;
    text-align: justify;
    height: 11pt
  }

  .c2 {
    color: #000000;
    font-weight: 400;
    text-decoration: none;
    vertical-align: baseline;
    font-size: 12pt;
    font-family: "Times New Roman";
    font-style: normal
  }

  .c1 {
    padding-top: 0pt;
    text-indent: 35.4pt;
    padding-bottom: 0pt;
    line-height: 1.0791666666666666;
    orphans: 2;
    widows: 2;
    text-align: left
  }

  .c5 {
    padding-top: 0pt;
    text-indent: 35.5pt;
    padding-bottom: 0pt;
    line-height: 1.5;
    orphans: 2;
    widows: 2;
    text-align: justify
  }

  .c24 {
    padding-top: 0pt;
    padding-bottom: 0pt;
    line-height: 1.5;
    orphans: 2;
    widows: 2;
    text-align: center
  }

  .c19 {
    padding-top: 0pt;
    padding-bottom: 8pt;
    line-height: 1.5;
    orphans: 2;
    widows: 2;
    text-align: left
  }

  .c25 {
    padding-top: 0pt;
    padding-bottom: 8pt;
    line-height: 1.0791666666666666;
    orphans: 2;
    widows: 2;
    text-align: justify
  }

  .c8 {
    color: #000000;
    text-decoration: none;
    vertical-align: baseline;
    font-style: normal
  }

  .c17 {
    font-weight: 400;
    font-size: 12pt;
    font-family: "Calibri"
  }

  .c20 {
    font-size: 10pt;
    font-family: "Tahoma";
    font-weight: 400
  }

  .c0 {
    font-size: 12pt;
    font-weight: 700;
    font-family: "Times New Roman"
  }

  .c4 {
    font-size: 12pt;
    font-weight: 400;
    font-family: "Times New Roman"
  }

  .c12 {
    font-weight: 400;
    font-size: 11pt;
    font-family: "Arial"
  }

  .c23 {
    max-width: 467.7pt;
    padding: 42.5pt 42.5pt 35.5pt 85pt
  }

  .c16 {
    font-weight: 400;
    font-family: "Times New Roman"
  }

  .c13 {
    padding: 0;
    margin: 0
  }

  .c14 {
    margin-left: 0pt;
    list-style-position: inside
  }

  .c7 {
    background-color: #ffffff
  }

  .c22 {
    margin-left: 53.5pt
  }

  .c10 {
    font-style: italic
  }

  .c9 {
    color: #000000
  }

  .title {
    padding-top: 24pt;
    color: #000000;
    font-weight: 700;
    font-size: 36pt;
    padding-bottom: 6pt;
    font-family: "Calibri";
    line-height: 1.0791666666666666;
    page-break-after: avoid;
    orphans: 2;
    widows: 2;
    text-align: left
  }

  .subtitle {
    padding-top: 18pt;
    color: #666666;
    font-size: 24pt;
    padding-bottom: 4pt;
    font-family: "Georgia";
    line-height: 1.0791666666666666;
    page-break-after: avoid;
    font-style: italic;
    orphans: 2;
    widows: 2;
    text-align: left
  }

  li {
    color: #000000;
    font-size: 11pt;
    font-family: "Calibri"
  }

  p {
    margin: 0;
    color: #000000;
    font-size: 11pt;
    font-family: "Calibri"
  }

  h1 {
    padding-top: 24pt;
    color: #000000;
    font-weight: 700;
    font-size: 24pt;
    padding-bottom: 6pt;
    font-family: "Calibri";
    line-height: 1.0791666666666666;
    page-break-after: avoid;
    orphans: 2;
    widows: 2;
    text-align: left
  }

  h2 {
    padding-top: 18pt;
    color: #000000;
    font-weight: 700;
    font-size: 18pt;
    padding-bottom: 4pt;
    font-family: "Calibri";
    line-height: 1.0791666666666666;
    page-break-after: avoid;
    orphans: 2;
    widows: 2;
    text-align: left
  }

  h3 {
    padding-top: 14pt;
    color: #000000;
    font-weight: 700;
    font-size: 14pt;
    padding-bottom: 4pt;
    font-family: "Calibri";
    line-height: 1.0791666666666666;
    page-break-after: avoid;
    orphans: 2;
    widows: 2;
    text-align: left
  }

  h4 {
    padding-top: 12pt;
    color: #000000;
    font-weight: 700;
    font-size: 12pt;
    padding-bottom: 2pt;
    font-family: "Calibri";
    line-height: 1.0791666666666666;
    page-break-after: avoid;
    orphans: 2;
    widows: 2;
    text-align: left
  }

  h5 {
    padding-top: 11pt;
    color: #000000;
    font-weight: 700;
    font-size: 11pt;
    padding-bottom: 2pt;
    font-family: "Calibri";
    line-height: 1.0791666666666666;
    page-break-after: avoid;
    orphans: 2;
    widows: 2;
    text-align: left
  }

  h6 {
    padding-top: 10pt;
    color: #000000;
    font-weight: 700;
    font-size: 10pt;
    padding-bottom: 2pt;
    font-family: "Calibri";
    line-height: 1.0791666666666666;
    page-break-after: avoid;
    orphans: 2;
    widows: 2;
    text-align: left
  }

  @media (max-width: 768px) {
    .c23 {
      max-width: 481.9pt;
      padding: 20px
    }
  }
}.cookies-policy {
  ol.lst-kix_list_7-0 {
    list-style-type: none
  }

  .lst-kix_list_2-1>li {
    counter-increment: lst-ctn-kix_list_2-1
  }

  ul.lst-kix_list_1-0 {
    list-style-type: none
  }

  .lst-kix_list_6-1>li {
    counter-increment: lst-ctn-kix_list_6-1
  }

  ol.lst-kix_list_3-1.start {
    counter-reset: lst-ctn-kix_list_3-1 0
  }

  ol.lst-kix_list_6-6.start {
    counter-reset: lst-ctn-kix_list_6-6 0
  }

  ol.lst-kix_list_7-4.start {
    counter-reset: lst-ctn-kix_list_7-4 0
  }

  .lst-kix_list_7-0>li {
    counter-increment: lst-ctn-kix_list_7-0
  }

  ol.lst-kix_list_2-3.start {
    counter-reset: lst-ctn-kix_list_2-3 0
  }

  ol.lst-kix_list_7-5 {
    list-style-type: none
  }

  ul.lst-kix_list_1-3 {
    list-style-type: none
  }

  ol.lst-kix_list_7-6 {
    list-style-type: none
  }

  ul.lst-kix_list_1-4 {
    list-style-type: none
  }

  ol.lst-kix_list_7-7 {
    list-style-type: none
  }

  ul.lst-kix_list_1-1 {
    list-style-type: none
  }

  ol.lst-kix_list_7-8 {
    list-style-type: none
  }

  ul.lst-kix_list_1-2 {
    list-style-type: none
  }

  ol.lst-kix_list_7-1 {
    list-style-type: none
  }

  ul.lst-kix_list_1-7 {
    list-style-type: none
  }

  ol.lst-kix_list_7-2 {
    list-style-type: none
  }

  ul.lst-kix_list_1-8 {
    list-style-type: none
  }

  ol.lst-kix_list_7-3 {
    list-style-type: none
  }

  ul.lst-kix_list_1-5 {
    list-style-type: none
  }

  ol.lst-kix_list_7-4 {
    list-style-type: none
  }

  ul.lst-kix_list_1-6 {
    list-style-type: none
  }

  .lst-kix_list_2-3>li {
    counter-increment: lst-ctn-kix_list_2-3
  }

  ol.lst-kix_list_3-7.start {
    counter-reset: lst-ctn-kix_list_3-7 0
  }

  .lst-kix_list_3-2>li {
    counter-increment: lst-ctn-kix_list_3-2
  }

  .lst-kix_list_7-2>li {
    counter-increment: lst-ctn-kix_list_7-2
  }

  .lst-kix_list_5-0>li:before {
    content: "\0025cf   "
  }

  ol.lst-kix_list_6-0 {
    list-style-type: none
  }

  ol.lst-kix_list_6-1 {
    list-style-type: none
  }

  .lst-kix_list_5-3>li:before {
    content: "\0025cf   "
  }

  .lst-kix_list_5-2>li:before {
    content: "\0025aa   "
  }

  .lst-kix_list_5-1>li:before {
    content: "o  "
  }

  .lst-kix_list_5-7>li:before {
    content: "o  "
  }

  .lst-kix_list_5-6>li:before {
    content: "\0025cf   "
  }

  .lst-kix_list_5-8>li:before {
    content: "\0025aa   "
  }

  ol.lst-kix_list_6-6 {
    list-style-type: none
  }

  ol.lst-kix_list_6-7 {
    list-style-type: none
  }

  .lst-kix_list_5-4>li:before {
    content: "o  "
  }

  ol.lst-kix_list_6-8 {
    list-style-type: none
  }

  .lst-kix_list_5-5>li:before {
    content: "\0025aa   "
  }

  ol.lst-kix_list_6-2 {
    list-style-type: none
  }

  ol.lst-kix_list_6-3 {
    list-style-type: none
  }

  ol.lst-kix_list_6-4 {
    list-style-type: none
  }

  ol.lst-kix_list_6-5 {
    list-style-type: none
  }

  .lst-kix_list_6-1>li:before {
    content: "" counter(lst-ctn-kix_list_6-0,decimal) "." counter(lst-ctn-kix_list_6-1,decimal) ". "
  }

  .lst-kix_list_6-3>li:before {
    content: "" counter(lst-ctn-kix_list_6-0,decimal) "." counter(lst-ctn-kix_list_6-1,decimal) "." counter(lst-ctn-kix_list_6-2,decimal) "." counter(lst-ctn-kix_list_6-3,decimal) ". "
  }

  .lst-kix_list_6-5>li {
    counter-increment: lst-ctn-kix_list_6-5
  }

  .lst-kix_list_6-8>li {
    counter-increment: lst-ctn-kix_list_6-8
  }

  .lst-kix_list_6-0>li:before {
    content: "" counter(lst-ctn-kix_list_6-0,decimal) ". "
  }

  .lst-kix_list_6-4>li:before {
    content: "" counter(lst-ctn-kix_list_6-0,decimal) "." counter(lst-ctn-kix_list_6-1,decimal) "." counter(lst-ctn-kix_list_6-2,decimal) "." counter(lst-ctn-kix_list_6-3,decimal) "." counter(lst-ctn-kix_list_6-4,decimal) ". "
  }

  .lst-kix_list_3-0>li {
    counter-increment: lst-ctn-kix_list_3-0
  }

  .lst-kix_list_3-6>li {
    counter-increment: lst-ctn-kix_list_3-6
  }

  li.li-bullet-2:before {
    margin-left: -28.3pt;
    white-space: nowrap;
    display: inline-block;
    min-width: 28.3pt
  }

  .lst-kix_list_6-2>li:before {
    content: "" counter(lst-ctn-kix_list_6-0,decimal) "." counter(lst-ctn-kix_list_6-1,decimal) "." counter(lst-ctn-kix_list_6-2,decimal) ". "
  }

  .lst-kix_list_2-5>li {
    counter-increment: lst-ctn-kix_list_2-5
  }

  .lst-kix_list_2-8>li {
    counter-increment: lst-ctn-kix_list_2-8
  }

  ol.lst-kix_list_3-2.start {
    counter-reset: lst-ctn-kix_list_3-2 0
  }

  .lst-kix_list_6-8>li:before {
    content: "" counter(lst-ctn-kix_list_6-0,decimal) "." counter(lst-ctn-kix_list_6-1,decimal) "." counter(lst-ctn-kix_list_6-2,decimal) "." counter(lst-ctn-kix_list_6-3,decimal) "." counter(lst-ctn-kix_list_6-4,decimal) "." counter(lst-ctn-kix_list_6-5,decimal) "." counter(lst-ctn-kix_list_6-6,decimal) "." counter(lst-ctn-kix_list_6-7,decimal) "." counter(lst-ctn-kix_list_6-8,decimal) ". "
  }

  .lst-kix_list_6-5>li:before {
    content: "" counter(lst-ctn-kix_list_6-0,decimal) "." counter(lst-ctn-kix_list_6-1,decimal) "." counter(lst-ctn-kix_list_6-2,decimal) "." counter(lst-ctn-kix_list_6-3,decimal) "." counter(lst-ctn-kix_list_6-4,decimal) "." counter(lst-ctn-kix_list_6-5,decimal) ". "
  }

  .lst-kix_list_6-7>li:before {
    content: "" counter(lst-ctn-kix_list_6-0,decimal) "." counter(lst-ctn-kix_list_6-1,decimal) "." counter(lst-ctn-kix_list_6-2,decimal) "." counter(lst-ctn-kix_list_6-3,decimal) "." counter(lst-ctn-kix_list_6-4,decimal) "." counter(lst-ctn-kix_list_6-5,decimal) "." counter(lst-ctn-kix_list_6-6,decimal) "." counter(lst-ctn-kix_list_6-7,decimal) ". "
  }

  ol.lst-kix_list_2-4.start {
    counter-reset: lst-ctn-kix_list_2-4 0
  }

  .lst-kix_list_6-6>li:before {
    content: "" counter(lst-ctn-kix_list_6-0,decimal) "." counter(lst-ctn-kix_list_6-1,decimal) "." counter(lst-ctn-kix_list_6-2,decimal) "." counter(lst-ctn-kix_list_6-3,decimal) "." counter(lst-ctn-kix_list_6-4,decimal) "." counter(lst-ctn-kix_list_6-5,decimal) "." counter(lst-ctn-kix_list_6-6,decimal) ". "
  }

  .lst-kix_list_2-7>li:before {
    content: "" counter(lst-ctn-kix_list_2-0,decimal) "." counter(lst-ctn-kix_list_2-1,decimal) "." counter(lst-ctn-kix_list_2-2,decimal) "." counter(lst-ctn-kix_list_2-3,decimal) "." counter(lst-ctn-kix_list_2-4,decimal) "." counter(lst-ctn-kix_list_2-5,decimal) "." counter(lst-ctn-kix_list_2-6,decimal) "." counter(lst-ctn-kix_list_2-7,decimal) ". "
  }

  .lst-kix_list_2-7>li {
    counter-increment: lst-ctn-kix_list_2-7
  }

  .lst-kix_list_7-4>li:before {
    content: "" counter(lst-ctn-kix_list_7-0,decimal) "." counter(lst-ctn-kix_list_7-1,decimal) "." counter(lst-ctn-kix_list_7-2,decimal) "." counter(lst-ctn-kix_list_7-3,decimal) "." counter(lst-ctn-kix_list_7-4,decimal) ". "
  }

  .lst-kix_list_7-6>li:before {
    content: "" counter(lst-ctn-kix_list_7-0,decimal) "." counter(lst-ctn-kix_list_7-1,decimal) "." counter(lst-ctn-kix_list_7-2,decimal) "." counter(lst-ctn-kix_list_7-3,decimal) "." counter(lst-ctn-kix_list_7-4,decimal) "." counter(lst-ctn-kix_list_7-5,decimal) "." counter(lst-ctn-kix_list_7-6,decimal) ". "
  }

  .lst-kix_list_2-5>li:before {
    content: "" counter(lst-ctn-kix_list_2-0,decimal) "." counter(lst-ctn-kix_list_2-1,decimal) "." counter(lst-ctn-kix_list_2-2,decimal) "." counter(lst-ctn-kix_list_2-3,decimal) "." counter(lst-ctn-kix_list_2-4,decimal) "." counter(lst-ctn-kix_list_2-5,decimal) ". "
  }

  ol.lst-kix_list_6-2.start {
    counter-reset: lst-ctn-kix_list_6-2 0
  }

  .lst-kix_list_7-2>li:before {
    content: "" counter(lst-ctn-kix_list_7-0,decimal) "." counter(lst-ctn-kix_list_7-1,decimal) "." counter(lst-ctn-kix_list_7-2,decimal) ". "
  }

  .lst-kix_list_7-6>li {
    counter-increment: lst-ctn-kix_list_7-6
  }

  ol.lst-kix_list_3-0.start {
    counter-reset: lst-ctn-kix_list_3-0 0
  }

  .lst-kix_list_7-7>li {
    counter-increment: lst-ctn-kix_list_7-7
  }

  .lst-kix_list_7-8>li:before {
    content: "" counter(lst-ctn-kix_list_7-0,decimal) "." counter(lst-ctn-kix_list_7-1,decimal) "." counter(lst-ctn-kix_list_7-2,decimal) "." counter(lst-ctn-kix_list_7-3,decimal) "." counter(lst-ctn-kix_list_7-4,decimal) "." counter(lst-ctn-kix_list_7-5,decimal) "." counter(lst-ctn-kix_list_7-6,decimal) "." counter(lst-ctn-kix_list_7-7,decimal) "." counter(lst-ctn-kix_list_7-8,decimal) ". "
  }

  .lst-kix_list_7-8>li {
    counter-increment: lst-ctn-kix_list_7-8
  }

  ol.lst-kix_list_2-5.start {
    counter-reset: lst-ctn-kix_list_2-5 0
  }

  li.li-bullet-1:before {
    margin-left: -28.3pt;
    white-space: nowrap;
    display: inline-block;
    min-width: 28.3pt
  }

  .lst-kix_list_2-6>li {
    counter-increment: lst-ctn-kix_list_2-6
  }

  .lst-kix_list_4-1>li:before {
    content: "o  "
  }

  ol.lst-kix_list_7-3.start {
    counter-reset: lst-ctn-kix_list_7-3 0
  }

  .lst-kix_list_4-3>li:before {
    content: "\0025cf   "
  }

  .lst-kix_list_4-5>li:before {
    content: "\0025aa   "
  }

  .lst-kix_list_3-5>li {
    counter-increment: lst-ctn-kix_list_3-5
  }

  .lst-kix_list_3-4>li {
    counter-increment: lst-ctn-kix_list_3-4
  }

  .lst-kix_list_6-4>li {
    counter-increment: lst-ctn-kix_list_6-4
  }

  .lst-kix_list_6-3>li {
    counter-increment: lst-ctn-kix_list_6-3
  }

  ol.lst-kix_list_2-8.start {
    counter-reset: lst-ctn-kix_list_2-8 0
  }

  ol.lst-kix_list_7-6.start {
    counter-reset: lst-ctn-kix_list_7-6 0
  }

  ol.lst-kix_list_6-1.start {
    counter-reset: lst-ctn-kix_list_6-1 0
  }

  .lst-kix_list_1-1>li:before {
    content: "o  "
  }

  .lst-kix_list_1-3>li:before {
    content: "\0025aa   "
  }

  .lst-kix_list_1-7>li:before {
    content: "\0025aa   "
  }

  ol.lst-kix_list_2-7.start {
    counter-reset: lst-ctn-kix_list_2-7 0
  }

  .lst-kix_list_1-5>li:before {
    content: "\0025aa   "
  }

  ol.lst-kix_list_7-5.start {
    counter-reset: lst-ctn-kix_list_7-5 0
  }

  .lst-kix_list_2-1>li:before {
    content: "" counter(lst-ctn-kix_list_2-0,decimal) "." counter(lst-ctn-kix_list_2-1,decimal) ". "
  }

  ol.lst-kix_list_6-0.start {
    counter-reset: lst-ctn-kix_list_6-0 0
  }

  .lst-kix_list_2-3>li:before {
    content: "" counter(lst-ctn-kix_list_2-0,decimal) "." counter(lst-ctn-kix_list_2-1,decimal) "." counter(lst-ctn-kix_list_2-2,decimal) "." counter(lst-ctn-kix_list_2-3,decimal) ". "
  }

  ol.lst-kix_list_3-1 {
    list-style-type: none
  }

  ol.lst-kix_list_3-2 {
    list-style-type: none
  }

  .lst-kix_list_3-1>li {
    counter-increment: lst-ctn-kix_list_3-1
  }

  ol.lst-kix_list_3-3 {
    list-style-type: none
  }

  ol.lst-kix_list_3-4.start {
    counter-reset: lst-ctn-kix_list_3-4 0
  }

  ol.lst-kix_list_3-4 {
    list-style-type: none
  }

  ol.lst-kix_list_3-0 {
    list-style-type: none
  }

  .lst-kix_list_7-1>li {
    counter-increment: lst-ctn-kix_list_7-1
  }

  ol.lst-kix_list_2-6.start {
    counter-reset: lst-ctn-kix_list_2-6 0
  }

  .lst-kix_list_3-0>li:before {
    content: "" counter(lst-ctn-kix_list_3-0,decimal) ". "
  }

  ol.lst-kix_list_7-7.start {
    counter-reset: lst-ctn-kix_list_7-7 0
  }

  ul.lst-kix_list_5-7 {
    list-style-type: none
  }

  ul.lst-kix_list_5-8 {
    list-style-type: none
  }

  .lst-kix_list_3-1>li:before {
    content: "" counter(lst-ctn-kix_list_3-0,decimal) "." counter(lst-ctn-kix_list_3-1,decimal) ". "
  }

  .lst-kix_list_3-2>li:before {
    content: "" counter(lst-ctn-kix_list_3-0,decimal) "." counter(lst-ctn-kix_list_3-1,decimal) "." counter(lst-ctn-kix_list_3-2,decimal) ". "
  }

  ul.lst-kix_list_5-5 {
    list-style-type: none
  }

  ul.lst-kix_list_5-6 {
    list-style-type: none
  }

  .lst-kix_list_6-0>li {
    counter-increment: lst-ctn-kix_list_6-0
  }

  .lst-kix_list_3-5>li:before {
    content: "" counter(lst-ctn-kix_list_3-0,decimal) "." counter(lst-ctn-kix_list_3-1,decimal) "." counter(lst-ctn-kix_list_3-2,decimal) "." counter(lst-ctn-kix_list_3-3,decimal) "." counter(lst-ctn-kix_list_3-4,decimal) "." counter(lst-ctn-kix_list_3-5,decimal) ". "
  }

  ul.lst-kix_list_5-0 {
    list-style-type: none
  }

  .lst-kix_list_3-4>li:before {
    content: "" counter(lst-ctn-kix_list_3-0,decimal) "." counter(lst-ctn-kix_list_3-1,decimal) "." counter(lst-ctn-kix_list_3-2,decimal) "." counter(lst-ctn-kix_list_3-3,decimal) "." counter(lst-ctn-kix_list_3-4,decimal) ". "
  }

  ul.lst-kix_list_5-3 {
    list-style-type: none
  }

  .lst-kix_list_3-3>li:before {
    content: "" counter(lst-ctn-kix_list_3-0,decimal) "." counter(lst-ctn-kix_list_3-1,decimal) "." counter(lst-ctn-kix_list_3-2,decimal) "." counter(lst-ctn-kix_list_3-3,decimal) ". "
  }

  ol.lst-kix_list_3-5 {
    list-style-type: none
  }

  ul.lst-kix_list_5-4 {
    list-style-type: none
  }

  ol.lst-kix_list_3-6 {
    list-style-type: none
  }

  ul.lst-kix_list_5-1 {
    list-style-type: none
  }

  ol.lst-kix_list_3-7 {
    list-style-type: none
  }

  ul.lst-kix_list_5-2 {
    list-style-type: none
  }

  ol.lst-kix_list_3-8 {
    list-style-type: none
  }

  .lst-kix_list_3-8>li:before {
    content: "" counter(lst-ctn-kix_list_3-0,decimal) "." counter(lst-ctn-kix_list_3-1,decimal) "." counter(lst-ctn-kix_list_3-2,decimal) "." counter(lst-ctn-kix_list_3-3,decimal) "." counter(lst-ctn-kix_list_3-4,decimal) "." counter(lst-ctn-kix_list_3-5,decimal) "." counter(lst-ctn-kix_list_3-6,decimal) "." counter(lst-ctn-kix_list_3-7,decimal) "." counter(lst-ctn-kix_list_3-8,decimal) ". "
  }

  .lst-kix_list_2-0>li {
    counter-increment: lst-ctn-kix_list_2-0
  }

  .lst-kix_list_3-6>li:before {
    content: "" counter(lst-ctn-kix_list_3-0,decimal) "." counter(lst-ctn-kix_list_3-1,decimal) "." counter(lst-ctn-kix_list_3-2,decimal) "." counter(lst-ctn-kix_list_3-3,decimal) "." counter(lst-ctn-kix_list_3-4,decimal) "." counter(lst-ctn-kix_list_3-5,decimal) "." counter(lst-ctn-kix_list_3-6,decimal) ". "
  }

  .lst-kix_list_3-7>li:before {
    content: "" counter(lst-ctn-kix_list_3-0,decimal) "." counter(lst-ctn-kix_list_3-1,decimal) "." counter(lst-ctn-kix_list_3-2,decimal) "." counter(lst-ctn-kix_list_3-3,decimal) "." counter(lst-ctn-kix_list_3-4,decimal) "." counter(lst-ctn-kix_list_3-5,decimal) "." counter(lst-ctn-kix_list_3-6,decimal) "." counter(lst-ctn-kix_list_3-7,decimal) ". "
  }

  ol.lst-kix_list_2-2 {
    list-style-type: none
  }

  ol.lst-kix_list_2-3 {
    list-style-type: none
  }

  ol.lst-kix_list_2-4 {
    list-style-type: none
  }

  ol.lst-kix_list_7-2.start {
    counter-reset: lst-ctn-kix_list_7-2 0
  }

  ol.lst-kix_list_2-5 {
    list-style-type: none
  }

  ol.lst-kix_list_2-0 {
    list-style-type: none
  }

  ol.lst-kix_list_2-1 {
    list-style-type: none
  }

  .lst-kix_list_4-8>li:before {
    content: "\0025aa   "
  }

  ol.lst-kix_list_6-4.start {
    counter-reset: lst-ctn-kix_list_6-4 0
  }

  .lst-kix_list_4-7>li:before {
    content: "o  "
  }

  ul.lst-kix_list_4-8 {
    list-style-type: none
  }

  ul.lst-kix_list_4-6 {
    list-style-type: none
  }

  ul.lst-kix_list_4-7 {
    list-style-type: none
  }

  .lst-kix_list_7-3>li {
    counter-increment: lst-ctn-kix_list_7-3
  }

  ul.lst-kix_list_4-0 {
    list-style-type: none
  }

  ul.lst-kix_list_4-1 {
    list-style-type: none
  }

  ol.lst-kix_list_3-3.start {
    counter-reset: lst-ctn-kix_list_3-3 0
  }

  ul.lst-kix_list_4-4 {
    list-style-type: none
  }

  ol.lst-kix_list_2-6 {
    list-style-type: none
  }

  ul.lst-kix_list_4-5 {
    list-style-type: none
  }

  ol.lst-kix_list_2-7 {
    list-style-type: none
  }

  ul.lst-kix_list_4-2 {
    list-style-type: none
  }

  ol.lst-kix_list_2-8 {
    list-style-type: none
  }

  ul.lst-kix_list_4-3 {
    list-style-type: none
  }

  ol.lst-kix_list_7-8.start {
    counter-reset: lst-ctn-kix_list_7-8 0
  }

  ol.lst-kix_list_7-1.start {
    counter-reset: lst-ctn-kix_list_7-1 0
  }

  .lst-kix_list_3-3>li {
    counter-increment: lst-ctn-kix_list_3-3
  }

  ol.lst-kix_list_6-3.start {
    counter-reset: lst-ctn-kix_list_6-3 0
  }

  .lst-kix_list_7-0>li:before {
    content: "" counter(lst-ctn-kix_list_7-0,decimal) ". "
  }

  .lst-kix_list_2-2>li {
    counter-increment: lst-ctn-kix_list_2-2
  }

  .lst-kix_list_6-2>li {
    counter-increment: lst-ctn-kix_list_6-2
  }

  .lst-kix_list_2-6>li:before {
    content: "" counter(lst-ctn-kix_list_2-0,decimal) "." counter(lst-ctn-kix_list_2-1,decimal) "." counter(lst-ctn-kix_list_2-2,decimal) "." counter(lst-ctn-kix_list_2-3,decimal) "." counter(lst-ctn-kix_list_2-4,decimal) "." counter(lst-ctn-kix_list_2-5,decimal) "." counter(lst-ctn-kix_list_2-6,decimal) ". "
  }

  .lst-kix_list_3-7>li {
    counter-increment: lst-ctn-kix_list_3-7
  }

  .lst-kix_list_2-4>li:before {
    content: "" counter(lst-ctn-kix_list_2-0,decimal) "." counter(lst-ctn-kix_list_2-1,decimal) "." counter(lst-ctn-kix_list_2-2,decimal) "." counter(lst-ctn-kix_list_2-3,decimal) "." counter(lst-ctn-kix_list_2-4,decimal) ". "
  }

  .lst-kix_list_2-8>li:before {
    content: "" counter(lst-ctn-kix_list_2-0,decimal) "." counter(lst-ctn-kix_list_2-1,decimal) "." counter(lst-ctn-kix_list_2-2,decimal) "." counter(lst-ctn-kix_list_2-3,decimal) "." counter(lst-ctn-kix_list_2-4,decimal) "." counter(lst-ctn-kix_list_2-5,decimal) "." counter(lst-ctn-kix_list_2-6,decimal) "." counter(lst-ctn-kix_list_2-7,decimal) "." counter(lst-ctn-kix_list_2-8,decimal) ". "
  }

  .lst-kix_list_7-1>li:before {
    content: "" counter(lst-ctn-kix_list_7-0,decimal) "." counter(lst-ctn-kix_list_7-1,decimal) ". "
  }

  .lst-kix_list_7-5>li:before {
    content: "" counter(lst-ctn-kix_list_7-0,decimal) "." counter(lst-ctn-kix_list_7-1,decimal) "." counter(lst-ctn-kix_list_7-2,decimal) "." counter(lst-ctn-kix_list_7-3,decimal) "." counter(lst-ctn-kix_list_7-4,decimal) "." counter(lst-ctn-kix_list_7-5,decimal) ". "
  }

  .lst-kix_list_6-6>li {
    counter-increment: lst-ctn-kix_list_6-6
  }

  .lst-kix_list_7-3>li:before {
    content: "" counter(lst-ctn-kix_list_7-0,decimal) "." counter(lst-ctn-kix_list_7-1,decimal) "." counter(lst-ctn-kix_list_7-2,decimal) "." counter(lst-ctn-kix_list_7-3,decimal) ". "
  }

  .lst-kix_list_6-7>li {
    counter-increment: lst-ctn-kix_list_6-7
  }

  ol.lst-kix_list_3-8.start {
    counter-reset: lst-ctn-kix_list_3-8 0
  }

  .lst-kix_list_7-7>li:before {
    content: "" counter(lst-ctn-kix_list_7-0,decimal) "." counter(lst-ctn-kix_list_7-1,decimal) "." counter(lst-ctn-kix_list_7-2,decimal) "." counter(lst-ctn-kix_list_7-3,decimal) "." counter(lst-ctn-kix_list_7-4,decimal) "." counter(lst-ctn-kix_list_7-5,decimal) "." counter(lst-ctn-kix_list_7-6,decimal) "." counter(lst-ctn-kix_list_7-7,decimal) ". "
  }

  .lst-kix_list_7-5>li {
    counter-increment: lst-ctn-kix_list_7-5
  }

  .lst-kix_list_4-0>li:before {
    content: "\0025cf   "
  }

  .lst-kix_list_3-8>li {
    counter-increment: lst-ctn-kix_list_3-8
  }

  ol.lst-kix_list_6-8.start {
    counter-reset: lst-ctn-kix_list_6-8 0
  }

  .lst-kix_list_4-4>li:before {
    content: "o  "
  }

  ol.lst-kix_list_2-2.start {
    counter-reset: lst-ctn-kix_list_2-2 0
  }

  ol.lst-kix_list_6-5.start {
    counter-reset: lst-ctn-kix_list_6-5 0
  }

  .lst-kix_list_4-2>li:before {
    content: "\0025aa   "
  }

  .lst-kix_list_4-6>li:before {
    content: "\0025cf   "
  }

  ol.lst-kix_list_7-0.start {
    counter-reset: lst-ctn-kix_list_7-0 1
  }

  .lst-kix_list_2-4>li {
    counter-increment: lst-ctn-kix_list_2-4
  }

  ol.lst-kix_list_6-7.start {
    counter-reset: lst-ctn-kix_list_6-7 0
  }

  ol.lst-kix_list_3-6.start {
    counter-reset: lst-ctn-kix_list_3-6 0
  }

  .lst-kix_list_7-4>li {
    counter-increment: lst-ctn-kix_list_7-4
  }

  .lst-kix_list_1-0>li:before {
    content: "\0025cf   "
  }

  .lst-kix_list_1-2>li:before {
    content: "\0025aa   "
  }

  ol.lst-kix_list_2-0.start {
    counter-reset: lst-ctn-kix_list_2-0 0
  }

  .lst-kix_list_1-4>li:before {
    content: "\0025aa   "
  }

  ol.lst-kix_list_3-5.start {
    counter-reset: lst-ctn-kix_list_3-5 0
  }

  .lst-kix_list_1-6>li:before {
    content: "\0025aa   "
  }

  li.li-bullet-0:before {
    margin-left: -28.4pt;
    white-space: nowrap;
    display: inline-block;
    min-width: 28.4pt
  }

  .lst-kix_list_2-0>li:before {
    content: "" counter(lst-ctn-kix_list_2-0,decimal) ". "
  }

  ol.lst-kix_list_2-1.start {
    counter-reset: lst-ctn-kix_list_2-1 0
  }

  .lst-kix_list_1-8>li:before {
    content: "\0025aa   "
  }

  .lst-kix_list_2-2>li:before {
    content: "" counter(lst-ctn-kix_list_2-0,decimal) "." counter(lst-ctn-kix_list_2-1,decimal) "." counter(lst-ctn-kix_list_2-2,decimal) ". "
  }

  ol {
    margin: 0;
    padding: 0
  }

  table td,table th {
    padding: 0
  }

  .c36 {
    border-right-style: solid;
    padding: 0pt 5.4pt 0pt 5.4pt;
    border-bottom-color: #000000;
    border-top-width: 0pt;
    border-right-width: 1pt;
    border-left-color: #000000;
    vertical-align: top;
    border-right-color: #000000;
    border-left-width: 0pt;
    border-top-style: solid;
    border-left-style: solid;
    border-bottom-width: 1pt;
    width: 277.9pt;
    border-top-color: #000000;
    border-bottom-style: solid
  }

  .c26 {
    border-right-style: solid;
    padding: 0pt 5.4pt 0pt 5.4pt;
    border-bottom-color: #000000;
    border-top-width: 1pt;
    border-right-width: 1pt;
    border-left-color: #000000;
    vertical-align: top;
    border-right-color: #000000;
    border-left-width: 1pt;
    border-top-style: solid;
    border-left-style: solid;
    border-bottom-width: 0pt;
    width: 92.1pt;
    border-top-color: #000000;
    border-bottom-style: solid
  }

  .c34 {
    border-right-style: solid;
    padding: 0pt 5.4pt 0pt 5.4pt;
    border-bottom-color: #000000;
    border-top-width: 1pt;
    border-right-width: 0pt;
    border-left-color: #000000;
    vertical-align: top;
    border-right-color: #000000;
    border-left-width: 1pt;
    border-top-style: solid;
    border-left-style: solid;
    border-bottom-width: 0pt;
    width: 84.8pt;
    border-top-color: #000000;
    border-bottom-style: solid
  }

  .c7 {
    border-right-style: solid;
    padding: 0pt 5.4pt 0pt 5.4pt;
    border-bottom-color: #000000;
    border-top-width: 1pt;
    border-right-width: 1pt;
    border-left-color: #000000;
    vertical-align: top;
    border-right-color: #000000;
    border-left-width: 0pt;
    border-top-style: solid;
    border-left-style: solid;
    border-bottom-width: 1pt;
    width: 277.9pt;
    border-top-color: #000000;
    border-bottom-style: solid
  }

  .c28 {
    border-right-style: solid;
    padding: 0pt 5.4pt 0pt 5.4pt;
    border-bottom-color: #000000;
    border-top-width: 0pt;
    border-right-width: 0pt;
    border-left-color: #000000;
    vertical-align: top;
    border-right-color: #000000;
    border-left-width: 1pt;
    border-top-style: solid;
    border-left-style: solid;
    border-bottom-width: 1pt;
    width: 84.8pt;
    border-top-color: #000000;
    border-bottom-style: solid
  }

  .c21 {
    border-right-style: solid;
    padding: 0pt 5.4pt 0pt 5.4pt;
    border-bottom-color: #000000;
    border-top-width: 1pt;
    border-right-width: 1pt;
    border-left-color: #000000;
    vertical-align: top;
    border-right-color: #000000;
    border-left-width: 1pt;
    border-top-style: solid;
    border-left-style: solid;
    border-bottom-width: 1pt;
    width: 92.1pt;
    border-top-color: #000000;
    border-bottom-style: solid
  }

  .c12 {
    border-right-style: solid;
    padding: 5pt 5pt 5pt 5pt;
    border-bottom-color: #000000;
    border-top-width: 0pt;
    border-right-width: 0pt;
    border-left-color: #000000;
    vertical-align: top;
    border-right-color: #000000;
    border-left-width: 0pt;
    border-top-style: solid;
    border-left-style: solid;
    border-bottom-width: 0pt;
    width: 334.9pt;
    border-top-color: #000000;
    border-bottom-style: solid
  }

  .c40 {
    border-right-style: solid;
    padding: 0pt 5.4pt 0pt 5.4pt;
    border-bottom-color: #000000;
    border-top-width: 1pt;
    border-right-width: 1pt;
    border-left-color: #000000;
    vertical-align: top;
    border-right-color: #000000;
    border-left-width: 0pt;
    border-top-style: solid;
    border-left-style: solid;
    border-bottom-width: 0pt;
    width: 277.9pt;
    border-top-color: #000000;
    border-bottom-style: solid
  }

  .c32 {
    border-right-style: solid;
    padding: 0pt 5.4pt 0pt 5.4pt;
    border-bottom-color: #000000;
    border-top-width: 0pt;
    border-right-width: 1pt;
    border-left-color: #000000;
    vertical-align: top;
    border-right-color: #000000;
    border-left-width: 1pt;
    border-top-style: solid;
    border-left-style: solid;
    border-bottom-width: 1pt;
    width: 92.1pt;
    border-top-color: #000000;
    border-bottom-style: solid
  }

  .c35 {
    border-right-style: solid;
    padding: 5pt 5pt 5pt 5pt;
    border-bottom-color: #000000;
    border-top-width: 0pt;
    border-right-width: 0pt;
    border-left-color: #000000;
    vertical-align: top;
    border-right-color: #000000;
    border-left-width: 0pt;
    border-top-style: solid;
    border-left-style: solid;
    border-bottom-width: 0pt;
    width: 127.5pt;
    border-top-color: #000000;
    border-bottom-style: solid
  }

  .c5 {
    border-right-style: solid;
    padding: 0pt 5.4pt 0pt 5.4pt;
    border-bottom-color: #000000;
    border-top-width: 1pt;
    border-right-width: 0pt;
    border-left-color: #000000;
    vertical-align: top;
    border-right-color: #000000;
    border-left-width: 1pt;
    border-top-style: solid;
    border-left-style: solid;
    border-bottom-width: 1pt;
    width: 84.8pt;
    border-top-color: #000000;
    border-bottom-style: solid
  }

  .c0 {
    -webkit-text-decoration-skip: none;
    color: #000000;
    font-weight: 400;
    text-decoration: underline;
    vertical-align: baseline;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
    font-size: 11pt;
    font-family: "Times New Roman";
    font-style: italic
  }

  .c9 {
    margin-left: 46.4pt;
    padding-top: 6pt;
    padding-left: 10.3pt;
    padding-bottom: 6pt;
    line-height: 1.0;
    orphans: 2;
    widows: 2;
    text-align: justify
  }

  .c15 {
    margin-left: 46.4pt;
    padding-top: 7.2pt;
    padding-left: 10.4pt;
    padding-bottom: 7.2pt;
    line-height: 1.0;
    orphans: 2;
    widows: 2;
    text-align: justify
  }

  .c11 {
    color: #000000;
    font-weight: 400;
    text-decoration: none;
    vertical-align: baseline;
    font-size: 11pt;
    font-family: "Times New Roman";
    font-style: italic
  }

  .c18 {
    color: #000000;
    font-weight: 400;
    text-decoration: none;
    vertical-align: baseline;
    font-size: 11pt;
    font-family: "Quattrocento Sans";
    font-style: normal
  }

  .c1 {
    color: #000000;
    font-weight: 400;
    text-decoration: none;
    vertical-align: baseline;
    font-size: 11pt;
    font-family: "Times New Roman";
    font-style: normal
  }

  .c29 {
    color: #000000;
    font-weight: 400;
    text-decoration: none;
    vertical-align: baseline;
    font-size: 11pt;
    font-family: "Quattrocento Sans";
    font-style: italic
  }

  .c24 {
    color: #000000;
    font-weight: 400;
    text-decoration: none;
    vertical-align: baseline;
    font-size: 12pt;
    font-family: "Times New Roman";
    font-style: normal
  }

  .c4 {
    color: #000000;
    font-weight: 400;
    text-decoration: none;
    vertical-align: baseline;
    font-size: 11pt;
    font-family: "Calibri";
    font-style: normal
  }

  .c10 {
    color: #000000;
    font-weight: 700;
    text-decoration: none;
    vertical-align: baseline;
    font-size: 11pt;
    font-family: "Times New Roman";
    font-style: normal
  }

  .c14 {
    margin-left: 28.4pt;
    padding-top: 6pt;
    padding-bottom: 6pt;
    line-height: 1.0;
    orphans: 2;
    widows: 2;
    text-align: justify
  }

  .c6 {
    padding-top: 7.2pt;
    padding-bottom: 7.2pt;
    line-height: 1.0;
    orphans: 2;
    widows: 2;
    text-align: left
  }

  .c2 {
    padding-top: 6pt;
    padding-bottom: 6pt;
    line-height: 1.0791666666666666;
    orphans: 2;
    widows: 2;
    text-align: left
  }

  .c8 {
    margin-left: 18pt;
    padding-top: 6pt;
    padding-bottom: 6pt;
    line-height: 1.0;
    padding-left: 10.4pt;
    text-align: justify
  }

  .c17 {
    padding-top: 0pt;
    padding-bottom: 0pt;
    line-height: 1.0;
    text-align: left;
    height: 11pt
  }

  .c41 {
    padding-top: 0pt;
    padding-bottom: 8pt;
    line-height: 1.0791666666666666;
    text-align: left;
    margin-right: 18pt
  }

  .c27 {
    margin-left: 28.4pt;
    padding-top: 6pt;
    padding-bottom: 6pt;
    line-height: 1.0;
    text-align: justify
  }

  .c25 {
    margin-left: 26.7pt;
    border-spacing: 0;
    border-collapse: collapse;
    margin-right: auto
  }

  .c30 {
    padding-top: 6pt;
    padding-bottom: 6pt;
    line-height: 1.0;
    text-align: left
  }

  .c23 {
    padding-top: 0pt;
    padding-bottom: 0pt;
    line-height: 1.0;
    text-align: right
  }

  .c33 {
    padding-top: 6pt;
    padding-bottom: 6pt;
    line-height: 1.0;
    text-align: justify
  }

  .c13 {
    margin-left: 26.3pt;
    border-spacing: 0;
    border-collapse: collapse;
    margin-right: auto
  }

  .c37 {
    background-color: #ffffff;
    max-width: 481.9pt;
    padding: 56.7pt 56.7pt 56.7pt 56.7pt
  }

  .c16 {
    orphans: 2;
    widows: 2
  }

  .c19 {
    padding: 0;
    margin: 0
  }

  .c39 {
    font-weight: 400;
    font-family: "Times New Roman"
  }

  .c22 {
    height: 0pt
  }

  .c38 {
    height: 13.8pt
  }

  .c3 {
    height: 20.4pt
  }

  .c31 {
    height: 1.1pt
  }

  .c20 {
    height: 11pt
  }

  .title {
    padding-top: 24pt;
    color: #000000;
    font-weight: 700;
    font-size: 36pt;
    padding-bottom: 6pt;
    font-family: "Calibri";
    line-height: 1.0791666666666666;
    page-break-after: avoid;
    orphans: 2;
    widows: 2;
    text-align: left
  }

  .subtitle {
    padding-top: 18pt;
    color: #666666;
    font-size: 24pt;
    padding-bottom: 4pt;
    font-family: "Georgia";
    line-height: 1.0791666666666666;
    page-break-after: avoid;
    font-style: italic;
    orphans: 2;
    widows: 2;
    text-align: left
  }

  li {
    color: #000000;
    font-size: 11pt;
    font-family: "Calibri"
  }

  p {
    margin: 0;
    color: #000000;
    font-size: 11pt;
    font-family: "Calibri"
  }

  h1 {
    padding-top: 24pt;
    color: #000000;
    font-weight: 700;
    font-size: 24pt;
    padding-bottom: 6pt;
    font-family: "Calibri";
    line-height: 1.0791666666666666;
    page-break-after: avoid;
    orphans: 2;
    widows: 2;
    text-align: left
  }

  h2 {
    padding-top: 18pt;
    color: #000000;
    font-weight: 700;
    font-size: 18pt;
    padding-bottom: 4pt;
    font-family: "Calibri";
    line-height: 1.0791666666666666;
    page-break-after: avoid;
    orphans: 2;
    widows: 2;
    text-align: left
  }

  h3 {
    padding-top: 14pt;
    color: #000000;
    font-weight: 700;
    font-size: 14pt;
    padding-bottom: 4pt;
    font-family: "Calibri";
    line-height: 1.0791666666666666;
    page-break-after: avoid;
    orphans: 2;
    widows: 2;
    text-align: left
  }

  h4 {
    padding-top: 12pt;
    color: #000000;
    font-weight: 700;
    font-size: 12pt;
    padding-bottom: 2pt;
    font-family: "Calibri";
    line-height: 1.0791666666666666;
    page-break-after: avoid;
    orphans: 2;
    widows: 2;
    text-align: left
  }

  h5 {
    padding-top: 11pt;
    color: #000000;
    font-weight: 700;
    font-size: 11pt;
    padding-bottom: 2pt;
    font-family: "Calibri";
    line-height: 1.0791666666666666;
    page-break-after: avoid;
    orphans: 2;
    widows: 2;
    text-align: left
  }

  h6 {
    padding-top: 10pt;
    color: #000000;
    font-weight: 700;
    font-size: 10pt;
    padding-bottom: 2pt;
    font-family: "Calibri";
    line-height: 1.0791666666666666;
    page-break-after: avoid;
    orphans: 2;
    widows: 2;
    text-align: left
  }
  
  @media (max-width: 768px) {
    .c37 {
      background-color: #ffffff;
      max-width: 481.9pt;
      padding: 20px;
    }
  }
}.marketing-consent {
  ol.lst-kix_list_3-1 {
      list-style-type: none
  }

  ol.lst-kix_list_3-2 {
      list-style-type: none
  }

  .lst-kix_list_3-1>li {
      counter-increment: lst-ctn-kix_list_3-1
  }

  ol.lst-kix_list_3-3 {
      list-style-type: none
  }

  ol.lst-kix_list_3-4.start {
      counter-reset: lst-ctn-kix_list_3-4 0
  }

  ol.lst-kix_list_3-4 {
      list-style-type: none
  }

  .lst-kix_list_2-1>li {
      counter-increment: lst-ctn-kix_list_2-1
  }

  ul.lst-kix_list_1-0 {
      list-style-type: none
  }

  ol.lst-kix_list_3-0 {
      list-style-type: none
  }

  .lst-kix_list_6-1>li {
      counter-increment: lst-ctn-kix_list_6-1
  }

  ol.lst-kix_list_2-6.start {
      counter-reset: lst-ctn-kix_list_2-6 0
  }

  .lst-kix_list_3-0>li:before {
      content: "" counter(lst-ctn-kix_list_3-0,decimal) ". "
  }

  ol.lst-kix_list_3-1.start {
      counter-reset: lst-ctn-kix_list_3-1 0
  }

  ul.lst-kix_list_5-7 {
      list-style-type: none
  }

  ul.lst-kix_list_5-8 {
      list-style-type: none
  }

  .lst-kix_list_3-1>li:before {
      content: "" counter(lst-ctn-kix_list_3-0,decimal) "." counter(lst-ctn-kix_list_3-1,decimal) ". "
  }

  .lst-kix_list_3-2>li:before {
      content: "" counter(lst-ctn-kix_list_3-0,decimal) "." counter(lst-ctn-kix_list_3-1,decimal) "." counter(lst-ctn-kix_list_3-2,decimal) ". "
  }

  ul.lst-kix_list_5-5 {
      list-style-type: none
  }

  ul.lst-kix_list_5-6 {
      list-style-type: none
  }

  ol.lst-kix_list_6-6.start {
      counter-reset: lst-ctn-kix_list_6-6 0
  }

  .lst-kix_list_6-0>li {
      counter-increment: lst-ctn-kix_list_6-0
  }

  ol.lst-kix_list_2-3.start {
      counter-reset: lst-ctn-kix_list_2-3 0
  }

  ul.lst-kix_list_1-3 {
      list-style-type: none
  }

  .lst-kix_list_3-5>li:before {
      content: "" counter(lst-ctn-kix_list_3-0,decimal) "." counter(lst-ctn-kix_list_3-1,decimal) "." counter(lst-ctn-kix_list_3-2,decimal) "." counter(lst-ctn-kix_list_3-3,decimal) "." counter(lst-ctn-kix_list_3-4,decimal) "." counter(lst-ctn-kix_list_3-5,decimal) ". "
  }

  ul.lst-kix_list_5-0 {
      list-style-type: none
  }

  ul.lst-kix_list_1-4 {
      list-style-type: none
  }

  ul.lst-kix_list_1-1 {
      list-style-type: none
  }

  .lst-kix_list_3-4>li:before {
      content: "" counter(lst-ctn-kix_list_3-0,decimal) "." counter(lst-ctn-kix_list_3-1,decimal) "." counter(lst-ctn-kix_list_3-2,decimal) "." counter(lst-ctn-kix_list_3-3,decimal) "." counter(lst-ctn-kix_list_3-4,decimal) ". "
  }

  ul.lst-kix_list_1-2 {
      list-style-type: none
  }

  ul.lst-kix_list_5-3 {
      list-style-type: none
  }

  ul.lst-kix_list_1-7 {
      list-style-type: none
  }

  .lst-kix_list_3-3>li:before {
      content: "" counter(lst-ctn-kix_list_3-0,decimal) "." counter(lst-ctn-kix_list_3-1,decimal) "." counter(lst-ctn-kix_list_3-2,decimal) "." counter(lst-ctn-kix_list_3-3,decimal) ". "
  }

  ol.lst-kix_list_3-5 {
      list-style-type: none
  }

  ul.lst-kix_list_5-4 {
      list-style-type: none
  }

  ul.lst-kix_list_1-8 {
      list-style-type: none
  }

  ol.lst-kix_list_3-6 {
      list-style-type: none
  }

  ul.lst-kix_list_5-1 {
      list-style-type: none
  }

  ul.lst-kix_list_1-5 {
      list-style-type: none
  }

  ol.lst-kix_list_3-7 {
      list-style-type: none
  }

  ul.lst-kix_list_5-2 {
      list-style-type: none
  }

  ul.lst-kix_list_1-6 {
      list-style-type: none
  }

  ol.lst-kix_list_3-8 {
      list-style-type: none
  }

  .lst-kix_list_3-8>li:before {
      content: "" counter(lst-ctn-kix_list_3-0,decimal) "." counter(lst-ctn-kix_list_3-1,decimal) "." counter(lst-ctn-kix_list_3-2,decimal) "." counter(lst-ctn-kix_list_3-3,decimal) "." counter(lst-ctn-kix_list_3-4,decimal) "." counter(lst-ctn-kix_list_3-5,decimal) "." counter(lst-ctn-kix_list_3-6,decimal) "." counter(lst-ctn-kix_list_3-7,decimal) "." counter(lst-ctn-kix_list_3-8,decimal) ". "
  }

  .lst-kix_list_2-0>li {
      counter-increment: lst-ctn-kix_list_2-0
  }

  .lst-kix_list_2-3>li {
      counter-increment: lst-ctn-kix_list_2-3
  }

  .lst-kix_list_3-6>li:before {
      content: "" counter(lst-ctn-kix_list_3-0,decimal) "." counter(lst-ctn-kix_list_3-1,decimal) "." counter(lst-ctn-kix_list_3-2,decimal) "." counter(lst-ctn-kix_list_3-3,decimal) "." counter(lst-ctn-kix_list_3-4,decimal) "." counter(lst-ctn-kix_list_3-5,decimal) "." counter(lst-ctn-kix_list_3-6,decimal) ". "
  }

  .lst-kix_list_3-7>li:before {
      content: "" counter(lst-ctn-kix_list_3-0,decimal) "." counter(lst-ctn-kix_list_3-1,decimal) "." counter(lst-ctn-kix_list_3-2,decimal) "." counter(lst-ctn-kix_list_3-3,decimal) "." counter(lst-ctn-kix_list_3-4,decimal) "." counter(lst-ctn-kix_list_3-5,decimal) "." counter(lst-ctn-kix_list_3-6,decimal) "." counter(lst-ctn-kix_list_3-7,decimal) ". "
  }

  ol.lst-kix_list_3-7.start {
      counter-reset: lst-ctn-kix_list_3-7 0
  }

  .lst-kix_list_3-2>li {
      counter-increment: lst-ctn-kix_list_3-2
  }

  ol.lst-kix_list_2-2 {
      list-style-type: none
  }

  ol.lst-kix_list_2-3 {
      list-style-type: none
  }

  .lst-kix_list_5-0>li:before {
      content: "\0025cf   "
  }

  ol.lst-kix_list_6-0 {
      list-style-type: none
  }

  ol.lst-kix_list_2-4 {
      list-style-type: none
  }

  ol.lst-kix_list_6-1 {
      list-style-type: none
  }

  ol.lst-kix_list_2-5 {
      list-style-type: none
  }

  ol.lst-kix_list_2-0 {
      list-style-type: none
  }

  ol.lst-kix_list_2-1 {
      list-style-type: none
  }

  .lst-kix_list_4-8>li:before {
      content: "\0025aa   "
  }

  .lst-kix_list_5-3>li:before {
      content: "\0025cf   "
  }

  ol.lst-kix_list_6-4.start {
      counter-reset: lst-ctn-kix_list_6-4 0
  }

  .lst-kix_list_4-7>li:before {
      content: "o  "
  }

  .lst-kix_list_5-2>li:before {
      content: "\0025aa   "
  }

  .lst-kix_list_5-1>li:before {
      content: "o  "
  }

  ul.lst-kix_list_4-8 {
      list-style-type: none
  }

  .lst-kix_list_5-7>li:before {
      content: "o  "
  }

  ul.lst-kix_list_4-6 {
      list-style-type: none
  }

  .lst-kix_list_5-6>li:before {
      content: "\0025cf   "
  }

  .lst-kix_list_5-8>li:before {
      content: "\0025aa   "
  }

  ul.lst-kix_list_4-7 {
      list-style-type: none
  }

  ul.lst-kix_list_4-0 {
      list-style-type: none
  }

  ol.lst-kix_list_6-6 {
      list-style-type: none
  }

  ul.lst-kix_list_4-1 {
      list-style-type: none
  }

  ol.lst-kix_list_6-7 {
      list-style-type: none
  }

  ol.lst-kix_list_3-3.start {
      counter-reset: lst-ctn-kix_list_3-3 0
  }

  .lst-kix_list_5-4>li:before {
      content: "o  "
  }

  ol.lst-kix_list_6-8 {
      list-style-type: none
  }

  ul.lst-kix_list_4-4 {
      list-style-type: none
  }

  .lst-kix_list_5-5>li:before {
      content: "\0025aa   "
  }

  ol.lst-kix_list_6-2 {
      list-style-type: none
  }

  ol.lst-kix_list_2-6 {
      list-style-type: none
  }

  ul.lst-kix_list_4-5 {
      list-style-type: none
  }

  ol.lst-kix_list_6-3 {
      list-style-type: none
  }

  ol.lst-kix_list_2-7 {
      list-style-type: none
  }

  ul.lst-kix_list_4-2 {
      list-style-type: none
  }

  ol.lst-kix_list_6-4 {
      list-style-type: none
  }

  ol.lst-kix_list_2-8 {
      list-style-type: none
  }

  ul.lst-kix_list_4-3 {
      list-style-type: none
  }

  ol.lst-kix_list_6-5 {
      list-style-type: none
  }

  .lst-kix_list_6-1>li:before {
      content: "" counter(lst-ctn-kix_list_6-0,decimal) "." counter(lst-ctn-kix_list_6-1,decimal) ". "
  }

  .lst-kix_list_6-3>li:before {
      content: "" counter(lst-ctn-kix_list_6-0,decimal) "." counter(lst-ctn-kix_list_6-1,decimal) "." counter(lst-ctn-kix_list_6-2,decimal) "." counter(lst-ctn-kix_list_6-3,decimal) ". "
  }

  .lst-kix_list_6-5>li {
      counter-increment: lst-ctn-kix_list_6-5
  }

  .lst-kix_list_6-8>li {
      counter-increment: lst-ctn-kix_list_6-8
  }

  .lst-kix_list_6-0>li:before {
      content: "" counter(lst-ctn-kix_list_6-0,decimal) ". "
  }

  .lst-kix_list_6-4>li:before {
      content: "" counter(lst-ctn-kix_list_6-0,decimal) "." counter(lst-ctn-kix_list_6-1,decimal) "." counter(lst-ctn-kix_list_6-2,decimal) "." counter(lst-ctn-kix_list_6-3,decimal) "." counter(lst-ctn-kix_list_6-4,decimal) ". "
  }

  .lst-kix_list_3-0>li {
      counter-increment: lst-ctn-kix_list_3-0
  }

  .lst-kix_list_3-3>li {
      counter-increment: lst-ctn-kix_list_3-3
  }

  ol.lst-kix_list_6-3.start {
      counter-reset: lst-ctn-kix_list_6-3 0
  }

  .lst-kix_list_3-6>li {
      counter-increment: lst-ctn-kix_list_3-6
  }

  li.li-bullet-2:before {
      margin-left: -21.6pt;
      white-space: nowrap;
      display: inline-block;
      min-width: 21.6pt
  }

  .lst-kix_list_6-2>li:before {
      content: "" counter(lst-ctn-kix_list_6-0,decimal) "." counter(lst-ctn-kix_list_6-1,decimal) "." counter(lst-ctn-kix_list_6-2,decimal) ". "
  }

  .lst-kix_list_2-5>li {
      counter-increment: lst-ctn-kix_list_2-5
  }

  .lst-kix_list_2-8>li {
      counter-increment: lst-ctn-kix_list_2-8
  }

  ol.lst-kix_list_3-2.start {
      counter-reset: lst-ctn-kix_list_3-2 0
  }

  .lst-kix_list_6-8>li:before {
      content: "" counter(lst-ctn-kix_list_6-0,decimal) "." counter(lst-ctn-kix_list_6-1,decimal) "." counter(lst-ctn-kix_list_6-2,decimal) "." counter(lst-ctn-kix_list_6-3,decimal) "." counter(lst-ctn-kix_list_6-4,decimal) "." counter(lst-ctn-kix_list_6-5,decimal) "." counter(lst-ctn-kix_list_6-6,decimal) "." counter(lst-ctn-kix_list_6-7,decimal) "." counter(lst-ctn-kix_list_6-8,decimal) ". "
  }

  .lst-kix_list_6-5>li:before {
      content: "" counter(lst-ctn-kix_list_6-0,decimal) "." counter(lst-ctn-kix_list_6-1,decimal) "." counter(lst-ctn-kix_list_6-2,decimal) "." counter(lst-ctn-kix_list_6-3,decimal) "." counter(lst-ctn-kix_list_6-4,decimal) "." counter(lst-ctn-kix_list_6-5,decimal) ". "
  }

  .lst-kix_list_6-7>li:before {
      content: "" counter(lst-ctn-kix_list_6-0,decimal) "." counter(lst-ctn-kix_list_6-1,decimal) "." counter(lst-ctn-kix_list_6-2,decimal) "." counter(lst-ctn-kix_list_6-3,decimal) "." counter(lst-ctn-kix_list_6-4,decimal) "." counter(lst-ctn-kix_list_6-5,decimal) "." counter(lst-ctn-kix_list_6-6,decimal) "." counter(lst-ctn-kix_list_6-7,decimal) ". "
  }

  .lst-kix_list_2-2>li {
      counter-increment: lst-ctn-kix_list_2-2
  }

  ol.lst-kix_list_2-4.start {
      counter-reset: lst-ctn-kix_list_2-4 0
  }

  .lst-kix_list_6-2>li {
      counter-increment: lst-ctn-kix_list_6-2
  }

  .lst-kix_list_6-6>li:before {
      content: "" counter(lst-ctn-kix_list_6-0,decimal) "." counter(lst-ctn-kix_list_6-1,decimal) "." counter(lst-ctn-kix_list_6-2,decimal) "." counter(lst-ctn-kix_list_6-3,decimal) "." counter(lst-ctn-kix_list_6-4,decimal) "." counter(lst-ctn-kix_list_6-5,decimal) "." counter(lst-ctn-kix_list_6-6,decimal) ". "
  }

  .lst-kix_list_2-6>li:before {
      content: "" counter(lst-ctn-kix_list_2-0,decimal) "." counter(lst-ctn-kix_list_2-1,decimal) "." counter(lst-ctn-kix_list_2-2,decimal) "." counter(lst-ctn-kix_list_2-3,decimal) "." counter(lst-ctn-kix_list_2-4,decimal) "." counter(lst-ctn-kix_list_2-5,decimal) "." counter(lst-ctn-kix_list_2-6,decimal) ". "
  }

  .lst-kix_list_2-7>li:before {
      content: "" counter(lst-ctn-kix_list_2-0,decimal) "." counter(lst-ctn-kix_list_2-1,decimal) "." counter(lst-ctn-kix_list_2-2,decimal) "." counter(lst-ctn-kix_list_2-3,decimal) "." counter(lst-ctn-kix_list_2-4,decimal) "." counter(lst-ctn-kix_list_2-5,decimal) "." counter(lst-ctn-kix_list_2-6,decimal) "." counter(lst-ctn-kix_list_2-7,decimal) ". "
  }

  .lst-kix_list_2-7>li {
      counter-increment: lst-ctn-kix_list_2-7
  }

  .lst-kix_list_3-7>li {
      counter-increment: lst-ctn-kix_list_3-7
  }

  .lst-kix_list_2-4>li:before {
      content: "" counter(lst-ctn-kix_list_2-0,decimal) "." counter(lst-ctn-kix_list_2-1,decimal) "." counter(lst-ctn-kix_list_2-2,decimal) "." counter(lst-ctn-kix_list_2-3,decimal) "." counter(lst-ctn-kix_list_2-4,decimal) ". "
  }

  .lst-kix_list_2-5>li:before {
      content: "" counter(lst-ctn-kix_list_2-0,decimal) "." counter(lst-ctn-kix_list_2-1,decimal) "." counter(lst-ctn-kix_list_2-2,decimal) "." counter(lst-ctn-kix_list_2-3,decimal) "." counter(lst-ctn-kix_list_2-4,decimal) "." counter(lst-ctn-kix_list_2-5,decimal) ". "
  }

  .lst-kix_list_2-8>li:before {
      content: "" counter(lst-ctn-kix_list_2-0,decimal) "." counter(lst-ctn-kix_list_2-1,decimal) "." counter(lst-ctn-kix_list_2-2,decimal) "." counter(lst-ctn-kix_list_2-3,decimal) "." counter(lst-ctn-kix_list_2-4,decimal) "." counter(lst-ctn-kix_list_2-5,decimal) "." counter(lst-ctn-kix_list_2-6,decimal) "." counter(lst-ctn-kix_list_2-7,decimal) "." counter(lst-ctn-kix_list_2-8,decimal) ". "
  }

  ol.lst-kix_list_6-2.start {
      counter-reset: lst-ctn-kix_list_6-2 0
  }

  .lst-kix_list_6-6>li {
      counter-increment: lst-ctn-kix_list_6-6
  }

  ol.lst-kix_list_3-0.start {
      counter-reset: lst-ctn-kix_list_3-0 0
  }

  .lst-kix_list_6-7>li {
      counter-increment: lst-ctn-kix_list_6-7
  }

  ol.lst-kix_list_3-8.start {
      counter-reset: lst-ctn-kix_list_3-8 0
  }

  ol.lst-kix_list_2-5.start {
      counter-reset: lst-ctn-kix_list_2-5 0
  }

  li.li-bullet-1:before {
      margin-left: -28.3pt;
      white-space: nowrap;
      display: inline-block;
      min-width: 28.3pt
  }

  .lst-kix_list_4-0>li:before {
      content: "\0025cf   "
  }

  .lst-kix_list_2-6>li {
      counter-increment: lst-ctn-kix_list_2-6
  }

  .lst-kix_list_3-8>li {
      counter-increment: lst-ctn-kix_list_3-8
  }

  .lst-kix_list_4-1>li:before {
      content: "o  "
  }

  ol.lst-kix_list_6-8.start {
      counter-reset: lst-ctn-kix_list_6-8 0
  }

  .lst-kix_list_4-4>li:before {
      content: "o  "
  }

  ol.lst-kix_list_2-2.start {
      counter-reset: lst-ctn-kix_list_2-2 0
  }

  .lst-kix_list_4-3>li:before {
      content: "\0025cf   "
  }

  .lst-kix_list_4-5>li:before {
      content: "\0025aa   "
  }

  ol.lst-kix_list_6-5.start {
      counter-reset: lst-ctn-kix_list_6-5 0
  }

  .lst-kix_list_4-2>li:before {
      content: "\0025aa   "
  }

  .lst-kix_list_4-6>li:before {
      content: "\0025cf   "
  }

  .lst-kix_list_3-5>li {
      counter-increment: lst-ctn-kix_list_3-5
  }

  .lst-kix_list_3-4>li {
      counter-increment: lst-ctn-kix_list_3-4
  }

  .lst-kix_list_6-4>li {
      counter-increment: lst-ctn-kix_list_6-4
  }

  .lst-kix_list_2-4>li {
      counter-increment: lst-ctn-kix_list_2-4
  }

  ol.lst-kix_list_6-7.start {
      counter-reset: lst-ctn-kix_list_6-7 0
  }

  ol.lst-kix_list_3-6.start {
      counter-reset: lst-ctn-kix_list_3-6 0
  }

  .lst-kix_list_6-3>li {
      counter-increment: lst-ctn-kix_list_6-3
  }

  ol.lst-kix_list_2-8.start {
      counter-reset: lst-ctn-kix_list_2-8 0
  }

  ol.lst-kix_list_6-1.start {
      counter-reset: lst-ctn-kix_list_6-1 0
  }

  .lst-kix_list_1-0>li:before {
      content: "\0025cf   "
  }

  .lst-kix_list_1-1>li:before {
      content: "o  "
  }

  .lst-kix_list_1-2>li:before {
      content: "\0025aa   "
  }

  ol.lst-kix_list_2-0.start {
      counter-reset: lst-ctn-kix_list_2-0 0
  }

  .lst-kix_list_1-3>li:before {
      content: "\0025aa   "
  }

  .lst-kix_list_1-4>li:before {
      content: "\0025aa   "
  }

  ol.lst-kix_list_3-5.start {
      counter-reset: lst-ctn-kix_list_3-5 0
  }

  .lst-kix_list_1-7>li:before {
      content: "\0025aa   "
  }

  ol.lst-kix_list_2-7.start {
      counter-reset: lst-ctn-kix_list_2-7 0
  }

  .lst-kix_list_1-5>li:before {
      content: "\0025aa   "
  }

  .lst-kix_list_1-6>li:before {
      content: "\0025aa   "
  }

  li.li-bullet-0:before {
      margin-left: -28.4pt;
      white-space: nowrap;
      display: inline-block;
      min-width: 28.4pt
  }

  .lst-kix_list_2-0>li:before {
      content: "" counter(lst-ctn-kix_list_2-0,decimal) ". "
  }

  .lst-kix_list_2-1>li:before {
      content: "" counter(lst-ctn-kix_list_2-0,decimal) "." counter(lst-ctn-kix_list_2-1,decimal) ". "
  }

  ol.lst-kix_list_2-1.start {
      counter-reset: lst-ctn-kix_list_2-1 0
  }

  ol.lst-kix_list_6-0.start {
      counter-reset: lst-ctn-kix_list_6-0 0
  }

  .lst-kix_list_1-8>li:before {
      content: "\0025aa   "
  }

  .lst-kix_list_2-2>li:before {
      content: "" counter(lst-ctn-kix_list_2-0,decimal) "." counter(lst-ctn-kix_list_2-1,decimal) "." counter(lst-ctn-kix_list_2-2,decimal) ". "
  }

  .lst-kix_list_2-3>li:before {
      content: "" counter(lst-ctn-kix_list_2-0,decimal) "." counter(lst-ctn-kix_list_2-1,decimal) "." counter(lst-ctn-kix_list_2-2,decimal) "." counter(lst-ctn-kix_list_2-3,decimal) ". "
  }

  ol {
      margin: 0;
      padding: 0
  }

  table td,table th {
      padding: 0
  }

  .c12 {
      border-right-style: solid;
      padding: 5pt 5pt 5pt 5pt;
      border-bottom-color: #000000;
      border-top-width: 0pt;
      border-right-width: 0pt;
      border-left-color: #000000;
      vertical-align: top;
      border-right-color: #000000;
      border-left-width: 0pt;
      border-top-style: solid;
      border-left-style: solid;
      border-bottom-width: 0pt;
      width: 132.6pt;
      border-top-color: #000000;
      border-bottom-style: solid
  }

  .c22 {
      border-right-style: solid;
      padding: 5pt 5pt 5pt 5pt;
      border-bottom-color: #000000;
      border-top-width: 0pt;
      border-right-width: 0pt;
      border-left-color: #000000;
      vertical-align: top;
      border-right-color: #000000;
      border-left-width: 0pt;
      border-top-style: solid;
      border-left-style: solid;
      border-bottom-width: 0pt;
      width: 334.9pt;
      border-top-color: #000000;
      border-bottom-style: solid
  }

  .c1 {
      margin-left: 46.4pt;
      padding-top: 6pt;
      padding-left: 10.3pt;
      padding-bottom: 6pt;
      line-height: 1.0;
      orphans: 2;
      widows: 2;
      text-align: justify
  }

  .c2 {
      color: #000000;
      font-weight: 400;
      text-decoration: none;
      vertical-align: baseline;
      font-size: 11pt;
      font-family: "Times New Roman";
      font-style: normal
  }

  .c26 {
      padding-top: 0pt;
      padding-bottom: 8pt;
      line-height: 1.0791666666666666;
      orphans: 2;
      widows: 2;
      text-align: left;
      margin-right: 18pt
  }

  .c14 {
      color: #000000;
      font-weight: 400;
      text-decoration: none;
      vertical-align: baseline;
      font-size: 11pt;
      font-family: "Calibri";
      font-style: normal
  }

  .c4 {
      padding-top: 0pt;
      padding-bottom: 0pt;
      line-height: 1.0;
      orphans: 2;
      widows: 2;
      text-align: right;
      height: 11pt
  }

  .c0 {
      color: #000000;
      font-weight: 700;
      text-decoration: none;
      vertical-align: baseline;
      font-size: 11pt;
      font-family: "Times New Roman";
      font-style: normal
  }

  .c23 {
      padding-top: 0pt;
      padding-bottom: 0pt;
      line-height: 1.0;
      orphans: 2;
      widows: 2;
      text-align: left
  }

  .c6 {
      padding-top: 7.2pt;
      padding-bottom: 7.2pt;
      line-height: 1.0;
      orphans: 2;
      widows: 2;
      text-align: left
  }

  .c15 {
      margin-left: 53.1pt;
      padding-left: 3.6pt;
      orphans: 2;
      widows: 2
  }

  .c10 {
      text-decoration: none;
      vertical-align: baseline;
      font-size: 11pt;
      font-style: italic
  }

  .c8 {
      text-decoration: none;
      vertical-align: baseline;
      font-size: 12pt;
      font-style: normal
  }

  .c25 {
      padding-top: 6pt;
      padding-bottom: 6pt;
      line-height: 1.0;
      text-align: left
  }

  .c20 {
      margin-left: 21.3pt;
      border-spacing: 0;
      border-collapse: collapse;
      margin-right: auto
  }

  .c11 {
      padding-top: 6pt;
      padding-bottom: 6pt;
      line-height: 1.0;
      text-align: justify
  }

  .c29 {
      padding-top: 6pt;
      padding-bottom: 6pt;
      line-height: 1.0;
      text-align: center
  }

  .c5 {
      color: #000000;
      font-weight: 400;
      font-family: "Times New Roman"
  }

  .c27 {
      margin-left: 56.7pt;
      orphans: 2;
      widows: 2
  }

  .c13 {
      margin-left: 28.4pt;
      orphans: 2;
      widows: 2
  }

  .c24 {
      background-color: #ffffff;
      max-width: 481.9pt;
      padding: 56.7pt 56.7pt 56.7pt 56.7pt
  }

  .c17 {
      margin-left: 53.1pt;
      padding-left: 3.6pt
  }

  .c3 {
      padding: 0;
      margin: 0
  }

  .c21 {
      margin-left: 18pt;
      padding-left: 10.4pt
  }

  .c28 {
      orphans: 2;
      widows: 2
  }

  .c18 {
      font-weight: 400;
      font-family: "Times New Roman"
  }

  .c7 {
      height: 13.8pt
  }

  .c16 {
      height: 11pt
  }

  .c9 {
      height: 20.4pt
  }

  .c19 {
      height: 1.1pt
  }

  .title {
      padding-top: 24pt;
      color: #000000;
      font-weight: 700;
      font-size: 36pt;
      padding-bottom: 6pt;
      font-family: "Calibri";
      line-height: 1.0791666666666666;
      page-break-after: avoid;
      orphans: 2;
      widows: 2;
      text-align: left
  }

  .subtitle {
      padding-top: 18pt;
      color: #666666;
      font-size: 24pt;
      padding-bottom: 4pt;
      font-family: "Georgia";
      line-height: 1.0791666666666666;
      page-break-after: avoid;
      font-style: italic;
      orphans: 2;
      widows: 2;
      text-align: left
  }

  li {
      color: #000000;
      font-size: 11pt;
      font-family: "Calibri"
  }

  p {
      margin: 0;
      color: #000000;
      font-size: 11pt;
      font-family: "Calibri"
  }

  h1 {
      padding-top: 24pt;
      color: #000000;
      font-weight: 700;
      font-size: 24pt;
      padding-bottom: 6pt;
      font-family: "Calibri";
      line-height: 1.0791666666666666;
      page-break-after: avoid;
      orphans: 2;
      widows: 2;
      text-align: left
  }

  h2 {
      padding-top: 18pt;
      color: #000000;
      font-weight: 700;
      font-size: 18pt;
      padding-bottom: 4pt;
      font-family: "Calibri";
      line-height: 1.0791666666666666;
      page-break-after: avoid;
      orphans: 2;
      widows: 2;
      text-align: left
  }

  h3 {
      padding-top: 14pt;
      color: #000000;
      font-weight: 700;
      font-size: 14pt;
      padding-bottom: 4pt;
      font-family: "Calibri";
      line-height: 1.0791666666666666;
      page-break-after: avoid;
      orphans: 2;
      widows: 2;
      text-align: left
  }

  h4 {
      padding-top: 12pt;
      color: #000000;
      font-weight: 700;
      font-size: 12pt;
      padding-bottom: 2pt;
      font-family: "Calibri";
      line-height: 1.0791666666666666;
      page-break-after: avoid;
      orphans: 2;
      widows: 2;
      text-align: left
  }

  h5 {
      padding-top: 11pt;
      color: #000000;
      font-weight: 700;
      font-size: 11pt;
      padding-bottom: 2pt;
      font-family: "Calibri";
      line-height: 1.0791666666666666;
      page-break-after: avoid;
      orphans: 2;
      widows: 2;
      text-align: left
  }

  h6 {
      padding-top: 10pt;
      color: #000000;
      font-weight: 700;
      font-size: 10pt;
      padding-bottom: 2pt;
      font-family: "Calibri";
      line-height: 1.0791666666666666;
      page-break-after: avoid;
      orphans: 2;
      widows: 2;
      text-align: left
  }

  @media (max-width: 768px) {
    .c24 {
      background-color: #ffffff;
      max-width: 481.9pt;
      padding: 20px;
    }
  }
}*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
  :root {
    --font-sans: 'Manrope', sans-serif;
    --font-mono:
      source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace;
    --background: 0 0% 100%;
    --foreground: 0 0% 5%;
    --card: 0 0% 100%;
    --card-foreground: 0 0% 5%;
    --popover: 0 0% 100%;
    --popover-foreground: 0 0% 5%;
    --primary: 235, 5%, 4%, 1;
    --primary-foreground: 0 0% 100%;
    --secondary: 0, 0%, 97%, 1;
    --secondary-foreground: 222.2 47.4% 11.2%;
    --success: 135, 59%, 49%, 1;
    --success-foreground: 210 40% 98%;
    --muted: 0 0% 90%;
    --muted-foreground: 0 0% 36%;
    --accent: 0 0% 95%;
    --accent-foreground: 222.2 47.4% 11.2%;
    --destructive: 3, 100%, 59%, 1;
    --destructive-foreground: 210 40% 98%;
    --info: 48, 100%, 50%, 0.1;
    --info-foreground: 48, 100%, 39%, 1;
    /* TODO: update colors */
    --border: 0 0% 90%;
    --input: 0 0% 90%;
    --ring: 235, 5%, 4%, 1;
    --chart-1: 12 76% 61%;
    --chart-2: 173 58% 39%;
    --chart-3: 197 37% 24%;
    --chart-4: 43 74% 66%;
    --chart-5: 27 87% 67%;
    /* --radius: 0.75rem; */
    --sidebar-background: 0 0% 98%;
    --sidebar-foreground: 240 5.3% 26.1%;
    --sidebar-primary: 240 5.9% 10%;
    --sidebar-primary-foreground: 0 0% 98%;
    --sidebar-accent: 240 4.8% 95.9%;
    --sidebar-accent-foreground: 240 5.9% 10%;
    --sidebar-border: 220 13% 91%;
    --sidebar-ring: 217.2 91.2% 59.8%;
  }
  .dark {
    --background: 0 0% 13%;
    --foreground: 0 0% 93%;
    --card: 0 0% 18%;
    --card-foreground: 210 40% 98%;
    --popover: 0 0% 18%;
    --popover-foreground: 210 40% 98%;
    --primary: 0, 0%, 97%, 1;
    --primary-foreground: 0 0% 100%;
    --secondary: 0 0% 19%;
    --secondary-foreground: 210 40% 98%;
    --success: 0 0% 19%;
    --success-foreground: 210 40% 98%;
    --muted: 0 1% 26%;
    --muted-foreground: 0 0% 71%;
    --accent: 0 0% 26%;
    --accent-foreground: 210 40% 98%;
    --destructive: 0 62.8% 30.6%;
    --destructive-foreground: 210 40% 98%;
    --border: 0 1% 26%;
    --input: 0 1% 26%;
    --ring: 340 92% 52%;
    --chart-1: 220 70% 50%;
    --chart-2: 160 60% 45%;
    --chart-3: 30 80% 55%;
    --chart-4: 280 65% 60%;
    --chart-5: 340 75% 55%;
    --sidebar-background: 0 0% 9%;
    --sidebar-foreground: 240 4.8% 95.9%;
    --sidebar-primary: 224.3 76.3% 48%;
    --sidebar-primary-foreground: 0 0% 100%;
    --sidebar-accent: 0 0% 13%;
    --sidebar-accent-foreground: 240 4.8% 95.9%;
    --sidebar-border: 240 3.7% 15.9%;
    --sidebar-ring: 217.2 91.2% 59.8%;
  }
  * {
  border-color: hsl(var(--border));
}
  body {
  background-color: hsl(var(--background));
  color: hsl(var(--foreground));
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

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

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

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

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

  .container {
    max-width: 1536px;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.invisible {
  visibility: hidden;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.-bottom-12 {
  bottom: -3rem;
}
.-left-12 {
  left: -3rem;
}
.-right-12 {
  right: -3rem;
}
.-right-2 {
  right: -0.5rem;
}
.-top-12 {
  top: -3rem;
}
.-top-2 {
  top: -0.5rem;
}
.-top-4 {
  top: -1rem;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-4 {
  bottom: 1rem;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-2 {
  left: 0.5rem;
}
.left-\[50\%\] {
  left: 50%;
}
.right-0 {
  right: 0px;
}
.right-0\.5 {
  right: 0.125rem;
}
.right-1 {
  right: 0.25rem;
}
.right-2 {
  right: 0.5rem;
}
.right-3 {
  right: 0.75rem;
}
.right-4 {
  right: 1rem;
}
.right-6 {
  right: 1.5rem;
}
.top-0 {
  top: 0px;
}
.top-0\.5 {
  top: 0.125rem;
}
.top-1\.5 {
  top: 0.375rem;
}
.top-1\/2 {
  top: 50%;
}
.top-3\.5 {
  top: 0.875rem;
}
.top-4 {
  top: 1rem;
}
.top-5 {
  top: 1.25rem;
}
.top-\[50\%\] {
  top: 50%;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-50 {
  z-index: 50;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.row-span-1 {
  grid-row: span 1 / span 1;
}
.row-span-2 {
  grid-row: span 2 / span 2;
}
.row-span-4 {
  grid-row: span 4 / span 4;
}
.m-0 {
  margin: 0px;
}
.m-3 {
  margin: 0.75rem;
}
.m-auto {
  margin: auto;
}
.-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-3\.5 {
  margin-left: 0.875rem;
  margin-right: 0.875rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-0\.5 {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.-ml-1\.5 {
  margin-left: -0.375rem;
}
.-ml-2 {
  margin-left: -0.5rem;
}
.-ml-4 {
  margin-left: -1rem;
}
.-mt-4 {
  margin-top: -1rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-0\.5 {
  margin-left: 0.125rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-5 {
  margin-left: 1.25rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mt-0 {
  margin-top: 0px;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[140px\] {
  margin-top: 140px;
}
.mt-\[18px\] {
  margin-top: 18px;
}
.mt-\[1px\] {
  margin-top: 1px;
}
.mt-\[28px\] {
  margin-top: 28px;
}
.mt-\[3px\] {
  margin-top: 3px;
}
.mt-auto {
  margin-top: auto;
}
.box-border {
  box-sizing: border-box;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.\!table {
  display: table !important;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.\!size-3 {
  width: 0.75rem !important;
  height: 0.75rem !important;
}
.\!size-4 {
  width: 1rem !important;
  height: 1rem !important;
}
.\!size-5 {
  width: 1.25rem !important;
  height: 1.25rem !important;
}
.\!size-6 {
  width: 1.5rem !important;
  height: 1.5rem !important;
}
.size-4 {
  width: 1rem;
  height: 1rem;
}
.\!h-5 {
  height: 1.25rem !important;
}
.h-10 {
  height: 2.5rem;
}
.h-11 {
  height: 2.75rem;
}
.h-12 {
  height: 3rem;
}
.h-14 {
  height: 3.5rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-2\.5 {
  height: 0.625rem;
}
.h-24 {
  height: 6rem;
}
.h-3 {
  height: 0.75rem;
}
.h-3\.5 {
  height: 0.875rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-7 {
  height: 1.75rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[100vh\] {
  height: 100vh;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[300px\] {
  height: 300px;
}
.h-\[400px\] {
  height: 400px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[50vh\] {
  height: 50vh;
}
.h-\[55px\] {
  height: 55px;
}
.h-\[56px\] {
  height: 56px;
}
.h-\[588px\] {
  height: 588px;
}
.h-\[58px\] {
  height: 58px;
}
.h-\[80px\] {
  height: 80px;
}
.h-\[80vh\] {
  height: 80vh;
}
.h-\[calc\(100\%-55px\)\] {
  height: calc(100% - 55px);
}
.h-\[calc\(100vh-55px\)\] {
  height: calc(100vh - 55px);
}
.h-\[var\(--radix-select-trigger-height\)\] {
  height: var(--radix-select-trigger-height);
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-px {
  height: 1px;
}
.h-screen {
  height: 100vh;
}
.h-svh {
  height: 100svh;
}
.max-h-96 {
  max-height: 24rem;
}
.max-h-\[250px\] {
  max-height: 250px;
}
.max-h-\[300px\] {
  max-height: 300px;
}
.max-h-\[450px\] {
  max-height: 450px;
}
.max-h-\[85vh\] {
  max-height: 85vh;
}
.max-h-\[90vh\] {
  max-height: 90vh;
}
.max-h-screen {
  max-height: 100vh;
}
.max-h-svh {
  max-height: 100svh;
}
.min-h-0 {
  min-height: 0px;
}
.min-h-10 {
  min-height: 2.5rem;
}
.min-h-24 {
  min-height: 6rem;
}
.min-h-\[100px\] {
  min-height: 100px;
}
.min-h-\[40px\] {
  min-height: 40px;
}
.min-h-\[80px\] {
  min-height: 80px;
}
.min-h-svh {
  min-height: 100svh;
}
.\!w-5 {
  width: 1.25rem !important;
}
.w-0 {
  width: 0px;
}
.w-10 {
  width: 2.5rem;
}
.w-11 {
  width: 2.75rem;
}
.w-14 {
  width: 3.5rem;
}
.w-16 {
  width: 4rem;
}
.w-2 {
  width: 0.5rem;
}
.w-2\.5 {
  width: 0.625rem;
}
.w-20 {
  width: 5rem;
}
.w-3 {
  width: 0.75rem;
}
.w-3\.5 {
  width: 0.875rem;
}
.w-3\/4 {
  width: 75%;
}
.w-4 {
  width: 1rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-64 {
  width: 16rem;
}
.w-7 {
  width: 1.75rem;
}
.w-72 {
  width: 18rem;
}
.w-8 {
  width: 2rem;
}
.w-9 {
  width: 2.25rem;
}
.w-\[--sidebar-width\] {
  width: var(--sidebar-width);
}
.w-\[100\%\] {
  width: 100%;
}
.w-\[1px\] {
  width: 1px;
}
.w-\[25\%\] {
  width: 25%;
}
.w-\[400px\] {
  width: 400px;
}
.w-\[500px\] {
  width: 500px;
}
.w-\[80\%\] {
  width: 80%;
}
.w-auto {
  width: auto;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-px {
  width: 1px;
}
.w-screen {
  width: 100vw;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-5 {
  min-width: 1.25rem;
}
.min-w-\[150px\] {
  min-width: 150px;
}
.min-w-\[20vw\] {
  min-width: 20vw;
}
.min-w-\[50vw\] {
  min-width: 50vw;
}
.min-w-\[8rem\] {
  min-width: 8rem;
}
.min-w-\[var\(--radix-select-trigger-width\)\] {
  min-width: var(--radix-select-trigger-width);
}
.max-w-96 {
  max-width: 24rem;
}
.max-w-\[--skeleton-width\] {
  max-width: var(--skeleton-width);
}
.max-w-\[150px\] {
  max-width: 150px;
}
.max-w-\[200px\] {
  max-width: 200px;
}
.max-w-\[300px\] {
  max-width: 300px;
}
.max-w-\[400px\] {
  max-width: 400px;
}
.max-w-\[529px\] {
  max-width: 529px;
}
.max-w-\[588px\] {
  max-width: 588px;
}
.max-w-\[600px\] {
  max-width: 600px;
}
.max-w-\[620pt\] {
  max-width: 620pt;
}
.max-w-\[70\%\] {
  max-width: 70%;
}
.max-w-\[90vw\] {
  max-width: 90vw;
}
.max-w-\[95vw\] {
  max-width: 95vw;
}
.max-w-full {
  max-width: 100%;
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-none {
  max-width: none;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-none {
  flex: none;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.flex-grow-0 {
  flex-grow: 0;
}
.grow {
  flex-grow: 1;
}
.grow-0 {
  flex-grow: 0;
}
.basis-full {
  flex-basis: 100%;
}
.caption-bottom {
  caption-side: bottom;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-px {
  --tw-translate-x: -1px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-full {
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-px {
  --tw-translate-y: -1px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[-50\%\] {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-px {
  --tw-translate-x: 1px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[-50\%\] {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[calc\(-100\%-24px\)\] {
  --tw-translate-y: calc(-100% - 24px);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-90 {
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-0 {
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-0 {
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform-gpu {
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes caret-blink {

  0%,70%,100% {
    opacity: 1;
  }

  20%,50% {
    opacity: 0;
  }
}
.animate-caret-blink {
  animation: caret-blink 1.25s ease-out infinite;
}
@keyframes pulse {

  50% {
    opacity: .5;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-default {
  cursor: default;
}
.cursor-pointer {
  cursor: pointer;
}
.touch-none {
  touch-action: none;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize-none {
  resize: none;
}
.resize {
  resize: both;
}
.scroll-m-20 {
  scroll-margin: 5rem;
}
.list-inside {
  list-style-position: inside;
}
.list-decimal {
  list-style-type: decimal;
}
.list-disc {
  list-style-type: disc;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-0 {
  gap: 0px;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-x-scroll {
  overflow-x: scroll;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-normal {
  white-space: normal;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.break-words {
  overflow-wrap: break-word;
}
.\!rounded-none {
  border-radius: 0px !important;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-\[4px\] {
  border-radius: 4px;
}
.rounded-\[inherit\] {
  border-radius: inherit;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-none {
  border-radius: 0px;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-b-md {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.rounded-tr-lg {
  border-top-right-radius: 0.5rem;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-4 {
  border-width: 4px;
}
.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-l {
  border-left-width: 1px;
}
.border-l-2 {
  border-left-width: 2px;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-none {
  border-style: none;
}
.border-\[\#D7D8D8\] {
  --tw-border-opacity: 1;
  border-color: rgb(215 216 216 / var(--tw-border-opacity, 1));
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-blue-200 {
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}
.border-blue-900 {
  --tw-border-opacity: 1;
  border-color: rgb(30 58 138 / var(--tw-border-opacity, 1));
}
.border-destructive {
  border-color: hsl(var(--destructive));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-input {
  border-color: hsl(var(--input));
}
.border-muted {
  border-color: hsl(var(--muted));
}
.border-primary {
  border-color: hsl(var(--primary));
}
.border-red-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}
.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.border-red-900 {
  --tw-border-opacity: 1;
  border-color: rgb(127 29 29 / var(--tw-border-opacity, 1));
}
.border-secondary {
  border-color: hsl(var(--secondary));
}
.border-sidebar-border {
  border-color: hsl(var(--sidebar-border));
}
.border-transparent {
  border-color: transparent;
}
.border-l-blue-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
}
.border-l-gray-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.border-l-green-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(74 222 128 / var(--tw-border-opacity, 1));
}
.border-l-indigo-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(129 140 248 / var(--tw-border-opacity, 1));
}
.border-l-orange-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(251 146 60 / var(--tw-border-opacity, 1));
}
.border-l-purple-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(192 132 252 / var(--tw-border-opacity, 1));
}
.border-l-red-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}
.border-l-slate-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(148 163 184 / var(--tw-border-opacity, 1));
}
.border-l-teal-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(45 212 191 / var(--tw-border-opacity, 1));
}
.border-l-transparent {
  border-left-color: transparent;
}
.border-l-violet-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(167 139 250 / var(--tw-border-opacity, 1));
}
.border-l-yellow-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
}
.border-t-transparent {
  border-top-color: transparent;
}
.bg-\[\#DAEEFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(218 238 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FF3B30\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 59 48 / var(--tw-bg-opacity, 1));
}
.bg-accent {
  background-color: hsl(var(--accent));
}
.bg-background {
  background-color: hsl(var(--background));
}
.bg-background\/50 {
  background-color: hsl(var(--background) / 0.5);
}
.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-black\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}
.bg-blue-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(23 37 84 / var(--tw-bg-opacity, 1));
}
.bg-border {
  background-color: hsl(var(--border));
}
.bg-card {
  background-color: hsl(var(--card));
}
.bg-destructive {
  background-color: hsl(var(--destructive));
}
.bg-foreground {
  background-color: hsl(var(--foreground));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}
.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}
.bg-indigo-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity, 1));
}
.bg-info {
  background-color: hsl(var(--info));
}
.bg-muted {
  background-color: hsl(var(--muted));
}
.bg-muted\/50 {
  background-color: hsl(var(--muted) / 0.5);
}
.bg-orange-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity, 1));
}
.bg-popover {
  background-color: hsl(var(--popover));
}
.bg-primary {
  background-color: hsl(var(--primary));
}
.bg-purple-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 245 255 / var(--tw-bg-opacity, 1));
}
.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.bg-red-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(69 10 10 / var(--tw-bg-opacity, 1));
}
.bg-secondary {
  background-color: hsl(var(--secondary));
}
.bg-sidebar {
  background-color: hsl(var(--sidebar-background));
}
.bg-sidebar-accent {
  background-color: hsl(var(--sidebar-accent));
}
.bg-sidebar-border {
  background-color: hsl(var(--sidebar-border));
}
.bg-slate-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}
.bg-success {
  background-color: hsl(var(--success));
}
.bg-teal-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 250 / var(--tw-bg-opacity, 1));
}
.bg-transparent {
  background-color: transparent;
}
.bg-violet-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 243 255 / var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity, 1));
}
.bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
}
.bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}
.from-\[hsl\(var\(--sidebar-background\)\)\] {
  --tw-gradient-from: hsl(var(--sidebar-background)) var(--tw-gradient-from-position);
  --tw-gradient-to: hsl(var(--sidebar-background) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.fill-current {
  fill: currentColor;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.p-\[1px\] {
  padding: 1px;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[0\.3rem\] {
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[0\.2rem\] {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
.py-\[1px\] {
  padding-top: 1px;
  padding-bottom: 1px;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-2\.5 {
  padding-left: 0.625rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pr-10 {
  padding-right: 2.5rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-2\.5 {
  padding-right: 0.625rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-4 {
  padding-top: 1rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-middle {
  vertical-align: middle;
}
.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-\[0\.7rem\] {
  font-size: 0.7rem;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[40px\]\/\[42px\] {
  font-size: 40px;
  line-height: 42px;
}
.text-\[8px\] {
  font-size: 8px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-base\/\[22px\] {
  font-size: 1rem;
  line-height: 22px;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.tabular-nums {
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-none {
  line-height: 1;
}
.leading-snug {
  line-height: 1.375;
}
.tracking-\[3\%\] {
  letter-spacing: 3%;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.text-\[\#08f\] {
  --tw-text-opacity: 1;
  color: rgb(0 136 255 / var(--tw-text-opacity, 1));
}
.text-\[\#090A0B\] {
  --tw-text-opacity: 1;
  color: rgb(9 10 11 / var(--tw-text-opacity, 1));
}
.text-\[\#626263\] {
  --tw-text-opacity: 1;
  color: rgb(98 98 99 / var(--tw-text-opacity, 1));
}
.text-\[\#B0B0B0\] {
  --tw-text-opacity: 1;
  color: rgb(176 176 176 / var(--tw-text-opacity, 1));
}
.text-\[\#FF3B30\] {
  --tw-text-opacity: 1;
  color: rgb(255 59 48 / var(--tw-text-opacity, 1));
}
.text-\[\#FFFFFF\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-\[\#fff\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-blue-200 {
  --tw-text-opacity: 1;
  color: rgb(191 219 254 / var(--tw-text-opacity, 1));
}
.text-blue-300 {
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / var(--tw-text-opacity, 1));
}
.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}
.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}
.text-card-foreground {
  color: hsl(var(--card-foreground));
}
.text-current {
  color: currentColor;
}
.text-destructive {
  color: hsl(var(--destructive));
}
.text-destructive-foreground {
  color: hsl(var(--destructive-foreground));
}
.text-foreground {
  color: hsl(var(--foreground));
}
.text-foreground\/70 {
  color: hsl(var(--foreground) / 0.7);
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}
.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}
.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}
.text-indigo-500 {
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity, 1));
}
.text-indigo-700 {
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity, 1));
}
.text-info-foreground {
  color: hsl(var(--info-foreground));
}
.text-muted-foreground {
  color: hsl(var(--muted-foreground));
}
.text-muted-foreground\/20 {
  color: hsl(var(--muted-foreground) / 0.2);
}
.text-orange-500 {
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity, 1));
}
.text-orange-700 {
  --tw-text-opacity: 1;
  color: rgb(194 65 12 / var(--tw-text-opacity, 1));
}
.text-popover-foreground {
  color: hsl(var(--popover-foreground));
}
.text-primary {
  color: hsl(var(--primary));
}
.text-primary-foreground {
  color: hsl(var(--primary-foreground));
}
.text-purple-500 {
  --tw-text-opacity: 1;
  color: rgb(168 85 247 / var(--tw-text-opacity, 1));
}
.text-purple-700 {
  --tw-text-opacity: 1;
  color: rgb(126 34 206 / var(--tw-text-opacity, 1));
}
.text-red-200 {
  --tw-text-opacity: 1;
  color: rgb(254 202 202 / var(--tw-text-opacity, 1));
}
.text-red-300 {
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity, 1));
}
.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
.text-secondary {
  color: hsl(var(--secondary));
}
.text-secondary-foreground {
  color: hsl(var(--secondary-foreground));
}
.text-sidebar-foreground {
  color: hsl(var(--sidebar-foreground));
}
.text-sidebar-foreground\/70 {
  color: hsl(var(--sidebar-foreground) / 0.7);
}
.text-slate-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.text-slate-700 {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}
.text-success-foreground {
  color: hsl(var(--success-foreground));
}
.text-teal-500 {
  --tw-text-opacity: 1;
  color: rgb(20 184 166 / var(--tw-text-opacity, 1));
}
.text-teal-700 {
  --tw-text-opacity: 1;
  color: rgb(15 118 110 / var(--tw-text-opacity, 1));
}
.text-violet-500 {
  --tw-text-opacity: 1;
  color: rgb(139 92 246 / var(--tw-text-opacity, 1));
}
.text-violet-700 {
  --tw-text-opacity: 1;
  color: rgb(109 40 217 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity, 1));
}
.text-yellow-700 {
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.no-underline {
  text-decoration-line: none;
}
.underline-offset-4 {
  text-underline-offset: 4px;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-70 {
  opacity: 0.7;
}
.\!shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_0_1px_hsl\(var\(--sidebar-border\)\)\] {
  --tw-shadow: 0 0 0 1px hsl(var(--sidebar-border));
  --tw-shadow-colored: 0 0 0 1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_4px_24px_0px_\#090A0B12\] {
  --tw-shadow: 0 4px 24px 0px #090A0B12;
  --tw-shadow-colored: 0 4px 24px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[inset_0_-10px_10px_-10px_rgba\(0\2c 0\2c 0\2c 0\.6\)\] {
  --tw-shadow: inset 0 -10px 10px -10px rgba(0,0,0,0.6);
  --tw-shadow-colored: inset 0 -10px 10px -10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline {
  outline-style: solid;
}
.ring-0 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-ring {
  --tw-ring-color: hsl(var(--ring));
}
.ring-sidebar-ring {
  --tw-ring-color: hsl(var(--sidebar-ring));
}
.ring-offset-background {
  --tw-ring-offset-color: hsl(var(--background));
}
.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[left\2c right\2c width\] {
  transition-property: left,right,width;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[margin\2c opa\] {
  transition-property: margin,opa;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[stroke-dashoffset\] {
  transition-property: stroke-dashoffset;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[width\2c height\2c padding\] {
  transition-property: width,height,padding;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[width\] {
  transition-property: width;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-none {
  transition-property: none;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.delay-100 {
  transition-delay: 100ms;
}
.duration-1000 {
  transition-duration: 1000ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-linear {
  transition-timing-function: linear;
}
@keyframes enter {

  from {
    opacity: var(--tw-enter-opacity, 1);
    transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0));
  }
}
@keyframes exit {

  to {
    opacity: var(--tw-exit-opacity, 1);
    transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0));
  }
}
.animate-in {
  animation-name: enter;
  animation-duration: 150ms;
  --tw-enter-opacity: initial;
  --tw-enter-scale: initial;
  --tw-enter-rotate: initial;
  --tw-enter-translate-x: initial;
  --tw-enter-translate-y: initial;
}
.fade-in-0 {
  --tw-enter-opacity: 0;
}
.zoom-in-95 {
  --tw-enter-scale: .95;
}
.duration-1000 {
  animation-duration: 1000ms;
}
.duration-200 {
  animation-duration: 200ms;
}
.duration-300 {
  animation-duration: 300ms;
}
.duration-500 {
  animation-duration: 500ms;
}
.delay-100 {
  animation-delay: 100ms;
}
.ease-in-out {
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-linear {
  animation-timing-function: linear;
}
.running {
  animation-play-state: running;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--font-sans);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* font-family: 'Manrope', sans-serif;
  font-optical-sizing: auto; */
}

code {
  font-family: var(--font-mono);
}

@keyframes loading-shimmer {
  0% {
    background-position: -100% top;
  }

  to {
    background-position: 250% top;
  }
}

.loading-shimmer {
  background-position: -100% top;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  animation-delay: 0s;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-name: loading-shimmer;
  background: hsl(var(--muted))
    gradient(
      linear,
      100% 0,
      0 0,
      from(hsl(var(--muted))),
      color-stop(0.5, hsl(var(--foreground))),
      to(hsl(var(--muted)))
    );
  background: hsl(var(--muted)) -webkit-gradient(
      linear,
      100% 0,
      0 0,
      from(hsl(var(--muted))),
      color-stop(0.5, hsl(var(--foreground))),
      to(hsl(var(--muted)))
    );
  background-clip: text;
  -webkit-background-clip: text;
  background-repeat: no-repeat;
  background-size: 50% 200%;
}

.file\:border-0::file-selector-button {
  border-width: 0px;
}

.file\:bg-transparent::file-selector-button {
  background-color: transparent;
}

.file\:text-sm::file-selector-button {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.file\:font-medium::file-selector-button {
  font-weight: 500;
}

.file\:text-foreground::file-selector-button {
  color: hsl(var(--foreground));
}

.placeholder\:text-base::-moz-placeholder {
  font-size: 1rem;
  line-height: 1.5rem;
}

.placeholder\:text-base::placeholder {
  font-size: 1rem;
  line-height: 1.5rem;
}

.placeholder\:font-medium::-moz-placeholder {
  font-weight: 500;
}

.placeholder\:font-medium::placeholder {
  font-weight: 500;
}

.placeholder\:text-muted-foreground::-moz-placeholder {
  color: hsl(var(--muted-foreground));
}

.placeholder\:text-muted-foreground::placeholder {
  color: hsl(var(--muted-foreground));
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:-inset-2::after {
  content: var(--tw-content);
  inset: -0.5rem;
}

.after\:inset-0::after {
  content: var(--tw-content);
  inset: 0px;
}

.after\:inset-y-0::after {
  content: var(--tw-content);
  top: 0px;
  bottom: 0px;
}

.after\:left-1\/2::after {
  content: var(--tw-content);
  left: 50%;
}

.after\:top-0::after {
  content: var(--tw-content);
  top: 0px;
}

.after\:z-0::after {
  content: var(--tw-content);
  z-index: 0;
}

.after\:flex::after {
  content: var(--tw-content);
  display: flex;
}

.after\:w-1::after {
  content: var(--tw-content);
  width: 0.25rem;
}

.after\:w-\[2px\]::after {
  content: var(--tw-content);
  width: 2px;
}

.after\:-translate-x-1\/2::after {
  content: var(--tw-content);
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.after\:items-center::after {
  content: var(--tw-content);
  align-items: center;
}

.after\:border-t::after {
  content: var(--tw-content);
  border-top-width: 1px;
}

.after\:border-border::after {
  content: var(--tw-content);
  border-color: hsl(var(--border));
}

.first\:mt-0:first-child {
  margin-top: 0px;
}

.first\:rounded-l-xl:first-child {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.first\:border-l:first-child {
  border-left-width: 1px;
}

.last\:rounded-r-xl:last-child {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

.empty\:before\:text-muted-foreground:empty::before {
  content: var(--tw-content);
  color: hsl(var(--muted-foreground));
}

.empty\:before\:content-\[attr\(data-placeholder\)\]:empty::before {
  --tw-content: attr(data-placeholder);
  content: var(--tw-content);
}

.hover\:bg-\[\#BDDCF4\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(189 220 244 / var(--tw-bg-opacity, 1));
}

.hover\:bg-accent:hover {
  background-color: hsl(var(--accent));
}

.hover\:bg-black\/70:hover {
  background-color: rgb(0 0 0 / 0.7);
}

.hover\:bg-card:hover {
  background-color: hsl(var(--card));
}

.hover\:bg-destructive\/80:hover {
  background-color: hsl(var(--destructive) / 0.8);
}

.hover\:bg-destructive\/90:hover {
  background-color: hsl(var(--destructive) / 0.9);
}

.hover\:bg-muted:hover {
  background-color: hsl(var(--muted));
}

.hover\:bg-muted\/50:hover {
  background-color: hsl(var(--muted) / 0.5);
}

.hover\:bg-primary:hover {
  background-color: hsl(var(--primary));
}

.hover\:bg-primary\/80:hover {
  background-color: hsl(var(--primary) / 0.8);
}

.hover\:bg-secondary\/80:hover {
  background-color: hsl(var(--secondary) / 0.8);
}

.hover\:bg-sidebar-accent:hover {
  background-color: hsl(var(--sidebar-accent));
}

.hover\:text-\[\#08f\]:hover {
  --tw-text-opacity: 1;
  color: rgb(0 136 255 / var(--tw-text-opacity, 1));
}

.hover\:text-foreground:hover {
  color: hsl(var(--foreground));
}

.hover\:text-muted-foreground:hover {
  color: hsl(var(--muted-foreground));
}

.hover\:text-primary:hover {
  color: hsl(var(--primary));
}

.hover\:text-primary-foreground:hover {
  color: hsl(var(--primary-foreground));
}

.hover\:text-sidebar-accent-foreground:hover {
  color: hsl(var(--sidebar-accent-foreground));
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.hover\:no-underline:hover {
  text-decoration-line: none;
}

.hover\:opacity-100:hover {
  opacity: 1;
}

.hover\:shadow-\[0_0_0_1px_hsl\(var\(--sidebar-accent\)\)\]:hover {
  --tw-shadow: 0 0 0 1px hsl(var(--sidebar-accent));
  --tw-shadow-colored: 0 0 0 1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:after\:bg-sidebar-border:hover::after {
  content: var(--tw-content);
  background-color: hsl(var(--sidebar-border));
}

.focus\:bg-accent:focus {
  background-color: hsl(var(--accent));
}

.focus\:text-accent-foreground:focus {
  color: hsl(var(--accent-foreground));
}

.focus\:text-red-500:focus {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-ring:focus {
  --tw-ring-color: hsl(var(--ring));
}

.focus\:ring-white:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1));
}

.focus\:ring-offset-0:focus {
  --tw-ring-offset-width: 0px;
}

.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}

.focus-visible\:outline-none:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus-visible\:ring-0:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-visible\:ring-1:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-visible\:ring-2:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-visible\:ring-ring:focus-visible {
  --tw-ring-color: hsl(var(--ring));
}

.focus-visible\:ring-sidebar-ring:focus-visible {
  --tw-ring-color: hsl(var(--sidebar-ring));
}

.focus-visible\:ring-offset-0:focus-visible {
  --tw-ring-offset-width: 0px;
}

.focus-visible\:ring-offset-1:focus-visible {
  --tw-ring-offset-width: 1px;
}

.focus-visible\:ring-offset-2:focus-visible {
  --tw-ring-offset-width: 2px;
}

.focus-visible\:ring-offset-background:focus-visible {
  --tw-ring-offset-color: hsl(var(--background));
}

.active\:bg-sidebar-accent:active {
  background-color: hsl(var(--sidebar-accent));
}

.active\:text-sidebar-accent-foreground:active {
  color: hsl(var(--sidebar-accent-foreground));
}

.disabled\:pointer-events-none:disabled {
  pointer-events: none;
}

.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}

.disabled\:opacity-50:disabled {
  opacity: 0.5;
}

.group\/menu-item:focus-within .group-focus-within\/menu-item\:opacity-100 {
  opacity: 1;
}

.group:hover .group-hover\:visible {
  visibility: visible;
}

.group\/menu-item:hover .group-hover\/menu-item\:opacity-100 {
  opacity: 1;
}

.group\/thread:hover .group-hover\/thread\:opacity-100 {
  opacity: 1;
}

.peer\/menu-button:hover ~ .peer-hover\/menu-button\:text-sidebar-accent-foreground {
  color: hsl(var(--sidebar-accent-foreground));
}

.peer:disabled ~ .peer-disabled\:cursor-not-allowed {
  cursor: not-allowed;
}

.peer:disabled ~ .peer-disabled\:opacity-70 {
  opacity: 0.7;
}

.has-\[\[data-variant\=inset\]\]\:bg-sidebar:has([data-variant=inset]) {
  background-color: hsl(var(--sidebar-background));
}

.has-\[\:disabled\]\:opacity-50:has(:disabled) {
  opacity: 0.5;
}

.group\/menu-item:has([data-sidebar=menu-action]) .group-has-\[\[data-sidebar\=menu-action\]\]\/menu-item\:pr-8 {
  padding-right: 2rem;
}

.aria-disabled\:pointer-events-none[aria-disabled="true"] {
  pointer-events: none;
}

.aria-disabled\:opacity-50[aria-disabled="true"] {
  opacity: 0.5;
}

.data-\[disabled\=true\]\:pointer-events-none[data-disabled="true"] {
  pointer-events: none;
}

.data-\[disabled\]\:pointer-events-none[data-disabled] {
  pointer-events: none;
}

.data-\[panel-group-direction\=vertical\]\:h-px[data-panel-group-direction="vertical"] {
  height: 1px;
}

.data-\[panel-group-direction\=vertical\]\:w-full[data-panel-group-direction="vertical"] {
  width: 100%;
}

.data-\[side\=bottom\]\:translate-y-1[data-side="bottom"] {
  --tw-translate-y: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.data-\[side\=left\]\:-translate-x-1[data-side="left"] {
  --tw-translate-x: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.data-\[side\=right\]\:translate-x-1[data-side="right"] {
  --tw-translate-x: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.data-\[side\=top\]\:-translate-y-1[data-side="top"] {
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.data-\[state\=checked\]\:translate-x-5[data-state="checked"] {
  --tw-translate-x: 1.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.data-\[state\=unchecked\]\:translate-x-0[data-state="unchecked"] {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes accordion-up {

  from {
    height: var(--radix-accordion-content-height);
  }

  to {
    height: 0;
  }
}

.data-\[state\=closed\]\:animate-accordion-up[data-state="closed"] {
  animation: accordion-up 0.2s ease-out;
}

@keyframes accordion-down {

  from {
    height: 0;
  }

  to {
    height: var(--radix-accordion-content-height);
  }
}

.data-\[state\=open\]\:animate-accordion-down[data-state="open"] {
  animation: accordion-down 0.2s ease-out;
}

.data-\[panel-group-direction\=vertical\]\:flex-col[data-panel-group-direction="vertical"] {
  flex-direction: column;
}

.data-\[active\=true\]\:bg-sidebar-accent[data-active="true"] {
  background-color: hsl(var(--sidebar-accent));
}

.data-\[selected\=\'true\'\]\:bg-accent[data-selected='true'] {
  background-color: hsl(var(--accent));
}

.data-\[state\=active\]\:bg-muted[data-state="active"] {
  background-color: hsl(var(--muted));
}

.data-\[state\=checked\]\:bg-primary[data-state="checked"] {
  background-color: hsl(var(--primary));
}

.data-\[state\=open\]\:bg-accent[data-state="open"] {
  background-color: hsl(var(--accent));
}

.data-\[state\=open\]\:bg-secondary[data-state="open"] {
  background-color: hsl(var(--secondary));
}

.data-\[state\=selected\]\:bg-muted[data-state="selected"] {
  background-color: hsl(var(--muted));
}

.data-\[state\=unchecked\]\:bg-input[data-state="unchecked"] {
  background-color: hsl(var(--input));
}

.data-\[active\=true\]\:font-medium[data-active="true"] {
  font-weight: 500;
}

.data-\[active\=true\]\:text-sidebar-accent-foreground[data-active="true"] {
  color: hsl(var(--sidebar-accent-foreground));
}

.data-\[selected\=true\]\:text-accent-foreground[data-selected="true"] {
  color: hsl(var(--accent-foreground));
}

.data-\[state\=active\]\:text-foreground[data-state="active"] {
  color: hsl(var(--foreground));
}

.data-\[state\=checked\]\:text-primary-foreground[data-state="checked"] {
  color: hsl(var(--primary-foreground));
}

.data-\[state\=open\]\:text-muted-foreground[data-state="open"] {
  color: hsl(var(--muted-foreground));
}

.data-\[disabled\=true\]\:opacity-50[data-disabled="true"] {
  opacity: 0.5;
}

.data-\[disabled\]\:opacity-50[data-disabled] {
  opacity: 0.5;
}

.data-\[state\=open\]\:opacity-100[data-state="open"] {
  opacity: 1;
}

.data-\[state\=active\]\:shadow-sm[data-state="active"] {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.data-\[state\=closed\]\:duration-300[data-state="closed"] {
  transition-duration: 300ms;
}

.data-\[state\=open\]\:duration-500[data-state="open"] {
  transition-duration: 500ms;
}

.data-\[state\=open\]\:animate-in[data-state="open"] {
  animation-name: enter;
  animation-duration: 150ms;
  --tw-enter-opacity: initial;
  --tw-enter-scale: initial;
  --tw-enter-rotate: initial;
  --tw-enter-translate-x: initial;
  --tw-enter-translate-y: initial;
}

.data-\[state\=closed\]\:animate-out[data-state="closed"] {
  animation-name: exit;
  animation-duration: 150ms;
  --tw-exit-opacity: initial;
  --tw-exit-scale: initial;
  --tw-exit-rotate: initial;
  --tw-exit-translate-x: initial;
  --tw-exit-translate-y: initial;
}

.data-\[state\=closed\]\:fade-out-0[data-state="closed"] {
  --tw-exit-opacity: 0;
}

.data-\[state\=open\]\:fade-in-0[data-state="open"] {
  --tw-enter-opacity: 0;
}

.data-\[state\=closed\]\:zoom-out-95[data-state="closed"] {
  --tw-exit-scale: .95;
}

.data-\[state\=open\]\:zoom-in-95[data-state="open"] {
  --tw-enter-scale: .95;
}

.data-\[side\=bottom\]\:slide-in-from-top-2[data-side="bottom"] {
  --tw-enter-translate-y: -0.5rem;
}

.data-\[side\=left\]\:slide-in-from-right-2[data-side="left"] {
  --tw-enter-translate-x: 0.5rem;
}

.data-\[side\=right\]\:slide-in-from-left-2[data-side="right"] {
  --tw-enter-translate-x: -0.5rem;
}

.data-\[side\=top\]\:slide-in-from-bottom-2[data-side="top"] {
  --tw-enter-translate-y: 0.5rem;
}

.data-\[state\=closed\]\:slide-out-to-bottom[data-state="closed"] {
  --tw-exit-translate-y: 100%;
}

.data-\[state\=closed\]\:slide-out-to-left[data-state="closed"] {
  --tw-exit-translate-x: -100%;
}

.data-\[state\=closed\]\:slide-out-to-left-1\/2[data-state="closed"] {
  --tw-exit-translate-x: -50%;
}

.data-\[state\=closed\]\:slide-out-to-right[data-state="closed"] {
  --tw-exit-translate-x: 100%;
}

.data-\[state\=closed\]\:slide-out-to-top[data-state="closed"] {
  --tw-exit-translate-y: -100%;
}

.data-\[state\=closed\]\:slide-out-to-top-\[48\%\][data-state="closed"] {
  --tw-exit-translate-y: -48%;
}

.data-\[state\=open\]\:slide-in-from-bottom[data-state="open"] {
  --tw-enter-translate-y: 100%;
}

.data-\[state\=open\]\:slide-in-from-left[data-state="open"] {
  --tw-enter-translate-x: -100%;
}

.data-\[state\=open\]\:slide-in-from-left-1\/2[data-state="open"] {
  --tw-enter-translate-x: -50%;
}

.data-\[state\=open\]\:slide-in-from-right[data-state="open"] {
  --tw-enter-translate-x: 100%;
}

.data-\[state\=open\]\:slide-in-from-top[data-state="open"] {
  --tw-enter-translate-y: -100%;
}

.data-\[state\=open\]\:slide-in-from-top-\[48\%\][data-state="open"] {
  --tw-enter-translate-y: -48%;
}

.data-\[state\=closed\]\:duration-300[data-state="closed"] {
  animation-duration: 300ms;
}

.data-\[state\=open\]\:duration-500[data-state="open"] {
  animation-duration: 500ms;
}

.data-\[panel-group-direction\=vertical\]\:after\:left-0[data-panel-group-direction="vertical"]::after {
  content: var(--tw-content);
  left: 0px;
}

.data-\[panel-group-direction\=vertical\]\:after\:h-1[data-panel-group-direction="vertical"]::after {
  content: var(--tw-content);
  height: 0.25rem;
}

.data-\[panel-group-direction\=vertical\]\:after\:w-full[data-panel-group-direction="vertical"]::after {
  content: var(--tw-content);
  width: 100%;
}

.data-\[panel-group-direction\=vertical\]\:after\:-translate-y-1\/2[data-panel-group-direction="vertical"]::after {
  content: var(--tw-content);
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.data-\[panel-group-direction\=vertical\]\:after\:translate-x-0[data-panel-group-direction="vertical"]::after {
  content: var(--tw-content);
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.data-\[state\=open\]\:hover\:bg-sidebar-accent:hover[data-state="open"] {
  background-color: hsl(var(--sidebar-accent));
}

.data-\[state\=open\]\:hover\:text-sidebar-accent-foreground:hover[data-state="open"] {
  color: hsl(var(--sidebar-accent-foreground));
}

.group[data-collapsible="offcanvas"] .group-data-\[collapsible\=offcanvas\]\:left-\[calc\(var\(--sidebar-width\)\*-1\)\] {
  left: calc(var(--sidebar-width) * -1);
}

.group[data-collapsible="offcanvas"] .group-data-\[collapsible\=offcanvas\]\:right-\[calc\(var\(--sidebar-width\)\*-1\)\] {
  right: calc(var(--sidebar-width) * -1);
}

.group[data-side="left"] .group-data-\[side\=left\]\:-right-4 {
  right: -1rem;
}

.group[data-side="right"] .group-data-\[side\=right\]\:left-0 {
  left: 0px;
}

.group[data-collapsible="icon"] .group-data-\[collapsible\=icon\]\:-mt-8 {
  margin-top: -2rem;
}

.group[data-collapsible="icon"] .group-data-\[collapsible\=icon\]\:hidden {
  display: none;
}

.group[data-collapsible="icon"] .group-data-\[collapsible\=icon\]\:\!size-8 {
  width: 2rem !important;
  height: 2rem !important;
}

.group[data-collapsible="icon"] .group-data-\[collapsible\=icon\]\:w-\[--sidebar-width-icon\] {
  width: var(--sidebar-width-icon);
}

.group[data-collapsible="icon"] .group-data-\[collapsible\=icon\]\:w-\[calc\(var\(--sidebar-width-icon\)_\+_theme\(spacing\.4\)\)\] {
  width: calc(var(--sidebar-width-icon) + 1rem);
}

.group[data-collapsible="icon"] .group-data-\[collapsible\=icon\]\:w-\[calc\(var\(--sidebar-width-icon\)_\+_theme\(spacing\.4\)_\+2px\)\] {
  width: calc(var(--sidebar-width-icon) + 1rem + 2px);
}

.group[data-collapsible="offcanvas"] .group-data-\[collapsible\=offcanvas\]\:w-0 {
  width: 0px;
}

.group[data-collapsible="offcanvas"] .group-data-\[collapsible\=offcanvas\]\:translate-x-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group[data-side="right"] .group-data-\[side\=right\]\:rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group[data-collapsible="icon"] .group-data-\[collapsible\=icon\]\:overflow-hidden {
  overflow: hidden;
}

.group[data-variant="floating"] .group-data-\[variant\=floating\]\:rounded-lg {
  border-radius: 0.5rem;
}

.group[data-variant="floating"] .group-data-\[variant\=floating\]\:border {
  border-width: 1px;
}

.group[data-side="left"] .group-data-\[side\=left\]\:border-r {
  border-right-width: 1px;
}

.group[data-side="right"] .group-data-\[side\=right\]\:border-l {
  border-left-width: 1px;
}

.group[data-variant="floating"] .group-data-\[variant\=floating\]\:border-sidebar-border {
  border-color: hsl(var(--sidebar-border));
}

.group[data-collapsible="icon"] .group-data-\[collapsible\=icon\]\:\!p-0 {
  padding: 0px !important;
}

.group[data-collapsible="icon"] .group-data-\[collapsible\=icon\]\:\!p-2 {
  padding: 0.5rem !important;
}

.group[data-collapsible="icon"] .group-data-\[collapsible\=icon\]\:opacity-0 {
  opacity: 0;
}

.group[data-variant="floating"] .group-data-\[variant\=floating\]\:shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group[data-collapsible="offcanvas"] .group-data-\[collapsible\=offcanvas\]\:after\:left-full::after {
  content: var(--tw-content);
  left: 100%;
}

.group[data-collapsible="offcanvas"] .group-data-\[collapsible\=offcanvas\]\:hover\:bg-sidebar:hover {
  background-color: hsl(var(--sidebar-background));
}

.peer\/menu-button[data-size="default"] ~ .peer-data-\[size\=default\]\/menu-button\:top-1\.5 {
  top: 0.375rem;
}

.peer\/menu-button[data-size="lg"] ~ .peer-data-\[size\=lg\]\/menu-button\:top-2\.5 {
  top: 0.625rem;
}

.peer\/menu-button[data-size="sm"] ~ .peer-data-\[size\=sm\]\/menu-button\:top-1 {
  top: 0.25rem;
}

.peer[data-variant="inset"] ~ .peer-data-\[variant\=inset\]\:min-h-\[calc\(100svh-theme\(spacing\.4\)\)\] {
  min-height: calc(100svh - 1rem);
}

.peer\/menu-button[data-active="true"] ~ .peer-data-\[active\=true\]\/menu-button\:text-sidebar-accent-foreground {
  color: hsl(var(--sidebar-accent-foreground));
}

.dark\:-rotate-90:is(.dark *) {
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.dark\:rotate-0:is(.dark *) {
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.dark\:scale-0:is(.dark *) {
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.dark\:scale-100:is(.dark *) {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.dark\:border-blue-900:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(30 58 138 / var(--tw-border-opacity, 1));
}

.dark\:border-gray-700:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}

.dark\:border-red-900:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(127 29 29 / var(--tw-border-opacity, 1));
}

.dark\:border-l-blue-500:is(.dark *) {
  --tw-border-opacity: 1;
  border-left-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

.dark\:border-l-gray-500:is(.dark *) {
  --tw-border-opacity: 1;
  border-left-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}

.dark\:border-l-green-500:is(.dark *) {
  --tw-border-opacity: 1;
  border-left-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
}

.dark\:border-l-indigo-500:is(.dark *) {
  --tw-border-opacity: 1;
  border-left-color: rgb(99 102 241 / var(--tw-border-opacity, 1));
}

.dark\:border-l-orange-500:is(.dark *) {
  --tw-border-opacity: 1;
  border-left-color: rgb(249 115 22 / var(--tw-border-opacity, 1));
}

.dark\:border-l-purple-500:is(.dark *) {
  --tw-border-opacity: 1;
  border-left-color: rgb(168 85 247 / var(--tw-border-opacity, 1));
}

.dark\:border-l-red-500:is(.dark *) {
  --tw-border-opacity: 1;
  border-left-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}

.dark\:border-l-slate-500:is(.dark *) {
  --tw-border-opacity: 1;
  border-left-color: rgb(100 116 139 / var(--tw-border-opacity, 1));
}

.dark\:border-l-teal-500:is(.dark *) {
  --tw-border-opacity: 1;
  border-left-color: rgb(20 184 166 / var(--tw-border-opacity, 1));
}

.dark\:border-l-violet-500:is(.dark *) {
  --tw-border-opacity: 1;
  border-left-color: rgb(139 92 246 / var(--tw-border-opacity, 1));
}

.dark\:border-l-yellow-500:is(.dark *) {
  --tw-border-opacity: 1;
  border-left-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
}

.dark\:bg-\[\#2A4A6D\]:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(42 74 109 / var(--tw-bg-opacity, 1));
}

.dark\:bg-blue-950:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(23 37 84 / var(--tw-bg-opacity, 1));
}

.dark\:bg-card:is(.dark *) {
  background-color: hsl(var(--card));
}

.dark\:bg-gray-900:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}

.dark\:bg-green-950:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(5 46 22 / var(--tw-bg-opacity, 1));
}

.dark\:bg-indigo-950:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(30 27 75 / var(--tw-bg-opacity, 1));
}

.dark\:bg-orange-950:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(67 20 7 / var(--tw-bg-opacity, 1));
}

.dark\:bg-purple-950:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(59 7 100 / var(--tw-bg-opacity, 1));
}

.dark\:bg-red-950:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(69 10 10 / var(--tw-bg-opacity, 1));
}

.dark\:bg-slate-950:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(2 6 23 / var(--tw-bg-opacity, 1));
}

.dark\:bg-teal-950:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(4 47 46 / var(--tw-bg-opacity, 1));
}

.dark\:bg-violet-950:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(46 16 101 / var(--tw-bg-opacity, 1));
}

.dark\:bg-yellow-950:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(66 32 6 / var(--tw-bg-opacity, 1));
}

.dark\:text-\[\#48AAFF\]:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(72 170 255 / var(--tw-text-opacity, 1));
}

.dark\:text-blue-200:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(191 219 254 / var(--tw-text-opacity, 1));
}

.dark\:text-blue-300:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / var(--tw-text-opacity, 1));
}

.dark\:text-blue-400:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}

.dark\:text-gray-200:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}

.dark\:text-gray-400:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.dark\:text-green-200:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(187 247 208 / var(--tw-text-opacity, 1));
}

.dark\:text-green-400:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity, 1));
}

.dark\:text-indigo-200:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(199 210 254 / var(--tw-text-opacity, 1));
}

.dark\:text-indigo-400:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(129 140 248 / var(--tw-text-opacity, 1));
}

.dark\:text-orange-200:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(254 215 170 / var(--tw-text-opacity, 1));
}

.dark\:text-orange-400:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity, 1));
}

.dark\:text-purple-200:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(233 213 255 / var(--tw-text-opacity, 1));
}

.dark\:text-purple-400:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(192 132 252 / var(--tw-text-opacity, 1));
}

.dark\:text-red-200:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(254 202 202 / var(--tw-text-opacity, 1));
}

.dark\:text-red-300:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity, 1));
}

.dark\:text-red-400:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}

.dark\:text-slate-200:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity, 1));
}

.dark\:text-slate-400:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}

.dark\:text-teal-200:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(153 246 228 / var(--tw-text-opacity, 1));
}

.dark\:text-teal-400:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(45 212 191 / var(--tw-text-opacity, 1));
}

.dark\:text-violet-200:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(221 214 254 / var(--tw-text-opacity, 1));
}

.dark\:text-violet-400:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(167 139 250 / var(--tw-text-opacity, 1));
}

.dark\:text-yellow-200:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(254 240 138 / var(--tw-text-opacity, 1));
}

.dark\:text-yellow-400:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}

.dark\:brightness-\[0\.2\]:is(.dark *) {
  --tw-brightness: brightness(0.2);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.dark\:grayscale:is(.dark *) {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.dark\:hover\:bg-\[\#1A416A\]:hover:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(26 65 106 / var(--tw-bg-opacity, 1));
}

@media not all and (min-width: 1024px) {

  .max-lg\:hidden {
    display: none;
  }
}

@media not all and (min-width: 768px) {

  .max-md\:mt-0 {
    margin-top: 0px;
  }

  .max-md\:p-4 {
    padding: 1rem;
  }
}

@media (min-width: 640px) {

  .sm\:mt-0 {
    margin-top: 0px;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:max-w-md {
    max-width: 28rem;
  }

  .sm\:max-w-sm {
    max-width: 24rem;
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:justify-end {
    justify-content: flex-end;
  }

  .sm\:gap-0 {
    gap: 0px;
  }

  .sm\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:rounded-2xl {
    border-radius: 1rem;
  }

  .sm\:rounded-lg {
    border-radius: 0.5rem;
  }

  .sm\:text-left {
    text-align: left;
  }
}

@media (min-width: 768px) {

  .md\:top-\[100\%\] {
    top: 100%;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:max-w-\[588px\] {
    max-width: 588px;
  }

  .md\:max-w-md {
    max-width: 28rem;
  }

  .md\:translate-y-\[calc\(8px\)\] {
    --tw-translate-y: calc(8px);
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .md\:justify-center {
    justify-content: center;
  }

  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .md\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .md\:opacity-0 {
    opacity: 0;
  }

  .after\:md\:hidden::after {
    content: var(--tw-content);
    display: none;
  }

  .peer[data-variant="inset"] ~ .md\:peer-data-\[variant\=inset\]\:m-2 {
    margin: 0.5rem;
  }

  .peer[data-state="collapsed"][data-variant="inset"] ~ .md\:peer-data-\[state\=collapsed\]\:peer-data-\[variant\=inset\]\:ml-2 {
    margin-left: 0.5rem;
  }

  .peer[data-variant="inset"] ~ .md\:peer-data-\[variant\=inset\]\:ml-0 {
    margin-left: 0px;
  }

  .peer[data-variant="inset"] ~ .md\:peer-data-\[variant\=inset\]\:rounded-xl {
    border-radius: 0.75rem;
  }

  .peer[data-variant="inset"] ~ .md\:peer-data-\[variant\=inset\]\:shadow {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

@media (min-width: 1024px) {

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:max-h-\[80vh\] {
    max-height: 80vh;
  }

  .lg\:w-\[60vw\] {
    width: 60vw;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}

.\[\&\:has\(\[role\=checkbox\]\)\]\:pr-0:has([role=checkbox]) {
  padding-right: 0px;
}

.\[\&\:not\(\:first-child\)\]\:mt-2:not(:first-child) {
  margin-top: 0.5rem;
}

.\[\&\:not\(\:first-child\)\]\:mt-4:not(:first-child) {
  margin-top: 1rem;
}

.\[\&\:not\(\:last-child\)\]\:mb-2:not(:last-child) {
  margin-bottom: 0.5rem;
}

.\[\&\>button\]\:hidden>button {
  display: none;
}

.\[\&\>li\]\:mt-1>li {
  margin-top: 0.25rem;
}

.\[\&\>span\:last-child\]\:truncate>span:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.\[\&\>span\]\:line-clamp-1>span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.\[\&\>svg\]\:size-4>svg {
  width: 1rem;
  height: 1rem;
}

.\[\&\>svg\]\:shrink-0>svg {
  flex-shrink: 0;
}

.\[\&\>svg\]\:text-sidebar-accent-foreground>svg {
  color: hsl(var(--sidebar-accent-foreground));
}

.\[\&\>tr\]\:last\:border-b-0:last-child>tr {
  border-bottom-width: 0px;
}

.\[\&\[data-panel-group-direction\=vertical\]\>div\]\:rotate-90[data-panel-group-direction=vertical]>div {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.\[\&\[data-state\=open\]\>svg\]\:rotate-180[data-state=open]>svg {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.\[\&_\[cmdk-group-heading\]\]\:px-2 [cmdk-group-heading] {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.\[\&_\[cmdk-group-heading\]\]\:py-1\.5 [cmdk-group-heading] {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.\[\&_\[cmdk-group-heading\]\]\:text-xs [cmdk-group-heading] {
  font-size: 0.75rem;
  line-height: 1rem;
}

.\[\&_\[cmdk-group-heading\]\]\:font-medium [cmdk-group-heading] {
  font-weight: 500;
}

.\[\&_\[cmdk-group-heading\]\]\:text-muted-foreground [cmdk-group-heading] {
  color: hsl(var(--muted-foreground));
}

.\[\&_\[cmdk-group\]\:not\(\[hidden\]\)_\~\[cmdk-group\]\]\:pt-0 [cmdk-group]:not([hidden]) ~[cmdk-group] {
  padding-top: 0px;
}

.\[\&_\[cmdk-group\]\]\:px-2 [cmdk-group] {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.\[\&_\[cmdk-input-wrapper\]_svg\]\:h-5 [cmdk-input-wrapper] svg {
  height: 1.25rem;
}

.\[\&_\[cmdk-input-wrapper\]_svg\]\:w-5 [cmdk-input-wrapper] svg {
  width: 1.25rem;
}

.\[\&_\[cmdk-input\]\]\:h-12 [cmdk-input] {
  height: 3rem;
}

.\[\&_\[cmdk-item\]\]\:px-2 [cmdk-item] {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.\[\&_\[cmdk-item\]\]\:py-3 [cmdk-item] {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.\[\&_\[cmdk-item\]_svg\]\:h-5 [cmdk-item] svg {
  height: 1.25rem;
}

.\[\&_\[cmdk-item\]_svg\]\:w-5 [cmdk-item] svg {
  width: 1.25rem;
}

.\[\&_svg\]\:pointer-events-none svg {
  pointer-events: none;
}

.\[\&_svg\]\:size-4 svg {
  width: 1rem;
  height: 1rem;
}

.\[\&_svg\]\:shrink-0 svg {
  flex-shrink: 0;
}

.\[\&_tr\:last-child\]\:border-0 tr:last-child {
  border-width: 0px;
}

.\[\&_tr\]\:border-b tr {
  border-bottom-width: 1px;
}

[data-side=left][data-collapsible=offcanvas] .\[\[data-side\=left\]\[data-collapsible\=offcanvas\]_\&\]\:-right-2 {
  right: -0.5rem;
}

[data-side=left][data-state=collapsed] .\[\[data-side\=left\]\[data-state\=collapsed\]_\&\]\:cursor-e-resize {
  cursor: e-resize;
}

[data-side=left] .\[\[data-side\=left\]_\&\]\:cursor-w-resize {
  cursor: w-resize;
}

[data-side=right][data-collapsible=offcanvas] .\[\[data-side\=right\]\[data-collapsible\=offcanvas\]_\&\]\:-left-2 {
  left: -0.5rem;
}

[data-side=right][data-state=collapsed] .\[\[data-side\=right\]\[data-state\=collapsed\]_\&\]\:cursor-w-resize {
  cursor: w-resize;
}

[data-side=right] .\[\[data-side\=right\]_\&\]\:cursor-e-resize {
  cursor: e-resize;
}
