.elementor-2520 .elementor-element.elementor-element-afe45de{--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-edc3a55 *//* ==========================================
   CUSTOM MAGNETIC CLOSURE RIGID BOX HERO
========================================== */

.staviso-mcrb-hero {
  position: relative;

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

  overflow: hidden;

  background:
    radial-gradient(
      circle at 8% 10%,
      rgba(31, 102, 90, 0.08),
      transparent 31%
    ),
    linear-gradient(
      135deg,
      #f4eee7 0%,
      #f7f8f5 48%,
      #edf3f0 100%
    );

  scroll-margin-top: 100px;
}


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


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

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

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

  width: 520px;
  height: 520px;

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

  pointer-events: none;
}


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

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

  width: 500px;
  height: 500px;

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

  border-radius: 50%;

  pointer-events: none;
}


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

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

  display: grid;

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

  gap: 62px;

  align-items: center;

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

  margin: 0 auto;
}


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

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


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

.staviso-mcrb-hero__main-image {
  position: relative;

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

  overflow: hidden;

  background: #ffffff;

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

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


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

  width: 100%;
  height: 100%;

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

  transition: transform 0.45s ease;
}


.staviso-mcrb-hero__main-image:hover img {
  transform: scale(1.025);
}


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

.staviso-mcrb-hero__image-badge {
  position: absolute;
  z-index: 2;

  top: 18px;
  left: 18px;

  display: inline-flex;

  align-items: center;
  gap: 7px;

  padding: 8px 11px;

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

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

  color: #1f665a;

  font-size: 9px;
  font-weight: 820;
  line-height: 1.3;
  letter-spacing: 0.06em;

  text-transform: uppercase;

  backdrop-filter: blur(8px);
}


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

  width: 6px;
  height: 6px;

  background: #1f665a;

  border-radius: 50%;
}


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

.staviso-mcrb-hero__image-note {
  position: absolute;
  z-index: 2;

  right: 18px;
  bottom: 18px;
  left: 18px;

  display: flex;

  align-items: center;
  gap: 8px;

  padding: 12px 14px;

  background: rgba(30, 43, 38, 0.8);

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

  color: #ffffff;

  font-size: 9px;
  font-weight: 650;
  line-height: 1.45;

  backdrop-filter: blur(8px);
}


.staviso-mcrb-hero__image-note-dot {
  width: 7px;
  height: 7px;

  flex: 0 0 7px;

  background: #ffffff;

  border-radius: 50%;
}


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

.staviso-mcrb-hero__thumbs {
  display: grid;

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

  gap: 10px;

  margin-top: 11px;
}


.staviso-mcrb-hero__thumb {
  position: relative;

  aspect-ratio: 1 / 1;

  overflow: hidden;

  background: #ffffff;

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


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

  width: 100%;
  height: 100%;

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

  transition: transform 0.32s ease;
}


.staviso-mcrb-hero__thumb:hover img {
  transform: scale(1.045);
}


.staviso-mcrb-hero__thumb::after {
  content: "";

  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      180deg,
      transparent 50%,
      rgba(20, 35, 30, 0.56) 100%
    );

  pointer-events: none;
}


.staviso-mcrb-hero__thumb span {
  position: absolute;
  z-index: 2;

  right: 8px;
  bottom: 8px;
  left: 8px;

  color: #ffffff;

  font-size: 7px;
  font-weight: 760;
  line-height: 1.3;

  text-align: center;
}


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

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


/* ==========================================
   EYEBROW
========================================== */

.staviso-mcrb-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-mcrb-hero__eyebrow::before {
  content: "";

  width: 6px;
  height: 6px;

  background: #1f665a;

  border-radius: 50%;
}


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

