

/* Start:/local/templates/ms_template_adatpive/components/bitrix/news.list/home_hero_plum/style.css?177922294189557*/
﻿.ms-home-hero{
  --hero-accent:#599c4c;
  --hero-accent-strong:#4f923f;
  --hero-accent-deep:#243521;
  --hero-accent-soft:#edf4e8;
  --hero-surface:#f6f1e7;
  --hero-surface-strong:#e7ddcb;
  --hero-dark:#171c19;
  --hero-dark-soft:#222924;
  --hero-dark-strong:#0f1311;
  --hero-line:rgba(89,156,76,.22);
  --hero-line-strong:rgba(89,156,76,.36);
  --hero-text-soft:rgba(242,245,239,.78);
  width:min(1320px,calc(100% - 28px));
  margin:0 auto;
  padding:18px 0 14px;
}
.ms-home-hero__shell{position:relative}
.ms-home-hero__slider-shell{position:relative}
.ms-home-hero__slide{
  position:relative;
  min-height:560px;
  overflow:hidden;
  border-radius:32px;
  background:#ffffff;
  border:1px solid rgba(46,46,46,.14);
  box-shadow:0 20px 40px rgba(62,35,23,.08);
}
.ms-home-hero__media,
.ms-home-hero__feature-media,
.ms-home-hero__story-media,
.ms-home-hero__mini-media,
.ms-home-hero__story-item-thumb{position:relative;overflow:hidden}
.ms-home-hero__media{position:absolute;inset:0}
.ms-home-hero__media img,
.ms-home-hero__feature-media img,
.ms-home-hero__story-media img,
.ms-home-hero__mini-media img,
.ms-home-hero__story-item-thumb img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}
.ms-home-hero__panel,
.ms-home-hero__feature-copy,
.ms-home-hero__story-copy{
  position:relative;
  z-index:2;
}
.ms-home-hero__eyebrow{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:0 12px;
  border-radius:999px;
  background:#fff;
  border:1px solid rgba(46,46,46,.12);
  font-size:12px;
  font-weight:800;
  color:#2e2e2e;
}
.ms-home-hero__meta-line{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}
.ms-home-hero__slide-index{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:40px;
  min-height:40px;
  border-radius:999px;
  background:rgba(46,46,46,.74);
  color:#fff;
  font-family:"Unbounded","Manrope",sans-serif;
  font-size:12px;
}
.ms-home-hero__title{margin:14px 0 0}
.ms-home-hero__title span{
  display:block;
  font-family:"Unbounded","Manrope",sans-serif;
  font-size:clamp(34px,4.6vw,68px);
  line-height:1.02;
  letter-spacing:-.05em;
  color:#2e2e2e;
}
.ms-home-hero__lead{
  margin:14px 0 0;
  max-width:42ch;
  font-size:16px;
  line-height:1.6;
  color:#5a5a5a;
}
.ms-home-hero__facts{
  list-style:none;
  padding:0;
  margin:18px 0 0;
  display:grid;
  gap:10px;
}
.ms-home-hero__facts li{
  display:flex;
  gap:6px;
  flex-wrap:wrap;
  font-size:14px;
  color:#2e2e2e;
}
.ms-home-hero__facts li span:first-child{font-weight:800}
.ms-home-hero__actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:22px;
}
.ms-home-hero__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:0 18px;
  border-radius:14px;
  text-decoration:none;
  font-size:14px;
  font-weight:800;
}
.ms-home-hero__btn--primary{
  background:#2e2e2e;
  color:#fff;
  box-shadow:0 14px 30px rgba(46,46,46,.18);
}
.ms-home-hero__btn--secondary{
  background:#fff;
  color:#2e2e2e;
  border:1px solid rgba(46,46,46,.14);
}
.counter_wrapper{
  display:flex;
  justify-content:flex-end;
  margin-top:-56px;
  position:relative;
  z-index:3;
  padding-right:26px;
}
#counter{
  background:#599c4c;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  min-width:84px;
  padding:0 16px;
  font-family:"Unbounded","Manrope",sans-serif;
  font-size:14px;
  color:#fff;
  box-shadow:0 12px 22px rgba(89,156,76,.24);
}
.slider_counter_second,
.slider_counter_separator{opacity:.7}
.ms-home-hero--slider_split .ms-home-hero__media::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg, rgba(255,255,255,.94) 0%, rgba(255,255,255,.88) 34%, rgba(255,255,255,.36) 62%, rgba(255,255,255,.1) 100%),
    radial-gradient(circle at 18% 18%, rgba(89,156,76,.14), transparent 38%);
}
.ms-home-hero--slider_split .ms-home-hero__panel{
  width:min(620px, calc(100% - 48px));
  margin:38px;
  padding:30px;
  border-radius:28px;
  background:linear-gradient(180deg, rgba(255,255,255,.92), rgba(255,255,255,.84));
  border:1px solid rgba(46,46,46,.12);
  box-shadow:0 20px 36px rgba(62,35,23,.10);
  backdrop-filter:blur(16px);
}
.ms-home-hero--slider_focus .ms-home-hero__media::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(0deg, rgba(25,25,25,.74) 0%, rgba(25,25,25,.38) 38%, rgba(25,25,25,.08) 100%),
    radial-gradient(circle at 14% 14%, rgba(89,156,76,.18), transparent 32%);
}
.ms-home-hero--slider_focus .ms-home-hero__panel{
  position:absolute;
  left:38px;
  right:38px;
  bottom:34px;
  max-width:760px;
  padding:0;
}
.ms-home-hero--slider_focus .ms-home-hero__eyebrow{
  background:rgba(255,255,255,.14);
  border-color:rgba(255,255,255,.22);
  color:#fff;
  backdrop-filter:blur(10px);
}
.ms-home-hero--slider_focus .ms-home-hero__slide-index{
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.18);
}
.ms-home-hero--slider_focus .ms-home-hero__title span,
.ms-home-hero--slider_focus .ms-home-hero__lead,
.ms-home-hero--slider_focus .ms-home-hero__facts li{
  color:#fff;
}
.ms-home-hero--slider_focus .ms-home-hero__lead{max-width:46ch}
.ms-home-hero--slider_focus .ms-home-hero__btn--primary{
  background:#fff;
  color:#2e2e2e;
}
.ms-home-hero--slider_focus .ms-home-hero__btn--secondary{
  background:rgba(255,255,255,.12);
  border-color:rgba(255,255,255,.24);
  color:#fff;
  backdrop-filter:blur(10px);
}
.ms-home-hero--slider_editorial .ms-home-hero__media{
  inset:auto 0 0 auto;
  width:62%;
  height:100%;
}
.ms-home-hero--slider_editorial .ms-home-hero__slide{
  background:linear-gradient(135deg,#f7f3eb,#ebe3d6);
}
.ms-home-hero--slider_editorial .ms-home-hero__slide::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 14% 16%, rgba(89,156,76,.14), transparent 34%),
    linear-gradient(90deg, rgba(255,255,255,.92) 0%, rgba(255,255,255,.88) 46%, rgba(255,255,255,0) 76%);
  z-index:1;
}
.ms-home-hero--slider_editorial .ms-home-hero__panel{
  width:min(560px, calc(100% - 48px));
  margin:48px 0 0 48px;
  padding:0;
}
.ms-home-hero--slider_editorial .ms-home-hero__facts{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.ms-home-hero--slider_editorial .ms-home-hero__facts li{
  padding:10px 12px;
  border-radius:14px;
  background:rgba(255,255,255,.72);
  border:1px solid rgba(46,46,46,.08);
}
.ms-home-hero__bento{
  display:grid;
  grid-template-columns:minmax(0,1.4fr) minmax(320px,.8fr);
  gap:16px;
}
.ms-home-hero__feature-card{
  min-height:560px;
  display:grid;
  grid-template-columns:minmax(0,.95fr) minmax(320px,1.05fr);
  gap:0;
  overflow:hidden;
  border-radius:32px;
  background:#ffffff;
  border:1px solid rgba(46,46,46,.14);
  box-shadow:0 20px 40px rgba(62,35,23,.08);
}
.ms-home-hero__feature-copy{
  padding:38px;
  background:
    radial-gradient(circle at 10% 16%, rgba(89,156,76,.16), transparent 34%),
    linear-gradient(180deg, #ffffff, #f8f8f5);
}
.ms-home-hero__feature-media img{height:100%}
.ms-home-hero__stack{
  display:grid;
  gap:16px;
}
.ms-home-hero__mini-card{
  display:grid;
  grid-template-columns:minmax(0,1fr) 180px;
  gap:14px;
  min-height:272px;
  padding:18px;
  border-radius:28px;
  background:#fff;
  border:1px solid rgba(46,46,46,.14);
  box-shadow:0 18px 30px rgba(62,35,23,.08);
  text-decoration:none;
  color:#2e2e2e;
}
.ms-home-hero__mini-copy{
  display:grid;
  gap:10px;
  align-content:start;
}
.ms-home-hero__mini-copy strong{
  font-family:"Unbounded","Manrope",sans-serif;
  font-size:24px;
  line-height:1.08;
  letter-spacing:-.04em;
}
.ms-home-hero__mini-copy span{
  color:#5a5a5a;
  font-size:14px;
  line-height:1.55;
}
.ms-home-hero__mini-media{
  border-radius:20px;
}
.ms-home-hero__story{
  display:grid;
  grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);
  gap:16px;
}
.ms-home-hero__story-main{
  min-height:560px;
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(320px,1.1fr);
  gap:0;
  overflow:hidden;
  border-radius:32px;
  background:#fff;
  border:1px solid rgba(46,46,46,.14);
  box-shadow:0 20px 40px rgba(62,35,23,.08);
}
.ms-home-hero__story-copy{
  padding:38px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,255,255,.84)),
    radial-gradient(circle at 10% 18%, rgba(89,156,76,.14), transparent 34%);
}
.ms-home-hero__story-media img{height:100%}
.ms-home-hero__story-rail{
  display:grid;
  gap:14px;
}
.ms-home-hero__story-item{
  display:grid;
  grid-template-columns:auto minmax(0,1fr) 112px;
  gap:12px;
  align-items:center;
  padding:14px;
  border-radius:24px;
  background:#fff;
  border:1px solid rgba(46,46,46,.14);
  box-shadow:0 16px 28px rgba(62,35,23,.08);
  text-decoration:none;
  color:#2e2e2e;
}
.ms-home-hero__story-item-index{
  width:42px;
  height:42px;
  border-radius:999px;
  background:#2e2e2e;
  color:#fff;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-family:"Unbounded","Manrope",sans-serif;
  font-size:12px;
}
.ms-home-hero__story-item-copy{
  display:grid;
  gap:6px;
}
.ms-home-hero__story-item-copy strong{
  font-size:18px;
  line-height:1.2;
}
.ms-home-hero__story-item-copy span{
  color:#5a5a5a;
  font-size:13px;
  line-height:1.5;
}
.ms-home-hero__story-item-thumb{
  height:96px;
  border-radius:16px;
}
.ms-home-hero__feature-band{
  display:grid;
  gap:16px;
}
.ms-home-hero__feature-band-stage{
  min-height:560px;
  display:grid;
  grid-template-columns:minmax(320px,.84fr) minmax(0,1.16fr);
  overflow:hidden;
  border-radius:32px;
  background:#fff;
  border:1px solid rgba(46,46,46,.14);
  box-shadow:0 20px 40px rgba(62,35,23,.08);
}
.ms-home-hero__feature-band-copy{
  padding:38px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,255,255,.86)),
    radial-gradient(circle at 10% 18%, rgba(89,156,76,.14), transparent 34%);
}
.ms-home-hero__feature-band-media{position:relative;overflow:hidden}
.ms-home-hero__feature-band-row{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}
.ms-home-hero__feature-band-card{
  display:grid;
  gap:8px;
  min-height:164px;
  padding:18px;
  border-radius:24px;
  background:#fff;
  border:1px solid rgba(46,46,46,.14);
  box-shadow:0 16px 28px rgba(62,35,23,.08);
  text-decoration:none;
  color:#2e2e2e;
}
.ms-home-hero__feature-band-index{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:40px;
  height:40px;
  border-radius:999px;
  background:#eef4ea;
  color:#4f8d43;
  font-family:"Unbounded","Manrope",sans-serif;
  font-size:12px;
}
.ms-home-hero__feature-band-card strong{
  font-size:19px;
  line-height:1.18;
}
.ms-home-hero__feature-band-card span{
  font-size:13px;
  line-height:1.5;
  color:#5a5a5a;
}
.ms-home-hero__editorial-frame{
  display:grid;
  gap:16px;
}
.ms-home-hero__editorial-main{
  min-height:560px;
  display:grid;
  grid-template-columns:minmax(320px,.78fr) minmax(0,1.22fr);
  gap:16px;
  padding:16px;
  overflow:hidden;
  border-radius:32px;
  background:linear-gradient(135deg,#f7f3eb,#ebe3d6);
  border:1px solid rgba(46,46,46,.14);
  box-shadow:0 20px 40px rgba(62,35,23,.08);
}
.ms-home-hero__editorial-copy{
  padding:22px;
  border-radius:26px;
  background:rgba(255,255,255,.74);
  backdrop-filter:blur(10px);
}
.ms-home-hero__editorial-media{
  position:relative;
  overflow:hidden;
  border-radius:28px;
}
.ms-home-hero__editorial-rail{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}
.ms-home-hero__editorial-card{
  display:grid;
  grid-template-columns:156px minmax(0,1fr);
  gap:14px;
  min-height:180px;
  padding:14px;
  border-radius:24px;
  background:#fff;
  border:1px solid rgba(46,46,46,.14);
  box-shadow:0 16px 28px rgba(62,35,23,.08);
  text-decoration:none;
  color:#2e2e2e;
}
.ms-home-hero__editorial-card-media{
  position:relative;
  overflow:hidden;
  border-radius:18px;
}
.ms-home-hero__editorial-card-copy{
  display:grid;
  gap:8px;
  align-content:start;
}
.ms-home-hero__editorial-card-copy strong{
  font-size:20px;
  line-height:1.18;
}
.ms-home-hero__editorial-card-copy span{
  font-size:13px;
  line-height:1.5;
  color:#5a5a5a;
}
.ms-home-hero__layered{
  position:relative;
}
.ms-home-hero__layered-main{
  position:relative;
  min-height:560px;
  display:grid;
  grid-template-columns:minmax(320px,.84fr) minmax(0,1.16fr);
  overflow:hidden;
  border-radius:32px;
  background:#fff;
  border:1px solid rgba(46,46,46,.14);
  box-shadow:0 20px 40px rgba(62,35,23,.08);
}
.ms-home-hero__layered-copy{
  position:relative;
  z-index:2;
  padding:38px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,255,255,.86)),
    radial-gradient(circle at 10% 18%, rgba(89,156,76,.14), transparent 34%);
}
.ms-home-hero__layered-media{
  position:relative;
  overflow:hidden;
}
.ms-home-hero__layered-card{
  position:absolute;
  z-index:3;
  width:min(320px,calc(100% - 36px));
  display:grid;
  gap:8px;
  padding:18px;
  border-radius:24px;
  background:rgba(255,255,255,.92);
  border:1px solid rgba(46,46,46,.12);
  box-shadow:0 18px 32px rgba(46,46,46,.14);
  backdrop-filter:blur(14px);
  text-decoration:none;
  color:#2e2e2e;
}
.ms-home-hero__layered-card strong{
  font-size:18px;
  line-height:1.18;
}
.ms-home-hero__layered-card span{
  font-size:13px;
  line-height:1.5;
  color:#5a5a5a;
}
.ms-home-hero__layered-card--support-a{
  right:34px;
  top:34px;
}
.ms-home-hero__layered-card--support-b{
  right:74px;
  bottom:28px;
}
.ms-home-hero__robotic{
  display:grid;
  gap:16px;
  position:relative;
}
.ms-home-hero__robotic-main{
  min-height:560px;
  display:grid;
  grid-template-columns:minmax(320px,.76fr) minmax(0,1.24fr);
  gap:18px;
  padding:18px;
  overflow:hidden;
  border-radius:32px;
  background:
    radial-gradient(circle at top left, rgba(89,156,76,.34), transparent 34%),
    radial-gradient(circle at 82% 18%, rgba(255,255,255,.12), transparent 28%),
    linear-gradient(135deg, #131a16, #1b241f 48%, #243029);
  border:1px solid var(--hero-line);
  box-shadow:0 24px 44px rgba(15,19,17,.28);
  position:relative;
  isolation:isolate;
}
.ms-home-hero__robotic-copy{
  display:grid;
  align-content:start;
  gap:16px;
  min-width:0;
  padding:26px;
  border-radius:26px;
  background:
    radial-gradient(circle at top left, rgba(89,156,76,.22), transparent 38%),
    linear-gradient(180deg, rgba(27,33,29,.96), rgba(22,28,24,.92));
  border:1px solid rgba(89,156,76,.18);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05);
}
.ms-home-hero__robotic-brand{
  display:grid;
  grid-template-columns:clamp(72px, 6vw, 84px) minmax(0,1fr);
  align-items:start;
  gap:clamp(12px, 1.2vw, 16px);
  margin-bottom:14px;
  min-width:0;
}
.ms-home-hero__robotic-badge{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:clamp(72px, 6vw, 84px);
  height:clamp(72px, 6vw, 84px);
  border-radius:24px;
  background:linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.03));
  border:1px solid rgba(89,156,76,.28);
  box-shadow:0 18px 34px rgba(15,19,17,.34), inset 0 1px 0 rgba(255,255,255,.06);
  overflow:hidden;
}
.ms-home-hero__robotic-badge::before{
  content:"";
  position:absolute;
  inset:clamp(8px, .7vw, 10px);
  border-radius:20px;
  background:
    radial-gradient(circle at 50% 32%, rgba(89,156,76,.3), transparent 34%),
    linear-gradient(180deg, rgba(26,33,29,.96), rgba(15,19,17,.9));
}
.ms-home-hero__robotic-badge-robot{
  position:relative;
  z-index:1;
  width:clamp(48px, 4vw, 58px);
  height:clamp(48px, 4vw, 58px);
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cg fill='%23000'%3E%3Cpath d='M26 6h12l1 7h6c4 0 8 4 8 8v12c0 4-4 8-8 8H19c-4 0-8-4-8-8V21c0-4 4-8 8-8h6l1-7Zm-3 18a4 4 0 1 0 0 8 4 4 0 0 0 0-8Zm18 0a4 4 0 1 0 0 8 4 4 0 0 0 0-8ZM20 45h8v10c0 2-2 4-4 4s-4-2-4-4V45Zm16 0h8v10c0 2-2 4-4 4s-4-2-4-4V45ZM8 26h6v14H8c-2 0-4-2-4-4v-6c0-2 2-4 4-4Zm42 0h6c2 0 4 2 4 4v6c0 2-2 4-4 4h-6V26Z'/%3E%3Crect x='29' y='1' width='6' height='8' rx='3'/%3E%3C/g%3E%3C/svg%3E");
  mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cg fill='%23000'%3E%3Cpath d='M26 6h12l1 7h6c4 0 8 4 8 8v12c0 4-4 8-8 8H19c-4 0-8-4-8-8V21c0-4 4-8 8-8h6l1-7Zm-3 18a4 4 0 1 0 0 8 4 4 0 0 0 0-8Zm18 0a4 4 0 1 0 0 8 4 4 0 0 0 0-8ZM20 45h8v10c0 2-2 4-4 4s-4-2-4-4V45Zm16 0h8v10c0 2-2 4-4 4s-4-2-4-4V45ZM8 26h6v14H8c-2 0-4-2-4-4v-6c0-2 2-4 4-4Zm42 0h6c2 0 4 2 4 4v6c0 2-2 4-4 4h-6V26Z'/%3E%3Crect x='29' y='1' width='6' height='8' rx='3'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-mask-repeat:no-repeat;
  mask-repeat:no-repeat;
  -webkit-mask-position:center;
  mask-position:center;
  -webkit-mask-size:contain;
  mask-size:contain;
  background:linear-gradient(180deg, #f6f1e7, #dcead1);
  filter:drop-shadow(0 0 14px rgba(89,156,76,.28));
}
.ms-home-hero__robotic-badge-asset{
  position:relative;
  z-index:1;
  width:clamp(50px, 4.2vw, 60px);
  height:clamp(50px, 4.2vw, 60px);
  object-fit:contain;
  filter:drop-shadow(0 0 16px rgba(89,156,76,.24));
}
.ms-home-hero__robotic-kicker{
  display:inline-flex;
  align-items:center;
  justify-self:stretch;
  width:auto;
  min-width:0;
  max-width:100%;
  min-height:40px;
  padding:10px clamp(12px, 1vw, 16px);
  border-radius:999px;
  background:rgba(89,156,76,.14);
  border:1px solid rgba(89,156,76,.28);
  color:#dcead1;
  font-size:clamp(10px, .72vw, 12px);
  font-weight:800;
  line-height:1.25;
  letter-spacing:.06em;
  text-transform:uppercase;
  white-space:normal;
  overflow-wrap:anywhere;
  word-break:break-word;
}
.ms-home-hero__robotic-copy .ms-home-hero__title{
  margin:0;
  min-width:0;
}
.ms-home-hero__robotic-copy .ms-home-hero__title span{
  color:#f6f1e7;
  font-size:clamp(44px, 4.15vw, 72px);
  line-height:.92;
  letter-spacing:-.055em;
  overflow-wrap:anywhere;
}
.ms-home-hero__robotic-copy .ms-home-hero__lead{
  color:var(--hero-text-soft);
  max-width:36ch;
}
.ms-home-hero__facts--robotic{
  gap:8px;
  min-width:0;
}
.ms-home-hero__facts--robotic li{
  display:grid;
  grid-template-columns:minmax(92px, 136px) minmax(0,1fr);
  align-items:start;
  gap:6px 12px;
  padding:10px 12px;
  background:rgba(89,156,76,.08);
  border-color:rgba(89,156,76,.18);
  color:#eef4ec;
  font-size:clamp(14px, .98vw, 16px);
}
.ms-home-hero__facts--robotic li span{
  min-width:0;
  overflow-wrap:anywhere;
}
.ms-home-hero__facts--robotic li span:first-child{
  font-size:clamp(13px, .86vw, 15px);
}
.ms-home-hero__facts--robotic li span:last-child{
  color:inherit;
  font-size:clamp(14px, .96vw, 16px);
}
.ms-home-hero__robotic-review{
  display:inline-flex;
  align-items:center;
  gap:14px;
  width:min(100%, 400px);
  max-width:100%;
  padding:14px 16px;
  border-radius:20px;
  background:rgba(246,241,231,.06);
  border:1px solid rgba(89,156,76,.22);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04);
  color:#f6f1e7;
  text-decoration:none;
  transition:transform .24s ease, border-color .24s ease, background .24s ease, box-shadow .24s ease;
}
.ms-home-hero__robotic-review:hover,
.ms-home-hero__robotic-review:focus-visible{
  transform:translateY(-2px);
  border-color:rgba(255,214,77,.46);
  background:rgba(246,241,231,.1);
  box-shadow:0 16px 28px rgba(15,19,17,.24);
}
.ms-home-hero__robotic-review-stars{
  flex:0 0 auto;
  color:#ffd64d;
  font-size:clamp(16px, 1.2vw, 18px);
  letter-spacing:.08em;
  text-shadow:0 0 18px rgba(255,214,77,.18);
}
.ms-home-hero__robotic-review-copy{
  display:grid;
  gap:2px;
  min-width:0;
}
.ms-home-hero__robotic-review-copy strong{
  font-size:16px;
  line-height:1.1;
  color:#f6f1e7;
}
.ms-home-hero__robotic-review-copy span{
  font-size:12px;
  line-height:1.35;
  color:rgba(220,234,209,.74);
}
.ms-home-hero__robotic-stage{
  position:relative;
  min-height:100%;
  border-radius:28px;
  overflow:hidden;
  border:1px solid rgba(89,156,76,.18);
  background:#16201b;
  transition:transform .42s cubic-bezier(.22,.61,.36,1), box-shadow .42s ease, border-color .42s ease;
}
.ms-home-hero__robotic-stage::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(rgba(89,156,76,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(89,156,76,.08) 1px, transparent 1px);
  background-size:44px 44px;
  opacity:.42;
  pointer-events:none;
  z-index:2;
}
.ms-home-hero__robotic-stage::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(24,31,27,.12), rgba(18,24,21,.44));
  pointer-events:none;
  z-index:2;
  transition:background .42s ease, opacity .42s ease;
}
.ms-home-hero__robotic-capture-layer{
  position:absolute;
  inset:0;
  z-index:3;
  pointer-events:none;
}
.ms-home-hero__robotic-grab-point{
  position:absolute;
  left:50%;
  bottom:70px;
  width:2px;
  height:2px;
  border-radius:999px;
  transform:translateX(-50%);
  opacity:0;
  background:transparent;
  border:0;
  box-shadow:none;
  transition:none;
}
.ms-home-hero__robotic-flight{
  position:fixed;
  z-index:9999;
  display:grid;
  gap:10px;
  justify-items:center;
  padding:10px 10px 12px;
  border-radius:22px;
  background:rgba(24,31,27,.92);
  border:1px solid rgba(89,156,76,.26);
  box-shadow:0 24px 46px rgba(15,19,17,.4);
  backdrop-filter:blur(16px);
  pointer-events:none;
  will-change:transform, opacity, filter;
  transition:transform .42s cubic-bezier(.22,.61,.36,1), opacity .28s ease, filter .28s ease;
}
.ms-home-hero__robotic-flight[hidden]{
  display:none !important;
  opacity:0 !important;
  visibility:hidden !important;
  transform:translate3d(-9999px, -9999px, 0) scale(.1) !important;
}
.ms-home-hero__robotic-flight img{
  width:72px;
  height:72px;
  object-fit:cover;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.14);
}
.ms-home-hero__robotic-flight span{
  color:#f6f1e7;
  font-size:11px;
  font-weight:800;
  letter-spacing:.06em;
  text-transform:uppercase;
  text-align:center;
}
.ms-home-hero__robotic-media{
  position:absolute;
  inset:0;
}
.ms-home-hero__robotic-media--fallback{
  opacity:.34;
  transform:scale(1.01);
}
.ms-home-hero__robotic-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  filter:saturate(.94) contrast(1.04) sepia(.03);
}
.ms-home-hero__robotic-media--spline{
  z-index:1;
}
.ms-home-hero__robotic-media--model-image{
  z-index:1;
}
.ms-home-hero__robotic-media--spline spline-viewer{
  width:100%;
  height:100%;
  display:block;
  background:transparent;
}
.ms-home-hero__robotic-orbits{
  position:absolute;
  inset:0;
  z-index:3;
  pointer-events:none;
}
.ms-home-hero__robotic-orbit{
  position:absolute;
  display:grid;
  gap:10px;
  justify-items:center;
  width:112px;
  padding:10px 10px 12px;
  border-radius:22px;
  background:rgba(28,36,31,.78);
  border:1px solid rgba(89,156,76,.18);
  box-shadow:0 14px 30px rgba(15,19,17,.26);
  backdrop-filter:blur(14px);
  animation:msRobotFloat 7.2s ease-in-out infinite;
  pointer-events:auto;
  text-decoration:none;
}
.ms-home-hero__robotic-orbit img{
  width:72px;
  height:72px;
  object-fit:cover;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.14);
}
.ms-home-hero__robotic-orbit span{
  color:#f6f1e7;
  font-size:11px;
  font-weight:800;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.ms-home-hero__robotic-orbit:hover,
.ms-home-hero__robotic-orbit:focus-visible{
  border-color:rgba(89,156,76,.42);
  transform:translateY(-2px);
}
.ms-home-hero__robotic-orbit.is-engaged{
  opacity:.16;
  transform:scale(.92);
}
.ms-home-hero__robotic-orbit--chair{
  top:28px;
  left:26px;
}
.ms-home-hero__robotic-orbit--table{
  top:84px;
  right:26px;
  animation-delay:-2.1s;
}
.ms-home-hero__robotic-orbit--loft{
  left:38px;
  bottom:108px;
  animation-delay:-4.2s;
}
.ms-home-hero__robotic-overlay{
  position:absolute;
  left:24px;
  right:24px;
  bottom:24px;
  z-index:3;
  display:grid;
  gap:6px;
  padding:16px 18px;
  border-radius:22px;
  background:rgba(28,37,31,.8);
  border:1px solid rgba(89,156,76,.18);
  backdrop-filter:blur(12px);
}
.ms-home-hero__robotic-overlay span{
  color:rgba(220,234,209,.72);
  font-size:11px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.ms-home-hero__robotic-overlay strong{
  color:#f6f1e7;
  font-size:22px;
  line-height:1.06;
}
.ms-home-hero__robotic-drawer{
  position:absolute;
  inset:0;
  z-index:5;
  display:flex;
  align-items:flex-end;
  justify-content:center;
  padding:20px 24px 74px;
  background:rgba(15,19,17,.12);
  opacity:0;
  pointer-events:none;
  transition:opacity .28s ease;
}
.ms-home-hero__robotic-drawer-shell{
  position:relative;
  width:min(440px, calc(100% - 320px));
  max-width:440px;
  overflow:hidden;
  pointer-events:auto;
  padding:16px 16px 14px;
  border-radius:26px;
  color:#eef4ec;
  background:
    radial-gradient(circle at top left, rgba(89,156,76,.18), transparent 28%),
    linear-gradient(160deg, rgba(20,27,23,.98), rgba(24,31,27,.96) 56%, rgba(16,21,18,.98));
  border:1px solid rgba(89,156,76,.22);
  box-shadow:0 30px 60px rgba(15,19,17,.46);
  backdrop-filter:blur(20px);
  transform:translate3d(0, 44px, 0) scale(.98);
  opacity:0;
  transition:transform .38s cubic-bezier(.22,.61,.36,1), opacity .28s ease;
}
.ms-home-hero__robotic-drawer-content{
  min-height:0;
}
.ms-home-hero__robotic-drawer-close{
  position:absolute;
  top:16px;
  right:16px;
  width:42px;
  height:42px;
  border:0;
  border-radius:14px;
  background:rgba(255,255,255,.06);
  box-shadow:inset 0 0 0 1px rgba(89,156,76,.18);
  cursor:pointer;
}
.ms-home-hero__robotic-drawer-close::before,
.ms-home-hero__robotic-drawer-close::after{
  content:"";
  position:absolute;
  top:50%;
  left:50%;
  width:16px;
  height:2px;
  border-radius:999px;
  background:#e7f0df;
}
.ms-home-hero__robotic-drawer-close::before{transform:translate(-50%, -50%) rotate(45deg)}
.ms-home-hero__robotic-drawer-close::after{transform:translate(-50%, -50%) rotate(-45deg)}
.ms-home-hero__robotic.is-panel-open .ms-home-hero__robotic-drawer{
  opacity:1;
  pointer-events:none;
}
.ms-home-hero__robotic.is-panel-open .ms-home-hero__robotic-drawer-shell{
  transform:translate3d(0, 0, 0) scale(1);
  opacity:1;
}
.ms-home-hero__robotic.is-animating .ms-home-hero__robotic-stage{
  box-shadow:0 0 0 1px rgba(89,156,76,.18), 0 26px 52px rgba(15,19,17,.4);
}
.ms-home-hero__robotic.is-pulling .ms-home-hero__robotic-stage{
  transform:scale(1.014);
  border-color:rgba(89,156,76,.28);
}
.ms-home-hero__robotic.is-pulling .ms-home-hero__robotic-stage::after{
  background:linear-gradient(180deg, rgba(24,31,27,.18), rgba(15,19,17,.74));
}
.ms-home-hero__robotic.is-pulling .ms-home-hero__robotic-grab-point{
  opacity:0;
  transform:translateX(-50%);
}
.ms-home-hero__robotic.is-launching .ms-home-hero__robotic-stage{
  transform:scale(1.02);
}
.ms-home-hero__robotic.is-launching .ms-home-hero__robotic-stage::after{
  background:linear-gradient(180deg, rgba(32,40,35,.08), rgba(15,19,17,.8));
}
.ms-home-hero__robotic-rail{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}
.ms-home-hero__robotic-card{
  display:grid;
  grid-template-columns:minmax(0,1fr) 180px;
  gap:14px;
  min-height:188px;
  padding:14px;
  border-radius:24px;
  text-decoration:none;
  color:#eef4ec;
  background:linear-gradient(135deg, rgba(24,31,27,.98), rgba(31,39,34,.98));
  border:1px solid rgba(89,156,76,.16);
  box-shadow:0 16px 28px rgba(15,19,17,.18);
}
.ms-home-hero__robotic-card-copy{
  display:grid;
  align-content:start;
  gap:8px;
}
.ms-home-hero__robotic-card-index{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:36px;
  height:36px;
  border-radius:999px;
  background:rgba(89,156,76,.12);
  border:1px solid rgba(89,156,76,.24);
  color:#dcead1;
  font-family:"Unbounded","Manrope",sans-serif;
  font-size:11px;
}
.ms-home-hero__robotic-card-copy strong{
  font-size:20px;
  line-height:1.14;
  color:#f6f1e7;
}
.ms-home-hero__robotic-card-copy span:last-child{
  font-size:13px;
  line-height:1.5;
  color:var(--hero-text-soft);
}
.ms-home-hero__robotic-card-media{
  position:relative;
  overflow:hidden;
  border-radius:18px;
}
.ms-home-hero__robotic-card-media img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.ms-home-hero__robotic-modal-bank{display:none}
.ms-home-hero__robotic-modal{
  width:100%;
  max-width:none;
  padding:22px 52px 0 0;
  border-radius:0;
  color:#eef4ec;
  background:none;
  border:0;
  box-shadow:none;
}
.ms-home-hero__robotic-modal-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
.ms-home-hero__robotic-modal-item{
  display:grid;
  gap:10px;
  min-height:0;
  padding:10px;
  border-radius:18px;
  text-decoration:none;
  color:#eef4ec;
  background:linear-gradient(180deg, rgba(89,156,76,.09), rgba(255,255,255,.03));
  border:1px solid rgba(89,156,76,.16);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.03);
  transition:transform .22s ease, border-color .22s ease, background .22s ease;
}
.ms-home-hero__robotic-modal-item-media{
  display:block;
  aspect-ratio:1 / 1;
  overflow:hidden;
  border-radius:14px;
}
.ms-home-hero__robotic-modal-item-media img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}
.ms-home-hero__robotic-modal-item-copy{
  display:grid;
  gap:4px;
}
.ms-home-hero__robotic-modal-item:hover,
.ms-home-hero__robotic-modal-item:focus-visible{
  transform:translateY(-2px);
  border-color:rgba(89,156,76,.34);
  background:rgba(89,156,76,.12);
}
.ms-home-hero__robotic-modal-item-copy strong{
  font-size:14px;
  line-height:1.16;
  color:#f6f1e7;
}
.ms-home-hero__robotic-modal-item-copy span{
  font-size:13px;
  line-height:1.3;
  color:#d8e8cd;
  font-weight:800;
}
.ms-home-hero__robotic-modal-actions{
  display:flex;
  justify-content:flex-end;
  flex-wrap:wrap;
  gap:10px;
  margin-top:12px;
}
.ms-home-hero__robotic-modal-more,
.ms-home-hero__robotic-modal-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 16px;
  border-radius:14px;
  text-decoration:none;
  font-size:13px;
  font-weight:800;
}
.ms-home-hero__robotic-modal-more{
  border:1px solid rgba(89,156,76,.22);
  background:rgba(89,156,76,.08);
  color:#eef4ec;
  cursor:pointer;
}
.ms-home-hero__robotic-modal-cta{
  color:#ffffff;
  background:linear-gradient(180deg, #68b258, #4f923f);
  box-shadow:0 14px 28px rgba(89,156,76,.24);
}
.ms-home-hero__robotic-modal-cta--category{
  margin-right:auto;
}
.fancybox__content .ms-home-hero__robotic-modal{
  display:block !important;
}
@keyframes msRobotFloat{
  0%,100%{transform:translate3d(0,0,0)}
  50%{transform:translate3d(0,-10px,0)}
}
@media (prefers-reduced-motion:reduce){
  .ms-home-hero__robotic-orbit{animation:none}
  .ms-home-hero__robotic-flight,
  .ms-home-hero__robotic-stage,
  .ms-home-hero__robotic-grab-point,
  .ms-home-hero__robotic-modal-item,
  .ms-home-hero__robotic-drawer,
  .ms-home-hero__robotic-drawer-shell{transition:none}
}
@media (min-width:1101px){
  .ms-home-hero{
    padding:8px 0 10px;
  }
  .ms-home-hero__story{
    min-height:calc(100svh - 188px);
    align-items:stretch;
  }
  .ms-home-hero__story-main{
    min-height:0;
    height:100%;
    grid-template-columns:minmax(300px,.82fr) minmax(360px,1.18fr);
  }
  .ms-home-hero__story-copy{
    padding:28px 30px;
  }
  .ms-home-hero__title span{
    font-size:clamp(28px,4vw,58px);
    line-height:.98;
  }
  .ms-home-hero__lead{
    margin-top:12px;
    font-size:15px;
    line-height:1.5;
    max-width:34ch;
  }
  .ms-home-hero__facts{
    margin-top:14px;
    gap:8px;
  }
  .ms-home-hero__facts li{
    font-size:13px;
  }
  .ms-home-hero__actions{
    margin-top:18px;
  }
  .ms-home-hero__btn{
    min-height:46px;
    padding:0 16px;
  }
  .ms-home-hero__story-rail{
    grid-template-rows:repeat(3, minmax(0,1fr));
  }
  .ms-home-hero__story-item{
    min-height:0;
    padding:12px;
    gap:10px;
    grid-template-columns:40px minmax(0,1fr) 92px;
  }
  .ms-home-hero__story-item-copy{
    gap:4px;
  }
  .ms-home-hero__story-item-copy strong{
    font-size:16px;
    line-height:1.16;
  }
  .ms-home-hero__story-item-copy span{
    font-size:12px;
    line-height:1.4;
  }
  .ms-home-hero__story-item-thumb{
    height:84px;
  }
  .ms-home-hero__feature-band-stage,
  .ms-home-hero__editorial-main,
  .ms-home-hero__layered-main,
  .ms-home-hero__robotic-main{
    min-height:calc(100svh - 188px);
    height:100%;
  }
  .ms-home-hero__feature-band-copy,
  .ms-home-hero__editorial-copy,
  .ms-home-hero__layered-copy,
  .ms-home-hero__robotic-copy{
    padding:28px 30px;
  }
  .ms-home-hero__feature-band-row{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
  .ms-home-hero__feature-band-card{
    min-height:142px;
    padding:16px;
  }
  .ms-home-hero__feature-band-card strong{
    font-size:17px;
  }
  .ms-home-hero__editorial-card{
    min-height:156px;
    grid-template-columns:136px minmax(0,1fr);
  }
  .ms-home-hero__editorial-card-copy strong{
    font-size:17px;
  }
  .ms-home-hero__layered-card{
    width:min(286px,calc(100% - 36px));
    padding:16px;
  }
  .ms-home-hero__layered-card strong{
    font-size:17px;
  }
  .ms-home-hero__robotic-card{
    min-height:164px;
    grid-template-columns:minmax(0,1fr) 152px;
  }
  .ms-home-hero__robotic-card-copy strong{
    font-size:17px;
  }
  .ms-home-hero__robotic-copy .ms-home-hero__title span{
    font-size:clamp(42px, 4.8vw, 64px);
  }
}
@media (max-width:1100px){
  .ms-home-hero__bento,
  .ms-home-hero__story,
  .ms-home-hero__feature-card,
  .ms-home-hero__story-main,
  .ms-home-hero__feature-band-stage,
  .ms-home-hero__editorial-main,
  .ms-home-hero__layered-main,
  .ms-home-hero__robotic-main{
    grid-template-columns:1fr;
  }
  .ms-home-hero__feature-band-row,
  .ms-home-hero__editorial-rail,
  .ms-home-hero__robotic-rail{grid-template-columns:1fr}
  .ms-home-hero__robotic-orbits{
    position:relative;
    inset:auto;
    z-index:4;
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:12px;
    padding:14px;
    pointer-events:auto;
  }
  .ms-home-hero__robotic-orbit{
    position:relative;
    top:auto;
    right:auto;
    left:auto;
    bottom:auto;
    width:auto;
  }
  .ms-home-hero__robotic-grab-point{
    left:50%;
    bottom:28px;
    width:2px;
    height:2px;
  }
  .ms-home-hero__layered-card{
    position:relative;
    right:auto;
    top:auto;
    bottom:auto;
    width:auto;
    margin:0 14px 14px;
  }
  .ms-home-hero__stack{grid-template-columns:1fr 1fr}
  .ms-home-hero__mini-card{grid-template-columns:1fr}
  .ms-home-hero__mini-media{min-height:220px}
  .ms-home-hero--slider_editorial .ms-home-hero__media{
    position:absolute;
    inset:0;
    width:auto;
  }
  .ms-home-hero--slider_editorial .ms-home-hero__slide::before{
    background:
      radial-gradient(circle at 14% 16%, rgba(89,156,76,.14), transparent 34%),
      linear-gradient(180deg, rgba(255,255,255,.94) 0%, rgba(255,255,255,.84) 46%, rgba(255,255,255,.16) 100%);
  }
  .ms-home-hero__robotic-copy .ms-home-hero__title span{
    font-size:clamp(38px, 6vw, 56px);
  }
}
@media (max-width:900px){
  .ms-home-hero__slide{min-height:620px}
  .ms-home-hero__feature-band-stage,
  .ms-home-hero__editorial-main,
  .ms-home-hero__layered-main,
  .ms-home-hero__robotic-main{min-height:auto}
  .ms-home-hero__robotic-drawer{
    padding:12px;
    justify-content:stretch;
  }
  .ms-home-hero__robotic-drawer-shell{
    width:100%;
    max-width:none;
    padding:18px;
    border-radius:24px;
    transform:translate3d(0, 36px, 0) scale(.98);
  }
  .ms-home-hero__robotic-modal{padding-right:52px}
  .ms-home-hero__robotic-modal-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ms-home-hero__robotic-review{
    width:100%;
  }
  .ms-home-hero__facts--robotic li{
    grid-template-columns:minmax(84px, 120px) minmax(0,1fr);
  }
  .ms-home-hero--slider_split .ms-home-hero__panel,
  .ms-home-hero--slider_editorial .ms-home-hero__panel{
    width:calc(100% - 28px);
    margin:14px;
    padding:22px;
  }
  .ms-home-hero--slider_focus .ms-home-hero__panel{
    left:18px;
    right:18px;
    bottom:18px;
  }
  .ms-home-hero__stack{grid-template-columns:1fr}
}
@media (max-width:700px){
  .ms-home-hero{
    width:min(1320px,calc(100% - 18px));
    padding-top:14px;
  }
  .ms-home-hero__slide,
  .ms-home-hero__feature-card,
  .ms-home-hero__story-main,
  .ms-home-hero__feature-band-stage,
  .ms-home-hero__editorial-main,
  .ms-home-hero__layered-main,
  .ms-home-hero__robotic-main{min-height:auto;border-radius:24px}
  .ms-home-hero--slider_split .ms-home-hero__panel,
  .ms-home-hero--slider_editorial .ms-home-hero__panel{
    margin:10px;
    padding:18px;
    border-radius:22px;
  }
  .ms-home-hero__feature-copy,
  .ms-home-hero__story-copy,
  .ms-home-hero__feature-band-copy,
  .ms-home-hero__editorial-copy,
  .ms-home-hero__layered-copy,
  .ms-home-hero__robotic-copy{padding:22px}
  .ms-home-hero__actions{display:grid;grid-template-columns:1fr}
  .ms-home-hero__feature-band-card,
  .ms-home-hero__editorial-card,
  .ms-home-hero__robotic-card{min-height:auto}
  .ms-home-hero__editorial-card{grid-template-columns:1fr}
  .ms-home-hero__robotic-card{grid-template-columns:1fr}
  .ms-home-hero__robotic-orbits{grid-template-columns:1fr}
  .ms-home-hero__robotic-modal{padding:24px 52px 0 0}
  .ms-home-hero__robotic-modal-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ms-home-hero__robotic-review{
    padding:12px 14px;
    border-radius:18px;
  }
  .ms-home-hero__robotic-review-copy strong{
    font-size:15px;
  }
  .ms-home-hero__robotic-copy .ms-home-hero__title span{
    font-size:clamp(32px, 9.5vw, 46px);
    line-height:.96;
  }
  .ms-home-hero__robotic-brand{
    grid-template-columns:72px minmax(0,1fr);
  }
  .ms-home-hero__facts--robotic li{
    grid-template-columns:1fr;
    gap:2px;
  }
  .ms-home-hero__robotic-grab-point{
    width:2px;
    height:2px;
    bottom:18px;
  }
  .ms-home-hero__robotic-modal-actions{
    justify-content:stretch;
    display:grid;
    grid-template-columns:1fr;
  }
  .counter_wrapper{
    margin-top:10px;
    justify-content:flex-start;
    padding-right:0;
  }
  .ms-home-hero__mini-card,
  .ms-home-hero__story-item{grid-template-columns:1fr}
  .ms-home-hero__story-item-thumb{height:180px}
  .ms-home-hero--slider_focus .ms-home-hero__panel{
    position:relative;
    left:auto;
    right:auto;
    bottom:auto;
    margin:16px;
  }
}

.ms-home-hero__saen{
  display:block;
}
.ms-home-hero__saen-main{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,.84fr) minmax(0,1.16fr);
  gap:20px;
  min-height:min(820px, calc(100svh - 188px));
  padding:24px;
  border-radius:36px;
  overflow:hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(129, 184, 86, .14), transparent 28%),
    radial-gradient(circle at 88% 12%, rgba(137, 173, 117, .12), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #fbfcf7 74%, #edf6dc 100%);
  box-shadow:0 26px 60px rgba(29, 43, 26, .08);
}
.ms-home-hero__saen-copy,
.ms-home-hero__saen-stage{
  position:relative;
  z-index:1;
}
.ms-home-hero__saen-copy{
  display:grid;
  align-content:start;
  gap:18px;
  padding:10px 6px 6px;
}
.ms-home-hero__saen-meta,
.ms-home-hero__saen-current,
.ms-home-hero__saen-stage-copy,
.ms-home-hero__saen-card-copy{
  display:none;
}
.ms-home-hero__title--saen span{
  font-size:clamp(38px, 4.1vw, 60px);
  line-height:.92;
  letter-spacing:-.07em;
}
.ms-home-hero__lead--saen{
  max-width:60ch;
  color:#49564a;
}
.ms-home-hero__saen-meta,
.ms-home-hero__saen-current{
  display:grid;
  gap:10px;
  padding:18px 20px;
  border-radius:28px;
  background:rgba(255,255,255,.82);
  border:1px solid rgba(118, 151, 96, .18);
  box-shadow:0 14px 28px rgba(27, 39, 24, .05);
}
.ms-home-hero__saen-meta-label,
.ms-home-hero__saen-current-label{
  font-size:12px;
  line-height:1.2;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:#6f8d63;
}
.ms-home-hero__saen-signals{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.ms-home-hero__saen-signals span{
  display:inline-flex;
  align-items:center;
  min-height:38px;
  padding:0 14px;
  border-radius:999px;
  background:rgba(106, 166, 68, .12);
  color:#234025;
  font-size:13px;
  line-height:1.35;
  font-weight:700;
}
.ms-home-hero__saen-current-grid{
  display:grid;
  gap:12px;
}
.ms-home-hero__saen-current-item{
  display:grid;
  gap:6px;
  padding:14px 16px;
  border-radius:22px;
  background:linear-gradient(180deg, rgba(255,255,255,.94), rgba(247,251,242,.92));
  border:1px solid rgba(118, 151, 96, .16);
  color:#162733;
  text-decoration:none;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.ms-home-hero__saen-current-item:hover{
  transform:translateY(-2px);
  box-shadow:0 16px 30px rgba(23, 37, 25, .08);
  border-color:rgba(106, 166, 68, .34);
}
.ms-home-hero__saen-current-item strong{
  font-size:17px;
  line-height:1.18;
}
.ms-home-hero__saen-current-item span{
  color:#5e6d63;
  font-size:13px;
  line-height:1.5;
}
.ms-home-hero__saen-stage{
  display:grid;
  grid-template-rows:1fr;
  align-content:start;
  align-items:start;
  gap:0;
  min-height:100%;
  padding:24px 22px 22px;
  border-radius:32px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.92) 0%, rgba(255,255,255,.98) 58%, rgba(241,248,229,.98) 100%);
  border:1px solid rgba(154, 191, 129, .22);
  overflow:hidden;
}
.ms-home-hero__saen-stage::before,
.ms-home-hero__saen-stage::after{
  content:"";
  position:absolute;
  left:-5%;
  right:-5%;
  bottom:-2%;
  height:34%;
  z-index:0;
  pointer-events:none;
}
.ms-home-hero__saen-stage::before{
  background:
    linear-gradient(156deg, rgba(120, 191, 72, .94) 0%, rgba(99, 171, 66, .86) 56%, rgba(82, 148, 54, .92) 100%);
  clip-path:polygon(0 40%, 19% 74%, 42% 48%, 64% 70%, 100% 32%, 100% 100%, 0 100%);
}
.ms-home-hero__saen-stage::after{
  background:
    linear-gradient(148deg, rgba(212, 238, 173, .94) 0%, rgba(170, 216, 123, .82) 58%, rgba(132, 188, 91, .64) 100%);
  clip-path:polygon(0 66%, 24% 46%, 48% 76%, 73% 52%, 100% 70%, 100% 100%, 0 100%);
}
.ms-home-hero__saen-lineup{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  width:100%;
  gap:10px;
  align-items:end;
  align-self:end;
  min-height:100%;
}
.ms-home-hero__saen-card{
  position:relative;
  display:grid;
  gap:0;
  align-content:end;
  min-height:0;
  padding:0;
  border-radius:0;
  background:transparent;
  text-decoration:none;
  color:#182435;
  transition:transform .2s ease, opacity .2s ease;
}
.ms-home-hero__saen-card:hover{
  transform:translateY(-4px);
  opacity:.96;
}
.ms-home-hero__saen-card-media{
  display:grid;
  align-items:end;
  justify-items:center;
  min-height:260px;
}
.ms-home-hero__saen-card-media img{
  width:auto;
  max-width:100%;
  max-height:248px;
  object-fit:contain;
  filter:drop-shadow(0 24px 18px rgba(38, 45, 37, .08));
}

@media (max-width:1240px){
  .ms-home-hero__saen-main{
    grid-template-columns:1fr;
    min-height:auto;
  }
  .ms-home-hero__saen-lineup{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
}

@media (max-width:900px){
  .ms-home-hero__saen-main{
    padding:18px;
    border-radius:28px;
  }
  .ms-home-hero__saen-stage{
    padding:24px 18px 18px;
    border-radius:26px;
  }
  .ms-home-hero__saen-card-media{
    min-height:210px;
  }
  .ms-home-hero__saen-card-media img{
    max-height:196px;
  }
}

@media (max-width:700px){
  .ms-home-hero__saen-main{
    gap:16px;
    padding:12px;
    border-radius:24px;
  }
  .ms-home-hero__saen-copy{
    gap:14px;
    padding:8px 2px 2px;
  }
  .ms-home-hero__title--saen span{
    font-size:clamp(32px, 9.6vw, 46px);
  }
  .ms-home-hero__saen-meta,
  .ms-home-hero__saen-current{
    padding:16px;
    border-radius:22px;
  }
  .ms-home-hero__saen-lineup{
    grid-template-columns:1fr;
    gap:12px;
  }
  .ms-home-hero__saen-card{
    padding:0;
  }
  .ms-home-hero__saen-card-media{
    min-height:170px;
  }
  .ms-home-hero__saen-card-media img{
    max-height:162px;
  }
}

.ms-home-hero--position_slider{
  padding-top:12px;
}
.ms-home-hero__positions-shell{
  position:relative;
}
.ms-home-hero__positions-stage{
  position:relative;
  display:block;
  min-height:min(640px, calc(100svh - 150px));
  padding:26px;
  overflow:hidden;
  border-radius:36px;
  background:
    radial-gradient(circle at 16% 12%, rgba(255,255,255,.9), transparent 30%),
    radial-gradient(circle at 88% 16%, rgba(89,156,76,.12), transparent 28%),
    linear-gradient(135deg, #f7f1e7 0%, #f2f4ea 48%, #e7ecdc 100%);
  border:1px solid rgba(111, 141, 99, .18);
  box-shadow:0 28px 58px rgba(43, 51, 36, .1);
}
.ms-home-hero__positions-stage::before,
.ms-home-hero__positions-stage::after{
  content:"";
  position:absolute;
  pointer-events:none;
}
.ms-home-hero__positions-stage::before{
  inset:auto auto -16% -8%;
  width:54%;
  height:34%;
  background:linear-gradient(146deg, rgba(205, 223, 180, .72) 0%, rgba(170, 198, 142, .52) 100%);
  clip-path:polygon(0 66%, 18% 36%, 42% 72%, 64% 46%, 100% 82%, 100% 100%, 0 100%);
}
.ms-home-hero__positions-stage::after{
  inset:-14% -12% auto auto;
  width:34%;
  height:52%;
  border-radius:42%;
  background:radial-gradient(circle, rgba(255,255,255,.82) 0%, rgba(255,255,255,0) 72%);
  filter:blur(12px);
}
.ms-home-hero__positions-copy{
  position:relative;
  z-index:1;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:18px;
  min-width:0;
  padding:8px 4px 8px 0;
}
.ms-home-hero__eyebrow--positions{
  align-self:flex-start;
  background:rgba(255,255,255,.82);
  border-color:rgba(111, 141, 99, .18);
  color:#445340;
}
.ms-home-hero__positions-title{
  margin:0;
  font-family:"Unbounded","Manrope",sans-serif;
  font-size:clamp(34px, 4vw, 64px);
  line-height:.96;
  letter-spacing:-.06em;
  color:#23301f;
  max-width:10ch;
}
.ms-home-hero__positions-text{
  margin:0;
  max-width:44ch;
  font-size:clamp(15px, 1.16vw, 18px);
  line-height:1.58;
  color:#4a5645;
}
.ms-home-hero__positions-text--primary{
  color:#2e3929;
  font-weight:700;
}
.ms-home-hero__positions-signals{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.ms-home-hero__positions-signals span{
  display:inline-flex;
  align-items:center;
  min-height:38px;
  padding:9px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.66);
  border:1px solid rgba(111, 141, 99, .18);
  box-shadow:0 12px 24px rgba(43, 51, 36, .06);
  color:#51604c;
  font-size:13px;
  line-height:1.2;
}
.ms-home-hero__actions--positions{
  flex-wrap:wrap;
  margin-top:4px;
}
.ms-home-hero__positions-track{
  position:relative;
  z-index:1;
  min-width:0;
  padding:4px 0 0;
}
.ms-home-hero__positions-carousel{
  position:relative;
  pointer-events:auto;
}
.ms-home-hero__positions-slide{
  position:relative;
}
.ms-home-hero__positions-grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:16px;
}
.ms-home-hero__positions-card{
  position:relative;
  display:grid;
  align-content:start;
  gap:14px;
  min-height:404px;
  padding:18px;
  border-radius:30px;
  background:linear-gradient(180deg, rgba(255,255,255,.96), rgba(251,248,242,.94));
  border:1px solid rgba(111, 141, 99, .16);
  box-shadow:0 22px 38px rgba(43, 51, 36, .08);
  text-decoration:none;
  color:#22311f;
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
  isolation:isolate;
}
.ms-home-hero__positions-card::before{
  content:"";
  position:absolute;
  inset:14px 14px auto auto;
  width:96px;
  height:96px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(89,156,76,.14) 0%, rgba(89,156,76,0) 70%);
  pointer-events:none;
}
.ms-home-hero__positions-card:hover,
.ms-home-hero__positions-card:focus-visible{
  transform:translateY(-4px);
  box-shadow:0 26px 44px rgba(43, 51, 36, .12);
  border-color:rgba(89, 156, 76, .28);
}
.ms-home-hero__positions-card-top{
  position:relative;
  z-index:2;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}
.ms-home-hero__positions-chip,
.ms-home-hero__positions-index{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(241, 247, 235, .92);
  border:1px solid rgba(111, 141, 99, .14);
  color:#537249;
  font-size:12px;
  line-height:1;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.ms-home-hero__positions-index{
  background:rgba(255,255,255,.94);
  color:#7b9074;
}
.ms-home-hero__positions-media{
  position:relative;
  z-index:1;
  display:flex;
  align-items:flex-end;
  justify-content:center;
  min-height:326px;
  padding:8px 0 0;
}
.ms-home-hero__positions-media::after{
  content:"";
  position:absolute;
  left:12%;
  right:12%;
  bottom:8px;
  height:40px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(57, 73, 45, .16) 0%, rgba(57, 73, 45, 0) 72%);
  z-index:-1;
}
.ms-home-hero__positions-media img{
  display:block;
  width:auto;
  max-width:100%;
  max-height:348px;
  object-fit:contain;
  filter:drop-shadow(0 28px 22px rgba(40, 48, 33, .14));
}
.ms-home-hero__positions-card--table .ms-home-hero__positions-media{
  min-height:346px;
}
.ms-home-hero__positions-card--table .ms-home-hero__positions-media img{
  max-width:126%;
  max-height:386px;
  transform:translateY(8px) scale(1.16);
  transform-origin:center bottom;
}
.ms-home-hero__positions-card--chair .ms-home-hero__positions-media img{
  max-width:96%;
}
.ms-home-hero__positions-copy-block{
  position:relative;
  z-index:2;
  display:grid;
  gap:8px;
}
.ms-home-hero__positions-name{
  display:block;
  font-family:"Unbounded","Manrope",sans-serif;
  font-size:clamp(18px, 1.5vw, 24px);
  line-height:1.06;
  letter-spacing:-.04em;
  text-transform:uppercase;
  color:#22311f;
}
.ms-home-hero__positions-subtitle{
  display:block;
  color:#5a6654;
  font-size:14px;
  line-height:1.48;
}
.ms-home-hero__positions-link{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#4f923f;
  font-size:13px;
  line-height:1.2;
  font-weight:800;
}
.ms-home-hero__positions-link::after{
  content:"";
  width:8px;
  height:8px;
  border-top:2px solid currentColor;
  border-right:2px solid currentColor;
  transform:rotate(45deg);
}
.ms-home-hero--position_slider .counter_wrapper{
  justify-content:center;
  margin-top:16px;
  padding-right:0;
  position:relative;
  z-index:4;
}
.ms-home-hero--position_slider #counter{
  min-width:92px;
  min-height:38px;
  background:rgba(255,255,255,.92);
  color:#2f372f;
  border:1px solid rgba(111, 141, 99, .18);
  box-shadow:0 12px 24px rgba(43, 51, 36, .08);
}
.ms-home-hero--position_slider .slider_counter_second,
.ms-home-hero--position_slider .slider_counter_separator{
  color:#7b9074;
  opacity:1;
}
.ms-home-hero__positions-track .owl-nav{
  position:absolute;
  inset:0;
  z-index:4;
  pointer-events:none;
}
.ms-home-hero__positions-track .owl-nav button{
  position:absolute;
  top:50%;
  width:46px;
  height:46px;
  margin:0;
  padding:0 !important;
  border:0 !important;
  border-radius:999px !important;
  background:rgba(251, 250, 245, .96) !important;
  background-image:none !important;
  box-shadow:0 10px 22px rgba(43, 51, 36, .12);
  outline:1px solid rgba(111, 141, 99, .2);
  transform:translateY(-50%);
  pointer-events:auto;
  color:transparent !important;
  font-size:0 !important;
  line-height:0 !important;
  text-indent:-9999px;
  overflow:hidden;
  appearance:none;
}
.ms-home-hero__positions-track .owl-nav button span,
.ms-home-hero__positions-track .owl-nav button i,
.ms-home-hero__positions-track .owl-nav button svg{
  display:none !important;
}
.ms-home-hero__positions-track .owl-nav button::after{
  display:none !important;
}
.ms-home-hero__positions-track .owl-nav button::before{
  content:"";
  position:absolute;
  inset:0;
  width:10px;
  height:10px;
  margin:auto;
  border-left:2px solid #394338;
  border-bottom:2px solid #394338;
}
.ms-home-hero__positions-track .owl-nav .owl-prev{
  left:0;
}
.ms-home-hero__positions-track .owl-nav .owl-prev::before{
  transform:translateX(2px) rotate(45deg);
}
.ms-home-hero__positions-track .owl-nav .owl-next{
  right:0;
}
.ms-home-hero__positions-track .owl-nav .owl-next::before{
  transform:translateX(-2px) rotate(-135deg);
}
.ms-home-hero__positions-track .owl-nav button.disabled{
  opacity:.42;
}

