/** Shopify CDN: Minification failed

Line 8150:13 Expected ":"

**/
/** Shopify CDN: Minification failed

Line 8142:13 Expected ":"

**/
/** Shopify CDN: Minification failed

Line 8137:13 Expected ":"

**/
/** Shopify CDN: Minification failed

Line 8091:13 Expected ":"

**/
/** Shopify CDN: Minification failed

Line 8071:13 Expected ":"

**/
/** Shopify CDN: Minification failed

Line 8055:13 Expected ":"

**/
/** Shopify CDN: Minification failed

Line 8046:13 Expected ":"

**/
/** Shopify CDN: Minification failed

Line 8026:13 Expected ":"

**/
/** Shopify CDN: Minification failed

Line 8020:13 Expected ":"

**/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

@font-face {
    font-family: 'Raspberie';
    src: local('Raspberie Regular'), local('Raspberie-Regular'),
        url('/cdn/shop/files/Raspberie-Regular.woff2?v=1698949994') format('woff2'),
        url('/cdn/shop/files/Raspberie-Regular.woff?v=1698949994') format('woff'),
        url('/cdn/shop/files/Raspberie-Regular.ttf?v=1698949995') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display:block;
  }

:root {
  --alpha-button-background: 1;
  --alpha-button-border: 1;
  --alpha-link: 0.85;
  --alpha-badge-border: 0.1;
}

.product-card-wrapper .card,
.contains-card--product {
  --border-radius: var(--product-card-corner-radius);
  --border-width: var(--product-card-border-width);
  --border-opacity: var(--product-card-border-opacity);
  --shadow-horizontal-offset: var(--product-card-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--product-card-shadow-vertical-offset);
  --shadow-blur-radius: var(--product-card-shadow-blur-radius);
  --shadow-opacity: var(--product-card-shadow-opacity);
  --shadow-visible: var(--product-card-shadow-visible);
  --image-padding: var(--product-card-image-padding);
  --text-alignment: var(--product-card-text-alignment);
}

.collection-card-wrapper .card,
.contains-card--collection {
  --border-radius: var(--collection-card-corner-radius);
  --border-width: var(--collection-card-border-width);
  --border-opacity: var(--collection-card-border-opacity);
  --shadow-horizontal-offset: var(--collection-card-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--collection-card-shadow-vertical-offset);
  --shadow-blur-radius: var(--collection-card-shadow-blur-radius);
  --shadow-opacity: var(--collection-card-shadow-opacity);
  --shadow-visible: var(--collection-card-shadow-visible);
  --image-padding: var(--collection-card-image-padding);
  --text-alignment: var(--collection-card-text-alignment);
}

.article-card-wrapper .card,
.contains-card--article {
  --border-radius: var(--blog-card-corner-radius);
  --border-width: var(--blog-card-border-width);
  --border-opacity: var(--blog-card-border-opacity);
  --shadow-horizontal-offset: var(--blog-card-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--blog-card-shadow-vertical-offset);
  --shadow-blur-radius: var(--blog-card-shadow-blur-radius);
  --shadow-opacity: var(--blog-card-shadow-opacity);
  --shadow-visible: var(--blog-card-shadow-visible);
  --image-padding: var(--blog-card-image-padding);
  --text-alignment: var(--blog-card-text-alignment);
}

.contains-content-container,
.content-container {
  --border-radius: var(--text-boxes-radius);
  --border-width: var(--text-boxes-border-width);
  --border-opacity: var(--text-boxes-border-opacity);
  --shadow-horizontal-offset: var(--text-boxes-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--text-boxes-shadow-vertical-offset);
  --shadow-blur-radius: var(--text-boxes-shadow-blur-radius);
  --shadow-opacity: var(--text-boxes-shadow-opacity);
  --shadow-visible: var(--text-boxes-shadow-visible);
}

.contains-media,
.global-media-settings {
  --border-radius: var(--media-radius);
  --border-width: var(--media-border-width);
  --border-opacity: var(--media-border-opacity);
  --shadow-horizontal-offset: var(--media-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--media-shadow-vertical-offset);
  --shadow-blur-radius: var(--media-shadow-blur-radius);
  --shadow-opacity: var(--media-shadow-opacity);
  --shadow-visible: var(--media-shadow-visible);
}

/* base */


/*font-family: 'Poppins', sans-serif;*/

.no-js:not(html) {
  display: none !important;
}

html.no-js .no-js:not(html) {
  display: block !important;
}

.no-js-inline {
  display: none !important;
}

html.no-js .no-js-inline {
  display: inline-block !important;
}

html.no-js .no-js-hidden {
  display: none !important;
}

.page-width {
  max-width: var(--page-width);
  margin: 0 auto;
  padding: 0 1.5rem;
}

body:has(.section-header .drawer-menu) .announcement-bar-section .page-width {
  max-width: 100%;
}

.page-width.drawer-menu {
  max-width: 100%;
}

.page-width-desktop {
  padding: 0;
  margin: 0 auto;
}

.utility-bar__grid.page-width {
  padding-left: 3rem;
  padding-right: 3rem;
}

@media screen and (min-width: 750px) {
  .page-width {
    padding: 0 5rem;
  }

  .header.page-width,
  .utility-bar__grid.page-width {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }

  .page-width--narrow {
    padding: 0 9rem;
  }

  .page-width-desktop {
    padding: 0;
  }

  .page-width-tablet {
    padding: 0 5rem;
  }
}

@media screen and (min-width: 990px) {
  .header:not(.drawer-menu).page-width {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .page-width--narrow {
    max-width: 72.6rem;
    padding: 0;
  }

  .page-width-desktop {
    max-width: var(--page-width);
    padding: 0 5rem;
  }
}

.isolate {
  position: relative;
  z-index: 0;
}

.section + .section {
  margin-top: var(--spacing-sections-mobile);
}

@media screen and (min-width: 750px) {
  .section + .section {
    margin-top: var(--spacing-sections-desktop);
  }
}

.element-margin-top {
  margin-top: 5rem;
}

@media screen and (min-width: 750px) {
  .element-margin {
    margin-top: calc(5rem + var(--page-width-margin));
  }
}

.background-secondary {
  background-color: rgba(var(--color-foreground), 0.04);
}

.grid-auto-flow {
  display: grid;
  grid-auto-flow: column;
}

.page-margin,
.shopify-challenge__container {
  margin: 20rem auto 7rem auto;
}

.rte-width {
  max-width: 82rem;
  margin: 0 auto 2rem;
}

.list-unstyled {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hidden {
  display: none !important;
}

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  word-wrap: normal !important;
}

.visually-hidden--inline {
  margin: 0;
  height: 1em;
}

.overflow-hidden {
  overflow: hidden;
}

.skip-to-content-link:focus {
  z-index: 9999;
  position: inherit;
  overflow: auto;
  width: auto;
  height: auto;
  clip: auto;
}

.full-width-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

::selection {
  background-color: rgba(var(--color-foreground), 0.2);
}

.text-body {
  font-size: 1.5rem;
  letter-spacing: 0.06rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
}

h1,
h2,
h3,
h4,
h5,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
  letter-spacing: calc(var(--font-heading-scale) * 0.06rem);
  color: rgb(var(--color-foreground));
  line-height: calc(1 + 0.3 / max(1, var(--font-heading-scale)));
  word-break: break-word;
}

.hxl {
  font-size: calc(var(--font-heading-scale) * 5rem);
}

@media only screen and (min-width: 750px) {
  .hxl {
    font-size: calc(var(--font-heading-scale) * 6.2rem);
  }
}

.h0 {
  font-size: calc(var(--font-heading-scale) * 4rem);
}

@media only screen and (min-width: 750px) {
  .h0 {
    font-size: calc(var(--font-heading-scale) * 5.2rem);
  }
}

h1,
.h1 {
  font-size: calc(var(--font-heading-scale) * 3rem);
}

@media only screen and (min-width: 750px) {
  h1,
  .h1 {
    font-size: calc(var(--font-heading-scale) * 4rem);
  }
}

h2,
.h2 {
  font-size: calc(var(--font-heading-scale) * 2rem);
}

@media only screen and (min-width: 750px) {
  h2,
  .h2 {
    font-size: calc(var(--font-heading-scale) * 2.4rem);
  }
}

h3,
.h3 {
  font-size: calc(var(--font-heading-scale) * 1.7rem);
}

@media only screen and (min-width: 750px) {
  h3,
  .h3 {
    font-size: calc(var(--font-heading-scale) * 1.8rem);
  }
}

h4,
.h4 {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-size: calc(var(--font-heading-scale) * 1.5rem);
}

h5,
.h5 {
  font-size: calc(var(--font-heading-scale) * 1.2rem);
}

@media only screen and (min-width: 750px) {
  h5,
  .h5 {
    font-size: calc(var(--font-heading-scale) * 1.3rem);
  }
}

h6,
.h6 {
  color: rgba(var(--color-foreground), 0.75);
  margin-block-start: 1.67em;
  margin-block-end: 1.67em;
}

blockquote {
  font-style: italic;
  color: rgba(var(--color-foreground), 0.75);
  border-left: 0.2rem solid rgba(var(--color-foreground), 0.2);
  padding-left: 1rem;
}

@media screen and (min-width: 750px) {
  blockquote {
    padding-left: 1.5rem;
  }
}

.caption {
  font-size: 1rem;
  letter-spacing: 0.07rem;
  line-height: calc(1 + 0.7 / var(--font-body-scale));
}

@media screen and (min-width: 750px) {
  .caption {
    font-size: 1.2rem;
  }
}

.caption-with-letter-spacing {
  font-size: 1rem;
  letter-spacing: 0.13rem;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
  text-transform: uppercase;
}

.caption-with-letter-spacing--medium {
  font-size: 1.2rem;
  letter-spacing: 0.16rem;
}

.caption-with-letter-spacing--large {
  font-size: 1.4rem;
  letter-spacing: 0.18rem;
}

.caption-large,
.customer .field input,
.customer select,
.field__input,
.form__label,
.select__select {
  font-size: 1.3rem;
  line-height: calc(1 + 0.5 / var(--font-body-scale));
  letter-spacing: 0.04rem;
}

.color-foreground {
  color: rgb(var(--color-foreground));
}

table:not([class]) {
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 1.4rem;
  border-style: hidden;
  box-shadow: 0 0 0 0.1rem rgba(var(--color-foreground), 0.2);
  /* draws the table border  */
}

table:not([class]) td,
table:not([class]) th {
  padding: 1em;
  border: 0.1rem solid rgba(var(--color-foreground), 0.2);
}

@media screen and (max-width: 749px) {
  .small-hide {
    display: none !important;
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .medium-hide {
    display: none !important;
  }
}

@media screen and (min-width: 990px) {
  .large-up-hide {
    display: none !important;
  }
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.light {
  opacity: 0.7;
}

a:empty,
ul:empty,
dl:empty,
div:empty,
section:empty,
article:empty,
p:empty,
h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
h6:empty {
  display: none;
}

.link,
.customer a {
  cursor: pointer;
  display: inline-block;
  border: none;
  box-shadow: none;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  color: rgb(var(--color-link));
  background-color: transparent;
  font-size: 1.4rem;
  font-family: inherit;
}

.link--text {
  color: rgb(var(--color-foreground));
}

.link--text:hover {
  color: rgba(var(--color-foreground), 0.75);
}

.link-with-icon {
  display: inline-flex;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  text-decoration: none;
  margin-bottom: 4.5rem;
  white-space: nowrap;
}

.link-with-icon .icon {
  width: 1.5rem;
  margin-left: 1rem;
}

a:not([href]) {
  cursor: not-allowed;
}

.circle-divider::after {
  content: '\2022';
  margin: 0 1.3rem 0 1.5rem;
}

.circle-divider:last-of-type::after {
  display: none;
}

hr {
  border: none;
  height: 0.1rem;
  background-color: rgba(var(--color-foreground), 0.2);
  display: block;
  margin: 5rem 0;
}

@media screen and (min-width: 750px) {
  hr {
    margin: 7rem 0;
  }
}

.full-unstyled-link {
  text-decoration: none;
  color: currentColor;
  display: block;
}

.placeholder {
  background-color: rgba(var(--color-foreground), 0.04);
  color: rgba(var(--color-foreground), 0.55);
  fill: rgba(var(--color-foreground), 0.55);
}

details > * {
  box-sizing: border-box;
}

.break {
  word-break: break-word;
}

.visibility-hidden {
  visibility: hidden;
}

@media (prefers-reduced-motion) {
  .motion-reduce {
    transition: none !important;
    animation: none !important;
  }
}

:root {
  --duration-short: 100ms;
  --duration-default: 200ms;
  --duration-announcement-bar: 250ms;
  --duration-medium: 300ms;
  --duration-long: 500ms;
  --duration-extra-long: 600ms;
  --duration-extended: 3s;
  --ease-out-slow: cubic-bezier(0, 0, 0.3, 1);
  --animation-slide-in: slideIn var(--duration-extra-long) var(--ease-out-slow) forwards;
  --animation-fade-in: fadeIn var(--duration-extra-long) var(--ease-out-slow);
}

.underlined-link,
.customer a,
.inline-richtext a {
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness ease 100ms;
}

.underlined-link,
.customer a {
  color: rgba(var(--color-link), var(--alpha-link));
}

.inline-richtext a,
.rte.inline-richtext a {
  color: currentColor;
}

.underlined-link:hover,
.customer a:hover,
.inline-richtext a:hover {
  color: rgb(var(--color-link));
  text-decoration-thickness: 0.2rem;
}

.icon-arrow {
  width: 1.5rem;
}

h3 .icon-arrow,
.h3 .icon-arrow {
  width: calc(var(--font-heading-scale) * 1.5rem);
}

/* arrow animation */
.animate-arrow .icon-arrow path {
  transform: translateX(-0.25rem);
  transition: transform var(--duration-short) ease;
}

.animate-arrow:hover .icon-arrow path {
  transform: translateX(-0.05rem);
}

/* base-details-summary */
summary {
  cursor: pointer;
  list-style: none;
  position: relative;
}

summary .icon-caret {
  position: absolute;
  height: 0.6rem;
  right: 1.5rem;
  top: calc(50% - 0.2rem);
}

summary::-webkit-details-marker {
  display: none;
}

.disclosure-has-popup {
  position: relative;
}

.disclosure-has-popup[open] > summary::before {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  cursor: default;
  content: ' ';
  background: transparent;
}

.disclosure-has-popup > summary::before {
  display: none;
}

.disclosure-has-popup[open] > summary + * {
  z-index: 100;
}

@media screen and (min-width: 750px) {
  .disclosure-has-popup[open] > summary + * {
    z-index: 4;
  }

  .facets .disclosure-has-popup[open] > summary + * {
    z-index: 2;
  }
}

/* base-focus */
/*
  Focus ring - default (with offset)
*/

*:focus {
  outline: 0;
  box-shadow: none;
}

*:focus-visible {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 0.3rem;
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

/* Fallback - for browsers that don't support :focus-visible, a fallback is set for :focus */
.focused,
.no-js *:focus {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 0.3rem;
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

/* Negate the fallback side-effect for browsers that support :focus-visible */
.no-js *:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

/*
  Focus ring - inset
*/

.focus-inset:focus-visible {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: -0.2rem;
  box-shadow: 0 0 0.2rem 0 rgba(var(--color-foreground), 0.3);
}

.focused.focus-inset,
.no-js .focus-inset:focus {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: -0.2rem;
  box-shadow: 0 0 0.2rem 0 rgba(var(--color-foreground), 0.3);
}

.no-js .focus-inset:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

/*
  Focus ring - none
*/

/* Dangerous for a11y - Use with care */
.focus-none {
  box-shadow: none !important;
  outline: 0 !important;
    overflow-x: clip;
}

.focus-offset:focus-visible {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 1rem;
  box-shadow: 0 0 0 1rem rgb(var(--color-background)), 0 0 0.2rem 1.2rem rgba(var(--color-foreground), 0.3);
}

.focus-offset.focused,
.no-js .focus-offset:focus {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 1rem;
  box-shadow: 0 0 0 1rem rgb(var(--color-background)), 0 0 0.2rem 1.2rem rgba(var(--color-foreground), 0.3);
}

.no-js .focus-offset:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

/* component-title */
.title,
.title-wrapper-with-link {
  margin: 3rem 0 2rem;
}

.title-wrapper-with-link .title {
  margin: 0;
}

.title .link {
  font-size: inherit;
}

.title-wrapper {
  margin-bottom: 3rem;
}

.title-wrapper-with-link {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}

.title--primary {
  margin: 4rem 0;
}

.title-wrapper--self-padded-tablet-down,
.title-wrapper--self-padded-mobile {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media screen and (min-width: 750px) {
  .title-wrapper--self-padded-mobile {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 990px) {
  .title,
  .title-wrapper-with-link {
    margin: 5rem 0 3rem;
  }

  .title--primary {
    margin: 2rem 0;
  }

  .title-wrapper-with-link {
    align-items: center;
  }

  .title-wrapper-with-link .title {
    margin-bottom: 0;
  }

  .title-wrapper--self-padded-tablet-down {
    padding-left: 0;
    padding-right: 0;
  }
}

.title-wrapper-with-link .link-with-icon {
  margin: 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.title-wrapper-with-link .link-with-icon svg {
  width: 1.5rem;
}

.title-wrapper-with-link a {
  margin-top: 0;
  flex-shrink: 0;
}

.title-wrapper--no-top-margin {
  margin-top: 0;
}

.title-wrapper--no-top-margin > .title {
  margin-top: 0;
}

.subtitle {
  font-size: 1.8rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  letter-spacing: 0.06rem;
  color: rgba(var(--color-foreground), 0.7);
}

.subtitle--small {
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
}

.subtitle--medium {
  font-size: 1.6rem;
  letter-spacing: 0.08rem;
}

/* component-grid */
.grid {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  padding: 0;
  list-style: none;
  column-gap: var(--grid-mobile-horizontal-spacing);
  row-gap: var(--grid-mobile-vertical-spacing);
}

@media screen and (min-width: 750px) {
  .grid {
    column-gap: var(--grid-desktop-horizontal-spacing);
    row-gap: var(--grid-desktop-vertical-spacing);
  }
}

.grid:last-child {
  margin-bottom: 0;
}

.grid__item {
  width: calc(25% - var(--grid-mobile-horizontal-spacing) * 3 / 4);
  max-width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
  flex-grow: 1;
  flex-shrink: 0;
}

@media screen and (min-width: 750px) {
  .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
}

.grid--gapless.grid {
  column-gap: 0;
  row-gap: 0;
}

@media screen and (max-width: 749px) {
  .grid__item.slider__slide--full-width {
    width: 100%;
    max-width: none;
  }
}

.grid--1-col .grid__item {
  max-width: 100%;
  width: 100%;
}

.grid--3-col .grid__item {
  width: calc(33.33% - var(--grid-mobile-horizontal-spacing) * 2 / 3);
}

@media screen and (min-width: 750px) {
  .grid--3-col .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }
}

.grid--2-col .grid__item {
  width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
}

@media screen and (min-width: 750px) {
  .grid--2-col .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .grid--4-col-tablet .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
  }

  .grid--3-col-tablet .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }

  .grid--2-col-tablet .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
}

@media screen and (max-width: 989px) {
  .grid--1-col-tablet-down .grid__item {
    width: 100%;
    max-width: 100%;
  }

  .slider--tablet.grid--peek {
    margin: 0;
    width: 100%;
  }

  .slider--tablet.grid--peek .grid__item {
    box-sizing: content-box;
    margin: 0;
  }

  .slider.slider--tablet .scroll-trigger.animate--slide-in,
  .slider.slider--mobile .scroll-trigger.animate--slide-in {
    animation: none;
    opacity: 1;
    transform: inherit;
  }

  .scroll-trigger:not(.scroll-trigger--offscreen) .slider--tablet {
    animation: var(--animation-slide-in);
  }
}

@media screen and (min-width: 990px) {
  .grid--6-col-desktop .grid__item {
    width: calc(16.66% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
    max-width: calc(16.66% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
  }

  .grid--5-col-desktop .grid__item {
    width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
    max-width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
  }

  .grid--4-col-desktop .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    max-width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
  }

  .grid--3-col-desktop .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
    max-width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }

  .grid--2-col-desktop .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .slider.slider--desktop .scroll-trigger.animate--slide-in {
    animation: none;
    opacity: 1;
    transform: inherit;
  }

  .scroll-trigger:not(.scroll-trigger--offscreen) .slider--desktop {
    animation: var(--animation-slide-in);
  }
}

@media screen and (min-width: 990px) {
  .grid--1-col-desktop {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .grid--1-col-desktop .grid__item {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 749px) {
  .grid--peek.slider--mobile {
    margin: 0;
    width: 100%;
  }

  .grid--peek.slider--mobile .grid__item {
    box-sizing: content-box;
    margin: 0;
  }

  .grid--peek .grid__item {
    min-width: 35%;
  }

  .grid--peek.slider .grid__item:first-of-type {
    margin-left: 1.5rem;
  }

  /* Fix to show some space at the end of our sliders in all browsers */
  .grid--peek.slider:after {
    margin-left: calc(-1 * var(--grid-mobile-horizontal-spacing));
  }

  .grid--2-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
  }

  .slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item,
  .grid--peek .grid__item {
    width: calc(50% - var(--grid-mobile-horizontal-spacing) - 3rem);
  }

  .slider--tablet.grid--peek.grid--1-col-tablet-down .grid__item,
  .slider--mobile.grid--peek.grid--1-col-tablet-down .grid__item {
    width: calc(100% - var(--grid-mobile-horizontal-spacing) - 3rem);
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .slider--tablet.grid--peek .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }

  .slider--tablet.grid--peek.grid--3-col-tablet .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }

  .slider--tablet.grid--peek.grid--2-col-tablet .grid__item,
  .slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }

  .slider--tablet.grid--peek .grid__item:first-of-type {
    margin-left: 1.5rem;
  }

  .grid--2-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .grid--1-col-tablet-down.grid--peek .grid__item {
    width: calc(100% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }
}

/* component-media */
.media {
  display: block;
  background-color: rgba(var(--color-foreground), 0.1);
  position: relative;
  overflow: hidden;
}

.media--transparent {
  background-color: transparent;
}

.media > *:not(.zoom):not(.deferred-media__poster-button),
.media model-viewer {
  display: block;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.media > img {
  object-fit: cover;
  object-position: center center;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.media--square {
  padding-bottom: 100%;
}

.media--portrait {
  padding-bottom: 125%;
}

.media--landscape {
  padding-bottom: 66.6%;
}

.media--cropped {
  padding-bottom: 56%;
}

.media--16-9 {
  padding-bottom: 56.25%;
}

.media--circle {
  padding-bottom: 100%;
  border-radius: 50%;
}

.media.media--hover-effect > img + img {
  opacity: 0;
}

@media screen and (min-width: 990px) {
  .media--cropped {
    padding-bottom: 63%;
  }
}

deferred-media {
  display: block;
}

/* component-button */
/* Button - default */

.button--secondary,
.button--tertiary {
  --color-button: var(--color-secondary-button);
  --color-button-text: var(--color-secondary-button-text);
}

.button--tertiary {
  --alpha-button-background: 0;
  --alpha-button-border: 0.2;
}

.button,
.shopify-challenge__button,
.customer button,
button.shopify-payment-button__button--unbranded,
.shopify-payment-button [role='button'],
.cart__dynamic-checkout-buttons [role='button'],
.cart__dynamic-checkout-buttons iframe {
  --shadow-horizontal-offset: var(--buttons-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--buttons-shadow-vertical-offset);
  --shadow-blur-radius: var(--buttons-shadow-blur-radius);
  --shadow-opacity: var(--buttons-shadow-opacity);
  --shadow-visible: var(--buttons-shadow-visible);
  --border-offset: var(--buttons-border-offset); /* reduce radius edge artifacts */
  --border-opacity: calc(1 - var(--buttons-border-opacity));
  border-radius: var(--buttons-radius-outset);
  position: relative;
}

.button,
.shopify-challenge__button,
.customer button,
button.shopify-payment-button__button--unbranded {
  min-width: calc(12rem + var(--buttons-border-width) * 2);
  min-height: calc(4.5rem + var(--buttons-border-width) * 2);
}

.shopify-payment-button__button--branded {
  z-index: auto;
}

.cart__dynamic-checkout-buttons iframe {
  box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius)
    rgba(var(--color-shadow), var(--shadow-opacity));
}

.button,
.shopify-challenge__button,
.customer button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 0;
  padding: 0 3rem;
  cursor: pointer;
  font: inherit;
  font-size: 1.5rem;
  text-decoration: none;
  color: rgb(var(--color-button-text));
  transition: box-shadow var(--duration-short) ease;
  -webkit-appearance: none;
  appearance: none;
  background-color: rgba(var(--color-button), var(--alpha-button-background));
  font-family: Poppins,sans-serif;
  font-weight: 600;
  color: #FEF7F1;
  font-size: 14px;
  text-decoration: none;
  padding-top: 14px;
  padding-left: 59px;
  letter-spacing: 0px;
  padding-right: 59px;
  padding-bottom: 14px;
  border-radius: 39px;
  background-color: #423f35;
}

.button:before,
.shopify-challenge__button:before,
.customer button:before,
.shopify-payment-button__button--unbranded:before,
.shopify-payment-button [role='button']:before,
.cart__dynamic-checkout-buttons [role='button']:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: var(--buttons-radius-outset);
  box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius)
    rgba(var(--color-shadow), var(--shadow-opacity));
}

.button:after,
.shopify-challenge__button:after,
.customer button:after,
.shopify-payment-button__button--unbranded:after {
  content: '';
  position: absolute;
  top: var(--buttons-border-width);
  right: var(--buttons-border-width);
  bottom: var(--buttons-border-width);
  left: var(--buttons-border-width);
  z-index: 1;
  border-radius: var(--buttons-radius);
  box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset))
      rgba(var(--color-button-text), var(--border-opacity)),
    0 0 0 var(--buttons-border-width) rgba(var(--color-button), var(--alpha-button-background));
  transition: box-shadow var(--duration-short) ease;
}

