/*
 Theme Name: HotPress
 Theme URI: https://www.bighousecreative.co.uk/
 Author: Big House Creative
 Author URI: https://www.bighousecreative.co.uk/
 Description: A Timber & Tailwind template for creating WordPress sites.
 Version: 1.0
 Tags:
 Text Domain:
 */
/* Import Tailwind Styles */
*, ::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:  ;
}
/*
 ! tailwindcss v3.4.19 | 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]:where(:not([hidden="until-found"])) {
  display: none;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
/* Essential Styles */
html, body {
  margin: 0px;
  overflow-x: hidden;
}
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  max-width: 1400px;
}
.container-sm {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  max-width: 1200px;
}
.container-lg {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  max-width: 1600px;
}
.transition-ease {
  transition: 0.5s ease-in-out;
}
.footer {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(100 99 99 / var(--tw-bg-opacity, 1));
  font-weight: 600;
}
.footer li {
  margin-bottom: 0.25rem;
}
.btn-aw {
  text-align: center;
  margin: 0;
  padding: 10px 22px;
  transition: all 0.3s ease-in-out;
  font-size: 16px;
  letter-spacing: 0.6px;
  line-height: 22px;
  border-radius: 4px;
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(8 85 102 / var(--tw-bg-opacity, 1));
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn-aw:hover {
  --tw-bg-opacity: 0.5;
}

#mobile-menu-toggle.is-active .mobile-line-1 {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

#mobile-menu-toggle.is-active .mobile-line-2 {
  opacity: 0;
}

#mobile-menu-toggle.is-active .mobile-line-3 {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

