/** Shopify CDN: Minification failed

Line 432:0 All "@import" rules must come first

**/
/* purgecss start ignore */

/* ! tailwindcss v3.3.2 | MIT License | https://tailwindcss.com */

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

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

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

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

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 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

/* Include fonts */

@import url("https://fonts.googleapis.com/css2?family=Chivo:wght@400;700&display=swap");

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

  src: url("./../assets/Calibre-regular.woff2") format('woff2');
}

@font-face {
  font-family: "Avenir LT Std";

  src: url("./AvenirLTStd-Light.woff2") format("woff2"),
      url("./AvenirLTStd-Light.woff") format("woff");

  font-weight: 300;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Avenir LT Std";

  src: url("./AvenirLTStd-Book.woff2") format("woff2"),
      url("./AvenirLTStd-Book.woff") format("woff");

  font-weight: normal;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Avenir LT Std";

  src: url("./AvenirLTStd-Medium.woff2") format("woff2"),
      url("./AvenirLTStd-Medium.woff") format("woff");

  font-weight: 500;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Avenir LT Std";

  src: url("./AvenirLTStd-Heavy.woff2") format("woff2"),
      url("./AvenirLTStd-Heavy.woff") format("woff");

  font-weight: 900;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Avenir LT Std";

  src: url("./AvenirLTStd-Black.woff2") format("woff2"),
      url("./AvenirLTStd-Black.woff") format("woff");

  font-weight: 900;

  font-style: normal;

  font-display: swap;
}

/* @font-face {
        font-family: 'HK Grotesk Bold';
        font-style: normal;
        font-weight: normal;
        src: local('HK Grotesk Bold'), url('./HKGrotesk-Bold.woff') format('woff');
    } */

/* Global style */

*,
  ::before,
  ::after {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  font-family: 'Avenir LT Std';
  font-size: 14px !important;
  font-weight: 400;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(37 37 37 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  body {
    font-size: 15px !important;
    line-height: 25px;
  }
}

@media (min-width: 1024px) {
  body {
    font-size: 16px !important;
    line-height: 26px !important;
  }
}

main#MainContent {
  overflow: hidden; /* This style is important to avoid content overflow. */
}

p {
  font-family: 'Avenir LT Std';
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(37 37 37 / var(--tw-text-opacity));
}

p:not(.dtc-custom-p) {
  font-size: 14px !important;
}

@media (min-width: 768px) {
  p {
    font-size: 15px;
    line-height: 25px;
  }

  p:not(.dtc-custom-p) {
    font-size: 15px !important;
  }
}

@media (min-width: 1024px) {
  p {
    font-size: 16px;
    line-height: 26px;
  }
}

a {
  text-decoration-line: none !important;
}

/* .announcement-bar .swiper-button-next, .announcement-bar .swiper-button-prev, .testimonial-slider .swiper-button-next, .testimonial-slider .swiper-button-prev, .common-slider .swiper-button-prev, .common-slider .swiper-button-next{
        display: block !important;
    } */

.testimonial-slider .swiper-button-next,
  .testimonial-slider .swiper-button-prev,
  .common-slider .swiper-button-prev,
  .common-slider .swiper-button-next {
  display: block !important;
}

/* Container */

.container-fluid {
  margin-left: auto;
  margin-right: auto;
}

*:focus-visible {
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

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

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

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

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

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

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

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

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

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

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

.container {
  max-width: 100%;
}

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

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

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

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

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

.header_ctm nav.header__inline-menu ul.list-menu--inline li span,
  .header_ctm nav.header__inline-menu ul.list-menu--inline li > a {
  position: relative;
  display: block !important;
  align-items: center !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-top: 36px !important;
  padding-bottom: 36px;
  font-family: 'Avenir LT Std';
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  --tw-text-opacity: 1;
  color: rgb(37 37 37 / var(--tw-text-opacity));
  text-decoration-line: none !important;
}

.header_ctm nav.header__inline-menu ul.list-menu--inline li:hover span,
  .header_ctm nav.header__inline-menu ul.list-menu--inline li:hover a {
  --tw-text-opacity: 1;
  color: rgb(57 25 116 / var(--tw-text-opacity));
}

.header_ctm nav.header__inline-menu ul.list-menu--inline li > a span {
  padding: 0px !important;
}

.header_ctm nav.header__inline-menu ul.list-menu--inline > li {
  position: relative;
  margin-right: 27px;
}

.header_ctm nav.header__inline-menu ul.list-menu--inline > li:last-child {
  margin-right: 0px;
}

@media (min-width: 1200px) {
  .header_ctm nav.header__inline-menu ul.list-menu--inline > li {
    margin-right: 40px;
  }
}

.header_ctm
    nav.header__inline-menu
    ul.list-menu--inline
    li
    summary.list-menu__item {
  position: relative;
  padding: 0px !important;
}

.header_ctm nav.header__inline-menu ul.list-menu--inline li .icon-caret {
  display: none;
}

.header_ctm
    nav.header__inline-menu
    ul.list-menu--inline
    li.sub_drop_box
    ul.header__submenu {
  top: 100%;
  left: 50%;
  z-index: 11;
  display: none;
  width: -moz-max-content;
  width: max-content;
  --tw-translate-x: -50%;
  --tw-scale-x: 1;
  --tw-scale-y: 0;
  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));
  border-width: 0px;
  background-image: linear-gradient(to left, #391974 0%, #592C92 34.9%, #9854B4 66.67%, #CB7BD7 100%);
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 40px;
  padding-right: 40px;
  text-align: left !important;
  --tw-shadow: 0px 4px 14px #00000014;
  --tw-shadow-colored: 0px 4px 14px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.header_ctm
    nav.header__inline-menu
    ul.list-menu--inline
    li.sub_drop_box:hover
    ul.header__submenu {
  display: block !important;
  --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));
  opacity: 1 !important;
}

