/*
! tailwindcss v3.0.7 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: currentColor;
  /* 2 */
}

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

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Outfit, 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;
  /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

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

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

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

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

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

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

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

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

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

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9AA5B1;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

*, ::before, ::after {
  --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;
  --tw-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));
  --tw-border-opacity: 1;
  border-color: rgb(228 231 235 / var(--tw-border-opacity));
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(100 140 221 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: var(--tw-empty,/*!*/ /*!*/);
  --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
  --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
  --tw-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.inset-x-1\/2 {
  left: 50%;
  right: 50%;
}

.top-0 {
  top: 0px;
}

.top-\[42px\] {
  top: 42px;
}

.-left-\[46px\] {
  left: -46px;
}

.-right-\[60px\] {
  right: -60px;
}

.left-0 {
  left: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.top-2 {
  top: 0.5rem;
}

.left-2 {
  left: 0.5rem;
}

.right-0 {
  right: 0px;
}

.top-7 {
  top: 1.75rem;
}

.right-10 {
  right: 2.5rem;
}

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

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

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

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

.float-left {
  float: left;
}

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

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.my-32 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

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

.mt-10 {
  margin-top: 2.5rem;
}

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

.mr-8 {
  margin-right: 2rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mb-20 {
  margin-bottom: 5rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

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

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

.mr-2 {
  margin-right: 0.5rem;
}

.mb-\[50px\] {
  margin-bottom: 50px;
}

.mt-20 {
  margin-top: 5rem;
}

.-mr-\[210px\] {
  margin-right: -210px;
}

.mb-\[240px\] {
  margin-bottom: 240px;
}

.-ml-\[316px\] {
  margin-left: -316px;
}

.mb-\[310px\] {
  margin-bottom: 310px;
}

.mt-\[70px\] {
  margin-top: 70px;
}

.ml-\[340px\] {
  margin-left: 340px;
}

.-mt-\[100px\] {
  margin-top: -100px;
}

.-ml-40 {
  margin-left: -10rem;
}

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

.ml-1 {
  margin-left: 0.25rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mt-auto {
  margin-top: auto;
}

.mr-0 {
  margin-right: 0px;
}

.ml-4 {
  margin-left: 1rem;
}

.mr-10 {
  margin-right: 2.5rem;
}

.mt-48 {
  margin-top: 12rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-4 {
  height: 1rem;
}

.h-10 {
  height: 2.5rem;
}

.h-32 {
  height: 8rem;
}

.h-14 {
  height: 3.5rem;
}

.h-\[1460px\] {
  height: 1460px;
}

.h-full {
  height: 100%;
}

.h-24 {
  height: 6rem;
}

.h-7 {
  height: 1.75rem;
}

.h-80 {
  height: 20rem;
}

.h-12 {
  height: 3rem;
}

.h-40 {
  height: 10rem;
}

.h-11 {
  height: 2.75rem;
}

.h-9 {
  height: 2.25rem;
}

.h-20 {
  height: 5rem;
}

.h-3 {
  height: 0.75rem;
}

.h-5 {
  height: 1.25rem;
}

.w-full {
  width: 100%;
}

.w-1\/3 {
  width: 33.333333%;
}

.w-2\/3 {
  width: 66.666667%;
}

.w-80 {
  width: 20rem;
}

.w-32 {
  width: 8rem;
}

.w-4 {
  width: 1rem;
}

.w-24 {
  width: 6rem;
}

.w-7 {
  width: 1.75rem;
}

.w-\[600px\] {
  width: 600px;
}

.w-12 {
  width: 3rem;
}

.w-40 {
  width: 10rem;
}

.w-\[255px\] {
  width: 255px;
}

.w-\[158px\] {
  width: 158px;
}

.w-3 {
  width: 0.75rem;
}

.w-9 {
  width: 2.25rem;
}

.w-5 {
  width: 1.25rem;
}

.w-48 {
  width: 12rem;
}

.w-14 {
  width: 3.5rem;
}

.max-w-screen-md {
  max-width: 768px;
}

.max-w-screen-xl {
  max-width: 1280px;
}

.max-w-screen-lg {
  max-width: 1024px;
}

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

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

.max-w-lg {
  max-width: 32rem;
}

.max-w-5xl {
  max-width: 64rem;
}

.max-w-\[341px\] {
  max-width: 341px;
}

.max-w-screen-sm {
  max-width: 640px;
}

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

.flex-none {
  flex: none;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: var(--tw-transform);
}

.rotate-12 {
  --tw-rotate: 12deg;
  transform: var(--tw-transform);
}

.-rotate-12 {
  --tw-rotate: -12deg;
  transform: var(--tw-transform);
}

.transform {
  transform: var(--tw-transform);
}

.cursor-pointer {
  cursor: pointer;
}

.select-none {
  -webkit-user-select: none;
          user-select: none;
}

.list-none {
  list-style-type: none;
}

.appearance-none {
  -webkit-appearance: none;
          appearance: none;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

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

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

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

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

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

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

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

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

.gap-8 {
  gap: 2rem;
}

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

.divide-x > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-borderDark > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(208 214 221 / var(--tw-divide-opacity));
}

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

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

.overflow-hidden {
  overflow: hidden;
}

.rounded {
  border-radius: 0.25rem;
}

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

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-l {
  border-left-width: 1px;
}

.border-borderLight {
  --tw-border-opacity: 1;
  border-color: rgb(228 231 235 / var(--tw-border-opacity));
}

.border-borderDark {
  --tw-border-opacity: 1;
  border-color: rgb(208 214 221 / var(--tw-border-opacity));
}

.border-aqua-500 {
  --tw-border-opacity: 1;
  border-color: rgb(88 168 223 / var(--tw-border-opacity));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(208 214 221 / var(--tw-border-opacity));
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.border-cta {
  --tw-border-opacity: 1;
  border-color: rgb(88 168 223 / var(--tw-border-opacity));
}

.border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgb(107 119 132 / var(--tw-border-opacity));
}

.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(221 243 232 / var(--tw-bg-opacity));
}

.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 228 228 / var(--tw-bg-opacity));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 244 248 / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-orange-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity));
}

.bg-pink-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 228 230 / var(--tw-bg-opacity));
}

