@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-VF.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-display: swap;
}
main .wp-block-columns {
  display: flex !important;
}
main .wp-block-column {
  flex: 1 !important;
}
main .has-small-font-size li {
  font-size: 13px;
  line-height: 14px;
}
main ol, main ul {
  margin-left: 30px;
}
main ol li, main ul li {
  margin-bottom: 5px;
}

.editor-styles-wrapper .wp-block-button__link {
  display: inline-block !important;
  padding: 12px 35px !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  font-variation-settings: "wght" 500 !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  text-align: center !important;
  border-radius: 0 !important;
  background-color: #616060 !important;
  color: #FFF !important;
  border: 2px solid #616060 !important;
}
.editor-styles-wrapper .wp-block-button__link:hover {
  background-color: #FFF !important;
  color: #616060 !important;
}

hr,
hr.wp-block-separator {
  padding: 10px 0;
  margin: 30px 0;
  border: none;
  border-top: 1px solid #616060;
  width: 100%;
}

hr.hr-single-post {
  margin: 10px 0;
}

.page-branding-metrostor hr,
.page-branding-metrostor hr.wp-block-separator {
  border-top: 1px solid #616060;
}

.wp-block-image {
  position: relative;
}
.wp-block-image.size-full img {
  width: 100%;
}
.wp-block-image figure {
  position: relative;
}
.wp-block-image figcaption {
  position: absolute;
  bottom: 0;
  margin: 0;
  padding: 7px 10px 6px;
  color: #FFF;
  width: 100%;
  text-align: center;
  box-shadow: 0px 20px 40px -10px rgba(0, 0, 0, 0.4);
  background: rgba(66, 66, 66, 0.6);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.page-branding-metrostor .wp-block-image figcaption {
  background: rgba(66, 66, 66, 0.6);
}

.alignleft {
  float: left !important;
  margin: 0 20px 20px 0;
}

.alignright {
  float: right !important;
  margin: 0 0 20px 20px;
}

.aligncenter {
  margin: 0 auto !important;
  padding: 0 0 10px;
  text-align: center;
}

.gform_wrapper {
  background-color: #F5F5F5;
  padding: 30px;
}

.gform_button,
.button {
  display: inline-block;
  padding: 8px 35px 7px;
  font-size: 15px;
  font-weight: 500;
  font-variation-settings: "wght" 500;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  border-radius: 99px;
  background-color: #616060;
  color: #FFF !important;
  border: 2px solid #616060;
  cursor: pointer;
}
.gform_button:hover,
.button:hover {
  background-color: #FFF;
  color: #616060 !important;
}

.page-branding-metrostor .gform_button_select_files,
.page-branding-metrostor .gform_button {
  background-color: #616060;
  border: 2px solid #616060;
}
.page-branding-metrostor .gform_button_select_files:hover,
.page-branding-metrostor .gform_button:hover {
  background-color: #FFF;
  color: #616060 !important;
}

.gform_confirmation_message {
  font-size: 19px;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  color: #616060;
}

.page-branding-metrostor .gform_confirmation_message {
  color: #616060;
}

.streetspace-modal--form-get-a-quote, .streetspace-modal--form-gravity {
  max-width: 840px !important;
  padding: 10px 25px 10px !important;
}

.fixed_header {
  z-index: 9000;
  position: fixed;
  width: 100%;
}

.top_header {
  width: 100%;
  height: 40px;
  background-color: #616060;
  color: #FFF;
  padding: 0 15px;
}
@media only screen and (max-width: 1080px) {
  .top_header {
    height: 50px;
  }
}
.top_header .top_header__nav {
  display: flex;
  justify-content: flex-end;
  gap: 30px;
  align-items: center;
  max-width: 1140px;
  margin: 0 auto;
  padding: 5px;
}
@media only screen and (max-width: 1080px) {
  .top_header .top_header__nav {
    justify-content: center;
    gap: 5px;
  }
}
.top_header .top_header__nav .top_header__link {
  display: flex;
  align-items: center;
  color: #FFF;
  text-decoration: none;
  border-radius: 11px;
  padding: 5px 15px;
}
.top_header .top_header__nav .top_header__link:hover {
  background-color: #333;
}
@media only screen and (max-width: 1080px) {
  .top_header .top_header__nav .top_header__link {
    padding: 10px;
  }
}
.top_header .top_header__nav .top_header__link .top_header__link__icon {
  width: 16px;
  height: 16px;
  margin: 0 7px 0 0;
  opacity: 0.5;
}
.top_header .top_header__nav .top_header__link .top_header__link__icon.top_header__link__icon--send_enquiry {
  width: 12px;
}
.top_header .top_header__nav .top_header__link .top_header__link__text,
.top_header .top_header__nav .top_header__link .top_header__link__text--mobile {
  font-size: 13px;
}
@media only screen and (max-width: 1080px) {
  .top_header .top_header__nav .top_header__link .top_header__link__text,
  .top_header .top_header__nav .top_header__link .top_header__link__text--mobile {
    display: none;
  }
}
.top_header .top_header__nav .top_header__link .top_header__link__text--mobile {
  display: none;
}
@media only screen and (max-width: 1080px) {
  .top_header .top_header__nav .top_header__link .top_header__link__text--mobile {
    font-size: 16px;
    display: block;
  }
}
.top_header .top_header__nav .top_header__searchform {
  display: flex;
}
@media only screen and (max-width: 1080px) {
  .top_header .top_header__nav .top_header__searchform {
    display: none;
  }
}
.top_header .top_header__nav .top_header__searchform .top_header__search {
  width: 150px;
  padding: 2px 15px 1px;
  border: none;
  outline: none;
  border-radius: 99px 0 0 99px;
  color: #616060;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-variation-settings: "wght" 400;
  transition: 0.3s;
}
.top_header .top_header__nav .top_header__searchform .top_header__search:focus {
  width: 250px;
  transition: 0.3s;
}
.top_header .top_header__nav .top_header__searchform .top_header__searchform__button {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
  color: #616060;
  background-color: #FFF;
  width: 26px;
  padding: 2px;
  border-radius: 0 99px 99px 0;
}
.top_header .top_header__nav .top_header__my_account {
  position: relative;
  display: flex;
  align-items: center;
}
.top_header .top_header__nav .top_header__my_account .top_header__my_account__button {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #FFF;
  text-decoration: none;
  font-size: 13px;
}
@media only screen and (max-width: 700px) {
  .top_header .top_header__nav .top_header__my_account .top_header__my_account__button .top_header__my_account__button__name {
    display: none;
  }
}
.top_header .top_header__nav .top_header__my_account .top_header__my_account__nav {
  z-index: 9005;
  flex-direction: column;
  position: absolute;
  top: 20px;
  right: 15px;
  width: 150px;
  background-color: #FFF;
  border: 1px solid #FAFAFA;
  box-shadow: 0px 10px 35px -15px rgba(0, 0, 0, 0.5);
  padding: 10px;
  list-style: none;
  display: none;
}
.top_header .top_header__nav .top_header__my_account .top_header__my_account__nav.active {
  display: flex;
}
.top_header .top_header__nav .top_header__my_account .top_header__my_account__nav li {
  text-align: right;
}
.top_header .top_header__nav .top_header__my_account .top_header__my_account__nav li a {
  color: #444444;
  text-decoration: none;
  font-size: 14px;
  padding: 3px 10px;
}
.top_header .top_header__nav .top_header__my_account .top_header__my_account__nav li a:hover {
  text-decoration: underline;
}
.top_header .top_header__nav .top_header__cart {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -10px;
}
.top_header .top_header__nav .top_header__cart a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-branding-metrostor .top_header {
  background-color: #616060;
}
.page-branding-metrostor .top_header .top_header__link:hover {
  background-color: #333;
}
.page-branding-metrostor .top_header .top_header__nav .top_header__searchform .top_header__search {
  color: #444444;
}

.page-header {
  position: relative;
  width: 100%;
  padding-top: 138px;
}
.page-header.page-header--standard {
  background-color: #616060;
}
.page-header.page-header--standard .page-header--hero-image__title {
  max-width: 620px;
  padding: 30px 0;
}
.page-header.page-header--standard .page-header--hero-image__title .h1-title {
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  margin: 0;
}
.page-header.page-header--standard .header-news-date {
  display: inline-block;
  color: #FFF;
  background-color: #333;
  padding: 3px 15px 2px;
  margin: 0 0 1px;
  border-radius: 99px;
  font-size: 14px;
}
.page-header.page-header--news {
  background-color: #616060;
  padding: 0;
}
.page-header.page-header--news .page-header--hero-image__title {
  max-width: 100%;
  padding: 30px 0;
}
.page-header.page-header--news .page-header--hero-image__title .h1-title {
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  margin: 0;
}
.page-header.page-header--news .header-news-date {
  display: inline-block;
  color: #FFF;
  background-color: #333;
  padding: 3px 15px 2px;
  margin: 0 0 1px;
  border-radius: 99px;
  font-size: 14px;
}
.page-header.page-header--hero-image {
  height: 664px;
}
.page-header.page-header--hero-image .page-header--hero-image__image-container {
  width: 100%;
  height: 100%;
}
.page-header.page-header--hero-image .page-header--hero-image__image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-header.page-header--hero-image .page-header--hero-image__title {
  position: absolute;
  bottom: 60px;
  left: 0;
  padding: 15px 25px;
  background: rgba(66, 66, 66, 0.6);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  max-width: 620px;
}
@media only screen and (max-width: 700px) {
  .page-header.page-header--hero-image .page-header--hero-image__title {
    bottom:0px;
  }
}
.page-header.page-header--hero-image .page-header--hero-image__title .h1-title {
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  margin: 0;
}
.page-header.page-header--hero-image .page-header--hero-image__title .header-news-date {
  display: inline-block;
  color: #FFF;
  background-color: #333;
  padding: 3px 15px 2px;
  margin: 0 0 1px;
  border-radius: 99px;
  font-size: 14px;
}
.page-header .page-header--hero-image__subtitle {
  color: #FFF;
  font-size: 15px;
  margin: 5px 0 10px;
}

.page-branding-metrostor .page-header.page-header--hero-image .page-header--hero-image__title,
.page-branding-metrostor .section-hero-slider .hero_slider .hero_slider__slides .hero_slider__slide .hero_slider__infobox__container .hero_slider__infobox,
.page-branding-metrostor .section-hero-slider .hero_slider .hero_slider__nav .hero_slider__nav_marker {
  background: rgba(66, 66, 66, 0.6);
}
.page-branding-metrostor .page-header.page-header--hero-image .page-header--hero-image__title .header-news-date,
.page-branding-metrostor .section-hero-slider .hero_slider .hero_slider__slides .hero_slider__slide .hero_slider__infobox__container .hero_slider__infobox .header-news-date,
.page-branding-metrostor .section-hero-slider .hero_slider .hero_slider__nav .hero_slider__nav_marker .header-news-date {
  background-color: #333;
}

.page-branding-metrostor .page-header.page-header,
.page-branding-metrostor .page-header.page-header--news,
.page-branding-metrostor .page-header.page-header--standard {
  background-color: #616060;
}
.page-branding-metrostor .page-header.page-header .header-news-date,
.page-branding-metrostor .page-header.page-header--news .header-news-date,
.page-branding-metrostor .page-header.page-header--standard .header-news-date {
  background-color: #333;
}

.breadcrumbs {
  background-color: #333;
}
.breadcrumbs .breadcrumbs-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 8px 0 7px;
  overflow-x: auto;
}
.breadcrumbs .breadcrumbs-list li {
  position: relative;
  margin: 0 20px 0 0;
  font-size: 13px;
  color: #FFF;
  cursor: default;
}
.breadcrumbs .breadcrumbs-list li::after {
  position: absolute;
  content: "";
  top: 5px;
  right: -15px;
  width: 10px;
  height: 10px;
  background: url(../images/arrow-breadcrumbs.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 9px 8px;
}
.breadcrumbs .breadcrumbs-list li:last-child {
  padding: 0 5px;
}
.breadcrumbs .breadcrumbs-list li:last-child::after {
  display: none;
}
.breadcrumbs .breadcrumbs-list li a {
  font-size: 13px;
  color: #FFF;
  padding: 5px;
  text-decoration: none;
}
.breadcrumbs .breadcrumbs-list li a:hover {
  text-decoration: underline;
}

.page-branding-metrostor .breadcrumbs {
  background-color: #333;
}

.breadcrumbs.breadcrumbs--grey {
  background-color: #F5F5F5;
}
.breadcrumbs.breadcrumbs--grey .breadcrumbs-list li {
  color: #444444;
}
.breadcrumbs.breadcrumbs--grey .breadcrumbs-list li a {
  color: #444444;
}

.main_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 98px;
  background-color: #FFF;
}
.main_header.mobile {
  height: unset;
}
.main_header .main_header__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}
.main_header .main_header__nav .main_header__logo {
  width: 240px;
  height: 39px;
}
.main_header .main_header__nav ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
}
.main_header .main_header__nav ul li {
  position: relative;
}
.main_header .main_header__nav ul li a {
  font-family: "Montserrat", sans-serif;
  font-variation-settings: "wght" 300, "wdth" 121;
  font-size: 15px;
  color: #616060;
  text-decoration: none;
  padding: 7px 15px;
  border-radius: 99px;
}
.main_header .main_header__nav ul li a:hover {
  background-color: #F5F5F5;
}
.main_header .main_header__nav ul li.has_sub_menu a {
  padding-right: 25px;
}
.main_header .main_header__nav ul li.has_sub_menu a::after {
  position: absolute;
  top: 10px;
  right: 13px;
  content: "";
  width: 6px;
  height: 6px;
  background-image: url(../images/nav-arrow.svg);
}

.main_header .main_header__nav ul#menu-top-menu-metrostor li a {
  color: #444444;
}

