.tailwind_template .pt-16 {
    padding-top: 4rem;
}

.tailwind_template .pb-24 {
    padding-bottom: 6rem;
}

.tailwind_template *,
.tailwind_template ::before,
.tailwind_template ::after {
  box-sizing: border-box;

  border-width: 0;

  border-style: solid;

  border-color: #e5e7eb;

}
.tailwind_template ::before,
.tailwind_template ::after {
  --tw-content: '';
}

.tailwind_template,
.tailwind_template :host {
  line-height: 1.5;
  
  -webkit-text-size-adjust: 100%;
  
  -moz-tab-size: 4;
  
  tab-size: 4;
  
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  
  font-feature-settings: normal;
  
  font-variation-settings: normal;
  
  -webkit-tap-highlight-color: transparent;
  
}

.tailwind_template {
  
  
  line-height: inherit;
  
}

.tailwind_template hr {
  height: 0;
  
  color: inherit;
  
  border-top-width: 1px;
  
}

.tailwind_template abbr:where([title]) {
  text-decoration: underline dotted;
}

.tailwind_template h1,
.tailwind_template h2,
.tailwind_template h3,
.tailwind_template h4,
.tailwind_template h5,
.tailwind_template h6 {
  font-size: inherit;
  font-weight: inherit;
}

.tailwind_template a {
  color: inherit;
  text-decoration: inherit;
}

.tailwind_template b,
.tailwind_template strong {
  font-weight: bolder;
}

.tailwind_template code,
.tailwind_template kbd,
.tailwind_template samp,
.tailwind_template pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  
  font-feature-settings: normal;
  
  font-variation-settings: normal;
  
  font-size: 1em;
  
}

.tailwind_template small {
  font-size: 80%;
}

.tailwind_template sub,
.tailwind_template sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.tailwind_template sub {
  bottom: -0.25em;
}
.tailwind_template sup {
  top: -0.5em;
}

.tailwind_template table {
  text-indent: 0;
  
  border-color: inherit;
  
  border-collapse: collapse;
  
}

.tailwind_template button,
.tailwind_template input,
.tailwind_template optgroup,
.tailwind_template select, 
.tailwind_template textarea {
  font-family: inherit;
  
  font-feature-settings: inherit;
  
  font-variation-settings: inherit;
  
  font-size: 100%;
  
  font-weight: inherit;
  
  line-height: inherit;
  
  letter-spacing: inherit;
  
  color: inherit;
  
  margin: 0;
  
  padding: 0;
  
}

.tailwind_template button,
.tailwind_template select {
  text-transform: none;
}

.tailwind_template button,
.tailwind_template input:where([type='button']),
.tailwind_template input:where([type='reset']),
.tailwind_template input:where([type='submit']) {
  -webkit-appearance: button;

  background-color: transparent;

  background-image: none;

}

.tailwind_template :-moz-focusring {
  outline: auto;
}

.tailwind_template :-moz-ui-invalid {
  box-shadow: none;
}

.tailwind_template progress {
  vertical-align: baseline;
}

.tailwind_template ::-webkit-inner-spin-button,
.tailwind_template ::-webkit-outer-spin-button {
  height: auto;
}

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

.tailwind_template ::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

.tailwind_template summary {
  display: list-item;
}

.tailwind_template blockquote,
.tailwind_template dl,
.tailwind_template dd,
.tailwind_template h1,
.tailwind_template h2,
.tailwind_template h3,
.tailwind_template h4,
.tailwind_template h5,
.tailwind_template h6,
.tailwind_template hr,
.tailwind_template figure,
.tailwind_template p,
.tailwind_template pre {
  margin: 0;
}
.tailwind_template fieldset {
  margin: 0;
  padding: 0;
}
.tailwind_template legend {
  padding: 0;
}
.tailwind_template ol,
.tailwind_template ul,
.tailwind_template menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tailwind_template dialog {
  padding: 0;
}

.tailwind_template textarea {
  resize: vertical;
}

.tailwind_template input::placeholder,
.tailwind_template textarea::placeholder {
  opacity: 1;
  
  color: #9ca3af;
  
}

.tailwind_template button,
[role="button"] {
  cursor: pointer;
}

.tailwind_template :disabled {
  cursor: default;
}

.tailwind_template img,
.tailwind_template svg,
.tailwind_template video,
.tailwind_template canvas,
.tailwind_template audio,
.tailwind_template iframe,
.tailwind_template embed,
.tailwind_template object {
  display: block;
  
  vertical-align: middle;
  
}

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