.bg-aqua-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 249 255 / var(--tw-bg-opacity));
}

.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity));
}

.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 119 132 / var(--tw-bg-opacity));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-cta {
  --tw-bg-opacity: 1;
  background-color: rgb(88 168 223 / var(--tw-bg-opacity));
}

.bg-aqua-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(217 238 253 / var(--tw-bg-opacity));
}

.bg-indigo-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 241 251 / var(--tw-bg-opacity));
}

.bg-contain {
  background-size: contain;
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.fill-gray-400 {
  fill: #9AA5B1;
}

.p-8 {
  padding: 2rem;
}

.p-14 {
  padding: 3.5rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-10 {
  padding: 2.5rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

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

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

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

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

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

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

.pr-12 {
  padding-right: 3rem;
}

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

.pr-3 {
  padding-right: 0.75rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pt-20 {
  padding-top: 5rem;
}

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

.align-top {
  vertical-align: top;
}

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

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

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

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

.font-medium {
  font-weight: 500;
}

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

.capitalize {
  text-transform: capitalize;
}

.leading-none {
  line-height: 1;
}

.leading-4 {
  line-height: 1rem;
}

.leading-8 {
  line-height: 2rem;
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(154 165 177 / var(--tw-text-opacity));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(21 28 35 / var(--tw-text-opacity));
}

.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(25 128 77 / var(--tw-text-opacity));
}

.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(215 0 0 / var(--tw-text-opacity));
}

.text-aqua-500 {
  --tw-text-opacity: 1;
  color: rgb(88 168 223 / var(--tw-text-opacity));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 119 132 / var(--tw-text-opacity));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(37 46 54 / var(--tw-text-opacity));
}

.\!text-text3 {
  --tw-text-opacity: 1 !important;
  color: rgb(107 119 132 / var(--tw-text-opacity)) !important;
}

.text-text2 {
  --tw-text-opacity: 1;
  color: rgb(58 69 79 / var(--tw-text-opacity));
}

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(70 113 200 / var(--tw-text-opacity));
}

