/* 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-image-container.iframe-col {
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
  max-width: 100%;
  margin: 0;
}
.mco-b2-hero-block .mco-b2-hero-block-image-section .mco-b2-hero-block-image-container iframe,
.mco-b2-hero-block .mco-b2-hero-block-image-section .mco-b2-hero-block-image-container .video-js {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.mco-b2-hero-block .mco-b2-hero-block-image-section .mco-b2-hero-block-image-container iframe {
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
}
.mco-b2-hero-block .mco-b2-hero-block-image-section .mco-b2-hero-block-play-button {
  position: absolute;
  left: 40%;
  bottom: 50%;
}
.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,
  .mco-b2-hero-block .mco-b2-hero-block-image-section .mco-b2-hero-block-image-container iframe {
    display: block;
    height: 32.75rem;
  }
  .mco-b2-hero-block .mco-b2-hero-block-image-section .mco-b2-hero-block-play-button {
    left: auto;
    right: 50%;
    bottom: 50%;
  }
  .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-play-button {
    bottom: 6.75rem;
  }
  .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: 1200px) {
  .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: 0;
  }
  .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,
  .mco-b2-hero-block .mco-b2-hero-block-image-section .mco-b2-hero-block-image-container iframe {
    display: block;
    height: auto;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .mco-b2-hero-block .mco-b2-hero-block-image-section .mco-b2-hero-block-play-button {
    right: 50%;
    bottom: 50%;
    width: 4rem;
    height: 4rem;
  }
  .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-play-button {
    bottom: 12.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;
}
