@import url("./partials/banner-section.css");
@import url("./partials/client-logos-section.css");
@import url("./partials/sample-intro-section.css?v=1.1");
@import url("./partials/mo-people-section.css?v=1.6");
@import url("./partials/our-clients-section.css");
@import url("./partials/life-changing-slider.css");
@import url("./partials/our-results.css?v=1");
@import url("./partials/results-matter-section.css");
.client-logos-main::after {
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  opacity: 0.3;
  background-color: #ca8342;
  content: "";
  display: block;
  position: absolute;
}

.mo-people-section:after {
  top: 0;
  bottom: 0;
  height: 100%;
}

.mo-people-main {
  padding: 69px 0 0;
}

.mo-people-list h3 a {
  color: #ffffff;
}

.mo-people-list h3 a:hover {
  color: #ca8342;
}

.mo-people-list {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.18px;
}

.mo-people-list .learn-more:hover {
  color: #fff;
}

.mo-people-list .learn-more:hover::after {
  color: #fff;
}

.mo-people-list h3 {
  font-weight: normal;
  margin-bottom: 5px;
  font-size: 20px;
  letter-spacing: -0.3px;
  font-family: "Gotham-Bold", sans-serif;
  color: #ffffff;
}

.mo-people-list p:not(:last-child) {
  margin-bottom: 13px;
}

.mo-people-icon {
  width: 48px;
  margin-bottom: 14px;
}

.our-flex-section {
  --py: 30px;
  --px: 30px;
  color: white;
}
.our-flex-section h2 {
  color: inherit;
}
.our-flex-section .our-flex-image {
  display: flex;
  flex-flow: row nowrap;
  align-items: end;
  width: 100%;
  flex: 1 1 auto;
}
.our-flex-section .our-flex-image > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.our-flex-section .our-flex-image:before {
  content: "";
  width: 0;
  padding-bottom: 60%;
}
.our-flex-section .our-flex-text {
  position: relative;
  padding: var(--py) var(--px);
}
@media (min-width: 768px) {
  .our-flex-section {
    --px: 60px;
    --py: 60px;
  }
}
@media (min-width: 1024px) {
  .our-flex-section {
    --px: 40px;
    --py: 40px;
  }
  .our-flex-section .our-flex-image {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .our-flex-section {
    --px: 60px;
    --py: 60px;
  }
}
@media (min-width: 1400px) {
  .our-flex-section {
    --px: 86px;
    --py: 86px;
  }
}

.firm-careers-image img {
  width: 100%;
}

.firm-careers-text {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.2px;
}

.firm-careers-text hr {
  margin-bottom: 24px;
}

.firm-careers-text p {
  margin-bottom: 28px;
}

.mo-people-section .photo-text {
  padding-top: 41px;
}

/*-- media css starts here --*/
@media only screen and (min-width: 1024px) {
  .mo-people-lists {
    padding-bottom: 30px;
  }
  .mo-people-list {
    width: calc(23.9% - 21px);
    margin: 0 22px 44px;
  }
  .mo-people-list:nth-child(4n+1) {
    margin-left: 0;
  }
  .mo-people-list:nth-child(4n+4) {
    margin-right: 0;
  }
  .our-clients-main {
    padding: 86px 0 100px;
  }
  .firm-careers-main {
    padding-top: 100px;
    flex-direction: row-reverse;
  }
  .firm-careers-image {
    width: calc(100% - 672px);
    max-width: 50%;
  }
  .firm-careers-text {
    width: 672px;
    padding: 0 85px 0 100px;
    margin-right: auto;
  }
  .firm-careers-text h2 {
    margin-bottom: 10px;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: -0.6px;
  }
}
@media only screen and (max-width: 1100px) and (min-width: 1024px) {
  .mo-people-list {
    width: calc(23.9% - 23px);
  }
  .firm-careers-image {
    width: calc(100% - 545px);
  }
  .firm-careers-text {
    width: 545px;
    padding: 0 45px 0 50px;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .mo-people-list {
    width: calc(50% - 21px);
    margin: 0 21px 42px;
  }
  .mo-people-list:nth-child(odd) {
    margin-left: 0;
  }
  .mo-people-list:nth-child(even) {
    margin-right: 0;
  }
  .firm-careers-main {
    display: block;
  }
  .firm-careers-text {
    padding: 87px 85px 78px 20px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 200px) {
  .hero-banner-section {
    height: 600px;
  }
  .hero-container {
    display: block;
  }
  .hero-banner-main {
    padding-top: 45px;
  }
  .hero-banner-text h1 {
    margin-bottom: 14px;
  }
  .hero-banner-text p:not(:last-child) {
    margin-bottom: 18px;
  }
  .mo-people-main {
    padding: 45px 0 0;
  }
  .mo-people-lists {
    margin-bottom: 52px;
    display: block;
    text-align: center;
  }
  .mo-people-lists .slick-arrow {
    left: 20px;
  }
  .mo-people-lists .slick-arrow:hover {
    color: #ffffff;
  }
  .mo-people-lists .slick-arrow.next-arrow {
    right: 20px;
    left: auto;
  }
  .mo-people-lists .mo-people-list {
    margin-bottom: 41px;
    padding: 0 20px;
  }
  .mo-people-icon {
    margin: 0 auto 14px;
  }
  .mobile-photo-text {
    position: relative;
  }
  .mobile-photo-text::before {
    width: calc(100% - 40px);
    height: 2px;
    top: 0;
    left: 20px;
    right: 0;
    opacity: 0.3;
    background-color: #ca8342;
    content: "";
    display: block;
    position: absolute;
  }
  .firm-careers-main {
    padding: 52px 0 0;
    display: block;
    text-align: center;
  }
  .firm-careers-text {
    padding: 0 20px 50px;
  }
  .firm-careers-text hr {
    margin: 0 auto 14px;
  }
  .firm-careers-text h2 {
    margin-bottom: 7px;
    font-size: 36px;
    line-height: 48px;
    letter-spacing: -0.45px;
  }
  .firm-careers-text p {
    margin-bottom: 23px;
  }
  .results-matter-main {
    padding-bottom: 130px;
  }
}
@media screen\0  {
  .mo-people-list p {
    color: #ffffff;
    opacity: 0.6;
  }
}

/*# sourceMappingURL=our-firm.css.map */
