.home_banner_module {
  margin-top: 100px; }
  .home_banner_module .module_wrapper {
    background-color: #e9e9e8;
    border-radius: 30px;
    position: relative; }
    .home_banner_module .module_wrapper:before {
      content: '';
      position: absolute;
      bottom: -1px;
      left: -1px;
      width: calc(33.3333% + 40px);
      height: 100%;
      background-image: url("../../../img/Hero Divider.svg");
      background-repeat: no-repeat;
      background-position: bottom;
      background-size: contain; }
    .home_banner_module .module_wrapper .right_side {
      padding: 0 30px; }
  .home_banner_module .home_banner_logo {
    width: 140px;
    padding: 30px 0; }
    .home_banner_module .home_banner_logo img {
      width: 100%;
      height: auto; }
  .home_banner_module .home_banner_information {
    padding: 0 30px; }
  .home_banner_module h1 {
    padding: 50px 30px;
    margin-bottom: 0 !important;
    line-height: 1.1; }
  .home_banner_module .video_image_container {
    position: relative;
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-top: 50%;
    border-radius: 20px;
    margin-bottom: 30px; }
    .home_banner_module .video_image_container:before {
      content: '';
      position: absolute;
      top: 15px;
      right: 15px;
      width: 30px;
      height: 30px;
      background-image: url(../../../img/Play_3.svg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      z-index: 1; }
