.elementor-2505 .elementor-element.elementor-element-2f33cf7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2505 .elementor-element.elementor-element-f2abd01{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2505 .elementor-element.elementor-element-0563482{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2505 .elementor-element.elementor-element-0137845{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2505 .elementor-element.elementor-element-a03e1a6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-7f084df *//* ==========================================
   STAVISO FOOD PACKAGING CATEGORY HERO
========================================== */

.staviso-food-hero {
  width: 100%;
  padding: 28px 20px;
  overflow: hidden;
  background: #f4eee7;
}

.staviso-food-hero *,
.staviso-food-hero *::before,
.staviso-food-hero *::after {
  box-sizing: border-box;
}


/* Main layout
------------------------------------------ */

.staviso-food-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 54%) minmax(380px, 46%);

  width: 100%;
  max-width: 1200px;
  min-height: 420px;

  margin: 0 auto;
  overflow: hidden;

  background: #ffffff;
  border: 1px solid rgba(31, 102, 90, 0.1);
  border-radius: 18px;

  box-shadow:
    0 16px 45px rgba(29, 45, 39, 0.08);
}


/* Content
------------------------------------------ */

.staviso-food-hero__content {
  position: relative;
  z-index: 2;

  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;

  padding: 52px clamp(34px, 5vw, 72px);

  text-align: left;
}


/* Label
------------------------------------------ */

.staviso-food-hero__label {
  display: inline-block;
  margin: 0 0 12px;

  color: #1f665a;

  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}


/* Heading
------------------------------------------ */

.staviso-food-hero__content h1 {
  max-width: 680px;
  margin: 0 0 18px;

  color: #1d2623;

  font-family: inherit;
  font-size: clamp(40px, 4vw, 56px);
  font-weight: 750;
  line-height: 1.12;
  letter-spacing: -0.035em;
}


/* Description
------------------------------------------ */

.staviso-food-hero__description {
  max-width: 650px;
  margin: 0 0 30px;

  color: #58615d;

  font-family: inherit;
  font-size: clamp(16px, 1.35vw, 19px);
  font-weight: 400;
  line-height: 1.7;
}


/* Buttons
------------------------------------------ */

.staviso-food-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
}

.staviso-food-hero__button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 9px;

  padding: 12px 22px;

  border-radius: 8px;

  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;

  transition:
    gap 0.22s ease,
    background-color 0.22s ease,
    border-color 0.22s ease,
    color 0.22s ease,
    transform 0.22s ease;
}


/* Primary button */

.staviso-food-hero__button--primary {
  background: #1f665a;
  border: 1px solid #1f665a;
  color: #ffffff;
}

.staviso-food-hero__button--primary:hover {
  gap: 12px;

  background: #174f46;
  border-color: #174f46;
  color: #ffffff;

  transform: translateY(-2px);
}


/* Secondary button */

.staviso-food-hero__button--secondary {
  background: transparent;
  border: 1px solid #1f665a;
  color: #1f665a;
}

.staviso-food-hero__button--secondary:hover {
  gap: 12px;

  background: #edf5f2;
  border-color: #174f46;
  color: #174f46;

  transform: translateY(-2px);
}


/* Keyboard focus */

.staviso-food-hero__button:focus-visible {
  outline: 3px solid rgba(31, 102, 90, 0.35);
  outline-offset: 4px;
}


/* Media
------------------------------------------ */

.staviso-food-hero__media {
  position: relative;

  min-width: 0;
  min-height: 420px;

  overflow: hidden;

  background: #eae4dc;
}


/* Soft transition between text and image */

.staviso-food-hero__media::before {
  content: "";

  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;

  width: 90px;

  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.96) 0%,
    rgba(255, 255, 255, 0) 100%
  );

  pointer-events: none;
}


/* Decorative outline */

.staviso-food-hero__media::after {
  content: "";

  position: absolute;
  z-index: 2;
  top: -80px;
  left: -110px;

  width: 220px;
  height: 560px;

  border: 2px solid rgba(31, 102, 90, 0.18);
  border-radius: 50%;

  pointer-events: none;
}

.staviso-food-hero__media img {
  display: block;

  width: 100%;
  height: 100%;
  min-height: 420px;

  margin: 0;

  object-fit: cover;
  object-position: center;
}


/* ==========================================
   NARROW DESKTOP
========================================== */

@media screen and (max-width: 1100px) {

  .staviso-food-hero__inner {
    grid-template-columns: minmax(0, 53%) minmax(340px, 47%);
    min-height: 400px;
  }

  .staviso-food-hero__content {
    padding: 44px 38px;
  }

  .staviso-food-hero__content h1 {
    font-size: clamp(37px, 4.4vw, 49px);
  }

  .staviso-food-hero__media,
  .staviso-food-hero__media img {
    min-height: 400px;
  }

}


/* ==========================================
   TABLET
========================================== */

@media screen and (max-width: 900px) {

  .staviso-food-hero {
    padding: 22px 18px;
  }

  .staviso-food-hero__inner {
    grid-template-columns: minmax(0, 55%) minmax(300px, 45%);
    min-height: 0;
  }

  .staviso-food-hero__content {
    padding: 38px 30px;
  }

  .staviso-food-hero__content h1 {
    margin-bottom: 15px;
    font-size: 38px;
  }

  .staviso-food-hero__description {
    margin-bottom: 24px;
    font-size: 15px;
  }

  .staviso-food-hero__actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .staviso-food-hero__button {
    min-width: 240px;
  }

  .staviso-food-hero__media,
  .staviso-food-hero__media img {
    min-height: 380px;
  }

}


/* ==========================================
   MOBILE
========================================== */

