#hero {
    width: 100%;
    height: 5vh;
    background: #37517e;
}

.bg-white {
    background-color: #f2f2f2 !important;
}
.shadow-md {
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 6%);
}
.pb-8 {
    padding-bottom: 2rem;
}
.pt-6 {
    padding-top: 1.5rem;
}
.px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
}
.mb-auto {
    margin-bottom: auto;
}
.mb-4 {
    margin-bottom: 1rem;
}
.rounded {
    border-radius: 0.25rem;
}
.bg-white {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
}
.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}
.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}
.rounded {
    border-radius: 0.25rem !important;
}
.bg-white {
    background-color: #fff !important;
}

.mt-16 {
    margin-top: 4rem;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.h-full {
    height: 100%;
}
.justify-center {
    justify-content: center;
}
.flex {
    display: flex;
}
.container {
    width: 100%;
}
.ml-auto,
.mx-auto {
    margin-left: auto !important;
}
.mr-auto,
.mx-auto {
    margin-right: auto !important;
}
.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.w-full {
    width: 100%;
}
.text-gray-700 {
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
}
.shadow-xs {
    box-shadow: 0 0 0 1px rgb(0 0 0 / 5%);
}
.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.leading-tight {
    line-height: 1.25;
}
.border {
    border-width: 1px;
}
.rounded {
    border-radius: 0.25rem;
}
.appearance-none {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.pl-3,
.px-3 {
    padding-left: 1rem !important;
}
.pr-3,
.px-3 {
    padding-right: 1rem !important;
}
.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}
.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}
.rounded {
    border-radius: 0.25rem !important;
}

.leading-tight {
    line-height: 1.25;
}
.text-xl {
    font-size: 1.25rem;
}
.font-bold {
    font-weight: 700;
}
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
    margin: 0;
}

hover\:bg-orange-700:hover {
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
}
.w-full {
    width: 100%;
}
.text-white {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
}
.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}
.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.mb-2 {
    margin-bottom: 0.5rem;
}
.font-bold {
    font-weight: 700;
}
.rounded {
    border-radius: 0.25rem;
}
.bg-orange-500 {
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
}
.fs-sm {
    font-size: 0.75rem;
}