.header_ctm
    nav.header__inline-menu
    ul.list-menu--inline
    li.sub_drop_box
    ul.header__submenu
    li
    a {
  margin-bottom: 20px;
  padding: 0px !important;
  font-family: 'Avenir LT Std';
  font-size: 16px;
  font-weight: 900;
  line-height: 20px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.header_ctm
    nav.header__inline-menu
    ul.list-menu--inline
    li.sub_drop_box
    ul.header__submenu
    li:last-child
    a {
  margin-bottom: 0px;
}

/* Btn */

.button_primary {
  position: relative;
  z-index: 1;
  display: inline-block;
  cursor: pointer !important;
  border-radius: 10px !important;
  background-image: linear-gradient(to left, #391974 0%, #592C92 34.9%, #9854B4 66.67%, #CB7BD7 100%);
  padding-left: 26px;
  padding-right: 26px;
  padding-top: 16px !important;
  padding-bottom: 14px !important;
  font-family: 'Avenir LT Std' !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  line-height: 20px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  transition-property: all 300ms !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.product_body_ctm .button_primary {
  width: 100%;
  min-width: 176px;
  border-radius: 10px;
  border-width: 0px !important;
  font-family: 'Avenir LT Std';
  font-weight: 900;
}

@media (min-width: 370px) {
  .product_body_ctm .button_primary {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.button_primary:hover {
  background-image: linear-gradient(252.59deg, #CB7BD7 0%, #9854B4 34.9%, #592C92 66.67%, #391974 100%);
}

.announcement-bar .swiper-button-next,
  .announcement-bar .swiper-button-prev,
  .testimonial-slider .swiper-button-next,
  .testimonial-slider .swiper-button-prev {
  top: 50%;
  z-index: 999 !important;
  margin: 0px;
  height: 26px;
  width: 18px;
  --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));
}

.announcement-bar .swiper-button-next {
  right: 0px !important;
}

.announcement-bar .swiper-button-prev {
  left: 0px !important;
}

.announcement-bar .swiper-button-next::after,
  .announcement-bar .swiper-button-prev::after,
  .testimonial-slider .swiper-button-next::after,
  .testimonial-slider .swiper-button-prev::after,
  .common-slider .swiper-button-next::after,
  .common-slider .swiper-button-prev::after,
  .services-slider .swiper-button-next::after,
  .services-slider .swiper-button-prev::after {
  font-family: 'Font Awesome 5 Pro';
  font-size: 18px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(89 44 146 / var(--tw-text-opacity));
}

.services-slider .swiper-button-next::after,
  .services-slider .swiper-button-prev::after {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.announcement-bar .swiper-button-next::after,
  .testimonial-slider .swiper-button-next::after,
  .common-slider .swiper-button-next::after,
  .services-slider .swiper-button-next::after {
  content: "\f061";
}

.announcement-bar .swiper-button-prev::after,
  .testimonial-slider .swiper-button-prev::after,
  .common-slider .swiper-button-prev::after,
  .services-slider .swiper-button-prev::after {
  content: "\f060";
}

.announcement-top .announcement-bar p a {
  position: relative;
  margin-left: 10px;
  display: inline-block;
  white-space: normal;
  word-break: break-all;
  font-family: 'Avenir LT Std';
  font-weight: 900;
  --tw-text-opacity: 1;
  color: rgb(89 44 146 / var(--tw-text-opacity));
  transition-property: all 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.shopify-section .announcement-top .announcement-bar__link.link[disabled]:hover {
  background-color: rgba(var(--color-card-hover), 0);
  cursor: unset;
}

.announcement-top .announcement-bar p a::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -2px;
  height: 2px;
  width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(89 44 146 / var(--tw-bg-opacity));
  transition-property: all 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.announcement-top .announcement-bar p a:hover::before {
  width: calc(100% - 10%);
}

.announcement-top .announcement-bar p a::after {
  content: "\f105";
  right: 13px;
  top: 0px;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(89 44 146 / var(--tw-text-opacity));
}

.page_item_ctm,
  .page_item_current {
  margin-left: 10px !important;
  margin-right: 10px !important;
  font-family: 'Chivo', sans-serif !important;
  font-size: 16px;
  font-weight: 700 !important;
  line-height: 26px;
  --tw-text-opacity: 1;
  color: rgb(152 84 180 / var(--tw-text-opacity));
}

.page_item_current {
  --tw-text-opacity: 1;
  color: rgb(89 44 146 / var(--tw-text-opacity));
}

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

.\!visible {
  visibility: visible !important;
}

.visible {
  visibility: visible;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.\!relative {
  position: relative !important;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.\!bottom-0 {
  bottom: 0px !important;
}

.\!bottom-\[-14px\] {
  bottom: -14px !important;
}

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

.bottom-0 {
  bottom: 0px;
}

.-bottom-1{
  bottom: -1px;
}

.bottom-1 {
  bottom: 1px;
}

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

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

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

.left-0 {
  left: 0px;
}

.left-50_per {
  left: 50%;
}

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

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

.right-0 {
  right: 0px;
}

.right-10 {
  right: 10px;
}

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

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

.top-0 {
  top: 0px;
}

.top-10 {
  top: 10px;
}

.top-50_per {
  top: 50%;
}

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

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

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

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

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

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

.top-minus_20 {
  top: -20px;
}

.isolate {
  isolation: isolate;
}

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

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

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

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

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

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

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

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

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

.m-0 {
  margin: 0px;
}

.m-auto {
  margin: auto;
}

.\!mx-15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.\!mx-25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}

.\!my-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.\!my-37 {
  margin-top: 37px !important;
  margin-bottom: 37px !important;
}

.\!my-\[21px\] {
  margin-top: 21px !important;
  margin-bottom: 21px !important;
}

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

.mx-20 {
  margin-left: 20px;
  margin-right: 20px;
}

.mx-40 {
  margin-left: 40px;
  margin-right: 40px;
}

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

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

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

.my-\[20px\] {
  margin-top: 20px;
  margin-bottom: 20px;
}

.\!-mb-80 {
  margin-bottom: -80px !important;
}

.\!-ml-40 {
  margin-left: -40px !important;
}

.\!-mt-\[1px\] {
  margin-top: -1px !important;
}

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

.\!mb-10 {
  margin-bottom: 10px !important;
}

.\!mb-15 {
  margin-bottom: 15px !important;
}

.\!mb-20 {
  margin-bottom: 20px !important;
}

.\!mb-22 {
  margin-bottom: 22px !important;
}

.\!mb-40 {
  margin-bottom: 40px !important;
}

.\!mb-60 {
  margin-bottom: 60px !important;
}

.\!mb-\[0px\] {
  margin-bottom: 0px !important;
}

.\!mb-\[21px\] {
  margin-bottom: 21px !important;
}

.\!mr-20 {
  margin-right: 20px !important;
}

.\!mr-25 {
  margin-right: 25px !important;
}

.\!mr-\[61px\] {
  margin-right: 61px !important;
}

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

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

.\!mt-\[176px\] {
  margin-top: 176px !important;
}

.\!mt-\[5px\] {
  margin-top: 5px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.\!block {
  display: block !important;
}

.block {
  display: block;
}

.\!inline-block {
  display: inline-block !important;
}

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

.inline {
  display: inline;
}

.\!flex {
  display: flex !important;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.\!grid {
  display: grid !important;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.\!h-\[417px\] {
  height: 417px !important;
}

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

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

.h-0 {
  height: 0px;
}

.h-50 {
  height: 50px;
}

.h-52 {
  height: 52px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

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

.\!w-auto {
  width: auto !important;
}

.\!w-fit {
  width: -moz-fit-content !important;
  width: fit-content !important;
}

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

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

.w-100 {
  width: 100px;
}

.w-11\/12 {
  width: 91.666667%;
}

.w-4 {
  width: 1rem;
}

.w-70calc {
  width: calc(100% - 70px);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-full {
  width: 100%;
}

.\!min-w-full {
  min-width: 100% !important;
}

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

.\!max-w-full {
  max-width: 100% !important;
}

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

.max-w-80 {
  max-width: 80px;
}

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

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

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

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

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

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

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

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

.border-collapse {
  border-collapse: collapse;
}

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

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

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

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

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

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

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

.\!flex-wrap {
  flex-wrap: wrap !important;
}

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

.\!items-start {
  align-items: flex-start !important;
}

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

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

.\!items-center {
  align-items: center !important;
}

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

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

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

.\!justify-center {
  justify-content: center !important;
}

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

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

.\!gap-20 {
  gap: 20px !important;
}

.\!gap-\[16px\] {
  gap: 16px !important;
}

.\!gap-\[40px\] {
  gap: 40px !important;
}

.gap-10 {
  gap: 10px;
}

.gap-15 {
  gap: 15px;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-45 {
  gap: 45px;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

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

.gap-\[16px\] {
  gap: 16px;
}

.gap-\[24px\] {
  gap: 24px;
}

.gap-\[250px\] {
  gap: 250px;
}

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

.gap-\[5px\] {
  gap: 5px;
}

.gap-\[64px\] {
  gap: 64px;
}

.gap-\[80px\] {
  gap: 80px;
}

.\!gap-x-\[32px\] {
  -moz-column-gap: 32px !important;
       column-gap: 32px !important;
}

.\!gap-y-\[50px\] {
  row-gap: 50px !important;
}

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

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

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

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.\!overflow-x-hidden {
  overflow-x: hidden !important;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.\!rounded-10 {
  border-radius: 10px !important;
}

.rounded-10 {
  border-radius: 10px;
}

.rounded-100 {
  border-radius: 100%;
}

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

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

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

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

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

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

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

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

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

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

.rounded-b-none {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

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

.\!border-0 {
  border-width: 0px !important;
}

.border {
  border-width: 1px;
}

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

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

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

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

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

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

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

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

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

.\!border-none {
  border-style: none !important;
}

.border-\[\#00355880\] {
  border-color: #00355880;
}

.border-\[\#FFD700\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 215 0 / var(--tw-border-opacity));
}

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

.border-dark-purple {
  --tw-border-opacity: 1;
  border-color: rgb(89 44 146 / var(--tw-border-opacity));
}

.border-newyellow {
  --tw-border-opacity: 1;
  border-color: rgb(241 208 114 / var(--tw-border-opacity));
}

.border-purple {
  --tw-border-opacity: 1;
  border-color: rgb(57 25 116 / var(--tw-border-opacity));
}

.\!bg-light-pink {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(252 229 255 / var(--tw-bg-opacity)) !important;
}

.\!bg-navy-blue {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 53 88 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#3B1A77\] {
  --tw-bg-opacity: 1;
  background-color: rgb(59 26 119 / var(--tw-bg-opacity));
}

.bg-\[\#8A77BF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(138 119 191 / var(--tw-bg-opacity));
}

.bg-\[\#F6F3FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 243 255 / var(--tw-bg-opacity));
}

.bg-\[\#F8F8F8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity));
}

.bg-\[\#F9F6FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 246 255 / var(--tw-bg-opacity));
}

.bg-\[\#FCE5FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(252 229 255 / var(--tw-bg-opacity));
}

.bg-\[\#FEF3FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 255 / var(--tw-bg-opacity));
}

.bg-dtc-dark-purple {
  --tw-bg-opacity: 1;
  background-color: rgb(138 119 191 / var(--tw-bg-opacity));
}

.bg-dtc-light-purple {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 255 / var(--tw-bg-opacity));
}

.bg-dtc-light-violet {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 255 / var(--tw-bg-opacity));
}

.bg-dtc-lighter-purple {
  --tw-bg-opacity: 1;
  background-color: rgb(239 233 255 / var(--tw-bg-opacity));
}

.bg-dtc-purple {
  --tw-bg-opacity: 1;
  background-color: rgb(72 50 133 / var(--tw-bg-opacity));
}

.bg-light-pink {
  --tw-bg-opacity: 1;
  background-color: rgb(252 229 255 / var(--tw-bg-opacity));
}

.bg-light-sky {
  --tw-bg-opacity: 1;
  background-color: rgb(204 235 255 / var(--tw-bg-opacity));
}

.bg-light-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(246 226 160 / var(--tw-bg-opacity));
}

.bg-navy-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(0 53 88 / var(--tw-bg-opacity));
}

.bg-newblue {
  --tw-bg-opacity: 1;
  background-color: rgb(35 13 64 / var(--tw-bg-opacity));
}

.bg-pink {
  --tw-bg-opacity: 1;
  background-color: rgb(203 123 215 / var(--tw-bg-opacity));
}

.bg-purple {
  --tw-bg-opacity: 1;
  background-color: rgb(57 25 116 / var(--tw-bg-opacity));
}

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

.bg-btngradient {
  background-image: linear-gradient(to left, #391974 0%, #592C92 34.9%, #9854B4 66.67%, #CB7BD7 100%);
}

.bg-productgradient {
  background-image: linear-gradient(180deg, rgba(250, 240, 203, 0) 10.98%, rgba(250, 240, 203, 0.418173) 36.02%, rgba(250, 240, 203, 0.755208) 50.39%, #FAF0CB 100%);
}

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

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

.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-bottom {
  -o-object-position: bottom;
     object-position: bottom;
}

.object-top {
  -o-object-position: top;
     object-position: top;
}

.\!p-0 {
  padding: 0px !important;
}

.p-1 {
  padding: 1px;
}

.p-10 {
  padding: 10px;
}

.p-12 {
  padding: 12px;
}

.p-16 {
  padding: 16px;
}

.p-20 {
  padding: 20px;
}

.p-26 {
  padding: 26px;
}

.p-36 {
  padding: 36px;
}

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

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

.\!px-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.\!px-25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.\!px-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.\!px-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.\!px-\[43px\] {
  padding-left: 43px !important;
  padding-right: 43px !important;
}

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

.\!py-13 {
  padding-top: 13px !important;
  padding-bottom: 13px !important;
}

.\!py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.\!py-55 {
  padding-top: 55px !important;
  padding-bottom: 55px !important;
}

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

.px-13 {
  padding-left: 13px;
  padding-right: 13px;
}

.px-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.px-16 {
  padding-left: 16px;
  padding-right: 16px;
}

.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.px-24 {
  padding-left: 24px;
  padding-right: 24px;
}

.px-25 {
  padding-left: 25px;
  padding-right: 25px;
}

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

.px-35 {
  padding-left: 35px;
  padding-right: 35px;
}

.px-36 {
  padding-left: 36px;
  padding-right: 36px;
}

.px-40 {
  padding-left: 40px;
  padding-right: 40px;
}

.px-55 {
  padding-left: 55px;
  padding-right: 55px;
}

.px-64 {
  padding-left: 64px;
  padding-right: 64px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.\!pb-100 {
  padding-bottom: 100px !important;
}

.\!pb-20 {
  padding-bottom: 20px !important;
}

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

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

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

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

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

.\!pl-40 {
  padding-left: 40px !important;
}

.\!pr-40 {
  padding-right: 40px !important;
}

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

.\!pt-15 {
  padding-top: 15px !important;
}

.\!pt-\[121px\] {
  padding-top: 121px !important;
}

.\!pt-\[24px\] {
  padding-top: 24px !important;
}

.\!pt-\[49px\] {
  padding-top: 49px !important;
}

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

.\!pt-\[56px\] {
  padding-top: 56px !important;
}

.\!pt-\[68px\] {
  padding-top: 68px !important;
}

.\!pt-\[72px\] {
  padding-top: 72px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pl-10 {
  padding-left: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.\!font-body {
  font-family: 'Avenir LT Std' !important;
}

.\!font-maintitle {
  font-family: "magallanes",sans-serif !important;
}

.font-body {
  font-family: 'Avenir LT Std';
}

.font-calibre {
  font-family: 'Calibre';
}

.font-helvetica {
  font-family: Helvetica;
}

.font-maintitle {
  font-family: "magallanes",sans-serif;
}

.\!text-13 {
  font-size: 13px !important;
}

.\!text-14 {
  font-size: 14px !important;
}

.\!text-15 {
  font-size: 15px !important;
}

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

.\!text-18 {
  font-size: 18px !important;
}

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

.\!text-20 {
  font-size: 20px !important;
}

.\!text-24 {
  font-size: 24px !important;
}

.\!text-30 {
  font-size: 30px !important;
}

.\!text-38 {
  font-size: 38px !important;
}

.\!text-40 {
  font-size: 40px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.\!font-bold {
  font-weight: 700 !important;
}

.\!font-extrabold {
  font-weight: 800 !important;
}

.\!font-normal {
  font-weight: 400 !important;
}

.\!font-semibold {
  font-weight: 600 !important;
}

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

.font-extrabold {
  font-weight: 800;
}

.font-light {
  font-weight: 300;
}

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

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

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

.uppercase {
  text-transform: uppercase;
}

.\!capitalize {
  text-transform: capitalize !important;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.\!leading-20 {
  line-height: 20px !important;
}

.\!leading-24 {
  line-height: 24px !important;
}

.\!leading-26 {
  line-height: 26px !important;
}

.\!leading-28 {
  line-height: 28px !important;
}

.\!leading-34 {
  line-height: 34px !important;
}

.\!leading-40 {
  line-height: 40px !important;
}

.\!leading-50 {
  line-height: 50px !important;
}

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

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

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

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

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

.leading-0 {
  line-height: 0px;
}

.leading-13 {
  line-height: 13px;
}

.leading-16 {
  line-height: 16px;
}

.leading-20 {
  line-height: 20px;
}

.leading-24 {
  line-height: 24px;
}

.leading-26 {
  line-height: 26px;
}

.leading-34 {
  line-height: 34px;
}

.leading-48 {
  line-height: 48px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.\!tracking-normal {
  letter-spacing: 0px !important;
}

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

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

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

.\!text-fonts {
  --tw-text-opacity: 1 !important;
  color: rgb(37 37 37 / var(--tw-text-opacity)) !important;
}

.\!text-navy-blue {
  --tw-text-opacity: 1 !important;
  color: rgb(0 53 88 / var(--tw-text-opacity)) !important;
}

.\!text-purple {
  --tw-text-opacity: 1 !important;
  color: rgb(57 25 116 / var(--tw-text-opacity)) !important;
}

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

.text-\[\#003558\] {
  --tw-text-opacity: 1;
  color: rgb(0 53 88 / var(--tw-text-opacity));
}

.text-\[\#121212\] {
  --tw-text-opacity: 1;
  color: rgb(18 18 18 / var(--tw-text-opacity));
}

.text-\[\#3F3F3F\] {
  --tw-text-opacity: 1;
  color: rgb(63 63 63 / var(--tw-text-opacity));
}

.text-\[\#483285\] {
  --tw-text-opacity: 1;
  color: rgb(72 50 133 / var(--tw-text-opacity));
}

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

.text-dark-purple {
  --tw-text-opacity: 1;
  color: rgb(89 44 146 / var(--tw-text-opacity));
}

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

.text-dtc-light-yellow {
  --tw-text-opacity: 1;
  color: rgb(249 244 234 / var(--tw-text-opacity));
}

.text-dtc-purple {
  --tw-text-opacity: 1;
  color: rgb(72 50 133 / var(--tw-text-opacity));
}

.text-dtc-white {
  --tw-text-opacity: 1;
  color: rgb(246 243 236 / var(--tw-text-opacity));
}

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

.text-light-yellow {
  --tw-text-opacity: 1;
  color: rgb(246 226 160 / var(--tw-text-opacity));
}

.text-navy-blue {
  --tw-text-opacity: 1;
  color: rgb(0 53 88 / var(--tw-text-opacity));
}

.text-purple {
  --tw-text-opacity: 1;
  color: rgb(57 25 116 / var(--tw-text-opacity));
}

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

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

.line-through {
  text-decoration-line: line-through;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-80 {
  opacity: 0.8;
}

.shadow-bgimg {
  --tw-shadow: 0px 4px 10px #0000001a;;
  --tw-shadow-colored: 0px 4px 10px 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-bgtext {
  --tw-shadow: 0px 4px 20px 0px #00000033;
  --tw-shadow-colored: 0px 4px 20px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-blog {
  --tw-shadow: 0px 4px 20px 0px #00000033;
  --tw-shadow-colored: 0px 4px 20px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-pdpservice {
  --tw-shadow: 0px 7px 13px 0px #592C922E;
  --tw-shadow-colored: 0px 7px 13px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-team {
  --tw-shadow: 0 4px 28px #00000033;
  --tw-shadow-colored: 0 4px 28px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline {
  outline-style: solid;
}

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

.invert {
  --tw-invert: invert(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);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

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

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

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

.delay-150 {
  transition-delay: 150ms;
}

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

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

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

.hero_banner_ctm .image-banner::before,
  .collection-hero_inner_ctm .image-banner::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  opacity: 0.4;
}

/* .hero_banner_ctm::before, .collection-hero_inner_ctm::before{
        content:"";
        @apply absolute w-full left-0 -bottom-[133px] bg-[url('/cdn/shop/files/bg-main.png?v=1655297825')] bg-no-repeat bg-cover h-[261px] z-1;
    } */

.hero_banner_ctm .image-banner {
  background-clip: border-box;
  background-origin: border-box;
  background-repeat: no-repeat;
  -webkit-mask-image: url(/cdn/shop/files/img-clip-bg1.svg?v=1657090232);
  mask-image: url(/cdn/shop/files/img-clip-bg1.svg?v=1657090232);
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: bottom center;
  mask-position: bottom center;
  -webkit-mask-clip: content-box;
  mask-clip: content-box;
  position: relative;
  z-index: 1;
}

.home_video_ctm video {
  background-clip: border-box;
  background-origin: border-box;
  background-repeat: no-repeat;
  -webkit-mask-image: url(/cdn/shop/files/img-clip-bg1.svg?v=1657090232);
  mask-image: url(/cdn/shop/files/img-clip-bg1.svg?v=1657090232);
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: bottom center;
  mask-position: bottom center;
  -webkit-mask-clip: content-box;
  mask-clip: content-box;
}

.home_video_ctm:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / 0.3);
  background-clip: border-box;
  background-origin: border-box;
  background-repeat: no-repeat;
  -webkit-mask-image: url(/cdn/shop/files/img-clip-bg1.svg?v=1657090232);
  mask-image: url(/cdn/shop/files/img-clip-bg1.svg?v=1657090232);
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: bottom center;
  mask-position: bottom center;
  -webkit-mask-clip: content-box;
  mask-clip: content-box;
}

.hero_banner_ctm:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: -1;
  height: 100%;
  width: 100%;
  background-image: url('/cdn/shop/files/banner-clip-bf-13-2.svg?v=1657698926');
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}

@media (min-width: 991px) {
  .hero_banner_ctm:after {
    width: 102%;
  }
}

/* .breadcrumb.hero_banner_ctm::before{
        content:unset !important;
    } */

.header-wrapper .header__icon {
  height: auto !important;
  width: auto !important;
}

.product_flex_ctm .price span {
  font-family: 'Avenir LT Std';
  font-size: 14px !important;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(37 37 37 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .product_flex_ctm .price span {
    line-height: 24px !important;
  }
}

@media (min-width: 768px) {
  .product_flex_ctm .price span {
    font-size: 15px !important;
    line-height: 25px !important;
  }
}

@media (min-width: 1024px) {
  .product_flex_ctm .price span {
    font-size: 16px !important;
    line-height: 26px !important;
  }
}

@media (max-width: 767px) {
  .product_flex_ctm .price span {
    padding-top: 10px;
  }
}

.product_tag p::before {
  content: "";
  position: absolute;
  top: 2px;
  right: -18px;
  z-index: 1;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

@media (min-width: 640px) {
  .product_tag p::before {
    top: -27px;
    right: -32px;
    height: 64px;
    width: 64px;
  }
}

@media (min-width: 1024px) {
  .product_tag p::before {
    top: -32px;
  }
}

.bg-with-content .content-box .content-desc p {
  margin-bottom: 15px;
  padding-left: 0px !important;
  font-family: 'Avenir LT Std';
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .bg-with-content .content-box .content-desc p {
    font-size: 16px;
    line-height: 26px;
  }
}

.rich_text_ctm .rich-text__text p {
  font-family: 'Avenir LT Std';
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(37 37 37 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .rich_text_ctm .rich-text__text p {
    font-size: 15px;
  }
}

@media (min-width: 1024px) {
  .rich_text_ctm .rich-text__text p {
    font-size: 16px;
    line-height: 26px;
  }
}

.rich_text_ctm .rich-text__text p a {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(152 84 180 / var(--tw-text-opacity));
}

.bg-with-content .content-box .content-desc p:last-child,
  .custom_txt_ctm p:last-child {
  margin-bottom: 0px;
}

.career_apply_ctm::after,
  .clouds_bg_ctm::after,
  .pdp-benefits::after,
  .common-slider-wrapper::after,
  .about-progress-bar::after,
  .contact-form-ctm::after,
  .custom_txt_ctm::after,
  .meet-founder-ctm::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: -1;
  height: 100%;
  width: 100%;
  background-image: url('/cdn/shop/files/clouds.svg?v=1658216126');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom center;
}

@media (min-width: 1540px) {
  .contact-form-ctm::after {
    height: 580px;
  }
}

.career_apply_ctm::after {
  height: 600px !important;
}

.meet-founder-ctm::after {
  height: 850px;
  background-image: url('/cdn/shop/files/team-clouds.svg?v=1658216821');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.common-slider-wrapper::after {
  bottom: 10px;
  height: 260px;
}

@media (min-width: 640px) {
  .common-slider-wrapper::after {
    bottom: 60px;
  }
}

@media (min-width: 768px) {
  .common-slider-wrapper::after {
    bottom: 120px;
  }
}

.common-slider-wrapper::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 120px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 255 / var(--tw-bg-opacity));
}

.main_blog_ctm::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 248px;
  height: 452px;
  width: 100%;
  background-image: url('/cdn/shop/files/blog-clouds.png?v=1655964086');
  background-size: cover;
  background-repeat: no-repeat;
}

.multi-shape {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  background-image: url('/cdn/shop/files/icon_329c36a5-76ed-46af-b61f-1c2fc44faaca.png?v=1655292273');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 1024px) {
  .multi-shape {
    margin-top: -30px;
  }
}

@media (min-width: 1200px) {
  .multi-shape {
    margin-top: -60px;
  }
}

@media (max-width: 1023px) {
  .multi-shape {
    margin-top: -15px;
  }
}

@media (max-width: 767px) {
  .multi-shape {
    margin-top: -30px;
  }
}

.support_area_ctm {
  /* @apply bg-[url('/cdn/shop/files/bg-support.png?v=1655296003')] bg-no-repeat bg-cover; */
  /* background: rgb(57,25,116);
        background: linear-gradient(90deg, rgb(78 37 135) 6%, rgb(120 66 164) 41%, rgb(161 99 181) 72%, rgb(195 124 211) 105%); */
  /* -webkit-mask-image: url(/cdn/shop/files/gradiant-pattern.svg?v=1657091912);
          mask-image: url(/cdn/shop/files/gradiant-pattern.svg?v=1657091912);
        -webkit-mask-size: cover;
            mask-size: cover;
        -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
        -webkit-mask-position: top center;
            mask-position: top center; */
  position: relative;
  z-index: 1;
}

.support_area_ctm:before {
  content: "";
  position: absolute;
  left: 0px;
  top: -1px;
  z-index: 1;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.support_area_ctm.white:before {
  background-image: url('/cdn/shop/files/badges-bg-w.svg?v=1657543160');
}

.support_area_ctm.pink:before {
  background-image: url('/cdn/shop/files/badges-bg-p.svg?v=1657544442');
}

.support_area_ctm.light_pink:before {
  background-image: url('/cdn/shop/files/badges-bg-pl.svg?v=1657544540');
}

/* .wave-bg {
        @apply absolute top-[-370px] w-full;
    } */

.support_area_ctm:after {
  content: "";
  /* @apply absolute left-0 bottom-0 w-full h-full bg-[url('/cdn/shop/files/wave-bg.png?v=1657172719')] bg-cover bg-no-repeat; */
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, #391974 4%, #cb7bd7 96%);
}

.our-customers .quote-text p {
  font-family: "magallanes",sans-serif;
  font-size: 18px !important;
  font-weight: 700;
  line-height: 28px !important;
  --tw-text-opacity: 1;
  color: rgb(37 37 37 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .our-customers .quote-text p {
    font-size: 20px !important;
    line-height: 32px !important;
  }
}

@media (min-width: 1024px) {
  .our-customers .quote-text p {
    font-size: 22px !important;
    line-height: 34px !important;
  }
}

@media (min-width: 1200px) {
  .our-customers .quote-text p {
    font-size: 24px !important;
  }
}

.testimonial-txt::before {
  content: "";
  filter: grayscale(100%) brightness(80%) sepia(300%) hue-rotate(50deg)
      saturate(500%);
  position: absolute;
  right: -35px;
  top: 0px;
  height: 25px;
  width: 25px;
  background-image: url('/cdn/shop/files/testi.png?v=1655302704');
  background-size: contain;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .testimonial-txt::before {
    height: 30px;
    width: 30px;
  }
}

.our-customers .quote-text::before {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  top: -56px;
  margin-left: auto;
  margin-right: auto;
  height: 15px;
  width: 20px;
  background-image: url('/cdn/shop/files/quote_main.png?v=1655303272');
  background-repeat: no-repeat;
}

.testi_home::before,
  .about-video-ctm::before,
  .pdp-service::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 130px;
  width: 130px;
  background-image: url('/cdn/shop/files/up-eggs.png?v=1655295596');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 991px) {
  .testi_home::before,
  .about-video-ctm::before,
  .pdp-service::before {
    height: 231px;
    width: 215px;
    background-size: cover;
  }
}

.testi_home::after,
  .about-video-ctm::after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  height: 150px;
  width: 150px;
  background-image: url('/cdn/shop/files/down-eggs.png?v=1655295596');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 991px) {
  .testi_home::after,
  .about-video-ctm::after {
    height: 336px;
    width: 320px;
    background-size: cover;
  }
}

#insta-feed {
  margin-top: 0px !important;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
}

#insta-feed a:first-child {
  grid-row: span 2 / span 2;
  margin-top: 0px !important;
  margin-left: 0px !important;
  margin-right: 5px !important;
  display: block !important;
}

#insta-feed a {
  z-index: 1 !important;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 0px;
  margin-bottom: 10px;
}

#insta-feed a:nth-child(8) {
  display: none !important;
}

#insta-feed a:nth-child(4),
  #insta-feed a:nth-child(7) {
  margin-right: 0px !important;
}

.footer_ctm::after {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  height: 132px;
  width: 126px;
  background-image: url('/cdn/shop/files/footer-down-egg_3254f0c2-8a89-4c5c-8f6d-10ea0bcc9075.png?v=1655798500');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.footer_ctm::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 126px;
  width: 120px;
  background-image: url('/cdn/shop/files/footer-up-egg.png?v=1655800466');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 991px) {
  body.announcement-cart #shopify-section-announcement-bar ~ .cart-dropdown,
  body.cart-top .cart-dropdown.cart_dropdown_ctm {
    top: 98px;
  }
}

.ctm-cart-color svg path {
  fill: #E1AD00 !important;
}

.cart-dropdown.cart_dropdown_ctm {
  transform: translate(100%);
  transition: all 0.8s;
  visibility: hidden;
  position: fixed;
  right: 0px;
  z-index: 9999999999;
  height: calc(100vh - 150px);
  max-height: 600px;
  min-height: 112px;
  width: 100%;
  max-width: 526px;
  overflow-y: auto !important;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 59px;
  padding-bottom: 59px;
  padding-left: 28px;
  padding-right: 28px;
  opacity: 0;
  --tw-shadow: 0px 4px 14px 0px #00000024;
  --tw-shadow-colored: 0px 4px 14px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 768px) {
  .cart-dropdown.cart_dropdown_ctm {
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 46px;
    padding-right: 46px;
  }
}

@media (min-width: 1330px) {
  .cart-dropdown.cart_dropdown_ctm {
    top: 155px;
  }
}

@media (min-width: 991px) {
  .cart-dropdown.cart_dropdown_ctm {
    top: 181px;
  }
}

body.gradient.modal-close.cart-top
    .cart-dropdown.cart_dropdown_ctm.drawer_active {
  top: 73px !important;
}

@media (min-width: 1024px) {
  body.gradient.modal-close.cart-top
    .cart-dropdown.cart_dropdown_ctm.drawer_active {
    top: 98px !important;
  }
}

.cart-dropdown.drawer_active::-webkit-scrollbar {
  width: 5px;
}

/* Track */

.cart-dropdown.drawer_active::-webkit-scrollbar-track {
  --tw-bg-opacity: 1;
  background-color: rgb(57 25 116 / var(--tw-bg-opacity));
}

/* Handle */

.cart-dropdown.drawer_active::-webkit-scrollbar-thumb {
  --tw-bg-opacity: 1;
  background-color: rgb(57 25 116 / var(--tw-bg-opacity));
}

.cart-dropdown.drawer_active {
  transform: translate(0px);
  visibility: visible;
  top: 157px !important;
  opacity: 1;
}

@media (max-width: 1023px) {
  .cart-dropdown.drawer_active {
    width: 100%;
  }
}

@media (max-width: 425px) {
  .cart-dropdown.drawer_active {
    top: 180px !important;
  }
}

.cart-dropdown .product-cart {
  margin-bottom: 30px;
  display: flex !important;
  align-items: center;
}

@media (max-width: 989px) {
  .cart-dropdown .product-cart {
    position: relative;
  }
}

.cart-dropdown .product-cart .left-content {
  margin-right: 24px;
}

@media (min-width: 991px) {
  .cart-dropdown .product-cart .left-content {
    margin-right: 30px;
  }
}

.cart-dropdown .product-cart .product-price {
  margin-right: 10px;
  display: inline-block !important;
}

.cart-dropdown .top-cart .cart_close {
  position: absolute;
  right: 30px;
  top: 30px;
}

.cart-dropdown .top-cart .cart_close a,
  .right-content a {
  cursor: pointer !important;
}

.cart-dropdown .product-cart .left-content img {
  margin-left: auto;
  margin-right: auto;
  height: 143px;
  width: 100px !important;
  max-width: -moz-fit-content !important;
  max-width: fit-content !important;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 991px) {
  .cart-dropdown .product-cart .left-content img {
    height: 200px;
    width: 135px !important;
  }
}

.cart-dropdown .bottom-cart #drawer_sub_total_amount span {
  font-family: "magallanes",sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  text-transform: capitalize !important;
  line-height: 28px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(57 25 116 / var(--tw-text-opacity)) !important;
}

@media (min-width: 768px) {
  .cart-dropdown .bottom-cart #drawer_sub_total_amount span {
    font-size: 20px !important;
    line-height: 30px !important;
  }
}

.cart-dropdown .quantity,
  .pdp-quantity .quantity {
  margin-top: 10px;
  width: 154px !important;
  border-radius: 12px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(57 25 116 / var(--tw-border-opacity));
}

.modal-overlay {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  z-index: 99;
  display: none;
  height: 100%;
  width: 100%;
}

.modal-overlay-active .modal-overlay {
  display: block;
}

.pdp-quantity .quantity {
  margin-top: 0px !important;
}

.pdp-quantity .quantity .quantity__input {
  height: 48px;
}

.cart-dropdown .quantity .button_primary.btn-plus,
  .cart-dropdown .quantity .button_primary.btn-minus {
  padding-left: 19px !important;
  padding-right: 19px !important;
}

.cart-dropdown .quantity i {
  font-weight: 600 !important;
}

.cart-dropdown .quantity .button_primary.btn-minus,
  .pdp-quantity .quantity .button_primary.btn-minus,
  .cart-item__quantity .button_primary.btn-minus {
  position: relative !important;
  margin: 0px !important;
  display: flex !important;
  width: 100%;
  max-width: 50px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  padding-left: 0;
  padding-right: 0;
  line-height: 0px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.cart-dropdown .quantity .button_primary.btn-plus,
  .pdp-quantity .quantity .button_primary.btn-plus,
  .cart-item__quantity .button_primary.btn-plus {
  position: relative !important;
  margin: 0px !important;
  display: flex !important;
  width: 100%;
  max-width: 50px !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  padding-left: 0px;
  padding-right: 0px;
  line-height: 0px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.quantity .quantity__input {
  max-width: 68px !important;
}

.pdp-quantity .quantity .button_primary.btn-plus svg,
  .pdp-quantity .quantity .button_primary.btn-minus svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px !important;
  --tw-translate-x: -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));
}

.cart-dropdown .product-cart .product-name a.product-name {
  margin-bottom: 5px !important;
  display: block !important;
  font-family: "magallanes",sans-serif;
  font-size: 18px !important;
  font-weight: 700;
  line-height: 28px !important;
  --tw-text-opacity: 1;
  color: rgb(37 37 37 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .cart-dropdown .product-cart .product-name a.product-name {
    font-size: 20px !important;
    line-height: 30px !important;
  }
}

@media (min-width: 991px) {
  .cart-dropdown .product-cart .product-name a.product-name {
    margin-bottom: 10px !important;
  }
}

.cart-dropdown .product-cart .right-content {
  position: absolute;
  right: 0px;
}

@media (min-width: 991px) {
  .cart-dropdown .product-cart .right-content {
    right: 56px;
  }
}

@media (max-width: 1023px) {
  .cart-dropdown .product-cart .right-content {
    bottom: 15px;
  }
}

.footer_ctm ul.footer__list-social li .list-social__link {
  margin-right: 20px;
  padding: 0px !important;
}

@media (min-width: 1540px) {
  .footer_ctm ul.footer__list-social li .list-social__link {
    margin-right: 27px;
  }
}

.footer_ctm ul.footer__list-social li:last-child .list-social__link {
  margin-right: 0px;
}

.footer_ctm ul.footer-block__details-content li a {
  font-family: 'Avenir LT Std';
  font-size: 14px;
  font-weight: 700;
  line-height: 44px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px) {
  .footer_ctm ul.footer-block__details-content li a {
    font-size: 16px;
    line-height: 48px;
  }
}

@media (max-width: 989px) {
  .footer_ctm ul.footer-block__details-content li a {
    padding: 0px !important;
  }
}

.footer_ctm ul.footer__list-social li .list-social__link svg {
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.footer_ctm ul.footer__list-social li .list-social__link:hover svg {
  --tw-rotate: 360deg;
  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));
}

.footer_ctm .newsletter-form .field__button {
  position: relative !important;
  height: auto !important;
  width: -moz-max-content !important;
  width: max-content !important;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  padding-left: 52px !important;
  padding-right: 52px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.cart_page_item_ctm .cart-item__quantity .quantity::before,
  .cart_page_item_ctm .cart-item__quantity .quantity::after,
  .customer_ctm .field::before,
  .customer_ctm .field::after,
  .customer.customer_ctm .field::before,
  .customer.customer_ctm .field::after,
  .pdp-quantity .quantity:after,
  .pdp-quantity .quantity:before,
  .cart-dropdown .quantity::after,
  .cart-dropdown .quantity::before,
  .footer_ctm .newsletter-form .field::before,
  .footer_ctm .newsletter-form .field::after,
  .contact-form-ctm .field::after,
  .contact-form-ctm .field::before {
  content: unset;
}

.cart_page_item_ctm th,
  .cart__footer .totals p {
  font-family: 'Avenir LT Std';
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 24px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

@media (min-width: 768px) {
  .cart_page_item_ctm th,
  .cart__footer .totals p {
    font-size: 15px !important;
    line-height: 25px;
  }
}

@media (min-width: 1024px) {
  .cart_page_item_ctm th,
  .cart__footer .totals p {
    font-size: 16px !important;
    line-height: 26px !important;
  }
}

.cart_page_item_ctm td.cart-item__details a {
  font-family: 'Avenir LT Std';
  font-size: 20px;
  font-weight: 700 !important;
  line-height: 30px;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.cart__footer .totals h3.totals__subtotal {
  font-family: 'Avenir LT Std';
  font-size: 30px !important;
  font-weight: 700 !important;
  line-height: 34px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.footer_ctm .newsletter-form .field__label,
  .contact-form-ctm .field__label,
  .customer.customer_ctm .field label {
  top: 17px;
  text-indent: 10px;
  font-size: 16px !important;
  color: rgb(37 37 37 / 0.4) !important;
  line-height: normal;
}

.footer_ctm .newsletter-form .field__input:focus ~ .field__label,
  .contact-form-ctm .field__input:focus ~ .field__label,
  .customer.customer_ctm .field__input:focus ~ .field label {
  top: 0px;
}

.cart_page_item_ctm .cart-item__quantity .quantity {
  border-radius: 10px !important;
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(57 25 116 / var(--tw-border-opacity)) !important;
}

.footer_ctm .newsletter-form .newsletter-form__field-wrapper .field__input {
  height: 50px !important;
  width: 100% !important;
  flex-shrink: 0 !important;
  border-radius: 10px;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  padding-left: 32px !important;
  padding-right: 32px !important;
}

@media (min-width: 640px) {
  .footer_ctm .newsletter-form .newsletter-form__field-wrapper .field__input {
    margin-right: 18px;
    width: 336px !important;
  }
}

.footer_ctm .newsletter-form .newsletter-form__field-wrapper {
  max-width: 100% !important;
}

@media (min-width: 640px) {
  .footer_ctm .newsletter-form .newsletter-form__field-wrapper {
    max-width: -moz-fit-content !important;
    max-width: fit-content !important;
  }
}

.footer_ctm ul.footer-block__details-content li a:hover,
  .footer_ctm .footer__copyright p a:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(152 84 180 / var(--tw-text-opacity)) !important;
}

.shipping-policy.ctm-heading-pg {
  padding-bottom: 132px;
}

.ctm-heading-pg {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 204px !important;
}

@media (min-width: 640px) {
  .ctm-heading-pg {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (min-width: 768px) {
  .ctm-heading-pg {
    padding-left: 82px;
    padding-right: 82px;
  }
}

@media (min-width: 1024px) {
  .ctm-heading-pg {
    padding-left: 100px;
    padding-right: 100px;
  }
}

@media (min-width: 1200px) {
  .ctm-heading-pg {
    padding-left: 144px;
    padding-right: 144px;
  }
}

.ctm-heading-pg .heading-logo img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  display: block;
}

@media (min-width: 768px) {
  .ctm-heading-pg .heading-logo img {
    margin-bottom: 20px;
  }
}

.shipping-policy.ctm-heading-pg {
  padding-bottom: 96px !important;
}

.ctm-heading-pg h1 {
  text-align: center;
  font-family: "magallanes",sans-serif !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  line-height: 34px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 53 88 / var(--tw-text-opacity)) !important;
}

@media (min-width: 640px) {
  .ctm-heading-pg h1 {
    font-size: 28px !important;
    line-height: 40px !important;
  }
}

@media (min-width: 1024px) {
  .ctm-heading-pg h1 {
    font-size: 38px !important;
    line-height: 48px !important;
  }
}

@media (min-width: 1330px) {
  .return-policy.ctm-heading-pg h1,
  .accessibility-hug-sleep.ctm-heading-pg h1 {
    padding-bottom: 40px !important;
  }
}

.ctm-heading-pg .rte h2 {
  margin-bottom: 20px;
  font-family: "magallanes",sans-serif !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  text-transform: capitalize;
  line-height: 24px !important;
  --tw-text-opacity: 1;
  color: rgb(152 84 180 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .ctm-heading-pg .rte h2 {
    font-size: 24px !important;
    line-height: 28px !important;
  }
}

@media (min-width: 768px) {
  .ctm-heading-pg .rte h2 {
    margin-bottom: 27px;
    font-size: 28px !important;
    line-height: 32px !important;
  }
}

@media (min-width: 1200px) {
  .ctm-heading-pg .rte h2 {
    margin-bottom: 35px;
    font-size: 32px !important;
    line-height: 26px !important;
  }
}

.ctm-heading-pg .rte h3 {
  margin-bottom: 0px !important;
  font-family: 'Avenir LT Std' !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 26px !important;
  --tw-text-opacity: 1;
  color: rgb(37 37 37 / var(--tw-text-opacity));
}

.privacy-policy.ctm-heading-pg .rte h2.main-title {
  margin-bottom: 25px !important;
  font-family: 'Avenir LT Std' !important;
  font-size: 25px !important;
  font-weight: 700 !important;
  line-height: 35px !important;
  --tw-text-opacity: 1;
  color: rgb(89 44 146 / var(--tw-text-opacity));
}

.ctm-heading-pg p {
  margin-bottom: 30px;
  font-size: 14px !important;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(37 37 37 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .ctm-heading-pg p {
    font-size: 15px !important;
    line-height: 25px;
  }
}

@media (min-width: 1024px) {
  .ctm-heading-pg p {
    font-size: 16px !important;
    line-height: 26px !important;
  }
}

.ctm-heading-pg p a {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(89 44 146 / var(--tw-text-opacity));
}

.terms-of-service.ctm-heading-pg,
  .return-policy.ctm-heading-pg {
  padding-bottom: 82px;
}

.accessibility-hug-sleep.ctm-heading-pg {
  padding-bottom: 105px;
}

.privacy-policy.ctm-heading-pg {
  padding-bottom: 67px;
}

.bk-slider .swiper {
  width: 100%;
  overflow: visible !important;
}

.bk-slider .\!swiper {
  width: 100%;
  overflow: visible !important;
}

.bk-slider .swiper-slide {
  position: relative;
  margin: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.bk-slider .swiper-slide img {
  width: 100%;
}

.bk-slider .swiper-slide.swiper-slide-active {
  z-index: 9;
  --tw-scale-x: 2.5;
  --tw-scale-y: 2.5;
  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));
  --tw-shadow: 0px 4px 4px #00000025;
  --tw-shadow-colored: 0px 4px 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);
}

@media (min-width: 768px) {
  .bk-slider .swiper-slide.swiper-slide-active {
    --tw-scale-x: 1.9;
    --tw-scale-y: 1.9;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

@media (min-width: 1200px) {
  .bk-slider .swiper-slide.swiper-slide-active {
    --tw-scale-x: 1.8;
    --tw-scale-y: 1.8;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

@media (min-width: 1540px) {
  .bk-slider .swiper-slide.swiper-slide-active {
    --tw-scale-x: 1.35;
    --tw-scale-y: 1.35;
    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));
  }
}

.bk-slider .swiper-slide::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(57 25 116 / var(--tw-bg-opacity));
  opacity: 0.4;
}

.bk-slider .swiper-slide.swiper-slide-active::after {
  content: unset;
}

.bk-slider .swiper-slide.swiper-slide-duplicate-next::after,
  .bk-slider .swiper-slide.swiper-slide-duplicate-prev::after {
  opacity: 0.8;
}

.common-slider .swiper-button-next {
  right: 7%;
}

@media (min-width: 768px) {
  .common-slider .swiper-button-next {
    right: 17%;
  }
}

@media (min-width: 1200px) {
  .common-slider .swiper-button-next {
    right: 20%;
  }
}

.common-slider .swiper-button-prev {
  left: 7%;
}

@media (min-width: 768px) {
  .common-slider .swiper-button-prev {
    left: 17%;
  }
}

@media (min-width: 1200px) {
  .common-slider .swiper-button-prev {
    left: 20%;
  }
}

.common-slider .swiper-button-next::after,
  .common-slider .swiper-button-prev::after {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (max-width: 1023px) {
  .common-slider .swiper-button-next::after,
  .common-slider .swiper-button-prev::after {
    font-size: 12px;
  }
}

.common-slider .swiper-button-prev,
  .common-slider .swiper-button-next {
  margin-top: 0px !important;
  height: 26px;
  width: 26px;
  --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));
  border-radius: 100%;
  background-image: linear-gradient(to left, #391974 0%, #592C92 34.9%, #9854B4 66.67%, #CB7BD7 100%);
  text-align: center;
  line-height: 26px;
}

@media (min-width: 768px) {
  .common-slider .swiper-button-prev,
  .common-slider .swiper-button-next {
    height: 36px;
    width: 36px;
    line-height: 36px;
  }
}

@media (min-width: 1024px) {
  .common-slider .swiper-button-prev,
  .common-slider .swiper-button-next {
    height: 42px;
    width: 42px;
    line-height: 46px;
  }
}

.common-slider .swiper-button-prev::before,
  .common-slider .swiper-button-next::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  height: 24px;
  width: 24px;
  border-radius: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

@media (min-width: 768px) {
  .common-slider .swiper-button-prev::before,
  .common-slider .swiper-button-next::before {
    height: 32px;
    width: 32px;
  }
}

@media (min-width: 1024px) {
  .common-slider .swiper-button-prev::before,
  .common-slider .swiper-button-next::before {
    height: 38px;
    width: 38px;
  }
}

.collection-hero__image_ctm img {
  height: 482px;
  -o-object-fit: cover;
     object-fit: cover;
}

.collection_page_ctm .card-wrapper {
  height: 100%;
}

.upper-block .brand-img::before,
  .lower-block .brand-img::before {
  content: "";
  position: absolute;
  left: 0px;
  margin-left: auto;
  margin-right: auto;
  height: 86px;
  width: 70px;
  background-image: url(/cdn/shop/files/progress.png?v=1656050134);
  background-size: contain;
  background-repeat: no-repeat;
}

@media (min-width: 1200px) {
  .upper-block .brand-img::before,
  .lower-block .brand-img::before {
    right: 0px;
  }
}

@media (max-width: 1199px) {
  .upper-block .brand-img::before,
  .lower-block .brand-img::before {
    --tw-scale-y: -1;
    --tw-scale-x: -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));
  }
}

.upper-block .brand-img::before {
  bottom: 0px;
}

.lower-block .brand-img::before {
  top: 0px;
  --tw-scale-y: -1;
  --tw-scale-x: -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));
}

.main-pdp_ctm .slider-button:not(.dtc-product-review) {
  border-radius: 10px !important;
  background-image: linear-gradient(to left, #391974 0%, #592C92 34.9%, #9854B4 66.67%, #CB7BD7 100%) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.main-pdp_ctm .slider-button:not(.dtc-product-review) svg {
  height: 10px !important;
  fill: #ffffff !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.lower-block .brand-img,
  .upper-block .brand-img {
  height: 86px;
}

@media (max-width: 1199px) {
  .lower-block .brand-img,
  .upper-block .brand-img {
    position: absolute;
    top: 50%;
    left: -35px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    width: 86px;
    --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));
  }
}

.lower-block .brand-img {
  margin-top: 12px;
  margin-bottom: 10px;
}

.lower-block .brand-img img,
  .upper-block .brand-img img {
  position: absolute;
  left: 0px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1200px) {
  .lower-block .brand-img img,
  .upper-block .brand-img img {
    right: 0px;
    bottom: 5px;
  }
}

@media (max-width: 1199px) {
  .lower-block .brand-img img,
  .upper-block .brand-img img {
    bottom: 6px;
    left: 6px;
  }
}

@media (min-width: 1200px) {
  .upper-block .brand-img img {
    top: 5px;
  }
}

.progress_bar::before,
  .progress_bar::after {
  content: "";
  position: absolute;
  height: 15px;
  width: 15px;
  border-radius: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(225 173 0 / var(--tw-bg-opacity));
}

@media (min-width: 1200px) {
  .progress_bar::before,
  .progress_bar::after {
    right: 0px;
  }
}

.progress_bar::before {
  left: -3px;
  top: -5px;
}

@media (min-width: 1200px) {
  .progress_bar::before {
    left: 0px;
    right: auto;
  }
}

.upper-block::before,
  .lower-block::before {
  content: "";
  position: absolute;
  left: -82px;
  top: 0px;
  margin-left: auto;
  margin-right: auto;
  height: 15px;
  width: 15px;
  border-radius: 100%;
  background-image: linear-gradient(to left, #391974 0%, #592C92 34.9%, #9854B4 66.67%, #CB7BD7 100%);
}

@media (min-width: 1200px) {
  .upper-block::before,
  .lower-block::before {
    left: 0px;
    right: 0px;
    top: 50%;
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

.progress_bar::after {
  bottom: -5px;
  left: -3px;
}

@media (min-width: 1200px) {
  .progress_bar::after {
    top: -5px;
    left: auto;
  }
}

.upper-block:first-child::before {
  content: unset;
}

.lower-block::before {
  top: 0px;
}

.ctm-heading-pg p.no-space {
  margin-bottom: 0px !important;
}

.product_flex_ctm .card_heading_price .price {
  position: relative;
  padding-left: 15px;
}

@media (max-width: 1540px) {
  .product_flex_ctm .card_heading_price .price {
    width: 30%;
  }
}

.product_flex_ctm .card_heading_price h3 {
  width: 70% !important;
}

.product_flex_ctm .card_heading_price .price::before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 15px;
  height: 100%;
  width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(37 37 37 / var(--tw-bg-opacity));
}

.article-card_image_ctm img {
  height: 281px;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-info-ctm::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  height: 100%;
  width: 100%;
  background-image: url(/cdn/shop/files/about_pod_bg.png?v=1656064997);
  background-size: cover;
  background-repeat: no-repeat;
}

.about-info-ctm::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 53 88 / var(--tw-bg-opacity)) !important;
  opacity: 0.9;
}

button.\!button.button_primary {
  border-radius: 10px !important;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  padding-left: 62px !important;
  padding-right: 62px !important;
  font-weight: 700 !important;
}

button.button.button_primary {
  border-radius: 10px !important;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  padding-left: 62px !important;
  padding-right: 62px !important;
  font-weight: 700 !important;
}

.contact-form-ctm .field__input,
  .customer_ctm .field input {
  height: 50px !important;
  border-radius: 10px !important;
  border-width: 1px !important;
  border-style: solid !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(57 25 116 / var(--tw-border-opacity)) !important;
  padding-top: 16px !important;
  padding-bottom: 16px !important;
  padding-left: 32px !important;
  padding-right: 32px !important;
  font-size: 16px !important;
}

.contact-form-ctm textarea.field__input {
  height: 148px !important;
}

.content-desc p,
  .content-desc p a {
  position: relative;
  font-family: 'Avenir LT Std' !important;
  font-size: 16px;
  font-weight: 400 !important;
  line-height: 26px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.contact-map .content-desc p a:hover {
  --tw-text-opacity: 1;
  color: rgb(246 226 160 / var(--tw-text-opacity));
}

.content-desc p {
  padding-left: 25px;
}

.content-desc .location-ctm {
  margin-bottom: 15px;
  display: inline-block;
}

@media (min-width: 1024px) {
  .content-desc .location-ctm {
    margin-bottom: 35px;
  }
}

.content-desc .location-ctm::after,
  .content-desc p a::after {
  content: "\f3c5";
  position: absolute;
  left: 0px;
  top: -3px;
  height: 2.5rem;
  width: 2.5rem;
  font-family: 'Font Awesome 5 Pro';
  font-size: 16px;
  font-weight: 700 !important;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.content-desc p a::after {
  content: "\f0e0";
  left: -25px;
}

.custom_txt_ctm p,
  article.single_blog_ctm .article-template__content p {
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .article_img_ctm {
    float: left;
    margin-right: 80px;
    margin-bottom: 56px;
    width: 480px;
  }
}

@media (max-width: 1199px) {
  .article_img_ctm {
    margin-bottom: 30px;
  }
}

.article_img_ctm img {
  height: 444px;
  -o-object-fit: cover;
     object-fit: cover;
}

article.single_blog_ctm .article-template__content h2 {
  margin-bottom: 20px !important;
  padding-top: 20px !important;
  font-family: 'Avenir LT Std' !important;
  font-size: 25px !important;
  font-weight: 700 !important;
  line-height: 35px !important;
  --tw-text-opacity: 1;
  color: rgb(37 37 37 / var(--tw-text-opacity));
}

article.single_blog_ctm .article-template__content h3 {
  margin-bottom: 20px !important;
  font-family: 'Avenir LT Std' !important;
  font-size: 14px !important;
  line-height: 24px;
}

@media (min-width: 768px) {
  article.single_blog_ctm .article-template__content h3 {
    font-size: 15px !important;
    line-height: 25px;
  }
}

@media (min-width: 1024px) {
  article.single_blog_ctm .article-template__content h3 {
    font-size: 16px !important;
    line-height: 26px !important;
  }
}

article.single_blog_ctm .article-template__content ul {
  margin-bottom: 30px !important;
  padding-left: 0px !important;
}

article.single_blog_ctm .article-template__content ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 30px;
  font-family: 'Avenir LT Std';
  font-size: 16px !important;
  font-weight: 400;
  line-height: 26px !important;
  --tw-text-opacity: 1;
  color: rgb(37 37 37 / var(--tw-text-opacity));
}

article.single_blog_ctm .article-template__content ul li::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 7px;
  height: 7px;
  width: 7px;
  border-radius: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(37 37 37 / var(--tw-bg-opacity));
}

.blog_ctm_author span.caption-with-letter-spacing {
  font-family: 'Avenir LT Std' !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  text-transform: capitalize !important;
  line-height: 24px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(89 44 146 / var(--tw-text-opacity)) !important;
}

html.founder_pop_active,
  body.founder_pop_active,
  html.menu_open_body {
  overflow-y: hidden;
}

body.smart-cart--enabled {
  overflow: unset !important;
}

.founder_pop_active {
  position: relative;
}

.founder_pop_active::after {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 9;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(57 25 116 / var(--tw-bg-opacity));
  text-align: center;
  opacity: 0.6;
  content: "";
}

.popup {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999;
  display: none;
  height: 100%;
  width: 100%;
  text-align: center;
}

.popup .popup__content {
  position: relative;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 760px;
  --tw-translate-y: -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));
  overflow: auto;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 30px;
  padding-right: 30px;
  --tw-shadow: 0px 8px 14px #00000040;
  --tw-shadow-colored: 0px 8px 14px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 640px) {
  .popup .popup__content {
    padding-left: 45px;
    padding-right: 45px;
  }
}

@media (min-width: 768px) {
  .popup .popup__content {
    padding-top: 42px;
    padding-bottom: 42px;
    padding-left: 64px;
    padding-right: 64px;
  }
}

@media (min-width: 1024px) {
  .popup .popup__content {
    padding-left: 64px;
    padding-right: 64px;
  }
}

@media (max-width: 989px) {
  .popup .popup__content {
    max-width: 640px;
  }
}

.popup .popup__content .close {
  position: absolute;
  right: 49px;
  top: 49px;
  display: block;
  width: 20px;
  cursor: pointer;
}

.popup .popup__content .close span {
  position: fixed;
  height: 3px;
  width: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(177 17 17 / var(--tw-bg-opacity));
}

.popup .popup__content .close span:nth-child(1) {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.popup .popup__content .close span:nth-child(2) {
  --tw-rotate: 135deg;
  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));
}

.right-content-ctm .image-box-ctm {
  margin-right: 0px !important;
}

@media (min-width: 1024px) {
  .right-content-ctm .image-box-ctm img {
    margin-left: auto;
    margin-right: 0px;
  }
}

@media (max-width: 1023px) {
  .right-content-ctm .image-box-ctm img {
    margin-top: 25px !important;
  }
}

.pdp-bg-with-content .image-banner::before {
  content: "";
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
}

@media (min-width: 1024px) {
  .pdp-bg-with-content .image-banner::before {
    position: absolute;
    background-image: linear-gradient(90deg, #003558 0%, rgba(0, 53, 88, 0.91) 26.12%, rgba(0, 53, 88, 0.69) 46.04%, rgba(0, 53, 88, 0) 65.97%);
  }
}

.pdp-bg-with-content .content-desc p {
  padding: 0px !important;
}

.thumbnail-slider-ctm li {
  position: relative;
  height: 81px;
  width: 81px !important;
}

.thumbnail-slider-ctm li img {
  height: 100% !important;
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  background-blend-mode: difference !important;
}

.thumbnail-slider-ctm .thumbnail[aria-current] {
  border-style: none !important;
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.thumbnail-slider-ctm .\!thumbnail[aria-current] {
  border-style: none !important;
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.thumbnail-slider-ctm .thumbnail {
  border-style: none !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(203 123 215 / var(--tw-bg-opacity)) !important;
}

.thumbnail-slider-ctm .\!thumbnail {
  border-style: none !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(203 123 215 / var(--tw-bg-opacity)) !important;
}

.thumbnail-slider-ctm .thumbnail[aria-current]:before {
  content: "";
}

.thumbnail-slider-ctm .\!thumbnail[aria-current]:before {
  content: "" !important;
}

.thumbnail-slider-ctm .thumbnail[aria-current]:before {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  width: 100%;
  background-color: rgb(203 123 215 / 0.5) !important;
}

.thumbnail-slider-ctm .\!thumbnail[aria-current]:before {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  width: 100%;
  background-color: rgb(203 123 215 / 0.5) !important;
}

.pdp_select_ctm .select:after,
  .custom-home-select.select:after {
  border-radius: 10px !important;
  border-width: 1px !important;
  --tw-border-opacity: 1;
  border-color: rgb(89 44 146 / var(--tw-border-opacity));
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.pdp_select_ctm .select .icon-caret,
  .custom-home-select.select .icon-caret {
  top: 50% !important;
  height: 11px !important;
  --tw-translate-y: -50% !important;
  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)) !important;
}

.pdp_select_ctm .select .icon-caret path,
  .custom-home-select.select .icon-caret path {
  fill: #592C92 !important;
}

.main-pdp_ctm .rating-star:before {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(225 173 0 / var(--tw-bg-opacity)) !important;
}

.main-pdp_ctm .price__container span,
  .main-pdp_ctm .price__container span .price-item.price-item--regular {
  font-family: 'Avenir LT Std';
  font-size: 20px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 30px;
  --tw-text-opacity: 1;
  color: rgb(37 37 37 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .main-pdp_ctm .price__container span,
  .main-pdp_ctm .price__container span .price-item.price-item--regular {
    font-size: 20px;
  }
}

@media (min-width: 1024px) {
  .main-pdp_ctm .price__container span,
  .main-pdp_ctm .price__container span .price-item.price-item--regular {
    font-size: 24px;
    line-height: 34px;
  }
}

@media (min-width: 1200px) {
  .main-pdp_ctm .price__container span,
  .main-pdp_ctm .price__container span .price-item.price-item--regular {
    font-size: 30px;
    line-height: 40px;
  }
}

.main-pdp_ctm .price__container span .price-item.price-item--regular {
  --tw-text-opacity: 1 !important;
  color: rgb(152 84 180 / var(--tw-text-opacity)) !important;
}

body #shopify-product-reviews {
  margin-top: 0px !important;
  padding-left: 40px !important;
  padding-right: 40px !important;
}

@media (min-width: 640px) {
  body #shopify-product-reviews {
    padding-left: 64px !important;
    padding-right: 64px !important;
  }
}

@media (min-width: 768px) {
  body #shopify-product-reviews {
    padding-left: 82px !important;
    padding-right: 82px !important;
  }
}

@media (min-width: 1024px) {
  body #shopify-product-reviews {
    padding-left: 119px !important;
    padding-right: 119px !important;
  }
}

.spr-reviews {
  position: relative;
  margin-bottom: 60px !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  -moz-column-gap: 66px;
       column-gap: 66px;
  row-gap: 100px;
}

#shopify-block-748f708d-283f-4047-947f-763cb2e56894 {
  position: relative;
  margin-bottom: -87px;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(252 229 255 / var(--tw-bg-opacity)) !important;
  padding-bottom: 150px !important;
}

.main-pdp_ctm .product__media-list .product__media-item {
  width: 100% !important;
  max-width: 100% !important;
}

.main-pdp_ctm .product__media-item .global-media-settings {
  padding-top: 100% !important;
}

.header_ctm span.header__active-menu-item,
  .header_ctm .active-menu span,
  .header_ctm .menu-drawer__menu li a.active-menu,
  .header_ctm
    .menu-drawer
    summary.menu-drawer__menu-item.menu-drawer__menu-item--active
    a {
  --tw-text-opacity: 1 !important;
  color: rgb(57 25 116 / var(--tw-text-opacity)) !important;
}

@media (max-width: 1023px) {
  .header_ctm span.header__active-menu-item,
  .header_ctm .active-menu span,
  .header_ctm .menu-drawer__menu li a.active-menu,
  .header_ctm
    .menu-drawer
    summary.menu-drawer__menu-item.menu-drawer__menu-item--active
    a {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  }
}

.header_ctm
    nav.header__inline-menu
    ul.list-menu--inline
    li.sub_drop_box
    ul.header__submenu
    li
    a.active-menu,
  .header_ctm .menu-drawer__inner-submenu ul li a.active-menu {
  color: rgb(255 255 255 / 0.6) !important;
}

.main_blog_ctm h3.card__heading {
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.newsletter-form__message.newsletter-form__message--success.form__message {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.field__input::-moz-placeholder {
  position: relative;
  top: 1px;
  display: block !important;
  font-family: 'Avenir LT Std' !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 16px !important;
  color: rgb(37 37 37 / 0.4) !important;
  opacity: 1 !important;
}

.field__input::placeholder {
  position: relative;
  top: 1px;
  display: block !important;
  font-family: 'Avenir LT Std' !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 16px !important;
  color: rgb(37 37 37 / 0.4) !important;
  opacity: 1 !important;
}

.map-area {
  background-color: #fff9ff;
}

.map-area iframe {
  mix-blend-mode: luminosity;
}

/* .map-area:before {
        content: "";
        position: absolute;
        top:0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #FFF9FF;
        mix-blend-mode: color;
    } */

.product-form__buttons button.button.button_primary {
  height: 50px;
}

.product-form__buttons button.\!button.button_primary {
  height: 50px;
}

.ctm-accordion-content {
  display: none;
}

@keyframes smoothScrolldown {
  0% {
    transform: translateY(-40px);
  }

  100% {
    transform: translateY(0px);
  }
}

@media (max-width: 1330px) {
}

@media (max-width: 1540px) {
  .footer_ctm .footer-block__newsletter,
  .footer_ctm .ctm-wrpper-main {
    width: 50% !important;
  }

  .ctm-wrpper-main {
    justify-self: auto;
  }

  .footer-block__details-content:first-child {
    padding-right: 40px;
  }

  .footer-social {
    flex: 1 1 auto;
  }

  .wave-bg {
    top: -310px;
  }
}

@media (max-width: 1440px) {
  .wave-bg {
    top: -290px;
  }

  .footer_ctm .footer-block__newsletter,
  .footer_ctm .ctm-wrpper-main {
    width: 100% !important;
  }

  .benefit_ctm .media-body p br {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .services-slider .swiper-button-prev::after,
  .services-slider .swiper-button-next::after {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .footer_ctm .footer-block__newsletter,
  .footer_ctm .ctm-wrpper-main {
    width: 100% !important;
  }

  .testimonial-slider .swiper-button-next,
  .testimonial-slider .swiper-button-prev {
    position: relative !important;
    right: 0px;
    left: 0px;
    top: 0px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 40px;
    display: inline-block !important;
    width: 20px;
    transform: none !important;
  }

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

  #insta-feed {
    grid-template-columns: 2fr 1fr 1fr;
  }

  #insta-feed a:nth-child(7),
  #insta-feed a:nth-child(6) {
    display: none !important;
  }

  #insta-feed a:nth-child(3),
  #insta-feed a:nth-child(5) {
    margin-right: 0px !important;
  }

  #insta-feed a:nth-child(4) {
    margin-right: 5px !important;
  }

  #insta-feed a:first-child .instafeed-container {
    height: 438px;
  }

  #insta-feed a .instafeed-container {
    height: 214px;
  }

  .services-slider .swiper-button-prev {
    left: 0px;
    z-index: 999 !important;
    margin-top: 0px !important;
    --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));
  }

  .services-slider .swiper-button-next {
    right: 0px;
    z-index: 999 !important;
    margin-top: 0px !important;
    --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));
  }

  .wave-bg {
    top: -250px;
  }

  .product_flex_ctm .card_heading_price h3 {
    width: 50% !important;
  }

  .product_flex_ctm .card_heading_price .price {
    width: 40% !important;
  }

  .accessibility-wrap {
    z-index: 2 !important;
  }

  .pdp-bg-with-content .content-box {
    transform: inherit;
  }
}

@media (max-width: 1023px) {
  .main-pdp_ctm .price__container span,
  .main-pdp_ctm .price__container span .price-item.price-item--regular {
    font-size: 24px !important;
    line-height: 34px !important;
  }

  .clouds_bg_ctm::after {
    height: 751px;
    background-size: cover;
  }
}

@media (max-width: 989px) {
  .grid--1-col-tablet-down.grid--peek .grid__item {
    width: calc(
      100% - var(--grid-desktop-horizontal-spacing) - 27rem
    ) !important;
  }

  .header_ctm .header__icon--cart svg {
    height: 25px;
    width: 25px;
  }

  .home_product_slider ul li:first-child {
    margin-left: 0px !important;
  }

  .header_ctm .header__icon--menu .icon {
    left: 0px !important;
    margin-left: 20px !important;
    height: 13px;
    width: 15px;
    fill: #592C92;
    --tw-text-opacity: 1;
    color: rgb(89 44 146 / var(--tw-text-opacity));
  }

  .shopify-section-header-sticky,
  .header-wrapper {
    top: 0px !important;
    left: 0px;
    right: 0px;
    z-index: 99 !important;
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
    --tw-shadow: 0px 4px 14px #00000024 !important;
    --tw-shadow-colored: 0px 4px 14px var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .gradient .accessibility-position-bottom-left {
    bottom: 115px !important;
  }

  .header_ctm .menu-drawer summary.menu-drawer__menu-item a {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .cart-dropdown.cart_dropdown_ctm {
    transform: translate(100%) !important;
    top: 157px !important;
  }

  @media (max-width: 425px) {
    .cart-dropdown.cart_dropdown_ctm {
      top: 180px !important;
    }
  }

  .cart-dropdown.cart_dropdown_ctm.drawer_active {
    transform: translate(0px) !important;
  }

  .cart_dropdown_ctm .button_primary {
    width: 100% !important;
    text-align: center !important;
  }

  .cart_dropdown_ctm .cart-item__quantity-wrapper .quantity .button_primary {
    width: auto !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }


  .header_ctm .header__heading,
  .menu-drawer__utility-links {
    display: none;
  }

  .header.header_ctm {
    height: 73px;
    padding-bottom: 0;
  }

  .header_ctm .menu-drawer {
    transform: translateY(0%) !important;
  }

  .menu_open_body .menu-opening > .menu-drawer,
  .js details[open].menu-opening > .menu-drawer,
  .shopify-section-header-hidden.menu-open {
    transform: translate(0) !important;
    visibility: visible !important;
    transition: 0.7s all;
  }

  .gradient .shopify-section-header-hidden {
    transform: initial;
  }

  .header_ctm .menu-drawer {
    transform: translate(-100%) !important;
    transition: 0.7s all;
  }

  .js .menu-drawer {
    height: auto !important;
    width: 100% !important;
    background-image: linear-gradient(to left, #391974 0%, #592C92 34.9%, #9854B4 66.67%, #CB7BD7 100%) !important;
  }

  @media (min-width: 991px) {
    .js .menu-drawer {
      top: 73 !important;
    }
  }

  .js .menu-drawer {
    background-attachment: inherit;
  }

  .js .menu-drawer__submenu {
    transform: unset !important;
    position: relative !important;
    --tw-bg-opacity: 1 !important;
    background-color: rgb(89 44 146 / var(--tw-bg-opacity)) !important;
  }

  .js .menu-drawer__navigation .submenu-open,
  .js .menu-drawer__navigation ul.submenu-open > .drop-box-ctm.submenu-open {
    visibility: visible !important;
  }

  .accessibility-position-bottom-left {
    left: unset !important;
    right: 15px !important;
  }

  .footer_ctm::before {
    height: 195px;
    width: 195px;
    background-image: url('/cdn/shop/files/mfooter-egg.png?v=1656424822');
  }

  .menu-drawer__inner-submenu button.menu-drawer__close-button {
    display: none !important;
  }

  .header_ctm nav.menu-drawer__navigation {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .pdp-quantity {
    display: flex !important;
  }

  .header_ctm .menu-drawer summary.menu-drawer__menu-item,
  .header_ctm .menu-drawer__menu li a {
    position: relative;
    padding-left: 19px !important;
    padding-right: 19px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    font-family: 'Avenir LT Std' !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 46px !important;
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  }

  .header_ctm .menu-drawer__inner-submenu ul li a {
    padding-left: 40px !important;
  }

  .header_ctm .menu-drawer__menu-item--active,
  .header_ctm .menu-drawer__menu-item:focus,
  .header_ctm .menu-drawer__close-button:focus,
  .header_ctm .menu-drawer__menu-item:hover,
  .header_ctm .menu-drawer__close-button:hover {
    background-color: transparent !important;
  }

  .header_ctm .menu-drawer summary.menu-drawer__menu-item svg {
    display: none !important;
  }

  .header_ctm
    .menu-drawer
    .drop-box-ctm
    summary.menu-drawer__menu-item::before {
    content: "+";
    position: absolute;
    top: 48%;
    right: 20px;
    display: flex;
    height: 100%;
    width: 20px;
    --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));
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 20px;
  }

  .header_ctm
    .menu-drawer
    .drop-box-ctm.submenu-open-ctm
    summary.menu-drawer__menu-item::before {
    content: "-";
  }

  .product-description.mob-read-more {
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  /* .header_ctm .header__heading-link img {
        @apply !hidden;
    } */

  .wave-bg {
    top: -200px;
  }
}
.header_ctm {
  position: unset;
  width: 100%;
}
@media (min-width: 990px) {
  .header_ctm {
    justify-content: space-between;
    background-color: rgb(255 255 255 / 0.7);
    padding-left: 40px !important;
    padding-right: 40px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    --tw-shadow: 0px 4px 14px #00000024;
    --tw-shadow-colored: 0px 4px 14px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .header_ctm nav.header__inline-menu {
    text-align: center;
  }
}

@media (max-width: 767px) {
  #insta-feed {
    grid-template-columns: 2fr 1fr;
  }

  #insta-feed a:nth-child(5),
  #insta-feed a:nth-child(4) {
    display: none !important;
  }

  #insta-feed a:nth-child(2) {
    margin-right: 0px !important;
  }

  #insta-feed a {
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 4px;
  }

  #insta-feed a .instafeed-container {
    height: 131px;
  }

  #insta-feed a:first-child .instafeed-container {
    height: 268px;
  }

  .common-slider .swiper-button-next::after,
  .common-slider .swiper-button-prev::after {
    font-size: 10px !important;
  }

  .pdp-quantity {
    display: block !important;
  }

  .main-pdp_ctm .product__media-list .product__media-item {
    margin-left: 0px !important;
  }

  .about-video-ctm::after {
    z-index: -1 !important;
  }

  .wave-bg {
    top: -160px;
  }

  .grid--1-col-tablet-down.grid--peek .grid__item {
    width: calc(
      100% - var(--grid-desktop-horizontal-spacing) - 9rem
    ) !important;
  }

  .hero_banner_ctm .image-banner,
  .home_video_ctm video,
  .home_video_ctm:before {
    -webkit-mask-image: unset;
    mask-image: unset;
  }

  .mob_hero_banner_ctm .image-banner,
  .mob_video_ctm video,
  .mob_video_ctm:before {
    -webkit-mask-image: url("/cdn/shop/files/mobile-banner-pattern_1.svg?v=1657204955");
    mask-image: url("/cdn/shop/files/mobile-banner-pattern_1.svg?v=1657204955");
  }

  .hero_banner_ctm:after {
    background-image: unset;
  }

  .mob_hero_banner_ctm:after {
    background-image: url("/cdn/shop/files/mobile-banner-pattern4.svg?v=1657205456") !important;
    bottom: 0px;
  }

  .main-pdp_ctm .thumbnail-slider .thumbnail-list.slider {
    padding: 0px !important;
  }

  .sub-tit-content {
    max-height: 40vh;
    overflow-y: auto;
  }

  .clouds_bg_ctm::after {
    height: 751px;
    background-size: cover;
  }
}

@media (max-width: 639px) {
  .newsletter-form__field-wrapper .field {
    display: block !important;
  }

  /* .hero_banner_ctm .image-banner{
        -webkit-mask-size: contain;
        mask-size: contain;
    } */

  .footer-block__details-content:first-child {
    padding-right: 0px !important;
  }

  .wave-bg {
    top: -120px;
  }

  .product_flex_ctm .card_heading_price .price {
    width: auto !important;
  }

  .announcement-bar .swiper-button-next,
  .announcement-bar .swiper-button-prev {
    height: 13px;
    width: 12px;
    line-height: 13px;
  }

  .announcement-bar .swiper-button-next::after,
  .announcement-bar .swiper-button-prev::after {
    font-size: 13px !important;
  }
}

@media (max-width: 575px) {
  /* .collection_page_ctm .card-wrapper{
        @apply !h-[408px] !overflow-hidden;
    } */

  .product_tag p::before {
    top: 3px;
    right: -18px;
  }

  .wave-bg {
    top: -105px;
  }

  .mob_hero_banner_ctm:after {
    bottom: -20px;
  }
}

@media (max-width: 380px) {
  .wave-bg {
    top: -85px;
  }
}

@media (max-width: 479px) {
  .mob_hero_banner_ctm:after {
    bottom: -10px;
  }

  .grid--1-col-tablet-down.grid--peek .grid__item {
    width: calc(
      100% - var(--grid-desktop-horizontal-spacing) - 3.5rem
    ) !important;
  }

  .button_primary {
    padding-left: 35px;
    padding-right: 35px;
  }

  .cart_dropdown_ctm .bottom-cart .cart-action .button_primary {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (max-width: 374px) {
  .cart-dropdown .product-cart {
    flex-direction: column;
  }

  .cart-dropdown .product-cart .left-content {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .cart-dropdown .bottom-cart .cart-action {
    flex-wrap: wrap;
  }

  .cart-dropdown .bottom-cart .cart-action .button_primary {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .cart-dropdown .bottom-cart .cart-action .button_primary:last-child {
    margin-bottom: 0px;
  }
}

#shopify-block-748f708d-283f-4047-947f-763cb2e56894 .spr-content {
  position: relative;
  z-index: 2;
}

#shopify-block-748f708d-283f-4047-947f-763cb2e56894 .spr-review {
  position: relative;
  background-color: #fff;
  border: 0px;
  border-radius: 10px !important;
  padding: 58px 48px 32px !important;
  margin: 0 0 0 63px !important;
  height: 100% !important;
}

#shopify-block-748f708d-283f-4047-947f-763cb2e56894 .spr-pagination {
  position: absolute;
  width: 100%;
  right: 0px;
  left: 0px;
  bottom: -75px;
  margin: 10px auto 0;
  border: 0;
}

#shopify-block-748f708d-283f-4047-947f-763cb2e56894 .spr-review::before {
  position: absolute;
  content: "";
  left: -63px;
  background-image: url(/cdn/shop/files/icon_329c36a5-76ed-46af-b61f-1c2fc44faaca.png?v=1655292273);
  width: 88px;
  height: 107px;
  background-size: contain;
  top: 31px;
  background-repeat: no-repeat;
}

#shopify-block-748f708d-283f-4047-947f-763cb2e56894 .spr-review::after {
  position: absolute;
  content: "";
  background-image: url("/cdn/shop/files/review-user.png?v=1656941639");
  height: 73px;
  width: 73px;
  left: -57px;
  top: 58px;
  background-size: cover;
}

.spr-review-header {
  display: flex;
  flex-direction: column;
}

.spr-review-header span.spr-review-header-byline {
  font-size: 0px !important;
  display: flex;
  justify-content: space-between;
  order: 1;
}

.spr-review-header h3.spr-review-header-title {
  order: 3;
  margin-bottom: 15px;
}

.spr-review-header .spr-review-header-starratings {
  order: 2;
}

.spr-review-header span.spr-review-header-byline strong {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  color: #003558;
  font-family: "magallanes", sans-serif !important;
}

.spr-review-header span.spr-review-header-byline strong:last-child {
  color: #252525 !important;
  font-family: "Avenir LT Std" !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.spr-review-header .spr-review-header-starratings i,
.spr-icon {
  color: #e1ad00 !important;
  margin: 0 7px 0 0;
}

.spr-icon.spr-icon-star-empty {
  opacity: 1 !important;
}

.spr-review-footer a {
  font-size: 16px;
  line-height: 26px;
  color: #592c92 !important;
  font-family: "Avenir LT Std" !important;
  font-weight: 600;
}

.spr-pagination .spr-pagination-next a,
.spr-pagination .spr-pagination-prev a,
a.spr-summary-actions-newreview,
#shopify-block-748f708d-283f-4047-947f-763cb2e56894 .spr-form input.spr-button {
  background: linear-gradient(
    252.59deg,
    #391974 0%,
    #592c92 34.9%,
    #9854b4 66.67%,
    #cb7bd7 100%
  );
  border-radius: 10px;
  padding: 18px 30px 16px;
  color: #fff !important;
  font-size: 16px;
  line-height: 16px !important;
  font-weight: 500;
  font-family: "Avenir LT Std" !important;
}

.spr-pagination .spr-pagination-next a:hover,
.spr-pagination .spr-pagination-prev a:hover,
a.spr-summary-actions-newreview:hover,
#shopify-block-748f708d-283f-4047-947f-763cb2e56894
  .spr-form
  input.spr-button:hover {
  background: linear-gradient(
    252.59deg,
    #cb7bd7 0%,
    #9854b4 34.9%,
    #592c92 66.67%,
    #391974 100%
  );
}

#shopify-block-748f708d-283f-4047-947f-763cb2e56894
  .spr-pagination
  span.spr-pagination-page {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #9854b4;
  margin: 0 5px;
  font-family: "Avenir LT Std" !important;
}

#shopify-block-748f708d-283f-4047-947f-763cb2e56894
  .spr-pagination
  span.spr-pagination-page.is-active {
  font-weight: 800;
  color: #391974;
}

#shopify-block-748f708d-283f-4047-947f-763cb2e56894 .spr-form {
  border: 0;
  padding: 0 193px;
}