.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
}
.absolute {
    position: absolute
}
.relative {
    position: relative
}
.sticky {
    position: sticky
}
.inset-0 {
    inset: 0px
}
.inset-x-0 {
    left: 0px;
    right: 0px
}
.-right-10 {
    right: -2.5rem
}
.-right-\[120px\] {
    right: -120px
}
.bottom-0 {
    bottom: 0px
}
.bottom-6 {
    bottom: 1.5rem
}
.bottom-8 {
    bottom: 2rem
}
.bottom-\[-30px\] {
    bottom: -30px
}
.bottom-\[48px\] {
    bottom: 48px
}
.left-0 {
    left: 0px
}
.left-1\/2 {
    left: 50%
}
.left-\[-70px\] {
    left: -70px
}
.right-0 {
    right: 0px
}
.right-\[-70px\] {
    right: -70px
}
.top-0 {
    top: 0px
}
.top-1\/2 {
    top: 50%
}
.top-28 {
    top: 7rem
}
.top-\[48px\] {
    top: 48px
}
.top-\[90px\] {
    top: 90px
}
.top-full {
    top: 100%
}
.z-0 {
    z-index: 0
}
.z-10 {
    z-index: 10
}
.z-50 {
    z-index: 50
}
.order-1 {
    order: 1
}
.order-2 {
    order: 2
}
.order-3 {
    order: 3
}
.mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem
}
.mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem
}
.mx-auto {
    margin-left: auto;
    margin-right: auto
}
.my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem
}
.-mb-4 {
    margin-bottom: -1rem
}
.-mt-20 {
    margin-top: -5rem
}
.mb-2 {
    margin-bottom: 0.5rem
}
.mb-3 {
    margin-bottom: 0.75rem
}
.mb-4 {
    margin-bottom: 1rem
}
.mb-6 {
    margin-bottom: 1.5rem
}
.ml-4 {
    margin-left: 1rem
}
.mt-0 {
    margin-top: 0px
}
.mt-10 {
    margin-top: 2.5rem
}
.mt-12 {
    margin-top: 3rem
}
.mt-16 {
    margin-top: 4rem
}
.mt-2 {
    margin-top: 0.5rem
}
.mt-24 {
    margin-top: 6rem
}
.mt-3 {
    margin-top: 0.75rem
}
.mt-4 {
    margin-top: 1rem
}
.mt-5 {
    margin-top: 1.25rem
}
.mt-6 {
    margin-top: 1.5rem
}
.mt-7 {
    margin-top: 1.75rem
}
.mt-8 {
    margin-top: 2rem
}
.mt-\[4px\] {
    margin-top: 4px
}
.mt-auto {
    margin-top: auto
}
.block {
    display: block
}
.inline {
    display: inline
}
.flex {
    display: flex
}
.inline-flex {
    display: inline-flex
}
.grid {
    display: grid
}
.hidden {
    display: none
}
.aspect-\[1\.4\/1\] {
    aspect-ratio: 1.4/1
}
.aspect-\[4\/5\.8\] {
    aspect-ratio: 4/5.8
}
.h-12 {
    height: 3rem
}
.h-4 {
    height: 1rem
}
.h-5 {
    height: 1.25rem
}
.h-\[16px\] {
    height: 16px
}
.h-\[18px\] {
    height: 18px
}
.h-\[220px\] {
    height: 220px
}
.h-\[260px\] {
    height: 260px
}
.h-\[28px\] {
    height: 28px
}
.h-\[2px\] {
    height: 2px
}
.h-\[420px\] {
    height: 420px
}
.h-\[85\%\] {
    height: 85%
}
.h-auto {
    height: auto
}
.h-full {
    height: 100%
}
.h-px {
    height: 1px
}
.max-h-0 {
    max-height: 0px
}
.max-h-\[120px\] {
    max-height: 120px
}
.max-h-\[220px\] {
    max-height: 220px
}
.min-h-\[180px\] {
    min-height: 180px
}
.min-h-\[360px\] {
    min-height: 360px
}
.min-h-\[420px\] {
    min-height: 420px
}
.min-h-\[720px\] {
    min-height: 720px
}
.w-12 {
    width: 3rem
}
.w-4 {
    width: 1rem
}
.w-5 {
    width: 1.25rem
}
.w-6 {
    width: 1.5rem
}
.w-\[16px\] {
    width: 16px
}
.w-\[170px\] {
    width: 170px
}
.w-\[220px\] {
    width: 220px
}
.w-\[260px\] {
    width: 260px
}
.w-\[2px\] {
    width: 2px
}
.w-\[320px\] {
    width: 320px
}
.w-\[360px\] {
    width: 360px
}
.w-\[380px\] {
    width: 380px
}
.w-\[420px\] {
    width: 420px
}
.w-\[460px\] {
    width: 460px
}
.w-\[64px\] {
    width: 64px
}
.w-full {
    width: 100%
}
.min-w-\[190px\] {
    min-width: 190px
}
.min-w-\[200px\] {
    min-width: 200px
}
.min-w-\[210px\] {
    min-width: 210px
}
.min-w-\[220px\] {
    min-width: 220px
}
.min-w-\[240px\] {
    min-width: 240px
}
.min-w-\[260px\] {
    min-width: 260px
}
.min-w-\[360px\] {
    min-width: 360px
}
.max-w-\[1020px\] {
    max-width: 1020px
}
.max-w-\[1080px\] {
    max-width: 1080px
}
.max-w-\[1100px\] {
    max-width: 1100px
}
.max-w-\[1150px\] {
    max-width: 1150px
}
.max-w-\[1200px\] {
    max-width: 1200px
}
.max-w-\[280px\] {
    max-width: 280px
}
.max-w-\[320px\] {
    max-width: 320px
}
.max-w-\[420px\] {
    max-width: 420px
}
.max-w-\[430px\] {
    max-width: 430px
}
.max-w-\[440px\] {
    max-width: 440px
}
.max-w-\[460px\] {
    max-width: 460px
}
.max-w-\[470px\] {
    max-width: 470px
}
.max-w-\[520px\] {
    max-width: 520px
}
.max-w-\[600px\] {
    max-width: 600px
}
.max-w-\[640px\] {
    max-width: 640px
}
.max-w-\[680px\] {
    max-width: 680px
}
.max-w-\[720px\] {
    max-width: 720px
}
.max-w-\[760px\] {
    max-width: 760px
}
.max-w-\[820px\] {
    max-width: 820px
}
.max-w-\[900px\] {
    max-width: 900px
}
.max-w-\[920px\] {
    max-width: 920px
}
.max-w-\[980px\] {
    max-width: 980px
}
.max-w-full {
    max-width: 100%
}
.flex-1 {
    flex: 1 1 0%
}
.shrink-0 {
    flex-shrink: 0
}
.-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))
}
.rotate-90 {
    --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))
}
.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr))
}
.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-start {
    justify-content: flex-start
}
.justify-end {
    justify-content: flex-end
}
.justify-center {
    justify-content: center
}
.justify-between {
    justify-content: space-between
}
.gap-0 {
    gap: 0px
}
.gap-10 {
    gap: 2.5rem
}
.gap-12 {
    gap: 3rem
}
.gap-2 {
    gap: 0.5rem
}
.gap-3 {
    gap: 0.75rem
}
.gap-4 {
    gap: 1rem
}
.gap-6 {
    gap: 1.5rem
}
.gap-8 {
    gap: 2rem
}
.gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem
}
.space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse))
}
.space-y-3 > :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))
}
.space-y-4 > :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))
}
.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))
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse))
}
.space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse))
}
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse))
}
.overflow-hidden {
    overflow: hidden
}
.rounded-lg {
    border-radius: 0.5rem
}
.border {
    border-width: 1px
}
.border-2 {
    border-width: 2px
}
.border-8 {
    border-width: 8px
}
.border-\[8px\] {
    border-width: 8px
}
.border-y-2 {
    border-top-width: 2px;
    border-bottom-width: 2px
}
.border-b {
    border-bottom-width: 1px
}
.border-t {
    border-top-width: 1px
}
.border-t-4 {
    border-top-width: 4px
}
.border-pink {
    --tw-border-opacity: 1;
    border-color: rgb(216 167 167 / var(--tw-border-opacity, 1))
}
.border-primary {
    --tw-border-opacity: 1;
    border-color: rgb(8 85 102 / var(--tw-border-opacity, 1))
}
.border-primary\/10 {
    border-color: rgb(8 85 102 / 0.1)
}
.border-secondary {
    --tw-border-opacity: 1;
    border-color: rgb(100 99 99 / var(--tw-border-opacity, 1))
}
.border-secondary\/10 {
    border-color: rgb(100 99 99 / 0.1)
}
.border-white {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity, 1))
}
.bg-\[\#6FAFB3\] {
    --tw-bg-opacity: 1;
    background-color: rgb(111 175 179 / var(--tw-bg-opacity, 1))
}
.bg-\[\#B8DAFB\] {
    --tw-bg-opacity: 1;
    background-color: rgb(184 218 251 / var(--tw-bg-opacity, 1))
}
.bg-\[\#EEF3F3\] {
    --tw-bg-opacity: 1;
    background-color: rgb(238 243 243 / var(--tw-bg-opacity, 1))
}
.bg-\[\#F7F7F7\] {
    --tw-bg-opacity: 1;
    background-color: rgb(247 247 247 / var(--tw-bg-opacity, 1))
}
.bg-current {
    background-color: currentColor
}
.bg-gold {
    --tw-bg-opacity: 1;
    background-color: rgb(215 200 182 / var(--tw-bg-opacity, 1))
}
.bg-gold\/70 {
    background-color: rgb(215 200 182 / 0.7)
}
.bg-pink {
    --tw-bg-opacity: 1;
    background-color: rgb(216 167 167 / var(--tw-bg-opacity, 1))
}
.bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgb(8 85 102 / var(--tw-bg-opacity, 1))
}
.bg-primary\/80 {
    background-color: rgb(8 85 102 / 0.8)
}
.bg-secondary {
    --tw-bg-opacity: 1;
    background-color: rgb(100 99 99 / var(--tw-bg-opacity, 1))
}
.bg-soft-blue {
    --tw-bg-opacity: 1;
    background-color: rgb(238 243 243 / var(--tw-bg-opacity, 1))
}
.bg-soft-blue\/60 {
    background-color: rgb(238 243 243 / 0.6)
}
.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1))
}
.bg-white\/10 {
    background-color: rgb(255 255 255 / 0.1)
}
.bg-white\/80 {
    background-color: rgb(255 255 255 / 0.8)
}
.bg-\[linear-gradient\(180deg\2c rgba\(0\2c 0\2c 0\2c 0\.42\)_0\%\2c rgba\(0\2c 0\2c 0\2c 0\.8\)_100\%\)\] {
    background-image: linear-gradient(180deg,rgba(0,0,0,0.42) 0%,rgba(0,0,0,0.8) 100%)
}
.box-decoration-clone {
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone
}
.bg-contain {
    background-size: contain
}
.bg-cover {
    background-size: cover
}
.bg-center {
    background-position: center
}
.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-2 {
    padding: 0.5rem
}
.p-4 {
    padding: 1rem
}
.px-0 {
    padding-left: 0px;
    padding-right: 0px
}
.px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem
}
.px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem
}
.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-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
}
.py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem
}
.py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem
}
.py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem
}
.py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem
}
.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-8 {
    padding-top: 2rem;
    padding-bottom: 2rem
}
.pb-12 {
    padding-bottom: 3rem
}
.pb-16 {
    padding-bottom: 4rem
}
.pb-4 {
    padding-bottom: 1rem
}
.pb-6 {
    padding-bottom: 1.5rem
}
.pb-8 {
    padding-bottom: 2rem
}
.pl-4 {
    padding-left: 1rem
}
.pr-12 {
    padding-right: 3rem
}
.pt-10 {
    padding-top: 2.5rem
}
.pt-2 {
    padding-top: 0.5rem
}
.pt-4 {
    padding-top: 1rem
}
.pt-7 {
    padding-top: 1.75rem
}
.pt-8 {
    padding-top: 2rem
}
.text-left {
    text-align: left
}
.text-center {
    text-align: center
}
.font-abigail {
    font-family: Abigail Regular, serif
}
.font-abigail-bold {
    font-family: Abigail Bold, serif
}
.font-barlow {
    font-family: Barlow Condensed, sans-serif
}
.font-ellouise {
    font-family: Ellouise Regular, cursive
}
.font-nunito {
    font-family: Nunito, sans-serif
}
.text-5xl {
    font-size: 3rem;
    line-height: 1
}
.text-\[12px\] {
    font-size: 12px
}
.text-\[13px\] {
    font-size: 13px
}
.text-\[15px\] {
    font-size: 15px
}
.text-\[16px\] {
    font-size: 16px
}
.text-\[18px\] {
    font-size: 18px
}
.text-\[20px\] {
    font-size: 20px
}
.text-\[24px\] {
    font-size: 24px
}
.text-\[clamp\(12px\2c 0\.9vw\2c 24px\)\] {
    font-size: clamp(12px, 0.9vw, 24px)
}
.text-\[clamp\(13px\2c 0\.9vw\2c 18px\)\] {
    font-size: clamp(13px, 0.9vw, 18px)
}
.text-\[clamp\(13px\2c 1vw\2c 24px\)\] {
    font-size: clamp(13px, 1vw, 24px)
}
.text-\[clamp\(13px\2c 3\.2vw\2c 16px\)\] {
    font-size: clamp(13px, 3.2vw, 16px)
}
.text-\[clamp\(14px\2c 0\.95vw\2c 16px\)\] {
    font-size: clamp(14px, 0.95vw, 16px)
}
.text-\[clamp\(14px\2c 0\.9vw\2c 17px\)\] {
    font-size: clamp(14px, 0.9vw, 17px)
}
.text-\[clamp\(14px\2c 0\.9vw\2c 18px\)\] {
    font-size: clamp(14px, 0.9vw, 18px)
}
.text-\[clamp\(14px\2c 0\.9vw\2c 22px\)\] {
    font-size: clamp(14px, 0.9vw, 22px)
}
.text-\[clamp\(14px\2c 1vw\2c 24px\)\] {
    font-size: clamp(14px, 1vw, 24px)
}
.text-\[clamp\(15px\2c 1\.05vw\2c 20px\)\] {
    font-size: clamp(15px, 1.05vw, 20px)
}
.text-\[clamp\(15px\2c 1\.2vw\2c 18px\)\] {
    font-size: clamp(15px, 1.2vw, 18px)
}
.text-\[clamp\(15px\2c 1vw\2c 18px\)\] {
    font-size: clamp(15px, 1vw, 18px)
}
.text-\[clamp\(16px\2c 1\.02vw\2c 16px\)\] {
    font-size: clamp(16px, 1.02vw, 16px)
}
.text-\[clamp\(16px\2c 1\.05vw\2c 16px\)\] {
    font-size: clamp(16px, 1.05vw, 16px)
}
.text-\[clamp\(16px\2c 1\.25vw\2c 24px\)\] {
    font-size: clamp(16px, 1.25vw, 24px)
}
.text-\[clamp\(16px\2c 1vw\2c 18px\)\] {
    font-size: clamp(16px, 1vw, 18px)
}
.text-\[clamp\(16px\2c 1vw\2c 24px\)\] {
    font-size: clamp(16px, 1vw, 24px)
}
.text-\[clamp\(16px\2c 1vw\2c 28px\)\] {
    font-size: clamp(16px, 1vw, 28px)
}
.text-\[clamp\(16px\2c 1vw\2c 32px\)\] {
    font-size: clamp(16px, 1vw, 32px)
}
.text-\[clamp\(20px\2c 1\.5vw\2c 28px\)\] {
    font-size: clamp(20px, 1.5vw, 28px)
}
.text-\[clamp\(20px\2c 3vw\2c 40px\)\] {
    font-size: clamp(20px, 3vw, 40px)
}
.text-\[clamp\(24px\2c 2\.4vw\2c 34px\)\] {
    font-size: clamp(24px, 2.4vw, 34px)
}
.text-\[clamp\(24px\2c 2\.7vw\2c 24px\)\] {
    font-size: clamp(24px, 2.7vw, 24px)
}
.text-\[clamp\(28px\2c 2\.4vw\2c 30px\)\] {
    font-size: clamp(28px, 2.4vw, 30px)
}
.text-\[clamp\(28px\2c 2\.6vw\2c 32px\)\] {
    font-size: clamp(28px, 2.6vw, 32px)
}
.text-\[clamp\(28px\2c 2\.6vw\2c 42px\)\] {
    font-size: clamp(28px, 2.6vw, 42px)
}
.text-\[clamp\(28px\2c 3\.2vw\2c 44px\)\] {
    font-size: clamp(28px, 3.2vw, 44px)
}
.text-\[clamp\(28px\2c 3vw\2c 40px\)\] {
    font-size: clamp(28px, 3vw, 40px)
}
.text-\[clamp\(28px\2c 4vw\2c 55px\)\] {
    font-size: clamp(28px, 4vw, 55px)
}
.text-\[clamp\(30px\2c 2\.6vw\2c 36px\)\] {
    font-size: clamp(30px, 2.6vw, 36px)
}
.text-\[clamp\(30px\2c 3\.5vw\2c 32px\)\] {
    font-size: clamp(30px, 3.5vw, 32px)
}
.text-\[clamp\(30px\2c 3vw\2c 32px\)\] {
    font-size: clamp(30px, 3vw, 32px)
}
.text-\[clamp\(30px\2c 3vw\2c 38px\)\] {
    font-size: clamp(30px, 3vw, 38px)
}
.text-\[clamp\(30px\2c 4vw\2c 40px\)\] {
    font-size: clamp(30px, 4vw, 40px)
}
.text-\[clamp\(30px\2c 4vw\2c 46px\)\] {
    font-size: clamp(30px, 4vw, 46px)
}
.text-\[clamp\(32px\2c 3\.2vw\2c 44px\)\] {
    font-size: clamp(32px, 3.2vw, 44px)
}
.text-\[clamp\(32px\2c 3vw\2c 46px\)\] {
    font-size: clamp(32px, 3vw, 46px)
}
.text-\[clamp\(32px\2c 4\.6vw\2c 50px\)\] {
    font-size: clamp(32px, 4.6vw, 50px)
}
.text-\[clamp\(32px\2c 4vw\2c 48px\)\] {
    font-size: clamp(32px, 4vw, 48px)
}
.text-\[clamp\(34px\2c 3\.4vw\2c 48px\)\] {
    font-size: clamp(34px, 3.4vw, 48px)
}
.text-\[clamp\(34px\2c 3vw\2c 46px\)\] {
    font-size: clamp(34px, 3vw, 46px)
}
.text-\[clamp\(34px\2c 4\.2vw\2c 40px\)\] {
    font-size: clamp(34px, 4.2vw, 40px)
}
.text-\[clamp\(34px\2c 4\.5vw\2c 44px\)\] {
    font-size: clamp(34px, 4.5vw, 44px)
}
.text-\[clamp\(34px\2c 4\.6vw\2c 44px\)\] {
    font-size: clamp(34px, 4.6vw, 44px)
}
.text-\[clamp\(34px\2c 4\.8vw\2c 44px\)\] {
    font-size: clamp(34px, 4.8vw, 44px)
}
.text-\[clamp\(34px\2c 4vw\2c 52px\)\] {
    font-size: clamp(34px, 4vw, 52px)
}
.text-\[clamp\(34px\2c 4vw\2c 55px\)\] {
    font-size: clamp(34px, 4vw, 55px)
}
.text-\[clamp\(36px\2c 4\.5vw\2c 44px\)\] {
    font-size: clamp(36px, 4.5vw, 44px)
}
.text-\[clamp\(36px\2c 4\.8vw\2c 70px\)\] {
    font-size: clamp(36px, 4.8vw, 70px)
}
.text-\[clamp\(38px\2c 4\.8vw\2c 55px\)\] {
    font-size: clamp(38px, 4.8vw, 55px)
}
.text-\[clamp\(38px\2c 4vw\2c 44px\)\] {
    font-size: clamp(38px, 4vw, 44px)
}
.text-\[clamp\(38px\2c 5vw\2c 44px\)\] {
    font-size: clamp(38px, 5vw, 44px)
}
.text-\[clamp\(38px\2c 5vw\2c 55px\)\] {
    font-size: clamp(38px, 5vw, 55px)
}
.text-\[clamp\(40px\2c 4\.8vw\2c 55px\)\] {
    font-size: clamp(40px, 4.8vw, 55px)
}
.text-\[clamp\(40px\2c 5vw\2c 55px\)\] {
    font-size: clamp(40px, 5vw, 55px)
}
.text-\[clamp\(42px\2c 4vw\2c 95px\)\] {
    font-size: clamp(42px, 4vw, 95px)
}
.text-\[clamp\(42px\2c 5\.4vw\2c 90px\)\] {
    font-size: clamp(42px, 5.4vw, 90px)
}
.text-\[clamp\(42px\2c 5vw\2c 72px\)\] {
    font-size: clamp(42px, 5vw, 72px)
}
.text-\[clamp\(42px\2c 6vw\2c 82px\)\] {
    font-size: clamp(42px, 6vw, 82px)
}
.text-\[clamp\(44px\2c 4vw\2c 66px\)\] {
    font-size: clamp(44px, 4vw, 66px)
}
.text-\[clamp\(44px\2c 4vw\2c 72px\)\] {
    font-size: clamp(44px, 4vw, 72px)
}
.text-\[clamp\(44px\2c 5vw\2c 55px\)\] {
    font-size: clamp(44px, 5vw, 55px)
}
.text-\[clamp\(44px\2c 6vw\2c 90px\)\] {
    font-size: clamp(44px, 6vw, 90px)
}
.text-\[clamp\(44px\2c 7vw\2c 66px\)\] {
    font-size: clamp(44px, 7vw, 66px)
}
.text-\[clamp\(48px\2c 6vw\2c 66px\)\] {
    font-size: clamp(48px, 6vw, 66px)
}
.text-\[clamp\(52px\2c 6vw\2c 66px\)\] {
    font-size: clamp(52px, 6vw, 66px)
}
.text-\[clamp\(52px\2c 7vw\2c 66px\)\] {
    font-size: clamp(52px, 7vw, 66px)
}
.text-\[clamp\(56px\2c 6vw\2c 112px\)\] {
    font-size: clamp(56px, 6vw, 112px)
}
.text-\[clamp\(56px\2c 6vw\2c 120px\)\] {
    font-size: clamp(56px, 6vw, 120px)
}
.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem
}
.font-bold {
    font-weight: 700
}
.font-light {
    font-weight: 300
}
.font-medium {
    font-weight: 500
}
.font-semibold {
    font-weight: 600
}
.uppercase {
    text-transform: uppercase
}
.italic {
    font-style: italic
}
.not-italic {
    font-style: normal
}
.leading-\[0\.92\] {
    line-height: 0.92
}
.leading-\[0\.95\] {
    line-height: 0.95
}
.leading-\[0\.9\] {
    line-height: 0.9
}
.leading-\[1\.02\] {
    line-height: 1.02
}
.leading-\[1\.05\] {
    line-height: 1.05
}
.leading-\[1\.08\] {
    line-height: 1.08
}
.leading-\[1\.12\] {
    line-height: 1.12
}
.leading-\[1\.15\] {
    line-height: 1.15
}
.leading-\[1\.1\] {
    line-height: 1.1
}
.leading-\[1\.25\] {
    line-height: 1.25
}
.leading-\[1\.3\] {
    line-height: 1.3
}
.leading-none {
    line-height: 1
}
.leading-relaxed {
    line-height: 1.625
}
.leading-tight {
    line-height: 1.25
}
.tracking-\[-0\.025em\] {
    letter-spacing: -0.025em
}
.tracking-\[-0\.02em\] {
    letter-spacing: -0.02em
}
.tracking-\[-0\.035em\] {
    letter-spacing: -0.035em
}
.tracking-\[-0\.03em\] {
    letter-spacing: -0.03em
}
.tracking-\[-0\.04em\] {
    letter-spacing: -0.04em
}
.tracking-\[0\.02em\] {
    letter-spacing: 0.02em
}
.tracking-\[0\.08em\] {
    letter-spacing: 0.08em
}
.tracking-\[0\.12em\] {
    letter-spacing: 0.12em
}
.tracking-\[0\.14em\] {
    letter-spacing: 0.14em
}
.tracking-\[0\.16em\] {
    letter-spacing: 0.16em
}
.tracking-\[0\.18em\] {
    letter-spacing: 0.18em
}
.tracking-\[0\.22em\] {
    letter-spacing: 0.22em
}
.tracking-tight {
    letter-spacing: -0.025em
}
.text-\[\#299BFF\] {
    --tw-text-opacity: 1;
    color: rgb(41 155 255 / var(--tw-text-opacity, 1))
}
.text-gold {
    --tw-text-opacity: 1;
    color: rgb(215 200 182 / var(--tw-text-opacity, 1))
}
.text-pink {
    --tw-text-opacity: 1;
    color: rgb(216 167 167 / var(--tw-text-opacity, 1))
}
.text-primary {
    --tw-text-opacity: 1;
    color: rgb(8 85 102 / var(--tw-text-opacity, 1))
}
.text-primary\/40 {
    color: rgb(8 85 102 / 0.4)
}
.text-primary\/45 {
    color: rgb(8 85 102 / 0.45)
}
.text-primary\/80 {
    color: rgb(8 85 102 / 0.8)
}
.text-secondary {
    --tw-text-opacity: 1;
    color: rgb(100 99 99 / var(--tw-text-opacity, 1))
}
.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1))
}
.text-white\/95 {
    color: rgb(255 255 255 / 0.95)
}
.no-underline {
    text-decoration-line: none
}
.opacity-0 {
    opacity: 0
}
.opacity-80 {
    opacity: 0.8
}
.shadow {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}
.shadow-\[0_18px_45px_rgba\(0\2c 0\2c 0\2c 0\.14\)\] {
    --tw-shadow: 0 18px 45px rgba(0,0,0,0.14);
    --tw-shadow-colored: 0 18px 45px 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-\[0_20px_60px_rgba\(0\2c 0\2c 0\2c 0\.08\)\] {
    --tw-shadow: 0 20px 60px rgba(0,0,0,0.08);
    --tw-shadow-colored: 0 20px 60px 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-\[0_20px_60px_rgba\(0\2c 0\2c 0\2c 0\.10\)\] {
    --tw-shadow: 0 20px 60px rgba(0,0,0,0.10);
    --tw-shadow-colored: 0 20px 60px 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-\[0_20px_60px_rgba\(0\2c 0\2c 0\2c 0\.12\)\] {
    --tw-shadow: 0 20px 60px rgba(0,0,0,0.12);
    --tw-shadow-colored: 0 20px 60px 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-\[0_20px_60px_rgba\(0\2c 0\2c 0\2c 0\.22\)\] {
    --tw-shadow: 0 20px 60px rgba(0,0,0,0.22);
    --tw-shadow-colored: 0 20px 60px 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)
}
.drop-shadow-\[0_6px_24px_rgba\(0\2c 0\2c 0\2c 0\.22\)\] {
    --tw-drop-shadow: drop-shadow(0 6px 24px rgba(0,0,0,0.22));
    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-\[2px\] {
    --tw-backdrop-blur: blur(2px);
    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, 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-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms
}
.duration-200 {
    transition-duration: 200ms
}
.duration-300 {
    transition-duration: 300ms
}
.duration-700 {
    transition-duration: 700ms
}
.ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)
}
.last\:mb-0:last-child {
    margin-bottom: 0px
}
.last\:border-b-0:last-child {
    border-bottom-width: 0px
}
.hover\:bg-pink:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(216 167 167 / var(--tw-bg-opacity, 1))
}
.hover\:bg-primary:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(8 85 102 / var(--tw-bg-opacity, 1))
}
.hover\:text-gold:hover {
    --tw-text-opacity: 1;
    color: rgb(215 200 182 / var(--tw-text-opacity, 1))
}
.hover\:text-primary:hover {
    --tw-text-opacity: 1;
    color: rgb(8 85 102 / var(--tw-text-opacity, 1))
}
.hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1))
}
.hover\:opacity-50:hover {
    opacity: 0.5
}
.hover\:opacity-70:hover {
    opacity: 0.7
}
.active\:text-secondary:active {
    --tw-text-opacity: 1;
    color: rgb(100 99 99 / var(--tw-text-opacity, 1))
}
.group:hover .group-hover\:scale-\[1\.04\] {
    --tw-scale-x: 1.04;
    --tw-scale-y: 1.04;
    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\:bg-pink {
    --tw-bg-opacity: 1;
    background-color: rgb(216 167 167 / var(--tw-bg-opacity, 1))
}
@media (min-width: 640px) {
    .sm\:block {
        display: block
    }
    .sm\:inline {
        display: inline
    }
    .sm\:w-\[210px\] {
        width: 210px
    }
    .sm\:w-\[260px\] {
        width: 260px
    }
    .sm\:w-\[320px\] {
        width: 320px
    }
    .sm\:w-auto {
        width: auto
    }
    .sm\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
    .sm\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
    .sm\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }
    .sm\:py-12 {
        padding-top: 3rem;
        padding-bottom: 3rem
    }
    .sm\:text-\[13px\] {
        font-size: 13px
    }
}
@media (min-width: 768px) {
    .md\:order-1 {
        order: 1
    }
    .md\:order-2 {
        order: 2
    }
    .md\:block {
        display: block
    }
    .md\:h-\[22px\] {
        height: 22px
    }
    .md\:h-\[36px\] {
        height: 36px
    }
    .md\:min-h-\[460px\] {
        min-height: 460px
    }
    .md\:min-h-\[520px\] {
        min-height: 520px
    }
    .md\:min-h-\[540px\] {
        min-height: 540px
    }
    .md\:w-\[250px\] {
        width: 250px
    }
    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
    .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
    .md\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }
    .md\:items-start {
        align-items: flex-start
    }
    .md\:bg-fixed {
        background-attachment: fixed
    }
    .md\:py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem
    }
    .md\:py-20 {
        padding-top: 5rem;
        padding-bottom: 5rem
    }
    .md\:py-24 {
        padding-top: 6rem;
        padding-bottom: 6rem
    }
    .md\:pb-16 {
        padding-bottom: 4rem
    }
    .md\:text-left {
        text-align: left
    }
    .md\:text-right {
        text-align: right
    }
    .md\:text-\[clamp\(17px\2c 1\.1vw\2c 24px\)\] {
        font-size: clamp(17px, 1.1vw, 24px)
    }
}
@media (min-width: 1024px) {
    .lg\:-right-\[160px\] {
        right: -160px
    }
    .lg\:bottom-0 {
        bottom: 0px
    }
    .lg\:top-1\/2 {
        top: 50%
    }
    .lg\:top-\[150px\] {
        top: 150px
    }
    .lg\:mx-0 {
        margin-left: 0px;
        margin-right: 0px
    }
    .lg\:-ml-6 {
        margin-left: -1.5rem
    }
    .lg\:mb-0 {
        margin-bottom: 0px
    }
    .lg\:mr-\[-24px\] {
        margin-right: -24px
    }
    .lg\:mt-16 {
        margin-top: 4rem
    }
    .lg\:mt-32 {
        margin-top: 8rem
    }
    .lg\:block {
        display: block
    }
    .lg\:flex {
        display: flex
    }
    .lg\:grid {
        display: grid
    }
    .lg\:hidden {
        display: none
    }
    .lg\:h-\[26px\] {
        height: 26px
    }
    .lg\:h-\[280px\] {
        height: 280px
    }
    .lg\:h-\[320px\] {
        height: 320px
    }
    .lg\:h-\[460px\] {
        height: 460px
    }
    .lg\:h-\[520px\] {
        height: 520px
    }
    .lg\:min-h-\[260px\] {
        min-height: 260px
    }
    .lg\:min-h-\[620px\] {
        min-height: 620px
    }
    .lg\:min-h-\[660px\] {
        min-height: 660px
    }
    .lg\:min-h-\[680px\] {
        min-height: 680px
    }
    .lg\:min-h-\[860px\] {
        min-height: 860px
    }
    .lg\:w-\[380px\] {
        width: 380px
    }
    .lg\:w-\[400px\] {
        width: 400px
    }
    .lg\:w-\[440px\] {
        width: 440px
    }
    .lg\:w-\[480px\] {
        width: 480px
    }
    .lg\:w-\[520px\] {
        width: 520px
    }
    .lg\:w-\[clamp\(220px\2c 28vw\2c 460px\)\] {
        width: clamp(220px, 28vw, 460px)
    }
    .lg\:max-w-\[300px\] {
        max-width: 300px
    }
    .lg\:max-w-none {
        max-width: none
    }
    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
    .lg\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr))
    }
    .lg\:grid-cols-\[420px_minmax\(0\2c 1fr\)\] {
        grid-template-columns: 420px minmax(0,1fr)
    }
    .lg\:grid-cols-\[minmax\(0\2c 1fr\)_260px\] {
        grid-template-columns: minmax(0,1fr) 260px
    }
    .lg\:grid-cols-\[minmax\(0\2c 1fr\)_320px\] {
        grid-template-columns: minmax(0,1fr) 320px
    }
    .lg\:grid-cols-\[minmax\(0\2c 1fr\)_420px\] {
        grid-template-columns: minmax(0,1fr) 420px
    }
    .lg\:grid-cols-\[minmax\(0\2c 1fr\)_auto_minmax\(0\2c 1fr\)\] {
        grid-template-columns: minmax(0,1fr) auto minmax(0,1fr)
    }
    .lg\:grid-cols-\[minmax\(0\2c 1fr\)_minmax\(320px\2c 440px\)\] {
        grid-template-columns: minmax(0,1fr) minmax(320px,440px)
    }
    .lg\:grid-cols-\[minmax\(0\2c 1fr\)_minmax\(320px\2c 460px\)\] {
        grid-template-columns: minmax(0,1fr) minmax(320px,460px)
    }
    .lg\:grid-cols-\[minmax\(0\2c 1fr\)_minmax\(420px\2c 1fr\)\] {
        grid-template-columns: minmax(0,1fr) minmax(420px,1fr)
    }
    .lg\:grid-cols-\[minmax\(0\2c 1fr\)_minmax\(420px\2c 520px\)\] {
        grid-template-columns: minmax(0,1fr) minmax(420px,520px)
    }
    .lg\:grid-cols-\[minmax\(320px\2c 430px\)_1fr\] {
        grid-template-columns: minmax(320px,430px) 1fr
    }
    .lg\:grid-cols-\[minmax\(320px\2c 460px\)_1fr\] {
        grid-template-columns: minmax(320px,460px) 1fr
    }
    .lg\:grid-cols-\[minmax\(320px\2c 460px\)_minmax\(0\2c 1fr\)\] {
        grid-template-columns: minmax(320px,460px) minmax(0,1fr)
    }
    .lg\:grid-cols-\[minmax\(320px\2c 470px\)_1fr\] {
        grid-template-columns: minmax(320px,470px) 1fr
    }
    .lg\:grid-cols-\[minmax\(320px\2c 470px\)_minmax\(0\2c 1fr\)\] {
        grid-template-columns: minmax(320px,470px) minmax(0,1fr)
    }
    .lg\:grid-cols-\[minmax\(320px\2c 520px\)_minmax\(0\2c 1fr\)\] {
        grid-template-columns: minmax(320px,520px) minmax(0,1fr)
    }
    .lg\:grid-cols-\[minmax\(340px\2c 1\.1fr\)_minmax\(280px\2c 0\.9fr\)\] {
        grid-template-columns: minmax(340px,1.1fr) minmax(280px,0.9fr)
    }
    .lg\:items-center {
        align-items: center
    }
    .lg\:justify-start {
        justify-content: flex-start
    }
    .lg\:gap-0 {
        gap: 0px
    }
    .lg\:gap-10 {
        gap: 2.5rem
    }
    .lg\:gap-12 {
        gap: 3rem
    }
    .lg\:gap-14 {
        gap: 3.5rem
    }
    .lg\:gap-16 {
        gap: 4rem
    }
    .lg\:px-12 {
        padding-left: 3rem;
        padding-right: 3rem
    }
    .lg\:px-16 {
        padding-left: 4rem;
        padding-right: 4rem
    }
    .lg\:px-20 {
        padding-left: 5rem;
        padding-right: 5rem
    }
    .lg\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem
    }
    .lg\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
    .lg\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem
    }
    .lg\:py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem
    }
    .lg\:py-20 {
        padding-top: 5rem;
        padding-bottom: 5rem
    }
    .lg\:py-24 {
        padding-top: 6rem;
        padding-bottom: 6rem
    }
    .lg\:py-28 {
        padding-top: 7rem;
        padding-bottom: 7rem
    }
    .lg\:py-8 {
        padding-top: 2rem;
        padding-bottom: 2rem
    }
    .lg\:pb-0 {
        padding-bottom: 0px
    }
    .lg\:pb-16 {
        padding-bottom: 4rem
    }
    .lg\:pl-12 {
        padding-left: 3rem
    }
    .lg\:pr-16 {
        padding-right: 4rem
    }
    .lg\:pt-0 {
        padding-top: 0px
    }
    .lg\:pt-10 {
        padding-top: 2.5rem
    }
    .lg\:pt-16 {
        padding-top: 4rem
    }
    .lg\:pt-4 {
        padding-top: 1rem
    }
    .lg\:pt-8 {
        padding-top: 2rem
    }
    .lg\:text-left {
        text-align: left
    }
    .lg\:text-center {
        text-align: center
    }
    .lg\:text-\[13px\] {
        font-size: 13px
    }
}
@media (min-width: 1280px) {
    .xl\:-right-\[80px\] {
        right: -80px
    }
    .xl\:bottom-0 {
        bottom: 0px
    }
    .xl\:h-\[520px\] {
        height: 520px
    }
    .xl\:w-\[460px\] {
        width: 460px
    }
    .xl\:w-\[520px\] {
        width: 520px
    }
    .xl\:grid-cols-9 {
        grid-template-columns: repeat(9, minmax(0, 1fr))
    }
    .xl\:grid-cols-\[minmax\(0\2c 1fr\)_360px\] {
        grid-template-columns: minmax(0,1fr) 360px
    }
    .xl\:gap-16 {
        gap: 4rem
    }
    .xl\:gap-20 {
        gap: 5rem
    }
    .xl\:gap-x-6 {
        -moz-column-gap: 1.5rem;
             column-gap: 1.5rem
    }
    .xl\:pl-16 {
        padding-left: 4rem
    }
}
@media (min-width: 1536px) {
    .\32xl\:min-h-\[720px\] {
        min-height: 720px
    }
}
.\[\&_svg\]\:h-5 svg {
    height: 1.25rem
}
.\[\&_svg\]\:w-5 svg {
    width: 1.25rem
}
.\[\&_svg\]\:fill-current svg {
    fill: currentColor
}
