@charset "UTF-8";

.slider-wrapper_number_1 {
  width: 100%;
}

.slider-wrapper_number_2 {
  width: 800px;
  height: 400px;
}

.slider-wrapper__title {
  text-align: center;
  margin-bottom: 20px;
}

.infinite-caurosel-slider .slick-slider {
  padding: 0 50px;
}

.infinite-caurosel-slider .slick-track {
  display: flex;
  align-items: center;
}

.infinite-caurosel-slider .slick-slide {
  margin: 0 18px;
}

.infinite-caurosel-slider .slick-arrow {
  position: absolute;
  background: none;
  border: none;
  width: 20px;
  top: 0;
  bottom: 0;
  font-size: 45px;
}

.infinite-caurosel-slider .slick-arrow:before {
  position: absolute;
  width: 20px;
  top: 0;
  bottom: 0;
  left: 0;
  background-size: contain;
  background-position-y: center;
  background-repeat: no-repeat;
  content: '';
}

.infinite-caurosel-slider .slick-arrow.slick-prev {
  left: 15px;
}

.infinite-caurosel-slider .slick-arrow.slick-prev:hover {
  color: #c82413;
}

.infinite-caurosel-slider .slick-arrow.slick-next {
  right: 15px;
}

.infinite-caurosel-slider .slick-arrow.slick-next:hover {
  color: #c82413;
}

.pointer-slider {
  height: 100%;
}

.pointer-slider .slick-slider {
  height: 100%;
}

.pointer-slider .slick-list, .pointer-slider .slick-track, .pointer-slider .slick-slide {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.pointer-slider .slick-slide {
  background-size: cover;
  background-position: center center;
}

.pointer-slider .slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 1;
  list-style: none;
}

.pointer-slider .slick-dots li {
  display: inline-block;
}

.pointer-slider .slick-dots li button {
  display: inline-block;
  background: none;
  border: none;
  text-indent: -9999px;
  font-size: 0;
  width: 4px;
  height: 4px;
  padding: 4px;
  margin: 0 6px;
  border-radius: 50%;
  background-color: black;
}

.pointer-slider .slick-dots li button:hover {
  background-color: red;
}

.pointer-slider .slick-dots li.slick-active button {
  background-color: transparent;
  border: 2px solid black;
}

.pointer-slider .slick-dots li.slick-active button:hover {
  border-color: red;
}

.pointer-slider .slick-arrow {
  position: absolute;
  background: none;
  border: none;
  width: 30px;
  top: 30%;
  bottom: 30%;
  z-index: 1;
  font-size: 45px;
}

.pointer-slider .slick-arrow.slick-prev {
  left: 0;
}

.pointer-slider .slick-arrow.slick-prev:hover {
  color: #c82413;
}

.pointer-slider .slick-arrow.slick-next {
  right: 0;
}

.pointer-slider .slick-arrow.slick-next:hover {
  color: #c82413;
}

.modal-slider {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 11;
}

.modal-slider-shown {
  max-height: 100vh;
  overflow: hidden;
}

.modal-slider-shown .modal-slider {
  display: block;
}

.modal-slider__close {
  position: absolute;
  background: none;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
  top: 60px;
  right: 60px;
  z-index: 1001;
}

.modal-slider__close:hover {
  color: #c82413;
}

.modal-slider__slide-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-slider .slick-slider, .modal-slider .slick-list, .modal-slider .slick-track {
  height: 100%;
}

.modal-slider .slick-arrow {
  position: absolute;
  background: none;
  border: none;
  width: 30%;
  top: 0;
  bottom: 0;
  z-index: 1000;
  cursor: pointer;
  font-size: 60px;
  color: #fff;
}

.modal-slider .slick-arrow.slick-prev {
  left: 0;
}

.modal-slider .slick-arrow.slick-prev:hover {
  color: #c82413;
}

.modal-slider .slick-arrow.slick-next {
  right: 0;
}

.modal-slider .slick-arrow.slick-next:hover {
  color: #c82413;
}

.slide {
  color: white;
  font-family: Helvetica;
  text-align: center;
}

.slide__title {
  margin-top: 15px;
}