#shopify-block-748f708d-283f-4047-947f-763cb2e56894 .spr-form > form {
  width: 100%;
}

#shopify-block-748f708d-283f-4047-947f-763cb2e56894 .spr-form > form input,
#shopify-block-748f708d-283f-4047-947f-763cb2e56894 .spr-form > form textarea {
  height: 50px;
  padding: 12px 20px;
  border: 1px solid #391974;
  border-radius: 10px;
}

#shopify-block-748f708d-283f-4047-947f-763cb2e56894 .spr-form-review-rating {
  display: flex;
}

#shopify-block-748f708d-283f-4047-947f-763cb2e56894 .spr-form > form label {
  display: block !important;
  font-size: 16px;
  line-height: 26px;
  color: #252525;
  font-weight: bold;
  margin: 0 16px 0 0;
}

#shopify-block-748f708d-283f-4047-947f-763cb2e56894 .spr-form h3.spr-form-title,
.spr-header .spr-header-title {
  font-weight: 700;
  font-size: 38px !important;
  line-height: 48px;
  text-align: center;
  text-transform: capitalize;
  color: #003558;
  margin-bottom: 15px;
  font-family: "magallanes", sans-serif !important;
}

.spr-header .spr-header-title {
  text-align: left !important;
}

#shopify-block-748f708d-283f-4047-947f-763cb2e56894 .spr-form input.spr-button {
  height: unset;
  border: 0px !important;
  float: unset;
}