.main_header__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main_header__nav .menu-top-menu-mobile-toggle {
  width: 50px;
  height: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/btn-mobile-toggle.svg);
  cursor: pointer;
}
@media only screen and (min-width: 1080px) {
  .main_header__nav .menu-top-menu-mobile-toggle {
    display: none;
  }
}
.main_header__nav .menu-top-menu-metrostor-container ul.sub-menu,
.main_header__nav .menu-top-menu-streetspace-container ul.sub-menu {
  display: none;
  position: absolute;
  top: 28px;
  left: 0;
  margin: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  width: 250px;
  background-color: #FFF;
  box-shadow: 0px 10px 35px -15px rgba(0, 0, 0, 0.5);
  padding: 15px;
}
.main_header__nav .menu-top-menu-metrostor-container ul.sub-menu li,
.main_header__nav .menu-top-menu-streetspace-container ul.sub-menu li {
  position: relative;
}
.main_header__nav .menu-top-menu-metrostor-container li.menu-item-has-children > a,
.main_header__nav .menu-top-menu-streetspace-container li.menu-item-has-children > a {
  padding-right: 25px;
}
.main_header__nav .menu-top-menu-metrostor-container li.menu-item-has-children > a::after,
.main_header__nav .menu-top-menu-streetspace-container li.menu-item-has-children > a::after {
  position: absolute;
  top: 10px;
  right: 13px;
  content: "";
  width: 6px;
  height: 6px;
  background-image: url(../images/nav-arrow.svg);
}
.main_header__nav .menu-top-menu-metrostor-container li.menu-item-has-children:last-of-type ul.sub-menu,
.main_header__nav .menu-top-menu-streetspace-container li.menu-item-has-children:last-of-type ul.sub-menu {
  position: absolute;
  left: -100px;
  align-items: flex-end;
}
.main_header__nav .menu-top-menu-metrostor-container li.menu-item-has-children:hover ul.sub-menu,
.main_header__nav .menu-top-menu-streetspace-container li.menu-item-has-children:hover ul.sub-menu {
  display: flex;
}
@media only screen and (max-width: 1080px) {
  .main_header__nav .menu-top-menu-metrostor-container,
  .main_header__nav .menu-top-menu-streetspace-container {
    display: none;
  }
  .main_header__nav .menu-top-menu-metrostor-container.active,
  .main_header__nav .menu-top-menu-streetspace-container.active {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .main_header__nav .menu-top-menu-metrostor-container.active > ul,
  .main_header__nav .menu-top-menu-streetspace-container.active > ul {
    display: flex;
  }
  .main_header__nav .menu-top-menu-metrostor-container.active ul,
  .main_header__nav .menu-top-menu-streetspace-container.active ul {
    padding: 20px 0;
    position: relative;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
  .main_header__nav .menu-top-menu-metrostor-container.active li.menu-item-has-children:hover ul.sub-menu,
  .main_header__nav .menu-top-menu-streetspace-container.active li.menu-item-has-children:hover ul.sub-menu {
    display: none;
  }
  .main_header__nav .menu-top-menu-metrostor-container.active li.menu-item-has-children.active ul.sub-menu,
  .main_header__nav .menu-top-menu-streetspace-container.active li.menu-item-has-children.active ul.sub-menu {
    position: relative !important;
    display: flex;
    align-items: flex-start;
    left: 0;
    border-bottom: 1px solid #EEE;
    margin: -20px 0 30px;
    padding: 10px 30px 10px;
    width: 100%;
  }
}

.mega-menu {
  display: none;
  z-index: 990;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mega-menu.active {
  display: block;
}
.mega-menu.active .mega-menu__overlay {
  opacity: 0.1;
  transition: opacity 0.3s ease-out;
}
.mega-menu.active .mega-menu__content {
  transform: scale(1) translateX(-50%);
  transition: transform 1.3s ease-out;
}
.mega-menu .mega-menu__overlay {
  z-index: 990;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.mega-menu .mega-menu__content {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  z-index: 991;
  position: fixed;
  top: 70px;
  left: 50%;
  width: 820px;
  overflow: hidden;
  background-color: #F5F5F5;
  box-shadow: 0px 20px 40px -10px rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 1080px) {
  .mega-menu .mega-menu__content {
    top: 50px;
    width: 100%;
  }
}
.mega-menu .mega-menu__content .mega-menu__level1 {
  position: relative;
}
.mega-menu .mega-menu__content .mega-menu__level1 .level1-back-btn {
  position: absolute;
  top: 55px;
  left: 30px;
  width: 12px;
  height: 18px;
  background-image: url(../images/btn-megamenu-back.svg);
}
.mega-menu .mega-menu__content .mega-menu__level1 .level1-back-btn:hover {
  cursor: pointer;
  background-image: url(../images/btn-megamenu-back-blue.svg);
}
.mega-menu .mega-menu__content .mega-menu__level1 .mega-menu__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
  padding: 50px 50px 50px 80px;
}
@media only screen and (max-width: 1080px) {
  .mega-menu .mega-menu__content .mega-menu__level1 .mega-menu__list {
    padding: 50px 20px;
  }
}
.mega-menu .mega-menu__content .mega-menu__level1 .mega-menu__list .mega-menu__item a {
  display: block;
  position: relative;
  padding: 3px 80px 2px 20px;
  text-decoration: none;
  color: #444444;
  border-radius: 15px;
  border: 1px solid transparent;
}
.mega-menu .mega-menu__content .mega-menu__level1 .mega-menu__list .mega-menu__item a::after {
  content: "";
  position: absolute;
  top: 6px;
  right: 16px;
  height: 18px;
  width: 12px;
  background-image: url(../images/btn-megamenu-next.svg);
}
.mega-menu .mega-menu__content .mega-menu__level1 .mega-menu__list .mega-menu__item a:hover {
  border: 1px solid #616060;
}
.mega-menu .mega-menu__content .mega-menu__level2 {
  position: absolute;
  width: 820px;
  height: 100%;
  right: -820px;
  top: 0;
  background-color: #FFF;
  transition: all 0.6s ease-in;
}
@media only screen and (max-width: 1080px) {
  .mega-menu .mega-menu__content .mega-menu__level2 {
    width: 100%;
    right: -100%;
  }
}
.mega-menu .mega-menu__content .mega-menu__level2.active {
  right: -70px;
  transition: all 0.6s ease-out;
}
@media only screen and (max-width: 1080px) {
  .mega-menu .mega-menu__content .mega-menu__level2.active {
    right: 0px;
  }
}
.mega-menu .mega-menu__content .mega-menu__level2 .show-mobile {
  display: none;
}
@media only screen and (max-width: 1080px) {
  .mega-menu .mega-menu__content .mega-menu__level2 .show-mobile {
    display: block;
  }
}
.mega-menu .mega-menu__content .mega-menu__level2 .level2-back-btn-mobile {
  display: none;
  position: absolute;
  top: 55px;
  left: 30px;
  width: 12px;
  height: 18px;
  background-image: url(../images/btn-megamenu-back.svg);
}
.mega-menu .mega-menu__content .mega-menu__level2 .level2-back-btn-mobile:hover {
  cursor: pointer;
  background-image: url(../images/btn-megamenu-back-blue.svg);
}
.mega-menu .mega-menu__content .mega-menu__level2 .mega-menu__level2__content {
  padding: 48px 50px;
}
.mega-menu .mega-menu__content .mega-menu__level2 .mega-menu__level2__content .mega-menu__level2__title {
  font-variation-settings: "wght" 200;
  font-size: 24px;
  margin: 0 0 20px 18px;
}
.mega-menu .mega-menu__content .mega-menu__level2 .mega-menu__level2__content .mega-menu__list {
  display: none;
  flex-direction: column;
  gap: 10px;
  list-style: none;
  margin: 0;
}
.mega-menu .mega-menu__content .mega-menu__level2 .mega-menu__level2__content .mega-menu__list.active {
  display: flex;
}
.mega-menu .mega-menu__content .mega-menu__level2 .mega-menu__level2__content .mega-menu__list .mega-menu__item a {
  display: block;
  position: relative;
  width: 380px;
  padding: 3px 80px 2px 20px;
  text-decoration: none;
  color: #444444;
  border-radius: 15px;
  border: 1px solid transparent;
}
.mega-menu .mega-menu__content .mega-menu__level2 .mega-menu__level2__content .mega-menu__list .mega-menu__item a::after {
  content: "";
  position: absolute;
  top: 6px;
  right: 16px;
  height: 18px;
  width: 12px;
  background-image: url(../images/btn-megamenu-next.svg);
}
.mega-menu .mega-menu__content .mega-menu__level2 .mega-menu__level2__content .mega-menu__list .mega-menu__item a.no-arrow::after {
  background-image: none;
}
.mega-menu .mega-menu__content .mega-menu__level2 .mega-menu__level2__content .mega-menu__list .mega-menu__item a:hover {
  border: 1px solid #616060;
}
.mega-menu .mega-menu__content .mega-menu__level3 {
  position: absolute;
  top: 100px;
  right: 50px;
  z-index: 9999;
}
@media only screen and (max-width: 1080px) {
  .mega-menu .mega-menu__content .mega-menu__level3 {
    display: none;
  }
}
.mega-menu .mega-menu__content .mega-menu__level3 .mega-menu__level3__content {
  display: none;
}
.mega-menu .mega-menu__content .mega-menu__level3 .mega-menu__level3__content.active {
  display: block;
}
.mega-menu .mega-menu__content .mega-menu__level3 .mega-menu__level3__content .mega-menu__product-image-container {
  width: 200px;
}

.section-hero-slider .hero_slider {
  position: relative;
  padding-bottom: 40px;
  overflow: hidden;
  height: 600px;
  width: 100vw;
}
.section-hero-slider .hero_slider .hero_slider__slides {
  position: relative;
  width: 100%;
  height: 600px;
}
.section-hero-slider .hero_slider .hero_slider__slides .hero_slider__slide {
  position: absolute;
  height: 600px;
  opacity: 0;
  transition: opacity 0.5s ease-out;
}
.section-hero-slider .hero_slider .hero_slider__slides .hero_slider__slide.active {
  opacity: 1;
  transition: opacity 0.5s ease-out;
}
.section-hero-slider .hero_slider .hero_slider__slides .hero_slider__slide .hero_slider__image {
  width: 100vw;
  height: 100%;
}
.section-hero-slider .hero_slider .hero_slider__slides .hero_slider__slide .hero_slider__image img {
  width: 100vw;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-hero-slider .hero_slider .hero_slider__slides .hero_slider__slide .hero_slider__infobox__container {
  max-width: 1140px;
  padding: 0 15px;
  margin: 0 auto;
}
.section-hero-slider .hero_slider .hero_slider__slides .hero_slider__slide .hero_slider__infobox__container .hero_slider__infobox {
  z-index: 10;
  position: absolute;
  top: 380px;
  left: 20px;
  width: 100%;
  max-width: calc(100vw - 40px);
  padding: 15px 30px;
  color: #FFF;
  background: rgba(66, 66, 66, 0.6);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.section-hero-slider .hero_slider .hero_slider__slides .hero_slider__slide .hero_slider__infobox__container .hero_slider__infobox .hero_slider__infobox__title {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1080px) {
  .section-hero-slider .hero_slider .hero_slider__slides .hero_slider__slide .hero_slider__infobox__container .hero_slider__infobox .hero_slider__infobox__title {
    line-height: 1.1;
    font-size: 25px;
  }
}
.section-hero-slider .hero_slider .hero_slider__slides .hero_slider__slide .hero_slider__infobox__container .hero_slider__infobox .hero_slider__infobox__text {
  font-size: 15px;
  line-height: 1.4;
  text-align: justify;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-variation-settings: "wght" 500;
}
@media only screen and (max-width: 1080px) {
  .section-hero-slider .hero_slider .hero_slider__slides .hero_slider__slide .hero_slider__infobox__container .hero_slider__infobox .hero_slider__infobox__text {
    line-height: 1.1;
  }
}
.section-hero-slider .hero_slider .hero_slider__slides .hero_slider__slide .hero_slider__infobox__container .hero_slider__infobox .hero_slider__infobox__text a {
  color: #FFF;
  text-decoration: none;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-variation-settings: "wght" 500;
}
.section-hero-slider .hero_slider .hero_slider__nav {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 47px;
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.section-hero-slider .hero_slider .hero_slider__nav .hero_slider__nav_marker {
  z-index: -1;
  position: absolute;
  top: 0;
  height: 47px;
  background: rgba(66, 66, 66, 0.6);
  transition: ease-out 0.3s;
  opacity: 0;
  left: 0;
  width: 200px;
}
.section-hero-slider .hero_slider .hero_slider__nav .hero_slider__nav_buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3px;
}
.section-hero-slider .hero_slider .hero_slider__nav .hero_slider__nav_buttons button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  min-height: 41px;
  padding: 9px 0;
  border-radius: 99px;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  color: #FFF;
  cursor: pointer;
  background: unset;
  outline: none;
  border: none;
  text-decoration: none;
  font-weight: 400;
  font-variation-settings: "wght" 400;
  transition: 0.3s;
}
.section-hero-slider .hero_slider .hero_slider__nav .hero_slider__nav_buttons button:hover {
  font-weight: 700;
  font-variation-settings: "wght" 700;
  transition: 0.3s;
}
@media only screen and (max-width: 700px) {
  .section-hero-slider .hero_slider .hero_slider__nav .hero_slider__nav_buttons button {
    color: #cdc8c8 !important;
  }
}
.section-hero-slider .hero_slider .hero_slider__nav .hero_slider__nav_buttons button.active {
  font-weight: 700;
  font-variation-settings: "wght" 700;
  transition: 0.3s;
}
.section-hero-slider .hero_slider .hero_slider__nav .hero_slider__nav_buttons button .hero_slider__nav_mobile-button-content {
  pointer-events: none;
  display: block;
  width: 10px;
  height: 10px;
  background-color: #FFF;
  opacity: 0.6;
  border-radius: 50%;
  transition: all 1s ease-out;
}
.section-hero-slider .hero_slider .hero_slider__nav .hero_slider__nav_buttons button.active .hero_slider__nav_mobile-button-content {
  border-radius: 0;
  opacity: 1;
  transition: all 0.6s ease-out;
}
@media only screen and (max-width: 700px) {
  .section-hero-slider .hero_slider .hero_slider__slides {
    padding: 70px 0;
  }
  .section-hero-slider .hero_slider .hero_slider__slides .hero_slider__slide .hero_slider__infobox__container {
    padding: 0px;
  }
  .section-hero-slider .hero_slider .hero_slider__slides {
    height: 500px;
  }
  .section-hero-slider .hero_slider .hero_slider__slides .hero_slider__slide {
    height: 400px;
  }
  .section-hero-slider .hero_slider .hero_slider__slides .hero_slider__slide .hero_slider__infobox__container .hero_slider__infobox .hero_slider__infobox__text {
    font-size: 14px;
  }
  .section-hero-slider .hero_slider .hero_slider__slides .hero_slider__slide .hero_slider__infobox__container .hero_slider__infobox {
    top: unset;
    bottom: -83px;
    left: 0px;
    padding: 12px 20px;
  }
  .section-hero-slider .hero_slider .hero_slider__nav {
    bottom: 0px;
    background: rgba(66, 66, 66, 0.3);

  }
}
.section-intro {
  padding: 50px 0 30px;
}
.section-intro.section-intro--grey {
  background-color: #F2F2F2;
}

.section-sectors {
  padding: 70px 0 0;
}

.section-news {
  padding: 70px 0 0;
}

.section-hero-image {
  position: relative;
  height: 400px;
}
.section-hero-image .section-hero-image__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-hero-image .section-hero-image__title {
  position: absolute;
  bottom: 60px;
  left: 0;
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  padding: 5px 20px;
  background: rgba(66, 66, 66, 0.6);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.case-studies-filter-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  list-style: none;
  margin: 0 auto 50px;
}
.case-studies-filter-nav li a {
  color: #616060;
  font-size: 15px;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  cursor: pointer;
}

.case-studies-list {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  flex-wrap: wrap;
  transition: all 1s ease-in-out;
}
.case-studies-list.case-studies-list--no-isotope {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 1080px) {
  .case-studies-list.case-studies-list--no-isotope {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 600px) {
  .case-studies-list.case-studies-list--no-isotope {
    grid-template-columns: repeat(2, 1fr);
  }
}
.case-studies-list .streetspace-case-study-item .streetspace-case-study-item__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
  background-color: #FFF;
  cursor: pointer;
  transition: box-shadow 0.3s ease-in-out;
  transform-origin: center;
  transform: scale(1);
  transition: all 0.6s ease-in-out;
  width: 245px;
  margin: 0 10px 10px;
}
@media only screen and (max-width: 600px) {
  .case-studies-list .streetspace-case-study-item .streetspace-case-study-item__content {
    width: 220px;
  }
}
.case-studies-list .streetspace-case-study-item .streetspace-case-study-item__content:hover {
  box-shadow: 0px 20px 40px -10px rgba(0, 0, 0, 0.4);
  transition: box-shadow 0.3s ease-in-out;
}
.case-studies-list .streetspace-case-study-item .streetspace-case-study-item__content a {
  display: block;
  text-decoration: none;
}
.case-studies-list .streetspace-case-study-item .streetspace-case-study-item__content .streetspace-case-study__thumbnail {
  position: relative;
  width: 245px;
  height: 170px;
}
@media only screen and (max-width: 600px) {
  .case-studies-list .streetspace-case-study-item .streetspace-case-study-item__content .streetspace-case-study__thumbnail {
    width: 220px;
  }
}
.case-studies-list .streetspace-case-study-item .streetspace-case-study-item__content .streetspace-case-study__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.case-studies-list .streetspace-case-study-item .streetspace-case-study-item__content .streetspace-case-study__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px 8px 5px;
}
.case-studies-list .streetspace-case-study-item .streetspace-case-study-item__content .streetspace-case-study__content .streetspace-case-study__title {
  font-size: 16px;
  color: #616060;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  line-height: 1.3;
  text-align: center;
}

.page-branding-metrostor .case-studies-list .streetspace-case-study-item .streetspace-case-study-item__content .streetspace-case-study__content .streetspace-case-study__title {
  color: #616060;
}

@media only screen and (max-width: 768px) {
  .case-studies-list .streetspace-case-study-item .streetspace-case-study-item__content {
    width: 180px;
  }
  .case-studies-list .streetspace-case-study-item .streetspace-case-study-item__content .streetspace-case-study__thumbnail {
    position: relative;
    width: 180px;
    height: 80px;
  }
  .case-studies-list .streetspace-case-study-item .streetspace-case-study-item__content .streetspace-case-study__content .streetspace-case-study__title {
    font-size: 14px;
  }
}
@media only screen and (max-width: 418px) {
  .case-studies-list .streetspace-case-study-item .streetspace-case-study-item__content {
    width: 150px;
  }
  .case-studies-list .streetspace-case-study-item .streetspace-case-study-item__content .streetspace-case-study__thumbnail {
    position: relative;
    width: 150px;
    height: 80px;
  }
}
.section-client-testimonials-list {
  margin: 60px 0;
}
.section-client-testimonials-list .client-testimonials-list {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.section-client-testimonials-list .client-testimonials-list .streetspace-client-testimonial-item {
  display: flex;
  gap: 50px;
}
.section-client-testimonials-list .client-testimonials-list .streetspace-client-testimonial-item .streetspace-client-testimonial__thumbnail {
  flex: 0.3;
}
.section-client-testimonials-list .client-testimonials-list .streetspace-client-testimonial-item .streetspace-client-testimonial__content {
  flex: 0.6;
}
.section-client-testimonials-list .client-testimonials-list .streetspace-client-testimonial-item .streetspace-client-testimonial__content .streetspace-client-testimonial__name {
  display: block;
  color: #616060;
  font-weight: 500;
  font-variation-settings: "wght" 500;
}
.section-client-testimonials-list .client-testimonials-list .streetspace-client-testimonial-item .streetspace-client-testimonial__content .streetspace-client-testimonial__position {
  display: block;
}

.main--no-padding {
  padding: 0;
}
.main--no-padding .section-video-list {
  background-color: #F5F5F5;
  padding: 50px 0;
}

.videos-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
@media only screen and (max-width: 1080px) {
  .videos-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 600px) {
  .videos-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.videos-list .streetspace-video-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
  background-color: #FFF;
  cursor: pointer;
  transition: box-shadow 0.3s ease-in-out;
}
.videos-list .streetspace-video-item:hover {
  box-shadow: 0px 20px 40px -10px rgba(0, 0, 0, 0.4);
  transition: box-shadow 0.3s ease-in-out;
}
.videos-list .streetspace-video-item:hover .streetspace-video__thumbnail .streetspace-video__play-icon {
  transform: translate(-50%, -50%) scale(1.2);
  transition: transform 0.2s ease-out;
}
.videos-list .streetspace-video-item .streetspace-video__thumbnail {
  position: relative;
  width: 350px;
  height: 194px;
}
@media only screen and (max-width: 1080px) {
  .videos-list .streetspace-video-item .streetspace-video__thumbnail {
    width: 100%;
  }
}
.videos-list .streetspace-video-item .streetspace-video__thumbnail .streetspace-video__play-icon {
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(66, 66, 66, 0.6);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  transform: translate(-50%, -50%) scale(1);
  transition: transform 0.2s ease-out;
}
.videos-list .streetspace-video-item .streetspace-video__thumbnail .streetspace-video__play-icon:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-42%, -50%);
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 30px;
  border-color: transparent transparent transparent #FFF;
}
.videos-list .streetspace-video-item .streetspace-video__thumbnail .streetspace-video__play-icon.streetspace-video__play-icon--metrostor {
  background: rgba(66, 66, 66, 0.6);
}
.videos-list .streetspace-video-item .streetspace-video__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.videos-list .streetspace-video-item .streetspace-video__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 15px 20px 10px;
}
.videos-list .streetspace-video-item .video-content-block {
  padding: 10px 10px 10px;
}
.videos-list .streetspace-video-item .streetspace-video__content .streetspace-video__title {
  font-size: 21px;
  color: #444444;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  line-height: 1.3;
}
.videos-list .streetspace-video-item .streetspace-video__content .video-title-block {
  font-size: 17px;
}
.videos-list .streetspace-video-item .streetspace-video__content .streetspace-video__excerpt {
  font-size: 15px;
  color: #444444;
  font-weight: 300;
  font-variation-settings: "wght" 300;
}

.page-branding-metrostor .videos-list .streetspace-video-item .streetspace-video__thumbnail .streetspace-video__play-icon {
  background: rgba(66, 66, 66, 0.6);
}

.video-overlay {
  z-index: 9100;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
}

.aspect-ratio {
  position: relative;
  width: 80%;
  aspect-ratio: 16/9;
}
.aspect-ratio iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.main-footer .footer__cta {
  padding: 17px;
  background-color: #616060;
  color: #FFF;
}
.main-footer .footer__cta-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}
.main-footer .footer__cta-content .h2 {
  color: #FFF;
  font-size: 22px;
  font-weight: 700;
}
.main-footer .footer__cta-content .footer__socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: #FFF;
}
.main-footer .footer__cta-content .footer__socials .footer__social-link {
  display: block;
  width: 35px;
  color: inherit;
}
.main-footer .footer__cta-content .footer__socials .footer__social-link:hover {
  color: #EEE;
}
.main-footer .footer__cta-content .footer__subscribe-btn {
  padding: 11px 17px 9px;
  color: #616060 !important;
}
.main-footer .footer__cta-content .footer__subscribe-btn:hover {
  color: #FFF !important;
}
.main-footer .footer__links {
  padding: 60px 0;
  background-color: #333;
  color: #FFF;
}
.main-footer .footer__links .footer__links-content {
  display: flex;
  flex-direction: column;
  max-width: 1140px;
  margin: 0 auto;
}
.main-footer .footer__links .footer__links-content .footer__links-grid {
  display: flex;
  justify-content: space-between;
  flex: 1;
}
.main-footer .footer__links .footer__links-content .footer__links-grid .footer__links-ul {
  list-style: none;
}
.main-footer .footer__links .footer__links-content .footer__links-grid .footer__links-ul li {
  color: #FFF;
  margin-bottom: 3px;
}
.main-footer .footer__links .footer__links-content .footer__links-grid .footer__links-ul li a {
  color: inherit;
  text-decoration: none;
}
.main-footer .footer__links .footer__links-content .footer__links-grid .footer__links-ul li a:hover {
  color: #b4b4b4;
}
.main-footer .footer__links .footer__links-content .footer__copyright {
  padding: 26px 0 20px;
  display: flex;
  justify-content: space-between;
}
.main-footer .footer__links .footer__links-content .footer__copyright .footer__copyright-text {
  font-size: 12px;
}

