/*!
Theme Name: ss_theme
Theme URI: https://underscoretw.com/
Author: SmartSites
Author URI: https://www.smartsites.com/
Description: A custom WordPress 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: ss_theme
Tags:

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

ss_theme is based on _tw https://underscoretw.com/, (C) 2021-2024 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.
 */

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

  src:  url('fonts/icomoon_fdca.woff2') format('woff2'),
    url('fonts/icomoon_fdca.woff') format('woff');

  font-weight: normal;

  font-style: normal;

  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-drop-down:before {
  content: "\e904";
}

.icon-tick:before {
  content: "\e920";
}

.icon-certification-Info:before {
  content: "\e900";
}

.icon-instagram:before {
  content: "\e901";
}

.icon-facebook:before {
  content: "\e902";
}

.icon-arrow-circle:before {
  content: "\e903";
}

.icon-location:before {
  content: "\e905";
}

.icon-student-tickect:before {
  content: "\e906";
}

.icon-youtube:before {
  content: "\e907";
}

.icon-tiktok:before {
  content: "\e908";
}

.icon-student:before {
  content: "\e909";
}

.icon-vip-tickets:before {
  content: "\e90b";
}

.icon-right-arrow:before {
  content: "\e90c";
}

.icon-humans-overview:before {
  content: "\e90d";
}

.icon-left-arrow:before {
  content: "\e90e";
}

.icon-book:before {
  content: "\e90f";
}

.icon-completation-guide:before {
  content: "\e910";
}

.icon-scheduled:before {
  content: "\e911";
}

.icon-exhibitor-brands:before {
  content: "\e912";
}

.icon-exhibitor-planning:before {
  content: "\e913";
}

.icon-exhibitor-prospectus:before {
  content: "\e914";
}

.icon-location2:before {
  content: "\e915";
}

.icon-wifi:before {
  content: "\e916";
}

.icon-dowload:before {
  content: "\e917";
}

.icon-Frame-4:before {
  content: "\e918";
}

.icon-setting:before {
  content: "\e919";
}

.icon-mail:before {
  content: "\e91a";
}

.icon-bulltet:before {
  content: "\e91b";
}

.icon-safety-guidlinces:before {
  content: "\e91c";
}

.icon-sponsorship:before {
  content: "\e91d";
}

.icon-Star-7:before {
  content: "\e91e";
}

.icon-travel-parking:before {
  content: "\e91f";
}

.icon-message:before {
  content: "\e922";
}

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

/*! tailwindcss v3.4.10 | 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.
7. Disable tap highlights on iOS
*/

