/* Mobile Styles */
.mco-b2-hero-block {
  margin-left: calc(var(--dimenGutter) * -1);
  margin-right: calc(var(--dimenGutter) * -1);
}
.mco-b2-hero-block .mco-b2-hero-block-image-section {
  position: relative;
  margin-bottom: 1.875rem;
}
.mco-b2-hero-block .mco-b2-hero-block-image-section .mco-b2-hero-block-image-container {
  margin-right: 1.6875rem;
}
.mco-b2-hero-block .mco-b2-hero-block-image-section .mco-b2-hero-block-image-container img {
  display: block;
  width: 100%;
  height: 20.25rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.mco-b2-hero-block .mco-b2-hero-block-image-section .mco-b2-hero-block-play-button {
  position: absolute;
  left: 40%;
  bottom: 40%;
  width: 5rem;
  height: 5rem;
  background-image: none;
  background-color: rgba(244,234,234,0.42);
}
.mco-b2-hero-block .mco-b2-hero-block-image-section .mco-b2-hero-block-play-button svg:nth-child(2) {
  display: none;
}
.mco-b2-hero-block .mco-b2-hero-block-image-section .mco-b2-hero-block-play-button:hover svg:nth-child(1) {
  display: none;
}
.mco-b2-hero-block .mco-b2-hero-block-image-section .mco-b2-hero-block-play-button:hover svg:nth-child(2) {
  display: inline;
}
.mco-b2-hero-block .mco-b2-hero-block-image-section .mco-b2-hero-block-image-container-two {
  position: absolute;
  right: 0;
}
.mco-b2-hero-block .mco-b2-hero-block-image-section .mco-b2-hero-block-image-container-two .mco-b2-hero-block-green-box {
  width: 1.6875rem;
  height: 1.6875rem;
  background: var(--colorPrimary);
}
.mco-b2-hero-block .mco-b2-hero-block-image-section.two-images {
  margin-bottom: 2.5rem;
}
.mco-b2-hero-block .mco-b2-hero-block-image-section.two-images .mco-b2-hero-block-image-container-two {
  bottom: -1.5rem;
}
.mco-b2-hero-block .mco-b2-hero-block-image-section.two-images .mco-b2-hero-block-image-container-two img {
  display: block;
  height: 5.5rem;
  width: 5.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.mco-b2-hero-block .mco-b2-hero-block-content-section {
  margin: 0 1.6875rem;
}
.mco-b2-hero-block .mco-b2-hero-block-content-section h1 {
  margin-top: 0.5rem;
}
.mco-b2-hero-block .mco-b2-hero-block-content-section .mco-b2-hero-block-description {
  margin-bottom: 1.5rem;
}
/* Tablet Styles */
@media (min-width: 768px) {
  .mco-b2-hero-block .mco-b2-hero-block-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mco-b2-hero-block .mco-b2-hero-block-image-section {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 44.4%;
            flex: 0 0 44.4%;
    margin-bottom: 1.75rem;
  }
  .mco-b2-hero-block .mco-b2-hero-block-image-section .mco-b2-hero-block-image-container {
    margin-right: 0;
  }
  .mco-b2-hero-block .mco-b2-hero-block-image-section .mco-b2-hero-block-image-container img {
    height: 32.75rem;
  }
  .mco-b2-hero-block .mco-b2-hero-block-image-section .mco-b2-hero-block-image-container-two {
    right: -1.75rem;
    bottom: -1.75rem;
  }
  .mco-b2-hero-block .mco-b2-hero-block-image-section .mco-b2-hero-block-image-container-two .mco-b2-hero-block-green-box {
    width: 1.75rem;
    height: 1.75rem;
  }
  .mco-b2-hero-block .mco-b2-hero-block-image-section.two-images {
    margin-bottom: 4.125rem;
  }
  .mco-b2-hero-block .mco-b2-hero-block-image-section.two-images .mco-b2-hero-block-image-container-two {
    right: -1.375rem;
    bottom: -4.125rem;
  }
  .mco-b2-hero-block .mco-b2-hero-block-image-section.two-images .mco-b2-hero-block-image-container-two img {
    height: 8.875rem;
    width: 8.875rem;
  }
  .mco-b2-hero-block .mco-b2-hero-block-content-section {
    margin: 0 3.5rem;
  }
  .mco-b2-hero-block .mco-b2-hero-block-content-section .mco-b2-hero-block-description {
    margin-bottom: 1rem;
  }
}
/* Desktop Styles */
@media (min-width: 1280px) {
  .mco-b2-hero-block .mco-b2-hero-block-image-section {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 51.23%;
            flex: 0 0 51.23%;
    margin-bottom: 2.75rem;
  }
  .mco-b2-hero-block .mco-b2-hero-block-image-section .mco-b2-hero-block-image-container {
    margin-right: 0;
  }
  .mco-b2-hero-block .mco-b2-hero-block-image-section .mco-b2-hero-block-image-container img {
    height: 41.5rem;
  }
  .mco-b2-hero-block .mco-b2-hero-block-image-section .mco-b2-hero-block-play-button {
    left: 45%;
    bottom: 45%;
  }
  .mco-b2-hero-block .mco-b2-hero-block-image-section .mco-b2-hero-block-image-container-two {
    right: -2.75rem;
    bottom: -2.75rem;
  }
  .mco-b2-hero-block .mco-b2-hero-block-image-section .mco-b2-hero-block-image-container-two .mco-b2-hero-block-green-box {
    width: 2.75rem;
    height: 2.75rem;
  }
  .mco-b2-hero-block .mco-b2-hero-block-image-section.two-images {
    margin-bottom: 4.5rem;
  }
  .mco-b2-hero-block .mco-b2-hero-block-image-section.two-images .mco-b2-hero-block-image-container-two {
    bottom: -4.5rem;
    right: -7rem;
  }
  .mco-b2-hero-block .mco-b2-hero-block-image-section.two-images .mco-b2-hero-block-image-container-two img {
    height: 14rem;
    width: 14rem;
  }
  .mco-b2-hero-block .mco-b2-hero-block-content-section {
    max-width: 39.25rem;
    margin: 0 2.75rem 0 9.75rem;
  }
  .mco-b2-hero-block .mco-b2-hero-block-content-section h1 {
    margin-top: 1.5rem;
  }
  .mco-b2-hero-block .mco-b2-hero-block-content-section .mco-b2-hero-block-description {
    max-width: 32.125rem;
    margin-bottom: 1.5rem;
  }
}
/* Modal Styles */
.mco-b2-hero-block-modal.popup {
  background-color: rgba(0,0,0,0.9) !important;
}
.mco-b2-hero-block-modal.popup .popup-content {
  padding: 0 !important;
  width: 100% !important;
}
.mco-b2-hero-block-modal.popup .popup-content iframe {
  width: 100% !important;
  margin-bottom: -8px !important;
}