.page-branding-metrostor .main-footer .footer__cta {
  background-color: #616060;
}
.page-branding-metrostor .main-footer .footer__cta .footer__cta-content .footer__subscribe-btn {
  color: #616060 !important;
}
.page-branding-metrostor .main-footer .footer__cta .footer__cta-content .footer__subscribe-btn:hover {
  color: #FFF !important;
}

@media only screen and (max-width: 1140px) {
  .footer__cta .footer__cta-content {
    flex-direction: column;
    gap: 10px;
    padding-bottom: 10px;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .footer__links .footer__links-content .footer__links-grid {
    flex-direction: column;
    align-items: center;
  }
  .footer__links .footer__links-content .footer__links-grid .menu-footer-menu-left-container,
  .footer__links .footer__links-content .footer__links-grid .menu-footer-menu-right-container,
  .footer__links .footer__links-content .footer__links-grid .footer__links-ul {
    margin: 0;
    width: calc(100% - 40px);
    margin-bottom: 10px;
  }
  .footer__copyright {
    flex-direction: column;
    align-items: center;
  }
}
.thanks-for-registering-box {
  display: inline-flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  background-color: #F5F5F5;
  margin: 0 0 40px;
  padding: 30px 40px 30px;
}
.thanks-for-registering-box .btn-dont-show-again {
  display: inline;
  width: 250px;
}

.members-area__header {
  position: absolute;
  width: 100%;
  height: 44px;
  padding: 10px 20px 5px;
  background-color: #616060;
}
.members-area__header a {
  color: #FFF !important;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  font-variation-settings: "wght" 400;
}

.members-area__top-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 3px;
  padding-top: 44px;
  margin: 0;
  list-style: none;
  background-color: #F5F5F5;
}
.members-area__top-nav li a {
  display: block;
  text-decoration: none;
  color: #444444;
  color: #616060;
  font-size: 15px;
  padding: 6px 12px 5px;
}
.members-area__top-nav li a:hover {
  background-color: #FAFAFA;
}

.members-area-section {
  margin: 30px auto 50px;
}
.members-area-section .notifications-list {
  list-style: none;
}
.members-area-section .notifications-list .notifications-list__item {
  position: relative;
  background-color: #F5F5F5;
  padding: 10px 20px;
  margin-bottom: 15px;
}
.members-area-section .notifications-list .notifications-list__item .notifications-list__btn-delete {
  position: absolute;
  right: 7px;
  top: 5px;
  width: 30px;
  height: 30px;
  background-image: url(../images/btn-members-area-close.svg);
  background-position: center;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  cursor: pointer;
}
.members-area-section .notifications-list .notifications-list__item .notifications-list__btn-delete:hover {
  background-color: #FFF;
}
.members-area-section .notifications-list .notifications-list__item .notifications-list__date {
  font-size: 12px;
}
.members-area-section .notifications-list .notifications-list__item .notifications-list__content {
  color: #616060;
}

.members-area-section--downloads .download {
  display: block;
  margin-bottom: 20px;
}
.members-area-section--downloads .download .download__header {
  display: flex;
  justify-content: space-between;
  background-color: #616060;
  cursor: pointer;
}
.members-area-section--downloads .download .download__header h3 {
  position: relative;
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  font-variation-settings: "wght" 500;
  margin: 12px 22px 0;
}
.members-area-section--downloads .download .download__header .download__header-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #333;
  cursor: pointer;
}
.members-area-section--downloads .download .download__header .download__header-btn .download__header-btn-icon {
  transform: rotate(0deg);
  transition: transform 0.3s ease-out;
}
.members-area-section--downloads .download .download__header:hover .download__header-btn {
  background-color: transparent;
}
.members-area-section--downloads .download .download__content {
  display: none;
  background-color: #F5F5F5;
  padding: 30px;
}
.members-area-section--downloads .download .download__content h4 {
  color: #444444;
}
.members-area-section--downloads .download .download__content .product-specs-table__table {
  margin-bottom: 30px;
}
.members-area-section--downloads .download .download__content .product-specs-table__table .btn-download-file:hover {
  text-decoration: underline;
}
.members-area-section--downloads .download .download__content .product-specs-table__table .btn-download-file.disabled {
  color: #808080;
  cursor: default;
}
.members-area-section--downloads .download .download__content .product-specs-table__table .btn-download-file.disabled:hover {
  text-decoration: none;
}
.members-area-section--downloads .download .download__content .product-specs-table__table .btn-download-options {
  width: 20px;
  height: 20px;
  background-image: url(../images/btn-members-area-options.svg);
  background-position: center;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  cursor: pointer;
}
.members-area-section--downloads .download .download__content .product-specs-table__table .options-column {
  position: relative;
}
.members-area-section--downloads .download .download__content .product-specs-table__table .options-column .download-options-menu {
  display: none;
  position: absolute;
  top: 3px;
  left: 40px;
  background-color: #FFF;
  border: 1px solid #CCC;
  padding: 3px 10px;
}
.members-area-section--downloads .download .download__content .product-specs-table__table .options-column .download-options-menu a {
  font-size: 14px;
  color: #444444;
}
.members-area-section--downloads .download .download__content .product-specs-table__table .options-column .download-options-menu a:hover {
  text-decoration: underline;
}
.members-area-section--downloads .download .download__content .product-specs-table__table .options-column .download-options-menu.active {
  display: block;
}
.members-area-section--downloads .download.active {
  margin-bottom: 50px;
}
.members-area-section--downloads .download.active .download__header .download__header-btn .download__header-btn-icon {
  transform: rotate(180deg);
  transition: transform 0.3s ease-out;
}
.members-area-section--downloads .download.branding-metrostor .download__header {
  background-color: #616060;
}
.members-area-section--downloads .download.branding-metrostor .download__header-btn {
  background-color: #333;
}
.members-area-section--downloads .download.branding-metrostor .btn-download-file {
  color: #616060;
}

.members-area-settings {
  margin: 50px auto 20px;
}
.members-area-settings .settings-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background-color: #F5F5F5;
  margin-bottom: 20px;
  padding: 20px 20px;
}
.members-area-settings .settings-group select {
  width: 200px;
  padding: 3px 6px;
  border-radius: 0;
  border: 1px solid #CCC;
}
.members-area-settings .settings-group select:focus {
  outline: none;
  border: 1px solid #616060;
}
.members-area-settings .members-area-settings__save-btn-container {
  margin: 50px 0;
}
.members-area-settings .btn-delete-my-members-area {
  text-decoration: none;
  border: 1px solid #CCC;
  padding: 3px 10px;
}
.members-area-settings .btn-delete-my-members-area:hover {
  background-color: #D00;
  border: 1px solid #D00;
  color: #FFF;
}

.streetspace-overlay {
  z-index: 9990;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
}

.streetspace-ajax-spinner {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
}

.streetspace-ajax-spinner svg {
  /* animation: rotate-ajax-spinner 2s ease-in-out infinite both; */
  animation: rotate-ajax-spinner 1s cubic-bezier(0.645, 0.045, 0.355, 1) infinite both;
}

@keyframes rotate-ajax-spinner {
  0% {
    transform: scale(1) rotateZ(0);
  }
  100% {
    transform: scale(1) rotateZ(360deg);
  }
}
.info--settings-saved {
  color: green;
  font-size: 18px;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  padding-bottom: 10px;
}

.streetspace-modal--error-message {
  font-size: 18px;
  font-weight: 500;
  font-variation-settings: "wght" 500;
  background-color: #FFF;
  color: #D00;
  padding: 30px 40px;
}

.streetspace-modal--tried-download-when-logged-out {
  display: flex;
  flex-direction: column;
  justify-items: center;
  gap: 10px;
  text-align: center;
}
.streetspace-modal--tried-download-when-logged-out span {
  color: #616060;
}
.streetspace-modal--tried-download-when-logged-out .modal-buttons {
  display: flex;
  gap: 20px;
}
.streetspace-modal--tried-download-when-logged-out .modal-buttons .btn-modal-tried-download {
  display: block;
}
.streetspace-modal--tried-download-when-logged-out .modal-buttons .btn-modal-tried-download--yes:hover {
  border: 2px solid #616060;
}
.streetspace-modal--tried-download-when-logged-out .modal-buttons .btn-modal-tried-download--no {
  border: 2px solid #F5F5F5;
}
.streetspace-modal--tried-download-when-logged-out .modal-buttons .btn-modal-tried-download--no:hover {
  border: 2px solid #616060;
}

.product-specs__tab-content p {
  font-size: 13px;
}

.product-specs-table {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 40px;
}
.product-specs-table .product-specs-table__image {
  flex: 0.25;
}
.product-specs-table .product-specs-table__table {
  flex: 0.9;
  flex-grow: 1;
  border-spacing: 0;
  border-collapse: separate;
}
.product-specs-table .product-specs-table__table tr.tableHeader {
  padding: 10px 0;
}
.product-specs-table .product-specs-table__table th {
  padding: 10px 12px;
  border-top: 1px solid #CCC;
  text-align: left;
  font-size: 11px;
  font-weight: 700;
  font-variation-settings: "wght" 700;
}
.product-specs-table .product-specs-table__table th span {
  text-align: left;
  font-size: 11px;
  font-weight: 300;
  font-variation-settings: "wght" 300;
}
.product-specs-table .product-specs-table__table td {
  padding: 10px 12px;
  font-size: 11px;
  border-top: 1px solid #CCC;
}
.product-specs-table .product-specs-table__table td:first-of-type {
  font-weight: 700;
  font-variation-settings: "wght" 700;
}
.product-specs-table .product-specs-table__table td a {
  font-size: 11px;
  text-decoration: none;
}
.product-specs-table .product-specs-table__table td a.btn-download-asset--disabled {
  color: #CCC;
}

.section-bottom-of-products-page-links {
  padding: 50px 0 0;
  background: rgb(245, 245, 245);
  background: linear-gradient(180deg, rgb(245, 245, 245) 0%, rgb(255, 255, 255) 100%);
}

.table-container-wrapper {
    position: relative;
    flex: 0.9;
}
.table-container {
    overflow-x: auto;
    /*white-space: nowrap;*/
    width: 100%;
    scroll-behavior: smooth;
}
.scroll-buttons {
  display: none;
}
@media only screen and (max-width: 768px) {
  .product-specs-table {
    display: block;
    width: 100%;
    margin-bottom: 40px;
  }
  .scroll-buttons {
      display: flex;
      justify-content: space-between;
      align-items: center;
      color: #000;
      padding: 10px;
      border-radius: 5px;
      margin-bottom: 10px;
  }
  .scroll-button {
      background-color: #616060;
      color: white;
      border: none;
      padding: 5px 10px;
      cursor: pointer;
      z-index: 10;
  }
  .scroll-button.disabled {
      background-color: rgba(0, 0, 0, 0.2);
      cursor: not-allowed;
  }
  div.content-html {
    display: block;
    width: 100%;
    overflow-x: auto;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  display: inline-flex;
  flex-direction: column;
  background-color: #F5F5F5;
  padding: 20px 0;
  list-style: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 3px 30px 2px;
  color: #616060;
  text-decoration: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
  background-color: #FAFAFA;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #616060;
  border: 2px solid #616060;
  border-radius: 99px;
  font-weight: 500;
  font-variation-settings: "wght" 500;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  color: #616060;
  background-color: #FFF;
}

.woocommerce .cart .button,
.woocommerce .cart input.button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  border-radius: 99px;
  font-weight: 500;
  font-variation-settings: "wght" 500;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  padding: 5px 10px;
}

.woocommerce-EditAccountForm.edit-account fieldset {
  background-color: #F5F5F5;
  border: 1px solid #FAFAFA;
  outline: none;
  margin: 30px 0px 50px;
  padding: 20px;
}
.woocommerce-EditAccountForm.edit-account fieldset legend {
  background-color: #F5F5F5;
  padding: 5px 20px;
  margin-left: -20px;
}

.woocommerce div.product form.cart .button {
  display: inline-block;
  color: #616060;
  background-color: #616060;
  color: #FFF !important;
  border: 2px solid #616060;
  padding: 8px 35px 7px;
  font-size: 15px;
  font-weight: 500;
  font-variation-settings: "wght" 500;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  border-radius: 99px;
  cursor: pointer;
}
.woocommerce div.product form.cart .button:hover {
  background-color: #FFF;
  color: #616060 !important;
}