#shopify-block-748f708d-283f-4047-947f-763cb2e56894 .spr-form-actions {
  text-align: center;
  margin-bottom: 50px;
}

.xustom-bg-light-purple {
  background-color: #cb7bd7;
  background: #cb7bd7;
}

.bg-productgradient {
  background-image: linear-gradient(
    180deg,
    rgba(250, 240, 203, 0) 10.98%,
    rgba(250, 240, 203, 0.418173) 60.02%,
    rgba(250, 240, 203, 0.755208) 85.39%,
    #faf0cb 100%
  );
}

.info-table-ctm {
  margin-top: 0px !important;
  padding-top: 40px;
}

.info-table-ctm table {
  border-collapse: collapse !important;
  border-width: 1px;
  border-style: solid !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(152 84 180 / var(--tw-border-opacity)) !important;
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.info-table-ctm table th a {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.info-table-ctm table th a:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(57 25 116 / var(--tw-text-opacity)) !important;
  text-decoration-line: underline !important;
}

.info-table-ctm table th {
  --tw-border-opacity: 1 !important;
  border-color: rgb(152 84 180 / var(--tw-border-opacity)) !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  font-family: "magallanes",sans-serif !important;
  font-size: 12px !important;
  line-height: 20px !important;
  --tw-text-opacity: 1;
  color: rgb(37 37 37 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .info-table-ctm table th {
    font-size: 16px !important;
    line-height: 24px !important;
  }
}

.info-table-ctm table td {
  --tw-border-opacity: 1 !important;
  border-color: rgb(152 84 180 / var(--tw-border-opacity)) !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  font-family: 'Avenir LT Std' !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .info-table-ctm table td {
    font-size: 16px !important;
    line-height: 24px !important;
  }
}

.ctm-shark-tank p {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.info-table-ctm .ctm-check-true {
  background: #24d026;
  border: 1px solid #368c4b;
  display: flex;
  height: 15px;
  width: 15px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-size: 9px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .info-table-ctm .ctm-check-true {
    height: 18px;
    width: 18px;
    padding-top: 2px;
    font-size: 12px;
  }
}

.info-table-ctm .ctm-check-false {
  display: flex;
  height: 15px;
  width: 15px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  font-size: 9px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .info-table-ctm .ctm-check-false {
    height: 18px;
    width: 18px;
    font-size: 12px;
  }
}

#insta-feed {
  display: grid !important;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

#insta-feed a:first-child {
  grid-area: 1 / 1 / 4 / 3;
}

@media (min-width: 1100px) and (max-width: 1800px) {
  #about-us .image-banner {
    height: 800px !important;
  }
}

@media (min-width: 1800px) {
  #about-us .image-banner {
    height: 900px !important;
  }
}

