@charset "UTF-8";
.green-overlay {
  filter: brightness(0) saturate(100%) invert(54%) sepia(96%) saturate(201%) hue-rotate(132deg) brightness(96%) contrast(93%);
}
:root {
  --color-secondary: #333366;
  --color-primary: #00dddd;
  --color-primary-light: #00dddd55;
  --color-primary-light-transparent: #00dddd33;
  --color-tertiary: #00dddd55;
  --color-dark: #000033;
  --color-light: #f3faff;
  --color-text: #000000;
  --color-contrast: white;
  --color-background: #f6f7f8;
  --color-risk: #fb327e;
  --color-risk-light: #fca1c4ee;
  --color-risk-light-transparent: #fca1c499;
  --color-warning: #ff822d;
  --color-warning-light: #ff822dee;
  --color-warning-light-transparent: #ff822d33;
  --color-postit: var(--color-postit);
  --color-green: #399E86;
  --color-gray-dark: #262626;
  --color-gray: #808080;
  --color-gray-light: #cccccc;
  --color-gray-medium: #333333;
  --color-success: #399E86;
  --color-danger: #fb327e;
  --color-brand: var(--color-secondary);
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote::before,
q::before,
blockquote::after,
q::after {
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  box-sizing: border-box;
  outline: none;
  outline-offset: 0;
}
*::selection {
  background-color: rgba(153, 153, 178, 0.25);
}
body {
  color: #000000;
  font-weight: 400;
}
h1 {
  background: linear-gradient(black, black);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
.slogan {
  position: relative;
  margin-top: 0.5rem;
}
.title {
  margin: 0 0 2rem;
}
.introduction {
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 2rem;
}
.app-content-container {
  --footer-height: 359px;
  --navigation-height: 96px;
  min-height: calc(100vh - var(--navigation-height) - var(--footer-height));
}
p a,
p a.link {
  -webkit-user-select: text;
          user-select: text;
}
a,
button:not([disabled]) {
  /* stylelint-disable-next-line selector-class-pattern */
}
a:not(.AppButton),
button:not([disabled]):not(.AppButton) {
  cursor: pointer !important;
}
i {
  font-style: italic;
}
br {
  -webkit-user-select: none;
          user-select: none;
}
img {
  -webkit-user-select: none;
          user-select: none;
}
input,
textarea {
  width: auto;
  padding: 0.5rem;
  color: #000000;
  font-size: 0.9em;
  line-height: 1rem !important;
  caret-color: #00dddd !important;
  border: 1px solid #808080;
  border-width: 1px;
  border-style: solid;
  border-radius: 0.25rem;
  background-color: #f6f7f8;
  box-shadow: none;
  height: 3rem;
}
input.is-focused,
textarea.is-focused {
  border-color: #00dddd;
  box-shadow: 0 0 0 #808080 #00dddd;
}
input.is-disabled,
textarea.is-disabled,
input.disabled,
textarea.disabled {
  color: #808080;
  background-color: #cccccc;
  border-color: #808080;
}
input:hover,
textarea:hover {
  border-color: #00dddd;
}
input[type="checkbox"] {
  accent-color: #333366;
}
textarea {
  resize: none;
}
select {
  font-family: inherit;
}
form fieldset {
  width: 100%;
  /* stylelint-disable-next-line no-descending-specificity */
}
form fieldset > * {
  width: 100%;
}
form fieldset .label {
  display: block;
  padding-left: 0.25em;
  color: #000000;
  font-size: 0.8em;
  text-align: left;
}
ol {
  list-style: decimal;
  list-style-position: inside;
}
code {
  display: inline-block;
}
/* Window Width < 480 */
@media only screen and (max-width: 480px) {
  html {
    font-size: 12px;
  }
}
/* 480 ≤ Window Width < 768 */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  html {
    font-size: 13px;
  }
}
/* 768 ≤ Window Width < 1024 */
@media only screen and (width >= 768px) and (width <= 1023px) {
  html {
    font-size: 14px;
  }
}
/* 1024 ≤ Window Width < 1152 */
@media only screen and (width >= 1024px) and (width <= 1151px) {
  html {
    font-size: 15px;
  }
}
/* 1152 ≤ Window Width < 1280 */
@media only screen and (width >= 1152px) and (width <= 1280px) {
  html {
    font-size: 16px;
  }
}
/* 1280 ≤ Window Width < 1440 */
@media only screen and (width >= 1280px) and (width <= 1439px) {
  html {
    font-size: 17px;
  }
}
/* 1440 ≤ Window Width */
@media only screen and (width >= 1440px) {
  html {
    font-size: 18px;
  }
}
@media print {
  #drift-widget-container,
  #Embed {
    display: none !important;
  }
}
.grecaptcha-badge {
  display: none !important;
}
.m-icon {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
.m-icon.error {
  color: #fb327e;
}
.m-icon.success {
  color: #399E86;
}
.modal-form {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 1rem;
  align-content: center;
}
.modal-form label {
  place-self: center end;
}
@font-face {
  font-family: 'TT Norms Pro';
  font-style: normal;
  font-weight: 300;
  src: url("/static/fonts/TTNormsPro-Light.otf") format('opentype');
}
@font-face {
  font-family: 'TT Norms Pro';
  font-style: normal;
  font-weight: 400;
  src: url("/static/fonts/TTNormsPro-Normal.otf") format('opentype');
}
@font-face {
  font-family: 'TT Norms Pro';
  font-style: normal;
  font-weight: 400;
  src: url("/static/fonts/TTNormsPro-Regular.otf") format('opentype');
}
@font-face {
  font-family: 'TT Norms Pro';
  font-style: normal;
  font-weight: 500;
  src: url("/static/fonts/TTNormsPro-Medium.otf") format('opentype');
}
@font-face {
  font-family: 'TT Norms Pro';
  font-style: normal;
  font-weight: 600;
  src: url("/static/fonts/TTNormsPro-DemiBold.otf") format('opentype');
}
@font-face {
  font-family: 'TT Norms Pro';
  font-style: normal;
  font-weight: 700;
  src: url("/static/fonts/TTNormsPro-Bold.otf") format('opentype');
}
/* fallback */
@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 400;
  src: url("/static/fonts/google-material-symbols-outlined.woff2") format('woff2');
}
.material-symbols-outlined {
  -webkit-user-select: none;
          user-select: none;
  font-family: 'Material Symbols Outlined', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
.selection-line {
  position: absolute;
  background: repeating-linear-gradient(to right, #00dddd 0, #00dddd 4px, transparent 4px, transparent 8px);
  height: 4px;
  transform-origin: 0 0;
  pointer-events: none;
  transition: none;
}
@keyframes loading-dots {
  0% {
    opacity: 0.25;
  }
  12.5% {
    opacity: 1;
  }
  100% {
    opacity: 0.25;
  }
}
@keyframes loading-stripes {
  from {
    background-position: 0%;
  }
  to {
    background-position: 100%;
  }
}
/* stylelint-disable function-disallowed-list */
/* stylelint-disable alpha-value-notation */
/* stylelint-disable selector-class-pattern */
.text-primary {
  color: #00dddd !important;
}
.text-primary-light {
  color: #00dddd55 !important;
}
.text-primary-light-transparent {
  color: #00dddd33 !important;
}
.text-secondary {
  color: #333366 !important;
}
.text-brand {
  color: #333366 !important;
}
.text-green {
  color: #399E86 !important;
}
.text-risk {
  color: #fb327e !important;
}
.text-risk-light {
  color: #fca1c4ee !important;
}
.text-risk-light-transparent {
  color: #fca1c499 !important;
}
.text-warning {
  color: #ff822d !important;
}
.text-warning-light {
  color: #ff822dee !important;
}
.text-warning-light-transparent {
  color: #ff822d33 !important;
}
.text-gray {
  color: #808080 !important;
}
.text-gray-light {
  color: #cccccc !important;
}
.text-gray-dark {
  color: #262626 !important;
}
.text-gray-medium {
  color: #333333 !important;
}
.text-dark {
  color: #000033 !important;
}
.text-white {
  color: white !important;
}
.bg-primary {
  background-color: #00dddd !important;
}
.bg-primary-light {
  background-color: #00dddd55 !important;
}
.bg-primary-light-transparent {
  background-color: #00dddd33 !important;
}
.bg-secondary {
  background-color: #333366 !important;
}
.bg-brand {
  background-color: #333366 !important;
}
.bg-green {
  background-color: #399E86 !important;
}
.bg-risk {
  background-color: #fb327e !important;
}
.bg-risk-light {
  background-color: #fca1c4ee !important;
}
.bg-risk-light-transparent {
  background-color: #fca1c499 !important;
}
.bg-warning {
  background-color: #ff822d !important;
}
.bg-warning-light {
  background-color: #ff822dee !important;
}
.bg-warning-light-transparent {
  background-color: #ff822d33 !important;
}
.bg-gray-dark {
  background-color: #262626 !important;
}
.bg-gray-medium {
  background-color: #333333 !important;
}
.bg-gray-light {
  background-color: #cccccc !important;
}
.bg-dark {
  background-color: #000033 !important;
}
.bg-background {
  background-color: #f6f7f8 !important;
}
.border-secondary {
  border-color: #333366 !important;
}
.border-primary {
  border-color: #00dddd !important;
}
.border-brand {
  border-color: #333366 !important;
}
.border-gray {
  border-color: #808080 !important;
}
.border-gray-light {
  border-color: #cccccc !important;
}
.list-disk {
  list-style-type: disc;
}
.break-normal {
  word-break: normal;
}
.break-all {
  word-break: break-all;
}
.break-keep {
  word-break: keep-all;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.text-start {
  text-align: start;
}
.text-end {
  text-align: end;
}
.text-xs {
  font-size: 0.75rem;
  /* 12px */
}
.text-sm {
  font-size: 0.875rem;
  /* 14px */
}
.text-base {
  font-size: 1rem;
  /* 16px */
}
.text-lg {
  font-size: 1.125rem;
  /* 18px */
}
.text-xl {
  font-size: 1.25rem;
  /* 20px */
}
.text-2xl {
  font-size: 1.5rem;
  /* 24px */
}
.text-3xl {
  font-size: 1.875rem;
  /* 30px */
}
.text-4xl {
  font-size: 2.25rem;
  /* 36px */
}
.text-5xl {
  font-size: 3rem;
  /* 48px */
}
.text-6xl {
  font-size: 3.75rem;
  /* 60px */
}
.text-7xl {
  font-size: 4.5rem;
  /* 72px */
}
.text-8xl {
  font-size: 6rem;
  /* 96px */
}
.text-9xl {
  font-size: 8rem;
  /* 128px */
}
.font-thin {
  font-weight: 100;
}
.font-extralight {
  font-weight: 200;
}
.font-light {
  font-weight: 300;
}
.font-normal {
  font-weight: 400;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-black {
  font-weight: 900;
}
.italic {
  font-style: italic;
}
.not-italic {
  font-style: normal;
}
.font-sans {
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.font-serif {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}
.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.gap-0 {
  gap: 0;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.leading-3 {
  line-height: 0.75rem;
  /* 12px */
}
.leading-4 {
  line-height: 1rem;
  /* 16px */
}
.leading-5 {
  line-height: 1.25rem;
  /* 20px */
}
.leading-6 {
  line-height: 1.5rem;
  /* 24px */
}
.leading-7 {
  line-height: 1.75rem;
  /* 28px */
}
.leading-8 {
  line-height: 2rem;
  /* 32px */
}
.leading-9 {
  line-height: 2.25rem;
  /* 36px */
}
.leading-10 {
  line-height: 2.5rem;
  /* 40px */
}
.cursor-default {
  cursor: default !important;
}
.cursor-inherit {
  cursor: inherit !important;
}
.cursor-move {
  cursor: move !important;
}
.cursor-pointer {
  cursor: pointer !important;
}
.cursor-text {
  cursor: text !important;
}
.just-flex {
  display: flex;
}
.grid {
  display: grid;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
.hidden {
  display: none;
}
.justify-normal {
  justify-content: normal;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.justify-evenly {
  justify-content: space-evenly;
}
.justify-stretch {
  justify-content: stretch;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.items-stretch {
  align-items: stretch;
}
.self-auto {
  align-self: auto;
}
.self-start {
  align-self: flex-start;
}
.self-end {
  align-self: flex-end;
}
.self-end-safe {
  align-self: safe flex-end;
}
.self-center {
  align-self: center;
}
.self-center-safe {
  align-self: safe center;
}
.self-stretch {
  align-self: stretch;
}
.self-baseline {
  align-self: baseline;
}
.self-last-baseline {
  align-self: last baseline;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}
.grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}
.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}
.grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-none {
  grid-template-columns: none;
}
.grid-cols-subgrid {
  grid-template-columns: subgrid;
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.m-0 {
  margin: 0;
}
.m-1 {
  margin: 0.25rem;
}
.m-2 {
  margin: 0.5rem;
}
.m-3 {
  margin: 0.75rem;
}
.m-4 {
  margin: 1rem;
}
.m-8 {
  margin: 2rem;
}
.m-12 {
  margin: 3rem;
}
.-mt-4 {
  margin-top: -1rem;
}
.-mt-3 {
  margin-top: -0.75rem;
}
.-mt-2 {
  margin-top: -0.5rem;
}
.-mt-1 {
  margin-top: -0.25rem;
}
.mt-0 {
  margin-top: 0;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-7 {
  margin-top: 1.75rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-18 {
  margin-top: 4.5rem;
}
.mt-19 {
  margin-top: 4.75rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-24 {
  margin-top: 6rem;
}
.mt-31 {
  margin-top: 7.75rem;
}
.mt-32 {
  margin-top: 8rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.ml-8 {
  margin-left: 2rem;
}
.ml-12 {
  margin-left: 3rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.mr-8 {
  margin-right: 2rem;
}
.mr-12 {
  margin-right: 3rem;
}
.mx-0 {
  margin-left: 0;
  margin-right: 0;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}
.mx-12 {
  margin-left: 3rem;
  margin-right: 3rem;
}
.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-9 {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.p-0 {
  padding: 0;
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-8 {
  padding: 2rem;
}
.pt-0 {
  padding-top: 0;
}
.pt-2px {
  padding-top: 0.125rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pb-0 {
  padding-bottom: 0;
}
.pb-2px {
  padding-bottom: 0.125rem;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pl-0 {
  padding-left: 0 !important;
}
.pl-2px {
  padding-left: 0.125rem !important;
}
.pl-1 {
  padding-left: 0.25rem !important;
}
.pl-2 {
  padding-left: 0.5rem !important;
}
.pl-3 {
  padding-left: 0.75rem !important;
}
.pl-4 {
  padding-left: 1rem !important;
}
.pl-6 {
  padding-left: 1.5rem !important;
}
.pl-8 {
  padding-left: 2rem !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pr-2px {
  padding-right: 0.125rem !important;
}
.pr-1 {
  padding-right: 0.25rem !important;
}
.pr-2 {
  padding-right: 0.5rem !important;
}
.pr-3 {
  padding-right: 0.75rem !important;
}
.pr-4 {
  padding-right: 1rem !important;
}
.pr-6 {
  padding-right: 1.5rem !important;
}
.pr-8 {
  padding-right: 2rem !important;
}
.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.px-2px {
  padding-left: 0.125rem !important;
  padding-right: 0.125rem !important;
}
.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}
.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}
.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.px-8 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.px-10 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}
.px-12 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}
.px-14 {
  padding-left: 3.5rem !important;
  padding-right: 3.5rem !important;
}
.px-16 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-2px {
  padding-top: 0.125rem !important;
  padding-bottom: 0.125rem !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}
.py-12 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.py-14 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}
.py-16 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
.min-w-24 {
  min-width: 6rem;
  /* 96px */
}
.min-w-28 {
  min-width: 7rem;
  /* 112px */
}
.min-w-32 {
  min-width: 8rem;
  /* 128px */
}
.min-w-36 {
  min-width: 9rem;
  /* 144px */
}
.min-w-40 {
  min-width: 10rem;
  /* 160px */
}
.min-w-48 {
  min-width: 12rem;
  /* 192px */
}
.min-w-52 {
  min-width: 13rem;
  /* 208px */
}
.min-w-56 {
  min-width: 14rem;
  /* 224px */
}
.min-w-60 {
  min-width: 15rem;
  /* 240px */
}
.max-w-0 {
  max-width: 0;
}
.max-w-px {
  max-width: 1px;
}
.max-w-0\.5 {
  max-width: 0.125rem;
  /* 2px */
}
.max-w-1 {
  max-width: 0.25rem;
  /* 4px */
}
.max-w-1\.5 {
  max-width: 0.375rem;
  /* 6px */
}
.max-w-2 {
  max-width: 0.5rem;
  /* 8px */
}
.max-w-2\.5 {
  max-width: 0.625rem;
  /* 10px */
}
.max-w-3 {
  max-width: 0.75rem;
  /* 12px */
}
.max-w-3\.5 {
  max-width: 0.875rem;
  /* 14px */
}
.max-w-4 {
  max-width: 1rem;
  /* 16px */
}
.max-w-5 {
  max-width: 1.25rem;
  /* 20px */
}
.max-w-6 {
  max-width: 1.5rem;
  /* 24px */
}
.max-w-7 {
  max-width: 1.75rem;
  /* 28px */
}
.max-w-8 {
  max-width: 2rem;
  /* 32px */
}
.max-w-9 {
  max-width: 2.25rem;
  /* 36px */
}
.max-w-10 {
  max-width: 2.5rem;
  /* 40px */
}
.max-w-11 {
  max-width: 2.75rem;
  /* 44px */
}
.max-w-12 {
  max-width: 3rem;
  /* 48px */
}
.max-w-14 {
  max-width: 3.5rem;
  /* 56px */
}
.max-w-16 {
  max-width: 4rem;
  /* 64px */
}
.max-w-20 {
  max-width: 5rem;
  /* 80px */
}
.max-w-24 {
  max-width: 6rem;
  /* 96px */
}
.max-w-28 {
  max-width: 7rem;
  /* 112px */
}
.max-w-32 {
  max-width: 8rem;
  /* 128px */
}
.max-w-36 {
  max-width: 9rem;
  /* 144px */
}
.max-w-40 {
  max-width: 10rem;
  /* 160px */
}
.max-w-44 {
  max-width: 11rem;
  /* 176px */
}
.max-w-48 {
  max-width: 12rem;
  /* 192px */
}
.max-w-52 {
  max-width: 13rem;
  /* 208px */
}
.max-w-56 {
  max-width: 14rem;
  /* 224px */
}
.max-w-60 {
  max-width: 15rem;
  /* 240px */
}
.max-w-64 {
  max-width: 16rem;
  /* 256px */
}
.max-w-72 {
  max-width: 18rem;
  /* 288px */
}
.max-w-80 {
  max-width: 20rem;
  /* 320px */
}
.max-w-96 {
  max-width: 24rem;
  /* 384px */
}
.max-w-none {
  max-width: none;
}
.max-w-xs {
  max-width: 20rem;
  /* 320px */
}
.max-w-sm {
  max-width: 24rem;
  /* 384px */
}
.max-w-md {
  max-width: 28rem;
  /* 448px */
}
.max-w-lg {
  max-width: 32rem;
  /* 512px */
}
.max-w-xl {
  max-width: 36rem;
  /* 576px */
}
.max-w-2xl {
  max-width: 42rem;
  /* 672px */
}
.max-w-3xl {
  max-width: 48rem;
  /* 768px */
}
.max-w-4xl {
  max-width: 56rem;
  /* 896px */
}
.max-w-5xl {
  max-width: 64rem;
  /* 1024px */
}
.max-w-6xl {
  max-width: 72rem;
  /* 1152px */
}
.max-w-7xl {
  max-width: 80rem;
  /* 1280px */
}
.max-w-full {
  max-width: 100%;
}
.max-w-min {
  max-width: min-content;
}
.max-w-max {
  max-width: max-content;
}
.max-w-fit {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.max-w-prose {
  max-width: 65ch;
}
.max-w-screen-sm {
  max-width: 640px;
}
.max-w-screen-md {
  max-width: 768px;
}
.max-w-screen-lg {
  max-width: 1024px;
}
.max-w-screen-xl {
  max-width: 1280px;
}
.max-w-screen-2xl {
  max-width: 1536px;
}
.max-w-\[690px\] {
  max-width: 690px;
}
.w-0 {
  width: 0;
}
.w-px {
  width: 1px;
}
.w-0\.5 {
  width: 0.125rem;
  /* 2px */
}
.w-1 {
  width: 0.25rem;
  /* 4px */
}
.w-1\.5 {
  width: 0.375rem;
  /* 6px */
}
.w-2 {
  width: 0.5rem;
  /* 8px */
}
.w-2\.5 {
  width: 0.625rem;
  /* 10px */
}
.w-3 {
  width: 0.75rem;
  /* 12px */
}
.w-3\.5 {
  width: 0.875rem;
  /* 14px */
}
.w-4 {
  width: 1rem;
  /* 16px */
}
.w-5 {
  width: 1.25rem;
  /* 20px */
}
.w-6 {
  width: 1.5rem;
  /* 24px */
}
.w-7 {
  width: 1.75rem;
  /* 28px */
}
.w-8 {
  width: 2rem;
  /* 32px */
}
.w-9 {
  width: 2.25rem;
  /* 36px */
}
.w-10 {
  width: 2.5rem;
  /* 40px */
}
.w-11 {
  width: 2.75rem;
  /* 44px */
}
.w-12 {
  width: 3rem;
  /* 48px */
}
.w-14 {
  width: 3.5rem;
  /* 56px */
}
.w-16 {
  width: 4rem;
  /* 64px */
}
.w-20 {
  width: 5rem;
  /* 80px */
}
.w-24 {
  width: 6rem;
  /* 96px */
}
.w-28 {
  width: 7rem;
  /* 112px */
}
.w-32 {
  width: 8rem;
  /* 128px */
}
.w-36 {
  width: 9rem;
  /* 144px */
}
.w-40 {
  width: 10rem;
  /* 160px */
}
.w-44 {
  width: 11rem;
  /* 176px */
}
.w-48 {
  width: 12rem;
  /* 192px */
}
.w-52 {
  width: 13rem;
  /* 208px */
}
.w-56 {
  width: 14rem;
  /* 224px */
}
.w-60 {
  width: 15rem;
  /* 240px */
}
.w-64 {
  width: 16rem;
  /* 256px */
}
.w-72 {
  width: 18rem;
  /* 288px */
}
.w-80 {
  width: 20rem;
  /* 320px */
}
.w-96 {
  width: 24rem;
  /* 384px */
}
.w-1\/2 {
  width: 50%;
}
.w-1\/3 {
  width: 33.3333%;
}
.w-2\/3 {
  width: 66.6667%;
}
.w-1\/4 {
  width: 25%;
}
.w-2\/4 {
  width: 50%;
}
.w-3\/4 {
  width: 75%;
}
.w-1\/5 {
  width: 20%;
}
.w-2\/5 {
  width: 40%;
}
.w-3\/5 {
  width: 60%;
}
.w-4\/5 {
  width: 80%;
}
.w-1\/6 {
  width: 16.6667%;
}
.w-2\/6 {
  width: 33.3333%;
}
.w-3\/6 {
  width: 50%;
}
.w-4\/6 {
  width: 66.6667%;
}
.w-5\/6 {
  width: 83.3333%;
}
.w-1\/12 {
  width: 8.3333%;
}
.w-2\/12 {
  width: 16.6667%;
}
.w-3\/12 {
  width: 25%;
}
.w-4\/12 {
  width: 33.3333%;
}
.w-5\/12 {
  width: 41.6667%;
}
.w-6\/12 {
  width: 50%;
}
.w-7\/12 {
  width: 58.3333%;
}
.w-8\/12 {
  width: 66.6667%;
}
.w-9\/12 {
  width: 75%;
}
.w-10\/12 {
  width: 83.3333%;
}
.w-11\/12 {
  width: 91.6667%;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.w-screen {
  width: 100vw;
}
.w-svw {
  width: 100svw;
}
.w-lvw {
  width: 100lvw;
}
.w-dvw {
  width: 100dvw;
}
.w-min {
  width: min-content;
}
.w-max {
  width: max-content;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.min-h-0 {
  min-height: 0;
}
.min-h-1 {
  min-height: 0.25rem;
  /* 4px */
}
.min-h-2 {
  min-height: 0.5rem;
  /* 8px */
}
.min-h-3 {
  min-height: 0.75rem;
  /* 12px */
}
.min-h-4 {
  min-height: 1rem;
  /* 16px */
}
.min-h-5 {
  min-height: 1.25rem;
  /* 20px */
}
.min-h-6 {
  min-height: 1.5rem;
  /* 24px */
}
.min-h-7 {
  min-height: 1.75rem;
  /* 28px */
}
.min-h-8 {
  min-height: 2rem;
  /* 32px */
}
.min-h-9 {
  min-height: 2.25rem;
  /* 36px */
}
.min-h-10 {
  min-height: 2.5rem;
  /* 40px */
}
.min-h-11 {
  min-height: 2.75rem;
  /* 44px */
}
.min-h-12 {
  min-height: 3rem;
  /* 48px */
}
.min-h-14 {
  min-height: 3.5rem;
  /* 56px */
}
.min-h-16 {
  min-height: 4rem;
  /* 64px */
}
.min-h-20 {
  min-height: 5rem;
  /* 80px */
}
.min-h-24 {
  min-height: 6rem;
  /* 96px */
}
.min-h-28 {
  min-height: 7rem;
  /* 112px */
}
.min-h-32 {
  min-height: 8rem;
  /* 128px */
}
.min-h-36 {
  min-height: 9rem;
  /* 144px */
}
.min-h-40 {
  min-height: 10rem;
  /* 160px */
}
.min-h-44 {
  min-height: 11rem;
  /* 176px */
}
.min-h-48 {
  min-height: 12rem;
  /* 192px */
}
.min-h-52 {
  min-height: 13rem;
  /* 208px */
}
.min-h-56 {
  min-height: 14rem;
  /* 224px */
}
.min-h-60 {
  min-height: 15rem;
  /* 240px */
}
.min-h-64 {
  min-height: 16rem;
  /* 256px */
}
.min-h-72 {
  min-height: 18rem;
  /* 288px */
}
.min-h-80 {
  min-height: 20rem;
  /* 320px */
}
.min-h-96 {
  min-height: 24rem;
  /* 384px */
}
.min-h-px {
  min-height: 1px;
}
.min-h-0\.5 {
  min-height: 0.125rem;
  /* 2px */
}
.min-h-1\.5 {
  min-height: 0.375rem;
  /* 6px */
}
.min-h-2\.5 {
  min-height: 0.625rem;
  /* 10px */
}
.min-h-3\.5 {
  min-height: 0.875rem;
  /* 14px */
}
.min-h-full {
  min-height: 100%;
}
.min-h-screen {
  min-height: 100vh;
}
.min-h-svh {
  min-height: 100svh;
}
.min-h-lvh {
  min-height: 100lvh;
}
.min-h-dvh {
  min-height: 100dvh;
}
.min-h-min {
  min-height: min-content;
}
.min-h-max {
  min-height: max-content;
}
.min-h-fit {
  min-height: -moz-fit-content;
  min-height: fit-content;
}
.h-0 {
  height: 0;
}
.h-px {
  height: 1px;
}
.h-0\.5 {
  height: 0.125rem;
  /* 2px */
}
.h-1 {
  height: 0.25rem;
  /* 4px */
}
.h-1\.5 {
  height: 0.375rem;
  /* 6px */
}
.h-2 {
  height: 0.5rem;
  /* 8px */
}
.h-2\.5 {
  height: 0.625rem;
  /* 10px */
}
.h-3 {
  height: 0.75rem;
  /* 12px */
}
.h-3\.5 {
  height: 0.875rem;
  /* 14px */
}
.h-4 {
  height: 1rem;
  /* 16px */
}
.h-5 {
  height: 1.25rem;
  /* 20px */
}
.h-6 {
  height: 1.5rem;
  /* 24px */
}
.h-7 {
  height: 1.75rem;
  /* 28px */
}
.h-8 {
  height: 2rem;
  /* 32px */
}
.h-9 {
  height: 2.25rem;
  /* 36px */
}
.h-10 {
  height: 2.5rem;
  /* 40px */
}
.h-11 {
  height: 2.75rem;
  /* 44px */
}
.h-12 {
  height: 3rem;
  /* 48px */
}
.h-14 {
  height: 3.5rem;
  /* 56px */
}
.h-16 {
  height: 4rem;
  /* 64px */
}
.h-18 {
  height: 4.5rem;
  /* 72px */
}
.h-20 {
  height: 5rem;
  /* 80px */
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.h-svh {
  height: 100svh;
}
.h-lvh {
  height: 100lvh;
}
.h-dvh {
  height: 100dvh;
}
.h-min {
  height: min-content;
}
.h-max {
  height: max-content;
}
.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.border-0 {
  border-width: 0;
}
.border-2 {
  border-width: 2px;
}
.border-4 {
  border-width: 4px;
}
.border-8 {
  border-width: 8px;
}
.border {
  border-width: 1px;
}
.border-x-0 {
  border-left-width: 0;
  border-right-width: 0;
}
.border-x-2 {
  border-left-width: 2px;
  border-right-width: 2px;
}
.border-x-4 {
  border-left-width: 4px;
  border-right-width: 4px;
}
.border-x-8 {
  border-left-width: 8px;
  border-right-width: 8px;
}
.border-x {
  border-left-width: 1px;
  border-right-width: 1px;
}
.border-y-0 {
  border-top-width: 0;
  border-bottom-width: 0;
}
.border-y-2 {
  border-top-width: 2px;
  border-bottom-width: 2px;
}
.border-y-4 {
  border-top-width: 4px;
  border-bottom-width: 4px;
}
.border-y-8 {
  border-top-width: 8px;
  border-bottom-width: 8px;
}
.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-s-0 {
  border-inline-start-width: 0;
}
.border-s-2 {
  border-inline-start-width: 2px;
}
.border-s-4 {
  border-inline-start-width: 4px;
}
.border-s-8 {
  border-inline-start-width: 8px;
}
.border-s {
  border-inline-start-width: 1px;
}
.border-e-0 {
  border-inline-end-width: 0;
}
.border-e-2 {
  border-inline-end-width: 2px;
}
.border-e-4 {
  border-inline-end-width: 4px;
}
.border-e-8 {
  border-inline-end-width: 8px;
}
.border-e {
  border-inline-end-width: 1px;
}
.border-t-0 {
  border-top-width: 0;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-t-4 {
  border-top-width: 4px;
}
.border-t-8 {
  border-top-width: 8px;
}
.border-t {
  border-top-width: 1px;
}
.border-r-0 {
  border-right-width: 0;
}
.border-r-2 {
  border-right-width: 2px;
}
.border-r-4 {
  border-right-width: 4px;
}
.border-r-8 {
  border-right-width: 8px;
}
.border-r {
  border-right-width: 1px;
}
.border-b-0 {
  border-bottom-width: 0;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-b-4 {
  border-bottom-width: 4px;
}
.border-b-8 {
  border-bottom-width: 8px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-l-0 {
  border-left-width: 0;
}
.border-l-2 {
  border-left-width: 2px;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-l-8 {
  border-left-width: 8px;
}
.border-l {
  border-left-width: 1px;
}
.rounded-none {
  border-radius: 0;
}
.rounded-sm {
  border-radius: 0.125rem;
  /* 2px */
}
.rounded {
  border-radius: 0.25rem;
  /* 4px */
}
.rounded-md {
  border-radius: 0.375rem;
  /* 6px */
}
.rounded-lg {
  border-radius: 0.5rem;
  /* 8px */
}
.rounded-xl {
  border-radius: 0.75rem;
  /* 12px */
}
.rounded-2xl {
  border-radius: 1rem;
  /* 16px */
}
.rounded-3xl {
  border-radius: 1.5rem;
  /* 24px */
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-s-none {
  border-start-start-radius: 0;
  border-end-start-radius: 0;
}
.rounded-s-sm {
  border-start-start-radius: 0.125rem;
  /* 2px */
  border-end-start-radius: 0.125rem;
  /* 2px */
}
.rounded-s {
  border-start-start-radius: 0.25rem;
  /* 4px */
  border-end-start-radius: 0.25rem;
  /* 4px */
}
.rounded-s-md {
  border-start-start-radius: 0.375rem;
  /* 6px */
  border-end-start-radius: 0.375rem;
  /* 6px */
}
.rounded-s-lg {
  border-start-start-radius: 0.5rem;
  /* 8px */
  border-end-start-radius: 0.5rem;
  /* 8px */
}
.rounded-s-xl {
  border-start-start-radius: 0.75rem;
  /* 12px */
  border-end-start-radius: 0.75rem;
  /* 12px */
}
.rounded-s-2xl {
  border-start-start-radius: 1rem;
  /* 16px */
  border-end-start-radius: 1rem;
  /* 16px */
}
.rounded-s-3xl {
  border-start-start-radius: 1.5rem;
  /* 24px */
  border-end-start-radius: 1.5rem;
  /* 24px */
}
.rounded-s-full {
  border-start-start-radius: 9999px;
  border-end-start-radius: 9999px;
}
.rounded-e-none {
  border-start-end-radius: 0;
  border-end-end-radius: 0;
}
.rounded-e-sm {
  border-start-end-radius: 0.125rem;
  /* 2px */
  border-end-end-radius: 0.125rem;
  /* 2px */
}
.rounded-e {
  border-start-end-radius: 0.25rem;
  /* 4px */
  border-end-end-radius: 0.25rem;
  /* 4px */
}
.rounded-e-md {
  border-start-end-radius: 0.375rem;
  /* 6px */
  border-end-end-radius: 0.375rem;
  /* 6px */
}
.rounded-e-lg {
  border-start-end-radius: 0.5rem;
  /* 8px */
  border-end-end-radius: 0.5rem;
  /* 8px */
}
.rounded-e-xl {
  border-start-end-radius: 0.75rem;
  /* 12px */
  border-end-end-radius: 0.75rem;
  /* 12px */
}
.rounded-e-2xl {
  border-start-end-radius: 1rem;
  /* 16px */
  border-end-end-radius: 1rem;
  /* 16px */
}
.rounded-e-3xl {
  border-start-end-radius: 1.5rem;
  /* 24px */
  border-end-end-radius: 1.5rem;
  /* 24px */
}
.rounded-e-full {
  border-start-end-radius: 9999px;
  border-end-end-radius: 9999px;
}
.rounded-t-none {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.rounded-t-sm {
  border-top-left-radius: 0.125rem;
  /* 2px */
  border-top-right-radius: 0.125rem;
  /* 2px */
}
.rounded-t {
  border-top-left-radius: 0.25rem;
  /* 4px */
  border-top-right-radius: 0.25rem;
  /* 4px */
}
.rounded-t-md {
  border-top-left-radius: 0.375rem;
  /* 6px */
  border-top-right-radius: 0.375rem;
  /* 6px */
}
.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  /* 8px */
  border-top-right-radius: 0.5rem;
  /* 8px */
}
.rounded-t-xl {
  border-top-left-radius: 0.75rem;
  /* 12px */
  border-top-right-radius: 0.75rem;
  /* 12px */
}
.rounded-t-2xl {
  border-top-left-radius: 1rem;
  /* 16px */
  border-top-right-radius: 1rem;
  /* 16px */
}
.rounded-t-3xl {
  border-top-left-radius: 1.5rem;
  /* 24px */
  border-top-right-radius: 1.5rem;
  /* 24px */
}
.rounded-t-full {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}
.rounded-r-none {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rounded-r-sm {
  border-top-right-radius: 0.125rem;
  /* 2px */
  border-bottom-right-radius: 0.125rem;
  /* 2px */
}
.rounded-r {
  border-top-right-radius: 0.25rem;
  /* 4px */
  border-bottom-right-radius: 0.25rem;
  /* 4px */
}
.rounded-r-md {
  border-top-right-radius: 0.375rem;
  /* 6px */
  border-bottom-right-radius: 0.375rem;
  /* 6px */
}
.rounded-r-lg {
  border-top-right-radius: 0.5rem;
  /* 8px */
  border-bottom-right-radius: 0.5rem;
  /* 8px */
}
.rounded-r-xl {
  border-top-right-radius: 0.75rem;
  /* 12px */
  border-bottom-right-radius: 0.75rem;
  /* 12px */
}
.rounded-r-2xl {
  border-top-right-radius: 1rem;
  /* 16px */
  border-bottom-right-radius: 1rem;
  /* 16px */
}
.rounded-r-3xl {
  border-top-right-radius: 1.5rem;
  /* 24px */
  border-bottom-right-radius: 1.5rem;
  /* 24px */
}
.rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}
.rounded-b-none {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.rounded-b-sm {
  border-bottom-right-radius: 0.125rem;
  /* 2px */
  border-bottom-left-radius: 0.125rem;
  /* 2px */
}
.rounded-b {
  border-bottom-right-radius: 0.25rem;
  /* 4px */
  border-bottom-left-radius: 0.25rem;
  /* 4px */
}
.rounded-b-md {
  border-bottom-right-radius: 0.375rem;
  /* 6px */
  border-bottom-left-radius: 0.375rem;
  /* 6px */
}
.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  /* 8px */
  border-bottom-left-radius: 0.5rem;
  /* 8px */
}
.rounded-b-xl {
  border-bottom-right-radius: 0.75rem;
  /* 12px */
  border-bottom-left-radius: 0.75rem;
  /* 12px */
}
.rounded-b-2xl {
  border-bottom-right-radius: 1rem;
  /* 16px */
  border-bottom-left-radius: 1rem;
  /* 16px */
}
.rounded-b-3xl {
  border-bottom-right-radius: 1.5rem;
  /* 24px */
  border-bottom-left-radius: 1.5rem;
  /* 24px */
}
.rounded-b-full {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}
.rounded-l-none {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rounded-l-sm {
  border-top-left-radius: 0.125rem;
  /* 2px */
  border-bottom-left-radius: 0.125rem;
  /* 2px */
}
.rounded-l {
  border-top-left-radius: 0.25rem;
  /* 4px */
  border-bottom-left-radius: 0.25rem;
  /* 4px */
}
.rounded-l-md {
  border-top-left-radius: 0.375rem;
  /* 6px */
  border-bottom-left-radius: 0.375rem;
  /* 6px */
}
.rounded-l-lg {
  border-top-left-radius: 0.5rem;
  /* 8px */
  border-bottom-left-radius: 0.5rem;
  /* 8px */
}
.rounded-l-xl {
  border-top-left-radius: 0.75rem;
  /* 12px */
  border-bottom-left-radius: 0.75rem;
  /* 12px */
}
.rounded-l-2xl {
  border-top-left-radius: 1rem;
  /* 16px */
  border-bottom-left-radius: 1rem;
  /* 16px */
}
.rounded-l-3xl {
  border-top-left-radius: 1.5rem;
  /* 24px */
  border-bottom-left-radius: 1.5rem;
  /* 24px */
}
.rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}
.rounded-ss-none {
  border-start-start-radius: 0;
}
.rounded-ss-sm {
  border-start-start-radius: 0.125rem;
  /* 2px */
}
.rounded-ss {
  border-start-start-radius: 0.25rem;
  /* 4px */
}
.rounded-ss-md {
  border-start-start-radius: 0.375rem;
  /* 6px */
}
.rounded-ss-lg {
  border-start-start-radius: 0.5rem;
  /* 8px */
}
.rounded-ss-xl {
  border-start-start-radius: 0.75rem;
  /* 12px */
}
.rounded-ss-2xl {
  border-start-start-radius: 1rem;
  /* 16px */
}
.rounded-ss-3xl {
  border-start-start-radius: 1.5rem;
  /* 24px */
}
.rounded-ss-full {
  border-start-start-radius: 9999px;
}
.rounded-se-none {
  border-start-end-radius: 0;
}
.rounded-se-sm {
  border-start-end-radius: 0.125rem;
  /* 2px */
}
.rounded-se {
  border-start-end-radius: 0.25rem;
  /* 4px */
}
.rounded-se-md {
  border-start-end-radius: 0.375rem;
  /* 6px */
}
.rounded-se-lg {
  border-start-end-radius: 0.5rem;
  /* 8px */
}
.rounded-se-xl {
  border-start-end-radius: 0.75rem;
  /* 12px */
}
.rounded-se-2xl {
  border-start-end-radius: 1rem;
  /* 16px */
}
.rounded-se-3xl {
  border-start-end-radius: 1.5rem;
  /* 24px */
}
.rounded-se-full {
  border-start-end-radius: 9999px;
}
.rounded-ee-none {
  border-end-end-radius: 0;
}
.rounded-ee-sm {
  border-end-end-radius: 0.125rem;
  /* 2px */
}
.rounded-ee {
  border-end-end-radius: 0.25rem;
  /* 4px */
}
.rounded-ee-md {
  border-end-end-radius: 0.375rem;
  /* 6px */
}
.rounded-ee-lg {
  border-end-end-radius: 0.5rem;
  /* 8px */
}
.rounded-ee-xl {
  border-end-end-radius: 0.75rem;
  /* 12px */
}
.rounded-ee-2xl {
  border-end-end-radius: 1rem;
  /* 16px */
}
.rounded-ee-3xl {
  border-end-end-radius: 1.5rem;
  /* 24px */
}
.rounded-ee-full {
  border-end-end-radius: 9999px;
}
.rounded-es-none {
  border-end-start-radius: 0;
}
.rounded-es-sm {
  border-end-start-radius: 0.125rem;
  /* 2px */
}
.rounded-es {
  border-end-start-radius: 0.25rem;
  /* 4px */
}
.rounded-es-md {
  border-end-start-radius: 0.375rem;
  /* 6px */
}
.rounded-es-lg {
  border-end-start-radius: 0.5rem;
  /* 8px */
}
.rounded-es-xl {
  border-end-start-radius: 0.75rem;
  /* 12px */
}
.rounded-es-2xl {
  border-end-start-radius: 1rem;
  /* 16px */
}
.rounded-es-3xl {
  border-end-start-radius: 1.5rem;
  /* 24px */
}
.rounded-es-full {
  border-end-start-radius: 9999px;
}
.rounded-tl-none {
  border-top-left-radius: 0;
}
.rounded-tl-sm {
  border-top-left-radius: 0.125rem;
  /* 2px */
}
.rounded-tl {
  border-top-left-radius: 0.25rem;
  /* 4px */
}
.rounded-tl-md {
  border-top-left-radius: 0.375rem;
  /* 6px */
}
.rounded-tl-lg {
  border-top-left-radius: 0.5rem;
  /* 8px */
}
.rounded-tl-xl {
  border-top-left-radius: 0.75rem;
  /* 12px */
}
.rounded-tl-2xl {
  border-top-left-radius: 1rem;
  /* 16px */
}
.rounded-tl-3xl {
  border-top-left-radius: 1.5rem;
  /* 24px */
}
.rounded-tl-full {
  border-top-left-radius: 9999px;
}
.rounded-tr-none {
  border-top-right-radius: 0;
}
.rounded-tr-sm {
  border-top-right-radius: 0.125rem;
  /* 2px */
}
.rounded-tr {
  border-top-right-radius: 0.25rem;
  /* 4px */
}
.rounded-tr-md {
  border-top-right-radius: 0.375rem;
  /* 6px */
}
.rounded-tr-lg {
  border-top-right-radius: 0.5rem;
  /* 8px */
}
.rounded-tr-xl {
  border-top-right-radius: 0.75rem;
  /* 12px */
}
.rounded-tr-2xl {
  border-top-right-radius: 1rem;
  /* 16px */
}
.rounded-tr-3xl {
  border-top-right-radius: 1.5rem;
  /* 24px */
}
.rounded-tr-full {
  border-top-right-radius: 9999px;
}
.rounded-br-none {
  border-bottom-right-radius: 0;
}
.rounded-br-sm {
  border-bottom-right-radius: 0.125rem;
  /* 2px */
}
.rounded-br {
  border-bottom-right-radius: 0.25rem;
  /* 4px */
}
.rounded-br-md {
  border-bottom-right-radius: 0.375rem;
  /* 6px */
}
.rounded-br-lg {
  border-bottom-right-radius: 0.5rem;
  /* 8px */
}
.rounded-br-xl {
  border-bottom-right-radius: 0.75rem;
  /* 12px */
}
.rounded-br-2xl {
  border-bottom-right-radius: 1rem;
  /* 16px */
}
.rounded-br-3xl {
  border-bottom-right-radius: 1.5rem;
  /* 24px */
}
.rounded-br-full {
  border-bottom-right-radius: 9999px;
}
.rounded-bl-none {
  border-bottom-left-radius: 0;
}
.rounded-bl-sm {
  border-bottom-left-radius: 0.125rem;
  /* 2px */
}
.rounded-bl {
  border-bottom-left-radius: 0.25rem;
  /* 4px */
}
.rounded-bl-md {
  border-bottom-left-radius: 0.375rem;
  /* 6px */
}
.rounded-bl-lg {
  border-bottom-left-radius: 0.5rem;
  /* 8px */
}
.rounded-bl-xl {
  border-bottom-left-radius: 0.75rem;
  /* 12px */
}
.rounded-bl-2xl {
  border-bottom-left-radius: 1rem;
  /* 16px */
}
.rounded-bl-3xl {
  border-bottom-left-radius: 1.5rem;
  /* 24px */
}
.rounded-bl-full {
  border-bottom-left-radius: 9999px;
}
.border-solid {
  border-style: solid;
}
.border-dashed {
  border-style: dashed;
}
.border-dotted {
  border-style: dotted;
}
.border-double {
  border-style: double;
}
.border-hidden {
  border-style: hidden;
}
.border-none {
  border-style: none;
}
@media only screen and (max-width: 767px) {
  .phablet\:w-full {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .phablet\:hidden {
    display: none;
  }
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-clip {
  overflow: clip;
}
.overflow-visible {
  overflow: visible;
}
.overflow-scroll {
  overflow: scroll;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.overflow-x-clip {
  overflow-x: clip;
}
.overflow-y-clip {
  overflow-y: clip;
}
.overflow-x-visible {
  overflow-x: visible;
}
.overflow-y-visible {
  overflow-y: visible;
}
.overflow-x-scroll {
  overflow-x: scroll;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.select-none {
  -webkit-user-select: none;
          user-select: none;
}
.align-sub {
  vertical-align: sub;
}
.align-text-top {
  vertical-align: text-top;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.pointer-events-auto {
  pointer-events: auto;
}
.pointer-events-none {
  pointer-events: none;
}
.hover-underline {
  display: inline-block;
  position: relative;
}
.hover-underline::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #333366;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.hover-underline.dashed::after {
  background-color: unset;
  border-bottom: 1px dashed #333366;
}
.hover-underline.active {
  color: #333366;
}
.hover-underline.active::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.hover-blue:hover {
  transition: color 0.25s ease-in-out;
  color: #00dddd;
}
.hover-red:hover {
  transition: color 0.25s ease-in-out;
  color: #fb327e;
}
.visible {
  visibility: visible;
}
.shadow-sm {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.shadow {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
}
.shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
.shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}
.shadow-xl {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}
.shadow-2xl {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.shadow-inner {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.05);
}
.shadow-none {
  box-shadow: 0 0 black;
}
.translate-x-0 {
  transform: translateX(0);
}
.translate-y-0 {
  transform: translateY(0);
}
.translate-x-px {
  transform: translateX(1px);
}
.translate-y-px {
  transform: translateY(1px);
}
.translate-x-0\.5 {
  transform: translateX(0.125rem);
}
.translate-y-0\.5 {
  transform: translateY(0.125rem);
}
.translate-x-1 {
  transform: translateX(0.25rem);
}
.translate-y-1 {
  transform: translateY(0.25rem);
}
.translate-x-1\.5 {
  transform: translateX(0.375rem);
}
.translate-y-1\.5 {
  transform: translateY(0.375rem);
}
.translate-x-2 {
  transform: translateX(0.5rem);
}
.translate-y-2 {
  transform: translateY(0.5rem);
}
.translate-x-2\.5 {
  transform: translateX(0.625rem);
}
.translate-y-2\.5 {
  transform: translateY(0.625rem);
}
.translate-x-3 {
  transform: translateX(0.75rem);
}
.translate-y-3 {
  transform: translateY(0.75rem);
}
.translate-x-3\.5 {
  transform: translateX(0.875rem);
}
.translate-y-3\.5 {
  transform: translateY(0.875rem);
}
.translate-x-4 {
  transform: translateX(1rem);
}
.translate-y-4 {
  transform: translateY(1rem);
}
.translate-x-5 {
  transform: translateX(1.25rem);
}
.translate-y-5 {
  transform: translateY(1.25rem);
}
.translate-x-6 {
  transform: translateX(1.5rem);
}
.translate-y-6 {
  transform: translateY(1.5rem);
}
.translate-x-7 {
  transform: translateX(1.75rem);
}
.translate-y-7 {
  transform: translateY(1.75rem);
}
.translate-x-8 {
  transform: translateX(2rem);
}
.translate-y-8 {
  transform: translateY(2rem);
}
.translate-x-9 {
  transform: translateX(2.25rem);
}
.translate-y-9 {
  transform: translateY(2.25rem);
}
.translate-x-10 {
  transform: translateX(2.5rem);
}
.translate-y-10 {
  transform: translateY(2.5rem);
}
.translate-x-11 {
  transform: translateX(2.75rem);
}
.translate-y-11 {
  transform: translateY(2.75rem);
}
.translate-x-12 {
  transform: translateX(3rem);
}
.translate-y-12 {
  transform: translateY(3rem);
}
.translate-x-14 {
  transform: translateX(3.5rem);
}
.translate-y-14 {
  transform: translateY(3.5rem);
}
.translate-x-16 {
  transform: translateX(4rem);
}
.translate-y-16 {
  transform: translateY(4rem);
}
.translate-x-20 {
  transform: translateX(5rem);
}
.translate-y-20 {
  transform: translateY(5rem);
}
.translate-x-24 {
  transform: translateX(6rem);
}
.translate-y-24 {
  transform: translateY(6rem);
}
.translate-x-28 {
  transform: translateX(7rem);
}
.translate-y-28 {
  transform: translateY(7rem);
}
.translate-x-32 {
  transform: translateX(8rem);
}
.translate-y-32 {
  transform: translateY(8rem);
}
.translate-x-36 {
  transform: translateX(9rem);
}
.translate-y-36 {
  transform: translateY(9rem);
}
.translate-x-40 {
  transform: translateX(10rem);
}
.translate-y-40 {
  transform: translateY(10rem);
}
.translate-x-44 {
  transform: translateX(11rem);
}
.translate-y-44 {
  transform: translateY(11rem);
}
.translate-x-48 {
  transform: translateX(12rem);
}
.translate-y-48 {
  transform: translateY(12rem);
}
.translate-x-52 {
  transform: translateX(13rem);
}
.translate-y-52 {
  transform: translateY(13rem);
}
.translate-x-56 {
  transform: translateX(14rem);
}
.translate-y-56 {
  transform: translateY(14rem);
}
.translate-x-60 {
  transform: translateX(15rem);
}
.translate-y-60 {
  transform: translateY(15rem);
}
.translate-x-64 {
  transform: translateX(16rem);
}
.translate-y-64 {
  transform: translateY(16rem);
}
.translate-x-72 {
  transform: translateX(18rem);
}
.translate-y-72 {
  transform: translateY(18rem);
}
.translate-x-80 {
  transform: translateX(20rem);
}
.translate-y-80 {
  transform: translateY(20rem);
}
.translate-x-96 {
  transform: translateX(24rem);
}
.translate-y-96 {
  transform: translateY(24rem);
}
.translate-x-1\/2 {
  transform: translateX(50%);
}
.translate-x-1\/3 {
  transform: translateX(33.3333%);
}
.translate-x-2\/3 {
  transform: translateX(66.6667%);
}
.translate-x-1\/4 {
  transform: translateX(25%);
}
.translate-x-2\/4 {
  transform: translateX(50%);
}
.translate-x-3\/4 {
  transform: translateX(75%);
}
.translate-x-full {
  transform: translateX(100%);
}
.translate-y-1\/2 {
  transform: translateY(50%);
}
.translate-y-1\/3 {
  transform: translateY(33.3333%);
}
.translate-y-2\/3 {
  transform: translateY(66.6667%);
}
.translate-y-1\/4 {
  transform: translateY(25%);
}
.translate-y-2\/4 {
  transform: translateY(50%);
}
.translate-y-3\/4 {
  transform: translateY(75%);
}
.translate-y-full {
  transform: translateY(100%);
}
.-translate-x-px {
  transform: translateX(-1px);
}
.-translate-y-px {
  transform: translateY(-1px);
}
.-translate-x-0\.5 {
  transform: translateX(-0.125rem);
}
.-translate-y-0\.5 {
  transform: translateY(-0.125rem);
}
.-translate-x-1 {
  transform: translateX(-0.25rem);
}
.-translate-y-1 {
  transform: translateY(-0.25rem);
}
.-translate-x-1\.5 {
  transform: translateX(-0.375rem);
}
.-translate-y-1\.5 {
  transform: translateY(-0.375rem);
}
.-translate-x-2 {
  transform: translateX(-0.5rem);
}
.-translate-y-2 {
  transform: translateY(-0.5rem);
}
.-translate-x-2\.5 {
  transform: translateX(-0.625rem);
}
.-translate-y-2\.5 {
  transform: translateY(-0.625rem);
}
.-translate-x-3 {
  transform: translateX(-0.75rem);
}
.-translate-y-3 {
  transform: translateY(-0.75rem);
}
.-translate-x-3\.5 {
  transform: translateX(-0.875rem);
}
.-translate-y-3\.5 {
  transform: translateY(-0.875rem);
}
.-translate-x-4 {
  transform: translateX(-1rem);
}
.-translate-y-4 {
  transform: translateY(-1rem);
}
.-translate-x-5 {
  transform: translateX(-1.25rem);
}
.-translate-y-5 {
  transform: translateY(-1.25rem);
}
.-translate-x-6 {
  transform: translateX(-1.5rem);
}
.-translate-y-6 {
  transform: translateY(-1.5rem);
}
.-translate-x-7 {
  transform: translateX(-1.75rem);
}
.-translate-y-7 {
  transform: translateY(-1.75rem);
}
.-translate-x-8 {
  transform: translateX(-2rem);
}
.-translate-y-8 {
  transform: translateY(-2rem);
}
.-translate-x-9 {
  transform: translateX(-2.25rem);
}
.-translate-y-9 {
  transform: translateY(-2.25rem);
}
.-translate-x-10 {
  transform: translateX(-2.5rem);
}
.-translate-y-10 {
  transform: translateY(-2.5rem);
}
.-translate-x-11 {
  transform: translateX(-2.75rem);
}
.-translate-y-11 {
  transform: translateY(-2.75rem);
}
.-translate-x-12 {
  transform: translateX(-3rem);
}
.-translate-y-12 {
  transform: translateY(-3rem);
}
.-translate-x-14 {
  transform: translateX(-3.5rem);
}
.-translate-y-14 {
  transform: translateY(-3.5rem);
}
.-translate-x-16 {
  transform: translateX(-4rem);
}
.-translate-y-16 {
  transform: translateY(-4rem);
}
.-translate-x-20 {
  transform: translateX(-5rem);
}
.-translate-y-20 {
  transform: translateY(-5rem);
}
.-translate-x-24 {
  transform: translateX(-6rem);
}
.-translate-y-24 {
  transform: translateY(-6rem);
}
.-translate-x-28 {
  transform: translateX(-7rem);
}
.-translate-y-28 {
  transform: translateY(-7rem);
}
.-translate-x-32 {
  transform: translateX(-8rem);
}
.-translate-y-32 {
  transform: translateY(-8rem);
}
.-translate-x-36 {
  transform: translateX(-9rem);
}
.-translate-y-36 {
  transform: translateY(-9rem);
}
.-translate-x-40 {
  transform: translateX(-10rem);
}
.-translate-y-40 {
  transform: translateY(-10rem);
}
.-translate-x-44 {
  transform: translateX(-11rem);
}
.-translate-y-44 {
  transform: translateY(-11rem);
}
.-translate-x-48 {
  transform: translateX(-12rem);
}
.-translate-y-48 {
  transform: translateY(-12rem);
}
.-translate-x-52 {
  transform: translateX(-13rem);
}
.-translate-y-52 {
  transform: translateY(-13rem);
}
.-translate-x-56 {
  transform: translateX(-14rem);
}
.-translate-y-56 {
  transform: translateY(-14rem);
}
.-translate-x-60 {
  transform: translateX(-15rem);
}
.-translate-y-60 {
  transform: translateY(-15rem);
}
.-translate-x-64 {
  transform: translateX(-16rem);
}
.-translate-y-64 {
  transform: translateY(-16rem);
}
.-translate-x-72 {
  transform: translateX(-18rem);
}
.-translate-y-72 {
  transform: translateY(-18rem);
}
.-translate-x-80 {
  transform: translateX(-20rem);
}
.-translate-y-80 {
  transform: translateY(-20rem);
}
.-translate-x-96 {
  transform: translateX(-24rem);
}
.-translate-y-96 {
  transform: translateY(-24rem);
}
.-translate-x-1\/2 {
  transform: translateX(-50%);
}
.-translate-x-1\/3 {
  transform: translateX(-33.3333%);
}
.-translate-x-2\/3 {
  transform: translateX(-66.6667%);
}
.-translate-x-1\/4 {
  transform: translateX(-25%);
}
.-translate-x-2\/4 {
  transform: translateX(-50%);
}
.-translate-x-3\/4 {
  transform: translateX(-75%);
}
.-translate-x-full {
  transform: translateX(-100%);
}
.-translate-y-1\/2 {
  transform: translateY(-50%);
}
.-translate-y-1\/3 {
  transform: translateY(-33.3333%);
}
.-translate-y-2\/3 {
  transform: translateY(-66.6667%);
}
.-translate-y-1\/4 {
  transform: translateY(-25%);
}
.-translate-y-2\/4 {
  transform: translateY(-50%);
}
.-translate-y-3\/4 {
  transform: translateY(-75%);
}
.-translate-y-full {
  transform: translateY(-100%);
}
.scale-90 {
  transform: scale(0.9);
}
.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.line-clamp-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.line-clamp-5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.line-clamp-6 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
.line-clamp-none {
  overflow: visible;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-line-clamp: none;
}
@keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(-100%);
  }
}
.animate-fade-in-up {
  animation: fade-in-up 0.3s ease-out forwards;
}
nav.navigation {
  flex: 0;
  position: sticky;
  z-index: 9998;
  top: 0;
  width: 100%;
  border-bottom: 2px solid transparent;
  background-color: #000033;
  box-shadow: 0 0 0.5rem transparent;
  transition-property: border-bottom-color, background-color, box-shadow;
  transition-duration: 0.35s;
  transition-timing-function: ease;
  -webkit-user-select: none;
          user-select: none;
}
nav.navigation div.banner {
  width: 100%;
  text-align: center;
  font-size: 0.9rem;
  padding: 0.35rem;
  display: flex;
  justify-content: center;
  gap: 0.25rem;
  align-items: center;
}
@media phablet-phone {
  nav.navigation div.banner {
    align-items: center;
  }
}
nav.navigation div.enter-work-email {
  background-color: #fb327e;
  color: white;
}
nav.navigation div.original-user-email {
  background-color: color-mix(in srgb, #fb327e, white 20%);
}
nav.navigation.solid,
nav.navigation.open {
  border-bottom-color: rgba(0, 0, 0, 0.05);
  background-color: #000033;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.15);
}
nav.navigation > .container {
  width: 100%;
  max-width: unset;
  padding: 0 3rem;
  display: grid;
  gap: 2rem;
  grid-template-columns: auto 1fr;
  min-height: 94px;
}
nav.navigation > .container .header {
  display: grid;
  align-content: center;
}
nav.navigation .brand {
  display: inline-block;
  align-self: center;
  width: 140px;
}
nav.navigation .brand .symbol {
  cursor: pointer;
  width: 100%;
  height: auto;
}
nav.navigation .menu {
  display: flex;
  align-items: center;
  padding-top: 12px;
  gap: 2rem;
}
nav.navigation .menu > li {
  font-size: 12px;
  font-weight: 500;
  font-family: inherit;
  text-transform: uppercase !important;
  letter-spacing: 1.5px;
  color: white;
  list-style: none;
  /* stylelint-disable-next-line selector-class-pattern */
}
nav.navigation .menu > li:last-child {
  margin-left: auto;
  margin-bottom: 1px;
}
nav.navigation .menu > li.mobile {
  display: none;
}
nav.navigation .menu > li a:not(.AppButton) {
  color: white;
  cursor: pointer;
}
nav.navigation .menu > li a:not(.AppButton).logout > * {
  vertical-align: middle;
}
nav.navigation .menu > li a:not(.AppButton).logout > .icon {
  display: inline;
  position: relative;
  width: 0.75rem;
  height: 1em;
  margin-right: 0.5rem;
}
nav.navigation .menu > li a:not(.AppButton).logout > .icon > * {
  fill: #00dddd;
}
nav.navigation .menu > li a:not(.AppButton).outstanding {
  opacity: 1;
  margin: 1.125rem 0;
  padding: 0 0.75em;
  color: white !important;
  border-radius: 0.25rem;
  background-clip: padding-box;
  background-color: #ff822d;
  background-image: linear-gradient(rgba(255, 109, 45, 0.01), #ff972d);
}
nav.navigation .menu > li a:not(.AppButton).outstanding:hover {
  background-color: #ff9b57;
}
nav.navigation .menu > li a:not(.AppButton).outstanding:active {
  background-color: #e67529;
}
nav.navigation .menu .dropdown {
  height: unset;
}
nav.navigation .menu .dropdown.open .title {
  color: white;
}
nav.navigation .menu .dropdown .title {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: 500;
  font-family: inherit;
  text-transform: uppercase !important;
  letter-spacing: 1.5px;
  color: white;
  background-color: transparent !important;
  background-image: none !important;
}
nav.navigation .menu .dropdown .options {
  top: 3rem;
  color: #000000;
  font-size: 14px;
  letter-spacing: normal;
  font-weight: 400;
}
nav.navigation .menu .dropdown .options .logout {
  vertical-align: top;
  /* stylelint-disable-next-line no-descending-specificity */
}
nav.navigation .menu .dropdown .options .logout > * {
  vertical-align: top;
}
nav.navigation .menu .dropdown .options .logout svg {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
  /* stylelint-disable-next-line no-descending-specificity */
}
nav.navigation .menu .dropdown .options .logout svg > * {
  fill: #000000;
}
nav.navigation .banner.success {
  background-color: green;
}
nav.navigation .banner.cancelled {
  background-color: orange;
}
nav.navigation .banner.updated {
  background-color: green;
}
@media only screen and (max-width: 767px) {
  nav.navigation {
    min-height: 62px;
    /* stylelint-disable-next-line no-descending-specificity */
  }
  nav.navigation.open .menu {
    max-height: 100vh;
    padding-top: 3rem;
  }
  nav.navigation > .container {
    width: 100%;
    min-height: 62px;
    padding: 0 2rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
  }
  nav.navigation > .container .header {
    grid-template-columns: auto auto;
    justify-content: space-between;
    height: 62px;
  }
  nav.navigation .menu {
    overflow: hidden;
    width: 100%;
    max-height: 0;
    display: grid;
    align-items: center;
    padding-top: 0;
    gap: 0;
  }
  nav.navigation .menu > li {
    width: 100%;
    height: 40px;
  }
  nav.navigation .menu > li:last-child {
    margin-bottom: 0.75rem;
  }
  nav.navigation .menu > li.mobile {
    display: inline-block;
  }
  nav.navigation .menu > li.non-mobile {
    display: none;
  }
  nav.navigation .menu > li a.outstanding {
    margin: 0.75rem 0;
  }
}
main.view {
  position: relative;
  min-height: 75vh;
  padding-bottom: 130px;
  padding-top: 1rem;
  /* stylelint-disable-next-line selector-class-pattern */
}
main.view.no-padding {
  padding-top: 0;
}
main.view.no-padding-bottom {
  padding-bottom: 0;
}
main.view a:not(.AppButton) {
  color: #333366;
  border-bottom: 1px dashed rgba(51, 51, 102, 0.65);
}
main.view a:not(.AppButton).button {
  color: white;
  border-bottom: unset;
}
main.view a:not(.AppButton).no-border {
  border-bottom: unset;
}
header.header {
  padding: 0 !important;
  text-align: center;
}
header.header.tight {
  padding: 2.5rem 0;
}
/* Window Width < 480 */
@media only screen and (max-width: 479px) {
  header.header.tight {
    padding: 1.5rem 0;
  }
}
/* 480 ≤ Window Width < 768 */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  header.header.tight {
    padding: 1.75rem 0;
  }
}
/* 768 ≤ Window Width < 1024 */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  header.header.tight {
    padding: 2rem 0;
  }
}
/* 1024 ≤ Window Width < 1280 */
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  header.header.tight {
    padding: 2.25rem 0;
  }
}
section.section {
  padding: 5rem 0;
  text-align: left;
}
section.section.outstanding {
  background-image: linear-gradient(#00dddd, #333366);
}
section.section.tight {
  padding: 2.5rem 0;
}
section.section.aligned.left {
  text-align: left;
}
section.section.aligned.center {
  text-align: center;
}
section.section.aligned.center > * {
  display: block;
}
section.section.aligned.right {
  text-align: right;
}
section.section.accordion {
  padding: 0;
  width: 100% !important;
}
section.section.accordion.risk {
  border: 1px solid #fca1c4ee;
  background-color: rgba(255, 16, 36, 0.03);
}
section.section.accordion.risk .accordion-header {
  color: #fca1c4ee !important;
}
section.section.accordion.risk .accordion-header:hover,
section.section.accordion.risk .accordion-header.open {
  color: #fb327e !important;
}
section.section.accordion.risk .zoneContainer {
  border: none;
  background-color: unset;
  padding: 0 !important;
}
section.section.accordion .accordion-header {
  cursor: pointer;
  padding: 1rem;
  width: 100%;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  color: #00dddd;
}
section.section.accordion .accordion-header:hover,
section.section.accordion .accordion-header.open {
  color: #00dddd;
}
section.section.accordion > .container {
  padding: 2rem;
}
/* Window Width < 480 */
@media only screen and (max-width: 479px) {
  section.section {
    padding: 3rem 0;
  }
  section.section.tight {
    padding: 1.5rem 0;
  }
}
/* 480 ≤ Window Width < 768 */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  section.section {
    padding: 3.5rem 0;
  }
  section.section.tight {
    padding: 1.75rem 0;
  }
}
/* 768 ≤ Window Width < 1024 */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  section.section {
    padding: 4rem 0;
  }
  section.section.tight {
    padding: 2rem 0;
  }
}
/* 1024 ≤ Window Width < 1280 */
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  section.section {
    padding: 4.5rem 0;
  }
  section.section.tight {
    padding: 2.25rem 0;
  }
}
article.block {
  position: relative;
  margin-bottom: 2rem;
  line-height: 175%;
}
article.block:last-child {
  margin-bottom: 0;
}
article.block > * {
  display: block;
  margin-bottom: 1rem;
}
article.block > .title {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
footer.footer {
  margin-top: 5px;
  flex: 0;
  color: white;
  font-size: 0.875rem;
  line-height: 100%;
  background-color: #000033;
  -webkit-user-select: none;
          user-select: none;
}
footer.footer .fancy-div {
  clip-path: polygon(50px 0, 100% 0, 100% 100%, 0% 100%);
  position: relative;
  top: -55px;
  height: 65px;
  background-color: #000033;
  width: 30vw;
  float: right;
}
footer.footer > .container {
  padding: 1.5rem 0;
  display: grid;
  grid-template-columns: 3fr 1fr 1fr 1fr;
  gap: 1.5rem;
  justify-content: space-between;
  max-width: initial !important;
}
footer.footer .brand img {
  max-width: 140px;
  margin-bottom: 2rem;
}
footer.footer .copyright {
  line-height: 1.5rem;
  margin-bottom: 1rem;
  font-size: 12px;
}
footer.footer .clipboard-icon {
  display: inline;
  font-size: 12px;
  cursor: pointer;
}
footer.footer .menu {
  display: inline-block;
  list-style: none;
}
footer.footer .menu.right li {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
footer.footer .menu.right li.header {
  font-size: 16px;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
footer.footer .menu li {
  line-height: 1.5rem;
  color: white;
}
footer.footer .menu li b {
  margin-bottom: 0.5rem;
}
footer.footer .menu li a {
  display: inline;
  color: white;
  text-decoration: none;
}
/* Responsive */
@media only screen and (max-width: 767px) {
  footer.footer > .container {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
aside.overlay {
  display: flex;
  overflow: auto;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 2147483647;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
}
aside.overlay.hitlPage {
  background-color: rgba(0, 0, 0, 0.5);
}
html,
body {
  height: unset !important;
  min-height: 100vh;
}
body #root {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100vh;
}
body #root .idle {
  display: flex;
  align-items: center;
  min-height: inherit;
}
[data-view="home"] {
  background-color: white;
  /* Header: Features */
}
[data-view="home"] .homepage-banner-anchor {
  color: black;
  border-bottom: unset;
}
[data-view="home"] .homepage-banner {
  width: 100%;
  text-align: center;
  padding: 1rem;
  font-size: 1.6rem;
  color: black;
  background-color: #00dddd;
}
[data-view="home"] .homepage-banner:hover,
[data-view="home"] .homepage-banner *:hover {
  cursor: pointer;
}
[data-view="home"] .homepage-banner span,
[data-view="home"] .homepage-banner nobr {
  letter-spacing: -1px;
}
[data-view="home"] .homepage-banner .mobile-break {
  display: none;
}
[data-view="home"] .homepage-banner .first-row {
  font-size: 1.9rem;
  font-weight: bold;
}
[data-view="home"] .homepage-banner .learn-more {
  font-size: 1.2rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  color: white;
  border-color: white;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  [data-view="home"] .homepage-banner {
    display: inline-grid;
  }
}
[data-view="home"] a.link {
  color: #333366;
  font-weight: 700;
}
[data-view="home"] a.no-border {
  border-bottom: unset;
}
[data-view="home"] [data-header="features"] {
  padding-bottom: 2rem;
  text-align: center;
}
[data-view="home"] [data-header="features"] .slogan {
  position: relative;
}
[data-view="home"] [data-header="features"] .features {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 5rem;
}
[data-view="home"] [data-header="features"] .features li {
  width: 50%;
  border-radius: 0.25rem;
  background-clip: padding-box;
  background-color: transparent;
  box-shadow: 0 0 1rem transparent;
  transition-property: background-color, box-shadow;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}
[data-view="home"] [data-header="features"] .features li:hover {
  background-color: white;
  box-shadow: 0 0 1rem rgba(51, 51, 102, 0.1);
}
[data-view="home"] [data-header="features"] .features li .link {
  display: block;
  width: 100%;
  padding: 2.5rem;
  color: inherit;
  text-decoration: none;
  white-space: normal;
  border-bottom: none;
}
[data-view="home"] [data-header="features"] .features li .link > * {
  cursor: pointer;
}
[data-view="home"] [data-header="features"] .features li .link b {
  display: inline-block;
  font-size: 1.25rem;
  line-height: 100%;
  color: #000000;
  margin-bottom: 0.5rem;
}
[data-view="home"] [data-header="features"] .features li .link p {
  font-size: 1.25rem;
  line-height: 1.5rem;
}
[data-view="home"] section:not(.accordion) {
  position: relative;
  z-index: 1;
  background-color: white;
}
[data-view="home"] section:not(.accordion):nth-of-type(odd) {
  z-index: 2;
  box-shadow: 0 0 1.5rem 0 rgba(51, 51, 102, 0.1);
}
[data-view="home"] section:not(.accordion):nth-of-type(even) {
  background-color: #f7f7f9;
}
[data-view="home"] [data-section="case-studies"] br {
  content: ' ';
}
[data-view="home"] [data-section="case-studies"] br::after {
  content: ' ';
}
[data-view="home"] [data-section="demonstration"] .title {
  line-height: 3.5rem;
  margin-bottom: 0.5rem;
}
[data-view="home"] [data-section="demonstration"] p {
  font-size: 1.25rem;
  line-height: 2rem;
  margin-bottom: 1rem;
}
[data-view="home"] [data-section="demonstration"] .visual {
  max-width: 100%;
  margin: 0 auto;
}
[data-view="home"] [data-section="demonstration"] .button {
  margin-top: 2rem;
}
[data-view="home"] [data-section="qualities"] .list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 100%;
}
[data-view="home"] [data-section="qualities"] .list li {
  width: 30%;
}
[data-view="home"] [data-section="qualities"] .list li svg {
  display: block;
  margin: 0 auto;
  margin-bottom: 1rem;
}
[data-view="home"] [data-section="qualities"] .list li svg > * {
  fill: #333366;
}
[data-view="home"] [data-section="qualities"] .list li b {
  display: inline-block;
  margin-bottom: 0.5rem;
  color: #000000;
  font-size: 1.5rem;
  line-height: 2rem;
}
[data-view="home"] [data-section="qualities"] .list li b mark {
  margin-right: 0.25rem;
  color: inherit;
  font-size: 0.95em;
  font-weight: normal;
  line-height: inherit;
  background-color: transparent;
}
[data-view="home"] [data-section="qualities"] .list li b mark::after {
  content: ".";
}
[data-view="home"] [data-section="qualities"] .list li p {
  font-size: 1rem;
  line-height: 150%;
  letter-spacing: -0.0125em;
}
/* Responsive */
/* Window Width < 480 */
@media only screen and (max-width: 480px) {
  [data-view="home"] {
    /* Header: Features */
  }
  [data-view="home"] .homepage-banner .mobile-break {
    display: inline;
  }
  [data-view="home"] [data-header="features"] .slogan {
    font-size: 1.375rem;
  }
  [data-view="home"] [data-header="features"] .features {
    margin-top: 3rem;
  }
  [data-view="home"] [data-header="features"] .features li {
    width: 100%;
  }
  [data-view="home"] [data-header="features"] .features li .link {
    padding: 1.5rem 0.5rem;
  }
  [data-view="home"] [data-header="features"] .features li .link > * {
    line-height: 150% !important;
  }
  [data-view="home"] [data-header="features"] .features li .link p {
    font-size: 1.5rem;
  }
  [data-view="home"] [data-section="case-studies"] br {
    content: unset;
  }
  [data-view="home"] [data-section="qualities"] .list li {
    width: 100%;
    margin-bottom: 3rem;
  }
  [data-view="home"] [data-section="qualities"] .list li:last-child {
    margin-bottom: 0;
  }
  [data-view="home"] [data-section="qualities"] .list li b {
    display: inline-block;
    margin-bottom: 1rem;
    font-size: 1.5rem;
  }
  [data-view="home"] [data-section="qualities"] .list li p {
    font-size: 1.25rem;
  }
}
/* 480 ≤ Window Width < 768 */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  [data-view="home"] {
    /* Header: Features */
  }
  [data-view="home"] [data-header="features"] .slogan {
    font-size: 1.625rem;
  }
  [data-view="home"] [data-header="features"] .features {
    margin-top: 3.5rem;
  }
  [data-view="home"] [data-header="features"] .features li {
    width: 100%;
  }
  [data-view="home"] [data-header="features"] .features li .link {
    padding: 2rem 1rem;
  }
  [data-view="home"] [data-header="features"] .features li .link > * {
    line-height: 150% !important;
  }
  [data-view="home"] [data-header="features"] .features li .link p {
    font-size: 1.5rem;
  }
  [data-view="home"] [data-section="qualities"] .list li {
    width: 100%;
    margin-bottom: 3.5rem;
  }
  [data-view="home"] [data-section="qualities"] .list li:last-child {
    margin-bottom: 0;
  }
  [data-view="home"] [data-section="qualities"] .list li .link b {
    display: inline-block;
    margin-bottom: 1rem;
    font-size: 1.5rem;
  }
  [data-view="home"] [data-section="qualities"] .list li .link p {
    font-size: 1.25rem;
  }
}
/* 768 ≤ Window Width < 1024 */
@media only screen and (width >= 768px) and (width <= 1023px) {
  [data-view="home"] {
    /* Header: Features */
  }
  [data-view="home"] [data-header="features"] .features {
    margin-top: 4rem;
  }
}
/* 1024 ≤ Window Width < 1280 */
@media only screen and (width >= 1024px) and (width <= 1279px) {
  [data-view="home"] {
    /* Header: Features */
  }
  [data-view="home"] [data-header="features"] .features {
    margin-top: 4.5rem;
  }
}
[data-view="signup"] {
  flex-direction: row !important;
  align-items: flex-start !important;
}
[data-view="signup"] section {
  padding-bottom: 0.5rem !important;
}
[data-view="signup"] section.section:last-child {
  padding-bottom: 5rem;
}
[data-view="signup"] [data-section="application"] form {
  width: 20rem;
  padding: 0.75rem;
}
[data-view="signup"] [data-section="application"] form .checkbox input {
  margin-right: 3px;
}
[data-view="signup"] [data-section="application"] form > .title {
  font-size: 1rem;
  color: #000000;
  font-weight: 500;
  box-shadow: none;
}
[data-view="signup"] [data-section="application"] form > .content {
  border-radius: 0.25rem;
  background-color: white;
}
[data-view="signup"] [data-section="application"] form > .content a.link {
  color: rgba(0, 0, 0, 0.5);
  border-bottom: 1px dashed rgba(0, 0, 0, 0.35);
}
[data-view="signup"] [data-section="application"] form > .content a.link:hover {
  color: rgba(128, 128, 128, 0.625);
}
[data-view="signup"] [data-section="application"] form > .content a.link:active {
  color: rgba(0, 0, 0, 0.55);
}
[data-view="signup"] a.external {
  margin-top: 1rem;
}
[data-view="signup"] [data-section="finalization"] h1 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
[data-view="signup"] [data-section="finalization"] p {
  font-size: 1.25rem;
  line-height: 175%;
}
/* Window Width < 480 */
@media only screen and (max-width: 479px) {
  [data-view="signup"] [data-section="application"] form {
    width: 25rem;
  }
  [data-view="signup"] [data-section="application"] form > .content small {
    font-size: 0.8rem;
  }
}
/* 480 ≤ Window Width < 768 */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  [data-view="signup"] [data-section="application"] form {
    width: 22.5rem;
  }
  [data-view="signup"] [data-section="application"] form > .content small {
    font-size: 0.7rem;
  }
}
/* Window Width <= 1279 */
@media only screen and (max-width: 1279px) {
  [data-view="signup"] [data-section="teaser"] {
    display: none;
  }
}
[data-view="login"] section {
  padding: 5rem 0;
}
[data-view="login"] form {
  width: 20rem;
  padding: 0.75rem;
}
[data-view="login"] form > .title {
  font-size: 1rem;
  color: #000000;
  font-weight: 500;
  box-shadow: none;
}
[data-view="login"] form > .content {
  background-color: white;
  border-radius: 0.25rem;
  line-height: 100%;
  border-bottom: none;
}
[data-view="login"] a.external {
  margin-top: 1rem;
}
/* Window Width < 480 */
@media only screen and (width <= 479px) {
  [data-view="login"] form {
    width: 25rem;
  }
}
/* 480 ≤ Window Width < 768 */
@media only screen and (width >= 480px) and (width <= 767px) {
  [data-view="login"] form {
    width: 22.5rem;
  }
}
[data-view="password-reset"] section {
  min-height: calc(100vh - 4rem);
}
[data-view="password-reset"] section form {
  width: 20rem;
  padding: 0.75rem;
}
[data-view="password-reset"] section form > .title {
  font-size: 1rem;
  color: #000000;
  font-weight: 500;
  box-shadow: none;
}
[data-view="password-reset"] section form > .title b {
  display: block;
  margin-top: 0.5rem;
  color: #333366;
}
[data-view="password-reset"] section form > .content {
  border-radius: 0.25rem;
  background-color: white;
}
[data-view="password-reset"] section a.external {
  margin-top: 1rem;
}
/* Window Width < 480 */
@media only screen and (max-width: 479px) {
  [data-view="password-reset"] [data-section="application"] form {
    width: 25rem;
  }
}
/* 480 ≤ Window Width < 768 */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  [data-view="password-reset"] [data-section="application"] form {
    width: 22.5rem;
  }
}
[data-view="features"] {
  background-color: white;
  /* Header: Feature, Presentation */
  /* Header: Presentation */
}
[data-view="features"] [data-header="feature"],
[data-view="features"] [data-header="presentation"] {
  text-align: center;
}
[data-view="features"] [data-header="feature"] .slogan,
[data-view="features"] [data-header="presentation"] .slogan {
  position: relative;
  margin-bottom: 1rem;
}
[data-view="features"] [data-header="feature"] .slogan small,
[data-view="features"] [data-header="presentation"] .slogan small {
  display: block;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 125%;
}
[data-view="features"] [data-header="feature"] .slogan b,
[data-view="features"] [data-header="presentation"] .slogan b {
  text-transform: capitalize;
}
[data-view="features"] [data-header="feature"] .description,
[data-view="features"] [data-header="presentation"] .description {
  font-size: 1.5rem;
  line-height: 2rem;
  white-space: pre-wrap;
}
[data-view="features"] [data-header="feature"] .visual,
[data-view="features"] [data-header="presentation"] .visual {
  width: 75%;
  vertical-align: top;
}
[data-view="features"] [data-header="feature"] .animation,
[data-view="features"] [data-header="presentation"] .animation {
  padding: 2rem;
}
[data-view="features"] [data-header="feature"] div.list,
[data-view="features"] [data-header="presentation"] div.list {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  /* stylelint-disable-next-line selector-class-pattern */
}
[data-view="features"] [data-header="feature"] div.list h2.listHeader,
[data-view="features"] [data-header="presentation"] div.list h2.listHeader {
  font-size: 1.5rem;
}
[data-view="features"] [data-header="feature"] div.list ul,
[data-view="features"] [data-header="presentation"] div.list ul {
  font-size: 1.3rem;
  line-height: 1.5rem;
  list-style: unset;
  text-align: left;
  padding: 1rem 0 2rem;
}
[data-view="features"] [data-header="presentation"].with-visual {
  padding-bottom: 0;
  /* stylelint-disable-next-line selector-class-pattern */
}
[data-view="features"] [data-header="presentation"].with-visual .dataExtractionVideoEmbed {
  margin-bottom: 3rem;
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
[data-view="features"] [data-header="presentation"].with-visual .dataExtractionVideoEmbed iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
[data-view="features"] section {
  position: relative;
  z-index: 1;
  background-color: white;
}
[data-view="features"] section:nth-of-type(odd) {
  z-index: 2;
  box-shadow: 0 0 1.5rem 0 rgba(51, 51, 102, 0.1);
}
[data-view="features"] section:nth-of-type(even) {
  background-color: #f7f7f9;
}
[data-view="features"] [data-section="demonstration"] .title {
  line-height: 2.5rem;
  margin-bottom: 0.5rem;
}
[data-view="features"] [data-section="demonstration"] p {
  font-size: 1.5rem;
  line-height: 2rem;
}
[data-view="features"] [data-section="demonstration"] .button {
  margin-top: 2rem;
}
[data-view="features"] [data-section="process"] .title {
  line-height: 2.5rem;
  margin-bottom: 5rem;
}
[data-view="features"] [data-section="process"] .list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 100%;
}
[data-view="features"] [data-section="process"] .list li {
  width: 30%;
}
[data-view="features"] [data-section="process"] .list li svg {
  display: block;
  margin: 0 auto;
  margin-bottom: 1rem;
}
[data-view="features"] [data-section="process"] .list li svg > * {
  fill: #333366;
}
[data-view="features"] [data-section="process"] .list li b {
  display: inline-block;
  margin-bottom: 0.5rem;
  color: #000000;
  font-size: 1.5rem;
  line-height: 2rem;
}
[data-view="features"] [data-section="process"] .list li b mark {
  margin-right: 0.25rem;
  color: inherit;
  font-size: 0.95em;
  font-weight: normal;
  line-height: inherit;
  background-color: transparent;
}
[data-view="features"] [data-section="process"] .list li b mark::after {
  content: ".";
}
[data-view="features"] [data-section="process"] .list li p {
  font-size: 1rem;
  line-height: 150%;
  letter-spacing: -0.0125em;
}
/* Responsive */
/* Window Width < 480 */
@media only screen and (max-width: 480px) {
  [data-view="features"] {
    /* Header: Presentation */
  }
  [data-view="features"] [data-header="presentation"] .visual {
    width: 100%;
  }
  [data-view="features"] [data-section="process"] .list li {
    width: 100%;
    margin-bottom: 3rem;
  }
  [data-view="features"] [data-section="process"] .list li:last-child {
    margin-bottom: 0;
  }
  [data-view="features"] [data-section="process"] .list li b {
    display: inline-block;
    margin-bottom: 1rem;
    font-size: 1.5rem;
  }
  [data-view="features"] [data-section="process"] .list li p {
    font-size: 1.25rem;
  }
  [data-view="features"] [data-section="contact"] p {
    display: inline;
    font-size: 1.375rem;
  }
  [data-view="features"] [data-section="contact"] p a {
    font-size: inherit;
  }
}
/* 480 ≤ Window Width < 768 */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  [data-view="features"] {
    /* Header: Presentation */
  }
  [data-view="features"] [data-header="presentation"] .visual {
    width: 100%;
  }
  [data-view="features"] [data-section="process"] .list li {
    width: 100%;
    margin-bottom: 3.5rem;
  }
  [data-view="features"] [data-section="process"] .list li:last-child {
    margin-bottom: 0;
  }
  [data-view="features"] [data-section="process"] .list li b {
    display: inline-block;
    margin-bottom: 1rem;
    font-size: 1.5rem;
  }
  [data-view="features"] [data-section="process"] .list li p {
    font-size: 1.25rem;
  }
  [data-view="features"] [data-section="contact"] p {
    display: inline;
    font-size: 1.5rem;
  }
  [data-view="features"] [data-section="contact"] p a {
    font-size: inherit;
  }
}
/* 768 ≤ Window Width < 1024 */
@media only screen and (width >= 768px) and (width <= 1023px) {
  [data-view="features"] {
    /* Header: Presentation */
  }
  [data-view="features"] [data-header="presentation"] .visual {
    width: 87.5%;
  }
}
[data-view="solutions"] {
  background-color: white;
  /* Header: Solution, Presentation */
  /* Header: Presentation */
}
[data-view="solutions"] [data-header="solution"],
[data-view="solutions"] [data-header="presentation"] {
  text-align: center;
}
[data-view="solutions"] [data-header="solution"] .slogan,
[data-view="solutions"] [data-header="presentation"] .slogan {
  position: relative;
  margin-bottom: 1rem;
}
[data-view="solutions"] [data-header="solution"] .slogan small,
[data-view="solutions"] [data-header="presentation"] .slogan small {
  display: block;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 125%;
}
[data-view="solutions"] [data-header="solution"] .slogan b,
[data-view="solutions"] [data-header="presentation"] .slogan b {
  text-transform: capitalize;
}
[data-view="solutions"] [data-header="solution"] .description,
[data-view="solutions"] [data-header="presentation"] .description {
  font-size: 1.5rem;
  line-height: 2rem;
  white-space: pre-wrap;
  margin-bottom: 1rem;
}
[data-view="solutions"] [data-header="solution"] .videoWrapper,
[data-view="solutions"] [data-header="presentation"] .videoWrapper {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  margin: 2rem 0;
  height: 0;
}
[data-view="solutions"] [data-header="solution"] .videoWrapper iframe,
[data-view="solutions"] [data-header="presentation"] .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
[data-view="solutions"] [data-header="solution"] .visual,
[data-view="solutions"] [data-header="presentation"] .visual {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin-top: 2.5rem;
  vertical-align: top;
  padding-bottom: 2rem;
}
[data-view="solutions"] [data-header="solution"] .visual a,
[data-view="solutions"] [data-header="presentation"] .visual a {
  overflow: visible;
  margin: 0 1rem;
  border-bottom: none;
  transform: scale(1);
  cursor: pointer !important;
}
[data-view="solutions"] [data-header="solution"] .visual a:hover,
[data-view="solutions"] [data-header="presentation"] .visual a:hover {
  transform: scale(1.1);
  background-color: rgba(0, 221, 221, 0.125);
}
[data-view="solutions"] [data-header="solution"] .visual a figure,
[data-view="solutions"] [data-header="presentation"] .visual a figure {
  display: inline-block;
  pointer-events: none;
}
[data-view="solutions"] [data-header="solution"] .visual a figure > *,
[data-view="solutions"] [data-header="presentation"] .visual a figure > * {
  display: block;
}
[data-view="solutions"] [data-header="solution"] .visual a figure img,
[data-view="solutions"] [data-header="presentation"] .visual a figure img {
  margin: auto;
  width: auto;
  height: 5rem;
  border: 1px solid white;
  border-radius: 0.25rem;
  background-clip: padding-box;
  box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.15);
  vertical-align: middle;
}
[data-view="solutions"] [data-header="solution"] .visual a figure figcaption,
[data-view="solutions"] [data-header="presentation"] .visual a figure figcaption {
  height: 1.5rem;
  margin-top: 0.5rem;
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 0.75rem;
  text-transform: uppercase;
}
[data-view="solutions"] [data-header="presentation"].with-visual {
  padding-bottom: 0;
}
[data-view="solutions"] section {
  position: relative;
  z-index: 1;
  background-color: white;
}
[data-view="solutions"] section:nth-of-type(odd) {
  z-index: 2;
  box-shadow: 0 0 1.5rem 0 rgba(51, 51, 102, 0.1);
}
[data-view="solutions"] section:nth-of-type(even) {
  background-color: #f7f7f9;
}
[data-view="solutions"] [data-section="demonstration"] .title {
  line-height: 2.5rem;
  margin-bottom: 0.5rem;
}
[data-view="solutions"] [data-section="demonstration"] p {
  font-size: 1.5rem;
}
[data-view="solutions"] [data-section="demonstration"] .button {
  margin-top: 2rem;
}
[data-view="solutions"] [data-section="process"] .title {
  line-height: 2.5rem;
  margin-bottom: 5rem;
}
[data-view="solutions"] [data-section="process"] .list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
[data-view="solutions"] [data-section="process"] .list li {
  width: 30%;
}
[data-view="solutions"] [data-section="process"] .list li svg {
  display: block;
  margin: 0 auto;
  margin-bottom: 1rem;
}
[data-view="solutions"] [data-section="process"] .list li svg > * {
  fill: #333366;
}
[data-view="solutions"] [data-section="process"] .list li b {
  display: inline-block;
  margin-bottom: 0.5rem;
  color: #000000;
  font-size: 1.5rem;
  line-height: 2rem;
}
[data-view="solutions"] [data-section="process"] .list li b mark {
  margin-right: 0.25rem;
  color: inherit;
  font-size: 0.95em;
  font-weight: normal;
  line-height: inherit;
  background-color: transparent;
}
[data-view="solutions"] [data-section="process"] .list li b mark:after {
  content: ".";
}
[data-view="solutions"] [data-section="process"] .list li p {
  font-size: 1rem;
  line-height: 150%;
  letter-spacing: -0.0125em;
}
/* Responsive */
/* Window Width < 480 */
@media only screen and (max-width: 479px) {
  [data-view="solutions"] [data-section="process"] .list li {
    width: 100%;
    margin-bottom: 3rem;
  }
  [data-view="solutions"] [data-section="process"] .list li:last-child {
    margin-bottom: 0;
  }
  [data-view="solutions"] [data-section="process"] .list li b {
    display: inline-block;
    margin-bottom: 1rem;
    font-size: 1.5rem;
  }
  [data-view="solutions"] [data-section="process"] .list li p {
    font-size: 1.25rem;
  }
  [data-view="solutions"] [data-section="contact"] p {
    display: inline;
    font-size: 1.375rem;
  }
  [data-view="solutions"] [data-section="contact"] p a {
    font-size: inherit;
  }
}
/* 480 ≤ Window Width < 768 */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  [data-view="solutions"] [data-section="process"] .list li {
    width: 100%;
    margin-bottom: 3.5rem;
  }
  [data-view="solutions"] [data-section="process"] .list li:last-child {
    margin-bottom: 0;
  }
  [data-view="solutions"] [data-section="process"] .list li b {
    display: inline-block;
    margin-bottom: 1rem;
    font-size: 1.5rem;
  }
  [data-view="solutions"] [data-section="process"] .list li p {
    font-size: 1.25rem;
  }
  [data-view="solutions"] [data-section="contact"] p {
    display: inline;
    font-size: 1.5rem;
  }
  [data-view="solutions"] [data-section="contact"] p a {
    font-size: inherit;
  }
}
[data-view="partners"] {
  background-color: white;
}
[data-view="partners"] section {
  position: relative;
  z-index: 1;
  background-color: white;
}
[data-view="partners"] section:nth-of-type(odd) {
  z-index: 2;
  box-shadow: 0 0 1.5rem 0 rgba(51, 51, 102, 0.1);
}
[data-view="partners"] section:nth-of-type(even) {
  background-color: #f7f7f9;
}
[data-view="partners"] [data-section="demonstration"] .title {
  line-height: 2.5rem;
  margin-bottom: 0.5rem;
}
[data-view="partners"] [data-section="demonstration"] p {
  font-size: 1.5rem;
  line-height: 2rem;
}
[data-view="partners"] [data-section="demonstration"] .button {
  margin-top: 2rem;
}
[data-view="partners"] [data-header="partners"] {
  padding-bottom: 3rem !important;
}
[data-view="partners"] [data-header="partners"] .button {
  margin: 1rem 1rem 2rem 0;
}
[data-view="partners"] [data-header="partners"] p {
  margin-bottom: 1rem;
}
/* Window Width < 480 */
@media only screen and (max-width: 479px) {
  [data-view="partners"] [data-section="payment"] table {
    width: 100%;
  }
}
[data-view="partners"] {
  background-color: white;
  /* Header: Partner, Presentation */
}
[data-view="partners"] [data-header="partners"] .title {
  line-height: 2.5rem;
  margin-bottom: 0.5rem;
}
[data-view="partners"] [data-header="partners"] .slogan small {
  display: block;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 125%;
}
[data-view="partners"] [data-header="partners"] .slogan b {
  text-transform: capitalize;
}
[data-view="partners"] [data-header="partners"] .description {
  font-size: 1.5rem;
  line-height: 2rem;
  white-space: pre-wrap;
}
[data-view="partners"] [data-header="partners"] .introduction {
  margin-bottom: 1rem;
}
[data-view="partners"] [data-header="partners"] .button {
  margin-top: 1rem;
}
[data-view="integrations"] {
  background-color: white;
}
[data-view="integrations"] section {
  position: relative;
  z-index: 1;
  background-color: white;
}
[data-view="integrations"] section:nth-of-type(odd) {
  z-index: 2;
  box-shadow: 0 0 1.5rem 0 rgba(51, 51, 102, 0.1);
}
[data-view="integrations"] section:nth-of-type(even) {
  background-color: #f7f7f9;
}
[data-view="integrations"] [data-header="integrations"] button {
  margin: 1.5rem 0;
}
[data-view="integrations"] [data-section="email-integration"] p {
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 2rem;
}
[data-view="integrations"] [data-section="api"],
[data-view="integrations"] [data-section="email-integration"],
[data-view="integrations"] [data-section="flow"],
[data-view="integrations"] [data-section="no-code"],
[data-view="integrations"] [data-section="marketplace-partners"],
[data-view="integrations"] [data-section="rpa-partners"],
[data-view="integrations"] [data-section="offline"],
[data-view="integrations"] [data-section="solution-partners"] {
  /* stylelint-disable-next-line selector-class-pattern */
}
[data-view="integrations"] [data-section="api"] .api-key-section,
[data-view="integrations"] [data-section="email-integration"] .api-key-section,
[data-view="integrations"] [data-section="flow"] .api-key-section,
[data-view="integrations"] [data-section="no-code"] .api-key-section,
[data-view="integrations"] [data-section="marketplace-partners"] .api-key-section,
[data-view="integrations"] [data-section="rpa-partners"] .api-key-section,
[data-view="integrations"] [data-section="offline"] .api-key-section,
[data-view="integrations"] [data-section="solution-partners"] .api-key-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
[data-view="integrations"] [data-section="api"] .api-key-buttons,
[data-view="integrations"] [data-section="email-integration"] .api-key-buttons,
[data-view="integrations"] [data-section="flow"] .api-key-buttons,
[data-view="integrations"] [data-section="no-code"] .api-key-buttons,
[data-view="integrations"] [data-section="marketplace-partners"] .api-key-buttons,
[data-view="integrations"] [data-section="rpa-partners"] .api-key-buttons,
[data-view="integrations"] [data-section="offline"] .api-key-buttons,
[data-view="integrations"] [data-section="solution-partners"] .api-key-buttons {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: center;
  justify-items: center;
  gap: 1rem;
}
[data-view="integrations"] [data-section="api"] .sftp,
[data-view="integrations"] [data-section="email-integration"] .sftp,
[data-view="integrations"] [data-section="flow"] .sftp,
[data-view="integrations"] [data-section="no-code"] .sftp,
[data-view="integrations"] [data-section="marketplace-partners"] .sftp,
[data-view="integrations"] [data-section="rpa-partners"] .sftp,
[data-view="integrations"] [data-section="offline"] .sftp,
[data-view="integrations"] [data-section="solution-partners"] .sftp {
  display: block;
}
[data-view="integrations"] [data-section="api"] ul.noCode,
[data-view="integrations"] [data-section="email-integration"] ul.noCode,
[data-view="integrations"] [data-section="flow"] ul.noCode,
[data-view="integrations"] [data-section="no-code"] ul.noCode,
[data-view="integrations"] [data-section="marketplace-partners"] ul.noCode,
[data-view="integrations"] [data-section="rpa-partners"] ul.noCode,
[data-view="integrations"] [data-section="offline"] ul.noCode,
[data-view="integrations"] [data-section="solution-partners"] ul.noCode {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
  width: 100%;
}
[data-view="integrations"] [data-section="api"] ul.noCode li,
[data-view="integrations"] [data-section="email-integration"] ul.noCode li,
[data-view="integrations"] [data-section="flow"] ul.noCode li,
[data-view="integrations"] [data-section="no-code"] ul.noCode li,
[data-view="integrations"] [data-section="marketplace-partners"] ul.noCode li,
[data-view="integrations"] [data-section="rpa-partners"] ul.noCode li,
[data-view="integrations"] [data-section="offline"] ul.noCode li,
[data-view="integrations"] [data-section="solution-partners"] ul.noCode li {
  width: 45%;
  cursor: pointer !important;
  /* stylelint-disable-next-line selector-class-pattern */
}
[data-view="integrations"] [data-section="api"] ul.noCode li a:not(.AppButton),
[data-view="integrations"] [data-section="email-integration"] ul.noCode li a:not(.AppButton),
[data-view="integrations"] [data-section="flow"] ul.noCode li a:not(.AppButton),
[data-view="integrations"] [data-section="no-code"] ul.noCode li a:not(.AppButton),
[data-view="integrations"] [data-section="marketplace-partners"] ul.noCode li a:not(.AppButton),
[data-view="integrations"] [data-section="rpa-partners"] ul.noCode li a:not(.AppButton),
[data-view="integrations"] [data-section="offline"] ul.noCode li a:not(.AppButton),
[data-view="integrations"] [data-section="solution-partners"] ul.noCode li a:not(.AppButton) {
  padding: 1rem 1rem 1rem 1.8rem;
  display: inline-block;
  width: 100%;
  margin-bottom: 1.5rem;
  color: #333366;
  font-weight: 700;
  line-height: 4rem;
  text-decoration: none;
  text-transform: capitalize;
  vertical-align: top;
  border: 1px solid rgba(51, 51, 102, 0.25);
  border-radius: 0.25rem;
  background-clip: padding-box;
  background-color: rgba(51, 51, 102, 0.05);
  transform: scale(1);
}
[data-view="integrations"] [data-section="api"] ul.noCode li a:not(.AppButton):hover,
[data-view="integrations"] [data-section="email-integration"] ul.noCode li a:not(.AppButton):hover,
[data-view="integrations"] [data-section="flow"] ul.noCode li a:not(.AppButton):hover,
[data-view="integrations"] [data-section="no-code"] ul.noCode li a:not(.AppButton):hover,
[data-view="integrations"] [data-section="marketplace-partners"] ul.noCode li a:not(.AppButton):hover,
[data-view="integrations"] [data-section="rpa-partners"] ul.noCode li a:not(.AppButton):hover,
[data-view="integrations"] [data-section="offline"] ul.noCode li a:not(.AppButton):hover,
[data-view="integrations"] [data-section="solution-partners"] ul.noCode li a:not(.AppButton):hover {
  transform: scale(1.1);
  background-color: rgba(0, 221, 221, 0.125);
}
[data-view="integrations"] [data-section="api"] ul.noCode li.scaled,
[data-view="integrations"] [data-section="email-integration"] ul.noCode li.scaled,
[data-view="integrations"] [data-section="flow"] ul.noCode li.scaled,
[data-view="integrations"] [data-section="no-code"] ul.noCode li.scaled,
[data-view="integrations"] [data-section="marketplace-partners"] ul.noCode li.scaled,
[data-view="integrations"] [data-section="rpa-partners"] ul.noCode li.scaled,
[data-view="integrations"] [data-section="offline"] ul.noCode li.scaled,
[data-view="integrations"] [data-section="solution-partners"] ul.noCode li.scaled {
  transform: scale(1.05);
}
[data-view="integrations"] [data-section="api"] p.headline,
[data-view="integrations"] [data-section="email-integration"] p.headline,
[data-view="integrations"] [data-section="flow"] p.headline,
[data-view="integrations"] [data-section="no-code"] p.headline,
[data-view="integrations"] [data-section="marketplace-partners"] p.headline,
[data-view="integrations"] [data-section="rpa-partners"] p.headline,
[data-view="integrations"] [data-section="offline"] p.headline,
[data-view="integrations"] [data-section="solution-partners"] p.headline {
  font-weight: bold;
  white-space: normal;
  line-height: 1.2rem;
  margin: 1rem 0;
  text-transform: none;
}
/* Window Width < 480 */
@media only screen and (max-width: 480px) {
  [data-view="integrations"] .api-key-buttons .button {
    width: 70% !important;
  }
  [data-view="integrations"] br.flexible {
    content: ' ';
  }
  [data-view="integrations"] br.flexible::after {
    content: ' ';
  }
  [data-view="integrations"] [data-section="no-code"] {
    /* stylelint-disable-next-line selector-class-pattern */
  }
  [data-view="integrations"] [data-section="no-code"] p.headline {
    line-height: 1.8rem;
  }
  [data-view="integrations"] [data-section="no-code"] ul.noCode li {
    width: 100%;
    font-size: 1.3rem;
    line-height: 2rem;
  }
  [data-view="integrations"] [data-section="no-code"] ul.noCode li:last-child {
    margin-bottom: 0;
  }
  [data-view="integrations"] [data-section="no-code"] .features li.empty {
    display: none;
  }
}
/* Window Width < 767px */
@media only screen and (width <= 767px) {
  .api-key-buttons {
    grid-template-columns: 1fr !important;
  }
  .api-key-buttons .button {
    justify-self: center !important;
  }
}
/* 480 ≤ Window Width < 768 */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  [data-view="integrations"] .api-key-buttons .button {
    width: 60% !important;
  }
  [data-view="integrations"] [data-section="no-code"] {
    /* stylelint-disable-next-line selector-class-pattern */
  }
  [data-view="integrations"] [data-section="no-code"] ul.noCode li {
    width: 100%;
    font-size: 1.3rem;
    line-height: 2rem;
  }
  [data-view="integrations"] [data-section="no-code"] ul.noCode li:last-child {
    margin-bottom: 0;
  }
  [data-view="integrations"] [data-section="no-code"] .features li.empty {
    display: none;
  }
}
.modal .api-key-title {
  margin-top: 2rem;
  font-weight: bold;
}
.modal .api-key-container {
  display: flex;
  align-items: center;
  white-space: nowrap;
  gap: 0.2rem;
}
.modal .api-key {
  font-family: monospace;
  font-weight: bold;
  font-size: 1.2rem;
}
[data-view="user-settings"] {
  background: #f6f7f8;
  background-color: #f6f7f8;
}
[data-view="user-settings"] form {
  background: transparent;
  background-color: transparent;
}
[data-view="user-settings"] form .content > * {
  width: initial;
}
[data-view="user-settings"] img.remove-button {
  filter: grayscale(1) opacity(0.5);
}
[data-view="user-settings"] img.remove-button:hover {
  cursor: pointer;
  filter: none;
}
[data-view="user-settings"] .flow-settings-grid-container {
  grid-template-columns: 15rem 1fr;
  display: grid;
  margin-top: 1rem;
  margin-inline: 2rem;
  justify-content: center;
}
[data-view="user-settings"] .flow-settings-grid-container.custom-model {
  display: unset;
  grid-template-columns: unset;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  [data-view="user-settings"] .flow-settings-grid-container {
    grid-template-columns: 2fr 6fr;
  }
}
@media only screen and (max-width: 767px) {
  [data-view="user-settings"] .flow-settings-grid-container {
    grid-template-columns: 1fr;
  }
  [data-view="user-settings"] .flow-settings-grid-container .settings-card.accordion.section {
    margin-bottom: 0.5rem;
    padding: 1rem;
  }
  [data-view="user-settings"] .flow-settings-grid-container .settings-card.accordion.section .accordion-header {
    font-size: 1.2rem;
    padding: 0;
  }
  [data-view="user-settings"] .flow-settings-grid-container .settings-card.accordion.section div.container {
    margin-top: 0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  [data-view="user-settings"] .flow-settings-grid-container .left-navigation {
    display: none;
  }
}
[data-view="user-settings"] .flow-settings-grid-container .left-navigation li {
  padding-right: 1rem;
  height: 3rem;
  display: flex;
  justify-content: space-between;
}
[data-view="user-settings"] .flow-settings-grid-container .left-navigation li.disable,
[data-view="user-settings"] .flow-settings-grid-container .left-navigation li a.disable {
  color: #cccccc !important;
  cursor: not-allowed !important;
}
[data-view="user-settings"] .flow-settings-grid-container .left-navigation li:hover {
  cursor: pointer;
}
[data-view="user-settings"] .flow-settings-grid-container .left-navigation li:hover a {
  color: #00dddd;
}
[data-view="user-settings"] .flow-settings-grid-container .left-navigation li:hover a.risk {
  opacity: 1 !important;
}
[data-view="user-settings"] .flow-settings-grid-container .left-navigation li a {
  font-size: 1.1rem;
  text-decoration: none;
  border-bottom: none !important;
}
[data-view="user-settings"] .flow-settings-grid-container .left-navigation li a.risk {
  color: #fb327e !important;
  opacity: 0.5;
}
[data-view="user-settings"] .flow-settings-grid-container .left-navigation li.active a {
  color: #333366;
  font-weight: bold;
}
[data-view="user-settings"] .flow-settings-grid-container .left-navigation li.active a.risk {
  color: #fb327e !important;
  opacity: 1 !important;
}
[data-view="user-settings"] header {
  max-width: 1200px;
  margin: 0 auto;
  width: 75% !important;
}
[data-view="user-settings"] header .slogan {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.3rem;
  text-align: start;
  margin: 0;
  /* stylelint-disable-next-line color-no-hex */
  background: linear-gradient(#3D3F47, #3D3F47);
  -webkit-background-clip: text;
          background-clip: text;
}
[data-view="user-settings"] header .introduction {
  margin: 0;
  text-align: start;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  color: #6E6F75;
}
[data-view="user-settings"] header .container {
  width: 100%;
  margin: 0 auto;
}
[data-view="user-settings"] header .container .save-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin: 1rem 0;
}
[data-view="user-settings"] header .container .save-row .left {
  justify-self: flex-start;
  margin: 0 0.2rem;
}
[data-view="user-settings"] header .container .save-row .right {
  justify-self: flex-end;
  margin: 0 0.2rem;
  display: flex;
  flex-direction: row;
  gap: 1rem;
  margin-top: 0 !important;
}
[data-view="user-settings"] header .container .save-row .right button {
  padding: 0 2rem;
}
@media only screen and (max-width: 767px) {
  [data-view="user-settings"] header {
    padding: 0 0.5rem 1rem;
    width: calc(85% + 4rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  [data-view="user-settings"] header {
    padding: 0 2rem 1.5rem;
    width: calc(85% + 4rem);
  }
}
[data-view="user-settings"] section {
  background: white;
}
[data-view="user-settings"] section .container {
  width: 90%;
  margin: 0 2.5rem;
}
[data-view="user-settings"] section .container .email {
  margin-bottom: 1rem;
}
[data-view="user-settings"] section .container button:disabled,
[data-view="user-settings"] section .container button[disabled],
[data-view="user-settings"] section .container a.button[disabled] {
  background-color: #333366;
  background-image: linear-gradient(rgba(51, 56, 102, 0.01), #383366);
  background-image: linear-gradient(-45deg, transparent 25%, rgba(255, 255, 255, 0.175) 25%, rgba(255, 255, 255, 0.175) 50%, transparent 50%, transparent 75%, rgba(255, 255, 255, 0.175) 75%) !important;
  background-size: 3rem 3rem;
  animation: loading-stripes 10s infinite linear;
}
[data-view="user-settings"] section .container button:disabled:hover,
[data-view="user-settings"] section .container button[disabled]:hover,
[data-view="user-settings"] section .container a.button[disabled]:hover {
  background-color: #5c5c85;
}
[data-view="user-settings"] section .container button:disabled:active,
[data-view="user-settings"] section .container button[disabled]:active,
[data-view="user-settings"] section .container a.button[disabled]:active {
  background-color: #2e2e5c;
}
[data-view="user-settings"] section .container .self-contained-button-area {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 1rem;
}
[data-view="user-settings"] section .container .button-container {
  display: flex;
  flex-direction: row-reverse;
}
[data-view="user-settings"] section .container h1 {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2rem;
  margin-top: 0;
  margin-bottom: 0;
  background: black;
  -webkit-background-clip: text;
          background-clip: text;
}
[data-view="user-settings"] section .container h2 {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.6rem;
  margin-top: 2rem;
  margin-bottom: 0.6rem;
}
[data-view="user-settings"] section .container .introduction {
  font-style: normal;
  font-weight: 300;
  font-size: 1rem;
  margin-top: 0.2rem;
  color: #6E6F75;
}
[data-view="user-settings"] section .container h2.introduction {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.5rem;
}
[data-view="user-settings"] section .container .description {
  color: #6E6F75;
  font-style: normal;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.6rem;
  margin-top: 2rem;
  margin-bottom: 0.6rem;
}
@media only screen and (max-width: 767px) {
  [data-view="user-settings"] section {
    padding: 0 0.5rem 1rem;
    width: calc(85% + 4rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  [data-view="user-settings"] section {
    padding: 0 2rem 1.5rem;
    width: calc(85% + 4rem);
  }
}
[data-view="user-settings"] section .basic > input,
[data-view="user-settings"] section .phone-input > input {
  width: 100%;
  min-height: 2.6rem;
}
[data-view="user-settings"] .settings-card {
  border: 1px solid #d8d8d8;
  padding: 2rem;
  border-radius: 0.25rem;
  margin-bottom: 2rem;
}
[data-view="user-settings"] [data-header="user-settings"] button {
  margin: 0;
}
[data-view="user-settings"] [data-section="setting"] .invite-user-container {
  display: grid;
  grid-template-columns: 10fr 1fr;
  margin-top: 2rem;
  margin-bottom: 1rem;
  align-items: center;
  gap: 1rem;
}
[data-view="user-settings"] [data-section="setting"] .flow-select {
  margin: 0 auto;
  text-align: left;
  width: 100%;
}
[data-view="user-settings"] [data-section="setting"] .sftp-buttons-container {
  display: flex;
  margin: 20px auto 0;
  justify-content: space-evenly;
}
[data-view="user-settings"] [data-section="setting"] .api-button {
  width: 16rem;
}
[data-view="user-settings"] [data-section="setting"] .text-form,
[data-view="user-settings"] [data-section="setting"] .password-form {
  margin: auto;
}
[data-view="user-settings"] [data-section="setting"] .warning {
  background-color: #fb327e;
  background-image: linear-gradient(rgba(251, 50, 146, 0.01), #fb326a);
}
[data-view="user-settings"] [data-section="setting"] .warning:hover {
  background-color: #fc5b98;
}
[data-view="user-settings"] [data-section="setting"] .warning:active {
  background-color: #e22d71;
}
[data-view="user-settings"] [data-section="setting"] .react-toggle {
  touch-action: pan-x;
  display: inline-block;
  position: relative;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  padding: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
[data-view="user-settings"] [data-section="setting"] .react-toggle-screenreader-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
[data-view="user-settings"] [data-section="setting"] .react-toggle--disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
[data-view="user-settings"] [data-section="setting"] .react-toggle-track {
  width: 50px;
  height: 24px;
  padding: 0;
  border-radius: 0.25rem;
  background-color: #4D4D4D;
}
[data-view="user-settings"] [data-section="setting"] .react-toggle:hover:not(.react-toggle--disabled) .react-toggle-track {
  background-color: black;
}
[data-view="user-settings"] [data-section="setting"] .react-toggle--checked .react-toggle-track {
  background-color: #333366;
}
[data-view="user-settings"] [data-section="setting"] .react-toggle--checked:hover:not(.react-toggle--disabled) .react-toggle-track {
  background-color: #333366;
}
[data-view="user-settings"] [data-section="setting"] .react-toggle-track-check {
  position: absolute;
  width: 14px;
  height: 10px;
  top: 6px;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  line-height: 0;
  left: 4px;
  opacity: 0;
  color: white;
}
[data-view="user-settings"] [data-section="setting"] .react-toggle--checked .react-toggle-track-check {
  opacity: 1;
}
[data-view="user-settings"] [data-section="setting"] .react-toggle-track-x {
  position: absolute;
  width: 10px;
  height: 10px;
  top: 7px;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  line-height: 0;
  right: 15px;
  opacity: 1;
  color: white;
  font-weight: bold;
}
[data-view="user-settings"] [data-section="setting"] .react-toggle--checked .react-toggle-track-x {
  opacity: 0;
}
[data-view="user-settings"] [data-section="setting"] .react-toggle-thumb {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 22px;
  height: 22px;
  border: 1px solid #4D4D4D;
  border-radius: 0.25rem;
  background-color: #FAFAFA;
  box-sizing: border-box;
}
[data-view="user-settings"] [data-section="setting"] .react-toggle--checked .react-toggle-thumb {
  left: 27px;
  border-color: #333366;
}
[data-view="user-settings"] [data-section="setting"] .react-toggle--focus .react-toggle-thumb {
  box-shadow: 0 0 2px 3px #0099E0;
}
[data-view="user-settings"] [data-section="setting"] .react-toggle:active:not(.react-toggle--disabled) .react-toggle-thumb {
  box-shadow: 0 0 5px 5px #0099E0;
}
[data-view="user-settings"] [data-section="setting"] ul.noCode {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
  width: 100%;
}
[data-view="user-settings"] [data-section="setting"] ul.noCode li {
  width: 45%;
  cursor: pointer !important;
}
[data-view="user-settings"] [data-section="setting"] ul.noCode li a {
  padding: 1rem 1rem 1rem 1.8rem;
  display: inline-block;
  width: 100%;
  margin-bottom: 1.5rem;
  color: #333366;
  font-weight: 700;
  line-height: 4rem;
  text-decoration: none;
  text-transform: capitalize;
  vertical-align: top;
  border: 1px solid rgba(51, 51, 102, 0.25);
  border-radius: 0.25rem;
  background-clip: padding-box;
  background-color: rgba(51, 51, 102, 0.05);
  transform: scale(1);
}
[data-view="user-settings"] [data-section="setting"] ul.noCode li a:hover {
  transform: scale(1.1);
  background-color: rgba(0, 221, 221, 0.125);
}
[data-view="user-settings"] [data-section="setting"] ul.noCode li.scaled {
  transform: scale(1.05);
}
[data-view="user-settings"] [data-section="setting"] ul.list-domains {
  list-style-type: disc;
  margin: 0 2rem;
}
[data-view="user-settings"] [data-section="setting"] p.headline {
  font-weight: bold;
  white-space: normal;
  line-height: 1.2rem;
  margin: 1rem 0;
  text-transform: none;
}
/* Window Width < 480 */
@media only screen and (width <= 479px) {
  [data-view="user-settings"] br.flexible {
    content: ' ';
  }
  [data-view="user-settings"] br.flexible::after {
    content: ' ';
  }
  [data-view="user-settings"] [data-section="no-code"] p.headline {
    line-height: 1.8rem;
  }
  [data-view="user-settings"] [data-section="no-code"] ul.noCode li {
    width: 100%;
    font-size: 1.3rem;
    line-height: 2rem;
  }
  [data-view="user-settings"] [data-section="no-code"] ul.noCode li:last-child {
    margin-bottom: 0;
  }
  [data-view="user-settings"] [data-section="no-code"] .features li.empty {
    display: none;
  }
}
/* 480 ≤ Window Width < 768 */
@media only screen and (width >= 480px) and (width <= 767px) {
  [data-view="user-settings"] [data-section="no-code"] ul.noCode li {
    width: 100%;
    font-size: 1.3rem;
    line-height: 2rem;
  }
  [data-view="user-settings"] [data-section="no-code"] ul.noCode li:last-child {
    margin-bottom: 0;
  }
  [data-view="user-settings"] [data-section="no-code"] .features li.empty {
    display: none;
  }
}
@media only screen and (width <= 768px) {
  [data-view="user-settings"] .settings-card {
    margin-bottom: 1rem;
  }
}
[data-view="blog"] {
  background-color: white;
}
[data-view="blog"] section {
  position: relative;
  z-index: 1;
  background-color: white;
}
[data-view="blog"] section:nth-of-type(odd) {
  z-index: 2;
  box-shadow: 0 0 1.5rem 0 rgba(51, 51, 102, 0.1);
}
[data-view="blog"] section:nth-of-type(even) {
  background-color: #f7f7f9;
}
[data-view="blog"] [data-header="blog"] a.back {
  font-size: 1.3rem;
  line-height: 2rem;
  margin: 1rem;
}
[data-view="blog"] [data-header="blog"] button {
  margin: 1.5rem 0;
}
[data-view="blog"] [data-section="posts"] ul {
  display: grid;
  grid-gap: 1rem;
  flex-flow: row wrap;
  justify-content: space-evenly;
  width: 100%;
}
[data-view="blog"] [data-section="posts"] ul li {
  padding: 1rem;
}
[data-view="blog"] [data-section="posts"] ul li * {
  cursor: pointer !important;
}
[data-view="blog"] [data-section="posts"] ul li a.row:hover {
  opacity: 0.5;
}
[data-view="blog"] [data-section="posts"] ul li a.row {
  text-align: unset;
  white-space: unset;
  color: unset;
  padding-bottom: 1rem;
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: 1fr 3fr;
}
[data-view="blog"] [data-section="posts"] ul li a.row img {
  max-width: 300px;
}
[data-view="blog"] [data-section="posts"] ul li a.row article {
  display: grid;
  grid-gap: 0.8rem;
}
[data-view="blog"] [data-section="posts"] ul li a.row article h2 {
  background: linear-gradient(#00dddd, #333366);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
[data-view="blog"] [data-section="posts"] ul li a.row article h3 {
  margin-bottom: 1rem;
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.5);
}
/* Window Width < 480 */
@media only screen and (max-width: 480px) {
  [data-view="blog"] a.row {
    grid-template-columns: 1fr !important;
  }
  [data-view="blog"] a.row img {
    max-width: calc(100% - 1rem) !important;
  }
}
/* 480 ≤ Window Width < 768 */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  [data-view="blog"] a.row {
    grid-template-columns: 1fr !important;
  }
  [data-view="blog"] a.row img {
    max-width: calc(100% - 1rem) !important;
  }
}
[data-view="blog-detail"] {
  background-color: white;
}
[data-view="blog-detail"] section {
  position: relative;
  z-index: 1;
  background-color: white;
}
[data-view="blog-detail"] section:nth-of-type(odd) {
  z-index: 2;
  box-shadow: 0 0 1.5rem 0 rgba(51, 51, 102, 0.1);
}
[data-view="blog-detail"] section:nth-of-type(even) {
  background-color: #f7f7f9;
}
[data-view="blog-detail"] [data-header="header"] .back-link {
  text-align: left;
}
[data-view="blog-detail"] [data-header="header"] span {
  margin-left: -2px;
  cursor: pointer;
  color: #333366 !important;
}
[data-view="blog-detail"] [data-section="posts"] img {
  width: 100%;
  max-width: calc(100% - 1rem) !important;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
[data-view="blog-detail"] [data-section="posts"] article {
  display: grid;
  grid-gap: 0.8rem;
}
[data-view="blog-detail"] [data-section="posts"] article div h2 {
  font-size: 1.5rem;
  line-height: 3rem;
}
[data-view="blog-detail"] [data-section="posts"] article div h3 {
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 2rem;
}
[data-view="blog-detail"] [data-section="posts"] article div p {
  margin-bottom: 0.5rem;
}
[data-view="blog-detail"] [data-section="posts"] article main {
  color: #000000;
}
[data-view="blog-detail"] [data-section="posts"] ul {
  display: grid;
  grid-gap: 1rem;
  flex-flow: row wrap;
  justify-content: space-evenly;
  width: 100%;
}
[data-view="blog-detail"] [data-section="posts"] ul li {
  padding: 1rem;
}
[data-view="blog-detail"] [data-section="posts"] ul li * {
  cursor: pointer !important;
}
[data-view="blog-detail"] [data-section="posts"] ul li article {
  display: grid;
  grid-gap: 0.8rem;
}
[data-view="blog-detail"] [data-section="posts"] ul li article h2 {
  background: linear-gradient(#00dddd, #333366);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
[data-view="blog-detail"] [data-section="posts"] ul li a.row:hover {
  opacity: 0.5;
}
[data-view="blog-detail"] [data-section="posts"] ul li a.row {
  padding-bottom: 1rem;
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: 1fr 3fr;
}
[data-view="blog-detail"] [data-section="posts"] ul li a.row img {
  max-width: 300px;
}
/* Window Width < 480 */
@media only screen and (max-width: 480px) {
  [data-view="blog-detail"] a.row {
    grid-template-columns: 1fr !important;
  }
  [data-view="blog-detail"] a.row img {
    max-width: calc(100% - 1rem) !important;
  }
}
/* 480 ≤ Window Width < 768 */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  [data-view="blog-detail"] a.row {
    grid-template-columns: 1fr !important;
  }
  [data-view="blog-detail"] a.row img {
    max-width: calc(100% - 1rem) !important;
  }
}
[data-view="roi-calculator"] section {
  position: relative;
  z-index: 1;
  background-color: white;
}
[data-view="roi-calculator"] section:nth-of-type(odd) {
  z-index: 2;
  box-shadow: 0 0 1.5rem 0 rgba(51, 51, 102, 0.1);
}
[data-view="roi-calculator"] section:nth-of-type(even) {
  background-color: #f7f7f9;
}
[data-view="roi-calculator"] [data-section="calculator"] {
  padding: 4rem 0;
}
[data-view="roi-calculator"] [data-section="calculator"] .calculatorContainer {
  width: 90%;
  margin: 0 auto;
}
[data-view="roi-calculator"] [data-section="calculator"] .calculatorContainer .inputRow {
  display: flex;
  flex-direction: row;
  gap: 5rem;
  margin: 3rem auto;
}
[data-view="roi-calculator"] [data-section="calculator"] .calculatorContainer .inputRow .inputArea {
  width: 50%;
}
[data-view="roi-calculator"] [data-section="calculator"] .calculatorContainer .inputRow .inputValue {
  margin-bottom: 1rem;
  font-weight: bold;
}
@media only screen and (max-width: 480px) {
  [data-view="roi-calculator"] [data-section="calculator"] .calculatorContainer .inputRow {
    gap: 3.4rem;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  [data-view="roi-calculator"] [data-section="calculator"] .calculatorContainer .inputRow {
    gap: 3.8rem;
  }
}
[data-view="roi-calculator"] [data-section="calculator"] .calculatorContainer h1 {
  margin-bottom: 2.5rem;
  font-size: 2.4rem;
}
[data-view="roi-calculator"] [data-section="calculator"] .calculatorContainer h2 {
  font-size: 1.6rem;
}
[data-view="roi-calculator"] [data-section="calculator"] .calculatorContainer h4 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 480px) {
  [data-view="roi-calculator"] [data-section="calculator"] .calculatorContainer h4 {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  [data-view="roi-calculator"] [data-section="calculator"] .calculatorContainer h4 {
    font-size: 1.1rem;
  }
}
[data-view="roi-calculator"] [data-section="calculator"] .calculatorContainer .description-item {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: flex-end;
  border-bottom: 1px solid #cccccc;
  margin: 0.8rem 0.5rem;
  font-weight: 400;
  color: #262626;
  font-size: 1.2rem;
  text-align: left;
}
[data-view="roi-calculator"] [data-section="calculator"] .calculatorContainer .description-item.first-item {
  margin-bottom: 3rem;
  gap: 0rem;
}
[data-view="roi-calculator"] [data-section="calculator"] .calculatorContainer .description-item .left.first-item {
  font-size: 1.6rem;
  font-weight: 600;
  color: black;
}
@media only screen and (max-width: 480px) {
  [data-view="roi-calculator"] [data-section="calculator"] .calculatorContainer .description-item .left.first-item {
    font-size: 1.5rem;
  }
}
[data-view="roi-calculator"] [data-section="calculator"] .calculatorContainer .description-item .right {
  float: right;
  color: #333366;
}
[data-view="roi-calculator"] [data-section="calculator"] .calculatorContainer .description-item .right.red {
  color: #fb327e;
  font-weight: 600;
}
[data-view="roi-calculator"] [data-section="calculator"] .calculatorContainer .description-item .right.first-item {
  font-size: 2rem;
  line-height: 2.25rem;
  font-weight: 600;
}
@media only screen and (max-width: 480px) {
  [data-view="roi-calculator"] [data-section="calculator"] .calculatorContainer .description-item .right.first-item {
    font-size: 1.75rem;
    line-height: 2.45rem;
  }
}
[data-view="roi-calculator"] [data-section="calculator"] .calculatorContainer .description-item.blurry-text label {
  color: transparent;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
[data-view="roi-calculator"] [data-section="calculator"] .calculatorContainer .resultSection.blurry-text div:not(#employeeTime) label {
  color: transparent;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}
[data-view="roi-calculator"] [data-section="calculator"] .calculatorContainer .resultSection.blurry-text div:not(#employeeTime) label a {
  color: transparent;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  border-bottom: none;
}
[data-view="roi-calculator"] [data-section="calculator"] .calculatorContainer .warningMessage {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fca1c4ee;
  width: 65%;
  color: white;
  line-height: 1.35rem;
  font-size: 1.1rem;
  margin: 3.5rem auto 0.5rem;
  padding: 0.5rem 0;
  border-radius: 0.25rem;
  font-weight: 400;
  min-height: 80px;
}
[data-view="roi-calculator"] [data-section="calculator"] .calculatorContainer .infoMessage {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00dddd;
  width: 65%;
  color: white;
  line-height: 1.35rem;
  font-size: 1.1rem;
  margin: 3.5rem auto 0.5rem;
  padding: 0.5rem 0;
  border-radius: 0.25rem;
  font-weight: 400;
  min-height: 80px;
}
[data-view="roi-calculator"] [data-section="calculator"] .calculatorContainer .disclaimer {
  color: #808080;
  font-size: 0.8rem;
  text-align: left;
  font-weight: 400;
  padding: 0 0.4rem;
  margin-top: -0.2rem;
}
[data-view="roi-calculator"] [data-section="calculator"] .calculatorContainer .disclaimer p {
  line-height: 1.1rem;
}
[data-view="roi-calculator"] [data-section="calculator"] .calculatorContainer form {
  margin-top: 2.5rem;
}
[data-view="roi-calculator"] [data-section="calculator"] .calculatorContainer form .inputDiv {
  float: right;
  margin-bottom: 0;
  width: 32%;
}
@media only screen and (max-width: 480px) {
  [data-view="roi-calculator"] [data-section="calculator"] .calculatorContainer form .inputDiv {
    width: 44%;
  }
}
[data-view="roi-calculator"] [data-section="calculator"] .calculatorContainer form .submitDiv {
  float: right;
  width: 6rem;
  margin-left: 0.5rem;
  margin-bottom: 0;
}
[data-view="roi-calculator"] [data-section="calculator"] .calculatorContainer form .submitDiv button {
  line-height: 2.4rem;
}
[data-view="demo"] .negative {
  margin: -1.2rem 1rem;
  background-color: #ff822d;
  background-image: linear-gradient(rgba(255, 109, 45, 0.01), #ff972d);
}
[data-view="demo"] .negative:hover {
  background-color: #ff9b57;
}
[data-view="demo"] .negative:active {
  background-color: #e67529;
}
[data-view="demo"] [data-header="demo"] h3 .title-link,
[data-view="demo"] .section h3 .title-link {
  border-bottom: none;
}
[data-view="demo"] [data-header="demo"] .info-card-container,
[data-view="demo"] .section .info-card-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  gap: 1rem;
}
[data-view="demo"] [data-header="demo"] .info-card-container .large,
[data-view="demo"] .section .info-card-container .large {
  grid-column: 1 / -1;
  margin-bottom: 0.5rem;
}
[data-view="demo"] [data-header="demo"] .info-card-container .info-card,
[data-view="demo"] .section .info-card-container .info-card {
  cursor: pointer;
  background-color: white;
  display: grid;
  grid-template-columns: 1fr 9fr;
  gap: 1rem;
  place-content: center center;
  padding: 1rem;
  /* stylelint-disable-next-line color-function-notation */
  /* stylelint-disable-next-line function-disallowed-list */
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.04);
  border-radius: 0.25rem;
  /* stylelint-disable-next-line color-function-notation */
  /* stylelint-disable-next-line function-disallowed-list */
  border: 1px solid #e6e6e6;
}
[data-view="demo"] [data-header="demo"] .info-card-container .info-card .image,
[data-view="demo"] .section .info-card-container .info-card .image {
  align-self: flex-start;
  scale: 0.8;
}
[data-view="demo"] [data-header="demo"] .info-card-container .info-card .image .img,
[data-view="demo"] .section .info-card-container .info-card .image .img {
  cursor: pointer;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
[data-view="demo"] [data-header="demo"] .info-card-container .info-card .data,
[data-view="demo"] .section .info-card-container .info-card .data {
  text-align: left !important;
  cursor: pointer;
}
[data-view="demo"] [data-header="demo"] .info-card-container .info-card .data .description,
[data-view="demo"] .section .info-card-container .info-card .data .description {
  cursor: pointer;
  min-height: 3.5rem;
  font-size: 1rem;
}
[data-view="demo"] [data-header="demo"] .info-card-container .info-card .data .link-to,
[data-view="demo"] .section .info-card-container .info-card .data .link-to {
  border-bottom: none;
}
[data-view="demo"] [data-header="demo"] .info-card-container .info-card:hover,
[data-view="demo"] .section .info-card-container .info-card:hover {
  transform: scale(1.05);
  background-color: rgba(0, 221, 221, 0.125);
}
/* Responsive */
/* Window Width < 480 */
@media only screen and (max-width: 480px) {
  [data-view="demo"] br {
    display: none;
  }
  [data-view="demo"] [data-header="demo"] .info-card-container,
  [data-view="demo"] .section .info-card-container {
    grid-template-columns: 1fr !important;
    gap: 1rem;
  }
  [data-view="demo"] [data-header="demo"] .info-card-container .info-card,
  [data-view="demo"] .section .info-card-container .info-card {
    grid-template-columns: 1fr;
  }
  [data-view="demo"] [data-header="demo"] .info-card-container .info-card .image,
  [data-view="demo"] .section .info-card-container .info-card .image {
    display: none;
  }
}
/* 480 ≤ Window Width < 768 */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  [data-view="demo"] [data-header="demo"] .info-card-container,
  [data-view="demo"] .section .info-card-container {
    grid-template-columns: 1fr !important;
    gap: 1rem;
  }
}
[data-view="no-code-demo"] [data-header="header"] {
  padding: 2rem 0 4rem;
}
[data-view="no-code-demo"] [data-header="header"] .code {
  padding: 1rem;
  font-family: monospace;
  margin: 2rem;
  background-color: lightgray;
  border-radius: 0.25rem;
}
[data-view="no-code-demo"] [data-header="header"] img {
  width: 100%;
}
[data-view="no-code-demo"] [data-section="login"] {
  text-align: center;
}
[data-view="no-code-demo"] [data-section="input"] h2 {
  font-size: 1.5rem;
  margin: 2rem 0 0;
}
[data-view="no-code-demo"] [data-section="input"] h3 {
  font-size: 1rem;
  font-weight: bold;
  margin: 1rem 0 0;
}
[data-view="no-code-demo"] [data-section="input"] div.upload-box {
  width: 100% !important;
  float: left;
}
[data-view="no-code-demo"] [data-section="input"] div.upload-box-left {
  margin-right: 2%;
}
[data-view="no-code-demo"] [data-section="input"] img {
  width: 100%;
  margin-top: 0.5rem;
  border-width: 2px;
  border-radius: 0.25rem;
}
[data-view="no-code-demo"] [data-section="input"] .file-input {
  border-radius: 0.25rem;
  background-clip: padding-box;
}
[data-view="no-code-demo"] [data-section="input"] .file-input .root {
  padding: 1.5rem;
}
[data-view="no-code-demo"] [data-section="input"] .file-input .root > *:not(button) {
  font-size: 1.125rem;
}
[data-view="no-code-demo"] [data-section="input"] input[type="radio"] {
  width: inherit;
}
[data-view="no-code-demo"] [data-section="input"] input[type='checkbox'] {
  width: inherit;
}
[data-view="no-code-demo"] [data-section="input"] label {
  margin: 1rem 0;
}
[data-view="no-code-demo"] [data-section="input"] input,
[data-view="no-code-demo"] [data-section="input"] textarea {
  background-color: white;
  width: 100%;
}
[data-view="no-code-demo"] [data-section="input"] form > p {
  margin: 1rem 0 0;
}
[data-view="no-code-demo"] [data-section="input"] canvas {
  position: absolute;
}
[data-view="no-code-demo"] [data-section="input"] .required {
  color: #fb327e;
}
[data-view="no-code-demo"] [data-section="input"] .list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
  width: 100%;
}
[data-view="no-code-demo"] [data-section="input"] .list li {
  width: 30%;
}
[data-view="no-code-demo"] [data-section="input"] .list li a {
  display: inline-block;
  width: 100%;
  margin-bottom: 1.5rem;
  color: #333366;
  font-weight: 700;
  line-height: 4rem;
  text-decoration: none;
  text-transform: capitalize;
  vertical-align: top;
  border: 1px solid rgba(51, 51, 102, 0.25);
  border-radius: 0.25rem;
  background-clip: padding-box;
  background-color: rgba(51, 51, 102, 0.05);
  transform: scale(1);
}
[data-view="no-code-demo"] [data-section="input"] .list li a:hover {
  transform: scale(1.1);
  background-color: rgba(0, 221, 221, 0.125);
}
[data-view="no-code-demo"] [data-section="input"] .delete-button {
  background-color: #fb327e;
  background-image: linear-gradient(rgba(251, 50, 146, 0.01), #fb326a);
}
[data-view="no-code-demo"] [data-section="input"] .delete-button:hover {
  background-color: #fc5b98;
}
[data-view="no-code-demo"] [data-section="input"] .delete-button:active {
  background-color: #e22d71;
}
[data-view="no-code-demo"] [data-section="output"] {
  padding: 2rem 0 0;
}
[data-view="no-code-demo"] [data-section="output"] .show-sample {
  color: #00dddd;
  font-weight: 700;
  border-bottom: 1px dashed rgba(0, 221, 221, 0.65);
  margin-left: 0.5rem;
}
/* Window Width < 480 */
@media only screen and (max-width: 480px) {
  [data-view="no-code-demo"] [data-header="header"] .code {
    font-size: 0.9rem;
  }
}
[data-view="document-processing-demo"] {
  min-height: 90.6vh !important;
}
[data-view="document-processing-demo"] .banner {
  color: white;
  font-weight: bold;
  position: initial;
  text-align: center;
  top: 0;
  left: 0;
  right: 0;
  padding: 0.4rem;
  width: 100%;
  background-color: green;
}
[data-view="document-processing-demo"] .banner a {
  color: white;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-color: white;
          text-decoration-color: white;
}
[data-view="document-processing-demo"] [data-section="input"] {
  padding: 0 !important;
}
[data-view="document-processing-demo"] [data-section="input"] p.powered-by {
  text-align: right;
  margin-top: 2rem;
  font-weight: bold;
  font-size: 0.8rem;
}
[data-view="document-processing-demo"] [data-section="input"] p.powered-by a {
  color: #333366;
}
[data-view="document-processing-demo"] [data-section="input"] p.powered-by a:hover {
  border-bottom: 1px dashed rgba(51, 51, 102, 0.65);
}
[data-view="document-processing-demo"] [data-section="input"] .filter {
  width: 100%;
}
[data-view="document-processing-demo"] [data-section="input"] .filter .css-1d4e7j4-control {
  height: 3rem !important;
}
[data-view="document-processing-demo"] [data-section="input"] .filter *:not(svg, path) {
  color: #000000;
}
[data-view="document-processing-demo"] [data-section="input"] .filter input {
  color: #000000 !important;
  box-shadow: none;
}
[data-view="document-processing-demo"] [data-section="input"] .file-input {
  border-radius: 0.25rem;
  background-clip: padding-box;
}
[data-view="document-processing-demo"] [data-section="input"] .file-input .root {
  height: 90px;
}
[data-view="document-processing-demo"] [data-section="input"] .file-input .root > *:not(button) {
  font-size: 1.125rem;
}
[data-view="document-processing-demo"] [data-section="input"] .options i {
  display: block;
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
[data-view="document-processing-demo"] [data-section="input"] .options ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  -webkit-box-pack: center;
  position: relative;
  width: 100%;
}
[data-view="document-processing-demo"] [data-section="input"] .options ul li {
  padding: 1%;
  margin-bottom: 2rem;
  text-align: center;
}
[data-view="document-processing-demo"] [data-section="input"] .options ul li img {
  max-height: 90px;
  border: 1px solid white;
  border-radius: 0.25rem;
  background-clip: padding-box;
  box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.15);
  transform: scale(1);
  cursor: pointer !important;
  height: 90px;
  width: 90px;
  object-fit: contain;
}
[data-view="document-processing-demo"] [data-section="input"] .options ul li img:hover {
  transform: scale(1.1);
  background-color: rgba(0, 221, 221, 0.125);
}
[data-view="document-processing-demo"] [data-section="input"] .options ul li .first-image {
  width: 180px;
}
[data-view="document-processing-demo"] [data-section="input"] .options ul li small {
  display: block;
  font-size: 0.9rem;
  text-align: center;
}
[data-view="document-processing-demo"] [data-section="output"] {
  padding: 1rem 0 !important;
}
[data-view="document-processing-demo"] [data-section="output"] audio {
  height: 1.2rem;
}
[data-view="document-processing-demo"] [data-section="output"] .hitl-validation {
  margin-top: 4.5rem;
}
[data-view="document-processing-demo"] [data-section="output"] .hitl-placeholder {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 4rem;
}
[data-view="document-processing-demo"] [data-section="output"] .hitl-placeholder > .loading {
  height: 0.875rem;
  margin-bottom: 2rem;
}
[data-view="document-processing-demo"] [data-section="output"] .hitl-placeholder > .loading > * {
  fill: #000000;
}
[data-view="document-processing-demo"] [data-section="output"] .hitl-placeholder > .title {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
[data-view="document-processing-demo"] [data-section="output"] .hitl-placeholder > .paragraph {
  font-size: 1.25rem;
  margin-bottom: 2.5rem;
}
[data-view="document-processing-demo"] [data-section="output"] .responses {
  margin-top: 0.5rem;
}
[data-view="document-processing-demo"] [data-section="output"] .responses.hitl-validation {
  margin-top: -1.5rem;
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  position: relative;
  width: 100%;
  padding: 2rem 0;
  padding-top: 1rem;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  gap: 2rem;
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li:last-child {
  border-bottom: none;
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li.loading {
  padding: 1.5rem 0;
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li.loading p.status i .loading {
  display: inline;
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li p.status {
  width: 100%;
  line-height: 1.5rem;
  text-align: center;
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li p.status i {
  display: inline-block;
  font-weight: 500;
  line-height: 100%;
  border-radius: 0.5rem;
  background-clip: padding-box;
  vertical-align: top;
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li p.status i > * {
  vertical-align: middle;
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li p.status i .loading {
  display: none;
  width: auto;
  height: 0.7rem;
  margin-right: 1rem;
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li p.status i .error {
  margin-left: 0.375rem;
  color: #fb327e;
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li p.status i .error::before {
  content: "\2014";
  margin-right: 0.375rem;
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li .preview:not(.zoomed) {
  width: 40rem;
  position: sticky;
  top: 80px;
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li .preview:not(.zoomed) figure {
  text-align: center;
  position: sticky;
  top: 80px;
}
@media only screen and (max-width: 767px) {
  [data-view="document-processing-demo"] [data-section="output"] .responses > li .preview:not(.zoomed) figure {
    position: static;
  }
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li .preview:not(.zoomed) figure > * {
  width: 100%;
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li .preview:not(.zoomed) figure.pdf > div {
  overflow: hidden;
  height: 75vh;
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li .preview:not(.zoomed) figure.pdf > div object {
  width: calc(100% + 1rem);
  height: 75vh;
  margin: -4rem -0.5rem -1rem;
  pointer-events: none;
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li .preview:not(.zoomed) figure > img,
[data-view="document-processing-demo"] [data-section="output"] .responses > li .preview:not(.zoomed) figure > div,
[data-view="document-processing-demo"] [data-section="output"] .responses > li .preview:not(.zoomed) figure > table {
  border: 1px solid white;
  border-radius: 0.25rem;
  background-clip: padding-box;
  box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.15);
  cursor: pointer !important;
  transform: scale(1);
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li .preview:not(.zoomed) figure > img:hover,
[data-view="document-processing-demo"] [data-section="output"] .responses > li .preview:not(.zoomed) figure > div:hover,
[data-view="document-processing-demo"] [data-section="output"] .responses > li .preview:not(.zoomed) figure > table:hover {
  transform: scale(1.1);
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li .preview:not(.zoomed).hitl-view {
  width: 100%;
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li .preview.zoomed {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 2147483647;
  inset: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  /* stylelint-disable-next-line selector-class-pattern */
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li .preview.zoomed figure {
  width: auto;
  max-width: 100%;
  padding-top: 2rem;
  text-align: center;
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li .preview.zoomed figure.pdf {
  width: 100%;
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li .preview.zoomed figure.pdf object {
  width: 100%;
  height: calc(100vh - 2rem);
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li .preview.zoomed figure.image {
  overflow: auto;
  max-width: 100vw;
  max-height: 100vh;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li .preview.zoomed figure.table {
  overflow: auto;
  max-width: 100vw;
  max-height: 100vh;
  padding: 2rem 1rem 1rem;
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li .preview.zoomed figure.table div {
  max-width: 90%;
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li .preview.zoomed figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 2rem;
  margin-top: 0;
  padding: 0 1rem;
  color: white;
  line-height: 2rem;
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li .preview.zoomed figure figcaption .label {
  text-align: left;
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li .preview.zoomed figure figcaption .close {
  margin-left: auto;
  display: inline-block;
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li .preview.zoomed .react-pdf__Page__canvas {
  margin: 0 auto;
  width: auto !important;
  height: 80vh !important;
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li .preview figure {
  position: relative;
  width: 100%;
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li .preview figure > * {
  width: auto;
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li .preview figure > img {
  vertical-align: middle;
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li .preview figure object > .dummy-image {
  display: inline-block;
  width: 25rem;
  height: 17.5rem;
  margin: -1.25rem;
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li .preview figure figcaption {
  display: flex;
  flex-direction: row;
  margin-top: 0.5rem;
  font-size: 0.75rem;
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li .preview figure figcaption .label {
  width: 100%;
  text-align: center;
  word-wrap: break-word;
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li .preview figure figcaption .close {
  margin-left: auto;
  display: none;
  width: 5rem;
  color: #fb327e;
  font-weight: 700;
  text-align: right;
  text-transform: uppercase;
  -webkit-user-select: none;
          user-select: none;
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li .preview figure figcaption .close:hover {
  color: #fc659e;
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li .preview figure figcaption .close:active {
  color: #e22d71;
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li .preview figure figcaption .close::before {
  content: "×";
  font-size: 1rem;
  margin-right: 0.25rem;
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li.hitl-view {
  gap: 2.4rem;
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li.hitl-view:not(.zoomed) figure > img {
  transform: scale(1);
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li.hitl-view:not(.zoomed) figure > img:hover {
  transform: scale(1);
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li.hitl-view:not(.zoomed) figure.hitl-figure {
  max-height: 80vh;
  overflow-y: scroll;
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li.hitl-view div.left-part {
  display: flex;
  width: 65%;
  flex-direction: column;
  gap: 1rem;
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li.hitl-view div.left-part .document-navigator-box {
  display: flex;
  position: absolute;
  top: 10px;
  right: 0%;
  z-index: 1;
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li.hitl-view div.left-part .document-navigator-box .document-navigator-item {
  background-color: #000000;
  box-shadow: 0 0 3px #000000;
  border-radius: 0.25rem;
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li.hitl-view div.left-part .document-navigator-box .document-navigator-container {
  margin: 0 0.75rem;
  display: flex;
  gap: 0.5rem;
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li.hitl-view div.left-part .document-navigator-box .document-navigator-container .document-navigator-page {
  height: 1.7rem;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.8rem;
  padding: 0 0.5rem;
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li.hitl-view div.left-part .document-navigator-box .document-navigator-container .document-navigator-rotate {
  width: 1.7rem;
  height: 1.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li.hitl-view div.left-part .document-navigator-box .document-navigator-container .document-navigator-rotate:hover .rotate-button {
  transform: rotate(-90deg);
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li.hitl-view div.left-part .document-navigator-box .document-navigator-container .document-navigator-rotate .navigate-button {
  width: 1.2rem;
  height: 1.2rem;
  cursor: pointer;
  filter: brightness(0) invert(1);
}
@media only screen and (max-width: 767px) {
  [data-view="document-processing-demo"] [data-section="output"] .responses > li.hitl-view div.left-part {
    width: 90%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  [data-view="document-processing-demo"] [data-section="output"] .responses > li.hitl-view div.left-part {
    width: 90%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  [data-view="document-processing-demo"] [data-section="output"] .responses > li.hitl-view {
    width: 100%;
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  [data-view="document-processing-demo"] [data-section="output"] .responses > li.hitl-view {
    width: 100%;
    flex-direction: column;
  }
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li form {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data {
  max-width: 40vw;
}
@media only screen and (max-width: 767px) {
  [data-view="document-processing-demo"] [data-section="output"] .responses > li div.data {
    max-width: 100%;
  }
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data.hitl-view {
  width: calc(35% - 2.4rem);
}
@media only screen and (max-width: 767px) {
  [data-view="document-processing-demo"] [data-section="output"] .responses > li div.data.hitl-view {
    width: 90%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  [data-view="document-processing-demo"] [data-section="output"] .responses > li div.data.hitl-view {
    width: 90%;
    margin: 0 auto;
  }
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data form.action-box {
  padding-top: 1rem;
  display: block;
  margin-bottom: 1rem;
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data input {
  vertical-align: top;
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data .small-button {
  font-size: 0.66rem;
  margin-left: 0.2rem;
  color: white;
  padding: 0 0.8rem;
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data ul.options {
  display: flex;
  flex-direction: row;
  margin-bottom: 1rem;
  padding: 0 0.5rem;
  color: #000000;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 100%;
  text-align: left;
  vertical-align: top;
  -webkit-user-select: none;
          user-select: none;
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data ul.options::before,
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data ul.options::after {
  content: " ";
  display: inline-block;
  box-sizing: border-box;
  width: 1rem;
  vertical-align: bottom;
  border-bottom: 1px solid #333366;
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data ul.options::before {
  margin-right: -1px;
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data ul.options::after {
  flex-grow: 1;
  margin-left: -1px;
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data ul.options li {
  display: inline-block;
  margin-right: -1px;
  padding: 0.5rem 1rem;
  color: rgba(51, 51, 102, 0.5);
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-bottom-color: #333366;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  cursor: pointer;
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data ul.options li:last-child {
  margin-right: 0;
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data ul.options li.active {
  color: #333366;
  border-color: #333366;
  border-bottom-color: transparent;
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data table.visual {
  width: 100%;
  margin-bottom: 2rem;
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data table.visual img.remove-button {
  width: 0.9rem;
  height: auto;
  cursor: pointer;
  filter: grayscale(1) opacity(0.5);
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data table.visual img.remove-button:hover {
  filter: none;
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data table.visual thead,
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data table.visual tbody {
  font-size: 0.85rem;
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data table.visual thead tr.editable-field *,
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data table.visual tbody tr.editable-field * {
  cursor: pointer;
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data table.visual thead tr th,
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data table.visual tbody tr th,
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data table.visual thead tr td,
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data table.visual tbody tr td {
  padding: 0.5rem 0.75rem;
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data table.visual thead tr th:first-child,
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data table.visual tbody tr th:first-child,
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data table.visual thead tr td:first-child,
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data table.visual tbody tr td:first-child {
  max-width: 11rem;
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data table.visual thead tr th textarea,
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data table.visual tbody tr th textarea,
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data table.visual thead tr td textarea,
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data table.visual tbody tr td textarea {
  height: 4rem;
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data table.visual thead tr th input,
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data table.visual tbody tr th input,
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data table.visual thead tr td input,
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data table.visual tbody tr td input,
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data table.visual thead tr th textarea,
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data table.visual tbody tr th textarea,
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data table.visual thead tr td textarea,
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data table.visual tbody tr td textarea {
  width: 100%;
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data table.visual thead tr th.multi-result,
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data table.visual tbody tr th.multi-result {
  font-size: 1.2rem;
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data table.visual thead tr th.multi-result .negative,
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data table.visual tbody tr th.multi-result .negative {
  font-size: 0.5rem;
  float: right;
  background-color: #fb327e;
  background-image: linear-gradient(rgba(251, 50, 146, 0.01), #fb326a);
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data table.visual thead tr th.multi-result .negative:hover,
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data table.visual tbody tr th.multi-result .negative:hover {
  background-color: #fc5b98;
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data table.visual thead tr th.multi-result .negative:active,
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data table.visual tbody tr th.multi-result .negative:active {
  background-color: #e22d71;
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data table.visual thead tr.editable-field * {
  cursor: pointer;
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data table.visual thead tr th {
  font-weight: 700;
  line-height: 100%;
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data table.visual tbody .editable-field > tr:first-child,
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data table.visual tbody tr:first-child {
  font-weight: 700;
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data table.visual tbody .editable-field > tr:nth-of-type(2n + 1),
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data table.visual tbody tr:nth-of-type(2n + 1) {
  background-color: rgba(0, 221, 221, 0.0375);
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data table.visual tbody .editable-field > tr.face td::after,
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data table.visual tbody tr.face td::after {
  content: "";
  display: table;
  clear: both;
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data table.visual tbody .editable-field > tr.face td > *,
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data table.visual tbody tr.face td > * {
  display: inline-block;
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data table.visual tbody .editable-field > tr.face td img,
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data table.visual tbody tr.face td img {
  float: left;
  width: 40%;
}
@media only screen and (max-width: 767px) {
  [data-view="document-processing-demo"] [data-section="output"] .responses > li div.data table.visual tbody .editable-field > tr.face td img,
  [data-view="document-processing-demo"] [data-section="output"] .responses > li div.data table.visual tbody tr.face td img {
    width: 26%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  [data-view="document-processing-demo"] [data-section="output"] .responses > li div.data table.visual tbody .editable-field > tr.face td img,
  [data-view="document-processing-demo"] [data-section="output"] .responses > li div.data table.visual tbody tr.face td img {
    width: 26%;
  }
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data table.visual tbody .editable-field > tr.face td dl.information,
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data table.visual tbody tr.face td dl.information {
  float: left;
  margin-left: 0.5rem;
  width: calc(60% - 5.5rem);
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data table.visual tbody .editable-field > tr.face td dl.information > *,
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data table.visual tbody tr.face td dl.information > * {
  display: inline;
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data table.visual tbody .editable-field > tr.face td dl.information dt,
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data table.visual tbody tr.face td dl.information dt {
  margin-right: 0.25rem;
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data table.visual tbody .editable-field > tr.face td dl.information dt::after,
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data table.visual tbody tr.face td dl.information dt::after {
  content: ":";
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data table.visual tbody .editable-field > tr.face td dl.information dd::after,
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data table.visual tbody tr.face td dl.information dd::after {
  content: "\A";
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data table.visual tbody .editable-field > tr.face img.remove-button,
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data table.visual tbody tr.face img.remove-button {
  width: 0.9rem;
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data table.visual tbody .editable-field > tr.signature td::after,
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data table.visual tbody tr.signature td::after {
  content: "";
  display: table;
  clear: both;
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data table.visual tbody .editable-field > tr.signature td > *,
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data table.visual tbody tr.signature td > * {
  display: inline-block;
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data table.visual tbody .editable-field > tr.signature td img,
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data table.visual tbody tr.signature td img {
  float: left;
  width: 50%;
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data table.visual tbody .editable-field > tr.signature td dl.information,
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data table.visual tbody tr.signature td dl.information {
  float: right;
  width: calc(50% - 0.5rem);
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data table.visual tbody .editable-field > tr.signature td dl.information > *,
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data table.visual tbody tr.signature td dl.information > * {
  display: inline;
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data table.visual tbody .editable-field > tr.signature td dl.information dt,
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data table.visual tbody tr.signature td dl.information dt {
  margin-right: 0.25rem;
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data table.visual tbody .editable-field > tr.signature td dl.information dt::after,
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data table.visual tbody tr.signature td dl.information dt::after {
  content: ":";
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data table.visual tbody .editable-field > tr.signature td dl.information dd::after,
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data table.visual tbody tr.signature td dl.information dd::after {
  content: "\A";
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data table.visual tbody .editable-field > tr.signature img.remove-button,
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data table.visual tbody tr.signature img.remove-button {
  width: 0.9rem;
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data table.visual tbody .editable-field > tr.ofac td::after,
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data table.visual tbody tr.ofac td::after,
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data table.visual tbody .editable-field > tr.ocr td::after,
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data table.visual tbody tr.ocr td::after {
  content: "";
  display: table;
  clear: both;
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data table.visual tbody .editable-field > tr.ofac td > *,
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data table.visual tbody tr.ofac td > *,
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data table.visual tbody .editable-field > tr.ocr td > *,
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data table.visual tbody tr.ocr td > * {
  display: inline-block;
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data table.visual tbody .editable-field > tr.ofac td ol,
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data table.visual tbody tr.ofac td ol,
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data table.visual tbody .editable-field > tr.ocr td ol,
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data table.visual tbody tr.ocr td ol {
  list-style-position: inside;
  margin: 0;
  padding: 0;
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data table.visual tbody .editable-field > tr.ofac td li,
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data table.visual tbody tr.ofac td li,
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data table.visual tbody .editable-field > tr.ocr td li,
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data table.visual tbody tr.ocr td li,
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data table.visual tbody .editable-field > tr.ofac td p,
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data table.visual tbody tr.ofac td p,
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data table.visual tbody .editable-field > tr.ocr td p,
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data table.visual tbody tr.ocr td p {
  color: white;
  margin-top: 0.5rem;
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data table.visual tbody .editable-field > tr td,
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data table.visual tbody tr td {
  line-height: 125%;
  vertical-align: top;
  white-space: pre-line;
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data table.visual tbody .editable-field > tr td .flag,
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data table.visual tbody tr td .flag {
  display: inline;
  margin: 0;
  font-family: sans-serif;
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data table.visual tbody .editable-field > tr td .value,
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data table.visual tbody tr td .value {
  display: inline;
  margin: 0;
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data table.visual tbody .editable-field > tr td hr,
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data table.visual tbody tr td hr {
  border-top: 1px dashed #eeeeee;
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data .nocode-button {
  color: white;
  margin: 0.5rem;
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data .update-button {
  margin: 0.5rem;
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data .action-button {
  font-size: 0.8rem;
  margin: 1rem 0.3rem;
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data .delete-button {
  background-color: #fb327e;
  background-image: linear-gradient(rgba(251, 50, 146, 0.01), #fb326a);
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data .delete-button:hover {
  background-color: #fc5b98;
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data .delete-button:active {
  background-color: #e22d71;
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data .reset-button {
  background-color: #ff822d;
  background-image: linear-gradient(rgba(255, 109, 45, 0.01), #ff972d);
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data .reset-button:hover {
  background-color: #ff9b57;
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data .reset-button:active {
  background-color: #e67529;
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data .react-json-view {
  font-size: 0.8rem;
  overflow: auto;
  display: block;
  max-height: 20rem;
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data .variable-row {
  padding: 0 0 0 0.7rem !important;
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data .variable-row > span {
  margin: 0;
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data .variable-row .object-key {
  padding-left: 0.7rem;
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data .object-key-val {
  padding-left: 0.7rem !important;
}
[data-view="document-processing-demo"] [data-section="output"] .responses > li div.data a {
  color: #333366;
}
[data-view="document-processing-demo"] [data-section="output"] .csv-button {
  background-color: #37a31f;
  background-image: linear-gradient(rgba(68, 163, 31, 0.01), #2aa31f);
}
[data-view="document-processing-demo"] [data-section="output"] .csv-button:hover {
  background-color: #5fb54c;
}
[data-view="document-processing-demo"] [data-section="output"] .csv-button:active {
  background-color: #32931c;
}
[data-view="document-processing-demo"] [data-section="output"] p.csv-export-all {
  text-align: right;
  margin: 0 0 2rem;
}
[data-view="document-processing-demo"] [data-section="output"] p.csv-export-all a {
  font-size: 0.8rem;
}
[data-view="document-processing-demo"] [data-section="output"] p.csv-export-all a.integrate-cta {
  margin: 0 1rem;
}
[data-view="document-processing-demo"] [data-section="promotion"] h2 {
  margin-bottom: 1rem;
  color: white;
}
[data-view="document-processing-demo"] [data-section="promotion"] p {
  color: white;
  font-size: 1.25rem;
  line-height: 150%;
}
[data-view="document-processing-demo"] [data-section="promotion"] p a {
  color: white;
  font-weight: 700;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.65);
}
[data-view="document-processing-demo"] [data-header="hitlHeader"] {
  padding: 1rem 0;
  text-align: left;
  margin-top: 0.5rem;
  width: 100%;
  z-index: 10000;
}
[data-view="document-processing-demo"] [data-header="hitlHeader"] a.link {
  display: inline-block;
  min-width: 4.6rem;
}
@media only screen and (max-width: 767px) {
  [data-view="document-processing-demo"] [data-header="hitlHeader"] a.link {
    font-size: 120%;
    max-width: 4rem;
  }
}
[data-view="document-processing-demo"] [data-header="hitlHeader"] .hitl-file-name {
  font-size: 1.3rem;
  margin-bottom: 0.3rem;
}
[data-view="document-processing-demo"] [data-header="hitlHeader"] .slogan {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.3rem;
  background: linear-gradient(#3D3F47, #3D3F47);
  -webkit-background-clip: text;
          background-clip: text;
}
[data-view="document-processing-demo"] [data-header="hitlHeader"] .introduction {
  font-style: normal;
  font-weight: 300;
  font-size: 1rem;
  margin-top: 0.2rem;
  color: #3D3F47;
}
/* 420 < Window Width < 480 */
@media only screen and (width >= 420px) and (width <= 479px) {
  [data-view="document-processing-demo"] [data-section="input"] .options ul li img {
    height: 70px;
    width: 70px;
  }
}
/* Window Width < 480 */
@media only screen and (max-width: 480px) {
  [data-view="document-processing-demo"] [data-section="input"] .filter .multi-level-menu,
  [data-view="document-processing-demo"] [data-section="input"] .filter .multi-level-menu .block {
    width: calc(100% - 2rem);
  }
  [data-view="document-processing-demo"] [data-section="input"] .options ul li {
    width: unset;
    margin-right: 0.5rem;
    padding: 0;
  }
  [data-view="document-processing-demo"] [data-section="input"] .options ul li .first-image {
    margin-right: 0.5rem;
  }
  [data-view="document-processing-demo"] [data-section="input"] .options ul li:first-child,
  [data-view="document-processing-demo"] [data-section="input"] .options ul li:last-child {
    margin: 0;
  }
  [data-view="document-processing-demo"] [data-section="output"] div p.csv-export-all a.integrate-cta {
    margin: 0 0.1rem;
  }
  [data-view="document-processing-demo"] [data-section="output"] .responses > li {
    flex-wrap: wrap;
    justify-content: center;
  }
  [data-view="document-processing-demo"] [data-section="output"] .responses > li .preview:not(.zoomed) {
    width: 100%;
    background-color: white;
    z-index: 1;
  }
  [data-view="document-processing-demo"] [data-section="output"] .responses > li .preview:not(.zoomed) figure.pdf > div object {
    height: 75vh;
    margin-top: -4.5rem;
  }
  [data-view="document-processing-demo"] [data-section="output"] .responses > li div.data {
    width: 100%;
    margin-top: 1.5rem;
  }
  [data-view="document-processing-demo"] [data-section="output"] .responses > li div.data ul.options {
    padding: 0;
    font-size: 1rem;
    text-align: center;
  }
  [data-view="document-processing-demo"] [data-section="output"] .responses > li div.data ul.options::before {
    flex-grow: 1;
  }
  [data-view="document-processing-demo"] [data-section="promotion"] p {
    display: inline;
  }
  [data-view="document-processing-demo"] [data-section="promotion"] p + p {
    margin-left: 0.25rem;
  }
}
/* 480 ≤ Window Width < 768 */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  [data-view="document-processing-demo"] [data-section="input"] .filter .multi-level-menu,
  [data-view="document-processing-demo"] [data-section="input"] .filter .multi-level-menu .block {
    width: calc(100% - 2rem);
  }
  [data-view="document-processing-demo"] [data-section="input"] .options ul li {
    width: max-content;
    padding: 2%;
  }
  [data-view="document-processing-demo"] [data-section="input"] .options ul li .first-image {
    margin-right: 0.5rem;
  }
  [data-view="document-processing-demo"] [data-section="output"] .responses > li {
    flex-wrap: wrap;
    justify-content: center;
  }
  [data-view="document-processing-demo"] [data-section="output"] .responses > li .preview:not(.zoomed) {
    width: 100%;
    position: sticky;
    top: 50px;
    background-color: white;
    z-index: 1;
  }
  [data-view="document-processing-demo"] [data-section="output"] .responses > li .preview:not(.zoomed) figure.pdf > div object {
    height: 20.5rem;
    margin-top: -4.5rem;
  }
  [data-view="document-processing-demo"] [data-section="output"] .responses > li div.data {
    width: 100%;
    margin-top: 1.5rem;
  }
  [data-view="document-processing-demo"] [data-section="output"] .responses > li div.data ul.options {
    padding: 0;
    font-size: 1rem;
    text-align: center;
  }
  [data-view="document-processing-demo"] [data-section="output"] .responses > li div.data ul.options::before {
    flex-grow: 1;
  }
  [data-view="document-processing-demo"] [data-section="promotion"] p {
    display: inline;
  }
  [data-view="document-processing-demo"] [data-section="promotion"] p + p {
    margin-left: 0.25rem;
  }
}
/* 768 ≤ Window Width < 1024 */
@media only screen and (width >= 768px) and (width <= 1023px) {
  [data-view="document-processing-demo"] [data-section="output"] .responses > li .preview {
    width: 17.5rem;
  }
  [data-view="document-processing-demo"] [data-section="output"] .responses > li .preview:not(.zoomed) figure.pdf > div object {
    height: 22.5rem;
    margin-top: -4.5rem;
  }
  [data-view="document-processing-demo"] [data-section="output"] .responses > li div.data {
    width: calc(100% - 18.75rem);
  }
}
[data-view="facial-recognition-demo"] [data-section="input"] {
  min-height: 51vh;
  padding: 1.8rem 0 !important;
  overflow: auto;
}
[data-view="facial-recognition-demo"] [data-section="input"] div.upload-box {
  width: 100% !important;
  float: left;
}
[data-view="facial-recognition-demo"] [data-section="input"] div.upload-box-left {
  margin-right: 2%;
}
[data-view="facial-recognition-demo"] [data-section="input"] img {
  width: 100%;
  margin-top: 0.5rem;
  border-width: 2px;
  border-radius: 0.25rem;
}
[data-view="facial-recognition-demo"] [data-section="input"] .file-input {
  border-radius: 0.25rem;
  background-clip: padding-box;
}
[data-view="facial-recognition-demo"] [data-section="input"] .file-input .root {
  padding: 1.5rem;
}
[data-view="facial-recognition-demo"] [data-section="input"] .file-input .root > *:not(button) {
  font-size: 1.125rem;
}
[data-view="facial-recognition-demo"] [data-section="input"] canvas {
  position: absolute;
}
[data-view="facial-recognition-demo"] [data-section="output"] {
  padding: 2rem 0 0;
}
[data-view="facial-recognition-demo"] [data-section="output"] .show-sample {
  color: #00dddd;
  font-weight: 700;
  border-bottom: 1px dashed rgba(0, 221, 221, 0.65);
  margin-left: 0.5rem;
}
[data-view="facial-verification-demo"] [data-section="input"] {
  min-height: 51vh;
  padding: 1.8rem 0 !important;
  overflow: auto;
}
[data-view="facial-verification-demo"] [data-section="input"] div.upload-box {
  width: 48% !important;
  float: left;
}
[data-view="facial-verification-demo"] [data-section="input"] div.upload-box-left {
  margin-right: 2%;
}
[data-view="facial-verification-demo"] [data-section="input"] img {
  width: 100%;
  margin-top: 0.5rem;
  border-width: 2px;
  border-radius: 0.25rem;
}
[data-view="facial-verification-demo"] [data-section="input"] .file-input {
  border-radius: 0.25rem;
  background-clip: padding-box;
}
[data-view="facial-verification-demo"] [data-section="input"] .file-input .root {
  padding: 1.5rem;
}
[data-view="facial-verification-demo"] [data-section="input"] .file-input .root > *:not(button) {
  font-size: 1.125rem;
}
[data-view="facial-verification-demo"] [data-section="input"] canvas {
  position: absolute;
}
[data-view="facial-verification-demo"] [data-section="output"] {
  padding: 2rem 0 0;
}
[data-view="facial-verification-demo"] [data-section="output"] .show-sample {
  color: #00dddd;
  font-weight: 700;
  border-bottom: 1px dashed rgba(0, 221, 221, 0.65);
  margin-left: 0.5rem;
}
[data-view="face-tracking-demo"] [data-section="webcam"] {
  position: relative;
  min-height: 844px;
  /* stylelint-disable-next-line selector-class-pattern */
}
[data-view="face-tracking-demo"] [data-section="webcam"] .boxCanvas {
  position: relative;
  width: 100%;
}
/* Responsive */
/* Window Width < 480 */
@media only screen and (max-width: 480px) {
  [data-view="face-tracking-demo"] [data-section="webcam"] {
    min-height: unset;
  }
  [data-view="face-tracking-demo"] [data-section="webcam"] video {
    height: 253px;
  }
}
/* 480 ≤ Window Width < 768 */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  [data-view="face-tracking-demo"] [data-section="webcam"] {
    min-height: unset;
  }
}
[data-view="face-manager-demo"] section {
  position: relative;
  z-index: 1;
  background-color: white;
  display: flex;
}
[data-view="face-manager-demo"] section:nth-of-type(odd) {
  z-index: 2;
  box-shadow: 0 0 1.5rem 0 rgba(51, 51, 102, 0.1);
}
[data-view="face-manager-demo"] section:nth-of-type(even) {
  background-color: #f7f7f9;
}
[data-view="face-manager-demo"] h2 {
  margin: 0 0 2rem;
  padding: 0;
}
[data-view="face-manager-demo"] [data-section="test"] div.statusBar {
  margin-bottom: 1rem;
}
[data-view="face-manager-demo"] [data-section="test"] div.uploadMainImageBox {
  width: 30% !important;
  float: left;
  margin-right: 2%;
}
[data-view="face-manager-demo"] [data-section="test"] div.uploadMainImageBox img {
  width: 100%;
}
[data-view="face-manager-demo"] [data-section="test"] div.uploadadditionalPhotosBox {
  width: 68% !important;
  float: left;
}
[data-view="face-manager-demo"] [data-section="test"] div.uploadadditionalPhotosBox img {
  height: 15rem;
}
[data-view="face-manager-demo"] [data-section="test"] img {
  margin-top: 0.5rem;
  border-width: 2px;
  border-radius: 0.25rem;
}
[data-view="face-manager-demo"] [data-section="test"] .file-input {
  border-radius: 0.25rem;
  background-clip: padding-box;
}
[data-view="face-manager-demo"] [data-section="test"] .file-input .root {
  padding: 1.5rem;
}
[data-view="face-manager-demo"] [data-section="test"] .file-input .root > *:not(button) {
  font-size: 1.125rem;
}
[data-view="face-manager-demo"] [data-section="test"] figure {
  float: left;
  margin-right: 1%;
}
[data-view="face-manager-demo"] [data-section="test"] canvas {
  position: absolute;
}
[data-view="face-manager-demo"] [data-section="test"] .button {
  margin-top: 1rem;
}
[data-view="face-manager-demo"] [data-section="add"] .uploadMainImageBox {
  float: left;
  width: 49%;
  margin-right: 2%;
}
[data-view="face-manager-demo"] [data-section="add"] .uploadMainImageBox img {
  width: 100%;
  margin-top: 0.5rem;
  border-width: 2px;
  border-radius: 0.25rem;
}
[data-view="face-manager-demo"] [data-section="add"] .registrationForm {
  float: left;
  width: 49%;
}
[data-view="face-manager-demo"] [data-section="add"] .content {
  background-color: white;
}
[data-view="face-manager-demo"] [data-section="delete"] .list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
  width: 100%;
  text-align: center;
}
[data-view="face-manager-demo"] [data-section="delete"] .list li {
  width: 31%;
  margin-right: 2%;
  cursor: pointer !important;
}
[data-view="face-manager-demo"] [data-section="delete"] .list li img {
  border-width: 2px;
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  object-fit: cover;
  width: 100%;
  height: 20rem;
}
[data-view="face-manager-demo"] [data-section="delete"] .list li a {
  display: inline-block;
  width: 100%;
  margin-bottom: 1.5rem;
  color: #333366;
  font-weight: 700;
  line-height: 2rem;
  padding-bottom: 0.5rem;
  text-decoration: none;
  text-transform: capitalize;
  vertical-align: top;
  border: 1px solid rgba(51, 51, 102, 0.25);
  border-radius: 0.25rem;
  background-clip: padding-box;
  background-color: rgba(51, 51, 102, 0.05);
  transform: scale(1);
}
[data-view="face-manager-demo"] [data-section="delete"] .list li a:hover {
  transform: scale(1.1);
  background-color: rgba(0, 221, 221, 0.125);
}
[data-view="face-manager-demo"] [data-section="delete"] .list li.scaled {
  transform: scale(1.05);
}
[data-view="scan-widget"] [data-section="webcam"] {
  padding: 0;
  position: relative;
  height: 308px;
  width: 100%;
}
[data-view="scan-widget"] [data-section="webcam"] div.silhouette {
  z-index: 9;
  position: fixed;
  width: 960px;
  height: 720px;
  left: auto;
  top: 0;
  right: auto;
}
[data-view="scan-widget"] [data-section="webcam"] div img {
  width: 100%;
}
[data-view="scan-widget"] [data-section="webcam"] .buttonArea {
  background-color: black;
  width: 100%;
  height: 100%;
  text-align: center;
  margin-top: 1rem;
}
[data-view="scan-widget"] [data-section="webcam"] a.button {
  margin: 1rem;
}
[data-view="scan-widget"] [data-section="webcam"] a.cancelButton {
  background-color: #ef3e4e;
  background-image: linear-gradient(rgba(239, 62, 96, 0.01), #ef403e);
}
[data-view="scan-widget"] [data-section="webcam"] a.cancelButton:hover {
  background-color: #f26571;
}
[data-view="scan-widget"] [data-section="webcam"] a.cancelButton:active {
  background-color: #d73846;
}
/* Responsive */
/* Window Width < 767 */
@media only screen and (max-width: 767px) {
  [data-view="scan-widget"] [data-section="webcam"] {
    height: 100%;
  }
  [data-view="scan-widget"] [data-section="webcam"] div.silhouette {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
  }
  [data-view="scan-widget"] [data-section="webcam"] .buttonArea {
    position: fixed;
    z-index: 18;
    height: 100px;
    bottom: 0;
  }
}
[data-view="scan-widget-demo"] [data-section="input"] div.upload-box {
  margin: auto;
  text-align: center;
  padding-top: 323px;
  padding-left: 48.5px;
  width: 900px;
  height: 1152px;
  background-image: url('/static/content/features/facial-recognition/phone.png');
}
[data-view="scan-widget-demo"] [data-section="input"] iframe {
  width: 960px;
  height: 960px;
  -ms-zoom: 0.835;
  transform: scale(0.835);
  transform-origin: 0 0;
}
[data-view="acord25-validation-demo"] [data-section="input"] {
  padding: 1.8rem 0 !important;
  overflow: auto;
}
[data-view="acord25-validation-demo"] [data-section="input"] div.upload-box {
  width: 48% !important;
  float: left;
  text-align: center;
}
[data-view="acord25-validation-demo"] [data-section="input"] div.upload-box a {
  font-weight: bold;
  line-height: 3rem;
}
[data-view="acord25-validation-demo"] [data-section="input"] div.upload-box-left {
  margin-right: 2%;
}
[data-view="acord25-validation-demo"] [data-section="input"] img {
  width: 100%;
  margin-top: 0.5rem;
  border-width: 2px;
  border-radius: 0.25rem;
}
[data-view="acord25-validation-demo"] [data-section="input"] .file-input {
  border-radius: 0.25rem;
  background-clip: padding-box;
}
[data-view="acord25-validation-demo"] [data-section="input"] .file-input .root {
  padding: 1.5rem;
}
[data-view="acord25-validation-demo"] [data-section="input"] .file-input .root > *:not(button) {
  font-size: 1.125rem;
}
[data-view="acord25-validation-demo"] [data-section="input"] canvas {
  position: absolute;
}
[data-view="acord25-validation-demo"] [data-section="output"] {
  padding: 2rem 0 0;
}
[data-view="acord25-validation-demo"] [data-section="output"] .show-sample {
  color: #00dddd;
  font-weight: 700;
  border-bottom: 1px dashed rgba(0, 221, 221, 0.65);
  margin-left: 0.5rem;
}
[data-view="acord25-validation-demo"] [data-section="result"] {
  padding: 0 0 5rem;
}
[data-view="acord25-validation-demo"] [data-section="result"] p.result {
  font-size: 1.3rem;
  margin-bottom: 2rem;
  text-align: center;
}
[data-view="acord25-validation-demo"] [data-section="result"] .container {
  max-width: unset;
  width: 90%;
}
[data-view="acord25-validation-demo"] [data-section="result"] .container table {
  width: 100%;
  border: 1px solid white;
  box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.15);
  border-spacing: 1px;
  border-collapse: separate;
}
[data-view="acord25-validation-demo"] [data-section="result"] .container table tr {
  position: relative;
  z-index: 1;
  background-color: white;
}
[data-view="acord25-validation-demo"] [data-section="result"] .container table tr:nth-of-type(odd) {
  z-index: 2;
  box-shadow: 0 0 1.5rem 0 rgba(51, 51, 102, 0.1);
}
[data-view="acord25-validation-demo"] [data-section="result"] .container table tr:nth-of-type(even) {
  background-color: #f7f7f9;
}
[data-view="acord25-validation-demo"] [data-section="result"] .container table tr td {
  padding: 0.5rem;
  text-align: left;
  width: 50%;
}
[data-view="acord25-validation-demo"] [data-section="result"] .container table tr td.first-row {
  background-image: linear-gradient(#00dddd, #333366);
  color: white !important;
  font-weight: bold;
  white-space: nowrap;
}
[data-view="covid-vaccination-demo"] [data-section="input"] {
  padding: 1.8rem 0 !important;
  overflow: auto;
}
[data-view="covid-vaccination-demo"] [data-section="input"] div.upload-box {
  width: 48% !important;
  float: left;
  text-align: center;
}
[data-view="covid-vaccination-demo"] [data-section="input"] div.upload-box a {
  font-weight: bold;
  line-height: 3rem;
}
[data-view="covid-vaccination-demo"] [data-section="input"] div.upload-box-left {
  margin-right: 2%;
}
[data-view="covid-vaccination-demo"] [data-section="input"] img {
  width: 100%;
  margin-top: 0.5rem;
  border-width: 2px;
  border-radius: 0.25rem;
}
[data-view="covid-vaccination-demo"] [data-section="input"] .file-input {
  border-radius: 0.25rem;
  background-clip: padding-box;
}
[data-view="covid-vaccination-demo"] [data-section="input"] .file-input .root {
  padding: 1.5rem;
}
[data-view="covid-vaccination-demo"] [data-section="input"] .file-input .root > *:not(button) {
  font-size: 1.125rem;
}
[data-view="covid-vaccination-demo"] [data-section="input"] canvas {
  position: absolute;
}
[data-view="covid-vaccination-demo"] [data-section="output"] {
  padding: 2rem 0 0;
}
[data-view="covid-vaccination-demo"] [data-section="output"] .show-sample {
  color: #00dddd;
  font-weight: 700;
  border-bottom: 1px dashed rgba(0, 221, 221, 0.65);
  margin-left: 0.5rem;
}
[data-view="covid-vaccination-demo"] [data-section="result"] {
  padding: 0 0 5rem;
}
[data-view="covid-vaccination-demo"] [data-section="result"] p.result {
  font-size: 1.3rem;
  margin-bottom: 2rem;
  text-align: center;
}
[data-view="covid-vaccination-demo"] [data-section="result"] .container {
  max-width: unset;
  width: 90%;
}
[data-view="covid-vaccination-demo"] [data-section="result"] .container table {
  width: 100%;
  border: 1px solid white;
  box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.15);
  border-spacing: 1px;
  border-collapse: separate;
}
[data-view="covid-vaccination-demo"] [data-section="result"] .container table tr {
  position: relative;
  z-index: 1;
  background-color: white;
}
[data-view="covid-vaccination-demo"] [data-section="result"] .container table tr:nth-of-type(odd) {
  z-index: 2;
  box-shadow: 0 0 1.5rem 0 rgba(51, 51, 102, 0.1);
}
[data-view="covid-vaccination-demo"] [data-section="result"] .container table tr:nth-of-type(even) {
  background-color: #f7f7f9;
}
[data-view="covid-vaccination-demo"] [data-section="result"] .container table tr td {
  padding: 0.5rem;
  text-align: left;
  width: 50%;
}
[data-view="covid-vaccination-demo"] [data-section="result"] .container table tr td.first-row {
  background-image: linear-gradient(#00dddd, #333366);
  color: white !important;
  font-weight: bold;
  white-space: nowrap;
}
[data-view="signature-recognition-demo"] [data-section="input"] {
  min-height: 51vh;
  padding: 1.8rem 0 !important;
  overflow: auto;
}
[data-view="signature-recognition-demo"] [data-section="input"] div.upload-box {
  width: 100% !important;
  float: left;
}
[data-view="signature-recognition-demo"] [data-section="input"] div.upload-box-left {
  margin-right: 2%;
}
[data-view="signature-recognition-demo"] [data-section="input"] img {
  width: 100%;
  margin-top: 0.5rem;
  border-width: 2px;
  border-radius: 0.25rem;
}
[data-view="signature-recognition-demo"] [data-section="input"] .file-input {
  border-radius: 0.25rem;
  background-clip: padding-box;
}
[data-view="signature-recognition-demo"] [data-section="input"] .file-input .root {
  padding: 1.5rem;
}
[data-view="signature-recognition-demo"] [data-section="input"] .file-input .root > *:not(button) {
  font-size: 1.125rem;
}
[data-view="signature-recognition-demo"] [data-section="input"] canvas {
  position: absolute;
}
[data-view="signature-recognition-demo"] [data-section="output"] {
  padding: 2rem 0 0;
}
[data-view="signature-recognition-demo"] [data-section="output"] .controls-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  margin-bottom: 1rem;
}
[data-view="signature-recognition-demo"] [data-section="output"] .controls-container .threshold-control {
  width: 290px;
}
[data-view="signature-recognition-demo"] [data-section="output"] .controls-container .threshold-control p {
  margin-bottom: 10px;
}
[data-view="signature-recognition-demo"] [data-section="output"] .show-sample {
  color: #00dddd;
  font-weight: 700;
  border-bottom: 1px dashed rgba(0, 221, 221, 0.65);
  margin-left: 0.5rem;
}
[data-view="signature-verification-demo"] [data-section="input"] {
  min-height: 30vh;
  padding: 1.8rem 0 !important;
  overflow: auto;
}
[data-view="signature-verification-demo"] [data-section="input"] div.upload-box {
  width: 48% !important;
  float: left;
}
[data-view="signature-verification-demo"] [data-section="input"] div.upload-box .cropped-checkbox {
  margin-top: 1rem;
}
[data-view="signature-verification-demo"] [data-section="input"] div.upload-box-left {
  margin-right: 2%;
}
[data-view="signature-verification-demo"] [data-section="input"] img {
  width: 100%;
  border-width: 2px;
  border-radius: 0.25rem;
}
[data-view="signature-verification-demo"] [data-section="input"] figure {
  margin-top: 2rem;
}
[data-view="signature-verification-demo"] [data-section="input"] .file-input {
  border-radius: 0.25rem;
  background-clip: padding-box;
}
[data-view="signature-verification-demo"] [data-section="input"] .file-input .root {
  padding: 1.5rem;
}
[data-view="signature-verification-demo"] [data-section="input"] .file-input .root > *:not(button) {
  font-size: 1.125rem;
}
[data-view="signature-verification-demo"] [data-section="input"] canvas {
  position: absolute;
}
[data-view="signature-verification-demo"] [data-section="output"] {
  padding: 2rem 0 0;
}
[data-view="signature-verification-demo"] [data-section="output"] .controls-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  margin-bottom: 1rem;
}
[data-view="signature-verification-demo"] [data-section="output"] .controls-container .threshold-control {
  width: 290px;
}
[data-view="signature-verification-demo"] [data-section="output"] .controls-container .threshold-control p {
  margin-bottom: 10px;
}
[data-view="signature-verification-demo"] [data-section="output"] .show-sample {
  color: #00dddd;
  font-weight: 700;
  border-bottom: 1px dashed rgba(0, 221, 221, 0.65);
  margin-left: 0.5rem;
}
[data-view="redaction-demo"] [data-header="header"] .redaction-demo-video-embed {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin-bottom: 1rem;
}
[data-view="redaction-demo"] [data-header="header"] .redaction-demo-video-embed iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
[data-view="redaction-demo"] [data-section="input"] {
  min-height: 25vh;
  padding: 1rem 0 !important;
  overflow: visible;
  /* stylelint-disable-next-line selector-id-pattern */
}
[data-view="redaction-demo"] [data-section="input"] div.upload-box {
  width: 100% !important;
  margin-bottom: 1.25rem;
}
@media only screen and (max-width: 767px) {
  [data-view="redaction-demo"] [data-section="input"] .message {
    display: inline-flex;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 13.2rem;
  }
}
[data-view="redaction-demo"] [data-section="input"] .file-input {
  border-radius: 0.25rem;
  background-clip: padding-box;
}
[data-view="redaction-demo"] [data-section="input"] .file-input .root {
  padding: 0.5rem;
  height: 72px;
}
[data-view="redaction-demo"] [data-section="input"] .file-input .root > *:not(button) {
  font-size: 1.125rem;
}
@media only screen and (max-width: 767px) {
  [data-view="redaction-demo"] [data-section="input"] .file-input .root {
    height: 48px;
  }
}
[data-view="redaction-demo"] [data-section="input"] div.check-box-container {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}
[data-view="redaction-demo"] [data-section="input"] div.check-box-container.left {
  width: 9rem;
}
@media only screen and (max-width: 767px) {
  [data-view="redaction-demo"] [data-section="input"] div.check-box-container.left {
    width: 12rem;
  }
}
[data-view="redaction-demo"] [data-section="input"] div.selection-container {
  display: flex;
  gap: 1.6%;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  [data-view="redaction-demo"] [data-section="input"] div.selection-container {
    flex-direction: column;
  }
}
[data-view="redaction-demo"] [data-section="input"] div.css-1n4w1on-container {
  width: 74%;
}
@media only screen and (max-width: 767px) {
  [data-view="redaction-demo"] [data-section="input"] div.css-1n4w1on-container {
    width: 100%;
  }
}
[data-view="redaction-demo"] [data-section="input"] button#redactButton {
  width: 24%;
}
@media only screen and (max-width: 767px) {
  [data-view="redaction-demo"] [data-section="input"] button#redactButton {
    width: 40%;
    height: 3.2rem;
    margin: 1.6rem auto;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 480px) {
  [data-view="redaction-demo"] [data-section="input"] button#redactButton {
    width: 60%;
  }
}
[data-view="redaction-demo"] [data-section="output"] {
  padding-top: 0;
  padding-bottom: 1rem;
  min-height: 20rem;
}
[data-view="redaction-demo"] [data-section="output"] .show-sample {
  color: #00dddd;
  font-weight: 700;
  border-bottom: 1px dashed rgba(0, 221, 221, 0.65);
  margin-left: 0.5rem;
}
[data-view="redaction-demo"] [data-section="output"] .output-container {
  display: flex;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  gap: 2%;
}
@media only screen and (max-width: 767px) {
  [data-view="redaction-demo"] [data-section="output"] .output-container {
    flex-direction: column;
    gap: 2rem;
    align-items: center;
  }
}
[data-view="redaction-demo"] [data-section="output"] .output-container div.image-container {
  display: flex;
  width: 49%;
  flex-direction: column;
  align-items: center;
}
[data-view="redaction-demo"] [data-section="output"] .output-container div.image-container .output-title {
  margin-bottom: 0.8rem;
  /* stylelint-disable-next-line function-disallowed-list */
  color: rgba(61, 63, 71, 0.75);
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  [data-view="redaction-demo"] [data-section="output"] .output-container div.image-container .output-title {
    font-size: 1.72rem;
  }
}
[data-view="redaction-demo"] [data-section="output"] .output-container div.image-container img {
  width: 100%;
  height: auto;
  border-radius: 0.25rem;
}
@media only screen and (max-width: 767px) {
  [data-view="redaction-demo"] [data-section="output"] .output-container div.image-container {
    width: 85%;
  }
}
[data-view="status"] {
  padding-top: 0 !important;
}
[data-view="status"] iframe {
  min-height: 100vh;
}
[data-view="terms-of-service"] p,
[data-view="terms-of-service"] li {
  text-align: justify;
}
[data-view="terms-of-service"] ul {
  padding-left: 1rem;
}
[data-view="terms-of-service"] ol.alphabetic {
  list-style-type: upper-latin;
}
[data-view="terms-of-service"] ol.indented {
  text-indent: 2rem;
}
[data-view="terms-of-service"] ul {
  list-style-type: unset;
}
[data-view="terms-of-service"] li {
  margin: 1rem 0;
}
[data-view="terms-of-service"] section {
  position: relative;
  z-index: 1;
  background-color: white;
}
[data-view="terms-of-service"] section:nth-of-type(odd) {
  z-index: 2;
  box-shadow: 0 0 1.5rem 0 rgba(51, 51, 102, 0.1);
}
[data-view="terms-of-service"] section:nth-of-type(even) {
  background-color: #f7f7f9;
}
[data-view="terms-of-service"] sup {
  vertical-align: super;
}
[data-view="terms-of-service"] table {
  text-align: unset;
}
[data-view="terms-of-service"] table .first-col {
  width: 80%;
}
[data-view="terms-of-service"] table th {
  background: #00dddd;
  font-weight: bold;
}
[data-view="terms-of-service"] table th,
[data-view="terms-of-service"] table td {
  border: 1px solid #808080;
  padding: 0.5rem;
}
[data-view="terms-of-service"] [data-section="agreement"] a.link {
  color: inherit;
  font-weight: 700;
  border-color: rgba(0, 0, 0, 0.5);
}
[data-view="privacy-policy"] p {
  text-align: center;
}
[data-view="privacy-policy"] h2 {
  text-align: center;
}
[data-view="privacy-policy"] section {
  position: relative;
  z-index: 1;
  background-color: white;
}
[data-view="privacy-policy"] section:nth-of-type(odd) {
  z-index: 2;
  box-shadow: 0 0 1.5rem 0 rgba(51, 51, 102, 0.1);
}
[data-view="privacy-policy"] section:nth-of-type(even) {
  background-color: #f7f7f9;
}
[data-view="privacy-policy"] [data-section="agreement"] a.link {
  color: inherit;
  font-weight: 700;
  border-color: rgba(0, 0, 0, 0.5);
}
[data-view="acceptable-use-policy"] section {
  position: relative;
  z-index: 1;
  background-color: white;
}
[data-view="acceptable-use-policy"] section:nth-of-type(odd) {
  z-index: 2;
  box-shadow: 0 0 1.5rem 0 rgba(51, 51, 102, 0.1);
}
[data-view="acceptable-use-policy"] section:nth-of-type(even) {
  background-color: #f7f7f9;
}
[data-view="acceptable-use-policy"] [data-section="agreement"] a.link {
  color: inherit;
  font-weight: 700;
  border-color: rgba(0, 0, 0, 0.5);
}
[data-view="usage"] {
  min-height: calc(100vh - 4rem);
}
[data-view="usage"] header div.usage-table {
  margin: 2rem;
}
[data-view="usage"] header .button {
  margin-top: 2rem;
}
[data-view="usage"] header .paragraph {
  font-size: 1.25rem;
  margin-bottom: 2rem;
  line-height: 2rem;
}
[data-view="usage"] header .filter {
  max-width: 15rem;
  margin: 0 auto;
  margin-bottom: 1rem;
}
[data-view="usage"] header .limits {
  font-size: 0.9rem;
  line-height: 125%;
  color: #000000;
  /* stylelint-disable-next-line selector-class-pattern */
  /* stylelint-disable-next-line selector-class-pattern */
  /* stylelint-disable-next-line selector-class-pattern */
  /* stylelint-disable-next-line selector-class-pattern */
  /* stylelint-disable-next-line selector-class-pattern */
  /* stylelint-disable-next-line selector-class-pattern */
  /* stylelint-disable-next-line selector-class-pattern */
  /* stylelint-disable-next-line selector-class-pattern */
  /* stylelint-disable-next-line selector-class-pattern */
  /* stylelint-disable-next-line selector-class-pattern */
}
[data-view="usage"] header .limits .rdp-month {
  border-spacing: 0 1px;
  border-collapse: unset;
}
[data-view="usage"] header .limits .rdp-month_caption {
  color: #00dddd;
}
[data-view="usage"] header .limits .rdp-today {
  color: unset;
}
[data-view="usage"] header .limits .rdp-selected {
  color: white !important;
}
[data-view="usage"] header .limits .rdp-selected:not(.rdp-range_start, .rdp-range_end, .rdp-outside) {
  background-color: rgba(0, 221, 221, 0.75) !important;
}
[data-view="usage"] header .limits .rdp-selected:not(.rdp-disabled, .rdp-outside) {
  background-color: rgba(0, 221, 221, 0.75);
}
[data-view="usage"] header .limits .rdp-selected:not(.rdp-disabled, .rdp-outside):hover {
  background-color: #00dddd;
}
[data-view="usage"] header .limits .rdp-day {
  border-radius: 0 !important;
}
[data-view="usage"] header .limits .rdp-range_start {
  border-top-left-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}
[data-view="usage"] header .limits .rdp-range_end {
  border-top-right-radius: 0.5rem !important;
  border-bottom-right-radius: 0.5rem !important;
}
[data-view="usage"] header .limits .rdp-disabled {
  pointer-events: none;
  cursor: not-allowed !important;
}
[data-view="usage"] section {
  position: relative;
  z-index: 1;
  background-color: white;
}
[data-view="usage"] section:nth-of-type(odd) {
  z-index: 2;
  box-shadow: 0 0 1.5rem 0 rgba(51, 51, 102, 0.1);
}
[data-view="usage"] section:nth-of-type(even) {
  background-color: #f7f7f9;
}
[data-view="usage"] [data-section="recipients"] .info {
  margin: 1rem;
  font-weight: 400;
}
[data-view="usage"] [data-section="recipients"] .info .highlight {
  font-weight: 700;
  color: #333366;
}
[data-view="usage"] [data-section="recipients"] .additional-recipients {
  display: grid;
  grid-template-columns: 10fr 1fr;
  margin-bottom: 1rem;
  align-items: center;
  gap: 1rem;
}
/* stylelint-disable-next-line selector-class-pattern */
.rdp-months {
  margin: auto;
}
/* Window Width < 480 */
@media only screen and (max-width: 480px) {
  [data-view="usage"] [data-section="results"] .graph {
    margin-bottom: 3.75rem;
  }
  [data-view="usage"] [data-section="results"] .graph .details {
    margin-top: 2.5rem;
    font-size: 1rem;
  }
  [data-view="usage"] [data-section="results"] .graph .details > * {
    width: 100%;
    border: none !important;
  }
}
/* 480 ≤ Window Width < 768 */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  [data-view="usage"] [data-section="results"] .graph {
    margin-bottom: 3.75rem;
  }
  [data-view="usage"] [data-section="results"] .graph .details {
    margin-top: 2.5rem;
    font-size: 1rem;
  }
  [data-view="usage"] [data-section="results"] .graph .details > * {
    width: 100%;
    border: none !important;
  }
}
/* 768 ≤ Window Width < 1024 */
@media only screen and (width >= 768px) and (width <= 1023px) {
  [data-view="usage"] [data-section="results"] .graph {
    margin-bottom: 3.75rem;
  }
  [data-view="usage"] [data-section="results"] .graph .details {
    margin-top: 2.5rem;
  }
  [data-view="usage"] [data-section="results"] .graph .details > * {
    width: 50%;
  }
  [data-view="usage"] [data-section="results"] .graph .details > *:nth-of-type(2n) {
    padding-right: 0;
    border-right: none !important;
  }
  [data-view="usage"] [data-section="results"] .graph .details > *:nth-of-type(2n + 1) {
    padding-left: 0;
    border-left: none !important;
  }
}
/* 1024 ≤ Window Width */
@media only screen and (width >= 1024px) {
  [data-view="usage"] [data-section="results"] .graph .details > *:nth-of-type(3n) {
    padding-right: 0;
    border-right: none !important;
  }
  [data-view="usage"] [data-section="results"] .graph .details > *:nth-of-type(3n + 1) {
    padding-left: 0;
    border-left: none !important;
  }
}
.app-header .flow-buttons {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.app-header .flow-buttons .m-icon {
  font-size: 2rem;
  transition: none !important;
  cursor: pointer;
}
.app-header .flow-buttons .selected {
  color: #00dddd;
}
.app-header .flow-buttons .disabled {
  color: #cccccc;
  cursor: not-allowed;
}
.flow-header-container {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.flow-header-container .flow-search-input {
  min-width: 30rem;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .flow-header-container .flow-search-input {
    min-width: 20rem;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .flow-header-container .flow-search-input {
    min-width: 15rem;
  }
}
@media only screen and (max-width: 480px) {
  .flow-header-container .flow-search-input {
    display: none;
  }
}
.table-header-button-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  text-wrap: nowrap;
}
@media only screen and (max-width: 767px) {
  .table-header-button-container > .app-dropdown {
    flex-grow: 1;
  }
}
.bottom-action-buttons {
  display: flex;
  gap: 1rem;
  width: 100%;
  margin-top: 2rem;
  padding-inline: 2rem;
  justify-content: flex-end;
}
.header-paragraph {
  margin-bottom: 1rem;
}
.header-paragraph.classification-only {
  margin-bottom: 0.5rem;
}
.header-paragraph.disabled-fields {
  margin-top: 1rem;
}
.header-paragraph.reviewer-help {
  margin-top: 1rem;
}
.taxonomy-header-row.header-row-with-icons {
  display: flex;
  justify-content: space-between;
}
.taxonomy-header-row.header-row-with-icons .header-row-icons {
  margin-top: 2rem;
  margin-bottom: 0.6rem;
}
.taxonomy-header-row.header-row-with-icons .header-row-icons > span:hover {
  cursor: pointer;
  color: #00dddd;
}
.taxonomy-header-row.header-row-with-icons .header-row-icons > label > span:hover {
  cursor: pointer;
  color: #00dddd;
}
.questions-header-row.header-row-with-icons,
.document-dimension-limits-header-row.header-row-with-icons {
  display: flex;
  justify-content: space-between;
}
.questions-header-row.header-row-with-icons .header-row-icons,
.document-dimension-limits-header-row.header-row-with-icons .header-row-icons {
  margin-top: 2rem;
  margin-bottom: 0.6rem;
}
[data-view="flow-settings"] .react-select {
  max-width: 690px;
}
[data-view="flow-settings"] .table-body-cell .react-select {
  max-width: unset;
}
[data-view="flow-settings"] img.remove-button {
  filter: grayscale(1) opacity(0.5);
}
[data-view="flow-settings"] img.remove-button:hover {
  cursor: pointer;
  filter: none;
}
[data-view="flow-settings"] .settings-card,
[data-view="flow-settings"] section {
  width: 100%;
}
[data-view="flow-settings"] .bottom-save-button-container {
  display: grid;
  justify-content: flex-end;
}
[data-view="flow-settings"] .bottom-save-button-container section {
  margin: 0;
}
[data-view="flow"],
[data-view="flow-settings"] {
  background: #f6f7f8;
  /* stylelint-disable-next-line no-duplicate-selectors */
}
[data-view="flow"] [data-header="header"] .container,
[data-view="flow-settings"] [data-header="header"] .container {
  width: 100%;
  padding: 0 2rem;
  max-width: unset;
}
[data-view="flow"] section.settings-container,
[data-view="flow-settings"] section.settings-container {
  width: auto;
  margin: 0 2rem;
  max-width: unset;
  padding: 0 !important;
}
[data-view="flow"] section.settings-container .container,
[data-view="flow-settings"] section.settings-container .container {
  padding: 0;
  max-width: unset;
}
[data-view="flow"] [data-section="flow-listing"],
[data-view="flow-settings"] [data-section="flow-listing"],
[data-view="flow"] [data-section="model-listing"],
[data-view="flow-settings"] [data-section="model-listing"],
[data-view="flow"] [data-section="show-results"],
[data-view="flow-settings"] [data-section="show-results"],
[data-view="flow"] [data-section="stats"] section.settings-container,
[data-view="flow-settings"] [data-section="stats"] section.settings-container {
  width: auto;
  margin: 0 2rem;
  max-width: unset;
  overflow-y: auto;
}
[data-view="flow"] [data-section="flow-listing"] .container,
[data-view="flow-settings"] [data-section="flow-listing"] .container,
[data-view="flow"] [data-section="model-listing"] .container,
[data-view="flow-settings"] [data-section="model-listing"] .container,
[data-view="flow"] [data-section="show-results"] .container,
[data-view="flow-settings"] [data-section="show-results"] .container,
[data-view="flow"] [data-section="stats"] section.settings-container .container,
[data-view="flow-settings"] [data-section="stats"] section.settings-container .container {
  padding: 0;
  max-width: unset;
}
[data-view="flow"] .filter,
[data-view="flow-settings"] .filter {
  max-width: 690px;
}
[data-view="flow"] .flow-settings-grid-container,
[data-view="flow-settings"] .flow-settings-grid-container {
  width: 100%;
  grid-template-columns: 15rem 1fr;
  display: grid;
  margin-top: 1rem;
  justify-content: center;
}
[data-view="flow"] .flow-settings-grid-container.custom-model,
[data-view="flow-settings"] .flow-settings-grid-container.custom-model {
  display: unset;
  grid-template-columns: unset;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  [data-view="flow"] .flow-settings-grid-container,
  [data-view="flow-settings"] .flow-settings-grid-container {
    grid-template-columns: 2fr 6fr;
  }
}
@media only screen and (max-width: 767px) {
  [data-view="flow"] .flow-settings-grid-container,
  [data-view="flow-settings"] .flow-settings-grid-container {
    grid-template-columns: 1fr;
  }
  [data-view="flow"] .flow-settings-grid-container .settings-card.accordion.section,
  [data-view="flow-settings"] .flow-settings-grid-container .settings-card.accordion.section {
    margin-bottom: 0.5rem;
    padding: 1rem;
  }
  [data-view="flow"] .flow-settings-grid-container .settings-card.accordion.section .accordion-header,
  [data-view="flow-settings"] .flow-settings-grid-container .settings-card.accordion.section .accordion-header {
    font-size: 1.2rem;
    padding: 0;
  }
  [data-view="flow"] .flow-settings-grid-container .settings-card.accordion.section div.container,
  [data-view="flow-settings"] .flow-settings-grid-container .settings-card.accordion.section div.container {
    margin-top: 0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  [data-view="flow"] .flow-settings-grid-container .left-navigation,
  [data-view="flow-settings"] .flow-settings-grid-container .left-navigation {
    display: none;
  }
}
[data-view="flow"] .flow-settings-grid-container .left-navigation li,
[data-view="flow-settings"] .flow-settings-grid-container .left-navigation li {
  padding-right: 1rem;
  height: 3rem;
  display: flex;
  justify-content: space-between;
}
[data-view="flow"] .flow-settings-grid-container .left-navigation li.disable,
[data-view="flow-settings"] .flow-settings-grid-container .left-navigation li.disable,
[data-view="flow"] .flow-settings-grid-container .left-navigation li a.disable,
[data-view="flow-settings"] .flow-settings-grid-container .left-navigation li a.disable {
  color: #cccccc !important;
  cursor: not-allowed !important;
}
[data-view="flow"] .flow-settings-grid-container .left-navigation li:hover,
[data-view="flow-settings"] .flow-settings-grid-container .left-navigation li:hover {
  cursor: pointer;
}
[data-view="flow"] .flow-settings-grid-container .left-navigation li:hover a,
[data-view="flow-settings"] .flow-settings-grid-container .left-navigation li:hover a {
  color: #00dddd;
}
[data-view="flow"] .flow-settings-grid-container .left-navigation li:hover a.risk,
[data-view="flow-settings"] .flow-settings-grid-container .left-navigation li:hover a.risk {
  opacity: 1 !important;
}
[data-view="flow"] .flow-settings-grid-container .left-navigation li a,
[data-view="flow-settings"] .flow-settings-grid-container .left-navigation li a {
  font-size: 1.1rem;
  text-decoration: none;
  border-bottom: none !important;
}
[data-view="flow"] .flow-settings-grid-container .left-navigation li a.risk,
[data-view="flow-settings"] .flow-settings-grid-container .left-navigation li a.risk {
  color: #fb327e !important;
  opacity: 0.5;
}
[data-view="flow"] .flow-settings-grid-container .left-navigation li.active a,
[data-view="flow-settings"] .flow-settings-grid-container .left-navigation li.active a {
  color: #333366;
  font-weight: bold;
}
[data-view="flow"] .flow-settings-grid-container .left-navigation li.active a.risk,
[data-view="flow-settings"] .flow-settings-grid-container .left-navigation li.active a.risk {
  color: #fb327e !important;
  opacity: 1 !important;
}
[data-view="flow"] .fullscreen-input,
[data-view="flow-settings"] .fullscreen-input,
[data-view="flow"] [data-view="multi-email"],
[data-view="flow-settings"] [data-view="multi-email"] {
  max-width: 690px;
}
[data-view="flow"] input[type="text"].basic,
[data-view="flow-settings"] input[type="text"].basic {
  width: 100%;
}
[data-view="flow"] input[type="range"],
[data-view="flow-settings"] input[type="range"] {
  width: 50%;
}
[data-view="flow"] [data-header="header"],
[data-view="flow-settings"] [data-header="header"] {
  padding: 1rem 0;
  text-align: left;
  /* stylelint-disable-next-line no-duplicate-selectors */
}
[data-view="flow"] [data-header="header"] .header-container,
[data-view="flow-settings"] [data-header="header"] .header-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
}
[data-view="flow"] [data-header="header"] .header-container .dropdown-container,
[data-view="flow-settings"] [data-header="header"] .header-container .dropdown-container {
  place-self: center flex-end;
  align-items: baseline;
  display: flex;
  gap: 1rem;
  z-index: 9997;
  width: 100%;
}
@media screen and (width <= 768px) {
  [data-view="flow"] [data-header="header"] .header-container .dropdown-container,
  [data-view="flow-settings"] [data-header="header"] .header-container .dropdown-container {
    justify-content: flex-end;
    margin-bottom: 1rem;
  }
}
[data-view="flow"] [data-header="header"] .header-container .dropdown-container .flow-features,
[data-view="flow-settings"] [data-header="header"] .header-container .dropdown-container .flow-features {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
  height: 100%;
  margin-top: 1.5rem;
  margin-left: auto;
}
@media screen and (width <= 768px) {
  [data-view="flow"] [data-header="header"] .header-container .dropdown-container .flow-features,
  [data-view="flow-settings"] [data-header="header"] .header-container .dropdown-container .flow-features {
    margin-top: 0 !important;
  }
}
[data-view="flow"] [data-header="header"] .header-container .dropdown-container .flow-features .selected,
[data-view="flow-settings"] [data-header="header"] .header-container .dropdown-container .flow-features .selected {
  color: #00dddd;
}
[data-view="flow"] [data-header="header"] .header-container .dropdown-container .flow-features > div > .icon-size,
[data-view="flow-settings"] [data-header="header"] .header-container .dropdown-container .flow-features > div > .icon-size {
  font-size: 2rem;
}
[data-view="flow"] [data-header="header"] .header-container .dropdown-container .flow-features > div,
[data-view="flow-settings"] [data-header="header"] .header-container .dropdown-container .flow-features > div,
[data-view="flow"] [data-header="header"] .header-container .dropdown-container .flow-features > div > *,
[data-view="flow-settings"] [data-header="header"] .header-container .dropdown-container .flow-features > div > * {
  transition: none !important;
  cursor: pointer;
}
[data-view="flow"] [data-header="header"] .header-container .dropdown-container .flow-features > div:hover,
[data-view="flow-settings"] [data-header="header"] .header-container .dropdown-container .flow-features > div:hover,
[data-view="flow"] [data-header="header"] .header-container .dropdown-container .flow-features > div > *:hover,
[data-view="flow-settings"] [data-header="header"] .header-container .dropdown-container .flow-features > div > *:hover {
  color: #00dddd;
}
[data-view="flow"] [data-header="header"] .header-container .dropdown-container .flow-features > div,
[data-view="flow-settings"] [data-header="header"] .header-container .dropdown-container .flow-features > div {
  font-size: 1.5rem;
  display: flex;
}
[data-view="flow"] [data-header="header"] .header-container .title,
[data-view="flow-settings"] [data-header="header"] .header-container .title {
  margin: 0 0 0.5rem;
}
[data-view="flow"] [data-header="header"] .header-container .title h1.slogan,
[data-view="flow-settings"] [data-header="header"] .header-container .title h1.slogan {
  margin-bottom: 0;
  margin-top: 12px;
}
[data-view="flow"] [data-header="header"] .header-container .title h2.flow-description,
[data-view="flow-settings"] [data-header="header"] .header-container .title h2.flow-description {
  max-width: 40rem;
  word-wrap: break-word;
}
[data-view="flow"] [data-header="header"] .header-container .title h2.introduction,
[data-view="flow-settings"] [data-header="header"] .header-container .title h2.introduction {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.5rem;
}
@media only screen and (max-width: 767px) {
  [data-view="flow"] [data-header="header"] .header-container .title h2.introduction .explanation-additional-line,
  [data-view="flow-settings"] [data-header="header"] .header-container .title h2.introduction .explanation-additional-line {
    visibility: hidden;
  }
}
[data-view="flow"] [data-header="header"] .header-container .title br,
[data-view="flow-settings"] [data-header="header"] .header-container .title br {
  display: none;
}
[data-view="flow"] [data-header="header"] .header-container .m-icon,
[data-view="flow-settings"] [data-header="header"] .header-container .m-icon {
  font-size: 1.3rem;
}
[data-view="flow"] [data-header="header"] .header-container .back-button,
[data-view="flow-settings"] [data-header="header"] .header-container .back-button {
  margin-left: -2px;
  cursor: pointer;
  margin-right: 0.5rem;
  color: #333366 !important;
}
[data-view="flow"] [data-header="header"].row,
[data-view="flow-settings"] [data-header="header"].row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
@media only screen and (max-width: 767px) {
  [data-view="flow"] [data-header="header"] .container,
  [data-view="flow-settings"] [data-header="header"] .container {
    margin-top: 1rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  [data-view="flow"] [data-header="header"] .container,
  [data-view="flow-settings"] [data-header="header"] .container {
    margin-top: 1rem;
  }
}
[data-view="flow"] [data-header="header"] .flow-name,
[data-view="flow-settings"] [data-header="header"] .flow-name {
  font-size: 1.3rem;
}
[data-view="flow"] [data-header="header"] .slogan,
[data-view="flow-settings"] [data-header="header"] .slogan {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.3rem;
  background: linear-gradient(#3D3F47, #3D3F47);
  -webkit-background-clip: text;
          background-clip: text;
}
[data-view="flow"] [data-header="header"] .introduction,
[data-view="flow-settings"] [data-header="header"] .introduction {
  font-style: normal;
  font-weight: 300;
  font-size: 1rem;
  margin-top: 0.2rem;
  color: #3D3F47;
}
[data-view="flow"] .settings-card,
[data-view="flow-settings"] .settings-card {
  background-color: white;
  border: 1px solid #cccccc;
  padding: 2rem;
  border-radius: 0.25rem;
}
[data-view="flow"] section,
[data-view="flow-settings"] section {
  margin: 0 auto;
  /* stylelint-disable-next-line selector-class-pattern */
}
@media only screen and (max-width: 767px) {
  [data-view="flow"] section,
  [data-view="flow-settings"] section {
    width: 85%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  [data-view="flow"] section,
  [data-view="flow-settings"] section {
    width: 85%;
  }
}
[data-view="flow"] section.list,
[data-view="flow-settings"] section.list {
  min-height: 16rem;
  padding: 3rem 1.4rem 1.6rem;
}
[data-view="flow"] section.blue,
[data-view="flow-settings"] section.blue {
  padding: 0 1.4rem 1.6rem;
  margin: 2rem auto;
  text-align: left;
  border-radius: 0.25rem;
}
[data-view="flow"] section .container,
[data-view="flow-settings"] section .container {
  width: 100%;
}
[data-view="flow"] section .title-container,
[data-view="flow-settings"] section .title-container {
  display: flex;
  width: 100%;
  margin-bottom: 1.7rem;
  justify-content: space-between;
}
[data-view="flow"] section .title-container div,
[data-view="flow-settings"] section .title-container div {
  display: flex;
  flex-direction: row;
}
[data-view="flow"] section .title-container div .copy-paste-icons,
[data-view="flow-settings"] section .title-container div .copy-paste-icons {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #00dddd;
  margin-right: 0.5rem;
}
[data-view="flow"] section h1.title,
[data-view="flow-settings"] section h1.title {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 0;
  background: linear-gradient(#3D3F47, #3D3F47);
  -webkit-background-clip: text;
          background-clip: text;
}
@media only screen and (max-width: 767px) {
  [data-view="flow"] section h1.title,
  [data-view="flow-settings"] section h1.title {
    margin-right: 2rem;
  }
}
[data-view="flow"] section h2.title,
[data-view="flow-settings"] section h2.title {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.6rem;
  margin-top: 2rem;
  margin-bottom: 0.6rem;
}
[data-view="flow"] section .placeholder,
[data-view="flow-settings"] section .placeholder {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 4rem;
}
[data-view="flow"] section .placeholder > .loading,
[data-view="flow-settings"] section .placeholder > .loading {
  height: 0.875rem;
  margin-bottom: 2rem;
}
[data-view="flow"] section .placeholder > .loading > *,
[data-view="flow-settings"] section .placeholder > .loading > * {
  fill: #000000;
}
[data-view="flow"] section .placeholder > .title,
[data-view="flow-settings"] section .placeholder > .title {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
[data-view="flow"] section .placeholder > .paragraph,
[data-view="flow-settings"] section .placeholder > .paragraph {
  font-size: 1.25rem;
}
[data-view="flow"] section .placeholder li,
[data-view="flow-settings"] section .placeholder li {
  margin-top: 1rem;
}
[data-view="flow"] section.welcome,
[data-view="flow-settings"] section.welcome {
  display: flex;
  justify-content: center;
  align-items: center;
}
[data-view="flow"] section.validate,
[data-view="flow-settings"] section.validate {
  margin-top: -5rem;
}
[data-view="flow"] section a:not(.AppButton),
[data-view="flow-settings"] section a:not(.AppButton) {
  font-weight: 400;
}
[data-view="flow"] [data-section="flow-listing"] table tr:nth-child(1),
[data-view="flow-settings"] [data-section="flow-listing"] table tr:nth-child(1) {
  background-color: #f3faff;
}
[data-view="flow"] [data-section="flow-listing"] table i,
[data-view="flow-settings"] [data-section="flow-listing"] table i,
[data-view="flow"] [data-section="model-listing"] table i,
[data-view="flow-settings"] [data-section="model-listing"] table i {
  padding-left: 0.3rem;
  font-size: 1rem;
}
[data-view="flow"] [data-section="flow-listing"] table tr:nth-of-type(2n + 1),
[data-view="flow-settings"] [data-section="flow-listing"] table tr:nth-of-type(2n + 1),
[data-view="flow"] [data-section="model-listing"] table tr:nth-of-type(2n + 1),
[data-view="flow-settings"] [data-section="model-listing"] table tr:nth-of-type(2n + 1) {
  box-shadow: none;
}
[data-view="flow"] [data-section="flow-listing"] table tr:hover,
[data-view="flow-settings"] [data-section="flow-listing"] table tr:hover,
[data-view="flow"] [data-section="model-listing"] table tr:hover,
[data-view="flow-settings"] [data-section="model-listing"] table tr:hover {
  background-color: #f3faff;
}
[data-view="flow"] [data-section="flow-listing"] table div.name-column,
[data-view="flow-settings"] [data-section="flow-listing"] table div.name-column,
[data-view="flow"] [data-section="model-listing"] table div.name-column,
[data-view="flow-settings"] [data-section="model-listing"] table div.name-column {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
[data-view="flow"] [data-section="flow-listing"] .container .flow-greetings,
[data-view="flow-settings"] [data-section="flow-listing"] .container .flow-greetings,
[data-view="flow"] [data-section="model-listing"] .container .flow-greetings,
[data-view="flow-settings"] [data-section="model-listing"] .container .flow-greetings {
  text-align: center;
}
[data-view="flow"] [data-section="flow-listing"] .container .flow-greetings .slogan,
[data-view="flow-settings"] [data-section="flow-listing"] .container .flow-greetings .slogan,
[data-view="flow"] [data-section="model-listing"] .container .flow-greetings .slogan,
[data-view="flow-settings"] [data-section="model-listing"] .container .flow-greetings .slogan {
  position: relative;
  margin-bottom: 1rem;
  line-height: 5rem;
}
[data-view="flow"] [data-section="flow-listing"] .container .flow-greetings .slogan p.introduction,
[data-view="flow-settings"] [data-section="flow-listing"] .container .flow-greetings .slogan p.introduction,
[data-view="flow"] [data-section="model-listing"] .container .flow-greetings .slogan p.introduction,
[data-view="flow-settings"] [data-section="model-listing"] .container .flow-greetings .slogan p.introduction {
  font-size: 1.2rem;
  font-weight: 300;
  margin-bottom: 3rem;
}
[data-view="flow"] [data-section="flow-listing"] .container .flow-greetings ul,
[data-view="flow-settings"] [data-section="flow-listing"] .container .flow-greetings ul,
[data-view="flow"] [data-section="model-listing"] .container .flow-greetings ul,
[data-view="flow-settings"] [data-section="model-listing"] .container .flow-greetings ul {
  gap: 1rem;
  margin: 2rem 0 1.5rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
  width: 100%;
}
[data-view="flow"] [data-section="flow-listing"] .container .flow-greetings ul:first-child,
[data-view="flow-settings"] [data-section="flow-listing"] .container .flow-greetings ul:first-child,
[data-view="flow"] [data-section="model-listing"] .container .flow-greetings ul:first-child,
[data-view="flow-settings"] [data-section="model-listing"] .container .flow-greetings ul:first-child {
  margin-bottom: 1.5rem;
}
[data-view="flow"] [data-section="flow-listing"] .container .flow-greetings ul li,
[data-view="flow-settings"] [data-section="flow-listing"] .container .flow-greetings ul li,
[data-view="flow"] [data-section="model-listing"] .container .flow-greetings ul li,
[data-view="flow-settings"] [data-section="model-listing"] .container .flow-greetings ul li {
  margin-bottom: 1.5rem;
  width: 40%;
}
[data-view="flow"] [data-section="flow-listing"] .container .flow-greetings ul li:hover,
[data-view="flow-settings"] [data-section="flow-listing"] .container .flow-greetings ul li:hover,
[data-view="flow"] [data-section="model-listing"] .container .flow-greetings ul li:hover,
[data-view="flow-settings"] [data-section="model-listing"] .container .flow-greetings ul li:hover {
  transform: scale(1.1);
  background-color: rgba(0, 221, 221, 0.125);
}
[data-view="flow"] [data-section="flow-listing"] .container .flow-greetings ul li p.feature-title,
[data-view="flow-settings"] [data-section="flow-listing"] .container .flow-greetings ul li p.feature-title,
[data-view="flow"] [data-section="model-listing"] .container .flow-greetings ul li p.feature-title,
[data-view="flow-settings"] [data-section="model-listing"] .container .flow-greetings ul li p.feature-title {
  color: #333366;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.6rem;
  margin-bottom: 0.5rem;
}
[data-view="flow"] [data-section="flow-listing"] .container .flow-greetings ul li p.feature-title:hover,
[data-view="flow-settings"] [data-section="flow-listing"] .container .flow-greetings ul li p.feature-title:hover,
[data-view="flow"] [data-section="model-listing"] .container .flow-greetings ul li p.feature-title:hover,
[data-view="flow-settings"] [data-section="model-listing"] .container .flow-greetings ul li p.feature-title:hover {
  color: #66668c;
}
[data-view="flow"] [data-section="flow-listing"] .container .flow-greetings ul li p.feature-title:active,
[data-view="flow-settings"] [data-section="flow-listing"] .container .flow-greetings ul li p.feature-title:active,
[data-view="flow"] [data-section="model-listing"] .container .flow-greetings ul li p.feature-title:active,
[data-view="flow-settings"] [data-section="model-listing"] .container .flow-greetings ul li p.feature-title:active {
  color: #2e2e5c;
}
[data-view="flow"] [data-section="flow-listing"] .container .flow-greetings ul li p.feature-description,
[data-view="flow-settings"] [data-section="flow-listing"] .container .flow-greetings ul li p.feature-description,
[data-view="flow"] [data-section="model-listing"] .container .flow-greetings ul li p.feature-description,
[data-view="flow-settings"] [data-section="model-listing"] .container .flow-greetings ul li p.feature-description {
  font-size: 1rem;
}
[data-view="flow"] [data-section="flow-listing"] .container .flow-greetings ul li img,
[data-view="flow-settings"] [data-section="flow-listing"] .container .flow-greetings ul li img,
[data-view="flow"] [data-section="model-listing"] .container .flow-greetings ul li img,
[data-view="flow-settings"] [data-section="model-listing"] .container .flow-greetings ul li img {
  width: 3rem;
}
[data-view="flow"] [data-section="flow-listing"] .container .flow-greetings ul li.scaled,
[data-view="flow-settings"] [data-section="flow-listing"] .container .flow-greetings ul li.scaled,
[data-view="flow"] [data-section="model-listing"] .container .flow-greetings ul li.scaled,
[data-view="flow-settings"] [data-section="model-listing"] .container .flow-greetings ul li.scaled {
  transform: scale(1.05);
}
[data-view="flow"] [data-section="flow-listing"] .container .flow-greetings .button,
[data-view="flow-settings"] [data-section="flow-listing"] .container .flow-greetings .button,
[data-view="flow"] [data-section="model-listing"] .container .flow-greetings .button,
[data-view="flow-settings"] [data-section="model-listing"] .container .flow-greetings .button {
  margin-top: 0;
}
[data-view="flow"] [data-section="stats"],
[data-view="flow-settings"] [data-section="stats"] {
  width: auto;
  margin: 0 2rem;
  max-width: unset;
}
[data-view="flow"] [data-section="basic"] .flow-id-container .m-icon,
[data-view="flow-settings"] [data-section="basic"] .flow-id-container .m-icon {
  font-size: 0.9rem;
  margin-left: 0.25rem;
  cursor: pointer;
}
[data-view="flow"] [data-section="basic"] .flow-id-container .m-icon:hover,
[data-view="flow-settings"] [data-section="basic"] .flow-id-container .m-icon:hover {
  color: #333366;
}
[data-view="flow"] [data-section="basic"] .reviewer-container,
[data-view="flow-settings"] [data-section="basic"] .reviewer-container,
[data-view="flow"] [data-section="basic"] .classification-container,
[data-view="flow-settings"] [data-section="basic"] .classification-container {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
[data-view="flow"] [data-section="basic"] .data-retention-checkbox-container,
[data-view="flow-settings"] [data-section="basic"] .data-retention-checkbox-container {
  height: 3rem;
  display: grid;
  align-content: center;
}
[data-view="flow"] [data-section="basic"] .data-retention-settings,
[data-view="flow-settings"] [data-section="basic"] .data-retention-settings {
  display: grid;
  grid-template-columns: auto 1fr 3fr;
  max-width: 540px;
  gap: 1rem;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  [data-view="flow"] [data-section="basic"] .data-retention-settings,
  [data-view="flow-settings"] [data-section="basic"] .data-retention-settings {
    grid-template-columns: auto;
  }
}
[data-view="flow"] [data-section="basic"] input.data-retention-value.basic,
[data-view="flow-settings"] [data-section="basic"] input.data-retention-value.basic {
  width: 100%;
  min-height: 2.6rem;
}
[data-view="flow"] [data-section="basic"] .flow-search.checkbox,
[data-view="flow-settings"] [data-section="basic"] .flow-search.checkbox {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
[data-view="flow"] [data-section="source-destination"] input[type="text"].basic,
[data-view="flow-settings"] [data-section="source-destination"] input[type="text"].basic {
  width: 100%;
  margin-bottom: 1rem;
}
[data-view="flow"] [data-section="source-destination"] .container .clipboard-icon,
[data-view="flow-settings"] [data-section="source-destination"] .container .clipboard-icon {
  display: inline;
  font-size: 1rem;
  cursor: pointer;
}
[data-view="flow"] [data-section="reviewPage"] .table-editor-highlighter-slider-container,
[data-view="flow-settings"] [data-section="reviewPage"] .table-editor-highlighter-slider-container {
  width: 100%;
  max-width: 690px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-content: center;
  align-items: center;
  gap: 1rem;
}
[data-view="flow"] [data-section="reviewPage"] div.existing-upload-links,
[data-view="flow-settings"] [data-section="reviewPage"] div.existing-upload-links {
  margin-bottom: 1rem;
}
[data-view="flow"] [data-section="reviewPage"] .remove-file-anchor,
[data-view="flow-settings"] [data-section="reviewPage"] .remove-file-anchor {
  margin-left: 1rem;
  color: #fb327e;
  border-bottom: 1px dashed #fca1c4ee;
}
[data-view="flow"] [data-section="reviewPage"] .color-picker,
[data-view="flow-settings"] [data-section="reviewPage"] .color-picker {
  width: 90px;
  height: 40px;
}
[data-view="flow"] [data-section="extraction"] img.remove-button,
[data-view="flow-settings"] [data-section="extraction"] img.remove-button {
  margin: 2rem 0 0.1rem;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  [data-view="flow"] [data-section="extraction"] img.remove-button,
  [data-view="flow-settings"] [data-section="extraction"] img.remove-button {
    margin: 2.7rem 0 0.1rem;
  }
}
[data-view="flow"] [data-section="extraction"] .add-line,
[data-view="flow-settings"] [data-section="extraction"] .add-line {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
[data-view="flow"] [data-section="extraction"] .add-line .m-icon,
[data-view="flow-settings"] [data-section="extraction"] .add-line .m-icon {
  font-size: 1.5rem;
  cursor: pointer;
}
[data-view="flow"] [data-section="extraction"] div.result-flex-container,
[data-view="flow-settings"] [data-section="extraction"] div.result-flex-container {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  justify-content: flex-start;
  margin-bottom: 0.5rem;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  [data-view="flow"] [data-section="extraction"] div.result-flex-container,
  [data-view="flow-settings"] [data-section="extraction"] div.result-flex-container {
    align-items: flex-start;
  }
}
[data-view="flow"] [data-section="extraction"] div.result-flex-container div.result-container,
[data-view="flow-settings"] [data-section="extraction"] div.result-flex-container div.result-container {
  display: grid;
  grid-template-columns: 4fr 6fr;
  max-width: 690px;
  gap: 0.6rem;
}
[data-view="flow"] [data-section="extraction"] div.result-flex-container div.result-container .part1,
[data-view="flow-settings"] [data-section="extraction"] div.result-flex-container div.result-container .part1 {
  display: flex;
  gap: 0.5rem;
  width: 100%;
}
[data-view="flow"] [data-section="extraction"] div.result-flex-container div.result-container .part2,
[data-view="flow-settings"] [data-section="extraction"] div.result-flex-container div.result-container .part2 {
  display: flex;
  gap: 1rem;
  width: 100%;
}
[data-view="flow"] [data-section="extraction"] div.result-flex-container div.result-container span,
[data-view="flow-settings"] [data-section="extraction"] div.result-flex-container div.result-container span {
  font-weight: 600;
  margin-bottom: 0.35rem;
}
@media only screen and (max-width: 767px) {
  [data-view="flow"] [data-section="extraction"] div.result-flex-container div.result-container,
  [data-view="flow-settings"] [data-section="extraction"] div.result-flex-container div.result-container {
    grid-template-columns: auto;
    width: 100%;
  }
  [data-view="flow"] [data-section="extraction"] div.result-flex-container div.result-container .part1,
  [data-view="flow-settings"] [data-section="extraction"] div.result-flex-container div.result-container .part1 {
    width: 100%;
  }
  [data-view="flow"] [data-section="extraction"] div.result-flex-container div.result-container .part2,
  [data-view="flow-settings"] [data-section="extraction"] div.result-flex-container div.result-container .part2 {
    align-items: center;
  }
  [data-view="flow"] [data-section="extraction"] div.result-flex-container div.result-container input[name="columnName"],
  [data-view="flow-settings"] [data-section="extraction"] div.result-flex-container div.result-container input[name="columnName"] {
    line-height: 2.1rem;
  }
  [data-view="flow"] [data-section="extraction"] div.result-flex-container div.result-container input[id^="react-select"],
  [data-view="flow-settings"] [data-section="extraction"] div.result-flex-container div.result-container input[id^="react-select"] {
    line-height: 2.3rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  [data-view="flow"] [data-section="extraction"] div.result-flex-container div.result-container,
  [data-view="flow-settings"] [data-section="extraction"] div.result-flex-container div.result-container {
    flex-direction: column;
  }
  [data-view="flow"] [data-section="extraction"] div.result-flex-container div.result-container .part1,
  [data-view="flow-settings"] [data-section="extraction"] div.result-flex-container div.result-container .part1 {
    width: 100%;
  }
  [data-view="flow"] [data-section="extraction"] div.result-flex-container div.result-container .part2,
  [data-view="flow-settings"] [data-section="extraction"] div.result-flex-container div.result-container .part2 {
    width: 90%;
    align-items: center;
  }
  [data-view="flow"] [data-section="extraction"] div.result-flex-container div.result-container input[name="columnName"],
  [data-view="flow-settings"] [data-section="extraction"] div.result-flex-container div.result-container input[name="columnName"] {
    line-height: 1.9rem;
  }
  [data-view="flow"] [data-section="extraction"] div.result-flex-container div.result-container input[id^="react-select"],
  [data-view="flow-settings"] [data-section="extraction"] div.result-flex-container div.result-container input[id^="react-select"] {
    line-height: 2.2rem;
  }
}
[data-view="flow"] [data-section="extraction"] div.result-flex-container div.result-container.questions,
[data-view="flow-settings"] [data-section="extraction"] div.result-flex-container div.result-container.questions {
  grid-template-columns: 4fr 10fr;
}
[data-view="flow"] [data-section="integration-manager"],
[data-view="flow-settings"] [data-section="integration-manager"] {
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  [data-view="flow"] [data-section="integration-manager"],
  [data-view="flow-settings"] [data-section="integration-manager"] {
    width: 100% !important;
    padding-left: 0;
  }
}
[data-view="flow"] [data-section="ai-features"] h5,
[data-view="flow-settings"] [data-section="ai-features"] h5,
[data-view="flow"] [data-section="extraction"] h5,
[data-view="flow-settings"] [data-section="extraction"] h5 {
  margin-top: 1rem;
}
[data-view="flow"] [data-section="ai-features"] div.check-box-container,
[data-view="flow-settings"] [data-section="ai-features"] div.check-box-container,
[data-view="flow"] [data-section="extraction"] div.check-box-container,
[data-view="flow-settings"] [data-section="extraction"] div.check-box-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  flex-direction: row;
  gap: 1rem;
  margin-top: 2rem;
}
[data-view="flow"] [data-section="ai-features"] div.check-box-container div.column-left,
[data-view="flow-settings"] [data-section="ai-features"] div.check-box-container div.column-left,
[data-view="flow"] [data-section="extraction"] div.check-box-container div.column-left,
[data-view="flow-settings"] [data-section="extraction"] div.check-box-container div.column-left,
[data-view="flow"] [data-section="ai-features"] div.check-box-container div.column-right,
[data-view="flow-settings"] [data-section="ai-features"] div.check-box-container div.column-right,
[data-view="flow"] [data-section="extraction"] div.check-box-container div.column-right,
[data-view="flow-settings"] [data-section="extraction"] div.check-box-container div.column-right {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
[data-view="flow"] [data-section="ai-features"] div.check-box-container div.column-left.single,
[data-view="flow-settings"] [data-section="ai-features"] div.check-box-container div.column-left.single,
[data-view="flow"] [data-section="extraction"] div.check-box-container div.column-left.single,
[data-view="flow-settings"] [data-section="extraction"] div.check-box-container div.column-left.single {
  width: 100%;
}
[data-view="flow"] [data-section="ai-features"] div.check-box-container .checkbox,
[data-view="flow-settings"] [data-section="ai-features"] div.check-box-container .checkbox,
[data-view="flow"] [data-section="extraction"] div.check-box-container .checkbox,
[data-view="flow-settings"] [data-section="extraction"] div.check-box-container .checkbox {
  margin-bottom: 0.5rem;
}
[data-view="flow"] [data-section="ai-features"] div.check-box-container .checkbox.sub-item,
[data-view="flow-settings"] [data-section="ai-features"] div.check-box-container .checkbox.sub-item,
[data-view="flow"] [data-section="extraction"] div.check-box-container .checkbox.sub-item,
[data-view="flow-settings"] [data-section="extraction"] div.check-box-container .checkbox.sub-item {
  padding-left: 1.5rem;
}
[data-view="flow"] [data-section="restrictions"] .checkbox,
[data-view="flow-settings"] [data-section="restrictions"] .checkbox {
  margin-bottom: 0.5rem;
}
[data-view="flow"] [data-section="restrictions"] .page-limitation-checkbox-container,
[data-view="flow-settings"] [data-section="restrictions"] .page-limitation-checkbox-container {
  height: 3rem;
  display: grid;
  align-content: center;
}
[data-view="flow"] [data-section="restrictions"] .page-limitation-checkbox-container .checkbox,
[data-view="flow-settings"] [data-section="restrictions"] .page-limitation-checkbox-container .checkbox {
  margin-bottom: unset;
}
[data-view="flow"] [data-section="restrictions"] .page-limitation-settings,
[data-view="flow-settings"] [data-section="restrictions"] .page-limitation-settings {
  display: grid;
  grid-template-columns: auto 1fr 3fr;
  gap: 1rem;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  [data-view="flow"] [data-section="restrictions"] .page-limitation-settings,
  [data-view="flow-settings"] [data-section="restrictions"] .page-limitation-settings {
    grid-template-columns: auto;
  }
}
[data-view="flow"] [data-section="restrictions"] input.page-limitation.basic,
[data-view="flow-settings"] [data-section="restrictions"] input.page-limitation.basic {
  width: 100%;
  min-height: 2.6rem;
  max-width: 4rem;
}
[data-view="flow"] [data-section="restrictions"] input.page-limitation.limit-pages,
[data-view="flow-settings"] [data-section="restrictions"] input.page-limitation.limit-pages {
  width: 8%;
}
@media only screen and (max-width: 767px) {
  [data-view="flow"] [data-section="restrictions"] input.page-limitation.limit-pages,
  [data-view="flow-settings"] [data-section="restrictions"] input.page-limitation.limit-pages {
    width: 60%;
  }
}
[data-view="flow"] [data-section="danger-zone"],
[data-view="flow-settings"] [data-section="danger-zone"] {
  border: 1px solid #fca1c4ee;
  border-radius: 0.25rem;
  /* stylelint-disable-next-line function-disallowed-list */
  background-color: rgba(255, 16, 36, 0.03);
}
[data-view="flow"] [data-section="show-results"] .render-sample-button,
[data-view="flow-settings"] [data-section="show-results"] .render-sample-button {
  margin-bottom: 1rem;
  padding-left: 0.5rem;
}
[data-view="flow"] [data-section="show-results"] .document-uploader-container,
[data-view="flow-settings"] [data-section="show-results"] .document-uploader-container {
  grid-template-columns: 3fr 1fr !important;
  width: 100%;
  z-index: 10;
  transition: height 0.25s cubic-bezier(0, 0, 0, 1);
}
[data-view="flow"] [data-section="show-results"] .header-container,
[data-view="flow-settings"] [data-section="show-results"] .header-container {
  padding: 0 0.5rem;
  margin-bottom: 0 !important;
}
[data-view="flow"] [data-section="show-results"] .header-container .dropdown-heading,
[data-view="flow-settings"] [data-section="show-results"] .header-container .dropdown-heading {
  height: calc(3rem - 2px) !important;
}
[data-view="flow"] [data-section="show-results"] .insights,
[data-view="flow-settings"] [data-section="show-results"] .insights {
  margin: 0.5rem;
  background-color: #f3faff;
  border: 1px solid #cccccc;
  padding: 1rem;
}
[data-view="flow"] [data-section="show-results"] .table-warning-column,
[data-view="flow-settings"] [data-section="show-results"] .table-warning-column {
  display: flex;
  justify-content: left;
}
@media only screen and (max-width: 767px) {
  [data-view="flow"] [data-section="show-results"] .table-warning-column,
  [data-view="flow-settings"] [data-section="show-results"] .table-warning-column {
    display: block;
    justify-content: unset;
    text-align: center;
  }
}
[data-view="flow"] [data-section="show-results"] .table-warning-column.warning,
[data-view="flow-settings"] [data-section="show-results"] .table-warning-column.warning {
  margin-top: -0.05rem;
}
@media only screen and (max-width: 767px) {
  [data-view="flow"] [data-section="show-results"] .document-uploader-container,
  [data-view="flow-settings"] [data-section="show-results"] .document-uploader-container {
    grid-template-columns: 1fr !important;
    width: 100%;
  }
  [data-view="flow"] [data-section="show-results"] .header-container,
  [data-view="flow-settings"] [data-section="show-results"] .header-container {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }
}
[data-view="flow"] [data-section="show-results"] div .checkbox label,
[data-view="flow-settings"] [data-section="show-results"] div .checkbox label {
  margin-top: 0.4rem;
}
[data-view="flow"] [data-section="show-results"] .flow-footer,
[data-view="flow-settings"] [data-section="show-results"] .flow-footer {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-end;
}
[data-view="flow"] [data-section="show-results"] .multi-select,
[data-view="flow-settings"] [data-section="show-results"] .multi-select {
  width: 15rem;
}
@media only screen and (max-width: 767px) {
  [data-view="flow"] [data-section="show-results"] .multi-select,
  [data-view="flow-settings"] [data-section="show-results"] .multi-select {
    width: 100% !important;
  }
}
[data-view="flow"] [data-section="show-results"] table i,
[data-view="flow-settings"] [data-section="show-results"] table i {
  padding-left: 0.3rem;
  font-size: 1rem;
}
[data-view="flow"] [data-section="show-results"] table tr:hover,
[data-view="flow-settings"] [data-section="show-results"] table tr:hover {
  background-color: #cccccc;
}
[data-view="flow"] [data-section="show-results"] table tr.selected-row,
[data-view="flow-settings"] [data-section="show-results"] table tr.selected-row {
  background-color: #cccccc;
}
[data-view="flow"] [data-section="show-results"] .name-wrappable,
[data-view="flow-settings"] [data-section="show-results"] .name-wrappable {
  word-wrap: anywhere;
}
[data-view="flow"] [data-section="login-required"] div.placeholder,
[data-view="flow-settings"] [data-section="login-required"] div.placeholder {
  margin: 2rem;
}
[data-view="flow"] [data-section="login-required"] div.placeholder p.paragraph,
[data-view="flow-settings"] [data-section="login-required"] div.placeholder p.paragraph {
  margin-bottom: 2rem;
}
@media only screen and (width <= 768px) {
  [data-header="header"] .header-container {
    margin: 0;
    display: block !important;
  }
  [data-header="header"] .header-container .title {
    margin: 0;
  }
  [data-header="header"] .header-container .title h1.slogan {
    margin-left: -1px;
    margin-bottom: 0;
  }
  [data-header="header"] .header-container .title h2.introduction {
    margin-top: 0;
    margin-bottom: 0;
  }
  [data-header="header"] .header-container .title br {
    display: initial !important;
  }
  [data-header="header"] .header-container.results {
    grid-template-columns: 3fr 1fr !important;
  }
  [data-header="header"] .header-container.settings {
    grid-template-columns: 1fr !important;
  }
  [data-view="flow"] [data-section="ai-features"] div.check-box-container,
  [data-view="flow-settings"] [data-section="ai-features"] div.check-box-container,
  [data-view="flow"] [data-section="extraction"] div.check-box-container,
  [data-view="flow-settings"] [data-section="extraction"] div.check-box-container {
    grid-template-columns: 2fr 1fr;
  }
  [data-view="flow"] .settings-card {
    margin-bottom: 1rem;
    padding: 1rem;
  }
}
@media only screen and (width <= 768px) {
  .custom-model-flows-table-container {
    overflow-x: auto;
    max-width: 80vw;
  }
}
.mobile-only-br {
  display: none;
}
@media only screen and (width <= 768px) {
  .mobile-only-br {
    display: initial;
  }
}
[data-view="admin"] section {
  position: relative;
  z-index: 1;
  background-color: white;
}
[data-view="admin"] section:nth-of-type(odd) {
  z-index: 2;
  box-shadow: 0 0 1.5rem 0 rgba(51, 51, 102, 0.1);
}
[data-view="admin"] section:nth-of-type(even) {
  background-color: #f7f7f9;
}
[data-view="admin"] .container {
  max-width: unset;
  width: 95%;
}
[data-view="admin"] .container table {
  width: 100%;
  font-size: 0.8rem;
}
[data-view="admin"] .container table .dropdown {
  z-index: unset !important;
}
[data-view="admin"] .container table .dropdown .options {
  z-index: 10;
}
[data-view="admin"] .container .filter-container {
  display: flex;
  gap: 1rem;
  margin: 1rem 0;
  justify-content: center;
}
[data-view="admin"] a,
[data-view="admin"] .read-more-button {
  cursor: pointer;
  color: #333366;
  font-weight: 700;
}
[data-view="admin"] a.no-underscore {
  border-bottom: unset;
}
[data-view="admin"] .button {
  margin: 1rem;
}
[data-view="errors"] header {
  background-color: white;
  padding: 1rem 0 !important;
}
[data-view="errors"] header code {
  margin-top: 1rem;
  padding: 0.5rem 0.75rem;
  border: 1px solid rgba(0, 221, 221, 0.2);
  border-radius: 0.5rem;
  background-clip: padding-box;
  background-color: rgba(0, 221, 221, 0.1);
}
[data-view="errors"] section {
  position: relative;
  z-index: 1;
  background-color: white;
}
[data-view="errors"] section:nth-of-type(odd) {
  z-index: 2;
  box-shadow: 0 0 1.5rem 0 rgba(51, 51, 102, 0.1);
}
[data-view="errors"] section:nth-of-type(even) {
  background-color: #f7f7f9;
}
[data-view="errors"] section p {
  font-size: 1.25rem;
  line-height: 175%;
}
[data-view="media-kit"] {
  background-color: white;
}
[data-view="media-kit"] section {
  position: relative;
  z-index: 1;
  background-color: white;
}
[data-view="media-kit"] section:nth-of-type(odd) {
  z-index: 2;
  box-shadow: 0 0 1.5rem 0 rgba(51, 51, 102, 0.1);
}
[data-view="media-kit"] section:nth-of-type(even) {
  background-color: #f7f7f9;
}
[data-view="media-kit"] [data-section="colors"] img {
  margin-top: 2rem;
}
[data-view="media-kit"] [data-section="colors"] .hex {
  display: flex;
  justify-content: space-between;
  width: 640px;
  margin: auto;
}
[data-view="media-kit"] [data-section="colors"] .hex span {
  font-weight: 700;
}
[data-view="media-kit"] [data-section="typography"] div {
  margin-top: 2rem;
}
[data-view="media-kit"] [data-section="typography"] .bold > * {
  font-weight: 700;
}
[data-view="media-kit"] [data-section="typography"] .light > * {
  font-weight: 400;
}
[data-view="media-kit"] [data-section="flyers"] ul {
  display: flex;
  gap: 2rem;
  justify-content: center;
}
[data-view="media-kit"] [data-section="flyers"] ul img {
  cursor: pointer;
}
/* Window Width < 767 */
@media only screen and (max-width: 767px) {
  [data-view="media-kit"] [data-section="colors"] img {
    margin-top: 2rem;
    width: 75%;
  }
  [data-view="media-kit"] [data-section="colors"] .hex {
    width: 100%;
  }
  [data-view="media-kit"] [data-section="colors"] .hex span {
    margin: 0;
    font-size: 9px;
  }
  [data-section="flyers"] ul {
    display: grid !important;
  }
}
[data-view="subscription-pricing"] {
  background-color: white;
  /* Header: Pricing, Presentation */
}
[data-view="subscription-pricing"] section {
  position: relative;
  z-index: 1;
  background-color: white;
}
[data-view="subscription-pricing"] section:nth-of-type(odd) {
  z-index: 2;
  background-color: #f7f7f9;
}
[data-view="subscription-pricing"] section:nth-of-type(even) {
  box-shadow: 0 0 1.5rem 0 rgba(51, 51, 102, 0.1);
}
[data-view="subscription-pricing"] button a {
  color: white;
  font-weight: 700;
}
[data-view="subscription-pricing"] .description {
  font-size: 1.5rem;
  line-height: 2rem;
  white-space: pre-wrap;
  margin: 1rem 0;
}
[data-view="subscription-pricing"] [data-header="pricing"] h1.slogan {
  background: #00dddd;
  -webkit-background-clip: text;
  background-clip: text;
  text-fill-color: transparent;
}
[data-view="subscription-pricing"] [data-header="pricing"] .visual {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin-top: 2.5rem;
  vertical-align: top;
  padding-bottom: 2rem;
}
[data-view="subscription-pricing"] [data-header="pricing"] .visual a {
  overflow: visible;
  margin: 0 1rem;
  border-bottom: none;
  transform: scale(1);
  cursor: pointer !important;
}
[data-view="subscription-pricing"] [data-header="pricing"] .visual a:hover {
  transform: scale(1.1);
  background-color: rgba(0, 221, 221, 0.125);
}
[data-view="subscription-pricing"] [data-header="pricing"] .visual a figure {
  display: inline-block;
  pointer-events: none;
}
[data-view="subscription-pricing"] [data-header="pricing"] .visual a figure > * {
  display: block;
}
[data-view="subscription-pricing"] [data-header="pricing"] .visual a figure img {
  width: auto;
  height: 5rem;
  border: 1px solid white;
  border-radius: 0.25rem;
  background-clip: padding-box;
  box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.15);
  vertical-align: middle;
}
[data-view="subscription-pricing"] [data-header="pricing"] .visual a figure figcaption {
  height: 1.5rem;
  margin-top: 0.5rem;
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 0.75rem;
  text-transform: uppercase;
}
[data-view="subscription-pricing"] [data-section="balance"],
[data-view="subscription-pricing"] [data-section="payment"] {
  width: 100%;
}
[data-view="subscription-pricing"] [data-section="balance"] .container,
[data-view="subscription-pricing"] [data-section="payment"] .container {
  max-width: 1600px;
}
[data-view="subscription-pricing"] [data-section="balance"] .current,
[data-view="subscription-pricing"] [data-section="payment"] .current {
  background-color: #ff822d;
  background-image: linear-gradient(rgba(255, 109, 45, 0.01), #ff972d);
}
[data-view="subscription-pricing"] [data-section="balance"] .current:hover,
[data-view="subscription-pricing"] [data-section="payment"] .current:hover {
  background-color: #ff9b57;
}
[data-view="subscription-pricing"] [data-section="balance"] .current:active,
[data-view="subscription-pricing"] [data-section="payment"] .current:active {
  background-color: #e67529;
}
[data-view="subscription-pricing"] [data-section="balance"] .divider,
[data-view="subscription-pricing"] [data-section="payment"] .divider {
  width: 90%;
  border-top: 1px solid #eeeeee;
}
[data-view="subscription-pricing"] [data-section="balance"] .bottom-part,
[data-view="subscription-pricing"] [data-section="payment"] .bottom-part {
  margin-top: 0.5rem;
  display: inline-grid;
}
[data-view="subscription-pricing"] [data-section="balance"] .bottom-part svg.loading,
[data-view="subscription-pricing"] [data-section="payment"] .bottom-part svg.loading {
  margin: 1rem 0;
}
[data-view="subscription-pricing"] [data-section="balance"] .top-part,
[data-view="subscription-pricing"] [data-section="payment"] .top-part {
  display: flex;
  min-height: 8rem;
  align-items: flex-start;
}
[data-view="subscription-pricing"] [data-section="balance"] .top-part .top-part-grid,
[data-view="subscription-pricing"] [data-section="payment"] .top-part .top-part-grid {
  display: inline-grid;
}
[data-view="subscription-pricing"] [data-section="balance"] .top-part .top-part-grid .title,
[data-view="subscription-pricing"] [data-section="payment"] .top-part .top-part-grid .title {
  margin: 1rem 1rem 0.5rem;
  font-weight: bold;
  text-align: start;
  font-size: 2rem;
  color: #333366;
}
[data-view="subscription-pricing"] [data-section="balance"] .top-part .top-part-grid .subtitle,
[data-view="subscription-pricing"] [data-section="payment"] .top-part .top-part-grid .subtitle {
  margin: 0 1rem 0.5rem;
  font-size: 1rem;
  display: inline-block;
  line-height: 1.5rem;
  font-weight: bold;
  color: #333366;
  text-align: start;
  color: #00dddd;
}
[data-view="subscription-pricing"] [data-section="balance"] .top-part .top-part-grid .description,
[data-view="subscription-pricing"] [data-section="payment"] .top-part .top-part-grid .description {
  font-size: 1rem;
  line-height: 1.3rem;
  white-space: pre-wrap;
  margin: 0 1rem 0.5rem;
  text-align: start;
  min-height: 2.5rem;
  color: #535353;
}
[data-view="subscription-pricing"] [data-section="balance"] .disclaimer,
[data-view="subscription-pricing"] [data-section="payment"] .disclaimer {
  margin: 0 0 1rem;
}
[data-view="subscription-pricing"] [data-section="balance"] .switch-container,
[data-view="subscription-pricing"] [data-section="payment"] .switch-container {
  display: flex;
  justify-content: center;
  margin: 0 0 0 5.75rem;
}
[data-view="subscription-pricing"] [data-section="balance"] .switch,
[data-view="subscription-pricing"] [data-section="payment"] .switch {
  display: flex;
  margin: 0 0 1rem;
  justify-content: space-evenly;
  font-weight: bold;
}
[data-view="subscription-pricing"] [data-section="balance"] .switch-label,
[data-view="subscription-pricing"] [data-section="payment"] .switch-label {
  font-size: 1.1rem;
  line-height: 110%;
  white-space: pre-wrap;
}
[data-view="subscription-pricing"] [data-section="balance"] .react-toggle,
[data-view="subscription-pricing"] [data-section="payment"] .react-toggle {
  margin: 0 0.5rem;
}
[data-view="subscription-pricing"] [data-section="balance"] .active,
[data-view="subscription-pricing"] [data-section="payment"] .active {
  color: #333366;
}
[data-view="subscription-pricing"] [data-section="balance"] .discount,
[data-view="subscription-pricing"] [data-section="payment"] .discount {
  margin-left: 0;
}
[data-view="subscription-pricing"] [data-section="balance"] .react-toggle,
[data-view="subscription-pricing"] [data-section="payment"] .react-toggle {
  touch-action: pan-x;
  display: inline-block;
  position: relative;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  padding: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
[data-view="subscription-pricing"] [data-section="balance"] .react-toggle-screenreader-only,
[data-view="subscription-pricing"] [data-section="payment"] .react-toggle-screenreader-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
[data-view="subscription-pricing"] [data-section="balance"] .react-toggle--disabled,
[data-view="subscription-pricing"] [data-section="payment"] .react-toggle--disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
[data-view="subscription-pricing"] [data-section="balance"] .react-toggle-track,
[data-view="subscription-pricing"] [data-section="payment"] .react-toggle-track {
  width: 50px;
  height: 24px;
  padding: 0;
  border-radius: 0.25rem;
  background-color: #4D4D4D;
}
[data-view="subscription-pricing"] [data-section="balance"] .react-toggle:hover:not(.react-toggle--disabled) .react-toggle-track,
[data-view="subscription-pricing"] [data-section="payment"] .react-toggle:hover:not(.react-toggle--disabled) .react-toggle-track {
  background-color: #000000;
}
[data-view="subscription-pricing"] [data-section="balance"] .react-toggle--checked .react-toggle-track,
[data-view="subscription-pricing"] [data-section="payment"] .react-toggle--checked .react-toggle-track {
  background-color: #333366;
}
[data-view="subscription-pricing"] [data-section="balance"] .react-toggle--checked:hover:not(.react-toggle--disabled) .react-toggle-track,
[data-view="subscription-pricing"] [data-section="payment"] .react-toggle--checked:hover:not(.react-toggle--disabled) .react-toggle-track {
  background-color: #333366;
}
[data-view="subscription-pricing"] [data-section="balance"] .react-toggle-track-check,
[data-view="subscription-pricing"] [data-section="payment"] .react-toggle-track-check {
  position: absolute;
  width: 14px;
  height: 10px;
  top: 13.5px;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  line-height: 0;
  left: 9px;
  opacity: 0;
  color: white;
}
[data-view="subscription-pricing"] [data-section="balance"] .react-toggle--checked .react-toggle-track-check,
[data-view="subscription-pricing"] [data-section="payment"] .react-toggle--checked .react-toggle-track-check {
  opacity: 1;
}
[data-view="subscription-pricing"] [data-section="balance"] .react-toggle-track-x,
[data-view="subscription-pricing"] [data-section="payment"] .react-toggle-track-x {
  position: absolute;
  width: 10px;
  height: 10px;
  top: 12px;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  line-height: 0;
  right: 12px;
  opacity: 1;
  color: white;
  font-weight: bold;
}
[data-view="subscription-pricing"] [data-section="balance"] .react-toggle--checked .react-toggle-track-x,
[data-view="subscription-pricing"] [data-section="payment"] .react-toggle--checked .react-toggle-track-x {
  opacity: 0;
}
[data-view="subscription-pricing"] [data-section="balance"] .react-toggle-thumb,
[data-view="subscription-pricing"] [data-section="payment"] .react-toggle-thumb {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 22px;
  height: 22px;
  border: 1px solid #4D4D4D;
  border-radius: 0.25rem;
  background-color: #FAFAFA;
  box-sizing: border-box;
}
[data-view="subscription-pricing"] [data-section="balance"] .react-toggle--checked .react-toggle-thumb,
[data-view="subscription-pricing"] [data-section="payment"] .react-toggle--checked .react-toggle-thumb {
  left: 27px;
  border-color: #333366;
}
[data-view="subscription-pricing"] [data-section="balance"] .react-toggle--focus .react-toggle-thumb,
[data-view="subscription-pricing"] [data-section="payment"] .react-toggle--focus .react-toggle-thumb {
  box-shadow: 0 0 2px 3px #0099E0;
}
[data-view="subscription-pricing"] [data-section="balance"] .react-toggle:active:not(.react-toggle--disabled) .react-toggle-thumb,
[data-view="subscription-pricing"] [data-section="payment"] .react-toggle:active:not(.react-toggle--disabled) .react-toggle-thumb {
  box-shadow: 0 0 5px 5px #0099E0;
}
[data-view="subscription-pricing"] [data-section="balance"] .blocks,
[data-view="subscription-pricing"] [data-section="payment"] .blocks {
  display: flex;
  justify-content: center;
  gap: 1rem;
  align-items: stretch;
  flex-flow: row wrap;
  width: 100%;
  padding: 0;
  margin: 0 0 4rem;
}
[data-view="subscription-pricing"] [data-section="balance"] .blocks .disclaimer,
[data-view="subscription-pricing"] [data-section="payment"] .blocks .disclaimer {
  font-size: 1rem;
  line-height: 1.3rem;
  white-space: pre-wrap;
  height: 2.6rem;
  margin-top: 1rem;
  color: #000000;
}
[data-view="subscription-pricing"] [data-section="balance"] .blocks .sub-block,
[data-view="subscription-pricing"] [data-section="payment"] .blocks .sub-block {
  width: 23%;
  align-items: flex-end;
  align-content: space-between;
  border: 1px solid #DBDBDB;
  border-radius: 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: inline-grid;
  flex: 0 1 auto;
  list-style-type: none;
  margin: 0.5rem 0.1rem;
  background-color: white;
  transform: scale3d(1, 1, 1);
  padding: 0.5rem;
}
[data-view="subscription-pricing"] [data-section="balance"] .blocks .sub-block:hover,
[data-view="subscription-pricing"] [data-section="payment"] .blocks .sub-block:hover {
  transform: scale3d(1.05, 1.05, 1.05);
}
[data-view="subscription-pricing"] [data-section="balance"] .blocks .sub-block a.button,
[data-view="subscription-pricing"] [data-section="payment"] .blocks .sub-block a.button,
[data-view="subscription-pricing"] [data-section="balance"] .blocks .sub-block button,
[data-view="subscription-pricing"] [data-section="payment"] .blocks .sub-block button {
  margin: 1rem 2rem;
}
[data-view="subscription-pricing"] [data-section="balance"] .list,
[data-view="subscription-pricing"] [data-section="payment"] .list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: flex-start;
  margin: 0 1rem;
  gap: 0.5rem;
}
[data-view="subscription-pricing"] [data-section="balance"] .list li,
[data-view="subscription-pricing"] [data-section="payment"] .list li {
  white-space: nowrap;
  margin: 0 2%;
  color: #000000;
  font-size: 0.8rem;
  font-weight: normal;
  display: flex;
  gap: 0.5rem;
  width: 100%;
}
[data-view="subscription-pricing"] [data-section="balance"] .list li .feature-box,
[data-view="subscription-pricing"] [data-section="payment"] .list li .feature-box {
  width: 1rem;
  min-width: 1rem;
  display: inline-grid;
}
[data-view="subscription-pricing"] [data-section="balance"] .list li .feature-box img,
[data-view="subscription-pricing"] [data-section="payment"] .list li .feature-box img {
  width: 1rem;
}
[data-view="subscription-pricing"] [data-section="balance"] .list li p,
[data-view="subscription-pricing"] [data-section="payment"] .list li p {
  text-wrap: wrap;
  text-align: left;
  line-height: 1rem;
}
[data-view="subscription-pricing"] [data-section="balance"] .list li.scaled,
[data-view="subscription-pricing"] [data-section="payment"] .list li.scaled {
  transform: scale(1.05);
}
[data-view="subscription-pricing"] [data-section="balance"] button a.button,
[data-view="subscription-pricing"] [data-section="payment"] button a.button {
  margin: 2rem 0 0;
  width: 95% !important;
}
[data-view="subscription-pricing"] [data-section="balance"] p.headline,
[data-view="subscription-pricing"] [data-section="payment"] p.headline {
  font-size: 1.4rem;
  white-space: normal;
  line-height: 1.2rem;
  margin: 1rem 0;
  text-transform: none;
}
[data-view="subscription-pricing"] [data-section="balance"] p.finePrint,
[data-view="subscription-pricing"] [data-section="payment"] p.finePrint {
  color: silver;
  font-style: italic;
  font-size: 0.6rem;
  line-height: 1rem;
}
/* < 1280 */
@media (max-width: 1280px) {
  [data-view="subscription-pricing"] [data-section="balance"] .blocks .sub-block,
  [data-view="subscription-pricing"] [data-section="payment"] .blocks .sub-block {
    width: 48%;
  }
}
/* Window Width < 480 */
@media only screen and (max-width: 767px) {
  [data-view="subscription-pricing"] [data-section="balance"] .blocks,
  [data-view="subscription-pricing"] [data-section="payment"] .blocks {
    flex-direction: column;
  }
  [data-view="subscription-pricing"] [data-section="balance"] .blocks .sub-block,
  [data-view="subscription-pricing"] [data-section="payment"] .blocks .sub-block {
    width: 72%;
    margin: 0 auto 4rem;
  }
  [data-view="subscription-pricing"] [data-section="balance"] .react-toggle-track-check,
  [data-view="subscription-pricing"] [data-section="payment"] .react-toggle-track-check {
    top: 9px;
  }
  [data-view="subscription-pricing"] [data-section="balance"] .react-toggle-track-x,
  [data-view="subscription-pricing"] [data-section="payment"] .react-toggle-track-x {
    top: 9px;
  }
}
[data-view="oauth-consent"] .consent .prompt {
  font-size: 2rem;
}
@media only screen and (max-width: 480px) {
  [data-view="oauth-consent"] .consent .prompt {
    font-size: 1.5rem;
  }
}
[data-view="oauth-consent"] .consent .buttons {
  display: flex;
  justify-content: center;
  margin: 1rem;
  gap: 1rem;
}
[data-view="create-blog-post"] .create-blog {
  display: grid;
  grid-template-columns: 1fr;
  align-content: center;
  justify-items: center;
}
[data-view="create-blog-post"] form div.content {
  background-color: inherit;
}
[data-view="create-blog-post"] form .title {
  padding: 1rem;
}
[data-view="create-blog-post"] [data-section="form"] {
  padding-bottom: 0;
  display: grid;
  align-content: center;
  margin-bottom: 5rem;
  width: 80%;
}
[data-view="create-blog-post"] [data-section="form"] .container {
  width: 100%;
  display: grid;
  align-content: center;
}
[data-view="create-blog-post"] [data-section="form"] .container form .content .content textarea {
  height: 20rem;
}
[data-view="create-blog-post"] [data-section="form"] h3 {
  text-align: center;
}
/* 1023 < Window Width < 1150 */
@media only screen and (width >= 1023px) and (width <= 1180px) {
  [data-section="form"] {
    margin: 0 1rem 5rem 0 !important;
  }
}
/* Window Width < 1023 */
@media only screen and (width <= 1023px) {
  [data-view="create-blog-post"] .create-blog {
    grid-template-columns: 1fr;
  }
  [data-section="form"] {
    margin: 0 0 3rem !important;
  }
}
[data-view="health-and-safety-demo"] [data-section="content"] .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1rem;
}
[data-view="health-and-safety-demo"] [data-section="content"] .container .status {
  display: grid;
  grid-column: 1 / 3;
  justify-content: space-between;
  grid-template-columns: 1fr auto;
}
[data-view="health-and-safety-demo"] [data-section="content"] .container .result {
  display: flex;
  flex-direction: column;
  width: -moz-fit-content;
  width: fit-content;
  justify-content: center;
}
[data-view="health-and-safety-demo"] [data-section="content"] .container label {
  font-weight: bold;
}
[data-view="health-and-safety-demo"] [data-section="content"] .container table {
  width: 100%;
  border: 1px solid white;
  box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.15);
  border-spacing: 1px;
  border-collapse: separate;
  grid-column: 1 / 3;
}
[data-view="health-and-safety-demo"] [data-section="content"] .container table .preview:not(.zoomed) {
  width: 22.5rem;
}
[data-view="health-and-safety-demo"] [data-section="content"] .container table .preview:not(.zoomed) figure {
  text-align: center;
}
[data-view="health-and-safety-demo"] [data-section="content"] .container table .preview:not(.zoomed) figure > * {
  width: 100%;
}
[data-view="health-and-safety-demo"] [data-section="content"] .container table .preview:not(.zoomed) figure.pdf > div {
  overflow: hidden;
  height: 15rem;
}
[data-view="health-and-safety-demo"] [data-section="content"] .container table .preview:not(.zoomed) figure.pdf > div object {
  width: calc(100% + 1rem);
  height: 20rem;
  margin: -4rem -0.5rem -1rem;
  pointer-events: none;
}
[data-view="health-and-safety-demo"] [data-section="content"] .container table .preview:not(.zoomed) figure > img,
[data-view="health-and-safety-demo"] [data-section="content"] .container table .preview:not(.zoomed) figure > div,
[data-view="health-and-safety-demo"] [data-section="content"] .container table .preview:not(.zoomed) figure > table {
  border: 1px solid white;
  border-radius: 0.25rem;
  background-clip: padding-box;
  box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.15);
  cursor: pointer !important;
  transform: scale(1);
}
[data-view="health-and-safety-demo"] [data-section="content"] .container table .preview:not(.zoomed) figure > img:hover,
[data-view="health-and-safety-demo"] [data-section="content"] .container table .preview:not(.zoomed) figure > div:hover,
[data-view="health-and-safety-demo"] [data-section="content"] .container table .preview:not(.zoomed) figure > table:hover {
  transform: scale(1.1);
}
[data-view="health-and-safety-demo"] [data-section="content"] .container table .preview.zoomed {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 2147483647;
  inset: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  /* stylelint-disable-next-line selector-class-pattern */
}
[data-view="health-and-safety-demo"] [data-section="content"] .container table .preview.zoomed figure {
  width: auto;
  max-width: 100%;
  padding-top: 2rem;
  text-align: center;
}
[data-view="health-and-safety-demo"] [data-section="content"] .container table .preview.zoomed figure.image {
  overflow: auto;
  max-width: 100vw;
  max-height: 100vh;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
}
[data-view="health-and-safety-demo"] [data-section="content"] .container table .preview.zoomed figure.image img {
  max-width: 100%;
}
[data-view="health-and-safety-demo"] [data-section="content"] .container table .preview.zoomed figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 2rem;
  margin-top: 0;
  padding: 0 1rem;
  color: white;
  line-height: 2rem;
}
[data-view="health-and-safety-demo"] [data-section="content"] .container table .preview.zoomed figure figcaption .label {
  text-align: left;
}
[data-view="health-and-safety-demo"] [data-section="content"] .container table .preview.zoomed figure figcaption .close {
  margin-left: auto;
  display: inline-block;
}
[data-view="health-and-safety-demo"] [data-section="content"] .container table .preview.zoomed .react-pdf__Page__canvas {
  margin: 0 auto;
  width: auto !important;
  height: 80vh !important;
}
[data-view="health-and-safety-demo"] [data-section="content"] .container table .preview figure {
  position: relative;
  width: 100%;
}
[data-view="health-and-safety-demo"] [data-section="content"] .container table .preview figure > * {
  width: auto;
}
[data-view="health-and-safety-demo"] [data-section="content"] .container table .preview figure > img {
  vertical-align: middle;
}
[data-view="health-and-safety-demo"] [data-section="content"] .container table .preview figure object > .dummy-image {
  display: inline-block;
  width: 25rem;
  height: 17.5rem;
  margin: -1.25rem;
}
[data-view="health-and-safety-demo"] [data-section="content"] .container table .preview figure figcaption {
  display: flex;
  flex-direction: row;
  margin-top: 0.5rem;
  font-size: 0.75rem;
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
}
[data-view="health-and-safety-demo"] [data-section="content"] .container table .preview figure figcaption .label {
  width: 100%;
  text-align: center;
  word-wrap: break-word;
}
[data-view="health-and-safety-demo"] [data-section="content"] .container table .preview figure figcaption .close {
  margin-left: auto;
  display: none;
  width: 5rem;
  color: #fb327e;
  font-weight: 700;
  text-align: right;
  text-transform: uppercase;
  -webkit-user-select: none;
          user-select: none;
}
[data-view="health-and-safety-demo"] [data-section="content"] .container table .preview figure figcaption .close:hover {
  color: #fc659e;
}
[data-view="health-and-safety-demo"] [data-section="content"] .container table .preview figure figcaption .close:active {
  color: #e22d71;
}
[data-view="health-and-safety-demo"] [data-section="content"] .container table .preview figure figcaption .close::before {
  content: "×";
  font-size: 1rem;
  margin-right: 0.25rem;
}
[data-view="health-and-safety-demo"] [data-section="content"] .container table tr {
  position: unset !important;
  position: relative;
  z-index: 1;
  background-color: white;
}
[data-view="health-and-safety-demo"] [data-section="content"] .container table tr:nth-of-type(odd) {
  z-index: 2;
  box-shadow: 0 0 1.5rem 0 rgba(51, 51, 102, 0.1);
}
[data-view="health-and-safety-demo"] [data-section="content"] .container table tr:nth-of-type(even) {
  background-color: #f7f7f9;
}
[data-view="health-and-safety-demo"] [data-section="content"] .container table tr .cropped {
  max-height: 200px;
  max-width: 400px;
  margin-left: 1rem;
  margin-right: auto;
  cursor: pointer;
}
[data-view="health-and-safety-demo"] [data-section="content"] .container table tr td {
  vertical-align: top;
  padding: 0.8rem;
  text-align: left;
}
[data-view="health-and-safety-demo"] [data-section="content"] .container table tr td.centered {
  text-align: center;
}
[data-view="health-and-safety-demo"] [data-section="content"] .container table tr td.error {
  color: #fb327e;
}
[data-view="health-and-safety-demo"] [data-section="content"] .container table tr td.grayscale {
  filter: grayscale(1) contrast(0.75);
}
[data-view="health-and-safety-demo"] [data-section="content"] .container table tr td.first-row {
  background-image: linear-gradient(#00dddd, #333366);
  color: white !important;
  font-weight: bold;
  white-space: nowrap;
}
.wizard-container {
  min-height: 35rem;
  margin-bottom: 36px;
  position: relative;
}
.wizard-container .main {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 3%;
  margin-top: 2px;
  min-height: 23rem;
}
@media only screen and (max-width: 767px) {
  .wizard-container .main {
    flex-direction: column;
  }
}
.wizard-container .main .description {
  display: flex;
  flex-direction: column;
  width: 40%;
}
@media only screen and (max-width: 767px) {
  .wizard-container .main .description {
    width: 100%;
  }
}
.wizard-container .main .entries {
  margin-top: 36px;
  width: 60%;
}
.wizard-container .main .entries .option-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 767px) {
  .wizard-container .main .entries .option-list {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .wizard-container .main .entries {
    width: 100%;
    margin-top: 0;
  }
}
.wizard-container .slogan {
  letter-spacing: -0.025em;
  text-align: center;
  line-height: 2em;
  margin-bottom: 0.7rem;
  margin-top: 2rem;
}
@media only screen and (max-width: 767px) {
  .wizard-container .slogan {
    font-size: 2.6rem;
  }
}
.wizard-container h2 {
  margin: 30px 0 20px;
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .wizard-container h2 {
    font-size: 2rem;
  }
}
.wizard-container .introduction {
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.8rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .wizard-container .introduction {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}
.wizard-container .small {
  font-size: 1.225rem;
}
@media only screen and (max-width: 767px) {
  .wizard-container .small {
    font-size: 1.6rem;
  }
}
.wizard-container .button-container-center {
  display: flex;
  justify-content: center;
}
.wizard-container .button-container-right {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .wizard-container .button-container-right {
    margin-top: 20px;
    margin-bottom: 40px;
  }
}
.wizard-container > input {
  width: 400px;
  height: 200px;
  padding: 7px;
  font-size: 17px;
  border-width: 1px;
  /* stylelint-disable-next-line color-no-hex */
  border-color: #CCC;
  background-color: white;
  color: black;
  border-style: solid;
  border-radius: 0;
  /* stylelint-disable-next-line function-disallowed-list */
  box-shadow: 0 0 5px rgba(66, 66, 66, 0.75);
  /* stylelint-disable-next-line function-disallowed-list */
  text-shadow: 0 0 5px rgba(66, 66, 66, 0.75);
}
.wizard-container .text-area-container {
  display: flex;
  flex-direction: row;
}
.wizard-container .text-area-container label {
  font-size: 1.2rem;
  margin-left: 0.7rem;
  line-height: 125%;
}
.wizard-container .text-area-container textarea {
  width: 100%;
  height: 64px;
  margin-top: 6px;
}
.thumbs-container {
  display: flex;
  flex-flow: row wrap;
  margin-top: 12px;
  margin-bottom: 8px;
}
.thumbs-container .thumb {
  border-radius: 0.25rem;
  border: 1px solid #cccccc;
  margin-bottom: 8px;
  margin-right: 8px;
  width: 200px;
  height: auto;
  padding: 4px;
  box-sizing: border-box;
}
.thumbs-container .thumb .thumb-inner {
  width: 100%;
}
.thumbs-container .thumb .thumb-inner .img {
  display: block;
  width: 100%;
  height: 100%;
}
.thumbs-container .thumb .thumb-inner span.text {
  word-break: break-all;
  font-size: 0.8rem;
}
.thumbs-container .thumb .thumb-inner span.close {
  cursor: pointer;
}
.indexed-step {
  color: white;
  width: 20px;
  height: 20px;
  font-size: 12px;
  /* stylelint-disable-next-line function-disallowed-list */
  background-color: rgba(211, 211, 211, 0.8);
  border-radius: 0.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.indexed-step.accomplished {
  background-color: #00dddd;
}
.RSPBprogressBar .RSPBprogression {
  background: rgba(0, 221, 221, 0.25) !important;
}
[data-view="partners"] {
  background-color: white;
}
[data-view="partners"] section {
  position: relative;
  z-index: 1;
  background-color: white;
}
[data-view="partners"] section:nth-of-type(odd) {
  z-index: 2;
  box-shadow: 0 0 1.5rem 0 rgba(51, 51, 102, 0.1);
}
[data-view="partners"] section:nth-of-type(even) {
  background-color: #f7f7f9;
}
[data-view="partners"] [data-header="compliance"] button {
  margin: 1.5rem 0;
}
[data-view="partners"] [data-section="certificate"] .introduction img {
  max-height: 180px;
}
[data-view="about-us"] [data-header="header"] .slogan {
  margin-bottom: 0.6rem;
}
[data-view="about-us"] .section {
  position: relative;
  z-index: 1;
  background-color: white;
}
[data-view="about-us"] .section:nth-of-type(odd) {
  z-index: 2;
  box-shadow: 0 0 1.5rem 0 rgba(51, 51, 102, 0.1);
}
[data-view="about-us"] .section:nth-of-type(even) {
  background-color: #f7f7f9;
}
[data-view="about-us"] .section p {
  font-size: 1.5rem;
  line-height: 2rem;
  margin: 1.5rem 0;
}
[data-view="about-us"] .section img {
  width: 300px;
  height: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  [data-view="about-us"] .section img {
    width: 240px;
  }
}
@media only screen and (max-width: 767px) {
  [data-view="about-us"] .section img {
    width: 180px;
  }
}
@media only screen and (max-width: 767px) {
  [data-view="about-us"] [data-section="mission"] img {
    display: none;
  }
}
[data-view="about-us"] [data-section="mission"] p {
  text-align: left;
  margin-top: 2.5rem;
}
@media only screen and (max-width: 767px) {
  [data-view="about-us"] [data-section="mission"] p {
    text-align: center;
    margin-top: 1.5rem;
  }
}
[data-view="about-us"] [data-section="investors"] .centered-row-items {
  display: flex;
  flex-direction: row;
  gap: 3rem;
  justify-content: center;
  margin: 4rem 0;
}
[data-view="about-us"] [data-section="investors"] a {
  border-bottom: none;
}
[data-view="about-us"] [data-section="investors"] img {
  height: 200px;
  width: auto;
  box-shadow: 0 0 2rem rgba(15, 151, 255, 0.15);
}
[data-view="about-us"] [data-section="investors"] img:hover {
  transform: scale(1.05);
  cursor: pointer;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  [data-view="about-us"] [data-section="investors"] img {
    height: 200px;
  }
}
@media only screen and (max-width: 767px) {
  [data-view="about-us"] [data-section="investors"] img {
    height: 128px;
  }
}
[data-view="about-us"] [data-section="news"] .logos {
  display: flex;
  width: 100%;
  gap: 3rem;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  [data-view="about-us"] [data-section="news"] .logos {
    gap: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  [data-view="about-us"] [data-section="news"] .logos {
    gap: 1.2rem;
  }
}
[data-view="about-us"] [data-section="news"] a {
  border-bottom: none;
}
[data-view="about-us"] [data-section="news"] a.social-icon img {
  width: 46px;
  height: 46px;
  cursor: pointer;
}
[data-view="about-us"] [data-section="news"] a.social-icon img:hover {
  filter: brightness(0.6);
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  [data-view="about-us"] [data-section="news"] a.social-icon img {
    width: 40px;
    height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  [data-view="about-us"] [data-section="news"] a.social-icon img {
    width: 30px;
    height: 30px;
  }
}
[data-view="about-us"] [data-section="esg"] .title {
  color: #333366;
}
[data-view="about-us"] [data-section="esg"] .esg-container {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  margin: 4rem 0;
}
@media only screen and (max-width: 767px) {
  [data-view="about-us"] [data-section="esg"] .esg-container {
    flex-direction: column;
    align-items: center;
    gap: 3rem;
  }
}
[data-view="about-us"] [data-section="esg"] .esg-container .criteria {
  border-radius: 0.25rem;
  background-color: white;
  padding: 1rem 1.25rem;
  width: 33%;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767px) {
  [data-view="about-us"] [data-section="esg"] .esg-container .criteria {
    width: 80%;
    padding: 2rem 1rem;
  }
}
[data-view="about-us"] [data-section="esg"] .esg-container .criteria .list-items {
  margin-top: 1.2rem;
  font-size: 1rem;
}
[data-view="about-us"] [data-section="esg"] .esg-container .criteria .list-items li {
  margin-bottom: 1.5rem;
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  [data-view="about-us"] [data-section="esg"] .esg-container .criteria .list-items li {
    font-size: 1.25rem;
  }
}
[data-view="about-us"] [data-section="esg"] .esg-container .criteria.social {
  width: 36%;
}
@media only screen and (max-width: 767px) {
  [data-view="about-us"] [data-section="esg"] .esg-container .criteria.social {
    width: 80%;
  }
}
[data-view="referral-program"] {
  background-color: white;
}
[data-view="referral-program"] section {
  position: relative;
  z-index: 1;
  background-color: white;
}
[data-view="referral-program"] section:nth-of-type(odd) {
  z-index: 2;
  box-shadow: 0 0 1.5rem 0 rgba(51, 51, 102, 0.1);
}
[data-view="referral-program"] section:nth-of-type(even) {
  background-color: #f7f7f9;
}
[data-view="referral-program"] [data-section="bonuses"] p.footer,
[data-view="referral-program"] [data-section="submit-referral"] p.footer {
  font-size: 0.9rem;
}
[data-view="referral-program"] [data-section="bonuses"] ul,
[data-view="referral-program"] [data-section="submit-referral"] ul {
  gap: 1rem;
  margin: 3rem 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
  width: 100%;
}
[data-view="referral-program"] [data-section="bonuses"] ul:first-child,
[data-view="referral-program"] [data-section="submit-referral"] ul:first-child {
  margin-bottom: 1.5rem;
}
[data-view="referral-program"] [data-section="bonuses"] ul li,
[data-view="referral-program"] [data-section="submit-referral"] ul li {
  margin: 1.5rem auto;
  width: 30%;
}
[data-view="referral-program"] [data-section="bonuses"] ul li:hover,
[data-view="referral-program"] [data-section="submit-referral"] ul li:hover {
  transform: scale(1.1);
  background-color: rgba(0, 221, 221, 0.125);
}
[data-view="referral-program"] [data-section="bonuses"] ul li p.feature-title,
[data-view="referral-program"] [data-section="submit-referral"] ul li p.feature-title {
  color: #333366;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.6rem;
  margin-bottom: 0.5rem;
}
[data-view="referral-program"] [data-section="bonuses"] ul li p.feature-title:hover,
[data-view="referral-program"] [data-section="submit-referral"] ul li p.feature-title:hover {
  color: #66668c;
}
[data-view="referral-program"] [data-section="bonuses"] ul li p.feature-title:active,
[data-view="referral-program"] [data-section="submit-referral"] ul li p.feature-title:active {
  color: #2e2e5c;
}
[data-view="referral-program"] [data-section="bonuses"] ul li p.feature-description,
[data-view="referral-program"] [data-section="submit-referral"] ul li p.feature-description {
  font-size: 1rem;
}
[data-view="referral-program"] [data-section="bonuses"] ul li img,
[data-view="referral-program"] [data-section="submit-referral"] ul li img {
  width: 3rem;
}
[data-view="referral-program"] [data-section="bonuses"] ul li.scaled,
[data-view="referral-program"] [data-section="submit-referral"] ul li.scaled {
  transform: scale(1.05);
}
.hitl-container {
  width: 100%;
  padding-bottom: 4rem;
}
.hitl-container * {
  transition: none;
}
.hitl-container .hitl-header {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
  padding: 1.25rem 1.5rem 0;
}
.hitl-container .hitl-header .back-button-link {
  border-bottom: none;
}
.hitl-container .hitl-header .back-button-link .back-button-text {
  margin-bottom: -2px;
}
.hitl-container .hitl-header .left {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.hitl-container .hitl-header .left span {
  margin-bottom: -2px;
  font-weight: 500;
  color: #808080;
}
.hitl-container .hitl-header .left .m-icon {
  font-size: 1rem;
  padding-top: 0.1rem;
}
.hitl-container .hitl-header .left .forward-arrow {
  color: #808080;
}
.hitl-container .hitl-header .right {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .hitl-container .hitl-header {
    grid-template-columns: auto !important;
    gap: 0.5rem;
  }
}
.hitl-container .hitl-body {
  width: 100%;
  display: grid;
  gap: 1rem;
  padding: 1.5rem;
  grid-template-columns: minmax(0, 70vw) auto;
}
.hitl-container .hitl-body.menu-position-left {
  grid-template-columns: auto minmax(0, 70vw);
}
.hitl-container .hitl-body .no-preview {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.5rem;
  color: #808080;
}
.hitl-container .hitl-body .text-preview {
  font-size: 0.9rem;
  text-wrap: unset;
}
@media only screen and (max-width: 768px) {
  .hitl-container .hitl-body {
    grid-template-columns: auto !important;
  }
}
.hitl-container .banner-container {
  background-color: #399E86;
  color: white;
  font-size: 1.2rem;
  height: unset;
}
.hitl-container .banner-container a {
  color: white;
  text-decoration: underline;
}
.hitl-container .banner-container.rejected {
  background-color: #fb327e !important;
  padding-top: 0rem !important;
}
.hitl-container .banner-container.error {
  background-color: #fb327e !important;
  padding-top: 0rem !important;
}
.hitl-container .banner-container.under-review {
  background-color: #ff822d !important;
  padding-top: 0rem !important;
}
[data-view="model-types"] {
  /* Window Width < 720px */
}
[data-view="model-types"] section {
  position: relative;
  z-index: 1;
  background-color: white;
  background: #f6f7f8;
}
[data-view="model-types"] section:nth-of-type(odd) {
  z-index: 2;
  box-shadow: 0 0 1.5rem 0 rgba(51, 51, 102, 0.1);
}
[data-view="model-types"] section:nth-of-type(even) {
  background-color: #f7f7f9;
}
[data-view="model-types"] [data-section="model-types"] p {
  text-align: center;
}
[data-view="model-types"] [data-section="model-types"] h2 {
  margin-top: 2rem;
  text-align: center;
}
[data-view="model-types"] [data-section="model-types"] div.table-border {
  margin-top: 2rem;
  border: 1px solid #cccccc;
  border-radius: 0.25rem;
  background-color: #ffffff;
}
[data-view="model-types"] [data-section="model-types"] div.table-border table {
  width: 98%;
  margin: auto;
  table-layout: fixed;
  border-collapse: collapse;
}
[data-view="model-types"] [data-section="model-types"] div.table-border table th {
  padding: 1rem;
  text-align: left;
  border-bottom: 1px solid rgba(206, 207, 209, 0.3);
  color: #3D3F47;
}
[data-view="model-types"] [data-section="model-types"] div.table-border table td {
  padding: 1rem;
  border-bottom: 1px solid rgba(206, 207, 209, 0.3);
  color: #3D3F47;
}
[data-view="model-types"] [data-section="model-types"] div.table-border table td code {
  font-weight: 700;
}
[data-view="model-types"] [data-section="model-types"] div.table-border table td code a {
  border-bottom: none;
}
@media (max-width: 720px) {
  [data-view="model-types"] [data-section="model-types"] td.model-value {
    overflow: scroll !important;
  }
}
[data-view="error-codes"] {
  /* Window Width < 720px */
}
[data-view="error-codes"] .loading-container {
  text-align: center;
  display: grid;
  justify-content: center;
  margin: 2rem;
  min-height: 55vh;
}
[data-view="error-codes"] .loading-container h2 {
  margin-top: 0 !important;
}
[data-view="error-codes"] .back-button-container {
  display: flex;
}
[data-view="error-codes"] ul {
  padding: 0 1rem;
}
[data-view="error-codes"] [data-section="error-codes-section"] {
  padding: 1rem;
}
[data-view="error-codes"] [data-section="error-codes-section"] h2 {
  margin-top: 2rem;
}
[data-view="error-codes"] [data-section="error-codes-section"] h2.loading {
  text-align: center;
}
[data-view="error-codes"] [data-section="error-codes-section"] li {
  list-style-type: initial !important;
}
[data-view="error-codes"] [data-section="error-codes-section"] div.table-border {
  margin-top: 2rem;
  border: 1px solid #cccccc;
  border-radius: 0.25rem;
  background-color: white;
}
[data-view="error-codes"] [data-section="error-codes-section"] div.table-border table {
  width: 98%;
  margin: auto;
  border-collapse: collapse;
}
[data-view="error-codes"] [data-section="error-codes-section"] div.table-border table th {
  padding: 1rem;
  text-align: left;
  border-bottom: 1px solid rgba(206, 207, 209, 0.3);
  color: #3D3F47;
}
[data-view="error-codes"] [data-section="error-codes-section"] div.table-border table td {
  padding: 1rem;
  border-bottom: 1px solid rgba(206, 207, 209, 0.3);
  color: #3D3F47;
}
[data-view="error-codes"] [data-section="error-codes-section"] div.table-border table td code {
  font-weight: 700;
}
[data-view="error-codes"] [data-section="error-codes-section"] div.table-border table td code a {
  border-bottom: none;
}
[data-view="error-codes"] [data-section="error-codes-section"] div.table-border table tr.highlighted td {
  background-color: #00dddd;
  transition: background-color 0.5s ease-in-out;
}
@media (width <= 720px) {
  [data-view="error-codes"] [data-section="error-codes"] td.model-value {
    overflow: scroll !important;
  }
}
[data-view="patents"] {
  background-color: white;
}
[data-view="patents"] section {
  position: relative;
  z-index: 1;
  background-color: white;
}
[data-view="patents"] section:nth-of-type(odd) {
  z-index: 2;
  box-shadow: 0 0 1.5rem 0 rgba(51, 51, 102, 0.1);
}
[data-view="patents"] section:nth-of-type(even) {
  background-color: #f7f7f9;
}
[data-view="patents"] [data-header="patents"] .back {
  font-size: 1.3rem;
  line-height: 2rem;
  margin: 1rem;
}
[data-view="patents"] [data-header="patents"] button {
  margin: 1.5rem 0;
}
[data-view="patents"] [data-section="patents"] ul {
  display: grid;
  grid-gap: 1rem;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  width: 100%;
}
[data-view="patents"] [data-section="patents"] ul li {
  padding: 1rem;
}
[data-view="patents"] [data-section="patents"] ul li .row {
  text-align: unset;
  white-space: unset;
  color: unset;
  padding-bottom: 1rem;
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: 1fr 3fr;
}
[data-view="patents"] [data-section="patents"] ul li .row img {
  max-width: 300px;
}
[data-view="patents"] [data-section="patents"] ul li .row article {
  display: grid;
  grid-gap: 0.8rem;
}
[data-view="patents"] [data-section="patents"] ul li .row article h2 {
  background: linear-gradient(#00dddd, #333366);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0rem;
}
[data-view="patents"] [data-section="patents"] ul li .row article h3 {
  margin-bottom: 1rem;
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.5);
}
/* Window Width < 480 */
@media only screen and (max-width: 479px) {
  [data-view="patents"] a.row {
    grid-template-columns: 1fr !important;
  }
  [data-view="patents"] a.row img {
    max-width: calc(100% - 1rem) !important;
  }
}
/* 480 ≤ Window Width < 768 */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  [data-view="patents"] a.row {
    grid-template-columns: 1fr !important;
  }
  [data-view="patents"] a.row img {
    max-width: calc(100% - 1rem) !important;
  }
}
[data-section="contact"] {
  background-color: #f6f7f8;
}
[data-section="contact"] .button-list {
  display: flex;
  margin-bottom: 1rem;
  gap: 1rem;
  justify-content: center;
}
[data-header="data-extraction"] {
  padding: 0 !important;
  width: 100%;
  max-width: initial;
  background: linear-gradient(180deg, #FFFFFF -14.11%, #E5F6FE 107.81%);
  background-position-x: center;
  background-position-y: top;
  background-repeat: no-repeat;
}
[data-header="data-extraction"] .container {
  width: 100%;
  max-width: 100%;
}
[data-header="data-extraction"] .container .overlay {
  display: grid;
  grid-template-columns: 2fr 1fr;
  width: 85%;
  max-width: 1600px;
  margin: auto;
  align-items: center;
  justify-items: center;
}
[data-header="data-extraction"] .container .overlay .overlay-left {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  align-content: center;
  padding: 3rem;
}
[data-header="data-extraction"] .container .overlay .overlay-left .g2-badges-link {
  border: none;
}
[data-header="data-extraction"] .container .overlay .overlay-left .g2-badges {
  display: flex;
  justify-content: space-evenly;
  margin-top: 1.5rem;
  padding: 0 2rem;
}
[data-header="data-extraction"] .container .overlay .overlay-left .g2-badges * {
  cursor: pointer !important;
}
[data-header="data-extraction"] .container .overlay .overlay-left .g2-badges img {
  width: 6rem;
}
[data-header="data-extraction"] .container .overlay .overlay-left h1,
[data-header="data-extraction"] .container .overlay .overlay-left h3 {
  text-align: center;
}
[data-header="data-extraction"] .container .overlay .overlay-left .overlay-left-block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
[data-header="data-extraction"] .container .overlay .overlay-right {
  clip-path: inset(0);
  padding: 3rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
[data-header="data-extraction"] .container .overlay .overlay-right video {
  height: 25vw;
  object-fit: cover;
  box-shadow: 0px 4px 46px 0px #63636338;
}
[data-header="data-extraction"] .slogan-block .slogan {
  padding-top: 1.5rem;
  font-size: 2.6vw;
  line-height: 80%;
  text-align: left;
  margin-bottom: 0.5rem;
}
[data-header="data-extraction"] .slogan-block .slogan.top {
  color: #333366;
  margin-bottom: 0;
  padding-bottom: 0;
  margin-top: 0;
  padding-top: 0;
}
[data-header="data-extraction"] .slogan-block .slogan.bottom {
  color: #000033;
  margin-top: -15px;
  padding-top: 0;
}
[data-header="data-extraction"] .slogan-block .slogan small {
  display: block;
  font-size: 0.9em;
  font-weight: 400;
  line-height: 125%;
}
[data-header="data-extraction"] .introduction {
  font-size: 1.7vw;
  color: #000033;
  text-align: left;
}
[data-header="data-extraction"] .button-line {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  justify-content: center;
  margin: 0;
}
[data-header="data-extraction"] .button {
  vertical-align: top;
  margin: auto 0;
  font-size: 1vw;
  padding: 0.75rem 1.5rem;
  line-height: 1rem;
}
[data-header="data-extraction"] .negative {
  margin-right: 1rem;
  background-color: #ff822d;
  background-image: linear-gradient(rgba(255, 109, 45, 0.01), #ff972d);
}
[data-header="data-extraction"] .negative:hover {
  background-color: #ff9b57;
}
[data-header="data-extraction"] .negative:active {
  background-color: #e67529;
}
[data-header="data-extraction"] .animationHolder {
  height: 360px;
}
[data-header="data-extraction"] [data-animation="teaser"] {
  max-width: 100%;
  margin: 0 auto;
  height: 360px;
}
[data-header="data-extraction"] [data-animation="teaser"] .left {
  display: flex;
}
[data-header="data-extraction"] [data-animation="teaser"] .left ul.list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  -webkit-box-pack: center;
  width: 100%;
  padding-right: 2rem;
  text-align: right;
  text-transform: capitalize;
}
[data-header="data-extraction"] [data-animation="teaser"] .left ul.list > li {
  color: #000000;
  line-height: 2.5rem;
  cursor: pointer !important;
  -webkit-user-select: none;
          user-select: none;
}
[data-header="data-extraction"] [data-animation="teaser"] .left ul.list > li:hover {
  color: #404040;
}
[data-header="data-extraction"] [data-animation="teaser"] .left ul.list > li:active {
  color: #000000;
}
[data-header="data-extraction"] [data-animation="teaser"] .left ul.list > li.active {
  color: #333366 !important;
}
[data-header="data-extraction"] [data-animation="teaser"] .left ul.list > li a.link {
  color: #000000;
  text-transform: initial;
  border-bottom: none;
}
[data-header="data-extraction"] [data-animation="teaser"] .left ul.list > li a.link:hover {
  color: #404040;
}
[data-header="data-extraction"] [data-animation="teaser"] .left ul.list > li a.link:active {
  color: #000000;
}
[data-header="data-extraction"] .animationAlternate {
  width: 100%;
  display: none;
}
/* Responsive */
/* Window width > 2000 */
@media (min-width: 2000px) {
  [data-header="data-extraction"] .container .overlay {
    max-width: 2000px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1280px) {
  [data-header="data-extraction"] .container .overlay {
    max-width: 80%;
  }
  [data-header="data-extraction"] .container .overlay .overlay-left {
    margin: 1rem 0;
  }
}
/* Window Width < 1023 */
@media (max-width: 1023px) {
  [data-header="data-extraction"] .container .overlay {
    grid-template-columns: 1fr;
  }
  [data-header="data-extraction"] .container .overlay .g2-badges {
    margin-top: 1rem !important;
  }
  [data-header="data-extraction"] .container .overlay .overlay-left {
    align-items: center;
    padding: 0;
  }
  [data-header="data-extraction"] .container .overlay .overlay-right {
    display: none;
    visibility: hidden;
  }
  [data-header="data-extraction"] .slogan-block .slogan {
    font-size: 3rem;
    text-align: center;
  }
  [data-header="data-extraction"] .introduction {
    font-size: 1.5rem;
    text-align: center;
  }
  [data-header="data-extraction"] .button-line {
    justify-content: center;
  }
  [data-header="data-extraction"] [data-animation="teaser"] {
    height: 300px;
  }
  [data-header="data-extraction"] .animationHolder {
    height: unset;
  }
}
/* Window Width < 480 */
@media only screen and (max-width: 479px) {
  [data-header="data-extraction"] .container .overlay {
    grid-template-columns: 1fr;
    padding: 3rem 0;
    max-width: 100%;
    width: 100%;
  }
  [data-header="data-extraction"] .container .overlay .overlay-left {
    padding: 0;
    align-items: center;
    justify-content: center;
  }
  [data-header="data-extraction"] .container .overlay .overlay-left .overlay-left-block {
    height: unset;
  }
  [data-header="data-extraction"] .container .overlay .overlay-right {
    display: none;
    visibility: hidden;
  }
  [data-header="data-extraction"] .slogan-block .slogan {
    font-size: 2.2rem;
    padding: 0;
    text-align: center;
  }
  [data-header="data-extraction"] .slogan-block .slogan.bottom {
    margin-top: 0;
  }
  [data-header="data-extraction"] .slogan-block .slogan small {
    font-size: 2rem;
    line-height: 2.3rem;
  }
  [data-header="data-extraction"] .introduction {
    font-size: 1.3rem;
    margin-bottom: unset;
    text-align: center;
  }
  [data-header="data-extraction"] .button-line {
    display: grid;
    margin: 2rem 0;
  }
  [data-header="data-extraction"] .button-line .button {
    font-size: 1.2rem;
    margin: 0 !important;
  }
  [data-header="data-extraction"] .animationHolder {
    height: unset;
  }
  [data-header="data-extraction"] [data-animation="teaser"] {
    display: none;
  }
  [data-header="data-extraction"] .animationAlternate {
    display: block;
  }
}
/* Window Width < 400 */
@media only screen and (max-width: 399px) {
  [data-header="data-extraction"] .slogan-block .slogan {
    padding: 0;
    text-align: center;
  }
  [data-header="data-extraction"] .slogan-block .slogan small {
    font-size: 1.8rem;
    line-height: 2.3rem;
  }
  [data-header="data-extraction"] .introduction {
    margin-bottom: unset;
    text-align: center;
  }
}
/* 480 ≤ Window Width < 768 */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  [data-header="data-extraction"] .container .overlay {
    grid-template-columns: 1fr;
  }
  [data-header="data-extraction"] .container .overlay .overlay-left {
    align-items: center;
  }
  [data-header="data-extraction"] .container .overlay .overlay-right {
    display: none;
    visibility: hidden;
  }
  [data-header="data-extraction"] .slogan-block .slogan {
    font-size: 2rem;
    text-align: center;
  }
  [data-header="data-extraction"] .slogan-block .slogan.bottom {
    margin-top: 0;
  }
  [data-header="data-extraction"] .introduction {
    font-size: 1.3rem;
    text-align: center;
  }
  [data-header="data-extraction"] .button-line .button {
    font-size: 1rem;
  }
  [data-header="data-extraction"] [data-animation="teaser"] .left {
    display: none;
  }
}
/* 768 ≤ Window Width < 1024 */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  [data-header="data-extraction"] .container .overlay .overlay-left .button {
    font-size: 0.8rem;
  }
  [data-header="data-extraction"] .slogan {
    line-height: 80%;
  }
}
[data-section="how-are-we-different-section"] ul {
  margin: 2rem 0 1.5rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
  width: 100%;
}
[data-section="how-are-we-different-section"] ul:first-child {
  margin-bottom: 1.5rem;
}
[data-section="how-are-we-different-section"] ul li {
  margin-bottom: 1.5rem;
  width: 32%;
}
[data-section="how-are-we-different-section"] ul li:hover {
  transform: scale(1.1);
}
[data-section="how-are-we-different-section"] ul li p.feature-title {
  color: #333366;
  font-size: 2rem;
  font-weight: bold;
}
[data-section="how-are-we-different-section"] ul li p.feature-title:hover {
  color: #66668c;
}
[data-section="how-are-we-different-section"] ul li p.feature-title:active {
  color: #2e2e5c;
}
[data-section="how-are-we-different-section"] ul li p.feature-description {
  font-size: 1.2rem;
}
[data-section="how-are-we-different-section"] ul li img {
  width: 5rem;
}
[data-section="how-are-we-different-section"] ul li.scaled {
  transform: scale(1.05);
}
[data-section="how-are-we-different-section"] .button {
  margin-top: 2rem;
}
[data-section="how-are-we-different-section"] .left-demo-button {
  background-image: unset;
  background-color: unset;
  color: rgba(0, 0, 0, 0.5) !important;
  border: 2px solid !important;
  margin-right: 1rem;
  line-height: calc(3em - 4px);
}
[data-section="how-are-we-different-section"] .left-demo-button:hover {
  background-image: unset;
  background-color: unset;
  color: #00dddd !important;
}
[data-section="why"] ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
  width: 100%;
}
[data-section="why"] ul li {
  margin-top: 2rem;
  width: 20%;
}
[data-section="why"] ul li:hover {
  transform: scale(1.1);
}
[data-section="why"] ul li p.feature-title {
  color: #333366;
  margin: 1.2rem;
  font-size: 2rem;
  font-weight: bold;
}
[data-section="why"] ul li p.feature-title:hover {
  color: #66668c;
}
[data-section="why"] ul li p.feature-title:active {
  color: #2e2e5c;
}
[data-section="why"] ul li p.feature-description {
  font-size: 1.2rem;
}
[data-section="why"] ul li img {
  width: 5rem;
}
[data-section="why"] ul li.scaled {
  transform: scale(1.05);
}
.partner-logos-subtitle {
  margin: 2rem;
  font-size: 1.6rem;
}
.partner-logos-subtitle span {
  text-transform: capitalize;
  color: #00dddd;
}
.partner-logos-name {
  margin: 2rem 0 1rem;
  font-weight: 450;
  color: #333366;
}
.partner-logos-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  width: 100%;
}
.partner-logos-list li {
  float: left;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 18%;
  border: 1px solid rgba(51, 51, 102, 0.25);
  border-radius: 0.25rem;
  background-clip: padding-box;
  background-color: rgba(51, 51, 102, 0.05);
  transform: scale(1);
  justify-content: center;
  margin-bottom: 1rem;
}
.partner-logos-list li:hover {
  transform: scale(1.1);
  background-color: rgba(0, 221, 221, 0.125);
}
.partner-logos-list li img {
  max-height: 100px;
  max-width: 80%;
  padding: 1rem;
  cursor: pointer;
  filter: grayscale(1) contrast(0.75);
}
.partner-logos-list li img:hover {
  filter: none;
}
/* Responsive */
/* Window Width < 480 */
@media only screen and (max-width: 479px) {
  .partner-logos-list li img {
    max-width: 100%;
    max-height: 4rem;
    padding: 1rem 0.3rem;
  }
}
[data-section="partners"] .partner-logos-container {
  display: grid;
}
[data-section="partners"] .button-line {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
  gap: 1rem;
}
/* Responsive */
/* Window Width < 1024 */
@media only screen and (max-width: 1024px) {
  [data-section="partners"] br {
    display: none;
  }
}
[data-section="card-info"] {
  background-color: #f6f7f8 !important;
}
[data-section="card-info"] .info-card-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  gap: 1rem;
}
[data-section="card-info"] .info-card-container .info-card {
  cursor: pointer;
  background-color: white;
  display: grid;
  align-content: center;
  justify-content: center;
  padding: 2.5rem;
  aspect-ratio: 1.5;
  /* stylelint-disable-next-line color-function-notation */
  /* stylelint-disable-next-line function-disallowed-list */
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.04);
  border-radius: 0.25rem;
  /* stylelint-disable-next-line color-function-notation */
  /* stylelint-disable-next-line function-disallowed-list */
  border: 1px solid #e6e6e6;
}
[data-section="card-info"] .info-card-container .info-card .title {
  cursor: pointer;
  font-size: 1.6rem;
  min-height: 3.5rem;
  color: #333366;
}
[data-section="card-info"] .info-card-container .info-card .description {
  cursor: pointer;
  min-height: 3.5rem;
  font-size: 1rem;
}
[data-section="card-info"] .info-card-container .info-card:hover {
  transform: scale(1.05);
  background-color: rgba(0, 221, 221, 0.125);
}
/* 1024 ≤ Window Width < 1200 */
@media only screen and (max-width: 1024px) {
  [data-section="card-info"] {
    display: none;
  }
}
[data-section="teaser"] {
  min-width: 640px;
}
[data-section="teaser"] button {
  vertical-align: top;
}
[data-section="teaser"] h2,
[data-section="teaser"] h3,
[data-section="teaser"] div.teaser,
[data-section="teaser"] div.g2-banner {
  width: 100%;
}
[data-section="teaser"] h2,
[data-section="teaser"] h3,
[data-section="teaser"] div.teaser {
  margin-bottom: 1rem !important;
}
[data-section="teaser"] .g2-banner a {
  border: none;
}
[data-section="teaser"] .g2-banner a img {
  cursor: pointer;
  width: 100%;
}
/* Window Width < 480 */
@media only screen and (max-width: 479px) {
  [data-section="teaser"] div.teaser div {
    height: unset !important;
  }
}
[data-section="features"] .list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  width: 100%;
}
[data-section="features"] .list li {
  width: 30%;
}
[data-section="features"] .list li a {
  display: inline-block;
  width: 100%;
  margin-bottom: 1.5rem;
  color: #333366;
  font-weight: 700;
  line-height: 4rem;
  text-decoration: none;
  text-transform: capitalize;
  vertical-align: top;
  border: 1px solid rgba(51, 51, 102, 0.25);
  border-radius: 0.25rem;
  background-clip: padding-box;
  background-color: rgba(51, 51, 102, 0.05);
  transform: scale(1);
}
[data-section="features"] .list li a:hover {
  transform: scale(1.1);
  background-color: rgba(0, 221, 221, 0.125);
}
/* Responsive */
/* Window Width < 480 */
@media only screen and (max-width: 479px) {
  [data-section="features"] .list li {
    width: 48%;
    font-size: 1.3rem;
  }
  [data-section="features"] .list li:last-child {
    margin-bottom: 0;
  }
}
/* 480 ≤ Window Width < 768 */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  [data-section="features"] .list li {
    width: 32%;
  }
  [data-section="features"] .list li:last-child {
    margin-bottom: 0;
  }
}
table.usage-table {
  width: 60%;
  margin: auto;
  border: 1px solid white;
  border-radius: 0.25rem;
  background-clip: padding-box;
  box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.15);
}
table.usage-table tr {
  position: relative;
  z-index: 1;
  background-color: white;
}
table.usage-table tr:nth-of-type(odd) {
  z-index: 2;
  box-shadow: 0 0 1.5rem 0 rgba(51, 51, 102, 0.1);
}
table.usage-table tr:nth-of-type(even) {
  background-color: #f7f7f9;
}
table.usage-table tr td {
  text-align: left;
  white-space: nowrap;
  padding: 0.5rem;
  width: 70%;
}
table.usage-table tr td.right-cell {
  width: 30%;
}
table.usage-table tr td.first-row {
  background-color: #333366;
  color: white !important;
  font-weight: bold;
}
table.usage-table tr td.balance-header {
  text-align: center;
}
table.usage-table tr td.left-padding {
  padding-left: 2rem;
}
table.usage-table tr.scaled-up {
  font-size: 1.05rem;
  font-weight: bold;
}
table.usage-table tr.clickable td {
  cursor: pointer;
  vertical-align: middle;
}
table.usage-table tr.clickable .icon-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  cursor: pointer;
}
/* Window Width < 480 */
@media only screen and (max-width: 480px) {
  table.usage-table {
    width: 100%;
  }
}
[data-section="demo-links"] .list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
  width: 100%;
}
[data-section="demo-links"] .list li {
  width: 45%;
  cursor: pointer !important;
  /* stylelint-disable-next-line selector-class-pattern */
}
[data-section="demo-links"] .list li a:not(.AppButton) {
  padding: 1rem 1rem 1rem 1.8rem;
  display: inline-block;
  width: 100%;
  margin-bottom: 1.5rem;
  color: #333366;
  font-weight: 700;
  line-height: 4rem;
  text-decoration: none;
  text-transform: capitalize;
  vertical-align: top;
  border: 1px solid rgba(51, 51, 102, 0.25);
  border-radius: 0.25rem;
  background-clip: padding-box;
  background-color: rgba(51, 51, 102, 0.05);
  transform: scale(1);
}
[data-section="demo-links"] .list li a:not(.AppButton):hover {
  transform: scale(1.1);
}
[data-section="demo-links"] .list li.scaled {
  transform: scale(1.05);
}
[data-section="demo-links"] p.headline {
  font-weight: 600;
  font-size: 1.2rem;
  white-space: normal;
  line-height: 1.5rem;
  margin: 1.25rem 0.4rem;
  text-transform: none;
}
[data-section="solutions"] .list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  width: 100%;
}
[data-section="solutions"] .list li {
  width: 30%;
}
[data-section="solutions"] .list li a {
  display: inline-block;
  width: 100%;
  margin-bottom: 1.5rem;
  color: #333366;
  font-weight: 700;
  line-height: 4rem;
  text-decoration: none;
  text-transform: capitalize;
  vertical-align: top;
  border: 1px solid rgba(51, 51, 102, 0.25);
  border-radius: 0.25rem;
  background-clip: padding-box;
  background-color: rgba(51, 51, 102, 0.05);
  transform: scale(1);
}
[data-section="solutions"] .list li a:hover {
  transform: scale(1.1);
  background-color: rgba(0, 221, 221, 0.125);
}
/* Responsive */
/* Window Width < 480 */
@media only screen and (max-width: 479px) {
  [data-section="solutions"] .list li {
    width: 48%;
    font-size: 1.3rem;
  }
  [data-section="solutions"] .list li:last-child {
    margin-bottom: 0;
  }
}
/* 480 ≤ Window Width < 768 */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  [data-section="solutions"] .list li {
    width: 32%;
  }
  [data-section="solutions"] .list li:last-child {
    margin-bottom: 0;
  }
}
[data-section="media-kit"] .list {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}
[data-section="media-kit"] .list li {
  margin: 1rem 0;
}
[data-section="media-kit"] .list li .icon-anchor {
  display: block;
}
[data-section="media-kit"] .list li .icon {
  height: 150px;
}
[data-section="media-kit"] .list li .logo {
  margin: 1rem;
  max-width: 300px;
  max-height: 150px;
  cursor: pointer;
}
[data-section="media-kit"] .list li .logo:hover {
  filter: none;
}
/* Responsive */
/* Window Width < 480 */
@media only screen and (max-width: 479px) {
  [data-section="media-kit"] .list li:last-child {
    margin-bottom: 0;
  }
  [data-section="media-kit"] .list li img {
    max-width: 7rem;
  }
}
/* 480 ≤ Window Width < 768 */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  [data-section="media-kit"] .list li:last-child {
    margin-bottom: 0;
  }
  [data-section="media-kit"] .list li img {
    max-width: 7rem;
  }
}
[data-section="benefits"] .list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  width: 100%;
  margin-top: 2rem;
}
[data-section="benefits"] .list li {
  width: 30%;
  margin-bottom: 1rem;
  margin-top: 2rem;
}
[data-section="benefits"] .list li img {
  width: 5rem;
}
[data-section="benefits"] .list li p {
  font-weight: 500;
  width: 10rem;
  margin: 1rem auto auto;
}
/* Responsive */
/* Window Width < 480 */
@media only screen and (max-width: 479px) {
  [data-section="benefits"] .list li {
    width: 100%;
    margin-bottom: 2rem;
    font-size: 1.3rem;
  }
  [data-section="benefits"] .list li:last-child {
    margin-bottom: 0;
  }
}
/* 480 ≤ Window Width < 768 */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  [data-section="benefits"] .list li {
    width: 32%;
  }
  [data-section="benefits"] .list li:last-child {
    margin-bottom: 0;
  }
}
table.paymentCreditsDisclaimer {
  margin: 0 0 2rem;
  width: 100%;
}
table.paymentCreditsDisclaimer thead {
  font-weight: bold;
}
table.paymentCreditsDisclaimer tr {
  border-bottom: 1px solid silver;
}
table.paymentCreditsDisclaimer td {
  text-align: left;
}
table.paymentCreditsDisclaimer td span {
  font-style: italic;
}
table.paymentCreditsDisclaimer td:nth-child(2) {
  text-align: right;
  white-space: nowrap;
  padding-left: 2rem;
}
h3.paymentCreditsDisclaimer {
  margin-bottom: 1rem;
}
[data-section="faq"] .accordion-menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  [data-section="faq"] .accordion-menu {
    flex-direction: column;
    align-items: center;
  }
}
[data-section="faq"] .accordion-menu .menu-column {
  margin: 0 0.5rem;
  width: 100%;
}
[data-section="faq"] .accordion-menu .menu-column section {
  background-color: #F4F8FE;
  border: 1px solid #d8d8d8;
  padding: 0 1rem;
  margin: 1rem 0;
  border-radius: 0.25rem;
}
[data-section="faq"] .accordion-menu .menu-column section .container {
  padding: 0 1rem 1rem;
  width: 100%;
  margin: 0;
}
[data-section="faq"] .accordion-menu .menu-column section .container a {
  display: inline-block;
  margin: 0.5rem 0 0;
}
[data-section="faq"] .accordion-menu .menu-column section:first-child {
  margin-top: 0;
}
[data-section="stats"] .placeholder > .loading {
  height: 0.875rem;
  margin-bottom: 2rem;
}
[data-section="stats"] .placeholder > .loading > * {
  fill: #000000;
}
[data-section="stats"] .placeholder > .title {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
[data-section="stats"] .placeholder > .paragraph {
  font-size: 1.25rem;
}
[data-section="stats"] .graph {
  margin-bottom: 5rem;
}
[data-section="stats"] .graph[data-type="pie"] .visual {
  height: 480px;
}
[data-section="stats"] .graph .title {
  margin-bottom: 2.5rem;
  text-align: center;
}
[data-section="stats"] .graph .title small {
  margin-left: 0.5rem;
  font-size: 0.75em;
  font-weight: 400;
  line-height: 150%;
}
[data-section="stats"] .graph .title small:before {
  content: "(";
}
[data-section="stats"] .graph .title small:after {
  content: ")";
}
[data-section="stats"] .graph .visual {
  width: 960px;
  height: 320px;
  margin: 0 auto;
  -webkit-user-select: none;
          user-select: none;
}
[data-section="stats"] .graph .visual svg {
  pointer-events: all;
}
[data-section="stats"] .graph .visual .tooltipCover {
  background: white;
  border-radius: 0.25rem;
  box-shadow: rgba(0, 0, 0, 0.25) 0 1px 2px;
  padding: 5px 9px;
}
[data-section="stats"] .graph .visual .tooltip {
  margin: -5px -9px;
  font-size: 0.875rem;
  line-height: 1rem;
  text-align: left;
}
[data-section="stats"] .graph .visual .tooltip > * {
  padding: 0.25rem 0.35rem;
}
[data-section="stats"] .graph .visual .tooltip .content > * {
  vertical-align: top;
}
[data-section="stats"] .graph .visual .tooltip .content .color {
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  margin: 0.125rem;
  border-radius: 0.25rem;
}
[data-section="stats"] .graph .visual .tooltip .content .color + * {
  margin-left: 0.25rem;
}
[data-section="stats"] .graph .visual .tooltip .content .label + * {
  margin-left: 1rem;
}
[data-section="stats"] .graph .visual .tooltip .hint {
  display: block;
  padding: 0.15rem 0.35rem;
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.75rem;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.05);
}
[data-section="stats"] .graph .details {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 3.75rem;
  font-size: 0.875rem;
  text-align: left;
}
[data-section="stats"] .graph .details > * {
  width: calc(100% / 3);
  padding: 0.5rem 1.5rem;
  border-left: 1px solid rgba(0, 0, 0, 0.125);
  border-right: 1px solid rgba(0, 0, 0, 0.125);
}
[data-section="stats"] .graph .details > *::after {
  content: "";
  display: table;
  clear: both;
}
[data-section="stats"] .graph .details > * b {
  float: right;
}
/* Window Width < 480 */
@media only screen and (max-width: 479px) {
  [data-section="stats"] .graph {
    margin-bottom: 3.75rem;
  }
  [data-section="stats"] .graph .details {
    margin-top: 2.5rem;
    font-size: 1rem;
  }
  [data-section="stats"] .graph .details > * {
    width: 100%;
    border: none !important;
  }
}
/* 480 ≤ Window Width < 768 */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  [data-section="stats"] .graph {
    margin-bottom: 3.75rem;
  }
  [data-section="stats"] .graph .details {
    margin-top: 2.5rem;
    font-size: 1rem;
  }
  [data-section="stats"] .graph .details > * {
    width: 100%;
    border: none !important;
  }
}
/* 768 ≤ Window Width < 1024 */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  [data-section="stats"] .graph {
    margin-bottom: 3.75rem;
  }
  [data-section="stats"] .graph .details {
    margin-top: 2.5rem;
  }
  [data-section="stats"] .graph .details > * {
    width: 50%;
  }
  [data-section="stats"] .graph .details > *:nth-of-type(2n) {
    padding-right: 0;
    border-right: none !important;
  }
  [data-section="stats"] .graph .details > *:nth-of-type(2n + 1) {
    padding-left: 0;
    border-left: none !important;
  }
}
/* 1024 ≤ Window Width */
@media only screen and (min-width: 1024px) {
  [data-section="stats"] .graph .details > *:nth-of-type(3n) {
    padding-right: 0;
    border-right: none !important;
  }
  [data-section="stats"] .graph .details > *:nth-of-type(3n + 1) {
    padding-left: 0;
    border-left: none !important;
  }
  [data-section="stats"] .graph .details > *:last-child:nth-of-type(3n + 2) {
    padding-right: 0;
    border-right: none !important;
  }
}
.container {
  width: 75%;
  max-width: 1200px;
  margin: 0 auto;
}
.container.max {
  width: 96%;
  max-width: 1920px;
}
.container.medium {
  max-width: 1400px;
}
/* Window Width < 480 */
@media only screen and (max-width: 479px) {
  .container {
    width: 90%;
    margin: 0 auto;
  }
}
/* 480 ≤ Window Width < 768 */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    width: 85%;
    margin: 0 auto;
  }
}
/* 768 ≤ Window Width < 1024 */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .container {
    width: 85%;
    margin: 0 auto;
  }
}
.flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  -webkit-box-pack: center;
}
.flex .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  -webkit-box-pack: center;
}
.box {
  border-radius: 0.25rem;
  background-clip: padding-box;
  background-color: white;
  box-shadow: 0 0 0 0.1rem rgba(0, 0, 0, 0.025), 0 0.1rem 0.1rem 0.1rem rgba(0, 0, 0, 0.025);
}
.box > * {
  position: relative;
  z-index: 1;
}
.box > .title {
  display: block;
  z-index: 2;
  padding: 0.75rem 0;
  color: rgba(0, 0, 0, 0.5);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1rem;
  text-align: center;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.0375);
  -webkit-user-select: none;
          user-select: none;
}
.box > .notice {
  font-size: 0.8rem;
  margin-bottom: 0.75rem;
}
.box > .content {
  width: 100%;
  padding: 1rem 1.5rem;
  background-color: rgba(0, 0, 0, 0.0375);
}
.box.inline {
  background-color: transparent;
  box-shadow: none;
}
.box.inline > .title {
  box-shadow: none;
}
.box.inline > .content {
  padding: 0;
  background-color: transparent;
}
.app-advanced-textarea {
  position: relative;
  display: inline-block;
  width: 100%;
}
.app-advanced-textarea .shadow-textarea {
  position: absolute;
  pointer-events: none;
  white-space: pre;
  overflow: hidden;
}
.app-advanced-textarea .suggestion-tab-container {
  position: absolute;
  right: 8px;
  opacity: 0.5;
  display: flex;
  align-items: center;
  gap: 4px;
  top: 50%;
  transform: translateY(-70%);
}
.app-advanced-textarea .suggestion-tab-container .suggestion-tab {
  padding: 2px 4px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  font-size: 12px;
}
.app-advanced-textarea .tooltip-container {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: white;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  width: 100%;
  z-index: 1000;
}
.app-advanced-textarea .tooltip-container.top {
  top: 0;
  transform: translateY(calc(-100% - 2px));
}
.app-advanced-textarea .tooltip-container .tooltip-section-title {
  font-size: 12px;
  font-weight: 600;
  padding: 6px 9px;
  color: #808080;
}
.app-advanced-textarea .tooltip-container .tooltip-item {
  padding: 6px 9px;
  cursor: pointer;
}
.app-advanced-textarea .tooltip-container .tooltip-item:not(.no-border) {
  border-bottom: 1px solid #cccccc;
}
.app-advanced-textarea .tooltip-container .tooltip-item:hover {
  background-color: #cccccc;
}
.app-advanced-textarea .field-box-input .hitl-input {
  position: absolute;
}
/* stylelint-disable-next-line selector-class-pattern */
a.AppButton,
button.AppButton {
  --main-color: var(--color-primary);
  --background-color: var(--main-color);
  --border-color: var(--main-color);
  --text-color: var(--color-text);
  cursor: pointer;
  background-color: var(--background-color);
  color: var(--text-color);
  border-color: var(--border-color);
  text-align: center;
  transition: all 0.15s ease-in-out;
  text-transform: uppercase;
  font-weight: 600;
  border-width: 0.125rem;
  border-style: solid;
  letter-spacing: initial;
}
a.AppButton.loading,
button.AppButton.loading {
  cursor: wait;
  background-image: linear-gradient(-45deg, transparent 25%, rgba(255, 255, 255, 0.175) 25%, rgba(255, 255, 255, 0.175) 50%, transparent 50%, transparent 75%, rgba(255, 255, 255, 0.175) 75%) !important;
  background-size: 3rem 3rem;
  animation: loading-stripes 10s infinite linear;
}
a.AppButton.centered-flex,
button.AppButton.centered-flex {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
a.AppButton.block,
button.AppButton.block {
  display: inline-block;
}
a.AppButton.full,
button.AppButton.full {
  display: block;
  width: 100%;
}
a.AppButton.pill,
button.AppButton.pill {
  border-radius: 100rem;
}
a.AppButton.rounded,
button.AppButton.rounded {
  border-radius: 0.25rem;
}
a.AppButton.edgy,
button.AppButton.edgy {
  border-radius: 0;
}
a.AppButton.outline,
button.AppButton.outline {
  --background-color: transparent;
  --border-color: var(--main-color);
  color: var(--main-color);
}
a.AppButton.clear,
button.AppButton.clear {
  --background-color: transparent;
  --border-color: transparent;
  color: var(--main-color);
}
a.AppButton.solid,
button.AppButton.solid {
  --background-color: var(--main-color);
  --border-color: var(--main-color);
}
a.AppButton.small,
button.AppButton.small {
  padding-inline: 0.75rem;
  font-size: 12px;
  line-height: 2rem;
}
a.AppButton.medium,
button.AppButton.medium {
  padding-inline: 1.25rem;
  font-size: 12px;
  line-height: 42px;
}
a.AppButton.large,
button.AppButton.large {
  padding-inline: 1.5rem;
  font-size: 1rem;
  line-height: 2.78rem;
}
a.AppButton.left-button-of-dropdown,
button.AppButton.left-button-of-dropdown {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: 100%;
}
a.AppButton.dropdown,
button.AppButton.dropdown {
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid var(--color-background);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
a.AppButton.dropdown .m-icon,
button.AppButton.dropdown .m-icon {
  cursor: inherit;
}
a.AppButton.dropdown.small,
button.AppButton.dropdown.small {
  padding: 0.25rem 0.2rem;
}
a.AppButton.dropdown.medium,
button.AppButton.dropdown.medium {
  padding: 0.5rem 0.35rem;
}
a.AppButton.dropdown.large,
button.AppButton.dropdown.large {
  padding: 0.75rem 0.5rem;
}
a.AppButton.dropdown.outline,
button.AppButton.dropdown.outline {
  border-left-color: var(--border-color);
}
a.AppButton.dropdown.clear,
button.AppButton.dropdown.clear {
  border-left-color: transparent;
}
a.AppButton.dropdown.solid,
button.AppButton.dropdown.solid {
  border-left-color: var(--color-contrast);
}
a.AppButton.color-brand,
button.AppButton.color-brand {
  --main-color: var(--color-brand);
  --text-color: var(--color-contrast);
}
a.AppButton.color-secondary,
button.AppButton.color-secondary {
  --main-color: var(--color-secondary);
  --text-color: var(--color-contrast);
}
a.AppButton.color-primary,
button.AppButton.color-primary {
  --main-color: var(--color-primary);
}
a.AppButton.color-dark,
button.AppButton.color-dark {
  --main-color: var(--color-dark);
}
a.AppButton.color-danger,
button.AppButton.color-danger {
  --main-color: var(--color-risk);
}
a.AppButton.color-warning,
button.AppButton.color-warning {
  --main-color: var(--color-warning);
}
a.AppButton.color-success,
button.AppButton.color-success {
  --main-color: var(--color-success);
}
a.AppButton.color-gray,
button.AppButton.color-gray {
  --main-color: var(--color-gray);
}
a.AppButton.color-light,
button.AppButton.color-light {
  --main-color: var(--color-contrast);
}
a.AppButton[disabled],
button.AppButton[disabled] {
  --new-color: color-mix(in srgb, var(--main-color), white 55%);
  cursor: not-allowed;
}
a.AppButton[disabled].outline,
button.AppButton[disabled].outline {
  border-color: var(--new-color);
  color: var(--new-color);
}
a.AppButton[disabled].clear,
button.AppButton[disabled].clear {
  color: var(--new-color);
}
a.AppButton[disabled].solid,
button.AppButton[disabled].solid {
  background-color: var(--new-color);
  border-color: var(--new-color);
  color: var(--color-contrast);
}
a.AppButton:hover:not([disabled], .no-hover, .inline-link),
button.AppButton:hover:not([disabled], .no-hover, .inline-link) {
  --mix-percent: 0%;
  --new-color: color-mix(in srgb, var(--main-color), black 25%);
  --new-background: color-mix(in srgb, var(--color-background), gray var(--mix-percent));
}
a.AppButton:hover:not([disabled], .no-hover, .inline-link):not(.no-animation),
button.AppButton:hover:not([disabled], .no-hover, .inline-link):not(.no-animation) {
  transform: scale(0.96);
}
a.AppButton:hover:not([disabled], .no-hover, .inline-link).color-secondary,
button.AppButton:hover:not([disabled], .no-hover, .inline-link).color-secondary {
  --text-color: var(--color-text);
  --border-color: var(--color-primary);
}
a.AppButton:hover:not([disabled], .no-hover, .inline-link).outline,
button.AppButton:hover:not([disabled], .no-hover, .inline-link).outline {
  --mix-percent: 4%;
  background-color: var(--new-background);
  --border-color: var(--new-color);
  color: var(--new-color);
}
a.AppButton:hover:not([disabled], .no-hover, .inline-link).clear,
button.AppButton:hover:not([disabled], .no-hover, .inline-link).clear {
  --mix-percent: 12%;
  background-color: var(--new-background);
  --border-color: var(--new-background);
  color: var(--new-color);
}
a.AppButton:hover:not([disabled], .no-hover, .inline-link).solid,
button.AppButton:hover:not([disabled], .no-hover, .inline-link).solid {
  background-color: transparent;
  --border-color: var(--main-color);
  color: var(--color-dark);
}
a.AppButton.dropdown-item,
button.AppButton.dropdown-item {
  padding-inline: 0.35rem;
}
a.AppButton.inline-link,
button.AppButton.inline-link {
  text-align: left;
  display: inline-flex;
  padding: 0;
  border: none;
  border-radius: 0;
  text-transform: inherit;
  background-color: transparent;
  color: var(--main-color);
  font-weight: inherit;
  font-size: inherit;
  line-height: 1.3;
  text-decoration: underline;
  -webkit-text-decoration-style: dashed;
          text-decoration-style: dashed;
  -webkit-text-decoration-color: color-mix(in srgb, var(--main-color), white 45%);
          text-decoration-color: color-mix(in srgb, var(--main-color), white 45%);
  text-decoration-thickness: 1px;
  text-underline-offset: 4.5px;
}
a.AppButton.inline-link.loading,
button.AppButton.inline-link.loading {
  background-color: var(--color-gray-light);
  color: var(--main-color);
  -webkit-text-decoration-color: var(--main-color);
          text-decoration-color: var(--main-color);
}
.app-dropdown {
  display: flex;
}
.app-header {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 1rem;
  margin-inline: 2rem;
}
@media only screen and (max-width: 767px) {
  .app-header {
    flex-direction: column;
  }
}
.app-header .title-container {
  letter-spacing: -0.025em;
}
.app-header .title-container .main-title {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.3rem;
  -webkit-background-clip: text;
          background-clip: text;
}
.app-header .title-container .sub-title {
  font-style: normal;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #3D3F47;
  max-width: 40rem;
  word-wrap: break-word;
}
.app-header .children-container {
  display: flex;
  align-items: center;
}
.back-button-link .back-button-container {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #333366 !important;
  margin-right: unset !important;
  gap: 0.5rem;
}
.back-button-link .back-button-container .back-button-text {
  cursor: pointer;
}
.back-button-link .back-button-container .back-button {
  color: #333366 !important;
  margin-right: unset !important;
}
.banner-container {
  width: 100%;
  height: 2rem;
  text-align: center;
  font-weight: bold;
  font-size: 0.9rem;
  padding-top: 0.2rem;
}
.boolean-picker {
  display: flex;
  gap: 1rem;
}
.boolean-picker input[type="radio"] {
  margin: 0.4rem !important;
}
.app-centered-flex {
  display: flex;
}
.checkbox {
  display: flex;
  flex-direction: row;
  align-items: top;
  text-align: left;
}
.checkbox input[type="checkbox"] {
  width: 1rem;
  height: 1rem;
  font-size: 1rem;
  margin: 0;
  padding: 0;
}
.checkbox span {
  margin: -0.1rem 0 0;
}
.checkbox label {
  font-size: 0.8rem;
  line-height: 125%;
}
.checkbox.big input[type="checkbox"] {
  width: 1rem;
  height: 1rem;
  font-size: 1rem;
  margin: 0.1rem 0.25rem 0 0.1rem;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .checkbox.big input[type="checkbox"] {
    margin-top: 1px;
  }
}
.checkbox.big input[type="checkbox"]:hover + label {
  font-weight: 600;
}
.checkbox.big label {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  font-size: 1rem;
  gap: 0.15rem;
  line-height: 125%;
}
@media only screen and (max-width: 768px) {
  .checkbox.big label:hover {
    font-weight: 300;
  }
}
.checkbox.big label.still:hover {
  font-weight: 300;
}
div.code-snippet {
  display: block;
  width: 100%;
  margin-top: 3rem;
}
div.code-snippet div.selector {
  font-weight: 500;
  text-align: left;
  display: flex;
  align-items: stretch;
}
div.code-snippet div.selector select {
  border-radius: 0.25rem;
  border: 2px #00dddd solid;
  margin: 0 0.5rem 0.5rem 0;
  padding: 0.75rem;
  font-size: 1rem;
  width: 100%;
}
div.code-snippet div.selector .clipboard-icon {
  margin: 0 0.5rem 0.75rem 0;
  font-size: 2rem;
}
div.code-snippet div.code-area {
  border: 2px #00dddd solid;
  border-radius: 0.25rem;
  overflow-y: auto;
  height: 520px;
  background: white;
}
div.code-snippet div.code-area code {
  height: 501px;
}
div.code-snippet div.code-area * {
  text-align: left;
  font-family: monospace;
}
div.code-snippet div.code-area button {
  float: right;
}
.configuration-wrapper {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
}
.configuration-wrapper .edit-config-icon {
  margin-left: 0.5rem;
}
.configuration-wrapper.header-inline {
  grid-template-columns: auto auto !important;
  justify-content: flex-start;
}
.configuration-wrapper.header-inline span {
  margin-top: 2.3rem;
}
.grid-layout {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 55vw;
  gap: 2rem;
}
.content-page-title {
  padding-top: 3rem;
  padding-bottom: 0.5rem;
  color: var(--color-dark);
  line-height: 1.5em;
}
.content-page-title hr {
  max-width: 82px;
  margin: 1rem auto 0.5rem;
  border-top: 1px solid var(--color-dark);
}
.content-page-title .page-title-text {
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .content-page-title .page-title-text {
    font-size: 1.25rem;
  }
}
.content-page-title .slogan-text {
  font-size: 4rem;
  text-transform: uppercase;
  font-weight: 500;
  padding-bottom: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .content-page-title .slogan-text {
    font-size: 2.25rem;
  }
}
.content-page-title .description-text {
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .content-page-title .description-text {
    font-size: 1.25rem;
  }
}
ul.survey-radio-button-list {
  text-align: left;
}
.result-viewer-container {
  display: grid;
  gap: 1.5rem;
}
.result-viewer-container .react-json-view {
  font-size: 0.8rem;
  overflow-x: auto;
  display: block;
}
.result-viewer-wrapper {
  max-width: 26vw;
}
@media only screen and (max-width: 767px) {
  .result-viewer-wrapper {
    max-width: unset;
  }
}
.string-value {
  white-space: pre;
}
.cell-warning {
  background-color: #fca1c4ee !important;
}
.api-response-container {
  overflow: auto;
}
.download-json-button {
  color: #808080 !important;
}
.hover-icons {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  visibility: hidden;
}
.hover-icons .m-icon {
  cursor: pointer;
  font-size: 1.2rem;
}
:hover > .hover-icons {
  visibility: visible;
}
.field-icons {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}
.field-icons .m-icon {
  cursor: pointer;
  font-size: 1.2rem;
}
.result-header {
  display: flex;
  margin-bottom: 1rem;
  justify-content: space-between;
  align-items: center;
  justify-self: flex-start;
  font-weight: bold;
}
.result-header .result-operators {
  justify-self: flex-end;
}
.result-header .result-operators .operation-button {
  cursor: pointer;
  display: flex;
  align-content: center;
  gap: 0.2rem;
  padding: 0.2rem 0.8rem;
  font-size: 0.8rem;
  border-radius: 4px;
  border: 1px solid #808080;
  color: #808080;
}
.result-header .result-operators .operation-button.disabled {
  border: 1px solid #cccccc;
  color: #cccccc;
}
.result-header .result-operators .operation-button * {
  cursor: pointer;
}
.result-header .result-operators .operation-button .m-icon {
  font-size: 1.2rem;
}
.result-header .result-operators .result-delete:not(.disabled):hover {
  color: #fb327e;
  border-color: #fb327e;
}
.add-new-field {
  display: grid;
  grid-template-columns: 0fr 7fr 0fr;
  color: #333366;
  align-content: center;
  gap: 0.5rem;
  padding: calc(0.5rem + 1px);
  border-radius: 5px;
  min-height: 40px;
}
.add-new-field,
.add-new-field * {
  cursor: pointer;
}
.add-new-field span {
  width: 2.5rem;
  font-size: 1.3rem;
  align-self: center;
  text-align: center;
}
.add-new-field:hover {
  background-color: rgba(51, 51, 102, 0.2) !important;
  color: #000033;
}
.add-new-field-status-container {
  text-align: start;
  display: grid;
  gap: 0.5rem;
}
.add-new-field-status-container .add-new-field-status-item {
  display: flex;
  align-items: center;
}
.add-new-field-input-container {
  display: grid;
  gap: 1rem;
  padding: 0 1rem 1rem;
  text-align: left;
}
.add-new-field-input-container p.title {
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
  width: 100%;
  color: #00dddd;
}
.add-new-field-input-container label.popup-label {
  color: #333366;
  font-weight: bold;
}
.add-new-field-input-container label.popup-label .survey {
  color: #000000;
  font-weight: normal;
}
.add-new-field-input-container .hitl-input {
  width: 100%;
  height: 1.3rem;
}
.add-new-field-input-container .popup-button-container {
  display: flex;
  gap: 1rem;
}
.add-new-field-input-container button {
  width: 100%;
  background-color: #00dddd;
  color: white;
  text-align: center;
  margin-top: 1rem;
  background-image: none;
}
.add-new-field-input-container button:hover {
  background-image: linear-gradient(121.88deg, #333366 7.45%, #00dddd 84.3%);
}
.audio-player {
  height: 1.3rem;
  width: 100%;
  filter: sepia(20%) contrast(1) invert(0.85);
}
.result-container {
  display: grid;
}
@media only screen and (max-width: 767px) {
  .result-container {
    max-width: unset;
  }
}
.result-container .suggested-question {
  line-height: 1rem !important;
  border: 1px solid #999;
  color: #666;
  border-radius: 5px;
  font-size: 0.75rem;
  padding: 0.25rem 0.75rem;
  cursor: pointer;
  transition: all 0.25s ease;
}
.result-container .suggested-question:hover {
  border: 1px solid #00dddd;
  color: #00dddd;
}
.result-container .input-line {
  width: 100%;
}
.result-container .input-line textarea {
  max-height: 20rem;
  min-height: 2rem;
  font-size: 0.9rem;
  width: 100%;
  margin-right: 1rem;
}
.result-container .mathing-fields-title {
  font-weight: 500;
}
.result-container .result-box-background {
  background-color: #f3faff;
  transition: all 0.15s ease;
}
.result-container .result-box-background.error {
  background-color: rgba(251, 50, 126, 0.15);
}
.result-container .result-operations-container {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.result-container .result-operations-container.horizontal {
  flex-direction: row;
  gap: 1rem;
  height: -moz-fit-content !important;
  height: fit-content !important;
}
.result-container .result-operations-container.horizontal .react-select {
  max-width: 30vw;
}
.result-container .follow-up-question-container {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.result-container .result-box-container {
  display: grid;
  grid-template-columns: 0fr 7fr 0fr;
  padding: 0.5rem;
  gap: 0.5rem;
  border-radius: 5px;
  min-height: 70px;
  font-size: 0.9rem;
  border: 1px solid transparent;
}
.result-container .result-box-container.summary {
  min-height: unset;
}
@media only screen and (max-width: 767px) {
  .result-container .result-box-container {
    min-height: unset;
  }
}
.result-container .result-box-container .result-box-title {
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333366;
  font-weight: bold;
}
.result-container .result-box-container .item {
  display: grid;
  align-items: baseline;
  align-content: flex-start;
  gap: 0.1rem;
}
.result-container .result-box-container .item div {
  line-height: 1.3rem;
  height: 1.3rem;
}
.result-container .result-box-container .right {
  margin-right: 1px;
}
.result-container .result-box-container .left {
  width: 1rem;
  line-height: 1rem;
  justify-self: center;
}
.result-container .result-box-container .left .order-number {
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #cccccc;
  font-size: 0.625rem;
}
.result-container .result-box-container .valid {
  color: #399E86;
}
.result-container .result-box-container .invalid {
  color: #ff822d;
}
.result-container .result-box-container .mid div {
  height: unset;
}
.result-container .result-box-container .mid .rc-slider,
.result-container .result-box-container .mid .rc-slider div {
  height: 4px;
}
.result-container .result-box-container .mid .question-answer-container {
  max-height: 30vh;
  overflow: auto;
}
.result-container .result-box-container .mid .value.overflow-disabled {
  overflow: initial;
}
.result-container .result-box-container .mid .value {
  align-self: center;
  font-size: 0.9rem;
  word-break: break-word;
  font-weight: normal;
}
.result-container .result-box-container .mid .value .view-all {
  color: #333366;
  border-bottom: 1px dashed #333366;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
}
.result-container .result-box-container .mid .value .ocr-input {
  padding: 1rem;
}
.result-container .result-box-container .mid .value .field-box-input {
  max-height: 20rem;
  line-height: 150% !important;
  font-size: 0.9rem;
  width: 100%;
}
.result-container .result-box-container .mid .value .table-numerator {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.result-container .result-box-container .mid .value .table-numerator .table-numerator-item {
  background-color: #00dddd;
  padding: 0.15rem 0.5rem;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #00dddd;
  color: white;
  font-weight: bold;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 13rem;
  display: flex;
  align-items: center;
  gap: 0.2rem;
}
.result-container .result-box-container .mid .value .table-numerator .table-numerator-item .table-numerator-item-title {
  cursor: pointer !important;
}
.result-container .result-box-container .mid .value .table-numerator .table-numerator-item .m-icon {
  font-size: 1.125rem;
  cursor: pointer !important;
  margin-top: -1px;
}
.result-container .result-box-container .mid .value .checkbox input[type="checkbox"] {
  width: 0.9rem;
  height: 0.9rem;
}
.result-container .result-box-container .mid .value .checkbox label {
  font-size: 1rem;
}
.result-container .result-box-container .mid .value img {
  max-height: 5rem;
  max-width: 100%;
}
.result-container .result-box-container .remove,
.result-container .result-box-container .edit {
  display: none;
}
.result-container .result-box-container:hover,
.result-container .result-box-container:focus,
.result-container .result-box-container.active,
.result-container .result-box-container.editable-container {
  border: 1px solid #00dddd;
}
.result-container .result-box-container:hover .visible-on-hover,
.result-container .result-box-container:focus .visible-on-hover,
.result-container .result-box-container.active .visible-on-hover,
.result-container .result-box-container.editable-container .visible-on-hover {
  display: block;
}
.result-container .result-box-container:hover .edit,
.result-container .result-box-container:focus .edit,
.result-container .result-box-container.active .edit,
.result-container .result-box-container.editable-container .edit,
.result-container .result-box-container:hover .remove,
.result-container .result-box-container:focus .remove,
.result-container .result-box-container.active .remove,
.result-container .result-box-container.editable-container .remove {
  justify-self: center;
  display: grid;
}
.result-container .result-box-container:hover .edit .m-icon,
.result-container .result-box-container:focus .edit .m-icon,
.result-container .result-box-container.active .edit .m-icon,
.result-container .result-box-container.editable-container .edit .m-icon,
.result-container .result-box-container:hover .remove .m-icon,
.result-container .result-box-container:focus .remove .m-icon,
.result-container .result-box-container.active .remove .m-icon,
.result-container .result-box-container.editable-container .remove .m-icon {
  font-size: inherit !important;
  cursor: pointer;
}
.result-container .result-box-container:hover .edit .m-icon,
.result-container .result-box-container:focus .edit .m-icon,
.result-container .result-box-container.active .edit .m-icon,
.result-container .result-box-container.editable-container .edit .m-icon {
  color: #808080;
}
.result-container .result-box-container:hover .edit.active .m-icon,
.result-container .result-box-container:focus .edit.active .m-icon,
.result-container .result-box-container.active .edit.active .m-icon,
.result-container .result-box-container.editable-container .edit.active .m-icon {
  color: #000033 !important;
}
.result-container .result-box-container:hover .remove .m-icon,
.result-container .result-box-container:focus .remove .m-icon,
.result-container .result-box-container.active .remove .m-icon,
.result-container .result-box-container.editable-container .remove .m-icon {
  color: #fb327e !important;
}
.result-container .grid-padding {
  font-size: 0.8rem;
  min-height: 1.3rem;
  text-align: center;
}
.result-container .popup-header .edit-button {
  color: #808080 !important;
}
.result-container .popup-header .edit-button.active {
  color: #00dddd !important;
}
.result-container .popup-header .edit-button:hover {
  color: #00dddd !important;
}
.result-container .popup-header .delete-button:hover {
  color: #fb327e !important;
}
.result-container .popup-header .clone-button {
  color: #808080 !important;
}
.result-container .popup-header .clone-button:hover {
  color: #333366 !important;
}
.result-container .popup-header .icon-container {
  display: flex;
  align-items: center;
}
.result-container .popup-header .header-container {
  display: flex;
  gap: 1rem;
}
.result-container .popup-header .tab-item {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.result-container .chart-container {
  min-width: 32rem;
  padding: 0.5rem;
}
.result-container .chart-container .chart-content {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 0.5rem 0 1rem 0.25rem;
}
.result-container .chart-container .chart-content .chart-option-label {
  display: flex;
  gap: 0.15rem;
  font-size: 0.95rem !important;
}
.result-container .chart-container .chart-content .chart-options {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.result-container .chart-container .select-label {
  white-space: nowrap;
  font-weight: 700;
  font-size: 0.95rem;
}
.result-container .table-view-body {
  overflow: auto;
  background-color: white;
}
.result-container .table-view-body .hitl-input {
  max-width: 8rem;
  text-align: center;
  margin: 0.5rem;
}
.result-container .table-view-body .editable-row-container {
  display: inline-flex;
  align-items: center;
  border: 1px solid transparent;
}
.result-container .table-view-body .editable-row-container .dropdown ul li {
  text-transform: none;
}
.result-container .table-view-body .editable-row-container.focus {
  border: 1px solid #00dddd;
}
.result-container .table-view-body .right-buttons {
  display: inline-block;
  margin: 0.5rem 0;
}
.result-container .table-view-body .right-buttons .m-icon {
  font-size: 1.25rem;
}
.result-container .table-view-body .right-buttons .dropdown {
  z-index: 1;
}
.result-container .table-view-body .right-buttons .dropdown > * {
  z-index: 1;
}
.result-container .table-view-body .right-buttons .dropdown button {
  font-family: inherit;
  font-size: 0.9rem;
  padding: 0;
  color: #3D3F47;
  text-transform: none;
  vertical-align: unset;
  background-color: transparent !important;
  background-image: none !important;
}
.result-container .table-view-body .right-buttons .dropdown button::after {
  content: none !important;
}
.result-container .table-view-body .right-buttons .dropdown.open {
  z-index: 2;
}
.result-container .table-view-body .right-buttons .dropdown.open > * {
  z-index: 2;
}
.result-container .table-view-body .right-buttons .dropdown.open .options {
  top: 1.5rem;
}
.result-container table {
  background-color: #f3faff;
}
.result-container tr {
  height: 2rem;
  line-height: 2rem;
}
.result-container tbody tr {
  border-top: 0.6px solid #cccccc;
}
.result-container th {
  text-align: center;
  color: #00dddd;
  padding: 1rem;
}
.result-container td {
  text-align: center;
  color: #808080;
  padding: 1rem;
}
.result-container th,
.result-container td {
  word-break: keep-all;
}
.result-container th:focus,
.result-container td:focus,
.result-container th.focus,
.result-container td.focus {
  border: 1px solid #00dddd;
}
.hitl-input {
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  border: none;
  outline: none;
  border-bottom: 1px solid #cccccc !important;
}
.hitl-input:focus {
  border-color: #000033 !important;
  background-color: transparent !important;
  box-shadow: none !important;
}
.target-selection-container {
  margin-top: 0.5rem;
}
.target-selection-container label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.target-selection-container label p {
  font-weight: normal !important;
  color: #000000;
}
.target-selection-container input[type="checkbox"] {
  width: unset;
}
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow,
.react-datepicker__navigation-icon::before {
  border-color: #ccc;
  border-style: solid;
  border-width: 3px 3px 0 0;
  content: "";
  display: block;
  height: 9px;
  position: absolute;
  top: 6px;
  width: 9px;
}
.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle,
.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle {
  margin-left: -4px;
  position: absolute;
  width: 0;
}
.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before,
.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before,
.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::after,
.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::after {
  box-sizing: content-box;
  position: absolute;
  border: 8px solid transparent;
  height: 0;
  width: 1px;
  content: "";
  z-index: -1;
  border-width: 8px;
  left: -8px;
}
.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before,
.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
  border-bottom-color: white;
}
.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle {
  top: 0;
  margin-top: -8px;
}
.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before,
.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::after {
  border-top: none;
  border-bottom-color: white;
}
.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::after {
  top: 0;
}
.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
  top: -1px;
  border-bottom-color: #aeaeae;
}
.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle {
  bottom: 0;
  margin-bottom: -8px;
}
.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before,
.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::after {
  border-bottom: none;
  border-top-color: white;
}
.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::after {
  bottom: 0;
}
.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before {
  bottom: -1px;
  border-top-color: white;
}
.react-datepicker-wrapper {
  transition: none;
  display: inline-block;
  padding: 0;
  border: 0;
  width: 100%;
}
.react-datepicker-wrapper input {
  padding: 0;
  border: none;
  border-bottom: 1px solid #000000;
  border-radius: 0;
  min-height: 2rem;
  line-height: 1.3rem;
  font-size: 0.9rem;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
}
[data-view='flow'] .react-datepicker__input-container {
  background-color: #f6f7f8 !important;
}
[data-view='flow'] .react-datepicker-wrapper input {
  border-color: #808080 !important;
}
[data-view='flow'] .react-datepicker-wrapper input:hover {
  border-color: #00dddd !important;
}
.hitl .react-datepicker-wrapper input {
  border: none;
  border-bottom: 1px solid #000000;
  border-radius: 0;
  height: unset;
  min-height: unset;
  font-family: inherit;
}
.document-processing-demo .react-datepicker-wrapper input {
  border: 1px solid #808080;
  border-radius: 0.25rem;
  padding: 0.5rem;
  transition: border-color 0.25s ease;
  font-family: inherit;
  font-size: inherit;
}
.document-processing-demo .react-datepicker-wrapper input:hover {
  border-color: #00dddd;
}
.document-processing-demo .react-datepicker-popper {
  transition: none;
}
.document-processing-demo.valid .react-datepicker-wrapper input {
  background-color: lightgreen;
}
.document-processing-demo.invalid .react-datepicker-wrapper input {
  background-color: lightpink;
}
.multi-input .react-datepicker-wrapper input {
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  padding: 0.5em 0.75em;
  border-color: #cccccc;
}
@media only screen and (max-width: 767px) {
  .multi-input .react-datepicker-wrapper input {
    line-height: 2.1rem !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .multi-input .react-datepicker-wrapper input {
    line-height: 1.9rem !important;
  }
}
.multi-input .react-datepicker-popper {
  transition: none;
}
.react-datepicker {
  font-size: 0.8rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative;
}
.react-datepicker .date-navigation-container {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin: 0.8rem;
}
.react-datepicker .date-navigation-container .date-navigation {
  display: flex;
  gap: 0.25rem;
}
.react-datepicker .date-navigation-container select {
  line-height: 1rem;
  height: 1rem;
  font-size: 0.8rem;
  border: none;
  width: 3.5rem;
}
.react-datepicker .date-navigation-container button {
  padding: 0 !important;
  background-color: white;
  background-image: none;
  color: #808080;
  border: 1px solid #808080;
  line-height: 1rem;
  width: 1rem;
  height: 1rem;
  font-size: 0.8rem;
  text-align: center;
  border-radius: 5px;
}
.react-datepicker .date-navigation-container button:hover {
  background-color: #808080;
  color: white;
}
.react-datepicker__day--outside-month {
  color: #cccccc !important;
}
.react-datepicker--time-only .react-datepicker__triangle {
  left: 35px;
}
.react-datepicker--time-only .react-datepicker__time-container {
  border-left: 0;
}
.react-datepicker--time-only .react-datepicker__time,
.react-datepicker--time-only .react-datepicker__time-box {
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__triangle {
  position: absolute;
  left: 50px;
}
.react-datepicker-popper {
  z-index: 1;
}
.react-datepicker-popper[data-placement^="bottom"] {
  padding-top: 10px;
}
.react-datepicker-popper[data-placement="bottom-end"] .react-datepicker__triangle,
.react-datepicker-popper[data-placement="top-end"] .react-datepicker__triangle {
  left: auto;
  right: 50px;
}
.react-datepicker-popper[data-placement^="top"] {
  padding-bottom: 10px;
}
.react-datepicker-popper[data-placement^="right"] {
  padding-left: 8px;
}
.react-datepicker-popper[data-placement^="right"] .react-datepicker__triangle {
  left: auto;
  right: 42px;
}
.react-datepicker-popper[data-placement^="left"] {
  padding-right: 8px;
}
.react-datepicker-popper[data-placement^="left"] .react-datepicker__triangle {
  left: 42px;
  right: auto;
}
.react-datepicker__header {
  text-align: center;
  background-color: white;
  border-top-left-radius: 0.3rem;
  padding: 8px 0;
  position: relative;
}
.react-datepicker__header--time {
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px;
}
.react-datepicker__header--time:not(.react-datepicker__header--time--only) {
  border-top-left-radius: 0;
}
.react-datepicker__header:not(.react-datepicker__header--has-time-select) {
  border-top-right-radius: 0.3rem;
}
.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__month-year-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll,
.react-datepicker__month-year-dropdown-container--scroll {
  display: inline-block;
  margin: 0 15px;
}
.react-datepicker__current-month,
.react-datepicker-time__header,
.react-datepicker-year-header {
  margin-top: 0;
  color: #000;
  font-weight: bold;
  font-size: 0.944rem;
}
.react-datepicker-time__header {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.react-datepicker__navigation {
  align-items: center;
  background: none;
  display: flex;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 2px;
  padding: 0;
  border: none;
  z-index: 1;
  height: 32px;
  width: 32px;
  text-indent: -999em;
  overflow: hidden;
}
.react-datepicker__navigation--previous {
  left: 2px;
}
.react-datepicker__navigation--next {
  right: 2px;
}
.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 85px;
}
.react-datepicker__navigation--years {
  position: relative;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.react-datepicker__navigation--years-previous {
  top: 4px;
}
.react-datepicker__navigation--years-upcoming {
  top: -4px;
}
.react-datepicker__navigation:hover *::before {
  border-color: #a6a6a6;
}
.react-datepicker__navigation-icon {
  position: relative;
  top: -1px;
  font-size: 20px;
  width: 0;
}
.react-datepicker__navigation-icon--next {
  left: -2px;
}
.react-datepicker__navigation-icon--next::before {
  transform: rotate(45deg);
  left: -7px;
}
.react-datepicker__navigation-icon--previous {
  right: -2px;
}
.react-datepicker__navigation-icon--previous::before {
  transform: rotate(225deg);
  right: -7px;
}
.react-datepicker__month-container {
  float: left;
}
.react-datepicker__year {
  margin: 0.4rem;
  text-align: center;
}
.react-datepicker__year-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 180px;
}
.react-datepicker__year .react-datepicker__year-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}
.react-datepicker__month {
  margin: 0.4rem;
  text-align: center;
}
.react-datepicker__month .react-datepicker__month-text,
.react-datepicker__month .react-datepicker__quarter-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}
.react-datepicker__input-time-container {
  clear: both;
  width: 100%;
  float: left;
  margin: 5px 0 10px 15px;
  text-align: left;
}
.react-datepicker__input-time-container .react-datepicker-time__caption {
  display: inline-block;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container {
  display: inline-block;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input {
  display: inline-block;
  margin-left: 10px;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input {
  width: auto;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type="time"]::-webkit-inner-spin-button,
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type="time"]::-webkit-outer-spin-button {
  appearance: none;
  margin: 0;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type="time"] {
  appearance: textfield;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter {
  margin-left: 5px;
  display: inline-block;
}
.react-datepicker__time-container {
  float: right;
  border-left: 1px solid #aeaeae;
  width: 85px;
}
.react-datepicker__time-container--with-today-button {
  display: inline;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  position: absolute;
  right: -87px;
  top: 0;
}
.react-datepicker__time-container .react-datepicker__time {
  position: relative;
  background: white;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  width: 85px;
  overflow-x: hidden;
  margin: 0 auto;
  text-align: center;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
  list-style: none;
  margin: 0;
  height: calc(195px + (1.7rem / 2));
  overflow-y: scroll;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  box-sizing: content-box;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
  height: 30px;
  padding: 5px 10px;
  white-space: nowrap;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
  cursor: pointer;
  background-color: #f0f0f0;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
  background-color: #333366;
  color: white;
  font-weight: bold;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
  background-color: #333366;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
  color: #ccc;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
  cursor: default;
  background-color: transparent;
}
.react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}
.react-datepicker__week-number.react-datepicker__week-number--clickable {
  cursor: pointer;
}
.react-datepicker__week-number.react-datepicker__week-number--clickable:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}
.react-datepicker__day-names,
.react-datepicker__week {
  white-space: nowrap;
}
.react-datepicker__day-names {
  margin-bottom: -8px;
}
.react-datepicker__day {
  color: #808080;
}
.react-datepicker__day-name {
  color: #cccccc;
  font-weight: bold;
}
.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem !important;
  text-align: center;
  margin: 0.166rem;
}
.react-datepicker__month--selected,
.react-datepicker__month--in-selecting-range,
.react-datepicker__month--in-range,
.react-datepicker__quarter--selected,
.react-datepicker__quarter--in-selecting-range,
.react-datepicker__quarter--in-range {
  border-radius: 0.3rem;
  background-color: #333366;
  color: #fff !important;
}
.react-datepicker__month--selected:hover,
.react-datepicker__month--in-selecting-range:hover,
.react-datepicker__month--in-range:hover,
.react-datepicker__quarter--selected:hover,
.react-datepicker__quarter--in-selecting-range:hover,
.react-datepicker__quarter--in-range:hover {
  background-color: #00dddd;
}
.react-datepicker__month--disabled,
.react-datepicker__quarter--disabled {
  color: #ccc;
  pointer-events: none;
}
.react-datepicker__month--disabled:hover,
.react-datepicker__quarter--disabled:hover {
  cursor: default;
  background-color: transparent;
}
.react-datepicker__day,
.react-datepicker__month-text,
.react-datepicker__quarter-text,
.react-datepicker__year-text {
  cursor: pointer;
}
.react-datepicker__day:hover,
.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover,
.react-datepicker__year-text:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}
.react-datepicker__day--today,
.react-datepicker__month-text--today,
.react-datepicker__quarter-text--today,
.react-datepicker__year-text--today {
  font-weight: bold;
}
.react-datepicker__day--highlighted,
.react-datepicker__month-text--highlighted,
.react-datepicker__quarter-text--highlighted,
.react-datepicker__year-text--highlighted {
  border-radius: 0.3rem;
  background-color: #3dcc4a;
  color: #fff;
}
.react-datepicker__day--highlighted:hover,
.react-datepicker__month-text--highlighted:hover,
.react-datepicker__quarter-text--highlighted:hover,
.react-datepicker__year-text--highlighted:hover {
  background-color: #32be3f;
}
.react-datepicker__day--highlighted-custom-1,
.react-datepicker__month-text--highlighted-custom-1,
.react-datepicker__quarter-text--highlighted-custom-1,
.react-datepicker__year-text--highlighted-custom-1 {
  color: magenta;
}
.react-datepicker__day--highlighted-custom-2,
.react-datepicker__month-text--highlighted-custom-2,
.react-datepicker__quarter-text--highlighted-custom-2,
.react-datepicker__year-text--highlighted-custom-2 {
  color: green;
}
.react-datepicker__day--selected,
.react-datepicker__day--in-selecting-range,
.react-datepicker__day--in-range,
.react-datepicker__month-text--selected,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--selected,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--selected,
.react-datepicker__year-text--in-selecting-range,
.react-datepicker__year-text--in-range {
  border-radius: 0.3rem;
  background-color: #333366;
  color: #fff;
}
.react-datepicker__day--selected:hover,
.react-datepicker__day--in-selecting-range:hover,
.react-datepicker__day--in-range:hover,
.react-datepicker__month-text--selected:hover,
.react-datepicker__month-text--in-selecting-range:hover,
.react-datepicker__month-text--in-range:hover,
.react-datepicker__quarter-text--selected:hover,
.react-datepicker__quarter-text--in-selecting-range:hover,
.react-datepicker__quarter-text--in-range:hover,
.react-datepicker__year-text--selected:hover,
.react-datepicker__year-text--in-selecting-range:hover,
.react-datepicker__year-text--in-range:hover {
  background-color: #00dddd;
}
.react-datepicker__day--keyboard-selected,
.react-datepicker__month-text--keyboard-selected,
.react-datepicker__quarter-text--keyboard-selected,
.react-datepicker__year-text--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #bad9f1;
  color: #000000;
}
.react-datepicker__day--keyboard-selected:hover,
.react-datepicker__month-text--keyboard-selected:hover,
.react-datepicker__quarter-text--keyboard-selected:hover,
.react-datepicker__year-text--keyboard-selected:hover {
  background-color: #00dddd;
}
.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,
    .react-datepicker__month-text--in-range,
    .react-datepicker__quarter-text--in-range,
    .react-datepicker__year-text--in-range),
.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,
    .react-datepicker__month-text--in-range,
    .react-datepicker__quarter-text--in-range,
    .react-datepicker__year-text--in-range),
.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,
    .react-datepicker__month-text--in-range,
    .react-datepicker__quarter-text--in-range,
    .react-datepicker__year-text--in-range),
.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,
    .react-datepicker__month-text--in-range,
    .react-datepicker__quarter-text--in-range,
    .react-datepicker__year-text--in-range) {
  background-color: rgba(33, 107, 165, 0.5);
}
.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,
    .react-datepicker__month-text--in-selecting-range,
    .react-datepicker__quarter-text--in-selecting-range,
    .react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,
    .react-datepicker__month-text--in-selecting-range,
    .react-datepicker__quarter-text--in-selecting-range,
    .react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,
    .react-datepicker__month-text--in-selecting-range,
    .react-datepicker__quarter-text--in-selecting-range,
    .react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,
    .react-datepicker__month-text--in-selecting-range,
    .react-datepicker__quarter-text--in-selecting-range,
    .react-datepicker__year-text--in-selecting-range) {
  background-color: #f0f0f0;
  color: #000;
}
.react-datepicker__day--disabled,
.react-datepicker__month-text--disabled,
.react-datepicker__quarter-text--disabled,
.react-datepicker__year-text--disabled {
  cursor: default;
  color: #ccc;
}
.react-datepicker__day--disabled:hover,
.react-datepicker__month-text--disabled:hover,
.react-datepicker__quarter-text--disabled:hover,
.react-datepicker__year-text--disabled:hover {
  background-color: transparent;
}
.react-datepicker__month-text.react-datepicker__month--selected:hover,
.react-datepicker__month-text.react-datepicker__month--in-range:hover,
.react-datepicker__month-text.react-datepicker__quarter--selected:hover,
.react-datepicker__month-text.react-datepicker__quarter--in-range:hover,
.react-datepicker__quarter-text.react-datepicker__month--selected:hover,
.react-datepicker__quarter-text.react-datepicker__month--in-range:hover,
.react-datepicker__quarter-text.react-datepicker__quarter--selected:hover,
.react-datepicker__quarter-text.react-datepicker__quarter--in-range:hover {
  background-color: #333366;
}
.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover {
  background-color: #f0f0f0;
}
.react-datepicker__input-container {
  position: relative;
  display: inline-block;
  width: 100%;
}
.react-datepicker__input-container .react-datepicker__calendar-icon {
  position: absolute;
  padding: 0.5rem;
}
.react-datepicker__year-read-view,
.react-datepicker__month-read-view,
.react-datepicker__month-year-read-view {
  border: 1px solid transparent;
  border-radius: 0.3rem;
  position: relative;
}
.react-datepicker__year-read-view:hover,
.react-datepicker__month-read-view:hover,
.react-datepicker__month-year-read-view:hover {
  cursor: pointer;
}
.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow {
  border-top-color: #b3b3b3;
}
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  transform: rotate(135deg);
  right: -16px;
  top: 0;
}
.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown,
.react-datepicker__month-year-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  z-index: 1;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid #aeaeae;
}
.react-datepicker__year-dropdown:hover,
.react-datepicker__month-dropdown:hover,
.react-datepicker__month-year-dropdown:hover {
  cursor: pointer;
}
.react-datepicker__year-dropdown--scrollable,
.react-datepicker__month-dropdown--scrollable,
.react-datepicker__month-year-dropdown--scrollable {
  height: 150px;
  overflow-y: scroll;
}
.react-datepicker__year-option,
.react-datepicker__month-option,
.react-datepicker__month-year-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.react-datepicker__year-option:first-of-type,
.react-datepicker__month-option:first-of-type,
.react-datepicker__month-year-option:first-of-type {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.react-datepicker__year-option:last-of-type,
.react-datepicker__month-option:last-of-type,
.react-datepicker__month-year-option:last-of-type {
  -webkit-user-select: none;
          user-select: none;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__year-option:hover,
.react-datepicker__month-option:hover,
.react-datepicker__month-year-option:hover {
  background-color: #ccc;
}
.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming {
  border-bottom-color: #b3b3b3;
}
.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {
  border-top-color: #b3b3b3;
}
.react-datepicker__year-option--selected,
.react-datepicker__month-option--selected,
.react-datepicker__month-year-option--selected {
  position: absolute;
  left: 15px;
}
.react-datepicker__close-icon {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 0 6px 0 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.react-datepicker__close-icon::after {
  cursor: pointer;
  background-color: #333366;
  color: #fff;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  padding: 2px;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  content: "×";
}
.react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #eeeeee;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  clear: left;
}
.react-datepicker__portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 2147483647;
}
.react-datepicker__portal .react-datepicker__day-name,
.react-datepicker__portal .react-datepicker__day,
.react-datepicker__portal .react-datepicker__time-name {
  width: 3rem;
  line-height: 3rem;
}
@media (width <= 400px), (height <= 550px) {
  .react-datepicker__portal .react-datepicker__day-name,
  .react-datepicker__portal .react-datepicker__day,
  .react-datepicker__portal .react-datepicker__time-name {
    width: 2rem;
    line-height: 2rem;
  }
}
.react-datepicker__portal .react-datepicker__current-month,
.react-datepicker__portal .react-datepicker-time__header {
  font-size: 1.44rem;
}
.react-datepicker__children-container {
  width: 13.8rem;
  margin: 0.4rem;
  padding-right: 0.2rem;
  padding-left: 0.2rem;
  height: auto;
}
.react-datepicker__aria-live {
  position: absolute;
  clip-path: circle(0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  width: 1px;
  white-space: nowrap;
}
.react-datepicker__calendar-icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
}
.demo-sample-view-container i {
  display: block;
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
.demo-sample-view-container ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  -webkit-box-pack: center;
  position: relative;
  width: 100%;
}
.demo-sample-view-container ul li {
  padding: 1%;
  margin-bottom: 2rem;
  text-align: center;
}
.demo-sample-view-container ul li img {
  max-height: 90px;
  border: 1px solid white;
  border-radius: 0.25rem;
  background-clip: padding-box;
  box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.15);
  transform: scale(1);
  cursor: pointer !important;
  height: 90px;
  width: 90px;
  object-fit: contain;
  background-color: white;
}
.demo-sample-view-container ul li img:hover {
  transform: scale(1.1);
  background-color: rgba(0, 221, 221, 0.125);
}
.demo-sample-view-container ul li .first-image {
  width: 180px;
}
.demo-sample-view-container ul li small {
  display: block;
  font-size: 0.9rem;
  text-align: center;
}
.document-uploader-container {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 1rem;
}
.document-uploader-container .document-filter-select {
  text-align: left;
}
.document-uploader-container .drop-zone-container {
  position: absolute;
  left: 0;
  top: 0;
  color: #00dddd;
  width: 100vw;
  height: 100vh;
}
.document-uploader-container .upload-button {
  width: 100%;
  padding: 0;
}
.document-uploader-container .upload-button .root {
  height: 3rem !important;
  margin-bottom: 1rem;
}
.document-uploader-container .upload-button br {
  display: none;
}
.document-uploader-container .upload-button .file-input {
  border-radius: 0.25rem;
  background-clip: padding-box;
}
.document-uploader-container .upload-button .file-input .root {
  border-radius: 0.25rem;
  padding: 0;
  height: 3rem !important;
}
.document-uploader-container .upload-button .file-input .root > *:not(button) {
  font-size: 1.125rem;
}
@media only screen and (max-width: 479px) {
  .document-uploader-container {
    grid-template-columns: 1fr !important;
    gap: 0;
  }
}
/* 480 ≤ Window Width < 768 */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .document-uploader-container {
    grid-template-columns: 1fr !important;
    gap: 0;
  }
}
.download-link {
  color: #00dddd;
  border-bottom: 1px dashed #00dddd;
}
div.dropdownMega {
  display: inline-block;
  height: 2rem;
  white-space: nowrap;
  -webkit-user-select: none;
          user-select: none;
  font-size: inherit;
}
div.dropdownMega.open > .dropdown-content {
  display: block;
  height: auto;
  padding: 0rem 1.5rem 3.5rem;
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15);
  border: none;
  border-radius: 0;
}
div.dropdownMega > .title {
  margin: 0;
  padding: 0 0.5rem 0 0.75rem;
  font-size: inherit;
  line-height: 2rem;
  vertical-align: top;
}
div.dropdownMega > .dropdown-content {
  display: none;
  position: absolute;
  overflow: hidden;
  top: 4rem;
  left: 0px;
  width: 100%;
  height: 0px;
  padding: 0px;
  border: 1px solid rgba(0, 0, 0, 0.0375);
  font-size: inherit;
  line-height: 1rem;
  border-width: 1px;
  border-style: solid;
  border-color: #e6e6e6;
  border-radius: 0.25rem;
  background-clip: padding-box;
  background-color: white;
  box-shadow: 0 0 0 transparent;
}
div.dropdownMega > .dropdown-content > * {
  width: 100%;
  font-size: inherit;
}
div.dropdownMega > .dropdown-content .row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 1.3rem;
  width: 100%;
}
div.dropdownMega > .dropdown-content .row.limited {
  margin: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  div.dropdownMega > .dropdown-content .row.limited {
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  div.dropdownMega > .dropdown-content .row {
    gap: 3rem;
  }
}
div.dropdownMega > .dropdown-content .divider {
  border-left: 1px solid #c6c6c6;
  height: auto;
  margin-top: 0rem;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  div.dropdownMega > .dropdown-content .divider#left {
    display: none;
  }
}
div.dropdownMega > .dropdown-content .sidebyside {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  justify-content: space-between;
}
div.dropdownMega > .dropdown-content .column {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  div.dropdownMega > .dropdown-content .column {
    width: 130%;
  }
}
div.dropdownMega > .dropdown-content h3.mainTitle:not(a) {
  font-size: 1.35rem;
  text-align: left;
  font-weight: 400;
  color: #222222;
}
div.dropdownMega > .dropdown-content h3.mainTitle a.link {
  margin-left: 0.5rem;
  opacity: 1;
  color: #00dddd;
  border-bottom: 1px dashed rgba(0, 221, 221, 0.35);
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-user-select: none;
          user-select: none;
  cursor: pointer !important;
}
div.dropdownMega > .dropdown-content h3.mainTitle a.link:hover {
  color: #40e6e6;
}
div.dropdownMega > .dropdown-content h3.mainTitle a.link:active {
  color: #00c7c7;
}
div.dropdownMega > .dropdown-content h3.mainTitle a.link.primary {
  color: #333366;
  border-bottom-width: 1px;
  border-style: dashed;
  border-color: rgba(51, 51, 102, 0.35);
}
div.dropdownMega > .dropdown-content h3.mainTitle a.link.primary:hover {
  color: #66668c;
}
div.dropdownMega > .dropdown-content h3.mainTitle a.link.primary:active {
  color: #2e2e5c;
}
div.dropdownMega > .dropdown-content h3.mainTitle a.link.disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
div.dropdownMega > .dropdown-content h4.subTitle {
  font-size: 1.1rem;
  font-weight: 400;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  padding-bottom: 0.2rem;
}
div.dropdownMega > .dropdown-content ul.items li {
  text-transform: capitalize;
  margin-bottom: 0.5rem;
  font-size: inherit;
  line-height: 125%;
  font-weight: 400;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
  white-space: normal;
  cursor: pointer;
}
div.dropdownMega > .dropdown-content ul.items li:hover {
  color: #333366;
  font-weight: 600;
  letter-spacing: -0.3px;
}
div.featured {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.3rem;
  margin-right: -1.2rem;
  background-color: #eff9ff;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  div.featured {
    display: none;
  }
}
div.featured h4.featuredTitle {
  margin-bottom: 0.8rem;
  font-weight: 400;
  place-self: center;
}
div.featured .messageContainer {
  width: 80%;
  margin: 0 auto;
}
div.featured .messageContainer p {
  white-space: normal;
  font-size: medium;
  color: #292a2dbf;
  font-weight: 400;
  text-align: center;
}
div.featured button {
  width: 140px;
  line-height: 2em;
  margin: 1rem auto;
  margin-bottom: 0;
  padding: 0 1em;
  font-size: 0.9rem;
  font-weight: 600;
}
.dropdown-option {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 0.5rem;
}
.dropdown-option .icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  width: 1.65rem;
}
.dropdown-option .icon-container img {
  height: 1.65rem;
}
.dropdown-option span {
  font-size: 1rem;
  font-weight: 600;
  color: #333366;
}
div.dropdown {
  display: inline-block;
  position: relative;
  width: auto;
  height: 2rem;
  white-space: nowrap;
  font-size: inherit;
  z-index: 10;
  -webkit-user-select: none;
          user-select: none;
}
div.dropdown.open > .title::after {
  top: 0.05rem;
  transform: scaleY(-1);
}
div.dropdown.open > .options {
  display: inline-block;
  width: auto;
  border: 1px solid rgba(0, 0, 0, 0.0375);
  box-shadow: 0 0 2.5rem rgba(0, 0, 0, 0.075);
  background-color: white;
}
div.dropdown > .options {
  display: none;
  position: absolute;
  overflow: hidden;
  top: 2.5rem;
  font-size: inherit;
  line-height: 1rem;
  border-width: 1px;
  border-style: solid;
  border-color: #e6e6e6;
  box-shadow: 0 0 0 transparent;
  border-radius: 0.25rem;
  background-clip: padding-box;
  background-color: white;
}
div.dropdown > .options > * {
  width: 100%;
  font-size: inherit;
}
svg.figure {
  width: 5rem;
  height: 5rem;
}
.filter-content {
  display: flex;
}
.filter-content .filter-container {
  width: 100%;
  height: 100%;
}
.filter-content .filter-container .filter-checkbox input {
  margin-right: 0.5rem;
}
.filter-content .filter-container .filter-checkbox .still {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0.5rem;
  font-size: 1rem;
}
.flow-search-input-container .search-input-container {
  border: 1px solid #cccccc;
  border-radius: 6px;
  background-color: white;
  color: #808080;
  display: flex;
  gap: 0.25rem;
  align-content: center;
  align-items: center;
  height: 3rem;
  padding: 0 0.5rem;
}
.flow-search-input-container .search-input-container.active {
  border: 1px solid #00dddd;
}
.flow-search-input-container .search-input-container input {
  width: 100%;
  border: none;
  background-color: white;
  border-right: 1px solid #808080;
  border-radius: 0;
  height: 1rem;
  padding: 0;
  margin-right: 0.5rem;
}
.flow-search-input-container .search-input-container input:focus {
  outline: none;
  box-shadow: none;
  border: none;
  border-right: 1px solid #808080;
}
.flow-search-input-container .search-input-container .search-input-element {
  align-self: center;
}
.flow-search-input-container .search-input-container .m-icon {
  font-size: 1.5rem !important;
  cursor: pointer;
}
.flow-search-input-container .search-input-container.focus {
  border: 1px solid #808080 !important;
  border-bottom-left-radius: unset;
  border-bottom-right-radius: unset;
}
.flow-search-input-container .dropdown-container {
  position: absolute;
  color: #333366;
  background-color: white;
  border: 1px solid #808080;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top: unset;
  z-index: 1;
}
.flow-search-input-container .dropdown-container .model-types-container .model-types-header {
  font-weight: 600;
  margin-bottom: 0.35rem;
}
.flow-search-input-container .dropdown-container .question-loading {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  min-height: 20rem;
}
.flow-search-input-container .dropdown-container .search-button {
  display: flex;
  width: 100%;
  gap: 1rem;
  justify-content: flex-end;
}
form[disabled] button {
  background-image: linear-gradient(-45deg, transparent 25%, rgba(255, 255, 255, 0.175) 25%, rgba(255, 255, 255, 0.175) 50%, transparent 50%, transparent 75%, rgba(255, 255, 255, 0.175) 75%) !important;
  background-size: 3rem 3rem;
  animation: loading-stripes 10s infinite linear;
}
form .title {
  margin: 0;
  padding: 0.75rem 1.5rem;
}
form .content {
  display: inline-block;
  width: 100%;
}
form .content > * {
  width: 100%;
  margin-bottom: 0.5em;
}
form .content > *:first-child {
  margin-top: 0;
}
form .content > *.label,
form .content > * > .label {
  margin-bottom: 0;
  margin-left: 0.125em;
  color: #NaNNaNNaN;
}
form .content > * button {
  font-size: 0.9rem;
}
form .content > * textarea {
  height: 8rem;
}
form .checkbox label {
  display: flex;
  width: 100%;
}
form .checkbox label p {
  line-height: 1.4rem;
}
div.dropzone-fullscreen {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2147483647;
  visibility: hidden;
  background-clip: padding-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
div.dropzone-fullscreen .box-background {
  border-radius: 1rem;
  border-width: 5px;
  border-style: dashed;
  width: 50%;
  padding: 1rem;
  background-color: #f6f7f8;
  border-color: #c0c0c0;
}
div.dropzone-fullscreen .box-background.error {
  background-color: #fee0ec;
  border-color: #fd99bf;
}
div.dropzone-fullscreen .box-background .box {
  background-color: transparent;
  padding: 4rem;
  border-radius: 0.25rem;
  width: 100%;
  text-align: center;
  box-shadow: none;
}
div.dropzone-fullscreen .box-background .box .m-icon {
  font-size: 5rem;
}
div.dropzone-fullscreen .box-background .box small b {
  font-weight: 700;
}
div.dropzone-fullscreen * {
  transition: none;
}
.hamburger-icon {
  scale: 0.325;
  width: 60px;
  height: 45px;
  margin-right: -20px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .hamburger-icon {
    display: none;
  }
}
.hamburger-icon span {
  display: block;
  position: absolute;
  height: 9px;
  width: 100%;
  background: var(--color-primary);
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.hamburger-icon span:nth-child(1) {
  top: 0;
  transform-origin: left center;
}
.hamburger-icon span:nth-child(2) {
  top: 18px;
  transform-origin: left center;
}
.hamburger-icon span:nth-child(3) {
  top: 36px;
  transform-origin: left center;
}
.hamburger-icon.open span:nth-child(1) {
  transform: rotate(45deg);
  top: -3px;
  left: 8px;
}
.hamburger-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.hamburger-icon.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 39px;
  left: 8px;
}
.app-help-button {
  align-items: center;
  gap: 0.25rem;
  text-decoration: none !important;
}
.app-help-button .wrapper {
  border-bottom: 1px dashed color-mix(in srgb, var(--main-color), white 45%);
  cursor: pointer;
  gap: 0.25rem;
}
svg.icon {
  width: 1rem;
  height: 1rem;
}
body.image-viewer-no-scroll {
  overflow: hidden;
}
.image-viewer-fullscreen-controller.open {
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  overflow: scroll;
}
.image-viewer-fullscreen-controller.open .image-viewer-container {
  margin: 1rem;
  width: calc(100% - 2rem) !important;
}
.image-viewer-fullscreen-controller.open .image-viewer-container .document-navigator-box {
  position: fixed !important;
  right: 1rem;
}
.image-viewer-container.fit-to-height {
  position: sticky;
  top: 120px;
  display: flex;
}
.image-viewer-container canvas {
  position: absolute;
  border: 1px solid #333366;
  border-radius: 1rem;
}
.image-viewer-container canvas.fit-to-height {
  height: 80vh;
}
.image-viewer-container .document-navigator-box {
  display: flex;
  position: relative;
  float: right;
  z-index: 1;
  padding: 0.5rem;
  opacity: 0.5;
  margin-right: 0;
  margin-left: auto;
}
.image-viewer-container .document-navigator-box:hover {
  opacity: 1;
}
.image-viewer-container .document-navigator-box .document-navigator-item {
  background-color: #000000;
  box-shadow: 0 0 3px #000000;
  border-radius: 3px;
}
.image-viewer-container .document-navigator-box .document-navigator-container {
  margin: 0 0.75rem;
  display: flex;
  gap: 0.5rem;
}
.image-viewer-container .document-navigator-box .document-navigator-container .document-navigator-page {
  height: 1.7rem;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.8rem;
  padding: 0 0.5rem;
}
.image-viewer-container .document-navigator-box .document-navigator-container .document-navigator-document {
  height: 1.7rem;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.8rem;
  padding: 0 0.5rem;
}
.image-viewer-container .document-navigator-box .document-navigator-container .document-navigator-document:hover {
  cursor: pointer;
  background-color: #808080;
}
.image-viewer-container .document-navigator-box .document-navigator-container .document-navigator-document .m-icon {
  font-size: 1rem;
}
.image-viewer-container .document-navigator-box .document-navigator-container .dropdown-container {
  position: absolute;
  top: 2.2rem;
  background-color: #000000;
  color: white;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  box-shadow: 0 3px 3px #000000;
}
.image-viewer-container .document-navigator-box .document-navigator-container .dropdown-container.overflowed {
  overflow: auto;
  max-height: 300px;
}
.image-viewer-container .document-navigator-box .document-navigator-container .dropdown-container li {
  padding: 0.5rem;
}
.image-viewer-container .document-navigator-box .document-navigator-container .dropdown-container li:hover {
  cursor: pointer;
  background-color: #808080;
}
.image-viewer-container .document-navigator-box .document-navigator-container .dropdown-container li.selected {
  background-color: #808080 !important;
}
.image-viewer-container .document-navigator-box .document-navigator-container .dropdown-container li a {
  color: white;
  font-size: 0.8rem;
}
.image-viewer-container .document-navigator-box .document-navigator-container .document-navigator-rotate {
  width: 1.7rem;
  height: 1.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.image-viewer-container .document-navigator-box .document-navigator-container .document-navigator-rotate:hover .rotate-button {
  transform: rotate(-90deg);
}
.image-viewer-container .document-navigator-box .document-navigator-container .document-navigator-rotate .navigate-button {
  width: 1.2rem;
  height: 1.2rem;
  cursor: pointer;
  filter: brightness(0) invert(1);
  transition: 0.4s;
}
.image-viewer-container video {
  max-width: 100%;
  max-height: 80vh;
}
.image-viewer-container audio {
  width: 100%;
}
.item-selection-popup {
  position: absolute;
  background: #f3faff;
  border-radius: 0.5rem;
  padding: 0.3rem;
  z-index: 1050;
  min-width: 8rem;
  max-width: 15rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  font-size: 15px;
}
.item-selection-popup ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.item-selection-popup li {
  padding: 0.25rem 0.5rem;
  cursor: pointer;
  border-radius: 0.25rem;
  background-color: transparent;
  transition: background-color 0.15s ease-in-out;
}
.item-selection-popup li:hover {
  background-color: #cccccc;
}
[data-section="integration-manager"] .content-type-container ul {
  padding: 0rem 1rem;
}
[data-section="integration-manager"] .export-integration-container li {
  list-style: initial !important;
}
[data-section="integration-manager"] .export-integration-container ul {
  display: block;
  list-style-type: disc;
  padding-inline-start: 17px;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 19px;
}
[data-section="integration-manager"] .header-paragraph {
  margin-bottom: 1rem;
}
[data-section="integration-manager"] .fullscreen-input {
  max-width: 690px;
}
[data-section="integration-manager"] .editor-popup {
  max-width: initial;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
[data-section="integration-manager"] .editor-popup .container {
  max-width: initial;
  border-radius: 0.25rem;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  width: 95vw;
  height: 95vh;
  background-color: white;
}
[data-section="integration-manager"] .editor-popup .container .editor-exit {
  position: absolute;
  background-color: white;
  color: #000000;
  width: 2rem;
  height: 2rem;
  border-radius: 0.25rem;
  box-shadow: 0px 0px 2px #000000;
  font-size: 1.2rem;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  top: 0.7vh;
  right: 1.5vw;
}
[data-section="integration-manager"] .editor-popup .container .header {
  padding: 1rem;
  height: 4rem;
  display: flex;
  justify-content: space-between;
}
[data-section="integration-manager"] .editor-popup .container .integration-editor {
  width: 95vw;
  height: 95vh;
}
a.link {
  opacity: 1;
  color: #00dddd;
  border-bottom: 1px dashed rgba(0, 221, 221, 0.35);
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-user-select: none;
          user-select: none;
  cursor: pointer !important;
}
a.link:hover {
  color: #40e6e6;
}
a.link:active {
  color: #00c7c7;
}
a.link.primary {
  color: #00dddd;
  border-bottom-width: 1px;
  border-style: dashed;
  border-color: rgba(0, 221, 221, 0.35);
}
a.link.primary:hover {
  color: #40e6e6;
}
a.link.primary:active {
  color: #00c7c7;
}
a.link.disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.lds-roller,
.lds-roller div,
.lds-roller div::after {
  box-sizing: border-box;
}
.lds-roller {
  color: #00dddd;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div::after {
  content: " ";
  display: block;
  position: absolute;
  width: 7.2px;
  height: 7.2px;
  border-radius: 50%;
  background: currentcolor;
  margin: -3.6px 0 0 -3.6px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1)::after {
  top: 62.6274px;
  left: 62.6274px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2)::after {
  top: 67.7128px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3)::after {
  top: 70.9096px;
  left: 48.2822px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4)::after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5)::after {
  top: 70.9096px;
  left: 31.7178px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6)::after {
  top: 67.7128px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7)::after {
  top: 62.6274px;
  left: 17.3726px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8)::after {
  top: 56px;
  left: 12.2872px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
[data-view="animation"] {
  display: flex;
  justify-content: center;
  align-items: center;
}
[data-view="animation"] .base64-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
[data-view="animation"] .base64-spinner div.spinner-item {
  transform-origin: 3px 40px;
  animation: base64-spinner 1.2s linear infinite;
  display: block;
  position: absolute;
  top: 0;
  left: 40px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #00dddd;
}
[data-view="animation"] .base64-spinner div.spinner-item.small {
  transform-origin: 3px 20px;
  left: 40px;
  width: 3px;
  height: 9px;
}
[data-view="animation"] .base64-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
[data-view="animation"] .base64-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
[data-view="animation"] .base64-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
[data-view="animation"] .base64-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
[data-view="animation"] .base64-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
[data-view="animation"] .base64-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
[data-view="animation"] .base64-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
[data-view="animation"] .base64-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
[data-view="animation"] .base64-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
[data-view="animation"] .base64-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
[data-view="animation"] .base64-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
[data-view="animation"] .base64-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes base64-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.loading-container {
  flex: 1;
  overflow: auto;
  display: grid;
  justify-content: center;
  align-content: center;
  text-align: center;
  gap: 0.5rem;
  min-height: 55vh;
}
.loading-container .loading-icon-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.5rem;
}
.loading-container h2 {
  color: #00dddd;
}
.loading-container p {
  color: #808080;
}
.loading-container a {
  width: -moz-fit-content;
  width: fit-content;
  justify-self: center;
}
svg.loading {
  vertical-align: middle;
}
svg.loading.dots {
  width: 100%;
  height: 0.75em;
}
svg.loading.dots > * {
  fill: #000000;
  animation-name: loading-dots;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}
svg.loading.dots > *:nth-child(2) {
  animation-delay: 0.5s;
}
svg.loading.dots > *:nth-child(3) {
  animation-delay: 1s;
}
div.modal {
  display: inline-table;
  text-align: center;
  border-radius: 0.5rem;
  background-clip: padding-box;
  background-color: white;
}
div.modal > .modalTitle {
  z-index: 2;
  padding: 0;
  margin: 0;
}
div.modal > .modalTitle > * {
  line-height: 2.5rem;
}
div.modal > .modalTitle .text {
  width: 100%;
}
div.modal > .modalTitle .link {
  position: absolute;
  top: 0;
  right: 0;
  width: 2.5rem;
  color: rgba(0, 0, 0, 0.25);
  border-bottom: none;
}
div.modal > .modalTitle .link:hover {
  color: rgba(179, 179, 179, 0.4375);
}
div.modal > .modalTitle .link:active {
  color: rgba(0, 0, 0, 0.325);
}
div.modal > .content {
  background-color: #f7f7f9;
  padding: 1.75rem 2rem;
  line-height: 150%;
}
div.modal > .content.no-options {
  border-radius: 0.5rem;
  background-clip: padding-box;
}
div.modal > .content .editable-textarea {
  height: 6rem;
  width: 100%;
  margin: 1rem 0 0;
}
div.modal > .content::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 10px;
}
div.modal > .content::-webkit-scrollbar-thumb {
  border-radius: 0.25rem;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
div.modal > .showNote {
  background-color: #f7f7f9;
  margin: 0;
  padding-bottom: 2rem;
  line-height: 150%;
}
div.modal > .showNote textarea {
  width: 80%;
}
div.modal > .options {
  overflow: hidden;
  display: flex;
  padding: 0.5rem;
  gap: 0.5rem;
  flex-direction: row;
  flex-wrap: nowrap;
  z-index: 0;
  border-radius: 0.5rem;
  background-clip: padding-box;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
div.modal > .options > .button {
  width: 100%;
  margin-bottom: -1px;
  font-size: 0.75rem;
  line-height: 2.25rem;
  border-radius: 0;
  background-clip: padding-box;
  box-shadow: inset 0 0.125rem 1rem rgba(0, 0, 0, 0.05);
  vertical-align: top;
}
div.modal > .options > .button.negative {
  background-color: #fb327e;
  background-image: linear-gradient(rgba(251, 50, 146, 0.01), #fb326a);
}
div.modal > .options > .button.negative:hover {
  background-color: #fc5b98;
}
div.modal > .options > .button.negative:active {
  background-color: #e22d71;
}
div.modal > .options > .button.warning {
  background-color: #ff822d;
  background-image: linear-gradient(rgba(255, 109, 45, 0.01), #ff972d);
}
div.modal > .options > .button.warning:hover {
  background-color: #ff9b57;
}
div.modal > .options > .button.warning:active {
  background-color: #e67529;
}
[data-view="multi-email"] {
  margin: 0 auto;
  margin-bottom: 60px;
}
#resp-table {
  display: table;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #resp-table {
    width: 100%;
  }
}
#resp-table-body {
  display: table-row-group;
}
#resp-table-body .add-line {
  display: flex;
  align-items: center;
  margin-bottom: 0 !important;
  margin-top: 0.5rem;
}
#resp-table-body .add-line span {
  cursor: pointer;
}
#resp-table-body .add-line .m-icon {
  font-size: 1.5rem;
}
.resp-table-row {
  display: table-row;
  margin-bottom: 0.5rem;
}
.resp-table-row.header {
  align-items: center;
}
.resp-table-row.two-column {
  display: grid;
  grid-template-columns: 7fr 0.1fr;
  gap: 8px;
}
.resp-table-row.three-column {
  display: grid;
  grid-template-columns: 3fr 4fr 0.1fr;
  gap: 8px;
}
.resp-table-row.four-column {
  display: grid;
  grid-template-columns: minmax(1rem, 1fr) minmax(2rem, 1.5fr) minmax(0.6rem, 0.6fr) auto;
  gap: 8px;
}
.resp-table-row.four-column.flow-search {
  grid-template-columns: 3fr 1.5fr 3fr 0.1fr;
}
@media only screen and (max-width: 767px) {
  .resp-table-row.four-column {
    grid-template-columns: minmax(1rem, 1fr) minmax(0.6rem, 1fr) minmax(2rem, 1.5fr) auto;
  }
}
.resp-table-row.five-column {
  display: grid;
  grid-template-columns: 0.6fr 0.6fr 0.4fr 1fr auto;
  gap: 8px;
}
@media only screen and (max-width: 767px) {
  .resp-table-row.five-column {
    grid-template-columns: minmax(0.6rem, 1fr) minmax(1rem, 1fr) minmax(2rem, 0.4fr) minmax(2rem, 1fr) auto;
  }
}
.resp-table-row.six-column {
  display: grid;
  grid-template-columns: 16% 9% 18% 28% 22% auto;
  gap: 8px;
}
@media only screen and (max-width: 767px) {
  .resp-table-row.six-column {
    grid-template-columns: 16% 9% 18% 28% 22% auto;
  }
}
.table-body-cell {
  height: 100%;
  display: table-cell;
  vertical-align: top;
  align-self: center;
}
.table-body-cell.replace-matched {
  text-align: center;
}
.table-body-cell .checkbox.taxonomy-checkbox {
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .table-body-cell input.form-control {
    line-height: 2.1rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .table-body-cell input.form-control {
    line-height: 1.9rem;
  }
}
.table-body-cell span {
  font-weight: 600;
  margin-bottom: 0.35rem;
}
.table-body-cell img.remove-button {
  width: 1.35rem;
  height: 1.35rem;
  margin: 0.6rem 0 0.1rem !important;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .table-body-cell img.remove-button {
    margin: 1.2rem 0 0.1rem !important;
  }
}
.notice {
  font-size: 0.8em;
  list-style: none;
  text-align: center;
}
.notice.solid > * {
  color: white !important;
}
.notice.solid > *.risk {
  background-color: #fb327e;
}
.notice.solid > *.removable .remove .icon > * {
  fill: white !important;
}
.notice > * {
  display: block;
  margin-bottom: 0.25em;
  padding: 0.35em 0.5em;
  line-height: 150%;
  border-radius: 0.5rem;
  background-clip: padding-box;
}
.notice > *:last-child {
  margin-bottom: 0;
}
.notice > *.risk {
  color: #fb327e;
  border: 1px solid rgba(251, 50, 126, 0.25);
  background-color: rgba(251, 50, 126, 0.1);
}
.notice > *.risk .remove .icon > * {
  fill: #fb327e;
}
.notice > *.removable {
  position: relative;
  padding-right: 2.1em;
}
.notice > *.removable .remove {
  position: absolute;
  top: 0;
  right: 0.5em;
  width: 0.6em;
  opacity: 0.5;
  margin-left: 1em;
  cursor: pointer;
}
.notice > *.removable .remove:hover {
  opacity: 1;
}
.notice > *.removable .remove .icon {
  width: 0.6em;
  height: 0.6em;
  vertical-align: bottom;
  cursor: inherit;
}
.react-pdf__Document {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.react-pdf__Page {
  max-width: calc(100% - 2em);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  margin: 1em;
}
.react-pdf__Page canvas {
  max-width: 100%;
  height: auto !important;
}
.react-pdf__message {
  padding: 20px;
  color: white;
}
.react-pdf__Page__annotations {
  height: 0;
}
nav.pdfViewer {
  text-align: center;
}
button.pdfViewer {
  font-size: 0.5rem;
  margin: 0.2rem;
}
.popup-component {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}
.popup-component .popup-container {
  position: absolute;
  background-color: white;
  border-radius: 12px;
  border-bottom-right-radius: 0;
  max-width: 95vw;
  max-height: 95vh;
  min-width: 300px;
  min-height: 200px;
  display: grid;
  grid-template-rows: auto auto 1fr;
  resize: both;
  overflow: auto;
}
.popup-component .popup-container .popup-header {
  position: sticky;
  top: 0;
  padding: 0.5rem 0.5rem 0.25rem;
  display: flex;
  justify-content: space-between;
  background-color: white;
  z-index: 1001;
}
.popup-component .popup-container .popup-header.floating {
  cursor: move;
}
.popup-component .popup-container .popup-header .custom-header-container {
  display: flex;
  align-items: center;
}
.popup-component .popup-container .popup-header .icon-container {
  display: flex;
  align-items: center;
}
.popup-component .popup-container .popup-header .icon-container .close-icon {
  color: #fb327e;
  margin-top: 1px;
  font-size: 1.3rem;
  margin-right: 0;
}
.popup-component .popup-container .popup-header .title-container {
  position: absolute;
  overflow: hidden;
  width: -webkit-fill-available;
  text-align: center;
  font-weight: 700;
  font-size: 100%;
  padding: 0 1rem;
  justify-content: center;
}
.popup-component .popup-container .popup-header .title-container input {
  all: unset;
  border-bottom: 1px solid #333366;
  width: 85%;
}
.popup-component .popup-container .popup-header .title-container input.title {
  padding: 0;
}
.popup-component .popup-container .popup-header .title-container .title {
  cursor: inherit;
  padding: 0.25rem 0.5rem 0;
  margin: 0;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1;
}
.popup-component .popup-container .popup-header .m-icon {
  font-size: 1.25rem;
  margin-right: 0.3rem;
  cursor: pointer;
}
.questions-header-row.header-row-with-icons {
  display: flex;
  justify-content: space-between;
}
.questions-header-row.header-row-with-icons .header-row-icons {
  margin-top: 2rem;
  margin-bottom: 0.6rem;
}
.questions-header-row.header-row-with-icons .header-row-icons > span:hover {
  cursor: pointer;
  color: #00dddd;
}
.questions-header-row.header-row-with-icons .header-row-icons > label > span:hover {
  cursor: pointer;
  color: #00dddd;
}
.query {
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  background-color: white;
  border-width: 1px;
  border-style: solid;
  border-color: #808080;
  border-radius: 0.25rem;
  background-clip: padding-box;
  min-height: 3rem;
  height: 2.6rem;
}
.query:focus {
  border-color: #00dddd;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: none;
}
.query:hover {
  border-color: #00dddd;
}
.query .m-icon {
  font-size: 1.5rem;
  padding: 0.2rem 0.2rem 0.2rem 0.7rem;
  -webkit-user-select: none;
          user-select: none;
}
.query input {
  border: none;
  outline: none;
  background: none;
  box-shadow: none;
  margin-left: 0.25rem;
  padding: 0;
  padding-bottom: 0.15rem;
  width: 100%;
}
.query input:focus {
  border: none;
  outline: none;
  background: none;
  box-shadow: none;
}
.query-info {
  font-size: 0.8rem;
}
.document-dimension-limits-header-row.header-row-with-icons {
  display: flex;
  justify-content: space-between;
}
.document-dimension-limits-header-row.header-row-with-icons .header-row-icons {
  margin-top: 2rem;
  margin-bottom: 0.6rem;
}
.document-dimension-limits-header-row.header-row-with-icons .header-row-icons > span:hover {
  cursor: pointer;
  color: #00dddd;
}
.document-dimension-limits-header-row.header-row-with-icons .header-row-icons > label > span:hover {
  cursor: pointer;
  color: #00dddd;
}
.document-dimension-limits #resp-table {
  max-width: 690px;
}
.document-dimension-limits .resp-table-row.four-column {
  display: grid;
  grid-template-columns: 1fr 0.3fr 0.3fr auto;
  gap: 8px;
}
@media only screen and (max-width: 767px) {
  .document-dimension-limits .resp-table-row.four-column {
    grid-template-columns: 1fr 0.3fr 0.3fr auto;
  }
}
.custom-radio-button-label {
  display: flex;
  align-items: center;
}
.custom-radio-button-label input[type="radio"] {
  background-color: white;
  width: 1rem;
  height: 1rem;
  border: 0.1rem solid currentColor;
  border-radius: 0.25rem;
  margin: 0.15rem 0.4rem 0.4rem 0;
}
.survey input[type="text"] {
  margin-top: 0.4rem;
  float: left;
}
.hitl-radio-button p,
.classification-radio-button p {
  margin-top: -0.1rem;
}
.react-select {
  font-size: 0.9rem;
  line-height: 1rem !important;
  color: #000000;
  width: 100%;
}
.react-select.is-focused {
  border-color: #00dddd;
  box-shadow: 0 0 0 #808080 #00dddd;
}
.react-select .react-select__control {
  padding: 0;
  background-color: #f6f7f8;
  border: 1px solid #808080;
  border-radius: 0.25rem;
  box-shadow: none;
  min-height: 3rem;
}
.react-select .react-select__control:hover {
  border-color: #00dddd;
}
.react-select .react-select__control.is-disabled,
.react-select .react-select__control.react-select__control--is-disabled {
  color: #808080;
  background-color: #cccccc;
  border-color: #808080;
}
.react-select .react-select__group-heading {
  font-weight: bold;
  color: #333366;
}
.react-select .react-select__multi-value {
  background-color: #00dddd;
  border-radius: 0.25rem;
  padding-left: 0.25rem;
}
.react-select .react-select__value-container {
  min-height: 2rem !important;
  align-content: center;
}
.react-select .react-select__value-container input {
  height: unset !important;
}
.react-select .react-select__multi-value__label,
.react-select .react-select__single-value {
  color: #000000;
  font-size: 0.9rem;
  line-height: 1rem;
}
.react-select .react-select__input {
  caret-color: #00dddd !important;
}
.react-select .react-select__option {
  color: inherit;
}
.react-select .react-select__option.react-select__option--is-selected {
  background-color: #cccccc;
}
.react-select .react-select__option.react-select__option--is-focused {
  background-color: #00dddd;
}
.react-select .react-select__placeholder {
  line-height: 1rem;
  color: #262626 !important;
}
.react-select .react-select__menu {
  z-index: 100 !important;
}
.react-select .react-select__menu-portal {
  z-index: 100 !important;
}
.ReportIssueButton.small-button {
  font-size: 0.66rem !important;
  margin-left: 0.2rem !important;
  color: white !important;
  padding: 0 0.8rem !important;
}
.ReportIssueButton.negative {
  justify-self: right;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fb327e !important;
  background-image: linear-gradient(rgba(251, 50, 146, 0.01), #fb326a) !important;
  float: right !important;
}
.ReportIssueButton.negative:hover {
  background-color: #fc5b98 !important;
}
.ReportIssueButton.negative:active {
  background-color: #e22d71 !important;
}
.selection-arrow-container {
  width: 100%;
  position: absolute;
  left: 0;
  -webkit-user-select: none;
          user-select: none;
  pointer-events: none;
  background-color: #e3931122;
}
.selection-arrow-container svg {
  width: 100%;
}
.selection-arrow-container .marker-line {
  stroke-width: 4px;
}
.selection-arrow-container .marker-circle {
  stroke-width: 2px;
  r: calc(1.3rem - 12.5px);
}
.rc-slider {
  position: relative;
  width: 100%;
  height: 14px;
  padding: 5px 0;
  border-radius: 6px;
  touch-action: none;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider-rail {
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #e9e9e9;
  border-radius: 6px;
}
.rc-slider-track {
  position: absolute;
  height: 4px;
  background-color: #abe2fb;
  border-radius: 6px;
}
.rc-slider-handle {
  transition: left 100ms cubic-bezier(0.4, 0, 0.2, 1);
  position: absolute;
  width: 14px;
  height: 14px;
  margin-top: -5px;
  background-color: #fff;
  border: solid 2px #96dbfa;
  border-radius: 50%;
  cursor: pointer;
  cursor: grab;
  opacity: 0.8;
  touch-action: pan-x;
}
.rc-slider-handle-dragging.rc-slider-handle-dragging.rc-slider-handle-dragging {
  border-color: #57c5f7;
  box-shadow: 0 0 0 5px #96dbfa;
}
.rc-slider-handle:focus {
  outline: none;
  box-shadow: none;
}
.rc-slider-handle:focus-visible {
  border-color: #2db7f5;
  box-shadow: 0 0 0 3px #96dbfa;
}
.rc-slider-handle-click-focused:focus {
  border-color: #96dbfa;
  box-shadow: unset;
}
.rc-slider-handle:hover {
  border-color: #57c5f7;
}
.rc-slider-handle:active {
  border-color: #57c5f7;
  box-shadow: 0 0 5px #57c5f7;
  cursor: grabbing;
}
.rc-slider-mark {
  position: absolute;
  top: 18px;
  left: 0;
  width: 100%;
  font-size: 12px;
}
.rc-slider-mark-text {
  position: absolute;
  display: inline-block;
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  vertical-align: middle;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.43;
  cursor: pointer;
}
.rc-slider-mark-text-active {
  color: rgba(0, 0, 0, 0.87);
}
.rc-slider-step {
  position: absolute;
  width: 100%;
  height: 4px;
  background: transparent;
  pointer-events: none;
}
.rc-slider-dot {
  position: absolute;
  bottom: -2px;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  background-color: #f6f7f8;
  border: 1px solid #808080;
  border-radius: 50%;
  cursor: pointer;
}
.rc-slider-dot-active {
  border-color: #808080;
}
.rc-slider-dot-reverse {
  margin-right: -4px;
}
.rc-slider-disabled {
  background-color: #f6f7f8;
}
.rc-slider-disabled .rc-slider-track {
  background-color: #cccccc;
}
.rc-slider-disabled .rc-slider-handle,
.rc-slider-disabled .rc-slider-dot {
  background-color: #fff;
  border-color: #ccc;
  box-shadow: none;
  cursor: not-allowed;
}
.rc-slider-disabled .rc-slider-mark-text,
.rc-slider-disabled .rc-slider-dot {
  cursor: not-allowed !important;
}
.rc-slider-vertical {
  width: 14px;
  height: 100%;
  padding: 0 5px;
}
.rc-slider-vertical .rc-slider-rail {
  width: 4px;
  height: 100%;
}
.rc-slider-vertical .rc-slider-track {
  bottom: 0;
  left: 5px;
  width: 4px;
}
.rc-slider-vertical .rc-slider-handle {
  margin-top: 0;
  margin-left: -5px;
  touch-action: pan-y;
}
.rc-slider-vertical .rc-slider-mark {
  top: 0;
  left: 18px;
  height: 100%;
}
.rc-slider-vertical .rc-slider-step {
  width: 4px;
  height: 100%;
}
.rc-slider-vertical .rc-slider-dot {
  margin-left: -2px;
}
.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-appear {
  display: block !important;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.rc-slider-tooltip-zoom-down-leave {
  display: block !important;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active,
.rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active {
  animation-name: rcSliderTooltipZoomDownIn;
  animation-play-state: running;
}
.rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active {
  animation-name: rcSliderTooltipZoomDownOut;
  animation-play-state: running;
}
.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-appear {
  transform: scale(0, 0);
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.rc-slider-tooltip-zoom-down-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
@keyframes rcSliderTooltipZoomDownIn {
  0% {
    transform: scale(0, 0);
    transform-origin: 50% 100%;
    opacity: 0;
  }
  100% {
    transform: scale(1, 1);
    transform-origin: 50% 100%;
  }
}
@keyframes rcSliderTooltipZoomDownOut {
  0% {
    transform: scale(1, 1);
    transform-origin: 50% 100%;
  }
  100% {
    transform: scale(0, 0);
    transform-origin: 50% 100%;
    opacity: 0;
  }
}
.rc-slider-tooltip {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: visible;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider-tooltip * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider-tooltip-hidden {
  display: none;
}
.rc-slider-tooltip-placement-top {
  padding: 4px 0 8px;
}
.rc-slider-tooltip-inner {
  min-width: 24px;
  height: 24px;
  padding: 6px 2px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  background-color: #808080;
  border-radius: 6px;
  box-shadow: 0 0 4px #cccccc;
}
.rc-slider-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.rc-slider-tooltip-placement-top .rc-slider-tooltip-arrow {
  bottom: 4px;
  left: 50%;
  margin-left: -4px;
  border-width: 4px 4px 0;
  border-top-color: #808080;
}
a.social-icon > img {
  margin-top: 0.6rem;
  margin-right: 1rem;
  height: 20px;
  width: 20px;
  cursor: pointer;
}
.taxonomy-header-row.header-row-with-icons {
  display: flex;
  justify-content: space-between;
}
.taxonomy-header-row.header-row-with-icons .header-row-icons {
  margin-top: 2rem;
  margin-bottom: 0.6rem;
}
.taxonomy-header-row.header-row-with-icons .header-row-icons > span:hover {
  cursor: pointer;
  color: #00dddd;
}
.taxonomy-header-row.header-row-with-icons .header-row-icons > label > span:hover {
  cursor: pointer;
  color: #00dddd;
}
[data-section="third-part"] {
  padding: 0 !important;
}
[data-section="third-part"] p {
  padding: 0.75rem 1rem 1rem;
}
[data-section="third-part"] div.grid-row {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: auto auto auto auto;
  justify-content: center;
}
[data-section="third-part"] div.grid-row a {
  border: none;
}
[data-section="third-part"] div.grid-row a img {
  width: 40px;
  object-fit: contain;
  cursor: pointer;
}
.time-interval-checkbox-container {
  height: 3rem;
  display: grid;
  align-content: center;
}
.time-interval-settings {
  display: grid;
  grid-template-columns: auto 2fr 5fr;
  max-width: 540px;
  gap: 1rem;
  align-items: center;
}
.time-interval-value.disabled {
  background-color: #cccccc !important;
  border-color: #808080 !important;
}
input.time-interval-value.basic {
  width: 100%;
  min-height: 2.6rem;
}
@media only screen and (max-width: 767px) {
  input.time-interval-value.basic {
    height: 2.6rem;
    min-height: 38px;
  }
}
input.time-interval-value.error {
  border-color: #fb327e !important;
}
.validation-sign {
  display: inline;
  margin: 0 0.2rem 0 0;
  font-family: sans-serif;
}
.m-icon.voice-input {
  padding: 0;
  margin: 0;
}
.m-icon.voice-input.recording {
  color: #f20000;
  animation: pulse 1s infinite;
  animation-timing-function: ease-in-out;
}
@keyframes pulse {
  0% {
    color: #f20000;
  }
  100% {
    color: inherit;
  }
}
* {
  line-height: 150%;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}
body,
textarea {
  font-family: 'TT Norms Pro', sans-serif;
  line-height: 1rem;
  letter-spacing: -0.0125em;
}
h1,
strong,
b {
  font-weight: 700;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
  line-height: 125%;
}
h1 {
  margin: 1rem 0;
  font-size: 3rem;
  letter-spacing: -0.025em;
}
h2 {
  color: #333366;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: -0.025em;
}
h3 {
  font-weight: 400;
  font-size: 1.5rem;
}
h4 {
  font-size: 1.25rem;
}
p {
  letter-spacing: -0.025em;
}
a {
  text-decoration: none;
}
i {
  font-style: italic;
}
code {
  font-family: monospace;
  line-height: 125%;
  letter-spacing: 0;
  white-space: pre;
}
.centered {
  text-align: center;
}
/* Window Width < 480 */
@media only screen and (max-width: 480px) {
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.75rem;
  }
  h3 {
    font-size: 1.375rem;
  }
  h4 {
    font-size: 1.125rem;
  }
}
/* 480 ≤ Window Width < 768 */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  h1 {
    font-size: 2.25rem;
  }
  h2 {
    font-size: 1.75rem;
  }
  h3 {
    font-size: 1.375rem;
  }
  h4 {
    font-size: 1.125rem;
  }
}
/* 768 ≤ Window Width < 1024 */
@media only screen and (width >= 768px) and (width <= 1023px) {
  h1 {
    font-size: 2.5rem;
  }
}
/* 1024 ≤ Window Width < 1280 */
@media only screen and (width >= 1024px) and (width <= 1279px) {
  h1 {
    font-size: 2.75rem;
  }
}
[data-animation="teaser"] {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 54rem;
  margin: 1rem auto 0;
}
[data-animation="teaser"] > * {
  flex: 1 1 0;
  position: relative;
  z-index: 1;
}
[data-animation="teaser"] > .middle {
  flex: 2 1 0;
  z-index: 2;
}
[data-animation="teaser"] > .middle figure {
  overflow: hidden;
  width: 100%;
  border: 2px solid white;
  border-radius: 0.25rem;
  background-clip: padding-box;
  box-shadow: 0 0 2rem rgba(51, 51, 102, 0.15);
}
[data-animation="teaser"] > .middle figure img {
  width: 100%;
  vertical-align: top;
  cursor: pointer;
}
[data-animation="teaser"] > .middle .pointer {
  position: absolute;
  height: 1rem;
  text-align: right;
  margin: -0.5rem 0;
  background-image: linear-gradient(transparent, 40%, #333366 40%, #333366 60%, transparent 60%);
}
[data-animation="teaser"] > .middle .pointer .symbol {
  height: 1rem;
  width: 1rem;
  margin: 0 -0.5rem;
  vertical-align: top;
  border-radius: 50%;
  background-clip: padding-box;
  background-color: white;
}
[data-animation="teaser"] > .middle .pointer .content {
  position: absolute;
  width: 11.25em;
  text-align: left;
  vertical-align: top;
}
[data-animation="teaser"] > .middle .pointer .content.left {
  left: -12.5em;
  text-align: right;
}
[data-animation="teaser"] > .middle .pointer .content.right {
  right: -12.5em;
  text-align: left;
}
[data-animation="teaser"] > .middle .pointer .content > * {
  display: block;
  cursor: pointer;
}
[data-animation="teaser"] > .middle .pointer .content > b {
  color: #333366;
  line-height: 100%;
}
[data-animation="teaser"] > .middle .pointer .content > b + * {
  margin-top: 0.5rem;
}
[data-animation="teaser"] > .middle .pointer .content > p {
  line-height: 150%;
  white-space: pre-line;
}
[data-animation="teaser"] > .middle .pointer .content > img {
  display: inline-block;
  max-width: 50%;
}
/* Responsive */
/* Window Width < 480 */
@media only screen and (max-width: 480px) {
  [data-animation="teaser"] {
    width: 22.5rem;
    height: 15rem;
  }
  [data-animation="teaser"] > .left {
    display: none;
  }
  [data-animation="teaser"] > .middle .pointer .content {
    font-size: 0.75em;
  }
  [data-animation="teaser"] > .middle .pointer .content > img {
    max-width: 25%;
  }
}
/* 480 ≤ Window Width < 768 */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  [data-animation="teaser"] {
    width: 30rem;
    height: 17.5rem;
  }
  [data-animation="teaser"] > .left {
    display: none;
  }
  [data-animation="teaser"] > .middle .pointer .content {
    font-size: 0.875em;
  }
  [data-animation="teaser"] > .middle .pointer .content > img {
    max-width: 37.5%;
  }
}
.animation {
  -webkit-user-select: none;
          user-select: none;
}
* > * {
  transition: all 0.25s ease;
}
/* stylelint-disable selector-class-pattern */
#drift-widget-container {
  z-index: 2147483646 !important;
  -webkit-user-select: none;
          user-select: none;
}
.PhoneInputCountryIcon.PhoneInputCountryIcon--border {
  margin-left: 2px;
}
.PhoneInputCountry,
.PhoneInputCountrySelect {
  cursor: pointer !important;
}
.tippy-box[data-theme~='postit'] {
  background-color: var(--color-postit);
  color: #000000;
}
.tippy-box[data-theme~='light'] {
  background-color: white;
  color: #000000;
  border-radius: 0.25rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
}
.tippy-box[data-theme~='light'] .tippy-content {
  padding: 0.25rem;
}
[data-tippy-root] {
  z-index: 1000000 !important;
}

.green-overlay {
  filter: brightness(0) saturate(100%) invert(54%) sepia(96%) saturate(201%) hue-rotate(132deg) brightness(96%) contrast(93%);
}
:root {
  --color-secondary: #333366;
  --color-primary: #00dddd;
  --color-primary-light: #00dddd55;
  --color-primary-light-transparent: #00dddd33;
  --color-tertiary: #00dddd55;
  --color-dark: #000033;
  --color-light: #f3faff;
  --color-text: #000000;
  --color-contrast: white;
  --color-background: #f6f7f8;
  --color-risk: #fb327e;
  --color-risk-light: #fca1c4ee;
  --color-risk-light-transparent: #fca1c499;
  --color-warning: #ff822d;
  --color-warning-light: #ff822dee;
  --color-warning-light-transparent: #ff822d33;
  --color-postit: var(--color-postit);
  --color-green: #399E86;
  --color-gray-dark: #262626;
  --color-gray: #808080;
  --color-gray-light: #cccccc;
  --color-gray-medium: #333333;
  --color-success: #399E86;
  --color-danger: #fb327e;
  --color-brand: var(--color-secondary);
}
.tour-tooltip {
  background-color: #fff;
  border: 1px solid #808080;
  border-radius: 0.75rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  padding: 1rem;
  max-width: 400px;
  position: relative;
  z-index: 10000;
}
.tour-tooltip .title {
  text-align: center;
  margin-bottom: 0;
}
.tour-tooltip .content {
  text-align: center;
  padding: 1rem;
}
.tour-tooltip .actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tour-tooltip .left-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.tour-tooltip .right-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.green-overlay {
  filter: brightness(0) saturate(100%) invert(54%) sepia(96%) saturate(201%) hue-rotate(132deg) brightness(96%) contrast(93%);
}
:root {
  --color-secondary: #333366;
  --color-primary: #00dddd;
  --color-primary-light: #00dddd55;
  --color-primary-light-transparent: #00dddd33;
  --color-tertiary: #00dddd55;
  --color-dark: #000033;
  --color-light: #f3faff;
  --color-text: #000000;
  --color-contrast: white;
  --color-background: #f6f7f8;
  --color-risk: #fb327e;
  --color-risk-light: #fca1c4ee;
  --color-risk-light-transparent: #fca1c499;
  --color-warning: #ff822d;
  --color-warning-light: #ff822dee;
  --color-warning-light-transparent: #ff822d33;
  --color-postit: var(--color-postit);
  --color-green: #399E86;
  --color-gray-dark: #262626;
  --color-gray: #808080;
  --color-gray-light: #cccccc;
  --color-gray-medium: #333333;
  --color-success: #399E86;
  --color-danger: #fb327e;
  --color-brand: var(--color-secondary);
}
.tag {
  display: inline-block;
  padding: 0.1rem 0.3rem;
  margin: 0.1rem;
  font-size: 0.8rem;
  background-color: #00dddd55;
  border-radius: 0.25rem;
  line-height: 125%;
  cursor: pointer;
  white-space: nowrap;
}
.tag:hover {
  background-color: #fb327e;
}
.tag-selected {
  background-color: #fb327e;
}

.green-overlay {
  filter: brightness(0) saturate(100%) invert(54%) sepia(96%) saturate(201%) hue-rotate(132deg) brightness(96%) contrast(93%);
}
:root {
  --color-secondary: #333366;
  --color-primary: #00dddd;
  --color-primary-light: #00dddd55;
  --color-primary-light-transparent: #00dddd33;
  --color-tertiary: #00dddd55;
  --color-dark: #000033;
  --color-light: #f3faff;
  --color-text: #000000;
  --color-contrast: white;
  --color-background: #f6f7f8;
  --color-risk: #fb327e;
  --color-risk-light: #fca1c4ee;
  --color-risk-light-transparent: #fca1c499;
  --color-warning: #ff822d;
  --color-warning-light: #ff822dee;
  --color-warning-light-transparent: #ff822d33;
  --color-postit: var(--color-postit);
  --color-green: #399E86;
  --color-gray-dark: #262626;
  --color-gray: #808080;
  --color-gray-light: #cccccc;
  --color-gray-medium: #333333;
  --color-success: #399E86;
  --color-danger: #fb327e;
  --color-brand: var(--color-secondary);
}
.json-form-wrapper fieldset {
  display: flex;
  flex-direction: column;
  min-height: 100% !important;
  gap: 1.5rem;
}
.json-form-wrapper fieldset[id="root"] {
  padding: 1rem;
}
.json-form-wrapper fieldset legend {
  display: none;
}
.json-form-wrapper span {
  display: block;
  color: #333366;
  font-size: 18px;
}
.json-form-wrapper input[type="number"] {
  max-width: 5rem;
}
.json-form-wrapper .field-number label,
.json-form-wrapper p {
  display: none;
}
.json-form-wrapper .field-string label {
  color: #333366;
  font-size: 18px;
}
.json-form-wrapper .form-group .form-group {
  padding-left: 3rem;
}