.button:not([disabled]):hover::after,
.shopify-challenge__button:hover::after,
.customer button:hover::after,
.shopify-payment-button__button--unbranded:hover::after {
 /* --border-offset: 1.3px;
  box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset))
      rgba(var(--color-button-text), var(--border-opacity)),
    0 0 0 calc(var(--buttons-border-width) + 1px) rgba(var(--color-button), var(--alpha-button-background));*/
}

.button--secondary:after {
  --border-opacity: var(--buttons-border-opacity);
}

.button:focus-visible,
.button:focus,
.button.focused,
.shopify-payment-button__button--unbranded:focus-visible,
.shopify-payment-button [role='button']:focus-visible,
.shopify-payment-button__button--unbranded:focus,
.shopify-payment-button [role='button']:focus {
  outline: 0;
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0 0.5rem rgba(var(--color-foreground), 0.5),
    0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

.button:focus:not(:focus-visible):not(.focused),
.shopify-payment-button__button--unbranded:focus:not(:focus-visible):not(.focused),
.shopify-payment-button [role='button']:focus:not(:focus-visible):not(.focused) {
  box-shadow: inherit;
}

.button::selection,
.shopify-challenge__button::selection,
.customer button::selection {
  background-color: rgba(var(--color-button-text), 0.3);
}

.button,
.button-label,
.shopify-challenge__button,
.customer button {
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
}

.button--tertiary {
  font-size: 1.2rem;
  padding: 1rem 1.5rem;
  min-width: calc(9rem + var(--buttons-border-width) * 2);
  min-height: calc(3.5rem + var(--buttons-border-width) * 2);
}

.button--small {
  padding: 1.2rem 2.6rem;
}

/* Button - other */

.button:disabled,
.button[aria-disabled='true'],
.button.disabled,
.customer button:disabled,
.customer button[aria-disabled='true'],
.customer button.disabled,
.quantity__button.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.button--full-width {
  display: flex;
  width: 100%;
}

.button.loading {
  color: transparent;
  position: relative;
}

@media screen and (forced-colors: active) {
  .button.loading {
    color: rgb(var(--color-foreground));
  }
}

.button.loading > .loading-overlay__spinner {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
}

.button.loading > .loading-overlay__spinner .spinner {
  width: fit-content;
}

.button.loading > .loading-overlay__spinner .path {
  stroke: rgb(var(--color-button-text));
}

/* Button - social share */

.share-button {
  display: block;
  position: relative;
}

.share-button details {
  width: fit-content;
}

.share-button__button {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  color: rgb(var(--color-link));
  margin-left: 0;
  padding-left: 0;
  min-height: 4.4rem;
}

details[open] > .share-button__fallback {
  animation: animateMenuOpen var(--duration-default) ease;
}

.share-button__button:hover {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.share-button__button,
.share-button__fallback button {
  cursor: pointer;
  background-color: transparent;
  border: none;
}

.share-button__button .icon-share {
  height: 1.2rem;
  margin-right: 1rem;
  min-width: 1.3rem;
}

.share-button__fallback {
  display: flex;
  align-items: center;
  position: absolute;
  top: 3rem;
  left: 0.1rem;
  z-index: 3;
  width: 100%;
  min-width: max-content;
  border-radius: var(--inputs-radius);
  border: 0;
}

.share-button__fallback:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: 0.1rem solid transparent;
  border-radius: var(--inputs-radius);
  box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), var(--inputs-border-opacity));
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
}

.share-button__fallback:before {
  background: rgb(var(--color-background));
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset)
    var(--inputs-shadow-blur-radius) rgba(var(--color-shadow), var(--inputs-shadow-opacity));
  z-index: -1;
}

.share-button__fallback button {
  width: 4.4rem;
  height: 4.4rem;
  padding: 0;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  right: var(--inputs-border-width);
}

.share-button__fallback button:hover {
  color: rgba(var(--color-foreground), 0.75);
}

.share-button__fallback button:hover svg {
  transform: scale(1.07);
}

.share-button__close:not(.hidden) + .share-button__copy {
  display: none;
}

.share-button__close,
.share-button__copy {
  background-color: transparent;
  color: rgb(var(--color-foreground));
}

.share-button__copy:focus-visible,
.share-button__close:focus-visible {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.share-button__copy:focus,
.share-button__close:focus {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.field:not(:focus-visible):not(.focused) + .share-button__copy:not(:focus-visible):not(.focused),
.field:not(:focus-visible):not(.focused) + .share-button__close:not(:focus-visible):not(.focused) {
  background-color: inherit;
}

.share-button__fallback .field:after,
.share-button__fallback .field:before {
  content: none;
}

.share-button__fallback .field {
  border-radius: 0;
  min-width: auto;
  min-height: auto;
  transition: none;
}

.share-button__fallback .field__input:focus,
.share-button__fallback .field__input:-webkit-autofill {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 0.1rem;
  box-shadow: 0 0 0 0.1rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

.share-button__fallback .field__input {
  box-shadow: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  filter: none;
  min-width: auto;
  min-height: auto;
}

.share-button__fallback .field__input:hover {
  box-shadow: none;
}

.share-button__fallback .icon {
  width: 1.5rem;
  height: 1.5rem;
}

.share-button__message:not(:empty) {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 0.8rem 0 0.8rem 1.5rem;
  margin: var(--inputs-border-width);
}

.share-button__message:not(:empty):not(.hidden) ~ * {
  display: none;
}

/* component-form */
.field__input,
.select__select,
.customer .field input,
.customer select {
  -webkit-appearance: none;
  appearance: none;
  background-color: rgb(var(--color-background));
  color: rgb(var(--color-foreground));
  font-size: 1.6rem;
  width: 100%;
  box-sizing: border-box;
  transition: box-shadow var(--duration-short) ease;
  border-radius: var(--inputs-radius);
  height: 4.5rem;
  min-height: calc(var(--inputs-border-width) * 2);
  min-width: calc(7rem + (var(--inputs-border-width) * 2));
  position: relative;
  border: 0;
}

.field:before,
.select:before,
.customer .field:before,
.customer select:before,
.localization-form__select:before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset)
    var(--inputs-shadow-blur-radius) rgba(var(--color-shadow), var(--inputs-shadow-opacity));
  z-index: -1;
}

.field:after,
.select:after,
.customer .field:after,
.customer select:after,
.localization-form__select:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: 0.1rem solid transparent;
  border-radius: var(--inputs-radius);
  box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), var(--inputs-border-opacity));
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
}

.select__select {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  font-size: 1.2rem;
  color: rgba(var(--color-foreground), 0.75);
}

.field:hover.field:after,
.select:hover.select:after,
.select__select:hover.select__select:after,
.customer .field:hover.field:after,
.customer select:hover.select:after,
.localization-form__select:hover.localization-form__select:after {
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width))
    rgba(var(--color-foreground), var(--inputs-border-opacity));
  outline: 0;
  border-radius: var(--inputs-radius);
}

.field__input:focus-visible,
.select__select:focus-visible,
.customer .field input:focus-visible,
.customer select:focus-visible,
.localization-form__select:focus-visible.localization-form__select:after {
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width)) rgba(var(--color-foreground));
  outline: 0;
  border-radius: var(--inputs-radius);
}

.field__input:focus,
.select__select:focus,
.customer .field input:focus,
.customer select:focus,
.localization-form__select:focus.localization-form__select:after {
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width)) rgba(var(--color-foreground));
  outline: 0;
  border-radius: var(--inputs-radius);
}

.localization-form__select:focus {
  outline: 0;
  box-shadow: none;
}

.text-area,
.select {
  display: flex;
  position: relative;
  width: 100%;
}

/* Select */

.select .icon-caret,
.customer select + svg {
  height: 0.6rem;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 0.2rem);
  right: calc(var(--inputs-border-width) + 1.5rem);
}

.select__select,
.customer select {
  cursor: pointer;
  line-height: calc(1 + 0.6 / var(--font-body-scale));
  padding: 0 calc(var(--inputs-border-width) + 3rem) 0 2rem;
  margin: var(--inputs-border-width);
  min-height: calc(var(--inputs-border-width) * 2);
}

/* Field */

.field {
  position: relative;
  width: 100%;
  display: flex;
  transition: box-shadow var(--duration-short) ease;
}

.customer .field {
  display: flex;
}

.field--with-error {
  flex-wrap: wrap;
}

.field__input,
.customer .field input {
  flex-grow: 1;
  text-align: left;
  padding: 1.5rem;
  margin: var(--inputs-border-width);
  transition: box-shadow var(--duration-short) ease;
}

.field__label,
.customer .field label {
  font-size: 1.6rem;
  left: calc(var(--inputs-border-width) + 2rem);
  top: calc(1rem + var(--inputs-border-width));
  margin-bottom: 0;
  pointer-events: none;
  position: absolute;
  transition: top var(--duration-short) ease, font-size var(--duration-short) ease;
  color: rgba(var(--color-foreground), 0.75);
  letter-spacing: 0.1rem;
  line-height: 1.5;
}

.field__input:focus ~ .field__label,
.field__input:not(:placeholder-shown) ~ .field__label,
.field__input:-webkit-autofill ~ .field__label,
.customer .field input:focus ~ label,
.customer .field input:not(:placeholder-shown) ~ label,
.customer .field input:-webkit-autofill ~ label {
  font-size: 1rem;
  top: calc(var(--inputs-border-width) + 0.5rem);
  left: calc(var(--inputs-border-width) + 2rem);
  letter-spacing: 0.04rem;
}

.field__input:focus,
.field__input:not(:placeholder-shown),
.field__input:-webkit-autofill,
.customer .field input:focus,
.customer .field input:not(:placeholder-shown),
.customer .field input:-webkit-autofill {
  padding: 2.2rem 1.5rem 0.8rem 2rem;
  margin: var(--inputs-border-width);
}

.field__input::-webkit-search-cancel-button,
.customer .field input::-webkit-search-cancel-button {
  display: none;
}

.field__input::placeholder,
.customer .field input::placeholder {
  opacity: 0;
}

.field__button {
  align-items: center;
  background-color: transparent;
  border: 0;
  color: currentColor;
  cursor: pointer;
  display: flex;
  height: 4.4rem;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 4.4rem;
}

.field__button > svg {
  height: 2.5rem;
  width: 2.5rem;
}

.field__input:-webkit-autofill ~ .field__button,
.field__input:-webkit-autofill ~ .field__label,
.customer .field input:-webkit-autofill ~ label {
  color: rgb(0, 0, 0);
}

/* Text area */

.text-area {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  min-height: 10rem;
  resize: none;
}

input[type='checkbox'] {
  display: inline-block;
  width: auto;
  margin-right: 0.5rem;
}

/* Form global */

.form__label {
  display: block;
  margin-bottom: 0.6rem;
}

.form__message {
  align-items: center;
  display: flex;
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 1rem;
}

.form__message--large {
  font-size: 1.6rem;
}

.customer .field .form__message {
  font-size: 1.4rem;
  text-align: left;
}

.form__message .icon,
.customer .form__message svg {
  flex-shrink: 0;
  height: 1.3rem;
  margin-right: 0.5rem;
  width: 1.3rem;
}

.form__message--large .icon,
.customer .form__message svg {
  height: 1.5rem;
  width: 1.5rem;
  margin-right: 1rem;
}

.customer .field .form__message svg {
  align-self: start;
}

.form-status {
  margin: 0;
  font-size: 1.6rem;
}

.form-status-list {
  padding: 0;
  margin: 2rem 0 4rem;
}

.form-status-list li {
  list-style-position: inside;
}

.form-status-list .link::first-letter {
  text-transform: capitalize;
}

/* component-quantity */
.quantity {
  color: rgba(var(--color-foreground));
  position: relative;
  width: calc(14rem / var(--font-body-scale) + var(--inputs-border-width) * 2);
  display: flex;
  border-radius: var(--inputs-radius);
  min-height: calc((var(--inputs-border-width) * 2) + 4.5rem);
}

.quantity:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: 0.1rem solid transparent;
  border-radius: var(--inputs-radius);
  box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), var(--inputs-border-opacity));
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
}

.quantity:before {
  background: rgb(var(--color-background));
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset)
    var(--inputs-shadow-blur-radius) rgba(var(--color-shadow), var(--inputs-shadow-opacity));
  z-index: -1;
}

.quantity__input {
  color: currentColor;
  font-size: 1.6rem;
  font-weight: 500;
  opacity: 0.85;
  text-align: center;
  background-color: transparent;
  border: 0;
  padding: 0 0.5rem;
  width: 100%;
  flex-grow: 1;
  -webkit-appearance: none;
  appearance: none;
}

.quantity__button {
  width: calc(4.5rem / var(--font-body-scale));
  flex-shrink: 0;
  font-size: 1.8rem;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(var(--color-foreground));
  padding: 0;
}

.quantity__button:first-child {
  margin-left: calc(var(--inputs-border-width));
}

.quantity__button:last-child {
  margin-right: calc(var(--inputs-border-width));
}

.quantity__button svg {
  width: 1rem;
  pointer-events: none;
}

.quantity__button:focus-visible,
.quantity__input:focus-visible {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.quantity__button:focus,
.quantity__input:focus {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.quantity__button:not(:focus-visible):not(.focused),
.quantity__input:not(:focus-visible):not(.focused) {
  box-shadow: inherit;
  background-color: inherit;
}

.quantity__input:-webkit-autofill,
.quantity__input:-webkit-autofill:hover,
.quantity__input:-webkit-autofill:active {
  box-shadow: 0 0 0 10rem rgb(var(--color-background)) inset !important;
  -webkit-box-shadow: 0 0 0 10rem rgb(var(--color-background)) inset !important;
}

.quantity__input::-webkit-outer-spin-button,
.quantity__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity__input[type='number'] {
  -moz-appearance: textfield;
}

.quantity__rules {
  margin-top: 1.2rem;
  position: relative;
  font-size: 1.2rem;
}

.quantity__rules .caption {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
}

.quantity__rules .divider + .divider::before {
  content: '\2022';
  margin: 0 0.5rem;
}

.quantity__rules-cart {
  position: relative;
}

product-info .loading-overlay:not(.hidden) ~ *,
.quantity__rules-cart .loading-overlay:not(.hidden) ~ * {
  visibility: hidden;
}

/* component-modal */
.modal__toggle {
  list-style-type: none;
}

.no-js details[open] .modal__toggle {
  position: absolute;
  z-index: 5;
}

.modal__toggle-close {
  display: none;
}

.no-js details[open] svg.modal__toggle-close {
  display: flex;
  z-index: 1;
  height: 1.7rem;
  width: 1.7rem;
}

.modal__toggle-open {
  display: flex;
}

.no-js details[open] .modal__toggle-open {
  display: none;
}

.no-js .modal__close-button.link {
  display: none;
}

.modal__close-button.link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0rem;
  height: 4.4rem;
  width: 4.4rem;
  background-color: transparent;
}

.modal__close-button .icon {
  width: 1.7rem;
  height: 1.7rem;
}

.modal__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(var(--color-background));
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
}

.media-modal {
  cursor: zoom-out;
}

.media-modal .deferred-media {
  cursor: initial;
}

/* component-cart-count-bubble */
.cart-count-bubble:empty {
  display: none;
}

.cart-count-bubble {
  position: absolute;
  background-color: rgb(var(--color-button));
  color: rgb(var(--color-button-text));
  height: 1.7rem;
  width: 1.7rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9rem;
  bottom: 0.8rem;
  left: 2.2rem;
  line-height: calc(1 + 0.1 / var(--font-body-scale));
}

/* utility-bar */
.utility-bar {
  height: 100%;
}

.utility-bar--bottom-border {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
}

@media screen and (min-width: 990px) {
  .utility-bar--bottom-border-social-only {
    border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
  }
}

.utility-bar__grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: 'announcements';
}

.utility-bar__grid .list-social {
  justify-content: flex-start;
  align-content: center;
  margin-left: -1.2rem;
  grid-area: social-icons;
}

@media screen and (max-width: 989px) {
  .utility-bar .utility-bar__grid .list-social {
    display: none;
  }
}

.utility-bar .list-social__item .icon {
  scale: 0.9;
}

@media screen and (min-width: 990px) {
  .utility-bar__grid--3-col {
    grid-template-columns: 3fr 4fr 3fr;
    grid-template-areas: 'social-icons announcements language-currency';
  }

  .utility-bar__grid--2-col {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: 'social-icons language-currency';
  }

  .announcement-bar.announcement-bar--one-announcement,
  .announcement-bar--one-announcement .announcement-bar__link {
    width: fit-content;
    margin: auto;
  }
}

.announcement-bar,
.announcement-bar__announcement {
  color: rgb(var(--color-foreground));
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  grid-area: announcements;
}

.announcement-bar .slider--everywhere {
  margin-bottom: 0;
  scroll-behavior: auto;
}

.utility-bar__grid .announcement-bar-slider {
  width: 100%;
}

.utility-bar__grid .announcement-bar-slider {
  width: 100%;
}

.announcement-bar-slider,
.announcement-bar-slider .slider {
  width: 100%;
}

.announcement-bar .slider-button--next {
  margin-right: -1.5rem;
  min-width: 44px;
}

.announcement-bar .slider-button--prev {
  margin-left: -1.5rem;
  min-width: 44px;
}

.announcement-bar .slider-button--next:focus-visible,
.announcement-bar .slider-button--prev:focus-visible,
.utility-bar .list-social__link:focus-visible {
  outline-offset: -0.3rem;
  box-shadow: 0 0 0 -0.2rem rgb(var(--color-foreground));
}

.localization-wrapper {
  grid-area: language-currency;
  align-self: center;
  display: flex;
  justify-content: flex-end;
}

.localization-wrapper .localization-selector + .disclosure__list-wrapper {
  animation: animateMenuOpen var(--duration-default) ease;
}

.utility-bar .localization-wrapper .disclosure .localization-form__select,
.utility-bar .localization-wrapper .disclosure__link {
  font-size: calc(var(--font-heading-scale) * 1.3rem);
}