@media (max-width: 1199px) {
  .spr-reviews {
    display: block !important;
  }

  #shopify-block-748f708d-283f-4047-947f-763cb2e56894 .spr-review {
    height: unset !important;
    margin: 50px 0 90px !important;
    padding: 58px 30px 35px !important;
  }

  #shopify-block-748f708d-283f-4047-947f-763cb2e56894 .spr-review::before {
    top: -60px;
    left: 30px;
  }

  #shopify-block-748f708d-283f-4047-947f-763cb2e56894 .spr-review::after {
    left: 35px;
    top: -35px;
  }

  #shopify-block-748f708d-283f-4047-947f-763cb2e56894 .spr-form {
    padding: 0 !important;
  }

  #shopify-block-748f708d-283f-4047-947f-763cb2e56894 .spr-form-actions {
    margin-bottom: 100px;
  }

  .spr-header .spr-header-title {
    font-size: 28px !important;
  }

  #insta-feed {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  #insta-feed a:first-child {
    grid-area: 1 / 1 / 3 / 3;
  }
}

iframe#dummy-chat-button-iframe {
  bottom: 25px !important;
}

@media (max-width: 991px) {
  #shopify-block-748f708d-283f-4047-947f-763cb2e56894
    .spr-summary-actions-newreview {
    float: unset;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 20px 0 50px 0;
  }

  iframe#dummy-chat-button-iframe {
    bottom: 25px !important;
    z-index: 100 !important;
  }

  #insta-feed {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  #insta-feed a:first-child {
    grid-area: 1 / 1 / 4 / 3;
  }

  #insta-feed a:nth-child(4),
  #insta-feed a:nth-child(5),
  #insta-feed a:nth-child(6),
  #insta-feed a:nth-child(7),
  #insta-feed a:nth-child(8) {
    display: none;
  }

  #insta-feed a:nth-child(3),
  #insta-feed a:nth-child(5) {
    margin-right: 5px !important;
  }
}

