/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

textarea {
    display: block;
    width: 100%;
    padding-top: 1.4rem;
    resize: none;
}

a {
    text-decoration: none;
}

b {
    font-weight: bold;
}

br {
    display: block;
    margin: 0;
    padding: 0;
    height: 0;
    line-height: 0;
}

button:disabled {
    opacity: .6;
    cursor: auto;
}

.svg {
    min-width: 22px;
}

.btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: .5rem;
    padding: .7rem 2rem;
    border-radius: 8px;
    color: #000;
    border: none;
    outline: none;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
}

.btn--next {
    font-size: 20px;
}





.flex {
    display: flex;
}

.inline-flex {
    display: inline-flex;
}

.row {
    flex-direction: row;
}

.column {
    flex-direction: column;
}

.justify-space-between {
    justify-content: space-between;
}

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

.align-items-center {
    align-items: center;
}

.align-items-end {
    align-items: flex-end;
}

.align-items-stretch {
    align-items: stretch;
}

.wrap {
    flex-wrap: wrap;
}

.gap-1 {
    gap: .25rem;
}

.gap-2 {
    gap: .5rem;
}

.gap-3 {
    gap: .75rem;
}

.gap-4 {
    gap: 1rem;
}

.width--100 {
    width: 100%;
}

.is-none {
    display: none !important;
}


/** FONT WEIGHTS */
.u-fw--400 {
    font-weight: 400;
}

.u-fw--600 {
    font-weight: 600;
}

.u-fw--700 {
    font-weight: 700;
}


.u-mt-1 {
    margin-top: .25rem;
}

.u-mt-2 {
    margin-top: .5rem;
}

.u-mt-3 {
    margin-top: .75rem;
}

.u-mt-4 {
    margin-top: 1rem;
}

.u-mt-5 {
    margin-top: 1.25rem;
}

.u-mt-6 {
    margin-top: 1.5rem;
}

.u-mt-7 {
    margin-top: 1.75rem;
}

.u-mt-8 {
    margin-top: 2rem;
}

.u-mb-1 {
    margin-bottom: .25rem;
}

.u-mb-2 {
    margin-bottom: .5rem;
}

.u-mb-3 {
    margin-bottom: .75rem;
}

.u-mb-4 {
    margin-bottom: 1rem;
}

.u-mb-5 {
    margin-bottom: 1.25rem;
}

.u-mb-6 {
    margin-bottom: 1.5rem;
}

.u-mb-7 {
    margin-bottom: 1.75rem;
}

.u-mb-8 {
    margin-bottom: 2rem;
}

.u-p-1 {
    padding: .25rem;
}

.u-p-2 {
    padding: .5rem;
}

.u-p-3 {
    padding: .75rem;
}

.u-p-4 {
    padding: 1rem;
}

.u-p-5 {
    padding: 1.25rem;
}

.u-p-6 {
    padding: 1.5rem;
}

.u-p-7 {
    padding: 1.75rem;
}

.u-p-8 {
    padding: 2rem;
}

.u-py-1 {
    padding: .25rem 0;
}

.u-py-2 {
    padding: .5rem 0;
}

.u-py-3 {
    padding: .75rem 0;
}

.u-py-4 {
    padding: 1rem 0;
}

.u-py-5 {
    padding: 1.25rem 0;
}

.u-py-6 {
    padding: 1.5rem 0;
}

.u-py-7 {
    padding: 1.75rem 0;
}

.u-py-8 {
    padding: 2rem 0;
}

.u-pb-1 {
    padding-bottom: .25rem;
}

.u-pb-2 {
    padding-bottom: .5rem;
}

.u-pb-3 {
    padding-bottom: .75rem;
}

.u-pb-4 {
    padding-bottom: 1rem;
}

.u-pb-5 {
    padding-bottom: 1.25rem;
}

.u-pb-6 {
    padding-bottom: 1.5rem;
}

.u-pb-7 {
    padding-bottom: 1.75rem;
}

.u-pb-8 {
    padding-bottom: 2rem;
}

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

.u-hidden {
    visibility: hidden;
}

.u-none {
    display: none;
}

.tabs__navigation {
    display: flex;
    flex-wrap: wrap;
}

.tab {
    width: 49%;
}

.tabs__content {
    display: none;
}

.tabs__content.is-active {
    display: block;
}