.brookfield {
  padding-top: 132px;
  padding-bottom: 132px;
  background: #F8F8F8;
}
.brookfield .brookfield-content {
  margin: auto;
  background: #FFFFFF;
  border-radius: 12px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 203.2px;
}
.brookfield .brookfield-content .brookfield-left {
  margin: 78px 0 65px 80px;
  max-width: 680px;
  flex: 1;
}
.brookfield .brookfield-content .brookfield-left .brookfield-header {
  font-family: var(--wp--preset--font-family--heading);
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 150%;
  color: #231F20;
}
.brookfield .brookfield-content .brookfield-left .brookfield-header .header-description {
  font-family: var(--wp--preset--font-family--paragraph);
  font-weight: 400;
  font-size: 20px;
  line-height: 175%;
  letter-spacing: 0.02em;
  color: rgba(0, 0, 0, 0.81);
  margin-top: 20px;
}
.brookfield .brookfield-content .brookfield-left .brookfield-footer {
  margin-top: 80px;
}
.brookfield .brookfield-content .brookfield-left .brookfield-footer button {
  border: none;
  padding: 16px 20px 16px 24px;
  height: 55px;
  background: #FF671D;
  border-radius: 8px;
  font-family: var(--wp--preset--font-family--paragraph);
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #FFFFFF;
}
.brookfield .brookfield-content .brookfield-left .brookfield-footer button i {
  font-size: 14px;
  margin-left: 12px;
}
.brookfield .brookfield-content .brookfield-right {
  border-radius: 12px;
  flex: 1;
  position: relative;
}
.brookfield .brookfield-content .brookfield-right::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: 2;
}
.brookfield .brookfield-content .brookfield-right.animate::before {
  -webkit-animation: brookfieldImageSlide 0.4s forwards;
          animation: brookfieldImageSlide 0.4s forwards;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.brookfield .brookfield-content .brookfield-right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .brookfield .brookfield-content {
    gap: 100px;
  }
}
@media only screen and (min-width: 993px) and (max-width: 1199px) {
  .brookfield .brookfield-content {
    gap: 40px;
  }
}
@media (max-width: 992px) {
  .brookfield {
    padding: 66px 0;
  }
  .brookfield .brookfield-content {
    display: flex;
    flex-direction: column;
    gap: 0px;
  }
  .brookfield .brookfield-content .brookfield-left {
    margin: 40px 32px;
  }
  .brookfield .brookfield-content .brookfield-left .brookfield-header {
    font-size: 22px;
    color: #182F43;
  }
  .brookfield .brookfield-content .brookfield-left .brookfield-header .header-description {
    font-size: 16px;
    letter-spacing: 0.04em;
    color: #182F43;
  }
  .brookfield .brookfield-content .brookfield-left .brookfield-footer {
    margin-top: 20px;
  }
  .brookfield .brookfield-content .brookfield-left .brookfield-footer button {
    border: none;
    padding: 16px 24px 16px 24px;
    height: 48px;
    background: #FF671D;
    border-radius: 8px;
    font-family: var(--wp--preset--font-family--paragraph);
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF;
  }
  .brookfield .brookfield-content .brookfield-left .brookfield-footer button i {
    font-size: 10px;
    line-height: 16px;
  }
  .brookfield .brookfield-content .brookfield-right {
    border-top-left-radius: unset;
    border-top-right-radius: unset;
  }
}
.brookfield-right .brookfield-right-img {
  float: right;
  width: 0%;
  opacity: 0;
  transition: 3s;
  background-repeat: no-repeat !important;
  background-position-x: right !important;
  border-radius: 12px;
  height: 487px;
  position: relative;
  z-index: 2;
}

.brookfield-right-img-active {
  -webkit-animation-name: brookfield-right-img-animation-righttoleft;
          animation-name: brookfield-right-img-animation-righttoleft;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@media only screen and (max-width: 992px) {
  @-webkit-keyframes brookfield-right-img-animation-righttoleft {
    0% {
      width: 0%;
      opacity: 0;
    }
    50% {
      opacity: 0.5;
    }
    100% {
      width: 100%;
      opacity: 1;
    }
  }
  @keyframes brookfield-right-img-animation-righttoleft {
    0% {
      width: 0%;
      opacity: 0;
    }
    50% {
      opacity: 0.5;
    }
    100% {
      width: 100%;
      opacity: 1;
    }
  }
  .brookfield-right .brookfield-right-img {
    background-size: cover !important;
    height: 239px;
  }
}
@media only screen and (min-width: 993px) {
  @-webkit-keyframes brookfield-right-img-animation-righttoleft {
    0% {
      width: 0%;
      opacity: 0;
    }
    30% {
      opacity: 0.5;
    }
    60% {
      width: 100%;
      opacity: 1;
    }
    100% {
      width: 97%;
      opacity: 1;
    }
  }
  @keyframes brookfield-right-img-animation-righttoleft {
    0% {
      width: 0%;
      opacity: 0;
    }
    30% {
      opacity: 0.5;
    }
    60% {
      width: 100%;
      opacity: 1;
    }
    100% {
      width: 97%;
      opacity: 1;
    }
  }
}/*# sourceMappingURL=main.css.map */