.tailwind_template [hidden] {
  display: none;
}

.tailwind_template .container {
  width: 100%;
}
@media (min-width: 640px) {
  .tailwind_template .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .tailwind_template .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .tailwind_template .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .tailwind_template .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .tailwind_template .container {
    max-width: 1536px;
  }
}
.tailwind_template .pointer-events-none {
  pointer-events: none;
}
.tailwind_template .absolute {
  position: absolute;
}
.tailwind_template .relative {
  position: relative;
}
.tailwind_template .inset-0 {
  inset: 0px;
}
.tailwind_template .right-0 {
  right: 0px;
}
.tailwind_template .top-0 {
  top: 0px;
}
.tailwind_template .z-10 {
  z-index: 10;
}
.tailwind_template .order-first {
  order: -9999;
}
.tailwind_template .-m-1 {
  margin: -0.25rem;
}
.tailwind_template .-m-12 {
  margin: -3rem;
}
.tailwind_template .-m-2 {
  margin: -0.5rem;
}
.tailwind_template .-m-4 {
  margin: -1rem;
}
.tailwind_template .-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.tailwind_template .-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}
.tailwind_template .-my-8 {
  margin-top: -2rem;
  margin-bottom: -2rem;
}
.tailwind_template .mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.tailwind_template .-mb-1 {
  margin-bottom: -0.25rem;
}
.tailwind_template .-mb-10 {
  margin-bottom: -2.5rem;
}
.tailwind_template .-mt-4 {
  margin-top: -1rem;
}
.tailwind_template .mb-1 {
  margin-bottom: 0.25rem;
}
.tailwind_template .mb-10 {
  margin-bottom: 2.5rem;
}
.tailwind_template .mb-12 {
  margin-bottom: 3rem;
}
.tailwind_template .mb-16 {
  margin-bottom: 4rem;
}
.tailwind_template .mb-2 {
  margin-bottom: 0.5rem;
}
.tailwind_template .mb-20 {
  margin-bottom: 5rem;
}
.tailwind_template .mb-3 {
  margin-bottom: 0.75rem;
}
.tailwind_template .mb-4 {
  margin-bottom: 1rem;
}
.tailwind_template .mb-5 {
  margin-bottom: 1.25rem;
}
.tailwind_template .mb-6 {
  margin-bottom: 1.5rem;
}
.tailwind_template .mb-8 {
  margin-bottom: 2rem;
}
.tailwind_template .mb-auto {
  margin-bottom: auto;
}
.tailwind_template .ml-1 {
  margin-left: 0.25rem;
}
.tailwind_template .ml-2 {
  margin-left: 0.5rem;
}
.tailwind_template .ml-3 {
  margin-left: 0.75rem;
}
.tailwind_template .ml-4 {
  margin-left: 1rem;
}
.tailwind_template .ml-6 {
  margin-left: 1.5rem;
}
.tailwind_template .ml-auto {
  margin-left: auto;
}
.tailwind_template .mr-1 {
  margin-right: 0.25rem;
}
.tailwind_template .mr-2 {
  margin-right: 0.5rem;
}
.tailwind_template .mr-3 {
  margin-right: 0.75rem;
}
.tailwind_template .mr-4 {
  margin-right: 1rem;
}
.tailwind_template .mt-0 {
  margin-top: 0px;
}
.tailwind_template .mt-0\.5 {
  margin-top: 0.125rem;
}
.tailwind_template .mt-1 {
  margin-top: 0.25rem;
}
.tailwind_template .mt-10 {
  margin-top: 2.5rem;
}
.tailwind_template .mt-16 {
  margin-top: 4rem;
}
.tailwind_template .mt-2 {
  margin-top: 0.5rem;
}
.tailwind_template .mt-20 {
  margin-top: 5rem;
}
.tailwind_template .mt-3 {
  margin-top: 0.75rem;
}
.tailwind_template .mt-4 {
  margin-top: 1rem;
}
.tailwind_template .mt-5 {
  margin-top: 1.25rem;
}
.tailwind_template .mt-6 {
  margin-top: 1.5rem;
}
.tailwind_template .mt-8 {
  margin-top: 2rem;
}
.tailwind_template .mt-auto {
  margin-top: auto;
}
.tailwind_template .block {
  display: block;
}
.tailwind_template .inline-block {
  display: inline-block;
}
.tailwind_template .flex {
  display: flex;
}
.tailwind_template .inline-flex {
  display: inline-flex;
}
.tailwind_template .table {
  display: table;
}
.tailwind_template .hidden {
  display: none;
}
.tailwind_template .h-1 {
  height: 0.25rem;
}
.tailwind_template .h-10 {
  height: 2.5rem;
}
.tailwind_template .h-12 {
  height: 3rem;
}
.tailwind_template .h-16 {
  height: 4rem;
}
.tailwind_template .h-20 {
  height: 5rem;
}
.tailwind_template .h-3 {
  height: 0.75rem;
}
.tailwind_template .h-4 {
  height: 1rem;
}
.tailwind_template .h-40 {
  height: 10rem;
}
.tailwind_template .h-48 {
  height: 12rem;
}
.tailwind_template .h-5 {
  height: 1.25rem;
}
.tailwind_template .h-56 {
  height: 14rem;
}
.tailwind_template .h-6 {
  height: 1.5rem;
}
.tailwind_template .h-64 {
  height: 16rem;
}
.tailwind_template .h-8 {
  height: 2rem;
}
.tailwind_template .h-auto {
  height: auto;
}
.tailwind_template .h-full {
  height: 100%;
}
.tailwind_template .w-1\/2 {
  width: 50%;
}
.tailwind_template .w-10 {
  width: 2.5rem;
}
.tailwind_template .w-12 {
  width: 3rem;
}
.tailwind_template .w-16 {
  width: 4rem;
}
.tailwind_template .w-2\/4 {
  width: 50%;
}
.tailwind_template .w-20 {
  width: 5rem;
}
.tailwind_template .w-24 {
  width: 6rem;
}
.tailwind_template .w-3 {
  width: 0.75rem;
}
.tailwind_template .w-4 {
  width: 1rem;
}
.tailwind_template .w-48 {
  width: 12rem;
}
.tailwind_template .w-5 {
  width: 1.25rem;
}
.tailwind_template .w-5\/6 {
  width: 83.333333%;
}
.tailwind_template .w-6 {
  width: 1.5rem;
}
.tailwind_template .w-8 {
  width: 2rem;
}
.tailwind_template .w-full {
  width: 100%;
}
.tailwind_template .flex-shrink-0 {
  flex-shrink: 0;
}
.tailwind_template .flex-grow {
  flex-grow: 1;
}
.tailwind_template .table-auto {
  table-layout: auto;
}
.tailwind_template .list-none {
  list-style-type: none;
}
.tailwind_template .appearance-none {
  appearance: none;
}
.tailwind_template .flex-col {
  flex-direction: column;
}
.tailwind_template .flex-wrap {
  flex-wrap: wrap;
}
.tailwind_template .content-start {
  align-content: flex-start;
}
.tailwind_template .items-start {
  align-items: flex-start;
}
.tailwind_template .items-end {
  align-items: flex-end;
}
.tailwind_template .items-center {
  align-items: center;
}
.tailwind_template .justify-center {
  justify-content: center;
}
.tailwind_template .space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.tailwind_template .space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.tailwind_template .space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
}
.tailwind_template .space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.tailwind_template .space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.tailwind_template .divide-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
}
.tailwind_template .divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-divide-opacity));
}
.tailwind_template .overflow-auto {
  overflow: auto;
}
.tailwind_template .overflow-hidden {
  overflow: hidden;
}
.tailwind_template .rounded {
  border-radius: 0.25rem;
}
.tailwind_template .rounded-full {
  border-radius: 9999px;
}
.tailwind_template .rounded-lg {
  border-radius: 0.5rem;
}
.tailwind_template .rounded-bl {
  border-bottom-left-radius: 0.25rem;
}
.tailwind_template .rounded-br {
  border-bottom-right-radius: 0.25rem;
}
.tailwind_template .rounded-tl {
  border-top-left-radius: 0.25rem;
}
.tailwind_template .rounded-tr {
  border-top-right-radius: 0.25rem;
}
.tailwind_template .border {
  border-width: 1px;
}
.tailwind_template .border-0 {
  border-width: 0px;
}
.tailwind_template .border-2 {
  border-width: 2px;
}
.tailwind_template .border-4 {
  border-width: 4px;
}
.tailwind_template .border-b {
  border-bottom-width: 1px;
}
.tailwind_template .border-b-2 {
  border-bottom-width: 2px;
}
.tailwind_template .border-l-2 {
  border-left-width: 2px;
}
.tailwind_template .border-r-2 {
  border-right-width: 2px;
}
.tailwind_template .border-t {
  border-top-width: 1px;
}
.tailwind_template .border-t-2 {
  border-top-width: 2px;
}
.tailwind_template .border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}
.tailwind_template .border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.tailwind_template .border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.tailwind_template .border-indigo-500 {
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity));
}
.tailwind_template .border-opacity-50 {
  --tw-border-opacity: 0.5;
}
.tailwind_template .border-opacity-60 {
  --tw-border-opacity: 0.6;
}
.tailwind_template .bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.tailwind_template .bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.tailwind_template .bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}
.tailwind_template .bg-indigo-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity));
}
.tailwind_template .bg-indigo-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity));
}
.tailwind_template .bg-indigo-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity));
}
.tailwind_template .bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.tailwind_template .bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.tailwind_template .object-cover {
  object-fit: cover;
}
.tailwind_template .object-center {
  object-position: center;
}
.tailwind_template .p-0 {
  padding: 0px;
} 
.tailwind_template .p-1 {
  padding: 0.25rem;
}
.tailwind_template .p-12 {
  padding: 3rem;
}
.tailwind_template .p-2 {
  padding: 0.5rem;
}
.tailwind_template .p-4 {
  padding: 1rem;
}
.tailwind_template .p-6 {
  padding: 1.5rem;
}
.tailwind_template .p-8 {
  padding: 2rem;
}
.tailwind_template .px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.tailwind_template .px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.tailwind_template .px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.tailwind_template .px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.tailwind_template .px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.tailwind_template .px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.tailwind_template .py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.tailwind_template .py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.tailwind_template .py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.tailwind_template .py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.tailwind_template .py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.tailwind_template .py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.tailwind_template .py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.tailwind_template .pb-10 {
  padding-bottom: 2.5rem;
}
.tailwind_template .pb-2 {
  padding-bottom: 0.5rem;
}
.tailwind_template .pb-4 {
  padding-bottom: 1rem;
}
.tailwind_template .pb-5 {
  padding-bottom: 1.25rem;
}
.tailwind_template .pl-0 {
  padding-left: 0px;
}
.tailwind_template .pl-3 {
  padding-left: 0.75rem;
}
.tailwind_template .pl-4 {
  padding-left: 1rem;
}
.tailwind_template .pl-6 {
  padding-left: 1.5rem;
}
.tailwind_template .pr-0 {
  padding-right: 0px;
}
.tailwind_template .pr-10 {
  padding-right: 2.5rem;
}
.tailwind_template .pr-3 {
  padding-right: 0.75rem;
}
.tailwind_template .pt-4 {
  padding-top: 1rem;
}
.tailwind_template .text-left {
  text-align: left;
}
.tailwind_template .text-center {
  text-align: center;
}
.tailwind_template .text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.tailwind_template .text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.tailwind_template .text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.tailwind_template .text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.tailwind_template .text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.tailwind_template .text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.tailwind_template .text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.tailwind_template .text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.tailwind_template .font-medium {
  font-weight: 500;
}
.tailwind_template .font-normal {
  font-weight: 400;
}
.tailwind_template .font-semibold {
  font-weight: 600;
}
.tailwind_template .leading-7 {
  line-height: 1.75rem;
}
.tailwind_template .leading-8 {
  line-height: 2rem;
}
.tailwind_template .leading-none {
  line-height: 1;
}
.tailwind_template .leading-relaxed {
  line-height: 1.625;
}
.tailwind_template .tracking-wider {
  letter-spacing: 0.05em;
}
.tailwind_template .tracking-widest {
  letter-spacing: 0.1em;
}
.tailwind_template .text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.tailwind_template .text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.tailwind_template .text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.tailwind_template .text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.tailwind_template .text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.tailwind_template .text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.tailwind_template .text-indigo-500 {
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity));
}
.tailwind_template .text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.tailwind_template .opacity-0 {
  opacity: 0;
}
.tailwind_template .outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.tailwind_template .transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.tailwind_template .duration-200 {
  transition-duration: 200ms;
}
.tailwind_template .ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.tailwind_template .hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.tailwind_template .hover\:bg-gray-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}
.tailwind_template .hover\:bg-indigo-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity));
}
.tailwind_template .hover\:text-gray-800:hover {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.tailwind_template .hover\:opacity-100:hover {
  opacity: 1;
}
.tailwind_template .focus\:border-indigo-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity));
}
.tailwind_template .focus\:bg-transparent:focus {
  background-color: transparent;
}
.tailwind_template .focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.tailwind_template .focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.tailwind_template .focus\:ring-indigo-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(199 210 254 / var(--tw-ring-opacity));
}
@media (min-width: 640px) {
  .tailwind_template .sm\:order-none {
    order: 0;
  }
  .tailwind_template .sm\:-m-4 {
    margin: -1rem;
  }
  .tailwind_template   .sm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .tailwind_template .sm\:mb-0 {
    margin-bottom: 0px;
  }
  .tailwind_template .sm\:mb-2 {
    margin-bottom: 0.5rem;
  }
  .tailwind_template .sm\:ml-10 {
    margin-left: 2.5rem;
  }
  .tailwind_template .sm\:mr-10 {
    margin-right: 2.5rem;
  }
  .tailwind_template .sm\:mr-8 {
    margin-right: 2rem;
  }
  .tailwind_template .sm\:mt-0 {
    margin-top: 0px;
  }
  .tailwind_template .sm\:block {
    display: block;
  }
  .tailwind_template .sm\:h-16 {
    height: 4rem;
  }
  .tailwind_template .sm\:h-32 {
    height: 8rem;
  }
  .tailwind_template .sm\:w-1\/2 {
    width: 50%;
  }
  .tailwind_template .sm\:w-1\/3 {
    width: 33.333333%;
  }
  .tailwind_template .sm\:w-1\/4 {
    width: 25%;
  }
  .tailwind_template .sm\:w-16 {
    width: 4rem;
  }
  .tailwind_template .sm\:w-2\/3 {
    width: 66.666667%;
  }
  .tailwind_template .sm\:w-2\/5 {
    width: 40%;
  }
  .tailwind_template .sm\:w-3\/5 {
    width: 60%;
  }
  .tailwind_template .sm\:w-32 {
    width: 8rem;
  }
  .tailwind_template .sm\:flex-row {
    flex-direction: row;
  }
  .tailwind_template .sm\:items-start {
    align-items: flex-start;
  }
  .tailwind_template .sm\:items-center {
    align-items: center;
  }
  .tailwind_template .sm\:justify-start {
    justify-content: flex-start;
  }
  .tailwind_template .sm\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .tailwind_template .sm\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
  .tailwind_template .sm\:border-l {
    border-left-width: 1px;
  }
  .tailwind_template .sm\:border-t-0 {
    border-top-width: 0px;
  }
  .tailwind_template .sm\:p-4 {
    padding: 1rem;
  }
  .tailwind_template .sm\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .tailwind_template .sm\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .tailwind_template .sm\:pl-10 {
    padding-left: 2.5rem;
  }
  .tailwind_template .sm\:pl-8 {
    padding-left: 2rem;
  }
  .tailwind_template .sm\:pr-10 {
    padding-right: 2.5rem;
  }
  .tailwind_template .sm\:pr-16 {
    padding-right: 4rem;
  }
  .tailwind_template .sm\:pr-8 {
    padding-right: 2rem;
  }
  .tailwind_template .sm\:text-left {
    text-align: left;
  }
  .tailwind_template .sm\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .tailwind_template .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .tailwind_template .sm\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 768px) {
  .tailwind_template .md\:-m-2 {
    margin: -0.5rem;
  }
  .tailwind_template .md\:mb-0 {
    margin-bottom: 0px;
  }
  .tailwind_template .md\:mb-2 {
    margin-bottom: 0.5rem;
  }
  .tailwind_template .md\:ml-0 {
    margin-left: 0px;
  }
  .tailwind_template .md\:ml-auto {
    margin-left: auto;
  }
  .tailwind_template .md\:mr-0 {
    margin-right: 0px;
  }
  .tailwind_template .md\:mt-0 {
    margin-top: 0px;
  }
  .tailwind_template .md\:mt-4 {
    margin-top: 1rem;
  }
  .tailwind_template .md\:h-36 {
    height: 9rem;
  }
  .tailwind_template .md\:w-1\/2 {
    width: 50%;
  }
  .tailwind_template .md\:w-1\/3 {
    width: 33.333333%;
  }
  .tailwind_template .md\:w-1\/4 {
    width: 25%;
  }
  .tailwind_template .md\:w-2\/3 {
    width: 66.666667%;
  }
  .tailwind_template .md\:w-2\/5 {
    width: 40%;
  }
  .tailwind_template .md\:w-3\/5 {
    width: 60%;
  }
  .tailwind_template .md\:w-3\/6 {
    width: 50%;
  }
  .tailwind_template .md\:w-64 {
    width: 16rem;
  }
  .tailwind_template   .md\:w-auto {
    width: auto;
  }
  .tailwind_template .md\:w-full {
    width: 100%;
  }
  .tailwind_template .md\:flex-grow {
    flex-grow: 1;
  }
  .tailwind_template .md\:flex-row {
    flex-direction: row;
  }
  .tailwind_template .md\:flex-col {
    flex-direction: column;
  }
  .tailwind_template .md\:flex-nowrap {
    flex-wrap: nowrap;
  }
  .tailwind_template .md\:items-start {
    align-items: flex-start;
  }
  .tailwind_template .md\:justify-start {
    justify-content: flex-start;
  }
  .tailwind_template .md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
  .tailwind_template .md\:border-b-0 {
    border-bottom-width: 0px;
  }
  .tailwind_template .md\:border-r {
    border-right-width: 1px;
  }
  .tailwind_template .md\:p-2 {
    padding: 0.5rem;
  }
  .tailwind_template .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .tailwind_template .md\:pl-12 {
    padding-left: 3rem;
  }
  .tailwind_template .md\:pl-16 {
    padding-left: 4rem;
  }
  .tailwind_template .md\:pl-6 {
    padding-left: 1.5rem;
  }
  .tailwind_template .md\:pr-10 {
    padding-right: 2.5rem;
  }
  .tailwind_template .md\:pr-12 {
    padding-right: 3rem;
  }
  .tailwind_template .md\:pr-16 {
    padding-right: 4rem;
  }
  .tailwind_template .md\:text-left {
    text-align: left;
  }
  .tailwind_template .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 1024px) {
  .tailwind_template .lg\:mb-0 {
    margin-bottom: 0px;
  }
  .tailwind_template .lg\:ml-4 {
    margin-left: 1rem;
  }
  .tailwind_template .lg\:ml-auto {
    margin-left: auto;
  }
  .tailwind_template .lg\:mt-0 {
    margin-top: 0px;
  }
  .tailwind_template .lg\:inline-block {
    display: inline-block;
  }
  .tailwind_template .lg\:h-48 {
    height: 12rem;
  }
  .tailwind_template .lg\:h-auto {
    height: auto;
  }
  .tailwind_template .lg\:w-1\/2 {
    width: 50%;
  }
  .tailwind_template .lg\:w-1\/3 {
    width: 33.333333%;
  }
  .tailwind_template .lg\:w-1\/4 {
    width: 25%;
  }
  .tailwind_template .lg\:w-2\/3 {
    width: 66.666667%;
  }
  .tailwind_template .lg\:w-2\/6 {
    width: 33.333333%;
  }
  .tailwind_template .lg\:w-3\/4 {
    width: 75%;
  }
  .tailwind_template .lg\:w-3\/5 {
    width: 60%;
  }
  .tailwind_template .lg\:w-4\/5 {
    width: 80%;
  }
  .tailwind_template .lg\:w-4\/6 {
    width: 66.666667%;
  }
  .tailwind_template .lg\:w-full {
    width: 100%;
  }
  .tailwind_template .lg\:max-w-lg {
    max-width: 32rem;
  }
  .tailwind_template .lg\:flex-grow {
    flex-grow: 1;
  }
  .tailwind_template .lg\:flex-row {
    flex-direction: row;
  }
  .tailwind_template .lg\:items-start {
    align-items: flex-start;
  }
  .tailwind_template .lg\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .tailwind_template .lg\:pl-10 {
    padding-left: 2.5rem;
  }
  .tailwind_template .lg\:pl-12 {
    padding-left: 3rem;
  }
  .tailwind_template .lg\:pl-24 {
    padding-left: 6rem;
  }
  .tailwind_template .lg\:pl-6 {
    padding-left: 1.5rem;
  }
  .tailwind_template .lg\:pr-0 {
    padding-right: 0px;
  }
  .tailwind_template .lg\:pr-10 {
    padding-right: 2.5rem;
  }
  .tailwind_template .lg\:pr-24 {
    padding-right: 6rem;
  }
  .tailwind_template .lg\:text-left {
    text-align: left;
  }
}
@media (min-width: 1280px) {
  .tailwind_template .xl\:w-1\/2 {
    width: 50%;
  }
  .tailwind_template .xl\:w-1\/3 {
    width: 33.333333%;
  }
  .tailwind_template .xl\:w-1\/4 {
    width: 25%;
  }
  .tailwind_template .xl\:w-2\/4 {
    width: 50%;
  }
}