div.content a {
  text-decoration: underline;
  color: black;
}

div.content a:hover {
  text-decoration: none;
}

a[href$=pdf]::before {
  content: none;
}

html.c-site body {
  --pico-primary: black;
  --pico-primary-background: black;
  --pico-primary-border: black;
  --pico-primary-hover-background: black;
  --pico-primary-hover-border: black;
  --pico-font-family: Apax, BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-family: var(--pico-font-family);
  letter-spacing: 0.5px;
  line-height: 1.3;
  font-size: 16px;
  color: #4a4a4a;
  margin: 0 auto;
  /* just before iPad */
  /* magic - for mobile devices... */
}
html.c-site body ul, html.c-site body li {
  list-style: none;
  padding: 0;
  margin: 0;
}
html.c-site body form {
  margin-top: 2rem;
  --pico-spacing: 2px;
}
html.c-site body form .pico-field {
  width: 50%; /*max-width:480px;*/
  padding: 0 1rem 0.5rem 0rem;
  display: inline-block;
  vertical-align: top;
}
html.c-site body form .c-group-side .pico-field {
  width: 100%;
  display: block;
  padding: 0 0 0.25rem 0;
}
html.c-site body form .pico-field .pico-field {
  width: auto;
  padding: 0;
  display: flex;
}
html.c-site body form .pico-field input {
  position: relative;
}
html.c-site body form .pico-label {
  margin-bottom: 0.3rem;
}
html.c-site body form .pico-control {
  position: relative;
}
html.c-site body form .pico-help {
  font-size: 80%;
  opacity: 0.8;
  min-height: 0;
}
html.c-site body form [role=switch] ~ span {
  display: none;
}
html.c-site body form [role=switch]:not(:checked) + span {
  display: block;
}
html.c-site body form [role=switch]:checked + span + span {
  display: block;
}
html.c-site body form .rx-content {
  background: var(--pico-form-element-background-color);
}
html.c-site body form .rx-content:focus {
  background: white;
}
html.c-site body form .ts-control, html.c-site body form .ts-control input, html.c-site body form .ts-dropdown {
  font-size: 1rem;
  line-height: var(--pico-line-height);
  margin-top: 0;
  font-weight: 400;
}
html.c-site body form .ts-control {
  margin-bottom: var(--pico-spacing);
  padding: var(--pico-form-element-spacing-vertical) var(--pico-form-element-spacing-horizontal);
  background-color: var(--pico-form-element-background-color);
  transition: box-shadow var(--pico-transition);
}
html.c-site body form .ts-control:focus-within {
  box-shadow: 0 0 0 var(--pico-outline-width) var(--pico-form-element-focus-color);
}
html.c-site body form .ts-control input {
  width: auto;
  height: auto;
}
html.c-site body form .ts-control .item {
  border-radius: 4px;
}
html.c-site body form .ts-wrapper.input-hidden .ts-control > input {
  height: 0;
}
html.c-site body form input:is([role=switch]) {
  --pico-primary-focus: transparent;
}
html.c-site body form .pico select:not([multiple], [size])[readonly] {
  background-image: none;
}
html.c-site body form .pico .highlight {
  box-shadow: 0 0 0 var(--pico-outline-width) var(--pico-form-element-focus-color);
  border: var(--pico-border-width) solid var(--pico-border-color);
  --pico-border-color: var(--pico-form-element-active-border-color);
}
html.c-site body form .pico .highlight.c-summary {
  --pico-border-color: transparent;
}
@media screen and (max-width: 767px) {
  html.c-site body form .pico-field {
    width: 100% !important;
    display: block;
  }
}
html.c-site body .c-group-default {
  min-width: 250px;
}
html.c-site body .c-icon {
  display: inline-flex;
  align-items: center;
}
html.c-site body .content.c-container {
  max-width: 960px;
  padding-top: 0;
  padding-bottom: 2rem;
}
html.c-site body .content h1 {
  font-size: 2.375em;
  font-weight: 700;
  padding: 0.888rem 0;
  border-bottom: 1px solid rgb(210, 210, 210);
  color: black;
}
html.c-site body .content h1:first-of-type {
  position: sticky;
  top: 30px;
  background-color: white;
  z-index: 1;
}
html.c-site body .content h2 {
  font-size: 1.333rem;
  font-weight: normal;
  text-transform: uppercase;
  color: black;
}
html.c-site body header {
  height: 30px;
  line-height: 30px;
  white-space: nowrap;
  min-height: 0;
  padding: 0;
  background: #f8f8f8;
}
html.c-site body header nav {
  max-width: 960px;
  height: 100%;
  margin: 0 auto;
  padding: 0 2rem;
  font-size: 0.722rem;
  font-weight: normal;
  color: black;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
}
html.c-site body header nav .c-lang {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 1.111rem;
}
html.c-site body header nav .c-lang__item--active {
  color: #999;
}
html.c-site body header nav a {
  padding: 0;
}

.c-desc {
  max-width: 768px;
}
.c-desc p {
  font-family: PracticeBook, serif;
  font-size: 1.111rem;
  line-height: 1.3;
  font-weight: normal;
  letter-spacing: normal;
  color: black;
}
.c-desc p:not(:last-child) {
  margin-bottom: 0;
}

.c-summary {
  --pico-border-color: var(--pico-form-element-border-color);
  padding: var(--pico-form-element-spacing-vertical) var(--pico-form-element-spacing-horizontal);
  border: var(--pico-border-width) solid var(--pico-border-color);
  border-radius: var(--pico-border-radius);
  min-height: 320px;
}

.c-chat {
  --pico-border-color: var(--pico-form-element-border-color);
}
.c-chat-feed {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: var(--pico-form-element-spacing-vertical) var(--pico-form-element-spacing-horizontal);
  border: var(--pico-border-width) solid var(--pico-border-color);
  border-radius: var(--pico-border-radius);
  height: 320px;
  overflow: auto;
  resize: vertical;
}
.c-chat-message {
  border-radius: var(--pico-border-radius);
  background-color: var(--pico-muted-border-color);
  padding: 0.2rem 0.4rem;
  max-width: 90%;
  align-self: flex-start;
}
.c-chat-message--self {
  align-self: flex-end;
  background-color: white;
  color: black;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2509803922);
}
.c-chat-name {
  font-weight: bold;
  font-size: 0.8em;
}
.c-chat-text {
  line-height: 1.33;
}
.c-chat-sent {
  text-align: right;
  font-size: 0.8em;
  margin-top: 0.2rem;
}
.c-chat-box {
  margin-top: 0.4rem;
  display: flex;
  gap: 0.4rem;
}
.c-chat-input {
  font-size: 16px !important;
  line-height: 1.33;
}

/*# sourceMappingURL=bundle_1026.css.map */