.slide__description {
  margin: 15px;
  font-size: 0.8em;
}

.slide__link {
  margin-top: 15px;
  font-style: italic;
  color: inherit;
  font-size: 0.8em;
  text-decoration: underline;
}

.slide__video {
  margin: auto;
}

.vimeo-video-slider__viewport {
  margin: 20px 0;
  padding: 0 50px;
}

.vimeo-video-slider__viewport-slide {
  width: 100%;
  height: 500px;
  border: none;
}

.vimeo-video-slider__viewport .slick-list, .vimeo-video-slider__viewport .slick-track, .vimeo-video-slider__viewport .slick-slide {
  margin: 0;
}

.vimeo-video-slider__nav-slide {
  position: relative;
  height: 100px;
  background-position: center center;
  background-size: cover;
}

.vimeo-video-slider__nav-slide.slide-selected:before {
  border: 3px solid red;
  padding: 3px 9px;
}

.vimeo-video-slider__nav-slide:before {
  content: attr(data-title);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  color: white;
  padding: 6px 12px;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1) 70%);
}

.vimeo-video-slider__nav-slide:after {
  content: attr(data-duration);
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 4px 8px;
  opacity: 0;
  transition: opacity .3s;
  font-size: .8em;
  color: white;
  background-color: rgba(0, 0, 0, 0.6);
}

.vimeo-video-slider__nav-slide:hover:before {
  background: linear-gradient(rgba(0, 0, 0, 0.3), transparent 70%);
}

.vimeo-video-slider__nav-slide:hover:after {
  opacity: 1;
}

.paralax {
  background-size: 100% auto;
  background-position-x: center;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* s */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: normal;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  outline: none;
}

.row {
  margin: 0;
  height: inherit;
}

.row_margin-size_middle {
  margin: 20px;
}

.container_size_full-height {
  height: 100%;
}

.container_type_relative {
  position: relative;
}

.container_theme_white {
  background-color: #fff;
}

.container-fluid {
  padding: 0;
}

.container_padding-size_middle {
  padding: 20px 0;
}

.column {
  height: inherit;
  overflow: hidden;
  box-sizing: border-box;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  z-index: 1;
}

.column_theme_purple {
  background-color: #9c7fba;
  color: #fff;
}

.column_theme_blue {
  background-color: #4284cf;
  color: #fff;
}

.column_theme_white {
  background-color: #fff;
  color: #000;
}

.column_theme_pink {
  background-color: #f1ebf7;
}

.column_theme_image {
  background-position: center;
  background-size: cover;
}

.column_theme_transparent {
  background-color: transparent;
}

.column_background_key-management-stat {
  background-image: url("/Modules/Marketing/Public/images/keyManagement/Statistic.png?v=-8yXlOULQsADPjs0nAnmEmXisQ7bIfkl8m-tLSbtzS81");
}

.column_background_managment-portal-display {
  background-image: url("/Modules/Marketing/Public/images/main/Managment-portal-display.png?v=VimFccaSyMidJvFFtzPDVtP6oUDYkL_MffL5T17AYe01");
}

.column_background_barcode-reader {
  background-image: url("/Modules/Marketing/Public/images/main/Barcode-Reader.jpg?v=ZznN2Rp18ENFpLC1mcX6wnay5IPNgvMokD1OPF9SM4Q1");
}

.column_background_tenant-portal-display {
  background-image: url("/Modules/Marketing/Public/images/main/Tenant-portal-display.png?v=rDny3jmdrsgs4EmtcK3o1VCO0y4kPjiZ4Ac9y9lZ59M1");
}

.column_background_future-tools {
  background-image: url("/Modules/Marketing/Public/video/Make-the-most-of-current-and-future-tools.gif?v=IJ5I3o30pI76ofO9VoTc0wITEWJ_tf0PlWXRqNlZJnc1");
}

.column_background_bl-team {
  background-image: url("/Modules/Marketing/Public/images/main/BuildingLink-Team.png?v=jt3dhn7aPHfFnxAAAb1P7pBV7qBf6m2vp7PUQfevuQc1");
}