@media (max-width:1280px){
  .ms-home-hero__positions-stage{
    min-height:600px;
  }
  .ms-home-hero__positions-card{
    min-height:368px;
  }
  .ms-home-hero__positions-media{
    min-height:288px;
  }
  .ms-home-hero__positions-media img{
    max-height:306px;
  }
  .ms-home-hero__positions-card--table .ms-home-hero__positions-media{
    min-height:302px;
  }
  .ms-home-hero__positions-card--table .ms-home-hero__positions-media img{
    max-width:124%;
    max-height:340px;
    transform:translateY(6px) scale(1.14);
  }
}

@media (max-width:1050px){
  .ms-home-hero__positions-stage{
    min-height:auto;
    padding:20px;
  }
  .ms-home-hero__positions-track{
    padding-top:0;
  }
  .ms-home-hero__positions-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
  .ms-home-hero__positions-card{
    min-height:332px;
  }
  .ms-home-hero__positions-media{
    min-height:252px;
  }
  .ms-home-hero__positions-media img{
    max-height:272px;
  }
  .ms-home-hero__positions-card--table .ms-home-hero__positions-media{
    min-height:268px;
  }
  .ms-home-hero__positions-card--table .ms-home-hero__positions-media img{
    max-width:122%;
    max-height:302px;
    transform:translateY(4px) scale(1.12);
  }
}