html,
:host {
  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: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
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-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([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;
}

/*
Reset default styling for dialogs.
*/

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

html,
	body {
  height: 100%;
  width: 100%;
}

body {
  margin: 0px;
  min-width: 20rem;
  overflow-x: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  color: rgb(32 32 32 / 0.8);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 768px) {
  body {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  body {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

picture,
	figure {
  display: block;
  vertical-align: middle;
}

img {
  height: auto;
  width: auto;
  max-width: 100%;
  vertical-align: middle;
}

.site-wrapper {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  align-items: stretch;
  overflow: hidden;
}

.site-content {
  flex-grow: 1;
}

.site-header,
	.site-content,
	.site-footer {
  flex-shrink: 0;
}

p {
  margin-bottom: 1rem;
  line-height: 30px;
}

p:last-of-type {
  margin-bottom: 0px;
}

a {
  --tw-text-opacity: 1;
  color: rgb(229 51 115 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

a:hover {
  color: rgb(229 51 115 / 0.4);
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

h1, .h1, h2, .h2,  h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-bottom: 0.5rem;
  font-family: Oswald, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.25;
  letter-spacing: -1.9px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 1312px) {
  h1, .h1, h2, .h2,  h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin-bottom: 1rem;
  }
}

h1, .h1 {
  font-size: 3rem;
  line-height: 1;
}

@media (min-width: 1024px) {
  h1, .h1 {
    font-size: 3.75rem;
    line-height: 1;
  }
}

@media (min-width: 1312px) {
  h1, .h1 {
    font-size: 6rem;
    line-height: 1;
  }
}

h2, .h2 {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

@media (min-width: 1024px) {
  h2, .h2 {
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 1312px) {
  h2, .h2 {
    font-size: 3.5rem;
  }
}

h3, .h3 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

@media (min-width: 1024px) {
  h3, .h3 {
    font-size: 2.5rem;
  }
}

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

@media (min-width: 1024px) {
  h4, .h4 {
    font-size: 2rem;
  }
}

h5, .h5 {
  font-size: 1.375rem;
  letter-spacing: 0.6px;
}

@media (min-width: 1024px) {
  h5, .h5 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

h6, .h6 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  letter-spacing: 0.6px;
}

@media (min-width: 1024px) {
  h6, .h6 {
    font-size: 1.375rem;
  }
}

/* Lists Default Styling */

ul, ol {
  margin-bottom: 1rem;
  margin-left: 1.125rem;
}

ul > :not([hidden]) ~ :not([hidden]), ol > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

@media (min-width: 1024px) {
  ul > :not([hidden]) ~ :not([hidden]), ol > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

strong,b {
  font-weight: 700;
}

/* Table */

table {
  width: 100%;
  border-collapse: collapse;
}

caption {
  margin-bottom: 0.5rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

th, td {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(45 46 45 / var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

dl {
  margin-bottom: 1rem;
}

dl dt {
  font-weight: 700;
}

dl dd {
  margin-left: 1rem;
}

*, ::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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/**
 * 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.
*/

/**
 * 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%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

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

@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: 1312px) {
  .container {
    max-width: 1312px;
  }
}

.prose {
  color: var(--tw-prose-body);
}

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

.prose :where([class~="lead"], [class~="is-style-lead"]):not(:where([class~="not-prose"],[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"],[class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}

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

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

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

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

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

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

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

.prose :where(h3):not(:where([class~="not-prose"],[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"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :where(h4):not(:where([class~="not-prose"],[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"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

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

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

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

.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}

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

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

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

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

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

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

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

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

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

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

.prose :where(pre):not(:where([class~="not-prose"],[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-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}

.prose :where(pre code):not(:where([class~="not-prose"],[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"],[class~="not-prose"] *))::before {
  content: none;
}

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

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

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

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

.prose :where(tbody tr):not(:where([class~="not-prose"],[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"],[class~="not-prose"] *)) {
  border-bottom-width: 0;
}

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

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

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

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

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

.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-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --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-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --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(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.prose :where(table.has-fixed-layout):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  table-layout: fixed;
  width: 100%;
}

.prose-lg {
  font-size: 1.125rem;
  line-height: 1.7777778;
}

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

.prose-lg :where([class~="lead"], [class~="is-style-lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.2222222em;
  line-height: 1.4545455;
  margin-top: 1.0909091em;
  margin-bottom: 1.0909091em;
}

.prose-lg :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  padding-inline-start: 1em;
}

.prose-lg :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 2.6666667em;
  margin-top: 0;
  margin-bottom: 0.8333333em;
  line-height: 1;
}

.prose-lg :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.6666667em;
  margin-top: 1.8666667em;
  margin-bottom: 1.0666667em;
  line-height: 1.3333333;
}

.prose-lg :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.3333333em;
  margin-top: 1.6666667em;
  margin-bottom: 0.6666667em;
  line-height: 1.5;
}

.prose-lg :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}

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

.prose-lg :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}

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

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

.prose-lg :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8888889em;
  border-radius: 0.3125rem;
  padding-top: 0.2222222em;
  padding-inline-end: 0.4444444em;
  padding-bottom: 0.2222222em;
  padding-inline-start: 0.4444444em;
}

.prose-lg :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8888889em;
}

.prose-lg :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8666667em;
}

.prose-lg :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.875em;
}

.prose-lg :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8888889em;
  line-height: 1.75;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.375rem;
  padding-top: 1em;
  padding-inline-end: 1.5em;
  padding-bottom: 1em;
  padding-inline-start: 1.5em;
}

.prose-lg :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-inline-start: 1.5555556em;
}

.prose-lg :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-inline-start: 1.5555556em;
}

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

.prose-lg :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.4444444em;
}

.prose-lg :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.4444444em;
}

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

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

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

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

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

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

.prose-lg :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}

.prose-lg :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}

.prose-lg :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.6666667em;
  padding-inline-start: 1.5555556em;
}

.prose-lg :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 3.1111111em;
  margin-bottom: 3.1111111em;
}

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

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

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

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

.prose-lg :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8888889em;
  line-height: 1.5;
}

.prose-lg :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0.75em;
  padding-bottom: 0.75em;
  padding-inline-start: 0.75em;
}

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

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

.prose-lg :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.75em;
  padding-inline-end: 0.75em;
  padding-bottom: 0.75em;
  padding-inline-start: 0.75em;
}

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

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

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

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

.prose-lg :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8888889em;
  line-height: 1.5;
  margin-top: 1em;
}

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

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

.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-kbd: #171717;
  --tw-prose-kbd-shadows: 23 23 23;
  --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-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --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;
}

.site-header {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 99;
  padding-top: 1rem;
  padding-bottom: 1rem;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1024px) {
  .site-header {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

@media (min-width: 1280px) {
  .site-header {
    padding-bottom: 2.25rem;
  }
}

.site-header__content {
  border-radius: 9999px;
  padding: 2px;
}

.navbar-collapse {
  position: fixed;
  left: -100%;
  top: 0px;
  bottom: 0px;
  z-index: 1000;
  width: 100%;
  max-width: 320px;
  border-right-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(32 32 32 / var(--tw-bg-opacity));
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1280px) {
  .navbar-collapse {
    position: static;
    width: unset !important;
    max-width: unset !important;
    border-style: none;
    background-color: transparent;
  }
}

.navbar-collapse.active {
  left: 0px;
  width: 75%;
}

.site-header__nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 1024px) {
  .site-header__nav {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

@media (min-width: 1280px) {
  .site-header__nav {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.site-header__nav .navbar-brand {
  display: block;
  width: 100%;
  max-width: 11.25rem;
}

@media (min-width: 640px) {
  .site-header__nav .navbar-brand {
    max-width: 13.75rem;
  }
}

@media (min-width: 1024px) {
  .site-header__nav .navbar-brand {
    max-width: 15.625rem;
  }
}

@media (min-width: 1312px) {
  .site-header__nav .navbar-brand {
    max-width: 20.625rem;
  }
}

.navbar-nav {
  margin: 0px;
  list-style-type: none !important;
}

@media (min-width: 1280px) {
  .navbar-nav {
    display: flex;
    justify-content: space-between;
    gap: 1.25rem;
  }
}

@media (min-width: 1312px) {
  .navbar-nav {
    gap: 1.5rem;
  }
}

.navbar-nav li {
  margin: 0px !important;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding: 1rem;
}

.navbar-nav li:last-child {
  border-bottom-width: 0px;
}

@media (min-width: 1280px) {
  .navbar-nav li {
    border-width: 0px;
    padding: 0px;
  }
}

.navbar-nav .nav-link {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.navbar-nav .nav-link:hover {
  color: rgb(255 255 255 / 0.6);
}

.navbar-nav .nav-link:focus {
  color: rgb(255 255 255 / 0.6);
}

.navbar-toggler {
  z-index: 10;
  display: flex;
  height: 27px;
  width: 35px;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  padding: 0px;
}

@media (min-width: 1280px) {
  .navbar-toggler {
    display: none;
  }
}

.navbar-toggler span {
  display: block;
  height: 3px;
  width: 100%;
  border-radius: 5px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.navbar-toggler.active span:nth-child(1) {
  --tw-translate-y: 12px;
  --tw-rotate: 45deg;
  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));
}

.navbar-toggler.active span:nth-child(2) {
  opacity: 0;
}

.navbar-toggler.active span:nth-child(3) {
  --tw-translate-y: -12px;
  --tw-rotate: -45deg;
  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));
}

.site-header .navbar-nav>.menu-item-has-children:hover>.nav-link:after {
  width: 100%;
}

@media not all and (min-width: 1280px) {
  .site-header .navbar-collapse {
    overflow: auto;
    padding-bottom: 3.5rem;
  }

  .site-header .navbar-collapse.show {
    left: 0px;
  }
}

.site-header .menu-item-has-children {
  position: relative;
}

.site-header .menu-item-has-children .nav-link {
  padding-right: 2.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.625rem;
}

@media (min-width: 1280px) {
  .site-header .menu-item-has-children .nav-link {
    padding-right: 20px;
  }
}

.site-header .current-menu-item>.dropdown-item {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(229 51 115 / var(--tw-text-opacity));
}

@media (min-width: 1280px) {
  .site-header .current-menu-item>.dropdown-item {
    font-weight: 500;
  }

  .site-header .navbar-nav>.menu-item-has-children>.caret {
    pointer-events: none;
  }
}

.site-header .menu-item-has-children .caret {
  position: absolute;
  top: 0px;
  right: 0px;
  display: grid;
  width: 3.3125rem;
  height: 3.3125rem;
  place-items: center;
  font-size: 12px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  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: 5ms;
}

@media (min-width: 1280px) {
  .site-header .menu-item-has-children .caret {
    top: 10px;
    width: auto;
    height: auto;
  }
}

/* Dropdown-menu */

.site-header .menu-item .dropdown-menu {
  margin: 0px !important;
  list-style-type: none;
  line-height: 1.4;
}

@media not all and (min-width: 1280px) {
  .site-header .menu-item .dropdown-menu {
    display: none;
  }
}

@media (min-width: 1280px) {
  .site-header .menu-item .dropdown-menu {
    visibility: hidden;
    position: absolute;
    top: calc(100% + 10px);
    left: -1rem;
    min-width: 230px;
    font-size: 1rem;
    opacity: 0;
    --tw-shadow: 0px 2px 15px 0px rgba(0,0,0,0.20);
    --tw-shadow-colored: 0px 2px 15px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    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: 500ms;
  }
}

.site-header .menu-item .dropdown-menu .menu-item {
  padding: 0px;
}

.site-header .menu-item .dropdown-menu .menu-item:hover>.dropdown-item,
	.site-header .menu-item .dropdown-menu .menu-item:focus>.dropdown-item {
  text-decoration-line: none;
}

@media (min-width: 1280px) {
  .site-header .menu-item .dropdown-menu .menu-item:hover>.dropdown-item,
	.site-header .menu-item .dropdown-menu .menu-item:focus>.dropdown-item {
    --tw-bg-opacity: 1;
    background-color: rgb(229 51 115 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}

.site-header .menu-item-has-children:hover>.dropdown-menu {
  list-style-type: none;
}

@media (min-width: 1280px) {
  .site-header .menu-item-has-children:hover>.dropdown-menu {
    visibility: visible;
    top: calc(100% + 10px);
    opacity: 1;
  }

  .site-header .menu-item .dropdown-menu .menu-item-has-children:hover .dropdown-menu {
    top: 0px;
  }
}

.site-header .menu-item .dropdown-menu .menu-item-has-children .dropdown-item {
  padding-right: 2.5rem !important;
}

.site-header .menu-item .dropdown-menu .menu-item .dropdown-item {
  display: block;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(229 51 115 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
}

@media (min-width: 1280px) {
  .site-header .menu-item .dropdown-menu .menu-item .dropdown-item {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media not all and (min-width: 1280px) {
  .site-header .menu-item .dropdown-menu .menu-item .dropdown-menu .dropdown-item {
    padding-left: 1.75rem;
  }
}

.site-header .menu-item .dropdown-menu .menu-item:last-child .dropdown-item {
  border-bottom-width: 1px;
}

@media (min-width: 1280px) {
  .site-header .menu-item .dropdown-menu .menu-item-has-children:hover  .caret {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}

.site-header .menu-item .dropdown-menu .caret {
  top: -0.25rem;
  right: 0px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (min-width: 1280px) {
  .site-header .menu-item .dropdown-menu .caret {
    top: 1.25rem;
    right: 0.5rem;
    --tw-rotate: -90deg;
    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));
  }

  .site-header .menu-item .dropdown-menu .dropdown-menu {
    left: 100%;
    right: auto;
    top: 5px;
  }

  .site-header .menu-item .dropdown-menu .dropdown-menu:nth-last-child(-n+3) {
    left: 100% !important;
    right: auto !important;
  }
}

.breadcrumb-wrap {
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

.breadcrumb-wrap span {
  display: inline-block;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 1024px) {
  .breadcrumb-wrap span {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.breadcrumb-wrap span a {
  color: rgb(255 255 255 / 0.6);
}

.breadcrumb-wrap span a:hover {
  --tw-text-opacity: 1;
  color: rgb(229 51 115 / var(--tw-text-opacity));
}

.btn {
  display: inline-block;
  border-radius: 200px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.5rem;
  text-decoration-line: none;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 768px) {
  .btn {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media (min-width: 1024px) {
  .btn {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.btn-primary {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 51 115 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(229 51 115 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-primary:hover {
  background-color: rgb(255 255 255 / 0.8);
  --tw-text-opacity: 1;
  color: rgb(229 51 115 / var(--tw-text-opacity));
}

.btn-primary:focus {
  background-color: rgb(255 255 255 / 0.8);
  --tw-text-opacity: 1;
  color: rgb(229 51 115 / var(--tw-text-opacity));
}

.btn-secondary {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(111 26 166 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(111 26 166 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-secondary:hover {
  background-color: rgb(255 255 255 / 0.8);
  --tw-text-opacity: 1;
  color: rgb(111 26 166 / var(--tw-text-opacity));
}

.btn-territory {
  border-radius: 0.75rem;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.3);
  background-color: rgb(255 255 255 / 0.1);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-backdrop-blur: blur(9px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.btn-territory:hover {
  background-color: rgb(0 0 0 / 0.4);
  color: rgb(255 255 255 / 0.8);
}

.btn-territory:focus {
  background-color: rgb(0 0 0 / 0.4);
}

.btn-territory:active {
  background-color: rgb(0 0 0 / 0.4);
}

.btn-transparent {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 51 115 / var(--tw-border-opacity));
}

/* Gravity Forms Custom Styles */

#input_1_1 {
  position: relative;
  z-index: 1;
  width: 100%;
  border-radius: 9999px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  outline-color: #E53373 !important;
}

#gform_1 {
  position: relative;
}

#gform_submit_button_1 {
  position: absolute;
  top: 2px;
  right: 2px;
  z-index: 10;
  display: inline-flex;
  cursor: pointer;
  border-radius: 27px;
  --tw-bg-opacity: 1;
  background-color: rgb(111 26 166 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 18px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  #gform_submit_button_1 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.suscribe-form_wrapper .gfield_label {
  display: flex;
  text-align: left;
}

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

.suscribe-form .gform_fields {
  margin-bottom: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 1.25rem;
}

.suscribe-form .gfield--type-email {
  width: 100%;
}

@media (min-width: 768px) {
  .suscribe-form .gfield--type-email {
    width: calc(50% - 10px);
  }
}

.suscribe-form .gfield--type-name {
  width: 100%;
}

@media (min-width: 768px) {
  .suscribe-form .gfield--type-name {
    width: calc(50% - 10px);
  }
}

.suscribe-form input {
  width: 100%;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(227 219 216 / var(--tw-border-opacity));
  padding: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(114 114 114 / var(--tw-text-opacity));
  outline-color: #E53373;
}

.suscribe-form input::-moz-placeholder {
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(114 114 114 / var(--tw-text-opacity));
}

.suscribe-form input::placeholder {
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(114 114 114 / var(--tw-text-opacity));
}

.suscribe-form .gform_footer input[type="submit"] {
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(229 51 115 / var(--tw-bg-opacity));
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.suscribe-form .gform_footer input[type="submit"]:hover {
  color: rgb(255 255 255 / 0.7);
}

/* Hide hidden labels */

.gform_wrapper .gform_heading,
.gform_wrapper .hidden_label label,
.gform_wrapper .hidden_label legend.gfield_label {
  display: none;
}

/* Legend Labels */

.suscribe-form .gfield_contains_required .gform-field-label {
  margin-bottom: 0.25rem;
  text-align: left;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(2 14 30 / var(--tw-text-opacity));
}

/* Required asterisk */

.suscribe-form .gfield_required {
  display: none;
}

.contact-us-form  .gfield_required {
  margin-left: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(198 0 0 / var(--tw-text-opacity));
}

.contact-us-form .ginput_complex {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 1.5rem;
}

.contact-us-form  .gform-grid-col {
  width: 100%;
}

@media (min-width: 640px) {
  .contact-us-form  .gform-grid-col {
    width: calc(50% - 12px);
  }
}

.contact-us-form .gfield--type-textarea {
  width: 100%;
}

.contact-us-form .gform_fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 1.5rem;
}

.contact-us-form .gfield input,
.contact-us-form .gfield select {
  width: 100%;
  border-radius: 30px;
  border-width: 1px;
  border-color: rgb(34 34 34 / 0.2);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 18px;
  color: rgb(34 34 34 / 0.6);
  outline-color: #E53373;
}

.contact-us-form  .gform-grid-col {
  width: 100%;
}

.contact-us-form .gfield textarea {
  max-height: 110px;
  width: 100%;
  resize: none;
  border-radius: 1rem;
  border-width: 1px;
  border-color: rgb(34 34 34 / 0.2);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 18px;
  color: rgb(34 34 34 / 0.6);
  outline-color: #E53373;
}

.contact-us-form .gfield--type-email,
.contact-us-form .gfield--type-phone,
.contact-us-form .gfield--type-text,
.contact-us-form .gfield--type-select,
.contact-us-form  .gfield--type-name {
  width: 100%;
}

@media (min-width: 640px) {
  .contact-us-form .gfield--type-email,
.contact-us-form .gfield--type-phone,
.contact-us-form .gfield--type-text,
.contact-us-form .gfield--type-select,
.contact-us-form  .gfield--type-name {
    width: calc(50% - 12px);
  }
}

.contact-us-form .gfield--type-select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url('../../../uploads/drop-down.webp');
  background-size: 20px 10px;
  background-position: right 16px center;
  background-repeat: no-repeat;
  padding-right: 2.5rem;
}

.contact-us-form .gform-field-label {
  margin-bottom: 0.5rem;
  display: block;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}

.contact-us-form .gform-body {
  margin-bottom: 1.5rem;
}

.contact-us-form .gform-footer {
  width: 100%;
  cursor: pointer;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(32 32 32 / var(--tw-bg-opacity));
  padding: 1.25rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.contact-us-form .gform-footer:hover {
  background-color: rgb(0 0 0 / 0.6);
}

.contact-us-form .gform-footer input {
  text-transform: uppercase;
}

.gform_submission_error {
  display: none;
}

.validation_message {
  display: none;
}

.gform_validation_error .field_validation_below input,
.gform_validation_error .field_validation_below select,
.gform_validation_error .field_validation_below textarea {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 51 115 / var(--tw-border-opacity));
}

/* Header Styles */

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

.swiper-pagination-bullet {
  width: 1.25rem;
  height: 1.25rem;
}

.swiper-pagination-bullet-active {
  --tw-bg-opacity: 1;
  background-color: rgb(229 51 115 / var(--tw-bg-opacity));
}

/* Slick slider */

.slick-list {
  margin-left: -0.375rem;
  margin-right: -0.375rem;
}

.slick-slide {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

/* .slick-arrow */

.slick-arrow {
  position: absolute;
  z-index: 1;
  display: inline-flex;
  width: 2.25rem;
  height: 2.25rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 51 115 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-size: 0px;
  --tw-text-opacity: 1;
  color: rgb(229 51 115 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.slick-arrow::after {
  z-index: -1;
  display: inline-block;
  font-family: icomoon;
  content: var(--tw-content);
  font-size: 1rem;
}

@media not all and (min-width: 1024px) {
  .slick-arrow {
    bottom: 0px;
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
}

@media (min-width: 1024px) {
  .slick-arrow {
    top: 50%;
    --tw-translate-y: -50%;
    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));
  }
}

@media (min-width: 1312px) {
  .slick-arrow {
    width: 3rem;
    height: 3rem;
  }
}

.slick-arrow.slick-disabled {
  cursor: not-allowed !important;
  opacity: 0.8;
}

.slick-arrow:not(.slick-disabled):hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 51 115 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 12px 40px rgba(255,255,255,.16);
  --tw-shadow-colored: 0 12px 40px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.arrows-none .slick-arrow {
  display: none !important;
}

.slick-prev::after {
  --tw-content: '\e910';
  content: var(--tw-content);
}

@media not all and (min-width: 1024px) {
  .slick-prev {
    left: auto;
    right: 50%;
  }
}

@media (min-width: 1024px) {
  .slick-prev {
    left: 0px;
  }
}

.slick-next::after {
  --tw-content: '\e911';
  content: var(--tw-content);
}

@media not all and (min-width: 1024px) {
  .slick-next {
    right: auto;
    left: 50%;
  }
}

@media (min-width: 1024px) {
  .slick-next {
    right: 0px;
  }
}

/* slick-dots */

.slick-dots {
  margin: 0px;
  display: flex;
  list-style-type: none;
  justify-content: center;
  gap: 0.375rem;
}

.slick-dots > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}

.slick-dots {
  padding: 0px;
  line-height: 1;
}

.slick-dots li {
  margin-top: 2rem !important;
}

@media (min-width: 1024px) {
  .slick-dots li {
    margin-top: 3rem !important;
  }
}

@media (min-width: 1312px) {
  .slick-dots li {
    margin-top: 4rem !important;
  }
}

.slick-dots li:only-child {
  display: none;
}

.slick-dots button {
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 9999px;
  background-color: rgb(0 0 0 / 0.15);
  font-size: 0px;
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.slick-dots button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 51 115 / var(--tw-bg-opacity));
}

@media (min-width: 1024px) {
  .slick-dots button {
    width: 0.875rem;
    height: 0.875rem;
  }
}

@media (min-width: 1312px) {
  .slick-dots button {
    width: 1rem;
    height: 1rem;
  }
}

.slick-dots li.slick-active button {
  --tw-bg-opacity: 1;
  background-color: rgb(229 51 115 / var(--tw-bg-opacity));
}

.dots-white .slick-dots button {
  background-color: rgb(255 255 255 / 0.5);
}

.dots-white .slick-dots li.slick-active button {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

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

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

.pointer-events-none {
  pointer-events: none;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.static {
  position: static;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.-bottom-\[5\%\] {
  bottom: -5%;
}

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

.-left-14 {
  left: -3.5rem;
}

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

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

.-left-\[3\.75rem\] {
  left: -3.75rem;
}

.-left-\[35\%\] {
  left: -35%;
}

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

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

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

.-right-\[11\.5rem\] {
  right: -11.5rem;
}

.-right-\[14rem\] {
  right: -14rem;
}

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

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

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

.bottom-0 {
  bottom: 0px;
}

.bottom-1\/2 {
  bottom: 50%;
}

.bottom-2 {
  bottom: 0.5rem;
}

.bottom-\[12\.8px\] {
  bottom: 12.8px;
}

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

.left-0 {
  left: 0px;
}

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

.left-8 {
  left: 2rem;
}

.left-\[29\%\] {
  left: 29%;
}

.left-\[30\%\] {
  left: 30%;
}

.left-\[41\%\] {
  left: 41%;
}

.left-\[6\%\] {
  left: 6%;
}

.right-0 {
  right: 0px;
}

.right-8 {
  right: 2rem;
}

.right-\[20\%\] {
  right: 20%;
}

.right-\[8\%\] {
  right: 8%;
}

.right-\[95\%\] {
  right: 95%;
}

.right-\[var\(--curve-right-gap\)\] {
  right: var(--curve-right-gap);
}

.top-0 {
  top: 0px;
}

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

.top-1\/2 {
  top: 50%;
}

.top-\[10\%\] {
  top: 10%;
}

.top-\[16\%\] {
  top: 16%;
}

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

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

.top-\[40\%\] {
  top: 40%;
}

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

.top-\[51\%\] {
  top: 51%;
}

.top-\[60\%\] {
  top: 60%;
}

.top-\[85\%\] {
  top: 85%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.row-span-1 {
  grid-row: span 1 / span 1;
}

.row-span-2 {
  grid-row: span 2 / span 2;
}

.m-0 {
  margin: 0px;
}

.m-2 {
  margin: 0.5rem;
}

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

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

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

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

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

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

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

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

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

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

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

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

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

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

.-ml-7 {
  margin-left: -1.75rem;
}

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

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

.mb-0\.5 {
  margin-bottom: 0.125rem;
}

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

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

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

.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-\[100px\] {
  margin-bottom: 100px;
}

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

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

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

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

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

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

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

.\!size-10 {
  width: 2.5rem !important;
  height: 2.5rem !important;
}

.size-20 {
  width: 5rem;
  height: 5rem;
}

.size-4 {
  width: 1rem;
  height: 1rem;
}

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

.size-\[94px\] {
  width: 94px;
  height: 94px;
}

.\!h-auto {
  height: auto !important;
}

.h-1 {
  height: 0.25rem;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-2\.5 {
  height: 0.625rem;
}

.h-5 {
  height: 1.25rem;
}

.h-\[1\.3125rem\] {
  height: 1.3125rem;
}

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

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

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

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

.h-\[6\.4px\] {
  height: 6.4px;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

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

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

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

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

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

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

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

.min-h-6 {
  min-height: 1.5rem;
}

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

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

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

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

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

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

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

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

.w-12 {
  width: 3rem;
}

.w-5 {
  width: 1.25rem;
}

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

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

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

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

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

.w-\[60vw\] {
  width: 60vw;
}

.w-\[calc\(15\%-4px\)\] {
  width: calc(15% - 4px);
}

.w-\[calc\(50\%-12px\)\] {
  width: calc(50% - 12px);
}

.w-\[calc\(50\%-20px\)\] {
  width: calc(50% - 20px);
}

.w-\[calc\(50\%-8px\)\] {
  width: calc(50% - 8px);
}

.w-\[calc\(85\%-4px\)\] {
  width: calc(85% - 4px);
}

.w-full {
  width: 100%;
}

.min-w-\[9\.6875rem\] {
  min-width: 9.6875rem;
}

.max-w-3xl {
  max-width: 48rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-none {
  flex: none;
}

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

.grow {
  flex-grow: 1;
}

.table-auto {
  table-layout: auto;
}

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

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  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));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  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));
}

.-translate-y-full {
  --tw-translate-y: -100%;
  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));
}

.translate-y-full {
  --tw-translate-y: 100%;
  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-\[0\.6deg\] {
  --tw-rotate: -0.6deg;
  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-\[-5\.249deg\] {
  --tw-rotate: -5.249deg;
  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-\[8\.341deg\] {
  --tw-rotate: 8.341deg;
  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));
}

.scale-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  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));
}

.cursor-pointer {
  cursor: pointer;
}

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

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

.auto-rows-\[140px\] {
  grid-auto-rows: 140px;
}

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

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

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

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

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

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

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

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

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

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

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-2\.5 {
  gap: 0.625rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-x-10 {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

.gap-x-7 {
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
}

.gap-y-10 {
  row-gap: 2.5rem;
}

.gap-y-2 {
  row-gap: 0.5rem;
}

.gap-y-5 {
  row-gap: 1.25rem;
}

.gap-y-8 {
  row-gap: 2rem;
}

.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

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

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

.rounded-\[1\.75rem\] {
  border-radius: 1.75rem;
}

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

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

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

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

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

.rounded-\[3\.125rem\] {
  border-radius: 3.125rem;
}

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

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

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

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

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

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

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

.rounded-t-2xl {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.rounded-t-\[12px\] {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.border {
  border-width: 1px;
}

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

.border-\[12px\] {
  border-width: 12px;
}

.border-\[6px\] {
  border-width: 6px;
}

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

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

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

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

.border-black\/10 {
  border-color: rgb(0 0 0 / 0.1);
}

.border-black\/20 {
  border-color: rgb(0 0 0 / 0.2);
}

.border-black\/30 {
  border-color: rgb(0 0 0 / 0.3);
}

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(229 51 115 / var(--tw-border-opacity));
}

.border-primary\/30 {
  border-color: rgb(229 51 115 / 0.3);
}

.border-primary\/35 {
  border-color: rgb(229 51 115 / 0.35);
}

.border-ss-gray-150 {
  --tw-border-opacity: 1;
  border-color: rgb(114 114 114 / var(--tw-border-opacity));
}

.border-ss-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(32 32 32 / var(--tw-border-opacity));
}

.border-ss-gray-200\/10 {
  border-color: rgb(32 32 32 / 0.1);
}

.border-ss-gray-300\/10 {
  border-color: rgb(34 34 34 / 0.1);
}

.border-ss-gray-900\/35 {
  border-color: rgb(1 1 1 / 0.35);
}

.border-ss-light-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
}

.border-ss-orange-100 {
  --tw-border-opacity: 1;
  border-color: rgb(249 224 216 / var(--tw-border-opacity));
}

.border-ss-purple-650 {
  --tw-border-opacity: 1;
  border-color: rgb(77 64 89 / var(--tw-border-opacity));
}

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

.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}

.border-white\/30 {
  border-color: rgb(255 255 255 / 0.3);
}

.bg-\[\#f18f1b\] {
  --tw-bg-opacity: 1;
  background-color: rgb(241 143 27 / var(--tw-bg-opacity));
}

.bg-\[rgba\(229\2c 229\2c 229\2c 0\.35\)\] {
  background-color: rgba(229,229,229,0.35);
}

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

.bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(229 51 115 / var(--tw-bg-opacity));
}

.bg-primary\/10 {
  background-color: rgb(229 51 115 / 0.1);
}

.bg-primary\/60 {
  background-color: rgb(229 51 115 / 0.6);
}

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

.bg-ss-blue-300\/20 {
  background-color: rgb(75 112 226 / 0.2);
}

.bg-ss-blue-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(65 131 212 / var(--tw-bg-opacity));
}

.bg-ss-cyan-600\/20 {
  background-color: rgb(46 194 210 / 0.2);
}

.bg-ss-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(232 232 232 / var(--tw-bg-opacity));
}

.bg-ss-gray-100\/\[0\.3\] {
  background-color: rgb(232 232 232 / 0.3);
}

.bg-ss-gray-125 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity));
}

.bg-ss-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(32 32 32 / var(--tw-bg-opacity));
}

.bg-ss-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity));
}

.bg-ss-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(45 46 45 / var(--tw-bg-opacity));
}

.bg-ss-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(47 48 47 / var(--tw-bg-opacity));
}

.bg-ss-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity));
}

.bg-ss-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(1 1 1 / var(--tw-bg-opacity));
}

.bg-ss-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(227 241 219 / var(--tw-bg-opacity));
}

.bg-ss-green-300\/20 {
  background-color: rgb(13 195 97 / 0.2);
}

.bg-ss-light-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity));
}

.bg-ss-orange-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 224 216 / var(--tw-bg-opacity));
}

.bg-ss-orange-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 88 2 / var(--tw-bg-opacity));
}

