.banner-common-wrapper {
  display: flex;
}

.microsite-banner>.form-group {
  margin-bottom: 0;
}

.left .view {
  height: 750px;
  position: relative;
}

.left::before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  /* background: -moz-linear-gradient(left,
      rgba(255, 134, 0, 1) 0%,
      rgba(255, 134, 0, 0.62) 50%,
      rgba(255, 134, 0, 0.51) 100%);
  background: -webkit-linear-gradient(left,
      rgba(255, 134, 0, 1) 0%,
      rgba(255, 134, 0, 0.62) 50%,
      rgba(255, 134, 0, 0.51) 100%);
  background: linear-gradient(to right,
      rgba(255, 134, 0, 1) 0%,
      rgba(255, 134, 0, 0.62) 50%,
      rgba(255, 134, 0, 0.51) 100%); */
  background: linear-gradient(to right, rgba(255, 134, 0, 1) 0%, rgba(255, 205, 0, 1) 100%);
}

.left::after {
  content: "";
  width: 288px;
  height: 240px;
  left: 0;
  top: 0;
  position: absolute;
  background: url(img/pattern_banner_left-01.svg) no-repeat left center;
}

.left {
  position: relative;
  width: calc(100% - 500px);
  /* background: url(img/pattern_watermark_left.png) no-repeat right center; */
}

.banner-common-wrapper .left .view::after {
  position: absolute;
  width: 100%;
  /* background: url(img/pattern_watermark_left.png) no-repeat right center; */
  background: url(img/home_banner_graphic_bg.png) no-repeat right bottom 90px;
  content: "";
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
}

.banner-left-text {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 50px 50px 75px 100px;
  font-family: var(--secondary-font);
  font-weight: var(--robotocondensed-bold);
  font-size: 80px;
  line-height: 86px;
  color: var(--white);
  max-width: 1000px;
}

.banner-left-logo {
  display: flex;
  justify-content: flex-end;
  padding: 70px 100px 0;
}

.banner-left-logo img:last-child {
  margin-left: 60px;
}

.right {
  width: 500px;
  position: relative;
  padding: 50px 70px;
  background: url(img/pattern_banner_watermark.png) no-repeat right bottom;
  text-align: right;
  display: flex;
  align-items: center;
  font-family: var(--secondary-font);
  font-size: 50px;
  font-weight: var(--robotocondensed-regular);
  color: var(--blue);
}

.right .view {
  position: relative;
}

.right::after {
  content: "";
  width: 130px;
  height: 198px;
  left: 0;
  bottom: 0;
  position: absolute;
  background: url(img/pattern_banner_right_left-bottom-corner-01.svg) no-repeat left center;
}

.right::before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: var(--white);
  opacity: 0.25;
}