.column_background_geo-app {
  background-image: url("/Modules/Marketing/Public/images/solutions/GEO-application.png?v=JNQStVf1D81wmkZWOGPlsZ4xEjCR5f6HlUz-4rSq-HA1");
}

.column_background_calendar {
  background-image: url("/Modules/Marketing/Public/images/solutions/Calendar.png?v=AK-BFZNh49AYLqGJll1qJTSrKp6WScvJmUnNbOOly3o1");
}

.column_background_sign-in-page {
  background-image: url("/Modules/Marketing/Public/images/solutions/Sign-in-page.png?v=063ZyTCQYoRNFA71BHdElTTWs_KYeN5gDjrXya5whfI1");
}

.column_background_discussion {
  background-image: url("/Modules/Marketing/Public/images/solutions/Discussion.png?v=z6RGCFORpMkCv2HO5TLWGX50tJKYbvErHIAXIFu4YOI1");
}

.column_content-position_center {
  display: flex;
  justify-content: center;
  align-items: center;
  display: -ms-flexbox;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}

.link {
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
  font-family: "myriad-pro", "Roboto", sans-serif;
  font-size: 16px;
  color: #000;
  font-weight: 700;
}

.link_type_menu {
  text-transform: uppercase;
}

.link_type_menu:hover {
  color: #da0e16;
}

.link_type_menu-button {
  text-transform: uppercase;
  padding: 3px 13px;
  border: solid #414141 2px;
  border-radius: 5px;
}

.link_type_menu-button:hover {
  color: #da0e16;
  border-color: #da0e16;
}

.link_type_button {
  font-weight: 400;
  line-height: 4;
  text-transform: uppercase;
  padding: 10px 30px;
  border-radius: 5px;
}

.link_type_big-button {
  display: block;
  border: 2px solid #000;
  text-align: center;
  padding: 22px 8px;
  border-radius: 5px;
}

.link_type_footer {
  color: #fff;
  font-weight: 400;
}

.link_type_social {
  font-size: 25px;
  color: #414141;
  font-weight: 700;
}

.link_type_internal {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  text-decoration: underline;
}

.link_theme_blue {
  background-color: #4284CF;
  color: #fff;
  border: 2px #4284CF solid;
}

.link_theme_blue:hover {
  background-color: #fff;
  color: #4284CF;
}

.link_theme_purple {
  background-color: #9C7FBA;
  color: #fff;
  border: 2px #9C7FBA solid;
}

.link_theme_purple:hover {
  background-color: #fff;
  color: #9C7FBA;
}

.link_theme_purple-border {
  background-color: #fff;
  color: #9C7FBA;
  border: 2px #9C7FBA solid;
}

.link_theme_purple-border:hover {
  border-color: #fff;
}

.link_theme_black {
  background-color: #fff;
  color: #000;
}

.link_theme_black:hover {
  border-color: #4284CF;
  color: #4284CF;
}

.link_theme_cherry {
  color: #c82413;
}

.link_theme_white {
  color: #fff;
}

.link_theme_bold {
  font-weight: 900;
}

.link_theme_disabled {
  pointer-events: none;
  cursor: default;
  color: #A0A09F;
  font-style: italic;
}

.text {
  font-family: "myriad-pro", "Roboto", sans-serif;
  font-size: 18px;
  color: #414141;
  font-weight: 400;
}

.text_type_paragraph {
  margin-top: 30px;
  color: inherit;
}

.text_type_main-title {
  font-size: 46px;
  color: #fff;
  font-weight: 700;
  text-shadow: rgba(0, 0, 0, 0.4) 0px 4px 5px;
}

.text_type_section-title {
  font-size: 36px;
  color: inherit;
  font-weight: 900;
}

.text_type_section-subtitle {
  font-size: 25px;
  color: inherit;
}

.text_type_small {
  font-size: 16px;
  color: inherit;
  font-weight: 400;
}

.text_theme_blue {
  color: #4284CF;
}

.text_theme_pink {
  color: #9C80BA;
}

.text_theme_white {
  color: #fff;
}

.text_theme_black {
  color: #000;
}

.text_theme_gray {
  color: #414141;
}

.text_theme_aqua {
  color: #ADC6F8;
}

