

/* Start:/local/templates/ms_template_adatpive/components/bitrix/news.list/home_hero_plum/style.css?177939297389660*/
﻿.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[data-ms-hide-robot-stage-under] .ms-home-hero__robotic-stage{
    display:none;
  }
  .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 */
/* /local/templates/ms_template_adatpive/components/bitrix/news.list/home_hero_plum/style.css?177939297389660 */
