@charset "UTF-8";

/* src/styles.scss */
html {
  font-size: 18px;
  scroll-behavior: smooth;
}
body {
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0;
  margin: 0;
  background-color: #ffffff;
  color: #1d252d;
  font-family:
    "Titillium",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen-Sans,
    Ubuntu,
    Cantarell,
    "Helvetica Neue",
    sans-serif;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
@font-face {
  font-family: "Titillium";
  src:
    url(/assets/fonts/titillium-500.woff2) format("woff2"),
    url(/assets/fonts/titillium-500.woff) format("woff"),
    url(/assets/fonts/titillium-500.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Titillium";
  src:
    url(/assets/fonts/titillium-600.woff2) format("woff2"),
    url(/assets/fonts/titillium-600.woff) format("woff"),
    url(/assets/fonts/titillium-600.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Titillium";
  src:
    url(/assets/fonts/titillium-700.woff2) format("woff2"),
    url(/assets/fonts/titillium-700.woff) format("woff"),
    url(/assets/fonts/titillium-700.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Mono";
  src: url(/assets/fonts/ibm_plex_mono-regular.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
body {
  font-family:
    "Titillium",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen-Sans,
    Ubuntu,
    Cantarell,
    "Helvetica Neue",
    sans-serif;
  font-weight: 500;
  line-height: 1.6;
  font-size: 18px;
}
@media only screen and (max-width: 960px) {
  body {
    font-size: 16px;
  }
}
@media only screen and (max-width: 576px) {
  body {
    font-size: 15px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 1.2;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}
a {
  transition: color 200ms;
  color: #E3000B;
  font-weight: 600;
  text-decoration: none;
}
a:hover {
  color: #1d252d;
}
.weContainer {
  width: 100% !important;
  max-width: 1700px !important;
  margin: 0 auto !important;
  padding: 0 20px !important;
  flex: unset !important;
}
@media only screen and (min-width: 960px) {
  .weContainer {
    padding: 0 32px !important;
  }
}
@media only screen and (min-width: 1400px) {
  .weContainer {
    padding: 0 150px !important;
  }
}
.weMain {
  min-height: calc(100vh - 231px) !important;
  padding-bottom: 130px;
}
@media only screen and (max-width: 960px) {
  .weMain {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 576px) {
  .weMain {
    padding-bottom: 80px;
  }
}
.weSection {
  padding: 3.25rem 0 0 0;
  background-color: #ffffff;
}
@media only screen and (max-width: 960px) {
  .weSection {
    padding: 3rem 0 0 0;
  }
}
@media only screen and (max-width: 576px) {
  .weSection {
    padding: 2rem 0 0 0;
  }
}
.weRow {
  display: flex;
  flex-wrap: wrap;
}
.weRow.weRow--column {
  flex-direction: column;
  gap: 20px;
}
.weRow.weRow--margin {
  margin: 0 -15px;
}
@media only screen and (min-width: 960px) {
  .weRow {
    flex-direction: row !important;
  }
}
.weCol {
  flex: 1 0 0%;
  padding: 0 15px;
}
.weCol--1 {
  flex: 0 0 calc(8.3333333333% * 1);
  max-width: calc(8.3333333333% * 1);
  padding: 0 15px;
}
.weCol--2 {
  flex: 0 0 calc(8.3333333333% * 2);
  max-width: calc(8.3333333333% * 2);
  padding: 0 15px;
}
.weCol--3 {
  flex: 0 0 calc(8.3333333333% * 3);
  max-width: calc(8.3333333333% * 3);
  padding: 0 15px;
}
.weCol--4 {
  flex: 0 0 calc(8.3333333333% * 4);
  max-width: calc(8.3333333333% * 4);
  padding: 0 15px;
}
.weCol--5 {
  flex: 0 0 calc(8.3333333333% * 5);
  max-width: calc(8.3333333333% * 5);
  padding: 0 15px;
}
.weCol--6 {
  flex: 0 0 calc(8.3333333333% * 6);
  max-width: calc(8.3333333333% * 6);
  padding: 0 15px;
}
.weCol--7 {
  flex: 0 0 calc(8.3333333333% * 7);
  max-width: calc(8.3333333333% * 7);
  padding: 0 15px;
}
.weCol--8 {
  flex: 0 0 calc(8.3333333333% * 8);
  max-width: calc(8.3333333333% * 8);
  padding: 0 15px;
}
.weCol--9 {
  flex: 0 0 calc(8.3333333333% * 9);
  max-width: calc(8.3333333333% * 9);
  padding: 0 15px;
}
.weCol--10 {
  flex: 0 0 calc(8.3333333333% * 10);
  max-width: calc(8.3333333333% * 10);
  padding: 0 15px;
}
.weCol--11 {
  flex: 0 0 calc(8.3333333333% * 11);
  max-width: calc(8.3333333333% * 11);
  padding: 0 15px;
}
.weCol--12 {
  flex: 0 0 calc(8.3333333333% * 12);
  max-width: calc(8.3333333333% * 12);
  padding: 0 15px;
}
@media (min-width: 700px) {
  .weCol--md1 {
    flex: 0 0 calc(8.3333333333% * 1);
    max-width: calc(8.3333333333% * 1);
  }
  .weCol--md2 {
    flex: 0 0 calc(8.3333333333% * 2);
    max-width: calc(8.3333333333% * 2);
  }
  .weCol--md3 {
    flex: 0 0 calc(8.3333333333% * 3);
    max-width: calc(8.3333333333% * 3);
  }
  .weCol--md4 {
    flex: 0 0 calc(8.3333333333% * 4);
    max-width: calc(8.3333333333% * 4);
  }
  .weCol--md5 {
    flex: 0 0 calc(8.3333333333% * 5);
    max-width: calc(8.3333333333% * 5);
  }
  .weCol--md6 {
    flex: 0 0 calc(8.3333333333% * 6);
    max-width: calc(8.3333333333% * 6);
  }
  .weCol--md7 {
    flex: 0 0 calc(8.3333333333% * 7);
    max-width: calc(8.3333333333% * 7);
  }
  .weCol--md8 {
    flex: 0 0 calc(8.3333333333% * 8);
    max-width: calc(8.3333333333% * 8);
  }
  .weCol--md9 {
    flex: 0 0 calc(8.3333333333% * 9);
    max-width: calc(8.3333333333% * 9);
  }
  .weCol--md10 {
    flex: 0 0 calc(8.3333333333% * 10);
    max-width: calc(8.3333333333% * 10);
  }
  .weCol--md11 {
    flex: 0 0 calc(8.3333333333% * 11);
    max-width: calc(8.3333333333% * 11);
  }
  .weCol--md12 {
    flex: 0 0 calc(8.3333333333% * 12);
    max-width: calc(8.3333333333% * 12);
  }
}
@media (min-width: 960px) {
  .weCol--lg1 {
    flex: 0 0 calc(8.3333333333% * 1);
    max-width: calc(8.3333333333% * 1);
  }
  .weCol--lg2 {
    flex: 0 0 calc(8.3333333333% * 2);
    max-width: calc(8.3333333333% * 2);
  }
  .weCol--lg3 {
    flex: 0 0 calc(8.3333333333% * 3);
    max-width: calc(8.3333333333% * 3);
  }
  .weCol--lg4 {
    flex: 0 0 calc(8.3333333333% * 4);
    max-width: calc(8.3333333333% * 4);
  }
  .weCol--lg5 {
    flex: 0 0 calc(8.3333333333% * 5);
    max-width: calc(8.3333333333% * 5);
  }
  .weCol--lg6 {
    flex: 0 0 calc(8.3333333333% * 6);
    max-width: calc(8.3333333333% * 6);
  }
  .weCol--lg7 {
    flex: 0 0 calc(8.3333333333% * 7);
    max-width: calc(8.3333333333% * 7);
  }
  .weCol--lg8 {
    flex: 0 0 calc(8.3333333333% * 8);
    max-width: calc(8.3333333333% * 8);
  }
  .weCol--lg9 {
    flex: 0 0 calc(8.3333333333% * 9);
    max-width: calc(8.3333333333% * 9);
  }
  .weCol--lg10 {
    flex: 0 0 calc(8.3333333333% * 10);
    max-width: calc(8.3333333333% * 10);
  }
  .weCol--lg11 {
    flex: 0 0 calc(8.3333333333% * 11);
    max-width: calc(8.3333333333% * 11);
  }
  .weCol--lg12 {
    flex: 0 0 calc(8.3333333333% * 12);
    max-width: calc(8.3333333333% * 12);
  }
}
.weGrid__row {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -15px -30px;
}
.weGrid__row > * {
  width: 100%;
  margin: 0 0 30px;
  padding: 0 15px;
}
.weGrid__row--reverse {
  flex-flow: row-reverse wrap;
}
.weGrid__row--mtop15 {
  margin-top: 15px !important;
}
.weGrid__row.weSwiper__wrapper {
  flex-flow: row nowrap;
  margin: 0;
}
.weGrid__row.weSwiper__wrapper > * {
  margin: 0;
  padding: 0;
}
.weGrid__row--languageBanner {
  margin: 0px -20px !important;
  align-items: center;
}
@media (min-width: 960px) {
  .weGrid__row > .weGrid__aside--lg {
    padding-left: 35px;
  }
}
@media (min-width: 1140px) {
  .weGrid__row {
    margin: 0 -20px -30px;
  }
  .weGrid__row > * {
    padding: 0 20px;
  }
  .weGrid__row > .weGrid__aside--lg {
    padding-left: 40px;
  }
  .weGrid__row--forwardMd {
    flex-flow: row wrap;
  }
  .weGrid__row--reverseMd {
    flex-flow: row-reverse wrap;
  }
}
.weGrid__offset0 {
  margin-left: 0%;
}
.weGrid__offset1 {
  margin-left: 8.3333333333%;
}
.weGrid__offset2 {
  margin-left: 16.6666666667%;
}
.weGrid__offset3 {
  margin-left: 25%;
}
.weGrid__offset4 {
  margin-left: 33.3333333333%;
}
.weGrid__offset5 {
  margin-left: 41.6666666667%;
}
.weGrid__offset6 {
  margin-left: 50%;
}
.weGrid__width1 {
  width: 8.3333333333%;
}
.weGrid__width2 {
  width: 16.6666666667%;
}
.weGrid__width3 {
  width: 25%;
}
.weGrid__width4 {
  width: 33.3333333333%;
}
.weGrid__width5 {
  width: 41.6666666667%;
}
.weGrid__width6 {
  width: 50%;
}
.weGrid__width7 {
  width: 58.3333333333%;
}
.weGrid__width8 {
  width: 66.6666666667%;
}
.weGrid__width9 {
  width: 75%;
}
.weGrid__width10 {
  width: 83.3333333333%;
}
.weGrid__width11 {
  width: 91.6666666667%;
}
.weGrid__width12 {
  width: 100%;
}
@media (min-width: 390px) {
  .weGrid__offset0--sm {
    margin-left: 0%;
  }
  .weGrid__offset1--sm {
    margin-left: 8.3333333333%;
  }
  .weGrid__offset2--sm {
    margin-left: 16.6666666667%;
  }
  .weGrid__offset3--sm {
    margin-left: 25%;
  }
  .weGrid__offset4--sm {
    margin-left: 33.3333333333%;
  }
  .weGrid__offset5--sm {
    margin-left: 41.6666666667%;
  }
  .weGrid__offset6--sm {
    margin-left: 50%;
  }
  .weGrid__width1--sm {
    width: 8.3333333333%;
  }
  .weGrid__width2--sm {
    width: 16.6666666667%;
  }
  .weGrid__width3--sm {
    width: 25%;
  }
  .weGrid__width4--sm {
    width: 33.3333333333%;
  }
  .weGrid__width5--sm {
    width: 41.6666666667%;
  }
  .weGrid__width6--sm {
    width: 50%;
  }
  .weGrid__width7--sm {
    width: 58.3333333333%;
  }
  .weGrid__width8--sm {
    width: 66.6666666667%;
  }
  .weGrid__width9--sm {
    width: 75%;
  }
  .weGrid__width10--sm {
    width: 83.3333333333%;
  }
  .weGrid__width11--sm {
    width: 91.6666666667%;
  }
  .weGrid__width12--sm {
    width: 100%;
  }
}
@media (min-width: 700px) {
  .weGrid__offset0--md {
    margin-left: 0%;
  }
  .weGrid__offset1--md {
    margin-left: 8.3333333333%;
  }
  .weGrid__offset2--md {
    margin-left: 16.6666666667%;
  }
  .weGrid__offset3--md {
    margin-left: 25%;
  }
  .weGrid__offset4--md {
    margin-left: 33.3333333333%;
  }
  .weGrid__offset5--md {
    margin-left: 41.6666666667%;
  }
  .weGrid__offset6--md {
    margin-left: 50%;
  }
  .weGrid__width1--md {
    width: 8.3333333333%;
  }
  .weGrid__width2--md {
    width: 16.6666666667%;
  }
  .weGrid__width3--md {
    width: 25%;
  }
  .weGrid__width4--md {
    width: 33.3333333333%;
  }
  .weGrid__width5--md {
    width: 41.6666666667%;
  }
  .weGrid__width6--md {
    width: 50%;
  }
  .weGrid__width7--md {
    width: 58.3333333333%;
  }
  .weGrid__width8--md {
    width: 66.6666666667%;
  }
  .weGrid__width9--md {
    width: 75%;
  }
  .weGrid__width10--md {
    width: 83.3333333333%;
  }
  .weGrid__width11--md {
    width: 91.6666666667%;
  }
  .weGrid__width12--md {
    width: 100%;
  }
}
@media (min-width: 960px) {
  .weGrid__offset0--lg {
    margin-left: 0%;
  }
  .weGrid__offset1--lg {
    margin-left: 8.3333333333%;
  }
  .weGrid__offset2--lg {
    margin-left: 16.6666666667%;
  }
  .weGrid__offset3--lg {
    margin-left: 25%;
  }
  .weGrid__offset4--lg {
    margin-left: 33.3333333333%;
  }
  .weGrid__offset5--lg {
    margin-left: 41.6666666667%;
  }
  .weGrid__offset6--lg {
    margin-left: 50%;
  }
  .weGrid__width1--lg {
    width: 8.3333333333%;
  }
  .weGrid__width2--lg {
    width: 16.6666666667%;
  }
  .weGrid__width3--lg {
    width: 25%;
  }
  .weGrid__width4--lg {
    width: 33.3333333333%;
  }
  .weGrid__width5--lg {
    width: 41.6666666667%;
  }
  .weGrid__width6--lg {
    width: 50%;
  }
  .weGrid__width7--lg {
    width: 58.3333333333%;
  }
  .weGrid__width8--lg {
    width: 66.6666666667%;
  }
  .weGrid__width9--lg {
    width: 75%;
  }
  .weGrid__width10--lg {
    width: 83.3333333333%;
  }
  .weGrid__width11--lg {
    width: 91.6666666667%;
  }
  .weGrid__width12--lg {
    width: 100%;
  }
}
@media (min-width: 1140px) {
  .weGrid__offset0--xl {
    margin-left: 0%;
  }
  .weGrid__offset1--xl {
    margin-left: 8.3333333333%;
  }
  .weGrid__offset2--xl {
    margin-left: 16.6666666667%;
  }
  .weGrid__offset3--xl {
    margin-left: 25%;
  }
  .weGrid__offset4--xl {
    margin-left: 33.3333333333%;
  }
  .weGrid__offset5--xl {
    margin-left: 41.6666666667%;
  }
  .weGrid__offset6--xl {
    margin-left: 50%;
  }
  .weGrid__width1--xl {
    width: 8.3333333333%;
  }
  .weGrid__width2--xl {
    width: 16.6666666667%;
  }
  .weGrid__width3--xl {
    width: 25%;
  }
  .weGrid__width4--xl {
    width: 33.3333333333%;
  }
  .weGrid__width5--xl {
    width: 41.6666666667%;
  }
  .weGrid__width6--xl {
    width: 50%;
  }
  .weGrid__width7--xl {
    width: 58.3333333333%;
  }
  .weGrid__width8--xl {
    width: 66.6666666667%;
  }
  .weGrid__width9--xl {
    width: 75%;
  }
  .weGrid__width10--xl {
    width: 83.3333333333%;
  }
  .weGrid__width11--xl {
    width: 91.6666666667%;
  }
  .weGrid__width12--xl {
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .weGrid__offset0--xxl {
    margin-left: 0%;
  }
  .weGrid__offset1--xxl {
    margin-left: 8.3333333333%;
  }
  .weGrid__offset2--xxl {
    margin-left: 16.6666666667%;
  }
  .weGrid__offset3--xxl {
    margin-left: 25%;
  }
  .weGrid__offset4--xxl {
    margin-left: 33.3333333333%;
  }
  .weGrid__offset5--xxl {
    margin-left: 41.6666666667%;
  }
  .weGrid__offset6--xxl {
    margin-left: 50%;
  }
  .weGrid__width1--xxl {
    width: 8.3333333333%;
  }
  .weGrid__width2--xxl {
    width: 16.6666666667%;
  }
  .weGrid__width3--xxl {
    width: 25%;
  }
  .weGrid__width4--xxl {
    width: 33.3333333333%;
  }
  .weGrid__width5--xxl {
    width: 41.6666666667%;
  }
  .weGrid__width6--xxl {
    width: 50%;
  }
  .weGrid__width7--xxl {
    width: 58.3333333333%;
  }
  .weGrid__width8--xxl {
    width: 66.6666666667%;
  }
  .weGrid__width9--xxl {
    width: 75%;
  }
  .weGrid__width10--xxl {
    width: 83.3333333333%;
  }
  .weGrid__width11--xxl {
    width: 91.6666666667%;
  }
  .weGrid__width12--xxl {
    width: 100%;
  }
}
.weStage {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}
.weStage__background {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.weStage__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  max-width: 100vw;
}
@media (min-width: 576px) and (max-width: 991px) {
  .weStage__background {
    height: 320px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .weStage__background {
    height: 360px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .weStage__background {
    height: 400px;
  }
}
@media (min-width: 1400px) {
  .weStage__background {
    height: 400px;
  }
}
.weStage__content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  color: #ffffff;
  text-align: center;
  padding: 0 24px;
  background-color: rgba(34, 34, 34, 0.7);
}
.weStage__content-inner {
  width: 100%;
  max-width: 1700px;
  margin: 0 auto;
}
@media (min-width: 576px) and (max-width: 991px) {
  .weStage__content-inner {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .weStage__content-inner {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .weStage__content-inner {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (min-width: 1400px) {
  .weStage__content-inner {
    padding-left: 150px;
    padding-right: 150px;
  }
}
.weStage__content .weStage__title {
  margin-bottom: 24px;
}
.weStage__content .weStage__title-header {
  text-transform: uppercase;
  text-align: left;
  font-weight: 700;
  font-size: 2.5rem;
  margin-bottom: 1rem;
  width: 100%;
}
@media (max-width: 576px) {
  .weStage__content .weStage__title-header {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .weStage__content .weStage__title-header {
    font-size: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .weStage__content .weStage__title-header {
    font-size: 2.2rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .weStage__content .weStage__title-header {
    font-size: 2.5rem;
  }
}
@media (min-width: 1400px) {
  .weStage__content .weStage__title-header {
    font-size: 2.5rem;
  }
}
.weStage__info {
  display: grid;
  align-items: center;
  gap: 16px;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-top: 16px;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  box-sizing: border-box;
}
@media (min-width: 993px) {
  .weStage__info > div {
    border-left: 2px solid rgba(255, 255, 255, 0.3);
    padding-left: 40px;
  }
  .weStage__info > div:first-child {
    border-left: none;
    padding-left: 0px;
  }
}
@media (min-width: 1200px) {
  .weStage__info {
    grid-template-columns: 1.2fr 1fr 1fr auto;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .weStage__info {
    grid-template-columns: 1.2fr 1fr auto;
  }
}
@media (max-width: 991px) and (min-width: 576px) {
  .weStage__info {
    grid-template-columns: 1.2fr auto;
  }
}
@media (max-width: 576px) {
  .weStage__info {
    grid-template-columns: 1fr;
  }
}
.weStage__info-itemSeparator {
  display: none;
}
.weStage__info-itemSeparatorLine {
  display: none;
}
.weStage__info-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.weStage__info-item:last-child::after {
  display: none;
}
.weStage__info-item-user {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
}
.weStage__info-item-user .weUser__avatar {
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 1.3rem;
  flex-shrink: 0;
}
@media (min-width: 576px) {
  .weStage__info-item-user .weUser__avatar {
    width: 60px;
    height: 60px;
    font-size: 1.1rem;
  }
}
@media (min-width: 992px) {
  .weStage__info-item-user .weUser__avatar {
    width: 60px;
    height: 60px;
    font-size: 1.3rem;
  }
}
@media (min-width: 1200px) {
  .weStage__info-item-user .weUser__avatar {
    width: 60px;
    height: 60px;
    font-size: 1.3rem;
  }
}
@media (min-width: 1400px) {
  .weStage__info-item-user .weUser__avatar {
    width: 80px;
    height: 80px;
    font-size: 1.3rem;
  }
}
.weStage__info-item-user .weUser__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 576px) {
  .weStage__info-item-user .weUser__info {
    height: 60px;
  }
}
@media (min-width: 992px) {
  .weStage__info-item-user .weUser__info {
    height: 60px;
  }
}
@media (min-width: 1200px) {
  .weStage__info-item-user .weUser__info {
    height: 60px;
  }
}
@media (min-width: 1400px) {
  .weStage__info-item-user .weUser__info {
    height: 80px;
  }
}
.weStage__info-item-user .weUser__info .title {
  font-weight: 600;
  font-size: 0.85rem;
}
@media (min-width: 576px) {
  .weStage__info-item-user .weUser__info .title {
    font-size: 0.9rem;
  }
}
@media (min-width: 992px) {
  .weStage__info-item-user .weUser__info .title {
    font-size: 0.9rem;
  }
}
@media (min-width: 1094px) {
  .weStage__info-item-user .weUser__info .title {
    font-size: 1.3rem;
  }
}
@media (min-width: 1200px) and (max-width: 1330px) {
  .weStage__info-item-user .weUser__info .title {
    font-size: 1rem;
  }
}
.weStage__info-item-user .weUser__info .label {
  font-size: 0.7rem;
  opacity: 0.8;
}
@media (min-width: 576px) {
  .weStage__info-item-user .weUser__info .label {
    font-size: 0.8rem;
  }
}
@media (min-width: 992px) {
  .weStage__info-item-user .weUser__info .label {
    font-size: 0.875rem;
  }
}
.weStage__info-item .label {
  font-size: 14px;
  opacity: 0.8;
}
.weStage__info-item .value,
.weStage__info-item .title {
  font-weight: 600;
}
.weStage__info-item--pBtn,
.weStage__info-item.show-md,
.weStage__info-item.show-lg {
  align-items: flex-start;
  text-align: left;
  margin-left: 20px;
}
.weStage__info-item.show-md {
  display: none;
}
@media (min-width: 992px) {
  .weStage__info-item.show-md {
    display: flex;
  }
}
.weStage__info-item.show-lg {
  display: none;
}
@media (min-width: 1200px) {
  .weStage__info-item.show-lg {
    display: flex;
  }
}
@media (max-width: 576px) {
  .weStage__info {
    grid-template-columns: 1fr 1fr;
  }
  .weStage__info .weStage__info-item {
    align-items: stretch;
  }
  .weStage__info .weStage__info-item::after {
    display: none;
  }
  .weStage__info .weStage__info-item:nth-child(1) {
    justify-content: flex-start;
    text-align: left;
  }
  .weStage__info .weStage__info-item:nth-child(2) {
    justify-content: flex-end;
    text-align: right;
  }
}
.weStage__info-item-user {
  align-items: flex-start;
  text-align: left;
}
.weStage__info-item.hide-sm,
.weStage__info-item.hide-md.hide-sm {
  align-items: flex-start;
  text-align: left;
  margin-left: 30px;
}
.weStage__info-item:last-child {
  align-items: flex-end;
  text-align: right;
}
@media (max-width: 576px) {
  .weStage__info {
    grid-template-columns: 1fr;
    gap: 8px;
    padding-right: 0;
  }
  .weStage__info .weStage__info-item {
    width: 100%;
    text-align: left;
  }
  .weStage__info .weStage__info-item:last-child {
    grid-column: 1/-1;
    justify-self: start;
    margin-left: 0 !important;
  }
  .weStage__info .weStage__info-item:last-child .weButton {
    width: 100%;
    justify-content: space-between;
  }
}
@media (max-width: 576px) {
  .weStage {
    grid-template-columns: 1fr 1fr;
  }
}
.weButton {
  font-family:
    "Titillium",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen-Sans,
    Ubuntu,
    Cantarell,
    "Helvetica Neue",
    sans-serif;
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 11px 15px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 4px;
  transition:
    background-color 0.2s,
    color 0.2s,
    border-color 0.2s;
  cursor: pointer;
}
@media only screen and (max-width: 576px) {
  .weButton {
    font-size: 15px;
  }
}
.weButton svg {
  width: 13px;
  height: 10px;
  display: inline-block;
}
.weButton .weButton__symbol {
  top: 3px;
}
.weButton .weButton__symbol--right {
  order: 2;
  margin-left: 5px;
  margin-right: 0;
}
.weButton .weButton__symbol:not(.weButton__symbol--right) {
  margin-right: 5px;
  margin-left: 0px;
}
.weButton.weButton--primary {
  border-radius: 0;
  background-color: #E3000B;
  border: none;
}
.weButton.weButton--primary:hover {
  background-color: #1d252d;
}
.weButton.weButton--primary:active {
  background-color: #1d252d;
}
.weButton--primary {
  color: #ffffff;
  background-color: #1d252d;
  border-color: #1d252d;
}
.weButton--primary:hover {
  background-color: rgb(176, 0, 8.5286343612);
  border-color: rgb(176, 0, 8.5286343612);
}
.weButton--secondary {
  color: #ffffff;
  background-color: #E3000B;
  border-color: #E3000B;
}
.weButton--secondary:hover {
  background-color: rgb(201.5, 0, 9.7643171806);
  border-color: rgb(201.5, 0, 9.7643171806);
}
.weButton--danger {
  color: #ffffff;
  background-color: #E3000B;
  border-color: #E3000B;
}
.weButton--danger:hover {
  background-color: rgb(176, 0, 8.5286343612);
  border-color: rgb(150.5, 0, 7.2929515419);
}
.weButton--login {
  color: #1d252d;
  background-color: #ffffff;
}
.weButton--login:hover {
  background-color: rgb(242.25, 242.25, 242.25);
}
.weButton--small {
  font-size: 12px;
  padding: 6px 12px;
}
.weButton:disabled {
  opacity: 0.65;
  cursor: not-allowed;
  pointer-events: none;
}
.weButton--plain {
  height: 24px;
  padding: 0;
  font-size: 16px;
  background: transparent;
  color: #E3000B;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-transform: uppercase;
  text-underline-offset: 3px;
}
.weButton--plain:hover {
  background: transparent;
  color: #1d252d;
}
@media only screen and (max-width: 576px) {
  .weButton--plain {
    font-size: 15px;
  }
}
.weButton--plain--disabled {
  opacity: 0.35;
  cursor: not-allowed;
  pointer-events: none;
  color: #1d252d;
}
.weButton--plain.weButton--delete {
  color: #222222;
}
.weButton--plain.weButton--delete:hover {
  color: #E3000B;
}
.weButton--separator {
  position: relative;
  margin-left: 0 !important;
}
.weButton--separator:first-child {
  padding-right: 15px;
}
.weButton--separator:first-child:last-child {
  padding-left: 0;
  padding-right: 0;
}
.weButton--separator:last-child {
  padding-left: 15px;
}
.weButton--separator:not(:first-child):not(:last-child) {
  padding-left: 15px;
  padding-right: 15px;
}
.weButton--separator:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 40%;
  transform: translateY(-50%);
  height: 100%;
  width: 1px;
  opacity: 0.3;
  background-color: #1d252d;
  pointer-events: none;
}
@media (max-width: 575.98px) {
  .weButton--separator:not(:last-child)::after {
    display: none;
  }
}
.weButton--inverted {
  color: #1d252d;
}
.weButton--inverted:hover {
  color: #E3000B;
}
@media (max-width: 1200px) {
  .weButton__text {
    display: none;
  }
}
.weButton__group {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin: 10px -15px -15px 0;
}
.weButton__group--center {
  justify-content: center;
}
.weButton__group--space-between {
  justify-content: space-between;
}
.weButton__group > .weButton {
  max-width: calc(100% - 15px);
  margin: 0 15px 15px 0;
}
.weButton__group > .weButton--plain {
  max-width: calc(100% - 15px);
}
.weButton__group > .weButton--left {
  margin-right: auto;
}
.weButton__group > .weButton--center {
  margin-left: auto;
  margin-right: auto;
}
.weButton__group > .weButton--right {
  margin-left: auto;
}
@media (max-width: 576px) {
  .weButton__group {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 8px;
  }
  .weButton__group > .weButton--plain {
    flex: 1 1 auto;
    min-width: 0;
    font-size: 14px;
    padding: 4px 6px;
    line-height: 1.2;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .weButton__group > .weButton {
    font-size: 15px;
  }
}
.weTextarea,
.weSelect,
.weInput {
  display: block;
  width: 100%;
  padding: 8px 12px;
  font-size: 1rem;
  line-height: 1.5;
  color: #c5000a;
  background-color: #ffffff;
  border: 1px solid #ced4da;
  border-radius: 4px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.weInput:focus {
  border-color: #9bb3ca;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 69, 102, 0.25);
}
.weSelect:focus {
  border-color: #9bb3ca;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 69, 102, 0.25);
}
.weTextarea {
  min-height: 100px;
  resize: vertical;
}
.weTextarea:focus {
  border-color: #9bb3ca;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 69, 102, 0.25);
}
.weLabel {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-weight: bold;
}
.weForm__group {
  margin-bottom: 1rem;
}
.weForm__help {
  display: block;
  margin-top: 5px;
  font-size: 0.875rem;
  color: #313f4c;
}
.weForm__error {
  display: block;
  margin-top: 5px;
  font-size: 0.875rem;
  color: #E3000B;
}
@media only screen and (max-width: 576px) {
  .weForm__field {
    margin-bottom: 15px;
  }
}
.weForm__field--error {
  color: #E3000B;
}
.weForm__field--disabled {
  opacity: 0.5;
}
.weForm__fieldCaption {
  font-size: 14px;
  line-height: 1.45em;
  letter-spacing: 0;
  margin: 15px 0 6px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 576px) {
  .weForm__fieldCaption {
    font-size: 12.8px;
  }
}
.weForm__fieldError {
  font-size: 0.75rem;
  line-height: 1.45em;
  letter-spacing: 0;
  margin: 6px 0 0;
  color: #E3000B;
}
.weForm__fieldGroup {
  margin-top: 10px;
  margin-bottom: -20px;
}
.weForm__fieldGroup + .weForm__fieldGroup {
  margin-top: 20px;
}
.weForm__fieldGroup > * {
  margin-bottom: 20px;
}
@media (min-width: 960px) {
  .weForm__width2--lg {
    width: 20%;
  }
  .weForm__width3--lg {
    width: 30%;
  }
}
.weForm__fieldInput {
  font-family:
    "Titillium",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen-Sans,
    Ubuntu,
    Cantarell,
    "Helvetica Neue",
    sans-serif;
  font-size: 18px;
  letter-spacing: 0;
  background: #E9EEF1;
  border: none;
  border-radius: 0;
  border-bottom: 2px solid transparent;
  transition: border-bottom-color 200ms;
  width: 100%;
  padding: 0 15px;
  outline: none;
  color: inherit;
  line-height: 56px;
}
@media (max-width: 576px) {
  .weForm__fieldInput {
    font-size: 15px;
    line-height: 45px;
  }
}
.weForm__fieldInput:focus-within {
  border-bottom-color: #1d252d;
}
.weForm__field--error > .weForm__fieldInput {
  background: rgba(227, 0, 11, 0.1);
  border-bottom-color: #E3000B;
  color: #E3000B;
}
.weForm__tooltip {
  display: inline-block;
  margin: -4px 0;
  padding: 4px;
  vertical-align: baseline;
}
.weForm__tooltipLabel {
  width: 12px;
  height: 12px;
  background: #000;
  border-radius: 6px;
  color: #ffffff;
  font-size: 11px;
  line-height: 12px;
  text-align: center;
}
.weForm__tooltipPanel {
  font-size: 1rem;
  line-height: 1.5em;
  letter-spacing: 0;
  min-width: 350px;
  padding: 15px;
}
@media (min-width: 700px) {
  .weForm__tooltipPanel {
    font-size: 1.07rem;
  }
}
.weForm__infoText > .weTypo__hgroup > p {
  font-size: 16px;
}
@media (max-width: 576px) {
  .weForm__infoText > .weTypo__hgroup > p {
    font-size: 15px;
  }
}
.weFormSelect {
  position: relative;
  --we-select-max-width: calc(100vw - 20px);
  --we-select-min-width: 100%;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
}
.weFormSelect > .weFormSelect__panel {
  display: none;
}
.weFormSelect__label {
  position: relative;
  font-size: 1rem;
  line-height: 1.5em;
  letter-spacing: 0;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding: 0 15px;
  background: #E9EEF1;
  color: #1d252d;
  cursor: pointer;
  line-height: 48px;
}
@media (min-width: 700px) {
  .weFormSelect__label {
    font-size: 1.07rem;
  }
}
.weGrid__sectionPanel--light .weFormSelect__label {
  background: #ffffff;
}
.weGrid__sectionPanel--grayLight .weFormSelect__label {
  background: #ffffff;
}
.weForm__field--error > * > .weFormSelect__label {
  background: rgba(227, 0, 11, 0.1);
}
*:disabled + .weFormSelect__label {
  cursor: default;
}
.weFormSelect__labelCaption {
  overflow: hidden;
  flex: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.weFormSelect__labelHandle {
  margin-left: 10px;
  flex: 0 0 auto;
  transition: -webkit-transform 200ms;
  transition: transform 200ms;
  transition: transform 200ms, -webkit-transform 200ms;
}
.weFormSelect__input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
}
@media (min-width: 700px) {
  .weFormSelect::before {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 298;
    content: "";
    background: rgba(29, 37, 45, 0.1);
    opacity: 0;
    pointer-events: none;
    transition: visibility 200ms, opacity 200ms;
    visibility: hidden;
  }
  .weFormSelect:focus-within::before {
    opacity: 1;
    visibility: inherit;
  }
  .weFormSelect:focus-within > .weFormSelect__label {
    z-index: 299;
  }
  .weFormSelect:focus-within > * > .weFormSelect__labelHandle {
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1);
  }
  .weFormSelect__input {
    display: none;
    pointer-events: none;
  }
  .weFormSelect > .weFormSelect__panel {
    display: block;
  }
}
@media (max-width: 699.98px) {
  .d-down-md-none {
    display: none;
  }
}
@media (min-width: 700px) {
  .d-md-none {
    display: none;
  }
}
@media (min-width: 960px) {
  .d-lg-none {
    display: none;
  }
}
@media (min-width: 1140px) {
  .d-xl-none {
    display: none;
  }
}
label[for=area] {
  font-size: 1.2rem;
  font-weight: bold;
}
.weFormSelect__panel {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 300;
  min-width: 100%;
  background: #ffffff;
  opacity: 0;
  transition:
    opacity 200ms,
    visibility 200ms,
    -webkit-transform 200ms;
  transition:
    opacity 200ms,
    transform 200ms,
    visibility 200ms;
  transition:
    opacity 200ms,
    transform 200ms,
    visibility 200ms,
    -webkit-transform 200ms;
  visibility: hidden;
  color: #1d252d;
}
.weFormSelect__panel,
.weFormSelect__panel .simplebar-content {
  width: -webkit-max-content;
  width: max-content;
  max-width: var(--we-select-max-width);
}
.weFormSelect__panel .simplebar-content {
  min-width: var(--we-select-min-width);
}
*:focus-within > .weFormSelect__panel {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  visibility: inherit;
}
*:disabled + * + .weFormSelect__panel {
  display: none !important;
}
.weFormSelect__panel--top {
  top: auto;
  bottom: calc(100% + 2px);
  -webkit-transform: translate(0, 10px);
  transform: translate(0, 10px);
}
.weFormSelect__panel--bottom {
  top: calc(100% + 2px);
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px);
}
@media (min-width: 700px) {
  *[data-searchbar="1"] .weFormSelect__panel {
    padding-top: 66px;
    padding-bottom: 6px;
  }
}
.weFormSelect__panelList {
  max-height: 40vh;
}
.weFormSelect__panelSearchBar {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
  align-items: center;
  justify-content: space-between;
  background: white;
  padding: 15px 15px 0;
}
.weFormSelect__panelSearchBar input {
  font-size: 1em;
  letter-spacing: 0;
  background: rgba(233, 238, 241, 0.7);
  border: none;
  border-radius: 0;
  border-bottom: 2px solid transparent;
  transition: border-bottom-color 200ms;
  width: 100%;
  padding: 0 45px 0 15px;
  outline: none;
  color: inherit;
  line-height: 43px;
}
.weFormSelect__panelSearchBar input::-webkit-input-placeholder {
  color: #1d252d;
}
.weFormSelect__panelSearchBar input:focus-within {
  outline: none;
  border-bottom-color: #1d252d;
}
.weFormSelect__panelSearchBar input:focus-within ~ svg {
  opacity: 1;
}
.weFormSelect__panelSearchBar > svg {
  position: absolute;
  right: 30px;
  transition: opacity 0.3s;
}
.weFormSelect__panelSearchBar > svg.weFormSelect__panelSearchBar--resetIcon {
  display: none;
  z-index: 1;
  cursor: pointer;
  transition: all 0.3s;
}
.weFormSelect__panelSearchBar > svg.weFormSelect__panelSearchBar--resetIcon:hover {
  color: #E3000B;
}
.weFormSelect__panelSearchBar--noResultContainer {
  display: none;
  padding: 6px 15px;
  font-size: 1rem;
  gap: 10px;
}
.weFormSelect__panelSearchBar--noResultContainer .weFormSelect__panelSearchBar--reset {
  font-size: 1rem;
  text-transform: none;
  cursor: pointer;
}
*[data-searchbar="1"] .weFormSelect__panelSearchBar {
  display: flex;
}
.weFormSelect__panelItem {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  padding: 6px 15px;
  transition: background-color 200ms;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1rem;
}
.weFormSelect__panelItem:hover {
  background: #E9EEF1;
}
.weFormSelect__panelItem:active {
  color: #b00009;
}
.weFormSelect__panelItem--selected {
  font-weight: 700;
}
.weFormSelect__panelList .weFormSelect__panelItem:first-child {
  padding-top: 12px;
}
.weFormSelect__panelList .weFormSelect__panelItem:last-child {
  padding-bottom: 12px;
}
.weFormSelect__panelWidget {
  position: relative;
  top: 4px;
  width: 18px;
  height: 18px;
  padding: 1px;
  margin-right: 15px;
  background: #E9EEF1;
  border-radius: 2px;
  transition: background-color 200ms;
}
*:hover > .weFormSelect__panelWidget {
  background: #ffffff;
}
.weFormSelect__panelItem--selected > .weFormSelect__panelWidget {
  background: #1d252d;
}
.weFormSelect__panelWidgetIcon {
  color: #ffffff;
  visibility: hidden;
}
.weFormSelect__panelItem--selected .weFormSelect__panelWidgetIcon {
  visibility: inherit;
}
.weFormSelect__panelLabel {
  flex: 1;
}
.weMessage {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem;
  border-radius: 4px;
  font-size: 0.875rem;
}
.weMessage--success {
  background: rgba(40, 167, 69, 0.1);
  color: #155724;
  border: 1px solid rgba(40, 167, 69, 0.2);
}
.weMessage--info {
  background: rgba(23, 162, 184, 0.1);
  color: #0c5460;
  border: 1px solid rgba(23, 162, 184, 0.2);
}
.weMessage--error {
  background-color: #f8d7da;
  color: #721c24;
  border-color: #f5c6cb;
}
.weMessage--warning {
  background-color: #fff3cd;
  color: #856404;
  border-color: #ffeeba;
}
.weEmpty {
  color: #888;
  font-style: italic;
  padding: 20px 0;
  text-align: center;
}
.weLoading {
  padding: 20px;
  text-align: center;
  color: #313f4c;
}
.weLoading::after {
  content: "...";
  animation: dots 1.5s infinite;
}
@keyframes dots {
  0%, 20% {
    content: ".";
  }
  40% {
    content: "..";
  }
  60%, 100% {
    content: "...";
  }
}
@keyframes weAnim__fadeOut {
  from {
    opacity: 1;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes weAnim__fadeIn {
  from {
    opacity: 0;
    visibility: visible;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}
.weModalInfo {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  overflow: auto;
  -webkit-animation: weAnim__fadeIn 200ms;
  animation: weAnim__fadeIn 200ms;
  background: rgba(29, 37, 45, 0.7);
}
.weModalInfo--fadeOut {
  -webkit-animation: weAnim__fadeOut 200ms forwards;
  animation: weAnim__fadeOut 200ms forwards;
}
.weModalInfo__flyout {
  position: relative;
  display: inline-block;
  bottom: 1px;
}
.weModalInfo__flyoutLabel {
  cursor: pointer;
  margin-left: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  background: #222222;
  font-size: 10px;
  color: #ffffff;
  border-radius: 50%;
  vertical-align: middle;
}
.weModalInfo__flyoutPanel {
  display: none;
  position: absolute;
  bottom: calc(100% + 6px);
  left: 50%;
  transform: translateX(calc(-25% + 1px));
  z-index: 1100;
  max-width: 90vw;
  width: 240px;
  background: #313f4c;
  border: none;
  padding: 10px;
  color: #ffffff;
  box-sizing: border-box;
  right: auto;
  left: auto;
  left: clamp(6px, 50% + 2px, 100vw - 6px - 240px);
}
.weModalInfo__flyoutPanel::before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 25%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #313f4c;
}
.weModalInfo__flyout:hover .weModalInfo__flyoutPanel {
  display: block;
}
.weModalInfo--fadeOut {
  -webkit-animation: weAnim__fadeOut 200ms forwards;
  animation: weAnim__fadeOut 200ms forwards;
  visibility: hidden;
}
.weModalInfo__container {
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.weModalInfo__panel {
  position: relative;
  padding: 20px;
  -webkit-animation: weAnim__zoomFadeIn 300ms;
  animation: weAnim__zoomFadeIn 300ms;
  background: #ffffff;
}
.weModalInfo__panel--noPadding {
  padding: 0;
}
.weModalInfo__text > .weTypo__hgroup > p {
  font-size: 16px;
}
@media (max-width: 576px) {
  .weModalInfo__text > .weTypo__hgroup > p {
    font-size: 15px;
  }
}
.weModalInfo__panelCloser {
  position: absolute;
  top: 0;
  right: 0;
  transition: color 200ms;
  padding: 20px;
  z-index: 1;
  background: none;
  border: none;
  outline: none;
}
.weModalInfo__panelCloser:hover {
  color: #E3000B;
  cursor: pointer;
}
.weModalInfo__panelContent {
  position: relative;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.2);
  overflow: visible;
  height: 100%;
  padding: 51px 60px 60px 60px;
}
@media only screen and (min-width: 1920px) {
  .weModalInfo__panelContent {
    width: 1160px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1919.98px) {
  .weModalInfo__panelContent {
    width: 1136px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1199.98px) {
  .weModalInfo__panelContent {
    width: 960px;
    padding: 31px 40px 40px 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023.98px) {
  .weModalInfo__panelContent {
    width: 704px;
    padding: 31px 40px 40px 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  .weModalInfo__panelContent {
    width: 515px;
    padding: 31px 40px 40px 40px;
  }
}
@media only screen and (max-width: 575.98px) {
  .weModalInfo__panelContent {
    width: 350px;
    padding: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .weModalInfo__panelContent--renew {
    width: 810px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1199.98px) {
  .weModalInfo__panelContent--renew {
    width: 780px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023.98px) {
  .weModalInfo__panelContent--renew {
    width: 765px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  .weModalInfo__panelContent--renew {
    width: 475px;
  }
}
@media only screen and (max-width: 575.98px) {
  .weModalInfo__panelContent--renew {
    width: 350px;
  }
}
@media only screen and (min-width: 1200px) {
  .weModalInfo__panelContent--api-perms {
    width: 560px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1199.98px) {
  .weModalInfo__panelContent--api-perms {
    width: 540px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023.98px) {
  .weModalInfo__panelContent--api-perms {
    width: 450px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  .weModalInfo__panelContent--api-perms {
    width: 450px;
  }
}
@media only screen and (max-width: 575.98px) {
  .weModalInfo__panelContent--api-perms {
    width: 300px;
  }
}
.weModalInfo__panelContent--examples {
  overflow: auto;
  box-sizing: border-box;
}
@media (min-width: 1400px) {
  .weModalInfo__panelContent--examples {
    width: 1160px;
    height: 900px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .weModalInfo__panelContent--examples {
    width: 1136px;
    height: 720px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .weModalInfo__panelContent--examples {
    width: 960px;
    height: 600px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .weModalInfo__panelContent--examples {
    width: 704px;
    height: 904px;
  }
}
@media only screen and (max-width: 575.98px) {
  .weModalInfo__panelContent--examples {
    width: 350px;
    height: 600px;
  }
}
.weModalInfo__panelContent--terms {
  overflow: auto;
  box-sizing: border-box;
}
@media (min-width: 1400px) {
  .weModalInfo__panelContent--terms {
    width: 1160px;
    height: 900px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .weModalInfo__panelContent--terms {
    width: 1136px;
    height: 720px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .weModalInfo__panelContent--terms {
    width: 960px;
    height: 700px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .weModalInfo__panelContent--terms {
    width: 704px;
    height: 904px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  .weModalInfo__panelContent--terms {
    width: 525px;
    height: 800px;
  }
}
@media only screen and (max-width: 575.98px) {
  .weModalInfo__panelContent--terms {
    width: 350px;
    height: 600px;
  }
}
.weModalInfo__image {
  position: relative;
  height: 101%;
  width: 100%;
}
.weModalInfo__text .weButton--plain {
  color: inherit;
  cursor: pointer;
}
.weModalInfo__text .weButton--plain > span {
  white-space: normal;
}
.weModalInfo__text .weButton--plain:hover {
  color: #E3000B;
}
.weModalInfo__panelContent .weButton__group {
  margin-top: 37px !important;
  align-items: baseline;
}
@media (max-width: 575.98px) {
  .weModalInfo__panelContent .weButton__group {
    margin-top: 50px !important;
  }
}
@media (max-width: 575.98px) {
  .weModalInfo__panelContent.weModalInfo__panelContent--examples .weButton__group {
    margin-top: 10px !important;
  }
}
.weModalInfo__panelContent.weModalInfo__panelContent--examples .weButton__group > .weButton--right {
  padding: 0 !important;
  flex: unset !important;
}
@media (max-width: 575.98px) {
  .weModalInfo__panelContent .weButton:not(.weButton--plain) {
    max-width: calc(100% - 15px) !important;
    height: 40px;
  }
}
.wePanel {
  padding: 0;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 24px;
  overflow: hidden;
  border: 1px solid rgba(230, 230, 230, 0.3);
}
.wePanel__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  background:
    linear-gradient(
      to right,
      rgba(29, 37, 45, 0.02),
      rgba(29, 37, 45, 0));
  border-bottom: 1px solid rgba(230, 230, 230, 0.15);
}
.wePanel__title {
  color: #1d252d;
  font-size: 1.35rem;
  margin: 0;
  font-weight: 600;
  letter-spacing: -0.01em;
}
.wePanel__content {
  padding: 24px;
}
.wePanel__actions {
  display: flex;
  gap: 10px;
}
.wePanel__loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  color: #1d252d;
}
.wePanel__spinner {
  width: 2.25rem;
  height: 2.25rem;
  border: 2px solid rgba(29, 37, 45, 0.15);
  border-radius: 50%;
  border-top-color: #1d252d;
  animation: spin 0.8s linear infinite;
  margin-bottom: 0.5rem;
}
.wePanel__error {
  color: #E3000B;
  padding: 1rem;
  margin: 0.5rem 0;
  background-color: rgba(227, 0, 11, 0.05);
  border-radius: 8px;
  border-left: 3px solid #E3000B;
  font-size: 0.95rem;
}
.wePanel__empty {
  padding: 1.5rem 3rem;
  text-align: center;
  color: rgba(49, 63, 76, 0.8);
  font-style: normal;
  font-size: 0.95rem;
  background-color: rgba(233, 238, 241, 0.5);
  border-radius: 8px;
  margin: 0.5rem 0;
}
.wePanel__dataItems {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.wePanel__item {
  margin-bottom: 1rem;
}
.wePanel__item--session {
  background-color: rgba(233, 238, 241, 0.7);
  border-radius: 8px;
  padding: 1rem;
  border: 1px solid rgba(230, 230, 230, 0.15);
}
.wePanel__item--session[data-auth-item=true] {
  border-left: 3px solid #1d252d;
}
.wePanel__item--profile {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  border: 1px solid rgba(230, 230, 230, 0.15);
}
.wePanel__item--noheader {
  border-radius: 8px;
  box-shadow: none;
  border: none;
  border-top: none;
}
.wePanel__item--noheader .wePanel__itemDetails {
  padding-top: 0;
}
.wePanel__itemHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5rem;
  padding: 1rem 1.5rem;
  background:
    linear-gradient(
      to right,
      rgba(29, 37, 45, 0.05),
      rgba(29, 37, 45, 0.01));
  color: #1d252d;
  border-bottom: 1px solid rgba(230, 230, 230, 0.15);
}
.wePanel__item--profile .wePanel__itemHeader {
  margin-bottom: 0;
}
.wePanel__itemKey {
  font-weight: 500;
  margin: 0;
  color: #1d252d;
  font-size: 1.05rem;
}
.wePanel__itemKey--token {
  color: #1d252d;
  font-weight: 600;
}
.wePanel__item--profile .wePanel__itemKey {
  font-size: 1.2rem;
  letter-spacing: -0.01em;
}
.wePanel__itemValue {
  background-color: rgba(233, 238, 241, 0.7);
  padding: 1rem;
  border-radius: 8px;
  overflow-x: auto;
  border: 1px solid rgba(230, 230, 230, 0.15);
}
.wePanel__itemValue pre {
  margin: 0;
  white-space: pre-wrap;
  word-break: break-word;
  font-size: 0.9rem;
  color: rgba(34, 34, 34, 0.8);
}
.wePanel__itemDetails {
  padding: 1.5rem;
}
.wePanel__detail {
  display: flex;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(230, 230, 230, 0.15);
}
.wePanel__detail:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.wePanel__detailLabel {
  flex: 0 0 140px;
  font-weight: 500;
  color: rgba(29, 37, 45, 0.8);
  font-size: 0.95rem;
}
.wePanel__detailValue {
  flex: 1;
  font-size: 0.95rem;
}
.wePanel__status {
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.wePanel__header .wePanel__status {
  margin-left: 1rem;
}
.wePanel__status--active {
  background-color: rgba(40, 167, 69, 0.15);
  color: rgb(30.1449275362, 125.8550724638, 52);
  border: 1px solid rgba(40, 167, 69, 0.3);
}
.wePanel__status--inactive {
  background-color: rgba(227, 0, 11, 0.15);
  color: rgb(176, 0, 8.5286343612);
  border: 1px solid rgba(227, 0, 11, 0.3);
}
.wePanel__status--pending {
  background-color: rgba(254, 161, 22, 0.15);
  color: rgb(198.6474358974, 119.358974359, 0.8525641026);
  border: 1px solid rgba(254, 161, 22, 0.3);
}
.wePanel__status--unknown {
  background-color: rgba(230, 230, 230, 0.15);
  color: rgb(153.5, 153.5, 153.5);
  border: 1px solid rgba(230, 230, 230, 0.3);
}
.wePanel__footer {
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(230, 230, 230, 0.15);
  font-size: 0.85rem;
  color: rgba(49, 63, 76, 0.8);
}
.wePanel__footerText {
  margin: 0;
}
.wePanel--primary {
  border-top: none;
  position: relative;
}
.wePanel--primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background:
    linear-gradient(
      to right,
      #1d252d,
      rgb(48.9864864865, 62.5, 76.0135135135));
  border-radius: 12px 12px 0 0;
}
.wePanel--secondary {
  border-top: none;
  position: relative;
}
.wePanel--secondary::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background:
    linear-gradient(
      to right,
      #E3000B,
      rgb(255, 23, 34.2422907489));
  border-radius: 12px 12px 0 0;
}
.wePanel--success {
  border-top: none;
  position: relative;
}
.wePanel--success::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background:
    linear-gradient(
      to right,
      #28a745,
      rgb(51.6956521739, 206.3043478261, 87));
  border-radius: 12px 12px 0 0;
}
.wePanel--warning {
  border-top: none;
  position: relative;
}
.wePanel--warning::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background:
    linear-gradient(
      to right,
      #fea116,
      rgb(254.2179487179, 181.4871794872, 72.7820512821));
  border-radius: 12px 12px 0 0;
}
.wePanel--error {
  border-top: none;
  position: relative;
}
.wePanel--error::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background:
    linear-gradient(
      to right,
      #E3000B,
      rgb(255, 23, 34.2422907489));
  border-radius: 12px 12px 0 0;
}
.wePanel--sessionStorage {
  border-top: none;
  position: relative;
}
.wePanel--sessionStorage::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  border-radius: 12px 12px 0 0;
}
.wePanel--customer {
  border-top: none;
  overflow: hidden;
}
.wePanel--customer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background:
    linear-gradient(
      to right,
      #1d252d,
      rgb(48.9864864865, 62.5, 76.0135135135));
  border-radius: 12px 12px 0 0;
  z-index: 1;
}
.wePanel--credentials {
  border-top: none;
  overflow: hidden;
}
.wePanel--credentials::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background:
    linear-gradient(
      to right,
      #1d252d,
      rgb(48.9864864865, 62.5, 76.0135135135));
  border-radius: 12px 12px 0 0;
  z-index: 1;
}
.wePanel__field {
  margin-bottom: 16px;
}
.wePanel__field:last-child {
  margin-bottom: 0;
}
.wePanel__label {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  color: #313f4c;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.wePanel__valueContainer {
  position: relative;
  display: flex;
  align-items: center;
}
.wePanel__value {
  display: block;
  width: 100%;
  padding: 12px;
  background-color: #E9EEF1;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  font-family:
    "Titillium",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen-Sans,
    Ubuntu,
    Cantarell,
    "Helvetica Neue",
    sans-serif;
  font-size: 14px;
  overflow-x: auto;
  white-space: nowrap;
}
.wePanel__value--secret {
  letter-spacing: 0.1em;
  background-color: #E9EEF1;
  color: #1d252d;
}
.wePanel__copyButton {
  position: absolute;
  right: 8px;
  background: transparent;
  border: none;
  color: #313f4c;
  cursor: pointer;
  padding: 6px;
  border-radius: 4px;
  transition: all 0.2s ease;
}
.wePanel__copyButton:hover {
  color: #1d252d;
  background-color: rgba(0, 0, 0, 0.05);
}
.wePanel__copyButton svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}
.wePanel__info {
  display: flex;
  align-items: flex-start;
  background-color: #E9EEF1;
  padding: 12px;
  border-radius: 4px;
  margin-top: 12px;
  border-left: 3px solid #1d252d;
  font-size: 0.9rem;
  color: #313f4c;
}
.wePanel__infoIcon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  fill: #1d252d;
  flex-shrink: 0;
}
.wePanel__request {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #ffffff;
  transition: all 0.3s ease;
}
.wePanel__requestIcon {
  width: 56px;
  height: 56px;
  fill: #1d252d;
  margin-bottom: 1rem;
}
.wePanel__requestTitle {
  font-size: 1.5rem;
  margin: 0.5rem 0;
  color: #1d252d;
}
.wePanel__requestText {
  max-width: 400px;
  margin: 1rem auto;
  color: #313f4c;
  font-size: 1rem;
  line-height: 1.5;
}
.wePanel__copyMessage {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  animation: fadeIn 0.3s ease-in-out;
}
.weMessage {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  border-radius: 4px;
  margin-bottom: 16px;
}
.weMessage__icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  flex-shrink: 0;
  fill: currentColor;
}
.weMessage--success {
  background-color: rgba(40, 167, 69, 0.1);
  color: #28a745;
  border-left: 3px solid #28a745;
}
.weMessage--warning {
  background-color: rgba(254, 161, 22, 0.1);
  color: #fea116;
  border-left: 3px solid #fea116;
}
.weMessage--y3 {
  margin: 12px 0;
}
.weMessage--t3 {
  margin-top: 12px;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.weForm__tickable {
  position: relative;
}
.weForm__tickableInput {
  position: absolute;
  top: 4px;
  left: 16px;
  width: 18px;
  height: 18px;
  opacity: 0;
}
.weForm__tickableLabel {
  position: relative;
  display: block;
  padding: 3px 0 3px 32px;
  font-size: 15px;
  line-height: 26px;
  -webkit-user-select: none;
  user-select: none;
}
.weForm__tickableLabel::after,
.weForm__tickableLabel::before {
  position: absolute;
  top: 6px;
  left: 0px;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
}
.weForm__tickableLabel::before {
  background: #E9EEF1;
}
.weGrid__sectionPanel--light .weForm__tickableLabel::before {
  background: #ffffff;
}
.weGrid__sectionPanel--grayLight .weForm__tickableLabel::before {
  background: #ffffff;
}
.weForm__tickable--nowrap .weForm__tickableLabel {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.weForm__tickable--error .weForm__tickableLabel {
  color: #E3000B;
}
.weForm__tickable--error .weForm__tickableLabel::before {
  background: rgba(227, 0, 11, 0.1);
}
.weForm__tickableLabel a {
  color: #E3000B;
  font-weight: bold;
}
.weForm__tickableGroup {
  display: flex;
  flex-flow: row wrap;
  margin-left: -20px;
  margin-right: -20px;
  overflow: hidden;
  width: calc(100% + 40px);
}
.weForm__tickableGroup > * {
  padding: 0 20px;
}
@media (min-width: breakpoint-md0.02px) {
  .weForm__tickableLabel {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
    line-height: 30px;
  }
  .weForm__tickableInput,
  .weForm__tickableLabel::after,
  .weForm__tickableLabel::before {
    top: 13px;
  }
}
@media (min-width: breakpoint-xl0.02px) {
  .weForm__tickableLabel {
    font-size: 18px;
  }
}
*[type=checkbox] + .weForm__tickableLabel {
  transition: background-color 0.15s ease;
}
*[type=checkbox] + .weForm__tickableLabel::before {
  transition: border-color 0.15s ease;
  border: 1px solid transparent;
  border-radius: 2px;
}
*[type=checkbox] + .weForm__tickableLabel::after {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='m14 6-5.81 6-3.19-3.305' fill='none' stroke='%23fff' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 120% 120%;
  opacity: 0;
}
*[type=checkbox]:checked + .weForm__tickableLabel::before {
  background-color: currentColor;
}
*[type=checkbox]:checked + .weForm__tickableLabel::after {
  opacity: 1;
}
*[type=checkbox]:indeterminate + .weForm__tickableLabel::before {
  background-color: currentColor;
}
*[type=checkbox]:indeterminate + .weForm__tickableLabel::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='m13.95 8.95h-9.9' fill='none' stroke='%23fff' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 120% 120%;
  opacity: 1;
}
*[type=checkbox]:not(:disabled) + .weForm__tickableLabel:not(.weRegister__terms),
*[type=checkbox]:not(:disabled) + .weForm__tickableLabel:not(.weCredentials__terms) {
  cursor: pointer;
}
*[type=checkbox]:not(:disabled) + .weForm__tickableLabel:not(.weRegister__terms):hover::before,
*[type=checkbox]:not(:disabled) + .weForm__tickableLabel:not(.weCredentials__terms):hover::before {
  border-color: currentColor;
}
*[type=checkbox]:checked:not(:disabled) + .weForm__tickableLabel:not(.weRegister__terms):hover::after,
*[type=checkbox]:indeterminate:not(:disabled) + .weForm__tickableLabel:not(.weRegister__terms):hover::after,
*[type=checkbox]:checked:not(:disabled) + .weForm__tickableLabel:not(.weCredentials__terms):hover::after,
*[type=checkbox]:indeterminate:not(:disabled) + .weForm__tickableLabel:not(.weCredentials__terms):hover::after {
  opacity: 0.75;
}
*[type=checkbox]:disabled + .weForm__tickableLabel {
  opacity: 0.3;
}
.weForm__tickableInput[type=checkbox]:not(:disabled):hover {
  cursor: pointer;
}
.weForm__tickableInput[type=checkbox]:not(:disabled):hover::after {
  border-color: currentColor;
}
*[type=radio] + .weForm__tickableLabel::before {
  transition: border-color 0.15s ease;
  border: 1px solid transparent;
  border-radius: 9px;
}
*[type=radio] + .weForm__tickableLabel::after {
  transition: background-color 0.15s ease, transform 0.15s ease;
  background-color: #ffffff;
  border-radius: 9px;
  transform: scale(0.5);
}
*[type=radio]:checked + .weForm__tickableLabel::before {
  border-color: currentColor;
}
*[type=radio]:checked + .weForm__tickableLabel::after {
  background-color: currentColor;
  transform: scale(0.7);
}
*[type=radio]:not(:disabled) + .weForm__tickableLabel {
  cursor: pointer;
}
*[type=radio]:not(:disabled) + .weForm__tickableLabel:hover::before {
  border-color: currentColor;
}
*[type=radio]:checked:not(:disabled) + .weForm__tickableLabel:hover::after {
  opacity: 0.75;
}
.weTooltip {
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  vertical-align: baseline;
}
.weTooltipLabel {
  width: 12px;
  height: 12px;
  background: #222222;
  border-radius: 6px;
  color: #ffffff;
  font-size: 11px;
  line-height: 12px;
  text-align: center;
}
.weTooltip app-icon,
.weTooltip .weTooltipLabel {
  flex-shrink: 0;
  margin-top: 2px;
  margin-right: 6px;
}
.weTooltipPanel {
  font-size: 12.8px;
  font-weight: 600;
  line-height: 18.56px;
}
.weTooltip--inline {
  display: inline-flex;
  align-items: center;
  margin-left: 10px;
  padding: 0;
  vertical-align: middle;
  position: relative;
}
.weTooltip--inline .weTooltipLabel {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  background-color: #FEA116;
  color: #ffffff;
  width: 18px;
  height: 18px;
  font-size: 12px;
  text-align: center;
  line-height: 18px;
  margin-left: 6px;
  margin-top: 0;
  margin-right: 0;
  padding: 0;
}
.weButton--plain--disabled + .weTooltip--inline {
  display: inline-flex;
  align-items: center;
  cursor: default;
  vertical-align: middle;
}
.weTooltip--inline .weTooltipLabel {
  border-radius: 0;
  background-color: #FEA116;
  color: #ffffff;
  width: 18px;
  height: 18px;
  font-size: 12px;
  text-align: center;
  line-height: 18px;
  margin: 0;
  padding: 0;
}
.weTooltip--flyout {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.weTooltip--flyout .weTooltipLabel {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #FEA116;
  color: #ffffff;
  width: 18px;
  height: 18px;
  font-size: 12px;
  margin-left: 6px;
  cursor: pointer;
}
.weTooltipPanel--flyout {
  position: absolute;
  bottom: calc(100% + 15px);
  left: 50%;
  transform: translateX(-50%) translateX(3px);
  z-index: 100;
  display: none;
  background: #313f4c;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  padding: 20px 20px;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  white-space: normal;
  min-width: 240px;
  min-height: 124px;
  line-height: 26px;
  animation: fadeInFlyout 0.15s ease-out;
}
.weTooltipPanel--flyout::before {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%);
  width: 22px;
  height: 11px;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 11px solid #313f4c;
}
.weTooltip--flyout:hover .weTooltipPanel--flyout {
  display: block;
}
@media (hover: none) {
  .weTooltip--flyout:hover .weTooltipPanel--flyout {
    display: block;
  }
}
.cardRow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 1.5rem;
}
@media (max-width: 1399px) and (min-width: 1200px) {
  .cardRow {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .cardRow {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cardRow {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cardRow {
    grid-template-columns: 1fr;
  }
}
.cardRow--twoCols {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 992px) {
  .cardRow--twoCols {
    grid-template-columns: 1fr;
  }
}
.cardRow--threeCols {
  grid-template-columns: repeat(3, calc((100% - 48px) / 3));
}
@media (max-width: 767px) {
  .cardRow--threeCols {
    grid-template-columns: 1fr;
  }
}
.cardItem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0 20px 16px;
  gap: 35px;
  transition: transform 0.2s;
  color: #222222;
}
.cardItem:not(.cardItem--big) {
  border-bottom: 1px solid #E9EEF1;
}
.cardItem:not(.cardItem--big):hover {
  cursor: pointer;
}
.cardItem:not(.cardItem--big):hover .cardItem__title a {
  border-bottom: 2px solid #E3000B;
}
.cardItem:not(.cardItem--big):hover .cardItem__arrow svg {
  transform: scale(1.2);
  transition: transform 0.2s ease;
}
.cardItem:hover {
  cursor: pointer;
}
.cardItem .cardItem__media {
  flex: 0 0 95px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cardItem .cardItem__media img,
.cardItem .cardItem__media app-icon {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cardItem .cardItem__body {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  flex: 1;
  justify-content: space-between;
  gap: 16px;
}
.cardItem .cardItem__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  min-width: 0;
}
.cardItem .cardItem__content .cardItem__title {
  display: inline;
  font-weight: 600;
}
.cardItem .cardItem__content .cardItem__title a {
  color: #222222;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cardItem .cardItem__content .cardItem__title a {
    font-size: 16.88px;
    line-height: 24.48px;
  }
}
@media (min-width: 768px) {
  .cardItem .cardItem__content .cardItem__title a {
    font-size: 19.2px;
    line-height: 27.84px;
  }
}
@media (min-width: 1200px) {
  .cardItem .cardItem__content .cardItem__title a {
    font-size: 20px;
    line-height: 24px;
  }
}
.cardItem .cardItem__content .cardItem__subtitle {
  font-size: 15px;
  color: #222222;
  font-weight: normal;
}
.cardItem .cardItem__arrow {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
.cardItem .cardItem__arrow svg {
  width: auto;
  height: 35px;
  object-fit: contain;
}
.cardItem--imageLeft .cardItem__media {
  flex: 0 0 auto;
  aspect-ratio: 1/1;
}
.cardItem--imageLeft .cardItem__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cardItem--imageLeft .cardItem__media img,
.cardItem--imageLeft .cardItem__media app-icon {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 4px;
}
.cardItem--big {
  padding: 0;
  gap: 24px;
  cursor: default !important;
  display: flex;
  width: 100%;
}
.cardItem--big .cardItem__media {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E9EEF1;
  overflow: hidden;
}
.cardItem--big .cardItem__media--white {
  background: #ffffff;
}
@media (min-width: 1400px) {
  .cardItem--big .cardItem__media {
    width: 150px;
    height: 170px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cardItem--big .cardItem__media {
    width: 150px;
    height: 170px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cardItem--big .cardItem__media {
    width: 120px;
    height: 140px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cardItem--big .cardItem__media {
    width: 120px;
    height: 140px;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .cardItem--big .cardItem__media {
    width: 100px;
    height: 120px;
  }
}
@media (max-width: 576px) {
  .cardItem--big .cardItem__media {
    width: 120px;
    height: 120px;
  }
}
.cardItem--big .cardItem__media img {
  width: 70%;
  height: auto;
}
@media (min-width: 1400px) {
  .cardItem--big .cardItem__media app-icon {
    width: 120px;
    height: 120px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cardItem--big .cardItem__media app-icon {
    width: 120px;
    height: 120px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cardItem--big .cardItem__media app-icon {
    width: 100px;
    height: 100px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cardItem--big .cardItem__media app-icon {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 576px) {
  .cardItem--big .cardItem__media app-icon {
    width: 80px;
    height: 80px;
  }
}
.cardItem--big .cardItem__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  overflow-wrap: break-word;
  word-break: break-word;
}
.cardItem--big .cardItem__content .cardItem__subtitle {
  font-size: 15px;
}
.cardItem--big .cardItem__content .weButton {
  font-size: 0.95rem;
}
.cardItem--big:hover {
  cursor: pointer;
}
.cardItem--link {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 1.2;
  color: #222222;
}
.cardItem--actions {
  margin: 20px;
}
.weUtils__dBlock {
  display: block !important;
}
.weUtils__dInline {
  display: inline !important;
}
.weUtils__dInlineBlock {
  display: inline-block !important;
}
.weUtils__dFlex {
  display: flex !important;
}
.weUtils__dInlineFlex {
  display: inline-flex !important;
}
.weUtils__dNone {
  display: none !important;
}
@media (min-width: 576px) {
  .weUtils__dBlock--sm {
    display: block !important;
  }
}
@media (min-width: 576px) {
  .weUtils__dFlex--sm {
    display: flex !important;
  }
}
@media (min-width: 576px) {
  .weUtils__dNone--sm {
    display: none !important;
  }
}
@media (min-width: 700px) {
  .weUtils__dBlock--md {
    display: block !important;
  }
}
@media (min-width: 700px) {
  .weUtils__dFlex--md {
    display: flex !important;
  }
}
@media (min-width: 700px) {
  .weUtils__dNone--md {
    display: none !important;
  }
}
@media (min-width: 960px) {
  .weUtils__dBlock--lg {
    display: block !important;
  }
}
@media (min-width: 960px) {
  .weUtils__dFlex--lg {
    display: flex !important;
  }
}
@media (min-width: 960px) {
  .weUtils__dNone--lg {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .weUtils__dBlock--xl {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .weUtils__dFlex--xl {
    display: flex !important;
  }
}
@media (min-width: 1200px) {
  .weUtils__dNone--xl {
    display: none !important;
  }
}
@media (min-width: 1400px) {
  .weUtils__dBlock--xxl {
    display: block !important;
  }
}
@media (min-width: 1400px) {
  .weUtils__dFlex--xxl {
    display: flex !important;
  }
}
@media (min-width: 1400px) {
  .weUtils__dNone--xxl {
    display: none !important;
  }
}
.weFlex--row {
  flex-direction: row !important;
}
.weFlex--column {
  flex-direction: column !important;
}
.weFlex--rowReverse {
  flex-direction: row-reverse !important;
}
.weFlex--columnReverse {
  flex-direction: column-reverse !important;
}
.weFlex--wrap {
  flex-wrap: wrap !important;
}
.weFlex--nowrap {
  flex-wrap: nowrap !important;
}
.weFlex--wrapReverse {
  flex-wrap: wrap-reverse !important;
}
.weFlex--grow0 {
  flex-grow: 0 !important;
}
.weFlex--shrink0 {
  flex-shrink: 0 !important;
}
.weFlex--grow1 {
  flex-grow: 1 !important;
}
.weFlex--shrink1 {
  flex-shrink: 1 !important;
}
.weFlex--grow2 {
  flex-grow: 2 !important;
}
.weFlex--shrink2 {
  flex-shrink: 2 !important;
}
.weFlex--grow3 {
  flex-grow: 3 !important;
}
.weFlex--shrink3 {
  flex-shrink: 3 !important;
}
.weFlex--grow4 {
  flex-grow: 4 !important;
}
.weFlex--shrink4 {
  flex-shrink: 4 !important;
}
.weFlex--grow5 {
  flex-grow: 5 !important;
}
.weFlex--shrink5 {
  flex-shrink: 5 !important;
}
.weAlign--itemsStart {
  align-items: flex-start !important;
}
.weAlign--itemsCenter {
  align-items: center !important;
}
.weAlign--itemsEnd {
  align-items: flex-end !important;
}
.weAlign--itemsStretch {
  align-items: stretch !important;
}
.weAlign--itemsBaseline {
  align-items: baseline !important;
}
.weJustify--contentStart {
  justify-content: flex-start !important;
}
.weJustify--contentCenter {
  justify-content: center !important;
}
.weJustify--contentEnd {
  justify-content: flex-end !important;
}
.weJustify--contentBetween {
  justify-content: space-between !important;
}
.weJustify--contentAround {
  justify-content: space-around !important;
}
.weJustify--contentEvenly {
  justify-content: space-evenly !important;
}
.weMargin--0 {
  margin: 0 !important;
}
.weMargin--auto {
  margin: auto !important;
}
.weMargin--1 {
  margin: 0.25rem !important;
}
.weMargin--2 {
  margin: 0.5rem !important;
}
.weMargin--3 {
  margin: 1rem !important;
}
.weMargin--4 {
  margin: 1.5rem !important;
}
.weMargin--5 {
  margin: 3rem !important;
}
.weMargin--y1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.weMargin--y2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.weMargin--y3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.weMargin--y4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.weMargin--y5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.weMargin--x1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}
.weMargin--x2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}
.weMargin--x3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}
.weMargin--x4 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}
.weMargin--x5 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}
.weMargin--t1 {
  margin-top: 0.25rem !important;
}
.weMargin--t2 {
  margin-top: 0.5rem !important;
}
.weMargin--t3 {
  margin-top: 1rem !important;
}
.weMargin--t4 {
  margin-top: 1.5rem !important;
}
.weMargin--t5 {
  margin-top: 3rem !important;
}
.weMargin--r1 {
  margin-right: 0.25rem !important;
}
.weMargin--r2 {
  margin-right: 0.5rem !important;
}
.weMargin--r3 {
  margin-right: 1rem !important;
}
.weMargin--r4 {
  margin-right: 1.5rem !important;
}
.weMargin--r5 {
  margin-right: 3rem !important;
}
.weMargin--b1 {
  margin-bottom: 0.25rem !important;
}
.weMargin--b2 {
  margin-bottom: 0.5rem !important;
}
.weMargin--b3 {
  margin-bottom: 1rem !important;
}
.weMargin--b4 {
  margin-bottom: 1.5rem !important;
}
.weMargin--b5 {
  margin-bottom: 3rem !important;
}
.weMargin--l1 {
  margin-left: 0.25rem !important;
}
.weMargin--l2 {
  margin-left: 0.5rem !important;
}
.weMargin--l3 {
  margin-left: 1rem !important;
}
.weMargin--l4 {
  margin-left: 1.5rem !important;
}
.weMargin--l5 {
  margin-left: 3rem !important;
}
.wePadding--0 {
  padding: 0 !important;
}
.wePadding--1 {
  padding: 0.25rem !important;
}
.wePadding--2 {
  padding: 0.5rem !important;
}
.wePadding--3 {
  padding: 1rem !important;
}
.wePadding--4 {
  padding: 1.5rem !important;
}
.wePadding--5 {
  padding: 3rem !important;
}
.wePadding--y1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.wePadding--y2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.wePadding--y3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.wePadding--y4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.wePadding--y5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.wePadding--x1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}
.wePadding--x2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.wePadding--x3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.wePadding--x4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.wePadding--x5 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}
.wePadding--t1 {
  padding-top: 0.25rem !important;
}
.wePadding--t2 {
  padding-top: 0.5rem !important;
}
.wePadding--t3 {
  padding-top: 1rem !important;
}
.wePadding--t4 {
  padding-top: 1.5rem !important;
}
.wePadding--t5 {
  padding-top: 3rem !important;
}
.wePadding--r1 {
  padding-right: 0.25rem !important;
}
.wePadding--r2 {
  padding-right: 0.5rem !important;
}
.wePadding--r3 {
  padding-right: 1rem !important;
}
.wePadding--r4 {
  padding-right: 1.5rem !important;
}
.wePadding--r5 {
  padding-right: 3rem !important;
}
.wePadding--b1 {
  padding-bottom: 0.25rem !important;
}
.wePadding--b2 {
  padding-bottom: 0.5rem !important;
}
.wePadding--b3 {
  padding-bottom: 1rem !important;
}
.wePadding--b4 {
  padding-bottom: 1.5rem !important;
}
.wePadding--b5 {
  padding-bottom: 3rem !important;
}
.wePadding--l1 {
  padding-left: 0.25rem !important;
}
.wePadding--l2 {
  padding-left: 0.5rem !important;
}
.wePadding--l3 {
  padding-left: 1rem !important;
}
.wePadding--l4 {
  padding-left: 1.5rem !important;
}
.wePadding--l5 {
  padding-left: 3rem !important;
}
.weGap--1 {
  gap: 0.25rem !important;
}
.weGap--2 {
  gap: 0.5rem !important;
}
.weGap--3 {
  gap: 1rem !important;
}
.weGap--4 {
  gap: 1.5rem !important;
}
.weGap--5 {
  gap: 3rem !important;
}
.weMargin__bottomSm {
  margin-bottom: 15px !important;
}
.weMargin__topSm {
  margin-top: 15px !important;
}
.weMargin__bottomMd {
  margin-bottom: 20px !important;
}
.weMargin__topMd {
  margin-top: 20px !important;
}
.weMargin__bottomMdLg {
  margin-bottom: 20px !important;
}
.weMargin__topMdLg {
  margin-top: 20px !important;
}
.weMargin__bottomXl {
  margin-bottom: 40px !important;
}
.weMargin__topXl {
  margin-top: 40px !important;
}
@media (min-width: 700px) {
  .weMargin__bottomMd {
    margin-bottom: 25px !important;
  }
  .weMargin__topMd {
    margin-top: 25px !important;
  }
  .weMargin__bottomMdLg {
    margin-bottom: 25px !important;
  }
  .weMargin__topMdLg {
    margin-top: 25px !important;
  }
}
@media (min-width: 960px) {
  .weMargin__bottomMd {
    margin-bottom: 30px !important;
  }
  .weMargin__topMd {
    margin-top: 30px !important;
  }
  .weMargin__bottomMdLg {
    margin-bottom: 30px !important;
  }
  .weMargin__topMdLg {
    margin-top: 30px !important;
  }
  .weMargin__bottomXl {
    margin-bottom: 60px !important;
  }
  .weMargin__topXl {
    margin-top: 60px !important;
  }
}
@media (min-width: 1140px) {
  .weMargin__bottomSm {
    margin-bottom: 20px !important;
  }
  .weMargin__topSm {
    margin-top: 20px !important;
  }
  .weMargin__bottomMdLg {
    margin-bottom: 40px !important;
  }
  .weMargin__topMdLg {
    margin-top: 40px !important;
  }
  .weMargin__bottomXl {
    margin-bottom: 80px !important;
  }
  .weMargin__topXl {
    margin-top: 80px !important;
  }
}
.weText {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.5rem;
}
.weText--left {
  text-align: left !important;
}
.weText--center {
  text-align: center !important;
}
.weText--right {
  text-align: right !important;
}
.weText--justify {
  text-align: justify !important;
}
.weText--primary {
  color: #1d252d !important;
}
.weText--secondary {
  color: #E3000B !important;
}
.weText--error {
  color: #E3000B !important;
}
.weText--success {
  color: #28a745 !important;
}
.weText--warning {
  color: #fea116 !important;
}
.weText--info {
  color: #17a2b8 !important;
}
.weText--dark {
  color: #313f4c !important;
}
.weText--light {
  color: #E9EEF1 !important;
}
.weText--white {
  color: #ffffff !important;
}
.weText--xs {
  font-size: 0.75rem !important;
}
.weText--sm {
  font-size: 0.875rem !important;
}
.weText--md {
  font-size: 1rem !important;
}
.weText--lg {
  font-size: 1.25rem !important;
}
.weText--xl {
  font-size: 1.5rem !important;
}
.weText--2xl {
  font-size: 1.75rem !important;
}
.weText--3xl {
  font-size: 2rem !important;
}
.weText--4xl {
  font-size: 2.5rem !important;
}
.weFont--light {
  font-weight: 300 !important;
}
.weFont--normal {
  font-weight: 400 !important;
}
.weFont--medium {
  font-weight: 500 !important;
}
.weFont--semibold {
  font-weight: 600 !important;
}
.weFont--bold {
  font-weight: 700 !important;
}
.weText--uppercase {
  text-transform: uppercase !important;
}
.weText--lowercase {
  text-transform: lowercase !important;
}
.weText--capitalize {
  text-transform: capitalize !important;
}
.weText--none {
  text-transform: none !important;
}
.weText--truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.weText--break {
  word-break: break-word;
}
.weText--nowrap {
  white-space: nowrap;
}
.weCopyableField {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.weCopyableField__value {
  flex: 1;
}
.weCopyableField__value--secret {
  letter-spacing: 2px;
  font-family: inherit;
}
.weCopyableField__copyButton {
  padding: 0.25rem;
  background: none;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease;
}
.weCopyableField__copyButton:hover {
  background: rgba(0, 0, 0, 0.05);
}
@media (max-width: 575.98px) {
  .weDisplay--downSmNone {
    display: none !important;
  }
}
@media (max-width: 699.98px) {
  .weDisplay--downMdNone {
    display: none !important;
  }
}
@media (max-width: 959.98px) {
  .weDisplay--downLgNone {
    display: none !important;
  }
}
@media (max-width: 1199.98px) {
  .weDisplay--downXlNone {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .weDisplay--smNone {
    display: none !important;
  }
}
@media (min-width: 700px) {
  .weDisplay--mdNone {
    display: none !important;
  }
}
@media (min-width: 960px) {
  .weDisplay--lgNone {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .weDisplay--xlNone {
    display: none !important;
  }
}
.weTitle {
  border-bottom: solid 4px #1d252d;
  margin-bottom: 1.87rem;
}
.weTitle--h2 {
  font-size: 39.06px;
  line-height: 2em;
  font-weight: 700;
  color: #1d252d;
  flex: 1;
}
@media only screen and (min-width: 576px) and (max-width: 1199.98px) {
  .weTitle--h2 {
    font-size: 33.18px;
  }
}
@media only screen and (max-width: 575.98px) {
  .weTitle--h2 {
    font-size: 24.03px;
  }
}
.weTitle--h3 {
  font-size: 31.25px;
  line-height: 2em;
}
@media only screen and (max-width: 1400px) {
  .weTitle--h3 {
    font-size: 31.25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 992px) {
  .weTitle--h3 {
    font-size: 27.62px;
  }
}
@media only screen and (max-width: 575.98px) {
  .weTitle--h3 {
    font-size: 21.36px;
  }
}
.weTitle--h4 {
  font-size: 25px;
  color: #1d252d;
  line-height: 2em;
  font-weight: 700;
}
@media only screen and (min-width: 576px) and (max-width: 1199px) {
  .weTitle--h4 {
    font-size: 23.04px;
  }
}
@media only screen and (max-width: 575.98px) {
  .weTitle--h4 {
    font-size: 18.99px;
  }
}
.weTitle--h5 {
  font-size: 1.35em;
  line-height: 1.5em;
  font-weight: 700;
  color: #1d252d;
}
@media only screen and (max-width: 960px) {
  .weTitle--h5 {
    font-size: 1.3em;
  }
}
@media only screen and (max-width: 576px) {
  .weTitle--h5 {
    font-size: 1.27em;
  }
}
.weTitle--h6 {
  line-height: 1.5em;
  font-weight: 700;
  font-size: 18px;
  color: #1d252d;
}
@media only screen and (max-width: 960px) {
  .weTitle--h6 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 576px) {
  .weTitle--h6 {
    font-size: 15px;
  }
}
.weTitle--modal {
  border-bottom: none;
  margin-bottom: 0px;
}
@media only screen and (max-width: 576px) {
  .weTitle--modal {
    width: auto !important;
    max-width: calc(100% - 40px);
    height: 52px;
    line-height: 25.63px;
  }
}
.weUtilsFlyout {
  position: relative;
  outline: none;
}
.weUtilsFlyout__label {
  margin: 0;
  cursor: pointer;
}
.weUtilsFlyout__panel {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 10px;
  z-index: 100;
  display: none;
  min-width: 100%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  background: #313f4c;
  border-radius: 4px;
}
.weUtilsFlyout__panel * {
  font-weight: 400;
  text-transform: none;
}
.weUtilsFlyout__panel--top {
  top: auto;
  margin-bottom: 20px;
  bottom: calc(100% + 20px);
  -webkit-transform: translate(0, 20px);
  transform: translate(0, 20px);
}
.weUtilsFlyout__panel--bottom {
  top: calc(100% + 10px);
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px);
}
.weUtilsFlyout__panel--mobile {
  min-width: 0%;
  left: -30px;
  right: revert-layer;
}
.weUtilsFlyout--open .weUtilsFlyout__panel {
  display: block;
}
.weUtilsFlyout__panelHandle {
  position: absolute;
  left: 50%;
  content: "";
  display: block;
  margin-left: -8px;
  border: 8px solid transparent;
}
.weUtilsFlyout__panel--bottom > .weUtilsFlyout__panelHandle {
  top: -15px;
  border-bottom-color: #313f4c;
}
.weUtilsFlyout__panel--top > .weUtilsFlyout__panelHandle {
  bottom: -15px;
  border-top-color: #313f4c;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
