:root {
  --vcm-dark: #010a2d;
  --vcm-pink: #cf146b;
  --vcm-blue: #aee3f2;
  --vcm-link: #086cff;
  --vcm-muted: rgba(255, 255, 255, 0.48);
  --vcm-soft: rgba(174, 227, 242, 0.65);
  --vcm-white: #ffffff;
}

.vcm-page {
  background: var(--vcm-dark);
  color: var(--vcm-white);
  min-height: 100vh;
  overflow: hidden;
  position: relative;
}

.vcm-page *,
.vcm-page *::before,
.vcm-page *::after {
  box-sizing: border-box;
}

.vcm-page .active {
  background: transparent !important;
}

.vcm-container {
  margin: 0 auto;
  max-width: 760px;
  position: relative;
  width: min(760px, calc(100vw - 72px));
  z-index: 2;
}

.vcm-bg {
  max-width: none;
  opacity: 0.8;
  pointer-events: none;
  position: absolute;
  user-select: none;
  z-index: 1;
}

.vcm-bg-top {
  left: 50%;
  top: -30vmin;
  transform: translateX(-50%);
  width: 60vmin;
}

.vcm-bg-mid {
  left: -76px;
  top: 930px;
  width: 430px;
}

.vcm-bg-right {
  right: -40px;
  top: 1190px;
  width: 455px;
}

.vcm-bg-right-2 {
  right: -40px;
  top: 2590px;
  width: 455px;
}

.vcm-bg-left {
  left: -75px;
  top: 2060px;
  width: 500px;
}

.vcm-bg-left-2 {
  left: -75px;
  top: 3060px;
  width: 500px;
}

.vcm-hero {
  padding: 50px 0 90px;
  position: relative;
  z-index: 2;
}

.vcm-hero-copy {
  margin: 0 auto;
  max-width: 750px;
}

.vcm-eyebrow {
  align-items: center;
  color: var(--vcm-pink);
  display: flex;
  font-family: "UbuntuBold", "Ubuntu", sans-serif;
  font-size: 17px;
  gap: 8px;
  line-height: 1;
  margin-bottom: 8px;
}

.vcm-eyebrow img {
  width: 50px;
}

.vcm-hero h1 {
  color: var(--vcm-white);
  font-family: "UbuntuBold", "Ubuntu", sans-serif;
  font-size: clamp(43px, 5vw, 56px);
  letter-spacing: 0;
  line-height: 0.96;
  margin: 0 0 14px;
}

.vcm-lead {
  color: var(--vcm-white);
  font-family: "UbuntuBold", "Ubuntu", sans-serif;
  font-size: 20px;
  line-height: 1.05;
  margin: 0 0 12px;
  max-width: 380px;
}

.vcm-body {
  color: var(--vcm-white);
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  line-height: 1.25;
  margin: 0;
  max-width: 380px;
}

.vcm-hint {
  border: 0;
  color: rgba(255, 255, 255, 0.76);
  font-family: "Ubuntu", sans-serif;
  font-size: 18px;
  line-height: 1.25;
  left: 50%;
  margin: 58px auto 18px;
  max-width: none;
  padding: 0;
  position: relative;
  text-align: center;
  transform: translateX(-50%);
  white-space: nowrap;
  width: min(760px, calc(100vw - 80px));
}

.vcm-hint::first-letter {
  color: var(--vcm-pink);
}

.vcm-system {
  background: transparent !important;
  margin: 0 auto;
  max-width: 680px;
  scroll-margin-top: 120px;
  text-align: center;
}

.vcm-system * {
  background-color: transparent !important;
}

.vcm-system-title {
  background: transparent !important;
  border: 0;
  padding: 41px 0 43px;
  position: relative;
}

.vcm-system-title::before,
.vcm-system-title::after {
  content: "";
  height: 15px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
}

.vcm-system-title::before {
  background: linear-gradient(
    to bottom,
    rgba(207, 20, 107, 0.78) 0,
    rgba(207, 20, 107, 0.78) 1px,
    transparent 1px,
    transparent 12px,
    rgba(207, 20, 107, 0.78) 12px,
    rgba(207, 20, 107, 0.78) 13px,
    transparent 13px
  );
  top: 0;
}