@media (max-width:780px){
  .ms-home-hero__positions-stage{
    padding:16px;
    border-radius:28px;
  }
  .ms-home-hero__positions-grid{
    gap:14px;
  }
  .ms-home-hero__positions-card{
    min-height:304px;
    padding:16px;
    border-radius:24px;
  }
  .ms-home-hero__positions-media{
    min-height:220px;
  }
  .ms-home-hero__positions-media img{
    max-height:238px;
  }
  .ms-home-hero__positions-card--table .ms-home-hero__positions-media{
    min-height:234px;
  }
  .ms-home-hero__positions-card--table .ms-home-hero__positions-media img{
    max-width:118%;
    max-height:262px;
    transform:translateY(3px) scale(1.08);
  }
  .ms-home-hero__positions-track .owl-nav .owl-prev{
    left:0;
  }
  .ms-home-hero__positions-track .owl-nav .owl-next{
    right:0;
  }
}

@media (max-width:560px){
  .ms-home-hero--position_slider{
    padding-top:4px;
  }
  .ms-home-hero__positions-stage{
    padding:14px;
    border-radius:22px;
  }
  .ms-home-hero__positions-grid{
    grid-template-columns:1fr;
  }
  .ms-home-hero__positions-card{
    min-height:auto;
  }
  .ms-home-hero__positions-media{
    min-height:200px;
  }
  .ms-home-hero__positions-media img{
    max-height:208px;
  }
  .ms-home-hero__positions-card--table .ms-home-hero__positions-media{
    min-height:214px;
  }
  .ms-home-hero__positions-card--table .ms-home-hero__positions-media img{
    max-width:112%;
    max-height:228px;
    transform:translateY(2px) scale(1.04);
  }
  .ms-home-hero__positions-subtitle{
    font-size:13px;
  }
  .ms-home-hero--position_slider .counter_wrapper{
    margin-top:14px;
  }
  .ms-home-hero__positions-track .owl-nav button{
    width:40px;
    height:40px;
  }
}

