/**
 * SMNET Core 1.17.19 — About Company History Timeline
 */
body.smnet-core .smnet-about-history{position:relative;overflow:hidden;padding:clamp(68px,7vw,96px) 0;background:linear-gradient(180deg,#f8fbfd 0%,#fff 100%);border-top:1px solid #edf3f6;border-bottom:1px solid #edf3f6}
body.smnet-core .smnet-about-history::before{content:"";position:absolute;right:-160px;top:-190px;width:520px;height:520px;border-radius:50%;border:1px solid rgba(0,174,239,.08);box-shadow:0 0 0 72px rgba(0,174,239,.025),0 0 0 144px rgba(0,174,239,.015);pointer-events:none}
body.smnet-core .smnet-about-history-head{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,.9fr) minmax(360px,1.1fr);gap:48px;align-items:end;margin-bottom:30px}
body.smnet-core .smnet-about-history-head h2{max-width:600px;margin:8px 0 0;color:#061629;line-height:1.04;letter-spacing:-.035em}
body.smnet-core .smnet-about-history-head>p{max-width:680px;margin:0;color:#617589;font-size:15px;line-height:1.75}
body.smnet-core .smnet-brand-evolution{position:relative;z-index:2;display:grid;grid-template-columns:auto 42px auto 42px auto minmax(160px,1fr);align-items:center;gap:12px;margin-bottom:34px;padding:18px 20px;border:1px solid #dbe8ef;border-radius:16px;background:#fff;box-shadow:0 10px 30px rgba(6,22,41,.04)}
body.smnet-core .smnet-brand-evolution-name{min-height:42px;padding:0 15px;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;font-size:13px;font-weight:900;letter-spacing:.08em;white-space:nowrap}
body.smnet-core .smnet-brand-evolution-name.is-origin{background:#eef3f6;color:#526779}
body.smnet-core .smnet-brand-evolution-name.is-middle{background:#eaf8fe;color:#007ea9}
body.smnet-core .smnet-brand-evolution-name.is-current{background:linear-gradient(135deg,#07243e,#00aeef);color:#fff;box-shadow:0 8px 22px rgba(0,174,239,.16)}
body.smnet-core .smnet-brand-evolution-arrow{display:grid;place-items:center;color:#00a5e1}
body.smnet-core .smnet-brand-evolution small{justify-self:end;max-width:310px;color:#718294;font-size:11px;font-weight:760;line-height:1.45;text-align:right}
body.smnet-core .smnet-history-timeline{position:relative;z-index:2;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
body.smnet-core .smnet-history-timeline::before{content:"";position:absolute;left:8%;right:8%;top:31px;height:2px;background:linear-gradient(90deg,#a8bbc8 0%,#56c8ee 44%,#00aeef 100%);opacity:.72}
body.smnet-core .smnet-history-event{position:relative;min-height:292px;padding:66px 22px 24px;border:1px solid #dce8ef;border-radius:18px;background:#fff;box-shadow:0 12px 34px rgba(6,22,41,.045);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}
body.smnet-core .smnet-history-event:hover{transform:translateY(-4px);border-color:#a9ddeb;box-shadow:0 18px 42px rgba(6,22,41,.075)}
body.smnet-core .smnet-history-event.is-current{border-color:#9edcf1;background:linear-gradient(145deg,#071d32 0%,#0a496e 62%,#078fc3 100%);box-shadow:0 18px 48px rgba(6,54,82,.14)}
body.smnet-core .smnet-history-rail{position:absolute;left:22px;top:22px;width:22px;height:22px;display:grid;place-items:center;border-radius:50%;background:#fff;border:1px solid #b9dce8;z-index:3}
body.smnet-core .smnet-history-dot{width:8px;height:8px;border-radius:50%;background:#00aeef;box-shadow:0 0 0 5px rgba(0,174,239,.12)}
body.smnet-core .smnet-history-event.is-current .smnet-history-rail{border-color:rgba(255,255,255,.55);background:#0a3f5f}
body.smnet-core .smnet-history-event.is-current .smnet-history-dot{background:#84e2ff;box-shadow:0 0 0 5px rgba(132,226,255,.14)}
body.smnet-core .smnet-history-event-top{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:17px}
body.smnet-core .smnet-history-event time{color:#008fc5;font-size:12px;font-weight:900;letter-spacing:.06em}
body.smnet-core .smnet-history-event-top>span{padding:4px 7px;border-radius:999px;background:#f0f6f9;color:#708395;font-size:9px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}
body.smnet-core .smnet-history-event h3{margin:0 0 10px;color:#07172a;font-size:19px;line-height:1.28;letter-spacing:-.02em}
body.smnet-core .smnet-history-event p{margin:0;color:#66798c;font-size:13.5px;line-height:1.68}
body.smnet-core .smnet-history-index{position:absolute;right:16px;top:17px;color:#c4d4de;font-size:11px;font-weight:900;letter-spacing:.12em}
body.smnet-core .smnet-history-event.is-current :is(time,h3){color:#fff}
body.smnet-core .smnet-history-event.is-current p{color:#d4e6ee}
body.smnet-core .smnet-history-event.is-current .smnet-history-event-top>span{background:rgba(255,255,255,.10);color:#a9e9ff}
body.smnet-core .smnet-history-event.is-current .smnet-history-index{color:rgba(255,255,255,.48)}
@media(max-width:1080px){body.smnet-core .smnet-about-history-head{grid-template-columns:1fr;gap:16px}body.smnet-core .smnet-about-history-head>p{max-width:760px}body.smnet-core .smnet-brand-evolution{grid-template-columns:auto 34px auto 34px auto;justify-content:start}body.smnet-core .smnet-brand-evolution small{grid-column:1/-1;justify-self:start;max-width:none;text-align:left}body.smnet-core .smnet-history-timeline{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}body.smnet-core .smnet-history-timeline::before{display:none}body.smnet-core .smnet-history-event{min-height:250px;padding-top:54px}}
@media(max-width:680px){body.smnet-core .smnet-about-history{padding:54px 0}body.smnet-core .smnet-about-history-head{margin-bottom:22px}body.smnet-core .smnet-brand-evolution{display:flex;flex-wrap:wrap;gap:8px;padding:14px}body.smnet-core .smnet-brand-evolution-name{min-height:38px;padding:0 12px;font-size:11px}body.smnet-core .smnet-brand-evolution-arrow{width:24px}body.smnet-core .smnet-brand-evolution small{width:100%;padding-top:4px}body.smnet-core .smnet-history-timeline{grid-template-columns:1fr}body.smnet-core .smnet-history-event{min-height:0;padding:52px 19px 21px}body.smnet-core .smnet-history-event:hover{transform:none}}
@media(prefers-reduced-motion:reduce){body.smnet-core .smnet-history-event{transition:none!important}}
