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

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

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

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
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 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

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

*, ::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:  ;
}

::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:  ;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 12px;
  padding-left: 12px;
}
@media (min-width: 576px) {

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

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

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

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

  .container {
    max-width: 1400px;
  }
}
.container {
  max-width: 100%;
}
@media (min-width: 576px) {

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

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

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

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

  .container {
    max-width: 1320px;
  }
}
.invisible {
  visibility: hidden;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.bottom-5 {
  bottom: 1.25rem;
}
.left-0 {
  left: 0px;
}
.right-\[100px\] {
  right: 100px;
}
.top-full {
  top: 100%;
}
.z-50 {
  z-index: 50;
}
.z-\[100\] {
  z-index: 100;
}
.z-\[99\] {
  z-index: 99;
}
.m-0 {
  margin: 0px;
}
.\!mt-\[15px\] {
  margin-top: 15px !important;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mt-0 {
  margin-top: 0px;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-6 {
  height: 1.5rem;
}
.h-\[35px\] {
  height: 35px;
}
.min-h-screen {
  min-height: 100vh;
}
.w-6 {
  width: 1.5rem;
}
.w-\[35px\] {
  width: 35px;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.cursor-pointer {
  cursor: pointer;
}
.list-none {
  list-style-type: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * 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));
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.rounded-\[50\%\] {
  border-radius: 50%;
}
.border-b {
  border-bottom-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-\[\#777787\] {
  --tw-border-opacity: 1;
  border-color: rgb(119 119 135 / var(--tw-border-opacity));
}
.border-\[\#B0B9CD\] {
  --tw-border-opacity: 1;
  border-color: rgb(176 185 205 / var(--tw-border-opacity));
}
.bg-\[\#E5AE2B\] {
  --tw-bg-opacity: 1;
  background-color: rgb(229 174 43 / var(--tw-bg-opacity));
}
.p-4 {
  padding: 1rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-\[5px\] {
  padding-top: 5px;
  padding-bottom: 5px;
}
.py-\[9px\] {
  padding-top: 9px;
  padding-bottom: 9px;
}
.pl-0 {
  padding-left: 0px;
}
.pl-4 {
  padding-left: 1rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[25px\] {
  font-size: 25px;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.leading-\[35px\] {
  line-height: 35px;
}
.text-\[\#B0B9CD\] {
  --tw-text-opacity: 1;
  color: rgb(176 185 205 / var(--tw-text-opacity));
}
.text-\[\#EF722C\] {
  --tw-text-opacity: 1;
  color: rgb(239 114 44 / var(--tw-text-opacity));
}
.text-\[\#ffffff\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline {
  outline-style: solid;
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-\[0\.3s\] {
  transition-duration: 0.3s;
}
.duration-\[0\.4s\] {
  transition-duration: 0.4s;
}
.ease-\[ease-in-out\] {
  transition-timing-function: ease-in-out;
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.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);
}
html, body {
  font-size: 16px;
  color: #3a2638;
  font-family: "Poppins", sans-serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #3a2638;
  font-family: "Poppins", sans-serif;
  font-weight: 600 !important;
  margin-bottom: 18px;
}

.h1 {
  font-size: 2.625rem;
  line-height: 3rem;
}
@media screen and (min-width: 768px) {
  .h1 {
    font-size: 3.125rem;
    line-height: 4rem;
  }
}

.h2 {
  font-size: 2.25rem;
}
@media screen and (min-width: 768px) {
  .h2 {
    font-size: 2.625rem;
  }
}

.h3 {
  font-size: 1.875rem;
}

.h4 {
  font-size: 1.562rem;
}

.h5 {
  font-size: 1.25rem;
}

.h6 {
  font-size: 1.125rem;
}

p, ul, li, ol {
  font-size: 1.125rem;
}

.callout-link {
  font-size: 1.875rem;
  font-weight: 600;
}

.copyright {
  font-size: 0.875rem;
  color: #C3BAB7;
}

.text-light {
  color: #FFFFFF !important;
}

.text-dark {
  color: #3a2638 !important;
}

.text-link {
  font-weight: 600;
  font-size: 1.125rem;
  border-bottom: 2px solid #fabd40;
  color: #10214C;
  transition: 0.3s ease;
  text-decoration: none !important;
  padding-bottom: 0px;
  width: -moz-max-content;
  width: max-content;
}
.text-link:after {
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
  font-size: 1rem;
  margin-left: 10px;
}
.text-link:hover {
  border-bottom: 0px solid transparent;
}

.primary-btn {
  font-weight: 600;
  text-transform: uppercase;
  color: #3a2638;
  background-color: #fabd40;
  border-radius: 50px;
  transition: 0.3s ease;
  padding: 6px 25px 6px 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: -moz-max-content;
  width: max-content;
  gap: 10px;
}
.primary-btn:not(:has(.btn-icon)) {
  padding-left: 25px;
}
.primary-btn .btn-icon {
  display: inline-flex;
  font-size: 1.125rem;
  background-color: #FFEFD4;
  color: #3a2638;
  padding: 9px;
  border-radius: 100%;
}
.primary-btn .btn-icon img {
  width: 1.25rem;
  height: 1.25rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.primary-btn:hover {
  background-color: #FFEFD4;
  color: #3a2638;
}
.primary-btn:hover .btn-icon {
  background-color: #fabd40;
}

.secondary-btn {
  font-weight: 600;
  text-transform: uppercase;
  color: #3a2638;
  background-color: #FFFFFF;
  border-radius: 50px;
  transition: 0.3s ease;
  padding: 6px 25px 6px 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: -moz-max-content;
  width: max-content;
  gap: 10px;
}
.secondary-btn:not(:has(.btn-icon)) {
  padding-left: 25px;
}
.secondary-btn .btn-icon {
  display: inline-flex;
  font-size: 1.125rem;
  background-color: #3a2638;
  color: #FFFFFF;
  padding: 9px;
  border-radius: 100%;
}
.secondary-btn .btn-icon img {
  width: 1.25rem;
  height: 1.25rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.secondary-btn:hover {
  background-color: #3a2638;
  color: #FFFFFF;
}
.secondary-btn:hover .btn-icon {
  background-color: #FFFFFF;
  color: #3a2638;
}

.theme-main-menu {
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  color: #FFFFFF;
}
.theme-main-menu a {
  color: #FFFFFF;
}
.theme-main-menu .logo img {
  width: 155px;
  height: auto;
}
.theme-main-menu .top-menu {
  font-size: 16px;
  font-weight: 500;
}
.theme-main-menu .top-menu--white {
  background: #FFFFFF;
  color: #3a2638;
}
.theme-main-menu .top-menu--white .top-menu__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.theme-main-menu .top-menu--white .top-menu__left {
  flex-shrink: 0;
}
.theme-main-menu .top-menu--white .top-menu__right {
  flex-shrink: 0;
}
.theme-main-menu .top-menu--white .top-menu__fax {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #3a2638;
  /* Hours popover: trigger is invisible and covers .top-menu__fax so hover opens popup */
}
.theme-main-menu .top-menu--white .top-menu__fax i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 21px;
  line-height: 1;
  color: #fabd40;
  flex-shrink: 0;
}
.theme-main-menu .top-menu--white .top-menu__fax.top-menu__hours-hover-wrapper {
  position: relative;
  cursor: pointer;
}
.theme-main-menu .top-menu--white .top-menu__fax.top-menu__hours-hover-wrapper .top-menu__fax-label {
  pointer-events: none;
}
.theme-main-menu .top-menu--white .top-menu__fax.top-menu__hours-hover-wrapper .top-menu__hours-trigger-inner {
  position: absolute;
  inset: 0;
}
.theme-main-menu .top-menu--white .top-menu__fax.top-menu__hours-hover-wrapper .top-menu__hours-trigger-inner .gbh-wrapper {
  position: absolute;
  inset: 0;
}
.theme-main-menu .top-menu--white .top-menu__fax.top-menu__hours-hover-wrapper .top-menu__hours-trigger-inner .gbh-wrapper .gbh-is-today .gbh-day {
  color: #FFFFFF;
}
.theme-main-menu .top-menu--white .top-menu__fax.top-menu__hours-hover-wrapper .top-menu__hours-trigger-inner .gbh-today-toggle {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  font-size: 0;
  cursor: pointer;
}
.theme-main-menu .top-menu--white .top-menu__fax.top-menu__hours-hover-wrapper .top-menu__hours-trigger-inner .gbh-day {
  margin-right: 10px;
}
.theme-main-menu .top-menu--white .top-menu__nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.theme-main-menu .top-menu--white .top-menu__link {
  color: #3a2638;
  transition: color 0.2s ease;
}
.theme-main-menu .top-menu--white .top-menu__link:hover {
  color: #EF722C;
}
.theme-main-menu .main-menu--sticky {
  position: sticky;
  top: 0;
  z-index: 99;
  background: #f4e2c1;
  color: #3a2638;
}
.theme-main-menu .main-menu--sticky a {
  color: #3a2638;
}
.theme-main-menu .main-menu--sticky a:hover {
  color: #EF722C;
}
.theme-main-menu .main-menu--sticky .main-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.theme-main-menu .main-menu--sticky .main-navigation__left {
  flex: 0 0 auto;
}
.theme-main-menu .main-menu--sticky .main-navigation__center {
  flex: 1;
  display: flex;
  justify-content: center;
  min-width: 0;
  padding: 0 1rem;
}
.theme-main-menu .main-menu--sticky .main-navigation__right {
  flex: 0 0 auto;
}
.theme-main-menu .main-menu--sticky .primary-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.theme-main-menu .main-menu--sticky .primary-nav__dropdown-icon {
  color: #3a2638;
}
.theme-main-menu .main-menu--sticky .mobile-menu-toggle {
  color: #3a2638;
}
.theme-main-menu .main-menu--sticky .mega-menu-dropdown {
  width: 260px;
  margin-top: 21px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #3a2638;
  color: #FFFFFF;
}
.theme-main-menu .main-menu--sticky .mega-menu-dropdown a {
  color: #FFFFFF;
  transition: color 0.2s ease;
}
.theme-main-menu .main-menu--sticky .mega-menu-dropdown a:hover {
  color: #fabd40;
}
.theme-main-menu .mobile-menu {
  background-color: #f4e2c1;
  color: #3a2638;
}
.theme-main-menu .mobile-menu a,
.theme-main-menu .mobile-menu button,
.theme-main-menu .mobile-menu .mobile-menu__close {
  color: #3a2638;
}
.theme-main-menu .mobile-menu .mobile-menu__close:hover {
  color: #EF722C;
}
.theme-main-menu .mobile-menu [class*=border] {
  border-color: rgba(58, 38, 56, 0.2);
}
.theme-main-menu .mobile-menu .mobile-social-link {
  color: #3a2638;
  background-color: rgba(58, 38, 56, 0.1);
}
.theme-main-menu .mobile-menu .mobile-social-link:hover {
  background-color: #EF722C;
  color: #FFFFFF;
}
.theme-main-menu .mobile-social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  color: #FFFFFF;
  font-size: 18px;
  transition: all 0.3s ease;
}
.theme-main-menu .mobile-social-link:hover {
  background-color: #EF722C;
  color: #FFFFFF;
}

.fullwidth-hero-banner {
  padding-top: 150px;
}
@media screen and (min-width: 1200px) {
  .fullwidth-hero-banner {
    padding-top: 200px;
  }
}

.site-footer-wrapper {
  background: #F4F4F4;
}

.site-footer {
  background: #5a0049;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
}
.site-footer a {
  text-decoration: none;
}
@media (max-width: 767px) {
  .site-footer .footer-main {
    text-align: center;
    gap: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .site-footer .footer-logo {
    display: flex;
    justify-content: center;
  }
  .site-footer .footer-menu {
    display: flex;
    justify-content: center;
  }
  .site-footer .footer-nav-link {
    align-items: center;
  }
  .site-footer .footer-contact {
    text-align: center;
    min-width: 0;
  }
  .site-footer .footer-social-col {
    justify-content: center;
  }
  .site-footer .footer-social {
    justify-content: center;
  }
}
.site-footer .footer-logo img {
  min-width: 100px;
  max-width: 280px;
  width: 100%;
  height: auto;
}
.site-footer .footer-nav-link li a {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  text-transform: capitalize;
  position: relative;
  display: inline-block;
}
.site-footer .footer-nav-link li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #5a0049;
  transition: width 0.3s ease;
}
.site-footer .footer-nav-link li a:hover::after {
  width: 100%;
}
.site-footer .footer-contact {
  text-align: center;
  min-width: 0;
}
@media (min-width: 767px) {
  .site-footer .footer-contact {
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .site-footer .footer-contact {
    min-width: 375px;
  }
}
.site-footer .footer-contact__block {
  margin-bottom: 1.25rem;
}
.site-footer .footer-contact__block:last-child {
  margin-bottom: 0;
}
.site-footer .footer-contact__label {
  font-weight: 600;
  font-size: 22px;
  color: #FFFFFF;
  margin: 0 0 0.35rem 0;
}
.site-footer .footer-contact__content {
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 1.5;
}
.site-footer .footer-contact__line {
  margin-bottom: 0.25rem;
}
.site-footer .footer-contact__line:last-child {
  margin-bottom: 0;
}
.site-footer .footer-contact__link {
  color: #FFFFFF;
  transition: color 0.3s ease;
}
.site-footer .footer-contact__link:hover {
  text-decoration: underline;
}
.site-footer .footer-social-col {
  display: flex;
  align-items: flex-start;
}
.site-footer .footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.site-footer .footer-social__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: #FFFFFF;
  color: #3a2638;
  font-size: 21px;
  transition: all 0.3s ease;
}
.site-footer .footer-social__link:hover {
  background-color: #3a2638;
  color: #FFFFFF;
}

.error-page {
  background-color: #F4F4F4;
}

.error-page__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
  min-height: 70vh;
}
@media (min-width: 992px) {
  .error-page__grid {
    grid-template-columns: 1fr 480px;
    gap: 2rem 3rem;
  }
}

.error-page__content-col {
  text-align: center;
}
@media (min-width: 992px) {
  .error-page__content-col {
    text-align: left;
  }
}

.error-page__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  text-align: inherit;
}

.error-page__content {
  max-width: 600px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .error-page__content {
    margin-left: 0;
    margin-right: auto;
  }
}

.error-page__number {
  margin-bottom: 30px;
  position: relative;
}

.error-page__404 {
  font-size: 150px;
  font-weight: 700;
  line-height: 1;
  color: #fabd40;
  display: block;
  text-shadow: 4px 4px 0px rgba(58, 38, 56, 0.08);
}

@media (min-width: 768px) {
  .error-page__404 {
    font-size: 220px;
  }
}
.error-page__title {
  color: #3a2638;
  margin-bottom: 20px;
}

.error-page__text {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 1.7;
  color: #3a2638;
  opacity: 0.85;
  margin-bottom: 35px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .error-page__text {
    margin-left: 0;
    margin-right: auto;
  }
}

.error-page__buttons {
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: center;
  align-items: center;
}
@media (min-width: 992px) {
  .error-page__buttons {
    justify-content: flex-start;
    align-items: flex-start;
  }
}

@media (min-width: 640px) {
  .error-page__buttons {
    flex-direction: row;
    gap: 20px;
  }
}
.error-page__buttons .primary-btn,
.error-page__buttons .secondary-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.error-page__buttons .secondary-btn {
  background-color: #FFFFFF;
  color: #3a2638;
  border: 2px solid #3a2638;
}

.error-page__buttons .secondary-btn:hover {
  background-color: #3a2638;
  color: #FFFFFF;
  border-color: #3a2638;
}

.error-page__media-col {
  overflow: visible;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 992px) {
  .error-page__media-col {
    justify-content: flex-end;
  }
}

.error-page .ma-email-list__image-wrap {
  max-width: 480px;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
  overflow: visible;
}

.error-page .ma-email-list__image,
.error-page .ma-email-list__svg-wrap {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.error-page .ma-email-list__svg-wrap {
  overflow: visible;
}

.error-page .ma-email-list__svg-wrap svg {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  overflow: visible;
}

.error-page .ma-email-list__svg-wrap svg path,
.error-page .ma-email-list__svg-wrap svg [id*=petal],
.error-page .ma-email-list__svg-wrap svg [class*=petal] {
  transform-origin: center;
  animation: ma-email-list-petal 4s ease-in-out infinite;
}

.error-page .ma-email-list__svg-wrap svg path:nth-of-type(1),
.error-page .ma-email-list__svg-wrap svg [id*=petal]:nth-of-type(1),
.error-page .ma-email-list__svg-wrap svg [class*=petal]:nth-of-type(1) {
  animation-delay: 0s;
}

.error-page .ma-email-list__svg-wrap svg path:nth-of-type(2),
.error-page .ma-email-list__svg-wrap svg [id*=petal]:nth-of-type(2),
.error-page .ma-email-list__svg-wrap svg [class*=petal]:nth-of-type(2) {
  animation-delay: 0.15s;
}

.error-page .ma-email-list__svg-wrap svg path:nth-of-type(3),
.error-page .ma-email-list__svg-wrap svg [id*=petal]:nth-of-type(3),
.error-page .ma-email-list__svg-wrap svg [class*=petal]:nth-of-type(3) {
  animation-delay: 0.3s;
}

.error-page .ma-email-list__svg-wrap svg path:nth-of-type(4),
.error-page .ma-email-list__svg-wrap svg [id*=petal]:nth-of-type(4),
.error-page .ma-email-list__svg-wrap svg [class*=petal]:nth-of-type(4) {
  animation-delay: 0.45s;
}

.error-page .ma-email-list__svg-wrap svg path:nth-of-type(5),
.error-page .ma-email-list__svg-wrap svg [id*=petal]:nth-of-type(5),
.error-page .ma-email-list__svg-wrap svg [class*=petal]:nth-of-type(5) {
  animation-delay: 0.6s;
}

.error-page .ma-email-list__svg-wrap svg path:nth-of-type(6),
.error-page .ma-email-list__svg-wrap svg [id*=petal]:nth-of-type(6),
.error-page .ma-email-list__svg-wrap svg [class*=petal]:nth-of-type(6) {
  animation-delay: 0.75s;
}

.error-page .ma-email-list__svg-wrap svg path:nth-of-type(n+7),
.error-page .ma-email-list__svg-wrap svg [id*=petal]:nth-of-type(n+7),
.error-page .ma-email-list__svg-wrap svg [class*=petal]:nth-of-type(n+7) {
  animation-delay: 0.9s;
}

@keyframes ma-email-list-petal {
  0%, 100% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(6deg) scale(1.03);
  }
}
.thank-you-page {
  background-color: #F4F4F4;
}

.thank-you-page__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
  min-height: 70vh;
}
@media (min-width: 992px) {
  .thank-you-page__grid {
    grid-template-columns: 1fr 480px;
    gap: 2rem 3rem;
  }
}

.thank-you-page__content-col {
  text-align: center;
}
@media (min-width: 992px) {
  .thank-you-page__content-col {
    text-align: left;
  }
}

.thank-you-page__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  text-align: inherit;
}

.thank-you-page__content {
  max-width: 600px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .thank-you-page__content {
    margin-left: 0;
    margin-right: auto;
  }
}

.thank-you-page__icon {
  margin-bottom: 30px;
  position: relative;
}

.thank-you-page__checkmark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #fabd40;
  font-size: 50px;
  color: #FFFFFF;
  text-shadow: 4px 4px 0px rgba(58, 38, 56, 0.08);
}
@media (min-width: 768px) {
  .thank-you-page__checkmark {
    width: 160px;
    height: 160px;
    font-size: 66px;
  }
}

.thank-you-page__title {
  color: #3a2638;
  margin-bottom: 20px;
}

.thank-you-page__text {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 1.7;
  color: #3a2638;
  opacity: 0.85;
  margin-bottom: 15px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .thank-you-page__text {
    margin-left: 0;
    margin-right: auto;
  }
}

.thank-you-page__subtext {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #3a2638;
  opacity: 0.75;
  margin-bottom: 35px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .thank-you-page__subtext {
    margin-left: 0;
    margin-right: auto;
  }
}

.thank-you-page__buttons {
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: center;
  align-items: center;
}
@media (min-width: 992px) {
  .thank-you-page__buttons {
    justify-content: flex-start;
    align-items: flex-start;
  }
}

@media (min-width: 640px) {
  .thank-you-page__buttons {
    flex-direction: row;
    gap: 20px;
  }
}
.thank-you-page__buttons .primary-btn,
.thank-you-page__buttons .secondary-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.thank-you-page__buttons .secondary-btn {
  background-color: #FFFFFF;
  color: #3a2638;
  border: 2px solid #3a2638;
}

.thank-you-page__buttons .secondary-btn:hover {
  background-color: #3a2638;
  color: #FFFFFF;
  border-color: #3a2638;
}

.thank-you-page__media-col {
  overflow: visible;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 992px) {
  .thank-you-page__media-col {
    justify-content: flex-end;
  }
}

.thank-you-page .ma-email-list__image-wrap {
  max-width: 480px;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
  overflow: visible;
}

.thank-you-page .ma-email-list__image,
.thank-you-page .ma-email-list__svg-wrap {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.thank-you-page .ma-email-list__svg-wrap {
  overflow: visible;
}

.thank-you-page .ma-email-list__svg-wrap svg {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  overflow: visible;
}

.thank-you-page .ma-email-list__svg-wrap svg path,
.thank-you-page .ma-email-list__svg-wrap svg [id*=petal],
.thank-you-page .ma-email-list__svg-wrap svg [class*=petal] {
  transform-origin: center;
  animation: ma-email-list-petal 4s ease-in-out infinite;
}

.thank-you-page .ma-email-list__svg-wrap svg path:nth-of-type(1),
.thank-you-page .ma-email-list__svg-wrap svg [id*=petal]:nth-of-type(1),
.thank-you-page .ma-email-list__svg-wrap svg [class*=petal]:nth-of-type(1) {
  animation-delay: 0s;
}

.thank-you-page .ma-email-list__svg-wrap svg path:nth-of-type(2),
.thank-you-page .ma-email-list__svg-wrap svg [id*=petal]:nth-of-type(2),
.thank-you-page .ma-email-list__svg-wrap svg [class*=petal]:nth-of-type(2) {
  animation-delay: 0.15s;
}

.thank-you-page .ma-email-list__svg-wrap svg path:nth-of-type(3),
.thank-you-page .ma-email-list__svg-wrap svg [id*=petal]:nth-of-type(3),
.thank-you-page .ma-email-list__svg-wrap svg [class*=petal]:nth-of-type(3) {
  animation-delay: 0.3s;
}

.thank-you-page .ma-email-list__svg-wrap svg path:nth-of-type(4),
.thank-you-page .ma-email-list__svg-wrap svg [id*=petal]:nth-of-type(4),
.thank-you-page .ma-email-list__svg-wrap svg [class*=petal]:nth-of-type(4) {
  animation-delay: 0.45s;
}

.thank-you-page .ma-email-list__svg-wrap svg path:nth-of-type(5),
.thank-you-page .ma-email-list__svg-wrap svg [id*=petal]:nth-of-type(5),
.thank-you-page .ma-email-list__svg-wrap svg [class*=petal]:nth-of-type(5) {
  animation-delay: 0.6s;
}

.thank-you-page .ma-email-list__svg-wrap svg path:nth-of-type(6),
.thank-you-page .ma-email-list__svg-wrap svg [id*=petal]:nth-of-type(6),
.thank-you-page .ma-email-list__svg-wrap svg [class*=petal]:nth-of-type(6) {
  animation-delay: 0.75s;
}

.thank-you-page .ma-email-list__svg-wrap svg path:nth-of-type(n+7),
.thank-you-page .ma-email-list__svg-wrap svg [id*=petal]:nth-of-type(n+7),
.thank-you-page .ma-email-list__svg-wrap svg [class*=petal]:nth-of-type(n+7) {
  animation-delay: 0.9s;
}

.ma-gform-pill {
  margin: 0;
  max-width: 100%;
}
.ma-gform-pill .gform_wrapper {
  padding: 0;
  border: none;
  margin: 0;
}
.ma-gform-pill form {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  overflow: hidden;
  max-width: 100%;
  background: rgba(255, 255, 255, 0.95);
  padding: 2rem;
  border-radius: 16px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.ma-gform-pill .gform_wrapper form .gform_footer {
  margin-top: 1rem !important;
  padding-left: 0 !important;
  margin-bottom: 0;
}
.ma-gform-pill .gform_wrapper form .gform_footer input.gform_button,
.ma-gform-pill .gform_wrapper form .gform_footer button.gform_button {
  font-weight: 600;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #3a2638 !important;
  border: none;
  border-radius: 50px;
  transition: background 0.3s ease, color 0.3s ease;
  padding: 1rem 2rem 1rem 1.25rem !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: -moz-max-content;
  width: max-content;
  gap: 10px;
}
.ma-gform-pill .gform_wrapper form .gform_footer input.gform_button:hover,
.ma-gform-pill .gform_wrapper form .gform_footer button.gform_button:hover {
  background: #FFEFD4 !important;
  color: #3a2638;
}
.ma-gform-pill .gform_wrapper form .gform_footer input.gform_button:hover .btn-icon,
.ma-gform-pill .gform_wrapper form .gform_footer button.gform_button:hover .btn-icon {
  background-color: #3a2638 !important;
  color: #FFFFFF;
}
.ma-gform-pill .gform_wrapper form .gform_footer input.gform_button:not(:has(.btn-icon))::before,
.ma-gform-pill .gform_wrapper form .gform_footer button.gform_button:not(:has(.btn-icon))::before {
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
  font-size: 1rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2.125rem;
  height: 2.125rem;
  background-color: #FFFFFF;
  color: #3a2638;
  border-radius: 100%;
  box-sizing: border-box;
}
.ma-gform-pill .gform_wrapper form .gform_footer input.gform_button:not(:has(.btn-icon)):hover::before,
.ma-gform-pill .gform_wrapper form .gform_footer button.gform_button:not(:has(.btn-icon)):hover::before {
  background-color: #3a2638;
  color: #FFFFFF;
}
.ma-gform-pill .gform_wrapper form .gform_footer input.gform_button:not(:has(.btn-icon)),
.ma-gform-pill .gform_wrapper form .gform_footer button.gform_button:not(:has(.btn-icon)) {
  padding-left: 25px;
}
.ma-gform-pill .gform_wrapper form .gform_footer input.gform_button .btn-icon,
.ma-gform-pill .gform_wrapper form .gform_footer button.gform_button .btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  background-color: #FFFFFF;
  color: #3a2638;
  padding: 9px;
  border-radius: 100%;
}
.ma-gform-pill .gform_wrapper form .gform_footer input.gform_button .btn-icon i,
.ma-gform-pill .gform_wrapper form .gform_footer button.gform_button .btn-icon i {
  font-family: "Font Awesome 6 Pro";
  font-size: 1em;
  font-weight: 400;
  font-style: normal;
}
.ma-gform-pill .gform_wrapper form .gform_footer input.gform_button .btn-icon img,
.ma-gform-pill .gform_wrapper form .gform_footer button.gform_button .btn-icon img {
  width: 1.25rem;
  height: 1.25rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.ma-gform-pill .gform_wrapper input[type=email],
.ma-gform-pill .gform_wrapper input[type=text]:not([type=submit]):not([type=hidden]) {
  flex: 1 1 auto;
  min-width: 0;
  width: 100%;
  box-sizing: border-box;
  min-height: 52px !important;
  height: 52px !important;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #3a2638;
  background: #FFFFFF;
  border: none;
  border-radius: 10px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: 0 solid transparent !important;
  box-shadow: 0 0 0 0 transparent !important;
}
.ma-gform-pill .gform_wrapper input[type=email]::-moz-placeholder, .ma-gform-pill .gform_wrapper input[type=text]:not([type=submit]):not([type=hidden])::-moz-placeholder {
  color: #B0B9CD;
  font-size: 18px;
}
.ma-gform-pill .gform_wrapper input[type=email]::placeholder,
.ma-gform-pill .gform_wrapper input[type=text]:not([type=submit]):not([type=hidden])::placeholder {
  color: #B0B9CD;
  font-size: 18px;
}
.ma-gform-pill .gform_wrapper input[type=email]:focus,
.ma-gform-pill .gform_wrapper input[type=text]:not([type=submit]):not([type=hidden]):focus {
  outline: none;
}
.ma-gform-pill .gform_wrapper textarea {
  width: 100%;
  box-sizing: border-box;
  min-height: 120px !important;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
  font-family: inherit;
  color: #3a2638;
  background: #FFFFFF;
  border: none;
  border-radius: 10px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: 0 solid transparent !important;
  box-shadow: 0 0 0 0 transparent !important;
  resize: vertical;
}
.ma-gform-pill .gform_wrapper textarea::-moz-placeholder {
  color: #B0B9CD;
  font-size: 18px;
}
.ma-gform-pill .gform_wrapper textarea::placeholder {
  color: #B0B9CD;
  font-size: 18px;
}
.ma-gform-pill .gform_wrapper textarea:focus {
  outline: none;
}
.ma-gform-pill form > div,
.ma-gform-pill form > p {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 0;
  gap: 0;
}
.ma-gform-pill form > div:first-child,
.ma-gform-pill form > p:first-child {
  flex: 1 1 auto;
  min-width: 0;
}
.ma-gform-pill form > div:last-child,
.ma-gform-pill form > p:last-child {
  flex: 0 0 auto;
  margin-top: 1rem;
}
.ma-gform-pill form > div:only-of-type,
.ma-gform-pill form > p:only-of-type {
  flex: 1 1 auto;
  min-width: 0;
}

.single-post__container {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.single-post__header {
  margin-bottom: 2rem;
}

.single-post__image-wrap {
  margin-bottom: 1.5rem;
  border-radius: 12px;
  overflow: hidden;
}

.single-post__image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 21/9;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-post__title {
  color: #3a2638;
  margin: 0 0 1rem 0;
  line-height: 1.2;
}

.single-post__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  font-size: 0.9375rem;
  color: #3a2638;
  opacity: 0.85;
}

.single-post__date {
  font-style: normal;
}

.single-post__breadcrumbs {
  margin-bottom: 1rem;
}

.single-post__breadcrumbs-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 0.35rem;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
  color: #3a2638;
  opacity: 0.85;
}

.single-post__breadcrumbs-item {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.single-post__breadcrumbs-link {
  color: #3a2638;
  text-decoration: none;
}
.single-post__breadcrumbs-link:hover {
  color: #fabd40;
  text-decoration: underline;
}

.single-post__breadcrumbs-current {
  font-weight: 500;
}

.single-post__breadcrumbs-sep {
  color: #3a2638;
  opacity: 0.5;
  pointer-events: none;
}

.single-post__content {
  font-size: 1.0625rem;
  line-height: 1.7;
  color: #3a2638;
}
.single-post__content p {
  margin-bottom: 1.25rem;
}
.single-post__content h2 {
  font-size: 1.5rem;
  margin: 2rem 0 1rem 0;
  color: #3a2638;
}
.single-post__content h3 {
  font-size: 1.25rem;
  margin: 1.5rem 0 0.75rem 0;
  color: #3a2638;
}
.single-post__content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 1.5rem 0;
}
.single-post__content blockquote {
  margin: 2rem 0;
  padding: 1rem 1.5rem 1rem 2rem;
  border-left: 4px solid #fabd40;
  background-color: #F4F4F4;
  font-style: italic;
  color: #3a2638;
  opacity: 0.9;
}
.single-post__content ul,
.single-post__content ol {
  margin: 1rem 0;
}

.single-post__related {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  margin-top: 3rem;
  padding: 2.5rem 0;
  background-color: #F4F4F4;
}

.single-post__related-title {
  margin: 0 0 1.5rem 0;
  color: #3a2638;
}

.single-post__related-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 576px) {
  .single-post__related-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .single-post__related-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem 2rem;
  }
}

.single-post__related-card {
  display: flex;
  flex-direction: column;
}

.single-post__related-image-wrap {
  display: block;
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 1rem;
}

.single-post__related-image-wrap:hover .single-post__related-image {
  transform: scale(1.03);
}

.single-post__related-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/10;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}

