@charset 'UTF-8';

@import url("https://use.typekit.net/any6loc.css");

/*!
Theme Name: ownr
Author: ownr.co
Author URI: https://ownr.co/
Description: A custom theme based on _tw
Version: 0.1.0
Tested up to: 6.2
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ownr
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

ownr is based on _tw https://underscoretw.com/, (C) 2021-2023 Greg Sullivan
_tw is distributed under the terms of the GNU GPL v2 or later.

_tw is based on Underscores https://underscores.me/ and Varia https://github.com/Automattic/themes/tree/master/varia, (C) 2012-2023 Automattic, Inc.
Underscores and Varia are distributed under the terms of the GNU GPL v2 or later.
*/

/**
 * The line above injects the WordPress file header. It needs to be first,
 * before this comment.
 */

/**
 * This injects custom `@font-face` rules.
 */

/**
 * Custom `@font-face` rules
 *
 * These will be added immediately before Tailwind’s `base` layer.
 */

/**
 * This injects Tailwind's base styles and any base styles registered by
 * plugins, then adds custom base styles.
 */

/*! tailwindcss v3.3.1 | 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: #e5e7eb;
  /* 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.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings 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: neue-haas-unica;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

/*
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:where([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 */
  font-weight: inherit;
  /* 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::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 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;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 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:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 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:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

/**
 * Custom styles to immediately follow Tailwind’s `base` layer
 *
 * “Add things like base typography styles [or] opinionated global resets.”
 *
 * — from https://tailwindcss.com/docs/plugins#adding-base-styles
 */

/**
 * This uses the background and foreground colors declared in the
 * `theme.json` file and is applied both to the frontend and in the block
 * editor.
*/

body{
  --tw-bg-opacity: 1;
  background-color: rgb(244 243 249 / var(--tw-bg-opacity));
  font-family: neue-haas-unica;
  --tw-text-opacity: 1;
  color: rgb(35 30 86 / var(--tw-text-opacity));
}

/**
 * This injects Tailwind's component classes and any component classes
 * registered by plugins, then adds custom component classes.
 *
 * The `@import-glob` line imports all CSS files from the `components`
 * directory (except for `components.css`, which is imported on the following
 * line). This is meant to simplify the process of integrating styles from
 * JavaScript components or WordPress plugins.
 */

.container{
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}

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

.prose{
  color: #231E56;
}

.prose :where(p):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where([class~="lead"]):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose :where(a):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}

