.l-sec--banner {
  color: #fff;
  overflow: hidden;
}
.l-sec--breadcrumbs+.l-sec--banner {
  margin-top: -32px;
}
.l-sec--banner-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  min-height: 42rem;
}
.l-sec--banner .l-sec--backgrounds {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.l-sec--banner .l-sec--backgrounds>div{
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: none;
}
.l-sec--banner .l-content--wrapper{
  width: 100%;
  padding-right: calc(47.5% + 8.4rem);
  position: relative;
  padding-left: 8.4rem;
}
.l-sec--banner .l-sec--banner-wrapper:before {
  content: "";
  position: absolute;
  background: #155455;
  background: -webkit-gradient(linear, left bottom, left top, from(#155455), to(#00a99d));
  background: linear-gradient(0deg, #155455, #00a99d);
  width: 1.6rem;
  height: 100%;
  left: 0;
  z-index: 1;
}
.l-sec--banner .t-head + .t-content {
  margin-top: 2.4rem;
}
.l-sec--banner .l-buttons {
  margin-top: 3.2rem;
}
@media(max-width:1439.98px){
  .l-sec--banner .l-content--wrapper {
    padding-left: 4.6rem;
  }
}
@media(max-width:1279.98px){
  .l-sec--banner .l-content--wrapper {
    padding-right: 33%;
  }
}
@media(max-width:959.98px){
  .l-sec--banner .l-sec--backgrounds {
    width: calc(100% + 3rem);
    margin: 0 -1.5rem 3.2rem;
  }
  .l-sec--banner .l-sec--banner-wrapper:before {
    width: 1.4rem;
    left: -1.5rem;
  }
  .l-sec--banner .t-head + .t-content {
    margin-top: 1.6rem;
  }
  .l-sec--banner + .l-sec.p-0 iframe{
    height: 775px !important
  }
}
@media(max-width:599.98px){
  .l-sec--banner {
    color: #3b352e;
  }
  .l-sec--banner .l-content--wrapper {
    padding-right: 1.6rem;
    padding-left: 3rem;
  }
  .l-sec--banner .l-sec--backgrounds {
    position: relative;
    left: 0;
    height: 22rem;
  }
  .l-sec--banner .l-sec--banner-wrapper:before {
    top: 26rem;
    height: calc(100% - 26rem);
  }
  .l-sec--banner .c-btn--white {
    background: #3b352e !important;
    color: #fff !important;
  }
  .l-sec--banner br{
    display: none;
  }
  .l-sec--banner + .l-sec.p-0 iframe{
    height: 948px !important
  }
}
@media(min-width:1280px) and (max-width:10000.98px){
  .l-sec--banner .l-sec--backgrounds .l-desktop{
    display: block;
  }
}
@media(min-width:960px) and (max-width:1279.98px){
  .l-sec--banner .l-sec--backgrounds .l-landscape{
    display: block;
  }
}
@media(min-width:600px) and (max-width:959.98px){
  .l-sec--banner .l-sec--backgrounds .l-tablet{
    display: block;
  }
}
@media(max-width:599.98px){
  .l-sec--banner .l-sec--backgrounds .l-mobile{
    display: block;
  }
}