html,
body,
input,
select,
textarea,
button {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
}

body {
    margin: 0;
    background-color: #FFFFFF;
    color: #5c5a5a;
}

body * {
    font-variant-ligatures: none;
    -webkit-font-smoothing: antialiased;
}

address {
    font-style: normal;
}

a {
    color: inherit;
    text-underline-offset: 0.2rem;
}

strong, b {
    font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

p {
    line-height: 1.5;
    margin-bottom: 0.75rem;
}

ul {
    padding-left: 15px;
}

li {
    line-height: 1.5;
}

p:last-child {
    margin-bottom: 0;
}

select {
    color: #5c5a5a;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
}

input[type="date"] {
    min-height: 1.325rem;
    color: #5c5a5a;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    text-align: left;
}
input::-webkit-date-and-time-value {
    text-align: left;
}

.mtb-header {
    display: flex;
    justify-content: center;
    padding: 2rem;
}

body:has(.mtb-intro) .mtb-header {
    display: none;
}

.mtb-header .mtb-logo img {
    width: 8rem;
    height: auto;
}

.mtb-legal-wrapper {
    max-width: 46rem;
    margin: 0 auto;
    padding: 4rem 2rem;
}
@media (max-width: 767px) {
    .mtb-legal-wrapper {
        padding: 2rem 1.6rem;
    }
}

.mtb-legal-wrapper h1 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
}
@media (max-width: 767px) {
    .mtb-legal-wrapper h1 {
        font-size: 1.6rem;
    }
}

.mtb-intro {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 46rem;
    margin: 0 auto;
    padding: 0 2rem;
    height: 100vh;
}

.mtb-intro img {
    width: 20rem;
    height: auto;
    margin-bottom: 2rem;
}
@media (max-width: 767px) {
    .mtb-intro img {
        width: 14rem;
        max-width: 100%;
    }
}

.mtb-intro a {
    text-decoration: none;
}

.mtb-intro__legal {
    display: flex;
    flex-wrap: wrap;
    margin-top: 2rem;
}

.mtb-intro__legal a {
    font-size: 0.925rem;
    text-decoration: underline;
    margin-right: 1rem;
}

.mtb-intro__legal a:last-child {
    margin-right: 0;
}