.legal_page_g3VCj {
  background-color: var(--color-layer-level-0);
}
.legal_wrapper_TIp7C {
  width: 1200px;
  margin: 0 auto 60px;
}
.legal_header_KMO2_ {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  padding: 0 36px;
  background: var(--color-layer-level-1);
}
.legal_logoText_G0yuA {
  font-size: var(--font-size-headline-3);
  font-weight: var(--font-weight-headline-3);
  line-height: var(--line-height-headline-3);
  letter-spacing: var(--letter-spacing-headline-3);
  color: var(--color-on-layer-primary);
  position: absolute;
  top: 50%;
  left: 148px;
  transform: translateY(-50%);
  margin-left: 16px;
  padding-left: 16px;
  font-size: 15px;
  line-height: 30px;
}
.legal_logoText_G0yuA::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  height: 32px;
  width: 1px;
  background-color: var(--color-border-primary);
}
.legal_title_Fswtc {
  font-size: var(--font-size-headline-1);
  font-weight: var(--font-weight-headline-1);
  line-height: var(--line-height-headline-1);
  letter-spacing: var(--letter-spacing-headline-1);
  color: var(--color-on-layer-primary);
  margin: 50px 0 30px 0;
  font-size: 42px;
  font-weight: 500;
  line-height: 60px;
}
.legal_subtitle_s2jCD {
  font-size: var(--font-size-headline-2);
  font-weight: var(--font-weight-headline-2);
  line-height: var(--line-height-headline-2);
  letter-spacing: var(--letter-spacing-headline-2);
  color: var(--color-on-layer-primary);
  margin-bottom: 30px;
}
.legal_lesserHeading_oRbjU {
  font-size: var(--font-size-headline-3);
  font-weight: var(--font-weight-headline-3);
  line-height: var(--line-height-headline-3);
  letter-spacing: var(--letter-spacing-headline-3);
  color: var(--color-on-layer-primary);
  margin-bottom: 12px;
}
.legal_list_NBKjT {
  margin-bottom: 28px;
}
.legal_listItem_QhM8M {
  font-size: var(--font-size-headline-3);
  font-weight: var(--font-weight-headline-3);
  line-height: var(--line-height-headline-3);
  letter-spacing: var(--letter-spacing-headline-3);
  color: var(--color-on-layer-primary);
  position: relative;
  padding: 0 0 8px 20px;
  line-height: 22px;
}
.legal_listItem_QhM8M:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 9px;
  height: 9px;
  background: url(./65b3d0e7ecc217b1a887.svg);
}
.legal_link_aZ0RF {
  font-size: var(--font-size-body-medium);
  font-weight: var(--font-weight-body-medium);
  line-height: var(--line-height-body-medium);
  color: var(--color-on-layer-primary);
  display: inline;
  font-family: var(--font-family);
  text-decoration: underline;
  text-decoration-color: var(--color-anchor-underline-default);
  color: #001e5a;
}
.legal_link_aZ0RF:hover {
  text-decoration: none;
  color: #1e1e1e;
}
.legal_text_LTy8K {
  font-size: var(--font-size-headline-3);
  font-weight: var(--font-weight-headline-3);
  line-height: var(--line-height-headline-3);
  letter-spacing: var(--letter-spacing-headline-3);
  color: var(--color-on-layer-primary);
  margin-bottom: 24px;
}
@media only screen and (max-device-width: 1200px) and (-webkit-min-device-pixel-ratio: 1) {
  .legal_wrapper_TIp7C {
    width: 100%;
    margin: 0;
    padding: 0 50px;
  }
  .legal_link_aZ0RF {
    word-break: break-word;
  }
}

/*
 *  Block elements normalization
 */
html,
body,
canvas,
dd,
div,
dl,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
address,
article,
aside,
audio,
blockquote,
header,
hr,
ol,
output,
p,
pre,
section,
table,
tfoot,
tbody,
thead,
ul,
video,
legend,
time,
embed,
output,
iframe {
  padding: 0;
  margin: 0;
  outline: none;
}
/*
	*  Set HTML5 tags to a block elements in IE 8/9
	*  Set HTML5 'details' and 'summary' tags to a block elements in IE 10/11 and firefox
	*  Set HTML5 'main' tag to a block elements in IE 11
	*/
article,
aside,
figcaption,
figure,
footer,
header,
nav,
section,
details,
summary,
main {
  display: block;
}
/*
	*  In-line elements normalization
	*/
b,
big,
i,
small,
tt,
abbr,
acronym,
cite,
code,
dfn,
em,
kbd,
button,
input,
label,
select,
textarea,
optgroup,
small,
strike,
mark,
strong,
samp,
var,
a,
bdo,
br,
img,
map,
object,
q,
span,
sub,
sup {
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
}
/*
	*  Table homogenization
	*/
table {
  border-collapse: collapse;
}
th,
td {
  padding: 0;
}
/*
	*  Force HTML 5 tags to be a in-line block elements in IE 8/9
	*/
audio,
canvas,
progress,
video {
  display: inline-block;
}
/*
	*  Form elements homogenization
	*/
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
}
textarea {
  display: block;
}
/*
	*  Inner input tag vertical centering
	*/
input {
  line-height: normal;
}
/*
	*  remove image border when its placed in anchor in IE
	*/
img {
  border: 0;
}
/*
	*  Style reset of list tags
	*/
ul,
ol,
dl {
  list-style: none;
}
html,
body {
  height: 100%;
}
body {
  font-size: var(--font-size-body-medium);
  font-weight: var(--font-weight-body-medium);
  line-height: var(--line-height-body-medium);
  color: var(--color-on-layer-primary);
  margin: 0;
  padding: 0;
  border: 0;
  font-family: var(--font-family);
  font-feature-settings: var(--font-feature-settings-case-alternates), var(--font-feature-settings-slashed-zero), var(--font-feature-settings-contextual-alternates), var(--font-feature-settings-character-variants);
}
table {
  font-feature-settings: var(--font-feature-settings-tabular-numbers), var(--font-feature-settings-case-alternates), var(--font-feature-settings-slashed-zero), var(--font-feature-settings-contextual-alternates), var(--font-feature-settings-character-variants);
}
* {
  box-sizing: border-box;
}
.lib-tooltip {
  font-size: var(--font-size-body-small);
  font-weight: var(--font-weight-body-small);
  line-height: var(--line-height-body-small);
  letter-spacing: var(--letter-spacing-body-small);
  color: var(--color-on-layer-primary);
  background-color: var(--color-tooltip-default);
  max-width: 400px;
  position: absolute;
  left: 50%;
  bottom: auto;
  right: auto;
  margin-bottom: 3px;
  padding: 8px 10px;
  color: var(--color-on-layer-inverse);
  border-radius: var(--border-radius-small);
  transform: translateX(-50%);
  z-index: 50;
  animation: app_showTooltip_uEY5_ 0.3s ease-in forwards;
}
.lib-tooltip:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  left: calc(calc(50% - 4px));
  transform: rotate(360deg);
  margin-bottom: -4px;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: var(--color-border-focus-button) transparent transparent transparent;
}
.lib-tooltip--bottom {
  bottom: auto;
  margin-top: 3px;
}
.lib-tooltip--bottom:before {
  top: 0;
  left: calc(calc(50% - 4px));
  transform: rotate(180deg);
  margin-top: -4px;
}
@keyframes app_showTooltip_uEY5_ {
  0% {
    display: none;
    visibility: hidden;
    opacity: 0;
  }
  1% {
    display: block;
    visibility: visible;
  }
  100% {
    opacity: 1;
  }
}

