.elementor-2525 .elementor-element.elementor-element-3416549{--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-29d0e0c *//* ==========================================
   CUSTOM DRAWER RIGID BOX HERO
========================================== */

.staviso-cdrb-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-cdrb-hero *,
.staviso-cdrb-hero *::before,
.staviso-cdrb-hero *::after {
  box-sizing: border-box;
}


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

.staviso-cdrb-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-cdrb-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-cdrb-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-cdrb-hero__gallery {
  min-width: 0;
}


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

.staviso-cdrb-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-cdrb-hero__main-image img {
  display: block;

  width: 100%;
  height: 100%;

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

  transition:
    transform 0.45s ease;
}

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


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

.staviso-cdrb-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-cdrb-hero__image-badge::before {
  content: "";

  width: 6px;
  height: 6px;

  background: #1f665a;

  border-radius: 50%;
}


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

.staviso-cdrb-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-cdrb-hero__image-note-dot {
  width: 7px;
  height: 7px;

  flex: 0 0 7px;

  background: #ffffff;

  border-radius: 50%;
}


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

.staviso-cdrb-hero__thumbs {
  display: grid;

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

  gap: 10px;

  margin-top: 11px;
}

.staviso-cdrb-hero__thumb {
  position: relative;

  aspect-ratio: 1 / 1;

  overflow: hidden;

  background: #ffffff;

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

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

  width: 100%;
  height: 100%;

  object-fit: cover;

  transition:
    transform 0.32s ease;
}

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

.staviso-cdrb-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-cdrb-hero__thumb span {
  position: absolute;
  z-index: 2;

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

  color: #ffffff;

  font-size: 7px;
  font-weight: 760;

  text-align: center;
}


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

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


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

.staviso-cdrb-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;
  letter-spacing: 0.09em;

  text-transform: uppercase;
}

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

  width: 6px;
  height: 6px;

  background: #1f665a;

  border-radius: 50%;
}


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

.staviso-cdrb-hero__content h1 {
  max-width: 680px;

  margin: 0;

  color: #1d2623;

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


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

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

  margin: 21px 0 0;

  color: #34483f;

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


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

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

  margin: 14px 0 0;

  color: #66706c;

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


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

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

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

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

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

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

  gap: 14px;

  margin-bottom: 12px;
}

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

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

  text-transform: uppercase;
}

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

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


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

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

  flex-wrap: wrap;

  align-items: center;

  gap: 7px;
}

.staviso-cdrb-hero__core-flow
> span:not(.staviso-cdrb-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;
}

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

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

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

  color: #69766f;

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


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

.staviso-cdrb-hero__specs {
  display: grid;

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

  gap: 8px;

  margin-top: 18px;
}

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

  padding: 11px 12px;

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

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

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

  margin-bottom: 3px;

  color: #8a9690;

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

  text-transform: uppercase;
}

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

  color: #394841;

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


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

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

  border-color: #c9ddd4;
}

.staviso-cdrb-hero__spec--key span {
  color: #1f665a;
}

.staviso-cdrb-hero__spec--key strong {
  color: #1f665a;

  font-weight: 770;
}

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


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

.staviso-cdrb-hero__actions {
  display: flex;

  flex-wrap: wrap;

  gap: 10px;

  margin-top: 20px;
}

.staviso-cdrb-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;

  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-cdrb-hero__button svg {
  width: 16px;
  height: 16px;

  fill: none;

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


/* PRIMARY */

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

  border: 1px solid #1f665a;

  color: #ffffff;
}

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

  background: #174f46;

  border-color: #174f46;

  transform: translateY(-2px);
}


/* SECONDARY */

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

  border: 1px solid #ccd9d3;

  color: #34483f;
}

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

  border-color: #1f665a;

  color: #1f665a;

  transform: translateY(-2px);
}


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

.staviso-cdrb-hero__note {
  display: grid;

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

  gap: 10px;

  align-items: center;

  margin-top: 15px;
}