.vcm-system-title::after {
  background: linear-gradient(
    to bottom,
    rgba(207, 20, 107, 0.78) 0,
    rgba(207, 20, 107, 0.78) 1px,
    transparent 1px,
    transparent 12px,
    rgba(207, 20, 107, 0.78) 12px,
    rgba(207, 20, 107, 0.78) 13px,
    transparent 13px
  );
  bottom: 0;
}

.vcm-system-title strong,
.vcm-system-title span {
  display: block;
  letter-spacing: 0;
  line-height: 1;
}

.vcm-system-title strong {
  color: var(--vcm-pink);
  font-family: "Ubuntu", sans-serif;
  font-size: 17px;
  font-weight: 400;
  text-transform: uppercase;
}

.vcm-system-title span {
  color: var(--vcm-white);
  font-family: "UbuntuBold", "Ubuntu", sans-serif;
  font-size: 21px;
  margin-top: 6px;
  position: relative;
  text-transform: uppercase;
}

.vcm-system-title span::after {
  background: var(--vcm-pink);
  border-radius: 999px;
  bottom: -77px;
  content: "";
  height: 42px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 42px;
  z-index: 2;
}

.vcm-system-items {
  align-items: center;
  background: transparent !important;
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 104px;
}

.vcm-system-item,
.vcm-system-subtitle {
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.vcm-system-item {
  color: var(--vcm-link);
  display: inline-flex;
  font-family: "UbuntuBold", "Ubuntu", sans-serif;
  font-size: 19px;
  gap: 6px;
  text-decoration: none;
  transition: color 160ms ease, transform 160ms ease;
}

.vcm-system-item--root {
  color: var(--vcm-white);
  font-family: "Ubuntu", sans-serif;
  font-size: 34px;
  margin-bottom: 30px;
}

.vcm-system-item--step {
  color: #086cff;
  margin-top: 13px;
}

.vcm-system-subtitle {
  color: var(--vcm-white);
  display: block;
  font-family: "Ubuntu", sans-serif;
  font-size: 17px;
  margin: -10px 0 8px;
}

.vcm-system-item span {
  color: var(--vcm-pink);
}

.vcm-system-arrow {
  color: #086cff;
  display: block;
  font-family: "Ubuntu", sans-serif;
  font-size: 15px;
  line-height: 0.85;
  margin-top: 6px;
}

.vcm-system-item:hover,
.vcm-system-item:focus {
  color: var(--vcm-blue);
  text-decoration: none;
  transform: translateY(-1px);
}

.vcm-system-item.is-active {
  color: var(--vcm-blue);
}

.vcm-system-item.is-passed {
  opacity: 0.62;
}

.vcm-map {
  padding: 12px 0 165px;
  position: relative;
  z-index: 3;
}

.vcm-pinned-stack {
  background: linear-gradient(
    to bottom,
    rgba(1, 10, 45, 0.98),
    rgba(1, 10, 45, 0.94) 82%,
    rgba(1, 10, 45, 0)
  );
  margin: 0 auto 30px;
  max-width: 560px;
  padding: 0 0 18px;
  position: sticky;
  top: 86px;
  z-index: 40;
}

.vcm-pinned-stack.is-empty {
  display: none;
}

.vcm-pinned-item {
  background: transparent;
  border: 0;
  color: var(--vcm-white);
  cursor: pointer;
  display: block;
  margin: 0 auto;
  padding: 0 0 5px;
  text-align: center;
  transition: opacity 180ms ease, transform 180ms ease;
  width: min(520px, 100%);
}

.vcm-pinned-item + .vcm-pinned-item {
  margin-top: 5px;
}

.vcm-pinned-item:hover,
.vcm-pinned-item:focus {
  opacity: 0.82;
  outline: 0;
  transform: translateY(-1px);
}

.vcm-pinned-lines {
  display: block;
  height: 15px;
  margin: 0 auto 8px;
  max-width: 486px;
  width: 100%;
  background: linear-gradient(
    to bottom,
    rgba(207, 20, 107, 0.78) 0,
    rgba(207, 20, 107, 0.78) 1px,
    transparent 1px,
    transparent 12px,
    rgba(207, 20, 107, 0.78) 12px,
    rgba(207, 20, 107, 0.78) 13px,
    transparent 13px
  );
}

.vcm-pinned-title {
  align-items: flex-start;
  display: inline-flex;
  gap: 8px;
  justify-content: center;
}

.vcm-pinned-title strong,
.vcm-pinned-title small {
  display: block;
  letter-spacing: 0;
}

.vcm-pinned-title strong {
  color: var(--vcm-white);
  font-family: "Ubuntu", sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.vcm-pinned-title small {
  color: var(--vcm-muted);
  font-family: "Ubuntu", sans-serif;
  font-size: 11px;
  line-height: 1.1;
  margin-top: 4px;
}

.vcm-pinned-title .vcm-toggle-dot {
  height: 13px;
  margin-top: 1px;
  width: 13px;
}

.vcm-layer {
  margin: 0 auto 34px;
  max-width: 760px;
  scroll-margin-top: 142px;
  transition: margin 360ms ease, opacity 260ms ease;
}

.vcm-scroll-collapse-off .vcm-layer {
  margin-bottom: 78px;
  opacity: 1;
}

.vcm-scroll-collapse-off .vcm-layer-toggle {
  cursor: pointer;
}

.vcm-scroll-collapse-off .vcm-layer-body {
  max-height: none;
  opacity: 1;
  overflow: visible;
  transform: none;
  transition: none;
}

.vcm-layer-line {
  display: block;
  height: auto;
  margin: 0 auto 17px;
  max-width: 486px;
  opacity: 0.92;
  width: 100%;
}

.vcm-layer-line-2{
    margin-top: 17px;
}

.vcm-layer-toggle {
  align-items: flex-start;
  background: rgba(1, 10, 45, 0.9);
  border: 0;
  border-radius: 0;
  color: var(--vcm-white);
  cursor: pointer;
  display: flex;
  gap: 8px;
  justify-content: center;
  margin: 0 auto;
  padding: 0 0 2px;
  position: relative;
  text-align: center;
  transition: padding 260ms ease, transform 260ms ease, background-color 260ms ease;
  width: min(520px, 100%);
  z-index: 9;
}

.vcm-layer-toggle strong,
.vcm-layer-toggle small {
  display: block;
  letter-spacing: 0;
}

.vcm-title-link {
  color: inherit;
  display: inline-flex;
  text-decoration: none;
  transition: color 180ms ease, opacity 180ms ease, transform 180ms ease;
}

.vcm-title-link:hover,
.vcm-title-link:focus {
  color: var(--vcm-blue);
  outline: 0;
  text-decoration: none;
}

.vcm-layer-title-link,
.vcm-subsection-title-link {
  justify-content: center;
}

.vcm-layer-title-link:hover,
.vcm-layer-title-link:focus,
.vcm-subsection-title-link:hover,
.vcm-subsection-title-link:focus {
  transform: translateY(-1px);
}

.vcm-layer-toggle strong {
  font-family: "Ubuntu", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  transition: color 220ms ease, font-size 260ms ease;
}

.vcm-layer-toggle small {
  color: var(--vcm-muted);
  font-family: "Ubuntu", sans-serif;
  font-size: 12px;
  line-height: 1.12;
  margin-top: 5px;
}

.vcm-toggle-dot {
  border: 2px solid var(--vcm-pink);
  border-radius: 999px;
  display: inline-block;
  flex: 0 0 auto;
  height: 14px;
  margin-top: 2px;
  position: relative;
  width: 14px;
}

.vcm-toggle-dot::after {
  background: var(--vcm-pink);
  border-radius: 999px;
  content: "";
  height: 5px;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.4);
  transition: opacity 180ms ease, transform 180ms ease;
  width: 5px;
}

.vcm-layer.is-open .vcm-toggle-dot::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.vcm-layer-body {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(-16px) scaleY(0.98);
  transform-origin: top center;
  transition: max-height 620ms ease, opacity 320ms ease, transform 420ms ease;
}

.vcm-layer.is-open .vcm-layer-body {
  max-height: 9000px;
  opacity: 1;
  transform: none;
}

.vcm-layer.is-active {
  margin-bottom: 95px;
}

.vcm-layer.is-active .vcm-layer-toggle {
  background: rgba(1, 10, 45, 0.96);
  padding-top: 10px;
}

.vcm-layer.is-passed {
  margin-bottom: 14px;
  opacity: 0.72;
}

.vcm-layer-intro,
.vcm-intro-items {
  color: var(--vcm-muted);
  font-family: "Ubuntu", sans-serif;
  font-size: 12px;
  line-height: 1.2;
  margin: 16px auto 20px;
  max-width: 430px;
  text-align: center;
}

.vcm-intro-items {
  list-style: none;
  padding: 0;
}

.vcm-intro-items li + li {
  margin-top: 4px;
}

.vcm-groups {
  display: grid;
  gap: 24px 58px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 auto;
  padding-top: 20px;
  width: min(610px, 100%);
}

.vcm-bottom-img{
    left: 50%;
    bottom: -30vmin;
    transform: translateX(-50%);
    width: 60vmin;
    position: absolute;
}

.vcm-group {
  min-width: 0;
  text-align: left;
}

.vcm-group h3 {
  align-items: baseline;
  color: var(--vcm-white);
  display: inline-flex;
  font-family: "UbuntuBold", "Ubuntu", sans-serif;
  font-size: 13px;
  gap: 5px;
  letter-spacing: 0;
  line-height: 1.05;
  margin: 0 0 7px;
}

.vcm-group-title-link {
  align-items: baseline;
  gap: 5px;
}

.vcm-group h3 span {
  color: var(--vcm-pink);
  line-height: 1;
}

.vcm-group p {
  color: var(--vcm-muted);
  font-family: "Ubuntu", sans-serif;
  font-size: 11px;
  line-height: 1.18;
  margin: 0 0 9px;
}

.vcm-group ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.vcm-group li + li {
  margin-top: 3px;
}

.vcm-point {
  align-items: baseline;
  color: var(--vcm-white);
  display: inline-flex;
  font-family: "Ubuntu", sans-serif;
  font-size: 12px;
  gap: 5px;
  line-height: 1.08;
  text-decoration: none;
}

.vcm-point span {
  color: var(--vcm-pink);
  font-family: "UbuntuBold", "Ubuntu", sans-serif;
  line-height: 1;
}

.vcm-point--plain {
  display: block;
  gap: 0;
}

.vcm-point-link {
  text-decoration: none;
  transition: color 160ms ease, transform 160ms ease;
}

.vcm-point-link:hover,
.vcm-point-link:focus {
  color: var(--vcm-blue);
  text-decoration: none;
  transform: translateX(2px);
}

.vcm-layer--graph {
  margin-bottom: 70px;
  max-width: 620px;
}

.vcm-layer--graph .vcm-layer-body > .vcm-groups {
  gap: 36px 92px;
  grid-template-columns: repeat(2, minmax(0, 150px));
  justify-content: center;
  padding-top: 44px;
  width: min(450px, 100%);
}

.vcm-layer--graph .vcm-group h3 {
  font-size: 13px !important;
  padding-bottom: 2px;
}

.vcm-layer--graph .vcm-point {
  font-size: 12px !important;
  line-height: 1.05;
}

.vcm-subsection {
  margin: 86px auto 0;
  max-width: 560px;
  scroll-margin-top: 130px;
  text-align: center;
  width: 100%;
}

.vcm-subsection h2 {
  color: var(--vcm-white);
  font-family: "Ubuntu", sans-serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.95;
  margin: 0 auto 8px;
  max-width: 360px;
  text-transform: uppercase;
}

.vcm-subsection-subtitle {
  color: rgba(255, 255, 255, 0.46);
  font-family: "Ubuntu", sans-serif;
  font-size: 12px;
  line-height: 1.08;
  margin: 0 auto;
  max-width: 410px;
}

.vcm-layer--graph .vcm-subsection-groups {
  gap: 34px 96px;
  grid-template-columns: repeat(2, minmax(0, 150px));
  justify-content: center;
  padding-top: 46px;
  width: min(460px, 100%);
}

.vcm-layer--simple .vcm-groups {
  grid-template-columns: minmax(0, 245px);
  justify-content: center;
  width: min(245px, 100%);
}

.vcm-layer--simple .vcm-group p {
  margin-top: -3px;
}

.vcm-layer--metrics .vcm-group h3 {
  margin-bottom: 2px;
}

.vcm-layer--metrics .vcm-point {
  line-height: 1.02;
}

.vcm-layer--structures {
  margin-bottom: 96px;
  margin-top: -12px;
  max-width: 620px;
}

.vcm-layer--structures .vcm-layer-line,
.vcm-layer--structures .vcm-toggle-dot {
  display: none;
}

.vcm-layer--structures .vcm-layer-toggle {
  width: min(570px, 100%);
}

.vcm-layer--structures .vcm-layer-toggle strong {
  font-family: "Ubuntu", sans-serif;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0;
}

.vcm-layer--structures .vcm-layer-toggle small {
  color: rgba(255, 255, 255, 0.46);
  font-size: 15px;
  line-height: 1.08;
  margin: 8px auto 0;
  max-width: 520px;
}

.vcm-layer--structures .vcm-groups {
  gap: 56px;
  grid-template-columns: minmax(0, 200px) minmax(0, 245px);
  padding-top: 28px;
  width: min(560px, 100%);
}

.vcm-layer--structures .vcm-group ul {
  position: relative;
}

.vcm-layer--structures .vcm-group li {
  position: relative;
}

.vcm-layer--structures .vcm-group li + li {
  margin-top: 14px;
}

.vcm-layer--structures .vcm-group:first-child li:not(:last-child)::after {
  background: transparent;
  color: rgba(255, 255, 255, 0.68);
  content: "↓";
  font-family: "Ubuntu", sans-serif;
  font-size: 12px;
  height: auto;
  left: 4px;
  line-height: 1;
  position: absolute;
  top: 19px;
  width: auto;
}

.vcm-layer--structures .vcm-point {
  align-items: center;
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  gap: 9px;
  line-height: 1;
}

.vcm-layer--structures .vcm-point span {
  font-size: 17px;
}

.vcm-layer--structures .vcm-group:nth-child(2) {
  padding-top: 1px;
}

.vcm-layer--structures .vcm-group:nth-child(2) h3 {
  display: flex;
  font-family: "UbuntuBold", "Ubuntu", sans-serif;
  font-size: 16px;
  margin-bottom: 3px;
}

.vcm-layer--structures .vcm-group:nth-child(2) p {
  color: rgba(255, 255, 255, 0.45);
  font-size: 11px;
  margin-bottom: 9px;
}

.vcm-layer--structures .vcm-group:nth-child(2) li + li {
  margin-top: 2px;
}

.vcm-layer--structures .vcm-group:nth-child(2) .vcm-point {
  font-size: 16px;
  gap: 6px;
}

.vcm-layer--structures .vcm-group:nth-child(2) .vcm-point span {
  font-size: 14px;
}

.vcm-layer--wide .vcm-groups {
  align-items: start;
  gap: 27px 92px;
  grid-template-columns: repeat(2, minmax(0, 245px));
  width: min(620px, 100%);
}

.vcm-layer--solutions .vcm-groups,
.vcm-layer--roles .vcm-groups {
  grid-auto-flow: row;
}

.vcm-bottom-mark {
  margin: -45px auto 330px;
  max-width: 310px;
  opacity: 0.9;
  position: relative;
  z-index: 2;
}

.vcm-bottom-mark img {
  display: block;
  height: auto;
  width: 100%;
}

@media (min-width: 992px) {
  .vcm-layer.is-before-active .vcm-layer-toggle strong {
    color: var(--vcm-white);
  }
}

@media (max-width: 991px) {
  .vcm-container {
    width: min(680px, calc(100vw - 46px));
  }

  .vcm-bg-right {
    right: -215px;
    top: 1280px;
  }

  .vcm-bg-right-2 {
    right: -40px;
    top: 2290px;
    width: 455px;
  }

  .vcm-bg-left {
    left: -270px;
    top: 2500px;
  }

  .vcm-bg-left-2 {
    left: -270px;
    top: 3060px;
  }

  .vcm-bg-mid {
    left: -230px;
    top: 980px;
  }

  .vcm-hero {
    padding-top: 80px;
  }

  .vcm-layer--wide .vcm-groups {
    gap: 26px 56px;
    grid-template-columns: repeat(2, minmax(0, 245px));
    width: min(555px, 100%);
  }
}

@media (max-width: 767px) {
  .vcm-container {
    width: calc(100vw - 30px);
  }

  .vcm-bg-top {
    top: 76px;
    width: 250px;
  }

  .vcm-bg-mid {
    left: -260px;
    top: 880px;
    width: 360px;
  }

  .vcm-bg-right {
    right: -310px;
    top: 1450px;
    width: 390px;
  }

  .vcm-bg-right-2 {
    right: -310px;
    top: 2050px;
    width: 390px;
  }

  .vcm-bg-left {
    left: -320px;
    top: 3020px;
    width: 405px;
  }

  .vcm-bg-left-2 {
    left: -320px;
    top: 3920px;
    width: 405px;
  }

  .vcm-hero {
    padding: 80px 0 72px;
  }

  .vcm-hero-copy {
    max-width: 335px;
  }

  .vcm-hero h1 {
    font-size: 42px;
  }

  .vcm-lead {
    font-size: 18px;
  }

  .vcm-hint,
  .vcm-system {
    max-width: 345px;
  }

  .vcm-hint {
    font-size: 12px;
    margin-top: 44px;
    white-space: normal;
    width: min(345px, calc(100vw - 30px));
  }

  .vcm-system-title strong {
    font-size: 15px;
  }

  .vcm-system-title span {
    font-size: 17px;
  }

  .vcm-system-title {
    padding: 32px 0 35px;
  }

  .vcm-system-title span::after {
    bottom: -64px;
    height: 30px;
    width: 30px;
  }

  .vcm-system-items {
    margin-top: 82px;
  }

  .vcm-system-item {
    font-size: 13px;
  }

  .vcm-system-item--root {
    font-size: 18px;
    margin-bottom: 23px;
  }

  .vcm-system-subtitle {
    font-size: 12px;
  }

  .vcm-system-arrow {
    font-size: 12px;
    margin-top: 5px;
  }

  .vcm-map {
    padding-bottom: 120px;
  }

  .vcm-pinned-stack {
    top: 64px;
    width: min(360px, 100%);
  }

  .vcm-pinned-item {
    width: min(345px, 100%);
  }

  .vcm-pinned-title strong {
    font-size: 15px;
  }

  .vcm-pinned-title small {
    font-size: 10px;
  }

  .vcm-layer {
    margin-bottom: 68px;
  }

  .vcm-layer-toggle strong {
    font-size: 20px;
  }

  .vcm-layer--structures .vcm-layer-toggle strong {
    font-size: 24px;
  }

  .vcm-layer--structures .vcm-layer-toggle small {
    font-size: 12px;
    max-width: 325px;
  }

  .vcm-layer-toggle small,
  .vcm-layer-intro,
  .vcm-intro-items,
  .vcm-point,
  .vcm-group p {
    font-size: 11px;
  }

  .vcm-groups,
  .vcm-layer--graph .vcm-groups,
  .vcm-layer--simple .vcm-groups,
  .vcm-layer--wide .vcm-groups {
    gap: 18px;
    grid-template-columns: minmax(0, 1fr);
    padding: 16px 30px 0;
    width: min(360px, 100%);
  }

  .vcm-layer--graph .vcm-groups {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vcm-subsection {
    margin-top: 58px;
  }

  .vcm-subsection h2 {
    font-size: 22px;
  }

  .vcm-subsection-subtitle {
    font-size: 11px;
    max-width: 320px;
  }

  .vcm-layer--graph .vcm-subsection-groups {
    padding-top: 26px;
  }

  .vcm-group {
    text-align: left;
  }

  .vcm-bottom-mark {
    margin-bottom: 240px;
    max-width: 230px;
  }
}

@media (max-width: 460px) {
  .vcm-layer--graph .vcm-groups,
  .vcm-layer--graph .vcm-subsection-groups {
    grid-template-columns: minmax(0, 1fr);
  }
}