.single-post__related-card-title {
  margin: 0 0 0.5rem 0;
  line-height: 1.3;
}
.single-post__related-card-title a {
  color: inherit;
  text-decoration: none;
}
.single-post__related-card-title a:hover {
  color: #fabd40;
  text-decoration: underline;
}

.single-post__related-excerpt {
  flex: 1;
  margin: 0 0 0.75rem 0;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #3a2638;
  opacity: 0.9;
}

.single-post__related-link {
  margin-top: auto;
  flex-shrink: 0;
}

.single-post__related-actions {
  margin-top: 2rem;
  text-align: center;
}
.single-post__related-actions .primary-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.single-post__related-actions--standalone {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(58, 38, 56, 0.1);
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #5a0049;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.preloader.loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.preloader__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.preloader__spinner {
  position: relative;
  width: 80px;
  height: 80px;
}

.preloader__ring {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 3px solid transparent;
}
.preloader__ring:nth-child(1) {
  border-top-color: #31504c;
  animation: preloader-spin 1.2s linear infinite;
}
.preloader__ring:nth-child(2) {
  border-right-color: #FFFFFF;
  animation: preloader-spin 1.2s linear infinite 0.15s;
  width: 70%;
  height: 70%;
  top: 15%;
  left: 15%;
}
.preloader__ring:nth-child(3) {
  border-bottom-color: #31504c;
  animation: preloader-spin 1.2s linear infinite 0.3s;
  width: 40%;
  height: 40%;
  top: 30%;
  left: 30%;
}