.page-branding-metrostor .woocommerce div.product form.cart .button {
  color: #616060;
  background-color: #616060;
  border: 2px solid #616060;
}
.page-branding-metrostor .woocommerce div.product form.cart .button:hover {
  background-color: #FFF;
  color: #616060 !important;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce-Price-currencySymbol,
.woocommerce-Price-amount.amount,
.woocommerce-Price-amount.amount bdi {
  font-size: 18px !important;
  font-weight: 500 !important;
  font-variation-settings: "wght" 500 !important;
  color: #616060 !important;
}

.woocommerce-Price-currencySymbol {
  margin-right: 3px;
}

.page-branding-metrostor .woocommerce div.product p.price,
.page-branding-metrostor .woocommerce div.product span.price,
.page-branding-metrostor .woocommerce-Price-currencySymbol,
.page-branding-metrostor .woocommerce-Price-amount.amount,
.page-branding-metrostor .woocommerce-Price-amount.amount bdi {
  color: #616060 !important;
}

.product_price_from {
  font-size: 18px !important;
  font-weight: 500 !important;
  font-variation-settings: "wght" 500 !important;
  color: #616060 !important;
}
.product_price_from .product_price_from__price {
  font-size: 21px;
  font-weight: 700 !important;
  font-variation-settings: "wght" 700 !important;
  margin-left: 3px;
}
.product_price_from .product_price_from__exclvat {
  color: #808080;
  font-size: 14px;
}

.page-branding-metrostor .product_price_from {
  color: #616060 !important;
}

.woocommerce div.product div.images .flex-control-thumbs li img.flex-active {
  border: 4px solid #616060;
}

.page-branding-metrostor .woocommerce div.product div.images .flex-control-thumbs li img.flex-active {
  border: 4px solid #616060;
}

.woocommerce-product-gallery .flex-viewport {
  pointer-events: none;
}

.woocommerce-product-gallery__trigger {
  display: none;
}

.fpf-fields-config-wrapper {
  display: none;
}

.ral-colour-input-field {
  display: block;
  background-color: #EEE;
  padding: 15px !important;
  margin: 15px 0 !important;
}

.woocommerce .blockUI.blockOverlay:before, .woocommerce .loader:before {
  height: 2em;
  width: 2em;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.5em;
  margin-top: -0.5em;
  display: block;
  content: "";
  animation: rotate-ajax-spinner 1s cubic-bezier(0.645, 0.045, 0.355, 1) infinite both;
  background: url("../images/logo-spinner.svg") center center;
  background-size: cover;
  line-height: 1;
  text-align: center;
  font-size: 2em;
}

@keyframes rotate-ajax-spinner {
  0% {
    transform: scale(1) rotateZ(0);
  }
  100% {
    transform: scale(1) rotateZ(360deg);
  }
}
.streetspace-block-collection {
  background-color: #F5F5F5;
  margin: 0 0 50px;
  padding: 50px 0 80px;
}
.streetspace-block-collection.streetspace-block-collection--whitebg {
  background-color: #FFF;
}
.streetspace-block-collection.compressed {
  margin: 0;
  padding: 20px 0 20px;
}
.streetspace-block-collection.cards-slider {
  position: relative;
}
.streetspace-block-collection.cards-slider .arrow-next,
.streetspace-block-collection.cards-slider .arrow-prev {
  position: absolute;
  bottom: 45%;
  width: 30px;
  height: 20px;
  cursor: pointer;
  background-repeat: no-repeat;
}
.streetspace-block-collection.cards-slider .streetspace-block-collection__slider-wrapper {
  position: relative;
}
.streetspace-block-collection.cards-slider .streetspace-block-collection__slider-wrapper .arrow-prev {
  left: -40px;
  background-image: url(../images/btn-arrow-prev-grey-light.svg);
}
@media only screen and (max-width: 1200px) {
  .streetspace-block-collection.cards-slider .streetspace-block-collection__slider-wrapper .arrow-prev {
    left: 0px;
  }
}
.streetspace-block-collection.cards-slider .streetspace-block-collection__slider-wrapper .arrow-prev:hover {
  background-image: url(../images/btn-arrow-prev-grey.svg);
}
.streetspace-block-collection.cards-slider .streetspace-block-collection__slider-wrapper .arrow-prev.disabled, .streetspace-block-collection.cards-slider .streetspace-block-collection__slider-wrapper .arrow-prev.disabled:hover {
  background-image: url(../images/btn-arrow-prev-grey-light.svg);
  opacity: 0.5;
  cursor: default;
}
.streetspace-block-collection.cards-slider .streetspace-block-collection__slider-wrapper .arrow-next {
  right: -10px;
  background-image: url(../images/btn-arrow-next-grey-light.svg);
}
.streetspace-block-collection.cards-slider .streetspace-block-collection__slider-wrapper .arrow-next:hover {
  background-image: url(../images/btn-arrow-next-grey.svg);
}
.streetspace-block-collection.cards-slider .streetspace-block-collection__slider-wrapper .arrow-next.disabled, .streetspace-block-collection.cards-slider .streetspace-block-collection__slider-wrapper .arrow-next.disabled:hover {
  background-image: url(../images/btn-arrow-next-grey-light.svg);
  opacity: 0.5;
  cursor: default;
}
.streetspace-block-collection.cards-slider .cards__slider {
  margin: 0;
  width: calc(100% - 40px);
  min-height: 160px;
  overflow: hidden;
}
@media only screen and (max-width: 1200px) {
  .streetspace-block-collection.cards-slider .cards__slider {
    margin-left: 40px;
    width: calc(100% - 80px);
  }
}
.streetspace-block-collection.cards-slider .cards__slider .cards__slides-wrapper {
  width: 5000px;
  height: 100%;
  transition: transform 0.3s;
}
.streetspace-block-collection.cards-slider .cards__slider .cards__slides-wrapper .cards__slide {
  width: 252px;
  margin: 0 20px 0 0;
  padding: 0;
  float: left;
}
.streetspace-block-collection.cards-slider .cards__slider .cards__slides-wrapper .cards__slide a {
  display: block;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
.streetspace-block-collection.cards-slider .cards__slider .cards__slides-wrapper .cards__slide a .cards__slide__image {
  height: 160px;
  overflow: hidden;
}
.streetspace-block-collection.cards-slider .cards__slider .cards__slides-wrapper .cards__slide a .cards__slide__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.05);
  transition: 0.3s ease-out;
}
.streetspace-block-collection.cards-slider .cards__slider .cards__slides-wrapper .cards__slide a .cards__slide__content {
  padding: 8px 10px 8px;
  background-color: #FFF;
}
.streetspace-block-collection.cards-slider .cards__slider .cards__slides-wrapper .cards__slide a .cards__slide__content .cards__slide__title {
  font-size: 12px;
  color: #616060;
  padding: 0;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-variation-settings: "wght" 500;
  transition: 0.3s;
}
.streetspace-block-collection.cards-slider .cards__slider .cards__slides-wrapper .cards__slide:hover {
  box-shadow: 0px 20px 40px -10px rgba(0, 0, 0, 0.4);
  transition: box-shadow 0.3s ease-in-out;
}
.streetspace-block-collection.cards-slider .cards__slider .cards__slides-wrapper .cards__slide:hover .cards__slide__image img {
  transform: scale(1);
  transition: 0.3s;
}
.streetspace-block-collection.cards-slider .cards__slider .cards__slides-wrapper .cards__slide:hover .cards__slide__content .cards__slide__title {
  font-weight: 700;
  font-variation-settings: "wght" 700;
  transition: 0.3s;
}
.streetspace-block-collection.cards-slider.cards-slider--colour .cards__slider .cards__slides-wrapper .cards__slide a .cards__slide__content {
  background-color: #444444;
}
.streetspace-block-collection.cards-slider.cards-slider--colour .cards__slider .cards__slides-wrapper .cards__slide a .cards__slide__content .cards__slide__title {
  color: #FFF;
}
.streetspace-block-collection.cards-promo-gallery .layout-promo-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}
.streetspace-block-collection.cards-promo-gallery .layout-promo-gallery article {
  padding: 0;
  margin: 0;
}
.streetspace-block-collection.cards-promo-gallery .layout-promo-gallery article:first-child {
  grid-area: 1/1/2/3;
}
.streetspace-block-collection.cards-promo-gallery .layout-promo-gallery article:nth-child(2) {
  grid-area: 1/3/2/4;
}
.streetspace-block-collection.cards-promo-gallery .layout-promo-gallery article:nth-child(3) {
  grid-area: 2/1/3/2;
}
.streetspace-block-collection.cards-promo-gallery .layout-promo-gallery article:nth-child(4) {
  grid-area: 2/2/3/4;
}
.streetspace-block-collection.cards-promo-gallery .layout-promo-gallery a {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.streetspace-block-collection.cards-promo-gallery .layout-promo-gallery a .grid-item__image {
  overflow: hidden;
  aspect-ratio: auto;
}
.streetspace-block-collection.cards-promo-gallery .layout-promo-gallery a .grid-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .streetspace-block-collection.cards-promo-gallery .layout-promo-gallery {
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: repeat(4, auto);
  }
  .streetspace-block-collection.cards-promo-gallery .layout-promo-gallery article:first-child {
    grid-area: 1 / 1 / 2 / 3;
  }
  .streetspace-block-collection.cards-promo-gallery .layout-promo-gallery article:nth-child(2),
    .streetspace-block-collection.cards-promo-gallery .layout-promo-gallery article:nth-child(3) {
        grid-area: auto / span 1 / auto / span 1;
  }
  .streetspace-block-collection.cards-promo-gallery .layout-promo-gallery article:nth-child(4) {
        grid-area: auto / span 2 / auto / span 2;
  }
}
.streetspace-block-featured-gallery {
  margin: 0 0 50px;
}
.streetspace-block-featured-gallery .section-gallery-content {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(2, 230px);
  grid-gap: 15px;
}
.streetspace-block-featured-gallery .section-gallery-content .gallery__image-container {
  position: relative;
  margin: 0;
}
.streetspace-block-featured-gallery .section-gallery-content .gallery__image-container .gallery__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.streetspace-block-featured-gallery .section-gallery-content .gallery__image-container figcaption {
  position: absolute;
  bottom: 0;
  margin: 0;
  font-size: 14px;
  padding: 5px 10px 4px;
  color: #FFF;
  width: 100%;
  text-align: center;
  box-shadow: 0px 20px 40px -10px rgba(0, 0, 0, 0.4);
  background: rgba(66, 66, 66, 0.6);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.streetspace-block-featured-gallery .div1 {
  grid-area: 1/1/2/6;
}
.streetspace-block-featured-gallery .div2 {
  grid-area: 1/6/2/9;
}
.streetspace-block-featured-gallery .div3 {
  grid-area: 2/1/3/9;
}
.streetspace-block-featured-gallery .div4 {
  display: none;
}
.streetspace-block-featured-gallery .section-gallery-content--style2 .section-gallery-content {
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: 1fr;
}
.streetspace-block-featured-gallery .section-gallery-content--style2 .section-gallery-content .div1 {
  grid-area: 1/1/2/2;
}
.streetspace-block-featured-gallery .section-gallery-content--style2 .section-gallery-content .div2 {
  grid-area: 1/2/2/3;
}
.streetspace-block-featured-gallery .section-gallery-content--style2 .section-gallery-content .div3 {
  grid-area: 1/3/2/6;
}
.streetspace-block-featured-gallery .section-gallery-content--style2 .section-gallery-content .div4 {
  display: none;
}
.streetspace-block-featured-gallery .section-gallery-content--style3 .section-gallery-content {
  grid-template-columns: repeat(9, 1fr);
  grid-template-rows: repeat(2, 1fr);
}
.streetspace-block-featured-gallery .section-gallery-content--style3 .section-gallery-content .div1 {
  grid-area: 1/1/2/7;
}
.streetspace-block-featured-gallery .section-gallery-content--style3 .section-gallery-content .div2 {
  grid-area: 1/7/2/10;
}
.streetspace-block-featured-gallery .section-gallery-content--style3 .section-gallery-content .div3 {
  grid-area: 2/1/3/4;
}
.streetspace-block-featured-gallery .section-gallery-content--style3 .section-gallery-content .div4 {
  grid-area: 2/4/3/10;
  display: block;
}

.streetspace-block-featured-video {
  padding: 50px 0;
  background-color: #FFF;
}
.streetspace-block-featured-video.streetspace-block-featured-video--style-metrostor .streetspace-block-featured-video-content .featured-video__video .featured-video__video-play-icon {
  background: rgba(237, 125, 49, 0.6);
}
.streetspace-block-featured-video.streetspace-block-featured-video--style-metrostor .streetspace-block-featured-video-content .featured-video__details .featured-video__title {
  color: #616060;
}
.streetspace-block-featured-video.streetspace-block-featured-video--style-metrostor .streetspace-block-featured-video-content .btn-primary {
  background-color: #616060;
  border-color: #616060;
}
.streetspace-block-featured-video.streetspace-block-featured-video--style-metrostor .streetspace-block-featured-video-content .btn-primary:hover {
  background-color: #FFF;
  color: #616060;
}
.streetspace-block-featured-video.streetspace-block-featured-video--background-grey {
  background-color: #F2F2F2;
}
.streetspace-block-featured-video.streetspace-block-featured-video--video-right .streetspace-block-featured-video-content {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 600px) {
  .streetspace-block-featured-video .streetspace-block-featured-video-content {
    flex-direction: column !important;
  }
}
.streetspace-block-featured-video .streetspace-block-featured-video-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.streetspace-block-featured-video .streetspace-block-featured-video-content .featured-video__video {
  position: relative;
  flex: 1;
  display: flex;
  width: auto;
  max-height: 40%;
  overflow: hidden;
  cursor: pointer;
}
.streetspace-block-featured-video .streetspace-block-featured-video-content .featured-video__video .featured-video__video-play-icon {
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(66, 66, 66, 0.6);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  transform: translate(-50%, -50%) scale(1);
  transition: transform 0.2s ease-out;
}
.streetspace-block-featured-video .streetspace-block-featured-video-content .featured-video__video .featured-video__video-play-icon:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-42%, -50%);
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 30px;
  border-color: transparent transparent transparent #FFF;
}
.streetspace-block-featured-video .streetspace-block-featured-video-content .featured-video__video:hover .featured-video__video-play-icon {
  transform: translate(-50%, -50%) scale(1.2);
  transition: transform 0.2s ease-out;
}
.streetspace-block-featured-video .streetspace-block-featured-video-content .featured-video__video .featured-video__video__thumb {
  width: 100%;
  aspect-ratio: 160/88;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.05);
  transition: transform 0.4s ease-out;
}
.streetspace-block-featured-video .streetspace-block-featured-video-content .featured-video__video:hover .featured-video__video__thumb {
  transform: scale(1);
  transition: transform 0.4s ease-out;
}
.streetspace-block-featured-video .streetspace-block-featured-video-content .featured-video__details {
  flex: 1;
}
.streetspace-block-featured-video .streetspace-block-featured-video-content .featured-video__details .featured-video__title {
  font-size: 22px;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  color: #616060;
  margin-bottom: 10px;
}
.streetspace-block-featured-video .streetspace-block-featured-video-content .featured-video__details .featured-video__text {
  text-align: justify;
  margin-bottom: 20px;
}