@media screen and (min-width: 990px) {
  body:has(.section-header .header:not(.drawer-menu)) .utility-bar .page-width {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .announcement-bar-slider {
    width: 60%;
  }

  .announcement-bar .slider-button {
    height: 3.8rem;
  }
}

.announcement-bar__link {
  display: flex;
  width: 100%;
  text-decoration: none;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.announcement-bar__link:hover {
  text-decoration: underline;
}

.announcement-bar__link .icon-arrow {
  display: inline-block;
  pointer-events: none;
  margin-left: 0.8rem;
  vertical-align: middle;
  margin-bottom: 0.2rem;
}

.announcement-bar__message {
  text-align: center;
  padding: 1rem 0;
  margin: 0;
  letter-spacing: 0.1rem;
  min-height: 3.8rem;
}

.announcement-bar-slider--fade-in-next .announcement-bar__message,
.announcement-bar-slider--fade-in-previous .announcement-bar__message,
.announcement-bar-slider--fade-out-next .announcement-bar__message,
.announcement-bar-slider--fade-out-previous .announcement-bar__message {
  animation-duration: var(--duration-announcement-bar);
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.announcement-bar-slider--fade-in-next .announcement-bar__message {
  --announcement-translate-from: -1.5rem;
  /* Prevent flicker */
  opacity: 0;
  animation-name: translateAnnouncementSlideIn;
  animation-delay: var(--duration-announcement-bar);
}

.announcement-bar-slider--fade-in-previous .announcement-bar__message {
  --announcement-translate-from: 1.5rem;
  /* Prevent flicker */
  opacity: 0;
  animation-name: translateAnnouncementSlideIn;
  animation-delay: var(--duration-announcement-bar);
}

.announcement-bar-slider--fade-out-next .announcement-bar__message {
  --announcement-translate-to: 1.5rem;
  animation-name: translateAnnouncementSlideOut;
}

.announcement-bar-slider--fade-out-previous .announcement-bar__message {
  --announcement-translate-to: -1.5rem;
  animation-name: translateAnnouncementSlideOut;
}

@keyframes translateAnnouncementSlideIn {
  0% {
    opacity: 0;
    transform: translateX(var(--announcement-translate-from));
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes translateAnnouncementSlideOut {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(var(--announcement-translate-to));
  }
}

/* section-header */
.section-header.shopify-section-group-header-group {
  z-index: 3;
}

.shopify-section-header-sticky {
  position: sticky;
  top: 41px;
    z-index: 999;
}

.shopify-section-header-hidden {
  top: calc(-1 * var(--header-height));
}

.shopify-section-header-hidden.menu-open {
  top: 0;
}

.section-header.animate {
  transition: top 0.15s ease-out;
}

.shopify-section-group-header-group {
  z-index: 4;
}

.section-header ~ .shopify-section-group-header-group {
  z-index: initial;
}

/* Main Header Layout */
.header-wrapper {
  display: block;
  position: relative;
  background-color: rgb(var(--color-background));
}

.header-wrapper--border-bottom {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
}

.header {
  display: grid;
  grid-template-areas: 'left-icons heading icons';
  grid-template-columns: 1fr 2fr 1fr;
  align-items: center;
}

@media screen and (max-width: 749px) {
  .header--has-app {
    grid-template-columns: auto 1fr auto;
  }
}

@media screen and (min-width: 990px) {
  .header {
    grid-template-columns: 1fr auto 1fr;
  }

  .header--top-left,
  .header--middle-left:not(.header--has-menu) {
    grid-template-areas:
      'heading icons'
      'navigation navigation';
    grid-template-columns: 1fr auto;
  }

  .header--top-left.drawer-menu,
  .header--middle-left.drawer-menu {
    grid-template-areas: 'navigation heading icons';
    grid-template-columns: auto 1fr auto;
    column-gap: 1rem;
  }

  .header--middle-left {
    grid-template-areas: 'heading navigation icons';
    grid-template-columns: auto auto 1fr;
    column-gap: 2rem;
  }

  .header--middle-center:not(.drawer-menu) {
    grid-template-areas: 'navigation heading icons';
    grid-template-columns: 1fr auto 1fr;
    column-gap: 2rem;
  }

  .header--middle-center a.header__heading-link {
    text-align: center;
  }

  .header--top-center {
    grid-template-areas:
      'left-icons heading icons'
      'navigation navigation navigation';
  }

  .header--top-center.drawer-menu {
    grid-template-areas: 'left-icons heading icons';
    grid-template-columns: 1fr auto 1fr;
  }

  .header:not(.header--middle-left, .header--middle-center) .header__inline-menu {
    margin-top: 1.05rem;
  }
}

.header *[tabindex='-1']:focus {
  outline: none;
}

.header__heading {
  margin: 0;
  line-height: 0;
}

.header > .header__heading-link {
  line-height: 0;
}

.header__heading,
.header__heading-link {
  grid-area: heading;
  justify-self: center;
}

.header__heading-link {
  display: inline-block;
  padding: 0.75rem;
  text-decoration: none;
  word-break: break-word;
}

.header__heading-link:hover .h2 {
  color: rgb(var(--color-foreground));
}

.header__heading-link .h2 {
  line-height: 1;
  color: rgba(var(--color-foreground), 0.75);
}

.header__heading-logo {
  height: auto;
  max-width: 100%;
}

.header__heading-logo-wrapper {
  width: 100%;
  display: inline-block;
  transition: width 0.3s cubic-bezier(0.52, 0, 0.61, 0.99);
}

@media screen and (max-width: 989px) {
  .header__heading,
  .header__heading-link {
    text-align: center;
  }

  .header--mobile-left .header__heading,
  .header--mobile-left .header__heading-link {
    text-align: left;
    justify-self: start;
  }

  .header--mobile-left {
    grid-template-columns: auto 2fr 1fr;
  }
}

@media screen and (min-width: 990px) {
  .header--middle-left .header__heading-link,
  .header--top-left .header__heading-link {
    margin-left: -0.75rem;
  }

  .header__heading,
  .header__heading-link {
    justify-self: start;
  }

  .header--middle-center .header__heading-link,
  .header--middle-center .header__heading {
    justify-self: center;
    text-align: center;
  }

  .header--top-center .header__heading-link,
  .header--top-center .header__heading {
    justify-self: center;
    text-align: center;
  }
}

/* Header icons */
.header__icons {
  display: flex;
  grid-area: icons;
  justify-self: end;
  padding-right: 0rem;
}

.header__icons .shopify-app-block {
  max-width: 4.4rem;
  max-height: 4.4rem;
  overflow: hidden;
}

.header__icon:not(.header__icon--summary),
.header__icon span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__icon {
  color: rgb(var(--color-foreground));
}

.header__icon span {
  height: 100%;
}

.header__icon::after {
  content: none;
}

.header__icon:hover .icon,
.modal__close-button:hover .icon {
  transform: scale(1.07);
}

.header__icon .icon {
  height: 2rem;
  width: 2rem;
  fill: none;
  vertical-align: middle;
}

.header__icon,
.header__icon--cart .icon {
  height: 4.4rem;
  width: 4.4rem;
  padding: 0;
}

.header__icon--cart {
  position: relative;
  margin-right: -1.2rem;
}
.header__icon--cart svg.iicon{
    width: 22px;
    height: auto;
    top: -3px;
    position: relative;
    left: -2px;
}
.header__icon--account svg.icon{
    width: 20px;
    height: auto;
    position: relative;
    top: -3px;
    left: -2px;
}

@media screen and (max-width: 600px) {
  .header__icon--account svg.icon, .header__icon--cart svg.iicon {
    width: 28px !important;
  }
}

.header__icon--menu[aria-expanded='true']::before {
  content: '';
  top: 100%;
  left: 0;
  height: calc(var(--viewport-height, 100vh) - (var(--header-bottom-position, 100%)));
  width: 100%;
  display: block;
  position: absolute;
  background: rgba(var(--color-foreground), 0.5);
}

/* Search */
menu-drawer + .header__search {
  display: none;
}

.header > .header__search {
  grid-area: left-icons;
  justify-self: start;
}

.header--top-center.drawer-menu > .header__search {
  margin-left: 3.2rem;
}

.header--top-center header-drawer {
  grid-area: left-icons;
}

.header:not(.header--has-menu) * > .header__search {
  display: none;
}

.header__search {
  display: inline-flex;
  line-height: 0;
}

.header--top-center > .header__search {
  display: none;
}

.header--top-center * > .header__search {
  display: inline-flex;
}

.announcement-bar-new.active {
    position: fixed;
    width: 100%;
    z-index: 999;
}

@media screen and (min-width: 990px) {
  .header:not(.header--top-center) * > .header__search,
  .header--top-center > .header__search {
    display: inline-flex;
  }

  .header:not(.header--top-center) > .header__search,
  .header--top-center * > .header__search {
    display: none;
  }
}

.no-js .predictive-search {
  display: none;
}

details[open] > .search-modal {
  opacity: 1;
  animation: animateMenuOpen var(--duration-default) ease;
}

details[open] .modal-overlay {
  display: block;
}

details[open] .modal-overlay::after {
  position: absolute;
  content: '';
  background-color: rgb(var(--color-foreground), 0.5);
  top: 100%;
  left: 0;
  right: 0;
  height: 100vh;
}

.no-js details[open] > .header__icon--search {
  top: 1rem;
  right: 0.5rem;
}

.search-modal {
  opacity: 0;
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
  min-height: calc(100% + var(--inputs-margin-offset) + (2 * var(--inputs-border-width)));
  height: 100%;
}

.search-modal__content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 5rem 0 1rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  position: relative;
}

.search-modal__content-bottom {
  bottom: calc((var(--inputs-margin-offset) / 2));
}

.search-modal__content-top {
  top: calc((var(--inputs-margin-offset) / 2));
}

.search-modal__form {
  width: 100%;
}

.search-modal__close-button {
  position: absolute;
  right: 0.3rem;
}

@media screen and (min-width: 750px) {
  .search-modal__close-button {
    right: 1rem;
  }

  .search-modal__content {
    padding: 0 6rem;
  }
}

@media screen and (min-width: 990px) {
  .search-modal__form {
    max-width: 74.2rem;
  }

  .search-modal__close-button {
    position: initial;
    margin-left: 0.5rem;
  }
}

/* Header menu drawer */
.header__icon--menu .icon {
  display: block;
  position: absolute;
  opacity: 1;
  transform: scale(1);
  transition: transform 150ms ease, opacity 150ms ease;
    height: auto;
    width: 3.3vw;
}
.header__icon--menu .icon rect{
  fill:#000;
}
.header__icon--menu .icon path{
  fill:#000;
}

@media screen and (max-width: 600px) {
.header__icon--menu .icon {
    width: 46px;
    height: 30px;
    top: 27px;
    left: 16px;
    /* position: relative; */
    transform: unset;
    transition: unset;
    font-size: 40px;
}
}


details:not([open]) > .header__icon--menu .icon-close,
details[open] > .header__icon--menu .icon-hamburger {
  visibility: hidden;
  opacity: 0;
  transform: scale(0.8);
}

.js details[open]:not(.menu-opening) > .header__icon--menu .icon-close {
  visibility: hidden;
}

.js details[open]:not(.menu-opening) > .header__icon--menu .icon-hamburger {
  visibility: visible;
  opacity: 1;
  transform: scale(1.07);
}

.js details > .header__submenu {
  opacity: 0;
  transform: translateY(-1.5rem);
}

details[open] > .header__submenu {
  animation: animateMenuOpen var(--duration-default) ease;
  animation-fill-mode: forwards;
  z-index: 1;
}

@media (prefers-reduced-motion) {
  details[open] > .header__submenu {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Header menu */
.header__inline-menu {
  margin-left: -1.2rem;
  grid-area: navigation;
  display: none;
}

.header--top-center .header__inline-menu,
.header--top-center .header__heading-link {
  margin-left: 0;
}

@media screen and (min-width: 990px) {
  .header__inline-menu {
    display: block;
  }

  .header--top-center .header__inline-menu {
    justify-self: center;
  }

  .header--top-center .header__inline-menu > .list-menu--inline {
    justify-content: center;
  }

  .header--middle-left .header__inline-menu {
    margin-left: 0;
  }
}

.header__menu {
  padding: 0 1rem;
}

.header__menu-item {
  padding: 1.2rem;
  text-decoration: none;
  color: rgba(var(--color-foreground), 0.75);
}

.header__menu-item:hover {
  color: rgb(var(--color-foreground));
}

.header__menu-item span {
  transition: text-decoration var(--duration-short) ease;
}

.header__menu-item:hover span {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

details[open] > .header__menu-item {
  text-decoration: underline;
}

details[open]:hover > .header__menu-item {
  text-decoration-thickness: 0.2rem;
}

details[open] > .header__menu-item .icon-caret {
  transform: rotate(180deg);
}

.header__active-menu-item {
  transition: text-decoration-thickness var(--duration-short) ease;
  color: rgb(var(--color-foreground));
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.header__menu-item:hover .header__active-menu-item {
  text-decoration-thickness: 0.2rem;
}

.header__submenu {
  transition: opacity var(--duration-default) ease, transform var(--duration-default) ease;
}

.global-settings-popup,
.header__submenu.global-settings-popup {
  border-radius: var(--popup-corner-radius);
  border-color: rgba(var(--color-foreground), var(--popup-border-opacity));
  border-style: solid;
  border-width: var(--popup-border-width);
  box-shadow: var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius)
    rgba(var(--color-shadow), var(--popup-shadow-opacity));
  z-index: -1;
}

.header__submenu.list-menu {
  padding: 1rem 0;
}

.header__submenu .header__submenu {
  background-color: rgba(var(--color-foreground), 0.03);
  padding: 1rem 0;
  margin: 1rem 0;
}

.header__submenu .header__menu-item:after {
  right: 2rem;
}

.header__submenu .header__menu-item {
  justify-content: space-between;
  padding: 0.8rem 2rem;
}

.header__submenu .header__menu-item:hover {
  text-decoration-line: underline;
}

.header__menu-item .icon-caret {
  right: 0.8rem;
}

.header__submenu .icon-caret {
  flex-shrink: 0;
  margin-left: 1rem;
  position: static;
}

header-menu > details,
details-disclosure > details {
  position: relative;
}

@keyframes animateMenuOpen {
  0% {
    opacity: 0;
    transform: translateY(-1.5rem);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.overflow-hidden-mobile,
.overflow-hidden-tablet,
.overflow-hidden-desktop {
  overflow: hidden;
}

@media screen and (min-width: 750px) {
  .overflow-hidden-mobile {
    overflow: auto;
  }
}

@media screen and (min-width: 990px) {
  .overflow-hidden-tablet {
    overflow: auto;
  }
}

.badge {
  border: 1px solid transparent;
  border-radius: var(--badge-corner-radius);
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  line-height: 1;
  padding: 0.5rem 1.3rem 0.6rem 1.3rem;
  text-align: center;
  background-color: rgb(var(--color-badge-background));
  border-color: rgba(var(--color-badge-border), var(--alpha-badge-border));
  color: rgb(var(--color-badge-foreground));
  word-break: break-word;
}

.gradient {
  background: rgb(var(--color-background));
  background: var(--gradient-background);
  background-attachment: fixed;
}

@media screen and (forced-colors: active) {
  .icon {
    color: CanvasText;
    fill: CanvasText !important;
  }

  .icon-close-small path {
    stroke: CanvasText;
  }
}

.ratio {
  display: flex;
  position: relative;
  align-items: stretch;
}

.ratio::before {
  content: '';
  width: 0;
  height: 0;
  padding-bottom: var(--ratio-percent);
}

.content-container {
  border-radius: var(--text-boxes-radius);
  border: var(--text-boxes-border-width) solid rgba(var(--color-foreground), var(--text-boxes-border-opacity));
  position: relative;
}

.content-container:after {
  content: '';
  position: absolute;
  top: calc(var(--text-boxes-border-width) * -1);
  right: calc(var(--text-boxes-border-width) * -1);
  bottom: calc(var(--text-boxes-border-width) * -1);
  left: calc(var(--text-boxes-border-width) * -1);
  border-radius: var(--text-boxes-radius);
  box-shadow: var(--text-boxes-shadow-horizontal-offset) var(--text-boxes-shadow-vertical-offset)
    var(--text-boxes-shadow-blur-radius) rgba(var(--color-shadow), var(--text-boxes-shadow-opacity));
  z-index: -1;
}

.content-container--full-width:after {
  left: 0;
  right: 0;
  border-radius: 0;
}

@media screen and (max-width: 749px) {
  .content-container--full-width-mobile {
    border-left: none;
    border-right: none;
    border-radius: 0;
  }
  .content-container--full-width-mobile:after {
    display: none;
  }
  .header__icon--account.small-hide{
    display:flex !important;
  }
}

.global-media-settings {
  position: relative;
  border: var(--media-border-width) solid rgba(var(--color-foreground), var(--media-border-opacity));
  border-radius: var(--media-radius);
  overflow: visible !important;
  background-color: rgb(var(--color-background));
}

.global-media-settings:after {
  content: '';
  position: absolute;
  top: calc(var(--media-border-width) * -1);
  right: calc(var(--media-border-width) * -1);
  bottom: calc(var(--media-border-width) * -1);
  left: calc(var(--media-border-width) * -1);
  border-radius: var(--media-radius);
  box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius)
    rgba(var(--color-shadow), var(--media-shadow-opacity));
  z-index: -1;
  pointer-events: none;
}

.global-media-settings--no-shadow {
  overflow: hidden !important;
}

.global-media-settings--no-shadow:after {
  content: none;
}

.global-media-settings img,
.global-media-settings iframe,
.global-media-settings model-viewer,
.global-media-settings video,
.global-media-settings .placeholder-svg {
  border-radius: calc(var(--media-radius) - var(--media-border-width));
}

.content-container--full-width,
.global-media-settings--full-width,
.global-media-settings--full-width img,
.global-media-settings--full-width video,
.global-media-settings--full-width iframe,
.global-media-settings--full-width .placeholder-svg {
  border-radius: 0;
  border-left: none;
  border-right: none;
}

/* check for flexbox gap in older Safari versions */
@supports not (inset: 10px) {
  .grid {
    margin-left: calc(-1 * var(--grid-mobile-horizontal-spacing));
  }

  .grid__item {
    padding-left: var(--grid-mobile-horizontal-spacing);
    padding-bottom: var(--grid-mobile-vertical-spacing);
  }

  @media screen and (min-width: 750px) {
    .grid {
      margin-left: calc(-1 * var(--grid-desktop-horizontal-spacing));
    }

    .grid__item {
      padding-left: var(--grid-desktop-horizontal-spacing);
      padding-bottom: var(--grid-desktop-vertical-spacing);
    }
  }

  .grid--gapless .grid__item {
    padding-left: 0;
    padding-bottom: 0;
  }

  @media screen and (min-width: 749px) {
    .grid--peek .grid__item {
      padding-left: var(--grid-mobile-horizontal-spacing);
    }
  }

  .product-grid .grid__item {
    padding-bottom: var(--grid-mobile-vertical-spacing);
  }

  @media screen and (min-width: 750px) {
    .product-grid .grid__item {
      padding-bottom: var(--grid-desktop-vertical-spacing);
    }
  }
}

.font-body-bold {
  font-weight: var(--font-body-weight-bold);
}

/* outline and border styling for Windows High Contrast Mode */
@media (forced-colors: active) {
  .button,
  .shopify-challenge__button,
  .customer button {
    border: transparent solid 1px;
  }

  .button:focus-visible,
  .button:focus,
  .button.focused,
  .shopify-payment-button__button--unbranded:focus-visible,
  .shopify-payment-button [role='button']:focus-visible,
  .shopify-payment-button__button--unbranded:focus,
  .shopify-payment-button [role='button']:focus {
    outline: solid transparent 1px;
  }

  .field__input:focus,
  .select__select:focus,
  .customer .field input:focus,
  .customer select:focus,
  .localization-form__select:focus.localization-form__select:after {
    outline: transparent solid 1px;
  }

  .localization-form__select:focus {
    outline: transparent solid 1px;
  }
}

.rte:after {
  clear: both;
  content: '';
  display: block;
}

.rte > *:first-child {
  margin-top: 0;
}

.rte > *:last-child {
  margin-bottom: 0;
}

.rte table {
  table-layout: fixed;
}

@media screen and (min-width: 750px) {
  .rte table td {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}

.rte img {
  height: auto;
  max-width: 100%;
  border: var(--media-border-width) solid rgba(var(--color-foreground), var(--media-border-opacity));
  border-radius: var(--media-radius);
  box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius)
    rgba(var(--color-shadow), var(--media-shadow-opacity));
  margin-bottom: var(--media-shadow-vertical-offset);
}

.rte ul,
.rte ol {
  list-style-position: inside;
  padding-left: 2rem;
}

.rte li {
  list-style: inherit;
}

.rte li:last-child {
  margin-bottom: 0;
}

.rte a {
  color: rgba(var(--color-link), var(--alpha-link));
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness var(--duration-short) ease;
}

.rte a:hover {
  color: rgb(var(--color-link));
  text-decoration-thickness: 0.2rem;
}

.rte blockquote {
  display: inline-flex;
}

.rte blockquote > * {
  margin: -0.5rem 0 -0.5rem 0;
}

/* Image mask global styles */

.shape--mask {
  display: block;
  height: 0;
  width: 0;
}

.shape--arch {
  clip-path: url('#Shape-Arch');
}

.shape--blob {
  clip-path: polygon(var(--shape--blob-1));
}

.shape--chevronleft {
  clip-path: polygon(100% 0%, 85% 50%, 100% 100%, 15% 100%, 0% 50%, 15% 0%);
}

.shape--chevronright {
  clip-path: polygon(85% 0%, 100% 50%, 85% 100%, 0% 100%, 15% 50%, 0% 0%);
}

.shape--circle {
  clip-path: circle(closest-side);
}

.shape--diamond {
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.shape--parallelogram {
  clip-path: polygon(15% 0, 100% 0%, 85% 100%, 0% 100%);
}

.shape--round {
  clip-path: ellipse(45% 45% at 50% 50%);
}

/* Fixed background */
.animate--fixed {
  clip-path: inset(0);
}

.animate--fixed > img:not(.zoom):not(.deferred-media__poster-button),
.animate--fixed > svg:not(.zoom):not(.deferred-media__poster-button) {
  position: fixed;
  height: 100vh;
}

/* Zoom in image on scroll */
.animate--zoom-in {
  --zoom-in-ratio: 1;
}

.animate--zoom-in > img,
.animate--zoom-in > svg {
  transition: scale var(--duration-short) linear;
  scale: var(--zoom-in-ratio);
}

/* Animations */

@media (prefers-reduced-motion: no-preference) {
  .animate--ambient > img,
  .animate--ambient > svg {
    animation: animateAmbient 30s linear infinite;
  }

  @keyframes animateAmbient {
    0% {
      transform: rotate(0deg) translateX(1em) rotate(0deg) scale(1.2);
    }
    100% {
      transform: rotate(360deg) translateX(1em) rotate(-360deg) scale(1.2);
    }
  }

  .scroll-trigger.animate--fade-in,
  .scroll-trigger.animate--slide-in {
    opacity: 0.01;
  }

  .scroll-trigger.animate--slide-in {
    transform: translateY(2rem);
  }

  .scroll-trigger:not(.scroll-trigger--offscreen).animate--fade-in {
    opacity: 1;
    animation: var(--animation-fade-in);
  }

  .scroll-trigger:not(.scroll-trigger--offscreen).animate--slide-in {
    animation: var(--animation-slide-in);
    animation-delay: calc(var(--animation-order) * 75ms);
  }

  .scroll-trigger.scroll-trigger--design-mode.animate--fade-in,
  .scroll-trigger.scroll-trigger--design-mode.animate--slide-in,
  .scroll-trigger.scroll-trigger--design-mode .slider,
  .scroll-trigger:not(.scroll-trigger--offscreen).scroll-trigger--cancel {
    opacity: 1;
    animation: none;
    transition: none;
  }

  .scroll-trigger.scroll-trigger--design-mode.animate--slide-in {
    transform: translateY(0);
  }

  @keyframes slideIn {
    from {
      transform: translateY(2rem);
      opacity: 0.01;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }

  @keyframes fadeIn {
    from {
      opacity: 0.01;
    }
    to {
      opacity: 1;
    }
  }
}

/* Element Hovers: Vertical Lift, 3d Lift */

@media (prefers-reduced-motion: no-preference) and (hover: hover) {
  .animate--hover-3d-lift .card-wrapper .card--card,
  .animate--hover-3d-lift .card-wrapper .card--standard .card__inner,
  .animate--hover-3d-lift .button:not(.button--tertiary),
  .animate--hover-3d-lift .shopify-challenge__button,
  .animate--hover-3d-lift .customer button,
  .animate--hover-3d-lift .shopify-payment-button__button,
  .animate--hover-3d-lift .deferred-media .deferred-media__poster-button {
    transition: transform var(--duration-long) ease, box-shadow var(--duration-long) ease;
    transform-origin: center;
  }

  .animate--hover-3d-lift .card-wrapper:hover .card--card,
  .animate--hover-3d-lift .card-wrapper:hover .card--standard .card__inner,
  .animate--hover-3d-lift .button:not(.button--tertiary):not([disabled]):hover,
  .animate--hover-3d-lift .shopify-challenge__button:not([disabled]):hover,
  .animate--hover-3d-lift .customer button:not([disabled]):hover,
  .animate--hover-3d-lift .shopify-payment-button__button:hover,
  .animate--hover-3d-lift .deferred-media:hover .deferred-media__poster-button {
    transition: transform var(--duration-extended) ease, box-shadow var(--duration-long) ease; /* Slow the card transition speed while hover is active. */
    transform: rotate(1deg);
    box-shadow: -1rem -1rem 1rem -1rem rgba(0, 0, 0, 0.05), 1rem 1rem 1rem -1rem rgba(0, 0, 0, 0.05),
      0 0 0.5rem 0 rgba(255, 255, 255, 0), 0 2rem 3.5rem -2rem rgba(0, 0, 0, 0.5);
  }

  .animate--hover-3d-lift .deferred-media:hover .deferred-media__poster-button {
    transform: translate(-50%, -50%) scale(1.05); /* Apply a specialized transform to the video play button. */
  }

  .animate--hover-3d-lift .collage__item .card-wrapper:hover .card--card,
  .animate--hover-3d-lift .collage__item .card-wrapper:hover .card--standard .card__inner {
    transform: rotate(0.5deg); /* Less intense rotation for collage items. */
  }

  .animate--hover-3d-lift .product-grid .grid__item:hover,
  .animate--hover-3d-lift .collection-list .grid__item:hover,
  .animate--hover-3d-lift .collage__item:hover,
  .animate--hover-3d-lift .blog-articles .article:hover,
  .animate--hover-3d-lift .complementary-slide li:hover {
    z-index: 2; /* Make sure the hovered card is the topmost card. */
  }

  .animate--hover-3d-lift .product-grid {
    isolation: isolate; /* Ensure z-index changes here don't negatively effect other UI stacking. */
  }

  .animate--hover-3d-lift .card-wrapper .card--shape.card--standard:not(.card--text) .card__inner {
    box-shadow: none;
    transition: transform var(--duration-long) ease, filter var(--duration-long) ease;
  }

  .animate--hover-3d-lift .card-wrapper:hover .card--shape.card--standard:not(.card--text) .card__inner {
    transition: transform calc(2 * var(--duration-extended)) ease, filter var(--duration-long) ease; /* Slow the card transition speed while hover is active. */
    filter: drop-shadow(0rem 2rem 2rem rgba(0, 0, 0, 0.15)) drop-shadow(0rem 1rem 1rem rgba(0, 0, 0, 0.15));
  }

  .animate--hover-3d-lift .card-wrapper:hover .card--card:after,
  .animate--hover-3d-lift .card-wrapper:hover .card--standard .card__inner:after,
  .animate--hover-3d-lift
    .card-wrapper:hover
    .card--shape.card--standard:not(.card--text)
    .card__inner
    .card__media:before {
    background-image: var(--easter-egg);
    background-size: 250px 250px;
    mix-blend-mode: color-dodge;
    pointer-events: none;
    z-index: 2;
  }

  .animate--hover-3d-lift
    .card-wrapper:hover
    .card--shape.card--standard:not(.card--text)
    .card__inner
    .card__media:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .animate--hover-3d-lift .card-wrapper .card--card:before,
  .animate--hover-3d-lift .card-wrapper .card--standard .card__media:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: background-position calc(2 * var(--duration-extended)) ease, opacity var(--duration-default) ease;
    mix-blend-mode: overlay;
    background-size: 400% 100%;
    background-position: 90% 0;
    background-repeat: no-repeat;
    background-image: linear-gradient(
      135deg,
      rgba(255, 255, 255, 0) 45%,
      rgba(255, 255, 255, 1) 50%,
      rgba(255, 255, 255, 0) 55%
    );
  }

  .animate--hover-3d-lift .card-wrapper:hover .card--card:before,
  .animate--hover-3d-lift .card-wrapper:hover .card--standard .card__media:after {
    opacity: 0.2;
    transition: background-position 6s ease, opacity var(--duration-long) ease;
    background-position: left;
    z-index: 2;
  }

  :root {
    --easter-egg: none;
    --sparkle: url('./sparkle.gif');
  }

  .animate--hover-vertical-lift .button:not(.button--tertiary),
  .animate--hover-vertical-lift .shopify-challenge__button,
  .animate--hover-vertical-lift .customer button,
  .animate--hover-vertical-lift .shopify-payment-button__button {
    transition: transform var(--duration-default) var(--ease-out-slow);
  }

  .animate--hover-vertical-lift .card-wrapper .card--card,
  .animate--hover-vertical-lift .card-wrapper .card--standard .card__inner {
    transition: transform var(--duration-medium) var(--ease-out-slow);
  }

  .animate--hover-vertical-lift .card-wrapper:hover .card--card,
  .animate--hover-vertical-lift .card-wrapper:hover .card--standard .card__inner {
    transform: translateY(-0.75rem);
  }

  .animate--hover-vertical-lift .card-wrapper:active .card--card,
  .animate--hover-vertical-lift .card-wrapper:active .card--standard .card__inner {
    transform: translateY(-0.5rem);
  }

  .animate--hover-vertical-lift .button:not(.button--tertiary):not([disabled]):hover,
  .animate--hover-vertical-lift .shopify-challenge__button:not([disabled]):hover,
  .animate--hover-vertical-lift .customer button:not([disabled]):hover,
  .animate--hover-vertical-lift .shopify-payment-button__button:hover {
    transform: translateY(-0.25rem);
  }

  .animate--hover-vertical-lift .button:not(.button--tertiary):not([disabled]):active,
  .animate--hover-vertical-lift .shopify-challenge__button:not([disabled]):active,
  .animate--hover-vertical-lift .customer button:not([disabled]):active,
  .animate--hover-vertical-lift .shopify-payment-button__button:active {
    transform: translateY(0);
  }

  .animate--hover-vertical-lift .button:not([disabled]):hover:after,
  .animate--hover-vertical-lift .customer button:not([disabled]):hover:after,
  .animate--hover-vertical-lift .shopify-payment-button__button:not([disabled]):hover:after {
    --border-offset: 0.3px; /* Default is 1.3px as defined above in this file. This removes 1px to prevent the border from growing on buttons when this effect is on.  */
    box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset))
        rgba(var(--color-button-text), var(--border-opacity)),
      0 0 0 var(--buttons-border-width) rgba(var(--color-button), var(--alpha-button-background));
  }

  .animate--hover-vertical-lift .button:not([disabled]).button--secondary:hover:after {
    --border-offset: 0px; /* Prevent the border from growing on buttons when this effect is on. */
  }
}


.main-page-title.page-title{
  padding-top:200px;
}
.rte.scroll-trigger.animate--slide-in{
  padding-bottom:70px;
}
.main-page-title.page-title.h0,h1{
    font-family: Raspberie;
    margin: 0;
    font-size: 43px;
    line-height: 1.07;
    letter-spacing: -0.7px;
    color: #434343;
    padding-bottom: 20px;
}
h2{
    font-family: Raspberie;
    margin: 0;
    font-size: 32px;
    line-height: 1.3;
    letter-spacing: -0.7px;
    color: #434343;
    padding-top: 20px;
    padding-bottom: 20px;
}
h3{
    font-family: Raspberie;
    margin: 0;
    font-size: 26px;
    line-height: 1.3;
    letter-spacing: -0.7px;
    color: #434343;
    padding-top: 20px;
    padding-bottom: 20px;
}
h4{
    font-family: Raspberie;
    margin: 0;
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: -0.7px;
    color: #434343;
    padding-top: 20px;
    padding-bottom: 20px;
}
h5{
    margin: 0px;
    font-family: Poppins,sans-serif;
    font-weight: bold;
    color: #434343;
    font-size: 18px;
    letter-spacing: 01.3px;
    line-height: 1.462;
    padding-bottom: 13px;
}
h6{
    margin: 0px;
    font-family: Poppins,sans-serif;
    font-weight: bold;
    color: #434343;
    font-size: 16px;
    letter-spacing: 01.3px;
    line-height: 1.462;
    padding-bottom: 13px;
}
@media (max-width:768px){
.main-page-title.page-title.h0,h1{ font-size: 38px; }
h2{ font-size: 26px; }
h3{ font-size: 18px; }
h4{ font-size: 18px; }
h5{ font-size: 18px; }
h6{ }
}


.desktop_only{
  display:black  !important
}
.mobile_only{
  display:none  !important
}
@media (max-width:520px){
.header__icon--menu .icon {
    width: 30px;
    height: 30px;
    top: 22px;
    left: 40px;
    /* position: relative; */
    transform: unset;
    transition: unset;
    font-size: 40px;
}
.header__icon--menu .icon.icon-close{
    width: 30px;
    height: 30px;
    top: 25px;
    left: 40px;
    /* position: relative; */
    transform: unset;
    transition: unset;
    font-size: 40px;
}
}

@media (max-width:768px){
.desktop_only{
  display:none  !important
}
.mobile_only{
  display:block  !important
}
}
@media (max-width:375px){
.header__icon--menu .icon {
    top:7vw;
}
}
/**** Announcement Bar Section ************/
.announcement-bar-section{height: 41px;}
.announcement-bar-section .utility-bar{
    background-color: #ffad67;
    border-bottom: 0px;
    height: 41px;
}
.announcement-bar-section .utility-bar .page-width{}
.announcement-bar-section .utility-bar .page-width .announcement-bar{}
.announcement-bar-section .utility-bar .page-width .announcement-bar p{
    font-family: Poppins,sans-serif;
    font-weight: 500;
    color: #fff;
    font-size: 12px;
    padding-top: 13px;
    min-height: unset;
    padding-bottom: 14px;
    letter-spacing: 0.76px;
}
.announcement-bar-section .utility-bar .page-width .announcement-bar p span{}


#__next {
  padding: 170px 0 8rem;
}


.shopify-section-group-header-group.section-header .header-wrapper {
    padding-bottom: 0;
    border: 0px;
    margin-bottom: -169px;
    background-color: transparent;
}
.shopify-section-group-header-group.section-header.scrolled-past-header .header-wrapper{
    background-color: #FFF !important;
}
.shopify-section-group-header-group.section-header .header-wrapper .header {
    padding-bottom: 27px;
    padding-top: 27.5px;
}
.shopify-section-group-header-group.section-header .header-wrapper .header__inline-menu {
    padding-bottom: 50px;
    margin-left: -10px;
}
.shopify-section-group-header-group.section-header .header-wrapper .header__inline-menu .list-menu {
    padding: 0px;
}
.shopify-section-group-header-group.section-header .header-wrapper .header__inline-menu .list-menu li{
  padding-bottom:0px;
}
.shopify-section-group-header-group.section-header .header-wrapper .header__inline-menu .list-menu li a,
.header__menu-item{
    font-family: Poppins,sans-serif;
    font-weight: 600;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 1px;
    padding-left: 17px;
    padding-right: 17px;
    color: #023940 !important;
}
.shopify-section-group-header-group.section-header .header-wrapper .header__inline-menu .list-menu li a span{
  padding-bottom:6px;
}

.shopify-section-group-header-group.section-header .header-wrapper .header__heading{
    padding-bottom: 0px;
    padding-right: 1px;
}
.shopify-section-group-header-group.section-header .header-wrapper .header__heading .header__heading-link{
  padding-bottom:8px;
}
.shopify-section-group-header-group.section-header .header-wrapper .header__heading .header__heading-link .header__heading-logo-wrapper{
  padding-bottom:9px;
}
.shopify-section-group-header-group.section-header .header-wrapper .header__heading .header__heading-link .header__heading-logo-wrapper img{
    width: 86px;
}

.section-header .header-wrapper .header__icons{
    padding-bottom: 50px;
}


.shopify-section-group-header-group.section-header.scrolled-past-header .header-wrapper .header{
    padding-bottom: 10px;
    padding-top: 9.5px;
}
.shopify-section-group-header-group.section-header.scrolled-past-header  .header-wrapper .header .header__inline-menu{
  padding-bottom: 0px;
}
.shopify-section-group-header-group.section-header.scrolled-past-header  .header-wrapper .header .header__heading{}
.shopify-section-group-header-group.section-header.scrolled-past-header  .header-wrapper .header .header__heading .header__heading-link {
  padding:0px;
}
.shopify-section-group-header-group.section-header.scrolled-past-header  .header-wrapper .header .header__heading .header__heading-link .header__heading-logo-wrapper img{
width: 60px;
}
.shopify-section-group-header-group.section-header.scrolled-past-header .header-wrapper .header__heading .header__heading-link .header__heading-logo-wrapper,
.shopify-section-group-header-group.section-header.scrolled-past-header .header-wrapper .header__inline-menu .list-menu li a span {
    padding-bottom: 0px;
}
.shopify-section-group-header-group.section-header.scrolled-past-header  .header-wrapper .header__icons{
  padding-bottom: 0px;
}

.shopify-section-group-header-group.section-header.scrolled-past-header .header-wrapper .header__right__menu{
padding-top: 8px;
}

.header__right__menu {
    padding-top: 5px;
    /*padding-right: 26px;*/
}
.header__right__menu .header__inline-menu{
    padding-bottom: 0px !important;
}
.header__right__menu .header__inline-menu ul.list-menu{}
.header__right__menu .header__inline-menu ul.list-menu li{}
.header__right__menu .header__inline-menu ul.list-menu li a{}
.section-header .header-wrapper .header__icons .header__right__menu .header__inline-menu ul.list-menu li.has_hild a {
    position: relative;
    display: inline-block;
    padding-right: 19px;
}
.section-header .header-wrapper .header__icons .header__right__menu .header__inline-menu ul.list-menu li.has_hild a span {
    display: block;
    position: absolute;
    top: -1px;
    right: 0px;
    width: 12px;
    padding: 0px;
}
.section-header .header-wrapper .header__icons .header__right__menu .header__inline-menu ul.list-menu li.has_hild a span svg{}
.section-header .header-wrapper .header__icons .header__right__menu .header__inline-menu ul.list-menu li.has_hild ul.dropdown-child{
    display: none;
    position: absolute;
}

.section-header .header-wrapper .header__icons .header__right__menu .header__inline-menu ul.list-menu li.has_hild:hover ul.dropdown-child {
    display: block;
    margin: 0px;
    padding: 0px;
    list-style: none;
    background-color: #FFFF;
    font-size: 13px;
    font-family: Poppins,sans-serif;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 180px;
}
@media (max-width:989px){
.shopify-section-group-header-group.section-header .header-wrapper .header {
    padding-bottom: 15px;
    padding-top: 15px;
    padding-left: 7.5%;
    padding-right: 7.5%;
}
.shopify-section-group-header-group.section-header .header-wrapper .header__heading .header__heading-link {
    padding: 0px;
}
.shopify-section-group-header-group.section-header .header-wrapper .header__heading .header__heading-link .header__heading-logo-wrapper {
    padding-bottom: 0px;
}
.shopify-section-group-header-group.section-header .header-wrapper .header__heading .header__heading-link .header__heading-logo-wrapper img {
    width: 55px;
}
.section-header .header-wrapper .header__icons {
    padding-bottom: 0px;
}

#menu-drawer{
    background-color: #eef3a6;
}
}
@media (max-width:768px){
  .section-header .header-wrapper .header__icons{ padding-bottom: 0px; }
}
@media (max-width:520px){
    .announcement-bar-section{    height: auto;}
    .announcement-bar-section .utility-bar{height: auto;}
    .announcement-bar-section .utility-bar .page-width{
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .announcement-bar-section .utility-bar .page-width .announcement-bar{}
    .announcement-bar-section .utility-bar .page-width .announcement-bar p{line-height: 1.1;}
    .announcement-bar-section .utility-bar .page-width .announcement-bar p span{}

    .shopify-section-group-header-group.section-header .header-wrapper { }
    .shopify-section-group-header-group.section-header.scrolled-past-header .header-wrapper{ }
    .shopify-section-group-header-group.section-header .header-wrapper .header { }
    .shopify-section-group-header-group.section-header .header-wrapper .header__inline-menu { }
    .shopify-section-group-header-group.section-header .header-wrapper .header__inline-menu .list-menu { }
    .shopify-section-group-header-group.section-header .header-wrapper .header__inline-menu .list-menu li{ }
    .shopify-section-group-header-group.section-header .header-wrapper .header__inline-menu .list-menu li a { }
    .shopify-section-group-header-group.section-header .header-wrapper .header__inline-menu .list-menu li a span{ }

    .shopify-section-group-header-group.section-header .header-wrapper .header__heading{ }
    .shopify-section-group-header-group.section-header .header-wrapper .header__heading .header__heading-link{ }
    .shopify-section-group-header-group.section-header .header-wrapper .header__heading .header__heading-link .header__heading-logo-wrapper{ }
    .shopify-section-group-header-group.section-header .header-wrapper .header__heading .header__heading-link .header__heading-logo-wrapper img{ }

    .section-header .header-wrapper .header__icons{ padding-bottom: 0px; }

    .shopify-section-group-header-group.section-header.scrolled-past-header .header-wrapper .header{ }
    .shopify-section-group-header-group.section-header.scrolled-past-header  .header-wrapper .header .header__inline-menu{ }
    .shopify-section-group-header-group.section-header.scrolled-past-header  .header-wrapper .header .header__heading{}
    .shopify-section-group-header-group.section-header.scrolled-past-header  .header-wrapper .header .header__heading .header__heading-link { }
    .shopify-section-group-header-group.section-header.scrolled-past-header  .header-wrapper .header .header__heading .header__heading-link .header__heading-logo-wrapper img{ }
    .shopify-section-group-header-group.section-header.scrolled-past-header .header-wrapper .header__heading .header__heading-link .header__heading-logo-wrapper,
    .shopify-section-group-header-group.section-header.scrolled-past-header .header-wrapper .header__inline-menu .list-menu li a span { }
    .shopify-section-group-header-group.section-header.scrolled-past-header  .header-wrapper .header__icons{ }

    .header__right__menu{ }
    .header__right__menu .header__inline-menu{ }
    .header__right__menu .header__inline-menu ul.list-menu{}
    .header__right__menu .header__inline-menu ul.list-menu li{}
    .header__right__menu .header__inline-menu ul.list-menu li a{}
}

/**** Section 01 ************/
.outf_s1 {
    display: block;
    padding-top: 248px;
    position: relative;
    padding-bottom: 202px;
}

.outf_s1 .home_hero_animation_area {
    width: 100%;
    position: absolute;
    bottom: -53px;
    left: 0px;
    overflow: hidden;
}
.outf_s1 .home_hero_animation_area dotlottie-player {
    display: block;
    width: 100% !important;
    height: 15vw !important;
    position: relative;
}
.outf_s1 .home_hero_animation_area dotlottie-player:before {
    content: "";
    width: 140%;
    height: 100%;
    display: block;
    position: absolute;
    top: 5.5vw;
    left: 0vw;
    background-color: #fef7f1;
    transform: rotate(-3deg);
}
.outf_s1_bg{
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}
.outf_s1_bg.desktop_only{
    display: block !important;

}

.outf_s1_bg.desktop_only img{
    width: 10%;
    opacity: 0;
}
.outf_s1_bg.mobile_only{
    display: none;
}
.outf_s1_in{}
.outf_s1 .inner{
    width: 85%;
    max-width: 1085px;
    margin: 0px auto;
    position: relative;
    z-index: 2;
}
.outf_s1 .content{
    width: 610px;
}
.outf_s1 .content h1{
    font-family: 'Raspberie';
    margin: 0px;
    font-size: 70px;
    line-height: 1.03;
    letter-spacing: -1.7px;
    color: #222E31;
}
.outf_s1 .content article{
    font-family: Poppins,sans-serif;
    font-weight: 600;
    color: #222E31;
    font-size: 16px;
    padding-top: 46.3px;
    letter-spacing: 0.5px;
    line-height: 1.437;
    padding-right: 130px;
    padding-bottom: 55px;
}
.outf_s1 .content article p{
    margin: 0px;
}
.outf_s1 .content article p br{}
.outf_s1 .button_link{
    display: block;
}
.outf_s1 .button_link a{
    display: inline-block;
    border: 3px solid #222E31;
    font-family: Poppins,sans-serif;
    font-weight: 600;
    /* color: #222E31; */
    font-size: 14px;
    text-decoration: none;
    padding-top: 14px;
    padding-left: 42px;
    letter-spacing: 0px;
    padding-right: 42px;
    padding-bottom: 12px;
    border-radius: 39px;
}
.outf_s1 .button_link a:hover{
  background-color: #423f35;
  color: #FFF;
}
@media (min-width:1839px){
.outf_s1{
padding-bottom: 402px;
}
.outf_s1_bg.desktop_only{
    background-size: contain;
    background-position: bottom right;
}
  .outf_s1_bg_s2 {
      display: block !important;
      background-position: center bottom;
      background-repeat: repeat-x;
      background-size: contain;
      background-image: url(outf_s1_bg_s2.jpg);
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
  }
}
@media (min-width:1281px){
.outf_s1_in{
    display: block;
    padding-top: 0px;
    position: relative;
    padding-bottom: 0px;
}
.outf_s1 .inner{}
.outf_s1 .content{}
.outf_s1 .content h1{}
.outf_s1 .content article{}
.outf_s1 .content article p{}
.outf_s1 .content article p br{}
.outf_s1 .button_link{}
.outf_s1 .button_link a{}
}
@media (max-width:1024px){
  .outf_s1 .home_hero_animation_area {
      bottom: -43px;
      z-index: 2;
  }
}
@media (max-width:840px){
  .outf_s1 {
      display: block;
      padding-top: 15vw;
      position: relative;
      padding-bottom: 118vw;
  }
  .outf_s1_bg.desktop_only{display: none !important;}
  .outf_s1_bg.mobile_only {
      display: block!important;
      background-position: bottom center;
      background-size: contain;
      background-color: #eff3a6;
      margin-bottom: -19vw;
  }
.outf_s1 .home_hero_animation_area {
    bottom: 2vw;
    z-index: 2;
}
}
@media (max-width:768px){
    .outf_s1{}

    .outf_s1_bg{}
    
    .outf_s1_in{}
    .outf_s1 .inner{}
    .outf_s1 .content{
        position: relative;
        z-index: 3;
    }
    .outf_s1 .content h1{
        font-size: 50px;
    }
.outf_s1 .home_hero_animation_area {
    bottom: -20px;
    overflow: hidden;
    z-index: 2;
}
.outf_s1 .home_hero_animation_area dotlottie-player {
    width: 200%!important;
    height: 32vw!important;
}
.outf_s1 .home_hero_animation_area dotlottie-player:before {
    content: "";
    width: 140%;
    height: 100%;
    top: 11.5vw;
}
  .shopify-section-header-sticky{top: 37px;}
}

@media (max-width:520px){
.outf_s1 {
    display: block;
    padding-top: 128px;
    position: relative;
    padding-bottom: 530px;
}
.outf_s1_bg.desktop_only {
    display: none !important;
}
    .outf_s1_bg{}
    .outf_s1_bg.desktop_only{
      display:none;
    }
    .outf_s1_bg.mobile_only{
        display: block !important;
        height: 100%;
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: contain;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #eff3a7;
    }

    .outf_s1_in{}
    .outf_s1 .inner{}
    .outf_s1 .content{
        width: 100%;
    }
    .outf_s1 .content h1{
        font-size: 47px;
    }
    .outf_s1 .content article {
        padding-right: 0;
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .outf_s1 .content article p{}
    .outf_s1 .content article p br{}
    .outf_s1 .button_link{}
    .outf_s1 .button_link a{}

    .shopify-section-header-sticky{top: 37px;}
    
    .outf_s1 .home_hero_animation_area {
        bottom: 0px;
        overflow: hidden;
        z-index: 2;
    }
    .outf_s1 .home_hero_animation_area dotlottie-player:before {
        top: 13.5vw;
    }
    .outf_s3 {
        padding-top: 50px;
        padding-bottom: 70px;
        position: relative;
    }
}


/**** Section 02 ************/
.outf_s2 {
    width: 100%;
    display: block;
    margin-top: -181px;
    position: relative;
    z-index: 1;
    margin-bottom: -246px;
}
.outf_s2 .inner{}
.outf_s2 svg{
    width: 100%;
    height: auto;
}
.outf_s2 svg g#Rectangle_644{
    fill: #FEF7F1 !important;
}
@media (min-width:1920px){
  .outf_s2 {
        margin-top: -232px;
    }
}
@media (max-width:1280px){
    .outf_s2 {
        margin-top: -132px;
    }
}
@media (max-width:980px){
    .outf_s2 {
        margin-top: -132px;
        margin-bottom: -45px;
    }
}
@media (max-width:768px){
    .outf_s2{
        overflow: hidden;
    }
    .outf_s2 .inner{}
    .outf_s2 img.desktop_only{}
    .outf_s2 img.mobile_only{}
}
@media (max-width:520px){
  .outf_s2 {
      margin-bottom: -56px;
      margin-top: -190px;
  }
    .outf_s2 .inner{}
    .outf_s2 svg{
        width: 269vw;
    }
    .outf_s2 img.desktop_only{}
    .outf_s2 img.mobile_only{}
}



/**** Section 03 ************/
.outf_s3{
    width: 100%;
    display: block;
    padding-top: 103px;
    padding-bottom: 70px;
    background-color: #FEF7F1;
}
.outf_s3 .inner {
    width: 540px;
    margin: 0px auto;
    position: relative;
    z-index: 2;
}
.outf_s3 .title{
    margin: 0px;
}
.outf_s3 .title .h2{
    font-family: 'Raspberie';
    margin: 0px;
    font-size: 44px;
    line-height: 1.03;
    letter-spacing: -1.2px;
    color: #4E4A4A;
    text-align: center;
    padding-right: 3px;
}
.outf_s3 .title .h2 span{
    position: relative;
    display: inline-block;
}
.outf_s3 .title .h2 span:before{
    content: "";
    position: absolute;
    bottom: -9.5px;
    left: -7px;
    width: 238px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(s3-svg.svg);
}
.outf_s3 article{
    font-family: Poppins,sans-serif;
    font-weight: 600;
    color: #4E4A4A;
    font-size: 16px;
    padding-top: 52.3px;
    letter-spacing: 0.53px;
    line-height: 1.437;
    padding-right: 0px;
    padding-bottom: 26px;
    text-align: center;
}
.outf_s3 article p{
    margin: 0px;
}
.outf_s3 article p br{}
.outf_s3 .button_link{
    text-align: center;
    padding-right: 1px;
    display: block;
    padding-top: 1px;
}
.outf_s3 .button_link a{
    /* display: inline-block; */
    /* font-family: Poppins,sans-serif; */
    /* font-weight: 600; */
    /* color: #023940; */
    /* font-size: 12.5px; */
    /* letter-spacing: 0.4px; */
    /* line-height: 1; */
    /* padding-bottom: 4.7px; */
    /* border-bottom: 1px solid #023940; */
    /* text-decoration: none; */
}
.outf_s3 .button_link a:hover{
    color: #08ace8;
    border-bottom: 1px solid #08ace8;
}
@media (max-width:980px){
  .outf_s3 {
      padding-top: 80px;
      padding-bottom: 70px;
      position: relative;
  }
}
@media (max-width:768px){
    .outf_s3 {
        padding-top: 70px;
        padding-bottom: 70px;
        position: relative;
    }
    .outf_s3 .inner{
        width: 85%;
    }
    .outf_s3 .title{}
    .outf_s3 .title .h2{
        font-size: 32px;
        padding-left: 10;
    }
    .outf_s3 .title .h2 span{}
    .outf_s3 .title .h2 span:before{
        content: "";
        width: 181px;
    }
    .outf_s3 article{
    }
    .outf_s3 article p{}
    .outf_s3 article p br{}
    .outf_s3 .button_link{}
    .outf_s3 .button_link a{}
}

@media (max-width:520px){
    .outf_s3 {
        padding-top: 110px;
        padding-bottom: 70px;
        position: relative;
    }
    .outf_s3 .inner{
        width: 85%;
    }
    .outf_s3 .title{}
    .outf_s3 .title .h2{
        font-size: 32px;
        padding-left: 10;
    }
    .outf_s3 .title .h2 span{}
    .outf_s3 .title .h2 span:before{
        content: "";
        width: 181px;
    }
    .outf_s3 article{
    }
    .outf_s3 article p{}
    .outf_s3 article p br{}
    .outf_s3 .button_link{}
    .outf_s3 .button_link a{}
}

@media (max-width:430px){
.outf_s3 {
    padding-top: 40px;
}
}

/**** Section 04 ************/
.outf_s4{
    width: 100%;
    display: block;
    position: relative;
    padding-bottom: 54px;
}
.outf_s4 .svg_top{
    position: absolute;
    top: -2px;
    left: 0px;
    width: 100%;
}
.outf_s4 .outf_s4_img {
    width: 329px;
    height: auto;
    display: block;
    position: absolute;
    top: -40px;
    left: -105px;
    transform: rotate(18deg);
}
.outf_s4 .outf_s4_img img {
    width: 100%;
    height: auto;
    display: block;
}
.outf_s4 .svg_bottom {
    position: absolute;
    bottom: -5px;
    left: 0px;
    width: 100%;
    height: auto;
    display: flex;
}
.outf_s4 .svg_bottom svg {
    width: 100%;
    height: 100%;
}
.outf_s4 .svg_bottom svg path{}
  
.outf_s4_in{
    background-color: #FFEDB8;
    padding-top: 17px;
}
.outf_s4 .inner{
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 100%;
}
.outf_s4 .left{
    width: 50%;
}
.outf_s4 .left .image{
    width: 100%;
    display: block;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.outf_s4 .left .image img{
    width: 65%;
    opacity: 0;
}

.outf_s4 .right{
    width: 50%;
    padding-top: 145px;
    padding-left: 85px;
    padding-bottom: 136px;
    display: flex;
    justify-content: left;
    align-items: flex-start;
}
.outf_s4 .right_in{
    text-align: left;
    width: 448px;
}
.outf_s4 .right_in .h5{
    margin: 0px;
    font-family: Poppins,sans-serif;
    font-weight: 600;
    color: #222E31;
    font-size: 13px;
    padding-left: 2px;
    letter-spacing: 0.1px;
    padding-bottom: 34px;
}
.outf_s4 .right_in .h2{
    font-family: 'Raspberie';
    margin: 0px;
    font-size: 43.4px;
    line-height: 1.06;
    letter-spacing: -0.87px;
    color: #08ACE8;
    padding-left: 3px;
    padding-right: 32px;
}
.outf_s4 .accordion_body{
    padding-top: 26px;
}
.outf_s4 .accordion_body .col {
    padding-bottom: 11px;
}
.outf_s4 .accordion_body .col .accordion_hand{
    position: relative;
    font-family: Poppins,sans-serif;
    font-weight: 500;
    color: #222E31;
    font-size: 20px;
    padding-left: 48px;
    letter-spacing: -0.34px;
    cursor: pointer;
}
.outf_s4 .accordion_body .col .accordion_hand span{
    width: 30px;
    height: 31px;
    display: block;
    position: absolute;
    top: 3px;
    left: 0.5px;
}
.outf_s4 .accordion_body .col .accordion_hand span svg{
    width: 100%;
    height: 100%;
}
.outf_s4 .accordion_body .col .accordion_hand .pluse{

}
.outf_s4 .accordion_body .col .accordion_hand .minse{
    display: none;
}
.outf_s4 .accordion_body .col .accordion_hand.active .pluse{
    display: none;
}
.outf_s4 .accordion_body .col .accordion_hand.active .minse{
    display: block;
}
.outf_s4 .accordion_body .col .accordion_content{
    padding-top: 10px;
    padding-left: 48px;
    padding-right: 1px;
    padding-bottom: 9px;
}
.outf_s4 .accordion_body .col .accordion_content article{
    background-color: #08ACE8;
    border-radius: 16px;
    font-family: Poppins,sans-serif;
    font-weight: 600;
    color: #FEF7F1;
    font-size: 16px;
    padding-top: 13.3px;
    letter-spacing: 0.1px;
    line-height: 1.437;
    padding-left: 26px;
    padding-bottom: 14px;
    padding-right: 26px;
}
.outf_s4 .accordion_body .col .accordion_content article p{
    margin: 0px;
}
.outf_s4 .accordion_body .col .accordion_content article p br{}


.outf_s4 .accordion_content{
  display:none;
}
.outf_s4 .accordion_content.active{
  display:block;
}
.outf_s4 .accordion_hand.pluse.active,
.outf_s4 .accordion_hand.minse{
    display: none;
}
.outf_s4 .accordion_hand.minse.active{
    display: block;
}


.outf_s4 .button_link {
    display: block;
    width: 100%;
    padding-top: 25px;
    padding-left: 3px;
}
.outf_s4 .button_link a{
    display: inline-block;
    font-family: Poppins,sans-serif;
    font-weight: 600;
    color: #FEF7F1;
    font-size: 14px;
    text-decoration: none;
    padding-top: 14px;
    padding-left: 59px;
    letter-spacing: 0px;
    padding-right: 59px;
    padding-bottom: 14px;
    border-radius: 39px;
    background-color: #423f35;
}
@media (min-width:1920px){
    .outf_s4 .left .image img {
        width: 60%;
        opacity: 0;
    }
    .outf_s4 .right {
      padding-top: 190px;
      padding-bottom: 215px;
    }
}
@media (max-width:989px){
.outf_s4 .left {
    width: 100%;
}
.outf_s4 .left .image {
    background-position: center center;
}
.outf_s4 .left .image img {
    width: 48%;
}

.outf_s4 .right {
    width: 100%;
    padding-top: 70px;
    padding-left: 85px;
    padding-right: 85px;
    padding-bottom: 136px;
}
.outf_s4 .right_in {
    text-align: left;
    width: 100%;
}
.outf_s4 {
    width: 100%;
    display: block;
    position: relative;
    padding-bottom: 0px;
}
}
@media (max-width:768px){
    .outf_s4{
        padding-bottom: 0px;
    }
    .outf_s4 .svg_top{}
    .outf_s4 .svg_top svg{}
    .outf_s4 .svg_top svg path{}
        .outf_s4 .outf_s4_img {
        width: 200px;
        top: -45px;
        left: -70px;
    }
    .outf_s4 .inner{}
    .outf_s4 .left{
        width: 100%;
    }
    .outf_s4 .left .image{}
    .outf_s4 .left .image img{}

    .outf_s4 .right{
        padding: 0px;
        padding-top: 50px;
        width: 100%;
        padding-bottom: 140px;
    }
    .outf_s4 .right_in{
        width: 85%;
        margin: 0px auto;
    }
    .outf_s4 .right_in .h5{}
    .outf_s4 .right_in .h2{
        font-size: 32px;
    }
    .outf_s4 .accordion_body{}
    .outf_s4 .accordion_body .col{}
    .outf_s4 .accordion_body .col .accordion_hand{
        font-size: 18px;
    }
    .outf_s4 .accordion_body .col .accordion_hand .pluse{}
    .outf_s4 .accordion_body .col .accordion_hand .minse{}
    .outf_s4 .accordion_body .col .accordion_content{}
    .outf_s4 .accordion_body .col .accordion_content article{}
    .outf_s4 .accordion_body .col .accordion_content article p{}
    .outf_s4 .accordion_body .col .accordion_content article p br{}

    .outf_s4 .accordion_body .col .accordion_hand span{
        width: 26px;
        height: 27px;
    }
    .outf_s4 .accordion_content{
      display:none;
    }
    .outf_s4 .accordion_content.active{
      display:block;
    }
    .outf_s4 .accordion_hand.pluse.active,
    .outf_s4 .accordion_hand.minse{
        display: none;
    }
    .outf_s4 .accordion_hand.minse.active{
        display: block;
    }
}

@media (max-width:520px){
    .outf_s4{
        padding-bottom: 0px;
    }
    .outf_s4_in{
      padding-top: 0px;
    }
    .outf_s4 .svg_top{}
    .outf_s4 .svg_top svg{}
    .outf_s4 .svg_top svg path{}

    .outf_s4 .inner{}
    .outf_s4 .left{
        width: 100%;
    }
    .outf_s4 .left .image{
        height: 400px;
        overflow: hidden;
        background-position: bottom center;
    }
    .outf_s4 .left .image img{}

    .outf_s4 .right{
        padding: 0px;
        padding-top: 50px;
        width: 100%;
        padding-bottom: 140px;
    }
    .outf_s4 .right_in{
        width: 85%;
        margin: 0px auto;
    }
    .outf_s4 .right_in .h5{}
    .outf_s4 .right_in .h2{
        font-size: 32px;
    }
    .outf_s4 .accordion_body{}
    .outf_s4 .accordion_body .col{}
    .outf_s4 .accordion_body .col .accordion_hand{
        font-size: 18px;
        line-height: 1.4;
        padding-top: 4px;
    }
    .outf_s4 .accordion_body .col .accordion_hand .pluse{}
    .outf_s4 .accordion_body .col .accordion_hand .minse{}
    .outf_s4 .accordion_body .col .accordion_content{
        padding-left: 0px;
    }
    .outf_s4 .accordion_body .col .accordion_content article{}
    .outf_s4 .accordion_body .col .accordion_content article p{}
    .outf_s4 .accordion_body .col .accordion_content article p br{}

    .outf_s4 .accordion_body .col .accordion_hand span{
        width: 26px;
        height: 27px;
    }
    .outf_s4 .accordion_content{
      display:none;
    }
    .outf_s4 .accordion_content.active{
      display:block;
    }
    .outf_s4 .accordion_hand.pluse.active,
    .outf_s4 .accordion_hand.minse{
        display: none;
    }
    .outf_s4 .accordion_hand.minse.active{
        display: block;
    }
}


/**** Section 05 ************/
.outf_s5_usvsthem {
    background-color: #FEF7F1;
    position: relative;
}

.outf_s5_img {
    width: 321px;
    height: auto;
    display: block;
    position: absolute;
    top: -195px;
    left: 0px;
}
.outf_s5_img img{
    width: 100%;
}

.outf_s5_usvsthem .svg_top{}
.outf_s5_usvsthem .svg_top svg{
    width: 100%;
    height: auto;
}
.outf_s5_usvsthem .svg_top svg path{}
.outf_s5_usvsthem .svg_bottom{
    display: flex;
    width: 100%;
    margin-bottom: -3px;
}
.outf_s5_usvsthem .svg_bottom svg{
    width: 100%;
    height: auto;
}
.outf_s5_usvsthem .svg_bottom svg path#Path_2385{}
.outf_s5_usvsthem .svg_bottom svg path#Path_2382{}
.outf_s5_usvsthem_in{}
.outf_s5_usvsthem .inner {
    max-width: 1018px;
    margin: auto;
    position: relative;
    padding: 2px 8px 67px 7px;
    width: 85%;
}
.outf_s5_subtitle {
    margin: 0px;
    font-family: Poppins,sans-serif;
    font-weight: 600;
    color: #222E31;
    font-size: 13px;
    padding-left: 0px;
    letter-spacing: 0.1px;
    text-align: center;
}
.outf_s5_title {
    font-family: 'Raspberie';
    margin: 0px;
    font-size: 43.4px;
    line-height: 1.06;
    letter-spacing: -0.9px;
    color: #4E4A4A;
    padding-left: 260px;
    padding-right: 262px;
    text-align: center;
    padding-top: 33px;
    padding-bottom: 76px;
}
.outf_s5_title span {
    position: relative;
    display: inline-block;
}
.outf_s5_title span:before {
    content: "";
    position: absolute;
    bottom: -4.5px;
    left: -7px;
    width: 153px;
    height: 56px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(s5-svg3.svg);
}
.outf_s5_uvt {
    width: 100%;
    display: block;
    position: relative;
    padding-bottom: 55px;
}
.outf_s5_uvtcol {
    width: 100%;
    display: flex;
    position: absolute;
    top: 0px;
    height: 100%;
    left: 0px;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.outf_s5_uvtcol .col1 {
    width: 40.7%;
    display:block;
}
.outf_s5_uvtcol .col2 {
    width: 18.5%;
    position: relative;
    display:block;
}
.outf_s5_uvtcol .col2 span{
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    display: block;
    height: 100%;
    border-radius: 32px;
}
.outf_s5_uvtcol .col3 {
    width: 40.8%;
    display:block;
}
  
.outf_s5_uvt_in {
    width: 100%;
    display: block;
    padding-top: 35px;
    position: relative;
    z-index: 1;
}
.outf_s5_uvt_in .col {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
}
.outf_s5_uvt_in .col .col1 {
    width: 40.7%;
    border-bottom: 1px solid #08ACE8;
    padding-top: 23.5px;
    padding-bottom: 18px;
}
.outf_s5_uvt_in .col .col1 p {
    font-size: 20px;
    font-weight: 500!important;
    font-family: Poppins,sans-serif;
    font-style: normal;
    line-height: 1.2;
    word-wrap: break-word;
    margin: 0px;
    letter-spacing: -0.27px;
    padding-bottom: 3.5px;
    margin-left: -1px;
    color: #414141;
}

.outf_s5_uvt_in .col .col2 {
    width: 18.5%;
    display:block;
    /* padding-bottom: 22px; */
}

.outf_s5_uvt_in .col:first-child .col2 p {
}
.outf_s5_uvt_in .col .col2 p {
    font-size: 13px;
    font-weight: bold!important;
    font-family: Poppins,sans-serif;
    font-style: normal;
    line-height: 1.3;
    word-wrap: break-word;
    margin: 0px;
    letter-spacing: -0.2px;
    padding-bottom: 26px;
    text-align: center;
    text-transform: uppercase;
    color: #FEECD5;
}
.outf_s5_uvt_in .col .col2 span {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.outf_s5_uvt_in .col .col2 img {
    width: 31px;
}

.outf_s5_uvt_in .col .col3 {
    width: 40.8%;
    border-bottom: 1px solid #08ACE8;
}
.outf_s5_uvt_in .col .col3 p {
    font-size: 13px;
    font-weight: bold !important;
    font-family: Poppins,sans-serif;
    font-style: normal;
    line-height: 1.3;
    word-wrap: break-word;
    margin: 0px;
    letter-spacing: -0.1px;
    padding-bottom: 25px;
    text-align: center;
    text-transform: uppercase;
    color: #023940;
    padding-right: 3px;
}
.outf_s5_uvt_in .col .col3 span{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.outf_s5_uvt_in .col .col3 img{
    width: 31px;
}


.outf_s5_uvt_in .col:first-child {
    /* padding-bottom: 22px; */
    height: 153px;
}
.outf_s5_uvt_in .col:first-child .col1{}
.outf_s5_uvt_in .col:first-child .col1 p{}

.outf_s5_uvt_in .col:first-child .col1 span {
    
}
.outf_s5_uvt_in .col:first-child .col2 p{}
.outf_s5_uvt_in .col:first-child .col2 span {
    text-align: center;
    display: block;
    height: auto;
    /* padding-bottom: 22px; */
}
.outf_s5_uvt_in .col:first-child .col2 img {
    width: 46px;
}

.outf_s5_uvt_in .col:first-child .col3{}
.outf_s5_uvt_in .col:first-child .col3 p{}
.outf_s5_uvt_in .col:first-child .col3 span {
    text-align: center;
    padding-top: 1px;
    height: auto;
    display: block;
    padding-right: 2px;
}
.outf_s5_uvt_in .col:first-child .col3 img {
    width: 39px;
}
@media (max-width:1024px){
    .outf_s5_img {
        width: 221px;
        top: -124px;
    }
    .outf_s5_title {
        padding-left: 160px;
        padding-right: 160px;
    }
    .outf_s5_usvsthem .inner {
        padding: 2px 0px 67px 0px;
        width: 85%;
    }
}
@media (max-width:768px){
    .outf_s5_usvsthem .inner {
        padding: 60px 0px 60px 0px;
    }
      .outf_s5_usvsthem_img {
          display: none;
      }
    .outf_s5_subtitle {
        padding-bottom: 10px;
    }
    .outf_s5_title {
        font-size: 32px;
        padding-bottom: 34px;
    }
    .outf_s5_title span:before{
        width: 100px;
        height: 50px;
        left: -2px;
    }
    .outf_s5_uvt_in .col .col1 p {
        font-size: 16px;
    }
    .outf_s5_uvt_in .col .col1,
    .outf_s5_uvtcol .col1{
        width: 60%;
        display:block;
    }
    .outf_s5_uvt_in .col .col2,
    .outf_s5_uvtcol .col2{
        width: 20%;
        display:block;
    }
    .outf_s5_uvt_in .col .col3,
    .outf_s5_uvtcol .col3{
        width: 20%;
        display:block;
    }

    .outf_s5_uvt_in .col:first-child .col2 p,
    .outf_s5_uvt_in .col:first-child .col3 p{
        display: none;
    }
    .outf_s5_uvt_in .col:first-child .col2 img {
        width: 22px;
    }
    .outf_s5_uvt_in .col:first-child {
        height: auto;
    }
    .outf_s5_uvt_in .col:first-child .col3 img {
        width: 22px;
    }
    .outf_s5_uvt_in .col .col1 {
      padding-top: 15px;
      padding-bottom: 12px;
      padding-right: 20px;
    }
    .outf_s5_uvt_in .col .col2 img,
    .outf_s5_uvt_in .col .col3 img {
        width: 40px;
    }
}

@media (max-width:520px){
    .outf_s5_usvsthem .inner {
        padding: 160px 0px 60px 0px;
    }
      .outf_s5_usvsthem_img {
          display: none;
      }
    .outf_s5_subtitle {
        padding-bottom: 18px;
    }
    .outf_s5_title {
        font-size: 32px;
        padding: 0px;
        padding-bottom: 35px;
    }
    .outf_s5_title span:before{
        width: 100px;
        height: 50px;
        left: -2px;
    }
    .outf_s5_uvt_in .col .col1 p {
        font-size: 14px;
    }
    .outf_s5_uvt_in .col .col1,
    .outf_s5_uvtcol .col1{
        width: 60%;
        display:block;
    }
    .outf_s5_uvt_in .col .col2,
    .outf_s5_uvtcol .col2{
        width: 20%;
        display:block;
    }
    .outf_s5_uvt_in .col .col3,
    .outf_s5_uvtcol .col3{
        width: 20%;
        display:block;
    }

    .outf_s5_uvt_in .col:first-child .col2 p,
    .outf_s5_uvt_in .col:first-child .col3 p{
        display: none;
    }
    .outf_s5_uvt_in .col:first-child .col2 img {
        width: 22px;
    }
    .outf_s5_uvt_in .col:first-child {
        height: auto;
    }
    .outf_s5_uvt_in .col:first-child .col3 img {
        width: 22px;
    }
    .outf_s5_uvt_in .col .col1 {
        padding-top: 15px;
        padding-bottom: 12px;
        padding-right: 20px;
    }
}


/**** Section 06 ************/
.outf_s6{
    background-color: #FEECD5;
    position: relative;
    display: block;
    width: 100%;
    padding-top: 88px;
    z-index: 1;
}
.outf_s6_in{}
.outf_s6 .outf_s6_img {
    width: 356px;
    height: auto;
    display: block;
    position: absolute;
    top: -243px;
    right: -111px;
    transform: rotate(14deg);
}
.outf_s6 .outf_s6_img img {
    width: 100%;
    height: auto;
    display: block;
}
.move_image_bottom_true.outf_s6 .outf_s6_img{
  top: unset;
  bottom: 20px;
  right: unset;
  left: 0;
  transform: unset;
  width: 180px;
    z-index: 1;
}
.move_image_bottom_true.outf_s6 .outf_s6_img img {
  
}
.outf_s6 .inner {
    width: 100%;
    max-width: 1280px;
    margin: 0px auto;
}
.outf_s6 .h5 {
    margin: 0px;
    font-family: Poppins,sans-serif;
    font-weight: 600;
    color: #222E31;
    font-size: 13px;
    padding-left: 0px;
    letter-spacing: 0.1px;
    text-align: center;
}
.outf_s6 .h2 {
    font-family: 'Raspberie';
    margin: 0px;
    font-size: 43.4px;
    line-height: 1.06;
    letter-spacing: -0.9px;
    color: #08ACE8;
    padding-left: 260px;
    padding-right: 262px;
    text-align: center;
    padding-top: 35px;
    padding-bottom: 60px;
}

.outf_s6_slider{
    width: 100%;
    padding-left: 36px;
    padding-right: 38px;
    padding-bottom: 100px;
}
.outf_s6_col{
    padding-left: 30.5px;
    padding-right: 30.5px;
}
.outf_s6_colin{
    width: 100%;
    display: block;
    background-color: rgb(255 255 255 / 41%);
    border-radius: 29px 29px 29px 29px;
    padding-left: 28px;
    padding-top: 27px;
    padding-right: 27px;
    padding-bottom: 31px;
}
.outf_s6_colin .image{
    display: block;
    padding-bottom: 29px;
}
.outf_s6_colin .image img{
    width: 101px;
}
.outf_s6_colin .title{
    margin: 0px;
    font-family: Poppins,sans-serif;
    font-weight: 600;
    color: #222E31;
    font-size: 21px;
    padding-left: 1.4px;
    letter-spacing: -0.87px;
    line-height: 1.26;
    padding-right: 20px;
}
.outf_s6_colin article{
    font-family: Poppins,sans-serif;
    font-weight: 600;
    color: #4E4A4A;
    font-size: 16px;
    padding-top: 15.3px;
    letter-spacing: 0.05px;
    line-height: 1.437;
    padding-bottom: 22px;
    padding-left: 2px;
}
.outf_s6_colin article p{
    margin: 0px;
}
.outf_s6_colin .name{
    font-family: Poppins,sans-serif;
    font-weight: 600;
    color: #4E4A4A;
    font-size: 16px;
    padding-top: 16.3px;
    letter-spacing: 0.05px;
    line-height: 1.437;
    padding-left: 2px;
}


.outf_s6_slider .slick-arrow{
    position: absolute;
    bottom: -15px;
    width: 68px;
    height: 68px;
    border: 0px;
    background-color: #FBE4C6;
    padding: 0px;
    cursor: pointer;
}
.outf_s6_slider .slick-arrow .svg_div{
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 22px;
    padding-bottom: 22px;
}
.outf_s6_slider .slick-arrow .svg_div svg{
    width: 14px;
    height: auto;
}
.outf_s6_slider .prev-arrow{
    right: 68px;
    background-color: #F5D2A6;
}
.outf_s6_slider .prev-arrow .svg_div{}
.outf_s6_slider .prev-arrow .svg_div svg{}
.outf_s6_slider .next-arrow{
    right: 0px;
}
.outf_s6_slider .next-arrow .svg_div{}
.outf_s6_slider .next-arrow .svg_div svg{}

.show_svg_bottom .svg_bottom{
    position: absolute;
    width: 100%;
    display: flex;
    left: 0px;
    bottom: -5px;
}
.show_svg_bottom .svg_bottom svg{
    width: 100%;
    height: auto;
}
@media (max-width:1024px){
    .outf_s6 {
        padding-top: 38px;
    }
    .outf_s6 .outf_s6_img {
        width: 190px;
    }
    .outf_s6_col {
        padding-left: 10.5px;
        padding-right: 10.5px;
    }
    .outf_s6 .inner {
        padding-bottom: 9px;
    }
}
@media (max-width:989px){
.outf_s6 .outf_s6_img {
    width: 353px;
}
}
@media (max-width:768px){
    .outf_s6{}
    .outf_s6 .outf_s6_img{}
    .outf_s6 .outf_s6_img img{}
    .outf_s6 .inner{}
    .outf_s6 .h5{}
    .outf_s6 .h2{
        font-size: 32px;
    }

    .outf_s6 .button_link{
      margin-top: 60px;
    }
      
    .outf_s6_slider{}
    .outf_s6_col{}
    .outf_s6_colin{}
    .outf_s6_colin .image{}
    .outf_s6_colin .image img{}
    .outf_s6_colin .title{}
    .outf_s6_colin article{}
    .outf_s6_colin article p{}
    .outf_s6_colin .name{}


    .outf_s6_slider .slick-arrow{}
    .outf_s6_slider .slick-arrow .svg_div{}
    .outf_s6_slider .slick-arrow .svg_div svg{}
    .outf_s6_slider .prev-arrow{}
    .outf_s6_slider .prev-arrow .svg_div{}
    .outf_s6_slider .prev-arrow .svg_div svg{}
    .outf_s6_slider .next-arrow{}
    .outf_s6_slider .next-arrow .svg_div{}
    .outf_s6_slider .next-arrow .svg_div svg{}
}

@media (max-width:520px){
    .outf_s6{
        padding-top: 60px;
    }
    .outf_s6 .outf_s6_img{
        width: 200px;
        top: -90px;
    }
    .outf_s6 .outf_s6_img img{}
    .outf_s6 .inner{}
    .outf_s6 .h5{}
    .outf_s6 .h2{
        font-size: 32px;
        padding: 0px;
        padding-top: 21px;
        padding-bottom: 30px;
    }

    .outf_s6_slider{
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 90px;
    }
    .outf_s6_col{}
    .outf_s6_colin{}
    .outf_s6_colin .image{}
    .outf_s6_colin .image img{}
    .outf_s6_colin .title{}
    .outf_s6_colin article{}
    .outf_s6_colin article p{}
    .outf_s6_colin .name{}


    .outf_s6_slider .slick-arrow{
        bottom: -24px;
        width: 80px;
        height: 68px;
    }
    .outf_s6_slider .slick-arrow .svg_div{}
    .outf_s6_slider .slick-arrow .svg_div svg{}
    .outf_s6_slider .prev-arrow {
        right: 80px;
    }
    .outf_s6_slider .prev-arrow .svg_div{}
    .outf_s6_slider .prev-arrow .svg_div svg{}
    .outf_s6_slider .next-arrow{}
    .outf_s6_slider .next-arrow .svg_div{}
    .outf_s6_slider .next-arrow .svg_div svg{}
}


/**** Section 07 ************/
.outf_s7{
    width: 100%;
    display: block;
    position: relative;
    padding-bottom: 0px;
}
.outf_s7_in{}
.outf_s7 .svg_top{
    position: absolute;
    width: 100%;
    display: flex;
    left: 0px;
    top: 0px;
}
.outf_s7 .svg_top svg{
    width: 100%;
    height: auto;
}
.outf_s7 .svg_top svg path#Path_2385{}
.outf_s7 .svg_top svg path#Path_2382{}
.outf_s7 .svg_bottom svg{
    width: 100%;
    height: auto;
}
.outf_s7 .svg_bottom svg path{}


.outf_s7 .inner{
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 100%;
}
.outf_s7 .left{
    width: 50%;
    padding-top: 206px;
    background-color: #F8E4A9;
    padding-bottom: 199px;
    display: flex;
    justify-content: right;
    align-items: center;
    padding-left: 7.5%;
}
.outf_s7 .leftin{
    padding-right: 78px;
    width: 541px;
    float: right;
}
.outf_s7 .left .h5{
    margin: 0px;
    font-family: Poppins,sans-serif;
    font-weight: 600;
    color: #222E31;
    font-size: 13px;
    letter-spacing: 0.1px;
}
.outf_s7 .left .h2{
    font-family: 'Raspberie';
    margin: 0px;
    font-size: 43.4px;
    line-height: 1.06;
    letter-spacing: -0.9px;
    color: #08ACE8;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 35px;
    padding-bottom: 40px;
}
.outf_s7 .left .h2 span{
    position: relative;
    display: inline-block;
}
.outf_s7 .left .h2 span:before {
    content: "";
    position: absolute;
    bottom: -11.5px;
    left: 39px;
    width: 238px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(s3-svg2.svg);
}


.outf_s7 .left article{}
.outf_s7 .left article ul{
    margin: 0px;
    padding: 0px;
}
.outf_s7 .left article ul li{
    position: relative;
    font-family: Poppins,sans-serif;
    font-weight: 500;
    color: #222E31;
    font-size: 20px;
    padding-left: 46px;
    letter-spacing: -0.34px;
    list-style: none;
    padding-bottom: 10.5px;
}
.outf_s7 .left article ul li .svg{
    width: 31px;
    height: 31px;
    display: block;
    position: absolute;
    top: 2px;
    left: -1px;
}
.outf_s7 .left article ul li .svg svg{
    width: 100%;
    height: 100%;
}
.outf_s7 .left .button_link{
    display: block;
    width: 100%;
    padding-top: 25px;
    padding-left: 3px;
}
.button_link a{
    display: inline-block;
    font-family: Poppins,sans-serif;
    font-weight: 600;
    color: #FEF7F1;
    font-size: 14px;
    text-decoration: none;
    padding-top: 14px;
    padding-left: 59px;
    letter-spacing: 0px;
    padding-right: 59px;
    padding-bottom: 14px;
    border-radius: 39px;
    background-color: #423f35;
  border:0 !important;
}
.button_link a:hover{
   color: #FEF7F1 !important;
}
.outf_s7 .left .button_link a{
    display: inline-block;
    font-family: Poppins,sans-serif;
    font-weight: 600;
    color: #FEF7F1;
    font-size: 14px;
    text-decoration: none;
    padding-top: 14px;
    padding-left: 59px;
    letter-spacing: 0px;
    padding-right: 59px;
    padding-bottom: 14px;
    border-radius: 39px;
    background-color: #423f35;
}

.outf_s7 .right{
    width: 50%;
} 
.outf_s7 .right span{
    width: 100%;
    display: block;
    height: 100%;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
}
.outf_s7 .right span img{opacity: 0;width: 100%;}

.outf_s7 .svg_bottom{
    position: absolute;
    width: 100%;
    display: flex;
    left: 0px;
    bottom: 0px;
}
.outf_s7 .svg_bottom svg{
    width: 100%;
    height: auto;
}
.outf_s7 .svg_top svg path#Path_2385{}
.outf_s7 .svg_top svg path#Path_2382{}
.outf_s7 .svg_bottom svg{
    width: 100%;
    height: auto;
}
.outf_s7 .svg_bottom svg path{}

@media (min-width:1920px){
.outf_s7 .right span img {
    opacity: 0;
    width: 80%;
}
}
@media (max-width:989px){
    .outf_s7 .right{
        order:1;
        width: 100%;
    }
    .outf_s7 .right span {
        background-position: center center;
    }
    .outf_s7 .right span img{
        width: 48%;
    }
    
    .outf_s7 .left {
        order:2;
        width: 100%;
        padding-top: 70px;
        padding-left: 85px;
        padding-right: 85px;
        padding-bottom: 180px;
    }
    .outf_s7 .leftin {
        text-align: left;
        width: 100%;
    }
    .outf_s7 {
        width: 100%;
        display: block;
        position: relative;
        padding-bottom: 0px;
    }
}
@media (max-width:768px){
    .outf_s7{}
    .outf_s7 .svg_top{}
    .outf_s7 .svg_top svg{}
    .outf_s7 .svg_top svg path#Path_2385{}
    .outf_s7 .svg_top svg path#Path_2382{}
    .outf_s7 .svg_bottom svg{}
    .outf_s7 .svg_bottom svg path{}


    .outf_s7 .inner{}
    .outf_s7 .left{
        order: 2;
        padding: 0px;
        width: 100%;
        padding-top: 50px;
        padding-bottom: 140px;
    }
    .outf_s7 .leftin{
        width: 85%;
        padding-right: 0px;
        float: none;
        margin: 0px auto;
    }
    .outf_s7 .left .h5{}
    .outf_s7 .left .h2{
        font-size: 32px;
    }
    .outf_s7 .left .h2 br{
      display:none;
    }
    .outf_s7 .left .h2 span:before{
      bottom: -11.5px;
      left: 0px;
      width: 194px;
      height: 20px;
    }
    .outf_s7 .left article{}
    .outf_s7 .left article ul{}
    .outf_s7 .left article ul li{
        font-size: 18px;
        padding-left: 40px;
    }
    .outf_s7 .left article ul li .svg{
        width: 27px;
        height: 27px;
    }

    .outf_s7 .left .button_link{}
    .outf_s7 .left .button_link a{}

    .outf_s7 .right{
        order: 1;
        width: 100%;
    } 
    .outf_s7 .right span{}
    .outf_s7 .right span img{}
}
@media (max-width:520px){
    .outf_s7{}
    .outf_s7 .svg_top{}
    .outf_s7 .svg_top svg{}
    .outf_s7 .svg_top svg path#Path_2385{}
    .outf_s7 .svg_top svg path#Path_2382{}
    .outf_s7 .svg_bottom svg{}
    .outf_s7 .svg_bottom svg path{}


    .outf_s7 .inner{}
    .outf_s7 .left{
        order: 2;
        padding: 0px;
        width: 100%;
        padding-top: 50px;
        padding-bottom: 100px;
    }
    .outf_s7 .leftin{
        width: 85%;
        padding-right: 0px;
        float: none;
        margin: 0px auto;
    }
    .outf_s7 .left .h5{}
    .outf_s7 .left .h2{
        font-size: 32px;
    }
    .outf_s7 .left .h2 span:before{
      bottom: -11.5px;
      left: 0px;
      width: 194px;
      height: 20px;
    }
    .outf_s7 .left article{}
    .outf_s7 .left article ul{}
    .outf_s7 .left article ul li{
        font-size: 18px;
        padding-left: 40px;
    }
    .outf_s7 .left article ul li .svg{
        width: 27px;
        height: 27px;
    }

    .outf_s7 .left .button_link{}
    .outf_s7 .left .button_link a{}

    .outf_s7 .right{
        order: 1;
        width: 100%;
    } 
    .outf_s7 .right span{
        height: 400px;
        overflow: hidden;
    }
    .outf_s7 .right span img{}
}


/**** Section 08 ************/
.outf_s8{
    background-color: #FEF7F1;
    padding-top: 49px;
    padding-bottom: 115px;
}
.outf_s8_in{}
.outf_s8 .inner{
    width: 85%;
    margin: 0px auto;
    max-width: 969px;
}
.outf_s8 .inner .h5{
    margin: 0px;
    font-family: Poppins,sans-serif;
    font-weight: 600;
    color: #222E31;
    font-size: 13px;
    padding-left: 0px;
    letter-spacing: 0.1px;
    text-align: center;
}
.outf_s8 .inner .h2{
    font-family: 'Raspberie';
    margin: 0px;
    font-size: 43.4px;
    line-height: 1.06;
    letter-spacing: -0.9px;
    color: #4E4A4A;
    padding-left: 260px;
    padding-right: 262px;
    text-align: center;
    padding-top: 35px;
    padding-bottom: 35px;
}


.outf_s8 .accordion_body{
    padding-top: 2.6px;
}
.outf_s8 .accordion_body .col {
    padding-bottom: 5px;
    border-bottom: 1px solid #08ACE8;
    margin-bottom: 2px;
}
.outf_s8 .accordion_body .col:last-child{
  border-bottom: 0px solid #08ACE8;
}
.outf_s8 .accordion_body .col .accordion_hand{
    position: relative;
    font-family: Poppins,sans-serif;
    font-weight: 500;
    color: #222E31;
    font-size: 21px;
    padding-right: 48px;
    letter-spacing: -0.8px;
    cursor: pointer;
}
.outf_s8 .accordion_body .col .accordion_hand .h22 {
    font-size: inherit !important;
    line-height: inherit !important;
    letter-spacing: inherit !important;
    padding-top: inherit !important;
    padding-bottom: inherit !important;
    font-family: Poppins,sans-serif;
    font-weight: 500;
    color: #222E31;
}
.outf_s8 .accordion_body .col .accordion_hand span{
    width: 30px;
    height: 31px;
    display: block;
    position: absolute;
    top: 5px;
    right: 0.5px;
}
.outf_s8 .accordion_body .col .accordion_hand span svg{
    width: 100%;
    height: 100%;
}
.outf_s8 .accordion_body .col .accordion_hand .pluse{

}
.outf_s8 .accordion_body .col .accordion_hand .minse{
    display: none;
}
.outf_s8 .accordion_body .col .accordion_hand.active .pluse{
    display: none;
}
.outf_s8 .accordion_body .col .accordion_hand.active .minse{
    display: block;
}
.outf_s8 .accordion_body .col .accordion_content{
    padding-top: 11px;
    padding-left: 0px;
    padding-right: 1px;
    padding-bottom: 9px;
}
.outf_s8 .accordion_body .col .accordion_content article{
    background-color: #08ACE8;
    border-radius: 16px;
    font-family: Poppins,sans-serif;
    font-weight: 600;
    color: #FEF7F1;
    font-size: 16px;
    padding-top: 19.3px;
    letter-spacing: 0.06px;
    line-height: 1.437;
    padding-left: 22px;
    padding-bottom: 25px;
    padding-right: 22px;
}
.outf_s8 .accordion_body .col .accordion_content article p{
    margin: 0px;
}
.outf_s8 .accordion_body .col .accordion_content article p br{}


.outf_s8 .accordion_content{
  display:none;
}
.outf_s8 .accordion_content.active{
  display:block;
}
.outf_s8 .accordion_hand.pluse.active,
.outf_s8 .accordion_hand.minse{
    display: none;
}
.outf_s8 .accordion_hand.minse.active{
    display: block;
}

@media (max-width:1024px){
    .outf_s8 .inner .h2 {
        padding-left: 60px;
        padding-right: 60px;
    }
}
@media (max-width:768px){
    .outf_s8{
        padding-bottom: 60px;
    }
    .outf_s8_in{}
    .outf_s8 .inner{}
    .outf_s8 .inner .h5{}
    .outf_s8 .inner .h2{
        font-size: 32px;
    }

    .outf_s8 .accordion_body{ }
    .outf_s8 .accordion_body .col { }
    .outf_s8 .accordion_body .col:last-child{ }
    .outf_s8 .accordion_body .col .accordion_hand{font-size: 18px;}
    .outf_s8 .accordion_body .col .accordion_hand span{width: 26px;height: 27px;}
    .outf_s8 .accordion_body .col .accordion_hand span svg{ }
    .outf_s8 .accordion_body .col .accordion_hand .pluse{ }
    .outf_s8 .accordion_body .col .accordion_hand .minse{ }
    .outf_s8 .accordion_body .col .accordion_hand.active .pluse{ }
    .outf_s8 .accordion_body .col .accordion_hand.active .minse{ }
    .outf_s8 .accordion_body .col .accordion_content{ }
    .outf_s8 .accordion_body .col .accordion_content article{ }
    .outf_s8 .accordion_body .col .accordion_content article p{ }
    .outf_s8 .accordion_body .col .accordion_content article p br{}


    .outf_s8 .accordion_content{ }
    .outf_s8 .accordion_content.active{ }
    .outf_s8 .accordion_hand.pluse.active,
    .outf_s8 .accordion_hand.minse{ }
    .outf_s8 .accordion_hand.minse.active{ }
}

@media (max-width:520px){
    .outf_s8{
        padding-bottom: 60px;
    }
    .outf_s8_in{}
    .outf_s8 .inner{}
    .outf_s8 .inner .h5{}
    .outf_s8 .inner .h2{
        font-size: 32px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .outf_s8 .accordion_body{ }
    .outf_s8 .accordion_body .col { }
    .outf_s8 .accordion_body .col:last-child{ }
    .outf_s8 .accordion_body .col .accordion_hand{font-size: 18px;}
    .outf_s8 .accordion_body .col .accordion_hand span{width: 26px;height: 27px;}
    .outf_s8 .accordion_body .col .accordion_hand span svg{ }
    .outf_s8 .accordion_body .col .accordion_hand .pluse{ }
    .outf_s8 .accordion_body .col .accordion_hand .minse{ }
    .outf_s8 .accordion_body .col .accordion_hand.active .pluse{ }
    .outf_s8 .accordion_body .col .accordion_hand.active .minse{ }
    .outf_s8 .accordion_body .col .accordion_content{ }
    .outf_s8 .accordion_body .col .accordion_content article{ }
    .outf_s8 .accordion_body .col .accordion_content article p{ }
    .outf_s8 .accordion_body .col .accordion_content article p br{}


    .outf_s8 .accordion_content{ }
    .outf_s8 .accordion_content.active{ }
    .outf_s8 .accordion_hand.pluse.active,
    .outf_s8 .accordion_hand.minse{ }
    .outf_s8 .accordion_hand.minse.active{ }
}



/**** Section 09 ************/
.outf_s9{
    position: relative;
    display: block;
    width: 100%;
    background-color: #FEECD5;
}
.outf_s9 .top_svg{
    width: 100%;
    display: flex;
    margin-top: -6px;
}
.outf_s9 .top_svg svg{
    width: 100%;
    height: auto;
}
.outf_s9 .top_svg svg path#Path_2386{}
.outf_s9 .top_svg svg path#Path_2387{}
.outf_s9_in{
    width: 100%;
    display: block;
    padding-top: 22px;
    padding-bottom: 129px;
}
.outf_s9 .inner{
    max-width: 1034px;
    margin: 0px auto;
    width: 85%;
}
.outf_s9 .h2{
    font-family: 'Raspberie';
    font-size: 43.4px;
    line-height: 1.06;
    letter-spacing: -0.9px;
    color: #08ACE8;
    padding-left: 235px;
    padding-right: 237px;
    text-align: center;
    padding-top: 35px;
    padding-bottom: 52px;
    margin: 0px auto;
}
.outf_s9 .h2 span {
    position: relative;
    display: inline-block;
}
.outf_s9 .h2 span:before {
    content: "";
    position: absolute;
    bottom: -2.5px;
    left: -25px;
    width: 154px;
    height: 56px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(s5-svg33.svg);
}
.outf_s9_form{
    padding-left: 5px;
    padding-right: 5px;
}
.outf_s9_form .contact {
    width: 100%;
    max-width: 100%;
}
.outf_s9_form .contact form{}
.outf_s9_form_in{
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 100%;
}
.outf_s9_form_in .contact__fields_name{
    padding-left: 27px;
    padding-right: 27px;
    width: 33.4%;
}
.outf_s9_form_in .contact__fields_name .field{
    border: 0px;
    padding-top: 0px;
    margin-top: 5px;
}
.outf_s9_form_in .contact__fields_name .field:before,
.outf_s9_form_in .contact__fields_name .field:after{
    display: none;
}
.outf_s9_form_in .contact__fields_name .field input{
    border: 0px !important;
    background-color: transparent;
    border-bottom: 1px solid #08ACE8 !important;
    height: 47px;
    padding: 0px !important;
    font-family: Poppins,sans-serif;
    font-weight: 600;
    color: #222E31;
    font-size: 13.7px;
    letter-spacing: 0.1px;
    padding-top: 22px !important;
}

.outf_s9_form_in .contact__fields_email{
    padding-left: 27px;
    padding-right: 27px;
    width: 33.1%;
}
.outf_s9_form_in .contact__fields_email .field{
    margin-top: 5px;
}
.outf_s9_form_in .contact__fields_email .field:before,
.outf_s9_form_in .contact__fields_email .field:after{
    display: none;
}



.outf_s9_form_in .contact__fields_email .field input{
    border: 0px !important;
    background-color: transparent;
    border-bottom: 1px solid #08ACE8 !important;
    height: 47px;
    padding: 0px !important;
    font-family: Poppins,sans-serif;
    font-weight: 600;
    color: #222E31;
    font-size: 13.7px;
    letter-spacing: 0.1px;
    padding-top: 22px !important;
}
.outf_s9_form_in .contact__fields_name .field .field__label,
.outf_s9_form_in .contact__fields_email .field .field__label{
    padding: 0px !important;
    font-family: Poppins,sans-serif;
    font-weight: 600;
    color: #222E31;
    font-size: 13.7px;
    letter-spacing: 0.1px;
    /* top: 16px; */
    left: 1px;
}
.outf_s9_form_in .contact__button{
    padding-left: 56px;
    padding-right: 45px;
    width: 33.5%;
}
.outf_s9_form_in .contact__button .button{
    width: 100%;
    display: inline-block;
    font-family: Poppins,sans-serif;
    font-weight: 600;
    color: #FEF7F1;
    font-size: 14px;
    text-decoration: none;
    padding-top: 18px;
    padding-left: 59px;
    letter-spacing: 0px;
    padding-right: 59px;
    padding-bottom: 17px;
    border-radius: 39px;
    background-color: #423f35;
    border: 0px;
    height: 52px;
}
.outf_s9_form_in .contact__button .button:before{
    display: none;
}
.outf_s9_form_in .contact__button .button:after{
    display: none;
}

.outf_s9_form_in .contact__fields_name .field input:focus,
.outf_s9_form_in .contact__fields_email .field input:focus{
  outline: 0px;
  box-shadow: 0px 0px 0px #0000;
  border-radius: 0px;
}

.outf_s9_form_in .contact__fields_name .field:hover .field__label,
.outf_s9_form_in .contact__fields_name .field:focus .field__label,
.outf_s9_form_in .contact__fields_email .field:hover .field__label,
.outf_s9_form_in .contact__fields_email .field:focus .field__label{}



.outf_s9_form .klaviyo-form{}
.outf_s9_form .klaviyo-form form.klaviyo-form{
    max-width: 100% !important;
    padding: 0px !important;
}
.outf_s9_form .klaviyo-form form.klaviyo-form>.needsclick{
    min-height: unset !important;
}
.outf_s9_form .klaviyo-form form.klaviyo-form>.needsclick>.needsclick{
    flex-direction: unset !important;
    align-items: unset !important;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.outf_s9_form .klaviyo-form form.klaviyo-form>.needsclick>.needsclick>.needsclick{
    padding: 0px !important;
    padding-left: 2.7% !important;
    padding-right: 2.7% !important;
}
.outf_s9_form .klaviyo-form form.klaviyo-form>.needsclick>.needsclick>.needsclick{}
.outf_s9_form .klaviyo-form form.klaviyo-form>.needsclick>.needsclick>.needsclick input{
    padding: 0px !important;
    border: 0px !important;
    border-bottom: 1px solid rgb(13, 172, 232) !important;
    border-radius: 0px !important;
}

.outf_s9_form .klaviyo-form form.klaviyo-form>.needsclick>.needsclick>.needsclick:first-child{
    width: 28% !important;
    display: block !important;
    flex: unset !important;
}
.outf_s9_form .klaviyo-form form.klaviyo-form>.needsclick>.needsclick>.needsclick:first-child input{}

.outf_s9_form .klaviyo-form form.klaviyo-form>.needsclick>.needsclick>.needsclick:nth-child(2){
    width: 28% !important;
    display: block !important;
    flex: unset !important;
}
.outf_s9_form .klaviyo-form form.klaviyo-form>.needsclick>.needsclick>.needsclick:nth-child(2):nth-child(2) input{}

.outf_s9_form .klaviyo-form form.klaviyo-form>.needsclick>.needsclick>.needsclick:last-child{
    width: 23.7% !important;
    display: block !important;
    flex: unset !important;
    padding-left: 5.2% !important;
    padding-right: 3.2% !important;
}
.outf_s9_form .klaviyo-form form.klaviyo-form>.needsclick>.needsclick>.needsclick:last-child button{
    width: 100%;
    border: 0px !important;
    padding: 0px !important;
    height: 52px !important;
}



@media (max-width:1024px){
    .outf_s9 .h2 {
        padding-left: 135px;
        padding-right: 135px;
    }
    .outf_s9_form_in .contact__fields_name {
        padding-left: 0px;
    }
    .outf_s9_form_in .contact__button {
        padding-right: 0px;
    }
}
@media (max-width:989px){
    .outf_s9 .h2 {
        padding-left: 40px;
        padding-right: 40px;
    }
    .outf_s9_form {
        padding-left: 0vw;
        padding-right: 0vw;
    }
    .outf_s9_form .contact {
        padding: 0px;
    }
    .outf_s9_form_in .contact__fields_name,
    .outf_s9_form_in .contact__fields_email,
    .outf_s9_form_in .contact__button{
        padding-left: 0vw;
        padding-right: 0vw;
        width: 100%;
        padding-bottom: 20px;
    }
    .outf_s9_in {
        padding-bottom: 60px;
    }
}
@media (max-width:768px){
    .outf_s9{}
    .outf_s9 .top_svg{}
    .outf_s9 .top_svg svg{}

    .outf_s9 .inner{}
    .outf_s9_in{
        padding-bottom: 50px;
    }
    .outf_s9 .h2{
        font-size: 32px;
        padding-left: 100px;
        padding-right: 100px;
    }
    .outf_s9 .h2 span:before {
        width: 88px;
        height: 50px;
        left: -10px;
        bottom: -7.5px;
    }
    .outf_s9 span { }
    .outf_s9 span:before { }
    .outf_s9_form{
        padding-left: 0px;
        padding-right: 0px;
    }
    .outf_s9_form .contact {
        padding: 0px;
    }
    .outf_s9_form .contact form{}
    .outf_s9_form_in{}
    .outf_s9_form_in .contact__fields_name{
        width: 100%;
        padding: 0px;
        padding-bottom: 12px;
    }
    .outf_s9_form_in .contact__fields_name .field{}
    .outf_s9_form_in .contact__fields_name .field input{}
    .outf_s9_form_in .contact__fields_name .field .field__label{}
    .outf_s9_form_in .contact__fields_email{
        width: 100%;
        padding: 0px;
        padding-bottom: 19px;
    }
    .outf_s9_form_in .contact__fields_email .field{}
    .outf_s9_form_in .contact__fields_email .field input{}
    .outf_s9_form_in .contact__fields_email .field .field__label{}
    .outf_s9_form_in .contact__button{
        width: 100%;
        padding: 0px;
        padding-bottom: 12px;
    }
    .outf_s9_form_in .contact__button .button{}
    .outf_s9_form_in .contact__button .button:before{}
    .outf_s9_form_in .contact__button .button:after{}


    .outf_s9_form{
        padding-left: 0px;
        padding-right: 0px;
        display: none;
    }
    .outf_s9_form .klaviyo-form{}
    .outf_s9_form .klaviyo-form form.klaviyo-form{
        max-width: 100% !important;
        padding: 0px !important;
    }
    .outf_s9_form .klaviyo-form form.klaviyo-form>.needsclick{
        min-height: unset !important;
    }
    .outf_s9_form .klaviyo-form form.klaviyo-form>.needsclick>.needsclick{
        flex-direction: unset !important;
        align-items: unset !important;
        flex-wrap: wrap;
        box-sizing: border-box;
    }
    .outf_s9_form .klaviyo-form form.klaviyo-form>.needsclick>.needsclick>.needsclick{
        padding: 0px !important;
        padding-left: 0% !important;
        padding-right: 0% !important;
        padding-bottom: 30px !important;
    }
    .outf_s9_form .klaviyo-form form.klaviyo-form>.needsclick>.needsclick>.needsclick{}
    .outf_s9_form .klaviyo-form form.klaviyo-form>.needsclick>.needsclick>.needsclick input{
        padding: 0px !important;
        border: 0px !important;
        border-bottom: 1px solid rgb(13, 172, 232) !important;
        border-radius: 0px !important;
        text-align: center !important;
        height: 45px !important;
    }
    
    .outf_s9_form .klaviyo-form form.klaviyo-form>.needsclick>.needsclick>.needsclick:first-child{
        width: 100% !important;
        display: block !important;
        flex: unset !important;
    }
    .outf_s9_form .klaviyo-form form.klaviyo-form>.needsclick>.needsclick>.needsclick:first-child input{}
    
    .outf_s9_form .klaviyo-form form.klaviyo-form>.needsclick>.needsclick>.needsclick:nth-child(2){
        width: 100% !important;
        display: block !important;
        flex: unset !important;
    }
    .outf_s9_form .klaviyo-form form.klaviyo-form>.needsclick>.needsclick>.needsclick:nth-child(2):nth-child(2) input{}
    
    .outf_s9_form .klaviyo-form form.klaviyo-form>.needsclick>.needsclick>.needsclick:last-child{
        width: 100% !important;
        display: block !important;
        flex: unset !important;
        padding-left: 0% !important;
        padding-right: 0% !important;
    }
    .outf_s9_form .klaviyo-form form.klaviyo-form>.needsclick>.needsclick>.needsclick:last-child button{
        width: 100%;
        border: 0px !important;
        padding: 0px !important;
        height: 52px !important;
    }
}

@media (max-width:520px){
    .outf_s9{}
    .outf_s9 .top_svg{}
    .outf_s9 .top_svg svg{}

    .outf_s9 .inner{}
    .outf_s9_in{
        padding-bottom: 50px;
    }
    .outf_s9 .h2{
        font-size: 32px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .outf_s9 .h2 span:before {
        width: 88px;
        height: 50px;
        left: -10px;
        bottom: -7.5px;
    }
    .outf_s9 span { }
    .outf_s9 span:before { }
    .outf_s9_form{
        padding-left: 0px;
        padding-right: 0px;
    }
    .outf_s9_form .contact {
        padding: 0px;
    }
    .outf_s9_form .contact form{}
    .outf_s9_form_in{}
    .outf_s9_form_in .contact__fields_name{
        width: 100%;
        padding: 0px;
        padding-bottom: 12px;
    }
    .outf_s9_form_in .contact__fields_name .field{}
    .outf_s9_form_in .contact__fields_name .field input{}
    .outf_s9_form_in .contact__fields_name .field .field__label{}
    .outf_s9_form_in .contact__fields_email{
        width: 100%;
        padding: 0px;
        padding-bottom: 19px;
    }
    .outf_s9_form_in .contact__fields_email .field{}
    .outf_s9_form_in .contact__fields_email .field input{}
    .outf_s9_form_in .contact__fields_email .field .field__label{}
    .outf_s9_form_in .contact__button{
        width: 100%;
        padding: 0px;
        padding-bottom: 12px;
    }
    .outf_s9_form_in .contact__button .button{}
    .outf_s9_form_in .contact__button .button:before{}
    .outf_s9_form_in .contact__button .button:after{}
}




/**** Section Product 2 ************/
.outf_s4_product{
    margin-top: 0px;
    padding-bottom: 0px;
}
.outf_s4_product .svg_top{}
.outf_s4_product .svg_top.mobile_only{
    display: none !important;
}
.outf_s4_product .svg_top svg{}
.outf_s4_product .svg_top svg path{
    fill: #FFFAF5;
    stroke: none;
}
.outf_s4_product .outf_s4_in{}
.outf_s4_product .outf_s4_in .inner{}
.outf_s4_product .outf_s4_in .right{
    position: relative;
    z-index: 1;
    padding-top: 254px;
    padding-left: 0px;
    padding-bottom: 193px;
    padding-right: 107px;
    justify-content: right;
    align-items: flex-start;
}
.outf_s4_product .outf_s4_in .right_in{
    width: 448px;
}
.outf_s4_product .outf_s4_in .left{}

.outf_s4_product .svg_bottom{}
.outf_s4_product .svg_bottom svg{}
.outf_s4_product .svg_bottom svg path{}
@media (min-width:1281px){
  .outf_s4_product .outf_s4_in .right {
      padding: 15vw 107px 12vw 0;
  }
}

@media (max-width:989px){
    .outf_s4_product {
        background-color: #ffedb8;
    }
    .outf_s4_product .left .image.desktop_only{display: none !important;}
    .outf_s4_product .left .image.mobile_only{display: block !important;}
    .outf_s4_product .svg_top{display: none !important;}
    .outf_s4_product  .svg_top {
        display: block!important;
        position: relative;
        margin-bottom: -18px;
    }
    .outf_s4_product .outf_s4_in .right {
        position: relative;
        z-index: 1;
        padding: 0px 20px 25px 23px;
        justify-content: right;
        align-items: flex-start;
    }
    .outf_s4_product .right_in .h5 {
        font-size: 15px;
        padding-left: 3px;
        letter-spacing: -0.2px;
        padding-bottom: 27px;
    }
    .outf_s4_product .right_in .h2 {
        padding-right: 0px;
        line-height: 1.06;
        letter-spacing: -1.2px;
    }
    .outf_s4_product .accordion_body {
        padding-top: 12px;
    }
    .outf_s4_product .accordion_body .col .accordion_hand {
        padding-top: 4px;
        padding-left: 32px;
        letter-spacing: 0.2px;
    }
    .outf_s4_product .accordion_body .col .accordion_content article {
        border-radius: 20px;
        letter-spacing: 0.78px;
        line-height: 1.66;
        padding: 14.3px 17px 16px 22px;
    }
    .outf_s4_product .accordion_body .col {
        padding-bottom: 14px;
    }
    .outf_s4_product .accordion_body .col .accordion_content {
        padding: 10px 1px 0 0px;
    }
    .outf_s4_product .left .image.mobile_only {
        height: 158.5vw;
        position: relative;
    }
    .outf_s4_product .left .image.mobile_only img {
        height: auto;
        opacity: 1;
        width: 100%;
    }
    .outf_s4_product .left .image.mobile_only .top_svg{
        width: 100%;
        position: absolute;
        top: -2px;
        height: auto;
        left: 0px;
    }
    .outf_s4_product .left .image.mobile_only .top_svg svg{}
    .outf_s4_product .left .image.mobile_only .top_svg svg path{
        fill: #FFEDB8;
        stroke: none;
    }
    .outf_s4_product .left .image.mobile_only .bottom_svg {
        width: 100%;
        position: absolute;
        bottom: -12px;
        height: auto;
        left: 0;
    }
    .outf_s4_product .left .image.mobile_only .bottom_svg svg{}
    .outf_s4_product .left .image.mobile_only .bottom_svg svg path {
        fill: #fdf6f0;
        stroke: none;
    }
    
    .outf_s4_product .svg_bottom{
      display: none !important;
    }
    .outf_s4_product .outf_s4_in .right_in{
          width: 85%;
    }

}




/**** Section Product 3 ************/
.outf_product3 {
    background-color: #FEF7F1;
    padding-top: 34px;
    padding-bottom: 0px;
}
.outf_product3 .inner {
    max-width: 1100px;
    margin: auto;
    position: relative;
    padding: 0px 0px;
    width: 85%;
}
.outf_product3 .subtitle {
    margin: 0;
    font-family: Poppins,sans-serif;
    font-weight: 600;
    color: #222e31;
    font-size: 13px;
    padding-left: 0;
    letter-spacing: .1px;
    text-align: center;
    padding-bottom: 33px;
}
.outf_product3 .mani_title {
    font-family: Raspberie;
    margin: 0;
    font-size: 44px;
    line-height: 1.05;
    letter-spacing: -1.2px;
    color: #4e4a4a;
    text-align: center;
    padding-left: 280px;
    padding-right: 280px;
    padding-bottom: 30px;
}
.outf_product3 .mani_title span {
    position: relative;
    display: inline-block;
}
.outf_product3 .mani_title span:before {
    content: "";
    position: absolute;
    bottom: -9.5px;
    left: -7px;
    width: 238px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(s3-svg.svg);
}

.outf_product3_in {
    width: 100%;
    display: flex;
    position: relative;
    /* padding-top: 10px; */
    flex-wrap: wrap;
    box-sizing: border-box;
    z-index: 1;
}
.outf_product3_in .svg_code {
    width: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    padding-left: 76px;
    z-index: -1;
}
.outf_product3_in .svg_code svg {
    width: 100%;
    height: auto;
}

.outf_product3_in .col {
    width: 25%;
    padding-top: 82px;
    text-align: center;
}
.outf_product3_in .col .icon {
    width: 100%;
    display: block;
    text-align: center;
    padding-bottom: 25px;
}
.outf_product3_in .col .icon img {
    width: 78px;
    display: block;
    margin: 0px auto;
}
.outf_product3_in .col .title {
    margin: 0;
    font-family: Poppins,sans-serif;
    font-weight: 600;
    color: #222e31;
    font-size: 20px;
    padding-left: 0px;
    letter-spacing: .1px;
    padding-bottom: 82px;
    line-height: 1;
}
.outf_product3_in .col article {
    margin: 0;
    font-family: Poppins,sans-serif;
    font-weight: 600;
    color: #222e31;
    font-size: 15px;
    padding-left: 0px;
    letter-spacing: 0.9px;
    line-height: 1.56;
    padding-right: 8px;
}

.outf_product3_in .col1 {
    width: 23%;
    padding-left: 18px;
    padding-right: 18px;
    position: relative;
    z-index: 4;
    display: block;
}
.outf_product3_in .col1 .icon {
    padding-right: 8px;
}
.outf_product3_in .col1 .icon img {}
.outf_product3_in .col1 .title {
    padding-right: 4px;
    letter-spacing: 0px;
}
.outf_product3_in .col1 article {
    padding-right: 3px;
}
.outf_product3_in .col1 article br{}


.outf_product3_in .col2 {
    padding-top: 77px;
    padding-left: 20px;
    padding-right: 20px;
}
.outf_product3_in .col2 .icon {
    padding-right: 6px;
}
.outf_product3_in .col2 .icon img {
    width: 73px;
}
.outf_product3_in .col2 .title {
    padding-right: 9px;
    padding-bottom: 45px;
}
.outf_product3_in .col2 article {}


.outf_product3_in .col3 {
    padding-top: 71px;
    padding-left: 20px;
    padding-right: 20px;
}
.outf_product3_in .col3 .icon {
    padding-right: 36px;
}
.outf_product3_in .col3 .icon img {
    width: 79px;
}
.outf_product3_in .col3 .title {
    padding-bottom: 80px;
    padding-right: 31px;
}
.outf_product3_in .col3 article {
    padding-left: 20px;
    padding-right: 46px;
}


.outf_product3_in .col4 {
    padding-top: 72px;
    padding-left: 20px;
    padding-right: 20px;
}
.outf_product3_in .col4 .icon {
    padding-right: 7px;
}
.outf_product3_in .col4 .icon img {
    width: 67.5px;
}
.outf_product3_in .col4 .title {
    padding-right: 10px;
    padding-bottom: 43px;
}
.outf_product3_in .col4 article { }


.outf_product3_gif img{
    width: 100%;
    height: auto;
}
.outf_product3_gif.desktop_only{
    max-width: 1450px;
    margin: auto;
    display: block;
}
.outf_product3_gif.mobile_mobile{
    display:none;
}
@media (max-width:989px){
    .outf_product3 .mani_title{
        padding-left: 80px;
        padding-right: 80px;
    }
}
@media (max-width:768px){
    .outf_product3 {
        padding-top: 48px;
        padding-bottom: 0px;
        margin-bottom: -4px;
    }
    .outf_product3 .subtitle {
        font-size: 15px;
        letter-spacing: -0.3px;
        padding-bottom: 41px;
    }
    .outf_product3 .mani_title {
        font-size: 32px;
        letter-spacing: -1.2px;
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 0px;
    }
    .outf_product3 .mani_title span:before {
        bottom: -7.5px;
        left: -14px;
        width: 182px;
        height: 20px;
    }
    .outf_product3_in .svg_code {
        display: none !important;
    }
    
    .outf_product3_in .col {
        width: 100%!important;
        padding-top: 0!important;
        text-align: center;
        padding-left: 10px!important;
        padding-right: 10px!important;
        padding-bottom: 46px !important;
    }
    .outf_product3_in .col .title {
        padding-bottom: 17px !important;
        line-height: 1;
        padding-right: 0px !important;
        letter-spacing: -0.7px !important;
    }
    .outf_product3_in .col .icon {
        width: 100%;
        display: block;
        text-align: center;
        padding-bottom: 18px !important;
        padding-right: 0px !important;
    }
    .outf_product3_in .col .icon img {
        width: 117px !important;
        display: block;
        margin: 0 auto;
    }
    .outf_product3_in .col article {
        padding-right: 0!important;
        padding-left: 0!important;
        line-height: 1.8!important;
        letter-spacing: 1.3px !important;
    }
    .outf_product3_in .col2 .icon img {
        width: 110px!important;
    }
    .outf_product3_in .col2 {
        width: 100%!important;
        text-align: center;
        padding: 0 36px 52px!important;
    }
    .outf_product3_in .col3 {
        width: 100%!important;
        text-align: center;
        padding: 0 34px 52px!important;
    }
    .outf_product3_in .col3 .icon img {
        width: 118px!important;
    }
    
    .outf_product3_in .col4{
        padding: 0 40px 46px!important;
    }
    .outf_product3_in .col4 .icon img{
        width: 101px!important;
    }
    .outf_product3_in .col4 .icon{
        padding-bottom: 21px!important;
    }
    .outf_product3_gif.desktop_only{
      display: none !important;
    }
    .outf_product3_gif.mobile_mobile {
        display: block !important;
    }
}




/**** Section Product us vs them ************/
.outf_s5_usvsthem_product{
    background-color:#FEECD5;
}

.outf_s5_usvsthem_product .outf_s5_usvsthem_in{
    padding-top: 45px;
}
.outf_s5_usvsthem_product .svg_top{
    display: block;
    background-color: #fef7f1;
}
.outf_s5_usvsthem_product .svg_top svg{
    width: 100%;
    height: auto;
    margin-bottom: -20px;
}

.outf_s5_usvsthem_product .svg_bottom{
    display: block;
}
.outf_s5_usvsthem_product .svg_bottom svg{
    width: 100%;
    height: auto;
    margin-bottom: -20px;
}
.outf_s5_usvsthem_product .svg_bottom svg path{
    fill: #FFFAF5;
}

.outf_s5_usvsthem_product .outf_s5_title{
    padding-bottom:68px;
}
@media (max-width:768px){
.outf_s5_usvsthem_product .svg_top { }
.outf_s5_usvsthem_product .svg_top svg path{ }
}
@media (max-width:768px){
.outf_s5_usvsthem_product .outf_s5_usvsthem_in .inner {
    padding: 22px 0 12px;
    width: 88.5%;
}
.outf_s5_usvsthem_product .outf_s5_usvsthem_in .outf_s5_subtitle {
    font-size: 14px;
    letter-spacing: .3px;
    padding-bottom: 41px;
}
.outf_s5_usvsthem_product .outf_s5_title {
    padding-bottom: 35px;
    padding-left: 13px;
    padding-right: 13px;
}
.outf_s5_usvsthem_product .outf_s5_title span:before {
    width: 100px;
    height: 50px;
    left: 1px;
    bottom: -7.5px;
}
.outf_s5_usvsthem_product .outf_s5_uvt_in .col .col1, 
.outf_s5_usvsthem_product .outf_s5_uvtcol .col1 {
    width: 54.5%;
    display: block;
}

.outf_s5_usvsthem_product .outf_s5_uvtcol .col2 span {
    border-radius: 10px;
}
.outf_s5_usvsthem_product .outf_s5_uvtcol .col2,
.outf_s5_usvsthem_product .outf_s5_uvt_in .col .col2{
    width: 20.8%;
}
.outf_s5_usvsthem_product .outf_s5_uvt_in {
    padding-top: 20px;
}
.outf_s5_usvsthem_product .outf_s5_uvt_in .col .col2 p {
    font-size: 12px;
    padding-bottom: 15px;
}
.outf_s5_usvsthem_product .outf_s5_uvt_in .col .col3 {
    width: 24.4%;
}
.outf_s5_usvsthem_product .outf_s5_uvt_in .col .col3 p {
    font-size: 12px;
    line-height: 1.3;
    padding-bottom: 11px;
    padding-right: 0px;
    padding-left: 11px;
}
.outf_s5_usvsthem_product .outf_s5_uvt_in .col:first-child .col3 span {
    padding-left: 13px;
}
.outf_s5_usvsthem_product .outf_s5_uvt_in .col:first-child .col3 img {
    width: 21px;
}

.outf_s5_usvsthem_product .outf_s5_uvt_in .col:first-child {
    height: 96px;
}
.outf_s5_usvsthem_product .outf_s5_uvt_in .col .col1 {
    padding-top: 15px;
    padding-bottom: 8px;
    min-height: 75.4px;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    align-items: center;
}
.outf_s5_usvsthem_product .outf_s5_uvt_in .col .col1 p {
    font-size: 19.9px;
    padding-left: 1px;
    letter-spacing: -0.9px;
    padding-right: 25px;
}
.outf_s5_usvsthem_product .outf_s5_uvt_in .col:first-child .col2 p, 
.outf_s5_usvsthem_product .outf_s5_uvt_in .col:first-child .col3 p {
    display: block;
}
.outf_s5_usvsthem_product .outf_s5_uvt_in .col .col2 img{
    width: 24px;
}
.outf_s5_usvsthem_product .outf_s5_uvt_in .col .col3 span img{
    width: 29px;
}
.outf_s5_usvsthem_product .outf_s5_uvt {
    width: 100%;
    display: block;
    position: relative;
    padding-bottom: 19px;
}
.outf_s5_usvsthem_product .svg_bottom {
    display: block;
    background-color: #FEF7F1;
}
.outf_s5_usvsthem_product .svg_bottom svg path {
    fill: #feecd5;
}
}




/**** Section Product  Got Questions ************/
.outf_s8_product_questions{
    background-color:#FFFAF5;
}

@media (max-width:768px){
    .outf_s8_product_questions {
        background-color: #fef7f1;
        padding-top: 76px;
    }
    .outf_s8_product_questions .inner {
        width: 88%;
        max-width: 969px;
    }
    .outf_s8_product_questions .inner .h5 {
        font-size: 15px;
        padding-left: 0;
        letter-spacing: -0.2px;
    }
    .outf_s8_product_questions .inner .h2 {
        font-size: 32px;
        padding-left: 0;
        padding-right: 0;
        padding-top: 32px;
        padding-bottom: 23px;
    }
    .outf_s8_product_questions .accordion_body .col .accordion_hand {
        font-size: 19px;
        letter-spacing: -0.4px;
    }
    .outf_s8_product_questions .accordion_body .col {
        padding-bottom: 9px;
        border-bottom: 1px solid #08ACE8;
        margin-bottom: 9px;
    }
    .outf_s8_product_questions .accordion_body .col .accordion_hand span {
        width: 25px;
        height: 25px;
        top: 4px;
        right: 4.5px;
    }
}




/**** Contact Page Style Start ************/
.contact_hero_s {
    width: 100%;
    display: block;
    position: relative;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 226px;
    padding-bottom: 0;
    overflow: hidden;
}

.contact_hero_inner {
    width: 100%;
    display: block;
    position: relative;
    z-index: 2;
}
.contact_hero_inner .inner {
    width: 85%;
    max-width: 1084px;
    display: block;
    margin: 0 auto;
    margin-bottom: -50px;
}
.contact_form_div {
    width: 570px;
    background-color: #fff;
    padding: 61px 62px 58px 62px;
    border-radius: 26px;
}
.contact_form_div .title{
    font-family: Raspberie;
    margin: 0;
    font-size: 69px;
    line-height: 1.03;
    letter-spacing: -1.1px;
    color: #08ACE8;
    padding-left: 1px;
}
.contact_form_div form{}
.contact_form_div form .contact__fields {
    display: block;
    padding-top: 28px;
}
.contact_form_div form .contact__fields .field{
    border: 0px !important;
    margin-bottom: 14px;
}
.contact_form_div form .contact__fields .field input{
    border: 0px!important;
    background-color: transparent;
    border-bottom: 1px solid #08ACE8!important;
    font-family: Poppins,sans-serif;
    font-weight: 600;
    color: #222e31;
    font-size: 13.7px;
    letter-spacing: .1px;
    left: 0px;
}
.contact_form_div form .contact__fields .field:before,
.contact_form_div form .contact__fields .field:after{
    display: none !important;
}
.contact_form_div form .textarea_field {}
.contact_form_div form .textarea_field textarea {
    border: 0px!important;
    background-color: transparent;
    border-bottom: 1px solid #08ACE8!important;
    font-family: Poppins,sans-serif;
    font-weight: 600;
    color: #222e31;
    letter-spacing: .1px;
    height: 45px !important;
    min-height: unset;
}
.contact_form_div form .textarea_field:before,
.contact_form_div form .textarea_field:after,
.contact_form_div form .contact__button button:before,
.contact_form_div form .contact__button button:after{
    display: none !important;
}
.contact_form_div form .contact__button {
    margin: 0px !important;
    padding-top: 47px;
}
.contact_form_div form .contact__button button {
    width: auto;
    display: inline-block;
    font-family: Poppins,sans-serif;
    font-weight: 600;
    color: #fef7f1;
    font-size: 14px;
    text-decoration: none;
    padding: 18px 55px 18px;
    letter-spacing: 0px;
    border-radius: 39px;
    background-color: #423f35;
    border: 0px;
    height: 53px;
}

.contact_form_div form .field .field__label{
    font-family: Poppins,sans-serif;
    font-weight: 600;
    color: #222e31;
    letter-spacing: .1px;
    left: 0px;
}
.contact_form_div form .field .field__label span{}

.contact_form_div .field input:focus,
.contact_form_div .textarea_field textarea:focus{
  outline: 0px;
  box-shadow: 0px 0px 0px #0000;
  border-radius: 0px;
}

.contact_hero_s .svg_bottom {
    width: 103%;
    display: block;
    position: absolute;
    bottom: -47px;
    left: -1.5%;
}
.contact_hero_s .svg_bottom:before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 50px;
    background-color: #FFEDB8;
}
.contact_hero_s .svg_bottom svg{}
.contact_hero_s .svg_bottom svg path{
    fill: #FFEDB8;
}
@media (min-width:1281px){
    .contact_hero_s {
        padding-top: 12.656vw;
        padding-bottom: 3.672vw;
        background-size: contain;
        background-position-y: -4vw;
        background-color: #ff94b0;
    }
    .contact_hero_s .svg_bottom{
        margin-bottom: -80px;
    }
}
@media (max-width:1528px){
    .contact_hero_s .svg_bottom {
        margin-bottom: -20px;
    }
}
@media (max-width:1280px){
    .contact_hero_inner .inner {
        width: 85%;
        max-width: 1084px;
        display: block;
        margin: 0 auto ;
        margin-bottom: 0px;
    }
    .contact_hero_s {
        background-position-y: -55px;
    }
}
@media (max-width:1200px){
.contact_hero_s {
    background-position-y: 0px;
    background-position: bottom center;
}
}
@media (max-width:768px){
.contact_hero_s {
    padding-top: 76vw;
    background-position: center top;
    background-size: contain;
    background-color: #ff8f9f;
}
.contact_form_div {
    width: 100%;
    padding: 40px 40px 46px;
}
.contact_form_div .title {
    font-size: 40px;
}
.contact_hero_s .svg_bottom {
    margin-bottom: 0px;
    bottom: -10px;
}
}









/**** Contact Page S2 ************/
.contact_info_s2 {
    background-color: #ffedb8;
    position: relative;
    z-index: 1;
    padding-top: 97px;
}
.contact_info_s2 .inner{
    width: 86%;
    display: flex;
    margin: 0px auto;
    max-width: 1093px;
    padding-top: 15px;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding-bottom: 101px;
}
.contact_info_s2 .col{}
.contact_info_s2 .col .icon{
    display: block;
    width: 100%;
    height: 32px;
}
.contact_info_s2 .col .icon img{
    width: auto;
    height: 32px;
}
.contact_info_s2 .col .title{
    margin: 0;
    font-family: Poppins,sans-serif;
    font-weight: 600;
    color: #414141;
    font-size: 20px;
    padding-left: 0;
    letter-spacing: -0.4px;
    padding-left: 4px;
    padding-top: 27px;
    line-height: 1.3;
}
.contact_info_s2 .col .title br{}
.contact_info_s2 .col article{
    font-family: Poppins,sans-serif;
    font-weight: 500;
    color: #414141;
    font-size: 15px;
    padding-left: 0;
    letter-spacing: 0.98px;
    padding-left: 4px;
    padding-top: 20px;
    line-height: 1.58;
}
.contact_info_s2 .col article a{
    color: #4E4A4A;
}
.contact_info_s2 .col article br{}

.contact_info_s2 .col1{
    width: 33%;
}
.contact_info_s2 .col1 .icon{}
.contact_info_s2 .col1 .icon img{}
.contact_info_s2 .col1 .title{}
.contact_info_s2 .col1 .title br{}
.contact_info_s2 .col1 article{
    padding-right: 20px;
}
.contact_info_s2 .col1 article a{}
.contact_info_s2 .col1 article br{}

.contact_info_s2 .col2{
    text-align: center;
    padding-left: 33px;
    padding-right: 33px;
    width: 34%;
}
.contact_info_s2 .col2 .icon{}
.contact_info_s2 .col2 .icon img{}
.contact_info_s2 .col2 .title{
    padding-left: 0px;
    padding-right: 3px;
}
.contact_info_s2 .col2 .title br{}
.contact_info_s2 .col2 article{
    padding-top: 20px;
    padding-right: 4px;
}
.contact_info_s2 .col2 article a{}
.contact_info_s2 .col2 article br{}

.contact_info_s2 .col3{
    width: 33%;
    padding-right: 5px;
    text-align: right;
}
.contact_info_s2 .col3 .icon{}
.contact_info_s2 .col3 .icon img{}
.contact_info_s2 .col3 .title{}
.contact_info_s2 .col3 .title br{}
.contact_info_s2 .col3 article{
    /* font-weight: 600; */
    /* font-size: 20px; */
    /* padding-top: 27px; */
    /* line-height: 1.34; */
    /* letter-spacing: -0.4px; */
    padding-left: 53px;
}
.contact_info_s2 .col3 article a{}
.contact_info_s2 .col3 article br{}

@media (max-width:1528px){
    .contact_info_s2 {
        background-color: #ffedb8;
        position: relative;
        z-index: 1;
        padding-top: 70px;
    }
}
@media (max-width:1280px){
.contact_info_s2 {
    padding-top: 47px;
}
}
@media (max-width:768px){
.contact_info_s2 .col{
    width: 100%!important;
    text-align: center!important;
    padding: 0!important;
    padding-bottom: 40px !important;
}
.contact_info_s2 .col article {
    padding-left: 0px !important;
    padding-top: 10px !important;
    padding-right: 0px !important;
    max-width: 300px;
    margin: 0px auto;
}
.contact_info_s2 .col .title {
    padding-left: 0px !important;
    padding-top: 14px;
    padding-right: 0px !important;
}
.contact_info_s2 .inner {
    padding-bottom: 21px;
}
}
















/**** Site Footer ************/
.outf_sit_footer{
    background-color: #EF984D;
    padding-top: 65px;
    padding-bottom: 30px;
}
.site_footer_top{
    width: 100%;
    display: block;
}
.site_footer_top .inner{
    width: 89%;
    max-width: 1172px;
    margin: 0px auto;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.site_footer_top .left{
    width: 50%;
    padding-left: 2px;
}
.site_footer_top .left img{
    width: 84px;
}

.site_footer_top .right{
    width: 50%;
    text-align: right;
    padding-right: 7px;
    padding-top: 14px;
}
.site_footer_top .right a{
    font-family: 'Raspberie';
    font-size: 43.4px;
    line-height: 1.06;
    letter-spacing: -0.9px;
    color: #FEECD5;
    text-decoration: none;
}

.site_footer_center{
    width: 100%;
    display: block;
    padding-top: 23px;
    padding-bottom: 47px;
}
.site_footer_center .inner{
    width: 89%;
    max-width: 1172px;
    margin: 0px auto;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.site_footer_center .col{
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 4px;
}
.site_footer_center .soical_icon{
    width: 100%;
    display: block;
    padding-left: 4px;
    padding-top: 3px;
    padding-bottom: 13px;
}
.site_footer_center .soical_icon ul{
    margin: 0px;
    padding: 0px;
}
.site_footer_center .soical_icon ul li{
    display: inline-block;
    width: 27px;
    margin-right: 10px;
}
.site_footer_center .soical_icon ul li a{
    display: block;
    width: 100%;
    height: 100%;
}
.site_footer_center .soical_icon ul li a svg{
    width: 100%;
    height: auto;
}
.site_footer_center .soical_icon ul li.face{}
.site_footer_center .soical_icon ul li.face a{
    padding-right: 5px;
    padding-left: 7px;
}
.site_footer_center .soical_icon ul li.face a svg{}
.site_footer_center .soical_icon ul li.insta a svg{
    width: 98%;
    height: 98%;
}

@media screen and (max-width: 600px) {
  .site_footer_center .footer_paymenticon svg {
    width: 100% !important;
    margin-left: 0 !important;
  }
}

.site_footer_center .footer_paymenticon{}
.site_footer_center .footer_paymenticon svg{
    width: 359px;
    margin-left: 5px;
}
.site_footer_center .footer_paymenticon svg path,
.site_footer_center .footer_paymenticon svg polygon,
.site_footer_center .footer_paymenticon svg rect{
    fill: #FFF;
}
.site_footer_center .footer-block__newsletter{
    max-width: 364px;
    padding-bottom: 20px;
    display: none;
}
.site_footer_center .newsletter-form__field-wrapper{}
.site_footer_center .newsletter-form__field-wrapper .field{
    border: 0px;
}
.site_footer_center .newsletter-form__field-wrapper .field:before,
.site_footer_center .newsletter-form__field-wrapper .field:after{
  display:none;
}
.site_footer_center .newsletter-form__field-wrapper .field input{
    background-color: #F8AA67;
    border: 0px;
    height: 51px;
}
.site_footer_center .newsletter-form__field-wrapper .field .field__label{
    padding-top: 5px;
    font-family: Poppins,sans-serif;
    font-weight: 400;
}
.site_footer_center .newsletter-form__field-wrapper .field button{
    opacity: 0;
}
.site_footer_center .newsletter-form__field-wrapper .field button 
.site_footer_center .newsletter-form__field-wrapper .field svg{}
.site_footer_center .footer_formtext{
    max-width: 359px;
    border: 1px solid #FFFFFF;
    margin-left: 5px;
    padding: 8px 5px 10px 16px;
    font-family: Poppins,sans-serif;
    font-weight: 600;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 0.17px;
    line-height: 1.45;
}
.site_footer_center .footer_formtext p{}

.site_footer_center .h5{
    font-family: Poppins,sans-serif;
    font-weight: 600;
    color: #FEF7F1;
    font-size: 17px;
    padding-left: 0px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    margin: 0px;
}
.site_footer_center .site_footer_Menu{
    width: 100%;
    display: block;
    padding-top: 26px;
}
.site_footer_center .site_footer_Menu ul{
    margin: 0px;
    padding: 0px;
}
.site_footer_center .site_footer_Menu ul li{
    font-family: Poppins,sans-serif;
    font-weight: normal;
    color: #FEF7F1;
    font-size: 13px;
    padding-left: 0px;
    letter-spacing: 0.9px;
    list-style: none;
}
.site_footer_center .site_footer_Menu ul li a{
    color: #FEF7F1;
    text-decoration: none;
}

.site_footer_center .col1{
    width: 52%;
    padding-left: 0px;
    padding-top: 0px;
}

.site_footer_center .col2{
    width: 20%;
}
.site_footer_center .col2 .h5{}
.site_footer_center .col2 .site_footer_Menu{}
.site_footer_center .col2 .site_footer_Menu ul{}
.site_footer_center .col2 .site_footer_Menu ul li{}
.site_footer_center .col2 .site_footer_Menu ul li a{}

.site_footer_center .col3{
    padding-left: 10px;
    padding-right: 10px;
    width: 11.2%;
    text-align: center;
}
.site_footer_center .col3 .h5{}
.site_footer_center .col3 .site_footer_Menu{}
.site_footer_center .col3 .site_footer_Menu ul{}
.site_footer_center .col3 .site_footer_Menu ul li{}
.site_footer_center .col3 .site_footer_Menu ul li a{}

.site_footer_center .col4{
    padding-right: 5px;
    width: 16.8%;
    text-align: right;
}
.site_footer_center .col4 .h5{}
.site_footer_center .col4 .site_footer_Menu{}
.site_footer_center .col4 .site_footer_Menu ul{}
.site_footer_center .col4 .site_footer_Menu ul li{}
.site_footer_center .col4 .site_footer_Menu ul li a{}

.site_footer_bottom{
    width: 100%;
    display: block;
}
.site_footer_bottom .inner{
    width: 89%;
    max-width: 1172px;
    margin: 0px auto;
}
.site_footer_bottom span{
    color: rgb(255 255 255 / 45%);
    font-family: Poppins,sans-serif;
    font-weight: normal;
    font-style: italic;
    font-size: 12px;
    letter-spacing: 0.6px;
}

@media (max-width:989px){
    .site_footer_center .col1 {
        width: 100%;
        padding-left: 0;
        padding-top: 0;
        padding-right: 0px;
    }
    .site_footer_center .footer-block__newsletter {
        max-width: 100%;
        padding-bottom: 20px;
    }
    .site_footer_center .footer_formtext {
        max-width: 100%;
        margin-left: 0px;
        margin-bottom: 20px;
    }
    .site_footer_center .col2 {
        width: 33.33%;
        padding-left: 0px;
    }
    .site_footer_center .col3 {
        width: 33.33%;
    }
    .site_footer_center .col4 {
        padding-right: 0px;
        width: 33.33%;
        text-align: right;
    }
}
@media (max-width:768px){
  .page-margin,
.shopify-challenge__container {
  margin: 13rem auto 7rem auto;
}
    .outf_sit_footer{}
    .site_footer_top{}
    .site_footer_top .inner{}

    .site_footer_top .left{
        width: 100%;
        text-align: center;
    }
    .site_footer_top .left img{}

    .site_footer_top .right{
        width: 100%;
        text-align: center;
        padding: 0px;
    }
    .site_footer_top .right a{
        font-size: 32px;
    }

    .site_footer_center{
        padding-bottom: 20px;
    }
    .site_footer_center .inner{
        width: 85%;
    }

    .site_footer_center .col{
        width: 100%;
        padding: 0px;
        padding-bottom: 31px;
        /* text-align: left; */
    }
    .site_footer_center .soical_icon{
        padding: 0px;
        text-align: center;
        padding-bottom: 20px;
    }
    .site_footer_center .soical_icon ul{}
    .site_footer_center .soical_icon ul li{}
    .site_footer_center .soical_icon ul li a{}
    .site_footer_center .soical_icon ul li a svg{}
    .site_footer_center .soical_icon ul li.face a svg{}
    .site_footer_center .soical_icon ul li.insta a svg{}

    .site_footer_center .footer-block__newsletter{
        width: 100%;
        max-width: 100%;
    }
    .site_footer_center .newsletter-form__field-wrapper{}
    .site_footer_center .newsletter-form__field-wrapper .field{}
    .site_footer_center .newsletter-form__field-wrapper .field input{}
    .site_footer_center .newsletter-form__field-wrapper .field .field__label{}
    .site_footer_center .newsletter-form__field-wrapper .field button{}
    .site_footer_center .newsletter-form__field-wrapper .field button 
    .site_footer_center .newsletter-form__field-wrapper .field svg{}
    .site_footer_center .footer_formtext{
        margin: 0px;
        width: 100%;
        max-width: 100%;
    }
    .site_footer_center .footer_formtext p{}

    .site_footer_center .h5{
        text-align: left;
    }
    .site_footer_center .site_footer_Menu{
        padding-top: 10px;
    }
    .site_footer_center .site_footer_Menu ul{
        /* text-align: left; */
    }
    .site_footer_center .site_footer_Menu ul li{
        /* display: inline-block; */
        /* padding-right: 20px; */
        /* padding-left: 0px; */
    }
    .site_footer_center .site_footer_Menu ul li a{}

    .site_footer_center .col2{
        /* width: 100%; */
        width: 33.33%;
    }
    .site_footer_center .col2 .h5{}
    .site_footer_center .col2 .site_footer_Menu{
        /* padding-top: 10px; */
    }
    .site_footer_center .col2 .site_footer_Menu ul{}
    .site_footer_center .col2 .site_footer_Menu ul li{}
    .site_footer_center .col2 .site_footer_Menu ul li a{}

    .site_footer_center .col3{
        width: 33.33%;
    }
    .site_footer_center .col3 .h5{
        text-align: center;
    }
    .site_footer_center .col3 .site_footer_Menu{}
    .site_footer_center .col3 .site_footer_Menu ul{}
    .site_footer_center .col3 .site_footer_Menu ul li{}
    .site_footer_center .col3 .site_footer_Menu ul li a{}

    .site_footer_center .col4{
        width: 33.33%;
    }
    .site_footer_center .col4 .h5{
        text-align: right;
    }
    .site_footer_center .col4 .site_footer_Menu{}
    .site_footer_center .col4 .site_footer_Menu ul{}
    .site_footer_center .col4 .site_footer_Menu ul li{}
    .site_footer_center .col4 .site_footer_Menu ul li a{}

    .site_footer_bottom{}
    .site_footer_bottom .inner{}
    .site_footer_bottom span{}
}


@media (max-width:520px){
    .outf_sit_footer{}
    .site_footer_top{}
    .site_footer_top .inner{}

    .site_footer_top .left{
        width: 100%;
        text-align: center;
    }
    .site_footer_top .left img{}

    .site_footer_top .right{
        width: 100%;
        text-align: center;
        padding: 0px;
    }
    .site_footer_top .right a{
        font-size: 32px;
    }

    .site_footer_center{
        padding-bottom: 20px;
    }
    .site_footer_center .inner{
        width: 85%;
    }

    .site_footer_center .col{
        width: 100%;
        padding: 0px;
        padding-bottom: 31px;
        /* text-align: left; */
    }
    .site_footer_center .soical_icon{
        padding: 0px;
        text-align: center;
        padding-bottom: 20px;
    }
    .site_footer_center .soical_icon ul{}
    .site_footer_center .soical_icon ul li{}
    .site_footer_center .soical_icon ul li a{}
    .site_footer_center .soical_icon ul li a svg{}
    .site_footer_center .soical_icon ul li.face a svg{}
    .site_footer_center .soical_icon ul li.insta a svg{}

    .site_footer_center .footer-block__newsletter{
        width: 100%;
        max-width: 100%;
    }
    .site_footer_center .newsletter-form__field-wrapper{}
    .site_footer_center .newsletter-form__field-wrapper .field{}
    .site_footer_center .newsletter-form__field-wrapper .field input{}
    .site_footer_center .newsletter-form__field-wrapper .field .field__label{}
    .site_footer_center .newsletter-form__field-wrapper .field button{}
    .site_footer_center .newsletter-form__field-wrapper .field button 
    .site_footer_center .newsletter-form__field-wrapper .field svg{}
    .site_footer_center .footer_formtext{
        margin: 0px;
        width: 100%;
        max-width: 100%;
    }
    .site_footer_center .footer_formtext p{}

    .site_footer_center .h5{
        text-align: left;
        font-size: 13px;
    }
    .site_footer_center .site_footer_Menu{
        padding-top: 10px;
    }
    .site_footer_center .site_footer_Menu ul{
        /* text-align: left; */
    }
    .site_footer_center .site_footer_Menu ul li{
        /* display: inline-block; */
        /* padding-right: 20px; */
        /* padding-left: 0px; */
        font-size: 11px;
    }
    .site_footer_center .site_footer_Menu ul li a{}

    .site_footer_center .col2{
        /* width: 100%; */
        width: 33.33%;
    }
    .site_footer_center .col2 .h5{}
    .site_footer_center .col2 .site_footer_Menu{
        /* padding-top: 10px; */
    }
    .site_footer_center .col2 .site_footer_Menu ul{}
    .site_footer_center .col2 .site_footer_Menu ul li{}
    .site_footer_center .col2 .site_footer_Menu ul li a{}

    .site_footer_center .col3{
        width: 33.33%;
    }
    .site_footer_center .col3 .h5{
        text-align: center;
    }
    .site_footer_center .col3 .site_footer_Menu{}
    .site_footer_center .col3 .site_footer_Menu ul{}
    .site_footer_center .col3 .site_footer_Menu ul li{}
    .site_footer_center .col3 .site_footer_Menu ul li a{}

    .site_footer_center .col4{
        width: 33.33%;
    }
    .site_footer_center .col4 .h5{
        text-align: right;
    }
    .site_footer_center .col4 .site_footer_Menu{}
    .site_footer_center .col4 .site_footer_Menu ul{}
    .site_footer_center .col4 .site_footer_Menu ul li{}
    .site_footer_center .col4 .site_footer_Menu ul li a{}

    .site_footer_bottom{}
    .site_footer_bottom .inner{}
    .site_footer_bottom span{}
}

.email_signup_lander {
    text-align: center;
  max-width: 900px;
  margin: auto;
  font-family: Raspberie;
  font-size: 50px;
  line-height: 1.03;
  letter-spacing: -1.7px;
  color: #4e4a4a !important;
}

@media screen and (max-width: 640px) {
  .LoyaltyFullpage-prefix .LoyaltyPage .LoyaltyPage__header {
    padding-top: 106px!important;
    padding-bottom: 65px !important;
  }
}

.LoyaltyFullpage-prefix .LoyaltyPage .LoyaltyPage__header {
    padding-top: 200px !important;
}
@media screen and (max-width:980px) {
  .email_signup_lander {
    padding-top: 50px !important;
      font-size: 31px !important;
  }
}

.MainProduct_single_page .product .product-form .form .product-form__buttons .button{
  background-image:url(product_buy_button.jpg);
}

.menu-drawer__menu-item {
  font-family: 'Raspberie';
  font-size: 30px !important;
  color: #0dace8;
}

.outofoffice_post_single_mata .author {
  display: none !important;
}

.drawer__heading {
    font-family: Raspberie;
    font-size: 35.4px;
    line-height: 1.06;
    letter-spacing: -.9px;
    color: #08ace8;
}


.customer.login,
.customer.register,
.customer.addresses{
    padding-top: 100px;
    padding-bottom: 100px;
}
.customer button:focus-visible{
    outline: none !important;
    box-shadow: none !important;
}
.customer.account{
    padding-bottom: 100px;
}
.customer.account h2{
    font-family: Poppins,sans-serif;
    font-weight: 500;
    color: #222e31;
    font-size: 18px;
    padding-left: 2px;
    letter-spacing: 1.1px;
    text-transform: uppercase;
}
.customer.account p{
    font-family: Poppins,sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: .06px;
    line-height: 1.437;
}
.customer.account a{
    font-family: Poppins,sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: .06px;
    line-height: 1.437;
}


.customer.addresses ul{}
.customer.addresses ul li{}
.customer.addresses ul li h2{
    font-family: Poppins,sans-serif;
    font-weight: 500;
    color: #222e31;
    font-size: 18px;
    padding-left: 2px;
    letter-spacing: 1.1px;
    text-transform: uppercase;
}
.customer.addresses ul li p{
    font-family: Poppins,sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: .06px;
    line-height: 1.437;
}

.drawer__inner-empty .button {
	background-color: #ffad67;
	border-radius: 50px;
}
.drawer__inner-empty h2,
.drawer__inner-empty .h2.cart__empty-text {
    font-family: Raspberie;
    font-size: 32px;
    letter-spacing: -0.67px;
    color: #08ACE8;
}

.cart-item__name {
	color: #4E4A4A;
	font-family: Raspberie;
}

.CartDrawer p {
  font-family 'Poppins' !important;
}

.product__ddiln_waper .accordion_content a {
  color: #ffa172 !important;
}

.product__ddiln_waper .accordion_content img {
  width: 100% !important;
}

.qr_lander {
    max-width: 800px;
    margin: auto;
    text-align: center;
}


.ooolander2_subs_save{}
.ooolander2_subs_save .svg_top{}
.ooolander2_subs_save .svg_top svg{}
.ooolander2_subs_save .svg_top svg path{fill:#FEF7F1;}

.ooolander2_subs_save .svg_bottom{}
.ooolander2_subs_save .svg_bottom svg{}
.ooolander2_subs_save .svg_bottom svg path{fill:#FEECD5;}









.oolander_heroslider{
    width: 100%;
    display: flex;
    position: relative;
    flex-wrap: wrap;
    box-sizing: border-box;
    height: 464px;
}
.oolander_heroslider .left{
    width: 83.2%;
    position: relative;
    display: block;
}
.oolander_heroslider .oolander_heroslider_full{
    width: 100%;
    height: auto;
    display: block;
}
.oolander_heroslider .oolander_heroslider_full .slick-arrow{
    border: 0px;
    border-radius: 0px;
    background-color: transparent !important;
    position: absolute;
    top: 46%;
    z-index: 1;
    cursor: pointer;
}
.oolander_heroslider .oolander_heroslider_full .slick-arrow svg{
    width: 13px;
    height: auto;
}
.oolander_heroslider .oolander_heroslider_full .prev-arrow{
    left: 10px;
}

.oolander_heroslider .oolander_heroslider_full .next-arrow{
    right: 10px;
}

.oolander_heroslider .oolander_heroslider_full .slick-list{}
.oolander_heroslider .oolander_heroslider_full .slick-track{}
.oolander_heroslider .oolander_heroslider_full .slick-track .slick-slide{}
.oolander_heroslider .oolander_heroslider_full .col{
    width: 100%;
    display: block;
}
.oolander_heroslider .oolander_heroslider_full .col .image{
    width: 100%;
    height: 100%;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 16px;
    height: 464px;
}
.oolander_heroslider .oolander_heroslider_full .col .image img{
    opacity: 0;
    width: 10%;
    position: 0;
}

.oolander_heroslider .right{
    width: 16.8%;
    position: relative;
    display: block;
}
.oolander_heroslider .oolander_herosliderthum{
    width: 100%;
    height: auto;
    display: block;
}
.oolander_heroslider .oolander_herosliderthum .slick-arrow{
    border: 0px;
    border-radius: 0px;
    background-color: transparent !important;
    position: absolute;
    z-index: 1;
    cursor: pointer;
}
.oolander_heroslider .oolander_herosliderthum .slick-arrow .svg_div{}
.oolander_heroslider .oolander_herosliderthum .slick-arrow .svg_div svg{
    width: 10px;
    height: auto;
}
.oolander_heroslider .oolander_herosliderthum .prev-arrow{
    top: 0px;
    left: 40px;
}
.oolander_heroslider .oolander_herosliderthum .prev-arrow .svg_div{
    transform: rotate(90deg);
}
.oolander_heroslider .oolander_herosliderthum .prev-arrow .svg_div svg{}
.oolander_heroslider .oolander_herosliderthum .next-arrow{
    bottom: 0px;
    left: 40px;
}
.oolander_heroslider .oolander_herosliderthum .next-arrow .svg_div{
    transform: rotate(90deg);
}
.oolander_heroslider .oolander_herosliderthum .next-arrow .svg_div svg{}
.oolander_heroslider .oolander_herosliderthum .slick-list{
    padding-top: 0px !important;
}
.oolander_heroslider .oolander_herosliderthum .slick-track{}
.oolander_heroslider .oolander_herosliderthum .slick-track .slick-slide{}
.oolander_heroslider .oolander_herosliderthum .col{
    width: 100%;
    height: auto;
    display: block;
    padding-left: 12px;
    padding-top: 0px;
    padding-bottom: 12px;
}
.oolander_heroslider .oolander_herosliderthum .col .image{
    width: 100%;
    height: 81px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 12px;
}
.oolander_heroslider .oolander_herosliderthum .col .image img{
    width: 10%;
    opacity: 0;
}

.er-lp-heroSliderVariantB.lander2_off_hero{
    height: auto;
}
.er-lp-heroSliderVariantB.lander2_off_hero .er-lp-heroSliderVariantB-contentInfo{
    padding-bottom: 3rem;
}
.er-lp-heroSliderVariantB.lander2_off_hero .er-lp-heroSliderVariantB-contentAnim{
    position: relative;
    bottom: 0px;
}
@media screen and (max-width: 768px) {
    .er-lp-heroSliderVariantB.lander2_off_hero .er-lp-heroSliderVariantB-contentInfo {
        padding-top: 10vw;
        padding-bottom: 3vw;
    }

  .oolander_heroslider .left,
  .oolander_heroslider .right{
    width: 100%;
  }
  .oolander_heroslider .left{
    
  }
  .oolander_heroslider .right{
    
  }
  .oolander_heroslider .oolander_heroslider_full .col .image{
    height: 340px;
}


.oolander_heroslider .oolander_herosliderthum .slick-arrow{ }
.oolander_heroslider .oolander_herosliderthum .slick-arrow .svg_div{}
.oolander_heroslider .oolander_herosliderthum .slick-arrow .svg_div svg{ }
.oolander_heroslider .oolander_herosliderthum .prev-arrow{top: 30px;left: -20px;height: 19px;}
.oolander_heroslider .oolander_herosliderthum .prev-arrow .svg_div{
    transform: rotate(0deg);
}
.oolander_heroslider .oolander_herosliderthum .prev-arrow .svg_div svg{}
.oolander_heroslider .oolander_herosliderthum .next-arrow{right: -20px;top: 30px;left: unset;height: 19px;}
.oolander_heroslider .oolander_herosliderthum .next-arrow .svg_div{
    transform: rotate(0deg);
}
.oolander_heroslider .oolander_herosliderthum .next-arrow .svg_div svg{}
    .oolander_heroslider .oolander_herosliderthum .slick-list {
        padding: 0px !important;
    }
.oolander_heroslider .oolander_herosliderthum .slick-track{}
.oolander_heroslider .oolander_herosliderthum .slick-track .slick-slide{}
.oolander_heroslider .oolander_herosliderthum .col{padding-left: 6px;padding-right: 6px;}
.oolander_heroslider .oolander_herosliderthum .col .image{
    height: 80px;
}
.oolander_heroslider .oolander_herosliderthum .col .image img{ }
}
@media screen and (max-width: 550px) {
  .show_svg_bottom .outf_s6_img{ display:none;}
  .er-lp-heroSliderVariantB.lander2_off_hero .er-lp-heroSliderVariantB-contentInfo {
        padding-top: 10vw;
        padding-bottom: 4vw;
    }
}

body.template-suffix-lander2 .drawer{
  display:none !important;
}



body.template-suffix-lander2{}
body.template-suffix-lander2 .header {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
}
body.template-suffix-lander2 .header nav{
    margin-left: 0rem;
}
body.template-suffix-lander2 .header nav ul{}
body.template-suffix-lander2 .header nav ul li{}
body.template-suffix-lander2 .header nav ul li a{
    height: 48px;
    padding: 8px 34px !important;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 52px;
    background: #113137;
    color: #FFF !important;
    font-size: 14px;
    text-decoration: none;
}
body.template-suffix-lander2 .header .header__heading{}
body.template-suffix-lander2 .header .header__heading a{
    padding: 0px;
}
body.template-suffix-lander2 .header .header__heading-logo-wrapper{}
body.template-suffix-lander2 .header .header__heading-logo-wrapper img{
    width: 65px;
}
body.template-suffix-lander2 .header .header__icons{
    padding-bottom: 0px;
}
body.template-suffix-lander2 .header .header__icons .header__icon--cart{
    display: none;
}
body.template-suffix-lander2 .header .header__icons svg{
    height: 28px;
    width: 28px;
    top: 0;
    left: 0;
}
body.template-suffix-lander2 .header-wrapper{}


@media screen and (max-width: 768px) {
body.template-suffix-lander2{}
body.template-suffix-lander2 .header {padding-left: 4rem !important;padding-right: 4rem !important;}
body.template-suffix-lander2 .header nav{ }
body.template-suffix-lander2 .header nav ul{
    text-align: center;
    display: block;
}
body.template-suffix-lander2 .header nav ul li{
    text-align: center;
    display: block;
}
body.template-suffix-lander2 .header nav ul li a{font-family: 'Open Sans';font-size: 14px;font-style: normal;font-weight: 700;line-height: 20px;letter-spacing: 0.3px;display: flex;justify-content: center;font-size: 14px !important;width: 200px;margin: 0px auto;}
body.template-suffix-lander2 .header .header__heading{}
body.template-suffix-lander2 .header .header__heading a{ }
body.template-suffix-lander2 .header .header__heading-logo-wrapper{}
body.template-suffix-lander2 .header .header__heading-logo-wrapper img{width: 50px;}
body.template-suffix-lander2 .header .header__icons{margin-right: -1rem;}
body.template-suffix-lander2 .header .header__icons .header__icon--cart{ }
body.template-suffix-lander2 .header .header__icons svg{ }
body.template-suffix-lander2 .header-wrapper{}
}