@font-face {
  font-family: "AmericanaStd-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/AmericanaStdFUHA-Regular.woff2") format("woff2");
}
:root {
  --wrapper: 100vw;
  --gutter: 40px;
  --rh: calc((var(--wrapper) - (3 * var(--gutter))) / 4);
}

.practice-areas {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.practice-areas__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 96px 24px;
  width: 100%;
  max-width: 920px;
}
.practice-areas__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 24px;
  width: 100%;
  max-width: 1400px;
}
.practice-areas__nav {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1340px;
  border-bottom: 2px solid rgba(130, 130, 130, 0.25);
}
.practice-areas__nav__link {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 15px 0 0;
  padding: 8px 0;
  color: #828282;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  line-height: 1rem;
  font-weight: 500;
  text-decoration: none;
}
.practice-areas__nav__link.-active {
  color: #064C37;
}
.practice-areas__nav__link.-active::after {
  position: absolute;
  bottom: -2px;
  content: "";
  width: 100%;
  height: auto;
  border-bottom: 2px solid #064C37;
}
.practice-areas__list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px 0 100px 0;
  flex-wrap: wrap;
}
.practice-areas__list__item {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: 10px;
  width: 100%;
  min-height: 90px;
  background-color: #fff;
}
.practice-areas__list__item__image {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  margin: 0 30px 0 0;
  height: 90px;
}
.practice-areas__list__item__image img {
  display: block;
  width: 90px;
  height: 90px;
  object-fit: cover;
}
.practice-areas__list__item__name {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0;
  color: #064C37;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-weight: 500;
  text-decoration: none;
  text-align: left;
}
.practice-areas__list__item__name::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
}
.practice-areas__list__item__text {
  display: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 18px 50px;
  color: #828282;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 19px;
  line-height: 1.1875rem;
  font-weight: 300;
  text-align: center;
}
.practice-areas__list__item__arrow {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}
.practice-areas__list__item__arrow img {
  display: block;
  margin: 0 24px;
  width: 7px;
  height: 12px;
  object-fit: contain;
}
.practice-areas-detail {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.practice-areas-detail__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 66px 24px;
  width: 100%;
}
.practice-areas-detail__sidemenu {
  display: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 50px;
  min-width: 312px;
}
.practice-areas-detail__sidemenu__link {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  color: #828282;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 32px;
  line-height: 2rem;
  font-weight: 400;
  text-decoration: none;
}
.practice-areas-detail__sidemenu__link.-active {
  color: #17C37B;
}
.practice-areas-detail__sidemenu__link::before {
  content: "";
  display: list-item;
  list-style-type: disc;
  list-style-position: inside;
}
.practice-areas-detail__select {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 0 64px 0;
  padding: 12px 0;
  width: 100%;
  min-width: 312px;
  border-bottom: 2px solid rgba(130, 130, 130, 0.25);
  background-color: #F3F3F3;
  background-image: url("/assets/svg/arrow-down-green.svg");
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: right center;
  color: #064C37;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 26px;
  line-height: 1.625rem;
  font-weight: 500;
  outline: 0;
}
.practice-areas-detail__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 312px;
  max-width: 1024px;
}
.practice-areas-detail__content .content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.practice-areas-detail__content .content__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 0 40px 0;
}
.practice-areas-detail__content .content__wrapper.-last {
  padding: 40px 0 0 0;
}
.practice-areas-detail__content .content__wrapper.-secondary {
  margin: -38px 0 0 0;
}
.practice-areas-detail__content .content__image {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.practice-areas-detail__content .content__image img {
  display: block;
  margin: 0 0 64px 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.practice-areas-detail__content .content__headline {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.practice-areas-detail__content .content__headline__icon {
  display: block;
  height: 96px;
  width: 96px;
  margin: 0 0 24px 0;
  object-fit: contain;
}
.practice-areas-detail__content .content__headline__name {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
}
.practice-areas-detail__content .content__projects {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.practice-areas-detail__content .content__projects.-hide {
  display: none;
}
.practice-areas-detail__content .content__projects__wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.practice-areas-detail__content .content__projects__wrapper.-more {
  overflow: hidden;
  transition: max-height 0.1s ease-out;
}
.practice-areas-detail__content .content__projects__wrapper.-more:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 65px;
  background-color: #F3F3F3;
}
.practice-areas-detail__content .content__projects__wrapper h3 {
  color: #17C37B;
}
.practice-areas-detail__content .content__projects__wrapper ul {
  padding: 40px 24px 40px 40px;
  background-color: #fff;
}
.practice-areas-detail__content .content__projects__wrapper ul li {
  padding: 24px 0;
  border-top: 1px solid #F3F3F3;
  color: #828282;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 26px;
  line-height: 1.625rem;
  font-weight: 400;
}
.practice-areas-detail__content .content__projects__wrapper ul :first-of-type {
  border-top: 0;
}
.practice-areas-detail__content .content__projects__more {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  background-color: #fff;
  cursor: pointer;
}
.practice-areas-detail__content .content__projects__more.-expand {
  position: absolute;
  bottom: 0;
  left: 0;
}
.practice-areas-detail__content .content__projects__more.-hide {
  display: none;
}
.practice-areas-detail__content .content__projects__more .text {
  color: #064C37;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 19px;
  line-height: 1.1875rem;
  font-weight: 500;
  text-align: center;
}
.practice-areas-detail__content .content__projects__more .arrow {
  display: block;
  margin: 0 12px;
  width: 12px;
  height: auto;
  object-fit: cover;
}
.practice-areas-detail__lawyers {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 24px 10px 24px;
  width: 100%;
  max-width: 1810px;
}
.practice-areas-detail__lawyers .swiper-container {
  width: 100% !important;
}
.practice-areas-detail__lawyers .swiper-wrapper {
  padding: 40px 0 60px 0;
}
.practice-areas-detail__lawyers .swiper-button-disabled {
  opacity: 0.5;
}
.practice-areas-detail__lawyers .swiper-button-prev {
  top: 30px;
  right: 30px;
  left: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 19px;
  height: 19px;
  background-image: url("/assets/svg/med-arrow-left.svg");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center center;
}
.practice-areas-detail__lawyers .swiper-button-prev::after {
  display: none;
}
.practice-areas-detail__lawyers .swiper-button-next {
  top: 30px;
  right: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 19px;
  height: 19px;
  background-image: url("/assets/svg/med-arrow-right.svg");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center center;
}
.practice-areas-detail__lawyers .swiper-button-next::after {
  display: none;
}
.practice-areas-detail__lawyers .swiper-pagination {
  bottom: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.practice-areas-detail__lawyers .swiper-pagination-bullet {
  opacity: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 4px;
  width: 40px;
  height: 4px;
  border-radius: 0;
  background-color: #C4C4C4;
}
.practice-areas-detail__lawyers .swiper-pagination-bullet-active {
  opacity: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0;
  width: 40px;
  height: 4px;
  background-color: #17C37B;
}
.practice-areas-detail__slide__item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.practice-areas-detail__slide__image {
  display: block;
  margin: 0 0 24px 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.practice-areas-detail__slide__name {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 0 20px 0;
  color: #064C37;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 32px;
  line-height: 2rem;
  font-weight: 500;
  text-decoration: none;
}
.practice-areas-detail__slide__name::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.practice-areas-detail__slide__position {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 0 16px 0;
  color: #828282;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 32px;
  line-height: 2rem;
  font-weight: 500;
}
.practice-areas-detail__slide__arrow {
  display: block;
  margin: 0 0 8px 0;
  width: 72px;
  height: auto;
  object-fit: contain;
}
.practice-areas-detail__data-bank {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.practice-areas-detail__data-bank__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 24px;
  width: 100%;
  max-width: 920px;
}
.practice-areas-detail__data-bank__title {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 0 40px 0;
  color: #064C37;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-weight: 400;
  text-decoration: none;
}
.practice-areas-detail__data-bank__title:active, .practice-areas-detail__data-bank__title:visited {
  color: #064C37;
}
.practice-areas-detail__data-bank__link {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
}
.practice-areas-detail__data-bank__cover {
  display: block;
  margin: 0 0 40px 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.practice-areas-detail__data-bank__all {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 0 116px 0;
  color: #17C37B;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-weight: 500;
  text-decoration: none;
}
.practice-areas-detail__data-bank__all:active, .practice-areas-detail__data-bank__all:visited {
  color: #17C37B;
}
@media only screen and (min-width: 560px) {
  .practice-areas__nav__link {
    margin: 0 25px 0 0;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 26px;
    line-height: 1.625rem;
  }
  .practice-areas-detail__data-bank__title {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 32px;
    line-height: 2rem;
  }
  .practice-areas-detail__data-bank__all {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 50px;
    line-height: 3.125rem;
  }
}
@media only screen and (min-width: 640px) {
  .practice-areas__list {
    align-items: stretch;
  }
  .practice-areas-detail__content .content__headline {
    flex-direction: row;
    align-items: center;
  }
  .practice-areas-detail__content .content__headline__icon {
    margin: 0 32px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .practice-areas__list__item {
    flex-direction: column;
    width: calc(50% - 20px);
    min-height: 440px;
  }
  .practice-areas__list__item__image {
    margin: 0 0 30px 0;
    width: 100%;
    height: 250px;
  }
  .practice-areas__list__item__image img {
    width: 100%;
    height: 250px;
  }
  .practice-areas__list__item__name {
    padding: 0 24px;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 24px;
    line-height: 1.5rem;
    text-align: center;
  }
  .practice-areas__list__item__text {
    display: flex;
  }
  .practice-areas__list__item__arrow {
    display: none;
  }
  .practice-areas-detail__lawyers .swiper-pagination {
    display: none;
  }
  .practice-areas-detail__slide__item {
    width: 320px;
  }
}
@media only screen and (min-width: 1024px) {
  .practice-areas__text {
    padding: 116px 0;
  }
  .practice-areas-detail__content .content {
    flex-direction: row;
    justify-content: space-between;
  }
  .practice-areas-detail__content .content__wrapper.-last {
    padding: 64px 0 0 0;
  }
  .practice-areas-detail__content .content__wrapper {
    padding: 0 0 64px 0;
  }
  .practice-areas-detail__content .content__wrapper.-secondary {
    margin: -78px 0 0 0;
  }
  .practice-areas-detail__content .content__image img {
    width: 440px;
  }
  .practice-areas-detail__content .content__image img {
    margin: 0 0 0 40px;
  }
}
@media only screen and (min-width: 1280px) {
  .practice-areas__list__item {
    width: calc(25% - 20px);
    min-height: 320px;
  }
  .practice-areas__list__item__image {
    margin: 0 0 30px 0;
    width: 100%;
    height: 169px;
  }
  .practice-areas__list__item__image img {
    width: 100%;
    height: auto;
  }
  .practice-areas-detail__container {
    flex-direction: row;
  }
  .practice-areas-detail__sidemenu {
    display: flex;
  }
  .practice-areas-detail__select {
    display: none;
  }
  .practice-areas-detail__lawyers {
    padding: 0 64px 10px 64px;
  }
  .practice-areas-detail__lawyers .swiper-button.-hide {
    display: none;
  }
}