/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles.scss?ngGlobalStyle ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* You can add global styles to this file, and also import other style files */
.flex-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

body {
  margin: 0px !important;
  padding: 0px !important;
  background-color: var(--mds_brand_appearance_neutral_weakest_background-color) !important;
}

.mainStyle {
  background-color: white !important;
  padding: 16px;
}

mc-icon::part(icon) {
  fill: var(--mds_brand_appearance_primary_default_text-color) !important;
}

.header {
  font: Maersk Text;
  font-size: 16px;
  display: inline-block;
}

.sub_header {
  font-family: Maersk Text;
  font-size: 18px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
}

.searchBox {
  height: 40px;
  background-color: var(--mds_brand_appearance_neutral_default_background-color);
  border: 1px solid var(--mds_brand_appearance_neutral_default_border-color);
  display: flex;
  align-items: center;
}

.searchBox_icons {
  height: 40px;
  border: 1px solid var(--mds_brand_appearance_neutral_default_border-color);
  display: inline-flex;
  align-content: stretch;
  justify-content: center;
  align-items: center;
}

.filterMenu {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  background-color: var(--mds_brand_appearance_neutral_default_background-color);
  overflow-x: hidden;
  transition: 0.5s;
}

.filterMenu a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: var(-mds_brand_appearance_neutral_weak_text-color);
  display: block;
  transition: 0.3s;
}

.filterMenu a:hover {
  color: var(--mds_brand_appearance_neutral_inverse_text-color);
}

.tagsStyle {
  margin-right: 5px;
  margin-top: 5px !important;
  display: inline-block;
}

.filterMenu .closebtn {
  position: absolute;
  top: 0;
  right: 24px;
  font-size: 36px;
  margin-left: 48px;
}

.mc-pagination ul {
  justify-content: center;
}

.filters_text {
  font-family: Maersk Headline;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}

.paging {
  height: 100px;
  align-items: center;
}

.flex-center {
  align-content: center;
  justify-content: center;
}

.flex-end {
  align-content: center;
  justify-content: flex-end;
}

.pageSizeWidth {
  width: 40%;
}

.filetrOptionsStyle {
  position: absolute;
  left: 0;
  padding: 8px;
  bottom: 0;
  width: 100%;
  background-color: var(--mds_brand_appearance_neutral_subtle_background-color) !important;
  color: var(--mds_brand_appearance_neutral_inverse_text-color);
  text-align: center;
}

filerOptions {
  padding: 8px;
}

mc-tag::part(tag) {
  color: var(--mds_brand_appearance_neutral_default_text-color);
}

.float-right {
  float: right;
}

.align-right {
  text-align: right;
}

.m-t-8 {
  margin-top: 8px !important;
}

.m-t-16 {
  margin-top: 16px;
}

.m-b-16 {
  margin-bottom: 16px;
}

.m-l-8 {
  margin-left: 8px;
}

.m-r-8 {
  margin-right: 8px;
}

.main_sub_header {
  font-family: Maersk Text;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--mds_brand_appearance_primary_default_background-color) !important;
}

::-webkit-scrollbar-track {
  border-radius: 4px;
}

::-webkit-scrollbar-thumb {
  background: var(--mds_brand_appearance_primary_weak_background-color) !important;
  border-radius: 4px;
}

.pure-g > div {
  box-sizing: border-box;
}

.l-box {
  padding-right: 10px;
}

.p-r-10 {
  padding-right: 10px;
}

.mds-table table thead tr {
  height: 40px !important;
  font-size: 13px !important;
}
.mds-table table thead th {
  font-size: 13px !important;
}
.mds-table table tbody tr {
  height: 40px !important;
  font-size: 13px !important;
}
.mds-table table tbody td {
  font-size: 13px !important;
}

.reefer-Table::-webkit-scrollbar {
  height: 16px !important;
  width: 16px !important;
}

.reefer-Table::-webkit-scrollbar-track {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #DBDBDB !important;
  background-color: #F7F7F7 !important;
}

.reefer-Table::-webkit-scrollbar-thumb {
  border-radius: 100px !important;
  border: 4px solid transparent !important;
  background-clip: content-box !important;
  background-color: #CFCFCF !important;
}

.reefer-Table .reefer_tb {
  border-top: 1px solid !important;
  border-color: gainsboro !important;
}

.reefer-Table .reefer_tb .reefer_tr {
  border-bottom: 1px solid !important;
  border-color: gainsboro !important;
}

.reefer-Table .reefer_tb .reefer_tr .reefer_anchor {
  cursor: pointer !important;
  color: #007bff !important;
  text-decoration: underline !important;
}

.loader-spinner .mc-loading-indicator svg {
  height: 100px !important;
  width: 100px !important;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -25px;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.content {
  position: relative;
}

.overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
}

.overlay-content {
  position: absolute;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  color: #555;
}

.loaderText {
  font-size: 20px !important;
  color: white !important;
  margin-top: 10px !important;
}

.mc-toast-container {
  z-index: 999 !important;
}

.p-r-8 {
  padding-right: 8px !important;
}

table {
  empty-cells: show;
}

a {
  cursor: pointer !important;
}

nav ul li {
  cursor: pointer !important;
}

.form-hidden-label {
  font-size: 14px !important;
}

.text-danger {
  font-size: 14px;
  color: red;
}

.form_border {
  border: 1px solid lightgrey;
  padding: 10px;
}

.m-r-5 {
  margin-right: 5px;
}

.is-active {
  background-color: var(--mds_brand_appearance_primary_weak_background-color) !important;
}

.small .mdc-dialog__content {
  padding-top: 10px !important;
}

.sub-main {
  padding-top: 40px;
}

.mc-button.neutral-plain a mc-icon::part(icon),
.mc-button.neutral-plain button mc-icon::part(icon) {
  fill: rgb(184, 0, 18) !important;
}

.mc-button.neutral-plain button mc-icon::part(icon) {
  fill: rgb(184, 0, 18) !important;
}

.defgh .mc-button.neutral-plain button mc-icon::part(icon) {
  fill: rgb(184, 0, 18) !important;
}

:host ::ng-deep mc-icon::part(icon) {
  fill: red !important;
}

mc-icon::part(icon) {
  fill: var(--mds_core_button_neutral_plain_text-color);
}

.bg_success {
  background-color: green;
}

.bg_warnning {
  background-color: rgb(243, 239, 6);
}

.bg_danger {
  background-color: rgb(243, 6, 6);
}
/*!********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/@maersk-global/fonts/maeu/fonts.css?ngGlobalStyle ***!
  \********************************************************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: "Maersk Text";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('MaerskText-Regular.eot?') format("eot"), 
    url('MaerskText-Regular.woff2') format("woff2"), 
    url('MaerskText-Regular.woff') format("woff");
}
@font-face {
  font-family: "Maersk Text";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('MaerskText-Medium.eot?') format("eot"), 
    url('MaerskText-Medium.woff2') format("woff2"), 
    url('MaerskText-Medium.woff') format("woff");
}
@font-face {
  font-family: "Maersk Text";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('MaerskText-Bold.eot?') format("eot"), 
    url('MaerskText-Bold.woff2') format("woff2"), 
    url('MaerskText-Bold.woff') format("woff");
}
@font-face {
  font-family: "Maersk Text";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('MaerskText-Italic.eot?') format("eot"), 
    url('MaerskText-Italic.woff2') format("woff2"), 
    url('MaerskText-Italic.woff') format("woff");
}
@font-face {
  font-family: "Maersk Text";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url('MaerskText-MediumItalic.eot?') format("eot"), 
    url('MaerskText-MediumItalic.woff2') format("woff2"), 
    url('MaerskText-MediumItalic.woff') format("woff");
}
@font-face {
  font-family: "Maersk Text";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('MaerskText-BoldItalic.eot?') format("eot"), 
    url('MaerskText-BoldItalic.woff2') format("woff2"), 
    url('MaerskText-BoldItalic.woff') format("woff");
}
@font-face {
  font-family: "Maersk Headline";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('MaerskHeadline-Regular.eot?') format("eot"), 
    url('MaerskHeadline-Regular.woff2') format("woff2"), 
    url('MaerskHeadline-Regular.woff') format("woff");
}
@font-face {
  font-family: "Maersk Headline";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('MaerskHeadline-Bold.eot?') format("eot"), 
    url('MaerskHeadline-Bold.woff2') format("woff2"), 
    url('MaerskHeadline-Bold.woff') format("woff");
}
@font-face {
  font-family: "Maersk Headline";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('MaerskHeadline-Light.eot?') format("eot"), 
    url('MaerskHeadline-Light.woff2') format("woff2"), 
    url('MaerskHeadline-Light.woff') format("woff");
}

/*!***********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/@maersk-global/mds-foundations/css/foundations.css?ngGlobalStyle ***!
  \***********************************************************************************************************************************************************************************************************************************************************************/