@media (max-width:420px){
  .ms-home-hero__positions-card-top{
    gap:8px;
  }
  .ms-home-hero__positions-chip,
  .ms-home-hero__positions-index{
    padding:7px 10px;
    font-size:11px;
  }
}

/* Position slider override: restore transparent cutout composition instead of boxed cards */
.ms-home-hero--position_slider{
  padding-top:12px;
}
.ms-home-hero__positions-shell{
  position:relative;
}
.ms-home-hero__positions-stage{
  position:relative;
  min-height:min(652px, calc(100svh - 146px));
  padding:22px 26px 28px;
  overflow:hidden;
  border-radius:38px;
  background:
    radial-gradient(circle at 18% 12%, rgba(255,255,255,.94), transparent 30%),
    radial-gradient(circle at 84% 14%, rgba(89,156,76,.14), transparent 28%),
    linear-gradient(180deg, #faf8f2 0%, #f1eee3 52%, #e4eadb 100%);
  border:1px solid rgba(111,141,99,.18);
  box-shadow:0 28px 58px rgba(43,51,36,.1);
}
.ms-home-hero__positions-stage::before,
.ms-home-hero__positions-stage::after{
  content:"";
  position:absolute;
  pointer-events:none;
}
.ms-home-hero__positions-stage::before{
  inset:auto -8% -8% -8%;
  height:28%;
  background:
    linear-gradient(148deg, rgba(205,223,180,.9) 0%, rgba(171,198,143,.84) 56%, rgba(139,173,113,.78) 100%);
  clip-path:polygon(0 68%, 16% 42%, 34% 72%, 56% 46%, 76% 72%, 100% 44%, 100% 100%, 0 100%);
}
.ms-home-hero__positions-stage::after{
  inset:-18% -8% auto auto;
  width:34%;
  height:46%;
  border-radius:42%;
  background:radial-gradient(circle, rgba(255,255,255,.84) 0%, rgba(255,255,255,0) 72%);
  filter:blur(12px);
}
.ms-home-hero__positions-track{
  position:relative;
  z-index:1;
  padding:0;
}
.ms-home-hero__positions-carousel{
  position:relative;
  pointer-events:auto;
}
.ms-home-hero__positions-slide{
  position:relative;
}
.ms-home-hero__positions-visual{
  min-height:min(590px, calc(100svh - 212px));
}
.ms-home-hero__positions-mosaic{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0, 1.42fr) minmax(270px, 1fr);
  grid-template-rows:minmax(0, 1fr) minmax(0, 1fr);
  gap:22px 18px;
  min-height:min(590px, calc(100svh - 212px));
}
.ms-home-hero__positions-slide--count-2 .ms-home-hero__positions-mosaic{
  grid-template-columns:minmax(0, 1.26fr) minmax(260px, .94fr);
  grid-template-rows:minmax(0, 1fr);
  min-height:520px;
}
.ms-home-hero__positions-slide--count-1 .ms-home-hero__positions-mosaic{
  grid-template-columns:minmax(0, 1fr);
  grid-template-rows:minmax(0, 1fr);
  min-height:520px;
  max-width:960px;
  margin:0 auto;
}
.ms-home-hero__positions-tile{
  position:relative;
  display:block;
  min-width:0;
  min-height:0;
  border-radius:32px;
  overflow:hidden;
  text-decoration:none;
  color:#22311f;
  isolation:isolate;
  transition:transform .22s ease, filter .22s ease;
}
.ms-home-hero__positions-tile::before{
  content:"";
  position:absolute;
  inset:14% 10% 8%;
  background:radial-gradient(circle at 50% 100%, rgba(50,71,40,.2) 0%, rgba(50,71,40,0) 68%);
  filter:blur(14px);
  opacity:.78;
  z-index:0;
  pointer-events:none;
}
.ms-home-hero__positions-tile::after{
  content:"";
  position:absolute;
  left:14px;
  right:14px;
  bottom:12px;
  height:54px;
  border-radius:20px;
  background:linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,.14));
  opacity:0;
  transform:translateY(8px);
  transition:opacity .22s ease, transform .22s ease;
  pointer-events:none;
  z-index:1;
}
.ms-home-hero__positions-tile:hover,
.ms-home-hero__positions-tile:focus-visible{
  transform:translateY(-4px);
}
.ms-home-hero__positions-tile:hover::after,
.ms-home-hero__positions-tile:focus-visible::after{
  opacity:1;
  transform:none;
}
.ms-home-hero__positions-tile--lead{
  grid-column:1;
  grid-row:1 / span 2;
}
.ms-home-hero__positions-tile--stack-top{
  grid-column:2;
  grid-row:1;
}
.ms-home-hero__positions-tile--stack-bottom{
  grid-column:2;
  grid-row:2;
}
.ms-home-hero__positions-slide--count-2 .ms-home-hero__positions-tile--lead{
  grid-row:1;
}
.ms-home-hero__positions-slide--count-1 .ms-home-hero__positions-tile--lead{
  grid-column:1;
  grid-row:1;
}
.ms-home-hero__positions-tile-asset{
  position:absolute;
  inset:0 2% 66px 2%;
  display:flex;
  align-items:flex-end;
  justify-content:center;
  z-index:1;
  pointer-events:none;
}
.ms-home-hero__positions-tile--table .ms-home-hero__positions-tile-asset{
  inset:-2% -6% 64px -6%;
}
.ms-home-hero__positions-tile--chair .ms-home-hero__positions-tile-asset{
  inset:3% 8% 62px 8%;
}
.ms-home-hero__positions-tile--lead.ms-home-hero__positions-tile--table .ms-home-hero__positions-tile-asset{
  inset:-4% -10% 72px -10%;
}
.ms-home-hero__positions-tile--lead.ms-home-hero__positions-tile--chair .ms-home-hero__positions-tile-asset{
  inset:0 5% 72px 5%;
}
.ms-home-hero__positions-tile--stack-top.ms-home-hero__positions-tile--table .ms-home-hero__positions-tile-asset,
.ms-home-hero__positions-tile--stack-bottom.ms-home-hero__positions-tile--table .ms-home-hero__positions-tile-asset{
  inset:2% -4% 62px -4%;
}
.ms-home-hero__positions-tile--stack-top.ms-home-hero__positions-tile--chair .ms-home-hero__positions-tile-asset,
.ms-home-hero__positions-tile--stack-bottom.ms-home-hero__positions-tile--chair .ms-home-hero__positions-tile-asset{
  inset:6% 10% 60px 10%;
}
.ms-home-hero__positions-tile-asset img{
  display:block;
  width:auto;
  max-width:min(100%, 640px);
  max-height:100%;
  object-fit:contain;
  filter:drop-shadow(0 30px 22px rgba(36,53,33,.16));
  transform:
    translate(var(--ms-hero-shift-x, 0), var(--ms-hero-shift-y, 0))
    rotate(var(--ms-hero-rotate, 0deg))
    scale(var(--ms-hero-scale, 1));
  transform-origin:center bottom;
}
.ms-home-hero__positions-tile-caption{
  position:absolute;
  left:16px;
  right:16px;
  bottom:14px;
  z-index:2;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:10px;
}
.ms-home-hero__positions-tile-name{
  display:inline-flex;
  align-items:center;
  min-height:42px;
  padding:12px 16px;
  border-radius:999px;
  background:rgba(255,255,255,.88);
  border:1px solid rgba(111,141,99,.18);
  backdrop-filter:blur(14px);
  box-shadow:0 16px 24px rgba(43,51,36,.08);
  font-family:"Unbounded","Manrope",sans-serif;
  font-size:clamp(13px, 1.08vw, 18px);
  line-height:1;
  letter-spacing:-.03em;
  text-transform:uppercase;
  color:#22311f;
}
.ms-home-hero__positions-tile-tag{
  display:inline-flex;
  align-items:center;
  min-height:38px;
  padding:10px 14px;
  border-radius:999px;
  background:rgba(239,245,232,.92);
  border:1px solid rgba(111,141,99,.16);
  color:#56724e;
  font-size:11px;
  font-weight:800;
  line-height:1;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.ms-home-hero__positions-slide--count-1 .ms-home-hero__positions-tile-caption{
  justify-content:center;
}
.ms-home-hero__positions-slide--count-1 .ms-home-hero__positions-tile-tag{
  display:none;
}
.ms-home-hero--position_slider .counter_wrapper{
  justify-content:center;
  margin-top:14px;
  padding-right:0;
  position:relative;
  z-index:4;
}
.ms-home-hero--position_slider #counter{
  min-width:92px;
  min-height:38px;
  background:rgba(255,255,255,.92);
  color:#2f372f;
  border:1px solid rgba(111,141,99,.18);
  box-shadow:0 12px 24px rgba(43,51,36,.08);
}
.ms-home-hero--position_slider .slider_counter_second,
.ms-home-hero--position_slider .slider_counter_separator{
  color:#7b9074;
  opacity:1;
}
.ms-home-hero--position_slider .owl-nav{
  position:absolute;
  inset:0;
  z-index:4;
  pointer-events:none;
}
.ms-home-hero--position_slider .owl-nav button{
  position:absolute;
  top:50%;
  width:46px;
  height:46px;
  margin:0;
  padding:0 !important;
  border:0 !important;
  border-radius:999px !important;
  background:rgba(251,250,245,.96) !important;
  background-image:none !important;
  box-shadow:0 10px 22px rgba(43,51,36,.12);
  outline:1px solid rgba(111,141,99,.2);
  transform:translateY(-50%);
  pointer-events:auto;
  color:transparent !important;
  font-size:0 !important;
  line-height:0 !important;
  text-indent:-9999px;
  overflow:hidden;
  appearance:none;
}
.ms-home-hero--position_slider .owl-nav button span,
.ms-home-hero--position_slider .owl-nav button i,
.ms-home-hero--position_slider .owl-nav button svg{
  display:none !important;
}
.ms-home-hero--position_slider .owl-nav button::after{
  display:none !important;
}
.ms-home-hero--position_slider .owl-nav button::before{
  content:"";
  position:absolute;
  inset:0;
  width:10px;
  height:10px;
  margin:auto;
  border-left:2px solid #394338;
  border-bottom:2px solid #394338;
}
.ms-home-hero--position_slider .owl-nav .owl-prev{
  left:-24px;
  top:50%;
}
.ms-home-hero--position_slider .owl-nav .owl-prev::before{
  transform:translateX(2px) rotate(45deg);
}
.ms-home-hero--position_slider .owl-nav .owl-next{
  right:-24px;
}
.ms-home-hero--position_slider .owl-nav .owl-next::before{
  transform:translateX(-2px) rotate(-135deg);
}
.ms-home-hero--position_slider .owl-nav button.disabled{
  opacity:.42;
}

@media (max-width:1320px){
  .ms-home-hero__positions-stage{
    min-height:616px;
  }
  .ms-home-hero__positions-visual,
  .ms-home-hero__positions-mosaic{
    min-height:554px;
  }
  .ms-home-hero__positions-tile--lead.ms-home-hero__positions-tile--table .ms-home-hero__positions-tile-asset{
    inset:-3% -9% 70px -9%;
  }
}

@media (max-width:1050px){
  .ms-home-hero__positions-stage{
    min-height:auto;
    padding:20px 20px 24px;
  }
  .ms-home-hero__positions-visual,
  .ms-home-hero__positions-mosaic{
    min-height:500px;
  }
  .ms-home-hero__positions-mosaic{
    grid-template-columns:minmax(0, 1.18fr) minmax(228px, .88fr);
    gap:18px 14px;
  }
  .ms-home-hero__positions-slide--count-2 .ms-home-hero__positions-mosaic{
    min-height:460px;
  }
  .ms-home-hero__positions-tile-caption{
    align-items:flex-start;
    flex-direction:column;
  }
  .ms-home-hero__positions-tile-tag{
    align-self:flex-start;
  }
}

@media (max-width:780px){
  .ms-home-hero__positions-stage{
    padding:16px 16px 20px;
    border-radius:28px;
  }
  .ms-home-hero__positions-visual{
    min-height:auto;
  }
  .ms-home-hero__positions-mosaic,
  .ms-home-hero__positions-slide--count-2 .ms-home-hero__positions-mosaic,
  .ms-home-hero__positions-slide--count-1 .ms-home-hero__positions-mosaic{
    grid-template-columns:1fr;
    grid-template-rows:auto;
    min-height:0;
    gap:16px;
  }
  .ms-home-hero__positions-tile--lead,
  .ms-home-hero__positions-tile--stack-top,
  .ms-home-hero__positions-tile--stack-bottom{
    grid-column:1;
    grid-row:auto;
  }
  .ms-home-hero__positions-tile{
    min-height:238px;
    border-radius:26px;
  }
  .ms-home-hero__positions-tile--lead,
  .ms-home-hero__positions-slide--count-1 .ms-home-hero__positions-tile{
    min-height:304px;
  }
  .ms-home-hero__positions-tile--table .ms-home-hero__positions-tile-asset{
    inset:-2% -8% 62px -8%;
  }
  .ms-home-hero__positions-tile--chair .ms-home-hero__positions-tile-asset{
    inset:4% 8% 60px 8%;
  }
  .ms-home-hero__positions-tile-caption{
    left:14px;
    right:14px;
    bottom:12px;
    gap:8px;
  }
  .ms-home-hero__positions-tile-name{
    min-height:38px;
    padding:10px 14px;
    font-size:clamp(13px, 3.9vw, 16px);
  }
  .ms-home-hero__positions-tile-tag{
    min-height:34px;
    padding:9px 12px;
  }
  .ms-home-hero--position_slider .owl-nav button{
    width:42px;
    height:42px;
  }
  .ms-home-hero--position_slider .owl-nav .owl-prev{
    left:0;
    top:50%;
  }
  .ms-home-hero--position_slider .owl-nav .owl-next{
    right:0;
  }
}