.prose :where(strong):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.prose :where(a strong):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.prose :where(blockquote strong):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.prose :where(thead th strong):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.prose :where(ol):not(:where([class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.prose :where(ol[type="A"]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a"]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-alpha;
}

.prose :where(ol[type="A" s]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a" s]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-alpha;
}

.prose :where(ol[type="I"]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-roman;
}

.prose :where(ol[type="i"]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-roman;
}

.prose :where(ol[type="I" s]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-roman;
}

.prose :where(ol[type="i" s]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-roman;
}

.prose :where(ol[type="1"]):not(:where([class~="not-prose"] *)){
  list-style-type: decimal;
}

.prose :where(ul):not(:where([class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.prose :where(ol > li):not(:where([class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.prose :where(ul > li):not(:where([class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}

.prose :where(hr):not(:where([class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
  border-bottom: none;
}

.prose :where(blockquote):not(:where([class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
  border-left-style: solid;
}

.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before{
  content: open-quote;
}

.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after{
  content: close-quote;
}

.prose :where(h1):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 2.5rem;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

@media (min-width: 640px){
  .prose :where(h1):not(:where([class~="not-prose"] *)){
    font-size: 3.5625rem;
  }
}

.prose :where(h1 strong):not(:where([class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}

.prose :where(h2):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.prose :where(h2 strong):not(:where([class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}

.prose :where(h3):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.prose :where(h3 strong):not(:where([class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}

.prose :where(h4):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.prose :where(h4 strong):not(:where([class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}

.prose :where(img):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(figure > *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(figcaption):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.prose :where(code):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.prose :where(code):not(:where([class~="not-prose"] *))::before{
  content: "`";
}

.prose :where(code):not(:where([class~="not-prose"] *))::after{
  content: "`";
}

.prose :where(a code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.prose :where(h1 code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.prose :where(h2 code):not(:where([class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}

.prose :where(h3 code):not(:where([class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}

.prose :where(h4 code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.prose :where(blockquote code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.prose :where(thead th code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.prose :where(pre):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}

.prose :where(pre code):not(:where([class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.prose :where(pre code):not(:where([class~="not-prose"] *))::before{
  content: none;
}

.prose :where(pre code):not(:where([class~="not-prose"] *))::after{
  content: none;
}

.prose :where(table):not(:where([class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.prose :where(thead):not(:where([class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.prose :where(thead th):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.prose :where(tbody tr):not(:where([class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.prose :where(tbody tr:last-child):not(:where([class~="not-prose"] *)){
  border-bottom-width: 0;
}

.prose :where(tbody td):not(:where([class~="not-prose"] *)){
  vertical-align: baseline;
}

.prose :where(tfoot):not(:where([class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.prose :where(tfoot td):not(:where([class~="not-prose"] *)){
  vertical-align: top;
}

.prose{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

.prose :where(video):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(figure):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(li):not(:where([class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose :where(ol > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.375em;
}

.prose :where(ul > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.375em;
}

.prose :where(.prose > ul > li p):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}

.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}

.prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(hr + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(h2 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(h3 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(h4 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(thead th:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}

.prose :where(thead th:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}

.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}

.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}

.prose :where(.prose > :first-child):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(.prose > :last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 0;
}

.prose :where(blockquote > cite):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-body);
  font-style: normal;
  font-weight: 400;
}

.prose :where(blockquote > cite):not(:where([class~="not-prose"] *))::before{
  content: "\2014";
}

.prose-neutral{
  --tw-prose-body: #404040;
  --tw-prose-headings: #171717;
  --tw-prose-lead: #525252;
  --tw-prose-links: #171717;
  --tw-prose-bold: #171717;
  --tw-prose-counters: #737373;
  --tw-prose-bullets: #d4d4d4;
  --tw-prose-hr: #e5e5e5;
  --tw-prose-quotes: #171717;
  --tw-prose-quote-borders: #e5e5e5;
  --tw-prose-captions: #737373;
  --tw-prose-code: #171717;
  --tw-prose-pre-code: #e5e5e5;
  --tw-prose-pre-bg: #262626;
  --tw-prose-th-borders: #d4d4d4;
  --tw-prose-td-borders: #e5e5e5;
  --tw-prose-invert-body: #d4d4d4;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #a3a3a3;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #a3a3a3;
  --tw-prose-invert-bullets: #525252;
  --tw-prose-invert-hr: #404040;
  --tw-prose-invert-quotes: #f5f5f5;
  --tw-prose-invert-quote-borders: #404040;
  --tw-prose-invert-captions: #a3a3a3;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d4d4d4;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #525252;
  --tw-prose-invert-td-borders: #404040;
}

/* Blockquote */

.prose :where(blockquote):not(:where([class~="not-prose"] *)) > p {
  margin: 0;
}

.prose :where(blockquote):not(:where([class~="not-prose"] *)) p:first-of-type::before,
	.prose :where(blockquote):not(:where([class~="not-prose"] *)) p:first-of-type::after {
  content: none;
}

.prose :where(blockquote):not(:where([class~="not-prose"] *)){
  font-size: 1.25rem;
  font-style: normal;
  color: #391b93;
  padding: 20px 50px 20px 30px;
  box-shadow: -8px 10px 0 0 #391b93;
  border: 3px solid #391b93;
  margin-right: -50px;
  background: white;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
}

.prose :where(blockquote):not(:where([class~="not-prose"] *))::before,
	.prose :where(blockquote):not(:where([class~="not-prose"] *))::after {
  content: "";
  width: 10px;
  height: 13px;
  position: absolute;
  top: -1px;
  left: -8px;
  background: #391b93;
  transform: rotate(40deg);
  z-index: -1;
}

.prose :where(blockquote):not(:where([class~="not-prose"] *))::after {
  bottom: -11px;
  right: 0;
  top: unset;
  left: unset;
}

@media screen and (min-width: 1024px) {
  .prose :where(blockquote):not(:where([class~="not-prose"] *)) {
    font-size: 1.75rem;
    line-height: 1.2;
    padding: 46px 100px;
    margin-right: 0;
    margin-left: -70px;
    box-shadow: 13px 11px 0 0 #391b93;
    box-shadow: none;
    font-weight: 600
  }

  .prose :where(blockquote):not(:where([class~="not-prose"] *))::before {
    width: 16px;
    height: calc(100% + 19px);
    top: -3px;
    left: unset;
    right: -16px;
    background-image: url("../theme/images/blockquote-r-desk.png");
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: top right;
    background-size: 100% calc(100% + 3px);
    transform: none;
  }

  .prose :where(blockquote):not(:where([class~="not-prose"] *))::after {
    width: calc(100% + 6px);
    height: 15px;
    bottom: -16px;
    left: -3px;
    right: -3px;
    background-image: url("../theme/images/blockquote-b-desk.png");
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: bottom right;
    background-size: calc(100% + 3px) 100%;
    transform: none;
  }
}

@keyframes zoom-bounce-in {
  0% {
    border-width: 100px;
  }

  50%,
	100% {
    border-width: 0px;
  }
}

@keyframes zoom-bounce {
  70% {
    border-width: 97px;
  }

  80% {
    border-width: 95px;
  }

  100% {
    border-width: 100px;
  }
}

.btn-zoom {
  position: relative;
  overflow: hidden;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 500;
  border-radius: 9999px;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0.6rem 1.5rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: -moz-min-content;
  max-width: min-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  border: 2px solid;
}

.btn-zoom::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-left: -100px;
  margin-top: -100px;
  content: "";
  border-style: solid;
  border-radius: 100px;
  transform-origin: center;
  box-sizing: border-box;
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation: zoom-bounce-in 0.75s ease-in-out forwards;
}

.btn-zoom:hover::before {
  animation: zoom-bounce 0.75s ease-in-out forwards;
}

/* Front Page */

.fp-card {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

/* Card animation effect */

.card {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.card.fade-in {
  opacity: 1;
  transform: translateY(0);
}

/* Card A - 101 Business Stages Cards */

.card-a-1 {
  background-color: #eff9f6;
}

.card-a-1-line path {
  stroke: #97d4c6;
}

.card-a-1-btn {
  background-color: #19b48f;
  border-color: #19b48f;
}

.card-a-1-btn::before {
  border-color: #eff9f6;
}

.card-a-1-btn:hover {
  color: #19b48f;
}

.card-a-1-btn:hover svg path {
  fill: #19b48f;
}

.card-a-2 {
  background-color: #fef9ed;
}

.card-a-2-line path {
  stroke: #f8d689;
}

.card-a-2-btn {
  background-color: #d7a43f;
  border-color: #d7a43f;
}

.card-a-2-btn::before {
  border-color: #fef9ed;
}

.card-a-2-btn:hover {
  color: #d7a43f;
}

.card-a-2-btn:hover svg path {
  fill: #d7a43f;
}

.card-a-3 {
  background-color: #dff4fc;
}

.card-a-3-line path {
  stroke: #abbae1;
}

.card-a-3-btn {
  background-color: #3484df;
  border-color: #3484df;
}

.card-a-3-btn::before {
  border-color: #dff4fc;
}

.card-a-3-btn:hover {
  color: #3484df;
}

.card-a-3-btn:hover svg path {
  fill: #3484df;
}

.card-a-4 {
  background-color: #fef6fb;
}

.card-a-4-line path {
  stroke: #f8c4e3;
}

.card-a-4-btn {
  background-color: #ea75bb;
  border-color: #ea75bb;
}

.card-a-4-btn::before {
  border-color: #fef6fb;
}

.card-a-4-btn:hover {
  color: #ea75bb;
}

.card-a-4-btn:hover svg path {
  fill: #ea75bb;
}

/* Double bounce - 101 featured cards */

@keyframes bounce2 {
  0%,
	20%,
	50% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-7px);
  }

  70%,
	100% {
    transform: translateY(-7px);
  }
}

.bounce2:hover {
  animation: bounce2 1.2s ease-in-out forwards;
}

/**
 * Custom styles to immediately follow Tailwind’s `components` layer
 *
 * “Add more opinionated, complex classes like buttons, form controls, alerts,
 * etc; the sort of pre-built components you often see in other frameworks that
 * you might need to override with utility classes.”
 *
 * — from https://tailwindcss.com/docs/plugins#adding-components
 */

/**
 * Post title styles
 *
 * These will be applied to all headings with a `page-title` or `entry-title`
 * class on the frontend and to the post title in the block editor.
 *
 * The supplied styles are meant to match the default `h1` classes from
 * Tailwind Typography.
 */

.page-title,
.entry-title{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  max-width: 40rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}

/**
 * Layout styles for centered content areas
 *
 * If you are controlling the width of your content area with styles applied
 * to its container, you can delete the following styles whose selectors begin
 * with `.page-content >` and `.entry-content >`. For more details, please see
 * the following:
 *
 * https://make.wordpress.org/core/2021/06/29/on-layout-and-content-width-in-wordpress-5-8/
 */

.page-content > *,
.entry-content > * {
  /* Content width from the `theme.json` file */
  margin-left: auto;
  margin-right: auto;
  max-width: 40rem;
}

.entry-content > .alignwide {
  /* Wide width from the `theme.json` file */
  max-width: 60rem;
}

.entry-content > .alignfull{
  max-width: none;
}

.entry-content > .alignleft{
  float: left;
  margin-right: 2rem;
}

.entry-content > .alignright{
  float: right;
  margin-left: 2rem;
}

/* Yoast breadcrumbs */

.breadcrumb_last {
  color: #5f3dc8;
}

/* Dropdown / Accordion */

/* Show dropdown panel when checkbox is checked */

input[id^="checkbox-toggle"]:checked + label + #dropdown-panel {
  max-height: 500px;
}

input[id^="checkbox-toggle"]:checked + label > svg {
  transform: rotate(180deg);
}

/* Hide checkbox */

input[id^="checkbox-toggle"] {
  position: absolute;
  left: -9999px;
}

/* Search Box */

.search-box input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  height: 11px;
  width: 11px;
  background-image: url("../theme/images/btn-input-clear.png");
  background-size: 11px 11px;
  position: relative;
  top: 10px;
  margin-left: 0.5rem;
}

.search-box-input {
  border: 0;
  outline: 0;
  background: transparent;
  border-bottom: 1px solid black;
  width: 100%;
}

/* TOC */

@media screen and (min-width: 1024px) {
  .widget-area > section {
    position: sticky;
    top: 50px
  }
}

/* Temp Mobile search panel fix */

#mobile-search-panel.opened {
  height: calc(100vh - 150px);
}

@media only screen and (min-width: 768px) {
  #mobile-search-panel.opened.is_search {
    height: calc(100vh - 220px)
  }
}

.brand {
  margin-right: 43px;
}

@media screen and (min-width: 1280px) {
  .brand::after {
    content: "";
    position: absolute;
    top: 24px;
    bottom: 24px;
    right: -44px;
    width: 1px;
    background-color: #000;
    pointer-events: none;
  }
}

footer {
  color: rgb(145, 142, 162);
}

footer .menu-header {
  font-weight: 700;
  color: initial;
}

footer .fine-print-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

footer .fine-print {
  font-size: 12px;
  margin-right: 3rem;
  max-width: 700px;
}

footer .fine-print p {
  line-height: 1.75rem;
}

footer .fine-print p:first-child,
			footer .fine-print p:last-child {
  line-height: initial;
}

footer .fine-print p:last-child {
  white-space: nowrap;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

footer .pipe-spacer {
  margin: 0px 1rem;
  border-left: 0.1rem solid rgb(145, 142, 162);
  height: 0.8em;
}

footer .social-media {
  display: flex;
}

@media screen and (max-width: 700px) {
  footer .menu-container {
    display: none;
  }

  footer .fine-print-container {
    padding-top: 2rem !important;
    display: block;
  }

  footer .fine-print {
    text-align: center;
    margin-right: auto;
    margin-bottom: 3rem;
  }

  footer .fine-print p {
    line-height: 3rem;
  }

  footer .fine-print p:last-child {
    justify-content: center;
  }
}

.hs-form {
  font-family: neue-haas-unica;
}

.hs-form-field {
  margin-bottom: 1.5rem;
}

.hs-form-field > label {
  font-weight: 500;
  margin-bottom: 12px;
  font-size: 18px;
  display: block;
}

.hs-form-field input,
	.hs-form-field select {
  display: block;
  border-radius: 5px;
  border: 1px solid #231e56;
  width: 100%;
  height: 64px;
  font-size: 20px;
  padding: 1rem 1.25rem;
}

.hs-form-field select{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.hs-form-required,
.hs-error-msgs{
  --tw-text-opacity: 1;
  color: rgb(234 117 187 / var(--tw-text-opacity));
}

.hs-richtext {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 2rem;
}

.hs-submit .hs-button {
  display: block;
  --tw-bg-opacity: 1;
  background-color: rgb(95 61 200 / var(--tw-bg-opacity));
  color: white;
  padding: 1rem;
  width: 100%;
  border-radius: 5px;
}

.hs_error_rollup {
  display: none;
}

/* Slider */

.slick-slider
{
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list
{
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus
{
  outline: none;
}

.slick-list.dragging
{
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
  transform: translate3d(0, 0, 0);
}

.slick-track
{
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after
{
  display: table;
  content: '';
}

.slick-track:after
{
  clear: both;
}

.slick-loading .slick-track
{
  visibility: hidden;
}

.slick-slide
{
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide
{
  float: right;
}

.slick-slide img
{
  display: block;
}

.slick-slide.slick-loading img
{
  display: none;
}

.slick-slide.dragging img
{
  pointer-events: none;
}

.slick-initialized .slick-slide
{
  display: block;
}

.slick-loading .slick-slide
{
  visibility: hidden;
}

.slick-vertical .slick-slide
{
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */

.slick-loading .slick-list
{
  background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */

@font-face
{
  font-family: 'slick';

  font-weight: normal;

  font-style: normal;

  src: url('./fonts/slick.eot');

  src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}

/* Arrows */

.slick-prev,
.slick-next
{
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
  opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
  left: -25px;
}

[dir='rtl'] .slick-prev
{
  right: -25px;
  left: auto;
}

.slick-prev:before
{
  content: '←';
}

[dir='rtl'] .slick-prev:before
{
  content: '→';
}

.slick-next
{
  right: -25px;
}

[dir='rtl'] .slick-next
{
  right: auto;
  left: -25px;
}

.slick-next:before
{
  content: '→';
}

[dir='rtl'] .slick-next:before
{
  content: '←';
}

/* Dots */

.slick-dotted.slick-slider
{
  margin-bottom: 30px;
}

.slick-dots
{
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li
{
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button
{
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus
{
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
  opacity: 1;
}

.slick-dots li button:before
{
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before
{
  opacity: .75;
  color: black;
}

/**
 * This injects Tailwind's utility classes and any utility classes registered
 * by plugins, then adds custom utility classes.
 */

.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.visible{
  visibility: visible;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

.inset-0{
  inset: 0px;
}

.-left-12{
  left: -3rem;
}

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

.-right-16{
  right: -4rem;
}

.-top-2{
  top: -0.5rem;
}

.-top-4{
  top: -1rem;
}

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

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

.bottom-0{
  bottom: 0px;
}

.left-0{
  left: 0px;
}

.right-0{
  right: 0px;
}

.right-10{
  right: 2.5rem;
}

.top-0{
  top: 0px;
}

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

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

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

.z-\[-1\]{
  z-index: -1;
}

.z-\[1\]{
  z-index: 1;
}

.m-3{
  margin: 0.75rem;
}

.m-4{
  margin: 1rem;
}

.m-6{
  margin: 1.5rem;
}

.m-auto{
  margin: auto;
}

.mx-3{
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-6{
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.mx-\[-16px\]{
  margin-left: -16px;
  margin-right: -16px;
}

.mx-\[5px\]{
  margin-left: 5px;
  margin-right: 5px;
}

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

.my-0{
  margin-top: 0px;
  margin-bottom: 0px;
}

.my-14{
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

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

.my-9{
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

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

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

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

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

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

.mb-11{
  margin-bottom: 2.75rem;
}

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

.mb-14{
  margin-bottom: 3.5rem;
}

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

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

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

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

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

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

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

.mb-7{
  margin-bottom: 1.75rem;
}

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

.mb-9{
  margin-bottom: 2.25rem;
}

.mb-auto{
  margin-bottom: auto;
}

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

.ml-32{
  margin-left: 8rem;
}

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

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

.ml-auto{
  margin-left: auto;
}

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

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

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

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

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

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

.mr-auto{
  margin-right: auto;
}

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

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

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

.mt-14{
  margin-top: 3.5rem;
}

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

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

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

.mt-24{
  margin-top: 6rem;
}

.mt-3{
  margin-top: 0.75rem;
}

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

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

.mt-6{
  margin-top: 1.5rem;
}

.mt-7{
  margin-top: 1.75rem;
}

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

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

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

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

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

.block{
  display: block;
}

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

.flex{
  display: flex;
}

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

.table{
  display: table;
}

.grid{
  display: grid;
}

.contents{
  display: contents;
}

.hidden{
  display: none;
}

.aspect-square{
  aspect-ratio: 1 / 1;
}

.h-0{
  height: 0px;
}

.h-14{
  height: 3.5rem;
}

.h-16{
  height: 4rem;
}

.h-32{
  height: 8rem;
}

.h-40{
  height: 10rem;
}

.h-5{
  height: 1.25rem;
}

.h-52{
  height: 13rem;
}

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

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

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

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

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

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

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

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

.h-full{
  height: 100%;
}

.h-screen{
  height: 100vh;
}

.max-h-0{
  max-height: 0px;
}

.max-h-12{
  max-height: 3rem;
}

.max-h-16{
  max-height: 4rem;
}

.max-h-20{
  max-height: 5rem;
}

.max-h-36{
  max-height: 9rem;
}

.max-h-40{
  max-height: 10rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-0{
  width: 0px;
}

.w-16{
  width: 4rem;
}

.w-2\/5{
  width: 40%;
}

.w-3\/5{
  width: 60%;
}

.w-48{
  width: 12rem;
}

.w-5{
  width: 1.25rem;
}

.w-56{
  width: 14rem;
}

.w-60{
  width: 15rem;
}

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

.w-\[300px\!important\]{
  width: 300px !important;
}

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

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

.w-auto{
  width: auto;
}

.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}

.w-full{
  width: 100%;
}

.w-screen{
  width: 100vw;
}

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

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

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

.min-w-fit{
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.min-w-min{
  min-width: -moz-min-content;
  min-width: min-content;
}

.max-w-184{
  max-width: 11.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.max-w-content{
  max-width: 40rem;
}

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

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

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

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

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

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

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

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

.max-w-xs{
  max-width: 20rem;
}

.flex-1{
  flex: 1 1 0%;
}

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

.origin-center{
  transform-origin: center;
}

.origin-top-right{
  transform-origin: top right;
}

.-translate-y-\[32px\]{
  --tw-translate-y: -32px;
  transform: translate(var(--tw-translate-x), 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));
}

.-rotate-\[2\.5deg\]{
  --tw-rotate: -2.5deg;
  transform: translate(var(--tw-translate-x), 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));
}

.rotate-\[40deg\]{
  --tw-rotate: 40deg;
  transform: translate(var(--tw-translate-x), 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));
}

.transform{
  transform: translate(var(--tw-translate-x), 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));
}

@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}

.animate-spin{
  animation: spin 1s linear infinite;
}

.cursor-pointer{
  cursor: pointer;
}

.resize{
  resize: both;
}

.grid-flow-row{
  grid-auto-flow: row;
}

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

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

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

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

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

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

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

.items-start{
  align-items: flex-start;
}

.items-end{
  align-items: flex-end;
}

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

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

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

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

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

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

.gap-0{
  gap: 0px;
}

.gap-10{
  gap: 2.5rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-4{
  gap: 1rem;
}

.gap-7{
  gap: 1.75rem;
}

.gap-5{
  gap: 1.25rem;
}

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

.overflow-hidden{
  overflow: hidden;
}

.overflow-visible{
  overflow: visible;
}

.whitespace-nowrap{
  white-space: nowrap;
}

.rounded{
  border-radius: 0.25rem;
}

.rounded-\[5px\]{
  border-radius: 5px;
}

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

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

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

.rounded-b-\[6px\]{
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

.rounded-b-md{
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.border{
  border-width: 1px;
}

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

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

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

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

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

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

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

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

.border-e{
  border-inline-end-width: 1px;
}

.border-l-\[40px\]{
  border-left-width: 40px;
}

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

.border-r-\[25px\]{
  border-right-width: 25px;
}

.border-r-\[40px\]{
  border-right-width: 40px;
}

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

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

.border-t-\[25px\]{
  border-top-width: 25px;
}

.border-t-\[40px\]{
  border-top-width: 40px;
}

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

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

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

.border-midnight-900{
  --tw-border-opacity: 1;
  border-color: rgb(35 30 86 / var(--tw-border-opacity));
}

.border-primary-700{
  --tw-border-opacity: 1;
  border-color: rgb(95 61 200 / var(--tw-border-opacity));
}

.border-primary-900{
  --tw-border-opacity: 1;
  border-color: rgb(57 27 147 / var(--tw-border-opacity));
}

.border-purpleHeart{
  --tw-border-opacity: 1;
  border-color: rgb(95 38 179 / var(--tw-border-opacity));
}

.border-sun-700{
  --tw-border-opacity: 1;
  border-color: rgb(246 190 79 / var(--tw-border-opacity));
}

.border-b-midnight-700{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(92 98 176 / var(--tw-border-opacity));
}

.border-b-pink-700{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(234 117 187 / var(--tw-border-opacity));
}

.border-b-sky-700{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(52 132 223 / var(--tw-border-opacity));
}

.border-b-spearmint-700{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(25 180 143 / var(--tw-border-opacity));
}

.border-b-sun-700{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(246 190 79 / var(--tw-border-opacity));
}

.border-l-transparent{
  border-left-color: transparent;
}

.border-r-transparent{
  border-right-color: transparent;
}

.border-t-transparent{
  border-top-color: transparent;
}

.bg-aquaSpring{
  --tw-bg-opacity: 1;
  background-color: rgb(239 250 246 / var(--tw-bg-opacity));
}

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

.bg-foam{
  --tw-bg-opacity: 1;
  background-color: rgb(223 244 252 / var(--tw-bg-opacity));
}

.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.bg-gray-700{
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}

.bg-green-100{
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
}

.bg-iceberg{
  --tw-bg-opacity: 1;
  background-color: rgb(211 243 235 / var(--tw-bg-opacity));
}

.bg-midnight-900{
  --tw-bg-opacity: 1;
  background-color: rgb(35 30 86 / var(--tw-bg-opacity));
}

.bg-mulberry{
  --tw-bg-opacity: 1;
  background-color: rgb(189 76 144 / var(--tw-bg-opacity));
}

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

.bg-pink-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 246 251 / var(--tw-bg-opacity));
}

.bg-pink-300{
  --tw-bg-opacity: 1;
  background-color: rgb(255 233 246 / var(--tw-bg-opacity));
}

.bg-pink-700{
  --tw-bg-opacity: 1;
  background-color: rgb(234 117 187 / var(--tw-bg-opacity));
}

.bg-primary-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 239 255 / var(--tw-bg-opacity));
}

.bg-primary-200{
  --tw-bg-opacity: 1;
  background-color: rgb(232 225 255 / var(--tw-bg-opacity));
}

.bg-primary-700{
  --tw-bg-opacity: 1;
  background-color: rgb(95 61 200 / var(--tw-bg-opacity));
}

.bg-primary-900{
  --tw-bg-opacity: 1;
  background-color: rgb(57 27 147 / var(--tw-bg-opacity));
}

.bg-purpleHeart{
  --tw-bg-opacity: 1;
  background-color: rgb(95 38 179 / var(--tw-bg-opacity));
}

.bg-spearmint-100{
  --tw-bg-opacity: 1;
  background-color: rgb(239 249 246 / var(--tw-bg-opacity));
}

.bg-spearmint-300{
  --tw-bg-opacity: 1;
  background-color: rgb(211 243 236 / var(--tw-bg-opacity));
}

.bg-spearmint-700{
  --tw-bg-opacity: 1;
  background-color: rgb(25 180 143 / var(--tw-bg-opacity));
}

.bg-sun-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 237 / var(--tw-bg-opacity));
}

.bg-sun-300{
  --tw-bg-opacity: 1;
  background-color: rgb(252 237 202 / var(--tw-bg-opacity));
}

.bg-sun-700{
  --tw-bg-opacity: 1;
  background-color: rgb(246 190 79 / var(--tw-bg-opacity));
}

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

.bg-turquoise-300{
  --tw-bg-opacity: 1;
  background-color: rgb(212 243 255 / var(--tw-bg-opacity));
}

.bg-turquoise-700{
  --tw-bg-opacity: 1;
  background-color: rgb(64 185 234 / var(--tw-bg-opacity));
}

.bg-whisper{
  --tw-bg-opacity: 1;
  background-color: rgb(244 243 249 / var(--tw-bg-opacity));
}

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

.bg-dots{
  background-image: url('../theme/images/bg-dot.png');
}

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

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

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

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

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

.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}

.p-10{
  padding: 2.5rem;
}

.p-2{
  padding: 0.5rem;
}

.p-4{
  padding: 1rem;
}

.p-5{
  padding: 1.25rem;
}

.p-6{
  padding: 1.5rem;
}

.p-7{
  padding: 1.75rem;
}

.p-8{
  padding: 2rem;
}

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

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

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

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

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

.px-9{
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.px-\[1\.2rem\]{
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}

.px-\[24px\]{
  padding-left: 24px;
  padding-right: 24px;
}

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

.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

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

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

.py-11{
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

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

.py-14{
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

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

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

.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}

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

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

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

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

.py-\[13px\]{
  padding-top: 13px;
  padding-bottom: 13px;
}

.py-\[8px\]{
  padding-top: 8px;
  padding-bottom: 8px;
}

.pb-0{
  padding-bottom: 0px;
}

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

.pb-11{
  padding-bottom: 2.75rem;
}

.pb-12{
  padding-bottom: 3rem;
}

.pb-14{
  padding-bottom: 3.5rem;
}

.pb-16{
  padding-bottom: 4rem;
}

.pb-20{
  padding-bottom: 5rem;
}

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

.pb-28{
  padding-bottom: 7rem;
}

.pb-3{
  padding-bottom: 0.75rem;
}

.pb-4{
  padding-bottom: 1rem;
}

.pb-5{
  padding-bottom: 1.25rem;
}

.pb-6{
  padding-bottom: 1.5rem;
}

.pb-8{
  padding-bottom: 2rem;
}

.pb-9{
  padding-bottom: 2.25rem;
}

.pb-\[19px\]{
  padding-bottom: 19px;
}

.pb-\[1px\]{
  padding-bottom: 1px;
}

.pb-\[52px\]{
  padding-bottom: 52px;
}

.pb-\[65\%\]{
  padding-bottom: 65%;
}

.pb-\[6px\]{
  padding-bottom: 6px;
}

.pb-\[80\%\]{
  padding-bottom: 80%;
}

.pl-6{
  padding-left: 1.5rem;
}

.pl-\[60px\]{
  padding-left: 60px;
}

.pr-2{
  padding-right: 0.5rem;
}

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

.pt-0{
  padding-top: 0px;
}

.pt-1{
  padding-top: 0.25rem;
}

.pt-10{
  padding-top: 2.5rem;
}

.pt-11{
  padding-top: 2.75rem;
}

.pt-12{
  padding-top: 3rem;
}

.pt-14{
  padding-top: 3.5rem;
}

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

.pt-2{
  padding-top: 0.5rem;
}

.pt-24{
  padding-top: 6rem;
}

.pt-3{
  padding-top: 0.75rem;
}

.pt-32{
  padding-top: 8rem;
}

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

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

.pt-6{
  padding-top: 1.5rem;
}

.pt-7{
  padding-top: 1.75rem;
}

.pt-8{
  padding-top: 2rem;
}

.pt-\[34px\]{
  padding-top: 34px;
}

.pt-\[58px\]{
  padding-top: 58px;
}

.pt-\[70px\]{
  padding-top: 70px;
}

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

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

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

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

.text-32{
  font-size: 2rem;
}

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

.text-45{
  font-size: 45px;
}

.text-4xl{
  font-size: 2.5rem;
}

.text-\[12px\]{
  font-size: 12px;
}

.text-\[21px\]{
  font-size: 21px;
}

.text-\[28px\]{
  font-size: 28px;
}

.text-\[32px\]{
  font-size: 32px;
}

.text-\[35px\]{
  font-size: 35px;
}

.text-\[38px\]{
  font-size: 38px;
}

.text-\[44px\]{
  font-size: 44px;
}

.text-\[45px\]{
  font-size: 45px;
}

.text-\[48px\]{
  font-size: 48px;
}

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

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

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

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

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

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

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

.font-normal{
  font-weight: 400;
}

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

.uppercase{
  text-transform: uppercase;
}

.italic{
  font-style: italic;
}

.leading-3{
  line-height: .75rem;
}

.leading-6{
  line-height: 1.5rem;
}

.leading-7{
  line-height: 1.75rem;
}

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

.leading-9{
  line-height: 2.25rem;
}

.leading-\[180\%\]{
  line-height: 180%;
}

.leading-\[19px\]{
  line-height: 19px;
}

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

.leading-normal{
  line-height: 1.5;
}

.leading-relaxed{
  line-height: 1.625;
}

.leading-tight{
  line-height: 1.25;
}

.tracking-wide{
  letter-spacing: 0.025em;
}

.tracking-widest{
  letter-spacing: 0.1em;
}

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

.text-midnight-900{
  --tw-text-opacity: 1;
  color: rgb(35 30 86 / var(--tw-text-opacity));
}

.text-primary-700{
  --tw-text-opacity: 1;
  color: rgb(95 61 200 / var(--tw-text-opacity));
}

.text-primary-900{
  --tw-text-opacity: 1;
  color: rgb(57 27 147 / var(--tw-text-opacity));
}

.text-transparent{
  color: transparent;
}

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

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

.opacity-100{
  opacity: 1;
}

.opacity-25{
  opacity: 0.25;
}

.opacity-30{
  opacity: 0.3;
}

.opacity-75{
  opacity: 0.75;
}

.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px 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-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline{
  outline-style: solid;
}

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

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

.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

/**
 * Custom styles to immediately follow Tailwind’s `utilities` layer
 *
 * Add your own utility classes to this theme. Complex utility classes should
 * be added using Tailwind’s plugin system:
 *
 * https://tailwindcss.com/docs/plugins#adding-utilities
 */

@keyframes slide-in {
  0%,
	60% {
    transform: translateX(-100%);
  }

  90% {
    transform: translateX(10px);
  }

  95% {
    transform: translateX(-3px);
  }

  100% {
    transform: translateX(0);
  }
}

.swipe-inner {
  animation: slide-in 1s ease;
}

.bg-swipe {
  background-image: url("../theme/images/bg-yellow.png");
  background-size: 100% 60px;
  background-position: center bottom;
  color: transparent;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .bg-swipe {
    background-size: 100% 90px;
    background-position: center bottom -10px
  }
}

@media screen and (min-width: 1024px) {
  .bg-swipe {
    background-size: 100% 130px
  }
}

.drop-shadow {
  box-shadow: -13px 20px 0 0 #231e56;
}

.drop-shadow-2 {
  box-shadow: -8px 10px 0 0 #231e56;
}

.drop-shadow-3 {
  box-shadow: 4px 4px 4px #231e562f;
}

.drop-shadow-4 {
  box-shadow: 7px 8px 0 1px #231e56;
}

@media only screen and (min-width: 768px) {
  .drop-shadow-4-md {
    box-shadow: 7px 8px 0 1px #231e56
  }
}

@media only screen and (max-width: 767px) {
  .drop-shadow-4-md-down {
    box-shadow: 7px 8px 0 1px #231e56
  }
}

.drop-shadow-5 {
  box-shadow: -7px 8px 0 1px #231e56;
}

@media only screen and (max-width: 767px) {
  .magazine-section {
    box-shadow: none;
  }
}

/* MaxMegaMenu header bg change */

.header-bg {
  background-color: transparent;
  transition: background-color 0.2s ease-in;
}

/* Background images */

.bg-dots-purple-lr {
  background-image: url("../theme/images/bg-dots-purple.png"),
		url("../theme/images/bg-dots-purple.png");
  background-repeat: no-repeat, no-repeat;
  background-size: 216px auto, 216px auto;
  background-position: -200% -200%, calc(100% + 50px) 0px;
}

@media only screen and (min-width: 1024px) {
  .bg-dots-purple-lr {
    background-size: 280px auto;
    background-position: 0 calc(100% - 40px), 100% 0
  }
}

.bg-dots-purple-right {
  background-image: url("../theme/images/bg-dots-purple.png");
  background-repeat: no-repeat;
  background-size: 216px auto;
  background-position: 100% 0px;
}

@media only screen and (min-width: 1024px) {
  .bg-dots-purple-right {
    background-size: 280px auto;
    background-position: 100% 0
  }
}

.bg-dots-purple-left {
  background-image: url("../theme/images/bg-dots-purple.png");
  background-repeat: no-repeat;
  background-size: 216px auto;
  background-position: 10px top;
}

@media only screen and (min-width: 768px) {
  .bg-dots-purple-left {
    background-size: 280px auto
  }
}

.bg-dots-purple-left-front-page {
  background-position: 10px 125px;
}

@media only screen and (min-width: 768px) {
  .bg-dots-cat {
    background-repeat: no-repeat;
    background-size: 280px auto;
    background-position: 100% 0
  }

  .bg-dots-cat-yellow {
    background-image: url("../theme/images/bg-dots-yellow.png");
  }

  .bg-dots-cat-green {
    background-image: url("../theme/images/bg-dots-green.png");
  }

  .bg-dots-cat-pink {
    background-image: url("../theme/images/bg-dots-pink.png");
  }

  .bg-dots-cat-blue {
    background-image: url("../theme/images/bg-dots-blue.png");
  }
}

/* Magazine landing template - image nav */

.bg-dots-green-a {
  background-image: url("../theme/images/bg-dots-green.png");
  background-repeat: no-repeat;
  background-size: 115px auto;
  background-position: top left;
  overflow: visible;
}

@media only screen and (min-width: 768px) {
  .bg-dots-green-a {
    background-size: 200px auto
  }
}

/* Magazine B, Listicle template */

.bg-dots-green-b {
  background-image: url("../theme/images/bg-dots-green.png");
  background-repeat: no-repeat;
  background-size: 210px auto;
  background-position: top right;
  overflow: visible;
}

@media only screen and (min-width: 768px) {
  .bg-dots-green-b {
    background-size: 280px auto
  }
}

@media only screen and (min-width: 1024px) {
  .bg-dots-green-listicle-header {
    background-image: none
  }
}

@media only screen and (max-width: 1024px) {
  .bg-dots-green-listicle-content {
    background-image: none
  }
}

/* 101 article head */

.bg-dots-purple-b {
  background-image: url("../theme/images/bg-dots-purple.png");
  background-repeat: no-repeat;
  background-size: 210px auto;
  background-position: top right;
  overflow: visible;
}

@media only screen and (min-width: 768px) {
  .bg-dots-purple-b {
    background-size: 280px auto
  }
}

.bg-line-a {
  background-image: url("../theme/images/dotted-line-2.svg");
  background-repeat: no-repeat;
  background-position: top center;
}

.bg-line {
  background-repeat: no-repeat;
  background-size: 3185px auto;
  background-position: center top;
}

@media only screen and (min-width: 768px) {
  .bg-line {
    background-position: center -60px
  }
}

.bg-404 {
  background-repeat: no-repeat;
  background-position: -25% center;
  background-size: cover;
  padding-bottom: 40%;
  max-height: 225px;
}

@media screen and (min-width: 768px) {
  .bg-404 {
    background-position: center;
    background-size: contain;
    padding-bottom: 0;
    height: 226px
  }
}

.wysiwyg-content h1 {
  font-size: 42px;
  line-height: 48px;
}

@media screen and (max-width: 768px) {
  .wysiwyg-content h1 {
    font-size: 26px;
    line-height: 28px
  }
}

.wysiwyg-content h2 {
  font-size: 30px;
  line-height: 31px;
  font-weight: 500;
  margin-top: 10px;
}

.wysiwyg-content h3 {
  font-size: 23px;
  line-height: 26px;
  font-weight: 500;
  margin-top: 50px;
  margin-bottom: 10px;
}

.hue-change {
  filter: hue-rotate(0deg);
  transition: filter 0.3s ease-in-out;
}

.hue-change:hover {
  filter: hue-rotate(35deg);
}

/* Magazine Nav arrow animation effect */

.magazine-cat-container .magazine-cat-link div {
  transition: 0.3s ease-in-out;
}

.magazine-cat-container:hover .magazine-cat-link div {
  transform: translateY(-100px);
}

.prose-last-p :where(p):last-child {
  margin-bottom: 0;
}

.ol-square {
  list-style: none;
  counter-reset: item;
}

.ol-square li {
  counter-increment: item;
  margin-bottom: 20px;
  display: flex;
  font-size: 20px;
}

.ol-square li::before {
  content: counter(item);
  margin-right: 20px;
  margin-top: 6px;
  width: 25px;
  height: 25px;
  min-width: 25px;
  line-height: 21px;
  font-size: 1rem;
  display: inline;
  text-align: center;
  vertical-align: middle;
  font-weight: 600;
  --tw-bg-opacity: 1;
  background-color: rgb(234 117 187 / var(--tw-bg-opacity));
}

.bg-purple-float {
  position: relative;
}

.bg-purple-float::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -9999px;
  top: 90%;
  height: 9999%;
  width: 9999%;
  --tw-bg-opacity: 1;
  background-color: rgb(95 61 200 / var(--tw-bg-opacity));
}

.bg-line-2 {
  position: relative;
}

.bg-line-2::after {
  content: '';
  position: absolute;
  width: 1024px;
  height: 383px;
  background-image: url("../theme/images/bg-line-2.svg");
  background-repeat: no-repeat;
  background-size: cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.bg-dots-top-right {
  position: relative;
}

.bg-dots-top-right::after {
  content: "";
  position: absolute;
  z-index: -1;
  background-image: url("../theme/images/bg-dots-purple.png");
  background-repeat: no-repeat;
  background-size: contain;
  top: -80px;
  right: 0;
  height: 230px;
  width: 224px;
}

@media screen and (min-width: 768px) {
  .bg-dots-top-right::after {
    right: -55px
  }
}

.bg-dots-top-left {
  position: relative;
}

.bg-dots-top-left::after {
  content: "";
  position: absolute;
  z-index: 0;
  background-image: url("../theme/images/bg-dots-purple.png");
  background-repeat: no-repeat;
  background-size: contain;
  top: -80px;
  right: -55px;
  height: 230px;
  width: 224px;
}

@media screen and (min-width: 768px) {
  .bg-dots-top-left::after {
    right: unset;
    left: -55px
  }
}

.bg-dots-bottom-right {
  position: relative;
}

@media screen and (min-width: 768px) {
  .bg-dots-bottom-right::after {
    content: "";
    position: absolute;
    z-index: 0;
    background-image: url("../theme/images/bg-dots-purple.png");
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -90px;
    right: -140px;
    height: 230px;
    width: 224px;
  }
}

@media (min-width: 1024px){
  .lg\:container{
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
  }

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

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

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

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

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

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

.placeholder\:font-medium::-moz-placeholder{
  font-weight: 500;
}

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

.placeholder\:text-midnight-900::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(35 30 86 / var(--tw-text-opacity));
}

.placeholder\:text-midnight-900::placeholder{
  --tw-text-opacity: 1;
  color: rgb(35 30 86 / var(--tw-text-opacity));
}

.before\:border-iceberg::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(211 243 235 / var(--tw-border-opacity));
}

.before\:border-papayaWhip::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(255 239 208 / var(--tw-border-opacity));
}

.before\:border-spearmint-100::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(239 249 246 / var(--tw-border-opacity));
}

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

.hover\:-translate-y-2:hover{
  --tw-translate-y: -0.5rem;
  transform: translate(var(--tw-translate-x), 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));
}

.hover\:rotate-180:hover{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), 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));
}

.hover\:cursor-pointer:hover{
  cursor: pointer;
}

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

.hover\:bg-gray-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}

.hover\:bg-pink-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(234 117 187 / var(--tw-bg-opacity));
}

.hover\:bg-primary-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 239 255 / var(--tw-bg-opacity));
}

.hover\:bg-primary-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(95 61 200 / var(--tw-bg-opacity));
}

.hover\:bg-spearmint-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(25 180 143 / var(--tw-bg-opacity));
}

.hover\:bg-turquoise-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(64 185 234 / var(--tw-bg-opacity));
}

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

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

.hover\:text-midnight-900:hover{
  --tw-text-opacity: 1;
  color: rgb(35 30 86 / var(--tw-text-opacity));
}

.hover\:text-purpleHeart:hover{
  --tw-text-opacity: 1;
  color: rgb(95 38 179 / var(--tw-text-opacity));
}

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

.group:hover .group-hover\:fill-midnight-900{
  fill: #231E56;
}

.group:hover .group-hover\:fill-purpleHeart{
  fill: #5F26B3;
}

@media (min-width: 640px){
  .sm\:-left-14{
    left: -3.5rem;
  }

  .sm\:-right-14{
    right: -3.5rem;
  }

  .sm\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .sm\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .sm\:mb-10{
    margin-bottom: 2.5rem;
  }

  .sm\:ml-10{
    margin-left: 2.5rem;
  }

  .sm\:block{
    display: block;
  }

  .sm\:flex{
    display: flex;
  }

  .sm\:hidden{
    display: none;
  }

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

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

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

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

  .sm\:p-6{
    padding: 1.5rem;
  }

  .sm\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

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

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

  .sm\:pt-5{
    padding-top: 1.25rem;
  }

  .sm\:pt-8{
    padding-top: 2rem;
  }

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

@media (min-width: 768px){
  .md\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .md\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

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

  .md\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:my-28{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .md\:mb-11{
    margin-bottom: 2.75rem;
  }

  .md\:mb-24{
    margin-bottom: 6rem;
  }

  .md\:mb-40{
    margin-bottom: 10rem;
  }

  .md\:mb-48{
    margin-bottom: 12rem;
  }

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

  .md\:mb-auto{
    margin-bottom: auto;
  }

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

  .md\:ml-0\.5{
    margin-left: 0.125rem;
  }

  .md\:ml-3{
    margin-left: 0.75rem;
  }

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

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

  .md\:mt-14{
    margin-top: 3.5rem;
  }

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

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

  .md\:mt-6{
    margin-top: 1.5rem;
  }

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

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

  .md\:block{
    display: block;
  }

  .md\:flex{
    display: flex;
  }

  .md\:grid{
    display: grid;
  }

  .md\:hidden{
    display: none;
  }

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

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

  .md\:h-full{
    height: 100%;
  }

  .md\:max-h-\[150px\]{
    max-height: 150px;
  }

  .md\:min-h-\[180px\]{
    min-height: 180px;
  }

  .md\:min-h-\[23px\]{
    min-height: 23px;
  }

  .md\:min-h-\[29px\]{
    min-height: 29px;
  }

  .md\:min-h-\[320px\]{
    min-height: 320px;
  }

  .md\:w-1\/2{
    width: 50%;
  }

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

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

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

  .md\:w-\[75\%\]{
    width: 75%;
  }

  .md\:w-full{
    width: 100%;
  }

  .md\:min-w-\[35px\]{
    min-width: 35px;
  }

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

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

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

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

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

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

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

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

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

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

  .md\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

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

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

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

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

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

  .md\:gap-6{
    gap: 1.5rem;
  }

  .md\:gap-7{
    gap: 1.75rem;
  }

  .md\:rounded-none{
    border-radius: 0px;
  }

  .md\:border-3{
    border-width: 3px;
  }

  .md\:border-l-\[50px\]{
    border-left-width: 50px;
  }

  .md\:border-r-\[30px\]{
    border-right-width: 30px;
  }

  .md\:border-r-\[50px\]{
    border-right-width: 50px;
  }

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

  .md\:border-t-\[30px\]{
    border-top-width: 30px;
  }

  .md\:border-t-\[50px\]{
    border-top-width: 50px;
  }

  .md\:border-dashed{
    border-style: dashed;
  }

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

  .md\:border-midnight-900{
    --tw-border-opacity: 1;
    border-color: rgb(35 30 86 / var(--tw-border-opacity));
  }

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

  .md\:p-8{
    padding: 2rem;
  }

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

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

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

  .md\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .md\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .md\:pb-20{
    padding-bottom: 5rem;
  }

  .md\:pb-9{
    padding-bottom: 2.25rem;
  }

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

  .md\:pl-\[105px\]{
    padding-left: 105px;
  }

  .md\:pr-10{
    padding-right: 2.5rem;
  }

  .md\:pt-12{
    padding-top: 3rem;
  }

  .md\:pt-14{
    padding-top: 3.5rem;
  }

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

  .md\:pt-3{
    padding-top: 0.75rem;
  }

  .md\:pt-4{
    padding-top: 1rem;
  }

  .md\:pt-7{
    padding-top: 1.75rem;
  }

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

  .md\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }

  .md\:text-\[21px\]{
    font-size: 21px;
  }

  .md\:text-\[2rem\]{
    font-size: 2rem;
  }

  .md\:text-\[40px\]{
    font-size: 40px;
  }

  .md\:text-\[58px\]{
    font-size: 58px;
  }

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

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

  .md\:leading-6{
    line-height: 1.5rem;
  }

  .md\:leading-9{
    line-height: 2.25rem;
  }
}

@media (min-width: 1024px){
  .lg\:absolute{
    position: absolute;
  }

  .lg\:relative{
    position: relative;
  }

  .lg\:sticky{
    position: sticky;
  }

  .lg\:-top-\[3rem\]{
    top: -3rem;
  }

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

  .lg\:top-\[20px\]{
    top: 20px;
  }

  .lg\:col-span-3{
    grid-column: span 3 / span 3;
  }

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

  .lg\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .lg\:mx-\[8\.5px\]{
    margin-left: 8.5px;
    margin-right: 8.5px;
  }

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

  .lg\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

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

  .lg\:-ml-8{
    margin-left: -2rem;
  }

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

  .lg\:-mt-2{
    margin-top: -0.5rem;
  }

  .lg\:-mt-\[6rem\]{
    margin-top: -6rem;
  }

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

  .lg\:mb-24{
    margin-bottom: 6rem;
  }

  .lg\:mb-36{
    margin-bottom: 9rem;
  }

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

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

  .lg\:ml-auto{
    margin-left: auto;
  }

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

  .lg\:mt-11{
    margin-top: 2.75rem;
  }

  .lg\:mt-14{
    margin-top: 3.5rem;
  }

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

  .lg\:mt-28{
    margin-top: 7rem;
  }

  .lg\:mt-6{
    margin-top: 1.5rem;
  }

  .lg\:block{
    display: block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:grid{
    display: grid;
  }

  .lg\:hidden{
    display: none;
  }

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

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

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

  .lg\:min-h-\[100vh\]{
    min-height: 100vh;
  }

  .lg\:w-1\/2{
    width: 50%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:border-t-0{
    border-top-width: 0px;
  }

  .lg\:border-dashed{
    border-style: dashed;
  }

  .lg\:border-primary-900{
    --tw-border-opacity: 1;
    border-color: rgb(57 27 147 / var(--tw-border-opacity));
  }

  .lg\:bg-sun-400{
    --tw-bg-opacity: 1;
    background-color: rgb(248 214 137 / var(--tw-bg-opacity));
  }

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

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

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

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

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

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

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

  .lg\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:pb-0{
    padding-bottom: 0px;
  }

  .lg\:pb-11{
    padding-bottom: 2.75rem;
  }

  .lg\:pb-16{
    padding-bottom: 4rem;
  }

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

  .lg\:pb-28{
    padding-bottom: 7rem;
  }

  .lg\:pb-40{
    padding-bottom: 10rem;
  }

  .lg\:pl-0{
    padding-left: 0px;
  }

  .lg\:pl-8{
    padding-left: 2rem;
  }

  .lg\:pl-9{
    padding-left: 2.25rem;
  }

  .lg\:pr-8{
    padding-right: 2rem;
  }

  .lg\:pt-0{
    padding-top: 0px;
  }

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

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

  .lg\:pt-2{
    padding-top: 0.5rem;
  }

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

  .lg\:pt-24{
    padding-top: 6rem;
  }

  .lg\:pt-28{
    padding-top: 7rem;
  }

  .lg\:pt-4{
    padding-top: 1rem;
  }

  .lg\:pt-8{
    padding-top: 2rem;
  }

  .lg\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

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

  .lg\:text-8xl{
    font-size: 5.5rem;
  }

  .lg\:text-\[58px\]{
    font-size: 58px;
  }

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

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

  .lg\:leading-9{
    line-height: 2.25rem;
  }

  .lg\:leading-normal{
    line-height: 1.5;
  }

  .lg\:leading-relaxed{
    line-height: 1.625;
  }

  .lg\:hover\:cursor-auto:hover{
    cursor: auto;
  }
}

@media (min-width: 1280px){
  .xl\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .xl\:mb-10{
    margin-bottom: 2.5rem;
  }

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

  .xl\:mb-24{
    margin-bottom: 6rem;
  }

  .xl\:mb-3{
    margin-bottom: 0.75rem;
  }

  .xl\:mt-12{
    margin-top: 3rem;
  }

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

  .xl\:mt-24{
    margin-top: 6rem;
  }

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

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

  .xl\:max-h-\[200px\]{
    max-height: 200px;
  }

  .xl\:min-h-\[37px\]{
    min-height: 37px;
  }

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

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

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

  .xl\:min-w-\[50px\]{
    min-width: 50px;
  }

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

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

  .xl\:max-w-\[672\]{
    max-width: 672;
  }

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

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

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

  .xl\:max-w-xs{
    max-width: 20rem;
  }

  .xl\:-translate-y-\[50px\]{
    --tw-translate-y: -50px;
    transform: translate(var(--tw-translate-x), 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));
  }

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

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

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

  .xl\:gap-6{
    gap: 1.5rem;
  }

  .xl\:pb-2{
    padding-bottom: 0.5rem;
  }

  .xl\:pl-11{
    padding-left: 2.75rem;
  }

  .xl\:pl-16{
    padding-left: 4rem;
  }

  .xl\:pr-16{
    padding-right: 4rem;
  }

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

  .xl\:text-\[26px\]{
    font-size: 26px;
  }

  .xl\:text-\[48px\]{
    font-size: 48px;
  }

  .xl\:text-\[58px\]{
    font-size: 58px;
  }

  .xl\:text-\[64px\]{
    font-size: 64px;
  }
}

@media (min-width: 1536px){
  .\32xl\:max-w-\[840px\]{
    max-width: 840px;
  }
}