.text_decoration_bold {
  font-weight: 900;
}

.text_decoration_center {
  text-align: center;
}

.text_decoration_right {
  text-align: right;
}

.logo {
  height: 100%;
  width: 20%;
  float: left;
  overflow: hidden;
}

.logo__image {
  margin-top: 50px;
}

.header {
  position: fixed;
  z-index: 10;
  width: 100%;
  box-sizing: border-box;
  height: 96px;
  background-color: #fff;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.75);
}

@media (min-width: 993px) {
  .header__inner {
    margin: 0 14%;
  }
}

@media (max-width: 1200px) {
  .header__inner {
    margin: 0 7%;
  }
}

.nav-bar {
  float: right;
  margin-top: 50px;
}

.nav-bar__item {
  float: left;
  padding: 0 10px;
}

.main {
  padding-top: 96px;
  background-color: #fff;
}

.overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.overlay_theme_light-dark {
  background-color: rgba(0, 0, 0, 0.2);
}

.overlay_theme_midle-dark {
  background-color: rgba(0, 0, 0, 0.4);
}

.overlay_theme_heavy-dark {
  background-color: rgba(0, 0, 0, 0.6);
}

.overlay_theme_purple {
  background-color: rgba(156, 128, 186, 0.2);
}

.overlay_theme_light-blue {
  background-color: rgba(66, 132, 207, 0.9);
}

.overlay_theme_dark-blue {
  background-color: rgba(32, 38, 89, 0.7);
}

.overlay_theme_white {
  background-color: rgba(255, 255, 255, 0.7);
}

.overlay_theme_light-green {
  background-color: rgba(229, 250, 209, 0.39);
}