.streetspace-block-featured-canopy {
  background-color: #F5F5F5;
  padding: 50px 0 20px;
}
.streetspace-block-featured-canopy .streetspace-block-featured-canopy__gallery {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  margin-bottom: 30px;
}
.streetspace-block-featured-canopy .streetspace-block-featured-canopy__gallery img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.streetspace-block-featured-canopy .streetspace-block-featured-canopy__gallery .streetspace-block-featured-canopy__gallery-main-image-container {
  max-height: 440px;
}
.streetspace-block-featured-canopy .streetspace-block-featured-canopy__gallery .streetspace-block-featured-canopy__gallery-main-image-container img {
  height: 440px;
}
.streetspace-block-featured-canopy .streetspace-block-featured-canopy__gallery .streetspace-block-featured-canopy__gallery-thumbnails {
  display: flex;
  gap: 8px;
}
.streetspace-block-featured-canopy .streetspace-block-featured-canopy__gallery .streetspace-block-featured-canopy__gallery-thumbnails .streetspace-block-featured-canopy__gallery-thumbnail {
  aspect-ratio: 16/9;
}
.streetspace-block-featured-canopy .streetspace-block-featured-canopy__gallery .streetspace-block-featured-canopy__gallery-thumbnails .streetspace-block-featured-canopy__gallery-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.streetspace-block-featured-canopy .streetspace-block-featured-canopy__gallery-title {
  font-size: 18px;
  font-weight: 700;
  font-variation-settings: "wght" 700;
}
.streetspace-block-featured-canopy .streetspace-block-featured-canopy__gallery-points {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
.streetspace-block-featured-canopy .streetspace-block-featured-canopy__gallery-points li {
  position: relative;
  font-size: 15px;
  color: #525252;
}
.streetspace-block-featured-canopy .streetspace-block-featured-canopy__gallery-points li:not(:last-child)::after {
  position: absolute;
  content: "";
  top: 4px;
  right: -30px;
  width: 1px;
  height: 13px;
  background-color: #CDCDCD;
}
.streetspace-block-featured-canopy .streetspace-block-featured-canopy__gallery-text {
  margin: 50px auto 0;
  font-size: 16px;
  width: 80%;
  max-width: 700px;
  text-align: center;
}
.streetspace-block-featured-canopy .streetspace-block-featured-canopy__gallery-button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.streetspace-block-intro {
  padding: 50px 100px 35px;
}
@media only screen and (max-width: 1080px) {
  .streetspace-block-intro {
    padding: 30px 50px 35px;
  }
}
@media only screen and (max-width: 700px) {
  .streetspace-block-intro {
    padding: 10px 20px 25px;
  }
}
.streetspace-block-intro.streetspace-block-intro--background-grey {
  background-color: #F5F5F5;
}
.streetspace-block-intro .streetspace-block-intro__text {
  text-align: center;
  color: #616060;
  font-size: 21px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-variation-settings: "wght" 500;
}
.streetspace-block-intro.streetspace-block-intro--style-metrostor .streetspace-block-intro__text {
  color: #616060;
}
.streetspace-block-intro.streetspace-block-intro--style-grey .streetspace-block-intro__text {
  color: #808080;
}

.streetspace-block-quote {
  padding: 50px;
}
.streetspace-block-quote .streetspace-block-quote__inside-container {
  position: relative;
  max-width: 680px;
  margin: auto;
}
.streetspace-block-quote .streetspace-block-quote__inside-container::before {
  content: url(../images/quote-start-grey.svg);
  position: absolute;
  left: -60px;
  top: 0;
  width: 45px;
  height: 38px;
  opacity: 0.7;
}
.streetspace-block-quote .streetspace-block-quote__inside-container::after {
  content: url(../images/quote-end-grey.svg);
  position: absolute;
  right: -47px;
  bottom: 40px;
  width: 45px;
  height: 38px;
  opacity: 0.7;
}
.streetspace-block-quote .streetspace-block-quote__inside-container blockquote {
  padding: 20px 0;
  color: #616060;
  line-height: 1.4;
  font-size: 24px;
  font-weight: 700;
  font-variation-settings: "wght" 700;
}
.streetspace-block-quote .streetspace-block-quote__inside-container cite {
  color: #616060;
  font-style: normal;
  font-size: 20px;
  font-weight: 500;
  font-variation-settings: "wght" 500;
}
.streetspace-block-quote .streetspace-block-quote__inside-container cite span {
  display: block;
  color: #444444;
  font-size: 14px;
  font-weight: 400;
  font-variation-settings: "wght" 400;
  margin: -5px 0 0;
}
.streetspace-block-quote.streetspace-block-quote--style-streetspace-grey {
  padding: 0;
  margin: 50px auto;
}
.streetspace-block-quote.streetspace-block-quote--style-streetspace-grey .container {
  background-color: #F5F5F5;
  padding: 50px;
}
.streetspace-block-quote.streetspace-block-quote--style-streetspace-blue {
  padding: 0;
  margin: 50px auto;
}
.streetspace-block-quote.streetspace-block-quote--style-streetspace-blue .container {
  background-color: #616060;
  padding: 50px;
}
.streetspace-block-quote.streetspace-block-quote--style-streetspace-blue .streetspace-block-quote__inside-container::before {
  content: url(../images/quote-start-white.svg);
}
.streetspace-block-quote.streetspace-block-quote--style-streetspace-blue .streetspace-block-quote__inside-container::after {
  content: url(../images/quote-end-white.svg);
}
.streetspace-block-quote.streetspace-block-quote--style-streetspace-blue .streetspace-block-quote__inside-container blockquote {
  color: #FFF;
}
.streetspace-block-quote.streetspace-block-quote--style-streetspace-blue .streetspace-block-quote__inside-container cite, .streetspace-block-quote.streetspace-block-quote--style-streetspace-blue .streetspace-block-quote__inside-container cite span {
  color: #F5F5F5;
}
.streetspace-block-quote.streetspace-block-quote--style-metrostor .streetspace-block-quote__inside-container cite,
.streetspace-block-quote.streetspace-block-quote--style-metrostor .streetspace-block-quote__inside-container blockquote {
  color: #616060;
}
.streetspace-block-quote.streetspace-block-quote--style-metrostor-grey {
  padding: 0;
  margin: 50px auto;
}
.streetspace-block-quote.streetspace-block-quote--style-metrostor-grey .container {
  background-color: #F5F5F5;
  padding: 50px;
}
.streetspace-block-quote.streetspace-block-quote--style-metrostor-grey .streetspace-block-quote__inside-container cite,
.streetspace-block-quote.streetspace-block-quote--style-metrostor-grey .streetspace-block-quote__inside-container blockquote {
  color: #616060;
}
.streetspace-block-quote.streetspace-block-quote--style-metrostor-orange {
  padding: 0;
  margin: 50px auto;
}
.streetspace-block-quote.streetspace-block-quote--style-metrostor-orange .container {
  background-color: #616060;
  padding: 50px;
}
.streetspace-block-quote.streetspace-block-quote--style-metrostor-orange .streetspace-block-quote__inside-container::before {
  content: url(../images/quote-start-white.svg);
}
.streetspace-block-quote.streetspace-block-quote--style-metrostor-orange .streetspace-block-quote__inside-container::after {
  content: url(../images/quote-end-white.svg);
}
.streetspace-block-quote.streetspace-block-quote--style-metrostor-orange .streetspace-block-quote__inside-container blockquote {
  color: #FFF;
}
.streetspace-block-quote.streetspace-block-quote--style-metrostor-orange .streetspace-block-quote__inside-container cite, .streetspace-block-quote.streetspace-block-quote--style-metrostor-orange .streetspace-block-quote__inside-container cite span {
  color: #F5F5F5;
}

.streetspace-block-testimonial-slider {
  background-color: #F5F5F5;
  margin: 0px 0;
  padding: 40px 0 30px;
}
.streetspace-block-testimonial-slider .streetspace-block-testimonial-slider__nav--prev-btn,
.streetspace-block-testimonial-slider .streetspace-block-testimonial-slider__nav--next-btn {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 30px;
  cursor: pointer;
}
@media only screen and (max-width: 860px) {
  .streetspace-block-testimonial-slider .streetspace-block-testimonial-slider__nav--prev-btn,
  .streetspace-block-testimonial-slider .streetspace-block-testimonial-slider__nav--next-btn {
    display: none;
  }
}
.streetspace-block-testimonial-slider .streetspace-block-testimonial-slider__nav--prev-btn {
  background-image: url(../images/btn-arrow-double-prev-orange.svg);
  left: -30px;
}
.streetspace-block-testimonial-slider .streetspace-block-testimonial-slider__nav--prev-btn:hover {
  background-image: url(../images/btn-arrow-double-prev-grey.svg);
}
.streetspace-block-testimonial-slider .streetspace-block-testimonial-slider__nav--next-btn {
  right: -30px;
  background-image: url(../images/btn-arrow-double-next-orange.svg);
}
.streetspace-block-testimonial-slider .streetspace-block-testimonial-slider__nav--next-btn:hover {
  background-image: url(../images/btn-arrow-double-next-grey.svg);
}
.streetspace-block-testimonial-slider .streetspace-block-testimonial-slider__content {
  overflow: hidden;
  width: calc(100% - 120px);
  transform: translateX(60px);
}
@media only screen and (max-width: 860px) {
  .streetspace-block-testimonial-slider .streetspace-block-testimonial-slider__content {
    transform: translateX(10px);
    width: calc(100% - 20px);
  }
}
.streetspace-block-testimonial-slider .streetspace-block-testimonial-slider__content .streetspace-block-testimonial-slider__slides-wrapper {
  display: flex;
  width: 100%;
}
.streetspace-block-testimonial-slider .streetspace-block-testimonial-slider__content .streetspace-block-testimonial-slider__slides-wrapper .streetspace-block-testimonial-slider__slide {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  flex-basis: 100%;
}
@media only screen and (max-width: 860px) {
  .streetspace-block-testimonial-slider .streetspace-block-testimonial-slider__content .streetspace-block-testimonial-slider__slides-wrapper .streetspace-block-testimonial-slider__slide {
    flex-direction: column;
  }
}
.streetspace-block-testimonial-slider .streetspace-block-testimonial-slider__content .streetspace-block-testimonial-slider__slides-wrapper .streetspace-block-testimonial-slider__slide .streetspace-block-testimonial-slider__slide-logo {
  flex: 0.2;
}
.streetspace-block-testimonial-slider .streetspace-block-testimonial-slider__content .streetspace-block-testimonial-slider__slides-wrapper .streetspace-block-testimonial-slider__slide .streetspace-block-testimonial-slider__slide-logo img {
  width: 100%;
}
@media only screen and (max-width: 860px) {
  .streetspace-block-testimonial-slider .streetspace-block-testimonial-slider__content .streetspace-block-testimonial-slider__slides-wrapper .streetspace-block-testimonial-slider__slide .streetspace-block-testimonial-slider__slide-logo {
    width: 50%;
  }
}
.streetspace-block-testimonial-slider .streetspace-block-testimonial-slider__content .streetspace-block-testimonial-slider__slides-wrapper .streetspace-block-testimonial-slider__slide .streetspace-block-testimonial-slider__slide-container {
  flex: 0.8;
  margin-left: 40px;
}
@media only screen and (max-width: 860px) {
  .streetspace-block-testimonial-slider .streetspace-block-testimonial-slider__content .streetspace-block-testimonial-slider__slides-wrapper .streetspace-block-testimonial-slider__slide .streetspace-block-testimonial-slider__slide-container {
    margin-left: 0;
  }
}
.streetspace-block-testimonial-slider .streetspace-block-testimonial-slider__content .streetspace-block-testimonial-slider__slides-wrapper .streetspace-block-testimonial-slider__slide .streetspace-block-testimonial-slider__slide-container .streetspace-block-testimonial-slider__slide-inside-container {
  width: calc(100% - 100px);
  position: relative;
  max-width: 680px;
  margin: auto;
}
@media only screen and (max-width: 860px) {
  .streetspace-block-testimonial-slider .streetspace-block-testimonial-slider__content .streetspace-block-testimonial-slider__slides-wrapper .streetspace-block-testimonial-slider__slide .streetspace-block-testimonial-slider__slide-container .streetspace-block-testimonial-slider__slide-inside-container {
    width: 100%;
  }
}
.streetspace-block-testimonial-slider .streetspace-block-testimonial-slider__content .streetspace-block-testimonial-slider__slides-wrapper .streetspace-block-testimonial-slider__slide .streetspace-block-testimonial-slider__slide-container .streetspace-block-testimonial-slider__slide-inside-container::before {
  content: url(../images/quote-start-grey.svg);
  position: absolute;
  left: -60px;
  top: 0;
  width: 45px;
  height: 38px;
  opacity: 0.7;
}
@media only screen and (max-width: 860px) {
  .streetspace-block-testimonial-slider .streetspace-block-testimonial-slider__content .streetspace-block-testimonial-slider__slides-wrapper .streetspace-block-testimonial-slider__slide .streetspace-block-testimonial-slider__slide-container .streetspace-block-testimonial-slider__slide-inside-container::before {
    display: none;
  }
}
.streetspace-block-testimonial-slider .streetspace-block-testimonial-slider__content .streetspace-block-testimonial-slider__slides-wrapper .streetspace-block-testimonial-slider__slide .streetspace-block-testimonial-slider__slide-container .streetspace-block-testimonial-slider__slide-inside-container::after {
  content: url(../images/quote-end-grey.svg);
  position: absolute;
  right: -47px;
  bottom: 40px;
  width: 45px;
  height: 38px;
  opacity: 0.7;
}
@media only screen and (max-width: 860px) {
  .streetspace-block-testimonial-slider .streetspace-block-testimonial-slider__content .streetspace-block-testimonial-slider__slides-wrapper .streetspace-block-testimonial-slider__slide .streetspace-block-testimonial-slider__slide-container .streetspace-block-testimonial-slider__slide-inside-container::after {
    display: none;
  }
}
.streetspace-block-testimonial-slider .streetspace-block-testimonial-slider__content .streetspace-block-testimonial-slider__slides-wrapper .streetspace-block-testimonial-slider__slide .streetspace-block-testimonial-slider__slide-container .streetspace-block-testimonial-slider__slide-inside-container blockquote {
  padding: 20px 0;
  color: #616060;
  line-height: 1.4;
  font-size: 16px;
}
.streetspace-block-testimonial-slider .streetspace-block-testimonial-slider__content .streetspace-block-testimonial-slider__slides-wrapper .streetspace-block-testimonial-slider__slide .streetspace-block-testimonial-slider__slide-container .streetspace-block-testimonial-slider__slide-inside-container cite {
  color: #616060;
  font-style: normal;
  font-size: 20px;
  font-weight: 500;
  font-variation-settings: "wght" 500;
}
.streetspace-block-testimonial-slider .streetspace-block-testimonial-slider__content .streetspace-block-testimonial-slider__slides-wrapper .streetspace-block-testimonial-slider__slide .streetspace-block-testimonial-slider__slide-container .streetspace-block-testimonial-slider__slide-inside-container cite span {
  display: block;
  color: #444444;
  font-size: 14px;
  font-weight: 400;
  font-variation-settings: "wght" 400;
  margin: -5px 0 0;
}
.streetspace-block-testimonial-slider .streetspace-block-testimonial-slider__content .streetspace-block-testimonial-slider__slides-wrapper.streetspace-block-quote--style-streetspace-grey {
  padding: 0;
  margin: 50px auto;
}
.streetspace-block-testimonial-slider .streetspace-block-testimonial-slider__content .streetspace-block-testimonial-slider__slides-wrapper.streetspace-block-quote--style-streetspace-grey .container {
  background-color: #F5F5F5;
  padding: 50px;
}
.streetspace-block-testimonial-slider .streetspace-block-testimonial-slider__content .streetspace-block-testimonial-slider__slides-wrapper.streetspace-block-quote--style-streetspace-blue {
  padding: 0;
  margin: 50px auto;
}
.streetspace-block-testimonial-slider .streetspace-block-testimonial-slider__content .streetspace-block-testimonial-slider__slides-wrapper.streetspace-block-quote--style-streetspace-blue .container {
  background-color: #616060;
  padding: 50px;
}
.streetspace-block-testimonial-slider .streetspace-block-testimonial-slider__content .streetspace-block-testimonial-slider__slides-wrapper.streetspace-block-quote--style-streetspace-blue .streetspace-block-quote__inside-container::before {
  content: url(../images/quote-start-white.svg);
}
.streetspace-block-testimonial-slider .streetspace-block-testimonial-slider__content .streetspace-block-testimonial-slider__slides-wrapper.streetspace-block-quote--style-streetspace-blue .streetspace-block-quote__inside-container::after {
  content: url(../images/quote-end-white.svg);
}
.streetspace-block-testimonial-slider .streetspace-block-testimonial-slider__content .streetspace-block-testimonial-slider__slides-wrapper.streetspace-block-quote--style-streetspace-blue .streetspace-block-quote__inside-container blockquote {
  color: #FFF;
}
.streetspace-block-testimonial-slider .streetspace-block-testimonial-slider__content .streetspace-block-testimonial-slider__slides-wrapper.streetspace-block-quote--style-streetspace-blue .streetspace-block-quote__inside-container cite, .streetspace-block-testimonial-slider .streetspace-block-testimonial-slider__content .streetspace-block-testimonial-slider__slides-wrapper.streetspace-block-quote--style-streetspace-blue .streetspace-block-quote__inside-container cite span {
  color: #F5F5F5;
}
.streetspace-block-testimonial-slider .streetspace-block-testimonial-slider__content .streetspace-block-testimonial-slider__slides-wrapper.streetspace-block-quote--style-metrostor .streetspace-block-quote__inside-container cite,
.streetspace-block-testimonial-slider .streetspace-block-testimonial-slider__content .streetspace-block-testimonial-slider__slides-wrapper.streetspace-block-quote--style-metrostor .streetspace-block-quote__inside-container blockquote {
  color: #616060;
}
.streetspace-block-testimonial-slider .streetspace-block-testimonial-slider__content .streetspace-block-testimonial-slider__slides-wrapper.streetspace-block-quote--style-metrostor-grey {
  padding: 0;
  margin: 50px auto;
}
.streetspace-block-testimonial-slider .streetspace-block-testimonial-slider__content .streetspace-block-testimonial-slider__slides-wrapper.streetspace-block-quote--style-metrostor-grey .container {
  background-color: #F5F5F5;
  padding: 50px;
}
.streetspace-block-testimonial-slider .streetspace-block-testimonial-slider__content .streetspace-block-testimonial-slider__slides-wrapper.streetspace-block-quote--style-metrostor-grey .streetspace-block-quote__inside-container cite,
.streetspace-block-testimonial-slider .streetspace-block-testimonial-slider__content .streetspace-block-testimonial-slider__slides-wrapper.streetspace-block-quote--style-metrostor-grey .streetspace-block-quote__inside-container blockquote {
  color: #616060;
}
.streetspace-block-testimonial-slider .streetspace-block-testimonial-slider__content .streetspace-block-testimonial-slider__slides-wrapper.streetspace-block-quote--style-metrostor-orange {
  padding: 0;
  margin: 50px auto;
}
.streetspace-block-testimonial-slider .streetspace-block-testimonial-slider__content .streetspace-block-testimonial-slider__slides-wrapper.streetspace-block-quote--style-metrostor-orange .container {
  background-color: #616060;
  padding: 50px;
}
.streetspace-block-testimonial-slider .streetspace-block-testimonial-slider__content .streetspace-block-testimonial-slider__slides-wrapper.streetspace-block-quote--style-metrostor-orange .streetspace-block-quote__inside-container::before {
  content: url(../images/quote-start-white.svg);
}
.streetspace-block-testimonial-slider .streetspace-block-testimonial-slider__content .streetspace-block-testimonial-slider__slides-wrapper.streetspace-block-quote--style-metrostor-orange .streetspace-block-quote__inside-container::after {
  content: url(../images/quote-end-white.svg);
}
.streetspace-block-testimonial-slider .streetspace-block-testimonial-slider__content .streetspace-block-testimonial-slider__slides-wrapper.streetspace-block-quote--style-metrostor-orange .streetspace-block-quote__inside-container blockquote {
  color: #FFF;
}
.streetspace-block-testimonial-slider .streetspace-block-testimonial-slider__content .streetspace-block-testimonial-slider__slides-wrapper.streetspace-block-quote--style-metrostor-orange .streetspace-block-quote__inside-container cite, .streetspace-block-testimonial-slider .streetspace-block-testimonial-slider__content .streetspace-block-testimonial-slider__slides-wrapper.streetspace-block-quote--style-metrostor-orange .streetspace-block-quote__inside-container cite span {
  color: #F5F5F5;
}

.streetspace-block-download-case-study {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 40px 0 50px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 50px auto;
}
.streetspace-block-download-case-study .streetspace-block-download-case-study__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(66, 66, 66, 0.6);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.streetspace-block-download-case-study .streetspace-block-download-case-study__title {
  z-index: 5;
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  font-variation-settings: "wght" 500;
}
.streetspace-block-download-case-study .streetspace-block-download-case-study__main {
  z-index: 5;
  display: flex;
  background-color: #FFF;
  padding: 15px 50px;
  flex-direction: row;
}
.streetspace-block-download-case-study .streetspace-block-download-case-study__main .streetspace-block-download-case-study__image {
  width: 280px;
  height: 266px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.streetspace-block-download-case-study .streetspace-block-download-case-study__main .streetspace-block-download-case-study__button-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding: 0 20px;
}
.streetspace-block-download-case-study .streetspace-block-download-case-study__main .streetspace-block-download-case-study__button-wrapper .streetspace-block-download-case-study__pdf-icon {
  margin-top: 40px;
}
.streetspace-block-download-case-study.streetspace-block-download-case-study--style-metrostor .streetspace-block-download-case-study__overlay {
  background: rgba(66, 66, 66, 0.6);
}
@media only screen and (max-width: 710px) {
    .streetspace-block-download-case-study .streetspace-block-download-case-study__main {
        flex-direction: column;
        padding: 15px 20px;
    }
    .streetspace-block-download-case-study .streetspace-block-download-case-study__title {
      padding: 0 20px;
    }
}
.streetspace-block-table-with-image {
  padding: 50px;
}
.streetspace-block-table-with-image .container {
  display: flex;
}
.streetspace-block-table-with-image .container .streetspace-block-table-with-image__image-container {
  flex: 0.65;
  height: 420px;
}
.streetspace-block-table-with-image .container .streetspace-block-table-with-image__image-container .streetspace-block-table-with-image__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0px 20px 40px -10px rgba(0, 0, 0, 0.4);
}
.streetspace-block-table-with-image .container .streetspace-block-table-with-image__table-container {
  flex: 0.35;
  background-color: #F5F5F5;
  padding: 30px;
}
.streetspace-block-table-with-image .container .streetspace-block-table-with-image__table-container .streetspace-block-table-with-image__table td, .streetspace-block-table-with-image .container .streetspace-block-table-with-image__table-container .streetspace-block-table-with-image__table th {
  padding: 5px 10px 20px 0;
  vertical-align: baseline;
}
.streetspace-block-table-with-image .container .streetspace-block-table-with-image__table-container .streetspace-block-table-with-image__table td:first-child {
  color: #616060;
  padding-right: 40px;
  font-weight: 500;
  font-variation-settings: "wght" 500;
}
.streetspace-block-table-with-image.streetspace-block-table-with-image--hide-image {
  padding: 0 0 30px;
  margin: 0 -15px;
}
.streetspace-block-table-with-image.streetspace-block-table-with-image--hide-image .streetspace-block-table-with-image__table-container {
  flex: 1;
}
.streetspace-block-table-with-image.streetspace-block-table-with-image--hide-image .streetspace-block-table-with-image__table-container .streetspace-block-table-with-image__table td {
  padding: 0 5px 10px 0;
}
.streetspace-block-table-with-image.streetspace-block-table-with-image--hide-image .streetspace-block-table-with-image__table-container .streetspace-block-table-with-image__table td:first-child {
  width: 130px;
}
.streetspace-block-table-with-image.streetspace-block-table-with-image--style-metrostor .streetspace-block-table-with-image__table-container .streetspace-block-table-with-image__table td:first-child {
  color: #616060;
}