.staviso-cdrb-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-cdrb-hero__note-icon svg {
  width: 17px;
  height: 17px;

  fill: none;

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

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

  color: #77827d;

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


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

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

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

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

    gap: 44px;

    max-width: 820px;
  }

}


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

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

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

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

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

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

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

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

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

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

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

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

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

  .staviso-cdrb-hero__core-head {
    align-items: flex-start;
    flex-direction: column;

    gap: 4px;
  }

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

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

  .staviso-cdrb-hero__actions {
    display: grid;

    grid-template-columns: 1fr;
  }

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

}


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

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

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

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

    grid-template-columns: 1fr;
  }

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

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

}


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

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

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

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

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

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

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


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

.staviso-drawer-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-drawer-box-overview__content {
  position: sticky;
  top: 120px;

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

.staviso-drawer-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-drawer-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-drawer-box-overview__description {
  margin: 0;

  color: #59625e;

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


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

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


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

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

  display: flex;
  min-width: 0;
  min-height: 272px;
  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-drawer-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-drawer-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-drawer-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-drawer-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-drawer-box-overview-card__content {
  position: relative;
  z-index: 1;

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

.staviso-drawer-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-drawer-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-drawer-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-drawer-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-drawer-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-drawer-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-drawer-box-overview__layout {
    grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
    gap: 42px;
  }

  .staviso-drawer-box-overview-card {
    min-height: 292px;
  }

}


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

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

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

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

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

  .staviso-drawer-box-overview-card {
    min-height: 250px;
  }

}


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

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

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

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

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

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

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

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

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

    border-radius: 12px;
  }

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

    margin: 0;
  }

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

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

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

}


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

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

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

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

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

}


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

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

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

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-963d3b2 *//* ==========================================
   STAVISO DRAWER BOX SPECIFICATION
========================================== */

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

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

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


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

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

.staviso-drawer-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-drawer-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-drawer-box-specification__header p {
  margin: 0;

  color: #59625e;

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


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

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


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

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

  display: flex;
  min-width: 0;
  min-height: 345px;
  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-drawer-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-drawer-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-drawer-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-drawer-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-drawer-box-specification-card__content {
  position: relative;
  z-index: 1;

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

.staviso-drawer-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-drawer-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-drawer-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-drawer-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-drawer-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-drawer-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-drawer-box-specification__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

}


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

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

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

}


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

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

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

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

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

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

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

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

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

    border-radius: 12px;
  }

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

    margin: 0;
  }

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

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

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

}


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

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

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

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

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

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

}


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

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

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

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

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

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

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


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

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

.staviso-drawer-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-drawer-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-drawer-box-customization__header p {
  margin: 0;

  color: #59625e;

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


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

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


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

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

  display: flex;
  min-width: 0;
  min-height: 282px;
  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-drawer-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-drawer-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-drawer-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-drawer-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-drawer-box-customization-card__content {
  position: relative;
  z-index: 1;

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

.staviso-drawer-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-drawer-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-drawer-box-customization-card__content p {
  margin: 0;

  color: #5a635f;

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


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

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

  margin: 30px auto 0;
}

.staviso-drawer-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-drawer-box-customization__note--performance {
  background: #f8f4ec;
  border-left-color: #9a6a2f;
}

.staviso-drawer-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-drawer-box-customization__note--performance svg {
  stroke: #8a5d28;
}

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

  color: #59625e;

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

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


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

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

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

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

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

}


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

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

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

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

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

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

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

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

    padding: 24px 21px;

    border-radius: 12px;
  }

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

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

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

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

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

}


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

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

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

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

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

}


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

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

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

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6cc1bd2 *//* ==========================================
   STAVISO DRAWER BOX MATERIALS AND INSERTS
========================================== */

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

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

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


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

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

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

  color: #1f665a;

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

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

  color: #1d2623;

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