@media (max-width:560px){
  .ms-home-hero--position_slider{
    padding-top:4px;
  }
  .ms-home-hero__positions-stage{
    padding:14px 14px 18px;
    border-radius:22px;
  }
  .ms-home-hero__positions-tile{
    min-height:214px;
  }
  .ms-home-hero__positions-tile--lead,
  .ms-home-hero__positions-slide--count-1 .ms-home-hero__positions-tile{
    min-height:272px;
  }
  .ms-home-hero__positions-tile--table .ms-home-hero__positions-tile-asset{
    inset:0 -10% 58px -10%;
  }
  .ms-home-hero__positions-tile--chair .ms-home-hero__positions-tile-asset{
    inset:6% 8% 56px 8%;
  }
  .ms-home-hero--position_slider .counter_wrapper{
    margin-top:12px;
  }
  .ms-home-hero--position_slider .owl-nav .owl-prev{
    left:0;
    top:50%;
  }
  .ms-home-hero--position_slider .owl-nav .owl-next{
    right:0;
  }
}

@media (max-width:420px){
  .ms-home-hero__positions-tile-caption{
    left:12px;
    right:12px;
    bottom:10px;
  }
  .ms-home-hero__positions-tile-name{
    padding:9px 12px;
    font-size:12px;
  }
  .ms-home-hero__positions-tile-tag{
    padding:8px 10px;
    font-size:10px;
  }
}

/* Position slider: group photography */
.ms-home-hero--position_slider{
  padding-top:10px;
}
.ms-home-hero--position_slider .ms-home-hero__positions-shell{
  position:relative;
}
.ms-home-hero--position_slider .ms-home-hero__positions-stage{
  position:relative;
  min-height:min(720px, calc(100svh - 126px));
  padding:20px 24px 26px;
  overflow:hidden;
  border-radius:38px;
  background:
    radial-gradient(circle at 18% 12%, rgba(255,255,255,.96), transparent 28%),
    linear-gradient(180deg, #faf8f2 0%, #f4f0e6 54%, #ebe6d8 100%);
  border:1px solid rgba(116,129,106,.16);
  box-shadow:0 28px 56px rgba(42,47,36,.1);
}
.ms-home-hero--position_slider .ms-home-hero__positions-stage::before,
.ms-home-hero--position_slider .ms-home-hero__positions-stage::after{
  content:"";
  position:absolute;
  pointer-events:none;
}
.ms-home-hero--position_slider .ms-home-hero__positions-stage::before{
  inset:auto -8% -14% auto;
  width:42%;
  height:42%;
  background:radial-gradient(circle, rgba(255,255,255,.9) 0%, rgba(255,255,255,0) 72%);
  filter:blur(16px);
}
.ms-home-hero--position_slider .ms-home-hero__positions-stage::after{
  inset:0;
  background:linear-gradient(180deg, rgba(255,255,255,.26) 0%, rgba(255,255,255,0) 22%, rgba(255,255,255,.08) 100%);
}
.ms-home-hero--position_slider .ms-home-hero__positions-track{
  position:relative;
  z-index:1;
}
.ms-home-hero--position_slider .ms-home-hero__positions-carousel{
  position:relative;
}
.ms-home-hero--position_slider .ms-home-hero__positions-slide{
  position:relative;
}
.ms-home-hero--position_slider .ms-home-hero__positions-frame{
  display:grid;
  grid-template-columns:minmax(320px, 430px) minmax(0, 1fr);
  gap:20px;
  align-items:stretch;
}
.ms-home-hero--position_slider .ms-home-hero__positions-summary{
  order:1;
  position:relative;
  z-index:2;
  display:grid;
  align-content:space-between;
  gap:20px;
  padding:28px 26px;
  border-radius:32px;
  background:linear-gradient(180deg, rgba(255,255,255,.94), rgba(255,255,255,.78));
  border:1px solid rgba(124,137,118,.16);
  box-shadow:0 24px 44px rgba(42,47,36,.08);
  backdrop-filter:blur(18px);
}
.ms-home-hero--position_slider .ms-home-hero__positions-scene{
  order:2;
  position:relative;
  min-height:min(620px, calc(100svh - 250px));
  overflow:hidden;
  border-radius:32px;
  background:
    radial-gradient(circle at 16% 14%, rgba(var(--ms-group-accent-rgb, 110,141,107), .12) 0%, rgba(var(--ms-group-accent-rgb, 110,141,107), 0) 34%),
    linear-gradient(180deg, #faf8f2 0%, #f3efe5 100%);
  border:1px solid rgba(124,137,118,.16);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.86);
  isolation:isolate;
}
.ms-home-hero--position_slider .ms-home-hero__positions-scene::after{
  content:"";
  position:absolute;
  inset:auto 8% 0 8%;
  height:24%;
  background:radial-gradient(ellipse at center, rgba(31,41,27,.08) 0%, rgba(31,41,27,0) 72%);
  filter:blur(30px);
  z-index:0;
  pointer-events:none;
}
.ms-home-hero--position_slider .ms-home-hero__positions-copy{
  display:grid;
  gap:16px;
}
.ms-home-hero--position_slider .ms-home-hero__positions-kicker{
  display:inline-flex;
  align-items:center;
  justify-self:start;
  min-height:34px;
  padding:0 12px;
  border-radius:999px;
  background:rgba(var(--ms-group-accent-rgb, 110,141,107), .12);
  border:1px solid rgba(var(--ms-group-accent-strong-rgb, 68,93,61), .18);
  color:rgba(var(--ms-group-accent-strong-rgb, 68,93,61), .92);
  font-size:11px;
  font-weight:800;
  line-height:1;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.ms-home-hero--position_slider .ms-home-hero__positions-title{
  margin:0;
}
.ms-home-hero--position_slider .ms-home-hero__positions-title span{
  display:block;
  font-family:"Unbounded","Manrope",sans-serif;
  font-size:clamp(30px, 3.4vw, 54px);
  line-height:1.05;
  letter-spacing:-.04em;
  color:#243121;
}
.ms-home-hero--position_slider .ms-home-hero__positions-lead{
  margin:0;
  max-width:34ch;
  font-size:15px;
  line-height:1.6;
  color:#596156;
}
.ms-home-hero--position_slider .ms-home-hero__positions-hint{
  display:flex;
  gap:10px;
  align-items:flex-start;
  max-width:34ch;
  font-size:13px;
  line-height:1.55;
  color:#354132;
}
.ms-home-hero--position_slider .ms-home-hero__positions-hint::before{
  content:"";
  flex:0 0 10px;
  width:10px;
  height:10px;
  margin-top:5px;
  border-radius:999px;
  background:rgba(var(--ms-group-accent-strong-rgb, 68,93,61), .92);
  box-shadow:
    0 0 0 8px rgba(var(--ms-group-accent-rgb, 110,141,107), .12),
    0 0 0 16px rgba(var(--ms-group-accent-rgb, 110,141,107), .05);
}
.ms-home-hero--position_slider .ms-home-hero__positions-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}
.ms-home-hero--position_slider .ms-home-hero__positions-actions .ms-home-hero__btn--primary{
  background:rgb(var(--ms-group-accent-strong-rgb, 68,93,61));
  box-shadow:0 18px 30px rgba(var(--ms-group-accent-strong-rgb, 68,93,61), .2);
}
.ms-home-hero--position_slider .ms-home-hero__positions-actions .ms-home-hero__btn--secondary{
  background:rgba(255,255,255,.88);
}
.ms-home-hero--position_slider .ms-home-hero__positions-summary-footer{
  display:grid;
  gap:16px;
}
.ms-home-hero--position_slider .ms-home-hero__positions-meta{
  position:relative;
  max-width:none;
  display:grid;
  gap:6px;
  padding:18px 18px 16px;
  border-radius:24px;
  background:rgba(250,248,242,.92);
  border:1px solid rgba(124,137,118,.14);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.74);
}
.ms-home-hero--position_slider .ms-home-hero__positions-meta strong{
  font-family:"Unbounded","Manrope",sans-serif;
  font-size:18px;
  line-height:1.08;
  letter-spacing:-.04em;
  color:#243121;
}
.ms-home-hero--position_slider .ms-home-hero__positions-meta span{
  font-size:14px;
  line-height:1.5;
  color:#5c6458;
}
.ms-home-hero--position_slider .ms-home-hero__positions-summary-aside{
  display:grid;
  gap:14px;
  align-content:end;
}
.ms-home-hero--position_slider .ms-home-hero__positions-canvas{
  position:relative;
  aspect-ratio:1800/1198;
  width:100%;
  max-height:100%;
  margin:auto;
  z-index:1;
}
.ms-home-hero--position_slider .ms-home-hero__positions-canvas img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
}
.ms-home-hero--position_slider .ms-home-hero__positions-image{
  position:relative;
  z-index:1;
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}
.ms-home-hero--position_slider .ms-home-hero__positions-points{
  position:absolute;
  inset:0;
  z-index:2;
}
.ms-home-hero--position_slider .ms-home-hero__positions-spot{
  position:absolute;
  z-index:2;
  display:inline-flex;
  align-items:center;
  gap:clamp(8px, .9vw, 10px);
  transform:translate(-50%, -50%);
  text-decoration:none;
}
.ms-home-hero--position_slider .ms-home-hero__positions-spot.is-side-left{
  flex-direction:row-reverse;
}
.ms-home-hero--position_slider .ms-home-hero__positions-spot.is-side-top{
  flex-direction:column-reverse;
}
.ms-home-hero--position_slider .ms-home-hero__positions-spot.is-side-bottom{
  flex-direction:column;
}
.ms-home-hero--position_slider .ms-home-hero__positions-spot-dot{
  position:relative;
  display:block;
  flex:0 0 clamp(12px, .95vw, 14px);
  width:clamp(12px, .95vw, 14px);
  height:clamp(12px, .95vw, 14px);
  border-radius:999px;
  background:rgba(var(--ms-group-accent-strong-rgb, 68,93,61), .96);
  box-shadow:
    0 0 0 10px rgba(var(--ms-group-accent-rgb, 110,141,107), .12),
    0 18px 34px rgba(var(--ms-group-accent-rgb, 110,141,107), .22);
  transition:transform .22s ease, box-shadow .22s ease, background-color .22s ease;
}
.ms-home-hero--position_slider .ms-home-hero__positions-spot-dot::after{
  content:"";
  position:absolute;
  inset:-15px;
  border-radius:inherit;
  border:1px solid rgba(var(--ms-group-accent-strong-rgb, 68,93,61), .26);
  opacity:.72;
  transform:scale(1);
  transition:transform .22s ease, opacity .22s ease, border-color .22s ease;
}
.ms-home-hero--position_slider .ms-home-hero__positions-spot-label{
  display:inline-flex;
  align-items:center;
  min-height:clamp(34px, 2.8vw, 40px);
  padding:0 clamp(12px, 1.25vw, 16px);
  border-radius:999px;
  background:rgba(255,255,255,.94);
  border:1px solid rgba(var(--ms-group-accent-strong-rgb, 68,93,61), .16);
  box-shadow:0 18px 32px rgba(42,47,36,.1);
  color:#243121;
  max-width:min(28vw, 190px);
  font-size:clamp(11px, .86vw, 14px);
  font-weight:800;
  line-height:1;
  letter-spacing:.08em;
  text-transform:uppercase;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  transition:transform .22s ease, box-shadow .22s ease, background-color .22s ease, color .22s ease, border-color .22s ease;
}
.ms-home-hero--position_slider .ms-home-hero__positions-spot:hover .ms-home-hero__positions-spot-dot,
.ms-home-hero--position_slider .ms-home-hero__positions-spot:focus-visible .ms-home-hero__positions-spot-dot{
  transform:scale(1.08);
  box-shadow:
    0 0 0 14px rgba(var(--ms-group-accent-rgb, 110,141,107), .18),
    0 22px 38px rgba(var(--ms-group-accent-rgb, 110,141,107), .28);
}
.ms-home-hero--position_slider .ms-home-hero__positions-spot:hover .ms-home-hero__positions-spot-dot::after,
.ms-home-hero--position_slider .ms-home-hero__positions-spot:focus-visible .ms-home-hero__positions-spot-dot::after{
  opacity:1;
  transform:scale(1.26);
  border-color:rgba(var(--ms-group-accent-strong-rgb, 68,93,61), .44);
}
.ms-home-hero--position_slider .ms-home-hero__positions-spot:hover .ms-home-hero__positions-spot-label,
.ms-home-hero--position_slider .ms-home-hero__positions-spot:focus-visible .ms-home-hero__positions-spot-label{
  transform:translateY(-1px);
  background:rgba(var(--ms-group-accent-strong-rgb, 68,93,61), .98);
  border-color:rgba(var(--ms-group-accent-strong-rgb, 68,93,61), .94);
  box-shadow:0 22px 36px rgba(var(--ms-group-accent-rgb, 110,141,107), .24);
  color:#fff;
}
.ms-home-hero--position_slider .counter_wrapper{
  justify-content:center;
  margin-top:14px;
  padding-right:0;
  position:relative;
  z-index:4;
}
.ms-home-hero--position_slider #counter{
  min-width:92px;
  min-height:38px;
  background:rgba(255,255,255,.92);
  color:#2f372f;
  border:1px solid rgba(111,141,99,.18);
  box-shadow:0 12px 24px rgba(43,51,36,.08);
}
.ms-home-hero--position_slider .slider_counter_second,
.ms-home-hero--position_slider .slider_counter_separator{
  color:#7b9074;
  opacity:1;
}
.ms-home-hero--position_slider .owl-nav{
  position:absolute;
  inset:0;
  z-index:4;
  pointer-events:none;
}
.ms-home-hero--position_slider .owl-nav button{
  position:absolute;
  top:50%;
  width:46px;
  height:46px;
  margin:0;
  padding:0 !important;
  border:0 !important;
  border-radius:999px !important;
  background:rgba(251,250,245,.96) !important;
  background-image:none !important;
  box-shadow:0 10px 22px rgba(43,51,36,.12);
  outline:1px solid rgba(111,141,99,.2);
  transform:translateY(-50%);
  pointer-events:auto;
  color:transparent !important;
  font-size:0 !important;
  line-height:0 !important;
  text-indent:-9999px;
  overflow:hidden;
  appearance:none;
}
.ms-home-hero--position_slider .owl-nav button span,
.ms-home-hero--position_slider .owl-nav button i,
.ms-home-hero--position_slider .owl-nav button svg{
  display:none !important;
}
.ms-home-hero--position_slider .owl-nav button::after{
  display:none !important;
}
.ms-home-hero--position_slider .owl-nav button::before{
  content:"";
  position:absolute;
  inset:0;
  width:10px;
  height:10px;
  margin:auto;
  border-left:2px solid #394338;
  border-bottom:2px solid #394338;
}
.ms-home-hero--position_slider .owl-nav .owl-prev{
  left:-24px;
  top:50%;
}
.ms-home-hero--position_slider .owl-nav .owl-prev::before{
  transform:translateX(2px) rotate(45deg);
}
.ms-home-hero--position_slider .owl-nav .owl-next{
  right:-24px;
}
.ms-home-hero--position_slider .owl-nav .owl-next::before{
  transform:translateX(-2px) rotate(-135deg);
}
.ms-home-hero--position_slider .owl-nav button.disabled{
  opacity:.42;
}

@media (max-width:1180px){
  .ms-home-hero--position_slider .ms-home-hero__positions-stage{
    padding:18px 20px 24px;
  }
  .ms-home-hero--position_slider .ms-home-hero__positions-frame{
    grid-template-columns:minmax(280px, 360px) minmax(0, 1fr);
  }
  .ms-home-hero--position_slider .owl-nav .owl-prev{
    left:-18px;
    top:50%;
  }
  .ms-home-hero--position_slider .ms-home-hero__positions-summary{
    padding:24px 22px;
  }
  .ms-home-hero--position_slider .ms-home-hero__positions-scene{
    min-height:560px;
  }
}

@media (max-width:960px){
  .ms-home-hero--position_slider .ms-home-hero__positions-frame{
    grid-template-columns:1fr;
  }
  .ms-home-hero--position_slider .owl-nav .owl-prev{
    left:0;
    top:50%;
  }
  .ms-home-hero--position_slider .ms-home-hero__positions-summary{
    order:2;
  }
  .ms-home-hero--position_slider .ms-home-hero__positions-scene{
    order:1;
    min-height:500px;
  }
}

@media (max-width:780px){
  .ms-home-hero--position_slider .ms-home-hero__positions-stage{
    min-height:auto;
    padding:14px 14px 20px;
    border-radius:24px;
  }
  .ms-home-hero--position_slider .ms-home-hero__positions-frame{
    gap:14px;
  }
  .ms-home-hero--position_slider .ms-home-hero__positions-summary{
    padding:18px 16px;
    border-radius:24px;
  }
  .ms-home-hero--position_slider .ms-home-hero__positions-scene{
    min-height:420px;
    border-radius:24px;
  }
  .ms-home-hero--position_slider .ms-home-hero__positions-title span{
    font-size:clamp(24px, 7vw, 34px);
  }
  .ms-home-hero--position_slider .ms-home-hero__positions-lead{
    max-width:none;
    font-size:14px;
  }
  .ms-home-hero--position_slider .ms-home-hero__positions-meta{
    padding:14px 16px;
    border-radius:20px;
  }
  .ms-home-hero--position_slider .ms-home-hero__positions-meta strong{
    font-size:16px;
  }
  .ms-home-hero--position_slider .ms-home-hero__positions-spot{
    gap:8px;
  }
  .ms-home-hero--position_slider .ms-home-hero__positions-spot-label{
    min-height:34px;
    padding:0 12px;
    font-size:11px;
    letter-spacing:.06em;
  }
  .ms-home-hero--position_slider .ms-home-hero__positions-spot-dot{
    width:12px;
    height:12px;
    flex-basis:12px;
    box-shadow:
      0 0 0 8px rgba(var(--ms-group-accent-rgb, 110,141,107), .12),
      0 14px 24px rgba(var(--ms-group-accent-rgb, 110,141,107), .22);
  }
  .ms-home-hero--position_slider .owl-nav button{
    width:42px;
    height:42px;
  }
  .ms-home-hero--position_slider .owl-nav .owl-prev{
    left:0;
  }
  .ms-home-hero--position_slider .owl-nav .owl-next{
    right:0;
  }
}

@media (max-width:560px){
  .ms-home-hero--position_slider{
    padding-top:4px;
  }
  .ms-home-hero--position_slider .ms-home-hero__positions-stage{
    padding:12px 12px 18px;
    border-radius:20px;
  }
  .ms-home-hero--position_slider .ms-home-hero__positions-summary{
    padding:16px 14px;
  }
  .ms-home-hero--position_slider .ms-home-hero__positions-scene{
    min-height:340px;
    border-radius:20px;
  }
  .ms-home-hero--position_slider .ms-home-hero__positions-hint{
    font-size:12px;
  }
  .ms-home-hero--position_slider .ms-home-hero__positions-actions{
    gap:8px;
  }
  .ms-home-hero--position_slider .ms-home-hero__positions-actions .ms-home-hero__btn{
    min-height:44px;
    padding:0 14px;
    font-size:13px;
  }
  .ms-home-hero--position_slider .ms-home-hero__positions-meta span{
    font-size:13px;
  }
  .ms-home-hero--position_slider .counter_wrapper{
    margin-top:12px;
  }
  .ms-home-hero--position_slider .owl-nav .owl-prev{
    left:0;
  }
  .ms-home-hero--position_slider .owl-nav .owl-next{
    right:0;
  }
  .ms-home-hero--position_slider .ms-home-hero__positions-title span{
    font-size:clamp(26px, 8vw, 32px);
  }
}

@media (max-width:420px){
  .ms-home-hero--position_slider .ms-home-hero__positions-title span{
    font-size:clamp(26px, 8.5vw, 30px);
  }
}