.streetspace-block-video {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px;
}
.streetspace-block-video .streetspace-block-video__container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.streetspace-block-video .streetspace-block-video__container .streetspace-block-video__video {
  display: block;
  position: relative;
  flex: 1;
  width: 400px;
  height: 220px;
  overflow: hidden;
  cursor: pointer;
}
.streetspace-block-video .streetspace-block-video__container .streetspace-block-video__video .streetspace-block-video__image {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.05);
  transition: transform 0.4s ease-out;
}
.streetspace-block-video .streetspace-block-video__container .streetspace-block-video__video:hover .streetspace-block-video__image {
  transform: scale(1);
  transition: transform 0.4s ease-out;
}
.streetspace-block-video .streetspace-block-video__container .streetspace-block-video__video .streetspace-block-video__play-icon {
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(66, 66, 66, 0.6);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  transform: translate(-50%, -70%) scale(1);
  transition: transform 0.2s ease-out;
}
.streetspace-block-video .streetspace-block-video__container .streetspace-block-video__video .streetspace-block-video__play-icon:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-42%, -50%);
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 30px;
  border-color: transparent transparent transparent #FFF;
}
.streetspace-block-video .streetspace-block-video__container .streetspace-block-video__video:hover .streetspace-block-video__play-icon {
  transform: translate(-50%, -70%) scale(1.2);
  transition: transform 0.2s ease-out;
}
.streetspace-block-video .streetspace-block-video__container .streetspace-block-video__video .streetspace-block-video__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 8px 15px 6px;
  background: rgba(66, 66, 66, 0.6);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  color: #FFF;
  text-align: center;
}

@media only screen and (max-width: 930px) {
  .streetspace-block-video .streetspace-block-video__container {
    flex-direction: column;
  }
  .streetspace-block-video .streetspace-block-video__container .streetspace-block-video__video {
    height: 100px !important;
  }
}
.streetspace-block-video__transcript {
  display: none;
  z-index: 9120;
  position: fixed;
  top: 0;
  left: 50%;
  width: 800px;
  height: 100%;
  transform: translateX(-50%);
  flex-direction: column;
  overflow: scroll;
  background-color: #000;
  transition: all 0.6s;
}
.streetspace-block-video__transcript.active {
  display: flex;
}
.streetspace-block-video__transcript.streetspace-block-video__transcript--hide-text {
  width: 80vw;
  height: 600px;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.6s;
}
.streetspace-block-video__transcript.streetspace-block-video__transcript--hide-text .streetspace-block-video__transcript__video {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
}
.streetspace-block-video__transcript.streetspace-block-video__transcript--hide-text .streetspace-block-video__transcript__text {
  height: 0;
  padding: 0;
  transition: all 0.6s;
}
.streetspace-block-video__transcript .streetspace-block-video__transcript__video {
  z-index: 9120;
  display: flex;
  width: 100%;
  height: 30vh;
  transition: all 0.6s;
}
.streetspace-block-video__transcript .streetspace-block-video__transcript__text {
  z-index: 9120;
  display: block;
  height: 70vh;
  background-color: #FFF;
  padding: 30px;
  overflow-y: scroll;
  transition: all 0.6s;
}

.streetspace-block-video__transcript__buttons {
  z-index: 9125;
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: row-reverse;
  gap: 2px;
  cursor: pointer;
}
.streetspace-block-video__transcript__buttons .streetspace-block-video__transcript__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  right: 0;
  height: 60px;
  padding: 10px 20px;
  background-color: #616060;
  color: #FFF;
  background-position: center;
  background-repeat: no-repeat;
}
.streetspace-block-video__transcript__buttons .streetspace-block-video__transcript__btn:hover {
  background-color: #333;
}
.streetspace-block-video__transcript__buttons .streetspace-block-video__transcript__btn--close-modal {
  width: 60px;
  background-image: url(../images/btn-modal-close.svg);
}

.video-modal-overlay {
  z-index: 9100;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.85;
}

.streetspace-block-single-video .streetspace-block-single-video__video_container {
  position: relative;
  width: 400px;
  height: 220px;
  overflow: hidden;
  cursor: pointer;
}
.streetspace-block-single-video .streetspace-block-single-video__video_container .video_container__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.05);
  transition: transform 0.4s ease-out;
}
.streetspace-block-single-video .streetspace-block-single-video__video_container:hover .video_container__image {
  transform: scale(1);
  transition: transform 0.4s ease-out;
}
.streetspace-block-single-video .streetspace-block-single-video__video_container .video_container__play-icon {
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(66, 66, 66, 0.6);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  transform: translate(-50%, -70%) scale(1);
  transition: transform 0.2s ease-out;
}
.streetspace-block-single-video .streetspace-block-single-video__video_container .video_container__play-icon:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-42%, -50%);
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 30px;
  border-color: transparent transparent transparent #FFF;
}

.streetspace-block-related-case-studies {
  padding: 50px 0;
  background: #F5F5F5;
  background: linear-gradient(180deg, rgb(245, 245, 245) 0%, rgb(255, 255, 255) 100%);
}

.streetspace-block-logo-slider {
  margin: 20px 0;
  padding-bottom: 30px;
}
@media only screen and (max-width: 900px) {
  .streetspace-block-logo-slider {
    margin: 0;
  }
}
.streetspace-block-logo-slider .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  margin-bottom: 30px;
}
.streetspace-block-logo-slider .swiper-slide img {
  width: 150px;
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom, .swiper-pagination-fraction {
  margin: 0px 0 -16px;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: #808080;
  width: 20px;
  height: 20px;
  border-radius: 99px;
  transition: all 0.5s ease-out;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #616060;
  width: 40px;
  transition: all 0.5s ease-out;
}

.swiper-wrapper {
  transition-timing-function: linear;
}

.streetspace-block-button {
  display: inline-block;
  padding: 7px 25px 6px;
  font-size: 15px;
  font-weight: 500;
  font-variation-settings: "wght" 500;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  border-radius: 20px;
  cursor: pointer;
  background-color: #616060;
  color: #FFF !important;
  border: 2px solid #616060;
}
.streetspace-block-button:hover {
  background-color: #FFF;
  color: #616060 !important;
}
.streetspace-block-button.streetspace-block-button--style-secondary {
  color: #808080;
  font-weight: 300;
  font-variation-settings: "wght" 300;
}
.streetspace-block-button.streetspace-block-button--style-secondary:hover {
  background-color: #FFF;
  color: #616060 !important;
}
.streetspace-block-button.streetspace-block-button--style-metrostor {
  background-color: #616060;
  border: 2px solid #616060;
}
.streetspace-block-button.streetspace-block-button--style-metrostor:hover {
  background-color: #FFF;
  color: #616060 !important;
}

.streetspace-block-gallery {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0;
  margin-bottom: 80px;
  background: rgb(245, 245, 245);
  background: linear-gradient(180deg, rgb(245, 245, 245) 0%, rgb(255, 255, 255) 100%);
}
.streetspace-block-gallery .streetspace-block-gallery__inside-container {
  width: 100%;
  height: 580px;
}
.streetspace-block-gallery .streetspace-block-gallery__inside-container .streetspace-block-gallery__main-image-container {
  position: relative;
  width: 100%;
  height: 530px;
  overflow: hidden;
}
.streetspace-block-gallery .streetspace-block-gallery__inside-container .streetspace-block-gallery__main-image-container .streetspace-block-gallery__btn-enlarge {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  background-image: url(../images/btn-icon-enlarge.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(66, 66, 66, 0.6);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  color: #FFF;
  cursor: pointer;
}
.streetspace-block-gallery .streetspace-block-gallery__inside-container .streetspace-block-gallery__main-image-container .streetspace-block-gallery__btn-enlarge:hover {
  background-color: rgba(55, 55, 55, 0.8);
}
.streetspace-block-gallery .streetspace-block-gallery__inside-container .streetspace-block-gallery__main-image-container .streetspace-block-gallery__main-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.streetspace-block-gallery .streetspace-block-gallery__inside-container .streetspace-block-gallery__main-image-container .streetspace-block-gallery__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 8px 15px 6px;
  background: rgba(66, 66, 66, 0.6);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  color: #FFF;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
}
.streetspace-block-gallery .streetspace-block-gallery__inside-container .streetspace-block-gallery__thumbnails {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding-top: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.streetspace-block-gallery .streetspace-block-gallery__inside-container .streetspace-block-gallery__thumbnails .streetspace-block-gallery__thumbnail-container {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s;
  height: 100px;
}
.streetspace-block-gallery .streetspace-block-gallery__inside-container .streetspace-block-gallery__thumbnails .streetspace-block-gallery__thumbnail-container.active {
  box-shadow: 0px 10px 35px -15px rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
}
.streetspace-block-gallery .streetspace-block-gallery__inside-container .streetspace-block-gallery__thumbnails .streetspace-block-gallery__thumbnail-container .streetspace-block-gallery__thumbnail {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.1);
  transition: transform 0.2s ease-out;
}
.streetspace-block-gallery .streetspace-block-gallery__inside-container .streetspace-block-gallery__thumbnails .streetspace-block-gallery__thumbnail-container .streetspace-block-gallery__thumbnail:hover {
  transform: scale(1);
  transition: transform 0.2s ease-out;
}
.streetspace-block-gallery .streetspace-block-gallery__inside-container .streetspace-block-gallery__thumbnails .streetspace-block-gallery__thumbnail-container .streetspace-block-gallery__thumbnail__play-icon {
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(10, 55, 132, 0.6);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  transform: translate(-50%, -55%) scale(1);
  transition: transform 0.2s ease-out;
  pointer-events: none;
}
.streetspace-block-gallery .streetspace-block-gallery__inside-container .streetspace-block-gallery__thumbnails .streetspace-block-gallery__thumbnail-container .streetspace-block-gallery__thumbnail__play-icon:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-42%, -50%);
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #FFF;
}
.streetspace-block-gallery.streetspace-block-gallery--mini-gallery {
  background: none;
  margin: 0 0 20px;
  padding-top: 0;
  padding-bottom: 10px;
}
.streetspace-block-gallery.streetspace-block-gallery--mini-gallery .streetspace-block-gallery__inside-container {
  height: unset;
}
.streetspace-block-gallery.streetspace-block-gallery--mini-gallery .streetspace-block-gallery__inside-container .streetspace-block-gallery__main-image-container {
  height: 305px;
}
.streetspace-block-gallery.streetspace-block-gallery--mini-gallery .streetspace-block-gallery__inside-container .streetspace-block-gallery__thumbnails {
  grid-template-columns: repeat(4, 1fr) !important;
}
.streetspace-block-gallery.streetspace-block-gallery--mini-gallery .streetspace-block-gallery__inside-container .streetspace-block-gallery__thumbnails .streetspace-block-gallery__thumbnail-container {
  height: 80px;
}
.streetspace-block-gallery.streetspace-block-gallery--mini-gallery-slider {
  background: none;
  margin: 0 0 20px;
  padding-top: 0;
}
.streetspace-block-gallery.streetspace-block-gallery--mini-gallery-slider .streetspace-block-gallery__inside-container {
  height: unset;
}
.streetspace-block-gallery.streetspace-block-gallery--mini-gallery-slider .streetspace-block-gallery__inside-container .streetspace-block-gallery__main-image-container {
  height: 330px;
}
.streetspace-block-gallery.streetspace-block-gallery--mini-gallery-slider .streetspace-block-gallery__inside-container .streetspace-block-gallery--mini-gallery-slider__buttons {
  position: absolute;
  width: 100%;
  bottom: 49px;
  left: 0;
  cursor: pointer;
}
.streetspace-block-gallery.streetspace-block-gallery--mini-gallery-slider .streetspace-block-gallery__inside-container .streetspace-block-gallery--mini-gallery-slider__buttons .streetspace-block-gallery--mini-gallery-slider__btn--prev {
  position: absolute;
  left: -10px;
  width: 16px;
  height: 18px;
  background-image: url(../images/btn-arrow-prev-grey.svg);
}
.streetspace-block-gallery.streetspace-block-gallery--mini-gallery-slider .streetspace-block-gallery__inside-container .streetspace-block-gallery--mini-gallery-slider__buttons .streetspace-block-gallery--mini-gallery-slider__btn--prev.disabled {
  background-image: url(../images/btn-arrow-prev-grey-light.svg) !important;
  cursor: default;
}
.streetspace-block-gallery.streetspace-block-gallery--mini-gallery-slider .streetspace-block-gallery__inside-container .streetspace-block-gallery--mini-gallery-slider__buttons .streetspace-block-gallery--mini-gallery-slider__btn--next {
  position: absolute;
  right: -10px;
  width: 16px;
  height: 18px;
  background-image: url(../images/btn-arrow-next-grey.svg);
}
.streetspace-block-gallery.streetspace-block-gallery--mini-gallery-slider .streetspace-block-gallery__inside-container .streetspace-block-gallery--mini-gallery-slider__buttons .streetspace-block-gallery--mini-gallery-slider__btn--next.disabled {
  background-image: url(../images/btn-arrow-next-grey-light.svg) !important;
  cursor: default;
}
.streetspace-block-gallery.streetspace-block-gallery--mini-gallery-slider .streetspace-block-gallery__inside-container .streetspace-block-gallery__thumbnails {
  display: block;
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.streetspace-block-gallery.streetspace-block-gallery--mini-gallery-slider .streetspace-block-gallery__inside-container .streetspace-block-gallery__thumbnails .streetspace-block-gallery__thumbnails-slider-wrapper {
  display: block;
  position: relative;
  width: 5000px;
}
.streetspace-block-gallery.streetspace-block-gallery--mini-gallery-slider .streetspace-block-gallery__inside-container .streetspace-block-gallery__thumbnails .streetspace-block-gallery__thumbnails-slider-wrapper .streetspace-block-gallery__thumbnail-container {
  height: 80px;
  float: left;
  padding-right: 10px;
}

.page-branding-metrostor .streetspace-block-gallery__inside-container .streetspace-block-gallery__main-image-container .streetspace-block-gallery__caption {
  background: rgba(66, 66, 66, 0.6);
}

.streetspace-block-gallery__image-enlarged {
  z-index: 125;
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60vw;
  max-height: calc(100vh - 120px);
  max-width: calc(100vw - 120px);
  -o-object-fit: contain;
     object-fit: contain;
}

.gallery-enlarged-video-iframe {
  position: fixed;
  transform: translate(-50%, -45%);
}

.streetspace-block-gallery__buttons {
  z-index: 125;
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: row-reverse;
  gap: 2px;
  cursor: pointer;
}
.streetspace-block-gallery__buttons .streetspace-block-gallery__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  right: 0;
  height: 60px;
  padding: 10px 20px;
  background-color: #616060;
  color: #FFF;
  background-position: center;
  background-repeat: no-repeat;
}
.streetspace-block-gallery__buttons .streetspace-block-gallery__btn:hover {
  background-color: #444444;
}
.streetspace-block-gallery__buttons .streetspace-block-gallery__btn--close-modal {
  width: 60px;
  background-image: url(../images/btn-modal-close.svg);
}

