/** Shopify CDN: Minification failed

Line 13996:85 Expected ":"
Line 13996:86 Expected identifier but found "0"

**/
 
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Krona+One&display=swap');
@font-face {
    font-family: 'Termina Test Extra';
    src: url('/cdn/shop/files/Termina-ExtraLight.woff2?v=1739465674') format('woff2');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Termina Test Demi';
    src: url('/cdn/shop/files/Termina-Demi.woff2?v=1739465665') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Termina Test';
    src: url('/cdn/shop/files/Termina-Light.woff2?v=1739465691') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Termina Test';
    src: url('/cdn/shop/files/Termina-Heavy.woff2?v=1739465685') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Termina Test';
    src: url('/cdn/shop/files/Termina-Medium.woff2?v=1739465698') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Termina Test';
    src: url('/cdn/shop/files/Termina-Black.woff2?v=1739465637') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Termina Test';
    src: url('/cdn/shop/files/Termina-Bold.woff2?v=1739465658') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Termina Test';
    src: url('/cdn/shop/files/Termina-Regular.woff2?v=1739465703') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Termina Test';
    src: url('Termina-Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}


body {font-size:20px;  font-family: "Inter", serif; margin:0px;}
.container {
    max-width: 1700px !important;
    margin: 0 auto;
    box-sizing: border-box;
}






/*
! tailwindcss v3.0.12 | 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: #FBFBFB; /* 2 */
}

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

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

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #FFFDFE; /* 2 */
}

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #EEEEEE;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #EEEEEE;
  opacity: 1;
}

input::placeholder,textarea::placeholder {
  color: #EEEEEE;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23EEEEEE' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  print-color-adjust: exact;
}