/* v20260519-tablet-fit: compact first screen for tablet portrait and landscape. */
@media (min-width:768px) and (max-width:1100px){
  .ms-home-hero--position_slider{
    padding-top:0;
    padding-bottom:0;
  }

  .ms-home-hero--position_slider .ms-home-hero__positions-stage{
    min-height:auto;
    padding:10px 14px 8px;
    border-radius:28px;
  }

  .ms-home-hero--position_slider .ms-home-hero__positions-frame{
    grid-template-columns:minmax(240px, 32%) minmax(0, 68%);
    grid-template-rows:auto auto;
    gap:14px;
  }

  .ms-home-hero--position_slider .ms-home-hero__positions-summary{
    grid-column:1;
    grid-row:1;
    order:1;
    gap:12px;
    padding:18px 16px;
    border-radius:24px;
  }

  .ms-home-hero--position_slider .ms-home-hero__positions-scene{
    grid-column:2;
    grid-row:1 / 3;
    order:2;
    min-height:clamp(360px, 52svh, 440px);
    height:clamp(360px, 52svh, 440px);
    border-radius:24px;
  }

  .ms-home-hero--position_slider .ms-home-hero__positions-summary-footer{
    grid-column:1;
    grid-row:2;
    order:3;
    gap:10px;
  }

  .ms-home-hero--position_slider .ms-home-hero__positions-copy{
    gap:10px;
  }

  .ms-home-hero--position_slider .ms-home-hero__positions-kicker{
    min-height:28px;
    padding:0 10px;
    font-size:10px;
  }

  .ms-home-hero--position_slider .ms-home-hero__positions-title span{
    font-size:clamp(23px, 3vw, 34px);
    line-height:1;
  }

  .ms-home-hero--position_slider .ms-home-hero__positions-lead,
  .ms-home-hero--position_slider .ms-home-hero__positions-hint{
    font-size:12px;
    line-height:1.35;
  }

  .ms-home-hero--position_slider .ms-home-hero__positions-meta{
    padding:12px;
    border-radius:18px;
  }

  .ms-home-hero--position_slider .ms-home-hero__positions-meta strong{
    font-size:14px;
  }

  .ms-home-hero--position_slider .ms-home-hero__positions-meta span{
    font-size:12px;
    line-height:1.32;
  }

  .ms-home-hero--position_slider .ms-home-hero__positions-actions{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:8px;
  }

  .ms-home-hero--position_slider .ms-home-hero__positions-actions .ms-home-hero__btn{
    min-height:38px;
    padding:0 8px;
    border-radius:12px;
    font-size:11px;
    white-space:nowrap;
  }

  .ms-home-hero--position_slider .counter_wrapper{
    margin-top:6px;
  }

  .ms-home-hero--position_slider #counter{
    min-height:32px;
  }
}

/* End */


/* Start:/local/templates/ms_template_adatpive/components/bitrix/catalog.section.list/home_categories/style.css?17792051446869*/
.ms-home-root-categories{
  color:#2e2e2e;
  width:min(1320px,calc(100% - 28px));
  margin:0 auto;
  padding:8px 0 22px;
}