@keyframes preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.preloader__logo {
  max-width: 150px;
  height: auto;
  animation: preloader-pulse 1.5s ease-in-out infinite;
}

@keyframes preloader-pulse {
  0%, 100% {
    opacity: 0.6;
  }
  50% {
    opacity: 1;
  }
}
html {
  height: 100% !important;
  min-height: 100% !important;
}

body {
  min-height: 100vh !important;
  min-height: 100dvh !important;
  display: flex !important;
  flex-direction: column !important;
}

.main-page-wrapper {
  flex: 1 0 auto !important;
  display: flex;
  flex-direction: column;
}

.main-page-wrapper > .error-page-content {
  flex: 1 0 auto;
}

footer {
  flex-shrink: 0 !important;
  margin-top: auto;
}

footer .social-icon li :hover {
  color: #fabd40 !important;
}

.section-pt {
  padding-top: 50px;
}
@media screen and (min-width: 1000px) {
  .section-pt {
    padding-top: 108px;
  }
}

.section-pb {
  padding-bottom: 50px;
}
@media screen and (min-width: 1000px) {
  .section-pb {
    padding-bottom: 108px;
  }
}

.product-category-checklist {
  margin-top: -60px;
}

.product-category-archive {
  background-color: #F4F4F4;
  padding-bottom: 50px;
}
@media screen and (min-width: 1000px) {
  .product-category-archive {
    padding-bottom: 108px;
  }
}
.product-category-archive__intro {
  text-align: center;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 1000px) {
  .product-category-archive__intro {
    margin-bottom: 2rem;
  }
}
.product-category-archive__intro-title {
  margin-bottom: 0.75em;
}
.product-category-archive__intro-content {
  max-width: 720px;
  margin-inline: auto;
}

