{#
section.banner-video-section.image .section-overlay {
  display: none;
}
.bg-gif-home {
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
section.banner-video-section.image .video-hero-main {
  min-height: 776px;
}

@media (min-width: 2100px) {
  .banner-video-section:before {
    min-height: 155px;
  }
}

@media (min-width: 1151px) and (max-width: 1400px) {
  section.banner-video-section.image .video-hero-main {
    min-height: 650px;
  } 
}

@media (min-width: 993px) and (max-width: 1150px) {
  section.banner-video-section.image .video-hero-main {
    min-height: 570px;
  } 
}

@media (min-width: 768px) and (max-width: 992px) {
  section.banner-video-section.image .video-hero-main {
    min-height: 570px;
  } 
}

@media (max-width: 767px) {
  section.banner-video-section.image .video-hero-main {
    min-height: 530px;
  } 
}

#}

{#
.landing_banner {
  position: relative; 
  padding: 100px 0;
  z-index: 1;
  width: calc(100% - 111px);
  margin-bottom: 113px;
}
.landing_banner_bg {
  position: absolute;
  top: 0;
  left: -50px;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  z-index: -1;
  min-height: 200px;
}
.landing_banner_left img {
  max-width: 570px;
  width: 100%;
  border-radius: 20px;
}
.landing_banner_text h1 {
  text-shadow: 0px 3px 6px #2629384d;
  letter-spacing: 0;
  font-weight: 900;
  font-family: 'Circular Std Black';
  margin-bottom: 38px;
}
.landing_banner_text ul {
  margin: 0;
  list-style: none;
  margin-bottom: 35px;
}
.landing_banner_text ul li {
  margin: 0;
  padding-left: 40px;
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 0;
  position: relative;
  font-weight: 400;
}
.landing_banner_text ul li:before {
  content: '';
  position: absolute;
  background-image: url(https://f.hubspotusercontent-eu1.net/hubfs/24903309/Brockmeyer%20Assets-2021/Images/Blue-border.svg);
  background-repeat: no-repeat;
  width: 130px;
  top: -2px;
  min-height: 24px;
  left: 0;
  background-position: center;
  background-size: contain;
}
.landing_banner_text p {
  font-size: 20px;
  line-height: 32px;
  opacity: 0.8;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 0;
}
.landing_banner_link {
  margin-top: 25px;
}
.landing_banner_link a {
  font-size: 14px;
  line-height: 22px;
  color: #3563dd;
  position: relative;
  font-weight: 400;
  letter-spacing: 0;
  padding-right: 45px;
}
.landing_banner_link a:after {
  position: absolute;
  content: '';
  background-image: url(https://f.hubspotusercontent-eu1.net/hubfs/24903309/Brockmeyer%20Assets-2021/Images/right-arrow-blue.png);
  width: 39px;
  height: 36px;
  top: -11px;
  right: 0;
  transform: rotate(0) translateX(0px);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: .3s;
}
.landing_banner_link a:hover:after {
  transform: rotate(0) translateX(15px);
}
.landing_banner_link a:before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 27px;
  height: 36px;
  right: 11px;
  top: -11px;
  background-image: url(https://f.hubspotusercontent-eu1.net/hubfs/24903309/Brockmeyer%20Assets-2021/Icons/horizontal-line-blue.png);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.shape_par {
  position: relative;
  z-index: 1;
}
body .landing_banner .shape_par.bottom-right::before {
  max-width: 571px;
  height: 65px;
  background-image: url(https://f.hubspotusercontent-eu1.net/hubfs/24903309/Brockmeyer%20Assets-2021/Images/mask_shape_images/Image%20mask%20bottom%20to%20left%20black.svg);
  left: 0px;
}

@media(max-width: 1700px) and (min-width: 1375px){
  body .downloads_banner_right{
    flex-basis: 46%;
  }
}

@media(min-width: 768px) {
  .landing_banner_main {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
  } 
  .landing_banner_left {
    flex-basis: 43%;
    margin-right: 7.8%;
    margin-bottom: -152px;
  }
  .landing_banner_right {
    flex-basis: 49.2%;
  }
  .landing_banner_text {
    max-width: 570px;
  }
}
@media (max-width: 1430px) {
  body .landing_banner .shape_par.bottom-right::before {
    height: 53px 
  }
}
@media(max-width: 1410px) { 
  .landing_banner .content-wrapper {
    padding-left: 50px;
    padding-right: 50px;
  } 
  .landing_banner_left {
    margin-bottom: 0; 
  }
  .landing_banner_main {
    align-items: center; 
  }
}
@media (max-width: 1230px) {
  body .landing_banner .shape_par.bottom-right::before {
    height: 47px 
  }
}
@media(max-width: 1175px) {
  .landing_banner_bg {
    top: -110px;
    background-position: right;
  }
}
@media(max-width: 1024px) {  
  .landing_banner {
    width: calc(100% - 30px);
  }
}
@media(max-width: 992px) {
  .landing_banner_text h1 {
    font-size: 35px;
    line-height: 43px;
  }
  .landing_banner_text ul li {
    font-size: 18px;
    line-height: 30px;
  }
  .landing_banner_text ul li:before {
    top: -7px; 
  }
  .landing_banner_text p {
    font-size: 18px;
    line-height: 30px;
  }
  .landing_banner_main {
    display: flex;
    flex-direction: column-reverse;
  } 
  .landing_banner_right {
    margin-bottom: 40px;
  }
  .landing_banner_left {
    margin-right: 0; 
  }
  .landing_banner_text {
    max-width: 100%;
  }
}

@media(max-width: 767px) {
  .landing_banner {
    padding-top: 45px;
    padding-bottom: 0;
    margin-bottom: 7px;
  }
  .landing_banner .content-wrapper {
    padding: 0 30px;
  }
  body .landing_banner .shape_par.bottom-right::before {
    height: 66px;
    left: 0;
  }
  .landing_banner_text h1 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 45px;
  }
  .landing_banner_text ul li {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .landing_banner_text ul li:before {
    top: -10px; 
  }
  .landing_banner_text p {
    font-size: 18px;
    line-height: 28px;
  }
  .landing_banner_text ul {
    margin-bottom: 45px;
  }
  .landing_banner_link {
    margin-top: 24px;
    margin-bottom: 2px;
  }
  .landing_banner_left img {
    border-radius: 10px;
  }
  .landing_banner_bg {
    bottom: 143px;
    background-position: right;
  }
}

@media (max-width: 480px) {
  body .landing_banner .shape_par.bottom-right::before {
    height: 45px;
  }
}
@media (max-width: 440px) {
  body .landing_banner .shape_par.bottom-right::before {
    height: 41px;
  }
}
@media (max-width: 400px) {
  body .landing_banner .shape_par.bottom-right::before {
    height: 32px;
  }
}
@media (max-width: 360px) {
  body .landing_banner .shape_par.bottom-right::before {
    height: 26px;
  }
}
#}

/*@media (min-width: 2500px) {
  .video-hero-main.custom {
    min-height: 820px;
  }
  section.banner-video-section.custom::before {
    min-height: 155px;
  }
}

@media (max-width: 2380px) {
  .video-hero-main.custom {
    min-height: 800px;
  }
  section.banner-video-section.custom::before {
    min-height: 136px;
  }
}*/

.video-hero-main.custom {
    padding-top: 50%;
    height: 0;
}

/*@media (max-width: 2100px) {
  section.banner-video-section.custom::before {
    min-height: 125px;
  }
}

@media (max-width: 1940px) {
  section.banner-video-section.custom::before {
    min-height: 113px;
    bottom: -4px;
  }
}

@media (max-width: 1770px) {
  section.banner-video-section.custom::before {
    min-height: 102px;
  }
}

@media (max-width: 1610px) {
  section.banner-video-section.custom::before {
    min-height: 92px;
  }
}

@media (max-width: 1470px) {
  section.banner-video-section.custom::before {
    min-height: 84px;
  }
  .video-hero-main.custom {
    min-height: 600px;
  }
}

@media (max-width: 1330px) {
  section.banner-video-section.custom::before {
    min-height: 80px;
  }
}

@media (max-width: 1270px) {
  section.banner-video-section.custom::before {
    min-height: 77px;
  }
}

@media (max-width: 1230px) {
  section.banner-video-section.custom::before {
    min-height: 70px;
  }
}

@media (max-width: 1095px) {
  section.banner-video-section.custom::before {
    min-height: 65px;
  }
}

@media (max-width: 990px) {
  section.banner-video-section.custom::before {
    min-height: 60px;
  }
  .video-hero-main.custom {
    min-height: 410px;
  }
}

@media (max-width: 905px) {
  section.banner-video-section.custom::before {
    min-height: 55px;
  }
}

@media (max-width: 840px) {
  section.banner-video-section.custom::before {
    min-height: 50px;
  }
}

@media (max-width: 760px) {
  section.banner-video-section.custom::before {
    min-height: 45px;
  }
}

@media (max-width: 685px) {
  section.banner-video-section.custom::before {
    min-height: 40px;
  }
}

@media (max-width: 610px) {
  .video-hero-main.custom {
    min-height: 350px;
  }
  section.banner-video-section.custom::before {
    min-height: 35px;
  }
}

@media (max-width: 540px) {
  section.banner-video-section.custom::before {
    min-height: 33px;
  }
  .video-hero-main.custom {
    min-height: 310px;
  }
}

@media (max-width: 515px) {
  section.banner-video-section.custom::before {
    min-height: 30px;
  }
}

@media (max-width: 465px) {
  section.banner-video-section.custom::before {
    min-height: 27px;
  }
  .video-hero-main.custom {
    min-height: 245px;
  }
}

@media (max-width: 420px) {
  section.banner-video-section.custom::before {
    min-height: 25px;
  }
}

@media (max-width: 395px) {
  section.banner-video-section.custom::before {
    min-height: 23px;
  }
}

@media (max-width: 360px) {
  section.banner-video-section.custom::before {
    min-height: 18px;
  }
}*/