@media (max-width: 767px) {
  #insta-feed a:nth-child(3),
  #insta-feed a:nth-child(5) {
    margin-right: 0px !important;
  }
}

@media (max-width: 639px) {
  body #shopify-product-reviews {
    padding-bottom: 70px !important;
  }

  #shopify-block-748f708d-283f-4047-947f-763cb2e56894 .spr-pagination {
    bottom: -190px;
  }

  #shopify-block-748f708d-283f-4047-947f-763cb2e56894
    .spr-pagination
    .spr-pagination-prev,
  #shopify-block-748f708d-283f-4047-947f-763cb2e56894
    .spr-pagination
    .spr-pagination-next {
    position: relative;
    margin: 20px 0;
    display: block;
  }

  #shopify-block-748f708d-283f-4047-947f-763cb2e56894
    .spr-form
    h3.spr-form-title,
  .spr-header .spr-header-title {
    font-size: 28px !important;
    text-align: center !important;
    line-height: 32px !important;
  }

  #shopify-block-748f708d-283f-4047-947f-763cb2e56894
    .spr-review-header
    span.spr-review-header-byline,
  #shopify-block-748f708d-283f-4047-947f-763cb2e56894
    .spr-review-header
    span.spr-review-header-byline
    strong,
  #shopify-block-748f708d-283f-4047-947f-763cb2e56894
    span.spr-starrating.spr-summary-starrating {
    display: block;
  }

  .spr-review-header span.spr-review-header-byline strong:last-child {
    margin: -15px 0 10px;
  }

  .spr-review-header span.spr-review-header-byline strong {
    font-size: 21px;
  }

  #shopify-block-748f708d-283f-4047-947f-763cb2e56894
    .spr-summary-actions-newreview {
    margin: 20px auto 50px auto;
  }

  #shopify-block-748f708d-283f-4047-947f-763cb2e56894 .spr-container {
    padding: 24px 0 !important;
  }
}