.streetspace-block-gallery__btn--prev,
.streetspace-block-gallery__btn--next {
  z-index: 125;
  position: fixed;
  top: calc(50% - 30px);
  left: 0;
  width: 60px;
  height: 60px;
  background-color: #616060;
  background-position: center;
  background-repeat: no-repeat;
}
.streetspace-block-gallery__btn--prev:hover,
.streetspace-block-gallery__btn--next:hover {
  background-color: #444444;
}

.streetspace-block-gallery__btn--prev {
  left: 0;
  background-image: url(../images/btn-arrow-prev.svg);
}

.streetspace-block-gallery__btn--next {
  left: calc(100% - 60px);
  background-image: url(../images/btn-arrow-next.svg);
}

.streetspace-block-product-model-variants {
  padding: 50px 30px;
  background-color: #F5F5F5;
}
@media only screen and (max-width: 600px) {
  .streetspace-block-product-model-variants {
    padding: 30px 0;
  }
}
.streetspace-block-product-model-variants .streetspace-block-product-model-variants-list {
  list-style: none;
  margin: 0;
}
.streetspace-block-product-model-variants .streetspace-block-product-model-variants-list .variant-item {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  background-color: #FFF;
  margin-bottom: 30px;
  transition: box-shadow 0.3s ease-in-out;
}
@media only screen and (max-width: 600px) {
  .streetspace-block-product-model-variants .streetspace-block-product-model-variants-list .variant-item {
    flex-direction: column;
  }
}
.streetspace-block-product-model-variants .streetspace-block-product-model-variants-list .variant-item:hover {
  box-shadow: 0px 20px 40px -10px rgba(0, 0, 0, 0.4);
  transition: box-shadow 0.3s ease-in-out;
}
.streetspace-block-product-model-variants .streetspace-block-product-model-variants-list .variant-item .variant-item__thumb {
  display: flex;
  flex: 1;
  width: 100%;
}
.streetspace-block-product-model-variants .streetspace-block-product-model-variants-list .variant-item .variant-item__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 600px) {
  .streetspace-block-product-model-variants .streetspace-block-product-model-variants-list .variant-item .variant-item__thumb img {
    height: 80%;
  }
}
.streetspace-block-product-model-variants .streetspace-block-product-model-variants-list .variant-item .variant-item__details {
  flex: 2;
  padding: 20px 30px;
}
@media only screen and (max-width: 600px) {
  .streetspace-block-product-model-variants .streetspace-block-product-model-variants-list .variant-item .variant-item__details {
    padding: 0 20px 20px;
    margin-top: -20px;
  }
}
.streetspace-block-product-model-variants .streetspace-block-product-model-variants-list .variant-item .variant-item__details .variant-item__title {
  color: #444444;
  font-size: 21px;
  line-height: 1.3;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-variation-settings: "wght" 500;
}
.streetspace-block-product-model-variants .streetspace-block-product-model-variants-list .variant-item .variant-item__details .variant-item__description {
  font-size: 15px;
  line-height: 1.3;
  margin-bottom: 20px;
}
.streetspace-block-product-model-variants.streetspace-block-product-model-variants--grid-layout .streetspace-block-product-model-variants-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.streetspace-block-product-model-variants.streetspace-block-product-model-variants--grid-layout .streetspace-block-product-model-variants-list .variant-item {
  justify-content: flex-start;
  flex-direction: column;
  margin-bottom: 10px;
}
.streetspace-block-product-model-variants.streetspace-block-product-model-variants--grid-layout .streetspace-block-product-model-variants-list .variant-item .variant-item__thumb {
  width: 100%;
}

.streetspace-block-product-design-features {
  padding: 50px 30px 20px;
  background-color: #F5F5F5;
  background: linear-gradient(180deg, rgb(245, 245, 245) 0%, rgb(255, 255, 255) 100%);
}
.streetspace-block-product-design-features.streetspace-block-product-design-features--with-bg {
  padding: 400px 0px 40px;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
.streetspace-block-product-design-features.streetspace-block-product-design-features--with-bg .streetspace-block-product-highlights__title {
  display: block;
  font-weight: 100;
  font-variation-settings: "wght" 100;
  font-size: 48px;
  color: #FFF;
  margin-bottom: 40px;
  text-shadow: 1px 1px 5px #000;
}
.streetspace-block-product-design-features.streetspace-block-product-design-features--with-bg .streetspace-block-product-design-features-list .feature-item .feature-item__details .feature-item__title {
  color: #FFF;
}
.streetspace-block-product-design-features.streetspace-block-product-design-features--with-bg .streetspace-block-product-design-features-list .feature-item .feature-item__details .feature-item__description {
  color: #FFF;
}
.streetspace-block-product-design-features .streetspace-block-product-design-features-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  list-style: none;
  margin: 0;
}
@media only screen and (max-width: 900px) {
  .streetspace-block-product-design-features .streetspace-block-product-design-features-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.streetspace-block-product-design-features .streetspace-block-product-design-features-list .feature-item {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
.streetspace-block-product-design-features .streetspace-block-product-design-features-list .feature-item .feature-item__thumb {
  display: flex;
  flex: 1;
  width: 48px;
  height: 48px;
  min-width: 48px;
}
.streetspace-block-product-design-features .streetspace-block-product-design-features-list .feature-item .feature-item__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.streetspace-block-product-design-features .streetspace-block-product-design-features-list .feature-item .feature-item__details {
  flex: 7;
  padding-right: 20px;
}
.streetspace-block-product-design-features .streetspace-block-product-design-features-list .feature-item .feature-item__details .feature-item__title {
  color: #616060;
  font-size: 15px;
  line-height: 1.3;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-variation-settings: "wght" 600;
  margin: 0 0 5px;
}
.streetspace-block-product-design-features .streetspace-block-product-design-features-list .feature-item .feature-item__details .feature-item__description {
  font-size: 14px;
  line-height: 1.3;
  margin: 0;
}
.streetspace-block-product-design-features.streetspace-block-product-model-features--grid-layout .streetspace-block-product-model-features-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.streetspace-block-product-design-features.streetspace-block-product-model-features--grid-layout .streetspace-block-product-model-features-list .feature-item {
  justify-content: flex-start;
  flex-direction: column;
  margin-bottom: 10px;
}
.streetspace-block-product-design-features.streetspace-block-product-model-features--grid-layout .streetspace-block-product-model-features-list .feature-item .feature-item__thumb {
  width: 100%;
}

.streetspace-block-product-specs-tabs {
  padding: 50px;
}
.streetspace-block-product-specs-tabs .streetspace-block-product-specs-tabs-header .tabs-titles {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  margin: 0;
  border-bottom: 1px solid #616060;
}
.streetspace-block-product-specs-tabs .streetspace-block-product-specs-tabs-header .tabs-titles .tabs-title {
  flex: 1 1 auto;
  text-align: center;
  margin: 0;
}
.streetspace-block-product-specs-tabs .streetspace-block-product-specs-tabs-header .tabs-titles .tabs-title a {
  display: block;
  color: #808080;
  background-color: #FFF;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: 700;
  font-variation-settings: "wght" 700;
}
.streetspace-block-product-specs-tabs .streetspace-block-product-specs-tabs-header .tabs-titles .tabs-title a:hover {
  color: #616060;
}
.streetspace-block-product-specs-tabs .streetspace-block-product-specs-tabs-header .tabs-titles .tabs-title.active a {
  color: #FFF;
  background-color: #616060;
}
.streetspace-block-product-specs-tabs .streetspace-block-product-specs-tabs-list {
  list-style: none;
  margin: 0;
}
.streetspace-block-product-specs-tabs .streetspace-block-product-specs-tabs-list .product-specs-tab {
  display: none;
}
.streetspace-block-product-specs-tabs .streetspace-block-product-specs-tabs-list .product-specs-tab.active {
  display: block;
}
.streetspace-block-product-specs-tabs .streetspace-block-product-specs-tabs-list .product-specs-tab .content-top,
.streetspace-block-product-specs-tabs .streetspace-block-product-specs-tabs-list .product-specs-tab .content-bottom {
  margin-bottom: 30px;
  font-size: 13px !important;
}
.streetspace-block-product-specs-tabs .streetspace-block-product-specs-tabs-list .product-specs-tab .content-top .model-text,
.streetspace-block-product-specs-tabs .streetspace-block-product-specs-tabs-list .product-specs-tab .content-top p, .streetspace-block-product-specs-tabs .streetspace-block-product-specs-tabs-list .product-specs-tab .content-top a, .streetspace-block-product-specs-tabs .streetspace-block-product-specs-tabs-list .product-specs-tab .content-top b, .streetspace-block-product-specs-tabs .streetspace-block-product-specs-tabs-list .product-specs-tab .content-top strong, .streetspace-block-product-specs-tabs .streetspace-block-product-specs-tabs-list .product-specs-tab .content-top span,
.streetspace-block-product-specs-tabs .streetspace-block-product-specs-tabs-list .product-specs-tab .content-bottom .model-text,
.streetspace-block-product-specs-tabs .streetspace-block-product-specs-tabs-list .product-specs-tab .content-bottom p,
.streetspace-block-product-specs-tabs .streetspace-block-product-specs-tabs-list .product-specs-tab .content-bottom a,
.streetspace-block-product-specs-tabs .streetspace-block-product-specs-tabs-list .product-specs-tab .content-bottom b,
.streetspace-block-product-specs-tabs .streetspace-block-product-specs-tabs-list .product-specs-tab .content-bottom strong,
.streetspace-block-product-specs-tabs .streetspace-block-product-specs-tabs-list .product-specs-tab .content-bottom span {
  font-size: 13px !important;
}
.streetspace-block-product-specs-tabs .streetspace-block-product-specs-tabs-list .product-specs-tab .content-top {
  margin-top: 20px;
}
.streetspace-block-product-specs-tabs .streetspace-block-product-specs-tabs-list .product-specs-tab h4 {
  margin-top: 18px;
}
.streetspace-block-product-specs-tabs .streetspace-block-product-specs-tabs-list .product-specs-tab .content-list .content-list__list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 900px) {
  .streetspace-block-product-specs-tabs .streetspace-block-product-specs-tabs-list .product-specs-tab .content-list .content-list__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 600px) {
  .streetspace-block-product-specs-tabs .streetspace-block-product-specs-tabs-list .product-specs-tab .content-list .content-list__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.streetspace-block-product-specs-tabs .streetspace-block-product-specs-tabs-list .product-specs-tab .content-list .content-list__list .content-list__list-item h4 {
  margin-top: 8px;
  line-height: 1.2;
}
.streetspace-block-product-specs-tabs .streetspace-block-product-specs-tabs-list .product-specs-tab .content-list .content-list__list .content-list__list-item ul {
  margin: 0 0 30px 20px;
}
.streetspace-block-product-specs-tabs .streetspace-block-product-specs-tabs-list .product-specs-tab .content-list .content-list__list .content-list__list-item ul li {
  font-size: 12px;
  margin-bottom: 4px;
  line-height: 1.3;
}
.streetspace-block-product-specs-tabs .streetspace-block-product-specs-tabs-list .product-specs-tab .product-specs-tab__design-series {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: calc(100% - 60px);
  margin: 0 auto;
}
@media only screen and (max-width: 600px) {
  .streetspace-block-product-specs-tabs .streetspace-block-product-specs-tabs-list .product-specs-tab .product-specs-tab__design-series {
    flex-direction: column;
    gap: 0;
    margin: 0 auto 20px;
  }
}
.streetspace-block-product-specs-tabs .streetspace-block-product-specs-tabs-list .product-specs-tab .product-specs-tab__design-series .product-specs-tab__design-series__image {
  flex: 0.35;
}
@media only screen and (max-width: 600px) {
  .streetspace-block-product-specs-tabs .streetspace-block-product-specs-tabs-list .product-specs-tab .product-specs-tab__design-series .product-specs-tab__design-series__image {
    padding: 0;
  }
}
.streetspace-block-product-specs-tabs .streetspace-block-product-specs-tabs-list .product-specs-tab .product-specs-tab__design-series .product-specs-tab__design-series__content {
  flex: 0.65;
}

.page-branding-metrostor .streetspace-block-product-specs-tabs .streetspace-block-product-specs-tabs-header .tabs-titles {
  border-bottom: 1px solid #616060;
}
.page-branding-metrostor .streetspace-block-product-specs-tabs .streetspace-block-product-specs-tabs-header .tabs-titles .tabs-title a:hover {
  color: #616060;
}
.page-branding-metrostor .streetspace-block-product-specs-tabs .streetspace-block-product-specs-tabs-header .tabs-titles .tabs-title.active a {
  color: #FFF;
  background-color: #616060;
}

.streetspace-block-cta {
  background-color: #616060;
  padding: 50px 20px;
}
.streetspace-block-cta .streetspace-block-cta__title {
  font-size: 28px;
  color: #FFF;
  margin-bottom: 40px;
}
.streetspace-block-cta .streetspace-block-cta__buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.streetspace-block-cta .streetspace-block-cta__buttons .cta-button-primary {
  background-color: #FFF;
  color: #444444;
  padding: 8px 50px 7px;
  border: 2px solid #FFF;
}
.streetspace-block-cta .streetspace-block-cta__buttons .cta-button-primary:hover {
  background-color: transparent;
  color: #FFF;
}
.streetspace-block-cta .streetspace-block-cta__buttons .cta-button-outline {
  padding: 8px 50px 7px;
  color: #FFF;
  border: 2px solid #FFF;
}
.streetspace-block-cta .streetspace-block-cta__buttons .cta-button-outline:hover {
  color: #444444;
  background-color: #FFF;
}
@media (max-width: 768px) {
    .streetspace-block-cta .streetspace-block-cta__buttons {
        flex-direction: column;
        gap: 20px;
    }

    .streetspace-block-cta .streetspace-block-cta__buttons .cta-button-primary,
    .streetspace-block-cta .streetspace-block-cta__buttons .cta-button-outline {
        padding: 18px; 
    }
}
.streetspace-block-cta.streetspace-block-cta--style-metrostor {
  background-color: #616060;
}

.streetspace-block-product-highlights {
  background-color: #444444;
  padding: 400px 0 20px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.streetspace-block-product-highlights .streetspace-block-product-highlights__content .streetspace-block-product-highlights__title {
  display: block;
  font-size: 48px;
  color: #FFF;
  margin-bottom: 40px;
  text-shadow: 1px 1px 5px #000;
}
.streetspace-block-product-highlights .streetspace-block-product-highlights__content .streetspace-block-product-highlights__list {
  display: block;
  list-style: none;
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.streetspace-block-product-highlights .streetspace-block-product-highlights__content .streetspace-block-product-highlights__list .streetspace-block-product-highlights__list-item {
  display: flex;
  margin-bottom: 20px;
}
.streetspace-block-product-highlights .streetspace-block-product-highlights__content .streetspace-block-product-highlights__list .streetspace-block-product-highlights__list-item .streetspace-block-product-highlights__list-item__image {
  flex: 0.2;
}
.streetspace-block-product-highlights .streetspace-block-product-highlights__content .streetspace-block-product-highlights__list .streetspace-block-product-highlights__list-item .streetspace-block-product-highlights__list-item__image img {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
}
.streetspace-block-product-highlights .streetspace-block-product-highlights__content .streetspace-block-product-highlights__list .streetspace-block-product-highlights__list-item .streetspace-block-product-highlights__list-item__text {
  flex: 0.8;
  color: #FFF;
  font-size: 13px;
  line-height: 1.3;
}
.streetspace-block-product-highlights .streetspace-block-product-highlights__content .streetspace-block-product-highlights__list .streetspace-block-product-highlights__list-item .streetspace-block-product-highlights__list-item__text h4 {
  color: #FFF;
  font-size: 13px;
  line-height: 1.3;
  margin-bottom: 3px;
}

.streetspace-block-counter-animation {
  background-color: #F5F5F5;
  padding: 30px 0 30px;
}
.streetspace-block-counter-animation .streetspace-block-counter-animation__content .streetspace-block-counter-animation__list {
  display: flex;
  flex-direction: row;
  gap: 20px;
  list-style: none;
  margin: 0;
}
@media only screen and (max-width: 960px) {
  .streetspace-block-counter-animation .streetspace-block-counter-animation__content .streetspace-block-counter-animation__list {
    flex-direction: column;
  }
}
.streetspace-block-counter-animation .streetspace-block-counter-animation__content .streetspace-block-counter-animation__list .streetspace-block-counter-animation__list-divider {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  gap: 20px;
  flex: 1;
}
@media only screen and (max-width: 500px) {
  .streetspace-block-counter-animation .streetspace-block-counter-animation__content .streetspace-block-counter-animation__list .streetspace-block-counter-animation__list-divider {
    flex-direction: column;
  }
}
.streetspace-block-counter-animation .streetspace-block-counter-animation__content .streetspace-block-counter-animation__list .streetspace-block-counter-animation__list-divider .streetspace-block-counter-animation__list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  flex: 1;
}
.streetspace-block-counter-animation .streetspace-block-counter-animation__content .streetspace-block-counter-animation__list .streetspace-block-counter-animation__list-divider .streetspace-block-counter-animation__list-item .list-item-icon,
.streetspace-block-counter-animation .streetspace-block-counter-animation__content .streetspace-block-counter-animation__list .streetspace-block-counter-animation__list-divider .streetspace-block-counter-animation__list-item .list-item-icon img {
  width: 60px;
  height: 60px;
}
.streetspace-block-counter-animation .streetspace-block-counter-animation__content .streetspace-block-counter-animation__list .streetspace-block-counter-animation__list-divider .streetspace-block-counter-animation__list-item .list-item-number {
  font-size: 40px;
}
.streetspace-block-counter-animation .streetspace-block-counter-animation__content .streetspace-block-counter-animation__list .streetspace-block-counter-animation__list-divider .streetspace-block-counter-animation__list-item .list-item-text {
  font-size: 14px;
  text-align: center;
}

.streetspace-block-alternating-page-section {
  padding: 40px 0;
}
.streetspace-block-alternating-page-section:nth-of-type(odd) {
  background-color: #F5F5F5;
}
.streetspace-block-alternating-page-section.streetspace-block-alternating-page-section--left-thumb .streetspace-block-alternating-page-section__content {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 800px) {
  .streetspace-block-alternating-page-section.streetspace-block-alternating-page-section--left-thumb .streetspace-block-alternating-page-section__content {
    flex-direction: column-reverse;
  }
}
.streetspace-block-alternating-page-section .streetspace-block-alternating-page-section__content {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media only screen and (max-width: 800px) {
  .streetspace-block-alternating-page-section .streetspace-block-alternating-page-section__content {
    flex-direction: column-reverse;
  }
}
.streetspace-block-alternating-page-section .streetspace-block-alternating-page-section__content .alternating-page-section__main {
  flex: 0.7;
}
.streetspace-block-alternating-page-section .streetspace-block-alternating-page-section__content .alternating-page-section__image-container {
  flex: 0.3;
}
.streetspace-block-alternating-page-section .streetspace-block-alternating-page-section__content .alternating-page-section__image-container img {
  width: 100%;
  max-width: 400px;
}
.streetspace-block-alternating-page-section .streetspace-block-alternating-page-section__video_container {
  position: relative;
  width: 400px;
  height: 220px;
  overflow: hidden;
  cursor: pointer;
}
.streetspace-block-alternating-page-section .streetspace-block-alternating-page-section__video_container .video_container__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.05);
  transition: transform 0.4s ease-out;
}
.streetspace-block-alternating-page-section .streetspace-block-alternating-page-section__video_container:hover .video_container__image {
  transform: scale(1);
  transition: transform 0.4s ease-out;
}
.streetspace-block-alternating-page-section .streetspace-block-alternating-page-section__video_container .video_container__play-icon {
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(66, 66, 66, 0.6);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  transform: translate(-50%, -70%) scale(1);
  transition: transform 0.2s ease-out;
}
.streetspace-block-alternating-page-section .streetspace-block-alternating-page-section__video_container .video_container__play-icon:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-42%, -50%);
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 30px;
  border-color: transparent transparent transparent #FFF;
}

