:root{
  --Vut_k_paper:#F8F1F1;
  --Vut_k_card:#EFF0F0;
  --Vut_k_ink:#101010;
  --Vut_k_red:#F20202;
  --Vut_k_green:#05FF22;
  --Vut_k_blue:#E2F5F9;
  --Vut_k_muted:#657076;
  --Vut_k_line:rgba(16,16,16,.22);
  --Vut_k_glow:0 0 24px rgba(242,2,2,.2);
  --Vut_k_width:90%;
}

*{box-sizing:border-box}

html{scroll-behavior:smooth}

body{
  margin:0;
  color:var(--Vut_k_ink);
  background:
    linear-gradient(rgba(16,16,16,.055) 1px,transparent 1px),
    linear-gradient(90deg,rgba(16,16,16,.055) 1px,transparent 1px),
    var(--Vut_k_paper);
  background-size:34px 34px;
  font-family:Arial,"Microsoft YaHei",sans-serif;
  line-height:1.7;
}

a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button,input,textarea{font:inherit}
main{width:var(--Vut_k_width);margin:auto;overflow:hidden}
.Vut_k_section{width:100%;margin:clamp(70px,10vw,145px) auto}
.Vut_k_overline{margin:0;color:var(--Vut_k_red);font-size:11px;letter-spacing:.18em;font-weight:700}
.Vut_k_sectionHeading{margin-bottom:32px}
.Vut_k_sectionHeading h2{margin:5px 0;font-size:clamp(32px,5vw,70px);line-height:1}
.Vut_k_pillButton{
  display:inline-flex;
  align-items:center;
  gap:12px;
  padding:12px 21px;
  color:#050505;
  background:var(--Vut_k_green);
  border:1px solid #050505;
  border-radius:30px;
  font-weight:700;
  transition:.25s ease;
}
.Vut_k_pillButton:hover{transform:translateY(-3px);box-shadow:0 0 18px rgba(5,255,34,.55)}
.Vut_k_plainLink{color:var(--Vut_k_red);font-weight:700}

/* header */
#Vut_k_siteHeader{
  position:relative;
  z-index:10;
  background:linear-gradient(105deg,#E2F5F9,#D5F0F5 50%,#F8F1F1);
  border-bottom:1px solid var(--Vut_k_red);
}
#Vut_k_headerTop,
#Vut_k_navigationBand{
  width:var(--Vut_k_width);
  margin:auto;
}
#Vut_k_headerTop{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:25px;
  padding:17px 0;
}
.Vut_k_brandUnit{display:flex;align-items:center;gap:13px}
.Vut_k_brandUnit img{width:48px;height:48px;object-fit:contain}
.Vut_k_brandUnit h2{
  position:absolute;
  width:1px;
  height:1px;
  overflow:hidden;
}
.Vut_k_headerActions{display:flex;align-items:center;gap:22px}
.Vut_k_searchForm{
  display:flex;
  align-items:center;
  overflow:hidden;
  border:1px solid var(--Vut_k_ink);
  background:rgba(255,255,255,.35);
}
.Vut_k_searchForm label{
  position:absolute;
  width:1px;
  height:1px;
  overflow:hidden;
}
.Vut_k_searchForm input{
  width:160px;
  padding:10px 13px;
  color:var(--Vut_k_ink);
  background:transparent;
  border:0;
  outline:0;
}
.Vut_k_searchForm button{
  width:43px;
  height:42px;
  color:var(--Vut_k_red);
  background:transparent;
  border:0;
}
.Vut_k_hotline{white-space:nowrap;font-weight:700}
.Vut_k_hotline i{margin-right:7px;color:var(--Vut_k_red)}
.Vut_k_desktopNavigation{
  display:flex;
  justify-content:center;
  gap:clamp(16px,4vw,55px);
  padding:14px 0;
  font-weight:700;
}
.Vut_k_desktopNavigation a:hover{color:var(--Vut_k_red)}
.Vut_k_navToggle{display:none}
.Vut_k_mobileNavigation{display:none}

/* carousel */
.Vut_k_carouselSection{
  position:relative;
  display:flex;
  align-items:center;
  min-height:650px;
}
.Vut_k_slideFrame{width:100%}
.Vut_k_slide{
  display:none;
  grid-template-columns:1fr 1.15fr;
  align-items:center;
  gap:7vw;
  min-height:560px;
}
.Vut_k_slideActive{display:grid}
.Vut_k_slideMessage h1,
.Vut_k_slideMessage h2{
  margin:15px 0 25px;
  font-size:clamp(42px,7vw,95px);
  line-height:.96;
}
.Vut_k_slideMessage>p:not(.Vut_k_overline){
  max-width:560px;
  color:var(--Vut_k_muted);
  font-size:18px;
}
.Vut_k_slidePicture{
  position:relative;
  transform:skewY(-4deg);
}
.Vut_k_slidePicture img{
  width:100%;
  height:520px;
  object-fit:cover;
  border:1px solid var(--Vut_k_red);
  box-shadow:var(--Vut_k_glow);
}
.Vut_k_pictureLabel{
  position:absolute;
  right:-22px;
  bottom:25px;
  padding:20px;
  color:#050505;
  background:var(--Vut_k_green);
  transform:skewY(4deg);
}
.Vut_k_pictureLabel strong{display:block;font-size:27px;line-height:1}
.Vut_k_pictureLabel small{display:block;margin-top:13px}
.Vut_k_carouselArrow{
  position:absolute;
  top:50%;
  z-index:2;
  width:45px;
  height:45px;
  color:var(--Vut_k_red);
  background:var(--Vut_k_card);
  border:1px solid var(--Vut_k_red);
  border-radius:50%;
}
.Vut_k_arrowPrevious{left:0}
.Vut_k_arrowNext{right:0}
.Vut_k_slideIndicator{
  position:absolute;
  right:0;
  bottom:20px;
  left:0;
  height:2px;
  background:var(--Vut_k_line);
}
.Vut_k_slideIndicator i{
  display:block;
  width:50%;
  height:100%;
  background:var(--Vut_k_red);
  transition:.3s;
}

/* story */
.Vut_k_storySection{
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:center;
  gap:10vw;
}
.Vut_k_storyVisual{position:relative;min-height:440px}
.Vut_k_slantedImage{
  width:80%;
  height:410px;
  overflow:hidden;
  transform:skewX(-10deg);
  border:1px solid var(--Vut_k_red);
}
.Vut_k_slantedImage img{
  width:125%;
  height:100%;
  object-fit:cover;
  transform:skewX(10deg);
}
.Vut_k_storyStamp{
  position:absolute;
  right:2%;
  bottom:25px;
  padding:18px;
  color:#050505;
  background:var(--Vut_k_green);
  font-size:25px;
  font-weight:700;
  line-height:1;
}
.Vut_k_storyCopy h2{font-size:clamp(38px,6vw,78px);line-height:1}
.Vut_k_storyDescription{max-width:560px;color:var(--Vut_k_muted);font-size:18px}