@media (max-width: 370px) {
  .product_flex_ctm .card_heading_price h3 {
    margin-right: 0px !important;
  }

  .product_flex_ctm .card_heading_price .price {
    padding: 0px !important;
  }

  .product_flex_ctm .card_heading_price .price::before {
    content: unset !important;
  }

  .learn-more-btn .button_primary {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media (max-width: 990px) {
  .product-video-desktop {
    display: none;
  }
}

@media (min-width: 991px) {
  .product-video-mobile {
    display: none;
  }
}

/* new custom pdp section 12 oct 2022 */

@media (max-width: 1024px) {
  .ctm-pdps-show {
    height: 100% !important;
  }

  .ctm-pdps-show .product_body_ctm {
    background: white !important;
  }

  .ctm-pdps-show .card {
    flex-direction: column;
  }

  .ctm-pdps-show .card__information {
    padding: 0px !important;
  }

  .ctm-pdps-show-content {
    position: relative !important;
  }

  .ctm-pdps-show-content-inner {
    position: relative !important;
    padding: 0px !important;
  }

  .ctm-pdps-show .card .ratio:before {
    padding-bottom: 100%;
  }

  .ctm-desktop-tag {
    display: none;
  }

  .ctm-pdps-show .product_tag p:before {
    top: -3px;
    right: -10px;
    z-index: 250;
  }

  .ctm-new-bar {
    top: -5px !important;
    right: -13px !important;
    z-index: 200;
  }
}

@media (min-width: 1025px) {
  .ctm-mobile-tag {
    display: none;
  }
}

@media (min-width: 1025px) and (max-width: 1540px) {
  .ctm-pdps-show {
    height: 645px !important;
  }
}

@media (max-width: 425px) {
  .ctm-pdps-show .product_body_ctm {
    padding: 20px !important;
  }
}

@media (max-width: 370px) {
  .product_flex_ctm .card_heading_price h3 {
    width: 100% !important;
  }
}

.reasons-top {
  margin-top: 98px;
  background: #f3ecff;
  text-align: center;
  padding: 70px 30px 240px;
  position: relative;
}

.reasons-top__pretitle {
  font-family: "magallanes";
  color: #37465a;
  font-size: 40px;
  line-height: 1.3;
  font-weight: 800;
}

.reasons-top__title {
  font-family: "magallanes";
  font-size: 40px;
  line-height: 1.3;
  color: #3b1a77;
  font-weight: 800;
  max-width: 705px;
  margin: auto;
}

.reasons-top__subtitle {
  margin: 30px auto 0;
  max-width: 797px;
  color: #37465a;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.45;
}

.reasons-top__reviewer {
  margin-top: 10px;
  color: #37465a;
  font-size: 18px;
  line-height: 1.78;
  font-weight: 600;
}

.reasons-top__action a {
  height: 68px;
  width: 360px;
  font-size: 18px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto 0;
}

.reasons-top__bottom-text {
  max-width: 360px;
  margin: 10px auto 0;
  color: #484848;
  font-size: 15px;
  font-weight: 500;
}

.reasons-top__seperator img {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
}

.reasons-main {
  margin-top: 100px;
}

.reasons-item {
  display: flex;
  align-items: center;
  margin-bottom: 100px;
}

.reasons-item__image {
  width: 40%;
  min-width: 40%;
}

.reasons-item__text {
  padding-left: 80px;
  display: flex;
  gap: 25px;
}

.reasons-item__text-index {
  font-size: 32px;
  color: #483285;
  line-height: 1.3;
  font-family: "magallanes";
  font-weight: 800;
}

.reasons-text__title {
  color: #37465a;
  font-size: 32px;
  line-height: 1.3;
  font-family: "magallanes";
  font-weight: 800;
}

.reasons-text__content {
  margin-top: 15px;
  color: #37465a;
}

.reasons-text__content p {
  font-size: 22px !important;
  line-height: 1.6 !important;
}

.reasons-text__content ul,
.reasons-text__content ol {
  padding-left: 30px;
  margin-top: 30px;
}

.reasons-text__content li {
  font-size: 22px;
  line-height: 1.6;
  font-family: "Avenir LT Std";
}

.reasons-text__action {
  margin-top: 35px;
}

.reasons-text__content ol,
.reasons-text__content ul {
  list-style: initial;
}

.reasons-top .button_primary,
.reasons-main .button_primary {
  background: linear-gradient(180deg, #7853bc 0%, #3b1a77 100%), #483285 !important;
}

@media (max-width: 1024px) {
  .reasons-top {
    padding-bottom: 140px;
  }

  .reasons-top__pretitle {
    font-size: 30px;
  }

  .reasons-top__title {
    font-size: 30px;
  }

  .reasons-top__subtitle {
    margin-top: 20px;
    font-size: 18px;
  }

  .reasons-top__reviewer {
    font-size: 16px;
  }

  .reasons-top__action a {
    height: 50px;
    width: 320px;
    font-size: 16px !important;
  }

  .reasons-main {
    margin-top: 80px;
  }

  .reasons-item__text {
    padding-left: 30px;
  }

  .reasons-text__content p {
    font-size: 18px !important;
  }

  .reasons-text__content li {
    font-size: 18px;
  }
}

@media (max-width: 990px) {
  .reasons-top {
    margin-top: 0;
  }
}

@media (max-width: 780px) {
  .reasons-item__text {
    padding-left: 0;
  }

  .reasons-item {
    flex-direction: column;
    gap: 30px;
  }

  .reasons-item__image {
    width: 100%;
    min-width: unset;
    max-width: 400px;
  }

  .reasons-top__pretitle {
    font-size: 24px;
  }

  .reasons-top__title {
    font-size: 24px;
  }

  .reasons-top__subtitle {
    margin-top: 20px;
    font-size: 16px;
  }

  .reasons-top__reviewer {
    font-size: 14px;
  }

  .reasons-text__content p {
    font-size: 16px !important;
  }

  .reasons-text__content li {
    font-size: 16px;
  }

  .reasons-text__title,
  .reasons-item__text-index {
    font-size: 24px;
  }

  .reasons-item__text {
    gap: 10px;
  }
}

html .header__heading-logo {
  -o-object-fit: contain;
     object-fit: contain;
}

.first\:pt-10:first-child {
  padding-top: 10px;
}

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

.last\:\!pb-0:last-child {
  padding-bottom: 0px !important;
}

.hover\:bg-productgradienthover:hover {
  background-image: linear-gradient(180deg, rgba(250, 240, 203, 0) 3.98%, rgba(250, 240, 203, 0.418173) 27.02%, rgba(250, 240, 203, 0.755208) 50.39%, #FAF0CB 100%);
}

@media (min-width: 640px) {
  .sm\:top-21 {
    top: 21px;
  }

  .sm\:\!mx-\[35px\] {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }

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

  .sm\:my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .sm\:\!mb-20 {
    margin-bottom: 20px !important;
  }

  .sm\:block {
    display: block;
  }

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

  .sm\:h-0 {
    height: 0px;
  }

  .sm\:h-690 {
    height: 690px;
  }

  .sm\:h-70 {
    height: 70px;
  }

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

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

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

  .sm\:w-70 {
    width: 70px;
  }

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

  .sm\:translate-y-minus_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));
  }

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

  .sm\:\!px-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .sm\:\!px-\[35px\] {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }

  .sm\:\!px-\[60px\] {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }

  .sm\:\!py-64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

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

  .sm\:px-40 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .sm\:px-50 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .sm\:px-64 {
    padding-left: 64px;
    padding-right: 64px;
  }

  .sm\:px-82 {
    padding-left: 82px;
    padding-right: 82px;
  }

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

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

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

  .sm\:\!pb-\[100px\] {
    padding-bottom: 100px !important;
  }

  .sm\:\!pt-\[35px\] {
    padding-top: 35px !important;
  }

  .sm\:pb-100 {
    padding-bottom: 100px;
  }

  .sm\:pb-64 {
    padding-bottom: 64px;
  }

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

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

  .sm\:pt-25 {
    padding-top: 25px;
  }

  .sm\:pt-50 {
    padding-top: 50px;
  }

  .sm\:pt-50-per {
    padding-top: 50%;
  }

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

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

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

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

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

  .sm\:\!text-15 {
    font-size: 15px !important;
  }

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

  .sm\:\!text-18 {
    font-size: 18px !important;
  }

  .sm\:\!text-20 {
    font-size: 20px !important;
  }

  .sm\:\!text-40 {
    font-size: 40px !important;
  }

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

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

  .sm\:text-14 {
    font-size: 14px;
  }

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

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

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

  .sm\:\!leading-28 {
    line-height: 28px !important;
  }

  .sm\:\!leading-34 {
    line-height: 34px !important;
  }

  .sm\:\!leading-40 {
    line-height: 40px !important;
  }

  .sm\:\!leading-50 {
    line-height: 50px !important;
  }

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

  .sm\:leading-28 {
    line-height: 28px;
  }

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

  .sm\:leading-40 {
    line-height: 40px;
  }

  .sm\:leading-70 {
    line-height: 70px;
  }
}

@media (min-width: 768px) {
  .md\:absolute {
    position: absolute;
  }

  .md\:bottom-\[48px\] {
    bottom: 48px;
  }

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

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

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

  .md\:top-50_per {
    top: 50%;
  }

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

  .md\:\!mx-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }

  .md\:\!mx-\[42px\] {
    margin-left: 42px !important;
    margin-right: 42px !important;
  }

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

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

  .md\:mr-25 {
    margin-right: 25px;
  }

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

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

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-0 {
    height: 0px;
  }

  .md\:h-500 {
    height: 500px;
  }

  .md\:h-712 {
    height: 712px;
  }

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

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

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

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

  .md\:\!justify-end {
    justify-content: flex-end !important;
  }

  .md\:\!gap-y-\[90px\] {
    row-gap: 90px !important;
  }

  .md\:p-27 {
    padding: 27px;
  }

  .md\:\!px-42 {
    padding-left: 42px !important;
    padding-right: 42px !important;
  }

  .md\:\!px-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .md\:\!px-\[70px\] {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }

  .md\:\!py-82 {
    padding-top: 82px !important;
    padding-bottom: 82px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:\!pb-\[35px\] {
    padding-bottom: 35px !important;
  }

  .md\:\!pb-\[65px\] {
    padding-bottom: 65px !important;
  }

  .md\:\!pb-\[98px\] {
    padding-bottom: 98px !important;
  }

  .md\:\!pt-15 {
    padding-top: 15px !important;
  }

  .md\:\!pt-55 {
    padding-top: 55px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:pt-\[calc\(100vh_-_130px\)\] {
    padding-top: calc(100vh - 130px);
  }

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

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

  .md\:\!text-15 {
    font-size: 15px !important;
  }

  .md\:\!text-16 {
    font-size: 16px !important;
  }

  .md\:\!text-17 {
    font-size: 17px !important;
  }

  .md\:\!text-20 {
    font-size: 20px !important;
  }

  .md\:\!text-24 {
    font-size: 24px !important;
  }

  .md\:\!text-30 {
    font-size: 30px !important;
  }

  .md\:\!text-50 {
    font-size: 50px !important;
  }

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

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

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

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

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

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

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

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

  .md\:\!leading-15 {
    line-height: 15px !important;
  }

  .md\:\!leading-26 {
    line-height: 26px !important;
  }

  .md\:\!leading-28 {
    line-height: 28px !important;
  }

  .md\:\!leading-32 {
    line-height: 32px !important;
  }

  .md\:\!leading-34 {
    line-height: 34px !important;
  }

  .md\:\!leading-40 {
    line-height: 40px !important;
  }

  .md\:\!leading-60 {
    line-height: 60px !important;
  }

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

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

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

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

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

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

  .lg\:sticky {
    position: sticky;
  }

  .lg\:left-\[144px\] {
    left: 144px;
  }

  .lg\:left-\[64px\] {
    left: 64px;
  }

  .lg\:right-21 {
    right: 21px;
  }

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

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

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

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

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

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

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

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

  .lg\:mr-35 {
    margin-right: 35px;
  }

  .lg\:mr-80 {
    margin-right: 80px;
  }

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

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

  .lg\:\!flex {
    display: flex !important;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:\!grid {
    display: grid !important;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-712 {
    height: 712px;
  }

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

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

  .lg\:\!w-50-per {
    width: 50% !important;
  }

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

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

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

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

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

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

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

  .lg\:\!max-w-50 {
    max-width: 50% !important;
  }

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

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

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

  .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\:gap-x-\[100px\] {
    -moz-column-gap: 100px;
         column-gap: 100px;
  }

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

  .lg\:bg-productgradient {
    background-image: linear-gradient(180deg, rgba(250, 240, 203, 0) 10.98%, rgba(250, 240, 203, 0.418173) 36.02%, rgba(250, 240, 203, 0.755208) 50.39%, #FAF0CB 100%);
  }

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

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

  .lg\:\!px-64 {
    padding-left: 64px !important;
    padding-right: 64px !important;
  }

  .lg\:\!px-\[98px\] {
    padding-left: 98px !important;
    padding-right: 98px !important;
  }

  .lg\:\!py-82 {
    padding-top: 82px !important;
    padding-bottom: 82px !important;
  }

  .lg\:\!py-93 {
    padding-top: 93px !important;
    padding-bottom: 93px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:\!pb-79 {
    padding-bottom: 79px !important;
  }

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

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

  .lg\:\!pl-64 {
    padding-left: 64px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:\!text-16 {
    font-size: 16px !important;
  }

  .lg\:\!text-18 {
    font-size: 18px !important;
  }

  .lg\:\!text-24 {
    font-size: 24px !important;
  }

  .lg\:\!text-30 {
    font-size: 30px !important;
  }

  .lg\:\!text-32 {
    font-size: 32px !important;
  }

  .lg\:\!text-38 {
    font-size: 38px !important;
  }

  .lg\:\!text-60 {
    font-size: 60px !important;
  }

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

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

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

  .lg\:text-15 {
    font-size: 15px;
  }

  .lg\:text-20 {
    font-size: 20px;
  }

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

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

  .lg\:\!leading-24 {
    line-height: 24px !important;
  }

  .lg\:\!leading-26 {
    line-height: 26px !important;
  }

  .lg\:\!leading-32 {
    line-height: 32px !important;
  }

  .lg\:\!leading-34 {
    line-height: 34px !important;
  }

  .lg\:\!leading-40 {
    line-height: 40px !important;
  }

  .lg\:\!leading-48 {
    line-height: 48px !important;
  }

  .lg\:\!leading-70 {
    line-height: 70px !important;
  }

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

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

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

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

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

  .lg\:leading-26 {
    line-height: 26px;
  }

  .lg\:leading-40 {
    line-height: 40px;
  }

  .lg\:leading-48 {
    line-height: 48px;
  }

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

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

@media (min-width: 1200px) {
  .xl\:right-49 {
    right: 49px;
  }

  .xl\:top-\[50\%\] {
    top: 50%;
  }

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

  .xl\:\!mb-15 {
    margin-bottom: 15px !important;
  }

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

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

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

  .xl\:mb-10 {
    margin-bottom: 10px;
  }

  .xl\:mb-20 {
    margin-bottom: 20px;
  }

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

  .xl\:mb-40 {
    margin-bottom: 40px;
  }

  .xl\:mb-45 {
    margin-bottom: 45px;
  }

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

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

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

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

  .xl\:mt-50 {
    margin-top: 50px;
  }

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

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

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

  .xl\:\!flex {
    display: flex !important;
  }

  .xl\:\!grid {
    display: grid !important;
  }

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

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

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

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

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

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

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

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

  .xl\:w-100 {
    width: 100px;
  }

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

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

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

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

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

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

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

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

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

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

  .xl\:\!gap-\[100px\] {
    gap: 100px !important;
  }

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

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

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

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

  .xl\:\!px-64 {
    padding-left: 64px !important;
    padding-right: 64px !important;
  }

  .xl\:px-126 {
    padding-left: 126px;
    padding-right: 126px;
  }

  .xl\:px-35 {
    padding-left: 35px;
    padding-right: 35px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .xl\:\!pt-20 {
    padding-top: 20px !important;
  }

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

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

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

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

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

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

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

  .xl\:\!text-20 {
    font-size: 20px !important;
  }

  .xl\:\!text-24 {
    font-size: 24px !important;
  }

  .xl\:\!text-30 {
    font-size: 30px !important;
  }

  .xl\:\!text-32 {
    font-size: 32px !important;
  }

  .xl\:\!text-38 {
    font-size: 38px !important;
  }

  .xl\:\!text-70 {
    font-size: 70px !important;
  }

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

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

  .xl\:text-17 {
    font-size: 17px;
  }

  .xl\:text-24 {
    font-size: 24px;
  }

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

  .xl\:\!leading-26 {
    line-height: 26px !important;
  }

  .xl\:\!leading-34 {
    line-height: 34px !important;
  }

  .xl\:\!leading-40 {
    line-height: 40px !important;
  }

  .xl\:\!leading-48 {
    line-height: 48px !important;
  }

  .xl\:\!leading-80 {
    line-height: 80px !important;
  }

  .xl\:leading-26 {
    line-height: 26px;
  }

  .xl\:leading-48 {
    line-height: 48px;
  }

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

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

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

@media (min-width: 2000px) {
  .maxscreen\:h-\[900px\] {
    height: 900px;
  }

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

@media (min-width: 1540px) {
  .mindesktop2\:-mb-\[90px\] {
    margin-bottom: -90px;
  }

  .mindesktop2\:mr-30 {
    margin-right: 30px;
  }

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

  .mindesktop2\:\!pt-\[56px\] {
    padding-top: 56px !important;
  }

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

@media (min-width: 1330px) {
  .mindscreen\:flex {
    display: flex;
  }

  .mindscreen\:w-610 {
    width: 610px;
  }

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

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

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

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

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

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

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

  .mindscreen\:py-79 {
    padding-top: 79px;
    padding-bottom: 79px;
  }

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

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

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

  .mindscreen\:\!text-left {
    text-align: left !important;
  }
}

@media (min-width: 991px) {
  .lgscreen2\:mb-35 {
    margin-bottom: 35px;
  }

  .lgscreen2\:\!hidden {
    display: none !important;
  }

  .lgscreen2\:hidden {
    display: none;
  }

  .lgscreen2\:\!px-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

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

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

@media (min-width: 991px) and (max-width: 1199px) {
  .mdscreen2\:\!px-64 {
    padding-left: 64px !important;
    padding-right: 64px !important;
  }
}

@media (min-width: 370px) {
  .xs\:flex {
    display: flex;
  }

  .xs\:px-30 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .xs\:px-45 {
    padding-left: 45px;
    padding-right: 45px;
  }

  .xs\:px-50 {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (max-width: 1600px) {
  .large_desktop\:w-full {
    width: 100%;
  }
}

@media (max-width: 1540px) {
  .desktop2\:\!h-\[624px\] {
    height: 624px !important;
  }

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

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

  .desktop2\:gap-15 {
    gap: 15px;
  }
}

@media (max-width: 1439px) {
  .mindscreen2\:mt-10 {
    margin-top: 10px;
  }

  .mindscreen2\:block {
    display: block;
  }

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

@media (max-width: 1330px) {
  .dscreen\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .dscreen\:mb-\[44px\] {
    margin-bottom: 44px;
  }

  .dscreen\:\!w-auto {
    width: auto !important;
  }

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

  .dscreen\:px-50 {
    padding-left: 50px;
    padding-right: 50px;
  }

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

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

  .dscreen\:\!text-center {
    text-align: center !important;
  }
}

@media (max-width: 1199px) {
  .xlscreen\:order-1 {
    order: 1;
  }

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

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

  .xlscreen\:mb-10 {
    margin-bottom: 10px;
  }

  .xlscreen\:mb-30 {
    margin-bottom: 30px;
  }

  .xlscreen\:ml-80 {
    margin-left: 80px;
  }

  .xlscreen\:mt-20 {
    margin-top: 20px;
  }

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

  .xlscreen\:\!max-w-full {
    max-width: 100% !important;
  }

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

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

  .xlscreen\:px-30 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .xlscreen\:py-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .xlscreen\:pl-55 {
    padding-left: 55px;
  }

  .xlscreen\:pr-25 {
    padding-right: 25px;
  }
}

@media (max-width: 1023px) {
  .lgscreen\:relative {
    position: relative;
  }

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

  .lgscreen\:left-\[50\%\] {
    left: 50%;
  }

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

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

  .lgscreen\:mb-25 {
    margin-bottom: 25px;
  }

  .lgscreen\:mb-30 {
    margin-bottom: 30px;
  }

  .lgscreen\:mb-35 {
    margin-bottom: 35px;
  }

  .lgscreen\:mb-40 {
    margin-bottom: 40px;
  }

  .lgscreen\:mb-50 {
    margin-bottom: 50px;
  }

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

  .lgscreen\:\!block {
    display: block !important;
  }

  .lgscreen\:block {
    display: block;
  }

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

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

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

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

  .lgscreen\:\!max-w-full {
    max-width: 100% !important;
  }

  .lgscreen\:translate-x-minus_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));
  }

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

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

  .lgscreen\:gap-\[62px\] {
    gap: 62px;
  }

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

  .lgscreen\:bg-navy-blue {
    --tw-bg-opacity: 1;
    background-color: rgb(0 53 88 / var(--tw-bg-opacity));
  }

  .lgscreen\:\!px-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .lgscreen\:px-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lgscreen\:py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

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

  .lgscreen\:pl-5 {
    padding-left: 5px;
  }

  .lgscreen\:pr-40 {
    padding-right: 40px;
  }

  .lgscreen\:pr-6 {
    padding-right: 6px;
  }

  .lgscreen\:pt-40 {
    padding-top: 40px;
  }

  .lgscreen\:pt-\[55\%\] {
    padding-top: 55%;
  }

  .lgscreen\:\!text-left {
    text-align: left !important;
  }

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

  .lgscreen\:shadow-bgimg {
    --tw-shadow: 0px 4px 10px #0000001a;;
    --tw-shadow-colored: 0px 4px 10px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

@media (max-width: 991px) {
  .mdscreentwo\:mt-0 {
    margin-top: 0px;
  }
}

@media (max-width: 989px) {
  .mdscreen3\:\!mr-25 {
    margin-right: 25px !important;
  }

  .mdscreen3\:hidden {
    display: none;
  }

  .mdscreen3\:text-ellipsis {
    text-overflow: ellipsis;
  }
}

@media (max-width: 767px) {
  .mdscreen\:\!mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .mdscreen\:\!mb-45 {
    margin-bottom: 45px !important;
  }

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

  .mdscreen\:mb-20 {
    margin-bottom: 20px;
  }

  .mdscreen\:hidden {
    display: none;
  }

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

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

  .mdscreen\:w-50-per {
    width: 50%;
  }

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

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

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

  .mdscreen\:pb-10 {
    padding-bottom: 10px;
  }

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

  .mdscreen\:\!text-center {
    text-align: center !important;
  }

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

@media (max-width: 639px) {
  .smscreen2\:\!mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

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

  .smscreen2\:\!flex {
    display: flex !important;
  }

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

  .smscreen2\:\!flex-col {
    flex-direction: column !important;
  }

  .smscreen2\:\!items-center {
    align-items: center !important;
  }

  .smscreen2\:\!justify-center {
    justify-content: center !important;
  }

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

@media (max-width: 575px) {
  .smscreen\:\!h-\[560px\] {
    height: 560px !important;
  }

  .smscreen\:w-18 {
    width: 18px;
  }

  .smscreen\:gap-\[200px\] {
    gap: 200px;
  }

  .smscreen\:px-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .smscreen\:px-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

@media (max-width: 425px) {
  .mobscreen\:-mr-30 {
    margin-right: -30px;
  }
}

@media (min-width: 768px) {
  .tablet\:max-w-\[707px\] {
    max-width: 707px;
  }
}

@media (min-width: 1024px) {
  .desktopStandard\:left-auto {
    left: auto;
  }

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

  .desktopStandard\:top-\[30px\] {
    top: 30px;
  }

  .desktopStandard\:mb-\[-110px\] {
    margin-bottom: -110px;
  }

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

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

  .desktopStandard\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .desktopStandard\:font-maintitle {
    font-family: "magallanes",sans-serif;
  }

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

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

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

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

  .desktopStandard\:leading-\[25\.84px\] {
    line-height: 25.84px;
  }

  .desktopStandard\:leading-\[29\.92px\] {
    line-height: 29.92px;
  }

  .desktopStandard\:leading-\[54\.4px\] {
    line-height: 54.4px;
  }

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