.banner {
  width: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media (min-width: 993px) {
  .banner {
    height: 600px;
  }
}

@media (max-width: 992px) {
  .banner {
    height: 400px;
  }
}

.banner__image {
  width: 100%;
  height: 100%;
}

.banner__content {
  width: 800px;
}

@media (min-width: 1200px) {
  .banner__container {
    width: 1170px;
  }
}

@media (min-width: 992px) {
  .banner__container {
    width: 970px;
  }
}

.banner__title {
  margin-bottom: 10px;
}

.banner__subtitle {
  text-shadow: rgba(0, 0, 0, 0.4) 0px 4px 5px;
}

.banner__links {
  margin-top: 60px;
}

.banner_size_small {
  height: 420px;
}

.banner_background_hardware-integrations {
  background-image: url("/Modules/Marketing/Public/images/hardwareIntegrations/Board.png?v=P1-OeFDUv2hSV6W9N9FY6dG09lRjSxwMZLqeyKdGoUs1");
}

.banner_background_main {
  background-image: url("/Modules/Marketing/Public/images/main/banner.jpg?v=T6Mo7VHj3dbSFOG-siRSF7wAF9YL-BNApkiOk2Nl_MU1");
}

.banner_background_package-delivery {
  background-image: url("/Modules/Marketing/Public/images/packageManagement/Package-delivery.jpg?v=8AE8aNOzEv-RseRn1tPfIEAo-AX0lO1q2Rq4gVm18gY1");
}

.banner__statistics-pentagon {
  padding-top: 30px;
  margin: auto;
  text-align: center;
  height: 260px;
  height: 160px;
  width: 250px;
  background-color: #fff;
  position: relative;
  box-sizing: border-box;
  z-index: 2;
}

.banner__statistics-pentagon::after {
  content: '';
  position: absolute;
  z-index: 1;
}

.banner__statistics-pentagon::after {
  top: 160px;
  left: 0;
  border-left: 125px solid transparent;
  border-right: 125px solid transparent;
  border-top: 40px solid #fff;
}

.banner__date {
  text-align: center;
  margin-top: 50px;
}

.footer {
  width: 100%;
  box-sizing: border-box;
  padding: 30px 0;
  line-height: 1;
  background-color: #414141;
}

.footer__content {
  height: 100%;
  margin: 0 auto;
}

@media (min-width: 993px) {
  .footer__content {
    width: 900px;
  }
}

@media (max-width: 992px) {
  .footer__content {
    width: 700px;
  }
}

.footer__links {
  width: 100%;
  height: 200px;
}

.footer__list {
  float: left;
}

.footer__text {
  margin-top: 20px;
  font-size: 12px;
  color: #C7C7C7;
}

.links-list {
  margin-right: 60px;
  margin-bottom: 20px;
}

.links-list__item-title {
  font-size: 18px;
  color: #ADC6F8;
  font-weight: 700;
  margin-bottom: 10px;
}

.social__item {
  margin-right: 5px;
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
}

.information-block {
  height: 500px;
}

.information-block__content {
  box-sizing: content-box;
  width: 100%;
  max-width: 470px;
}

.information-block__media {
  position: relative;
}

.information-block_background_key-management {
  background-image: url("/Modules/Marketing/Public/images/keyManagement/background.png?v=znRDe-Xu2OirobMlDUcY_SVWw2B7KHrQDoElTku0yl41");
}

.information-block_background_labs-grid {
  background-image: url("/Modules/Marketing/Public/images/labs/grid.png?v=xz6iZgyvO1Qbga8WaXHZHvLS-iHb88wxe69543zmXtM1");
  background-color: #faf6e3;
  background-color: rgba(250, 246, 227, 0.72);
}

.information-block_background_resident-experience {
  background-image: url("/Modules/Marketing/Public/images/residentExperience/bacground.png?v=MjTuKoP80Z4vHjXHj_p1DXpitzRR84SmuJoyZ-wJ05o1");
}

.information-block_background_comb {
  background-image: url("/Modules/Marketing/Public/images/backgrounds/Hardware-comb.png?v=Om84ZHSGU1SiFSvNpo2fwZFB8btVlTbNQaOFAat3RqU1");
}

.information-block_theme_blue {
  background-color: #4284CF;
}

.information-block_theme_gray {
  background-color: #F7F7F7;
}

.information-block_theme_image {
  background-size: cover;
}

.information-block_type_relative {
  position: relative;
}

.information-block_size_medium {
  height: 300px;
}

.information-block_size_small {
  height: 200px;
}

.information-block_size_huge {
  height: 1000px;
}

.information-block_size_auto {
  height: auto;
}

.media {
  display: block;
}

.media_size_cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.media_size_height-100pct {
  height: 100%;
  margin: auto;
}

.media_size_width-100pct {
  width: 100%;
}

.media_frame_circle {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  border: 8px solid white;
}

.media_position_right-top-corner {
  position: absolute;
  top: 25px;
  right: 50px;
}

.media_position_left-bottom-corner {
  position: absolute;
  bottom: 25px;
  left: 50px;
}

.media_position_center {
  margin: auto;
}

.lets-talk {
  padding: 75px 0;
  box-sizing: border-box;
}

.lets-talk__content {
  width: 500px;
  margin: auto;
}

.lets-talk__title {
  text-align: center;
  margin-bottom: 20px;
}

.lets-talk__subtitle {
  text-align: center;
}

.lets-talk__buttons {
  margin-top: 50px;
  text-align: center;
}

.promotion {
  padding: 75px 0;
  position: relative;
  width: 100%;
  height: 400px;
  box-sizing: border-box;
  background-image: url("/Shared/Layout/Public/images/promotionbackground.png?v=kH_dbDZDTUx2crAJ6tsFZyr5k4pnKfbqVwhtmVAqFEA1");
  background-repeat: no-repeat;
  background-size: cover;
}

.promotion__content {
  position: relative;
  width: 600px;
  margin: auto;
  z-index: 2;
}

.promotion__title {
  text-align: center;
  margin-bottom: 20px;
}

.promotion__subtitle {
  text-align: center;
}

.promotion__buttons {
  margin-top: 50px;
  text-align: center;
}

.services {
  box-sizing: border-box;
  padding: 30px 0;
  overflow: hidden;
}

.services__column {
  width: 100%;
  max-width: 800px;
  margin: auto;
}

.services__title {
  text-align: center;
  margin-bottom: 20px;
}

.services__subtitle {
  text-align: center;
  margin-bottom: 30px;
}

.services__item {
  margin: 15px 0;
  line-height: 1.1;
}

.icon {
  display: block;
  margin: auto auto;
  margin-bottom: 10px;
  height: 33px;
}

.statistics {
  width: 100%;
  background-size: cover;
  box-sizing: border-box;
  padding: 30px 0;
  height: 225px;
  background-image: url("/Shared/Layout/Public/images/statistic-background.png?v=NlZ0_X1IJtEfF947iU3ia7NOejhDoxB80GTGMim3y2w1");
}

@media (min-width: 993px) {
  .statistics__list {
    width: 960px;
  }
  .statistics__item {
    height: 125px;
    width: 220px;
    background-color: #fff;
    position: relative;
    box-sizing: border-box;
    z-index: 2;
  }
  .statistics__item::after {
    content: '';
    position: absolute;
    z-index: 1;
  }
  .statistics__item::after {
    top: 125px;
    left: 0;
    border-left: 110px solid transparent;
    border-right: 110px solid transparent;
    border-top: 40px solid #fff;
  }
}

@media (max-width: 992px) {
  .statistics__list {
    width: 840px;
  }
  .statistics__item {
    height: 125px;
    width: 190px;
    background-color: #fff;
    position: relative;
    box-sizing: border-box;
    z-index: 2;
  }
  .statistics__item::after {
    content: '';
    position: absolute;
    z-index: 1;
  }
  .statistics__item::after {
    top: 125px;
    left: 0;
    border-left: 95px solid transparent;
    border-right: 95px solid transparent;
    border-top: 40px solid #fff;
  }
}

.statistics__list {
  margin: auto;
}

.statistics__item {
  float: left;
  margin: 0 10px;
  text-align: center;
  padding-top: 25px;
}

.statistics__number {
  margin-bottom: 5px;
  line-height: 1;
}

.statistics__title {
  padding: 0 10px;
  line-height: 1;
}

.list {
  padding-left: 30px;
}

.list_type_disc {
  list-style: disc;
}

.list_type_decimal {
  list-style: decimal;
}

.information-about__content {
  padding-top: 20px;
  padding-bottom: 30px;
  width: 980px;
}

.information-about__image {
  padding: 0;
  margin-bottom: -5px;
  width: 980px;
}

.hardware-comb {
  width: 100%;
  height: 850px;
  padding: 30px 0;
  background-size: cover;
  background-position: center;
  position: relative;
  background-image: url("/Modules/Marketing/Public/images/backgrounds/Hardware-comb.png?v=Om84ZHSGU1SiFSvNpo2fwZFB8btVlTbNQaOFAat3RqU1");
}

.hardware-comb__content {
  position: relative;
  z-index: 1;
  width: 768px;
  margin-left: auto;
  margin-right: auto;
}

.hardware-comb__title {
  text-align: center;
  margin-bottom: 30px;
}

.hardware-comb__subtitle {
  text-align: center;
  margin-bottom: 10px;
}

.customization-branding-comb {
  overflow: hidden;
  width: 905px;
  margin: auto;
}

.customization-branding-comb__row {
  box-sizing: border-box;
  font-size: 0;
}

.customization-branding-comb__row:not(:nth-child(1)) {
  margin-top: -80px;
}

.customization-branding-comb__row_order_even {
  padding-left: 111px;
}

.customization-branding-comb__item {
  height: 270px;
  width: 236.25px;
  stroke-width: 10px;
  stroke: #fff;
}

.customization-branding-comb__item:not(:nth-child(1)) {
  margin-left: -15px;
}

.customization-branding-comb__hexagon:hover {
  cursor: pointer;
}

.customization-branding-comb__hexagon-overlay {
  opacity: 0;
  fill: #fff;
}

.customization-branding-comb__hexagon-overlay:hover {
  opacity: .4;
  cursor: pointer;
}

.hardware-integrations-comb {
  overflow: hidden;
  width: 765px;
  margin: auto;
}

.hardware-integrations-comb__row {
  box-sizing: border-box;
  font-size: 0;
}

.hardware-integrations-comb__row:not(:nth-child(1)) {
  margin-top: -67px;
}

.hardware-integrations-comb__row_order_even {
  padding-left: 94px;
}

.hardware-integrations-comb__item {
  height: 230px;
  width: 201.25px;
  stroke-width: 10px;
  stroke: #414141;
}

.hardware-integrations-comb__item:not(:nth-child(1)) {
  margin-left: -15px;
}

.hardware-integrations-comb__hexagon:hover {
  cursor: pointer;
}

.hardware-integrations-comb__hexagon-overlay {
  opacity: 0;
  fill: #fff;
}

.hardware-integrations-comb__hexagon-overlay:hover {
  opacity: .4;
  cursor: pointer;
}

.customization-branding {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-image: url("/Modules/Marketing/Public/images/customizationBranding/background.png?v=gjx4yXlBrvqq7jcA5bOEiHHnn3uXEd5rwsuvXYTNEqQ1");
}

.map {
  width: 100%;
  height: 400px;
}

.book-a-demo {
  margin-top: 40px;
  margin-bottom: 20px;
}

.book-a-demo__title {
  margin-bottom: 30px;
}

.book-a-demo__column-left {
  box-sizing: border-box;
  border-right: 1px solid rgba(199, 199, 199, 0.41);
  padding-right: 5px;
}

.book-a-demo__link {
  text-decoration: underline;
  margin-top: 10px;
  display: block;
  font-size: 18px;
}

.book-a-demo__image-title {
  font-size: 20px;
  display: inline;
}

.book-a-demo__image {
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 10px;
}

.form-group {
  padding: 10px 0;
  transition: background-color .3s;
}

.form-group_focused {
  background-color: #F2F2F2;
}

.form-group__element {
  padding: 4px 0;
}

.form-group__label {
  font-size: 16px;
  color: #4C4C4C;
  font-weight: 700;
  line-height: 35px;
}

.form-group__control, .form-group__textarea {
  border-radius: 5px;
  height: 30px;
  padding: 0 5px;
  border: 1px solid #c9c9c9;
  margin: 5px 0;
  width: 100%;
  font-family: "myriad-pro", "Roboto", sans-serif;
  color: #4C4C4C;
}

.form-group__control ::-webkit-input-placeholder, .form-group__textarea ::-webkit-input-placeholder {
  font-family: "myriad-pro", "Roboto", sans-serif;
  color: #4C4C4C;
}

.form-group__control ::placeholder, .form-group__textarea ::placeholder {
  font-family: "myriad-pro", "Roboto", sans-serif;
  color: #4C4C4C;
}

.form-group__control:focus, .form-group__textarea:focus {
  outline: none;
}

.form-group__textarea {
  padding: 5px;
  height: 80px;
  resize: none;
}

.form-group__submit {
  margin-top: 15px;
  padding: 7px 15px;
  border: 1px solid #4284CF;
  background-color: #4284CF;
  color: #fff;
  border-radius: 3px;
}

.form-group__submit:hover {
  background-color: #fff;
  color: #4284CF;
}

.input-validation-error {
  border: 1px solid #c82413;
}

.validation-error,
.validation-summary-errors ul > li {
  font-family: "myriad-pro", "Roboto", sans-serif;
  color: #c82413;
}

.checkbox {
  position: absolute;
  left: -999px;
}

.checkbox ~ label {
  margin-left: 23px;
}

.checkbox ~ label:before {
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 15px;
  content: '';
  border: 1px solid lightgray;
  border-radius: 4px;
}

.checkbox ~ label:after {
  position: absolute;
  left: 18px;
  top: -2px;
  content: '✔';
  color: darkgray;
  transition: opacity .3s;
  opacity: 0;
}

.checkbox:checked ~ label:after {
  opacity: 1;
}

.labs-item {
  padding: 25px;
}

.labs-item__title {
  margin-bottom: 15px;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.labs-item__link {
  font-size: 22px;
  color: #414141;
  font-weight: 500;
}

.labs-item__link:hover {
  text-decoration: underline;
}

.labs-item__text {
  font-size: 15px;
  margin-bottom: 10px;
  height: 100px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.labs-item__link-btn {
  font-weight: 500;
  margin: auto;
  display: block;
  width: 100px;
  text-align: center;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 3px 5px;
}

.labs-item__link-btn:hover {
  color: #4284CF;
  border-color: #4284CF;
}

.labs-item__media {
  width: inherit;
  height: 165px;
  overflow: hidden;
}

.labs-item__iframe {
  margin: auto;
  display: block;
}

.article {
  background-color: #414141;
  width: 100%;
}

.article__content {
  margin: 0 auto;
  padding: 50px 40px;
  box-sizing: border-box;
  width: 980px;
  background-color: #fff;
}

.article__title {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 15px;
}

.article__subtitle {
  font-size: 16px;
  font-weight: bold;
}

.article__paragraph {
  font-size: 15px;
  margin: 15px 0;
}

.support {
  padding: 30px 0;
}

.support__title {
  margin-bottom: 40px;
}

.support-block {
  margin-top: 20px;
  position: relative;
}

.support-block_theme_gray {
  background-color: #fafafa;
  padding: 15px;
  border: 1px solid #ebebeb;
  border-radius: 10px;
}

.support-block_type_column {
  min-height: 340px;
}

@media (max-width: 1200px) and (min-width: 992px) {
  .support-block_type_column {
    min-height: 390px;
  }
}

.support-block__button {
  font-size: 13px;
  display: inline-block;
  line-height: normal;
  padding: 10px 15px;
}

.support-block__button_theme_cherry {
  border: 1px solid #c82413;
  background-color: #c82413;
  color: #fff;
}

.support-block__button_theme_cherry:hover {
  color: #c82413;
  background-color: #fff;
}

.support-block__button_theme_blue {
  border: 1px solid #4284CF;
  background-color: #4284CF;
  color: #fff;
}

.support-block__button_theme_blue:hover {
  color: #4284CF;
  background-color: #fff;
}

.support-block__button_position_right {
  position: absolute;
  bottom: 5px;
  right: 10px;
}

.support-block__button_position_left {
  position: absolute;
  bottom: 5px;
  left: 10px;
}

.support-block__buttons {
  margin-top: 10px;
}

.dropdown {
  position: relative;
}

.dropdown:hover .dropdown__inner {
  opacity: 1;
  margin-top: 8px;
}

.dropdown:hover .dropdown__container {
  top: 15px;
}

.dropdown__container {
  width: 300px;
  position: absolute;
  top: -400px;
  margin-left: -100px;
}

.dropdown__inner {
  width: 300px;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  border-radius: 4px;
  transition: all .1s ease-out;
}

.dropdown__list {
  width: 300px;
  padding: 5px 25px;
}

.dropdown__item {
  text-align: center;
  padding: 8px 20px;
  border-radius: 4px;
  transition: background .1s ease-out;
}

.dropdown__item .link {
  color: #fff;
}

.dropdown__item:hover {
  background: #fff;
}

.dropdown__item:hover .link {
  color: #000;
}

.g-recaptcha {
  border-radius: 10px;
}

.newsletter {
  padding: 30px 0;
}

.newsletter__subtitle {
  margin-bottom: 10px;
}

.newsletter__label {
  text-align: right;
}

.newsletter-list {
  padding: 10px;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  background: #fafafa;
}

.newsletter-list__title {
  margin-bottom: 10px;
}

.newsletter-list__item {
  margin-bottom: 2px;
}

.newsletter-list__item:before {
  content: '\2022';
  margin-right: 8px;
}

.patent {
  padding: 30px 0;
}

.patent__title {
  margin-bottom: 15px;
}

.patent__subtitle {
  text-transform: uppercase;
  font-size: 25px;
  text-shadow: rgba(0, 0, 0, 0.4) 0px 4px 5px;
}

.patent__row-title {
  font-size: 22px;
  font-weight: 900;
}

.patent__attention {
  color: #c82413;
}

.patent__title-faq {
  text-decoration: underline;
  font-size: 22px;
  margin-bottom: 15px;
}

.patent__row {
  margin: 10px 0;
}

.patent__paragraph {
  margin-top: 20px;
}

.patent__container {
  margin-bottom: 40px;
}

.patent__continue {
  font-size: 22px;
  margin-top: 20px;
}
