

/* Start:/include/rebranding/banerVideo/style.css?17365041871635*/
.b2b-breadcrumbs {
  z-index: 2;
}

.b2b-video-baner {
  position: relative;
}

.b2b-video-baner__wrapper {
  position: relative;
  z-index: 1;
}

.b2b-video-baner__video {
  max-width: 100%;
  aspect-ratio: 1920 / 1080;
  position: relative;
}
#videoPreview,
#videoPreviewMobile {
  width: 100%;
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  outline: none;
}

#videoPreviewMobile {
  display: none;
}

#videoPreview::-webkit-media-controls {
  display: none;
}

#videoPopup {
  max-height: 80vh;
}

.m-modal-close {
  z-index: 1;
}

.b2b-video-baner__popup_video {
  max-width: 100%;
  max-height: 80vh;
}

.b2b-video-baner__content {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 15% calc(var(--rem) * 50) 0;
}

.b2b-video-baner__title {
  font-weight: 800;
  font-size: clamp(27px, 5vw, var(--h1-text-size));
  max-width: 900px;
  line-height: 1;
}

@media (max-width: 1300px) {
  .b2b-video-baner {
    min-height: 50vw
  }
}

@media (max-width: 767px) {
  .b2b-video-baner {
    min-height: initial;
    max-height: max-content;
  }
  .b2b-video-baner__content {
    padding: 0 calc(var(--rem) * 50);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .b2b-video-baner__title {
    margin-top: 0;
    font-size: clamp(25px, 3vw, var(--h1-text-size));
  }
  .b2b-video-baner__btn {
    width: max-content;
    padding: 0.2em 1.5em;
    font-size: 12px;
  }
  #videoPreview {
    display: none;
  }
  #videoPreviewMobile {
    display: block;
  }
}
/* End */


/* Start:/include/rebranding/breadcrumbs/style.css?17739121351226*/
.b2b-breadcrumbs {
  padding-top: calc(var(--rem) * 50);
  padding-bottom: calc(var(--rem) * 50);
  margin-bottom: calc(calc(var(--rem) * 121) * -1);
  position: relative;
  z-index: 1;
}
.b2b-breadcrumbs__list {
  display: flex;
  padding: 0;
  margin: 0;
}
.b2b-breadcrumbs__item {
  position: relative;
  color: var(--brand-color);
  font-weight: 600;
  line-height: 1;
}
.b2b-breadcrumbs__item:not(:last-of-type) {
  --arrow-size: calc(var(--rem) * 12);
  --gap: calc(var(--rem) * 20);
  margin-right: calc(var(--gap) + var(--arrow-size) + var(--gap));
}
.b2b-breadcrumbs__item:not(:last-of-type)::after {
  content: '';
  position: absolute;
  top: calc(50% + .1em);
  left: calc(100% + var(--gap) - (var(--arrow-size) / 2));
  transform: translateY(-50%) rotate(45deg);
  transform-origin: center;
  width: var(--arrow-size);
  height: var(--arrow-size);
  border: 2px solid var(--brand-color);
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-radius: calc(var(--rem) * 2);
}
.b2b-breadcrumbs__item:hover {
  text-decoration: underline;
  text-underline-offset: .2em;
}
@media (max-width: 480px) {
  .b2b-breadcrumbs {
    display: none;
  }
}

/* End */
/* /include/rebranding/banerVideo/style.css?17365041871635 */
/* /include/rebranding/breadcrumbs/style.css?17739121351226 */
