*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}

html {
  width: 100%;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  font-family: ui-sans-serif, system-ui, sans-serif;
}

body {
  display: flex;
  min-height: 100vh;
  width: 100%;
  max-width: none;
  flex-direction: column;
  align-items: stretch;
  margin: 0;
  background: #e5e7eb;
  color: #4b5563;
  font-family: ui-sans-serif, system-ui, sans-serif;
  letter-spacing: 0;
}

a {
  color: #000;
  text-decoration: none;
}

img,
svg {
  display: block;
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
}

button,
input {
  font: inherit;
}

.box-container {
  display: flex;
  width: 100%;
  max-width: 1315px;
  flex: 1 1 auto;
  flex-direction: column;
  margin-right: auto;
  margin-left: auto;
  background: #f3f4f6;
  box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}

main {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 0.75rem;
  padding-bottom: 1.25rem;
}

.logo {
  width: 320px;
  height: 45px;
  margin-bottom: 0.25rem;
}

.region {
  width: var(--smalllogowidth);
  text-align: end;
  font-weight: 700;
  text-transform: uppercase;
  color: #4b5563;
}

.flex {
  display: flex;
}

.hidden {
  display: none;
}

.w-full {
  width: 100%;
}

.flex-col {
  flex-direction: column;
}

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

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

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

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

.shrink-0 {
  flex-shrink: 0;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-x-5 {
  column-gap: 1.25rem;
}

.gap-y-3 {
  row-gap: 0.75rem;
}

.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.border-r {
  border-right-width: 1px;
}

.border-slate-200 {
  border-color: #e2e8f0;
}

.border-slate-300 {
  border-color: #cbd5e1;
}

.bg-gray-100 {
  background-color: #f3f4f6;
}

.bg-gray-300 {
  background-color: #d1d5db;
}

.bg-transparent {
  background-color: transparent;
}

.bg-white {
  background-color: #fff;
}

.p-1 {
  padding: 0.25rem;
}

.px-3 {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.px-4 {
  padding-right: 1rem;
  padding-left: 1rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.pr-4 {
  padding-right: 1rem;
}

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

.text-left {
  text-align: left;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.font-bold {
  font-weight: 700;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.text-gray-600 {
  color: #4b5563;
}

.text-slate-500 {
  color: #64748b;
}

.text-slate-700 {
  color: #334155;
}

.shadow-md {
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.size-4 {
  width: 1rem;
  height: 1rem;
}

.h-6 {
  height: 1.5rem;
}

.w-1 {
  width: 0.25rem;
}

.w-44 {
  width: 11rem;
}

.rounded-full {
  border-radius: 9999px;
}

.border-none {
  border-style: none;
}

.placeholder-slate-400::placeholder {
  color: #94a3b8;
}

.print\:hidden {
  display: block;
}

@media print {
  .print\:hidden {
    display: none;
  }
}

@media (min-width: 768px) {
  main {
    padding: 1.25rem;
  }

  .md\:flex-row {
    flex-direction: row;
  }

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

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

  .md\:justify-start {
    justify-content: flex-start;
  }

  .md\:justify-end {
    justify-content: flex-end;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:w-40 {
    width: 10rem;
  }

  .md\:px-5 {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

  .md\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:text-right {
    text-align: right;
  }

  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1024px) {
  main {
    gap: 1.5rem;
    padding: 2.5rem 2.5rem 1.5rem;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:px-10 {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }

  .lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .xl\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