.ms-home-root-categories *{box-sizing:border-box}
.ms-home-root-categories .ms-root-section{padding:8px 0 18px}
.ms-home-root-categories .ms-root-section-head{display:flex;align-items:end;justify-content:space-between;gap:12px;margin-bottom:12px}
.ms-home-root-categories .ms-root-section-head h2{margin:0;font-family:"Unbounded","Manrope",sans-serif;font-size:22px;line-height:1.1}
.ms-home-root-categories .ms-root-section-head p{margin:0;color:#5a5a5a;font-size:13px}

.ms-home-root-categories .ms-root-cat-lead{margin:0 0 12px;background:#fff;border:1px solid rgba(46,46,46,.14);border-radius:14px;padding:12px 14px;display:flex;justify-content:space-between;gap:10px;align-items:center}
.ms-home-root-categories .ms-root-tap-hint{font-size:12px;font-weight:800;color:#fff;background:#599c4c;padding:7px 11px;border-radius:999px;white-space:nowrap}

.ms-home-root-categories .ms-root-cat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.ms-home-root-categories .ms-root-cat-tile{position:relative;overflow:hidden;display:grid;gap:10px;background:#fff;border:1px solid rgba(46,46,46,.14);border-radius:18px;padding:14px;text-decoration:none;box-shadow:0 12px 24px rgba(62,35,23,.07);transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}
.ms-home-root-categories .ms-root-cat-tile::after{content:"";position:absolute;inset:-120% auto auto -140%;width:70%;height:260%;transform:rotate(20deg);background:linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,.35), rgba(255,255,255,0));transition:transform .7s ease}
.ms-home-root-categories .ms-root-cat-tile:hover{transform:translateY(-6px) scale(1.01);border-color:#2e2e2e;box-shadow:0 18px 28px rgba(62,35,23,.14)}
.ms-home-root-categories .ms-root-cat-tile:hover::after{transform:translateX(440px) rotate(20deg)}
.ms-home-root-categories .ms-root-cat-top{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center}
.ms-home-root-categories .ms-root-cat-head{display:flex;align-items:center;min-width:0}
.ms-home-root-categories .ms-root-cat-title{display:block;position:relative;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:"Unbounded","Manrope",sans-serif;font-size:16px;line-height:1.15;color:#2e2e2e;letter-spacing:-.03em;transition:transform .22s ease,color .22s ease,text-shadow .22s ease}
.ms-home-root-categories .ms-root-cat-title::after{content:"";position:absolute;left:0;bottom:0;width:100%;height:2px;border-radius:999px;background:linear-gradient(90deg, rgba(89,156,76,.92), rgba(89,156,76,.24));transform:scaleX(.28);transform-origin:left center;opacity:0;transition:transform .24s ease,opacity .24s ease}
.ms-home-root-categories .ms-root-cat-media{position:relative;overflow:hidden;border-radius:16px;aspect-ratio:16/9;margin-top:2px;background:linear-gradient(180deg, rgba(46,46,46,.06), rgba(46,46,46,.18)), #dfe8d8;box-shadow:inset 0 0 0 1px rgba(46,46,46,.08)}
.ms-home-root-categories .ms-root-cat-media img{width:100%;height:100%;object-fit:cover;display:block;transform:scale(1.02);transition:transform .35s ease}
.ms-home-root-categories .ms-root-cat-media::after{content:"";position:absolute;inset:auto 0 0 0;height:58%;background:linear-gradient(180deg, rgba(20,20,20,0), rgba(20,20,20,.58));pointer-events:none}
.ms-home-root-categories .ms-root-cat-tile:hover .ms-root-cat-title{color:#1f3320;transform:translateX(4px);text-shadow:0 8px 18px rgba(89,156,76,.12)}
.ms-home-root-categories .ms-root-cat-tile:hover .ms-root-cat-title::after{transform:scaleX(1);opacity:1}
.ms-home-root-categories .ms-root-cat-tile:hover .ms-root-cat-media img{transform:scale(1.07)}
.ms-home-root-categories .ms-root-count{padding:6px 10px;border-radius:999px;background:#fff;border:1px solid rgba(46,46,46,.14);font-weight:700;font-size:11px;line-height:1;white-space:nowrap;color:#2e2e2e;transition:background .2s ease,color .2s ease,border-color .2s ease}
.ms-home-root-categories .ms-root-cat-tile:hover .ms-root-count{background:#599c4c;color:#fff;border-color:#599c4c}
.ms-home-root-categories .ms-root-cat-tile p{margin:0;color:#5a5a5a;font-size:13px;line-height:1.45;min-height:38px}
.ms-home-root-categories .ms-root-cat-links{display:flex;gap:8px;flex-wrap:wrap}
.ms-home-root-categories .ms-root-cat-links span{font-size:11px;font-weight:700;color:#2e2e2e;background:#fff;border:1px solid #d6e0d9;padding:5px 8px;border-radius:999px}

@media (max-width:1100px){
  .ms-home-root-categories .ms-root-cat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media (max-width:700px){
  .ms-home-root-categories{
    width:min(1320px,calc(100% - 18px));
    padding-top:4px;
  }
  .ms-home-root-categories .ms-root-cat-lead{display:grid;justify-items:start}
  .ms-home-root-categories .ms-root-cat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ms-home-root-categories .ms-root-tap-hint{white-space:normal}
  .ms-home-root-categories .ms-root-cat-tile p{display:none}
  .ms-home-root-categories .ms-root-cat-links{display:none}
  .ms-home-root-categories .ms-root-cat-tile{padding:10px;gap:6px}
  .ms-home-root-categories .ms-root-cat-title{font-size:14px}
}

@media (max-width:480px){
  .ms-home-root-categories{
    width:min(100%,calc(100% - 16px));
    padding:0 0 14px;
  }

  .ms-home-root-categories .ms-root-section{
    padding:4px 0 10px;
  }

  .ms-home-root-categories .ms-root-section-head{
    margin-bottom:8px;
  }

  .ms-home-root-categories .ms-root-section-head h2{
    font-size:24px;
  }

  .ms-home-root-categories .ms-root-section-head p{
    display:none;
  }

  .ms-home-root-categories .ms-root-cat-lead{
    display:none;
  }

  .ms-home-root-categories .ms-root-cat-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:8px;
  }

  .ms-home-root-categories .ms-root-cat-tile{
    min-height:168px;
    padding:8px;
    gap:6px;
    border-radius:16px;
    box-shadow:0 8px 18px rgba(62,35,23,.06);
  }

  .ms-home-root-categories .ms-root-cat-top{
    grid-template-columns:minmax(0,1fr);
    gap:4px;
  }

  .ms-home-root-categories .ms-root-cat-title{
    font-size:13px;
    line-height:1.15;
  }

  .ms-home-root-categories .ms-root-count{
    width:max-content;
    max-width:100%;
    padding:5px 8px;
    font-size:10px;
  }

  .ms-home-root-categories .ms-root-cat-media{
    order:-1;
    aspect-ratio:4/3;
    margin-top:0;
    border-radius:12px;
  }

  .ms-home-root-categories .ms-root-cat-media img{
    transform:none;
  }

  .ms-home-root-categories .ms-root-cat-media::after{
    height:38%;
    background:linear-gradient(180deg, rgba(20,20,20,0), rgba(20,20,20,.26));
  }

  .ms-home-root-categories .ms-root-cat-tile p,
  .ms-home-root-categories .ms-root-cat-links{
    display:none;
  }
}

/* End */


/* Start:/local/templates/ms_template_adatpive/components/bitrix/news.list/home_news_plum/style.css?177920501113409*/
/* v20260519-mobile */
.ms-home-news{
  width:min(1320px,calc(100% - 28px));
  margin:0 auto;
  padding:8px 0 28px;
}

.ms-home-news__shell{
  position:relative;
  overflow:hidden;
  padding:28px;
  border-radius:34px;
  background:
    radial-gradient(circle at 12% 18%, rgba(89,156,76,.12), transparent 26%),
    radial-gradient(circle at 86% 14%, rgba(255,255,255,.82), transparent 18%),
    linear-gradient(180deg, #faf8f1 0%, #f3efe4 100%);
  border:1px solid rgba(46,46,46,.10);
  box-shadow:0 22px 40px rgba(62,35,23,.08);
}

.ms-home-news__shell::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(rgba(89,156,76,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(89,156,76,.04) 1px, transparent 1px);
  background-size:36px 36px;
  opacity:.4;
  mask-image:linear-gradient(180deg, rgba(0,0,0,.42), transparent 88%);
}

.ms-home-news__shell::after{
  content:"";
  position:absolute;
  right:-120px;
  bottom:-120px;
  width:320px;
  height:320px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(89,156,76,.14), transparent 68%);
  pointer-events:none;
}

.ms-home-news__head{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:22px;
  align-items:end;
  margin-bottom:24px;
}

.ms-home-news__intro{
  display:grid;
  gap:10px;
  max-width:760px;
}

.ms-home-news__eyebrow{
  display:inline-flex;
  align-items:center;
  width:max-content;
  min-height:34px;
  padding:0 14px;
  border-radius:999px;
  background:#ffffff;
  border:1px solid rgba(89,156,76,.18);
  color:#466f40;
  font-size:11px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
  box-shadow:0 8px 20px rgba(62,35,23,.05);
}

.ms-home-news__intro h2{
  margin:0;
  font-family:"Unbounded","Manrope",sans-serif;
  font-size:clamp(24px,3.4vw,40px);
  line-height:1.06;
  letter-spacing:-.04em;
  color:#2e2e2e;
}

.ms-home-news__intro p{
  margin:0;
  max-width:62ch;
  font-size:15px;
  line-height:1.65;
  color:#5b5f58;
}

.ms-home-news__actions{
  display:grid;
  gap:12px;
  justify-items:end;
}

.ms-home-news__meta{
  display:grid;
  gap:4px;
  min-width:164px;
  padding:14px 16px;
  border-radius:18px;
  background:rgba(255,255,255,.86);
  border:1px solid rgba(46,46,46,.10);
  color:#2e2e2e;
  box-shadow:0 10px 24px rgba(62,35,23,.06);
}

.ms-home-news__meta-label{
  font-size:11px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#72776f;
}

.ms-home-news__meta strong{
  font-family:"Unbounded","Manrope",sans-serif;
  font-size:24px;
  line-height:1;
  letter-spacing:-.05em;
}

.ms-home-news__catalog-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0 18px;
  border-radius:999px;
  background:linear-gradient(135deg, #2a2f2b 0%, #393f39 100%);
  color:#f6f1e7;
  text-decoration:none;
  font-size:13px;
  font-weight:800;
  box-shadow:0 10px 22px rgba(9,13,10,.14);
  transition:transform .22s ease, box-shadow .22s ease, background .22s ease, color .22s ease;
}

.ms-home-news__catalog-link:hover{
  transform:translateY(-2px);
  box-shadow:0 16px 28px rgba(9,13,10,.18);
  background:#599c4c;
}

.ms-home-news__nav{
  position:relative;
  z-index:5;
  display:flex;
  align-items:center;
  gap:10px;
}

.ms-home-news__nav-btn{
  position:relative;
  z-index:6;
  pointer-events:auto;
  width:50px;
  height:50px;
  display:grid;
  place-items:center;
  border:1px solid rgba(46,46,46,.10);
  border-radius:18px;
  background:rgba(255,255,255,.82);
  color:#2e2e2e;
  cursor:pointer;
  box-shadow:0 10px 22px rgba(62,35,23,.05);
  transition:transform .22s ease, border-color .22s ease, background .22s ease, color .22s ease, opacity .22s ease, box-shadow .22s ease;
}

.ms-home-news__nav-btn:hover{
  transform:translateY(-2px);
  border-color:rgba(89,156,76,.32);
  background:#599c4c;
  color:#ffffff;
  box-shadow:0 14px 24px rgba(89,156,76,.20);
}

.ms-home-news__nav-btn:disabled{
  opacity:.42;
  cursor:default;
  transform:none;
}

.ms-home-news__nav-btn svg{
  width:22px;
  height:22px;
}

.ms-home-news__counter{
  display:flex;
  align-items:center;
  gap:10px;
  min-height:50px;
  padding:0 16px;
  border-radius:18px;
  background:rgba(255,255,255,.86);
  border:1px solid rgba(46,46,46,.10);
  color:#2e2e2e;
  font-family:"Unbounded","Manrope",sans-serif;
  font-size:14px;
  box-shadow:0 10px 22px rgba(62,35,23,.05);
}

.ms-home-news__counter i{
  width:28px;
  height:1px;
  background:rgba(46,46,46,.22);
}

.ms-home-news__viewport{
  position:relative;
  z-index:1;
  overflow:hidden;
}

.ms-home-news__track{
  display:grid;
  grid-auto-flow:column;
  grid-auto-columns:calc((100% - 32px) / 3);
  gap:16px;
  overflow-x:auto;
  overflow-y:hidden;
  scroll-snap-type:x mandatory;
  scroll-behavior:smooth;
  scrollbar-width:none;
  -ms-overflow-style:none;
  padding-bottom:4px;
}

.ms-home-news__track::-webkit-scrollbar{
  display:none;
}

.ms-home-news__track .item{
  width:100%;
  height:100%;
  scroll-snap-align:start;
}

.ms-home-news-card{
  position:relative;
  height:100%;
  display:grid;
  grid-template-rows:auto 1fr;
  border-radius:28px;
  overflow:hidden;
  background:
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(251,249,243,.96));
  border:1px solid rgba(46,46,46,.10);
  box-shadow:0 16px 30px rgba(62,35,23,.09);
  transition:transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.ms-home-news-card:hover{
  transform:translateY(-8px);
  border-color:rgba(89,156,76,.38);
  box-shadow:0 22px 40px rgba(62,35,23,.14);
}

.ms-home-news-card__media-shell{
  position:relative;
  padding:16px 16px 0;
  background:
    radial-gradient(circle at top left, rgba(89,156,76,.08), transparent 26%),
    linear-gradient(180deg, rgba(29,34,30,.02), rgba(29,34,30,.00));
}

.ms-home-news-card__topline{
  position:absolute;
  top:16px;
  left:16px;
  right:16px;
  z-index:2;
  display:flex;
  justify-content:space-between;
  gap:8px;
  align-items:flex-start;
}

.ms-home-news-card__badge,
.ms-home-news-card__index{
  display:inline-flex;
  align-items:center;
  min-height:32px;
  padding:0 12px;
  border-radius:999px;
  font-size:11px;
  font-weight:800;
  letter-spacing:.06em;
}

.ms-home-news-card__badge{
  background:rgba(89,156,76,.10);
  color:#335a2d;
  border:1px solid rgba(89,156,76,.18);
}

.ms-home-news-card__index{
  background:rgba(255,255,255,.86);
  color:#2e2e2e;
  border:1px solid rgba(46,46,46,.08);
  box-shadow:0 8px 18px rgba(62,35,23,.05);
}

.ms-home-news-card__media{
  position:relative;
  overflow:hidden;
  display:block;
  aspect-ratio:1/1.02;
  border-radius:24px;
  background:#ffffff;
}

.ms-home-news-card__media::after{
  content:"";
  position:absolute;
  inset:auto 20px 0;
  height:26px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(17,22,18,.18), transparent 72%);
  filter:blur(14px);
  opacity:.22;
}

.ms-home-news-card__media img{
  position:relative;
  z-index:1;
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
  padding:34px 26px 20px;
  transition:transform .35s ease;
}

.ms-home-news-card:hover .ms-home-news-card__media img{
  transform:scale(1.04);
}

.ms-home-news-card__body{
  display:grid;
  gap:18px;
  align-content:space-between;
  padding:18px 18px 18px;
}

.ms-home-news-card__content{
  display:grid;
  gap:10px;
}

.ms-home-news-card__title{
  margin:0;
  font-family:"Unbounded","Manrope",sans-serif;
  font-size:20px;
  line-height:1.14;
  letter-spacing:-.04em;
}

.ms-home-news-card__title a{
  color:#222723;
  text-decoration:none;
}

.ms-home-news-card__text{
  margin:0;
  min-height:46px;
  font-size:14px;
  line-height:1.6;
  color:#5c615c;
}

.ms-home-news-card__footer{
  display:flex;
  justify-content:flex-start;
}

.ms-home-news-card__cta{
  display:inline-flex;
  align-items:center;
  gap:12px;
  min-height:48px;
  padding:0 18px;
  border-radius:999px;
  background:linear-gradient(135deg, #252a26 0%, #343934 100%);
  color:#f6f1e7;
  text-decoration:none;
  font-size:13px;
  font-weight:800;
  letter-spacing:.01em;
  box-shadow:0 10px 20px rgba(20,24,21,.12);
  transition:transform .22s ease, background .22s ease, box-shadow .22s ease;
}

.ms-home-news-card__cta svg{
  width:18px;
  height:18px;
}

.ms-home-news-card__cta:hover{
  transform:translateY(-2px);
  background:#599c4c;
  box-shadow:0 12px 26px rgba(89,156,76,.28);
}

@media (prefers-reduced-motion:reduce){
  .ms-home-news__catalog-link,
  .ms-home-news__nav-btn,
  .ms-home-news-card,
  .ms-home-news-card__media img,
  .ms-home-news-card__cta{
    transition:none;
  }
}

@media (max-width:1180px){
  .ms-home-news__track{
    grid-auto-columns:calc((100% - 14px) / 2);
    gap:14px;
  }

  .ms-home-news__head{
    grid-template-columns:1fr;
    align-items:start;
  }

  .ms-home-news__actions{
    justify-items:start;
  }
}

@media (max-width:700px){
  .ms-home-news__track{
    grid-auto-columns:100%;
    gap:12px;
  }

  .ms-home-news{
    width:min(1320px,calc(100% - 18px));
    padding-bottom:22px;
  }

  .ms-home-news__shell{
    padding:20px 16px 18px;
    border-radius:26px;
  }

  .ms-home-news__intro h2{
    font-size:26px;
  }

  .ms-home-news__actions{
    width:100%;
  }

  .ms-home-news__meta,
  .ms-home-news__catalog-link{
    width:100%;
  }

  .ms-home-news__nav{
    width:100%;
    justify-content:space-between;
  }

  .ms-home-news-card__body{
    padding:16px;
  }

  .ms-home-news-card__title{
    font-size:18px;
  }
}

@media (max-width:480px){
  .ms-home-news{
    width:100%;
    padding:0 0 16px;
  }

  .ms-home-news__shell{
    padding:14px 12px 14px;
    border-radius:20px;
  }

  .ms-home-news__head{
    gap:14px;
    margin-bottom:16px;
  }

  .ms-home-news__intro{
    gap:8px;
  }

  .ms-home-news__eyebrow{
    min-height:28px;
    padding:0 10px;
    font-size:10px;
  }

  .ms-home-news__intro h2{
    font-size:22px;
    line-height:1.15;
  }

  .ms-home-news__intro p{
    font-size:13px;
    line-height:1.5;
    max-width:100%;
  }

  .ms-home-news__actions{
    gap:10px;
  }

  .ms-home-news__meta{
    min-width:unset;
    padding:10px 12px;
    border-radius:14px;
  }

  .ms-home-news__meta-label{
    font-size:10px;
  }

  .ms-home-news__meta strong{
    font-size:20px;
  }

  .ms-home-news__catalog-link{
    min-height:42px;
    padding:0 14px;
    font-size:12px;
    border-radius:14px;
  }

  .ms-home-news__nav{
    gap:6px;
  }

  .ms-home-news__nav-btn{
    width:42px;
    height:42px;
    border-radius:14px;
  }

  .ms-home-news__nav-btn svg{
    width:18px;
    height:18px;
  }

  .ms-home-news__counter{
    min-height:42px;
    padding:0 12px;
    border-radius:14px;
    font-size:13px;
    gap:8px;
  }

  .ms-home-news__counter i{
    width:20px;
  }

  .ms-home-news__viewport{
    margin:0 -12px;
    padding:0 12px;
  }

  .ms-home-news__track{
    gap:10px;
  }

  .ms-home-news-card{
    border-radius:20px;
  }

  .ms-home-news-card__media-shell{
    padding:12px 12px 0;
  }

  .ms-home-news-card__topline{
    top:12px;
    left:12px;
    right:12px;
  }

  .ms-home-news-card__badge,
  .ms-home-news-card__index{
    min-height:26px;
    padding:0 8px;
    font-size:10px;
  }

  .ms-home-news-card__media{
    border-radius:18px;
    aspect-ratio:1/1.05;
  }

  .ms-home-news-card__media img{
    padding:24px 18px 16px;
  }

  .ms-home-news-card__body{
    padding:14px 12px 14px;
    gap:14px;
  }

  .ms-home-news-card__content{
    gap:8px;
  }

  .ms-home-news-card__title{
    font-size:16px;
    line-height:1.2;
  }

  .ms-home-news-card__text{
    font-size:13px;
    line-height:1.5;
    min-height:unset;
  }

  .ms-home-news-card__cta{
    min-height:42px;
    padding:0 14px;
    font-size:12px;
    gap:10px;
    border-radius:14px;
  }

  .ms-home-news-card__cta svg{
    width:16px;
    height:16px;
  }
}

/* v20260519-compact-phone: keep the news block inside narrow mobile screens. */
@media (max-width:480px){
  .ms-home-news{
    padding:0 8px 12px;
  }

  .ms-home-news__shell{
    padding:12px 10px;
    border-radius:18px;
  }

  .ms-home-news__intro p,
  .ms-home-news__meta{
    display:none;
  }

  .ms-home-news__head{
    gap:10px;
    margin-bottom:12px;
  }

  .ms-home-news__actions{
    grid-template-columns:minmax(0,1fr) auto;
    align-items:center;
    gap:8px;
  }

  .ms-home-news__catalog-link{
    width:auto;
    min-height:38px;
    padding:0 12px;
  }

  .ms-home-news__nav{
    width:auto;
    justify-content:flex-end;
  }

  .ms-home-news__counter{
    display:none;
  }

  .ms-home-news__nav-btn{
    width:38px;
    height:38px;
  }

  .ms-home-news__viewport{
    margin:0 -6px;
    padding:0 6px;
  }

  .ms-home-news-card{
    min-height:0;
    grid-template-rows:auto auto;
    border-radius:18px;
  }

  .ms-home-news-card__media-shell{
    padding:10px 10px 0;
  }

  .ms-home-news-card__topline{
    top:10px;
    left:10px;
    right:10px;
  }

  .ms-home-news-card__index{
    display:none;
  }

  .ms-home-news-card__media{
    aspect-ratio:16/10;
    border-radius:16px;
    background:#ffffff;
  }

  .ms-home-news-card__media img{
    padding:18px 16px 12px;
  }

  .ms-home-news-card__body{
    gap:10px;
    padding:12px 10px;
  }

  .ms-home-news-card__text{
    display:none;
  }

  .ms-home-news-card__cta{
    min-height:38px;
    padding:0 12px;
  }
}

/* End */


/* Start:/local/templates/ms_template_adatpive/components/bitrix/news.list/home_advantages_plum/style.css?177922127621077*/
/* v20260519-mobile */
.ms-home-advantages{
  --adv-accent:#599c4c;
  --adv-accent-strong:#4b8c40;
  --adv-accent-soft:#e7f0df;
  --adv-surface:#f7f3eb;
  --adv-surface-strong:#ebe3d6;
  --adv-dark:#1f2823;
  --adv-dark-strong:#151b18;
  --adv-dark-soft:#2d3731;
  width:min(1320px,calc(100% - 28px));
  margin:0 auto;
  padding:12px 0 28px;
}

.ms-home-advantages__section-head{
  display:block;
  margin-bottom:18px;
}

.ms-home-advantages__title-block{
  display:grid;
  gap:10px;
}

.ms-home-advantages__eyebrow{
  display:inline-flex;
  align-items:center;
  width:max-content;
  min-height:34px;
  padding:0 14px;
  border-radius:999px;
  background:#fff;
  border:1px solid rgba(89,156,76,.18);
  color:#466f40;
  font-size:11px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.ms-home-advantages__title-block h2{
  margin:0;
  font-family:"Unbounded","Manrope",sans-serif;
  font-size:clamp(26px,3.2vw,44px);
  line-height:1.04;
  letter-spacing:-.05em;
  color:#2d2b27;
}

.ms-home-advantages__title-block p{
  margin:0;
  max-width:70ch;
  font-size:15px;
  line-height:1.6;
  color:#5a5a5a;
}

.ms-home-advantages-carousel{
  position:relative;
  display:flex;
  overflow:hidden;
  min-height:620px;
  border:1px solid rgba(46,46,46,.10);
  border-radius:40px;
  background:linear-gradient(180deg, var(--adv-surface) 0%, var(--adv-surface-strong) 100%);
  box-shadow:0 20px 44px rgba(62,35,23,.10);
}

.ms-home-advantages-carousel__rail{
  position:relative;
  width:40%;
  min-height:420px;
  overflow:hidden;
  padding:34px 26px 34px 38px;
  background:
    radial-gradient(circle at 18% 14%, rgba(255,255,255,.10), transparent 28%),
    radial-gradient(circle at 84% 82%, rgba(89,156,76,.22), transparent 26%),
    linear-gradient(155deg, var(--adv-dark) 0%, var(--adv-dark-soft) 46%, #3d4f45 100%);
}

.ms-home-advantages-carousel__fade{
  position:absolute;
  left:0;
  right:0;
  z-index:4;
  height:88px;
  pointer-events:none;
}

.ms-home-advantages-carousel__fade--top{
  top:0;
  background:linear-gradient(180deg, rgba(31,40,35,1) 0%, rgba(31,40,35,.76) 62%, rgba(31,40,35,0) 100%);
}

.ms-home-advantages-carousel__fade--bottom{
  bottom:0;
  background:linear-gradient(0deg, rgba(45,55,49,1) 0%, rgba(45,55,49,.80) 62%, rgba(45,55,49,0) 100%);
}

.ms-home-advantages-carousel__chip-stage{
  position:relative;
  min-height:548px;
  display:flex;
  align-items:center;
  justify-content:flex-start;
}

.ms-home-advantages-chip{
  position:absolute;
  left:0;
  right:32px;
  display:flex;
  align-items:center;
  gap:14px;
  min-height:62px;
  padding:14px 24px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:999px;
  background:rgba(255,255,255,.02);
  color:rgba(244,239,228,.72);
  text-align:left;
  cursor:pointer;
  transition:
    opacity .5s ease,
    color .4s ease,
    border-color .4s ease,
    background-color .4s ease,
    box-shadow .4s ease,
    transform .7s cubic-bezier(.22,1,.36,1);
}

.ms-home-advantages-chip:hover,
.ms-home-advantages-chip:focus-visible{
  border-color:rgba(148,201,123,.34);
  color:#fff;
  outline:none;
}

.ms-home-advantages-chip.is-active{
  background:#fff;
  color:var(--adv-accent-strong);
  border-color:#fff;
  box-shadow:0 18px 28px rgba(24,31,27,.18);
}

.ms-home-advantages-chip__icon{
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  flex:0 0 auto;
  border-radius:999px;
  background:rgba(148,201,123,.14);
  color:#9bd783;
  box-shadow:inset 0 0 0 1px rgba(148,201,123,.2);
  transition:background .4s ease, color .4s ease, box-shadow .4s ease;
}

.ms-home-advantages-chip.is-active .ms-home-advantages-chip__icon{
  background:var(--adv-accent);
  color:#fff;
  box-shadow:0 10px 20px rgba(74,135,62,.28);
}

.ms-home-advantages-chip__icon svg{
  width:22px;
  height:22px;
  display:block;
}

.ms-home-advantages-chip__icon svg [stroke]{
  stroke:currentColor !important;
}

.ms-home-advantages-chip__icon svg [fill]:not([fill="none"]){
  fill:currentColor !important;
}

.ms-home-advantages-chip__label{
  display:block;
  font-size:14px;
  font-weight:700;
  line-height:1.2;
  letter-spacing:.05em;
  text-transform:uppercase;
  white-space:nowrap;
}

.ms-home-advantages-chip:not(.is-active) .ms-home-advantages-chip__label{
  color:rgba(244,239,228,.86);
}

.ms-home-advantages-chip.is-active .ms-home-advantages-chip__label{
  color:var(--adv-accent-strong);
}

.ms-home-advantages-carousel__visual{
  position:relative;
  flex:1 1 auto;
  min-height:520px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:54px 28px;
  overflow:hidden;
  background:
    radial-gradient(circle at 16% 18%, rgba(255,255,255,.46), transparent 28%),
    radial-gradient(circle at 86% 14%, rgba(89,156,76,.10), transparent 24%),
    linear-gradient(180deg, rgba(255,255,255,.76) 0%, rgba(247,243,236,.92) 100%);
}

.ms-home-advantages-carousel__stack{
  position:relative;
  width:min(100%, 456px);
  aspect-ratio:4/5;
}

.ms-home-advantages-slide{
  position:absolute;
  inset:0;
  overflow:hidden;
  border:8px solid #f5efe6;
  border-radius:40px;
  background:#e5ddd1;
  transform-origin:center center;
  transition:
    transform .7s cubic-bezier(.22,1,.36,1),
    opacity .55s ease,
    filter .65s ease;
}

.ms-home-advantages-slide img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}

.ms-home-advantages-slide::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg, rgba(19,25,22,.04) 0%, rgba(19,25,22,.10) 28%, rgba(15,19,17,.78) 100%),
    radial-gradient(circle at 80% 16%, rgba(89,156,76,.16), transparent 26%);
}

.ms-home-advantages-slide__noise{
  position:absolute;
  inset:0;
  z-index:1;
  background:
    radial-gradient(circle at 10% 20%, rgba(255,255,255,.16), transparent 22%),
    linear-gradient(120deg, rgba(255,255,255,.04), rgba(255,255,255,0));
  mix-blend-mode:screen;
}

.ms-home-advantages-slide__session{
  position:absolute;
  top:28px;
  left:28px;
  z-index:3;
  display:flex;
  align-items:center;
  gap:10px;
  color:rgba(255,255,255,.82);
  font-size:10px;
  font-family:"IBM Plex Mono","Manrope",sans-serif;
  letter-spacing:.28em;
  text-transform:uppercase;
  opacity:0;
  transition:opacity .35s ease;
}

.ms-home-advantages-slide__session-dot{
  width:8px;
  height:8px;
  border-radius:999px;
  background:#fff;
  box-shadow:0 0 12px rgba(255,255,255,.92);
}

.ms-home-advantages-slide__content{
  position:absolute;
  right:0;
  bottom:0;
  left:0;
  z-index:3;
  display:grid;
  gap:12px;
  padding:32px 30px 30px;
  opacity:0;
  transform:translateY(18px);
  transition:opacity .45s ease, transform .45s ease;
}

.ms-home-advantages-slide__badge,
.ms-home-advantages-slide__metric{
  display:inline-flex;
  align-items:center;
  width:max-content;
  min-height:30px;
  padding:0 12px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.20);
}

.ms-home-advantages-slide__badge{
  background:rgba(248,243,234,.94);
  color:var(--adv-dark);
  font-size:11px;
  letter-spacing:.16em;
  text-transform:uppercase;
}

.ms-home-advantages-slide__metric{
  background:rgba(89,156,76,.18);
  color:#fff;
  font-size:11px;
  font-weight:800;
  letter-spacing:.10em;
  text-transform:uppercase;
}

.ms-home-advantages-slide__content h3{
  margin:0;
  color:#fff;
  font-family:"Unbounded","Manrope",sans-serif;
  font-size:clamp(22px,2.2vw,30px);
  line-height:1.14;
  letter-spacing:-.04em;
}

.ms-home-advantages-slide__content p{
  margin:0;
  color:rgba(244,239,228,.92);
  font-size:16px;
  line-height:1.55;
}

.ms-home-advantages-slide.is-active{
  z-index:20;
  opacity:1;
  transform:translate3d(0,0,0) scale(1) rotate(0deg);
  filter:none;
  pointer-events:auto;
}

.ms-home-advantages-slide.is-active .ms-home-advantages-slide__content,
.ms-home-advantages-slide.is-active .ms-home-advantages-slide__session{
  opacity:1;
  transform:translateY(0);
}

.ms-home-advantages-slide.is-prev{
  z-index:10;
  opacity:.42;
  transform:translate3d(-92px,0,0) scale(.86) rotate(-3deg);
  filter:grayscale(1) blur(1.6px) brightness(.86);
  pointer-events:none;
}

.ms-home-advantages-slide.is-next{
  z-index:10;
  opacity:.42;
  transform:translate3d(92px,0,0) scale(.86) rotate(3deg);
  filter:grayscale(1) blur(1.6px) brightness(.86);
  pointer-events:none;
}

.ms-home-advantages-slide.is-hidden{
  z-index:0;
  opacity:0;
  transform:translate3d(0,0,0) scale(.7);
  filter:grayscale(1) blur(2px) brightness(.78);
  pointer-events:none;
}

@media (max-width:1180px){
  .ms-home-advantages-carousel{
    min-height:unset;
    flex-direction:column;
  }

  .ms-home-advantages-carousel__rail{
    width:100%;
    min-height:360px;
    padding:28px 20px;
  }

  .ms-home-advantages-carousel__chip-stage{
    min-height:300px;
    justify-content:center;
  }

  .ms-home-advantages-chip{
    left:50%;
    right:auto;
    width:min(100%, 420px);
    transform:translateX(-50%);
  }

  .ms-home-advantages-carousel__visual{
    padding:34px 20px 28px;
  }
}

@media (max-width:767px){
  .ms-home-advantages{
    width:min(1320px,calc(100% - 18px));
    padding-bottom:18px;
  }

  .ms-home-advantages-carousel{
    border-radius:28px;
  }

  .ms-home-advantages-carousel__rail{
    min-height:310px;
    padding:22px 14px 18px;
  }

  .ms-home-advantages-carousel__fade{
    height:64px;
  }

  .ms-home-advantages-carousel__chip-stage{
    min-height:260px;
  }

  .ms-home-advantages-chip{
    width:calc(100% - 8px);
    min-height:56px;
    gap:12px;
    padding:12px 18px;
  }

  .ms-home-advantages-chip__label{
    font-size:12px;
  }

  .ms-home-advantages-carousel__visual{
    min-height:420px;
    padding:18px 12px 22px;
  }

  .ms-home-advantages-carousel__stack{
    width:min(100%, 360px);
  }

  .ms-home-advantages-slide{
    border-width:5px;
    border-radius:28px;
  }

  .ms-home-advantages-slide.is-prev{
    transform:translate3d(-58px,0,0) scale(.86) rotate(-3deg);
  }

  .ms-home-advantages-slide.is-next{
    transform:translate3d(58px,0,0) scale(.86) rotate(3deg);
  }

  .ms-home-advantages-slide__session{
    top:20px;
    left:20px;
    gap:8px;
    letter-spacing:.18em;
  }

  .ms-home-advantages-slide__content{
    gap:10px;
    padding:24px 20px 22px;
  }

  .ms-home-advantages-slide__content h3{
    font-size:22px;
  }

  .ms-home-advantages-slide__content p{
    font-size:14px;
  }
}

@media (max-width:480px){
  .ms-home-advantages{
    width:100%;
    padding:0 0 14px;
  }

  .ms-home-advantages__section-head{
    margin-bottom:14px;
  }

  .ms-home-advantages__title-block{
    gap:8px;
  }

  .ms-home-advantages__eyebrow{
    min-height:28px;
    padding:0 10px;
    font-size:10px;
  }

  .ms-home-advantages__title-block h2{
    font-size:22px;
    line-height:1.15;
  }

  .ms-home-advantages__title-block p{
    font-size:13px;
    line-height:1.5;
    max-width:100%;
  }

  .ms-home-advantages-carousel{
    border-radius:18px;
    min-height:unset;
    flex-direction:column;
  }

  .ms-home-advantages-carousel__rail{
    width:100%;
    min-height:240px;
    padding:16px 10px 12px;
    border-radius:18px 18px 0 0;
  }

  .ms-home-advantages-carousel__fade{
    height:48px;
  }

  .ms-home-advantages-carousel__chip-stage{
    min-height:200px;
  }

  .ms-home-advantages-chip{
    left:50%;
    right:auto;
    width:min(100%, 320px);
    min-height:48px;
    gap:10px;
    padding:10px 14px;
    transform:translateX(-50%);
    border-radius:16px;
  }

  .ms-home-advantages-chip__icon{
    width:28px;
    height:28px;
  }

  .ms-home-advantages-chip__icon svg{
    width:18px;
    height:18px;
  }

  .ms-home-advantages-chip__label{
    font-size:11px;
    letter-spacing:.04em;
  }

  .ms-home-advantages-carousel__visual{
    min-height:340px;
    padding:14px 10px 18px;
    border-radius:0 0 18px 18px;
  }

  .ms-home-advantages-carousel__stack{
    width:100%;
    aspect-ratio:4/5;
  }

  .ms-home-advantages-slide{
    border-width:4px;
    border-radius:18px;
  }

  .ms-home-advantages-slide.is-prev{
    transform:translate3d(-40px,0,0) scale(.84) rotate(-2deg);
  }

  .ms-home-advantages-slide.is-next{
    transform:translate3d(40px,0,0) scale(.84) rotate(2deg);
  }

  .ms-home-advantages-slide__session{
    top:14px;
    left:14px;
    gap:6px;
    font-size:9px;
    letter-spacing:.14em;
  }

  .ms-home-advantages-slide__session-dot{
    width:6px;
    height:6px;
  }

  .ms-home-advantages-slide__content{
    gap:8px;
    padding:18px 14px 16px;
  }

  .ms-home-advantages-slide__badge,
  .ms-home-advantages-slide__metric{
    min-height:26px;
    padding:0 10px;
    font-size:10px;
    border-radius:14px;
  }

  .ms-home-advantages-slide__content h3{
    font-size:18px;
    line-height:1.2;
  }

  .ms-home-advantages-slide__content p{
    font-size:13px;
    line-height:1.5;
  }
}

/* v20260519-compact-phone: reduce stacked carousel height on narrow screens. */
/* v20260519-tablet-mobile-advantages: use the mobile card stack on tablets. */
@media (min-width:768px) and (max-width:960px){
  .ms-home-advantages{
    width:min(720px, calc(100% - 28px));
    padding:8px 0 24px;
  }

  .ms-home-advantages__section-head{
    margin-bottom:12px;
  }

  .ms-home-advantages__title-block p{
    display:none;
  }

  .ms-home-advantages-carousel{
    min-height:unset;
    overflow:hidden;
    border-radius:24px;
    display:flex;
    flex-direction:column-reverse;
    background:linear-gradient(180deg, #fbfaf6 0%, #f4f0e8 49%, var(--adv-dark) 50%, #34483a 100%);
    border-color:rgba(46,46,46,.14);
    box-shadow:0 14px 32px rgba(31,40,35,.13);
  }

  .ms-home-advantages-carousel__rail{
    width:100%;
    min-height:auto;
    padding:14px;
    border-radius:0;
    border-top:1px solid rgba(255,255,255,.08);
    background:
      radial-gradient(circle at 72% 0%, rgba(89,156,76,.20), transparent 38%),
      linear-gradient(155deg, var(--adv-dark) 0%, var(--adv-dark-soft) 46%, #3d4f45 100%);
  }

  .ms-home-advantages-carousel__fade{
    display:none;
  }

  .ms-home-advantages-carousel__chip-stage{
    min-height:0;
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
    align-items:stretch;
    justify-content:stretch;
  }

  .ms-home-advantages-chip{
    position:relative;
    left:auto;
    right:auto;
    width:100%;
    min-height:50px;
    padding:10px 12px;
    transform:none !important;
    opacity:.72 !important;
  }

  .ms-home-advantages-chip.is-active{
    opacity:1 !important;
  }

  .ms-home-advantages-chip__icon{
    width:28px;
    height:28px;
  }

  .ms-home-advantages-chip__label{
    min-width:0;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    font-size:11px;
  }

  .ms-home-advantages-carousel__visual{
    min-height:auto;
    padding:0;
    border-radius:0;
    background:
      radial-gradient(circle at 50% 20%, rgba(89,156,76,.08), transparent 38%),
      linear-gradient(180deg, rgba(255,255,255,.94) 0%, rgba(248,245,238,.96) 100%);
  }

  .ms-home-advantages-carousel__stack{
    width:100%;
    max-width:none;
    aspect-ratio:16/10.6;
  }

  .ms-home-advantages-slide{
    border:0;
    border-radius:0;
    box-shadow:none;
  }

  .ms-home-advantages-slide img{
    object-fit:cover;
    transform:scale(1.04);
  }

  .ms-home-advantages-slide.is-prev,
  .ms-home-advantages-slide.is-next{
    opacity:0;
    transform:translate3d(0,0,0) scale(.92);
  }

  .ms-home-advantages-slide::after{
    background:
      linear-gradient(180deg, rgba(11,16,13,.02) 0%, rgba(11,16,13,.18) 34%, rgba(8,12,10,.86) 100%),
      linear-gradient(90deg, rgba(8,12,10,.62) 0%, rgba(8,12,10,.18) 54%, rgba(8,12,10,.08) 100%);
  }

  .ms-home-advantages-slide__session{
    display:none;
  }

  .ms-home-advantages-slide__badge{
    background:rgba(255,255,255,.94);
    color:#172018;
    border-color:rgba(255,255,255,.72);
    box-shadow:0 8px 18px rgba(0,0,0,.18);
  }

  .ms-home-advantages-slide__metric{
    background:rgba(50,92,43,.72);
    border-color:rgba(255,255,255,.26);
    color:#fff;
    box-shadow:0 8px 18px rgba(0,0,0,.20);
  }

  .ms-home-advantages-slide__content{
    gap:7px;
    padding:22px 18px 18px;
    text-shadow:0 2px 10px rgba(0,0,0,.72);
  }

  .ms-home-advantages-slide__content h3{
    font-size:20px;
    line-height:1.14;
    color:#fff;
  }

  .ms-home-advantages-slide__content p{
    display:block;
    overflow:visible;
    -webkit-line-clamp:unset;
    color:rgba(255,255,255,.96);
    font-size:13px;
    line-height:1.36;
    font-weight:700;
    text-shadow:0 2px 8px rgba(0,0,0,.78);
  }
}

@media (max-width:480px){
  .ms-home-advantages{
    padding:0 8px 12px;
  }

  .ms-home-advantages__section-head{
    margin-bottom:10px;
  }

  .ms-home-advantages__title-block p{
    display:none;
  }

  .ms-home-advantages-carousel{
    border-radius:18px;
    display:flex;
    flex-direction:column-reverse;
  }

  .ms-home-advantages-carousel__rail{
    min-height:auto;
    padding:10px;
    border-radius:0 0 18px 18px;
  }

  .ms-home-advantages-carousel__fade{
    display:none;
  }

  .ms-home-advantages-carousel__chip-stage{
    min-height:0;
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:8px;
    align-items:stretch;
  }

  .ms-home-advantages-chip{
    position:relative;
    left:auto;
    right:auto;
    width:100%;
    min-height:44px;
    padding:8px 10px;
    transform:none !important;
    opacity:.72 !important;
  }

  .ms-home-advantages-chip.is-active{
    opacity:1 !important;
  }

  .ms-home-advantages-chip__icon{
    width:24px;
    height:24px;
  }

  .ms-home-advantages-chip__label{
    min-width:0;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    font-size:10px;
  }

  .ms-home-advantages-carousel__visual{
    min-height:auto;
    padding:10px;
    border-radius:18px 18px 0 0;
  }

  .ms-home-advantages-carousel__stack{
    width:100%;
    max-width:320px;
    aspect-ratio:16/11;
  }

  .ms-home-advantages-slide.is-prev,
  .ms-home-advantages-slide.is-next{
    opacity:0;
    transform:translate3d(0,0,0) scale(.92);
  }

  .ms-home-advantages-slide__session{
    display:none;
  }

  .ms-home-advantages-slide__content{
    gap:6px;
    padding:14px 12px;
  }

  .ms-home-advantages-slide__badge,
  .ms-home-advantages-slide__metric{
    min-height:22px;
    padding:0 8px;
    font-size:9px;
  }

  .ms-home-advantages-slide__content h3{
    font-size:16px;
  }

  .ms-home-advantages-slide__content p{
    display:block;
    overflow:visible;
    -webkit-line-clamp:unset;
    font-size:12px;
    line-height:1.35;
  }
}

/* v20260519-unified-phone: make the slide and chips read as one card. */
@media (max-width:480px){
  .ms-home-advantages-carousel{
    overflow:hidden;
    background:linear-gradient(180deg, #fbfaf6 0%, #f4f0e8 49%, var(--adv-dark) 50%, #34483a 100%);
    border-color:rgba(46,46,46,.14);
    box-shadow:0 12px 28px rgba(31,40,35,.12);
  }

  .ms-home-advantages-carousel__visual{
    padding:14px 10px 18px;
    border-radius:0;
    background:
      radial-gradient(circle at 50% 20%, rgba(89,156,76,.08), transparent 38%),
      linear-gradient(180deg, rgba(255,255,255,.94) 0%, rgba(248,245,238,.96) 100%);
  }

  .ms-home-advantages-carousel__rail{
    padding:10px 10px 12px;
    border-radius:0;
    border-top:1px solid rgba(255,255,255,.08);
    background:
      radial-gradient(circle at 72% 0%, rgba(89,156,76,.20), transparent 38%),
      linear-gradient(155deg, var(--adv-dark) 0%, var(--adv-dark-soft) 46%, #3d4f45 100%);
  }

  .ms-home-advantages-slide{
    box-shadow:0 10px 22px rgba(31,40,35,.12);
  }
}

/* v20260519-fullbleed-phone: make the slide image fill the top container and keep text readable. */
@media (max-width:480px){
  .ms-home-advantages-carousel__visual{
    padding:0;
  }

  .ms-home-advantages-carousel__stack{
    max-width:none;
    aspect-ratio:16/10.6;
  }

  .ms-home-advantages-slide{
    border:0;
    border-radius:0;
    box-shadow:none;
  }

  .ms-home-advantages-slide img{
    object-fit:cover;
    transform:scale(1.04);
  }

  .ms-home-advantages-slide::after{
    background:
      linear-gradient(180deg, rgba(11,16,13,.02) 0%, rgba(11,16,13,.18) 34%, rgba(8,12,10,.86) 100%),
      linear-gradient(90deg, rgba(8,12,10,.62) 0%, rgba(8,12,10,.18) 54%, rgba(8,12,10,.08) 100%);
  }

  .ms-home-advantages-slide__badge{
    background:rgba(255,255,255,.94);
    color:#172018;
    border-color:rgba(255,255,255,.72);
    box-shadow:0 8px 18px rgba(0,0,0,.18);
  }

  .ms-home-advantages-slide__metric{
    background:rgba(50,92,43,.72);
    border-color:rgba(255,255,255,.26);
    color:#fff;
    box-shadow:0 8px 18px rgba(0,0,0,.20);
  }

  .ms-home-advantages-slide__content{
    padding:18px 14px 16px;
    text-shadow:0 2px 10px rgba(0,0,0,.72);
  }

  .ms-home-advantages-slide__content h3{
    font-size:17px;
    line-height:1.14;
    color:#fff;
  }

  .ms-home-advantages-slide__content p{
    color:rgba(255,255,255,.96);
    font-weight:700;
    text-shadow:0 2px 8px rgba(0,0,0,.78);
  }
}

/* End */


/* Start:/local/templates/ms_template_adatpive/components/bitrix/form.result.new/home_request_plum/style.css?17778892616907*/
.ms-home-request{
  width:min(1320px,calc(100% - 28px));
  margin:0 auto;
  padding:18px 0 34px;
}
.ms-home-request__layout{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(390px,.78fr);
  gap:22px;
  padding:30px;
  border-radius:34px;
  overflow:hidden;
  background:
    radial-gradient(circle at top left, rgba(108,165,88,.24), transparent 30%),
    radial-gradient(circle at bottom right, rgba(193,224,162,.14), transparent 28%),
    linear-gradient(135deg,#232a23 0%,#2f362f 55%,#242924 100%);
  color:#fff;
  box-shadow:0 28px 60px rgba(18,24,18,.18);
}
.ms-home-request__layout::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(120deg, rgba(255,255,255,.06), transparent 36%),
    linear-gradient(180deg, rgba(255,255,255,.04), transparent 45%);
  pointer-events:none;
}
.ms-home-request__copy{
  position:relative;
  z-index:1;
  display:grid;
  align-content:start;
  gap:20px;
}
.ms-home-request__intro{
  display:grid;
  gap:14px;
  max-width:60ch;
}
.ms-home-request__eyebrow{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:max-content;
  min-height:34px;
  padding:0 14px;
  border-radius:999px;
  background:rgba(255,255,255,.1);
  border:1px solid rgba(255,255,255,.14);
  color:#eff5ea;
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.ms-home-request__copy h2{
  margin:0;
  font-family:"Unbounded","Manrope",sans-serif;
  font-size:clamp(30px,4.3vw,56px);
  line-height:1.02;
  letter-spacing:-.04em;
  max-width:10ch;
}
.ms-home-request__copy p{
  margin:0;
  color:rgba(245,247,241,.82);
  font-size:16px;
  line-height:1.68;
  max-width:46ch;
}
.ms-home-request__facts{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.ms-home-request__facts span{
  display:inline-flex;
  align-items:center;
  min-height:36px;
  padding:0 14px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.06);
  color:#f6f8f2;
  font-size:12px;
  font-weight:700;
}
.ms-home-request__bottom{
  grid-column:1 / -1;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}
.ms-home-request__benefit{
  display:grid;
  gap:10px;
  align-content:start;
  min-height:100%;
  padding:18px;
  border-radius:22px;
  border:1px solid rgba(255,255,255,.1);
  background:linear-gradient(180deg, rgba(255,255,255,.08) 0%, rgba(255,255,255,.03) 100%);
  backdrop-filter:blur(6px);
}
.ms-home-request__benefit-index{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:44px;
  height:44px;
  border-radius:14px;
  background:rgba(193,224,162,.16);
  color:#d9efc8;
  font-size:13px;
  font-weight:800;
  letter-spacing:.08em;
}
.ms-home-request__benefit strong{
  display:block;
  font-size:18px;
  line-height:1.2;
  font-weight:800;
  color:#fff;
}
.ms-home-request__benefit p{
  margin:0;
  max-width:none;
  color:rgba(245,247,241,.72);
  font-size:14px;
  line-height:1.55;
}
.ms-home-request__benefit--note{
  background:linear-gradient(180deg, rgba(193,224,162,.14) 0%, rgba(193,224,162,.06) 100%);
  border-color:rgba(193,224,162,.2);
}
.ms-home-request__benefit--note .ms-home-request__benefit-index{
  width:56px;
  background:rgba(193,224,162,.22);
}
.main_page_blur_wrapper{
  position:relative;
  z-index:1;
  align-self:start;
}
.feedback_form_outer{
  position:relative;
  display:grid;
  gap:16px;
  padding:24px;
  border-radius:28px;
  background:linear-gradient(180deg, #ffffff 0%, #f5f4ef 100%);
  color:#202520;
  border:1px solid rgba(255,255,255,.16);
  box-shadow:0 24px 42px rgba(0,0,0,.18);
}
.feedback_form_outer::before{
  content:"";
  position:absolute;
  top:0;
  left:24px;
  right:24px;
  height:1px;
  background:linear-gradient(90deg, transparent, rgba(35,42,35,.12), transparent);
}
.feedback_form_inner{
  display:grid;
  gap:14px;
}
.feedback_form_caption{
  display:grid;
  gap:6px;
}
.feedback_form_kicker{
  display:inline-flex;
  align-items:center;
  width:max-content;
  min-height:30px;
  padding:0 11px;
  border-radius:999px;
  background:#edf3e7;
  color:#48683d;
  font-size:11px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.feedback_form_caption strong{
  font-size:28px;
  line-height:1.02;
  font-family:"Unbounded","Manrope",sans-serif;
  letter-spacing:-.04em;
  color:#212821;
}
.feedback_form_caption p{
  margin:0;
  color:#657064;
  font-size:14px;
  line-height:1.55;
}
.feedback_form_inner .thanks_notice{
  display:block;
  font-size:22px;
  line-height:1.3;
  font-weight:800;
  color:#202520;
}
.feedback_form_inputs_inner{
  display:grid;
  gap:12px;
}
.feedback_form_row{
  display:block;
}
.feedback_form_row input[type="text"],
.feedback_form_row input[type="tel"],
.feedback_form_row input[type="email"]{
  width:100%;
  min-height:54px;
  padding:0 16px;
  border-radius:16px;
  border:1px solid rgba(32,37,32,.12);
  background:#fff;
  color:#202520;
  font:inherit;
  transition:border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.feedback_form_row input[type="text"]:focus,
.feedback_form_row input[type="tel"]:focus,
.feedback_form_row input[type="email"]:focus{
  outline:none;
  border-color:rgba(89,156,76,.56);
  box-shadow:0 0 0 4px rgba(89,156,76,.12);
}
.feedback_form_row.checkbox{
  display:flex;
  align-items:flex-start;
  gap:10px;
  font-size:13px;
  line-height:1.5;
  color:#667165;
}
.feedback_form_row.checkbox input{
  width:18px;
  height:18px;
  margin-top:2px;
}
.feedback_form_row.checkbox span a{
  color:#2e4f28;
}
.feedback_form_row button{
  width:100%;
  min-height:56px;
  border:0;
  border-radius:18px;
  background:linear-gradient(180deg,#6aa14f 0%,#588a42 100%);
  color:#fff;
  font:inherit;
  font-weight:800;
  cursor:pointer;
  box-shadow:0 16px 28px rgba(89,156,76,.26);
  transition:transform .18s ease, box-shadow .18s ease, filter .18s ease;
}
.feedback_form_row button:hover{
  transform:translateY(-1px);
  box-shadow:0 20px 32px rgba(89,156,76,.3);
  filter:saturate(1.04);
}
.errors{
  padding:12px 14px;
  border-radius:16px;
  background:rgba(202,48,48,.08);
  border:1px solid rgba(202,48,48,.16);
  color:#9d1e1e;
  font-size:13px;
}
@media (max-width:1080px){
  .ms-home-request__layout{
    grid-template-columns:1fr;
  }
  .ms-home-request__bottom{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media (max-width:860px){
  .ms-home-request__bottom{
    grid-template-columns:1fr;
  }
}
@media (max-width:700px){
  .ms-home-request{
    width:min(1320px,calc(100% - 18px));
    padding:12px 0 26px;
  }
  .ms-home-request__layout{
    padding:20px;
    border-radius:26px;
  }
  .ms-home-request__copy h2{
    max-width:none;
    font-size:clamp(28px,10vw,42px);
  }
  .feedback_form_outer{
    padding:18px;
    border-radius:22px;
  }
  .feedback_form_caption strong{
    font-size:24px;
  }
}

/* End */
/* /local/templates/ms_template_adatpive/components/bitrix/news.list/home_hero_plum/style.css?177922294189557 */
/* /local/templates/ms_template_adatpive/components/bitrix/catalog.section.list/home_categories/style.css?17792051446869 */
/* /local/templates/ms_template_adatpive/components/bitrix/news.list/home_news_plum/style.css?177920501113409 */
/* /local/templates/ms_template_adatpive/components/bitrix/news.list/home_advantages_plum/style.css?177922127621077 */
/* /local/templates/ms_template_adatpive/components/bitrix/form.result.new/home_request_plum/style.css?17778892616907 */
