.elementor-2629 .elementor-element.elementor-element-aab28c1{--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-2629 .elementor-element.elementor-element-1614295d{--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-d3a13a7 *//* ==========================================
   FOLDING CARTON SLEEVE HERO
========================================== */

.staviso-fcs-hero {
  position: relative;

  width: 100%;
  padding: 70px 20px 78px;

  overflow: hidden;

  background:
    linear-gradient(
      135deg,
      #f4eee7 0%,
      #f7f4ef 54%,
      #edf3f0 100%
    );

  scroll-margin-top: 100px;
}

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


/* ==========================================
   BACKGROUND DECORATION
========================================== */

.staviso-fcs-hero::before {
  content: "";

  position: absolute;
  top: -220px;
  right: -150px;

  width: 510px;
  height: 510px;

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

  pointer-events: none;
}

.staviso-fcs-hero::after {
  content: "";

  position: absolute;
  bottom: -240px;
  left: -190px;

  width: 480px;
  height: 480px;

  background: rgba(31, 102, 90, 0.035);

  border-radius: 50%;

  pointer-events: none;
}


/* ==========================================
   CONTAINER
========================================== */

.staviso-fcs-hero__container {
  position: relative;
  z-index: 1;

  display: grid;

  grid-template-columns:
    minmax(0, 1.04fr)
    minmax(420px, 0.96fr);

  gap: 62px;

  align-items: center;

  width: 100%;
  max-width: 1280px;

  margin: 0 auto;
}


/* ==========================================
   GALLERY
========================================== */

.staviso-fcs-hero__gallery {
  min-width: 0;
}


/* MAIN IMAGE */
.staviso-fcs-hero__main-image {
  position: relative;

  width: 100%;
  aspect-ratio: 1 / 1;

  overflow: hidden;

  background: #ffffff;

  border: 1px solid #dce5e1;
  border-radius: 20px;

  box-shadow:
    0 20px 48px rgba(42, 50, 46, 0.085);
}


.staviso-fcs-hero__main-image img {
  display: block;

  width: 100%;
  height: 100%;

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


/* ==========================================
   IMAGE BADGE
========================================== */

.staviso-fcs-hero__image-badge {
  position: absolute;

  top: 18px;
  left: 18px;

  display: inline-flex;

  align-items: center;
  gap: 7px;

  padding: 8px 12px;

  background: rgba(255, 255, 255, 0.93);

  border: 1px solid rgba(31, 102, 90, 0.15);
  border-radius: 999px;

  color: #1f665a;

  font-size: 9px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.08em;

  text-transform: uppercase;

  backdrop-filter: blur(8px);
}


.staviso-fcs-hero__image-badge::before {
  content: "";

  width: 6px;
  height: 6px;

  background: #1f665a;

  border-radius: 50%;
}


/* ==========================================
   THUMBNAILS
========================================== */

.staviso-fcs-hero__thumbnails {
  display: grid;

  grid-template-columns:
    repeat(5, minmax(0, 1fr));

  gap: 9px;

  margin-top: 11px;
}


.staviso-fcs-hero__thumb {
  display: block;

  min-width: 0;

  margin: 0;
  padding: 0;

  overflow: hidden;

  cursor: pointer;

  background: #ffffff;

  border: 1px solid #dce5e1;
  border-radius: 9px;

  color: #5e6b65;

  font-family: inherit;

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


.staviso-fcs-hero__thumb:hover {
  border-color: rgba(31, 102, 90, 0.36);

  transform: translateY(-2px);
}


.staviso-fcs-hero__thumb.is-active {
  border-color: #1f665a;

  box-shadow:
    0 0 0 1px #1f665a;
}


.staviso-fcs-hero__thumb img {
  display: block;

  width: 100%;
  aspect-ratio: 1 / 1;

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


.staviso-fcs-hero__thumb span {
  display: block;

  overflow: hidden;

  padding: 7px 5px 8px;

  color: #59655f;

  font-size: 8px;
  font-weight: 700;
  line-height: 1.3;

  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}


/* ==========================================
   RIGHT CONTENT
========================================== */

.staviso-fcs-hero__content {
  min-width: 0;
}


/* EYEBROW */
.staviso-fcs-hero__eyebrow {
  display: inline-flex;

  align-items: center;
  gap: 8px;

  margin-bottom: 15px;
  padding: 7px 11px;

  background: #edf3f0;

  border: 1px solid #d7e4de;
  border-radius: 999px;

  color: #1f665a;

  font-size: 10px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.09em;

  text-transform: uppercase;
}


.staviso-fcs-hero__eyebrow::before {
  content: "";

  width: 6px;
  height: 6px;

  flex: 0 0 6px;

  background: #1f665a;

  border-radius: 50%;
}


/* ==========================================
   H1
========================================== */

.staviso-fcs-hero__content h1 {
  max-width: 650px;

  margin: 0 0 17px;

  color: #1d2623;

  font-size: clamp(44px, 5vw, 66px);
  font-weight: 790;
  line-height: 0.99;
  letter-spacing: -0.048em;
}


/* ==========================================
   SUBTITLE
========================================== */

.staviso-fcs-hero__subtitle {
  max-width: 640px;

  margin: 0 0 17px;

  color: #35554b;

  font-size: 18px;
  font-weight: 680;
  line-height: 1.5;
  letter-spacing: -0.015em;
}


/* ==========================================
   DESCRIPTION
========================================== */

.staviso-fcs-hero__description {
  max-width: 640px;

  margin: 0;

  color: #66706c;

  font-size: 14px;
  line-height: 1.72;
}


/* ==========================================
   STRUCTURE HIGHLIGHT
========================================== */

.staviso-fcs-hero__structure {
  display: grid;

  grid-template-columns:
    42px
    minmax(0, 1fr);

  gap: 12px;

  align-items: center;

  margin-top: 18px;
  padding: 13px 15px;

  background: rgba(237, 243, 240, 0.8);

  border: 1px solid #d7e4de;
  border-radius: 10px;
}


.staviso-fcs-hero__structure-icon {
  display: flex;

  width: 42px;
  height: 42px;

  align-items: center;
  justify-content: center;

  background: #ffffff;

  border: 1px solid #d7e4de;
  border-radius: 8px;

  color: #1f665a;
}


.staviso-fcs-hero__structure-icon svg {
  width: 21px;
  height: 21px;

  fill: none;

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


.staviso-fcs-hero__structure strong {
  display: block;

  margin-bottom: 3px;

  color: #30423a;

  font-size: 11px;
  font-weight: 760;
  line-height: 1.4;
}


.staviso-fcs-hero__structure span:not(.staviso-fcs-hero__structure-icon) {
  display: block;

  color: #6d7973;

  font-size: 9px;
  line-height: 1.5;
}


/* ==========================================
   SPECIFICATIONS
========================================== */

.staviso-fcs-hero__specs {
  display: grid;

  grid-template-columns:
    repeat(2, minmax(0, 1fr));

  margin-top: 22px;

  overflow: hidden;

  background: rgba(255, 255, 255, 0.78);

  border: 1px solid #d9e3de;
  border-radius: 13px;
}


.staviso-fcs-hero__spec {
  display: grid;

  grid-template-columns:
    88px
    minmax(0, 1fr);

  gap: 9px;

  align-items: center;

  min-width: 0;

  padding: 12px 14px;

  border-bottom: 1px solid #e3e9e6;
}


.staviso-fcs-hero__spec:nth-child(odd) {
  border-right: 1px solid #e3e9e6;
}


/* 10 rows: remove bottom borders from last two */
.staviso-fcs-hero__spec:nth-last-child(-n + 2) {
  border-bottom: 0;
}


.staviso-fcs-hero__spec-label {
  color: #87938e;

  font-size: 8px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.05em;

  text-transform: uppercase;
}


.staviso-fcs-hero__spec-value {
  min-width: 0;

  color: #35433d;

  font-size: 10px;
  font-weight: 650;
  line-height: 1.45;
}


/* ==========================================
   KEY SPEC
========================================== */

.staviso-fcs-hero__spec--key {
  background:
    linear-gradient(
      90deg,
      #edf3f0,
      rgba(255, 255, 255, 0.72)
    );
}


.staviso-fcs-hero__spec--key
.staviso-fcs-hero__spec-label {
  color: #1f665a;
}


.staviso-fcs-hero__spec--key
.staviso-fcs-hero__spec-value {
  color: #1f665a;

  font-weight: 760;
}


/* ==========================================
   CTA
========================================== */

.staviso-fcs-hero__actions {
  display: flex;

  flex-wrap: wrap;

  gap: 10px;

  margin-top: 25px;
}


.staviso-fcs-hero__button {
  display: inline-flex;

  min-height: 50px;

  align-items: center;
  justify-content: center;

  gap: 9px;

  padding: 12px 18px;

  border: 1px solid transparent;
  border-radius: 8px;

  font-size: 12px;
  font-weight: 760;
  line-height: 1.4;

  text-decoration: none;

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


.staviso-fcs-hero__button svg {
  width: 18px;
  height: 18px;

  flex: 0 0 18px;

  fill: none;

  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}


/* PRIMARY */
.staviso-fcs-hero__button--primary {
  background: #1f665a;

  border-color: #1f665a;

  color: #ffffff;

  box-shadow:
    0 8px 21px rgba(31, 102, 90, 0.19);
}


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

  background: #174f46;

  border-color: #174f46;

  box-shadow:
    0 11px 26px rgba(31, 102, 90, 0.24);

  transform: translateY(-2px);
}


/* SECONDARY */
.staviso-fcs-hero__button--secondary {
  background: rgba(255, 255, 255, 0.82);

  border-color: #b9ccc4;

  color: #1f665a;
}


.staviso-fcs-hero__button--secondary:hover {
  background: #ffffff;

  border-color: #1f665a;

  color: #174f46;

  transform: translateY(-2px);
}


/* ==========================================
   NOTE
========================================== */

.staviso-fcs-hero__note {
  display: flex;

  align-items: center;
  gap: 8px;

  margin-top: 17px;

  color: #74817b;

  font-size: 10px;
  font-weight: 550;
  line-height: 1.5;
}


.staviso-fcs-hero__note-icon {
  display: flex;

  width: 25px;
  height: 25px;

  flex: 0 0 25px;

  align-items: center;
  justify-content: center;

  background: #edf3f0;

  border-radius: 50%;

  color: #1f665a;
}


.staviso-fcs-hero__note-icon svg {
  width: 14px;
  height: 14px;

  fill: none;

  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}


/* ==========================================
   FOCUS
========================================== */

.staviso-fcs-hero__thumb:focus-visible,
.staviso-fcs-hero__button:focus-visible {
  outline: 3px solid rgba(31, 102, 90, 0.22);
  outline-offset: 3px;
}


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

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

  .staviso-fcs-hero {
    padding: 64px 20px 72px;
  }

  .staviso-fcs-hero__container {
    grid-template-columns: 1fr;

    gap: 46px;

    max-width: 820px;
  }

}


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

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

  .staviso-fcs-hero {
    padding: 40px 15px 58px;
  }

  .staviso-fcs-hero__container {
    gap: 34px;
  }

  .staviso-fcs-hero__main-image {
    border-radius: 15px;
  }

  .staviso-fcs-hero__image-badge {
    top: 12px;
    left: 12px;

    font-size: 8px;
  }

  .staviso-fcs-hero__thumbnails {
    gap: 6px;
  }

  .staviso-fcs-hero__thumb span {
    display: none;
  }

  .staviso-fcs-hero__content h1 {
    font-size: clamp(39px, 12vw, 52px);
  }

  .staviso-fcs-hero__subtitle {
    font-size: 16px;
  }

  .staviso-fcs-hero__description {
    font-size: 13px;
  }

  .staviso-fcs-hero__structure {
    grid-template-columns:
      40px
      minmax(0, 1fr);
  }

  .staviso-fcs-hero__structure-icon {
    width: 40px;
    height: 40px;
  }


  /* Specs one column */
  .staviso-fcs-hero__specs {
    grid-template-columns: 1fr;
  }

  .staviso-fcs-hero__spec {
    grid-template-columns:
      88px
      minmax(0, 1fr);

    border-right: 0 !important;
    border-bottom: 1px solid #e3e9e6 !important;
  }

  .staviso-fcs-hero__spec:last-child {
    border-bottom: 0 !important;
  }


  /* CTA */
  .staviso-fcs-hero__actions {
    display: grid;

    grid-template-columns: 1fr;
  }

  .staviso-fcs-hero__button {
    width: 100%;
  }

}


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

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

  .staviso-fcs-hero {
    padding-right: 12px;
    padding-left: 12px;
  }

  .staviso-fcs-hero__spec {
    grid-template-columns:
      80px
      minmax(0, 1fr);

    padding: 12px;
  }

  .staviso-fcs-hero__spec-label {
    font-size: 8px;
  }

  .staviso-fcs-hero__spec-value {
    font-size: 10px;
  }

}


/* ==========================================
   REDUCED MOTION
========================================== */

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

  .staviso-fcs-hero__thumb,
  .staviso-fcs-hero__button {
    transition: none;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8b441d2 *//* ==========================================
   FOLDING CARTON SLEEVE
   STRUCTURE SECTION
========================================== */

.staviso-fcs-structure {
  position: relative;

  width: 100%;
  padding: 92px 20px 98px;

  overflow: hidden;

  background: #ffffff;

  scroll-margin-top: 100px;
}

.staviso-fcs-structure *,
.staviso-fcs-structure *::before,
.staviso-fcs-structure *::after {
  box-sizing: border-box;
}


/* ==========================================
   BACKGROUND
========================================== */

.staviso-fcs-structure::before {
  content: "";

  position: absolute;
  top: -190px;
  right: -150px;

  width: 420px;
  height: 420px;

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

  pointer-events: none;
}

.staviso-fcs-structure::after {
  content: "";

  position: absolute;
  bottom: -220px;
  left: -170px;

  width: 440px;
  height: 440px;

  background: rgba(31, 102, 90, 0.025);

  border-radius: 50%;

  pointer-events: none;
}


/* ==========================================
   CONTAINER
========================================== */

.staviso-fcs-structure__container {
  position: relative;
  z-index: 1;

  display: grid;

  grid-template-columns:
    minmax(0, 0.92fr)
    minmax(450px, 1.08fr);

  gap: 70px;

  align-items: center;

  width: 100%;
  max-width: 1200px;

  margin: 0 auto;
}


/* ==========================================
   LEFT CONTENT
========================================== */

.staviso-fcs-structure__content {
  min-width: 0;
}


/* EYEBROW */
.staviso-fcs-structure__eyebrow {
  display: inline-flex;

  align-items: center;
  gap: 8px;

  margin-bottom: 15px;
  padding: 7px 11px;

  background: #edf3f0;

  border: 1px solid #d7e4de;
  border-radius: 999px;

  color: #1f665a;

  font-size: 10px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.09em;

  text-transform: uppercase;
}

.staviso-fcs-structure__eyebrow::before {
  content: "";

  width: 6px;
  height: 6px;

  background: #1f665a;

  border-radius: 50%;
}


/* HEADING */
.staviso-fcs-structure__content h2 {
  max-width: 590px;

  margin: 0 0 20px;

  color: #1d2623;

  font-size: clamp(36px, 4vw, 52px);
  font-weight: 780;
  line-height: 1.07;
  letter-spacing: -0.04em;
}


/* LEAD */
.staviso-fcs-structure__lead {
  margin: 0 0 14px;

  color: #34463f;

  font-size: 17px;
  font-weight: 620;
  line-height: 1.65;
}


/* DESCRIPTION */
.staviso-fcs-structure__description {
  margin: 0;

  color: #66706c;

  font-size: 14px;
  line-height: 1.72;
}


/* ==========================================
   FEATURES
========================================== */

.staviso-fcs-structure__features {
  display: grid;

  gap: 10px;

  margin-top: 31px;
}


.staviso-fcs-structure__feature {
  display: grid;

  grid-template-columns:
    44px
    minmax(0, 1fr);

  gap: 14px;

  align-items: center;

  padding: 15px 16px;

  background: #f8faf9;

  border: 1px solid #e0e8e4;
  border-radius: 11px;

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


.staviso-fcs-structure__feature:hover {
  border-color: rgba(31, 102, 90, 0.25);

  box-shadow:
    0 9px 22px rgba(40, 52, 46, 0.055);

  transform: translateX(3px);
}


/* FEATURE ICON */
.staviso-fcs-structure__feature-icon {
  display: flex;

  width: 44px;
  height: 44px;

  align-items: center;
  justify-content: center;

  background: #edf3f0;

  border: 1px solid #d9e5df;
  border-radius: 9px;

  color: #1f665a;
}


.staviso-fcs-structure__feature-icon svg {
  width: 21px;
  height: 21px;

  fill: none;

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


.staviso-fcs-structure__feature h3 {
  margin: 0 0 4px;

  color: #2c3933;

  font-size: 14px;
  font-weight: 750;
  line-height: 1.4;
}


.staviso-fcs-structure__feature p {
  margin: 0;

  color: #6e7974;

  font-size: 11px;
  line-height: 1.55;
}


/* ==========================================
   RIGHT VISUAL
========================================== */

.staviso-fcs-structure__visual {
  min-width: 0;
}


/* ==========================================
   DIAGRAM CARD
========================================== */

.staviso-fcs-structure__diagram-card {
  padding: 28px;

  background:
    linear-gradient(
      145deg,
      #f5f8f6 0%,
      #edf2ef 100%
    );

  border: 1px solid #d8e4de;
  border-radius: 20px;

  box-shadow:
    0 16px 38px rgba(42, 51, 47, 0.065);
}


/* ==========================================
   DIAGRAM HEADER
========================================== */

.staviso-fcs-structure__diagram-header {
  display: flex;

  align-items: flex-start;
  justify-content: space-between;

  gap: 20px;

  margin-bottom: 22px;
}


.staviso-fcs-structure__diagram-label {
  display: block;

  margin-bottom: 5px;

  color: #829089;

  font-size: 9px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.09em;

  text-transform: uppercase;
}


.staviso-fcs-structure__diagram-header h3 {
  margin: 0;

  color: #29352f;

  font-size: 20px;
  font-weight: 760;
  line-height: 1.3;
  letter-spacing: -0.02em;
}


.staviso-fcs-structure__code {
  display: inline-flex;

  min-width: 48px;
  height: 34px;

  align-items: center;
  justify-content: center;

  padding: 0 10px;

  background: #1f665a;

  border-radius: 7px;

  color: #ffffff;

  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.08em;
}


/* ==========================================
   DIAGRAM
========================================== */

.staviso-fcs-structure__diagram {
  position: relative;

  display: grid;

  gap: 9px;

  padding: 22px;

  overflow: hidden;

  background: rgba(255, 255, 255, 0.84);

  border: 1px solid #dce6e1;
  border-radius: 14px;
}


.staviso-fcs-structure__diagram::before {
  content: "";

  position: absolute;
  inset: 0;

  background-image:
    linear-gradient(
      rgba(31, 102, 90, 0.035) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(31, 102, 90, 0.035) 1px,
      transparent 1px
    );

  background-size: 28px 28px;

  pointer-events: none;
}


/* ==========================================
   STEP
========================================== */

.staviso-fcs-structure__step {
  position: relative;
  z-index: 1;

  display: grid;

  grid-template-columns:
    125px
    minmax(0, 1fr);

  gap: 20px;

  align-items: center;

  min-height: 100px;

  padding: 14px 16px;

  background: rgba(255, 255, 255, 0.92);

  border: 1px solid #e0e8e4;
  border-radius: 10px;
}


.staviso-fcs-structure__step--final {
  background:
    linear-gradient(
      90deg,
      #ffffff,
      #eef6f2
    );

  border-color: #bfd7cd;
}


/* STEP INFO */
.staviso-fcs-structure__step-info {
  display: grid;

  gap: 6px;
}


.staviso-fcs-structure__step-info span {
  color: #1f665a;

  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.08em;

  text-transform: uppercase;
}


.staviso-fcs-structure__step-info strong {
  color: #425149;

  font-size: 10px;
  font-weight: 760;
  line-height: 1.4;
}


/* ==========================================
   FLAT SLEEVE
========================================== */

.staviso-fcs-structure__flat {
  position: relative;

  width: 170px;
  height: 72px;

  margin: 0 auto;
}


.staviso-fcs-structure__flat-panel {
  position: absolute;
  inset: 8px 4px;

  background: #edf4f0;

  border: 2px solid #668b7f;
  border-radius: 3px;
}


.staviso-fcs-structure__flat-line {
  position: absolute;

  top: 8px;

  width: 1px;
  height: 56px;

  border-left: 1px dashed #8ca79d;
}


.staviso-fcs-structure__flat-line--1 {
  left: 57px;
}


.staviso-fcs-structure__flat-line--2 {
  right: 50px;
}


.staviso-fcs-structure__flat-glue {
  position: absolute;

  top: 8px;
  right: 4px;

  width: 16px;
  height: 56px;

  background: rgba(31, 102, 90, 0.13);

  border-left: 1px dashed #1f665a;
}


/* ==========================================
   OPEN-ENDED SLEEVE
========================================== */

.staviso-fcs-structure__sleeve {
  position: relative;

  width: 150px;
  height: 74px;

  margin: 0 auto;
}


.staviso-fcs-structure__sleeve-face {
  position: absolute;

  top: 8px;
  left: 10px;

  display: flex;

  width: 114px;
  height: 58px;

  align-items: center;
  justify-content: center;

  background:
    linear-gradient(
      145deg,
      #edf4f0,
      #ffffff
    );

  border: 2px solid #668b7f;

  color: #1f665a;

  font-size: 9px;
  font-weight: 760;
}


.staviso-fcs-structure__sleeve-side {
  position: absolute;

  top: 14px;
  right: 8px;

  width: 28px;
  height: 48px;

  background: #dce9e3;

  border: 2px solid #668b7f;

  transform: skewY(-18deg);
}


.staviso-fcs-structure__sleeve-opening {
  position: absolute;

  top: 18px;
  right: 0;

  width: 9px;
  height: 38px;

  background: #ffffff;

  border: 1px solid #668b7f;
  border-radius: 50%;
}


/* ==========================================
   PRODUCT / TRAY
========================================== */

.staviso-fcs-structure__product {
  display: flex;

  width: 145px;
  height: 62px;

  align-items: center;
  justify-content: center;

  margin: 0 auto;

  background: #f4eee7;

  border: 2px solid #9b8c7c;
  border-radius: 6px;

  color: #685e54;

  font-size: 10px;
  font-weight: 720;
}


/* ==========================================
   ASSEMBLED
========================================== */

.staviso-fcs-structure__assembled {
  position: relative;

  width: 165px;
  height: 82px;

  margin: 0 auto;
}


.staviso-fcs-structure__assembled-product {
  position: absolute;

  top: 19px;
  left: 8px;

  display: flex;

  width: 149px;
  height: 48px;

  align-items: center;
  justify-content: center;

  background: #f4eee7;

  border: 2px solid #9c8d7d;
  border-radius: 5px;

  color: #76695e;

  font-size: 9px;
  font-weight: 700;
}


.staviso-fcs-structure__assembled-sleeve {
  position: absolute;
  z-index: 2;

  top: 8px;
  left: 40px;

  display: flex;

  width: 88px;
  height: 70px;

  align-items: center;
  justify-content: center;

  background: rgba(31, 102, 90, 0.92);

  border: 2px solid #1f665a;
  border-radius: 4px;

  color: #ffffff;

  font-size: 8px;
  font-weight: 800;

  text-align: center;
}


/* ==========================================
   ARROWS
========================================== */

.staviso-fcs-structure__arrow {
  position: relative;
  z-index: 1;

  display: flex;

  flex-direction: column;

  align-items: center;
  justify-content: center;

  gap: 2px;

  min-height: 38px;

  color: #1f665a;
}


.staviso-fcs-structure__arrow span {
  color: #829089;

  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.07em;

  text-transform: uppercase;
}


.staviso-fcs-structure__arrow svg {
  width: 20px;
  height: 27px;

  fill: none;

  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}


/* ==========================================
   FLOW SUMMARY
========================================== */

.staviso-fcs-structure__flow {
  display: flex;

  flex-wrap: wrap;

  align-items: center;
  justify-content: center;

  gap: 8px;

  margin-top: 17px;
  padding: 13px 14px;

  background: #ffffff;

  border: 1px solid #dbe5e0;
  border-radius: 9px;
}


.staviso-fcs-structure__flow span {
  color: #586861;

  font-size: 9px;
  font-weight: 720;
  line-height: 1.4;
}


.staviso-fcs-structure__flow svg {
  width: 14px;
  height: 14px;

  fill: none;

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


.staviso-fcs-structure__flow
.staviso-fcs-structure__flow-final {
  padding: 5px 8px;

  background: #1f665a;

  border-radius: 5px;

  color: #ffffff;

  font-weight: 760;
}


/* ==========================================
   NOTE
========================================== */

.staviso-fcs-structure__note {
  display: grid;

  grid-template-columns:
    42px
    minmax(0, 1fr);

  gap: 13px;

  align-items: center;

  margin-top: 17px;
  padding: 15px 16px;

  background: #ffffff;

  border: 1px solid #dbe5e0;
  border-radius: 10px;
}


.staviso-fcs-structure__note-icon {
  display: flex;

  width: 42px;
  height: 42px;

  align-items: center;
  justify-content: center;

  background: #edf3f0;

  border-radius: 8px;

  color: #1f665a;
}


.staviso-fcs-structure__note-icon svg {
  width: 20px;
  height: 20px;

  fill: none;

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


.staviso-fcs-structure__note strong {
  display: block;

  margin-bottom: 3px;

  color: #34433d;

  font-size: 11px;
  font-weight: 760;
  line-height: 1.45;
}


.staviso-fcs-structure__note p {
  margin: 0;

  color: #6d7973;

  font-size: 10px;
  line-height: 1.55;
}


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

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

  .staviso-fcs-structure {
    padding: 74px 20px 80px;
  }

  .staviso-fcs-structure__container {
    grid-template-columns: 1fr;

    gap: 42px;

    max-width: 820px;
  }

}


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

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

  .staviso-fcs-structure {
    padding: 58px 15px 64px;
  }

  .staviso-fcs-structure__content h2 {
    font-size: clamp(32px, 9vw, 42px);
  }

  .staviso-fcs-structure__lead {
    font-size: 15px;
  }

  .staviso-fcs-structure__description {
    font-size: 13px;
  }

  .staviso-fcs-structure__diagram-card {
    padding: 18px;

    border-radius: 15px;
  }

  .staviso-fcs-structure__diagram {
    padding: 15px;
  }

  .staviso-fcs-structure__step {
    grid-template-columns: 1fr;

    gap: 12px;

    text-align: center;
  }

  .staviso-fcs-structure__step-info {
    justify-items: center;
  }

}


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

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

  .staviso-fcs-structure {
    padding-right: 12px;
    padding-left: 12px;
  }

  .staviso-fcs-structure__diagram-header h3 {
    font-size: 17px;
  }

  .staviso-fcs-structure__flat {
    transform: scale(0.9);
  }

  .staviso-fcs-structure__flow {
    justify-content: flex-start;
  }

  .staviso-fcs-structure__note {
    grid-template-columns: 1fr;
  }

}


/* ==========================================
   REDUCED MOTION
========================================== */

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

  .staviso-fcs-structure__feature {
    transition: none;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1005ca3 *//* ==========================================
   FOLDING CARTON SLEEVE
   KEY BENEFITS
========================================== */

.staviso-fcs-benefits {
  position: relative;

  width: 100%;
  padding: 92px 20px 98px;

  overflow: hidden;

  background: #f4eee7;

  scroll-margin-top: 100px;
}

.staviso-fcs-benefits *,
.staviso-fcs-benefits *::before,
.staviso-fcs-benefits *::after {
  box-sizing: border-box;
}


/* ==========================================
   BACKGROUND
========================================== */

.staviso-fcs-benefits::before {
  content: "";

  position: absolute;
  top: -190px;
  right: -150px;

  width: 420px;
  height: 420px;

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

  pointer-events: none;
}

.staviso-fcs-benefits::after {
  content: "";

  position: absolute;
  bottom: -230px;
  left: -170px;

  width: 440px;
  height: 440px;

  background: rgba(31, 102, 90, 0.028);

  border-radius: 50%;

  pointer-events: none;
}


/* ==========================================
   CONTAINER
========================================== */

.staviso-fcs-benefits__container {
  position: relative;
  z-index: 1;

  width: 100%;
  max-width: 1200px;

  margin: 0 auto;
}


/* ==========================================
   HEADER
========================================== */

.staviso-fcs-benefits__header {
  max-width: 800px;

  margin: 0 auto 45px;

  text-align: center;
}

.staviso-fcs-benefits__eyebrow {
  display: inline-flex;

  align-items: center;
  gap: 8px;

  margin-bottom: 15px;
  padding: 7px 11px;

  background: #edf3f0;

  border: 1px solid #d7e4de;
  border-radius: 999px;

  color: #1f665a;

  font-size: 10px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.09em;

  text-transform: uppercase;
}

.staviso-fcs-benefits__eyebrow::before {
  content: "";

  width: 6px;
  height: 6px;

  flex: 0 0 6px;

  background: #1f665a;

  border-radius: 50%;
}

.staviso-fcs-benefits__header h2 {
  margin: 0;

  color: #1d2623;

  font-size: clamp(36px, 4vw, 52px);
  font-weight: 780;
  line-height: 1.07;
  letter-spacing: -0.04em;
}

.staviso-fcs-benefits__intro {
  max-width: 730px;

  margin: 18px auto 0;

  color: #66706c;

  font-size: 14px;
  line-height: 1.72;
}


/* ==========================================
   GRID
========================================== */

.staviso-fcs-benefits__grid {
  display: grid;

  grid-template-columns:
    repeat(3, minmax(0, 1fr));

  gap: 16px;
}


/* ==========================================
   CARD
========================================== */

.staviso-fcs-benefits__card {
  position: relative;

  display: flex;
  flex-direction: column;

  min-height: 260px;

  padding: 24px 23px 25px;

  overflow: hidden;

  background: #ffffff;

  border: 1px solid #dce5e1;
  border-radius: 15px;

  box-shadow:
    0 10px 28px rgba(43, 52, 48, 0.045);

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

.staviso-fcs-benefits__card::before {
  content: "";

  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 3px;

  background: #1f665a;

  opacity: 0;

  transform: scaleX(0.3);
  transform-origin: left center;

  transition:
    opacity 0.24s ease,
    transform 0.24s ease;
}

.staviso-fcs-benefits__card:hover {
  border-color: rgba(31, 102, 90, 0.28);

  box-shadow:
    0 16px 34px rgba(38, 49, 44, 0.075);

  transform: translateY(-4px);
}

.staviso-fcs-benefits__card:hover::before {
  opacity: 1;

  transform: scaleX(1);
}


/* ==========================================
   PRIORITY CARDS
========================================== */

.staviso-fcs-benefits__card--priority {
  background:
    linear-gradient(
      145deg,
      #ffffff 0%,
      #f1f7f4 100%
    );

  border-color: #cbded6;
}

.staviso-fcs-benefits__card--priority::before {
  opacity: 1;

  transform: scaleX(1);
}

.staviso-fcs-benefits__priority-label {
  display: inline-flex;

  width: fit-content;

  margin-bottom: 8px;
  padding: 4px 7px;

  background: #edf3f0;

  border: 1px solid #d7e4de;
  border-radius: 5px;

  color: #1f665a;

  font-size: 7px;
  font-weight: 850;
  line-height: 1.2;
  letter-spacing: 0.08em;

  text-transform: uppercase;
}


/* ==========================================
   CARD TOP
========================================== */

.staviso-fcs-benefits__card-top {
  display: flex;

  align-items: flex-start;
  justify-content: space-between;

  gap: 16px;

  margin-bottom: 29px;
}

.staviso-fcs-benefits__number {
  color: #93a09a;

  font-size: 10px;
  font-weight: 850;
  line-height: 1;
  letter-spacing: 0.08em;
}


/* ==========================================
   ICON
========================================== */

.staviso-fcs-benefits__icon {
  display: flex;

  width: 47px;
  height: 47px;

  flex: 0 0 47px;

  align-items: center;
  justify-content: center;

  background: #edf3f0;

  border: 1px solid #d9e5df;
  border-radius: 10px;

  color: #1f665a;

  transition:
    background-color 0.24s ease,
    color 0.24s ease,
    transform 0.24s ease;
}

.staviso-fcs-benefits__icon svg {
  width: 22px;
  height: 22px;

  fill: none;

  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.staviso-fcs-benefits__card--priority
.staviso-fcs-benefits__icon {
  background: #1f665a;

  border-color: #1f665a;

  color: #ffffff;
}

.staviso-fcs-benefits__card:hover
.staviso-fcs-benefits__icon {
  background: #1f665a;

  color: #ffffff;

  transform: translateY(-2px);
}


/* ==========================================
   CONTENT
========================================== */

.staviso-fcs-benefits__content {
  margin-top: auto;
}

.staviso-fcs-benefits__content h3 {
  margin: 0 0 9px;

  color: #28352f;

  font-size: 17px;
  font-weight: 760;
  line-height: 1.35;
  letter-spacing: -0.02em;
}

.staviso-fcs-benefits__content p {
  margin: 0;

  color: #6b7771;

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


/* ==========================================
   SUMMARY
========================================== */

.staviso-fcs-benefits__summary {
  display: grid;

  grid-template-columns:
    minmax(0, 1fr)
    1px
    minmax(0, 1fr)
    1px
    minmax(0, 1fr);

  gap: 18px;

  align-items: center;

  margin-top: 20px;
  padding: 19px 22px;

  background: #1f665a;

  border-radius: 13px;

  box-shadow:
    0 12px 28px rgba(31, 102, 90, 0.13);
}

.staviso-fcs-benefits__summary-item {
  text-align: center;
}

.staviso-fcs-benefits__summary-item strong {
  display: block;

  margin-bottom: 4px;

  color: #ffffff;

  font-size: 12px;
  font-weight: 760;
  line-height: 1.4;
}

.staviso-fcs-benefits__summary-item span {
  color: rgba(255, 255, 255, 0.68);

  font-size: 9px;
  line-height: 1.5;
}

.staviso-fcs-benefits__summary-divider {
  width: 1px;
  height: 34px;

  background: rgba(255, 255, 255, 0.18);
}


/* ==========================================
   NOTE
========================================== */

.staviso-fcs-benefits__note {
  display: grid;

  grid-template-columns:
    44px
    minmax(0, 1fr);

  gap: 14px;

  align-items: center;

  margin-top: 16px;
  padding: 16px 18px;

  background: rgba(255, 255, 255, 0.74);

  border: 1px solid #dce5e1;
  border-radius: 11px;
}

.staviso-fcs-benefits__note-icon {
  display: flex;

  width: 44px;
  height: 44px;

  align-items: center;
  justify-content: center;

  background: #edf3f0;

  border: 1px solid #d8e4de;
  border-radius: 9px;

  color: #1f665a;
}

.staviso-fcs-benefits__note-icon svg {
  width: 21px;
  height: 21px;

  fill: none;

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

.staviso-fcs-benefits__note strong {
  display: block;

  margin-bottom: 4px;

  color: #30423a;

  font-size: 12px;
  font-weight: 760;
  line-height: 1.45;
}

.staviso-fcs-benefits__note p {
  margin: 0;

  color: #68756f;

  font-size: 11px;
  line-height: 1.6;
}


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

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

  .staviso-fcs-benefits {
    padding: 74px 20px 80px;
  }

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

}


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

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

  .staviso-fcs-benefits {
    padding: 58px 15px 64px;
  }

  .staviso-fcs-benefits__header {
    margin-bottom: 32px;

    text-align: left;
  }

  .staviso-fcs-benefits__header h2 {
    font-size: clamp(32px, 9vw, 42px);
  }

  .staviso-fcs-benefits__intro {
    margin-left: 0;

    font-size: 13px;
  }

  .staviso-fcs-benefits__grid {
    grid-template-columns: 1fr;

    gap: 12px;
  }

  .staviso-fcs-benefits__card {
    min-height: 0;

    padding: 20px;
  }

  .staviso-fcs-benefits__card-top {
    margin-bottom: 24px;
  }

  .staviso-fcs-benefits__summary {
    grid-template-columns: 1fr;

    gap: 13px;

    padding: 18px;
  }

  .staviso-fcs-benefits__summary-divider {
    width: 100%;
    height: 1px;
  }

  .staviso-fcs-benefits__summary-item {
    text-align: left;
  }

  .staviso-fcs-benefits__note {
    grid-template-columns:
      40px
      minmax(0, 1fr);

    padding: 15px;
  }

  .staviso-fcs-benefits__note-icon {
    width: 40px;
    height: 40px;
  }

}


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

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

  .staviso-fcs-benefits {
    padding-right: 12px;
    padding-left: 12px;
  }

  .staviso-fcs-benefits__note {
    grid-template-columns: 1fr;
  }

}


/* ==========================================
   REDUCED MOTION
========================================== */

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

  .staviso-fcs-benefits__card,
  .staviso-fcs-benefits__card::before,
  .staviso-fcs-benefits__icon {
    transition: none;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8c1957f *//* ==========================================
   FOLDING CARTON SLEEVE STYLES
========================================== */

.staviso-fcs-styles {
  position: relative;

  width: 100%;
  padding: 92px 20px 98px;

  overflow: hidden;

  background: #ffffff;

  scroll-margin-top: 100px;
}

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


/* ==========================================
   BACKGROUND DECORATION
========================================== */

.staviso-fcs-styles::before {
  content: "";

  position: absolute;
  top: -190px;
  right: -150px;

  width: 420px;
  height: 420px;

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

  pointer-events: none;
}


.staviso-fcs-styles::after {
  content: "";

  position: absolute;
  bottom: -230px;
  left: -170px;

  width: 440px;
  height: 440px;

  background: rgba(31, 102, 90, 0.025);

  border-radius: 50%;

  pointer-events: none;
}


/* ==========================================
   CONTAINER
========================================== */

.staviso-fcs-styles__container {
  position: relative;
  z-index: 1;

  width: 100%;
  max-width: 1200px;

  margin: 0 auto;
}


/* ==========================================
   HEADER
========================================== */

.staviso-fcs-styles__header {
  max-width: 790px;

  margin: 0 auto 44px;

  text-align: center;
}


.staviso-fcs-styles__eyebrow {
  display: inline-flex;

  align-items: center;
  gap: 8px;

  margin-bottom: 15px;
  padding: 7px 11px;

  background: #edf3f0;

  border: 1px solid #d7e4de;
  border-radius: 999px;

  color: #1f665a;

  font-size: 10px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.09em;

  text-transform: uppercase;
}


.staviso-fcs-styles__eyebrow::before {
  content: "";

  width: 6px;
  height: 6px;

  flex: 0 0 6px;

  background: #1f665a;

  border-radius: 50%;
}


.staviso-fcs-styles__header h2 {
  margin: 0;

  color: #1d2623;

  font-size: clamp(36px, 4vw, 52px);
  font-weight: 780;
  line-height: 1.07;
  letter-spacing: -0.04em;
}


.staviso-fcs-styles__intro {
  max-width: 730px;

  margin: 18px auto 0;

  color: #66706c;

  font-size: 14px;
  line-height: 1.72;
}


/* ==========================================
   GRID
========================================== */

.staviso-fcs-styles__grid {
  display: grid;

  grid-template-columns:
    repeat(2, minmax(0, 1fr));

  gap: 18px;
}


/* ==========================================
   CARD
========================================== */

.staviso-fcs-styles__card {
  position: relative;

  display: grid;

  grid-template-columns:
    minmax(0, 1.08fr)
    minmax(220px, 0.92fr);

  min-height: 280px;

  overflow: hidden;

  background: #ffffff;

  border: 1px solid #dce5e1;
  border-radius: 16px;

  box-shadow:
    0 10px 28px rgba(40, 52, 46, 0.045);

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


.staviso-fcs-styles__card:hover {
  border-color: rgba(31, 102, 90, 0.3);

  box-shadow:
    0 17px 36px rgba(40, 52, 46, 0.075);

  transform: translateY(-4px);
}


/* ==========================================
   IMAGE
========================================== */

.staviso-fcs-styles__image {
  position: relative;

  min-height: 280px;

  overflow: hidden;

  background: #f2f5f3;
}


.staviso-fcs-styles__image::after {
  content: "";

  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      180deg,
      rgba(21, 42, 35, 0.02) 35%,
      rgba(21, 42, 35, 0.15) 100%
    );

  pointer-events: none;
}


.staviso-fcs-styles__image img {
  display: block;

  width: 100%;
  height: 100%;

  min-height: 280px;

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

  transition:
    transform 0.42s ease;
}


.staviso-fcs-styles__card:hover
.staviso-fcs-styles__image img {
  transform: scale(1.035);
}


/* ==========================================
   NUMBER
========================================== */

.staviso-fcs-styles__number {
  position: absolute;
  z-index: 2;

  top: 14px;
  left: 14px;

  display: inline-flex;

  min-width: 34px;
  height: 27px;

  align-items: center;
  justify-content: center;

  padding: 0 8px;

  background: rgba(255, 255, 255, 0.93);

  border: 1px solid rgba(31, 102, 90, 0.16);
  border-radius: 6px;

  color: #1f665a;

  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.07em;

  backdrop-filter: blur(7px);
}


/* ==========================================
   TYPE LABEL
========================================== */

.staviso-fcs-styles__type {
  position: absolute;
  z-index: 2;

  right: 14px;
  bottom: 14px;

  display: inline-flex;

  align-items: center;

  min-height: 27px;

  padding: 6px 9px;

  background: rgba(31, 102, 90, 0.9);

  border-radius: 6px;

  color: #ffffff;

  font-size: 7px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.07em;

  text-transform: uppercase;

  backdrop-filter: blur(7px);
}


/* ==========================================
   CONTENT
========================================== */

.staviso-fcs-styles__content {
  display: flex;
  flex-direction: column;

  justify-content: center;

  min-width: 0;

  padding: 27px 25px;
}


.staviso-fcs-styles__content h3 {
  margin: 0 0 11px;

  color: #28352f;

  font-size: 20px;
  font-weight: 760;
  line-height: 1.3;
  letter-spacing: -0.025em;
}


.staviso-fcs-styles__content > p {
  margin: 0;

  color: #6b7771;

  font-size: 11px;
  line-height: 1.68;
}


/* ==========================================
   BEST FOR
========================================== */

.staviso-fcs-styles__best {
  margin-top: 22px;
  padding-top: 16px;

  border-top: 1px solid #e2e9e5;
}


.staviso-fcs-styles__best-label {
  display: block;

  margin-bottom: 5px;

  color: #1f665a;

  font-size: 7px;
  font-weight: 850;
  line-height: 1.3;
  letter-spacing: 0.08em;

  text-transform: uppercase;
}


.staviso-fcs-styles__best strong {
  display: block;

  color: #405149;

  font-size: 10px;
  font-weight: 720;
  line-height: 1.5;
}


/* ==========================================
   STYLE GUIDE
========================================== */

.staviso-fcs-styles__guide {
  display: grid;

  grid-template-columns:
    minmax(300px, 0.9fr)
    minmax(0, 1.1fr);

  gap: 26px;

  align-items: center;

  margin-top: 20px;
  padding: 20px 22px;

  background: #edf3f0;

  border: 1px solid #d7e4de;
  border-radius: 13px;
}


/* ==========================================
   GUIDE INTRO
========================================== */

.staviso-fcs-styles__guide-intro {
  display: grid;

  grid-template-columns:
    44px
    minmax(0, 1fr);

  gap: 13px;

  align-items: center;
}


.staviso-fcs-styles__guide-icon {
  display: flex;

  width: 44px;
  height: 44px;

  align-items: center;
  justify-content: center;

  background: #ffffff;

  border: 1px solid #d8e4de;
  border-radius: 9px;

  color: #1f665a;
}


.staviso-fcs-styles__guide-icon svg {
  width: 21px;
  height: 21px;

  fill: none;

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


.staviso-fcs-styles__guide-intro strong {
  display: block;

  margin-bottom: 4px;

  color: #30423a;

  font-size: 11px;
  font-weight: 760;
  line-height: 1.45;
}


.staviso-fcs-styles__guide-intro p {
  margin: 0;

  color: #68756f;

  font-size: 9px;
  line-height: 1.55;
}


/* ==========================================
   GUIDE FLOW
========================================== */

.staviso-fcs-styles__guide-flow {
  display: flex;

  flex-wrap: wrap;

  align-items: center;
  justify-content: flex-end;

  gap: 7px;
}


.staviso-fcs-styles__guide-flow span {
  display: inline-flex;

  min-height: 29px;

  align-items: center;
  justify-content: center;

  padding: 6px 9px;

  background: #ffffff;

  border: 1px solid #d5e2dc;
  border-radius: 5px;

  color: #52635c;

  font-size: 8px;
  font-weight: 700;
}


.staviso-fcs-styles__guide-flow
.staviso-fcs-styles__guide-final {
  background: #1f665a;

  border-color: #1f665a;

  color: #ffffff;

  font-weight: 800;
}


.staviso-fcs-styles__guide-flow svg {
  width: 13px;
  height: 13px;

  fill: none;

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


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

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

  .staviso-fcs-styles {
    padding: 74px 20px 80px;
  }

  .staviso-fcs-styles__card {
    grid-template-columns: 1fr;
  }

  .staviso-fcs-styles__image,
  .staviso-fcs-styles__image img {
    min-height: 240px;
  }

  .staviso-fcs-styles__guide {
    grid-template-columns: 1fr;
  }

  .staviso-fcs-styles__guide-flow {
    justify-content: flex-start;
  }

}


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

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

  .staviso-fcs-styles {
    padding: 58px 15px 64px;
  }

  .staviso-fcs-styles__header {
    margin-bottom: 32px;

    text-align: left;
  }

  .staviso-fcs-styles__header h2 {
    font-size: clamp(32px, 9vw, 42px);
  }

  .staviso-fcs-styles__intro {
    margin-left: 0;

    font-size: 13px;
  }

  .staviso-fcs-styles__grid {
    grid-template-columns: 1fr;

    gap: 13px;
  }

  .staviso-fcs-styles__card {
    min-height: 0;

    border-radius: 14px;
  }

  .staviso-fcs-styles__image,
  .staviso-fcs-styles__image img {
    min-height: 230px;
  }

  .staviso-fcs-styles__content {
    padding: 21px 20px 22px;
  }

  .staviso-fcs-styles__content h3 {
    font-size: 18px;
  }

  .staviso-fcs-styles__guide {
    padding: 17px;
  }

  .staviso-fcs-styles__guide-flow {
    display: grid;

    grid-template-columns: 1fr;
  }

  .staviso-fcs-styles__guide-flow span {
    width: 100%;
  }

  .staviso-fcs-styles__guide-flow svg {
    margin: 0 auto;

    transform: rotate(90deg);
  }

}


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

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

  .staviso-fcs-styles {
    padding-right: 12px;
    padding-left: 12px;
  }

  .staviso-fcs-styles__guide-intro {
    grid-template-columns: 1fr;
  }

}


/* ==========================================
   REDUCED MOTION
========================================== */

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

  .staviso-fcs-styles__card,
  .staviso-fcs-styles__image img {
    transition: none;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4fb9200 *//* ==========================================
   FOLDING CARTON SLEEVE
   PRODUCT SPECIFICATIONS
========================================== */

.staviso-fcs-specs {
  position: relative;

  width: 100%;
  padding: 92px 20px 98px;

  overflow: hidden;

  background: #f4eee7;

  scroll-margin-top: 100px;
}

.staviso-fcs-specs *,
.staviso-fcs-specs *::before,
.staviso-fcs-specs *::after {
  box-sizing: border-box;
}


/* ==========================================
   BACKGROUND
========================================== */

.staviso-fcs-specs::before {
  content: "";

  position: absolute;
  top: -190px;
  right: -150px;

  width: 420px;
  height: 420px;

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

  pointer-events: none;
}

.staviso-fcs-specs::after {
  content: "";

  position: absolute;
  bottom: -230px;
  left: -180px;

  width: 450px;
  height: 450px;

  background: rgba(31, 102, 90, 0.028);

  border-radius: 50%;

  pointer-events: none;
}


/* ==========================================
   CONTAINER
========================================== */

.staviso-fcs-specs__container {
  position: relative;
  z-index: 1;

  width: 100%;
  max-width: 1200px;

  margin: 0 auto;
}


/* ==========================================
   HEADER
========================================== */

.staviso-fcs-specs__header {
  max-width: 790px;

  margin: 0 auto 42px;

  text-align: center;
}

.staviso-fcs-specs__eyebrow {
  display: inline-flex;

  align-items: center;
  gap: 8px;

  margin-bottom: 15px;
  padding: 7px 11px;

  background: #edf3f0;

  border: 1px solid #d7e4de;
  border-radius: 999px;

  color: #1f665a;

  font-size: 10px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.09em;

  text-transform: uppercase;
}

.staviso-fcs-specs__eyebrow::before {
  content: "";

  width: 6px;
  height: 6px;

  flex: 0 0 6px;

  background: #1f665a;

  border-radius: 50%;
}

.staviso-fcs-specs__header h2 {
  margin: 0;

  color: #1d2623;

  font-size: clamp(36px, 4vw, 52px);
  font-weight: 780;
  line-height: 1.07;
  letter-spacing: -0.04em;
}

.staviso-fcs-specs__intro {
  max-width: 730px;

  margin: 18px auto 0;

  color: #66706c;

  font-size: 14px;
  line-height: 1.72;
}


/* ==========================================
   TABLE WRAPPER
========================================== */

.staviso-fcs-specs__table-wrap {
  width: 100%;

  overflow: hidden;

  background: #ffffff;

  border: 1px solid #dce5e1;
  border-radius: 16px;

  box-shadow:
    0 14px 34px rgba(40, 52, 46, 0.055);
}


/* ==========================================
   TABLE
========================================== */

.staviso-fcs-specs__table {
  width: 100%;

  border-collapse: collapse;
  border-spacing: 0;

  font-family: inherit;
}


/* HEADER */
.staviso-fcs-specs__table thead {
  background: #1f665a;
}

.staviso-fcs-specs__table thead th {
  padding: 17px 22px;

  color: #ffffff;

  font-size: 10px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.08em;

  text-align: left;
  text-transform: uppercase;
}

.staviso-fcs-specs__table thead th:first-child {
  width: 34%;
}


/* ==========================================
   TABLE ROWS
========================================== */

.staviso-fcs-specs__table tbody tr {
  border-bottom: 1px solid #e4ebe7;

  transition:
    background-color 0.2s ease;
}

.staviso-fcs-specs__table tbody tr:last-child {
  border-bottom: 0;
}

.staviso-fcs-specs__table tbody tr:nth-child(even) {
  background: #fafbf9;
}

.staviso-fcs-specs__table tbody tr:hover {
  background: #f1f6f3;
}


/* CELLS */
.staviso-fcs-specs__table tbody th,
.staviso-fcs-specs__table tbody td {
  padding: 16px 22px;

  vertical-align: middle;
}

.staviso-fcs-specs__table tbody th {
  color: #35423d;

  font-size: 12px;
  font-weight: 730;
  line-height: 1.45;

  text-align: left;
}

.staviso-fcs-specs__table tbody td {
  color: #68736e;

  font-size: 12px;
  font-weight: 450;
  line-height: 1.55;
}


/* ==========================================
   FCS TAG
========================================== */

.staviso-fcs-specs__value {
  margin-right: 8px;
}

.staviso-fcs-specs__tag {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  padding: 4px 7px;

  background: #edf3f0;

  border: 1px solid #d5e2dc;
  border-radius: 5px;

  color: #1f665a;

  font-size: 8px;
  font-weight: 850;
  line-height: 1;
  letter-spacing: 0.06em;
}


/* ==========================================
   KEY STRUCTURE ROWS
========================================== */

.staviso-fcs-specs__row--highlight {
  position: relative;

  background:
    linear-gradient(
      90deg,
      #edf3f0 0%,
      #f8faf9 100%
    ) !important;
}

.staviso-fcs-specs__row--highlight th {
  color: #1f665a !important;

  border-left: 4px solid #1f665a;
}

.staviso-fcs-specs__key-value {
  color: #1f665a;

  font-weight: 780;
}

.staviso-fcs-specs__key-badge {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  margin-left: 8px;
  padding: 4px 7px;

  background: #1f665a;

  border-radius: 5px;

  color: #ffffff;

  font-size: 7px;
  font-weight: 850;
  line-height: 1;
  letter-spacing: 0.07em;

  text-transform: uppercase;
}


/* Glue Seam gets subtle variation */
.staviso-fcs-specs__row--seam {
  background:
    linear-gradient(
      90deg,
      #f0f6f3 0%,
      #ffffff 100%
    ) !important;
}


/* ==========================================
   STRUCTURE SUMMARY
========================================== */

.staviso-fcs-specs__structure-summary {
  display: grid;

  grid-template-columns:
    minmax(0, 1fr)
    30px
    minmax(0, 1fr)
    30px
    minmax(0, 1fr);

  gap: 10px;

  align-items: center;

  margin-top: 18px;
  padding: 18px 20px;

  background: #1f665a;

  border-radius: 12px;

  box-shadow:
    0 12px 28px rgba(31, 102, 90, 0.13);
}

.staviso-fcs-specs__structure-item {
  display: grid;

  grid-template-columns:
    40px
    minmax(0, 1fr);

  gap: 11px;

  align-items: center;
}

.staviso-fcs-specs__structure-icon {
  display: flex;

  width: 40px;
  height: 40px;

  align-items: center;
  justify-content: center;

  background: rgba(255, 255, 255, 0.12);

  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 8px;

  color: #ffffff;
}

.staviso-fcs-specs__structure-icon svg {
  width: 19px;
  height: 19px;

  fill: none;

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

.staviso-fcs-specs__structure-item span:not(.staviso-fcs-specs__structure-icon) {
  display: block;

  margin-bottom: 3px;

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

  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.07em;

  text-transform: uppercase;
}

.staviso-fcs-specs__structure-item strong {
  display: block;

  color: #ffffff;

  font-size: 11px;
  font-weight: 760;
  line-height: 1.4;
}


/* ==========================================
   STRUCTURE ARROW
========================================== */

.staviso-fcs-specs__structure-arrow {
  display: flex;

  align-items: center;
  justify-content: center;

  color: rgba(255, 255, 255, 0.55);
}

.staviso-fcs-specs__structure-arrow svg {
  width: 16px;
  height: 16px;

  fill: none;

  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}


/* ==========================================
   NOTE
========================================== */

.staviso-fcs-specs__note {
  display: grid;

  grid-template-columns:
    44px
    minmax(0, 1fr);

  gap: 14px;

  align-items: center;

  margin-top: 15px;
  padding: 17px 18px;

  background: #edf3f0;

  border: 1px solid #d7e4de;
  border-radius: 12px;
}

.staviso-fcs-specs__note-icon {
  display: flex;

  width: 44px;
  height: 44px;

  align-items: center;
  justify-content: center;

  background: #ffffff;

  border: 1px solid #d8e4de;
  border-radius: 9px;

  color: #1f665a;
}

.staviso-fcs-specs__note-icon svg {
  width: 21px;
  height: 21px;

  fill: none;

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

.staviso-fcs-specs__note strong {
  display: block;

  margin-bottom: 4px;

  color: #30423a;

  font-size: 12px;
  font-weight: 760;
  line-height: 1.45;
}

.staviso-fcs-specs__note p {
  margin: 0;

  color: #68756f;

  font-size: 11px;
  line-height: 1.6;
}


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

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

  .staviso-fcs-specs {
    padding: 74px 20px 80px;
  }

  .staviso-fcs-specs__structure-summary {
    grid-template-columns: 1fr;

    gap: 9px;
  }

  .staviso-fcs-specs__structure-arrow {
    justify-content: flex-start;

    padding-left: 12px;
  }

  .staviso-fcs-specs__structure-arrow svg {
    transform: rotate(90deg);
  }

}


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

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

  .staviso-fcs-specs {
    padding: 58px 15px 64px;
  }

  .staviso-fcs-specs__header {
    margin-bottom: 30px;

    text-align: left;
  }

  .staviso-fcs-specs__header h2 {
    font-size: clamp(32px, 9vw, 42px);
  }

  .staviso-fcs-specs__intro {
    margin-left: 0;

    font-size: 13px;
  }


  /* ==========================================
     MOBILE STACKED TABLE
  =========================================== */

  .staviso-fcs-specs__table thead {
    display: none;
  }

  .staviso-fcs-specs__table,
  .staviso-fcs-specs__table tbody,
  .staviso-fcs-specs__table tr,
  .staviso-fcs-specs__table th,
  .staviso-fcs-specs__table td {
    display: block;

    width: 100%;
  }

  .staviso-fcs-specs__table tbody tr {
    padding: 15px 17px;

    border-bottom: 1px solid #e3ebe7;
  }

  .staviso-fcs-specs__table tbody th {
    padding: 0 0 5px;

    color: #1f665a;

    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.07em;

    text-transform: uppercase;
  }

  .staviso-fcs-specs__table tbody td {
    padding: 0;

    color: #47554f;

    font-size: 12px;
    font-weight: 550;
  }


  /* Highlight Rows */
  .staviso-fcs-specs__row--highlight {
    padding-top: 18px !important;
    padding-bottom: 18px !important;

    border-left: 3px solid #1f665a;
  }

  .staviso-fcs-specs__row--highlight th {
    border-left: 0;
  }

  .staviso-fcs-specs__key-badge {
    margin-top: 7px;
    margin-left: 0;
  }


  /* Note */
  .staviso-fcs-specs__note {
    grid-template-columns:
      40px
      minmax(0, 1fr);

    padding: 15px;
  }

  .staviso-fcs-specs__note-icon {
    width: 40px;
    height: 40px;
  }

}


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

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

  .staviso-fcs-specs {
    padding-right: 12px;
    padding-left: 12px;
  }

  .staviso-fcs-specs__note {
    grid-template-columns: 1fr;
  }

}


/* ==========================================
   REDUCED MOTION
========================================== */

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

  .staviso-fcs-specs__table tbody tr {
    transition: none;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-77c9e0e4 *//* ==========================================
   FOLDING CARTON SLEEVE
   MATERIAL OPTIONS
========================================== */

.staviso-fcs-materials {
  position: relative;

  width: 100%;
  padding: 92px 20px 98px;

  overflow: hidden;

  background: #ffffff;

  scroll-margin-top: 100px;
}

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


/* ==========================================
   BACKGROUND
========================================== */

.staviso-fcs-materials::before {
  content: "";

  position: absolute;
  top: -190px;
  right: -150px;

  width: 420px;
  height: 420px;

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

  pointer-events: none;
}

.staviso-fcs-materials::after {
  content: "";

  position: absolute;
  bottom: -230px;
  left: -170px;

  width: 440px;
  height: 440px;

  background: rgba(31, 102, 90, 0.025);

  border-radius: 50%;

  pointer-events: none;
}


/* ==========================================
   CONTAINER
========================================== */

.staviso-fcs-materials__container {
  position: relative;
  z-index: 1;

  width: 100%;
  max-width: 1200px;

  margin: 0 auto;
}


/* ==========================================
   HEADER
========================================== */

.staviso-fcs-materials__header {
  max-width: 790px;

  margin: 0 auto 44px;

  text-align: center;
}

.staviso-fcs-materials__eyebrow {
  display: inline-flex;

  align-items: center;
  gap: 8px;

  margin-bottom: 15px;
  padding: 7px 11px;

  background: #edf3f0;

  border: 1px solid #d7e4de;
  border-radius: 999px;

  color: #1f665a;

  font-size: 10px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.09em;

  text-transform: uppercase;
}

.staviso-fcs-materials__eyebrow::before {
  content: "";

  width: 6px;
  height: 6px;

  flex: 0 0 6px;

  background: #1f665a;

  border-radius: 50%;
}

.staviso-fcs-materials__header h2 {
  margin: 0;

  color: #1d2623;

  font-size: clamp(36px, 4vw, 52px);
  font-weight: 780;
  line-height: 1.07;
  letter-spacing: -0.04em;
}

.staviso-fcs-materials__intro {
  max-width: 730px;

  margin: 18px auto 0;

  color: #66706c;

  font-size: 14px;
  line-height: 1.72;
}


/* ==========================================
   MATERIAL GRID
========================================== */

.staviso-fcs-materials__grid {
  display: grid;

  grid-template-columns:
    repeat(4, minmax(0, 1fr));

  gap: 16px;
}


/* ==========================================
   MATERIAL CARD
========================================== */

.staviso-fcs-materials__card {
  position: relative;

  display: flex;
  flex-direction: column;

  min-height: 342px;

  padding: 23px 22px 22px;

  overflow: hidden;

  background: #ffffff;

  border: 1px solid #dce5e1;
  border-radius: 15px;

  box-shadow:
    0 10px 28px rgba(40, 52, 46, 0.045);

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

.staviso-fcs-materials__card::before {
  content: "";

  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 3px;

  background: #1f665a;

  opacity: 0;

  transform: scaleX(0.35);
  transform-origin: left center;

  transition:
    opacity 0.24s ease,
    transform 0.24s ease;
}

.staviso-fcs-materials__card:hover {
  border-color: rgba(31, 102, 90, 0.28);

  box-shadow:
    0 16px 34px rgba(40, 52, 46, 0.075);

  transform: translateY(-4px);
}

.staviso-fcs-materials__card:hover::before {
  opacity: 1;

  transform: scaleX(1);
}


/* Recycled subtle distinction */
.staviso-fcs-materials__card--recycled {
  background:
    linear-gradient(
      145deg,
      #ffffff 0%,
      #f3f7f5 100%
    );

  border-color: #cfdfd8;
}


/* ==========================================
   CARD TOP
========================================== */

.staviso-fcs-materials__card-top {
  display: flex;

  align-items: center;
  justify-content: space-between;

  gap: 15px;

  margin-bottom: 27px;
}

.staviso-fcs-materials__number {
  color: #96a19c;

  font-size: 9px;
  font-weight: 850;
  line-height: 1;
  letter-spacing: 0.08em;
}


/* ==========================================
   MATERIAL CODE
========================================== */

.staviso-fcs-materials__code {
  display: inline-flex;

  min-height: 26px;

  align-items: center;
  justify-content: center;

  padding: 5px 9px;

  background: #edf3f0;

  border: 1px solid #d8e4de;
  border-radius: 6px;

  color: #1f665a;

  font-size: 8px;
  font-weight: 850;
  line-height: 1;
  letter-spacing: 0.06em;
}


/* ==========================================
   ICON
========================================== */

.staviso-fcs-materials__icon {
  display: flex;

  width: 52px;
  height: 52px;

  align-items: center;
  justify-content: center;

  margin-bottom: 27px;

  background: #edf3f0;

  border: 1px solid #d8e4de;
  border-radius: 11px;

  color: #1f665a;

  transition:
    background-color 0.24s ease,
    color 0.24s ease,
    transform 0.24s ease;
}

.staviso-fcs-materials__icon svg {
  width: 24px;
  height: 24px;

  fill: none;

  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.staviso-fcs-materials__card:hover
.staviso-fcs-materials__icon {
  background: #1f665a;

  color: #ffffff;

  transform: translateY(-2px);
}


/* ==========================================
   CONTENT
========================================== */

.staviso-fcs-materials__content {
  margin-bottom: 22px;
}

.staviso-fcs-materials__content h3 {
  margin: 0 0 9px;

  color: #29362f;

  font-size: 17px;
  font-weight: 760;
  line-height: 1.35;
  letter-spacing: -0.02em;
}

.staviso-fcs-materials__content p {
  margin: 0;

  color: #6b7771;

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


/* ==========================================
   BEST FOR / FEATURE
========================================== */

.staviso-fcs-materials__feature {
  margin-top: auto;
  padding-top: 15px;

  border-top: 1px solid #e4ebe7;
}

.staviso-fcs-materials__feature span {
  display: block;

  margin-bottom: 4px;

  color: #8a9690;

  font-size: 7px;
  font-weight: 850;
  line-height: 1.3;
  letter-spacing: 0.08em;

  text-transform: uppercase;
}

.staviso-fcs-materials__feature strong {
  display: block;

  color: #405149;

  font-size: 10px;
  font-weight: 720;
  line-height: 1.45;
}


/* ==========================================
   MATERIAL SELECTION LOGIC
========================================== */

.staviso-fcs-materials__selection {
  display: grid;

  grid-template-columns:
    minmax(0, 1fr)
    1px
    minmax(0, 1fr)
    1px
    minmax(0, 1fr)
    1px
    minmax(0, 1fr);

  gap: 16px;

  align-items: center;

  margin-top: 20px;
  padding: 20px 22px;

  background: #1f665a;

  border-radius: 13px;

  box-shadow:
    0 12px 28px rgba(31, 102, 90, 0.13);
}

.staviso-fcs-materials__selection-item {
  display: grid;

  grid-template-columns:
    38px
    minmax(0, 1fr);

  gap: 10px;

  align-items: center;
}

.staviso-fcs-materials__selection-icon {
  display: flex;

  width: 38px;
  height: 38px;

  align-items: center;
  justify-content: center;

  background: rgba(255, 255, 255, 0.12);

  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;

  color: #ffffff;
}

.staviso-fcs-materials__selection-icon svg {
  width: 19px;
  height: 19px;

  fill: none;

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

.staviso-fcs-materials__selection-item strong {
  display: block;

  margin-bottom: 3px;

  color: #ffffff;

  font-size: 10px;
  font-weight: 760;
  line-height: 1.4;
}

.staviso-fcs-materials__selection-item span:not(.staviso-fcs-materials__selection-icon) {
  display: block;

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

  font-size: 8px;
  line-height: 1.45;
}

.staviso-fcs-materials__selection-divider {
  width: 1px;
  height: 38px;

  background: rgba(255, 255, 255, 0.18);
}


/* ==========================================
   NOTE
========================================== */

.staviso-fcs-materials__note {
  display: grid;

  grid-template-columns:
    44px
    minmax(0, 1fr);

  gap: 14px;

  align-items: center;

  margin-top: 16px;
  padding: 17px 18px;

  background: #edf3f0;

  border: 1px solid #d7e4de;
  border-radius: 12px;
}

.staviso-fcs-materials__note-icon {
  display: flex;

  width: 44px;
  height: 44px;

  align-items: center;
  justify-content: center;

  background: #ffffff;

  border: 1px solid #d8e4de;
  border-radius: 9px;

  color: #1f665a;
}

.staviso-fcs-materials__note-icon svg {
  width: 21px;
  height: 21px;

  fill: none;

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

.staviso-fcs-materials__note strong {
  display: block;

  margin-bottom: 4px;

  color: #30423a;

  font-size: 12px;
  font-weight: 760;
  line-height: 1.45;
}

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

  color: #68756f;

  font-size: 11px;
  line-height: 1.6;
}


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

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

  .staviso-fcs-materials {
    padding: 74px 20px 80px;
  }

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

  .staviso-fcs-materials__selection {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));

    gap: 16px;
  }

  .staviso-fcs-materials__selection-divider {
    display: none;
  }

}


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

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

  .staviso-fcs-materials {
    padding: 58px 15px 64px;
  }

  .staviso-fcs-materials__header {
    margin-bottom: 32px;

    text-align: left;
  }

  .staviso-fcs-materials__header h2 {
    font-size: clamp(32px, 9vw, 42px);
  }

  .staviso-fcs-materials__intro {
    margin-left: 0;

    font-size: 13px;
  }

  .staviso-fcs-materials__grid {
    grid-template-columns: 1fr;

    gap: 12px;
  }

  .staviso-fcs-materials__card {
    min-height: 0;

    padding: 20px;
  }

  .staviso-fcs-materials__card-top {
    margin-bottom: 22px;
  }

  .staviso-fcs-materials__icon {
    margin-bottom: 22px;
  }

  .staviso-fcs-materials__selection {
    grid-template-columns: 1fr;

    gap: 14px;

    padding: 18px;
  }

  .staviso-fcs-materials__selection-item {
    padding-bottom: 14px;

    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }

  .staviso-fcs-materials__selection-item:last-child {
    padding-bottom: 0;

    border-bottom: 0;
  }

  .staviso-fcs-materials__note {
    grid-template-columns:
      40px
      minmax(0, 1fr);

    padding: 15px;
  }

  .staviso-fcs-materials__note-icon {
    width: 40px;
    height: 40px;
  }

}


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

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

  .staviso-fcs-materials {
    padding-right: 12px;
    padding-left: 12px;
  }

  .staviso-fcs-materials__note {
    grid-template-columns: 1fr;
  }

}


/* ==========================================
   REDUCED MOTION
========================================== */

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

  .staviso-fcs-materials__card,
  .staviso-fcs-materials__card::before,
  .staviso-fcs-materials__icon {
    transition: none;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2cdf61d *//* ==========================================
   FOLDING CARTON SLEEVE
   PRINTING & FINISHING
========================================== */

.staviso-fcs-finish {
  position: relative;

  width: 100%;
  padding: 92px 20px 98px;

  overflow: hidden;

  background: #f4eee7;

  scroll-margin-top: 100px;
}

.staviso-fcs-finish *,
.staviso-fcs-finish *::before,
.staviso-fcs-finish *::after {
  box-sizing: border-box;
}


/* ==========================================
   BACKGROUND
========================================== */

.staviso-fcs-finish::before {
  content: "";

  position: absolute;
  top: -190px;
  right: -150px;

  width: 420px;
  height: 420px;

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

  pointer-events: none;
}

.staviso-fcs-finish::after {
  content: "";

  position: absolute;
  bottom: -230px;
  left: -170px;

  width: 450px;
  height: 450px;

  background: rgba(31, 102, 90, 0.028);

  border-radius: 50%;

  pointer-events: none;
}


/* ==========================================
   CONTAINER
========================================== */

.staviso-fcs-finish__container {
  position: relative;
  z-index: 1;

  width: 100%;
  max-width: 1200px;

  margin: 0 auto;
}


/* ==========================================
   HEADER
========================================== */

.staviso-fcs-finish__header {
  max-width: 800px;

  margin: 0 auto 44px;

  text-align: center;
}

.staviso-fcs-finish__eyebrow {
  display: inline-flex;

  align-items: center;
  gap: 8px;

  margin-bottom: 15px;
  padding: 7px 11px;

  background: #edf3f0;

  border: 1px solid #d7e4de;
  border-radius: 999px;

  color: #1f665a;

  font-size: 10px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.09em;

  text-transform: uppercase;
}

.staviso-fcs-finish__eyebrow::before {
  content: "";

  width: 6px;
  height: 6px;

  flex: 0 0 6px;

  background: #1f665a;

  border-radius: 50%;
}

.staviso-fcs-finish__header h2 {
  margin: 0;

  color: #1d2623;

  font-size: clamp(36px, 4vw, 52px);
  font-weight: 780;
  line-height: 1.07;
  letter-spacing: -0.04em;
}

.staviso-fcs-finish__intro {
  max-width: 730px;

  margin: 18px auto 0;

  color: #66706c;

  font-size: 14px;
  line-height: 1.72;
}


/* ==========================================
   MAIN AREA
========================================== */

.staviso-fcs-finish__main {
  display: grid;

  grid-template-columns:
    minmax(0, 1.05fr)
    minmax(400px, 0.95fr);

  gap: 18px;

  align-items: stretch;
}


/* ==========================================
   MAIN IMAGE
========================================== */

.staviso-fcs-finish__visual {
  position: relative;

  min-height: 590px;

  overflow: hidden;

  background: #edf3f0;

  border: 1px solid #dce5e1;
  border-radius: 17px;

  box-shadow:
    0 14px 34px rgba(40, 52, 46, 0.06);
}

.staviso-fcs-finish__visual img {
  display: block;

  width: 100%;
  height: 100%;

  min-height: 590px;

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

  transition:
    transform 0.45s ease;
}

.staviso-fcs-finish__visual:hover img {
  transform: scale(1.025);
}


/* ==========================================
   IMAGE OVERLAY
========================================== */

.staviso-fcs-finish__visual::after {
  content: "";

  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      180deg,
      transparent 42%,
      rgba(21, 36, 31, 0.78) 100%
    );

  pointer-events: none;
}

.staviso-fcs-finish__visual-overlay {
  position: absolute;
  z-index: 2;

  right: 0;
  bottom: 0;
  left: 0;

  padding: 33px 29px 27px;

  color: #ffffff;
}

.staviso-fcs-finish__visual-label {
  display: inline-flex;

  margin-bottom: 9px;
  padding: 5px 8px;

  background: rgba(255, 255, 255, 0.13);

  border: 1px solid rgba(255, 255, 255, 0.19);
  border-radius: 5px;

  font-size: 7px;
  font-weight: 850;
  line-height: 1.3;
  letter-spacing: 0.08em;

  text-transform: uppercase;

  backdrop-filter: blur(6px);
}

.staviso-fcs-finish__visual-overlay h3 {
  max-width: 470px;

  margin: 0 0 8px;

  color: #ffffff;

  font-size: 23px;
  font-weight: 760;
  line-height: 1.25;
  letter-spacing: -0.025em;
}

.staviso-fcs-finish__visual-overlay p {
  max-width: 520px;

  margin: 0;

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

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


/* ==========================================
   OPTIONS
========================================== */

.staviso-fcs-finish__options {
  display: grid;

  gap: 14px;
}


/* ==========================================
   OPTION GROUP
========================================== */

.staviso-fcs-finish__group {
  padding: 21px 22px;

  background: #ffffff;

  border: 1px solid #dce5e1;
  border-radius: 14px;

  box-shadow:
    0 9px 24px rgba(40, 52, 46, 0.04);
}

.staviso-fcs-finish__group--premium {
  background:
    linear-gradient(
      145deg,
      #ffffff,
      #edf3f0
    );

  border-color: #c9ddd4;
}


/* ==========================================
   GROUP HEADER
========================================== */

.staviso-fcs-finish__group-head {
  display: grid;

  grid-template-columns:
    38px
    minmax(0, 1fr);

  gap: 12px;

  align-items: center;

  margin-bottom: 17px;
}

.staviso-fcs-finish__group-number {
  display: flex;

  width: 38px;
  height: 34px;

  align-items: center;
  justify-content: center;

  background: #edf3f0;

  border: 1px solid #d7e4de;
  border-radius: 7px;

  color: #1f665a;

  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.07em;
}

.staviso-fcs-finish__group--premium
.staviso-fcs-finish__group-number {
  background: #1f665a;

  border-color: #1f665a;

  color: #ffffff;
}

.staviso-fcs-finish__group-label {
  display: block;

  margin-bottom: 2px;

  color: #8b9791;

  font-size: 7px;
  font-weight: 850;
  line-height: 1.3;
  letter-spacing: 0.08em;

  text-transform: uppercase;
}

.staviso-fcs-finish__group h3 {
  margin: 0;

  color: #304039;

  font-size: 16px;
  font-weight: 760;
  line-height: 1.35;
}


/* ==========================================
   CHIPS
========================================== */

.staviso-fcs-finish__chips {
  display: flex;

  flex-wrap: wrap;

  gap: 7px;
}

.staviso-fcs-finish__chips span {
  display: inline-flex;

  align-items: center;

  min-height: 30px;

  padding: 6px 9px;

  background: #f5f8f6;

  border: 1px solid #dce5e1;
  border-radius: 6px;

  color: #56645e;

  font-size: 9px;
  font-weight: 680;
  line-height: 1.35;

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

.staviso-fcs-finish__chips span:hover {
  background: #edf3f0;

  border-color: #bed4cb;

  color: #1f665a;
}


/* ==========================================
   SHOWCASE GRID
========================================== */

.staviso-fcs-finish__showcase {
  display: grid;

  grid-template-columns:
    repeat(4, minmax(0, 1fr));

  gap: 14px;

  margin-top: 18px;
}


/* ==========================================
   SHOWCASE CARD
========================================== */

.staviso-fcs-finish__showcase-card {
  overflow: hidden;

  background: #ffffff;

  border: 1px solid #dce5e1;
  border-radius: 14px;

  box-shadow:
    0 8px 24px rgba(40, 52, 46, 0.04);

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

.staviso-fcs-finish__showcase-card:hover {
  border-color: rgba(31, 102, 90, 0.28);

  box-shadow:
    0 15px 31px rgba(40, 52, 46, 0.07);

  transform: translateY(-4px);
}


/* IMAGE */
.staviso-fcs-finish__showcase-image {
  width: 100%;
  aspect-ratio: 5 / 4;

  overflow: hidden;

  background: #eef2f0;
}

.staviso-fcs-finish__showcase-image img {
  display: block;

  width: 100%;
  height: 100%;

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

  transition:
    transform 0.4s ease;
}

.staviso-fcs-finish__showcase-card:hover
.staviso-fcs-finish__showcase-image img {
  transform: scale(1.04);
}


/* CONTENT */
.staviso-fcs-finish__showcase-content {
  padding: 17px 17px 18px;
}

.staviso-fcs-finish__showcase-content > span {
  display: block;

  margin-bottom: 5px;

  color: #1f665a;

  font-size: 7px;
  font-weight: 850;
  line-height: 1.3;
  letter-spacing: 0.08em;

  text-transform: uppercase;
}

.staviso-fcs-finish__showcase-content h3 {
  margin: 0 0 7px;

  color: #304039;

  font-size: 14px;
  font-weight: 750;
  line-height: 1.4;
}

.staviso-fcs-finish__showcase-content p {
  margin: 0;

  color: #6e7974;

  font-size: 9px;
  line-height: 1.55;
}


/* ==========================================
   ADVANTAGE BAR
========================================== */

.staviso-fcs-finish__advantage {
  display: grid;

  grid-template-columns:
    minmax(0, 1fr)
    1px
    minmax(0, 1fr)
    1px
    minmax(0, 1fr);

  gap: 17px;

  align-items: center;

  margin-top: 18px;
  padding: 19px 21px;

  background: #1f665a;

  border-radius: 12px;

  box-shadow:
    0 12px 28px rgba(31, 102, 90, 0.13);
}

.staviso-fcs-finish__advantage-item {
  display: grid;

  grid-template-columns:
    38px
    minmax(0, 1fr);

  gap: 10px;

  align-items: center;
}

.staviso-fcs-finish__advantage-icon {
  display: flex;

  width: 38px;
  height: 38px;

  align-items: center;
  justify-content: center;

  background: rgba(255, 255, 255, 0.12);

  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;

  color: #ffffff;
}

.staviso-fcs-finish__advantage-icon svg {
  width: 18px;
  height: 18px;

  fill: none;

  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.staviso-fcs-finish__advantage-item strong {
  display: block;

  margin-bottom: 3px;

  color: #ffffff;

  font-size: 10px;
  font-weight: 760;
  line-height: 1.4;
}

.staviso-fcs-finish__advantage-item span:not(.staviso-fcs-finish__advantage-icon) {
  display: block;

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

  font-size: 8px;
  line-height: 1.45;
}

.staviso-fcs-finish__advantage-divider {
  width: 1px;
  height: 36px;

  background: rgba(255, 255, 255, 0.18);
}


/* ==========================================
   NOTE
========================================== */

.staviso-fcs-finish__note {
  display: grid;

  grid-template-columns:
    44px
    minmax(0, 1fr);

  gap: 14px;

  align-items: center;

  margin-top: 15px;
  padding: 17px 18px;

  background: #edf3f0;

  border: 1px solid #d7e4de;
  border-radius: 12px;
}

.staviso-fcs-finish__note-icon {
  display: flex;

  width: 44px;
  height: 44px;

  align-items: center;
  justify-content: center;

  background: #ffffff;

  border: 1px solid #d8e4de;
  border-radius: 9px;

  color: #1f665a;
}

.staviso-fcs-finish__note-icon svg {
  width: 21px;
  height: 21px;

  fill: none;

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

.staviso-fcs-finish__note strong {
  display: block;

  margin-bottom: 4px;

  color: #30423a;

  font-size: 12px;
  font-weight: 760;
  line-height: 1.45;
}

.staviso-fcs-finish__note p {
  margin: 0;

  color: #68756f;

  font-size: 11px;
  line-height: 1.6;
}


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

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

  .staviso-fcs-finish {
    padding: 74px 20px 80px;
  }

  .staviso-fcs-finish__main {
    grid-template-columns: 1fr;
  }

  .staviso-fcs-finish__visual,
  .staviso-fcs-finish__visual img {
    min-height: 500px;
  }

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

}


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

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

  .staviso-fcs-finish {
    padding: 58px 15px 64px;
  }

  .staviso-fcs-finish__header {
    margin-bottom: 31px;

    text-align: left;
  }

  .staviso-fcs-finish__header h2 {
    font-size: clamp(32px, 9vw, 42px);
  }

  .staviso-fcs-finish__intro {
    margin-left: 0;

    font-size: 13px;
  }


  /* Main image */
  .staviso-fcs-finish__visual,
  .staviso-fcs-finish__visual img {
    min-height: 410px;
  }

  .staviso-fcs-finish__visual {
    border-radius: 14px;
  }

  .staviso-fcs-finish__visual-overlay {
    padding: 25px 20px 20px;
  }

  .staviso-fcs-finish__visual-overlay h3 {
    font-size: 20px;
  }


  /* Options */
  .staviso-fcs-finish__group {
    padding: 18px;
  }


  /* Showcase */
  .staviso-fcs-finish__showcase {
    grid-template-columns: 1fr;

    gap: 11px;
  }

  .staviso-fcs-finish__showcase-card {
    display: grid;

    grid-template-columns:
      125px
      minmax(0, 1fr);
  }

  .staviso-fcs-finish__showcase-image {
    height: 100%;
    min-height: 145px;

    aspect-ratio: auto;
  }

  .staviso-fcs-finish__showcase-content {
    display: flex;
    flex-direction: column;

    justify-content: center;

    padding: 15px;
  }


  /* Advantage */
  .staviso-fcs-finish__advantage {
    grid-template-columns: 1fr;

    gap: 13px;

    padding: 18px;
  }

  .staviso-fcs-finish__advantage-divider {
    width: 100%;
    height: 1px;
  }


  /* Note */
  .staviso-fcs-finish__note {
    grid-template-columns:
      40px
      minmax(0, 1fr);

    padding: 15px;
  }

  .staviso-fcs-finish__note-icon {
    width: 40px;
    height: 40px;
  }

}


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

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

  .staviso-fcs-finish {
    padding-right: 12px;
    padding-left: 12px;
  }

  .staviso-fcs-finish__showcase-card {
    grid-template-columns: 105px minmax(0, 1fr);
  }

  .staviso-fcs-finish__note {
    grid-template-columns: 1fr;
  }

}


/* ==========================================
   REDUCED MOTION
========================================== */

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

  .staviso-fcs-finish__visual img,
  .staviso-fcs-finish__chips span,
  .staviso-fcs-finish__showcase-card,
  .staviso-fcs-finish__showcase-image img {
    transition: none;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-64621e24 *//* ==========================================
   STRAIGHT TUCK END
   CUSTOM SIZE + QUOTE FORM
========================================== */

.staviso-ste-size {
  position: relative;

  width: 100%;
  padding: 92px 20px 98px;

  overflow: hidden;

  background: #ffffff;

  scroll-margin-top: 100px;
}

.staviso-ste-size *,
.staviso-ste-size *::before,
.staviso-ste-size *::after {
  box-sizing: border-box;
}


/* ==========================================
   CONTAINER
========================================== */

.staviso-ste-size__container {
  position: relative;
  z-index: 1;

  width: 100%;
  max-width: 1200px;

  margin: 0 auto;
}


/* ==========================================
   HEADER
========================================== */

.staviso-ste-size__header {
  max-width: 760px;

  margin: 0 auto 44px;

  text-align: center;
}


.staviso-ste-size__eyebrow {
  display: inline-flex;

  align-items: center;
  gap: 8px;

  margin-bottom: 15px;
  padding: 7px 11px;

  background: #edf3f0;

  border: 1px solid #d7e4de;
  border-radius: 999px;

  color: #1f665a;

  font-size: 10px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.09em;

  text-transform: uppercase;
}


.staviso-ste-size__eyebrow::before {
  content: "";

  width: 6px;
  height: 6px;

  flex: 0 0 6px;

  background: #1f665a;

  border-radius: 50%;
}


.staviso-ste-size__header h2 {
  margin: 0;

  color: #1d2623;

  font-size: clamp(36px, 4vw, 52px);
  font-weight: 780;
  line-height: 1.07;
  letter-spacing: -0.04em;
}


.staviso-ste-size__intro {
  max-width: 700px;

  margin: 18px auto 0;

  color: #66706c;

  font-size: 14px;
  line-height: 1.72;
}


/* ==========================================
   MAIN GRID
========================================== */

.staviso-ste-size__grid {
  display: grid;

  grid-template-columns:
    minmax(0, 0.92fr)
    minmax(440px, 1.08fr);

  gap: 34px;

  align-items: start;
}


/* ==========================================
   LEFT IMAGE
========================================== */

.staviso-ste-size__visual {
  min-width: 0;
}


.staviso-ste-size__image-card {
  overflow: hidden;

  background: #ffffff;

  border: 1px solid #dce5e1;
  border-radius: 18px;

  box-shadow:
    0 14px 34px rgba(40, 52, 46, 0.06);
}


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

.staviso-ste-size__image-header {
  display: flex;

  align-items: flex-start;
  justify-content: space-between;

  gap: 20px;

  padding: 20px 22px;

  border-bottom: 1px solid #e2e9e5;
}


.staviso-ste-size__image-label {
  display: block;

  margin-bottom: 5px;

  color: #1f665a;

  font-size: 9px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.08em;

  text-transform: uppercase;
}


.staviso-ste-size__image-header h3 {
  margin: 0;

  color: #2c3933;

  font-size: 18px;
  font-weight: 760;
  line-height: 1.35;
}


.staviso-ste-size__unit {
  display: inline-flex;

  min-width: 42px;
  height: 30px;

  align-items: center;
  justify-content: center;

  padding: 0 9px;

  background: #edf3f0;

  border: 1px solid #d8e4de;
  border-radius: 6px;

  color: #1f665a;

  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.05em;
}


/* ==========================================
   IMAGE
========================================== */

.staviso-ste-size__image-wrap {
  width: 100%;

  background: #f6f8f7;
}


.staviso-ste-size__image-wrap img {
  display: block;

  width: 100%;
  height: auto;

  aspect-ratio: 1 / 1;

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


/* ==========================================
   IMAGE NOTE
========================================== */

.staviso-ste-size__image-note {
  display: grid;

  grid-template-columns:
    42px
    minmax(0, 1fr);

  gap: 13px;

  align-items: center;

  padding: 17px 20px;

  border-top: 1px solid #e2e9e5;

  background: #f8faf9;
}


.staviso-ste-size__image-note-icon {
  display: flex;

  width: 42px;
  height: 42px;

  align-items: center;
  justify-content: center;

  background: #edf3f0;

  border-radius: 8px;

  color: #1f665a;
}


.staviso-ste-size__image-note-icon svg {
  width: 20px;
  height: 20px;

  fill: none;

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


.staviso-ste-size__image-note strong {
  display: block;

  margin-bottom: 3px;

  color: #34423c;

  font-size: 11px;
  font-weight: 760;
  line-height: 1.45;
}


.staviso-ste-size__image-note p {
  margin: 0;

  color: #6c7772;

  font-size: 10px;
  line-height: 1.55;
}


/* ==========================================
   FORM CARD
========================================== */

.staviso-ste-size__form-card {
  min-width: 0;

  padding: 27px;

  background: #f8faf9;

  border: 1px solid #dce5e1;
  border-radius: 18px;

  box-shadow:
    0 14px 34px rgba(40, 52, 46, 0.055);
}


/* ==========================================
   FORM HEADER
========================================== */

.staviso-ste-size__form-header {
  margin-bottom: 23px;
}


.staviso-ste-size__form-label {
  display: block;

  margin-bottom: 6px;

  color: #1f665a;

  font-size: 9px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.08em;

  text-transform: uppercase;
}


.staviso-ste-size__form-header h3 {
  margin: 0 0 7px;

  color: #29362f;

  font-size: 22px;
  font-weight: 760;
  line-height: 1.3;
  letter-spacing: -0.025em;
}


.staviso-ste-size__form-header p {
  margin: 0;

  color: #69756f;

  font-size: 11px;
  line-height: 1.6;
}


/* ==========================================
   FORM
========================================== */

.staviso-ste-size__form {
  display: grid;

  gap: 16px;
}


/* Two Fields
------------------------------------------ */

.staviso-ste-size__two-fields {
  display: grid;

  grid-template-columns:
    repeat(2, minmax(0, 1fr));

  gap: 12px;
}


/* ==========================================
   FIELD
========================================== */

.staviso-ste-size__field {
  display: grid;

  gap: 7px;
}


.staviso-ste-size__field-label {
  color: #495751;

  font-size: 10px;
  font-weight: 720;
  line-height: 1.4;
}


/* ==========================================
   INPUT
========================================== */

.staviso-ste-size__input-wrap,
.staviso-ste-size__select-wrap {
  position: relative;

  display: flex;

  align-items: center;
}


.staviso-ste-size__input-wrap input,
.staviso-ste-size__select-wrap select {
  width: 100%;
  min-height: 46px;

  margin: 0;

  padding: 11px 13px;

  background: #ffffff;

  border: 1px solid #d6e0db;
  border-radius: 8px;

  color: #2f3d37;

  font-family: inherit;
  font-size: 12px;

  outline: none;

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


.staviso-ste-size__input-wrap input:focus,
.staviso-ste-size__select-wrap select:focus {
  border-color: #1f665a;

  box-shadow:
    0 0 0 3px rgba(31, 102, 90, 0.10);
}


.staviso-ste-size__input-wrap input::placeholder {
  color: #a0aaa5;
}


/* Unit
------------------------------------------ */

.staviso-ste-size__input-unit {
  position: absolute;
  right: 13px;

  color: #84908a;

  font-size: 9px;
  font-weight: 700;

  pointer-events: none;
}


.staviso-ste-size__input-wrap input[type="number"] {
  padding-right: 44px;
}


/* ==========================================
   SELECT
========================================== */

.staviso-ste-size__select-wrap select {
  appearance: none;

  padding-right: 40px;

  cursor: pointer;
}


.staviso-ste-size__select-wrap svg {
  position: absolute;
  right: 13px;

  width: 16px;
  height: 16px;

  pointer-events: none;

  fill: none;

  stroke: #6c7973;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}


/* ==========================================
   FIELDSET
========================================== */

.staviso-ste-size__fieldset {
  margin: 0;
  padding: 15px;

  border: 1px solid #dce5e1;
  border-radius: 10px;
}


.staviso-ste-size__fieldset legend {
  padding: 0 7px;

  color: #1f665a;

  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.06em;

  text-transform: uppercase;
}


.staviso-ste-size__dimension-fields {
  display: grid;

  grid-template-columns:
    repeat(3, minmax(0, 1fr));

  gap: 10px;
}


/* ==========================================
   SUBMIT BUTTON
========================================== */

.staviso-ste-size__submit {
  display: inline-flex;

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

  align-items: center;
  justify-content: center;

  gap: 9px;

  padding: 12px 18px;

  cursor: pointer;

  background: #1f665a;

  border: 1px solid #1f665a;
  border-radius: 8px;

  color: #ffffff;

  font-family: inherit;
  font-size: 12px;
  font-weight: 760;

  box-shadow:
    0 8px 20px rgba(31, 102, 90, 0.18);

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


.staviso-ste-size__submit svg {
  width: 18px;
  height: 18px;

  fill: none;

  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}


.staviso-ste-size__submit:hover {
  background: #174f46;
  border-color: #174f46;

  box-shadow:
    0 11px 25px rgba(31, 102, 90, 0.23);

  transform: translateY(-2px);
}


/* ==========================================
   FORM NOTE
========================================== */

.staviso-ste-size__form-note {
  margin: -3px 0 0;

  color: #818c87;

  font-size: 9px;
  line-height: 1.55;

  text-align: center;
}


/* ==========================================
   HONEYPOT
========================================== */

.staviso-ste-size__honeypot {
  position: absolute !important;

  left: -9999px !important;

  width: 1px;
  height: 1px;

  overflow: hidden;
}


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

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

  .staviso-ste-size {
    padding: 74px 20px 80px;
  }

  .staviso-ste-size__grid {
    grid-template-columns: 1fr;

    max-width: 780px;

    margin: 0 auto;
  }

}


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

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

  .staviso-ste-size {
    padding: 58px 15px 64px;
  }

  .staviso-ste-size__header {
    margin-bottom: 30px;

    text-align: left;
  }

  .staviso-ste-size__header h2 {
    font-size: clamp(32px, 9vw, 42px);
  }

  .staviso-ste-size__intro {
    margin-left: 0;

    font-size: 13px;
  }

  .staviso-ste-size__image-card,
  .staviso-ste-size__form-card {
    border-radius: 14px;
  }

  .staviso-ste-size__form-card {
    padding: 20px;
  }

  .staviso-ste-size__two-fields {
    grid-template-columns: 1fr;
  }

  .staviso-ste-size__dimension-fields {
    grid-template-columns: 1fr;
  }

}


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

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

  .staviso-ste-size {
    padding-right: 12px;
    padding-left: 12px;
  }

  .staviso-ste-size__image-header {
    padding: 17px;
  }

  .staviso-ste-size__image-note {
    grid-template-columns: 1fr;

    padding: 16px;
  }

  .staviso-ste-size__form-card {
    padding: 17px;
  }

}


/* ==========================================
   REDUCED MOTION
========================================== */

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

  .staviso-ste-size__input-wrap input,
  .staviso-ste-size__select-wrap select,
  .staviso-ste-size__submit {
    transition: none;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5a2bc045 *//* ==========================================
   FOLDING CARTON SLEEVE
   COMMON APPLICATIONS
========================================== */

.staviso-fcs-applications {
  position: relative;

  width: 100%;
  padding: 92px 20px 98px;

  overflow: hidden;

  background: #ffffff;

  scroll-margin-top: 100px;
}

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


/* ==========================================
   BACKGROUND
========================================== */

.staviso-fcs-applications::before {
  content: "";

  position: absolute;
  top: -190px;
  right: -150px;

  width: 420px;
  height: 420px;

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

  pointer-events: none;
}

.staviso-fcs-applications::after {
  content: "";

  position: absolute;
  bottom: -230px;
  left: -170px;

  width: 440px;
  height: 440px;

  background: rgba(31, 102, 90, 0.025);

  border-radius: 50%;

  pointer-events: none;
}


/* ==========================================
   CONTAINER
========================================== */

.staviso-fcs-applications__container {
  position: relative;
  z-index: 1;

  width: 100%;
  max-width: 1200px;

  margin: 0 auto;
}


/* ==========================================
   HEADER
========================================== */

.staviso-fcs-applications__header {
  max-width: 790px;

  margin: 0 auto 44px;

  text-align: center;
}

.staviso-fcs-applications__eyebrow {
  display: inline-flex;

  align-items: center;
  gap: 8px;

  margin-bottom: 15px;
  padding: 7px 11px;

  background: #edf3f0;

  border: 1px solid #d7e4de;
  border-radius: 999px;

  color: #1f665a;

  font-size: 10px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.09em;

  text-transform: uppercase;
}

.staviso-fcs-applications__eyebrow::before {
  content: "";

  width: 6px;
  height: 6px;

  flex: 0 0 6px;

  background: #1f665a;

  border-radius: 50%;
}

.staviso-fcs-applications__header h2 {
  margin: 0;

  color: #1d2623;

  font-size: clamp(36px, 4vw, 52px);
  font-weight: 780;
  line-height: 1.07;
  letter-spacing: -0.04em;
}

.staviso-fcs-applications__intro {
  max-width: 740px;

  margin: 18px auto 0;

  color: #66706c;

  font-size: 14px;
  line-height: 1.72;
}


/* ==========================================
   GRID
========================================== */

.staviso-fcs-applications__grid {
  display: grid;

  grid-template-columns:
    repeat(3, minmax(0, 1fr));

  gap: 18px;
}


/* ==========================================
   CARD
========================================== */

.staviso-fcs-applications__card {
  position: relative;

  overflow: hidden;

  background: #ffffff;

  border: 1px solid #dce5e1;
  border-radius: 16px;

  box-shadow:
    0 10px 28px rgba(40, 52, 46, 0.045);

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

.staviso-fcs-applications__card:hover {
  border-color: rgba(31, 102, 90, 0.3);

  box-shadow:
    0 17px 36px rgba(40, 52, 46, 0.075);

  transform: translateY(-4px);
}


/* ==========================================
   IMAGE
========================================== */

.staviso-fcs-applications__image {
  position: relative;

  width: 100%;
  aspect-ratio: 5 / 4;

  overflow: hidden;

  background: #f2f5f3;
}

.staviso-fcs-applications__image::after {
  content: "";

  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      180deg,
      transparent 52%,
      rgba(21, 42, 35, 0.16) 100%
    );

  pointer-events: none;
}

.staviso-fcs-applications__image img {
  display: block;

  width: 100%;
  height: 100%;

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

  transition:
    transform 0.42s ease;
}

.staviso-fcs-applications__card:hover
.staviso-fcs-applications__image img {
  transform: scale(1.035);
}


/* ==========================================
   NUMBER
========================================== */

.staviso-fcs-applications__number {
  position: absolute;
  z-index: 2;

  top: 14px;
  left: 14px;

  display: inline-flex;

  min-width: 34px;
  height: 27px;

  align-items: center;
  justify-content: center;

  padding: 0 8px;

  background: rgba(255, 255, 255, 0.93);

  border: 1px solid rgba(31, 102, 90, 0.16);
  border-radius: 6px;

  color: #1f665a;

  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.07em;

  backdrop-filter: blur(7px);
}


/* ==========================================
   TYPE
========================================== */

.staviso-fcs-applications__type {
  position: absolute;
  z-index: 2;

  right: 14px;
  bottom: 14px;

  display: inline-flex;

  min-height: 27px;

  align-items: center;

  padding: 6px 9px;

  background: rgba(31, 102, 90, 0.91);

  border-radius: 6px;

  color: #ffffff;

  font-size: 7px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.07em;

  text-transform: uppercase;

  backdrop-filter: blur(7px);
}


/* ==========================================
   CONTENT
========================================== */

.staviso-fcs-applications__content {
  padding: 21px 21px 22px;
}

.staviso-fcs-applications__content h3 {
  margin: 0 0 7px;

  color: #28352f;

  font-size: 18px;
  font-weight: 760;
  line-height: 1.35;
  letter-spacing: -0.02em;
}

.staviso-fcs-applications__products {
  min-height: 35px;

  margin: 0;

  color: #6b7771;

  font-size: 11px;
  line-height: 1.55;
}


/* ==========================================
   BENEFIT
========================================== */

.staviso-fcs-applications__benefit {
  display: grid;

  grid-template-columns:
    6px
    minmax(0, 1fr);

  gap: 9px;

  align-items: start;

  margin-top: 15px;
  padding-top: 14px;

  border-top: 1px solid #e4ebe7;
}

.staviso-fcs-applications__benefit-dot {
  width: 6px;
  height: 6px;

  margin-top: 5px;

  background: #1f665a;

  border-radius: 50%;
}

.staviso-fcs-applications__benefit p {
  margin: 0;

  color: #52645c;

  font-size: 10px;
  font-weight: 650;
  line-height: 1.55;
}


/* ==========================================
   SUMMARY
========================================== */

.staviso-fcs-applications__summary {
  display: grid;

  grid-template-columns:
    minmax(0, 1fr)
    1px
    minmax(0, 1fr)
    1px
    minmax(0, 1fr);

  gap: 18px;

  align-items: center;

  margin-top: 20px;
  padding: 20px 22px;

  background: #1f665a;

  border-radius: 13px;

  box-shadow:
    0 12px 28px rgba(31, 102, 90, 0.13);
}

.staviso-fcs-applications__summary-item {
  display: grid;

  grid-template-columns:
    38px
    minmax(0, 1fr);

  gap: 11px;

  align-items: center;
}

.staviso-fcs-applications__summary-icon {
  display: flex;

  width: 38px;
  height: 38px;

  align-items: center;
  justify-content: center;

  background: rgba(255, 255, 255, 0.12);

  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;

  color: #ffffff;
}

.staviso-fcs-applications__summary-icon svg {
  width: 19px;
  height: 19px;

  fill: none;

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

.staviso-fcs-applications__summary-item strong {
  display: block;

  margin-bottom: 3px;

  color: #ffffff;

  font-size: 11px;
  font-weight: 760;
  line-height: 1.4;
}

.staviso-fcs-applications__summary-item span:not(.staviso-fcs-applications__summary-icon) {
  display: block;

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

  font-size: 8px;
  line-height: 1.45;
}

.staviso-fcs-applications__summary-divider {
  width: 1px;
  height: 39px;

  background: rgba(255, 255, 255, 0.18);
}


/* ==========================================
   NOTE
========================================== */

.staviso-fcs-applications__note {
  display: grid;

  grid-template-columns:
    44px
    minmax(0, 1fr);

  gap: 14px;

  align-items: center;

  margin-top: 16px;
  padding: 17px 18px;

  background: #edf3f0;

  border: 1px solid #d7e4de;
  border-radius: 12px;
}

.staviso-fcs-applications__note-icon {
  display: flex;

  width: 44px;
  height: 44px;

  align-items: center;
  justify-content: center;

  background: #ffffff;

  border: 1px solid #d8e4de;
  border-radius: 9px;

  color: #1f665a;
}

.staviso-fcs-applications__note-icon svg {
  width: 21px;
  height: 21px;

  fill: none;

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

.staviso-fcs-applications__note strong {
  display: block;

  margin-bottom: 4px;

  color: #30423a;

  font-size: 12px;
  font-weight: 760;
  line-height: 1.45;
}

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

  color: #68756f;

  font-size: 11px;
  line-height: 1.6;
}


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

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

  .staviso-fcs-applications {
    padding: 74px 20px 80px;
  }

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

}


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

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

  .staviso-fcs-applications {
    padding: 58px 15px 64px;
  }

  .staviso-fcs-applications__header {
    margin-bottom: 32px;

    text-align: left;
  }

  .staviso-fcs-applications__header h2 {
    font-size: clamp(32px, 9vw, 42px);
  }

  .staviso-fcs-applications__intro {
    margin-left: 0;

    font-size: 13px;
  }

  .staviso-fcs-applications__grid {
    grid-template-columns: 1fr;

    gap: 13px;
  }

  .staviso-fcs-applications__card {
    border-radius: 14px;
  }

  .staviso-fcs-applications__products {
    min-height: 0;
  }

  .staviso-fcs-applications__summary {
    grid-template-columns: 1fr;

    gap: 13px;

    padding: 18px;
  }

  .staviso-fcs-applications__summary-divider {
    width: 100%;
    height: 1px;
  }

  .staviso-fcs-applications__note {
    grid-template-columns:
      40px
      minmax(0, 1fr);

    padding: 15px;
  }

  .staviso-fcs-applications__note-icon {
    width: 40px;
    height: 40px;
  }

}


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

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

  .staviso-fcs-applications {
    padding-right: 12px;
    padding-left: 12px;
  }

  .staviso-fcs-applications__note {
    grid-template-columns: 1fr;
  }

}


/* ==========================================
   REDUCED MOTION
========================================== */

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

  .staviso-fcs-applications__card,
  .staviso-fcs-applications__image img {
    transition: none;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-13cd2e2 *//* ==========================================
   FOLDING CARTON SLEEVE
   VS FULL FOLDING CARTON
========================================== */

.staviso-fcs-compare {
  position: relative;

  width: 100%;
  padding: 92px 20px 98px;

  overflow: hidden;

  background: #f4eee7;

  scroll-margin-top: 100px;
}

.staviso-fcs-compare *,
.staviso-fcs-compare *::before,
.staviso-fcs-compare *::after {
  box-sizing: border-box;
}


/* ==========================================
   BACKGROUND
========================================== */

.staviso-fcs-compare::before {
  content: "";

  position: absolute;
  top: -200px;
  right: -160px;

  width: 430px;
  height: 430px;

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

  pointer-events: none;
}


.staviso-fcs-compare::after {
  content: "";

  position: absolute;
  bottom: -240px;
  left: -180px;

  width: 460px;
  height: 460px;

  background: rgba(31, 102, 90, 0.028);

  border-radius: 50%;

  pointer-events: none;
}


/* ==========================================
   CONTAINER
========================================== */

.staviso-fcs-compare__container {
  position: relative;
  z-index: 1;

  width: 100%;
  max-width: 1200px;

  margin: 0 auto;
}


/* ==========================================
   HEADER
========================================== */

.staviso-fcs-compare__header {
  max-width: 830px;

  margin: 0 auto 42px;

  text-align: center;
}


.staviso-fcs-compare__eyebrow {
  display: inline-flex;

  align-items: center;
  gap: 8px;

  margin-bottom: 15px;
  padding: 7px 11px;

  background: #edf3f0;

  border: 1px solid #d7e4de;
  border-radius: 999px;

  color: #1f665a;

  font-size: 10px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.09em;

  text-transform: uppercase;
}


.staviso-fcs-compare__eyebrow::before {
  content: "";

  width: 6px;
  height: 6px;

  flex: 0 0 6px;

  background: #1f665a;

  border-radius: 50%;
}


.staviso-fcs-compare__header h2 {
  margin: 0;

  color: #1d2623;

  font-size: clamp(36px, 4vw, 52px);
  font-weight: 780;
  line-height: 1.07;
  letter-spacing: -0.04em;
}


.staviso-fcs-compare__intro {
  max-width: 760px;

  margin: 18px auto 0;

  color: #66706c;

  font-size: 14px;
  line-height: 1.72;
}


/* ==========================================
   QUICK COMPARISON
========================================== */

.staviso-fcs-compare__quick {
  display: grid;

  grid-template-columns:
    minmax(0, 1fr)
    52px
    minmax(0, 1fr);

  gap: 14px;

  align-items: stretch;

  margin-bottom: 20px;
}


.staviso-fcs-compare__quick-card {
  padding: 24px;

  background: #ffffff;

  border: 1px solid #cedfd7;
  border-radius: 15px;

  box-shadow:
    0 10px 26px rgba(40, 52, 46, 0.045);
}


.staviso-fcs-compare__quick-card--carton {
  background:
    linear-gradient(
      145deg,
      #ffffff,
      #edf3f0
    );
}


/* ==========================================
   QUICK HEADER
========================================== */

.staviso-fcs-compare__quick-head {
  display: flex;

  align-items: center;
  justify-content: space-between;

  gap: 15px;

  margin-bottom: 16px;
}


.staviso-fcs-compare__code {
  display: inline-flex;

  min-width: 46px;
  height: 30px;

  align-items: center;
  justify-content: center;

  padding: 0 9px;

  background: #1f665a;

  border-radius: 6px;

  color: #ffffff;

  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.08em;
}


.staviso-fcs-compare__code--carton {
  background: #5d716a;
}


.staviso-fcs-compare__type {
  color: #8a9690;

  font-size: 8px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.07em;

  text-transform: uppercase;
}


.staviso-fcs-compare__quick-card h3 {
  margin: 0 0 16px;

  color: #28362f;

  font-size: 19px;
  font-weight: 760;
  line-height: 1.35;
  letter-spacing: -0.025em;
}


.staviso-fcs-compare__quick-card > p {
  margin: 16px 0 0;

  color: #68756f;

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


/* ==========================================
   SLEEVE DIAGRAM
========================================== */

.staviso-fcs-compare__diagram {
  display: grid;

  grid-template-columns:
    minmax(90px, 1fr)
    28px
    minmax(110px, 1fr);

  gap: 8px;

  align-items: center;

  min-height: 86px;

  padding: 13px;

  background: #f5f8f6;

  border: 1px solid #dce6e1;
  border-radius: 9px;
}


.staviso-fcs-compare__sleeve-shape {
  display: flex;

  min-height: 58px;

  align-items: center;
  justify-content: center;

  border: 2px solid #1f665a;
  border-right: 0;
  border-left: 0;

  color: #1f665a;

  font-size: 9px;
  font-weight: 780;
}


.staviso-fcs-compare__product-shape {
  display: flex;

  min-height: 50px;

  align-items: center;
  justify-content: center;

  padding: 8px;

  background: #f4eee7;

  border: 1px solid #b6a899;
  border-radius: 5px;

  color: #665e56;

  font-size: 8px;
  font-weight: 700;

  text-align: center;
}


.staviso-fcs-compare__diagram-arrow {
  display: flex;

  align-items: center;
  justify-content: center;

  color: #1f665a;
}


.staviso-fcs-compare__diagram-arrow svg {
  width: 18px;
  height: 18px;

  fill: none;

  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}


/* ==========================================
   FULL CARTON DIAGRAM
========================================== */

.staviso-fcs-compare__carton-diagram {
  display: flex;

  min-height: 86px;

  align-items: center;
  justify-content: center;

  gap: 15px;

  padding: 13px;

  background: #f5f8f6;

  border: 1px solid #dce6e1;
  border-radius: 9px;
}


.staviso-fcs-compare__carton-shape {
  display: flex;

  width: 84px;
  height: 66px;

  align-items: center;
  justify-content: center;

  background: #edf3f0;

  border: 2px solid #5d716a;
  border-radius: 4px;

  color: #44544e;

  font-size: 8px;
  font-weight: 720;
}


.staviso-fcs-compare__carton-label {
  max-width: 120px;

  color: #69766f;

  font-size: 8px;
  font-weight: 680;
  line-height: 1.45;
}


/* ==========================================
   VS
========================================== */

.staviso-fcs-compare__vs {
  display: flex;

  align-items: center;
  justify-content: center;
}


.staviso-fcs-compare__vs span {
  display: flex;

  width: 42px;
  height: 42px;

  align-items: center;
  justify-content: center;

  background: #1f665a;

  border: 5px solid #f4eee7;
  border-radius: 50%;

  box-shadow:
    0 5px 15px rgba(31, 102, 90, 0.16);

  color: #ffffff;

  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.06em;
}


/* ==========================================
   TABLE
========================================== */

.staviso-fcs-compare__table-wrap {
  overflow: hidden;

  background: #ffffff;

  border: 1px solid #d9e4df;
  border-radius: 16px;

  box-shadow:
    0 14px 34px rgba(40, 52, 46, 0.055);
}


.staviso-fcs-compare__table {
  width: 100%;

  border-collapse: collapse;
  border-spacing: 0;
}


/* HEADER */
.staviso-fcs-compare__table thead {
  background: #1f665a;
}


.staviso-fcs-compare__table thead th {
  padding: 18px 20px;

  color: #ffffff;

  font-size: 11px;
  font-weight: 760;
  line-height: 1.45;

  text-align: left;
}


.staviso-fcs-compare__table thead th:first-child {
  width: 28%;

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

  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.07em;

  text-transform: uppercase;
}


.staviso-fcs-compare__table-code {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  margin-right: 8px;
  padding: 4px 6px;

  background: rgba(255, 255, 255, 0.15);

  border: 1px solid rgba(255, 255, 255, 0.19);
  border-radius: 4px;

  font-size: 7px;
  font-weight: 850;
  letter-spacing: 0.08em;
}


.staviso-fcs-compare__table-code--carton {
  background: rgba(255, 255, 255, 0.1);
}


/* ==========================================
   TABLE BODY
========================================== */

.staviso-fcs-compare__table tbody tr {
  border-bottom: 1px solid #e4ebe7;

  transition:
    background-color 0.2s ease;
}


.staviso-fcs-compare__table tbody tr:last-child {
  border-bottom: 0;
}


.staviso-fcs-compare__table tbody tr:nth-child(even) {
  background: #fafbf9;
}


.staviso-fcs-compare__table tbody tr:hover {
  background: #f2f6f4;
}


.staviso-fcs-compare__table tbody th,
.staviso-fcs-compare__table tbody td {
  padding: 16px 20px;

  vertical-align: middle;
}


.staviso-fcs-compare__table tbody th {
  color: #36443e;

  font-size: 11px;
  font-weight: 730;
  line-height: 1.45;

  text-align: left;
}


.staviso-fcs-compare__table tbody td {
  color: #68746e;

  font-size: 11px;
  line-height: 1.5;
}


.staviso-fcs-compare__table tbody td strong {
  color: #315047;

  font-weight: 760;
}


/* ==========================================
   SPECIAL ROWS
========================================== */

.staviso-fcs-compare__row--key {
  background:
    linear-gradient(
      90deg,
      #f4f8f6,
      #edf3f0
    ) !important;
}


.staviso-fcs-compare__row--protection {
  background: #faf8f5 !important;
}


.staviso-fcs-compare__row--best {
  background: #edf3f0 !important;
}


.staviso-fcs-compare__row--best th {
  color: #1f665a !important;
}


/* ==========================================
   CONCLUSIONS
========================================== */

.staviso-fcs-compare__conclusions {
  display: grid;

  grid-template-columns:
    repeat(2, minmax(0, 1fr));

  gap: 16px;

  margin-top: 18px;
}


/* ==========================================
   CONCLUSION CARD
========================================== */

.staviso-fcs-compare__conclusion {
  padding: 22px;

  background: #ffffff;

  border: 1px solid #dce5e1;
  border-radius: 14px;
}


.staviso-fcs-compare__conclusion--sleeve {
  border-top: 3px solid #1f665a;
}


.staviso-fcs-compare__conclusion--carton {
  background:
    linear-gradient(
      145deg,
      #ffffff,
      #f1f5f3
    );

  border-top: 3px solid #657970;
}


/* ==========================================
   CONCLUSION HEAD
========================================== */

.staviso-fcs-compare__conclusion-head {
  display: grid;

  grid-template-columns:
    46px
    minmax(0, 1fr);

  gap: 13px;

  align-items: center;

  margin-bottom: 15px;
}


.staviso-fcs-compare__conclusion-code {
  display: flex;

  width: 46px;
  height: 38px;

  align-items: center;
  justify-content: center;

  background: #1f665a;

  border-radius: 7px;

  color: #ffffff;

  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.07em;
}


.staviso-fcs-compare__conclusion-code--carton {
  background: #5d716a;
}


.staviso-fcs-compare__conclusion-label {
  display: block;

  margin-bottom: 3px;

  color: #89958f;

  font-size: 7px;
  font-weight: 850;
  letter-spacing: 0.08em;

  text-transform: uppercase;
}


.staviso-fcs-compare__conclusion h3 {
  margin: 0;

  color: #304039;

  font-size: 14px;
  font-weight: 760;
  line-height: 1.4;
}


.staviso-fcs-compare__conclusion > p {
  margin: 0;

  color: #67746e;

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


/* ==========================================
   TAGS
========================================== */

.staviso-fcs-compare__tags {
  display: flex;

  flex-wrap: wrap;

  gap: 6px;

  margin-top: 15px;
}


.staviso-fcs-compare__tags span {
  display: inline-flex;

  align-items: center;

  min-height: 26px;

  padding: 5px 8px;

  background: #edf3f0;

  border: 1px solid #d7e4de;
  border-radius: 5px;

  color: #1f665a;

  font-size: 8px;
  font-weight: 700;
}


/* ==========================================
   DECISION BAR
========================================== */

.staviso-fcs-compare__decision {
  display: grid;

  grid-template-columns:
    minmax(0, 1fr)
    1px
    minmax(0, 1fr);

  gap: 22px;

  align-items: center;

  margin-top: 17px;
  padding: 20px 22px;

  background: #1f665a;

  border-radius: 13px;

  box-shadow:
    0 12px 28px rgba(31, 102, 90, 0.13);
}


.staviso-fcs-compare__decision-item {
  text-align: center;
}


.staviso-fcs-compare__decision-question {
  display: block;

  margin-bottom: 5px;

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

  font-size: 8px;
  font-weight: 650;
  line-height: 1.45;
}


.staviso-fcs-compare__decision-item strong {
  display: block;

  color: #ffffff;

  font-size: 11px;
  font-weight: 760;
  line-height: 1.45;
}


.staviso-fcs-compare__decision-divider {
  width: 1px;
  height: 38px;

  background: rgba(255, 255, 255, 0.18);
}


/* ==========================================
   NOTE
========================================== */

.staviso-fcs-compare__note {
  display: grid;

  grid-template-columns:
    44px
    minmax(0, 1fr);

  gap: 14px;

  align-items: center;

  margin-top: 15px;
  padding: 17px 18px;

  background: #edf3f0;

  border: 1px solid #d7e4de;
  border-radius: 12px;
}


.staviso-fcs-compare__note-icon {
  display: flex;

  width: 44px;
  height: 44px;

  align-items: center;
  justify-content: center;

  background: #ffffff;

  border: 1px solid #d8e4de;
  border-radius: 9px;

  color: #1f665a;
}


.staviso-fcs-compare__note-icon svg {
  width: 21px;
  height: 21px;

  fill: none;

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


.staviso-fcs-compare__note strong {
  display: block;

  margin-bottom: 4px;

  color: #30423a;

  font-size: 12px;
  font-weight: 760;
  line-height: 1.45;
}


.staviso-fcs-compare__note p {
  margin: 0;

  color: #68756f;

  font-size: 11px;
  line-height: 1.6;
}


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

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

  .staviso-fcs-compare {
    padding: 74px 20px 80px;
  }

  .staviso-fcs-compare__quick {
    grid-template-columns: 1fr;

    gap: 10px;
  }

  .staviso-fcs-compare__vs {
    height: 36px;
  }

  .staviso-fcs-compare__vs span {
    width: 38px;
    height: 38px;
  }

}


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

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

  .staviso-fcs-compare {
    padding: 58px 15px 64px;
  }

  .staviso-fcs-compare__header {
    margin-bottom: 31px;

    text-align: left;
  }

  .staviso-fcs-compare__header h2 {
    font-size: clamp(32px, 9vw, 42px);
  }

  .staviso-fcs-compare__intro {
    margin-left: 0;

    font-size: 13px;
  }

  .staviso-fcs-compare__quick-card {
    padding: 20px;
  }


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

  .staviso-fcs-compare__table-wrap {
    border-radius: 13px;
  }

  .staviso-fcs-compare__table thead {
    display: none;
  }

  .staviso-fcs-compare__table,
  .staviso-fcs-compare__table tbody,
  .staviso-fcs-compare__table tr,
  .staviso-fcs-compare__table th,
  .staviso-fcs-compare__table td {
    display: block;

    width: 100%;
  }

  .staviso-fcs-compare__table tbody tr {
    display: grid;

    grid-template-columns:
      repeat(2, minmax(0, 1fr));

    padding: 15px 16px;
  }

  .staviso-fcs-compare__table tbody th {
    grid-column: 1 / -1;

    padding: 0 0 10px;

    color: #1f665a;

    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.07em;

    text-transform: uppercase;
  }

  .staviso-fcs-compare__table tbody td {
    position: relative;

    padding: 21px 8px 0;

    font-size: 10px;
  }

  .staviso-fcs-compare__table tbody td::before {
    position: absolute;

    top: 0;
    left: 8px;

    color: #929e98;

    font-size: 7px;
    font-weight: 850;
    letter-spacing: 0.07em;

    text-transform: uppercase;
  }

  .staviso-fcs-compare__table tbody td:nth-of-type(1)::before {
    content: "Sleeve";
  }

  .staviso-fcs-compare__table tbody td:nth-of-type(2)::before {
    content: "Full Carton";
  }

  .staviso-fcs-compare__table tbody td:nth-of-type(2) {
    border-left: 1px solid #e1e8e4;
  }


  /* Conclusions */
  .staviso-fcs-compare__conclusions {
    grid-template-columns: 1fr;

    gap: 12px;
  }


  /* Decision */
  .staviso-fcs-compare__decision {
    grid-template-columns: 1fr;

    gap: 13px;

    padding: 18px;
  }

  .staviso-fcs-compare__decision-divider {
    width: 100%;
    height: 1px;
  }


  /* Note */
  .staviso-fcs-compare__note {
    grid-template-columns:
      40px
      minmax(0, 1fr);

    padding: 15px;
  }

  .staviso-fcs-compare__note-icon {
    width: 40px;
    height: 40px;
  }

}


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

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

  .staviso-fcs-compare {
    padding-right: 12px;
    padding-left: 12px;
  }

  .staviso-fcs-compare__diagram {
    grid-template-columns: 1fr;
  }

  .staviso-fcs-compare__diagram-arrow svg {
    transform: rotate(90deg);
  }

  .staviso-fcs-compare__note {
    grid-template-columns: 1fr;
  }

}


/* ==========================================
   REDUCED MOTION
========================================== */

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

  .staviso-fcs-compare__table tbody tr {
    transition: none;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-def38c0 *//* ==========================================
   FOLDING CARTON SLEEVE
   HOW TO ORDER
========================================== */

.staviso-fcs-order {
  position: relative;
  width: 100%;

  padding: 92px 20px 98px;

  overflow: hidden;

  background: #ffffff;

  scroll-margin-top: 100px;
}

.staviso-fcs-order *,
.staviso-fcs-order *::before,
.staviso-fcs-order *::after {
  box-sizing: border-box;
}


/* ==========================================
   CONTAINER
========================================== */

.staviso-fcs-order__container {
  position: relative;
  z-index: 1;

  width: 100%;
  max-width: 1200px;

  margin: 0 auto;
}


/* ==========================================
   HEADER
========================================== */

.staviso-fcs-order__header {
  max-width: 790px;

  margin: 0 auto 44px;

  text-align: center;
}


.staviso-fcs-order__eyebrow {
  display: inline-flex;

  align-items: center;
  gap: 8px;

  margin-bottom: 15px;
  padding: 7px 11px;

  background: #edf3f0;

  border: 1px solid #d7e4de;
  border-radius: 999px;

  color: #1f665a;

  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.09em;

  text-transform: uppercase;
}


.staviso-fcs-order__eyebrow::before {
  content: "";

  width: 6px;
  height: 6px;

  background: #1f665a;

  border-radius: 50%;
}


.staviso-fcs-order__header h2 {
  margin: 0;

  color: #1d2623;

  font-size: clamp(36px, 4vw, 52px);
  font-weight: 780;
  line-height: 1.07;
  letter-spacing: -0.04em;
}


.staviso-fcs-order__intro {
  max-width: 730px;

  margin: 18px auto 0;

  color: #66706c;

  font-size: 14px;
  line-height: 1.72;
}


/* ==========================================
   STEP GRID
========================================== */

.staviso-fcs-order__steps {
  display: grid;

  grid-template-columns:
    repeat(5, minmax(0, 1fr));

  gap: 13px;
}


/* ==========================================
   STEP
========================================== */

.staviso-fcs-order__step {
  position: relative;

  display: flex;
  flex-direction: column;

  min-height: 300px;

  padding: 22px 20px;

  background: #ffffff;

  border: 1px solid #dce5e1;
  border-radius: 14px;

  box-shadow:
    0 9px 25px rgba(40, 52, 46, 0.04);

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


.staviso-fcs-order__step:hover {
  transform: translateY(-4px);

  border-color: rgba(31, 102, 90, 0.28);

  box-shadow:
    0 15px 32px rgba(40, 52, 46, 0.07);
}


/* ==========================================
   KEY STEP
========================================== */

.staviso-fcs-order__step--key {
  background:
    linear-gradient(
      145deg,
      #edf3f0,
      #ffffff
    );

  border-color: #bfd7cd;
}


.staviso-fcs-order__step--key::before {
  content: "";

  position: absolute;
  top: 0;
  right: 0;
  left: 0;

  height: 4px;

  background: #1f665a;

  border-radius: 14px 14px 0 0;
}


/* ==========================================
   STEP TOP
========================================== */

.staviso-fcs-order__step-top {
  display: flex;

  align-items: flex-start;
  justify-content: space-between;

  gap: 12px;

  margin-bottom: 35px;
}


.staviso-fcs-order__number {
  color: #8e9a94;

  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.08em;
}


.staviso-fcs-order__icon {
  display: flex;

  width: 43px;
  height: 43px;

  align-items: center;
  justify-content: center;

  background: #edf3f0;

  border: 1px solid #d8e4de;
  border-radius: 9px;

  color: #1f665a;
}


.staviso-fcs-order__step--key
.staviso-fcs-order__icon {
  background: #1f665a;

  border-color: #1f665a;

  color: #ffffff;
}


.staviso-fcs-order__icon svg {
  width: 20px;
  height: 20px;

  fill: none;

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


/* ==========================================
   CONTENT
========================================== */

.staviso-fcs-order__content {
  margin-top: auto;
}


.staviso-fcs-order__key-label {
  display: inline-flex;

  margin-bottom: 8px;
  padding: 4px 7px;

  background: #1f665a;

  border-radius: 5px;

  color: #ffffff;

  font-size: 7px;
  font-weight: 850;
  letter-spacing: 0.08em;

  text-transform: uppercase;
}


.staviso-fcs-order__content h3 {
  margin: 0 0 9px;

  color: #2c3933;

  font-size: 15px;
  font-weight: 760;
  line-height: 1.4;
}


.staviso-fcs-order__content p {
  margin: 0;

  color: #6b7771;

  font-size: 10px;
  line-height: 1.62;
}


/* ==========================================
   FLOW
========================================== */

.staviso-fcs-order__flow {
  display: flex;

  flex-wrap: wrap;

  align-items: center;
  justify-content: center;

  gap: 8px;

  margin-top: 18px;
  padding: 16px 18px;

  background: #edf3f0;

  border: 1px solid #d7e4de;
  border-radius: 11px;
}


.staviso-fcs-order__flow span {
  padding: 6px 9px;

  background: #ffffff;

  border: 1px solid #d8e4de;
  border-radius: 5px;

  color: #50615a;

  font-size: 8px;
  font-weight: 700;
}


.staviso-fcs-order__flow
.staviso-fcs-order__flow-final {
  background: #1f665a;

  border-color: #1f665a;

  color: #ffffff;
}


.staviso-fcs-order__flow svg {
  width: 13px;
  height: 13px;

  fill: none;

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


/* ==========================================
   NOTE
========================================== */

.staviso-fcs-order__note {
  display: grid;

  grid-template-columns:
    44px
    minmax(0, 1fr);

  gap: 14px;

  align-items: center;

  margin-top: 15px;
  padding: 17px 18px;

  background: #f4eee7;

  border: 1px solid #e4dacf;
  border-radius: 12px;
}


.staviso-fcs-order__note-icon {
  display: flex;

  width: 44px;
  height: 44px;

  align-items: center;
  justify-content: center;

  background: #ffffff;

  border: 1px solid #dfd5ca;
  border-radius: 9px;

  color: #1f665a;
}


.staviso-fcs-order__note-icon svg {
  width: 21px;
  height: 21px;

  fill: none;

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


.staviso-fcs-order__note strong {
  display: block;

  margin-bottom: 4px;

  color: #30423a;

  font-size: 12px;
  font-weight: 760;
  line-height: 1.45;
}


.staviso-fcs-order__note p {
  margin: 0;

  color: #68756f;

  font-size: 11px;
  line-height: 1.6;
}


/* ==========================================
   CTA
========================================== */

.staviso-fcs-order__cta {
  display: flex;

  align-items: center;
  justify-content: space-between;

  gap: 24px;

  margin-top: 15px;
  padding: 20px 22px;

  background: #1f665a;

  border-radius: 13px;

  box-shadow:
    0 12px 28px rgba(31, 102, 90, 0.13);
}


.staviso-fcs-order__cta-label {
  display: block;

  margin-bottom: 4px;

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

  font-size: 7px;
  font-weight: 850;
  letter-spacing: 0.08em;

  text-transform: uppercase;
}


.staviso-fcs-order__cta strong {
  display: block;

  color: #ffffff;

  font-size: 13px;
  font-weight: 760;
  line-height: 1.4;
}


/* ==========================================
   CTA BUTTON
========================================== */

.staviso-fcs-order__button {
  display: inline-flex;

  min-height: 44px;

  flex: 0 0 auto;

  align-items: center;
  justify-content: center;

  gap: 8px;

  padding: 10px 15px;

  background: #ffffff;

  border: 1px solid #ffffff;
  border-radius: 7px;

  color: #1f665a;

  font-size: 10px;
  font-weight: 760;

  text-decoration: none;

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


.staviso-fcs-order__button:hover {
  gap: 11px;

  background: #f5f8f6;

  transform: translateY(-2px);
}


.staviso-fcs-order__button svg {
  width: 16px;
  height: 16px;

  fill: none;

  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}


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

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

  .staviso-fcs-order {
    padding: 74px 20px 80px;
  }

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

  .staviso-fcs-order__step:last-child {
    grid-column: 1 / -1;

    min-height: 230px;
  }

}


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

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

  .staviso-fcs-order {
    padding: 58px 15px 64px;
  }

  .staviso-fcs-order__header {
    margin-bottom: 31px;

    text-align: left;
  }

  .staviso-fcs-order__header h2 {
    font-size: clamp(32px, 9vw, 42px);
  }

  .staviso-fcs-order__intro {
    margin-left: 0;

    font-size: 13px;
  }


  /* Steps */
  .staviso-fcs-order__steps {
    grid-template-columns: 1fr;

    gap: 11px;
  }

  .staviso-fcs-order__step,
  .staviso-fcs-order__step:last-child {
    grid-column: auto;

    min-height: 0;

    padding: 19px;
  }

  .staviso-fcs-order__step-top {
    margin-bottom: 25px;
  }


  /* Flow */
  .staviso-fcs-order__flow {
    display: grid;

    grid-template-columns: 1fr;
  }

  .staviso-fcs-order__flow span {
    text-align: center;
  }

  .staviso-fcs-order__flow svg {
    margin: 0 auto;

    transform: rotate(90deg);
  }


  /* Note */
  .staviso-fcs-order__note {
    grid-template-columns:
      40px
      minmax(0, 1fr);

    padding: 15px;
  }


  /* CTA */
  .staviso-fcs-order__cta {
    display: grid;

    grid-template-columns: 1fr;
  }

  .staviso-fcs-order__button {
    width: 100%;
  }

}


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

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

  .staviso-fcs-order {
    padding-right: 12px;
    padding-left: 12px;
  }

  .staviso-fcs-order__note {
    grid-template-columns: 1fr;
  }

}


/* ==========================================
   REDUCED MOTION
========================================== */

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

  .staviso-fcs-order__step,
  .staviso-fcs-order__button {
    transition: none;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4cb419e0 *//* ==========================================
   FOLDING CARTON SLEEVE
   QUALITY ASSURANCE
========================================== */

.staviso-fcs-quality {
  position: relative;

  width: 100%;
  padding: 92px 20px 98px;

  overflow: hidden;

  background: #f4eee7;

  scroll-margin-top: 100px;
}

.staviso-fcs-quality *,
.staviso-fcs-quality *::before,
.staviso-fcs-quality *::after {
  box-sizing: border-box;
}


/* ==========================================
   BACKGROUND DECORATION
========================================== */

.staviso-fcs-quality::before {
  content: "";

  position: absolute;
  top: -190px;
  right: -150px;

  width: 420px;
  height: 420px;

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

  pointer-events: none;
}


.staviso-fcs-quality::after {
  content: "";

  position: absolute;
  bottom: -230px;
  left: -180px;

  width: 450px;
  height: 450px;

  background: rgba(31, 102, 90, 0.028);

  border-radius: 50%;

  pointer-events: none;
}


/* ==========================================
   CONTAINER
========================================== */

.staviso-fcs-quality__container {
  position: relative;
  z-index: 1;

  width: 100%;
  max-width: 1200px;

  margin: 0 auto;
}


/* ==========================================
   HEADER
========================================== */

.staviso-fcs-quality__header {
  max-width: 800px;

  margin: 0 auto 44px;

  text-align: center;
}


.staviso-fcs-quality__eyebrow {
  display: inline-flex;

  align-items: center;
  gap: 8px;

  margin-bottom: 15px;
  padding: 7px 11px;

  background: #edf3f0;

  border: 1px solid #d7e4de;
  border-radius: 999px;

  color: #1f665a;

  font-size: 10px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.09em;

  text-transform: uppercase;
}


.staviso-fcs-quality__eyebrow::before {
  content: "";

  width: 6px;
  height: 6px;

  flex: 0 0 6px;

  background: #1f665a;

  border-radius: 50%;
}


.staviso-fcs-quality__header h2 {
  margin: 0;

  color: #1d2623;

  font-size: clamp(36px, 4vw, 52px);
  font-weight: 780;
  line-height: 1.07;
  letter-spacing: -0.04em;
}


.staviso-fcs-quality__intro {
  max-width: 730px;

  margin: 18px auto 0;

  color: #66706c;

  font-size: 14px;
  line-height: 1.72;
}


/* ==========================================
   QUALITY GRID
========================================== */

.staviso-fcs-quality__grid {
  display: grid;

  grid-template-columns:
    repeat(3, minmax(0, 1fr));

  gap: 16px;
}


/* ==========================================
   QUALITY CARD
========================================== */

.staviso-fcs-quality__card {
  position: relative;

  display: flex;
  flex-direction: column;

  min-height: 245px;

  padding: 23px 22px 24px;

  overflow: hidden;

  background: #ffffff;

  border: 1px solid #dce5e1;
  border-radius: 15px;

  box-shadow:
    0 10px 28px rgba(40, 52, 46, 0.045);

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


.staviso-fcs-quality__card::before {
  content: "";

  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 3px;

  background: #1f665a;

  opacity: 0;

  transform: scaleX(0.3);
  transform-origin: left;

  transition:
    opacity 0.24s ease,
    transform 0.24s ease;
}


.staviso-fcs-quality__card:hover {
  border-color: rgba(31, 102, 90, 0.28);

  box-shadow:
    0 16px 34px rgba(40, 52, 46, 0.075);

  transform: translateY(-4px);
}


.staviso-fcs-quality__card:hover::before {
  opacity: 1;

  transform: scaleX(1);
}


/* ==========================================
   KEY SLEEVE FIT CARD
========================================== */

.staviso-fcs-quality__card--key {
  background:
    linear-gradient(
      145deg,
      #edf3f0 0%,
      #ffffff 100%
    );

  border-color: #bdd6cc;
}


.staviso-fcs-quality__card--key::before {
  height: 4px;

  opacity: 1;

  transform: scaleX(1);
}


/* ==========================================
   CARD TOP
========================================== */

.staviso-fcs-quality__card-top {
  display: flex;

  align-items: flex-start;
  justify-content: space-between;

  gap: 16px;

  margin-bottom: 27px;
}


.staviso-fcs-quality__number {
  color: #94a09a;

  font-size: 9px;
  font-weight: 850;
  line-height: 1;
  letter-spacing: 0.08em;
}


/* ==========================================
   ICON
========================================== */

.staviso-fcs-quality__icon {
  display: flex;

  width: 47px;
  height: 47px;

  flex: 0 0 47px;

  align-items: center;
  justify-content: center;

  background: #edf3f0;

  border: 1px solid #d8e4de;
  border-radius: 10px;

  color: #1f665a;

  transition:
    background-color 0.24s ease,
    color 0.24s ease,
    transform 0.24s ease;
}


.staviso-fcs-quality__icon svg {
  width: 22px;
  height: 22px;

  fill: none;

  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}


.staviso-fcs-quality__card--key
.staviso-fcs-quality__icon {
  background: #1f665a;

  border-color: #1f665a;

  color: #ffffff;
}


.staviso-fcs-quality__card:hover
.staviso-fcs-quality__icon {
  background: #1f665a;

  color: #ffffff;

  transform: translateY(-2px);
}


/* ==========================================
   CARD CONTENT
========================================== */

.staviso-fcs-quality__content {
  margin-top: auto;
}


.staviso-fcs-quality__key-label {
  display: inline-flex;

  width: fit-content;

  margin-bottom: 8px;
  padding: 4px 7px;

  background: #1f665a;

  border-radius: 5px;

  color: #ffffff;

  font-size: 7px;
  font-weight: 850;
  line-height: 1.2;
  letter-spacing: 0.08em;

  text-transform: uppercase;
}


.staviso-fcs-quality__content h3 {
  margin: 0 0 9px;

  color: #29362f;

  font-size: 17px;
  font-weight: 760;
  line-height: 1.35;
  letter-spacing: -0.02em;
}


.staviso-fcs-quality__content p {
  margin: 0;

  color: #6b7771;

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


/* ==========================================
   SLEEVE FIT BAR
========================================== */

.staviso-fcs-quality__fit {
  display: grid;

  grid-template-columns:
    245px
    minmax(0, 1fr);

  gap: 22px;

  align-items: center;

  margin-top: 20px;
  padding: 20px 22px;

  background: #1f665a;

  border-radius: 13px;

  box-shadow:
    0 12px 28px rgba(31, 102, 90, 0.14);
}


/* ==========================================
   FIT HEAD
========================================== */

.staviso-fcs-quality__fit-head {
  display: grid;

  grid-template-columns:
    45px
    minmax(0, 1fr);

  gap: 12px;

  align-items: center;
}


.staviso-fcs-quality__fit-code {
  display: flex;

  width: 45px;
  height: 36px;

  align-items: center;
  justify-content: center;

  background: rgba(255, 255, 255, 0.13);

  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 7px;

  color: #ffffff;

  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.08em;
}


.staviso-fcs-quality__fit-label {
  display: block;

  margin-bottom: 3px;

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

  font-size: 7px;
  font-weight: 850;
  letter-spacing: 0.08em;

  text-transform: uppercase;
}


.staviso-fcs-quality__fit-head strong {
  display: block;

  color: #ffffff;

  font-size: 12px;
  font-weight: 760;
  line-height: 1.4;
}


/* ==========================================
   FIT FLOW
========================================== */

.staviso-fcs-quality__fit-flow {
  display: flex;

  flex-wrap: wrap;

  align-items: center;
  justify-content: flex-end;

  gap: 7px;
}


.staviso-fcs-quality__fit-flow span {
  display: inline-flex;

  min-height: 29px;

  align-items: center;

  padding: 6px 9px;

  background: rgba(255, 255, 255, 0.11);

  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 5px;

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

  font-size: 8px;
  font-weight: 680;
}


.staviso-fcs-quality__fit-flow
.staviso-fcs-quality__fit-final {
  background: #ffffff;

  color: #1f665a;

  font-weight: 800;
}


.staviso-fcs-quality__fit-flow svg {
  width: 13px;
  height: 13px;

  fill: none;

  stroke: rgba(255, 255, 255, 0.65);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}


/* ==========================================
   FIT NOTE
========================================== */

.staviso-fcs-quality__fit-note {
  display: grid;

  grid-template-columns:
    44px
    minmax(0, 1fr);

  gap: 14px;

  align-items: center;

  margin-top: 15px;
  padding: 17px 18px;

  background: #ffffff;

  border: 1px solid #dce5e1;
  border-radius: 12px;
}


.staviso-fcs-quality__fit-note-icon {
  display: flex;

  width: 44px;
  height: 44px;

  align-items: center;
  justify-content: center;

  background: #edf3f0;

  border: 1px solid #d8e4de;
  border-radius: 9px;

  color: #1f665a;
}


.staviso-fcs-quality__fit-note-icon svg {
  width: 21px;
  height: 21px;

  fill: none;

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


.staviso-fcs-quality__fit-note strong {
  display: block;

  margin-bottom: 4px;

  color: #30423a;

  font-size: 12px;
  font-weight: 760;
  line-height: 1.45;
}


.staviso-fcs-quality__fit-note p {
  margin: 0;

  color: #68756f;

  font-size: 11px;
  line-height: 1.6;
}


/* ==========================================
   FINAL NOTE
========================================== */

.staviso-fcs-quality__note {
  display: grid;

  grid-template-columns:
    44px
    minmax(0, 1fr);

  gap: 14px;

  align-items: center;

  margin-top: 15px;
  padding: 17px 18px;

  background: #edf3f0;

  border: 1px solid #d7e4de;
  border-radius: 12px;
}


.staviso-fcs-quality__note-icon {
  display: flex;

  width: 44px;
  height: 44px;

  align-items: center;
  justify-content: center;

  background: #ffffff;

  border: 1px solid #d8e4de;
  border-radius: 9px;

  color: #1f665a;
}


.staviso-fcs-quality__note-icon svg {
  width: 21px;
  height: 21px;

  fill: none;

  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}


.staviso-fcs-quality__note strong {
  display: block;

  margin-bottom: 4px;

  color: #30423a;

  font-size: 12px;
  font-weight: 760;
  line-height: 1.45;
}


.staviso-fcs-quality__note p {
  margin: 0;

  color: #68756f;

  font-size: 11px;
  line-height: 1.6;
}


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

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

  .staviso-fcs-quality {
    padding: 74px 20px 80px;
  }

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

  .staviso-fcs-quality__fit {
    grid-template-columns: 1fr;
  }

  .staviso-fcs-quality__fit-flow {
    justify-content: flex-start;
  }

}


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

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

  .staviso-fcs-quality {
    padding: 58px 15px 64px;
  }

  .staviso-fcs-quality__header {
    margin-bottom: 32px;

    text-align: left;
  }

  .staviso-fcs-quality__header h2 {
    font-size: clamp(32px, 9vw, 42px);
  }

  .staviso-fcs-quality__intro {
    margin-left: 0;

    font-size: 13px;
  }

  .staviso-fcs-quality__grid {
    grid-template-columns: 1fr;

    gap: 12px;
  }

  .staviso-fcs-quality__card {
    min-height: 0;

    padding: 20px;
  }

  .staviso-fcs-quality__card-top {
    margin-bottom: 23px;
  }


  /* FIT FLOW */
  .staviso-fcs-quality__fit {
    padding: 18px;
  }

  .staviso-fcs-quality__fit-flow {
    display: grid;

    grid-template-columns: 1fr;
  }

  .staviso-fcs-quality__fit-flow span {
    justify-content: center;

    text-align: center;
  }

  .staviso-fcs-quality__fit-flow svg {
    margin: 0 auto;

    transform: rotate(90deg);
  }


  /* NOTES */
  .staviso-fcs-quality__fit-note,
  .staviso-fcs-quality__note {
    grid-template-columns:
      40px
      minmax(0, 1fr);

    padding: 15px;
  }

  .staviso-fcs-quality__fit-note-icon,
  .staviso-fcs-quality__note-icon {
    width: 40px;
    height: 40px;
  }

}


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

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

  .staviso-fcs-quality {
    padding-right: 12px;
    padding-left: 12px;
  }

  .staviso-fcs-quality__fit-note,
  .staviso-fcs-quality__note {
    grid-template-columns: 1fr;
  }

}


/* ==========================================
   REDUCED MOTION
========================================== */

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

  .staviso-fcs-quality__card,
  .staviso-fcs-quality__card::before,
  .staviso-fcs-quality__icon {
    transition: none;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1f5eb6ed *//* ==========================================
   STAVISO REVERSE TUCK END
   FINAL CTA
========================================== */

.staviso-rte-final-cta {
  position: relative;

  width: 100%;
  padding: 92px 20px 96px;

  overflow: hidden;

  background: #f4eee7;

  scroll-margin-top: 100px;
}

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


/* ==========================================
   BACKGROUND DECORATION
========================================== */

.staviso-rte-final-cta::before {
  content: "";

  position: absolute;
  top: -180px;
  right: -140px;

  width: 410px;
  height: 410px;

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

  pointer-events: none;
}

.staviso-rte-final-cta::after {
  content: "";

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

  width: 410px;
  height: 410px;

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

  pointer-events: none;
}


/* ==========================================
   CONTAINER
========================================== */

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

  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}


/* ==========================================
   MAIN PANEL
========================================== */

.staviso-rte-final-cta__panel {
  position: relative;

  display: grid;
  grid-template-columns:
    minmax(0, 1.08fr)
    minmax(380px, 0.92fr);

  gap: 58px;

  align-items: center;

  padding: 54px;

  overflow: hidden;

  background: #1f665a;

  border: 1px solid #1f665a;
  border-radius: 24px;

  box-shadow:
    0 22px 50px rgba(31, 102, 90, 0.17);
}


/* Panel decoration
------------------------------------------ */

.staviso-rte-final-cta__panel::before {
  content: "";

  position: absolute;
  top: -150px;
  right: 19%;

  width: 330px;
  height: 330px;

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

  pointer-events: none;
}

.staviso-rte-final-cta__panel::after {
  content: "";

  position: absolute;
  bottom: -180px;
  left: 17%;

  width: 360px;
  height: 360px;

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

  pointer-events: none;
}


/* ==========================================
   LEFT CONTENT
========================================== */

.staviso-rte-final-cta__content {
  position: relative;
  z-index: 2;

  min-width: 0;
  max-width: 650px;
}


/* Eyebrow
------------------------------------------ */

.staviso-rte-final-cta__eyebrow {
  display: inline-flex;

  align-items: center;
  gap: 8px;

  margin-bottom: 17px;
  padding: 7px 11px;

  background: rgba(255, 255, 255, 0.1);

  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 999px;

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

  font-family: inherit;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.09em;

  text-transform: uppercase;
}

.staviso-rte-final-cta__eyebrow::before {
  content: "";

  width: 6px;
  height: 6px;

  flex: 0 0 6px;

  background: #ffffff;
  border-radius: 50%;
}


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

.staviso-rte-final-cta__content h2 {
  max-width: 650px;

  margin: 0 0 21px;

  color: #ffffff;

  font-family: inherit;
  font-size: clamp(38px, 4.3vw, 56px);
  font-weight: 780;
  line-height: 1.06;
  letter-spacing: -0.04em;
}


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

.staviso-rte-final-cta__description {
  max-width: 610px;

  margin: 0;

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

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


/* ==========================================
   HIGHLIGHTS
========================================== */

.staviso-rte-final-cta__highlights {
  display: flex;
  flex-wrap: wrap;

  gap: 10px;

  margin-top: 30px;
}

.staviso-rte-final-cta__highlight {
  display: inline-flex;

  align-items: center;
  gap: 8px;

  min-height: 40px;

  padding: 8px 11px;

  background: rgba(255, 255, 255, 0.08);

  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;

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

  font-family: inherit;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.3;
}

.staviso-rte-final-cta__highlight-icon {
  display: flex;

  width: 25px;
  height: 25px;

  flex: 0 0 25px;

  align-items: center;
  justify-content: center;

  background: rgba(255, 255, 255, 0.1);

  border-radius: 6px;

  color: #ffffff;
}

.staviso-rte-final-cta__highlight-icon svg {
  width: 14px;
  height: 14px;

  fill: none;

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


/* ==========================================
   ACTION CARD
========================================== */

.staviso-rte-final-cta__action-card {
  position: relative;
  z-index: 2;

  min-width: 0;

  padding: 31px;

  background: #ffffff;

  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 17px;

  box-shadow:
    0 16px 38px rgba(18, 55, 49, 0.15);
}


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

.staviso-rte-final-cta__action-label {
  display: block;

  margin-bottom: 7px;

  color: #1f665a;

  font-family: inherit;
  font-size: 9px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.09em;

  text-transform: uppercase;
}


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

.staviso-rte-final-cta__action-card h3 {
  margin: 0 0 12px;

  color: #27332e;

  font-family: inherit;
  font-size: 27px;
  font-weight: 770;
  line-height: 1.2;
  letter-spacing: -0.025em;
}


/* Paragraph
------------------------------------------ */

.staviso-rte-final-cta__action-card > p {
  margin: 0;

  color: #68746e;

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


/* ==========================================
   ACTIONS
========================================== */

.staviso-rte-final-cta__actions {
  display: grid;
  grid-template-columns: 1fr;

  gap: 10px;

  margin-top: 25px;
}


/* Button
------------------------------------------ */

.staviso-rte-final-cta__button {
  display: inline-flex;

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

  align-items: center;
  justify-content: center;

  gap: 9px;

  padding: 12px 18px;

  border: 1px solid transparent;
  border-radius: 8px;

  font-family: inherit;
  font-size: 13px;
  font-weight: 760;
  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,
    box-shadow 0.22s ease,
    transform 0.22s ease;
}

.staviso-rte-final-cta__button svg {
  width: 18px;
  height: 18px;

  flex: 0 0 18px;

  fill: none;

  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;

  transition: transform 0.22s ease;
}


/* Primary
------------------------------------------ */

.staviso-rte-final-cta__button--primary {
  background: #1f665a;

  border-color: #1f665a;

  color: #ffffff;

  box-shadow:
    0 8px 20px rgba(31, 102, 90, 0.19);
}

.staviso-rte-final-cta__button--primary:hover {
  gap: 12px;

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

  box-shadow:
    0 11px 26px rgba(31, 102, 90, 0.24);

  transform: translateY(-2px);
}

.staviso-rte-final-cta__button--primary:hover svg {
  transform: translateX(3px);
}


/* Secondary
------------------------------------------ */

.staviso-rte-final-cta__button--secondary {
  background: #ffffff;

  border-color: #b9ccc4;

  color: #1f665a;
}

.staviso-rte-final-cta__button--secondary:hover {
  background: #edf3f0;

  border-color: #1f665a;

  color: #174f46;

  transform: translateY(-2px);
}

.staviso-rte-final-cta__button--secondary:hover svg {
  transform: translateY(2px);
}


/* Focus
------------------------------------------ */

.staviso-rte-final-cta__button:focus-visible {
  outline: 3px solid rgba(31, 102, 90, 0.25);
  outline-offset: 4px;
}


/* ==========================================
   NOTE
========================================== */

.staviso-rte-final-cta__note {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);

  gap: 10px;

  align-items: center;

  margin-top: 17px;
  padding-top: 16px;

  border-top: 1px solid #e4ebe7;

  color: #77847e;

  font-family: inherit;
  font-size: 10px;
  font-weight: 450;
  line-height: 1.55;
}

.staviso-rte-final-cta__note-icon {
  display: flex;

  width: 34px;
  height: 34px;

  align-items: center;
  justify-content: center;

  background: #edf3f0;

  border-radius: 7px;

  color: #1f665a;
}

.staviso-rte-final-cta__note-icon svg {
  width: 16px;
  height: 16px;

  fill: none;

  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}


/* ==========================================
   SMALL DESKTOP
========================================== */

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

  .staviso-rte-final-cta__panel {
    grid-template-columns:
      minmax(0, 1fr)
      minmax(340px, 0.9fr);

    gap: 38px;

    padding: 44px;
  }

}


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

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

  .staviso-rte-final-cta {
    padding: 74px 20px 80px;
  }

  .staviso-rte-final-cta__panel {
    grid-template-columns: 1fr;

    gap: 34px;

    padding: 42px;
  }

  .staviso-rte-final-cta__content {
    max-width: 720px;
  }

  .staviso-rte-final-cta__action-card {
    max-width: 680px;
  }

}


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

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

  .staviso-rte-final-cta {
    padding: 58px 15px 64px;
  }

  .staviso-rte-final-cta__panel {
    gap: 29px;

    padding: 29px 22px;

    border-radius: 17px;
  }

  .staviso-rte-final-cta__content h2 {
    margin-bottom: 17px;

    font-size: clamp(34px, 9.5vw, 44px);
  }

  .staviso-rte-final-cta__description {
    font-size: 14px;
    line-height: 1.7;
  }

  .staviso-rte-final-cta__highlights {
    display: grid;
    grid-template-columns: 1fr;

    gap: 8px;

    margin-top: 24px;
  }

  .staviso-rte-final-cta__highlight {
    width: 100%;
  }

  .staviso-rte-final-cta__action-card {
    padding: 23px;

    border-radius: 13px;
  }

  .staviso-rte-final-cta__action-card h3 {
    font-size: 23px;
  }

  .staviso-rte-final-cta__action-card > p {
    font-size: 12px;
  }

}


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

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

  .staviso-rte-final-cta {
    padding-right: 12px;
    padding-left: 12px;
  }

  .staviso-rte-final-cta__panel {
    padding: 24px 17px;
  }

  .staviso-rte-final-cta__content h2 {
    font-size: 33px;
  }

  .staviso-rte-final-cta__action-card {
    padding: 19px;
  }

  .staviso-rte-final-cta__note {
    grid-template-columns: 1fr;
  }

}


/* ==========================================
   REDUCED MOTION
========================================== */

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

  .staviso-rte-final-cta__button,
  .staviso-rte-final-cta__button svg {
    transition: none;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ccc03a5 *//* ==========================================
   FOLDING CARTON SLEEVE FAQ
========================================== */

.staviso-fcs-faq {
  position: relative;

  width: 100%;
  padding: 92px 20px 98px;

  overflow: hidden;

  background: #ffffff;

  scroll-margin-top: 100px;
}

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


/* ==========================================
   BACKGROUND
========================================== */

.staviso-fcs-faq::before {
  content: "";

  position: absolute;
  top: -190px;
  right: -150px;

  width: 420px;
  height: 420px;

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

  pointer-events: none;
}

.staviso-fcs-faq::after {
  content: "";

  position: absolute;
  bottom: -230px;
  left: -170px;

  width: 440px;
  height: 440px;

  background: rgba(31, 102, 90, 0.025);

  border-radius: 50%;

  pointer-events: none;
}


/* ==========================================
   CONTAINER
========================================== */

.staviso-fcs-faq__container {
  position: relative;
  z-index: 1;

  width: 100%;
  max-width: 1200px;

  margin: 0 auto;
}


/* ==========================================
   HEADER
========================================== */

.staviso-fcs-faq__header {
  max-width: 790px;

  margin: 0 auto 43px;

  text-align: center;
}

.staviso-fcs-faq__eyebrow {
  display: inline-flex;

  align-items: center;
  gap: 8px;

  margin-bottom: 15px;
  padding: 7px 11px;

  background: #edf3f0;

  border: 1px solid #d7e4de;
  border-radius: 999px;

  color: #1f665a;

  font-size: 10px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.09em;

  text-transform: uppercase;
}

.staviso-fcs-faq__eyebrow::before {
  content: "";

  width: 6px;
  height: 6px;

  background: #1f665a;

  border-radius: 50%;
}

.staviso-fcs-faq__header h2 {
  margin: 0;

  color: #1d2623;

  font-size: clamp(36px, 4vw, 52px);
  font-weight: 780;
  line-height: 1.07;
  letter-spacing: -0.04em;
}

.staviso-fcs-faq__intro {
  max-width: 720px;

  margin: 18px auto 0;

  color: #66706c;

  font-size: 14px;
  line-height: 1.72;
}


/* ==========================================
   FAQ GRID
========================================== */

.staviso-fcs-faq__grid {
  display: grid;

  grid-template-columns:
    repeat(2, minmax(0, 1fr));

  gap: 12px;

  align-items: start;
}


/* ==========================================
   FAQ ITEM
========================================== */

.staviso-fcs-faq__item {
  position: relative;

  overflow: hidden;

  background: #ffffff;

  border: 1px solid #dce5e1;
  border-radius: 13px;

  box-shadow:
    0 7px 22px rgba(40, 52, 46, 0.035);

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

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

.staviso-fcs-faq__item[open] {
  border-color: #c1d8ce;

  box-shadow:
    0 12px 28px rgba(40, 52, 46, 0.055);
}


/* ==========================================
   PRIORITY FAQ
========================================== */

.staviso-fcs-faq__item--priority {
  background:
    linear-gradient(
      145deg,
      #ffffff 0%,
      #f1f7f4 100%
    );

  border-color: #cadfd6;
}

.staviso-fcs-faq__item--priority::before {
  content: "";

  position: absolute;
  top: 0;
  left: 0;

  width: 3px;
  height: 100%;

  background: #1f665a;
}


/* ==========================================
   SUMMARY
========================================== */

.staviso-fcs-faq__item summary {
  display: grid;

  grid-template-columns:
    34px
    minmax(0, 1fr)
    30px;

  gap: 12px;

  align-items: center;

  min-height: 76px;

  padding: 17px 18px;

  cursor: pointer;

  list-style: none;
}

.staviso-fcs-faq__item summary::-webkit-details-marker {
  display: none;
}

.staviso-fcs-faq__item summary::marker {
  display: none;
}


/* ==========================================
   FAQ NUMBER
========================================== */

.staviso-fcs-faq__number {
  display: flex;

  width: 34px;
  height: 30px;

  align-items: center;
  justify-content: center;

  background: #edf3f0;

  border: 1px solid #d7e4de;
  border-radius: 6px;

  color: #1f665a;

  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.06em;
}

.staviso-fcs-faq__item--priority
.staviso-fcs-faq__number {
  background: #1f665a;

  border-color: #1f665a;

  color: #ffffff;
}


/* ==========================================
   QUESTION
========================================== */

.staviso-fcs-faq__question {
  color: #304039;

  font-size: 13px;
  font-weight: 740;
  line-height: 1.45;
}


/* ==========================================
   PLUS / MINUS
========================================== */

.staviso-fcs-faq__toggle {
  position: relative;

  display: flex;

  width: 30px;
  height: 30px;

  align-items: center;
  justify-content: center;

  background: #f5f8f6;

  border: 1px solid #dce5e1;
  border-radius: 7px;
}

.staviso-fcs-faq__toggle::before,
.staviso-fcs-faq__toggle::after {
  content: "";

  position: absolute;

  width: 11px;
  height: 1.5px;

  background: #1f665a;

  border-radius: 10px;

  transition:
    transform 0.2s ease,
    opacity 0.2s ease;
}

.staviso-fcs-faq__toggle::after {
  transform: rotate(90deg);
}

.staviso-fcs-faq__item[open]
.staviso-fcs-faq__toggle::after {
  opacity: 0;

  transform: rotate(0);
}


/* ==========================================
   ANSWER
========================================== */

.staviso-fcs-faq__answer {
  padding:
    0 60px
    20px 64px;

  border-top: 1px solid transparent;
}

.staviso-fcs-faq__item[open]
.staviso-fcs-faq__answer {
  border-top-color: #e5ece8;
}

.staviso-fcs-faq__answer p {
  margin: 14px 0 0;

  color: #68756f;

  font-size: 11px;
  line-height: 1.68;
}

.staviso-fcs-faq__answer p:first-child {
  margin-top: 15px;
}


/* ==========================================
   CORE STRUCTURE SUMMARY
========================================== */

.staviso-fcs-faq__summary {
  display: grid;

  grid-template-columns:
    minmax(0, 1fr)
    30px
    minmax(0, 1fr)
    30px
    minmax(0, 1fr);

  gap: 9px;

  align-items: center;

  margin-top: 20px;
  padding: 19px 21px;

  background: #1f665a;

  border-radius: 13px;

  box-shadow:
    0 12px 28px rgba(31, 102, 90, 0.13);
}

.staviso-fcs-faq__summary-item {
  text-align: center;
}

.staviso-fcs-faq__summary-label {
  display: block;

  margin-bottom: 4px;

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

  font-size: 7px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.08em;

  text-transform: uppercase;
}

.staviso-fcs-faq__summary-item strong {
  display: block;

  color: #ffffff;

  font-size: 11px;
  font-weight: 760;
  line-height: 1.45;
}


/* ==========================================
   SUMMARY ARROW
========================================== */

.staviso-fcs-faq__summary-arrow {
  display: flex;

  align-items: center;
  justify-content: center;

  color: rgba(255, 255, 255, 0.55);
}

.staviso-fcs-faq__summary-arrow svg {
  width: 15px;
  height: 15px;

  fill: none;

  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}


/* ==========================================
   BOTTOM NOTE
========================================== */

.staviso-fcs-faq__note {
  display: grid;

  grid-template-columns:
    44px
    minmax(0, 1fr);

  gap: 14px;

  align-items: center;

  margin-top: 15px;
  padding: 17px 18px;

  background: #f4eee7;

  border: 1px solid #e4dacf;
  border-radius: 12px;
}

.staviso-fcs-faq__note-icon {
  display: flex;

  width: 44px;
  height: 44px;

  align-items: center;
  justify-content: center;

  background: #ffffff;

  border: 1px solid #dfd5ca;
  border-radius: 9px;

  color: #1f665a;
}

.staviso-fcs-faq__note-icon svg {
  width: 21px;
  height: 21px;

  fill: none;

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

.staviso-fcs-faq__note strong {
  display: block;

  margin-bottom: 4px;

  color: #30423a;

  font-size: 12px;
  font-weight: 760;
  line-height: 1.45;
}

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

  color: #68756f;

  font-size: 11px;
  line-height: 1.6;
}


/* ==========================================
   FOCUS ACCESSIBILITY
========================================== */

.staviso-fcs-faq__item summary:focus-visible {
  outline: 2px solid #1f665a;
  outline-offset: -2px;

  border-radius: 12px;
}


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

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

  .staviso-fcs-faq {
    padding: 74px 20px 80px;
  }

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

}


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

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

  .staviso-fcs-faq {
    padding: 58px 15px 64px;
  }

  .staviso-fcs-faq__header {
    margin-bottom: 31px;

    text-align: left;
  }

  .staviso-fcs-faq__header h2 {
    font-size: clamp(32px, 9vw, 42px);
  }

  .staviso-fcs-faq__intro {
    margin-left: 0;

    font-size: 13px;
  }


  /* FAQ */
  .staviso-fcs-faq__item summary {
    grid-template-columns:
      30px
      minmax(0, 1fr)
      28px;

    gap: 10px;

    min-height: 70px;

    padding: 15px;
  }

  .staviso-fcs-faq__number {
    width: 30px;
    height: 28px;
  }

  .staviso-fcs-faq__toggle {
    width: 28px;
    height: 28px;
  }

  .staviso-fcs-faq__question {
    font-size: 12px;
  }

  .staviso-fcs-faq__answer {
    padding:
      0 15px
      18px 55px;
  }


  /* SUMMARY */
  .staviso-fcs-faq__summary {
    grid-template-columns: 1fr;

    gap: 9px;

    padding: 18px;
  }

  .staviso-fcs-faq__summary-item {
    padding: 4px 0;

    text-align: left;
  }

  .staviso-fcs-faq__summary-arrow {
    justify-content: flex-start;

    padding-left: 5px;
  }

  .staviso-fcs-faq__summary-arrow svg {
    transform: rotate(90deg);
  }


  /* NOTE */
  .staviso-fcs-faq__note {
    grid-template-columns:
      40px
      minmax(0, 1fr);

    padding: 15px;
  }

  .staviso-fcs-faq__note-icon {
    width: 40px;
    height: 40px;
  }

}


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

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

  .staviso-fcs-faq {
    padding-right: 12px;
    padding-left: 12px;
  }

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

  .staviso-fcs-faq__note {
    grid-template-columns: 1fr;
  }

}


/* ==========================================
   REDUCED MOTION
========================================== */

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

  .staviso-fcs-faq__item,
  .staviso-fcs-faq__toggle::before,
  .staviso-fcs-faq__toggle::after {
    transition: none;
  }

}/* End custom CSS */