/* node_modules/@angular/material/prebuilt-themes/indigo-pink.css */
.mat-ripple {
  overflow: hidden;
  position: relative;
}
.mat-ripple:not(:empty) {
  transform: translateZ(0);
}
.mat-ripple.mat-ripple-unbounded {
  overflow: visible;
}
.mat-ripple-element {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);
  transform: scale3d(0, 0, 0);
  background-color: var(--mat-ripple-color, rgba(0, 0, 0, 0.1));
}
.cdk-high-contrast-active .mat-ripple-element {
  display: none;
}
.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  left: 0;
}
[dir=rtl] .cdk-visually-hidden {
  left: auto;
  right: 0;
}
.cdk-overlay-container,
.cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}
.cdk-overlay-container:empty {
  display: none;
}
.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000;
}
.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
  display: flex;
  max-width: 100%;
  max-height: 100%;
}
.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}
.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: .6;
}
.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, .32);
}
.cdk-overlay-transparent-backdrop {
  transition: visibility 1ms linear, opacity 1ms linear;
  visibility: hidden;
  opacity: 1;
}
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
  visibility: visible;
}
.cdk-overlay-backdrop-noop-animation {
  transition: none;
}
.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}
.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}
textarea.cdk-textarea-autosize {
  resize: none;
}
textarea.cdk-textarea-autosize-measuring {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: auto !important;
  overflow: hidden !important;
}
textarea.cdk-textarea-autosize-measuring-firefox {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: 0 !important;
}
@keyframes cdk-text-field-autofill-start {
}
@keyframes cdk-text-field-autofill-end {
}
.cdk-text-field-autofill-monitored:-webkit-autofill {
  animation: cdk-text-field-autofill-start 0s 1ms;
}
.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
  animation: cdk-text-field-autofill-end 0s 1ms;
}
.mat-focus-indicator {
  position: relative;
}
.mat-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-focus-indicator-display, none);
  border: var(--mat-focus-indicator-border-width, 3px) var(--mat-focus-indicator-border-style, solid) var(--mat-focus-indicator-border-color, transparent);
  border-radius: var(--mat-focus-indicator-border-radius, 4px);
}
.mat-focus-indicator:focus::before {
  content: "";
}
.cdk-high-contrast-active {
  --mat-focus-indicator-display: block;
}
.mat-mdc-focus-indicator {
  position: relative;
}
.mat-mdc-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-mdc-focus-indicator-display, none);
  border: var(--mat-mdc-focus-indicator-border-width, 3px) var(--mat-mdc-focus-indicator-border-style, solid) var(--mat-mdc-focus-indicator-border-color, transparent);
  border-radius: var(--mat-mdc-focus-indicator-border-radius, 4px);
}
.mat-mdc-focus-indicator:focus::before {
  content: "";
}
.cdk-high-contrast-active {
  --mat-mdc-focus-indicator-display: block;
}
.mat-app-background {
  background-color: var(--mat-app-background-color, transparent);
  color: var(--mat-app-text-color, inherit);
}
html {
  --mat-ripple-color:rgba(0, 0, 0, 0.1);
}
html {
  --mat-option-selected-state-label-text-color:#3f51b5;
  --mat-option-label-text-color:rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color:rgba(0, 0, 0, 0.04);
}
.mat-accent {
  --mat-option-selected-state-label-text-color:#ff4081;
  --mat-option-label-text-color:rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color:rgba(0, 0, 0, 0.04);
}
.mat-warn {
  --mat-option-selected-state-label-text-color:#f44336;
  --mat-option-label-text-color:rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color:rgba(0, 0, 0, 0.04);
}
html {
  --mat-optgroup-label-text-color:rgba(0, 0, 0, 0.87);
}
.mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color:#3f51b5;
  --mat-full-pseudo-checkbox-selected-checkmark-color:#fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color:#fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color:#b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color:#b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color:#3f51b5;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color:#b0b0b0;
}
html {
  --mat-full-pseudo-checkbox-selected-icon-color:#ff4081;
  --mat-full-pseudo-checkbox-selected-checkmark-color:#fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color:#fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color:#b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color:#b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color:#ff4081;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color:#b0b0b0;
}
.mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color:#ff4081;
  --mat-full-pseudo-checkbox-selected-checkmark-color:#fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color:#fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color:#b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color:#b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color:#ff4081;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color:#b0b0b0;
}
.mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color:#f44336;
  --mat-full-pseudo-checkbox-selected-checkmark-color:#fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color:#fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color:#b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color:#b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color:#f44336;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color:#b0b0b0;
}
html {
  --mat-app-background-color:#fafafa;
  --mat-app-text-color:rgba(0, 0, 0, 0.87);
}
.mat-elevation-z0,
.mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z1,
.mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z2,
.mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z3,
.mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z4,
.mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z5,
.mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z6,
.mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z7,
.mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z8,
.mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z9,
.mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z10,
.mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z11,
.mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z12,
.mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z13,
.mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z14,
.mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z15,
.mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z16,
.mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z17,
.mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z18,
.mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z19,
.mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z20,
.mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z21,
.mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z22,
.mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z23,
.mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z24,
.mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
.mat-theme-loaded-marker {
  display: none;
}
html {
  --mat-option-label-text-font:Roboto, sans-serif;
  --mat-option-label-text-line-height:24px;
  --mat-option-label-text-size:16px;
  --mat-option-label-text-tracking:0.03125em;
  --mat-option-label-text-weight:400;
}
html {
  --mat-optgroup-label-text-font:Roboto, sans-serif;
  --mat-optgroup-label-text-line-height:24px;
  --mat-optgroup-label-text-size:16px;
  --mat-optgroup-label-text-tracking:0.03125em;
  --mat-optgroup-label-text-weight:400;
}
html {
  --mdc-elevated-card-container-shape:4px;
  --mdc-outlined-card-container-shape:4px;
  --mdc-outlined-card-outline-width:1px;
}
html {
  --mdc-elevated-card-container-color:white;
  --mdc-elevated-card-container-elevation:0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-color:white;
  --mdc-outlined-card-outline-color:rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-elevation:0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color:rgba(0, 0, 0, 0.54);
}
html {
  --mat-card-title-text-font:Roboto, sans-serif;
  --mat-card-title-text-line-height:32px;
  --mat-card-title-text-size:20px;
  --mat-card-title-text-tracking:0.0125em;
  --mat-card-title-text-weight:500;
  --mat-card-subtitle-text-font:Roboto, sans-serif;
  --mat-card-subtitle-text-line-height:22px;
  --mat-card-subtitle-text-size:14px;
  --mat-card-subtitle-text-tracking:0.0071428571em;
  --mat-card-subtitle-text-weight:500;
}
html {
  --mdc-linear-progress-active-indicator-height:4px;
  --mdc-linear-progress-track-height:4px;
  --mdc-linear-progress-track-shape:0;
}
.mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color:#3f51b5;
  --mdc-linear-progress-track-color:rgba(63, 81, 181, 0.25);
}
.mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color:#ff4081;
  --mdc-linear-progress-track-color:rgba(255, 64, 129, 0.25);
}
.mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color:#f44336;
  --mdc-linear-progress-track-color:rgba(244, 67, 54, 0.25);
}
html {
  --mdc-plain-tooltip-container-shape:4px;
  --mdc-plain-tooltip-supporting-text-line-height:16px;
}
html {
  --mdc-plain-tooltip-container-color:#616161;
  --mdc-plain-tooltip-supporting-text-color:#fff;
}
html {
  --mdc-plain-tooltip-supporting-text-font:Roboto, sans-serif;
  --mdc-plain-tooltip-supporting-text-size:12px;
  --mdc-plain-tooltip-supporting-text-weight:400;
  --mdc-plain-tooltip-supporting-text-tracking:0.0333333333em;
}
html {
  --mdc-filled-text-field-active-indicator-height:1px;
  --mdc-filled-text-field-focus-active-indicator-height:2px;
  --mdc-filled-text-field-container-shape:4px;
  --mdc-outlined-text-field-outline-width:1px;
  --mdc-outlined-text-field-focus-outline-width:2px;
  --mdc-outlined-text-field-container-shape:4px;
}
html {
  --mdc-filled-text-field-caret-color:#3f51b5;
  --mdc-filled-text-field-focus-active-indicator-color:#3f51b5;
  --mdc-filled-text-field-focus-label-text-color:rgba(63, 81, 181, 0.87);
  --mdc-filled-text-field-container-color:whitesmoke;
  --mdc-filled-text-field-disabled-container-color:#fafafa;
  --mdc-filled-text-field-label-text-color:rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-hover-label-text-color:rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-disabled-label-text-color:rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-color:rgba(0, 0, 0, 0.87);
  --mdc-filled-text-field-disabled-input-text-color:rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-placeholder-color:rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-error-hover-label-text-color:#f44336;
  --mdc-filled-text-field-error-focus-label-text-color:#f44336;
  --mdc-filled-text-field-error-label-text-color:#f44336;
  --mdc-filled-text-field-error-caret-color:#f44336;
  --mdc-filled-text-field-active-indicator-color:rgba(0, 0, 0, 0.42);
  --mdc-filled-text-field-disabled-active-indicator-color:rgba(0, 0, 0, 0.06);
  --mdc-filled-text-field-hover-active-indicator-color:rgba(0, 0, 0, 0.87);
  --mdc-filled-text-field-error-active-indicator-color:#f44336;
  --mdc-filled-text-field-error-focus-active-indicator-color:#f44336;
  --mdc-filled-text-field-error-hover-active-indicator-color:#f44336;
  --mdc-outlined-text-field-caret-color:#3f51b5;
  --mdc-outlined-text-field-focus-outline-color:#3f51b5;
  --mdc-outlined-text-field-focus-label-text-color:rgba(63, 81, 181, 0.87);
  --mdc-outlined-text-field-label-text-color:rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-hover-label-text-color:rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-disabled-label-text-color:rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-color:rgba(0, 0, 0, 0.87);
  --mdc-outlined-text-field-disabled-input-text-color:rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-placeholder-color:rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-error-caret-color:#f44336;
  --mdc-outlined-text-field-error-focus-label-text-color:#f44336;
  --mdc-outlined-text-field-error-label-text-color:#f44336;
  --mdc-outlined-text-field-error-hover-label-text-color:#f44336;
  --mdc-outlined-text-field-outline-color:rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-disabled-outline-color:rgba(0, 0, 0, 0.06);
  --mdc-outlined-text-field-hover-outline-color:rgba(0, 0, 0, 0.87);
  --mdc-outlined-text-field-error-focus-outline-color:#f44336;
  --mdc-outlined-text-field-error-hover-outline-color:#f44336;
  --mdc-outlined-text-field-error-outline-color:#f44336;
  --mat-form-field-focus-select-arrow-color:rgba(63, 81, 181, 0.87);
  --mat-form-field-disabled-input-text-placeholder-color:rgba(0, 0, 0, 0.38);
  --mat-form-field-state-layer-color:rgba(0, 0, 0, 0.87);
  --mat-form-field-error-text-color:#f44336;
  --mat-form-field-select-option-text-color:inherit;
  --mat-form-field-select-disabled-option-text-color:GrayText;
  --mat-form-field-leading-icon-color:unset;
  --mat-form-field-disabled-leading-icon-color:unset;
  --mat-form-field-trailing-icon-color:unset;
  --mat-form-field-disabled-trailing-icon-color:unset;
  --mat-form-field-error-focus-trailing-icon-color:unset;
  --mat-form-field-error-hover-trailing-icon-color:unset;
  --mat-form-field-error-trailing-icon-color:unset;
  --mat-form-field-enabled-select-arrow-color:rgba(0, 0, 0, 0.54);
  --mat-form-field-disabled-select-arrow-color:rgba(0, 0, 0, 0.38);
  --mat-form-field-hover-state-layer-opacity:0.04;
  --mat-form-field-focus-state-layer-opacity:0.08;
}
.mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color:#ff4081;
  --mdc-filled-text-field-focus-active-indicator-color:#ff4081;
  --mdc-filled-text-field-focus-label-text-color:rgba(255, 64, 129, 0.87);
  --mdc-outlined-text-field-caret-color:#ff4081;
  --mdc-outlined-text-field-focus-outline-color:#ff4081;
  --mdc-outlined-text-field-focus-label-text-color:rgba(255, 64, 129, 0.87);
  --mat-form-field-focus-select-arrow-color:rgba(255, 64, 129, 0.87);
}
.mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color:#f44336;
  --mdc-filled-text-field-focus-active-indicator-color:#f44336;
  --mdc-filled-text-field-focus-label-text-color:rgba(244, 67, 54, 0.87);
  --mdc-outlined-text-field-caret-color:#f44336;
  --mdc-outlined-text-field-focus-outline-color:#f44336;
  --mdc-outlined-text-field-focus-label-text-color:rgba(244, 67, 54, 0.87);
  --mat-form-field-focus-select-arrow-color:rgba(244, 67, 54, 0.87);
}
html {
  --mat-form-field-container-height:56px;
  --mat-form-field-filled-label-display:block;
  --mat-form-field-container-vertical-padding:16px;
  --mat-form-field-filled-with-label-container-padding-top:24px;
  --mat-form-field-filled-with-label-container-padding-bottom:8px;
}
html {
  --mdc-filled-text-field-label-text-font:Roboto, sans-serif;
  --mdc-filled-text-field-label-text-size:16px;
  --mdc-filled-text-field-label-text-tracking:0.03125em;
  --mdc-filled-text-field-label-text-weight:400;
  --mdc-outlined-text-field-label-text-font:Roboto, sans-serif;
  --mdc-outlined-text-field-label-text-size:16px;
  --mdc-outlined-text-field-label-text-tracking:0.03125em;
  --mdc-outlined-text-field-label-text-weight:400;
  --mat-form-field-container-text-font:Roboto, sans-serif;
  --mat-form-field-container-text-line-height:24px;
  --mat-form-field-container-text-size:16px;
  --mat-form-field-container-text-tracking:0.03125em;
  --mat-form-field-container-text-weight:400;
  --mat-form-field-outlined-label-text-populated-size:16px;
  --mat-form-field-subscript-text-font:Roboto, sans-serif;
  --mat-form-field-subscript-text-line-height:20px;
  --mat-form-field-subscript-text-size:12px;
  --mat-form-field-subscript-text-tracking:0.0333333333em;
  --mat-form-field-subscript-text-weight:400;
}
html {
  --mat-select-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-select-panel-background-color:white;
  --mat-select-enabled-trigger-text-color:rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color:rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color:rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color:rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color:rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color:rgba(63, 81, 181, 0.87);
  --mat-select-invalid-arrow-color:rgba(244, 67, 54, 0.87);
}
html .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color:white;
  --mat-select-enabled-trigger-text-color:rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color:rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color:rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color:rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color:rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color:rgba(255, 64, 129, 0.87);
  --mat-select-invalid-arrow-color:rgba(244, 67, 54, 0.87);
}
html .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color:white;
  --mat-select-enabled-trigger-text-color:rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color:rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color:rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color:rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color:rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color:rgba(244, 67, 54, 0.87);
  --mat-select-invalid-arrow-color:rgba(244, 67, 54, 0.87);
}
html {
  --mat-select-arrow-transform:translateY(-8px);
}
html {
  --mat-select-trigger-text-font:Roboto, sans-serif;
  --mat-select-trigger-text-line-height:24px;
  --mat-select-trigger-text-size:16px;
  --mat-select-trigger-text-tracking:0.03125em;
  --mat-select-trigger-text-weight:400;
}
html {
  --mat-autocomplete-container-shape:4px;
  --mat-autocomplete-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-autocomplete-background-color:white;
}
html {
  --mdc-dialog-container-elevation-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mdc-dialog-container-shadow-color:#000;
  --mdc-dialog-container-shape:4px;
  --mat-dialog-container-max-width:80vw;
  --mat-dialog-container-small-max-width:80vw;
  --mat-dialog-container-min-width:0;
  --mat-dialog-actions-alignment:start;
  --mat-dialog-actions-padding:8px;
  --mat-dialog-content-padding:20px 24px;
  --mat-dialog-with-actions-content-padding:20px 24px;
  --mat-dialog-headline-padding:0 24px 9px;
}
html {
  --mdc-dialog-container-color:white;
  --mdc-dialog-subhead-color:rgba(0, 0, 0, 0.87);
  --mdc-dialog-supporting-text-color:rgba(0, 0, 0, 0.6);
}
html {
  --mdc-dialog-subhead-font:Roboto, sans-serif;
  --mdc-dialog-subhead-line-height:32px;
  --mdc-dialog-subhead-size:20px;
  --mdc-dialog-subhead-weight:500;
  --mdc-dialog-subhead-tracking:0.0125em;
  --mdc-dialog-supporting-text-font:Roboto, sans-serif;
  --mdc-dialog-supporting-text-line-height:24px;
  --mdc-dialog-supporting-text-size:16px;
  --mdc-dialog-supporting-text-weight:400;
  --mdc-dialog-supporting-text-tracking:0.03125em;
}
.mat-mdc-standard-chip {
  --mdc-chip-container-shape-family:rounded;
  --mdc-chip-container-shape-radius:16px 16px 16px 16px;
  --mdc-chip-with-avatar-avatar-shape-family:rounded;
  --mdc-chip-with-avatar-avatar-shape-radius:14px 14px 14px 14px;
  --mdc-chip-with-avatar-avatar-size:28px;
  --mdc-chip-with-icon-icon-size:18px;
  --mdc-chip-outline-width:0;
  --mdc-chip-outline-color:transparent;
  --mdc-chip-disabled-outline-color:transparent;
  --mdc-chip-focus-outline-color:transparent;
  --mdc-chip-hover-state-layer-opacity:0.04;
  --mdc-chip-with-avatar-disabled-avatar-opacity:1;
  --mdc-chip-flat-selected-outline-width:0;
  --mdc-chip-selected-hover-state-layer-opacity:0.04;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity:1;
  --mdc-chip-with-icon-disabled-icon-opacity:1;
  --mat-chip-disabled-container-opacity:0.4;
  --mat-chip-trailing-action-opacity:0.54;
  --mat-chip-trailing-action-focus-opacity:1;
  --mat-chip-trailing-action-state-layer-color:transparent;
  --mat-chip-selected-trailing-action-state-layer-color:transparent;
  --mat-chip-trailing-action-hover-state-layer-opacity:0;
  --mat-chip-trailing-action-focus-state-layer-opacity:0;
}
.mat-mdc-standard-chip {
  --mdc-chip-disabled-label-text-color:#212121;
  --mdc-chip-elevated-container-color:#e0e0e0;
  --mdc-chip-elevated-selected-container-color:#e0e0e0;
  --mdc-chip-elevated-disabled-container-color:#e0e0e0;
  --mdc-chip-flat-disabled-selected-container-color:#e0e0e0;
  --mdc-chip-focus-state-layer-color:black;
  --mdc-chip-hover-state-layer-color:black;
  --mdc-chip-selected-hover-state-layer-color:black;
  --mdc-chip-focus-state-layer-opacity:0.12;
  --mdc-chip-selected-focus-state-layer-color:black;
  --mdc-chip-selected-focus-state-layer-opacity:0.12;
  --mdc-chip-label-text-color:#212121;
  --mdc-chip-selected-label-text-color:#212121;
  --mdc-chip-with-icon-icon-color:#212121;
  --mdc-chip-with-icon-disabled-icon-color:#212121;
  --mdc-chip-with-icon-selected-icon-color:#212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color:#212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color:#212121;
  --mat-chip-selected-disabled-trailing-icon-color:#212121;
  --mat-chip-selected-trailing-icon-color:#212121;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color:white;
  --mdc-chip-elevated-container-color:#3f51b5;
  --mdc-chip-elevated-selected-container-color:#3f51b5;
  --mdc-chip-elevated-disabled-container-color:#3f51b5;
  --mdc-chip-flat-disabled-selected-container-color:#3f51b5;
  --mdc-chip-focus-state-layer-color:black;
  --mdc-chip-hover-state-layer-color:black;
  --mdc-chip-selected-hover-state-layer-color:black;
  --mdc-chip-focus-state-layer-opacity:0.12;
  --mdc-chip-selected-focus-state-layer-color:black;
  --mdc-chip-selected-focus-state-layer-opacity:0.12;
  --mdc-chip-label-text-color:white;
  --mdc-chip-selected-label-text-color:white;
  --mdc-chip-with-icon-icon-color:white;
  --mdc-chip-with-icon-disabled-icon-color:white;
  --mdc-chip-with-icon-selected-icon-color:white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color:white;
  --mdc-chip-with-trailing-icon-trailing-icon-color:white;
  --mat-chip-selected-disabled-trailing-icon-color:white;
  --mat-chip-selected-trailing-icon-color:white;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color:white;
  --mdc-chip-elevated-container-color:#ff4081;
  --mdc-chip-elevated-selected-container-color:#ff4081;
  --mdc-chip-elevated-disabled-container-color:#ff4081;
  --mdc-chip-flat-disabled-selected-container-color:#ff4081;
  --mdc-chip-focus-state-layer-color:black;
  --mdc-chip-hover-state-layer-color:black;
  --mdc-chip-selected-hover-state-layer-color:black;
  --mdc-chip-focus-state-layer-opacity:0.12;
  --mdc-chip-selected-focus-state-layer-color:black;
  --mdc-chip-selected-focus-state-layer-opacity:0.12;
  --mdc-chip-label-text-color:white;
  --mdc-chip-selected-label-text-color:white;
  --mdc-chip-with-icon-icon-color:white;
  --mdc-chip-with-icon-disabled-icon-color:white;
  --mdc-chip-with-icon-selected-icon-color:white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color:white;
  --mdc-chip-with-trailing-icon-trailing-icon-color:white;
  --mat-chip-selected-disabled-trailing-icon-color:white;
  --mat-chip-selected-trailing-icon-color:white;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color:white;
  --mdc-chip-elevated-container-color:#f44336;
  --mdc-chip-elevated-selected-container-color:#f44336;
  --mdc-chip-elevated-disabled-container-color:#f44336;
  --mdc-chip-flat-disabled-selected-container-color:#f44336;
  --mdc-chip-focus-state-layer-color:black;
  --mdc-chip-hover-state-layer-color:black;
  --mdc-chip-selected-hover-state-layer-color:black;
  --mdc-chip-focus-state-layer-opacity:0.12;
  --mdc-chip-selected-focus-state-layer-color:black;
  --mdc-chip-selected-focus-state-layer-opacity:0.12;
  --mdc-chip-label-text-color:white;
  --mdc-chip-selected-label-text-color:white;
  --mdc-chip-with-icon-icon-color:white;
  --mdc-chip-with-icon-disabled-icon-color:white;
  --mdc-chip-with-icon-selected-icon-color:white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color:white;
  --mdc-chip-with-trailing-icon-trailing-icon-color:white;
  --mat-chip-selected-disabled-trailing-icon-color:white;
  --mat-chip-selected-trailing-icon-color:white;
}
.mat-mdc-chip.mat-mdc-standard-chip {
  --mdc-chip-container-height:32px;
}
.mat-mdc-standard-chip {
  --mdc-chip-label-text-font:Roboto, sans-serif;
  --mdc-chip-label-text-line-height:20px;
  --mdc-chip-label-text-size:14px;
  --mdc-chip-label-text-tracking:0.0178571429em;
  --mdc-chip-label-text-weight:400;
}
html {
  --mdc-switch-disabled-selected-icon-opacity:0.38;
  --mdc-switch-disabled-track-opacity:0.12;
  --mdc-switch-disabled-unselected-icon-opacity:0.38;
  --mdc-switch-handle-height:20px;
  --mdc-switch-handle-shape:10px;
  --mdc-switch-handle-width:20px;
  --mdc-switch-selected-icon-size:18px;
  --mdc-switch-track-height:14px;
  --mdc-switch-track-shape:7px;
  --mdc-switch-track-width:36px;
  --mdc-switch-unselected-icon-size:18px;
  --mdc-switch-selected-focus-state-layer-opacity:0.12;
  --mdc-switch-selected-hover-state-layer-opacity:0.04;
  --mdc-switch-selected-pressed-state-layer-opacity:0.1;
  --mdc-switch-unselected-focus-state-layer-opacity:0.12;
  --mdc-switch-unselected-hover-state-layer-opacity:0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity:0.1;
  --mat-switch-disabled-selected-handle-opacity:0.38;
  --mat-switch-disabled-unselected-handle-opacity:0.38;
  --mat-switch-unselected-handle-size:20px;
  --mat-switch-selected-handle-size:20px;
  --mat-switch-pressed-handle-size:20px;
  --mat-switch-with-icon-handle-size:20px;
  --mat-switch-selected-handle-horizontal-margin:0;
  --mat-switch-selected-with-icon-handle-horizontal-margin:0;
  --mat-switch-selected-pressed-handle-horizontal-margin:0;
  --mat-switch-unselected-handle-horizontal-margin:0;
  --mat-switch-unselected-with-icon-handle-horizontal-margin:0;
  --mat-switch-unselected-pressed-handle-horizontal-margin:0;
  --mat-switch-visible-track-opacity:1;
  --mat-switch-hidden-track-opacity:1;
  --mat-switch-visible-track-transition:transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-switch-hidden-track-transition:transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-switch-track-outline-width:1px;
  --mat-switch-track-outline-color:transparent;
  --mat-switch-selected-track-outline-width:1px;
  --mat-switch-disabled-unselected-track-outline-width:1px;
  --mat-switch-disabled-unselected-track-outline-color:transparent;
}
html {
  --mdc-switch-selected-focus-state-layer-color:#3949ab;
  --mdc-switch-selected-handle-color:#3949ab;
  --mdc-switch-selected-hover-state-layer-color:#3949ab;
  --mdc-switch-selected-pressed-state-layer-color:#3949ab;
  --mdc-switch-selected-focus-handle-color:#1a237e;
  --mdc-switch-selected-hover-handle-color:#1a237e;
  --mdc-switch-selected-pressed-handle-color:#1a237e;
  --mdc-switch-selected-focus-track-color:#7986cb;
  --mdc-switch-selected-hover-track-color:#7986cb;
  --mdc-switch-selected-pressed-track-color:#7986cb;
  --mdc-switch-selected-track-color:#7986cb;
  --mdc-switch-disabled-selected-handle-color:#424242;
  --mdc-switch-disabled-selected-icon-color:#fff;
  --mdc-switch-disabled-selected-track-color:#424242;
  --mdc-switch-disabled-unselected-handle-color:#424242;
  --mdc-switch-disabled-unselected-icon-color:#fff;
  --mdc-switch-disabled-unselected-track-color:#424242;
  --mdc-switch-handle-surface-color:var(--mdc-theme-surface, #fff);
  --mdc-switch-handle-elevation-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-handle-shadow-color:black;
  --mdc-switch-disabled-handle-elevation-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-selected-icon-color:#fff;
  --mdc-switch-unselected-focus-handle-color:#212121;
  --mdc-switch-unselected-focus-state-layer-color:#424242;
  --mdc-switch-unselected-focus-track-color:#e0e0e0;
  --mdc-switch-unselected-handle-color:#616161;
  --mdc-switch-unselected-hover-handle-color:#212121;
  --mdc-switch-unselected-hover-state-layer-color:#424242;
  --mdc-switch-unselected-hover-track-color:#e0e0e0;
  --mdc-switch-unselected-icon-color:#fff;
  --mdc-switch-unselected-pressed-handle-color:#212121;
  --mdc-switch-unselected-pressed-state-layer-color:#424242;
  --mdc-switch-unselected-pressed-track-color:#e0e0e0;
  --mdc-switch-unselected-track-color:#e0e0e0;
  --mdc-switch-disabled-label-text-color: rgba(0, 0, 0, 0.38);
}
html .mat-mdc-slide-toggle {
  --mdc-form-field-label-text-color:rgba(0, 0, 0, 0.87);
}
html .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color:#d81b60;
  --mdc-switch-selected-handle-color:#d81b60;
  --mdc-switch-selected-hover-state-layer-color:#d81b60;
  --mdc-switch-selected-pressed-state-layer-color:#d81b60;
  --mdc-switch-selected-focus-handle-color:#880e4f;
  --mdc-switch-selected-hover-handle-color:#880e4f;
  --mdc-switch-selected-pressed-handle-color:#880e4f;
  --mdc-switch-selected-focus-track-color:#f06292;
  --mdc-switch-selected-hover-track-color:#f06292;
  --mdc-switch-selected-pressed-track-color:#f06292;
  --mdc-switch-selected-track-color:#f06292;
}
html .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color:#e53935;
  --mdc-switch-selected-handle-color:#e53935;
  --mdc-switch-selected-hover-state-layer-color:#e53935;
  --mdc-switch-selected-pressed-state-layer-color:#e53935;
  --mdc-switch-selected-focus-handle-color:#b71c1c;
  --mdc-switch-selected-hover-handle-color:#b71c1c;
  --mdc-switch-selected-pressed-handle-color:#b71c1c;
  --mdc-switch-selected-focus-track-color:#e57373;
  --mdc-switch-selected-hover-track-color:#e57373;
  --mdc-switch-selected-pressed-track-color:#e57373;
  --mdc-switch-selected-track-color:#e57373;
}
html {
  --mdc-switch-state-layer-size:40px;
}
html .mat-mdc-slide-toggle {
  --mdc-form-field-label-text-font:Roboto, sans-serif;
  --mdc-form-field-label-text-line-height:20px;
  --mdc-form-field-label-text-size:14px;
  --mdc-form-field-label-text-tracking:0.0178571429em;
  --mdc-form-field-label-text-weight:400;
}
html {
  --mdc-radio-disabled-selected-icon-opacity:0.38;
  --mdc-radio-disabled-unselected-icon-opacity:0.38;
  --mdc-radio-state-layer-size:40px;
}
.mat-mdc-radio-button {
  --mdc-form-field-label-text-color:rgba(0, 0, 0, 0.87);
}
.mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color:black;
  --mdc-radio-disabled-unselected-icon-color:black;
  --mdc-radio-unselected-hover-icon-color:#212121;
  --mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color:#3f51b5;
  --mdc-radio-selected-hover-icon-color:#3f51b5;
  --mdc-radio-selected-icon-color:#3f51b5;
  --mdc-radio-selected-pressed-icon-color:#3f51b5;
  --mat-radio-ripple-color:black;
  --mat-radio-checked-ripple-color:#3f51b5;
  --mat-radio-disabled-label-color:rgba(0, 0, 0, 0.38);
}
.mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color:black;
  --mdc-radio-disabled-unselected-icon-color:black;
  --mdc-radio-unselected-hover-icon-color:#212121;
  --mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color:#ff4081;
  --mdc-radio-selected-hover-icon-color:#ff4081;
  --mdc-radio-selected-icon-color:#ff4081;
  --mdc-radio-selected-pressed-icon-color:#ff4081;
  --mat-radio-ripple-color:black;
  --mat-radio-checked-ripple-color:#ff4081;
  --mat-radio-disabled-label-color:rgba(0, 0, 0, 0.38);
}
.mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color:black;
  --mdc-radio-disabled-unselected-icon-color:black;
  --mdc-radio-unselected-hover-icon-color:#212121;
  --mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color:#f44336;
  --mdc-radio-selected-hover-icon-color:#f44336;
  --mdc-radio-selected-icon-color:#f44336;
  --mdc-radio-selected-pressed-icon-color:#f44336;
  --mat-radio-ripple-color:black;
  --mat-radio-checked-ripple-color:#f44336;
  --mat-radio-disabled-label-color:rgba(0, 0, 0, 0.38);
}
html {
  --mdc-radio-state-layer-size:40px;
  --mat-radio-touch-target-display:block;
}
.mat-mdc-radio-button {
  --mdc-form-field-label-text-font:Roboto, sans-serif;
  --mdc-form-field-label-text-line-height:20px;
  --mdc-form-field-label-text-size:14px;
  --mdc-form-field-label-text-tracking:0.0178571429em;
  --mdc-form-field-label-text-weight:400;
}
html {
  --mat-slider-value-indicator-width:auto;
  --mat-slider-value-indicator-height:32px;
  --mat-slider-value-indicator-caret-display:block;
  --mat-slider-value-indicator-border-radius:4px;
  --mat-slider-value-indicator-padding:0 12px;
  --mat-slider-value-indicator-text-transform:none;
  --mat-slider-value-indicator-container-transform:translateX(-50%);
  --mdc-slider-active-track-height:6px;
  --mdc-slider-active-track-shape:9999px;
  --mdc-slider-handle-height:20px;
  --mdc-slider-handle-shape:50%;
  --mdc-slider-handle-width:20px;
  --mdc-slider-inactive-track-height:4px;
  --mdc-slider-inactive-track-shape:9999px;
  --mdc-slider-with-overlap-handle-outline-width:1px;
  --mdc-slider-with-tick-marks-active-container-opacity:0.6;
  --mdc-slider-with-tick-marks-container-shape:50%;
  --mdc-slider-with-tick-marks-container-size:2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity:0.6;
}
html {
  --mdc-slider-handle-color:#3f51b5;
  --mdc-slider-focus-handle-color:#3f51b5;
  --mdc-slider-hover-handle-color:#3f51b5;
  --mdc-slider-active-track-color:#3f51b5;
  --mdc-slider-inactive-track-color:#3f51b5;
  --mdc-slider-with-tick-marks-inactive-container-color:#3f51b5;
  --mdc-slider-with-tick-marks-active-container-color:white;
  --mdc-slider-disabled-active-track-color:#000;
  --mdc-slider-disabled-handle-color:#000;
  --mdc-slider-disabled-inactive-track-color:#000;
  --mdc-slider-label-container-color:#000;
  --mdc-slider-label-label-text-color:#fff;
  --mdc-slider-with-overlap-handle-outline-color:#fff;
  --mdc-slider-with-tick-marks-disabled-container-color:#000;
  --mdc-slider-handle-elevation:0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-ripple-color:#3f51b5;
  --mat-slider-hover-state-layer-color:rgba(63, 81, 181, 0.05);
  --mat-slider-focus-state-layer-color:rgba(63, 81, 181, 0.2);
  --mat-slider-value-indicator-opacity:0.6;
}
html .mat-accent {
  --mat-slider-ripple-color:#ff4081;
  --mat-slider-hover-state-layer-color:rgba(255, 64, 129, 0.05);
  --mat-slider-focus-state-layer-color:rgba(255, 64, 129, 0.2);
  --mdc-slider-handle-color:#ff4081;
  --mdc-slider-focus-handle-color:#ff4081;
  --mdc-slider-hover-handle-color:#ff4081;
  --mdc-slider-active-track-color:#ff4081;
  --mdc-slider-inactive-track-color:#ff4081;
  --mdc-slider-with-tick-marks-inactive-container-color:#ff4081;
  --mdc-slider-with-tick-marks-active-container-color:white;
}
html .mat-warn {
  --mat-slider-ripple-color:#f44336;
  --mat-slider-hover-state-layer-color:rgba(244, 67, 54, 0.05);
  --mat-slider-focus-state-layer-color:rgba(244, 67, 54, 0.2);
  --mdc-slider-handle-color:#f44336;
  --mdc-slider-focus-handle-color:#f44336;
  --mdc-slider-hover-handle-color:#f44336;
  --mdc-slider-active-track-color:#f44336;
  --mdc-slider-inactive-track-color:#f44336;
  --mdc-slider-with-tick-marks-inactive-container-color:#f44336;
  --mdc-slider-with-tick-marks-active-container-color:white;
}
html {
  --mdc-slider-label-label-text-font:Roboto, sans-serif;
  --mdc-slider-label-label-text-size:14px;
  --mdc-slider-label-label-text-line-height:22px;
  --mdc-slider-label-label-text-tracking:0.0071428571em;
  --mdc-slider-label-label-text-weight:500;
}
html {
  --mat-menu-container-shape:4px;
  --mat-menu-divider-bottom-spacing:0;
  --mat-menu-divider-top-spacing:0;
  --mat-menu-item-spacing:16px;
  --mat-menu-item-icon-size:24px;
  --mat-menu-item-leading-spacing:16px;
  --mat-menu-item-trailing-spacing:16px;
  --mat-menu-item-with-icon-leading-spacing:16px;
  --mat-menu-item-with-icon-trailing-spacing:16px;
}
html {
  --mat-menu-item-label-text-color:rgba(0, 0, 0, 0.87);
  --mat-menu-item-icon-color:rgba(0, 0, 0, 0.87);
  --mat-menu-item-hover-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-menu-item-focus-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-menu-container-color:white;
  --mat-menu-divider-color:rgba(0, 0, 0, 0.12);
}
html {
  --mat-menu-item-label-text-font:Roboto, sans-serif;
  --mat-menu-item-label-text-size:16px;
  --mat-menu-item-label-text-tracking:0.03125em;
  --mat-menu-item-label-text-line-height:24px;
  --mat-menu-item-label-text-weight:400;
}
html {
  --mdc-list-list-item-container-shape:0;
  --mdc-list-list-item-leading-avatar-shape:50%;
  --mdc-list-list-item-container-color:transparent;
  --mdc-list-list-item-selected-container-color:transparent;
  --mdc-list-list-item-leading-avatar-color:transparent;
  --mdc-list-list-item-leading-icon-size:24px;
  --mdc-list-list-item-leading-avatar-size:40px;
  --mdc-list-list-item-trailing-icon-size:24px;
  --mdc-list-list-item-disabled-state-layer-color:transparent;
  --mdc-list-list-item-disabled-state-layer-opacity:0;
  --mdc-list-list-item-disabled-label-text-opacity:0.38;
  --mdc-list-list-item-disabled-leading-icon-opacity:0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity:0.38;
  --mat-list-active-indicator-color:transparent;
  --mat-list-active-indicator-shape:4px;
}
html {
  --mdc-list-list-item-label-text-color:rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-supporting-text-color:rgba(0, 0, 0, 0.54);
  --mdc-list-list-item-leading-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-supporting-text-color:rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-selected-trailing-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-disabled-label-text-color:black;
  --mdc-list-list-item-disabled-leading-icon-color:black;
  --mdc-list-list-item-disabled-trailing-icon-color:black;
  --mdc-list-list-item-hover-label-text-color:rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-leading-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-hover-trailing-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-focus-label-text-color:rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-state-layer-color:black;
  --mdc-list-list-item-hover-state-layer-opacity:0.04;
  --mdc-list-list-item-focus-state-layer-color:black;
  --mdc-list-list-item-focus-state-layer-opacity:0.12;
}
.mdc-list-item__start,
.mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color:black;
  --mdc-radio-disabled-unselected-icon-color:black;
  --mdc-radio-unselected-hover-icon-color:#212121;
  --mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color:#3f51b5;
  --mdc-radio-selected-hover-icon-color:#3f51b5;
  --mdc-radio-selected-icon-color:#3f51b5;
  --mdc-radio-selected-pressed-icon-color:#3f51b5;
}
.mat-accent .mdc-list-item__start,
.mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color:black;
  --mdc-radio-disabled-unselected-icon-color:black;
  --mdc-radio-unselected-hover-icon-color:#212121;
  --mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color:#ff4081;
  --mdc-radio-selected-hover-icon-color:#ff4081;
  --mdc-radio-selected-icon-color:#ff4081;
  --mdc-radio-selected-pressed-icon-color:#ff4081;
}
.mat-warn .mdc-list-item__start,
.mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color:black;
  --mdc-radio-disabled-unselected-icon-color:black;
  --mdc-radio-unselected-hover-icon-color:#212121;
  --mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color:#f44336;
  --mdc-radio-selected-hover-icon-color:#f44336;
  --mdc-radio-selected-icon-color:#f44336;
  --mdc-radio-selected-pressed-icon-color:#f44336;
}
.mat-mdc-list-option {
  --mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color:white;
  --mdc-checkbox-selected-focus-icon-color:#3f51b5;
  --mdc-checkbox-selected-hover-icon-color:#3f51b5;
  --mdc-checkbox-selected-icon-color:#3f51b5;
  --mdc-checkbox-selected-pressed-icon-color:#3f51b5;
  --mdc-checkbox-unselected-focus-icon-color:#212121;
  --mdc-checkbox-unselected-hover-icon-color:#212121;
  --mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color:#3f51b5;
  --mdc-checkbox-selected-hover-state-layer-color:#3f51b5;
  --mdc-checkbox-selected-pressed-state-layer-color:#3f51b5;
  --mdc-checkbox-unselected-focus-state-layer-color:black;
  --mdc-checkbox-unselected-hover-state-layer-color:black;
  --mdc-checkbox-unselected-pressed-state-layer-color:black;
}
.mat-mdc-list-option.mat-accent {
  --mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color:white;
  --mdc-checkbox-selected-focus-icon-color:#ff4081;
  --mdc-checkbox-selected-hover-icon-color:#ff4081;
  --mdc-checkbox-selected-icon-color:#ff4081;
  --mdc-checkbox-selected-pressed-icon-color:#ff4081;
  --mdc-checkbox-unselected-focus-icon-color:#212121;
  --mdc-checkbox-unselected-hover-icon-color:#212121;
  --mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color:#ff4081;
  --mdc-checkbox-selected-hover-state-layer-color:#ff4081;
  --mdc-checkbox-selected-pressed-state-layer-color:#ff4081;
  --mdc-checkbox-unselected-focus-state-layer-color:black;
  --mdc-checkbox-unselected-hover-state-layer-color:black;
  --mdc-checkbox-unselected-pressed-state-layer-color:black;
}
.mat-mdc-list-option.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color:white;
  --mdc-checkbox-selected-focus-icon-color:#f44336;
  --mdc-checkbox-selected-hover-icon-color:#f44336;
  --mdc-checkbox-selected-icon-color:#f44336;
  --mdc-checkbox-selected-pressed-icon-color:#f44336;
  --mdc-checkbox-unselected-focus-icon-color:#212121;
  --mdc-checkbox-unselected-hover-icon-color:#212121;
  --mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color:#f44336;
  --mdc-checkbox-selected-hover-state-layer-color:#f44336;
  --mdc-checkbox-selected-pressed-state-layer-color:#f44336;
  --mdc-checkbox-unselected-focus-state-layer-color:black;
  --mdc-checkbox-unselected-hover-state-layer-color:black;
  --mdc-checkbox-unselected-pressed-state-layer-color:black;
}
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text {
  color: #3f51b5;
}
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #3f51b5;
}
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
html {
  --mdc-list-list-item-one-line-container-height:48px;
  --mdc-list-list-item-two-line-container-height:64px;
  --mdc-list-list-item-three-line-container-height:88px;
  --mat-list-list-item-leading-icon-start-space:16px;
  --mat-list-list-item-leading-icon-end-space:32px;
}
.mdc-list-item__start,
.mdc-list-item__end {
  --mdc-radio-state-layer-size:40px;
}
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,
.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,
.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,
.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,
.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}
html {
  --mdc-list-list-item-label-text-font:Roboto, sans-serif;
  --mdc-list-list-item-label-text-line-height:24px;
  --mdc-list-list-item-label-text-size:16px;
  --mdc-list-list-item-label-text-tracking:0.03125em;
  --mdc-list-list-item-label-text-weight:400;
  --mdc-list-list-item-supporting-text-font:Roboto, sans-serif;
  --mdc-list-list-item-supporting-text-line-height:20px;
  --mdc-list-list-item-supporting-text-size:14px;
  --mdc-list-list-item-supporting-text-tracking:0.0178571429em;
  --mdc-list-list-item-supporting-text-weight:400;
  --mdc-list-list-item-trailing-supporting-text-font:Roboto, sans-serif;
  --mdc-list-list-item-trailing-supporting-text-line-height:20px;
  --mdc-list-list-item-trailing-supporting-text-size:12px;
  --mdc-list-list-item-trailing-supporting-text-tracking:0.0333333333em;
  --mdc-list-list-item-trailing-supporting-text-weight:400;
}
.mdc-list-group__subheader {
  font: 400 16px/28px Roboto, sans-serif;
  letter-spacing: .009375em;
}
html {
  --mat-paginator-container-text-color:rgba(0, 0, 0, 0.87);
  --mat-paginator-container-background-color:white;
  --mat-paginator-enabled-icon-color:rgba(0, 0, 0, 0.54);
  --mat-paginator-disabled-icon-color:rgba(0, 0, 0, 0.12);
}
html {
  --mat-paginator-container-size:56px;
  --mat-paginator-form-field-container-height:40px;
  --mat-paginator-form-field-container-vertical-padding:8px;
}
html {
  --mat-paginator-container-text-font:Roboto, sans-serif;
  --mat-paginator-container-text-line-height:20px;
  --mat-paginator-container-text-size:12px;
  --mat-paginator-container-text-tracking:0.0333333333em;
  --mat-paginator-container-text-weight:400;
  --mat-paginator-select-trigger-text-size:12px;
}
html {
  --mdc-tab-indicator-active-indicator-height:2px;
  --mdc-tab-indicator-active-indicator-shape:0;
  --mdc-secondary-navigation-tab-container-height:48px;
  --mat-tab-header-divider-color:transparent;
  --mat-tab-header-divider-height:0;
}
.mat-mdc-tab-group,
.mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color:#3f51b5;
  --mat-tab-header-disabled-ripple-color:rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color:black;
  --mat-tab-header-inactive-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color:#3f51b5;
  --mat-tab-header-active-ripple-color:#3f51b5;
  --mat-tab-header-inactive-ripple-color:#3f51b5;
  --mat-tab-header-inactive-focus-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color:#3f51b5;
  --mat-tab-header-active-hover-label-text-color:#3f51b5;
  --mat-tab-header-active-focus-indicator-color:#3f51b5;
  --mat-tab-header-active-hover-indicator-color:#3f51b5;
}
.mat-mdc-tab-group.mat-accent,
.mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color:#ff4081;
  --mat-tab-header-disabled-ripple-color:rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color:black;
  --mat-tab-header-inactive-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color:#ff4081;
  --mat-tab-header-active-ripple-color:#ff4081;
  --mat-tab-header-inactive-ripple-color:#ff4081;
  --mat-tab-header-inactive-focus-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color:#ff4081;
  --mat-tab-header-active-hover-label-text-color:#ff4081;
  --mat-tab-header-active-focus-indicator-color:#ff4081;
  --mat-tab-header-active-hover-indicator-color:#ff4081;
}
.mat-mdc-tab-group.mat-warn,
.mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color:#f44336;
  --mat-tab-header-disabled-ripple-color:rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color:black;
  --mat-tab-header-inactive-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color:#f44336;
  --mat-tab-header-active-ripple-color:#f44336;
  --mat-tab-header-inactive-ripple-color:#f44336;
  --mat-tab-header-inactive-focus-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color:#f44336;
  --mat-tab-header-active-hover-label-text-color:#f44336;
  --mat-tab-header-active-focus-indicator-color:#f44336;
  --mat-tab-header-active-hover-indicator-color:#f44336;
}
.mat-mdc-tab-group.mat-background-primary,
.mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color:#3f51b5;
  --mat-tab-header-with-background-foreground-color:white;
}
.mat-mdc-tab-group.mat-background-accent,
.mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color:#ff4081;
  --mat-tab-header-with-background-foreground-color:white;
}
.mat-mdc-tab-group.mat-background-warn,
.mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color:#f44336;
  --mat-tab-header-with-background-foreground-color:white;
}
.mat-mdc-tab-header {
  --mdc-secondary-navigation-tab-container-height:48px;
}
.mat-mdc-tab-header {
  --mat-tab-header-label-text-font:Roboto, sans-serif;
  --mat-tab-header-label-text-size:14px;
  --mat-tab-header-label-text-tracking:0.0892857143em;
  --mat-tab-header-label-text-line-height:36px;
  --mat-tab-header-label-text-weight:500;
}
html {
  --mdc-checkbox-disabled-selected-checkmark-color:#fff;
  --mdc-checkbox-selected-focus-state-layer-opacity:0.16;
  --mdc-checkbox-selected-hover-state-layer-opacity:0.04;
  --mdc-checkbox-selected-pressed-state-layer-opacity:0.16;
  --mdc-checkbox-unselected-focus-state-layer-opacity:0.16;
  --mdc-checkbox-unselected-hover-state-layer-opacity:0.04;
  --mdc-checkbox-unselected-pressed-state-layer-opacity:0.16;
}
html {
  --mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color:white;
  --mdc-checkbox-selected-focus-icon-color:#ff4081;
  --mdc-checkbox-selected-hover-icon-color:#ff4081;
  --mdc-checkbox-selected-icon-color:#ff4081;
  --mdc-checkbox-selected-pressed-icon-color:#ff4081;
  --mdc-checkbox-unselected-focus-icon-color:#212121;
  --mdc-checkbox-unselected-hover-icon-color:#212121;
  --mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color:#ff4081;
  --mdc-checkbox-selected-hover-state-layer-color:#ff4081;
  --mdc-checkbox-selected-pressed-state-layer-color:#ff4081;
  --mdc-checkbox-unselected-focus-state-layer-color:black;
  --mdc-checkbox-unselected-hover-state-layer-color:black;
  --mdc-checkbox-unselected-pressed-state-layer-color:black;
  --mat-checkbox-disabled-label-color:rgba(0, 0, 0, 0.38);
}
.mat-mdc-checkbox {
  --mdc-form-field-label-text-color:rgba(0, 0, 0, 0.87);
}
.mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color:white;
  --mdc-checkbox-selected-focus-icon-color:#3f51b5;
  --mdc-checkbox-selected-hover-icon-color:#3f51b5;
  --mdc-checkbox-selected-icon-color:#3f51b5;
  --mdc-checkbox-selected-pressed-icon-color:#3f51b5;
  --mdc-checkbox-unselected-focus-icon-color:#212121;
  --mdc-checkbox-unselected-hover-icon-color:#212121;
  --mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color:#3f51b5;
  --mdc-checkbox-selected-hover-state-layer-color:#3f51b5;
  --mdc-checkbox-selected-pressed-state-layer-color:#3f51b5;
  --mdc-checkbox-unselected-focus-state-layer-color:black;
  --mdc-checkbox-unselected-hover-state-layer-color:black;
  --mdc-checkbox-unselected-pressed-state-layer-color:black;
}
.mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color:white;
  --mdc-checkbox-selected-focus-icon-color:#f44336;
  --mdc-checkbox-selected-hover-icon-color:#f44336;
  --mdc-checkbox-selected-icon-color:#f44336;
  --mdc-checkbox-selected-pressed-icon-color:#f44336;
  --mdc-checkbox-unselected-focus-icon-color:#212121;
  --mdc-checkbox-unselected-hover-icon-color:#212121;
  --mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color:#f44336;
  --mdc-checkbox-selected-hover-state-layer-color:#f44336;
  --mdc-checkbox-selected-pressed-state-layer-color:#f44336;
  --mdc-checkbox-unselected-focus-state-layer-color:black;
  --mdc-checkbox-unselected-hover-state-layer-color:black;
  --mdc-checkbox-unselected-pressed-state-layer-color:black;
}
html {
  --mdc-checkbox-state-layer-size:40px;
  --mat-checkbox-touch-target-display:block;
}
.mat-mdc-checkbox {
  --mdc-form-field-label-text-font:Roboto, sans-serif;
  --mdc-form-field-label-text-line-height:20px;
  --mdc-form-field-label-text-size:14px;
  --mdc-form-field-label-text-tracking:0.0178571429em;
  --mdc-form-field-label-text-weight:400;
}
html {
  --mdc-text-button-container-shape:4px;
  --mdc-text-button-keep-touch-target:false;
  --mdc-filled-button-container-shape:4px;
  --mdc-filled-button-keep-touch-target:false;
  --mdc-protected-button-container-shape:4px;
  --mdc-protected-button-keep-touch-target:false;
  --mdc-outlined-button-keep-touch-target:false;
  --mdc-outlined-button-outline-width:1px;
  --mdc-outlined-button-container-shape:4px;
  --mat-text-button-horizontal-padding:8px;
  --mat-text-button-with-icon-horizontal-padding:8px;
  --mat-text-button-icon-spacing:8px;
  --mat-text-button-icon-offset:0;
  --mat-filled-button-horizontal-padding:16px;
  --mat-filled-button-icon-spacing:8px;
  --mat-filled-button-icon-offset:-4px;
  --mat-protected-button-horizontal-padding:16px;
  --mat-protected-button-icon-spacing:8px;
  --mat-protected-button-icon-offset:-4px;
  --mat-outlined-button-horizontal-padding:15px;
  --mat-outlined-button-icon-spacing:8px;
  --mat-outlined-button-icon-offset:-4px;
}
html {
  --mdc-text-button-label-text-color:black;
  --mdc-text-button-disabled-label-text-color:rgba(0, 0, 0, 0.38);
  --mat-text-button-state-layer-color:black;
  --mat-text-button-disabled-state-layer-color:black;
  --mat-text-button-ripple-color:rgba(0, 0, 0, 0.1);
  --mat-text-button-hover-state-layer-opacity:0.04;
  --mat-text-button-focus-state-layer-opacity:0.12;
  --mat-text-button-pressed-state-layer-opacity:0.12;
  --mdc-filled-button-container-color:white;
  --mdc-filled-button-label-text-color:black;
  --mdc-filled-button-disabled-container-color:rgba(0, 0, 0, 0.12);
  --mdc-filled-button-disabled-label-text-color:rgba(0, 0, 0, 0.38);
  --mat-filled-button-state-layer-color:black;
  --mat-filled-button-disabled-state-layer-color:black;
  --mat-filled-button-ripple-color:rgba(0, 0, 0, 0.1);
  --mat-filled-button-hover-state-layer-opacity:0.04;
  --mat-filled-button-focus-state-layer-opacity:0.12;
  --mat-filled-button-pressed-state-layer-opacity:0.12;
  --mdc-protected-button-container-color:white;
  --mdc-protected-button-label-text-color:black;
  --mdc-protected-button-disabled-container-color:rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-label-text-color:rgba(0, 0, 0, 0.38);
  --mdc-protected-button-container-elevation-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-container-elevation-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-focus-container-elevation-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-hover-container-elevation-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-pressed-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-container-shadow-color:#000;
  --mat-protected-button-state-layer-color:black;
  --mat-protected-button-disabled-state-layer-color:black;
  --mat-protected-button-ripple-color:rgba(0, 0, 0, 0.1);
  --mat-protected-button-hover-state-layer-opacity:0.04;
  --mat-protected-button-focus-state-layer-opacity:0.12;
  --mat-protected-button-pressed-state-layer-opacity:0.12;
  --mdc-outlined-button-disabled-outline-color:rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-disabled-label-text-color:rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-label-text-color:black;
  --mdc-outlined-button-outline-color:rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color:black;
  --mat-outlined-button-disabled-state-layer-color:black;
  --mat-outlined-button-ripple-color:rgba(0, 0, 0, 0.1);
  --mat-outlined-button-hover-state-layer-opacity:0.04;
  --mat-outlined-button-focus-state-layer-opacity:0.12;
  --mat-outlined-button-pressed-state-layer-opacity:0.12;
}
.mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color:#3f51b5;
  --mat-text-button-state-layer-color:#3f51b5;
  --mat-text-button-ripple-color:rgba(63, 81, 181, 0.1);
}
.mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color:#ff4081;
  --mat-text-button-state-layer-color:#ff4081;
  --mat-text-button-ripple-color:rgba(255, 64, 129, 0.1);
}
.mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color:#f44336;
  --mat-text-button-state-layer-color:#f44336;
  --mat-text-button-ripple-color:rgba(244, 67, 54, 0.1);
}
.mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color:#3f51b5;
  --mdc-filled-button-label-text-color:white;
  --mat-filled-button-state-layer-color:white;
  --mat-filled-button-ripple-color:rgba(255, 255, 255, 0.1);
}
.mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color:#ff4081;
  --mdc-filled-button-label-text-color:white;
  --mat-filled-button-state-layer-color:white;
  --mat-filled-button-ripple-color:rgba(255, 255, 255, 0.1);
}
.mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color:#f44336;
  --mdc-filled-button-label-text-color:white;
  --mat-filled-button-state-layer-color:white;
  --mat-filled-button-ripple-color:rgba(255, 255, 255, 0.1);
}
.mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color:#3f51b5;
  --mdc-protected-button-label-text-color:white;
  --mat-protected-button-state-layer-color:white;
  --mat-protected-button-ripple-color:rgba(255, 255, 255, 0.1);
}
.mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color:#ff4081;
  --mdc-protected-button-label-text-color:white;
  --mat-protected-button-state-layer-color:white;
  --mat-protected-button-ripple-color:rgba(255, 255, 255, 0.1);
}
.mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color:#f44336;
  --mdc-protected-button-label-text-color:white;
  --mat-protected-button-state-layer-color:white;
  --mat-protected-button-ripple-color:rgba(255, 255, 255, 0.1);
}
.mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color:#3f51b5;
  --mdc-outlined-button-outline-color:rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color:#3f51b5;
  --mat-outlined-button-ripple-color:rgba(63, 81, 181, 0.1);
}
.mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color:#ff4081;
  --mdc-outlined-button-outline-color:rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color:#ff4081;
  --mat-outlined-button-ripple-color:rgba(255, 64, 129, 0.1);
}
.mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color:#f44336;
  --mdc-outlined-button-outline-color:rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color:#f44336;
  --mat-outlined-button-ripple-color:rgba(244, 67, 54, 0.1);
}
html {
  --mdc-text-button-container-height:36px;
  --mdc-filled-button-container-height:36px;
  --mdc-outlined-button-container-height:36px;
  --mdc-protected-button-container-height:36px;
  --mat-text-button-touch-target-display:block;
  --mat-filled-button-touch-target-display:block;
  --mat-protected-button-touch-target-display:block;
  --mat-outlined-button-touch-target-display:block;
}
html {
  --mdc-text-button-label-text-font:Roboto, sans-serif;
  --mdc-text-button-label-text-size:14px;
  --mdc-text-button-label-text-tracking:0.0892857143em;
  --mdc-text-button-label-text-weight:500;
  --mdc-text-button-label-text-transform:none;
  --mdc-filled-button-label-text-font:Roboto, sans-serif;
  --mdc-filled-button-label-text-size:14px;
  --mdc-filled-button-label-text-tracking:0.0892857143em;
  --mdc-filled-button-label-text-weight:500;
  --mdc-filled-button-label-text-transform:none;
  --mdc-outlined-button-label-text-font:Roboto, sans-serif;
  --mdc-outlined-button-label-text-size:14px;
  --mdc-outlined-button-label-text-tracking:0.0892857143em;
  --mdc-outlined-button-label-text-weight:500;
  --mdc-outlined-button-label-text-transform:none;
  --mdc-protected-button-label-text-font:Roboto, sans-serif;
  --mdc-protected-button-label-text-size:14px;
  --mdc-protected-button-label-text-tracking:0.0892857143em;
  --mdc-protected-button-label-text-weight:500;
  --mdc-protected-button-label-text-transform:none;
}
html {
  --mdc-icon-button-icon-size:24px;
}
html {
  --mdc-icon-button-icon-color:inherit;
  --mdc-icon-button-disabled-icon-color:rgba(0, 0, 0, 0.38);
  --mat-icon-button-state-layer-color:black;
  --mat-icon-button-disabled-state-layer-color:black;
  --mat-icon-button-ripple-color:rgba(0, 0, 0, 0.1);
  --mat-icon-button-hover-state-layer-opacity:0.04;
  --mat-icon-button-focus-state-layer-opacity:0.12;
  --mat-icon-button-pressed-state-layer-opacity:0.12;
}
html .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color:#3f51b5;
  --mat-icon-button-state-layer-color:#3f51b5;
  --mat-icon-button-ripple-color:rgba(63, 81, 181, 0.1);
}
html .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color:#ff4081;
  --mat-icon-button-state-layer-color:#ff4081;
  --mat-icon-button-ripple-color:rgba(255, 64, 129, 0.1);
}
html .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color:#f44336;
  --mat-icon-button-state-layer-color:#f44336;
  --mat-icon-button-ripple-color:rgba(244, 67, 54, 0.1);
}
html {
  --mat-icon-button-touch-target-display:block;
}
.mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size:48px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 12px;
}
html {
  --mdc-fab-container-shape:50%;
  --mdc-fab-icon-size:24px;
  --mdc-fab-small-container-shape:50%;
  --mdc-fab-small-icon-size:24px;
  --mdc-extended-fab-container-height:48px;
  --mdc-extended-fab-container-shape:24px;
}
html {
  --mdc-fab-container-color:white;
  --mdc-fab-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-focus-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-hover-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-pressed-container-elevation-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-container-shadow-color:#000;
  --mat-fab-foreground-color:black;
  --mat-fab-state-layer-color:black;
  --mat-fab-disabled-state-layer-color:black;
  --mat-fab-ripple-color:rgba(0, 0, 0, 0.1);
  --mat-fab-hover-state-layer-opacity:0.04;
  --mat-fab-focus-state-layer-opacity:0.12;
  --mat-fab-pressed-state-layer-opacity:0.12;
  --mat-fab-disabled-state-container-color:rgba(0, 0, 0, 0.12);
  --mat-fab-disabled-state-foreground-color:rgba(0, 0, 0, 0.38);
  --mdc-fab-small-container-color:white;
  --mdc-fab-small-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-focus-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-hover-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-pressed-container-elevation-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-container-shadow-color:#000;
  --mat-fab-small-foreground-color:black;
  --mat-fab-small-state-layer-color:black;
  --mat-fab-small-disabled-state-layer-color:black;
  --mat-fab-small-ripple-color:rgba(0, 0, 0, 0.1);
  --mat-fab-small-hover-state-layer-opacity:0.04;
  --mat-fab-small-focus-state-layer-opacity:0.12;
  --mat-fab-small-pressed-state-layer-opacity:0.12;
  --mat-fab-small-disabled-state-container-color:rgba(0, 0, 0, 0.12);
  --mat-fab-small-disabled-state-foreground-color:rgba(0, 0, 0, 0.38);
  --mdc-extended-fab-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-focus-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-hover-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-pressed-container-elevation-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-container-shadow-color:#000;
}
html .mat-mdc-fab.mat-primary {
  --mdc-fab-container-color:#3f51b5;
  --mat-fab-foreground-color:white;
  --mat-fab-state-layer-color:white;
  --mat-fab-ripple-color:rgba(255, 255, 255, 0.1);
}
html .mat-mdc-fab.mat-accent {
  --mdc-fab-container-color:#ff4081;
  --mat-fab-foreground-color:white;
  --mat-fab-state-layer-color:white;
  --mat-fab-ripple-color:rgba(255, 255, 255, 0.1);
}
html .mat-mdc-fab.mat-warn {
  --mdc-fab-container-color:#f44336;
  --mat-fab-foreground-color:white;
  --mat-fab-state-layer-color:white;
  --mat-fab-ripple-color:rgba(255, 255, 255, 0.1);
}
html .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-small-container-color:#3f51b5;
  --mat-fab-small-foreground-color:white;
  --mat-fab-small-state-layer-color:white;
  --mat-fab-small-ripple-color:rgba(255, 255, 255, 0.1);
}
html .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-small-container-color:#ff4081;
  --mat-fab-small-foreground-color:white;
  --mat-fab-small-state-layer-color:white;
  --mat-fab-small-ripple-color:rgba(255, 255, 255, 0.1);
}
html .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-small-container-color:#f44336;
  --mat-fab-small-foreground-color:white;
  --mat-fab-small-state-layer-color:white;
  --mat-fab-small-ripple-color:rgba(255, 255, 255, 0.1);
}
html {
  --mat-fab-touch-target-display:block;
  --mat-fab-small-touch-target-display:block;
}
html {
  --mdc-extended-fab-label-text-font:Roboto, sans-serif;
  --mdc-extended-fab-label-text-size:14px;
  --mdc-extended-fab-label-text-tracking:0.0892857143em;
  --mdc-extended-fab-label-text-weight:500;
}
html {
  --mdc-snackbar-container-shape:4px;
}
html {
  --mdc-snackbar-container-color:#333333;
  --mdc-snackbar-supporting-text-color:rgba(255, 255, 255, 0.87);
  --mat-snack-bar-button-color:#ff4081;
}
html {
  --mdc-snackbar-supporting-text-font:Roboto, sans-serif;
  --mdc-snackbar-supporting-text-line-height:20px;
  --mdc-snackbar-supporting-text-size:14px;
  --mdc-snackbar-supporting-text-weight:400;
}
html {
  --mat-table-row-item-outline-width:1px;
}
html {
  --mat-table-background-color:white;
  --mat-table-header-headline-color:rgba(0, 0, 0, 0.87);
  --mat-table-row-item-label-text-color:rgba(0, 0, 0, 0.87);
  --mat-table-row-item-outline-color:rgba(0, 0, 0, 0.12);
}
html {
  --mat-table-header-container-height:56px;
  --mat-table-footer-container-height:52px;
  --mat-table-row-item-container-height:52px;
}
html {
  --mat-table-header-headline-font:Roboto, sans-serif;
  --mat-table-header-headline-line-height:22px;
  --mat-table-header-headline-size:14px;
  --mat-table-header-headline-weight:500;
  --mat-table-header-headline-tracking:0.0071428571em;
  --mat-table-row-item-label-text-font:Roboto, sans-serif;
  --mat-table-row-item-label-text-line-height:20px;
  --mat-table-row-item-label-text-size:14px;
  --mat-table-row-item-label-text-weight:400;
  --mat-table-row-item-label-text-tracking:0.0178571429em;
  --mat-table-footer-supporting-text-font:Roboto, sans-serif;
  --mat-table-footer-supporting-text-line-height:20px;
  --mat-table-footer-supporting-text-size:14px;
  --mat-table-footer-supporting-text-weight:400;
  --mat-table-footer-supporting-text-tracking:0.0178571429em;
}
html {
  --mdc-circular-progress-active-indicator-width:4px;
  --mdc-circular-progress-size:48px;
}
html {
  --mdc-circular-progress-active-indicator-color:#3f51b5;
}
html .mat-accent {
  --mdc-circular-progress-active-indicator-color:#ff4081;
}
html .mat-warn {
  --mdc-circular-progress-active-indicator-color:#f44336;
}
html {
  --mat-badge-container-shape:50%;
  --mat-badge-container-size:unset;
  --mat-badge-small-size-container-size:unset;
  --mat-badge-large-size-container-size:unset;
  --mat-badge-legacy-container-size:22px;
  --mat-badge-legacy-small-size-container-size:16px;
  --mat-badge-legacy-large-size-container-size:28px;
  --mat-badge-container-offset:-11px 0;
  --mat-badge-small-size-container-offset:-8px 0;
  --mat-badge-large-size-container-offset:-14px 0;
  --mat-badge-container-overlap-offset:-11px;
  --mat-badge-small-size-container-overlap-offset:-8px;
  --mat-badge-large-size-container-overlap-offset:-14px;
  --mat-badge-container-padding:0;
  --mat-badge-small-size-container-padding:0;
  --mat-badge-large-size-container-padding:0;
}
html {
  --mat-badge-background-color:#3f51b5;
  --mat-badge-text-color:white;
  --mat-badge-disabled-state-background-color:#b9b9b9;
  --mat-badge-disabled-state-text-color:rgba(0, 0, 0, 0.38);
}
.mat-badge-accent {
  --mat-badge-background-color:#ff4081;
  --mat-badge-text-color:white;
}
.mat-badge-warn {
  --mat-badge-background-color:#f44336;
  --mat-badge-text-color:white;
}
html {
  --mat-badge-text-font:Roboto, sans-serif;
  --mat-badge-text-size:12px;
  --mat-badge-text-weight:600;
  --mat-badge-small-size-text-size:9px;
  --mat-badge-large-size-text-size:24px;
}
html {
  --mat-bottom-sheet-container-shape:4px;
}
html {
  --mat-bottom-sheet-container-text-color:rgba(0, 0, 0, 0.87);
  --mat-bottom-sheet-container-background-color:white;
}
html {
  --mat-bottom-sheet-container-text-font:Roboto, sans-serif;
  --mat-bottom-sheet-container-text-line-height:20px;
  --mat-bottom-sheet-container-text-size:14px;
  --mat-bottom-sheet-container-text-tracking:0.0178571429em;
  --mat-bottom-sheet-container-text-weight:400;
}
html {
  --mat-legacy-button-toggle-height:36px;
  --mat-legacy-button-toggle-shape:2px;
  --mat-legacy-button-toggle-focus-state-layer-opacity:1;
  --mat-standard-button-toggle-shape:4px;
  --mat-standard-button-toggle-hover-state-layer-opacity:0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity:0.12;
}
html {
  --mat-legacy-button-toggle-text-color:rgba(0, 0, 0, 0.38);
  --mat-legacy-button-toggle-state-layer-color:rgba(0, 0, 0, 0.12);
  --mat-legacy-button-toggle-selected-state-text-color:rgba(0, 0, 0, 0.54);
  --mat-legacy-button-toggle-selected-state-background-color:#e0e0e0;
  --mat-legacy-button-toggle-disabled-state-text-color:rgba(0, 0, 0, 0.26);
  --mat-legacy-button-toggle-disabled-state-background-color:#eeeeee;
  --mat-legacy-button-toggle-disabled-selected-state-background-color:#bdbdbd;
  --mat-standard-button-toggle-text-color:rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-background-color:white;
  --mat-standard-button-toggle-state-layer-color:black;
  --mat-standard-button-toggle-selected-state-background-color:#e0e0e0;
  --mat-standard-button-toggle-selected-state-text-color:rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-disabled-state-text-color:rgba(0, 0, 0, 0.26);
  --mat-standard-button-toggle-disabled-state-background-color:white;
  --mat-standard-button-toggle-disabled-selected-state-text-color:rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-disabled-selected-state-background-color:#bdbdbd;
  --mat-standard-button-toggle-divider-color:#e0e0e0;
}
html {
  --mat-standard-button-toggle-height:48px;
}
html {
  --mat-legacy-button-toggle-label-text-font:Roboto, sans-serif;
  --mat-legacy-button-toggle-label-text-line-height:24px;
  --mat-legacy-button-toggle-label-text-size:16px;
  --mat-legacy-button-toggle-label-text-tracking:0.03125em;
  --mat-legacy-button-toggle-label-text-weight:400;
  --mat-standard-button-toggle-label-text-font:Roboto, sans-serif;
  --mat-standard-button-toggle-label-text-line-height:24px;
  --mat-standard-button-toggle-label-text-size:16px;
  --mat-standard-button-toggle-label-text-tracking:0.03125em;
  --mat-standard-button-toggle-label-text-weight:400;
}
html {
  --mat-datepicker-calendar-container-shape:4px;
  --mat-datepicker-calendar-container-touch-shape:4px;
  --mat-datepicker-calendar-container-elevation-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
html {
  --mat-datepicker-calendar-date-selected-state-text-color:white;
  --mat-datepicker-calendar-date-selected-state-background-color:#3f51b5;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color:rgba(63, 81, 181, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color:white;
  --mat-datepicker-calendar-date-focus-state-background-color:rgba(63, 81, 181, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color:rgba(63, 81, 181, 0.3);
  --mat-datepicker-toggle-active-state-icon-color:#3f51b5;
  --mat-datepicker-calendar-date-in-range-state-background-color:rgba(63, 81, 181, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color:rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color:#a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color:#46a35e;
  --mat-datepicker-toggle-icon-color:rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color:rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-text-color:black;
  --mat-datepicker-calendar-period-button-icon-color:rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color:rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color:rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color:rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color:rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color:rgba(0, 0, 0, 0.18);
  --mat-datepicker-calendar-date-text-color:rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-outline-color:transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color:rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-date-preview-state-outline-color:rgba(0, 0, 0, 0.24);
  --mat-datepicker-range-input-separator-color:rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color:rgba(0, 0, 0, 0.38);
  --mat-datepicker-range-input-disabled-state-text-color:rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-container-background-color:white;
  --mat-datepicker-calendar-container-text-color:rgba(0, 0, 0, 0.87);
}
.mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color:white;
  --mat-datepicker-calendar-date-selected-state-background-color:#ff4081;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color:rgba(255, 64, 129, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color:white;
  --mat-datepicker-calendar-date-focus-state-background-color:rgba(255, 64, 129, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color:rgba(255, 64, 129, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color:rgba(255, 64, 129, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color:rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color:#a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color:#46a35e;
}
.mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color:white;
  --mat-datepicker-calendar-date-selected-state-background-color:#f44336;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color:rgba(244, 67, 54, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color:white;
  --mat-datepicker-calendar-date-focus-state-background-color:rgba(244, 67, 54, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color:rgba(244, 67, 54, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color:rgba(244, 67, 54, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color:rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color:#a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color:#46a35e;
}
.mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color:#ff4081;
}
.mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color:#f44336;
}
.mat-calendar-controls {
  --mat-icon-button-touch-target-display:none;
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size:40px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 8px;
}
html {
  --mat-datepicker-calendar-text-font:Roboto, sans-serif;
  --mat-datepicker-calendar-text-size:13px;
  --mat-datepicker-calendar-body-label-text-size:14px;
  --mat-datepicker-calendar-body-label-text-weight:500;
  --mat-datepicker-calendar-period-button-text-size:14px;
  --mat-datepicker-calendar-period-button-text-weight:500;
  --mat-datepicker-calendar-header-text-size:11px;
  --mat-datepicker-calendar-header-text-weight:400;
}
html {
  --mat-divider-width:1px;
}
html {
  --mat-divider-color:rgba(0, 0, 0, 0.12);
}
html {
  --mat-expansion-container-shape:4px;
  --mat-expansion-legacy-header-indicator-display:inline-block;
  --mat-expansion-header-indicator-display:none;
}
html {
  --mat-expansion-container-background-color:white;
  --mat-expansion-container-text-color:rgba(0, 0, 0, 0.87);
  --mat-expansion-actions-divider-color:rgba(0, 0, 0, 0.12);
  --mat-expansion-header-hover-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-expansion-header-focus-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-expansion-header-disabled-state-text-color:rgba(0, 0, 0, 0.26);
  --mat-expansion-header-text-color:rgba(0, 0, 0, 0.87);
  --mat-expansion-header-description-color:rgba(0, 0, 0, 0.54);
  --mat-expansion-header-indicator-color:rgba(0, 0, 0, 0.54);
}
html {
  --mat-expansion-header-collapsed-state-height:48px;
  --mat-expansion-header-expanded-state-height:64px;
}
html {
  --mat-expansion-header-text-font:Roboto, sans-serif;
  --mat-expansion-header-text-size:14px;
  --mat-expansion-header-text-weight:500;
  --mat-expansion-header-text-line-height:inherit;
  --mat-expansion-header-text-tracking:inherit;
  --mat-expansion-container-text-font:Roboto, sans-serif;
  --mat-expansion-container-text-line-height:20px;
  --mat-expansion-container-text-size:14px;
  --mat-expansion-container-text-tracking:0.0178571429em;
  --mat-expansion-container-text-weight:400;
}
html {
  --mat-grid-list-tile-header-primary-text-size:14px;
  --mat-grid-list-tile-header-secondary-text-size:12px;
  --mat-grid-list-tile-footer-primary-text-size:14px;
  --mat-grid-list-tile-footer-secondary-text-size:12px;
}
html {
  --mat-icon-color:inherit;
}
.mat-icon.mat-primary {
  --mat-icon-color:#3f51b5;
}
.mat-icon.mat-accent {
  --mat-icon-color:#ff4081;
}
.mat-icon.mat-warn {
  --mat-icon-color:#f44336;
}
html {
  --mat-sidenav-container-shape:0;
  --mat-sidenav-container-elevation-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-width:auto;
}
html {
  --mat-sidenav-container-divider-color:rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-background-color:white;
  --mat-sidenav-container-text-color:rgba(0, 0, 0, 0.87);
  --mat-sidenav-content-background-color:#fafafa;
  --mat-sidenav-content-text-color:rgba(0, 0, 0, 0.87);
  --mat-sidenav-scrim-color:rgba(0, 0, 0, 0.6);
}
html {
  --mat-stepper-header-icon-foreground-color:white;
  --mat-stepper-header-selected-state-icon-background-color:#3f51b5;
  --mat-stepper-header-selected-state-icon-foreground-color:white;
  --mat-stepper-header-done-state-icon-background-color:#3f51b5;
  --mat-stepper-header-done-state-icon-foreground-color:white;
  --mat-stepper-header-edit-state-icon-background-color:#3f51b5;
  --mat-stepper-header-edit-state-icon-foreground-color:white;
  --mat-stepper-container-color:white;
  --mat-stepper-line-color:rgba(0, 0, 0, 0.12);
  --mat-stepper-header-hover-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-stepper-header-focus-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-stepper-header-label-text-color:rgba(0, 0, 0, 0.54);
  --mat-stepper-header-optional-label-text-color:rgba(0, 0, 0, 0.54);
  --mat-stepper-header-selected-state-label-text-color:rgba(0, 0, 0, 0.87);
  --mat-stepper-header-error-state-label-text-color:#f44336;
  --mat-stepper-header-icon-background-color:rgba(0, 0, 0, 0.54);
  --mat-stepper-header-error-state-icon-foreground-color:#f44336;
  --mat-stepper-header-error-state-icon-background-color:transparent;
}
html .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color:white;
  --mat-stepper-header-selected-state-icon-background-color:#ff4081;
  --mat-stepper-header-selected-state-icon-foreground-color:white;
  --mat-stepper-header-done-state-icon-background-color:#ff4081;
  --mat-stepper-header-done-state-icon-foreground-color:white;
  --mat-stepper-header-edit-state-icon-background-color:#ff4081;
  --mat-stepper-header-edit-state-icon-foreground-color:white;
}
html .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color:white;
  --mat-stepper-header-selected-state-icon-background-color:#f44336;
  --mat-stepper-header-selected-state-icon-foreground-color:white;
  --mat-stepper-header-done-state-icon-background-color:#f44336;
  --mat-stepper-header-done-state-icon-foreground-color:white;
  --mat-stepper-header-edit-state-icon-background-color:#f44336;
  --mat-stepper-header-edit-state-icon-foreground-color:white;
}
html {
  --mat-stepper-header-height:72px;
}
html {
  --mat-stepper-container-text-font:Roboto, sans-serif;
  --mat-stepper-header-label-text-font:Roboto, sans-serif;
  --mat-stepper-header-label-text-size:14px;
  --mat-stepper-header-label-text-weight:400;
  --mat-stepper-header-error-state-label-text-size:16px;
  --mat-stepper-header-selected-state-label-text-size:16px;
  --mat-stepper-header-selected-state-label-text-weight:400;
}
html {
  --mat-sort-arrow-color:#757575;
}
html {
  --mat-toolbar-container-background-color:whitesmoke;
  --mat-toolbar-container-text-color:rgba(0, 0, 0, 0.87);
}
.mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color:#3f51b5;
  --mat-toolbar-container-text-color:white;
}
.mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color:#ff4081;
  --mat-toolbar-container-text-color:white;
}
.mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color:#f44336;
  --mat-toolbar-container-text-color:white;
}
html {
  --mat-toolbar-standard-height:64px;
  --mat-toolbar-mobile-height:56px;
}
html {
  --mat-toolbar-title-text-font:Roboto, sans-serif;
  --mat-toolbar-title-text-line-height:32px;
  --mat-toolbar-title-text-size:20px;
  --mat-toolbar-title-text-tracking:0.0125em;
  --mat-toolbar-title-text-weight:500;
}
html {
  --mat-tree-container-background-color:white;
  --mat-tree-node-text-color:rgba(0, 0, 0, 0.87);
}
html {
  --mat-tree-node-min-height:48px;
}
html {
  --mat-tree-node-text-font:Roboto, sans-serif;
  --mat-tree-node-text-size:14px;
  --mat-tree-node-text-weight:400;
}
.mat-h1,
.mat-headline-5,
.mat-typography .mat-h1,
.mat-typography .mat-headline-5,
.mat-typography h1 {
  font: 400 24px/32px Roboto, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h2,
.mat-headline-6,
.mat-typography .mat-h2,
.mat-typography .mat-headline-6,
.mat-typography h2 {
  font: 500 20px/32px Roboto, sans-serif;
  letter-spacing: .0125em;
  margin: 0 0 16px;
}
.mat-h3,
.mat-subtitle-1,
.mat-typography .mat-h3,
.mat-typography .mat-subtitle-1,
.mat-typography h3 {
  font: 400 16px/28px Roboto, sans-serif;
  letter-spacing: .009375em;
  margin: 0 0 16px;
}
.mat-h4,
.mat-body-1,
.mat-typography .mat-h4,
.mat-typography .mat-body-1,
.mat-typography h4 {
  font: 400 16px/24px Roboto, sans-serif;
  letter-spacing: .03125em;
  margin: 0 0 16px;
}
.mat-h5,
.mat-typography .mat-h5,
.mat-typography h5 {
  font: 400 calc(14px*.83)/20px Roboto, sans-serif;
  margin: 0 0 12px;
}
.mat-h6,
.mat-typography .mat-h6,
.mat-typography h6 {
  font: 400 calc(14px*.67)/20px Roboto, sans-serif;
  margin: 0 0 12px;
}
.mat-body-strong,
.mat-subtitle-2,
.mat-typography .mat-body-strong,
.mat-typography .mat-subtitle-2 {
  font: 500 14px/22px Roboto, sans-serif;
  letter-spacing: .0071428571em;
}
.mat-body,
.mat-body-2,
.mat-typography .mat-body,
.mat-typography .mat-body-2,
.mat-typography {
  font: 400 14px/20px Roboto, sans-serif;
  letter-spacing: .0178571429em;
}
.mat-body p,
.mat-body-2 p,
.mat-typography .mat-body p,
.mat-typography .mat-body-2 p,
.mat-typography p {
  margin: 0 0 12px;
}
.mat-small,
.mat-caption,
.mat-typography .mat-small,
.mat-typography .mat-caption {
  font: 400 12px/20px Roboto, sans-serif;
  letter-spacing: .0333333333em;
}
.mat-headline-1,
.mat-typography .mat-headline-1 {
  font: 300 96px/96px Roboto, sans-serif;
  letter-spacing: -0.015625em;
  margin: 0 0 56px;
}
.mat-headline-2,
.mat-typography .mat-headline-2 {
  font: 300 60px/60px Roboto, sans-serif;
  letter-spacing: -.0083333333em;
  margin: 0 0 64px;
}
.mat-headline-3,
.mat-typography .mat-headline-3 {
  font: 400 48px/50px Roboto, sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.mat-headline-4,
.mat-typography .mat-headline-4 {
  font: 400 34px/40px Roboto, sans-serif;
  letter-spacing: .0073529412em;
  margin: 0 0 64px;
}

/* src/styles.css */
:root {
  --container-mw: 1360px;
  --container-py: 20px;
  --line:
    linear-gradient(
      to right,
      #12D0FF,
      #FFC601);
  --line-v: linear-gradient(#12D0FF, #FFC601);
  --header-h: 72px;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  font-size: 10px;
  scroll-behavior: smooth;
}
body {
  font-family: "Satoshi", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #171717;
  line-height: 1.4;
  letter-spacing: 0;
  background: #f2f4f8;
  min-width: 320px;
  width: 100%;
  height: 100vh;
  height: 100vh;
  padding-top: var(--header-h);
  margin: 0;
  overflow-x: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3 {
  font-weight: 600;
  margin: 0;
}
::-moz-selection {
  background: #12D0FF;
  color: #000;
}
::selection {
  background: #12D0FF;
  color: #000;
}
u {
  text-decoration: none;
  position: relative;
}
u::after {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  opacity: 0;
  display: inline-block;
  background: #12D0FF;
  border-radius: 6px;
  bottom: 0;
  left: 0;
  animation: u .3s ease .5s forwards;
  transition: all .2s ease;
}
a {
  color: #2E2E2E;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}
a > u:after {
  background-color: transparent;
  opacity: 0;
  width: 0;
  height: 2px;
  bottom: -3px;
}
a:hover > u::after,
a:focus > u::after {
  background-color: #12D0FF;
  opacity: 1;
  width: 100%;
}
p + p {
  margin-top: 15px;
}
b,
strong {
  font-weight: 600;
}
li {
  list-style: none;
}
video,
figure,
picture {
  font-size: 0;
}
img,
video {
  display: inline-block;
  width: auto;
  max-width: 100%;
  height: auto;
}
iframe,
object,
embed {
  width: 100%;
  max-width: 100%;
}
input {
  font-family: "Satoshi", sans-serif;
}
button {
  cursor: pointer;
  font-family: inherit;
  border: 0;
}
address {
  font-style: normal;
}
abbr {
  text-decoration: none;
}
[aria-hidden] a {
  transition: all .4s ease-in-out;
}
[aria-hidden=true] a,
[aria-hidden=true] button,
[aria-hidden=true] input {
  visibility: hidden;
}
[aria-hidden=true] *,
[aria-hidden=true] *::before,
[aria-hidden=true] *::after {
  background-image: none !important;
}
[disabled] {
  cursor: no-drop;
  filter: grayscale(100%);
}
.container {
  margin: 0 auto;
  max-width: 700px;
  width: 100%;
  padding: 0 var(--container-py);
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  background: no-repeat center center / 100% auto;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.link {
  font-weight: 600;
  color: #01AAFF;
  padding-bottom: 2px;
  border-bottom: 2px solid transparent;
  font-size: 1.6rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.link:after {
  content: "";
  background: url(/assets/images/icon/arrow-right.svg) no-repeat 0 0 / contain;
  width: 16px;
  height: 13px;
}
.link:hover,
.link:focus {
  border-bottom-color: currentColor;
  font-weight: 600;
  text-decoration: none;
  filter: brightness(0) saturate(100%) invert(81%) sepia(45%) saturate(6684%) hue-rotate(159deg) brightness(108%) contrast(100%);
}
.link.-white {
  color: #FFF;
  filter: brightness(0) invert(1);
}
.link.-white:hover,
.link.-white:focus {
  filter: brightness(0) saturate(100%) invert(89%) sepia(27%) saturate(6939%) hue-rotate(355deg) brightness(103%) contrast(101%);
}
.link.-black {
  color: #171717;
  filter: brightness(0) saturate(100%) invert(9%) sepia(3%) saturate(25%) hue-rotate(318deg) brightness(97%) contrast(100%);
}
.link.-black:hover,
.link.-black:focus {
  border-bottom-color: currentColor;
  font-weight: 600;
  text-decoration: none;
  filter: brightness(0) saturate(100%) invert(81%) sepia(45%) saturate(6684%) hue-rotate(159deg) brightness(108%) contrast(100%);
}
.link.-simple {
  font-weight: 500;
  color: #171717;
  border-bottom: 0;
  text-decoration: underline;
  text-underline-offset: 4px;
  font-size: 1.5rem;
  line-height: 1;
  display: inline-flex;
  opacity: .7;
}
.link.-simple::after {
  content: none;
}
.link.-underline {
  border-bottom-color: inherit;
}
.button {
  background: #12D0FF;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 600;
  min-height: 50px;
  padding: 12.4px 20px;
  text-align: center;
  border-radius: 6px;
  text-decoration: none !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.button:hover,
.button:focus {
  background: #01aaff;
  color: #FFF !important;
}
.button.-white {
  background: #FFF;
  color: #01AAFF;
}
.button.-light:not(:focus, :hover) {
  background: #12D0FF;
  color: #FFF;
}
.button.-dark:not(:focus, :hover) {
  background: #01AAFF;
  color: #FFF;
}
.button.-dark:hover,
.button.-dark:focus {
  outline: 2px solid;
  outline-offset: -2px;
}
.button .icon {
  height: 24px;
  filter: brightness(0) invert(1);
}
.headline {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  color: #01AAFF;
  margin-bottom: 17px;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  background: #FFF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .18);
}
.header .container {
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-areas: "burger logo search";
  align-items: center;
}
.header .logo {
  height: 45px;
  margin: 13.5px 0;
  position: relative;
  z-index: 11;
  display: flex;
  justify-content: center;
  grid-area: logo;
}
.header .btn-burger,
.header .btn-search {
  font-size: 0;
  background: no-repeat 0 0 / contain;
  width: 35px;
  height: 35px;
  position: relative;
  z-index: 11;
}
.header .btn-burger {
  background-image: url(/assets/images/icon/burger.svg);
  grid-area: burger;
}
.header .btn-search {
  background-image: url(/assets/images/icon/search.svg);
}
.header .close {
  background: none;
  color: #171717;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  padding: 18px 9px 14px;
  margin-bottom: 42px;
  width: 100%;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 14px;
}
.header .close::before {
  content: "";
  width: 15px;
  height: 15px;
  background: url(/assets/images/icon/close.svg) no-repeat 0 0 / cover;
  display: inline-flex;
}
.header .close::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: calc(100% + 12px);
  height: 2px;
  transform: translateX(-50%);
  border-radius: 2px;
  background: var(--line);
}
.header .nav {
  transition: all .3s ease-out;
  background: #FFF;
  width: 100%;
  height: calc(100vh - var(--header-h));
  height: calc(100vh - var(--header-h));
  display: flex;
  flex-direction: column;
}
.header .menu {
  flex: 1;
}
.header .secondary {
  background: #F2F4F8;
  border-radius: 0 61px 0 0;
  padding: 40px;
  font-size: 1.7rem;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  gap: 34px;
}
.header .secondary .level-2 {
  display: none;
}
.header .search {
  grid-area: search;
}
.header .search .content {
  transform: translateX(-100%);
  opacity: 0;
  transition: all .3s ease-out;
  position: fixed;
  left: 0;
  top: var(--header-h);
  height: calc(100vh - var(--header-h));
  background: #FFF;
  width: 100%;
  z-index: 11;
  padding: 0 40px 40px;
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, .25);
}
.open-search .search .content {
  transform: translate(0);
  opacity: 1;
}
.header .form {
  position: relative;
}
.header .input {
  border: 0;
  background: #EFEFF0;
  border-radius: 5px;
  color: #353A40;
  font-size: 1.5rem;
  padding: 17px 130px 17px 19px;
  width: 100%;
}
.header .search .buttons {
  position: absolute;
  right: 25px;
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: row-reverse;
  gap: 22px;
}
.header .search .btn-submit {
  font-size: 0;
  background: url(/assets/images/icon/magnifier.svg) no-repeat center center / 31px 31px;
  width: 35px;
  height: 100%;
}
.open-search .search .btn-microphone {
  font-size: 0;
  background: url(/assets/images/icon/microphone.svg) no-repeat center center / 14px 24px;
  width: 35px;
  height: 100%;
  position: relative;
}
.header .search .btn-microphone[disabled] {
  opacity: 0;
}
.header .btn-keyboard {
  display: none;
}
.header .common .title {
  color: #01AAFF;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1;
  margin: 41px 0 24px -20px;
  padding: 0 0 8px 20px;
  background: url(/assets/images/icon/petal.svg) no-repeat 0 bottom / auto 31px;
}
.header .common .list {
  font-size: 1.7rem;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.header .accessibility {
  display: none;
}
.main {
  width: 100%;
  min-height: calc(85vh - var(--header-h));
  overflow-x: hidden;
  overflow-x: clip;
}
.footer {
  padding: 27px 0 100px;
}
.footer.-no-line hr:first-of-type {
  opacity: 0;
}
.footer::after {
  content: "";
  margin-top: 40px;
  display: block;
  height: 10px;
  background:
    linear-gradient(
      to right,
      #01AAFF,
      #12D0FF);
}
.footer .container {
  position: relative;
}
.footer hr {
  border: 0;
  margin: 28px 0;
  height: 3px;
  border-radius: 3px;
  background: var(--line);
}
.footer hr:first-of-type {
  margin-top: 0;
}
.footer a {
  position: relative;
  z-index: 1;
  display: inline-flex;
}
.footer a:not(.button):hover:before,
.footer a:not(.button):focus:before {
  content: "";
  display: block;
  width: 33px;
  height: 15px;
  position: absolute;
  transform: translate(-32%, 54%);
  background: url(/assets/images/icon/petal.svg) no-repeat 0 0 / contain;
  z-index: -1;
}
.footer .-blue {
  color: #01AAFF;
}
.sitemap {
  background: #FFF;
  border-radius: 10px;
  margin-bottom: 30px;
}
.sitemap .toggle {
  padding: 15.5px;
  font-size: 2.2rem;
  font-weight: 600;
  color: #01AAFF;
  background: none;
  border: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 19px;
}
.sitemap .toggle:after {
  content: "";
  background: url(/assets/images/icon/arrow-down.svg) no-repeat center center / contain;
  width: 22px;
  height: 14px;
  transition: all 1s ease-in-out;
}
.sitemap .map {
  overflow: hidden;
  max-height: 0;
  transition: max-height .5s ease-in-out;
}
.sitemap .nav {
  padding: 11px 15px 37px;
  display: grid;
}
.sitemap.-open .toggle::after {
  transform: scale(-1, -1);
}
.sitemap.-open .map {
  max-height: 3000px;
}
.sitemap .nav ul,
.sitemap .nav li {
  display: flex;
  flex-direction: column;
}
.sitemap .nav > ul {
  padding: 20px 0;
}
.sitemap .nav > ul:not(:first-of-type) {
  border-top: 2px solid;
  border-image: var(--line) 1;
}
.sitemap .level-1 {
  gap: 10px;
}
.sitemap .level-1 > li {
  font-size: 1.8rem;
  font-weight: 600;
  gap: 20px;
}
.sitemap .level-1 > li > a:hover:before,
.sitemap .level-1 > li > a:focus:before {
  height: 19px;
  width: 42px;
}
.sitemap .level-2 {
  gap: 15px;
}
.sitemap .level-2 > li {
  font-size: 1.6rem;
  font-weight: 600;
  gap: 7px;
}
.sitemap .level-3 {
  gap: 5px;
}
.sitemap .level-3 > li {
  font-size: 1.4rem;
  font-weight: 500;
}
.access {
  background: #01AAFF;
  border-radius: 0 0 10px 10px;
  color: #FFF;
  text-align: center;
  position: relative;
  padding: 17px 20px 0;
  display: flex;
  flex-direction: column;
}
.access::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 205px;
  height: 136px;
  border-radius: 0 0 10px 10px;
  background: url(/assets/images/illustration/petals-left.svg);
}
.access > * {
  z-index: 1;
}
.access .title {
  font-size: 2rem;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0;
  margin-bottom: 18px;
}
.channels {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.channels .-box {
  background: #FFF;
  border-radius: 10px;
  padding: 30px;
  display: flex;
  flex-direction: column;
}
.channels .-box nav {
  display: flex;
  flex: 1;
}
.channels .title {
  font-size: 2.2rem;
  color: #01AAFF;
  margin-bottom: 22px;
  text-align: center;
}
.channels a:not(.button):hover:before,
.channels a:not(.button):focus:before {
  width: 41px;
  height: 16px;
  transform: translate(-23%, 71%);
}
.contacts {
  grid-area: contacts;
}
.contacts ul {
  font-size: 1.8rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
.contacts .icon {
  font-size: inherit;
  display: flex;
  gap: 4px;
}
.contacts .icon img {
  max-width: 22px;
  filter: brightness(0) saturate(100%) invert(37%) sepia(86%) saturate(915%) hue-rotate(77deg) brightness(99%) contrast(106%);
}
.contacts a {
  display: block;
  font-size: 2.1rem;
  font-weight: 600;
  color: #01AAFF;
}
.browse {
  grid-area: browse;
}
.browse ul {
  font-size: 1.8rem;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.browse .button {
  width: 100%;
}
.assistance {
  padding: 21px 0 0;
  font-size: 1.9rem;
  text-align: center;
  grid-area: assistance;
}
.assistance p {
  margin-top: 14px;
}
.assistance .sani {
  margin-top: 25px;
}
.assistance .sani p {
  margin-bottom: 25px;
  color: #01AAFF;
  font-size: 1.4rem;
  font-weight: 600;
}
.assistance .sani a::before {
  content: none !important;
}
.assistance .figure img {
  max-width: 236px;
}
.assistance .description .buttons {
  max-width: 313px;
  margin: 20px auto 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.assistance .description p:not(:first-child) {
  margin-top: 0;
  font-size: 1.8rem;
}
.social {
  font-size: 0;
  padding-inline: 11px;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.social a::before {
  display: none !important;
}
.social a:hover,
.social a:focus {
  outline: 0;
  transform: scale(1.06);
  filter: brightness(0) saturate(100%) invert(48%) sepia(78%) saturate(2199%) hue-rotate(172deg) brightness(101%) contrast(105%);
}
.footer .form {
  margin-top: 29px;
  position: relative;
  display: flex;
}
.footer .form .input {
  border: 2px solid #B9B8B8;
  border-radius: 6px;
  font-size: 1.5rem;
  color: #565656;
  letter-spacing: -0.3px;
  padding: 15px 90px 15px 20px;
  flex: 1;
}
.footer .form .buttons {
  background: #F2F4F8;
  border-left: 2px solid #B9B8B8;
  border-radius: 0 6px 6px 0;
  padding: 0 6px;
  position: absolute;
  top: 2px;
  right: 2px;
  z-index: 1;
  height: calc(100% - 4px);
  display: flex;
}
.footer .form button {
  font-size: 0;
  filter: brightness(0) saturate(100%) invert(0%) sepia(8%) saturate(445%) hue-rotate(317deg) brightness(102%) contrast(82%);
}
.footer .btn-submit {
  font-size: 0;
  background: url(/assets/images/icon/magnifier.svg) no-repeat center center / 24px auto;
  width: 39px;
  height: 100%;
}
.footer .btn-microphone {
  font-size: 0;
  background: url(/assets/images/icon/microphone.svg) no-repeat center center / 13px auto;
  width: 28px;
  height: 100%;
}
.footer .form .input:focus,
.footer .form .input:hover,
.footer .form .input:hover + .buttons {
  border-color: #017CEB;
  outline: none;
}
.footer .form .input:hover + .buttons button {
  filter: brightness(0) saturate(100%) invert(36%) sepia(47%) saturate(4479%) hue-rotate(192deg) brightness(95%) contrast(103%);
}
.copyright {
  margin: 28px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.copyright a {
  font-size: 1.3rem;
  outline: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.copyright a:hover,
.copyright a:focus {
  color: #017CEB;
  font-weight: 600;
}
.footer .copyright a::before,
.footer .copyright a:hover::before,
.footer .copyright a:focus::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #017CEB;
  position: static;
  transform: none;
  display: inline-flex;
}
.footer .copyright a:first-of-type:before {
  display: none;
}
.float-button {
  display: none;
  background-image: url(/assets/images/illustration/sani-sabesp-ajuda.svg);
}
.keyboard {
  max-width: 740px;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: all .3s ease-in-out;
  position: fixed;
  bottom: 0;
  z-index: 2;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 1.4rem;
}
@media (max-width: 1199px) {
  .header .nav {
    padding: 0 40px;
    overflow-y: auto;
    overflow-x: hidden;
    opacity: 0;
    transform: translateX(-100%);
    position: fixed;
    left: 0;
    top: var(--header-h);
    height: calc(100% - var(--header-h));
  }
  .header::before {
    content: "";
    z-index: 4;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .25);
    width: 100%;
  }
  .header .back {
    background: none;
    color: #171717;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1;
    padding: 18px 9px 14px;
    margin-left: -12px;
    position: absolute;
    width: 40%;
    z-index: 3;
    opacity: 0;
    transition: all .5s ease-in-out;
    display: flex;
    align-items: center;
    gap: 14px;
  }
  .header .back::before {
    content: "";
    width: 15px;
    height: 9px;
    background: url(/assets/images/icon/arrow-down.svg) no-repeat center center / 100%;
    transform: rotate(90deg);
    filter: brightness(0) invert(0);
    display: inline-block;
  }
  .header .breadcrumbs {
    opacity: 0;
    font-size: 1.3rem;
    position: absolute;
    top: 68px;
    z-index: 2;
    overflow-x: auto;
    width: calc(100% - 82px);
    display: flex;
  }
  .header .breadcrumbs li {
    display: inline-flex;
    align-items: center;
  }
  .header .breadcrumbs li:not(:first-child)::before {
    content: ">";
    font-size: 1rem;
    margin: 0 4px;
    display: inline-flex;
    align-items: center;
  }
  .header .breadcrumbs a {
    color: #8B8B8B;
    min-width: max-content;
  }
  .header .breadcrumbs li:last-of-type a {
    color: #01AAFF;
    font-weight: 600;
  }
  .header .menu {
    display: flex;
    flex-direction: column;
    gap: 37px;
  }
  .header .menu a {
    font-size: 1.8rem;
    font-weight: 500;
    color: #171717;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header .menu ul {
    display: flex;
    flex-direction: column;
    gap: 37px;
  }
  .header .menu .-sub > a::after {
    content: "";
    width: 14px;
    height: 9px;
    background: url(/assets/images/icon/arrow-down.svg) no-repeat center center / 100%;
    transform: rotate(-90deg);
    filter: brightness(0) invert(0);
    display: inline-block;
  }
  .header .menu {
    margin: 10px 0 52px;
  }
  .header .level-1 ul {
    padding: 0 40px 30px;
    border-right-width: 10px;
    border-right-style: solid;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    transition: all .5s ease-in-out;
    width: 100vw;
    min-height: 100%;
    background: #FFF;
  }
  .header .level-1 ul::before {
    content: var(--title, "");
    color: #01aaff;
    font-size: 3.6rem;
    font-weight: 600;
    line-height: 1;
    margin: 103px 0 -9px -20px;
    padding: 0 0 8px 20px;
    background: url(/assets/images/icon/petal.svg) no-repeat 0 bottom / auto 31px;
  }
  .header .level-2 {
    border-right-color: #01aaff;
  }
  .header .level-3 {
    border-right-color: #129180;
  }
  .header .level-4 {
    border-right-color: #fab180;
  }
  .header .level-5 {
    border-right-color: #ffc601;
  }
  .header .-open > ul {
    transform: translateX(0);
    z-index: 1;
  }
  .open-subnav .secondary {
    display: none;
  }
  .open-subnav .header .menu {
    overflow-y: auto;
    height: calc(100vh - var(--header-h));
  }
  .open-subnav .back,
  .open-subnav .breadcrumbs {
    opacity: 1;
  }
  .header .secondary {
    margin: 0 -40px;
  }
  .header .secondary .button.-white {
    padding: 0;
    background: none;
    min-height: 0;
    font-weight: 500;
    color: inherit;
    font-size: inherit;
  }
  .float-nav {
    background: #FFF;
    z-index: 10;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, .31);
  }
  .float-nav::before {
    content: "";
    display: block;
    height: 2px;
    background: var(--line);
  }
  .float-nav .close {
    background: #fff;
    color: #171717;
    transition: all .5s ease-in-out;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1;
    padding: 18px 9px 14px;
    width: calc(100% - 80px);
    transform: translateX(-200%);
    position: fixed;
    top: var(--header-h);
    left: 50%;
    z-index: 2;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 14px;
  }
  .float-nav .close::before {
    content: "";
    width: 15px;
    height: 15px;
    background: url(/assets/images/icon/close.svg) no-repeat 0 0 / cover;
    display: inline-flex;
  }
  .float-nav .close::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: calc(100% + 12px);
    height: 2px;
    transform: translateX(-50%);
    border-radius: 2px;
    background: var(--line);
  }
  .float-nav .menu {
    padding: 15px var(--container-py) 13px;
    display: grid;
    grid-auto-flow: column dense;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
  }
  .float-nav .item {
    position: relative;
    display: flex;
    justify-content: center;
  }
  .float-nav .item:not(:first-child):before {
    content: "";
    position: absolute;
    top: 50%;
    left: -1px;
    transform: translateY(-50%);
    width: 2px;
    height: 90%;
    background: #01AAFF;
    border-radius: 2px;
  }
  .float-nav .menu > li > a {
    text-align: center;
    color: #00abff;
    font-size: 1.516rem;
    font-weight: 600;
    line-height: 16px;
    max-width: 91px;
    z-index: 1;
    display: inline-block;
  }
  .float-nav .menu > li > a:hover::before,
  .float-nav .menu > .-open > a::before {
    content: "";
    height: 6px;
    width: 70px;
    background: currentColor;
    border-radius: 6px;
    top: -19px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .float-nav .icon {
    margin-bottom: 2px;
  }
  .float-nav .icon img {
    width: auto;
    max-height: 38px;
    filter: brightness(0) saturate(100%) invert(50%) sepia(70%) saturate(2740%) hue-rotate(172deg) brightness(102%) contrast(105%);
  }
  .float-nav .level-1 ul {
    padding: 0 40px 40px;
    overflow-y: auto;
    border-right-width: 10px;
    border-right-style: solid;
    position: fixed;
    top: var(--header-h);
    left: 0;
    transform: translateX(-100%);
    transition: all .5s ease-in-out;
    width: 100vw;
    height: calc(100% - var(--header-h) - 110px);
    background: #FFF;
    display: flex;
    flex-direction: column;
    gap: 37px;
  }
  .float-nav .level-1 ul::before {
    content: var(--title);
    color: #01aaff;
    font-size: 3.6rem;
    font-weight: 600;
    line-height: 1;
    margin: 103px 0 -9px -20px;
    padding: 0 0 8px 20px;
    background: url(/assets/images/icon/petal.svg) no-repeat 0 bottom / auto 31px;
  }
  .float-nav .level-2 {
    border-right-color: #01aaff;
  }
  .float-nav .level-2 a {
    font-size: 1.8rem;
    font-weight: 500;
    color: #171717;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .open-float-nav .float-nav .close {
    transform: translateX(-50%);
  }
  .open-float-nav .float-nav .level-2 {
    transform: translateX(0);
  }
}
@media (min-width: 430px) {
  :root {
    --container-py: 30px;
  }
}
@media (min-width: 768px) {
  .sitemap .nav {
    padding-inline: 20px;
    grid-auto-columns: 1fr;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto;
    gap: 0 10%;
  }
  .sitemap .nav > ul:nth-of-type(2) {
    border-top: 0;
  }
  .channels {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2% 5%;
    grid-template-areas: "contacts browse" "assistance assistance";
  }
  .channels .-box {
    padding-inline: 20px;
  }
  .assistance {
    padding-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
  .sitemap .nav {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto;
  }
  .sitemap .nav > ul:nth-of-type(3) {
    border-top: 0;
  }
  .assistance > .title {
    width: 50%;
  }
  .assistance .content {
    display: grid;
    gap: 0 5%;
    grid-auto-flow: column;
    grid-auto-rows: 1fr;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto 1fr;
    grid-template-areas: "description sani" "button sani" "social sani";
    align-items: start;
  }
  .assistance .description {
    grid-area: description;
  }
  .assistance .description .buttons {
    margin-bottom: 28px;
  }
  .assistance p:first-of-type {
    margin-top: 0;
  }
  .assistance .sani {
    margin: -33px 30px 0 0;
    grid-area: sani;
  }
  .assistance .title {
    margin-bottom: 2px;
  }
  .assistance .sani p {
    margin-bottom: 7px;
  }
  .assistance .figure img {
    position: relative;
    right: 0;
  }
  .assistance .social {
    padding: 5px 0 0;
    gap: 12px;
    grid-area: social;
  }
}
@media (min-width: 1200px) {
  :root {
    --header-h: 110px;
  }
  .container {
    max-width: 1360px;
  }
  .link {
    font-size: 1.8rem;
  }
  .headline {
    margin-bottom: 23px;
  }
  .header .logo {
    height: 78px;
    margin: 16px 0;
  }
  .header .container {
    position: relative;
    display: grid;
    grid-template-columns: auto 1fr auto auto;
    grid-template-rows: auto;
    grid-template-areas: "logo nav search accessibility";
    align-items: flex-end;
  }
  .header .nav {
    height: 100%;
    padding-bottom: 21px;
    box-shadow: none;
    flex-direction: column-reverse;
    align-items: flex-end;
    justify-content: space-between;
    grid-area: nav;
  }
  .header .nav a {
    position: relative;
    z-index: 1;
  }
  .header .btn-burger,
  .header .nav .back,
  .header .nav .close {
    display: none;
  }
  .header .menu {
    transition: all .4s ease-in-out;
    font-size: 1.8rem;
    font-weight: 500;
    display: flex;
    flex: none;
    gap: 40px;
  }
  .header .secondary {
    border-radius: 999px 0 0 999px;
    font-size: 1.4rem;
    font-weight: 600;
    padding: 0;
    position: absolute;
    top: 0;
    right: 30px;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 24px;
  }
  .header .secondary:after {
    content: "";
    position: absolute;
    left: 100%;
    background: #F2F4F8;
    height: 100%;
    width: 50vw;
  }
  .header .secondary .button {
    border-radius: 999px;
    font-size: 1.6rem;
    padding: 7.8px 30px;
    min-height: 38px;
  }
  .header .secondary .button.-white {
    position: relative;
    font-size: 1.4rem;
    margin-right: -30px;
  }
  .header .secondary .button.-white:after {
    content: "";
    position: absolute;
    top: 0;
    left: 90%;
    transform: none;
    background: #FFF;
    height: 100%;
    width: 50vw;
  }
  .header .btn-search {
    width: 32px;
    height: 32px;
  }
  .header .menu ul {
    display: none;
  }
  .header .menu > li.-sub > a:hover::after,
  .header .secondary > li.-sub > a:hover::after {
    content: "";
    width: 300%;
    height: 150%;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: 95%;
  }
  .header .columns {
    background: #FFF;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1360px;
    width: 100%;
    padding: 20px 30px;
    display: none;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 80px;
  }
  .header .columns::before,
  .header .columns::after {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    display: block;
  }
  .header .columns::before {
    height: 100%;
    background: #FFF;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
  }
  .header .columns::after {
    height: 2px;
    background: var(--line);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .18);
  }
  .header .-open .columns {
    display: grid;
  }
  .header .columns > ul {
    position: relative;
    padding: 8px 0;
    min-height: 320px;
    display: flex;
    flex-direction: column;
  }
  .header .columns > ul:not(:first-of-type)::before {
    content: "";
    width: 2px;
    height: 100%;
    border-radius: 2px;
    background: #12D0FF;
    position: absolute;
    left: -39px;
    top: 0;
  }
  .header .secondary .level-2 a,
  .header .columns .level-2 a {
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 7px;
  }
  .header .secondary .level-2 > li {
    display: block;
  }
  .header .secondary .level-2 > li:last-of-type {
    margin-bottom: 5px;
  }
  .header .secondary .level-2 a {
    min-width: max-content;
  }
  .header .secondary .level-2 a::after {
    filter: brightness(0) invert(0);
  }
  .header .columns .level-2 > li > a:not([href^=javascript]):hover,
  .header .columns .level-2 > li > a:not([href^=javascript]):focus {
    text-decoration: underline;
    text-underline-offset: 6px;
  }
  .header .columns .level-2 > li > a:not([href^=javascript]):after {
    content: "";
    min-width: 15px;
    min-height: 9px;
    background: url(/assets/images/icon/arrow-down.svg) no-repeat center center / 100% auto;
    transform: rotate(-90deg);
    display: inline-flex;
  }
  .header .columns .level-2 > li > a[target=_blank]:not([href^=javascript]):after {
    background: url(/assets/images/icon/link.svg) no-repeat center center / 100% auto;
    width: 13px;
    height: 14px;
    transform: none;
  }
  .header .level-2 > li > a:not([href^=javascript]):after,
  .header .level-3 > li > a:not([href^=javascript]):after,
  .header .level-4 > .-sub > a:not([href^=javascript]):after {
    content: "";
    width: 13px;
    height: 7px;
    background: url(/assets/images/icon/arrow-down.svg) no-repeat center center / 100% auto;
    transform: rotate(-90deg);
    display: inline-flex;
  }
  .header .level-3 a::after {
    filter: brightness(0) invert(0);
  }
  .header .level-4 > .-sub > a:not([href^=javascript]):after {
    transform: rotate(-360deg);
  }
  .header .secondary .level-2 a::after {
    transform: rotate(270deg);
  }
  .header .columns .level-2 > li > a {
    font-size: 2.4rem;
    font-weight: 600;
    color: #01AAFF;
  }
  .header .columns .level-2 > li > a:after {
    width: 15px;
    height: 9px;
    filter: brightness(0) saturate(100%) invert(43%) sepia(52%) saturate(2164%) hue-rotate(176deg) brightness(107%) contrast(104%);
  }
  .header .columns .level-2 li + li::before,
  .header .secondary .level-2 li + li::before {
    content: "";
    display: block;
    border-radius: 999px;
    height: 2px;
    margin: 14px 0;
    background: var(--line);
  }
  .header .columns .level-2 > li + li::before {
    margin: 32px 0;
  }
  .header .secondary .level-2 .-half::before {
    opacity: 0;
    margin-top: -2px;
  }
  .header .secondary .level-2.full .-half::before {
    opacity: 1;
    margin: 14px 0;
  }
  .header .secondary .level-2.full {
    columns: 1;
  }
  .header .columns .level-3 {
    margin-top: 14px;
  }
  .header .columns .level-3 a[target=_blank]:after {
    content: "";
    background: url(/assets/images/icon/link.svg) no-repeat center center / 100% auto;
    width: 12px;
    height: 12px;
    transform: none;
  }
  .header .columns .level-4 {
    padding: 6px 0 0 10px;
    gap: 4px;
  }
  .header .columns .level-4 a {
    font-size: 1.6rem;
    font-weight: 500;
  }
  .header .columns .level-4 a[target=_blank]:after {
    content: "";
    background: url(/assets/images/icon/link.svg) no-repeat center center / 100% auto;
    width: 12px;
    height: 12px;
    transform: none;
  }
  .header .columns .level-4 li + li::before {
    content: none;
  }
  .header .columns .level-4 li:hover > a {
    font-weight: 600;
    color: #01AAFF;
  }
  .header .columns .level-4 > li:hover > a::after {
    transform: rotate(180deg);
    filter: brightness(0) saturate(100%) invert(43%) sepia(52%) saturate(2164%) hue-rotate(176deg) brightness(107%) contrast(104%);
  }
  .header .columns .level-4 li:hover .level-5,
  .header .columns .level-4 li a:hover + .level-5 {
    display: flex;
  }
  .header .columns .level-5 {
    padding: 1px 0 0 10px;
    flex-direction: column;
    gap: 4px;
  }
  .header .columns .level-5 a {
    font-size: 1.4rem;
  }
  .header .columns [data-open=true] > a:after {
    display: none !important;
  }
  .header .columns [data-open=true] > ul {
    display: flex;
    flex-direction: column;
  }
  .header .columns a:not([href^=javascript]):focus,
  .header .columns a:not([href^=javascript]):hover,
  .header .secondary a:not(.button):hover,
  .header .secondary a:not(.button):focus,
  .header .level-1 > .-open > a,
  .header .secondary > .-open > a {
    color: #01AAFF;
    font-weight: 600;
  }
  .header .nav a:not(.button):hover:after,
  .header .nav a:not(.button):focus:after {
    filter: brightness(0) saturate(100%) invert(43%) sepia(97%) saturate(1624%) hue-rotate(174deg) brightness(105%) contrast(103%);
  }
  .header .secondary > li > a:not(.button):hover:before,
  .header .secondary > li > a:not(.button):focus:before,
  .header .secondary > .-open > a:before,
  .header .level-1 > .-open > a:before {
    content: "";
    display: block;
    width: 33px;
    height: 15px;
    position: absolute;
    transform: translate(-32%, 54%);
    background: url(/assets/images/icon/petal.svg) no-repeat 0 0 / contain;
    z-index: -1;
  }
  .header .level-1 > .-open > a:before {
    width: 78px;
    height: 36px;
    transform: translate(-10%, -10%);
  }
  .header .secondary .level-2 {
    font-size: 1.6rem;
    display: none;
    position: absolute;
    z-index: 12;
    top: 100%;
    right: 0;
    background: #FFF;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    padding: 20px 40px;
    border-radius: 0 0 20px 20px;
    columns: 2;
    column-gap: 60px;
    column-rule: 2px solid #12D0FF;
    column-span: all;
  }
  .header .secondary > .-open:after {
    content: "";
    z-index: 2;
    position: absolute;
    left: 20px;
    top: calc(100% - 2px);
    width: 55vw;
    height: 2px;
    background: var(--line);
  }
  .header .secondary > .-open .level-2 {
    display: block;
  }
  .header .search {
    margin: 0 30px 17px;
    position: relative;
    grid-area: search;
  }
  .header .search .content {
    transform: translate(0, -50%);
    opacity: 0;
    position: absolute;
    z-index: 11;
    left: auto;
    top: 50%;
    right: -1px;
    width: 0;
    height: auto;
    padding: 0;
    background: none;
    box-shadow: none;
    overflow: hidden;
  }
  .header .search .input {
    background: #f2f4f8;
    border: 1px solid #D0D0D0;
    border-radius: 999px;
    padding: 10.5px 130px 10.5px 34px;
    outline: none;
  }
  .header .search .buttons {
    right: -48px;
    flex-direction: row;
    gap: 8px;
  }
  .header .search .buttons > * {
    font-size: 0;
    width: 40px;
    height: 100%;
  }
  .header .search .btn-microphone {
    background-size: 15px 27px;
    filter: brightness(0) saturate(100%) invert(34%) sepia(46%) saturate(3770%) hue-rotate(193deg) brightness(95%) contrast(100%);
  }
  .header .search .close,
  .header .search .common,
  .header .breadcrumbs {
    display: none;
  }
  .open-search .search .content {
    width: 697px;
    overflow: initial;
    opacity: 1;
  }
  .open-search .search .btn-keyboard {
    display: inline-block;
    background: url(/assets/images/icon/keyboard.svg) no-repeat center center / 31px 18px;
    width: 55px;
  }
  .open-search .search .btn-submit {
    background: url(/assets/images/icon/search2.svg) no-repeat 0 0 / cover;
    width: 44px;
  }
  .open-search .header .menu,
  .open-search .header .accessibility {
    opacity: 0;
    z-index: -1;
  }
  .header .accessibility {
    position: relative;
    margin-left: -3px;
    width: 118px;
    transition: all .4s ease-in-out;
    display: flex;
    grid-area: accessibility;
  }
  .header .accessibility button {
    background: transparent no-repeat center center / 100% auto;
  }
  .header .accessibility .content {
    margin-bottom: 23px;
    overflow: hidden;
    transition: all .3s ease-in-out;
    transform: translateY(0);
    display: flex;
    gap: 15px;
  }
  .header .accessibility .toggle {
    font-size: 1.5rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .header .accessibility .toggle::before,
  .header .accessibility .back::after {
    content: "";
    width: 12px;
    height: 7px;
    background: url(/assets/images/icon/arrow-down.svg) no-repeat center center / 100%;
    transform: rotate(90deg);
    filter: brightness(0) invert(0);
    display: inline-block;
  }
  .header .accessibility .back::after {
    transform: rotate(-90deg);
  }
  .header .accessibility .back {
    font-size: 0;
    width: 12px;
    height: 100%;
    filter: brightness(0) invert(0);
    display: inline-block;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header .accessibility .tools {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .header .accessibility .tools button {
    width: 18px;
    height: 20px;
    font-size: 0;
  }
  .open-accessibility .accessibility .content {
    transform: translateX(calc(-100% + 118px));
    overflow: initial;
  }
  .open-accessibility .accessibility .toggle::before {
    display: none;
  }
  .open-accessibility .accessibility .tools .print {
    background-image: url(/assets/images/icon/printer.svg);
  }
  .open-accessibility .accessibility .tools .contrast {
    background-image: url(/assets/images/icon/barcode.svg);
    width: 17px;
  }
  .open-accessibility .accessibility .tools .font-bigger {
    background-image: url(/assets/images/icon/font-bigger.svg);
    width: 26px;
  }
  .open-accessibility .accessibility .tools .font-smaller {
    background-image: url(/assets/images/icon/font-smaller.svg);
    width: 20px;
  }
  .open-accessibility .accessibility .tools .links {
    background-image: url(/assets/images/icon/links.svg);
  }
  .open-accessibility .accessibility .tools .font-readable {
    background-image: url(/assets/images/icon/readable.svg);
    width: 14px;
  }
  .open-accessibility .accessibility .tools .high-contrast {
    background-image: url(/assets/images/icon/contrast.svg);
  }
  .open-accessibility .accessibility .tools .negative-contrast {
    background-image: url(/assets/images/icon/eye.svg);
    width: 23px;
  }
  .open-accessibility .accessibility .tools .reset {
    background-image: url(/assets/images/icon/reset.svg);
  }
  .open-accessibility .header .menu,
  .open-accessibility .header .search {
    opacity: 0;
    z-index: -1;
  }
  .footer {
    padding-bottom: 0;
  }
  .sitemap {
    margin-bottom: 40px;
  }
  .sitemap.-open .map {
    max-height: 1000px;
  }
  .sitemap .nav {
    padding-inline: 0;
    grid-template-columns: 1fr 1fr 1fr 1.5fr max-content;
    grid-template-rows: auto;
    gap: 0;
  }
  .sitemap .nav > ul {
    padding: 0 40px;
  }
  .sitemap .nav > ul:first-of-type {
    padding-left: 33px;
  }
  .sitemap .nav > ul:last-of-type {
    padding-right: 33px;
  }
  .sitemap .nav > ul:not(:first-of-type) {
    border-top: 0;
    border-left: 2px solid #01AAFF;
    border-radius: 2px;
  }
  .sitemap .nav .col-2 {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .sitemap .nav .col-2 > li {
    width: calc(50% - 8px);
  }
  .access {
    margin-top: 40px;
    padding: 0 30px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 42px;
  }
  .access::before {
    left: auto;
    right: 0;
    width: 395px;
    height: 166px;
    background: url(/assets/images/illustration/petals-right.svg);
  }
  .access .title {
    font-size: 3.5rem;
    margin-bottom: 0;
    order: 2;
  }
  .access .figure {
    margin: -86px -33px 0 -140px;
    order: 1;
  }
  .access .figure img {
    width: 209px;
  }
  .access .button {
    order: 3;
  }
  .channels {
    grid-template-columns: minmax(auto, 285px) minmax(auto, 245px) 1fr;
    grid-template-rows: 1fr;
    gap: 0 2.35%;
    grid-template-areas: "contacts browse assistance";
  }
  .channels .title {
    text-align: start;
  }
  .channels .-box {
    max-width: 310px;
  }
  .contacts a {
    font-size: 2.2rem;
    font-weight: 500;
  }
  .browse .button {
    width: auto;
  }
  .assistance {
    text-align: start;
    padding: 30px 0 0;
  }
  .assistance .social {
    justify-content: flex-start;
  }
  .assistance .content {
    grid-template-columns: 1fr auto;
  }
  .assistance .description {
    max-width: 313px;
  }
  .footer .form {
    margin-top: 28px;
  }
  .footer .form .input {
    font-size: 1.64rem;
  }
  .copyright {
    margin: 50px 0;
  }
  .float-nav {
    display: none;
  }
  .float-nav .icon img {
    display: none;
  }
  .float-button {
    display: block;
    transition: width .2s, height .5s ease-in-out;
    z-index: 2;
    position: fixed;
    bottom: -1px;
    right: 12px;
    width: 112px;
    height: 128px;
    background: url(/assets/images/illustration/sani-sabesp.svg) no-repeat right top / auto 128px;
    font-size: 0;
  }
  .float-button:hover {
    width: 332px;
    bottom: 7px;
    right: 9px;
    background-image: url(/assets/images/illustration/sani-sabesp-ajuda.svg);
    filter: drop-shadow(0 14px 22px rgba(0, 0, 0, .1));
  }
  .float-button::before {
    display: none !important;
  }
  .open-keyboard .keyboard {
    transform: translate(-50%, -5%);
    max-height: 500px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1360px;
  }
  .header .menu {
    gap: 60px;
  }
  .header .secondary {
    gap: 44px;
  }
  .header .search {
    margin: 0 50px 17px;
  }
  .channels {
    grid-template-columns: minmax(auto, 310px) minmax(auto, 310px) 1fr;
  }
}
@media print {
  .header {
    position: absolute;
  }
  .float-nav {
    display: none;
  }
}
body.-listening .buttons .btn-microphone {
  filter: brightness(0) saturate(100%) invert(40%) sepia(88%) saturate(1214%) hue-rotate(329deg) brightness(101%) contrast(105%);
}
body.-listening .buttons .btn-microphone:before {
  content: "";
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #ff5252;
  animation: pulse 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
@keyframes pulse {
  0% {
    transform: scale(.33);
  }
  80%, 100% {
    opacity: 0;
  }
}
body.links-underline a,
body.links-underline a * {
  text-decoration: underline !important;
}
body.font-readable * {
  font-family:
    Arial,
    Helvetica,
    Verdana,
    sans-serif !important;
}
body.contraste {
  filter: grayscale(100%);
}
@font-face {
  font-family: "Satoshi";
  src: url(/assets/fonts/Satoshi-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url(/assets/fonts/Satoshi-Medium.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url(/assets/fonts/Satoshi-Bold.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url(/assets/fonts/Satoshi-Black.woff2) format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
.content-arrow {
  display: flex;
}
.content-arrow:hover {
  color: #01AAFF;
}
.content-arrow:focus {
  color: #01AAFF;
}
.content-arrow::after {
  content: "";
  width: 13px;
  height: 7px;
  background: url(/assets/images/icon/arrow-down.svg) no-repeat center center / 100% auto;
  transform: rotate(-90deg);
  display: inline-flex;
}
.goto-link::after {
  content: "";
  background: url(/assets/images/icon/link.svg) no-repeat center center / 100% auto;
  width: 12px;
  height: 12px;
  transform: none;
  display: inline-block;
  margin-left: 2px;
}
.goto-link:hover {
  filter: brightness(0) saturate(100%) invert(43%) sepia(97%) saturate(1624%) hue-rotate(174deg) brightness(105%) contrast(103%);
}
.anchor-offset {
  position: relative;
  display: block;
  top: -160px;
  visibility: hidden;
}
.chat-popup {
  cursor: pointer;
}
.border-av {
  border: 2px solid #12D0FF !important;
}
.border-av:hover {
  border: 2px solid #05aaff !important;
}
.border-av:focus {
  border: 2px solid #05aaff !important;
}
.agencia-virtual-btn {
  background-color: #FFF !important;
  color: #000 !important;
  border: #05aaff 2px solid !important;
}
.agencia-virtual-btn:hover {
  background-color: #05aaff !important;
}
.agencia-virtual-btn:focus {
  background-color: #05aaff !important;
}
html,
body {
  height: 100%;
}
body {
  margin: 0;
  font-family:
    Roboto,
    "Helvetica Neue",
    sans-serif;
}

/* src/assets/css/internal.css */
.clear::after {
  display: block;
  content: "";
  clear: both;
}
.-no-shadow {
  box-shadow: none !important;
}
.-no-radius {
  border-radius: 0 !important;
}
.drop-link {
  font-size: 2.1rem;
  position: relative;
  z-index: 1;
}
.drop-link:not(.button):hover:before {
  content: "";
  display: block;
  width: 42px;
  height: 19px;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-32%, 60%);
  background: url("./media/petal-7RQ3OXX4.svg") no-repeat 0 0 / contain;
  z-index: -1;
}
.main {
  display: flex;
  flex-direction: column;
}
.main img[data-src] {
  opacity: 0;
}
.main img {
  opacity: 1;
  transition: opacity .3s ease-in;
}
.main img[src*=".jpg"] {
  background: #E5E8EF;
}
.main .breadcrumbs {
  padding: 20px 0;
}
.main .breadcrumbs .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.main .breadcrumbs ul {
  min-height: 35px;
  display: flex;
  flex-wrap: wrap;
}
.main .breadcrumbs .menu li {
  font-size: 1.3rem;
  display: inline-flex;
  align-items: center;
}
.main .breadcrumbs .menu li:not(:first-child)::before {
  content: ">";
  color: #8B8B8B;
  font-weight: 400 !important;
  margin: 0 4px;
  display: inline-flex;
  align-items: center;
}
.main .breadcrumbs .menu a {
  color: #8B8B8B;
  min-width: max-content;
}
.main .breadcrumbs .menu li:last-of-type {
  color: #01AAFF;
  font-family: Satoshi, sans-serif;
  font-weight: 600;
}
.main .breadcrumbs .menu li:last-of-type a {
  color: inherit;
  cursor: no-drop;
  pointer-events: all;
}
.main .breadcrumbs .buttons {
  justify-content: flex-end;
  flex: 1;
  gap: 30px;
}
.main .breadcrumbs .button {
  line-height: 1.02;
  min-height: 35px;
  height: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  gap: 18px;
}
.main .breadcrumbs .button::before {
  display: inline-flex;
  background: no-repeat center center / cover;
}
.main .breadcrumbs .-home::before {
  content: "";
  width: 25px;
  height: 25px;
  background-image: url("./media/home-M753LGGN.svg");
}
.main .breadcrumbs .-back::before {
  content: "";
  width: 17px;
  height: 11px;
  background-image: url("./media/arrow-down-7HSR36LQ.svg");
  transform: rotate(90deg);
  filter: brightness(0) invert(1);
}
.published {
  font-size: 1.4rem;
  margin: -7px 0 10px;
  opacity: .7;
}
.main fieldset {
  border: 0;
}
.main label {
  font-size: 1.5rem;
  font-weight: 500;
  text-wrap: balance;
  width: 100%;
}
.main input,
.main .select {
  font-family: "Satoshi", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: -0.3px;
  background: #FFF;
  box-shadow: 0 6px 6px rgbA(147, 153, 176, .1);
  color: #6F7A88;
  border: 1px solid #D0D0D0;
  border-radius: 10px;
  width: 100%;
  min-height: 40px;
  padding: 9px 20px;
}
.main .select {
  position: relative;
  padding: 0;
}
.main .select select {
  font-family: "Satoshi", sans-serif;
  position: relative;
  z-index: 1;
  padding: 10px 45px 10px 20px;
  width: 100%;
  min-height: 38px;
  display: block;
  background: none;
  border: 0;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  appearance: none;
}
.main .select .icon {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  z-index: 0;
  right: 25px;
  top: 50%;
  background: url("./media/arrow-down-7HSR36LQ.svg") no-repeat center center / 10px auto;
  transform: translateY(-50%);
  filter: brightness(0) saturate(100%) invert(5%) sepia(9%) saturate(149%) hue-rotate(314deg) brightness(103%) contrast(91%);
}
.main select:focus ~ .icon {
  transform: scale(-1, -1) translateY(50%);
}
.main .content {
  background: #FFF;
  font-size: 1.8rem;
  padding: 43px 0;
  flex: 1;
}
.main .content.-gray {
  background: #f2f4f8;
}
.main .content a {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
}
.main .content a:hover,
.main .content a:focus {
  color: #01AAFF;
}
.main .content a.-internal,
.main .content a.-external,
.main .content a.-external-2,
.main .content a.-mail,
.main .content a.-phone,
.main .content a.-download2 {
  transition: none;
}
.main .content a.-internal:after,
.main .content a.-external:after,
.main .content a.-external-2:after,
.main .content a.-mail:after,
.main .content a.-phone:after,
.main .content a.-download2:after {
  content: "";
  display: inline-block;
  background: no-repeat center center / 100% auto;
  margin-left: 10px;
  transform: none;
  filter: brightness(0);
}
.main .content a.-internal:after {
  background-image: url("./media/arrow-down-7HSR36LQ.svg");
  width: 12px;
  height: 12px;
  margin-bottom: -2px;
  transform: rotate(-90deg);
}
.main .content a.-external:after {
  background-image: url("./media/link-VVAWOUJF.svg");
  width: 13px;
  height: 14px;
}
.main .content a.-external-2:after {
  background-image: url("./media/link-external-BL5GODOA.svg");
  width: 12px;
  height: 12px;
}
.main .content a.-download2:after {
  background-image: url("./media/download-T2B4HZWV.svg");
  width: 12px;
  height: 14px;
}
.main .content a.-mail:after {
  content: "";
  display: inline-block;
  background: url("./media/mail-6CZ7XOJY.svg") no-repeat center center / 100% auto;
  width: 16px;
  height: 11px;
  margin-left: 10px;
  transform: none;
  filter: brightness(0);
}
.main .content a.-phone:after {
  content: "";
  display: inline-block;
  background: url("./media/phone-J6JKH2W7.svg") no-repeat center center / 100% auto;
  width: 13px;
  height: 13px;
  margin-left: 10px;
  transform: none;
  filter: brightness(0);
}
.main .content a.-internal:hover:after,
.main .content a.-internal:focus:after,
.main .content a.-external:hover:after,
.main .content a.-external:focus:after,
.main .content a.-external-2:hover:after,
.main .content a.-external-2:focus:after,
.main .content a.-mail:hover:after,
.main .content a.-mail:focus:after,
.main .content a.-phone:hover:after,
.main .content a.-phone:focus:after,
.main .content a.-download2:hover:after,
.main .content a.-download2:focus:after {
  filter: brightness(0) saturate(100%) invert(49%) sepia(72%) saturate(2252%) hue-rotate(171deg) brightness(99%) contrast(107%);
}
.main .content p ~ * {
  margin-top: 23px;
}
.main .content ol,
.main .content ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.main .content ol.-gap-lg,
.main .content ul.-gap-lg {
  gap: 34px;
}
.main .content ol {
  padding-left: 2em;
}
.main .content ol > li {
  list-style: outside decimal;
}
.main .content [type=a] > li {
  list-style-type: lower-alpha;
}
.main .content [type=i] > li {
  list-style-type: lower-roman;
}
.main .content .alpha {
  counter-reset: counter;
  list-style-type: none;
}
.main .content .alpha > li {
  display: block;
}
.main .content .alpha > li:before {
  margin-left: -1em;
  content: counter(counter, lower-latin) ") ";
  counter-increment: counter;
}
.main .content .roman > li {
  list-style: outside lower-roman;
}
.main .content .numeric {
  counter-reset: counter;
  list-style: none;
}
.main .content .numeric li {
  counter-increment: counter;
  position: relative;
  list-style: none;
}
.main .content .numeric li::before {
  content: counter(counter);
  border-radius: 50%;
  background: #FF8A01;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 900;
  --size: 20px;
  position: absolute;
  top: 0;
  left: -2.4em;
  min-width: var(--size);
  min-height: var(--size);
  padding: 2px;
  aspect-ratio: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.main .content .numeric.-blue li::before {
  background: #01AAFF;
}
.main .content li > img {
  margin-bottom: -2px;
}
.main .content .list {
  padding-left: 35px;
}
.main .content .list li {
  position: relative;
}
.main .content .list li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 3px;
  left: -35px;
  background: url("./media/marker-WQEWZRLJ.svg") no-repeat 0 0 / cover;
  height: 20px;
  aspect-ratio: 1;
}
.main .content .list.-auto-row {
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 9px 40px;
}
.main .content br {
  font-size: 0;
}
.main .content p ~ .lead {
  margin-top: 38px;
}
.main .content small {
  line-height: 1;
  font-size: 88.9%;
}
.main .content sup,
.main .content sub {
  font-size: 60%;
  vertical-align: super;
  line-height: 1;
}
.main .content hr {
  border: 0;
  margin: 3.5em 0;
  width: 100%;
  height: 2px;
  border-radius: 3px;
  background: var(--line);
}
.main .content hr.-gap-md {
  margin: 2.6em 0;
}
.main .content b {
  font-weight: 500;
}
.main .content .lead {
  font-size: 2.1rem;
}
.main .content .lead strong {
  font-weight: 500;
}
.main .content .subheadline {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.2;
  color: #01AAFF;
  margin-bottom: 17px;
}
.main .content .subheadline + p {
  margin-top: 0;
}
.main .content * ~ .subheadline {
  margin-top: 38px;
}
.main .content .container > h2:not(.headline) {
  font-size: 2.2rem;
}
.main .content .button {
  min-width: 230px;
}
.main .content .-balance {
  text-wrap: balance;
}
.main .content .-fw-medium {
  font-weight: 500;
}
.main .content .-txt-blue {
  color: #01AAFF;
}
.main .content .-txt-gray {
  color: #5d5d5d;
}
.main .content .-no-underline {
  text-decoration: none !important;
}
@media (min-width: 768px) {
  .main .content .button {
    min-width: 313px;
  }
}
@media (min-width: 1200px) {
  .headline {
    margin-bottom: 30px;
  }
  .published {
    font-size: 1.6rem;
    margin: -15px 0 14px;
  }
}

/* src/assets/css/main.css */
:root {
  --container-mw: 1360px;
  --container-py: 20px;
  --line:
    linear-gradient(
      to right,
      #12D0FF,
      #FFC601);
  --line-v: linear-gradient(#12D0FF, #FFC601);
  --header-h: 72px;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  font-size: 10px;
  scroll-behavior: smooth;
}
body {
  font-family: "Satoshi", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #171717;
  line-height: 1.4;
  letter-spacing: 0;
  background: #f2f4f8;
  min-width: 320px;
  width: 100%;
  height: 100vh;
  height: 100vh;
  padding-top: var(--header-h);
  margin: 0;
  overflow-x: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3 {
  font-weight: 600;
  margin: 0;
}
::-moz-selection {
  background: #12D0FF;
  color: #000;
}
::selection {
  background: #12D0FF;
  color: #000;
}
u {
  text-decoration: none;
  position: relative;
}
u::after {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  opacity: 0;
  display: inline-block;
  background: #12D0FF;
  border-radius: 6px;
  bottom: 0;
  left: 0;
  animation: u .3s ease .5s forwards;
  transition: all .2s ease;
}
a {
  color: #2E2E2E;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a > u:after {
  background-color: transparent;
  opacity: 0;
  width: 0;
  height: 2px;
  bottom: -3px;
}
a:hover > u::after,
a:focus > u::after {
  background-color: #12D0FF;
  opacity: 1;
  width: 100%;
}
p + p {
  margin-top: 15px;
}
b,
strong {
  font-weight: 600;
}
li {
  list-style: none;
}
video,
figure,
picture {
  font-size: 0;
}
img,
video {
  display: inline-block;
  width: auto;
  max-width: 100%;
  height: auto;
}
iframe,
object,
embed {
  width: 100%;
  max-width: 100%;
}
input {
  font-family: "Satoshi", sans-serif;
}
button {
  cursor: pointer;
  font-family: inherit;
  border: 0;
}
address {
  font-style: normal;
}
abbr {
  text-decoration: none;
}
[aria-hidden] a {
  transition: all .4s ease-in-out;
}
[aria-hidden=true] a,
[aria-hidden=true] button,
[aria-hidden=true] input {
  visibility: hidden;
}
[aria-hidden=true] *,
[aria-hidden=true] *::before,
[aria-hidden=true] *::after {
  background-image: none !important;
}
[disabled] {
  cursor: no-drop;
  filter: grayscale(100%);
}
.container {
  margin: 0 auto;
  max-width: 700px;
  width: 100%;
  padding: 0 var(--container-py);
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  background: no-repeat center center / 100% auto;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.link {
  font-weight: 600;
  color: #01AAFF;
  padding-bottom: 2px;
  border-bottom: 2px solid transparent;
  font-size: 1.6rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.link:after {
  content: "";
  background: url("./media/arrow-right-NV3VGRIZ.svg") no-repeat 0 0 / contain;
  width: 16px;
  height: 13px;
}
.link:hover,
.link:focus {
  border-bottom-color: currentColor;
  font-weight: 600;
  text-decoration: none;
  filter: brightness(0) saturate(100%) invert(81%) sepia(45%) saturate(6684%) hue-rotate(159deg) brightness(108%) contrast(100%);
}
.link.-white {
  color: #FFF;
  filter: brightness(0) invert(1);
}
.link.-white:hover,
.link.-white:focus {
  filter: brightness(0) saturate(100%) invert(89%) sepia(27%) saturate(6939%) hue-rotate(355deg) brightness(103%) contrast(101%);
}
.link.-black {
  color: #171717;
  filter: brightness(0) saturate(100%) invert(9%) sepia(3%) saturate(25%) hue-rotate(318deg) brightness(97%) contrast(100%);
}
.link.-black:hover,
.link.-black:focus {
  border-bottom-color: currentColor;
  font-weight: 600;
  text-decoration: none;
  filter: brightness(0) saturate(100%) invert(81%) sepia(45%) saturate(6684%) hue-rotate(159deg) brightness(108%) contrast(100%);
}
.link.-simple {
  font-weight: 500;
  color: #171717;
  border-bottom: 0;
  text-decoration: underline;
  text-underline-offset: 4px;
  font-size: 1.5rem;
  line-height: 1;
  display: inline-flex;
  opacity: .7;
}
.link.-simple::after {
  content: none;
}
.link.-underline {
  border-bottom-color: inherit;
}
.button {
  background: #12D0FF;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 600;
  min-height: 50px;
  padding: 12.4px 20px;
  text-align: center;
  border-radius: 6px;
  text-decoration: none !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.button:hover,
.button:focus {
  background: #01aaff;
  color: #FFF !important;
}
.button.-white {
  background: #FFF;
  color: #01AAFF;
}
.button.-light:not(:focus, :hover) {
  background: #12D0FF;
  color: #FFF;
}
.button.-dark:not(:focus, :hover) {
  background: #01AAFF;
  color: #FFF;
}
.button.-dark:hover,
.button.-dark:focus {
  outline: 2px solid;
  outline-offset: -2px;
}
.button .icon {
  height: 24px;
  filter: brightness(0) invert(1);
}
.headline {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  color: #01AAFF;
  margin-bottom: 17px;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  background: #FFF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .18);
}
.header .container {
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-areas: "burger logo search";
  align-items: center;
}
.header .logo {
  height: 45px;
  margin: 13.5px 0;
  position: relative;
  z-index: 11;
  display: flex;
  justify-content: center;
  align-items: center;
  grid-area: logo;
}
.header .btn-burger,
.header .btn-search {
  font-size: 0;
  background: no-repeat 0 0 / contain;
  width: 35px;
  height: 35px;
  position: relative;
  z-index: 11;
}
.header .btn-burger {
  background-image: url("./media/burger-FBZJF6TU.svg");
  grid-area: burger;
}
.header .btn-search {
  background-image: url("./media/search-DQJFFQDZ.svg");
}
.header .close {
  background: none;
  color: #171717;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  padding: 18px 9px 14px;
  margin-bottom: 42px;
  width: 100%;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 14px;
}
.header .close::before {
  content: "";
  width: 15px;
  height: 15px;
  background: url("./media/close-KY62FODE.svg") no-repeat 0 0 / cover;
  display: inline-flex;
}
.header .close::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: calc(100% + 12px);
  height: 2px;
  transform: translateX(-50%);
  border-radius: 2px;
  background: var(--line);
}
.header .nav {
  transition: all .3s ease-out;
  background: #FFF;
  width: 100%;
  height: calc(100vh - var(--header-h));
  height: calc(100vh - var(--header-h));
  display: flex;
  flex-direction: column;
}
.header .menu {
  flex: 1;
}
.header .secondary {
  background: #F2F4F8;
  border-radius: 0 61px 0 0;
  padding: 40px;
  font-size: 1.7rem;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  gap: 34px;
}
.header .secondary .level-2 {
  display: none;
}
.header .search {
  grid-area: search;
}
.header .search .content {
  transform: translateX(-100%);
  opacity: 0;
  transition: all .3s ease-out;
  position: fixed;
  left: 0;
  top: var(--header-h);
  height: calc(100vh - var(--header-h));
  background: #FFF;
  width: 100%;
  z-index: 10;
  padding: 0 40px 40px;
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, .25);
}
.open-search .search .content {
  transform: translate(0);
  opacity: 1;
}
.header .form {
  position: relative;
}
.header .input {
  border: 0;
  background: #EFEFF0;
  border-radius: 5px;
  color: #353A40;
  font-size: 1.5rem;
  padding: 17px 130px 17px 19px;
  width: 100%;
}
.header .search .buttons {
  position: absolute;
  right: 25px;
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: row-reverse;
  gap: 22px;
}
.header .search .btn-submit {
  font-size: 0;
  background: url("./media/magnifier-6NZUWQNI.svg") no-repeat center center / 31px 31px;
  width: 35px;
  height: 100%;
}
.open-search .search .btn-microphone {
  font-size: 0;
  background: url("./media/microphone-OTDYD2NS.svg") no-repeat center center / 14px 24px;
  width: 35px;
  height: 100%;
  position: relative;
}
.header .search .btn-microphone[disabled] {
  opacity: 0;
}
.header .btn-keyboard {
  display: none;
}
.header .common .title {
  color: #01AAFF;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1;
  margin: 41px 0 24px -20px;
  padding: 0 0 8px 20px;
  background: url("./media/petal-7RQ3OXX4.svg") no-repeat 0 bottom / auto 31px;
}
.header .common .list {
  font-size: 1.7rem;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.header .accessibility {
  display: none;
}
.main {
  width: 100%;
  min-height: calc(85vh - var(--header-h));
  overflow-x: hidden;
  overflow-x: clip;
}
.footer {
  padding: 27px 0 100px;
}
.footer.-no-line hr:first-of-type {
  opacity: 0;
}
.footer::after {
  content: "";
  margin-top: 40px;
  display: block;
  height: 10px;
  background:
    linear-gradient(
      to right,
      #01AAFF,
      #12D0FF);
}
.footer .container {
  position: relative;
}
.footer hr {
  border: 0;
  margin: 28px 0;
  height: 3px;
  border-radius: 3px;
  background: var(--line);
}
.footer hr:first-of-type {
  margin-top: 0;
}
.footer a {
  position: relative;
  z-index: 1;
  display: inline-flex;
}
.footer a:not(.button):hover:before,
.footer a:not(.button):focus:before {
  content: "";
  display: block;
  width: 33px;
  height: 15px;
  position: absolute;
  transform: translate(-32%, 54%);
  background: url("./media/petal-7RQ3OXX4.svg") no-repeat 0 0 / contain;
  z-index: -1;
}
.footer .-blue {
  color: #01AAFF;
}
.sitemap {
  background: #FFF;
  border-radius: 10px;
  margin-bottom: 30px;
}
.sitemap .toggle {
  padding: 15.5px;
  font-size: 2.2rem;
  font-weight: 600;
  color: #01AAFF;
  background: none;
  border: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 19px;
}
.sitemap .toggle:after {
  content: "";
  background: url("./media/arrow-down-7HSR36LQ.svg") no-repeat center center / contain;
  width: 22px;
  height: 14px;
  transition: all 1s ease-in-out;
}
.sitemap .map {
  overflow: hidden;
  max-height: 0;
  transition: max-height .5s ease-in-out;
}
.sitemap .nav {
  padding: 11px 15px 37px;
  display: grid;
}
.sitemap.-open .toggle::after {
  transform: scale(-1, -1);
}
.sitemap.-open .map {
  max-height: 3000px;
}
.sitemap .nav ul,
.sitemap .nav li {
  display: flex;
  flex-direction: column;
}
.sitemap .nav > ul {
  padding: 20px 0;
}
.sitemap .nav > ul:not(:first-of-type) {
  border-top: 2px solid;
  border-image: var(--line) 1;
}
.sitemap .level-1 {
  gap: 10px;
}
.sitemap .level-1 > li {
  font-size: 1.8rem;
  font-weight: 600;
  gap: 20px;
}
.sitemap .level-1 > li > a:hover:before,
.sitemap .level-1 > li > a:focus:before {
  height: 19px;
  width: 42px;
}
.sitemap .level-2 {
  gap: 15px;
}
.sitemap .level-2 > li {
  font-size: 1.6rem;
  font-weight: 600;
  gap: 7px;
}
.sitemap .level-3 {
  gap: 5px;
}
.sitemap .level-3 > li {
  font-size: 1.4rem;
  font-weight: 500;
}
.access {
  background: #01AAFF;
  border-radius: 0 0 10px 10px;
  color: #FFF;
  text-align: center;
  position: relative;
  padding: 17px 20px 0;
  display: flex;
  flex-direction: column;
}
.access::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 205px;
  height: 136px;
  border-radius: 0 0 10px 10px;
  background: url("./media/petals-left-LMSRA7ZQ.svg");
}
.access > * {
  z-index: 1;
}
.access .title {
  font-size: 2rem;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0;
  margin-bottom: 18px;
}
.channels {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.channels .-box {
  background: #FFF;
  border-radius: 10px;
  padding: 30px;
  display: flex;
  flex-direction: column;
}
.channels .-box nav {
  display: flex;
  flex: 1;
}
.channels .title {
  font-size: 2.2rem;
  color: #01AAFF;
  margin-bottom: 22px;
  text-align: center;
}
.channels a:not(.button):hover:before,
.channels a:not(.button):focus:before {
  width: 41px;
  height: 16px;
  transform: translate(-23%, 71%);
}
.contacts {
  grid-area: contacts;
}
.contacts ul {
  font-size: 1.8rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
.contacts .icon {
  font-size: inherit;
  display: flex;
  gap: 4px;
}
.contacts .icon img {
  max-width: 22px;
  filter: brightness(0) saturate(100%) invert(37%) sepia(86%) saturate(915%) hue-rotate(77deg) brightness(99%) contrast(106%);
}
.contacts a {
  display: block;
  font-size: 2.1rem;
  font-weight: 600;
  color: #01AAFF;
}
.browse {
  grid-area: browse;
}
.browse ul {
  font-size: 1.8rem;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.browse .button {
  width: 100%;
}
.assistance {
  padding: 21px 0 0;
  font-size: 1.9rem;
  text-align: center;
  grid-area: assistance;
}
.assistance p {
  margin-top: 14px;
}
.assistance .sani {
  margin-top: 25px;
}
.assistance .sani p {
  margin-bottom: 25px;
  color: #01AAFF;
  font-size: 1.4rem;
  font-weight: 600;
}
.assistance .sani a::before {
  content: none !important;
}
.assistance .figure img {
  max-width: 236px;
}
.assistance .description .buttons {
  max-width: 313px;
  margin: 20px auto 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.assistance .description p:not(:first-child) {
  margin-top: 0;
  font-size: 1.8rem;
}
.social {
  font-size: 0;
  padding-inline: 11px;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.social a::before {
  display: none !important;
}
.social a:hover,
.social a:focus {
  outline: 0;
  transform: scale(1.06);
  filter: brightness(0) saturate(100%) invert(48%) sepia(78%) saturate(2199%) hue-rotate(172deg) brightness(101%) contrast(105%);
}
.footer .form {
  margin-top: 29px;
  position: relative;
  display: flex;
}
.footer .form .input {
  border: 2px solid #B9B8B8;
  border-radius: 6px;
  font-size: 1.5rem;
  color: #565656;
  letter-spacing: -0.3px;
  padding: 15px 90px 15px 20px;
  flex: 1;
}
.footer .form .buttons {
  background: #F2F4F8;
  border-left: 2px solid #B9B8B8;
  border-radius: 0 6px 6px 0;
  padding: 0 6px;
  position: absolute;
  top: 2px;
  right: 2px;
  z-index: 1;
  height: calc(100% - 4px);
  display: flex;
}
.footer .form button {
  font-size: 0;
  filter: brightness(0) saturate(100%) invert(0%) sepia(8%) saturate(445%) hue-rotate(317deg) brightness(102%) contrast(82%);
}
.footer .btn-submit {
  font-size: 0;
  background: url("./media/magnifier-6NZUWQNI.svg") no-repeat center center / 24px auto;
  width: 39px;
  height: 100%;
}
.footer .btn-microphone {
  font-size: 0;
  background: url("./media/microphone-OTDYD2NS.svg") no-repeat center center / 13px auto;
  width: 28px;
  height: 100%;
}
.footer .form .input:focus,
.footer .form .input:hover,
.footer .form .input:hover + .buttons {
  border-color: #017CEB;
  outline: none;
}
.footer .form .input:hover + .buttons button {
  filter: brightness(0) saturate(100%) invert(36%) sepia(47%) saturate(4479%) hue-rotate(192deg) brightness(95%) contrast(103%);
}
.copyright {
  margin: 28px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.copyright a {
  font-size: 1.3rem;
  outline: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.copyright a:hover,
.copyright a:focus {
  color: #017CEB;
  font-weight: 600;
}
.footer .copyright a::before,
.footer .copyright a:hover::before,
.footer .copyright a:focus::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #017CEB;
  position: static;
  transform: none;
  display: inline-flex;
}
.footer .copyright a:first-of-type:before {
  display: none;
}
.float-button {
  display: none;
  background-image: url("./media/sani-sabesp-ajuda-EQA3XVBG.svg");
}
.keyboard {
  max-width: 740px;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: all .3s ease-in-out;
  position: fixed;
  bottom: 0;
  z-index: 2;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 1.4rem;
}
.cookie-consent {
  border: 0;
  border-radius: 10px;
  background: #12D0FF;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
  padding: 10px;
  width: 94%;
  max-width: 1100px;
  position: fixed;
  left: 50%;
  bottom: 0;
  z-index: 11;
  transform: translate(-50%, 200px);
  transition: all .5s ease-in-out;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cookie-consent[open] {
  transform: translate(-50%, 66.5vh);
}
.cookie-consent .text {
  font-size: 1.4rem;
  font-weight: 500;
  color: #000;
}
.cookie-consent a {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
  color: inherit;
}
.cookie-consent a:hover,
.cookie-consent a:focus {
  color: #fff;
}
.cookie-consent strong {
  font-weight: 900;
}
.cookie-consent .close {
  width: 100%;
}
.cookie-container[open] {
  width: 100%;
  position: fixed;
  bottom: 20px;
  z-index: 11;
  display: flex;
  justify-content: center;
  background-color: transparent;
  border: none;
  padding: 5px 0;
  margin: 0 auto;
}
.cookie-container .cookie-box {
  border: 0;
  border-radius: 10px;
  background: #12D0FF;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
  padding: 10px;
  width: 94%;
  max-width: 1100px;
  transition: all .5s ease-in-out;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: fixed;
  bottom: 25px;
  left: 50%;
  transform: translate(-50%, 0);
}
.cookie-container .cookie-box .text {
  font-size: 1.4rem;
  font-weight: 500;
  color: #000;
}
.cookie-container .cookie-box a {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
  color: inherit;
}
.cookie-container .cookie-box a:hover,
.cookie-container .cookie-box a:focus {
  color: #fff;
}
.cookie-container .cookie-box strong {
  font-weight: 900;
}
.cookie-container .cookie-box .close {
  width: 100%;
}
@media (max-width: 1199px) {
  .header .nav {
    padding: 0 40px;
    overflow-y: auto;
    overflow-x: hidden;
    opacity: 0;
    transform: translateX(-100%);
    position: fixed;
    left: 0;
    top: var(--header-h);
    height: calc(100% - var(--header-h));
  }
  .header::before {
    content: "";
    z-index: 4;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .25);
    width: 100%;
  }
  .header .back {
    background: none;
    color: #171717;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1;
    padding: 18px 9px 14px;
    margin-left: -12px;
    position: absolute;
    width: 40%;
    z-index: 3;
    opacity: 0;
    transition: all .5s ease-in-out;
    display: flex;
    align-items: center;
    gap: 14px;
  }
  .header .back::before {
    content: "";
    width: 15px;
    height: 9px;
    background: url("./media/arrow-down-7HSR36LQ.svg") no-repeat center center / 100%;
    transform: rotate(90deg);
    filter: brightness(0) invert(0);
    display: inline-block;
  }
  .header .breadcrumbs {
    opacity: 0;
    font-size: 1.3rem;
    position: absolute;
    top: 68px;
    z-index: 2;
    overflow-x: auto;
    width: calc(100% - 82px);
    display: flex;
  }
  .header .breadcrumbs li {
    display: inline-flex;
    align-items: center;
  }
  .header .breadcrumbs li:not(:first-child)::before {
    content: ">";
    font-size: 1rem;
    margin: 0 4px;
    display: inline-flex;
    align-items: center;
  }
  .header .breadcrumbs a {
    color: #8B8B8B;
    min-width: max-content;
  }
  .header .breadcrumbs li:last-of-type a {
    color: #01AAFF;
    font-weight: 600;
  }
  .header .menu {
    display: flex;
    flex-direction: column;
    gap: 37px;
  }
  .header .menu a {
    font-size: 1.8rem;
    font-weight: 500;
    color: #171717;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header .menu ul {
    display: flex;
    flex-direction: column;
    gap: 37px;
  }
  .header .menu .-sub > a::after {
    content: "";
    width: 14px;
    height: 9px;
    background: url("./media/arrow-down-7HSR36LQ.svg") no-repeat center center / 100%;
    transform: rotate(-90deg);
    filter: brightness(0) invert(0);
    display: inline-block;
  }
  .header .menu {
    margin: 10px 0 52px;
  }
  .header .level-1 ul {
    padding: 0 40px 30px;
    border-right-width: 10px;
    border-right-style: solid;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    transition: all .5s ease-in-out;
    width: 100vw;
    min-height: 100%;
    background: #FFF;
  }
  .header .level-1 ul::before {
    content: var(--title, "");
    color: #01aaff;
    font-size: 3.6rem;
    font-weight: 600;
    line-height: 1;
    margin: 103px 0 -9px -20px;
    padding: 0 0 8px 20px;
    background: url("./media/petal-7RQ3OXX4.svg") no-repeat 0 bottom / auto 31px;
  }
  .header .level-2 {
    border-right-color: #01aaff;
  }
  .header .level-3 {
    border-right-color: #129180;
  }
  .header .level-4 {
    border-right-color: #fab180;
  }
  .header .level-5 {
    border-right-color: #ffc601;
  }
  .header .-open > ul {
    transform: translateX(0);
    z-index: 1;
  }
  .open-nav {
    overflow-y: hidden;
  }
  .open-subnav .secondary {
    display: none;
  }
  .open-subnav .header .menu {
    overflow-y: auto;
    height: calc(100vh - var(--header-h));
  }
  .open-subnav .back,
  .open-subnav .breadcrumbs {
    opacity: 1;
  }
  .header .secondary {
    margin: 0 -40px;
  }
  .header .secondary .button.-white {
    padding: 0;
    background: none;
    min-height: 0;
    font-weight: 500;
    color: inherit;
    font-size: inherit;
  }
  .float-nav {
    background: #FFF;
    z-index: 9;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, .31);
  }
  .float-nav::before {
    content: "";
    display: block;
    height: 2px;
    background: var(--line);
  }
  .float-nav .close {
    background: #fff;
    color: #171717;
    transition: all .5s ease-in-out;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1;
    padding: 18px 9px 14px;
    width: calc(100% - 80px);
    transform: translateX(-200%);
    position: fixed;
    top: var(--header-h);
    left: 50%;
    z-index: 2;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 14px;
  }
  .float-nav .close::before {
    content: "";
    width: 15px;
    height: 15px;
    background: url("./media/close-KY62FODE.svg") no-repeat 0 0 / cover;
    display: inline-flex;
  }
  .float-nav .close::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: calc(100% + 12px);
    height: 2px;
    transform: translateX(-50%);
    border-radius: 2px;
    background: var(--line);
  }
  .float-nav .menu {
    padding: 15px var(--container-py) 13px;
    display: grid;
    grid-auto-flow: column dense;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
  }
  .float-nav .item {
    position: relative;
    display: flex;
    justify-content: center;
  }
  .float-nav .item:not(:first-child):before {
    content: "";
    position: absolute;
    top: 50%;
    left: -1px;
    transform: translateY(-50%);
    width: 2px;
    height: 90%;
    background: #01AAFF;
    border-radius: 2px;
  }
  .float-nav .menu > li > a {
    text-align: center;
    color: #00abff;
    font-size: 1.516rem;
    font-weight: 600;
    line-height: 16px;
    max-width: 91px;
    z-index: 1;
    display: inline-block;
  }
  .float-nav .menu > li > a:hover::before,
  .float-nav .menu > .-open > a::before {
    content: "";
    height: 6px;
    width: 70px;
    background: currentColor;
    border-radius: 6px;
    top: -19px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .float-nav .icon {
    margin-bottom: 2px;
  }
  .float-nav .icon img {
    width: auto;
    max-height: 38px;
    filter: brightness(0) saturate(100%) invert(50%) sepia(70%) saturate(2740%) hue-rotate(172deg) brightness(102%) contrast(105%);
  }
  .float-nav .level-1 ul {
    padding: 0 40px 40px;
    overflow-y: auto;
    border-right-width: 10px;
    border-right-style: solid;
    position: fixed;
    top: var(--header-h);
    left: 0;
    transform: translateX(-100%);
    transition: all .5s ease-in-out;
    width: 100vw;
    height: calc(100% - var(--header-h) - 110px);
    background: #FFF;
    display: flex;
    flex-direction: column;
    gap: 37px;
  }
  .float-nav .level-1 ul::before {
    content: var(--title);
    color: #01aaff;
    font-size: 3.6rem;
    font-weight: 600;
    line-height: 1;
    margin: 103px 0 -9px -20px;
    padding: 0 0 8px 20px;
    background: url("./media/petal-7RQ3OXX4.svg") no-repeat 0 bottom / auto 31px;
  }
  .float-nav .level-2 {
    border-right-color: #01aaff;
  }
  .float-nav .level-2 a {
    font-size: 1.8rem;
    font-weight: 500;
    color: #171717;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .open-float-nav .float-nav .close {
    transform: translateX(-50%);
  }
  .open-float-nav .float-nav .level-2 {
    transform: translateX(0);
  }
}
@media (min-width: 430px) {
  :root {
    --container-py: 30px;
  }
}
@media (min-width: 768px) {
  .sitemap .nav {
    padding-inline: 20px;
    grid-auto-columns: 1fr;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto;
    gap: 0 10%;
  }
  .sitemap .nav > ul:nth-of-type(2) {
    border-top: 0;
  }
  .channels {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2% 5%;
    grid-template-areas: "contacts browse" "assistance assistance";
  }
  .channels .-box {
    padding-inline: 20px;
  }
  .assistance {
    padding-bottom: 25px;
  }
  .cookie-container .cookie-box {
    padding: 11px 12px 11px 20px;
    width: 90%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
  .sitemap .nav {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto;
  }
  .sitemap .nav > ul:nth-of-type(3) {
    border-top: 0;
  }
  .assistance > .title {
    width: 50%;
  }
  .assistance .content {
    display: grid;
    gap: 0 5%;
    grid-auto-flow: column;
    grid-auto-rows: 1fr;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto 1fr;
    grid-template-areas: "description sani" "button sani" "social sani";
    align-items: start;
  }
  .assistance .description {
    grid-area: description;
  }
  .assistance .description .buttons {
    margin-bottom: 28px;
  }
  .assistance p:first-of-type {
    margin-top: 0;
  }
  .assistance .sani {
    margin: -33px 30px 0 0;
    grid-area: sani;
  }
  .assistance .title {
    margin-bottom: 2px;
  }
  .assistance .sani p {
    margin-bottom: 7px;
  }
  .assistance .figure img {
    position: relative;
    right: 0;
  }
  .assistance .social {
    padding: 5px 0 0;
    gap: 12px;
    grid-area: social;
  }
}
@media (min-width: 1200px) {
  :root {
    --header-h: 110px;
  }
  .container {
    max-width: 1360px;
  }
  .link {
    font-size: 1.8rem;
  }
  .headline {
    margin-bottom: 23px;
  }
  .header .logo {
    height: 78px;
    margin: 16px 0;
  }
  .header .container {
    position: relative;
    display: grid;
    grid-template-columns: auto 1fr auto auto;
    grid-template-rows: auto;
    grid-template-areas: "logo nav search accessibility";
    align-items: flex-end;
  }
  .header .nav {
    height: 100%;
    padding-bottom: 21px;
    box-shadow: none;
    flex-direction: column-reverse;
    align-items: flex-end;
    justify-content: space-between;
    grid-area: nav;
  }
  .header .nav a {
    position: relative;
    z-index: 1;
  }
  .header .btn-burger,
  .header .nav .back,
  .header .nav .close {
    display: none;
  }
  .header .menu {
    transition: all .4s ease-in-out;
    font-size: 1.8rem;
    font-weight: 500;
    display: flex;
    flex: none;
    gap: 40px;
  }
  .header .secondary {
    border-radius: 999px 0 0 999px;
    font-size: 1.4rem;
    font-weight: 600;
    padding: 0;
    position: absolute;
    top: 0;
    right: 30px;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 24px;
  }
  .header .secondary:after {
    content: "";
    position: absolute;
    left: 100%;
    background: #F2F4F8;
    height: 100%;
    width: 50vw;
  }
  .header .secondary .button {
    border-radius: 999px;
    font-size: 1.6rem;
    padding: 7.8px 30px;
    min-height: 38px;
  }
  .header .secondary .button.-white {
    position: relative;
    font-size: 1.4rem;
    margin-right: -30px;
  }
  .header .secondary .button.-white:after {
    content: "";
    position: absolute;
    top: 0;
    left: 90%;
    transform: none;
    background: #FFF;
    height: 100%;
    width: 50vw;
  }
  .header .btn-search {
    width: 32px;
    height: 32px;
  }
  .header .menu ul {
    display: none;
  }
  .header .menu > li.-sub > a:hover::after,
  .header .secondary > li.-sub > a:hover::after {
    content: "";
    width: 300%;
    height: 150%;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: 95%;
  }
  .header .columns {
    background: #FFF;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1360px;
    width: 100%;
    padding: 20px 30px;
    display: none;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 80px;
  }
  .header .columns::before,
  .header .columns::after {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    display: block;
  }
  .header .columns::before {
    height: 100%;
    background: #FFF;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
  }
  .header .columns::after {
    height: 2px;
    background: var(--line);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .18);
  }
  .header .-open .columns {
    display: grid;
  }
  .header .columns > ul {
    position: relative;
    padding: 8px 0;
    min-height: 320px;
    display: flex;
    flex-direction: column;
  }
  .header .columns > ul:not(:first-of-type)::before {
    content: "";
    width: 2px;
    height: 100%;
    border-radius: 2px;
    background: #12D0FF;
    position: absolute;
    left: -39px;
    top: 0;
  }
  .header .secondary .level-2 a,
  .header .columns .level-2 a {
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 7px;
  }
  .header .secondary .level-2 > li {
    display: block;
  }
  .header .secondary .level-2 > li:last-of-type {
    margin-bottom: 5px;
  }
  .header .secondary .level-2 a {
    min-width: max-content;
  }
  .header .secondary .level-2 a::after {
    filter: brightness(0) invert(0);
  }
  .header .columns .level-2 > li > a:not([href^=javascript]):hover,
  .header .columns .level-2 > li > a:not([href^=javascript]):focus {
    text-decoration: underline;
    text-underline-offset: 6px;
  }
  .header .columns .level-2 > li > a:not([href^=javascript]):after {
    content: "";
    min-width: 15px;
    min-height: 9px;
    background: url("./media/arrow-down-7HSR36LQ.svg") no-repeat center center / 100% auto;
    transform: rotate(-90deg);
    display: inline-flex;
  }
  .header .columns .level-2 > li > a[target=_blank]:not([href^=javascript]):after {
    background: url("./media/link-VVAWOUJF.svg") no-repeat center center / 100% auto;
    width: 13px;
    height: 14px;
    transform: none;
  }
  .header .level-2 > li > a:not([href^=javascript]):after,
  .header .level-3 > li > a:not([href^=javascript]):after,
  .header .level-4 > .-sub > a:not([href^=javascript]):after {
    content: "";
    width: 13px;
    height: 7px;
    background: url("./media/arrow-down-7HSR36LQ.svg") no-repeat center center / 100% auto;
    transform: rotate(-90deg);
    display: inline-flex;
  }
  .header .level-3 a::after {
    filter: brightness(0) invert(0);
  }
  .header .level-4 > .-sub > a:not([href^=javascript]):after {
    transform: rotate(-360deg);
  }
  .header .secondary .level-2 a::after {
    transform: rotate(270deg);
  }
  .header .columns .level-2 > li > a {
    font-size: 2.4rem;
    font-weight: 600;
    color: #01AAFF;
  }
  .header .columns .level-2 > li > a:after {
    width: 15px;
    height: 9px;
    filter: brightness(0) saturate(100%) invert(43%) sepia(52%) saturate(2164%) hue-rotate(176deg) brightness(107%) contrast(104%);
  }
  .header .columns .level-2 li + li::before,
  .header .secondary .level-2 li + li::before {
    content: "";
    display: block;
    border-radius: 999px;
    height: 2px;
    margin: 14px 0;
    background: var(--line);
  }
  .header .columns .level-2 > li + li::before {
    margin: 32px 0;
  }
  .header .secondary .level-2 .-half::before {
    opacity: 0;
    margin-top: -2px;
  }
  .header .columns .level-3 {
    margin-top: 14px;
  }
  .header .columns .level-3 a[target=_blank]:after {
    content: "";
    background: url("./media/link-VVAWOUJF.svg") no-repeat center center / 100% auto;
    width: 12px;
    height: 12px;
    transform: none;
  }
  .header .columns .level-4 {
    padding: 6px 0 0 10px;
    gap: 4px;
  }
  .header .columns .level-4 a {
    font-size: 1.6rem;
    font-weight: 500;
  }
  .header .columns .level-4 a[target=_blank]:after {
    content: "";
    background: url("./media/link-VVAWOUJF.svg") no-repeat center center / 100% auto;
    width: 12px;
    height: 12px;
    transform: none;
  }
  .header .columns .level-4 li + li::before {
    content: none;
  }
  .header .columns .level-4 li:hover > a {
    font-weight: 600;
    color: #01AAFF;
  }
  .header .columns .level-4 > li:hover > a::after {
    transform: rotate(180deg);
    filter: brightness(0) saturate(100%) invert(43%) sepia(52%) saturate(2164%) hue-rotate(176deg) brightness(107%) contrast(104%);
  }
  .header .columns .level-4 li:hover .level-5,
  .header .columns .level-4 li a:hover + .level-5 {
    display: flex;
  }
  .header .columns .level-5 {
    padding: 1px 0 0 10px;
    flex-direction: column;
    gap: 4px;
  }
  .header .columns .level-5 a {
    font-size: 1.4rem;
  }
  .header .columns [data-open=true] > ul {
    display: flex;
    flex-direction: column;
  }
  .header .columns a:not([href^=javascript]):focus,
  .header .columns a:not([href^=javascript]):hover,
  .header .secondary a:not(.button):hover,
  .header .secondary a:not(.button):focus,
  .header .level-1 > .-open > a,
  .header .secondary > .-open > a {
    color: #01AAFF;
    font-weight: 600;
    text-decoration: none !important;
  }
  .header .secondary > li > a:not(.button):hover,
  .header .secondary > li > a:not(.button):focus,
  .header .secondary > li > a.-white:hover,
  .header .secondary > li > a.-white:focus {
    color: #017CEB !important;
    font-weight: 600;
  }
  .header .nav a:not(.button):hover:after,
  .header .nav a:not(.button):focus:after {
    filter: brightness(0) saturate(100%) invert(43%) sepia(97%) saturate(1624%) hue-rotate(174deg) brightness(105%) contrast(103%);
  }
  .header .secondary > li > a:not(.button):hover:before,
  .header .secondary > li > a:not(.button):focus:before,
  .header .secondary > li > a.-white:hover:before,
  .header .secondary > li > a.-white:focus:before,
  .header .secondary > .-open > a:before,
  .header .level-1 > .-open > a:before {
    content: "";
    display: block;
    width: 33px;
    height: 15px;
    position: absolute;
    transform: translate(-32%, 54%);
    background: url("./media/petal-7RQ3OXX4.svg") no-repeat 0 0 / contain;
    z-index: -1;
  }
  .header .level-1 > .-open > a:before {
    width: 78px;
    height: 36px;
    transform: translate(-10%, -10%);
  }
  .header .level-1 .selected > a {
    color: #01AAFF;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 4px;
  }
  ;
  .header .secondary > li > a.-white:hover:before {
    transform: translate(-51%, 36%);
  }
  .header .secondary .level-2 {
    font-size: 1.6rem;
    display: none;
    position: absolute;
    z-index: 12;
    top: 100%;
    right: 0;
    background: #FFF;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    padding: 20px 40px;
    border-radius: 0 0 20px 20px;
    columns: 2;
    column-gap: 60px;
    column-rule: 2px solid #12D0FF;
    column-span: all;
  }
  .header .secondary > .-open:after {
    content: "";
    z-index: 2;
    position: absolute;
    left: 20px;
    top: calc(100% - 2px);
    width: 55vw;
    height: 2px;
    background: var(--line);
  }
  .header .secondary > .-open .level-2 {
    display: block;
  }
  .header .search {
    margin: 0 30px 17px;
    position: relative;
    grid-area: search;
  }
  .header .search .content {
    transform: translate(0, -50%);
    opacity: 0;
    position: absolute;
    z-index: 11;
    left: auto;
    top: 50%;
    right: -1px;
    width: 0;
    height: auto;
    padding: 0;
    background: none;
    box-shadow: none;
    overflow: hidden;
  }
  .header .search .input {
    background: #f2f4f8;
    border: 1px solid #D0D0D0;
    border-radius: 999px;
    padding: 10.5px 130px 10.5px 34px;
    outline: none;
  }
  .header .search .buttons {
    right: -48px;
    flex-direction: row;
    gap: 8px;
  }
  .header .search .buttons > * {
    font-size: 0;
    width: 40px;
    height: 100%;
  }
  .header .search .btn-microphone {
    background-size: 15px 27px;
    filter: brightness(0) saturate(100%) invert(34%) sepia(46%) saturate(3770%) hue-rotate(193deg) brightness(95%) contrast(100%);
  }
  .header .search .close,
  .header .search .common,
  .header .breadcrumbs {
    display: none;
  }
  .open-search .search .content {
    width: 697px;
    overflow: initial;
    opacity: 1;
  }
  .open-search .search .btn-keyboard {
    display: inline-block;
    background: url("./media/keyboard-7SZSGYNP.svg") no-repeat center center / 31px 18px;
    width: 55px;
  }
  .open-search .search .btn-submit {
    background: url("./media/search2-UGF6VF6K.svg") no-repeat 0 0 / cover;
    width: 44px;
  }
  .open-search .header .menu,
  .open-search .header .accessibility {
    opacity: 0;
    z-index: -1;
  }
  .header .accessibility {
    position: relative;
    margin-left: -3px;
    width: 118px;
    transition: all .4s ease-in-out;
    display: flex;
    grid-area: accessibility;
  }
  .header .accessibility button {
    background: transparent no-repeat center center / 100% auto;
  }
  .header .accessibility .content {
    margin-bottom: 23px;
    overflow: hidden;
    transition: all .3s ease-in-out;
    transform: translateY(0);
    display: flex;
    gap: 15px;
  }
  .header .accessibility .toggle {
    font-size: 1.5rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .header .accessibility .toggle::before,
  .header .accessibility .back::after {
    content: "";
    width: 12px;
    height: 7px;
    background: url("./media/arrow-down-7HSR36LQ.svg") no-repeat center center / 100%;
    transform: rotate(90deg);
    filter: brightness(0) invert(0);
    display: inline-block;
  }
  .header .accessibility .back::after {
    transform: rotate(-90deg);
  }
  .header .accessibility .back {
    font-size: 0;
    width: 12px;
    height: 100%;
    filter: brightness(0) invert(0);
    display: inline-block;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header .accessibility .tools {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .header .accessibility .tools button {
    width: 18px;
    height: 20px;
    font-size: 0;
  }
  .open-accessibility .accessibility .content {
    transform: translateX(calc(-100% + 118px));
    overflow: initial;
  }
  .open-accessibility .accessibility .toggle::before {
    display: none;
  }
  .open-accessibility .accessibility .tools .print {
    background-image: url("./media/printer-HOKEFOK7.svg");
  }
  .open-accessibility .accessibility .tools .contrast {
    background-image: url("./media/barcode-C3ADD7AL.svg");
    width: 17px;
  }
  .open-accessibility .accessibility .tools .font-bigger {
    background-image: url("./media/font-bigger-YNQT4F2D.svg");
    width: 26px;
  }
  .open-accessibility .accessibility .tools .font-smaller {
    background-image: url("./media/font-smaller-45WERHJO.svg");
    width: 20px;
  }
  .open-accessibility .accessibility .tools .links {
    background-image: url("./media/links-JPDGLHJE.svg");
  }
  .open-accessibility .accessibility .tools .font-readable {
    background-image: url("./media/readable-H4Z5ABAX.svg");
    width: 14px;
  }
  .open-accessibility .accessibility .tools .high-contrast {
    background-image: url("./media/contrast-BJT6YF7E.svg");
  }
  .open-accessibility .accessibility .tools .negative-contrast {
    background-image: url("./media/eye-JW4HOP3O.svg");
    width: 23px;
  }
  .open-accessibility .accessibility .tools .reset {
    background-image: url("./media/reset-7GBGRAS6.svg");
  }
  .open-accessibility .header .menu,
  .open-accessibility .header .search {
    opacity: 0;
    z-index: -1;
  }
  .footer {
    padding-bottom: 0;
  }
  .sitemap {
    margin-bottom: 40px;
  }
  .sitemap .nav {
    padding-inline: 0;
    grid-template-columns: 1fr 1fr 1fr 1.5fr max-content;
    grid-template-rows: auto;
    gap: 0;
  }
  .sitemap .nav > ul {
    padding: 0 40px;
  }
  .sitemap .nav > ul:first-of-type {
    padding-left: 33px;
  }
  .sitemap .nav > ul:last-of-type {
    padding-right: 33px;
  }
  .sitemap .nav > ul:not(:first-of-type) {
    border-top: 0;
    border-left: 2px solid #01AAFF;
    border-radius: 2px;
  }
  .sitemap .nav .col-2 {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .sitemap .nav .col-2 > li {
    width: calc(50% - 8px);
  }
  .access {
    margin-top: 40px;
    padding: 0 30px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 42px;
  }
  .access::before {
    left: auto;
    right: 0;
    width: 395px;
    height: 166px;
    background: url("./media/petals-right-WPGBH3C4.svg");
  }
  .access .title {
    font-size: 3.5rem;
    margin-bottom: 0;
    order: 2;
  }
  .access .figure {
    margin: -86px -33px 0 -140px;
    order: 1;
  }
  .access .figure img {
    width: 209px;
  }
  .access .button {
    order: 3;
  }
  .channels {
    grid-template-columns: minmax(auto, 285px) minmax(auto, 245px) 1fr;
    grid-template-rows: 1fr;
    gap: 0 2.35%;
    grid-template-areas: "contacts browse assistance";
  }
  .channels .title {
    text-align: start;
  }
  .channels .-box {
    max-width: 310px;
  }
  .contacts a {
    font-size: 2.2rem;
    font-weight: 500;
  }
  .browse .button {
    width: auto;
  }
  .assistance {
    text-align: start;
    padding: 30px 0 0;
  }
  .assistance .social {
    justify-content: flex-start;
  }
  .assistance .content {
    grid-template-columns: 1fr auto;
  }
  .assistance .description {
    max-width: 313px;
  }
  .footer .form {
    margin-top: 28px;
  }
  .footer .form .input {
    font-size: 1.64rem;
  }
  .copyright {
    margin: 50px 0;
  }
  .float-nav {
    display: none;
  }
  .float-nav .icon img {
    display: none;
  }
  .float-button {
    display: block;
    transition: width .2s, height .5s ease-in-out;
    z-index: 2;
    position: fixed;
    bottom: -1px;
    right: 12px;
    width: 112px;
    height: 128px;
    background: url("./media/sani-sabesp-IJRGODHA.svg") no-repeat right top / auto 128px;
    font-size: 0;
  }
  .float-button:hover {
    width: 332px;
    bottom: 7px;
    right: 9px;
    background-image: url("./media/sani-sabesp-ajuda-EQA3XVBG.svg");
    filter: drop-shadow(0 14px 22px rgba(0, 0, 0, .1));
  }
  .float-button::before {
    display: none !important;
  }
  .open-keyboard .keyboard {
    transform: translate(-50%, -5%);
    max-height: 500px;
  }
  .cookie-container .cookie-box {
    width: 75%;
    left: 45%;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1360px;
  }
  .header .menu {
    gap: 60px;
  }
  .header .secondary {
    gap: 44px;
  }
  .header .search {
    margin: 0 50px 17px;
  }
  .channels {
    grid-template-columns: minmax(auto, 310px) minmax(auto, 310px) 1fr;
  }
  .cookie-container .cookie-box {
    left: 50%;
  }
}
@media print {
  .header {
    position: absolute;
  }
  .float-nav {
    display: none;
  }
}
body.-listening .buttons .btn-microphone {
  filter: brightness(0) saturate(100%) invert(40%) sepia(88%) saturate(1214%) hue-rotate(329deg) brightness(101%) contrast(105%);
}
body.-listening .buttons .btn-microphone:before {
  content: "";
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #ff5252;
  animation: pulse 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
@keyframes pulse {
  0% {
    transform: scale(.33);
  }
  80%, 100% {
    opacity: 0;
  }
}
body.links-underline a,
body.links-underline a * {
  text-decoration: underline !important;
}
body.font-readable * {
  font-family:
    Arial,
    Helvetica,
    Verdana,
    sans-serif !important;
}
body.contraste {
  filter: grayscale(100%);
}
@font-face {
  font-family: "Satoshi";
  src: url("./media/Satoshi-Regular-WHOKFJOU.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("./media/Satoshi-Medium-EJJZ2F7T.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("./media/Satoshi-Bold-CIEESITA.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("./media/Satoshi-Black-Y3JAU25J.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
.circle-buttons:hover .-over .item:after {
  background: #FFF;
}
.circle-buttons > li:hover {
  z-index: 3;
}
.circle-buttons > li:hover .item {
  text-decoration: none;
  outline: none;
  color: #01AAFF;
  transform: translateY(-10%);
}
.circle-buttons > li:hover .item::before {
  content: "";
}
.circle-buttons > li:hover img {
  filter: none;
}
.circle-buttons li:hover .share {
  opacity: 1;
}
.circle-buttons li:hover .item::after {
  background: rgb(255 255 255);
}

/* src/assets/css/lib/accessibility.min.css */
body.high-contrast * {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
body.high-contrast a,
body.high-contrast abbr,
body.high-contrast acronym,
body.high-contrast address,
body.high-contrast article,
body.high-contrast aside,
body.high-contrast b,
body.high-contrast basefont,
body.high-contrast bdi,
body.high-contrast big,
body.high-contrast blink,
body.high-contrast blockquote,
body.high-contrast body,
body.high-contrast button,
body.high-contrast canvas,
body.high-contrast caption,
body.high-contrast center,
body.high-contrast cite,
body.high-contrast code,
body.high-contrast col,
body.high-contrast colgroup,
body.high-contrast command,
body.high-contrast dd,
body.high-contrast del,
body.high-contrast details,
body.high-contrast dfn,
body.high-contrast dir,
body.high-contrast div,
body.high-contrast dl,
body.high-contrast dt,
body.high-contrast em,
body.high-contrast embed,
body.high-contrast fieldset,
body.high-contrast figcaption,
body.high-contrast figure,
body.high-contrast font,
body.high-contrast footer,
body.high-contrast form,
body.high-contrast h1,
body.high-contrast h1 a,
body.high-contrast h1 a b,
body.high-contrast h1 abbr,
body.high-contrast h1 b,
body.high-contrast h1 center,
body.high-contrast h1 em,
body.high-contrast h1 i,
body.high-contrast h1 span,
body.high-contrast h1 strong,
body.high-contrast h2,
body.high-contrast h2 a,
body.high-contrast h2 a b,
body.high-contrast h2 abbr,
body.high-contrast h2 b,
body.high-contrast h2 center,
body.high-contrast h2 em,
body.high-contrast h2 i,
body.high-contrast h2 span,
body.high-contrast h2 strong,
body.high-contrast h3,
body.high-contrast h3 a,
body.high-contrast h3 a b,
body.high-contrast h3 abbr,
body.high-contrast h3 b,
body.high-contrast h3 center,
body.high-contrast h3 em,
body.high-contrast h3 i,
body.high-contrast h3 span,
body.high-contrast h3 strong,
body.high-contrast h4,
body.high-contrast h4 a,
body.high-contrast h4 a b,
body.high-contrast h4 abbr,
body.high-contrast h4 b,
body.high-contrast h4 center,
body.high-contrast h4 em,
body.high-contrast h4 i,
body.high-contrast h4 span,
body.high-contrast h4 strong,
body.high-contrast h5,
body.high-contrast h5 a,
body.high-contrast h5 a b,
body.high-contrast h5 abbr,
body.high-contrast h5 b,
body.high-contrast h5 center,
body.high-contrast h5 em,
body.high-contrast h5 i,
body.high-contrast h5 span,
body.high-contrast h5 strong,
body.high-contrast h6,
body.high-contrast h6 a,
body.high-contrast h6 a b,
body.high-contrast h6 abbr,
body.high-contrast h6 b,
body.high-contrast h6 center,
body.high-contrast h6 em,
body.high-contrast h6 i,
body.high-contrast h6 span,
body.high-contrast h6 strong,
body.high-contrast header,
body.high-contrast hgroup,
body.high-contrast html,
body.high-contrast i,
body.high-contrast iframe,
body.high-contrast input,
body.high-contrast ins,
body.high-contrast kbd,
body.high-contrast label,
body.high-contrast legend,
body.high-contrast li,
body.high-contrast listing,
body.high-contrast main,
body.high-contrast mark,
body.high-contrast marquee,
body.high-contrast menu,
body.high-contrast meter,
body.high-contrast multicol,
body.high-contrast nav,
body.high-contrast nobr,
body.high-contrast object,
body.high-contrast ol,
body.high-contrast option,
body.high-contrast output,
body.high-contrast p,
body.high-contrast plaintext,
body.high-contrast pre,
body.high-contrast progress,
body.high-contrast q,
body.high-contrast rb,
body.high-contrast rp,
body.high-contrast rt,
body.high-contrast ruby,
body.high-contrast s,
body.high-contrast samp,
body.high-contrast section,
body.high-contrast select,
body.high-contrast small,
body.high-contrast span,
body.high-contrast strike,
body.high-contrast strong,
body.high-contrast sub,
body.high-contrast summary,
body.high-contrast sup,
body.high-contrast svg,
body.high-contrast table,
body.high-contrast tbody,
body.high-contrast td,
body.high-contrast text,
body.high-contrast textarea,
body.high-contrast th,
body.high-contrast thead,
body.high-contrast time,
body.high-contrast tr,
body.high-contrast tt,
body.high-contrast u,
body.high-contrast ul,
body.high-contrast var,
body.high-contrast video,
body.high-contrast xmp {
  -moz-appearance: none !important;
  appearance: none !important;
  -moz-user-select: text !important;
  -webkit-user-select: text !important;
  text-shadow: none !important;
  user-select: text !important;
}
body.high-contrast,
body.high-contrast a,
body.high-contrast abbr,
body.high-contrast acronym,
body.high-contrast address,
body.high-contrast article,
body.high-contrast aside,
body.high-contrast b,
body.high-contrast basefont,
body.high-contrast bdi,
body.high-contrast big,
body.high-contrast blink,
body.high-contrast blockquote,
body.high-contrast body,
body.high-contrast canvas,
body.high-contrast caption,
body.high-contrast center,
body.high-contrast cite,
body.high-contrast code,
body.high-contrast col,
body.high-contrast colgroup,
body.high-contrast command,
body.high-contrast dd,
body.high-contrast del,
body.high-contrast details,
body.high-contrast dfn,
body.high-contrast dir,
body.high-contrast div,
body.high-contrast dl,
body.high-contrast dt,
body.high-contrast em,
body.high-contrast embed,
body.high-contrast fieldset,
body.high-contrast figcaption,
body.high-contrast figure,
body.high-contrast font,
body.high-contrast footer,
body.high-contrast form,
body.high-contrast h1,
body.high-contrast h1 a,
body.high-contrast h1 a b,
body.high-contrast h1 abbr,
body.high-contrast h1 b,
body.high-contrast h1 center,
body.high-contrast h1 em,
body.high-contrast h1 i,
body.high-contrast h1 span,
body.high-contrast h1 strong,
body.high-contrast h2,
body.high-contrast h2 a,
body.high-contrast h2 a b,
body.high-contrast h2 abbr,
body.high-contrast h2 b,
body.high-contrast h2 center,
body.high-contrast h2 em,
body.high-contrast h2 i,
body.high-contrast h2 span,
body.high-contrast h2 strong,
body.high-contrast h3,
body.high-contrast h3 a,
body.high-contrast h3 a b,
body.high-contrast h3 abbr,
body.high-contrast h3 b,
body.high-contrast h3 center,
body.high-contrast h3 em,
body.high-contrast h3 i,
body.high-contrast h3 span,
body.high-contrast h3 strong,
body.high-contrast h4,
body.high-contrast h4 a,
body.high-contrast h4 a b,
body.high-contrast h4 abbr,
body.high-contrast h4 b,
body.high-contrast h4 center,
body.high-contrast h4 em,
body.high-contrast h4 i,
body.high-contrast h4 span,
body.high-contrast h4 strong,
body.high-contrast h5,
body.high-contrast h5 a,
body.high-contrast h5 a b,
body.high-contrast h5 abbr,
body.high-contrast h5 b,
body.high-contrast h5 center,
body.high-contrast h5 em,
body.high-contrast h5 i,
body.high-contrast h5 span,
body.high-contrast h5 strong,
body.high-contrast h6,
body.high-contrast h6 a,
body.high-contrast h6 a b,
body.high-contrast h6 abbr,
body.high-contrast h6 b,
body.high-contrast h6 center,
body.high-contrast h6 em,
body.high-contrast h6 i,
body.high-contrast h6 span,
body.high-contrast h6 strong,
body.high-contrast header,
body.high-contrast hgroup,
body.high-contrast html,
body.high-contrast i,
body.high-contrast iframe,
body.high-contrast input,
body.high-contrast ins,
body.high-contrast kbd,
body.high-contrast label,
body.high-contrast legend,
body.high-contrast li,
body.high-contrast listing,
body.high-contrast main,
body.high-contrast mark,
body.high-contrast marquee,
body.high-contrast menu,
body.high-contrast meter,
body.high-contrast multicol,
body.high-contrast nav,
body.high-contrast nobr,
body.high-contrast object,
body.high-contrast ol,
body.high-contrast option,
body.high-contrast output,
body.high-contrast p,
body.high-contrast plaintext,
body.high-contrast pre,
body.high-contrast progress,
body.high-contrast q,
body.high-contrast rb,
body.high-contrast rp,
body.high-contrast rt,
body.high-contrast ruby,
body.high-contrast s,
body.high-contrast samp,
body.high-contrast section,
body.high-contrast small,
body.high-contrast span,
body.high-contrast strike,
body.high-contrast strong,
body.high-contrast sub,
body.high-contrast summary,
body.high-contrast sup,
body.high-contrast svg,
body.high-contrast table,
body.high-contrast tbody,
body.high-contrast td,
body.high-contrast text,
body.high-contrast textarea,
body.high-contrast th,
body.high-contrast thead,
body.high-contrast time,
body.high-contrast tr,
body.high-contrast tt,
body.high-contrast u,
body.high-contrast ul,
body.high-contrast var,
body.high-contrast video,
body.high-contrast xmp {
  background-color: #000 !important;
}
body.high-contrast a,
body.high-contrast article,
body.high-contrast aside,
body.high-contrast basefont,
body.high-contrast bdi,
body.high-contrast big,
body.high-contrast blink,
body.high-contrast blockquote,
body.high-contrast body,
body.high-contrast button,
body.high-contrast canvas,
body.high-contrast caption,
body.high-contrast center,
body.high-contrast code,
body.high-contrast col,
body.high-contrast colgroup,
body.high-contrast command,
body.high-contrast dd,
body.high-contrast del,
body.high-contrast details,
body.high-contrast dir,
body.high-contrast div,
body.high-contrast dl,
body.high-contrast dt,
body.high-contrast embed,
body.high-contrast fieldset,
body.high-contrast figcaption,
body.high-contrast figure,
body.high-contrast font,
body.high-contrast footer,
body.high-contrast form,
body.high-contrast header,
body.high-contrast hgroup,
body.high-contrast html,
body.high-contrast iframe,
body.high-contrast input,
body.high-contrast ins,
body.high-contrast kbd,
body.high-contrast label,
body.high-contrast legend,
body.high-contrast li,
body.high-contrast listing,
body.high-contrast main,
body.high-contrast mark,
body.high-contrast marquee,
body.high-contrast menu,
body.high-contrast meter,
body.high-contrast multicol,
body.high-contrast nav,
body.high-contrast nobr,
body.high-contrast object,
body.high-contrast ol,
body.high-contrast option,
body.high-contrast output,
body.high-contrast p,
body.high-contrast plaintext,
body.high-contrast pre,
body.high-contrast progress,
body.high-contrast q,
body.high-contrast rb,
body.high-contrast rp,
body.high-contrast rt,
body.high-contrast ruby,
body.high-contrast s,
body.high-contrast samp,
body.high-contrast section,
body.high-contrast select,
body.high-contrast small,
body.high-contrast span,
body.high-contrast strike,
body.high-contrast sub,
body.high-contrast summary,
body.high-contrast sup,
body.high-contrast svg,
body.high-contrast table,
body.high-contrast tbody,
body.high-contrast td,
body.high-contrast text,
body.high-contrast textarea,
body.high-contrast th,
body.high-contrast thead,
body.high-contrast time,
body.high-contrast tr,
body.high-contrast tt,
body.high-contrast ul,
body.high-contrast var,
body.high-contrast video,
body.high-contrast xmp {
  color: #fff !important;
}
body.high-contrast abbr,
body.high-contrast acronym,
body.high-contrast b,
body.high-contrast b span,
body.high-contrast h1 b,
body.high-contrast h1 strong,
body.high-contrast h2 b,
body.high-contrast h2 strong,
body.high-contrast h3 b,
body.high-contrast h3 strong,
body.high-contrast h4 b,
body.high-contrast h4 strong,
body.high-contrast h5 b,
body.high-contrast h5 strong,
body.high-contrast h6 b,
body.high-contrast h6 strong,
body.high-contrast strong,
body.high-contrast strong span {
  color: #ff0 !important;
}
body.high-contrast address,
body.high-contrast address span,
body.high-contrast cite,
body.high-contrast cite span,
body.high-contrast dfn,
body.high-contrast dfn span,
body.high-contrast em,
body.high-contrast em span,
body.high-contrast h1 em,
body.high-contrast h1 i,
body.high-contrast h2 em,
body.high-contrast h2 i,
body.high-contrast h3 em,
body.high-contrast h3 i,
body.high-contrast h4 em,
body.high-contrast h4 i,
body.high-contrast h5 em,
body.high-contrast h5 i,
body.high-contrast h6 em,
body.high-contrast h6 i,
body.high-contrast i,
body.high-contrast i span,
body.high-contrast u,
body.high-contrast u span {
  color: #ffff80 !important;
}
body.high-contrast dt {
  border-top: thin solid grey !important;
}
body.high-contrast h1,
body.high-contrast h1 a,
body.high-contrast h1 a b,
body.high-contrast h1 abbr,
body.high-contrast h1 center,
body.high-contrast h1 span,
body.high-contrast h2,
body.high-contrast h2 a,
body.high-contrast h2 a b,
body.high-contrast h2 abbr,
body.high-contrast h2 center,
body.high-contrast h2 span,
body.high-contrast h3,
body.high-contrast h3 a,
body.high-contrast h3 a b,
body.high-contrast h3 abbr,
body.high-contrast h3 center,
body.high-contrast h3 span,
body.high-contrast h4,
body.high-contrast h4 a,
body.high-contrast h4 a b,
body.high-contrast h4 abbr,
body.high-contrast h4 center,
body.high-contrast h4 span,
body.high-contrast h5,
body.high-contrast h5 a,
body.high-contrast h5 a b,
body.high-contrast h5 abbr,
body.high-contrast h5 center,
body.high-contrast h5 span,
body.high-contrast h6,
body.high-contrast h6 a,
body.high-contrast h6 a b,
body.high-contrast h6 abbr,
body.high-contrast h6 center,
body.high-contrast h6 span {
  color: #40c090 !important;
}
body.high-contrast abbr,
body.high-contrast acronym {
  border-bottom: 1px dotted !important;
}
body.high-contrast a.button,
body.high-contrast a.button abbr,
body.high-contrast a.button acronym,
body.high-contrast a.button b,
body.high-contrast a.button basefont,
body.high-contrast a.button big,
body.high-contrast a.button br,
body.high-contrast a.button code,
body.high-contrast a.button div,
body.high-contrast a.button em,
body.high-contrast a.button font,
body.high-contrast a.button h1,
body.high-contrast a.button h2,
body.high-contrast a.button h3,
body.high-contrast a.button h4,
body.high-contrast a.button h5,
body.high-contrast a.button h6,
body.high-contrast a.button i,
body.high-contrast a.button kbd,
body.high-contrast a.button rb,
body.high-contrast a.button rp,
body.high-contrast a.button rt,
body.high-contrast a.button ruby,
body.high-contrast a.button samp,
body.high-contrast a.button small,
body.high-contrast a.button span,
body.high-contrast a.button strong,
body.high-contrast a.button tt,
body.high-contrast a.button u,
body.high-contrast a.button var,
body.high-contrast a:link,
body.high-contrast a:link abbr,
body.high-contrast a:link acronym,
body.high-contrast a:link b,
body.high-contrast a:link basefont,
body.high-contrast a:link big,
body.high-contrast a:link br,
body.high-contrast a:link code,
body.high-contrast a:link div,
body.high-contrast a:link em,
body.high-contrast a:link font,
body.high-contrast a:link h1,
body.high-contrast a:link h2,
body.high-contrast a:link h3,
body.high-contrast a:link h4,
body.high-contrast a:link h5,
body.high-contrast a:link h6,
body.high-contrast a:link i,
body.high-contrast a:link kbd,
body.high-contrast a:link rb,
body.high-contrast a:link rp,
body.high-contrast a:link rt,
body.high-contrast a:link ruby,
body.high-contrast a:link samp,
body.high-contrast a:link small,
body.high-contrast a:link span,
body.high-contrast a:link strong,
body.high-contrast a:link tt,
body.high-contrast a:link u,
body.high-contrast a:link var {
  color: #0080ff !important;
}
body.high-contrast button,
body.high-contrast input,
body.high-contrast select,
body.high-contrast table,
body.high-contrast td,
body.high-contrast textarea,
body.high-contrast th,
body.high-contrast tr,
body.high-contrast tt {
  border: 1px solid #fff !important;
}
body.high-contrast button {
  background-color: #600040 !important;
}
body.high-contrast select {
  -webkit-appearance: listbox !important;
  appearance: listbox !important;
  background-color: #600060 !important;
}
body.high-contrast div[role=button],
body.high-contrast input[type=button],
body.high-contrast input[type=submit] {
  background-color: #600040 !important;
}
body.high-contrast input[type=search] {
  -webkit-appearance: textfield !important;
  appearance: textfield !important;
}
body.high-contrast div.jwplayer span.jwcontrolbar,
body.high-contrast div.jwplayer span.jwcontrols {
  display: inline !important;
}
body.high-contrast text > tspan:first-letter,
body.high-contrast text > tspan:first-line {
  background-color: inherit !important;
  color: inherit !important;
}
body.high-contrast .link-overleay,
body.high-contrast .owl-banner .caption,
body.high-contrast .owl-banner .owl-dots,
body.high-contrast :not(.tools):after,
body.high-contrast :not(.tools):before,
body.high-contrast img {
  background-color: transparent !important;
}
body.negative-contrast,
body.negative-contrast :not(.tools) {
  background-color: #000 !important;
  color: #fff !important;
}
body.negative-contrast :not(.tools) a,
body.negative-contrast :not(.tools) a span,
body.negative-contrast :not(.tools) b,
body.negative-contrast :not(.tools) blockquote,
body.negative-contrast :not(.tools) button,
body.negative-contrast :not(.tools) canvas,
body.negative-contrast :not(.tools) caption,
body.negative-contrast :not(.tools) center,
body.negative-contrast :not(.tools) cite,
body.negative-contrast :not(.tools) code,
body.negative-contrast :not(.tools) col,
body.negative-contrast :not(.tools) colgroup,
body.negative-contrast :not(.tools) dd,
body.negative-contrast :not(.tools) details,
body.negative-contrast :not(.tools) dfn,
body.negative-contrast :not(.tools) dir,
body.negative-contrast :not(.tools) div,
body.negative-contrast :not(.tools) dl,
body.negative-contrast :not(.tools) dt,
body.negative-contrast :not(.tools) em,
body.negative-contrast :not(.tools) embed,
body.negative-contrast :not(.tools) fieldset,
body.negative-contrast :not(.tools) figcaption,
body.negative-contrast :not(.tools) figure,
body.negative-contrast :not(.tools) font,
body.negative-contrast :not(.tools) footer,
body.negative-contrast :not(.tools) form,
body.negative-contrast :not(.tools) header,
body.negative-contrast :not(.tools) i,
body.negative-contrast :not(.tools) iframe,
body.negative-contrast :not(.tools) input,
body.negative-contrast :not(.tools) kbd,
body.negative-contrast :not(.tools) label,
body.negative-contrast :not(.tools) legend,
body.negative-contrast :not(.tools) li,
body.negative-contrast :not(.tools) mark,
body.negative-contrast :not(.tools) menu,
body.negative-contrast :not(.tools) meter,
body.negative-contrast :not(.tools) nav,
body.negative-contrast :not(.tools) nobr,
body.negative-contrast :not(.tools) object,
body.negative-contrast :not(.tools) ol,
body.negative-contrast :not(.tools) option,
body.negative-contrast :not(.tools) pre,
body.negative-contrast :not(.tools) progress,
body.negative-contrast :not(.tools) q,
body.negative-contrast :not(.tools) s,
body.negative-contrast :not(.tools) section,
body.negative-contrast :not(.tools) select,
body.negative-contrast :not(.tools) small,
body.negative-contrast :not(.tools) span,
body.negative-contrast :not(.tools) strike,
body.negative-contrast :not(.tools) strong,
body.negative-contrast :not(.tools) sub,
body.negative-contrast :not(.tools) summary,
body.negative-contrast :not(.tools) sup,
body.negative-contrast :not(.tools) table,
body.negative-contrast :not(.tools) td,
body.negative-contrast :not(.tools) textarea,
body.negative-contrast :not(.tools) th,
body.negative-contrast :not(.tools) time,
body.negative-contrast :not(.tools) tr,
body.negative-contrast :not(.tools) tt,
body.negative-contrast :not(.tools) u,
body.negative-contrast :not(.tools) ul,
body.negative-contrast :not(.tools) var,
body.negative-contrast a,
body.negative-contrast a span,
body.negative-contrast b,
body.negative-contrast blockquote,
body.negative-contrast button,
body.negative-contrast canvas,
body.negative-contrast caption,
body.negative-contrast center,
body.negative-contrast cite,
body.negative-contrast code,
body.negative-contrast col,
body.negative-contrast colgroup,
body.negative-contrast dd,
body.negative-contrast details,
body.negative-contrast dfn,
body.negative-contrast dir,
body.negative-contrast div,
body.negative-contrast dl,
body.negative-contrast dt,
body.negative-contrast em,
body.negative-contrast embed,
body.negative-contrast fieldset,
body.negative-contrast figcaption,
body.negative-contrast figure,
body.negative-contrast font,
body.negative-contrast footer,
body.negative-contrast form,
body.negative-contrast header,
body.negative-contrast i,
body.negative-contrast iframe,
body.negative-contrast input,
body.negative-contrast kbd,
body.negative-contrast label,
body.negative-contrast legend,
body.negative-contrast li,
body.negative-contrast mark,
body.negative-contrast menu,
body.negative-contrast meter,
body.negative-contrast nav,
body.negative-contrast nobr,
body.negative-contrast object,
body.negative-contrast ol,
body.negative-contrast option,
body.negative-contrast pre,
body.negative-contrast progress,
body.negative-contrast q,
body.negative-contrast s,
body.negative-contrast section,
body.negative-contrast select,
body.negative-contrast small,
body.negative-contrast span,
body.negative-contrast strike,
body.negative-contrast strong,
body.negative-contrast sub,
body.negative-contrast summary,
body.negative-contrast sup,
body.negative-contrast table,
body.negative-contrast td,
body.negative-contrast textarea,
body.negative-contrast th,
body.negative-contrast time,
body.negative-contrast tr,
body.negative-contrast tt,
body.negative-contrast u,
body.negative-contrast ul,
body.negative-contrast var {
  color: #ff0 !important;
  filter: none !important;
}
body.negative-contrast :not(.tools) button,
body.negative-contrast :not(.tools) input,
body.negative-contrast :not(.tools) select,
body.negative-contrast :not(.tools) table,
body.negative-contrast :not(.tools) td,
body.negative-contrast :not(.tools) textarea,
body.negative-contrast :not(.tools) th,
body.negative-contrast :not(.tools) tr,
body.negative-contrast :not(.tools) tt,
body.negative-contrast button,
body.negative-contrast input,
body.negative-contrast select,
body.negative-contrast table,
body.negative-contrast td,
body.negative-contrast textarea,
body.negative-contrast th,
body.negative-contrast tr,
body.negative-contrast tt {
  border: 1px solid #fff !important;
}
body.negative-contrast img {
  background-color: transparent !important;
  filter: none !important;
}
body.negative-contrast .link::after,
body.negative-contrast .tools > button,
body.negative-contrast button::after {
  background-color: transparent !important;
  filter: brightness(0) saturate(100%) invert(90%) sepia(70%) saturate(4336%) hue-rotate(357deg) brightness(103%) contrast(103%) !important;
}

/* src/assets/css/lib/simple-keyboard.min.css */
/*!
 * 
 *   simple-keyboard v3.7.65
 *   https://github.com/hodgef/simple-keyboard
 *
 *   Copyright (c) Francisco Hodge (https://github.com/hodgef) and project contributors.
 *
 *   This source code is licensed under the MIT license found in the
 *   LICENSE file in the root directory of this source tree.
 *
 */
.hg-theme-default {
  background-color: #ececec;
  border-radius: 5px;
  box-sizing: border-box;
  font-family:
    HelveticaNeue-Light,
    Helvetica Neue Light,
    Helvetica Neue,
    Helvetica,
    Arial,
    Lucida Grande,
    sans-serif;
  overflow: hidden;
  padding: 5px;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
}
.hg-theme-default .hg-button span {
  pointer-events: none;
}
.hg-theme-default button.hg-button {
  border-width: 0;
  font-size: inherit;
  outline: 0;
}
.hg-theme-default .hg-button {
  display: inline-block;
  flex-grow: 1;
}
.hg-theme-default .hg-row {
  display: flex;
}
.hg-theme-default .hg-row:not(:last-child) {
  margin-bottom: 5px;
}
.hg-theme-default .hg-row .hg-button-container,
.hg-theme-default .hg-row .hg-button:not(:last-child) {
  margin-right: 5px;
}
.hg-theme-default .hg-row > div:last-child {
  margin-right: 0;
}
.hg-theme-default .hg-row .hg-button-container {
  display: flex;
}
.hg-theme-default .hg-button {
  align-items: center;
  background: #fff;
  border-bottom: 1px solid #b5b5b5;
  border-radius: 5px;
  box-shadow: 0 0 3px -1px rgba(0, 0, 0, .3);
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  height: 40px;
  justify-content: center;
  padding: 5px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.hg-theme-default .hg-button.hg-standardBtn {
  width: 20px;
}
.hg-theme-default .hg-button.hg-activeButton {
  background: #efefef;
}
.hg-theme-default.hg-layout-numeric .hg-button {
  align-items: center;
  display: flex;
  height: 60px;
  justify-content: center;
  width: 33.3%;
}
.hg-theme-default .hg-button.hg-button-numpadadd,
.hg-theme-default .hg-button.hg-button-numpadenter {
  height: 85px;
}
.hg-theme-default .hg-button.hg-button-numpad0 {
  width: 105px;
}
.hg-theme-default .hg-button.hg-button-com {
  max-width: 85px;
}
.hg-theme-default .hg-button.hg-standardBtn.hg-button-at {
  max-width: 45px;
}
.hg-theme-default .hg-button.hg-selectedButton {
  background: rgba(5, 25, 70, .53);
  color: #fff;
}
.hg-theme-default .hg-button.hg-standardBtn[data-skbtn=".com"] {
  max-width: 82px;
}
.hg-theme-default .hg-button.hg-standardBtn[data-skbtn="@"] {
  max-width: 60px;
}
.hg-candidate-box {
  background: #ececec;
  border-bottom: 2px solid #b5b5b5;
  border-radius: 5px;
  display: inline-flex;
  margin-top: -10px;
  max-width: 272px;
  position: absolute;
  transform: translateY(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
ul.hg-candidate-box-list {
  display: flex;
  flex: 1;
  list-style: none;
  margin: 0;
  padding: 0;
}
li.hg-candidate-box-list-item {
  align-items: center;
  display: flex;
  height: 40px;
  justify-content: center;
  width: 40px;
}
li.hg-candidate-box-list-item:hover {
  background: rgba(0, 0, 0, .03);
  cursor: pointer;
}
li.hg-candidate-box-list-item:active {
  background: rgba(0, 0, 0, .1);
}
.hg-candidate-box-prev:before {
  content: "\25c4";
}
.hg-candidate-box-next:before {
  content: "\25ba";
}
.hg-candidate-box-next,
.hg-candidate-box-prev {
  align-items: center;
  color: #969696;
  cursor: pointer;
  display: flex;
  padding: 0 10px;
}
.hg-candidate-box-next {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.hg-candidate-box-prev {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.hg-candidate-box-btn-active {
  color: #444;
}

/* src/assets/css/components.css */
.banner {
  border-radius: 10px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .17);
  margin-bottom: 19px;
  position: relative;
  display: inline-flex;
}
.banner img {
  border-radius: 10px;
}
.banner.petals::before {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  background: url("./media/petals-2-GG6GADQM.svg") no-repeat right 0 / cover;
  max-width: 263px;
  max-height: 301px;
  width: 20.24%;
  height: 123.37%;
  transform: translate(-30%, -67.1%);
}
.banner.petals-2::before {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  background: url("./media/petals-4-O323PZW5.svg") no-repeat left 0 / contain;
  max-width: 146px;
  max-height: 203px;
  width: 11.24%;
  height: 83.2%;
  transform: translate(-25.5%, -38%);
}
.align-right {
  width: 100%;
  float: right;
  text-align: center;
  margin: 0 0 1.8rem 5rem;
}
.align-left {
  width: 100%;
  float: left;
  text-align: center;
  margin: 0 5rem 1.8rem 0;
}
.align-center {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.txt-right {
  text-align: right !important;
}
.txt-left {
  text-align: left !important;
}
.txt-center {
  text-align: center !important;
}
.pagination {
  display: block;
}
.main .pagination .menu {
  margin: 43px 0 33px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 12px;
}
.pagination a {
  text-decoration: none !important;
  border-radius: 50%;
  font-size: 2.4rem;
  font-family: Satoshi, sans-serif;
  font-weight: 500;
  aspect-ratio: 1;
  min-width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination .-active {
  position: relative;
}
.pagination .-active::before {
  content: "";
  display: block;
  background: url("./media/isolation-mode-YLRAU5SF.svg") no-repeat 0 0 / cover;
  width: 42px;
  height: 42px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.pagination .-active a {
  position: relative;
  font-weight: 900;
  color: #01AAFF;
  background: #FFF;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .25);
}
.pagination .-prev a,
.pagination .-next a {
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination .-prev a:after,
.pagination .-next a:after {
  content: "";
  width: 15px;
  height: 9px;
  background: url("./media/arrow-down-7HSR36LQ.svg") no-repeat center center / cover;
  display: block;
  filter: brightness(0);
}
.pagination .-prev a:after {
  transform: rotate(90deg);
}
.pagination .-next a:after {
  transform: rotate(-90deg);
}
.pagination .-disabled a {
  pointer-events: none;
  cursor: no-drop;
}
.pagination .-disabled a:after {
  opacity: .5;
}
.pagination a:hover:after,
.pagination a:focus:after {
  filter: brightness(0) saturate(100%) invert(55%) sepia(25%) saturate(6218%) hue-rotate(169deg) brightness(100%) contrast(101%);
}
.pagination .-disabled > a:hover:after,
.pagination .-disabled > a:focus:after {
  filter: brightness(0);
}
.more {
  padding: 35px 0 30px;
}
.more.-white {
  background: #FFF;
}
.more .columns {
  display: flex;
  flex-direction: column;
  gap: 45px;
}
.more .items {
  display: flex;
  flex-direction: column;
  gap: 21px;
}
.more .item {
  position: relative;
  padding: 17px 0 23px;
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
.more .item::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  border-radius: 3px;
  background: var(--line);
}
.more .item .title {
  font-size: 1.7rem;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
}
.more .item .title:hover,
.more .item .title:focus {
  color: #01AAFF;
}
.more .date {
  font-size: 1.6rem;
  text-align: center;
  opacity: .7;
}
.more .petals {
  position: relative;
}
.more .petals::before {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  transform: translate(-60%, -95%);
  width: 50%;
  height: 35%;
  max-width: 416px;
  max-height: 490px;
  background: url("./media/petals-WD66XEE3.svg") no-repeat 0 0 / auto 100%;
}
.more .petals > * {
  position: relative;
}
.more .petals-2 {
  position: relative;
}
.more .petals-2::before {
  content: "";
  position: absolute;
  left: 91.7%;
  top: 0;
  background: url("./media/petals-2-GG6GADQM.svg") no-repeat left 0 / contain;
  max-width: 222px;
  max-height: 255px;
  aspect-ratio: 222 / 255;
  width: 100%;
  height: 100%;
  transform: translateY(-63%);
}
.circle-buttons {
  pointer-events: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 20px;
  grid-area: buttons;
}
.circle-buttons > li {
  position: relative;
}
.circle-buttons .item {
  --size: 110px;
  pointer-events: auto;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  position: relative;
  padding: 20px;
  text-align: center;
  transition: transform .2s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.circle-buttons .item::after {
  content: "";
  background: #F2F4F8;
  box-shadow: 0 2.78px 2.78px 0 rgba(0, 0, 0, 0.17);
  border-radius: 50%;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.circle-buttons .item::before {
  background: url("./media/isolation-mode-YLRAU5SF.svg") no-repeat center center / cover;
  position: absolute;
  transform: translate(-3%, -3.5%);
  width: 113.64%;
  height: 114.4%;
  top: initial;
  left: initial;
  z-index: 0;
}
.circle-buttons .item > * {
  position: relative;
  z-index: 2;
}
.circle-buttons .icon {
  display: inline-flex;
}
.circle-buttons img {
  max-width: 40px;
  max-height: 40px;
  filter: brightness(0) saturate(100%) invert(70%) sepia(21%) saturate(5974%) hue-rotate(158deg) brightness(103%) contrast(105%);
}
.circle-buttons .caption {
  letter-spacing: -.5px;
  font-size: 1.45rem;
  font-weight: 600;
  line-height: 15px;
  text-wrap: balance;
}
.circle-buttons:hover img {
  filter: brightness(0) saturate(100%) invert(56%) sepia(0%) saturate(692%) hue-rotate(233deg) brightness(94%) contrast(86%);
}
.circle-buttons:hover .item::after {
  background: rgba(242, 244, 248, .8);
}
.circle-buttons:hover .-over .item:after {
  background: #FFF;
}
.circle-buttons .-over {
  z-index: 3;
}
.circle-buttons .-over .item {
  text-decoration: none;
  outline: none;
  color: #01AAFF;
  transform: translateY(-10%);
}
.circle-buttons .-over .item::before {
  content: "";
}
.circle-buttons .-over img {
  filter: none;
}
.circle-buttons .share {
  pointer-events: all;
  opacity: 0;
  transition: all .2s ease-in-out;
  position: absolute;
  left: 50%;
  top: 95%;
  transform: translateX(-50%);
  background: #129180;
  padding: 10px;
  border-radius: 999px;
  display: flex;
  gap: 10px;
}
.circle-buttons .share a {
  width: 40px;
  height: 40px;
  background: no-repeat 0 0 / cover;
  font-size: 0;
  border-radius: 50%;
  filter: brightness(0) invert(1);
}
.circle-buttons .share .facebook {
  background-image: url("./media/facebook-UCCFPJH2.svg");
}
.circle-buttons .share .twitter {
  background-image: url("./media/twitter-OTWFV34T.svg");
}
.circle-buttons .share .linkedin {
  background-image: url("./media/linkedin-D437HUDX.svg");
}
.circle-buttons .share .whatsapp {
  background-image: url("./media/whatsapp-NBXI2GGH.svg");
}
.circle-buttons .-over .share {
  opacity: 1;
}
.actions {
  background: #129180;
  padding-top: 30px;
}
.actions .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.actions .headline {
  color: #FFF;
  font-weight: 600;
  text-align: center;
}
.actions .text {
  flex: 1;
}
.to-right {
  opacity: 0;
  transform: translate3d(-25vw, 0, 0);
  transition: .5s;
}
.to-left {
  opacity: 0;
  transform: translate3d(25vw, 0, 0);
  transition: .5s;
}
.to-up {
  opacity: 0;
  transform: translate3d(0, 25vh, 0);
  transition: .5s;
}
.to-down {
  opacity: 0;
  transform: translate3d(0, -25vh, 0);
  transition: .5s;
}
.to-end {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.boxes {
  display: grid;
  gap: 30px;
}
.boxes .item {
  background: #FFF;
  border: 2px solid #FFF;
  border-radius: 10px;
  padding: 30px 21px 39px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.boxes .item:hover,
.boxes .item:focus {
  border-color: #12D0FF;
}
.boxes .top {
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.boxes .icon {
  align-self: center;
}
.boxes .icon img {
  height: revert-layer;
}
.boxes .title {
  color: #01AAFF;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.1;
}
.boxes .description {
  flex-direction: column;
  flex: 1;
}
.boxes a:not(.button),
.boxes a:not(.button):hover,
.boxes a:not(.button):focus {
  color: inherit;
  text-decoration: none !important;
}
.boxes strong {
  color: #01AAFF;
  font-weight: 500;
}
.boxes .button {
  text-decoration: none !important;
  width: 100%;
}
.boxes .button:hover,
.boxes .button:focus {
  color: #FFF !important;
}
.boxes .columns {
  display: grid !important;
  gap: 15px;
}
.boxes p ~ * {
  margin-top: 35px !important;
}
.boxes .-lg {
  font-size: 2.1rem;
}
.boxes .-gray {
  background: #F2F4F8;
  border-color: #F2F4F8;
}
.boxes .-green {
  background: #109080;
  border-color: #109080;
  color: #FFF;
}
.boxes .-green .title {
  color: inherit;
}
.boxes .-blue {
  background: #01AAFF;
  border-color: #01AAFF;
  color: #FFF;
}
.boxes .-blue .icon {
  filter: brightness(0) invert(1);
}
.boxes .-blue .title {
  color: inherit;
}
.generic-filters {
  padding-bottom: 20px;
}
.generic-filters .form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.generic-filters fieldset {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.generic-filters .dates {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto 1fr;
  gap: 5px 20px;
  grid-template-areas: "label label" "start end";
}
.generic-filters .dates label {
  grid-area: label;
}
.generic-filters .dates input:first-of-type {
  grid-area: start;
}
.generic-filters .dates input:last-of-type {
  grid-area: end;
}
.generic-filters .categories {
  flex: 1;
}
.generic-filters .text {
  position: relative;
}
.generic-filters .text input {
  padding-right: 75px;
  width: 100%;
}
.generic-filters .buttons {
  position: absolute;
  right: 15px;
  top: 0;
  height: 100%;
  display: flex;
  gap: 10px;
}
.generic-filters [class^=btn] {
  height: 100%;
  font-size: 0;
  background: none no-repeat center center;
  filter: brightness(0) saturate(100%) invert(0%) sepia(35%) saturate(4995%) hue-rotate(144deg) brightness(65%) contrast(82%);
}
.generic-filters .btn-keyboard {
  display: none;
  background-image: url("./media/keyboard-7SZSGYNP.svg");
  background-size: 23px auto;
  width: 23px;
}
.generic-filters .btn-submit {
  font-size: 0;
  background-image: url("./media/search-DQJFFQDZ.svg");
  background-size: 22px auto;
  width: 22px;
  filter: none;
}
.table-responsive {
  width: calc(100% + 12px);
  margin: 0 -6px;
  padding: 0 6px;
  overflow-x: auto;
  overflow-y: clip;
}
.table-responsive.-no-recuo {
  width: 100%;
  margin: 0;
  padding: 0;
}
.table-responsive .table {
  margin: 0 0 10px;
}
.table {
  width: 100%;
  border-collapse: collapse;
}
.table.col-striped td:nth-child(even) {
  background: #F2F4F8;
}
.table tr {
  position: relative;
  border-bottom: 2px solid #82cb87;
}
.table tr::after {
  content: "";
  width: calc(100% + 12px);
  height: 2px;
  position: absolute;
  left: -6px;
  bottom: -3px;
  z-index: 1;
  border-radius: 4px;
  background: var(--line);
}
@supports (-webkit-touch-callout: none) {
  .table tr::after {
    content: none;
  }
}
.table th {
  font-size: 2.5rem;
  font-weight: 500;
  color: #01AAFF;
}
.table th,
.table td {
  padding: 15px 20px;
  text-align: initial;
  position: relative;
  background: #FFF;
}
.table th:not(.-no-first):first-of-type,
.table td:not(.-no-first):first-of-type {
  padding-left: 0;
}
.table [rowspan]::before {
  content: "";
  display: block;
  background: inherit;
  width: 100%;
  height: calc(100% - 2px);
  position: absolute;
  top: 2px;
  left: 0;
  z-index: 2;
}
.table th:first-of-type::before,
.table td:first-of-type::before {
  width: calc(100% + 6px);
  left: -6px;
}
.table th:last-of-type::before,
.table td:last-of-type::before {
  width: calc(100% + 6px);
}
.table [rowspan] > * {
  position: relative;
  z-index: 2;
}
.table td a {
  text-decoration: none !important;
}
.table td .-link {
  font-weight: 500;
  color: #01AAFF;
}
.table td .-link:hover,
.table td .-link:focus {
  color: #12D0FF;
}
.table-responsive::-webkit-scrollbar {
  background: #DDD;
  height: 5px;
  width: 5px;
  border-radius: 5px;
}
.table-responsive::-webkit-scrollbar-thumb {
  background: #01AAFF;
  border-radius: 5px;
}
.table2 {
  width: calc(100% - 4px);
  border-collapse: collapse;
  position: relative;
  margin: 2px;
}
.table2::before {
  content: "";
  border-radius: 10px;
  border: 2px solid #01AAFF;
  position: absolute;
  left: -2px;
  top: -2px;
  width: 100%;
  height: 100%;
}
.table2 th,
.table2 td {
  padding: 15px 20px;
  text-align: initial;
  position: relative;
}
.table2 th:not(:first-child)::before,
.table2 td:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  width: 2px;
  height: 100%;
  background: #01AAFF;
  border-radius: 3px;
}
.table2 tr:first-child th:before {
  top: 10px;
}
.table2 tr:last-child td:before {
  bottom: 10px;
  top: auto;
}
.table2 th {
  background: #BEEFFD;
}
.table2 th:first-child {
  border-top-left-radius: 8px;
}
.table2 th:last-child {
  border-top-right-radius: 8px;
}
.table2 tr:last-child td:first-child {
  border-bottom-left-radius: 8px;
}
.table2 tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
}
.table2.-row-striped tr:nth-child(even) td {
  background: #BEEFFD;
}
.table2.-center th,
.table2.-center td {
  text-align: center;
}
.table2.-txt-lg {
  font-size: 166.6666%;
}
.action-icon {
  font-size: 1.2rem;
  line-height: 1;
  text-decoration: none !important;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
}
.action-icon:before {
  content: "";
  position: relative;
  z-index: 1;
  display: inline-block;
  background: no-repeat center center / cover;
  transition: transform .2s ease-in-out;
}
.action-icon.-download:before {
  background-image: url("./media/download-T2B4HZWV.svg");
  width: 35px;
  height: 44px;
}
.action-icon.-link:before {
  background-image: url("./media/link-intact-ETFWOKA7.svg");
  width: 38px;
  height: 37px;
}
.action-icon.-link-external:before {
  background-image: url("./media/link-external-BL5GODOA.svg");
  width: 39px;
  height: 39px;
}
.action-icon:before {
  transform: translateY(12px);
}
.action-icon > span {
  transform: translateY(-12px);
  opacity: 0;
  min-width: max-content;
  transition: all .3s ease-in-out;
}
.action-icon:hover:before,
.action-icon:focus:before {
  transform: translateY(0);
  filter: brightness(0) saturate(100%) invert(52%) sepia(64%) saturate(3536%) hue-rotate(173deg) brightness(103%) contrast(105%);
}
.action-icon:hover > span,
.action-icon:focus > span {
  transform: translateY(0);
  opacity: 1;
  color: #171717;
}
.picture {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.picture img {
  border-radius: 10px;
}
.picture.-full {
  width: 100%;
}
.picture.-border {
  border-radius: 10px;
  border: 2px solid #01AAFF;
}
.picture.-contain {
  padding: 10px;
}
.picture.-radius {
  border-radius: 10px;
}
.picture.-white {
  background: #FFF;
}
.picture.petals::before {
  content: "";
  position: absolute;
  left: 90%;
  top: 50%;
  background: url("./media/petals-2-GG6GADQM.svg") no-repeat left 0 / contain;
  max-width: 235px;
  max-height: 268px;
  aspect-ratio: 235/268;
  width: 100%;
  height: 72%;
  transform: translateY(-96.2%);
}
.carousel {
  position: relative;
}
.carousel .tns-visually-hidden {
  display: none;
}
.carousel .item {
  padding: 53px 0 110px;
  color: #FFF;
}
.carousel .item a {
  color: inherit;
}
.carousel .item a:hover,
.carousel .item a:focus {
  color: inherit;
  filter: inherit;
}
.carousel .item .-white:hover:after,
.carousel .item .-white:focus:after {
  filter: brightness(0) invert(1);
}
.carousel .item .-black:hover:after,
.carousel .item .-black:focus:after {
  filter: brightness(0) invert(0);
}
.carousel .carousel-slider > .item:not(.tns-slide-active) {
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.carousel .tns-slider > .item:not(.tns-slide-active) {
  height: auto;
  overflow: initial;
  opacity: 1;
}
.carousel .-green {
  background-color: #127101;
}
.carousel .-green-teal {
  background-color: #129180;
}
.carousel .-blue {
  background-color: #01AAFF;
}
.carousel .-dark-blue {
  background-color: #01AAFF;
}
.carousel .-tangelo {
  background-color: #FAB180;
}
.carousel .container {
  min-height: 300px;
  display: grid;
  gap: 20px;
}
.carousel .title {
  font-size: 3rem;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 8px;
}
.carousel .description {
  font-size: 1.8rem;
  line-height: normal;
  margin-bottom: 22px;
}
.carousel .tns-controls {
  position: absolute;
  z-index: 1;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 155px;
  width: calc(70px + var(--nav-width));
  height: 0;
  display: flex;
  justify-content: space-between;
}
.carousel .tns-controls [aria-controls] {
  background: none;
  font-size: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  transform: translateY(-50%);
}
.carousel .tns-controls [aria-controls]:after {
  content: "";
  width: 100%;
  height: 100%;
  background: url("./media/arrow-down-7HSR36LQ.svg") no-repeat center center / 58% auto;
  display: inline-block;
  transform: rotate(-90deg);
  filter: brightness(0) invert(1);
}
.carousel .tns-controls [data-controls=prev]:after {
  transform: rotate(90deg);
}
.carousel .tns-nav {
  position: absolute;
  z-index: 0;
  bottom: 53px;
  left: 50%;
  transform: translate(-50%, 50%);
  display: flex;
  gap: 13px;
}
.carousel .tns-nav button {
  position: relative;
  background: none;
  border: 0;
  border-radius: 50%;
}
.carousel .tns-nav span {
  border-radius: 50%;
  font-family: Satoshi, sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  color: #FFF;
  aspect-ratio: 1;
  min-width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.carousel .tns-nav .tns-nav-active span {
  position: relative;
  background: #FFF;
  color: #01AAFF;
  font-weight: 900;
}
.carousel .tns-nav .tns-nav-active::before {
  content: "";
  display: block;
  background: url("./media/isolation-mode-YLRAU5SF.svg") no-repeat 0 0 / cover;
  width: 42px;
  height: 42px;
  position: absolute;
  bottom: -4px;
  right: 0;
}
.carousel [data-nav-color=black] .item {
  color: #171717;
}
.carousel [data-nav-color=black] [data-nav]:not(.tns-nav-active) span {
  color: #171717;
}
.carousel [data-nav-color=black] [aria-controls]:after {
  filter: brightness(0);
}
.carousel .picture,
.carousel .figure {
  border-radius: 10px;
  overflow: hidden;
  max-height: 300px;
  aspect-ratio: 640/300;
}
.carousel img[data-src] {
  opacity: 1;
}
.carousel img[src=""] {
  aspect-ratio: 1;
}
.accordion {
  display: grid;
  gap: 25px;
}
.accordion .item {
  background: #FFF;
  border-radius: 10px;
  border: 2px solid #DEDEDE;
  max-height: min-content;
  overflow: hidden;
  transition: height 4s ease-in;
}
.accordion .head a {
  padding: 15px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
.accordion .head a:after {
  content: "";
  background: url("./media/arrow-down-7HSR36LQ.svg") no-repeat center center / contain;
  min-width: 18px;
  height: 14px;
  margin-bottom: -2px;
  transition: transform .5s ease-in-out;
  filter: brightness(0);
}
.accordion .collapse {
  display: block;
  width: 100%;
  overflow: hidden;
  max-height: 0;
  transition: max-height 1s ease-in-out;
}
.accordion .body {
  position: relative;
  width: 100%;
  padding: 0 20px 40px;
}
.accordion .close {
  font-size: 0;
  position: absolute;
  z-index: 3;
  right: 22px;
  bottom: 16px;
  background: url("./media/x-LSHVGXMA.svg") no-repeat center center / cover;
  width: 14px;
  height: 14px;
  transform: none;
}
.accordion .item:hover {
  border-color: #01AAFF;
}
.accordion .item:has(a:focus) {
  border-color: #01AAFF;
}
.accordion .head a:focus {
  outline: 0;
}
.accordion .head a:focus:after,
.accordion .head a:hover:after {
  filter: none;
}
.accordion .-open {
  border-color: #01AAFF;
  height: max-content;
}
.accordion .-open .head a {
  color: #01AAFF;
  outline: none;
}
.accordion .-open .head a:after {
  filter: none;
  transform: rotate(180deg);
}
.accordion .-open .collapse {
  max-height: max-content;
}
.accordion .columns {
  display: grid;
  gap: 45px;
}
.accordion .columns .column {
  position: relative;
}
.accordion .columns .column:not(:first-child):before {
  content: "";
  border-radius: 9px;
  position: absolute;
  top: -23px;
  left: 0;
  height: 2px;
  width: 100%;
  background: var(--line);
}
.-accordion {
  gap: 16px;
}
.-accordion .item {
  box-shadow: 0 3px 3px rgba(0, 0, 0, .13);
}
.-accordion .head a:after {
  transform: rotate(-90deg);
}
.-accordion .-open {
  box-shadow: none;
}
.-accordion .-open .head a:after {
  background-image: url("./media/x-LSHVGXMA.svg");
  width: 22px;
  height: 23px;
  transform: none;
}
.accordion .-open.-no-overflow,
.accordion .-open.-no-overflow .collapse {
  overflow: visible;
}
.boards {
  display: grid;
  gap: 30px;
}
.boards .item {
  background: #FFF;
  border: 2px solid #FFF;
  border-radius: 10px;
  display: flex;
}
.boards .item:hover,
.boards .item:focus {
  border-color: transparent;
  outline: 2px solid #12D0FF;
  outline-offset: -2px;
}
.boards .figure {
  background: #E5E8EF;
  border-radius: 10px 0 0 10px;
  margin: -2px;
  width: 145px;
}
.boards .figure a {
  display: block;
}
.boards .figure img {
  background: #E5E8EF;
  border-radius: 8px 0 0 8px;
  border: 2px solid #E5E8EF;
  width: 100%;
  aspect-ratio: 192 / 257;
}
.boards .info {
  padding: 28px 10px 31px 20px;
  min-height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex: 1;
}
.boards .title {
  color: #01AAFF;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 4px;
  text-wrap: balance;
}
.boards .subtitle {
  color: #01AAFF;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 4px;
  text-wrap: balance;
}
.boards .description {
  flex: 1;
}
.boards .item a,
.boards .item a:hover,
.boards .item a:focus {
  color: inherit;
  text-decoration: none !important;
}
.boards .link {
  color: #01AAFF !important;
}
.boards p ~ * {
  margin-top: 16px !important;
}
.boards .-gray {
  background: #F2F4F8;
  border-color: #F2F4F8;
}
.g-columns {
  display: grid;
  --gap: 30px;
  gap: var(--gap);
}
.supercards .item {
  background: #FFF;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}
.supercards .-gray {
  background: #F2F4F8;
}
.supercards .item:hover,
.supercards .item:focus {
  outline: 2px solid #01AAFF;
  outline-offset: -2px;
}
.supercards img {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.supercards .info {
  padding: 39px 21px;
}
.supercards .picture + .info {
  padding-top: 21px;
}
.supercards .title {
  font-size: 2.2rem;
  font-weight: 500;
  color: #01AAFF;
  margin-bottom: 22px;
}
.basiccards > .item {
  background: #FFF;
  border: 2px solid #01AAFF;
  border-radius: 10px;
  padding: 28px 21px;
}
.basiccards > .item.-center {
  display: grid;
  justify-content: center;
}
.basiccards > .-gray {
  background: #F2F4F8;
}
.imagemap {
  position: relative;
  display: inline-block;
}
.imagemap .area {
  --map-left: var(--map-left-mobile);
  --map-top: var(--map-top-mobile);
  --map-width: var(--map-width-mobile);
  --map-height: var(--map-height-mobile);
  position: absolute;
  z-index: 1;
  left: var(--map-left, 0);
  top: var(--map-top, 0);
  width: var(--map-width, 50%);
  height: var(--map-height, 10%);
}
.imagemap .shape {
  border-radius: 10px;
  font-size: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: block;
}
.imagemap .shape::after {
  content: "";
  height: 20%;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
}
.imagemap .popover {
  display: none;
  position: absolute;
  top: 110%;
  left: 50%;
  transform: translateX(var(--popover-left, -50%));
  background: #FFF;
  border: 2px solid #01AAFF;
  border-radius: 22px;
  padding: 20px 15px;
  font-size: 1.8rem;
  text-align: left;
  min-width: 290px;
  width: calc(91.3vw - 30px);
}
.imagemap .area:hover {
  z-index: 2;
}
.imagemap .area:hover .popover {
  display: block;
}
.imagemap .shape:focus ~ .popover {
  display: block;
}
.-space-sm {
  margin-bottom: 10px !important;
}
.-space-md {
  margin-bottom: 35px !important;
}
.-space-lg {
  margin-bottom: 50px !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pl-0 {
  padding-left: 0 !important;
}
@media (min-width: 768px) {
  .more .petals::before {
    transform: translate(-30%, -95%);
  }
  .boxes .button {
    width: 54.435%;
  }
  .boxes .columns {
    grid-template-columns: 1fr 1fr;
    gap: 15px 30px;
  }
  .boards .figure {
    width: 196px;
  }
  .boards .info {
    min-height: 239px;
  }
  .imagemap .area {
    --map-left: var(--map-left-desk);
    --map-top: var(--map-top-desk);
    --map-width: var(--map-width-desk);
    --map-height: var(--map-height-desk);
  }
  .imagemap .popover {
    left: 0;
    transform: none;
    max-width: 40vw;
  }
  .imagemap .popover.-right {
    right: 0;
    left: auto;
  }
  .imagemap .popover.-center {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 992px) {
  .align-right {
    width: auto;
  }
  .align-left {
    width: auto;
  }
  .boxes:not(.-full) {
    grid-template-columns: 1fr 1fr;
    gap: 40px 58px;
  }
  .generic-filters .form {
    flex-direction: row;
    align-items: flex-end;
    gap: 35px;
  }
  .generic-filters .cities {
    max-width: 299px;
    flex: 1;
  }
  .generic-filters .dates input {
    max-width: 160px;
  }
  .generic-filters .order {
    max-width: 150px;
  }
  .generic-filters .text {
    max-width: 237px;
  }
  .generic-filters .categories {
    max-width: 299px;
  }
  .generic-filters .btn-keyboard {
    display: inline-flex;
  }
  .carousel .container {
    display: grid;
    grid-template-columns: 49.4% 1fr;
    gap: 54px;
  }
  .boards:not(.-full) {
    grid-template-columns: 1fr 1fr;
    gap: 40px 18px;
  }
  .boards .figure {
    width: 196px;
  }
}
@media (min-width: 1200px) {
  .banner {
    margin-bottom: 39px;
  }
  .circle-buttons {
    gap: 66px;
  }
  .circle-buttons .item {
    --size: 132px;
  }
  .circle-buttons img {
    max-width: 40px;
    max-height: 40px;
  }
  .circle-buttons .caption {
    font-size: 1.5rem;
    line-height: 17px;
  }
  .actions {
    padding-top: 0;
  }
  .actions::before {
    content: "";
    display: block;
    background: #FFF;
    height: 90px;
  }
  .actions .container {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
  .actions .figure {
    margin: -77px 0 0 -31px;
  }
  .picture.-contain {
    padding: 20px 13px;
  }
  .more {
    padding: 87px 0 95px;
  }
  .more .columns {
    display: grid;
    grid-auto-rows: auto;
    grid-template-columns: 1fr 1fr;
    gap: 4.2%;
  }
  .more .petals::before {
    max-width: 416px;
    max-height: 490px;
    height: 134.55%;
    transform: translate(-62%, -85%);
  }
  .generic-filters {
    padding-bottom: 38px;
  }
  .generic-filters .form {
    gap: 50px;
  }
  .generic-filters fieldset,
  .generic-filters .dates {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }
  .generic-filters .order {
    max-width: 178px;
  }
  .generic-filters .text {
    width: 272px;
    max-width: none;
  }
  .generic-filters .text input {
    padding-right: 50px;
  }
  .table th,
  .table td {
    padding: 20px 62px;
  }
  .accordion {
    gap: 40px;
  }
  .accordion .head a {
    padding: 22.5px 50px 25px 25px;
    gap: 30px;
  }
  .accordion .head a:after {
    min-width: 25px;
  }
  .accordion .body {
    padding-inline: 25px 50px;
  }
  .accordion .close {
    right: 56px;
  }
  .accordion .columns {
    grid-template-columns: 1fr 1fr;
    gap: 40px 52px;
  }
  .accordion .columns.-auto {
    grid-template-columns: auto auto;
  }
  .accordion .columns.-auto-max {
    grid-template-columns: auto max-content;
  }
  .accordion .columns.-v-center {
    align-items: center;
  }
  .accordion .columns .column:not(:first-child):before {
    top: 0;
    left: -27px;
    height: 100%;
    width: 2px;
    background: var(--line-v);
  }
  .accordion .columns .column:not(:nth-child(even)):before {
    content: none;
  }
  .-accordion {
    gap: 26px;
  }
  .-accordion .body {
    padding-right: 50px;
  }
  .accordion.-columns {
    grid-template-columns: 1fr 1fr;
    align-items: start;
    grid-auto-flow: column;
    grid-template-rows: repeat(var(--half-items), auto);
  }
  .boards:not(.-full) {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .g-columns {
    --gap: 65px;
    grid-template-columns: 1fr 1fr;
  }
  .g-columns.-gap-sm {
    --gap: 25px;
  }
  .g-columns.-gap-left {
    grid-template-columns: calc(50% - var(--gap)) 1fr;
  }
  .g-columns.-gap-right {
    grid-template-columns: 1fr calc(50% - var(--gap));
  }
  .g-columns.-auto-max {
    grid-template-columns: auto max-content;
  }
  .g-columns.-max-auto {
    grid-template-columns: max-content auto;
  }
  .g-columns.-v-center {
    align-items: center;
  }
  .g-columns.-reverse {
    grid-auto-flow: dense;
  }
  .g-columns.-reverse > :first-child {
    grid-column: 2;
  }
  .imagemap .popover {
    font-size: 2.2rem;
    padding: 35px 28px;
    width: var(--popover-width, auto);
    max-width: 90vw;
  }
}

/* src/assets/css/lib/quill.min.css */
.ql-container,
.ql-editor,
.ql-snow,
.ql-snow *,
.ql-toolbar.ql-snow {
  box-sizing: border-box !important;
}
.ql-editor u,
.ql-snow .ql-editor a {
  text-decoration: underline !important;
}
.ql-container {
  font-family:
    Helvetica,
    Arial,
    sans-serif !important;
  font-size: 13px !important;
  height: 100% !important;
  margin: 0 !important;
  position: relative !important;
}
.ql-container.ql-disabled .ql-tooltip,
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden !important;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before,
.ql-editor ul[data-checked=false],
.ql-editor ul[data-checked=true] {
  pointer-events: none !important;
}
.ql-clipboard {
  left: -100000px !important;
  height: 1px !important;
  overflow-y: hidden !important;
  position: absolute !important;
  top: 50% !important;
}
.ql-clipboard p {
  margin: 0 !important;
  padding: 0 !important;
}
.ql-editor {
  line-height: 1.42 !important;
  height: 100% !important;
  outline: 0 !important;
  overflow-y: auto !important;
  padding: 12px 15px !important;
  tab-size: 4 !important;
  -moz-tab-size: 4 !important;
  text-align: left !important;
  white-space: pre-wrap !important;
  word-wrap: break-word !important;
}
.ql-editor > * {
  cursor: text !important;
}
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6,
.ql-editor ol,
.ql-editor p,
.ql-editor pre,
.ql-editor ul {
  margin: 0 !important;
  padding: 0 !important;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9 !important;
}
.ql-editor ol,
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul,
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em !important;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none !important;
}
.ql-editor ul > li::before {
  content: "\2022" !important;
}
.ql-editor ul[data-checked=false] > li *,
.ql-editor ul[data-checked=true] > li * {
  pointer-events: all !important;
}
.ql-editor ul[data-checked=false] > li::before,
.ql-editor ul[data-checked=true] > li::before {
  color: #777 !important;
  cursor: pointer !important;
  pointer-events: all !important;
}
.ql-editor ul[data-checked=true] > li::before {
  content: "\2611" !important;
}
.ql-editor ul[data-checked=false] > li::before {
  content: "\2610" !important;
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap !important;
  width: 1.2em !important;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em !important;
  margin-right: .3em !important;
  text-align: right !important;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: .3em !important;
  margin-right: -1.5em !important;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em !important;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9 !important;
  counter-increment: list-0 !important;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) ". " !important;
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1 !important;
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9 !important;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) ". " !important;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2 !important;
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9 !important;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) ". " !important;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3 !important;
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9 !important;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) ". " !important;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4 !important;
  counter-reset: list-5 list-6 list-7 list-8 list-9 !important;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) ". " !important;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5 !important;
  counter-reset: list-6 list-7 list-8 list-9 !important;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) ". " !important;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6 !important;
  counter-reset: list-7 list-8 list-9 !important;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) ". " !important;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7 !important;
  counter-reset: list-8 list-9 !important;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) ". " !important;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8 !important;
  counter-reset: list-9 !important;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) ". " !important;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9 !important;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) ". " !important;
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em !important;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em !important;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em !important;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em !important;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em !important;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em !important;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em !important;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em !important;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em !important;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em !important;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em !important;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em !important;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em !important;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em !important;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em !important;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em !important;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em !important;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em !important;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em !important;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em !important;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em !important;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em !important;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em !important;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em !important;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em !important;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em !important;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em !important;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em !important;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em !important;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em !important;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em !important;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em !important;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em !important;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em !important;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em !important;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em !important;
}
.ql-editor .ql-video {
  display: block !important;
  max-width: 100% !important;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto !important;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black,
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-snow .ql-color-picker.ql-background .ql-picker-item,
.ql-snow .ql-tooltip {
  background-color: #fff;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button:focus,
.ql-snow .ql-toolbar button:hover,
.ql-snow a,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow.ql-toolbar button:focus,
.ql-snow.ql-toolbar button:hover {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family:
    Georgia,
    Times New Roman,
    serif;
}
.ql-editor .ql-font-monospace,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family:
    Monaco,
    Courier New,
    monospace;
}
.ql-editor .ql-size-small {
  font-size: .75em;
}
.ql-editor .ql-size-large,
.ql-snow .ql-editor h2,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, .6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-snow .ql-formats:after,
.ql-snow .ql-toolbar:after,
.ql-snow.ql-toolbar:after {
  clear: both;
  content: "";
  display: table;
}
.ql-snow .ql-toolbar button,
.ql-snow.ql-toolbar button {
  background: 0 0;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-snow .ql-toolbar button svg,
.ql-snow.ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-snow .ql-toolbar button:active:hover,
.ql-snow.ql-toolbar button:active:hover {
  outline: 0;
}
.ql-snow .ql-direction svg:last-child,
.ql-snow .ql-direction.ql-active svg:first-child,
.ql-snow .ql-hidden,
.ql-snow .ql-toolbar input.ql-image[type=file],
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove,
.ql-snow.ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill {
  fill: #06c;
}
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter {
  stroke: #06c;
}
@media (pointer:coarse) {
  .ql-snow .ql-toolbar button:hover:not(.ql-active),
  .ql-snow.ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
  line-height: 26px;
}
.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}
.ql-snow .ql-empty {
  fill: none;
}
.ql-snow .ql-even {
  fill-rule: evenodd;
}
.ql-snow .ql-stroke.ql-thin,
.ql-snow .ql-thin {
  stroke-width: 1;
}
.ql-snow .ql-transparent {
  opacity: .4;
}
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-snow .ql-editor h1,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-snow .ql-editor h3,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-snow .ql-editor h4,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-snow .ql-editor h5,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: .83em;
}
.ql-snow .ql-editor h6,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: .67em;
}
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-container.ql-snow,
.ql-snow .ql-tooltip,
.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
}
.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-snow .ql-editor img {
  max-width: 100%;
}
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0;
}
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0;
  width: 16px;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""])::before {
  content: attr(data-label);
}
.ql-snow .ql-picker.ql-header,
.ql-snow .ql-picker.ql-size {
  width: 98px;
}
.ql-snow .ql-picker.ql-header .ql-picker-item::before,
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before,
.ql-snow .ql-picker.ql-size .ql-picker-label::before {
  content: "Normal";
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before {
  content: "Heading 1";
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before {
  content: "Heading 2";
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before {
  content: "Heading 3";
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before {
  content: "Heading 4";
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before {
  content: "Heading 5";
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before {
  content: "Heading 6";
}
.ql-snow .ql-picker.ql-font {
  width: 108px;
}
.ql-snow .ql-picker.ql-font .ql-picker-item::before,
.ql-snow .ql-picker.ql-font .ql-picker-label::before {
  content: "Sans Serif";
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before {
  content: "Serif";
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before {
  content: "Monospace";
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before {
  content: "Small";
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before {
  content: "Large";
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before {
  content: "Huge";
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-toolbar.ql-snow {
  font-family:
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  padding: 8px;
}
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0, 0, 0, .2) 0 2px 8px;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0;
}
.ql-snow .ql-tooltip {
  box-shadow: 0 0 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}
.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}
.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0;
  padding: 3px 5px;
  width: 170px;
}
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: "Edit";
  margin-left: 16px;
  padding-right: 8px;
}
.ql-snow .ql-tooltip a.ql-remove::before {
  content: "Remove";
  margin-left: 8px;
}
.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: "Save";
  padding-right: 0;
}
.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}
.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}
.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}

/* angular:styles/global:styles */