@media screen and (max-width: 767px) {

  .staviso-food-hero {
    padding: 14px;
  }

  .staviso-food-hero__inner {
    display: flex;
    min-height: 0;
    flex-direction: column;

    border-radius: 14px;
  }

  .staviso-food-hero__content {
    order: 1;
    padding: 40px 22px 34px;
  }

  .staviso-food-hero__content h1 {
    margin-bottom: 16px;

    font-size: clamp(33px, 9vw, 41px);
    line-height: 1.16;
  }

  .staviso-food-hero__description {
    margin-bottom: 25px;

    font-size: 15px;
    line-height: 1.65;
  }

  .staviso-food-hero__actions {
    width: 100%;
    flex-direction: column;
  }

  .staviso-food-hero__button {
    width: 100%;
    min-width: 0;
  }

  .staviso-food-hero__media {
    order: 2;
    min-height: 320px;
  }

  .staviso-food-hero__media img {
    min-height: 320px;
    object-position: center;
  }

  .staviso-food-hero__media::before,
  .staviso-food-hero__media::after {
    display: none;
  }

}


/* ==========================================
   SMALL MOBILE
========================================== */

@media screen and (max-width: 420px) {

  .staviso-food-hero {
    padding: 10px;
  }

  .staviso-food-hero__content {
    padding: 34px 18px 30px;
  }

  .staviso-food-hero__content h1 {
    font-size: 31px;
  }

  .staviso-food-hero__media,
  .staviso-food-hero__media img {
    min-height: 280px;
  }

}


/* Reduced motion
------------------------------------------ */

