.text-button {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  box-sizing: content-box;
  text-transform: uppercase;
  line-height: 0rem;
  letter-spacing: 0.25rem;
  text-decoration: none;
  padding: 0rem 25rem;
  max-width: 320rem;
  height: 40rem;
  border: 0;
  border-radius: 2rem;
  text-align: center;
  text-decoration: none;
  font-size: 16rem;
  font-family: "Nunito Sans", sans-serif;
  transition: 0.1s ease-in;
  white-space: nowrap;
  border-radius: 0;
  flex-wrap: nowrap;
  font-weight: 700;
  padding: 0rem;
  color: #890C58;
  margin-bottom: 0rem;
}
.text-button:hover, .text-button:focus {
  font-weight: 900;
}
.text-button:after {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  margin-left: 10rem;
  width: 10rem;
  height: 0rem;
}
.text-button:after:hover, .text-button:after:focus {
  font-weight: 900;
  letter-spacing: 1.5rem;
  text-decoration: none;
  margin-left: 15rem;
}
.text-button:hover, .text-button:focus {
  color: #CC0101;
  border-bottom: 2rem solid #CC0101;
}

span.cta,
span.url {
  height: 40px;
  margin: 20rem 0;
}

.leadinModal-4556146.leadinModal.leadinModal-v3,
.leadinModal-4555976.leadinModal.leadinModal-v3 {
  top: unset;
  left: unset;
}
.leadinModal-4556146.leadinModal.leadinModal-v3 .leadinModal-overlay,
.leadinModal-4555976.leadinModal.leadinModal-v3 .leadinModal-overlay {
  background-color: rgba(0, 0, 0, 0);
}

html {
  font-size: 1px;
}

/* auto scale down elements on mobile */
@media (max-width: 580px) {
  html {
    font-size: 1px;
  }
}

/* auto scale up elements on large displays */
@media (min-width: 2560px) {
  html {
    font-size: 1px;
  }
}

