body {
    display: flex;
    background-color: #fff;
    flex-direction: column;
    text-rendering: optimizeLegibility;
    -webkit-text-decoration-skip: objects;
    text-decoration-skip: objects;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent
}

:focus {
    outline: 0
}

h1, h2, h3, h4, h5, h6, th {
    font-weight: inherit
}

audio, img, video {
    display: block
}

a, abbr {
    text-decoration: none
}

dfn, em, i {
    font-style: inherit
}

mark {
    background-color: transparent;
    color: inherit
}

button, input, optgroup, select, textarea {
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: inherit;
    letter-spacing: inherit;
    padding: .25em .375em;
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, select {
    text-align: left;
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: none;
    cursor: pointer
}

textarea {
    overflow-x: hidden;
    overflow-y: auto;
    resize: none;
    margin: 0;
    overflow: auto;
    resize: vertical;
    resize: block;
    -webkit-overflow-scrolling: touch
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border: none;
    padding: 0
}

select {
    appearance: none
}

select::-ms-expand {
    display: none
}

::-webkit-input-placeholder {
    backface-visibility: hidden;
    opacity: 1;
    transition: opacity .3s;
    will-change: opacity;
    color: inherit;
    opacity: .54
}

:-moz-placeholder, ::-moz-placeholder {
    backface-visibility: hidden;
    color: inherit;
    opacity: 1;
    transition: opacity .3s;
    will-change: opacity
}

:-ms-input-placeholder {
    backface-visibility: hidden;
    color: inherit;
    opacity: 1;
    transition: opacity .3s;
    will-change: opacity
}

:focus::-webkit-input-placeholder {
    opacity: 0
}

:focus:-moz-placeholder, :focus::-moz-placeholder {
    opacity: 0
}

:focus:-ms-input-placeholder {
    opacity: 0
}

svg {
    fill: currentColor
}

.disabled, :disabled {
    cursor: not-allowed
}

::-ms-clear {
    display: none
}

:-webkit-autofill {
    box-shadow: inset 0 0 100px #fff;
    -webkit-text-fill-color: currentColor
}

::-moz-selection {
    background-color: #004fe4;
    color: #fff
}

::selection {
    background-color: #004fe4;
    color: #fff
}

a:focus-visible {
    outline: 0;
    text-decoration: inherit
}

blockquote, body, dd, dl, dt, fieldset, figure, h1, h2, h3, h4, h5, h6, hr, html, iframe, legend, li, ol, p, pre, textarea, ul {
    margin: 0;
    padding: 0
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 400
}

*, :after, :before {
    box-sizing: inherit;
    box-sizing: border-box
}

img, video {
    height: auto;
    max-width: 100%
}

hr {
    box-sizing: content-box;
    color: inherit;
    height: 0;
    overflow: visible
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

sub, sup {
    line-height: 0;
    position: relative
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: ButtonText dotted 1px
}

[type=checkbox], [type=radio], legend {
    box-sizing: border-box
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

a:focus, a:hover, a:visited {
    outline: 0;
    text-decoration: inherit
}

html {
    box-sizing: border-box;
    font-family: PT Sans, sans-serif;
    -webkit-tap-highlight-color: transparent;
    cursor: default;
    line-height: 1;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-tap-highlight-color: transparent;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    word-break: break-word
}

body, html {
    min-width: 320px
}

a {
    color: inherit;
    text-decoration: inherit;
    background-color: transparent
}

img {
    box-sizing: content-box
}

:where(iframe,img,input,video,select,textarea) {
    height: auto;
    max-width: 100%
}

:after, :before {
    text-decoration: inherit;
    vertical-align: inherit
}

body, button, dl dl, dl ol, dl ul, input, ol dl, ol ol, ol ul, select, ul dl, ul ol, ul ul {
    margin: 0
}

article, aside, details, dialog, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
    display: block
}

nav ol, nav ul {
    list-style: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg'/%3E");
    padding: 0
}

pre {
    font-family: monospace, monospace;
    overflow: auto;
    -ms-overflow-style: scrollbar;
    -webkit-overflow-scrolling: touch
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace
}

audio, canvas, iframe, img, svg, video {
    vertical-align: middle
}

audio, canvas, video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

iframe, img {
    border-style: none
}

svg:not([fill]) {
    fill: currentColor
}

svg:not(:root) {
    overflow: hidden;
    -webkit-overflow-scrolling: touch
}

table {
    text-indent: 0;
    border-collapse: collapse;
    border-spacing: 0
}

button {
    overflow: visible;
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

input {
    overflow: visible
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

[type=checkbox], [type=radio] {
    padding: 0
}

[type=search] {
    outline: 0;
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font-size: inherit;
    -webkit-appearance: button;
    font: inherit
}

::-moz-focus-inner {
    border-style: none;
    padding: 0
}

:-moz-focusring {
    outline: ButtonText dotted 1px
}

:-moz-ui-invalid {
    box-shadow: none
}

dialog {
    background-color: #fff;
    border: solid;
    color: #000;
    height: -moz-fit-content;
    height: fit-content;
    left: 0;
    margin: auto;
    padding: 1em;
    position: absolute;
    right: 0;
    width: -moz-fit-content;
    width: fit-content
}

[hidden], dialog:not([open]), template {
    display: none
}

summary {
    display: list-item
}

[tabindex], a, area, button, input, label, select, summary, textarea {
    -ms-touch-action: manipulation
}

[aria-busy=true] {
    cursor: progress
}

[aria-controls] {
    cursor: pointer
}

[aria-disabled=true], [disabled] {
    cursor: not-allowed
}

[aria-hidden=false][hidden] {
    display: initial
}

[aria-hidden=false][hidden]:not(:focus) {
    clip: rect(0, 0, 0, 0);
    position: absolute
}

button, input, select, textarea {
    background-color: transparent;
    color: inherit;
    font: inherit;
    letter-spacing: inherit;
    padding: .25em .375em
}

select {
    text-transform: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: 100%/1em no-repeat;
    border-radius: 0;
    padding-right: 1em
}

select:not([multiple]):not([size]) {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='4'%3E%3Cpath d='M4 0h6L7 4'/%3E%3C/svg%3E");
    background-position: 100%;
    background-repeat: no-repeat
}

[type=color], [type=range] {
    border-width: 0;
    padding: 0
}

::-ms-expand {
    display: none
}

input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
    color: #999
}

input::placeholder, select::placeholder, textarea::placeholder {
    color: #999
}

:where(button,input,select,textarea) {
    background-color: transparent;
    border: .06667rem solid WindowFrame;
    color: inherit;
    font: inherit;
    letter-spacing: inherit;
    padding: .25em .375em
}

:where(select) {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='4'%3E%3Cpath d='M4 0h6L7 4'/%3E%3C/svg%3E") 100%/1em no-repeat;
    border-radius: 0;
    padding-right: 1em
}

:where(select[multiple]) {
    background-image: none
}

:where([type=color i],[type=range i]) {
    border-width: 0;
    padding: 0
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    border: 0;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

body {
    min-width: 21.33333rem;
    line-height: 1
}

ol, ul {
    list-style: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg'/%3E")
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: "";
    content: none
}

@media (prefers-reduced-motion: reduce) {
    *, :after, :before {
        animation-delay: -1ms !important;
        animation-duration: 1ms !important;
        animation-iteration-count: 1 !important;
        background-attachment: scroll !important;
        scroll-behavior: auto !important;
        transition-delay: 0s !important;
        transition-duration: 0s !important
    }
}

@media screen and (device-aspect-ratio: 2/3) {
    input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=text], input[type=time], input[type=url], input[type=week], select, textarea {
        font-size: 1rem
    }
}

@media screen and (device-aspect-ratio: 375/667) {
    input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], select, textarea {
        font-size: 1rem
    }
}

@media screen and (device-aspect-ratio: 40/71) {
    input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=text], input[type=time], input[type=url], input[type=week], select, textarea {
        font-size: 1rem
    }
}

@media screen and (device-aspect-ratio: 9/16) {
    input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], select, textarea {
        font-size: 1rem
    }
}