.mds {
  /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
  /* Document
     ========================================================================== */
  /**
   * Render the `main` element consistently in IE.
   */
  /**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
  /* Grouping content
     ========================================================================== */
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  /* Text-level semantics
     ========================================================================== */
  /**
   * Remove the gray background on active links in IE 10.
   */
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  /**
   * Add the correct font size in all browsers.
   */
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  /* Embedded content
     ========================================================================== */
  /**
   * Remove the border on images inside links in IE 10.
   */
  /* Forms
     ========================================================================== */
  /**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
  /**
   * Correct the padding in Firefox.
   */
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  /**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  /* Interactive
     ========================================================================== */
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  /*
   * Add the correct display in all browsers.
   */
  /* Misc
     ========================================================================== */
  /**
   * Add the correct display in IE 10+.
   */
  /**
   * Add the correct display in IE 10.
   */
  /* TEXT */
  /* BACKGROUND */
  /* ON-BACKGROUND */
  /* BORDER */
  /** Table with caption **/
  /** Caption **/
}
.mds main {
  display: block;
}
.mds h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.mds hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
.mds pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
.mds a {
  background-color: transparent;
}
.mds abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}
.mds b,
.mds strong {
  font-weight: bolder;
}
.mds code,
.mds kbd,
.mds samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
.mds small {
  font-size: 80%;
}
.mds sub,
.mds sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.mds sub {
  bottom: -0.25em;
}
.mds sup {
  top: -0.5em;
}
.mds img {
  border-style: none;
}
.mds button,
.mds input,
.mds optgroup,
.mds select,
.mds textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
.mds button,
.mds input {
  /* 1 */
  overflow: visible;
}
.mds button,
.mds select {
  /* 1 */
  text-transform: none;
}
.mds button,
.mds [type=button],
.mds [type=reset],
.mds [type=submit] {
  -webkit-appearance: button;
}
.mds button::-moz-focus-inner,
.mds [type=button]::-moz-focus-inner,
.mds [type=reset]::-moz-focus-inner,
.mds [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
.mds button:-moz-focusring,
.mds [type=button]:-moz-focusring,
.mds [type=reset]:-moz-focusring,
.mds [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
.mds fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
.mds legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
.mds progress {
  vertical-align: baseline;
}
.mds textarea {
  overflow: auto;
}
.mds [type=checkbox],
.mds [type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
.mds [type=number]::-webkit-inner-spin-button,
.mds [type=number]::-webkit-outer-spin-button {
  height: auto;
}
.mds [type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
.mds [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.mds ::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
.mds details {
  display: block;
}
.mds summary {
  display: list-item;
}
.mds template {
  display: none;
}
.mds [hidden] {
  display: none;
}
.mds * {
  box-sizing: border-box;
}
.mds footer,
.mds main {
  display: block;
}
.mds button,
.mds input,
.mds optgroup,
.mds select,
.mds textarea {
  font-family: inherit;
}
.mds code {
  word-break: break-word;
}
.mds .mds-neutral__text-color {
  color: var(--mds_brand_appearance_neutral_default_text-color);
}
.mds .mds-neutral--subtle__text-color {
  color: var(--mds_brand_appearance_neutral_subtle_text-color);
}
.mds .mds-neutral--alt__text-color {
  color: var(--mds_brand_appearance_neutral_alt_text-color);
}
.mds .mds-neutral--weakest__text-color {
  color: var(--mds_brand_appearance_neutral_weakest_text-color);
}
.mds .mds-neutral--weak__text-color {
  color: var(--mds_brand_appearance_neutral_weak_text-color);
}
.mds .mds-neutral--inverse__text-color {
  color: var(--mds_brand_appearance_neutral_inverse_text-color);
}
.mds .mds-primary__text-color {
  color: var(--mds_brand_appearance_primary_default_text-color);
}
.mds .mds-secondary__text-color {
  color: var(--mds_brand_appearance_secondary_default_text-color);
}
.mds .mds-info__text-color {
  color: var(--mds_brand_appearance_info_default_text-color);
}
.mds .mds-error__text-color {
  color: var(--mds_brand_appearance_error_default_text-color);
}
.mds .mds-warning__text-color {
  color: var(--mds_brand_appearance_warning_default_text-color);
}
.mds .mds-success__text-color {
  color: var(--mds_brand_appearance_success_default_text-color);
}
.mds .mds-neutral__background-color {
  background-color: var(--mds_brand_appearance_neutral_default_background-color);
}
.mds .mds-neutral--subtle__background-color {
  background-color: var(--mds_brand_appearance_neutral_subtle_background-color);
}
.mds .mds-neutral--alt__background-color {
  background-color: var(--mds_brand_appearance_neutral_alt_background-color);
}
.mds .mds-neutral--weakest__background-color {
  background-color: var(--mds_brand_appearance_neutral_weakest_background-color);
}
.mds .mds-neutral--weak__background-color {
  background-color: var(--mds_brand_appearance_neutral_weak_background-color);
}
.mds .mds-neutral--strong__background-color {
  background-color: var(--mds_brand_appearance_neutral_strong_background-color);
}
.mds .mds-neutral--strongest__background-color {
  background-color: var(--mds_brand_appearance_neutral_strongest_background-color);
}
.mds .mds-neutral--inverse__background-color {
  background-color: var(--mds_brand_appearance_neutral_inverse_background-color);
}
.mds .mds-primary__background-color {
  background-color: var(--mds_brand_appearance_primary_default_background-color);
}
.mds .mds-primary--subtle__background-color {
  background-color: var(--mds_brand_appearance_primary_subtle_background-color);
}
.mds .mds-primary--weak__background-color {
  background-color: var(--mds_brand_appearance_primary_weak_background-color);
}
.mds .mds-secondary__background-color {
  background-color: var(--mds_brand_appearance_secondary_default_background-color);
}
.mds .mds-secondary--subtle__background-color {
  background-color: var(--mds_brand_appearance_secondary_subtle_background-color);
}
.mds .mds-secondary--weak__background-color {
  background-color: var(--mds_brand_appearance_secondary_weak_background-color);
}
.mds .mds-info__background-color {
  background-color: var(--mds_brand_appearance_info_default_background-color);
}
.mds .mds-info--subtle__background-color {
  background-color: var(--mds_brand_appearance_info_subtle_background-color);
}
.mds .mds-info--weak__background-color {
  background-color: var(--mds_brand_appearance_info_weak_background-color);
}
.mds .mds-error__background-color {
  background-color: var(--mds_brand_appearance_error_default_background-color);
}
.mds .mds-error--subtle__background-color {
  background-color: var(--mds_brand_appearance_error_subtle_background-color);
}
.mds .mds-error--weak__background-color {
  background-color: var(--mds_brand_appearance_error_weak_background-color);
}
.mds .mds-warning__background-color {
  background-color: var(--mds_brand_appearance_warning_default_background-color);
}
.mds .mds-warning--subtle__background-color {
  background-color: var(--mds_brand_appearance_warning_subtle_background-color);
}
.mds .mds-warning--weak__background-color {
  background-color: var(--mds_brand_appearance_warning_weak_background-color);
}
.mds .mds-success__background-color {
  background-color: var(--mds_brand_appearance_success_default_background-color);
}
.mds .mds-success--subtle__background-color {
  background-color: var(--mds_brand_appearance_success_subtle_background-color);
}
.mds .mds-success--weak__background-color {
  background-color: var(--mds_brand_appearance_success_weak_background-color);
}
.mds .mds-neutral__on-background-color {
  color: var(--mds_brand_appearance_neutral_default_on-background-color);
}
.mds .mds-neutral--subtle__on-background-color {
  color: var(--mds_brand_appearance_neutral_subtle_on-background-color);
}
.mds .mds-neutral--alt__on-background-color {
  color: var(--mds_brand_appearance_neutral_alt_on-background-color);
}
.mds .mds-neutral--weakest__on-background-color {
  color: var(--mds_brand_appearance_neutral_weakest_on-background-color);
}
.mds .mds-neutral--wseak__on-background-color {
  color: var(--mds_brand_appearance_neutral_wseak_on-background-color);
}
.mds .mds-neutral--strong__on-background-color {
  color: var(--mds_brand_appearance_neutral_strong_on-background-color);
}
.mds .mds-neutral--strongest__on-background-color {
  color: var(--mds_brand_appearance_neutral_strongest_on-background-color);
}
.mds .mds-neutral--inverse__on-background-color {
  color: var(--mds_brand_appearance_neutral_inverse_on-background-color);
}
.mds .mds-primary__on-background-color {
  color: var(--mds_brand_appearance_primary_default_on-background-color);
}
.mds .mds-primary--subtle__on-background-color {
  color: var(--mds_brand_appearance_primary_subtle_on-background-color);
}
.mds .mds-primary--weak__on-background-color {
  color: var(--mds_brand_appearance_primary_weak_on-background-color);
}
.mds .mds-secondary__on-background-color {
  color: var(--mds_brand_appearance_secondary_default_on-background-color);
}
.mds .mds-secondary--subtle__on-background-color {
  color: var(--mds_brand_appearance_secondary_subtle_on-background-color);
}
.mds .mds-secondary--weak__on-background-color {
  color: var(--mds_brand_appearance_secondary_weak_on-background-color);
}
.mds .mds-info__on-background-color {
  color: var(--mds_brand_appearance_info_default_on-background-color);
}
.mds .mds-info--subtle__on-background-color {
  color: var(--mds_brand_appearance_info_subtle_on-background-color);
}
.mds .mds-info--weak__on-background-color {
  color: var(--mds_brand_appearance_info_weak_on-background-color);
}
.mds .mds-error__on-background-color {
  color: var(--mds_brand_appearance_error_default_on-background-color);
}
.mds .mds-error--subtle__on-background-color {
  color: var(--mds_brand_appearance_error_subtle_on-background-color);
}
.mds .mds-error--weak__on-background-color {
  color: var(--mds_brand_appearance_error_weak_on-background-color);
}
.mds .mds-warning__on-background-color {
  color: var(--mds_brand_appearance_warning_default_on-background-color);
}
.mds .mds-warning--subtle__on-background-color {
  color: var(--mds_brand_appearance_warning_subtle_on-background-color);
}
.mds .mds-warning--weak__on-background-color {
  color: var(--mds_brand_appearance_warning_weak_on-background-color);
}
.mds .mds-success__on-background-color {
  color: var(--mds_brand_appearance_success_default_on-background-color);
}
.mds .mds-success--subtle__on-background-color {
  color: var(--mds_brand_appearance_success_subtle_on-background-color);
}
.mds .mds-success--weak__on-background-color {
  color: var(--mds_brand_appearance_success_weak_on-background-color);
}
.mds .mds-neutral__border-color {
  border-color: var(--mds_brand_appearance_neutral_default_border-color);
}
.mds .mds-neutral--subtle__border-color {
  border-color: var(--mds_brand_appearance_neutral_subtle_border-color);
}
.mds .mds-neutral--alt__border-color {
  border-color: var(--mds_brand_appearance_neutral_alt_border-color);
}
.mds .mds-neutral--weak__border-color {
  border-color: var(--mds_brand_appearance_neutral_weak_border-color);
}
.mds .mds-neutral--inverse__border-color {
  border-color: var(--mds_brand_appearance_neutral_inverse_border-color);
}
.mds .mds-primary__border-color {
  border-color: var(--mds_brand_appearance_primary_default_border-color);
}
.mds .mds-primary--subtle__border-color {
  border-color: var(--mds_brand_appearance_primary_subtle_border-color);
}
.mds .mds-primary--weak__border-color {
  border-color: var(--mds_brand_appearance_primary_subtle_border-color);
}
.mds .mds-secondary__border-color {
  border-color: var(--mds_brand_appearance_secondary_default_border-color);
}
.mds .mds-secondary--subtle__border-color {
  border-color: var(--mds_brand_appearance_secondary_subtle_border-color);
}
.mds .mds-secondary--weak__border-color {
  border-color: var(--mds_brand_appearance_secondary_weak_border-color);
}
.mds .mds-info__border-color {
  border-color: var(--mds_brand_appearance_info_default_border-color);
}
.mds .mds-info--subtle__border-color {
  border-color: var(--mds_brand_appearance_info_subtle_border-color);
}
.mds .mds-info--weak__border-color {
  border-color: var(--mds_brand_appearance_info_weak_border-color);
}
.mds .mds-error__border-color {
  border-color: var(--mds_brand_appearance_error_default_border-color);
}
.mds .mds-error--subtle__border-color {
  border-color: var(--mds_brand_appearance_error_subtle_border-color);
}
.mds .mds-error--weak__border-color {
  border-color: var(--mds_brand_appearance_error_weak_border-color);
}
.mds .mds-warning__border-color {
  border-color: var(--mds_brand_appearance_warning_default_border-color);
}
.mds .mds-warning--subtle__border-color {
  border-color: var(--mds_brand_appearance_warning_subtle_border-color);
}
.mds .mds-warning--weak__border-color {
  border-color: var(--mds_brand_appearance_warning_weak_border-color);
}
.mds .mds-success__border-color {
  border-color: var(--mds_brand_appearance_success_default_border-color);
}
.mds .mds-success--subtle__border-color {
  border-color: var(--mds_brand_appearance_success_subtle_border-color);
}
.mds .mds-success--weak__border-color {
  border-color: var(--mds_brand_appearance_success_weak_border-color);
}
.mds {
  font-family: var(--mds_brand_typography_text_font-family), var(--mds_brand_typography_text_font-family-fallback);
  font-size: var(--mds_brand_typography_text_medium_mobile_font-size);
  line-height: var(--mds_brand_typography_text_medium_mobile_line-height);
  font-style: var(--mds_brand_typography_text_medium_normal_font-style);
  font-weight: var(--mds_brand_typography_text_medium_normal_font-weight);
  background: var(--mds_foundations_body_background-color);
  color: var(--mds_foundations_body_text-color);
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 1000px) {
  .mds {
    font-size: var(--mds_brand_typography_text_medium_desktop_font-size);
    line-height: var(--mds_brand_typography_text_medium_desktop_line-height);
  }
}

.mds .mds-headline--x-small, .mds h4 {
  font-family: var(--mds_brand_typography_headline_font-family), var(--mds_brand_typography_headline_font-family-fallback);
  font-size: var(--mds_brand_typography_headline_x-small_mobile_font-size);
  line-height: var(--mds_brand_typography_headline_x-small_mobile_line-height);
  text-transform: var(--mds_brand_typography_headline_x-small_text-transform);
  font-style: var(--mds_brand_typography_headline_x-small_font-style);
  font-weight: var(--mds_brand_typography_headline_x-small_font-weight);
}
@media screen and (min-width: 1000px) {
  .mds .mds-headline--x-small, .mds h4 {
    font-size: var(--mds_brand_typography_headline_x-small_desktop_font-size);
    line-height: var(--mds_brand_typography_headline_x-small_desktop_line-height);
  }
}
.mds .mds-headline--small, .mds h3 {
  font-family: var(--mds_brand_typography_headline_font-family), var(--mds_brand_typography_headline_font-family-fallback);
  font-size: var(--mds_brand_typography_headline_small_mobile_font-size);
  line-height: var(--mds_brand_typography_headline_small_mobile_line-height);
  text-transform: var(--mds_brand_typography_headline_small_text-transform);
  font-style: var(--mds_brand_typography_headline_small_font-style);
  font-weight: var(--mds_brand_typography_headline_small_font-weight);
}
@media screen and (min-width: 1000px) {
  .mds .mds-headline--small, .mds h3 {
    font-size: var(--mds_brand_typography_headline_small_desktop_font-size);
    line-height: var(--mds_brand_typography_headline_small_desktop_line-height);
  }
}
.mds .mds-headline--medium, .mds h2 {
  font-family: var(--mds_brand_typography_headline_font-family), var(--mds_brand_typography_headline_font-family-fallback);
  font-size: var(--mds_brand_typography_headline_medium_mobile_font-size);
  line-height: var(--mds_brand_typography_headline_medium_mobile_line-height);
  text-transform: var(--mds_brand_typography_headline_medium_text-transform);
  font-style: var(--mds_brand_typography_headline_medium_font-style);
  font-weight: var(--mds_brand_typography_headline_medium_font-weight);
}
@media screen and (min-width: 1000px) {
  .mds .mds-headline--medium, .mds h2 {
    font-size: var(--mds_brand_typography_headline_medium_desktop_font-size);
    line-height: var(--mds_brand_typography_headline_medium_desktop_line-height);
  }
}
.mds .mds-headline--large, .mds h1 {
  font-family: var(--mds_brand_typography_headline_font-family), var(--mds_brand_typography_headline_font-family-fallback);
  font-size: var(--mds_brand_typography_headline_large_mobile_font-size);
  line-height: var(--mds_brand_typography_headline_large_mobile_line-height);
  text-transform: var(--mds_brand_typography_headline_large_text-transform);
  font-style: var(--mds_brand_typography_headline_large_font-style);
  font-weight: var(--mds_brand_typography_headline_large_font-weight);
}
@media screen and (min-width: 1000px) {
  .mds .mds-headline--large, .mds h1 {
    font-size: var(--mds_brand_typography_headline_large_desktop_font-size);
    line-height: var(--mds_brand_typography_headline_large_desktop_line-height);
  }
}
.mds .mds-headline--x-large {
  font-family: var(--mds_brand_typography_headline_font-family), var(--mds_brand_typography_headline_font-family-fallback);
  font-size: var(--mds_brand_typography_headline_x-large_mobile_font-size);
  line-height: var(--mds_brand_typography_headline_x-large_mobile_line-height);
  text-transform: var(--mds_brand_typography_headline_x-large_text-transform);
  font-style: var(--mds_brand_typography_headline_x-large_font-style);
  font-weight: var(--mds_brand_typography_headline_x-large_font-weight);
}
@media screen and (min-width: 1000px) {
  .mds .mds-headline--x-large {
    font-size: var(--mds_brand_typography_headline_x-large_desktop_font-size);
    line-height: var(--mds_brand_typography_headline_x-large_desktop_line-height);
  }
}
.mds .mds-text--x-small-normal {
  font-family: var(--mds_brand_typography_text_font-family), var(--mds_brand_typography_text_font-family-fallback);
  font-size: var(--mds_brand_typography_text_x-small_mobile_font-size);
  line-height: var(--mds_brand_typography_text_x-small_mobile_line-height);
  font-style: var(--mds_brand_typography_text_x-small_normal_font-style);
  font-weight: var(--mds_brand_typography_text_x-small_normal_font-weight);
}
@media screen and (min-width: 1000px) {
  .mds .mds-text--x-small-normal {
    font-size: var(--mds_brand_typography_text_x-small_desktop_font-size);
    line-height: var(--mds_brand_typography_text_x-small_desktop_line-height);
  }
}
.mds .mds-text--x-small-medium {
  font-family: var(--mds_brand_typography_text_font-family), var(--mds_brand_typography_text_font-family-fallback);
  font-size: var(--mds_brand_typography_text_x-small_mobile_font-size);
  line-height: var(--mds_brand_typography_text_x-small_mobile_line-height);
  font-style: var(--mds_brand_typography_text_x-small_medium_font-style);
  font-weight: var(--mds_brand_typography_text_x-small_medium_font-weight);
}
@media screen and (min-width: 1000px) {
  .mds .mds-text--x-small-medium {
    font-size: var(--mds_brand_typography_text_x-small_desktop_font-size);
    line-height: var(--mds_brand_typography_text_x-small_desktop_line-height);
  }
}
.mds .mds-text--x-small-bold {
  font-family: var(--mds_brand_typography_text_font-family), var(--mds_brand_typography_text_font-family-fallback);
  font-size: var(--mds_brand_typography_text_x-small_mobile_font-size);
  line-height: var(--mds_brand_typography_text_x-small_mobile_line-height);
  font-style: var(--mds_brand_typography_text_x-small_bold_font-style);
  font-weight: var(--mds_brand_typography_text_x-small_bold_font-weight);
}
@media screen and (min-width: 1000px) {
  .mds .mds-text--x-small-bold {
    font-size: var(--mds_brand_typography_text_x-small_desktop_font-size);
    line-height: var(--mds_brand_typography_text_x-small_desktop_line-height);
  }
}
.mds .mds-text--x-small-italic {
  font-family: var(--mds_brand_typography_text_font-family), var(--mds_brand_typography_text_font-family-fallback);
  font-size: var(--mds_brand_typography_text_x-small_mobile_font-size);
  line-height: var(--mds_brand_typography_text_x-small_mobile_line-height);
  font-style: var(--mds_brand_typography_text_x-small_italic_font-style);
  font-weight: var(--mds_brand_typography_text_x-small_italic_font-weight);
}
@media screen and (min-width: 1000px) {
  .mds .mds-text--x-small-italic {
    font-size: var(--mds_brand_typography_text_x-small_desktop_font-size);
    line-height: var(--mds_brand_typography_text_x-small_desktop_line-height);
  }
}
.mds .mds-text--x-small-mediumitalic {
  font-family: var(--mds_brand_typography_text_font-family), var(--mds_brand_typography_text_font-family-fallback);
  font-size: var(--mds_brand_typography_text_x-small_mobile_font-size);
  line-height: var(--mds_brand_typography_text_x-small_mobile_line-height);
  font-style: var(--mds_brand_typography_text_x-small_mediumitalic_font-style);
  font-weight: var(--mds_brand_typography_text_x-small_mediumitalic_font-weight);
}
@media screen and (min-width: 1000px) {
  .mds .mds-text--x-small-mediumitalic {
    font-size: var(--mds_brand_typography_text_x-small_desktop_font-size);
    line-height: var(--mds_brand_typography_text_x-small_desktop_line-height);
  }
}
.mds .mds-text--x-small-bolditalic {
  font-family: var(--mds_brand_typography_text_font-family), var(--mds_brand_typography_text_font-family-fallback);
  font-size: var(--mds_brand_typography_text_x-small_mobile_font-size);
  line-height: var(--mds_brand_typography_text_x-small_mobile_line-height);
  font-style: var(--mds_brand_typography_text_x-small_bolditalic_font-style);
  font-weight: var(--mds_brand_typography_text_x-small_bolditalic_font-weight);
}
@media screen and (min-width: 1000px) {
  .mds .mds-text--x-small-bolditalic {
    font-size: var(--mds_brand_typography_text_x-small_desktop_font-size);
    line-height: var(--mds_brand_typography_text_x-small_desktop_line-height);
  }
}
.mds .mds-text--small-normal {
  font-family: var(--mds_brand_typography_text_font-family), var(--mds_brand_typography_text_font-family-fallback);
  font-size: var(--mds_brand_typography_text_small_mobile_font-size);
  line-height: var(--mds_brand_typography_text_small_mobile_line-height);
  font-style: var(--mds_brand_typography_text_small_normal_font-style);
  font-weight: var(--mds_brand_typography_text_small_normal_font-weight);
}
@media screen and (min-width: 1000px) {
  .mds .mds-text--small-normal {
    font-size: var(--mds_brand_typography_text_small_desktop_font-size);
    line-height: var(--mds_brand_typography_text_small_desktop_line-height);
  }
}
.mds .mds-text--small-medium {
  font-family: var(--mds_brand_typography_text_font-family), var(--mds_brand_typography_text_font-family-fallback);
  font-size: var(--mds_brand_typography_text_small_mobile_font-size);
  line-height: var(--mds_brand_typography_text_small_mobile_line-height);
  font-style: var(--mds_brand_typography_text_small_medium_font-style);
  font-weight: var(--mds_brand_typography_text_small_medium_font-weight);
}
@media screen and (min-width: 1000px) {
  .mds .mds-text--small-medium {
    font-size: var(--mds_brand_typography_text_small_desktop_font-size);
    line-height: var(--mds_brand_typography_text_small_desktop_line-height);
  }
}
.mds .mds-text--small-bold {
  font-family: var(--mds_brand_typography_text_font-family), var(--mds_brand_typography_text_font-family-fallback);
  font-size: var(--mds_brand_typography_text_small_mobile_font-size);
  line-height: var(--mds_brand_typography_text_small_mobile_line-height);
  font-style: var(--mds_brand_typography_text_small_bold_font-style);
  font-weight: var(--mds_brand_typography_text_small_bold_font-weight);
}
@media screen and (min-width: 1000px) {
  .mds .mds-text--small-bold {
    font-size: var(--mds_brand_typography_text_small_desktop_font-size);
    line-height: var(--mds_brand_typography_text_small_desktop_line-height);
  }
}
.mds .mds-text--small-italic {
  font-family: var(--mds_brand_typography_text_font-family), var(--mds_brand_typography_text_font-family-fallback);
  font-size: var(--mds_brand_typography_text_small_mobile_font-size);
  line-height: var(--mds_brand_typography_text_small_mobile_line-height);
  font-style: var(--mds_brand_typography_text_small_italic_font-style);
  font-weight: var(--mds_brand_typography_text_small_italic_font-weight);
}
@media screen and (min-width: 1000px) {
  .mds .mds-text--small-italic {
    font-size: var(--mds_brand_typography_text_small_desktop_font-size);
    line-height: var(--mds_brand_typography_text_small_desktop_line-height);
  }
}
.mds .mds-text--small-mediumitalic {
  font-family: var(--mds_brand_typography_text_font-family), var(--mds_brand_typography_text_font-family-fallback);
  font-size: var(--mds_brand_typography_text_small_mobile_font-size);
  line-height: var(--mds_brand_typography_text_small_mobile_line-height);
  font-style: var(--mds_brand_typography_text_small_mediumitalic_font-style);
  font-weight: var(--mds_brand_typography_text_small_mediumitalic_font-weight);
}
@media screen and (min-width: 1000px) {
  .mds .mds-text--small-mediumitalic {
    font-size: var(--mds_brand_typography_text_small_desktop_font-size);
    line-height: var(--mds_brand_typography_text_small_desktop_line-height);
  }
}
.mds .mds-text--small-bolditalic {
  font-family: var(--mds_brand_typography_text_font-family), var(--mds_brand_typography_text_font-family-fallback);
  font-size: var(--mds_brand_typography_text_small_mobile_font-size);
  line-height: var(--mds_brand_typography_text_small_mobile_line-height);
  font-style: var(--mds_brand_typography_text_small_bolditalic_font-style);
  font-weight: var(--mds_brand_typography_text_small_bolditalic_font-weight);
}
@media screen and (min-width: 1000px) {
  .mds .mds-text--small-bolditalic {
    font-size: var(--mds_brand_typography_text_small_desktop_font-size);
    line-height: var(--mds_brand_typography_text_small_desktop_line-height);
  }
}
.mds .mds-text--medium-normal {
  font-family: var(--mds_brand_typography_text_font-family), var(--mds_brand_typography_text_font-family-fallback);
  font-size: var(--mds_brand_typography_text_medium_mobile_font-size);
  line-height: var(--mds_brand_typography_text_medium_mobile_line-height);
  font-style: var(--mds_brand_typography_text_medium_normal_font-style);
  font-weight: var(--mds_brand_typography_text_medium_normal_font-weight);
}
@media screen and (min-width: 1000px) {
  .mds .mds-text--medium-normal {
    font-size: var(--mds_brand_typography_text_medium_desktop_font-size);
    line-height: var(--mds_brand_typography_text_medium_desktop_line-height);
  }
}
.mds .mds-text--medium-medium {
  font-family: var(--mds_brand_typography_text_font-family), var(--mds_brand_typography_text_font-family-fallback);
  font-size: var(--mds_brand_typography_text_medium_mobile_font-size);
  line-height: var(--mds_brand_typography_text_medium_mobile_line-height);
  font-style: var(--mds_brand_typography_text_medium_medium_font-style);
  font-weight: var(--mds_brand_typography_text_medium_medium_font-weight);
}
@media screen and (min-width: 1000px) {
  .mds .mds-text--medium-medium {
    font-size: var(--mds_brand_typography_text_medium_desktop_font-size);
    line-height: var(--mds_brand_typography_text_medium_desktop_line-height);
  }
}
.mds .mds-text--medium-bold, .mds h5,
.mds h6 {
  font-family: var(--mds_brand_typography_text_font-family), var(--mds_brand_typography_text_font-family-fallback);
  font-size: var(--mds_brand_typography_text_medium_mobile_font-size);
  line-height: var(--mds_brand_typography_text_medium_mobile_line-height);
  font-style: var(--mds_brand_typography_text_medium_bold_font-style);
  font-weight: var(--mds_brand_typography_text_medium_bold_font-weight);
}
@media screen and (min-width: 1000px) {
  .mds .mds-text--medium-bold, .mds h5,
  .mds h6 {
    font-size: var(--mds_brand_typography_text_medium_desktop_font-size);
    line-height: var(--mds_brand_typography_text_medium_desktop_line-height);
  }
}
.mds .mds-text--medium-italic {
  font-family: var(--mds_brand_typography_text_font-family), var(--mds_brand_typography_text_font-family-fallback);
  font-size: var(--mds_brand_typography_text_medium_mobile_font-size);
  line-height: var(--mds_brand_typography_text_medium_mobile_line-height);
  font-style: var(--mds_brand_typography_text_medium_italic_font-style);
  font-weight: var(--mds_brand_typography_text_medium_italic_font-weight);
}
@media screen and (min-width: 1000px) {
  .mds .mds-text--medium-italic {
    font-size: var(--mds_brand_typography_text_medium_desktop_font-size);
    line-height: var(--mds_brand_typography_text_medium_desktop_line-height);
  }
}
.mds .mds-text--medium-mediumitalic {
  font-family: var(--mds_brand_typography_text_font-family), var(--mds_brand_typography_text_font-family-fallback);
  font-size: var(--mds_brand_typography_text_medium_mobile_font-size);
  line-height: var(--mds_brand_typography_text_medium_mobile_line-height);
  font-style: var(--mds_brand_typography_text_medium_mediumitalic_font-style);
  font-weight: var(--mds_brand_typography_text_medium_mediumitalic_font-weight);
}
@media screen and (min-width: 1000px) {
  .mds .mds-text--medium-mediumitalic {
    font-size: var(--mds_brand_typography_text_medium_desktop_font-size);
    line-height: var(--mds_brand_typography_text_medium_desktop_line-height);
  }
}
.mds .mds-text--medium-bolditalic {
  font-family: var(--mds_brand_typography_text_font-family), var(--mds_brand_typography_text_font-family-fallback);
  font-size: var(--mds_brand_typography_text_medium_mobile_font-size);
  line-height: var(--mds_brand_typography_text_medium_mobile_line-height);
  font-style: var(--mds_brand_typography_text_medium_bolditalic_font-style);
  font-weight: var(--mds_brand_typography_text_medium_bolditalic_font-weight);
}
@media screen and (min-width: 1000px) {
  .mds .mds-text--medium-bolditalic {
    font-size: var(--mds_brand_typography_text_medium_desktop_font-size);
    line-height: var(--mds_brand_typography_text_medium_desktop_line-height);
  }
}
.mds .mds-text--large-normal {
  font-family: var(--mds_brand_typography_text_font-family), var(--mds_brand_typography_text_font-family-fallback);
  font-size: var(--mds_brand_typography_text_large_mobile_font-size);
  line-height: var(--mds_brand_typography_text_large_mobile_line-height);
  font-style: var(--mds_brand_typography_text_large_normal_font-style);
  font-weight: var(--mds_brand_typography_text_large_normal_font-weight);
}
@media screen and (min-width: 1000px) {
  .mds .mds-text--large-normal {
    font-size: var(--mds_brand_typography_text_large_desktop_font-size);
    line-height: var(--mds_brand_typography_text_large_desktop_line-height);
  }
}
.mds .mds-text--large-medium {
  font-family: var(--mds_brand_typography_text_font-family), var(--mds_brand_typography_text_font-family-fallback);
  font-size: var(--mds_brand_typography_text_large_mobile_font-size);
  line-height: var(--mds_brand_typography_text_large_mobile_line-height);
  font-style: var(--mds_brand_typography_text_large_medium_font-style);
  font-weight: var(--mds_brand_typography_text_large_medium_font-weight);
}
@media screen and (min-width: 1000px) {
  .mds .mds-text--large-medium {
    font-size: var(--mds_brand_typography_text_large_desktop_font-size);
    line-height: var(--mds_brand_typography_text_large_desktop_line-height);
  }
}
.mds .mds-text--large-bold {
  font-family: var(--mds_brand_typography_text_font-family), var(--mds_brand_typography_text_font-family-fallback);
  font-size: var(--mds_brand_typography_text_large_mobile_font-size);
  line-height: var(--mds_brand_typography_text_large_mobile_line-height);
  font-style: var(--mds_brand_typography_text_large_bold_font-style);
  font-weight: var(--mds_brand_typography_text_large_bold_font-weight);
}
@media screen and (min-width: 1000px) {
  .mds .mds-text--large-bold {
    font-size: var(--mds_brand_typography_text_large_desktop_font-size);
    line-height: var(--mds_brand_typography_text_large_desktop_line-height);
  }
}
.mds .mds-text--large-italic {
  font-family: var(--mds_brand_typography_text_font-family), var(--mds_brand_typography_text_font-family-fallback);
  font-size: var(--mds_brand_typography_text_large_mobile_font-size);
  line-height: var(--mds_brand_typography_text_large_mobile_line-height);
  font-style: var(--mds_brand_typography_text_large_italic_font-style);
  font-weight: var(--mds_brand_typography_text_large_italic_font-weight);
}
@media screen and (min-width: 1000px) {
  .mds .mds-text--large-italic {
    font-size: var(--mds_brand_typography_text_large_desktop_font-size);
    line-height: var(--mds_brand_typography_text_large_desktop_line-height);
  }
}
.mds .mds-text--large-mediumitalic {
  font-family: var(--mds_brand_typography_text_font-family), var(--mds_brand_typography_text_font-family-fallback);
  font-size: var(--mds_brand_typography_text_large_mobile_font-size);
  line-height: var(--mds_brand_typography_text_large_mobile_line-height);
  font-style: var(--mds_brand_typography_text_large_mediumitalic_font-style);
  font-weight: var(--mds_brand_typography_text_large_mediumitalic_font-weight);
}
@media screen and (min-width: 1000px) {
  .mds .mds-text--large-mediumitalic {
    font-size: var(--mds_brand_typography_text_large_desktop_font-size);
    line-height: var(--mds_brand_typography_text_large_desktop_line-height);
  }
}
.mds .mds-text--large-bolditalic {
  font-family: var(--mds_brand_typography_text_font-family), var(--mds_brand_typography_text_font-family-fallback);
  font-size: var(--mds_brand_typography_text_large_mobile_font-size);
  line-height: var(--mds_brand_typography_text_large_mobile_line-height);
  font-style: var(--mds_brand_typography_text_large_bolditalic_font-style);
  font-weight: var(--mds_brand_typography_text_large_bolditalic_font-weight);
}
@media screen and (min-width: 1000px) {
  .mds .mds-text--large-bolditalic {
    font-size: var(--mds_brand_typography_text_large_desktop_font-size);
    line-height: var(--mds_brand_typography_text_large_desktop_line-height);
  }
}
.mds .mds-tabular-figures {
  font-feature-settings: "tnum";
}
.mds .mds-numeric {
  font-feature-settings: "salt" on;
}
.mds .mds-numeric.mds-tabular-figures {
  font-feature-settings: "salt" on, "tnum";
}
.mds h1,
.mds h2,
.mds h3,
.mds h4,
.mds h5,
.mds h6,
.mds p {
  padding: 0;
  margin: 0;
}
.mds em {
  font-style: var(--mds_brand_typography_text_medium_italic_font-style);
}
.mds strong {
  font-weight: var(--mds_brand_typography_text_medium_bold_font-weight);
}
.mds .mds-underline--dotted {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
.mds hr {
  border-bottom: var(--mds_foundations_horizontal-rule_border-width) var(--mds_foundations_horizontal-rule_border-style) var(--mds_foundations_horizontal-rule_border-color);
  border-left: none;
  border-right: none;
  border-top: none;
  height: 0;
  padding: 0;
  margin: 0;
}
.mds a {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  -webkit-text-decoration: var(--mds_foundations_link_inline_text-decoration);
          text-decoration: var(--mds_foundations_link_inline_text-decoration);
  transition-duration: var(--mds_foundations_link_transition-duration);
  transition-property: var(--mds_foundations_link_transition-properties);
  transition-timing-function: var(--mds_foundations_link_transition-timing);
  color: var(--mds_foundations_link_default_text-color);
}
.mds a:focus-visible {
  border-radius: var(--mds_foundations_link_focus_border-radius);
  -webkit-text-decoration: var(--mds_foundations_link_inline_hover_text-decoration);
          text-decoration: var(--mds_foundations_link_inline_hover_text-decoration);
  outline: 0;
  box-shadow: var(--mds_brand_appearance_state_focus_default_shadow_offset-x) var(--mds_brand_appearance_state_focus_default_shadow_offset-y) var(--mds_brand_appearance_state_focus_default_shadow_blur-radius) var(--mds_brand_appearance_state_focus_default_shadow_spread-radius) var(--mds_brand_appearance_state_focus_default_shadow_color);
}
.mds a:hover {
  -webkit-text-decoration: var(--mds_foundations_link_inline_hover_text-decoration);
          text-decoration: var(--mds_foundations_link_inline_hover_text-decoration);
}
.mds a:active, .mds a:visited {
  -webkit-text-decoration: var(--mds_foundations_link_inline_text-decoration);
          text-decoration: var(--mds_foundations_link_inline_text-decoration);
}
.mds a:active, .mds a:visited {
  color: var(--mds_foundations_link_default_text-color);
}
.mds a mc-icon::part(icon) {
  fill: var(--mds_foundations_link_default_text-color);
}
.mds a.mds-neutral__text-color {
  color: var(--mds_brand_appearance_neutral_default_text-color);
}
.mds a.mds-neutral__text-color:active, .mds a.mds-neutral__text-color:visited {
  color: var(--mds_brand_appearance_neutral_default_text-color);
}
.mds a.mds-neutral__text-color mc-icon::part(icon) {
  fill: var(--mds_brand_appearance_neutral_default_text-color);
}
.mds a.mds-neutral--subtle__text-color {
  color: var(--mds_brand_appearance_neutral_subtle_text-color);
}
.mds a.mds-neutral--subtle__text-color:active, .mds a.mds-neutral--subtle__text-color:visited {
  color: var(--mds_brand_appearance_neutral_subtle_text-color);
}
.mds a.mds-neutral--subtle__text-color mc-icon::part(icon) {
  fill: var(--mds_brand_appearance_neutral_subtle_text-color);
}
.mds a.mds-neutra-altl-__text-color {
  color: var(--mds_brand_appearance_neutral_alt_text-color);
}
.mds a.mds-neutra-altl-__text-color:active, .mds a.mds-neutra-altl-__text-color:visited {
  color: var(--mds_brand_appearance_neutral_alt_text-color);
}
.mds a.mds-neutra-altl-__text-color mc-icon::part(icon) {
  fill: var(--mds_brand_appearance_neutral_alt_text-color);
}
.mds a.mds-neutral--weakest__text-color {
  color: var(--mds_brand_appearance_neutral_weakest_text-color);
}
.mds a.mds-neutral--weakest__text-color:active, .mds a.mds-neutral--weakest__text-color:visited {
  color: var(--mds_brand_appearance_neutral_weakest_text-color);
}
.mds a.mds-neutral--weakest__text-color mc-icon::part(icon) {
  fill: var(--mds_brand_appearance_neutral_weakest_text-color);
}
.mds a.mds-neutral--weak__text-color {
  color: var(--mds_brand_appearance_neutral_weak_text-color);
}
.mds a.mds-neutral--weak__text-color:active, .mds a.mds-neutral--weak__text-color:visited {
  color: var(--mds_brand_appearance_neutral_weak_text-color);
}
.mds a.mds-neutral--weak__text-color mc-icon::part(icon) {
  fill: var(--mds_brand_appearance_neutral_weak_text-color);
}
.mds a.mds-neutral--inverse__text-color {
  color: var(--mds_brand_appearance_neutral_inverse_text-color);
}
.mds a.mds-neutral--inverse__text-color:active, .mds a.mds-neutral--inverse__text-color:visited {
  color: var(--mds_brand_appearance_neutral_inverse_text-color);
}
.mds a.mds-neutral--inverse__text-color mc-icon::part(icon) {
  fill: var(--mds_brand_appearance_neutral_inverse_text-color);
}
.mds a.mds-primary__text-color {
  color: var(--mds_brand_appearance_primary_default_text-color);
}
.mds a.mds-primary__text-color:active, .mds a.mds-primary__text-color:visited {
  color: var(--mds_brand_appearance_primary_default_text-color);
}
.mds a.mds-primary__text-color mc-icon::part(icon) {
  fill: var(--mds_brand_appearance_primary_default_text-color);
}
.mds a.mds-secondary__text-color {
  color: var(--mds_brand_appearance_secondary_default_text-color);
}
.mds a.mds-secondary__text-color:active, .mds a.mds-secondary__text-color:visited {
  color: var(--mds_brand_appearance_secondary_default_text-color);
}
.mds a.mds-secondary__text-color mc-icon::part(icon) {
  fill: var(--mds_brand_appearance_secondary_default_text-color);
}
.mds a.mds-info__text-color {
  color: var(--mds_brand_appearance_info_default_text-color);
}
.mds a.mds-info__text-color:active, .mds a.mds-info__text-color:visited {
  color: var(--mds_brand_appearance_info_default_text-color);
}
.mds a.mds-info__text-color mc-icon::part(icon) {
  fill: var(--mds_brand_appearance_info_default_text-color);
}
.mds a.mds-error__text-color {
  color: var(--mds_brand_appearance_error_default_text-color);
}
.mds a.mds-error__text-color:active, .mds a.mds-error__text-color:visited {
  color: var(--mds_brand_appearance_error_default_text-color);
}
.mds a.mds-error__text-color mc-icon::part(icon) {
  fill: var(--mds_brand_appearance_error_default_text-color);
}
.mds a.mds-warning__text-color {
  color: var(--mds_brand_appearance_warning_default_text-color);
}
.mds a.mds-warning__text-color:active, .mds a.mds-warning__text-color:visited {
  color: var(--mds_brand_appearance_warning_default_text-color);
}
.mds a.mds-warning__text-color mc-icon::part(icon) {
  fill: var(--mds_brand_appearance_warning_default_text-color);
}
.mds a.mds-success__text-color {
  color: var(--mds_brand_appearance_success_default_text-color);
}
.mds a.mds-success__text-color:active, .mds a.mds-success__text-color:visited {
  color: var(--mds_brand_appearance_success_default_text-color);
}
.mds a.mds-success__text-color mc-icon::part(icon) {
  fill: var(--mds_brand_appearance_success_default_text-color);
}
.mds a.mds-neutral__on-background-color {
  color: var(--mds_brand_appearance_neutral_default_on-background-color);
}
.mds a.mds-neutral__on-background-color:active, .mds a.mds-neutral__on-background-color:visited {
  color: var(--mds_brand_appearance_neutral_default_on-background-color);
}
.mds a.mds-neutral__on-background-color mc-icon::part(icon) {
  fill: var(--mds_brand_appearance_neutral_default_on-background-color);
}
.mds a.mds-neutral--subtle__on-background-color {
  color: var(--mds_brand_appearance_neutral_subtle_on-background-color);
}
.mds a.mds-neutral--subtle__on-background-color:active, .mds a.mds-neutral--subtle__on-background-color:visited {
  color: var(--mds_brand_appearance_neutral_subtle_on-background-color);
}
.mds a.mds-neutral--subtle__on-background-color mc-icon::part(icon) {
  fill: var(--mds_brand_appearance_neutral_subtle_on-background-color);
}
.mds a.mds-neutral--alt__on-background-color {
  color: var(--mds_brand_appearance_neutral_alt_on-background-color);
}
.mds a.mds-neutral--alt__on-background-color:active, .mds a.mds-neutral--alt__on-background-color:visited {
  color: var(--mds_brand_appearance_neutral_alt_on-background-color);
}
.mds a.mds-neutral--alt__on-background-color mc-icon::part(icon) {
  fill: var(--mds_brand_appearance_neutral_alt_on-background-color);
}
.mds a.mds-neutral--weakest__on-background-color {
  color: var(--mds_brand_appearance_neutral_weakest_on-background-color);
}
.mds a.mds-neutral--weakest__on-background-color:active, .mds a.mds-neutral--weakest__on-background-color:visited {
  color: var(--mds_brand_appearance_neutral_weakest_on-background-color);
}
.mds a.mds-neutral--weakest__on-background-color mc-icon::part(icon) {
  fill: var(--mds_brand_appearance_neutral_weakest_on-background-color);
}
.mds a.mds-neutral--weakest__on-background-color {
  color: var(--mds_brand_appearance_neutral_weakest_on-background-color);
}
.mds a.mds-neutral--weakest__on-background-color:active, .mds a.mds-neutral--weakest__on-background-color:visited {
  color: var(--mds_brand_appearance_neutral_weakest_on-background-color);
}
.mds a.mds-neutral--weakest__on-background-color mc-icon::part(icon) {
  fill: var(--mds_brand_appearance_neutral_weakest_on-background-color);
}
.mds a.mds-neutral--strong__on-background-color {
  color: var(--mds_brand_appearance_neutral_strong_on-background-color);
}
.mds a.mds-neutral--strong__on-background-color:active, .mds a.mds-neutral--strong__on-background-color:visited {
  color: var(--mds_brand_appearance_neutral_strong_on-background-color);
}
.mds a.mds-neutral--strong__on-background-color mc-icon::part(icon) {
  fill: var(--mds_brand_appearance_neutral_strong_on-background-color);
}
.mds a.mds-neutral--strongest__on-background-color {
  color: var(--mds_brand_appearance_neutral_strongest_on-background-color);
}
.mds a.mds-neutral--strongest__on-background-color:active, .mds a.mds-neutral--strongest__on-background-color:visited {
  color: var(--mds_brand_appearance_neutral_strongest_on-background-color);
}
.mds a.mds-neutral--strongest__on-background-color mc-icon::part(icon) {
  fill: var(--mds_brand_appearance_neutral_strongest_on-background-color);
}
.mds a.mds-neutral--inverse__on-background-color {
  color: var(--mds_brand_appearance_neutral_inverse_on-background-color);
}
.mds a.mds-neutral--inverse__on-background-color:active, .mds a.mds-neutral--inverse__on-background-color:visited {
  color: var(--mds_brand_appearance_neutral_inverse_on-background-color);
}
.mds a.mds-neutral--inverse__on-background-color mc-icon::part(icon) {
  fill: var(--mds_brand_appearance_neutral_inverse_on-background-color);
}
.mds a.mds-primary__on-background-color {
  color: var(--mds_brand_appearance_primary_default_on-background-color);
}
.mds a.mds-primary__on-background-color:active, .mds a.mds-primary__on-background-color:visited {
  color: var(--mds_brand_appearance_primary_default_on-background-color);
}
.mds a.mds-primary__on-background-color mc-icon::part(icon) {
  fill: var(--mds_brand_appearance_primary_default_on-background-color);
}
.mds a.mds-primary--subtle__on-background-color {
  color: var(--mds_brand_appearance_primary_subtle_on-background-color);
}
.mds a.mds-primary--subtle__on-background-color:active, .mds a.mds-primary--subtle__on-background-color:visited {
  color: var(--mds_brand_appearance_primary_subtle_on-background-color);
}
.mds a.mds-primary--subtle__on-background-color mc-icon::part(icon) {
  fill: var(--mds_brand_appearance_primary_subtle_on-background-color);
}
.mds a.mds-primary--weak__on-background-color {
  color: var(--mds_brand_appearance_primary_weak_on-background-color);
}
.mds a.mds-primary--weak__on-background-color:active, .mds a.mds-primary--weak__on-background-color:visited {
  color: var(--mds_brand_appearance_primary_weak_on-background-color);
}
.mds a.mds-primary--weak__on-background-color mc-icon::part(icon) {
  fill: var(--mds_brand_appearance_primary_weak_on-background-color);
}
.mds a.mds-secondary__on-background-color {
  color: var(--mds_brand_appearance_secondary_default_on-background-color);
}
.mds a.mds-secondary__on-background-color:active, .mds a.mds-secondary__on-background-color:visited {
  color: var(--mds_brand_appearance_secondary_default_on-background-color);
}
.mds a.mds-secondary__on-background-color mc-icon::part(icon) {
  fill: var(--mds_brand_appearance_secondary_default_on-background-color);
}
.mds a.mds-secondary--subtle__on-background-color {
  color: var(--mds_brand_appearance_secondary_subtle_on-background-color);
}
.mds a.mds-secondary--subtle__on-background-color:active, .mds a.mds-secondary--subtle__on-background-color:visited {
  color: var(--mds_brand_appearance_secondary_subtle_on-background-color);
}
.mds a.mds-secondary--subtle__on-background-color mc-icon::part(icon) {
  fill: var(--mds_brand_appearance_secondary_subtle_on-background-color);
}
.mds a.mds-secondary--weak__on-background-color {
  color: var(--mds_brand_appearance_secondary_weak_on-background-color);
}
.mds a.mds-secondary--weak__on-background-color:active, .mds a.mds-secondary--weak__on-background-color:visited {
  color: var(--mds_brand_appearance_secondary_weak_on-background-color);
}
.mds a.mds-secondary--weak__on-background-color mc-icon::part(icon) {
  fill: var(--mds_brand_appearance_secondary_weak_on-background-color);
}
.mds a.mds-info__on-background-color {
  color: var(--mds_brand_appearance_info_default_on-background-color);
}
.mds a.mds-info__on-background-color:active, .mds a.mds-info__on-background-color:visited {
  color: var(--mds_brand_appearance_info_default_on-background-color);
}
.mds a.mds-info__on-background-color mc-icon::part(icon) {
  fill: var(--mds_brand_appearance_info_default_on-background-color);
}
.mds a.mds-info--subtle__on-background-color {
  color: var(--mds_brand_appearance_info_subtle_on-background-color);
}
.mds a.mds-info--subtle__on-background-color:active, .mds a.mds-info--subtle__on-background-color:visited {
  color: var(--mds_brand_appearance_info_subtle_on-background-color);
}
.mds a.mds-info--subtle__on-background-color mc-icon::part(icon) {
  fill: var(--mds_brand_appearance_info_subtle_on-background-color);
}
.mds a.mds-info--weak__on-background-color {
  color: var(--mds_brand_appearance_info_weak_on-background-color);
}
.mds a.mds-info--weak__on-background-color:active, .mds a.mds-info--weak__on-background-color:visited {
  color: var(--mds_brand_appearance_info_weak_on-background-color);
}
.mds a.mds-info--weak__on-background-color mc-icon::part(icon) {
  fill: var(--mds_brand_appearance_info_weak_on-background-color);
}
.mds a.mds-error__on-background-color {
  color: var(--mds_brand_appearance_error_default_on-background-color);
}
.mds a.mds-error__on-background-color:active, .mds a.mds-error__on-background-color:visited {
  color: var(--mds_brand_appearance_error_default_on-background-color);
}
.mds a.mds-error__on-background-color mc-icon::part(icon) {
  fill: var(--mds_brand_appearance_error_default_on-background-color);
}
.mds a.mds-error--subtle__on-background-color {
  color: var(--mds_brand_appearance_error_subtle_on-background-color);
}
.mds a.mds-error--subtle__on-background-color:active, .mds a.mds-error--subtle__on-background-color:visited {
  color: var(--mds_brand_appearance_error_subtle_on-background-color);
}
.mds a.mds-error--subtle__on-background-color mc-icon::part(icon) {
  fill: var(--mds_brand_appearance_error_subtle_on-background-color);
}
.mds a.mds-error--weak__on-background-color {
  color: var(--mds_brand_appearance_error_weak_on-background-color);
}
.mds a.mds-error--weak__on-background-color:active, .mds a.mds-error--weak__on-background-color:visited {
  color: var(--mds_brand_appearance_error_weak_on-background-color);
}
.mds a.mds-error--weak__on-background-color mc-icon::part(icon) {
  fill: var(--mds_brand_appearance_error_weak_on-background-color);
}
.mds a.mds-warning__on-background-color {
  color: var(--mds_brand_appearance_warning_default_on-background-color);
}
.mds a.mds-warning__on-background-color:active, .mds a.mds-warning__on-background-color:visited {
  color: var(--mds_brand_appearance_warning_default_on-background-color);
}
.mds a.mds-warning__on-background-color mc-icon::part(icon) {
  fill: var(--mds_brand_appearance_warning_default_on-background-color);
}
.mds a.mds-warning--weak__on-background-color {
  color: var(--mds_brand_appearance_warning_weak_on-background-color);
}
.mds a.mds-warning--weak__on-background-color:active, .mds a.mds-warning--weak__on-background-color:visited {
  color: var(--mds_brand_appearance_warning_weak_on-background-color);
}
.mds a.mds-warning--weak__on-background-color mc-icon::part(icon) {
  fill: var(--mds_brand_appearance_warning_weak_on-background-color);
}
.mds a.mds-success__on-background-color {
  color: var(--mds_brand_appearance_success_default_on-background-color);
}
.mds a.mds-success__on-background-color:active, .mds a.mds-success__on-background-color:visited {
  color: var(--mds_brand_appearance_success_default_on-background-color);
}
.mds a.mds-success__on-background-color mc-icon::part(icon) {
  fill: var(--mds_brand_appearance_success_default_on-background-color);
}
.mds a.mds-success--subtle__on-background-color {
  color: var(--mds_brand_appearance_success_subtle_on-background-color);
}
.mds a.mds-success--subtle__on-background-color:active, .mds a.mds-success--subtle__on-background-color:visited {
  color: var(--mds_brand_appearance_success_subtle_on-background-color);
}
.mds a.mds-success--subtle__on-background-color mc-icon::part(icon) {
  fill: var(--mds_brand_appearance_success_subtle_on-background-color);
}
.mds a.mds-success--weak__on-background-color {
  color: var(--mds_brand_appearance_success_weak_on-background-color);
}
.mds a.mds-success--weak__on-background-color:active, .mds a.mds-success--weak__on-background-color:visited {
  color: var(--mds_brand_appearance_success_weak_on-background-color);
}
.mds a.mds-success--weak__on-background-color mc-icon::part(icon) {
  fill: var(--mds_brand_appearance_success_weak_on-background-color);
}
.mds a.mds-link--stand-alone {
  -webkit-text-decoration: var(--mds_foundations_link_stand-alone_text-decoration);
          text-decoration: var(--mds_foundations_link_stand-alone_text-decoration);
}
.mds a.mds-link--stand-alone:hover {
  -webkit-text-decoration: var(--mds_foundations_link_stand-alone_hover_text-decoration);
          text-decoration: var(--mds_foundations_link_stand-alone_hover_text-decoration);
}
.mds a.mds-link--disabled {
  pointer-events: none;
  touch-action: none;
  opacity: var(--mds_brand_appearance_state_disabled_opacity);
  -webkit-user-select: none;
          user-select: none;
  pointer-events: inherit;
  cursor: not-allowed;
}
.mds a.mds-link--disabled * {
  -webkit-user-select: none;
          user-select: none;
  pointer-events: none;
  touch-action: none;
}
.mds a.mds-link--disabled:hover {
  -webkit-text-decoration: var(--mds_foundations_link_inline_text-decoration);
          text-decoration: var(--mds_foundations_link_inline_text-decoration);
}
.mds a.mds-link--disabled:hover.mds-link--stand-alone {
  -webkit-text-decoration: var(--mds_foundations_link_stand-alone_text-decoration);
          text-decoration: var(--mds_foundations_link_stand-alone_text-decoration);
}
.mds a.mds-link--focus-shadow-inset:focus-visible {
  outline: 0;
  box-shadow: inset var(--mds_brand_appearance_state_focus_default_shadow_offset-x) var(--mds_brand_appearance_state_focus_default_shadow_offset-y) var(--mds_brand_appearance_state_focus_default_shadow_blur-radius) var(--mds_brand_appearance_state_focus_default_shadow_spread-radius) var(--mds_brand_appearance_state_focus_default_shadow_color);
}
.mds ul {
  list-style: var(--mds_foundations_list_unordered_list-style);
  display: flex;
  flex-direction: column;
  gap: var(--mds_foundations_list_vertical_item_gap);
  margin: 0;
  padding: 0;
}
.mds ul.mds-list--horizontal {
  flex-direction: row;
  gap: var(--mds_foundations_list_horizontal_item_gap);
  padding: 0;
}
.mds ul li {
  padding: 0;
  margin: 0;
}
.mds ol {
  list-style: var(--mds_foundations_list_ordered_list-style);
  display: flex;
  flex-direction: column;
  gap: var(--mds_foundations_list_vertical_item_gap);
  margin: 0;
  padding: 0;
}
.mds ol.mds-list--horizontal {
  flex-direction: row;
  gap: var(--mds_foundations_list_horizontal_item_gap);
  padding: 0;
}
.mds ol li {
  padding: 0;
  margin: 0;
}
.mds nav ol,
.mds nav ul {
  list-style: none;
}
.mds svg:not([fill]) {
  fill: currentColor;
}
.mds mc-c-table {
  display: block;
}
.mds .mds-table {
  --row-border-radius: calc(var(--mds_foundations_table_border-radius) - 1px);
  border-radius: var(--mds_foundations_table_border-radius);
  border: var(--mds_foundations_table_border-width) var(--mds_foundations_table_border-style) var(--mds_foundations_table_border-color);
  max-width: 100%;
  /** Small fit **/
  /** Large fit **/
  /** Zebra stripes **/
  /** Highlight on hover **/
  /** Horizontal line styles **/
  /** Vertical line styles **/
  /** Outer border styles **/
  /** Wrapping **/
  /** Vertical alignment **/
  /** Row selector **/
  /** Row expander **/
  /** Sortable header **/
  /** Scrollable **/
  /** No header **/
  /** Footer **/
  /** Sticky **/
}
.mds .mds-table table {
  border-collapse: collapse;
  width: 100%;
}
.mds .mds-table td,
.mds .mds-table th {
  padding: var(--mds_foundations_table_medium_cell_padding-top) var(--mds_foundations_table_medium_cell_padding-right) var(--mds_foundations_table_medium_cell_padding-bottom) var(--mds_foundations_table_medium_cell_padding-left);
  text-align: left;
  vertical-align: middle;
}
.mds .mds-table td .mds-table__subtext,
.mds .mds-table th .mds-table__subtext {
  font-family: var(--mds_brand_typography_text_font-family), var(--mds_brand_typography_text_font-family-fallback);
  font-size: var(--mds_brand_typography_text_small_mobile_font-size);
  line-height: var(--mds_brand_typography_text_small_mobile_line-height);
  font-style: var(--mds_brand_typography_text_small_normal_font-style);
  font-weight: var(--mds_brand_typography_text_small_normal_font-weight);
  color: var(--mds_foundations_table_subtext_text-color);
  display: block;
  font-weight: var(--mds_foundations_table_subtext_font-weight);
}
@media screen and (min-width: 1000px) {
  .mds .mds-table td .mds-table__subtext,
  .mds .mds-table th .mds-table__subtext {
    font-size: var(--mds_brand_typography_text_small_desktop_font-size);
    line-height: var(--mds_brand_typography_text_small_desktop_line-height);
  }
}
.mds .mds-table thead tr:first-child > *:first-child {
  border-top-left-radius: var(--row-border-radius);
}
.mds .mds-table thead tr:first-child > *:last-child {
  border-top-right-radius: var(--row-border-radius);
}
.mds .mds-table tbody tr:last-child > *:first-child {
  border-bottom-left-radius: var(--row-border-radius);
}
.mds .mds-table tbody tr:last-child > *:last-child {
  border-bottom-right-radius: var(--row-border-radius);
}
.mds .mds-table tfoot tr:last-child > *:first-child {
  border-bottom-left-radius: var(--row-border-radius);
}
.mds .mds-table tfoot tr:last-child > *:last-child {
  border-bottom-right-radius: var(--row-border-radius);
}
.mds .mds-table th {
  font-family: var(--mds_brand_typography_text_font-family), var(--mds_brand_typography_text_font-family-fallback);
  font-size: var(--mds_brand_typography_text_medium_mobile_font-size);
  line-height: var(--mds_brand_typography_text_medium_mobile_line-height);
  font-style: var(--mds_brand_typography_text_medium_bold_font-style);
  font-weight: var(--mds_brand_typography_text_medium_bold_font-weight);
  background-color: var(--mds_foundations_table_header-cell_background-color);
  color: var(--mds_foundations_table_header-cell_text-color);
}
@media screen and (min-width: 1000px) {
  .mds .mds-table th {
    font-size: var(--mds_brand_typography_text_medium_desktop_font-size);
    line-height: var(--mds_brand_typography_text_medium_desktop_line-height);
  }
}
.mds .mds-table td {
  font-family: var(--mds_brand_typography_text_font-family), var(--mds_brand_typography_text_font-family-fallback);
  font-size: var(--mds_brand_typography_text_medium_mobile_font-size);
  line-height: var(--mds_brand_typography_text_medium_mobile_line-height);
  font-style: var(--mds_brand_typography_text_medium_normal_font-style);
  font-weight: var(--mds_brand_typography_text_medium_normal_font-weight);
  background-color: var(--mds_foundations_table_cell_background-color);
  color: var(--mds_foundations_table_cell_text-color);
}
@media screen and (min-width: 1000px) {
  .mds .mds-table td {
    font-size: var(--mds_brand_typography_text_medium_desktop_font-size);
    line-height: var(--mds_brand_typography_text_medium_desktop_line-height);
  }
}
.mds .mds-table tfoot td {
  font-family: var(--mds_brand_typography_text_font-family), var(--mds_brand_typography_text_font-family-fallback);
  font-size: var(--mds_brand_typography_text_medium_mobile_font-size);
  line-height: var(--mds_brand_typography_text_medium_mobile_line-height);
  font-style: var(--mds_brand_typography_text_medium_bold_font-style);
  font-weight: var(--mds_brand_typography_text_medium_bold_font-weight);
  background-color: var(--mds_foundations_table_cell_background-color);
  color: var(--mds_foundations_table_cell_text-color);
}
@media screen and (min-width: 1000px) {
  .mds .mds-table tfoot td {
    font-size: var(--mds_brand_typography_text_medium_desktop_font-size);
    line-height: var(--mds_brand_typography_text_medium_desktop_line-height);
  }
}
.mds .mds-table thead tr th,
.mds .mds-table tbody tr td,
.mds .mds-table tbody tr th,
.mds .mds-table tfoot tr td {
  position: relative;
}
.mds .mds-table.mds-table--small th {
  font-family: var(--mds_brand_typography_text_font-family), var(--mds_brand_typography_text_font-family-fallback);
  font-size: var(--mds_brand_typography_text_small_mobile_font-size);
  line-height: var(--mds_brand_typography_text_small_mobile_line-height);
  font-style: var(--mds_brand_typography_text_small_bold_font-style);
  font-weight: var(--mds_brand_typography_text_small_bold_font-weight);
}
@media screen and (min-width: 1000px) {
  .mds .mds-table.mds-table--small th {
    font-size: var(--mds_brand_typography_text_small_desktop_font-size);
    line-height: var(--mds_brand_typography_text_small_desktop_line-height);
  }
}
.mds .mds-table.mds-table--small td {
  font-family: var(--mds_brand_typography_text_font-family), var(--mds_brand_typography_text_font-family-fallback);
  font-size: var(--mds_brand_typography_text_small_mobile_font-size);
  line-height: var(--mds_brand_typography_text_small_mobile_line-height);
  font-style: var(--mds_brand_typography_text_small_normal_font-style);
  font-weight: var(--mds_brand_typography_text_small_normal_font-weight);
}
@media screen and (min-width: 1000px) {
  .mds .mds-table.mds-table--small td {
    font-size: var(--mds_brand_typography_text_small_desktop_font-size);
    line-height: var(--mds_brand_typography_text_small_desktop_line-height);
  }
}
.mds .mds-table.mds-table--small tfoot td {
  font-family: var(--mds_brand_typography_text_font-family), var(--mds_brand_typography_text_font-family-fallback);
  font-size: var(--mds_brand_typography_text_small_mobile_font-size);
  line-height: var(--mds_brand_typography_text_small_mobile_line-height);
  font-style: var(--mds_brand_typography_text_small_bold_font-style);
  font-weight: var(--mds_brand_typography_text_small_bold_font-weight);
}
@media screen and (min-width: 1000px) {
  .mds .mds-table.mds-table--small tfoot td {
    font-size: var(--mds_brand_typography_text_small_desktop_font-size);
    line-height: var(--mds_brand_typography_text_small_desktop_line-height);
  }
}
.mds .mds-table.mds-table--small th,
.mds .mds-table.mds-table--small td {
  padding: var(--mds_foundations_table_small_cell_padding-top) var(--mds_foundations_table_small_cell_padding-right) var(--mds_foundations_table_small_cell_padding-bottom) var(--mds_foundations_table_small_cell_padding-left);
}
.mds .mds-table.mds-table--small th .mds-table__subtext,
.mds .mds-table.mds-table--small td .mds-table__subtext {
  font-family: var(--mds_brand_typography_text_font-family), var(--mds_brand_typography_text_font-family-fallback);
  font-size: var(--mds_brand_typography_text_x-small_mobile_font-size);
  line-height: var(--mds_brand_typography_text_x-small_mobile_line-height);
  font-style: var(--mds_brand_typography_text_x-small_normal_font-style);
  font-weight: var(--mds_brand_typography_text_x-small_normal_font-weight);
}
@media screen and (min-width: 1000px) {
  .mds .mds-table.mds-table--small th .mds-table__subtext,
  .mds .mds-table.mds-table--small td .mds-table__subtext {
    font-size: var(--mds_brand_typography_text_x-small_desktop_font-size);
    line-height: var(--mds_brand_typography_text_x-small_desktop_line-height);
  }
}
.mds .mds-table.mds-table--large th,
.mds .mds-table.mds-table--large td {
  padding: var(--mds_foundations_table_large_cell_padding-top) var(--mds_foundations_table_large_cell_padding-right) var(--mds_foundations_table_large_cell_padding-bottom) var(--mds_foundations_table_large_cell_padding-left);
}
.mds .mds-table.mds-table--large .mds-table__row-selector > mc-checkbox {
  margin-top: 0;
}
.mds .mds-table.mds-table--large .mds-table__row-expander > mc-button {
  margin-top: 0;
}
.mds .mds-table.mds-table--zebra-stripes tbody tr:nth-child(even) td {
  background-color: var(--mds_foundations_table_zebra-stripe_background-color);
  color: var(--mds_foundations_table_zebra-stripe_text-color);
}
.mds .mds-table tbody tr:nth-child(even):hover td,
.mds .mds-table tbody tr:nth-child(odd):hover td {
  background-color: var(--mds_foundations_table_cell_hover_background-color);
  color: var(mds_foundations_table_cell_hover_text-color);
}
.mds .mds-table.mds-table--disable-row-highlight-on-hover tbody tr:nth-child(even):hover td,
.mds .mds-table.mds-table--disable-row-highlight-on-hover tbody tr:nth-child(odd):hover td {
  background-color: var(--mds_foundations_table_cell_background-color);
  color: var(--mds_foundations_table_cell_text-color);
}
.mds .mds-table.mds-table--zebra-stripes.mds-table--disable-row-highlight-on-hover tbody tr:nth-child(even):hover td {
  background-color: var(--mds_foundations_table_zebra-stripe_background-color);
  color: var(--mds_foundations_table_zebra-stripe_text-color);
}
.mds .mds-table.mds-table--zebra-stripes.mds-table--disable-row-highlight-on-hover tbody tr:nth-child(odd):hover td {
  background-color: var(--mds_foundations_table_cell_background-color);
  color: var(--mds_foundations_table_cell_text-color);
}
.mds .mds-table thead tr th::after,
.mds .mds-table tbody tr:not(:last-child) th::after,
.mds .mds-table tbody tr:not(:last-child) td::after {
  border-bottom: var(--mds_foundations_table_border-width) var(--mds_foundations_table_border-style) var(--mds_foundations_table_border-color);
  bottom: 0;
  content: "";
  height: var(--mds_foundations_table_border-width);
  left: 0;
  position: absolute;
  right: 0;
}
.mds .mds-table tbody tr.mds-table--row-last th::after,
.mds .mds-table tbody tr.mds-table--row-last td::after {
  display: none;
}
.mds .mds-table.mds-table--horizontal-lines-dashed tbody tr:not(:last-child) th::after,
.mds .mds-table.mds-table--horizontal-lines-dashed tbody tr:not(:last-child) td::after {
  border-bottom-style: dashed;
}
.mds .mds-table.mds-table--horizontal-lines-dotted tbody tr:not(:last-child) th::after,
.mds .mds-table.mds-table--horizontal-lines-dotted tbody tr:not(:last-child) td::after {
  border-bottom-style: dotted;
}
.mds .mds-table.mds-table--horizontal-lines-none tbody tr:not(:last-child) th::after,
.mds .mds-table.mds-table--horizontal-lines-none tbody tr:not(:last-child) td::after {
  border-bottom-style: none;
}
.mds .mds-table.mds-table--vertical-lines-solid th:not(:last-child)::before,
.mds .mds-table.mds-table--vertical-lines-solid td:not(:last-child)::before, .mds .mds-table.mds-table--vertical-lines-dashed th:not(:last-child)::before,
.mds .mds-table.mds-table--vertical-lines-dashed td:not(:last-child)::before, .mds .mds-table.mds-table--vertical-lines-dotted th:not(:last-child)::before,
.mds .mds-table.mds-table--vertical-lines-dotted td:not(:last-child)::before {
  border-right: var(--mds_foundations_table_border-width) var(--mds_foundations_table_border-style) var(--mds_foundations_table_border-color);
  bottom: 0;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: var(--mds_foundations_table_border-width);
}
.mds .mds-table.mds-table--vertical-lines-solid th:not(:last-child)::before,
.mds .mds-table.mds-table--vertical-lines-solid td:not(:last-child)::before {
  border-right-style: solid;
}
.mds .mds-table.mds-table--vertical-lines-dashed th:not(:last-child)::before,
.mds .mds-table.mds-table--vertical-lines-dashed td:not(:last-child)::before {
  border-right-style: dashed;
}
.mds .mds-table.mds-table--vertical-lines-dotted th:not(:last-child)::before,
.mds .mds-table.mds-table--vertical-lines-dotted td:not(:last-child)::before {
  border-right-style: dotted;
}
.mds .mds-table.mds-table--outer-border-dashed {
  border-style: dashed;
}
.mds .mds-table.mds-table--outer-border-dotted {
  border-style: dotted;
}
.mds .mds-table.mds-table--outer-border-none {
  border-style: none;
}
.mds .mds-table.mds-table--outer-border-corners-square {
  border-radius: 0;
}
.mds .mds-table.mds-table--outer-border-corners-square thead tr:first-child > *:first-child,
.mds .mds-table.mds-table--outer-border-corners-square thead tr:first-child > *:last-child,
.mds .mds-table.mds-table--outer-border-corners-square tbody tr:first-child > *:first-child,
.mds .mds-table.mds-table--outer-border-corners-square tbody tr:first-child > *:last-child,
.mds .mds-table.mds-table--outer-border-corners-square tbody tr:last-child > *:first-child,
.mds .mds-table.mds-table--outer-border-corners-square tbody tr:last-child > *:last-child,
.mds .mds-table.mds-table--outer-border-corners-square tfoot tr:last-child > *:first-child,
.mds .mds-table.mds-table--outer-border-corners-square tfoot tr:last-child > *:last-child {
  border-radius: 0;
}
.mds .mds-table.mds-table--nowrap {
  white-space: nowrap;
}
.mds .mds-table.mds-table--nowrap * {
  white-space: nowrap;
}
.mds .mds-table .mds-table__cell--nowrap {
  white-space: nowrap;
}
.mds .mds-table .mds-table__cell--nowrap * {
  white-space: nowrap;
}
.mds .mds-table.mds-table--vertical-align-top td,
.mds .mds-table.mds-table--vertical-align-top th {
  vertical-align: top;
}
.mds .mds-table.mds-table--vertical-align-baseline td,
.mds .mds-table.mds-table--vertical-align-baseline th {
  vertical-align: baseline;
}
.mds .mds-table.mds-table--vertical-align-bottom td,
.mds .mds-table.mds-table--vertical-align-bottom th {
  vertical-align: bottom;
}
.mds .mds-table .mds-table__column--row-selector {
  width: 1%;
  flex-grow: 0;
  flex-shrink: 0;
}
.mds .mds-table .mds_table__row--selected td {
  background-color: var(--mds_foundations_table_cell_selected_background-color);
  color: var(--mds_foundations_table_cell_selected_text-color);
}
.mds .mds-table .mds-table__column--row-expander {
  width: 1%;
  flex-grow: 0;
  flex-shrink: 0;
}
.mds .mds-table .mds-table__header-cell--sortable {
  cursor: pointer;
  -webkit-user-select: none !important;
          user-select: none !important;
  padding-top: var(--mds_foundations_table_medium_header-cell_sortable_padding-top);
  padding-bottom: var(--mds_foundations_table_medium_header-cell_sortable_padding-bottom);
}
.mds .mds-table .mds-table__header-cell--sortable:hover {
  background-color: var(--mds_foundations_table_header-cell_sort_hover_background-color);
}
.mds .mds-table .mds-table__header-cell--sortable:active {
  background-color: var(--mds_foundations_table_header-cell_sort_active_background-color);
}
.mds .mds-table .mds-table__header-cell--sortable mc-button {
  pointer-events: none;
}
.mds .mds-table .mds-table__header-cell--sortable mc-button::part(button) {
  border-radius: 0;
  padding: 0;
}
.mds .mds-table .mds-table__header-cell--sortable mc-button::part(text-and-icon) {
  font-weight: var(--mds_foundations_table_header-cell_sort-button_font-weight);
}
.mds .mds-table.mds-table--small .mds-table__header-cell--sortable {
  padding-top: var(--mds_foundations_table_small_header-cell_sortable_padding-top);
  padding-bottom: var(--mds_foundations_table_small_header-cell_sortable_padding-bottom);
}
.mds .mds-table.mds-table--large .mds-table__header-cell--sortable {
  padding-top: var(--mds_foundations_table_large_header-cell_sortable_padding-top);
  padding-bottom: var(--mds_foundations_table_large_header-cell_sortable_padding-bottom);
}
.mds .mds-table.mds-table--scrollable {
  overflow: auto;
}
.mds .mds-table.mds-table--header-none thead {
  display: none;
}
.mds .mds-table.mds-table--header-none tbody tr:first-child > *:first-child {
  border-top-left-radius: var(--row-border-radius);
}
.mds .mds-table.mds-table--header-none tbody tr:first-child > *:last-child {
  border-top-right-radius: var(--row-border-radius);
}
.mds .mds-table.mds-table--footer tbody tr:last-child > *:first-child {
  border-bottom-left-radius: 0;
}
.mds .mds-table.mds-table--footer tbody tr:last-child > *:last-child {
  border-bottom-right-radius: 0;
}
.mds .mds-table.mds-table--footer tfoot tr:first-child td::after,
.mds .mds-table.mds-table--footer tfoot tr:first-child th::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: var(--mds_foundations_table_border-width);
  border-top: var(--mds_foundations_table_border-width) var(--mds_foundations_table_border-style) var(--mds_foundations_table_border-color);
}
.mds .mds-table .mds-table__column--sticky {
  left: 0;
  position: sticky;
  z-index: 10;
}
.mds .mds-table.mds-table--header-sticky thead th,
.mds .mds-table.mds-table--header-sticky thead td {
  top: 0;
  position: sticky;
  z-index: 11;
}
.mds .mds-table.mds-table--header-sticky thead th.mds-table__column--sticky,
.mds .mds-table.mds-table--header-sticky thead td.mds-table__column--sticky {
  z-index: 12;
}
.mds .mds-table.mds-table--footer-sticky tfoot td,
.mds .mds-table.mds-table--footer-sticky tfoot th {
  bottom: 0;
  position: sticky;
  z-index: 11;
}
.mds .mds-table.mds-table--footer-sticky tfoot th.mds-table__column--sticky,
.mds .mds-table.mds-table--footer-sticky tfoot td.mds-table__column--sticky {
  z-index: 12;
}
.mds .mds-table th.mds-table__cell--text-center,
.mds .mds-table td.mds-table__cell--text-center {
  text-align: center;
}
.mds .mds-table th.mds-table__cell--text-right, .mds .mds-table th.mds-table__cell--number,
.mds .mds-table td.mds-table__cell--text-right,
.mds .mds-table td.mds-table__cell--number {
  text-align: right;
}
.mds .mds-table th.mds-table__cell--tabular-figures, .mds .mds-table th.mds-table__cell--number,
.mds .mds-table td.mds-table__cell--tabular-figures,
.mds .mds-table td.mds-table__cell--number {
  font-feature-settings: "tnum";
}
.mds .mds-table-and-caption {
  margin: var(--mds_foundations_table_margin-top) 0 var(--mds_foundations_table_margin-top);
}
.mds .mds-table-and-caption .mds-table {
  margin: 0;
}
.mds .mds-table-caption {
  font-family: var(--mds_brand_typography_text_font-family), var(--mds_brand_typography_text_font-family-fallback);
  font-size: var(--mds_brand_typography_text_medium_mobile_font-size);
  line-height: var(--mds_brand_typography_text_medium_mobile_line-height);
  font-style: var(--mds_brand_typography_text_medium_normal_font-style);
  font-weight: var(--mds_brand_typography_text_medium_normal_font-weight);
  color: var(--mds_foundations_table_caption_text-color);
  margin-bottom: var(--mds_foundations_table_medium_caption_margin-bottom);
}
@media screen and (min-width: 1000px) {
  .mds .mds-table-caption {
    font-size: var(--mds_brand_typography_text_medium_desktop_font-size);
    line-height: var(--mds_brand_typography_text_medium_desktop_line-height);
  }
}
.mds .mds-table-caption.mds-table-caption--small {
  font-family: var(--mds_brand_typography_text_font-family), var(--mds_brand_typography_text_font-family-fallback);
  font-size: var(--mds_brand_typography_text_small_mobile_font-size);
  line-height: var(--mds_brand_typography_text_small_mobile_line-height);
  font-style: var(--mds_brand_typography_text_small_normal_font-style);
  font-weight: var(--mds_brand_typography_text_small_normal_font-weight);
  margin-bottom: var(--mds_foundations_table_small_caption_margin-bottom);
}
@media screen and (min-width: 1000px) {
  .mds .mds-table-caption.mds-table-caption--small {
    font-size: var(--mds_brand_typography_text_small_desktop_font-size);
    line-height: var(--mds_brand_typography_text_small_desktop_line-height);
  }
}
.mds .mds-table-caption.mds-table-caption--large {
  margin-bottom: var(--mds_foundations_table_large_caption_margin-bottom);
}

.mds-content h1 {
  margin: var(--mds_foundations_typography_heading-1_margin-top) 0 var(--mds_foundations_typography_heading-1_margin-bottom);
}
.mds-content h2 {
  margin: var(--mds_foundations_typography_heading-2_margin-top) 0 var(--mds_foundations_typography_heading-2_margin-bottom);
}
.mds-content h3 {
  margin: var(--mds_foundations_typography_heading-3_margin-top) 0 var(--mds_foundations_typography_heading-3_margin-bottom);
}
.mds-content h4 {
  margin: var(--mds_foundations_typography_heading-4_margin-top) 0 var(--mds_foundations_typography_heading-4_margin-bottom);
}
.mds-content h5,
.mds-content h6 {
  margin: var(--mds_foundations_typography_heading-4_margin-top) 0 var(--mds_foundations_typography_heading-4_margin-bottom);
}
.mds-content p {
  margin: var(--mds_foundations_typography_paragraph_margin-top) 0 var(--mds_foundations_typography_paragraph_margin-bottom);
  padding: 0;
}
.mds-content hr {
  margin: var(--mds_foundations_horizontal-rule_margin-top) 0 var(--mds_foundations_horizontal-rule_margin-bottom) 0;
}
.mds-content ul,
.mds-content ol {
  margin: var(--mds_foundations_list_margin-top) var(--mds_foundations_list_margin-bottom);
  padding: 0 0 0 var(--mds_foundations_list_vertical_padding-left);
}
.mds-content ul li,
.mds-content ol li {
  padding-left: var(--mds_foundations_list_item_padding-left);
}
.mds-content slot[name=label],
.mds-content slot[name=errormessage],
.mds-content slot[name=hint],
.mds-content slot[name=legend],
.mds-content span[slot=label],
.mds-content span[slot=errormessage],
.mds-content span[slot=hint],
.mds-content span[slot=legend] {
  display: flex;
  align-items: center;
  gap: var(--mds_foundations_slot_gap);
}
.mds-content mc-modal h1,
.mds-content mc-tab-bar h1,
.mds-content mc-popover h1,
.mds-content mc-c-accordion h1 {
  margin: calc(var(--mds_foundations_typography_heading-1_margin-top) / 2) 0 calc(var(--mds_foundations_typography_heading-1_margin-bottom) / 2) 0;
}
.mds-content mc-modal h2,
.mds-content mc-tab-bar h2,
.mds-content mc-popover h2,
.mds-content mc-c-accordion h2 {
  margin: calc(var(--mds_foundations_typography_heading-2_margin-top) / 2) 0 calc(var(--mds_foundations_typography_heading-2_margin-bottom) / 2) 0;
}
.mds-content mc-modal h3,
.mds-content mc-tab-bar h3,
.mds-content mc-popover h3,
.mds-content mc-c-accordion h3 {
  margin: calc(var(--mds_foundations_typography_heading-3_margin-top) / 2) 0 calc(var(--mds_foundations_typography_heading-3_margin-bottom) / 2) 0;
}
.mds-content mc-modal h4,
.mds-content mc-tab-bar h4,
.mds-content mc-popover h4,
.mds-content mc-c-accordion h4 {
  margin: calc(var(--mds_foundations_typography_heading-4_margin-top) / 2) 0 calc(var(--mds_foundations_typography_heading-4_margin-bottom) / 2) 0;
}
.mds-content mc-modal h5,
.mds-content mc-tab-bar h5,
.mds-content mc-popover h5,
.mds-content mc-c-accordion h5 {
  margin: calc(var(--mds_foundations_typography_heading-4_margin-top) / 2) 0 calc(var(--mds_foundations_typography_heading-4_margin-bottom) / 2) 0;
}
.mds-content mc-modal h6,
.mds-content mc-tab-bar h6,
.mds-content mc-popover h6,
.mds-content mc-c-accordion h6 {
  margin: calc(var(--mds_foundations_typography_heading-4_margin-top) / 2) 0 calc(var(--mds_foundations_typography_heading-4_margin-bottom) / 2) 0;
}
.mds-content mc-modal p,
.mds-content mc-tab-bar p,
.mds-content mc-popover p,
.mds-content mc-c-accordion p {
  margin: calc(var(--mds_foundations_typography_paragraph_margin-top) / 2) 0 calc(var(--mds_foundations_typography_paragraph_margin-bottom) / 2) 0;
}
.mds-content mc-modal hr,
.mds-content mc-tab-bar hr,
.mds-content mc-popover hr,
.mds-content mc-c-accordion hr {
  margin: calc(var(----mds_foundations_horizontal-rule_margin-top) / 2) 0 calc(var(--mds_foundations_horizontal-rule_margin-bottom) / 2) 0;
}
.mds-content mc-modal ol,
.mds-content mc-modal ul,
.mds-content mc-tab-bar ol,
.mds-content mc-tab-bar ul,
.mds-content mc-popover ol,
.mds-content mc-popover ul,
.mds-content mc-c-accordion ol,
.mds-content mc-c-accordion ul {
  margin: calc(var(--mds_foundations_list_margin-top) / 2) 0 calc(var(--mds_foundations_list_margin-bottom) / 2) 0;
}
/*!******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/ngx-toastr/toastr.css?ngGlobalStyle ***!
  \******************************************************************************************************************************************************************************************************************************************/
/* based on angular-toastr css https://github.com/Foxandxss/angular-toastr/blob/cb508fe6801d6b288d3afc525bb40fee1b101650/dist/angular-toastr.css */

/* position */
.toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

/* toast styles */
.toast-title {
  font-weight: bold;
}
.toast-message {
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #FFFFFF;
}
.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0 1px 0 #ffffff;
  /* opacity: 0.8; */
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}
/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 999999;
}
.toast-container * {
  box-sizing: border-box;
}
.toast-container .ngx-toastr {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
}
.toast-container .ngx-toastr:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  cursor: pointer;
}
/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/info-circle.svg */
.toast-info {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOS4wNDMgOCA4IDExOS4wODMgOCAyNTZjMCAxMzYuOTk3IDExMS4wNDMgMjQ4IDI0OCAyNDhzMjQ4LTExMS4wMDMgMjQ4LTI0OEM1MDQgMTE5LjA4MyAzOTIuOTU3IDggMjU2IDh6bTAgMTEwYzIzLjE5NiAwIDQyIDE4LjgwNCA0MiA0MnMtMTguODA0IDQyLTQyIDQyLTQyLTE4LjgwNC00Mi00MiAxOC44MDQtNDIgNDItNDJ6bTU2IDI1NGMwIDYuNjI3LTUuMzczIDEyLTEyIDEyaC04OGMtNi42MjcgMC0xMi01LjM3My0xMi0xMnYtMjRjMC02LjYyNyA1LjM3My0xMiAxMi0xMmgxMnYtNjRoLTEyYy02LjYyNyAwLTEyLTUuMzczLTEyLTEydi0yNGMwLTYuNjI3IDUuMzczLTEyIDEyLTEyaDY0YzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MTAwaDEyYzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MjR6Jy8+PC9zdmc+");
}
/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/times-circle.svg */
.toast-error {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOSA4IDggMTE5IDggMjU2czExMSAyNDggMjQ4IDI0OCAyNDgtMTExIDI0OC0yNDhTMzkzIDggMjU2IDh6bTEyMS42IDMxMy4xYzQuNyA0LjcgNC43IDEyLjMgMCAxN0wzMzggMzc3LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwyNTYgMzEybC02NS4xIDY1LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwxMzQuNCAzMzhjLTQuNy00LjctNC43LTEyLjMgMC0xN2w2NS42LTY1LTY1LjYtNjUuMWMtNC43LTQuNy00LjctMTIuMyAwLTE3bDM5LjYtMzkuNmM0LjctNC43IDEyLjMtNC43IDE3IDBsNjUgNjUuNyA2NS4xLTY1LjZjNC43LTQuNyAxMi4zLTQuNyAxNyAwbDM5LjYgMzkuNmM0LjcgNC43IDQuNyAxMi4zIDAgMTdMMzEyIDI1Nmw2NS42IDY1LjF6Jy8+PC9zdmc+");
}
/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/check.svg */
.toast-success {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeicvPjwvc3ZnPg==");
}
/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/exclamation-triangle.svg */
.toast-warning {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1NzYgNTEyJyB3aWR0aD0nNTc2JyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTU2OS41MTcgNDQwLjAxM0M1ODcuOTc1IDQ3Mi4wMDcgNTY0LjgwNiA1MTIgNTI3Ljk0IDUxMkg0OC4wNTRjLTM2LjkzNyAwLTU5Ljk5OS00MC4wNTUtNDEuNTc3LTcxLjk4N0wyNDYuNDIzIDIzLjk4NWMxOC40NjctMzIuMDA5IDY0LjcyLTMxLjk1MSA4My4xNTQgMGwyMzkuOTQgNDE2LjAyOHpNMjg4IDM1NGMtMjUuNDA1IDAtNDYgMjAuNTk1LTQ2IDQ2czIwLjU5NSA0NiA0NiA0NiA0Ni0yMC41OTUgNDYtNDYtMjAuNTk1LTQ2LTQ2LTQ2em0tNDMuNjczLTE2NS4zNDZsNy40MTggMTM2Yy4zNDcgNi4zNjQgNS42MDkgMTEuMzQ2IDExLjk4MiAxMS4zNDZoNDguNTQ2YzYuMzczIDAgMTEuNjM1LTQuOTgyIDExLjk4Mi0xMS4zNDZsNy40MTgtMTM2Yy4zNzUtNi44NzQtNS4wOTgtMTIuNjU0LTExLjk4Mi0xMi42NTRoLTYzLjM4M2MtNi44ODQgMC0xMi4zNTYgNS43OC0xMS45ODEgMTIuNjU0eicvPjwvc3ZnPg==");
}
.toast-container.toast-top-center .ngx-toastr,
.toast-container.toast-bottom-center .ngx-toastr {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.toast-container.toast-top-full-width .ngx-toastr,
.toast-container.toast-bottom-full-width .ngx-toastr {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.ngx-toastr {
  background-color: #030303;
  pointer-events: auto;
}
.toast-success {
  background-color: #51A351;
}
.toast-error {
  background-color: #BD362F;
}
.toast-info {
  background-color: #2F96B4;
}
.toast-warning {
  background-color: #F89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
}
/* Responsive Design */
@media all and (max-width: 240px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .toast-container .ngx-toastr.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}


/*# sourceMappingURL=styles.css.map*/