/* profile and metrics */
.Vut_k_profileGrid,
.Vut_k_metricsGrid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
}
.Vut_k_profileCard{
  min-height:235px;
  padding:28px;
  background:var(--Vut_k_card);
  border:1px solid var(--Vut_k_red);
}
.Vut_k_profileDark{
  color:#F8F1F1;
  background:var(--Vut_k_ink);
}
.Vut_k_profileCard i{color:var(--Vut_k_red);font-size:25px}
.Vut_k_profileCard strong{
  display:block;
  color:var(--Vut_k_red);
  font-size:42px;
  line-height:1;
}
.Vut_k_profileCard p{color:var(--Vut_k_muted)}
.Vut_k_profileDark p{color:#c6c6c6}
.Vut_k_metricCard{
  min-height:240px;
  padding:30px;
  background:var(--Vut_k_card);
  border:1px solid var(--Vut_k_ink);
}
.Vut_k_metricCard:nth-child(2),
.Vut_k_metricCard:nth-child(4){
  color:#F8F1F1;
  background:var(--Vut_k_ink);
}
.Vut_k_metricCard strong{
  display:block;
  color:var(--Vut_k_red);
  font-size:46px;
  line-height:1;
}
.Vut_k_metricCard p{color:var(--Vut_k_muted)}
.Vut_k_metricCard:nth-child(2) p,
.Vut_k_metricCard:nth-child(4) p{color:#d3d3d3}

/* protection cross */
.Vut_k_protectionSection{
  position:relative;
  display:grid;
  grid-template-columns:1fr 1fr;
  grid-template-rows:1fr 1fr;
  max-width:850px;
  min-height:620px;
  margin-right:auto;
  margin-left:auto;
  border:1px solid var(--Vut_k_red);
}
.Vut_k_protectionCore{
  position:absolute;
  top:50%;
  left:50%;
  z-index:2;
  display:grid;
  place-content:center;
  width:190px;
  height:190px;
  transform:translate(-50%,-50%);
  color:#F8F1F1;
  background:var(--Vut_k_ink);
  border:1px solid var(--Vut_k_red);
  border-radius:50%;
  text-align:center;
}
.Vut_k_protectionCore i{color:var(--Vut_k_green);font-size:30px}
.Vut_k_protectionCore h2{margin:6px 0;font-size:24px}
.Vut_k_protectionCore p{margin:0;font-size:12px}
.Vut_k_protectionItem{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:35px;
  border:1px solid var(--Vut_k_red);
}
.Vut_k_protectionItem i{color:var(--Vut_k_red);font-size:25px}
.Vut_k_protectionItem strong{color:var(--Vut_k_red);font-size:25px}
.Vut_k_protectionItem p{color:var(--Vut_k_muted)}
.Vut_k_protectionEast,
.Vut_k_protectionSouth{background:var(--Vut_k_card)}

/* reach */
.Vut_k_reachOrbit{
  position:relative;
  max-width:880px;
  min-height:620px;
  margin:auto;
  border:1px solid var(--Vut_k_red);
  border-radius:50%;
}
.Vut_k_reachOrbit:before{
  content:"";
  position:absolute;
  inset:17%;
  border:1px dashed var(--Vut_k_red);
  border-radius:50%;
}
.Vut_k_reachCore{
  position:absolute;
  top:50%;
  left:50%;
  z-index:2;
  display:grid;
  place-content:center;
  width:175px;
  height:175px;
  transform:translate(-50%,-50%);
  color:#050505;
  background:var(--Vut_k_green);
  border-radius:50%;
  text-align:center;
  font-size:23px;
  line-height:1;
}
.Vut_k_reachCore i{margin-bottom:10px;font-size:28px}
.Vut_k_reachNode{
  position:absolute;
  z-index:3;
  width:190px;
  min-height:150px;
  padding:18px;
  background:var(--Vut_k_card);
  border:1px solid var(--Vut_k_red);
}
.Vut_k_reachNode i{font-size:30px}
.Vut_k_reachNode h3{margin:4px 0}
.Vut_k_reachNode strong{color:var(--Vut_k_red);font-size:12px}
.Vut_k_reachNode p{margin:2px 0;color:var(--Vut_k_muted);font-size:13px}
.Vut_k_reachChina{top:0;left:50%;transform:translateX(-50%)}
.Vut_k_reachUs{top:50%;right:0;transform:translateY(-50%)}
.Vut_k_reachGb{bottom:0;left:50%;transform:translateX(-50%)}
.Vut_k_reachJp{top:50%;left:0;transform:translateY(-50%)}

/* questions */
.Vut_k_questionRail{
  display:flex;
  gap:22px;
  overflow:auto;
  padding:18px 0 32px;
  scroll-snap-type:x mandatory;
}
.Vut_k_questionCard{
  flex:0 0 265px;
  min-height:275px;
  padding:28px;
  color:#F8F1F1;
  background:var(--Vut_k_ink);
  border:1px solid var(--Vut_k_red);
  border-radius:50% 50% 10px 50%;
  scroll-snap-align:start;
}
.Vut_k_questionLight{
  color:var(--Vut_k_ink);
  background:var(--Vut_k_card);
}
.Vut_k_questionCard i{color:var(--Vut_k_red);font-size:25px}
.Vut_k_questionCard strong{color:var(--Vut_k_green)}

/* catalog */
.Vut_k_catalogGrid{
  display:grid;
  grid-template-columns:.85fr 1.35fr 1.35fr .85fr;
  gap:16px;
}
.Vut_k_catalogCard{
  overflow:hidden;
  color:var(--Vut_k_ink);
  background:var(--Vut_k_card);
  border:1px solid var(--Vut_k_red);
}
.Vut_k_catalogCard img{width:100%;height:185px;object-fit:cover}
.Vut_k_catalogSmall img{height:130px}
.Vut_k_catalogCard h3,
.Vut_k_catalogCard p{margin:14px 20px}
.Vut_k_catalogRed{color:#F8F1F1;background:var(--Vut_k_ink)}
.Vut_k_catalogRed p{color:#d5d5d5}

/* faq and news */
.Vut_k_faqGrid{
  display:grid;
  grid-template-columns:1fr 1fr;
  border-top:1px solid var(--Vut_k_red);
}
.Vut_k_faqGrid details{
  padding:20px;
  border-bottom:1px solid var(--Vut_k_line);
}
.Vut_k_faqGrid summary{
  display:flex;
  gap:15px;
  cursor:pointer;
  font-weight:700;
}
.Vut_k_faqGrid summary strong{color:var(--Vut_k_red)}
.Vut_k_faqGrid p{color:var(--Vut_k_muted)}
.Vut_k_newsGrid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.Vut_k_newsCard{
  overflow:hidden;
  background:var(--Vut_k_card);
  border:1px solid var(--Vut_k_red);
}
.Vut_k_newsCard img{width:100%;height:220px;object-fit:cover}
.Vut_k_newsContent{padding:20px}
.Vut_k_newsContent h3{margin:0;line-height:1.35}
.Vut_k_newsContent h3 a:hover{color:var(--Vut_k_red)}
.Vut_k_newsContent time{color:var(--Vut_k_red);font-size:12px}
.Vut_k_summaryClamp{
  display:-webkit-box;
  overflow:hidden;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:5;
  color:var(--Vut_k_muted);
}
/* 控制显示行数为5 */

/* gateway */
.Vut_k_gatewaySection{
  display:grid;
  grid-template-columns:1fr 1fr;
  border:1px solid var(--Vut_k_red);
}
.Vut_k_gatewayInfo{
  padding:clamp(30px,6vw,75px);
  color:#F8F1F1;
  background:var(--Vut_k_ink);
}
.Vut_k_gatewayInfo h2{font-size:clamp(35px,5vw,68px);line-height:1}
.Vut_k_gatewayInfo p{color:#d1d1d1}
.Vut_k_gatewayInfo>div{margin-top:18px}
.Vut_k_gatewayInfo i{width:28px;color:var(--Vut_k_green)}
.Vut_k_gatewayInfo a{color:var(--Vut_k_green)}
.Vut_k_gatewayForm{
  display:grid;
  gap:8px;
  padding:clamp(30px,6vw,75px);
  background:var(--Vut_k_card);
}
.Vut_k_gatewayForm label{color:var(--Vut_k_red);font-size:13px}
.Vut_k_gatewayForm input,
.Vut_k_gatewayForm textarea{
  width:100%;
  padding:13px;
  color:var(--Vut_k_ink);
  background:transparent;
  border:1px solid var(--Vut_k_ink);
  outline:0;
  resize:vertical;
}

/* footer */
#Vut_k_siteFooter{
  margin-top:100px;
  background:var(--Vut_k_ink);
  border-top:1px solid var(--Vut_k_red);
}
.Vut_k_footerGrid{
  display:grid;
  grid-template-columns:2fr 1fr 1.5fr;
  gap:50px;
  width:var(--Vut_k_width);
  margin:auto;
  padding:65px 0 25px;
  color:#F8F1F1;
}
.Vut_k_footerProfile img{width:50px}
.Vut_k_footerProfile p,
.Vut_k_footerContact div,
.Vut_k_footerNavigation div{color:#c4c4c4}
.Vut_k_footerNavigation a:hover{color:var(--Vut_k_green)}
.Vut_k_footerContact{font-style:normal}
.Vut_k_footerContact i{width:27px;color:var(--Vut_k_green)}
.Vut_k_copyright{
  grid-column:1/-1;
  padding-top:20px;
  border-top:1px solid #555;
  color:#999;
  font-size:12px;
}
.Vut_k_copyright a{color:var(--Vut_k_green)}
.Vut_k_backTop{
  position:fixed;
  right:25px;
  bottom:25px;
  z-index:20;
  display:none;
  width:48px;
  height:48px;
  color:#050505;
  background:var(--Vut_k_green);
  border:1px solid #050505;
  border-radius:8px;
}
.Vut_k_backTop.Vut_k_visible{display:block}

/* responsive */
@media(max-width:800px){
  :root{--Vut_k_width:92%}
  .Vut_k_searchForm input{width:130px}
  .Vut_k_hotline{display:none}
  .Vut_k_desktopNavigation{display:none}
  .Vut_k_navToggle{
    display:block;
    width:43px;
    height:43px;
    color:var(--Vut_k_red);
    background:transparent;
    border:1px solid var(--Vut_k_red);
  }
  .Vut_k_mobileNavigation{
    display:none;
    padding:10px 0 18px;
  }
  .Vut_k_mobileNavigation.Vut_k_mobileOpen{display:grid}
  .Vut_k_mobileNavigation a{
    padding:10px 0;
    border-bottom:1px solid var(--Vut_k_line);
  }
  .Vut_k_slide,
  .Vut_k_storySection,
  .Vut_k_gatewaySection{
    grid-template-columns:1fr;
  }
  .Vut_k_slide{gap:35px}
  .Vut_k_slidePicture img{height:340px}
  .Vut_k_carouselSection{min-height:720px}
  .Vut_k_carouselArrow{top:auto;bottom:45px}
  .Vut_k_arrowPrevious{left:8px}
  .Vut_k_arrowNext{right:8px}
  .Vut_k_storyVisual{min-height:330px}
  .Vut_k_slantedImage{height:310px}
  .Vut_k_profileGrid,
  .Vut_k_metricsGrid{
    grid-template-columns:1fr 1fr;
  }
  .Vut_k_catalogGrid{
    grid-template-columns:1fr 1fr;
  }
  .Vut_k_catalogCard:nth-child(5),
  .Vut_k_catalogCard:nth-child(6){
    grid-column:auto;
  }
  .Vut_k_newsGrid{grid-template-columns:1fr 1fr}
  .Vut_k_gatewayInfo,
  .Vut_k_gatewayForm{padding:32px}
  .Vut_k_footerGrid{
    grid-template-columns:1fr 1fr;
    gap:28px;
  }
  .Vut_k_footerProfile,
  .Vut_k_copyright{grid-column:1/-1}
}

@media(max-width:520px){
  .Vut_k_headerActions{gap:8px}
  .Vut_k_searchForm input{width:105px}
  .Vut_k_slideMessage h1,
  .Vut_k_slideMessage h2{font-size:43px}
  .Vut_k_profileGrid,
  .Vut_k_metricsGrid,
  .Vut_k_catalogGrid,
  .Vut_k_faqGrid,
  .Vut_k_newsGrid{
    grid-template-columns:1fr;
  }
  .Vut_k_protectionSection{
    display:flex;
    flex-direction:column;
    min-height:auto;
    border:0;
  }
  .Vut_k_protectionCore{
    position:relative;
    top:auto;
    left:auto;
    transform:none;
    margin:25px auto;
  }
  .Vut_k_protectionItem{
    min-height:180px;
  }
  .Vut_k_reachOrbit{
    display:flex;
    flex-direction:column;
    min-height:auto;
    border:0;
    border-radius:0;
  }
  .Vut_k_reachOrbit:before{display:none}
  .Vut_k_reachCore,
  .Vut_k_reachNode{
    position:relative;
    top:auto;
    right:auto;
    bottom:auto;
    left:auto;
    transform:none;
    margin:14px auto;
  }
  .Vut_k_reachNode{width:100%}
  .Vut_k_footerGrid{grid-template-columns:1fr}
  .Vut_k_footerProfile,
  .Vut_k_copyright{grid-column:auto}
}
/* contact page */
.Vut_k_contactOpening{
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:center;
  gap:9vw;
  min-height:620px;
}
.Vut_k_contactMessage h1,
.Vut_k_appStatement h1{
  margin:16px 0 26px;
  font-size:clamp(44px,7vw,92px);
  line-height:.96;
}
.Vut_k_contactMessage>p:not(.Vut_k_overline),
.Vut_k_appStatement>p:not(.Vut_k_overline){
  max-width:560px;
  color:var(--Vut_k_muted);
  font-size:18px;
}
.Vut_k_contactTrail{
  display:flex;
  align-items:center;
  gap:13px;
  margin-top:42px;
  color:var(--Vut_k_red);
  font-size:13px;
}
.Vut_k_contactTrail i{font-size:10px;color:var(--Vut_k_ink)}
.Vut_k_contactPortrait{
  position:relative;
  min-height:470px;
  transform:rotate(4deg);
  border:1px solid var(--Vut_k_red);
  box-shadow:var(--Vut_k_glow);
}
.Vut_k_contactPortrait:before{
  content:"";
  position:absolute;
  inset:20px;
  z-index:1;
  border:1px solid var(--Vut_k_green);
  pointer-events:none;
}
.Vut_k_contactPortrait img{
  width:100%;
  height:470px;
  object-fit:cover;
}
.Vut_k_contactCoordinate{
  position:absolute;
  right:-26px;
  bottom:28px;
  z-index:2;
  padding:18px;
  color:#050505;
  background:var(--Vut_k_green);
  transform:rotate(-4deg);
}
.Vut_k_contactCoordinate strong{display:block;font-size:22px}
.Vut_k_contactCoordinate p{margin:0;font-size:11px;line-height:1.4}

.Vut_k_directGrid{
  display:grid;
  grid-template-columns:1fr 1fr;
  border:1px solid var(--Vut_k_red);
}
.Vut_k_directCard{
  min-height:220px;
  padding:30px;
  border:1px solid var(--Vut_k_red);
}
.Vut_k_directCard i{font-size:25px;color:var(--Vut_k_red)}
.Vut_k_directCard h3{margin:15px 0 5px;font-size:24px}
.Vut_k_directCard p{color:var(--Vut_k_muted)}
.Vut_k_directCard a,
.Vut_k_directCard address,
.Vut_k_directCard time{
  display:block;
  color:var(--Vut_k_red);
  font-weight:700;
  font-style:normal;
}
.Vut_k_directDark{
  color:#F8F1F1;
  background:var(--Vut_k_ink);
}
.Vut_k_directDark p{color:#d0d0d0}
.Vut_k_directDark a,
.Vut_k_directDark address,
.Vut_k_directDark time{color:var(--Vut_k_green)}

.Vut_k_routeOrbit{
  position:relative;
  max-width:860px;
  min-height:650px;
  margin:auto;
  border:1px solid var(--Vut_k_red);
  border-radius:50%;
}
.Vut_k_routeOrbit:before,
.Vut_k_routeOrbit:after{
  content:"";
  position:absolute;
  border:1px dashed var(--Vut_k_red);
  border-radius:50%;
}
.Vut_k_routeOrbit:before{inset:16%}
.Vut_k_routeOrbit:after{inset:33%}
.Vut_k_routeCore{
  position:absolute;
  top:50%;
  left:50%;
  z-index:2;
  display:grid;
  place-content:center;
  width:180px;
  height:180px;
  transform:translate(-50%,-50%);
  color:#050505;
  background:var(--Vut_k_green);
  border-radius:50%;
  text-align:center;
  font-size:23px;
  line-height:1;
}
.Vut_k_routeCore i{margin-bottom:10px;font-size:29px}
.Vut_k_routeNode{
  position:absolute;
  z-index:3;
  width:190px;
  min-height:140px;
  padding:18px;
  background:var(--Vut_k_card);
  border:1px solid var(--Vut_k_red);
}
.Vut_k_routeNode i{color:var(--Vut_k_red);font-size:23px}
.Vut_k_routeNode h3{margin:4px 0;font-size:19px}
.Vut_k_routeNode p{margin:0;color:var(--Vut_k_muted);font-size:13px}
.Vut_k_routeTop{top:0;left:50%;transform:translateX(-50%)}
.Vut_k_routeRight{top:50%;right:0;transform:translateY(-50%)}
.Vut_k_routeBottom{bottom:0;left:50%;transform:translateX(-50%)}
.Vut_k_routeLeft{top:50%;left:0;transform:translateY(-50%)}

.Vut_k_responseGrid{
  display:grid;
  grid-template-columns:1.35fr .85fr .85fr 1.35fr;
  gap:15px;
}
.Vut_k_responseCard{
  min-height:245px;
  padding:28px;
  background:var(--Vut_k_card);
  border:1px solid var(--Vut_k_red);
}
.Vut_k_responseDark{
  color:#F8F1F1;
  background:var(--Vut_k_ink);
}
.Vut_k_responseCard strong{
  display:block;
  color:var(--Vut_k_red);
  font-size:30px;
}
.Vut_k_responseCard i{margin-top:25px;color:var(--Vut_k_red);font-size:25px}
.Vut_k_responseCard h3{font-size:22px}
.Vut_k_responseCard p{color:var(--Vut_k_muted)}
.Vut_k_responseDark p{color:#d0d0d0}

.Vut_k_messageDesk{
  display:grid;
  grid-template-columns:1fr 1.25fr;
  border:1px solid var(--Vut_k_red);
}
.Vut_k_messageAside{
  padding:clamp(30px,6vw,75px);
  color:#F8F1F1;
  background:var(--Vut_k_ink);
}
.Vut_k_messageAside h2{font-size:clamp(35px,5vw,70px);line-height:1}
.Vut_k_messageAside>p{color:#d0d0d0}
.Vut_k_messageContact{margin-top:32px}
.Vut_k_messageContact div{margin-top:17px}
.Vut_k_messageContact i{width:28px;color:var(--Vut_k_green)}
.Vut_k_messageContact a{color:var(--Vut_k_green)}
.Vut_k_messageForm{
  display:grid;
  gap:9px;
  padding:clamp(30px,6vw,75px);
  background:var(--Vut_k_card);
}
.Vut_k_formPair{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.Vut_k_formPair>div{display:grid;gap:8px}
.Vut_k_messageForm label{color:var(--Vut_k_red);font-size:13px}
.Vut_k_messageForm input,
.Vut_k_messageForm textarea{
  width:100%;
  padding:13px;
  color:var(--Vut_k_ink);
  background:transparent;
  border:1px solid var(--Vut_k_ink);
  outline:0;
  resize:vertical;
}
/* app page */
.Vut_k_appLaunch{
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:center;
  gap:8vw;
  min-height:700px;
}
.Vut_k_appButtons{
  display:flex;
  align-items:center;
  gap:25px;
  margin-top:30px;
}
.Vut_k_appButtons>p{color:var(--Vut_k_muted);font-size:13px}
.Vut_k_appButtons>p i{margin-right:7px;color:var(--Vut_k_red)}
.Vut_k_phoneStage{position:relative;min-height:600px}
.Vut_k_phoneGlow{
  position:absolute;
  top:20%;
  left:25%;
  width:350px;
  height:350px;
  background:var(--Vut_k_red);
  opacity:.12;
  filter:blur(75px);
  border-radius:50%;
}
.Vut_k_phoneDevice{
  position:absolute;
  width:240px;
  height:500px;
  z-index:2;
  padding:8px;
  overflow:hidden;
  background:var(--Vut_k_ink);
  border:2px solid var(--Vut_k_red);
  border-radius:33px;
  box-shadow:var(--Vut_k_glow);
}
.Vut_k_phoneDevice img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:25px;
}
.Vut_k_phoneBack{
  top:75px;
  left:16%;
  z-index:1;
  opacity:.6;
  transform:rotate(-13deg);
}
.Vut_k_phoneFront{
  top:20px;
  right:12%;
  transform:rotate(8deg);
}
.Vut_k_phoneLive{
  position:absolute;
  right:18px;
  bottom:20px;
  left:18px;
  padding:7px;
  color:#050505;
  background:var(--Vut_k_green);
  border-radius:18px;
  text-align:center;
  font-size:11px;
  font-weight:700;
}
.Vut_k_appBadge{
  position:absolute;
  right:0;
  bottom:38px;
  z-index:4;
  display:grid;
  place-content:center;
  width:105px;
  height:105px;
  color:#050505;
  background:var(--Vut_k_green);
  transform:rotate(-12deg);
  font-size:21px;
  font-weight:700;
  line-height:1;
  text-align:center;
}

.Vut_k_numbersGrid{
  display:grid;
  grid-template-columns:.8fr 1.4fr 1.4fr .8fr;
  gap:15px;
}
.Vut_k_numberCard{
  min-height:240px;
  padding:30px;
  background:var(--Vut_k_card);
  border:1px solid var(--Vut_k_red);
}
.Vut_k_numberWide{padding-top:55px}
.Vut_k_numberDark{
  color:#F8F1F1;
  background:var(--Vut_k_ink);
}
.Vut_k_numberCard strong{
  display:block;
  color:var(--Vut_k_red);
  font-size:48px;
  line-height:1;
}
.Vut_k_numberCard p{color:var(--Vut_k_muted)}
.Vut_k_numberDark p{color:#d0d0d0}

.Vut_k_functionOrbit{
  position:relative;
  max-width:860px;
  min-height:650px;
  margin:auto;
  border:1px solid var(--Vut_k_red);
  border-radius:50%;
}
.Vut_k_functionOrbit:before{
  content:"";
  position:absolute;
  inset:19%;
  border:1px dashed var(--Vut_k_red);
  border-radius:50%;
}
.Vut_k_functionCore{
  position:absolute;
  top:50%;
  left:50%;
  z-index:2;
  display:grid;
  place-content:center;
  width:180px;
  height:180px;
  transform:translate(-50%,-50%);
  color:#050505;
  background:var(--Vut_k_green);
  border-radius:50%;
  text-align:center;
  font-size:22px;
  line-height:1;
}
.Vut_k_functionCore i{margin-bottom:10px;font-size:30px}
.Vut_k_functionItem{
  position:absolute;
  z-index:3;
  width:190px;
  min-height:140px;
  padding:18px;
  color:#F8F1F1;
  background:var(--Vut_k_ink);
  border:1px solid var(--Vut_k_red);
}
.Vut_k_functionItem i{color:var(--Vut_k_green);font-size:23px}
.Vut_k_functionItem h3{margin:5px 0;font-size:19px}
.Vut_k_functionItem p{margin:0;color:#d0d0d0;font-size:13px}
.Vut_k_functionNorth{top:0;left:50%;transform:translateX(-50%)}
.Vut_k_functionEast{top:50%;right:0;transform:translateY(-50%)}
.Vut_k_functionSouth{bottom:0;left:50%;transform:translateX(-50%)}
.Vut_k_functionWest{top:50%;left:0;transform:translateY(-50%)}

.Vut_k_comparisonBoard{border:1px solid var(--Vut_k_red)}
.Vut_k_comparisonRow{
  display:grid;
  grid-template-columns:1.3fr 1fr 1fr;
  border-bottom:1px solid var(--Vut_k_line);
}
.Vut_k_comparisonRow:last-child{border-bottom:0}
.Vut_k_comparisonRow>div{
  padding:17px 22px;
  border-right:1px solid var(--Vut_k_line);
}
.Vut_k_comparisonRow>div:last-child{border-right:0}
.Vut_k_comparisonHeader{
  color:#050505;
  background:var(--Vut_k_blue);
  font-weight:700;
}
.Vut_k_compareGood{color:var(--Vut_k_red);font-weight:700}

.Vut_k_releaseRail{
  display:flex;
  gap:20px;
  overflow-x:auto;
  padding:18px 0 35px;
  scroll-snap-type:x mandatory;
}
.Vut_k_releaseCard{
  flex:0 0 300px;
  min-height:330px;
  padding:28px;
  color:#F8F1F1;
  background:var(--Vut_k_ink);
  border:1px solid var(--Vut_k_red);
  scroll-snap-align:start;
}
.Vut_k_releaseCurrent{
  color:#050505;
  background:var(--Vut_k_green);
  box-shadow:10px 10px 0 var(--Vut_k_red);
}
.Vut_k_releaseCard strong{
  display:block;
  color:var(--Vut_k_red);
  font-size:35px;
  line-height:1;
}
.Vut_k_releaseCurrent strong{color:#050505}
.Vut_k_releaseCard time{display:block;margin-top:10px;color:var(--Vut_k_muted);font-size:13px}
.Vut_k_releaseCard p{color:#d0d0d0}
.Vut_k_releaseCurrent p{color:#303030}
.Vut_k_releaseCard div{
  padding:7px 0;
  border-top:1px solid rgba(255,255,255,.22);
  font-size:13px;
}
.Vut_k_releaseCurrent div{border-color:rgba(0,0,0,.2)}

.Vut_k_appQuestionGrid{
  display:grid;
  grid-template-columns:1fr 1fr;
  border-top:1px solid var(--Vut_k_red);
}
.Vut_k_appQuestionGrid details{
  padding:20px;
  border-bottom:1px solid var(--Vut_k_line);
}
.Vut_k_appQuestionGrid summary{
  display:flex;
  gap:15px;
  cursor:pointer;
  font-weight:700;
}
.Vut_k_appQuestionGrid summary strong{color:var(--Vut_k_red)}
.Vut_k_appQuestionGrid p{color:var(--Vut_k_muted)}

.Vut_k_installGrid{
  display:grid;
  grid-template-columns:1fr 1fr;
  border:1px solid var(--Vut_k_red);
}
.Vut_k_installColumn{padding:35px;background:var(--Vut_k_ink);color:#F8F1F1}
.Vut_k_installIos{background:var(--Vut_k_card);color:var(--Vut_k_ink)}
.Vut_k_installColumn h3{
  padding-bottom:20px;
  border-bottom:1px solid var(--Vut_k_red);
  font-size:26px;
}
.Vut_k_installColumn h3 i{margin-right:10px;color:var(--Vut_k_red)}
.Vut_k_installItem{
  display:grid;
  grid-template-columns:48px 1fr;
  gap:15px;
  padding:17px 0;
  border-bottom:1px solid rgba(242,2,2,.35);
}
.Vut_k_installItem strong{
  display:grid;
  place-content:center;
  width:42px;
  height:42px;
  color:#050505;
  background:var(--Vut_k_green);
  border-radius:50%;
}
.Vut_k_installItem h4{margin:0}
.Vut_k_installItem p{grid-column:2;margin:0;color:#d0d0d0;font-size:13px}
.Vut_k_installIos .Vut_k_installItem p{color:var(--Vut_k_muted)}

.Vut_k_promiseGrid{
  display:grid;
  grid-template-columns:1.35fr .85fr .85fr 1.35fr;
  gap:15px;
}
.Vut_k_promiseCard{
  min-height:230px;
  padding:30px;
  background:var(--Vut_k_card);
  border:1px solid var(--Vut_k_red);
}
.Vut_k_promiseDark{color:#F8F1F1;background:var(--Vut_k_ink)}
.Vut_k_promiseCard i{color:var(--Vut_k_red);font-size:26px}
.Vut_k_promiseDark i{color:var(--Vut_k_green)}
.Vut_k_promiseCard p{color:var(--Vut_k_muted)}
.Vut_k_promiseDark p{color:#d0d0d0}
.Vut_k_leagueNote{margin-top:25px;color:var(--Vut_k_red);font-weight:700}

.Vut_k_appInvite{
  display:grid;
  grid-template-columns:260px 1fr;
  align-items:center;
  gap:8vw;
  padding:70px 8%;
  border:1px solid var(--Vut_k_red);
}
.Vut_k_inviteCode{
  display:grid;
  place-content:center;
  width:220px;
  height:220px;
  transform:rotate(45deg);
  color:#050505;
  background:var(--Vut_k_green);
  text-align:center;
}
.Vut_k_inviteCode strong,
.Vut_k_inviteCode p{transform:rotate(-45deg)}
.Vut_k_inviteCode strong{font-size:34px;line-height:1}
.Vut_k_inviteCode p{margin-top:14px;font-size:11px}
.Vut_k_inviteMessage h2{font-size:clamp(34px,5vw,70px);line-height:1}
.Vut_k_inviteMessage>p:not(.Vut_k_overline){max-width:600px;color:var(--Vut_k_muted)}
@media(max-width:800px){
  .Vut_k_contactOpening,
  .Vut_k_appLaunch,
  .Vut_k_messageDesk,
  .Vut_k_appInvite{
    grid-template-columns:1fr;
  }

  .Vut_k_contactOpening,
  .Vut_k_appLaunch{
    gap:45px;
  }

  .Vut_k_contactPortrait{
    min-height:350px;
  }

  .Vut_k_contactPortrait img{
    height:350px;
  }

  .Vut_k_responseGrid,
  .Vut_k_numbersGrid,
  .Vut_k_promiseGrid{
    grid-template-columns:1fr 1fr;
  }

  .Vut_k_routeOrbit,
  .Vut_k_functionOrbit{
    min-height:570px;
    border:0;
    border-radius:0;
  }

  .Vut_k_routeOrbit:before,
  .Vut_k_routeOrbit:after,
  .Vut_k_functionOrbit:before{
    display:none;
  }

  .Vut_k_routeCore,
  .Vut_k_functionCore{
    position:relative;
    top:auto;
    left:auto;
    transform:none;
    margin:25px auto;
  }

  .Vut_k_routeNode,
  .Vut_k_functionItem{
    position:relative;
    top:auto;
    right:auto;
    bottom:auto;
    left:auto;
    width:calc(50% - 10px);
    min-height:120px;
    margin:12px 0;
    transform:none;
  }

  .Vut_k_routeNode:nth-child(odd),
  .Vut_k_functionItem:nth-child(odd){
    margin-left:0;
  }

  .Vut_k_routeNode:nth-child(even),
  .Vut_k_functionItem:nth-child(even){
    margin-left:auto;
  }

  .Vut_k_installGrid{
    grid-template-columns:1fr;
  }

  .Vut_k_inviteCode{
    margin:auto;
  }
}

@media(max-width:520px){
  .Vut_k_formPair,
  .Vut_k_directGrid,
  .Vut_k_responseGrid,
  .Vut_k_numbersGrid,
  .Vut_k_promiseGrid,
  .Vut_k_appQuestionGrid{
    grid-template-columns:1fr;
  }

  .Vut_k_routeOrbit,
  .Vut_k_functionOrbit{
    min-height:auto;
  }

  .Vut_k_routeNode,
  .Vut_k_functionItem{
    width:100%;
    margin:10px 0!important;
  }

  .Vut_k_phoneStage{
    min-height:475px;
    transform:scale(.82);
    transform-origin:top center;
  }

  .Vut_k_appButtons{
    align-items:flex-start;
    flex-direction:column;
  }

  .Vut_k_appInvite{
    padding:55px 25px;
  }
}
/* list page */
.Vut_k_newsMasthead{
  display:grid;
  grid-template-columns:.65fr 1.5fr .85fr;
  min-height:470px;
  border:1px solid var(--Vut_k_red);
}
.Vut_k_newsIndex{
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  padding:30px;
  color:#F8F1F1;
  background:var(--Vut_k_ink);
}
.Vut_k_newsIndex strong{
  color:var(--Vut_k_green);
  font-size:clamp(55px,8vw,110px);
  line-height:1;
}
.Vut_k_newsIndex p{
  margin:0;
  color:#b9b9b9;
  letter-spacing:.15em;
  line-height:1.3;
}
.Vut_k_newsIntro{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:50px;
  background:var(--Vut_k_card);
}
.Vut_k_newsIntro h1{
  margin:15px 0;
  color:var(--Vut_k_red);
  font-size:clamp(50px,8vw,105px);
  line-height:.9;
}
.Vut_k_newsIntro>p:not(.Vut_k_overline){
  max-width:520px;
  color:var(--Vut_k_muted);
  font-size:17px;
}
.Vut_k_newsImage{
  position:relative;
  overflow:hidden;
  background:var(--Vut_k_ink);
}
.Vut_k_newsImage img{
  width:100%;
  height:100%;
  object-fit:cover;
  opacity:.82;
}
.Vut_k_newsImageMark{
  position:absolute;
  right:22px;
  bottom:22px;
  display:grid;
  place-items:center;
  width:55px;
  height:55px;
  color:#050505;
  background:var(--Vut_k_green);
  border-radius:50%;
}
.Vut_k_newsBreadcrumb{
  display:grid;
  grid-template-columns:1fr 2fr;
  border:1px solid var(--Vut_k_red);
}
.Vut_k_breadcrumbLabel,
.Vut_k_breadcrumbPath{
  padding:17px 25px;
}
.Vut_k_breadcrumbLabel{
  color:var(--Vut_k_red);
  border-right:1px solid var(--Vut_k_red);
}
.Vut_k_breadcrumbLabel i{margin-right:9px}
.Vut_k_breadcrumbPath{
  display:flex;
  align-items:center;
  gap:13px;
  color:var(--Vut_k_muted);
}
.Vut_k_breadcrumbPath i{
  color:var(--Vut_k_red);
  font-size:10px;
}
.Vut_k_breadcrumbPath a:hover{color:var(--Vut_k_red)}

.Vut_k_newsColumns{
  display:grid;
  grid-template-columns:minmax(0,1.7fr) minmax(280px,.75fr);
  gap:clamp(35px,7vw,95px);
  align-items:start;
}
.Vut_k_streamHeader{
  display:flex;
  align-items:end;
  justify-content:space-between;
  margin-bottom:25px;
}
.Vut_k_streamHeader h2{
  margin:5px 0 0;
  font-size:clamp(30px,4vw,58px);
  line-height:1;
}
.Vut_k_streamHeader>strong{
  color:var(--Vut_k_red);
  font-size:13px;
}
.Vut_k_streamArticle{
  display:grid;
  grid-template-columns:280px 1fr;
  min-height:235px;
  border-top:1px solid var(--Vut_k_red);
}
.Vut_k_streamPicture{
  position:relative;
  overflow:hidden;
}
.Vut_k_streamPicture img{
  width:100%;
  height:100%;
  min-height:215px;
  object-fit:cover;
  transition:transform .4s ease;
}
.Vut_k_streamPicture:hover img{transform:scale(1.06)}
.Vut_k_streamPicture i{
  position:absolute;
  right:14px;
  bottom:14px;
  display:grid;
  place-items:center;
  width:37px;
  height:37px;
  color:#050505;
  background:var(--Vut_k_green);
  border-radius:50%;
}
.Vut_k_streamContent{padding:25px 30px}
.Vut_k_streamMeta{
  display:flex;
  justify-content:space-between;
  color:var(--Vut_k_muted);
  font-size:12px;
}
.Vut_k_streamMeta strong{
  color:var(--Vut_k_red);
  font-size:20px;
}
.Vut_k_streamContent h3{
  margin:15px 0 8px;
  font-size:24px;
  line-height:1.3;
}
.Vut_k_streamContent h3 a:hover,
.Vut_k_hotStory h3 a:hover{
  color:var(--Vut_k_red);
}
.Vut_k_streamContent p{color:var(--Vut_k_muted)}
.Vut_k_readMore{
  color:var(--Vut_k_red);
  font-size:13px;
  font-weight:700;
}
.Vut_k_newsPagination{
  display:flex;
  justify-content:center;
  margin-top:35px;
  color:var(--Vut_k_red);
}
.Vut_k_newsPagination a,
.Vut_k_newsPagination strong,
.Vut_k_newsPagination span{
  display:inline-block;
  margin:0 4px;
  padding:7px 12px;
  border:1px solid var(--Vut_k_red);
}

.Vut_k_newsAside{
  position:sticky;
  top:25px;
}
.Vut_k_newsSearch{
  padding:25px;
  background:var(--Vut_k_ink);
  border:1px solid var(--Vut_k_red);
}
.Vut_k_newsSearch h2,
.Vut_k_newsMenu h2,
.Vut_k_hotStories h2{
  margin:5px 0 18px;
  color:#F8F1F1;
  font-size:30px;
}
.Vut_k_newsSearch form{
  display:flex;
  border:1px solid var(--Vut_k_green);
}
.Vut_k_newsSearch label{
  position:absolute;
  width:1px;
  height:1px;
  overflow:hidden;
}
.Vut_k_newsSearch input{
  width:100%;
  min-width:0;
  padding:11px;
  color:#F8F1F1;
  background:transparent;
  border:0;
  outline:0;
}
.Vut_k_newsSearch button{
  width:45px;
  color:#050505;
  background:var(--Vut_k_green);
  border:0;
}
.Vut_k_newsMenu{
  padding:25px;
  background:var(--Vut_k_card);
  border:1px solid var(--Vut_k_red);
  border-top:0;
}
.Vut_k_newsMenu h2{color:var(--Vut_k_ink)}
.Vut_k_newsMenuItem{
  border-top:1px solid var(--Vut_k_line);
}
.Vut_k_newsMenuItem a{
  display:flex;
  justify-content:space-between;
  padding:12px 0;
}
.Vut_k_newsMenuItem a:hover{color:var(--Vut_k_red)}
.Vut_k_newsMenuItem i{font-size:11px}
.Vut_k_hotStories{
  position:relative;
  margin-top:45px;
}
.Vut_k_hotStory{
  display:grid;
  grid-template-columns:75px 1fr;
  gap:13px;
  padding:15px;
  background:var(--Vut_k_card);
  border:1px solid var(--Vut_k_red);
}
.Vut_k_hotStory:nth-of-type(even){
  transform:translateX(17px);
  color:#F8F1F1;
  background:var(--Vut_k_ink);
}
.Vut_k_hotStory img{
  width:75px;
  height:75px;
  object-fit:cover;
}
.Vut_k_hotStory h3{
  margin:0;
  font-size:14px;
  line-height:1.35;
}
.Vut_k_hotStory p{
  margin:4px 0;
  color:var(--Vut_k_muted);
  font-size:12px;
}
.Vut_k_hotStory time{
  color:var(--Vut_k_red);
  font-size:11px;
}
.Vut_k_hotStory:nth-of-type(even) p{color:#d0d0d0}
/* show page */
.Vut_k_storyMasthead{
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:center;
  gap:10vw;
  min-height:620px;
}
.Vut_k_storyOrb{
  position:relative;
  width:min(470px,90%);
  height:470px;
}
.Vut_k_storyOrb:before{
  content:"";
  position:absolute;
  inset:0;
  border:1px solid var(--Vut_k_red);
  border-radius:50%;
  transform:translate(25px,25px);
}
.Vut_k_storyOrb img{
  position:relative;
  width:100%;
  height:100%;
  object-fit:cover;
  border:1px solid var(--Vut_k_red);
  border-radius:50%;
}
.Vut_k_storyOrbLabel{
  position:absolute;
  right:-35px;
  bottom:35px;
  padding:20px;
  color:#050505;
  background:var(--Vut_k_green);
  transform:rotate(-8deg);
}
.Vut_k_storyOrbLabel strong{
  display:block;
  font-size:25px;
  line-height:1;
}
.Vut_k_storyOrbLabel small{
  display:block;
  margin-top:12px;
}
.Vut_k_storyLead h2{
  margin:15px 0;
  color:var(--Vut_k_red);
  font-size:clamp(42px,6vw,85px);
  line-height:.95;
}
.Vut_k_storyLead>p:not(.Vut_k_overline){
  max-width:500px;
  color:var(--Vut_k_muted);
  font-size:18px;
}
.Vut_k_storyBreadcrumb{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:10px;
  margin-top:40px;
  color:var(--Vut_k_red);
  font-size:12px;
}
.Vut_k_storyBreadcrumb i{
  color:var(--Vut_k_ink);
  font-size:9px;
}

.Vut_k_storyColumns{
  display:grid;
  grid-template-columns:minmax(0,1.7fr) minmax(280px,.75fr);
  gap:clamp(35px,7vw,95px);
  align-items:start;
}
.Vut_k_articleHeader{
  padding-bottom:30px;
  border-bottom:1px solid var(--Vut_k_red);
}
.Vut_k_articleHeader h1{
  margin:15px 0 25px;
  font-size:clamp(38px,6vw,78px);
  line-height:1.05;
}
.Vut_k_articleMeta{
  display:flex;
  flex-wrap:wrap;
  gap:20px;
  color:var(--Vut_k_muted);
  font-size:13px;
}
.Vut_k_articleMeta i{
  margin-right:7px;
  color:var(--Vut_k_red);
}
.Vut_k_articleBody{
  padding:45px 0;
  color:#343434;
  font-size:18px;
  line-height:2;
}
.Vut_k_articleBody h2,
.Vut_k_articleBody h3{
  color:var(--Vut_k_ink);
  line-height:1.3;
}
.Vut_k_articleBody img{
  width:100%;
  height:auto;
  margin:30px 0;
  border:1px solid var(--Vut_k_red);
}
.Vut_k_articleBody blockquote{
  margin:35px 0;
  padding:25px 30px;
  color:var(--Vut_k_red);
  background:var(--Vut_k_card);
  border-left:4px solid var(--Vut_k_red);
}
.Vut_k_articleNav{
  display:grid;
  grid-template-columns:1fr 1fr;
  border-top:1px solid var(--Vut_k_red);
  border-bottom:1px solid var(--Vut_k_red);
}
.Vut_k_articleNav a{
  display:grid;
  gap:4px;
  padding:22px;
  border-right:1px solid var(--Vut_k_red);
}
.Vut_k_articleNav a:last-child{
  border-right:0;
  text-align:right;
}
.Vut_k_articleNav strong{
  color:var(--Vut_k_red);
  font-size:13px;
}
.Vut_k_articleNav p{
  margin:0;
  color:var(--Vut_k_muted);
  font-size:14px;
}
.Vut_k_articleShare{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:25px;
  margin-top:30px;
  padding:22px;
  background:var(--Vut_k_card);
  border:1px solid var(--Vut_k_red);
}
.Vut_k_articleShare h2{
  margin:0;
  font-size:20px;
}
.Vut_k_articleShare p{
  margin:3px 0;
  color:var(--Vut_k_muted);
}
.Vut_k_shareButtons{
  display:flex;
  gap:8px;
}
.Vut_k_shareButtons a,
.Vut_k_shareButtons button{
  display:grid;
  place-items:center;
  width:38px;
  height:38px;
  color:#050505;
  background:var(--Vut_k_green);
  border:1px solid #050505;
  border-radius:50%;
  cursor:pointer;
}

.Vut_k_storyAside{
  position:sticky;
  top:25px;
}
.Vut_k_storySearch,
.Vut_k_storyMenu,
.Vut_k_storyHot{
  padding:25px;
  border:1px solid var(--Vut_k_red);
}
.Vut_k_storySearch{
  background:var(--Vut_k_card);
}
.Vut_k_storySearch h2,
.Vut_k_storyMenu h2,
.Vut_k_storyHot h2{
  margin:5px 0 18px;
  font-size:30px;
}
.Vut_k_storySearch form{
  display:flex;
  border:1px solid var(--Vut_k_ink);
}
.Vut_k_storySearch label{
  position:absolute;
  width:1px;
  height:1px;
  overflow:hidden;
}
.Vut_k_storySearch input{
  width:100%;
  min-width:0;
  padding:11px;
  background:transparent;
  border:0;
  outline:0;
}
.Vut_k_storySearch button{
  width:45px;
  color:#050505;
  background:var(--Vut_k_green);
  border:0;
}
.Vut_k_storyMenu{
  background:var(--Vut_k_ink);
  color:#F8F1F1;
  border-top:0;
}
.Vut_k_storyMenuItem{
  border-top:1px solid rgba(242,2,2,.5);
}
.Vut_k_storyMenuItem a{
  display:flex;
  justify-content:space-between;
  padding:12px 0;
}
.Vut_k_storyMenuItem a:hover{color:var(--Vut_k_green)}
.Vut_k_storyMenuItem i{font-size:11px}
.Vut_k_storyHot{
  border-top:0;
  background:var(--Vut_k_card);
}
.Vut_k_storyHotItem{
  display:grid;
  grid-template-columns:75px 1fr;
  gap:12px;
  padding:15px 0;
  border-top:1px solid var(--Vut_k_line);
}
.Vut_k_storyHotItem img{
  width:75px;
  height:75px;
  object-fit:cover;
}
.Vut_k_storyHotItem h3{
  margin:0;
  font-size:14px;
  line-height:1.35;
}
.Vut_k_storyHotItem h3 a:hover{color:var(--Vut_k_red)}
.Vut_k_storyHotItem p{
  margin:4px 0;
  color:var(--Vut_k_muted);
  font-size:12px;
}
.Vut_k_storyHotItem time{
  color:var(--Vut_k_red);
  font-size:11px;
}

.Vut_k_relatedGrid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
.Vut_k_relatedCard{
  position:relative;
  padding:20px;
  background:var(--Vut_k_card);
  border:1px solid var(--Vut_k_red);
}
.Vut_k_relatedCard:nth-child(even){
  transform:translateY(28px);
  color:#F8F1F1;
  background:var(--Vut_k_ink);
}
.Vut_k_relatedNumber{
  position:absolute;
  top:-17px;
  left:18px;
  z-index:2;
  display:grid;
  place-items:center;
  width:38px;
  height:38px;
  color:#050505;
  background:var(--Vut_k_green);
  transform:rotate(45deg);
  font-weight:700;
}
.Vut_k_relatedNumber::first-letter{
  display:inline-block;
}
.Vut_k_relatedCard img{
  width:100%;
  height:165px;
  object-fit:cover;
}
.Vut_k_relatedContent h3{
  font-size:17px;
  line-height:1.35;
}
.Vut_k_relatedContent h3 a:hover{color:var(--Vut_k_red)}
.Vut_k_relatedContent time{
  color:var(--Vut_k_red);
  font-size:12px;
}
.Vut_k_backNews{
  display:inline-flex;
  gap:10px;
  margin-top:75px;
  color:var(--Vut_k_red);
  font-weight:700;
}
@media(max-width:800px){
  .Vut_k_newsMasthead{
    grid-template-columns:1fr 1.5fr;
  }

  .Vut_k_newsIndex{
    min-height:170px;
  }

  .Vut_k_newsIntro{
    padding:28px;
  }

  .Vut_k_newsImage{
    grid-column:1/-1;
    height:240px;
  }

  .Vut_k_newsColumns,
  .Vut_k_storyMasthead,
  .Vut_k_storyColumns{
    grid-template-columns:1fr;
  }

  .Vut_k_storyMasthead{
    min-height:auto;
    gap:55px;
  }

  .Vut_k_storyOrb{
    width:320px;
    height:320px;
    margin:auto;
  }

  .Vut_k_storyAside,
  .Vut_k_newsAside{
    position:static;
  }

  .Vut_k_relatedGrid{
    grid-template-columns:1fr 1fr;
  }

  .Vut_k_relatedCard:nth-child(even){
    transform:translateY(20px);
  }

  .Vut_k_articleShare{
    align-items:flex-start;
    flex-direction:column;
  }
}

@media(max-width:520px){
  .Vut_k_newsMasthead{
    grid-template-columns:1fr;
  }

  .Vut_k_newsIndex{
    min-height:130px;
  }

  .Vut_k_newsIntro h1{
    font-size:62px;
  }

  .Vut_k_newsBreadcrumb{
    grid-template-columns:1fr;
  }

  .Vut_k_breadcrumbLabel{
    border-right:0;
    border-bottom:1px solid var(--Vut_k_red);
  }

  .Vut_k_streamArticle{
    grid-template-columns:1fr;
  }

  .Vut_k_streamPicture img{
    height:215px;
  }

  .Vut_k_streamContent{
    padding:22px 0;
  }

  .Vut_k_storyOrb{
    width:270px;
    height:270px;
  }

  .Vut_k_articleBody{
    padding:32px 0;
    font-size:16px;
    line-height:1.85;
  }

  .Vut_k_articleNav{
    grid-template-columns:1fr;
  }

  .Vut_k_articleNav a{
    border-right:0;
    border-bottom:1px solid var(--Vut_k_red);
    text-align:left!important;
  }

  .Vut_k_relatedGrid{
    grid-template-columns:1fr;
  }

  .Vut_k_relatedCard:nth-child(even){
    transform:none;
  }
}