.text-pink-600 {
  --tw-text-opacity: 1;
  color: rgb(225 29 72 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-cta {
  --tw-text-opacity: 1;
  color: rgb(88 168 223 / var(--tw-text-opacity));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(58 69 79 / var(--tw-text-opacity));
}

.text-aqua-600 {
  --tw-text-opacity: 1;
  color: rgb(62 145 204 / var(--tw-text-opacity));
}

.text-indigo-500 {
  --tw-text-opacity: 1;
  color: rgb(64 85 206 / var(--tw-text-opacity));
}

.text-yellow-600 {
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity));
}

.text-orange-600 {
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity));
}

.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(41 148 95 / var(--tw-text-opacity));
}

.opacity-50 {
  opacity: 0.5;
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.filter {
  filter: var(--tw-filter);
}

.transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-200 {
  transition-duration: 200ms;
}

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(21 28 35 / var(--tw-text-opacity));
}

h1 {
  font-size: 3.75rem;
  line-height: 1;
}

@media (min-width: 640px) {
  h1 {
    font-size: 4.5rem;
    line-height: 1;
  }
}

h2 {
  font-size: 3rem;
  line-height: 1;
}

@media (min-width: 640px) {
  h2 {
    font-size: 3.75rem;
    line-height: 1;
  }
}

