/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
*,
::before,
::after {
    box-sizing: border-box;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size (opinionated).
*/
html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -moz-tab-size: 4; /* 3 */
    tab-size: 4; /* 3 */
}

/*
Sections
========
*/
/**
1. Remove the margin in all browsers.
2. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/
body {
    margin: 0; /* 1 */
    font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; /* 2 */
}

/*
Grouping content
================
*/
/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/
hr {
    height: 0; /* 1 */
    color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/
/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr[title] {
    text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/
b,
strong {
    font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
    font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
Add the correct font size in all browsers.
*/
small {
    font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/*
Tabular data
============
*/
/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/
table {
    text-indent: 0; /* 1 */
    border-color: inherit; /* 2 */
}

/*
Forms
=====
*/
/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
    text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/
::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/
:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/
:-moz-ui-invalid {
    box-shadow: none;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
fieldset {
    margin: 0;
    padding: 0;
    border: none;
}

legend {
    padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
    vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type=search] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/
::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/*
Interactive
===========
*/
/*
Add the correct display in Chrome and Safari.
*/
summary {
    display: list-item;
}

:root {
    --mt-wide: false;
}

@media (min-width: 740px) {
    :root {
        --mt-wide: true;
    }
}

html {
    background-color: #f3f4f6;
}

html,
body,
button,
input,
select,
textarea {
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
}

b,
strong,
thead,
th,
dt {
    font-weight: 700;
}

@media (min-width: 740px) {
    html,
    body,
    button,
    input,
    select,
    textarea {
        font-size: 16px;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0.5rem;
    letter-spacing: -0.03em;
}

a {
    color: #5b7e4e;
}

a:hover {
    color: #394f31;
}

a:visited {
    color: #5b7e4e;
}

.mt-heading--xl {
    font-size: 2rem;
}

.mt-heading--l {
    font-size: 1.5rem;
}

.mt-heading--m {
    font-size: 1.25rem;
}

.mt-app-container {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
}

@media (min-width: 1200px) {
    .mt-app-container {
        height: 100vh;
        grid-template-columns: 18rem 1fr;
        grid-template-rows: auto;
    }
}

.mt-app-container--one-column {
    grid-template-columns: 1fr;
}

.mt-app-content {
    overflow-y: auto;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.mt-app-content > h1,
.mt-app-content > h2,
.mt-app-content > h3,
.mt-app-content > h4,
.mt-app-content > h5,
.mt-app-content > h6 {
    margin-top: 0;
    color: #2c3037;
}

.mt-layout--center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.mt-layout--center .mt-layout--center-container {
    width: 32rem;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    padding: 3rem 0;
}

.mt-layout--center .mt-layout--center-container .mt-page-section {
    width: 100%;
}

.mt-layout--center .mt-layout--center-footer {
    opacity: 0.6;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    align-items: center;
}

.mt-app-navigation {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: start;
    background-color: #ffffff;
    border-bottom: 1px solid #e5e7eb;
}

@media (min-width: 740px) {
    .mt-app-navigation {
        border-right: 1px solid #e5e7eb;
        border-bottom: none;
    }
}

.mt-app-navigation--top {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
}

@media (min-width: 740px) {
    .mt-app-navigation--top {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }
}

.mt-button.mt-app-navigation--menu-button {
    margin-left: auto;
    width: auto;
}

.mt-app-navigation--logo {
    width: 10rem;
    height: auto;
}

.mt-app-navigation--title {
    font-size: 1.25rem;
    margin: 0;
}

a .mt-app-navigation--title {
    color: #4e5561;
}

.mt-app-navigation--title-link {
    text-decoration: none;
}

@media (min-width: 740px) {
    .mt-app-navigation--title {
        margin-top: 0.5rem;
    }
}

.mt-app-navigation--nav {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    border-top: 1px solid #e5e7eb;
}

.mt-app-navigation--nav__hamburger {
    display: none;
    position: absolute;
    max-height: 0;
    width: 100%;
    background-color: #FFFFFF;
    overflow: hidden;
    transition: max-height .2s ease-out;
    z-index: 10;
}

.mt-app-navigation--nav__hamburger__visible {
    max-height: 150px;
}

#mt-app-navigation--nav__hamburger--button {
    display: none;
    position: absolute;
    padding: 8px 8px 6px;
    border-radius: 2px;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    border: none;
    background-color: #FFFFFF;
    transition: background-color 0.2s;
}

#mt-app-navigation--nav__hamburger--button:hover {
    background-color: #f3f4f6;
}

#mt-app-navigation--nav__hamburger--screen-block {
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #00000088;
    z-index: 5;
}

.mt-app-navigation--nav--links {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
}

.mt-app-navigation--nav--links li a {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem;
    text-decoration: none;
    color: #4e5561;
    border-left: 4px solid transparent;
    transition: background-color 0.2s ease-out;
}

.mt-app-navigation--nav--links li a.active {
    color: #5b7e4e;
    background-color: rgba(91, 126, 78, 0.1);
    border-left: 4px solid #5b7e4e;
}

.mt-app-navigation--nav--links li a:hover {
    background-color: rgba(91, 126, 78, 0.2);
}

@media screen and (max-width: 1200px) {
    .mt-app-navigation--nav {
        display: none;
    }

    #mt-app-navigation--nav__hamburger--button {
        display: block;
    }

    .mt-app-navigation--nav__hamburger {
        display: block;
    }

    #mt-app-navigation--nav__hamburger--screen-block.mt-app-navigation--nav__hamburger--screen-block__visible {
        display: block;
    }
}

.mt-app-navigation--account {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
    border-top: 1px solid #e5e7eb;
}

.mt-app-navigation--account .mt-app-navigation--account-name {
    color: #6d727e;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (min-width: 740px) {
    .mt-app-navigation--account {
        font-size: 0.85rem;
    }

    .mt-app-navigation--account .mt-button {
        font-size: 0.85rem;
    }
}

.mt-app-navigation--feedback {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 0.25rem 1rem;
    border-top: 1px solid #e5e7eb;
    color: #6d727e;
    background-color: rgba(45, 74, 169, 0.1);
}

.mt-app-navigation--feedback a {
    color: #2d4aa9;
}

.mt-app-navigation--feedback {
    font-size: 0.85rem;
}

.mt-app-navigation--feedback .mt-button {
    font-size: 0.85rem;
}

@media screen and (max-width: 1200px) {
    .mt-app-navigation--feedback {
        display: none;
    }
}

.mt-icon {
    height: 1rem;
    width: 1rem;
    fill: currentColor;
}

.mt-icon--m {
    height: 2rem;
    width: 2rem;
}

h1 .mt-icon,
h2 .mt-icon,
h3 .mt-icon,
h4 .mt-icon,
h5 .mt-icon,
h6 .mt-icon {
    display: inline-block;
    vertical-align: middle;
    width: 1.15em;
    height: 1.15em;
    margin-bottom: 0.1em;
}

.mt-button,
a.mt-button {
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    box-sizing: border-box;
    text-decoration: none;
    font-weight: 500;
    line-height: 1.5rem;
    padding: 0.6rem 1rem;
    border-radius: 0.4rem;
    border: 1px solid #d3d5da;
    background-color: white;
    color: #4e5561;
    transition: background-color 80ms ease-out, background-color 80ms ease-out;
    cursor: pointer;
    white-space: nowrap;
}

.mt-button.mt-button--large,
a.mt-button.mt-button--large {
    padding: 0.5rem 1.25rem;
    font-size: 1.2rem;
}

.mt-button:hover,
a.mt-button:hover {
    background-color: #f3f4f6;
}

.mt-button:active, .mt-button:focus,
a.mt-button:active,
a.mt-button:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(91, 126, 78, 0.4);
}

.mt-button .mt-icon,
a.mt-button .mt-icon {
    width: 1.4rem;
    height: 1.4rem;
    margin: -0.2rem;
}

@media (min-width: 740px) {
    .mt-button,
    a.mt-button {
        width: auto;
        padding: 0.19rem 0.6rem 0.15rem 0.6rem;
    }

    .mt-button .mt-icon,
    a.mt-button .mt-icon {
        width: 1.2rem;
        height: 1.2rem;
        margin: 0.15rem -0.15rem;
    }
}

.mt-button--primary,
a.mt-button--primary {
    background-color: #5b7e4e;
    color: white;
    border-color: #547548;
}

.mt-button--primary:hover,
a.mt-button--primary:hover {
    background-color: #506e44;
}

.mt-button--action,
a.mt-button--action {
    background-color: #2b46a1;
    color: white;
    border-color: #284195;
}

.mt-button--action:hover,
a.mt-button--action:hover {
    background-color: #223881;
}

.mt-button--destructive,
a.mt-button--destructive {
    background-color: #a4593f;
    color: white;
    border-color: #99533b;
}

.mt-button--destructive:hover,
a.mt-button--destructive:hover {
    background-color: #864934;
}

.mt-page-section {
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 0.4rem;
    padding: 1rem;
    max-width: 1600px;
}

.mt-page-section > *:first-child {
    margin-top: 0;
}

.mt-form-field--input {
    flex-grow: 1;
    appearance: none;
    position: relative;
    background-color: #ffffff;
    border: 1px solid #d3d5da;
    border-radius: 0.4rem;
    box-shadow: 0 2px 4px 0 rgba(229, 231, 235, 0.25), 0 0 0 0 rgba(91, 126, 78, 0.4);
    padding: 1rem 0.75rem;
    transition: border-color 80ms ease-out, box-shadow 80ms ease-out;
}

.mt-form-field--input:focus {
    outline: none;
    box-shadow: 0 2px 4px 0 rgba(91, 126, 78, 0.25), 0 0 0 3px rgba(91, 126, 78, 0.4);
    border-color: #5b7e4e;
}

.mt-form-field--input[disabled] {
    background-image: linear-gradient(45deg, #ffffff 45%, rgba(229, 231, 235, 0.4) 45%, rgba(229, 231, 235, 0.4) 55%, #ffffff 55%);
    color: #212328;
    background-size: 10px 10px;
    background-position: 0 0, 5px 5px;
    background-repeat: repeat;
    cursor: not-allowed;
    opacity: 1;
}

@media (min-width: 740px) {
    .mt-form-field--input {
        padding: 0.5rem 0.75rem;
    }
}

.mt-form-group--error .mt-form-field--input {
    padding-left: 2.25rem;
    border-color: #ab5d42;
    box-shadow: 0 2px 4px 0 rgba(171, 93, 66, 0.25), 0 0 0 1px #ab5d42 inset;
}

.mt-form-group--error .mt-form-field--input:focus {
    outline: none;
    box-shadow: 0 2px 4px 0 rgba(91, 126, 78, 0.25), 0 0 0 3px rgba(91, 126, 78, 0.4);
    border-color: #5b7e4e;
    box-shadow: 0 2px 4px 0 rgba(91, 126, 78, 0.25), 0 0 0 3px rgba(91, 126, 78, 0.4), 0 0 0 1px #ab5d42 inset;
    border-color: #ab5d42;
}

.mt-form-field--input-wrapper {
    position: relative;
    display: flex;
    margin: 0.25rem 0;
}

.mt-form-field--error-icon {
    display: none;
    position: absolute;
    left: 0.5rem;
    top: 1.7rem;
    transform: translateY(-50%);
    color: #ab5d42;
    width: 1.5rem;
    height: 1.5rem;
}

.mt-form-group--error .mt-form-field--error-icon {
    display: block;
}

@media (min-width: 740px) {
    .mt-form-field--error-icon {
        top: 1.2rem;
    }
}

.mt-form-group {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    margin-bottom: 1.5rem;
}

.mt-form-field--label {
    font-weight: 500;
}

legend.mt-form-field--label {
    display: block;
    margin-bottom: 0.25rem;
}

.mt-form-field--hint,
.mt-form-field--character-count {
    color: #6d727e;
}

.mt-form-column {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.mt-form-field--errors-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.mt-form-field--error {
    font-weight: 500;
    color: #ab5d42;
}

.mt-form-field--hint,
.mt-form-field--error,
.mt-form-field--character-count {
    font-size: 0.85em;
}

.mt-form-error-group {
    max-width: 1200px;
}

.mt-form-error-group .mt-form-field--error {
    font-size: 1rem;
}

@container (min-width: 740px) {
    .mt-form-error-group {
        text-align: right;
    }
}

.mt-form-action-group {
    display: flex;
    max-width: 1200px;
    flex-direction: column;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.mt-form-action-group .mt-button {
    width: 100%;
}

@container (min-width: 740px) {
    .mt-form-action-group {
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
    }

    .mt-form-action-group .mt-button {
        width: auto;
    }
}

.mt-table {
    min-width: 435px;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    overflow-x: hidden;
}

.mt-table tr {
    border-bottom: 1px solid #e5e7eb;
    border-radius: 0.4rem;
    padding: 1rem;
    margin: 0 0 1rem 0;
    gap: 1rem;
}

.mt-table th {
    text-align: left;
    padding: 0.5rem 0 0.5rem 1rem;
    vertical-align: bottom;
}

.mt-table th:first-child {
    padding-left: 0;
}

.mt-table th a {
    color: #000000;
    text-decoration: none;
}

.mt-table th a.sort-active {
    color: #000000;
    text-decoration: underline;
}

.mt-table input {
    border: 0;
    width: 450px;
    padding: 0.5rem 0 0.5rem 1rem;
    overflow: scroll;
}

.mt-table input[type="radio"], .mt-table input[type="checkbox"] {
    border: 0;
    width: auto;
    padding: 0.5rem 0 0.5rem 1rem;
    overflow: auto;
}

.mt-banner {
    background-color: rgba(45, 74, 169, 0.2);
    border-radius: 0.4rem;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.mt-banner .mt-banner--title {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    font-weight: 700;
}

.mt-banner .mt-banner--message {
    margin: 0;
}

@media (min-width: 740px) {
    .mt-banner {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
}

.mt-warning-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.mt-checkboxes {
    display: flex;
    flex-direction: column;
    margin: 0.25rem 0;
    gap: 0.5rem;
}

.mt-checkboxes--item {
    display: block;
    position: relative;
}

.mt-checkboxes--item input {
    position: absolute;
    opacity: 0;
    height: 0;
    width: 0;
}

.mt-checkboxes label {
    display: block;
    padding-left: 1.75rem;
    padding-top: 0.1rem;
    cursor: pointer;
}

.mt-checkboxes label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1.25rem;
    height: 1.25rem;
    border: 1px solid #d3d5da;
    border-radius: 0.4rem;
    box-shadow: 0 0 0 #5b7e4e inset;
    transition: box-shadow 120ms ease-out;
}

.mt-checkboxes label::after {
    content: "";
    position: absolute;
    left: 0.35rem;
    top: 0.15rem;
    width: 0.5rem;
    height: 0.75rem;
    transform: rotate(-90deg) scale(0.2);
    border: 0.2rem solid #ffffff;
    border-top: none;
    border-left: none;
    opacity: 0;
    transition: transform 120ms ease-out, opacity 120ms ease-out;
}

.mt-checkboxes--item input:checked + label::before {
    border-color: #5b7e4e;
    box-shadow: 0 0 0 0.75rem #5b7e4e inset;
}

.mt-checkboxes--item input:checked + label::after {
    opacity: 1;
    transform: rotate(45deg) scale(1);
}

.mt-checkboxes--item input:focus + label::before {
    outline: 3px solid rgba(91, 126, 78, 0.4);
}

.mt-radios {
    display: flex;
    flex-direction: column;
    margin: 0.25rem 0;
    gap: 0.5rem;
}

.mt-radios--item {
    display: block;
    position: relative;
}

.mt-form-group--radios-outlined .mt-radios--item {
    border: 1px solid #d3d5da;
    border-radius: 0.4rem;
    background-color: #ffffff;
    transition: background-color 60ms ease-out;
}

.mt-form-group--radios-outlined .mt-radios--item:has(input:checked) {
    border-color: #5b7e4e;
    background-color: rgba(91, 126, 78, 0.1);
}

.mt-form-group--radios-outlined .mt-radios--item:has(input:focus) {
    box-shadow: 0 0 0 3px rgba(91, 126, 78, 0.4);
}

.mt-radios--item input {
    position: absolute;
    opacity: 0;
    height: 0;
    width: 0;
}

.mt-radios label {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    padding-left: 1.75rem;
    padding-top: 0.1rem;
    cursor: pointer;
}

.mt-form-group--radios-outlined .mt-radios label {
    padding: 1rem;
    padding-left: 3.25rem;
}

.mt-radios label > * {
    margin: 0;
}

.mt-radios label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1.25rem;
    height: 1.25rem;
    border: 1px solid #d3d5da;
    border-radius: 50%;
    box-shadow: 0 0 0 #5b7e4e inset;
    transition: box-shadow 120ms ease-out;
}

.mt-form-group--radios-outlined .mt-radios label::before {
    left: 1rem;
    top: 1rem;
}

.mt-radios label::after {
    content: "";
    position: absolute;
    left: 0.125rem;
    top: 0.125rem;
    width: 1rem;
    height: 1rem;
    transform: scale(0.2);
    border: 0.1rem solid #ffffff;
    background-color: #5b7e4e;
    border-radius: 50%;
    opacity: 0;
    transition: transform 120ms ease-out, opacity 120ms ease-out;
}

.mt-form-group--radios-outlined .mt-radios label::after {
    left: 1.125rem;
    top: 1.125rem;
}

.mt-radios--item input:checked + label::before {
    border-color: #5b7e4e;
    box-shadow: 0 0 0 0.75rem #5b7e4e inset;
}

.mt-radios--item input:checked + label::after {
    opacity: 1;
    transform: rotate(45deg) scale(1);
}

.mt-radios--item input:focus + label::before {
    outline: 3px solid rgba(91, 126, 78, 0.4);
}

.mt-padding {
    padding: 1rem;
}

.mt-padding--s {
    padding: 0.5rem;
}

.mt-padding--m {
    padding: 1.5rem;
}

.mt-padding--l {
    padding: 2rem;
}

.mt-padding--xl {
    padding: 4rem;
}

.mt-padding--xxl {
    padding: 6rem;
}

.mt-padding-top {
    padding-top: 1rem;
}

.mt-padding-top--s {
    padding-top: 0.5rem;
}

.mt-padding-top--m {
    padding-top: 1.5rem;
}

.mt-padding-top--l {
    padding-top: 2rem;
}

.mt-padding-top--xl {
    padding-top: 4rem;
}

.mt-padding-top--xxl {
    padding-top: 6rem;
}

.mt-padding-right {
    padding-right: 1rem;
}

.mt-padding-right--s {
    padding-right: 0.5rem;
}

.mt-padding-right--m {
    padding-right: 1.5rem;
}

.mt-padding-right--l {
    padding-right: 2rem;
}

.mt-padding-right--xl {
    padding-right: 4rem;
}

.mt-padding-right--xxl {
    padding-right: 6rem;
}

.mt-padding-bottom {
    padding-bottom: 1rem;
}

.mt-padding-bottom--s {
    padding-bottom: 0.5rem;
}

.mt-padding-bottom--m {
    padding-bottom: 1.5rem;
}

.mt-padding-bottom--l {
    padding-bottom: 2rem;
}

.mt-padding-bottom--xl {
    padding-bottom: 4rem;
}

.mt-padding-bottom--xxl {
    padding-bottom: 6rem;
}

.mt-margin-clear {
    margin: 0;
}

.mt-visually-hidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.mt-text--error {
    color: #ab5d42;
}

.mt-text--secondary, .mt-app-navigation--account .mt-app-navigation--account-name a {
    color: #6d727e;
}

.mt-text--center {
    text-align: center;
}

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

.mt-text--left {
    text-align: left;
}

.mt-text--small {
    font-size: 0.85em;
}

.mt-flex--column {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.mt-flex--contents {
    display: contents;
    flex-direction: column;
    gap: 0.5rem;
}

.mt-font-weight-regular {
    font-weight: 400;
}

.mt-grey-border-bottom {
    border-bottom: 1px solid #e5e7eb;
}

.mt-container-column {
    container-type: inline-size;
}

.mt-font-color--blue {
    color: #2d4aa9;
}

h1 {
    font-size: 2rem;
}

.mt-app-navigation--feedback p {
    margin: 1rem 0;
    color: #646B73;
    line-height: 1.3;
}