html {
    line-height: 1.15;
    text-size-adjust: 100%
}

body {
    margin: 0
}

article,aside,footer,header,nav,section {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

figcaption,figure,main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    text-decoration-skip: objects
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,strong {
    font-weight: bolder
}

code,kbd,samp {
    font-family: monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: var(--yellow2);
    color: var(--black-box-shadow)
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

audio,video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,input,optgroup,select,textarea {
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

button,html [type=button],[type=reset],[type=submit] {
    appearance: button
}

button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration {
    appearance: none
}

::-webkit-file-upload-button {
    appearance: button;
    font: inherit
}

details,menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}

*,*::before,*::after {
    box-sizing: border-box
}

a,p,h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit
}

a,a:active,a:hover,a:visited {
    text-decoration: none;
    color: var(--black)
}

body,select,input,textarea {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@font-face {
    font-family: "Source Sans Pro Fallback";
    src: local("Arial");
    ascent-override:104.4%;descent-override:32.4%;line-gap-override:0%;size-adjust:93.31%}

@font-face {
    font-family: "Source Sans Pro";
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
    src: url(../fonts/sourcesanspro-regular.woff2) format("woff2"),url(../fonts/sourcesanspro-regular.woff) format("woff")
}

@font-face {
    font-family: "Source Sans Pro";
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
    src: url(../fonts/sourcesanspro-semibold.woff2) format("woff2"),url(../fonts/sourcesanspro-semibold.woff) format("woff")
}

@font-face {
    font-family: "Inter";
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
    src: url(../fonts/inter-regular.woff2) format("woff2")
}

@font-face {
    font-family: "Inter";
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
    src: url(../fonts/inter-medium.woff2) format("woff2")
}

@font-face {
    font-family: "Inter";
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
    src: url(../fonts/inter-semibold.woff2) format("woff2")
}

@font-face {
    font-family: "Inter Fallback";
    src: local("Arial");
    ascent-override:96.88%;descent-override:24.15%;line-gap-override:0%;size-adjust:106.85%}

html,body,.wrapper {
    width: 100%;
    max-height: 100%;
    margin: 0;
    padding: 0
}

body {
    color: var(--black);
    background: var(--body-background);
    font-family: inherit;
    font-weight: 400;
    font-size: 17px
}

body select,body input[type=button],body input[type=submit],body input[type=reset],body input[type=file],body button {
    color: var(--black)
}

body {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--bg-surface) / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(var(--text-standard) / var(--tw-text-opacity));
    font-size: var(--text-base);
}

html, body, button {
    font-family: Source Sans Pro, Source Sans Pro Fallback, sans-serif;
}