.homeBanner {
  background-color: #fff;
  min-height: 850px;
  z-index: 0;
  position: relative;
}

.homeBanner p {
  color: #fff;
}

.homeBanner h1 {
  font-weight: 700;
  font-size: 70px;
  color: #fff;
  line-height: 84px;
}

.homeBanner h2 {
  font-weight: bold;
  font-size: 30px;
  color: #fff;
  line-height: 42px;
}

.homeBanner h3 {
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  line-height: 30px;
}

.bannerImg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  padding-top: 110px;
  opacity: 0;
  transition: all 2000ms ease;
}

.bannerImg:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -3;
  background: linear-gradient(135deg, #0e0d0d 10.04%, rgba(14, 13, 13, 0) 63.7%, rgba(14, 13, 13, 0) 70.74%);
}

.activeBanner {
  opacity: 1;
}

.bannerTextContainer {
  position: absolute;
  height: 100%;
  width: 100%;
  top: -573px;
  left: 10px;
}

.bannerText {
  margin-top: 9%;
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  color: #fff;
  filter: drop-shadow(4px 4px 4px #000);
  width: 80%;
  display: none;
}

.bannerText button {
  margin-left: -0.5rem;
}

.activeText {
  display: block;
}

.bannerText h1 {
  font-weight: 700;
  font-size: 70px;
  color: #fff;
  line-height: 84px;
  font-family: "Open Sans", sans-serif;
}

.bannerBase {
  background-color: rgba(255, 255, 255, 0.82);
  position: absolute;
  width: 100%;
  height: 95px;
  left: 0;
  bottom: 0;
}

.bannerButtonContainer {
  position: absolute;
  height: 100%;
  width: 100%;
  top: -200px;
  right: 10px;
}

.bannerButtons {
  position: absolute;
  right: 0;
  bottom: 100px;
  color: #fff;
  z-index: 2;
  cursor: pointer;
  list-style-type: none;
}

.bannerButtons li {
  padding: 10px;
  font-size: 15px;
  line-height: 15px;
}

.bannerButtons li:hover {
  color: #ddd;
}

li.activeButton {
  color: #ff5000;
}

li.activeButton:hover {
  color: #ff5000;
}

.subBanner {
  position: absolute;
  bottom: -80px;
  right: 0;
  width: 100%;
}

.subBannerContainer {
  display: flex;
  gap: 20px;
  justify-content: end;
}

.subBanner .container {
  position: relative;
}

.subBox {
  width: 400px;
  height: 250px;
  background: #8c2e83;
  color: #fff;
  filter: drop-shadow(4px 4px 4px #000);
  padding: 2rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.subBox:nth-child(2) {
  display: none;
}

.subBox p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 18px;
}

.subLink {
  text-align: right;
}

.subLink a {
  color: #96c93d !important;
  cursor: pointer;
}

.subLink a:hover {
  color: #ccc !important;
}

.subContent h2 {
  padding-bottom: 5px;
  border-bottom: 2px solid #a05e9a;
}

.homePageContent {
  padding: 65px 0;
}

.mainCard {
  padding: 130px 60px 60px;
  position: relative;
}

.mainCard p {
  padding: 0;
  margin: 0;
}

.mainCard button {
  position: absolute;
  width: 300px;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}

.mainCard button:hover {
  background: #fff;
}

.mainCardContent {
  padding: 35px;
  background: rgba(255, 255, 255, 0.82);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  align-self: end;
}

.mainCardLink {
  text-align: right;
}

.mainCardLink a {
  text-decoration: underline !important;
  cursor: pointer;
}

.mainCardLink a:hover {
  color: #bbb !important;
}

.bBroker {
  grid-area: bb;
  background: url("/images/home/mainCard-become.jpg") right center/cover no-repeat;
  padding-right: 60px;
  padding-left: 0px;
  display: flex;
}

.aBroker {
  grid-area: ab;
  background: url("/images/home/mainCard-already2.jpg") center center/cover no-repeat;
  padding-left: 0;
}

.fBroker {
  grid-area: fb;
  background: url("/images/home/mainCard-find.jpg") center center/cover no-repeat;
  padding-left: 0;
}

.mainCardGrid {
  display: grid;
  grid-template-areas:
    "bb"
    "ab"
    "fb";
  grid-gap: 30px;
}

.bannerText.conv26 {
  filter: none;
  width: 100%;
}
.home.conv26-banner-btn {
  max-height: 500px;
  position: relative;
}

.home.conv26-banner-btn {
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 350px;
}
.home.conv26-banner-btn img {
  width: 350px;
  margin: 10px 0;
}
.home.conv26-banner-btn a {
  position: relative;
  transition: filter 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.home.conv26-banner-btn a:hover {
  filter: drop-shadow(4px 4px 4px #000);
}

@media (min-width: 992px) {
  .subBox:nth-child(2) {
    display: flex;
  }

  .mainCardGrid {
    display: grid;
    grid-template-areas:
      "bb ab"
      "bb fb";
    grid-gap: 30px;
  }

  .bBroker {
    padding-right: 0;
    padding-left: 60px;
  }
  .home.conv26-banner-btn a {
    flex-direction: row;
  }
}