.staviso-mcrb-hero__content h1 {
  max-width: 700px;

  margin: 0;

  color: #1d2623;

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


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

.staviso-mcrb-hero__subtitle {
  max-width: 650px;

  margin: 21px 0 0;

  color: #34483f;

  font-size: 17px;
  font-weight: 650;
  line-height: 1.52;
}


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

.staviso-mcrb-hero__description {
  max-width: 650px;

  margin: 14px 0 0;

  color: #66706c;

  font-size: 13px;
  line-height: 1.7;
}


/* ==========================================
   CORE STRUCTURE
========================================== */

.staviso-mcrb-hero__core {
  margin-top: 23px;
  padding: 17px 18px;

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

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


.staviso-mcrb-hero__core-head {
  display: flex;

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

  gap: 14px;

  margin-bottom: 12px;
}


.staviso-mcrb-hero__core-label {
  color: #1f665a;

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

  text-transform: uppercase;
}


.staviso-mcrb-hero__core-head strong {
  color: #3a4b44;

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


/* ==========================================
   CORE FLOW
========================================== */

.staviso-mcrb-hero__core-flow {
  display: flex;

  flex-wrap: wrap;

  align-items: center;

  gap: 7px;
}


.staviso-mcrb-hero__core-flow
> span:not(.staviso-mcrb-hero__plus) {
  display: inline-flex;

  min-height: 29px;

  align-items: center;

  padding: 6px 9px;

  background: #ffffff;

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

  color: #1f665a;

  font-size: 8px;
  font-weight: 750;
  line-height: 1.35;
}


.staviso-mcrb-hero__plus {
  color: #82918a;

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


.staviso-mcrb-hero__core p {
  margin: 11px 0 0;

  color: #69766f;

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


/* ==========================================
   SPECS
========================================== */

.staviso-mcrb-hero__specs {
  display: grid;

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

  gap: 8px;

  margin-top: 18px;
}


.staviso-mcrb-hero__spec {
  min-width: 0;

  padding: 11px 12px;

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

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


.staviso-mcrb-hero__spec span {
  display: block;

  margin-bottom: 3px;

  color: #8a9690;

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

  text-transform: uppercase;
}


.staviso-mcrb-hero__spec strong {
  display: block;

  color: #394841;

  font-size: 9px;
  font-weight: 690;
  line-height: 1.45;
}


/* ==========================================
   KEY SPECS
========================================== */

.staviso-mcrb-hero__spec--key {
  background: #edf3f0;

  border-color: #c9ddd4;
}


.staviso-mcrb-hero__spec--key span,
.staviso-mcrb-hero__spec--key strong {
  color: #1f665a;
}


.staviso-mcrb-hero__spec--key strong {
  font-weight: 770;
}


.staviso-mcrb-hero__spec--wide {
  grid-column: 1 / -1;
}


/* ==========================================
   ACTIONS
========================================== */

.staviso-mcrb-hero__actions {
  display: flex;

  flex-wrap: wrap;

  gap: 10px;

  margin-top: 20px;
}


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

  min-height: 46px;

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

  gap: 8px;

  padding: 10px 16px;

  border-radius: 7px;

  font-size: 10px;
  font-weight: 760;
  line-height: 1.3;

  text-decoration: none;

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


.staviso-mcrb-hero__button svg {
  width: 16px;
  height: 16px;

  fill: none;

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


/* PRIMARY */

.staviso-mcrb-hero__button--primary {
  background: #1f665a;

  border: 1px solid #1f665a;

  color: #ffffff;
}


.staviso-mcrb-hero__button--primary:hover {
  gap: 11px;

  background: #174f46;

  border-color: #174f46;

  transform: translateY(-2px);
}


/* SECONDARY */

.staviso-mcrb-hero__button--secondary {
  background: #ffffff;

  border: 1px solid #ccd9d3;

  color: #34483f;
}


.staviso-mcrb-hero__button--secondary:hover {
  gap: 11px;

  border-color: #1f665a;

  color: #1f665a;

  transform: translateY(-2px);
}


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

.staviso-mcrb-hero__note {
  display: grid;

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

  gap: 10px;

  align-items: center;

  margin-top: 15px;
}


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

  width: 34px;
  height: 34px;

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

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

  border: 1px solid #d9e4df;
  border-radius: 7px;

  color: #1f665a;
}


.staviso-mcrb-hero__note-icon svg {
  width: 17px;
  height: 17px;

  fill: none;

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


.staviso-mcrb-hero__note p {
  margin: 0;

  color: #77827d;

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


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

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

  .staviso-mcrb-hero {
    padding: 60px 20px 70px;
  }


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

    gap: 44px;

    max-width: 820px;
  }

}


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

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

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


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


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


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


  .staviso-mcrb-hero__image-note {
    right: 12px;
    bottom: 12px;
    left: 12px;
  }


  .staviso-mcrb-hero__thumbs {
    gap: 6px;
  }


  .staviso-mcrb-hero__thumb {
    border-radius: 7px;
  }


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


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


  .staviso-mcrb-hero__subtitle {
    font-size: 15px;
  }


  .staviso-mcrb-hero__description {
    font-size: 12px;
  }


  .staviso-mcrb-hero__core-head {
    align-items: flex-start;

    flex-direction: column;

    gap: 4px;
  }


  .staviso-mcrb-hero__specs {
    grid-template-columns: 1fr;
  }


  .staviso-mcrb-hero__spec--wide {
    grid-column: auto;
  }


  .staviso-mcrb-hero__actions {
    display: grid;

    grid-template-columns: 1fr;
  }


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

}


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

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

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


  .staviso-mcrb-hero__core-flow {
    display: grid;

    grid-template-columns: 1fr;
  }


  .staviso-mcrb-hero__core-flow
  > span:not(.staviso-mcrb-hero__plus) {
    justify-content: center;
  }


  .staviso-mcrb-hero__plus {
    text-align: center;
  }

}


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

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

  .staviso-mcrb-hero__main-image img,
  .staviso-mcrb-hero__thumb img,
  .staviso-mcrb-hero__button {
    transition: none;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c978377 *//* ==========================================
   STAVISO MAGNETIC BOX PRODUCT OVERVIEW
========================================== */

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

.staviso-magnetic-box-overview *,
.staviso-magnetic-box-overview *::before,
.staviso-magnetic-box-overview *::after {
  box-sizing: border-box;
}

.staviso-magnetic-box-overview__container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}


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

.staviso-magnetic-box-overview__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  align-items: start;
  gap: clamp(42px, 6vw, 82px);
}


/* Left content
------------------------------------------ */

.staviso-magnetic-box-overview__content {
  position: sticky;
  top: 120px;

  max-width: 470px;
  padding-top: 8px;
}

.staviso-magnetic-box-overview__label {
  display: inline-block;
  margin: 0 0 11px;

  color: #1f665a;

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

.staviso-magnetic-box-overview__content h2 {
  margin: 0 0 20px;

  color: #1d2623;

  font-family: inherit;
  font-size: clamp(31px, 3.4vw, 43px);
  font-weight: 750;
  line-height: 1.2;
  letter-spacing: -0.028em;
}

.staviso-magnetic-box-overview__description {
  margin: 0;

  color: #59625e;

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


/* Right grid
------------------------------------------ */

.staviso-magnetic-box-overview__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 20px;
}


/* Information card
------------------------------------------ */

.staviso-magnetic-box-overview-card {
  position: relative;

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

  padding: 25px 23px;

  overflow: hidden;

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

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

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

.staviso-magnetic-box-overview-card::after {
  content: "";

  position: absolute;
  right: -46px;
  bottom: -56px;

  width: 122px;
  height: 122px;

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

  pointer-events: none;
}

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

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

  transform: translateY(-4px);
}


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

.staviso-magnetic-box-overview-card__icon {
  position: relative;
  z-index: 1;

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

  margin: 0 0 20px;

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

  color: #1f665a;
}

.staviso-magnetic-box-overview-card__icon svg {
  width: 26px;
  height: 26px;

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


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

.staviso-magnetic-box-overview-card__content {
  position: relative;
  z-index: 1;

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

.staviso-magnetic-box-overview-card__number {
  display: block;
  margin: 0 0 6px;

  color: #789088;

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

.staviso-magnetic-box-overview-card__content h3 {
  margin: 0 0 10px;

  color: #1d2623;

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

.staviso-magnetic-box-overview-card__content p {
  margin: 0;

  color: #5a635f;

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


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

.staviso-magnetic-box-overview__note {
  display: flex;
  max-width: 980px;
  align-items: flex-start;
  gap: 13px;

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

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

.staviso-magnetic-box-overview__note svg {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  margin-top: 2px;

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

.staviso-magnetic-box-overview__note p {
  margin: 0;

  color: #59625e;

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


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

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

  .staviso-magnetic-box-overview__layout {
    grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
    gap: 42px;
  }

  .staviso-magnetic-box-overview-card {
    min-height: 278px;
  }

}


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

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

  .staviso-magnetic-box-overview {
    padding: 72px 20px;
  }

  .staviso-magnetic-box-overview__layout {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .staviso-magnetic-box-overview__content {
    position: static;
    max-width: 820px;
    padding-top: 0;
  }

  .staviso-magnetic-box-overview-card {
    min-height: 245px;
  }

}


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

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

  .staviso-magnetic-box-overview {
    padding: 56px 16px;
  }

  .staviso-magnetic-box-overview__layout {
    gap: 30px;
  }

  .staviso-magnetic-box-overview__content h2 {
    margin-bottom: 16px;
    font-size: 29px;
  }

  .staviso-magnetic-box-overview__description {
    font-size: 15px;
    line-height: 1.72;
  }

  .staviso-magnetic-box-overview__grid {
    grid-template-columns: 1fr;
    gap: 17px;
  }

  .staviso-magnetic-box-overview-card {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 17px;

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

    border-radius: 12px;
  }

  .staviso-magnetic-box-overview-card__icon {
    width: 48px;
    height: 48px;
    flex-basis: 48px;

    margin: 0;
  }

  .staviso-magnetic-box-overview-card__icon svg {
    width: 25px;
    height: 25px;
  }

  .staviso-magnetic-box-overview-card__content h3 {
    font-size: 18px;
  }

  .staviso-magnetic-box-overview__note {
    margin-top: 25px;
    padding: 15px 16px;
  }

}


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

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

  .staviso-magnetic-box-overview-card {
    grid-template-columns: 1fr;
  }

  .staviso-magnetic-box-overview-card__icon {
    margin-bottom: 1px;
  }

  .staviso-magnetic-box-overview__note p {
    font-size: 12px;
  }

}


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

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

  .staviso-magnetic-box-overview-card {
    transition: none;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1a30155 *//* ==========================================
   STAVISO MAGNETIC BOX SPECIFICATION
========================================== */

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

.staviso-magnetic-box-specification *,
.staviso-magnetic-box-specification *::before,
.staviso-magnetic-box-specification *::after {
  box-sizing: border-box;
}

.staviso-magnetic-box-specification__container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}


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

.staviso-magnetic-box-specification__header {
  width: 100%;
  max-width: 850px;
  margin: 0 auto 48px;
  text-align: center;
}

.staviso-magnetic-box-specification__label {
  display: inline-block;
  margin: 0 0 10px;

  color: #1f665a;

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

.staviso-magnetic-box-specification__header h2 {
  margin: 0 0 14px;

  color: #1d2623;

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

.staviso-magnetic-box-specification__header p {
  margin: 0;

  color: #59625e;

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


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

.staviso-magnetic-box-specification__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  gap: 22px;
}


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

.staviso-magnetic-box-specification-card {
  position: relative;

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

  padding: 27px 24px 25px;

  overflow: hidden;

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

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

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

.staviso-magnetic-box-specification-card::after {
  content: "";

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

  width: 125px;
  height: 125px;

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

  pointer-events: none;
}

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

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

  transform: translateY(-4px);
}


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

.staviso-magnetic-box-specification-card__icon {
  position: relative;
  z-index: 1;

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

  margin: 0 0 25px;

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

  color: #1f665a;
}

.staviso-magnetic-box-specification-card__icon svg {
  width: 28px;
  height: 28px;

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


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

.staviso-magnetic-box-specification-card__content {
  position: relative;
  z-index: 1;

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

.staviso-magnetic-box-specification-card__number {
  display: block;
  margin: 0 0 7px;

  color: #789088;

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

.staviso-magnetic-box-specification-card__content h3 {
  margin: 0 0 11px;

  color: #1d2623;

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

.staviso-magnetic-box-specification-card__content p {
  margin: 0;

  color: #59625e;

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


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

.staviso-magnetic-box-specification__note {
  display: flex;
  max-width: 980px;
  align-items: flex-start;
  gap: 13px;

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

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

.staviso-magnetic-box-specification__note svg {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  margin-top: 2px;

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

.staviso-magnetic-box-specification__note p {
  margin: 0;

  color: #59625e;

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


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

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

  .staviso-magnetic-box-specification__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .staviso-magnetic-box-specification-card {
    min-height: 285px;
  }

}


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

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

  .staviso-magnetic-box-specification {
    padding: 72px 20px;
  }

}


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

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

  .staviso-magnetic-box-specification {
    padding: 56px 16px;
  }

  .staviso-magnetic-box-specification__header {
    margin-bottom: 34px;
    text-align: left;
  }

  .staviso-magnetic-box-specification__header h2 {
    font-size: 29px;
  }

  .staviso-magnetic-box-specification__header p {
    font-size: 15px;
  }

  .staviso-magnetic-box-specification__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

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

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

    border-radius: 12px;
  }

  .staviso-magnetic-box-specification-card__icon {
    width: 50px;
    height: 50px;
    flex-basis: 50px;

    margin: 0;
  }

  .staviso-magnetic-box-specification-card__icon svg {
    width: 25px;
    height: 25px;
  }

  .staviso-magnetic-box-specification-card__content h3 {
    font-size: 19px;
  }

  .staviso-magnetic-box-specification__note {
    margin-top: 25px;
    padding: 15px 16px;
  }

}


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

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

  .staviso-magnetic-box-specification {
    padding-right: 14px;
    padding-left: 14px;
  }

  .staviso-magnetic-box-specification-card {
    grid-template-columns: 1fr;
  }

  .staviso-magnetic-box-specification-card__icon {
    margin-bottom: 2px;
  }

  .staviso-magnetic-box-specification__note p {
    font-size: 12px;
  }

}


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

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

  .staviso-magnetic-box-specification-card {
    transition: none;
  }

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

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

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

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


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

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

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

  color: #1f665a;

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

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

  color: #1d2623;

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

.staviso-magnetic-box-customization__header p {
  margin: 0;

  color: #59625e;

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


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

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


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

.staviso-magnetic-box-customization-card {
  position: relative;

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

  padding: 28px 26px;

  overflow: hidden;

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

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

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

.staviso-magnetic-box-customization-card::after {
  content: "";

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

  width: 125px;
  height: 125px;

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

  pointer-events: none;
}

.staviso-magnetic-box-customization-card:hover {
  border-color: rgba(31, 102, 90, 0.34);

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

  transform: translateY(-4px);
}


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

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

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

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

  color: #1f665a;
}

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

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


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

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

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

.staviso-magnetic-box-customization-card__number {
  display: block;
  margin: 0 0 6px;

  color: #789088;

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

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

  color: #1d2623;

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

.staviso-magnetic-box-customization-card__content p {
  margin: 0;

  color: #5a635f;

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


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

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

  margin: 30px auto 0;
}

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

  padding: 17px 19px;

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

.staviso-magnetic-box-customization__note--performance {
  background: #f8f4ec;
  border-left-color: #9a6a2f;
}

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

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

.staviso-magnetic-box-customization__note--performance svg {
  stroke: #8a5d28;
}

.staviso-magnetic-box-customization__note p {
  margin: 0;

  color: #59625e;

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

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


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

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

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

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

  .staviso-magnetic-box-customization-card {
    min-height: 250px;
  }

}


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

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

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

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

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

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

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

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

    padding: 24px 21px;

    border-radius: 12px;
  }

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

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

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

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

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

}


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

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

  .staviso-magnetic-box-customization {
    padding-right: 14px;
    padding-left: 14px;
  }

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

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

}


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

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

  .staviso-magnetic-box-customization-card {
    transition: none;
  }

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

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

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

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


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

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

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

  color: #1f665a;

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

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

  color: #1d2623;

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

.staviso-magnetic-box-applications__header p {
  margin: 0;

  color: #59625e;

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


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

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


/* Application card
------------------------------------------ */

.staviso-magnetic-box-application-card {
  position: relative;

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

  padding: 24px 22px;

  overflow: hidden;

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

  color: inherit;
  text-decoration: none;

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

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

.staviso-magnetic-box-application-card::after {
  content: "";

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

  width: 120px;
  height: 120px;

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

  pointer-events: none;
}

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

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

  transform: translateY(-3px);
}


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

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

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

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

  color: #1f665a;
}

.staviso-magnetic-box-application-card__icon svg {
  width: 25px;
  height: 25px;

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


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

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

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

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

  color: #1d2623;

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

  transition: color 0.2s ease;
}

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

  color: #5a635f;

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


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

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

  margin-top: auto;

  color: #1f665a;

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

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

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

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


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

.staviso-magnetic-box-applications__note {
  display: flex;
  max-width: 980px;
  align-items: flex-start;
  gap: 13px;

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

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

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

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

.staviso-magnetic-box-applications__note p {
  margin: 0;

  color: #59625e;

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


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

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


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

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

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

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

}


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

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

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

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

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

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

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

  .staviso-magnetic-box-application-card {
    min-height: 0;
    padding: 22px 20px;

    border-radius: 12px;
  }

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

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

  .staviso-magnetic-box-applications__note {
    margin-top: 25px;
    padding: 15px 16px;
  }

}


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

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

  .staviso-magnetic-box-applications {
    padding-right: 14px;
    padding-left: 14px;
  }

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

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

  .staviso-magnetic-box-application-card__icon svg {
    width: 23px;
    height: 23px;
  }

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

}


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

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

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

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-201eadc *//* ==========================================
   STAVISO ARTWORK AND SAMPLE REVIEW
========================================== */

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

.staviso-magnetic-box-review *,
.staviso-magnetic-box-review *::before,
.staviso-magnetic-box-review *::after {
  box-sizing: border-box;
}

.staviso-magnetic-box-review__container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}


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

.staviso-magnetic-box-review__header {
  width: 100%;
  max-width: 850px;
  margin: 0 auto 48px;
  text-align: center;
}

.staviso-magnetic-box-review__label {
  display: inline-block;
  margin: 0 0 10px;

  color: #1f665a;

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

.staviso-magnetic-box-review__header h2 {
  margin: 0 0 14px;

  color: #1d2623;

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

.staviso-magnetic-box-review__header p {
  margin: 0;

  color: #59625e;

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


/* Steps
------------------------------------------ */

.staviso-magnetic-box-review__steps {
  position: relative;

  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 24px;

  margin: 0;
  padding: 0;

  list-style: none;
}


/* Connecting line */

.staviso-magnetic-box-review__steps::before {
  content: "";

  position: absolute;
  z-index: 0;
  top: 52px;
  right: 16.66%;
  left: 16.66%;

  height: 1px;

  background: #cfded8;

  pointer-events: none;
}


/* Step card
------------------------------------------ */

.staviso-magnetic-box-review-card {
  position: relative;
  z-index: 1;

  display: flex;
  min-width: 0;
  min-height: 290px;
  flex-direction: column;

  margin: 0;
  padding: 27px 25px 26px;

  overflow: hidden;

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

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

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

.staviso-magnetic-box-review-card::after {
  content: "";

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

  width: 125px;
  height: 125px;

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

  pointer-events: none;
}

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

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

  transform: translateY(-4px);
}


/* Step top area
------------------------------------------ */

.staviso-magnetic-box-review-card__top {
  position: relative;
  z-index: 1;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;

  margin: 0 0 27px;
}

.staviso-magnetic-box-review-card__number {
  display: inline-flex;
  min-width: 54px;
  height: 28px;
  align-items: center;
  justify-content: center;

  padding: 4px 11px;

  background: #1f665a;
  border-radius: 999px;

  color: #ffffff;

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


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

.staviso-magnetic-box-review-card__icon {
  display: inline-flex;
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  align-items: center;
  justify-content: center;

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

  color: #1f665a;
}

.staviso-magnetic-box-review-card__icon svg {
  width: 27px;
  height: 27px;

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


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

.staviso-magnetic-box-review-card__content {
  position: relative;
  z-index: 1;
}

.staviso-magnetic-box-review-card__content h3 {
  margin: 0 0 11px;

  color: #1d2623;

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

.staviso-magnetic-box-review-card__content p {
  margin: 0;

  color: #59625e;

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


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

.staviso-magnetic-box-review__notes {
  display: grid;
  max-width: 980px;
  gap: 14px;

  margin: 30px auto 0;
}

.staviso-magnetic-box-review__note {
  display: flex;
  align-items: flex-start;
  gap: 13px;

  padding: 17px 19px;

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

.staviso-magnetic-box-review__note--limitation {
  background: #f8f4ec;
  border-left-color: #9a6a2f;
}

.staviso-magnetic-box-review__note svg {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  margin-top: 2px;

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

.staviso-magnetic-box-review__note--limitation svg {
  stroke: #8a5d28;
}

.staviso-magnetic-box-review__note p {
  margin: 0;

  color: #59625e;

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

.staviso-magnetic-box-review__note:first-child p {
  font-style: italic;
}


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

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

  .staviso-magnetic-box-review {
    padding: 72px 20px;
  }

  .staviso-magnetic-box-review__steps {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .staviso-magnetic-box-review__steps::before {
    top: 52px;
    bottom: 52px;
    left: 51px;

    width: 1px;
    height: auto;

    background: #cfded8;
  }

  .staviso-magnetic-box-review-card {
    min-height: 0;
    padding-left: 88px;
  }

  .staviso-magnetic-box-review-card__top {
    position: absolute;
    top: 25px;
    left: 24px;

    display: flex;
    flex-direction: column-reverse;
    gap: 10px;

    margin: 0;
  }

  .staviso-magnetic-box-review-card__number {
    min-width: 48px;
  }

}


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

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

  .staviso-magnetic-box-review {
    padding: 56px 16px;
  }

  .staviso-magnetic-box-review__header {
    margin-bottom: 34px;
    text-align: left;
  }

  .staviso-magnetic-box-review__header h2 {
    font-size: 29px;
  }

  .staviso-magnetic-box-review__header p {
    font-size: 15px;
  }

  .staviso-magnetic-box-review__steps::before {
    display: none;
  }

  .staviso-magnetic-box-review-card {
    padding: 23px 20px;

    border-radius: 12px;
  }

  .staviso-magnetic-box-review-card__top {
    position: static;

    flex-direction: row;
    align-items: center;
    justify-content: space-between;

    margin: 0 0 22px;
  }

  .staviso-magnetic-box-review-card__icon {
    width: 48px;
    height: 48px;
    flex-basis: 48px;
  }

  .staviso-magnetic-box-review-card__icon svg {
    width: 25px;
    height: 25px;
  }

  .staviso-magnetic-box-review-card__content h3 {
    font-size: 19px;
  }

  .staviso-magnetic-box-review__notes {
    margin-top: 25px;
  }

  .staviso-magnetic-box-review__note {
    padding: 15px 16px;
  }

}


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

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

  .staviso-magnetic-box-review {
    padding-right: 14px;
    padding-left: 14px;
  }

  .staviso-magnetic-box-review__note p {
    font-size: 12px;
  }

}


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

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

  .staviso-magnetic-box-review-card {
    transition: none;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b17bbce *//* ==========================================
   STAVISO MAGNETIC RIGID BOX FAQ
========================================== */

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

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

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


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

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

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

  color: #1f665a;

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

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

  color: #1d2623;

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

.staviso-magnetic-box-faq__header p {
  margin: 0;

  color: #59625e;

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


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

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


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

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

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

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

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

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

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

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


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

.staviso-magnetic-box-faq__question {
  list-style: none;
}

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

.staviso-magnetic-box-faq__question::marker {
  content: "";
}


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

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

  padding: 20px 21px;

  color: #1d2623;

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

  cursor: pointer;
  user-select: none;

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

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

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


/* Expand icon
------------------------------------------ */

.staviso-magnetic-box-faq__icon {
  position: relative;

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

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

  color: #1f665a;

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

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

  position: absolute;

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

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

  width: 12px;
  height: 2px;
}

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

  width: 2px;
  height: 12px;

  transition: transform 0.2s ease;
}

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

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


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

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

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

  border-top: 1px solid #e3eae6;

  color: #59625e;

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

.staviso-magnetic-box-faq__answer p + p {
  margin-top: 14px;
  padding-top: 0;
  border-top: 0;
}


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

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

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

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

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

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

.staviso-magnetic-box-faq__note p {
  margin: 0;

  color: #59625e;

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


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

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


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

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

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

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

}


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

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

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

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

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

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

  .staviso-magnetic-box-faq__grid {
    gap: 13px;
  }

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

    padding: 18px;

    font-size: 15px;
  }

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

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

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

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

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

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

}


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

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

  .staviso-magnetic-box-faq {
    padding-right: 14px;
    padding-left: 14px;
  }

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

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

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

}


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

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

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

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d6b131b *//* ==========================================
   STAVISO MAGNETIC BOX FINAL CTA
========================================== */

.staviso-magnetic-box-cta {
  position: relative;

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

  overflow: hidden;

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

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


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

.staviso-magnetic-box-cta::before {
  content: "";

  position: absolute;
  top: -180px;
  right: -125px;

  width: 430px;
  height: 430px;

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

  pointer-events: none;
}

.staviso-magnetic-box-cta::after {
  content: "";

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

  width: 470px;
  height: 470px;

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

  pointer-events: none;
}


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

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

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

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

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

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

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


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

.staviso-magnetic-box-cta__content {
  min-width: 0;
  max-width: 810px;
}

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

  color: #d9ece6;

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

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

  color: #ffffff;

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

.staviso-magnetic-box-cta__content p {
  max-width: 750px;
  margin: 0;

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

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


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

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


/* Button
------------------------------------------ */

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

  padding: 13px 23px;

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

  color: #1f665a;

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

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

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

.staviso-magnetic-box-cta__button:hover {
  gap: 13px;

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

  box-shadow:
    0 12px 28px rgba(9, 38, 32, 0.2);

  transform: translateY(-2px);
}

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


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

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

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

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

    padding: 42px 38px;
  }

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

}


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

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

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

  .staviso-magnetic-box-cta__container {
    gap: 26px;

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

    border-radius: 14px;
  }

  .staviso-magnetic-box-cta__label {
    font-size: 11px;
  }

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

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

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

  .staviso-magnetic-box-cta__action {
    width: 100%;
  }

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

}


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

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

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

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

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

}


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

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

  .staviso-magnetic-box-cta__button {
    transition: none;
  }

}/* End custom CSS */