.bg-ss-orange-300\/20 {
  background-color: rgb(245 88 2 / 0.2);
}

.bg-ss-orange-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(181 133 74 / var(--tw-bg-opacity));
}

.bg-ss-pink-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(247 214 229 / var(--tw-bg-opacity));
}

.bg-ss-pink-200\/20 {
  background-color: rgb(254 126 201 / 0.2);
}

.bg-ss-pink-600\/20 {
  background-color: rgb(210 46 110 / 0.2);
}

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

.bg-ss-purple-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 228 253 / var(--tw-bg-opacity));
}

.bg-ss-purple-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(131 67 142 / var(--tw-bg-opacity));
}

.bg-ss-purple-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(123 60 134 / var(--tw-bg-opacity));
}

.bg-ss-purple-600\/20 {
  background-color: rgb(123 60 134 / 0.2);
}

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

.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}

.bg-\[linear-gradient\(180deg\2c rgba\(229\2c 51\2c 115\2c 0\.8\)_68\.19\%\2c rgba\(123\2c 60\2c 134\2c 0\.8\)_100\%\)\] {
  background-image: linear-gradient(180deg,rgba(229,51,115,0.8) 68.19%,rgba(123,60,134,0.8) 100%);
}

.bg-\[linear-gradient\(270deg\2c \#EECF2E_0\%\2c \#EDCE34_27\.46\%\2c \#C99D04_100\%\)\] {
  background-image: linear-gradient(270deg,#EECF2E 0%,#EDCE34 27.46%,#C99D04 100%);
}

.bg-\[linear-gradient\(79deg\2c _\#3B8673_-0\.15\%\2c _\#FDDF01_48\.42\%\2c _\#EF4A23_101\.48\%\)\] {
  background-image: linear-gradient(79deg, #3B8673 -0.15%, #FDDF01 48.42%, #EF4A23 101.48%);
}

.bg-\[linear-gradient\(90deg\2c \#F04A2F_0\%\2c \#F24C8A_35\%\2c \#7B4AA3_55\%\2c \#3F6DB3_85\%\2c \#2E8B78_100\%\)\] {
  background-image: linear-gradient(90deg,#F04A2F 0%,#F24C8A 35%,#7B4AA3 55%,#3F6DB3 85%,#2E8B78 100%);
}

.bg-\[linear-gradient\(90deg\2c \#fddf01_0\%\2c \#f55802_24\.46\%\2c \#fe7ec9_40\.36\%\2c \#d22e6e_51\.68\%\2c \#7b3c86_55\.51\%\2c \#b778f6_62\.26\%\2c \#4b70e2_80\.38\%\)\] {
  background-image: linear-gradient(90deg,#fddf01 0%,#f55802 24.46%,#fe7ec9 40.36%,#d22e6e 51.68%,#7b3c86 55.51%,#b778f6 62.26%,#4b70e2 80.38%);
}

.bg-\[radial-gradient\(50\%_50\%_at_50\%_50\%\2c _\#E7DEAE_0\%\2c _\#EDCE28_100\%\)\] {
  background-image: radial-gradient(50% 50% at 50% 50%, #E7DEAE 0%, #EDCE28 100%);
}

.bg-\[url\(\'\/wp-content\/uploads\/elevated-experience-bg\.png\'\)\] {
  background-image: url('../../../uploads/elevated-experience-bg.webp');
}

.bg-\[url\(\'\/wp-content\/uploads\/spot-card-bg\.png\'\)\] {
  background-image: url('../../../uploads/spot-card-bg.webp');
}

.bg-\[url\(\.\.\/theme\/images\/chevron-down\.svg\)\] {
  background-image: url('images/chevron-down.svg');
}

.bg-gradient-text {
  background-image: linear-gradient(90deg, #fddf01, #f55802 24.46%, #fe7ec9 40.36%, #d22e6e 51.68%, #7b3c86 55.51%, #b778f6 62.26%, #4b70e2 80.38%, #00fe75);
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.from-primary {
  --tw-gradient-from: #E53373 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 51 115 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-500 {
  --tw-gradient-from: #FE275D var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 39 93 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-ss-dark-gray-100\/90 {
  --tw-gradient-from: rgb(156 156 156 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(156 156 156 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-ss-purple-300 {
  --tw-gradient-from: #73499D var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(115 73 157 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-ss-vivid-pink-200 {
  --tw-gradient-from: #ef5490 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 84 144 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-ss-vivid-pink-100 {
  --tw-gradient-to: rgb(236 27 119 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ec1b77 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-ss-pink-600 {
  --tw-gradient-to: #D22E6E var(--tw-gradient-to-position);
}

.to-ss-purple-300 {
  --tw-gradient-to: #73499D var(--tw-gradient-to-position);
}

.to-ss-violet-500 {
  --tw-gradient-to: #494FA6 var(--tw-gradient-to-position);
}

.to-ss-violet-700 {
  --tw-gradient-to: #7448b4 var(--tw-gradient-to-position);
}

.to-white\/50 {
  --tw-gradient-to: rgb(255 255 255 / 0.5) var(--tw-gradient-to-position);
}

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

.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}

.bg-\[calc\(100\%_-_16px\)_50\%\] {
  background-position: calc(100% - 16px) 50%;
}

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

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

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

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

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

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

.p-1\.5 {
  padding: 0.375rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-7 {
  padding: 1.75rem;
}

.p-8 {
  padding: 2rem;
}

.p-\[10px\] {
  padding: 10px;
}

.p-\[18px\] {
  padding: 18px;
}

.p-\[2px\] {
  padding: 2px;
}

.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-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

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

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

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

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

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.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-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.pl-20 {
  padding-left: 5rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

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

.pl-8 {
  padding-left: 2rem;
}

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

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

.pr-10 {
  padding-right: 2.5rem;
}

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

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

.pr-7 {
  padding-right: 1.75rem;
}

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

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

.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-5 {
  padding-top: 1.25rem;
}

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

.pt-60 {
  padding-top: 15rem;
}

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

.pt-9 {
  padding-top: 2.25rem;
}

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

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

.font-base {
  font-family: Roboto, sans-serif;
}

.font-grotesque {
  font-family: Darker Grotesque, sans-serif;
}

.font-inter {
  font-family: Inter, sans-serif;
}

.font-lead {
  font-family: Oswald, sans-serif;
}

.font-poppins {
  font-family: Poppins, sans-serif;
}

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

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

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

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

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

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

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

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

.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-light {
  font-weight: 300;
}

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

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

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

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.normal-case {
  text-transform: none;
}

.italic {
  font-style: italic;
}

.\!leading-\[33px\] {
  line-height: 33px !important;
}

.\!leading-none {
  line-height: 1 !important;
}

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

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

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

.leading-\[1\.15\] {
  line-height: 1.15;
}

.leading-\[1\.25\] {
  line-height: 1.25;
}

.leading-\[1\.2\] {
  line-height: 1.2;
}

.leading-\[1\.3\] {
  line-height: 1.3;
}

.leading-\[1\.41\] {
  line-height: 1.41;
}

.leading-\[1\.54\] {
  line-height: 1.54;
}

.leading-\[1\.62\] {
  line-height: 1.62;
}

.leading-\[1\.667\] {
  line-height: 1.667;
}

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

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

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

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

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

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

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

.-tracking-\[1\.9px\] {
  letter-spacing: -1.9px;
}

.tracking-\[-0\.04rem\] {
  letter-spacing: -0.04rem;
}

.tracking-\[-0\.48px\] {
  letter-spacing: -0.48px;
}

.tracking-\[-0\.6px\] {
  letter-spacing: -0.6px;
}

.tracking-\[-1\.6px\] {
  letter-spacing: -1.6px;
}

.tracking-\[-1px\] {
  letter-spacing: -1px;
}

.tracking-\[0\.6px\] {
  letter-spacing: 0.6px;
}

.tracking-\[0\.74px\] {
  letter-spacing: 0.74px;
}

.tracking-\[2px\] {
  letter-spacing: 2px;
}

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

.text-\[inherit\] {
  color: inherit;
}

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

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

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(229 51 115 / var(--tw-text-opacity));
}

.text-ss-blue-300 {
  --tw-text-opacity: 1;
  color: rgb(75 112 226 / var(--tw-text-opacity));
}

.text-ss-cyan-600 {
  --tw-text-opacity: 1;
  color: rgb(46 194 210 / var(--tw-text-opacity));
}

.text-ss-dark-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity));
}

.text-ss-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(32 32 32 / var(--tw-text-opacity));
}

.text-ss-gray-200\/40 {
  color: rgb(32 32 32 / 0.4);
}

.text-ss-gray-200\/80 {
  color: rgb(32 32 32 / 0.8);
}

.text-ss-gray-225 {
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity));
}

.text-ss-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}

.text-ss-gray-300\/80 {
  color: rgb(34 34 34 / 0.8);
}

.text-ss-gray-350 {
  --tw-text-opacity: 1;
  color: rgb(32 32 32 / var(--tw-text-opacity));
}

.text-ss-gray-350\/80 {
  color: rgb(32 32 32 / 0.8);
}

.text-ss-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.text-ss-gray-700\/70 {
  color: rgb(51 51 51 / 0.7);
}

.text-ss-green-300 {
  --tw-text-opacity: 1;
  color: rgb(13 195 97 / var(--tw-text-opacity));
}

.text-ss-orange-300 {
  --tw-text-opacity: 1;
  color: rgb(245 88 2 / var(--tw-text-opacity));
}

.text-ss-pink-200 {
  --tw-text-opacity: 1;
  color: rgb(254 126 201 / var(--tw-text-opacity));
}

.text-ss-pink-600 {
  --tw-text-opacity: 1;
  color: rgb(210 46 110 / var(--tw-text-opacity));
}

.text-ss-purple-600 {
  --tw-text-opacity: 1;
  color: rgb(123 60 134 / var(--tw-text-opacity));
}

.text-transparent {
  color: transparent;
}

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

.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}

.text-white\/90 {
  color: rgb(255 255 255 / 0.9);
}

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

.placeholder-ss-gray-350::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(32 32 32 / var(--tw-placeholder-opacity));
}

.placeholder-ss-gray-350::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(32 32 32 / var(--tw-placeholder-opacity));
}

.opacity-0 {
  opacity: 0;
}

.opacity-70 {
  opacity: 0.7;
}

.mix-blend-darken {
  mix-blend-mode: darken;
}

.shadow-\[0_0_94px_0_white\/60\] {
  --tw-shadow: 0 0 94px 0 white/60;
  --tw-shadow-colored: 0 0 94px 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-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);
}

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

.backdrop-blur-\[13px\] {
  --tw-backdrop-blur: blur(13px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-\[20px\] {
  --tw-backdrop-blur: blur(20px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-\[2px\] {
  --tw-backdrop-blur: blur(2px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-\[9px\] {
  --tw-backdrop-blur: blur(9px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.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-opacity {
  transition-property: opacity;
  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-300 {
  transition-duration: 300ms;
}

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

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

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

.stretched-link::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 10;
}

.\[-webkit-text-stroke-color\:var\(--grey-200\2c \#EEE\)\] {
  -webkit-text-stroke-color: var(--grey-200,#EEE);
}

.\[-webkit-text-stroke-width\:2px\] {
  -webkit-text-stroke-width: 2px;
}

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

/**
 * 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
 */

.ss-gradient-border,
.ss-bg-gradient {
  background: linear-gradient(90deg, #FDDF01 0%, #F55802 24.46%, #FE7EC9 40.36%, #D22E6E 51.68%, #7B3C86 55.51%, #B778F6 62.26%, #4B70E2 80.38%, #00FE75 100%);
}

.ss-gradient-text {
  background: linear-gradient(90deg, #FDDF01 0%, #F55802 24.46%, #FE7EC9 40.36%, #D22E6E 51.68%, #7B3C86 55.51%, #B778F6 62.26%, #4B70E2 80.38%, #00FE75 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ss-footer-bg-gradient {
  background: linear-gradient(90deg, #f6841f 0%, #F55802 50%, #FDDF01 100%);
}

/* sliding up animation */

.slideUp {
  animation: mymove 8s linear infinite;
  animation-direction: reverse;
}

@keyframes mymove {
  to {
    top: 0;
  }
}

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:inset-0::before {
  content: var(--tw-content);
  inset: 0px;
}

.before\:-bottom-\[30px\]::before {
  content: var(--tw-content);
  bottom: -30px;
}

.before\:-left-\[150px\]::before {
  content: var(--tw-content);
  left: -150px;
}

.before\:-left-\[400px\]::before {
  content: var(--tw-content);
  left: -400px;
}

.before\:-left-\[90px\]::before {
  content: var(--tw-content);
  left: -90px;
}

.before\:bottom-0::before {
  content: var(--tw-content);
  bottom: 0px;
}

.before\:bottom-\[110px\]::before {
  content: var(--tw-content);
  bottom: 110px;
}

.before\:left-0::before {
  content: var(--tw-content);
  left: 0px;
}

.before\:left-1\/2::before {
  content: var(--tw-content);
  left: 50%;
}

.before\:top-1\/2::before {
  content: var(--tw-content);
  top: 50%;
}

.before\:-z-\[1\]::before {
  content: var(--tw-content);
  z-index: -1;
}

.before\:z-\[1\]::before {
  content: var(--tw-content);
  z-index: 1;
}

.before\:z-\[2\]::before {
  content: var(--tw-content);
  z-index: 2;
}

.before\:size-\[380px\]::before {
  content: var(--tw-content);
  width: 380px;
  height: 380px;
}

.before\:h-8::before {
  content: var(--tw-content);
  height: 2rem;
}

.before\:h-\[\.1875rem\]::before {
  content: var(--tw-content);
  height: .1875rem;
}

.before\:h-\[30\%\]::before {
  content: var(--tw-content);
  height: 30%;
}

.before\:h-\[370px\]::before {
  content: var(--tw-content);
  height: 370px;
}

.before\:w-8::before {
  content: var(--tw-content);
  width: 2rem;
}

.before\:w-\[617px\]::before {
  content: var(--tw-content);
  width: 617px;
}

.before\:w-full::before {
  content: var(--tw-content);
  width: 100%;
}

.before\:-translate-x-1\/2::before {
  content: var(--tw-content);
  --tw-translate-x: -50%;
  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));
}

.before\:-translate-y-1\/2::before {
  content: var(--tw-content);
  --tw-translate-y: -50%;
  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));
}

.before\:rounded-\[1\.75rem\]::before {
  content: var(--tw-content);
  border-radius: 1.75rem;
}

.before\:rounded-full::before {
  content: var(--tw-content);
  border-radius: 9999px;
}

.before\:border-\[\.375rem\]::before {
  content: var(--tw-content);
  border-width: .375rem;
}

.before\:border-solid::before {
  content: var(--tw-content);
  border-style: solid;
}

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

.before\:bg-primary::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(229 51 115 / var(--tw-bg-opacity));
}

.before\:bg-primary\/20::before {
  content: var(--tw-content);
  background-color: rgb(229 51 115 / 0.2);
}

.before\:bg-primary\/60::before {
  content: var(--tw-content);
  background-color: rgb(229 51 115 / 0.6);
}

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

.before\:bg-\[linear-gradient\(79deg\2c _\#3B8673_-0\.15\%\2c _\#FDDF01_48\.42\%\2c _\#EF4A23_101\.48\%\)\]::before {
  content: var(--tw-content);
  background-image: linear-gradient(79deg, #3B8673 -0.15%, #FDDF01 48.42%, #EF4A23 101.48%);
}

.before\:bg-gradient-to-b::before {
  content: var(--tw-content);
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.before\:from-\[\#8C8C8C\]\/15::before {
  content: var(--tw-content);
  --tw-gradient-from: rgb(140 140 140 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(140 140 140 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:to-white::before {
  content: var(--tw-content);
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
}

.before\:opacity-40::before {
  content: var(--tw-content);
  opacity: 0.4;
}

.before\:opacity-\[0\.8\]::before {
  content: var(--tw-content);
  opacity: 0.8;
}

.before\:blur-\[100px\]::before {
  content: var(--tw-content);
  --tw-blur: blur(100px);
  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);
}

.before\:blur-\[202px\]::before {
  content: var(--tw-content);
  --tw-blur: blur(202px);
  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);
}

.before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:-left-\[140px\]::after {
  content: var(--tw-content);
  left: -140px;
}

.after\:-left-\[80\%\]::after {
  content: var(--tw-content);
  left: -80%;
}

.after\:-right-\[400px\]::after {
  content: var(--tw-content);
  right: -400px;
}

.after\:-top-\[90px\]::after {
  content: var(--tw-content);
  top: -90px;
}

.after\:bottom-0::after {
  content: var(--tw-content);
  bottom: 0px;
}

.after\:bottom-\[-140px\]::after {
  content: var(--tw-content);
  bottom: -140px;
}

.after\:bottom-\[-80px\]::after {
  content: var(--tw-content);
  bottom: -80px;
}

.after\:left-\[-80px\]::after {
  content: var(--tw-content);
  left: -80px;
}

.after\:right-\[-80px\]::after {
  content: var(--tw-content);
  right: -80px;
}

.after\:top-\[25\%\]::after {
  content: var(--tw-content);
  top: 25%;
}

.after\:top-\[50px\]::after {
  content: var(--tw-content);
  top: 50px;
}

.after\:-z-\[1\]::after {
  content: var(--tw-content);
  z-index: -1;
}

.after\:z-0::after {
  content: var(--tw-content);
  z-index: 0;
}

.after\:z-\[1\]::after {
  content: var(--tw-content);
  z-index: 1;
}

.after\:z-\[2\]::after {
  content: var(--tw-content);
  z-index: 2;
}

.after\:hidden::after {
  content: var(--tw-content);
  display: none;
}

.after\:h-\[200px\]::after {
  content: var(--tw-content);
  height: 200px;
}

.after\:h-\[232px\]::after {
  content: var(--tw-content);
  height: 232px;
}

.after\:h-\[300px\]::after {
  content: var(--tw-content);
  height: 300px;
}

.after\:h-\[370px\]::after {
  content: var(--tw-content);
  height: 370px;
}

.after\:h-\[380px\]::after {
  content: var(--tw-content);
  height: 380px;
}

.after\:w-\[232px\]::after {
  content: var(--tw-content);
  width: 232px;
}

.after\:w-\[380px\]::after {
  content: var(--tw-content);
  width: 380px;
}

.after\:w-\[383px\]::after {
  content: var(--tw-content);
  width: 383px;
}

.after\:w-\[617px\]::after {
  content: var(--tw-content);
  width: 617px;
}

.after\:rounded-full::after {
  content: var(--tw-content);
  border-radius: 9999px;
}

.after\:bg-primary\/45::after {
  content: var(--tw-content);
  background-color: rgb(229 51 115 / 0.45);
}

.after\:bg-primary\/60::after {
  content: var(--tw-content);
  background-color: rgb(229 51 115 / 0.6);
}

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

.after\:blur-\[100px\]::after {
  content: var(--tw-content);
  --tw-blur: blur(100px);
  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);
}

.after\:blur-\[125px\]::after {
  content: var(--tw-content);
  --tw-blur: blur(125px);
  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);
}

.after\:blur-\[130px\]::after {
  content: var(--tw-content);
  --tw-blur: blur(130px);
  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);
}

.after\:blur-\[70px\]::after {
  content: var(--tw-content);
  --tw-blur: blur(70px);
  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);
}

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

.hover\:border-ss-gray-900:hover {
  --tw-border-opacity: 1;
  border-color: rgb(1 1 1 / var(--tw-border-opacity));
}

.hover\:bg-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 51 115 / var(--tw-bg-opacity));
}

.hover\:bg-primary\/70:hover {
  background-color: rgb(229 51 115 / 0.7);
}

.hover\:bg-ss-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(32 32 32 / var(--tw-bg-opacity));
}

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

.hover\:bg-gradient-to-r:hover {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.hover\:from-primary-500:hover {
  --tw-gradient-from: #FE275D var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 39 93 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:to-ss-violet-500:hover {
  --tw-gradient-to: #494FA6 var(--tw-gradient-to-position);
}

.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(229 51 115 / var(--tw-text-opacity));
}

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

.hover\:text-white\/60:hover {
  color: rgb(255 255 255 / 0.6);
}

.hover\:shadow-\[0px_6px_30px_0px_rgba\(0\2c 0\2c 0\2c 0\.15\)\]:hover {
  --tw-shadow: 0px 6px 30px 0px rgba(0,0,0,0.15);
  --tw-shadow-colored: 0px 6px 30px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:border-primary:focus {
  --tw-border-opacity: 1;
  border-color: rgb(229 51 115 / var(--tw-border-opacity));
}

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

.focus\:ring-pink-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(251 207 232 / var(--tw-ring-opacity));
}

.group:hover .group-hover\:visible {
  visibility: visible;
}

.group:hover .group-hover\:translate-y-0 {
  --tw-translate-y: 0px;
  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));
}

.group:hover .group-hover\:scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  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));
}

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

.group:hover .group-hover\:border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}

.group:hover .group-hover\:bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(229 51 115 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-ss-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(47 48 47 / var(--tw-bg-opacity));
}

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

.group:hover .group-hover\:bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}

.group:hover .group-hover\:bg-\[linear-gradient\(126deg\2c \#FE275D_16\.17\%\2c \#494FA6_99\.3\%\)\] {
  background-image: linear-gradient(126deg,#FE275D 16.17%,#494FA6 99.3%);
}

.group:hover .group-hover\:bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.group:hover .group-hover\:from-primary {
  --tw-gradient-from: #E53373 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 51 115 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-primary-500 {
  --tw-gradient-from: #FE275D var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 39 93 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:to-ss-purple-350 {
  --tw-gradient-to: #773c9a var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-ss-violet-500 {
  --tw-gradient-to: #494FA6 var(--tw-gradient-to-position);
}

.group\/btn:hover .group-hover\/btn\:text-primary {
  --tw-text-opacity: 1;
  color: rgb(229 51 115 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-ss-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(32 32 32 / var(--tw-text-opacity));
}

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

.group:hover .group-hover\:text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}

.group:hover .group-hover\:opacity-0 {
  opacity: 0;
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

.group:hover .group-hover\:mix-blend-darken {
  mix-blend-mode: darken;
}

.group:hover .group-hover\:after\:block::after {
  content: var(--tw-content);
  display: block;
}

.group:hover .group-hover\:after\:bg-primary\/45::after {
  content: var(--tw-content);
  background-color: rgb(229 51 115 / 0.45);
}

.group.active .group-\[\.active\]\:max-h-max {
  max-height: -moz-max-content;
  max-height: max-content;
}

.prose-headings\:font-semibold :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  font-weight: 600;
}

.prose-a\:text-blue-600 :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}

.prose-a\:text-primary :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(229 51 115 / var(--tw-text-opacity));
}

.hover\:prose-a\:underline :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))):hover {
  text-decoration-line: underline;
}

.prose-img\:rounded-xl :is(:where(img):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  border-radius: 0.75rem;
}

@media not all and (min-width: 1280px) {
  .max-xl\:hidden {
    display: none;
  }

  .max-xl\:\!h-auto {
    height: auto !important;
  }

  .max-xl\:\!flex-col-reverse {
    flex-direction: column-reverse !important;
  }
}

@media not all and (min-width: 1024px) {
  .max-lg\:relative {
    position: relative;
  }

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

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

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

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

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

  .max-lg\:hidden {
    display: none;
  }

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

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

  .max-lg\:flex-col-reverse {
    flex-direction: column-reverse;
  }

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

  .max-lg\:pl-8 {
    padding-left: 2rem;
  }

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

  .max-lg\:before\:absolute::before {
    content: var(--tw-content);
    position: absolute;
  }

  .max-lg\:before\:left-0::before {
    content: var(--tw-content);
    left: 0px;
  }

  .max-lg\:before\:top-1::before {
    content: var(--tw-content);
    top: 0.25rem;
  }

  .max-lg\:before\:z-\[-1\]::before {
    content: var(--tw-content);
    z-index: -1;
  }

  .max-lg\:before\:hidden::before {
    content: var(--tw-content);
    display: none;
  }

  .max-lg\:before\:size-5::before {
    content: var(--tw-content);
    width: 1.25rem;
    height: 1.25rem;
  }

  .max-lg\:before\:rounded-full::before {
    content: var(--tw-content);
    border-radius: 9999px;
  }

  .max-lg\:before\:bg-primary::before {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(229 51 115 / var(--tw-bg-opacity));
  }

  .max-lg\:before\:bg-ss-blue-500::before {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(55 97 199 / var(--tw-bg-opacity));
  }

  .max-lg\:before\:bg-ss-light-blue-100::before {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(204 221 239 / var(--tw-bg-opacity));
  }

  .max-lg\:before\:bg-ss-violet-700::before {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(116 72 180 / var(--tw-bg-opacity));
  }

  .max-lg\:after\:absolute::after {
    content: var(--tw-content);
    position: absolute;
  }

  .max-lg\:after\:left-2\.5::after {
    content: var(--tw-content);
    left: 0.625rem;
  }

  .max-lg\:after\:top-0::after {
    content: var(--tw-content);
    top: 0px;
  }

  .max-lg\:after\:top-1::after {
    content: var(--tw-content);
    top: 0.25rem;
  }

  .max-lg\:after\:z-\[-2\]::after {
    content: var(--tw-content);
    z-index: -2;
  }

  .max-lg\:after\:h-\[calc\(100\%_\+24px\)\]::after {
    content: var(--tw-content);
    height: calc(100% + 24px);
  }

  .max-lg\:after\:h-full::after {
    content: var(--tw-content);
    height: 100%;
  }

  .max-lg\:after\:w-\[2px\]::after {
    content: var(--tw-content);
    width: 2px;
  }

  .max-lg\:after\:rounded-sm::after {
    content: var(--tw-content);
    border-radius: 0.125rem;
  }

  .max-lg\:after\:bg-gradient-to-b::after {
    content: var(--tw-content);
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .max-lg\:after\:from-primary-500::after {
    content: var(--tw-content);
    --tw-gradient-from: #FE275D var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 39 93 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .max-lg\:after\:from-ss-blue-500::after {
    content: var(--tw-content);
    --tw-gradient-from: #3761c7 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(55 97 199 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .max-lg\:after\:from-ss-light-blue-100::after {
    content: var(--tw-content);
    --tw-gradient-from: #ccddef var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(204 221 239 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .max-lg\:after\:from-ss-violet-700::after {
    content: var(--tw-content);
    --tw-gradient-from: #7448b4 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(116 72 180 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .max-lg\:after\:to-primary::after {
    content: var(--tw-content);
    --tw-gradient-to: #E53373 var(--tw-gradient-to-position);
  }

  .max-lg\:after\:to-primary-500::after {
    content: var(--tw-content);
    --tw-gradient-to: #FE275D var(--tw-gradient-to-position);
  }

  .max-lg\:after\:to-ss-blue-500::after {
    content: var(--tw-content);
    --tw-gradient-to: #3761c7 var(--tw-gradient-to-position);
  }

  .max-lg\:after\:to-ss-violet-700::after {
    content: var(--tw-content);
    --tw-gradient-to: #7448b4 var(--tw-gradient-to-position);
  }
}

@media not all and (min-width: 768px) {
  .max-md\:hidden {
    display: none;
  }

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

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

  .max-md\:border-b-2 {
    border-bottom-width: 2px;
  }
}

@media not all and (min-width: 640px) {
  .max-sm\:mb-8 {
    margin-bottom: 2rem;
  }

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

  .max-sm\:flex-col {
    flex-direction: column;
  }
}

@media (min-width: 450px) {
  .xs\:w-\[50\%\] {
    width: 50%;
  }

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

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

@media (min-width: 640px) {
  .sm\:-mx-\[13px\] {
    margin-left: -13px;
    margin-right: -13px;
  }

  .sm\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

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

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

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

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

  .sm\:w-\[calc\(33\.33\%-27px\)\] {
    width: calc(33.33% - 27px);
  }

  .sm\:w-\[calc\(50\%-8px\)\] {
    width: calc(50% - 8px);
  }

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

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

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

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

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

  .sm\:gap-5 {
    gap: 1.25rem;
  }

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

  .sm\:gap-8 {
    gap: 2rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:after\:-left-\[50\%\]::after {
    content: var(--tw-content);
    left: -50%;
  }
}

@media (min-width: 768px) {
  .md\:left-10 {
    left: 2.5rem;
  }

  .md\:right-10 {
    right: 2.5rem;
  }

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

  .md\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:\!size-14 {
    width: 3.5rem !important;
    height: 3.5rem !important;
  }

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

  .md\:max-h-none {
    max-height: none;
  }

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

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

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

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

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

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

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

  .md\:w-\[calc\(25\%-25px\)\] {
    width: calc(25% - 25px);
  }

  .md\:w-\[calc\(25\%-30px\)\] {
    width: calc(25% - 30px);
  }

  .md\:w-\[calc\(33\.33\%-16px\)\] {
    width: calc(33.33% - 16px);
  }

  .md\:w-\[calc\(40\%-16px\)\] {
    width: calc(40% - 16px);
  }

  .md\:w-\[calc\(50\%-10px\)\] {
    width: calc(50% - 10px);
  }

  .md\:w-\[calc\(50\%-12px\)\] {
    width: calc(50% - 12px);
  }

  .md\:w-\[calc\(50\%-14px\)\] {
    width: calc(50% - 14px);
  }

  .md\:w-\[calc\(50\%-20px\)\] {
    width: calc(50% - 20px);
  }

  .md\:w-\[calc\(60\%-16px\)\] {
    width: calc(60% - 16px);
  }

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

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

  .md\:rounded-\[7\.625rem\] {
    border-radius: 7.625rem;
  }

  .md\:rounded-t-\[20px\] {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .md\:border-r {
    border-right-width: 1px;
  }

  .md\:border-r-2 {
    border-right-width: 2px;
  }

  .md\:p-7 {
    padding: 1.75rem;
  }

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

  .md\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:\[-webkit-text-stroke-width\:2px\] {
    -webkit-text-stroke-width: 2px;
  }

  .md\:before\:-bottom-\[70px\]::before {
    content: var(--tw-content);
    bottom: -70px;
  }

  .md\:after\:-left-\[30\%\]::after {
    content: var(--tw-content);
    left: -30%;
  }

  .md\:after\:top-\[225px\]::after {
    content: var(--tw-content);
    top: 225px;
  }

  .md\:after\:h-\[327px\]::after {
    content: var(--tw-content);
    height: 327px;
  }

  .md\:after\:h-\[380px\]::after {
    content: var(--tw-content);
    height: 380px;
  }
}

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

  .lg\:-bottom-\[5\%\] {
    bottom: -5%;
  }

  .lg\:-left-1\/4 {
    left: -25%;
  }

  .lg\:-left-\[1\%\] {
    left: -1%;
  }

  .lg\:-right-6 {
    right: -1.5rem;
  }

  .lg\:-top-\[2\%\] {
    top: -2%;
  }

  .lg\:bottom-0 {
    bottom: 0px;
  }

  .lg\:bottom-10 {
    bottom: 2.5rem;
  }

  .lg\:left-1\/2 {
    left: 50%;
  }

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

  .lg\:left-\[53\%\] {
    left: 53%;
  }

  .lg\:left-\[60\%\] {
    left: 60%;
  }

  .lg\:left-\[7\%\] {
    left: 7%;
  }

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

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

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

  .lg\:top-\[17\%\] {
    top: 17%;
  }

  .lg\:top-\[38\%\] {
    top: 38%;
  }

  .lg\:top-\[58\%\] {
    top: 58%;
  }

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

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

  .lg\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

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

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

  .lg\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:mt-11 {
    margin-top: 2.75rem;
  }

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

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

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

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:inline {
    display: inline;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-6 {
    height: 1.5rem;
  }

  .lg\:h-auto {
    height: auto;
  }

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

  .lg\:max-h-none {
    max-height: none;
  }

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

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

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

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

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

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

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

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

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

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

  .lg\:w-\[25\%\] {
    width: 25%;
  }

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

  .lg\:w-\[calc\(100\%\+330px\)\] {
    width: calc(100% + 330px);
  }

  .lg\:w-\[calc\(100\%_-_300px\)\] {
    width: calc(100% - 300px);
  }

  .lg\:w-\[calc\(20\%-32px\)\] {
    width: calc(20% - 32px);
  }

  .lg\:w-\[calc\(25\%-14px\)\] {
    width: calc(25% - 14px);
  }

  .lg\:w-\[calc\(25\%-18px\)\] {
    width: calc(25% - 18px);
  }

  .lg\:w-\[calc\(33\.33\%-19px\)\] {
    width: calc(33.33% - 19px);
  }

  .lg\:w-\[calc\(33\.33\%-27px\)\] {
    width: calc(33.33% - 27px);
  }

  .lg\:w-\[calc\(35\%-16px\)\] {
    width: calc(35% - 16px);
  }

  .lg\:w-\[calc\(39\%-16px\)\] {
    width: calc(39% - 16px);
  }

  .lg\:w-\[calc\(40\%-14px\)\] {
    width: calc(40% - 14px);
  }

  .lg\:w-\[calc\(40\%-20px\)\] {
    width: calc(40% - 20px);
  }

  .lg\:w-\[calc\(40\%-24px\)\] {
    width: calc(40% - 24px);
  }

  .lg\:w-\[calc\(50\%-14px\)\] {
    width: calc(50% - 14px);
  }

  .lg\:w-\[calc\(50\%-20px\)\] {
    width: calc(50% - 20px);
  }

  .lg\:w-\[calc\(60\%-14px\)\] {
    width: calc(60% - 14px);
  }

  .lg\:w-\[calc\(60\%-20px\)\] {
    width: calc(60% - 20px);
  }

  .lg\:w-\[calc\(60\%-24px\)\] {
    width: calc(60% - 24px);
  }

  .lg\:w-\[calc\(61\%-16px\)\] {
    width: calc(61% - 16px);
  }

  .lg\:w-\[calc\(65\%-16px\)\] {
    width: calc(65% - 16px);
  }

  .lg\:w-\[calc\(75\%-14px\)\] {
    width: calc(75% - 14px);
  }

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

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

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

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

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

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

  .lg\:max-w-\[40rem\] {
    max-width: 40rem;
  }

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

  .lg\:max-w-\[50\%\] {
    max-width: 50%;
  }

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

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

  .lg\:max-w-\[50rem\] {
    max-width: 50rem;
  }

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

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

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

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

  .lg\:-translate-x-1\/2 {
    --tw-translate-x: -50%;
    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));
  }

  .lg\:auto-rows-\[170px\] {
    grid-auto-rows: 170px;
  }

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

  .lg\:gap-10 {
    gap: 2.5rem;
  }

  .lg\:gap-3 {
    gap: 0.75rem;
  }

  .lg\:gap-4 {
    gap: 1rem;
  }

  .lg\:gap-5 {
    gap: 1.25rem;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:gap-\[18px\] {
    gap: 18px;
  }

  .lg\:self-end {
    align-self: flex-end;
  }

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

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

  .lg\:p-2 {
    padding: 0.5rem;
  }

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

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

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

  .lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .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-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

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

  .lg\:py-\[1\.125rem\] {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }

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

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

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

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

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

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

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

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

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

  .lg\:pl-14 {
    padding-left: 3.5rem;
  }

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

  .lg\:pr-10 {
    padding-right: 2.5rem;
  }

  .lg\:pr-7 {
    padding-right: 1.75rem;
  }

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

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

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

  .lg\:pt-28 {
    padding-top: 7rem;
  }

  .lg\:pt-3\.5 {
    padding-top: 0.875rem;
  }

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

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

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

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

  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

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

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

  .lg\:text-\[2rem\] {
    font-size: 2rem;
  }

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

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

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

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

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

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

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

  .lg\:tracking-\[2\.86px\] {
    letter-spacing: 2.86px;
  }

  .lg\:\[-webkit-text-stroke-width\:3px\] {
    -webkit-text-stroke-width: 3px;
  }

  .lg\:before\:-bottom-\[140px\]::before {
    content: var(--tw-content);
    bottom: -140px;
  }

  .lg\:before\:left-12::before {
    content: var(--tw-content);
    left: 3rem;
  }

  .lg\:before\:max-w-\[calc\(100\%_-_64px\)\]::before {
    content: var(--tw-content);
    max-width: calc(100% - 64px);
  }

  .lg\:after\:-left-\[17\%\]::after {
    content: var(--tw-content);
    left: -17%;
  }
}

@media (min-width: 1180px) {
  .min-\[1180px\]\:left-\[13\%\] {
    left: 13%;
  }

  .min-\[1180px\]\:left-\[3\%\] {
    left: 3%;
  }

  .min-\[1180px\]\:left-\[62\%\] {
    left: 62%;
  }

  .min-\[1180px\]\:left-\[70\%\] {
    left: 70%;
  }

  .min-\[1180px\]\:top-\[1\.5\%\] {
    top: 1.5%;
  }

  .min-\[1180px\]\:top-\[20\%\] {
    top: 20%;
  }

  .min-\[1180px\]\:top-\[40\%\] {
    top: 40%;
  }

  .min-\[1180px\]\:top-\[60\%\] {
    top: 60%;
  }

  .min-\[1180px\]\:w-\[calc\(100\%\+390px\)\] {
    width: calc(100% + 390px);
  }
}

@media (min-width: 1280px) {
  .xl\:absolute {
    position: absolute;
  }

  .xl\:-left-\[12\%\] {
    left: -12%;
  }

  .xl\:left-\[18\%\] {
    left: 18%;
  }

  .xl\:left-\[55\%\] {
    left: 55%;
  }

  .xl\:left-\[68\%\] {
    left: 68%;
  }

  .xl\:left-\[7\%\] {
    left: 7%;
  }

  .xl\:top-\[28\%\] {
    top: 28%;
  }

  .xl\:top-\[31\%\] {
    top: 31%;
  }

  .xl\:top-\[47\%\] {
    top: 47%;
  }

  .xl\:top-\[5\%\] {
    top: 5%;
  }

  .xl\:top-\[57\%\] {
    top: 57%;
  }

  .xl\:top-\[70\%\] {
    top: 70%;
  }

  .xl\:z-\[2\] {
    z-index: 2;
  }

  .xl\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xl\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xl\:my-\[70px\] {
    margin-top: 70px;
    margin-bottom: 70px;
  }

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

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

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

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

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

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

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

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

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

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

  .xl\:mt-\[5\.75rem\] {
    margin-top: 5.75rem;
  }

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

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

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

  .xl\:w-\[calc\(100\%\+320px\)\] {
    width: calc(100% + 320px);
  }

  .xl\:w-\[calc\(32\%-28px\)\] {
    width: calc(32% - 28px);
  }

  .xl\:w-\[calc\(68\%-28px\)\] {
    width: calc(68% - 28px);
  }

  .xl\:max-w-\[23\.875rem\] {
    max-width: 23.875rem;
  }

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

  .xl\:max-w-\[48\%\] {
    max-width: 48%;
  }

  .xl\:max-w-\[53\%\] {
    max-width: 53%;
  }

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

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

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

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

  .xl\:gap-10 {
    gap: 2.5rem;
  }

  .xl\:gap-14 {
    gap: 3.5rem;
  }

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

  .xl\:gap-y-14 {
    row-gap: 3.5rem;
  }

  .xl\:p-4 {
    padding: 1rem;
  }

  .xl\:p-5 {
    padding: 1.25rem;
  }

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

  .xl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

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

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

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

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

  .xl\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

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

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

  .xl\:pb-32 {
    padding-bottom: 8rem;
  }

  .xl\:pl-5 {
    padding-left: 1.25rem;
  }

  .xl\:pr-10 {
    padding-right: 2.5rem;
  }

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

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

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

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

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

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

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

  .xl\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

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

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

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

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

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

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

  .xl\:tracking-\[2\.86px\] {
    letter-spacing: 2.86px;
  }

  .xl\:before\:left-16::before {
    content: var(--tw-content);
    left: 4rem;
  }
}

@media (min-width: 1312px) {
  .\32xl\:-left-\[14\%\] {
    left: -14%;
  }

  .\32xl\:left-\[42\%\] {
    left: 42%;
  }

  .\32xl\:top-\[32\%\] {
    top: 32%;
  }

  .\32xl\:top-\[62\%\] {
    top: 62%;
  }

  .\32xl\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .\32xl\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

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

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

  .\32xl\:mt-32 {
    margin-top: 8rem;
  }

  .\32xl\:w-\[calc\(32\%-40px\)\] {
    width: calc(32% - 40px);
  }

  .\32xl\:w-\[calc\(68\%-40px\)\] {
    width: calc(68% - 40px);
  }

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

  .\32xl\:max-w-\[47\%\] {
    max-width: 47%;
  }

  .\32xl\:max-w-\[670px\] {
    max-width: 670px;
  }

  .\32xl\:max-w-\[705px\] {
    max-width: 705px;
  }

  .\32xl\:max-w-\[715px\] {
    max-width: 715px;
  }

  .\32xl\:max-w-\[740px\] {
    max-width: 740px;
  }

  .\32xl\:gap-20 {
    gap: 5rem;
  }

  .\32xl\:gap-x-20 {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

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

  .\32xl\:pb-\[70px\] {
    padding-bottom: 70px;
  }

  .\32xl\:pl-\[4\.5rem\] {
    padding-left: 4.5rem;
  }

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

  .\32xl\:pt-44 {
    padding-top: 11rem;
  }

  .\32xl\:pt-\[110px\] {
    padding-top: 110px;
  }

  .\32xl\:before\:left-\[4\.5rem\]::before {
    content: var(--tw-content);
    left: 4.5rem;
  }
}

@media (min-width: 1320px) {
  .min-\[1320px\]\:left-\[54\%\] {
    left: 54%;
  }

  .min-\[1320px\]\:top-\[48\%\] {
    top: 48%;
  }
}

@media (min-width: 1380px) {
  .min-\[1380px\]\:left-\[10\%\] {
    left: 10%;
  }

  .min-\[1380px\]\:left-\[59\%\] {
    left: 59%;
  }

  .min-\[1380px\]\:top-\[73\%\] {
    top: 73%;
  }
}

@media (min-width: 1420px) {
  .min-\[1420px\]\:left-\[11\%\] {
    left: 11%;
  }
}

@media (min-width: 1441px) {
  .min-\[1441px\]\:left-\[10\%\] {
    left: 10%;
  }

  .min-\[1441px\]\:left-\[22\%\] {
    left: 22%;
  }

  .min-\[1441px\]\:left-\[57\%\] {
    left: 57%;
  }

  .min-\[1441px\]\:left-\[71\%\] {
    left: 71%;
  }

  .min-\[1441px\]\:right-\[-70px\] {
    right: -70px;
  }

  .min-\[1441px\]\:top-\[30\%\] {
    top: 30%;
  }

  .min-\[1441px\]\:top-\[48\%\] {
    top: 48%;
  }

  .min-\[1441px\]\:top-\[5\%\] {
    top: 5%;
  }

  .min-\[1441px\]\:top-\[72\%\] {
    top: 72%;
  }

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

@media (min-width: 1600px) {
  .min-\[1600px\]\:right-0 {
    right: 0px;
  }

  .min-\[1600px\]\:mr-\[5\%\] {
    margin-right: 5%;
  }

  .min-\[1600px\]\:max-w-\[40\%\] {
    max-width: 40%;
  }

  .min-\[1600px\]\:max-w-\[60\%\] {
    max-width: 60%;
  }
}

@media (min-width: 1750px) {
  .min-\[1750px\]\:mr-\[10\%\] {
    margin-right: 10%;
  }
}

@media (min-width: 1800px) {
  .min-\[1800px\]\:mr-\[10\%\] {
    margin-right: 10%;
  }

  .min-\[1800px\]\:max-w-\[35\%\] {
    max-width: 35%;
  }

  .min-\[1800px\]\:max-w-\[65\%\] {
    max-width: 65%;
  }

  .min-\[1800px\]\:pt-\[220px\] {
    padding-top: 220px;
  }
}

@media (min-width: 1940px) {
  .min-\[1940px\]\:max-w-\[580px\] {
    max-width: 580px;
  }
}

.\[\&_\.accordion-header\.active\]\:border-0 .accordion-header.active {
  border-width: 0px;
}

.\[\&_\.accordion-header\.active\]\:pb-4 .accordion-header.active {
  padding-bottom: 1rem;
}

.\[\&_\.accordion-header\.active_img\]\:-rotate-90 .accordion-header.active img {
  --tw-rotate: -90deg;
  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));
}

.\[\&_\.accordion-header\]\:border-b .accordion-header {
  border-bottom-width: 1px;
}

.\[\&_\.accordion-header\]\:pb-6 .accordion-header {
  padding-bottom: 1.5rem;
}

.\[\&_\.accordion-item\.active\]\:m-0 .accordion-item.active {
  margin: 0px;
}

.\[\&_\.accordion-item\.active\]\:rounded-\[10px\] .accordion-item.active {
  border-radius: 10px;
}

.\[\&_\.accordion-item\.active\]\:bg-white .accordion-item.active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.\[\&_\.accordion-item\.active\]\:px-\[20px\] .accordion-item.active {
  padding-left: 20px;
  padding-right: 20px;
}

.\[\&_\.accordion-item\.active\]\:py-6 .accordion-item.active {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.\[\&_\.accordion-item\.active\]\:shadow-\[0_13px_54px_0_rgba\(229\2c 51\2c 115\2c 0\.16\)\] .accordion-item.active {
  --tw-shadow: 0 13px 54px 0 rgba(229,51,115,0.16);
  --tw-shadow-colored: 0 13px 54px 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);
}

@media (min-width: 768px) {
  .md\:\[\&_\.accordion-item\.active\]\:px-\[30px\] .accordion-item.active {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.hover\:\[\&_\.icon-arrow-circle\]\:text-primary .icon-arrow-circle:hover {
  --tw-text-opacity: 1;
  color: rgb(229 51 115 / var(--tw-text-opacity));
}

@media (min-width: 1280px) {
  .xl\:\[\&_\.item\:nth-child\(even\)_\.bg\]\:rotate-0 .item:nth-child(even) .bg {
    --tw-rotate: 0deg;
    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\:\[\&_\.item\:nth-child\(even\)_\.date-wrap\]\:pb-0 .item:nth-child(even) .date-wrap {
    padding-bottom: 0px;
  }

  .xl\:\[\&_\.item\:nth-child\(even\)_\.date-wrap\]\:pt-7 .item:nth-child(even) .date-wrap {
    padding-top: 1.75rem;
  }
}

.\[\&_\.item_\.bg\]\:rotate-180 .item .bg {
  --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));
}

.\[\&_\.item_\.con-wrap\]\:flex-col .item .con-wrap {
  flex-direction: column;
}

.\[\&_\.item_\.date-wrap\]\:pb-7 .item .date-wrap {
  padding-bottom: 1.75rem;
}

@media (min-width: 1280px) {
  .xl\:\[\&_\.itemm\:nth-child\(even\)_\.con-wrap\]\:flex-col-reverse .itemm:nth-child(even) .con-wrap {
    flex-direction: column-reverse;
  }

  .xl\:\[\&_\.itemm\:nth-child\(even\)_\.con-wrap\]\:self-start .itemm:nth-child(even) .con-wrap {
    align-self: flex-start;
  }
}

.\[\&_\.schedule-tab\.active\]\:border-ss-gray-900 .schedule-tab.active {
  --tw-border-opacity: 1;
  border-color: rgb(1 1 1 / var(--tw-border-opacity));
}

.\[\&_\.schedule-tab\.active\]\:bg-primary .schedule-tab.active {
  --tw-bg-opacity: 1;
  background-color: rgb(229 51 115 / var(--tw-bg-opacity));
}

.\[\&_\.schedule-tab\.active\]\:text-white .schedule-tab.active {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.\[\&_\.schedule-tab\.active\]\:shadow-\[0px_6px_30px_0px_rgba\(0\2c 0\2c 0\2c 0\.15\)\] .schedule-tab.active {
  --tw-shadow: 0px 6px 30px 0px rgba(0,0,0,0.15);
  --tw-shadow-colored: 0px 6px 30px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.\[\&_\.slick-dots\]\:w-full .slick-dots {
  width: 100%;
}

.\[\&_\.ss-card-icon\:last-child_\.no-border-bottom\]\:border-b-0 .ss-card-icon:last-child .no-border-bottom {
  border-bottom-width: 0px;
}

.\[\&_\.sub-filter-item\.active\]\:font-semibold .sub-filter-item.active {
  font-weight: 600;
}

.\[\&_\.sub-filter-item\.active\]\:text-primary .sub-filter-item.active {
  --tw-text-opacity: 1;
  color: rgb(229 51 115 / var(--tw-text-opacity));
}

.\[\&_\.sub-filter-item\.active\]\:before\:visible .sub-filter-item.active::before {
  content: var(--tw-content);
  visibility: visible;
}

.\[\&_\.sub-filter-item\.active\]\:before\:w-full .sub-filter-item.active::before {
  content: var(--tw-content);
  width: 100%;
}

.\[\&_\.sub-filter-item\.active\]\:before\:opacity-100 .sub-filter-item.active::before {
  content: var(--tw-content);
  opacity: 1;
}

.\[\&_\.sub-filter-item\:hover\]\:font-semibold .sub-filter-item:hover {
  font-weight: 600;
}

.\[\&_\.sub-filter-item\:hover\]\:text-primary .sub-filter-item:hover {
  --tw-text-opacity: 1;
  color: rgb(229 51 115 / var(--tw-text-opacity));
}

.\[\&_\.sub-filter-item\:hover\]\:before\:visible .sub-filter-item:hover::before {
  content: var(--tw-content);
  visibility: visible;
}

.\[\&_\.sub-filter-item\:hover\]\:before\:w-full .sub-filter-item:hover::before {
  content: var(--tw-content);
  width: 100%;
}

.\[\&_\.sub-filter-item\:hover\]\:before\:opacity-100 .sub-filter-item:hover::before {
  content: var(--tw-content);
  opacity: 1;
}

.\[\&_\.sub-filter-item\]\:relative .sub-filter-item {
  position: relative;
}

.\[\&_\.sub-filter-item\]\:px-2 .sub-filter-item {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.\[\&_\.sub-filter-item\]\:py-2\.5 .sub-filter-item {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.\[\&_\.sub-filter-item\]\:font-poppins .sub-filter-item {
  font-family: Poppins, sans-serif;
}

.\[\&_\.sub-filter-item\]\:text-lg .sub-filter-item {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.\[\&_\.sub-filter-item\]\:text-sm .sub-filter-item {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.\[\&_\.sub-filter-item\]\:uppercase .sub-filter-item {
  text-transform: uppercase;
}

.\[\&_\.sub-filter-item\]\:leading-none .sub-filter-item {
  line-height: 1;
}

.\[\&_\.sub-filter-item\]\:text-ss-gray-900\/35 .sub-filter-item {
  color: rgb(1 1 1 / 0.35);
}

.\[\&_\.sub-filter-item\]\:text-white .sub-filter-item {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.\[\&_\.sub-filter-item\]\:before\:invisible .sub-filter-item::before {
  content: var(--tw-content);
  visibility: hidden;
}

.\[\&_\.sub-filter-item\]\:before\:absolute .sub-filter-item::before {
  content: var(--tw-content);
  position: absolute;
}

.\[\&_\.sub-filter-item\]\:before\:-bottom-\[\.0625rem\] .sub-filter-item::before {
  content: var(--tw-content);
  bottom: -.0625rem;
}

.\[\&_\.sub-filter-item\]\:before\:bottom-0 .sub-filter-item::before {
  content: var(--tw-content);
  bottom: 0px;
}

.\[\&_\.sub-filter-item\]\:before\:left-0 .sub-filter-item::before {
  content: var(--tw-content);
  left: 0px;
}

.\[\&_\.sub-filter-item\]\:before\:h-\[\.0625rem\] .sub-filter-item::before {
  content: var(--tw-content);
  height: .0625rem;
}

.\[\&_\.sub-filter-item\]\:before\:h-\[\.1875rem\] .sub-filter-item::before {
  content: var(--tw-content);
  height: .1875rem;
}

.\[\&_\.sub-filter-item\]\:before\:w-0 .sub-filter-item::before {
  content: var(--tw-content);
  width: 0px;
}

.\[\&_\.sub-filter-item\]\:before\:rounded-\[1\.75rem\] .sub-filter-item::before {
  content: var(--tw-content);
  border-radius: 1.75rem;
}

.\[\&_\.sub-filter-item\]\:before\:bg-primary .sub-filter-item::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(229 51 115 / var(--tw-bg-opacity));
}

.\[\&_\.sub-filter-item\]\:before\:opacity-0 .sub-filter-item::before {
  content: var(--tw-content);
  opacity: 0;
}

.\[\&_\.sub-filter-item\]\:before\:transition-all .sub-filter-item::before {
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.\[\&_\.sub-filter-item\]\:before\:duration-500 .sub-filter-item::before {
  content: var(--tw-content);
  transition-duration: 500ms;
}

@media not all and (min-width: 640px) {
  .max-sm\:\[\&_\.sub-filter-item\]\:border-b .sub-filter-item {
    border-bottom-width: 1px;
  }

  .max-sm\:\[\&_\.sub-filter-item\]\:border-ss-gray-900\/35 .sub-filter-item {
    border-color: rgb(1 1 1 / 0.35);
  }

  .max-sm\:\[\&_\.sub-filter-item\]\:pb-3 .sub-filter-item {
    padding-bottom: 0.75rem;
  }
}

@media (min-width: 640px) {
  .sm\:\[\&_\.sub-filter-item\]\:before\:-bottom-4 .sub-filter-item::before {
    content: var(--tw-content);
    bottom: -1rem;
  }
}

@media (min-width: 1024px) {
  .lg\:\[\&_\.sub-filter-item\]\:before\:-bottom-\[1\.125rem\] .sub-filter-item::before {
    content: var(--tw-content);
    bottom: -1.125rem;
  }
}

.\[\&_\.sub-tab-trigger\.active\]\:font-semibold .sub-tab-trigger.active {
  font-weight: 600;
}

.\[\&_\.sub-tab-trigger\.active\]\:before\:w-full .sub-tab-trigger.active::before {
  content: var(--tw-content);
  width: 100%;
}

.\[\&_\.sub-tab-trigger\.active_i\]\:visible .sub-tab-trigger.active i {
  visibility: visible;
}

.\[\&_\.sub-tab-trigger\.active_i\]\:opacity-100 .sub-tab-trigger.active i {
  opacity: 1;
}

.\[\&_\.sub-tab-trigger\]\:relative .sub-tab-trigger {
  position: relative;
}

.\[\&_\.sub-tab-trigger\]\:z-\[1\] .sub-tab-trigger {
  z-index: 1;
}

.\[\&_\.sub-tab-trigger\]\:pb-3 .sub-tab-trigger {
  padding-bottom: 0.75rem;
}

.\[\&_\.sub-tab-trigger\]\:text-sm .sub-tab-trigger {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.\[\&_\.sub-tab-trigger\]\:uppercase .sub-tab-trigger {
  text-transform: uppercase;
}

.\[\&_\.sub-tab-trigger\]\:transition-all .sub-tab-trigger {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.\[\&_\.sub-tab-trigger\]\:duration-300 .sub-tab-trigger {
  transition-duration: 300ms;
}

.\[\&_\.sub-tab-trigger\]\:before\:absolute .sub-tab-trigger::before {
  content: var(--tw-content);
  position: absolute;
}

.\[\&_\.sub-tab-trigger\]\:before\:bottom-\[-3px\] .sub-tab-trigger::before {
  content: var(--tw-content);
  bottom: -3px;
}

.\[\&_\.sub-tab-trigger\]\:before\:left-0 .sub-tab-trigger::before {
  content: var(--tw-content);
  left: 0px;
}

.\[\&_\.sub-tab-trigger\]\:before\:-z-\[1\] .sub-tab-trigger::before {
  content: var(--tw-content);
  z-index: -1;
}

.\[\&_\.sub-tab-trigger\]\:before\:h-\[3px\] .sub-tab-trigger::before {
  content: var(--tw-content);
  height: 3px;
}

.\[\&_\.sub-tab-trigger\]\:before\:w-0 .sub-tab-trigger::before {
  content: var(--tw-content);
  width: 0px;
}

.\[\&_\.sub-tab-trigger\]\:before\:rounded-\[1\.75rem\] .sub-tab-trigger::before {
  content: var(--tw-content);
  border-radius: 1.75rem;
}

.\[\&_\.sub-tab-trigger\]\:before\:bg-primary .sub-tab-trigger::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(229 51 115 / var(--tw-bg-opacity));
}

.\[\&_\.sub-tab-trigger\]\:before\:transition-all .sub-tab-trigger::before {
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.\[\&_\.sub-tab-trigger\]\:before\:duration-300 .sub-tab-trigger::before {
  content: var(--tw-content);
  transition-duration: 300ms;
}

@media (min-width: 1024px) {
  .lg\:\[\&_\.sub-tab-trigger\]\:pb-3\.5 .sub-tab-trigger {
    padding-bottom: 0.875rem;
  }
}

.\[\&_\.tab-trigger\.active\]\:\!bg-ss-gray-200 .tab-trigger.active {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(32 32 32 / var(--tw-bg-opacity)) !important;
}

.\[\&_\.tab-trigger\.active\]\:\!text-white .tab-trigger.active {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.\[\&_\.tab-trigger\]\:uppercase .tab-trigger {
  text-transform: uppercase;
}

.\[\&__span\]\:text-primary span {
  --tw-text-opacity: 1;
  color: rgb(229 51 115 / var(--tw-text-opacity));
}

.\[\&_a\:hover\]\:bg-primary a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 51 115 / var(--tw-bg-opacity));
}

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

.\[\&_a\:hover\]\:text-ss-gray-200 a:hover {
  --tw-text-opacity: 1;
  color: rgb(32 32 32 / var(--tw-text-opacity));
}

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

.\[\&_a\]\:inline-block a {
  display: inline-block;
}

.\[\&_a\]\:inline-flex a {
  display: inline-flex;
}

.\[\&_a\]\:size-9 a {
  width: 2.25rem;
  height: 2.25rem;
}

.\[\&_a\]\:size-\[38px\] a {
  width: 38px;
  height: 38px;
}

.\[\&_a\]\:items-center a {
  align-items: center;
}

.\[\&_a\]\:justify-center a {
  justify-content: center;
}

.\[\&_a\]\:rounded-full a {
  border-radius: 9999px;
}

.\[\&_a\]\:border a {
  border-width: 1px;
}

.\[\&_a\]\:border-white a {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.\[\&_a\]\:bg-ss-gray-200 a {
  --tw-bg-opacity: 1;
  background-color: rgb(32 32 32 / var(--tw-bg-opacity));
}

.\[\&_a\]\:bg-white a {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.\[\&_a\]\:font-base a {
  font-family: Roboto, sans-serif;
}

.\[\&_a\]\:text-\[18px\] a {
  font-size: 18px;
}

.\[\&_a\]\:text-sm a {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.\[\&_a\]\:uppercase a {
  text-transform: uppercase;
}

.\[\&_a\]\:leading-\[33px\] a {
  line-height: 33px;
}

.\[\&_a\]\:text-black a {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.\[\&_a\]\:text-ss-purple-700 a {
  --tw-text-opacity: 1;
  color: rgb(111 26 166 / var(--tw-text-opacity));
}

.\[\&_a\]\:text-white a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.\[\&_a\]\:text-white\/80 a {
  color: rgb(255 255 255 / 0.8);
}

.\[\&_a\]\:underline a {
  text-decoration-line: underline;
}

.\[\&_a\]\:no-underline a {
  text-decoration-line: none;
}

.hover\:\[\&_a\]\:text-primary a:hover {
  --tw-text-opacity: 1;
  color: rgb(229 51 115 / var(--tw-text-opacity));
}

.hover\:\[\&_a\]\:text-white\/60 a:hover {
  color: rgb(255 255 255 / 0.6);
}

.\[\&_a\]\:hover\:underline:hover a {
  text-decoration-line: underline;
}

@media (min-width: 1312px) {
  .\[\&_a\]\:2xl\:size-\[38px\] a {
    width: 38px;
    height: 38px;
  }
}

.\[\&_h2\>strong\]\:text-\[64px\] h2>strong {
  font-size: 64px;
}

.\[\&_h2\>strong\]\:text-ss-gray-200 h2>strong {
  --tw-text-opacity: 1;
  color: rgb(32 32 32 / var(--tw-text-opacity));
}

.\[\&_h2\]\:mb-3 h2 {
  margin-bottom: 0.75rem;
}

.\[\&_h2\]\:mb-4 h2 {
  margin-bottom: 1rem;
}

.\[\&_h2\]\:mb-5 h2 {
  margin-bottom: 1.25rem;
}

.\[\&_h2\]\:mb-6 h2 {
  margin-bottom: 1.5rem;
}

.\[\&_h2\]\:mb-\[10px\] h2 {
  margin-bottom: 10px;
}

.\[\&_h2\]\:font-lead h2 {
  font-family: Oswald, sans-serif;
}

.\[\&_h2\]\:font-semibold h2 {
  font-weight: 600;
}

.\[\&_h2\]\:uppercase h2 {
  text-transform: uppercase;
}

.\[\&_h2\]\:leading-\[1\.25\] h2 {
  line-height: 1.25;
}

.\[\&_h2\]\:leading-\[70px\] h2 {
  line-height: 70px;
}

.\[\&_h2\]\:-tracking-\[1\.12px\] h2 {
  letter-spacing: -1.12px;
}

.\[\&_h2\]\:tracking-\[-1\.12px\] h2 {
  letter-spacing: -1.12px;
}

.\[\&_h2\]\:text-ss-blue-200 h2 {
  --tw-text-opacity: 1;
  color: rgb(87 163 251 / var(--tw-text-opacity));
}

.\[\&_h2\]\:text-ss-gray-225 h2 {
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity));
}

.\[\&_h2\]\:text-ss-gray-350 h2 {
  --tw-text-opacity: 1;
  color: rgb(32 32 32 / var(--tw-text-opacity));
}

.\[\&_h2\]\:text-ss-gray-500 h2 {
  --tw-text-opacity: 1;
  color: rgb(45 46 45 / var(--tw-text-opacity));
}

.\[\&_h2\]\:text-ss-green-500 h2 {
  --tw-text-opacity: 1;
  color: rgb(113 182 74 / var(--tw-text-opacity));
}

.\[\&_h2\]\:text-ss-orange-200 h2 {
  --tw-text-opacity: 1;
  color: rgb(224 98 59 / var(--tw-text-opacity));
}

.\[\&_h2\]\:text-ss-pink-800 h2 {
  --tw-text-opacity: 1;
  color: rgb(216 49 126 / var(--tw-text-opacity));
}

.\[\&_h2\]\:text-ss-violet-600 h2 {
  --tw-text-opacity: 1;
  color: rgb(148 118 246 / var(--tw-text-opacity));
}

.\[\&_h2\]\:text-white h2 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .md\:\[\&_h2\]\:mb-5 h2 {
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .lg\:\[\&_h2\]\:leading-\[70px\] h2 {
    line-height: 70px;
  }
}

@media (min-width: 1280px) {
  .xl\:\[\&_h2\]\:leading-\[60px\] h2 {
    line-height: 60px;
  }
}

@media (min-width: 1312px) {
  .\32xl\:\[\&_h2\]\:leading-\[70px\] h2 {
    line-height: 70px;
  }
}

.\[\&_h2_span\]\:text-primary h2 span {
  --tw-text-opacity: 1;
  color: rgb(229 51 115 / var(--tw-text-opacity));
}

.\[\&_h3\]\:mb-0 h3 {
  margin-bottom: 0px;
}

.\[\&_h3\]\:font-grotesque h3 {
  font-family: Darker Grotesque, sans-serif;
}

.\[\&_h3\]\:text-white h3 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.\[\&_h4\]\:uppercase h4 {
  text-transform: uppercase;
}

.\[\&_h4\]\:text-ss-gray-300 h4 {
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}

.group:hover .group-hover\:\[\&_h4\]\:text-white h4 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.\[\&_h5\]\:mb-0 h5 {
  margin-bottom: 0px;
}

.\[\&_h5\]\:mb-3 h5 {
  margin-bottom: 0.75rem;
}

.\[\&_h5\]\:mb-4 h5 {
  margin-bottom: 1rem;
}

.\[\&_h5\]\:font-poppins h5 {
  font-family: Poppins, sans-serif;
}

.\[\&_h5\]\:text-primary h5 {
  --tw-text-opacity: 1;
  color: rgb(229 51 115 / var(--tw-text-opacity));
}

.\[\&_h5\]\:text-ss-blue-150 h5 {
  --tw-text-opacity: 1;
  color: rgb(106 203 242 / var(--tw-text-opacity));
}

.\[\&_h5\]\:text-ss-pink-300 h5 {
  --tw-text-opacity: 1;
  color: rgb(158 59 129 / var(--tw-text-opacity));
}

.\[\&_h5\]\:text-white h5 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.\[\&_h6\]\:mb-0 h6 {
  margin-bottom: 0px;
}

.\[\&_h6\]\:mb-1 h6 {
  margin-bottom: 0.25rem;
}

.\[\&_h6\]\:mb-2 h6 {
  margin-bottom: 0.5rem;
}

.\[\&_h6\]\:font-base h6 {
  font-family: Roboto, sans-serif;
}

.\[\&_h6\]\:font-poppins h6 {
  font-family: Poppins, sans-serif;
}

.\[\&_h6\]\:text-\[20px\] h6 {
  font-size: 20px;
}

.\[\&_h6\]\:font-semibold h6 {
  font-weight: 600;
}

.\[\&_h6\]\:leading-\[1\] h6 {
  line-height: 1;
}

.\[\&_h6\]\:text-white h6 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .sm\:\[\&_h6\]\:text-xl h6 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

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

.\[\&_i\]\:block i {
  display: block;
}

.\[\&_i\]\:font-poppins i {
  font-family: Poppins, sans-serif;
}

.\[\&_i\]\:text-\[18px\] i {
  font-size: 18px;
}

.\[\&_i\]\:font-medium i {
  font-weight: 500;
}

.\[\&_img\]\:mx-auto img {
  margin-left: auto;
  margin-right: auto;
}

.\[\&_img\]\:size-full img {
  width: 100%;
  height: 100%;
}

.\[\&_img\]\:h-\[116px\] img {
  height: 116px;
}

.\[\&_img\]\:h-\[35px\] img {
  height: 35px;
}

.\[\&_img\]\:h-\[76px\] img {
  height: 76px;
}

.\[\&_img\]\:h-full img {
  height: 100%;
}

.\[\&_img\]\:max-h-\[240px\] img {
  max-height: 240px;
}

.\[\&_img\]\:w-\[116px\] img {
  width: 116px;
}

.\[\&_img\]\:w-\[40px\] img {
  width: 40px;
}

.\[\&_img\]\:w-\[63px\] img {
  width: 63px;
}

.\[\&_img\]\:w-full img {
  width: 100%;
}

.\[\&_img\]\:max-w-\[105px\] img {
  max-width: 105px;
}

.\[\&_img\]\:max-w-\[132px\] img {
  max-width: 132px;
}

.\[\&_img\]\:max-w-\[176px\] img {
  max-width: 176px;
}

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

.\[\&_img\]\:max-w-\[36px\] img {
  max-width: 36px;
}

.\[\&_img\]\:max-w-\[640px\] img {
  max-width: 640px;
}

.\[\&_img\]\:rounded-full img {
  border-radius: 9999px;
}

.\[\&_img\]\:bg-cover img {
  background-size: cover;
}

.\[\&_img\]\:bg-\[50\%\] img {
  background-position: 50%;
}

.\[\&_img\]\:bg-no-repeat img {
  background-repeat: no-repeat;
}

.\[\&_img\]\:object-cover img {
  -o-object-fit: cover;
     object-fit: cover;
}

.group:hover .group-hover\:\[\&_img\]\:border img {
  border-width: 1px;
}

.group:hover .group-hover\:\[\&_img\]\:border-white img {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

@media (min-width: 1024px) {
  .lg\:\[\&_img\]\:max-w-\[145px\] img {
    max-width: 145px;
  }

  .lg\:\[\&_img\]\:max-w-\[400px\] img {
    max-width: 400px;
  }
}

@media (min-width: 1280px) {
  .xl\:\[\&_img\]\:max-w-\[477px\] img {
    max-width: 477px;
  }
}

.\[\&_li\:\:before\]\:absolute li::before {
  position: absolute;
}

.\[\&_li\:\:before\]\:left-0 li::before {
  left: 0px;
}

.\[\&_li\:\:before\]\:top-1\/2 li::before {
  top: 50%;
}

.\[\&_li\:\:before\]\:h-\[20px\] li::before {
  height: 20px;
}

.\[\&_li\:\:before\]\:w-\[20px\] li::before {
  width: 20px;
}

.\[\&_li\:\:before\]\:-translate-y-1\/2 li::before {
  --tw-translate-y: -50%;
  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));
}

.\[\&_li\:\:before\]\:bg-ss-green-500 li::before {
  --tw-bg-opacity: 1;
  background-color: rgb(113 182 74 / var(--tw-bg-opacity));
}

.\[\&_li\:\:before\]\:content-\[\'\'\] li::before {
  --tw-content: '';
  content: var(--tw-content);
}

.\[\&_li\:\:before\]\:\[mask-image\:url\(\'\/wp-content\/uploads\/satrt-list-icon\.png\'\)\] li::before {
  -webkit-mask-image: url('../../../uploads/satrt-list-icon.webp');
          mask-image: url('../../../uploads/satrt-list-icon.webp');
}

.\[\&_li\:\:before\]\:\[mask-position\:center\] li::before {
  -webkit-mask-position: center;
          mask-position: center;
}

.\[\&_li\:\:before\]\:\[mask-repeat\:no-repeat\] li::before {
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.\[\&_li\:\:before\]\:\[mask-size\:contain\] li::before {
  -webkit-mask-size: contain;
          mask-size: contain;
}

.\[\&_li\:before\]\:absolute li:before {
  position: absolute;
}

.\[\&_li\:before\]\:left-0 li:before {
  left: 0px;
}

.\[\&_li\:before\]\:top-0 li:before {
  top: 0px;
}

.\[\&_li\:before\]\:inline-flex li:before {
  display: inline-flex;
}

.\[\&_li\:before\]\:items-center li:before {
  align-items: center;
}

.\[\&_li\:before\]\:justify-center li:before {
  justify-content: center;
}

.\[\&_li\:before\]\:font-icomoon li:before {
  font-family: icomoon;
}

.\[\&_li\:before\]\:text-base li:before {
  font-size: 1rem;
  line-height: 1.5rem;
}

.\[\&_li\:before\]\:text-primary li:before {
  --tw-text-opacity: 1;
  color: rgb(229 51 115 / var(--tw-text-opacity));
}

.\[\&_li\:before\]\:content-\[\'\\e91b\'\] li:before {
  --tw-content: '\e91b';
  content: var(--tw-content);
}

.\[\&_li\:before\]\:content-\[\'\\e920\'\] li:before {
  --tw-content: '\e920';
  content: var(--tw-content);
}

.\[\&_li\]\:relative li {
  position: relative;
}

.\[\&_li\]\:\!m-0 li {
  margin: 0px !important;
}

.\[\&_li\]\:mb-5 li {
  margin-bottom: 1.25rem;
}

.\[\&_li\]\:rounded-full li {
  border-radius: 9999px;
}

.\[\&_li\]\:bg-\[linear-gradient\(90deg\2c \#FDDF01_0\%\2c \#F55802_24\%\2c \#FE7EC9_40\%\2c \#D22E6E_52\%\2c \#7B3C86_56\%\2c \#B778F6_62\%\2c \#4B70E2_80\%\2c \#00FE75_100\%\)\] li {
  background-image: linear-gradient(90deg,#FDDF01 0%,#F55802 24%,#FE7EC9 40%,#D22E6E 52%,#7B3C86 56%,#B778F6 62%,#4B70E2 80%,#00FE75 100%);
}

.\[\&_li\]\:p-\[1px\] li {
  padding: 1px;
}

.\[\&_li\]\:pl-5 li {
  padding-left: 1.25rem;
}

.\[\&_li\]\:pl-8 li {
  padding-left: 2rem;
}

.\[\&_li\]\:leading-none li {
  line-height: 1;
}

.\[\&_p\]\:m-0 p {
  margin: 0px;
}

.\[\&_p\]\:mx-auto p {
  margin-left: auto;
  margin-right: auto;
}

.\[\&_p\]\:mb-4 p {
  margin-bottom: 1rem;
}

.\[\&_p\]\:mb-7 p {
  margin-bottom: 1.75rem;
}

.\[\&_p\]\:max-w-\[775px\] p {
  max-width: 775px;
}

@media (min-width: 1024px) {
  .lg\:\[\&_p\]\:mx-auto p {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:\[\&_p\]\:mb-6 p {
    margin-bottom: 1.5rem;
  }

  .lg\:\[\&_p\]\:max-w-\[526px\] p {
    max-width: 526px;
  }
}

.\[\&_span\]\:text-base span {
  font-size: 1rem;
  line-height: 1.5rem;
}

.\[\&_span\]\:text-primary span {
  --tw-text-opacity: 1;
  color: rgb(229 51 115 / var(--tw-text-opacity));
}

.\[\&_span\]\:text-ss-gray-200\/30 span {
  color: rgb(32 32 32 / 0.3);
}

.group:hover .group-hover\:\[\&_span\]\:text-white\/80 span {
  color: rgb(255 255 255 / 0.8);
}

.\[\&_strong\]\:mb-6 strong {
  margin-bottom: 1.5rem;
}

.\[\&_strong\]\:mb-\[10px\] strong {
  margin-bottom: 10px;
}

.\[\&_strong\]\:block strong {
  display: block;
}

.\[\&_strong\]\:inline-block strong {
  display: inline-block;
}

.\[\&_strong\]\:font-lead strong {
  font-family: Oswald, sans-serif;
}

.\[\&_strong\]\:font-poppins strong {
  font-family: Poppins, sans-serif;
}

.\[\&_strong\]\:text-2xl strong {
  font-size: 1.5rem;
  line-height: 2rem;
}

.\[\&_strong\]\:font-semibold strong {
  font-weight: 600;
}

.\[\&_strong\]\:uppercase strong {
  text-transform: uppercase;
}

.\[\&_strong\]\:leading-\[34px\] strong {
  line-height: 34px;
}

.\[\&_strong\]\:tracking-\[-0\.48px\] strong {
  letter-spacing: -0.48px;
}

.\[\&_strong\]\:text-primary strong {
  --tw-text-opacity: 1;
  color: rgb(229 51 115 / var(--tw-text-opacity));
}

.\[\&_strong\]\:text-ss-gray-300 strong {
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}

.\[\&_strong\]\:text-ss-pink-150 strong {
  --tw-text-opacity: 1;
  color: rgb(243 140 185 / var(--tw-text-opacity));
}

.group:hover .group-hover\:\[\&_strong\]\:text-white strong {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.\[\&_svg\]\:mx-auto svg {
  margin-left: auto;
  margin-right: auto;
}

.\[\&_svg\]\:h-\[19px\] svg {
  height: 19px;
}

.\[\&_svg\]\:w-auto svg {
  width: auto;
}

.\[\&_svg_path\]\:fill-primary svg path {
  fill: #E53373;
}

.\[\&_svg_path\]\:fill-ss-gray-700 svg path {
  fill: #333333;
}

.\[\&_td\]\:border-0 td {
  border-width: 0px;
}

.\[\&_td\]\:px-4 td {
  padding-left: 1rem;
  padding-right: 1rem;
}

.\[\&_td\]\:py-5 td {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.\[\&_th\]\:border-0 th {
  border-width: 0px;
}

.\[\&_th\]\:px-4 th {
  padding-left: 1rem;
  padding-right: 1rem;
}

.\[\&_th\]\:py-5 th {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.\[\&_th\]\:text-left th {
  text-align: left;
}

.\[\&_th\]\:font-semibold th {
  font-weight: 600;
}

.\[\&_th\]\:uppercase th {
  text-transform: uppercase;
}

.\[\&_th\]\:tracking-\[-0\.48px\] th {
  letter-spacing: -0.48px;
}

.\[\&_tr\:nth-child\(even\)\]\:bg-ss-gray-100\/30 tr:nth-child(even) {
  background-color: rgb(232 232 232 / 0.3);
}

.\[\&_tr\>td\:nth-child\(-n\+2\)\]\:min-w-\[140px\] tr>td:nth-child(-n+2) {
  min-width: 140px;
}

@media (min-width: 768px) {
  .md\:\[\&_tr\>td\:nth-child\(-n\+2\)\]\:max-w-\[150px\] tr>td:nth-child(-n+2) {
    max-width: 150px;
  }
}

.\[\&_tr\>td\:nth-child\(3\)\]\:min-w-\[200px\] tr>td:nth-child(3) {
  min-width: 200px;
}

@media (min-width: 768px) {
  .md\:\[\&_tr\>td\:nth-child\(3\)\]\:max-w-\[250px\] tr>td:nth-child(3) {
    max-width: 250px;
  }
}

.\[\&_tr\>td\:nth-child\(4\)\]\:min-w-\[270px\] tr>td:nth-child(4) {
  min-width: 270px;
}

@media (min-width: 768px) {
  .md\:\[\&_tr\>td\:nth-child\(4\)\]\:max-w-\[300px\] tr>td:nth-child(4) {
    max-width: 300px;
  }
}

.\[\&_tr\>td\:nth-child\(5\)\]\:min-w-\[210px\] tr>td:nth-child(5) {
  min-width: 210px;
}

.\[\&_ul\]\:m-0 ul {
  margin: 0px;
}

.\[\&_ul\]\:mt-8 ul {
  margin-top: 2rem;
}

.\[\&_ul\]\:list-none ul {
  list-style-type: none;
}

.\[\&_ul\]\:text-base ul {
  font-size: 1rem;
  line-height: 1.5rem;
}

.\[\&_video\]\:aspect-\[391\/400\] video {
  aspect-ratio: 391/400;
}

.\[\&_video\]\:h-full video {
  height: 100%;
}

.\[\&_video\]\:w-full video {
  width: 100%;
}

.\[\&_video\]\:rounded-\[inherit\] video {
  border-radius: inherit;
}

.\[\&_video\]\:object-cover video {
  -o-object-fit: cover;
     object-fit: cover;
}


/* ============================================================
   Formspree Form Styles — matches site design language
   ============================================================ */

/* Subscribe form (homepage + resources) */
.formspree-form,
.klaviyo-form {
  width: 100%;
}

.formspree-form .formspree-field,
.klaviyo-form .formspree-field {
  margin-bottom: 0.75rem;
}

/* Email input on subscribe forms */
.formspree-form input[type='email'],
.formspree-form input[type='text'],
.klaviyo-form input[type='email'],
.klaviyo-form input[type='text'] {
  width: 100%;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background-color: rgba(255, 255, 255, 0.15);
  padding: 0.875rem 1.5rem;
  font-size: 1rem;
  color: #ffffff;
  outline: none;
  transition: border-color 0.2s, background-color 0.2s;
}

.formspree-form input[type='email']::placeholder,
.formspree-form input[type='text']::placeholder,
.klaviyo-form input[type='email']::placeholder,
.klaviyo-form input[type='text']::placeholder {
  color: rgba(255, 255, 255, 0.65);
}

.formspree-form input[type='email']:focus,
.formspree-form input[type='text']:focus,
.klaviyo-form input[type='email']:focus,
.klaviyo-form input[type='text']:focus {
  border-color: rgba(255, 255, 255, 0.85);
  background-color: rgba(255, 255, 255, 0.25);
}

/* Subscribe button */
.formspree-form button[type='submit'],
.klaviyo-form button[type='submit'] {
  width: 100%;
  cursor: pointer;
  border-radius: 9999px;
  border: none;
  background-color: #E53373;
  padding: 0.875rem 2rem;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
  transition: background-color 0.2s, opacity 0.2s;
}

.formspree-form button[type='submit'],
.klaviyo-form button[type='submit']:hover {
  background-color: #c41f5e;
}

/* ============================================================
   Contact Form Styles
   ============================================================ */

.contact-form input[type='text'],
.contact-form input[type='email'],
.contact-form textarea {
  width: 100%;
  border-radius: 30px;
  border: 1px solid rgba(34, 34, 34, 0.2);
  padding: 0.875rem 1.25rem;
  font-size: 1.125rem;
  color: rgba(34, 34, 34, 0.8);
  background-color: #ffffff;
  outline: none;
  transition: border-color 0.2s;
}

.contact-form input[type='text']::placeholder,
.contact-form input[type='email']::placeholder,
.contact-form textarea::placeholder {
  color: rgba(34, 34, 34, 0.4);
}

.contact-form input[type='text']:focus,
.contact-form input[type='email']:focus,
.contact-form textarea:focus {
  border-color: #E53373;
}

.contact-form textarea {
  border-radius: 1rem;
  resize: vertical;
  min-height: 130px;
}

.contact-form .formspree-field {
  margin-bottom: 1.25rem;
}

.contact-form button[type='submit'] {
  width: 100%;
  cursor: pointer;
  border-radius: 9999px;
  border: none;
  background-color: #202020;
  padding: 1.125rem 2rem;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
  transition: background-color 0.2s;
}

.contact-form button[type='submit']:hover {
  background-color: rgba(0, 0, 0, 0.65);
}

/* ── Back to Top Button ─────────────────────────────────── */
.back-to-top {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 999;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  background: #E53373;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(229, 51, 115, 0.4);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, background 0.2s ease;
}
.back-to-top.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.back-to-top:hover {
  background: #c91d5e;
  transform: translateY(-2px);
}
