*,
::after,
::before {
  box-sizing: border-box;
}
html {
  -moz-tab-size: 4;
  -o-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";
}

/*  */

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;
}

/*  */

blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
  margin: 0;
}
button {
  background-color: transparent;
  background-image: none;
}

/*  */

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
html {
  font-family: Poppins, 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;
}

/*  */

img {
  border-style: solid;
}

/*  */

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

/*  */

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;
}

/*  */

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display: block;
  vertical-align: middle;
}
img,
video {
  max-width: 100%;
  height: auto;
}

/*  */

*,
::after,
::before {
  border-color: rgba(255, 255, 255, 0.16);
}
.container {
  width: 100%;
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

/*  */

.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}

/*  */

.z-50 {
  z-index: 50;
}

/*  */
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

/*  */

.mr-3 {
  margin-right: 0.75rem;
}

/*  */

.mb-2 {
  margin-bottom: 0.5rem;
}
/*  */

.mb-4 {
  margin-bottom: 1rem;
}
/*  */

.mb-8 {
  margin-bottom: 2rem;
}

/*  */
.mb-10 {
  margin-bottom: 2.5rem;
}

/*  */

.mb-12 {
  margin-bottom: 3rem;
}

/*  */
.inline-block {
  display: inline-block;
}

/*  */

.flex {
  display: flex;
}

/*  */

.hidden {
  display: none;
}

/*  */
.h-44 {
  height: 11rem;
}

/*  */

.h-52 {
  height: 13rem;
}

/*  */

.h-96 {
  height: 24rem;
}

/*  */

.h-full {
  height: 100%;
}

/*  */

.w-96 {
  width: 24rem;
}

/*  */

.w-auto {
  width: auto;
}

/*  */
.w-5\/6 {
  width: 83.333333%;
}
/*  */

.w-full {
  width: 100%;
}

/*  */

.max-w-sm {
  max-width: 24rem;
}
.max-w-md {
  max-width: 28rem;
}

/*  */

.max-w-xl {
  max-width: 36rem;
}

/*  */

.transform {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

/*  */

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
}

/*  */
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
}

/*  */

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

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

/*  */

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

/*  */

.justify-center {
  justify-content: center;
}
/*  */
.justify-between {
  justify-content: space-between;
}

/*  */
.gap-y-6 {
  row-gap: 1.5rem;
}

/*  */

.rounded {
  border-radius: 0.25rem;
}
/*  */
.rounded-full {
  border-radius: 9999px;
}

/*  */
.bg-transparent {
  background-color: transparent;
}
/*  */
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

/*  */
.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}
/*  */

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

/*  */
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
/*  */
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
/*  */

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
/*  */
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
/*  */

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
/*  */
.pr-16 {
  padding-right: 4rem;
}
/*  */

.pl-16 {
  padding-left: 4rem;
}
/*  */

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

.font-body {
  font-family: Poppins, 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-heading {
  font-family: "Krona One", 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";
}
/*  */

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

/*  */
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
/*  */

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
/*  */

.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
/*  */

.uppercase {
  text-transform: uppercase;
}
/*  */

.text-black {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
/*  */

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}
/*  */

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*  */

*,
::after,
::before {
  --tw-shadow: 0 0 #0000;
}

/*  */

*,
::after,
::before {
  --tw-ring-inset: var(--tw-empty); /*!*/ /*!*/
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(7, 93, 238, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}

/*  */

.duration-200 {
  transition-duration: 0.2s;
}