::after,
::before {
  box-sizing:border-box
}
html {
  -moz-tab-size:4;
  tab-size:4
}
html {
  line-height:1.15;
  -webkit-text-size-adjust:100%
}
body {
  margin:0
}
body {
  font-family:system-ui,-apple-system,'Segoe UI',Roboto,Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji'
}
hr {
  height:0;
  color:inherit
}
abbr[title] {
  -webkit-text-decoration:underline dotted;
  text-decoration:underline dotted
}
b,
strong {
  font-weight:bolder
}
code,
kbd,
pre,
samp {
  font-family:ui-monospace,SFMono-Regular,Consolas,'Liberation Mono',Menlo,monospace;
  font-size:1em
}
small {
  font-size:80%
}
sub,
sup {
  font-size:75%;
  line-height:0;
  position:relative;
  vertical-align:baseline
}
sub {
  bottom:-.25em
}
sup {
  top:-.5em
}
table {
  text-indent:0;
  border-color:inherit
}
button,
input,
optgroup,
select,
textarea {
  font-family:inherit;
  font-size:100%;
  line-height:1.15;
  margin:0
}
button,
select {
  text-transform:none
}
[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance:button
}
::-moz-focus-inner {
  border-style:none;
  padding:0
}
:-moz-focusring {
  outline:1px dotted ButtonText
}
:-moz-ui-invalid {
  box-shadow:none
}
legend {
  padding:0
}
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,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
  margin:0
}
button {
  background-color:transparent;
  background-image:none
}
fieldset {
  margin:0;
  padding:0
}
ol,
ul {
  list-style:none;
  margin:0;
  padding:0
}
html {
  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";
  line-height:1.5
}
body {
  font-family:inherit;
  line-height:inherit
}
*,
::after,
::before {
  box-sizing:border-box;
  border-width:0;
  border-style:solid;
  border-color:currentColor
}
hr {
  border-top-width:1px
}
img {
  border-style:solid
}
textarea {
  resize:vertical
}
input::placeholder,
textarea::placeholder {
  opacity:1;
  color:#9ca3af
}
[role=button],
button {
  cursor:pointer
}
table {
  border-collapse:collapse
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size:inherit;
  font-weight:inherit
}
a {
  color:inherit;
  text-decoration:inherit
}
button,
input,
optgroup,
select,
textarea {
  padding:0;
  line-height:inherit;
  color:inherit
}
code,
kbd,
pre,
samp {
  font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}
audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display:block;
  vertical-align:middle
}
img,
video {
  max-width:100%;
  height:auto
}
*,
::after,
::before {
  --tw-border-opacity:1;
  border-color:rgba(229,231,235,var(--tw-border-opacity))
}
.absolute {
  position:absolute
}
.relative {
  position:relative
}
.inset-0 {
  top:0;
  right:0;
  bottom:0;
  left:0
}
.z-0 {
  z-index:0
}
.z-10 {
  z-index:10
}
.mx-auto {
  margin-left:auto;
  margin-right:auto
}
.mt-6 {
  margin-top:1.5rem
}
.mt-8 {
  margin-top:2rem
}
.mb-6 {
  margin-bottom:1.5rem
}
.ml-2 {
  margin-left:.5rem
}
.ml-3 {
  margin-left:.75rem
}
.block {
  display:block
}
.flex {
  display:flex
}
.hidden {
  display:none
}
.h-4 {
  height:1rem
}
.h-full {
  height:100%
}
.min-h-screen {
  min-height:100vh
}
.w-4 {
  width:1rem
}
.w-2\/5 {
  width:40%
}
.w-full {
  width:100%
}
.min-w-0 {
  min-width:0
}
.max-w-md {
  max-width:28rem
}
.flex-auto {
  flex:1 1 auto
}
@keyframes spin {
  to {
    transform:rotate(360deg)
  }
}
@keyframes ping {
  100%,
  75% {
    transform:scale(2);
    opacity:0
  }
}
@keyframes pulse {
  50% {
    opacity:.5
  }
}
@keyframes bounce {
  0%,
  100% {
    transform:translateY(-25%);
    animation-timing-function:cubic-bezier(0.8,0,1,1)
  }
  50% {
    transform:none;
    animation-timing-function:cubic-bezier(0,0,0.2,1)
  }
}
.cursor-pointer {
  cursor:pointer
}
.flex-col {
  flex-direction:column
}
.content-center {
  align-content:center
}
.items-center {
  align-items:center
}
.justify-center {
  justify-content:center
}
.justify-between {
  justify-content:space-between
}
.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))
}
.space-y-8>:not([hidden])~:not([hidden]) {
  --tw-space-y-reverse:0;
  margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:calc(2rem * var(--tw-space-y-reverse))
}
.overflow-hidden {
  overflow:hidden
}
.rounded {
  border-radius:.25rem
}
.rounded-2xl {
  border-radius:1rem
}
.rounded-full {
  border-radius:9999px
}
.border-b {
  border-bottom-width:1px
}
.border-gray-300 {
  --tw-border-opacity:1;
  border-color:rgba(209,213,219,var(--tw-border-opacity))
}
.focus\:border-indigo-500:focus {
  --tw-border-opacity:1;
  border-color:rgba(99,102,241,var(--tw-border-opacity))
}
.bg-white {
  --tw-bg-opacity:1;
  background-color:rgba(255,255,255,var(--tw-bg-opacity))
}
.bg-blue-500 {
  --tw-bg-opacity:1;
  background-color:rgba(59,130,246,var(--tw-bg-opacity))
}
.bg-purple-900 {
  --tw-bg-opacity:1;
  background-color:rgba(76,29,149,var(--tw-bg-opacity))
}
.bg-gradient-to-r {
  background-image:linear-gradient(to right,var(--tw-gradient-stops))
}
.bg-gradient-to-b {
  background-image:linear-gradient(to bottom,var(--tw-gradient-stops))
}
.from-indigo-500 {
  --tw-gradient-from:#6366f1;
  --tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(99, 102, 241, 0))
}
.from-indigo-600 {
  --tw-gradient-from:#4f46e5;
  --tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(79, 70, 229, 0))
}
.hover\:from-blue-500:hover {
  --tw-gradient-from:#3b82f6;
  --tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to, rgba(59, 130, 246, 0))
}
.to-blue-500 {
  --tw-gradient-to:#3b82f6
}
.to-blue-600 {
  --tw-gradient-to:#2563eb
}
.hover\:to-indigo-600:hover {
  --tw-gradient-to:#4f46e5
}
.bg-cover {
  background-size:cover
}
.bg-no-repeat {
  background-repeat:no-repeat
}
.p-4 {
  padding:1rem
}
.p-8 {
  padding:2rem
}
.p-10 {
  padding:2.5rem
}
.px-4 {
  padding-left:1rem;
  padding-right:1rem
}
.py-2 {
  padding-top:.5rem;
  padding-bottom:.5rem
}
.text-center {
  text-align:center
}
.text-sm {
  font-size:.875rem;
  line-height:1.25rem
}
.text-base {
  font-size:1rem;
  line-height:1.5rem
}
.text-3xl {
  font-size:1.875rem;
  line-height:2.25rem
}
.font-normal {
  font-weight:400
}
.font-semibold {
  font-weight:600
}
.font-bold {
  font-weight:700
}
.leading-tight {
  line-height:1.25
}
.tracking-wide {
  letter-spacing:.025em
}
.text-white {
  --tw-text-opacity:1;
  color:rgba(255,255,255,var(--tw-text-opacity))
}
.text-gray-100 {
  --tw-text-opacity:1;
  color:rgba(243,244,246,var(--tw-text-opacity))
}
.text-gray-200 {
  --tw-text-opacity:1;
  color:rgba(229,231,235,var(--tw-text-opacity))
}
.text-gray-700 {
  --tw-text-opacity:1;
  color:rgba(55,65,81,var(--tw-text-opacity))
}
.text-gray-900 {
  --tw-text-opacity:1;
  color:rgba(17,24,39,var(--tw-text-opacity))
}
.text-indigo-400 {
  --tw-text-opacity:1;
  color:rgba(129,140,248,var(--tw-text-opacity))
}
.hover\:text-blue-500:hover {
  --tw-text-opacity:1;
  color:rgba(59,130,246,var(--tw-text-opacity))
}
.opacity-75 {
  opacity:.75
}
*,
::after,
::before {
  --tw-shadow:0 0 #0000
}
.shadow-lg {
  --tw-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1),0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}
.focus\:outline-none:focus {
  outline:2px solid transparent;
  outline-offset:2px
}
*,
::after,
::before {
  --tw-ring-inset:var(--tw-empty, );
  /*!*//*!*/--tw-ring-offset-width:0px;
  --tw-ring-offset-color:#fff;
  --tw-ring-color:rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow:0 0 #0000;
  --tw-ring-shadow:0 0 #0000
}
.focus\:ring-blue-400:focus {
  --tw-ring-opacity:1;
  --tw-ring-color:rgba(96, 165, 250, var(--tw-ring-opacity))
}
.transition {
  transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;
  transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;
  transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;
  transition-timing-function:cubic-bezier(0.4,0,0.2,1);
  transition-duration:150ms
}
.duration-500 {
  transition-duration:.5s
}
.ease-in {
  transition-timing-function:cubic-bezier(0.4,0,1,1)
}
@media (min-width:640px) {
  .sm\:w-auto {
    width:auto
  }
  .sm\:w-1\/2 {
    width:50%
  }
  .sm\:flex-row {
    flex-direction:row
  }
  .sm\:justify-center {
    justify-content:center
  }
  .sm\:rounded-lg {
    border-radius:.5rem
  }
  .sm\:text-sm {
    font-size:.875rem;
    line-height:1.25rem
  }
  .sm\:text-4xl {
    font-size:2.25rem;
    line-height:2.5rem
  }
}
@media (min-width:768px) {
  .md\:flex {
    display:flex
  }
  .md\:h-full {
    height:100%
  }
  .md\:items-start {
    align-items:flex-start
  }
  .md\:items-center {
    align-items:center
  }
  .md\:justify-start {
    justify-content:flex-start
  }
  .md\:justify-center {
    justify-content:center
  }
  .md\:rounded-none {
    border-radius:0
  }
  .md\:p-10 {
    padding:2.5rem
  }
}
@media (min-width:1024px) {
  .lg\:p-14 {
    padding:5.5rem;
  }
}
@media (min-width:1280px) {
  .xl\:w-2\/5 {
    width:40%
  }
  .xl\:w-3\/5 {
    width:60%
  }
  .xl\:text-base {
    font-size:1rem;
    line-height:1.5rem
  }
  .xl\:text-5xl {
    font-size:3rem;
    line-height:1
  }
}
