/* reset, based on tailwind's Preflight */
*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
}
html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-feature-settings: normal;
  font-variation-settings: normal;
}
body {
  margin: 0;
  line-height: inherit;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
abbr:where([title]) {
  text-decoration: underline dotted;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  text-decoration: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}
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;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}
button,
select {
  text-transform: none;
}
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}
:-moz-focusring {
  outline: auto;
}
:-moz-ui-invalid {
  box-shadow: none;
}
progress {
  vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}
button,
[role="button"] {
  cursor: pointer;
}
:disabled {
  cursor: default;
}
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}
img,
video {
  max-width: 100%;
  height: auto;
}
[hidden] {
  display: none;
}
/* global rules */
.d-l::-webkit-input-placeholder { text-align: left !important; }
.d-l::-moz-placeholder { text-align: left !important; }
.before\:ce::before { content: ''; }
.after\:ce::after { content: ''; }
.before\:ca::before { content: attr(data-content); }
.after\:ca::after { content: attr(data-content); }
/* rules based on used class names */
.ai-c { align-items: center; }
.br-4 { border-radius: 0.5rem; }
.bsh-4n9 { box-shadow: 0 10px 15px -3px rgb(23 23 23 / 0.1), 0 4px 6px -4px rgb(23 23 23 / 0.1); }
.bsh-5n9 { box-shadow: 0 20px 25px -5px rgb(23 23 23 / 0.1), 0 8px 10px -6px rgb(23 23 23 / 0.1); }
.container { margin-right: auto; margin-left: auto; width: 100%; }
.d-b { display: block; }
.d-ib { display: inline-block; }
.d-f { display: flex; }
.fw-w { flex-wrap: wrap; }
.ff-c { font-family: custom, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'; }
.fs-2 { font-size: 0.875rem; }
.fs-3 { font-size: 1rem; }
.fs-4 { font-size: 1.125rem; }
.fs-5 { font-size: 1.25rem; }
.fs-6 { font-size: 1.5rem; }
.fs-7 { font-size: 1.875rem; }
.fs-8 { font-size: 2.25rem; }
.fw-100 { font-weight: 100; }
.fw-200 { font-weight: 200; }
.fw-300 { font-weight: 300; }
.fw-600 { font-weight: 600; }
.lh-2 { line-height: 1.25; }
.lh-4 { line-height: 1.5; }
.lh-5 { line-height: 1.625; }
.lh-6 { line-height: 2; }
.mr-6 { margin-right: 0.75rem; }
.mr-8 { margin-right: 1rem; }
.mr-10 { margin-right: 1.5rem; }
.mr-12 { margin-right: 2rem; }
.mt-16 { margin-top: 3rem; }
.mt-20 { margin-top: 6rem; }
.mb-4 { margin-bottom: 0.5rem; }
.mb-5 { margin-bottom: 0.625rem; }
.mb-6 { margin-bottom: 0.75rem; }
.mb-8 { margin-bottom: 1rem; }
.mb-10 { margin-bottom: 1.5rem; }
.mb-12 { margin-bottom: 2rem; }
.mb-16 { margin-bottom: 3rem; }
.mx-8- { margin-right: -1rem; margin-left: -1rem; }
.p-8 { padding: 1rem; }
.p-12 { padding: 2rem; }
.px-8 { padding-right: 1rem; padding-left: 1rem; }
.ta-c { text-align: center; }
.ta-e { text-align: end; }
.w-50\% { width: 50%; }
.w-2\/12 { width: 16.666667%; }
.w-3\/12 { width: 25%; }
.w-4\/12 { width: 33.333333%; }
.w-12 { width: 2rem; }
.w-14 { width: 2.5rem; }
.w-20 { width: 6rem; }
.w-18 { width: 4rem; }
@media (min-width: 576px) {
	.container { max-width: 540px; }
}
@media (min-width: 768px) {
	.container { max-width: 720px; }
}
@media (min-width: 992px) {
	.container { max-width: 960px; }
}
@media (min-width: 1200px) {
	.container { max-width: 1140px; }
}
@media (min-width: 1400px) {
	.container { max-width: 1320px; }
}