section.u4m-team-grid {
  margin: 150rem 0;
  overflow: auto;
  position: relative;
}
section.u4m-team-grid .top-section {
  float: none;
  margin-left: auto;
  margin-right: auto;
  max-width: 1240rem;
  padding-left: 20rem;
  padding-right: 20rem;
  text-align: center;
  max-width: 1000rem;
}
section.u4m-team-grid .top-section .heading {
  font-family: "Nunito Sans", sans-serif;
  font-size: 38rem;
  font-weight: 500;
  letter-spacing: 0.25rem;
  margin-bottom: 30rem;
  line-height: 1.2;
}
@media (max-width: 580px) {
  section.u4m-team-grid .top-section .heading {
    font-size: 32rem;
    margin-bottom: 20rem;
  }
}
section.u4m-team-grid .top-section .sub-heading {
  font-family: "Nunito Sans", sans-serif;
  font-size: 16rem;
  line-height: 1.6;
  letter-spacing: 0.25rem;
  margin-bottom: 20rem;
}
@media (max-width: 580px) {
  section.u4m-team-grid .top-section .sub-heading {
    font-size: 15rem;
  }
}
section.u4m-team-grid .widget-type-rich_text {
  text-align: center;
}
section.u4m-team-grid .member-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1080rem;
  margin: 0 auto;
}
@media (max-width: 580px) {
  section.u4m-team-grid .member-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
section.u4m-team-grid .member-wrap .member {
  margin: 10rem;
  margin: 10rem;
  box-shadow: 0rem 1rem 12rem 0 rgba(0, 0, 0, 0.1);
  background-color: #f9f9f9;
  border-radius: 2rem;
  flex: 0 1 calc(33.333% - 40rem);
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background: radial-gradient(circle at 37% 100%, #c00 0, #890c58 78%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 1 29%;
  width: 29%;
  padding: 45rem 0 20rem 0;
}
@media (max-width: 1024px) {
  section.u4m-team-grid .member-wrap .member {
    flex-basis: calc(50% - 40rem);
  }
}
@media (max-width: 580px) {
  section.u4m-team-grid .member-wrap .member {
    flex-basis: 100%;
    width: 100%;
    margin: 0 0 30rem 0;
  }
}
section.u4m-team-grid .member-wrap .member button {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  box-sizing: content-box;
  text-transform: uppercase;
  line-height: 0rem;
  letter-spacing: 0.25rem;
  text-decoration: none;
  padding: 0rem 25rem;
  max-width: 320rem;
  height: 40rem;
  border: 0;
  border-radius: 2rem;
  text-align: center;
  text-decoration: none;
  font-size: 16rem;
  font-family: "Nunito Sans", sans-serif;
  transition: 0.1s ease-in;
  white-space: nowrap;
  font-size: 14rem;
  max-width: 320rem;
  height: 32rem;
  padding: 0rem 20rem;
  margin-bottom: 0rem;
}
section.u4m-team-grid .member-wrap .member div.image {
  min-height: 100rem;
  display: flex;
  align-items: center;
}
section.u4m-team-grid .member-wrap .member div.image.filled {
  width: 100%;
  min-height: 203rem;
  background-size: cover;
  background-position: 50%;
  border-bottom: 1rem solid #f2f2f2;
  border-radius: 2rem 2rem 0 0;
}
section.u4m-team-grid .member-wrap .member div.image a {
  display: block;
  margin: 0 auto;
  background-color: transparent;
  box-shadow: none;
}
section.u4m-team-grid .member-wrap .member div.image a:hover {
  background-color: transparent;
}
section.u4m-team-grid .member-wrap .member div.image img {
  display: block;
  margin: 30rem auto 0 auto;
}
section.u4m-team-grid .member-wrap .member div.image img.left {
  margin: 30rem auto 0 30rem;
}
section.u4m-team-grid .member-wrap .member div.content {
  padding: 20rem 30rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  height: 100%;
}
@media (max-width: 768px) {
  section.u4m-team-grid .member-wrap .member div.content {
    padding: 20rem;
  }
}
@media (max-width: 580px) {
  section.u4m-team-grid .member-wrap .member div.content {
    margin-bottom: 20rem;
  }
}
section.u4m-team-grid .member-wrap .member div.content span.url {
  display: flex;
  justify-content: center;
}
section.u4m-team-grid .member-wrap .member div.content span.eyebrow {
  font-family: "Nunito Sans", sans-serif;
  font-size: 13rem;
  line-height: 1.6;
  letter-spacing: 0.35rem;
  margin-bottom: 20rem;
  color: #CC0101;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (max-width: 580px) {
  section.u4m-team-grid .member-wrap .member div.content span.eyebrow {
    font-size: 13rem;
  }
}
section.u4m-team-grid .member-wrap .member div.content span.title {
  font-family: "Nunito Sans", sans-serif;
  font-size: 18rem;
  font-weight: 500;
  letter-spacing: 0.25rem;
  margin-bottom: 30rem;
  line-height: 1.2;
  font-weight: 700;
  display: block;
  color: #000000;
  margin-top: 5rem;
  margin-bottom: 15rem;
}
@media (max-width: 580px) {
  section.u4m-team-grid .member-wrap .member div.content span.title {
    font-size: 18rem;
    margin-bottom: 20rem;
  }
}
section.u4m-team-grid .member-wrap .member div.content span.teaser,
section.u4m-team-grid .member-wrap .member div.content span.teaser p {
  font-family: "Nunito Sans", sans-serif;
  font-size: 14rem;
  line-height: 1.6;
  letter-spacing: 0.35rem;
  margin-bottom: 20rem;
  color: #000000;
  display: block;
  margin-bottom: 0;
}
@media (max-width: 580px) {
  section.u4m-team-grid .member-wrap .member div.content span.teaser,
  section.u4m-team-grid .member-wrap .member div.content span.teaser p {
    font-size: 14rem;
  }
}
section.u4m-team-grid .member-wrap .member div.content span.cta {
  margin: 10rem 0 0;
}
section.u4m-team-grid .member-wrap .member div.content span.cta a {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  box-sizing: content-box;
  text-transform: uppercase;
  line-height: 0rem;
  letter-spacing: 0.25rem;
  text-decoration: none;
  padding: 0rem 25rem;
  max-width: 320rem;
  height: 40rem;
  border: 0;
  border-radius: 2rem;
  text-align: center;
  text-decoration: none;
  font-size: 16rem;
  font-family: "Nunito Sans", sans-serif;
  transition: 0.1s ease-in;
  white-space: nowrap;
  background-color: #CC0101;
  color: #ffffff;
}
section.u4m-team-grid .member-wrap .member div.content span.cta a:hover, section.u4m-team-grid .member-wrap .member div.content span.cta a:focus {
  color: #CC0101;
  outline: 2rem solid #CC0101;
  outline-offset: -2rem;
  background-color: #ffffff;
}
section.u4m-team-grid .member-wrap .member div.content span.url {
  margin: 10rem 0 0;
}
section.u4m-team-grid .member-wrap .member div.content span.url a {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  box-sizing: content-box;
  text-transform: uppercase;
  line-height: 0rem;
  letter-spacing: 0.25rem;
  text-decoration: none;
  padding: 0rem 25rem;
  max-width: 320rem;
  height: 40rem;
  border: 0;
  border-radius: 2rem;
  text-align: center;
  text-decoration: none;
  font-size: 16rem;
  font-family: "Nunito Sans", sans-serif;
  transition: 0.1s ease-in;
  white-space: nowrap;
  border-radius: 0;
  flex-wrap: nowrap;
  font-weight: 700;
  padding: 0rem;
  color: #890C58;
}
section.u4m-team-grid .member-wrap .member div.content span.url a:hover, section.u4m-team-grid .member-wrap .member div.content span.url a:focus {
  font-weight: 900;
}
section.u4m-team-grid .member-wrap .member div.content span.url a:after {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  margin-left: 10rem;
  width: 10rem;
  height: 0rem;
}
section.u4m-team-grid .member-wrap .member div.content span.url a:after:hover, section.u4m-team-grid .member-wrap .member div.content span.url a:after:focus {
  font-weight: 900;
  letter-spacing: 1.5rem;
  text-decoration: none;
  margin-left: 15rem;
}
section.u4m-team-grid .member-wrap .member div.content span.url a:hover, section.u4m-team-grid .member-wrap .member div.content span.url a:focus {
  color: #CC0101;
  border-bottom: 2rem solid #CC0101;
}
@media (max-width: 1024px) {
  section.u4m-team-grid .member-wrap .member {
    flex: 0 1 45%;
    width: 45%;
  }
}
@media (max-width: 580px) {
  section.u4m-team-grid .member-wrap .member {
    flex: 0 1 100%;
    width: 100%;
    flex-wrap: wrap;
    padding: 35rem 0 0;
  }
}
section.u4m-team-grid .member-wrap .member > .inner {
  padding: 0;
  border-radius: 0rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.2s ease;
  position: relative;
}
section.u4m-team-grid .member-wrap .member > .inner .inner__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25rem 20rem;
  transition: 0.2s ease-out;
  color: #ffffff;
  border-bottom: 0rem;
}
@media (max-width: 768px) {
  section.u4m-team-grid .member-wrap .member > .inner .inner__inner {
    padding: 15rem 20rem 35rem;
  }
}
section.u4m-team-grid .member-wrap .member > .inner .inner__inner h4,
section.u4m-team-grid .member-wrap .member > .inner .inner__inner p {
  color: #ffffff;
}
section.u4m-team-grid .member-wrap .member > .inner .inner__inner p {
  padding: 0px 10px;
}
section.u4m-team-grid .member-wrap .member > .inner .inner__inner h4 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 22rem;
  line-height: 1.4;
  letter-spacing: 0.25rem;
  margin-bottom: 20rem;
  margin-bottom: 20rem;
}
@media (max-width: 580px) {
  section.u4m-team-grid .member-wrap .member > .inner .inner__inner h4 {
    font-size: 17rem;
  }
}
@media (max-width: 768px) {
  section.u4m-team-grid .member-wrap .member > .inner .inner__inner h4 {
    font-size: 20rem;
  }
}
section.u4m-team-grid .member-wrap .member > .inner .inner__inner .view-bio {
  all: unset;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  box-sizing: content-box;
  text-transform: uppercase;
  line-height: 0rem;
  letter-spacing: 0.25rem;
  text-decoration: none;
  padding: 0rem 25rem;
  max-width: 320rem;
  height: 40rem;
  border: 0;
  border-radius: 2rem;
  text-align: center;
  text-decoration: none;
  font-size: 16rem;
  font-family: "Nunito Sans", sans-serif;
  transition: 0.1s ease-in;
  white-space: nowrap;
  border-radius: 0;
  flex-wrap: nowrap;
  font-weight: 700;
  padding: 0rem;
  color: #ffffff;
  margin: 0rem;
}
section.u4m-team-grid .member-wrap .member > .inner .inner__inner .view-bio:hover, section.u4m-team-grid .member-wrap .member > .inner .inner__inner .view-bio:focus {
  font-weight: 900;
}
section.u4m-team-grid .member-wrap .member > .inner .inner__inner .view-bio:after {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  margin-left: 10rem;
  width: 10rem;
  height: 0rem;
}
section.u4m-team-grid .member-wrap .member > .inner .inner__inner .view-bio:after:hover, section.u4m-team-grid .member-wrap .member > .inner .inner__inner .view-bio:after:focus {
  font-weight: 900;
  letter-spacing: 1.5rem;
  text-decoration: none;
  margin-left: 15rem;
}
section.u4m-team-grid .member-wrap .member > .inner .inner__inner .view-bio:hover, section.u4m-team-grid .member-wrap .member > .inner .inner__inner .view-bio:focus {
  color: #ffffff;
  border-bottom: 2rem solid #ffffff;
}
section.u4m-team-grid .member-wrap .member > .inner .inner__inner .social-links {
  margin-top: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.u4m-team-grid .member-wrap .member > .inner .inner__inner .social-links a i {
  color: #ffffff;
  font-size: 18rem;
  margin-right: 15rem;
}
section.u4m-team-grid .member-wrap .member > .inner .inner__inner .social-links a i:hover {
  color: #000000;
}
section.u4m-team-grid .member-wrap .member > .inner .inner__inner p {
  font-family: "Nunito Sans", sans-serif;
  font-size: 16rem;
  line-height: 1.6;
  letter-spacing: 0.25rem;
  margin-bottom: 20rem;
  margin-bottom: 10rem;
  font-size: 15rem;
}
@media (max-width: 580px) {
  section.u4m-team-grid .member-wrap .member > .inner .inner__inner p {
    font-size: 15rem;
  }
}
section.u4m-team-grid .member-wrap .member > .inner button.button-arrow {
  position: absolute;
  bottom: 20rem;
  left: calc(50% - 50rem);
}
@media (max-width: 580px) {
  section.u4m-team-grid .member-wrap .member > .inner button.button-arrow {
    left: calc(50% - 30rem);
    bottom: 10rem;
  }
}
@media (max-width: 1024px) {
  section.u4m-team-grid .member-wrap .member {
    width: 44%;
    margin: 0rem 8rem 40rem 8rem;
  }
}
@media (max-width: 580px) {
  section.u4m-team-grid .member-wrap .member {
    max-width: 380rem;
    width: 100%;
    margin: 0 auto 40rem;
  }
}
section.u4m-team-grid .member-wrap .member h4 {
  margin-top: 10rem;
  margin-bottom: 5rem;
  color: #000000;
}
section.u4m-team-grid .member-wrap .member p {
  margin: 0;
  margin-bottom: 10rem;
  color: #000000;
}
section.u4m-team-grid .member-wrap .member .headshot {
  height: 150rem;
  width: 150rem;
  margin: 0;
  border-radius: 50%;
  background-size: cover;
  background-position: 50%;
  border: 5rem solid #ffffff;
}
section.u4m-team-grid .member-wrap .inner {
  height: 100%;
  cursor: pointer;
}
@media (max-width: 580px) {
  section.u4m-team-grid .member-wrap .inner {
    height: auto;
  }
}
section.u4m-team-grid .member-wrap .full-screen {
  margin-top: 69rem;
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  transition: 0.3s ease opacity;
  opacity: 0;
  left: 0;
  transform: scale(0);
  z-index: 999999999999;
  overflow-y: scroll;
}
@media (max-width: 580px) {
  section.u4m-team-grid .member-wrap .full-screen {
    background: white;
    z-index: 1;
    overflow: scroll;
  }
}
section.u4m-team-grid .member-wrap .full-screen.pop {
  display: flex;
  opacity: 1;
  transform: scale(1);
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  overflow: scroll;
}
@media (max-width: 580px) {
  section.u4m-team-grid .member-wrap .full-screen.pop {
    overflow: scroll;
  }
}
section.u4m-team-grid .member-wrap .full-screen.bio-active {
  display: flex;
  opacity: 1;
  transform: scale(1);
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  overflow: scroll;
}
section.u4m-team-grid .member-wrap .full-screen.pop-exit {
  opacity: 0;
}
section.u4m-team-grid .member-wrap .full-screen .circle {
  max-width: 720rem;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  text-align: center;
  position: relative;
  transition: 0.5s ease all 0.5s;
  transform: translateY(10rem);
  opacity: 1;
  z-index: 2;
  color: white;
  text-decoration: none;
  padding: 20rem;
  padding-top: 0;
  text-align: left;
  border-radius: 0rem;
}
@media (max-width: 580px) {
  section.u4m-team-grid .member-wrap .full-screen .circle {
    max-width: 100%;
    padding: 0rem;
    box-shadow: none;
    transition: none;
    scroll-behavior: smooth;
    overflow: scroll;
  }
}
section.u4m-team-grid .member-wrap .full-screen .circle .circle-inner {
  background-color: #ffffff;
  text-align: left;
  padding: 50rem 40rem;
  box-shadow: 0 10rem 35rem rgba(0, 0, 0, 0.15), 0 0 15rem rgba(0, 0, 0, 0.12);
  max-height: 700rem;
  overflow: auto;
}
@media (max-width: 768px) {
  section.u4m-team-grid .member-wrap .full-screen .circle .circle-inner {
    padding: 20rem;
  }
}
@media (max-width: 580px) {
  section.u4m-team-grid .member-wrap .full-screen .circle .circle-inner {
    box-shadow: none;
    max-height: none;
    overflow: auto;
  }
}
section.u4m-team-grid .member-wrap .full-screen .circle .circle-inner .inner {
  background-color: #ffffff;
  text-align: left;
  color: #000000;
}
section.u4m-team-grid .member-wrap .full-screen .circle .circle-inner .inner .heading-info {
  display: flex;
  justify-content: space-between;
  margin: 20rem 0rem;
}
@media (max-width: 1024px) {
  section.u4m-team-grid .member-wrap .full-screen .circle .circle-inner .inner .heading-info {
    flex-direction: column;
    align-items: center;
  }
}
section.u4m-team-grid .member-wrap .full-screen .circle .circle-inner .inner .heading-info div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.u4m-team-grid .member-wrap .full-screen .circle .circle-inner .inner .heading-info div .social-links {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: 0rem;
  margin: 0rem;
}
@media (max-width: 1024px) {
  section.u4m-team-grid .member-wrap .full-screen .circle .circle-inner .inner .heading-info div .social-links {
    justify-content: center;
  }
}
section.u4m-team-grid .member-wrap .full-screen .circle .circle-inner .inner h3 {
  font-size: 40rem;
  margin-bottom: 0;
}
@media (max-width: 580px) {
  section.u4m-team-grid .member-wrap .full-screen .circle .circle-inner .inner h3 {
    font-size: 24rem;
  }
}
section.u4m-team-grid .member-wrap .full-screen .circle .circle-inner .inner h4 {
  font-size: 24rem;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 580px) {
  section.u4m-team-grid .member-wrap .full-screen .circle .circle-inner .inner h4 {
    font-size: 18rem;
    margin-bottom: 10rem;
  }
}
section.u4m-team-grid .member-wrap .full-screen .circle .circle-inner .inner p {
  font-size: 15rem;
}
@media (max-width: 580px) {
  section.u4m-team-grid .member-wrap .full-screen .circle .circle-inner .inner p {
    font-size: 12rem;
  }
}
section.u4m-team-grid .member-wrap .full-screen .circle .circle-inner .inner h3,
section.u4m-team-grid .member-wrap .full-screen .circle .circle-inner .inner h4,
section.u4m-team-grid .member-wrap .full-screen .circle .circle-inner .inner p {
  color: #000000;
}
section.u4m-team-grid .member-wrap .full-screen .circle .circle-inner .inner .social-links {
  margin-top: 5rem;
  margin-bottom: 20rem;
}
@media (max-width: 580px) {
  section.u4m-team-grid .member-wrap .full-screen .circle .circle-inner .inner .social-links {
    display: none;
  }
}
section.u4m-team-grid .member-wrap .full-screen .circle .circle-inner .inner .social-links a {
  margin-right: 10rem;
  transition: 0.1s ease-in;
  cursor: pointer;
  text-align: center;
}
section.u4m-team-grid .member-wrap .full-screen .circle .circle-inner .inner .social-links a i {
  color: #CC0101;
}
section.u4m-team-grid .member-wrap .full-screen .circle .circle-inner .inner .social-links a i:hover {
  color: #890C58;
}
@media (max-width: 580px) {
  section.u4m-team-grid .member-wrap .full-screen .circle .circle-inner .inner .social-links a {
    margin-top: 15rem;
  }
}
section.u4m-team-grid .member-wrap .full-screen .circle .circle-inner .inner .fab {
  color: #ffffff;
  margin-top: 5rem;
  font-size: 20rem;
}
section.u4m-team-grid .member-wrap .full-screen .circle .circle-inner .inner .fab.fa-twitter {
  position: relative;
  top: 2rem;
}
.pop section.u4m-team-grid .member-wrap .full-screen .circle {
  transform: translateY(0);
  opacity: 1;
}
.pop-exit section.u4m-team-grid .member-wrap .full-screen .circle {
  transform: scale(2.5);
  transition: 0.5s ease all 0s;
}
section.u4m-team-grid .member-wrap .full-screen .exit-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  max-width: 680rem;
  width: 100%;
}
@media (max-width: 580px) {
  section.u4m-team-grid .member-wrap .full-screen .exit-wrap {
    position: relative;
    right: 20rem;
  }
}
section.u4m-team-grid .member-wrap .full-screen .exit {
  width: 50rem;
  height: 50rem;
  top: 0;
  right: 0;
  position: relative;
  background: transparent;
  transform: rotate(45deg);
  transition: 0.3s ease all 0.2s;
  transform-origin: 50% 50%;
  cursor: pointer;
  z-index: 9;
  float: right;
}
@media (max-width: 580px) {
  section.u4m-team-grid .member-wrap .full-screen .exit {
    width: 25rem;
    height: 25rem;
    top: 5rem;
    left: 5rem;
    margin-top: 2rem;
  }
}
.pop-exit section.u4m-team-grid .member-wrap .full-screen .exit {
  z-index: 0;
}
section.u4m-team-grid .member-wrap .full-screen .exit:hover span {
  background: #890C58 !important;
}
section.u4m-team-grid .member-wrap .full-screen .exit:hover span:first-of-type {
  height: 140% !important;
  transform: translateY(-15%) rotate(-90deg);
  width: 3rem;
}
section.u4m-team-grid .member-wrap .full-screen .exit:hover span:last-of-type {
  width: 140% !important;
  transform: translateX(-15%) rotate(90deg);
  height: 3rem;
}
section.u4m-team-grid .member-wrap .full-screen .exit span {
  transition: 0.3s ease all 0s;
}
section.u4m-team-grid .member-wrap .full-screen .exit span:first-of-type {
  height: 100%;
  width: 4rem;
  background: #890C58;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.pop section.u4m-team-grid .member-wrap .full-screen .exit span:first-of-type {
  height: 100%;
}
section.u4m-team-grid .member-wrap .full-screen .exit span:last-of-type {
  width: 100%;
  height: 4rem;
  background: #890C58;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.pop section.u4m-team-grid .member-wrap .full-screen .exit span:last-of-type {
  width: 100%;
}
section.u4m-team-grid .member-wrap .full-screen .exit.simple-exit {
  color: #fff;
  font-style: normal;
  font-size: 28rem;
  opacity: 0.65;
  line-height: 44rem;
  height: 20rem;
  width: 20rem;
  transform-origin: 0 0;
  transform: rotate(0);
  cursor: zoom-out;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
section.u4m-team-grid .member-wrap .full-screen .exit.simple-exit i {
  font-size: 30rem;
}
section.u4m-team-grid .member-wrap .full-screen .exit.simple-exit:hover {
  opacity: 1;
}
@media (max-width: 580px) {
  section.u4m-team-grid .member-wrap .full-screen .exit.simple-exit {
    color: #890C58;
    align-items: center;
    justify-content: center;
    width: 30rem;
    height: 30rem;
  }
}