.header {
  border-bottom: 0 !important;
}
.header__navigation--logo a {
  display: flex;
  align-items: center;
  text-decoration: none;
  outline: none;
}
.header__navigation--logo a:hover {
  text-decoration: none;
}
.header__navigation--logo a img {
  height: 40px;
  width: auto;
}
.header__navigation--logo a::after {
  font-size: 18px;
  font-weight: 400;
  margin-top: 3px;
  margin-left: 9px;
  letter-spacing: 1.3px;
  color: #fff;
  white-space: nowrap;
}
.header .top-bar.header__navigation--large {
  height: 50px;
}
.header .hc-header-background-color,
.header .vp-title-bar--color-header {
  background: #3fa855 !important;
}
.header__navigation--large {
  padding: 0.5rem 2rem;
}

.portal {
  background-image: url('https://www.gdemoi.ru/images/docs/header-v3-bg.png');
  background-size: 1570px auto;
  background-position: 50% -650px;
  background-repeat: no-repeat
}

.space-overview__hero__header .vp-search-bar-container,
.space-overview__hero__header .vp-search-bar-container .vp-search-bar {
  max-width: 700px;
}
.vp-search-bar-container.vp-search-bar-container--centered {
  margin: 1.5rem 0 0;
}
.vp-search-bar-container .vp-search-suggestion-option::before {
  background-color: transparent;
}
.vp-search-bar-container .vp-search-input__submit:where(:hover, :focus-visible),
.vp-search-bar-container .vp-search-input__submit:active {
  background-color: transparent;
}
.vp-search-input__icon {
  left: initial;
  right: 0;
  margin: 0 10px 0 0;
}
.vp-search-input__icon svg path {
  fill: #a3a3a3;
}
.vp-search-input__icon:hover svg path {
  fill: #414141;
}
.vp-search-bar-container .vp-search-input__input {
  padding: 8px 50px 8px 16px;
}
.vp-search-bar-container .vp-search-bar__input-container {
  border: 0;
  border-radius: 8px;
  overflow: hidden;
}
.vp-search-bar-container .vp-search-input__input,
.vp-search-bar-container .vp-search-input__input:focus,
.vp-search-bar-container
  .vp-search-bar__input-container:is(
    :focus-within,
    :has([data-vp-component="dropdown"][data-vp-variant="searchbar"]:has([aria-expanded="true"]))
  ) {
  box-shadow: none;
  --tw-shadow: none;
  border-width: 0 !important;
  border-radius: 8px !important;
}
.vp-search-bar-container .vp-search-suggestion-panel {
  border: 0;
}
.vp-search-bar-container .vp-search-suggestion-option:is(:hover, :focus-visible, .is-active) {
  box-shadow: inset 4px 0 #3fa855;
}
.vp-search-bar .vp-search-suggestion-option__info-container,
.vp-search-bar-container .vp-search-suggestion-option__info-container,
.vp-search-page .vp-search-result__content-source,
.vp-search-page .vp-search-result__labels {
  display: none !important;
}
.vp-search-bar-container .vp-search-suggestion-action-container {
  margin: 0.5rem auto;
}
#content.vp-search-page {
  --gutter: 15px;
  padding-top: 30px;
}
#content.vp-search-page .vp-search-bar-container .vp-search-bar__input-container {
  border: 1px solid #ccc;
}
.header .render-links li {
  border-bottom: 4px solid transparent;
  margin-bottom: -2px;
}
.header .render-links li:hover {
  border-bottom: 4px solid #fff;
}
.header .render-links li a,
.header .render-links li a:hover {
  text-decoration: none;
  color: #fff;
}
.top-bar-left ul li:last-child {
  display: none !important;
}
.hc-main-wrapper .portal .hc-portal-background-image,
.hc-main-wrapper .space-overview .hc-spaceHome-background-image {
  background: none;
}
.portal__header__content .portal__header__content__intro,
.space-overview__hero__header__content .space-overview__hero__header__content__intro {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.portal__header__content .portal__header__content__intro--heading,
.space-overview__hero__header__content .space-overview__hero__header__content__intro--heading {
  margin-bottom: 0;
  hyphens: none;
  overflow-wrap: initial;
}
.portal__header__content .portal__header__content__intro--intro {
  font-size: 18px;
  line-height: normal;
  margin: 0.5rem auto 0;
  max-width: 700px;
  font-weight: 300;
}
.space-overview__hero__header__content .space-overview__hero__header__content__intro--intro {
  display: none;
}
.space-overview.space-overview__hero {
  background-color: #fafafa;
  flex-grow: 1;
}
.grid.space-overview__topics .gap-8 {
  gap: 34px;
}
.footer {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  min-height: initial;
  border-top: 0;
}
.footer .footer__logo {
  display: none;
  width: auto;
  height: 40px;
  align-self: flex-start;
}
.footer .footer--alignment {
  display: flex;
  align-items: center;
  min-height: 40px;
  padding-right: 75px;
}
.footer__attribution-line--copyright li:nth-last-child(2),
.footer__language-picker-container {
  display: none !important;
}
.footer .vp-dropdown--outline .vp-dropdown__button {
  padding: 0.3rem;
}
.footer .footer__links {
  font-size: 12px;
  line-height: 26px;
  display: none;
}
.footer .footer__links a {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: background-size 0.3s !important;
}
.footer .footer__links a:hover {
  color: #fff;
  text-decoration: none;
  background-size: 100% 1px;
}
.footer .footer__links--separator {
  font-size: 0;
  line-height: 0;
}
.footer .footer__links--separator::before {
  content: " |";
  color: #fff;
  font-size: 12px;
  line-height: 26px;
}
.vp-search-input__icon .mdi-magnify::before {
  opacity: 0.4;
}
[data-vp-component="search-bar"] {
  --border-radius: 5px !important;
}
#content .tile {
  background-color: #fff;
  box-shadow: 0 0 38px 7px rgba(71, 71, 71, 0.03);
  padding: 0;
  row-gap: 0;
  text-align: center;
  color: #333;
  font-size: 15px;
  line-height: normal;
  border: 0;
  border-radius: 8px;
}
#content .tile .tile__body {
  width: 100%;
  height: 100%;
}
#content .tile:focus-within {
  outline: none;
}
#content .tile:active,
#content .tile:hover {
  box-shadow: none;
  color: #fff;
  border: 0;
  background-color: #3fa855;
  background-image: url("https://www.gdemoi.ru/images/docs/support-tile-bg.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#content .tile--spacious .tile__image {
  display: none !important;
}
.tile.tile--spaces .tile__description {
  font-size: 13px;
  line-height: 1.5;
  color: #212529;
}
.tile.tile--spaces .tile__description,
.tile.tile--spaces .tile__headline {
  -webkit-hyphens: none;
  hyphens: none;
}
#content .tile .tile__headline,
.tile.tile--spaces .tile__headline {
  position: relative;
  font-size: 15px;
  line-height: normal;
}
#content .tile .tile__headline::before,
#content .tile .tile__headline::after {
  content: "";
  position: absolute;
  top: 28px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  display: block;
  width: 54px;
  height: 54px;
  pointer-events: none;
}
#content .tile .tile__headline::before {
  border-radius: 50%;
  background-color: #3fa855;
}
#content .tile:hover .tile__headline::before {
  background-color: #fff;
}
#content .tile .tile__headline a {
  padding: 95px 28px 28px;
  display: block;
}
#content .tile:hover .tile__headline a {
  color: #fff;
}
#content .tile .tile__headline::after {
  z-index: 2;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  background-color: #fff;
}
#content .tile:hover .tile__headline::after {
  background-color: #3fa855;
}
#content .tile:nth-child(1) .tile__headline::after {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31.357' height='31.357' style='enable-background:new 0 0 31.357 31.357' xml:space='preserve'%3E%3Cpath d='M15.255 0c5.424 0 10.764 2.498 10.764 8.473 0 5.51-6.314 7.629-7.67 9.62-1.018 1.481-.678 3.562-3.475 3.562-1.822 0-2.712-1.482-2.712-2.838 0-5.046 7.414-6.188 7.414-10.343 0-2.287-1.522-3.643-4.066-3.643-5.424 0-3.306 5.592-7.414 5.592-1.483 0-2.756-.89-2.756-2.584C5.339 3.683 10.084 0 15.255 0zm-.211 24.406a3.492 3.492 0 0 1 3.475 3.476 3.49 3.49 0 0 1-3.475 3.476 3.49 3.49 0 0 1-3.476-3.476 3.491 3.491 0 0 1 3.476-3.476z'/%3E%3C/svg%3E");
  mask-size: auto 18px;
}
#content .tile:nth-child(2) .tile__headline::after {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='100%25' height='100%25' viewBox='0 0 1550 1736' preserveAspectRatio='xMidYMid meet'%3E%3Cpath d='M775 1171.03c-96.87 0-181.51-34.52-231.4-67.89l-87.79 9.63c-25.32 10.11-53.78 20.52-83.81 30.02l-49.41 14.43C164.51 1202.31 0 1226.29 0 1387.95v119.47c0 37.4 107.47 96.39 272.88 142.29h.07c129.2 35.83 293.77 63.92 471.05 66.84v-.56h62v.56c177.21-2.92 341.91-31.01 471.05-66.84h.07c165.41-45.9 272.88-104.89 272.88-142.29v-119.47c0-161.66-164.45-185.64-322.58-230.73l-49.42-14.43c-30.09-9.5-58.55-19.91-83.8-30.02l-87.92-9.51c-50.01 33.25-134.52 67.77-231.28 67.77zM314.5 625.01c0-68.67 19.6-105.89 49.05-128.13.08-.06 0-.19 0-.29-3.77-10-6.18-21.74-6.18-36.52 0-189.01 50.18-317.39 166.05-384.72C652.24.5 900.36.76 1028.56 76.51c114.46 67.63 164.07 195.63 164.07 383.56 0 14.78-2.41 26.52-6.18 36.52 0 .1-.08.23 0 .29 29.45 22.24 49.05 59.46 49.05 128.13 0 92.88-32.82 129.21-79.01 147.67-40.26 102.26-107.24 188.36-183.39 245.81-137.75 103.78-258.45 103.78-396.2 0-76.15-57.45-143.13-143.55-183.39-245.81-46.19-18.46-79.01-54.79-79.01-147.67z' style='fill:%23000;fill-rule:nonzero'/%3E%3C/svg%3E");
  mask-size: auto 21px;
}
#content .tile:nth-child(3) .tile__headline::after {
  mask-image: url("data:image/svg+xml,%3Csvg width='800' height='800' viewBox='-64 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M239.36 320C324.48 320 384 260.542 384 175.071S324.48 32 239.36 32H76c-6.627 0-12 5.373-12 12v206.632H12c-6.627 0-12 5.373-12 12V308c0 6.627 5.373 12 12 12h52v32H12c-6.627 0-12 5.373-12 12v40c0 6.627 5.373 12 12 12h52v52c0 6.627 5.373 12 12 12h58.56c6.627 0 12-5.373 12-12v-52H308c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12H146.56v-32h92.8zm-92.8-219.252h78.72c46.72 0 74.88 29.11 74.88 74.323 0 45.832-28.16 75.561-76.16 75.561h-77.44V100.748z'/%3E%3C/svg%3E");
  mask-size: auto 18px;
}
#content .tile:nth-child(4) .tile__headline::after {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 51.636 51.636' style='enable-background:new 0 0 51.636 51.636' xml:space='preserve'%3E%3Cpath d='M51.353.914a.999.999 0 0 0-1.135-.213L.583 23.481a1 1 0 0 0 .252 1.895l22.263 3.731 2.545 21.038a1.002 1.002 0 0 0 1.889.324l24-48.415a1 1 0 0 0-.179-1.14z'/%3E%3C/svg%3E");
  mask-size: 18px;
}
#content .tile:nth-child(5) .tile__headline::after {
  mask-image: url("data:image/svg+xml,%3Csvg height='512' viewBox='0 0 24 24' width='512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6.75A4.756 4.756 0 0 1 8.75 2h9.133a2.745 2.745 0 0 0-2.633-2H3.75A2.752 2.752 0 0 0 1 2.75v15.5A2.752 2.752 0 0 0 3.75 21H4z'/%3E%3Cpath d='M20.25 4H8.75A2.752 2.752 0 0 0 6 6.75v14.5A2.752 2.752 0 0 0 8.75 24h11.5A2.752 2.752 0 0 0 23 21.25V6.75A2.752 2.752 0 0 0 20.25 4zm-2 17h-7.5a.75.75 0 0 1 0-1.5h7.5a.75.75 0 0 1 0 1.5zm0-4h-7.5a.75.75 0 0 1 0-1.5h7.5a.75.75 0 0 1 0 1.5zm0-3.5h-7.5a.75.75 0 0 1 0-1.5h7.5a.75.75 0 0 1 0 1.5zm0-4h-7.5a.75.75 0 0 1 0-1.5h7.5a.75.75 0 0 1 0 1.5z'/%3E%3C/svg%3E");
  mask-size: auto 17px;
}
#content .tile:nth-child(6) .tile__headline::after {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='524.84' height='524.84' style='enable-background:new 0 0 524.84 524.84' xml:space='preserve'%3E%3Cpath d='M40.908 319.876h307.608v42.55H124.724c-6.673-18.325-24.265-31.464-44.881-31.464-20.307 0-37.683 12.75-44.581 30.66-8.5-2.458-14.72-10.271-14.72-19.562v-1.807c0-11.261 9.116-20.377 20.366-20.377zm72.89 54.096c0 19.595-15.943 35.535-35.543 35.535-19.587 0-35.535-15.94-35.535-35.535s15.948-35.546 35.535-35.546c19.6 0 35.543 15.951 35.543 35.546zm-10.87 0c0-13.604-11.067-24.674-24.673-24.674-13.604 0-24.665 11.07-24.665 24.674 0 13.598 11.067 24.668 24.665 24.668 13.612 0 24.673-11.064 24.673-24.668zm370.082 0c0 19.595-15.946 35.535-35.539 35.535-19.595 0-35.54-15.94-35.54-35.535s15.945-35.546 35.54-35.546c19.593 0 35.539 15.951 35.539 35.546zm-10.867 0c0-13.604-11.07-24.674-24.666-24.674-13.605 0-24.668 11.07-24.668 24.674 0 13.598 11.062 24.668 24.668 24.668 13.596 0 24.666-11.064 24.666-24.668zm62.697-102.085v80.355a6.791 6.791 0 0 1-6.788 6.791h-35.505c-7.521-16.536-24.167-28.071-43.497-28.071-19.315 0-35.972 11.535-43.497 28.071h-23.948a6.796 6.796 0 0 1-6.798-6.791V190.86a6.793 6.793 0 0 1 6.798-6.791h89.399c3.754 0 9.455 1.251 13.587 6.791l50.249 81.027zm-31.679-17.653-30.559-50.703c-2.363-4.367-5.264-6.788-15.628-6.788h-55.451a6.79 6.79 0 0 0-6.793 6.788v50.703a6.79 6.79 0 0 0 6.793 6.791h94.839c3.75 0 6.799-3.037 6.799-6.791zm26.47 77.177c0-3.489-2.835-6.336-6.337-6.336s-6.336 2.847-6.336 6.336v12.008c0 3.501 2.834 6.335 6.336 6.335s6.337-2.834 6.337-6.335v-12.008zM0 307.717h348.516V115.333H0v192.384z'/%3E%3C/svg%3E");
  mask-size: 25px auto;
}
#content .tile:nth-child(7) .tile__headline::after {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='1550' height='1736' style='shape-rendering:geometricPrecision;text-rendering:geometricPrecision;image-rendering:optimizeQuality;fill-rule:evenodd;clip-rule:evenodd'%3E%3Cpath d='M775 1190.48c-96.87 0-181.51-34.51-231.4-67.89l-87.79 9.63c-25.32 10.11-53.78 20.53-83.81 30.03l-49.41 14.43C164.51 1221.77 0 1245.75 0 1407.4v119.47c0 37.41 107.47 96.39 272.88 142.29h.07C402.15 1705 566.72 1733.08 744 1736v-.56h62v.56c177.21-2.92 341.91-31 471.05-66.84h.07c165.41-45.9 272.88-104.88 272.88-142.29V1407.4c0-161.65-164.45-185.63-322.58-230.72l-49.42-14.43c-30.09-9.5-58.55-19.92-83.8-30.03l-87.92-9.5c-50.01 33.25-134.52 67.76-231.28 67.76zM310 644.47c0-68.67 19.55-105.96 49.05-128.13v-.29c-3.77-10.01-6.18-21.74-6.18-36.52 0-235.16 66.35-407.96 345.11-433.94C706.41 19.74 737.57 0 776.69 0c39.35 0 70.67 19.92 78.91 46.03 275.72 27.11 341.54 199.3 341.54 433.5 0 14.78-2.42 26.51-6.18 36.52v.29c29.49 22.17 49.04 59.46 49.04 128.13 0 92.87-32.82 129.21-79.01 147.66-40.26 102.26-107.24 188.36-183.39 245.81C912.39 1087.06 840.99 1116 775 1116c-65.99 0-137.39-28.94-202.6-78.06-76.15-57.45-143.13-143.55-183.39-245.81C342.82 773.68 310 737.34 310 644.47zM675.82 248c0 37.65 44.46 68.18 99.18 68.18 54.73 0 99.25-30.53 99.25-68.18 0-37.65-44.52-68.18-99.25-68.18-54.72 0-99.18 30.53-99.18 68.18zM390.65 644.57c0 61.53 15.74 67.83 28.33 72.85 20.6 8.23 36.95 24.58 45.05 45.22 33.42 84.94 89.14 159.86 156.88 210.94 52.97 39.85 107.65 61.82 154.09 61.82s101.13-21.97 154.09-61.82c67.74-51.08 123.46-126 156.88-210.94 8.1-20.64 24.45-36.99 45.05-45.22 12.59-5.02 28.34-11.32 28.34-72.85 0-60.41-16-66.23-30.09-71.32l-3.35-1.2c-17.42-4.13-33.11-10.54-47.76-17.98-19.74-3.45-38.62-8.49-53.65-12.54C953.62 522.64 901.98 435.22 775 435.22c-126.98 0-178.62 87.42-249.51 106.31-15.02 4.05-33.97 9.09-53.71 12.54-14.59 7.44-30.28 13.85-47.7 17.98l-3.33 1.2c-14.11 5.09-30.1 10.91-30.1 71.32z' style='fill:%23000;fill-rule:nonzero'/%3E%3C/svg%3E");
  mask-size: auto 21px;
}
#content .tile:nth-child(8) .tile__headline::after {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='1550' height='1736' style='shape-rendering:geometricPrecision;text-rendering:geometricPrecision;image-rendering:optimizeQuality;fill-rule:evenodd;clip-rule:evenodd'%3E%3Cpath d='M945.13 677.58h284.5c46.59 0 84.71 38.12 84.71 84.71v356.84h69.47V363.62H166.19v755.51h694.23V762.29c0-46.59 38.12-84.71 84.71-84.71zm369.21 620.61v69.59c0 46.59-38.12 84.71-84.71 84.71h-284.5c-46.59 0-84.71-38.12-84.71-84.71v-69.59H109.48c-13.19 0-31.41-7.55-40.63-13.08-11.76-7.05-18.16-14.18-27.32-23.41-29.21-29.43-30.49-55.51-30.53-93.02v-1.8h83.56v-802.8c0-20.44 17.4-47.86 29.3-57.25 14.35-11.34 35.47-23.32 60.24-23.32h1181.8c45.83 0 89.54 40.99 89.54 80.57v802.8H1539v1.87c-.04 39.05-1.43 63.9-32.03 94.42-9.36 9.34-16.43 16.66-27.69 23.05-33.15 18.84-91.67 11.97-140.23 11.97h-24.71zM775 299.69c30.84 0 30.84 44.76 0 44.76s-30.84-44.76 0-44.76zm163.32 439.37h298.12c12.78 0 23.23 10.46 23.23 23.23v605.49c0 12.78-10.45 23.24-23.23 23.24H938.32c-12.77 0-23.23-10.46-23.23-23.24V762.29c0-12.77 10.46-23.23 23.23-23.23z' style='fill:%23000;stroke:%232b2a29;stroke-width:2.36;stroke-miterlimit:22.9256'/%3E%3C/svg%3E");
  mask-size: 26px auto;
}
#content .tile:nth-child(9) .tile__headline::after {
  mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3C!-- Creator: CorelDRAW 2019 (64-Bit) --%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='1550px' height='1736px' version='1.1' style='shape-rendering:geometricPrecision; text-rendering:geometricPrecision; image-rendering:optimizeQuality; fill-rule:evenodd; clip-rule:evenodd'%0AviewBox='0 0 1550 1736' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cstyle type='text/css'%3E%3C!%5BCDATA%5B .str0 %7Bstroke:%232B2A29;stroke-width:2.36;stroke-miterlimit:22.9256%7D .fil0 %7Bfill:black%7D %5D%5D%3E%3C/style%3E%3C/defs%3E%3Cg id='ÃÂ¡ÃÂ»ÃÂ¾ÃÂ¹_x0020_1'%3E%3Cmetadata id='CorelCorpID_0Corel-Layer'/%3E%3Cpath class='fil0 str0' d='M87.46 1258.22l1375.08 0c38.75,0 70.46,-31.71 70.46,-70.46l0 -639.52c0,-38.75 -31.71,-70.46 -70.46,-70.46l-1375.08 0c-38.75,0 -70.46,31.71 -70.46,70.46l0 639.52c0,38.75 31.71,70.46 70.46,70.46zm604.14 -479.94l42.79 0c5.25,0 9.55,-4.3 9.55,-9.54l0 -27.33c0,-5.24 -4.3,-9.54 -9.55,-9.54l-42.79 0c-5.25,0 -9.54,4.3 -9.54,9.54l0 27.33c0,5.25 4.29,9.54 9.54,9.54zm-124.27 0l42.8 0c5.25,0 9.54,-4.3 9.54,-9.54l0 -27.33c0,-5.24 -4.3,-9.54 -9.54,-9.54l-42.8 0c-5.24,0 -9.54,4.3 -9.54,9.54l0 27.33c0,5.25 4.29,9.54 9.54,9.54zm-123.75 0l42.79 0c5.25,0 9.54,-4.3 9.54,-9.54l0 -27.33c0,-5.24 -4.29,-9.54 -9.54,-9.54l-42.79 0c-5.25,0 -9.55,4.3 -9.55,9.54l0 27.33c0,5.25 4.3,9.54 9.55,9.54zm-124.27 0l42.79 0c5.25,0 9.54,-4.3 9.54,-9.54l0 -27.33c0,-5.24 -4.29,-9.54 -9.54,-9.54l-42.79 0c-5.25,0 -9.54,4.3 -9.54,9.54l0 27.33c0,5.25 4.29,9.54 9.54,9.54zm868.59 0.1l42.79 0c5.25,0 9.54,-4.3 9.54,-9.55l0 -27.32c0,-5.25 -4.29,-9.54 -9.54,-9.54l-42.79 0c-5.25,0 -9.54,4.29 -9.54,9.54l0 27.32c0,5.25 4.29,9.55 9.54,9.55zm-124.27 0l42.79 0c5.25,0 9.55,-4.3 9.55,-9.55l0 -27.32c0,-5.25 -4.3,-9.54 -9.55,-9.54l-42.79 0c-5.25,0 -9.54,4.29 -9.54,9.54l0 27.32c0,5.25 4.29,9.55 9.54,9.55zm-123.76 0l42.8 0c5.25,0 9.54,-4.3 9.54,-9.55l0 -27.32c0,-5.25 -4.29,-9.54 -9.54,-9.54l-42.8 0c-5.24,0 -9.54,4.29 -9.54,9.54l0 27.32c0,5.25 4.3,9.55 9.54,9.55zm-124.26 0l42.79 0c5.25,0 9.54,-4.3 9.54,-9.55l0 -27.32c0,-5.25 -4.29,-9.54 -9.54,-9.54l-42.79 0c-5.25,0 -9.55,4.29 -9.55,9.54l0 27.32c0,5.25 4.3,9.55 9.55,9.55zm-124.01 256.59l42.79 0c5.25,0 9.55,-4.29 9.55,-9.54l0 -27.32c0,-5.25 -4.3,-9.54 -9.55,-9.54l-42.79 0c-5.25,0 -9.54,4.29 -9.54,9.54l0 27.32c0,5.25 4.29,9.54 9.54,9.54zm-124.27 0l42.8 0c5.25,0 9.54,-4.29 9.54,-9.54l0 -27.32c0,-5.25 -4.3,-9.54 -9.54,-9.54l-42.8 0c-5.24,0 -9.54,4.29 -9.54,9.54l0 27.32c0,5.25 4.29,9.54 9.54,9.54zm-123.75 0l42.79 0c5.25,0 9.54,-4.29 9.54,-9.54l0 -27.32c0,-5.25 -4.29,-9.54 -9.54,-9.54l-42.79 0c-5.25,0 -9.55,4.29 -9.55,9.54l0 27.32c0,5.25 4.3,9.54 9.55,9.54zm-124.27 0l42.79 0c5.25,0 9.54,-4.29 9.54,-9.54l0 -27.32c0,-5.25 -4.29,-9.54 -9.54,-9.54l-42.79 0c-5.25,0 -9.54,4.29 -9.54,9.54l0 27.32c0,5.25 4.29,9.54 9.54,9.54zm868.59 0.1l42.79 0c5.25,0 9.54,-4.29 9.54,-9.54l0 -27.33c0,-5.24 -4.29,-9.54 -9.54,-9.54l-42.79 0c-5.25,0 -9.54,4.3 -9.54,9.54l0 27.33c0,5.25 4.29,9.54 9.54,9.54zm-124.27 0l42.79 0c5.25,0 9.55,-4.29 9.55,-9.54l0 -27.33c0,-5.24 -4.3,-9.54 -9.55,-9.54l-42.79 0c-5.25,0 -9.54,4.3 -9.54,9.54l0 27.33c0,5.25 4.29,9.54 9.54,9.54zm-123.76 0l42.8 0c5.25,0 9.54,-4.29 9.54,-9.54l0 -27.33c0,-5.24 -4.29,-9.54 -9.54,-9.54l-42.8 0c-5.24,0 -9.54,4.3 -9.54,9.54l0 27.33c0,5.25 4.3,9.54 9.54,9.54zm-124.26 0l42.79 0c5.25,0 9.54,-4.29 9.54,-9.54l0 -27.33c0,-5.24 -4.29,-9.54 -9.54,-9.54l-42.79 0c-5.25,0 -9.55,4.3 -9.55,9.54l0 27.33c0,5.25 4.3,9.54 9.55,9.54zm-504.95 -129.94l928.68 0c12.62,0 22.95,-10.33 22.95,-22.95l0 -0.51c0,-12.62 -10.33,-22.95 -22.95,-22.95l-928.68 0c-12.62,0 -22.95,10.33 -22.95,22.95l0 0.51c0,12.62 10.33,22.95 22.95,22.95zm463.93 252.92l0.82 0 540.09 0c95.6,0 140.84,-72.97 124.01,-131.75l-77.35 -270.19c-23.44,-81.91 -69.75,-154.96 -154.95,-154.96l-143.5 0c-42.03,0 -84.06,0 -126.09,0 -1.54,-7.73 -3.09,-15.47 -4.64,-23.2l-155.46 0 -5.04 0 -155.46 0c-1.55,7.73 -3.1,15.47 -4.64,23.2 -42.03,0 -84.06,0 -126.09,0l-143.5 0c-85.2,0 -131.51,73.05 -154.95,154.96l-77.35 270.19c-16.83,58.78 28.41,131.75 124.01,131.75l540.09 0z'/%3E%3C/g%3E%3C/svg%3E%0A");
  mask-size: 26px auto;
}
.space-overview__content__heading {
  display: none !important;
}
.space-overview__content .vp-accordion-link-group {
  margin-top: 0;
}
.vp-accordion-link-group:not(:focus):focus-within {
  border-color: var(--border-color) !important;
}
.vp-accordion-link-group a:is(:hover, :focus, :focus-visible) {
  text-decoration: none !important;
}
.hc-main-wrapper .expand-container,
.hc-main-wrapper .panel-macro {
  margin: 0.5rem 0;
}
.error-page .vp-search-bar-container .vp-search-input__input {
  border: 1px solid #385071 !important;
}
@media (min-width: 1024px) {
  .space-overview__content {
    padding-bottom: 5rem;
  }
}
.portal__header__content .portal__header__content__intro--heading {
  color: #414141;
}
@media (min-width: 991px) {
  .portal__header__content .portal__header__content__intro--heading,
  .space-overview__hero__header__content .space-overview__hero__header__content__intro--heading {
    font-size: 38px;
    line-height: normal;
    font-family: var(--vp-font-family-headline);
    font-style: normal;
    font-weight: 500;
  }
  .portal .portal__header,
  .space-overview .space-overview__hero__header {
    position: relative;
    padding-bottom: 0;
    padding-top: 7rem;
    min-height: 250px;
  }
}
@media (max-width: 1023px) {
  .footer .footer--alignment {
    flex-direction: column;
  }
  .footer__logo {
    margin: 0 !important;
  }
}
@media (min-width: 767px) {
  .space-overview__hero__header {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 500px) {
  .modal__content .vp-title-bar {
    gap: 10px;
    padding: 14px;
  }
}