.hs-logos-slider {
    padding: 0px 0px;
    display: block;
    overflow: visible;
    height: 7.6551%;
    padding-bottom: 0;
    background-color: #3348ab;
    font-family: 'Radio Canada',sans-serif;
    -o-object-fit: fill;
    object-fit: fill;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}
.hs-logos-slider .top-section {
    margin-top: 0px;
}
.hs-logos-slider .top-section .content-wrapper {
    height: 100%;
}
.hs-logos-slider .top-section .content-wrapper {
    position: relative;
    display: block;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Radio Canada',sans-serif;
    -o-object-fit: fill;
    object-fit: fill;
}
.hs-logos-slider .top-section .inner_section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 960px;
    margin-right: auto;
    margin-bottom: 5px;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  text-align: center;
}
.hs-logos-slider .top-section .inner_section * {
    color: #fff;
}
.hs-logos-slider .top-section .inner_section h3 {
    font-size: 40px;
    line-height: 1.4;
    letter-spacing: 0;
    margin: 0;
    max-width: 800px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}
.hs-logos-slider .top-section .inner_section h5 {
    margin: 0;
}
.hs-logos-slider .bottom_title {
    opacity: .72;
    font-family: 'Radio Canada',sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.hs-logos-slider .logo-marquee-section {
    position: relative;
    overflow: hidden;
    height: 150px;
}
.hs-logos-slider .logo-marquee-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.hs-logos-slider .logo-marquee {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.hs-logos-slider .logo-marquee .marquee-block.home {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 120px;
    min-width: 150px;
    margin-right: 30px;
    margin-left: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: .4;
    width: 100%;
}

@keyframes scrolling {
  0% { transform: translateX(0); }
  100% { transform: translatex(-144vw); }
}

.hs-logos-slider .logo-marquee {
  display: flex;
  animation: scrolling 40s linear infinite;
}

@media screen and (max-width: 991px) {
  .hs-logos-slider {
      margin-top: 0;
      padding-top: 120px;
      padding-right: 16px;
      padding-left: 16px;
  }
  .hs-logos-slider .logo-marquee .marquee-block.home {
      margin-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .hs-logos-slider {
      margin-top: 0;
      padding-right: 24px;
      padding-left: 24px;
      padding-top: 0;
  }
  .hs-logos-slider .top-section .inner_section h3 {
      font-size: 36px;
  }
  .hs-logos-slider .logo-marquee-wrapper {
    width: 400%;
  }
  .hs-logos-slider .logo-marquee .marquee-block.home {
      min-width: 200px;
  }
  .hs-logos-slider .top-section .inner_section {
      padding-top: 40px;
      margin-bottom: 45px;
  }
  .hs-logos-slider {
      position: relative;
  }
  .hs-logos-slider .top-section {
      padding-top: 40px;
      margin-top: 0;
  }
}

@media screen and (max-width: 479px) {
  .hs-logos-slider {
      padding-right: 16px;
      padding-left: 16px;
  }
  .hs-logos-slider .top-section .inner_section h3 {
      font-size: 24px;
  }
}