/*
  global color for website
*/
.b-mainpage-banner-carousel {
  position: relative; }
  .b-mainpage-banner-carousel .carousel-indicators {
    left: unset;
    width: 100%;
    margin-left: 0;
    font-size: 0; }
    .b-mainpage-banner-carousel .carousel-indicators li {
      margin: 0 6px !important;
      height: 12px;
      width: 12px;
      border: none !important;
      background: none !important;
      padding-left: 0; }
      .b-mainpage-banner-carousel .carousel-indicators li.active:before {
        background: #000; }
      .b-mainpage-banner-carousel .carousel-indicators li:before {
        background: rgba(0, 0, 0, 0.4);
        height: 12px;
        width: 12px;
        border-radius: 50%;
        font-size: 0; }
  .b-mainpage-banner-carousel .carousel-control {
    background-image: none !important; }
  .b-mainpage-banner-carousel .fa {
    text-shadow: none !important;
    color: #000;
    opacity: .6;
    font-size: 40px !important; }
    @media (min-width: 768px) {
      .b-mainpage-banner-carousel .fa {
        font-size: 60px !important; } }
.b-mainpage-banner__inner {
  position: relative; }
.b-mainpage-banner__content {
  width: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 5vw;
  padding-right: 5vw;
  font-family: "PT Sans Narrow", sans-serif; }
  .b-mainpage-banner__content--v-center {
    align-items: center;
    top: 50%;
    transform: translateY(-50%); }
  .b-mainpage-banner__content--v-top {
    align-items: flex-start;
    top: 10%;
    transform: none; }
  .b-mainpage-banner__content--v-bottom {
    align-items: flex-end;
    transform: none;
    bottom: 10%;
    top: unset; }
  .b-mainpage-banner__content--left {
    justify-content: flex-start;
    text-align: left; }
  .b-mainpage-banner__content--right {
    justify-content: flex-end;
    text-align: right; }
  @media (max-width: 767px) {
    .b-mainpage-banner__content--v-center-xs {
      align-items: center;
      top: 50%;
      transform: translateY(-50%); }
    .b-mainpage-banner__content--v-top-xs {
      align-items: flex-start;
      top: 10%;
      transform: none; }
    .b-mainpage-banner__content--v-bottom-xs {
      align-items: flex-end;
      transform: none;
      top: unset;
      bottom: 10%; }
    .b-mainpage-banner__content--left-xs {
      justify-content: flex-start;
      text-align: left; }
    .b-mainpage-banner__content--right-xs {
      justify-content: flex-end;
      text-align: right; } }
.b-mainpage-banner__text {
  font-weight: bold;
  font-size: 24px;
  color: #da1884;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .b-mainpage-banner__text {
      font-size: 48px; } }
  @media (min-width: 992px) {
    .b-mainpage-banner__text {
      font-size: 90px; } }
  .b-mainpage-banner__text-title {
    font-size: 68px;
    line-height: 1.2em; }
    @media (max-width: 767px) {
      .b-mainpage-banner__text-title {
        font-size: 32px; } }
  .b-mainpage-banner__text-subtitle {
    font-size: 32px;
    margin: 0 0 5px 0; }
    @media (max-width: 767px) {
      .b-mainpage-banner__text-subtitle {
        font-size: 20px; } }
.b-mainpage-banner__buttons {
  position: relative;
  font-size: 16px;
  line-height: 1;
  margin-top: 24px; }
.b-mainpage-banner__video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 504px; }
  @media (min-width: 768px) {
    .b-mainpage-banner__video {
      min-height: unset; } }
.b-mainpage-banner__video-volume {
  position: absolute;
  left: 20px;
  bottom: 20px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M 12 3 L 6 9 L 2 9 L 2 15 L 6 15 L 12 21 L 12 3 z M 14 5 L 14 7 C 16.279 7.465 18 9.586 18 12 C 18 14.414 16.279 16.535 14 17 L 14 19 C 17.386 18.512 20 15.519 20 12 C 20 8.481 17.386 5.488 14 5 z M 14 9 L 14 15 C 15.125 14.689 16 13.475 16 12 C 16 10.525 15.125 9.388 14 9 z'/%3E%3C/svg%3E");
  height: 30px;
  width: 30px;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  transition: all .25s ease-in-out;
  border: 0; }
  .b-mainpage-banner__video-volume:hover {
    background: no-repeat 0 0;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M 12 3 L 6 9 L 2 9 L 2 15 L 6 15 L 12 21 L 12 3 z M 14 5 L 14 7 C 16.279 7.465 18 9.586 18 12 C 18 14.414 16.279 16.535 14 17 L 14 19 C 17.386 18.512 20 15.519 20 12 C 20 8.481 17.386 5.488 14 5 z M 14 9 L 14 15 C 15.125 14.689 16 13.475 16 12 C 16 10.525 15.125 9.388 14 9 z'/%3E%3C/svg%3E"); }
.b-mainpage-banner__wrap:hover .b-mainpage-banner__video-volume {
  opacity: 1;
  visibility: visible; }
@media (max-width: 1024px) {
  .b-mainpage-banner__video-volume {
    opacity: 1;
    visibility: visible; } }

.b-mainpage-banner-image {
  display: flex; }
  .b-mainpage-banner-image picture, .b-mainpage-banner-image img {
    width: 100%; }

/*# sourceMappingURL=b-mainpage-banner.css.map */