h3 {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

@media (min-width: 640px) {
  h3 {
    font-size: 3rem;
    line-height: 1;
  }
}

h4 {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

h5 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

h6 {
  font-size: 1.5rem;
  line-height: 1.5;
}

.sh1, .sh2 {
  margin-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(21 28 35 / var(--tw-text-opacity));
}

.sh1 {
  font-size: 1.5rem;
  line-height: 2rem;
}

.sh2 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.p1, .p2, p, .p3 {
  margin-bottom: 1rem;
}

.p1 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.p2, p {
  font-size: 1rem;
  line-height: 1.625;
}

div.drop-cap p:first-child:first-letter {
  float: left;
  padding-top: 0.75rem;
  padding-right: 0.75rem;
  padding-bottom: 0.25rem;
  padding-left: 0px;
  font-size: 4.5rem;
  line-height: 2.5rem;
}

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

a {
  --tw-text-opacity: 1;
  color: rgb(62 145 204 / var(--tw-text-opacity));
}

a:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

hr {
  margin-top: 3rem;
  margin-bottom: 3rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 231 235 / var(--tw-border-opacity));
}

blockquote {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(21 28 35 / var(--tw-text-opacity));
}

ul li {
  list-style-position: inside;
  list-style-type: disc;
}

ul li a {
  list-style-type: none;
}

label {
  margin-bottom: 0.25rem;
  display: flex;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(58 69 79 / var(--tw-text-opacity));
}

input[type="text"], input[type="password"], input[type="email"] {
  display: block;
  height: 3.5rem;
  width: 100%;
  -webkit-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(208 214 221 / var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
}

input[type="text"]::placeholder, input[type="password"]::placeholder, input[type="email"]::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(154 165 177 / var(--tw-placeholder-opacity));
}

input[type="text"]:valid, input[type="password"]:valid, input[type="email"]:valid {
  --tw-border-opacity: 1;
  border-color: rgb(208 214 221 / var(--tw-border-opacity));
}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(88 168 223 / var(--tw-border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(88 168 223 / var(--tw-ring-opacity));
}

/*
 * Styles for dispalying section cards on the homepage
*/

.homeCard {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 231 235 / var(--tw-border-opacity));
  padding: 3rem;
  --tw-text-opacity: 1;
  color: rgb(21 28 35 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.homeCard:hover {
  --tw-border-opacity: 1;
  border-color: rgb(100 140 221 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(100 140 221 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

/*
 * Styles for dispalying the post cards on the archive page template
*/

.archiveCard {
  box-sizing: border-box;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 640px) {
  .archiveCard {
    border-right-width: 1px;
  }

  .archiveCard {
    --tw-border-opacity: 1;
    border-color: rgb(228 231 235 / var(--tw-border-opacity));
  }

  .archiveCard {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .archiveCard:nth-child(odd) {
    padding-left: 0px;
  }

  .archiveCard:nth-child(even) {
    border-right-width: 0px;
  }

  .archiveCard:nth-child(even) {
    padding-right: 0px;
  }
}

@media (min-width: 1024px) {
  .archiveCard {
    border-right-width: 1px !important;
  }

  .archiveCard {
    --tw-border-opacity: 1;
    border-color: rgb(228 231 235 / var(--tw-border-opacity));
  }

  .archiveCard:nth-child(odd) {
    padding-left: 2.5rem;
  }

  .archiveCard:nth-child(even) {
    padding-right: 2.5rem;
  }

  .archiveCard:nth-child(3n + 1) {
    width: calc(100% - 14px);
  }

  .archiveCard:nth-child(3n + 1) {
    justify-self: start;
  }

  .archiveCard:nth-child(3n + 1) {
    padding-left: 0px;
  }

  .archiveCard:nth-child(3n + 2) {
    width: calc(100% + 26.66px);
  }

  .archiveCard:nth-child(3n + 2) {
    justify-self: center;
  }

  .archiveCard:nth-child(3n) {
    width: calc(100% - 14px);
  }

  .archiveCard:nth-child(3n) {
    justify-self: end;
  }

  .archiveCard:nth-child(3n) {
    border-width: 0px !important;
  }

  .archiveCard:nth-child(3n) {
    padding-left: 2.5rem;
  }

  .archiveCard:nth-child(3n) {
    padding-right: 0px;
  }
}

/*
 * Styles for dispalying cards at the bottom of the archive page template
 * in the Additional Stories section
*/

.additionalStories {
  box-sizing: border-box;
  padding-bottom: 5rem;
}

@media (min-width: 640px) {
  .additionalStories2 .additionalStories:nth-child(odd) {
    border-right-width: 1px;
  }

  .additionalStories2 .additionalStories:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgb(228 231 235 / var(--tw-border-opacity));
  }

  .additionalStories2 .additionalStories:nth-child(odd) {
    padding-right: 2.5rem;
  }

  .additionalStories2 .additionalStories:nth-child(even) {
    border-right-width: 0px;
  }

  .additionalStories2 .additionalStories:nth-child(even) {
    padding-left: 2.5rem;
  }

  .additionalStories3 .additionalStories:nth-child(odd) {
    border-right-width: 1px;
  }

  .additionalStories3 .additionalStories:nth-child(odd) {
    --tw-border-opacity: 1;
    border-color: rgb(228 231 235 / var(--tw-border-opacity));
  }

  .additionalStories3 .additionalStories:nth-child(odd) {
    padding-right: 2.5rem;
  }

  .additionalStories3 .additionalStories:nth-child(even) {
    border-right-width: 0px;
  }

  .additionalStories3 .additionalStories:nth-child(even) {
    padding-left: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .additionalStories3 .additionalStories:nth-child(1n) {
    width: calc(100% - 14px);
  }

  .additionalStories3 .additionalStories:nth-child(1n) {
    justify-self: start;
  }

  .additionalStories3 .additionalStories:nth-child(1n) {
    border-right-width: 1px;
  }

  .additionalStories3 .additionalStories:nth-child(1n) {
    --tw-border-opacity: 1;
    border-color: rgb(228 231 235 / var(--tw-border-opacity));
  }

  .additionalStories3 .additionalStories:nth-child(1n) {
    padding-left: 0px;
  }

  .additionalStories3 .additionalStories:nth-child(1n) {
    padding-right: 2.5rem;
  }

  .additionalStories3 .additionalStories:nth-child(2n) {
    width: calc(100% + 26.66px);
  }

  .additionalStories3 .additionalStories:nth-child(2n) {
    justify-self: center;
  }

  .additionalStories3 .additionalStories:nth-child(2n) {
    border-right-width: 1px;
  }

  .additionalStories3 .additionalStories:nth-child(2n) {
    --tw-border-opacity: 1;
    border-color: rgb(228 231 235 / var(--tw-border-opacity));
  }

  .additionalStories3 .additionalStories:nth-child(2n) {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .additionalStories3 .additionalStories:nth-child(3n) {
    width: calc(100% - 14px);
  }

  .additionalStories3 .additionalStories:nth-child(3n) {
    justify-self: end;
  }

  .additionalStories3 .additionalStories:nth-child(3n) {
    border-right-width: 0px;
  }

  .additionalStories3 .additionalStories:nth-child(3n) {
    padding-left: 2.5rem;
  }

  .additionalStories3 .additionalStories:nth-child(3n) {
    padding-right: 0px;
  }
}

/*
 * Theme My Login extend styling
*/

.tml-field-wrap.tml-submit-wrap {
  display: none;
}

.tml-rememberme-wrap {
  display: none;
  border-width: 0px;
}

.tml-links {
  display:none;
}

li.tml-message {
  margin-bottom: 2rem;
  border-radius: 0.25rem;
  border-width: 0px;
  border-style: none !important;
  --tw-bg-opacity: 1;
  background-color: rgb(221 243 232 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(25 128 77 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

li.tml-error {
  margin-bottom: 2rem;
  border-radius: 0.25rem;
  border-width: 0px;
  border-style: none !important;
  --tw-bg-opacity: 1;
  background-color: rgb(251 228 228 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(215 0 0 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.checked\:bg-aqua-500:checked {
  --tw-bg-opacity: 1;
  background-color: rgb(88 168 223 / var(--tw-bg-opacity));
}

.hover\:border-ctaHover:hover {
  --tw-border-opacity: 1;
  border-color: rgb(62 145 204 / var(--tw-border-opacity));
}

.hover\:border-white:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}

.hover\:bg-ctaHover:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(62 145 204 / var(--tw-bg-opacity));
}

.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgb(21 28 35 / var(--tw-text-opacity));
}

.hover\:text-ctaHover:hover {
  --tw-text-opacity: 1;
  color: rgb(62 145 204 / var(--tw-text-opacity));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:no-underline:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.focus\:border-aqua-600:focus {
  --tw-border-opacity: 1;
  border-color: rgb(62 145 204 / var(--tw-border-opacity));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

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

.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}

@media (min-width: 640px) {
  .sm\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .sm\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .sm\:mt-16 {
    margin-top: 4rem;
  }

  .sm\:mb-32 {
    margin-bottom: 8rem;
  }

  .sm\:mt-20 {
    margin-top: 5rem;
  }

  .sm\:mb-0 {
    margin-bottom: 0px;
  }

  .sm\:mt-0 {
    margin-top: 0px;
  }

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

  .sm\:mb-16 {
    margin-bottom: 4rem;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

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

  .sm\:p-10 {
    padding: 2.5rem;
  }

  .sm\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

@media (min-width: 768px) {
  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:mr-8 {
    margin-right: 2rem;
  }

  .md\:h-14 {
    height: 3.5rem;
  }

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

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:pr-6 {
    padding-right: 1.5rem;
  }

  .md\:pr-0 {
    padding-right: 0px;
  }

  .md\:pl-4 {
    padding-left: 1rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:mt-64 {
    margin-top: 16rem;
  }

  .lg\:mr-0 {
    margin-right: 0px;
  }

  .lg\:ml-16 {
    margin-left: 4rem;
  }

  .lg\:mb-\[450px\] {
    margin-bottom: 450px;
  }

  .lg\:ml-0 {
    margin-left: 0px;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:mb-\[560px\] {
    margin-bottom: 560px;
  }

  .lg\:mt-16 {
    margin-top: 4rem;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-\[800px\] {
    height: 800px;
  }

  .lg\:max-w-none {
    max-width: none;
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

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

  .lg\:gap-y-0 {
    row-gap: 0px;
  }

  .lg\:gap-x-16 {
    column-gap: 4rem;
  }

  .lg\:self-center {
    align-self: center;
  }

  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

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