.streetspace-block-video__video {
  position: relative;
  flex: 1;
  width: 400px;
  height: 220px;
  overflow: hidden;
  cursor: pointer;
}
.streetspace-block-video__video .streetspace-block-video__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.05);
  transition: transform 0.4s ease-out;
}
.streetspace-block-video__video:hover .streetspace-block-video__image {
  transform: scale(1);
  transition: transform 0.4s ease-out;
}
.streetspace-block-video__video .streetspace-block-video__play-icon {
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(66, 66, 66, 0.6);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  transform: translate(-50%, -70%) scale(1);
  transition: transform 0.2s ease-out;
}
.streetspace-block-video__video .streetspace-block-video__play-icon:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-42%, -50%);
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 30px;
  border-color: transparent transparent transparent #FFF;
}
.streetspace-block-video__video:hover .streetspace-block-video__play-icon {
  transform: translate(-50%, -70%) scale(1.2);
  transition: transform 0.2s ease-out;
}
.streetspace-block-video__video .streetspace-block-video__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 8px 15px 6px;
  background: rgba(66, 66, 66, 0.6);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  color: #FFF;
  text-align: center;
}

.streetspace-block-featured-product {
  background-color: #F5F5F5;
  padding: 20px 20px;
  margin: 20px 0;
}
.streetspace-block-featured-product .streetspace-block-featured-product__main {
  display: flex;
  gap: 20px;
  color: #616060;
}

.streetspace-block-dans-bonus {
  padding: 80px 0;
  margin: 20px 0;
  background-size: cover;
}
.streetspace-block-dans-bonus .streetspace-block-dans-bonus__box {
  color: #FFF;
  width: 800px;
  background: rgba(66, 66, 66, 0.6);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 30px;
  font-size: 15px;
}
.streetspace-block-dans-bonus .streetspace-block-dans-bonus__box p {
  font-size: 15px;
}
.streetspace-block-dans-bonus .streetspace-block-dans-bonus__box p, .streetspace-block-dans-bonus .streetspace-block-dans-bonus__box h1, .streetspace-block-dans-bonus .streetspace-block-dans-bonus__box h2, .streetspace-block-dans-bonus .streetspace-block-dans-bonus__box h3, .streetspace-block-dans-bonus .streetspace-block-dans-bonus__box h4, .streetspace-block-dans-bonus .streetspace-block-dans-bonus__box a {
  color: #FFF;
}
.streetspace-block-dans-bonus.streetspace-block-dans-bonus--style-metrostor .streetspace-block-dans-bonus__box {
  background: rgba(66, 66, 66, 0.6);
}
.streetspace-block-dans-bonus.streetspace-block-dans-bonus--style-urbanspec .streetspace-block-dans-bonus__box {
  background: rgba(66, 66, 66, 0.6);
}
.streetspace-block-dans-bonus.streetspace-block-dans-bonus--style-height-compressed {
  padding: 30px 0;
}
.streetspace-block-dans-bonus.streetspace-block-dans-bonus--style-height-xl {
  padding: 160px 0;
}
.streetspace-block-dans-bonus.streetspace-block-dans-bonus--style-wide .streetspace-block-dans-bonus__box {
  width: 100%;
}
.streetspace-block-dans-bonus.streetspace-block-dans-bonus--style-wide-center .streetspace-block-dans-bonus__box {
  width: 100%;
  text-align: center;
}

.section-cad-solutions {
  padding: 100px 80px 145px;
  background-color: #888;
  background-image: url(../images/bg-archi-light.jpg);
}
.section-cad-solutions .section-cad-solutions-content {
  color: #FFF;
  width: 800px;
  background: rgba(66, 66, 66, 0.6);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 30px;
}
.section-cad-solutions .section-cad-solutions-content p {
  font-size: 15px;
}

.page-branding-metrostor .section-cad-solutions .section-cad-solutions-content {
  background: rgba(237, 125, 49, 0.6);
}

@media only screen and (max-width: 900px) {
  .section-cad-solutions {
    padding: 40px 20px !important;
  }
  .section-cad-solutions .section-cad-solutions-content {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .section-cad-solutions {
    padding: 20px 10px !important;
  }
  .section-cad-solutions .section-cad-solutions-content {
    padding: 10px;
  }
}
.streetspace-block-products-list {
  padding: 80px 0;
  background-color: #F5F5F5;
}
.streetspace-block-products-list .grid-item__title--product-title {
  font-size: 17px !important;
}
.streetspace-block-products-list .grid-item__price {
  font-size: 12px;
  color: #666;
  margin-bottom: 15px;
}
.streetspace-block-products-list .grid-item__price span {
  font-size: 15px;
  color: #616060;
  font-weight: 600;
  font-variation-settings: "wght" 600;
  margin-left: 2px;
}

.page-branding-metrostor .streetspace-block-products-list .grid-item__price span {
  color: #616060;
}

.instant-estimate {
  margin: 0 0 40px;
}
.instant-estimate .instant-estimate-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-variation-settings: "wght" 300;
}

html {
  scroll-behavior: smooth !important;
}

body {
  color: #333;
  min-height: 100vh;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-variation-settings: "wght" 300;
}

.blue {
  color: #616060;
}

.white {
  color: #FFF !important;
}

main {
  padding: 50px 0 50px;
}

.streetspace-modal {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 90%;
  padding: 40px 40px 30px;
  max-width: 600px;
  min-height: 50px;
  max-height: 100%;
  overflow: scroll;
  background-color: #FFF;
  box-shadow: 0px 20px 40px -10px rgba(0, 0, 0, 0.4);
}

.container {
  width: 100%;
  max-width: 1140px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
}
.container.text-center {
  text-align: center;
}

p {
  margin-bottom: 15px;
}

strong,
.bold {
  font-weight: 700;
  font-variation-settings: "wght" 700;
}

.bold-500 {
  font-weight: 500;
  font-variation-settings: "wght" 500;
}

.grey {
  color: #444444;
}

a, a:visited, a:focus {
  color: #616060;
}

.page-branding-metrostor a, .page-branding-metrostor a:visited, .page-branding-metrostor a:focus {
  color: #616060;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  line-height: 1.2;
  color: #616060;
  margin-bottom: 10px;
}

h1,
.h1 {
  font-size: 24px;
  color: #616060;
}
h1.heading-underline,
.h1.heading-underline {
  position: relative;
  margin-bottom: 70px;
}
h1.heading-underline::after,
.h1.heading-underline::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 80px;
  height: 2px;
  background-color: #444;
}
h1.heading-underline.blue::after,
.h1.heading-underline.blue::after {
  background-color: #616060;
}

h2,
.h2 {
  font-size: 22px;
  color: #616060;
}
h2.grey,
.h2.grey {
  color: #444444;
}
h2.heading-underline,
.h2.heading-underline {
  position: relative;
  margin-bottom: 70px;
}
h2.heading-underline::after,
.h2.heading-underline::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 80px;
  height: 2px;
  background-color: #444;
}
h2.heading-underline.blue::after,
.h2.heading-underline.blue::after {
  background-color: #616060;
}

h3,
.h3 {
  font-size: 18px;
  color: #616060;
}
h3.grey,
.h3.grey {
  color: #444444;
}

h4,
.h4 {
  font-size: 14px;
  margin-bottom: 4px;
  color: #616060;
}
h4.grey,
.h4.grey {
  color: #444444;
}

.page-branding-metrostor h1, .page-branding-metrostor h2, .page-branding-metrostor h3, .page-branding-metrostor h4, .page-branding-metrostor h5, .page-branding-metrostor h6,
.page-branding-metrostor .h1, .page-branding-metrostor .h2, .page-branding-metrostor .h3, .page-branding-metrostor .h4, .page-branding-metrostor .h5, .page-branding-metrostor .h6 {
  color: #616060;
}

ul {
  margin: 0 0 40px 30px;
}

.btn {
  display: inline-block;
  color: #616060;
  padding: 8px 35px 7px;
  font-size: 15px;
  font-weight: 500;
  font-variation-settings: "wght" 500;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  border-radius: 99px;
  cursor: pointer;
}
.btn:hover {
  color: #444;
}

.btn-primary {
  background-color: #616060;
  color: #FFF !important;
  border: 2px solid #616060;
}
.btn-primary:hover {
  background-color: #FFF;
  color: #616060 !important;
}

.btn-white {
  color: #616060;
  background-color: #FFF;
  border: 2px solid #FFF;
}
.btn-white:hover {
  color: #FFF;
  background-color: #616060;
}

.btn-wide {
  width: 50%;
  padding: 3px;
}

.btn-secondary {
  font-weight: 300;
  font-variation-settings: "wght" 300;
  color: #525252;
}

.page-branding-metrostor .btn-primary {
  background-color: #616060;
  border: 2px solid #616060;
}
.page-branding-metrostor .btn-primary:hover {
  background-color: #FFF;
  color: #616060 !important;
}
.page-branding-metrostor .btn-white {
  color: #616060 !important;
  background-color: #FFF;
  border: 2px solid #FFF;
}
.page-branding-metrostor .btn-white:hover {
  color: #FFF !important;
  background-color: #616060;
}

.wide-button-container {
  margin: 40px 0;
}
.wide-button-container.wide-button-container--left {
  text-align: left;
}
.wide-button-container.wide-button-container--right {
  text-align: right;
}
.wide-button-container .btn {
  width: 50%;
}

img {
  max-width: 100%;
}

.section-breadcrumbs {
  background-color: #F5F5F5;
  padding: 10px 0 8px;
}
.section-breadcrumbs ul {
  display: flex;
  align-items: center;
  list-style: none;
}
.section-breadcrumbs ul li {
  position: relative;
  display: block;
  margin-right: 20px;
}
.section-breadcrumbs ul li:last-child::after {
  content: none;
}
.section-breadcrumbs ul li::after {
  content: url(../images/arrow-link-single.svg);
  position: absolute;
  right: -27px;
  top: 1px;
  width: 20px;
  height: 20px;
}
.section-breadcrumbs ul li.active a {
  font-weight: 600;
  font-variation-settings: "wght" 600;
}
.section-breadcrumbs ul li a {
  display: block;
  padding: 3px 10px;
  font-size: 14px;
  color: #444444;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-variation-settings: "wght" 400;
}
.section-breadcrumbs ul li a:hover {
  color: #616060;
  text-decoration: underline;
}

.site-cookie-policy {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  background-color: #FFF;
  padding: 20px;
  border-top: 1px solid #444;
}
.site-cookie-policy p {
  margin: 0;
}

.layout-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  padding: 20px 20px 0;
}
.layout-grid .grid-item {
  padding: 0;
  background-color: #FFF;
  transition: box-shadow 0.3s ease-in-out;
}
.layout-grid .grid-item .grid-item__link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #616060;
}
.layout-grid .grid-item .grid-item__image {
  width: 100%;
  height: 220px;
  overflow: hidden;
}
.layout-grid .grid-item .grid-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.05);
  transition: 0.3s ease-out;
}
.layout-grid .grid-item .grid-item__content {
  padding: 10px 20px 15px;
}
.layout-grid .grid-item .grid-item__content .grid-item__title {
  font-size: 16px;
  color: #616060;
  padding: 7px 0 7px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-variation-settings: "wght" 500;
  transition: 0.3s;
}
.layout-grid .grid-item .grid-item__content .grid-item__text {
  font-size: 15px;
  line-height: 1.5;
  color: #444444;
}
.layout-grid .grid-item .grid-item__content .grid-item__text span {
  font-size: 15px;
  font-weight: 500;
  font-variation-settings: "wght" 500;
  color: #616060;
}
.layout-grid .grid-item .grid-item__content .grid-item__read-more {
  font-size: 14px;
  color: #616060;
  padding: 5px 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 7500;
  font-variation-settings: "wght" 700;
  text-decoration: none;
  transition: 0.3s;
}
.layout-grid .grid-item:hover {
  box-shadow: 0px 20px 40px -10px rgba(0, 0, 0, 0.4);
  transition: box-shadow 0.3s ease-in-out;
}
.layout-grid .grid-item:hover .grid-item__image img {
  transform: scale(1);
  transition: 0.3s;
}
.layout-grid .grid-item:hover .grid-item__content .grid-item__title {
  font-weight: 700;
  font-variation-settings: "wght" 700;
  transition: 0.3s;
}
.layout-grid.layout-grid-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding: 0 20px;
}
.layout-grid.layout-grid-4 .grid-item .grid-item__link .grid-item__image {
  height: 180px;
}
.layout-grid.layout-grid-4 .grid-item .grid-item__link .grid-item__title {
  font-size: 14px;
}
.layout-grid.layout-grid-4 .grid-item .grid-item__date {
  margin: -10px 0 7px;
  font-size: 13px;
  color: #666;
}
.layout-grid.layout-grid-4 .grid-item .grid-item__text {
  font-size: 15px;
  color: #666;
}
.layout-grid.layout-grid-4.layout-grid-4--compressed .grid-item .grid-item__link .grid-item__image {
  height: 160px;
}
.layout-grid.layout-grid-4.layout-grid-4--compressed .grid-item .grid-item__link .grid-item__content {
  padding: 0 10px;
}
.layout-grid.layout-grid-4.layout-grid-4--compressed .grid-item .grid-item__link .grid-item__title {
  font-size: 12px;
  margin: 0;
}

.page-branding-metrostor .layout-grid .grid-item .grid-item__content .grid-item__title,
.page-branding-metrostor .layout-grid .grid-item .grid-item__content .grid-item__text span,
.page-branding-metrostor .layout-grid .grid-item .grid-item__content .grid-item__read-more {
  color: #616060;
}

@media only screen and (max-width: 900px) {
  .layout-grid.layout-grid-4 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 768px) {
  .layout-grid {
    grid-template-columns: 1fr 1fr;
  }
  .layout-grid.layout-grid-4 {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 500px) {
  .layout-grid {
    grid-template-columns: 1fr;
  }
  .layout-grid.layout-grid-4 {
    grid-template-columns: 1fr;
  }
}
.layout-grid-show-more-container {
  position: relative;
  max-height: 450px;
  overflow: hidden;
}
.layout-grid-show-more-container .layout-grid {
  padding-bottom: 70px;
}
.layout-grid-show-more-container .layout-grid-show-more-container__overlay {
  z-index: 100;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 150px;
  text-align: center;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}
.layout-grid-show-more-container .layout-grid-show-more-container__overlay .btn-layout-grid-show-more {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 500;
  font-variation-settings: "wght" 500;
  color: #FFF;
  background-color: #616060;
  border: 2px solid #616060;
  padding: 5px 30px;
  border-radius: 99px;
  outline: none;
  cursor: pointer;
}
.layout-grid-show-more-container .layout-grid-show-more-container__overlay .btn-layout-grid-show-more:hover {
  color: #616060;
  background-color: #FFF;
}
.layout-grid-show-more-container.open {
  transition: max-height 0.6s ease-in-out;
}

.page-branding-metrostor .layout-grid-show-more-container .layout-grid-show-more-container__overlay .btn-layout-grid-show-more {
  background-color: #616060;
  border: 2px solid #616060;
}
.page-branding-metrostor .layout-grid-show-more-container .layout-grid-show-more-container__overlay .btn-layout-grid-show-more:hover {
  color: #616060;
  background-color: #FFF;
}/*# sourceMappingURL=style.css.map */