@media (prefers-reduced-motion: reduce) {

  .staviso-food-hero__button {
    transition: none;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8488860 *//* ==========================================
   STAVISO FOOD PACKAGING BOX STYLES
========================================== */

.staviso-food-styles {
  width: 100%;
  padding: 88px 20px;
  background: #ffffff;
  scroll-margin-top: 100px;
}

.staviso-food-styles *,
.staviso-food-styles *::before,
.staviso-food-styles *::after {
  box-sizing: border-box;
}

.staviso-food-styles__container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}


/* Header
------------------------------------------ */

.staviso-food-styles__header {
  width: 100%;
  max-width: 820px;
  margin: 0 auto 48px;
  text-align: center;
}

.staviso-food-styles__label {
  display: inline-block;
  margin: 0 0 10px;

  color: #1f665a;

  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.staviso-food-styles__header h2 {
  margin: 0 0 14px;

  color: #1d2623;

  font-family: inherit;
  font-size: clamp(30px, 3.4vw, 42px);
  font-weight: 750;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.staviso-food-styles__header p {
  margin: 0;

  color: #59625e;

  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}


/* Grid
------------------------------------------ */

.staviso-food-styles__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}


/* Card
------------------------------------------ */

.staviso-food-style-card {
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;

  overflow: hidden;

  background: #ffffff;
  border: 1px solid #dfe7e3;
  border-radius: 14px;

  box-shadow:
    0 7px 24px rgba(27, 49, 41, 0.055);

  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

.staviso-food-style-card:hover {
  border-color: rgba(31, 102, 90, 0.34);

  box-shadow:
    0 15px 36px rgba(27, 49, 41, 0.11);

  transform: translateY(-4px);
}


/* Image
------------------------------------------ */

.staviso-food-style-card__media {
  position: relative;

  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;

  overflow: hidden;

  background: #eeeae5;
}

.staviso-food-style-card__media::after {
  content: "";

  position: absolute;
  inset: 0;

  background: linear-gradient(
    to top,
    rgba(17, 31, 26, 0.1) 0%,
    rgba(17, 31, 26, 0) 48%
  );

  pointer-events: none;
}

.staviso-food-style-card__media img {
  display: block;

  width: 100%;
  height: 100%;
  margin: 0;

  object-fit: cover;
  object-position: center;

  transition: transform 0.45s ease;
}

.staviso-food-style-card:hover
.staviso-food-style-card__media img {
  transform: scale(1.045);
}


/* Content
------------------------------------------ */

.staviso-food-style-card__content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: flex-start;

  padding: 24px 23px 23px;
}

.staviso-food-style-card__content h3 {
  margin: 0 0 10px;

  color: #1d2623;

  font-family: inherit;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.38;
}

.staviso-food-style-card__content h3 a {
  color: inherit;
  text-decoration: none;
}

.staviso-food-style-card__content h3 a:hover {
  color: #1f665a;
}

.staviso-food-style-card__content p {
  margin: 0 0 20px;

  color: #59625e;

  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
}


/* Product link
------------------------------------------ */

.staviso-food-style-card__link {
  display: inline-flex;
  align-items: center;
  gap: 7px;

  margin-top: auto;

  color: #1f665a;

  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;

  transition:
    color 0.2s ease,
    gap 0.2s ease;
}

.staviso-food-style-card__link:hover {
  gap: 11px;
  color: #174f46;
}


/* Supporting note
------------------------------------------ */

.staviso-food-styles__note {
  display: flex;
  max-width: 980px;
  align-items: flex-start;
  gap: 13px;

  margin: 30px auto 0;
  padding: 17px 19px;

  background: #f1f5f3;
  border-left: 4px solid #1f665a;
  border-radius: 0 9px 9px 0;
}

.staviso-food-styles__note svg {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  margin-top: 2px;

  fill: none;
  stroke: #1f665a;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.staviso-food-styles__note p {
  margin: 0;

  color: #59625e;

  font-family: inherit;
  font-size: 13px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.7;
}


/* Keyboard focus
------------------------------------------ */

.staviso-food-style-card__media:focus-visible,
.staviso-food-style-card__content h3 a:focus-visible,
.staviso-food-style-card__link:focus-visible {
  outline: 3px solid rgba(31, 102, 90, 0.3);
  outline-offset: 4px;
}


/* ==========================================
   TABLET
========================================== */

@media screen and (max-width: 960px) {

  .staviso-food-styles {
    padding: 72px 20px;
  }

  .staviso-food-styles__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }

}


/* ==========================================
   MOBILE
========================================== */

@media screen and (max-width: 640px) {

  .staviso-food-styles {
    padding: 56px 16px;
  }

  .staviso-food-styles__header {
    margin-bottom: 34px;
    text-align: left;
  }

  .staviso-food-styles__header h2 {
    font-size: 29px;
  }

  .staviso-food-styles__header p {
    font-size: 15px;
  }

  .staviso-food-styles__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .staviso-food-style-card {
    border-radius: 12px;
  }

  .staviso-food-style-card__content {
    padding: 22px 20px;
  }

  .staviso-food-style-card__content h3 {
    font-size: 20px;
  }

  .staviso-food-styles__note {
    margin-top: 25px;
    padding: 15px 16px;
  }

}


/* ==========================================
   SMALL MOBILE
========================================== */

@media screen and (max-width: 400px) {

  .staviso-food-styles {
    padding-right: 14px;
    padding-left: 14px;
  }

  .staviso-food-styles__note p {
    font-size: 12px;
  }

}


/* Reduced motion
------------------------------------------ */

@media (prefers-reduced-motion: reduce) {

  .staviso-food-style-card,
  .staviso-food-style-card__media img,
  .staviso-food-style-card__link {
    transition: none;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-998ac9d *//* ==========================================
   STAVISO — HOW TO CHOOSE
   A FOOD PACKAGING BOX
========================================== */

.staviso-food-choice {
  width: 100%;
  padding: 88px 20px;
  background: #f6f7f5;
  scroll-margin-top: 100px;
}

.staviso-food-choice *,
.staviso-food-choice *::before,
.staviso-food-choice *::after {
  box-sizing: border-box;
}

.staviso-food-choice__container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}


/* Header
------------------------------------------ */

.staviso-food-choice__header {
  width: 100%;
  max-width: 820px;
  margin: 0 auto 48px;
  text-align: center;
}

.staviso-food-choice__label {
  display: inline-block;
  margin: 0 0 10px;

  color: #1f665a;

  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.staviso-food-choice__header h2 {
  margin: 0 0 14px;

  color: #1d2623;

  font-family: inherit;
  font-size: clamp(30px, 3.4vw, 42px);
  font-weight: 750;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.staviso-food-choice__header p {
  margin: 0;

  color: #59625e;

  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}


/* Grid
------------------------------------------ */

.staviso-food-choice__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}


/* Card
------------------------------------------ */

.staviso-food-choice-card {
  position: relative;

  display: flex;
  min-width: 0;
  min-height: 330px;
  flex-direction: column;
  align-items: flex-start;

  padding: 27px 24px 25px;

  overflow: hidden;

  background: #ffffff;
  border: 1px solid #dde6e2;
  border-radius: 14px;

  box-shadow:
    0 7px 22px rgba(27, 49, 41, 0.05);

  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

.staviso-food-choice-card::after {
  content: "";

  position: absolute;
  right: -48px;
  bottom: -58px;

  width: 125px;
  height: 125px;

  background: rgba(31, 102, 90, 0.04);
  border-radius: 50%;

  pointer-events: none;
}

.staviso-food-choice-card:hover {
  border-color: rgba(31, 102, 90, 0.34);

  box-shadow:
    0 14px 34px rgba(27, 49, 41, 0.1);

  transform: translateY(-4px);
}


/* Icon
------------------------------------------ */

.staviso-food-choice-card__icon {
  position: relative;
  z-index: 1;

  display: inline-flex;
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  align-items: center;
  justify-content: center;

  margin: 0 0 25px;

  background: #eaf3ef;
  border: 1px solid #d4e4dc;
  border-radius: 12px;

  color: #1f665a;
}

.staviso-food-choice-card__icon svg {
  width: 28px;
  height: 28px;

  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}


/* Content
------------------------------------------ */

.staviso-food-choice-card__content {
  position: relative;
  z-index: 1;

  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  flex-direction: column;
}

.staviso-food-choice-card__number {
  display: block;
  margin: 0 0 7px;

  color: #789088;

  font-family: inherit;
  font-size: 11px;
  font-weight: 750;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

.staviso-food-choice-card__content h3 {
  margin: 0 0 11px;

  color: #1d2623;

  font-family: inherit;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

.staviso-food-choice-card__content p {
  margin: 0;

  color: #59625e;

  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.72;
}


/* Supporting notes
------------------------------------------ */

.staviso-food-choice__notes {
  display: grid;
  max-width: 980px;
  gap: 14px;

  margin: 30px auto 0;
}

.staviso-food-choice__note {
  display: flex;
  align-items: flex-start;
  gap: 13px;

  padding: 17px 19px;

  background: #edf3f0;
  border-left: 4px solid #1f665a;
  border-radius: 0 9px 9px 0;
}

.staviso-food-choice__note--contact {
  background: #f8f4ec;
  border-left-color: #9a6a2f;
}

.staviso-food-choice__note svg {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  margin-top: 2px;

  fill: none;
  stroke: #1f665a;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.staviso-food-choice__note--contact svg {
  stroke: #8a5d28;
}

.staviso-food-choice__note p {
  margin: 0;

  color: #59625e;

  font-family: inherit;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.7;
}

.staviso-food-choice__note:first-child p {
  font-style: italic;
}


/* ==========================================
   TABLET
========================================== */

@media screen and (max-width: 960px) {

  .staviso-food-choice {
    padding: 72px 20px;
  }

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

  .staviso-food-choice-card {
    min-height: 285px;
  }

}


/* ==========================================
   MOBILE
========================================== */

@media screen and (max-width: 640px) {

  .staviso-food-choice {
    padding: 56px 16px;
  }

  .staviso-food-choice__header {
    margin-bottom: 34px;
    text-align: left;
  }

  .staviso-food-choice__header h2 {
    font-size: 29px;
  }

  .staviso-food-choice__header p {
    font-size: 15px;
  }

  .staviso-food-choice__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .staviso-food-choice-card {
    display: grid;
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 17px;

    min-height: 0;
    padding: 23px 21px;

    border-radius: 12px;
  }

  .staviso-food-choice-card__icon {
    width: 50px;
    height: 50px;
    flex-basis: 50px;
    margin: 0;
  }

  .staviso-food-choice-card__icon svg {
    width: 25px;
    height: 25px;
  }

  .staviso-food-choice-card__content h3 {
    font-size: 19px;
  }

  .staviso-food-choice__notes {
    margin-top: 25px;
  }

  .staviso-food-choice__note {
    padding: 15px 16px;
  }

}


/* ==========================================
   SMALL MOBILE
========================================== */

@media screen and (max-width: 400px) {

  .staviso-food-choice-card {
    grid-template-columns: 1fr;
  }

  .staviso-food-choice-card__icon {
    margin-bottom: 2px;
  }

  .staviso-food-choice__note p {
    font-size: 12px;
  }

}


/* Reduced motion
------------------------------------------ */

@media (prefers-reduced-motion: reduce) {

  .staviso-food-choice-card {
    transition: none;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-97547fb *//* ==========================================
   STAVISO FOOD BOX CUSTOMIZATION
========================================== */

.staviso-food-customization {
  width: 100%;
  padding: 88px 20px;
  background: #ffffff;
  scroll-margin-top: 100px;
}

.staviso-food-customization *,
.staviso-food-customization *::before,
.staviso-food-customization *::after {
  box-sizing: border-box;
}

.staviso-food-customization__container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}


/* Header
------------------------------------------ */

.staviso-food-customization__header {
  width: 100%;
  max-width: 820px;
  margin: 0 auto 48px;
  text-align: center;
}

.staviso-food-customization__label {
  display: inline-block;
  margin: 0 0 10px;

  color: #1f665a;

  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.staviso-food-customization__header h2 {
  margin: 0 0 14px;

  color: #1d2623;

  font-family: inherit;
  font-size: clamp(30px, 3.4vw, 42px);
  font-weight: 750;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.staviso-food-customization__header p {
  margin: 0;

  color: #59625e;

  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}


/* Grid
------------------------------------------ */

.staviso-food-customization__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}


/* Card
------------------------------------------ */

.staviso-food-customization-card {
  position: relative;

  display: flex;
  min-width: 0;
  min-height: 270px;
  align-items: flex-start;
  gap: 20px;

  padding: 28px 26px;

  overflow: hidden;

  background: #f8faf9;
  border: 1px solid #dde7e2;
  border-radius: 14px;

  box-shadow:
    0 6px 20px rgba(27, 49, 41, 0.045);

  transition:
    background-color 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

.staviso-food-customization-card::after {
  content: "";

  position: absolute;
  right: -48px;
  bottom: -58px;

  width: 125px;
  height: 125px;

  background: rgba(31, 102, 90, 0.04);
  border-radius: 50%;

  pointer-events: none;
}

.staviso-food-customization-card:hover {
  background: #ffffff;
  border-color: rgba(31, 102, 90, 0.34);

  box-shadow:
    0 14px 34px rgba(27, 49, 41, 0.09);

  transform: translateY(-4px);
}


/* Icon
------------------------------------------ */

.staviso-food-customization-card__icon {
  position: relative;
  z-index: 1;

  display: inline-flex;
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  align-items: center;
  justify-content: center;

  background: #eaf3ef;
  border: 1px solid #d4e4dc;
  border-radius: 12px;

  color: #1f665a;
}

.staviso-food-customization-card__icon svg {
  width: 27px;
  height: 27px;

  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}


/* Content
------------------------------------------ */

.staviso-food-customization-card__content {
  position: relative;
  z-index: 1;

  min-width: 0;
  padding-top: 2px;
}

.staviso-food-customization-card__content h3 {
  margin: 0 0 10px;

  color: #1d2623;

  font-family: inherit;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

.staviso-food-customization-card__content p {
  margin: 0;

  color: #5a635f;

  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.72;
}


/* Notes
------------------------------------------ */

.staviso-food-customization__notes {
  display: grid;
  max-width: 980px;
  gap: 14px;

  margin: 30px auto 0;
}

.staviso-food-customization__note {
  display: flex;
  align-items: flex-start;
  gap: 13px;

  padding: 17px 19px;

  background: #f1f5f3;
  border-left: 4px solid #1f665a;
  border-radius: 0 9px 9px 0;
}

.staviso-food-customization__note--contact {
  background: #f8f4ec;
  border-left-color: #9a6a2f;
}

.staviso-food-customization__note svg {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  margin-top: 2px;

  fill: none;
  stroke: #1f665a;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.staviso-food-customization__note--contact svg {
  stroke: #8a5d28;
}

.staviso-food-customization__note p {
  margin: 0;

  color: #59625e;

  font-family: inherit;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.7;
}

.staviso-food-customization__note:first-child p {
  font-style: italic;
}


/* ==========================================
   TABLET
========================================== */

@media screen and (max-width: 960px) {

  .staviso-food-customization {
    padding: 72px 20px;
  }

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

  .staviso-food-customization-card {
    min-height: 245px;
  }

}


/* ==========================================
   MOBILE
========================================== */

@media screen and (max-width: 640px) {

  .staviso-food-customization {
    padding: 56px 16px;
  }

  .staviso-food-customization__header {
    margin-bottom: 34px;
    text-align: left;
  }

  .staviso-food-customization__header h2 {
    font-size: 29px;
  }

  .staviso-food-customization__header p {
    font-size: 15px;
  }

  .staviso-food-customization__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .staviso-food-customization-card {
    min-height: 0;
    gap: 17px;

    padding: 24px 21px;

    border-radius: 12px;
  }

  .staviso-food-customization-card__icon {
    width: 48px;
    height: 48px;
    flex-basis: 48px;
  }

  .staviso-food-customization-card__icon svg {
    width: 25px;
    height: 25px;
  }

  .staviso-food-customization-card__content h3 {
    font-size: 19px;
  }

  .staviso-food-customization__notes {
    margin-top: 25px;
  }

  .staviso-food-customization__note {
    padding: 15px 16px;
  }

}


/* ==========================================
   SMALL MOBILE
========================================== */

@media screen and (max-width: 400px) {

  .staviso-food-customization-card {
    flex-direction: column;
  }

  .staviso-food-customization__note p {
    font-size: 12px;
  }

}


/* Reduced motion
------------------------------------------ */

@media (prefers-reduced-motion: reduce) {

  .staviso-food-customization-card {
    transition: none;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-31af09c *//* ==========================================
   STAVISO FOOD BOX APPLICATIONS
========================================== */

.staviso-food-applications {
  width: 100%;
  padding: 82px 20px;
  background: #f6f7f5;
  scroll-margin-top: 100px;
}

.staviso-food-applications *,
.staviso-food-applications *::before,
.staviso-food-applications *::after {
  box-sizing: border-box;
}

.staviso-food-applications__container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}


/* Header
------------------------------------------ */

.staviso-food-applications__header {
  width: 100%;
  max-width: 820px;
  margin: 0 auto 42px;
  text-align: center;
}

.staviso-food-applications__label {
  display: inline-block;
  margin: 0 0 10px;

  color: #1f665a;

  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.staviso-food-applications__header h2 {
  margin: 0 0 14px;

  color: #1d2623;

  font-family: inherit;
  font-size: clamp(30px, 3.4vw, 42px);
  font-weight: 750;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.staviso-food-applications__header p {
  margin: 0;

  color: #59625e;

  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}


/* Grid
------------------------------------------ */

.staviso-food-applications__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}


/* Compact card
------------------------------------------ */

.staviso-food-application-card {
  position: relative;

  display: flex;
  min-width: 0;
  min-height: 190px;
  align-items: flex-start;
  gap: 18px;

  padding: 24px 22px;

  overflow: hidden;

  background: #ffffff;
  border: 1px solid #dfe7e3;
  border-radius: 13px;

  color: inherit;
  text-decoration: none;

  box-shadow:
    0 6px 20px rgba(27, 49, 41, 0.045);

  transition:
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    transform 0.22s ease;
}

.staviso-food-application-card::after {
  content: "";

  position: absolute;
  right: -44px;
  bottom: -55px;

  width: 120px;
  height: 120px;

  background: rgba(31, 102, 90, 0.04);
  border-radius: 50%;

  pointer-events: none;
}

.staviso-food-application-card:hover {
  border-color: rgba(31, 102, 90, 0.34);

  box-shadow:
    0 13px 32px rgba(27, 49, 41, 0.09);

  transform: translateY(-3px);
}


/* Icon
------------------------------------------ */

.staviso-food-application-card__icon {
  position: relative;
  z-index: 1;

  display: inline-flex;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  align-items: center;
  justify-content: center;

  background: #eaf3ef;
  border: 1px solid #d4e4dc;
  border-radius: 11px;

  color: #1f665a;
}

.staviso-food-application-card__icon svg,
svg.staviso-food-application-card__icon {
  width: 25px;
  height: 25px;

  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}


/* Content
------------------------------------------ */

.staviso-food-application-card__content {
  position: relative;
  z-index: 1;

  display: flex;
  min-width: 0;
  min-height: 140px;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: flex-start;
}

.staviso-food-application-card__content strong {
  display: block;
  margin: 0 0 8px;

  color: #1d2623;

  font-family: inherit;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;

  transition: color 0.2s ease;
}

.staviso-food-application-card__description {
  display: block;
  margin: 0 0 15px;

  color: #5a635f;

  font-family: inherit;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.65;
}


/* Link label
------------------------------------------ */

.staviso-food-application-card__link {
  display: inline-flex;
  align-items: center;
  gap: 7px;

  margin-top: auto;

  color: #1f665a;

  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;

  transition:
    color 0.2s ease,
    gap 0.2s ease;
}

.staviso-food-application-card:hover
.staviso-food-application-card__content strong {
  color: #1f665a;
}

.staviso-food-application-card:hover
.staviso-food-application-card__link {
  gap: 11px;
  color: #174f46;
}


/* Notes
------------------------------------------ */

.staviso-food-applications__notes {
  display: grid;
  max-width: 980px;
  gap: 14px;

  margin: 28px auto 0;
}

.staviso-food-applications__note {
  display: flex;
  align-items: flex-start;
  gap: 13px;

  padding: 17px 19px;

  background: #edf3f0;
  border-left: 4px solid #1f665a;
  border-radius: 0 9px 9px 0;
}

.staviso-food-applications__note--contact {
  background: #f8f4ec;
  border-left-color: #9a6a2f;
}

.staviso-food-applications__note svg {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  margin-top: 2px;

  fill: none;
  stroke: #1f665a;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.staviso-food-applications__note--contact svg {
  stroke: #8a5d28;
}

.staviso-food-applications__note p {
  margin: 0;

  color: #59625e;

  font-family: inherit;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.7;
}

.staviso-food-applications__note:first-child p {
  font-style: italic;
}


/* Keyboard focus
------------------------------------------ */

.staviso-food-application-card:focus-visible {
  outline: 3px solid rgba(31, 102, 90, 0.3);
  outline-offset: 4px;
}


/* ==========================================
   TABLET
========================================== */

@media screen and (max-width: 960px) {

  .staviso-food-applications {
    padding: 72px 20px;
  }

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

}


/* ==========================================
   MOBILE
========================================== */

@media screen and (max-width: 640px) {

  .staviso-food-applications {
    padding: 56px 16px;
  }

  .staviso-food-applications__header {
    margin-bottom: 34px;
    text-align: left;
  }

  .staviso-food-applications__header h2 {
    font-size: 29px;
  }

  .staviso-food-applications__header p {
    font-size: 15px;
  }

  .staviso-food-applications__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .staviso-food-application-card {
    min-height: 0;
    padding: 22px 20px;
    border-radius: 12px;
  }

  .staviso-food-application-card__content {
    min-height: 0;
  }

  .staviso-food-application-card__content strong {
    font-size: 17px;
  }

  .staviso-food-applications__notes {
    margin-top: 25px;
  }

  .staviso-food-applications__note {
    padding: 15px 16px;
  }

}


/* ==========================================
   SMALL MOBILE
========================================== */

@media screen and (max-width: 400px) {

  .staviso-food-application-card {
    gap: 14px;
    padding: 20px 17px;
  }

  .staviso-food-application-card__icon {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
  }

  .staviso-food-application-card__icon svg,
  svg.staviso-food-application-card__icon {
    width: 23px;
    height: 23px;
  }

  .staviso-food-applications__note p {
    font-size: 12px;
  }

}


/* Reduced motion
------------------------------------------ */

@media (prefers-reduced-motion: reduce) {

  .staviso-food-application-card,
  .staviso-food-application-card__content strong,
  .staviso-food-application-card__link {
    transition: none;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9eb4f82 *//* ==========================================
   STAVISO FOOD PAPERBOARD
   AND BARRIER OPTIONS
========================================== */

.staviso-food-materials {
  width: 100%;
  padding: 88px 20px;
  background: #ffffff;
  scroll-margin-top: 100px;
}

.staviso-food-materials *,
.staviso-food-materials *::before,
.staviso-food-materials *::after {
  box-sizing: border-box;
}

.staviso-food-materials__container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}


/* Header
------------------------------------------ */

.staviso-food-materials__header {
  width: 100%;
  max-width: 820px;
  margin: 0 auto 48px;
  text-align: center;
}

.staviso-food-materials__label {
  display: inline-block;
  margin: 0 0 10px;

  color: #1f665a;

  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.staviso-food-materials__header h2 {
  margin: 0 0 14px;

  color: #1d2623;

  font-family: inherit;
  font-size: clamp(30px, 3.4vw, 42px);
  font-weight: 750;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.staviso-food-materials__header p {
  margin: 0;

  color: #59625e;

  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}


/* Grid
------------------------------------------ */

.staviso-food-materials__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}


/* Card
------------------------------------------ */

.staviso-food-material-card {
  position: relative;

  display: flex;
  min-width: 0;
  min-height: 270px;
  align-items: flex-start;
  gap: 20px;

  padding: 27px 25px;

  overflow: hidden;

  background: #f8faf9;
  border: 1px solid #dde7e2;
  border-radius: 14px;

  box-shadow:
    0 6px 20px rgba(27, 49, 41, 0.045);

  transition:
    background-color 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

.staviso-food-material-card::after {
  content: "";

  position: absolute;
  right: -48px;
  bottom: -58px;

  width: 125px;
  height: 125px;

  background: rgba(31, 102, 90, 0.04);
  border-radius: 50%;

  pointer-events: none;
}

.staviso-food-material-card:hover {
  background: #ffffff;
  border-color: rgba(31, 102, 90, 0.34);

  box-shadow:
    0 14px 34px rgba(27, 49, 41, 0.09);

  transform: translateY(-4px);
}


/* Icon
------------------------------------------ */

.staviso-food-material-card__icon {
  position: relative;
  z-index: 1;

  display: inline-flex;
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  align-items: center;
  justify-content: center;

  background: #eaf3ef;
  border: 1px solid #d4e4dc;
  border-radius: 12px;

  color: #1f665a;
}

.staviso-food-material-card__icon svg {
  width: 27px;
  height: 27px;

  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}


/* Content
------------------------------------------ */

.staviso-food-material-card__content {
  position: relative;
  z-index: 1;

  min-width: 0;
  padding-top: 1px;
}

.staviso-food-material-card__type {
  display: inline-block;
  margin: 0 0 7px;

  color: #1f665a;

  font-family: inherit;
  font-size: 10px;
  font-weight: 750;
  line-height: 1.4;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.staviso-food-material-card__content h3 {
  margin: 0 0 10px;

  color: #1d2623;

  font-family: inherit;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

.staviso-food-material-card__content p {
  margin: 0;

  color: #5a635f;

  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.72;
}


/* Notes
------------------------------------------ */

.staviso-food-materials__notes {
  display: grid;
  max-width: 980px;
  gap: 14px;

  margin: 30px auto 0;
}

.staviso-food-materials__note {
  display: flex;
  align-items: flex-start;
  gap: 13px;

  padding: 17px 19px;

  background: #f1f5f3;
  border-left: 4px solid #1f665a;
  border-radius: 0 9px 9px 0;
}

.staviso-food-materials__note--compliance {
  background: #f8f4ec;
  border-left-color: #9a6a2f;
}

.staviso-food-materials__note svg {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  margin-top: 2px;

  fill: none;
  stroke: #1f665a;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.staviso-food-materials__note--compliance svg {
  stroke: #8a5d28;
}

.staviso-food-materials__note p {
  margin: 0;

  color: #59625e;

  font-family: inherit;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.7;
}

.staviso-food-materials__note:first-child p {
  font-style: italic;
}


/* ==========================================
   TABLET
========================================== */

@media screen and (max-width: 960px) {

  .staviso-food-materials {
    padding: 72px 20px;
  }

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

  .staviso-food-material-card {
    min-height: 245px;
  }

}


/* ==========================================
   MOBILE
========================================== */

@media screen and (max-width: 640px) {

  .staviso-food-materials {
    padding: 56px 16px;
  }

  .staviso-food-materials__header {
    margin-bottom: 34px;
    text-align: left;
  }

  .staviso-food-materials__header h2 {
    font-size: 29px;
  }

  .staviso-food-materials__header p {
    font-size: 15px;
  }

  .staviso-food-materials__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .staviso-food-material-card {
    min-height: 0;
    gap: 17px;

    padding: 24px 21px;

    border-radius: 12px;
  }

  .staviso-food-material-card__icon {
    width: 48px;
    height: 48px;
    flex-basis: 48px;
  }

  .staviso-food-material-card__icon svg {
    width: 25px;
    height: 25px;
  }

  .staviso-food-material-card__content h3 {
    font-size: 19px;
  }

  .staviso-food-materials__notes {
    margin-top: 25px;
  }

  .staviso-food-materials__note {
    padding: 15px 16px;
  }

}


/* ==========================================
   SMALL MOBILE
========================================== */

@media screen and (max-width: 400px) {

  .staviso-food-material-card {
    flex-direction: column;
  }

  .staviso-food-materials__note p {
    font-size: 12px;
  }

}


/* Reduced motion
------------------------------------------ */

@media (prefers-reduced-motion: reduce) {

  .staviso-food-material-card {
    transition: none;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7cbe411 *//* ==========================================
   STAVISO FOOD PACKAGING FAQ
========================================== */

.staviso-food-faq {
  width: 100%;
  padding: 88px 20px;
  background: #f6f7f5;
  scroll-margin-top: 100px;
}

.staviso-food-faq *,
.staviso-food-faq *::before,
.staviso-food-faq *::after {
  box-sizing: border-box;
}

.staviso-food-faq__container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}


/* Header
------------------------------------------ */

.staviso-food-faq__header {
  width: 100%;
  max-width: 820px;
  margin: 0 auto 46px;
  text-align: center;
}

.staviso-food-faq__label {
  display: inline-block;
  margin: 0 0 10px;

  color: #1f665a;

  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.staviso-food-faq__header h2 {
  margin: 0 0 14px;

  color: #1d2623;

  font-family: inherit;
  font-size: clamp(30px, 3.4vw, 42px);
  font-weight: 750;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.staviso-food-faq__header p {
  margin: 0;

  color: #59625e;

  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}


/* FAQ grid
------------------------------------------ */

.staviso-food-faq__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 16px 20px;
}


/* FAQ item
------------------------------------------ */

.staviso-food-faq__item {
  width: 100%;
  overflow: hidden;

  background: #ffffff;
  border: 1px solid #dde6e2;
  border-radius: 12px;

  box-shadow:
    0 6px 20px rgba(27, 49, 41, 0.045);

  transition:
    border-color 0.22s ease,
    box-shadow 0.22s ease;
}

.staviso-food-faq__item:hover {
  border-color: rgba(31, 102, 90, 0.3);
}

.staviso-food-faq__item[open] {
  border-color: rgba(31, 102, 90, 0.36);

  box-shadow:
    0 11px 28px rgba(27, 49, 41, 0.075);
}


/* Remove native details marker
------------------------------------------ */

.staviso-food-faq__question {
  list-style: none;
}

.staviso-food-faq__question::-webkit-details-marker {
  display: none;
}

.staviso-food-faq__question::marker {
  content: "";
}


/* Question row
------------------------------------------ */

.staviso-food-faq__question {
  display: flex;
  min-height: 84px;
  align-items: center;
  justify-content: space-between;
  gap: 22px;

  padding: 20px 21px;

  color: #1d2623;

  font-family: inherit;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;

  cursor: pointer;
  user-select: none;

  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}

.staviso-food-faq__question:hover {
  background: #f8faf9;
  color: #1f665a;
}

.staviso-food-faq__item[open]
.staviso-food-faq__question {
  color: #1f665a;
}


/* Expand and collapse icon
------------------------------------------ */

.staviso-food-faq__icon {
  position: relative;

  display: block;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;

  background: #eaf3ef;
  border: 1px solid #d4e4dc;
  border-radius: 50%;

  color: #1f665a;

  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease;
}

.staviso-food-faq__icon::before,
.staviso-food-faq__icon::after {
  content: "";

  position: absolute;

  background: currentColor;
  border-radius: 2px;
}

.staviso-food-faq__icon::before {
  top: 15px;
  left: 10px;

  width: 12px;
  height: 2px;
}

.staviso-food-faq__icon::after {
  top: 10px;
  left: 15px;

  width: 2px;
  height: 12px;

  transition: transform 0.2s ease;
}

.staviso-food-faq__item[open]
.staviso-food-faq__icon {
  background: #1f665a;
  border-color: #1f665a;
  color: #ffffff;
}

.staviso-food-faq__item[open]
.staviso-food-faq__icon::after {
  transform: rotate(90deg);
}


/* Answer
------------------------------------------ */

.staviso-food-faq__answer {
  padding: 0 21px 22px;
}

.staviso-food-faq__answer p {
  margin: 0;
  padding-top: 18px;

  border-top: 1px solid #e3eae6;

  color: #59625e;

  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
}


/* Compliance note
------------------------------------------ */

.staviso-food-faq__note {
  display: flex;
  max-width: 980px;
  align-items: flex-start;
  gap: 13px;

  margin: 28px auto 0;
  padding: 17px 19px;

  background: #f8f4ec;
  border-left: 4px solid #9a6a2f;
  border-radius: 0 9px 9px 0;
}

.staviso-food-faq__note svg {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  margin-top: 2px;

  fill: none;
  stroke: #8a5d28;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.staviso-food-faq__note p {
  margin: 0;

  color: #59625e;

  font-family: inherit;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.7;
}


/* Keyboard focus
------------------------------------------ */

.staviso-food-faq__question:focus-visible {
  outline: 3px solid rgba(31, 102, 90, 0.3);
  outline-offset: -3px;
}


/* ==========================================
   TABLET
========================================== */

@media screen and (max-width: 900px) {

  .staviso-food-faq {
    padding: 72px 20px;
  }

  .staviso-food-faq__grid {
    grid-template-columns: 1fr;
  }

}


/* ==========================================
   MOBILE
========================================== */

@media screen and (max-width: 640px) {

  .staviso-food-faq {
    padding: 56px 16px;
  }

  .staviso-food-faq__header {
    margin-bottom: 34px;
    text-align: left;
  }

  .staviso-food-faq__header h2 {
    font-size: 29px;
  }

  .staviso-food-faq__header p {
    font-size: 15px;
  }

  .staviso-food-faq__grid {
    gap: 13px;
  }

  .staviso-food-faq__question {
    min-height: 0;
    gap: 16px;

    padding: 18px;

    font-size: 15px;
  }

  .staviso-food-faq__icon {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
  }

  .staviso-food-faq__icon::before {
    top: 14px;
    left: 9px;
  }

  .staviso-food-faq__icon::after {
    top: 9px;
    left: 14px;
  }

  .staviso-food-faq__answer {
    padding: 0 18px 19px;
  }

  .staviso-food-faq__answer p {
    padding-top: 16px;
    font-size: 13px;
  }

  .staviso-food-faq__note {
    margin-top: 25px;
    padding: 15px 16px;
  }

}


/* ==========================================
   SMALL MOBILE
========================================== */

@media screen and (max-width: 400px) {

  .staviso-food-faq__question {
    padding: 17px 15px;
  }

  .staviso-food-faq__answer {
    padding-right: 15px;
    padding-left: 15px;
  }

  .staviso-food-faq__note p {
    font-size: 12px;
  }

}


/* Reduced motion
------------------------------------------ */

@media (prefers-reduced-motion: reduce) {

  .staviso-food-faq__item,
  .staviso-food-faq__question,
  .staviso-food-faq__icon,
  .staviso-food-faq__icon::after {
    transition: none;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5608d08 *//* ==========================================
   STAVISO FOOD PACKAGING FINAL CTA
========================================== */

.staviso-food-cta {
  position: relative;

  width: 100%;
  padding: 82px 20px;

  overflow: hidden;

  background: #1f665a;
  scroll-margin-top: 100px;
}

.staviso-food-cta *,
.staviso-food-cta *::before,
.staviso-food-cta *::after {
  box-sizing: border-box;
}


/* Decorative background
------------------------------------------ */

.staviso-food-cta::before {
  content: "";

  position: absolute;
  top: -170px;
  right: -120px;

  width: 420px;
  height: 420px;

  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 50%;

  pointer-events: none;
}

.staviso-food-cta::after {
  content: "";

  position: absolute;
  bottom: -210px;
  left: -160px;

  width: 460px;
  height: 460px;

  background: rgba(255, 255, 255, 0.035);
  border-radius: 50%;

  pointer-events: none;
}


/* Main container
------------------------------------------ */

.staviso-food-cta__container {
  position: relative;
  z-index: 1;

  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 48px;

  width: 100%;
  max-width: 1200px;
  min-height: 220px;

  margin: 0 auto;
  padding: 46px 50px;

  background: rgba(255, 255, 255, 0.065);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;

  box-shadow:
    0 18px 45px rgba(10, 36, 31, 0.18);
}


/* Content
------------------------------------------ */

.staviso-food-cta__content {
  min-width: 0;
  max-width: 790px;
}

.staviso-food-cta__label {
  display: inline-block;
  margin: 0 0 10px;

  color: #d9ece6;

  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.staviso-food-cta__content h2 {
  margin: 0 0 15px;

  color: #ffffff;

  font-family: inherit;
  font-size: clamp(31px, 3.5vw, 44px);
  font-weight: 750;
  line-height: 1.18;
  letter-spacing: -0.028em;
}

.staviso-food-cta__content p {
  max-width: 730px;
  margin: 0;

  color: rgba(255, 255, 255, 0.82);

  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}


/* Action
------------------------------------------ */

.staviso-food-cta__action {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.staviso-food-cta__button {
  display: inline-flex;
  min-width: 224px;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 9px;

  padding: 13px 23px;

  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 8px;

  color: #1f665a;

  font-family: inherit;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;

  box-shadow:
    0 8px 22px rgba(9, 38, 32, 0.16);

  transition:
    gap 0.22s ease,
    background-color 0.22s ease,
    border-color 0.22s ease,
    color 0.22s ease,
    transform 0.22s ease;
}

.staviso-food-cta__button:hover {
  gap: 13px;

  background: #edf5f2;
  border-color: #edf5f2;
  color: #174f46;

  transform: translateY(-2px);
}

.staviso-food-cta__button:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.55);
  outline-offset: 5px;
}


/* ==========================================
   TABLET
========================================== */

@media screen and (max-width: 900px) {

  .staviso-food-cta {
    padding: 72px 20px;
  }

  .staviso-food-cta__container {
    grid-template-columns: 1fr;
    gap: 30px;

    padding: 42px 38px;
  }

  .staviso-food-cta__action {
    justify-content: flex-start;
  }

}


/* ==========================================
   MOBILE
========================================== */

@media screen and (max-width: 640px) {

  .staviso-food-cta {
    padding: 56px 16px;
  }

  .staviso-food-cta__container {
    gap: 26px;

    min-height: 0;
    padding: 36px 22px;

    border-radius: 14px;
  }

  .staviso-food-cta__content h2 {
    margin-bottom: 14px;

    font-size: 29px;
    line-height: 1.22;
  }

  .staviso-food-cta__content p {
    font-size: 15px;
    line-height: 1.7;
  }

  .staviso-food-cta__action {
    width: 100%;
  }

  .staviso-food-cta__button {
    width: 100%;
    min-width: 0;
  }

}


/* ==========================================
   SMALL MOBILE
========================================== */

@media screen and (max-width: 400px) {

  .staviso-food-cta {
    padding: 46px 12px;
  }

  .staviso-food-cta__container {
    padding: 32px 18px;
  }

  .staviso-food-cta__content h2 {
    font-size: 27px;
  }

}


/* Reduced motion
------------------------------------------ */

@media (prefers-reduced-motion: reduce) {

  .staviso-food-cta__button {
    transition: none;
  }

}/* End custom CSS */