.staviso-drawer-box-materials__header p {
  margin: 0;

  color: #59625e;

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


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

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


/* Material card
------------------------------------------ */

.staviso-drawer-box-material-card {
  position: relative;

  display: flex;
  min-width: 0;
  min-height: 260px;
  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-drawer-box-material-card::after {
  content: "";

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

  width: 125px;
  height: 125px;

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

  pointer-events: none;
}

.staviso-drawer-box-material-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-drawer-box-material-card__icon {
  position: relative;
  z-index: 1;

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

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

  color: #1f665a;
}

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

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


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

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

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

.staviso-drawer-box-material-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-drawer-box-material-card__content h3 {
  margin: 0 0 10px;

  color: #1d2623;

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

.staviso-drawer-box-material-card__content p {
  margin: 0;

  color: #5a635f;

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


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

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

  margin: 30px auto 0;
}

.staviso-drawer-box-materials__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-drawer-box-materials__note--performance {
  background: #f8f4ec;
  border-left-color: #9a6a2f;
}

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

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

.staviso-drawer-box-materials__note--performance svg {
  stroke: #8a5d28;
}

.staviso-drawer-box-materials__note p {
  margin: 0;

  color: #59625e;

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

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


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

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

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

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

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

}


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

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

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

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

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

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

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

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

    padding: 24px 21px;

    border-radius: 12px;
  }

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

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

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

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

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

}


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

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

  .staviso-drawer-box-materials {
    padding-right: 14px;
    padding-left: 14px;
  }

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

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

}


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

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

  .staviso-drawer-box-material-card {
    transition: none;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-df08f60 *//* ==========================================
   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-0478aff *//* ==========================================
   STAVISO DRAWER BOX ARTWORK AND SAMPLE REVIEW
========================================== */

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

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

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


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

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

.staviso-drawer-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-drawer-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-drawer-box-review__header p {
  margin: 0;

  color: #59625e;

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


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

.staviso-drawer-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-drawer-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-drawer-box-review-card {
  position: relative;
  z-index: 1;

  display: flex;
  min-width: 0;
  min-height: 300px;
  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-drawer-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-drawer-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-drawer-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-drawer-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-drawer-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-drawer-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-drawer-box-review-card__content {
  position: relative;
  z-index: 1;
}

.staviso-drawer-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-drawer-box-review-card__content p {
  margin: 0;

  color: #59625e;

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


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

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

  margin: 30px auto 0;
}

.staviso-drawer-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-drawer-box-review__note--limitation {
  background: #f8f4ec;
  border-left-color: #9a6a2f;
}

.staviso-drawer-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-drawer-box-review__note--limitation svg {
  stroke: #8a5d28;
}

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

  color: #59625e;

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

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


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

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

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

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

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

    width: 1px;
    height: auto;

    background: #cfded8;
  }

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

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

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

    margin: 0;
  }

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

}


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

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

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

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

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

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

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

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

    border-radius: 12px;
  }

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

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

    margin: 0 0 22px;
  }

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

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

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

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

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

}


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

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

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

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

}


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

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

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

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

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

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

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


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

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

.staviso-drawer-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-drawer-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-drawer-box-faq__header p {
  margin: 0;

  color: #59625e;

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


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

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


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

.staviso-drawer-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-drawer-box-faq__item:hover {
  border-color: rgba(31, 102, 90, 0.3);
}

.staviso-drawer-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-drawer-box-faq__question {
  list-style: none;
}

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

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


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

.staviso-drawer-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-drawer-box-faq__question:hover {
  background: #f8faf9;
  color: #1f665a;
}

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


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

.staviso-drawer-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-drawer-box-faq__icon::before,
.staviso-drawer-box-faq__icon::after {
  content: "";

  position: absolute;

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

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

  width: 12px;
  height: 2px;
}

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

  width: 2px;
  height: 12px;

  transition: transform 0.2s ease;
}

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

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


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

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

.staviso-drawer-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-drawer-box-faq__answer p + p {
  margin-top: 14px;
  padding-top: 0;
  border-top: 0;
}


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

.staviso-drawer-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-drawer-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-drawer-box-faq__note p {
  margin: 0;

  color: #59625e;

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


/* Focus
------------------------------------------ */

.staviso-drawer-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-drawer-box-faq {
    padding: 72px 20px;
  }

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

}


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

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

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

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

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

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

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

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

    padding: 18px;

    font-size: 15px;
  }

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

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

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

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

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

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

}


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

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

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

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

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

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

}


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

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

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

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ee5ac13 *//* ==========================================
   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 */