[data-post-list-template=pagination] {
  margin-bottom: 64px;
}
@media screen and (min-width: 640px) {
  [data-post-list-template=pagination] {
    margin-bottom: 74px;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  [data-post-list-template=pagination] {
    margin-bottom: 74px;
  }
}
[data-post-list-template=pagination] ul {
  list-style: none;
  padding: 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 14px;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (min-width: 640px) {
  [data-post-list-template=pagination] ul {
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  [data-post-list-template=pagination] ul {
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  [data-post-list-template=pagination] ul {
    padding-top: 20px;
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width: 1024px) {
  [data-post-list-template=pagination] ul {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
[data-post-list-template=pagination] li {
  margin-right: 2px;
}
[data-post-list-template=pagination] li:not(.mobile-display):not(.first):not(.last) {
  display: none;
}
@media screen and (min-width: 1024px) {
  [data-post-list-template=pagination] li:not(.mobile-display):not(.first):not(.last) {
    display: block;
  }
}
[data-post-list-template=pagination] li.last, [data-post-list-template=pagination] li.first {
  display: inline-block;
}
[data-post-list-template=pagination] li:last-of-type {
  margin-right: 0;
}
[data-post-list-template=pagination] li.mobile-display {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  display: block;
}
@media screen and (min-width: 1024px) {
  [data-post-list-template=pagination] li.mobile-display {
    display: none;
  }
}
[data-post-list-template=pagination] li.mobile-display span {
  font-weight: 700;
}
[data-post-list-template=pagination] button {
  font-size: 1.125rem;
  line-height: 1.5555555556;
  font-weight: 700;
  cursor: pointer;
  color: #667085;
  background-color: transparent;
  border: 0;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  text-transform: uppercase;
  -moz-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
}
[data-post-list-template=pagination] button:not(.prev):not(.next):not(.current-page):focus, [data-post-list-template=pagination] button:not(.prev):not(.next):not(.current-page):hover {
  background-color: #7d89b0;
  color: #ffffff;
}
[data-post-list-template=pagination] button.current-page {
  color: #ffffff;
  background-color: #222e72;
}
[data-post-list-template=pagination] button.next, [data-post-list-template=pagination] button.prev {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  font-weight: 600;
  color: #667085;
  padding: 0;
  width: auto;
}
[data-post-list-template=pagination] button.next:hover, [data-post-list-template=pagination] button.next:focus, [data-post-list-template=pagination] button.prev:hover, [data-post-list-template=pagination] button.prev:focus {
  color: #222e72;
}
[data-post-list-template=pagination] button.next:hover::after, [data-post-list-template=pagination] button.next:hover::before, [data-post-list-template=pagination] button.next:focus::after, [data-post-list-template=pagination] button.next:focus::before, [data-post-list-template=pagination] button.prev:hover::after, [data-post-list-template=pagination] button.prev:hover::before, [data-post-list-template=pagination] button.prev:focus::after, [data-post-list-template=pagination] button.prev:focus::before {
  background-color: #222e72;
}
[data-post-list-template=pagination] button.next.active, [data-post-list-template=pagination] button.prev.active {
  color: #667085;
}
[data-post-list-template=pagination] button.next.active:hover, [data-post-list-template=pagination] button.next.active:focus, [data-post-list-template=pagination] button.prev.active:hover, [data-post-list-template=pagination] button.prev.active:focus {
  color: #222e72;
}
[data-post-list-template=pagination] button.next span, [data-post-list-template=pagination] button.prev span {
  display: inline;
  pointer-events: none;
}
@media screen and (max-width: 1023px) {
  [data-post-list-template=pagination] button.next span, [data-post-list-template=pagination] button.prev span {
    display: none;
  }
}
[data-post-list-template=pagination] button.prev {
  margin-right: 17px;
}
@media screen and (min-width: 1024px) {
  [data-post-list-template=pagination] button.prev {
    margin-right: 60px;
  }
}
[data-post-list-template=pagination] button.prev::before {
  -webkit-mask-image: url("../../../../assets/images/pager-arrow-right.svg");
  mask-image: url("../../../../assets/images/pager-arrow-right.svg");
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  background-color: #667085;
  margin-right: 15px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
[data-post-list-template=pagination] button.next {
  margin-left: 17px;
}
@media screen and (min-width: 1024px) {
  [data-post-list-template=pagination] button.next {
    margin-left: 60px;
  }
}
[data-post-list-template=pagination] button.next::after {
  -webkit-mask-image: url("../../../../assets/images/pager-arrow-right.svg");
  mask-image: url("../../../../assets/images/pager-arrow-right.svg");
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  background-color: #667085;
  margin-left: 15px;
}

.team-landing-page-list {
  margin-top: 64px;
}
@media screen and (min-width: 640px) {
  .team-landing-page-list {
    margin-top: 96px;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .team-landing-page-list {
    margin-top: 96px;
  }
}
.team-landing-page-list__list {
  margin: 0 auto;
  max-width: 1216px;
  padding: 0 16px;
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .team-landing-page-list__list {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width: 1920px) {
  .team-landing-page-list__list {
    margin: 0 auto;
    max-width: 1630px;
    padding: 0 16px;
  }
}
@media screen and (min-width: 1024px) {
  .team-landing-page-list__results {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;
    row-gap: 32px;
  }
}
.team-landing-page-list__team-member {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 95px 1fr;
  grid-template-columns: 95px 1fr;
  -ms-grid-row-align: start;
  align-items: start;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  background-color: #ffffff;
  padding: 16px;
  border: 2px solid #eff1f5;
  margin-bottom: 16px;
  -moz-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 640px) {
  .team-landing-page-list__team-member {
    -ms-grid-columns: 176px 1fr;
    grid-template-columns: 176px 1fr;
    padding: 30px 32px;
    margin-bottom: 32px;
    -webkit-column-gap: 28px;
    -moz-column-gap: 28px;
    column-gap: 28px;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .team-landing-page-list__team-member {
    -ms-grid-columns: 176px 1fr;
    grid-template-columns: 176px 1fr;
    padding: 30px 32px;
    margin-bottom: 32px;
    -webkit-column-gap: 28px;
    -moz-column-gap: 28px;
    column-gap: 28px;
  }
}
@media screen and (min-width: 1024px) {
  .team-landing-page-list__team-member {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1920px) {
  .team-landing-page-list__team-member {
    -ms-grid-columns: minmax(auto, max-content) 1fr;
    grid-template-columns: minmax(auto, max-content) 1fr;
  }
}
.team-landing-page-list__team-member.modal-trigger {
  cursor: pointer;
}
.team-landing-page-list__team-member.modal-trigger:hover, .team-landing-page-list__team-member.modal-trigger:focus {
  box-shadow: 0px 8px 30px -4px rgba(15, 21, 34, 0.2);
}
.team-landing-page-list__team-member.modal-trigger:hover .team-landing-page-list__read-bio, .team-landing-page-list__team-member.modal-trigger:focus .team-landing-page-list__read-bio {
  color: #0070c0;
}
.team-landing-page-list__team-member.modal-trigger:hover .arrow::before, .team-landing-page-list__team-member.modal-trigger:focus .arrow::before {
  width: 18px;
  background-color: #0070c0;
}
.team-landing-page-list__team-member.modal-trigger:hover .arrow::after, .team-landing-page-list__team-member.modal-trigger:focus .arrow::after {
  background-color: #0070c0;
}
.team-landing-page-list__team-member__left {
  max-width: 100%;
}
.team-landing-page-list__team-member__left .team-landing-page-list__team-member__modal-right {
  display: none;
}
.team-landing-page-list__team-member__right {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  text-align: left;
}
.team-landing-page-list__team-member__right .team-landing-page-list__team-member__bio {
  display: none;
}
.team-landing-page-list__image {
  position: relative;
}
.team-landing-page-list__image::before {
  content: "";
  display: block;
  position: absolute;
  right: -2px;
  top: -2px;
  width: 42%;
  height: 42%;
  border-top: 4px solid #b9c0d4;
  border-right: 4px solid #b9c0d4;
}
.team-landing-page-list__image picture {
  display: block;
}
.team-landing-page-list__image img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.team-landing-page-list__name {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 500;
  color: #171f27;
  margin-bottom: 8px;
}
@media screen and (min-width: 640px) {
  .team-landing-page-list__name {
    font-size: 2.25rem;
    line-height: 1.2222222222;
    font-weight: 500;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .team-landing-page-list__name {
    font-size: 2.25rem;
    line-height: 1.2222222222;
    font-weight: 500;
  }
}
@media screen and (min-width: 1024px) {
  .team-landing-page-list__name {
    letter-spacing: -0.02em;
  }
}
.team-landing-page-list__title {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  color: #171f27;
  margin-bottom: 8px;
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .team-landing-page-list__title {
    font-size: 2.25rem;
    line-height: 1.2222222222;
    font-weight: 400;
  }
}
@media screen and (min-width: 1024px) {
  .team-landing-page-list__title {
    font-size: 1.5rem;
    line-height: 1.3333333333;
    font-weight: 400;
  }
}
.team-landing-page-list__read-bio {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-style: normal;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  color: #171f27;
  margin-top: auto;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  -webkit-column-gap: 2px;
  -moz-column-gap: 2px;
  column-gap: 2px;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.team-landing-page-list__read-bio .arrow {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.team-landing-page-list__read-bio .arrow::before {
  display: inline-block;
  content: "";
  width: 11px;
  height: 1px;
  background-color: #171f27;
  position: relative;
  left: 4px;
  -moz-transition: width 0.3s ease, background-color 0.3s ease;
  transition: width 0.3s ease, background-color 0.3s ease;
}
.team-landing-page-list__read-bio .arrow::after {
  -webkit-mask-image: url("../../../../assets/images/chevron-right.svg");
  mask-image: url("../../../../assets/images/chevron-right.svg");
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #171f27;
  -moz-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.team-landing-page-list [data-post-list-template=pagination] {
  margin-top: 144px;
}

.ui-dialog.team-member-modal {
  background: none;
  width: 100%;
  height: 100%;
  max-width: 940px;
  padding: 0 16px !important;
  border: 0 !important;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 999999;
  border: 0;
}
@media screen and (min-width: 767px) {
  .ui-dialog.team-member-modal {
    padding: 0 35px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .ui-dialog.team-member-modal {
    padding: 0 35px;
  }
}
.ui-dialog.team-member-modal .ui-dialog-titlebar {
  background-color: #ffffff;
  position: relative;
  z-index: 99999;
  text-align: right;
  padding: 0 32px;
  padding-top: 25px;
  top: 3px;
  border: 0;
}
@media screen and (min-width: 640px) {
  .ui-dialog.team-member-modal .ui-dialog-titlebar {
    padding-top: 33px;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .ui-dialog.team-member-modal .ui-dialog-titlebar {
    padding-top: 33px;
  }
}
@media screen and (min-width: 1024px) {
  .ui-dialog.team-member-modal .ui-dialog-titlebar {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.ui-dialog.team-member-modal .ui-dialog-titlebar button {
  background-image: url("../../../../assets/images/cross.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  padding: 0;
  font-size: 0;
  width: 16px;
  height: 16px;
  right: auto;
  top: auto;
  margin: 0;
  position: relative;
  margin-bottom: 3px;
}
.ui-dialog.team-member-modal .ui-dialog-titlebar button span {
  display: none;
}
.ui-dialog.team-member-modal .team-landing-page-list__team-member {
  background: #ffffff;
  pointer-events: normal;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  position: relative;
  z-index: 99999;
  width: 100% !important;
  padding: 22px 32px 88px 32px;
  border: 0;
  box-shadow: none;
  max-height: 80vh !important;
  overflow-y: auto;
}
@media screen and (min-width: 1024px) {
  .ui-dialog.team-member-modal .team-landing-page-list__team-member {
    padding: 47px 64px 96px 64px;
  }
}
.ui-dialog.team-member-modal .team-landing-page-list__team-member__left {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 95px 1fr;
  grid-template-columns: 95px 1fr;
  -webkit-column-gap: 28px;
  -moz-column-gap: 28px;
  column-gap: 28px;
  border: 2px solid #eff1f5;
  padding: 16px;
}
@media screen and (min-width: 767px) {
  .ui-dialog.team-member-modal .team-landing-page-list__team-member__left {
    padding: 30px 32px;
    -ms-grid-columns: 176px 1fr;
    grid-template-columns: 176px 1fr;
  }
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .ui-dialog.team-member-modal .team-landing-page-list__team-member__left {
    padding: 30px 32px;
    -ms-grid-columns: 176px 1fr;
    grid-template-columns: 176px 1fr;
  }
}
.ui-dialog.team-member-modal .team-landing-page-list__team-member__modal-right {
  display: block;
  text-align: left;
}
.ui-dialog.team-member-modal .team-landing-page-list__team-member__modal-right .team-landing-page-list__read-bio {
  display: none;
}
.ui-dialog.team-member-modal .team-landing-page-list__team-member__right .team-landing-page-list__read-bio,
.ui-dialog.team-member-modal .team-landing-page-list__team-member__right .team-landing-page-list__title,
.ui-dialog.team-member-modal .team-landing-page-list__team-member__right .team-landing-page-list__name {
  display: none;
}
.ui-dialog.team-member-modal .team-landing-page-list__team-member__right .team-landing-page-list__team-member__bio {
  display: block;
  margin-top: 32px;
}
.ui-dialog.team-member-modal .team-landing-page-list__team-member__right .team-landing-page-list__team-member__bio p {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  color: #171f27;
}
@media screen and (min-width: 640px) {
  .ui-dialog.team-member-modal .team-landing-page-list__team-member__right .team-landing-page-list__team-member__bio p {
    font-size: 1.125rem;
    line-height: 1.5555555556;
    font-weight: 400;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .ui-dialog.team-member-modal .team-landing-page-list__team-member__right .team-landing-page-list__team-member__bio p {
    font-size: 1.125rem;
    line-height: 1.5555555556;
    font-weight: 400;
  }
}

.ui-widget-overlay {
  opacity: 1 !important;
  content: "";
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(34, 46, 114, 0.95) !important;
  top: 0;
  left: 0;
}