[multiple] {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  print-color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #EEEEEE;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

*, ::before, ::after {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.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;
}
.pointer-events-auto {
  pointer-events: auto;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.left-0 {
  left: 0px;
}
.right-0 {
  right: 0px;
}
.top-0 {
  top: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.top-\[15px\] {
  top: 15px;
}
.left-\[15px\] {
  left: 15px;
}
.top-\[50\%\] {
  top: 50%;
}
.left-\[50\%\] {
  left: 50%;
}
.right-5 {
  right: 1.25rem;
}
.top-\[20px\] {
  top: 20px;
}
.top-14 {
  top: 3.5rem;
}
.bottom-\[45px\] {
  bottom: 45px;
}
.bottom-\[-14\%\] {
  bottom: -14%;
}
.top-3 {
  top: 0.75rem;
}
.right-3 {
  right: 0.75rem;
}
.right-\[10px\] {
  right: 10px;
}
.top-2\/4 {
  top: 50%;
}
.right-7 {
  right: 1.75rem;
}
.top-\[37\%\] {
  top: 37%;
}
.left-7 {
  left: 1.75rem;
}
.-top-\[55px\] {
  top: -55px;
}
.left-\[-10\%\] {
  left: -10%;
}
.-right-4 {
  right: -1rem;
}
.left-\[14px\] {
  left: 14px;
}
.top-\[14px\] {
  top: 14px;
}
.top-4 {
  top: 1rem;
}
.right-4 {
  right: 1rem;
}
.right-6 {
  right: 1.5rem;
}
.top-6 {
  top: 1.5rem;
}
.right-\[30px\] {
  right: 30px;
}
.top-full {
  top: 100%;
}
.top-\[100\%\] {
  top: 100%;
}
.-right-8 {
  right: -2rem;
}
.left-auto {
  left: auto;
}
.right-\[20px\] {
  right: 20px;
}
.left-\[20px\] {
  left: 20px;
}
.top-\[30px\] {
  top: 30px;
}
.right-9 {
  right: 2.25rem;
}
.left-9 {
  left: 2.25rem;
}
.top-\[5px\] {
  top: 5px;
}
.left-\[5px\] {
  left: 5px;
}
.bottom-\[10px\] {
  bottom: 10px;
}
.isolate {
  isolation: isolate;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-\[1\] {
  z-index: 1;
}
.z-20 {
  z-index: 20;
}
.z-\[999px\] {
  z-index: 999px;
}
.-z-10 {
  z-index: -10;
}
.z-\[99\] {
  z-index: 99;
}
.z-50 {
  z-index: 50;
}
.z-40 {
  z-index: 40;
}
.z-\[3\] {
  z-index: 3;
}
.z-\[99999\] {
  z-index: 99999;
}
.z-\[20\] {
  z-index: 20;
}
.z-\[50\] {
  z-index: 50;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-last {
  order: 9999;
}
.clear-both {
  clear: both;
}
.m-0 {
  margin: 0px;
}
.m-auto {
  margin: auto;
}
.m-5 {
  margin: 1.25rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mx-\[15px\] {
  margin-left: 15px;
  margin-right: 15px;
}
.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.mx-\[6px\] {
  margin-left: 6px;
  margin-right: 6px;
}
.-mx-5 {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.my-\[10px\] {
  margin-top: 10px;
  margin-bottom: 10px;
}
.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.mx-\[25px\] {
  margin-left: 25px;
  margin-right: 25px;
}
.mx-\[5px\] {
  margin-left: 5px;
  margin-right: 5px;
}
.mx-\[10\%\] {
  margin-left: 10%;
  margin-right: 10%;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mb-\[9px\] {
  margin-bottom: 9px;
}
.mb-0 {
  margin-bottom: 0px;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mb-\[24px\] {
  margin-bottom: 24px;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mt-\[10px\] {
  margin-top: 10px;
}
.ml-\[5px\] {
  margin-left: 5px;
}
.mt-\[30px\] {
  margin-top: 30px;
}
.mt-0 {
  margin-top: 0px;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mr-auto {
  margin-right: auto;
}
.mb-\[25px\] {
  margin-bottom: 25px;
}
.mb-\[31px\] {
  margin-bottom: 31px;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-\[20px\] {
  margin-top: 20px;
}
.ml-auto {
  margin-left: auto;
}
.mt-auto {
  margin-top: auto;
}
.mt-\[50px\] {
  margin-top: 50px;
}
.mb-9 {
  margin-bottom: 2.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mt-\[2px\] {
  margin-top: 2px;
}
.mt-7 {
  margin-top: 1.75rem;
}
.mt-\[40px\] {
  margin-top: 40px;
}
.mr-5 {
  margin-right: 1.25rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-\[35px\] {
  margin-top: 35px;
}
.mt-\[45px\] {
  margin-top: 45px;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-14 {
  margin-top: 3.5rem;
}
.mt-\[-7px\] {
  margin-top: -7px;
}
.mr-\[7px\] {
  margin-right: 7px;
}
.\!mb-0 {
  margin-bottom: 0px !important;
}
.mt-\[65px\] {
  margin-top: 65px;
}
.mb-\[20px\] {
  margin-bottom: 20px;
}
.mb-\[10px\] {
  margin-bottom: 10px;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mt-\[57px\] {
  margin-top: 57px;
}
.mr-\[14px\] {
  margin-right: 14px;
}
.mt-\[26px\] {
  margin-top: 26px;
}
.mr-\[3px\] {
  margin-right: 3px;
}
.mt-\[15px\] {
  margin-top: 15px;
}
.mb-\[18px\] {
  margin-bottom: 18px;
}
.mb-\[30px\] {
  margin-bottom: 30px;
}
.mt-\[25px\] {
  margin-top: 25px;
}
.mr-4 {
  margin-right: 1rem;
}
.mb-\[50px\] {
  margin-bottom: 50px;
}
.ml-3 {
  margin-left: 0.75rem;
}
.mr-\[4px\] {
  margin-right: 4px;
}
.mr-\[15px\] {
  margin-right: 15px;
}
.mr-11 {
  margin-right: 2.75rem;
}
.-mt-3 {
  margin-top: -0.75rem;
}
.mt-\[16px\] {
  margin-top: 16px;
}
.mb-\[33px\] {
  margin-bottom: 33px;
}
.mb-\[40px\] {
  margin-bottom: 40px;
}
.mb-\[5px\] {
  margin-bottom: 5px;
}
.ml-1 {
  margin-left: 0.25rem;
}
.mr-\[20px\] {
  margin-right: 20px;
}
.ml-\[10px\] {
  margin-left: 10px;
}
.-mr-2 {
  margin-right: -0.5rem;
}
.mt-\[12px\] {
  margin-top: 12px;
}
.mt-\[18px\] {
  margin-top: 18px;
}
.mr-0 {
  margin-right: 0px;
}
.mr-\[9px\] {
  margin-right: 9px;
}
.mr-\[6px\] {
  margin-right: 6px;
}
.mr-\[10px\] {
  margin-right: 10px;
}
.mb-\[16px\] {
  margin-bottom: 16px;
}
.mb-\[22px\] {
  margin-bottom: 22px;
}
.mb-\[21px\] {
  margin-bottom: 21px;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.flow-root {
  display: flow-root;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-full {
  height: 100%;
}
.h-5 {
  height: 1.25rem;
}
.h-\[16px\] {
  height: 16px;
}
.h-16 {
  height: 4rem;
}
.h-\[6px\] {
  height: 6px;
}
.h-\[10px\] {
  height: 10px;
}
.h-\[15px\] {
  height: 15px;
}
.h-4 {
  height: 1rem;
}
.h-auto {
  height: auto;
}
.h-\[42px\] {
  height: 42px;
}
.h-1 {
  height: 0.25rem;
}
.h-8 {
  height: 2rem;
}
.h-\[153px\] {
  height: 153px;
}
.h-\[30px\] {
  height: 30px;
}
.h-\[180px\] {
  height: 180px;
}
.h-\[66px\] {
  height: 66px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[300px\] {
  height: 300px;
}
.h-\[138px\] {
  height: 138px;
}
.h-0 {
  height: 0px;
}
.h-\[20px\] {
  height: 20px;
}
.h-\[58px\] {
  height: 58px;
}
.h-\[35px\] {
  height: 35px;
}
.h-\[7px\] {
  height: 7px;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[60\%\] {
  height: 60%;
}
.h-\[62px\] {
  height: 62px;
}
.h-\[27px\] {
  height: 27px;
}
.h-\[148px\] {
  height: 148px;
}
.h-\[53px\] {
  height: 53px;
}
.h-\[80vh\] {
  height: 80vh;
}
.h-\[67px\] {
  height: 67px;
}
.h-\[55px\] {
  height: 55px;
}
.h-\[5px\] {
  height: 5px;
}
.h-\[370px\] {
  height: 370px;
}
.h-\[8px\] {
  height: 8px;
}
.h-\[13px\] {
  height: 13px;
}
.h-\[130\%\] {
  height: 130%;
}
.h-7 {
  height: 1.75rem;
}
.h-\[165px\] {
  height: 165px;
}
.h-\[36px\] {
  height: 36px;
}
.min-h-\[45px\] {
  min-height: 45px;
}
.min-h-full {
  min-height: 100%;
}
.min-h-\[42px\] {
  min-height: 42px;
}
.min-h-\[389px\] {
  min-height: 389px;
}
.min-h-\[34px\] {
  min-height: 34px;
}
.min-h-\[30px\] {
  min-height: 30px;
}
.min-h-\[35px\] {
  min-height: 35px;
}
.min-h-\[60px\] {
  min-height: 60px;
}
.min-h-\[52px\] {
  min-height: 52px;
}
.w-full {
  width: 100%;
}
.w-\[940px\] {
  width: 940px;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-5 {
  width: 1.25rem;
}
.w-\[16px\] {
  width: 16px;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[1280px\] {
  width: 1280px;
}
.w-\[976px\] {
  width: 976px;
}
.w-\[16\] {
  width: 16;
}
.w-\[6px\] {
  width: 6px;
}
.w-\[0\.9px\] {
  width: 0.9px;
}
.w-\[10px\] {
  width: 10px;
}
.w-\[1px\] {
  width: 1px;
}
.w-4 {
  width: 1rem;
}
.w-\[140px\] {
  width: 140px;
}
.w-3\/6 {
  width: 50%;
}
.w-9 {
  width: 2.25rem;
}
.w-\[66px\] {
  width: 66px;
}
.w-\[40px\] {
  width: 40px;
}
.w-screen {
  width: 100vw;
}
.w-\[30px\] {
  width: 30px;
}
.w-\[138px\] {
  width: 138px;
}
.w-0 {
  width: 0px;
}
.w-\[20px\] {
  width: 20px;
}
.w-\[58px\] {
  width: 58px;
}
.w-\[35px\] {
  width: 35px;
}
.\!w-full {
  width: 100% !important;
}
.w-\[30\%\] {
  width: 30%;
}
.w-\[150px\] {
  width: 150px;
}
.w-1\/2 {
  width: 50%;
}
.w-\[69px\] {
  width: 69px;
}
.w-\[269px\] {
  width: 269px;
}
.w-\[53px\] {
  width: 53px;
}
.w-\[67px\] {
  width: 67px;
}
.w-\[93px\] {
  width: 93px;
}
.w-auto {
  width: auto;
}
.w-\[55px\] {
  width: 55px;
}
.w-\[27px\] {
  width: 27px;
}
.w-\[33\.33\%\] {
  width: 33.33%;
}
.w-\[14px\] {
  width: 14px;
}
.w-\[50\%\] {
  width: 50%;
}
.w-\[15px\] {
  width: 15px;
}
.w-\[13px\] {
  width: 13px;
}
.w-10 {
  width: 10px;
}
.w-163 {
  width: 163px;
}
.w-\[36px\] {
  width: 36px;
}
.\!min-w-full {
  min-width: 100% !important;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-full {
  min-width: 100%;
}
.min-w-\[70px\] {
  min-width: 70px;
}
.min-w-\[214px\] {
  min-width: 214px;
}
.min-w-\[190px\] {
  min-width: 190px;
}
.max-w-\[800px\] {
  max-width: 800px;
}
.max-w-full {
  max-width: 100%;
}
.\!max-w-\[365px\] {
  max-width: 365px !important;
}
.max-w-\[500px\] {
  max-width: 500px;
}
.max-w-\[1200px\] {
  max-width: 1200px;
}
.max-w-\[369px\] {
  max-width: 369px;
}
.max-w-\[592px\] {
  max-width: 592px;
}
.max-w-\[323px\] {
  max-width: 323px;
}
.max-w-\[1280px\] {
  max-width: 1280px;
}
.max-w-\[1440px\] {
  max-width: 1440px;
}
.max-w-\[450px\] {
  max-width: 450px;
}
.max-w-\[282px\] {
  max-width: 282px;
}
.max-w-sm {
  max-width: 24rem;
}
.max-w-\[220px\] {
  max-width: 220px;
}
.max-w-\[130px\] {
  max-width: 130px;
}
.max-w-\[187px\] {
  max-width: 187px;
}
.max-w-\[459px\] {
  max-width: 459px;
}
.max-w-\[368px\] {
  max-width: 368px;
}
.max-w-\[762px\] {
  max-width: 762px;
}
.max-w-\[572px\] {
  max-width: 572px;
}
.max-w-\[2100px\] {
  max-width: 2100px;
}
.max-w-\[474px\] {
  max-width: 474px;
}
.max-w-\[433px\] {
  max-width: 433px;
}
.max-w-\[635px\] {
  max-width: 635px;
}
.max-w-xl {
  max-width: 36rem;
}
.\!max-w-\[1028px\] {
  max-width: 1028px !important;
}
.max-w-\[851px\] {
  max-width: 851px;
}
.max-w-\[954px\] {
  max-width: 954px;
}
.max-w-\[654px\] {
  max-width: 654px;
}
.max-w-\[100\%\] {
  max-width: 100%;
}
.max-w-\[1330px\] {
  max-width: 1330px;
}
.max-w-\[100px\] {
  max-width: 100px;
}
.max-w-\[90px\] {
  max-width: 90px;
}
.max-w-\[100vw\] {
  max-width: 100vw;
}
.max-w-\[344px\] {
  max-width: 344px;
}
.max-w-\[250px\] {
  max-width: 250px;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-\[80\%\] {
  max-width: 80%;
}
.max-w-\[720px\] {
  max-width: 720px;
}
.max-w-\[462px\] {
  max-width: 462px;
}
.max-w-\[470px\] {
  max-width: 470px;
}
.flex-\[0_1_55\%\] {
  flex: 0 1 55%;
}
.flex-\[0_1_45\%\] {
  flex: 0 1 45%;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-\[0_1_50\%\] {
  flex: 0 1 50%;
}
.flex-\[0_1_33\%\] {
  flex: 0 1 33%;
}
.flex-\[0_1_66\%\] {
  flex: 0 1 66%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.origin-top-right {
  transform-origin: top right;
}
.translate-x-\[-50\%\] {
  --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-\[-50\%\] {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-2\/4 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-4 {
  --tw-translate-y: 1rem;
  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-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1 {
  --tw-translate-y: -0.25rem;
  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-x-full {
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.\!justify-between {
  justify-content: space-between !important;
}
.justify-between {
  justify-content: space-between;
}
.justify-items-center {
  justify-items: center;
}
.gap-\[25px\] {
  gap: 25px;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-\[28px\] {
  gap: 28px;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-\[16px\] {
  gap: 16px;
}
.gap-7 {
  gap: 1.75rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-\[5px\] {
  gap: 5px;
}
.gap-\[27px\] {
  gap: 27px;
}
.gap-\[30px\] {
  gap: 30px;
}
.gap-\[8px\] {
  gap: 8px;
}
.gap-\[20px\] {
  gap: 20px;
}
.gap-\[18px\] {
  gap: 18px;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-\[26px\] {
  gap: 26px;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-\[15px\] {
  gap: 15px;
}
.gap-9 {
  gap: 2.25rem;
}
.gap-\[46px\] {
  gap: 46px;
}
.gap-\[45px\] {
  gap: 45px;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-\[17px\] {
  gap: 17px;
}
.gap-\[2px\] {
  gap: 2px;
}
.gap-\[12px\] {
  gap: 12px;
}
.gap-\[19px\] {
  gap: 19px;
}
.gap-y-\[5px\] {
  row-gap: 5px;
}
.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.gap-y-7 {
  row-gap: 1.75rem;
}
.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-x-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-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-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.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));
}
.divide-x > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}
.divide-blackesh-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(132 116 134 / var(--tw-divide-opacity));
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-y-visible {
  overflow-y: visible;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded-20 {
  border-radius: 20px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-10 {
  border-radius: 10px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded {
  border-radius: 0.25rem;
}
.\!rounded-none {
  border-radius: 0px !important;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-\[4px\] {
  border-width: 4px;
}
.\!border-0 {
  border-width: 0px !important;
}
.\!border-\[1px\] {
  border-width: 1px !important;
}
.border-\[1px\] {
  border-width: 1px;
}
.border-y-2 {
  border-top-width: 2px;
  border-bottom-width: 2px;
}
.border-b-\[3px\] {
  border-bottom-width: 3px;
}
.border-b-\[1px\] {
  border-bottom-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-\[1px\] {
  border-top-width: 1px;
}
.border-solid {
  border-style: solid;
}
.border-none {
  border-style: none;
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-\[\#6D533E\] {
  --tw-border-opacity: 1;
  border-color: rgb(109 83 62 / var(--tw-border-opacity));
}
.border-blackesh-100 {
  --tw-border-opacity: 1;
  border-color: rgb(75 59 76 / var(--tw-border-opacity));
}
.border-\[\#C8C6C8\] {
  --tw-border-opacity: 1;
  border-color: rgb(200 198 200 / var(--tw-border-opacity));
}
.border-\[\#867887\] {
  --tw-border-opacity: 1;
  border-color: rgb(134 120 135 / var(--tw-border-opacity));
}
.border-transparent {
  border-color: transparent;
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-\[\#CA8685\] {
  --tw-border-opacity: 1;
  border-color: rgb(202 134 133 / var(--tw-border-opacity));
}
.border-\[\#4A2E23\] {
  --tw-border-opacity: 1;
  border-color: rgb(74 46 35 / var(--tw-border-opacity));
}
.border-\[\#121212\] {
  --tw-border-opacity: 1;
  border-color: rgb(18 18 18 / var(--tw-border-opacity));
}
.border-\[\#4B3B4C\] {
  --tw-border-opacity: 1;
  border-color: rgb(75 59 76 / var(--tw-border-opacity));
}
.border-\[\#1F1C1E\] {
  --tw-border-opacity: 1;
  border-color: rgb(31 28 30 / var(--tw-border-opacity));
}
.border-gray-1000 {
  --tw-border-opacity: 1;
  border-color: rgb(200 198 200 / var(--tw-border-opacity));
}
.border-puce-400 {
  --tw-border-opacity: 1;
  border-color: rgb(134 120 135 / var(--tw-border-opacity));
}
.border-\[\#FAF6F3\] {
  --tw-border-opacity: 1;
  border-color: rgb(250 246 243 / var(--tw-border-opacity));
}
.\!border-\[\#FAF6F3\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(250 246 243 / var(--tw-border-opacity)) !important;
}
.border-\[\#545A3B\] {
  --tw-border-opacity: 1;
  border-color: rgb(84 90 59 / var(--tw-border-opacity));
}
.border-t-\[\#C0A48B\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(192 164 139 / var(--tw-border-opacity));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-\[\#1F1C1E\] {
  --tw-bg-opacity: 1;
  background-color: rgb(31 28 30 / var(--tw-bg-opacity));
}
.bg-\[\#545A3B\] {
  --tw-bg-opacity: 1;
  background-color: rgb(84 90 59 / var(--tw-bg-opacity));
}
.bg-blackesh-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(75 59 76 / var(--tw-bg-opacity));
}
.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 249 254 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-\[\#E9E9E9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(233 233 233 / var(--tw-bg-opacity));
}
.bg-\[\#CA8685\] {
  --tw-bg-opacity: 1;
  background-color: rgb(202 134 133 / var(--tw-bg-opacity));
}
.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(188 188 188 / var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-\[\#121212\] {
  --tw-bg-opacity: 1;
  background-color: rgb(18 18 18 / var(--tw-bg-opacity));
}
.bg-\[\#FFF3EE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 243 238 / var(--tw-bg-opacity));
}
.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 253 254 / var(--tw-bg-opacity));
}
.bg-slate-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}
.bg-\[\#1F1C1EE5\] {
  background-color: #1F1C1EE5;
}
.bg-\[\#F6EDE6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 237 230 / var(--tw-bg-opacity));
}
.bg-puce-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(134 120 135 / var(--tw-bg-opacity));
}
.bg-puce-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(202 134 133 / var(--tw-bg-opacity));
}
.bg-puce-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 243 238 / var(--tw-bg-opacity));
}
.bg-gray-1000 {
  --tw-bg-opacity: 1;
  background-color: rgb(200 198 200 / var(--tw-bg-opacity));
}
.bg-\[\#FDF9FE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(253 249 254 / var(--tw-bg-opacity));
}
.bg-\[\#4B3B4C\] {
  --tw-bg-opacity: 1;
  background-color: rgb(75 59 76 / var(--tw-bg-opacity));
}
.bg-puce-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 208 186 / var(--tw-bg-opacity));
}
.bg-slate-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity));
}
.bg-puce-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 238 231 / var(--tw-bg-opacity));
}
.bg-\[\#C0A48B\] {
  --tw-bg-opacity: 1;
  background-color: rgb(192 164 139 / var(--tw-bg-opacity));
}
.bg-\[\#1D1D1D\] {
  --tw-bg-opacity: 1;
  background-color: rgb(29 29 29 / var(--tw-bg-opacity));
}
.\!bg-transparent {
  background-color: transparent !important;
}
.bg-black\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.\!bg-\[\#1D1D1D\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(29 29 29 / var(--tw-bg-opacity)) !important;
}
.bg-\[\#FAF6F3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(250 246 243 / var(--tw-bg-opacity));
}
.bg-\[\#DFD0C3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(223 208 195 / var(--tw-bg-opacity));
}
.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.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;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.object-left {
  -o-object-position: left;
     object-position: left;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-\[20px\] {
  padding: 20px;
}
.p-1 {
  padding: 0.25rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-\[15px\] {
  padding: 15px;
}
.p-\[3px\] {
  padding: 3px;
}
.p-0 {
  padding: 0px;
}
.p-2 {
  padding: 0.5rem;
}
.p-\[18px\] {
  padding: 18px;
}
.\!p-0 {
  padding: 0px !important;
}
.p-\[40px\] {
  padding: 40px;
}
.px-\[21px\] {
  padding-left: 21px;
  padding-right: 21px;
}
.py-\[21px\] {
  padding-top: 21px;
  padding-bottom: 21px;
}
.py-\[42px\] {
  padding-top: 42px;
  padding-bottom: 42px;
}
.py-\[11px\] {
  padding-top: 11px;
  padding-bottom: 11px;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-\[24px\] {
  padding-top: 24px;
  padding-bottom: 24px;
}
.py-\[45px\] {
  padding-top: 45px;
  padding-bottom: 45px;
}
.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}
.py-p60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.py-\[40px\] {
  padding-top: 40px;
  padding-bottom: 40px;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.py-\[15px\] {
  padding-top: 15px;
  padding-bottom: 15px;
}
.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.px-\[30px\] {
  padding-left: 30px;
  padding-right: 30px;
}
.py-\[60px\] {
  padding-top: 60px;
  padding-bottom: 60px;
}
.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-\[26px\] {
  padding-top: 26px;
  padding-bottom: 26px;
}
.py-\[50px\] {
  padding-top: 50px;
  padding-bottom: 50px;
}
.px-\[5px\] {
  padding-left: 5px;
  padding-right: 5px;
}
.px-\[25px\] {
  padding-left: 25px;
  padding-right: 25px;
}
.py-11 {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}
.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-\[32px\] {
  padding-top: 32px;
  padding-bottom: 32px;
}
.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}
.px-\[40px\] {
  padding-left: 40px;
  padding-right: 40px;
}
.py-\[20px\] {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-\[30px\] {
  padding-top: 30px;
  padding-bottom: 30px;
}
.py-\[38px\] {
  padding-top: 38px;
  padding-bottom: 38px;
}
.py-\[8px\] {
  padding-top: 8px;
  padding-bottom: 8px;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-\[28px\] {
  padding-top: 28px;
  padding-bottom: 28px;
}
.py-\[4px\] {
  padding-top: 4px;
  padding-bottom: 4px;
}
.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}
.py-\[6px\] {
  padding-top: 6px;
  padding-bottom: 6px;
}
.py-\[5px\] {
  padding-top: 5px;
  padding-bottom: 5px;
}
.\!py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-\[22px\] {
  padding-top: 22px;
  padding-bottom: 22px;
}
.px-\[32px\] {
  padding-left: 32px;
  padding-right: 32px;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pb-\[47px\] {
  padding-bottom: 47px;
}
.pb-\[40px\] {
  padding-bottom: 40px;
}
.pt-\[118\%\] {
  padding-top: 118%;
}
.pb-7 {
  padding-bottom: 1.75rem;
}
.pt-\[100\%\] {
  padding-top: 100%;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-9 {
  padding-bottom: 2.25rem;
}
.pr-\[20px\] {
  padding-right: 20px;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pr-0 {
  padding-right: 0px;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pl-0 {
  padding-left: 0px;
}
.pt-8 {
  padding-top: 2rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pt-\[40px\] {
  padding-top: 40px;
}
.pb-\[60px\] {
  padding-bottom: 60px;
}
.pt-\[30px\] {
  padding-top: 30px;
}
.pb-0 {
  padding-bottom: 0px;
}
.pt-9 {
  padding-top: 2.25rem;
}
.pt-14 {
  padding-top: 3.5rem;
}
.pb-14 {
  padding-bottom: 3.5rem;
}
.pl-\[20px\] {
  padding-left: 20px;
}
.pt-\[5px\] {
  padding-top: 5px;
}
.pb-\[4px\] {
  padding-bottom: 4px;
}
.pr-\[15px\] {
  padding-right: 15px;
}
.pl-\[15px\] {
  padding-left: 15px;
}
.pt-\[60px\] {
  padding-top: 60px;
}
.pl-\[10px\] {
  padding-left: 10px;
}
.pb-\[6px\] {
  padding-bottom: 6px;
}
.pt-\[7px\] {
  padding-top: 7px;
}
.pr-\[26px\] {
  padding-right: 26px;
}
.pt-7 {
  padding-top: 1.75rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.\!pb-0 {
  padding-bottom: 0px !important;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pt-\[20px\] {
  padding-top: 20px;
}
.pb-\[20px\] {
  padding-bottom: 20px;
}
.pr-5 {
  padding-right: 1.25rem;
}
.pb-\[15px\] {
  padding-bottom: 15px;
}
.pb-\[25px\] {
  padding-bottom: 25px;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pl-\[30px\] {
  padding-left: 30px;
}
.pt-\[16px\] {
  padding-top: 16px;
}
.pr-\[10px\] {
  padding-right: 10px;
}
.pt-\[15px\] {
  padding-top: 15px;
}
.pb-\[30px\] {
  padding-bottom: 30px;
}
.pb-\[26px\] {
  padding-bottom: 26px;
}
.pt-\[29px\] {
  padding-top: 29px;
}
.pb-\[57px\] {
  padding-bottom: 57px;
}
.pb-\[8px\] {
  padding-bottom: 8px;
}
.pb-\[32px\] {
  padding-bottom: 32px;
}
.pt-\[77\%\] {
  padding-top: 77%;
}
.pb-\[68px\] {
  padding-bottom: 68px;
}
.pb-\[10px\] {
  padding-bottom: 10px;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pb-\[34px\] {
  padding-bottom: 34px;
}
.pr-\[25px\] {
  padding-right: 25px;
}
.pt-\[12px\] {
  padding-top: 12px;
}
.pt-\[6px\] {
  padding-top: 6px;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-\[10px\] {
  padding-top: 10px;
}
.pt-\[26px\] {
  padding-top: 26px;
}
.pb-\[22px\] {
  padding-bottom: 22px;
}
.pr-\[21px\] {
  padding-right: 21px;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pt-0 {
  padding-top: 0px;
}
.pr-10 {
  padding-right: 2.5rem;
}
.pt-\[50px\] {
  padding-top: 50px;
}
.pb-\[13px\] {
  padding-bottom: 13px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.\!text-center {
  text-align: center !important;
}
.text-right {
  text-align: right;
}
.align-middle {
  vertical-align: middle;
}
.font-kronaone {
  font-family: KronaOne, sans-serif;
}
.font-inter {
  font-family: Inter, sans-serif;
}
.\!font-kronaone {
  font-family: KronaOne, sans-serif !important;
}
.\!font-inter {
  font-family: Inter, sans-serif !important;
}
.font-\[KronaOne\] {
  font-family: KronaOne;
}
.text-font27 {
  font-size: 27px;
  line-height: 32px;
}
.text-font16 {
  font-size: 16px;
  line-height: 21px;
}
.text-font14 {
  font-size: 14px;
  line-height: 19px;
}
.text-font12 {
  font-size: 12px;
  line-height: 16px;
}
.text-\[25px\] {
  font-size: 25px;
}
.text-font11 {
  font-size: 11px;
  line-height: 14px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-font18 {
  font-size: 18px;
  line-height: 26px;
}
.text-font28 {
  font-size: 28px;
  line-height: 32px;
}
.text-font20 {
  font-size: 20px;
  line-height: 30px;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-\[36px\] {
  font-size: 36px;
}
.text-\[18px\] {
  font-size: 18px;
}
.\!text-\[19px\] {
  font-size: 19px !important;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-font15 {
  font-size: 15px;
  line-height: 18px;
}
.text-font30 {
  font-size: 30px;
  line-height: 36px;
}
.text-font13 {
  font-size: 13px;
  line-height: 17px;
}
.text-font10 {
  font-size: 10px;
  line-height: 14px;
}
.text-\[22px\] {
  font-size: 22px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-font23 {
  font-size: 23px;
  line-height: 32px;
}
.text-font25 {
  font-size: 25px;
  line-height: 40px;
}
.text-\[21px\] {
  font-size: 21px;
}
.\!text-\[16px\] {
  font-size: 16px !important;
}
.text-font17 {
  font-size: 17px;
  line-height: 26px;
}
.text-font22 {
  font-size: 22px;
  line-height: 32px;
}
.text-font24 {
  font-size: 24px;
  line-height: 34px;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.\!text-\[24px\] {
  font-size: 24px !important;
}
.text-\[24px\] {
  font-size: 24px;
}
.font-normal {
  font-weight: 400;
}
.font-medium {
  font-weight: 500;
}
.\!font-extralight {
  font-weight: 200 !important;
}
.font-semibold {
  font-weight: 600;
}
.font-light {
  font-weight: 300;
}
.font-extralight {
  font-weight: 200;
}
.font-bold {
  font-weight: 700;
}
.\!font-normal {
  font-weight: 400 !important;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.leading-normal {
  line-height: 1.5;
}
.leading-\[1\.2\] {
  line-height: 1.2;
}
.leading-\[23px\] {
  line-height: 23px;
}
.leading-\[92\%\] {
  line-height: 92%;
}
.leading-\[92\.023\%\] {
  line-height: 92.023%;
}
.leading-\[125\%\] {
  line-height: 125%;
}
.leading-\[120\%\] {
  line-height: 120%;
}
.leading-\[21px\] {
  line-height: 21px;
}
.\!leading-\[19px\] {
  line-height: 19px !important;
}
.leading-\[25px\] {
  line-height: 25px;
}
.leading-\[20px\] {
  line-height: 20px;
}
.leading-\[17px\] {
  line-height: 17px;
}
.leading-\[11px\] {
  line-height: 11px;
}
.leading-\[19px\] {
  line-height: 19px;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.tracking-normal {
  letter-spacing: 0em;
}
.tracking-\[1\.8px\] {
  letter-spacing: 1.8px;
}
.tracking-\[3\.2px\] {
  letter-spacing: 3.2px;
}
.tracking-\[0\.04em\] {
  letter-spacing: 0.04em;
}
.tracking-2 {
  letter-spacing: 0.2em;
}
.tracking-4 {
  letter-spacing: 0.04em;
}
.tracking-\[5\.28px\] {
  letter-spacing: 5.28px;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.tracking-\[3\.52px\] {
  letter-spacing: 3.52px;
}
.text-\[\#EB001B\] {
  --tw-text-opacity: 1;
  color: rgb(235 0 27 / var(--tw-text-opacity));
}
.text-puce-400 {
  --tw-text-opacity: 1;
  color: rgb(134 120 135 / var(--tw-text-opacity));
}
.text-puce-100 {
  --tw-text-opacity: 1;
  color: rgb(202 134 133 / var(--tw-text-opacity));
}
.text-\[\#FAF6F3\] {
  --tw-text-opacity: 1;
  color: rgb(250 246 243 / var(--tw-text-opacity));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.text-blackesh-100 {
  --tw-text-opacity: 1;
  color: rgb(75 59 76 / var(--tw-text-opacity));
}
.text-blackesh-200 {
  --tw-text-opacity: 1;
  color: rgb(132 116 134 / var(--tw-text-opacity));
}
.text-\[\#6D533E\] {
  --tw-text-opacity: 1;
  color: rgb(109 83 62 / var(--tw-text-opacity));
}
.text-\[\#fff\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-\[\#CA8685\] {
  --tw-text-opacity: 1;
  color: rgb(202 134 133 / var(--tw-text-opacity));
}
.text-\[\#867887\] {
  --tw-text-opacity: 1;
  color: rgb(134 120 135 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-purple-100 {
  --tw-text-opacity: 1;
  color: rgb(243 232 255 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-\[\#212121\] {
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity));
}
.text-\[\#1F1C1E\] {
  --tw-text-opacity: 1;
  color: rgb(31 28 30 / var(--tw-text-opacity));
}
.text-blackesh-300 {
  --tw-text-opacity: 1;
  color: rgb(58 49 55 / var(--tw-text-opacity));
}
.text-\[\#4B3B4C\] {
  --tw-text-opacity: 1;
  color: rgb(75 59 76 / var(--tw-text-opacity));
}
.text-pink-100 {
  --tw-text-opacity: 1;
  color: rgb(252 231 243 / var(--tw-text-opacity));
}
.text-\[\#000\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(253 249 254 / var(--tw-text-opacity));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(168 169 173 / var(--tw-text-opacity));
}
.text-\[\#faf6f3\] {
  --tw-text-opacity: 1;
  color: rgb(250 246 243 / var(--tw-text-opacity));
}
.text-\[\#4D4D4D\] {
  --tw-text-opacity: 1;
  color: rgb(77 77 77 / var(--tw-text-opacity));
}
.\!text-\[\#1F1C1E\] {
  --tw-text-opacity: 1 !important;
  color: rgb(31 28 30 / var(--tw-text-opacity)) !important;
}
.text-\[\#323232\] {
  --tw-text-opacity: 1;
  color: rgb(50 50 50 / var(--tw-text-opacity));
}
.text-\[\#FFF\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.line-through {
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
}
.\!no-underline {
  -webkit-text-decoration-line: none !important;
          text-decoration-line: none !important;
}
.no-underline {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.underline-offset-2 {
  text-underline-offset: 2px;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-70 {
  opacity: 0.7;
}
.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-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-shadow-header {
  --tw-shadow: 0px 9px 64px rgba(75, 59, 76, 0.5);;
  --tw-shadow-colored: 0px 9px 64px 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-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline {
  outline-style: solid;
}
.ring-0 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-transparent {
  --tw-ring-color: transparent;
}
.ring-opacity-5 {
  --tw-ring-opacity: 0.05;
}
.blur {
  --tw-blur: blur(8px);
  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);
}
.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-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.delay-150 {
  transition-delay: 150ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-100 {
  transition-duration: 100ms;
}
.duration-75 {
  transition-duration: 75ms;
}
.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);
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.last\:border-0:last-child {
  border-width: 0px;
}
.empty\:hidden:empty {
  display: none;
}
.empty\:\!hidden:empty {
  display: none !important;
}
.hover\:\!border-\[\#1D1D1D\]:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(29 29 29 / var(--tw-border-opacity)) !important;
}
.hover\:border-\[\#000\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.hover\:\!bg-\[\#FAF6F3\]:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 246 243 / var(--tw-bg-opacity)) !important;
}
.hover\:text-blackesh-100:hover {
  --tw-text-opacity: 1;
  color: rgb(75 59 76 / var(--tw-text-opacity));
}
.hover\:text-blue-100:hover {
  --tw-text-opacity: 1;
  color: rgb(219 234 254 / var(--tw-text-opacity));
}
.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.hover\:text-black\/70:hover {
  color: rgb(0 0 0 / 0.7);
}
.hover\:\!text-\[\#1D1D1D\]:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(29 29 29 / var(--tw-text-opacity)) !important;
}
.hover\:text-\[\#000\]:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.hover\:opacity-100:hover {
  opacity: 1;
}
.hover\:transition:hover {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.hover\:transition-all:hover {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.hover\:duration-500:hover {
  transition-duration: 500ms;
}
.hover\:ease-in-out:hover {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.focus\:border-0:focus {
  border-width: 0px;
}
.focus\:border-none:focus {
  border-style: none;
}
.focus\:border-puce-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(134 120 135 / var(--tw-border-opacity));
}
.focus\:shadow-none:focus {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-transparent:focus {
  --tw-ring-color: transparent;
}
@media (min-width: 640px) {

  .sm\:order-2 {
    order: 2;
  }

  .sm\:order-1 {
    order: 1;
  }

  .sm\:order-3 {
    order: 3;
  }

  .sm\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

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

  .sm\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

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

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

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

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

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-24 {
    height: 6rem;
  }

  .sm\:h-8 {
    height: 2rem;
  }

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

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

  .sm\:w-24 {
    width: 6rem;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:w-8 {
    width: 2rem;
  }

  .sm\:flex-none {
    flex: none;
  }

  .sm\:translate-y-0 {
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .sm\:scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .sm\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .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\:flex-row {
    flex-direction: row;
  }

  .sm\:flex-nowrap {
    flex-wrap: nowrap;
  }

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

  .sm\:gap-2 {
    gap: 0.5rem;
  }

  .sm\:gap-\[15px\] {
    gap: 15px;
  }

  .sm\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:p-7 {
    padding: 1.75rem;
  }

  .sm\:p-0 {
    padding: 0px;
  }

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

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

  .sm\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:text-font15 {
    font-size: 15px;
    line-height: 18px;
  }

  .sm\:text-font18 {
    font-size: 18px;
    line-height: 26px;
  }

  .sm\:text-font16 {
    font-size: 16px;
    line-height: 21px;
  }

  .sm\:duration-700 {
    transition-duration: 700ms;
  }
}
@media (min-width: 768px) {

  .md\:static {
    position: static;
  }

  .md\:absolute {
    position: absolute;
  }

  .md\:sticky {
    position: sticky;
  }

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

  .md\:bottom-0 {
    bottom: 0px;
  }

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

  .md\:left-\[-5\%\] {
    left: -5%;
  }

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

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

  .md\:top-\[15px\] {
    top: 15px;
  }

  .md\:left-\[15px\] {
    left: 15px;
  }

  .md\:m-auto {
    margin: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:block {
    display: block;
  }

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

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:w-auto {
    width: auto;
  }

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

  .md\:w-1\/4 {
    width: 25%;
  }

  .md\:w-3\/4 {
    width: 75%;
  }

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

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

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

  .md\:w-\[1\.5px\] {
    width: 1.5px;
  }

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

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

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

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

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

  .md\:\!min-w-\[365px\] {
    min-width: 365px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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\:flex-row {
    flex-direction: row;
  }

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

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

  .md\:gap-9 {
    gap: 2.25rem;
  }

  .md\:gap-10 {
    gap: 2.5rem;
  }

  .md\:gap-\[50px\] {
    gap: 50px;
  }

  .md\:gap-\[30px\] {
    gap: 30px;
  }

  .md\:gap-\[18px\] {
    gap: 18px;
  }

  .md\:gap-\[65px\] {
    gap: 65px;
  }

  .md\:gap-\[25px\] {
    gap: 25px;
  }

  .md\:gap-2 {
    gap: 0.5rem;
  }

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

  .md\:gap-x-\[20px\] {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  .md\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .md\:gap-y-4 {
    row-gap: 1rem;
  }

  .md\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

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

  .md\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:overflow-visible {
    overflow: visible;
  }

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

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

  .md\:border-\[\#E0DCE0\] {
    --tw-border-opacity: 1;
    border-color: rgb(224 220 224 / var(--tw-border-opacity));
  }

  .md\:border-\[\#1D1D1D\] {
    --tw-border-opacity: 1;
    border-color: rgb(29 29 29 / var(--tw-border-opacity));
  }

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

  .md\:bg-\[\#F6EDE6\] {
    --tw-bg-opacity: 1;
    background-color: rgb(246 237 230 / var(--tw-bg-opacity));
  }

  .md\:bg-\[\#C0A48B\] {
    --tw-bg-opacity: 1;
    background-color: rgb(192 164 139 / var(--tw-bg-opacity));
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

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

  .md\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

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

  .md\:\!py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

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

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

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

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

  .md\:pt-\[71\%\] {
    padding-top: 71%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:text-font22 {
    font-size: 22px;
    line-height: 32px;
  }

  .md\:text-font30 {
    font-size: 30px;
    line-height: 36px;
  }

  .md\:text-font16 {
    font-size: 16px;
    line-height: 21px;
  }

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

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

  .md\:text-font13 {
    font-size: 13px;
    line-height: 17px;
  }

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

  .md\:text-font14 {
    font-size: 14px;
    line-height: 19px;
  }

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

  .md\:text-font28 {
    font-size: 28px;
    line-height: 32px;
  }

  .md\:text-font44 {
    font-size: 44px;
    line-height: 55px;
  }

  .md\:text-font20 {
    font-size: 20px;
    line-height: 30px;
  }

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

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

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

  .md\:text-font15 {
    font-size: 15px;
    line-height: 18px;
  }

  .md\:text-font18 {
    font-size: 18px;
    line-height: 26px;
  }

  .md\:text-font24 {
    font-size: 24px;
    line-height: 34px;
  }

  .md\:text-font19 {
    font-size: 19px;
    line-height: 25px;
  }

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

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

  .md\:\!text-\[\#1F1C1E\] {
    --tw-text-opacity: 1 !important;
    color: rgb(31 28 30 / var(--tw-text-opacity)) !important;
  }

  .md\:text-\[\#1F1C1E\] {
    --tw-text-opacity: 1;
    color: rgb(31 28 30 / var(--tw-text-opacity));
  }
}
@media (min-width: 1024px) {

  .lg\:static {
    position: static;
  }

  .lg\:absolute {
    position: absolute;
  }

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

  .lg\:bottom-0 {
    bottom: 0px;
  }

  .lg\:-top-\[75px\] {
    top: -75px;
  }

  .lg\:left-\[-5\%\] {
    left: -5%;
  }

  .lg\:top-\[100\%\] {
    top: 100%;
  }

  .lg\:order-3 {
    order: 3;
  }

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:block {
    display: block;
  }

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

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

  .lg\:w-1\/5 {
    width: 20%;
  }

  .lg\:w-4\/5 {
    width: 80%;
  }

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

  .lg\:w-auto {
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }

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

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

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

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

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

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

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

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

  .lg\:gap-10 {
    gap: 2.5rem;
  }

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

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

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

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

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

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

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

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

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

  .lg\:gap-y-\[20px\] {
    row-gap: 20px;
  }

  .lg\:gap-x-\[0\] {
    -moz-column-gap: 0;
         column-gap: 0;
  }

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

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

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

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

  .lg\:overflow-auto {
    overflow: auto;
  }

  .lg\:border-y {
    border-top-width: 1px;
    border-bottom-width: 1px;
  }

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

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

  .lg\:border-gray-1000 {
    --tw-border-opacity: 1;
    border-color: rgb(200 198 200 / var(--tw-border-opacity));
  }

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

  .lg\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(253 249 254 / var(--tw-bg-opacity));
  }

  .lg\:p-p52 {
    padding: 52px;
  }

  .lg\:p-12 {
    padding: 3rem;
  }

  .lg\:p-0 {
    padding: 0px;
  }

  .lg\:p-2 {
    padding: 0.5rem;
  }

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

  .lg\:p-3 {
    padding: 0.75rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

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

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

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

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

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

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

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

  .lg\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

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

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

  .lg\:pl-0 {
    padding-left: 0px;
  }

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

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

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

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

  .lg\:\!pb-\[60px\] {
    padding-bottom: 60px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:pb-\[0\] {
    padding-bottom: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:text-font30 {
    font-size: 30px;
    line-height: 36px;
  }

  .lg\:text-font40 {
    font-size: 40px;
    line-height: 50px;
  }

  .lg\:text-font44 {
    font-size: 44px;
    line-height: 55px;
  }

  .lg\:text-font14 {
    font-size: 14px;
    line-height: 19px;
  }

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

  .lg\:text-font60 {
    font-size: 60px;
    line-height: 75px;
  }

  .lg\:text-font25 {
    font-size: 25px;
    line-height: 40px;
  }

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

  .lg\:text-font20 {
    font-size: 20px;
    line-height: 30px;
  }

  .lg\:\!text-\[19px\] {
    font-size: 19px !important;
  }

  .lg\:text-font16 {
    font-size: 16px;
    line-height: 21px;
  }

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

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

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

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

  .lg\:text-font34 {
    font-size: 34px;
    line-height: 44px;
  }

  .lg\:text-font22 {
    font-size: 22px;
    line-height: 32px;
  }

  .lg\:text-font18 {
    font-size: 18px;
    line-height: 26px;
  }

  .lg\:text-font17 {
    font-size: 17px;
    line-height: 26px;
  }

  .lg\:text-font19 {
    font-size: 19px;
    line-height: 25px;
  }

  .lg\:text-font21 {
    font-size: 21px;
    line-height: 31px;
  }

  .lg\:text-font35 {
    font-size: 35px;
    line-height: 40px;
  }

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

  .lg\:text-font15 {
    font-size: 15px;
    line-height: 18px;
  }

  .lg\:text-font13 {
    font-size: 13px;
    line-height: 17px;
  }

  .lg\:text-font10 {
    font-size: 10px;
    line-height: 14px;
  }

  .lg\:capitalize {
    text-transform: capitalize;
  }

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

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

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

  .lg\:shadow-none {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}
@media (min-width: 1280px) {

  .xl\:bottom-\[-17\%\] {
    bottom: -17%;
  }

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

  .xl\:left-\[30px\] {
    left: 30px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:mr-16 {
    margin-right: 4rem;
  }

  .xl\:grid {
    display: grid;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:h-24 {
    height: 6rem;
  }

  .xl\:h-\[85\.38px\] {
    height: 85.38px;
  }

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

  .xl\:h-52 {
    height: 52px;
  }

  .xl\:w-1\/5 {
    width: 20%;
  }

  .xl\:w-4\/5 {
    width: 80%;
  }

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

  .xl\:w-\[85\.38px\] {
    width: 85.38px;
  }

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

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

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

  .xl\:gap-14 {
    gap: 3.5rem;
  }

  .xl\:gap-y-14 {
    row-gap: 3.5rem;
  }

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

  .xl\:overflow-hidden {
    overflow: hidden;
  }

  .xl\:p-14 {
    padding: 3.5rem;
  }

  .xl\:p-p70 {
    padding: 70px;
  }

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

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

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

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

  .xl\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

  .xl\:py-p70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:pr-\[4\%\] {
    padding-right: 4%;
  }

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

  .xl\:pr-\[50px\] {
    padding-right: 50px;
  }

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

  .xl\:pr-\[0\] {
    padding-right: 0;
  }

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

  .xl\:pb-p15 {
    padding-bottom: 15px;
  }

  .xl\:pt-\[100\%\] {
    padding-top: 100%;
  }

  .xl\:pl-\[8\%\] {
    padding-left: 8%;
  }

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

  .xl\:text-font18 {
    font-size: 18px;
    line-height: 26px;
  }

  .xl\:text-font15 {
    font-size: 15px;
    line-height: 18px;
  }

  .xl\:text-font20 {
    font-size: 20px;
    line-height: 30px;
  }

  .xl\:text-font16 {
    font-size: 16px;
    line-height: 21px;
  }

  .xl\:text-font23 {
    font-size: 23px;
    line-height: 32px;
  }

  .xl\:text-font33 {
    font-size: 33px;
    line-height: 38px;
  }

  .xl\:text-font37 {
    font-size: 37px;
    line-height: 42px;
  }

  .xl\:text-font25 {
    font-size: 25px;
    line-height: 40px;
  }

  .xl\:text-font22 {
    font-size: 22px;
    line-height: 32px;
  }

  .xl\:text-font27 {
    font-size: 27px;
    line-height: 32px;
  }

  .xl\:text-font28 {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (min-width: 1536px) {

  .\32xl\:right-\[50px\] {
    right: 50px;
  }

  .\32xl\:left-\[50px\] {
    left: 50px;
  }

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

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

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

  .\32xl\:mb-\[58px\] {
    margin-bottom: 58px;
  }

  .\32xl\:mt-\[80px\] {
    margin-top: 80px;
  }

  .\32xl\:ml-\[43px\] {
    margin-left: 43px;
  }

  .\32xl\:mb-\[16px\] {
    margin-bottom: 16px;
  }

  .\32xl\:mr-20 {
    margin-right: 5rem;
  }

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

  .\32xl\:mb-\[30px\] {
    margin-bottom: 30px;
  }

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

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

  .\32xl\:w-\[50\%\] {
    width: 50%;
  }

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

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

  .\32xl\:w-\[60\%\] {
    width: 60%;
  }

  .\32xl\:max-w-\[1100px\] {
    max-width: 1100px;
  }

  .\32xl\:max-w-\[100\%\] {
    max-width: 100%;
  }

  .\32xl\:items-center {
    align-items: center;
  }

  .\32xl\:gap-20 {
    gap: 5rem;
  }

  .\32xl\:gap-\[25px\] {
    gap: 25px;
  }

  .\32xl\:gap-10 {
    gap: 2.5rem;
  }

  .\32xl\:gap-x-\[30px\] {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

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

  .\32xl\:space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:p-16 {
    padding: 4rem;
  }

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

  .\32xl\:py-\[75px\] {
    padding-top: 75px;
    padding-bottom: 75px;
  }

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

  .\32xl\:px-\[50px\] {
    padding-left: 50px;
    padding-right: 50px;
  }

  .\32xl\:py-\[56px\] {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .\32xl\:py-\[90px\] {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .\32xl\:py-\[70px\] {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .\32xl\:py-\[100px\] {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .\32xl\:py-\[83px\] {
    padding-top: 83px;
    padding-bottom: 83px;
  }

  .\32xl\:px-\[20px\] {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .\32xl\:px-\[80px\] {
    padding-left: 80px;
    padding-right: 80px;
  }

  .\32xl\:pb-\[70px\] {
    padding-bottom: 70px;
  }

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

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

  .\32xl\:pb-p60 {
    padding-bottom: 60px;
  }

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

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

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

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

  .\32xl\:pl-\[77px\] {
    padding-left: 77px;
  }

  .\32xl\:pb-\[0\] {
    padding-bottom: 0;
  }

  .\32xl\:pb-\[100px\] {
    padding-bottom: 100px;
  }

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

  .\32xl\:pb-\[60px\] {
    padding-bottom: 60px;
  }

  .\32xl\:pb-\[30px\] {
    padding-bottom: 30px;
  }

  .\32xl\:pt-p85 {
    padding-top: 85px;
  }

  .\32xl\:pb-32 {
    padding-bottom: 8rem;
  }

  .\32xl\:pr-\[60px\] {
    padding-right: 60px;
  }

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

  .\32xl\:pb-\[50px\] {
    padding-bottom: 50px;
  }

  .\32xl\:pt-\[40px\] {
    padding-top: 40px;
  }

  .\32xl\:pb-\[57px\] {
    padding-bottom: 57px;
  }

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

  .\32xl\:pb-\[125px\] {
    padding-bottom: 125px;
  }

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

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

  .\32xl\:pr-\[66px\] {
    padding-right: 66px;
  }

  .\32xl\:text-font40 {
    font-size: 40px;
    line-height: 50px;
  }

  .\32xl\:text-font35 {
    font-size: 35px;
    line-height: 40px;
  }

  .\32xl\:text-font20 {
    font-size: 20px;
    line-height: 30px;
  }

  .\32xl\:text-font16 {
    font-size: 16px;
    line-height: 21px;
  }

  .\32xl\:text-font25 {
    font-size: 25px;
    line-height: 40px;
  }

  .\32xl\:text-font22 {
    font-size: 22px;
    line-height: 32px;
  }

  .\32xl\:text-font18 {
    font-size: 18px;
    line-height: 26px;
  }

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

  .\32xl\:text-font30 {
    font-size: 30px;
    line-height: 36px;
  }

  .\32xl\:text-font24 {
    font-size: 24px;
    line-height: 34px;
  }

  .\32xl\:text-font23 {
    font-size: 23px;
    line-height: 32px;
  }

  .\32xl\:text-font26 {
    font-size: 26px;
    line-height: 31px;
  }

  .\32xl\:text-font45 {
    font-size: 45px;
    line-height: 50px;
  }
}
@media (min-width: 1440px) {

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

  .\31 440Width\:h-\[70px\] {
    height: 70px;
  }

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

  .\31 440Width\:w-\[70px\] {
    width: 70px;
  }

  .\31 440Width\:gap-\[31px\] {
    gap: 31px;
  }

  .\31 440Width\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .\31 440Width\:pb-8 {
    padding-bottom: 2rem;
  }

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

  .\31 440Width\:\!text-\[20px\] {
    font-size: 20px !important;
  }

  .\31 440Width\:text-\[25px\] {
    font-size: 25px;
  }

  .\31 440Width\:text-\[15px\] {
    font-size: 15px;
  }

  .\31 440Width\:\!text-\[24px\] {
    font-size: 24px !important;
  }

  .\31 440Width\:font-semibold {
    font-weight: 600;
  }

  .\31 440Width\:leading-\[120\%\] {
    line-height: 120%;
  }

  .\31 440Width\:leading-\[25px\] {
    line-height: 25px;
  }

  .\31 440Width\:leading-\[130\%\] {
    line-height: 130%;
  }
}
@media (min-width: 1750px) {

  .\34xl\:right-\[66px\] {
    right: 66px;
  }

  .\34xl\:left-\[66px\] {
    left: 66px;
  }

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

  .\34xl\:mr-\[107px\] {
    margin-right: 107px;
  }

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

  .\34xl\:h-\[81px\] {
    height: 81px;
  }

  .\34xl\:min-h-\[399px\] {
    min-height: 399px;
  }

  .\34xl\:w-\[81px\] {
    width: 81px;
  }

  .\34xl\:gap-9 {
    gap: 2.25rem;
  }

  .\34xl\:gap-6 {
    gap: 1.5rem;
  }

  .\34xl\:gap-\[48px\] {
    gap: 48px;
  }

  .\34xl\:gap-x-\[37px\] {
    -moz-column-gap: 37px;
         column-gap: 37px;
  }

  .\34xl\:gap-y-20 {
    row-gap: 5rem;
  }

  .\34xl\: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));
  }

  .\34xl\:border-\[7px\] {
    border-width: 7px;
  }

  .\34xl\:p-20 {
    padding: 5rem;
  }

  .\34xl\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

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

  .\34xl\:py-\[40px\] {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .\34xl\:py-\[100px\] {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .\34xl\:py-\[90px\] {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .\34xl\:px-\[65px\] {
    padding-left: 65px;
    padding-right: 65px;
  }

  .\34xl\:py-\[136px\] {
    padding-top: 136px;
    padding-bottom: 136px;
  }

  .\34xl\:py-\[141px\] {
    padding-top: 141px;
    padding-bottom: 141px;
  }

  .\34xl\:pb-\[81px\] {
    padding-bottom: 81px;
  }

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

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

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

  .\34xl\:pb-\[50px\] {
    padding-bottom: 50px;
  }

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

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

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

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

  .\34xl\:pt-\[10\%\] {
    padding-top: 10%;
  }

  .\34xl\:pb-\[10\%\] {
    padding-bottom: 10%;
  }

  .\34xl\:pb-\[30px\] {
    padding-bottom: 30px;
  }

  .\34xl\:pb-\[85px\] {
    padding-bottom: 85px;
  }

  .\34xl\:pr-\[81px\] {
    padding-right: 81px;
  }

  .\34xl\:pt-0 {
    padding-top: 0px;
  }

  .\34xl\:pl-\[81px\] {
    padding-left: 81px;
  }

  .\34xl\:pb-\[80px\] {
    padding-bottom: 80px;
  }

  .\34xl\:pr-\[76px\] {
    padding-right: 76px;
  }

  .\34xl\:pb-\[105px\] {
    padding-bottom: 105px;
  }

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

  .\34xl\:text-\[52px\] {
    font-size: 52px;
  }

  .\34xl\:text-font18 {
    font-size: 18px;
    line-height: 26px;
  }

  .\34xl\:\!text-\[22px\] {
    font-size: 22px !important;
  }

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

  .\34xl\:text-font45 {
    font-size: 45px;
    line-height: 50px;
  }

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

  .\34xl\:text-font50 {
    font-size: 50px;
    line-height: 57px;
  }

  .\34xl\:leading-\[140\%\] {
    line-height: 140%;
  }
}
@media (min-width: 1920px) {

  .\35xl\:pl-\[15\%\] {
    padding-left: 15%;
  }
}
html {
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  padding-bottom: 0 !important;
  scroll-behavior: smooth;
  padding-bottom: 0px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

body {
  position: relative;
  z-index: 0;
}

body.lock-screen {
  overflow: hidden;
}
body.lock-screen #MainContent {
  z-index: 10000000;
}

html[template=members] {
  height: 100%;
}
html[template=members] body {
  display: flex;
  flex-direction: column;
}
html[template=members] body main {
  flex: 1 0 auto;
}

#MainContent {
  position: relative;
  z-index: -1;
  padding-top: var(--header-height);
}

body {
  opacity: 1;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  color: var(--theme-color);
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* Hover */
button {
  outline: none !important;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
button:hover {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
button:focus {
  outline: none !important;
}
button:disabled, button[disabled] {
  --tw-grayscale: grayscale(90%);
  pointer-events: none;
  --tw-grayscale: grayscale(100%);
  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);
}

a {
  outline: none !important;
  color: var(--theme-link-color);
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
a:hover {
  outline: none !important;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
a:focus {
  outline: none !important;
}

.container, div#searchresults {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1546px;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 768px) {

  .container, div#searchresults {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 1024px) {

  .container, div#searchresults {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (min-width: 1750px) {

  .container, div#searchresults {
    padding-left: 65px;
    padding-right: 65px;
  }
}

@media (min-width: 2100px) {

  .container, div#searchresults {
    max-width: 1920px;
  }
}

.container-custom {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 2100px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 768px) {

  .container-custom {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 1024px) {

  .container-custom {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (min-width: 1750px) {

  .container-custom {
    padding-left: 65px;
    padding-right: 65px;
  }
}

.container-p-0 {
  padding: 0px;
}

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

@media (min-width: 768px) {

  .mobile_custom {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 1024px) {

  .mobile_custom {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (min-width: 1750px) {

  .mobile_custom {
    padding-left: 65px;
    padding-right: 65px;
  }
}

.pr_0 {
  padding-right: 0px;
}

@media (min-width: 1024px) {

  .pr_0 {
    padding-right: 50px;
  }
}

@media (min-width: 1750px) {

  .pr_0 {
    padding-right: 65px;
  }
}

ul li {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: KronaOne, sans-serif;
}

h1 {
  color: var(--theme-eighth-base-color);
  font-size: 36px;
  line-height: 45px;
  font-weight: 400;
}

@media (min-width: 1024px) {

  h1 {
    font-size: 80px;
    line-height: 100px;
  }
}

h2 {
  color: var(--theme-eighth-base-color);
  line-height: 1.3;
  font-weight: 400;
}

@media (min-width: 1024px) {

  h2 {
    font-size: 60px;
    line-height: 75px;
  }
}

h3 {
  color: var(--theme-eighth-base-color);
  font-weight: 400;
}

@media (min-width: 1024px) {

  h3 {
    font-size: 52px;
    line-height: 65px;
  }
}

h4 {
  color: var(--theme-eighth-base-color);
  font-weight: 400;
}

@media (min-width: 1024px) {

  h4 {
    font-size: 44px;
    line-height: 55px;
  }
}

h5 {
  color: var(--theme-eighth-base-color);
  font-weight: 400;
}

@media (min-width: 1024px) {

  h5 {
    font-size: 40px;
    line-height: 50px;
  }
}

h6 {
  color: var(--theme-eighth-base-color);
  font-weight: 400;
}

@media (min-width: 1024px) {

  h6 {
    font-size: 36px;
    line-height: 45px;
  }
}

p {
  line-height: 1.5;
  color: var(--theme-color);
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
}

.body-large {
  font-size: 25px;
  line-height: 40px;
  font-weight: 200;
}

.body-medium-regular {
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
}

.body-medium-extralight {
  font-size: 16px;
  line-height: 23px;
  font-weight: 200;
}

.body-small-regular {
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
}

.body-bold {
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
}

.display-xx-large {
  font-size: 68px;
  line-height: 62px;
  font-weight: 500;
}

.display-x-large {
  font-size: 52px;
  line-height: 48px;
  font-weight: 500;
}

.display-medium {
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
}

.display-small {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  font-style: italic;
}

.display-x-small {
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
}

.display-large-v1 {
  font-size: 24px;
  line-height: 29px;
  font-weight: 500;
}

.display-large-v2 {
  font-size: 24px;
  line-height: 29px;
  font-weight: 600;
}

.button-featured {
  letter-spacing: 3.74px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
}

.button-normal {
  letter-spacing: 3.74px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
}

.lid-text {
  padding-bottom: 35px;
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(134 120 135 / var(--tw-text-opacity));
}

.primary-btn.lid-text, .shopify-payment-button__button--unbranded.lid-text, .shopify-challenge__button.lid-text, .secondary-btn.lid-text, .shopify-payment-button__more-options.lid-text {
  text-transform: uppercase;
}

@media (min-width: 1024px) {

  .lid-text {
    padding-bottom: 45px;
  }
}

.title_main {
  padding-bottom: 32px;
}

@media (min-width: 1536px) {

  .title_main {
    padding-bottom: 40px;
  }
}

.content-block p {
  padding-bottom: 0.5rem;
}

@media (min-width: 1536px) {

  .content-block p {
    padding-bottom: 0.75rem;
  }
}

.list-block .list-title {
  padding-bottom: 30px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(75 59 76 / var(--tw-text-opacity));
}
.list-block ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 15px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(75 59 76 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .list-block ul li {
    font-size: 15px;
    line-height: 18px;
  }
}
@media (min-width: 1536px) {

  .list-block ul li {
    font-size: 16px;
    line-height: 21px;
  }
}
.list-block ul li::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 7px;
  height: 5px;
  width: 5px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(75 59 76 / var(--tw-bg-opacity));
}

p {
  line-height: 1.5;
  color: var(--theme-color);
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
}

@media (min-width: 1024px) {

  p {
    font-size: 16px;
    line-height: 21px;
  }
}

.swiper-pagination {
  position: relative;
}
.swiper-pagination .swiper-pagination-bullet {
  height: 9px;
  width: 9px;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(75 59 76 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  --tw-bg-opacity: 1;
  background-color: rgb(75 59 76 / var(--tw-bg-opacity));
}

.swiper-scrollbar {
  position: relative !important;
  height: 6px !important;
  border-radius: 0 !important;
}
.swiper-scrollbar .swiper-scrollbar-drag {
  border-radius: 0 !important;
  --tw-bg-opacity: 1;
  background-color: rgb(202 134 133 / var(--tw-bg-opacity));
  opacity: 1;
}

.swiperArrow {
  box-shadow: 0px 0.679245px 7.4717px rgba(0, 0, 0, 0.16);
  display: flex;
  height: 36px;
  width: 36px;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

@media (min-width: 1024px) {

  .swiperArrow {
    height: 45px;
  }

  .swiperArrow {
    width: 45px;
  }
}

@media (min-width: 1536px) {

  .swiperArrow {
    height: 53px;
  }

  .swiperArrow {
    width: 53px;
  }
}
.swiperArrow svg {
  height: auto;
  width: 7px;
}
@media (min-width: 1024px) {

  .swiperArrow svg {
    width: 9px;
  }
}
@media (min-width: 1536px) {

  .swiperArrow svg {
    width: 10px;
  }
}
.swiperArrow.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.5;
}

.swiper-cards .swiper-slide {
  opacity: 0.5;
}
.swiper-cards .swiper-slide.swiper-slide-visible.swiper-slide-active {
  opacity: 1;
}

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(202, 134, 133, 0.3), 0 0 0 0.2em rgba(202, 134, 133, 0.3);
  }
  100% {
    box-shadow: 0 0 0 0.2em rgba(202, 134, 133, 0.3), 0 0 0 0.3em rgba(202, 134, 133, 0.3), 0 0 0 0.5em rgba(202, 134, 133, 0.3);
  }
}
@keyframes ripplesold {
  0% {
    box-shadow: 0 0 0 0 rgba(150, 146, 147, 0.3), 0 0 0 0.2em rgba(150, 146, 147, 0.3);
  }
  100% {
    box-shadow: 0 0 0 0.2em rgba(150, 146, 147, 0.3), 0 0 0 0.3em rgba(150, 146, 147, 0.3), 0 0 0 0.5em rgba(150, 146, 147, 0.3);
  }
}
.input_box {
  padding-top: 1.5rem;
}
@media (min-width: 640px) {

  .input_box {
    padding-top: 1.75rem;
  }
}
@media (min-width: 1280px) {

  .input_box {
    padding-top: 1.25rem;
  }
}
@media (min-width: 1750px) {

  .input_box {
    padding-top: 1.75rem;
  }
}
.input_box input {
  min-height: 48px;
  width: 100%;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(153 138 138 / var(--tw-border-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(132 116 134 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.input_box input:focus {
  --tw-border-opacity: 1;
  border-color: rgb(219 234 254 / var(--tw-border-opacity));
}
@media (min-width: 640px) {

  .input_box input {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .input_box input {
    font-size: 16px;
    line-height: 21px;
  }
}
.input_box input::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(132 116 134 / var(--tw-text-opacity));
}
.input_box input::placeholder {
  --tw-text-opacity: 1;
  color: rgb(132 116 134 / var(--tw-text-opacity));
}
.input_box .blue-btn {
  width: 100%;
}

.blog-container {
  max-width: 1157px;
}
@media (min-width: 1024px) {
  .blog-container {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.price--sold-out .price__availability,
.price__regular {
  display: inline-block;
}

.price__sale,
.price__availability,
.price .price__badge-sale,
.price .price__badge-sold-out,
.price--on-sale .price__regular,
.price--on-sale .price__availability {
  display: none;
}

.price--sold-out .price__badge-sold-out,
.price--on-sale .price__badge-sale {
  display: inline-flex;
}

.price--on-sale .price__sale {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
}

.price--on-sale .price-item--regular {
  text-decoration: line-through;
  color: rgba(132, 116, 134, 0.8);
  letter-spacing: normal;
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
}

span.price-item.price-item--sale.price-item--last {
  letter-spacing: normal;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(75 59 76 / var(--tw-text-opacity));
}
.pricing-card-1 .pricing-button:hover {
    background: transparent !important;
    color: #fff !important;
    border-color:#fff !important;
    transition: all 0.3s;
}

  .pricing-card-2 .pricing-button:hover {
    background: #b1975c !important;
    color: #fff !important;
      transition: all 0.3s;
}



@media (min-width: 1536px) {

  span.price-item.price-item--sale.price-item--last {
    font-size: 18px;
    line-height: 26px;
  }
}

#searchresults {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

@media (min-width: 768px) {

  #searchresults {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media (min-width: 1024px) {

  #searchresults {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}
#searchresults form p {
  margin-bottom: 2.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.image_text_section #searchresults form p {
  flex-direction: column;
}
@media (min-width: 768px) {

  #searchresults form p {
    flex-direction: row;
  }
}
#searchresults form p input#result-q {
  border: 0;
  width: 100%;
  background: #d8d8d8;
  line-height: 50px;
  padding: 0 20px;
  height: auto !important;
  outline: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  border-radius: 0;
  max-width: 500px;
  margin: 0;
}
#searchresults form p input[type=submit] {
  margin-top: 1.25rem;
  width: 100%;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 768px) {

  #searchresults form p input[type=submit] {
    margin-top: 0px;
  }

  #searchresults form p input[type=submit] {
    margin-left: 1.75rem;
  }

  #searchresults form p input[type=submit] {
    width: auto;
  }
}
#searchresults ol {
  display: flex;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}
@media (min-width: 768px) {

  #searchresults ol {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {

  #searchresults ol {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
#searchresults ol li {
  background: rgba(0, 0, 0, 0.06);
  display: flex;
  height: 100%;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.5rem;
}
.image_text_section #searchresults ol li {
  flex-direction: column;
}
#searchresults ol li div {
  order: 4;
}
#searchresults ol li .result-image {
  order: 1;
  margin-bottom: 1rem;
}
#searchresults ol li .result-image a {
  padding-top: 95%;
  position: relative;
  display: block;
  width: 100%;
}
#searchresults ol li .result-image img {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#searchresults ol li h3 {
  order: 2;
  margin-top: auto;
  margin-bottom: 0.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
#searchresults ol li h3 a {
  display: block;
}
#searchresults ol li span {
  order: 3;
}

.SearchBox {
  margin-bottom: 2.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.image_text_section .SearchBox {
  flex-direction: column;
}

@media (min-width: 768px) {

  .SearchBox {
    flex-direction: row;
  }
}
.SearchBox .search__input {
  border: 0;
  width: 100%;
  background: #d8d8d8;
  line-height: 50px;
  padding: 0 20px;
  height: auto !important;
  outline: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  border-radius: 0;
  max-width: 500px;
  margin: 0;
}
.SearchBox .search__button {
  margin-top: 1.25rem;
  width: 100%;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 768px) {

  .SearchBox .search__button {
    margin-top: 0px;
  }

  .SearchBox .search__button {
    margin-left: 1.75rem;
  }

  .SearchBox .search__button {
    width: auto;
  }
}

.facets__wrapper {
  display: flex;
  align-items: center;
}
.facets__wrapper h2 {
  margin-right: 1rem;
  font-size: 20px;
  line-height: 30px;
}
@media (min-width: 768px) {

  .facets__wrapper h2 {
    font-size: 25px;
    line-height: 40px;
  }
}
.facets__wrapper .disclosure-has-popup .facets__summary {
  margin-right: 1rem;
  display: flex;
  cursor: pointer;
  align-items: center;
}
.facets__wrapper .disclosure-has-popup .facets__summary > div {
  display: flex;
  align-items: center;
}
.facets__wrapper .disclosure-has-popup .facets__summary .icon.icon-caret {
  width: 13px;
  margin-left: 5px;
}

.no-js:not(html) {
  display: none !important;
}

.facets .disclosure-has-popup {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.facets__display {
  background: #fff !important;
}

.custome-container {
  max-width: 1920px;
}

.subscription-plans-main {
  margin-bottom: 30px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.25rem;
}

@media (min-width: 1280px) {

  .subscription-plans-main {
    padding: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .subscription-plans-main {
    padding: 13px 15px;
  }
}
.subscription-plans-main .subscription-plans-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.subscription-plans-main .subscription-plans-row input {
  position: absolute;
  opacity: 0;
}
.subscription-plans-main .subscription-plans-row label {
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(132 116 134 / var(--tw-text-opacity));
}
@media (min-width: 640px) {

  .subscription-plans-main .subscription-plans-row label {
    font-size: 16px;
    line-height: 21px;
  }
}
@media (min-width: 1280px) {

  .subscription-plans-main .subscription-plans-row label {
    font-size: 17px;
    line-height: 26px;
  }
}
@media (min-width: 1536px) {

  .subscription-plans-main .subscription-plans-row label {
    font-size: 18px;
    line-height: 26px;
  }
}
.subscription-plans-main .subscription-plans-row label span {
  padding-right: 0.25rem;
}
@media (min-width: 1280px) {
  .subscription-plans-main .subscription-plans-row label .sub_label_text {
    font-size: 16px !important;
  }
}
.subscription-plans-main .subscription-plans-row label .discounted_price, .subscription-plans-main .subscription-plans-row label .original_price {
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(75 59 76 / var(--tw-text-opacity));
}
@media (min-width: 640px) {

  .subscription-plans-main .subscription-plans-row label .discounted_price, .subscription-plans-main .subscription-plans-row label .original_price {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (min-width: 768px) {

  .subscription-plans-main .subscription-plans-row label .discounted_price, .subscription-plans-main .subscription-plans-row label .original_price {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 1280px) {

  .subscription-plans-main .subscription-plans-row label .discounted_price, .subscription-plans-main .subscription-plans-row label .original_price {
    font-size: 20px;
    line-height: 30px;
  }
}
.subscription-plans-main .subscription-plans-row label .original_price.line-through {
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(132 116 134 / var(--tw-text-opacity));
}
@media (min-width: 640px) {

  .subscription-plans-main .subscription-plans-row label .original_price.line-through {
    font-size: 16px;
    line-height: 21px;
  }
}
@media (min-width: 768px) {

  .subscription-plans-main .subscription-plans-row label .original_price.line-through {
    font-size: 16px;
    line-height: 21px;
  }
}
.subscription-plans-main .subscription-plans-row.subscription-plans-option {
  padding-bottom: 1rem;
}
.subscription-plans-main .subscription-plans-row .subscription-plans_price {
  display: none !important;
}
.subscription-plans-main .subscription-plans-row input:checked ~ .subscription-plans_price {
  display: flex !important;
}
.subscription-plans-main .subscription-plans-row .subscription-plans_price {
  padding-left: 28px;
  flex-direction: column;
  padding-top: 0.75rem;
}
.image_text_section .subscription-plans-main .subscription-plans-row .subscription-plans_price {
  flex-direction: column;
}
@media (min-width: 640px) {

  .subscription-plans-main .subscription-plans-row .subscription-plans_price {
    flex-direction: row;
  }

  .subscription-plans-main .subscription-plans-row .subscription-plans_price {
    align-items: center;
  }

  .subscription-plans-main .subscription-plans-row .subscription-plans_price {
    justify-content: space-between;
  }
}
@media (min-width: 1024px) {

  .subscription-plans-main .subscription-plans-row .subscription-plans_price {
    flex-direction: column;
  }

  .subscription-plans-main .subscription-plans-row .subscription-plans_price {
    align-items: flex-start;
  }

  .subscription-plans-main .subscription-plans-row .subscription-plans_price {
    justify-content: flex-start;
  }
}
@media (min-width: 1536px) {

  .subscription-plans-main .subscription-plans-row .subscription-plans_price {
    flex-direction: row;
  }

  .subscription-plans-main .subscription-plans-row .subscription-plans_price {
    align-items: center;
  }

  .subscription-plans-main .subscription-plans-row .subscription-plans_price {
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .subscription-plans-main .subscription-plans-row .subscription-plans_price {
    padding-left: 42px;
  }
}
@media (min-width: 1750px) {
  .subscription-plans-main .subscription-plans-row .subscription-plans_price {
    padding-left: 50px;
  }
}
.subscription-plans-main .subscription-plans-row .subscription-plans_price .label_select {
  margin-right: 1rem;
  white-space: nowrap;
  padding-bottom: 0.5rem;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(75 59 76 / var(--tw-text-opacity));
}
@media (min-width: 768px) {

  .subscription-plans-main .subscription-plans-row .subscription-plans_price .label_select {
    margin-right: 1.75rem;
  }
}
@media (min-width: 1024px) {

  .subscription-plans-main .subscription-plans-row .subscription-plans_price .label_select {
    font-size: 17px;
    line-height: 26px;
  }
}
@media (min-width: 1750px) {

  .subscription-plans-main .subscription-plans-row .subscription-plans_price .label_select {
    font-size: 18px;
    line-height: 26px;
  }
}
.subscription-plans-main .subscription-plans-row .subscription-plans_price .subscription-selling-plan {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='11' viewBox='0 0 18 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.89108 10.6043L17.6306 2.30662C18.1231 1.7788 18.1231 0.923278 17.6306 0.395709C17.1384 -0.131902 16.3402 -0.131902 15.8481 0.395709L8.99997 7.73764L2.15186 0.395709C1.65948 -0.131902 0.861357 -0.131902 0.369255 0.395709C-0.123085 0.923321 -0.123085 1.77906 0.369255 2.30688L8.10887 10.6046C8.35506 10.8682 8.67737 11 8.99997 11C9.32245 11 9.645 10.868 9.89108 10.6043Z' fill='%234F4F4F'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center right 16px;
  background-size: 14px;
  padding-right: 30px !important;
  border: 1px solid #C8C6C8;
  display: flex;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(75 59 76 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
@media (min-width: 1024px) {

  .subscription-plans-main .subscription-plans-row .subscription-plans_price .subscription-selling-plan {
    font-size: 16px;
    line-height: 21px;
  }
}
.subscription-plans-main .subscription-plans_price {
  width: 100%;
}

.subscription-plans-row .subscription-plans-row input:checked,
.subscription-plans-row input:not(:checked) {
  position: absolute;
  opacity: 0;
}

.subscription-plans-row input:checked + label,
.subscription-plans-row input:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .subscription-plans-row input:checked + label,
.subscription-plans-row input:not(:checked) + label {
    padding-left: 42px;
  }
}
@media (min-width: 1750px) {
  .subscription-plans-row input:checked + label,
.subscription-plans-row input:not(:checked) + label {
    padding-left: 50px;
  }
}

.subscription-plans-row input:checked + label:before,
.subscription-plans-row input:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  border: 2px solid #4f4f4f;
  border-radius: 100%;
}
@media (min-width: 640px) {
  .subscription-plans-row input:checked + label:before,
.subscription-plans-row input:not(:checked) + label:before {
    top: 4px;
  }
}
@media (min-width: 768px) {
  .subscription-plans-row input:checked + label:before,
.subscription-plans-row input:not(:checked) + label:before {
    width: 22px;
    height: 22px;
  }
}
@media (min-width: 1280px) {
  .subscription-plans-row input:checked + label:before,
.subscription-plans-row input:not(:checked) + label:before {
    top: 5px;
  }
}

.subscription-plans-row input:checked + label:before {
  border-color: #CA8685;
}

.subscription-plans-row input:checked + label:after,
.subscription-plans-row input:not(:checked) + label:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 7px;
  left: 5px;
  border-radius: 100%;
  transition: all 0.2s ease;
  --tw-bg-opacity: 1;
  background-color: rgb(75 59 76 / var(--tw-bg-opacity));
}
@media (min-width: 640px) {
  .subscription-plans-row input:checked + label:after,
.subscription-plans-row input:not(:checked) + label:after {
    top: 9px;
  }
}
@media (min-width: 768px) {
  .subscription-plans-row input:checked + label:after,
.subscription-plans-row input:not(:checked) + label:after {
    top: 10px;
    left: 6px;
  }
}
@media (min-width: 1280px) {
  .subscription-plans-row input:checked + label:after,
.subscription-plans-row input:not(:checked) + label:after {
    top: 11px;
  }
}

.subscription-plans-row input:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

.subscription-plans-row input:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.dropdown__main_sec:hover .dropdown__clss {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.color-variant input {
  position: absolute;
  opacity: 0;
}
.color-variant input:checked + .color-item:before {
  border: 1px solid #1D1D1F;
  content: "";
  margin: -3px;
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  border-radius: 9999px;
}
.color-variant .select-color {
  display: flex;
  gap: 1rem;
}
.color-variant .select-color .color-item {
  width: 23px;
  height: 23px;
  position: relative;
  border-radius: 9999px;
}
@media (min-width: 768px) {
  .color-variant .select-color .color-item {
    width: 26px;
    height: 26px;
  }
}

.h_commom_customScroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

.h_commom_customScroll::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}

.h_commom_customScroll::-webkit-scrollbar-thumb {
  background-color: #000000;
}

.product-block {
  padding-bottom: 0.75rem;
}

@media (min-width: 768px) {

  .product-block {
    padding-bottom: 1rem;
  }
}

@media (min-width: 1024px) {

  .product-block {
    padding-bottom: 1.25rem;
  }
}

@media (min-width: 1280px) {

  .product-block {
    padding-bottom: 1.5rem;
  }
}

.size-select-box .primary-btn {
  line-height: 1 !important;
}
.size-select-box select {
  min-height: 45px;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.9998 0.823329C11.0034 0.662835 10.9563 0.505228 10.8649 0.372421C10.7735 0.239613 10.6425 0.138204 10.4901 0.082292C10.3376 0.0263803 10.1713 0.0187442 10.0143 0.0604451C9.85728 0.102146 9.71737 0.191112 9.61392 0.314974L5.51265 5.04101L1.41282 0.314974C1.34903 0.229292 1.26805 0.157536 1.17486 0.104198C1.08168 0.0508611 0.978316 0.0170921 0.8713 0.00500556C0.764284 -0.00708097 0.655914 0.0027757 0.552936 0.0339582C0.449957 0.0651407 0.35458 0.116977 0.272834 0.186221C0.191089 0.255466 0.12478 0.340627 0.0779179 0.436371C0.0310562 0.532114 0.00473576 0.636379 0.00058288 0.742634C-0.00357 0.848889 0.0144854 0.954846 0.0537347 1.05387C0.0929841 1.15289 0.152519 1.24285 0.228617 1.31811L4.91825 6.72899C4.9917 6.81397 5.08287 6.8822 5.18562 6.92898C5.28838 6.97577 5.40022 7 5.51337 7C5.62653 7 5.73837 6.97577 5.84112 6.92898C5.94387 6.8822 6.03513 6.81397 6.10859 6.72899L10.8027 1.31811C10.9257 1.18142 10.9956 1.0061 11 0.823329L10.9998 0.823329Z' fill='%235B5B5B'/%3E%3C/svg%3E");
  background-position: center right 15px;
  background-size: 14px;
  outline: none;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(132 116 134 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  background-repeat: no-repeat;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1.25rem;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
}

.featured_collection_section .size-select-box select {
  min-height: 40px;
}
@media (min-width: 1024px) {
  .featured_collection_section .size-select-box select {
    min-height: 45px;
  }
}
@media (min-width: 1536px) {
  .featured_collection_section .size-select-box select {
    min-height: 50px;
  }
}

.shopify-payment-button {
  margin-top: 24px;
  width: 100%;
}

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

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

.accordion_row:last-child {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(200 198 200 / var(--tw-border-opacity));
}

.save__sec .primary-btn {
  width: 100%;
  min-width: 100%;
}

.price--on-sale .price-item--regular {
  color: rgba(132, 116, 134, 0.8);
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
}

@media (min-width: 768px) {

  .price--on-sale .price-item--regular {
    font-size: 16px;
    line-height: 21px;
  }
}

span.price-item.price-item--sale.price-item--last {
  font-size: 18px;
  line-height: 26px;
  line-height: 1.5rem;
}

@media (min-width: 1280px) {

  span.price-item.price-item--sale.price-item--last {
    font-size: 20px;
    line-height: 30px;
  }
}

.price--on-sale .price-item--regular {
  margin-right: 0;
}

.shopify-challenge__container {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

@media (min-width: 640px) {

  .shopify-challenge__container {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 768px) {

  .shopify-challenge__container {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.shopify-challenge__message {
  padding-bottom: 0.75rem;
}

.shopify-policy__container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
}

@media (min-width: 768px) {

  .shopify-policy__container {
    max-width: 1013px;
  }

  .shopify-policy__container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 1024px) {

  .shopify-policy__container {
    max-width: 1053px;
  }

  .shopify-policy__container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.shopify-policy__container .shopify-policy__title {
  margin-bottom: 40px;
  font-family: Inter, sans-serif;
  font-size: 27px;
  line-height: 32px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(75 59 76 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .shopify-policy__container .shopify-policy__title {
    margin-bottom: 40px;
  }

  .shopify-policy__container .shopify-policy__title {
    font-size: 29px;
    line-height: 34px;
  }
}
@media (min-width: 1536px) {

  .shopify-policy__container .shopify-policy__title {
    margin-bottom: 50px;
  }

  .shopify-policy__container .shopify-policy__title {
    font-size: 35px;
    line-height: 40px;
  }
}
.shopify-policy__container .shopify-policy__body h2 {
  margin-bottom: 14px;
  margin-top: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(75 59 76 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .shopify-policy__container .shopify-policy__body h2 {
    margin-bottom: 15px;
  }

  .shopify-policy__container .shopify-policy__body h2 {
    margin-top: 10px;
  }

  .shopify-policy__container .shopify-policy__body h2 {
    font-size: 20px;
    line-height: 30px;
  }
}
.shopify-policy__container .shopify-policy__body p {
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(134 120 135 / var(--tw-text-opacity));
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

input, select {
  border-width: 0px;
}

.mobile-cart-popup {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  background-color: #ffffff75;
}
@media (min-width: 1024px) {
  .mobile-cart-popup {
    display: none;
  }
}
.mobile-cart-popup.active {
  display: flex;
}
.mobile-cart-popup .product-content-box {
  background-color: white;
  padding: 1rem;
}

.inherit-inner-content * {
  color: inherit;
  text-align: inherit;
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
}
.inherit-inner-content strong {
  font-weight: 700;
}
.inherit-inner-content a {
  text-decoration: underline;
}
.inherit-inner-content em {
  font-style: italic;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.image-with-text-description p {
  font-weight: 200;
  line-height: 125%;
}

.image_text_section .flex-col {
  flex-direction: column !important;
}

@media (min-width: 1023px) {
  .image_text_section .flex-row {
    flex-direction: row !important;
  }

  .image_text_section .flex-row-reverse {
    flex-direction: row-reverse !important;
  }
}
.gif-section {
  background: var(--theme-background);
  color: var(--theme-link-color);
}

.gif-section a {
  border-bottom: 1px solid var(--theme-link-color);
}

.testimonials-content {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

.testimonials-clickable-image {
  filter: grayscale(100%);
}

.testimonials-clickable-image.active-img {
  border: 4px solid #D151DF;
  border-radius: 50%;
  filter: grayscale(0);
}
@media (min-width: 1750px) {
  .testimonials-clickable-image.active-img {
    border: 7px solid #D151DF;
  }
}

.blog-section {
  background: var(--theme-background);
  color: var(--theme-heading);
}
.blog-section .container.container_custom {
  max-width: 1440px;
}
@media (min-width: 1024px) {

  .blog-section .container.container_custom {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.blog-section .link-btn {
  color: var(--theme-link-color);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
@media (min-width: 1750px) {
  .blog-section .link-btn {
    font-size: 15px;
  }
}
.blog-section .last_row_list p {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
}
@media (min-width: 768px) {
  .blog-section .last_row_list p {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  .blog-section .last_row_list p {
    font-size: 15px;
  }
}
@media (min-width: 600px) and (max-width: 767px) {

  .blog-section .last_row_list p {
    font-size: 12px;
  }
}
.blog-section h2 {
  color: var(--theme-heading);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-family: KronaOne, sans-serif;
  font-size: 52px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 35px;
  border-bottom: 1px solid var(--theme-heading);
}
@media screen and (max-width: 1536px) {
  .blog-section h2 {
    font-size: 42px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .blog-section h2 {
    font-size: 28px;
    font-weight: 400;
    line-height: 92.023%;
    border: none;
    padding-bottom: 12px;
    padding-top: 20px;
  }
}

.background-image-text p {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 135%;
}
@media (min-width: 768px) {
  .background-image-text p {
    font-size: 18px;
    line-height: 140%;
  }
}
@media (min-width: 1750px) {
  .background-image-text p {
    font-size: 20px;
    line-height: 140%;
  }
}

div.tw-text-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--theme-fifth-base-color);
}
div.tw-text-primary * {
  color: inherit;
}

a.tw-active {
  background-color: var(--theme-fifth-base-color) !important;
  justify-content: center;
}

svg.tw-text-primary path {
  stroke: var(--theme-fifth-base-color);
}

progress.tw-progress::-webkit-progress-value {
  background-color: var(--theme-fifth-base-color);
}

progress.tw-progress::-moz-progress-bar {
  background-color: var(--theme-fifth-base-color);
}

progress.tw-progress::-ms-fill {
  background-color: var(--theme-fifth-base-color);
}

a.tw-btn-primary {
  background-color: var(--theme-fifth-base-color) !important;
  justify-content: center;
  border-color: var(--theme-fifth-base-color) !important;
}

.tw-card-actions > div.tw-text-primary {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--theme-fifth-base-color);
}

.tw-card-body p {
  display: none;
}

.tw-card-body .tw-card-title {
  margin-bottom: auto;
}

#kaktusc-cart-icon {
  top: 70px !important;
  display: none !important;
}

.kaktusc-app {
  display: none !important;
}
.kaktusc-app #kaktusc-widget {
  display: none !important;
}

.square-img {
  position: relative;
  display: block;
}
.square-img:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.square-img__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#eo_rule_fields {
  display: none;
}

.eo--notification_bar {
  background-color: #DFD0C3 !important;
}
.eo--notification_bar .eo--notification__message {
  color: #1F1C1E !important;
}
.eo--notification_bar .notification_ring div {
  border: 4px solid #000000;
  border-color: #515151 transparent transparent transparent !important;
}

.donation-text {
  font-family: KronaOne, sans-serif;
  color: var(--card-text-color, var(--theme-first-base-color));
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 92.023%;
}

.sharedForm .formSubmit {
  margin-bottom: 1.5rem !important;
}

@media (min-width: 600px) and (max-width: 767px) {
  .blog__title {
    height: 72px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden !important;
    text-overflow: ellipsis;
    margin-bottom: 8px;
  }
  .content__blog {
    height: 72px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden !important;
    text-overflow: ellipsis;
  }
}

.last__row__sec p {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
}
@media (min-width: 768px) {
  .last__row__sec p {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  .last__row__sec p {
    font-size: 15px;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  .last__row__sec p {
    font-size: 12px;
  }
}

.p-mb-22 p {
  margin-bottom: 22px;
}
.p-mb-22 p:last-child {
  margin-bottom: 0;
}

.primary-btn, .shopify-payment-button__button--unbranded, .shopify-challenge__button, .secondary-btn, .shopify-payment-button__more-options {
  min-height: 56px;
  min-width: 200px;
  width: -moz-fit-content;
  width: fit-content;
  transition: all ease-in-out 0.3s 0s;
  color: var(--theme-button-color);
  background-color: var(--theme-button-background);
  border: 1px solid var(--theme-button-border);
  letter-spacing: 1.74px;
  padding: 10px 22px;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1440px) {
  .primary-btn, .shopify-payment-button__button--unbranded, .shopify-challenge__button, .secondary-btn, .shopify-payment-button__more-options {
    padding: 22px;
    min-height: 63px;
    letter-spacing: 3.74px;
  }
}
.primary-btn[disabled], .shopify-payment-button__button--unbranded[disabled], .shopify-challenge__button[disabled], .secondary-btn[disabled], .shopify-payment-button__more-options[disabled] {
  color: #4D4D4D;
  background-color: #1D1D1D;
  border-color: #414241;
  pointer-events: none;
}
.primary-btn[disabled]::after, .shopify-payment-button__button--unbranded[disabled]::after, .shopify-challenge__button[disabled]::after, .secondary-btn[disabled]::after, .shopify-payment-button__more-options[disabled]::after {
  opacity: 0.4;
}
.primary-btn[disabled]::before, .shopify-payment-button__button--unbranded[disabled]::before, .shopify-challenge__button[disabled]::before, .secondary-btn[disabled]::before, .shopify-payment-button__more-options[disabled]::before {
  background-color: #414241;
}
@media screen and (min-width: 768px) {
  .primary-btn:hover, .shopify-payment-button__button--unbranded:hover, .shopify-challenge__button:hover, .secondary-btn:hover, .shopify-payment-button__more-options:hover {
    color: var(--theme-button-color-hover);
    background-color: var(--theme-button-background-hover);
    border-color: var(--theme-button-border-hover);
  }
}
.primary-btn.active, .shopify-payment-button__button--unbranded.active, .shopify-challenge__button.active, .secondary-btn.active, .shopify-payment-button__more-options.active {
  color: var(--theme-button-color-hover);
  background-color: var(--theme-button-background-hover) !important;
  border-color: var(--theme-button-border-hover) !important;
}
.primary-btn.uppercase, .shopify-payment-button__button--unbranded.uppercase, .shopify-challenge__button.uppercase, .secondary-btn.uppercase, .shopify-payment-button__more-options.uppercase {
  text-transform: uppercase;
}
.primary-btn.normal, .shopify-payment-button__button--unbranded.normal, .shopify-challenge__button.normal, .secondary-btn.normal, .shopify-payment-button__more-options.normal {
  text-transform: none;
}
.primary-btn.sharp, .shopify-payment-button__button--unbranded.sharp, .shopify-challenge__button.sharp, .secondary-btn.sharp, .shopify-payment-button__more-options.sharp {
  border-radius: 0;
}
.primary-btn.slightly-roundded, .shopify-payment-button__button--unbranded.slightly-roundded, .shopify-challenge__button.slightly-roundded, .secondary-btn.slightly-roundded, .shopify-payment-button__more-options.slightly-roundded {
  border-radius: 5px;
}
.primary-btn.roundded, .shopify-payment-button__button--unbranded.roundded, .shopify-challenge__button.roundded, .secondary-btn.roundded, .shopify-payment-button__more-options.roundded {
  border-radius: 50px;
}
.primary-btn.thick, .shopify-payment-button__button--unbranded.thick, .shopify-challenge__button.thick, .secondary-btn.thick, .shopify-payment-button__more-options.thick {
  border-width: 3px;
}
.primary-btn.standard, .shopify-payment-button__button--unbranded.standard, .shopify-challenge__button.standard, .secondary-btn.standard, .shopify-payment-button__more-options.standard {
  border-width: 1.5px;
}
.primary-btn.w__full__btn, .shopify-payment-button__button--unbranded.w__full__btn, .shopify-challenge__button.w__full__btn, .secondary-btn.w__full__btn, .shopify-payment-button__more-options.w__full__btn {
  width: 100%;
}

.primary-btn {
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
}

.secondary-btn {
  min-height: 56px;
  position: relative;
  min-width: 323px;
  justify-content: space-between;
  overflow: hidden;
  padding: 10px 22px;
  cursor: pointer;
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
}
.secondary-btn.min-w-0 {
  min-width: 0;
}
@media (min-width: 1440px) {
  .secondary-btn {
    padding: 22px;
    min-height: 63px;
  }
}
.secondary-btn span {
  position: relative;
  z-index: 2;
  flex: 1 0 100%;
  text-align: center;
  transition: transform 0.3s ease-in-out;
  transform: translateX(-11%);
}
.secondary-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 68px;
  transform: translateY(-50%);
  width: 1px;
  height: 32px;
  background-color: var(--theme-second-wheelhouse-color);
}
@media (min-width: 1024px) {
  .secondary-btn::before {
    right: 72px;
  }
}
.secondary-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
  background-position: center;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  transition: all 0.3s ease-in-out;
}
.secondary-btn.first-accent::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M15.9949 0L21.6545 10.3353L32 15.9949L21.6545 21.6545L15.9949 32L10.3353 21.6545L0 15.9949L10.3353 10.3353L15.9949 0Z' fill='%2361AFE9'/%3E%3C/svg%3E");
}
.secondary-btn.second-accent::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M15.9949 0L21.6545 10.3353L32 15.9949L21.6545 21.6545L15.9949 32L10.3353 21.6545L0 15.9949L10.3353 10.3353L15.9949 0Z' fill='%23D151DF'/%3E%3C/svg%3E");
}
.secondary-btn.third-accent::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M15.9949 0L21.6545 10.3353L32 15.9949L21.6545 21.6545L15.9949 32L10.3353 21.6545L0 15.9949L10.3353 10.3353L15.9949 0Z' fill='%234FE33E'/%3E%3C/svg%3E");
}
.secondary-btn.fourth-accent::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M15.9949 0L21.6545 10.3353L32 15.9949L21.6545 21.6545L15.9949 32L10.3353 21.6545L0 15.9949L10.3353 10.3353L15.9949 0Z' fill='%23E4322E'/%3E%3C/svg%3E");
}
@media screen and (min-width: 768px) {
  .secondary-btn:hover::after {
    transform: scale(40);
  }
  .secondary-btn:hover span {
    transform: translateX(0);
  }
}

.link-btn {
  display: flex;
  align-items: center;
  color: var(--theme-button-color);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 17px;
  text-transform: uppercase;
  gap: 19px;
  font-family: Inter, sans-serif;
}
@media (min-width: 1024px) {
  .link-btn {
    font-size: 16px;
    line-height: 24px;
  }
}
.link-btn svg path {
  fill: var(--theme-button-color);
}
.link-btn::hover {
  color: var(--theme-button-color-hover);
}
.link-btn.right-arrow {
  position: relative;
}
.link-btn.right-arrow .button-icon {
  margin-left: 8px;
}
.link-btn.right-arrow svg path {
  fill: var(--theme-button-color);
}
.link-btn.left-arrow {
  position: relative;
}
.link-btn.left-arrow .button-icon {
  margin-right: 8px;
}
.link-btn.left-arrow svg path {
  fill: var(--theme-button-color);
}
.link-btn.currentcolor svg path {
  fill: initial;
}

.shopify-payment-button__button {
  display: none;
}

.product-card {
  display: flex;
  height: 100%;
  cursor: pointer;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.image_text_section .product-card {
  flex-direction: column;
}
.product-card .product-img-sec {
  position: relative;
  padding-left: 0px;
  padding-right: 0px;
}
.product-card .product-img-sec .product-head {
  z-index: 10;
  padding-right: 2px;
  padding-left: 12px;
  padding-bottom: 0.5rem;
  padding-top: 12px;
}
@media (min-width: 640px) {

  .product-card .product-img-sec .product-head {
    padding-bottom: 0.75rem;
  }
}
@media (min-width: 768px) {

  .product-card .product-img-sec .product-head {
    padding-right: 0.75rem;
  }

  .product-card .product-img-sec .product-head {
    padding-left: 17px;
  }

  .product-card .product-img-sec .product-head {
    padding-top: 22px;
  }

  .product-card .product-img-sec .product-head {
    padding-bottom: 1rem;
  }
  .product-card .product-img-sec .product-head {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.product-card .product-img-sec .product-head .rating-sec {
  display: flex;
  align-items: center;
}
.product-card .product-img-sec .product-head .rating-sec svg {
  margin-right: 5px;
  margin-top: -1px;
}
@media (min-width: 768px) {}
.product-card .product-img-sec .product-head .selling-btn {
  min-width: 86px;
  min-height: 26px;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
@media (min-width: 768px) {

  .product-card .product-img-sec .product-head .selling-btn {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.product-card .product-img-sec .product-head .selling-btn svg {
  margin-right: 6px;
  width: 10px;
}
@media (min-width: 768px) {
  .product-card .product-img-sec .product-head .selling-btn svg {
    margin-right: 8px;
    width: 13px;
    min-height: 40px;
  }
}
@media (min-width: 640px) {
  .product-card .product-img-sec .product-head .selling-btn {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .product-card .product-img-sec .product-head .selling-btn {
    font-size: 15px;
  }
}
@media (min-width: 1536px) {
  .product-card .product-img-sec .product-head .selling-btn {
    font-size: 16px;
  }
}
.product-card .product-img-sec .product-img {
  padding-top: 100%;
  position: relative;
}
@media (min-width: 1024px) {
  .product-card .product-img-sec .product-img {
    min-height: 391.31px;
  }
}
.product-card .product-img-sec .product-img img {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  transition: all ease 0.3s 0s;
  transform: scale(1);
  -ms-transform: scale(1);
}
.product-card .product-img-sec .product-bg-img {
  z-index: 5;
}
.product-card .product-img-sec .product-bg-img .primary-btn {
  display: none;
}
@media (min-width: 768px) {
  .product-card .product-img-sec .product-bg-img .primary-btn {
    display: flex;
  }
  .product-card .product-img-sec .product-bg-img {
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.4s 0s;
  }
}
.product-card .product-content-box {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.image_text_section .product-card .product-content-box {
  flex-direction: column;
}
.product-card .product-content-box h4 {
  padding-bottom: 0.5rem;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(75 59 76 / var(--tw-text-opacity));
}
@media (min-width: 640px) {

  .product-card .product-content-box h4 {
    font-size: 19px;
    line-height: 25px;
  }
}
@media (min-width: 768px) {

  .product-card .product-content-box h4 {
    padding-bottom: 0.75rem;
  }

  .product-card .product-content-box h4 {
    font-size: 21px;
    line-height: 31px;
  }
}
@media (min-width: 1024px) {

  .product-card .product-content-box h4 {
    font-size: 22px;
    line-height: 32px;
  }
}
@media (min-width: 1750px) {

  .product-card .product-content-box h4 {
    font-size: 25px;
    line-height: 40px;
  }
}
@media (min-width: 1536px) {
  .product-card .product-content-box h4 {
    padding-bottom: 13px;
  }
}
.product-card .product-content-box p {
  line-height: 1.3 !important;
  padding-bottom: 0.75rem;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(132 116 134 / var(--tw-text-opacity));
}
@media (min-width: 1536px) {

  .product-card .product-content-box p {
    padding-bottom: 0.5rem;
  }
}
.product-card .product-content-box .price--on-sale .price-item--regular {
  color: rgba(132, 116, 134, 0.8);
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
}
@media (min-width: 768px) {

  .product-card .product-content-box .price--on-sale .price-item--regular {
    font-size: 18px;
    line-height: 26px;
  }
}
.product-card .product-content-box span.price-item.price-item--sale.price-item--last {
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(75 59 76 / var(--tw-text-opacity));
}
@media (min-width: 1536px) {

  .product-card .product-content-box span.price-item.price-item--sale.price-item--last {
    font-size: 18px;
    line-height: 26px;
  }
}
.product-card .product-content-box .option label {
  display: block;
}
.product-card .product-content-box .option select {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.9998 0.823329C11.0034 0.662835 10.9563 0.505228 10.8649 0.372421C10.7735 0.239613 10.6425 0.138204 10.4901 0.082292C10.3376 0.0263803 10.1713 0.0187442 10.0143 0.0604451C9.85728 0.102146 9.71737 0.191112 9.61392 0.314974L5.51265 5.04101L1.41282 0.314974C1.34903 0.229292 1.26805 0.157536 1.17486 0.104198C1.08168 0.0508611 0.978316 0.0170921 0.8713 0.00500556C0.764284 -0.00708097 0.655914 0.0027757 0.552936 0.0339582C0.449957 0.0651407 0.35458 0.116977 0.272834 0.186221C0.191089 0.255466 0.12478 0.340627 0.0779179 0.436371C0.0310562 0.532114 0.00473576 0.636379 0.00058288 0.742634C-0.00357 0.848889 0.0144854 0.954846 0.0537347 1.05387C0.0929841 1.15289 0.152519 1.24285 0.228617 1.31811L4.91825 6.72899C4.9917 6.81397 5.08287 6.8822 5.18562 6.92898C5.28838 6.97577 5.40022 7 5.51337 7C5.62653 7 5.73837 6.97577 5.84112 6.92898C5.94387 6.8822 6.03513 6.81397 6.10859 6.72899L10.8027 1.31811C10.9257 1.18142 10.9956 1.0061 11 0.823329L10.9998 0.823329Z' fill='%235B5B5B'/%3E%3C/svg%3E");
  background-position: center right 10px;
  background-repeat: no-repeat;
  padding: 0 25px 0 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(252 231 243 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(132 116 134 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
  .product-card .product-content-box .option select {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
.product-card .product-content-box .price--on-sale .price-item--regular {
  margin-right: 0;
}
.product-card .product-content-box .add-to-card-btn {
  width: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.product-card .product-content-box select.add-to-card-btn option {
  background: white;
  --tw-text-opacity: 1;
  color: rgb(132 116 134 / var(--tw-text-opacity));
}
.product-card .product-content-box .quick_shop {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.product-card .product-content-box .quick_shop:hover {
  --tw-text-opacity: 1;
  color: rgb(252 231 243 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
  .product-card .product-content-box .primary-btn.mobile-cart-btn {
    display: none;
  }
}
@media (max-width: 1023px) {
  .product-card .product-content-box .primary-btn.mobile-cart-btn {
    min-height: 27px;
    min-width: 27px;
    right: 16px;
    left: auto;
    bottom: 16px;
    padding: 2px 4px 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    border-radius: 50px;
    width: 27px;
    height: 27px;
    z-index: 9;
  }
  .product-card .product-content-box .primary-btn.mobile-cart-btn .mobile_icon {
    margin: 0 auto;
    width: 12.26px;
  }
}
@media (min-width: 1024px) {
  .product-card:hover .product-bg-img {
    opacity: 1;
    display: block;
    visibility: visible;
  }
  .product-card:hover .product-bg-img:after {
    content: "";
    background: linear-gradient(180deg, rgba(75, 59, 76, 0) 0%, #4b3b4c73 50%, #4B3B4C 100%);
    height: 222px;
    z-index: 1;
  }
  .product-card:hover .product-bg-img:after {
    position: absolute;
  }
  .product-card:hover .product-bg-img:after {
    left: 0px;
  }
  .product-card:hover .product-bg-img:after {
    right: 0px;
  }
  .product-card:hover .product-bg-img:after {
    bottom: 0px;
  }
  .product-card:hover .product-bg-img:after {
    width: 100%;
  }
  .product-card:hover .pdp-variant {
    visibility: visible;
  }
  .product-card:hover .pdp-variant {
    opacity: 1;
  }
}
.product-card:hover .add-to-card-btn {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.product-card:hover .add-to-card-btn .line-add-to-btn {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.product-card:hover .add-to-card-btn:disabled {
  background: #F3DCE4 !important;
  border-color: #F3DCE4;
  color: #D2AAB7;
  filter: none !important;
}
.product-card:hover .add-to-card-btn:disabled .line-add-to-btn {
  background: #D2AAB7 !important;
}
.product-card:hover .price::after {
  content: "";
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.product-card:hover .product-img img {
  opacity: 1;
}

.categories-block img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.categories-block .categories-content {
  background: linear-gradient(180deg, rgba(75, 59, 76, 0) 0%, #4B3B4C 100%);
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0;
  display: flex;
  min-height: 182px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-top: 20px;
}
.image_text_section .categories-block .categories-content {
  flex-direction: column;
}

/* Production theme.css notice */
/*! DO NOT EDIT THIS FILE. LOOK FOR custom.css AND ADD YOUR CSS CODE IN THERE. */
.container {
    max-width: 1600px;
    margin: auto;
}
.header-new-new header#header {
    background: transparent !important;
      border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding:0px !important;
      position: absolute;
    top: 0px;
}
.header-new-new header#header .container-custom {
    padding-right: 0px;
    padding-left: 20px;
      max-width: 100%;
}
.header-new-new .head-row {
    display: flex;
  align-items:center;
    justify-content: space-between;
}

.header-new-new .head-row .left-panel {
    width: 10% !important; 
    max-width: 10%;
}

.header-new-new .head-row .left-panel img {
    width: 134px;
    object-fit: cover !important;
    height: auto;
}

.header-new-new .head-row .left-panel a {
    width: 100%;
    max-width: 178px !important; 
    min-width: 178px !important; 
      height: auto !important;
}

.header-new-new .main-menu {
   width: 75%;
    display: flex;
    justify-content: flex-end;
    max-width: 75%;
}
 

 .header-new-new .main-menu .pointer-events-auto {
    background: transparent !important;
  box-shadow:none !important;
   padding:0px !important;
}
 .header-new-new .flex.h-full.flex-col.bg-\[\#1F1C1E\].shadow-xl.lg\:shadow-none {
    background: transparent !important;
}

.header-new-new .main-menu  ul {
    gap: 0px;
}

.header-new-new .main-menu ul li {
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    padding: 25px 15px;
}
.header-new-new .main-menu ul li:last-child {
    border: 0px;
}
.header-new-new .main-menu ul li a {
    font-family: 'Inter' !important;
    font-style: normal !important;
    font-weight: 500;
    font-size: 18px !important;
    line-height: 18px !important;
    text-align: center !important;
    letter-spacing: 1.4px;
    color: #E6E6E6;
  text-transform: capitalize !important;
}

/* .header-new-new .main-menu ul li a:hover {
    color: #B1975C;
}
 */

.header-new-new .main-menu ul li:hover {
    background: #b1975c;
   cursor: pointer !important;
}

.header-new-new .main-menu ul li:hover a {
    color: #fff !important;
    cursor: pointer;
}


.header-new-new .right-panel {
    width: 11%;
    max-width: 11%;
    display: flex;
    justify-content: flex-end;
}

 .header-new-new .right-panel a button {
    background: #B1975C !important;
    width: 163px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 1.4px;
    color: #FFFFFF;
}
.header-new-new .right-panel a button:hover {
    color: #B1975C !important;
    background: #fff !important;
    transition: all 0.3s;
}
/********banner**********/
 .retreat-banner-section .Slideshow .Slide-caption {
    padding: 7% 0;
   padding: 0px !important;
   margin:0px !important;
   min-height: 100vh !important;
    max-width: 840px !important;
    margin: auto;
    justify-content: center !important;
    text-align: left;
}

.retreat-banner-section .Slide-caption h2 {
       font-family: 'Krona One';
    font-style: normal;
    font-weight: 600 !important; 
    font-size: 50px !important; 
    line-height: 60px !important; 
    color: #FFFFFF !important; 
    margin-bottom: 25px;
      text-transform: capitalize;
}


.retreat-banner-section .Slide-caption  span {
    padding: 0px;
    font-family: 'Inter' !important; 
    font-style: normal !important; 
    font-weight: 300 !important; 
    font-size: 24px !important; 
    line-height: 160% !important;
    color: #ECECEC !important; 
    margin-bottom: 50px;
      text-transform: capitalize !important;
}

.retreat-banner-section .Slide-caption button.button {
    background: #B1975C;
    padding: 22px;
    border-radius: 50px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 1.4px;
    color: #FFFFFF;
    border: 1px solid #B1975C;
}
.retreat-banner-section .Slide-caption button.button:hover {
    border-color: #b1975c;
    background: transparent;
    color: #b1975c;
    transition: all 0.3s;
}
.retreat-banner-section .slider_img img {
    object-position:right
}

/********************/

/*******inspire************/

.retreat-video-section .video-testimonials {
    padding-top: 0px;
    padding-bottom: 0px;
}


.retreat-video-section h2 {
        font-family: 'KronaOne';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    text-transform: capitalize;
    color: #FFFFFF;
    text-align: left;
    margin-bottom: 30px;
}

.retreat-video-section .video-gallery {
    justify-content: space-between;
    flex-wrap: nowrap;
}

.retreat-video-section .video-gallery .video-card {
    width: 25%;
    padding: 0px;
    position: relative;
}

.retreat-video-section .video-gallery .video-card .video-info {
    display: flex;
    justify-content: space-between;
    padding: 0px 25px;
    position: absolute;
    bottom: 26px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.retreat-video-section  .info-main {
    text-align: left;
}
 
.retreat-video-section .video-gallery button.play-button {
    position: static !important; 
    transform: none !important; 
    background: transparent;
    border: 1px solid #fff;
    color: #b1975c;
}

.retreat-video-section .video-gallery .info-main h3 {
    margin: 0px !important; 
    font-family: 'Inter' !important; 
    font-style: normal !important; 
    font-weight: 600 !important; 
    font-size: 18.0101px !important; 
    line-height: 24px !important; 
    letter-spacing: -0.50028px;
    color: #FFFFFF;
    text-align: left;
    padding-bottom: 4px;
}

.retreat-video-section .video-gallery  .info-main p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14.0078px !important; 
    line-height: 18px;
    color: #D4D4D8 !important; 
}



/******regret-about********/


.retreat-text-and-image {
    width: 100%;
}
.retreat-text-and-image .retreat-section {
    padding: 0px;
}
.retreat-text-and-image .container {
    width: 100%;
    max-width: 1600px;
    padding: 0 15px;
    margin: 0 auto;
}

.retreat-text-and-image .text-content {
    width: 47%;
    flex: unset;
}

.retreat-text-and-image .image-content {
    flex: unset;
    width: 47%;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
}

.retreat-text-and-image .retreat-section {
    position: relative;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    /* background: linear-gradient(240.54deg, #39200F 18.11%, #160F07 76.42%); */
}

.retreat-text-and-image .image-content img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    border-radius: 0;
}

.retreat-text-and-image .text-content h2 {
   font-family: 'KronaOne';
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    line-height: 48px;
    color: #FFFFFF;
    margin-bottom: 26px;
    text-align:left;
}

.retreat-text-and-image .text-content p {
    font-family: "Inter", serif;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 160%;
    color: #F2F2F2;
    margin-bottom: 40px;
    text-align:left;
}

.retreat-text-and-image .text-content h3 p {
    font-family: 'KronaOne';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    color: #FFFFFF;
    text-align:left;
  max-width:640px;
  width:100%;
}
.retreat-text-and-image .text-content h3 p {
    font-size: 22px !important;
    font-family: 'KronaOne';
    font-style: normal;
    font-weight: 400;
       text-transform: capitalize !important;
    color: #FFFFFF;
    margin-bottom: 25px;
}

.retreat-text-and-image .text-content ul {
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}
.retreat-text-and-image .text-content ul li {
    list-style: disc;
    margin-bottom: 0px;
    font-family: "Inter", serif;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 160%;
    color: #F2F2F2;
    text-align:left;
}

.retreat-text-and-image .text-content ul li::marker {
    color: #B1975C;
    font-size: 24px;
}

.retreat-text-and-image .text-content ul li:last-child {
    margin-bottom: 0;
}

.retreat-image-and-text {
    width: 100%;
    /* background: linear-gradient(240.54deg, #39200F 18.11%, #160F07 76.42%); */
    padding-bottom: 100px;
}

.retreat-text-and-image {
    width: 100%;
    padding: 100px 0;
    /* background: linear-gradient(240.54deg, #39200F 18.11%, #160F07 76.42%); */
    padding-bottom: 80px;
}

.retreat-image-and-text .container {
    width: 100%;
    max-width: 1600px;
    padding: 0 15px;
    margin: 0 auto;
}

.retreat-image-and-text .text-content {
    width: 46%;
    flex: unset;
    margin-left: auto;
}

.retreat-image-and-text .image-content {
    flex: unset;
    width: 46%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
}

.retreat-image-and-text .retreat-section {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-top: 0;
    /* background: linear-gradient(240.54deg, #39200F 18.11%, #160F07 76.42%); */
}

.retreat-image-and-text .image-content img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    border-radius: 0;
}

.retreat-image-and-text .text-content h2 {
    font-family: 'KronaOne';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    color: #FFFFFF;
    margin-bottom: 26px;
    text-align:left;
}

.retreat-image-and-text .text-content p {
    font-family: "Inter", serif;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 160%;
    color: #F2F2F2;
    margin-bottom: 50px;
    text-align:left;
}

.retreat-image-and-text .text-content h3 p {
    font-family: 'Termina Test';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 160%;
    text-align:left;
    color: #FFFFFF;
}

.retreat-image-and-text .text-content ul {
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}

.retreat-image-and-text .text-content ul li {
    list-style: disc;
    margin-bottom: 0px;
    font-family: "Inter", serif;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 160%;
    color: #F2F2F2;
    text-align:left;
}

.retreat-image-and-text .text-content ul li::marker {
    color: #B1975C;
    font-size: 30px;
}

.retreat-image-and-text .text-content ul li:last-child {
    margin-bottom: 0;
}

/*********retreat-agenda-section********/
.retreat-agenda-section {
    /* background-image: url("https://chriscorsini.com/cdn/shop/files/coffee-beans-textured-background.png?v=1739476310") !important;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0px; */
}

.retreat-agenda-section .container {
    padding: 0 15px;
    max-width: 1600px;
    width: 100%;
}

.retreat-agenda-section h2 {
    font-family: 'KronaOne';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    color: #FFFFFF;
    margin-bottom: 60px;
}

.retreat-agenda-section .agenda-list {
    width: 100%;
}

.retreat-agenda-section .agenda-list .agenda-day {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
}

.retreat-agenda-section .agenda-list .agenda-day .agenda-header {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    border-radius: 30px;
    width: 409px;
}

.retreat-agenda-section .agenda-list .agenda-day .agenda-header h4 {
    font-family: 'Termina Test';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    text-align:left;
    color: #FFFFFF;
    margin-bottom: 12px;
}

.retreat-agenda-section .agenda-list .agenda-day .agenda-header p{
    font-family: "Inter", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    text-align: left;
}

.retreat-agenda-section .agenda-list .agenda-day .agenda-schedule {
    width: 70%;
}

.retreat-agenda-section .agenda-list .agenda-day .agenda-schedule h3 {
    font-family: 'Termina Test';
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 31px;
    text-align:left;
    color: #B1975C;
    margin-bottom:30px;
}

.retreat-agenda-section .agenda-list .agenda-day .agenda-schedule p {
    font-family: "Inter", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    color: #EFEFEF;
    text-align:left;
}


/*********new-tavbs***********/

/********/
 
.retreat-agenda-section .tabs {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    width: 18%;
    height: 500px;
    overflow-y: auto;
    padding-right: 20px;
}

.retreat-agenda-section .tabs::-webkit-scrollbar {
    width: 2px;
}

.retreat-agenda-section .tabs::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.retreat-agenda-section .tabs::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #6d6d6d; 
}


.retreat-agenda-section .tabs-container {
    padding: 0px;
    background: transparent;
    display: flex;
    gap:70px !important;
    justify-content: space-between;
      border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 10px;
}
.retreat-agenda-section .tab-button {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px 20px;
    border-radius: 30px;
    width: 100%;
    border-bottom: 1px solid rgba(0,0,0,.15);
}

.retreat-agenda-section .tabs .agenda-svg {
    padding: 5px;
    border: 1px solid transparent;
    background: #B1975C;
    border-radius:100%;
}
.retreat-agenda-section .tab-button.active .agenda-svg {
   background: #38200f;
}
.retreat-agenda-section .agenda-svg img {
    width: 35px;
    height: 35px;
   object-fit: contain;
}

.retreat-agenda-section .tab-button strong {
    font-family: Termina Test;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    text-align: left;
    color: #fff;
    margin-bottom: 12px;
}

.retreat-agenda-section .tab-button p {
    font-family: Inter, serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    text-align: left;
}

.retreat-agenda-section .tab-contents {
    width: 80%;
}

.retreat-agenda-section .tab-contents .tab-content {
    padding: 0px !important; 
    background: transparent;
    text-align: left;
    margin: 0px;
}

.retreat-agenda-section .tab-contents .tab-content h2 {
    font-family: Termina Test;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 31px;
    text-align: left;
    color: #b1975c;
    margin-bottom: 20px;
}

.retreat-agenda-section .tab-contents .tab-content p {
    font-family: Inter, serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    color: #efefef;
    text-align: left;
}
.retreat-agenda-section .tab-contents .main-wrap {
    margin-bottom: 40px;
}

/******/

/************accordion-tab****************/

.retreat-accordion-section {
    display:none;
}

.retreat-accordion-section .agenda-svg {
    padding: 5px;
    border: 1px solid transparent;
    background: #b1975c;
    border-radius: 100%;
}
.retreat-accordion-section  .accordion-header {
    background: transparent;
}

.retreat-accordion-section .accordion-header.active {
   background: #b1975c;
}
.retreat-accordion-section .accordion-container {
    background: transparent;
    padding: 0px;
    border-radius: 8px;
}
.retreat-accordion-section .accordion-header {
    justify-content: flex-start;
    text-align: left;
    gap: 10px;
}
.accordion-header.active .agenda-svg {
    background: #38200f;
}

.retreat-accordion-section .accordion-header strong {
    font-family: Termina Test;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    text-align: left;
    color: #fff;
    margin-bottom: 12px;
}

.retreat-accordion-section .accordion-header p {
    font-family: Inter, serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    text-align: left;
}
.retreat-accordion-section .accordion-content {
    background: transparent !important;
    text-align: left;
}

.retreat-accordion-section .accordion-content h2 {
    font-family: Termina Test;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 31px;
    text-align: left;
    color: #b1975c;
    margin-bottom: 10px;
}

.retreat-accordion-section .accordion-content {
    display: none;
    padding: 20px 12px;
    background: #fff3e0;
    border-radius: 8px;
}

.retreat-accordion-section .accordion-content p {
        font-family: Inter, serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #efefef;
    text-align: left;
    margin-bottom: 20px;
}

.retreat-accordion-section .accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.retreat-accordion-section .accordion-icon {
  font-size: 20px;
  font-weight: bold;
  margin-left: auto;
}


/******end*******/



 .retreat-agenda-section .tab-button.active {
    background: #b1975c;
    font-weight: bold;
  }
 .retreat-agenda-section .tab-button svg {
    width: 24px;
    height: 24px;
    fill: white;
  }
 .retreat-agenda-section .tab-button div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
 .retreat-agenda-section .tab-content {
    display: none;
    padding: 20px;
    background: #fff3e0;
    margin-top: 10px;
    border-radius: 8px;
  }
  .retreat-agenda-section .tab-content.active {
    display: block;
  }




 .retreat-agenda-section .tab-button.active {
    background: #b1975c;
    font-weight: bold;
  }
 .retreat-agenda-section .tab-button svg {
    width: 24px;
    height: 24px;
    fill: white;
  }
 .retreat-agenda-section .tab-button div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
 .retreat-agenda-section .tab-content {
    display: none;
    padding: 20px;
    background: #fff3e0;
    margin-top: 10px;
    border-radius: 8px;
  }
  .retreat-agenda-section .tab-content.active {
    display: block;
  }

/********end*********/


.pricing-plans {
    width: 100%;
    padding: 100px 0;
    /* background: linear-gradient(240.54deg, #39200F 18.11%, #160F07 76.42%); */
}

.pricing-plans .pricing-plans-section {
    padding: 0 15px;
}

.pricing-plans .pricing-plans-section h2 {
    font-family: 'Krona One';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 40px;
}

.pricing-plans .pricing-plans-section .pricing-card {
    background: #B1975C;
    padding: 60px;
    width: 100%;
    max-width: 555px;
}

.pricing-plans .pricing-plans-section .pricing-card h3 {
   font-family: 'KronaOne';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    color: #FFFFFF;
    margin-bottom: 16px;
}

.pricing-plans .pricing-plans-section .pricing-card p {
    font-family: "Inter", serif;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 35px;
}

.pricing-plans .pricing-plans-section .pricing-card .price span {
    font-family: "Inter", serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    display: inline-block;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.pricing-plans .pricing-plans-section .pricing-card .price {
    font-family: "Inter", serif;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: #FFFFFF;
    margin-bottom: 17px;
}

.pricing-plans .pricing-plans-section .pricing-card .price-text {
    font-family: "Inter", serif;
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    margin-bottom: 50px;
}

.pricing-plans .pricing-plans-section .pricing-card .features ul {
    padding-left: 20px;
}

.pricing-plans .pricing-plans-section .pricing-card .features ul li {
    font-family: "Inter", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    list-style: disc;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.pricing-plans .pricing-plans-section .pricing-card .features ul li::marker {
    font-size: 26px;
}

.pricing-plans .pricing-plans-section .pricing-card .pricing-button {
    font-family: "Inter", serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: normal;
    text-align: center;
    letter-spacing: 1.4px;
    color: #B1975C;
    padding: 22px 50px;
    width: max-content;
    border-radius: 40px;
    margin-top: 50px;
    border: 1px solid #B1975C;
}

.pricing-plans .pricing-plans-container {
    justify-content:center;
    flex-wrap: nowrap;
}

.pricing-plans .pricing-plans-section .pricing-card:nth-child(even) {
    background: #ffffff;
}

/* .pricing-plans .pricing-plans-section .pricing-card .price,
.pricing-plans .pricing-plans-section .pricing-card:nth-child(even) h3 {
    color: #4B2E21;
} */

/* .pricing-plans .pricing-plans-section .pricing-card:nth-child(even) .price span,
.pricing-plans .pricing-plans-section .pricing-card:nth-child(even) .features ul li,
.pricing-plans .pricing-plans-section .pricing-card:nth-child(even) p {
    color: #575757;
} */
.pricing-card.pricing-card-2 h3 {
    color: #2D1206 !important;
}
.pricing-card.pricing-card-2 p {
    color: #575757 !important;
}
.pricing-card.pricing-card-2 .price span {
    color: #575757 !important;
}
.pricing-card.pricing-card-2 .price {
    color: #2d1206 !important;
}
.pricing-card.pricing-card-2 ul li {
    color: #575757 !important;
}
.pricing-plans .pricing-plans-section .pricing-card:nth-child(even) .features ul li::marker {
    color: #4B2E21;
}

.pricing-plans .pricing-plans-section .pricing-card:nth-child(even) .pricing-button {
    color: #B1975C;
    background: #fff;
}
/******meet-founder*******/


.meet-founder-section .retreat-section {width:100%;  }
.meet-founder-section .retreat-section {
    background-image: url(/cdn/shop/files/coffee-beans-textured-background.png?v=1739476310) !important;
    background-repeat: no-repeat;
    background-size: cover;
}

.meet-founder-section .retreat-section .container {max-width: 1600px;width: 100%;padding: 0 15px;justify-content: space-between;}

.meet-founder-section .retreat-section .text-content {
    flex: unset;
    width: 52%;
}

.meet-founder-section .retreat-section .text-content h2 {
    font-family: 'KronaOne';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    color: #FFFFFF;
    text-align:left;
}
.meet-founder-section .retreat-section .text-content p {
    font-family: "Inter", serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #B1975C;
    text-align:left;
    margin-top:22px;
    margin-bottom:40px;
}


.meet-founder-section .retreat-section .text-content div p {
    font-family: "Inter", serif;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 160%;
    color: #EFEFEF;
    text-align:left;
}

.meet-founder-section {
    width: 100%;
    padding: 100px 0;
    /* background: linear-gradient(240.54deg,#39200f 18.11%,#160f07 76.42%); */
    position: relative;
}

.meet-founder-section .retreat-section .image-content {
    width: auto;
    height: 86%;
    position: absolute;
    top: 50%;
    left: 57%;
    transform: translateY(-50%);
}

.meet-founder-section .retreat-section .image-content img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


/**********testimonials-slider********/
.retret-testmonial-section {
    width: 100%;
    padding: 100px 0;
    /* background: linear-gradient(240.54deg, #39200F 18.11%, #160F07 76.42%); */
}

.retret-testmonial-section h2 {
       font-family: 'KronaOne';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom:26px;
}

.retret-testmonial-section p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 160%;
    color: #EAEAEA;
    margin-bottom:25px;
}

.retret-testmonial-section .testimonial-slider {
    padding: 50px 0;
}

.retret-testmonial-section .testimonial-slider .testimonial p{
    font-family: "Inter", serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: rgba(255, 255, 255, 0.65);
    margin:20px 0;
}

.retret-testmonial-section .testimonial-slider .testimonial {
    text-align: center;
    margin:0 60px;
}

.retret-testmonial-section .testimonial-slider .testimonial img {
    margin: 0 auto;
}

.retret-testmonial-section .testimonial-slider strong {
    font-family: "Inter", serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: #FFFFFF;
}

.retret-testmonial-section .testimonial-slider .slick-dots li {
    background: #b1975c50;
    height: 5px;
    width: 9px;
    border-radius:20px;
}
.retret-testmonial-section .testimonial-slider .slick-dots li.slick-active{width:23px;background:#B1975C;}
.retret-testmonial-section .testimonial-slider .slick-dots li button::before{
    font-size:0 !important;
}
/**********about-the-retreat*****************/
.retreat-image-section .text-content {
    text-align: left;
}

.retreat-image-section .text-content h2 {
  font-family: 'KronaOne';
    font-style: normal;
    font-weight: 400 !important; 
    font-size: 40px !important; 
    line-height: 48px !important; 
    color: #FFFFFF;
    margin-bottom: 25px !important; 
}

.retreat-image-section .text-content h3 {
    font-family: 'Inter' !important; 
    font-style: normal !important; 
    font-weight: 700 !important; 
    font-size: 20px !important; 
    line-height: 24px !important; 
    color: #B1975C !important; 
    margin-top: 0px !important; 
    margin-bottom: 25px;
}

.retreat-image-section .text-content p {
    font-family: 'Inter' !important; 
    font-weight: 300;
    font-size: 20px !important; 
    line-height: 160%;
    color: #EFEFEF;
    margin-bottom: 40px;
}

.retreat-image-section  .image-gallery {
    justify-content: space-between;
    gap: 40px;
    flex-wrap: nowrap;
}

.retreat-image-section .image-gallery .image-item {
    width: 33.33%;
}

.retreat-image-section .image-gallery .image-item img {
    width: 100% !important; 
    max-width: 100%;
    border-radius: 0px !important; 
}
/****************/

/**********faq****************/

.restreat-faq {
    width: 100%;
    padding: 100px 0;
    /* background: linear-gradient(240.54deg, #39200F 18.11%, #160F07 76.42%); */
}

.restreat-faq .faq_accordion_main {
    padding: 0 15px !important;
    max-width: 1149px !important;
    margin: 0 auto;
}
.restreat-faq .faq_accordion_main h2 {
    font-family: 'KronaOne';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 150%;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
}

.restreat-faq .faq_accordion_main .faq-accordion {
    margin-top: 60px;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}
.restreat-faq .faq_accordion_main .faq-accordion {
    gap: 44px;
    align-items: flex-start;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.restreat-faq .faq_accordion_main .faq-accordion .faq-item {
    width: 100%;
    max-width: 100%;
}

.restreat-faq .faq_accordion_main .faq-accordion .faq-item {
    border-bottom: 0;
    padding: 38px;
    background: #fff;
    border-radius: 5px;
    /* width: 48.5%; */
}

.restreat-faq .faq_accordion_main .faq-accordion .faq-item .faq-question {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    color: #252C07;
    opacity: 0.88;
    text-align:left;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 20px;
    align-items: center;
}

.restreat-faq .faq_accordion_main .faq-accordion .faq-item .faq-answer {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150.7%;
    letter-spacing: 0.1px;
    color: #363049;
    text-align:left;
    opacity: 0.7;
}
.restreat-faq .faq_accordion_main .faq-accordion .faq-item.active .faq-question {
    margin-bottom: 30px;
}

.restreat-faq .faq_accordion_main .faq-accordion .faq-item:last-child {
    margin-right: auto;
}

.restreat-faq .faq_accordion_main .faq-accordion .faq-item .faq-toggle {
    background: transparent;
    font-size: 30px;
    color: #1B1139;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -3px;
}

.restreat-faq .faq_accordion_main .faq-accordion .faq-item.active .faq-toggle {
    color: #545A3B;
}
.restreat-faq .faq_accordion_main .faq-accordion .faq-item .faq-answer {
    padding-left: 45px;
}
.restreat-faq .faq_accordion_main .faq-accordion .faq-item.active .faq-toggle {
    margin-top: 0;
    margin-bottom: -2px;
}
.restreat-faq .faq_accordion_main .faq-accordion {
    gap: 44px;
    align-items: flex-start;
}
.accordion-header.active .accordion-icon {
    color: #38200f;
}
/************footer****************/
footer footer .footer-row-left__item-title {
    text-align: left;
}
footer footer .footer-row-left__item>a {
    text-align: left;
}
footer .flex-col {
    text-align: left;
}

.section-footer-new .top-fooetr-new .footer-menu {
    width: 79%;
}

.section-footer-new .top-fooetr-new .footer-title {
    padding: 0;
    margin: 0;
}

.section-footer-new.color- {
    /* background: linear-gradient(240.54deg, #39200F 18.11%, #160F07 76.42%); */
    width: 100%;
    padding-bottom: 0;
}

.section-footer-new .top-fooetr-new .footer-row-right__menu-title {
    display: none;
}

.section-footer-new .top-fooetr-new ul {
    flex-direction: row;
    justify-content: flex-end;gap:36px;
}
.section-footer-new .top-fooetr-new ul li{

margin-bottom:0;}
.section-footer-new .top-fooetr-new ul li a {
font-family: 'Inter';
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 18px;
letter-spacing: 1.4px;
color: #E6E6E6;
}

footer.section-footer-new  .footer-row .footer-row-left {
    padding: 20px 0;
}

footer.section-footer-new  .footer-row .footer-row-left .footer-row-left__item-title {
    font-family: 'Termina Test';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 60px;
    letter-spacing: 0.5px;text-align:left;
    color: #FFFFFF;width:100%;max-width:600px;
}
footer.section-footer-new  .footer-row .footer-row-left .footer-row-left__item-title span{
    color:#B1975C;
}
footer.section-footer-new  .footer-row .footer-row-left .footer-row-left__item__social-icons a svg path {fill: #b1975c50;}
footer.section-footer-new  .footer-row .footer-row-left .footer-row-left__item__social-icons a:hover svg path {
    fill: #B1975C;
}

footer.section-footer-new  .footer-row .address-center p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0.5px;
    color: #FFFFFF;
    text-align:left;margin-bottom:32px;
}
footer.section-footer-new  .footer-row .address-center p:nth-child(2) {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 33px;
    letter-spacing: 0.5px;
    color: rgba(255, 255, 255, 0.7);
    text-align:left;margin-bottom:0;width:100%;max-width:300px;
}

footer.section-footer-new  .footer-row .address-center {
    padding:0px 50px;
    border-left:1px solid #ffffff10;
    border-right:1px solid #ffffff10;
}

footer.section-footer-new .footer-row {
    border-top: 1px solid #ffffff10;
    border-bottom: 1px solid #ffffff10;
}
footer.section-footer-new .footer-row .contact-right p {font-family: 'Inter';font-style: normal;font-weight: 600;font-size: 24px;line-height: 34px;letter-spacing: 0.5px;color: #FFFFFF;margin-bottom: 30px;text-align: right;}

footer.section-footer-new .footer-row .contact-right a{text-decoration:underline;text-underline-offset:10px;text-decoration-color:#fff;}

footer.section-footer-new .footer-row .contact-right a p {font-family: 'Inter';font-style: normal;font-weight: 400;font-size: 18px;margin-bottom:20px;color:#ffffff70;}
footer.section-footer-new .footer-row .contact-right a + a{ text-decoration:none;}
footer.section-footer-new .footer-row .contact-right a + a p{
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 41px;
letter-spacing: -0.8px;
color: #FFFFFF;
}


footer.section-footer-new .footer-subrow .footer-subrow-left {
    width: auto;
}

footer.section-footer-new .footer-subrow .footer-subrow-left span {
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 22px;
color: rgba(255, 255, 255, 0.6);
}


footer.section-footer-new .footer-subrow .policy-new {
    width: 24%;
    display: flex;
    justify-content: flex-end;
    gap: 60px;
    align-items: center;
}

footer.section-footer-new .footer-subrow .policy-new a p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: normal;
    color: #FFFFFF;
}

footer.section-footer-new .footer-subrow {
    padding-bottom: 14px;
}

.section-footer-new .top-fooetr-new ul li a:hover {
    color: #B1975C;
}
footer.section-footer-new .footer-row .address-center {
    padding: 0 100px;
}

footer.section-footer-new .footer-row .contact-right {
    padding-left: 100px;
}

.section-footer-new .top-fooetr-new ul {
    flex-wrap: wrap;
    row-gap: 14px;
}
.top-fooetr-new {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
}


 

  
 .accordion-container {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.accordion-item {
    margin-bottom: 0 important;
}

.retreat-image-section .retreat-space,
.video-testimonials {
    padding-top: 0;
}

.video-testimonials {padding-bottom: 0;}


.restreat-faq {
    padding-top: 50px;
}

.restreat-faq .btn.button {
    background: #B1975C;
    padding: 20px 40px;
    border-radius: 50px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 1.4px;
    color: #FFFFFF;
    border: 1px solid #B1975C;
    margin-top: 44px !important; 
    display: block;
    width: fit-content;
    margin: 0 auto;
}

.restreat-faq .btn.button:hover {
    background: transparent;
    color: #B1975C;
    transition: all 0.3s;
}


/**********************/
.retreat-text-and-image  .container {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0px !important;
    justify-content: space-between;
    gap: 72px !important;
    align-items: center;
}

.retreat-text-and-image .text-content {
    width: 50% !important;
    flex: auto !important;
    padding-left: 50px;
}

.retreat-text-and-image  .image-content {
    position: static;
    flex: auto !important;
    width: 50%;
    height: 100% !important; 
}

.retreat-text-and-image .image-content video {
    width: 100% !important;
    max-width: 100% !important;
    object-fit: cover !important;
    height: 100%;
    min-height: 534px;
      object-fit: cover;
    object-position: center !important;
}

 


.retreat-image-and-text  .container {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0px !important;
    justify-content: space-between;
    gap: 120px !important;
    align-items: center;
}

.retreat-image-and-text .text-content {
    width: 50% !important;
    flex: auto !important;
    padding-right: 50px;
}

.retreat-image-and-text  .image-content {
    position: static;
    flex: auto !important;
    width: 50%;
    height: 100% !important; 
   
}

.retreat-image-and-text .image-content img {
    width: 100% !important;
    max-width: 100% !important;
    object-fit: cover !important;
    height: 100%;
    min-height: 534px;
}
.retreat-image-and-text .text-content p {
   width:100%;
    max-width: 724px;
}
 .retreat-text-and-image .text-content p {
   width:100%;
    max-width: 788px;
}
/************/
 

.new-video-section-new .video-info {
    display: flex;
    justify-content: space-between;
    padding: 0 25px;
    position: absolute;
    bottom: 26px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.new-video-section-new button.play-button {
    position: static !important;
    transform: none !important;
    background: transparent;
    border: 1px solid #fff;
    color: #b1975c;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.new-video-section-new .info-main h3 {
    margin: 0 !important;
    font-family: Inter !important;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 18.0101px !important;
    line-height: 24px !important;
    letter-spacing: -.50028px;
    color: #fff;
    text-align: left;
    padding-bottom: 4px;
}

 .new-video-section-new .swiper-pagination-bullet {
    background: #b1975c50 !important; 
    height: 5px !important; 
    width: 9px !important; 
    border-radius: 20px !important; 
    opacity: 1 !important; 
}

 .new-video-section-new .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 23px !important; 
    background: #B1975C !important; 
    border: 0px;
}

.reatreat-image-slider .swiper-pagination-bullet {
    background: #b1975c50 !important; 
    height: 5px !important; 
    width: 9px !important; 
    border-radius: 20px !important; 
    opacity: 1 !important; 
}

.reatreat-image-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 23px !important; 
    background: #B1975C !important; 
    border: 0px;
}


.new-video-section-new {
    display: none;
}


 .new-video-section-new .video-card {padding:0px !important;}

.new-video-section-new .info-main p {
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    font-size: 14.0078px !important;
    line-height: 18px;
    color: #d4d4d8 !important;
}
.new-video-section-new .video-card {width:100%;}
 .new-video-section-new .swiper-slide.swiper-slide-prev {
    margin-bottom: 60px;
}
.reatreat-image-slider {
    display: none;
}
.reatreat-image-slider .image-item img {
    width: 100%;
    max-width: 100%;
    border-radius: 10px;
}

.reatreat-image-slider .swiper-pagination {
    padding-top: 30px;
}

.reatreat-image-slider .swiper-slide.swiper-slide-prev {
    margin-bottom: 60px;
}
.retret-cich-text {
    padding-top: 48px;
}

.retret-cich-text p {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
    font-family: 'Inter';
  padding-bottom:20px
}

.retret-cich-text span {
    color: #fff;
    font-size: 20px !important;
    line-height: 28px;
    font-weight: 300;
    font-family: Inter;
}

.retret-cich-text span b {
    font-weight: 600;
    color: #b1975c;
      font-style: italic;
}

.retreat-banner-section .Slide-caption span strong {
    font-weight: 700 !important;
}
.retreat-text-and-image .text-content p strong {
    font-weight: 700;
}
.retret-rich-mob-text {
    display: none;
}
.retreat-image-and-text .text-content p strong {
    font-weight: 700;
}

.retreat-space,
.retreat-image-and-text .retreat-section,
.retret-testmonial-section,
.video-testimonials,
.pricing-plans,
.retreat-text-and-image,
.retreat-text-and-image .retreat-section,
.retreat-agenda-section,
 retreat-tabs-section,
.restreat-faq,
.retreat-accordion-section,
.retret-rich-mob-text,
.meet-founder-section,
.retreat-image-and-text,
.retret-cich-text,
.section-footer-new {
    box-shadow: none !important; 
    background: #331d0e !important;
}
/**************sales-page**********************/
.call-in-love-section {
    padding: 0px !important;
    height: 800px;
    display: flex;
    align-items: center;
    background-attachment: fixed;
}

.call-in-love-section .overlay {
    width: 100%;
    max-width: 1212px;
    margin: 0 auto;
}

.call-in-love-section .overlay  h1 {
    font-family: 'Krona One';
    font-style: normal;
    font-weight: 400;
    font-size: 70px;
    line-height: 88px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom:17px;
}

.call-in-love-section .overlay  p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 160%;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 25px;
    width: 100%;
    /* max-width: 1122px; */
}

 
.call-in-love-section .overlay a {
    border: 2px solid #FFFFFF;
    background: transparent !important;
    padding: 22px 64px !important;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 1.4px;
    color: #FFFFFF !important;
    display: inline-block;
}

.call-in-love-section .overlay a:hover {
    background: #fff !important;
    color: #5f5c5d !important;
    transition: all 0.3s;
}

/********sale-text-image*******/

.sales-image-text {
    background: #211E20 url(/cdn/shop/files/noise_1_1.png?v=1744201063) no-repeat center center;
    background-size: cover;
    padding: 100px 0px;
    background-attachment: fixed;
}

.sales-image-text .sale-text-img-inner-new {
    display: flex;
    justify-content: space-between;
    gap: 66px;
}

.sales-image-text .left-column-sale-text {
    width: 100%;
    max-width: 757px;
}

.sales-image-text .left-column-sale-img {
    width: 100%;
    max-width: 777px;
}

.sales-image-text .left-column-sale-img img {
    width: 100%;
    max-width: 100%;
}

.sales-image-text .left-column-sale-text p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 18px;
    color: #D151DF;
    width: fit-content;
}

.sales-image-text .left-column-sale-text h2 {
    font-family: 'Krona One';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 1.4px;
    color: #FFFFFF;
    max-width: 665px;
    margin-bottom: 30px;
    margin-top: 30px;
}

 

.sales-image-text .inner-sale-content-para p {
    transform: none !important;
    font-family: 'Inter' !important;
    font-style: normal;
    font-weight: 400 !important;
    font-size: 24px;
    line-height: 160% !important;
    color: #FFFFFF !important;
}

.sales-image-text .right-column-sale-img {
    width: 100%;
    max-width: 777px;
}

.sales-image-text .right-column-sale-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
/******what-you-get**************/
 .cris-what-you-get {
    background: #1D1D1D;
    padding: 80px 0px 59px;
}
.cris-what-you-get h2.main-title {
    font-family: 'Krona One';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 29px;
    display: block;
}

.cris-what-you-get .what-you-get-list {
    gap: 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.cris-what-you-get .what-you-get-list .what-you-get-item {
    position: relative;
    background-image: url("/cdn/shop/files/Group_1000003808.png?v=1744196498");
    background-repeat: no-repeat;
    background-size: cover;
    min-width: 100%;
    padding: 60px 69px;
    box-sizing: border-box;
    height: auto;
    width: 33.33% !important;
    max-width: 33.33% !important;
    min-width: 33.33%;
}

.cris-what-you-get .what-you-get-list .what-you-get-item .module-label {
font-family: 'Termina Test';
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 19px;
color: #4FE33E;
padding: 9px 16px;
border: 1px solid #4FE33E;
position: absolute;
top: 12px;
z-index: 1;
background: #1D1D1D;
}

.cris-what-you-get .what-you-get-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(209, 81, 223, 0.1);
    border: 1px dashed #4FE33E;
    border-radius: 100px;
    padding: 13px;
    margin: 25px 0px;
}

.cris-what-you-get .what-you-get-icon img {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
}

.cris-what-you-get .what-you-get-list .what-you-get-item h3 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.cris-what-you-get .what-you-get-list .what-you-get-item p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    color: #FFFFFF;
}
/******cris-what-include********/
.cris-what-include {
    background: #1D1D1D;
    padding-bottom: 0px;
}

.cris-what-include h2.main-title {
    font-family: 'Krona One';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 50px;
    color: #FFFFFF;
    margin-bottom: 29px;
}

.cris-what-include .included-list {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}

.cris-what-include .included-item {
    display: flex;
    align-items: center;
    gap: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 20px;
}

.cris-what-include .included-icon {
    width: 64px;
    height: 64px;
    border: 1px dashed #bb4ac7;
    display: flex;
    align-items: center;
    border-radius: 100px;
    justify-content: center;
    padding: 17px;
}

.cris-what-include .included-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cris-what-include .included-content h3 {
    font-family: 'Krona One';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.cris-what-include .included-content p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: rgba(255, 255, 255, 0.8);
}

.cris-what-include .included-item:last-child {
    padding-bottom: 100px;
}

/*******sales-image-text-two*************/
.sales-image-text-two {
    background: #1d1d1d;
    padding-top: 75px;
    padding-bottom: 100px;
}

.sales-image-text-two .sale-image-text-two-inner-new {
    display: flex;
    gap: 66px;
    justify-content: space-between;
    align-items: center;
}

.sales-image-text-two .bonus-resourece-img {
    width: 100%;
    max-width: 777px;
}

.sales-image-text-two .bonus-resourece-img img {
    width: 100%;
    height: 455px;
    object-fit: cover;
}

.sales-image-text-two  .bonus-resourece-text {
    width: 100%;
    max-width: 757px;
}

.sales-image-text-two .bonus-resourece-text p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 18px;
    color: #D151DF;
    margin: 0;
    padding: 0;
}

.sales-image-text-two .bonus-resourece-text h2 {
    font-family: 'Krona One';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 1.4px;
    color: #FFFFFF;
    margin: 30px 0px;
}

.sales-image-text-two .bonus-resourece-text .bonus-resourece-text-paragraph p {
    font-family: 'Inter' !important;
    font-style: normal;
    font-weight: 400 !important;
    font-size: 24px;
    line-height: 160% !important;
    color: #FFFFFF !important;
}

/******cris-corsini-image-sectin************/
.cris-corsini-image-sectin {
    background: #211E20 url(/cdn/shop/files/noise_1_1.png?v=1744201063) no-repeat center center;
    background-size: cover;
    padding: 80px 0px 50px;
    background-attachment: fixed;
}
.main-title {
    font-family: 'Krona One';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 160%;
    text-align: center;
    color: #FFFFFF;
    margin: 0px;
}

.cris-corsini-image-sectin .main-title {
   margin-bottom:35px;
}
.cris-corsini-image-sectin  .steps-container {
    display: flex;
    align-items: end;
    gap: 40px;
}
.cris-corsini-image-sectin .steps-container .step-block .step-icon{margin:0 auto;}
.cris-corsini-image-sectin .step-block {
    width: 100%;
    position: relative;
    max-width: 275px;text-align:center;
}

.cris-corsini-image-sectin  p.step-text-bottom {
    margin-top: 70px;
    min-height: 142px;
  position:relative;
}

.cris-corsini-image-sectin p.step-text-bottom::before {
    position: absolute;
    content: "";
    background-image: url("/cdn/shop/files/Vector.png?v=1744263548");
    background-repeat: no-repeat;
    background-size: cover;
    width: 22px;
    height: 24px;
    top: -46px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.cris-corsini-image-sectin p.step-text-bottom:nth-child(even)::before {
    display: none !important;
}

.cris-corsini-image-sectin p.step-text-bottom:empty::before {
    display: none;
}
.cris-corsini-image-sectin  p.step-text-top {
    margin-bottom: 70px;
      position: relative;
    min-height: 116px;
}
.cris-corsini-image-sectin p.step-text-top::before {
    position: absolute;
    content: "";
    background-image: url("/cdn/shop/files/Vector_1.png?v=1744263548");
    background-repeat: no-repeat;
    background-size: cover;
    width: 22px;
    height: 24px;
    bottom: -26px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.cris-corsini-image-sectin .step-text-top:empty::before {
    display: none !important;
}
.cris-corsini-image-sectin  .steps-container .step-block:nth-child(2), .steps-container .step-block:nth-child(4) , .steps-container .step-block:nth-child(6) {
    align-self: flex-start;
}


.cris-corsini-image-sectin .steps-container .step-block p:empty {
    height: 100px;
}

.cris-corsini-image-sectin .steps-container .step-block p {font-family: 'Inter';font-style: normal;font-weight: 400;font-size: 16px;line-height: normal;text-transform: capitalize;color: #FFFFFF;}
.cris-corsini-image-sectin .steps-container .step-block p span{color:#c176c4;}

.cris-corsini-image-sectin .step-icon {
    width: 100%;
    max-width: 180px;
    height: 180px;
}

.cris-corsini-image-sectin .step-icon img {
    width: 100%;
    height: 100%;
}

.cris-corsini-image-sectin .steps-container .step-block .step-arrow{display: none;}
.cris-corsini-image-sectin .steps-container .step-block:not(:last-child) .step-icon{position:relative}
.cris-corsini-image-sectin .steps-container .step-block:not(:last-child) .step-icon::after {
    content: "";
    position: absolute;
    background-image: url("/cdn/shop/files/Arrow_1.png?v=1744263548");
    top: 0;
    bottom: 0;
    margin: auto;
    right: -59px;
    width: 47px;
    height: 16px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

 

/*******end******/








/*******cris-icon-image-text******/
.cris-icon-image-text {
    background: #211E20 url(/cdn/shop/files/noise_1_1.png?v=1744201063) no-repeat center center;
    background-size: cover;
    padding: 100px 0px;
  padding-top:0px;
    background-attachment: fixed;
}
.cris-icon-image-text .image-text-list-section {
    padding: 0;
    background-color: transparent;
    color: #fff;
}



.cris-icon-image-text .image-text-list-container {
  display: flex;justify-content: space-between;gap: 81px; border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 80px !important;}

.cris-icon-image-text .text-container {
    width: 100%;
    max-width: 742px;
}

.cris-icon-image-text .image-container {
    width: 100%;
    max-width: 742px;
}

.cris-icon-image-text .text-container h2 {
     font-family: 'Krona One';
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 24px !important;
    line-height: 160% !important;
    color: #FFFFFF !important;
    margin-bottom: 25px !important;
}

.cris-icon-image-text .text-container ul {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}

.cris-icon-image-text .text-container ul li {
    display: flex;
    gap: 14px;
    margin: 0px;
    align-items: center;
}

.cris-icon-image-text .text-container ul li p {
    font-family: 'Inter' !important;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    color: #FFFFFF;
}

.cris-icon-image-text .text-container ul li img {
    width: 47px;
    height: 47px;
}

.cris-icon-image-text .image-container {
    width: 100%;
    max-width: 777px;
}

.cris-icon-image-text .image-container img {
    width: 100%;
    max-width: 100%;
    height: 479px;
    object-fit: cover;
  border-radius:10px;
}



/**********icon-grid-section*************/
.Icon-grid-section {
    background: #1D1D1D;
    padding: 100px 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.Icon-grid-section .better-row-top {
    width: 100%;
    max-width: 1113px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 47px !important;
}

.Icon-grid-section .better-row-top h2 {
    font-family: 'Krona One';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 160%;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.Icon-grid-section .better-row-top p {
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 160%;
text-align: center;
color: #FFFFFF;;
}

.Icon-grid-section .better-grid-box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.Icon-grid-section .better-grid-box .better-same-grid-box-inner {
    width: 100%;
    max-width: 100%;
    background-image: url("/cdn/shop/files/Group_1000003807.png?v=1744262127");
    background-repeat: no-repeat;
    background-size: cover;
    height: 233px;
    display: flex;
    align-items: center;
    justify-content: c;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-left: 62px;
}

.Icon-grid-section .better-grid-box .better-same-grid-box-inner img {
    width: 50px !important;
    height: 50px !important;
    margin: 0px !important;
    margin-bottom: 22px !important;
}

.Icon-grid-section .better-grid-box .better-same-grid-box-inner p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    color: #FFFFFF;
    max-width: 100%;
}
 /**cris-icon-ime-txt-2**/
.cris-icon-ime-txt-2 .text-container p span {
    color: #D151DF;
}
.cris-icon-ime-txt-2 .text-container ul {
    display: flex;
    flex-direction: column;
    row-gap: 46px;
}
/**end*/
/*****************/
.background-image-section {
   background: #211E20 url(/cdn/shop/files/noise_1_1.png?v=1744201063) no-repeat center center;
    background-size: cover;
    padding: 0px 0px 99px;
    padding-top: 0px;
    background-attachment: fixed;
}

.background-image-section .love-forecast-section {
    width: 95%;
    height: max-content;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 20px;
  margin: 0 auto;
  padding-block:40px;
}


.background-image-section .bg-img-innner-wrap {
    width: 100%;
    margin: 0 auto;
    max-width: 1205px;
}



.background-image-section .bg-img-innner-wrap  h6 {
    font-family: 'Inter';
font-style: normal;
font-weight: 500;
font-size: 24px;
line-height: 160%;
text-align: center;
color: #D151DF;
}
.background-image-section .bg-img-innner-wrap  h2 {
    font-family: 'Krona One';
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 62px;
    text-align: center;
    color: #FFFFFF;
    padding:25px 0px;
}

.background-image-section .bg-img-innner-wrap p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    text-align: center;
    color: #FFFFFF;
    padding-bottom:27px;
}

.background-image-section .bg-img-innner-wrap a.button {    border: 2px solid #FFFFFF;
    background: transparent !important;
    padding: 22px 64px !important;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 1.4px;
    color: #FFFFFF !important;
    display: inline-block;
}


.background-image-section .bg-img-innner-wrap a.button:hover {
    background: #fff !important;
    color: #5f5c5d !important;
    transition: all 0.3s;   
}
/*****testimonials-sale-section********/
.testimonials-sale-section {
    background: #211E20 url(/cdn/shop/files/noise_1_1.png?v=1744201063) no-repeat center center !important;
    background-size: cover !important;
    padding: 0px 0px 99px;
    padding-top: 0px;
}
.testimonials-sale-section p {
    text-align: center;
     
}

.testimonials-sale-section .testimonial-slider .slick-dots li.slick-active {
    background: #D151DF;
}
.testimonials-sale-section .testimonial-slider .testimonial {
    text-align: center;
    background-attachment: fixed;
    border: 2px solid #d3d3d3d1;
    background-repeat: no-repeat;
    border-radius: 10px;
    padding: 30px 20px;
    min-height: 374px;
    background-image: url(//chriscorsini.com/cdn/shop/files/image_17.png?v=1744189190);
    text-align: left;
}
.testimonials-sale-section .testimonial-slider .testimonial p {
    text-align: left;
}
.testimonials-sale-section .testimonial-slider .testimonial img {
    margin: 0px;
}
/********sale-faq***********/
.sale-faq {
    background: #1D1D1D !important;
}

.sale-faq .faq-accordion {
    grid-template-columns: 1fr !important;
}

.sale-faq .faq-accordion .faq-item {
    border: 2px solid #d151df !important;
    border-radius: 50px !important;
    padding: 30px !important;
}

.sale-faq .faq-accordion .faq-item .faq-question {
    color: #d151df !important;
}

.sale-faq .faq-accordion .faq-item span.faq-toggle {
    color: #d151df !important;
}

.sale-faq  .btn.button {
    border-color: #d971e5;
    background: #d971e5;
}

.sale-faq .btn.button:hover {
    color: #d971e5;
}


footer.section-footer.color- {
    background: #211E20 url(/cdn/shop/files/noise_1_1.png?v=1744201063) no-repeat center center !important;
    background-size: cover !important;
    padding-top: 70px;
}
/**********collective-grid************/
 

.collective-banner-new .background-image-text {
    height: 482px;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
}

.collective-banner-new  h2 {
    font-family: 'Termina Test';
    font-style: normal;
    font-weight: 600;
    font-size: 70px;
    line-height: 84px;
    color: #FFFFFF;
}

.collective-banner-new p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 160%;
    text-align: center;
    color: #FFFFFF;
}


.collactive-grid-section {
    margin: 0px !important;
    padding: 100px 0px !important;
}
.collactive-grid-section .our-store-grid-section__header {
    max-width: 100% !important;
}
.collactive-grid-section h2 {
    width: 100%;
    max-width: 740px;
    margin: 0 auto !important;
    font-family: 'Krona One';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 160%;
    text-align: center;
    color: #FFFFFF;
   padding-bottom: 57px !important;
}

.collactive-grid-section .our-store-grid-section__header {
    margin: 0px;
}

.collactive-grid-section .our-store-grid-section__grid {
    column-gap: 60px;
    row-gap: 40px;
}

.collactive-grid-section .store-card__image.square-img {
    padding-top: 86%;
}

.collactive-grid-section .store-card__text-content {
    padding: 0px !important;
}

.collactive-grid-section .store-card__text-content .sub-title {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 18px 0px;
}

.collactive-grid-section .store-card__text-content .sub-title p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    color: #FFFFFF;
}

.collactive-grid-section .store-card__text-content .sub-title svg {
    width: 20px;
    height: 20px;
}

.collactive-grid-section .store-card__text-content  h3 {
    margin-bottom: 15px;
    font-family: 'Krona One';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 160%;
    color: #FFFFFF;
    text-transform: capitalize !important;
    letter-spacing: normal !important;
}
.collactive-grid-section .store-card__text-content .custom-price {
    font-family: 'Krona One';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    color: #D151DF;
      text-transform: capitalize;
    letter-spacing: normal;
    margin-bottom: 20px !important;
    display: block;
}
.collactive-grid-section .store-card__button {
    margin: 0px !important;
    border: 1px solid #fff !important;
    color: #fff !important;
    width: fit-content !important;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 1.4px;
    color: #FFFFFF;
}

.collactive-grid-section .store-card__button:hover{
    background:red !important;
}
.collective-form-section {
    padding-top: 0px !important;
    margin-top: 0px !important;
}

.collective-form-section h2 {
    font-family: 'Krona One';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 160%;
    text-align: center;
    color: #FFFFFF;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding-bottom: 30px;
}

.collective-form-section .swiper-bottom .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #c651df !important;
}
.sales-image-text .sale-text-img-inner-new {
    align-items: center;
}
/*****end*****/

@media(max-width: 1626px) {
.header-new-new .main-menu ul li a {
    font-size: 16px!important;
}
  .sales-image-text .sale-text-img-inner-new {
    align-items: unset;
}
}
@media screen and (max-width:1600px){
    .cris-corsini-image-sectin .steps-container{gap:20px}
}


@media(max-width: 1599px) {
.retreat-agenda-section .agenda-svg img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}
  
  .retreat-text-and-image .container {
    gap: 50px!important;
}
  .retreat-image-and-text .container {
    gap: 80px!important;
}
  .retreat-image-and-text .text-content p {
          margin-bottom: 40px;
        font-size: 18px;
}
  .retreat-image-and-text .text-content ul li {  
    font-size: 18px;
}
  .retreat-text-and-image .text-content ul li {
    font-size: 18px;
}
  .retreat-text-and-image .text-content h2 {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 20px;
}
  .retreat-text-and-image .text-content p {
    font-size: 18px;
    margin-bottom: 30px;
}
  .retreat-text-and-image .text-content ul {
    row-gap: 15px;
}
  .retreat-image-and-text .text-content ul {
    row-gap: 15px;
}
.cris-corsini-image-sectin .step-icon {
    max-width: 160px;
    height: 160px;
}
.cris-corsini-image-sectin .steps-container .step-block:not(:last-child) .step-icon::after {
    right: -66px;
}
 .cris-corsini-image-sectin p.step-text-top::before {
    width: 18px;
    height: 18px;
    bottom: -38px;
} 
  .cris-corsini-image-sectin p.step-text-bottom::before {
    width: 18px;
    height: 20px;
}
.cris-what-you-get .what-you-get-icon {
    width: 45px;
    height: 45px;
    padding: 10px;
    margin: 20px 0px;
}
.cris-what-you-get .what-you-get-list .what-you-get-item h3 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px;
}
.cris-what-you-get .what-you-get-list .what-you-get-item p {
    font-size: 16px;
    line-height: 160%;
}
}


 .container {
    padding: 0px 50px !important;
}


.gemini-workshop-blocks .what-you-get-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.gemini-workshop-blocks .what-you-get-list .what-you-get-item {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100%;
}
.text-video-section .page-width.container {
    max-width: 1700px !important;
    padding: 0 50px !important;
    box-sizing: border-box;
}

.text-video-section .text-content {
    padding-left: 0;
}
.gemini-workshop-blocks .what-you-get-list {
    display: flex !important;
    justify-content: center;
    flex-wrap: wrap;
}
.gemini-workshop-blocks .what-you-get-list .what-you-get-item {
    width: 100% !important;
    max-width: 32% !important;
    min-width: auto;
}
.text-video-section ,
.text-video-section .retreat-section {
    background: transparent !important;
}
/* 30-09-2025 */
.gemini-workshop-blocks .text-after-heading p,
.gemini-workshop-blocks .text-after-blocks p {transform: none !important;font-family: Inter !important;font-style: normal;font-weight: 400 !important;
font-size: 24px;line-height: 160% !important;color: #fff !important;text-align: center;}
.gemini-workshop-blocks .text-after-heading {margin-bottom: 50px;}
.gemini-workshop-blocks .text-after-blocks {margin-top: 20px;}
.gemini-workshop-blocks .text-after-heading p {width: 100%;max-width: 1025px;margin-inline: auto;}
.gemini-workshop-blocks .text-after-blocks p {width: 100%;max-width: 1250px;margin-inline: auto;}
.icon-grid-wrapper .better-grid-box .better-same-grid-box-inner:nth-child(1) {grid-column-start: 2;}



/********responsive*************/

@media(min-width: 1600px) {
.gemini-workshop-blocks .what-you-get-list .what-you-get-item {
    border-right: 2px solid #67676766;
}
}

@media(max-width: 1599px) {
.gemini-workshop-blocks .what-you-get-list .what-you-get-item {
    border-right: 0px !important;
}
}
@media(max-width: 1499px) {
  .gemini-workshop-blocks .text-after-heading p,
.gemini-workshop-blocks .text-after-blocks p {font-size: 20px;}
 
.header-new-new .main-menu ul li a {
    font-size: 12px!important;
}
.header-new-new .main-menu ul li {
    padding: 25px 12px;
}  
  .header-new-new .head-row .left-panel {
    width: 9%!important;
    max-width: 9%;
}
  .header-new-new .right-panel a button {
    background: #b1975c!important;
    width: 130px;
}
  /* .retreat-agenda-section {
    padding: 80px 0;
} */
  .retreat-agenda-section h2 {
    margin-bottom: 40px;
}
  .retreat-agenda-section .agenda-list .agenda-day .agenda-schedule h3 {
    font-size: 22px;
}
  .retreat-agenda-section .agenda-list .agenda-day .agenda-schedule p {
    font-size: 18px;
}
  .retreat-banner-section .Slide-caption h2 {
    font-size: 40px!important;
    line-height: 50px!important;
    margin-bottom: 20px;
}

.retreat-banner-section .Slide-caption span {
    font-size: 20px!important;
    line-height: 160%!important;
    margin-bottom: 40px;
}

.retreat-banner-section .Slide-caption button.button {
     padding: 20px;
    font-weight: 500;
}

.retreat-text-and-image {
    padding: 80px 0 50px;
}
.retreat-text-and-image .text-content h2 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 20px;
}
.retreat-text-and-image .text-content p {
    font-size: 16px;
}
.retreat-text-and-image .text-content h3 p {
    font-size: 18px;
}
.retreat-text-and-image .text-content ul li {
    font-size: 16px;
}

.retreat-text-and-image .retreat-section {
    padding: 0px;
}
.retreat-image-and-text .text-content h2 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 20px;
}
.retreat-image-and-text .text-content p {
    font-size: 16px;
    line-height: 160%;
    margin-bottom: 40px;
}
.retreat-image-and-text .text-content ul li {
    font-size: 16px;
  margin:0px;
}
.retreat-image-and-text .text-content ul {
    row-gap: 10px;
}
.retreat-image-and-text {
    padding-bottom: 80px;
}

.retreat-agenda-section h2 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 40px;
}
.retreat-agenda-section .agenda-list .agenda-day .agenda-header h4 {
     
    font-size: 20px;
    line-height: 24px;
}

.retreat-agenda-section .agenda-list .agenda-day .agenda-schedule h3 {
    font-size: 22px;
    margin-bottom: 20px;
}
.retreat-agenda-section .agenda-list .agenda-day .agenda-schedule p {
     font-size: 18px;
}
.retreat-agenda-section .agenda-list .agenda-day {
    margin-bottom: 30px;
}

/* .retreat-agenda-section {
    padding: 50px 0;
} */

.pricing-plans .pricing-plans-section h2 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 30px;
}
.pricing-plans .pricing-plans-section .pricing-card {
    padding: 40px;
    max-width: 530px;
}
.pricing-plans .pricing-plans-section .pricing-card h3 {
   font-size: 32px;
    line-height: 40px;

}

.pricing-plans .pricing-plans-section .pricing-card p {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
}

.pricing-plans .pricing-plans-section .pricing-card .price {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 15px;
}
.pricing-plans .pricing-plans-section .pricing-card .price-text {
    margin-bottom: 30px;
}
.pricing-plans .pricing-plans-section .pricing-card .features ul li {
  font-size: 16px;
     }

.pricing-plans .pricing-plans-section .pricing-card .pricing-button {
    font-size: 16px;
    line-height: normal;
    padding: 18px 40px;
    margin-top: 30px;
     
}
.pricing-plans {
    padding: 80px 0;
}

.retreat-video-section .video-testimonials {
    padding: 0px;
}
.retreat-image-and-text .image-content {
    width: 47%;
}

  .retreat-video-section h2 {
    font-size: 32px;
    margin-bottom: 25px;
}
  .retret-testmonial-section {
    padding: 80px 0;
}
  .retret-testmonial-section h2 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 20px;
}
  .retret-testmonial-section p {
    font-size: 18px;
    margin-bottom: 20px;
}
  .retret-testmonial-section .testimonial-slider .testimonial p {
    font-size: 16px;
}
  .retret-testmonial-section .testimonial-slider {
    padding: 40px 0;
}
  .retreat-image-section .text-content h2 {
    font-size: 32px!important;
    line-height: 40px!important;
    margin-bottom: 20px!important;
}
  .retreat-image-section .text-content h3 {
    font-size: 18px!important;
    line-height: 24px!important;
    margin-bottom: 20px;
}
  .retreat-image-section .text-content p {
    font-size: 18px!important;
    margin-bottom: 30px;
}
  .retreat-image-section .image-gallery {
    gap: 25px;
}
  .meet-founder-section .retreat-section .text-content h2 {
    font-size: 32px;
    line-height: 40px;
}
  .meet-founder-section .retreat-section .text-content p {
    
    font-size: 18px;
    line-height: 24px;
    margin-top: 15px;
    margin-bottom: 15px;
}
  .meet-founder-section .retreat-section .text-content div p {
    font-size: 16px;
    line-height: 160%;
}
  .meet-founder-section {
   
    padding: 80px 0;
  }
  .restreat-faq .faq_accordion_main h2 {
    font-size: 32px;
    line-height: 140%;
}
  .restreat-faq .faq_accordion_main .faq-accordion {
    gap: 30px;
        margin-top: 30px;
}
  .restreat-faq .faq_accordion_main .faq-accordion .faq-item.active .faq-question {
    margin-bottom: 15px;
}
  .restreat-faq {
    padding-bottom: 80px;
}
  .section-footer-new .top-fooetr-new ul li a {
    font-size: 14px;
}
  .section-footer-new .top-fooetr-new ul {
    gap: 20px;
}
  footer.section-footer-new .footer-row .footer-row-left .footer-row-left__item-title {
    font-size: 32px;
    line-height: 48px;
}
  footer .footer-row-left__item__social-icons {
    margin-top: 20px;
}
  footer.section-footer-new .footer-row .address-center p {
    margin-bottom: 20px;
}
  footer.section-footer-new .footer-row .contact-right p {
    margin-bottom: 20px;
}
  footer.section-footer-new .footer-row .address-center {
    padding: 0 60px;
}
  footer.section-footer-new .footer-row .contact-right {
    padding-left: 60px;
}
  footer.section-footer-new .footer-subrow .footer-subrow-left span {
    font-size: 14px;
}
  footer.section-footer-new .footer-subrow .policy-new {
    gap: 30px;
}
  footer.section-footer-new .footer-subrow .policy-new a p {
   font-size: 14px;
}
  footer.section-footer-new .footer-row .address-center p {
    font-size: 20px;
}
  footer.section-footer-new .footer-row .contact-right p {
    font-size: 20px;
}
  footer.section-footer-new .footer-row .address-center p:nth-child(2) {
   
    font-size: 16px;
    line-height: 28px;
}
footer.section-footer-new .footer-row .contact-right a p {
    font-size: 16px;
}
  footer.section-footer-new .footer-row .contact-right a+a p {
    font-size: 16px;
}
  .retreat-agenda-section .tab-contents .tab-content h2 {
    font-size: 22px;
    line-height: 31px;
    margin-bottom: 20px;
}
  .retreat-agenda-section .tab-contents .tab-content p {
    font-size: 18px;
}
  .retreat-agenda-section .tab-button {
    max-width: 100%;
}
  
 /* .retreat-agenda-section .tabs {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    display: grid;
    width: 100%;
    max-width: 100%;
    gap: 20px!important;
} */
  .call-in-love-section {
    height: 700px;
}
  
  .cris-corsini-image-sectin .steps-container .step-block:not(:last-child) .step-icon::after {
    right: -54px;
    width: 40px;
    height: 12px;
}
  .call-in-love-section .overlay {
    max-width: 1024px;
}
.call-in-love-section .overlay  h1 {
    font-size: 60px;
    line-height: 80px;
    margin-bottom: 15px;
}
  .call-in-love-section .overlay  p {
    font-size: 20px;
    max-width: 1024px;
}
.sales-image-text {
    padding: 80px 0px;
}
  .cris-what-include .included-item:last-child {
    padding-bottom: 80px;
}
  .sales-image-text-two {
    padding-bottom: 80px;
}
  .cris-icon-image-text {
    padding: 80px 0px;
    padding-top: 0px;
}
  .Icon-grid-section {
    padding: 80px 0px;
}
  .background-image-section {
    padding: 0px 0px 80px;
}
 .sales-image-text .left-column-sale-text p {
    font-size: 20px;
} 
.sales-image-text .left-column-sale-text  h2 {
    font-size: 32px;
    line-height: 40px;
    max-width: 491px;
    margin-bottom: 20px;
}
  .sales-image-text .inner-sale-content-para p {
    font-size: 20px;
}
  .sales-image-text .sale-text-img-inner-new {
    gap: 40px;
}
  .cris-what-you-get h2.main-title {
    font-size: 32px;
    line-height: 38px;
}
  .cris-what-you-get .what-you-get-list .what-you-get-item {
    padding: 50px 55px;
    display: flex;
    justify-content: center;
    flex-direction: column;
            BACKGROUND-SIZE: 100% 100%;
}
  .cris-what-include h2.main-title {
    font-size: 32px;
    line-height: 38px;
}
  .cris-what-include .included-icon {
    width: 54px;
    height: 54px;
    padding: 14px;
}
  .cris-what-include .included-content h3 {
    font-size: 22px;
}
  .sales-image-text-two .bonus-resourece-text p {
    font-size: 20px;
    line-height: 18px;
    padding-bottom:10px;
}
  .sales-image-text-two .bonus-resourece-text h2 {
    font-size: 32px;
    line-height: 38px;
    margin: 20px 0px;
}
  .sales-image-text-two .bonus-resourece-text .bonus-resourece-text-paragraph p {
    font-size: 20px;
    line-height: 160% !important;
}
  .main-title {
    font-size: 32px;
}
  .cris-icon-image-text .text-container ul li p {
    font-size: 18px;
}
  .cris-icon-image-text .text-container ul li img {
    width: 40px;
    height: 40px;
}
  .Icon-grid-section .better-row-top h2 {
    font-size: 32px;
    line-height: 160%;
}
  .Icon-grid-section .better-row-top p {
    font-size: 18px;
}
  .Icon-grid-section .better-row-top {
    margin-bottom: 40px !important;
}
  .Icon-grid-section .better-grid-box .better-same-grid-box-inner p {
    font-size: 24px;
}
  .Icon-grid-section .better-grid-box .better-same-grid-box-inner img {
    width: 40px !important;
    height: 40px !important;
    margin-bottom: 20px !important;
}
  .cris-icon-image-text .image-text-list-container {
    gap: 60px;
}
  .background-image-section .bg-img-innner-wrap {
    max-width: 1024PX;
}
  .background-image-section .bg-img-innner-wrap  h2 {
    font-size: 40px;
    line-height: 48px;
}
  .background-image-section .bg-img-innner-wrap p {
    font-size: 18px;
    padding-bottom: 25px;
}
  .testimonials-sale-section {
    padding-top: 0px !IMPORTANT;
}
  .Icon-grid-section .better-grid-box .better-same-grid-box-inner {
    padding-left: 50px;
    padding-right: 25px;
    background-size: 100% 110%;
}
  .sales-image-text-two .sale-image-text-two-inner-new {
    gap: 30px;
}
  .collactive-grid-section {
    margin: 0!important;
    padding: 80px 0!important;
}
  .collactive-grid-section h2 {
    font-size: 32px;
    padding-bottom: 50px!important;
}
  .collactive-grid-section .our-store-grid-section__grid {
    column-gap: 40px;
    row-gap: 40px;
}
  .collactive-grid-section .store-card__text-content h3 {
    font-size: 20px;
}
  .collective-banner-new h2 {
    font-size: 60px;
    line-height: 80px;
}
  .collective-banner-new p {
    font-size: 20px;
}
  .collective-form-section h2 {
    font-size: 32px;
}
}

@media screen and (max-width:1400px){
    .cris-corsini-image-sectin .step-icon{max-width:150px;height:150px;}
     .cris-corsini-image-sectin .steps-container{gap:10px;justify-content:space-between;}
    .cris-corsini-image-sectin .steps-container .step-block p{font-size:15px;}
    /* .cris-corsini-image-sectin p.step-text-top{margin-bottom:30px;}
    .cris-corsini-image-sectin p.step-text-bottom{margin-top:30px;} */
  .cris-corsini-image-sectin .step-icon {
    max-width: 130px;
    height: 130px;
}
    
    
}

@media screen and (max-width:1300px){
.cris-corsini-image-sectin .steps-container .step-block:nth-child(2), .steps-container .step-block:nth-child(4), .steps-container .step-block:nth-child(6){align-self:center;}
    .cris-corsini-image-sectin .steps-container .step-block p{font-size:14px;}
  .cris-what-you-get .what-you-get-list .what-you-get-item {
    padding: 35px 45px;
}
  .cris-what-you-get .what-you-get-list .what-you-get-item .module-label {
    font-size: 14px;
    line-height: 19px;
    padding: 7px 14px;
    top: 9px;
}
.moon-section-wrapper  .moon-block .moon-content h2 {
    font-size: 34px;
}

}


@media(max-width: 1230px) {
.retreat-banner-section .Slideshow .Slide-caption {
    max-width: 750px!important;
}
  .cris-corsini-image-sectin .steps-container .step-block:not(:last-child) .step-icon::after {
    right: -49px;
    width: 38px;
    height: 12px;
}
}

@media(max-width: 1199px) {
  header .head-row .site-logo, header .head-row .right-panel {
    margin: 0px;
}
  .header-new-new .right-panel a button {
    font-size: 16px;
}
  .header-new-new .main-menu ul li {
    padding: 25px 8px;
}
  .header-new-new .main-menu ul li a {
    font-size: 12px!important;
}
    .pricing-plans {
        padding: 80px 0;
    }

    .retreat-image-and-text {
        padding-bottom: 80px;
    }

    .retreat-text-and-image {
        padding-top: 80px;
    }

    .retreat-image-and-text .text-content h2,
    .retreat-text-and-image .text-content h2 {
        font-size: 35px;
        margin-bottom: 30px;
    }

    .retreat-image-and-text .text-content p,
    .retreat-text-and-image .text-content p {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .retreat-text-and-image .text-content h3 p {
        font-size: 20px;
    }

    /* .retreat-image-and-text .text-content ul li,
    .retreat-text-and-image .text-content ul li {
        margin-bottom: 10px;
        font-size: 18px;
    } */

    .retreat-image-and-text .text-content ul li::marker,
    .retreat-text-and-image .text-content ul li::marker {
        font-size: 24px;
    }

    .pricing-plans .pricing-plans-section .pricing-card .price,
    .pricing-plans .pricing-plans-section .pricing-card h3,
    .pricing-plans .pricing-plans-section h2 {
        font-size: 32px;
    }
  .retreat-banner-section .Slide-caption h2 {
    font-size: 32px!important;
    line-height: 40px!important;
}
  .retreat-banner-section .Slide-caption span {
    font-size: 16px!important;
    line-height: 150%!important;
    margin-bottom: 30px;
}
  .retreat-agenda-section .tabs-container {
    gap: 30px!important;
}
  .retreat-video-section .video-gallery .video-card .video-info {
    padding: 0 15px;
}
  .retreat-video-section .play-button {
    font-size: 18px;
    width: 35px;
    height: 35px;
     
}
  .retret-testmonial-section .testimonial-slider .testimonial {
    text-align: center;
    margin: 0px 15px;
}
  .section-footer-new .top-fooetr-new ul {
    gap: 15px;
}
  .section-footer-new .top-fooetr-new ul li a {
    font-size: 12px;
}
  footer.section-footer-new .footer-row .footer-row-left .footer-row-left__item-title {
    font-size: 26px;
    line-height: 36px;
}
  footer.section-footer-new .footer-row .address-center {
    padding: 0 30px;
}
  footer.section-footer-new .footer-row .contact-right {
    padding-left: 30px;
}
  
.retreat-agenda-section .tabs .tab-button strong {
    font-size: 18px;
}
.retreat-agenda-section .tabs .tab-button p {
    font-size: 14px;
}
  .retreat-text-and-image .container {
    gap: 40px!important;
}
  .retreat-image-and-text .container {
    gap: 50px!important;
}
  .retreat-agenda-section .tabs {
    width: 25%;
}
  .retreat-agenda-section .tab-contents {
    width: 75%;
}
  .retreat-banner-section .Slideshow .Slide-caption {
    max-width: 620px!important;
}
   .cris-corsini-image-sectin .steps-container .step-block{max-width:100%;}
     .cris-corsini-image-sectin .steps-container{display:grid;grid-template-columns:1fr 1fr 1fr;}
    .cris-corsini-image-sectin p.step-text-top{min-height:unset;} 
  .cris-what-you-get .what-you-get-list .what-you-get-item p {
    padding-bottom: 20px;
}
  .cris-what-you-get .what-you-get-list {
    gap: 0;
}
  .cris-corsini-image-sectin p.step-text-top:empty {
    display: none;
}

.cris-corsini-image-sectin p.step-text-bottom:empty {
    display: none;
}
  .cris-corsini-image-sectin .steps-container .step-block:not(:last-child) .step-icon::after {
     display: none;
}
.gemini-workshop-blocks .what-you-get-list .what-you-get-item {
    width: 100% !important;
    min-width: 49.5% !important;
    max-width: 49.5% !important;
    padding: 35px 55px !important;
}
.icon-grid-wrapper .better-grid-box {
    grid-template-columns: 1fr 1fr;
}

.icon-grid-wrapper .better-grid-box .better-same-grid-box-inner:nth-child(1) {
     grid-column-start: 1;
}
}

@media(max-width:1100px) {
.header-new-new .main-menu ul li a {
    font-size: 10px!important;
}

}
@media(max-width:1024px) {
  .header-new-new .main-menu ul li {
    padding: 0px;
}
  .header-new-new .main-menu ul li a {
    font-size: 16px!important;
}
  .header-new-new .flex.h-full.flex-col.bg-\[\#1F1C1E\].shadow-xl.lg\:shadow-none {
    background: #1f1c1e !important;
}
  .header-new-new button.hamburger {
    width: 33.33%;
}
  .header-new-new .main-menu {
    width: max-content;
    max-width: max-content;
}
  .header-new-new .head-row .left-panel {
    width: 33.33% !important;
    max-width: 33.33% !important;
}
    .pricing-plans {
        padding: 70px 0;
    }

    .retreat-image-and-text {
        padding-bottom: 70px;
    }

    .retreat-text-and-image {
        padding-top: 70px;
    }

    .retreat-image-and-text .text-content h2,
    .retreat-text-and-image .text-content h2 {
        font-size: 32px;
        margin-bottom: 25px;
    }

    .retreat-image-and-text .text-content p,
    .retreat-text-and-image .text-content p {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .retreat-text-and-image .text-content h3 p {
        font-size: 18px;
    }

    .retreat-image-and-text .text-content ul li,
    .retreat-text-and-image .text-content ul li {
        font-size: 16px;
    }

    .retreat-image-and-text .text-content ul li::marker,
    .retreat-text-and-image .text-content ul li::marker {
        font-size: 20px;
    }

    .pricing-plans .pricing-plans-section .pricing-card .price,
    .pricing-plans .pricing-plans-section .pricing-card h3,
    .pricing-plans .pricing-plans-section h2 {
        font-size: 26px;
    }

    .pricing-plans .pricing-plans-section .pricing-card p {
        font-size: 18px;
    }

    .pricing-plans .pricing-plans-section .pricing-card .price-text,
    .pricing-plans .pricing-plans-section .pricing-card .features ul li {
        font-size: 16px;
    }

    .pricing-plans .pricing-plans-section .pricing-card .pricing-button {
        font-size: 16px;
        padding: 18px 36px;
        margin-top: 40px;
    }

    .pricing-plans .pricing-plans-section .pricing-card {
        background: #B1975C;
        padding: 30px;
    }

    .pricing-plans .pricing-plans-section .pricing-card p {
        margin-bottom: 30px;
    }

    .pricing-plans .pricing-plans-section .pricing-card .price-text {
        margin-bottom: 30px;
    }
.retreat-image-and-text .text-content h2, .retreat-text-and-image .text-content h2 {
    font-size: 26px;
    margin-bottom: 20px;
}
  .retreat-text-and-image .text-content h3 p {
    font-size: 18px!important;
    margin-bottom: 20px;
}
  .retreat-agenda-section h2 {
    font-size: 26px;
}
  
  .retreat-agenda-section .tab-contents .tab-content h2 {
    font-size: 18px;
}
.retreat-agenda-section .tab-contents .tab-content p {
    font-size: 16px;
}
  .retreat-video-section .video-gallery {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
  .retreat-video-section .video-gallery .video-card {
    width: 100%;
}
  .retret-testmonial-section {
    padding: 70px 0;
}
  .retret-testmonial-section h2 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 20px;
}
  p {
    font-size: 16px;
}
  .retreat-image-section .text-content h2 {
    font-size: 26px!important;
    line-height: 34px!important;
}
  .retreat-image-section .text-content p {
    font-size: 16px!important;
}
  .retreat-image-section .image-gallery {
    gap: 20px;
}
.meet-founder-section {
    padding: 70px 0;
}
.meet-founder-section .retreat-section .text-content h2 {
    font-size: 26px;
    line-height: 34px;
}
 .restreat-faq .faq_accordion_main h2 {
    font-size: 26px;
    line-height: 132%;
} 
  .restreat-faq .faq_accordion_main .faq-accordion {
    grid-template-columns: 1fr;
}
.restreat-faq .faq_accordion_main .faq-accordion .faq-item {
    padding: 30px;
}
  .restreat-faq {
    padding-bottom: 70px;
}
  .top-fooetr-new {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
}
.top-fooetr-new .footer-title {
    width: 100%;
    max-width: 100%;
}

.top-fooetr-new .footer-title img {
    width: 100%;
    max-width: 150px;
    object-fit: cover;
}
  .section-footer-new .top-fooetr-new .footer-menu ul {
    flex-direction: column;
}
  .section-footer-new .top-fooetr-new ul li a {
    font-size: 16px;
}
  footer.section-footer-new .footer-row {
    padding: 0px;
}
  footer.section-footer-new .footer-row .footer-row-left .footer-row-left__item-title {
    font-size: 22px;
    line-height: 34px;
}
  footer .footer-row-left__item__social-icons {
    margin-top: 20px;
}
  footer.section-footer-new .footer-row .address-center {
    padding: 0px;
    border: 0px;
}
  footer.section-footer-new .footer-row .contact-right {
    padding-left: 0;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 20px;
}
  footer.section-footer-new .footer-subrow {
    padding-bottom: 14px;
    flex-direction: row;
}
  footer.section-footer-new .footer-subrow .footer-subrow-left {
        width: 50%;
    text-align: left;
}

  footer.section-footer-new .footer-subrow .policy-new {
    gap: 30px;
    width: 50%;
}
  .section-footer-new .top-fooetr-new .footer-menu {
    width: 100%;
    justify-content: flex-start;
    text-align: left;
    align-items: flex-start;
    display: flex;
}
  .retreat-agenda-section .tabs {
    /* grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 15px!important; */
}
  
  .retreat-image-and-text .image-content img {
    object-position: 35% 100%;
}
  .retreat-agenda-section {
    padding: 70px 0;
}
   .retreat-agenda-section .tabs {
    width: 35%;
}
  .retreat-agenda-section .tab-contents {
    width: 65%;
}
  .retreat-tabs-section {
           padding: 0px !important;
}
  .retreat-banner-section .slider_img img {
    object-position: center !important;
}
  .retret-cich-text p {
    font-size: 18px;
}
  .retret-cich-text span {
    font-size: 18px!important;
}
  .retreat-banner-section .Slideshow .Slide-caption {
    padding: 80px 0px !important;
    height:100% !important;
    min-height:100% !important;
}
  .call-in-love-section {
    height: 600px;
}
.call-in-love-section .overlay  h1 {
    font-size: 50px;
    line-height: 70px;
    margin-bottom: 15px;
}
.call-in-love-section .overlay  p {
    font-size: 16px;
}
.call-in-love-section .overlay a {
    padding: 16px 50px !important;
    font-size: 16px;
}
.sales-image-text {
    padding: 70px 0px;
}
  .cris-what-include .included-item:last-child {
    padding-bottom: 70px;
}
  .sales-image-text-two {
    padding-bottom: 70px;
}
  .cris-icon-image-text {
    padding: 70px 0px;
    padding-top: 0px;
}
  .Icon-grid-section {
    padding: 70px 0px;
}
  .background-image-section {
    padding: 0px 0px 70px;
}
.sales-image-text .left-column-sale-text p {
    font-size: 16px;
    transform: none;
}
.sales-image-text .left-column-sale-text  h2 {
    font-size: 26px;
    line-height: 36px;
    max-width: 100%;
    margin: 20px 0px;
}
 .sales-image-text .inner-sale-content-para p {
    font-size: 16px;
} 
  .sales-image-text .sale-text-img-inner-new {
    gap: 30px;
}
  .cris-what-you-get {
    padding: 70px 0px 59px;
}
  .main-title {
    font-size: 26px !important;
}
  .cris-what-you-get .what-you-get-list {
    flex-wrap: wrap !important;
}
  .cris-what-you-get .what-you-get-list .what-you-get-item {
    width: 49.33% !important;
    max-width: 49.33% !important;
    min-width: 49.33%;
}
  .cris-what-you-get .what-you-get-icon {
    margin: 25px 0px;
}
  .cris-what-include .included-content h3 {
    font-size: 20px;
}
  .sales-image-text-two .bonus-resourece-text p {
    font-size: 16px;
}
  .sales-image-text-two .bonus-resourece-text h2 {
    font-size: 26px;
    line-height: 36px;
}
  .sales-image-text-two .bonus-resourece-text .bonus-resourece-text-paragraph p {
    font-size: 16px;
    line-height: 160% !important;
}
  .cris-corsini-image-sectin {
    padding: 70px 0px 50px;
}
  .cris-icon-image-text .image-text-list-container {
    padding-top: 70px !important;
}
  .cris-icon-image-text .text-container h2 {
    font-size: 20px !important;
}
  .cris-icon-image-text .text-container ul li p {
    font-size: 16px;
}
  .cris-icon-image-text .text-container ul li img {
    width: 35px;
    height: 35px;
}
  .Icon-grid-section .better-row-top h2 {
    font-size: 26px;
}
  .Icon-grid-section .better-row-top p {
    font-size: 16px;
}
  .Icon-grid-section .better-grid-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
  .Icon-grid-section .better-grid-box .better-same-grid-box-inner p {
    font-size: 20px;
}
  .cris-icon-image-text .image-text-list-container {
    gap: 30px;
}
  .cris-icon-ime-txt-2 .text-container ul {
    row-gap: 30px;
}
  .background-image-section .love-forecast-section{
    height: auto;
    padding-inline:15px;
}
  .background-image-section .bg-img-innner-wrap  h2 {
    font-size: 32px;
    line-height: 38px;
    padding: 20px 0px;
}
  .background-image-section .bg-img-innner-wrap p {
    font-size: 16px;
    padding-bottom: 20px;
}
  .background-image-section .bg-img-innner-wrap a.button {
    padding: 16px 50px !important;
    font-size: 16px;
}
  .collactive-grid-section {
    margin: 0!important;
    padding: 60px 0!important;
}
  .background-image-section .bg-img-innner-wrap h6 {
    font-size: 20px;
}
  .collective-banner-new h2 {
    font-size: 50px;
    line-height: 60px;
}
  .collective-banner-new p {
    font-size: 16px;
}
  .collactive-grid-section h2 {
    font-size: 26px;
    padding-bottom: 40px!important;
}
  .collective-form-section h2 {
    font-size: 26px;
}
.gemini-workshop-blocks .what-you-get-list {
    grid-template-columns: 1fr 1fr !important;
}
  .gemini-workshop-blocks .what-you-get-list .what-you-get-item {
    padding: 35px 45px !important;
}

}
 
@media(max-width:767px) {
  body {
    background-position: center;
}
  footer .footer-subrow-left {
    text-align: left;
}
  
.retreat-banner-section .slider_img img {
    display: block;
}
  .container {
    padding: 0 15px!important;
}
  .retreat-banner-section .Slideshow .Slide-caption {
    text-align: left;
}
  .retreat-banner-section .Slide-caption  .btn {
    text-align: center;
    display: flex;
    justify-content:flex-start;
    width: 100%;
}
    .pricing-plans {
        padding: 60px 0;
    }

    .retreat-image-and-text .container,
    .retreat-text-and-image .container {
        flex-direction: column !important;
        gap: 30px !important;
    }
.background-image-section .bg-img-innner-wrap h6 {
    font-size: 16px;
}
    .retreat-text-and-image .container {
        flex-direction: column-reverse !important;
        gap: 30px !important;
    }

    .retreat-image-and-text .image-content,
    .retreat-text-and-image .image-content {
        position: static !important;
        width: 100%;
    }

    .retreat-image-and-text .text-content,
    .retreat-text-and-image .text-content {
        width: 100%;
    }

    .retreat-text-and-image .retreat-section {
        padding-bottom: 0;
    }

    .retreat-image-and-text {
        padding-bottom: 40px;
    }

    .retreat-text-and-image {
        padding-top: 60px;
    }

    .retreat-image-and-text .text-content h2,
    .retreat-text-and-image .text-content h2 {
        font-size: 25px;
        line-height: normal;
        margin-bottom: 20px;
      text-align: left;
    }

    .retreat-text-and-image .text-content h3 p {
        line-height: normal;
    }

    .retreat-image-and-text .text-content ul li::marker,
    .retreat-text-and-image .text-content ul li::marker {
        font-size: 20px;
    }

    .pricing-plans .pricing-plans-section h2 {
        margin-bottom: 30px;
      text-align: left;
    }

  .retreat-agenda-section h2 {
    margin-bottom: 30px;
  text-align: left;
}
  .retreat-agenda-section .tabs-container {
    gap: 30px!important;
    flex-direction: column;
}
  
  .retreat-agenda-section .tabs {
    width: 100%;
}
  /* .retreat-agenda-section .tabs {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
} */
  
  .retreat-agenda-section .tab-button {
    width: 100%;
}
  .retreat-agenda-section .tabs .agenda-svg {
    padding: 10px;
}
  .retreat-agenda-section .tab-button, .retreat-agenda-section .tabs .agenda-svg {
    padding: 10px;
}
  .retreat-agenda-section .tabs .agenda-svg svg {
    width: 25px;
    height: 25px;
}
  .retreat-agenda-section .tabs .tab-button strong {
    font-size: 18px;
    text-align: left;
}
  .retreat-agenda-section .tabs .tab-button p {
    font-size: 16px;
    text-align: left;
    
}
  .retreat-agenda-section .tab-contents {
    width: 100%;
}
  .pricing-plans .pricing-plans-container {
    flex-direction: column;
}
  .pricing-plans .pricing-plans-section .pricing-card {
    width: 100%;
    max-width: 100%;
}
  .retreat-video-section h2 {
    font-size: 26px;
    margin-bottom: 20px;
    text-align: left;
}
  .retret-testmonial-section {
    padding: 60px 0;
}
  .retreat-image-section .image-gallery {
    gap: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
  .retreat-image-section .image-gallery .image-item {
    width: 100%;
}
  .retreat-image-section .retreat-space {
    padding-bottom: 0px;
}
  .meet-founder-section {
    padding: 60px 0;
}
  .meet-founder-section .retreat-section .container {
    flex-direction: column;
    row-gap: 30px;
}
  .meet-founder-section .retreat-section .text-content {
    flex: 100%;
    width: 100%;
}
  .meet-founder-section .retreat-section .image-content {
    width: 100%;
    height: 100%;
    position: static;
    transform: none;
}
  .retreat-image-and-text .text-content p, .retreat-text-and-image .text-content p {
  text-align: left;
}
  .retreat-text-and-image .text-content h3 p {
            width: 100%;
        text-align: left;
        max-width: 100%;
}
  .retreat-text-and-image .text-content ul {
    align-items: flex-start;
}
  .retreat-image-and-text .text-content ul {
    align-items: flex-start;
}
  .retreat-agenda-section .tab-button {
    width: 100%;
    /* flex-direction: column; */
    align-items: center;
    background-blend-mode: color;
  text-align: left;
}
  .retreat-agenda-section .tab-button .agenda-svg + div {
    width: 100%;
   text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
}
  .retreat-agenda-section .tab-contents .tab-content h2 {
    text-align: left;
}
  .retreat-agenda-section .tab-contents .tab-content p {
   text-align: left;
}
  .pricing-plans .pricing-plans-section .pricing-card {
    text-align: left;
}
  .pricing-plans .pricing-plans-section .pricing-card .features ul {
    width: fit-content;
    margin: 0 auto;
}
  .pricing-plans .pricing-plans-section .pricing-card .pricing-button {
    margin-top: 30px !important;
}
  .retreat-image-section .text-content h2 {
    text-align: left;
}
  .retreat-image-section .text-content h3 {
   text-align: left;
}
  .retreat-image-section .text-content p {
    text-align: left;
}
  .meet-founder-section .retreat-section .text-content h2 {
   text-align: left;
}
  .meet-founder-section .retreat-section .text-content p {
    text-align: left;
}
  .meet-founder-section .retreat-section .text-content div p {
    text-align: left;
}
  .restreat-faq {
    padding-bottom: 60px;
    padding-top: 0px;
}
  .restreat-faq .faq_accordion_main .faq-accordion .faq-item .faq-question {
    font-size: 16px;
}
  .restreat-faq .faq_accordion_main .faq-accordion .faq-item {
    padding: 20px;
}
  .restreat-faq .faq_accordion_main .faq-accordion {
    gap: 20px;
}
  footer.section-footer-new .footer-row .footer-row-left .footer-row-left__item-title {
    font-size: 20px;
    line-height: 32px;
}
  .header-new-new .right-panel a button {
    background: #b1975c!important;
    width: 120px;
    height: 50px;
    font-size: 14px !important;
}
 .header-new-new header#header .container-custom {
    padding-bottom: 15px;
    padding-top: 15px;
    padding-right: 20px;
}
  .retreat-image-section .retreat-space {
    padding-left: 0px;
    padding-right: 0px;
}
  .meet-founder-section .retreat-section {
    padding-left: 0px;
    padding-right: 0px;
}
  .pricing-card-2 {
    border: 1px solid #fff;
    background: #371f0e !important;
}
  
  .pricing-plans .pricing-plans-section .pricing-card .pricing-button {
    font-size: 14px;
    padding: 12px 20px;
    margin-top: 40px;
}
  .pricing-plans .pricing-plans-section .pricing-card .price, .pricing-plans .pricing-plans-section .pricing-card h3, .pricing-plans .pricing-plans-section h2 {
    font-size: 26px;
    color: #fff !important;
}
  .pricing-plans .pricing-plans-section .pricing-card p, .pricing-plans .pricing-plans-section .pricing-card .price-text {
    color: #fff !important;
}
  .pricing-plans .pricing-plans-section .pricing-card .price span {
    color: #fff !important;
}
  .pricing-plans .pricing-plans-section .pricing-card {
    border: 1px solid #fff;
}
  .pricing-card-2 .pricing-button {
    background: #b1975c !important;
    color: #fff !important;
}

.pricing-card-1 .pricing-button:hover {
    background: transparent !important;
    color: #fff !important;
    border-color:#fff !important;
    transition: all 0.3s;
}

  .pricing-card-2 .pricing-button:hover {
    background: #b1975c !important;
    color: #fff !important;
      transition: all 0.3s;
}

.pricing-card-2 .pricing-button {
    background: #b1975c !important; 
    color: #fff !important
}

.pricing-card-2 .pricing-button:hover {
    background: #fff !important;
    color: #b1975c !important; 
    border-color:#b1975c !important;
}

.pricing-card-1 .pricing-button:hover{
background:#371f0e !important;
border-color:#371f0e !important;
    
}
.retreat-section .container {
    padding: 0px 15px !important;
}
 .retreat-text-and-image .text-content {
    width: 100% !important;
    flex: auto!important;
    padding-left: 0px !important;
} 
  .retreat-text-and-image .image-content img {
    min-height: 100% !important;
}
  .retreat-image-and-text .image-content img {
    object-position: center;
}
  .retreat-image-and-text .image-content img {
    object-position: center;
    min-height: 100%;
}
  .retreat-image-and-text .text-content {
    width: 100% !important;
    flex: auto!important;
    padding-right: 0px;
}
   .retreat-agenda-section {
    padding: 60px 0;
}
  .retreat-tabs-section {
    display: none;
}
  .retreat-accordion-section {
    display: block;
}
  .retreat-accordion-section .accordion-content {
    padding-bottom: 0px;
}
  .retreat-image-section {
    display: none;
}
  .reatreat-image-slider {
    display: block;
}
.retreat-video-section {
    display: none;
}
  .new-video-section-new {
    display: block;
}
  .retret-cich-text {
    padding-top: 0px;
    padding-bottom: 50px;
}
  .retret-cich-text .container {
    text-align: left;
}
  /* .retreat-text-and-image .container {
    flex-direction: row !important;
    gap: 15px!important;
} */
  .retreat-text-and-image .image-content video {
    height: 100%;
    min-height: 100% !important;
}
  .retret-cich-text {
    font-size: 16px;
}
  .retret-cich-text p {
    font-size: 16px;
}
  .retret-cich-text span {
    font-size: 16px!important;
}
  .retret-cich-text {
    display: none;
}
  .retret-rich-mob-text {
    display: block;
    padding-bottom: 0px;
    padding-top: 40px;
}
  .retreat-banner-section .Slideshow .Slide-caption {
    padding: 60px 0px !important;
}
   .cris-what-you-get {
    padding: 60px 0px 59px;
}
  .background-image-section {
    padding: 0px 0px 60px;
}
  .Icon-grid-section {
    padding: 60px 0px;
}

.cris-icon-image-text {
    padding: 60px 0px;
    padding-top: 0px;
}

.cris-what-include .included-item:last-child {
    padding-bottom: 60px;
}
  .sales-image-text-two {
    padding-bottom: 60px;
}

.sales-image-text {
    padding: 60px 0px;
}
  .call-in-love-section .overlay {
    max-width: 610px;
}
  .call-in-love-section .overlay  h1 {
    font-size: 40px;
    line-height: 64px;
    margin-bottom: 15px;
}
  .sales-image-text .sale-text-img-inner-new {
    flex-direction: column;
}
  .sales-image-text .left-column-sale-text {
    width: 100%;
    max-width: 100%;
}
  .sales-image-text .right-column-sale-img {
    width: 100%;
    max-width: 100%;
}
  .sales-image-text-two .sale-image-text-two-inner-new {
   flex-direction: column;
}
  .sales-image-text-two .bonus-resourece-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
  .sales-image-text-two {
    padding-top: 60px;
}
  .cris-corsini-image-sectin {
    padding: 60px 0px 50px;
}
  .cris-icon-image-text .image-text-list-container {
    padding-top: 60px !important;
            flex-direction: column;
}
  .cris-icon-image-text .text-container {
    width: 100%;
    max-width: 100%;
}
  .cris-icon-image-text .image-container {
    width: 100%;
    max-width: 100%;
}
  .cris-icon-image-text .image-container img {
    height: 100%;
}
  .background-image-section .bg-img-innner-wrap  h2 {
    font-size: 26px;
    line-height: 36px;
}
  .testimonials-sale-section .testimonial-slider .testimonial {
    min-height: auto;
     
}
  .cris-what-you-get .what-you-get-list .what-you-get-item h3 {
    font-size: 18px;
    line-height: 26px;
}
.cris-what-you-get .what-you-get-list .what-you-get-item p {
    font-size: 14px;
}
.gemini-workshop-blocks .what-you-get-list .what-you-get-item {
    padding: 35px 80px !important;
    max-width: 100% !important;
    min-width: 100% !important;
}
  .text-video-section .page-width.container {
    padding: 0 15px !important;
}
}

@media(max-width:599px) {
    .pricing-plans .pricing-plans-container {
        flex-direction: column;
    }

    .pricing-plans .pricing-plans-section .pricing-card {
        background: #B1975C;
        padding: 30px;
    }
  .retreat-agenda-section .tabs {
    grid-template-columns: 1fr;
}
  .retreat-agenda-section .tabs, .retreat-video-section .video-gallery {
    grid-template-columns: 1fr 1fr;
}
 .retreat-image-section .image-gallery {
    grid-template-columns: 1fr;
}
  footer.section-footer-new .footer-subrow {
    flex-direction: column;
    row-gap: 14px;
}
  footer.section-footer-new .footer-subrow .footer-subrow-left {
    width: 100%;
}
  footer.section-footer-new .footer-subrow .policy-new {
    width: 100%;
    justify-content: flex-start;
}
  .meet-founder-section .retreat-section .container {
    padding: 0 0px;
}
  .retreat-banner-section .Slide-caption h2 {
    font-size: 26px!important;
    line-height: 36px!important;
}
  .retreat-banner-section .Slide-caption button.button {
    font-size: 16px;
    padding: 18px;
    font-weight: 500;
}
  .retreat-image-and-text .text-content h2, .retreat-text-and-image .text-content h2 {
    font-size: 20px;
    line-height:28px;
}
  .retreat-text-and-image .text-content h3 p {
    font-size: 16px!important;
    line-height:28px;
}
  .retreat-text-and-image .text-content ul {
    row-gap: 10px;
}
  .retreat-image-and-text .text-content ul li, .retreat-text-and-image .text-content ul li {
    font-size: 14px;
}
  .retreat-agenda-section h2 {
    font-size: 20px;
}
  .retreat-agenda-section .tab-contents .tab-content h2 {
    font-size: 16px;
    line-height: 26px;
}
  .retreat-agenda-section .tab-contents .tab-content p {
    font-size: 14px;
}
  .pricing-plans .pricing-plans-section .pricing-card .price, .pricing-plans .pricing-plans-section .pricing-card h3, .pricing-plans .pricing-plans-section h2 {
    font-size: 20px;
    line-height:28px;
}
  .pricing-plans .pricing-plans-section .pricing-card .price-text, .pricing-plans .pricing-plans-section .pricing-card .features ul li {
    font-size: 14px;
}
  .retreat-video-section h2 {
    font-size: 20px;
    line-height: 30px;
}
  .retret-testmonial-section h2 {
    font-size: 20px;
    line-height: 30px;
}
  .retret-testmonial-section p {
    font-size: 16px;
    margin-bottom: 20px;
}
  .retret-testmonial-section .testimonial-slider strong {
    font-size: 16px;
}
  .retreat-image-section .text-content h2 {
    font-size: 20px!important;
    line-height: 30px!important;
}
  .meet-founder-section .retreat-section .text-content h2 {
    font-size: 20px;
    line-height: 30px;
}
  .restreat-faq .faq_accordion_main h2 {
    font-size: 20px;
    line-height: 130%;
}
  .section-footer-new .top-fooetr-new ul li a {
    font-size: 14px;
}
  footer.section-footer-new .footer-row .footer-row-left .footer-row-left__item-title {
    font-size: 16px;
    line-height:26px;
}
  .header-new-new button.hamburger {
    width: 25.33%;
}
  .header-new-new button.hamburger {
    width: 90%;
    position: absolute;
    left: 20px;
    top: 26px;
}
  .header-new-new .head-row .left-panel {
    width: 10.33%!important;
    max-width: 10.33%!important;
    margin: 0 auto;
}
  .retreat-agenda-section .tabs {
    border-right: 0px;
}
  .retreat-agenda-section .tabs-container {
    padding: 0px;
}
  .restreat-faq .btn.button {
    padding: 16px 30px;
    font-size: 16px;
}
.call-in-love-section .overlay  h1 {
    font-size: 26px;
    line-height: 36px;
}
  .sales-image-text .left-column-sale-text  h2 {
    font-size: 20px;
    line-height: 32px;
}
  .main-title {
    font-size: 20px !important;
}
  .cris-what-you-get .what-you-get-list {
    flex-direction: column;
}
  .cris-what-you-get .what-you-get-list .what-you-get-item {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    padding: 60px 70px;
}
  .cris-what-include .included-item {
    flex-direction: column;
    align-items: flex-start;
}
  .cris-what-include .included-content h3 {
    font-size: 18px;
}
  .sales-image-text-two .bonus-resourece-text h2 {
    font-size: 20px;
    line-height: 28px;
}
  .Icon-grid-section .better-grid-box {
    display: grid;
    grid-template-columns: 1fr;
}
  .Icon-grid-section .better-grid-box .better-same-grid-box-inner {
    padding-left: 70px;
    background-size: 100% 110%;
}
  .background-image-section .love-forecast-section{
            height: auto;
        padding: 70px 15px !important;
      }
  .background-image-section .bg-img-innner-wrap  h2 {
    font-size: 20px;
    line-height: 28px;
}
  .call-in-love-section .overlay {
    max-width: 480px;
            padding: 0px 15px;
}
  .call-in-love-section {
    height: 500px;
    
}
  .Icon-grid-section .better-row-top h2 {
    font-size: 20px;
}
    .collective-banner-new h2 {
    font-size: 26px;
    line-height: 36px;
}
  .collactive-grid-section h2 {
    font-size: 20px;
}
  .collective-form-section h2 {
    font-size: 20px;
}
 .collective-banner-new .background-image-text {
    height: auto !important;
}
  .gemini-workshop-blocks .what-you-get-list {
    grid-template-columns: 1fr  !important;
}
    .gemini-workshop-blocks .what-you-get-list .what-you-get-item {
    padding: 35px 55px !important;
}
}

@media(max-width:480px) {
.retreat-agenda-section .tabs, .retreat-video-section .video-gallery {
    grid-template-columns: 1fr;
}
  /* .new-video-section-new .video-thumbnail img {
    width: 100%;
    height: 460px;
    object-fit: cover;
    object-position: top center;
} */
.cris-corsini-image-sectin .step-icon {
    max-width: 90px;
    height: 90px;
}
.cris-corsini-image-sectin p.step-text-bottom:before {
    width: 13px;
    height: 13px;
    background-size: contain;
}
.cris-corsini-image-sectin p.step-text-top:before {
    width: 13px;
    height: 13px;
    background-size: contain;
}
  .cris-corsini-image-sectin .steps-container .step-block p {
    font-size: 12px;
}
  .cris-what-you-get .what-you-get-list .what-you-get-item {
    padding: 55px 50px;
}
  .cris-what-you-get .what-you-get-list .what-you-get-item h3 {
    font-size: 18px;
}
  .cris-what-you-get .what-you-get-list .what-you-get-item .module-label {
    position: static;
    width: fit-content;
    margin-top: 20px;
}

}

@media(max-width:420px) {
.header-new-new .head-row .left-panel img {
    width: 100px;
    object-fit: cover!important;
    height: auto;
}
  .header-new-new .head-row .left-panel {
    width: 16.33%!important;
    max-width: 16.33%!important;
    margin: 0 auto;
}
  .retreat-banner-section .Slide-caption h2 {
    font-size: 24px!important;
    line-height: 34px!important;
}
  
}

  @media(max-width:380px) {
  .Icon-grid-section .better-grid-box .better-same-grid-box-inner {
    padding-left: 50px;
}
    .Icon-grid-section .better-grid-box .better-same-grid-box-inner p {
    font-size: 18px;
}
    .cris-corsini-image-sectin .step-icon {
    max-width: 60px;
    height: 60px;
}
    .cris-corsini-image-sectin .steps-container .step-block p {
    font-size: 10px;
}
  }





  /* 08-09-2025 */
.people-culture-banner .call-in-love-section {padding-block: 150px !important;height: auto;background-color: rgb(29 29 29 / 70%) !important;background-blend-mode: overlay;}
.people-culture-banner .call-in-love-section h1 {font-family: 'Termina Test';font-style: normal;font-weight: 600;font-size: 60px!important;line-height: 1!important;color: #FFFFFF;margin-bottom: 40px!important;}
.people-culture-banner.call-in-love-section p {font-family: 'Inter';font-style: normal;font-weight: 400;font-size: 24px !important;line-height: 133%;text-align: center;color: #FEFEFE;max-width: 945px !important;margin-inline: auto;margin-bottom: 36px;}
.people-culture-banner .call-in-love-section a.btn {padding: 16.5px 32px !important;background-color: #FFD66B !important;border-color: #FFD66B;font-family: 'Inter';font-style: normal;font-weight: 500;
                                                   font-size: 18px;line-height: 1;display: flex;align-items: center;text-align: center;letter-spacing: 1.4px;color: #1D1D1D !important;width: max-content;
                                                   margin-inline: auto;}
.people-culture-banner .call-in-love-section a.btn:hover {background-color: #1D1D1D !important;color: #FFD66B !important;}

.scrolling-logo-section .scrolling-logos h2 {font-family: 'Termina Test';font-style: normal;font-weight: 600;font-size: 30px;line-height: 160%;display: flex;align-items: center;text-align: center;color: #FFFFFF;justify-content: center;margin-bottom: 25px;}
.scrolling-logo-section {padding-block: 100px;}
.scrolling-logo-section .logo-slider .logo-track {gap: 75px;}
.scrolling-logo-section .logo-slider .logo-track .logo-item {padding-inline:0;}
.scrolling-logo-section .logo-slider .logo-track .logo-item img {height: 35px;width: 100%;}

.programs-section {padding-block: 60px;background-color: rgb(0 0 0 / 50%);}
.programs-section .programs-grid {display: flex;gap: 150px;align-items: center;justify-content: space-between;}
.programs-section .programs-left h2 {font-family: 'Termina Test';font-style: normal;font-weight: 600;font-size: 30px;line-height: 130%;display: flex;align-items: center;text-align: left;color: #FFFFFF;margin-bottom:30px;}
.programs-section .programs-left p {font-family: 'Inter';font-style: normal;font-weight: 400;font-size: 16px;line-height: 145%;color: #FFFFFF;max-width:575px;width:100%;}
.programs-section .programs-right p {max-width: max-content;}
.programs-section .programs-grid .programs-left {width: 45%;}
.programs-section .programs-grid .programs-right {width: 46%;}
.programs-section .programs-grid .programs-right img {height: 370px !important;width: 100%;object-fit: cover;}
.programs-section .programs-grid .programs-right .program-content {background-color: rgb(255 255 255 / 5%);padding-block: 25px;padding-inline: 20px;height: 100%;}
.programs-section .programs-grid .programs-right .program-content h4 {font-family: 'Termina Test';font-style: normal;font-weight: 500;font-size: 24px;line-height: 130% !important;display: flex;align-items: center;color: #FFFFFF;margin-bottom: 20px;}
.programs-section .programs-grid .programs-right .program-content p {font-family: 'Inter';font-style: normal;font-weight: 400;font-size: 16px;line-height: 145%;display: flex;align-items: center;color: #FFFFFF;}
.programs-section .programs-grid .programs-right .swiper-slide {margin-right: 30px !important;height: 545px !important;}
.programs-section .programs-grid .programs-left a.main-btn {padding: 16.5px 32px;background-color: #FFD66B;display: flex;width: max-content;margin-top: 40px;border: 2px solid #FFD66B;font-family: 'Inter';
    font-style: normal;font-weight: 500;font-size: 18px;line-height: 18px;display: flex;align-items: center;text-align: center;letter-spacing: 1.4px;color: #1D1D1D;}
.programs-section .programs-grid .programs-left a.main-btn:hover {background: #000;color: #FFD66B;}

.programs-section .programs-grid {position:relative;}
.programs-section .programs-grid .swiper-button-prev,
.programs-section .programs-grid .swiper-button-next {position: absolute;bottom: 0;top: unset;transform: unset;background-color: #505050;width: 100%;max-width: 35px;height: 35px;padding: 8px;transition: all 0.5s;}
.programs-section .programs-grid .swiper-button-prev::after,
 .programs-section .programs-grid .swiper-button-next::after {display: none;}
.programs-section .programs-grid .swiper-button-prev {left: 0;}
.programs-section .programs-grid .swiper-button-next {left: 50px;}
.programs-section .programs-grid .swiper-button-prev:hover,
.programs-section .programs-grid .swiper-button-next:hover {background-color: #505050!important;}
.programs-section .programs-grid .swiper-button-prev:hover svg path,
.programs-section .programs-grid .swiper-button-next:hover svg path {fill: #fff;}
.programs-section .container {padding-right: 0 !important;}
.programs-section .programs-grid .swiper-button-prev[aria-disabled="false"],
.programs-section .programs-grid .swiper-button-next[aria-disabled="false"] {background-color: #ffd66b;}
.programs-section .programs-grid .swiper-button-prev[aria-disabled="false"] svg path,
.programs-section .programs-grid .swiper-button-next[aria-disabled="false"] svg path {fill: #000;}
.tartor-blocks-2026 .what-you-get-list .what-you-get-item { padding: 60px 69px 134px; border:0px;}
.text-after-blocks h3 { text-align: center; color: #fff !important; padding-top: 20px; }


/* 18-11-2025 */
.bundle-section {padding-block: 80px;background-color: #1d1d1d;}
.bundle-section .bundle-title {text-align:center;max-width: 628px;width: 100%;font-family: 'Krona One';font-style: normal;font-weight: 400;font-size: 40px;line-height: 50px;display: flex;align-items: center;color: #FFFFFF;margin-inline: auto;}
.bundle-section .bundles-grid {display: grid;grid-template-columns: 1fr 1fr 1fr;margin-top: 25px;gap:40px;}
.bundle-section .bundles-grid .bundle-card {padding-inline: 25px;padding-block: 40px;display: flex;flex-direction: column;background: #000;border-radius: 10px;}
.bundle-section .bundles-grid .bundle-card .bundle-tag {font-family: 'Inter';font-style: normal;font-weight: 500;font-size: 16px;line-height: 1;display: flex;align-items: center;color: #D151DF;padding: 8px 16px;border: 1px solid #D151DF;width: max-content;border-radius: 4px;}
.bundle-section .bundles-grid .bundle-card h3 {font-family: 'Krona One';font-style: normal;font-weight: 400;font-size: 24px;line-height: 30px;display: flex;align-items: center;color: #FFFFFF;margin-block: 25px;}
.bundle-section .bundles-grid .bundle-card p {font-family: 'Inter';font-style: normal;font-weight: 400;font-size: 16px;line-height: 160%;display: flex;align-items: center;color: #FEFEFE;}
.bundle-section .bundles-grid .bundle-card .bundle-prices {margin-block: 40px;display: grid;grid-template-columns: 1fr 1fr;gap: 80px;}
.bundle-section .bundles-grid .bundle-card .bundle-prices .left-normal,
 .bundle-section .bundles-grid .bundle-card .bundle-prices .right-sale {font-family: 'Inter';font-style: normal;font-weight: 600;font-size: 24px;line-height: 1;display: flex;align-items: start;flex-direction: column;gap: 15px;color: #FFFFFF;}
.bundle-section .bundles-grid .bundle-card .bundle-prices .right-sale {color: #D151DF;}
.bundle-section .bundles-grid .bundle-card .bundle-includes p {font-family: 'Inter';font-style: normal;font-weight: 600;font-size: 20px;line-height: 1;display: flex;align-items: center;color: #FEFEFE;}
.bundle-section .bundles-grid .bundle-card .bundle-btn {margin-top:auto;margin-bottom;0;width: 100%;border: 1px solid #D151DF;justify-content: center;height: 55px;font-family: 'Inter';font-style: normal;font-weight: 500;font-size: 18px;line-height: 18px;display: flex;align-items: center;letter-spacing: 1.4px;color: #D151DF;transition:all 0.5s;
    &:hover {background-color:#D151DF;color:#fff;}}
.bundle-section .bundles-grid .bundle-card .bundle-includes {margin-block: 0 30px;}
.bundle-section .bundles-grid .bundle-card .bundle-prices p {font-family: 'Inter';font-style: normal;font-weight: 500;font-size: 18px;line-height: 1;display: flex;align-items: center;color: #D151DF;}
.bundle-section .bundles-grid .bundle-card .bundle-includes ul li {font-family: 'Inter';font-style: normal;font-weight: 400;font-size: 16px;line-height: 160%;display: flex;align-items: center;color: #FEFEFE;position: relative;padding-left: 30px;}
.bundle-section .bundles-grid .bundle-card .bundle-includes ul {margin-block: 20px 0;display: flex;flex-direction: column;gap: 25px;}
.bundle-section .bundles-grid .bundle-card .bundle-includes ul li::after {position: absolute;content: "";width: 20px;height: 20px;left: 0;top:50%;transform:translateY(-50%);
background-image: url('/cdn/shop/files/icon_good.png?v=1763442494');background-position: center;background-size: contain;}
.bundle-section  .end-description {margin-top:50px;font-family: 'Inter';font-style: normal;font-weight: 400;font-size: 16px;line-height: 150%;display: flex;align-items: center;text-align: center;color: #FFFFFF;padding: 16px 34px;background: rgb(209 81 223 / 20%);border: 1px solid #D151DF;border-radius: 46.5px;}
.bundle-section .bundles-grid .bundle-card.inner-bundle-boxes-4 {padding: 0; grid-column: 2 span;background-color:transparent; }
.bundle-section .bundles-grid .bundle-card.inner-bundle-boxes-3 {grid-row: 1 span; }
.bundle-section .bundles-grid .bundle-card.inner-bundle-boxes-4 p {font-family: 'Inter';font-style: normal;font-weight: 400;font-size: 18px;line-height: 160%;display: flex;align-items: start;flex-direction: column;color: #FFFFFF;}
.bundle-section .bundles-grid .bundle-card.inner-bundle-boxes-4 p strong {font-size:20px;}
.black-friday-banner-section .call-in-love-section .overlay h1 + p {font-size: 24px;color: #D151DF;line-height: 1;}
.black-friday-banner-section .call-in-love-section .overlay a {color: #D151DF !important;border-color: #D151DF;
  &:hover {background: #D151DF !important;color:#fff !important;} }
.bundle-section .bundles-grid .bundle-card img {margin-block: 0 15px;}

.moon-section-wrapper .moon-block .moon-content h2 {font-family: 'Krona One';font-style: normal;font-weight: 400;font-size: 40px;line-height: 1;display: flex;align-items: center;color: #FFFFFF;margin-block:0 20px;}
.moon-section-wrapper .moon-block .moon-subtitle {font-family: 'Krona One';font-style: normal;font-weight: 400;font-size: 24px;line-height: 1;display: flex;align-items: center;color: #D151DF;margin-bottom:25px;}

.moon-section-wrapper .moon-block .moon-text p  {font-family: 'Inter';font-style: normal;font-weight: 400;font-size: 18px;line-height: 160%;display: flex;align-items: center;color: #FEFEFE;margin-bottom:30px;}
.moon-section-wrapper .moon-block {display:grid;grid-template-columns: 1fr 1fr;gap:45px;align-items:center;background: #1D1D1D;}
.moon-section-wrapper .moon-block .full-moon-button a {background-color:#D151DF;color:#fff;font-size:18px;font-family:"inter";font-weight:500;line-height:18.2px;padding-block:16px;padding-inline:34px;border:1px solid #D151DF;transition:all 0.5s;display: flex;width: max-content;
&:hover {color:#D151DF;background-color: transparent;}}
.moon-section-wrapper .moon-block .moon-image img, .moon-section-wrapper .moon-block .new-moon-image img {width: 100%;}
.moon-section-wrapper.page-width {padding-inline: 50px;background: #1d1d1d;display: flex;flex-direction: column;gap: 80px;padding-block: 80px;}
.moon-section-wrapper .moon-block .new-moon-image, .moon-section-wrapper .moon-block .moon-image {height: 100%;max-height: 46vw;overflow: hidden;}
.newsletter-section {background: #1d1d1d;}
.moon-workshop-banner-section .section-btns, .section-btn {gap: 40px;display: flex;justify-content: center;}
.moon-workshop-banner-section .section-btns .btn:nth-child(1),
.moon-workshop-banner-section .section-btns .btn:nth-child(2):hover,
.section-btn .btn:nth-child(1),
.section-btn .btn:nth-child(2):hover {background-color: #D151DF !important;border-color: #D151DF;color:#fff !important;}
.moon-workshop-banner-section .section-btns .btn:nth-child(1):hover,
.moon-workshop-banner-section .section-btns .btn:nth-child(2), 
.section-btn .btn:nth-child(1):hover,
.section-btn .btn:nth-child(2) {color: #D151DF !important;border-color: #D151DF;background-color: transparent !important;}
.moon-workshop-banner-section .section-btns .btn,
.section-btn .btn {padding-block: 17px !important;padding-inline: 22px !important;font-size: 18px !important;}


.your-moon-rituals-section {padding-block:80px;background-color: #1d1d1d;}
.the-moon-kits-banner-section .call-in-love-section p:first-child {margin-bottom: 25px;font-family: 'Inter';font-style: normal;font-weight: 600;font-size: 20px;line-height: 18px;display: flex;align-items: center;text-align: center;color: #D151DF;justify-content: center;}
.your-moon-rituals-section .ritual-title {font-family: 'Krona One';font-style: normal;font-weight: 400;font-size: 40px;line-height: 1;display: flex;align-items: center;text-align: center;color: #FFFFFF;justify-content: center;margin-bottom: 35px;}
.your-moon-rituals-section  .ritual-grid {display: grid;grid-template-columns: 1fr 1fr;gap: 62px;}
.your-moon-rituals-section .ritual-grid .ritual-card img {object-fit:cover;width: 100%;border-radius: 10px;max-height: 434px;height: 100%;}
.your-moon-rituals-section .ritual-grid .ritual-card h3 {font-family: 'Krona One';font-style: normal;font-weight: 400;font-size: 24px;line-height: 18px;display: flex;align-items: center;color: #FFFFFF;margin-block: 30px 20px;}
.your-moon-rituals-section .ritual-grid .ritual-card p {font-family: 'Inter';font-style: normal;font-weight: 400;font-size: 18px;line-height: 150%;display: flex;align-items: center;color: rgba(255, 255, 255, 0.8);}
.your-moon-rituals-section .ritual-grid .ritual-card ul {margin-top: 20px;display: flex;flex-direction: column;gap: 15px;}
.your-moon-rituals-section .ritual-grid .ritual-card ul li {padding-left: 28px;position: relative;font-family: 'Inter';font-style: normal;font-weight: 500;font-size: 18px;line-height: 160%;display: flex;align-items: center;color: #FFFFFF;}
.your-moon-rituals-section .ritual-grid .ritual-card ul li::after {transform: translateY(-50%);background-image: url('/cdn/shop/files/correct_1_1.png?v=1763542907');
left: 0;width: 18px;height: 18px;top: 50%;position: absolute;content: "";background-repeat: no-repeat;background-position: center;}
.your-moon-rituals-section .ritual-grid .ritual-card a {padding: 17px 34px;background: #D151DF;width: max-content;margin-top: 25px;font-family: 'Inter';font-style: normal;font-weight: 500;font-size: 18px;line-height: 18px;display: flex;align-items: center;text-align: center;letter-spacing: 1.4px;border: 1px solid #D151DF;color: #fff;}
.your-moon-rituals-section .ritual-grid .ritual-card a:hover {background: transparent;color: ##D151DF;}
.your-moon-rituals-section .after-block-content {color: #fff;text-align: center;padding-block: 68px 54px;padding-inline: 120px;background: #1A1819;box-shadow: 8px 20px 28px rgba(209, 81, 223, 0.12), 16px 28px 28px rgba(0, 0, 0, 0.35);margin-top: 80px;position: relative;max-width: 1170px;margin-inline: auto;width: 100%;}

.your-moon-rituals-section .after-block-content h4 {font-family: 'Krona One';font-style: normal;font-weight: 400;font-size: 35px;line-height: 36px;align-items: center;text-align: center;color: #FAF6F3;margin-bottom: 20px;}
.your-moon-rituals-section .after-block-content p {font-family: 'Inter';font-style: normal;font-weight: 400;font-size: 18px;line-height: 36px;text-align: center;color: #FAF6F3;max-width: 930px;margin-inline: auto;width: 100%;}
.your-moon-rituals-section .after-block-content p strong {color: #fff;}
.your-moon-rituals-section .after-block-content::after {position: absolute;content: "";background-image: url('/cdn/shop/files/Group_1_d8bb415b-696c-4ce9-8841-2f98388d9df8.png?v=1763545128');
left: 10px;bottom: 10px;width: 84px;height: 108px;background-position: center;background-size: contain;background-repeat: no-repeat;}
.your-moon-rituals-section .ritual-grid .ritual-card {height: max-content;}

.moon-kit-lp-banner.black-friday-banner-section .call-in-love-section .overlay a {background: #D151DF !important;color: #ffffff !important;}
.moon-kit-lp-banner.black-friday-banner-section .call-in-love-section .overlay a:hover {background: transparent !important;color: #D151DF !important;}
.moon-kit-lp-new-moon .newmoon-section {padding-block: 80px;border-top: 1px solid rgb(255 255 255 / 10%);max-width: 100%;padding-inline: 50px;}
.moon-kit-lp-new-moon .newmoon-section .top-container {display: flex;gap: 60px;justify-content:space-between;align-items:center;margin-bottom:40px;}
.moon-kit-lp-new-moon .newmoon-section .top-container .top-left {height: 100%;max-height: 373px;}
.moon-kit-lp-new-moon .newmoon-section .top-container .top-left img {width: 100%;height: 100%;object-fit: cover;object-position: left top;}
.moon-kit-lp-new-moon .newmoon-section .top-container .top-right h2 {font-family: 'Krona One';font-style: normal;font-weight: 400;font-size: 40px;line-height: 56px;display: flex;align-items: center;color: #FFFFFF;}
.moon-kit-lp-new-moon .newmoon-section .top-container .top-right p {font-family: 'Inter';font-style: normal;font-weight: 400;font-size: 20px;line-height: 160%;display: flex;align-items: center;color: #FEFEFE;}


.moon-kit-lp-new-moon .newmoon-section .bottom-container h3 {font-family: 'Inter';font-style: normal;font-weight: 600;font-size: 24px;line-height: 18px;display: flex;align-items: center;color: #FFFFFF;}
.moon-kit-lp-new-moon .newmoon-section .bottom-container .blocks {margin-top: 30px;gap: 60px;}
.moon-kit-lp-new-moon .newmoon-section .bottom-container .blocks .block-item .block-img img {width: 18px;height: 18px;}
.moon-kit-lp-new-moon .newmoon-section .bottom-container .blocks .block-item h4 {font-family: 'Inter';font-style: normal;font-weight: 600;font-size: 20px;line-height: 24px;display: flex;align-items: center;color: #FFFFFF;margin: 0;gap: 5px;}
.moon-kit-lp-new-moon .newmoon-section .bottom-container .blocks .block-item h4 span {font-size: 16px;line-height: 1;color: #D151DF;}
.moon-kit-lp-new-moon .newmoon-section .bottom-container .blocks .block-item .block-content p {font-family: 'Inter';font-style: normal;font-weight: 400;font-size: 16px;line-height: 160%;display: flex;align-items: center;color: #FFFFFF;}
.moon-kit-lp-new-moon .newmoon-section .bottom-container .blocks .block-item {flex-direction: column;gap: 17px;}
.moon-kit-lp-new-moon .newmoon-section .bottom-container .blocks .block-item .block-img {display: flex;align-items: center;gap: 10px;}
.moon-kit-lp-new-moon .newmoon-section .bottom-container .blocks .block-item .block-img {display: flex;align-items: center;gap: 10px;}
.moon-kit-lp-lunar .lunar-section {padding: 0;max-width: 1170px;margin-inline: auto;padding-block: 60px;padding-inline: 83.5px;margin-bottom: 80px;background: #100f11;box-shadow: 8px 20px 28px rgba(209, 81, 223, 0.12), 16px 28px 28px rgba(0, 0, 0, 0.35);}
section.lunar-section .lunar-inner {max-width: 100%;padding: 0;background: transparent;}
section.lunar-section .lunar-inner h2 {font-family: 'Krona One';font-style: normal;font-weight: 400;font-size: 35px;line-height: 44px;display: flex;align-items: center;text-align: center;color: #FAF6F3;max-width: 726px;width: 100%;margin-inline: auto;margin-bottom: 25px;}
section.lunar-section .lunar-inner p {font-family: 'Inter';font-style: normal;font-weight: 400;font-size: 18px;line-height: 160%;display: flex;align-items: center;text-align: center;color: #FAF6F3;margin: 0;}
section.lunar-section .lunar-inner  .lunar-btn {margin-block: 20px 25px;border-radius: 0;padding: 18px 25px;font-family: 'Inter';font-style: normal;font-weight: 500;font-size: 18px;line-height: 18px;display: flex;align-items: center;text-align: center;letter-spacing: 1.4px;
color: #FFFFFF;width: max-content;justify-content: center;margin-inline: auto;border: 1px solid #d65bff; &:hover {background: transparent;color: #d151df;} }
.moon-kit-lp-lunar {padding-inline: 50px;}
.moon-kit-lp-full-moon.moon-kit-lp-new-moon .newmoon-section .top-container .top-left {order: 2;}
.moon-kit-lp-full-moon.moon-kit-lp-new-moon .newmoon-section .top-container .top-right {order: 1;}


.moon-kit-lp-new-moon .newmoon-section .top-container .top-left {width: 48%;}
.moon-kit-lp-new-moon .newmoon-section .top-container .top-right {width: 48%;}
.moon-kit-lp-new-moon .newmoon-section .top-container .swiper-button-next:after,
.moon-kit-lp-new-moon .newmoon-section .top-container .swiper-button-prev:after {display: none;}
.moon-kit-lp-new-moon .newmoon-section .top-container .swiper-button-next,
.moon-kit-lp-new-moon .newmoon-section .top-container .swiper-button-prev {width: 40px;height: 40px;border: 1px solid #ffffff;padding: 12px;border-radius: 100%;background: #ffffff;display: flex;justify-content: center;align-items: center;line-height: 1;transition: all 0.5s;}
.moon-kit-lp-new-moon .newmoon-section .top-container .swiper-button-next svg,
.moon-kit-lp-new-moon .newmoon-section .top-container .swiper-button-prev svg {color: #9b59b6;line-height: 1;transition: all 0.5s;}
.moon-kit-lp-new-moon .newmoon-section .top-container .swiper-button-next:hover svg,
.moon-kit-lp-new-moon .newmoon-section .top-container .swiper-button-prev:hover svg {color: #fff;}
.moon-kit-lp-new-moon .newmoon-section .top-container .swiper-button-next:hover,
.moon-kit-lp-new-moon .newmoon-section .top-container .swiper-button-prev:hover {background: #d151df;border-color: #d151df;}
.moon-kit-lp-new-moon .newmoon-section .top-container .swiper-pagination {display:flex;flex-wrap:nowrap;align-items:center;justify-content:center;}
.moon-kit-lp-new-moon .newmoon-section .top-container .swiper-pagination .swiper-pagination-bullet {max-width: 15%;width:100%;min-width:5%;height: 5px;transition: all 0.5s;background: #ffffff66;border: 0;}
.moon-kit-lp-new-moon .newmoon-section .top-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {max-width: 25%;min-width:10%;background: #d151df;}
.moon-kit-lp-new-moon .newmoon-section .top-container .top-left .top-slider {height: 390px;padding-bottom:40px;}
.moon-kit-lp-new-moon .newmoon-section .top-container .swiper-button-next {right: -50px;opacity: 0;}
.moon-kit-lp-new-moon .newmoon-section .top-container .swiper-button-prev {left: -50px;opacity: 0;}
.moon-kit-lp-new-moon .newmoon-section .top-container .top-left .top-slider:hover .swiper-button-next {right: 10px;opacity: 1;}
.moon-kit-lp-new-moon .newmoon-section .top-container .top-left .top-slider:hover .swiper-button-prev {left: 10px;opacity: 1;}
.moon-kit-lp-new-moon .newmoon-section .top-container .top-left .top-slider {height: auto;}
.moon-kit-lp-new-moon .newmoon-section .top-container .top-left .top-slider .swiper-slide img{height: 34.1vw;object-fit:cover;object-position: 100% 39%;}
.moon-kit-lp-new-moon .newmoon-section .top-container .top-left { max-height: max-content;}
.call-in-love-section .overlay p {width: 100%;max-width: 1024px;margin-inline: auto;}
.bundle-section .bundles-grid .bundle-card .bundle-prices .right-sale span {color: #fff;}


/* 05-12-2025 */
.new-section-chris .section-imgs {display: grid;grid-template-columns: 1fr 1fr;max-width: 992px;width: 100%;margin-inline: auto;column-gap: 60px;}
.new-section-chris {padding-block: 100px;background-color: #1D1D1D;}
.new-section-chris .section-imgs .inner-image-block {text-align: center;display: flex;flex-direction: column;gap: 25px;}
.new-section-chris .section-imgs .inner-image-block h3 {font-family: 'Krona One';font-style: normal;font-weight: 400;font-size: 26px;line-height: 1 ;display: flex;align-items: center;text-align: center;color: #FFFFFF;justify-content: center;align-items: center;}



.astro-planner-section-new .astro-row {gap: 40px;display: grid;grid-template-columns: 1fr 1fr;align-items: center;justify-content: space-between;}
.astro-planner-section-new {background-color: #1D1D1D;padding-block: 80px 40px;}
.astro-planner-section {background: #1D1D1D;padding-block: 40px 80px;}
.astro-planner-section .lunar-section {margin-block: 0 !important;}
.astro-planner-section-new .astro-row.reverse2 {padding-bottom: 0;}
.astro-planner-section-new .astro-row h2 {font-family: 'Krona One';font-style: normal;font-weight: 400;font-size: 40px;line-height: 52px;display: flex;align-items: center;color: #FFFFFF;margin-bottom: 25px;max-width: 470px;width: 100%;}
.astro-planner-section-new .astro-left p {font-family: 'Inter';font-style: normal;font-weight: 400;font-size: 20px;line-height: 160%;display: flex;align-items: center;color: #FEFEFE;}
.astro-planner-section-new .astro-row.reverse {padding-block: 80px;}
.astro-planner-section-new .astro-row p {font-family: 'Inter';font-style: normal;font-weight: 400;font-size: 20px;line-height: 160%;display: flex;align-items: center;color: #FEFEFE;}
.astro-planner-section-new .astro-row .lunar-btn {border:1px solid transparent;margin-bottom: 0;margin-top: 20px;border-radius: 0;height: 55px;display: flex;width: max-content;justify-content: center;align-items: center;}
.astro-planner-section-new .astro-row .lunar-btn a {font-family: 'Inter';font-style: normal;font-weight: 500;font-size: 18px;line-height: 18px;display: flex;align-items: center;text-align: center;letter-spacing: 1.4px;color: #FFFFFF;}
.astro-planner-section-new .astro-row.reverse2 h2 {width: 100%;max-width: 100%;}
.astro-planner-section-new .astro-row ul {margin-top: 25px;display: flex;flex-direction: column;gap: 15px;}
.astro-planner-section-new .astro-row ul li {font-family: 'Inter';font-style: normal;font-weight: 500;font-size: 18px;line-height: 160%;display: flex;align-items: center;color: #FFFFFF;padding-left: 30px;position: relative;}
.astro-planner-section-new .astro-row ul li::after {position: absolute;content: "";
background-image: url('/cdn/shop/files/correct_1_1_c2358022-ba40-4712-b03d-ccc0cd20c8e7.png?v=1764911949');
left: 0;top: 50%;width: 18px;height: 18px;background-position: center;background-size: contain;transform: translateY(-50%);}
.astro-planner-section-new .astro-row.reverse .astro-left img {height: 778px;width: 100%;object-fit: cover;}
.astro-planner-section-new .astro-row.reverse2 .astro-left2 img {height: 668px;width: 1000%;object-fit: cover;}
.astro-planner-section-new .astro-row p br {display: block !important;}
.astro-planner-section-new .astro-row .lunar-btn:hover {background: transparent;border-color: #d151df;}
.astro-planner-section-new .astro-row .lunar-btn:hover a {color: #d151df;}
/* responsive-start-hare */

@media(min-width:1920px){
  .moon-kit-lp-new-moon .newmoon-section .top-container .top-left .top-slider .swiper-slide img{height: 600px;} 
}

@media screen and (max-width:1330px){
  .programs-section .programs-grid .programs-right .swiper-slide {height: 580px !important;}
  .programs-section .programs-grid {gap: 100px;}
  .moon-section-wrapper .moon-block .moon-content h2 {font-size: 34px;}
  .moon-kit-lp-new-moon .newmoon-section .top-container .top-right h2 {font-size: 34px;line-height: 48px;}
}

@media screen and (max-width:1199px){
.scrolling-logo-section {padding-block: 80px;}
.programs-section .programs-grid {gap: 50px;}
.programs-section .container {padding-right: 30px !important;}
.programs-section .programs-grid .programs-right .swiper-slide {height: auto !important;}
.people-culture-banner .call-in-love-section p {font-size: 20px !important;margin-bottom: 30px;}
.people-culture-banner .call-in-love-section h1 {font-size: 48px!important;margin-bottom: 20px !important;}
.scrolling-logo-section .scrolling-logos h2 {font-size: 28px;}
.bundle-section {padding-block: 60px;}
.bundle-section .bundles-grid .bundle-card .bundle-prices .left-normal, .bundle-section .bundles-grid .bundle-card .bundle-prices .right-sale {font-size: 22px;line-height: 1;}
.black-friday-banner-section .call-in-love-section .overlay h1 + p {font-size: 20px;}
.moon-section-wrapper  .moon-block .moon-content h2 {font-size: 28px;margin-bottom: 15px;}
.moon-section-wrapper  .moon-block .moon-subtitle {font-size: 19px;margin-bottom: 20px;}
.moon-section-wrapper  .moon-block .moon-text p {font-size: 16px;margin-bottom: 25px;}
.moon-section-wrapper .moon-block .full-moon-button a {font-size: 16px;padding-block: 15px;padding-inline: 30px;}
.moon-section-wrapper.page-width {gap: 60px;padding-block: 60px;}
.new-section-chris {padding-block: 80px;}
}

@media screen and (max-width:1100px) {
  .bundle-section .bundles-grid {grid-template-columns: 1fr 1fr;}
  .bundle-section .bundles-grid .bundle-card .bundle-includes ul {gap: 20px;}
  .your-moon-rituals-section .ritual-title {font-size: 36px;margin-bottom: 30px;}
  .your-moon-rituals-section .ritual-grid {gap: 40px;}
  .your-moon-rituals-section .ritual-grid .ritual-card p {font-size: 16px;}
  .your-moon-rituals-section .ritual-grid .ritual-card ul li {font-size: 16px;line-height: 150%;}
  .your-moon-rituals-section .ritual-grid .ritual-card a {padding: 15px 30px;font-size: 16px;line-height: 16px;letter-spacing: 1.2px;}
  .your-moon-rituals-section {padding-block: 60px;}
  .your-moon-rituals-section .after-block-content h4 {font-size: 30px;line-height: 1;}
  .your-moon-rituals-section .after-block-content {padding-block: 50px 40px;padding-inline: 50px;margin-top: 50px;}
  .moon-kit-lp-new-moon .newmoon-section .top-container .top-left {height: 100%;max-height: 100%;}
  .moon-kit-lp-new-moon .newmoon-section .top-container .top-right h2 {font-size: 28px;line-height: 1.5;}
  .moon-kit-lp-new-moon .newmoon-section .top-container {gap: 40px;}
  .moon-kit-lp-new-moon .newmoon-section .top-container .top-right p {font-size: 18px;}
  .moon-kit-lp-new-moon .newmoon-section {padding-block: 60px;}
  .moon-kit-lp-lunar .lunar-section {padding-block: 50px;padding-inline: 65px;margin-bottom: 60px;}
  section.lunar-section .lunar-inner h2 {font-size: 30px;line-height: 1.5;}
  .moon-section-wrapper .moon-block .new-moon-image, .moon-section-wrapper .moon-block .moon-image {max-height: 43.416vw;}
  .astro-planner-section-new .astro-row h2 {font-size: 30px;line-height: 1.5;margin-bottom:20px;}
  .astro-planner-section-new .astro-row p {font-size: 18px;}
  
}
@media screen and (max-width:1024px){
.people-culture-banner .call-in-love-section h1 {font-size: 38px!important;margin-bottom: 20px !important;}
.people-culture-banner .call-in-love-section p {font-size: 18px !important;width: calc(100% - 50px);}
.scrolling-logo-section {padding-block: 60px;}
.scrolling-logo-section .scrolling-logos h2 {font-size: 24px;}
.scrolling-logo-section .logo-slider .logo-track {gap: 50px;}
.scrolling-logo-section .logo-slider .logo-track .logo-item img {height: 30px;}
.programs-section .programs-grid .programs-right .program-content h4 {font-size: 20px;margin-bottom: 16px;}
.programs-section .programs-grid .programs-left a.main-btn,
.sales-banner-section .call-in-love-section a.btn {padding: 12px 24px!important;font-size: 16px;}
.gemini-workshop-blocks .text-after-heading p,
.gemini-workshop-blocks .text-after-blocks p {font-size: 16px;}
.gemini-workshop-blocks .text-after-heading {margin-bottom: 30px;}
.gemini-workshop-blocks .text-after-blocks {margin-top: 10px;}
.bundle-section .bundles-grid .bundle-card .bundle-prices {margin-block: 30px;gap: 30px;}
.bundle-section .bundles-grid .bundle-card .bundle-prices .left-normal, .bundle-section .bundles-grid .bundle-card .bundle-prices .right-sale {font-size: 22px;gap: 10px;}
.bundle-section .bundle-title {max-width: 500px;font-size: 32px;line-height: 1.4;}
.bundle-section .bundles-grid {gap: 20px;}
.moon-section-wrapper.page-width {gap: 50px;padding-block: 50px;}
.your-moon-rituals-section {padding-block: 50px;}
.your-moon-rituals-section .ritual-grid .ritual-card img {max-height: 350px;}
.your-moon-rituals-section .ritual-title {font-size: 32px;margin-bottom: 30px;}
.your-moon-rituals-section .ritual-grid .ritual-card h3 {font-size: 22px;margin-block: 25px 20px;}
.your-moon-rituals-section .after-block-content h4 {font-size: 28px;line-height: 1;}
.moon-workshop-banner-section .section-btns .btn, .section-btn .btn {font-size: 16px !important;}
.the-moon-kits-banner-section .call-in-love-section p:first-child {font-size: 18px;}
.moon-section-wrapper .moon-block .new-moon-image, .moon-section-wrapper .moon-block .moon-image {max-height: 43vw;}
.new-section-chris {padding-block: 60px;}
.new-section-chris .section-imgs .inner-image-block h3 {font-size: 24px;line-height: 1;}
.astro-planner-section-new .astro-row.reverse {padding-block: 60px;}
.astro-planner-section-new {padding-block: 60px 30px;}
.astro-planner-section {padding-block: 30px 60px;}
.astro-planner-section-new .astro-row {gap: 25px;}
.astro-planner-section-new .astro-row h2 {font-size: 29px;}
}

@media screen and (max-width:989px) {
  .moon-section-wrapper .moon-block {grid-template-columns: 1fr;grid-template-rows: 1fr;gap: 30px;}
  .moon-section-wrapper .moon-block .moon-content h2 {font-size: 26px;margin-bottom: 15px;}
  .moon-section-wrapper .moon-block .moon-subtitle {font-size: 17px;margin-bottom: 20px;}
  .moon-section-wrapper .moon-block .new-moon-image {order: 1;}
.moon-section-wrapper .moon-block .moon-content {order: 2;}
.moon-workshop-banner-section .section-btns .btn {padding-block: 15px !important;padding-inline: 22px !important;font-size: 16px !important;letter-spacing: 0;}
.moon-kit-lp-new-moon .newmoon-section .top-container .top-right h2 {font-size: 24px;}
.moon-kit-lp-new-moon .newmoon-section .top-container .top-right p {font-size: 16px;}
.moon-kit-lp-new-moon .newmoon-section .bottom-container h3 {font-size: 20px;}
.moon-kit-lp-new-moon .newmoon-section .bottom-container .blocks {margin-top: 20px;gap: 45px;}
.moon-kit-lp-new-moon .newmoon-section .bottom-container .blocks .block-item h4 {font-size: 18px;}
.moon-kit-lp-new-moon .newmoon-section {padding-block: 50px;}
section.lunar-section .lunar-inner h2 {font-size: 26px;}
.moon-kit-lp-lunar .lunar-section {padding-block: 40px;padding-inline: 20px;margin-bottom: 50px;}
.moon-section-wrapper .moon-block .new-moon-image, .moon-section-wrapper .moon-block .moon-image {max-height: 100vw;}
.new-section-chris .section-imgs {column-gap: 40px;}
.astro-planner-section-new .astro-row {gap: 25px;grid-template-columns: 1fr;}
.astro-planner-section-new .astro-row h2 {font-size: 26px;max-width: 100%;}
.astro-planner-section-new .astro-row.reverse .astro-left {order: 1;}
.astro-planner-section-new .astro-row.reverse .astro-right {order: 2;}
.astro-planner-section-new .astro-row.reverse .astro-left img,
.astro-planner-section-new .astro-row.reverse2 .astro-left2 img {height: auto;}
}
@media screen and (max-width:767px){
.programs-section .container {padding-right: 20px!important;}
.people-culture-banner .call-in-love-section p {font-size: 16px!important;width: calc(100% - 20px);}
.people-culture-banner .call-in-love-section {padding-block: 130px!important;}
.people-culture-banner .call-in-love-section .overlay {max-width: 100%;}
.scrolling-logo-section {padding-block: 45px;}
.programs-section .programs-grid .programs-right, .programs-section .programs-grid .programs-left {width: 100%;}
.programs-section .programs-grid {gap: 30px;flex-wrap: wrap;padding-bottom: 60px;}
.programs-section .programs-grid .programs-right .swiper-slide {margin-right: 20px!important;}
.programs-section .programs-left h2 {font-size: 26px;margin-bottom: 16px;}
.programs-section .programs-grid .programs-left a.main-btn {margin-top: 30px;}
.people-culture-banner .call-in-love-section h1 {font-size: 32px!important;}
.programs-section {padding-block: 45px;}
.bundle-section .bundles-grid {grid-template-columns: 1fr;grid-template-rows: 1fr;}
.bundle-section .bundles-grid .bundle-card .bundle-btn {height: 48px;font-size: 16px;line-height: 16px;}
.bundle-section .bundles-grid .bundle-card.inner-bundle-boxes-4 {padding-inline:10px;grid-column: 1 span; }
.bundle-section .bundles-grid .bundle-card.inner-bundle-boxes-3 {grid-row: 1 span; }
.bundle-section .bundles-grid .bundle-card.inner-bundle-boxes-4 p {font-size: 16px;}
.bundle-section .bundles-grid .bundle-card.inner-bundle-boxes-4 p strong {font-size: 18px;}
.bundle-section .bundles-grid .bundle-card {padding-block: 20px;padding-inline: 20px;}
.bundle-section .bundles-grid .bundle-card .bundle-includes ul {gap: 15px;}
.bundle-section .end-description {margin-top: 30px;font-size: 14px;padding: 12px 20px;}
.black-friday-banner-section .call-in-love-section .overlay h1 + p {font-size: 18px;}
.moon-section-wrapper.page-width {padding-inline: 15px;gap: 40px;padding-block: 40px;}
.your-moon-rituals-section .ritual-grid {gap: 30px;grid-template-columns: 1fr;grid-template-rows: 1fr;}
.your-moon-rituals-section .ritual-title {font-size: 28px;}
.your-moon-rituals-section .ritual-grid .ritual-card ul li {font-size: 14px;}
.your-moon-rituals-section {padding-block: 40px;}
.your-moon-rituals-section .after-block-content h4 {font-size: 24px;}
.your-moon-rituals-section .after-block-content {padding-block: 40px ;padding-inline: 30px;margin-top: 40px;}
.your-moon-rituals-section .after-block-content::after {width: 60px;height: 80px;top:10px;}
.your-moon-rituals-section .after-block-content p {font-size: 16px;line-height: 2;}
.moon-workshop-banner-section .section-btns .btn, .section-btn .btn {padding-block: 14px !important;padding-inline: 22px !important;}
.the-moon-kits-banner-section .call-in-love-section p:first-child {margin-bottom: 20px;font-size: 16px;}
.moon-kit-lp-new-moon .newmoon-section .top-container {gap: 25px;flex-wrap:wrap;}
.moon-kit-lp-new-moon .newmoon-section .top-container .top-left,
.moon-kit-lp-new-moon .newmoon-section .top-container .top-right {width: 100%;}
.moon-kit-lp-new-moon .newmoon-section {padding-inline: 15px;padding-block:40px;margin-bottom: 30px;}
.moon-kit-lp-new-moon .newmoon-section .bottom-container .blocks .block-item {gap: 12px;}
.moon-kit-lp-lunar {padding-inline: 15px;}
section.lunar-section .lunar-inner h2 {font-size: 22px;}
section.lunar-section .lunar-inner p {font-size: 16px;}
section.lunar-section .lunar-inner .lunar-btn {padding: 14px 20px;font-size: 16px;}
section.lunar-section .lunar-inner .lunar-side-image {left: 0;bottom: 35%;width: 50px;}
.moon-kit-lp-new-moon .newmoon-section .top-container {margin-bottom: 25px;}
.moon-kit-lp-lunar .lunar-section {padding-block: 30px;padding-inline: 15px;margin-bottom: 40px;}
.moon-kit-lp-full-moon.moon-kit-lp-new-moon .newmoon-section .top-container .top-left {order: 1;}
.moon-kit-lp-full-moon.moon-kit-lp-new-moon .newmoon-section .top-container .top-right {order: 2;}
.moon-kit-lp-new-moon .newmoon-section .top-container .top-left .top-slider .swiper-slide img{height: 66vw;}
.new-section-chris {padding-block: 50px;}
.new-section-chris .section-imgs .inner-image-block h3 {font-size: 22px;}
.new-section-chris .section-imgs {column-gap: 25px;}
.astro-planner-section-new {padding-block: 40px 20px;}
.astro-planner-section-new .astro-row.reverse {padding-block: 40px;}
.astro-planner-section-new .astro-row h2 {font-size: 22px;margin-bottom: 16px;}
.astro-planner-section-new .astro-row p {font-size: 16px;}
.astro-planner-section-new .astro-row ul li {font-size: 16px;}
.astro-planner-section-new .astro-row .lunar-btn {height: 44px;}
.astro-planner-section-new .astro-row .lunar-btn a {font-size: 16px;line-height: 1;}
.astro-planner-section-new .astro-row ul {margin-top: 20px;gap: 10px;}
.astro-planner-section .lunar-section .lunar-inner .lunar-side-image {bottom: 0;}
}


@media screen and (max-width:599px){
  .people-culture-banner .call-in-love-section {padding-block: 100px!important;}
  .people-culture-banner .call-in-love-section p {font-size: 15px!important;width: calc(100% - 0px);}
  .scrolling-logo-section .scrolling-logos h2 {font-size: 20px;}
  .programs-section .programs-left h2 {font-size: 22px;}
  .programs-section .programs-grid .programs-left a.main-btn {margin-top: 25px;}
  .programs-section .programs-grid .programs-right .program-content {padding-block: 16px;padding-inline: 16px;}
  .programs-section .programs-grid .programs-right .program-content h4 {font-size: 18px;margin-bottom: 12px;}
  .programs-section .programs-grid .programs-right .program-content p {font-size: 14px;line-height: 120%;}
  .bundle-section .bundles-grid .bundle-card h3 {font-size: 20px;line-height: 1.4;margin-block: 20px;}
  .bundle-section .bundle-title {max-width: 370px;font-size: 24px;line-height: 1.4;}
  .bundle-section .bundles-grid .bundle-card {padding-block: 25px;}
  .bundle-section .bundles-grid .bundle-card h3 {margin-block: 20px 15px;}
  .bundle-section .bundles-grid .bundle-card .bundle-prices .left-normal,
  .bundle-section .bundles-grid .bundle-card .bundle-prices .right-sale {font-size: 20px;}
  .bundle-section .bundles-grid .bundle-card .bundle-includes ul {gap: 16px;}
  .bundle-section .bundles-grid .bundle-card .bundle-btn {height: 40px;font-size: 14px;line-height: 1;}
  .bundle-section .bundles-grid .bundle-card .bundle-prices {margin-block: 20px 25px;}
  .bundle-section .bundles-grid .bundle-card .bundle-includes p {font-size: 18px;}
  .moon-section-wrapper  .moon-block .moon-content h2 {font-size: 22px;margin-bottom: 15px;}
  .moon-section-wrapper  .moon-block .moon-subtitle {font-size: 15px;margin-bottom: 16px;}
  .moon-section-wrapper  .moon-block .moon-text p {font-size: 14px;margin-bottom: 25px;}
  .moon-workshop-banner-section .section-btns a, .section-btn a {width: 100%;}
  .moon-workshop-banner-section .section-btns, .section-btn {gap: 15px;flex-wrap: wrap;}
  .moon-workshop-banner-section .section-btns .btn, .section-btn a  {padding-block: 12px !important;font-size: 14px !important;}
  .your-moon-rituals-section .ritual-grid .ritual-card h3 {font-size: 20px;margin-block: 20px 15px;}
  .your-moon-rituals-section .ritual-grid .ritual-card p {font-size: 14px;}
  .your-moon-rituals-section .after-block-content h4 {font-size: 22px;}
  .your-moon-rituals-section .after-block-content h4 {max-width: 350px;margin-inline: auto;}
  .your-moon-rituals-section .after-block-content p {font-size: 14px;line-height: 1.5;}
  .the-moon-kits-banner-section .call-in-love-section p:first-child {margin-bottom: 15px;font-size: 14px;}
  .moon-kit-lp-new-moon .newmoon-section .top-container .top-right h2 {font-size: 22px;line-height: 1.3;}
  .moon-kit-lp-new-moon .newmoon-section .top-container .top-right p {font-size: 14px;}
  .moon-kit-lp-new-moon .newmoon-section .bottom-container .blocks .block-item h4 {font-size: 16px;}
  .moon-kit-lp-new-moon .newmoon-section .bottom-container .blocks .block-item h4 span {font-size: 14px;}
  section.lunar-section .lunar-inner h2 {font-size: 19px;}
  section.lunar-section .lunar-inner p {font-size: 14px;}
  section.lunar-section .lunar-inner .lunar-btn {padding: 12px 16px;font-size: 14px;}
  .moon-kit-lp-new-moon .newmoon-section .top-container .swiper-button-next,
  .moon-kit-lp-new-moon .newmoon-section .top-container .swiper-button-prev {width: 32px;height: 32px;padding: 8px;}
  .moon-kit-lp-new-moon .newmoon-section .top-container .swiper-button-next {right: 10px;opacity: 1;}
.moon-kit-lp-new-moon .newmoon-section .top-container .swiper-button-prev {left: 10px;opacity: 1;}
.new-section-chris .section-imgs .inner-image-block h3 {font-size: 20px;}
.new-section-chris .section-imgs {grid-template-columns: 1fr;row-gap: 40px;}
.new-section-chris .section-imgs .inner-image-block {gap: 16px;align-items: center;}
.astro-planner-section-new .astro-row p {font-size: 14px;}
.astro-planner-section-new .astro-row ul li {font-size: 14px;padding-left:25px;}
.astro-planner-section-new .astro-row ul li::after {width: 16px;height: 16px;}
.astro-planner-section-new .astro-row .lunar-btn a {font-size: 14px;}

  }

@media screen and (max-width:420px){
  .people-culture-banner  .call-in-love-section h1 {font-size: 28px!important;}
.people-culture-banner .call-in-love-section p {font-size: 15px!important;}
.scrolling-logo-section .scrolling-logos h2 {font-size: 20px;}
.programs-section .programs-left h2 {font-size: 22px;}
.programs-section .programs-left p {font-size: 15px;}
.programs-section .programs-grid .programs-left a.main-btn, .sales-banner-section .call-in-love-section a.btn {padding: 10px 20px!important;font-size: 14px;}
.programs-section .programs-grid .programs-left a.main-btn {margin-top: 25px;}
.programs-section .programs-grid .programs-right .program-content h4 {font-size: 18px;margin-bottom: 12px;}
.bundle-section .bundles-grid .bundle-card .bundle-prices .left-normal, .bundle-section .bundles-grid .bundle-card .bundle-prices .right-sale {font-size: 18px;}
.bundle-section .bundles-grid .bundle-card .bundle-includes ul li {font-size: 14px;}
.bundle-section .bundles-grid .bundle-card .bundle-includes ul {gap: 12px;}
.bundle-section .bundles-grid .bundle-card.inner-bundle-boxes-4 p strong {font-size: 16px;line-height: 1.2;}
.black-friday-banner-section .call-in-love-section .overlay h1 + p {font-size: 16px;}
.bundle-section .bundles-grid .bundle-card .bundle-prices .left-normal,
.bundle-section .bundles-grid .bundle-card .bundle-prices .right-sale {font-size: 18px;}
.bundle-section .bundles-grid .bundle-card.inner-bundle-boxes-4 p {font-size: 14px;}
}

@media screen and (max-width:345px) {
  .astro-planner-section-new .astro-row.reverse2 h2 br {display: none;}
}