.container {
  max-width: 1440px;
  width: 100%;
  padding-inline: 20px;
}
@media screen and (min-width: 1440px) {
  .container {
    padding: 0px;
  }
}

.unclickable > a {
  pointer-events: none;
  cursor: default;
}

.text-wrapper ul, .text-wrapper ol {
  list-style: disc;
  padding-left: 20px;
}
.text-wrapper ul li, .text-wrapper ol li {
  margin-bottom: 9px;
}
.text-wrapper ul li::marker, .text-wrapper ol li::marker {
  color: #fabd40;
}
.text-wrapper p:not(:last-child) {
  margin-bottom: 18px;
}

@media only screen and (min-width: 992px) {
  .fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  }
}
.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

@media only screen and (min-width: 992px) {
  .fade-in-left {
    opacity: 0;
    transform: translateX(-30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  }
}
.fade-in-left.visible {
  opacity: 1;
  transform: translateX(0);
}

@media only screen and (min-width: 992px) {
  .fade-in-right {
    opacity: 0;
    transform: translateX(30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  }
}
.fade-in-right.visible {
  opacity: 1;
  transform: translateX(0);
}

@media only screen and (min-width: 992px) {
  .scale-in {
    opacity: 0;
    transform: scale(0.95);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  }
}
.scale-in.visible {
  opacity: 1;
  transform: scale(1);
}

@media only screen and (min-width: 992px) {
  .stagger-children > * {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  }
  .stagger-children.visible > * {
    opacity: 1;
    transform: translateY(0);
  }
  .stagger-children.visible > *:nth-child(1) {
    transition-delay: 0s;
  }
  .stagger-children.visible > *:nth-child(2) {
    transition-delay: 0.1s;
  }
  .stagger-children.visible > *:nth-child(3) {
    transition-delay: 0.2s;
  }
  .stagger-children.visible > *:nth-child(4) {
    transition-delay: 0.3s;
  }
  .stagger-children.visible > *:nth-child(5) {
    transition-delay: 0.4s;
  }
  .stagger-children.visible > *:nth-child(6) {
    transition-delay: 0.5s;
  }
  .stagger-children.visible > *:nth-child(7) {
    transition-delay: 0.6s;
  }
  .stagger-children.visible > *:nth-child(8) {
    transition-delay: 0.7s;
  }
  .stagger-children.visible > *:nth-child(9) {
    transition-delay: 0.8s;
  }
  .stagger-children.visible > *:nth-child(10) {
    transition-delay: 0.9s;
  }
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:left-\[5\%\]::after {
  content: var(--tw-content);
  left: 5%;
}

.after\:top-full::after {
  content: var(--tw-content);
  top: 100%;
}

.after\:z-\[-1\]::after {
  content: var(--tw-content);
  z-index: -1;
}

.after\:h-2::after {
  content: var(--tw-content);
  height: 0.5rem;
}

.after\:h-2\.5::after {
  content: var(--tw-content);
  height: 0.625rem;
}

.after\:w-\[90\%\]::after {
  content: var(--tw-content);
  width: 90%;
}

.after\:opacity-100::after {
  content: var(--tw-content);
  opacity: 1;
}

.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}

.hover\:text-\[\#EF722C\]:hover {
  --tw-text-opacity: 1;
  color: rgb(239 114 44 / var(--tw-text-opacity));
}

.group:hover .group-hover\:visible {
  visibility: visible;
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

@media (min-width: 768px) {

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

@media (min-width: 992px) {

  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }

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

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:gap-\[100px\] {
    gap: 100px;
  }

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