.sqs-block[data-definition-name="website.components.globalHtml"] .sqs-block-global-html {
  border-color: var(--tweak-text-block-stroke-color);
  color: var(--text-block-text-color);
  clear: none;
}
.sqs-block[data-definition-name="website.components.globalHtml"] .sqs-block-global-html a {
  color: var(--paragraphLinkColor);
  background-repeat: repeat-x;
  background-image: linear-gradient(to right, currentColor 100%, currentColor 0);
  background-size: 1px 1px;
  background-position: 0 100%;
  white-space: initial;
}
.sqs-block[data-definition-name="website.components.globalHtml"] .sqs-block-global-html h1 a,
.sqs-block[data-definition-name="website.components.globalHtml"] .sqs-block-global-html h2 a,
.sqs-block[data-definition-name="website.components.globalHtml"] .sqs-block-global-html h3 a,
.sqs-block[data-definition-name="website.components.globalHtml"] .sqs-block-global-html h4 a {
  color: var(--headingLinkColor);
}
.sqs-block[data-definition-name="website.components.globalHtml"] .sqs-block-global-html.sqs-background-enabled {
  background-color: var(--tweak-text-block-background-color);
}
.sqs-block[data-definition-name="website.components.globalHtml"] .sqs-block-global-html.sqs-background-enabled p,
.sqs-block[data-definition-name="website.components.globalHtml"] .sqs-block-global-html.sqs-background-enabled code {
  color: var(--tweak-paragraph-medium-color-on-background);
}
.sqs-block[data-definition-name="website.components.globalHtml"] .sqs-block-global-html.sqs-background-enabled h1 {
  color: var(--tweak-heading-extra-large-color-on-background);
}
.sqs-block[data-definition-name="website.components.globalHtml"] .sqs-block-global-html.sqs-background-enabled h2 {
  color: var(--tweak-heading-large-color-on-background);
}
.sqs-block[data-definition-name="website.components.globalHtml"] .sqs-block-global-html.sqs-background-enabled h3 {
  color: var(--tweak-heading-medium-color-on-background);
}
.sqs-block[data-definition-name="website.components.globalHtml"] .sqs-block-global-html.sqs-background-enabled h4 {
  color: var(--tweak-heading-small-color-on-background);
}
.sqs-block[data-definition-name="website.components.globalHtml"] .sqs-block-global-html.sqs-background-enabled a {
  color: var(--tweak-paragraph-link-color-on-background);
}
.sqs-block[data-definition-name="website.components.globalHtml"] .sqs-block-global-html .sqs-global-html-content {
  outline: none;
}
.sqs-block[data-definition-name="website.components.globalHtml"] .sqs-block-global-html .sqs-global-html-content *:not(h1):not(h2):not(h3) {
  word-wrap: break-word;
}
.sqs-block[data-definition-name="website.components.globalHtml"] .sqs-block-global-html .sqs-global-html-content > *:first-child {
  margin-top: 0;
}
.sqs-block[data-definition-name="website.components.globalHtml"] .sqs-block-global-html .sqs-global-html-content > *:last-child {
  margin-bottom: 0;
}
@supports (text-decoration-thickness: 1px) and (text-underline-offset: 0.2em) {
  .sqs-block[data-definition-name="website.components.globalHtml"] .sqs-block-global-html a {
    background-repeat: unset;
    background-image: unset;
    background-size: unset;
    background-position: unset;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-color: currentColor;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.2em;
    -webkit-text-decoration-skip: auto;
            text-decoration-skip: auto;
    -webkit-text-decoration-skip: ink;
            text-decoration-skip-ink: auto;
  }
}
.sqs-block[data-definition-name="website.components.globalHtml"] .empty-global-text-block {
  color: #3e3e3e;
  padding: 22px 56px 22px 22px;
  font-family: 'Clarkson', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 1em;
  font-weight: normal;
  letter-spacing: normal;
  text-align: left;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}
.sqs-block[data-definition-name="website.components.globalHtml"] .empty-global-text-block::before {
  background: #fff;
  border-radius: 4px;
  border: 1px solid #d0d0d0;
  bottom: 0;
  box-shadow: -2px 1px 6px 1px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.sqs-block[data-definition-name="website.components.globalHtml"] .empty-global-text-block .empty-global-text-block-title,
.sqs-block[data-definition-name="website.components.globalHtml"] .empty-global-text-block .empty-global-text-block-description {
  display: block;
  line-height: 1.65em;
  position: relative;
  z-index: 2;
}
.sqs-block[data-definition-name="website.components.globalHtml"] .empty-global-text-block .empty-global-text-block-title {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.sqs-block[data-definition-name="website.components.globalHtml"] .empty-global-text-block .empty-global-text-block-description {
  font-size: 11px;
}

